@amboss/design-system 1.9.1 → 1.9.5
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/build/cjs/build-tokens/_breakpoints.json.js +7 -0
- package/build/cjs/build-tokens/_icon_sizes_map.json.js +5 -0
- package/build/cjs/build-tokens/assets/icons.json.js +76 -0
- package/build/cjs/build-tokens/assets/icons16.json.js +80 -0
- package/build/cjs/build-tokens/assets/logo.json.js +7 -0
- package/build/cjs/build-tokens/visualConfig.js +1464 -0
- package/build/cjs/src/components/Badge/Badge.js +62 -0
- package/build/cjs/src/components/Box/Box.js +88 -0
- package/build/cjs/src/components/Button/Button.js +246 -0
- package/build/cjs/src/components/Callout/Callout.js +86 -0
- package/build/cjs/src/components/Card/Card.js +68 -0
- package/build/cjs/src/components/Card/CardBox.js +22 -0
- package/build/cjs/src/components/Card/CardHeader/CardHeader.js +59 -0
- package/build/cjs/src/components/Collapsible/Collapsible.js +115 -0
- package/build/cjs/src/components/Column/Columns.js +145 -0
- package/build/cjs/src/components/Container/Container.js +55 -0
- package/build/cjs/src/components/Divider/Divider.js +67 -0
- package/build/cjs/src/components/DropdownMenu/DropdownMenu.js +226 -0
- package/build/cjs/src/components/DropdownMenu/MenuItem.js +102 -0
- package/build/cjs/src/components/Form/Checkbox/Checkbox.js +146 -0
- package/build/cjs/src/components/Form/FormErrorMessages/FormErrorMessages.js +26 -0
- package/build/cjs/src/components/Form/FormField/FormField.js +56 -0
- package/build/cjs/src/components/Form/FormFieldGroup/FormFieldGroup.js +54 -0
- package/build/cjs/src/components/Form/FormLabelText/FormLabelText.js +41 -0
- package/build/cjs/src/components/Form/Input/Input.js +181 -0
- package/build/cjs/src/components/Form/PasswordInput/PasswordInput.js +224 -0
- package/build/cjs/src/components/Form/Radio/Radio.js +137 -0
- package/build/cjs/src/components/Form/RadioButton/RadioButton.js +137 -0
- package/build/cjs/src/components/Form/Select/Select.js +287 -0
- package/build/cjs/src/components/Form/Textarea/Textarea.js +89 -0
- package/build/cjs/src/components/Form/Toggle/Toggle.js +178 -0
- package/build/cjs/src/components/Form/ToggleButton/ToggleButton.js +142 -0
- package/build/cjs/src/components/Icon/Icon.js +91 -0
- package/build/cjs/src/components/Inline/Inline.js +110 -0
- package/build/cjs/src/components/Link/Link.js +78 -0
- package/build/cjs/src/components/Logo/Logo.js +43 -0
- package/build/cjs/src/components/MediaItem/MediaItem.js +124 -0
- package/build/cjs/src/components/MediaViewerBar/MediaViewerBar.js +72 -0
- package/build/cjs/src/components/Notification/Notification.js +106 -0
- package/build/cjs/src/components/Patterns/ButtonGroup/ButtonGroup.js +43 -0
- package/build/cjs/src/components/Patterns/Modal/Modal.js +220 -0
- package/build/cjs/src/components/PictogramButton/PictogramButton.js +118 -0
- package/build/cjs/src/components/Portal/Portal.js +22 -0
- package/build/cjs/src/components/ProgressBar/ProgressBar.js +38 -0
- package/build/cjs/src/components/RoundButton/RoundButton.js +116 -0
- package/build/cjs/src/components/SearchResult/SearchResult.js +177 -0
- package/build/cjs/src/components/SegmentedProgressBar/SegmentedProgressBar.js +107 -0
- package/build/cjs/src/components/SegmentedProgressBar/SegmentedProgressBarUtil.js +42 -0
- package/build/cjs/src/components/Stack/Stack.js +77 -0
- package/build/cjs/src/components/SubThemeProvider/SubThemeProvider.js +54 -0
- package/build/cjs/src/components/Tabs/Tabs.js +132 -0
- package/build/cjs/src/components/Typography/Header/Header.js +114 -0
- package/build/cjs/src/components/Typography/StyledText/StyledText.js +167 -0
- package/build/cjs/src/components/Typography/Text/Text.js +61 -0
- package/build/cjs/src/components/Typography/TextClamped/TextClamped.js +53 -0
- package/build/cjs/src/components/VirtualScrollList/VirtualScrollList.js +115 -0
- package/build/cjs/src/components/VirtualScrollList/VirtualScrollListReducer.js +131 -0
- package/build/cjs/src/index.js +120 -0
- package/build/cjs/src/shared/flattenChildren.js +33 -0
- package/build/cjs/src/shared/informDeprecation.js +12 -0
- package/build/cjs/src/shared/mediaQueries.js +68 -0
- package/build/cjs/src/shared/useAutoPosition.js +42 -0
- package/build/cjs/src/shared/useDocument.js +7 -0
- package/build/cjs/src/shared/useHover.js +26 -0
- package/build/cjs/src/shared/useKeyboard.js +43 -0
- package/build/cjs/src/shared/useOnEscapePress.js +52 -0
- package/build/cjs/src/shared/useOutsideClick.js +33 -0
- package/build/cjs/src/shared/useWindow.js +7 -0
- package/build/esm/build-tokens/_breakpoints.json.js +4 -0
- package/build/esm/build-tokens/_breakpoints.json.js.map +1 -0
- package/build/esm/build-tokens/_icon_sizes_map.json.js +4 -0
- package/build/esm/build-tokens/_icon_sizes_map.json.js.map +1 -0
- package/build/esm/build-tokens/assets/icons.json.js +4 -0
- package/build/esm/build-tokens/assets/icons.json.js.map +1 -0
- package/build/esm/build-tokens/assets/icons16.json.js +4 -0
- package/build/esm/build-tokens/assets/icons16.json.js.map +1 -0
- package/build/esm/build-tokens/assets/logo.json.js +4 -0
- package/build/esm/build-tokens/assets/logo.json.js.map +1 -0
- package/build/esm/build-tokens/visualConfig.js +1463 -0
- package/build/esm/build-tokens/visualConfig.js.map +1 -0
- package/build/esm/src/components/Badge/Badge.js +56 -0
- package/build/esm/src/components/Badge/Badge.js.map +1 -0
- package/build/esm/src/components/Box/Box.js +81 -0
- package/build/esm/src/components/Box/Box.js.map +1 -0
- package/build/esm/src/components/Button/Button.js +238 -0
- package/build/esm/src/components/Button/Button.js.map +1 -0
- package/build/esm/src/components/Callout/Callout.js +80 -0
- package/build/esm/src/components/Callout/Callout.js.map +1 -0
- package/build/esm/src/components/Card/Card.js +62 -0
- package/build/esm/src/components/Card/Card.js.map +1 -0
- package/build/esm/src/components/Card/CardBox.js +17 -0
- package/build/esm/src/components/Card/CardBox.js.map +1 -0
- package/build/esm/src/components/Card/CardHeader/CardHeader.js +52 -0
- package/build/esm/src/components/Card/CardHeader/CardHeader.js.map +1 -0
- package/build/esm/src/components/Collapsible/Collapsible.js +107 -0
- package/build/esm/src/components/Collapsible/Collapsible.js.map +1 -0
- package/build/esm/src/components/Column/Columns.js +139 -0
- package/build/esm/src/components/Column/Columns.js.map +1 -0
- package/build/esm/src/components/Container/Container.js +49 -0
- package/build/esm/src/components/Container/Container.js.map +1 -0
- package/build/esm/src/components/Divider/Divider.js +61 -0
- package/build/esm/src/components/Divider/Divider.js.map +1 -0
- package/build/esm/src/components/DropdownMenu/DropdownMenu.js +220 -0
- package/build/esm/src/components/DropdownMenu/DropdownMenu.js.map +1 -0
- package/build/esm/src/components/DropdownMenu/MenuItem.js +96 -0
- package/build/esm/src/components/DropdownMenu/MenuItem.js.map +1 -0
- package/build/esm/src/components/Form/Checkbox/Checkbox.js +139 -0
- package/build/esm/src/components/Form/Checkbox/Checkbox.js.map +1 -0
- package/build/esm/src/components/Form/FormErrorMessages/FormErrorMessages.js +21 -0
- package/build/esm/src/components/Form/FormErrorMessages/FormErrorMessages.js.map +1 -0
- package/build/esm/src/components/Form/FormField/FormField.js +50 -0
- package/build/esm/src/components/Form/FormField/FormField.js.map +1 -0
- package/build/esm/src/components/Form/FormFieldGroup/FormFieldGroup.js +48 -0
- package/build/esm/src/components/Form/FormFieldGroup/FormFieldGroup.js.map +1 -0
- package/build/esm/src/components/Form/FormLabelText/FormLabelText.js +35 -0
- package/build/esm/src/components/Form/FormLabelText/FormLabelText.js.map +1 -0
- package/build/esm/src/components/Form/Input/Input.js +174 -0
- package/build/esm/src/components/Form/Input/Input.js.map +1 -0
- package/build/esm/src/components/Form/PasswordInput/PasswordInput.js +217 -0
- package/build/esm/src/components/Form/PasswordInput/PasswordInput.js.map +1 -0
- package/build/esm/src/components/Form/Radio/Radio.js +130 -0
- package/build/esm/src/components/Form/Radio/Radio.js.map +1 -0
- package/build/esm/src/components/Form/RadioButton/RadioButton.js +130 -0
- package/build/esm/src/components/Form/RadioButton/RadioButton.js.map +1 -0
- package/build/esm/src/components/Form/Select/Select.js +281 -0
- package/build/esm/src/components/Form/Select/Select.js.map +1 -0
- package/build/esm/src/components/Form/Textarea/Textarea.js +83 -0
- package/build/esm/src/components/Form/Textarea/Textarea.js.map +1 -0
- package/build/esm/src/components/Form/Toggle/Toggle.js +171 -0
- package/build/esm/src/components/Form/Toggle/Toggle.js.map +1 -0
- package/build/esm/src/components/Form/ToggleButton/ToggleButton.js +135 -0
- package/build/esm/src/components/Form/ToggleButton/ToggleButton.js.map +1 -0
- package/build/esm/src/components/Icon/Icon.js +85 -0
- package/build/esm/src/components/Icon/Icon.js.map +1 -0
- package/build/esm/src/components/Inline/Inline.js +104 -0
- package/build/esm/src/components/Inline/Inline.js.map +1 -0
- package/build/esm/src/components/Link/Link.js +71 -0
- package/build/esm/src/components/Link/Link.js.map +1 -0
- package/build/esm/src/components/Logo/Logo.js +37 -0
- package/build/esm/src/components/Logo/Logo.js.map +1 -0
- package/build/esm/src/components/MediaItem/MediaItem.js +118 -0
- package/build/esm/src/components/MediaItem/MediaItem.js.map +1 -0
- package/build/esm/src/components/MediaViewerBar/MediaViewerBar.js +66 -0
- package/build/esm/src/components/MediaViewerBar/MediaViewerBar.js.map +1 -0
- package/build/esm/src/components/Notification/Notification.js +100 -0
- package/build/esm/src/components/Notification/Notification.js.map +1 -0
- package/build/esm/src/components/Patterns/ButtonGroup/ButtonGroup.js +38 -0
- package/build/esm/src/components/Patterns/ButtonGroup/ButtonGroup.js.map +1 -0
- package/build/esm/src/components/Patterns/Modal/Modal.js +213 -0
- package/build/esm/src/components/Patterns/Modal/Modal.js.map +1 -0
- package/build/esm/src/components/PictogramButton/PictogramButton.js +111 -0
- package/build/esm/src/components/PictogramButton/PictogramButton.js.map +1 -0
- package/build/esm/src/components/Portal/Portal.js +16 -0
- package/build/esm/src/components/Portal/Portal.js.map +1 -0
- package/build/esm/src/components/ProgressBar/ProgressBar.js +33 -0
- package/build/esm/src/components/ProgressBar/ProgressBar.js.map +1 -0
- package/build/esm/src/components/RoundButton/RoundButton.js +109 -0
- package/build/esm/src/components/RoundButton/RoundButton.js.map +1 -0
- package/build/esm/src/components/SearchResult/SearchResult.js +171 -0
- package/build/esm/src/components/SearchResult/SearchResult.js.map +1 -0
- package/build/esm/src/components/SegmentedProgressBar/SegmentedProgressBar.js +101 -0
- package/build/esm/src/components/SegmentedProgressBar/SegmentedProgressBar.js.map +1 -0
- package/build/esm/src/components/SegmentedProgressBar/SegmentedProgressBarUtil.js +40 -0
- package/build/esm/src/components/SegmentedProgressBar/SegmentedProgressBarUtil.js.map +1 -0
- package/build/esm/src/components/Stack/Stack.js +71 -0
- package/build/esm/src/components/Stack/Stack.js.map +1 -0
- package/build/esm/src/components/SubThemeProvider/SubThemeProvider.js +49 -0
- package/build/esm/src/components/SubThemeProvider/SubThemeProvider.js.map +1 -0
- package/build/esm/src/components/Tabs/Tabs.js +125 -0
- package/build/esm/src/components/Tabs/Tabs.js.map +1 -0
- package/build/esm/src/components/Typography/Header/Header.js +104 -0
- package/build/esm/src/components/Typography/Header/Header.js.map +1 -0
- package/build/esm/src/components/Typography/StyledText/StyledText.js +160 -0
- package/build/esm/src/components/Typography/StyledText/StyledText.js.map +1 -0
- package/build/esm/src/components/Typography/Text/Text.js +55 -0
- package/build/esm/src/components/Typography/Text/Text.js.map +1 -0
- package/build/esm/src/components/Typography/TextClamped/TextClamped.js +46 -0
- package/build/esm/src/components/Typography/TextClamped/TextClamped.js.map +1 -0
- package/build/esm/src/components/VirtualScrollList/VirtualScrollList.js +109 -0
- package/build/esm/src/components/VirtualScrollList/VirtualScrollList.js.map +1 -0
- package/build/esm/src/components/VirtualScrollList/VirtualScrollListReducer.js +130 -0
- package/build/esm/src/components/VirtualScrollList/VirtualScrollListReducer.js.map +1 -0
- package/build/esm/src/index.js +53 -0
- package/build/esm/src/index.js.map +1 -0
- package/build/esm/src/shared/flattenChildren.d.ts +11 -0
- package/build/esm/src/shared/flattenChildren.js +32 -0
- package/build/esm/src/shared/flattenChildren.js.map +1 -0
- package/build/esm/src/shared/informDeprecation.js +11 -0
- package/build/esm/src/shared/informDeprecation.js.map +1 -0
- package/build/esm/src/shared/mediaQueries.js +66 -0
- package/build/esm/src/shared/mediaQueries.js.map +1 -0
- package/build/esm/src/shared/useAutoPosition.js +41 -0
- package/build/esm/src/shared/useAutoPosition.js.map +1 -0
- package/build/esm/src/shared/useDocument.js +6 -0
- package/build/esm/src/shared/useDocument.js.map +1 -0
- package/build/esm/src/shared/useHover.js +25 -0
- package/build/esm/src/shared/useHover.js.map +1 -0
- package/build/esm/src/shared/useKeyboard.js +42 -0
- package/build/esm/src/shared/useKeyboard.js.map +1 -0
- package/build/esm/src/shared/useOnEscapePress.js +51 -0
- package/build/esm/src/shared/useOnEscapePress.js.map +1 -0
- package/build/esm/src/shared/useOutsideClick.js +32 -0
- package/build/esm/src/shared/useOutsideClick.js.map +1 -0
- package/build/esm/src/shared/useWindow.js +6 -0
- package/build/esm/src/shared/useWindow.js.map +1 -0
- package/package.json +27 -9
- package/build/build-tokens/assets/icons.json +0 -131
- package/build/build-tokens/assets/icons16.json +0 -142
- package/build/build-tokens/assets/logo.json +0 -3
- package/build/index.js +0 -3
- package/build/index.js.LICENSE.txt +0 -8
- package/build/index.js.map +0 -1
- /package/build/{build-tokens → esm/build-tokens}/_subThemeType.d.ts +0 -0
- /package/build/{build-tokens → esm/build-tokens}/visualConfig.d.ts +0 -0
- /package/build/{src → esm/src}/components/Badge/Badge.d.ts +0 -0
- /package/build/{src → esm/src}/components/Box/Box.d.ts +0 -0
- /package/build/{src → esm/src}/components/Button/Button.d.ts +0 -0
- /package/build/{src → esm/src}/components/Callout/Callout.d.ts +0 -0
- /package/build/{src → esm/src}/components/Card/Card.d.ts +0 -0
- /package/build/{src → esm/src}/components/Card/CardBox.d.ts +0 -0
- /package/build/{src → esm/src}/components/Card/CardHeader/CardHeader.d.ts +0 -0
- /package/build/{src → esm/src}/components/Collapsible/Collapsible.d.ts +0 -0
- /package/build/{src → esm/src}/components/Column/Columns.d.ts +0 -0
- /package/build/{src → esm/src}/components/Container/Container.d.ts +0 -0
- /package/build/{src → esm/src}/components/Divider/Divider.d.ts +0 -0
- /package/build/{src → esm/src}/components/DropdownMenu/DropdownMenu.d.ts +0 -0
- /package/build/{src → esm/src}/components/DropdownMenu/MenuItem.d.ts +0 -0
- /package/build/{src → esm/src}/components/Form/Checkbox/Checkbox.d.ts +0 -0
- /package/build/{src → esm/src}/components/Form/FormErrorMessages/FormErrorMessages.d.ts +0 -0
- /package/build/{src → esm/src}/components/Form/FormField/FormField.d.ts +0 -0
- /package/build/{src → esm/src}/components/Form/FormFieldGroup/FormFieldGroup.d.ts +0 -0
- /package/build/{src → esm/src}/components/Form/FormLabelText/FormLabelText.d.ts +0 -0
- /package/build/{src → esm/src}/components/Form/Input/Input.d.ts +0 -0
- /package/build/{src → esm/src}/components/Form/PasswordInput/PasswordInput.d.ts +0 -0
- /package/build/{src → esm/src}/components/Form/Radio/Radio.d.ts +0 -0
- /package/build/{src → esm/src}/components/Form/RadioButton/RadioButton.d.ts +0 -0
- /package/build/{src → esm/src}/components/Form/Select/Select.d.ts +0 -0
- /package/build/{src → esm/src}/components/Form/Textarea/Textarea.d.ts +0 -0
- /package/build/{src → esm/src}/components/Form/Toggle/Toggle.d.ts +0 -0
- /package/build/{src → esm/src}/components/Form/ToggleButton/ToggleButton.d.ts +0 -0
- /package/build/{src → esm/src}/components/Icon/Icon.d.ts +0 -0
- /package/build/{src → esm/src}/components/Inline/Inline.d.ts +0 -0
- /package/build/{src → esm/src}/components/Link/Link.d.ts +0 -0
- /package/build/{src → esm/src}/components/Logo/Logo.d.ts +0 -0
- /package/build/{src → esm/src}/components/MediaItem/MediaItem.d.ts +0 -0
- /package/build/{src → esm/src}/components/MediaViewerBar/MediaViewerBar.d.ts +0 -0
- /package/build/{src → esm/src}/components/Notification/ExpandedContent.d.ts +0 -0
- /package/build/{src → esm/src}/components/Notification/Notification.d.ts +0 -0
- /package/build/{src → esm/src}/components/Patterns/ButtonGroup/ButtonGroup.d.ts +0 -0
- /package/build/{src → esm/src}/components/Patterns/Modal/Modal.d.ts +0 -0
- /package/build/{src → esm/src}/components/PictogramButton/PictogramButton.d.ts +0 -0
- /package/build/{src → esm/src}/components/Portal/Portal.d.ts +0 -0
- /package/build/{src → esm/src}/components/ProgressBar/ProgressBar.d.ts +0 -0
- /package/build/{src → esm/src}/components/RoundButton/RoundButton.d.ts +0 -0
- /package/build/{src → esm/src}/components/SearchResult/SearchResult.d.ts +0 -0
- /package/build/{src → esm/src}/components/SegmentedProgressBar/SegmentedProgressBar.d.ts +0 -0
- /package/build/{src → esm/src}/components/SegmentedProgressBar/SegmentedProgressBarUtil.d.ts +0 -0
- /package/build/{src → esm/src}/components/ShadowWebComponent/ShadowWebComponent.d.ts +0 -0
- /package/build/{src → esm/src}/components/Stack/Stack.d.ts +0 -0
- /package/build/{src → esm/src}/components/SubThemeProvider/SubThemeProvider.d.ts +0 -0
- /package/build/{src → esm/src}/components/Tabs/Tabs.d.ts +0 -0
- /package/build/{src → esm/src}/components/Typography/Header/Header.d.ts +0 -0
- /package/build/{src → esm/src}/components/Typography/StyledText/StyledText.d.ts +0 -0
- /package/build/{src → esm/src}/components/Typography/Text/Text.d.ts +0 -0
- /package/build/{src → esm/src}/components/Typography/TextClamped/TextClamped.d.ts +0 -0
- /package/build/{src → esm/src}/components/VirtualScrollList/VirtualScrollList.d.ts +0 -0
- /package/build/{src → esm/src}/components/VirtualScrollList/VirtualScrollListReducer.d.ts +0 -0
- /package/build/{src → esm/src}/index.d.ts +0 -0
- /package/build/{src → esm/src}/shared/informDeprecation.d.ts +0 -0
- /package/build/{src → esm/src}/shared/mediaQueries.d.ts +0 -0
- /package/build/{src → esm/src}/shared/replaceDeprecated.d.ts +0 -0
- /package/build/{src → esm/src}/shared/useAutoPosition.d.ts +0 -0
- /package/build/{src → esm/src}/shared/useDocument.d.ts +0 -0
- /package/build/{src → esm/src}/shared/useHover.d.ts +0 -0
- /package/build/{src → esm/src}/shared/useKeyboard.d.ts +0 -0
- /package/build/{src → esm/src}/shared/useOnEscapePress.d.ts +0 -0
- /package/build/{src → esm/src}/shared/useOutsideClick.d.ts +0 -0
- /package/build/{src → esm/src}/shared/useWindow.d.ts +0 -0
- /package/build/{src → esm/src}/types/index.d.ts +0 -0
|
@@ -0,0 +1,1463 @@
|
|
|
1
|
+
const variables = {
|
|
2
|
+
"color": {
|
|
3
|
+
"neutral": {
|
|
4
|
+
"white": "#ffffff",
|
|
5
|
+
"whiteTransparent01": "rgba(255, 255, 255, 0.8)",
|
|
6
|
+
"whiteTransparent02": "rgba(255, 255, 255, 0.6)",
|
|
7
|
+
"whiteTransparent03": "rgba(255, 255, 255, 0.08)",
|
|
8
|
+
"black": "#1a1c1c",
|
|
9
|
+
"blackTransparent02": "rgba(0, 0, 0, 0.6)"
|
|
10
|
+
},
|
|
11
|
+
"green": {
|
|
12
|
+
"regular": "#0fa980",
|
|
13
|
+
"regularAlt": "#39d6ac",
|
|
14
|
+
"dark01": "#0b8363",
|
|
15
|
+
"dark02": "#0a5c45",
|
|
16
|
+
"light01": "#8adcc6",
|
|
17
|
+
"light02": "#d0f1e8",
|
|
18
|
+
"light03": "#e8f8f4",
|
|
19
|
+
"regularTransparent": "rgba(15, 169, 128, 0.3)",
|
|
20
|
+
"dark02Transparent": "rgba(10, 92, 69, 0.3)"
|
|
21
|
+
},
|
|
22
|
+
"blue": {
|
|
23
|
+
"regular": "#1f6ce0",
|
|
24
|
+
"dark01": "#295dae",
|
|
25
|
+
"dark02": "#1c427d",
|
|
26
|
+
"light01": "#6e95cf",
|
|
27
|
+
"light02": "#d2e2f9",
|
|
28
|
+
"light03": "#e7effe",
|
|
29
|
+
"dark02Transparent": "rgba(28, 66, 125, 0.3)"
|
|
30
|
+
},
|
|
31
|
+
"gray": {
|
|
32
|
+
"light04": "#f5f7f9",
|
|
33
|
+
"light03": "#eef2f5",
|
|
34
|
+
"light02": "#e0e6eb",
|
|
35
|
+
"light01": "#a3b2bd",
|
|
36
|
+
"regular": "#607585",
|
|
37
|
+
"dark01": "#40515e",
|
|
38
|
+
"dark02": "#314554",
|
|
39
|
+
"transparent": "rgba(96, 117, 133, 0.08)",
|
|
40
|
+
"light01Transparent": "rgba(163, 178, 189, 0.3)",
|
|
41
|
+
"dark01Transparent": "rgba(64, 81, 94, 0.3)",
|
|
42
|
+
"dark02Transparent": "rgba(49, 69, 84, 0.3)"
|
|
43
|
+
},
|
|
44
|
+
"brand": {
|
|
45
|
+
"light03": "#e7f6f8",
|
|
46
|
+
"light02": "#ceedf1",
|
|
47
|
+
"light01": "#85d3dc",
|
|
48
|
+
"regular": "#0aa6b8",
|
|
49
|
+
"dark01": "#067c89",
|
|
50
|
+
"dark02": "#054f57"
|
|
51
|
+
},
|
|
52
|
+
"orange": {
|
|
53
|
+
"light03": "#fef3e1",
|
|
54
|
+
"light02": "#fceaca",
|
|
55
|
+
"light01": "#f6c66f",
|
|
56
|
+
"regular": "#f6bc56",
|
|
57
|
+
"regularAlt": "#f1d56b",
|
|
58
|
+
"dark01": "#df9411",
|
|
59
|
+
"dark02": "#9a6304"
|
|
60
|
+
},
|
|
61
|
+
"red": {
|
|
62
|
+
"light03": "#fde8e8",
|
|
63
|
+
"light02": "#fad1d1",
|
|
64
|
+
"light01": "#f07575",
|
|
65
|
+
"regular": "#ee6160",
|
|
66
|
+
"dark01": "#dc4847",
|
|
67
|
+
"dark02": "#c02725",
|
|
68
|
+
"dark02Transparent": "rgba(192, 39, 37, 0.3)"
|
|
69
|
+
},
|
|
70
|
+
"purple": {
|
|
71
|
+
"light03": "#f2effb",
|
|
72
|
+
"light02": "#d8d0f3",
|
|
73
|
+
"light01": "#a592e3",
|
|
74
|
+
"regular": "#7254d3",
|
|
75
|
+
"dark01": "#5d44ab",
|
|
76
|
+
"dark02": "#493687"
|
|
77
|
+
},
|
|
78
|
+
"yellow": {
|
|
79
|
+
"light03": "#fdfbe3",
|
|
80
|
+
"light02": "#faf5b8",
|
|
81
|
+
"light01": "#f3eb75",
|
|
82
|
+
"regular": "#ede13b",
|
|
83
|
+
"dark01": "#cec31c",
|
|
84
|
+
"dark02": "#a39905"
|
|
85
|
+
},
|
|
86
|
+
"nightBlack": {
|
|
87
|
+
"light03": "#40454f",
|
|
88
|
+
"light02": "#393e47",
|
|
89
|
+
"light01": "#32363e",
|
|
90
|
+
"regular": "#282c34",
|
|
91
|
+
"dark01": "#24282d",
|
|
92
|
+
"dark02": "#1e2125",
|
|
93
|
+
"light01Transparent": "rgba(50, 54, 62, 0.3)"
|
|
94
|
+
},
|
|
95
|
+
"nightGray": {
|
|
96
|
+
"light03": "#d8dade",
|
|
97
|
+
"light02": "#ced1d6",
|
|
98
|
+
"light01": "#b9bcc3",
|
|
99
|
+
"regular": "#93979f",
|
|
100
|
+
"dark01": "#757a84",
|
|
101
|
+
"dark02": "#5b5f67",
|
|
102
|
+
"transparent": "rgba(147, 151, 159, 0.08)",
|
|
103
|
+
"light03Transparent": "rgba(216, 218, 222, 0.3)"
|
|
104
|
+
},
|
|
105
|
+
"nightGreen": {
|
|
106
|
+
"light03": "#e2fef7",
|
|
107
|
+
"light02": "#a6f2dd",
|
|
108
|
+
"light01": "#41a48a",
|
|
109
|
+
"regular": "#28816b",
|
|
110
|
+
"dark01": "#233d3d",
|
|
111
|
+
"dark02": "#262e33",
|
|
112
|
+
"light01Transparent": "rgba(40, 129, 107, 0.3)",
|
|
113
|
+
"dark02Transparent": "rgba(38, 46, 51, 0.3)"
|
|
114
|
+
},
|
|
115
|
+
"nightBlue": {
|
|
116
|
+
"light03": "#e7effe",
|
|
117
|
+
"light02": "#99c1fa",
|
|
118
|
+
"light01": "#6e95cf",
|
|
119
|
+
"regular": "#2f538a",
|
|
120
|
+
"dark01": "#29364c",
|
|
121
|
+
"dark02": "#282e39"
|
|
122
|
+
},
|
|
123
|
+
"nightBrand": {
|
|
124
|
+
"light03": "#e1fbfe",
|
|
125
|
+
"light02": "#80dfea",
|
|
126
|
+
"light01": "#62b2bc",
|
|
127
|
+
"regular": "#1d6670",
|
|
128
|
+
"dark01": "#223c44",
|
|
129
|
+
"dark02": "#262f36"
|
|
130
|
+
},
|
|
131
|
+
"nightOrange": {
|
|
132
|
+
"light03": "#fef3e1",
|
|
133
|
+
"light02": "#fae0b3",
|
|
134
|
+
"light01": "#cbac76",
|
|
135
|
+
"regular": "#a4792d",
|
|
136
|
+
"dark01": "#4d412c",
|
|
137
|
+
"dark02": "#32302f"
|
|
138
|
+
},
|
|
139
|
+
"nightRed": {
|
|
140
|
+
"light03": "#fee7e7",
|
|
141
|
+
"light02": "#f49a9a",
|
|
142
|
+
"light01": "#d07c7c",
|
|
143
|
+
"regular": "#a45355",
|
|
144
|
+
"dark01": "#4d3237",
|
|
145
|
+
"dark02": "#312b31",
|
|
146
|
+
"dark02Transparent": "rgba(49, 43, 49, 0.3)"
|
|
147
|
+
},
|
|
148
|
+
"nightPurple": {
|
|
149
|
+
"light03": "#e8e1fe",
|
|
150
|
+
"light02": "#ad97f7",
|
|
151
|
+
"light01": "#7d67c5",
|
|
152
|
+
"regular": "#524389",
|
|
153
|
+
"dark01": "#33314b",
|
|
154
|
+
"dark02": "#2c2d3a"
|
|
155
|
+
},
|
|
156
|
+
"nightYellow": {
|
|
157
|
+
"light03": "#fefbd2",
|
|
158
|
+
"light02": "#f9f4a9",
|
|
159
|
+
"light01": "#cbc576",
|
|
160
|
+
"regular": "#b2ab39",
|
|
161
|
+
"dark01": "#494a2f",
|
|
162
|
+
"dark02": "#323530"
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
"fontFamily": {
|
|
166
|
+
"lato": "Lato, -apple-system, BlinkMacSystemFont, segoe ui, avenir next, avenir, 'helvetica neue', helvetica, ubuntu, roboto, noto, arial, sans-serif"
|
|
167
|
+
},
|
|
168
|
+
"opacity": {
|
|
169
|
+
"button": {
|
|
170
|
+
"disabled": 0.3
|
|
171
|
+
},
|
|
172
|
+
"form": {
|
|
173
|
+
"disabled": "0.35"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
"shadow": {
|
|
177
|
+
"card": {
|
|
178
|
+
"a": "0px 0.3px 0.6px rgba(0, 0, 0, 0.0035), 0px 2px 5px rgba(0, 0, 0, 0.07)",
|
|
179
|
+
"b": "0px 0.5px 2.5px rgba(0, 0, 0, 0.16), 0px 4px 20px rgba(0, 0, 0, 0.2)",
|
|
180
|
+
"c": "0px 0.5px 2.5px rgba(0, 0, 0, 0.16), 0px 4px 20px rgba(0, 0, 0, 0.2)",
|
|
181
|
+
"d": "0px 4px 14px rgba(0, 0, 0, 0.12), 0px 32px 112px rgba(0, 0, 0, 0.24)"
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
"size": {
|
|
185
|
+
"dimension": {
|
|
186
|
+
"checkbox": {
|
|
187
|
+
"m": "24px"
|
|
188
|
+
},
|
|
189
|
+
"radio": {
|
|
190
|
+
"m": "24px"
|
|
191
|
+
},
|
|
192
|
+
"radioPoint": {
|
|
193
|
+
"m": "10px"
|
|
194
|
+
},
|
|
195
|
+
"toggle": {
|
|
196
|
+
"height": {
|
|
197
|
+
"s": "16px",
|
|
198
|
+
"m": "24px"
|
|
199
|
+
},
|
|
200
|
+
"width": {
|
|
201
|
+
"s": "28px",
|
|
202
|
+
"m": "40px"
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"textarea": {
|
|
206
|
+
"minHeight": {
|
|
207
|
+
"m": "36px"
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
"togglePoint": {
|
|
211
|
+
"s": "8px",
|
|
212
|
+
"m": "16px"
|
|
213
|
+
},
|
|
214
|
+
"toggleButton": {
|
|
215
|
+
"height": {
|
|
216
|
+
"m": "32px"
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
"dropdownMenu": {
|
|
220
|
+
"width": "120px"
|
|
221
|
+
},
|
|
222
|
+
"modal": {
|
|
223
|
+
"width": "560px"
|
|
224
|
+
},
|
|
225
|
+
"mediaViewerBar": {
|
|
226
|
+
"separator": {
|
|
227
|
+
"width": "1px"
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
"borderRadius": {
|
|
232
|
+
"button": {
|
|
233
|
+
"m": "4px"
|
|
234
|
+
},
|
|
235
|
+
"container": {
|
|
236
|
+
"m": "12px"
|
|
237
|
+
},
|
|
238
|
+
"card": {
|
|
239
|
+
"m": "12px"
|
|
240
|
+
},
|
|
241
|
+
"input": {
|
|
242
|
+
"s": "4px"
|
|
243
|
+
},
|
|
244
|
+
"textarea": {
|
|
245
|
+
"s": "4px"
|
|
246
|
+
},
|
|
247
|
+
"dropdown": {
|
|
248
|
+
"s": "4px",
|
|
249
|
+
"m": "8px"
|
|
250
|
+
},
|
|
251
|
+
"checkbox": {
|
|
252
|
+
"m": "4px"
|
|
253
|
+
},
|
|
254
|
+
"radio": {
|
|
255
|
+
"m": "12px"
|
|
256
|
+
},
|
|
257
|
+
"toggle": {
|
|
258
|
+
"s": "8px",
|
|
259
|
+
"m": "16px"
|
|
260
|
+
},
|
|
261
|
+
"badge": {
|
|
262
|
+
"m": "24px"
|
|
263
|
+
},
|
|
264
|
+
"toggleButton": {
|
|
265
|
+
"m": "16px"
|
|
266
|
+
},
|
|
267
|
+
"progressBar": "4px"
|
|
268
|
+
},
|
|
269
|
+
"spacing": {
|
|
270
|
+
"zero": "0px",
|
|
271
|
+
"xxxs": "2px",
|
|
272
|
+
"xxs": "4px",
|
|
273
|
+
"xs": "8px",
|
|
274
|
+
"s": "12px",
|
|
275
|
+
"m": "16px",
|
|
276
|
+
"l": "24px",
|
|
277
|
+
"xl": "32px",
|
|
278
|
+
"xxl": "48px"
|
|
279
|
+
},
|
|
280
|
+
"letterSpacing": {
|
|
281
|
+
"badge": {
|
|
282
|
+
"m": "1px"
|
|
283
|
+
}
|
|
284
|
+
},
|
|
285
|
+
"font": {
|
|
286
|
+
"button": {
|
|
287
|
+
"m": "14px"
|
|
288
|
+
},
|
|
289
|
+
"icon": {
|
|
290
|
+
"s": "16px",
|
|
291
|
+
"m": "24px",
|
|
292
|
+
"l": "48px"
|
|
293
|
+
},
|
|
294
|
+
"link": {
|
|
295
|
+
"xs": "10px",
|
|
296
|
+
"s": "12px",
|
|
297
|
+
"m": "14px",
|
|
298
|
+
"l": "16px"
|
|
299
|
+
},
|
|
300
|
+
"badge": {
|
|
301
|
+
"m": "12px"
|
|
302
|
+
},
|
|
303
|
+
"toggleButton": {
|
|
304
|
+
"m": "14px"
|
|
305
|
+
},
|
|
306
|
+
"text": {
|
|
307
|
+
"xs": "12px",
|
|
308
|
+
"s": "14px",
|
|
309
|
+
"m": "16px"
|
|
310
|
+
},
|
|
311
|
+
"header": {
|
|
312
|
+
"xxs": "12px",
|
|
313
|
+
"xs": "16px",
|
|
314
|
+
"s": "18px",
|
|
315
|
+
"m": "20px",
|
|
316
|
+
"l": "23px",
|
|
317
|
+
"xl": "26px"
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
"lineHeight": {
|
|
321
|
+
"button": {
|
|
322
|
+
"m": "16px"
|
|
323
|
+
},
|
|
324
|
+
"callout": {
|
|
325
|
+
"s": "24px"
|
|
326
|
+
},
|
|
327
|
+
"link": {
|
|
328
|
+
"xs": "16px",
|
|
329
|
+
"s": "18px",
|
|
330
|
+
"m": "20px",
|
|
331
|
+
"l": "22px"
|
|
332
|
+
},
|
|
333
|
+
"badge": {
|
|
334
|
+
"m": "16px"
|
|
335
|
+
},
|
|
336
|
+
"toggleButton": {
|
|
337
|
+
"m": "16px"
|
|
338
|
+
},
|
|
339
|
+
"text": {
|
|
340
|
+
"xs": "18px",
|
|
341
|
+
"s": "20px",
|
|
342
|
+
"m": "24px"
|
|
343
|
+
},
|
|
344
|
+
"header": {
|
|
345
|
+
"xxs": "16px",
|
|
346
|
+
"xs": "20px",
|
|
347
|
+
"s": "22px",
|
|
348
|
+
"m": "24px",
|
|
349
|
+
"l": "28px",
|
|
350
|
+
"xl": "32px"
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
"weight": {
|
|
355
|
+
"normal": 400,
|
|
356
|
+
"bold": 700,
|
|
357
|
+
"black": 900,
|
|
358
|
+
"inherit": "inherit"
|
|
359
|
+
}
|
|
360
|
+
};
|
|
361
|
+
const ambossVisualConfiguration = {
|
|
362
|
+
"dark": {
|
|
363
|
+
"variables": variables,
|
|
364
|
+
"values": {
|
|
365
|
+
"color": {
|
|
366
|
+
"logo": {
|
|
367
|
+
"base": "#d8dade"
|
|
368
|
+
},
|
|
369
|
+
"background": {
|
|
370
|
+
"layer_1": "#1e2125",
|
|
371
|
+
"layer_2": "#24282d",
|
|
372
|
+
"layer_3": "#282c34",
|
|
373
|
+
"layer_4": "#393e47",
|
|
374
|
+
"backdrop": "rgba(0, 0, 0, 0.6)",
|
|
375
|
+
"button": {
|
|
376
|
+
"primary": {
|
|
377
|
+
"base": "#28816b",
|
|
378
|
+
"hover": "#41a48a",
|
|
379
|
+
"active": "#233d3d",
|
|
380
|
+
"disabled": "rgba(40, 129, 107, 0.3)"
|
|
381
|
+
},
|
|
382
|
+
"secondary": {
|
|
383
|
+
"base": "transparent",
|
|
384
|
+
"hover": "rgba(147, 151, 159, 0.08)",
|
|
385
|
+
"active": "transparent",
|
|
386
|
+
"disabled": "transparent"
|
|
387
|
+
},
|
|
388
|
+
"tertiary": {
|
|
389
|
+
"base": "transparent",
|
|
390
|
+
"hover": "rgba(147, 151, 159, 0.08)",
|
|
391
|
+
"active": "rgba(147, 151, 159, 0.08)",
|
|
392
|
+
"disabled": "transparent"
|
|
393
|
+
}
|
|
394
|
+
},
|
|
395
|
+
"callout": {
|
|
396
|
+
"warning": "#32302f",
|
|
397
|
+
"success": "#262e33",
|
|
398
|
+
"info": "#282e39",
|
|
399
|
+
"error": "#312b31"
|
|
400
|
+
},
|
|
401
|
+
"input": {
|
|
402
|
+
"default": "#1a1c1c"
|
|
403
|
+
},
|
|
404
|
+
"textarea": {
|
|
405
|
+
"default": "#1a1c1c"
|
|
406
|
+
},
|
|
407
|
+
"checkbox": {
|
|
408
|
+
"default": "#24282d",
|
|
409
|
+
"checked": "#28816b",
|
|
410
|
+
"checkedHover": "#41a48a"
|
|
411
|
+
},
|
|
412
|
+
"dropdown": {
|
|
413
|
+
"active": "#393e47"
|
|
414
|
+
},
|
|
415
|
+
"toggle": {
|
|
416
|
+
"default": "#757a84",
|
|
417
|
+
"checked": "#28816b",
|
|
418
|
+
"highlighted": "#f9f4a9"
|
|
419
|
+
},
|
|
420
|
+
"togglePoint": {
|
|
421
|
+
"default": "#ced1d6"
|
|
422
|
+
},
|
|
423
|
+
"radio": {
|
|
424
|
+
"default": "#24282d",
|
|
425
|
+
"checked": "#24282d",
|
|
426
|
+
"checkedHover": "#24282d"
|
|
427
|
+
},
|
|
428
|
+
"tabs": {
|
|
429
|
+
"header": "#282c34",
|
|
430
|
+
"buttonActive": "#24282d",
|
|
431
|
+
"buttonHover": "#393e47"
|
|
432
|
+
},
|
|
433
|
+
"badge": {
|
|
434
|
+
"default": "transparent",
|
|
435
|
+
"green": "transparent",
|
|
436
|
+
"blue": "transparent",
|
|
437
|
+
"yellow": "transparent",
|
|
438
|
+
"brand": "transparent",
|
|
439
|
+
"purple": "transparent",
|
|
440
|
+
"red": "transparent",
|
|
441
|
+
"gray": "transparent"
|
|
442
|
+
},
|
|
443
|
+
"toggleButton": {
|
|
444
|
+
"default": "transparent",
|
|
445
|
+
"active": "#40515e",
|
|
446
|
+
"activeHover": "#607585"
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
"icon": {
|
|
450
|
+
"callout": {
|
|
451
|
+
"warning": "#fae0b3",
|
|
452
|
+
"success": "#a6f2dd",
|
|
453
|
+
"info": "#99c1fa",
|
|
454
|
+
"error": "#f49a9a"
|
|
455
|
+
},
|
|
456
|
+
"checkbox": {
|
|
457
|
+
"default": "#ced1d6"
|
|
458
|
+
},
|
|
459
|
+
"radio": {
|
|
460
|
+
"default": "#28816b"
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
"header": {
|
|
464
|
+
"primary": "#b9bcc3",
|
|
465
|
+
"secondary": "#93979f"
|
|
466
|
+
},
|
|
467
|
+
"text": {
|
|
468
|
+
"primary": "#41a48a",
|
|
469
|
+
"secondary": "#ced1d6",
|
|
470
|
+
"tertiary": "#93979f",
|
|
471
|
+
"lightPrimary": "#d8dade",
|
|
472
|
+
"info": "#6e95cf",
|
|
473
|
+
"error": "#d07c7c",
|
|
474
|
+
"warning": "#4d412c",
|
|
475
|
+
"placeholder": "#b9bcc3",
|
|
476
|
+
"callout": {
|
|
477
|
+
"warning": "#fef3e1",
|
|
478
|
+
"success": "#e2fef7",
|
|
479
|
+
"info": "#e7effe",
|
|
480
|
+
"error": "#fee7e7"
|
|
481
|
+
},
|
|
482
|
+
"link": {
|
|
483
|
+
"primary": "#41a48a",
|
|
484
|
+
"secondary": "#ced1d6",
|
|
485
|
+
"tertiary": "#93979f",
|
|
486
|
+
"lightPrimary": "#d8dade",
|
|
487
|
+
"primaryHover": "#a6f2dd",
|
|
488
|
+
"secondaryHover": "#d8dade",
|
|
489
|
+
"tertiaryHover": "#d8dade"
|
|
490
|
+
},
|
|
491
|
+
"button": {
|
|
492
|
+
"primary": {
|
|
493
|
+
"base": "#d8dade",
|
|
494
|
+
"hover": "#d8dade",
|
|
495
|
+
"active": "#d8dade",
|
|
496
|
+
"disabled": "rgba(216, 218, 222, 0.3)"
|
|
497
|
+
},
|
|
498
|
+
"secondary": {
|
|
499
|
+
"base": "#d8dade",
|
|
500
|
+
"hover": "#d8dade",
|
|
501
|
+
"active": "#d8dade",
|
|
502
|
+
"disabled": "rgba(216, 218, 222, 0.3)"
|
|
503
|
+
},
|
|
504
|
+
"tertiary": {
|
|
505
|
+
"base": "#d8dade",
|
|
506
|
+
"hover": "#d8dade",
|
|
507
|
+
"active": "#ffffff",
|
|
508
|
+
"disabled": "rgba(216, 218, 222, 0.3)"
|
|
509
|
+
}
|
|
510
|
+
},
|
|
511
|
+
"badge": {
|
|
512
|
+
"default": "#ced1d6",
|
|
513
|
+
"green": "#41a48a",
|
|
514
|
+
"blue": "#6e95cf",
|
|
515
|
+
"yellow": "#cbac76",
|
|
516
|
+
"brand": "#62b2bc",
|
|
517
|
+
"purple": "#ad97f7",
|
|
518
|
+
"red": "#d07c7c",
|
|
519
|
+
"gray": "#93979f"
|
|
520
|
+
},
|
|
521
|
+
"toggleButton": {
|
|
522
|
+
"default": "#a3b2bd",
|
|
523
|
+
"active": "#ffffff",
|
|
524
|
+
"labelDefault": "#93979f",
|
|
525
|
+
"labelActive": "#f5f7f9"
|
|
526
|
+
}
|
|
527
|
+
},
|
|
528
|
+
"divider": {
|
|
529
|
+
"primary": "#32363e"
|
|
530
|
+
},
|
|
531
|
+
"segementedProgressBar": {
|
|
532
|
+
"monochrome": "#ced1d6",
|
|
533
|
+
"success": "#28816b",
|
|
534
|
+
"warning": "#a4792d",
|
|
535
|
+
"alert": "#a45355",
|
|
536
|
+
"inProgress": "#5b5f67"
|
|
537
|
+
},
|
|
538
|
+
"border": {
|
|
539
|
+
"primary": "#32363e",
|
|
540
|
+
"tabs": {
|
|
541
|
+
"buttonActive": "#b9bcc3"
|
|
542
|
+
},
|
|
543
|
+
"button": {
|
|
544
|
+
"secondary": {
|
|
545
|
+
"base": "#32363e",
|
|
546
|
+
"hover": "#40454f",
|
|
547
|
+
"active": "#40454f",
|
|
548
|
+
"disabled": "rgba(50, 54, 62, 0.3)"
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
"input": {
|
|
552
|
+
"default": "#757a84",
|
|
553
|
+
"active": "#93979f",
|
|
554
|
+
"error": "#d07c7c"
|
|
555
|
+
},
|
|
556
|
+
"textarea": {
|
|
557
|
+
"default": "#757a84",
|
|
558
|
+
"active": "#93979f",
|
|
559
|
+
"error": "#d07c7c"
|
|
560
|
+
},
|
|
561
|
+
"checkbox": {
|
|
562
|
+
"default": "#5b5f67",
|
|
563
|
+
"defaultHover": "#28816b"
|
|
564
|
+
},
|
|
565
|
+
"radio": {
|
|
566
|
+
"default": "#5b5f67",
|
|
567
|
+
"defaultHover": "#28816b"
|
|
568
|
+
},
|
|
569
|
+
"toggle": {
|
|
570
|
+
"default": "#757a84",
|
|
571
|
+
"checked": "#28816b",
|
|
572
|
+
"highlighted": "#f9f4a9",
|
|
573
|
+
"hover": "#41a48a"
|
|
574
|
+
},
|
|
575
|
+
"badge": {
|
|
576
|
+
"default": "#393e47",
|
|
577
|
+
"green": "#393e47",
|
|
578
|
+
"blue": "#393e47",
|
|
579
|
+
"yellow": "#393e47",
|
|
580
|
+
"brand": "#393e47",
|
|
581
|
+
"purple": "#393e47",
|
|
582
|
+
"red": "#393e47",
|
|
583
|
+
"gray": "#393e47"
|
|
584
|
+
},
|
|
585
|
+
"toggleButton": {
|
|
586
|
+
"default": "#607585",
|
|
587
|
+
"defaultHover": "#a3b2bd",
|
|
588
|
+
"active": "#40515e",
|
|
589
|
+
"activeHover": "#607585"
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
},
|
|
593
|
+
"subThemes": {
|
|
594
|
+
"dimmed": {
|
|
595
|
+
"color": {
|
|
596
|
+
"background": {
|
|
597
|
+
"layer_1": "#314554",
|
|
598
|
+
"layer_2": "#40515e",
|
|
599
|
+
"button": {
|
|
600
|
+
"primary": {
|
|
601
|
+
"base": "transparent",
|
|
602
|
+
"hover": "rgba(255, 255, 255, 0.08)",
|
|
603
|
+
"active": "transparent",
|
|
604
|
+
"disabled": "transparent"
|
|
605
|
+
},
|
|
606
|
+
"secondary": {
|
|
607
|
+
"base": "transparent",
|
|
608
|
+
"hover": "rgba(255, 255, 255, 0.08)",
|
|
609
|
+
"active": "transparent",
|
|
610
|
+
"disabled": "transparent"
|
|
611
|
+
},
|
|
612
|
+
"tertiary": {
|
|
613
|
+
"base": "transparent",
|
|
614
|
+
"hover": "rgba(255, 255, 255, 0.08)",
|
|
615
|
+
"active": "transparent",
|
|
616
|
+
"disabled": "transparent"
|
|
617
|
+
}
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
"header": {
|
|
621
|
+
"primary": "#ffffff",
|
|
622
|
+
"secondary": "#ffffff"
|
|
623
|
+
},
|
|
624
|
+
"text": {
|
|
625
|
+
"primary": "#ffffff",
|
|
626
|
+
"secondary": "#ffffff",
|
|
627
|
+
"tertiary": "#e0e6eb",
|
|
628
|
+
"error": "#ee6160",
|
|
629
|
+
"link": {
|
|
630
|
+
"primary": "#ffffff",
|
|
631
|
+
"secondary": "#ffffff",
|
|
632
|
+
"tertiary": "#e0e6eb",
|
|
633
|
+
"primaryHover": "#e0e6eb",
|
|
634
|
+
"secondaryHover": "#e0e6eb",
|
|
635
|
+
"tertiaryHover": "#a3b2bd"
|
|
636
|
+
},
|
|
637
|
+
"button": {
|
|
638
|
+
"primary": {
|
|
639
|
+
"base": "#ffffff",
|
|
640
|
+
"hover": "#ffffff",
|
|
641
|
+
"active": "#ffffff",
|
|
642
|
+
"disabled": "rgba(255, 255, 255, 0.6)"
|
|
643
|
+
},
|
|
644
|
+
"secondary": {
|
|
645
|
+
"base": "#ffffff",
|
|
646
|
+
"hover": "#ffffff",
|
|
647
|
+
"active": "#ffffff",
|
|
648
|
+
"disabled": "rgba(255, 255, 255, 0.6)"
|
|
649
|
+
},
|
|
650
|
+
"tertiary": {
|
|
651
|
+
"base": "#ffffff",
|
|
652
|
+
"hover": "#ffffff",
|
|
653
|
+
"active": "#ffffff",
|
|
654
|
+
"disabled": "rgba(255, 255, 255, 0.6)"
|
|
655
|
+
}
|
|
656
|
+
}
|
|
657
|
+
},
|
|
658
|
+
"divider": {
|
|
659
|
+
"primary": "#e0e6eb"
|
|
660
|
+
},
|
|
661
|
+
"border": {
|
|
662
|
+
"button": {
|
|
663
|
+
"secondary": {
|
|
664
|
+
"base": "transparent",
|
|
665
|
+
"hover": "transparent",
|
|
666
|
+
"active": "transparent",
|
|
667
|
+
"disabled": "transparent"
|
|
668
|
+
}
|
|
669
|
+
}
|
|
670
|
+
}
|
|
671
|
+
}
|
|
672
|
+
},
|
|
673
|
+
"error": {
|
|
674
|
+
"color": {
|
|
675
|
+
"background": {
|
|
676
|
+
"layer_2": "#a45355",
|
|
677
|
+
"button": {
|
|
678
|
+
"primary": {
|
|
679
|
+
"base": "#ffffff",
|
|
680
|
+
"hover": "rgba(255, 255, 255, 0.8)",
|
|
681
|
+
"active": "rgba(255, 255, 255, 0.6)",
|
|
682
|
+
"disabled": "rgba(255, 255, 255, 0.6)"
|
|
683
|
+
},
|
|
684
|
+
"secondary": {
|
|
685
|
+
"base": "transparent",
|
|
686
|
+
"hover": "rgba(255, 255, 255, 0.08)",
|
|
687
|
+
"active": "transparent",
|
|
688
|
+
"disabled": "transparent"
|
|
689
|
+
},
|
|
690
|
+
"tertiary": {
|
|
691
|
+
"base": "transparent",
|
|
692
|
+
"hover": "rgba(255, 255, 255, 0.08)",
|
|
693
|
+
"active": "transparent",
|
|
694
|
+
"disabled": "transparent"
|
|
695
|
+
}
|
|
696
|
+
}
|
|
697
|
+
},
|
|
698
|
+
"header": {
|
|
699
|
+
"primary": "#ffffff",
|
|
700
|
+
"secondary": "#ffffff"
|
|
701
|
+
},
|
|
702
|
+
"text": {
|
|
703
|
+
"primary": "#ffffff",
|
|
704
|
+
"secondary": "#ffffff",
|
|
705
|
+
"tertiary": "#ced1d6",
|
|
706
|
+
"error": "#d07c7c",
|
|
707
|
+
"link": {
|
|
708
|
+
"primary": "#ffffff",
|
|
709
|
+
"secondary": "#ffffff",
|
|
710
|
+
"tertiary": "#ced1d6",
|
|
711
|
+
"primaryHover": "#d8dade",
|
|
712
|
+
"secondaryHover": "#d8dade",
|
|
713
|
+
"tertiaryHover": "#b9bcc3"
|
|
714
|
+
},
|
|
715
|
+
"button": {
|
|
716
|
+
"primary": {
|
|
717
|
+
"base": "#312b31",
|
|
718
|
+
"hover": "#312b31",
|
|
719
|
+
"active": "#312b31",
|
|
720
|
+
"disabled": "rgba(49, 43, 49, 0.3)"
|
|
721
|
+
},
|
|
722
|
+
"secondary": {
|
|
723
|
+
"base": "#ffffff",
|
|
724
|
+
"hover": "#ffffff",
|
|
725
|
+
"active": "#ffffff",
|
|
726
|
+
"disabled": "rgba(255, 255, 255, 0.6)"
|
|
727
|
+
},
|
|
728
|
+
"tertiary": {
|
|
729
|
+
"base": "#d8dade",
|
|
730
|
+
"hover": "#d8dade",
|
|
731
|
+
"active": "#ffffff",
|
|
732
|
+
"disabled": "rgba(255, 255, 255, 0.6)"
|
|
733
|
+
}
|
|
734
|
+
}
|
|
735
|
+
},
|
|
736
|
+
"divider": {
|
|
737
|
+
"primary": "#ced1d6"
|
|
738
|
+
},
|
|
739
|
+
"border": {
|
|
740
|
+
"button": {
|
|
741
|
+
"secondary": {
|
|
742
|
+
"base": "#ffffff",
|
|
743
|
+
"hover": "#ffffff",
|
|
744
|
+
"active": "#ffffff",
|
|
745
|
+
"disabled": "#ffffff"
|
|
746
|
+
}
|
|
747
|
+
}
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
},
|
|
751
|
+
"info": {
|
|
752
|
+
"color": {
|
|
753
|
+
"background": {
|
|
754
|
+
"layer_2": "#29364c",
|
|
755
|
+
"button": {
|
|
756
|
+
"primary": {
|
|
757
|
+
"base": "#ffffff",
|
|
758
|
+
"hover": "rgba(255, 255, 255, 0.8)",
|
|
759
|
+
"active": "rgba(255, 255, 255, 0.6)",
|
|
760
|
+
"disabled": "rgba(255, 255, 255, 0.6)"
|
|
761
|
+
},
|
|
762
|
+
"secondary": {
|
|
763
|
+
"base": "transparent",
|
|
764
|
+
"hover": "rgba(255, 255, 255, 0.08)",
|
|
765
|
+
"active": "transparent",
|
|
766
|
+
"disabled": "transparent"
|
|
767
|
+
},
|
|
768
|
+
"tertiary": {
|
|
769
|
+
"base": "transparent",
|
|
770
|
+
"hover": "rgba(255, 255, 255, 0.08)",
|
|
771
|
+
"active": "transparent",
|
|
772
|
+
"disabled": "transparent"
|
|
773
|
+
}
|
|
774
|
+
}
|
|
775
|
+
},
|
|
776
|
+
"header": {
|
|
777
|
+
"primary": "#ffffff",
|
|
778
|
+
"secondary": "#ffffff"
|
|
779
|
+
},
|
|
780
|
+
"text": {
|
|
781
|
+
"primary": "#ffffff",
|
|
782
|
+
"secondary": "#ffffff",
|
|
783
|
+
"tertiary": "#e0e6eb",
|
|
784
|
+
"info": "#6e95cf",
|
|
785
|
+
"error": "#ee6160",
|
|
786
|
+
"link": {
|
|
787
|
+
"primary": "#ffffff",
|
|
788
|
+
"secondary": "#ffffff",
|
|
789
|
+
"tertiary": "#e0e6eb",
|
|
790
|
+
"primaryHover": "#e0e6eb",
|
|
791
|
+
"secondaryHover": "#e0e6eb",
|
|
792
|
+
"tertiaryHover": "#a3b2bd"
|
|
793
|
+
},
|
|
794
|
+
"button": {
|
|
795
|
+
"primary": {
|
|
796
|
+
"base": "#1c427d",
|
|
797
|
+
"hover": "#1c427d",
|
|
798
|
+
"active": "#1c427d",
|
|
799
|
+
"disabled": "rgba(28, 66, 125, 0.3)"
|
|
800
|
+
},
|
|
801
|
+
"secondary": {
|
|
802
|
+
"base": "#ffffff",
|
|
803
|
+
"hover": "#ffffff",
|
|
804
|
+
"active": "#ffffff",
|
|
805
|
+
"disabled": "rgba(255, 255, 255, 0.6)"
|
|
806
|
+
},
|
|
807
|
+
"tertiary": {
|
|
808
|
+
"base": "#ffffff",
|
|
809
|
+
"hover": "#ffffff",
|
|
810
|
+
"active": "#ffffff",
|
|
811
|
+
"disabled": "rgba(255, 255, 255, 0.6)"
|
|
812
|
+
}
|
|
813
|
+
}
|
|
814
|
+
},
|
|
815
|
+
"divider": {
|
|
816
|
+
"primary": "#e0e6eb"
|
|
817
|
+
},
|
|
818
|
+
"border": {
|
|
819
|
+
"button": {
|
|
820
|
+
"secondary": {
|
|
821
|
+
"base": "#ffffff",
|
|
822
|
+
"hover": "#ffffff",
|
|
823
|
+
"active": "#ffffff",
|
|
824
|
+
"disabled": "#ffffff"
|
|
825
|
+
}
|
|
826
|
+
}
|
|
827
|
+
}
|
|
828
|
+
}
|
|
829
|
+
},
|
|
830
|
+
"success": {
|
|
831
|
+
"color": {
|
|
832
|
+
"background": {
|
|
833
|
+
"layer_2": "#28816b",
|
|
834
|
+
"button": {
|
|
835
|
+
"primary": {
|
|
836
|
+
"base": "#ffffff",
|
|
837
|
+
"hover": "rgba(255, 255, 255, 0.8)",
|
|
838
|
+
"active": "rgba(255, 255, 255, 0.6)",
|
|
839
|
+
"disabled": "rgba(255, 255, 255, 0.6)"
|
|
840
|
+
},
|
|
841
|
+
"secondary": {
|
|
842
|
+
"base": "transparent",
|
|
843
|
+
"hover": "rgba(255, 255, 255, 0.08)",
|
|
844
|
+
"active": "transparent",
|
|
845
|
+
"disabled": "transparent"
|
|
846
|
+
},
|
|
847
|
+
"tertiary": {
|
|
848
|
+
"base": "transparent",
|
|
849
|
+
"hover": "rgba(255, 255, 255, 0.08)",
|
|
850
|
+
"active": "transparent",
|
|
851
|
+
"disabled": "transparent"
|
|
852
|
+
}
|
|
853
|
+
}
|
|
854
|
+
},
|
|
855
|
+
"header": {
|
|
856
|
+
"primary": "#ffffff",
|
|
857
|
+
"secondary": "#ffffff"
|
|
858
|
+
},
|
|
859
|
+
"text": {
|
|
860
|
+
"primary": "#ffffff",
|
|
861
|
+
"secondary": "#ffffff",
|
|
862
|
+
"tertiary": "#ced1d6",
|
|
863
|
+
"error": "#d07c7c",
|
|
864
|
+
"link": {
|
|
865
|
+
"primary": "#ffffff",
|
|
866
|
+
"secondary": "#ffffff",
|
|
867
|
+
"tertiary": "#ced1d6",
|
|
868
|
+
"primaryHover": "#d8dade",
|
|
869
|
+
"secondaryHover": "#d8dade",
|
|
870
|
+
"tertiaryHover": "#b9bcc3"
|
|
871
|
+
},
|
|
872
|
+
"button": {
|
|
873
|
+
"primary": {
|
|
874
|
+
"base": "#262e33",
|
|
875
|
+
"hover": "#262e33",
|
|
876
|
+
"active": "#262e33",
|
|
877
|
+
"disabled": "rgba(28, 66, 125, 0.3)"
|
|
878
|
+
},
|
|
879
|
+
"secondary": {
|
|
880
|
+
"base": "#ffffff",
|
|
881
|
+
"hover": "#ffffff",
|
|
882
|
+
"active": "#ffffff",
|
|
883
|
+
"disabled": "rgba(255, 255, 255, 0.6)"
|
|
884
|
+
},
|
|
885
|
+
"tertiary": {
|
|
886
|
+
"base": "#d8dade",
|
|
887
|
+
"hover": "#d8dade",
|
|
888
|
+
"active": "#ffffff",
|
|
889
|
+
"disabled": "rgba(255, 255, 255, 0.6)"
|
|
890
|
+
}
|
|
891
|
+
}
|
|
892
|
+
},
|
|
893
|
+
"divider": {
|
|
894
|
+
"primary": "#ced1d6"
|
|
895
|
+
},
|
|
896
|
+
"border": {
|
|
897
|
+
"button": {
|
|
898
|
+
"secondary": {
|
|
899
|
+
"base": "#ffffff",
|
|
900
|
+
"hover": "#ffffff",
|
|
901
|
+
"active": "#ffffff",
|
|
902
|
+
"disabled": "#ffffff"
|
|
903
|
+
}
|
|
904
|
+
}
|
|
905
|
+
}
|
|
906
|
+
}
|
|
907
|
+
}
|
|
908
|
+
}
|
|
909
|
+
}
|
|
910
|
+
},
|
|
911
|
+
"light": {
|
|
912
|
+
"variables": variables,
|
|
913
|
+
"values": {
|
|
914
|
+
"color": {
|
|
915
|
+
"logo": {
|
|
916
|
+
"base": "#1a1c1c"
|
|
917
|
+
},
|
|
918
|
+
"background": {
|
|
919
|
+
"layer_1": "#ffffff",
|
|
920
|
+
"layer_2": "#ffffff",
|
|
921
|
+
"layer_3": "#ffffff",
|
|
922
|
+
"layer_4": "#ffffff",
|
|
923
|
+
"backdrop": "rgba(0, 0, 0, 0.6)",
|
|
924
|
+
"button": {
|
|
925
|
+
"primary": {
|
|
926
|
+
"base": "#0fa980",
|
|
927
|
+
"hover": "#0b8363",
|
|
928
|
+
"active": "#0a5c45",
|
|
929
|
+
"disabled": "rgba(15, 169, 128, 0.3)"
|
|
930
|
+
},
|
|
931
|
+
"secondary": {
|
|
932
|
+
"base": "transparent",
|
|
933
|
+
"hover": "rgba(96, 117, 133, 0.08)",
|
|
934
|
+
"active": "transparent",
|
|
935
|
+
"disabled": "transparent"
|
|
936
|
+
},
|
|
937
|
+
"tertiary": {
|
|
938
|
+
"base": "transparent",
|
|
939
|
+
"hover": "rgba(96, 117, 133, 0.08)",
|
|
940
|
+
"active": "rgba(96, 117, 133, 0.08)",
|
|
941
|
+
"disabled": "transparent"
|
|
942
|
+
}
|
|
943
|
+
},
|
|
944
|
+
"callout": {
|
|
945
|
+
"warning": "#fef3e1",
|
|
946
|
+
"success": "#e8f8f4",
|
|
947
|
+
"info": "#e7effe",
|
|
948
|
+
"error": "#fde8e8"
|
|
949
|
+
},
|
|
950
|
+
"input": {
|
|
951
|
+
"default": "#ffffff"
|
|
952
|
+
},
|
|
953
|
+
"textarea": {
|
|
954
|
+
"default": "#ffffff"
|
|
955
|
+
},
|
|
956
|
+
"checkbox": {
|
|
957
|
+
"default": "#ffffff",
|
|
958
|
+
"checked": "#0fa980",
|
|
959
|
+
"checkedHover": "#0b8363"
|
|
960
|
+
},
|
|
961
|
+
"dropdown": {
|
|
962
|
+
"active": "#eef2f5"
|
|
963
|
+
},
|
|
964
|
+
"toggle": {
|
|
965
|
+
"default": "#a3b2bd",
|
|
966
|
+
"checked": "#0fa980",
|
|
967
|
+
"highlighted": "#faf5b8"
|
|
968
|
+
},
|
|
969
|
+
"togglePoint": {
|
|
970
|
+
"default": "#ffffff"
|
|
971
|
+
},
|
|
972
|
+
"radio": {
|
|
973
|
+
"default": "#ffffff",
|
|
974
|
+
"checked": "#ffffff",
|
|
975
|
+
"checkedHover": "#ffffff"
|
|
976
|
+
},
|
|
977
|
+
"tabs": {
|
|
978
|
+
"header": "#f5f7f9",
|
|
979
|
+
"buttonActive": "#ffffff",
|
|
980
|
+
"buttonHover": "#eef2f5"
|
|
981
|
+
},
|
|
982
|
+
"badge": {
|
|
983
|
+
"default": "#ffffff",
|
|
984
|
+
"green": "#e8f8f4",
|
|
985
|
+
"blue": "#e7effe",
|
|
986
|
+
"yellow": "#fef3e1",
|
|
987
|
+
"brand": "#e7f6f8",
|
|
988
|
+
"purple": "#f2effb",
|
|
989
|
+
"red": "#fde8e8",
|
|
990
|
+
"gray": "#eef2f5"
|
|
991
|
+
},
|
|
992
|
+
"toggleButton": {
|
|
993
|
+
"default": "transparent",
|
|
994
|
+
"active": "#607585",
|
|
995
|
+
"activeHover": "#40515e"
|
|
996
|
+
}
|
|
997
|
+
},
|
|
998
|
+
"icon": {
|
|
999
|
+
"callout": {
|
|
1000
|
+
"warning": "#df9411",
|
|
1001
|
+
"success": "#0b8363",
|
|
1002
|
+
"info": "#295dae",
|
|
1003
|
+
"error": "#dc4847"
|
|
1004
|
+
},
|
|
1005
|
+
"checkbox": {
|
|
1006
|
+
"default": "#ffffff"
|
|
1007
|
+
},
|
|
1008
|
+
"radio": {
|
|
1009
|
+
"default": "#0fa980"
|
|
1010
|
+
}
|
|
1011
|
+
},
|
|
1012
|
+
"header": {
|
|
1013
|
+
"primary": "#1a1c1c",
|
|
1014
|
+
"secondary": "#607585"
|
|
1015
|
+
},
|
|
1016
|
+
"text": {
|
|
1017
|
+
"primary": "#0b8363",
|
|
1018
|
+
"secondary": "#1a1c1c",
|
|
1019
|
+
"tertiary": "#607585",
|
|
1020
|
+
"lightPrimary": "#ffffff",
|
|
1021
|
+
"info": "#295dae",
|
|
1022
|
+
"error": "#dc4847",
|
|
1023
|
+
"warning": "#df9411",
|
|
1024
|
+
"placeholder": "#a3b2bd",
|
|
1025
|
+
"callout": {
|
|
1026
|
+
"warning": "#314554",
|
|
1027
|
+
"success": "#0a5c45",
|
|
1028
|
+
"info": "#1c427d",
|
|
1029
|
+
"error": "#c02725"
|
|
1030
|
+
},
|
|
1031
|
+
"link": {
|
|
1032
|
+
"primary": "#0b8363",
|
|
1033
|
+
"secondary": "#1a1c1c",
|
|
1034
|
+
"tertiary": "#607585",
|
|
1035
|
+
"lightPrimary": "#ffffff",
|
|
1036
|
+
"primaryHover": "#0a5c45",
|
|
1037
|
+
"secondaryHover": "#1a1c1c",
|
|
1038
|
+
"tertiaryHover": "#40515e"
|
|
1039
|
+
},
|
|
1040
|
+
"button": {
|
|
1041
|
+
"primary": {
|
|
1042
|
+
"base": "#ffffff",
|
|
1043
|
+
"hover": "#ffffff",
|
|
1044
|
+
"active": "#ffffff",
|
|
1045
|
+
"disabled": "rgba(255, 255, 255, 0.6)"
|
|
1046
|
+
},
|
|
1047
|
+
"secondary": {
|
|
1048
|
+
"base": "#40515e",
|
|
1049
|
+
"hover": "#40515e",
|
|
1050
|
+
"active": "#40515e",
|
|
1051
|
+
"disabled": "rgba(64, 81, 94, 0.3)"
|
|
1052
|
+
},
|
|
1053
|
+
"tertiary": {
|
|
1054
|
+
"base": "#40515e",
|
|
1055
|
+
"hover": "#40515e",
|
|
1056
|
+
"active": "#1a1c1c",
|
|
1057
|
+
"disabled": "rgba(64, 81, 94, 0.3)"
|
|
1058
|
+
}
|
|
1059
|
+
},
|
|
1060
|
+
"badge": {
|
|
1061
|
+
"default": "#1a1c1c",
|
|
1062
|
+
"green": "#0b8363",
|
|
1063
|
+
"blue": "#295dae",
|
|
1064
|
+
"yellow": "#9a6304",
|
|
1065
|
+
"brand": "#067c89",
|
|
1066
|
+
"purple": "#5d44ab",
|
|
1067
|
+
"red": "#c02725",
|
|
1068
|
+
"gray": "#607585"
|
|
1069
|
+
},
|
|
1070
|
+
"toggleButton": {
|
|
1071
|
+
"default": "#40515e",
|
|
1072
|
+
"active": "#ffffff",
|
|
1073
|
+
"labelDefault": "#607585",
|
|
1074
|
+
"labelActive": "#f5f7f9"
|
|
1075
|
+
}
|
|
1076
|
+
},
|
|
1077
|
+
"divider": {
|
|
1078
|
+
"primary": "#e0e6eb"
|
|
1079
|
+
},
|
|
1080
|
+
"segementedProgressBar": {
|
|
1081
|
+
"monochrome": "#607585",
|
|
1082
|
+
"success": "#39d6ac",
|
|
1083
|
+
"warning": "#f1d56b",
|
|
1084
|
+
"alert": "#f07575",
|
|
1085
|
+
"inProgress": "#e0e6eb"
|
|
1086
|
+
},
|
|
1087
|
+
"border": {
|
|
1088
|
+
"primary": "#e0e6eb",
|
|
1089
|
+
"tabs": {
|
|
1090
|
+
"buttonActive": "#607585"
|
|
1091
|
+
},
|
|
1092
|
+
"button": {
|
|
1093
|
+
"secondary": {
|
|
1094
|
+
"base": "#a3b2bd",
|
|
1095
|
+
"hover": "#607585",
|
|
1096
|
+
"active": "#40515e",
|
|
1097
|
+
"disabled": "rgba(163, 178, 189, 0.3)"
|
|
1098
|
+
}
|
|
1099
|
+
},
|
|
1100
|
+
"input": {
|
|
1101
|
+
"default": "#a3b2bd",
|
|
1102
|
+
"active": "#607585",
|
|
1103
|
+
"error": "#dc4847"
|
|
1104
|
+
},
|
|
1105
|
+
"textarea": {
|
|
1106
|
+
"default": "#a3b2bd",
|
|
1107
|
+
"active": "#a3b2bd",
|
|
1108
|
+
"error": "#dc4847"
|
|
1109
|
+
},
|
|
1110
|
+
"checkbox": {
|
|
1111
|
+
"default": "#e0e6eb",
|
|
1112
|
+
"defaultHover": "#0fa980"
|
|
1113
|
+
},
|
|
1114
|
+
"radio": {
|
|
1115
|
+
"default": "#e0e6eb",
|
|
1116
|
+
"defaultHover": "#0fa980"
|
|
1117
|
+
},
|
|
1118
|
+
"toggle": {
|
|
1119
|
+
"default": "#a3b2bd",
|
|
1120
|
+
"checked": "#0fa980",
|
|
1121
|
+
"highlighted": "#faf5b8",
|
|
1122
|
+
"hover": "#0a5c45"
|
|
1123
|
+
},
|
|
1124
|
+
"badge": {
|
|
1125
|
+
"default": "#e0e6eb",
|
|
1126
|
+
"green": "#e8f8f4",
|
|
1127
|
+
"blue": "#e7effe",
|
|
1128
|
+
"yellow": "#fef3e1",
|
|
1129
|
+
"brand": "#e7f6f8",
|
|
1130
|
+
"purple": "#f2effb",
|
|
1131
|
+
"red": "#fde8e8",
|
|
1132
|
+
"gray": "#eef2f5"
|
|
1133
|
+
},
|
|
1134
|
+
"toggleButton": {
|
|
1135
|
+
"default": "#e0e6eb",
|
|
1136
|
+
"defaultHover": "#a3b2bd",
|
|
1137
|
+
"active": "#607585",
|
|
1138
|
+
"activeHover": "#40515e"
|
|
1139
|
+
}
|
|
1140
|
+
}
|
|
1141
|
+
},
|
|
1142
|
+
"subThemes": {
|
|
1143
|
+
"dimmed": {
|
|
1144
|
+
"color": {
|
|
1145
|
+
"background": {
|
|
1146
|
+
"layer_1": "#314554",
|
|
1147
|
+
"layer_2": "#40515e",
|
|
1148
|
+
"button": {
|
|
1149
|
+
"primary": {
|
|
1150
|
+
"base": "transparent",
|
|
1151
|
+
"hover": "rgba(255, 255, 255, 0.08)",
|
|
1152
|
+
"active": "transparent",
|
|
1153
|
+
"disabled": "transparent"
|
|
1154
|
+
},
|
|
1155
|
+
"secondary": {
|
|
1156
|
+
"base": "transparent",
|
|
1157
|
+
"hover": "rgba(255, 255, 255, 0.08)",
|
|
1158
|
+
"active": "transparent",
|
|
1159
|
+
"disabled": "transparent"
|
|
1160
|
+
},
|
|
1161
|
+
"tertiary": {
|
|
1162
|
+
"base": "transparent",
|
|
1163
|
+
"hover": "rgba(255, 255, 255, 0.08)",
|
|
1164
|
+
"active": "transparent",
|
|
1165
|
+
"disabled": "transparent"
|
|
1166
|
+
}
|
|
1167
|
+
}
|
|
1168
|
+
},
|
|
1169
|
+
"header": {
|
|
1170
|
+
"primary": "#ffffff",
|
|
1171
|
+
"secondary": "#ffffff"
|
|
1172
|
+
},
|
|
1173
|
+
"text": {
|
|
1174
|
+
"primary": "#ffffff",
|
|
1175
|
+
"secondary": "#ffffff",
|
|
1176
|
+
"tertiary": "#e0e6eb",
|
|
1177
|
+
"error": "#ee6160",
|
|
1178
|
+
"link": {
|
|
1179
|
+
"primary": "#ffffff",
|
|
1180
|
+
"secondary": "#ffffff",
|
|
1181
|
+
"tertiary": "#e0e6eb",
|
|
1182
|
+
"primaryHover": "#e0e6eb",
|
|
1183
|
+
"secondaryHover": "#e0e6eb",
|
|
1184
|
+
"tertiaryHover": "#a3b2bd"
|
|
1185
|
+
},
|
|
1186
|
+
"button": {
|
|
1187
|
+
"primary": {
|
|
1188
|
+
"base": "#ffffff",
|
|
1189
|
+
"hover": "#ffffff",
|
|
1190
|
+
"active": "#ffffff",
|
|
1191
|
+
"disabled": "rgba(255, 255, 255, 0.6)"
|
|
1192
|
+
},
|
|
1193
|
+
"secondary": {
|
|
1194
|
+
"base": "#ffffff",
|
|
1195
|
+
"hover": "#ffffff",
|
|
1196
|
+
"active": "#ffffff",
|
|
1197
|
+
"disabled": "rgba(255, 255, 255, 0.6)"
|
|
1198
|
+
},
|
|
1199
|
+
"tertiary": {
|
|
1200
|
+
"base": "#ffffff",
|
|
1201
|
+
"hover": "#ffffff",
|
|
1202
|
+
"active": "#ffffff",
|
|
1203
|
+
"disabled": "rgba(255, 255, 255, 0.6)"
|
|
1204
|
+
}
|
|
1205
|
+
}
|
|
1206
|
+
},
|
|
1207
|
+
"divider": {
|
|
1208
|
+
"primary": "#e0e6eb"
|
|
1209
|
+
},
|
|
1210
|
+
"border": {
|
|
1211
|
+
"button": {
|
|
1212
|
+
"secondary": {
|
|
1213
|
+
"base": "transparent",
|
|
1214
|
+
"hover": "transparent",
|
|
1215
|
+
"active": "transparent",
|
|
1216
|
+
"disabled": "transparent"
|
|
1217
|
+
}
|
|
1218
|
+
}
|
|
1219
|
+
}
|
|
1220
|
+
}
|
|
1221
|
+
},
|
|
1222
|
+
"error": {
|
|
1223
|
+
"color": {
|
|
1224
|
+
"background": {
|
|
1225
|
+
"layer_2": "#ee6160",
|
|
1226
|
+
"button": {
|
|
1227
|
+
"primary": {
|
|
1228
|
+
"base": "#ffffff",
|
|
1229
|
+
"hover": "rgba(255, 255, 255, 0.8)",
|
|
1230
|
+
"active": "rgba(255, 255, 255, 0.6)",
|
|
1231
|
+
"disabled": "rgba(255, 255, 255, 0.6)"
|
|
1232
|
+
},
|
|
1233
|
+
"secondary": {
|
|
1234
|
+
"base": "transparent",
|
|
1235
|
+
"hover": "rgba(255, 255, 255, 0.08)",
|
|
1236
|
+
"active": "transparent",
|
|
1237
|
+
"disabled": "transparent"
|
|
1238
|
+
},
|
|
1239
|
+
"tertiary": {
|
|
1240
|
+
"base": "transparent",
|
|
1241
|
+
"hover": "rgba(255, 255, 255, 0.08)",
|
|
1242
|
+
"active": "transparent",
|
|
1243
|
+
"disabled": "transparent"
|
|
1244
|
+
}
|
|
1245
|
+
}
|
|
1246
|
+
},
|
|
1247
|
+
"header": {
|
|
1248
|
+
"primary": "#ffffff",
|
|
1249
|
+
"secondary": "#ffffff"
|
|
1250
|
+
},
|
|
1251
|
+
"text": {
|
|
1252
|
+
"primary": "#ffffff",
|
|
1253
|
+
"secondary": "#ffffff",
|
|
1254
|
+
"tertiary": "#e0e6eb",
|
|
1255
|
+
"error": "#ee6160",
|
|
1256
|
+
"link": {
|
|
1257
|
+
"primary": "#ffffff",
|
|
1258
|
+
"secondary": "#ffffff",
|
|
1259
|
+
"tertiary": "#e0e6eb",
|
|
1260
|
+
"primaryHover": "#e0e6eb",
|
|
1261
|
+
"secondaryHover": "#e0e6eb",
|
|
1262
|
+
"tertiaryHover": "#a3b2bd"
|
|
1263
|
+
},
|
|
1264
|
+
"button": {
|
|
1265
|
+
"primary": {
|
|
1266
|
+
"base": "#c02725",
|
|
1267
|
+
"hover": "#c02725",
|
|
1268
|
+
"active": "#c02725",
|
|
1269
|
+
"disabled": "rgba(192, 39, 37, 0.3)"
|
|
1270
|
+
},
|
|
1271
|
+
"secondary": {
|
|
1272
|
+
"base": "#ffffff",
|
|
1273
|
+
"hover": "#ffffff",
|
|
1274
|
+
"active": "#ffffff",
|
|
1275
|
+
"disabled": "rgba(255, 255, 255, 0.6)"
|
|
1276
|
+
},
|
|
1277
|
+
"tertiary": {
|
|
1278
|
+
"base": "#ffffff",
|
|
1279
|
+
"hover": "#ffffff",
|
|
1280
|
+
"active": "#ffffff",
|
|
1281
|
+
"disabled": "rgba(255, 255, 255, 0.6)"
|
|
1282
|
+
}
|
|
1283
|
+
}
|
|
1284
|
+
},
|
|
1285
|
+
"divider": {
|
|
1286
|
+
"primary": "#e0e6eb"
|
|
1287
|
+
},
|
|
1288
|
+
"border": {
|
|
1289
|
+
"button": {
|
|
1290
|
+
"secondary": {
|
|
1291
|
+
"base": "#ffffff",
|
|
1292
|
+
"hover": "#ffffff",
|
|
1293
|
+
"active": "#ffffff",
|
|
1294
|
+
"disabled": "#ffffff"
|
|
1295
|
+
}
|
|
1296
|
+
}
|
|
1297
|
+
}
|
|
1298
|
+
}
|
|
1299
|
+
},
|
|
1300
|
+
"info": {
|
|
1301
|
+
"color": {
|
|
1302
|
+
"background": {
|
|
1303
|
+
"layer_2": "#295dae",
|
|
1304
|
+
"button": {
|
|
1305
|
+
"primary": {
|
|
1306
|
+
"base": "#ffffff",
|
|
1307
|
+
"hover": "rgba(255, 255, 255, 0.8)",
|
|
1308
|
+
"active": "rgba(255, 255, 255, 0.6)",
|
|
1309
|
+
"disabled": "rgba(255, 255, 255, 0.6)"
|
|
1310
|
+
},
|
|
1311
|
+
"secondary": {
|
|
1312
|
+
"base": "transparent",
|
|
1313
|
+
"hover": "rgba(255, 255, 255, 0.08)",
|
|
1314
|
+
"active": "transparent",
|
|
1315
|
+
"disabled": "transparent"
|
|
1316
|
+
},
|
|
1317
|
+
"tertiary": {
|
|
1318
|
+
"base": "transparent",
|
|
1319
|
+
"hover": "rgba(255, 255, 255, 0.08)",
|
|
1320
|
+
"active": "transparent",
|
|
1321
|
+
"disabled": "transparent"
|
|
1322
|
+
}
|
|
1323
|
+
}
|
|
1324
|
+
},
|
|
1325
|
+
"header": {
|
|
1326
|
+
"primary": "#ffffff",
|
|
1327
|
+
"secondary": "#ffffff"
|
|
1328
|
+
},
|
|
1329
|
+
"text": {
|
|
1330
|
+
"primary": "#ffffff",
|
|
1331
|
+
"secondary": "#ffffff",
|
|
1332
|
+
"tertiary": "#e0e6eb",
|
|
1333
|
+
"info": "#d2e2f9",
|
|
1334
|
+
"error": "#ee6160",
|
|
1335
|
+
"link": {
|
|
1336
|
+
"primary": "#ffffff",
|
|
1337
|
+
"secondary": "#ffffff",
|
|
1338
|
+
"tertiary": "#e0e6eb",
|
|
1339
|
+
"primaryHover": "#e0e6eb",
|
|
1340
|
+
"secondaryHover": "#e0e6eb",
|
|
1341
|
+
"tertiaryHover": "#a3b2bd"
|
|
1342
|
+
},
|
|
1343
|
+
"button": {
|
|
1344
|
+
"primary": {
|
|
1345
|
+
"base": "#1c427d",
|
|
1346
|
+
"hover": "#1c427d",
|
|
1347
|
+
"active": "#1c427d",
|
|
1348
|
+
"disabled": "rgba(28, 66, 125, 0.3)"
|
|
1349
|
+
},
|
|
1350
|
+
"secondary": {
|
|
1351
|
+
"base": "#ffffff",
|
|
1352
|
+
"hover": "#ffffff",
|
|
1353
|
+
"active": "#ffffff",
|
|
1354
|
+
"disabled": "rgba(255, 255, 255, 0.6)"
|
|
1355
|
+
},
|
|
1356
|
+
"tertiary": {
|
|
1357
|
+
"base": "#ffffff",
|
|
1358
|
+
"hover": "#ffffff",
|
|
1359
|
+
"active": "#ffffff",
|
|
1360
|
+
"disabled": "rgba(255, 255, 255, 0.6)"
|
|
1361
|
+
}
|
|
1362
|
+
}
|
|
1363
|
+
},
|
|
1364
|
+
"divider": {
|
|
1365
|
+
"primary": "#e0e6eb"
|
|
1366
|
+
},
|
|
1367
|
+
"border": {
|
|
1368
|
+
"button": {
|
|
1369
|
+
"secondary": {
|
|
1370
|
+
"base": "#ffffff",
|
|
1371
|
+
"hover": "#ffffff",
|
|
1372
|
+
"active": "#ffffff",
|
|
1373
|
+
"disabled": "#ffffff"
|
|
1374
|
+
}
|
|
1375
|
+
}
|
|
1376
|
+
}
|
|
1377
|
+
}
|
|
1378
|
+
},
|
|
1379
|
+
"success": {
|
|
1380
|
+
"color": {
|
|
1381
|
+
"background": {
|
|
1382
|
+
"layer_2": "#0fa980",
|
|
1383
|
+
"button": {
|
|
1384
|
+
"primary": {
|
|
1385
|
+
"base": "#ffffff",
|
|
1386
|
+
"hover": "rgba(255, 255, 255, 0.8)",
|
|
1387
|
+
"active": "rgba(255, 255, 255, 0.6)",
|
|
1388
|
+
"disabled": "rgba(255, 255, 255, 0.6)"
|
|
1389
|
+
},
|
|
1390
|
+
"secondary": {
|
|
1391
|
+
"base": "transparent",
|
|
1392
|
+
"hover": "rgba(255, 255, 255, 0.08)",
|
|
1393
|
+
"active": "transparent",
|
|
1394
|
+
"disabled": "transparent"
|
|
1395
|
+
},
|
|
1396
|
+
"tertiary": {
|
|
1397
|
+
"base": "transparent",
|
|
1398
|
+
"hover": "rgba(255, 255, 255, 0.08)",
|
|
1399
|
+
"active": "transparent",
|
|
1400
|
+
"disabled": "transparent"
|
|
1401
|
+
}
|
|
1402
|
+
}
|
|
1403
|
+
},
|
|
1404
|
+
"header": {
|
|
1405
|
+
"primary": "#ffffff",
|
|
1406
|
+
"secondary": "#ffffff"
|
|
1407
|
+
},
|
|
1408
|
+
"text": {
|
|
1409
|
+
"primary": "#ffffff",
|
|
1410
|
+
"secondary": "#ffffff",
|
|
1411
|
+
"tertiary": "#e0e6eb",
|
|
1412
|
+
"error": "#ee6160",
|
|
1413
|
+
"link": {
|
|
1414
|
+
"primary": "#ffffff",
|
|
1415
|
+
"secondary": "#ffffff",
|
|
1416
|
+
"tertiary": "#e0e6eb",
|
|
1417
|
+
"primaryHover": "#e0e6eb",
|
|
1418
|
+
"secondaryHover": "#e0e6eb",
|
|
1419
|
+
"tertiaryHover": "#a3b2bd"
|
|
1420
|
+
},
|
|
1421
|
+
"button": {
|
|
1422
|
+
"primary": {
|
|
1423
|
+
"base": "#0a5c45",
|
|
1424
|
+
"hover": "#0a5c45",
|
|
1425
|
+
"active": "#0a5c45",
|
|
1426
|
+
"disabled": "rgba(10, 92, 69, 0.3)"
|
|
1427
|
+
},
|
|
1428
|
+
"secondary": {
|
|
1429
|
+
"base": "#ffffff",
|
|
1430
|
+
"hover": "#ffffff",
|
|
1431
|
+
"active": "#ffffff",
|
|
1432
|
+
"disabled": "rgba(255, 255, 255, 0.6)"
|
|
1433
|
+
},
|
|
1434
|
+
"tertiary": {
|
|
1435
|
+
"base": "#d8dade",
|
|
1436
|
+
"hover": "#d8dade",
|
|
1437
|
+
"active": "#ffffff",
|
|
1438
|
+
"disabled": "rgba(255, 255, 255, 0.6)"
|
|
1439
|
+
}
|
|
1440
|
+
}
|
|
1441
|
+
},
|
|
1442
|
+
"divider": {
|
|
1443
|
+
"primary": "#e0e6eb"
|
|
1444
|
+
},
|
|
1445
|
+
"border": {
|
|
1446
|
+
"button": {
|
|
1447
|
+
"secondary": {
|
|
1448
|
+
"base": "#ffffff",
|
|
1449
|
+
"hover": "#ffffff",
|
|
1450
|
+
"active": "#ffffff",
|
|
1451
|
+
"disabled": "#ffffff"
|
|
1452
|
+
}
|
|
1453
|
+
}
|
|
1454
|
+
}
|
|
1455
|
+
}
|
|
1456
|
+
}
|
|
1457
|
+
}
|
|
1458
|
+
}
|
|
1459
|
+
}
|
|
1460
|
+
};
|
|
1461
|
+
|
|
1462
|
+
export { ambossVisualConfiguration };
|
|
1463
|
+
//# sourceMappingURL=visualConfig.js.map
|