@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,333 @@
|
|
|
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
|
+
|
|
5
|
+
const buttonTypePrimaryDefaultBorderColorDark: string = oneDesignButtonTokens.buttonTypePrimaryDefaultBorderColorDark
|
|
6
|
+
const buttonTypePrimaryDefaultBorderColorLight: string = oneDesignButtonTokens.buttonTypePrimaryDefaultBorderColorLight
|
|
7
|
+
const buttonTypePrimaryDefaultBackgroundColorDark: string =
|
|
8
|
+
oneDesignButtonTokens.buttonTypePrimaryDefaultBackgroundColorDark
|
|
9
|
+
const buttonTypePrimaryDefaultBackgroundColorLight: string =
|
|
10
|
+
oneDesignButtonTokens.buttonTypePrimaryDefaultBackgroundColorLight
|
|
11
|
+
const buttonTypePrimaryDefaultTextColorDark: string = oneDesignButtonTokens.buttonTypePrimaryDefaultTextColorDark
|
|
12
|
+
const buttonTypePrimaryDefaultTextColorLight: string = oneDesignButtonTokens.buttonTypePrimaryDefaultTextColorLight
|
|
13
|
+
const buttonTypePrimaryHoverBorderColorDark: string = oneDesignButtonTokens.buttonTypePrimaryHoverBorderColorDark
|
|
14
|
+
const buttonTypePrimaryHoverBorderColorLight: string = oneDesignButtonTokens.buttonTypePrimaryHoverBorderColorLight
|
|
15
|
+
const buttonTypePrimaryHoverBackgroundColorDark: string =
|
|
16
|
+
oneDesignButtonTokens.buttonTypePrimaryHoverBackgroundColorDark
|
|
17
|
+
const buttonTypePrimaryHoverBackgroundColorLight: string =
|
|
18
|
+
oneDesignButtonTokens.buttonTypePrimaryHoverBackgroundColorLight
|
|
19
|
+
const buttonTypePrimaryHoverTextColorDark: string = oneDesignButtonTokens.buttonTypePrimaryHoverTextColorDark
|
|
20
|
+
const buttonTypePrimaryHoverTextColorLight: string = oneDesignButtonTokens.buttonTypePrimaryHoverTextColorLight
|
|
21
|
+
const buttonTypePrimaryActiveBorderColorDark: string = oneDesignButtonTokens.buttonTypePrimaryActiveBorderColorDark
|
|
22
|
+
const buttonTypePrimaryActiveBorderColorLight: string = oneDesignButtonTokens.buttonTypePrimaryActiveBorderColorLight
|
|
23
|
+
const buttonTypePrimaryActiveBackgroundColorDark: string =
|
|
24
|
+
oneDesignButtonTokens.buttonTypePrimaryActiveBackgroundColorDark
|
|
25
|
+
const buttonTypePrimaryActiveBackgroundColorLight: string =
|
|
26
|
+
oneDesignButtonTokens.buttonTypePrimaryActiveBackgroundColorLight
|
|
27
|
+
const buttonTypePrimaryActiveTextColorDark: string = oneDesignButtonTokens.buttonTypePrimaryActiveTextColorDark
|
|
28
|
+
const buttonTypePrimaryActiveTextColorLight: string = oneDesignButtonTokens.buttonTypePrimaryActiveTextColorLight
|
|
29
|
+
const buttonTypePrimaryFocusOutline: string = oneDesignButtonTokens.buttonTypePrimaryFocusOutline
|
|
30
|
+
const buttonTypeSecondaryDefaultBorderColorDark: string =
|
|
31
|
+
oneDesignButtonTokens.buttonTypeSecondaryDefaultBorderColorDark
|
|
32
|
+
const buttonTypeSecondaryDefaultBorderColorLight: string =
|
|
33
|
+
oneDesignButtonTokens.buttonTypeSecondaryDefaultBorderColorLight
|
|
34
|
+
const buttonTypeSecondaryDefaultBackgroundColorDark: string =
|
|
35
|
+
oneDesignButtonTokens.buttonTypeSecondaryDefaultBackgroundColorDark
|
|
36
|
+
const buttonTypeSecondaryDefaultBackgroundColorLight: string =
|
|
37
|
+
oneDesignButtonTokens.buttonTypeSecondaryDefaultBackgroundColorLight
|
|
38
|
+
const buttonTypeSecondaryDefaultTextColorDark: string = oneDesignButtonTokens.buttonTypeSecondaryDefaultTextColorDark
|
|
39
|
+
const buttonTypeSecondaryDefaultTextColorLight: string = oneDesignButtonTokens.buttonTypeSecondaryDefaultTextColorLight
|
|
40
|
+
const buttonTypeSecondaryHoverBorderColorDark: string = oneDesignButtonTokens.buttonTypeSecondaryHoverBorderColorDark
|
|
41
|
+
const buttonTypeSecondaryHoverBorderColorLight: string = oneDesignButtonTokens.buttonTypeSecondaryHoverBorderColorLight
|
|
42
|
+
const buttonTypeSecondaryHoverBackgroundColorDark: string =
|
|
43
|
+
oneDesignButtonTokens.buttonTypeSecondaryHoverBackgroundColorDark
|
|
44
|
+
const buttonTypeSecondaryHoverBackgroundColorLight: string =
|
|
45
|
+
oneDesignButtonTokens.buttonTypeSecondaryHoverBackgroundColorLight
|
|
46
|
+
const buttonTypeSecondaryHoverTextColorDark: string = oneDesignButtonTokens.buttonTypeSecondaryHoverTextColorDark
|
|
47
|
+
const buttonTypeSecondaryHoverTextColorLight: string = oneDesignButtonTokens.buttonTypeSecondaryHoverTextColorLight
|
|
48
|
+
const buttonTypeSecondaryActiveBorderColorDark: string = oneDesignButtonTokens.buttonTypeSecondaryActiveBorderColorDark
|
|
49
|
+
const buttonTypeSecondaryActiveBorderColorLight: string =
|
|
50
|
+
oneDesignButtonTokens.buttonTypeSecondaryActiveBorderColorLight
|
|
51
|
+
const buttonTypeSecondaryActiveBackgroundColorDark: string =
|
|
52
|
+
oneDesignButtonTokens.buttonTypeSecondaryActiveBackgroundColorDark
|
|
53
|
+
const buttonTypeSecondaryActiveBackgroundColorLight: string =
|
|
54
|
+
oneDesignButtonTokens.buttonTypeSecondaryActiveBackgroundColorLight
|
|
55
|
+
const buttonTypeSecondaryActiveTextColorDark: string = oneDesignButtonTokens.buttonTypeSecondaryActiveTextColorDark
|
|
56
|
+
const buttonTypeSecondaryActiveTextColorLight: string = oneDesignButtonTokens.buttonTypeSecondaryActiveTextColorLight
|
|
57
|
+
const buttonTypeSecondaryFocusOutline: string = oneDesignButtonTokens.buttonTypeSecondaryFocusOutline
|
|
58
|
+
const buttonTypeTertiaryDefaultBorderColorDark: string = oneDesignButtonTokens.buttonTypeTertiaryDefaultBorderColorDark
|
|
59
|
+
const buttonTypeTertiaryDefaultBorderColorLight: string =
|
|
60
|
+
oneDesignButtonTokens.buttonTypeTertiaryDefaultBorderColorLight
|
|
61
|
+
const buttonTypeTertiaryDefaultBackgroundColorDark: string =
|
|
62
|
+
oneDesignButtonTokens.buttonTypeTertiaryDefaultBackgroundColorDark
|
|
63
|
+
const buttonTypeTertiaryDefaultBackgroundColorLight: string =
|
|
64
|
+
oneDesignButtonTokens.buttonTypeTertiaryDefaultBackgroundColorLight
|
|
65
|
+
const buttonTypeTertiaryDefaultTextColorDark: string = oneDesignButtonTokens.buttonTypeTertiaryDefaultTextColorDark
|
|
66
|
+
const buttonTypeTertiaryDefaultTextColorLight: string = oneDesignButtonTokens.buttonTypeTertiaryDefaultTextColorLight
|
|
67
|
+
const buttonTypeTertiaryHoverBorderColorDark: string = oneDesignButtonTokens.buttonTypeTertiaryHoverBorderColorDark
|
|
68
|
+
const buttonTypeTertiaryHoverBorderColorLight: string = oneDesignButtonTokens.buttonTypeTertiaryHoverBorderColorLight
|
|
69
|
+
const buttonTypeTertiaryHoverBackgroundColorDark: string =
|
|
70
|
+
oneDesignButtonTokens.buttonTypeTertiaryHoverBackgroundColorDark
|
|
71
|
+
const buttonTypeTertiaryHoverBackgroundColorLight: string =
|
|
72
|
+
oneDesignButtonTokens.buttonTypeTertiaryHoverBackgroundColorLight
|
|
73
|
+
const buttonTypeTertiaryHoverTextColorDark: string = oneDesignButtonTokens.buttonTypeTertiaryHoverTextColorDark
|
|
74
|
+
const buttonTypeTertiaryHoverTextColorLight: string = oneDesignButtonTokens.buttonTypeTertiaryHoverTextColorLight
|
|
75
|
+
const buttonTypeTertiaryActiveBorderColorDark: string = oneDesignButtonTokens.buttonTypeTertiaryActiveBorderColorDark
|
|
76
|
+
const buttonTypeTertiaryActiveBorderColorLight: string = oneDesignButtonTokens.buttonTypeTertiaryActiveBorderColorLight
|
|
77
|
+
const buttonTypeTertiaryActiveBackgroundColorDark: string =
|
|
78
|
+
oneDesignButtonTokens.buttonTypeTertiaryActiveBackgroundColorDark
|
|
79
|
+
const buttonTypeTertiaryActiveBackgroundColorLight: string =
|
|
80
|
+
oneDesignButtonTokens.buttonTypeTertiaryActiveBackgroundColorLight
|
|
81
|
+
const buttonTypeTertiaryActiveTextColorDark: string = oneDesignButtonTokens.buttonTypeTertiaryActiveTextColorDark
|
|
82
|
+
const buttonTypeTertiaryActiveTextColorLight: string = oneDesignButtonTokens.buttonTypeTertiaryActiveTextColorLight
|
|
83
|
+
const buttonTypeTertiaryFocusOutline: string = oneDesignButtonTokens.buttonTypeTertiaryFocusOutline
|
|
84
|
+
const buttonDisabledCursor: string = oneDesignButtonTokens.buttonDisabledCursor
|
|
85
|
+
const buttonDisabledOpacity: string = oneDesignButtonTokens.buttonDisabledOpacity
|
|
86
|
+
|
|
87
|
+
export const focusColor = 'hsla(196, 100%, 43%, 1)'
|
|
88
|
+
|
|
89
|
+
export const darkBlue = {
|
|
90
|
+
95: 'hsl(223, 67%, 95%)',
|
|
91
|
+
90: 'hsl(223, 67%, 90%)',
|
|
92
|
+
85: 'hsl(223, 67%, 85%)',
|
|
93
|
+
80: 'hsl(223, 67%, 80%)',
|
|
94
|
+
75: 'hsl(223, 67%, 75%)',
|
|
95
|
+
70: 'hsl(223, 67%, 70%)',
|
|
96
|
+
65: 'hsl(223, 67%, 65%)',
|
|
97
|
+
60: 'hsl(223, 67%, 60%)',
|
|
98
|
+
55: 'hsl(223, 67%, 55%)',
|
|
99
|
+
50: 'hsl(223, 67%, 50%)',
|
|
100
|
+
45: 'hsl(223, 67%, 45%)',
|
|
101
|
+
40: 'hsl(223, 67%, 40%)',
|
|
102
|
+
35: 'hsl(223, 67%, 35%)',
|
|
103
|
+
30: 'hsl(223, 67%, 30%)',
|
|
104
|
+
25: 'hsl(223, 67%, 25%)',
|
|
105
|
+
18: 'hsl(223, 67%, 18%)', // main
|
|
106
|
+
15: 'hsl(223, 67%, 15%)',
|
|
107
|
+
10: 'hsl(223, 67%, 10%)',
|
|
108
|
+
5: 'hsl(223, 67%, 5%)'
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
export const digiGreen = {
|
|
112
|
+
95: 'hsl(139, 100%, 95%)',
|
|
113
|
+
90: 'hsl(139, 100%, 90%)',
|
|
114
|
+
85: 'hsl(139, 100%, 85%)',
|
|
115
|
+
80: 'hsl(139, 100%, 80%)',
|
|
116
|
+
78: 'hsl(139, 100%, 78%)', // main
|
|
117
|
+
70: 'hsl(139, 100%, 70%)',
|
|
118
|
+
65: 'hsl(139, 100%, 65%)',
|
|
119
|
+
60: 'hsl(139, 100%, 60%)',
|
|
120
|
+
55: 'hsl(139, 100%, 55%)',
|
|
121
|
+
50: 'hsl(139, 100%, 50%)',
|
|
122
|
+
45: 'hsl(139, 100%, 45%)',
|
|
123
|
+
40: 'hsl(139, 100%, 40%)',
|
|
124
|
+
35: 'hsl(139, 100%, 35%)',
|
|
125
|
+
30: 'hsl(139, 100%, 30%)',
|
|
126
|
+
25: 'hsl(139, 100%, 25%)',
|
|
127
|
+
20: 'hsl(139, 100%, 20%)',
|
|
128
|
+
15: 'hsl(139, 100%, 15%)',
|
|
129
|
+
10: 'hsl(139, 100%, 10%)',
|
|
130
|
+
5: 'hsl(139, 100%, 5%)'
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
export const earth = {
|
|
134
|
+
95: 'hsl(35, 53%, 95%)',
|
|
135
|
+
89: 'hsl(35, 53%, 89%)', //main
|
|
136
|
+
85: 'hsl(35, 53%, 85%)',
|
|
137
|
+
80: 'hsl(35, 53%, 80%)',
|
|
138
|
+
75: 'hsl(35, 53%, 75%)',
|
|
139
|
+
70: 'hsl(35, 53%, 70%)',
|
|
140
|
+
65: 'hsl(35, 53%, 65%)',
|
|
141
|
+
60: 'hsl(35, 53%, 60%)',
|
|
142
|
+
55: 'hsl(35, 53%, 55%)',
|
|
143
|
+
50: 'hsl(35, 53%, 50%)',
|
|
144
|
+
45: 'hsl(35, 53%, 45%)',
|
|
145
|
+
40: 'hsl(35, 53%, 40%)',
|
|
146
|
+
35: 'hsl(35, 53%, 35%)',
|
|
147
|
+
30: 'hsl(35, 53%, 30%)',
|
|
148
|
+
25: 'hsl(35, 53%, 25%)',
|
|
149
|
+
20: 'hsl(35, 53%, 20%)',
|
|
150
|
+
15: 'hsl(35, 53%, 15%)',
|
|
151
|
+
10: 'hsl(35, 53%, 10%)',
|
|
152
|
+
5: 'hsl(35, 53%, 5%)'
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
export const energyRed = {
|
|
156
|
+
95: 'hsl(357, 83%, 95%)',
|
|
157
|
+
90: 'hsl(357, 83%, 90%)',
|
|
158
|
+
85: 'hsl(357, 83%, 85%)',
|
|
159
|
+
80: 'hsl(357, 83%, 80%)',
|
|
160
|
+
75: 'hsl(357, 83%, 75%)',
|
|
161
|
+
70: 'hsl(357, 83%, 70%)',
|
|
162
|
+
65: 'hsl(357, 83%, 65%)',
|
|
163
|
+
60: 'hsl(357, 83%, 60%)',
|
|
164
|
+
54: 'hsl(357,83%, 54%)', //main
|
|
165
|
+
50: 'hsl(357, 83%, 50%)',
|
|
166
|
+
45: 'hsl(357, 83%, 45%)',
|
|
167
|
+
40: 'hsl(357, 83%, 40%)',
|
|
168
|
+
35: 'hsl(357, 83%, 35%)',
|
|
169
|
+
30: 'hsl(357, 83%, 30%)',
|
|
170
|
+
25: 'hsl(357, 83%, 25%)',
|
|
171
|
+
20: 'hsl(357, 83%, 20%)',
|
|
172
|
+
15: 'hsl(357, 83%, 15%)',
|
|
173
|
+
10: 'hsl(357, 83%, 10%)',
|
|
174
|
+
5: 'hsl(357, 83%, 5%)'
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
export const landGreen = {
|
|
178
|
+
95: 'hsl(114, 49%, 95%)',
|
|
179
|
+
90: 'hsl(114, 49%, 90%)',
|
|
180
|
+
85: 'hsl(114, 49%, 85%)',
|
|
181
|
+
80: 'hsl(114, 49%, 80%)',
|
|
182
|
+
75: 'hsl(114, 49%, 75%)',
|
|
183
|
+
70: 'hsl(114, 49%, 70%)',
|
|
184
|
+
65: 'hsl(114, 49%, 65%)',
|
|
185
|
+
60: 'hsl(114, 49%, 60%)',
|
|
186
|
+
55: 'hsl(114, 49%, 55%)',
|
|
187
|
+
50: 'hsl(114, 49%, 50%)',
|
|
188
|
+
45: 'hsl(114, 49%, 45%)',
|
|
189
|
+
41: 'hsl(114, 49%, 41%)', //main
|
|
190
|
+
35: 'hsl(114, 49%, 35%)',
|
|
191
|
+
30: 'hsl(114, 49%, 30%)',
|
|
192
|
+
25: 'hsl(114, 49%, 25%)',
|
|
193
|
+
20: 'hsl(114, 49%, 20%)',
|
|
194
|
+
15: 'hsl(114, 49%, 15%)',
|
|
195
|
+
10: 'hsl(114, 49%, 10%)',
|
|
196
|
+
5: 'hsl(114, 49%, 5%)'
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
export const seaBlue = {
|
|
200
|
+
95: 'hsl(218, 100%, 95%)',
|
|
201
|
+
90: 'hsl(218, 100%, 90%)',
|
|
202
|
+
85: 'hsl(218, 100%, 85%)',
|
|
203
|
+
80: 'hsl(218, 100%, 80%)',
|
|
204
|
+
75: 'hsl(218, 100%, 75%)',
|
|
205
|
+
70: 'hsl(218, 100%, 70%)',
|
|
206
|
+
65: 'hsl(218, 100%, 65%)',
|
|
207
|
+
60: 'hsl(218, 100%, 60%)',
|
|
208
|
+
55: 'hsl(218, 100%, 55%)',
|
|
209
|
+
50: 'hsl(218, 100%, 55%)',
|
|
210
|
+
45: 'hsl(218, 100%, 45%)',
|
|
211
|
+
40: 'hsl(218, 100%, 40%)',
|
|
212
|
+
35: 'hsl(218, 100%, 35%)',
|
|
213
|
+
28: 'hsl(218, 100%, 28%)', // main
|
|
214
|
+
25: 'hsl(218, 100%, 25%)',
|
|
215
|
+
20: 'hsl(218, 100%, 20%)',
|
|
216
|
+
15: 'hsl(218, 100%, 15%)',
|
|
217
|
+
10: 'hsl(218, 100%, 10%)',
|
|
218
|
+
5: 'hsl(218, 100%, 5%)'
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
export const sandstone = {
|
|
222
|
+
95: 'hsl(40, 3%, 95%)',
|
|
223
|
+
90: 'hsl(40, 3%, 90%)',
|
|
224
|
+
85: 'hsl(40, 3%, 85%)',
|
|
225
|
+
79: 'hsl(40, 3%, 79%)', //main
|
|
226
|
+
75: 'hsl(40, 3%, 75%)',
|
|
227
|
+
70: 'hsl(40, 3%, 70%)',
|
|
228
|
+
65: 'hsl(40, 3%, 65%)',
|
|
229
|
+
60: 'hsl(40, 3%, 60%)',
|
|
230
|
+
55: 'hsl(40, 3%, 55%)',
|
|
231
|
+
50: 'hsl(40, 3%, 50%)',
|
|
232
|
+
45: 'hsl(40, 3%, 45%)',
|
|
233
|
+
40: 'hsl(40, 3%, 40%)',
|
|
234
|
+
35: 'hsl(40, 3%, 35%)',
|
|
235
|
+
30: 'hsl(40, 3%, 30%)',
|
|
236
|
+
25: 'hsl(40, 3%, 25%)',
|
|
237
|
+
20: 'hsl(40, 3%, 20%)',
|
|
238
|
+
15: 'hsl(40, 3%, 15%)',
|
|
239
|
+
10: 'hsl(40, 3%, 10%)',
|
|
240
|
+
5: 'hsl(40, 3%, 5%)'
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
export const skyBlue = {
|
|
244
|
+
97: 'hsl(196, 74%, 97%)',
|
|
245
|
+
95: 'hsl(196, 74%, 95%)',
|
|
246
|
+
90: 'hsl(196, 74%, 90%)',
|
|
247
|
+
85: 'hsl(196, 74%, 85%)',
|
|
248
|
+
80: 'hsl(196, 74%, 80%)',
|
|
249
|
+
77: 'hsl(196, 74%, 77%)', // main
|
|
250
|
+
65: 'hsl(196, 74%, 65%)',
|
|
251
|
+
60: 'hsl(196, 74%, 60%)',
|
|
252
|
+
55: 'hsl(196, 74%, 55%)',
|
|
253
|
+
50: 'hsl(196, 74%, 50%)',
|
|
254
|
+
45: 'hsl(196, 74%, 45%)',
|
|
255
|
+
40: 'hsl(196, 74%, 40%)',
|
|
256
|
+
35: 'hsl(196, 74%, 35%)',
|
|
257
|
+
30: 'hsl(196, 74%, 30%)',
|
|
258
|
+
25: 'hsl(196, 74%, 25%)',
|
|
259
|
+
20: 'hsl(196, 74%, 20%)',
|
|
260
|
+
15: 'hsl(196, 74%, 15%)',
|
|
261
|
+
10: 'hsl(196, 74%, 10%)',
|
|
262
|
+
5: 'hsl(196, 74%, 5%)'
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
export const sunflower = {
|
|
266
|
+
95: 'hsl(55, 100%, 95%)',
|
|
267
|
+
90: 'hsl(55, 100%, 90%)',
|
|
268
|
+
85: 'hsl(55, 100%, 85%)',
|
|
269
|
+
80: 'hsl(55, 100%, 80%)',
|
|
270
|
+
73: 'hsl(55, 100%, 73%)', // main
|
|
271
|
+
70: 'hsl(55, 100%, 70%)',
|
|
272
|
+
65: 'hsl(55, 100%, 65%)',
|
|
273
|
+
60: 'hsl(55, 100%, 60%)',
|
|
274
|
+
55: 'hsl(55, 100%, 55%)',
|
|
275
|
+
50: 'hsl(55, 100%, 50%)',
|
|
276
|
+
45: 'hsl(55, 100%, 45%)',
|
|
277
|
+
40: 'hsl(55, 100%, 40%)',
|
|
278
|
+
35: 'hsl(55, 100%, 35%)',
|
|
279
|
+
30: 'hsl(55, 100%, 30%)',
|
|
280
|
+
25: 'hsl(55, 100%, 25%)',
|
|
281
|
+
20: 'hsl(55, 100%, 20%)',
|
|
282
|
+
15: 'hsl(55, 100%, 15%)',
|
|
283
|
+
10: 'hsl(55, 100%, 10%)',
|
|
284
|
+
5: 'hsl(55, 100%, 5%)'
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
export const terracotta = {
|
|
288
|
+
95: 'hsl(34, 100%, 95%)',
|
|
289
|
+
90: 'hsl(34, 100%, 90%)',
|
|
290
|
+
85: 'hsl(34, 100%, 85%)',
|
|
291
|
+
80: 'hsl(34, 100%, 80%)',
|
|
292
|
+
75: 'hsl(34, 100%, 75%)',
|
|
293
|
+
70: 'hsl(34, 100%, 70%)',
|
|
294
|
+
65: 'hsl(34, 100%, 65%)',
|
|
295
|
+
60: 'hsl(34, 100%, 60%)',
|
|
296
|
+
55: 'hsl(34, 100%, 55%)',
|
|
297
|
+
50: 'hsl(34, 100%, 50%)',
|
|
298
|
+
45: 'hsl(34, 100%, 45%)',
|
|
299
|
+
40: 'hsl(34, 100%, 40%)',
|
|
300
|
+
35: 'hsl(34, 100%, 35%)', // main
|
|
301
|
+
30: 'hsl(34, 100%, 30%)',
|
|
302
|
+
25: 'hsl(34, 100%, 25%)',
|
|
303
|
+
20: 'hsl(34, 100%, 20%)',
|
|
304
|
+
15: 'hsl(34, 100%, 15%)',
|
|
305
|
+
10: 'hsl(34, 100%, 10%)',
|
|
306
|
+
5: 'hsl(34, 100%, 5%)'
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
export const warmGrey = {
|
|
310
|
+
95: 'hsl(30, 8%, 95%)',
|
|
311
|
+
90: 'hsl(30, 8%, 90%)',
|
|
312
|
+
85: 'hsl(30, 8%, 85%)',
|
|
313
|
+
80: 'hsl(30, 8%, 80%)',
|
|
314
|
+
75: 'hsl(30, 8%, 75%)',
|
|
315
|
+
70: 'hsl(30, 8%, 70%)',
|
|
316
|
+
65: 'hsl(30, 8%, 65%)',
|
|
317
|
+
60: 'hsl(30, 8%, 60%)',
|
|
318
|
+
56: 'hsl(30, 8%, 56%)', // main
|
|
319
|
+
50: 'hsl(30, 8%, 50%)',
|
|
320
|
+
45: 'hsl(30, 8%, 45%)',
|
|
321
|
+
40: 'hsl(30, 8%, 40%)',
|
|
322
|
+
35: 'hsl(30, 8%, 35%)',
|
|
323
|
+
30: 'hsl(30, 8%, 30%)',
|
|
324
|
+
25: 'hsl(30, 8%, 25%)',
|
|
325
|
+
20: 'hsl(30, 8%, 20%)',
|
|
326
|
+
15: 'hsl(30, 8%, 15%)',
|
|
327
|
+
10: 'hsl(30, 8%, 10%)',
|
|
328
|
+
5: 'hsl(30, 8%, 5%)'
|
|
329
|
+
}
|
|
330
|
+
|
|
1
331
|
export const blue = {
|
|
2
332
|
10: '#f6fbff',
|
|
3
333
|
20: '#e2f1ff',
|
|
@@ -96,6 +426,77 @@ export const disabled = {
|
|
|
96
426
|
}
|
|
97
427
|
|
|
98
428
|
export default {
|
|
429
|
+
buttonTypePrimaryDefaultBorderColorDark,
|
|
430
|
+
buttonTypePrimaryDefaultBackgroundColorDark,
|
|
431
|
+
buttonTypePrimaryDefaultTextColorDark,
|
|
432
|
+
buttonTypePrimaryHoverBackgroundColorDark,
|
|
433
|
+
buttonTypePrimaryHoverBorderColorDark,
|
|
434
|
+
buttonTypePrimaryHoverTextColorDark,
|
|
435
|
+
buttonTypePrimaryActiveBackgroundColorDark,
|
|
436
|
+
buttonTypePrimaryActiveBorderColorDark,
|
|
437
|
+
buttonTypePrimaryActiveTextColorDark,
|
|
438
|
+
buttonTypePrimaryDefaultBorderColorLight,
|
|
439
|
+
buttonTypePrimaryDefaultBackgroundColorLight,
|
|
440
|
+
buttonTypePrimaryDefaultTextColorLight,
|
|
441
|
+
buttonTypePrimaryFocusOutline,
|
|
442
|
+
buttonTypePrimaryHoverBackgroundColorLight,
|
|
443
|
+
buttonTypePrimaryHoverBorderColorLight,
|
|
444
|
+
buttonTypePrimaryHoverTextColorLight,
|
|
445
|
+
buttonTypePrimaryActiveBackgroundColorLight,
|
|
446
|
+
buttonTypePrimaryActiveBorderColorLight,
|
|
447
|
+
buttonTypePrimaryActiveTextColorLight,
|
|
448
|
+
buttonTypeSecondaryDefaultBorderColorDark,
|
|
449
|
+
buttonTypeSecondaryDefaultBackgroundColorDark,
|
|
450
|
+
buttonTypeSecondaryDefaultTextColorDark,
|
|
451
|
+
buttonTypeSecondaryFocusOutline,
|
|
452
|
+
buttonTypeSecondaryHoverBackgroundColorDark,
|
|
453
|
+
buttonTypeSecondaryHoverBorderColorDark,
|
|
454
|
+
buttonTypeSecondaryHoverTextColorDark,
|
|
455
|
+
buttonTypeSecondaryActiveBackgroundColorDark,
|
|
456
|
+
buttonTypeSecondaryActiveBorderColorDark,
|
|
457
|
+
buttonTypeSecondaryActiveTextColorDark,
|
|
458
|
+
buttonTypeSecondaryDefaultBorderColorLight,
|
|
459
|
+
buttonTypeSecondaryDefaultBackgroundColorLight,
|
|
460
|
+
buttonTypeSecondaryDefaultTextColorLight,
|
|
461
|
+
buttonTypeSecondaryHoverBackgroundColorLight,
|
|
462
|
+
buttonTypeSecondaryHoverBorderColorLight,
|
|
463
|
+
buttonTypeSecondaryHoverTextColorLight,
|
|
464
|
+
buttonTypeSecondaryActiveBackgroundColorLight,
|
|
465
|
+
buttonTypeSecondaryActiveBorderColorLight,
|
|
466
|
+
buttonTypeSecondaryActiveTextColorLight,
|
|
467
|
+
buttonTypeTertiaryDefaultBorderColorDark,
|
|
468
|
+
buttonTypeTertiaryDefaultBackgroundColorDark,
|
|
469
|
+
buttonTypeTertiaryDefaultTextColorDark,
|
|
470
|
+
buttonTypeTertiaryHoverBackgroundColorDark,
|
|
471
|
+
buttonTypeTertiaryHoverBorderColorDark,
|
|
472
|
+
buttonTypeTertiaryHoverTextColorDark,
|
|
473
|
+
buttonTypeTertiaryFocusOutline,
|
|
474
|
+
buttonTypeTertiaryActiveBackgroundColorDark,
|
|
475
|
+
buttonTypeTertiaryActiveBorderColorDark,
|
|
476
|
+
buttonTypeTertiaryActiveTextColorDark,
|
|
477
|
+
buttonTypeTertiaryDefaultBorderColorLight,
|
|
478
|
+
buttonTypeTertiaryDefaultBackgroundColorLight,
|
|
479
|
+
buttonTypeTertiaryDefaultTextColorLight,
|
|
480
|
+
buttonTypeTertiaryHoverBackgroundColorLight,
|
|
481
|
+
buttonTypeTertiaryHoverBorderColorLight,
|
|
482
|
+
buttonTypeTertiaryHoverTextColorLight,
|
|
483
|
+
buttonTypeTertiaryActiveBackgroundColorLight,
|
|
484
|
+
buttonTypeTertiaryActiveBorderColorLight,
|
|
485
|
+
buttonTypeTertiaryActiveTextColorLight,
|
|
486
|
+
buttonDisabledCursor,
|
|
487
|
+
buttonDisabledOpacity,
|
|
488
|
+
darkBlue,
|
|
489
|
+
digiGreen,
|
|
490
|
+
earth,
|
|
491
|
+
energyRed,
|
|
492
|
+
focusColor,
|
|
493
|
+
landGreen,
|
|
494
|
+
sandstone,
|
|
495
|
+
seaBlue,
|
|
496
|
+
skyBlue,
|
|
497
|
+
sunflower,
|
|
498
|
+
terracotta,
|
|
499
|
+
warmGrey,
|
|
99
500
|
blue,
|
|
100
501
|
green,
|
|
101
502
|
grey,
|
package/src/toast/useToast.tsx
CHANGED
|
@@ -43,10 +43,11 @@ export const useToast = () => {
|
|
|
43
43
|
icon={icon}
|
|
44
44
|
mt={{ md: 1, sm: '4px', xs: '4px' }}
|
|
45
45
|
onClose={onClose}
|
|
46
|
-
shadow={
|
|
46
|
+
shadow={3}
|
|
47
47
|
status={status as NotificationStatus}
|
|
48
48
|
text={text}
|
|
49
49
|
title={title}
|
|
50
|
+
verticalAlign="center"
|
|
50
51
|
w={1}
|
|
51
52
|
/>
|
|
52
53
|
)
|
|
@@ -55,7 +55,14 @@ export function TutorialCard({
|
|
|
55
55
|
>
|
|
56
56
|
<H3>{title}</H3>
|
|
57
57
|
{!isFinalStep && (
|
|
58
|
-
<Button
|
|
58
|
+
<Button
|
|
59
|
+
color="white"
|
|
60
|
+
hoverColor="prussian.80"
|
|
61
|
+
icon="falTimes"
|
|
62
|
+
onClick={onDismiss}
|
|
63
|
+
scale={2}
|
|
64
|
+
variant="tertiaryDark"
|
|
65
|
+
/>
|
|
59
66
|
)}
|
|
60
67
|
</Box>
|
|
61
68
|
<Box column flex={5} hidden={started} mx={2}>
|
|
@@ -102,7 +109,7 @@ export function TutorialCard({
|
|
|
102
109
|
onClick={decrementStep}
|
|
103
110
|
scale={2}
|
|
104
111
|
transition="none"
|
|
105
|
-
variant="
|
|
112
|
+
variant="tertiaryDark"
|
|
106
113
|
w="80"
|
|
107
114
|
/>
|
|
108
115
|
|
|
@@ -127,7 +134,7 @@ export function TutorialCard({
|
|
|
127
134
|
onClick={incrementStep}
|
|
128
135
|
scale={2}
|
|
129
136
|
transition="none"
|
|
130
|
-
variant="
|
|
137
|
+
variant="tertiaryDark"
|
|
131
138
|
w="80"
|
|
132
139
|
/>
|
|
133
140
|
)}
|