@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
|
@@ -1,3 +1,297 @@
|
|
|
1
|
+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
2
|
+
// @ts-ignore - the missing types have to be added into the onedesign-tokens package
|
|
3
|
+
import * as oneDesignButtonTokens from '../../onedesign-tokens/dist/js/es6/rem/button';
|
|
4
|
+
const buttonTypePrimaryDefaultBorderColorDark = oneDesignButtonTokens.buttonTypePrimaryDefaultBorderColorDark;
|
|
5
|
+
const buttonTypePrimaryDefaultBorderColorLight = oneDesignButtonTokens.buttonTypePrimaryDefaultBorderColorLight;
|
|
6
|
+
const buttonTypePrimaryDefaultBackgroundColorDark = oneDesignButtonTokens.buttonTypePrimaryDefaultBackgroundColorDark;
|
|
7
|
+
const buttonTypePrimaryDefaultBackgroundColorLight = oneDesignButtonTokens.buttonTypePrimaryDefaultBackgroundColorLight;
|
|
8
|
+
const buttonTypePrimaryDefaultTextColorDark = oneDesignButtonTokens.buttonTypePrimaryDefaultTextColorDark;
|
|
9
|
+
const buttonTypePrimaryDefaultTextColorLight = oneDesignButtonTokens.buttonTypePrimaryDefaultTextColorLight;
|
|
10
|
+
const buttonTypePrimaryHoverBorderColorDark = oneDesignButtonTokens.buttonTypePrimaryHoverBorderColorDark;
|
|
11
|
+
const buttonTypePrimaryHoverBorderColorLight = oneDesignButtonTokens.buttonTypePrimaryHoverBorderColorLight;
|
|
12
|
+
const buttonTypePrimaryHoverBackgroundColorDark = oneDesignButtonTokens.buttonTypePrimaryHoverBackgroundColorDark;
|
|
13
|
+
const buttonTypePrimaryHoverBackgroundColorLight = oneDesignButtonTokens.buttonTypePrimaryHoverBackgroundColorLight;
|
|
14
|
+
const buttonTypePrimaryHoverTextColorDark = oneDesignButtonTokens.buttonTypePrimaryHoverTextColorDark;
|
|
15
|
+
const buttonTypePrimaryHoverTextColorLight = oneDesignButtonTokens.buttonTypePrimaryHoverTextColorLight;
|
|
16
|
+
const buttonTypePrimaryActiveBorderColorDark = oneDesignButtonTokens.buttonTypePrimaryActiveBorderColorDark;
|
|
17
|
+
const buttonTypePrimaryActiveBorderColorLight = oneDesignButtonTokens.buttonTypePrimaryActiveBorderColorLight;
|
|
18
|
+
const buttonTypePrimaryActiveBackgroundColorDark = oneDesignButtonTokens.buttonTypePrimaryActiveBackgroundColorDark;
|
|
19
|
+
const buttonTypePrimaryActiveBackgroundColorLight = oneDesignButtonTokens.buttonTypePrimaryActiveBackgroundColorLight;
|
|
20
|
+
const buttonTypePrimaryActiveTextColorDark = oneDesignButtonTokens.buttonTypePrimaryActiveTextColorDark;
|
|
21
|
+
const buttonTypePrimaryActiveTextColorLight = oneDesignButtonTokens.buttonTypePrimaryActiveTextColorLight;
|
|
22
|
+
const buttonTypePrimaryFocusOutline = oneDesignButtonTokens.buttonTypePrimaryFocusOutline;
|
|
23
|
+
const buttonTypeSecondaryDefaultBorderColorDark = oneDesignButtonTokens.buttonTypeSecondaryDefaultBorderColorDark;
|
|
24
|
+
const buttonTypeSecondaryDefaultBorderColorLight = oneDesignButtonTokens.buttonTypeSecondaryDefaultBorderColorLight;
|
|
25
|
+
const buttonTypeSecondaryDefaultBackgroundColorDark = oneDesignButtonTokens.buttonTypeSecondaryDefaultBackgroundColorDark;
|
|
26
|
+
const buttonTypeSecondaryDefaultBackgroundColorLight = oneDesignButtonTokens.buttonTypeSecondaryDefaultBackgroundColorLight;
|
|
27
|
+
const buttonTypeSecondaryDefaultTextColorDark = oneDesignButtonTokens.buttonTypeSecondaryDefaultTextColorDark;
|
|
28
|
+
const buttonTypeSecondaryDefaultTextColorLight = oneDesignButtonTokens.buttonTypeSecondaryDefaultTextColorLight;
|
|
29
|
+
const buttonTypeSecondaryHoverBorderColorDark = oneDesignButtonTokens.buttonTypeSecondaryHoverBorderColorDark;
|
|
30
|
+
const buttonTypeSecondaryHoverBorderColorLight = oneDesignButtonTokens.buttonTypeSecondaryHoverBorderColorLight;
|
|
31
|
+
const buttonTypeSecondaryHoverBackgroundColorDark = oneDesignButtonTokens.buttonTypeSecondaryHoverBackgroundColorDark;
|
|
32
|
+
const buttonTypeSecondaryHoverBackgroundColorLight = oneDesignButtonTokens.buttonTypeSecondaryHoverBackgroundColorLight;
|
|
33
|
+
const buttonTypeSecondaryHoverTextColorDark = oneDesignButtonTokens.buttonTypeSecondaryHoverTextColorDark;
|
|
34
|
+
const buttonTypeSecondaryHoverTextColorLight = oneDesignButtonTokens.buttonTypeSecondaryHoverTextColorLight;
|
|
35
|
+
const buttonTypeSecondaryActiveBorderColorDark = oneDesignButtonTokens.buttonTypeSecondaryActiveBorderColorDark;
|
|
36
|
+
const buttonTypeSecondaryActiveBorderColorLight = oneDesignButtonTokens.buttonTypeSecondaryActiveBorderColorLight;
|
|
37
|
+
const buttonTypeSecondaryActiveBackgroundColorDark = oneDesignButtonTokens.buttonTypeSecondaryActiveBackgroundColorDark;
|
|
38
|
+
const buttonTypeSecondaryActiveBackgroundColorLight = oneDesignButtonTokens.buttonTypeSecondaryActiveBackgroundColorLight;
|
|
39
|
+
const buttonTypeSecondaryActiveTextColorDark = oneDesignButtonTokens.buttonTypeSecondaryActiveTextColorDark;
|
|
40
|
+
const buttonTypeSecondaryActiveTextColorLight = oneDesignButtonTokens.buttonTypeSecondaryActiveTextColorLight;
|
|
41
|
+
const buttonTypeSecondaryFocusOutline = oneDesignButtonTokens.buttonTypeSecondaryFocusOutline;
|
|
42
|
+
const buttonTypeTertiaryDefaultBorderColorDark = oneDesignButtonTokens.buttonTypeTertiaryDefaultBorderColorDark;
|
|
43
|
+
const buttonTypeTertiaryDefaultBorderColorLight = oneDesignButtonTokens.buttonTypeTertiaryDefaultBorderColorLight;
|
|
44
|
+
const buttonTypeTertiaryDefaultBackgroundColorDark = oneDesignButtonTokens.buttonTypeTertiaryDefaultBackgroundColorDark;
|
|
45
|
+
const buttonTypeTertiaryDefaultBackgroundColorLight = oneDesignButtonTokens.buttonTypeTertiaryDefaultBackgroundColorLight;
|
|
46
|
+
const buttonTypeTertiaryDefaultTextColorDark = oneDesignButtonTokens.buttonTypeTertiaryDefaultTextColorDark;
|
|
47
|
+
const buttonTypeTertiaryDefaultTextColorLight = oneDesignButtonTokens.buttonTypeTertiaryDefaultTextColorLight;
|
|
48
|
+
const buttonTypeTertiaryHoverBorderColorDark = oneDesignButtonTokens.buttonTypeTertiaryHoverBorderColorDark;
|
|
49
|
+
const buttonTypeTertiaryHoverBorderColorLight = oneDesignButtonTokens.buttonTypeTertiaryHoverBorderColorLight;
|
|
50
|
+
const buttonTypeTertiaryHoverBackgroundColorDark = oneDesignButtonTokens.buttonTypeTertiaryHoverBackgroundColorDark;
|
|
51
|
+
const buttonTypeTertiaryHoverBackgroundColorLight = oneDesignButtonTokens.buttonTypeTertiaryHoverBackgroundColorLight;
|
|
52
|
+
const buttonTypeTertiaryHoverTextColorDark = oneDesignButtonTokens.buttonTypeTertiaryHoverTextColorDark;
|
|
53
|
+
const buttonTypeTertiaryHoverTextColorLight = oneDesignButtonTokens.buttonTypeTertiaryHoverTextColorLight;
|
|
54
|
+
const buttonTypeTertiaryActiveBorderColorDark = oneDesignButtonTokens.buttonTypeTertiaryActiveBorderColorDark;
|
|
55
|
+
const buttonTypeTertiaryActiveBorderColorLight = oneDesignButtonTokens.buttonTypeTertiaryActiveBorderColorLight;
|
|
56
|
+
const buttonTypeTertiaryActiveBackgroundColorDark = oneDesignButtonTokens.buttonTypeTertiaryActiveBackgroundColorDark;
|
|
57
|
+
const buttonTypeTertiaryActiveBackgroundColorLight = oneDesignButtonTokens.buttonTypeTertiaryActiveBackgroundColorLight;
|
|
58
|
+
const buttonTypeTertiaryActiveTextColorDark = oneDesignButtonTokens.buttonTypeTertiaryActiveTextColorDark;
|
|
59
|
+
const buttonTypeTertiaryActiveTextColorLight = oneDesignButtonTokens.buttonTypeTertiaryActiveTextColorLight;
|
|
60
|
+
const buttonTypeTertiaryFocusOutline = oneDesignButtonTokens.buttonTypeTertiaryFocusOutline;
|
|
61
|
+
const buttonDisabledCursor = oneDesignButtonTokens.buttonDisabledCursor;
|
|
62
|
+
const buttonDisabledOpacity = oneDesignButtonTokens.buttonDisabledOpacity;
|
|
63
|
+
export const focusColor = 'hsla(196, 100%, 43%, 1)';
|
|
64
|
+
export const darkBlue = {
|
|
65
|
+
95: 'hsl(223, 67%, 95%)',
|
|
66
|
+
90: 'hsl(223, 67%, 90%)',
|
|
67
|
+
85: 'hsl(223, 67%, 85%)',
|
|
68
|
+
80: 'hsl(223, 67%, 80%)',
|
|
69
|
+
75: 'hsl(223, 67%, 75%)',
|
|
70
|
+
70: 'hsl(223, 67%, 70%)',
|
|
71
|
+
65: 'hsl(223, 67%, 65%)',
|
|
72
|
+
60: 'hsl(223, 67%, 60%)',
|
|
73
|
+
55: 'hsl(223, 67%, 55%)',
|
|
74
|
+
50: 'hsl(223, 67%, 50%)',
|
|
75
|
+
45: 'hsl(223, 67%, 45%)',
|
|
76
|
+
40: 'hsl(223, 67%, 40%)',
|
|
77
|
+
35: 'hsl(223, 67%, 35%)',
|
|
78
|
+
30: 'hsl(223, 67%, 30%)',
|
|
79
|
+
25: 'hsl(223, 67%, 25%)',
|
|
80
|
+
18: 'hsl(223, 67%, 18%)',
|
|
81
|
+
15: 'hsl(223, 67%, 15%)',
|
|
82
|
+
10: 'hsl(223, 67%, 10%)',
|
|
83
|
+
5: 'hsl(223, 67%, 5%)'
|
|
84
|
+
};
|
|
85
|
+
export const digiGreen = {
|
|
86
|
+
95: 'hsl(139, 100%, 95%)',
|
|
87
|
+
90: 'hsl(139, 100%, 90%)',
|
|
88
|
+
85: 'hsl(139, 100%, 85%)',
|
|
89
|
+
80: 'hsl(139, 100%, 80%)',
|
|
90
|
+
78: 'hsl(139, 100%, 78%)',
|
|
91
|
+
70: 'hsl(139, 100%, 70%)',
|
|
92
|
+
65: 'hsl(139, 100%, 65%)',
|
|
93
|
+
60: 'hsl(139, 100%, 60%)',
|
|
94
|
+
55: 'hsl(139, 100%, 55%)',
|
|
95
|
+
50: 'hsl(139, 100%, 50%)',
|
|
96
|
+
45: 'hsl(139, 100%, 45%)',
|
|
97
|
+
40: 'hsl(139, 100%, 40%)',
|
|
98
|
+
35: 'hsl(139, 100%, 35%)',
|
|
99
|
+
30: 'hsl(139, 100%, 30%)',
|
|
100
|
+
25: 'hsl(139, 100%, 25%)',
|
|
101
|
+
20: 'hsl(139, 100%, 20%)',
|
|
102
|
+
15: 'hsl(139, 100%, 15%)',
|
|
103
|
+
10: 'hsl(139, 100%, 10%)',
|
|
104
|
+
5: 'hsl(139, 100%, 5%)'
|
|
105
|
+
};
|
|
106
|
+
export const earth = {
|
|
107
|
+
95: 'hsl(35, 53%, 95%)',
|
|
108
|
+
89: 'hsl(35, 53%, 89%)',
|
|
109
|
+
85: 'hsl(35, 53%, 85%)',
|
|
110
|
+
80: 'hsl(35, 53%, 80%)',
|
|
111
|
+
75: 'hsl(35, 53%, 75%)',
|
|
112
|
+
70: 'hsl(35, 53%, 70%)',
|
|
113
|
+
65: 'hsl(35, 53%, 65%)',
|
|
114
|
+
60: 'hsl(35, 53%, 60%)',
|
|
115
|
+
55: 'hsl(35, 53%, 55%)',
|
|
116
|
+
50: 'hsl(35, 53%, 50%)',
|
|
117
|
+
45: 'hsl(35, 53%, 45%)',
|
|
118
|
+
40: 'hsl(35, 53%, 40%)',
|
|
119
|
+
35: 'hsl(35, 53%, 35%)',
|
|
120
|
+
30: 'hsl(35, 53%, 30%)',
|
|
121
|
+
25: 'hsl(35, 53%, 25%)',
|
|
122
|
+
20: 'hsl(35, 53%, 20%)',
|
|
123
|
+
15: 'hsl(35, 53%, 15%)',
|
|
124
|
+
10: 'hsl(35, 53%, 10%)',
|
|
125
|
+
5: 'hsl(35, 53%, 5%)'
|
|
126
|
+
};
|
|
127
|
+
export const energyRed = {
|
|
128
|
+
95: 'hsl(357, 83%, 95%)',
|
|
129
|
+
90: 'hsl(357, 83%, 90%)',
|
|
130
|
+
85: 'hsl(357, 83%, 85%)',
|
|
131
|
+
80: 'hsl(357, 83%, 80%)',
|
|
132
|
+
75: 'hsl(357, 83%, 75%)',
|
|
133
|
+
70: 'hsl(357, 83%, 70%)',
|
|
134
|
+
65: 'hsl(357, 83%, 65%)',
|
|
135
|
+
60: 'hsl(357, 83%, 60%)',
|
|
136
|
+
54: 'hsl(357,83%, 54%)',
|
|
137
|
+
50: 'hsl(357, 83%, 50%)',
|
|
138
|
+
45: 'hsl(357, 83%, 45%)',
|
|
139
|
+
40: 'hsl(357, 83%, 40%)',
|
|
140
|
+
35: 'hsl(357, 83%, 35%)',
|
|
141
|
+
30: 'hsl(357, 83%, 30%)',
|
|
142
|
+
25: 'hsl(357, 83%, 25%)',
|
|
143
|
+
20: 'hsl(357, 83%, 20%)',
|
|
144
|
+
15: 'hsl(357, 83%, 15%)',
|
|
145
|
+
10: 'hsl(357, 83%, 10%)',
|
|
146
|
+
5: 'hsl(357, 83%, 5%)'
|
|
147
|
+
};
|
|
148
|
+
export const landGreen = {
|
|
149
|
+
95: 'hsl(114, 49%, 95%)',
|
|
150
|
+
90: 'hsl(114, 49%, 90%)',
|
|
151
|
+
85: 'hsl(114, 49%, 85%)',
|
|
152
|
+
80: 'hsl(114, 49%, 80%)',
|
|
153
|
+
75: 'hsl(114, 49%, 75%)',
|
|
154
|
+
70: 'hsl(114, 49%, 70%)',
|
|
155
|
+
65: 'hsl(114, 49%, 65%)',
|
|
156
|
+
60: 'hsl(114, 49%, 60%)',
|
|
157
|
+
55: 'hsl(114, 49%, 55%)',
|
|
158
|
+
50: 'hsl(114, 49%, 50%)',
|
|
159
|
+
45: 'hsl(114, 49%, 45%)',
|
|
160
|
+
41: 'hsl(114, 49%, 41%)',
|
|
161
|
+
35: 'hsl(114, 49%, 35%)',
|
|
162
|
+
30: 'hsl(114, 49%, 30%)',
|
|
163
|
+
25: 'hsl(114, 49%, 25%)',
|
|
164
|
+
20: 'hsl(114, 49%, 20%)',
|
|
165
|
+
15: 'hsl(114, 49%, 15%)',
|
|
166
|
+
10: 'hsl(114, 49%, 10%)',
|
|
167
|
+
5: 'hsl(114, 49%, 5%)'
|
|
168
|
+
};
|
|
169
|
+
export const seaBlue = {
|
|
170
|
+
95: 'hsl(218, 100%, 95%)',
|
|
171
|
+
90: 'hsl(218, 100%, 90%)',
|
|
172
|
+
85: 'hsl(218, 100%, 85%)',
|
|
173
|
+
80: 'hsl(218, 100%, 80%)',
|
|
174
|
+
75: 'hsl(218, 100%, 75%)',
|
|
175
|
+
70: 'hsl(218, 100%, 70%)',
|
|
176
|
+
65: 'hsl(218, 100%, 65%)',
|
|
177
|
+
60: 'hsl(218, 100%, 60%)',
|
|
178
|
+
55: 'hsl(218, 100%, 55%)',
|
|
179
|
+
50: 'hsl(218, 100%, 55%)',
|
|
180
|
+
45: 'hsl(218, 100%, 45%)',
|
|
181
|
+
40: 'hsl(218, 100%, 40%)',
|
|
182
|
+
35: 'hsl(218, 100%, 35%)',
|
|
183
|
+
28: 'hsl(218, 100%, 28%)',
|
|
184
|
+
25: 'hsl(218, 100%, 25%)',
|
|
185
|
+
20: 'hsl(218, 100%, 20%)',
|
|
186
|
+
15: 'hsl(218, 100%, 15%)',
|
|
187
|
+
10: 'hsl(218, 100%, 10%)',
|
|
188
|
+
5: 'hsl(218, 100%, 5%)'
|
|
189
|
+
};
|
|
190
|
+
export const sandstone = {
|
|
191
|
+
95: 'hsl(40, 3%, 95%)',
|
|
192
|
+
90: 'hsl(40, 3%, 90%)',
|
|
193
|
+
85: 'hsl(40, 3%, 85%)',
|
|
194
|
+
79: 'hsl(40, 3%, 79%)',
|
|
195
|
+
75: 'hsl(40, 3%, 75%)',
|
|
196
|
+
70: 'hsl(40, 3%, 70%)',
|
|
197
|
+
65: 'hsl(40, 3%, 65%)',
|
|
198
|
+
60: 'hsl(40, 3%, 60%)',
|
|
199
|
+
55: 'hsl(40, 3%, 55%)',
|
|
200
|
+
50: 'hsl(40, 3%, 50%)',
|
|
201
|
+
45: 'hsl(40, 3%, 45%)',
|
|
202
|
+
40: 'hsl(40, 3%, 40%)',
|
|
203
|
+
35: 'hsl(40, 3%, 35%)',
|
|
204
|
+
30: 'hsl(40, 3%, 30%)',
|
|
205
|
+
25: 'hsl(40, 3%, 25%)',
|
|
206
|
+
20: 'hsl(40, 3%, 20%)',
|
|
207
|
+
15: 'hsl(40, 3%, 15%)',
|
|
208
|
+
10: 'hsl(40, 3%, 10%)',
|
|
209
|
+
5: 'hsl(40, 3%, 5%)'
|
|
210
|
+
};
|
|
211
|
+
export const skyBlue = {
|
|
212
|
+
97: 'hsl(196, 74%, 97%)',
|
|
213
|
+
95: 'hsl(196, 74%, 95%)',
|
|
214
|
+
90: 'hsl(196, 74%, 90%)',
|
|
215
|
+
85: 'hsl(196, 74%, 85%)',
|
|
216
|
+
80: 'hsl(196, 74%, 80%)',
|
|
217
|
+
77: 'hsl(196, 74%, 77%)',
|
|
218
|
+
65: 'hsl(196, 74%, 65%)',
|
|
219
|
+
60: 'hsl(196, 74%, 60%)',
|
|
220
|
+
55: 'hsl(196, 74%, 55%)',
|
|
221
|
+
50: 'hsl(196, 74%, 50%)',
|
|
222
|
+
45: 'hsl(196, 74%, 45%)',
|
|
223
|
+
40: 'hsl(196, 74%, 40%)',
|
|
224
|
+
35: 'hsl(196, 74%, 35%)',
|
|
225
|
+
30: 'hsl(196, 74%, 30%)',
|
|
226
|
+
25: 'hsl(196, 74%, 25%)',
|
|
227
|
+
20: 'hsl(196, 74%, 20%)',
|
|
228
|
+
15: 'hsl(196, 74%, 15%)',
|
|
229
|
+
10: 'hsl(196, 74%, 10%)',
|
|
230
|
+
5: 'hsl(196, 74%, 5%)'
|
|
231
|
+
};
|
|
232
|
+
export const sunflower = {
|
|
233
|
+
95: 'hsl(55, 100%, 95%)',
|
|
234
|
+
90: 'hsl(55, 100%, 90%)',
|
|
235
|
+
85: 'hsl(55, 100%, 85%)',
|
|
236
|
+
80: 'hsl(55, 100%, 80%)',
|
|
237
|
+
73: 'hsl(55, 100%, 73%)',
|
|
238
|
+
70: 'hsl(55, 100%, 70%)',
|
|
239
|
+
65: 'hsl(55, 100%, 65%)',
|
|
240
|
+
60: 'hsl(55, 100%, 60%)',
|
|
241
|
+
55: 'hsl(55, 100%, 55%)',
|
|
242
|
+
50: 'hsl(55, 100%, 50%)',
|
|
243
|
+
45: 'hsl(55, 100%, 45%)',
|
|
244
|
+
40: 'hsl(55, 100%, 40%)',
|
|
245
|
+
35: 'hsl(55, 100%, 35%)',
|
|
246
|
+
30: 'hsl(55, 100%, 30%)',
|
|
247
|
+
25: 'hsl(55, 100%, 25%)',
|
|
248
|
+
20: 'hsl(55, 100%, 20%)',
|
|
249
|
+
15: 'hsl(55, 100%, 15%)',
|
|
250
|
+
10: 'hsl(55, 100%, 10%)',
|
|
251
|
+
5: 'hsl(55, 100%, 5%)'
|
|
252
|
+
};
|
|
253
|
+
export const terracotta = {
|
|
254
|
+
95: 'hsl(34, 100%, 95%)',
|
|
255
|
+
90: 'hsl(34, 100%, 90%)',
|
|
256
|
+
85: 'hsl(34, 100%, 85%)',
|
|
257
|
+
80: 'hsl(34, 100%, 80%)',
|
|
258
|
+
75: 'hsl(34, 100%, 75%)',
|
|
259
|
+
70: 'hsl(34, 100%, 70%)',
|
|
260
|
+
65: 'hsl(34, 100%, 65%)',
|
|
261
|
+
60: 'hsl(34, 100%, 60%)',
|
|
262
|
+
55: 'hsl(34, 100%, 55%)',
|
|
263
|
+
50: 'hsl(34, 100%, 50%)',
|
|
264
|
+
45: 'hsl(34, 100%, 45%)',
|
|
265
|
+
40: 'hsl(34, 100%, 40%)',
|
|
266
|
+
35: 'hsl(34, 100%, 35%)',
|
|
267
|
+
30: 'hsl(34, 100%, 30%)',
|
|
268
|
+
25: 'hsl(34, 100%, 25%)',
|
|
269
|
+
20: 'hsl(34, 100%, 20%)',
|
|
270
|
+
15: 'hsl(34, 100%, 15%)',
|
|
271
|
+
10: 'hsl(34, 100%, 10%)',
|
|
272
|
+
5: 'hsl(34, 100%, 5%)'
|
|
273
|
+
};
|
|
274
|
+
export const warmGrey = {
|
|
275
|
+
95: 'hsl(30, 8%, 95%)',
|
|
276
|
+
90: 'hsl(30, 8%, 90%)',
|
|
277
|
+
85: 'hsl(30, 8%, 85%)',
|
|
278
|
+
80: 'hsl(30, 8%, 80%)',
|
|
279
|
+
75: 'hsl(30, 8%, 75%)',
|
|
280
|
+
70: 'hsl(30, 8%, 70%)',
|
|
281
|
+
65: 'hsl(30, 8%, 65%)',
|
|
282
|
+
60: 'hsl(30, 8%, 60%)',
|
|
283
|
+
56: 'hsl(30, 8%, 56%)',
|
|
284
|
+
50: 'hsl(30, 8%, 50%)',
|
|
285
|
+
45: 'hsl(30, 8%, 45%)',
|
|
286
|
+
40: 'hsl(30, 8%, 40%)',
|
|
287
|
+
35: 'hsl(30, 8%, 35%)',
|
|
288
|
+
30: 'hsl(30, 8%, 30%)',
|
|
289
|
+
25: 'hsl(30, 8%, 25%)',
|
|
290
|
+
20: 'hsl(30, 8%, 20%)',
|
|
291
|
+
15: 'hsl(30, 8%, 15%)',
|
|
292
|
+
10: 'hsl(30, 8%, 10%)',
|
|
293
|
+
5: 'hsl(30, 8%, 5%)'
|
|
294
|
+
};
|
|
1
295
|
export const blue = {
|
|
2
296
|
10: '#f6fbff',
|
|
3
297
|
20: '#e2f1ff',
|
|
@@ -88,6 +382,77 @@ export const disabled = {
|
|
|
88
382
|
color: grey[50]
|
|
89
383
|
};
|
|
90
384
|
export default {
|
|
385
|
+
buttonTypePrimaryDefaultBorderColorDark,
|
|
386
|
+
buttonTypePrimaryDefaultBackgroundColorDark,
|
|
387
|
+
buttonTypePrimaryDefaultTextColorDark,
|
|
388
|
+
buttonTypePrimaryHoverBackgroundColorDark,
|
|
389
|
+
buttonTypePrimaryHoverBorderColorDark,
|
|
390
|
+
buttonTypePrimaryHoverTextColorDark,
|
|
391
|
+
buttonTypePrimaryActiveBackgroundColorDark,
|
|
392
|
+
buttonTypePrimaryActiveBorderColorDark,
|
|
393
|
+
buttonTypePrimaryActiveTextColorDark,
|
|
394
|
+
buttonTypePrimaryDefaultBorderColorLight,
|
|
395
|
+
buttonTypePrimaryDefaultBackgroundColorLight,
|
|
396
|
+
buttonTypePrimaryDefaultTextColorLight,
|
|
397
|
+
buttonTypePrimaryFocusOutline,
|
|
398
|
+
buttonTypePrimaryHoverBackgroundColorLight,
|
|
399
|
+
buttonTypePrimaryHoverBorderColorLight,
|
|
400
|
+
buttonTypePrimaryHoverTextColorLight,
|
|
401
|
+
buttonTypePrimaryActiveBackgroundColorLight,
|
|
402
|
+
buttonTypePrimaryActiveBorderColorLight,
|
|
403
|
+
buttonTypePrimaryActiveTextColorLight,
|
|
404
|
+
buttonTypeSecondaryDefaultBorderColorDark,
|
|
405
|
+
buttonTypeSecondaryDefaultBackgroundColorDark,
|
|
406
|
+
buttonTypeSecondaryDefaultTextColorDark,
|
|
407
|
+
buttonTypeSecondaryFocusOutline,
|
|
408
|
+
buttonTypeSecondaryHoverBackgroundColorDark,
|
|
409
|
+
buttonTypeSecondaryHoverBorderColorDark,
|
|
410
|
+
buttonTypeSecondaryHoverTextColorDark,
|
|
411
|
+
buttonTypeSecondaryActiveBackgroundColorDark,
|
|
412
|
+
buttonTypeSecondaryActiveBorderColorDark,
|
|
413
|
+
buttonTypeSecondaryActiveTextColorDark,
|
|
414
|
+
buttonTypeSecondaryDefaultBorderColorLight,
|
|
415
|
+
buttonTypeSecondaryDefaultBackgroundColorLight,
|
|
416
|
+
buttonTypeSecondaryDefaultTextColorLight,
|
|
417
|
+
buttonTypeSecondaryHoverBackgroundColorLight,
|
|
418
|
+
buttonTypeSecondaryHoverBorderColorLight,
|
|
419
|
+
buttonTypeSecondaryHoverTextColorLight,
|
|
420
|
+
buttonTypeSecondaryActiveBackgroundColorLight,
|
|
421
|
+
buttonTypeSecondaryActiveBorderColorLight,
|
|
422
|
+
buttonTypeSecondaryActiveTextColorLight,
|
|
423
|
+
buttonTypeTertiaryDefaultBorderColorDark,
|
|
424
|
+
buttonTypeTertiaryDefaultBackgroundColorDark,
|
|
425
|
+
buttonTypeTertiaryDefaultTextColorDark,
|
|
426
|
+
buttonTypeTertiaryHoverBackgroundColorDark,
|
|
427
|
+
buttonTypeTertiaryHoverBorderColorDark,
|
|
428
|
+
buttonTypeTertiaryHoverTextColorDark,
|
|
429
|
+
buttonTypeTertiaryFocusOutline,
|
|
430
|
+
buttonTypeTertiaryActiveBackgroundColorDark,
|
|
431
|
+
buttonTypeTertiaryActiveBorderColorDark,
|
|
432
|
+
buttonTypeTertiaryActiveTextColorDark,
|
|
433
|
+
buttonTypeTertiaryDefaultBorderColorLight,
|
|
434
|
+
buttonTypeTertiaryDefaultBackgroundColorLight,
|
|
435
|
+
buttonTypeTertiaryDefaultTextColorLight,
|
|
436
|
+
buttonTypeTertiaryHoverBackgroundColorLight,
|
|
437
|
+
buttonTypeTertiaryHoverBorderColorLight,
|
|
438
|
+
buttonTypeTertiaryHoverTextColorLight,
|
|
439
|
+
buttonTypeTertiaryActiveBackgroundColorLight,
|
|
440
|
+
buttonTypeTertiaryActiveBorderColorLight,
|
|
441
|
+
buttonTypeTertiaryActiveTextColorLight,
|
|
442
|
+
buttonDisabledCursor,
|
|
443
|
+
buttonDisabledOpacity,
|
|
444
|
+
darkBlue,
|
|
445
|
+
digiGreen,
|
|
446
|
+
earth,
|
|
447
|
+
energyRed,
|
|
448
|
+
focusColor,
|
|
449
|
+
landGreen,
|
|
450
|
+
sandstone,
|
|
451
|
+
seaBlue,
|
|
452
|
+
skyBlue,
|
|
453
|
+
sunflower,
|
|
454
|
+
terracotta,
|
|
455
|
+
warmGrey,
|
|
91
456
|
blue,
|
|
92
457
|
green,
|
|
93
458
|
grey,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fontWeights.d.ts","sourceRoot":"","sources":["../../../../src/theme/foundations/fontWeights.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"fontWeights.d.ts","sourceRoot":"","sources":["../../../../src/theme/foundations/fontWeights.ts"],"names":[],"mappings":";;;;;AAAA,wBAIC"}
|