feat: add aria label, fix test, transition constant for better testing
This commit is contained in:
@@ -65,3 +65,5 @@ export const TextAlign = {
|
||||
|
||||
export type TextAlignType = (typeof TextAlign)[keyof typeof TextAlign];
|
||||
export const DEFAULT_TEXT_ALIGN: TextAlignType = TextAlign.CENTER;
|
||||
|
||||
export const TRANSITION_DURATION = import.meta.env.MODE === "test" ? 0 : 300;
|
||||
|
||||
Reference in New Issue
Block a user