-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove cloudscape designs * remove unused import * update menu tests * update feedback icons * remove extra feedback links * change visibility of feedback component on load * updated sizing and color, added close button * add end of content feedback component * remove pill for phase 1 * fix tests * feedback pill changes * fixing animation on feedback component * animation for bottom feedback and logic for hiding * fix tests * changes from alee * put back removed package * remove floating feedback component --------- Co-authored-by: Jacob Logan <lognjc@amazon.com> Co-authored-by: katiegoines <katiegoines@gmail.com>
- Loading branch information
1 parent
5c551ed
commit a1673a8
Showing
26 changed files
with
622 additions
and
867 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
// Setup file to extend jest-dom, referenced in packages.json under "jest" | ||
import '@testing-library/jest-dom/extend-expect'; | ||
import '@testing-library/jest-dom/extend-expect'; | ||
|
||
if (typeof window.URL.createObjectURL === 'undefined') { | ||
window.URL.createObjectURL = jest.fn(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
const tsPreset = require('ts-jest/presets/js-with-babel/jest-preset'); | ||
const cloudscapePreset = require('@cloudscape-design/jest-preset'); | ||
|
||
module.exports = Object.assign(tsPreset, cloudscapePreset); | ||
module.exports = Object.assign(tsPreset); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.