-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into use-selectors-for-tokens-controllers-state-a…
…ccess
- Loading branch information
Showing
95 changed files
with
1,509 additions
and
1,268 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
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
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
15 changes: 12 additions & 3 deletions
15
app/component-library/components/Accordions/Accordion/Accordion.constants.ts
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,5 +1,14 @@ | ||
// eslint-disable-next-line import/prefer-default-export | ||
export const ACCORDION_EXPAND_TRANSITION_DURATION = 150; | ||
// External dependencies. | ||
import { AnimationDuration } from '../../../constants/animation.constants'; | ||
import { SAMPLE_ACCORDIONHEADER_TITLE } from './foundation/AccordionHeader/AccordionHeader.constants'; | ||
|
||
export const ACCORDION_TEST_ID = 'accordion'; | ||
export const ACCORDION_CONTENT_TEST_ID = 'accordion-content'; | ||
// Test IDs | ||
export const TESTID_ACCORDION = 'accordion'; | ||
export const TESTID_ACCORDION_CONTENT = 'accordion-content'; | ||
|
||
// Defaults | ||
export const DEFAULT_ACCORDION_EXPANDDURATION = AnimationDuration.Promptly; | ||
|
||
// Samples | ||
export const SAMPLE_ACCORDION_TITLE = SAMPLE_ACCORDIONHEADER_TITLE; |
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.