@pexip/components 19.1.3 → 19.2.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/CHANGELOG.md +17 -0
- package/api-docs/README.mdx +330 -0
- package/api-docs/enumerations/AvatarType.mdx +8 -0
- package/api-docs/enumerations/Color.mdx +65 -0
- package/api-docs/enumerations/FontVariant.mdx +20 -0
- package/api-docs/enumerations/LockStyle.mdx +7 -0
- package/api-docs/enumerations/ModalType.mdx +6 -0
- package/api-docs/enumerations/ProgressBarColor.mdx +8 -0
- package/api-docs/enumerations/RgbColor.mdx +64 -0
- package/api-docs/enumerations/StatCardVariant.mdx +7 -0
- package/api-docs/enumerations/TestId.mdx +45 -0
- package/api-docs/functions/announce.mdx +21 -0
- package/api-docs/functions/isBackgroundImageSrcEmpty.mdx +13 -0
- package/api-docs/functions/isImageSrcEmpty.mdx +13 -0
- package/api-docs/functions/isImageSrcString.mdx +13 -0
- package/api-docs/functions/isValidIconName.mdx +13 -0
- package/api-docs/functions/onEnter.mdx +32 -0
- package/api-docs/functions/sizeToPadding.mdx +22 -0
- package/api-docs/functions/useBelow360.mdx +7 -0
- package/api-docs/functions/useBreakpointChange.mdx +7 -0
- package/api-docs/functions/useFocusFrom.mdx +24 -0
- package/api-docs/functions/useFocusFromOpened.mdx +20 -0
- package/api-docs/functions/useGroupedPagesNav.mdx +16 -0
- package/api-docs/functions/useInput.mdx +13 -0
- package/api-docs/functions/useLandscape.mdx +7 -0
- package/api-docs/functions/useLg.mdx +7 -0
- package/api-docs/functions/useLgDown.mdx +7 -0
- package/api-docs/functions/useLgUp.mdx +7 -0
- package/api-docs/functions/useMd.mdx +7 -0
- package/api-docs/functions/useMdDown.mdx +7 -0
- package/api-docs/functions/useMdToXl.mdx +7 -0
- package/api-docs/functions/useMdUp.mdx +7 -0
- package/api-docs/functions/useMobileDevice.mdx +7 -0
- package/api-docs/functions/useMobileDeviceLandscape.mdx +7 -0
- package/api-docs/functions/useMobileDevicePortrait.mdx +7 -0
- package/api-docs/functions/useModal.mdx +18 -0
- package/api-docs/functions/useModalHandle.mdx +12 -0
- package/api-docs/functions/useMultistepIndicator.mdx +45 -0
- package/api-docs/functions/usePortrait.mdx +7 -0
- package/api-docs/functions/useScrollIntoView.mdx +22 -0
- package/api-docs/functions/useSm.mdx +7 -0
- package/api-docs/functions/useSmDown.mdx +7 -0
- package/api-docs/functions/useSmToLg.mdx +7 -0
- package/api-docs/functions/useSmToXl.mdx +7 -0
- package/api-docs/functions/useSmUp.mdx +7 -0
- package/api-docs/functions/useTabletDevice.mdx +7 -0
- package/api-docs/functions/useTabs.mdx +18 -0
- package/api-docs/functions/useTouchDevice.mdx +7 -0
- package/api-docs/functions/useXl.mdx +7 -0
- package/api-docs/functions/useXlDown.mdx +7 -0
- package/api-docs/functions/useXlUp.mdx +7 -0
- package/api-docs/functions/useXs.mdx +7 -0
- package/api-docs/functions/withColorScheme.mdx +32 -0
- package/api-docs/functions/withTabName.mdx +32 -0
- package/api-docs/functions/withTransition.mdx +36 -0
- package/api-docs/interfaces/EnhancerProps.mdx +10 -0
- package/api-docs/interfaces/FloatRootOverflow.mdx +9 -0
- package/api-docs/interfaces/FullSizeWindowCommonProps.mdx +8 -0
- package/api-docs/interfaces/IconCollection.mdx +145 -0
- package/api-docs/interfaces/IconSource.mdx +7 -0
- package/api-docs/interfaces/LoadingBoxProps.mdx +12 -0
- package/api-docs/interfaces/ModalHandle.mdx +5 -0
- package/api-docs/interfaces/MultistepItem.mdx +13 -0
- package/api-docs/interfaces/StatCardRowData.mdx +15 -0
- package/api-docs/interfaces/ToastProps.mdx +14 -0
- package/api-docs/interfaces/VideoHandle.mdx +6 -0
- package/api-docs/interfaces/WithTransitionProps.mdx +5 -0
- package/api-docs/type-aliases/ActivityCardAction.mdx +10 -0
- package/api-docs/type-aliases/AlignWithFloatRootTrigger.mdx +3 -0
- package/api-docs/type-aliases/AllSize.mdx +3 -0
- package/api-docs/type-aliases/AriaMenuItem.mdx +21 -0
- package/api-docs/type-aliases/AriaMenuProps.mdx +18 -0
- package/api-docs/type-aliases/BackgroundImageSrc.mdx +3 -0
- package/api-docs/type-aliases/BadgeCounterProps.mdx +3 -0
- package/api-docs/type-aliases/BadgeCounterVariant.mdx +3 -0
- package/api-docs/type-aliases/BaseSizeModifier.mdx +3 -0
- package/api-docs/type-aliases/BreadcrumbItem.mdx +11 -0
- package/api-docs/type-aliases/Breakpoint.mdx +3 -0
- package/api-docs/type-aliases/ButtonHTMLTag.mdx +3 -0
- package/api-docs/type-aliases/ButtonModifiersValues.mdx +3 -0
- package/api-docs/type-aliases/ButtonProps.mdx +3 -0
- package/api-docs/type-aliases/ButtonTextProps.mdx +3 -0
- package/api-docs/type-aliases/ButtonVariant.mdx +3 -0
- package/api-docs/type-aliases/ClickEventHandler.mdx +20 -0
- package/api-docs/type-aliases/ColorScheme.mdx +3 -0
- package/api-docs/type-aliases/DropContentPosition.mdx +3 -0
- package/api-docs/type-aliases/DropContentType.mdx +3 -0
- package/api-docs/type-aliases/ExtendedSizeModifier.mdx +3 -0
- package/api-docs/type-aliases/ExtendedTooltipPosition.mdx +13 -0
- package/api-docs/type-aliases/FullSizeWindowBackgroundVariant.mdx +3 -0
- package/api-docs/type-aliases/FullSizeWindowColorBackgroundProps.mdx +13 -0
- package/api-docs/type-aliases/FullSizeWindowImageBackgroundProps.mdx +13 -0
- package/api-docs/type-aliases/GroupProps.mdx +3 -0
- package/api-docs/type-aliases/HeadingElement.mdx +3 -0
- package/api-docs/type-aliases/HeadingFontVariant.mdx +3 -0
- package/api-docs/type-aliases/IScrollbars.mdx +3 -0
- package/api-docs/type-aliases/ImageSrc.mdx +3 -0
- package/api-docs/type-aliases/InlineElement.mdx +3 -0
- package/api-docs/type-aliases/InputVariant.mdx +3 -0
- package/api-docs/type-aliases/InteractiveElementHTMLTag.mdx +3 -0
- package/api-docs/type-aliases/InteractiveElementProps.mdx +3 -0
- package/api-docs/type-aliases/LabelModifier.mdx +3 -0
- package/api-docs/type-aliases/LinkTarget.mdx +3 -0
- package/api-docs/type-aliases/LogoSizeModifier.mdx +3 -0
- package/api-docs/type-aliases/MenuAction.mdx +17 -0
- package/api-docs/type-aliases/MenuContent.mdx +3 -0
- package/api-docs/type-aliases/MenuItem.mdx +24 -0
- package/api-docs/type-aliases/ModalProps.mdx +3 -0
- package/api-docs/type-aliases/ModalSizeModifier.mdx +3 -0
- package/api-docs/type-aliases/MultiselectOption.mdx +16 -0
- package/api-docs/type-aliases/MultistepIndicatorProps.mdx +3 -0
- package/api-docs/type-aliases/NotificationToastMessage.mdx +18 -0
- package/api-docs/type-aliases/NotificationToastSignal.mdx +3 -0
- package/api-docs/type-aliases/NotificationTooltipPosition.mdx +13 -0
- package/api-docs/type-aliases/Option.mdx +17 -0
- package/api-docs/type-aliases/OverlayOpacity.mdx +3 -0
- package/api-docs/type-aliases/PanelProps.mdx +3 -0
- package/api-docs/type-aliases/SelectProps.mdx +29 -0
- package/api-docs/type-aliases/ShadowModifier.mdx +3 -0
- package/api-docs/type-aliases/SimpleButtonProps.mdx +3 -0
- package/api-docs/type-aliases/SizeModifier.mdx +3 -0
- package/api-docs/type-aliases/StandardSizeModifier.mdx +3 -0
- package/api-docs/type-aliases/StatIndicatorVariant.mdx +3 -0
- package/api-docs/type-aliases/StatusItem.mdx +10 -0
- package/api-docs/type-aliases/TableResultsCountProps.mdx +12 -0
- package/api-docs/type-aliases/TagItem.mdx +17 -0
- package/api-docs/type-aliases/TextLinkProps.mdx +3 -0
- package/api-docs/type-aliases/TextProps.mdx +3 -0
- package/api-docs/type-aliases/TextVariant.mdx +3 -0
- package/api-docs/type-aliases/Theme.mdx +3 -0
- package/api-docs/type-aliases/ToastPosition.mdx +3 -0
- package/api-docs/type-aliases/TooltipPosition.mdx +3 -0
- package/api-docs/type-aliases/VideoWrapperSizeModifier.mdx +3 -0
- package/api-docs/type-aliases/VideoWrapperVariant.mdx +3 -0
- package/api-docs/variables/AboutModal.mdx +3 -0
- package/api-docs/variables/AboutText.mdx +3 -0
- package/api-docs/variables/Accordion.mdx +16 -0
- package/api-docs/variables/ActionsRow.mdx +3 -0
- package/api-docs/variables/ActivityCard.mdx +11 -0
- package/api-docs/variables/Announcer.mdx +12 -0
- package/api-docs/variables/AriaMenu.mdx +5 -0
- package/api-docs/variables/AspectRatio.mdx +6 -0
- package/api-docs/variables/Audio.mdx +3 -0
- package/api-docs/variables/Avatar.mdx +3 -0
- package/api-docs/variables/BadgeCounter.mdx +3 -0
- package/api-docs/variables/Bar.mdx +3 -0
- package/api-docs/variables/Box.mdx +3 -0
- package/api-docs/variables/BoxHeader.mdx +3 -0
- package/api-docs/variables/Breadcrumbs.mdx +9 -0
- package/api-docs/variables/Button.mdx +3 -0
- package/api-docs/variables/ButtonText.mdx +3 -0
- package/api-docs/variables/CakeTimer.mdx +3 -0
- package/api-docs/variables/CallToAction.mdx +3 -0
- package/api-docs/variables/Captions.mdx +3 -0
- package/api-docs/variables/CardLayout.mdx +10 -0
- package/api-docs/variables/Cell.mdx +3 -0
- package/api-docs/variables/CenterLayout.mdx +3 -0
- package/api-docs/variables/Checkbox.mdx +3 -0
- package/api-docs/variables/CircleCountDown.mdx +7 -0
- package/api-docs/variables/CollapsableContainer.mdx +15 -0
- package/api-docs/variables/ColorPickerPreviewButton.mdx +3 -0
- package/api-docs/variables/ColorPreviewButton.mdx +3 -0
- package/api-docs/variables/CondensedTabs.mdx +3 -0
- package/api-docs/variables/ConfirmableMultiselect.mdx +3 -0
- package/api-docs/variables/ConfirmationModal.mdx +3 -0
- package/api-docs/variables/ContextMenu.mdx +12 -0
- package/api-docs/variables/CoreHeader.mdx +3 -0
- package/api-docs/variables/CustomTooltip.mdx +3 -0
- package/api-docs/variables/Divider.mdx +3 -0
- package/api-docs/variables/DragAndDrop.mdx +10 -0
- package/api-docs/variables/DragAndUploadFiles.mdx +3 -0
- package/api-docs/variables/Draggable.mdx +3 -0
- package/api-docs/variables/DropContent.mdx +3 -0
- package/api-docs/variables/Enhancers.mdx +3 -0
- package/api-docs/variables/ExpanderCell.mdx +3 -0
- package/api-docs/variables/FileUpload.mdx +3 -0
- package/api-docs/variables/Form.mdx +3 -0
- package/api-docs/variables/FullSizeWindow.mdx +5 -0
- package/api-docs/variables/FullscreenLayout.mdx +3 -0
- package/api-docs/variables/FullscreenOverlay.mdx +3 -0
- package/api-docs/variables/FullscreenSpinner.mdx +3 -0
- package/api-docs/variables/Grid.mdx +3 -0
- package/api-docs/variables/Group.mdx +3 -0
- package/api-docs/variables/Heading.mdx +11 -0
- package/api-docs/variables/HotKey.mdx +6 -0
- package/api-docs/variables/HotkeysTooltip.mdx +3 -0
- package/api-docs/variables/Icon.mdx +3 -0
- package/api-docs/variables/IconTypes.mdx +3 -0
- package/api-docs/variables/ImagePreviewButton.mdx +3 -0
- package/api-docs/variables/InfoHeadCell.mdx +7 -0
- package/api-docs/variables/InfoMessage.mdx +6 -0
- package/api-docs/variables/Input.mdx +3 -0
- package/api-docs/variables/InputLabel.mdx +3 -0
- package/api-docs/variables/InteractiveElement.mdx +3 -0
- package/api-docs/variables/KebabMenuButton.mdx +3 -0
- package/api-docs/variables/LineHeading.mdx +5 -0
- package/api-docs/variables/List.mdx +3 -0
- package/api-docs/variables/ListBoxLink.mdx +3 -0
- package/api-docs/variables/ListLink.mdx +3 -0
- package/api-docs/variables/LoadingBox.mdx +3 -0
- package/api-docs/variables/Logo.mdx +3 -0
- package/api-docs/variables/Menu.mdx +13 -0
- package/api-docs/variables/MenuEntry.mdx +5 -0
- package/api-docs/variables/Modal.mdx +8 -0
- package/api-docs/variables/ModalCloseButton.mdx +9 -0
- package/api-docs/variables/ModalCloseButtonWithTooltip.mdx +3 -0
- package/api-docs/variables/Multiselect.mdx +3 -0
- package/api-docs/variables/MultistepIndicator.mdx +13 -0
- package/api-docs/variables/NotificationToast.mdx +13 -0
- package/api-docs/variables/NotificationTooltip.mdx +3 -0
- package/api-docs/variables/NumberStepInput.mdx +21 -0
- package/api-docs/variables/Panel.mdx +3 -0
- package/api-docs/variables/PasswordInput.mdx +6 -0
- package/api-docs/variables/PexipLogo.mdx +3 -0
- package/api-docs/variables/Pill.mdx +3 -0
- package/api-docs/variables/PopOutWindow.mdx +8 -0
- package/api-docs/variables/PreferenceInput.mdx +26 -0
- package/api-docs/variables/PreferenceMultiselect.mdx +21 -0
- package/api-docs/variables/PreferenceRow.mdx +12 -0
- package/api-docs/variables/PreferenceWrapper.mdx +3 -0
- package/api-docs/variables/ProgressBar.mdx +3 -0
- package/api-docs/variables/RadioButton.mdx +3 -0
- package/api-docs/variables/RangeSlider.mdx +11 -0
- package/api-docs/variables/RefButton.mdx +3 -0
- package/api-docs/variables/RefInteractiveElement.mdx +3 -0
- package/api-docs/variables/RefSimpleButton.mdx +3 -0
- package/api-docs/variables/Row.mdx +3 -0
- package/api-docs/variables/Scrim.mdx +3 -0
- package/api-docs/variables/Scrollbars.mdx +3 -0
- package/api-docs/variables/SearchInput.mdx +12 -0
- package/api-docs/variables/Section.mdx +3 -0
- package/api-docs/variables/SectionAccordion.mdx +15 -0
- package/api-docs/variables/Select.mdx +19 -0
- package/api-docs/variables/Sheet.mdx +3 -0
- package/api-docs/variables/SimpleButton.mdx +7 -0
- package/api-docs/variables/SortingIndicator.mdx +6 -0
- package/api-docs/variables/Spinner.mdx +3 -0
- package/api-docs/variables/StatCard.mdx +12 -0
- package/api-docs/variables/StatCardBox.mdx +3 -0
- package/api-docs/variables/StatCardRow.mdx +3 -0
- package/api-docs/variables/StatIndicator.mdx +3 -0
- package/api-docs/variables/StepNumber.mdx +3 -0
- package/api-docs/variables/SvgImage.mdx +3 -0
- package/api-docs/variables/Tab.mdx +3 -0
- package/api-docs/variables/Table.mdx +3 -0
- package/api-docs/variables/TableBody.mdx +3 -0
- package/api-docs/variables/TableCell.mdx +3 -0
- package/api-docs/variables/TableContent.mdx +3 -0
- package/api-docs/variables/TableHead.mdx +3 -0
- package/api-docs/variables/TableHeadCell.mdx +3 -0
- package/api-docs/variables/TablePagination.mdx +23 -0
- package/api-docs/variables/TableRow.mdx +3 -0
- package/api-docs/variables/TableRowWrapper.mdx +9 -0
- package/api-docs/variables/TableSection.mdx +3 -0
- package/api-docs/variables/Tabs.mdx +3 -0
- package/api-docs/variables/Tag.mdx +3 -0
- package/api-docs/variables/TagList.mdx +9 -0
- package/api-docs/variables/Text.mdx +3 -0
- package/api-docs/variables/TextArea.mdx +5 -0
- package/api-docs/variables/TextHeading.mdx +3 -0
- package/api-docs/variables/TextLink.mdx +3 -0
- package/api-docs/variables/ThemeConsumer.mdx +3 -0
- package/api-docs/variables/ThemeContext.mdx +3 -0
- package/api-docs/variables/ThemeProvider.mdx +3 -0
- package/api-docs/variables/ThreeColumnSelector.mdx +3 -0
- package/api-docs/variables/Toast.mdx +13 -0
- package/api-docs/variables/ToggleSwitch.mdx +3 -0
- package/api-docs/variables/Tooltip.mdx +13 -0
- package/api-docs/variables/TooltipPositionValue.mdx +3 -0
- package/api-docs/variables/URLToLink.mdx +5 -0
- package/api-docs/variables/User.mdx +14 -0
- package/api-docs/variables/UserMenuButton.mdx +11 -0
- package/api-docs/variables/UserMenuDropContent.mdx +3 -0
- package/api-docs/variables/Video.mdx +3 -0
- package/api-docs/variables/VideoWrapper.mdx +3 -0
- package/api-docs/variables/Wrapper.mdx +3 -0
- package/api-docs/variables/ariaMenuOpenStateSignal.mdx +3 -0
- package/api-docs/variables/breakpoints.mdx +13 -0
- package/api-docs/variables/notificationToastSignal.mdx +3 -0
- package/api-docs/variables/themeValues.mdx +3 -0
- package/api-docs/variables/variables.mdx +324 -0
- package/dist/components-no-global-styles.css +1 -0
- package/dist/components.cjs +2 -2
- package/dist/components.js +2445 -2390
- package/dist/types/src/components/elements/Checkbox/Checkbox.d.ts +3 -1
- package/dist/types/src/components/elements/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/types/src/components/modules/Multiselect/ConfirmableMultiselect.d.ts +4 -1
- package/dist/types/src/components/modules/Multiselect/ConfirmableMultiselect.d.ts.map +1 -1
- package/dist/types/src/components/modules/Multiselect/Multiselect.d.ts +9 -1
- package/dist/types/src/components/modules/Multiselect/Multiselect.d.ts.map +1 -1
- package/dist/types/src/components/modules/Multiselect/MultiselectCore.d.ts +1 -1
- package/dist/types/src/components/modules/Multiselect/MultiselectCore.d.ts.map +1 -1
- package/dist/types/src/exports.d.ts +181 -0
- package/dist/types/src/exports.d.ts.map +1 -0
- package/dist/types/src/index.d.ts +1 -180
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/types/elements.d.ts +1 -0
- package/dist/types/src/types/elements.d.ts.map +1 -1
- package/package.json +16 -9
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
```ts
|
|
2
|
+
const breakpoints: object;
|
|
3
|
+
```
|
|
4
|
+
|
|
5
|
+
## Type Declaration
|
|
6
|
+
|
|
7
|
+
| Name | Type | Default value |
|
|
8
|
+
| ------ | ------ | ------ |
|
|
9
|
+
| <a id="xs"></a> `xs` | `number` | `0` |
|
|
10
|
+
| <a id="sm"></a> `sm` | `number` | `479` |
|
|
11
|
+
| <a id="md"></a> `md` | `number` | `744` |
|
|
12
|
+
| <a id="lg"></a> `lg` | `number` | `1025` |
|
|
13
|
+
| <a id="xl"></a> `xl` | `number` | `2000` |
|
|
@@ -0,0 +1,324 @@
|
|
|
1
|
+
```ts
|
|
2
|
+
const variables: object;
|
|
3
|
+
```
|
|
4
|
+
|
|
5
|
+
## Type Declaration
|
|
6
|
+
|
|
7
|
+
| Name | Type | Default value |
|
|
8
|
+
| ------ | ------ | ------ |
|
|
9
|
+
| <a id="light"></a> `light` | `object` | - |
|
|
10
|
+
| `light.border/accent` | `string` | `'#0068f4'` |
|
|
11
|
+
| `light.border/button/danger` | `string` | `'#bb2526'` |
|
|
12
|
+
| `light.border/button/disabled` | `string` | `'#d2d2d2'` |
|
|
13
|
+
| `light.border/button/focus` | `string` | `'#71b4ff'` |
|
|
14
|
+
| `light.border/button/form` | `string` | `'#777777'` |
|
|
15
|
+
| `light.border/button/secondary` | `string` | `'#323232'` |
|
|
16
|
+
| `light.border/button/success` | `string` | `'#2c7806'` |
|
|
17
|
+
| `light.border/button/tertiary` | `string` | `'#c3c4c5'` |
|
|
18
|
+
| `light.border/checkbo-disabled` | `string` | `'#c3c4c5'` |
|
|
19
|
+
| `light.border/checkbox-main` | `string` | `'#777777'` |
|
|
20
|
+
| `light.border/divider-primary` | `string` | `'#dcdcdc'` |
|
|
21
|
+
| `light.border/divider-secondary` | `string` | `'#e6e6e6'` |
|
|
22
|
+
| `light.border/divider-ultra` | `string` | `'#989898'` |
|
|
23
|
+
| `light.border/none` | `number` | `0` |
|
|
24
|
+
| `light.border/primary` | `string` | `'1px'` |
|
|
25
|
+
| `light.border/secondary` | `string` | `'2px'` |
|
|
26
|
+
| `light.font/button/accent` | `string` | `'#0068f4'` |
|
|
27
|
+
| `light.font/button/call-active` | `string` | `'#212121'` |
|
|
28
|
+
| `light.font/button/call-disabled` | `string` | `'#989898'` |
|
|
29
|
+
| `light.font/button/call-error` | `string` | `'#ffffff'` |
|
|
30
|
+
| `light.font/button/call-hover` | `string` | `'#ffffff'` |
|
|
31
|
+
| `light.font/button/call-main` | `string` | `'#ffffff'` |
|
|
32
|
+
| `light.font/button/danger-primary` | `string` | `'#ffffff'` |
|
|
33
|
+
| `light.font/button/danger-tertiary` | `string` | `'#ae191a'` |
|
|
34
|
+
| `light.font/button/danger-tertiary-hover` | `string` | `'#ffffff'` |
|
|
35
|
+
| `light.font/button/primary` | `string` | `'#ffffff'` |
|
|
36
|
+
| `light.font/button/secondary` | `string` | `'#323232'` |
|
|
37
|
+
| `light.font/button/success-primary` | `string` | `'#ffffff'` |
|
|
38
|
+
| `light.font/button/success-tertiary` | `string` | `'#256505'` |
|
|
39
|
+
| `light.font/button/success-tertiary-hover` | `string` | `'#ffffff'` |
|
|
40
|
+
| `light.font/button/tertiary` | `string` | `'#323232'` |
|
|
41
|
+
| `light.font/button/tertiary-hover` | `string` | `'#ffffff'` |
|
|
42
|
+
| `light.font/button/text` | `string` | `'#0156c9'` |
|
|
43
|
+
| `light.font/button/trans` | `string` | `'#323232'` |
|
|
44
|
+
| `light.font/button/trans-ultra` | `string` | `'#ffffff'` |
|
|
45
|
+
| `light.font/charts/line-1` | `string` | `'#0156c9'` |
|
|
46
|
+
| `light.font/charts/line-10` | `string` | `'#4e9f0d'` |
|
|
47
|
+
| `light.font/charts/line-11` | `string` | `'#c9e2b5'` |
|
|
48
|
+
| `light.font/charts/line-12` | `string` | `'#cc6228'` |
|
|
49
|
+
| `light.font/charts/line-13` | `string` | `'#ffc198'` |
|
|
50
|
+
| `light.font/charts/line-14` | `string` | `'#f89654'` |
|
|
51
|
+
| `light.font/charts/line-15` | `string` | `'#ffedd5'` |
|
|
52
|
+
| `light.font/charts/line-2` | `string` | `'#71b4ff'` |
|
|
53
|
+
| `light.font/charts/line-3` | `string` | `'#d2d2d2'` |
|
|
54
|
+
| `light.font/charts/line-4` | `string` | `'#989898'` |
|
|
55
|
+
| `light.font/charts/line-5` | `string` | `'#494949'` |
|
|
56
|
+
| `light.font/charts/line-6` | `string` | `'#0068f4'` |
|
|
57
|
+
| `light.font/charts/line-7` | `string` | `'#cee3ff'` |
|
|
58
|
+
| `light.font/charts/line-8` | `string` | `'#256505'` |
|
|
59
|
+
| `light.font/charts/line-9` | `string` | `'#9ad36b'` |
|
|
60
|
+
| `light.font/icons/clickable-active` | `string` | `'#323232'` |
|
|
61
|
+
| `light.font/icons/clickable-hover` | `string` | `'#323232'` |
|
|
62
|
+
| `light.font/icons/clickable-main` | `string` | `'#777777'` |
|
|
63
|
+
| `light.font/icons/nonclickable-main` | `string` | `'#323232'` |
|
|
64
|
+
| `light.font/icons/nonclickable-secondary` | `string` | `'#777777'` |
|
|
65
|
+
| `light.font/text/accent` | `string` | `'#0068f4'` |
|
|
66
|
+
| `light.font/text/body` | `string` | `'#323232'` |
|
|
67
|
+
| `light.font/text/danger` | `string` | `'#ae191a'` |
|
|
68
|
+
| `light.font/text/danger-tertiary` | `string` | `'#d73332'` |
|
|
69
|
+
| `light.font/text/disabled` | `string` | `'#c3c4c5'` |
|
|
70
|
+
| `light.font/text/label` | `string` | `'#323232'` |
|
|
71
|
+
| `light.font/text/link` | `string` | `'#0068f4'` |
|
|
72
|
+
| `light.font/text/link-active` | `string` | `'#0156c9'` |
|
|
73
|
+
| `light.font/text/news` | `string` | `'#4338ca'` |
|
|
74
|
+
| `light.font/text/quaternary` | `string` | `'#989898'` |
|
|
75
|
+
| `light.font/text/secondary` | `string` | `'#494949'` |
|
|
76
|
+
| `light.font/text/success` | `string` | `'#2c7806'` |
|
|
77
|
+
| `light.font/text/success-ultra` | `string` | `'#4e9f0d'` |
|
|
78
|
+
| `light.font/text/tertiary` | `string` | `'#777777'` |
|
|
79
|
+
| `light.font/text/title` | `string` | `'#212121'` |
|
|
80
|
+
| `light.font/text/warning` | `string` | `'#cc6228'` |
|
|
81
|
+
| `light.font/toggle/off-disabled` | `string` | `'#ffffff'` |
|
|
82
|
+
| `light.font/toggle/off-hover` | `string` | `'#ffffff'` |
|
|
83
|
+
| `light.font/toggle/off-main` | `string` | `'#ffffff'` |
|
|
84
|
+
| `light.font/toggle/on-disabled` | `string` | `'#ffffff'` |
|
|
85
|
+
| `light.font/toggle/on-hover` | `string` | `'#ffffff'` |
|
|
86
|
+
| `light.font/toggle/on-main` | `string` | `'#ffffff'` |
|
|
87
|
+
| `light.radius/md` | `string` | `'16px'` |
|
|
88
|
+
| `light.radius/none` | `number` | `0` |
|
|
89
|
+
| `light.radius/sm` | `string` | `'8px'` |
|
|
90
|
+
| `light.radius/xs` | `string` | `'4px'` |
|
|
91
|
+
| `light.size/button-md` | `string` | `'40px'` |
|
|
92
|
+
| `light.size/button-sm` | `string` | `'36px'` |
|
|
93
|
+
| `light.size/button-sx` | `string` | `'30px'` |
|
|
94
|
+
| `light.size/button-xl` | `string` | `'56px'` |
|
|
95
|
+
| `light.surface/bcg/accent` | `string` | `'#0068f4'` |
|
|
96
|
+
| `light.surface/bcg/custom` | `string` | `'#ffffff'` |
|
|
97
|
+
| `light.surface/bcg/danger-10` | `string` | `'#ffe5e5'` |
|
|
98
|
+
| `light.surface/bcg/danger-20` | `string` | `'#fecaca'` |
|
|
99
|
+
| `light.surface/bcg/form` | `string` | `'#f2f2f2'` |
|
|
100
|
+
| `light.surface/bcg/form-hover` | `string` | `'#e6e6e6'` |
|
|
101
|
+
| `light.surface/bcg/highlight` | `string` | `'#cee3ff'` |
|
|
102
|
+
| `light.surface/bcg/highlight-subtle` | `string` | `'#eff6ff'` |
|
|
103
|
+
| `light.surface/bcg/info` | `string` | `'#e0e7ff'` |
|
|
104
|
+
| `light.surface/bcg/light` | `string` | `'#d2d2d2'` |
|
|
105
|
+
| `light.surface/bcg/menu-active` | `string` | `'#dcdcdc'` |
|
|
106
|
+
| `light.surface/bcg/menu-hover` | `string` | `'#e6e6e6'` |
|
|
107
|
+
| `light.surface/bcg/menu-main` | `string` | `'#ffffff'` |
|
|
108
|
+
| `light.surface/bcg/mildwarning` | `string` | `'#fef9c3'` |
|
|
109
|
+
| `light.surface/bcg/primary` | `string` | `'#ffffff'` |
|
|
110
|
+
| `light.surface/bcg/secondary` | `string` | `'#f2f2f2'` |
|
|
111
|
+
| `light.surface/bcg/success` | `string` | `'#e8f7e0'` |
|
|
112
|
+
| `light.surface/bcg/tertiar-hover` | `string` | `'#f2f2f2'` |
|
|
113
|
+
| `light.surface/bcg/tertiary` | `string` | `'#f7f7f7'` |
|
|
114
|
+
| `light.surface/bcg/transparent` | `string` | `'#32323226'` |
|
|
115
|
+
| `light.surface/bcg/ultralight` | `string` | `'#e6e6e6'` |
|
|
116
|
+
| `light.surface/bcg/warning` | `string` | `'#ffedd5'` |
|
|
117
|
+
| `light.surface/button/call/active` | `string` | `'#ffffff'` |
|
|
118
|
+
| `light.surface/button/call/disabled` | `string` | `'#212121'` |
|
|
119
|
+
| `light.surface/button/call/enabled-hover` | `string` | `'#d2d2d2'` |
|
|
120
|
+
| `light.surface/button/call/error` | `string` | `'#d73332'` |
|
|
121
|
+
| `light.surface/button/call/error-hover` | `string` | `'#bb2526'` |
|
|
122
|
+
| `light.surface/button/call/hover` | `string` | `'#494949'` |
|
|
123
|
+
| `light.surface/button/call/main` | `string` | `'#212121'` |
|
|
124
|
+
| `light.surface/button/danger/primary-active` | `string` | `'#ae191a'` |
|
|
125
|
+
| `light.surface/button/danger/primary-disabled` | `string` | `'#e6e6e6'` |
|
|
126
|
+
| `light.surface/button/danger/primary-hover` | `string` | `'#bb2526'` |
|
|
127
|
+
| `light.surface/button/danger/primary-main` | `string` | `'#d73332'` |
|
|
128
|
+
| `light.surface/button/danger/tertiary-active` | `string` | `'#bb2526'` |
|
|
129
|
+
| `light.surface/button/danger/tertiary-disabled` | `string` | `'#ffffff'` |
|
|
130
|
+
| `light.surface/button/danger/tertiary-hover` | `string` | `'#d73332'` |
|
|
131
|
+
| `light.surface/button/danger/tertiary-main` | `string` | `'#ffffff'` |
|
|
132
|
+
| `light.surface/button/primary/active` | `string` | `'#1e40af'` |
|
|
133
|
+
| `light.surface/button/primary/disabled` | `string` | `'#e6e6e6'` |
|
|
134
|
+
| `light.surface/button/primary/hover` | `string` | `'#0156c9'` |
|
|
135
|
+
| `light.surface/button/primary/main` | `string` | `'#0068f4'` |
|
|
136
|
+
| `light.surface/button/secondary/active` | `string` | `'#dcdcdc'` |
|
|
137
|
+
| `light.surface/button/secondary/disabled` | `string` | `'#ffffff'` |
|
|
138
|
+
| `light.surface/button/secondary/hover` | `string` | `'#e6e6e6'` |
|
|
139
|
+
| `light.surface/button/secondary/main` | `string` | `'#ffffff'` |
|
|
140
|
+
| `light.surface/button/success/primary-active` | `string` | `'#256505'` |
|
|
141
|
+
| `light.surface/button/success/primary-disabled` | `string` | `'#e6e6e6'` |
|
|
142
|
+
| `light.surface/button/success/primary-hover` | `string` | `'#2c7806'` |
|
|
143
|
+
| `light.surface/button/success/primary-main` | `string` | `'#2c8500'` |
|
|
144
|
+
| `light.surface/button/success/tertiary-active` | `string` | `'#2c7806'` |
|
|
145
|
+
| `light.surface/button/success/tertiary-disabled` | `string` | `'#ffffff'` |
|
|
146
|
+
| `light.surface/button/success/tertiary-hover` | `string` | `'#2c8500'` |
|
|
147
|
+
| `light.surface/button/success/tertiary-main` | `string` | `'#ffffff'` |
|
|
148
|
+
| `light.surface/button/tertiary/active` | `string` | `'#0156c9'` |
|
|
149
|
+
| `light.surface/button/tertiary/disabled` | `string` | `'#ffffff'` |
|
|
150
|
+
| `light.surface/button/tertiary/hover` | `string` | `'#0068f4'` |
|
|
151
|
+
| `light.surface/button/tertiary/main` | `string` | `'#ffffff'` |
|
|
152
|
+
| `light.surface/button/text/active` | `string` | `'#dcdcdc'` |
|
|
153
|
+
| `light.surface/button/text/disabled` | `string` | `'#ffffff'` |
|
|
154
|
+
| `light.surface/button/text/hover` | `string` | `'#e6e6e6'` |
|
|
155
|
+
| `light.surface/button/text/main` | `string` | `'#ffffff'` |
|
|
156
|
+
| `light.surface/button/trans/active` | `string` | `'#dcdcdc'` |
|
|
157
|
+
| `light.surface/button/trans/active-ultra` | `string` | `'#323232'` |
|
|
158
|
+
| `light.surface/button/trans/disabled` | `string` | `'#e6e6e6'` |
|
|
159
|
+
| `light.surface/button/trans/hover` | `string` | `'#e6e6e6'` |
|
|
160
|
+
| `light.surface/button/trans/main` | `string` | `'#ffffff99'` |
|
|
161
|
+
| `light.surface/toggle/off-disabled` | `string` | `'#d2d2d2'` |
|
|
162
|
+
| `light.surface/toggle/off-hover` | `string` | `'#494949'` |
|
|
163
|
+
| `light.surface/toggle/off-main` | `string` | `'#777777'` |
|
|
164
|
+
| `light.surface/toggle/on-disabled` | `string` | `'#4490f6'` |
|
|
165
|
+
| `light.surface/toggle/on-hover` | `string` | `'#0156c9'` |
|
|
166
|
+
| `light.surface/toggle/on-main` | `string` | `'#0068f4'` |
|
|
167
|
+
| <a id="dark"></a> `dark` | `object` | - |
|
|
168
|
+
| `dark.border/accent` | `string` | `'#4490f6'` |
|
|
169
|
+
| `dark.border/button/danger` | `string` | `'#d73332'` |
|
|
170
|
+
| `dark.border/button/disabled` | `string` | `'#494949'` |
|
|
171
|
+
| `dark.border/button/focus` | `string` | `'#71b4ff'` |
|
|
172
|
+
| `dark.border/button/form` | `string` | `'#777777'` |
|
|
173
|
+
| `dark.border/button/secondary` | `string` | `'#ffffff'` |
|
|
174
|
+
| `dark.border/button/success` | `string` | `'#2c8500'` |
|
|
175
|
+
| `dark.border/button/tertiary` | `string` | `'#777777'` |
|
|
176
|
+
| `dark.border/checkbo-disabled` | `string` | `'#777777'` |
|
|
177
|
+
| `dark.border/checkbox-main` | `string` | `'#c3c4c5'` |
|
|
178
|
+
| `dark.border/divider-primary` | `string` | `'#494949'` |
|
|
179
|
+
| `dark.border/divider-secondary` | `string` | `'#323232'` |
|
|
180
|
+
| `dark.border/divider-ultra` | `string` | `'#777777'` |
|
|
181
|
+
| `dark.border/none` | `number` | `0` |
|
|
182
|
+
| `dark.border/primary` | `string` | `'1px'` |
|
|
183
|
+
| `dark.border/secondary` | `string` | `'2px'` |
|
|
184
|
+
| `dark.font/button/accent` | `string` | `'#4490f6'` |
|
|
185
|
+
| `dark.font/button/call-active` | `string` | `'#212121'` |
|
|
186
|
+
| `dark.font/button/call-disabled` | `string` | `'#989898'` |
|
|
187
|
+
| `dark.font/button/call-error` | `string` | `'#ffffff'` |
|
|
188
|
+
| `dark.font/button/call-hover` | `string` | `'#ffffff'` |
|
|
189
|
+
| `dark.font/button/call-main` | `string` | `'#ffffff'` |
|
|
190
|
+
| `dark.font/button/danger-primary` | `string` | `'#ffffff'` |
|
|
191
|
+
| `dark.font/button/danger-tertiary` | `string` | `'#d73332'` |
|
|
192
|
+
| `dark.font/button/danger-tertiary-hover` | `string` | `'#ffffff'` |
|
|
193
|
+
| `dark.font/button/primary` | `string` | `'#ffffff'` |
|
|
194
|
+
| `dark.font/button/secondary` | `string` | `'#ffffff'` |
|
|
195
|
+
| `dark.font/button/success-primary` | `string` | `'#ffffff'` |
|
|
196
|
+
| `dark.font/button/success-tertiary` | `string` | `'#2c8500'` |
|
|
197
|
+
| `dark.font/button/success-tertiary-hover` | `string` | `'#ffffff'` |
|
|
198
|
+
| `dark.font/button/tertiary` | `string` | `'#ffffff'` |
|
|
199
|
+
| `dark.font/button/tertiary-hover` | `string` | `'#ffffff'` |
|
|
200
|
+
| `dark.font/button/text` | `string` | `'#4490f6'` |
|
|
201
|
+
| `dark.font/button/trans` | `string` | `'#ffffff'` |
|
|
202
|
+
| `dark.font/button/trans-ultra` | `string` | `'#323232'` |
|
|
203
|
+
| `dark.font/charts/line-1` | `string` | `'#ffffff'` |
|
|
204
|
+
| `dark.font/charts/line-10` | `string` | `'#ffffff'` |
|
|
205
|
+
| `dark.font/charts/line-11` | `string` | `'#ffffff'` |
|
|
206
|
+
| `dark.font/charts/line-12` | `string` | `'#ffffff'` |
|
|
207
|
+
| `dark.font/charts/line-13` | `string` | `'#ffffff'` |
|
|
208
|
+
| `dark.font/charts/line-14` | `string` | `'#ffffff'` |
|
|
209
|
+
| `dark.font/charts/line-15` | `string` | `'#ffffff'` |
|
|
210
|
+
| `dark.font/charts/line-2` | `string` | `'#ffffff'` |
|
|
211
|
+
| `dark.font/charts/line-3` | `string` | `'#ffffff'` |
|
|
212
|
+
| `dark.font/charts/line-4` | `string` | `'#ffffff'` |
|
|
213
|
+
| `dark.font/charts/line-5` | `string` | `'#ffffff'` |
|
|
214
|
+
| `dark.font/charts/line-6` | `string` | `'#ffffff'` |
|
|
215
|
+
| `dark.font/charts/line-7` | `string` | `'#ffffff'` |
|
|
216
|
+
| `dark.font/charts/line-8` | `string` | `'#ffffff'` |
|
|
217
|
+
| `dark.font/charts/line-9` | `string` | `'#ffffff'` |
|
|
218
|
+
| `dark.font/icons/clickable-active` | `string` | `'#ffffff'` |
|
|
219
|
+
| `dark.font/icons/clickable-hover` | `string` | `'#ffffff'` |
|
|
220
|
+
| `dark.font/icons/clickable-main` | `string` | `'#c3c4c5'` |
|
|
221
|
+
| `dark.font/icons/nonclickable-main` | `string` | `'#ffffff'` |
|
|
222
|
+
| `dark.font/icons/nonclickable-secondary` | `string` | `'#989898'` |
|
|
223
|
+
| `dark.font/text/accent` | `string` | `'#4490f6'` |
|
|
224
|
+
| `dark.font/text/body` | `string` | `'#f7f7f7'` |
|
|
225
|
+
| `dark.font/text/danger` | `string` | `'#d73332'` |
|
|
226
|
+
| `dark.font/text/danger-tertiary` | `string` | `'#ae191a'` |
|
|
227
|
+
| `dark.font/text/disabled` | `string` | `'#777777'` |
|
|
228
|
+
| `dark.font/text/label` | `string` | `'#f7f7f7'` |
|
|
229
|
+
| `dark.font/text/link` | `string` | `'#4490f6'` |
|
|
230
|
+
| `dark.font/text/link-active` | `string` | `'#0068f4'` |
|
|
231
|
+
| `dark.font/text/news` | `string` | `'#4f46e5'` |
|
|
232
|
+
| `dark.font/text/quaternary` | `string` | `'#989898'` |
|
|
233
|
+
| `dark.font/text/secondary` | `string` | `'#dcdcdc'` |
|
|
234
|
+
| `dark.font/text/success` | `string` | `'#2c8500'` |
|
|
235
|
+
| `dark.font/text/success-ultra` | `string` | `'#4e9f0d'` |
|
|
236
|
+
| `dark.font/text/tertiary` | `string` | `'#d2d2d2'` |
|
|
237
|
+
| `dark.font/text/title` | `string` | `'#ffffff'` |
|
|
238
|
+
| `dark.font/text/warning` | `string` | `'#cc6228'` |
|
|
239
|
+
| `dark.font/toggle/off-disabled` | `string` | `'#ffffff'` |
|
|
240
|
+
| `dark.font/toggle/off-hover` | `string` | `'#ffffff'` |
|
|
241
|
+
| `dark.font/toggle/off-main` | `string` | `'#ffffff'` |
|
|
242
|
+
| `dark.font/toggle/on-disabled` | `string` | `'#ffffff'` |
|
|
243
|
+
| `dark.font/toggle/on-hover` | `string` | `'#ffffff'` |
|
|
244
|
+
| `dark.font/toggle/on-main` | `string` | `'#ffffff'` |
|
|
245
|
+
| `dark.radius/md` | `number` | `0` |
|
|
246
|
+
| `dark.radius/none` | `number` | `0` |
|
|
247
|
+
| `dark.radius/sm` | `number` | `0` |
|
|
248
|
+
| `dark.radius/xs` | `number` | `0` |
|
|
249
|
+
| `dark.size/button-md` | `string` | `'40px'` |
|
|
250
|
+
| `dark.size/button-sm` | `string` | `'36px'` |
|
|
251
|
+
| `dark.size/button-sx` | `string` | `'30px'` |
|
|
252
|
+
| `dark.size/button-xl` | `string` | `'56px'` |
|
|
253
|
+
| `dark.surface/bcg/accent` | `string` | `'#4490f6'` |
|
|
254
|
+
| `dark.surface/bcg/custom` | `string` | `'#212121'` |
|
|
255
|
+
| `dark.surface/bcg/danger-10` | `string` | `'#ffe5e5'` |
|
|
256
|
+
| `dark.surface/bcg/danger-20` | `string` | `'#fecaca'` |
|
|
257
|
+
| `dark.surface/bcg/form` | `string` | `'#494949'` |
|
|
258
|
+
| `dark.surface/bcg/form-hover` | `string` | `'#494949'` |
|
|
259
|
+
| `dark.surface/bcg/highlight` | `string` | `'#cee3ff'` |
|
|
260
|
+
| `dark.surface/bcg/highlight-subtle` | `string` | `'#eff6ff'` |
|
|
261
|
+
| `dark.surface/bcg/info` | `string` | `'#e0e7ff'` |
|
|
262
|
+
| `dark.surface/bcg/light` | `string` | `'#989898'` |
|
|
263
|
+
| `dark.surface/bcg/menu-active` | `string` | `'#494949'` |
|
|
264
|
+
| `dark.surface/bcg/menu-hover` | `string` | `'#494949'` |
|
|
265
|
+
| `dark.surface/bcg/menu-main` | `string` | `'#323232'` |
|
|
266
|
+
| `dark.surface/bcg/mildwarning` | `string` | `'#fef9c3'` |
|
|
267
|
+
| `dark.surface/bcg/primary` | `string` | `'#212121'` |
|
|
268
|
+
| `dark.surface/bcg/secondary` | `string` | `'#323232'` |
|
|
269
|
+
| `dark.surface/bcg/success` | `string` | `'#e8f7e0'` |
|
|
270
|
+
| `dark.surface/bcg/tertiar-hover` | `string` | `'#494949'` |
|
|
271
|
+
| `dark.surface/bcg/tertiary` | `string` | `'#323232'` |
|
|
272
|
+
| `dark.surface/bcg/transparent` | `string` | `'#ffffff99'` |
|
|
273
|
+
| `dark.surface/bcg/ultralight` | `string` | `'#494949'` |
|
|
274
|
+
| `dark.surface/bcg/warning` | `string` | `'#ffedd5'` |
|
|
275
|
+
| `dark.surface/button/call/active` | `string` | `'#ffffff'` |
|
|
276
|
+
| `dark.surface/button/call/disabled` | `string` | `'#212121'` |
|
|
277
|
+
| `dark.surface/button/call/enabled-hover` | `string` | `'#d2d2d2'` |
|
|
278
|
+
| `dark.surface/button/call/error` | `string` | `'#d73332'` |
|
|
279
|
+
| `dark.surface/button/call/error-hover` | `string` | `'#bb2526'` |
|
|
280
|
+
| `dark.surface/button/call/hover` | `string` | `'#494949'` |
|
|
281
|
+
| `dark.surface/button/call/main` | `string` | `'#212121'` |
|
|
282
|
+
| `dark.surface/button/danger/primary-active` | `string` | `'#bb2526'` |
|
|
283
|
+
| `dark.surface/button/danger/primary-disabled` | `string` | `'#323232'` |
|
|
284
|
+
| `dark.surface/button/danger/primary-hover` | `string` | `'#d73332'` |
|
|
285
|
+
| `dark.surface/button/danger/primary-main` | `string` | `'#212121'` |
|
|
286
|
+
| `dark.surface/button/danger/tertiary-active` | `string` | `'#bb2526'` |
|
|
287
|
+
| `dark.surface/button/danger/tertiary-disabled` | `string` | `'#323232'` |
|
|
288
|
+
| `dark.surface/button/danger/tertiary-hover` | `string` | `'#d73332'` |
|
|
289
|
+
| `dark.surface/button/danger/tertiary-main` | `string` | `'#212121'` |
|
|
290
|
+
| `dark.surface/button/primary/active` | `string` | `'#0068f4'` |
|
|
291
|
+
| `dark.surface/button/primary/disabled` | `string` | `'#323232'` |
|
|
292
|
+
| `dark.surface/button/primary/hover` | `string` | `'#1c76f0'` |
|
|
293
|
+
| `dark.surface/button/primary/main` | `string` | `'#0068f4'` |
|
|
294
|
+
| `dark.surface/button/secondary/active` | `string` | `'#777777'` |
|
|
295
|
+
| `dark.surface/button/secondary/disabled` | `string` | `'#212121'` |
|
|
296
|
+
| `dark.surface/button/secondary/hover` | `string` | `'#494949'` |
|
|
297
|
+
| `dark.surface/button/secondary/main` | `string` | `'#212121'` |
|
|
298
|
+
| `dark.surface/button/success/primary-active` | `string` | `'#256505'` |
|
|
299
|
+
| `dark.surface/button/success/primary-disabled` | `string` | `'#323232'` |
|
|
300
|
+
| `dark.surface/button/success/primary-hover` | `string` | `'#2c7806'` |
|
|
301
|
+
| `dark.surface/button/success/primary-main` | `string` | `'#2c8500'` |
|
|
302
|
+
| `dark.surface/button/success/tertiary-active` | `string` | `'#2c7806'` |
|
|
303
|
+
| `dark.surface/button/success/tertiary-disabled` | `string` | `'#323232'` |
|
|
304
|
+
| `dark.surface/button/success/tertiary-hover` | `string` | `'#2c8500'` |
|
|
305
|
+
| `dark.surface/button/success/tertiary-main` | `string` | `'#212121'` |
|
|
306
|
+
| `dark.surface/button/tertiary/active` | `string` | `'#0068f4'` |
|
|
307
|
+
| `dark.surface/button/tertiary/disabled` | `string` | `'#212121'` |
|
|
308
|
+
| `dark.surface/button/tertiary/hover` | `string` | `'#1c76f0'` |
|
|
309
|
+
| `dark.surface/button/tertiary/main` | `string` | `'#212121'` |
|
|
310
|
+
| `dark.surface/button/text/active` | `string` | `'#494949'` |
|
|
311
|
+
| `dark.surface/button/text/disabled` | `string` | `'#323232'` |
|
|
312
|
+
| `dark.surface/button/text/hover` | `string` | `'#323232'` |
|
|
313
|
+
| `dark.surface/button/text/main` | `string` | `'#212121'` |
|
|
314
|
+
| `dark.surface/button/trans/active` | `string` | `'#494949'` |
|
|
315
|
+
| `dark.surface/button/trans/active-ultra` | `string` | `'#ffffff'` |
|
|
316
|
+
| `dark.surface/button/trans/disabled` | `string` | `'#323232'` |
|
|
317
|
+
| `dark.surface/button/trans/hover` | `string` | `'#494949'` |
|
|
318
|
+
| `dark.surface/button/trans/main` | `string` | `'#32323226'` |
|
|
319
|
+
| `dark.surface/toggle/off-disabled` | `string` | `'#d2d2d2'` |
|
|
320
|
+
| `dark.surface/toggle/off-hover` | `string` | `'#494949'` |
|
|
321
|
+
| `dark.surface/toggle/off-main` | `string` | `'#0068f4'` |
|
|
322
|
+
| `dark.surface/toggle/on-disabled` | `string` | `'#4490f6'` |
|
|
323
|
+
| `dark.surface/toggle/on-hover` | `string` | `'#0156c9'` |
|
|
324
|
+
| `dark.surface/toggle/on-main` | `string` | `'#0068f4'` |
|