@utilitywarehouse/hearth-react-native 0.1.0 → 0.3.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/.storybook/preview.tsx +5 -0
- package/.storybook/prism-setup.ts +104 -0
- package/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-lint.log +1 -1
- package/CHANGELOG.md +42 -0
- package/build/components/Accordion/Accordion.d.ts +1 -1
- package/build/components/Accordion/Accordion.js +7 -7
- package/build/components/Accordion/Accordion.props.d.ts +2 -2
- package/build/components/Accordion/AccordionIcon.js +2 -2
- package/build/components/Accordion/AccordionItemRoot.js +2 -2
- package/build/components/Accordion/AccordionTrigger.js +4 -4
- package/build/components/Accordion/index.d.ts +1 -2
- package/build/components/Accordion/index.js +1 -2
- package/build/components/Alert/Alert.js +21 -21
- package/build/components/Alert/Alert.props.d.ts +3 -3
- package/build/components/Alert/AlertCloseButton.js +2 -2
- package/build/components/Alert/AlertIcon.js +5 -5
- package/build/components/Badge/Badge.context.d.ts +4 -0
- package/build/components/Badge/Badge.js +179 -33
- package/build/components/Badge/Badge.props.d.ts +3 -2
- package/build/components/Badge/BadgeIcon.js +29 -19
- package/build/components/Badge/BadgeText.js +30 -19
- package/build/components/BodyText/BodyText.js +2 -2
- package/build/components/BottomSheet/BottomSheet.d.ts +1 -1
- package/build/components/BottomSheet/BottomSheet.js +3 -3
- package/build/components/BottomSheet/BottomSheetHandle.js +1 -1
- package/build/components/BottomSheet/BottomSheetModal.js +1 -1
- package/build/components/BottomSheet/BottomSheetScrollView.js +3 -1
- package/build/components/BottomSheet/BottomSheetView.js +1 -1
- package/build/components/Button/Button.d.ts +2 -2
- package/build/components/Button/Button.props.d.ts +7 -7
- package/build/components/Button/ButtonGroupRoot.d.ts +3 -2
- package/build/components/Button/ButtonGroupRoot.js +9 -0
- package/build/components/Button/ButtonIcon.js +29 -29
- package/build/components/Button/ButtonRoot.js +79 -88
- package/build/components/Button/ButtonSpinner.js +28 -31
- package/build/components/Button/ButtonText.js +40 -26
- package/build/components/Card/Card.props.d.ts +3 -3
- package/build/components/Card/CardRoot.js +56 -56
- package/build/components/Checkbox/CheckboxIcon.js +3 -3
- package/build/components/Checkbox/CheckboxIndicator.js +3 -3
- package/build/components/Checkbox/CheckboxTileRoot.js +3 -3
- package/build/components/CurrencyInput/CurrencyInput.d.ts +6 -0
- package/build/components/CurrencyInput/CurrencyInput.js +47 -0
- package/build/components/CurrencyInput/CurrencyInput.props.d.ts +14 -0
- package/build/components/CurrencyInput/index.d.ts +1 -0
- package/build/components/CurrencyInput/index.js +1 -0
- package/build/components/DescriptionList/DescriptionList.context.d.ts +6 -0
- package/build/components/DescriptionList/DescriptionList.context.js +9 -0
- package/build/components/DescriptionList/DescriptionList.d.ts +6 -0
- package/build/components/DescriptionList/DescriptionList.js +25 -0
- package/build/components/DescriptionList/DescriptionList.props.d.ts +18 -0
- package/build/components/DescriptionList/DescriptionListItem.d.ts +6 -0
- package/build/components/DescriptionList/DescriptionListItem.js +49 -0
- package/build/components/DescriptionList/DescriptionListItem.props.d.ts +17 -0
- package/build/components/DescriptionList/DescriptionListItem.props.js +1 -0
- package/build/components/DescriptionList/index.d.ts +4 -0
- package/build/components/DescriptionList/index.js +2 -0
- package/build/components/DetailText/DetailText.js +2 -2
- package/build/components/Divider/Divider.js +47 -1
- package/build/components/Divider/Divider.props.d.ts +2 -2
- package/build/components/Flex/Flex.props.d.ts +3 -2
- package/build/components/Grid/Grid.props.d.ts +2 -2
- package/build/components/Heading/Heading.js +2 -2
- package/build/components/Heading/Heading.props.d.ts +3 -1
- package/build/components/Helper/HelperIcon.js +3 -3
- package/build/components/Helper/HelperText.js +4 -4
- package/build/components/IconButton/IconButtonIcon.js +29 -29
- package/build/components/IconButton/IconButtonRoot.js +94 -88
- package/build/components/IconButton/IconButtonSpinner.js +27 -30
- package/build/components/IconContainer/IconContainer.d.ts +5 -0
- package/build/components/IconContainer/IconContainer.js +161 -0
- package/build/components/IconContainer/IconContainer.props.d.ts +15 -0
- package/build/components/IconContainer/IconContainer.props.js +1 -0
- package/build/components/IconContainer/index.d.ts +2 -0
- package/build/components/IconContainer/index.js +1 -0
- package/build/components/Icons/CircleIcon.js +3 -3
- package/build/components/InlineLink/InlineLinkRoot.js +2 -2
- package/build/components/Input/Input.d.ts +9 -3
- package/build/components/Input/Input.js +11 -43
- package/build/components/Input/Input.props.d.ts +2 -17
- package/build/components/Input/InputField.d.ts +3 -1
- package/build/components/Input/InputField.js +9 -46
- package/build/components/Input/InputIcon.js +1 -1
- package/build/components/Input/InputRoot.js +9 -9
- package/build/components/Label/Label.js +1 -1
- package/build/components/Link/LinkRoot.js +2 -2
- package/build/components/List/List.d.ts +1 -1
- package/build/components/List/List.js +6 -4
- package/build/components/List/List.props.d.ts +9 -10
- package/build/components/List/ListItem/ListItemHelperText.js +1 -1
- package/build/components/List/ListItem/ListItemIcon.js +1 -1
- package/build/components/List/ListItem/ListItemRoot.js +15 -6
- package/build/components/List/ListItem/ListItemTrailingIcon.js +1 -1
- package/build/components/List/index.d.ts +0 -1
- package/build/components/List/index.js +0 -1
- package/build/components/Modal/Modal.d.ts +7 -0
- package/build/components/Modal/Modal.js +180 -0
- package/build/components/Modal/Modal.props.d.ts +24 -0
- package/build/components/Modal/Modal.props.js +1 -0
- package/build/components/Modal/Modal.web.d.ts +7 -0
- package/build/components/Modal/Modal.web.js +164 -0
- package/build/components/Modal/index.d.ts +2 -0
- package/build/components/Modal/index.js +1 -0
- package/build/components/Radio/RadioIndicator.js +2 -2
- package/build/components/Radio/RadioTileRoot.js +3 -3
- package/build/components/RadioCard/RadioCardIndicator.js +2 -2
- package/build/components/RadioCard/RadioCardRoot.js +3 -3
- package/build/components/SectionHeader/SectionHeader.d.ts +6 -0
- package/build/components/SectionHeader/SectionHeader.js +20 -0
- package/build/components/{List/ListHeading/ListHeading.props.d.ts → SectionHeader/SectionHeader.props.d.ts} +7 -9
- package/build/components/SectionHeader/SectionHeader.props.js +1 -0
- package/build/components/SectionHeader/SectionHeaderHeading.d.ts +6 -0
- package/build/components/SectionHeader/SectionHeaderHeading.js +7 -0
- package/build/components/SectionHeader/SectionHeaderHelperText.d.ts +6 -0
- package/build/components/{List/ListHeading/ListHeadingHelperText.js → SectionHeader/SectionHeaderHelperText.js} +5 -5
- package/build/components/{List/ListHeading/ListHeadingTextContent.d.ts → SectionHeader/SectionHeaderTextContent.d.ts} +2 -2
- package/build/components/{List/ListHeading/ListHeadingTextContent.js → SectionHeader/SectionHeaderTextContent.js} +4 -4
- package/build/components/SectionHeader/index.d.ts +4 -0
- package/build/components/SectionHeader/index.js +4 -0
- package/build/components/Select/Select.js +10 -10
- package/build/components/Select/SelectOption.js +6 -6
- package/build/components/Spinner/Spinner.web.js +3 -3
- package/build/components/Switch/Switch.js +10 -7
- package/build/components/Switch/Switch.web.js +10 -8
- package/build/components/Tabs/Tab.d.ts +18 -0
- package/build/components/Tabs/Tab.js +74 -0
- package/build/components/Tabs/Tab.props.d.ts +14 -0
- package/build/components/Tabs/Tab.props.js +1 -0
- package/build/components/Tabs/TabPanel.d.ts +3 -0
- package/build/components/Tabs/TabPanel.js +34 -0
- package/build/components/Tabs/TabPanel.props.d.ts +8 -0
- package/build/components/Tabs/TabPanel.props.js +1 -0
- package/build/components/Tabs/Tabs.context.d.ts +23 -0
- package/build/components/Tabs/Tabs.context.js +8 -0
- package/build/components/Tabs/Tabs.d.ts +6 -0
- package/build/components/Tabs/Tabs.js +114 -0
- package/build/components/Tabs/Tabs.props.d.ts +19 -0
- package/build/components/Tabs/Tabs.props.js +1 -0
- package/build/components/Tabs/TabsList.d.ts +6 -0
- package/build/components/Tabs/TabsList.js +112 -0
- package/build/components/Tabs/TabsList.props.d.ts +6 -0
- package/build/components/Tabs/TabsList.props.js +1 -0
- package/build/components/Tabs/index.d.ts +8 -0
- package/build/components/Tabs/index.js +4 -0
- package/build/components/Textarea/TextareaField.js +5 -5
- package/build/components/Textarea/TextareaRoot.js +9 -9
- package/build/components/ToggleButton/ToggleButtonIcon.js +3 -3
- package/build/components/ToggleButton/ToggleButtonRoot.js +9 -9
- package/build/components/ToggleButton/ToggleButtonText.js +2 -2
- package/build/components/ToggleButtonCard/ToggleButtonCardRoot.js +3 -3
- package/build/components/index.d.ts +9 -3
- package/build/components/index.js +9 -3
- package/build/core/themes.d.ts +1442 -258
- package/build/core/themes.js +59 -3
- package/build/tokens/color.d.ts +1010 -86
- package/build/tokens/color.js +505 -43
- package/build/tokens/components/dark/accordion.d.ts +0 -2
- package/build/tokens/components/dark/accordion.js +0 -2
- package/build/tokens/components/dark/alert.d.ts +0 -16
- package/build/tokens/components/dark/alert.js +0 -16
- package/build/tokens/components/dark/avatar.d.ts +19 -0
- package/build/tokens/components/dark/avatar.js +18 -0
- package/build/tokens/components/dark/badge.d.ts +7 -34
- package/build/tokens/components/dark/badge.js +7 -34
- package/build/tokens/components/dark/banner.d.ts +1 -10
- package/build/tokens/components/dark/banner.js +1 -10
- package/build/tokens/components/dark/bottom-navigation.d.ts +2 -7
- package/build/tokens/components/dark/bottom-navigation.js +2 -7
- package/build/tokens/components/dark/bottom-sheet.d.ts +1 -2
- package/build/tokens/components/dark/bottom-sheet.js +1 -2
- package/build/tokens/components/dark/breadcrumb.d.ts +0 -1
- package/build/tokens/components/dark/breadcrumb.js +0 -1
- package/build/tokens/components/dark/button.d.ts +1 -86
- package/build/tokens/components/dark/button.js +1 -86
- package/build/tokens/components/dark/card.d.ts +0 -28
- package/build/tokens/components/dark/card.js +0 -28
- package/build/tokens/components/dark/carousel-control.d.ts +0 -8
- package/build/tokens/components/dark/carousel-control.js +0 -8
- package/build/tokens/components/dark/checkbox.d.ts +2 -11
- package/build/tokens/components/dark/checkbox.js +2 -11
- package/build/tokens/components/dark/date-picker.d.ts +0 -12
- package/build/tokens/components/dark/date-picker.js +0 -12
- package/build/tokens/components/dark/description-list.d.ts +20 -0
- package/build/tokens/components/dark/description-list.js +19 -0
- package/build/tokens/components/dark/dialog.d.ts +0 -1
- package/build/tokens/components/dark/dialog.js +0 -1
- package/build/tokens/components/dark/divider.d.ts +4 -1
- package/build/tokens/components/dark/divider.js +4 -1
- package/build/tokens/components/dark/expandable-card.d.ts +11 -0
- package/build/tokens/components/dark/expandable-card.js +10 -0
- package/build/tokens/components/dark/icon-button.d.ts +5 -5
- package/build/tokens/components/dark/icon-button.js +5 -5
- package/build/tokens/components/dark/icon-container.d.ts +0 -17
- package/build/tokens/components/dark/icon-container.js +0 -17
- package/build/tokens/components/dark/index.d.ts +10 -4
- package/build/tokens/components/dark/index.js +10 -4
- package/build/tokens/components/dark/indicator-icon-button.d.ts +11 -0
- package/build/tokens/components/dark/indicator-icon-button.js +10 -0
- package/build/tokens/components/dark/inline-link.d.ts +1 -1
- package/build/tokens/components/dark/inline-link.js +1 -1
- package/build/tokens/components/dark/input.d.ts +1 -9
- package/build/tokens/components/dark/input.js +1 -9
- package/build/tokens/components/dark/link.d.ts +2 -2
- package/build/tokens/components/dark/link.js +2 -2
- package/build/tokens/components/dark/list.d.ts +20 -20
- package/build/tokens/components/dark/list.js +20 -20
- package/build/tokens/components/dark/menu.d.ts +0 -12
- package/build/tokens/components/dark/menu.js +0 -12
- package/build/tokens/components/dark/modal.d.ts +0 -1
- package/build/tokens/components/dark/modal.js +0 -1
- package/build/tokens/components/dark/navigation.d.ts +1 -6
- package/build/tokens/components/dark/navigation.js +1 -6
- package/build/tokens/components/dark/pagination.d.ts +12 -0
- package/build/tokens/components/dark/pagination.js +11 -0
- package/build/tokens/components/dark/parts.d.ts +14 -4
- package/build/tokens/components/dark/parts.js +14 -4
- package/build/tokens/components/dark/pill.d.ts +0 -10
- package/build/tokens/components/dark/pill.js +0 -10
- package/build/tokens/components/dark/progress-stepper.d.ts +0 -8
- package/build/tokens/components/dark/progress-stepper.js +0 -8
- package/build/tokens/components/dark/radio.d.ts +2 -9
- package/build/tokens/components/dark/radio.js +2 -9
- package/build/tokens/components/dark/{focus.d.ts → section-header.d.ts} +4 -2
- package/build/tokens/components/dark/{focus.js → section-header.js} +4 -2
- package/build/tokens/components/dark/segmented-control.d.ts +0 -8
- package/build/tokens/components/dark/segmented-control.js +0 -8
- package/build/tokens/components/dark/select.d.ts +0 -10
- package/build/tokens/components/dark/select.js +0 -10
- package/build/tokens/components/dark/spinner.d.ts +1 -1
- package/build/tokens/components/dark/spinner.js +1 -1
- package/build/tokens/components/dark/switch.d.ts +1 -11
- package/build/tokens/components/dark/switch.js +1 -11
- package/build/tokens/components/dark/table.d.ts +23 -0
- package/build/tokens/components/dark/table.js +22 -0
- package/build/tokens/components/dark/tabs.d.ts +26 -0
- package/build/tokens/components/dark/tabs.js +25 -0
- package/build/tokens/components/dark/toast.d.ts +10 -0
- package/build/tokens/components/dark/toast.js +9 -0
- package/build/tokens/components/dark/toggle-button.d.ts +0 -11
- package/build/tokens/components/dark/toggle-button.js +0 -11
- package/build/tokens/components/dark/tooltip.d.ts +12 -0
- package/build/tokens/components/dark/tooltip.js +11 -0
- package/build/tokens/components/dark/top-navigation.d.ts +0 -8
- package/build/tokens/components/dark/top-navigation.js +0 -8
- package/build/tokens/components/light/accordion.d.ts +0 -2
- package/build/tokens/components/light/accordion.js +0 -2
- package/build/tokens/components/light/alert.d.ts +0 -16
- package/build/tokens/components/light/alert.js +0 -16
- package/build/tokens/components/light/avatar.d.ts +19 -0
- package/build/tokens/components/light/avatar.js +18 -0
- package/build/tokens/components/light/badge.d.ts +7 -34
- package/build/tokens/components/light/badge.js +7 -34
- package/build/tokens/components/light/banner.d.ts +2 -11
- package/build/tokens/components/light/banner.js +2 -11
- package/build/tokens/components/light/bottom-navigation.d.ts +0 -5
- package/build/tokens/components/light/bottom-navigation.js +0 -5
- package/build/tokens/components/light/bottom-sheet.d.ts +1 -2
- package/build/tokens/components/light/bottom-sheet.js +1 -2
- package/build/tokens/components/light/breadcrumb.d.ts +0 -1
- package/build/tokens/components/light/breadcrumb.js +0 -1
- package/build/tokens/components/light/button.d.ts +1 -86
- package/build/tokens/components/light/button.js +1 -86
- package/build/tokens/components/light/card.d.ts +0 -28
- package/build/tokens/components/light/card.js +0 -28
- package/build/tokens/components/light/carousel-control.d.ts +0 -8
- package/build/tokens/components/light/carousel-control.js +0 -8
- package/build/tokens/components/light/checkbox.d.ts +3 -12
- package/build/tokens/components/light/checkbox.js +3 -12
- package/build/tokens/components/light/date-picker.d.ts +0 -12
- package/build/tokens/components/light/date-picker.js +0 -12
- package/build/tokens/components/light/description-list.d.ts +20 -0
- package/build/tokens/components/light/description-list.js +19 -0
- package/build/tokens/components/light/dialog.d.ts +0 -1
- package/build/tokens/components/light/dialog.js +0 -1
- package/build/tokens/components/light/divider.d.ts +4 -1
- package/build/tokens/components/light/divider.js +4 -1
- package/build/tokens/components/light/expandable-card.d.ts +11 -0
- package/build/tokens/components/light/expandable-card.js +10 -0
- package/build/tokens/components/light/icon-button.d.ts +5 -5
- package/build/tokens/components/light/icon-button.js +5 -5
- package/build/tokens/components/light/icon-container.d.ts +0 -17
- package/build/tokens/components/light/icon-container.js +0 -17
- package/build/tokens/components/light/index.d.ts +10 -4
- package/build/tokens/components/light/index.js +10 -4
- package/build/tokens/components/light/indicator-icon-button.d.ts +11 -0
- package/build/tokens/components/light/indicator-icon-button.js +10 -0
- package/build/tokens/components/light/input.d.ts +1 -9
- package/build/tokens/components/light/input.js +1 -9
- package/build/tokens/components/light/link.d.ts +2 -2
- package/build/tokens/components/light/link.js +2 -2
- package/build/tokens/components/light/list.d.ts +20 -20
- package/build/tokens/components/light/list.js +20 -20
- package/build/tokens/components/light/menu.d.ts +0 -12
- package/build/tokens/components/light/menu.js +0 -12
- package/build/tokens/components/light/modal.d.ts +0 -1
- package/build/tokens/components/light/modal.js +0 -1
- package/build/tokens/components/light/navigation.d.ts +1 -6
- package/build/tokens/components/light/navigation.js +1 -6
- package/build/tokens/components/light/pagination.d.ts +12 -0
- package/build/tokens/components/light/pagination.js +11 -0
- package/build/tokens/components/light/parts.d.ts +11 -1
- package/build/tokens/components/light/parts.js +11 -1
- package/build/tokens/components/light/pill.d.ts +0 -10
- package/build/tokens/components/light/pill.js +0 -10
- package/build/tokens/components/light/progress-stepper.d.ts +0 -8
- package/build/tokens/components/light/progress-stepper.js +0 -8
- package/build/tokens/components/light/radio.d.ts +3 -10
- package/build/tokens/components/light/radio.js +3 -10
- package/build/tokens/components/light/section-header.d.ts +10 -0
- package/build/tokens/components/light/section-header.js +9 -0
- package/build/tokens/components/light/segmented-control.d.ts +0 -8
- package/build/tokens/components/light/segmented-control.js +0 -8
- package/build/tokens/components/light/select.d.ts +0 -10
- package/build/tokens/components/light/select.js +0 -10
- package/build/tokens/components/light/switch.d.ts +1 -11
- package/build/tokens/components/light/switch.js +1 -11
- package/build/tokens/components/light/table.d.ts +23 -0
- package/build/tokens/components/light/table.js +22 -0
- package/build/tokens/components/light/tabs.d.ts +26 -0
- package/build/tokens/components/light/tabs.js +25 -0
- package/build/tokens/components/light/toast.d.ts +10 -0
- package/build/tokens/components/light/toast.js +9 -0
- package/build/tokens/components/light/toggle-button.d.ts +0 -11
- package/build/tokens/components/light/toggle-button.js +0 -11
- package/build/tokens/components/light/tooltip.d.ts +12 -0
- package/build/tokens/components/light/tooltip.js +11 -0
- package/build/tokens/components/light/top-navigation.d.ts +0 -8
- package/build/tokens/components/light/top-navigation.js +0 -8
- package/build/tokens/index.d.ts +1 -0
- package/build/tokens/index.js +1 -0
- package/build/tokens/layout.d.ts +48 -30
- package/build/tokens/layout.js +24 -15
- package/build/tokens/semantic-dark.d.ts +242 -13
- package/build/tokens/semantic-dark.js +242 -13
- package/build/tokens/semantic-light.d.ts +242 -13
- package/build/tokens/semantic-light.js +242 -13
- package/build/tokens/{components/light/focus.d.ts → semantic.d.ts} +3 -2
- package/build/tokens/{components/light/focus.js → semantic.js} +3 -2
- package/build/types/values.d.ts +12 -7
- package/build/utils/coloursAsArray.d.ts +8 -0
- package/build/utils/coloursAsArray.js +37 -2
- package/build/utils/formatThousands.d.ts +2 -0
- package/build/utils/formatThousands.js +16 -0
- package/build/utils/getFlattenedColorValue.d.ts +3 -1
- package/build/utils/hexWithOpacity.d.ts +2 -0
- package/build/utils/hexWithOpacity.js +15 -0
- package/build/utils/index.d.ts +3 -1
- package/build/utils/index.js +3 -1
- package/build/utils/styleUtils.js +33 -1
- package/docs/assets/modal-android.mp4 +0 -0
- package/docs/assets/modal-ios.mp4 +0 -0
- package/docs/assets/pigs.png +0 -0
- package/docs/components/AllComponents.web.tsx +135 -9
- package/docs/components/BadgeList.tsx +8 -8
- package/docs/components/NextPrevPage.tsx +11 -3
- package/docs/components/UsageWrap.tsx +2 -2
- package/docs/components/ViewFigmaButton.tsx +3 -3
- package/docs/heplers/addReactNativePrefix.ts +8 -0
- package/docs/heplers/index.ts +1 -0
- package/docs/introduction.mdx +2 -2
- package/docs/llm-docs/unistyles-llms-full.txt +1 -1
- package/docs/theme-tokens.mdx +91 -26
- package/package.json +21 -19
- package/src/components/Accordion/Accordion.docs.mdx +25 -39
- package/src/components/Accordion/Accordion.props.ts +2 -2
- package/src/components/Accordion/Accordion.stories.tsx +10 -10
- package/src/components/Accordion/Accordion.tsx +14 -14
- package/src/components/Accordion/AccordionIcon.tsx +2 -2
- package/src/components/Accordion/AccordionItemRoot.tsx +3 -3
- package/src/components/Accordion/AccordionTrigger.tsx +4 -4
- package/src/components/Accordion/index.ts +3 -4
- package/src/components/Alert/Alert.docs.mdx +25 -25
- package/src/components/Alert/Alert.props.ts +3 -3
- package/src/components/Alert/Alert.stories.tsx +11 -11
- package/src/components/Alert/Alert.tsx +22 -22
- package/src/components/Alert/AlertCloseButton.tsx +3 -3
- package/src/components/Alert/AlertIcon.tsx +7 -7
- package/src/components/Badge/Badge.context.ts +2 -0
- package/src/components/Badge/Badge.docs.mdx +16 -15
- package/src/components/Badge/Badge.props.ts +15 -2
- package/src/components/Badge/Badge.stories.tsx +101 -54
- package/src/components/Badge/Badge.tsx +189 -35
- package/src/components/Badge/BadgeIcon.tsx +29 -19
- package/src/components/Badge/BadgeText.tsx +30 -19
- package/src/components/BodyText/BodyText.tsx +4 -4
- package/src/components/BottomSheet/BottomSheet.docs.mdx +23 -5
- package/src/components/BottomSheet/BottomSheet.stories.tsx +9 -9
- package/src/components/BottomSheet/BottomSheet.tsx +5 -5
- package/src/components/BottomSheet/BottomSheetHandle.tsx +1 -1
- package/src/components/BottomSheet/BottomSheetModal.tsx +1 -1
- package/src/components/BottomSheet/BottomSheetScrollView.tsx +4 -2
- package/src/components/BottomSheet/BottomSheetView.tsx +1 -1
- package/src/components/Box/Box.stories.tsx +3 -3
- package/src/components/Button/Button.docs.mdx +35 -35
- package/src/components/Button/Button.props.tsx +7 -7
- package/src/components/Button/Button.stories.tsx +16 -16
- package/src/components/Button/ButtonGroupRoot.tsx +12 -2
- package/src/components/Button/ButtonIcon.tsx +29 -29
- package/src/components/Button/ButtonRoot.tsx +79 -89
- package/src/components/Button/ButtonSpinner.tsx +30 -33
- package/src/components/Button/ButtonText.tsx +40 -26
- package/src/components/Card/Card.docs.mdx +22 -22
- package/src/components/Card/Card.props.ts +11 -11
- package/src/components/Card/Card.stories.tsx +34 -34
- package/src/components/Card/CardRoot.tsx +56 -56
- package/src/components/Checkbox/CheckboxIcon.tsx +4 -4
- package/src/components/Checkbox/CheckboxIndicator.tsx +3 -3
- package/src/components/Checkbox/CheckboxTileRoot.tsx +3 -3
- package/src/components/CurrencyInput/CurrencyInput.docs.mdx +120 -0
- package/src/components/CurrencyInput/CurrencyInput.props.ts +19 -0
- package/src/components/CurrencyInput/CurrencyInput.stories.tsx +116 -0
- package/src/components/CurrencyInput/CurrencyInput.tsx +91 -0
- package/src/components/CurrencyInput/index.ts +1 -0
- package/src/components/DescriptionList/DescriptionList.context.ts +18 -0
- package/src/components/DescriptionList/DescriptionList.docs.mdx +98 -0
- package/src/components/DescriptionList/DescriptionList.props.ts +20 -0
- package/src/components/DescriptionList/DescriptionList.stories.tsx +154 -0
- package/src/components/DescriptionList/DescriptionList.tsx +64 -0
- package/src/components/DescriptionList/DescriptionListItem.props.ts +19 -0
- package/src/components/DescriptionList/DescriptionListItem.tsx +101 -0
- package/src/components/DescriptionList/index.ts +4 -0
- package/src/components/DetailText/DetailText.tsx +3 -3
- package/src/components/Divider/Divider.props.ts +2 -2
- package/src/components/Divider/Divider.stories.tsx +3 -3
- package/src/components/Divider/Divider.tsx +47 -1
- package/src/components/Flex/Flex.docs.mdx +4 -4
- package/src/components/Flex/Flex.props.ts +3 -2
- package/src/components/Flex/Flex.stories.tsx +1 -1
- package/src/components/Grid/Grid.docs.mdx +12 -12
- package/src/components/Grid/Grid.props.ts +2 -2
- package/src/components/Grid/Grid.stories.tsx +2 -2
- package/src/components/Heading/Heading.props.ts +3 -1
- package/src/components/Heading/Heading.tsx +2 -2
- package/src/components/Helper/HelperIcon.tsx +3 -3
- package/src/components/Helper/HelperText.tsx +4 -4
- package/src/components/Icon/Icon.stories.tsx +2 -2
- package/src/components/IconButton/IconButton.docs.mdx +21 -16
- package/src/components/IconButton/IconButton.figma.tsx +1 -1
- package/src/components/IconButton/IconButton.stories.tsx +14 -14
- package/src/components/IconButton/IconButtonIcon.tsx +29 -29
- package/src/components/IconButton/IconButtonRoot.tsx +94 -88
- package/src/components/IconButton/IconButtonSpinner.tsx +27 -30
- package/src/components/IconContainer/IconContainer.docs.mdx +90 -0
- package/src/components/IconContainer/IconContainer.props.ts +17 -0
- package/src/components/IconContainer/IconContainer.stories.tsx +130 -0
- package/src/components/IconContainer/IconContainer.tsx +180 -0
- package/src/components/IconContainer/index.tsx +2 -0
- package/src/components/Icons/CircleIcon.tsx +9 -11
- package/src/components/InlineLink/InlineLinkRoot.tsx +2 -2
- package/src/components/Input/Input.docs.mdx +19 -17
- package/src/components/Input/Input.props.ts +1 -20
- package/src/components/Input/Input.stories.tsx +5 -10
- package/src/components/Input/Input.tsx +16 -61
- package/src/components/Input/InputField.tsx +25 -59
- package/src/components/Input/InputIcon.tsx +1 -1
- package/src/components/Input/InputRoot.tsx +10 -10
- package/src/components/Label/Label.tsx +2 -2
- package/src/components/Link/LinkRoot.tsx +2 -2
- package/src/components/List/List.docs.mdx +35 -56
- package/src/components/List/List.props.ts +9 -10
- package/src/components/List/List.stories.tsx +8 -8
- package/src/components/List/List.tsx +25 -25
- package/src/components/List/ListItem/ListItemHelperText.tsx +1 -1
- package/src/components/List/ListItem/ListItemIcon.tsx +1 -1
- package/src/components/List/ListItem/ListItemRoot.tsx +15 -6
- package/src/components/List/ListItem/ListItemTrailingIcon.tsx +1 -1
- package/src/components/List/index.ts +0 -1
- package/src/components/Modal/Modal.docs.mdx +547 -0
- package/src/components/Modal/Modal.props.ts +26 -0
- package/src/components/Modal/Modal.stories.tsx +222 -0
- package/src/components/Modal/Modal.tsx +351 -0
- package/src/components/Modal/Modal.web.tsx +333 -0
- package/src/components/Modal/index.ts +2 -0
- package/src/components/Radio/RadioIndicator.tsx +2 -2
- package/src/components/Radio/RadioTileRoot.tsx +3 -3
- package/src/components/RadioCard/RadioCardIndicator.tsx +2 -2
- package/src/components/RadioCard/RadioCardRoot.tsx +3 -3
- package/src/components/{List/ListHeading/ListHeading.figma.tsx → SectionHeader/SectionHeader.figma.tsx} +3 -3
- package/src/components/{List/ListHeading/ListHeading.props.ts → SectionHeader/SectionHeader.props.ts} +7 -9
- package/src/components/SectionHeader/SectionHeader.stories.tsx +76 -0
- package/src/components/{List/ListHeading/ListHeading.tsx → SectionHeader/SectionHeader.tsx} +17 -19
- package/src/components/SectionHeader/SectionHeaderHeading.tsx +14 -0
- package/src/components/SectionHeader/SectionHeaderHelperText.tsx +21 -0
- package/src/components/{List/ListHeading/ListHeadingTextContent.tsx → SectionHeader/SectionHeaderTextContent.tsx} +4 -4
- package/src/components/SectionHeader/Sectionheader.docs.mdx +83 -0
- package/src/components/SectionHeader/index.ts +4 -0
- package/src/components/Select/Select.tsx +10 -10
- package/src/components/Select/SelectOption.tsx +7 -7
- package/src/components/Spinner/Spinner.tsx +3 -3
- package/src/components/Spinner/Spinner.web.tsx +12 -12
- package/src/components/Switch/Switch.tsx +10 -7
- package/src/components/Switch/Switch.web.tsx +10 -12
- package/src/components/Tabs/Tab.props.ts +16 -0
- package/src/components/Tabs/Tab.tsx +113 -0
- package/src/components/Tabs/TabPanel.props.ts +10 -0
- package/src/components/Tabs/TabPanel.tsx +46 -0
- package/src/components/Tabs/Tabs.context.ts +26 -0
- package/src/components/Tabs/Tabs.docs.mdx +214 -0
- package/src/components/Tabs/Tabs.props.ts +21 -0
- package/src/components/Tabs/Tabs.stories.tsx +270 -0
- package/src/components/Tabs/Tabs.tsx +139 -0
- package/src/components/Tabs/TabsList.props.ts +8 -0
- package/src/components/Tabs/TabsList.tsx +194 -0
- package/src/components/Tabs/index.ts +8 -0
- package/src/components/Textarea/TextareaField.tsx +5 -5
- package/src/components/Textarea/TextareaRoot.tsx +10 -10
- package/src/components/ToggleButton/ToggleButtonIcon.tsx +3 -3
- package/src/components/ToggleButton/ToggleButtonRoot.tsx +11 -11
- package/src/components/ToggleButton/ToggleButtonText.tsx +2 -2
- package/src/components/ToggleButtonCard/ToggleButtonCardRoot.tsx +3 -3
- package/src/components/index.ts +11 -5
- package/src/core/themes.ts +59 -3
- package/src/tokens/color.ts +505 -43
- package/src/tokens/components/dark/accordion.ts +0 -2
- package/src/tokens/components/dark/alert.ts +0 -16
- package/src/tokens/components/dark/avatar.ts +19 -0
- package/src/tokens/components/dark/badge.ts +7 -34
- package/src/tokens/components/dark/banner.ts +1 -10
- package/src/tokens/components/dark/bottom-navigation.ts +2 -7
- package/src/tokens/components/dark/bottom-sheet.ts +1 -2
- package/src/tokens/components/dark/breadcrumb.ts +0 -1
- package/src/tokens/components/dark/button.ts +1 -86
- package/src/tokens/components/dark/card.ts +0 -28
- package/src/tokens/components/dark/carousel-control.ts +0 -8
- package/src/tokens/components/dark/checkbox.ts +2 -11
- package/src/tokens/components/dark/date-picker.ts +0 -12
- package/src/tokens/components/dark/description-list.ts +20 -0
- package/src/tokens/components/dark/dialog.ts +0 -1
- package/src/tokens/components/dark/divider.ts +4 -1
- package/src/tokens/components/{light/footer.ts → dark/expandable-card.ts} +4 -5
- package/src/tokens/components/dark/icon-button.ts +5 -5
- package/src/tokens/components/dark/icon-container.ts +0 -17
- package/src/tokens/components/dark/index.ts +10 -4
- package/src/tokens/components/dark/{footer.ts → indicator-icon-button.ts} +4 -5
- package/src/tokens/components/dark/inline-link.ts +1 -1
- package/src/tokens/components/dark/input.ts +1 -9
- package/src/tokens/components/dark/link.ts +2 -2
- package/src/tokens/components/dark/list.ts +20 -20
- package/src/tokens/components/dark/menu.ts +0 -12
- package/src/tokens/components/dark/modal.ts +0 -1
- package/src/tokens/components/dark/navigation.ts +1 -6
- package/src/tokens/components/dark/pagination.ts +12 -0
- package/src/tokens/components/dark/parts.ts +14 -4
- package/src/tokens/components/dark/pill.ts +0 -10
- package/src/tokens/components/dark/progress-stepper.ts +0 -8
- package/src/tokens/components/dark/radio.ts +2 -9
- package/src/tokens/components/dark/{focus.ts → section-header.ts} +4 -2
- package/src/tokens/components/dark/segmented-control.ts +0 -8
- package/src/tokens/components/dark/select.ts +0 -10
- package/src/tokens/components/dark/spinner.ts +1 -1
- package/src/tokens/components/dark/switch.ts +1 -11
- package/src/tokens/components/dark/table.ts +23 -0
- package/src/tokens/components/dark/tabs.ts +26 -0
- package/src/tokens/components/dark/toast.ts +10 -0
- package/src/tokens/components/dark/toggle-button.ts +0 -11
- package/src/tokens/components/dark/tooltip.ts +12 -0
- package/src/tokens/components/dark/top-navigation.ts +0 -8
- package/src/tokens/components/light/accordion.ts +0 -2
- package/src/tokens/components/light/alert.ts +0 -16
- package/src/tokens/components/light/avatar.ts +19 -0
- package/src/tokens/components/light/badge.ts +7 -34
- package/src/tokens/components/light/banner.ts +2 -11
- package/src/tokens/components/light/bottom-navigation.ts +0 -5
- package/src/tokens/components/light/bottom-sheet.ts +1 -2
- package/src/tokens/components/light/breadcrumb.ts +0 -1
- package/src/tokens/components/light/button.ts +1 -86
- package/src/tokens/components/light/card.ts +0 -28
- package/src/tokens/components/light/carousel-control.ts +0 -8
- package/src/tokens/components/light/checkbox.ts +3 -12
- package/src/tokens/components/light/date-picker.ts +0 -12
- package/src/tokens/components/light/description-list.ts +20 -0
- package/src/tokens/components/light/dialog.ts +0 -1
- package/src/tokens/components/light/divider.ts +4 -1
- package/src/tokens/components/light/expandable-card.ts +11 -0
- package/src/tokens/components/light/icon-button.ts +5 -5
- package/src/tokens/components/light/icon-container.ts +0 -17
- package/src/tokens/components/light/index.ts +10 -4
- package/src/tokens/components/light/indicator-icon-button.ts +11 -0
- package/src/tokens/components/light/input.ts +1 -9
- package/src/tokens/components/light/link.ts +2 -2
- package/src/tokens/components/light/list.ts +20 -20
- package/src/tokens/components/light/menu.ts +0 -12
- package/src/tokens/components/light/modal.ts +0 -1
- package/src/tokens/components/light/navigation.ts +1 -6
- package/src/tokens/components/light/pagination.ts +12 -0
- package/src/tokens/components/light/parts.ts +11 -1
- package/src/tokens/components/light/pill.ts +0 -10
- package/src/tokens/components/light/progress-stepper.ts +0 -8
- package/src/tokens/components/light/radio.ts +3 -10
- package/src/tokens/components/light/{focus.ts → section-header.ts} +4 -2
- package/src/tokens/components/light/segmented-control.ts +0 -8
- package/src/tokens/components/light/select.ts +0 -10
- package/src/tokens/components/light/switch.ts +1 -11
- package/src/tokens/components/light/table.ts +23 -0
- package/src/tokens/components/light/tabs.ts +26 -0
- package/src/tokens/components/light/toast.ts +10 -0
- package/src/tokens/components/light/toggle-button.ts +0 -11
- package/src/tokens/components/light/tooltip.ts +12 -0
- package/src/tokens/components/light/top-navigation.ts +0 -8
- package/src/tokens/index.ts +1 -0
- package/src/tokens/layout.ts +24 -15
- package/src/tokens/semantic-dark.ts +242 -13
- package/src/tokens/semantic-light.ts +242 -13
- package/src/tokens/semantic.ts +9 -0
- package/src/types/values.ts +31 -7
- package/src/utils/coloursAsArray.ts +44 -2
- package/src/utils/formatThousands.ts +14 -0
- package/src/utils/getFlattenedColorValue.ts +1 -1
- package/src/utils/hexWithOpacity.ts +19 -0
- package/src/utils/index.ts +3 -1
- package/src/utils/styleUtils.ts +39 -1
- package/src/vite-env.d.ts +5 -0
- package/build/components/Accordion/AccordionHeading/AccordionHeading.d.ts +0 -6
- package/build/components/Accordion/AccordionHeading/AccordionHeading.js +0 -16
- package/build/components/Accordion/AccordionHeading/AccordionHeading.props.d.ts +0 -14
- package/build/components/Accordion/AccordionHeading/AccordionHeadingHelperText.d.ts +0 -6
- package/build/components/Accordion/AccordionHeading/AccordionHeadingHelperText.js +0 -13
- package/build/components/Accordion/AccordionHeading/AccordionHeadingTextContent.d.ts +0 -6
- package/build/components/Accordion/AccordionHeading/AccordionHeadingTextContent.js +0 -14
- package/build/components/Accordion/AccordionHeading/AccordionHeadingTitle.d.ts +0 -6
- package/build/components/Accordion/AccordionHeading/AccordionHeadingTitle.js +0 -7
- package/build/components/Accordion/AccordionHeading/index.d.ts +0 -4
- package/build/components/Accordion/AccordionHeading/index.js +0 -4
- package/build/components/List/ListHeading/ListHeading.d.ts +0 -6
- package/build/components/List/ListHeading/ListHeading.js +0 -20
- package/build/components/List/ListHeading/ListHeadingHelperText.d.ts +0 -6
- package/build/components/List/ListHeading/ListHeadingTitle.d.ts +0 -6
- package/build/components/List/ListHeading/ListHeadingTitle.js +0 -7
- package/build/components/List/ListHeading/index.d.ts +0 -4
- package/build/components/List/ListHeading/index.js +0 -4
- package/build/tokens/components/dark/footer.d.ts +0 -12
- package/build/tokens/components/dark/footer.js +0 -11
- package/build/tokens/components/dark/icon.d.ts +0 -15
- package/build/tokens/components/dark/icon.js +0 -14
- package/build/tokens/components/dark/text.d.ts +0 -11
- package/build/tokens/components/dark/text.js +0 -10
- package/build/tokens/components/light/footer.d.ts +0 -12
- package/build/tokens/components/light/footer.js +0 -11
- package/build/tokens/components/light/icon.d.ts +0 -15
- package/build/tokens/components/light/icon.js +0 -14
- package/build/tokens/components/light/text.d.ts +0 -11
- package/build/tokens/components/light/text.js +0 -10
- package/src/components/Accordion/AccordionHeading/AccordionHeading.props.ts +0 -19
- package/src/components/Accordion/AccordionHeading/AccordionHeading.tsx +0 -38
- package/src/components/Accordion/AccordionHeading/AccordionHeadingHelperText.tsx +0 -22
- package/src/components/Accordion/AccordionHeading/AccordionHeadingTextContent.tsx +0 -21
- package/src/components/Accordion/AccordionHeading/AccordionHeadingTitle.tsx +0 -14
- package/src/components/Accordion/AccordionHeading/index.ts +0 -4
- package/src/components/List/ListHeading/ListHeadingHelperText.tsx +0 -21
- package/src/components/List/ListHeading/ListHeadingTitle.tsx +0 -14
- package/src/components/List/ListHeading/index.ts +0 -4
- package/src/tokens/components/dark/icon.ts +0 -15
- package/src/tokens/components/dark/text.ts +0 -11
- package/src/tokens/components/light/icon.ts +0 -15
- package/src/tokens/components/light/text.ts +0 -11
- /package/build/components/{Accordion/AccordionHeading/AccordionHeading.props.js → CurrencyInput/CurrencyInput.props.js} +0 -0
- /package/build/components/{List/ListHeading/ListHeading.props.js → DescriptionList/DescriptionList.props.js} +0 -0
package/build/tokens/color.d.ts
CHANGED
|
@@ -78,17 +78,17 @@ export declare const green: {
|
|
|
78
78
|
};
|
|
79
79
|
export declare const grey: {
|
|
80
80
|
readonly '0': "#ffffff";
|
|
81
|
-
readonly '50': "#
|
|
82
|
-
readonly '100': "#
|
|
83
|
-
readonly '200': "#
|
|
81
|
+
readonly '50': "#f7f7f7";
|
|
82
|
+
readonly '100': "#ebebeb";
|
|
83
|
+
readonly '200': "#d3d3d3";
|
|
84
84
|
readonly '300': "#b2afae";
|
|
85
|
-
readonly '400': "#
|
|
86
|
-
readonly '500': "#
|
|
87
|
-
readonly '600': "#
|
|
88
|
-
readonly '700': "#
|
|
89
|
-
readonly '800': "#
|
|
90
|
-
readonly '900': "#
|
|
91
|
-
readonly '950': "#
|
|
85
|
+
readonly '400': "#919191";
|
|
86
|
+
readonly '500': "#888888";
|
|
87
|
+
readonly '600': "#5b5b5b";
|
|
88
|
+
readonly '700': "#4c4c4c";
|
|
89
|
+
readonly '800': "#3f3f3f";
|
|
90
|
+
readonly '900': "#3a3837";
|
|
91
|
+
readonly '950': "#232323";
|
|
92
92
|
readonly '975': "#191919";
|
|
93
93
|
readonly '1000': "#101010";
|
|
94
94
|
};
|
|
@@ -156,16 +156,16 @@ export declare const piggyPink: {
|
|
|
156
156
|
export declare const purple: {
|
|
157
157
|
readonly '0': "#f7f6f9";
|
|
158
158
|
readonly '50': "#eeebf4";
|
|
159
|
-
readonly '100': "#
|
|
160
|
-
readonly '200': "#
|
|
161
|
-
readonly '300': "#
|
|
162
|
-
readonly '400': "#
|
|
163
|
-
readonly '500': "#
|
|
164
|
-
readonly '600': "#
|
|
159
|
+
readonly '100': "#ddd5eb";
|
|
160
|
+
readonly '200': "#c6b5e2";
|
|
161
|
+
readonly '300': "#af90de";
|
|
162
|
+
readonly '400': "#996cda";
|
|
163
|
+
readonly '500': "#8851d6";
|
|
164
|
+
readonly '600': "#8149ce";
|
|
165
165
|
readonly '700': "#7a42c8";
|
|
166
|
-
readonly '800': "#
|
|
167
|
-
readonly '900': "#
|
|
168
|
-
readonly '950': "#
|
|
166
|
+
readonly '800': "#5c2ca9";
|
|
167
|
+
readonly '900': "#442484";
|
|
168
|
+
readonly '950': "#331c68";
|
|
169
169
|
readonly '1000': "#26164f";
|
|
170
170
|
};
|
|
171
171
|
export declare const red: {
|
|
@@ -215,35 +215,497 @@ export declare const yellow: {
|
|
|
215
215
|
readonly '1000': "#4c401f";
|
|
216
216
|
};
|
|
217
217
|
export declare const light: {
|
|
218
|
-
readonly background:
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
218
|
+
readonly background: {
|
|
219
|
+
readonly brand: "#7a42c8";
|
|
220
|
+
readonly primary: "#fcfbf2";
|
|
221
|
+
readonly secondary: "#ffffff";
|
|
222
|
+
};
|
|
223
|
+
readonly border: {
|
|
224
|
+
readonly strong: "#101010";
|
|
225
|
+
readonly subtle: "#d4d2c0";
|
|
226
|
+
};
|
|
227
|
+
readonly feedback: {
|
|
228
|
+
readonly danger: {
|
|
229
|
+
readonly border: "#de2612";
|
|
230
|
+
readonly foreground: {
|
|
231
|
+
readonly default: "#101010";
|
|
232
|
+
readonly subtle: "#de2612";
|
|
233
|
+
};
|
|
234
|
+
readonly surface: {
|
|
235
|
+
readonly default: "#ff634a";
|
|
236
|
+
readonly subtle: "#ffa89d";
|
|
237
|
+
};
|
|
238
|
+
};
|
|
239
|
+
readonly functional: {
|
|
240
|
+
readonly border: "#5b5b5b";
|
|
241
|
+
readonly foreground: {
|
|
242
|
+
readonly default: "#101010";
|
|
243
|
+
readonly subtle: "#5b5b5b";
|
|
244
|
+
};
|
|
245
|
+
readonly surface: {
|
|
246
|
+
readonly default: "#919191";
|
|
247
|
+
readonly subtle: "#d3d3d3";
|
|
248
|
+
};
|
|
249
|
+
};
|
|
250
|
+
readonly info: {
|
|
251
|
+
readonly border: "#1c6cd4";
|
|
252
|
+
readonly foreground: {
|
|
253
|
+
readonly default: "#101010";
|
|
254
|
+
readonly subtle: "#1c6cd4";
|
|
255
|
+
};
|
|
256
|
+
readonly surface: {
|
|
257
|
+
readonly default: "#6bb0ff";
|
|
258
|
+
readonly subtle: "#bcddff";
|
|
259
|
+
};
|
|
260
|
+
};
|
|
261
|
+
readonly positive: {
|
|
262
|
+
readonly border: "#0f834a";
|
|
263
|
+
readonly foreground: {
|
|
264
|
+
readonly default: "#101010";
|
|
265
|
+
readonly subtle: "#0f834a";
|
|
266
|
+
};
|
|
267
|
+
readonly surface: {
|
|
268
|
+
readonly default: "#36bf7d";
|
|
269
|
+
readonly subtle: "#a2e2c3";
|
|
270
|
+
};
|
|
271
|
+
};
|
|
272
|
+
readonly warning: {
|
|
273
|
+
readonly border: "#be5400";
|
|
274
|
+
readonly foreground: {
|
|
275
|
+
readonly default: "#101010";
|
|
276
|
+
readonly subtle: "#be5400";
|
|
277
|
+
};
|
|
278
|
+
readonly surface: {
|
|
279
|
+
readonly default: "#ff8010";
|
|
280
|
+
readonly subtle: "#ffcca8";
|
|
281
|
+
};
|
|
282
|
+
};
|
|
283
|
+
};
|
|
284
|
+
readonly focus: {
|
|
285
|
+
readonly inverted: "#fcfbf2";
|
|
286
|
+
readonly primary: "#101010";
|
|
287
|
+
};
|
|
288
|
+
readonly icon: {
|
|
289
|
+
readonly inverted: "#fcfbf2";
|
|
290
|
+
readonly primary: "#101010";
|
|
291
|
+
};
|
|
292
|
+
readonly interactive: {
|
|
293
|
+
readonly affirmative: {
|
|
294
|
+
readonly border: {
|
|
295
|
+
readonly strong: "#101010";
|
|
296
|
+
readonly subtle: "#04663a";
|
|
297
|
+
};
|
|
298
|
+
readonly foreground: {
|
|
299
|
+
readonly strong: "#fcfbf2";
|
|
300
|
+
readonly subtle: "#04663a";
|
|
301
|
+
};
|
|
302
|
+
readonly surface: {
|
|
303
|
+
readonly strong: {
|
|
304
|
+
readonly active: "#074b2a";
|
|
305
|
+
readonly default: "#0f834a";
|
|
306
|
+
readonly hover: "#04663a";
|
|
307
|
+
};
|
|
308
|
+
readonly subtle: {
|
|
309
|
+
readonly active: "#c5edda";
|
|
310
|
+
readonly hover: "#e7f9f0";
|
|
311
|
+
};
|
|
312
|
+
};
|
|
313
|
+
};
|
|
314
|
+
readonly brand: {
|
|
315
|
+
readonly border: {
|
|
316
|
+
readonly strong: "#101010";
|
|
317
|
+
};
|
|
318
|
+
readonly foreground: {
|
|
319
|
+
readonly strong: "#fcfbf2";
|
|
320
|
+
};
|
|
321
|
+
readonly surface: {
|
|
322
|
+
readonly strong: {
|
|
323
|
+
readonly active: "#442484";
|
|
324
|
+
readonly default: "#7a42c8";
|
|
325
|
+
readonly hover: "#5c2ca9";
|
|
326
|
+
};
|
|
327
|
+
};
|
|
328
|
+
};
|
|
329
|
+
readonly destructive: {
|
|
330
|
+
readonly border: {
|
|
331
|
+
readonly strong: "#101010";
|
|
332
|
+
readonly subtle: "#a4281e";
|
|
333
|
+
};
|
|
334
|
+
readonly foreground: {
|
|
335
|
+
readonly strong: "#fcfbf2";
|
|
336
|
+
readonly subtle: "#a4281e";
|
|
337
|
+
};
|
|
338
|
+
readonly surface: {
|
|
339
|
+
readonly strong: {
|
|
340
|
+
readonly active: "#6b1f1a";
|
|
341
|
+
readonly default: "#de2612";
|
|
342
|
+
readonly hover: "#a4281e";
|
|
343
|
+
};
|
|
344
|
+
readonly subtle: {
|
|
345
|
+
readonly active: "#ffe3df";
|
|
346
|
+
readonly hover: "#fff3f1";
|
|
347
|
+
};
|
|
348
|
+
};
|
|
349
|
+
};
|
|
350
|
+
readonly functional: {
|
|
351
|
+
readonly border: {
|
|
352
|
+
readonly inverted: "#f7f7f7";
|
|
353
|
+
readonly strong: "#101010";
|
|
354
|
+
readonly subtle: "#101010";
|
|
355
|
+
};
|
|
356
|
+
readonly foreground: {
|
|
357
|
+
readonly inverted: "#f7f7f7";
|
|
358
|
+
readonly strong: "#fcfbf2";
|
|
359
|
+
readonly subtle: "#101010";
|
|
360
|
+
};
|
|
361
|
+
readonly surface: {
|
|
362
|
+
readonly strong: {
|
|
363
|
+
readonly active: "#4c4c4c";
|
|
364
|
+
readonly default: "#888888";
|
|
365
|
+
readonly hover: "#5b5b5b";
|
|
366
|
+
};
|
|
367
|
+
readonly subtle: {
|
|
368
|
+
readonly active: "#d3d3d3";
|
|
369
|
+
readonly hover: "#ebebeb";
|
|
370
|
+
readonly inverted: {
|
|
371
|
+
readonly active: "#3a3837";
|
|
372
|
+
readonly hover: "#3f3f3f";
|
|
373
|
+
};
|
|
374
|
+
};
|
|
375
|
+
};
|
|
376
|
+
};
|
|
377
|
+
readonly highlight: {
|
|
378
|
+
readonly border: {
|
|
379
|
+
readonly strong: "#101010";
|
|
380
|
+
};
|
|
381
|
+
readonly foreground: {
|
|
382
|
+
readonly strong: "#101010";
|
|
383
|
+
};
|
|
384
|
+
readonly surface: {
|
|
385
|
+
readonly strong: {
|
|
386
|
+
readonly active: "#d1950b";
|
|
387
|
+
readonly default: "#ffb921";
|
|
388
|
+
readonly hover: "#eba400";
|
|
389
|
+
};
|
|
390
|
+
};
|
|
391
|
+
};
|
|
392
|
+
readonly neutral: {
|
|
393
|
+
readonly border: {
|
|
394
|
+
readonly subtle: "#101010";
|
|
395
|
+
};
|
|
396
|
+
readonly foreground: {
|
|
397
|
+
readonly subtle: "#101010";
|
|
398
|
+
};
|
|
399
|
+
readonly surface: {
|
|
400
|
+
readonly subtle: {
|
|
401
|
+
readonly active: "#f1efe4";
|
|
402
|
+
readonly hover: "#f7f6eb";
|
|
403
|
+
};
|
|
404
|
+
};
|
|
405
|
+
};
|
|
406
|
+
};
|
|
222
407
|
readonly shadow: {
|
|
223
|
-
readonly
|
|
224
|
-
readonly
|
|
225
|
-
readonly
|
|
226
|
-
readonly
|
|
227
|
-
readonly
|
|
228
|
-
readonly
|
|
229
|
-
readonly
|
|
230
|
-
readonly
|
|
408
|
+
readonly brand: "#7a42c8";
|
|
409
|
+
readonly broadband: "#8cba3b";
|
|
410
|
+
readonly cashback: "#be7aeb";
|
|
411
|
+
readonly default: "#101010";
|
|
412
|
+
readonly energy: "#6db5c3";
|
|
413
|
+
readonly insurance: "#ff7b00";
|
|
414
|
+
readonly mobile: "#ee6dbb";
|
|
415
|
+
readonly pig: "#f295ff";
|
|
416
|
+
};
|
|
417
|
+
readonly surface: {
|
|
418
|
+
readonly brand: {
|
|
419
|
+
readonly default: "#7a42c8";
|
|
420
|
+
readonly strong: "#26164f";
|
|
421
|
+
readonly subtle: "#af90de";
|
|
422
|
+
};
|
|
423
|
+
readonly broadband: {
|
|
424
|
+
readonly default: "#8cba3b";
|
|
425
|
+
readonly subtle: "#d2e6b0";
|
|
426
|
+
};
|
|
427
|
+
readonly cashback: {
|
|
428
|
+
readonly default: "#be7aeb";
|
|
429
|
+
readonly subtle: "#dfbdf5";
|
|
430
|
+
};
|
|
431
|
+
readonly energy: {
|
|
432
|
+
readonly default: "#6db5c3";
|
|
433
|
+
readonly subtle: "#bddee4";
|
|
434
|
+
};
|
|
435
|
+
readonly highlight: {
|
|
436
|
+
readonly default: "#ffb921";
|
|
437
|
+
readonly subtle: "#ffd885";
|
|
438
|
+
};
|
|
439
|
+
readonly insurance: {
|
|
440
|
+
readonly default: "#ff7b00";
|
|
441
|
+
readonly subtle: "#ffb46d";
|
|
442
|
+
};
|
|
443
|
+
readonly mobile: {
|
|
444
|
+
readonly default: "#ee6dbb";
|
|
445
|
+
readonly subtle: "#fad0e9";
|
|
446
|
+
};
|
|
447
|
+
readonly neutral: {
|
|
448
|
+
readonly strong: "#ffffff";
|
|
449
|
+
readonly subtle: "#fcfbf2";
|
|
450
|
+
};
|
|
451
|
+
readonly pig: {
|
|
452
|
+
readonly default: "#f295ff";
|
|
453
|
+
readonly subtle: "#f9ceff";
|
|
454
|
+
};
|
|
455
|
+
};
|
|
456
|
+
readonly text: {
|
|
457
|
+
readonly affirmative: "#0f834a";
|
|
458
|
+
readonly brand: "#7a42c8";
|
|
459
|
+
readonly inverted: "#fcfbf2";
|
|
460
|
+
readonly primary: "#101010";
|
|
461
|
+
readonly secondary: "#888888";
|
|
231
462
|
};
|
|
232
463
|
};
|
|
233
464
|
export declare const dark: {
|
|
234
|
-
readonly background:
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
465
|
+
readonly background: {
|
|
466
|
+
readonly brand: "#996cda";
|
|
467
|
+
readonly primary: "#191917";
|
|
468
|
+
readonly secondary: "#232323";
|
|
469
|
+
};
|
|
470
|
+
readonly border: {
|
|
471
|
+
readonly strong: "#ebebeb";
|
|
472
|
+
readonly subtle: "#4c473d";
|
|
473
|
+
};
|
|
474
|
+
readonly feedback: {
|
|
475
|
+
readonly danger: {
|
|
476
|
+
readonly border: "#ff7964";
|
|
477
|
+
readonly foreground: {
|
|
478
|
+
readonly default: "#101010";
|
|
479
|
+
readonly subtle: "#ff7964";
|
|
480
|
+
};
|
|
481
|
+
readonly surface: {
|
|
482
|
+
readonly default: "#ff634a";
|
|
483
|
+
readonly subtle: "#ffa89d";
|
|
484
|
+
};
|
|
485
|
+
};
|
|
486
|
+
readonly functional: {
|
|
487
|
+
readonly border: "#b2afae";
|
|
488
|
+
readonly foreground: {
|
|
489
|
+
readonly default: "#101010";
|
|
490
|
+
readonly subtle: "#b2afae";
|
|
491
|
+
};
|
|
492
|
+
readonly surface: {
|
|
493
|
+
readonly default: "#919191";
|
|
494
|
+
readonly subtle: "#d3d3d3";
|
|
495
|
+
};
|
|
496
|
+
};
|
|
497
|
+
readonly info: {
|
|
498
|
+
readonly border: "#6bb0ff";
|
|
499
|
+
readonly foreground: {
|
|
500
|
+
readonly default: "#101010";
|
|
501
|
+
readonly subtle: "#6bb0ff";
|
|
502
|
+
};
|
|
503
|
+
readonly surface: {
|
|
504
|
+
readonly default: "#6bb0ff";
|
|
505
|
+
readonly subtle: "#bcddff";
|
|
506
|
+
};
|
|
507
|
+
};
|
|
508
|
+
readonly positive: {
|
|
509
|
+
readonly border: "#58ca93";
|
|
510
|
+
readonly foreground: {
|
|
511
|
+
readonly default: "#101010";
|
|
512
|
+
readonly subtle: "#58ca93";
|
|
513
|
+
};
|
|
514
|
+
readonly surface: {
|
|
515
|
+
readonly default: "#36bf7d";
|
|
516
|
+
readonly subtle: "#a2e2c3";
|
|
517
|
+
};
|
|
518
|
+
};
|
|
519
|
+
readonly warning: {
|
|
520
|
+
readonly border: "#ff9639";
|
|
521
|
+
readonly foreground: {
|
|
522
|
+
readonly default: "#101010";
|
|
523
|
+
readonly subtle: "#ff9639";
|
|
524
|
+
};
|
|
525
|
+
readonly surface: {
|
|
526
|
+
readonly default: "#ff8010";
|
|
527
|
+
readonly subtle: "#ffcca8";
|
|
528
|
+
};
|
|
529
|
+
};
|
|
530
|
+
};
|
|
531
|
+
readonly focus: {
|
|
532
|
+
readonly inverted: "#fcfbf2";
|
|
533
|
+
readonly primary: "#ebebeb";
|
|
534
|
+
};
|
|
535
|
+
readonly icon: {
|
|
536
|
+
readonly inverted: "#fcfbf2";
|
|
537
|
+
readonly primary: "#ebebeb";
|
|
538
|
+
};
|
|
539
|
+
readonly interactive: {
|
|
540
|
+
readonly affirmative: {
|
|
541
|
+
readonly border: {
|
|
542
|
+
readonly strong: "#ebebeb";
|
|
543
|
+
readonly subtle: "#58ca93";
|
|
544
|
+
};
|
|
545
|
+
readonly foreground: {
|
|
546
|
+
readonly strong: "#191917";
|
|
547
|
+
readonly subtle: "#58ca93";
|
|
548
|
+
};
|
|
549
|
+
readonly surface: {
|
|
550
|
+
readonly strong: {
|
|
551
|
+
readonly active: "#58ca93";
|
|
552
|
+
readonly default: "#19a660";
|
|
553
|
+
readonly hover: "#36bf7d";
|
|
554
|
+
};
|
|
555
|
+
readonly subtle: {
|
|
556
|
+
readonly active: "#033d21";
|
|
557
|
+
readonly hover: "#002e18";
|
|
558
|
+
};
|
|
559
|
+
};
|
|
560
|
+
};
|
|
561
|
+
readonly brand: {
|
|
562
|
+
readonly border: {
|
|
563
|
+
readonly strong: "#ebebeb";
|
|
564
|
+
};
|
|
565
|
+
readonly foreground: {
|
|
566
|
+
readonly strong: "#191917";
|
|
567
|
+
};
|
|
568
|
+
readonly surface: {
|
|
569
|
+
readonly strong: {
|
|
570
|
+
readonly active: "#c6b5e2";
|
|
571
|
+
readonly default: "#996cda";
|
|
572
|
+
readonly hover: "#af90de";
|
|
573
|
+
};
|
|
574
|
+
};
|
|
575
|
+
};
|
|
576
|
+
readonly destructive: {
|
|
577
|
+
readonly border: {
|
|
578
|
+
readonly strong: "#ebebeb";
|
|
579
|
+
readonly subtle: "#ff7964";
|
|
580
|
+
};
|
|
581
|
+
readonly foreground: {
|
|
582
|
+
readonly strong: "#191917";
|
|
583
|
+
readonly subtle: "#ff7964";
|
|
584
|
+
};
|
|
585
|
+
readonly surface: {
|
|
586
|
+
readonly strong: {
|
|
587
|
+
readonly active: "#ff7964";
|
|
588
|
+
readonly default: "#f4412a";
|
|
589
|
+
readonly hover: "#ff634a";
|
|
590
|
+
};
|
|
591
|
+
readonly subtle: {
|
|
592
|
+
readonly active: "#521a16";
|
|
593
|
+
readonly hover: "#3b1512";
|
|
594
|
+
};
|
|
595
|
+
};
|
|
596
|
+
};
|
|
597
|
+
readonly functional: {
|
|
598
|
+
readonly border: {
|
|
599
|
+
readonly inverted: "#f7f7f7";
|
|
600
|
+
readonly strong: "#ebebeb";
|
|
601
|
+
readonly subtle: "#ebebeb";
|
|
602
|
+
};
|
|
603
|
+
readonly foreground: {
|
|
604
|
+
readonly inverted: "#f7f7f7";
|
|
605
|
+
readonly strong: "#fcfbf2";
|
|
606
|
+
readonly subtle: "#ebebeb";
|
|
607
|
+
};
|
|
608
|
+
readonly surface: {
|
|
609
|
+
readonly strong: {
|
|
610
|
+
readonly active: "#d3d3d3";
|
|
611
|
+
readonly default: "#919191";
|
|
612
|
+
readonly hover: "#b2afae";
|
|
613
|
+
};
|
|
614
|
+
readonly subtle: {
|
|
615
|
+
readonly active: "#4c4c4c";
|
|
616
|
+
readonly hover: "#3a3837";
|
|
617
|
+
readonly inverted: {
|
|
618
|
+
readonly active: "#3a3837";
|
|
619
|
+
readonly hover: "#3f3f3f";
|
|
620
|
+
};
|
|
621
|
+
};
|
|
622
|
+
};
|
|
623
|
+
};
|
|
624
|
+
readonly highlight: {
|
|
625
|
+
readonly border: {
|
|
626
|
+
readonly strong: "#f7f7f7";
|
|
627
|
+
};
|
|
628
|
+
readonly foreground: {
|
|
629
|
+
readonly strong: "#101010";
|
|
630
|
+
};
|
|
631
|
+
readonly surface: {
|
|
632
|
+
readonly strong: {
|
|
633
|
+
readonly active: "#ffd885";
|
|
634
|
+
readonly default: "#ffb921";
|
|
635
|
+
readonly hover: "#ffc852";
|
|
636
|
+
};
|
|
637
|
+
};
|
|
638
|
+
};
|
|
639
|
+
readonly neutral: {
|
|
640
|
+
readonly border: {
|
|
641
|
+
readonly subtle: "#ebebeb";
|
|
642
|
+
};
|
|
643
|
+
readonly foreground: {
|
|
644
|
+
readonly subtle: "#ebebeb";
|
|
645
|
+
};
|
|
646
|
+
readonly surface: {
|
|
647
|
+
readonly subtle: {
|
|
648
|
+
readonly active: "#30302c";
|
|
649
|
+
readonly hover: "#282825";
|
|
650
|
+
};
|
|
651
|
+
};
|
|
652
|
+
};
|
|
653
|
+
};
|
|
238
654
|
readonly shadow: {
|
|
239
|
-
readonly
|
|
240
|
-
readonly
|
|
241
|
-
readonly
|
|
242
|
-
readonly
|
|
243
|
-
readonly
|
|
244
|
-
readonly
|
|
245
|
-
readonly
|
|
246
|
-
readonly
|
|
655
|
+
readonly brand: "#7a42c8";
|
|
656
|
+
readonly broadband: "#506c21";
|
|
657
|
+
readonly cashback: "#8b2bc9";
|
|
658
|
+
readonly default: "#f7f7f7";
|
|
659
|
+
readonly energy: "#326e7a";
|
|
660
|
+
readonly insurance: "#9b4c0e";
|
|
661
|
+
readonly mobile: "#a7266d";
|
|
662
|
+
readonly pig: "#8f358f";
|
|
663
|
+
};
|
|
664
|
+
readonly surface: {
|
|
665
|
+
readonly brand: {
|
|
666
|
+
readonly default: "#996cda";
|
|
667
|
+
readonly strong: "#26164f";
|
|
668
|
+
readonly subtle: "#442484";
|
|
669
|
+
};
|
|
670
|
+
readonly broadband: {
|
|
671
|
+
readonly default: "#506c21";
|
|
672
|
+
readonly subtle: "#35421c";
|
|
673
|
+
};
|
|
674
|
+
readonly cashback: {
|
|
675
|
+
readonly default: "#8b2bc9";
|
|
676
|
+
readonly subtle: "#522270";
|
|
677
|
+
};
|
|
678
|
+
readonly energy: {
|
|
679
|
+
readonly default: "#326e7a";
|
|
680
|
+
readonly subtle: "#254348";
|
|
681
|
+
};
|
|
682
|
+
readonly highlight: {
|
|
683
|
+
readonly default: "#ffb921";
|
|
684
|
+
readonly subtle: "#756230";
|
|
685
|
+
};
|
|
686
|
+
readonly insurance: {
|
|
687
|
+
readonly default: "#9b4c0e";
|
|
688
|
+
readonly subtle: "#5a3213";
|
|
689
|
+
};
|
|
690
|
+
readonly mobile: {
|
|
691
|
+
readonly default: "#a7266d";
|
|
692
|
+
readonly subtle: "#601f42";
|
|
693
|
+
};
|
|
694
|
+
readonly neutral: {
|
|
695
|
+
readonly strong: "#232323";
|
|
696
|
+
readonly subtle: "#191917";
|
|
697
|
+
};
|
|
698
|
+
readonly pig: {
|
|
699
|
+
readonly default: "#8f358f";
|
|
700
|
+
readonly subtle: "#5d2167";
|
|
701
|
+
};
|
|
702
|
+
};
|
|
703
|
+
readonly text: {
|
|
704
|
+
readonly affirmative: "#58ca93";
|
|
705
|
+
readonly brand: "#af90de";
|
|
706
|
+
readonly inverted: "#191917";
|
|
707
|
+
readonly primary: "#ebebeb";
|
|
708
|
+
readonly secondary: "#b2afae";
|
|
247
709
|
};
|
|
248
710
|
};
|
|
249
711
|
declare const color: {
|
|
@@ -324,17 +786,17 @@ declare const color: {
|
|
|
324
786
|
};
|
|
325
787
|
readonly grey: {
|
|
326
788
|
readonly '0': "#ffffff";
|
|
327
|
-
readonly '50': "#
|
|
328
|
-
readonly '100': "#
|
|
329
|
-
readonly '200': "#
|
|
789
|
+
readonly '50': "#f7f7f7";
|
|
790
|
+
readonly '100': "#ebebeb";
|
|
791
|
+
readonly '200': "#d3d3d3";
|
|
330
792
|
readonly '300': "#b2afae";
|
|
331
|
-
readonly '400': "#
|
|
332
|
-
readonly '500': "#
|
|
333
|
-
readonly '600': "#
|
|
334
|
-
readonly '700': "#
|
|
335
|
-
readonly '800': "#
|
|
336
|
-
readonly '900': "#
|
|
337
|
-
readonly '950': "#
|
|
793
|
+
readonly '400': "#919191";
|
|
794
|
+
readonly '500': "#888888";
|
|
795
|
+
readonly '600': "#5b5b5b";
|
|
796
|
+
readonly '700': "#4c4c4c";
|
|
797
|
+
readonly '800': "#3f3f3f";
|
|
798
|
+
readonly '900': "#3a3837";
|
|
799
|
+
readonly '950': "#232323";
|
|
338
800
|
readonly '975': "#191919";
|
|
339
801
|
readonly '1000': "#101010";
|
|
340
802
|
};
|
|
@@ -402,16 +864,16 @@ declare const color: {
|
|
|
402
864
|
readonly purple: {
|
|
403
865
|
readonly '0': "#f7f6f9";
|
|
404
866
|
readonly '50': "#eeebf4";
|
|
405
|
-
readonly '100': "#
|
|
406
|
-
readonly '200': "#
|
|
407
|
-
readonly '300': "#
|
|
408
|
-
readonly '400': "#
|
|
409
|
-
readonly '500': "#
|
|
410
|
-
readonly '600': "#
|
|
867
|
+
readonly '100': "#ddd5eb";
|
|
868
|
+
readonly '200': "#c6b5e2";
|
|
869
|
+
readonly '300': "#af90de";
|
|
870
|
+
readonly '400': "#996cda";
|
|
871
|
+
readonly '500': "#8851d6";
|
|
872
|
+
readonly '600': "#8149ce";
|
|
411
873
|
readonly '700': "#7a42c8";
|
|
412
|
-
readonly '800': "#
|
|
413
|
-
readonly '900': "#
|
|
414
|
-
readonly '950': "#
|
|
874
|
+
readonly '800': "#5c2ca9";
|
|
875
|
+
readonly '900': "#442484";
|
|
876
|
+
readonly '950': "#331c68";
|
|
415
877
|
readonly '1000': "#26164f";
|
|
416
878
|
};
|
|
417
879
|
readonly red: {
|
|
@@ -461,35 +923,497 @@ declare const color: {
|
|
|
461
923
|
readonly '1000': "#4c401f";
|
|
462
924
|
};
|
|
463
925
|
readonly light: {
|
|
464
|
-
readonly background:
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
926
|
+
readonly background: {
|
|
927
|
+
readonly brand: "#7a42c8";
|
|
928
|
+
readonly primary: "#fcfbf2";
|
|
929
|
+
readonly secondary: "#ffffff";
|
|
930
|
+
};
|
|
931
|
+
readonly border: {
|
|
932
|
+
readonly strong: "#101010";
|
|
933
|
+
readonly subtle: "#d4d2c0";
|
|
934
|
+
};
|
|
935
|
+
readonly feedback: {
|
|
936
|
+
readonly danger: {
|
|
937
|
+
readonly border: "#de2612";
|
|
938
|
+
readonly foreground: {
|
|
939
|
+
readonly default: "#101010";
|
|
940
|
+
readonly subtle: "#de2612";
|
|
941
|
+
};
|
|
942
|
+
readonly surface: {
|
|
943
|
+
readonly default: "#ff634a";
|
|
944
|
+
readonly subtle: "#ffa89d";
|
|
945
|
+
};
|
|
946
|
+
};
|
|
947
|
+
readonly functional: {
|
|
948
|
+
readonly border: "#5b5b5b";
|
|
949
|
+
readonly foreground: {
|
|
950
|
+
readonly default: "#101010";
|
|
951
|
+
readonly subtle: "#5b5b5b";
|
|
952
|
+
};
|
|
953
|
+
readonly surface: {
|
|
954
|
+
readonly default: "#919191";
|
|
955
|
+
readonly subtle: "#d3d3d3";
|
|
956
|
+
};
|
|
957
|
+
};
|
|
958
|
+
readonly info: {
|
|
959
|
+
readonly border: "#1c6cd4";
|
|
960
|
+
readonly foreground: {
|
|
961
|
+
readonly default: "#101010";
|
|
962
|
+
readonly subtle: "#1c6cd4";
|
|
963
|
+
};
|
|
964
|
+
readonly surface: {
|
|
965
|
+
readonly default: "#6bb0ff";
|
|
966
|
+
readonly subtle: "#bcddff";
|
|
967
|
+
};
|
|
968
|
+
};
|
|
969
|
+
readonly positive: {
|
|
970
|
+
readonly border: "#0f834a";
|
|
971
|
+
readonly foreground: {
|
|
972
|
+
readonly default: "#101010";
|
|
973
|
+
readonly subtle: "#0f834a";
|
|
974
|
+
};
|
|
975
|
+
readonly surface: {
|
|
976
|
+
readonly default: "#36bf7d";
|
|
977
|
+
readonly subtle: "#a2e2c3";
|
|
978
|
+
};
|
|
979
|
+
};
|
|
980
|
+
readonly warning: {
|
|
981
|
+
readonly border: "#be5400";
|
|
982
|
+
readonly foreground: {
|
|
983
|
+
readonly default: "#101010";
|
|
984
|
+
readonly subtle: "#be5400";
|
|
985
|
+
};
|
|
986
|
+
readonly surface: {
|
|
987
|
+
readonly default: "#ff8010";
|
|
988
|
+
readonly subtle: "#ffcca8";
|
|
989
|
+
};
|
|
990
|
+
};
|
|
991
|
+
};
|
|
992
|
+
readonly focus: {
|
|
993
|
+
readonly inverted: "#fcfbf2";
|
|
994
|
+
readonly primary: "#101010";
|
|
995
|
+
};
|
|
996
|
+
readonly icon: {
|
|
997
|
+
readonly inverted: "#fcfbf2";
|
|
998
|
+
readonly primary: "#101010";
|
|
999
|
+
};
|
|
1000
|
+
readonly interactive: {
|
|
1001
|
+
readonly affirmative: {
|
|
1002
|
+
readonly border: {
|
|
1003
|
+
readonly strong: "#101010";
|
|
1004
|
+
readonly subtle: "#04663a";
|
|
1005
|
+
};
|
|
1006
|
+
readonly foreground: {
|
|
1007
|
+
readonly strong: "#fcfbf2";
|
|
1008
|
+
readonly subtle: "#04663a";
|
|
1009
|
+
};
|
|
1010
|
+
readonly surface: {
|
|
1011
|
+
readonly strong: {
|
|
1012
|
+
readonly active: "#074b2a";
|
|
1013
|
+
readonly default: "#0f834a";
|
|
1014
|
+
readonly hover: "#04663a";
|
|
1015
|
+
};
|
|
1016
|
+
readonly subtle: {
|
|
1017
|
+
readonly active: "#c5edda";
|
|
1018
|
+
readonly hover: "#e7f9f0";
|
|
1019
|
+
};
|
|
1020
|
+
};
|
|
1021
|
+
};
|
|
1022
|
+
readonly brand: {
|
|
1023
|
+
readonly border: {
|
|
1024
|
+
readonly strong: "#101010";
|
|
1025
|
+
};
|
|
1026
|
+
readonly foreground: {
|
|
1027
|
+
readonly strong: "#fcfbf2";
|
|
1028
|
+
};
|
|
1029
|
+
readonly surface: {
|
|
1030
|
+
readonly strong: {
|
|
1031
|
+
readonly active: "#442484";
|
|
1032
|
+
readonly default: "#7a42c8";
|
|
1033
|
+
readonly hover: "#5c2ca9";
|
|
1034
|
+
};
|
|
1035
|
+
};
|
|
1036
|
+
};
|
|
1037
|
+
readonly destructive: {
|
|
1038
|
+
readonly border: {
|
|
1039
|
+
readonly strong: "#101010";
|
|
1040
|
+
readonly subtle: "#a4281e";
|
|
1041
|
+
};
|
|
1042
|
+
readonly foreground: {
|
|
1043
|
+
readonly strong: "#fcfbf2";
|
|
1044
|
+
readonly subtle: "#a4281e";
|
|
1045
|
+
};
|
|
1046
|
+
readonly surface: {
|
|
1047
|
+
readonly strong: {
|
|
1048
|
+
readonly active: "#6b1f1a";
|
|
1049
|
+
readonly default: "#de2612";
|
|
1050
|
+
readonly hover: "#a4281e";
|
|
1051
|
+
};
|
|
1052
|
+
readonly subtle: {
|
|
1053
|
+
readonly active: "#ffe3df";
|
|
1054
|
+
readonly hover: "#fff3f1";
|
|
1055
|
+
};
|
|
1056
|
+
};
|
|
1057
|
+
};
|
|
1058
|
+
readonly functional: {
|
|
1059
|
+
readonly border: {
|
|
1060
|
+
readonly inverted: "#f7f7f7";
|
|
1061
|
+
readonly strong: "#101010";
|
|
1062
|
+
readonly subtle: "#101010";
|
|
1063
|
+
};
|
|
1064
|
+
readonly foreground: {
|
|
1065
|
+
readonly inverted: "#f7f7f7";
|
|
1066
|
+
readonly strong: "#fcfbf2";
|
|
1067
|
+
readonly subtle: "#101010";
|
|
1068
|
+
};
|
|
1069
|
+
readonly surface: {
|
|
1070
|
+
readonly strong: {
|
|
1071
|
+
readonly active: "#4c4c4c";
|
|
1072
|
+
readonly default: "#888888";
|
|
1073
|
+
readonly hover: "#5b5b5b";
|
|
1074
|
+
};
|
|
1075
|
+
readonly subtle: {
|
|
1076
|
+
readonly active: "#d3d3d3";
|
|
1077
|
+
readonly hover: "#ebebeb";
|
|
1078
|
+
readonly inverted: {
|
|
1079
|
+
readonly active: "#3a3837";
|
|
1080
|
+
readonly hover: "#3f3f3f";
|
|
1081
|
+
};
|
|
1082
|
+
};
|
|
1083
|
+
};
|
|
1084
|
+
};
|
|
1085
|
+
readonly highlight: {
|
|
1086
|
+
readonly border: {
|
|
1087
|
+
readonly strong: "#101010";
|
|
1088
|
+
};
|
|
1089
|
+
readonly foreground: {
|
|
1090
|
+
readonly strong: "#101010";
|
|
1091
|
+
};
|
|
1092
|
+
readonly surface: {
|
|
1093
|
+
readonly strong: {
|
|
1094
|
+
readonly active: "#d1950b";
|
|
1095
|
+
readonly default: "#ffb921";
|
|
1096
|
+
readonly hover: "#eba400";
|
|
1097
|
+
};
|
|
1098
|
+
};
|
|
1099
|
+
};
|
|
1100
|
+
readonly neutral: {
|
|
1101
|
+
readonly border: {
|
|
1102
|
+
readonly subtle: "#101010";
|
|
1103
|
+
};
|
|
1104
|
+
readonly foreground: {
|
|
1105
|
+
readonly subtle: "#101010";
|
|
1106
|
+
};
|
|
1107
|
+
readonly surface: {
|
|
1108
|
+
readonly subtle: {
|
|
1109
|
+
readonly active: "#f1efe4";
|
|
1110
|
+
readonly hover: "#f7f6eb";
|
|
1111
|
+
};
|
|
1112
|
+
};
|
|
1113
|
+
};
|
|
1114
|
+
};
|
|
468
1115
|
readonly shadow: {
|
|
469
|
-
readonly
|
|
470
|
-
readonly
|
|
471
|
-
readonly
|
|
472
|
-
readonly
|
|
473
|
-
readonly
|
|
474
|
-
readonly
|
|
475
|
-
readonly
|
|
476
|
-
readonly
|
|
1116
|
+
readonly brand: "#7a42c8";
|
|
1117
|
+
readonly broadband: "#8cba3b";
|
|
1118
|
+
readonly cashback: "#be7aeb";
|
|
1119
|
+
readonly default: "#101010";
|
|
1120
|
+
readonly energy: "#6db5c3";
|
|
1121
|
+
readonly insurance: "#ff7b00";
|
|
1122
|
+
readonly mobile: "#ee6dbb";
|
|
1123
|
+
readonly pig: "#f295ff";
|
|
1124
|
+
};
|
|
1125
|
+
readonly surface: {
|
|
1126
|
+
readonly brand: {
|
|
1127
|
+
readonly default: "#7a42c8";
|
|
1128
|
+
readonly strong: "#26164f";
|
|
1129
|
+
readonly subtle: "#af90de";
|
|
1130
|
+
};
|
|
1131
|
+
readonly broadband: {
|
|
1132
|
+
readonly default: "#8cba3b";
|
|
1133
|
+
readonly subtle: "#d2e6b0";
|
|
1134
|
+
};
|
|
1135
|
+
readonly cashback: {
|
|
1136
|
+
readonly default: "#be7aeb";
|
|
1137
|
+
readonly subtle: "#dfbdf5";
|
|
1138
|
+
};
|
|
1139
|
+
readonly energy: {
|
|
1140
|
+
readonly default: "#6db5c3";
|
|
1141
|
+
readonly subtle: "#bddee4";
|
|
1142
|
+
};
|
|
1143
|
+
readonly highlight: {
|
|
1144
|
+
readonly default: "#ffb921";
|
|
1145
|
+
readonly subtle: "#ffd885";
|
|
1146
|
+
};
|
|
1147
|
+
readonly insurance: {
|
|
1148
|
+
readonly default: "#ff7b00";
|
|
1149
|
+
readonly subtle: "#ffb46d";
|
|
1150
|
+
};
|
|
1151
|
+
readonly mobile: {
|
|
1152
|
+
readonly default: "#ee6dbb";
|
|
1153
|
+
readonly subtle: "#fad0e9";
|
|
1154
|
+
};
|
|
1155
|
+
readonly neutral: {
|
|
1156
|
+
readonly strong: "#ffffff";
|
|
1157
|
+
readonly subtle: "#fcfbf2";
|
|
1158
|
+
};
|
|
1159
|
+
readonly pig: {
|
|
1160
|
+
readonly default: "#f295ff";
|
|
1161
|
+
readonly subtle: "#f9ceff";
|
|
1162
|
+
};
|
|
1163
|
+
};
|
|
1164
|
+
readonly text: {
|
|
1165
|
+
readonly affirmative: "#0f834a";
|
|
1166
|
+
readonly brand: "#7a42c8";
|
|
1167
|
+
readonly inverted: "#fcfbf2";
|
|
1168
|
+
readonly primary: "#101010";
|
|
1169
|
+
readonly secondary: "#888888";
|
|
477
1170
|
};
|
|
478
1171
|
};
|
|
479
1172
|
readonly dark: {
|
|
480
|
-
readonly background:
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
1173
|
+
readonly background: {
|
|
1174
|
+
readonly brand: "#996cda";
|
|
1175
|
+
readonly primary: "#191917";
|
|
1176
|
+
readonly secondary: "#232323";
|
|
1177
|
+
};
|
|
1178
|
+
readonly border: {
|
|
1179
|
+
readonly strong: "#ebebeb";
|
|
1180
|
+
readonly subtle: "#4c473d";
|
|
1181
|
+
};
|
|
1182
|
+
readonly feedback: {
|
|
1183
|
+
readonly danger: {
|
|
1184
|
+
readonly border: "#ff7964";
|
|
1185
|
+
readonly foreground: {
|
|
1186
|
+
readonly default: "#101010";
|
|
1187
|
+
readonly subtle: "#ff7964";
|
|
1188
|
+
};
|
|
1189
|
+
readonly surface: {
|
|
1190
|
+
readonly default: "#ff634a";
|
|
1191
|
+
readonly subtle: "#ffa89d";
|
|
1192
|
+
};
|
|
1193
|
+
};
|
|
1194
|
+
readonly functional: {
|
|
1195
|
+
readonly border: "#b2afae";
|
|
1196
|
+
readonly foreground: {
|
|
1197
|
+
readonly default: "#101010";
|
|
1198
|
+
readonly subtle: "#b2afae";
|
|
1199
|
+
};
|
|
1200
|
+
readonly surface: {
|
|
1201
|
+
readonly default: "#919191";
|
|
1202
|
+
readonly subtle: "#d3d3d3";
|
|
1203
|
+
};
|
|
1204
|
+
};
|
|
1205
|
+
readonly info: {
|
|
1206
|
+
readonly border: "#6bb0ff";
|
|
1207
|
+
readonly foreground: {
|
|
1208
|
+
readonly default: "#101010";
|
|
1209
|
+
readonly subtle: "#6bb0ff";
|
|
1210
|
+
};
|
|
1211
|
+
readonly surface: {
|
|
1212
|
+
readonly default: "#6bb0ff";
|
|
1213
|
+
readonly subtle: "#bcddff";
|
|
1214
|
+
};
|
|
1215
|
+
};
|
|
1216
|
+
readonly positive: {
|
|
1217
|
+
readonly border: "#58ca93";
|
|
1218
|
+
readonly foreground: {
|
|
1219
|
+
readonly default: "#101010";
|
|
1220
|
+
readonly subtle: "#58ca93";
|
|
1221
|
+
};
|
|
1222
|
+
readonly surface: {
|
|
1223
|
+
readonly default: "#36bf7d";
|
|
1224
|
+
readonly subtle: "#a2e2c3";
|
|
1225
|
+
};
|
|
1226
|
+
};
|
|
1227
|
+
readonly warning: {
|
|
1228
|
+
readonly border: "#ff9639";
|
|
1229
|
+
readonly foreground: {
|
|
1230
|
+
readonly default: "#101010";
|
|
1231
|
+
readonly subtle: "#ff9639";
|
|
1232
|
+
};
|
|
1233
|
+
readonly surface: {
|
|
1234
|
+
readonly default: "#ff8010";
|
|
1235
|
+
readonly subtle: "#ffcca8";
|
|
1236
|
+
};
|
|
1237
|
+
};
|
|
1238
|
+
};
|
|
1239
|
+
readonly focus: {
|
|
1240
|
+
readonly inverted: "#fcfbf2";
|
|
1241
|
+
readonly primary: "#ebebeb";
|
|
1242
|
+
};
|
|
1243
|
+
readonly icon: {
|
|
1244
|
+
readonly inverted: "#fcfbf2";
|
|
1245
|
+
readonly primary: "#ebebeb";
|
|
1246
|
+
};
|
|
1247
|
+
readonly interactive: {
|
|
1248
|
+
readonly affirmative: {
|
|
1249
|
+
readonly border: {
|
|
1250
|
+
readonly strong: "#ebebeb";
|
|
1251
|
+
readonly subtle: "#58ca93";
|
|
1252
|
+
};
|
|
1253
|
+
readonly foreground: {
|
|
1254
|
+
readonly strong: "#191917";
|
|
1255
|
+
readonly subtle: "#58ca93";
|
|
1256
|
+
};
|
|
1257
|
+
readonly surface: {
|
|
1258
|
+
readonly strong: {
|
|
1259
|
+
readonly active: "#58ca93";
|
|
1260
|
+
readonly default: "#19a660";
|
|
1261
|
+
readonly hover: "#36bf7d";
|
|
1262
|
+
};
|
|
1263
|
+
readonly subtle: {
|
|
1264
|
+
readonly active: "#033d21";
|
|
1265
|
+
readonly hover: "#002e18";
|
|
1266
|
+
};
|
|
1267
|
+
};
|
|
1268
|
+
};
|
|
1269
|
+
readonly brand: {
|
|
1270
|
+
readonly border: {
|
|
1271
|
+
readonly strong: "#ebebeb";
|
|
1272
|
+
};
|
|
1273
|
+
readonly foreground: {
|
|
1274
|
+
readonly strong: "#191917";
|
|
1275
|
+
};
|
|
1276
|
+
readonly surface: {
|
|
1277
|
+
readonly strong: {
|
|
1278
|
+
readonly active: "#c6b5e2";
|
|
1279
|
+
readonly default: "#996cda";
|
|
1280
|
+
readonly hover: "#af90de";
|
|
1281
|
+
};
|
|
1282
|
+
};
|
|
1283
|
+
};
|
|
1284
|
+
readonly destructive: {
|
|
1285
|
+
readonly border: {
|
|
1286
|
+
readonly strong: "#ebebeb";
|
|
1287
|
+
readonly subtle: "#ff7964";
|
|
1288
|
+
};
|
|
1289
|
+
readonly foreground: {
|
|
1290
|
+
readonly strong: "#191917";
|
|
1291
|
+
readonly subtle: "#ff7964";
|
|
1292
|
+
};
|
|
1293
|
+
readonly surface: {
|
|
1294
|
+
readonly strong: {
|
|
1295
|
+
readonly active: "#ff7964";
|
|
1296
|
+
readonly default: "#f4412a";
|
|
1297
|
+
readonly hover: "#ff634a";
|
|
1298
|
+
};
|
|
1299
|
+
readonly subtle: {
|
|
1300
|
+
readonly active: "#521a16";
|
|
1301
|
+
readonly hover: "#3b1512";
|
|
1302
|
+
};
|
|
1303
|
+
};
|
|
1304
|
+
};
|
|
1305
|
+
readonly functional: {
|
|
1306
|
+
readonly border: {
|
|
1307
|
+
readonly inverted: "#f7f7f7";
|
|
1308
|
+
readonly strong: "#ebebeb";
|
|
1309
|
+
readonly subtle: "#ebebeb";
|
|
1310
|
+
};
|
|
1311
|
+
readonly foreground: {
|
|
1312
|
+
readonly inverted: "#f7f7f7";
|
|
1313
|
+
readonly strong: "#fcfbf2";
|
|
1314
|
+
readonly subtle: "#ebebeb";
|
|
1315
|
+
};
|
|
1316
|
+
readonly surface: {
|
|
1317
|
+
readonly strong: {
|
|
1318
|
+
readonly active: "#d3d3d3";
|
|
1319
|
+
readonly default: "#919191";
|
|
1320
|
+
readonly hover: "#b2afae";
|
|
1321
|
+
};
|
|
1322
|
+
readonly subtle: {
|
|
1323
|
+
readonly active: "#4c4c4c";
|
|
1324
|
+
readonly hover: "#3a3837";
|
|
1325
|
+
readonly inverted: {
|
|
1326
|
+
readonly active: "#3a3837";
|
|
1327
|
+
readonly hover: "#3f3f3f";
|
|
1328
|
+
};
|
|
1329
|
+
};
|
|
1330
|
+
};
|
|
1331
|
+
};
|
|
1332
|
+
readonly highlight: {
|
|
1333
|
+
readonly border: {
|
|
1334
|
+
readonly strong: "#f7f7f7";
|
|
1335
|
+
};
|
|
1336
|
+
readonly foreground: {
|
|
1337
|
+
readonly strong: "#101010";
|
|
1338
|
+
};
|
|
1339
|
+
readonly surface: {
|
|
1340
|
+
readonly strong: {
|
|
1341
|
+
readonly active: "#ffd885";
|
|
1342
|
+
readonly default: "#ffb921";
|
|
1343
|
+
readonly hover: "#ffc852";
|
|
1344
|
+
};
|
|
1345
|
+
};
|
|
1346
|
+
};
|
|
1347
|
+
readonly neutral: {
|
|
1348
|
+
readonly border: {
|
|
1349
|
+
readonly subtle: "#ebebeb";
|
|
1350
|
+
};
|
|
1351
|
+
readonly foreground: {
|
|
1352
|
+
readonly subtle: "#ebebeb";
|
|
1353
|
+
};
|
|
1354
|
+
readonly surface: {
|
|
1355
|
+
readonly subtle: {
|
|
1356
|
+
readonly active: "#30302c";
|
|
1357
|
+
readonly hover: "#282825";
|
|
1358
|
+
};
|
|
1359
|
+
};
|
|
1360
|
+
};
|
|
1361
|
+
};
|
|
484
1362
|
readonly shadow: {
|
|
485
|
-
readonly
|
|
486
|
-
readonly
|
|
487
|
-
readonly
|
|
488
|
-
readonly
|
|
489
|
-
readonly
|
|
490
|
-
readonly
|
|
491
|
-
readonly
|
|
492
|
-
readonly
|
|
1363
|
+
readonly brand: "#7a42c8";
|
|
1364
|
+
readonly broadband: "#506c21";
|
|
1365
|
+
readonly cashback: "#8b2bc9";
|
|
1366
|
+
readonly default: "#f7f7f7";
|
|
1367
|
+
readonly energy: "#326e7a";
|
|
1368
|
+
readonly insurance: "#9b4c0e";
|
|
1369
|
+
readonly mobile: "#a7266d";
|
|
1370
|
+
readonly pig: "#8f358f";
|
|
1371
|
+
};
|
|
1372
|
+
readonly surface: {
|
|
1373
|
+
readonly brand: {
|
|
1374
|
+
readonly default: "#996cda";
|
|
1375
|
+
readonly strong: "#26164f";
|
|
1376
|
+
readonly subtle: "#442484";
|
|
1377
|
+
};
|
|
1378
|
+
readonly broadband: {
|
|
1379
|
+
readonly default: "#506c21";
|
|
1380
|
+
readonly subtle: "#35421c";
|
|
1381
|
+
};
|
|
1382
|
+
readonly cashback: {
|
|
1383
|
+
readonly default: "#8b2bc9";
|
|
1384
|
+
readonly subtle: "#522270";
|
|
1385
|
+
};
|
|
1386
|
+
readonly energy: {
|
|
1387
|
+
readonly default: "#326e7a";
|
|
1388
|
+
readonly subtle: "#254348";
|
|
1389
|
+
};
|
|
1390
|
+
readonly highlight: {
|
|
1391
|
+
readonly default: "#ffb921";
|
|
1392
|
+
readonly subtle: "#756230";
|
|
1393
|
+
};
|
|
1394
|
+
readonly insurance: {
|
|
1395
|
+
readonly default: "#9b4c0e";
|
|
1396
|
+
readonly subtle: "#5a3213";
|
|
1397
|
+
};
|
|
1398
|
+
readonly mobile: {
|
|
1399
|
+
readonly default: "#a7266d";
|
|
1400
|
+
readonly subtle: "#601f42";
|
|
1401
|
+
};
|
|
1402
|
+
readonly neutral: {
|
|
1403
|
+
readonly strong: "#232323";
|
|
1404
|
+
readonly subtle: "#191917";
|
|
1405
|
+
};
|
|
1406
|
+
readonly pig: {
|
|
1407
|
+
readonly default: "#8f358f";
|
|
1408
|
+
readonly subtle: "#5d2167";
|
|
1409
|
+
};
|
|
1410
|
+
};
|
|
1411
|
+
readonly text: {
|
|
1412
|
+
readonly affirmative: "#58ca93";
|
|
1413
|
+
readonly brand: "#af90de";
|
|
1414
|
+
readonly inverted: "#191917";
|
|
1415
|
+
readonly primary: "#ebebeb";
|
|
1416
|
+
readonly secondary: "#b2afae";
|
|
493
1417
|
};
|
|
494
1418
|
};
|
|
495
1419
|
};
|