@veracity/vui 1.8.0-redesign.0 → 1.8.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/accordion/accordion.d.ts +7 -1
- package/dist/cjs/accordion/accordion.d.ts.map +1 -1
- package/dist/cjs/accordion/accordion.js +2 -0
- 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/media.d.ts +8 -15
- package/dist/cjs/core/media.d.ts.map +1 -1
- package/dist/cjs/core/media.js +39 -24
- package/dist/cjs/core/vuiProvider/globalStyle.d.ts.map +1 -1
- package/dist/cjs/core/vuiProvider/globalStyle.js +38 -55
- package/dist/cjs/footer/footerTrademark.js +1 -1
- package/dist/cjs/header/header.d.ts.map +1 -1
- package/dist/cjs/header/header.js +2 -2
- package/dist/cjs/header/headerServices.js +2 -2
- package/dist/cjs/header/loggedInHeader.js +3 -3
- package/dist/cjs/header/loggedOutHeader.js +3 -3
- 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/select.js +1 -1
- package/dist/cjs/select/selectButton.js +1 -1
- package/dist/cjs/select/theme.js +4 -4
- 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 +70 -72
- package/dist/cjs/theme/defaultTheme.d.ts +47 -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 +2 -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/theme/foundations/screens.d.ts +1 -0
- package/dist/cjs/theme/foundations/screens.d.ts.map +1 -1
- package/dist/cjs/theme/foundations/screens.js +6 -4
- package/dist/cjs/toast/toast.d.ts.map +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/accordion/accordion.d.ts +7 -1
- package/dist/esm/accordion/accordion.d.ts.map +1 -1
- package/dist/esm/accordion/accordion.js +2 -0
- 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/media.d.ts +8 -15
- package/dist/esm/core/media.d.ts.map +1 -1
- package/dist/esm/core/media.js +38 -19
- package/dist/esm/core/vuiProvider/globalStyle.d.ts.map +1 -1
- package/dist/esm/core/vuiProvider/globalStyle.js +38 -55
- package/dist/esm/footer/footerTrademark.js +1 -1
- package/dist/esm/header/header.d.ts.map +1 -1
- package/dist/esm/header/header.js +3 -3
- package/dist/esm/header/headerServices.js +3 -3
- package/dist/esm/header/loggedInHeader.js +4 -4
- package/dist/esm/header/loggedOutHeader.js +4 -4
- 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/select.js +1 -1
- package/dist/esm/select/selectButton.js +1 -1
- package/dist/esm/select/theme.js +4 -4
- 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 +47 -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 +2 -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/theme/foundations/screens.d.ts +1 -0
- package/dist/esm/theme/foundations/screens.d.ts.map +1 -1
- package/dist/esm/theme/foundations/screens.js +6 -4
- package/dist/esm/toast/toast.d.ts.map +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/accordion/accordion.tsx +8 -2
- 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/media.tsx +48 -26
- package/src/core/vuiProvider/globalStyle.tsx +38 -55
- package/src/footer/footerTrademark.tsx +1 -1
- package/src/header/header.tsx +3 -3
- package/src/header/headerServices.tsx +5 -5
- package/src/header/loggedInHeader.tsx +6 -6
- package/src/header/loggedOutHeader.tsx +6 -6
- 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/select.tsx +1 -1
- package/src/select/selectButton.tsx +1 -1
- package/src/select/theme.ts +4 -4
- 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/theme/foundations/screens.ts +6 -4
- package/src/toast/toast.tsx +1 -0
- 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: {};
|
|
@@ -450,6 +159,7 @@ declare const defaultTheme: {
|
|
|
450
159
|
md: number;
|
|
451
160
|
lg: number;
|
|
452
161
|
xl: number;
|
|
162
|
+
'2xl': number;
|
|
453
163
|
};
|
|
454
164
|
shadows: {
|
|
455
165
|
'0': string;
|
|
@@ -562,133 +272,6 @@ declare const defaultTheme: {
|
|
|
562
272
|
};
|
|
563
273
|
};
|
|
564
274
|
};
|
|
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
275
|
Box: {
|
|
693
276
|
baseStyle: {};
|
|
694
277
|
defaultProps: {};
|
|
@@ -716,12 +299,13 @@ declare const defaultTheme: {
|
|
|
716
299
|
Button: {
|
|
717
300
|
baseStyle: {};
|
|
718
301
|
defaultProps: {
|
|
302
|
+
colorScheme: string;
|
|
719
303
|
size: string;
|
|
720
304
|
variant: string;
|
|
721
305
|
};
|
|
722
306
|
parts: string[];
|
|
723
307
|
sizes: {
|
|
724
|
-
|
|
308
|
+
xs: {
|
|
725
309
|
container: {
|
|
726
310
|
fontSize: string;
|
|
727
311
|
h: number;
|
|
@@ -733,7 +317,7 @@ declare const defaultTheme: {
|
|
|
733
317
|
};
|
|
734
318
|
text: {};
|
|
735
319
|
};
|
|
736
|
-
|
|
320
|
+
sm: {
|
|
737
321
|
container: {
|
|
738
322
|
fontSize: string;
|
|
739
323
|
h: number;
|
|
@@ -745,7 +329,7 @@ declare const defaultTheme: {
|
|
|
745
329
|
};
|
|
746
330
|
text: {};
|
|
747
331
|
};
|
|
748
|
-
|
|
332
|
+
md: {
|
|
749
333
|
container: {
|
|
750
334
|
fontSize: string;
|
|
751
335
|
h: number;
|
|
@@ -757,7 +341,7 @@ declare const defaultTheme: {
|
|
|
757
341
|
};
|
|
758
342
|
text: {};
|
|
759
343
|
};
|
|
760
|
-
|
|
344
|
+
lg: {
|
|
761
345
|
container: {
|
|
762
346
|
fontSize: string;
|
|
763
347
|
h: number;
|
|
@@ -771,121 +355,39 @@ declare const defaultTheme: {
|
|
|
771
355
|
};
|
|
772
356
|
};
|
|
773
357
|
variants: {
|
|
774
|
-
|
|
775
|
-
container: {
|
|
776
|
-
bg: string;
|
|
777
|
-
borderColor: string;
|
|
778
|
-
color: string;
|
|
779
|
-
hoverBg: string;
|
|
780
|
-
hoverBorderColor: string;
|
|
781
|
-
hoverColor: string;
|
|
782
|
-
activeBg: string;
|
|
783
|
-
activeBorderColor: string;
|
|
784
|
-
activeColor: string;
|
|
785
|
-
};
|
|
786
|
-
};
|
|
787
|
-
secondaryDark: {
|
|
788
|
-
container: {
|
|
789
|
-
bg: string;
|
|
790
|
-
borderColor: string;
|
|
791
|
-
color: string;
|
|
792
|
-
hoverBg: string;
|
|
793
|
-
hoverBorderColor: string;
|
|
794
|
-
hoverColor: string;
|
|
795
|
-
activeBg: string;
|
|
796
|
-
activeBorderColor: string;
|
|
797
|
-
activeColor: string;
|
|
798
|
-
};
|
|
799
|
-
};
|
|
800
|
-
tertiaryDark: {
|
|
358
|
+
outlined: (props: import("..").Dict<any>) => {
|
|
801
359
|
container: {
|
|
802
|
-
bg: string;
|
|
803
|
-
borderColor: string;
|
|
804
|
-
color: string;
|
|
805
|
-
hoverBg: string;
|
|
806
|
-
hoverBorderColor: string;
|
|
807
|
-
hoverColor: string;
|
|
808
|
-
activeBg: string;
|
|
809
|
-
activeBorderColor: string;
|
|
810
|
-
activeColor: string;
|
|
811
|
-
};
|
|
812
|
-
};
|
|
813
|
-
solidGreen: {
|
|
814
|
-
container: {
|
|
815
|
-
bg: string;
|
|
816
|
-
borderColor: string;
|
|
817
|
-
color: string;
|
|
818
|
-
disabledBg: string;
|
|
819
|
-
disabledBorderColor: string;
|
|
820
|
-
disabledColor: string;
|
|
821
|
-
hoverBg: string;
|
|
822
|
-
hoverBorderColor: string;
|
|
823
|
-
focusBg: string;
|
|
824
|
-
activeBg: string;
|
|
825
|
-
activeBorderColor: string;
|
|
826
|
-
};
|
|
827
|
-
};
|
|
828
|
-
solidRed: {
|
|
829
|
-
container: {
|
|
830
|
-
bg: string;
|
|
831
|
-
borderColor: string;
|
|
832
|
-
color: string;
|
|
833
|
-
disabledBg: string;
|
|
834
|
-
disabledBorderColor: string;
|
|
835
|
-
disabledColor: string;
|
|
836
|
-
hoverBg: string;
|
|
837
|
-
hoverBorderColor: string;
|
|
838
|
-
focusBg: string;
|
|
839
|
-
activeBg: string;
|
|
840
|
-
activeBorderColor: string;
|
|
841
|
-
};
|
|
842
|
-
};
|
|
843
|
-
subtleBlue: {
|
|
844
|
-
container: {
|
|
845
|
-
bg: string;
|
|
846
|
-
borderColor: string;
|
|
847
|
-
color: string;
|
|
848
|
-
disabledBg: string;
|
|
849
|
-
disabledBorderColor: string;
|
|
850
|
-
disabledColor: string;
|
|
851
|
-
hoverBg: string;
|
|
852
|
-
hoverBorderColor: string;
|
|
853
|
-
focusBg: string;
|
|
854
|
-
activeBg: string;
|
|
855
|
-
activeBorderColor: string;
|
|
856
|
-
};
|
|
857
|
-
};
|
|
858
|
-
subtleRed: {
|
|
859
|
-
container: {
|
|
860
|
-
bg: string;
|
|
861
360
|
borderColor: string;
|
|
862
|
-
hoverBg: string;
|
|
863
361
|
hoverBorderColor: string;
|
|
864
|
-
|
|
362
|
+
focusRing: number;
|
|
363
|
+
hoverBg: string;
|
|
865
364
|
activeBg: string;
|
|
365
|
+
bg: string;
|
|
366
|
+
borderWidth: number;
|
|
866
367
|
color: string;
|
|
867
368
|
};
|
|
868
369
|
};
|
|
869
|
-
|
|
370
|
+
solid: (props: import("..").Dict<any>) => {
|
|
870
371
|
container: {
|
|
871
|
-
bg: string;
|
|
872
|
-
borderColor: string;
|
|
873
372
|
hoverBg: string;
|
|
874
373
|
hoverBorderColor: string;
|
|
875
|
-
focusBg: string;
|
|
876
374
|
activeBg: string;
|
|
375
|
+
bg: string;
|
|
376
|
+
borderColor: string;
|
|
377
|
+
borderWidth: number;
|
|
877
378
|
color: string;
|
|
878
379
|
};
|
|
879
380
|
};
|
|
880
|
-
|
|
381
|
+
text: (props: import("..").Dict<any>) => {
|
|
881
382
|
container: {
|
|
882
|
-
bg: string;
|
|
883
|
-
borderColor: string;
|
|
884
383
|
hoverBg: string;
|
|
885
384
|
hoverBorderColor: string;
|
|
886
|
-
focusBg: string;
|
|
887
385
|
activeBg: string;
|
|
386
|
+
bg: string;
|
|
387
|
+
borderColor: string;
|
|
388
|
+
borderWidth: number;
|
|
888
389
|
color: string;
|
|
390
|
+
focusRing: number;
|
|
889
391
|
};
|
|
890
392
|
};
|
|
891
393
|
};
|
|
@@ -1069,61 +571,39 @@ declare const defaultTheme: {
|
|
|
1069
571
|
};
|
|
1070
572
|
};
|
|
1071
573
|
Heading: {
|
|
1072
|
-
baseStyle: {
|
|
1073
|
-
color: string;
|
|
1074
|
-
};
|
|
574
|
+
baseStyle: {};
|
|
1075
575
|
defaultProps: {
|
|
1076
576
|
size: string;
|
|
1077
577
|
};
|
|
1078
578
|
sizes: {
|
|
1079
|
-
title: {
|
|
1080
|
-
as: string;
|
|
1081
|
-
fontFamily: string;
|
|
1082
|
-
fontSize: string;
|
|
1083
|
-
fontWeight: string;
|
|
1084
|
-
lineHeight: string;
|
|
1085
|
-
};
|
|
1086
579
|
h1: {
|
|
1087
580
|
as: string;
|
|
1088
581
|
fontSize: string;
|
|
1089
|
-
fontWeight: string;
|
|
1090
|
-
lineHeight: string;
|
|
1091
|
-
};
|
|
1092
|
-
lead: {
|
|
1093
|
-
as: string;
|
|
1094
|
-
color: string;
|
|
1095
|
-
fontSize: string;
|
|
1096
|
-
fontWeight: string;
|
|
1097
582
|
lineHeight: string;
|
|
1098
583
|
};
|
|
1099
584
|
h2: {
|
|
1100
585
|
as: string;
|
|
1101
586
|
fontSize: string;
|
|
1102
|
-
fontWeight: string;
|
|
1103
587
|
lineHeight: string;
|
|
1104
588
|
};
|
|
1105
589
|
h3: {
|
|
1106
590
|
as: string;
|
|
1107
591
|
fontSize: string;
|
|
1108
|
-
fontWeight: string;
|
|
1109
592
|
lineHeight: string;
|
|
1110
593
|
};
|
|
1111
594
|
h4: {
|
|
1112
595
|
as: string;
|
|
1113
596
|
fontSize: string;
|
|
1114
|
-
fontWeight: string;
|
|
1115
597
|
lineHeight: string;
|
|
1116
598
|
};
|
|
1117
599
|
h5: {
|
|
1118
600
|
as: string;
|
|
1119
601
|
fontSize: string;
|
|
1120
|
-
fontWeight: string;
|
|
1121
602
|
lineHeight: string;
|
|
1122
603
|
};
|
|
1123
604
|
h6: {
|
|
1124
605
|
as: string;
|
|
1125
606
|
fontSize: string;
|
|
1126
|
-
fontWeight: string;
|
|
1127
607
|
lineHeight: string;
|
|
1128
608
|
};
|
|
1129
609
|
};
|
|
@@ -1151,10 +631,6 @@ declare const defaultTheme: {
|
|
|
1151
631
|
height: number;
|
|
1152
632
|
width: number;
|
|
1153
633
|
};
|
|
1154
|
-
xl: {
|
|
1155
|
-
height: number;
|
|
1156
|
-
width: number;
|
|
1157
|
-
};
|
|
1158
634
|
};
|
|
1159
635
|
variants: {};
|
|
1160
636
|
};
|
|
@@ -1229,6 +705,7 @@ declare const defaultTheme: {
|
|
|
1229
705
|
Link: {
|
|
1230
706
|
baseStyle: {};
|
|
1231
707
|
defaultProps: {
|
|
708
|
+
colorScheme: string;
|
|
1232
709
|
size: string;
|
|
1233
710
|
variant: string;
|
|
1234
711
|
};
|
|
@@ -1237,7 +714,6 @@ declare const defaultTheme: {
|
|
|
1237
714
|
sm: {
|
|
1238
715
|
container: {
|
|
1239
716
|
fontSize: string;
|
|
1240
|
-
lineHeight: string;
|
|
1241
717
|
};
|
|
1242
718
|
icon: {
|
|
1243
719
|
size: string;
|
|
@@ -1246,7 +722,6 @@ declare const defaultTheme: {
|
|
|
1246
722
|
md: {
|
|
1247
723
|
container: {
|
|
1248
724
|
fontSize: string;
|
|
1249
|
-
lineHeight: string;
|
|
1250
725
|
};
|
|
1251
726
|
icon: {
|
|
1252
727
|
size: string;
|
|
@@ -1255,16 +730,6 @@ declare const defaultTheme: {
|
|
|
1255
730
|
lg: {
|
|
1256
731
|
container: {
|
|
1257
732
|
fontSize: string;
|
|
1258
|
-
lineHeight: string;
|
|
1259
|
-
};
|
|
1260
|
-
icon: {
|
|
1261
|
-
size: string;
|
|
1262
|
-
};
|
|
1263
|
-
};
|
|
1264
|
-
xl: {
|
|
1265
|
-
container: {
|
|
1266
|
-
fontSize: string;
|
|
1267
|
-
lineHeight: string;
|
|
1268
733
|
};
|
|
1269
734
|
icon: {
|
|
1270
735
|
size: string;
|
|
@@ -1272,13 +737,13 @@ declare const defaultTheme: {
|
|
|
1272
737
|
};
|
|
1273
738
|
};
|
|
1274
739
|
variants: {
|
|
1275
|
-
default: () => {
|
|
740
|
+
default: (props: import("..").Dict<any>) => {
|
|
1276
741
|
container: {
|
|
1277
742
|
color: string;
|
|
1278
743
|
hoverColor: string;
|
|
1279
744
|
};
|
|
1280
745
|
};
|
|
1281
|
-
light: () => {
|
|
746
|
+
light: (props: import("..").Dict<any>) => {
|
|
1282
747
|
container: {
|
|
1283
748
|
color: string;
|
|
1284
749
|
hoverColor: string;
|
|
@@ -1289,12 +754,6 @@ declare const defaultTheme: {
|
|
|
1289
754
|
hoverTextDecoration: string;
|
|
1290
755
|
};
|
|
1291
756
|
};
|
|
1292
|
-
white: () => {
|
|
1293
|
-
container: {
|
|
1294
|
-
color: string;
|
|
1295
|
-
hoverColor: string;
|
|
1296
|
-
};
|
|
1297
|
-
};
|
|
1298
757
|
};
|
|
1299
758
|
};
|
|
1300
759
|
List: {
|
|
@@ -1435,40 +894,23 @@ declare const defaultTheme: {
|
|
|
1435
894
|
Notification: {
|
|
1436
895
|
baseStyle: {};
|
|
1437
896
|
defaultProps: {
|
|
897
|
+
colorScheme: string;
|
|
1438
898
|
variant: string;
|
|
1439
899
|
};
|
|
1440
900
|
parts: string[];
|
|
1441
901
|
sizes: {};
|
|
1442
902
|
variants: {
|
|
1443
|
-
|
|
903
|
+
subtle: (props: import("..").Dict<any>) => {
|
|
1444
904
|
container: {
|
|
1445
905
|
bg: string;
|
|
1446
906
|
borderColor: string;
|
|
907
|
+
borderWidth: number;
|
|
1447
908
|
color: string;
|
|
1448
909
|
};
|
|
1449
910
|
button: {
|
|
1450
|
-
borderColor: string;
|
|
1451
|
-
};
|
|
1452
|
-
};
|
|
1453
|
-
subtleRed: {
|
|
1454
|
-
container: {
|
|
1455
|
-
bg: string;
|
|
1456
|
-
borderColor: string;
|
|
1457
|
-
color: string;
|
|
1458
|
-
};
|
|
1459
|
-
};
|
|
1460
|
-
subtleYellow: {
|
|
1461
|
-
container: {
|
|
1462
|
-
bg: string;
|
|
1463
|
-
borderColor: string;
|
|
1464
|
-
color: string;
|
|
1465
|
-
};
|
|
1466
|
-
};
|
|
1467
|
-
subtleGreen: {
|
|
1468
|
-
container: {
|
|
1469
|
-
bg: string;
|
|
1470
|
-
borderColor: string;
|
|
1471
911
|
color: string;
|
|
912
|
+
hoverBg: string;
|
|
913
|
+
activeBg: string;
|
|
1472
914
|
};
|
|
1473
915
|
};
|
|
1474
916
|
};
|
|
@@ -1491,6 +933,14 @@ declare const defaultTheme: {
|
|
|
1491
933
|
fontSize: string;
|
|
1492
934
|
lineHeight: string;
|
|
1493
935
|
};
|
|
936
|
+
xl: {
|
|
937
|
+
fontSize: string;
|
|
938
|
+
lineHeight: string;
|
|
939
|
+
};
|
|
940
|
+
xxl: {
|
|
941
|
+
fontSize: string;
|
|
942
|
+
lineHeight: string;
|
|
943
|
+
};
|
|
1494
944
|
};
|
|
1495
945
|
variants: {};
|
|
1496
946
|
};
|
|
@@ -1842,16 +1292,7 @@ declare const defaultTheme: {
|
|
|
1842
1292
|
fontSize: string;
|
|
1843
1293
|
};
|
|
1844
1294
|
};
|
|
1845
|
-
variants: {
|
|
1846
|
-
label: {
|
|
1847
|
-
fontSize: string;
|
|
1848
|
-
fontWeight: string;
|
|
1849
|
-
};
|
|
1850
|
-
caption: {
|
|
1851
|
-
fontSize: string;
|
|
1852
|
-
fontWeight: string;
|
|
1853
|
-
};
|
|
1854
|
-
};
|
|
1295
|
+
variants: {};
|
|
1855
1296
|
};
|
|
1856
1297
|
Table: {
|
|
1857
1298
|
baseStyle: {};
|
|
@@ -1884,11 +1325,6 @@ declare const defaultTheme: {
|
|
|
1884
1325
|
};
|
|
1885
1326
|
};
|
|
1886
1327
|
striped: {};
|
|
1887
|
-
basic: {
|
|
1888
|
-
td: {
|
|
1889
|
-
borderBottom: string;
|
|
1890
|
-
};
|
|
1891
|
-
};
|
|
1892
1328
|
};
|
|
1893
1329
|
};
|
|
1894
1330
|
Tabs: {
|
|
@@ -1896,71 +1332,22 @@ declare const defaultTheme: {
|
|
|
1896
1332
|
defaultProps: {};
|
|
1897
1333
|
parts: string[];
|
|
1898
1334
|
sizes: {
|
|
1899
|
-
sm: {
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
h: string;
|
|
1904
|
-
py: string;
|
|
1905
|
-
};
|
|
1906
|
-
};
|
|
1907
|
-
md: {
|
|
1908
|
-
tabsNavBar: {
|
|
1909
|
-
borderWidth: string;
|
|
1910
|
-
fontSize: string;
|
|
1911
|
-
h: string;
|
|
1912
|
-
py: string;
|
|
1913
|
-
};
|
|
1914
|
-
};
|
|
1915
|
-
lg: {
|
|
1916
|
-
tabsNavBar: {
|
|
1917
|
-
borderWidth: string;
|
|
1918
|
-
fontSize: string;
|
|
1919
|
-
h: number;
|
|
1920
|
-
py: string;
|
|
1921
|
-
};
|
|
1922
|
-
};
|
|
1923
|
-
xl: {
|
|
1924
|
-
tabsNavBar: {
|
|
1925
|
-
borderWidth: string;
|
|
1926
|
-
fontSize: string;
|
|
1927
|
-
h: number;
|
|
1928
|
-
py: string;
|
|
1929
|
-
};
|
|
1930
|
-
};
|
|
1931
|
-
xxl: {
|
|
1932
|
-
tabsNavBar: {
|
|
1933
|
-
borderWidth: string;
|
|
1934
|
-
fontSize: string;
|
|
1935
|
-
h: number;
|
|
1936
|
-
py: string;
|
|
1937
|
-
};
|
|
1938
|
-
};
|
|
1335
|
+
sm: {};
|
|
1336
|
+
md: {};
|
|
1337
|
+
lg: {};
|
|
1338
|
+
xl: {};
|
|
1939
1339
|
};
|
|
1940
1340
|
variants: {};
|
|
1941
1341
|
};
|
|
1942
1342
|
Tag: {
|
|
1943
1343
|
baseStyle: {};
|
|
1944
1344
|
defaultProps: {
|
|
1345
|
+
colorScheme: string;
|
|
1945
1346
|
size: string;
|
|
1946
1347
|
variant: string;
|
|
1947
1348
|
};
|
|
1948
1349
|
parts: string[];
|
|
1949
1350
|
sizes: {
|
|
1950
|
-
xs: {
|
|
1951
|
-
container: {
|
|
1952
|
-
borderRadius: string;
|
|
1953
|
-
fontSize: string;
|
|
1954
|
-
h: number;
|
|
1955
|
-
spaceX: number;
|
|
1956
|
-
};
|
|
1957
|
-
button: {
|
|
1958
|
-
size: string;
|
|
1959
|
-
};
|
|
1960
|
-
icon: {
|
|
1961
|
-
size: string;
|
|
1962
|
-
};
|
|
1963
|
-
};
|
|
1964
1351
|
sm: {
|
|
1965
1352
|
container: {
|
|
1966
1353
|
fontSize: string;
|
|
@@ -2002,166 +1389,31 @@ declare const defaultTheme: {
|
|
|
2002
1389
|
};
|
|
2003
1390
|
};
|
|
2004
1391
|
variants: {
|
|
2005
|
-
|
|
2006
|
-
container: {
|
|
2007
|
-
bg: string;
|
|
2008
|
-
hoverBg: string;
|
|
2009
|
-
borderColor: string;
|
|
2010
|
-
color: string;
|
|
2011
|
-
activeBg: string;
|
|
2012
|
-
};
|
|
2013
|
-
button: {
|
|
2014
|
-
bg: string;
|
|
2015
|
-
hoverBg: string;
|
|
2016
|
-
hoverBorderColor: string;
|
|
2017
|
-
color: string;
|
|
2018
|
-
activeBg: string;
|
|
2019
|
-
};
|
|
2020
|
-
};
|
|
2021
|
-
subtleBlue: {
|
|
2022
|
-
container: {
|
|
2023
|
-
bg: string;
|
|
2024
|
-
hoverBg: string;
|
|
2025
|
-
activeBg: string;
|
|
2026
|
-
borderColor: string;
|
|
2027
|
-
color: string;
|
|
2028
|
-
};
|
|
2029
|
-
button: {
|
|
2030
|
-
bg: string;
|
|
2031
|
-
hoverBg: string;
|
|
2032
|
-
activeBg: string;
|
|
2033
|
-
hoverBorderColor: string;
|
|
2034
|
-
color: string;
|
|
2035
|
-
};
|
|
2036
|
-
};
|
|
2037
|
-
subtleRed: {
|
|
2038
|
-
container: {
|
|
2039
|
-
bg: string;
|
|
2040
|
-
borderColor: string;
|
|
2041
|
-
hoverBg: string;
|
|
2042
|
-
activeBg: string;
|
|
2043
|
-
color: string;
|
|
2044
|
-
};
|
|
2045
|
-
button: {
|
|
2046
|
-
bg: string;
|
|
2047
|
-
hoverBg: string;
|
|
2048
|
-
activeBg: string;
|
|
2049
|
-
hoverBorderColor: string;
|
|
2050
|
-
color: string;
|
|
2051
|
-
};
|
|
2052
|
-
};
|
|
2053
|
-
subtleYellow: {
|
|
2054
|
-
container: {
|
|
2055
|
-
bg: string;
|
|
2056
|
-
hoverBg: string;
|
|
2057
|
-
activeBg: string;
|
|
2058
|
-
borderColor: string;
|
|
2059
|
-
color: string;
|
|
2060
|
-
};
|
|
2061
|
-
button: {
|
|
2062
|
-
bg: string;
|
|
2063
|
-
hoverBg: string;
|
|
2064
|
-
activeBg: string;
|
|
2065
|
-
hoverBorderColor: string;
|
|
2066
|
-
color: string;
|
|
2067
|
-
};
|
|
2068
|
-
};
|
|
2069
|
-
subtleGreen: {
|
|
2070
|
-
container: {
|
|
2071
|
-
bg: string;
|
|
2072
|
-
hoverBg: string;
|
|
2073
|
-
borderColor: string;
|
|
2074
|
-
color: string;
|
|
2075
|
-
activeBg: string;
|
|
2076
|
-
};
|
|
2077
|
-
button: {
|
|
2078
|
-
bg: string;
|
|
2079
|
-
hoverBg: string;
|
|
2080
|
-
activeBg: string;
|
|
2081
|
-
hoverBorderColor: string;
|
|
2082
|
-
color: string;
|
|
2083
|
-
};
|
|
2084
|
-
};
|
|
2085
|
-
solidBlue: {
|
|
1392
|
+
solid: (props: import("..").Dict<any>) => {
|
|
2086
1393
|
container: {
|
|
2087
|
-
bg: string;
|
|
2088
|
-
hoverBg: string;
|
|
2089
|
-
activeBg: string;
|
|
2090
|
-
borderColor: string;
|
|
2091
|
-
color: string;
|
|
2092
|
-
};
|
|
2093
|
-
button: {
|
|
2094
|
-
bg: string;
|
|
2095
1394
|
hoverBg: string;
|
|
2096
1395
|
activeBg: string;
|
|
2097
|
-
hoverBorderColor: string;
|
|
2098
|
-
activeBorderColor: string;
|
|
2099
|
-
color: string;
|
|
2100
|
-
};
|
|
2101
|
-
};
|
|
2102
|
-
solidDarkBlue: {
|
|
2103
|
-
container: {
|
|
2104
1396
|
bg: string;
|
|
2105
|
-
hoverBg: string;
|
|
2106
|
-
activeBg: string;
|
|
2107
|
-
borderColor: string;
|
|
2108
1397
|
color: string;
|
|
1398
|
+
focusRing: number;
|
|
2109
1399
|
};
|
|
2110
1400
|
button: {
|
|
2111
|
-
bg: string;
|
|
2112
|
-
hoverBg: string;
|
|
2113
|
-
activeBg: string;
|
|
2114
|
-
hoverBorderColor: string;
|
|
2115
|
-
color: string;
|
|
2116
|
-
};
|
|
2117
|
-
};
|
|
2118
|
-
solidRed: {
|
|
2119
|
-
container: {
|
|
2120
|
-
bg: string;
|
|
2121
1401
|
hoverBg: string;
|
|
2122
1402
|
activeBg: string;
|
|
2123
|
-
borderColor: string;
|
|
2124
|
-
color: string;
|
|
2125
|
-
};
|
|
2126
|
-
button: {
|
|
2127
1403
|
bg: string;
|
|
2128
|
-
hoverBg: string;
|
|
2129
|
-
activeBg: string;
|
|
2130
|
-
hoverBorderColor: string;
|
|
2131
|
-
activeBorderColor: string;
|
|
2132
1404
|
color: string;
|
|
2133
1405
|
};
|
|
2134
1406
|
};
|
|
2135
|
-
|
|
1407
|
+
subtle: (props: import("..").Dict<any>) => {
|
|
2136
1408
|
container: {
|
|
2137
|
-
bg: string;
|
|
2138
|
-
hoverBg: string;
|
|
2139
|
-
activeBg: string;
|
|
2140
|
-
borderColor: string;
|
|
2141
|
-
color: string;
|
|
2142
|
-
};
|
|
2143
|
-
button: {
|
|
2144
|
-
bg: string;
|
|
2145
1409
|
hoverBg: string;
|
|
2146
1410
|
activeBg: string;
|
|
2147
|
-
hoverBorderColor: string;
|
|
2148
|
-
color: string;
|
|
2149
|
-
};
|
|
2150
|
-
};
|
|
2151
|
-
solidGreen: {
|
|
2152
|
-
container: {
|
|
2153
1411
|
bg: string;
|
|
2154
|
-
hoverBg: string;
|
|
2155
|
-
activeBg: string;
|
|
2156
|
-
borderColor: string;
|
|
2157
1412
|
color: string;
|
|
2158
1413
|
};
|
|
2159
1414
|
button: {
|
|
2160
|
-
bg: string;
|
|
2161
1415
|
hoverBg: string;
|
|
2162
1416
|
activeBg: string;
|
|
2163
|
-
hoverBorderColor: string;
|
|
2164
|
-
activeBorderColor: string;
|
|
2165
1417
|
color: string;
|
|
2166
1418
|
};
|
|
2167
1419
|
};
|