@veracity/vui 1.7.0-redesign.6 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/avatar/avatar.js +1 -1
- package/dist/cjs/button/button.d.ts +1 -1
- package/dist/cjs/button/button.d.ts.map +1 -1
- package/dist/cjs/button/button.js +23 -16
- package/dist/cjs/button/button.types.d.ts +4 -3
- package/dist/cjs/button/button.types.d.ts.map +1 -1
- package/dist/cjs/button/buttons.js +8 -8
- package/dist/cjs/button/consts.js +3 -3
- package/dist/cjs/button/theme.d.ts +44 -121
- package/dist/cjs/button/theme.d.ts.map +1 -1
- package/dist/cjs/button/theme.js +54 -135
- package/dist/cjs/buttonGroup/buttonGroup.d.ts.map +1 -1
- package/dist/cjs/buttonGroup/buttonGroup.js +5 -5
- package/dist/cjs/buttonGroup/buttonGroup.types.d.ts +3 -2
- package/dist/cjs/buttonGroup/buttonGroup.types.d.ts.map +1 -1
- package/dist/cjs/buttonGroup/helpers.d.ts.map +1 -1
- package/dist/cjs/buttonGroup/helpers.js +3 -2
- package/dist/cjs/buttonToggleGroup/buttonToggleGroup.d.ts.map +1 -1
- package/dist/cjs/buttonToggleGroup/buttonToggleGroup.js +1 -1
- package/dist/cjs/checkbox/checkbox.js +1 -1
- package/dist/cjs/copyToClipboard/copyToClipboard.js +1 -1
- package/dist/cjs/core/vuiProvider/globalStyle.d.ts.map +1 -1
- package/dist/cjs/core/vuiProvider/globalStyle.js +38 -56
- package/dist/cjs/footer/footerTrademark.js +1 -1
- package/dist/cjs/heading/theme.d.ts +1 -23
- package/dist/cjs/heading/theme.d.ts.map +1 -1
- package/dist/cjs/heading/theme.js +7 -29
- package/dist/cjs/icon/icon.types.d.ts +1 -1
- package/dist/cjs/icon/icon.types.d.ts.map +1 -1
- package/dist/cjs/icon/theme.d.ts +0 -5
- package/dist/cjs/icon/theme.d.ts.map +1 -1
- package/dist/cjs/icon/theme.js +0 -5
- package/dist/cjs/index.d.ts +0 -1
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +0 -1
- package/dist/cjs/input/input.js +1 -1
- package/dist/cjs/input/inputInput.js +1 -1
- package/dist/cjs/link/link.d.ts.map +1 -1
- package/dist/cjs/link/link.js +3 -3
- package/dist/cjs/link/link.types.d.ts +2 -0
- package/dist/cjs/link/link.types.d.ts.map +1 -1
- package/dist/cjs/link/theme.d.ts +4 -21
- package/dist/cjs/link/theme.d.ts.map +1 -1
- package/dist/cjs/link/theme.js +17 -30
- package/dist/cjs/list/listItem.d.ts.map +1 -1
- package/dist/cjs/list/listItem.js +2 -6
- package/dist/cjs/notification/consts.js +10 -10
- package/dist/cjs/notification/notification.d.ts.map +1 -1
- package/dist/cjs/notification/notification.js +8 -10
- package/dist/cjs/notification/notification.types.d.ts +2 -2
- package/dist/cjs/notification/notification.types.d.ts.map +1 -1
- package/dist/cjs/notification/notificationButton.d.ts.map +1 -1
- package/dist/cjs/notification/notificationButton.js +1 -5
- package/dist/cjs/notification/notificationIcon.d.ts.map +1 -1
- package/dist/cjs/notification/notificationIcon.js +2 -3
- package/dist/cjs/notification/notificationText.d.ts.map +1 -1
- package/dist/cjs/notification/notificationText.js +1 -1
- package/dist/cjs/notification/notificationTitle.d.ts +2 -2
- package/dist/cjs/notification/notificationTitle.d.ts.map +1 -1
- package/dist/cjs/notification/notificationTitle.js +2 -2
- package/dist/cjs/notification/theme.d.ts +16 -31
- package/dist/cjs/notification/theme.d.ts.map +1 -1
- package/dist/cjs/notification/theme.js +26 -32
- package/dist/cjs/p/theme.d.ts +8 -0
- package/dist/cjs/p/theme.d.ts.map +1 -1
- package/dist/cjs/p/theme.js +11 -3
- package/dist/cjs/progress/progress.js +1 -1
- package/dist/cjs/select/selectButton.js +1 -1
- package/dist/cjs/t/theme.d.ts +1 -10
- package/dist/cjs/t/theme.d.ts.map +1 -1
- package/dist/cjs/t/theme.js +1 -10
- package/dist/cjs/table/tbody.d.ts.map +1 -1
- package/dist/cjs/table/tbody.js +0 -4
- package/dist/cjs/table/theme.d.ts +0 -5
- package/dist/cjs/table/theme.d.ts.map +1 -1
- package/dist/cjs/table/theme.js +1 -6
- package/dist/cjs/tabs/tabs.types.d.ts +2 -2
- package/dist/cjs/tabs/tabs.types.d.ts.map +1 -1
- package/dist/cjs/tabs/tabsNavBar.d.ts.map +1 -1
- package/dist/cjs/tabs/tabsNavBar.js +5 -13
- package/dist/cjs/tabs/theme.d.ts +4 -40
- package/dist/cjs/tabs/theme.d.ts.map +1 -1
- package/dist/cjs/tabs/theme.js +4 -41
- package/dist/cjs/tag/tag.d.ts.map +1 -1
- package/dist/cjs/tag/tag.js +6 -9
- package/dist/cjs/tag/tag.types.d.ts +2 -3
- package/dist/cjs/tag/tag.types.d.ts.map +1 -1
- package/dist/cjs/tag/tagButton.js +1 -3
- package/dist/cjs/tag/theme.d.ts +32 -178
- package/dist/cjs/tag/theme.d.ts.map +1 -1
- package/dist/cjs/tag/theme.js +65 -182
- package/dist/cjs/textarea/textarea.js +1 -1
- package/dist/cjs/theme/components.d.ts +39 -497
- package/dist/cjs/theme/components.d.ts.map +1 -1
- package/dist/cjs/theme/components.js +68 -70
- package/dist/cjs/theme/defaultTheme.d.ts +46 -795
- package/dist/cjs/theme/defaultTheme.d.ts.map +1 -1
- package/dist/cjs/theme/foundations/colors.d.ts +0 -523
- package/dist/cjs/theme/foundations/colors.d.ts.map +1 -1
- package/dist/cjs/theme/foundations/colors.js +1 -389
- package/dist/cjs/theme/foundations/fontWeights.d.ts +1 -0
- package/dist/cjs/theme/foundations/fontWeights.d.ts.map +1 -1
- package/dist/cjs/theme/foundations/fontWeights.js +2 -1
- package/dist/cjs/theme/foundations/index.d.ts +1 -292
- package/dist/cjs/theme/foundations/index.d.ts.map +1 -1
- package/dist/cjs/theme/foundations/radii.d.ts +0 -5
- package/dist/cjs/theme/foundations/radii.d.ts.map +1 -1
- package/dist/cjs/theme/foundations/radii.js +3 -8
- package/dist/cjs/toast/toast.d.ts +1 -1
- package/dist/cjs/toast/toast.js +1 -1
- package/dist/cjs/toast/useToast.d.ts.map +1 -1
- package/dist/cjs/toast/useToast.js +1 -1
- package/dist/cjs/tutorial/tutorialCard.d.ts.map +1 -1
- package/dist/cjs/tutorial/tutorialCard.js +3 -3
- package/dist/esm/avatar/avatar.js +1 -1
- package/dist/esm/button/button.d.ts +1 -1
- package/dist/esm/button/button.d.ts.map +1 -1
- package/dist/esm/button/button.js +23 -16
- package/dist/esm/button/button.types.d.ts +4 -3
- package/dist/esm/button/button.types.d.ts.map +1 -1
- package/dist/esm/button/buttons.js +8 -8
- package/dist/esm/button/consts.js +3 -3
- package/dist/esm/button/theme.d.ts +44 -121
- package/dist/esm/button/theme.d.ts.map +1 -1
- package/dist/esm/button/theme.js +58 -135
- package/dist/esm/buttonGroup/buttonGroup.d.ts.map +1 -1
- package/dist/esm/buttonGroup/buttonGroup.js +6 -6
- package/dist/esm/buttonGroup/buttonGroup.types.d.ts +3 -2
- package/dist/esm/buttonGroup/buttonGroup.types.d.ts.map +1 -1
- package/dist/esm/buttonGroup/helpers.d.ts.map +1 -1
- package/dist/esm/buttonGroup/helpers.js +3 -2
- package/dist/esm/buttonToggleGroup/buttonToggleGroup.d.ts.map +1 -1
- package/dist/esm/buttonToggleGroup/buttonToggleGroup.js +1 -1
- package/dist/esm/checkbox/checkbox.js +1 -1
- package/dist/esm/copyToClipboard/copyToClipboard.js +1 -1
- package/dist/esm/core/vuiProvider/globalStyle.d.ts.map +1 -1
- package/dist/esm/core/vuiProvider/globalStyle.js +38 -56
- package/dist/esm/footer/footerTrademark.js +1 -1
- package/dist/esm/heading/theme.d.ts +1 -23
- package/dist/esm/heading/theme.d.ts.map +1 -1
- package/dist/esm/heading/theme.js +7 -29
- package/dist/esm/icon/icon.types.d.ts +1 -1
- package/dist/esm/icon/icon.types.d.ts.map +1 -1
- package/dist/esm/icon/theme.d.ts +0 -5
- package/dist/esm/icon/theme.d.ts.map +1 -1
- package/dist/esm/icon/theme.js +0 -5
- package/dist/esm/index.d.ts +0 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +0 -1
- package/dist/esm/input/input.js +1 -1
- package/dist/esm/input/inputInput.js +1 -1
- package/dist/esm/link/link.d.ts.map +1 -1
- package/dist/esm/link/link.js +3 -3
- package/dist/esm/link/link.types.d.ts +2 -0
- package/dist/esm/link/link.types.d.ts.map +1 -1
- package/dist/esm/link/theme.d.ts +4 -21
- package/dist/esm/link/theme.d.ts.map +1 -1
- package/dist/esm/link/theme.js +17 -30
- package/dist/esm/list/listItem.d.ts.map +1 -1
- package/dist/esm/list/listItem.js +2 -6
- package/dist/esm/notification/consts.js +10 -10
- package/dist/esm/notification/notification.d.ts.map +1 -1
- package/dist/esm/notification/notification.js +9 -11
- package/dist/esm/notification/notification.types.d.ts +2 -2
- package/dist/esm/notification/notification.types.d.ts.map +1 -1
- package/dist/esm/notification/notificationButton.d.ts.map +1 -1
- package/dist/esm/notification/notificationButton.js +1 -4
- package/dist/esm/notification/notificationIcon.d.ts.map +1 -1
- package/dist/esm/notification/notificationIcon.js +2 -3
- package/dist/esm/notification/notificationText.d.ts.map +1 -1
- package/dist/esm/notification/notificationText.js +1 -1
- package/dist/esm/notification/notificationTitle.d.ts +2 -2
- package/dist/esm/notification/notificationTitle.d.ts.map +1 -1
- package/dist/esm/notification/notificationTitle.js +2 -2
- package/dist/esm/notification/theme.d.ts +16 -31
- package/dist/esm/notification/theme.d.ts.map +1 -1
- package/dist/esm/notification/theme.js +26 -32
- package/dist/esm/p/theme.d.ts +8 -0
- package/dist/esm/p/theme.d.ts.map +1 -1
- package/dist/esm/p/theme.js +11 -3
- package/dist/esm/progress/progress.js +1 -1
- package/dist/esm/select/selectButton.js +1 -1
- package/dist/esm/t/theme.d.ts +1 -10
- package/dist/esm/t/theme.d.ts.map +1 -1
- package/dist/esm/t/theme.js +1 -10
- package/dist/esm/table/tbody.d.ts.map +1 -1
- package/dist/esm/table/tbody.js +0 -4
- package/dist/esm/table/theme.d.ts +0 -5
- package/dist/esm/table/theme.d.ts.map +1 -1
- package/dist/esm/table/theme.js +1 -6
- package/dist/esm/tabs/tabs.types.d.ts +2 -2
- package/dist/esm/tabs/tabs.types.d.ts.map +1 -1
- package/dist/esm/tabs/tabsNavBar.d.ts.map +1 -1
- package/dist/esm/tabs/tabsNavBar.js +4 -12
- package/dist/esm/tabs/theme.d.ts +4 -40
- package/dist/esm/tabs/theme.d.ts.map +1 -1
- package/dist/esm/tabs/theme.js +4 -41
- package/dist/esm/tag/tag.d.ts.map +1 -1
- package/dist/esm/tag/tag.js +6 -9
- package/dist/esm/tag/tag.types.d.ts +2 -3
- package/dist/esm/tag/tag.types.d.ts.map +1 -1
- package/dist/esm/tag/tagButton.js +1 -3
- package/dist/esm/tag/theme.d.ts +32 -178
- package/dist/esm/tag/theme.d.ts.map +1 -1
- package/dist/esm/tag/theme.js +65 -182
- package/dist/esm/textarea/textarea.js +1 -1
- package/dist/esm/theme/components.d.ts +39 -497
- package/dist/esm/theme/components.d.ts.map +1 -1
- package/dist/esm/theme/components.js +0 -2
- package/dist/esm/theme/defaultTheme.d.ts +46 -795
- package/dist/esm/theme/defaultTheme.d.ts.map +1 -1
- package/dist/esm/theme/foundations/colors.d.ts +0 -523
- package/dist/esm/theme/foundations/colors.d.ts.map +1 -1
- package/dist/esm/theme/foundations/colors.js +0 -365
- package/dist/esm/theme/foundations/fontWeights.d.ts +1 -0
- package/dist/esm/theme/foundations/fontWeights.d.ts.map +1 -1
- package/dist/esm/theme/foundations/fontWeights.js +2 -1
- package/dist/esm/theme/foundations/index.d.ts +1 -292
- package/dist/esm/theme/foundations/index.d.ts.map +1 -1
- package/dist/esm/theme/foundations/radii.d.ts +0 -5
- package/dist/esm/theme/foundations/radii.d.ts.map +1 -1
- package/dist/esm/theme/foundations/radii.js +3 -8
- package/dist/esm/toast/toast.d.ts +1 -1
- package/dist/esm/toast/toast.js +1 -1
- package/dist/esm/toast/useToast.d.ts.map +1 -1
- package/dist/esm/toast/useToast.js +1 -1
- package/dist/esm/tutorial/tutorialCard.d.ts.map +1 -1
- package/dist/esm/tutorial/tutorialCard.js +3 -3
- package/package.json +1 -1
- package/src/avatar/avatar.tsx +1 -1
- package/src/button/button.tsx +28 -19
- package/src/button/button.types.ts +8 -4
- package/src/button/buttons.tsx +8 -8
- package/src/button/consts.ts +3 -3
- package/src/button/theme.ts +71 -143
- package/src/buttonGroup/buttonGroup.tsx +9 -6
- package/src/buttonGroup/buttonGroup.types.ts +3 -2
- package/src/buttonGroup/helpers.ts +4 -2
- package/src/buttonToggleGroup/buttonToggleGroup.tsx +2 -0
- package/src/checkbox/checkbox.tsx +1 -1
- package/src/copyToClipboard/copyToClipboard.tsx +1 -1
- package/src/core/vuiProvider/globalStyle.tsx +38 -56
- package/src/footer/footerTrademark.tsx +1 -1
- package/src/heading/theme.ts +7 -29
- package/src/icon/icon.types.ts +1 -1
- package/src/icon/theme.ts +0 -5
- package/src/index.ts +0 -1
- package/src/input/input.tsx +1 -1
- package/src/input/inputInput.tsx +1 -1
- package/src/link/link.tsx +3 -2
- package/src/link/link.types.ts +2 -0
- package/src/link/theme.ts +20 -30
- package/src/list/listItem.tsx +2 -6
- package/src/notification/consts.ts +10 -10
- package/src/notification/notification.tsx +11 -17
- package/src/notification/notification.types.ts +2 -2
- package/src/notification/notificationButton.tsx +5 -10
- package/src/notification/notificationIcon.tsx +3 -6
- package/src/notification/notificationText.tsx +1 -2
- package/src/notification/notificationTitle.tsx +9 -3
- package/src/notification/theme.ts +34 -32
- package/src/p/theme.ts +11 -3
- package/src/progress/progress.tsx +1 -1
- package/src/select/selectButton.tsx +1 -1
- package/src/t/theme.ts +1 -10
- package/src/table/tbody.tsx +0 -4
- package/src/table/theme.ts +1 -6
- package/src/tabs/tabs.types.ts +2 -2
- package/src/tabs/tabsNavBar.tsx +6 -23
- package/src/tabs/theme.ts +4 -41
- package/src/tag/tag.tsx +10 -11
- package/src/tag/tag.types.ts +31 -32
- package/src/tag/tagButton.tsx +2 -2
- package/src/tag/theme.ts +80 -183
- package/src/textarea/textarea.tsx +1 -1
- package/src/theme/components.ts +0 -2
- package/src/theme/foundations/colors.ts +0 -401
- package/src/theme/foundations/fontWeights.ts +2 -1
- package/src/theme/foundations/radii.ts +3 -8
- package/src/toast/toast.tsx +1 -1
- package/src/toast/useToast.tsx +1 -2
- package/src/tutorial/tutorialCard.tsx +3 -10
- package/dist/cjs/badge/badge.d.ts +0 -9
- package/dist/cjs/badge/badge.d.ts.map +0 -1
- package/dist/cjs/badge/badge.js +0 -35
- package/dist/cjs/badge/badge.types.d.ts +0 -17
- package/dist/cjs/badge/badge.types.d.ts.map +0 -1
- package/dist/cjs/badge/badge.types.js +0 -2
- package/dist/cjs/badge/index.d.ts +0 -3
- package/dist/cjs/badge/index.d.ts.map +0 -1
- package/dist/cjs/badge/index.js +0 -23
- package/dist/cjs/badge/theme.d.ts +0 -130
- package/dist/cjs/badge/theme.d.ts.map +0 -1
- package/dist/cjs/badge/theme.js +0 -135
- package/dist/cjs/onedesign-tokens/dist/js/es6/rem/button.d.ts +0 -85
- package/dist/cjs/onedesign-tokens/dist/js/es6/rem/button.d.ts.map +0 -1
- package/dist/cjs/onedesign-tokens/dist/js/es6/rem/button.js +0 -88
- package/dist/esm/badge/badge.d.ts +0 -9
- package/dist/esm/badge/badge.d.ts.map +0 -1
- package/dist/esm/badge/badge.js +0 -17
- package/dist/esm/badge/badge.types.d.ts +0 -17
- package/dist/esm/badge/badge.types.d.ts.map +0 -1
- package/dist/esm/badge/badge.types.js +0 -1
- package/dist/esm/badge/index.d.ts +0 -3
- package/dist/esm/badge/index.d.ts.map +0 -1
- package/dist/esm/badge/index.js +0 -2
- package/dist/esm/badge/theme.d.ts +0 -130
- package/dist/esm/badge/theme.d.ts.map +0 -1
- package/dist/esm/badge/theme.js +0 -133
- package/dist/esm/onedesign-tokens/dist/js/es6/rem/button.d.ts +0 -85
- package/dist/esm/onedesign-tokens/dist/js/es6/rem/button.d.ts.map +0 -1
- package/dist/esm/onedesign-tokens/dist/js/es6/rem/button.js +0 -84
- package/src/badge/badge.tsx +0 -36
- package/src/badge/badge.types.ts +0 -17
- package/src/badge/index.ts +0 -2
- package/src/badge/theme.ts +0 -140
- package/src/onedesign-tokens/dist/js/es6/rem/button.js +0 -85
|
@@ -12,297 +12,6 @@ declare const defaultTheme: {
|
|
|
12
12
|
};
|
|
13
13
|
borders: {};
|
|
14
14
|
colors: {
|
|
15
|
-
buttonTypePrimaryDefaultBorderColorDark: string;
|
|
16
|
-
buttonTypePrimaryDefaultBackgroundColorDark: string;
|
|
17
|
-
buttonTypePrimaryDefaultTextColorDark: string;
|
|
18
|
-
buttonTypePrimaryHoverBackgroundColorDark: string;
|
|
19
|
-
buttonTypePrimaryHoverBorderColorDark: string;
|
|
20
|
-
buttonTypePrimaryHoverTextColorDark: string;
|
|
21
|
-
buttonTypePrimaryActiveBackgroundColorDark: string;
|
|
22
|
-
buttonTypePrimaryActiveBorderColorDark: string;
|
|
23
|
-
buttonTypePrimaryActiveTextColorDark: string;
|
|
24
|
-
buttonTypePrimaryDefaultBorderColorLight: string;
|
|
25
|
-
buttonTypePrimaryDefaultBackgroundColorLight: string;
|
|
26
|
-
buttonTypePrimaryDefaultTextColorLight: string;
|
|
27
|
-
buttonTypePrimaryFocusOutline: string;
|
|
28
|
-
buttonTypePrimaryHoverBackgroundColorLight: string;
|
|
29
|
-
buttonTypePrimaryHoverBorderColorLight: string;
|
|
30
|
-
buttonTypePrimaryHoverTextColorLight: string;
|
|
31
|
-
buttonTypePrimaryActiveBackgroundColorLight: string;
|
|
32
|
-
buttonTypePrimaryActiveBorderColorLight: string;
|
|
33
|
-
buttonTypePrimaryActiveTextColorLight: string;
|
|
34
|
-
buttonTypeSecondaryDefaultBorderColorDark: string;
|
|
35
|
-
buttonTypeSecondaryDefaultBackgroundColorDark: string;
|
|
36
|
-
buttonTypeSecondaryDefaultTextColorDark: string;
|
|
37
|
-
buttonTypeSecondaryFocusOutline: string;
|
|
38
|
-
buttonTypeSecondaryHoverBackgroundColorDark: string;
|
|
39
|
-
buttonTypeSecondaryHoverBorderColorDark: string;
|
|
40
|
-
buttonTypeSecondaryHoverTextColorDark: string;
|
|
41
|
-
buttonTypeSecondaryActiveBackgroundColorDark: string;
|
|
42
|
-
buttonTypeSecondaryActiveBorderColorDark: string;
|
|
43
|
-
buttonTypeSecondaryActiveTextColorDark: string;
|
|
44
|
-
buttonTypeSecondaryDefaultBorderColorLight: string;
|
|
45
|
-
buttonTypeSecondaryDefaultBackgroundColorLight: string;
|
|
46
|
-
buttonTypeSecondaryDefaultTextColorLight: string;
|
|
47
|
-
buttonTypeSecondaryHoverBackgroundColorLight: string;
|
|
48
|
-
buttonTypeSecondaryHoverBorderColorLight: string;
|
|
49
|
-
buttonTypeSecondaryHoverTextColorLight: string;
|
|
50
|
-
buttonTypeSecondaryActiveBackgroundColorLight: string;
|
|
51
|
-
buttonTypeSecondaryActiveBorderColorLight: string;
|
|
52
|
-
buttonTypeSecondaryActiveTextColorLight: string;
|
|
53
|
-
buttonTypeTertiaryDefaultBorderColorDark: string;
|
|
54
|
-
buttonTypeTertiaryDefaultBackgroundColorDark: string;
|
|
55
|
-
buttonTypeTertiaryDefaultTextColorDark: string;
|
|
56
|
-
buttonTypeTertiaryHoverBackgroundColorDark: string;
|
|
57
|
-
buttonTypeTertiaryHoverBorderColorDark: string;
|
|
58
|
-
buttonTypeTertiaryHoverTextColorDark: string;
|
|
59
|
-
buttonTypeTertiaryFocusOutline: string;
|
|
60
|
-
buttonTypeTertiaryActiveBackgroundColorDark: string;
|
|
61
|
-
buttonTypeTertiaryActiveBorderColorDark: string;
|
|
62
|
-
buttonTypeTertiaryActiveTextColorDark: string;
|
|
63
|
-
buttonTypeTertiaryDefaultBorderColorLight: string;
|
|
64
|
-
buttonTypeTertiaryDefaultBackgroundColorLight: string;
|
|
65
|
-
buttonTypeTertiaryDefaultTextColorLight: string;
|
|
66
|
-
buttonTypeTertiaryHoverBackgroundColorLight: string;
|
|
67
|
-
buttonTypeTertiaryHoverBorderColorLight: string;
|
|
68
|
-
buttonTypeTertiaryHoverTextColorLight: string;
|
|
69
|
-
buttonTypeTertiaryActiveBackgroundColorLight: string;
|
|
70
|
-
buttonTypeTertiaryActiveBorderColorLight: string;
|
|
71
|
-
buttonTypeTertiaryActiveTextColorLight: string;
|
|
72
|
-
buttonDisabledCursor: string;
|
|
73
|
-
buttonDisabledOpacity: string;
|
|
74
|
-
darkBlue: {
|
|
75
|
-
95: string;
|
|
76
|
-
90: string;
|
|
77
|
-
85: string;
|
|
78
|
-
80: string;
|
|
79
|
-
75: string;
|
|
80
|
-
70: string;
|
|
81
|
-
65: string;
|
|
82
|
-
60: string;
|
|
83
|
-
55: string;
|
|
84
|
-
50: string;
|
|
85
|
-
45: string;
|
|
86
|
-
40: string;
|
|
87
|
-
35: string;
|
|
88
|
-
30: string;
|
|
89
|
-
25: string;
|
|
90
|
-
18: string;
|
|
91
|
-
15: string;
|
|
92
|
-
10: string;
|
|
93
|
-
5: string;
|
|
94
|
-
};
|
|
95
|
-
digiGreen: {
|
|
96
|
-
95: string;
|
|
97
|
-
90: string;
|
|
98
|
-
85: string;
|
|
99
|
-
80: string;
|
|
100
|
-
78: string;
|
|
101
|
-
70: string;
|
|
102
|
-
65: string;
|
|
103
|
-
60: string;
|
|
104
|
-
55: string;
|
|
105
|
-
50: string;
|
|
106
|
-
45: string;
|
|
107
|
-
40: string;
|
|
108
|
-
35: string;
|
|
109
|
-
30: string;
|
|
110
|
-
25: string;
|
|
111
|
-
20: string;
|
|
112
|
-
15: string;
|
|
113
|
-
10: string;
|
|
114
|
-
5: string;
|
|
115
|
-
};
|
|
116
|
-
earth: {
|
|
117
|
-
95: string;
|
|
118
|
-
89: string;
|
|
119
|
-
85: string;
|
|
120
|
-
80: string;
|
|
121
|
-
75: string;
|
|
122
|
-
70: string;
|
|
123
|
-
65: string;
|
|
124
|
-
60: string;
|
|
125
|
-
55: string;
|
|
126
|
-
50: string;
|
|
127
|
-
45: string;
|
|
128
|
-
40: string;
|
|
129
|
-
35: string;
|
|
130
|
-
30: string;
|
|
131
|
-
25: string;
|
|
132
|
-
20: string;
|
|
133
|
-
15: string;
|
|
134
|
-
10: string;
|
|
135
|
-
5: string;
|
|
136
|
-
};
|
|
137
|
-
energyRed: {
|
|
138
|
-
95: string;
|
|
139
|
-
90: string;
|
|
140
|
-
85: string;
|
|
141
|
-
80: string;
|
|
142
|
-
75: string;
|
|
143
|
-
70: string;
|
|
144
|
-
65: string;
|
|
145
|
-
60: string;
|
|
146
|
-
54: string;
|
|
147
|
-
50: string;
|
|
148
|
-
45: string;
|
|
149
|
-
40: string;
|
|
150
|
-
35: string;
|
|
151
|
-
30: string;
|
|
152
|
-
25: string;
|
|
153
|
-
20: string;
|
|
154
|
-
15: string;
|
|
155
|
-
10: string;
|
|
156
|
-
5: string;
|
|
157
|
-
};
|
|
158
|
-
focusColor: string;
|
|
159
|
-
landGreen: {
|
|
160
|
-
95: string;
|
|
161
|
-
90: string;
|
|
162
|
-
85: string;
|
|
163
|
-
80: string;
|
|
164
|
-
75: string;
|
|
165
|
-
70: string;
|
|
166
|
-
65: string;
|
|
167
|
-
60: string;
|
|
168
|
-
55: string;
|
|
169
|
-
50: string;
|
|
170
|
-
45: string;
|
|
171
|
-
41: string;
|
|
172
|
-
35: string;
|
|
173
|
-
30: string;
|
|
174
|
-
25: string;
|
|
175
|
-
20: string;
|
|
176
|
-
15: string;
|
|
177
|
-
10: string;
|
|
178
|
-
5: string;
|
|
179
|
-
};
|
|
180
|
-
sandstone: {
|
|
181
|
-
95: string;
|
|
182
|
-
90: string;
|
|
183
|
-
85: string;
|
|
184
|
-
79: string;
|
|
185
|
-
75: string;
|
|
186
|
-
70: string;
|
|
187
|
-
65: string;
|
|
188
|
-
60: string;
|
|
189
|
-
55: string;
|
|
190
|
-
50: string;
|
|
191
|
-
45: string;
|
|
192
|
-
40: string;
|
|
193
|
-
35: string;
|
|
194
|
-
30: string;
|
|
195
|
-
25: string;
|
|
196
|
-
20: string;
|
|
197
|
-
15: string;
|
|
198
|
-
10: string;
|
|
199
|
-
5: string;
|
|
200
|
-
};
|
|
201
|
-
seaBlue: {
|
|
202
|
-
95: string;
|
|
203
|
-
90: string;
|
|
204
|
-
85: string;
|
|
205
|
-
80: string;
|
|
206
|
-
75: string;
|
|
207
|
-
70: string;
|
|
208
|
-
65: string;
|
|
209
|
-
60: string;
|
|
210
|
-
55: string;
|
|
211
|
-
50: string;
|
|
212
|
-
45: string;
|
|
213
|
-
40: string;
|
|
214
|
-
35: string;
|
|
215
|
-
28: string;
|
|
216
|
-
25: string;
|
|
217
|
-
20: string;
|
|
218
|
-
15: string;
|
|
219
|
-
10: string;
|
|
220
|
-
5: string;
|
|
221
|
-
};
|
|
222
|
-
skyBlue: {
|
|
223
|
-
97: string;
|
|
224
|
-
95: string;
|
|
225
|
-
90: string;
|
|
226
|
-
85: string;
|
|
227
|
-
80: string;
|
|
228
|
-
77: string;
|
|
229
|
-
65: string;
|
|
230
|
-
60: string;
|
|
231
|
-
55: string;
|
|
232
|
-
50: string;
|
|
233
|
-
45: string;
|
|
234
|
-
40: string;
|
|
235
|
-
35: string;
|
|
236
|
-
30: string;
|
|
237
|
-
25: string;
|
|
238
|
-
20: string;
|
|
239
|
-
15: string;
|
|
240
|
-
10: string;
|
|
241
|
-
5: string;
|
|
242
|
-
};
|
|
243
|
-
sunflower: {
|
|
244
|
-
95: string;
|
|
245
|
-
90: string;
|
|
246
|
-
85: string;
|
|
247
|
-
80: string;
|
|
248
|
-
73: string;
|
|
249
|
-
70: string;
|
|
250
|
-
65: string;
|
|
251
|
-
60: string;
|
|
252
|
-
55: string;
|
|
253
|
-
50: string;
|
|
254
|
-
45: string;
|
|
255
|
-
40: string;
|
|
256
|
-
35: string;
|
|
257
|
-
30: string;
|
|
258
|
-
25: string;
|
|
259
|
-
20: string;
|
|
260
|
-
15: string;
|
|
261
|
-
10: string;
|
|
262
|
-
5: string;
|
|
263
|
-
};
|
|
264
|
-
terracotta: {
|
|
265
|
-
95: string;
|
|
266
|
-
90: string;
|
|
267
|
-
85: string;
|
|
268
|
-
80: string;
|
|
269
|
-
75: string;
|
|
270
|
-
70: string;
|
|
271
|
-
65: string;
|
|
272
|
-
60: string;
|
|
273
|
-
55: string;
|
|
274
|
-
50: string;
|
|
275
|
-
45: string;
|
|
276
|
-
40: string;
|
|
277
|
-
35: string;
|
|
278
|
-
30: string;
|
|
279
|
-
25: string;
|
|
280
|
-
20: string;
|
|
281
|
-
15: string;
|
|
282
|
-
10: string;
|
|
283
|
-
5: string;
|
|
284
|
-
};
|
|
285
|
-
warmGrey: {
|
|
286
|
-
95: string;
|
|
287
|
-
90: string;
|
|
288
|
-
85: string;
|
|
289
|
-
80: string;
|
|
290
|
-
75: string;
|
|
291
|
-
70: string;
|
|
292
|
-
65: string;
|
|
293
|
-
60: string;
|
|
294
|
-
56: string;
|
|
295
|
-
50: string;
|
|
296
|
-
45: string;
|
|
297
|
-
40: string;
|
|
298
|
-
35: string;
|
|
299
|
-
30: string;
|
|
300
|
-
25: string;
|
|
301
|
-
20: string;
|
|
302
|
-
15: string;
|
|
303
|
-
10: string;
|
|
304
|
-
5: string;
|
|
305
|
-
};
|
|
306
15
|
blue: {
|
|
307
16
|
10: string;
|
|
308
17
|
20: string;
|
|
@@ -412,6 +121,7 @@ declare const defaultTheme: {
|
|
|
412
121
|
regular: string;
|
|
413
122
|
medium: string;
|
|
414
123
|
demi: string;
|
|
124
|
+
bold: string;
|
|
415
125
|
};
|
|
416
126
|
gridTemplateColumns: {
|
|
417
127
|
1: string;
|
|
@@ -440,7 +150,6 @@ declare const defaultTheme: {
|
|
|
440
150
|
sm: number;
|
|
441
151
|
md: number;
|
|
442
152
|
lg: number;
|
|
443
|
-
xl: number;
|
|
444
153
|
round: number;
|
|
445
154
|
};
|
|
446
155
|
ringWidths: {};
|
|
@@ -562,133 +271,6 @@ declare const defaultTheme: {
|
|
|
562
271
|
};
|
|
563
272
|
};
|
|
564
273
|
};
|
|
565
|
-
Badge: {
|
|
566
|
-
baseStyle: {};
|
|
567
|
-
defaultProps: {
|
|
568
|
-
size: string;
|
|
569
|
-
variant: string;
|
|
570
|
-
};
|
|
571
|
-
parts: string[];
|
|
572
|
-
sizes: {
|
|
573
|
-
xs: {
|
|
574
|
-
container: {
|
|
575
|
-
borderRadius: string;
|
|
576
|
-
fontSize: string;
|
|
577
|
-
h: number;
|
|
578
|
-
spaceX: number;
|
|
579
|
-
};
|
|
580
|
-
icon: {
|
|
581
|
-
size: string;
|
|
582
|
-
};
|
|
583
|
-
};
|
|
584
|
-
sm: {
|
|
585
|
-
container: {
|
|
586
|
-
fontSize: string;
|
|
587
|
-
h: number;
|
|
588
|
-
spaceX: number;
|
|
589
|
-
};
|
|
590
|
-
icon: {
|
|
591
|
-
size: string;
|
|
592
|
-
};
|
|
593
|
-
};
|
|
594
|
-
md: {
|
|
595
|
-
container: {
|
|
596
|
-
fontSize: string;
|
|
597
|
-
h: number;
|
|
598
|
-
spaceX: number;
|
|
599
|
-
};
|
|
600
|
-
icon: {
|
|
601
|
-
size: string;
|
|
602
|
-
};
|
|
603
|
-
};
|
|
604
|
-
lg: {
|
|
605
|
-
container: {
|
|
606
|
-
fontSize: string;
|
|
607
|
-
h: number;
|
|
608
|
-
spaceX: number;
|
|
609
|
-
};
|
|
610
|
-
icon: {
|
|
611
|
-
size: string;
|
|
612
|
-
};
|
|
613
|
-
};
|
|
614
|
-
};
|
|
615
|
-
variants: {
|
|
616
|
-
subtleSandstone: {
|
|
617
|
-
container: {
|
|
618
|
-
bg: string;
|
|
619
|
-
color: string;
|
|
620
|
-
borderColor: string;
|
|
621
|
-
};
|
|
622
|
-
};
|
|
623
|
-
subtleEarth: {
|
|
624
|
-
container: {
|
|
625
|
-
bg: string;
|
|
626
|
-
color: string;
|
|
627
|
-
};
|
|
628
|
-
};
|
|
629
|
-
subtleBlue: {
|
|
630
|
-
container: {
|
|
631
|
-
bg: string;
|
|
632
|
-
color: string;
|
|
633
|
-
};
|
|
634
|
-
};
|
|
635
|
-
subtleBlue2: {
|
|
636
|
-
container: {
|
|
637
|
-
bg: string;
|
|
638
|
-
color: string;
|
|
639
|
-
};
|
|
640
|
-
};
|
|
641
|
-
subtleRed: {
|
|
642
|
-
container: {
|
|
643
|
-
bg: string;
|
|
644
|
-
color: string;
|
|
645
|
-
};
|
|
646
|
-
};
|
|
647
|
-
subtleYellow: {
|
|
648
|
-
container: {
|
|
649
|
-
bg: string;
|
|
650
|
-
color: string;
|
|
651
|
-
};
|
|
652
|
-
};
|
|
653
|
-
subtleGreen: {
|
|
654
|
-
container: {
|
|
655
|
-
bg: string;
|
|
656
|
-
color: string;
|
|
657
|
-
};
|
|
658
|
-
};
|
|
659
|
-
solidBlue: {
|
|
660
|
-
container: {
|
|
661
|
-
bg: string;
|
|
662
|
-
color: string;
|
|
663
|
-
};
|
|
664
|
-
};
|
|
665
|
-
solidDarkBlue: {
|
|
666
|
-
container: {
|
|
667
|
-
bg: string;
|
|
668
|
-
borderColor: string;
|
|
669
|
-
color: string;
|
|
670
|
-
};
|
|
671
|
-
};
|
|
672
|
-
solidRed: {
|
|
673
|
-
container: {
|
|
674
|
-
bg: string;
|
|
675
|
-
color: string;
|
|
676
|
-
};
|
|
677
|
-
};
|
|
678
|
-
solidYellow: {
|
|
679
|
-
container: {
|
|
680
|
-
bg: string;
|
|
681
|
-
color: string;
|
|
682
|
-
};
|
|
683
|
-
};
|
|
684
|
-
solidGreen: {
|
|
685
|
-
container: {
|
|
686
|
-
bg: string;
|
|
687
|
-
color: string;
|
|
688
|
-
};
|
|
689
|
-
};
|
|
690
|
-
};
|
|
691
|
-
};
|
|
692
274
|
Box: {
|
|
693
275
|
baseStyle: {};
|
|
694
276
|
defaultProps: {};
|
|
@@ -698,12 +280,13 @@ declare const defaultTheme: {
|
|
|
698
280
|
Button: {
|
|
699
281
|
baseStyle: {};
|
|
700
282
|
defaultProps: {
|
|
283
|
+
colorScheme: string;
|
|
701
284
|
size: string;
|
|
702
285
|
variant: string;
|
|
703
286
|
};
|
|
704
287
|
parts: string[];
|
|
705
288
|
sizes: {
|
|
706
|
-
|
|
289
|
+
xs: {
|
|
707
290
|
container: {
|
|
708
291
|
fontSize: string;
|
|
709
292
|
h: number;
|
|
@@ -715,7 +298,7 @@ declare const defaultTheme: {
|
|
|
715
298
|
};
|
|
716
299
|
text: {};
|
|
717
300
|
};
|
|
718
|
-
|
|
301
|
+
sm: {
|
|
719
302
|
container: {
|
|
720
303
|
fontSize: string;
|
|
721
304
|
h: number;
|
|
@@ -727,7 +310,7 @@ declare const defaultTheme: {
|
|
|
727
310
|
};
|
|
728
311
|
text: {};
|
|
729
312
|
};
|
|
730
|
-
|
|
313
|
+
md: {
|
|
731
314
|
container: {
|
|
732
315
|
fontSize: string;
|
|
733
316
|
h: number;
|
|
@@ -739,7 +322,7 @@ declare const defaultTheme: {
|
|
|
739
322
|
};
|
|
740
323
|
text: {};
|
|
741
324
|
};
|
|
742
|
-
|
|
325
|
+
lg: {
|
|
743
326
|
container: {
|
|
744
327
|
fontSize: string;
|
|
745
328
|
h: number;
|
|
@@ -753,121 +336,39 @@ declare const defaultTheme: {
|
|
|
753
336
|
};
|
|
754
337
|
};
|
|
755
338
|
variants: {
|
|
756
|
-
|
|
757
|
-
container: {
|
|
758
|
-
bg: string;
|
|
759
|
-
borderColor: string;
|
|
760
|
-
color: string;
|
|
761
|
-
hoverBg: string;
|
|
762
|
-
hoverBorderColor: string;
|
|
763
|
-
hoverColor: string;
|
|
764
|
-
activeBg: string;
|
|
765
|
-
activeBorderColor: string;
|
|
766
|
-
activeColor: string;
|
|
767
|
-
};
|
|
768
|
-
};
|
|
769
|
-
secondaryDark: {
|
|
770
|
-
container: {
|
|
771
|
-
bg: string;
|
|
772
|
-
borderColor: string;
|
|
773
|
-
color: string;
|
|
774
|
-
hoverBg: string;
|
|
775
|
-
hoverBorderColor: string;
|
|
776
|
-
hoverColor: string;
|
|
777
|
-
activeBg: string;
|
|
778
|
-
activeBorderColor: string;
|
|
779
|
-
activeColor: string;
|
|
780
|
-
};
|
|
781
|
-
};
|
|
782
|
-
tertiaryDark: {
|
|
339
|
+
outlined: (props: import("..").Dict<any>) => {
|
|
783
340
|
container: {
|
|
784
|
-
bg: string;
|
|
785
|
-
borderColor: string;
|
|
786
|
-
color: string;
|
|
787
|
-
hoverBg: string;
|
|
788
|
-
hoverBorderColor: string;
|
|
789
|
-
hoverColor: string;
|
|
790
|
-
activeBg: string;
|
|
791
|
-
activeBorderColor: string;
|
|
792
|
-
activeColor: string;
|
|
793
|
-
};
|
|
794
|
-
};
|
|
795
|
-
solidGreen: {
|
|
796
|
-
container: {
|
|
797
|
-
bg: string;
|
|
798
|
-
borderColor: string;
|
|
799
|
-
color: string;
|
|
800
|
-
disabledBg: string;
|
|
801
|
-
disabledBorderColor: string;
|
|
802
|
-
disabledColor: string;
|
|
803
|
-
hoverBg: string;
|
|
804
|
-
hoverBorderColor: string;
|
|
805
|
-
focusBg: string;
|
|
806
|
-
activeBg: string;
|
|
807
|
-
activeBorderColor: string;
|
|
808
|
-
};
|
|
809
|
-
};
|
|
810
|
-
solidRed: {
|
|
811
|
-
container: {
|
|
812
|
-
bg: string;
|
|
813
|
-
borderColor: string;
|
|
814
|
-
color: string;
|
|
815
|
-
disabledBg: string;
|
|
816
|
-
disabledBorderColor: string;
|
|
817
|
-
disabledColor: string;
|
|
818
|
-
hoverBg: string;
|
|
819
|
-
hoverBorderColor: string;
|
|
820
|
-
focusBg: string;
|
|
821
|
-
activeBg: string;
|
|
822
|
-
activeBorderColor: string;
|
|
823
|
-
};
|
|
824
|
-
};
|
|
825
|
-
subtleBlue: {
|
|
826
|
-
container: {
|
|
827
|
-
bg: string;
|
|
828
|
-
borderColor: string;
|
|
829
|
-
color: string;
|
|
830
|
-
disabledBg: string;
|
|
831
|
-
disabledBorderColor: string;
|
|
832
|
-
disabledColor: string;
|
|
833
|
-
hoverBg: string;
|
|
834
|
-
hoverBorderColor: string;
|
|
835
|
-
focusBg: string;
|
|
836
|
-
activeBg: string;
|
|
837
|
-
activeBorderColor: string;
|
|
838
|
-
};
|
|
839
|
-
};
|
|
840
|
-
subtleRed: {
|
|
841
|
-
container: {
|
|
842
|
-
bg: string;
|
|
843
341
|
borderColor: string;
|
|
844
|
-
hoverBg: string;
|
|
845
342
|
hoverBorderColor: string;
|
|
846
|
-
|
|
343
|
+
focusRing: number;
|
|
344
|
+
hoverBg: string;
|
|
847
345
|
activeBg: string;
|
|
346
|
+
bg: string;
|
|
347
|
+
borderWidth: number;
|
|
848
348
|
color: string;
|
|
849
349
|
};
|
|
850
350
|
};
|
|
851
|
-
|
|
351
|
+
solid: (props: import("..").Dict<any>) => {
|
|
852
352
|
container: {
|
|
853
|
-
bg: string;
|
|
854
|
-
borderColor: string;
|
|
855
353
|
hoverBg: string;
|
|
856
354
|
hoverBorderColor: string;
|
|
857
|
-
focusBg: string;
|
|
858
355
|
activeBg: string;
|
|
356
|
+
bg: string;
|
|
357
|
+
borderColor: string;
|
|
358
|
+
borderWidth: number;
|
|
859
359
|
color: string;
|
|
860
360
|
};
|
|
861
361
|
};
|
|
862
|
-
|
|
362
|
+
text: (props: import("..").Dict<any>) => {
|
|
863
363
|
container: {
|
|
864
|
-
bg: string;
|
|
865
|
-
borderColor: string;
|
|
866
364
|
hoverBg: string;
|
|
867
365
|
hoverBorderColor: string;
|
|
868
|
-
focusBg: string;
|
|
869
366
|
activeBg: string;
|
|
367
|
+
bg: string;
|
|
368
|
+
borderColor: string;
|
|
369
|
+
borderWidth: number;
|
|
870
370
|
color: string;
|
|
371
|
+
focusRing: number;
|
|
871
372
|
};
|
|
872
373
|
};
|
|
873
374
|
};
|
|
@@ -1051,61 +552,39 @@ declare const defaultTheme: {
|
|
|
1051
552
|
};
|
|
1052
553
|
};
|
|
1053
554
|
Heading: {
|
|
1054
|
-
baseStyle: {
|
|
1055
|
-
color: string;
|
|
1056
|
-
};
|
|
555
|
+
baseStyle: {};
|
|
1057
556
|
defaultProps: {
|
|
1058
557
|
size: string;
|
|
1059
558
|
};
|
|
1060
559
|
sizes: {
|
|
1061
|
-
title: {
|
|
1062
|
-
as: string;
|
|
1063
|
-
fontFamily: string;
|
|
1064
|
-
fontSize: string;
|
|
1065
|
-
fontWeight: string;
|
|
1066
|
-
lineHeight: string;
|
|
1067
|
-
};
|
|
1068
560
|
h1: {
|
|
1069
561
|
as: string;
|
|
1070
562
|
fontSize: string;
|
|
1071
|
-
fontWeight: string;
|
|
1072
|
-
lineHeight: string;
|
|
1073
|
-
};
|
|
1074
|
-
lead: {
|
|
1075
|
-
as: string;
|
|
1076
|
-
color: string;
|
|
1077
|
-
fontSize: string;
|
|
1078
|
-
fontWeight: string;
|
|
1079
563
|
lineHeight: string;
|
|
1080
564
|
};
|
|
1081
565
|
h2: {
|
|
1082
566
|
as: string;
|
|
1083
567
|
fontSize: string;
|
|
1084
|
-
fontWeight: string;
|
|
1085
568
|
lineHeight: string;
|
|
1086
569
|
};
|
|
1087
570
|
h3: {
|
|
1088
571
|
as: string;
|
|
1089
572
|
fontSize: string;
|
|
1090
|
-
fontWeight: string;
|
|
1091
573
|
lineHeight: string;
|
|
1092
574
|
};
|
|
1093
575
|
h4: {
|
|
1094
576
|
as: string;
|
|
1095
577
|
fontSize: string;
|
|
1096
|
-
fontWeight: string;
|
|
1097
578
|
lineHeight: string;
|
|
1098
579
|
};
|
|
1099
580
|
h5: {
|
|
1100
581
|
as: string;
|
|
1101
582
|
fontSize: string;
|
|
1102
|
-
fontWeight: string;
|
|
1103
583
|
lineHeight: string;
|
|
1104
584
|
};
|
|
1105
585
|
h6: {
|
|
1106
586
|
as: string;
|
|
1107
587
|
fontSize: string;
|
|
1108
|
-
fontWeight: string;
|
|
1109
588
|
lineHeight: string;
|
|
1110
589
|
};
|
|
1111
590
|
};
|
|
@@ -1133,10 +612,6 @@ declare const defaultTheme: {
|
|
|
1133
612
|
height: number;
|
|
1134
613
|
width: number;
|
|
1135
614
|
};
|
|
1136
|
-
xl: {
|
|
1137
|
-
height: number;
|
|
1138
|
-
width: number;
|
|
1139
|
-
};
|
|
1140
615
|
};
|
|
1141
616
|
variants: {};
|
|
1142
617
|
};
|
|
@@ -1211,6 +686,7 @@ declare const defaultTheme: {
|
|
|
1211
686
|
Link: {
|
|
1212
687
|
baseStyle: {};
|
|
1213
688
|
defaultProps: {
|
|
689
|
+
colorScheme: string;
|
|
1214
690
|
size: string;
|
|
1215
691
|
variant: string;
|
|
1216
692
|
};
|
|
@@ -1219,7 +695,6 @@ declare const defaultTheme: {
|
|
|
1219
695
|
sm: {
|
|
1220
696
|
container: {
|
|
1221
697
|
fontSize: string;
|
|
1222
|
-
lineHeight: string;
|
|
1223
698
|
};
|
|
1224
699
|
icon: {
|
|
1225
700
|
size: string;
|
|
@@ -1228,7 +703,6 @@ declare const defaultTheme: {
|
|
|
1228
703
|
md: {
|
|
1229
704
|
container: {
|
|
1230
705
|
fontSize: string;
|
|
1231
|
-
lineHeight: string;
|
|
1232
706
|
};
|
|
1233
707
|
icon: {
|
|
1234
708
|
size: string;
|
|
@@ -1237,16 +711,6 @@ declare const defaultTheme: {
|
|
|
1237
711
|
lg: {
|
|
1238
712
|
container: {
|
|
1239
713
|
fontSize: string;
|
|
1240
|
-
lineHeight: string;
|
|
1241
|
-
};
|
|
1242
|
-
icon: {
|
|
1243
|
-
size: string;
|
|
1244
|
-
};
|
|
1245
|
-
};
|
|
1246
|
-
xl: {
|
|
1247
|
-
container: {
|
|
1248
|
-
fontSize: string;
|
|
1249
|
-
lineHeight: string;
|
|
1250
714
|
};
|
|
1251
715
|
icon: {
|
|
1252
716
|
size: string;
|
|
@@ -1254,13 +718,13 @@ declare const defaultTheme: {
|
|
|
1254
718
|
};
|
|
1255
719
|
};
|
|
1256
720
|
variants: {
|
|
1257
|
-
default: () => {
|
|
721
|
+
default: (props: import("..").Dict<any>) => {
|
|
1258
722
|
container: {
|
|
1259
723
|
color: string;
|
|
1260
724
|
hoverColor: string;
|
|
1261
725
|
};
|
|
1262
726
|
};
|
|
1263
|
-
light: () => {
|
|
727
|
+
light: (props: import("..").Dict<any>) => {
|
|
1264
728
|
container: {
|
|
1265
729
|
color: string;
|
|
1266
730
|
hoverColor: string;
|
|
@@ -1271,12 +735,6 @@ declare const defaultTheme: {
|
|
|
1271
735
|
hoverTextDecoration: string;
|
|
1272
736
|
};
|
|
1273
737
|
};
|
|
1274
|
-
white: () => {
|
|
1275
|
-
container: {
|
|
1276
|
-
color: string;
|
|
1277
|
-
hoverColor: string;
|
|
1278
|
-
};
|
|
1279
|
-
};
|
|
1280
738
|
};
|
|
1281
739
|
};
|
|
1282
740
|
List: {
|
|
@@ -1417,40 +875,23 @@ declare const defaultTheme: {
|
|
|
1417
875
|
Notification: {
|
|
1418
876
|
baseStyle: {};
|
|
1419
877
|
defaultProps: {
|
|
878
|
+
colorScheme: string;
|
|
1420
879
|
variant: string;
|
|
1421
880
|
};
|
|
1422
881
|
parts: string[];
|
|
1423
882
|
sizes: {};
|
|
1424
883
|
variants: {
|
|
1425
|
-
|
|
884
|
+
subtle: (props: import("..").Dict<any>) => {
|
|
1426
885
|
container: {
|
|
1427
886
|
bg: string;
|
|
1428
887
|
borderColor: string;
|
|
888
|
+
borderWidth: number;
|
|
1429
889
|
color: string;
|
|
1430
890
|
};
|
|
1431
891
|
button: {
|
|
1432
|
-
borderColor: string;
|
|
1433
|
-
};
|
|
1434
|
-
};
|
|
1435
|
-
subtleRed: {
|
|
1436
|
-
container: {
|
|
1437
|
-
bg: string;
|
|
1438
|
-
borderColor: string;
|
|
1439
|
-
color: string;
|
|
1440
|
-
};
|
|
1441
|
-
};
|
|
1442
|
-
subtleYellow: {
|
|
1443
|
-
container: {
|
|
1444
|
-
bg: string;
|
|
1445
|
-
borderColor: string;
|
|
1446
|
-
color: string;
|
|
1447
|
-
};
|
|
1448
|
-
};
|
|
1449
|
-
subtleGreen: {
|
|
1450
|
-
container: {
|
|
1451
|
-
bg: string;
|
|
1452
|
-
borderColor: string;
|
|
1453
892
|
color: string;
|
|
893
|
+
hoverBg: string;
|
|
894
|
+
activeBg: string;
|
|
1454
895
|
};
|
|
1455
896
|
};
|
|
1456
897
|
};
|
|
@@ -1473,6 +914,14 @@ declare const defaultTheme: {
|
|
|
1473
914
|
fontSize: string;
|
|
1474
915
|
lineHeight: string;
|
|
1475
916
|
};
|
|
917
|
+
xl: {
|
|
918
|
+
fontSize: string;
|
|
919
|
+
lineHeight: string;
|
|
920
|
+
};
|
|
921
|
+
xxl: {
|
|
922
|
+
fontSize: string;
|
|
923
|
+
lineHeight: string;
|
|
924
|
+
};
|
|
1476
925
|
};
|
|
1477
926
|
variants: {};
|
|
1478
927
|
};
|
|
@@ -1824,16 +1273,7 @@ declare const defaultTheme: {
|
|
|
1824
1273
|
fontSize: string;
|
|
1825
1274
|
};
|
|
1826
1275
|
};
|
|
1827
|
-
variants: {
|
|
1828
|
-
label: {
|
|
1829
|
-
fontSize: string;
|
|
1830
|
-
fontWeight: string;
|
|
1831
|
-
};
|
|
1832
|
-
caption: {
|
|
1833
|
-
fontSize: string;
|
|
1834
|
-
fontWeight: string;
|
|
1835
|
-
};
|
|
1836
|
-
};
|
|
1276
|
+
variants: {};
|
|
1837
1277
|
};
|
|
1838
1278
|
Table: {
|
|
1839
1279
|
baseStyle: {};
|
|
@@ -1866,11 +1306,6 @@ declare const defaultTheme: {
|
|
|
1866
1306
|
};
|
|
1867
1307
|
};
|
|
1868
1308
|
striped: {};
|
|
1869
|
-
basic: {
|
|
1870
|
-
td: {
|
|
1871
|
-
borderBottom: string;
|
|
1872
|
-
};
|
|
1873
|
-
};
|
|
1874
1309
|
};
|
|
1875
1310
|
};
|
|
1876
1311
|
Tabs: {
|
|
@@ -1878,71 +1313,22 @@ declare const defaultTheme: {
|
|
|
1878
1313
|
defaultProps: {};
|
|
1879
1314
|
parts: string[];
|
|
1880
1315
|
sizes: {
|
|
1881
|
-
sm: {
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
h: string;
|
|
1886
|
-
py: string;
|
|
1887
|
-
};
|
|
1888
|
-
};
|
|
1889
|
-
md: {
|
|
1890
|
-
tabsNavBar: {
|
|
1891
|
-
borderWidth: string;
|
|
1892
|
-
fontSize: string;
|
|
1893
|
-
h: string;
|
|
1894
|
-
py: string;
|
|
1895
|
-
};
|
|
1896
|
-
};
|
|
1897
|
-
lg: {
|
|
1898
|
-
tabsNavBar: {
|
|
1899
|
-
borderWidth: string;
|
|
1900
|
-
fontSize: string;
|
|
1901
|
-
h: number;
|
|
1902
|
-
py: string;
|
|
1903
|
-
};
|
|
1904
|
-
};
|
|
1905
|
-
xl: {
|
|
1906
|
-
tabsNavBar: {
|
|
1907
|
-
borderWidth: string;
|
|
1908
|
-
fontSize: string;
|
|
1909
|
-
h: number;
|
|
1910
|
-
py: string;
|
|
1911
|
-
};
|
|
1912
|
-
};
|
|
1913
|
-
xxl: {
|
|
1914
|
-
tabsNavBar: {
|
|
1915
|
-
borderWidth: string;
|
|
1916
|
-
fontSize: string;
|
|
1917
|
-
h: number;
|
|
1918
|
-
py: string;
|
|
1919
|
-
};
|
|
1920
|
-
};
|
|
1316
|
+
sm: {};
|
|
1317
|
+
md: {};
|
|
1318
|
+
lg: {};
|
|
1319
|
+
xl: {};
|
|
1921
1320
|
};
|
|
1922
1321
|
variants: {};
|
|
1923
1322
|
};
|
|
1924
1323
|
Tag: {
|
|
1925
1324
|
baseStyle: {};
|
|
1926
1325
|
defaultProps: {
|
|
1326
|
+
colorScheme: string;
|
|
1927
1327
|
size: string;
|
|
1928
1328
|
variant: string;
|
|
1929
1329
|
};
|
|
1930
1330
|
parts: string[];
|
|
1931
1331
|
sizes: {
|
|
1932
|
-
xs: {
|
|
1933
|
-
container: {
|
|
1934
|
-
borderRadius: string;
|
|
1935
|
-
fontSize: string;
|
|
1936
|
-
h: number;
|
|
1937
|
-
spaceX: number;
|
|
1938
|
-
};
|
|
1939
|
-
button: {
|
|
1940
|
-
size: string;
|
|
1941
|
-
};
|
|
1942
|
-
icon: {
|
|
1943
|
-
size: string;
|
|
1944
|
-
};
|
|
1945
|
-
};
|
|
1946
1332
|
sm: {
|
|
1947
1333
|
container: {
|
|
1948
1334
|
fontSize: string;
|
|
@@ -1984,166 +1370,31 @@ declare const defaultTheme: {
|
|
|
1984
1370
|
};
|
|
1985
1371
|
};
|
|
1986
1372
|
variants: {
|
|
1987
|
-
|
|
1988
|
-
container: {
|
|
1989
|
-
bg: string;
|
|
1990
|
-
hoverBg: string;
|
|
1991
|
-
borderColor: string;
|
|
1992
|
-
color: string;
|
|
1993
|
-
activeBg: string;
|
|
1994
|
-
};
|
|
1995
|
-
button: {
|
|
1996
|
-
bg: string;
|
|
1997
|
-
hoverBg: string;
|
|
1998
|
-
hoverBorderColor: string;
|
|
1999
|
-
color: string;
|
|
2000
|
-
activeBg: string;
|
|
2001
|
-
};
|
|
2002
|
-
};
|
|
2003
|
-
subtleBlue: {
|
|
2004
|
-
container: {
|
|
2005
|
-
bg: string;
|
|
2006
|
-
hoverBg: string;
|
|
2007
|
-
activeBg: string;
|
|
2008
|
-
borderColor: string;
|
|
2009
|
-
color: string;
|
|
2010
|
-
};
|
|
2011
|
-
button: {
|
|
2012
|
-
bg: string;
|
|
2013
|
-
hoverBg: string;
|
|
2014
|
-
activeBg: string;
|
|
2015
|
-
hoverBorderColor: string;
|
|
2016
|
-
color: string;
|
|
2017
|
-
};
|
|
2018
|
-
};
|
|
2019
|
-
subtleRed: {
|
|
2020
|
-
container: {
|
|
2021
|
-
bg: string;
|
|
2022
|
-
borderColor: string;
|
|
2023
|
-
hoverBg: string;
|
|
2024
|
-
activeBg: string;
|
|
2025
|
-
color: string;
|
|
2026
|
-
};
|
|
2027
|
-
button: {
|
|
2028
|
-
bg: string;
|
|
2029
|
-
hoverBg: string;
|
|
2030
|
-
activeBg: string;
|
|
2031
|
-
hoverBorderColor: string;
|
|
2032
|
-
color: string;
|
|
2033
|
-
};
|
|
2034
|
-
};
|
|
2035
|
-
subtleYellow: {
|
|
2036
|
-
container: {
|
|
2037
|
-
bg: string;
|
|
2038
|
-
hoverBg: string;
|
|
2039
|
-
activeBg: string;
|
|
2040
|
-
borderColor: string;
|
|
2041
|
-
color: string;
|
|
2042
|
-
};
|
|
2043
|
-
button: {
|
|
2044
|
-
bg: string;
|
|
2045
|
-
hoverBg: string;
|
|
2046
|
-
activeBg: string;
|
|
2047
|
-
hoverBorderColor: string;
|
|
2048
|
-
color: string;
|
|
2049
|
-
};
|
|
2050
|
-
};
|
|
2051
|
-
subtleGreen: {
|
|
2052
|
-
container: {
|
|
2053
|
-
bg: string;
|
|
2054
|
-
hoverBg: string;
|
|
2055
|
-
borderColor: string;
|
|
2056
|
-
color: string;
|
|
2057
|
-
activeBg: string;
|
|
2058
|
-
};
|
|
2059
|
-
button: {
|
|
2060
|
-
bg: string;
|
|
2061
|
-
hoverBg: string;
|
|
2062
|
-
activeBg: string;
|
|
2063
|
-
hoverBorderColor: string;
|
|
2064
|
-
color: string;
|
|
2065
|
-
};
|
|
2066
|
-
};
|
|
2067
|
-
solidBlue: {
|
|
1373
|
+
solid: (props: import("..").Dict<any>) => {
|
|
2068
1374
|
container: {
|
|
2069
|
-
bg: string;
|
|
2070
|
-
hoverBg: string;
|
|
2071
|
-
activeBg: string;
|
|
2072
|
-
borderColor: string;
|
|
2073
|
-
color: string;
|
|
2074
|
-
};
|
|
2075
|
-
button: {
|
|
2076
|
-
bg: string;
|
|
2077
1375
|
hoverBg: string;
|
|
2078
1376
|
activeBg: string;
|
|
2079
|
-
hoverBorderColor: string;
|
|
2080
|
-
activeBorderColor: string;
|
|
2081
|
-
color: string;
|
|
2082
|
-
};
|
|
2083
|
-
};
|
|
2084
|
-
solidDarkBlue: {
|
|
2085
|
-
container: {
|
|
2086
1377
|
bg: string;
|
|
2087
|
-
hoverBg: string;
|
|
2088
|
-
activeBg: string;
|
|
2089
|
-
borderColor: string;
|
|
2090
1378
|
color: string;
|
|
1379
|
+
focusRing: number;
|
|
2091
1380
|
};
|
|
2092
1381
|
button: {
|
|
2093
|
-
bg: string;
|
|
2094
|
-
hoverBg: string;
|
|
2095
|
-
activeBg: string;
|
|
2096
|
-
hoverBorderColor: string;
|
|
2097
|
-
color: string;
|
|
2098
|
-
};
|
|
2099
|
-
};
|
|
2100
|
-
solidRed: {
|
|
2101
|
-
container: {
|
|
2102
|
-
bg: string;
|
|
2103
1382
|
hoverBg: string;
|
|
2104
1383
|
activeBg: string;
|
|
2105
|
-
borderColor: string;
|
|
2106
|
-
color: string;
|
|
2107
|
-
};
|
|
2108
|
-
button: {
|
|
2109
1384
|
bg: string;
|
|
2110
|
-
hoverBg: string;
|
|
2111
|
-
activeBg: string;
|
|
2112
|
-
hoverBorderColor: string;
|
|
2113
|
-
activeBorderColor: string;
|
|
2114
1385
|
color: string;
|
|
2115
1386
|
};
|
|
2116
1387
|
};
|
|
2117
|
-
|
|
1388
|
+
subtle: (props: import("..").Dict<any>) => {
|
|
2118
1389
|
container: {
|
|
2119
|
-
bg: string;
|
|
2120
|
-
hoverBg: string;
|
|
2121
|
-
activeBg: string;
|
|
2122
|
-
borderColor: string;
|
|
2123
|
-
color: string;
|
|
2124
|
-
};
|
|
2125
|
-
button: {
|
|
2126
|
-
bg: string;
|
|
2127
1390
|
hoverBg: string;
|
|
2128
1391
|
activeBg: string;
|
|
2129
|
-
hoverBorderColor: string;
|
|
2130
|
-
color: string;
|
|
2131
|
-
};
|
|
2132
|
-
};
|
|
2133
|
-
solidGreen: {
|
|
2134
|
-
container: {
|
|
2135
1392
|
bg: string;
|
|
2136
|
-
hoverBg: string;
|
|
2137
|
-
activeBg: string;
|
|
2138
|
-
borderColor: string;
|
|
2139
1393
|
color: string;
|
|
2140
1394
|
};
|
|
2141
1395
|
button: {
|
|
2142
|
-
bg: string;
|
|
2143
1396
|
hoverBg: string;
|
|
2144
1397
|
activeBg: string;
|
|
2145
|
-
hoverBorderColor: string;
|
|
2146
|
-
activeBorderColor: string;
|
|
2147
1398
|
color: string;
|
|
2148
1399
|
};
|
|
2149
1400
|
};
|