@veracity/vui 1.9.1 → 2.0.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/badge/badge.d.ts +9 -0
- package/dist/cjs/badge/badge.d.ts.map +1 -0
- package/dist/cjs/badge/badge.js +35 -0
- package/dist/cjs/badge/badge.types.d.ts +17 -0
- package/dist/cjs/badge/badge.types.d.ts.map +1 -0
- package/dist/cjs/badge/badge.types.js +2 -0
- package/dist/cjs/badge/index.d.ts +3 -0
- package/dist/cjs/badge/index.d.ts.map +1 -0
- package/dist/cjs/badge/index.js +23 -0
- package/dist/cjs/badge/theme.d.ts +130 -0
- package/dist/cjs/badge/theme.d.ts.map +1 -0
- package/dist/cjs/badge/theme.js +135 -0
- 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 +16 -23
- package/dist/cjs/button/button.types.d.ts +3 -4
- 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 +204 -44
- package/dist/cjs/button/theme.d.ts.map +1 -1
- package/dist/cjs/button/theme.js +220 -54
- 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 +2 -3
- 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 +2 -3
- 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 +55 -38
- package/dist/cjs/footer/footerTrademark.js +1 -1
- package/dist/cjs/heading/heading.d.ts.map +1 -1
- package/dist/cjs/heading/heading.js +7 -1
- package/dist/cjs/heading/heading.types.d.ts +1 -0
- package/dist/cjs/heading/heading.types.d.ts.map +1 -1
- package/dist/cjs/heading/theme.d.ts +67 -9
- package/dist/cjs/heading/theme.d.ts.map +1 -1
- package/dist/cjs/heading/theme.js +69 -11
- 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 +5 -0
- package/dist/cjs/icon/theme.d.ts.map +1 -1
- package/dist/cjs/icon/theme.js +5 -0
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +1 -0
- 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 +1 -1
- package/dist/cjs/link/link.types.d.ts.map +1 -1
- package/dist/cjs/link/theme.d.ts +21 -4
- package/dist/cjs/link/theme.d.ts.map +1 -1
- package/dist/cjs/link/theme.js +30 -17
- package/dist/cjs/list/listItem.d.ts.map +1 -1
- package/dist/cjs/list/listItem.js +6 -2
- package/dist/cjs/notification/consts.js +10 -10
- package/dist/cjs/notification/notification.d.ts.map +1 -1
- package/dist/cjs/notification/notification.js +10 -8
- 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 +5 -1
- package/dist/cjs/notification/notificationIcon.d.ts.map +1 -1
- package/dist/cjs/notification/notificationIcon.js +3 -2
- 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 +31 -16
- package/dist/cjs/notification/theme.d.ts.map +1 -1
- package/dist/cjs/notification/theme.js +32 -26
- package/dist/cjs/onedesign-tokens/dist/js/es6/rem/button.d.ts +85 -0
- package/dist/cjs/onedesign-tokens/dist/js/es6/rem/button.d.ts.map +1 -0
- package/dist/cjs/onedesign-tokens/dist/js/es6/rem/button.js +88 -0
- package/dist/cjs/p/theme.d.ts +0 -8
- package/dist/cjs/p/theme.d.ts.map +1 -1
- package/dist/cjs/p/theme.js +3 -11
- package/dist/cjs/progress/progress.js +1 -1
- package/dist/cjs/select/selectButton.js +1 -1
- package/dist/cjs/sidemenu/sidemenu.js +1 -1
- package/dist/cjs/sidemenu/sidemenuItem.js +2 -2
- package/dist/cjs/t/theme.d.ts +10 -1
- package/dist/cjs/t/theme.d.ts.map +1 -1
- package/dist/cjs/t/theme.js +10 -1
- package/dist/cjs/table/tbody.d.ts.map +1 -1
- package/dist/cjs/table/tbody.js +4 -0
- package/dist/cjs/table/theme.d.ts +5 -0
- package/dist/cjs/table/theme.d.ts.map +1 -1
- package/dist/cjs/table/theme.js +6 -1
- 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 +13 -5
- package/dist/cjs/tabs/theme.d.ts +40 -4
- package/dist/cjs/tabs/theme.d.ts.map +1 -1
- package/dist/cjs/tabs/theme.js +41 -4
- package/dist/cjs/tag/tag.js +9 -6
- package/dist/cjs/tag/tag.types.d.ts +4 -3
- package/dist/cjs/tag/tag.types.d.ts.map +1 -1
- package/dist/cjs/tag/tagButton.d.ts.map +1 -1
- package/dist/cjs/tag/tagButton.js +1 -1
- package/dist/cjs/tag/theme.d.ts +178 -32
- package/dist/cjs/tag/theme.d.ts.map +1 -1
- package/dist/cjs/tag/theme.js +182 -65
- package/dist/cjs/textarea/textarea.js +1 -1
- package/dist/cjs/theme/components.d.ts +624 -47
- package/dist/cjs/theme/components.d.ts.map +1 -1
- package/dist/cjs/theme/components.js +76 -74
- package/dist/cjs/theme/defaultTheme.d.ts +916 -48
- package/dist/cjs/theme/defaultTheme.d.ts.map +1 -1
- package/dist/cjs/theme/foundations/colors.d.ts +523 -0
- package/dist/cjs/theme/foundations/colors.d.ts.map +1 -1
- package/dist/cjs/theme/foundations/colors.js +389 -1
- package/dist/cjs/theme/foundations/fontWeights.d.ts +0 -1
- package/dist/cjs/theme/foundations/fontWeights.d.ts.map +1 -1
- package/dist/cjs/theme/foundations/fontWeights.js +1 -2
- package/dist/cjs/theme/foundations/index.d.ts +292 -1
- package/dist/cjs/theme/foundations/index.d.ts.map +1 -1
- package/dist/cjs/theme/foundations/radii.d.ts +5 -0
- package/dist/cjs/theme/foundations/radii.d.ts.map +1 -1
- package/dist/cjs/theme/foundations/radii.js +8 -3
- 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/badge/badge.d.ts +9 -0
- package/dist/esm/badge/badge.d.ts.map +1 -0
- package/dist/esm/badge/badge.js +17 -0
- package/dist/esm/badge/badge.types.d.ts +17 -0
- package/dist/esm/badge/badge.types.d.ts.map +1 -0
- package/dist/esm/badge/badge.types.js +1 -0
- package/dist/esm/badge/index.d.ts +3 -0
- package/dist/esm/badge/index.d.ts.map +1 -0
- package/dist/esm/badge/index.js +2 -0
- package/dist/esm/badge/theme.d.ts +130 -0
- package/dist/esm/badge/theme.d.ts.map +1 -0
- package/dist/esm/badge/theme.js +133 -0
- 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 +16 -23
- package/dist/esm/button/button.types.d.ts +3 -4
- 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 +204 -44
- package/dist/esm/button/theme.d.ts.map +1 -1
- package/dist/esm/button/theme.js +220 -58
- 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 +2 -3
- 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 +2 -3
- 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 +55 -38
- package/dist/esm/footer/footerTrademark.js +1 -1
- package/dist/esm/heading/heading.d.ts.map +1 -1
- package/dist/esm/heading/heading.js +8 -2
- package/dist/esm/heading/heading.types.d.ts +1 -0
- package/dist/esm/heading/heading.types.d.ts.map +1 -1
- package/dist/esm/heading/theme.d.ts +67 -9
- package/dist/esm/heading/theme.d.ts.map +1 -1
- package/dist/esm/heading/theme.js +69 -11
- 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 +5 -0
- package/dist/esm/icon/theme.d.ts.map +1 -1
- package/dist/esm/icon/theme.js +5 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +1 -0
- 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 +1 -1
- package/dist/esm/link/link.types.d.ts.map +1 -1
- package/dist/esm/link/theme.d.ts +21 -4
- package/dist/esm/link/theme.d.ts.map +1 -1
- package/dist/esm/link/theme.js +30 -17
- package/dist/esm/list/listItem.d.ts.map +1 -1
- package/dist/esm/list/listItem.js +6 -2
- package/dist/esm/notification/consts.js +10 -10
- package/dist/esm/notification/notification.d.ts.map +1 -1
- package/dist/esm/notification/notification.js +11 -9
- 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 +4 -1
- package/dist/esm/notification/notificationIcon.d.ts.map +1 -1
- package/dist/esm/notification/notificationIcon.js +3 -2
- 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 +31 -16
- package/dist/esm/notification/theme.d.ts.map +1 -1
- package/dist/esm/notification/theme.js +32 -26
- package/dist/esm/onedesign-tokens/dist/js/es6/rem/button.d.ts +85 -0
- package/dist/esm/onedesign-tokens/dist/js/es6/rem/button.d.ts.map +1 -0
- package/dist/esm/onedesign-tokens/dist/js/es6/rem/button.js +84 -0
- package/dist/esm/p/theme.d.ts +0 -8
- package/dist/esm/p/theme.d.ts.map +1 -1
- package/dist/esm/p/theme.js +3 -11
- package/dist/esm/progress/progress.js +1 -1
- package/dist/esm/select/selectButton.js +1 -1
- package/dist/esm/sidemenu/sidemenu.js +1 -1
- package/dist/esm/sidemenu/sidemenuItem.js +2 -2
- package/dist/esm/t/theme.d.ts +10 -1
- package/dist/esm/t/theme.d.ts.map +1 -1
- package/dist/esm/t/theme.js +10 -1
- package/dist/esm/table/tbody.d.ts.map +1 -1
- package/dist/esm/table/tbody.js +4 -0
- package/dist/esm/table/theme.d.ts +5 -0
- package/dist/esm/table/theme.d.ts.map +1 -1
- package/dist/esm/table/theme.js +6 -1
- 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 +12 -4
- package/dist/esm/tabs/theme.d.ts +40 -4
- package/dist/esm/tabs/theme.d.ts.map +1 -1
- package/dist/esm/tabs/theme.js +41 -4
- package/dist/esm/tag/tag.js +9 -6
- package/dist/esm/tag/tag.types.d.ts +4 -3
- package/dist/esm/tag/tag.types.d.ts.map +1 -1
- package/dist/esm/tag/tagButton.d.ts.map +1 -1
- package/dist/esm/tag/tagButton.js +1 -1
- package/dist/esm/tag/theme.d.ts +178 -32
- package/dist/esm/tag/theme.d.ts.map +1 -1
- package/dist/esm/tag/theme.js +182 -65
- package/dist/esm/textarea/textarea.js +1 -1
- package/dist/esm/theme/components.d.ts +624 -47
- package/dist/esm/theme/components.d.ts.map +1 -1
- package/dist/esm/theme/components.js +2 -0
- package/dist/esm/theme/defaultTheme.d.ts +916 -48
- package/dist/esm/theme/defaultTheme.d.ts.map +1 -1
- package/dist/esm/theme/foundations/colors.d.ts +523 -0
- package/dist/esm/theme/foundations/colors.d.ts.map +1 -1
- package/dist/esm/theme/foundations/colors.js +365 -0
- package/dist/esm/theme/foundations/fontWeights.d.ts +0 -1
- package/dist/esm/theme/foundations/fontWeights.d.ts.map +1 -1
- package/dist/esm/theme/foundations/fontWeights.js +1 -2
- package/dist/esm/theme/foundations/index.d.ts +292 -1
- package/dist/esm/theme/foundations/index.d.ts.map +1 -1
- package/dist/esm/theme/foundations/radii.d.ts +5 -0
- package/dist/esm/theme/foundations/radii.d.ts.map +1 -1
- package/dist/esm/theme/foundations/radii.js +8 -3
- 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/badge/badge.tsx +36 -0
- package/src/badge/badge.types.ts +17 -0
- package/src/badge/index.ts +2 -0
- package/src/badge/theme.ts +140 -0
- package/src/button/button.tsx +19 -28
- package/src/button/button.types.ts +4 -8
- package/src/button/buttons.tsx +8 -8
- package/src/button/consts.ts +3 -3
- package/src/button/theme.ts +229 -71
- package/src/buttonGroup/buttonGroup.tsx +6 -9
- package/src/buttonGroup/buttonGroup.types.ts +2 -3
- package/src/buttonGroup/helpers.ts +2 -4
- package/src/buttonToggleGroup/buttonToggleGroup.tsx +0 -2
- package/src/checkbox/checkbox.tsx +1 -1
- package/src/copyToClipboard/copyToClipboard.tsx +1 -1
- package/src/core/vuiProvider/globalStyle.tsx +55 -38
- package/src/footer/footerTrademark.tsx +1 -1
- package/src/heading/heading.tsx +19 -2
- package/src/heading/heading.types.ts +2 -0
- package/src/heading/theme.ts +69 -11
- package/src/icon/icon.types.ts +1 -1
- package/src/icon/theme.ts +5 -0
- package/src/index.ts +1 -0
- package/src/input/input.tsx +1 -1
- package/src/input/inputInput.tsx +1 -1
- package/src/link/link.tsx +2 -3
- package/src/link/link.types.ts +1 -1
- package/src/link/theme.ts +30 -20
- package/src/list/listItem.tsx +6 -2
- package/src/notification/consts.ts +10 -10
- package/src/notification/notification.tsx +16 -11
- package/src/notification/notification.types.ts +2 -2
- package/src/notification/notificationButton.tsx +10 -5
- package/src/notification/notificationIcon.tsx +6 -3
- package/src/notification/notificationText.tsx +2 -1
- package/src/notification/notificationTitle.tsx +3 -9
- package/src/notification/theme.ts +32 -34
- package/src/onedesign-tokens/dist/js/es6/rem/button.js +85 -0
- package/src/p/theme.ts +3 -11
- package/src/progress/progress.tsx +1 -1
- package/src/select/selectButton.tsx +1 -1
- package/src/sidemenu/sidemenu.tsx +1 -1
- package/src/sidemenu/sidemenuItem.tsx +3 -3
- package/src/t/theme.ts +10 -1
- package/src/table/tbody.tsx +4 -0
- package/src/table/theme.ts +6 -1
- package/src/tabs/tabs.types.ts +2 -2
- package/src/tabs/tabsNavBar.tsx +23 -6
- package/src/tabs/theme.ts +41 -4
- package/src/tag/tag.tsx +11 -11
- package/src/tag/tag.types.ts +32 -31
- package/src/tag/tagButton.tsx +1 -2
- package/src/tag/theme.ts +183 -80
- package/src/textarea/textarea.tsx +1 -1
- package/src/theme/components.ts +2 -0
- package/src/theme/foundations/colors.ts +401 -0
- package/src/theme/foundations/fontWeights.ts +1 -2
- package/src/theme/foundations/radii.ts +8 -3
- package/src/toast/useToast.tsx +2 -1
- package/src/tutorial/tutorialCard.tsx +10 -3
|
@@ -12,6 +12,297 @@ 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
|
+
};
|
|
15
306
|
blue: {
|
|
16
307
|
10: string;
|
|
17
308
|
20: string;
|
|
@@ -121,7 +412,6 @@ declare const defaultTheme: {
|
|
|
121
412
|
regular: string;
|
|
122
413
|
medium: string;
|
|
123
414
|
demi: string;
|
|
124
|
-
bold: string;
|
|
125
415
|
};
|
|
126
416
|
gridTemplateColumns: {
|
|
127
417
|
1: string;
|
|
@@ -150,6 +440,7 @@ declare const defaultTheme: {
|
|
|
150
440
|
sm: number;
|
|
151
441
|
md: number;
|
|
152
442
|
lg: number;
|
|
443
|
+
xl: number;
|
|
153
444
|
round: number;
|
|
154
445
|
};
|
|
155
446
|
ringWidths: {};
|
|
@@ -272,6 +563,133 @@ declare const defaultTheme: {
|
|
|
272
563
|
};
|
|
273
564
|
};
|
|
274
565
|
};
|
|
566
|
+
Badge: {
|
|
567
|
+
baseStyle: {};
|
|
568
|
+
defaultProps: {
|
|
569
|
+
size: string;
|
|
570
|
+
variant: string;
|
|
571
|
+
};
|
|
572
|
+
parts: string[];
|
|
573
|
+
sizes: {
|
|
574
|
+
xs: {
|
|
575
|
+
container: {
|
|
576
|
+
borderRadius: string;
|
|
577
|
+
fontSize: string;
|
|
578
|
+
h: number;
|
|
579
|
+
spaceX: number;
|
|
580
|
+
};
|
|
581
|
+
icon: {
|
|
582
|
+
size: string;
|
|
583
|
+
};
|
|
584
|
+
};
|
|
585
|
+
sm: {
|
|
586
|
+
container: {
|
|
587
|
+
fontSize: string;
|
|
588
|
+
h: number;
|
|
589
|
+
spaceX: number;
|
|
590
|
+
};
|
|
591
|
+
icon: {
|
|
592
|
+
size: string;
|
|
593
|
+
};
|
|
594
|
+
};
|
|
595
|
+
md: {
|
|
596
|
+
container: {
|
|
597
|
+
fontSize: string;
|
|
598
|
+
h: number;
|
|
599
|
+
spaceX: number;
|
|
600
|
+
};
|
|
601
|
+
icon: {
|
|
602
|
+
size: string;
|
|
603
|
+
};
|
|
604
|
+
};
|
|
605
|
+
lg: {
|
|
606
|
+
container: {
|
|
607
|
+
fontSize: string;
|
|
608
|
+
h: number;
|
|
609
|
+
spaceX: number;
|
|
610
|
+
};
|
|
611
|
+
icon: {
|
|
612
|
+
size: string;
|
|
613
|
+
};
|
|
614
|
+
};
|
|
615
|
+
};
|
|
616
|
+
variants: {
|
|
617
|
+
subtleSandstone: {
|
|
618
|
+
container: {
|
|
619
|
+
bg: string;
|
|
620
|
+
color: string;
|
|
621
|
+
borderColor: string;
|
|
622
|
+
};
|
|
623
|
+
};
|
|
624
|
+
subtleEarth: {
|
|
625
|
+
container: {
|
|
626
|
+
bg: string;
|
|
627
|
+
color: string;
|
|
628
|
+
};
|
|
629
|
+
};
|
|
630
|
+
subtleBlue: {
|
|
631
|
+
container: {
|
|
632
|
+
bg: string;
|
|
633
|
+
color: string;
|
|
634
|
+
};
|
|
635
|
+
};
|
|
636
|
+
subtleBlue2: {
|
|
637
|
+
container: {
|
|
638
|
+
bg: string;
|
|
639
|
+
color: string;
|
|
640
|
+
};
|
|
641
|
+
};
|
|
642
|
+
subtleRed: {
|
|
643
|
+
container: {
|
|
644
|
+
bg: string;
|
|
645
|
+
color: string;
|
|
646
|
+
};
|
|
647
|
+
};
|
|
648
|
+
subtleYellow: {
|
|
649
|
+
container: {
|
|
650
|
+
bg: string;
|
|
651
|
+
color: string;
|
|
652
|
+
};
|
|
653
|
+
};
|
|
654
|
+
subtleGreen: {
|
|
655
|
+
container: {
|
|
656
|
+
bg: string;
|
|
657
|
+
color: string;
|
|
658
|
+
};
|
|
659
|
+
};
|
|
660
|
+
solidBlue: {
|
|
661
|
+
container: {
|
|
662
|
+
bg: string;
|
|
663
|
+
color: string;
|
|
664
|
+
};
|
|
665
|
+
};
|
|
666
|
+
solidDarkBlue: {
|
|
667
|
+
container: {
|
|
668
|
+
bg: string;
|
|
669
|
+
borderColor: string;
|
|
670
|
+
color: string;
|
|
671
|
+
};
|
|
672
|
+
};
|
|
673
|
+
solidRed: {
|
|
674
|
+
container: {
|
|
675
|
+
bg: string;
|
|
676
|
+
color: string;
|
|
677
|
+
};
|
|
678
|
+
};
|
|
679
|
+
solidYellow: {
|
|
680
|
+
container: {
|
|
681
|
+
bg: string;
|
|
682
|
+
color: string;
|
|
683
|
+
};
|
|
684
|
+
};
|
|
685
|
+
solidGreen: {
|
|
686
|
+
container: {
|
|
687
|
+
bg: string;
|
|
688
|
+
color: string;
|
|
689
|
+
};
|
|
690
|
+
};
|
|
691
|
+
};
|
|
692
|
+
};
|
|
275
693
|
Box: {
|
|
276
694
|
baseStyle: {};
|
|
277
695
|
defaultProps: {};
|
|
@@ -299,13 +717,12 @@ declare const defaultTheme: {
|
|
|
299
717
|
Button: {
|
|
300
718
|
baseStyle: {};
|
|
301
719
|
defaultProps: {
|
|
302
|
-
colorScheme: string;
|
|
303
720
|
size: string;
|
|
304
721
|
variant: string;
|
|
305
722
|
};
|
|
306
723
|
parts: string[];
|
|
307
724
|
sizes: {
|
|
308
|
-
|
|
725
|
+
sm: {
|
|
309
726
|
container: {
|
|
310
727
|
fontSize: string;
|
|
311
728
|
h: number;
|
|
@@ -317,7 +734,7 @@ declare const defaultTheme: {
|
|
|
317
734
|
};
|
|
318
735
|
text: {};
|
|
319
736
|
};
|
|
320
|
-
|
|
737
|
+
md: {
|
|
321
738
|
container: {
|
|
322
739
|
fontSize: string;
|
|
323
740
|
h: number;
|
|
@@ -329,7 +746,7 @@ declare const defaultTheme: {
|
|
|
329
746
|
};
|
|
330
747
|
text: {};
|
|
331
748
|
};
|
|
332
|
-
|
|
749
|
+
lg: {
|
|
333
750
|
container: {
|
|
334
751
|
fontSize: string;
|
|
335
752
|
h: number;
|
|
@@ -341,7 +758,7 @@ declare const defaultTheme: {
|
|
|
341
758
|
};
|
|
342
759
|
text: {};
|
|
343
760
|
};
|
|
344
|
-
|
|
761
|
+
xl: {
|
|
345
762
|
container: {
|
|
346
763
|
fontSize: string;
|
|
347
764
|
h: number;
|
|
@@ -355,39 +772,204 @@ declare const defaultTheme: {
|
|
|
355
772
|
};
|
|
356
773
|
};
|
|
357
774
|
variants: {
|
|
358
|
-
|
|
775
|
+
primaryDark: {
|
|
359
776
|
container: {
|
|
777
|
+
bg: string;
|
|
360
778
|
borderColor: string;
|
|
779
|
+
color: string;
|
|
780
|
+
hoverBg: string;
|
|
361
781
|
hoverBorderColor: string;
|
|
362
|
-
|
|
782
|
+
hoverColor: string;
|
|
783
|
+
activeBg: string;
|
|
784
|
+
activeBorderColor: string;
|
|
785
|
+
activeColor: string;
|
|
786
|
+
};
|
|
787
|
+
};
|
|
788
|
+
primaryLight: {
|
|
789
|
+
container: {
|
|
790
|
+
bg: string;
|
|
791
|
+
borderColor: string;
|
|
792
|
+
color: string;
|
|
363
793
|
hoverBg: string;
|
|
794
|
+
hoverBorderColor: string;
|
|
795
|
+
hoverColor: string;
|
|
364
796
|
activeBg: string;
|
|
797
|
+
activeBorderColor: string;
|
|
798
|
+
activeColor: string;
|
|
799
|
+
};
|
|
800
|
+
};
|
|
801
|
+
secondaryDark: {
|
|
802
|
+
container: {
|
|
365
803
|
bg: string;
|
|
366
|
-
|
|
804
|
+
borderColor: string;
|
|
367
805
|
color: string;
|
|
806
|
+
hoverBg: string;
|
|
807
|
+
hoverBorderColor: string;
|
|
808
|
+
hoverColor: string;
|
|
809
|
+
activeBg: string;
|
|
810
|
+
activeBorderColor: string;
|
|
811
|
+
activeColor: string;
|
|
368
812
|
};
|
|
369
813
|
};
|
|
370
|
-
|
|
814
|
+
secondaryLight: {
|
|
371
815
|
container: {
|
|
816
|
+
bg: string;
|
|
817
|
+
borderColor: string;
|
|
818
|
+
color: string;
|
|
372
819
|
hoverBg: string;
|
|
373
820
|
hoverBorderColor: string;
|
|
821
|
+
hoverColor: string;
|
|
374
822
|
activeBg: string;
|
|
823
|
+
activeBorderColor: string;
|
|
824
|
+
activeColor: string;
|
|
825
|
+
};
|
|
826
|
+
};
|
|
827
|
+
tertiaryDark: {
|
|
828
|
+
container: {
|
|
375
829
|
bg: string;
|
|
376
830
|
borderColor: string;
|
|
377
|
-
borderWidth: number;
|
|
378
831
|
color: string;
|
|
832
|
+
hoverBg: string;
|
|
833
|
+
hoverBorderColor: string;
|
|
834
|
+
hoverColor: string;
|
|
835
|
+
activeBg: string;
|
|
836
|
+
activeBorderColor: string;
|
|
837
|
+
activeColor: string;
|
|
379
838
|
};
|
|
380
839
|
};
|
|
381
|
-
|
|
840
|
+
tertiaryLight: {
|
|
382
841
|
container: {
|
|
842
|
+
bg: string;
|
|
843
|
+
borderColor: string;
|
|
844
|
+
color: string;
|
|
383
845
|
hoverBg: string;
|
|
384
846
|
hoverBorderColor: string;
|
|
847
|
+
hoverColor: string;
|
|
385
848
|
activeBg: string;
|
|
849
|
+
activeBorderColor: string;
|
|
850
|
+
activeColor: string;
|
|
851
|
+
};
|
|
852
|
+
};
|
|
853
|
+
solidBlue: {
|
|
854
|
+
container: {
|
|
386
855
|
bg: string;
|
|
387
856
|
borderColor: string;
|
|
388
|
-
borderWidth: number;
|
|
389
857
|
color: string;
|
|
390
|
-
|
|
858
|
+
disabledBg: string;
|
|
859
|
+
disabledBorderColor: string;
|
|
860
|
+
disabledColor: string;
|
|
861
|
+
hoverBg: string;
|
|
862
|
+
hoverBorderColor: string;
|
|
863
|
+
focusBg: string;
|
|
864
|
+
activeBg: string;
|
|
865
|
+
activeBorderColor: string;
|
|
866
|
+
};
|
|
867
|
+
};
|
|
868
|
+
blueOutlined: {
|
|
869
|
+
container: {
|
|
870
|
+
bg: string;
|
|
871
|
+
borderColor: string;
|
|
872
|
+
color: string;
|
|
873
|
+
disabledBg: string;
|
|
874
|
+
disabledBorderColor: string;
|
|
875
|
+
disabledColor: string;
|
|
876
|
+
hoverBg: string;
|
|
877
|
+
hoverBorderColor: string;
|
|
878
|
+
activeBg: string;
|
|
879
|
+
activeBorderColor: string;
|
|
880
|
+
};
|
|
881
|
+
};
|
|
882
|
+
blueText: {
|
|
883
|
+
container: {
|
|
884
|
+
bg: string;
|
|
885
|
+
borderColor: string;
|
|
886
|
+
color: string;
|
|
887
|
+
disabledBg: string;
|
|
888
|
+
disabledBorderColor: string;
|
|
889
|
+
disabledColor: string;
|
|
890
|
+
hoverBg: string;
|
|
891
|
+
hoverBorderColor: string;
|
|
892
|
+
focusBg: string;
|
|
893
|
+
activeBg: string;
|
|
894
|
+
activeBorderColor: string;
|
|
895
|
+
};
|
|
896
|
+
};
|
|
897
|
+
solidGreen: {
|
|
898
|
+
container: {
|
|
899
|
+
bg: string;
|
|
900
|
+
borderColor: string;
|
|
901
|
+
color: string;
|
|
902
|
+
disabledBg: string;
|
|
903
|
+
disabledBorderColor: string;
|
|
904
|
+
disabledColor: string;
|
|
905
|
+
hoverBg: string;
|
|
906
|
+
hoverBorderColor: string;
|
|
907
|
+
focusBg: string;
|
|
908
|
+
activeBg: string;
|
|
909
|
+
activeBorderColor: string;
|
|
910
|
+
};
|
|
911
|
+
};
|
|
912
|
+
solidRed: {
|
|
913
|
+
container: {
|
|
914
|
+
bg: string;
|
|
915
|
+
borderColor: string;
|
|
916
|
+
color: string;
|
|
917
|
+
disabledBg: string;
|
|
918
|
+
disabledBorderColor: string;
|
|
919
|
+
disabledColor: string;
|
|
920
|
+
hoverBg: string;
|
|
921
|
+
hoverBorderColor: string;
|
|
922
|
+
focusBg: string;
|
|
923
|
+
activeBg: string;
|
|
924
|
+
activeBorderColor: string;
|
|
925
|
+
};
|
|
926
|
+
};
|
|
927
|
+
subtleBlue: {
|
|
928
|
+
container: {
|
|
929
|
+
bg: string;
|
|
930
|
+
borderColor: string;
|
|
931
|
+
color: string;
|
|
932
|
+
disabledBg: string;
|
|
933
|
+
disabledBorderColor: string;
|
|
934
|
+
disabledColor: string;
|
|
935
|
+
hoverBg: string;
|
|
936
|
+
hoverBorderColor: string;
|
|
937
|
+
focusBg: string;
|
|
938
|
+
activeBg: string;
|
|
939
|
+
activeBorderColor: string;
|
|
940
|
+
};
|
|
941
|
+
};
|
|
942
|
+
subtleRed: {
|
|
943
|
+
container: {
|
|
944
|
+
bg: string;
|
|
945
|
+
borderColor: string;
|
|
946
|
+
hoverBg: string;
|
|
947
|
+
hoverBorderColor: string;
|
|
948
|
+
focusBg: string;
|
|
949
|
+
activeBg: string;
|
|
950
|
+
color: string;
|
|
951
|
+
};
|
|
952
|
+
};
|
|
953
|
+
subtleYellow: {
|
|
954
|
+
container: {
|
|
955
|
+
bg: string;
|
|
956
|
+
borderColor: string;
|
|
957
|
+
hoverBg: string;
|
|
958
|
+
hoverBorderColor: string;
|
|
959
|
+
focusBg: string;
|
|
960
|
+
activeBg: string;
|
|
961
|
+
color: string;
|
|
962
|
+
};
|
|
963
|
+
};
|
|
964
|
+
subtleGreen: {
|
|
965
|
+
container: {
|
|
966
|
+
bg: string;
|
|
967
|
+
borderColor: string;
|
|
968
|
+
hoverBg: string;
|
|
969
|
+
hoverBorderColor: string;
|
|
970
|
+
focusBg: string;
|
|
971
|
+
activeBg: string;
|
|
972
|
+
color: string;
|
|
391
973
|
};
|
|
392
974
|
};
|
|
393
975
|
};
|
|
@@ -577,39 +1159,97 @@ declare const defaultTheme: {
|
|
|
577
1159
|
};
|
|
578
1160
|
};
|
|
579
1161
|
Heading: {
|
|
580
|
-
baseStyle: {
|
|
1162
|
+
baseStyle: {
|
|
1163
|
+
color: string;
|
|
1164
|
+
};
|
|
581
1165
|
defaultProps: {
|
|
582
1166
|
size: string;
|
|
583
1167
|
};
|
|
584
1168
|
sizes: {
|
|
1169
|
+
title: {
|
|
1170
|
+
as: string;
|
|
1171
|
+
fontFamily: string;
|
|
1172
|
+
fontSize: {
|
|
1173
|
+
desktop: string;
|
|
1174
|
+
mobile: string;
|
|
1175
|
+
};
|
|
1176
|
+
fontWeight: string;
|
|
1177
|
+
lineHeight: {
|
|
1178
|
+
desktop: string;
|
|
1179
|
+
mobile: string;
|
|
1180
|
+
};
|
|
1181
|
+
};
|
|
585
1182
|
h1: {
|
|
586
1183
|
as: string;
|
|
587
|
-
fontSize:
|
|
588
|
-
|
|
1184
|
+
fontSize: {
|
|
1185
|
+
desktop: string;
|
|
1186
|
+
mobile: string;
|
|
1187
|
+
};
|
|
1188
|
+
fontWeight: string;
|
|
1189
|
+
lineHeight: {
|
|
1190
|
+
desktop: string;
|
|
1191
|
+
mobile: string;
|
|
1192
|
+
};
|
|
1193
|
+
};
|
|
1194
|
+
lead: {
|
|
1195
|
+
as: string;
|
|
1196
|
+
color: string;
|
|
1197
|
+
fontSize: {
|
|
1198
|
+
desktop: string;
|
|
1199
|
+
mobile: string;
|
|
1200
|
+
};
|
|
1201
|
+
fontWeight: string;
|
|
1202
|
+
lineHeight: {
|
|
1203
|
+
desktop: string;
|
|
1204
|
+
mobile: string;
|
|
1205
|
+
};
|
|
589
1206
|
};
|
|
590
1207
|
h2: {
|
|
591
1208
|
as: string;
|
|
592
|
-
fontSize:
|
|
593
|
-
|
|
1209
|
+
fontSize: {
|
|
1210
|
+
desktop: string;
|
|
1211
|
+
mobile: string;
|
|
1212
|
+
};
|
|
1213
|
+
fontWeight: string;
|
|
1214
|
+
lineHeight: {
|
|
1215
|
+
desktop: string;
|
|
1216
|
+
mobile: string;
|
|
1217
|
+
};
|
|
594
1218
|
};
|
|
595
1219
|
h3: {
|
|
596
1220
|
as: string;
|
|
597
|
-
fontSize:
|
|
1221
|
+
fontSize: {
|
|
1222
|
+
desktop: string;
|
|
1223
|
+
mobile: string;
|
|
1224
|
+
};
|
|
1225
|
+
fontWeight: string;
|
|
598
1226
|
lineHeight: string;
|
|
599
1227
|
};
|
|
600
1228
|
h4: {
|
|
601
1229
|
as: string;
|
|
602
|
-
fontSize:
|
|
1230
|
+
fontSize: {
|
|
1231
|
+
desktop: string;
|
|
1232
|
+
mobile: string;
|
|
1233
|
+
};
|
|
1234
|
+
fontWeight: string;
|
|
603
1235
|
lineHeight: string;
|
|
604
1236
|
};
|
|
605
1237
|
h5: {
|
|
606
1238
|
as: string;
|
|
607
|
-
fontSize:
|
|
608
|
-
|
|
1239
|
+
fontSize: {
|
|
1240
|
+
desktop: string;
|
|
1241
|
+
mobile: string;
|
|
1242
|
+
};
|
|
1243
|
+
fontWeight: string;
|
|
1244
|
+
lineHeight: {
|
|
1245
|
+
desktop: string;
|
|
1246
|
+
mobile: string;
|
|
1247
|
+
};
|
|
609
1248
|
};
|
|
610
1249
|
h6: {
|
|
611
1250
|
as: string;
|
|
612
1251
|
fontSize: string;
|
|
1252
|
+
fontWeight: string;
|
|
613
1253
|
lineHeight: string;
|
|
614
1254
|
};
|
|
615
1255
|
};
|
|
@@ -637,6 +1277,10 @@ declare const defaultTheme: {
|
|
|
637
1277
|
height: number;
|
|
638
1278
|
width: number;
|
|
639
1279
|
};
|
|
1280
|
+
xl: {
|
|
1281
|
+
height: number;
|
|
1282
|
+
width: number;
|
|
1283
|
+
};
|
|
640
1284
|
};
|
|
641
1285
|
variants: {};
|
|
642
1286
|
};
|
|
@@ -711,7 +1355,6 @@ declare const defaultTheme: {
|
|
|
711
1355
|
Link: {
|
|
712
1356
|
baseStyle: {};
|
|
713
1357
|
defaultProps: {
|
|
714
|
-
colorScheme: string;
|
|
715
1358
|
size: string;
|
|
716
1359
|
variant: string;
|
|
717
1360
|
};
|
|
@@ -720,6 +1363,7 @@ declare const defaultTheme: {
|
|
|
720
1363
|
sm: {
|
|
721
1364
|
container: {
|
|
722
1365
|
fontSize: string;
|
|
1366
|
+
lineHeight: string;
|
|
723
1367
|
};
|
|
724
1368
|
icon: {
|
|
725
1369
|
size: string;
|
|
@@ -728,6 +1372,7 @@ declare const defaultTheme: {
|
|
|
728
1372
|
md: {
|
|
729
1373
|
container: {
|
|
730
1374
|
fontSize: string;
|
|
1375
|
+
lineHeight: string;
|
|
731
1376
|
};
|
|
732
1377
|
icon: {
|
|
733
1378
|
size: string;
|
|
@@ -736,6 +1381,16 @@ declare const defaultTheme: {
|
|
|
736
1381
|
lg: {
|
|
737
1382
|
container: {
|
|
738
1383
|
fontSize: string;
|
|
1384
|
+
lineHeight: string;
|
|
1385
|
+
};
|
|
1386
|
+
icon: {
|
|
1387
|
+
size: string;
|
|
1388
|
+
};
|
|
1389
|
+
};
|
|
1390
|
+
xl: {
|
|
1391
|
+
container: {
|
|
1392
|
+
fontSize: string;
|
|
1393
|
+
lineHeight: string;
|
|
739
1394
|
};
|
|
740
1395
|
icon: {
|
|
741
1396
|
size: string;
|
|
@@ -743,13 +1398,13 @@ declare const defaultTheme: {
|
|
|
743
1398
|
};
|
|
744
1399
|
};
|
|
745
1400
|
variants: {
|
|
746
|
-
default: (
|
|
1401
|
+
default: () => {
|
|
747
1402
|
container: {
|
|
748
1403
|
color: string;
|
|
749
1404
|
hoverColor: string;
|
|
750
1405
|
};
|
|
751
1406
|
};
|
|
752
|
-
light: (
|
|
1407
|
+
light: () => {
|
|
753
1408
|
container: {
|
|
754
1409
|
color: string;
|
|
755
1410
|
hoverColor: string;
|
|
@@ -760,6 +1415,12 @@ declare const defaultTheme: {
|
|
|
760
1415
|
hoverTextDecoration: string;
|
|
761
1416
|
};
|
|
762
1417
|
};
|
|
1418
|
+
white: () => {
|
|
1419
|
+
container: {
|
|
1420
|
+
color: string;
|
|
1421
|
+
hoverColor: string;
|
|
1422
|
+
};
|
|
1423
|
+
};
|
|
763
1424
|
};
|
|
764
1425
|
};
|
|
765
1426
|
List: {
|
|
@@ -900,23 +1561,40 @@ declare const defaultTheme: {
|
|
|
900
1561
|
Notification: {
|
|
901
1562
|
baseStyle: {};
|
|
902
1563
|
defaultProps: {
|
|
903
|
-
colorScheme: string;
|
|
904
1564
|
variant: string;
|
|
905
1565
|
};
|
|
906
1566
|
parts: string[];
|
|
907
1567
|
sizes: {};
|
|
908
1568
|
variants: {
|
|
909
|
-
|
|
1569
|
+
subtleBlue: {
|
|
910
1570
|
container: {
|
|
911
1571
|
bg: string;
|
|
912
1572
|
borderColor: string;
|
|
913
|
-
borderWidth: number;
|
|
914
1573
|
color: string;
|
|
915
1574
|
};
|
|
916
1575
|
button: {
|
|
1576
|
+
borderColor: string;
|
|
1577
|
+
};
|
|
1578
|
+
};
|
|
1579
|
+
subtleRed: {
|
|
1580
|
+
container: {
|
|
1581
|
+
bg: string;
|
|
1582
|
+
borderColor: string;
|
|
1583
|
+
color: string;
|
|
1584
|
+
};
|
|
1585
|
+
};
|
|
1586
|
+
subtleYellow: {
|
|
1587
|
+
container: {
|
|
1588
|
+
bg: string;
|
|
1589
|
+
borderColor: string;
|
|
1590
|
+
color: string;
|
|
1591
|
+
};
|
|
1592
|
+
};
|
|
1593
|
+
subtleGreen: {
|
|
1594
|
+
container: {
|
|
1595
|
+
bg: string;
|
|
1596
|
+
borderColor: string;
|
|
917
1597
|
color: string;
|
|
918
|
-
hoverBg: string;
|
|
919
|
-
activeBg: string;
|
|
920
1598
|
};
|
|
921
1599
|
};
|
|
922
1600
|
};
|
|
@@ -939,14 +1617,6 @@ declare const defaultTheme: {
|
|
|
939
1617
|
fontSize: string;
|
|
940
1618
|
lineHeight: string;
|
|
941
1619
|
};
|
|
942
|
-
xl: {
|
|
943
|
-
fontSize: string;
|
|
944
|
-
lineHeight: string;
|
|
945
|
-
};
|
|
946
|
-
xxl: {
|
|
947
|
-
fontSize: string;
|
|
948
|
-
lineHeight: string;
|
|
949
|
-
};
|
|
950
1620
|
};
|
|
951
1621
|
variants: {};
|
|
952
1622
|
};
|
|
@@ -1304,7 +1974,16 @@ declare const defaultTheme: {
|
|
|
1304
1974
|
fontSize: string;
|
|
1305
1975
|
};
|
|
1306
1976
|
};
|
|
1307
|
-
variants: {
|
|
1977
|
+
variants: {
|
|
1978
|
+
label: {
|
|
1979
|
+
fontSize: string;
|
|
1980
|
+
fontWeight: string;
|
|
1981
|
+
};
|
|
1982
|
+
caption: {
|
|
1983
|
+
fontSize: string;
|
|
1984
|
+
fontWeight: string;
|
|
1985
|
+
};
|
|
1986
|
+
};
|
|
1308
1987
|
};
|
|
1309
1988
|
Table: {
|
|
1310
1989
|
baseStyle: {};
|
|
@@ -1337,6 +2016,11 @@ declare const defaultTheme: {
|
|
|
1337
2016
|
};
|
|
1338
2017
|
};
|
|
1339
2018
|
striped: {};
|
|
2019
|
+
basic: {
|
|
2020
|
+
td: {
|
|
2021
|
+
borderBottom: string;
|
|
2022
|
+
};
|
|
2023
|
+
};
|
|
1340
2024
|
};
|
|
1341
2025
|
};
|
|
1342
2026
|
Tabs: {
|
|
@@ -1344,22 +2028,71 @@ declare const defaultTheme: {
|
|
|
1344
2028
|
defaultProps: {};
|
|
1345
2029
|
parts: string[];
|
|
1346
2030
|
sizes: {
|
|
1347
|
-
sm: {
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
2031
|
+
sm: {
|
|
2032
|
+
tabsNavBar: {
|
|
2033
|
+
borderWidth: string;
|
|
2034
|
+
fontSize: string;
|
|
2035
|
+
h: string;
|
|
2036
|
+
py: string;
|
|
2037
|
+
};
|
|
2038
|
+
};
|
|
2039
|
+
md: {
|
|
2040
|
+
tabsNavBar: {
|
|
2041
|
+
borderWidth: string;
|
|
2042
|
+
fontSize: string;
|
|
2043
|
+
h: string;
|
|
2044
|
+
py: string;
|
|
2045
|
+
};
|
|
2046
|
+
};
|
|
2047
|
+
lg: {
|
|
2048
|
+
tabsNavBar: {
|
|
2049
|
+
borderWidth: string;
|
|
2050
|
+
fontSize: string;
|
|
2051
|
+
h: number;
|
|
2052
|
+
py: string;
|
|
2053
|
+
};
|
|
2054
|
+
};
|
|
2055
|
+
xl: {
|
|
2056
|
+
tabsNavBar: {
|
|
2057
|
+
borderWidth: string;
|
|
2058
|
+
fontSize: string;
|
|
2059
|
+
h: number;
|
|
2060
|
+
py: string;
|
|
2061
|
+
};
|
|
2062
|
+
};
|
|
2063
|
+
xxl: {
|
|
2064
|
+
tabsNavBar: {
|
|
2065
|
+
borderWidth: string;
|
|
2066
|
+
fontSize: string;
|
|
2067
|
+
h: number;
|
|
2068
|
+
py: string;
|
|
2069
|
+
};
|
|
2070
|
+
};
|
|
1351
2071
|
};
|
|
1352
2072
|
variants: {};
|
|
1353
2073
|
};
|
|
1354
2074
|
Tag: {
|
|
1355
2075
|
baseStyle: {};
|
|
1356
2076
|
defaultProps: {
|
|
1357
|
-
colorScheme: string;
|
|
1358
2077
|
size: string;
|
|
1359
2078
|
variant: string;
|
|
1360
2079
|
};
|
|
1361
2080
|
parts: string[];
|
|
1362
2081
|
sizes: {
|
|
2082
|
+
xs: {
|
|
2083
|
+
container: {
|
|
2084
|
+
borderRadius: string;
|
|
2085
|
+
fontSize: string;
|
|
2086
|
+
h: number;
|
|
2087
|
+
spaceX: number;
|
|
2088
|
+
};
|
|
2089
|
+
button: {
|
|
2090
|
+
size: string;
|
|
2091
|
+
};
|
|
2092
|
+
icon: {
|
|
2093
|
+
size: string;
|
|
2094
|
+
};
|
|
2095
|
+
};
|
|
1363
2096
|
sm: {
|
|
1364
2097
|
container: {
|
|
1365
2098
|
fontSize: string;
|
|
@@ -1401,31 +2134,166 @@ declare const defaultTheme: {
|
|
|
1401
2134
|
};
|
|
1402
2135
|
};
|
|
1403
2136
|
variants: {
|
|
1404
|
-
|
|
2137
|
+
subtleGrey: {
|
|
1405
2138
|
container: {
|
|
2139
|
+
bg: string;
|
|
1406
2140
|
hoverBg: string;
|
|
2141
|
+
borderColor: string;
|
|
2142
|
+
color: string;
|
|
1407
2143
|
activeBg: string;
|
|
2144
|
+
};
|
|
2145
|
+
button: {
|
|
1408
2146
|
bg: string;
|
|
2147
|
+
hoverBg: string;
|
|
2148
|
+
hoverBorderColor: string;
|
|
2149
|
+
color: string;
|
|
2150
|
+
activeBg: string;
|
|
2151
|
+
};
|
|
2152
|
+
};
|
|
2153
|
+
subtleBlue: {
|
|
2154
|
+
container: {
|
|
2155
|
+
bg: string;
|
|
2156
|
+
hoverBg: string;
|
|
2157
|
+
activeBg: string;
|
|
2158
|
+
borderColor: string;
|
|
2159
|
+
color: string;
|
|
2160
|
+
};
|
|
2161
|
+
button: {
|
|
2162
|
+
bg: string;
|
|
2163
|
+
hoverBg: string;
|
|
2164
|
+
activeBg: string;
|
|
2165
|
+
hoverBorderColor: string;
|
|
2166
|
+
color: string;
|
|
2167
|
+
};
|
|
2168
|
+
};
|
|
2169
|
+
subtleRed: {
|
|
2170
|
+
container: {
|
|
2171
|
+
bg: string;
|
|
2172
|
+
borderColor: string;
|
|
2173
|
+
hoverBg: string;
|
|
2174
|
+
activeBg: string;
|
|
1409
2175
|
color: string;
|
|
1410
|
-
focusRing: number;
|
|
1411
2176
|
};
|
|
1412
2177
|
button: {
|
|
2178
|
+
bg: string;
|
|
2179
|
+
hoverBg: string;
|
|
2180
|
+
activeBg: string;
|
|
2181
|
+
hoverBorderColor: string;
|
|
2182
|
+
color: string;
|
|
2183
|
+
};
|
|
2184
|
+
};
|
|
2185
|
+
subtleYellow: {
|
|
2186
|
+
container: {
|
|
2187
|
+
bg: string;
|
|
1413
2188
|
hoverBg: string;
|
|
1414
2189
|
activeBg: string;
|
|
2190
|
+
borderColor: string;
|
|
2191
|
+
color: string;
|
|
2192
|
+
};
|
|
2193
|
+
button: {
|
|
1415
2194
|
bg: string;
|
|
2195
|
+
hoverBg: string;
|
|
2196
|
+
activeBg: string;
|
|
2197
|
+
hoverBorderColor: string;
|
|
1416
2198
|
color: string;
|
|
1417
2199
|
};
|
|
1418
2200
|
};
|
|
1419
|
-
|
|
2201
|
+
subtleGreen: {
|
|
2202
|
+
container: {
|
|
2203
|
+
bg: string;
|
|
2204
|
+
hoverBg: string;
|
|
2205
|
+
borderColor: string;
|
|
2206
|
+
color: string;
|
|
2207
|
+
activeBg: string;
|
|
2208
|
+
};
|
|
2209
|
+
button: {
|
|
2210
|
+
bg: string;
|
|
2211
|
+
hoverBg: string;
|
|
2212
|
+
activeBg: string;
|
|
2213
|
+
hoverBorderColor: string;
|
|
2214
|
+
color: string;
|
|
2215
|
+
};
|
|
2216
|
+
};
|
|
2217
|
+
solidBlue: {
|
|
2218
|
+
container: {
|
|
2219
|
+
bg: string;
|
|
2220
|
+
hoverBg: string;
|
|
2221
|
+
activeBg: string;
|
|
2222
|
+
borderColor: string;
|
|
2223
|
+
color: string;
|
|
2224
|
+
};
|
|
2225
|
+
button: {
|
|
2226
|
+
bg: string;
|
|
2227
|
+
hoverBg: string;
|
|
2228
|
+
activeBg: string;
|
|
2229
|
+
hoverBorderColor: string;
|
|
2230
|
+
activeBorderColor: string;
|
|
2231
|
+
color: string;
|
|
2232
|
+
};
|
|
2233
|
+
};
|
|
2234
|
+
solidDarkBlue: {
|
|
2235
|
+
container: {
|
|
2236
|
+
bg: string;
|
|
2237
|
+
hoverBg: string;
|
|
2238
|
+
activeBg: string;
|
|
2239
|
+
borderColor: string;
|
|
2240
|
+
color: string;
|
|
2241
|
+
};
|
|
2242
|
+
button: {
|
|
2243
|
+
bg: string;
|
|
2244
|
+
hoverBg: string;
|
|
2245
|
+
activeBg: string;
|
|
2246
|
+
hoverBorderColor: string;
|
|
2247
|
+
color: string;
|
|
2248
|
+
};
|
|
2249
|
+
};
|
|
2250
|
+
solidRed: {
|
|
2251
|
+
container: {
|
|
2252
|
+
bg: string;
|
|
2253
|
+
hoverBg: string;
|
|
2254
|
+
activeBg: string;
|
|
2255
|
+
borderColor: string;
|
|
2256
|
+
color: string;
|
|
2257
|
+
};
|
|
2258
|
+
button: {
|
|
2259
|
+
bg: string;
|
|
2260
|
+
hoverBg: string;
|
|
2261
|
+
activeBg: string;
|
|
2262
|
+
hoverBorderColor: string;
|
|
2263
|
+
activeBorderColor: string;
|
|
2264
|
+
color: string;
|
|
2265
|
+
};
|
|
2266
|
+
};
|
|
2267
|
+
solidYellow: {
|
|
1420
2268
|
container: {
|
|
2269
|
+
bg: string;
|
|
2270
|
+
hoverBg: string;
|
|
2271
|
+
activeBg: string;
|
|
2272
|
+
borderColor: string;
|
|
2273
|
+
color: string;
|
|
2274
|
+
};
|
|
2275
|
+
button: {
|
|
2276
|
+
bg: string;
|
|
1421
2277
|
hoverBg: string;
|
|
1422
2278
|
activeBg: string;
|
|
2279
|
+
hoverBorderColor: string;
|
|
2280
|
+
color: string;
|
|
2281
|
+
};
|
|
2282
|
+
};
|
|
2283
|
+
solidGreen: {
|
|
2284
|
+
container: {
|
|
1423
2285
|
bg: string;
|
|
2286
|
+
hoverBg: string;
|
|
2287
|
+
activeBg: string;
|
|
2288
|
+
borderColor: string;
|
|
1424
2289
|
color: string;
|
|
1425
2290
|
};
|
|
1426
2291
|
button: {
|
|
2292
|
+
bg: string;
|
|
1427
2293
|
hoverBg: string;
|
|
1428
2294
|
activeBg: string;
|
|
2295
|
+
hoverBorderColor: string;
|
|
2296
|
+
activeBorderColor: string;
|
|
1429
2297
|
color: string;
|
|
1430
2298
|
};
|
|
1431
2299
|
};
|