@ultraviolet/ui 3.8.2 → 3.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.vite/license.md +3 -0
- package/dist/_virtual/_@oxc-project_runtime@0.113.0/helpers/asyncToGenerator.js +32 -0
- package/dist/_virtual/_@oxc-project_runtime@0.113.0/helpers/defineProperty.js +15 -0
- package/dist/_virtual/_@oxc-project_runtime@0.113.0/helpers/objectSpread2.js +28 -0
- package/dist/_virtual/_@oxc-project_runtime@0.113.0/helpers/objectWithoutProperties.js +18 -0
- package/dist/_virtual/_@oxc-project_runtime@0.113.0/helpers/objectWithoutPropertiesLoose.js +15 -0
- package/dist/_virtual/_@oxc-project_runtime@0.113.0/helpers/toPrimitive.js +17 -0
- package/dist/_virtual/_@oxc-project_runtime@0.113.0/helpers/toPropertyKey.js +12 -0
- package/dist/_virtual/_@oxc-project_runtime@0.113.0/helpers/typeof.js +14 -0
- package/dist/_virtual/_rolldown/runtime.js +9 -0
- package/dist/components/ActionBar/index.d.ts +1 -1
- package/dist/components/ActionBar/index.d.ts.map +1 -1
- package/dist/components/ActionBar/index.js +29 -32
- package/dist/components/ActionBar/styles.css.js +7 -7
- package/dist/components/Alert/index.d.ts +1 -1
- package/dist/components/Alert/index.d.ts.map +1 -1
- package/dist/components/Alert/index.js +94 -132
- package/dist/components/Alert/styles.css.d.ts +1 -1
- package/dist/components/Alert/styles.css.js +31 -11
- package/dist/components/Avatar/constants.d.ts +751 -2
- package/dist/components/Avatar/constants.d.ts.map +1 -1
- package/dist/components/Avatar/constants.js +14 -14
- package/dist/components/Avatar/index.d.ts +1 -1
- package/dist/components/Avatar/index.d.ts.map +1 -1
- package/dist/components/Avatar/index.js +88 -78
- package/dist/components/Avatar/styles.css.d.ts +24 -24
- package/dist/components/Avatar/styles.css.js +165 -16
- package/dist/components/Avatar/variables.css.js +4 -5
- package/dist/components/Badge/constant.js +8 -7
- package/dist/components/Badge/index.d.ts +1 -1
- package/dist/components/Badge/index.d.ts.map +1 -1
- package/dist/components/Badge/index.js +34 -38
- package/dist/components/Badge/styles.css.js +111 -5
- package/dist/components/Banner/assets/default-image-small.js +5 -0
- package/dist/components/Banner/assets/{default-image.svg.js → default-image.js} +5 -4
- package/dist/components/Banner/index.d.ts +1 -1
- package/dist/components/Banner/index.d.ts.map +1 -1
- package/dist/components/Banner/index.js +116 -131
- package/dist/components/Banner/styles.css.d.ts +1 -1
- package/dist/components/Banner/styles.css.js +45 -8
- package/dist/components/BarChart/Tooltip.d.ts +1 -1
- package/dist/components/BarChart/Tooltip.d.ts.map +1 -1
- package/dist/components/BarChart/Tooltip.js +27 -28
- package/dist/components/BarChart/index.d.ts +1 -1
- package/dist/components/BarChart/index.d.ts.map +1 -1
- package/dist/components/BarChart/index.js +61 -73
- package/dist/components/BarChart/styles.css.js +6 -6
- package/dist/components/BarStack/index.d.ts +1 -1
- package/dist/components/BarStack/index.d.ts.map +1 -1
- package/dist/components/BarStack/index.js +115 -154
- package/dist/components/BarStack/styles.css.js +31 -11
- package/dist/components/Breadcrumbs/components/Item.d.ts +1 -1
- package/dist/components/Breadcrumbs/components/Item.d.ts.map +1 -1
- package/dist/components/Breadcrumbs/components/Item.js +59 -79
- package/dist/components/Breadcrumbs/components/styles.css.js +12 -11
- package/dist/components/Breadcrumbs/index.js +21 -20
- package/dist/components/Breadcrumbs/styles.css.js +6 -4
- package/dist/components/Bullet/index.d.ts +1 -1
- package/dist/components/Bullet/index.d.ts.map +1 -1
- package/dist/components/Bullet/index.js +27 -29
- package/dist/components/Bullet/styles.css.js +109 -5
- package/dist/components/Button/constants.js +8 -4
- package/dist/components/Button/index.js +121 -147
- package/dist/components/Button/styles.css.js +158 -5
- package/dist/components/Card/index.js +60 -86
- package/dist/components/Card/styles.css.js +6 -5
- package/dist/components/Carousel/index.d.ts +4 -8
- package/dist/components/Carousel/index.d.ts.map +1 -1
- package/dist/components/Carousel/index.js +103 -110
- package/dist/components/Carousel/styles.css.js +6 -9
- package/dist/components/Checkbox/index.js +133 -158
- package/dist/components/Checkbox/styles.css.js +9 -15
- package/dist/components/CheckboxGroup/index.d.ts +5 -9
- package/dist/components/CheckboxGroup/index.d.ts.map +1 -1
- package/dist/components/CheckboxGroup/index.js +101 -119
- package/dist/components/CheckboxGroup/styles.css.js +6 -5
- package/dist/components/Chip/ChipContext.js +6 -4
- package/dist/components/Chip/ChipIcon.d.ts +1 -1
- package/dist/components/Chip/ChipIcon.d.ts.map +1 -1
- package/dist/components/Chip/ChipIcon.js +49 -69
- package/dist/components/Chip/index.d.ts +7 -11
- package/dist/components/Chip/index.d.ts.map +1 -1
- package/dist/components/Chip/index.js +69 -80
- package/dist/components/Chip/styles.css.js +6 -5
- package/dist/components/CopyButton/index.d.ts +1 -1
- package/dist/components/CopyButton/index.d.ts.map +1 -1
- package/dist/components/CopyButton/index.js +31 -45
- package/dist/components/DateInput/Context.js +23 -20
- package/dist/components/DateInput/components/CalendarContent.js +69 -90
- package/dist/components/DateInput/components/CalendarDaily.js +141 -206
- package/dist/components/DateInput/components/CalendarMonthly.js +88 -124
- package/dist/components/DateInput/components/Popup.d.ts.map +1 -1
- package/dist/components/DateInput/components/Popup.js +36 -45
- package/dist/components/DateInput/components/styles.css.js +7 -8
- package/dist/components/DateInput/constants.js +4 -5
- package/dist/components/DateInput/helpers.d.ts +1 -1
- package/dist/components/DateInput/helpers.d.ts.map +1 -1
- package/dist/components/DateInput/helpers.js +43 -59
- package/dist/components/DateInput/helpersLocale.d.ts +3 -3
- package/dist/components/DateInput/helpersLocale.d.ts.map +1 -1
- package/dist/components/DateInput/helpersLocale.js +45 -51
- package/dist/components/DateInput/index.d.ts +1 -1
- package/dist/components/DateInput/index.d.ts.map +1 -1
- package/dist/components/DateInput/index.js +241 -316
- package/dist/components/DateInput/styles.css.js +12 -6
- package/dist/components/Dialog/Context.js +11 -13
- package/dist/components/Dialog/components/Button.d.ts.map +1 -1
- package/dist/components/Dialog/components/Button.js +17 -24
- package/dist/components/Dialog/components/Buttons.d.ts.map +1 -1
- package/dist/components/Dialog/components/Buttons.js +14 -12
- package/dist/components/Dialog/components/CancelButton.d.ts.map +1 -1
- package/dist/components/Dialog/components/CancelButton.js +16 -21
- package/dist/components/Dialog/components/Stack.d.ts.map +1 -1
- package/dist/components/Dialog/components/Stack.js +13 -6
- package/dist/components/Dialog/components/Text.d.ts.map +1 -1
- package/dist/components/Dialog/components/Text.js +15 -6
- package/dist/components/Dialog/constants.d.ts +1 -1
- package/dist/components/Dialog/index.d.ts +50 -50
- package/dist/components/Dialog/index.d.ts.map +1 -1
- package/dist/components/Dialog/index.js +59 -82
- package/dist/components/Dialog/styles.css.js +6 -5
- package/dist/components/Drawer/DrawerContent.d.ts +5 -0
- package/dist/components/Drawer/DrawerContent.d.ts.map +1 -0
- package/dist/components/Drawer/DrawerContent.js +12 -0
- package/dist/components/Drawer/index.d.ts +5 -7
- package/dist/components/Drawer/index.d.ts.map +1 -1
- package/dist/components/Drawer/index.js +105 -92
- package/dist/components/Drawer/styles.css.d.ts +11 -4
- package/dist/components/Drawer/styles.css.d.ts.map +1 -1
- package/dist/components/Drawer/styles.css.js +13 -11
- package/dist/components/EmptyState/index.d.ts +1 -1
- package/dist/components/EmptyState/index.d.ts.map +1 -1
- package/dist/components/EmptyState/index.js +81 -94
- package/dist/components/EmptyState/styles.css.d.ts +1 -1
- package/dist/components/EmptyState/styles.css.js +26 -7
- package/dist/components/Expandable/index.d.ts +2 -2
- package/dist/components/Expandable/index.d.ts.map +1 -1
- package/dist/components/Expandable/index.js +117 -141
- package/dist/components/Expandable/styles.css.js +6 -5
- package/dist/components/ExpandableCard/components/Title.d.ts.map +1 -1
- package/dist/components/ExpandableCard/components/Title.js +16 -22
- package/dist/components/ExpandableCard/index.d.ts +5 -5
- package/dist/components/ExpandableCard/index.d.ts.map +1 -1
- package/dist/components/ExpandableCard/index.js +151 -221
- package/dist/components/ExpandableCard/styles.css.js +6 -10
- package/dist/components/FileInput/FileInputProvider.d.ts +2 -2
- package/dist/components/FileInput/FileInputProvider.d.ts.map +1 -1
- package/dist/components/FileInput/FileInputProvider.js +9 -11
- package/dist/components/FileInput/components/Button.d.ts +57 -3
- package/dist/components/FileInput/components/Button.d.ts.map +1 -1
- package/dist/components/FileInput/components/Button.js +23 -20
- package/dist/components/FileInput/components/List.d.ts.map +1 -1
- package/dist/components/FileInput/components/List.js +137 -127
- package/dist/components/FileInput/helpers.d.ts +1 -0
- package/dist/components/FileInput/helpers.d.ts.map +1 -1
- package/dist/components/FileInput/helpers.js +34 -16
- package/dist/components/FileInput/index.d.ts +58 -2
- package/dist/components/FileInput/index.d.ts.map +1 -1
- package/dist/components/FileInput/index.js +245 -291
- package/dist/components/FileInput/styles.css.d.ts +3 -3
- package/dist/components/FileInput/styles.css.js +53 -18
- package/dist/components/GlobalAlert/GlobalAlertLink.d.ts +1 -1
- package/dist/components/GlobalAlert/GlobalAlertLink.d.ts.map +1 -1
- package/dist/components/GlobalAlert/GlobalAlertLink.js +26 -38
- package/dist/components/GlobalAlert/index.d.ts +43 -48
- package/dist/components/GlobalAlert/index.d.ts.map +1 -1
- package/dist/components/GlobalAlert/index.js +56 -74
- package/dist/components/GlobalAlert/styles.css.js +10 -5
- package/dist/components/InfiniteScroll/index.d.ts +1 -1
- package/dist/components/InfiniteScroll/index.d.ts.map +1 -1
- package/dist/components/InfiniteScroll/index.js +75 -95
- package/dist/components/Key/constants.js +10 -9
- package/dist/components/Key/index.d.ts +1 -1
- package/dist/components/Key/index.d.ts.map +1 -1
- package/dist/components/Key/index.js +43 -58
- package/dist/components/Key/styles.css.js +58 -5
- package/dist/components/Label/index.d.ts.map +1 -1
- package/dist/components/Label/index.js +86 -123
- package/dist/components/Label/styles.css.js +10 -4
- package/dist/components/LineChart/CustomLegend.d.ts +1 -1
- package/dist/components/LineChart/CustomLegend.d.ts.map +1 -1
- package/dist/components/LineChart/CustomLegend.js +99 -88
- package/dist/components/LineChart/Tooltip.d.ts.map +1 -1
- package/dist/components/LineChart/Tooltip.js +29 -44
- package/dist/components/LineChart/helpers.d.ts +6 -6
- package/dist/components/LineChart/helpers.d.ts.map +1 -1
- package/dist/components/LineChart/helpers.js +24 -46
- package/dist/components/LineChart/index.d.ts +1 -1
- package/dist/components/LineChart/index.d.ts.map +1 -1
- package/dist/components/LineChart/index.js +92 -110
- package/dist/components/LineChart/styles.css.js +6 -17
- package/dist/components/Link/index.js +93 -105
- package/dist/components/Link/styles.css.js +75 -9
- package/dist/components/List/Cell.js +39 -46
- package/dist/components/List/ColumnProvider.d.ts.map +1 -1
- package/dist/components/List/ColumnProvider.js +15 -21
- package/dist/components/List/HeaderCell.d.ts.map +1 -1
- package/dist/components/List/HeaderCell.js +58 -65
- package/dist/components/List/HeaderRow.d.ts.map +1 -1
- package/dist/components/List/HeaderRow.js +33 -24
- package/dist/components/List/ListContext.d.ts.map +1 -1
- package/dist/components/List/ListContext.js +210 -258
- package/dist/components/List/Row.js +156 -201
- package/dist/components/List/SelectBar.d.ts.map +1 -1
- package/dist/components/List/SelectBar.js +33 -36
- package/dist/components/List/SkeletonRows.d.ts.map +1 -1
- package/dist/components/List/SkeletonRows.js +29 -38
- package/dist/components/List/index.js +58 -72
- package/dist/components/List/styles.css.js +31 -22
- package/dist/components/List/variables.css.js +4 -13
- package/dist/components/Loader/constants.js +10 -9
- package/dist/components/Loader/index.d.ts.map +1 -1
- package/dist/components/Loader/index.js +53 -65
- package/dist/components/Loader/styles.css.js +6 -6
- package/dist/components/Menu/MenuContent.d.ts +45 -46
- package/dist/components/Menu/MenuContent.d.ts.map +1 -1
- package/dist/components/Menu/MenuContent.js +199 -239
- package/dist/components/Menu/MenuProvider.d.ts.map +1 -1
- package/dist/components/Menu/MenuProvider.js +41 -50
- package/dist/components/Menu/components/Group.d.ts.map +1 -1
- package/dist/components/Menu/components/Group.js +27 -30
- package/dist/components/Menu/components/Item.js +132 -168
- package/dist/components/Menu/helpers.d.ts.map +1 -1
- package/dist/components/Menu/helpers.js +32 -46
- package/dist/components/Menu/index.d.ts +55 -55
- package/dist/components/Menu/index.d.ts.map +1 -1
- package/dist/components/Menu/index.js +32 -11
- package/dist/components/Menu/styles.css.js +70 -16
- package/dist/components/Meter/index.d.ts +1 -1
- package/dist/components/Meter/index.d.ts.map +1 -1
- package/dist/components/Meter/index.js +56 -66
- package/dist/components/Meter/styles.css.js +6 -7
- package/dist/components/Modal/ModalContent.d.ts +1 -1
- package/dist/components/Modal/ModalContent.d.ts.map +1 -1
- package/dist/components/Modal/ModalContent.js +45 -67
- package/dist/components/Modal/ModalProvider.d.ts.map +1 -1
- package/dist/components/Modal/ModalProvider.js +41 -39
- package/dist/components/Modal/components/Dialog.d.ts +1 -1
- package/dist/components/Modal/components/Dialog.d.ts.map +1 -1
- package/dist/components/Modal/components/Dialog.js +166 -208
- package/dist/components/Modal/components/Disclosure.d.ts.map +1 -1
- package/dist/components/Modal/components/Disclosure.js +43 -41
- package/dist/components/Modal/index.d.ts +4 -2
- package/dist/components/Modal/index.d.ts.map +1 -1
- package/dist/components/Modal/index.js +90 -112
- package/dist/components/Modal/styles.css.d.ts.map +1 -1
- package/dist/components/Modal/styles.css.js +72 -15
- package/dist/components/Modal/types.d.ts +1 -0
- package/dist/components/Modal/types.d.ts.map +1 -1
- package/dist/components/Notice/index.d.ts +1 -1
- package/dist/components/Notice/index.d.ts.map +1 -1
- package/dist/components/Notice/index.js +27 -35
- package/dist/components/Notice/styles.css.js +6 -4
- package/dist/components/Notification/Notification.d.ts +1 -1
- package/dist/components/Notification/Notification.d.ts.map +1 -1
- package/dist/components/Notification/Notification.js +38 -30
- package/dist/components/Notification/NotificationContainer.d.ts +1 -1
- package/dist/components/Notification/NotificationContainer.d.ts.map +1 -1
- package/dist/components/Notification/NotificationContainer.js +24 -33
- package/dist/components/Notification/styles.css.js +6 -4
- package/dist/components/NumberInput/index.d.ts +14 -17
- package/dist/components/NumberInput/index.d.ts.map +1 -1
- package/dist/components/NumberInput/index.js +205 -252
- package/dist/components/NumberInput/styles.css.d.ts +1 -1
- package/dist/components/NumberInput/styles.css.js +74 -12
- package/dist/components/Pagination/PaginationButtons.d.ts +1 -1
- package/dist/components/Pagination/PaginationButtons.d.ts.map +1 -1
- package/dist/components/Pagination/PaginationButtons.js +93 -111
- package/dist/components/Pagination/PerPage.d.ts.map +1 -1
- package/dist/components/Pagination/PerPage.js +67 -61
- package/dist/components/Pagination/getPageNumbers.d.ts.map +1 -1
- package/dist/components/Pagination/getPageNumbers.js +24 -19
- package/dist/components/Pagination/index.d.ts +1 -1
- package/dist/components/Pagination/index.d.ts.map +1 -1
- package/dist/components/Pagination/index.js +50 -64
- package/dist/components/Pagination/styles.css.d.ts +2 -2
- package/dist/components/Pagination/styles.css.js +13 -7
- package/dist/components/PasswordCheck/index.d.ts +1 -1
- package/dist/components/PasswordCheck/index.d.ts.map +1 -1
- package/dist/components/PasswordCheck/index.js +38 -25
- package/dist/components/PasswordCheck/styles.css.js +6 -4
- package/dist/components/PieChart/Legends.d.ts.map +1 -1
- package/dist/components/PieChart/Legends.js +55 -67
- package/dist/components/PieChart/Tooltip.d.ts.map +1 -1
- package/dist/components/PieChart/Tooltip.js +45 -15
- package/dist/components/PieChart/index.d.ts.map +1 -1
- package/dist/components/PieChart/index.js +97 -105
- package/dist/components/PieChart/styles.css.js +43 -24
- package/dist/components/Popover/index.d.ts +38 -40
- package/dist/components/Popover/index.d.ts.map +1 -1
- package/dist/components/Popover/index.js +92 -123
- package/dist/components/Popover/styles.css.js +22 -6
- package/dist/components/Popup/helpers.d.ts.map +1 -1
- package/dist/components/Popup/helpers.js +264 -264
- package/dist/components/Popup/index.d.ts.map +1 -1
- package/dist/components/Popup/index.js +343 -410
- package/dist/components/Popup/styles.css.d.ts +1 -1
- package/dist/components/Popup/styles.css.js +37 -11
- package/dist/components/Popup/variables.css.js +4 -10
- package/dist/components/ProgressBar/index.d.ts +1 -1
- package/dist/components/ProgressBar/index.d.ts.map +1 -1
- package/dist/components/ProgressBar/index.js +78 -98
- package/dist/components/ProgressBar/styles.css.d.ts +2 -2
- package/dist/components/ProgressBar/styles.css.d.ts.map +1 -1
- package/dist/components/ProgressBar/styles.css.js +19 -10
- package/dist/components/ProgressBar/variables.css.js +4 -3
- package/dist/components/Radio/index.js +97 -108
- package/dist/components/Radio/styles.css.js +9 -16
- package/dist/components/RadioGroup/index.d.ts +1 -1
- package/dist/components/RadioGroup/index.d.ts.map +1 -1
- package/dist/components/RadioGroup/index.js +100 -128
- package/dist/components/RadioGroup/styles.css.js +6 -4
- package/dist/components/Row/index.d.ts +1 -1
- package/dist/components/Row/index.d.ts.map +1 -1
- package/dist/components/Row/index.js +26 -60
- package/dist/components/Row/styles.css.d.ts +79 -79
- package/dist/components/Row/styles.css.js +491 -14
- package/dist/components/Row/variables.css.js +21 -6
- package/dist/components/SearchInput/KeyGroup.d.ts.map +1 -1
- package/dist/components/SearchInput/KeyGroup.js +20 -7
- package/dist/components/SearchInput/index.d.ts.map +1 -1
- package/dist/components/SearchInput/index.js +207 -250
- package/dist/components/SearchInput/styles.css.js +6 -6
- package/dist/components/SearchInput/types.d.ts +1 -1
- package/dist/components/SearchInput/types.d.ts.map +1 -1
- package/dist/components/SelectInput/SelectInputProvider.d.ts +4 -1
- package/dist/components/SelectInput/SelectInputProvider.d.ts.map +1 -1
- package/dist/components/SelectInput/SelectInputProvider.js +174 -234
- package/dist/components/SelectInput/components/Dropdown.d.ts.map +1 -1
- package/dist/components/SelectInput/components/Dropdown.js +706 -853
- package/dist/components/SelectInput/components/DropdownOption.d.ts +2 -1
- package/dist/components/SelectInput/components/DropdownOption.d.ts.map +1 -1
- package/dist/components/SelectInput/components/DropdownOption.js +152 -183
- package/dist/components/SelectInput/components/SearchBarDropdown.d.ts.map +1 -1
- package/dist/components/SelectInput/components/SearchBarDropdown.js +98 -141
- package/dist/components/SelectInput/components/SelectBar.d.ts +1 -1
- package/dist/components/SelectInput/components/SelectBar.d.ts.map +1 -1
- package/dist/components/SelectInput/components/SelectBar.js +285 -392
- package/dist/components/SelectInput/components/dropdown.css.d.ts +14 -1
- package/dist/components/SelectInput/components/dropdown.css.d.ts.map +1 -1
- package/dist/components/SelectInput/components/dropdown.css.js +43 -34
- package/dist/components/SelectInput/components/selectBar.css.d.ts +1 -1
- package/dist/components/SelectInput/components/selectBar.css.d.ts.map +1 -1
- package/dist/components/SelectInput/components/selectBar.css.js +55 -17
- package/dist/components/SelectInput/constants.js +11 -14
- package/dist/components/SelectInput/findOptionInOptions.d.ts.map +1 -1
- package/dist/components/SelectInput/findOptionInOptions.js +10 -10
- package/dist/components/SelectInput/index.d.ts +1 -1
- package/dist/components/SelectInput/index.d.ts.map +1 -1
- package/dist/components/SelectInput/index.js +106 -162
- package/dist/components/SelectInput/styles.css.js +6 -5
- package/dist/components/SelectableCard/IllustrationContainer.d.ts +3 -4
- package/dist/components/SelectableCard/IllustrationContainer.d.ts.map +1 -1
- package/dist/components/SelectableCard/IllustrationContainer.js +60 -64
- package/dist/components/SelectableCard/MultiStateInput.d.ts +1 -1
- package/dist/components/SelectableCard/MultiStateInput.d.ts.map +1 -1
- package/dist/components/SelectableCard/MultiStateInput.js +69 -90
- package/dist/components/SelectableCard/SelectableCard.js +113 -161
- package/dist/components/SelectableCard/styles.css.js +25 -13
- package/dist/components/SelectableCard/types.d.ts +1 -1
- package/dist/components/SelectableCard/types.d.ts.map +1 -1
- package/dist/components/SelectableCard/variables.css.js +4 -5
- package/dist/components/SelectableCardGroup/index.d.ts +1 -1
- package/dist/components/SelectableCardGroup/index.d.ts.map +1 -1
- package/dist/components/SelectableCardGroup/index.js +95 -111
- package/dist/components/SelectableCardGroup/styles.css.js +6 -4
- package/dist/components/SelectableCardOptionGroup/Provider.js +17 -21
- package/dist/components/SelectableCardOptionGroup/SelectableCardOptionGroup.d.ts.map +1 -1
- package/dist/components/SelectableCardOptionGroup/SelectableCardOptionGroup.js +71 -79
- package/dist/components/SelectableCardOptionGroup/components/Image.d.ts.map +1 -1
- package/dist/components/SelectableCardOptionGroup/components/Image.js +19 -19
- package/dist/components/SelectableCardOptionGroup/components/Option.d.ts +1 -1
- package/dist/components/SelectableCardOptionGroup/components/Option.d.ts.map +1 -1
- package/dist/components/SelectableCardOptionGroup/components/Option.js +83 -136
- package/dist/components/SelectableCardOptionGroup/styles.css.js +6 -11
- package/dist/components/Separator/index.d.ts +1 -1
- package/dist/components/Separator/index.d.ts.map +1 -1
- package/dist/components/Separator/index.js +49 -59
- package/dist/components/Separator/styles.css.d.ts +18 -12
- package/dist/components/Separator/styles.css.d.ts.map +1 -1
- package/dist/components/Separator/styles.css.js +54 -8
- package/dist/components/Skeleton/Block.d.ts +1 -1
- package/dist/components/Skeleton/Block.d.ts.map +1 -1
- package/dist/components/Skeleton/Block.js +17 -14
- package/dist/components/Skeleton/Blocks.d.ts +2 -2
- package/dist/components/Skeleton/Blocks.d.ts.map +1 -1
- package/dist/components/Skeleton/Blocks.js +18 -26
- package/dist/components/Skeleton/BoxWithIcon.d.ts +2 -2
- package/dist/components/Skeleton/BoxWithIcon.d.ts.map +1 -1
- package/dist/components/Skeleton/BoxWithIcon.js +18 -26
- package/dist/components/Skeleton/Donut.js +29 -26
- package/dist/components/Skeleton/IconSkeleton.js +8 -5
- package/dist/components/Skeleton/Line.js +19 -16
- package/dist/components/Skeleton/List.d.ts +2 -2
- package/dist/components/Skeleton/List.d.ts.map +1 -1
- package/dist/components/Skeleton/List.js +20 -17
- package/dist/components/Skeleton/Slider.d.ts +1 -1
- package/dist/components/Skeleton/Slider.d.ts.map +1 -1
- package/dist/components/Skeleton/Slider.js +17 -19
- package/dist/components/Skeleton/Square.js +8 -5
- package/dist/components/Skeleton/index.d.ts +10 -10
- package/dist/components/Skeleton/index.d.ts.map +1 -1
- package/dist/components/Skeleton/index.js +39 -44
- package/dist/components/Skeleton/styles.css.js +6 -5
- package/dist/components/Skeleton/stylesVariants.css.js +6 -25
- package/dist/components/Slider/components/DoubleSlider.d.ts +1 -1
- package/dist/components/Slider/components/DoubleSlider.d.ts.map +1 -1
- package/dist/components/Slider/components/DoubleSlider.js +286 -365
- package/dist/components/Slider/components/Options.d.ts.map +1 -1
- package/dist/components/Slider/components/Options.js +40 -50
- package/dist/components/Slider/components/SingleSlider.d.ts +1 -1
- package/dist/components/Slider/components/SingleSlider.d.ts.map +1 -1
- package/dist/components/Slider/components/SingleSlider.js +204 -249
- package/dist/components/Slider/index.d.ts +1 -1
- package/dist/components/Slider/index.d.ts.map +1 -1
- package/dist/components/Slider/index.js +102 -132
- package/dist/components/Slider/styles.css.js +96 -26
- package/dist/components/Snippet/index.d.ts +1 -1
- package/dist/components/Snippet/index.d.ts.map +1 -1
- package/dist/components/Snippet/index.js +123 -159
- package/dist/components/Snippet/styles.css.d.ts +2 -2
- package/dist/components/Snippet/styles.css.js +52 -20
- package/dist/components/Stack/index.d.ts +1 -1
- package/dist/components/Stack/index.d.ts.map +1 -1
- package/dist/components/Stack/index.js +67 -80
- package/dist/components/Stack/styles.css.d.ts +90 -90
- package/dist/components/Stack/styles.css.js +579 -16
- package/dist/components/Stack/variables.css.d.ts.map +1 -1
- package/dist/components/Stack/variables.css.js +6 -7
- package/dist/components/Status/index.d.ts +1 -1
- package/dist/components/Status/index.d.ts.map +1 -1
- package/dist/components/Status/index.js +21 -26
- package/dist/components/Status/styles.css.js +37 -10
- package/dist/components/StepList/index.d.ts +4 -9
- package/dist/components/StepList/index.d.ts.map +1 -1
- package/dist/components/StepList/index.js +35 -44
- package/dist/components/StepList/styles.css.js +24 -8
- package/dist/components/Stepper/Step.d.ts +1 -1
- package/dist/components/Stepper/Step.d.ts.map +1 -1
- package/dist/components/Stepper/Step.js +81 -117
- package/dist/components/Stepper/StepperProvider.d.ts.map +1 -1
- package/dist/components/Stepper/StepperProvider.js +41 -39
- package/dist/components/Stepper/index.d.ts +10 -11
- package/dist/components/Stepper/index.d.ts.map +1 -1
- package/dist/components/Stepper/index.js +48 -73
- package/dist/components/Stepper/styles.css.d.ts +1 -1
- package/dist/components/Stepper/styles.css.js +134 -17
- package/dist/components/SwitchButton/FocusOverlay.d.ts.map +1 -1
- package/dist/components/SwitchButton/FocusOverlay.js +15 -21
- package/dist/components/SwitchButton/Option.d.ts +1 -1
- package/dist/components/SwitchButton/Option.d.ts.map +1 -1
- package/dist/components/SwitchButton/Option.js +45 -60
- package/dist/components/SwitchButton/SwitchButtonContext.js +9 -9
- package/dist/components/SwitchButton/index.d.ts +8 -12
- package/dist/components/SwitchButton/index.d.ts.map +1 -1
- package/dist/components/SwitchButton/index.js +134 -154
- package/dist/components/SwitchButton/styles.css.d.ts +1 -1
- package/dist/components/SwitchButton/styles.css.js +13 -9
- package/dist/components/Table/Body.d.ts.map +1 -1
- package/dist/components/Table/Body.js +7 -4
- package/dist/components/Table/Cell.d.ts.map +1 -1
- package/dist/components/Table/Cell.js +31 -35
- package/dist/components/Table/Header.d.ts.map +1 -1
- package/dist/components/Table/Header.js +12 -6
- package/dist/components/Table/HeaderCell.d.ts.map +1 -1
- package/dist/components/Table/HeaderCell.js +67 -78
- package/dist/components/Table/HeaderRow.d.ts.map +1 -1
- package/dist/components/Table/HeaderRow.js +28 -32
- package/dist/components/Table/Row.d.ts +1 -1
- package/dist/components/Table/Row.d.ts.map +1 -1
- package/dist/components/Table/Row.js +122 -145
- package/dist/components/Table/SelectBar.d.ts.map +1 -1
- package/dist/components/Table/SelectBar.js +32 -35
- package/dist/components/Table/SkeletonRows.d.ts.map +1 -1
- package/dist/components/Table/SkeletonRows.js +19 -12
- package/dist/components/Table/TableContext.d.ts.map +1 -1
- package/dist/components/Table/TableContext.js +51 -47
- package/dist/components/Table/index.d.ts +32 -32
- package/dist/components/Table/index.d.ts.map +1 -1
- package/dist/components/Table/index.js +64 -88
- package/dist/components/Table/styles.css.js +41 -19
- package/dist/components/Table/variables.css.js +4 -8
- package/dist/components/Tabs/Tab.js +89 -88
- package/dist/components/Tabs/TabMenu.d.ts +3 -4
- package/dist/components/Tabs/TabMenu.d.ts.map +1 -1
- package/dist/components/Tabs/TabMenu.js +46 -47
- package/dist/components/Tabs/TabMenuItem.d.ts.map +1 -1
- package/dist/components/Tabs/TabMenuItem.js +29 -32
- package/dist/components/Tabs/TabsContext.js +7 -7
- package/dist/components/Tabs/index.d.ts +33 -33
- package/dist/components/Tabs/index.d.ts.map +1 -1
- package/dist/components/Tabs/index.js +77 -87
- package/dist/components/Tabs/styles.css.js +10 -13
- package/dist/components/Tag/index.d.ts +1 -1
- package/dist/components/Tag/index.d.ts.map +1 -1
- package/dist/components/Tag/index.js +88 -120
- package/dist/components/Tag/styles.css.js +57 -7
- package/dist/components/TagInput/index.d.ts +1 -1
- package/dist/components/TagInput/index.d.ts.map +1 -1
- package/dist/components/TagInput/index.js +196 -237
- package/dist/components/TagInput/styles.css.js +16 -8
- package/dist/components/TagList/constant.js +5 -3
- package/dist/components/TagList/index.d.ts +1 -1
- package/dist/components/TagList/index.d.ts.map +1 -1
- package/dist/components/TagList/index.js +172 -234
- package/dist/components/TagList/styles.css.js +12 -10
- package/dist/components/Text/index.d.ts +1 -1
- package/dist/components/Text/index.d.ts.map +1 -1
- package/dist/components/Text/index.js +46 -65
- package/dist/components/Text/style.css.js +450 -5
- package/dist/components/Text/variables.css.js +9 -4
- package/dist/components/TextArea/index.js +160 -203
- package/dist/components/TextArea/styles.css.js +18 -8
- package/dist/components/TextInput/index.d.ts +17 -18
- package/dist/components/TextInput/index.d.ts.map +1 -1
- package/dist/components/TextInput/index.js +212 -299
- package/dist/components/TextInput/styles.css.d.ts +1 -1
- package/dist/components/TextInput/styles.css.js +12 -12
- package/dist/components/TimeInput/constants.js +14 -7
- package/dist/components/TimeInput/helpers.d.ts +5 -6
- package/dist/components/TimeInput/helpers.d.ts.map +1 -1
- package/dist/components/TimeInput/helpers.js +31 -52
- package/dist/components/TimeInput/index.d.ts +1 -1
- package/dist/components/TimeInput/index.d.ts.map +1 -1
- package/dist/components/TimeInput/index.js +309 -366
- package/dist/components/TimeInput/styles.css.js +30 -8
- package/dist/components/Toaster/Toaster.d.ts +3 -3
- package/dist/components/Toaster/Toaster.d.ts.map +1 -1
- package/dist/components/Toaster/Toaster.js +35 -22
- package/dist/components/Toaster/ToasterContainer.d.ts +1 -1
- package/dist/components/Toaster/ToasterContainer.d.ts.map +1 -1
- package/dist/components/Toaster/ToasterContainer.js +36 -37
- package/dist/components/Toaster/components/Button.d.ts +57 -3
- package/dist/components/Toaster/components/Button.d.ts.map +1 -1
- package/dist/components/Toaster/components/CloseButton.d.ts.map +1 -1
- package/dist/components/Toaster/components/CloseButton.js +17 -20
- package/dist/components/Toaster/components/Content.d.ts +2 -1
- package/dist/components/Toaster/components/Content.d.ts.map +1 -1
- package/dist/components/Toaster/components/Content.js +18 -6
- package/dist/components/Toaster/components/Link.d.ts +31 -3
- package/dist/components/Toaster/components/Link.d.ts.map +1 -1
- package/dist/components/Toaster/constants.js +4 -3
- package/dist/components/Toaster/index.d.ts +88 -2
- package/dist/components/Toaster/index.d.ts.map +1 -1
- package/dist/components/Toaster/styles.css.js +6 -5
- package/dist/components/Toggle/index.d.ts +9 -9
- package/dist/components/Toggle/index.d.ts.map +1 -1
- package/dist/components/Toggle/index.js +94 -125
- package/dist/components/Toggle/styles.css.js +50 -8
- package/dist/components/ToggleGroup/index.d.ts +1 -1
- package/dist/components/ToggleGroup/index.d.ts.map +1 -1
- package/dist/components/ToggleGroup/index.js +95 -104
- package/dist/components/ToggleGroup/styles.css.js +6 -4
- package/dist/components/Tooltip/index.d.ts +29 -30
- package/dist/components/Tooltip/index.d.ts.map +1 -1
- package/dist/components/Tooltip/index.js +34 -50
- package/dist/components/Tooltip/styles.css.js +6 -4
- package/dist/components/TreeMapChart/Tooltip.d.ts +1 -1
- package/dist/components/TreeMapChart/Tooltip.d.ts.map +1 -1
- package/dist/components/TreeMapChart/Tooltip.js +23 -13
- package/dist/components/TreeMapChart/index.d.ts +1 -1
- package/dist/components/TreeMapChart/index.d.ts.map +1 -1
- package/dist/components/TreeMapChart/index.js +56 -67
- package/dist/components/TreeMapChart/styles.css.js +6 -5
- package/dist/components/UnitInput/index.d.ts +1 -1
- package/dist/components/UnitInput/index.d.ts.map +1 -1
- package/dist/components/UnitInput/index.js +132 -191
- package/dist/components/UnitInput/styles.css.d.ts +3 -3
- package/dist/components/UnitInput/styles.css.js +23 -13
- package/dist/components/VerificationCode/index.d.ts +1 -1
- package/dist/components/VerificationCode/index.d.ts.map +1 -1
- package/dist/components/VerificationCode/index.js +156 -208
- package/dist/components/VerificationCode/styles.css.d.ts +1 -1
- package/dist/components/VerificationCode/styles.css.js +12 -7
- package/dist/components/compositions/OfferList/OfferListProvider.d.ts +30 -0
- package/dist/components/compositions/OfferList/OfferListProvider.d.ts.map +1 -0
- package/dist/components/compositions/OfferList/OfferListProvider.js +29 -0
- package/dist/components/compositions/OfferList/components/Banner.d.ts +13 -0
- package/dist/components/compositions/OfferList/components/Banner.d.ts.map +1 -0
- package/dist/components/compositions/OfferList/components/Banner.js +41 -0
- package/dist/components/compositions/OfferList/components/Cell.d.ts +8 -0
- package/dist/components/compositions/OfferList/components/Cell.d.ts.map +1 -0
- package/dist/components/compositions/OfferList/components/Cell.js +32 -0
- package/dist/components/compositions/OfferList/components/OfferListRowProvider.d.ts +9 -0
- package/dist/components/compositions/OfferList/components/OfferListRowProvider.d.ts.map +1 -0
- package/dist/components/compositions/OfferList/components/OfferListRowProvider.js +12 -0
- package/dist/components/compositions/OfferList/components/Row.d.ts +19 -0
- package/dist/components/compositions/OfferList/components/Row.d.ts.map +1 -0
- package/dist/components/compositions/OfferList/components/Row.js +175 -0
- package/dist/components/compositions/OfferList/index.d.ts +59 -0
- package/dist/components/compositions/OfferList/index.d.ts.map +1 -0
- package/dist/components/compositions/OfferList/index.js +53 -0
- package/dist/components/compositions/OfferList/styles.css.d.ts +44 -0
- package/dist/components/compositions/OfferList/styles.css.d.ts.map +1 -0
- package/dist/components/compositions/OfferList/styles.css.js +124 -0
- package/dist/components/compositions/OptionSelector/__mock__/resources.d.ts +1 -1
- package/dist/components/compositions/OptionSelector/components/ArrowIcon.d.ts +5 -0
- package/dist/components/compositions/OptionSelector/components/ArrowIcon.d.ts.map +1 -0
- package/dist/components/compositions/OptionSelector/components/ArrowIcon.js +21 -0
- package/dist/components/compositions/OptionSelector/components/IconWithContent.d.ts +6 -0
- package/dist/components/compositions/OptionSelector/components/IconWithContent.d.ts.map +1 -0
- package/dist/components/compositions/OptionSelector/components/IconWithContent.js +14 -0
- package/dist/components/compositions/OptionSelector/components/RevealOnHover.d.ts.map +1 -0
- package/dist/components/compositions/OptionSelector/components/RevealOnHover.js +17 -0
- package/dist/components/compositions/OptionSelector/components/Selector.d.ts +10 -0
- package/dist/components/compositions/OptionSelector/components/Selector.d.ts.map +1 -0
- package/dist/components/compositions/OptionSelector/components/Selector.js +33 -0
- package/dist/components/compositions/OptionSelector/components/SelectorLabel.d.ts +8 -0
- package/dist/components/compositions/OptionSelector/components/SelectorLabel.d.ts.map +1 -0
- package/dist/components/compositions/OptionSelector/components/SelectorLabel.js +17 -0
- package/dist/components/compositions/OptionSelector/index.d.ts +1 -1
- package/dist/components/compositions/OptionSelector/index.d.ts.map +1 -1
- package/dist/components/compositions/OptionSelector/index.js +154 -176
- package/dist/components/compositions/OptionSelector/styles.css.d.ts +19 -4
- package/dist/components/compositions/OptionSelector/styles.css.d.ts.map +1 -1
- package/dist/components/compositions/OptionSelector/styles.css.js +34 -22
- package/dist/components/compositions/OptionSelector/types.d.ts +6 -1
- package/dist/components/compositions/OptionSelector/types.d.ts.map +1 -1
- package/dist/components/compositions/OrderSummary/NonScrollableContent.d.ts +20 -0
- package/dist/components/compositions/OrderSummary/NonScrollableContent.d.ts.map +1 -0
- package/dist/components/compositions/OrderSummary/NonScrollableContent.js +110 -0
- package/dist/components/compositions/OrderSummary/Provider.d.ts +15 -0
- package/dist/components/compositions/OrderSummary/Provider.d.ts.map +1 -0
- package/dist/components/compositions/OrderSummary/Provider.js +20 -0
- package/dist/components/compositions/OrderSummary/ScrollableContent.d.ts +2 -0
- package/dist/components/compositions/OrderSummary/ScrollableContent.d.ts.map +1 -0
- package/dist/components/compositions/OrderSummary/ScrollableContent.js +248 -0
- package/dist/components/compositions/OrderSummary/constants.d.ts +3 -0
- package/dist/components/compositions/OrderSummary/constants.d.ts.map +1 -0
- package/dist/components/compositions/OrderSummary/constants.js +18 -0
- package/dist/components/compositions/OrderSummary/helpers.d.ts +28 -0
- package/dist/components/compositions/OrderSummary/helpers.d.ts.map +1 -0
- package/dist/components/compositions/OrderSummary/helpers.js +126 -0
- package/dist/components/compositions/OrderSummary/index.d.ts +3 -0
- package/dist/components/compositions/OrderSummary/index.d.ts.map +1 -0
- package/dist/components/compositions/OrderSummary/index.js +151 -0
- package/dist/components/compositions/OrderSummary/locales/en.d.ts +11 -0
- package/dist/components/compositions/OrderSummary/locales/en.d.ts.map +1 -0
- package/dist/components/compositions/OrderSummary/locales/en.js +13 -0
- package/dist/components/compositions/OrderSummary/styles.css.d.ts +21 -0
- package/dist/components/compositions/OrderSummary/styles.css.d.ts.map +1 -0
- package/dist/components/compositions/OrderSummary/styles.css.js +32 -0
- package/dist/components/compositions/OrderSummary/types.d.ts +125 -0
- package/dist/components/compositions/OrderSummary/types.d.ts.map +1 -0
- package/dist/components/compositions/Plans/FeatureHint.d.ts +7 -0
- package/dist/components/compositions/Plans/FeatureHint.d.ts.map +1 -0
- package/dist/components/compositions/Plans/FeatureHint.js +43 -0
- package/dist/components/compositions/Plans/PlanHeader.d.ts +14 -0
- package/dist/components/compositions/Plans/PlanHeader.d.ts.map +1 -0
- package/dist/components/compositions/Plans/PlanHeader.js +103 -0
- package/dist/components/compositions/Plans/index.d.ts +22 -0
- package/dist/components/compositions/Plans/index.d.ts.map +1 -0
- package/dist/components/compositions/Plans/index.js +177 -0
- package/dist/components/compositions/Plans/locales/en.d.ts +7 -0
- package/dist/components/compositions/Plans/locales/en.d.ts.map +1 -0
- package/dist/components/compositions/Plans/locales/en.js +9 -0
- package/dist/components/compositions/Plans/styles.css.d.ts +67 -0
- package/dist/components/compositions/Plans/styles.css.d.ts.map +1 -0
- package/dist/components/compositions/Plans/styles.css.js +39 -0
- package/dist/components/compositions/Plans/types.d.ts +38 -0
- package/dist/components/compositions/Plans/types.d.ts.map +1 -0
- package/dist/components/compositions/SteppedListCard/Step.d.ts +23 -0
- package/dist/components/compositions/SteppedListCard/Step.d.ts.map +1 -0
- package/dist/components/compositions/SteppedListCard/Step.js +47 -0
- package/dist/components/compositions/SteppedListCard/SteppedListContent.d.ts +12 -0
- package/dist/components/compositions/SteppedListCard/SteppedListContent.d.ts.map +1 -0
- package/dist/components/compositions/SteppedListCard/SteppedListContent.js +56 -0
- package/dist/components/compositions/SteppedListCard/helper.d.ts +27 -0
- package/dist/components/compositions/SteppedListCard/helper.d.ts.map +1 -0
- package/dist/components/compositions/SteppedListCard/helper.js +33 -0
- package/dist/components/compositions/SteppedListCard/index.d.ts +65 -0
- package/dist/components/compositions/SteppedListCard/index.d.ts.map +1 -0
- package/dist/components/compositions/SteppedListCard/index.js +96 -0
- package/dist/components/compositions/SteppedListCard/styles.css.d.ts +9 -0
- package/dist/components/compositions/SteppedListCard/styles.css.d.ts.map +1 -0
- package/dist/components/compositions/SteppedListCard/styles.css.js +14 -0
- package/dist/components/compositions/index.d.ts +4 -0
- package/dist/components/compositions/index.d.ts.map +1 -1
- package/dist/components/compositions/index.js +6 -3
- package/dist/helpers/isClientSide.js +9 -4
- package/dist/helpers/isJSON.d.ts.map +1 -1
- package/dist/helpers/legend.d.ts +751 -2
- package/dist/helpers/legend.d.ts.map +1 -1
- package/dist/helpers/legend.js +11 -12
- package/dist/helpers/nivoTheme.d.ts +751 -2
- package/dist/helpers/nivoTheme.d.ts.map +1 -1
- package/dist/helpers/nivoTheme.js +19 -20
- package/dist/helpers/numbers.d.ts.map +1 -1
- package/dist/helpers/recursivelyGetChildrenString.d.ts.map +1 -1
- package/dist/helpers/recursivelyGetChildrenString.js +14 -16
- package/dist/helpers/treeMap.d.ts +751 -4
- package/dist/helpers/treeMap.d.ts.map +1 -1
- package/dist/helpers/treeMap.js +99 -36
- package/dist/hooks/useIsOverflowing.d.ts +1 -1
- package/dist/hooks/useIsOverflowing.d.ts.map +1 -1
- package/dist/hooks/useIsOverflowing.js +27 -22
- package/dist/index.js +39 -182
- package/dist/mocks/list.d.ts +2 -2
- package/dist/mocks/list.d.ts.map +1 -1
- package/dist/theme/ThemeProvider.d.ts +46 -46
- package/dist/theme/ThemeProvider.d.ts.map +1 -1
- package/dist/theme/ThemeProvider.js +60 -55
- package/dist/theme/index.d.ts +1514 -14
- package/dist/theme/index.d.ts.map +1 -1
- package/dist/theme/index.js +24 -14
- package/dist/ui.css +2 -1
- package/dist/utils/animations/{animations.js → animations2.js} +4 -29
- package/dist/utils/animations/animationsVE.css.js +6 -30
- package/dist/utils/index.js +7 -0
- package/dist/utils/normalize.js +6 -3
- package/dist/utils/responsive/utilities.d.ts +2 -3
- package/dist/utils/responsive/utilities.d.ts.map +1 -1
- package/dist/utils/responsive/utilities.js +11 -13
- package/package.json +14 -13
- package/LICENSE +0 -189
- package/dist/components/Banner/assets/default-image-small.svg.js +0 -4
- package/dist/components/Slider/constant.js +0 -4
- package/dist/components/SwitchButton/constant.js +0 -4
- package/dist/components/Table/constants.js +0 -4
- package/dist/components/compositions/OptionSelector/RevealOnHover.d.ts.map +0 -1
- package/dist/components/compositions/OptionSelector/RevealOnHover.js +0 -12
- /package/dist/components/compositions/OptionSelector/{RevealOnHover.d.ts → components/RevealOnHover.d.ts} +0 -0
package/dist/theme/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { consoleDarkTheme, consoleLightTheme, useTheme } from '@ultraviolet/themes';
|
|
1
|
+
import { consoleDarkerTheme, consoleDarkTheme, consoleLightTheme, useTheme } from '@ultraviolet/themes';
|
|
2
2
|
import { ThemeProvider } from './ThemeProvider';
|
|
3
3
|
export type ScreenSize = keyof typeof consoleLightTheme.breakpoints;
|
|
4
4
|
type UltravioletUITheme = typeof consoleLightTheme;
|
|
@@ -353,12 +353,12 @@ declare const colors: {
|
|
|
353
353
|
drawer: string;
|
|
354
354
|
dropdown: string;
|
|
355
355
|
fixed: {
|
|
356
|
-
|
|
357
|
-
|
|
356
|
+
'0': string;
|
|
357
|
+
'1': string;
|
|
358
358
|
};
|
|
359
359
|
fixedReversed: {
|
|
360
|
-
|
|
361
|
-
|
|
360
|
+
'0': string;
|
|
361
|
+
'1': string;
|
|
362
362
|
};
|
|
363
363
|
focusDanger: string;
|
|
364
364
|
focusInfo: string;
|
|
@@ -375,17 +375,17 @@ declare const colors: {
|
|
|
375
375
|
menu: string;
|
|
376
376
|
modal: string;
|
|
377
377
|
overlay: {
|
|
378
|
-
|
|
379
|
-
|
|
378
|
+
'0': string;
|
|
379
|
+
'1': string;
|
|
380
380
|
};
|
|
381
381
|
popover: string;
|
|
382
382
|
raised: {
|
|
383
|
-
|
|
384
|
-
|
|
383
|
+
'0': string;
|
|
384
|
+
'1': string;
|
|
385
385
|
};
|
|
386
386
|
raisedReversed: {
|
|
387
|
-
|
|
388
|
-
|
|
387
|
+
'0': string;
|
|
388
|
+
'1': string;
|
|
389
389
|
};
|
|
390
390
|
tabBar: {
|
|
391
391
|
active: string;
|
|
@@ -729,12 +729,1512 @@ type RecursivePartial<T> = {
|
|
|
729
729
|
* @param {UltravioletUITheme} baseTheme the theme you want to extend from, by default it is set to light theme
|
|
730
730
|
* @param {RecursivePartial<UltravioletUITheme>} extendedTheme the properties of a new theme you want to apply from baseTheme
|
|
731
731
|
*/
|
|
732
|
-
declare const extendTheme: (extendedTheme: RecursivePartial<
|
|
732
|
+
declare const extendTheme: (extendedTheme: RecursivePartial<{
|
|
733
|
+
breakpoints: {
|
|
734
|
+
large: string;
|
|
735
|
+
medium: string;
|
|
736
|
+
small: string;
|
|
737
|
+
xlarge: string;
|
|
738
|
+
xsmall: string;
|
|
739
|
+
xxsmall: string;
|
|
740
|
+
};
|
|
741
|
+
colors: {
|
|
742
|
+
danger: {
|
|
743
|
+
background: string;
|
|
744
|
+
backgroundDisabled: string;
|
|
745
|
+
backgroundHover: string;
|
|
746
|
+
backgroundStrong: string;
|
|
747
|
+
backgroundStrongDisabled: string;
|
|
748
|
+
backgroundStrongHover: string;
|
|
749
|
+
border: string;
|
|
750
|
+
borderDisabled: string;
|
|
751
|
+
borderHover: string;
|
|
752
|
+
borderStrong: string;
|
|
753
|
+
borderStrongDisabled: string;
|
|
754
|
+
borderStrongHover: string;
|
|
755
|
+
icon: string;
|
|
756
|
+
iconDisabled: string;
|
|
757
|
+
iconHover: string;
|
|
758
|
+
iconStrong: string;
|
|
759
|
+
iconStrongDisabled: string;
|
|
760
|
+
iconStrongHover: string;
|
|
761
|
+
text: string;
|
|
762
|
+
textDisabled: string;
|
|
763
|
+
textHover: string;
|
|
764
|
+
textStrong: string;
|
|
765
|
+
textStrongDisabled: string;
|
|
766
|
+
textStrongHover: string;
|
|
767
|
+
};
|
|
768
|
+
info: {
|
|
769
|
+
background: string;
|
|
770
|
+
backgroundDisabled: string;
|
|
771
|
+
backgroundHover: string;
|
|
772
|
+
backgroundStrong: string;
|
|
773
|
+
backgroundStrongDisabled: string;
|
|
774
|
+
backgroundStrongHover: string;
|
|
775
|
+
border: string;
|
|
776
|
+
borderDisabled: string;
|
|
777
|
+
borderHover: string;
|
|
778
|
+
borderStrong: string;
|
|
779
|
+
borderStrongDisabled: string;
|
|
780
|
+
borderStrongHover: string;
|
|
781
|
+
icon: string;
|
|
782
|
+
iconDisabled: string;
|
|
783
|
+
iconHover: string;
|
|
784
|
+
iconStrong: string;
|
|
785
|
+
iconStrongDisabled: string;
|
|
786
|
+
iconStrongHover: string;
|
|
787
|
+
text: string;
|
|
788
|
+
textDisabled: string;
|
|
789
|
+
textHover: string;
|
|
790
|
+
textStrong: string;
|
|
791
|
+
textStrongDisabled: string;
|
|
792
|
+
textStrongHover: string;
|
|
793
|
+
};
|
|
794
|
+
neutral: {
|
|
795
|
+
background: string;
|
|
796
|
+
backgroundDisabled: string;
|
|
797
|
+
backgroundHover: string;
|
|
798
|
+
backgroundStrong: string;
|
|
799
|
+
backgroundStrongDisabled: string;
|
|
800
|
+
backgroundStronger: string;
|
|
801
|
+
backgroundStrongerDisabled: string;
|
|
802
|
+
backgroundStrongerHover: string;
|
|
803
|
+
backgroundStrongHover: string;
|
|
804
|
+
backgroundWeak: string;
|
|
805
|
+
backgroundWeakDisabled: string;
|
|
806
|
+
backgroundWeakElevated: string;
|
|
807
|
+
backgroundWeakHover: string;
|
|
808
|
+
border: string;
|
|
809
|
+
borderDisabled: string;
|
|
810
|
+
borderHover: string;
|
|
811
|
+
borderStrong: string;
|
|
812
|
+
borderStrongDisabled: string;
|
|
813
|
+
borderStronger: string;
|
|
814
|
+
borderStrongerDisabled: string;
|
|
815
|
+
borderStrongerHover: string;
|
|
816
|
+
borderStrongHover: string;
|
|
817
|
+
borderWeak: string;
|
|
818
|
+
borderWeakDisabled: string;
|
|
819
|
+
borderWeakHover: string;
|
|
820
|
+
icon: string;
|
|
821
|
+
iconDisabled: string;
|
|
822
|
+
iconHover: string;
|
|
823
|
+
iconStrong: string;
|
|
824
|
+
iconStrongDisabled: string;
|
|
825
|
+
iconStronger: string;
|
|
826
|
+
iconStrongerDisabled: string;
|
|
827
|
+
iconStrongerHover: string;
|
|
828
|
+
iconStrongHover: string;
|
|
829
|
+
iconWeak: string;
|
|
830
|
+
iconWeakDisabled: string;
|
|
831
|
+
iconWeakHover: string;
|
|
832
|
+
text: string;
|
|
833
|
+
textDisabled: string;
|
|
834
|
+
textHover: string;
|
|
835
|
+
textStrong: string;
|
|
836
|
+
textStrongDisabled: string;
|
|
837
|
+
textStronger: string;
|
|
838
|
+
textStrongerDisabled: string;
|
|
839
|
+
textStrongerHover: string;
|
|
840
|
+
textStrongHover: string;
|
|
841
|
+
textWeak: string;
|
|
842
|
+
textWeakDisabled: string;
|
|
843
|
+
textWeakHover: string;
|
|
844
|
+
};
|
|
845
|
+
other: {
|
|
846
|
+
data: {
|
|
847
|
+
charts: {
|
|
848
|
+
danger: string;
|
|
849
|
+
data1: string;
|
|
850
|
+
data2: string;
|
|
851
|
+
data3: string;
|
|
852
|
+
data4: string;
|
|
853
|
+
data5: string;
|
|
854
|
+
data6: string;
|
|
855
|
+
data7: string;
|
|
856
|
+
data8: string;
|
|
857
|
+
data9: string;
|
|
858
|
+
data10: string;
|
|
859
|
+
data11: string;
|
|
860
|
+
data12: string;
|
|
861
|
+
data13: string;
|
|
862
|
+
data14: string;
|
|
863
|
+
success: string;
|
|
864
|
+
};
|
|
865
|
+
};
|
|
866
|
+
elevation: {
|
|
867
|
+
background: {
|
|
868
|
+
fixed: string;
|
|
869
|
+
fixedReversed: string;
|
|
870
|
+
overlay: string;
|
|
871
|
+
raised: string;
|
|
872
|
+
raisedReversed: string;
|
|
873
|
+
};
|
|
874
|
+
};
|
|
875
|
+
gradients: {
|
|
876
|
+
background: {
|
|
877
|
+
linear: {
|
|
878
|
+
accent: string;
|
|
879
|
+
aqua: string;
|
|
880
|
+
blue: string;
|
|
881
|
+
emerald: string;
|
|
882
|
+
fuschia: string;
|
|
883
|
+
magenta: string;
|
|
884
|
+
primary: string;
|
|
885
|
+
};
|
|
886
|
+
radial: {
|
|
887
|
+
aquaFuschia: string;
|
|
888
|
+
aquaPurple: string;
|
|
889
|
+
fuschiaPurple: string;
|
|
890
|
+
lime: string;
|
|
891
|
+
magenta: string;
|
|
892
|
+
purple: string;
|
|
893
|
+
};
|
|
894
|
+
};
|
|
895
|
+
text: {
|
|
896
|
+
dark: string;
|
|
897
|
+
light: string;
|
|
898
|
+
};
|
|
899
|
+
};
|
|
900
|
+
icon: {
|
|
901
|
+
category: {
|
|
902
|
+
neutral: {
|
|
903
|
+
fill: string;
|
|
904
|
+
fillDisabled: string;
|
|
905
|
+
fillStrong: string;
|
|
906
|
+
fillStrongDisabled: string;
|
|
907
|
+
};
|
|
908
|
+
primary: {
|
|
909
|
+
fill: string;
|
|
910
|
+
fillDisabled: string;
|
|
911
|
+
fillStrong: string;
|
|
912
|
+
fillStrongDisabled: string;
|
|
913
|
+
};
|
|
914
|
+
};
|
|
915
|
+
product: {
|
|
916
|
+
danger: {
|
|
917
|
+
fill: string;
|
|
918
|
+
fillDisabled: string;
|
|
919
|
+
fillStrong: string;
|
|
920
|
+
fillStrongDisabled: string;
|
|
921
|
+
fillWeak: string;
|
|
922
|
+
fillWeakDisabled: string;
|
|
923
|
+
};
|
|
924
|
+
original: {
|
|
925
|
+
fill: string;
|
|
926
|
+
fillDisabled: string;
|
|
927
|
+
fillStrong: string;
|
|
928
|
+
fillStrongDisabled: string;
|
|
929
|
+
fillWeak: string;
|
|
930
|
+
fillWeakDisabled: string;
|
|
931
|
+
};
|
|
932
|
+
primary: {
|
|
933
|
+
fill: string;
|
|
934
|
+
fillDisabled: string;
|
|
935
|
+
fillStrong: string;
|
|
936
|
+
fillStrongDisabled: string;
|
|
937
|
+
fillWeak: string;
|
|
938
|
+
fillWeakDisabled: string;
|
|
939
|
+
};
|
|
940
|
+
warning: {
|
|
941
|
+
fill: string;
|
|
942
|
+
fillDisabled: string;
|
|
943
|
+
fillStrong: string;
|
|
944
|
+
fillStrongDisabled: string;
|
|
945
|
+
fillWeak: string;
|
|
946
|
+
fillWeakDisabled: string;
|
|
947
|
+
};
|
|
948
|
+
};
|
|
949
|
+
};
|
|
950
|
+
monochrome: {
|
|
951
|
+
black: {
|
|
952
|
+
background: string;
|
|
953
|
+
backgroundDisabled: string;
|
|
954
|
+
backgroundHover: string;
|
|
955
|
+
border: string;
|
|
956
|
+
borderDisabled: string;
|
|
957
|
+
borderHover: string;
|
|
958
|
+
icon: string;
|
|
959
|
+
iconDisabled: string;
|
|
960
|
+
iconHover: string;
|
|
961
|
+
text: string;
|
|
962
|
+
textDisabled: string;
|
|
963
|
+
textHover: string;
|
|
964
|
+
};
|
|
965
|
+
white: {
|
|
966
|
+
background: string;
|
|
967
|
+
backgroundDisabled: string;
|
|
968
|
+
backgroundHover: string;
|
|
969
|
+
border: string;
|
|
970
|
+
borderDisabled: string;
|
|
971
|
+
borderHover: string;
|
|
972
|
+
icon: string;
|
|
973
|
+
iconDisabled: string;
|
|
974
|
+
iconHover: string;
|
|
975
|
+
text: string;
|
|
976
|
+
textDisabled: string;
|
|
977
|
+
textHover: string;
|
|
978
|
+
};
|
|
979
|
+
};
|
|
980
|
+
};
|
|
981
|
+
overlay: string;
|
|
982
|
+
primary: {
|
|
983
|
+
background: string;
|
|
984
|
+
backgroundDisabled: string;
|
|
985
|
+
backgroundHover: string;
|
|
986
|
+
backgroundStrong: string;
|
|
987
|
+
backgroundStrongDisabled: string;
|
|
988
|
+
backgroundStrongHover: string;
|
|
989
|
+
border: string;
|
|
990
|
+
borderDisabled: string;
|
|
991
|
+
borderHover: string;
|
|
992
|
+
borderStrong: string;
|
|
993
|
+
borderStrongDisabled: string;
|
|
994
|
+
borderStrongHover: string;
|
|
995
|
+
icon: string;
|
|
996
|
+
iconDisabled: string;
|
|
997
|
+
iconHover: string;
|
|
998
|
+
iconStrong: string;
|
|
999
|
+
iconStrongDisabled: string;
|
|
1000
|
+
iconStrongHover: string;
|
|
1001
|
+
text: string;
|
|
1002
|
+
textDisabled: string;
|
|
1003
|
+
textHover: string;
|
|
1004
|
+
textStrong: string;
|
|
1005
|
+
textStrongDisabled: string;
|
|
1006
|
+
textStrongHover: string;
|
|
1007
|
+
};
|
|
1008
|
+
secondary: {
|
|
1009
|
+
background: string;
|
|
1010
|
+
backgroundDisabled: string;
|
|
1011
|
+
backgroundHover: string;
|
|
1012
|
+
backgroundStrong: string;
|
|
1013
|
+
backgroundStrongDisabled: string;
|
|
1014
|
+
backgroundStrongHover: string;
|
|
1015
|
+
border: string;
|
|
1016
|
+
borderDisabled: string;
|
|
1017
|
+
borderHover: string;
|
|
1018
|
+
borderStrong: string;
|
|
1019
|
+
borderStrongDisabled: string;
|
|
1020
|
+
borderStrongHover: string;
|
|
1021
|
+
icon: string;
|
|
1022
|
+
iconDisabled: string;
|
|
1023
|
+
iconHover: string;
|
|
1024
|
+
iconStrong: string;
|
|
1025
|
+
iconStrongDisabled: string;
|
|
1026
|
+
iconStrongHover: string;
|
|
1027
|
+
text: string;
|
|
1028
|
+
textDisabled: string;
|
|
1029
|
+
textHover: string;
|
|
1030
|
+
textStrong: string;
|
|
1031
|
+
textStrongDisabled: string;
|
|
1032
|
+
textStrongHover: string;
|
|
1033
|
+
};
|
|
1034
|
+
success: {
|
|
1035
|
+
background: string;
|
|
1036
|
+
backgroundDisabled: string;
|
|
1037
|
+
backgroundHover: string;
|
|
1038
|
+
backgroundStrong: string;
|
|
1039
|
+
backgroundStrongDisabled: string;
|
|
1040
|
+
backgroundStrongHover: string;
|
|
1041
|
+
border: string;
|
|
1042
|
+
borderDisabled: string;
|
|
1043
|
+
borderHover: string;
|
|
1044
|
+
borderStrong: string;
|
|
1045
|
+
borderStrongDisabled: string;
|
|
1046
|
+
borderStrongHover: string;
|
|
1047
|
+
icon: string;
|
|
1048
|
+
iconDisabled: string;
|
|
1049
|
+
iconHover: string;
|
|
1050
|
+
iconStrong: string;
|
|
1051
|
+
iconStrongDisabled: string;
|
|
1052
|
+
iconStrongHover: string;
|
|
1053
|
+
text: string;
|
|
1054
|
+
textDisabled: string;
|
|
1055
|
+
textHover: string;
|
|
1056
|
+
textStrong: string;
|
|
1057
|
+
textStrongDisabled: string;
|
|
1058
|
+
textStrongHover: string;
|
|
1059
|
+
};
|
|
1060
|
+
warning: {
|
|
1061
|
+
background: string;
|
|
1062
|
+
backgroundDisabled: string;
|
|
1063
|
+
backgroundHover: string;
|
|
1064
|
+
backgroundStrong: string;
|
|
1065
|
+
backgroundStrongDisabled: string;
|
|
1066
|
+
backgroundStrongHover: string;
|
|
1067
|
+
border: string;
|
|
1068
|
+
borderDisabled: string;
|
|
1069
|
+
borderHover: string;
|
|
1070
|
+
borderStrong: string;
|
|
1071
|
+
borderStrongDisabled: string;
|
|
1072
|
+
borderStrongHover: string;
|
|
1073
|
+
icon: string;
|
|
1074
|
+
iconDisabled: string;
|
|
1075
|
+
iconHover: string;
|
|
1076
|
+
iconStrong: string;
|
|
1077
|
+
iconStrongDisabled: string;
|
|
1078
|
+
iconStrongHover: string;
|
|
1079
|
+
text: string;
|
|
1080
|
+
textDisabled: string;
|
|
1081
|
+
textHover: string;
|
|
1082
|
+
textStrong: string;
|
|
1083
|
+
textStrongDisabled: string;
|
|
1084
|
+
textStrongHover: string;
|
|
1085
|
+
};
|
|
1086
|
+
};
|
|
1087
|
+
radii: {
|
|
1088
|
+
circle: string;
|
|
1089
|
+
default: string;
|
|
1090
|
+
large: string;
|
|
1091
|
+
none: string;
|
|
1092
|
+
small: string;
|
|
1093
|
+
xlarge: string;
|
|
1094
|
+
xxlarge: string;
|
|
1095
|
+
};
|
|
1096
|
+
shadows: {
|
|
1097
|
+
bulk: string;
|
|
1098
|
+
defaultShadow: string;
|
|
1099
|
+
drawer: string;
|
|
1100
|
+
dropdown: string;
|
|
1101
|
+
fixed: {
|
|
1102
|
+
'0': string;
|
|
1103
|
+
'1': string;
|
|
1104
|
+
};
|
|
1105
|
+
fixedReversed: {
|
|
1106
|
+
'0': string;
|
|
1107
|
+
'1': string;
|
|
1108
|
+
};
|
|
1109
|
+
focusDanger: string;
|
|
1110
|
+
focusInfo: string;
|
|
1111
|
+
focusNeutral: string;
|
|
1112
|
+
focusPrimary: string;
|
|
1113
|
+
focusSuccess: string;
|
|
1114
|
+
focusWarning: string;
|
|
1115
|
+
hoverDanger: string;
|
|
1116
|
+
hoverInfo: string;
|
|
1117
|
+
hoverNeutral: string;
|
|
1118
|
+
hoverPrimary: string;
|
|
1119
|
+
hoverSuccess: string;
|
|
1120
|
+
hoverWarning: string;
|
|
1121
|
+
menu: string;
|
|
1122
|
+
modal: string;
|
|
1123
|
+
overlay: {
|
|
1124
|
+
'0': string;
|
|
1125
|
+
'1': string;
|
|
1126
|
+
};
|
|
1127
|
+
popover: string;
|
|
1128
|
+
raised: {
|
|
1129
|
+
'0': string;
|
|
1130
|
+
'1': string;
|
|
1131
|
+
};
|
|
1132
|
+
raisedReversed: {
|
|
1133
|
+
'0': string;
|
|
1134
|
+
'1': string;
|
|
1135
|
+
};
|
|
1136
|
+
tabBar: {
|
|
1137
|
+
active: string;
|
|
1138
|
+
off: string;
|
|
1139
|
+
};
|
|
1140
|
+
tooltip: string;
|
|
1141
|
+
};
|
|
1142
|
+
sizing: {
|
|
1143
|
+
'0': string;
|
|
1144
|
+
'012': string;
|
|
1145
|
+
'025': string;
|
|
1146
|
+
'050': string;
|
|
1147
|
+
'100': string;
|
|
1148
|
+
'125': string;
|
|
1149
|
+
'150': string;
|
|
1150
|
+
'175': string;
|
|
1151
|
+
'200': string;
|
|
1152
|
+
'250': string;
|
|
1153
|
+
'262': string;
|
|
1154
|
+
'300': string;
|
|
1155
|
+
'312': string;
|
|
1156
|
+
'400': string;
|
|
1157
|
+
'437': string;
|
|
1158
|
+
'500': string;
|
|
1159
|
+
'600': string;
|
|
1160
|
+
'700': string;
|
|
1161
|
+
'750': string;
|
|
1162
|
+
'800': string;
|
|
1163
|
+
'900': string;
|
|
1164
|
+
'1000': string;
|
|
1165
|
+
};
|
|
1166
|
+
space: {
|
|
1167
|
+
'0': string;
|
|
1168
|
+
'0.5': string;
|
|
1169
|
+
'0.25': string;
|
|
1170
|
+
'1': string;
|
|
1171
|
+
'1.5': string;
|
|
1172
|
+
'2': string;
|
|
1173
|
+
'3': string;
|
|
1174
|
+
'4': string;
|
|
1175
|
+
'5': string;
|
|
1176
|
+
'6': string;
|
|
1177
|
+
'7': string;
|
|
1178
|
+
'8': string;
|
|
1179
|
+
'9': string;
|
|
1180
|
+
'10': string;
|
|
1181
|
+
};
|
|
1182
|
+
theme: string;
|
|
1183
|
+
typography: {
|
|
1184
|
+
body: {
|
|
1185
|
+
fontFamily: string;
|
|
1186
|
+
fontSize: string;
|
|
1187
|
+
fontWeight: string;
|
|
1188
|
+
letterSpacing: string;
|
|
1189
|
+
lineHeight: string;
|
|
1190
|
+
paragraphSpacing: string;
|
|
1191
|
+
textCase: string;
|
|
1192
|
+
textDecoration: string;
|
|
1193
|
+
weight: string;
|
|
1194
|
+
};
|
|
1195
|
+
bodySmall: {
|
|
1196
|
+
fontFamily: string;
|
|
1197
|
+
fontSize: string;
|
|
1198
|
+
fontWeight: string;
|
|
1199
|
+
letterSpacing: string;
|
|
1200
|
+
lineHeight: string;
|
|
1201
|
+
paragraphSpacing: string;
|
|
1202
|
+
textCase: string;
|
|
1203
|
+
textDecoration: string;
|
|
1204
|
+
weight: string;
|
|
1205
|
+
};
|
|
1206
|
+
bodySmallStrong: {
|
|
1207
|
+
fontFamily: string;
|
|
1208
|
+
fontSize: string;
|
|
1209
|
+
fontWeight: string;
|
|
1210
|
+
letterSpacing: string;
|
|
1211
|
+
lineHeight: string;
|
|
1212
|
+
paragraphSpacing: string;
|
|
1213
|
+
textCase: string;
|
|
1214
|
+
textDecoration: string;
|
|
1215
|
+
weight: string;
|
|
1216
|
+
};
|
|
1217
|
+
bodySmallStronger: {
|
|
1218
|
+
fontFamily: string;
|
|
1219
|
+
fontSize: string;
|
|
1220
|
+
fontWeight: string;
|
|
1221
|
+
letterSpacing: string;
|
|
1222
|
+
lineHeight: string;
|
|
1223
|
+
paragraphSpacing: string;
|
|
1224
|
+
textCase: string;
|
|
1225
|
+
textDecoration: string;
|
|
1226
|
+
weight: string;
|
|
1227
|
+
};
|
|
1228
|
+
bodyStrong: {
|
|
1229
|
+
fontFamily: string;
|
|
1230
|
+
fontSize: string;
|
|
1231
|
+
fontWeight: string;
|
|
1232
|
+
letterSpacing: string;
|
|
1233
|
+
lineHeight: string;
|
|
1234
|
+
paragraphSpacing: string;
|
|
1235
|
+
textCase: string;
|
|
1236
|
+
textDecoration: string;
|
|
1237
|
+
weight: string;
|
|
1238
|
+
};
|
|
1239
|
+
bodyStronger: {
|
|
1240
|
+
fontFamily: string;
|
|
1241
|
+
fontSize: string;
|
|
1242
|
+
fontWeight: string;
|
|
1243
|
+
letterSpacing: string;
|
|
1244
|
+
lineHeight: string;
|
|
1245
|
+
paragraphSpacing: string;
|
|
1246
|
+
textCase: string;
|
|
1247
|
+
textDecoration: string;
|
|
1248
|
+
weight: string;
|
|
1249
|
+
};
|
|
1250
|
+
caption: {
|
|
1251
|
+
fontFamily: string;
|
|
1252
|
+
fontSize: string;
|
|
1253
|
+
fontWeight: string;
|
|
1254
|
+
letterSpacing: string;
|
|
1255
|
+
lineHeight: string;
|
|
1256
|
+
paragraphSpacing: string;
|
|
1257
|
+
textCase: string;
|
|
1258
|
+
textDecoration: string;
|
|
1259
|
+
weight: string;
|
|
1260
|
+
};
|
|
1261
|
+
captionSmall: {
|
|
1262
|
+
fontFamily: string;
|
|
1263
|
+
fontSize: string;
|
|
1264
|
+
fontWeight: string;
|
|
1265
|
+
letterSpacing: string;
|
|
1266
|
+
lineHeight: string;
|
|
1267
|
+
paragraphSpacing: string;
|
|
1268
|
+
textCase: string;
|
|
1269
|
+
textDecoration: string;
|
|
1270
|
+
weight: string;
|
|
1271
|
+
};
|
|
1272
|
+
captionSmallStrong: {
|
|
1273
|
+
fontFamily: string;
|
|
1274
|
+
fontSize: string;
|
|
1275
|
+
fontWeight: string;
|
|
1276
|
+
letterSpacing: string;
|
|
1277
|
+
lineHeight: string;
|
|
1278
|
+
paragraphSpacing: string;
|
|
1279
|
+
textCase: string;
|
|
1280
|
+
textDecoration: string;
|
|
1281
|
+
weight: string;
|
|
1282
|
+
};
|
|
1283
|
+
captionSmallStronger: {
|
|
1284
|
+
fontFamily: string;
|
|
1285
|
+
fontSize: string;
|
|
1286
|
+
fontWeight: string;
|
|
1287
|
+
letterSpacing: string;
|
|
1288
|
+
lineHeight: string;
|
|
1289
|
+
paragraphSpacing: string;
|
|
1290
|
+
textCase: string;
|
|
1291
|
+
textDecoration: string;
|
|
1292
|
+
weight: string;
|
|
1293
|
+
};
|
|
1294
|
+
captionStrong: {
|
|
1295
|
+
fontFamily: string;
|
|
1296
|
+
fontSize: string;
|
|
1297
|
+
fontWeight: string;
|
|
1298
|
+
letterSpacing: string;
|
|
1299
|
+
lineHeight: string;
|
|
1300
|
+
paragraphSpacing: string;
|
|
1301
|
+
textCase: string;
|
|
1302
|
+
textDecoration: string;
|
|
1303
|
+
weight: string;
|
|
1304
|
+
};
|
|
1305
|
+
captionStronger: {
|
|
1306
|
+
fontFamily: string;
|
|
1307
|
+
fontSize: string;
|
|
1308
|
+
fontWeight: string;
|
|
1309
|
+
letterSpacing: string;
|
|
1310
|
+
lineHeight: string;
|
|
1311
|
+
paragraphSpacing: string;
|
|
1312
|
+
textCase: string;
|
|
1313
|
+
textDecoration: string;
|
|
1314
|
+
weight: string;
|
|
1315
|
+
};
|
|
1316
|
+
code: {
|
|
1317
|
+
fontFamily: string;
|
|
1318
|
+
fontSize: string;
|
|
1319
|
+
fontWeight: string;
|
|
1320
|
+
letterSpacing: string;
|
|
1321
|
+
lineHeight: string;
|
|
1322
|
+
paragraphSpacing: string;
|
|
1323
|
+
textCase: string;
|
|
1324
|
+
textDecoration: string;
|
|
1325
|
+
weight: string;
|
|
1326
|
+
};
|
|
1327
|
+
codeSmall: {
|
|
1328
|
+
fontFamily: string;
|
|
1329
|
+
fontSize: string;
|
|
1330
|
+
fontWeight: string;
|
|
1331
|
+
letterSpacing: string;
|
|
1332
|
+
lineHeight: string;
|
|
1333
|
+
paragraphSpacing: string;
|
|
1334
|
+
textCase: string;
|
|
1335
|
+
textDecoration: string;
|
|
1336
|
+
weight: string;
|
|
1337
|
+
};
|
|
1338
|
+
codeSmallStrong: {
|
|
1339
|
+
fontFamily: string;
|
|
1340
|
+
fontSize: string;
|
|
1341
|
+
fontWeight: string;
|
|
1342
|
+
letterSpacing: string;
|
|
1343
|
+
lineHeight: string;
|
|
1344
|
+
paragraphSpacing: string;
|
|
1345
|
+
textCase: string;
|
|
1346
|
+
textDecoration: string;
|
|
1347
|
+
weight: string;
|
|
1348
|
+
};
|
|
1349
|
+
codeSmallStronger: {
|
|
1350
|
+
fontFamily: string;
|
|
1351
|
+
fontSize: string;
|
|
1352
|
+
fontWeight: string;
|
|
1353
|
+
letterSpacing: string;
|
|
1354
|
+
lineHeight: string;
|
|
1355
|
+
paragraphSpacing: string;
|
|
1356
|
+
textCase: string;
|
|
1357
|
+
textDecoration: string;
|
|
1358
|
+
weight: string;
|
|
1359
|
+
};
|
|
1360
|
+
codeStrong: {
|
|
1361
|
+
fontFamily: string;
|
|
1362
|
+
fontSize: string;
|
|
1363
|
+
fontWeight: string;
|
|
1364
|
+
letterSpacing: string;
|
|
1365
|
+
lineHeight: string;
|
|
1366
|
+
paragraphSpacing: string;
|
|
1367
|
+
textCase: string;
|
|
1368
|
+
textDecoration: string;
|
|
1369
|
+
weight: string;
|
|
1370
|
+
};
|
|
1371
|
+
codeStronger: {
|
|
1372
|
+
fontFamily: string;
|
|
1373
|
+
fontSize: string;
|
|
1374
|
+
fontWeight: string;
|
|
1375
|
+
letterSpacing: string;
|
|
1376
|
+
lineHeight: string;
|
|
1377
|
+
paragraphSpacing: string;
|
|
1378
|
+
textCase: string;
|
|
1379
|
+
textDecoration: string;
|
|
1380
|
+
weight: string;
|
|
1381
|
+
};
|
|
1382
|
+
heading: {
|
|
1383
|
+
fontFamily: string;
|
|
1384
|
+
fontSize: string;
|
|
1385
|
+
fontWeight: string;
|
|
1386
|
+
letterSpacing: string;
|
|
1387
|
+
lineHeight: string;
|
|
1388
|
+
paragraphSpacing: string;
|
|
1389
|
+
textCase: string;
|
|
1390
|
+
textDecoration: string;
|
|
1391
|
+
weight: string;
|
|
1392
|
+
};
|
|
1393
|
+
headingLarge: {
|
|
1394
|
+
fontFamily: string;
|
|
1395
|
+
fontSize: string;
|
|
1396
|
+
fontWeight: string;
|
|
1397
|
+
letterSpacing: string;
|
|
1398
|
+
lineHeight: string;
|
|
1399
|
+
paragraphSpacing: string;
|
|
1400
|
+
textCase: string;
|
|
1401
|
+
textDecoration: string;
|
|
1402
|
+
weight: string;
|
|
1403
|
+
};
|
|
1404
|
+
headingLargeStrong: {
|
|
1405
|
+
fontFamily: string;
|
|
1406
|
+
fontSize: string;
|
|
1407
|
+
fontWeight: string;
|
|
1408
|
+
letterSpacing: string;
|
|
1409
|
+
lineHeight: string;
|
|
1410
|
+
paragraphSpacing: string;
|
|
1411
|
+
textCase: string;
|
|
1412
|
+
textDecoration: string;
|
|
1413
|
+
weight: string;
|
|
1414
|
+
};
|
|
1415
|
+
headingLargeStronger: {
|
|
1416
|
+
fontFamily: string;
|
|
1417
|
+
fontSize: string;
|
|
1418
|
+
fontWeight: string;
|
|
1419
|
+
letterSpacing: string;
|
|
1420
|
+
lineHeight: string;
|
|
1421
|
+
paragraphSpacing: string;
|
|
1422
|
+
textCase: string;
|
|
1423
|
+
textDecoration: string;
|
|
1424
|
+
weight: string;
|
|
1425
|
+
};
|
|
1426
|
+
headingSmall: {
|
|
1427
|
+
fontFamily: string;
|
|
1428
|
+
fontSize: string;
|
|
1429
|
+
fontWeight: string;
|
|
1430
|
+
letterSpacing: string;
|
|
1431
|
+
lineHeight: string;
|
|
1432
|
+
paragraphSpacing: string;
|
|
1433
|
+
textCase: string;
|
|
1434
|
+
textDecoration: string;
|
|
1435
|
+
weight: string;
|
|
1436
|
+
};
|
|
1437
|
+
headingSmallStrong: {
|
|
1438
|
+
fontFamily: string;
|
|
1439
|
+
fontSize: string;
|
|
1440
|
+
fontWeight: string;
|
|
1441
|
+
letterSpacing: string;
|
|
1442
|
+
lineHeight: string;
|
|
1443
|
+
paragraphSpacing: string;
|
|
1444
|
+
textCase: string;
|
|
1445
|
+
textDecoration: string;
|
|
1446
|
+
weight: string;
|
|
1447
|
+
};
|
|
1448
|
+
headingSmallStronger: {
|
|
1449
|
+
fontFamily: string;
|
|
1450
|
+
fontSize: string;
|
|
1451
|
+
fontWeight: string;
|
|
1452
|
+
letterSpacing: string;
|
|
1453
|
+
lineHeight: string;
|
|
1454
|
+
paragraphSpacing: string;
|
|
1455
|
+
textCase: string;
|
|
1456
|
+
textDecoration: string;
|
|
1457
|
+
weight: string;
|
|
1458
|
+
};
|
|
1459
|
+
headingStrong: {
|
|
1460
|
+
fontFamily: string;
|
|
1461
|
+
fontSize: string;
|
|
1462
|
+
fontWeight: string;
|
|
1463
|
+
letterSpacing: string;
|
|
1464
|
+
lineHeight: string;
|
|
1465
|
+
paragraphSpacing: string;
|
|
1466
|
+
textCase: string;
|
|
1467
|
+
textDecoration: string;
|
|
1468
|
+
weight: string;
|
|
1469
|
+
};
|
|
1470
|
+
headingStronger: {
|
|
1471
|
+
fontFamily: string;
|
|
1472
|
+
fontSize: string;
|
|
1473
|
+
fontWeight: string;
|
|
1474
|
+
letterSpacing: string;
|
|
1475
|
+
lineHeight: string;
|
|
1476
|
+
paragraphSpacing: string;
|
|
1477
|
+
textCase: string;
|
|
1478
|
+
textDecoration: string;
|
|
1479
|
+
weight: string;
|
|
1480
|
+
};
|
|
1481
|
+
};
|
|
1482
|
+
}>) => {
|
|
1483
|
+
breakpoints: {
|
|
1484
|
+
large: string;
|
|
1485
|
+
medium: string;
|
|
1486
|
+
small: string;
|
|
1487
|
+
xlarge: string;
|
|
1488
|
+
xsmall: string;
|
|
1489
|
+
xxsmall: string;
|
|
1490
|
+
};
|
|
1491
|
+
colors: {
|
|
1492
|
+
danger: {
|
|
1493
|
+
background: string;
|
|
1494
|
+
backgroundDisabled: string;
|
|
1495
|
+
backgroundHover: string;
|
|
1496
|
+
backgroundStrong: string;
|
|
1497
|
+
backgroundStrongDisabled: string;
|
|
1498
|
+
backgroundStrongHover: string;
|
|
1499
|
+
border: string;
|
|
1500
|
+
borderDisabled: string;
|
|
1501
|
+
borderHover: string;
|
|
1502
|
+
borderStrong: string;
|
|
1503
|
+
borderStrongDisabled: string;
|
|
1504
|
+
borderStrongHover: string;
|
|
1505
|
+
icon: string;
|
|
1506
|
+
iconDisabled: string;
|
|
1507
|
+
iconHover: string;
|
|
1508
|
+
iconStrong: string;
|
|
1509
|
+
iconStrongDisabled: string;
|
|
1510
|
+
iconStrongHover: string;
|
|
1511
|
+
text: string;
|
|
1512
|
+
textDisabled: string;
|
|
1513
|
+
textHover: string;
|
|
1514
|
+
textStrong: string;
|
|
1515
|
+
textStrongDisabled: string;
|
|
1516
|
+
textStrongHover: string;
|
|
1517
|
+
};
|
|
1518
|
+
info: {
|
|
1519
|
+
background: string;
|
|
1520
|
+
backgroundDisabled: string;
|
|
1521
|
+
backgroundHover: string;
|
|
1522
|
+
backgroundStrong: string;
|
|
1523
|
+
backgroundStrongDisabled: string;
|
|
1524
|
+
backgroundStrongHover: string;
|
|
1525
|
+
border: string;
|
|
1526
|
+
borderDisabled: string;
|
|
1527
|
+
borderHover: string;
|
|
1528
|
+
borderStrong: string;
|
|
1529
|
+
borderStrongDisabled: string;
|
|
1530
|
+
borderStrongHover: string;
|
|
1531
|
+
icon: string;
|
|
1532
|
+
iconDisabled: string;
|
|
1533
|
+
iconHover: string;
|
|
1534
|
+
iconStrong: string;
|
|
1535
|
+
iconStrongDisabled: string;
|
|
1536
|
+
iconStrongHover: string;
|
|
1537
|
+
text: string;
|
|
1538
|
+
textDisabled: string;
|
|
1539
|
+
textHover: string;
|
|
1540
|
+
textStrong: string;
|
|
1541
|
+
textStrongDisabled: string;
|
|
1542
|
+
textStrongHover: string;
|
|
1543
|
+
};
|
|
1544
|
+
neutral: {
|
|
1545
|
+
background: string;
|
|
1546
|
+
backgroundDisabled: string;
|
|
1547
|
+
backgroundHover: string;
|
|
1548
|
+
backgroundStrong: string;
|
|
1549
|
+
backgroundStrongDisabled: string;
|
|
1550
|
+
backgroundStronger: string;
|
|
1551
|
+
backgroundStrongerDisabled: string;
|
|
1552
|
+
backgroundStrongerHover: string;
|
|
1553
|
+
backgroundStrongHover: string;
|
|
1554
|
+
backgroundWeak: string;
|
|
1555
|
+
backgroundWeakDisabled: string;
|
|
1556
|
+
backgroundWeakElevated: string;
|
|
1557
|
+
backgroundWeakHover: string;
|
|
1558
|
+
border: string;
|
|
1559
|
+
borderDisabled: string;
|
|
1560
|
+
borderHover: string;
|
|
1561
|
+
borderStrong: string;
|
|
1562
|
+
borderStrongDisabled: string;
|
|
1563
|
+
borderStronger: string;
|
|
1564
|
+
borderStrongerDisabled: string;
|
|
1565
|
+
borderStrongerHover: string;
|
|
1566
|
+
borderStrongHover: string;
|
|
1567
|
+
borderWeak: string;
|
|
1568
|
+
borderWeakDisabled: string;
|
|
1569
|
+
borderWeakHover: string;
|
|
1570
|
+
icon: string;
|
|
1571
|
+
iconDisabled: string;
|
|
1572
|
+
iconHover: string;
|
|
1573
|
+
iconStrong: string;
|
|
1574
|
+
iconStrongDisabled: string;
|
|
1575
|
+
iconStronger: string;
|
|
1576
|
+
iconStrongerDisabled: string;
|
|
1577
|
+
iconStrongerHover: string;
|
|
1578
|
+
iconStrongHover: string;
|
|
1579
|
+
iconWeak: string;
|
|
1580
|
+
iconWeakDisabled: string;
|
|
1581
|
+
iconWeakHover: string;
|
|
1582
|
+
text: string;
|
|
1583
|
+
textDisabled: string;
|
|
1584
|
+
textHover: string;
|
|
1585
|
+
textStrong: string;
|
|
1586
|
+
textStrongDisabled: string;
|
|
1587
|
+
textStronger: string;
|
|
1588
|
+
textStrongerDisabled: string;
|
|
1589
|
+
textStrongerHover: string;
|
|
1590
|
+
textStrongHover: string;
|
|
1591
|
+
textWeak: string;
|
|
1592
|
+
textWeakDisabled: string;
|
|
1593
|
+
textWeakHover: string;
|
|
1594
|
+
};
|
|
1595
|
+
other: {
|
|
1596
|
+
data: {
|
|
1597
|
+
charts: {
|
|
1598
|
+
danger: string;
|
|
1599
|
+
data1: string;
|
|
1600
|
+
data2: string;
|
|
1601
|
+
data3: string;
|
|
1602
|
+
data4: string;
|
|
1603
|
+
data5: string;
|
|
1604
|
+
data6: string;
|
|
1605
|
+
data7: string;
|
|
1606
|
+
data8: string;
|
|
1607
|
+
data9: string;
|
|
1608
|
+
data10: string;
|
|
1609
|
+
data11: string;
|
|
1610
|
+
data12: string;
|
|
1611
|
+
data13: string;
|
|
1612
|
+
data14: string;
|
|
1613
|
+
success: string;
|
|
1614
|
+
};
|
|
1615
|
+
};
|
|
1616
|
+
elevation: {
|
|
1617
|
+
background: {
|
|
1618
|
+
fixed: string;
|
|
1619
|
+
fixedReversed: string;
|
|
1620
|
+
overlay: string;
|
|
1621
|
+
raised: string;
|
|
1622
|
+
raisedReversed: string;
|
|
1623
|
+
};
|
|
1624
|
+
};
|
|
1625
|
+
gradients: {
|
|
1626
|
+
background: {
|
|
1627
|
+
linear: {
|
|
1628
|
+
accent: string;
|
|
1629
|
+
aqua: string;
|
|
1630
|
+
blue: string;
|
|
1631
|
+
emerald: string;
|
|
1632
|
+
fuschia: string;
|
|
1633
|
+
magenta: string;
|
|
1634
|
+
primary: string;
|
|
1635
|
+
};
|
|
1636
|
+
radial: {
|
|
1637
|
+
aquaFuschia: string;
|
|
1638
|
+
aquaPurple: string;
|
|
1639
|
+
fuschiaPurple: string;
|
|
1640
|
+
lime: string;
|
|
1641
|
+
magenta: string;
|
|
1642
|
+
purple: string;
|
|
1643
|
+
};
|
|
1644
|
+
};
|
|
1645
|
+
text: {
|
|
1646
|
+
dark: string;
|
|
1647
|
+
light: string;
|
|
1648
|
+
};
|
|
1649
|
+
};
|
|
1650
|
+
icon: {
|
|
1651
|
+
category: {
|
|
1652
|
+
neutral: {
|
|
1653
|
+
fill: string;
|
|
1654
|
+
fillDisabled: string;
|
|
1655
|
+
fillStrong: string;
|
|
1656
|
+
fillStrongDisabled: string;
|
|
1657
|
+
};
|
|
1658
|
+
primary: {
|
|
1659
|
+
fill: string;
|
|
1660
|
+
fillDisabled: string;
|
|
1661
|
+
fillStrong: string;
|
|
1662
|
+
fillStrongDisabled: string;
|
|
1663
|
+
};
|
|
1664
|
+
};
|
|
1665
|
+
product: {
|
|
1666
|
+
danger: {
|
|
1667
|
+
fill: string;
|
|
1668
|
+
fillDisabled: string;
|
|
1669
|
+
fillStrong: string;
|
|
1670
|
+
fillStrongDisabled: string;
|
|
1671
|
+
fillWeak: string;
|
|
1672
|
+
fillWeakDisabled: string;
|
|
1673
|
+
};
|
|
1674
|
+
original: {
|
|
1675
|
+
fill: string;
|
|
1676
|
+
fillDisabled: string;
|
|
1677
|
+
fillStrong: string;
|
|
1678
|
+
fillStrongDisabled: string;
|
|
1679
|
+
fillWeak: string;
|
|
1680
|
+
fillWeakDisabled: string;
|
|
1681
|
+
};
|
|
1682
|
+
primary: {
|
|
1683
|
+
fill: string;
|
|
1684
|
+
fillDisabled: string;
|
|
1685
|
+
fillStrong: string;
|
|
1686
|
+
fillStrongDisabled: string;
|
|
1687
|
+
fillWeak: string;
|
|
1688
|
+
fillWeakDisabled: string;
|
|
1689
|
+
};
|
|
1690
|
+
warning: {
|
|
1691
|
+
fill: string;
|
|
1692
|
+
fillDisabled: string;
|
|
1693
|
+
fillStrong: string;
|
|
1694
|
+
fillStrongDisabled: string;
|
|
1695
|
+
fillWeak: string;
|
|
1696
|
+
fillWeakDisabled: string;
|
|
1697
|
+
};
|
|
1698
|
+
};
|
|
1699
|
+
};
|
|
1700
|
+
monochrome: {
|
|
1701
|
+
black: {
|
|
1702
|
+
background: string;
|
|
1703
|
+
backgroundDisabled: string;
|
|
1704
|
+
backgroundHover: string;
|
|
1705
|
+
border: string;
|
|
1706
|
+
borderDisabled: string;
|
|
1707
|
+
borderHover: string;
|
|
1708
|
+
icon: string;
|
|
1709
|
+
iconDisabled: string;
|
|
1710
|
+
iconHover: string;
|
|
1711
|
+
text: string;
|
|
1712
|
+
textDisabled: string;
|
|
1713
|
+
textHover: string;
|
|
1714
|
+
};
|
|
1715
|
+
white: {
|
|
1716
|
+
background: string;
|
|
1717
|
+
backgroundDisabled: string;
|
|
1718
|
+
backgroundHover: string;
|
|
1719
|
+
border: string;
|
|
1720
|
+
borderDisabled: string;
|
|
1721
|
+
borderHover: string;
|
|
1722
|
+
icon: string;
|
|
1723
|
+
iconDisabled: string;
|
|
1724
|
+
iconHover: string;
|
|
1725
|
+
text: string;
|
|
1726
|
+
textDisabled: string;
|
|
1727
|
+
textHover: string;
|
|
1728
|
+
};
|
|
1729
|
+
};
|
|
1730
|
+
};
|
|
1731
|
+
overlay: string;
|
|
1732
|
+
primary: {
|
|
1733
|
+
background: string;
|
|
1734
|
+
backgroundDisabled: string;
|
|
1735
|
+
backgroundHover: string;
|
|
1736
|
+
backgroundStrong: string;
|
|
1737
|
+
backgroundStrongDisabled: string;
|
|
1738
|
+
backgroundStrongHover: string;
|
|
1739
|
+
border: string;
|
|
1740
|
+
borderDisabled: string;
|
|
1741
|
+
borderHover: string;
|
|
1742
|
+
borderStrong: string;
|
|
1743
|
+
borderStrongDisabled: string;
|
|
1744
|
+
borderStrongHover: string;
|
|
1745
|
+
icon: string;
|
|
1746
|
+
iconDisabled: string;
|
|
1747
|
+
iconHover: string;
|
|
1748
|
+
iconStrong: string;
|
|
1749
|
+
iconStrongDisabled: string;
|
|
1750
|
+
iconStrongHover: string;
|
|
1751
|
+
text: string;
|
|
1752
|
+
textDisabled: string;
|
|
1753
|
+
textHover: string;
|
|
1754
|
+
textStrong: string;
|
|
1755
|
+
textStrongDisabled: string;
|
|
1756
|
+
textStrongHover: string;
|
|
1757
|
+
};
|
|
1758
|
+
secondary: {
|
|
1759
|
+
background: string;
|
|
1760
|
+
backgroundDisabled: string;
|
|
1761
|
+
backgroundHover: string;
|
|
1762
|
+
backgroundStrong: string;
|
|
1763
|
+
backgroundStrongDisabled: string;
|
|
1764
|
+
backgroundStrongHover: string;
|
|
1765
|
+
border: string;
|
|
1766
|
+
borderDisabled: string;
|
|
1767
|
+
borderHover: string;
|
|
1768
|
+
borderStrong: string;
|
|
1769
|
+
borderStrongDisabled: string;
|
|
1770
|
+
borderStrongHover: string;
|
|
1771
|
+
icon: string;
|
|
1772
|
+
iconDisabled: string;
|
|
1773
|
+
iconHover: string;
|
|
1774
|
+
iconStrong: string;
|
|
1775
|
+
iconStrongDisabled: string;
|
|
1776
|
+
iconStrongHover: string;
|
|
1777
|
+
text: string;
|
|
1778
|
+
textDisabled: string;
|
|
1779
|
+
textHover: string;
|
|
1780
|
+
textStrong: string;
|
|
1781
|
+
textStrongDisabled: string;
|
|
1782
|
+
textStrongHover: string;
|
|
1783
|
+
};
|
|
1784
|
+
success: {
|
|
1785
|
+
background: string;
|
|
1786
|
+
backgroundDisabled: string;
|
|
1787
|
+
backgroundHover: string;
|
|
1788
|
+
backgroundStrong: string;
|
|
1789
|
+
backgroundStrongDisabled: string;
|
|
1790
|
+
backgroundStrongHover: string;
|
|
1791
|
+
border: string;
|
|
1792
|
+
borderDisabled: string;
|
|
1793
|
+
borderHover: string;
|
|
1794
|
+
borderStrong: string;
|
|
1795
|
+
borderStrongDisabled: string;
|
|
1796
|
+
borderStrongHover: string;
|
|
1797
|
+
icon: string;
|
|
1798
|
+
iconDisabled: string;
|
|
1799
|
+
iconHover: string;
|
|
1800
|
+
iconStrong: string;
|
|
1801
|
+
iconStrongDisabled: string;
|
|
1802
|
+
iconStrongHover: string;
|
|
1803
|
+
text: string;
|
|
1804
|
+
textDisabled: string;
|
|
1805
|
+
textHover: string;
|
|
1806
|
+
textStrong: string;
|
|
1807
|
+
textStrongDisabled: string;
|
|
1808
|
+
textStrongHover: string;
|
|
1809
|
+
};
|
|
1810
|
+
warning: {
|
|
1811
|
+
background: string;
|
|
1812
|
+
backgroundDisabled: string;
|
|
1813
|
+
backgroundHover: string;
|
|
1814
|
+
backgroundStrong: string;
|
|
1815
|
+
backgroundStrongDisabled: string;
|
|
1816
|
+
backgroundStrongHover: string;
|
|
1817
|
+
border: string;
|
|
1818
|
+
borderDisabled: string;
|
|
1819
|
+
borderHover: string;
|
|
1820
|
+
borderStrong: string;
|
|
1821
|
+
borderStrongDisabled: string;
|
|
1822
|
+
borderStrongHover: string;
|
|
1823
|
+
icon: string;
|
|
1824
|
+
iconDisabled: string;
|
|
1825
|
+
iconHover: string;
|
|
1826
|
+
iconStrong: string;
|
|
1827
|
+
iconStrongDisabled: string;
|
|
1828
|
+
iconStrongHover: string;
|
|
1829
|
+
text: string;
|
|
1830
|
+
textDisabled: string;
|
|
1831
|
+
textHover: string;
|
|
1832
|
+
textStrong: string;
|
|
1833
|
+
textStrongDisabled: string;
|
|
1834
|
+
textStrongHover: string;
|
|
1835
|
+
};
|
|
1836
|
+
};
|
|
1837
|
+
radii: {
|
|
1838
|
+
circle: string;
|
|
1839
|
+
default: string;
|
|
1840
|
+
large: string;
|
|
1841
|
+
none: string;
|
|
1842
|
+
small: string;
|
|
1843
|
+
xlarge: string;
|
|
1844
|
+
xxlarge: string;
|
|
1845
|
+
};
|
|
1846
|
+
shadows: {
|
|
1847
|
+
bulk: string;
|
|
1848
|
+
defaultShadow: string;
|
|
1849
|
+
drawer: string;
|
|
1850
|
+
dropdown: string;
|
|
1851
|
+
fixed: {
|
|
1852
|
+
'0': string;
|
|
1853
|
+
'1': string;
|
|
1854
|
+
};
|
|
1855
|
+
fixedReversed: {
|
|
1856
|
+
'0': string;
|
|
1857
|
+
'1': string;
|
|
1858
|
+
};
|
|
1859
|
+
focusDanger: string;
|
|
1860
|
+
focusInfo: string;
|
|
1861
|
+
focusNeutral: string;
|
|
1862
|
+
focusPrimary: string;
|
|
1863
|
+
focusSuccess: string;
|
|
1864
|
+
focusWarning: string;
|
|
1865
|
+
hoverDanger: string;
|
|
1866
|
+
hoverInfo: string;
|
|
1867
|
+
hoverNeutral: string;
|
|
1868
|
+
hoverPrimary: string;
|
|
1869
|
+
hoverSuccess: string;
|
|
1870
|
+
hoverWarning: string;
|
|
1871
|
+
menu: string;
|
|
1872
|
+
modal: string;
|
|
1873
|
+
overlay: {
|
|
1874
|
+
'0': string;
|
|
1875
|
+
'1': string;
|
|
1876
|
+
};
|
|
1877
|
+
popover: string;
|
|
1878
|
+
raised: {
|
|
1879
|
+
'0': string;
|
|
1880
|
+
'1': string;
|
|
1881
|
+
};
|
|
1882
|
+
raisedReversed: {
|
|
1883
|
+
'0': string;
|
|
1884
|
+
'1': string;
|
|
1885
|
+
};
|
|
1886
|
+
tabBar: {
|
|
1887
|
+
active: string;
|
|
1888
|
+
off: string;
|
|
1889
|
+
};
|
|
1890
|
+
tooltip: string;
|
|
1891
|
+
};
|
|
1892
|
+
sizing: {
|
|
1893
|
+
'0': string;
|
|
1894
|
+
'012': string;
|
|
1895
|
+
'025': string;
|
|
1896
|
+
'050': string;
|
|
1897
|
+
'100': string;
|
|
1898
|
+
'125': string;
|
|
1899
|
+
'150': string;
|
|
1900
|
+
'175': string;
|
|
1901
|
+
'200': string;
|
|
1902
|
+
'250': string;
|
|
1903
|
+
'262': string;
|
|
1904
|
+
'300': string;
|
|
1905
|
+
'312': string;
|
|
1906
|
+
'400': string;
|
|
1907
|
+
'437': string;
|
|
1908
|
+
'500': string;
|
|
1909
|
+
'600': string;
|
|
1910
|
+
'700': string;
|
|
1911
|
+
'750': string;
|
|
1912
|
+
'800': string;
|
|
1913
|
+
'900': string;
|
|
1914
|
+
'1000': string;
|
|
1915
|
+
};
|
|
1916
|
+
space: {
|
|
1917
|
+
'0': string;
|
|
1918
|
+
'0.5': string;
|
|
1919
|
+
'0.25': string;
|
|
1920
|
+
'1': string;
|
|
1921
|
+
'1.5': string;
|
|
1922
|
+
'2': string;
|
|
1923
|
+
'3': string;
|
|
1924
|
+
'4': string;
|
|
1925
|
+
'5': string;
|
|
1926
|
+
'6': string;
|
|
1927
|
+
'7': string;
|
|
1928
|
+
'8': string;
|
|
1929
|
+
'9': string;
|
|
1930
|
+
'10': string;
|
|
1931
|
+
};
|
|
1932
|
+
theme: string;
|
|
1933
|
+
typography: {
|
|
1934
|
+
body: {
|
|
1935
|
+
fontFamily: string;
|
|
1936
|
+
fontSize: string;
|
|
1937
|
+
fontWeight: string;
|
|
1938
|
+
letterSpacing: string;
|
|
1939
|
+
lineHeight: string;
|
|
1940
|
+
paragraphSpacing: string;
|
|
1941
|
+
textCase: string;
|
|
1942
|
+
textDecoration: string;
|
|
1943
|
+
weight: string;
|
|
1944
|
+
};
|
|
1945
|
+
bodySmall: {
|
|
1946
|
+
fontFamily: string;
|
|
1947
|
+
fontSize: string;
|
|
1948
|
+
fontWeight: string;
|
|
1949
|
+
letterSpacing: string;
|
|
1950
|
+
lineHeight: string;
|
|
1951
|
+
paragraphSpacing: string;
|
|
1952
|
+
textCase: string;
|
|
1953
|
+
textDecoration: string;
|
|
1954
|
+
weight: string;
|
|
1955
|
+
};
|
|
1956
|
+
bodySmallStrong: {
|
|
1957
|
+
fontFamily: string;
|
|
1958
|
+
fontSize: string;
|
|
1959
|
+
fontWeight: string;
|
|
1960
|
+
letterSpacing: string;
|
|
1961
|
+
lineHeight: string;
|
|
1962
|
+
paragraphSpacing: string;
|
|
1963
|
+
textCase: string;
|
|
1964
|
+
textDecoration: string;
|
|
1965
|
+
weight: string;
|
|
1966
|
+
};
|
|
1967
|
+
bodySmallStronger: {
|
|
1968
|
+
fontFamily: string;
|
|
1969
|
+
fontSize: string;
|
|
1970
|
+
fontWeight: string;
|
|
1971
|
+
letterSpacing: string;
|
|
1972
|
+
lineHeight: string;
|
|
1973
|
+
paragraphSpacing: string;
|
|
1974
|
+
textCase: string;
|
|
1975
|
+
textDecoration: string;
|
|
1976
|
+
weight: string;
|
|
1977
|
+
};
|
|
1978
|
+
bodyStrong: {
|
|
1979
|
+
fontFamily: string;
|
|
1980
|
+
fontSize: string;
|
|
1981
|
+
fontWeight: string;
|
|
1982
|
+
letterSpacing: string;
|
|
1983
|
+
lineHeight: string;
|
|
1984
|
+
paragraphSpacing: string;
|
|
1985
|
+
textCase: string;
|
|
1986
|
+
textDecoration: string;
|
|
1987
|
+
weight: string;
|
|
1988
|
+
};
|
|
1989
|
+
bodyStronger: {
|
|
1990
|
+
fontFamily: string;
|
|
1991
|
+
fontSize: string;
|
|
1992
|
+
fontWeight: string;
|
|
1993
|
+
letterSpacing: string;
|
|
1994
|
+
lineHeight: string;
|
|
1995
|
+
paragraphSpacing: string;
|
|
1996
|
+
textCase: string;
|
|
1997
|
+
textDecoration: string;
|
|
1998
|
+
weight: string;
|
|
1999
|
+
};
|
|
2000
|
+
caption: {
|
|
2001
|
+
fontFamily: string;
|
|
2002
|
+
fontSize: string;
|
|
2003
|
+
fontWeight: string;
|
|
2004
|
+
letterSpacing: string;
|
|
2005
|
+
lineHeight: string;
|
|
2006
|
+
paragraphSpacing: string;
|
|
2007
|
+
textCase: string;
|
|
2008
|
+
textDecoration: string;
|
|
2009
|
+
weight: string;
|
|
2010
|
+
};
|
|
2011
|
+
captionSmall: {
|
|
2012
|
+
fontFamily: string;
|
|
2013
|
+
fontSize: string;
|
|
2014
|
+
fontWeight: string;
|
|
2015
|
+
letterSpacing: string;
|
|
2016
|
+
lineHeight: string;
|
|
2017
|
+
paragraphSpacing: string;
|
|
2018
|
+
textCase: string;
|
|
2019
|
+
textDecoration: string;
|
|
2020
|
+
weight: string;
|
|
2021
|
+
};
|
|
2022
|
+
captionSmallStrong: {
|
|
2023
|
+
fontFamily: string;
|
|
2024
|
+
fontSize: string;
|
|
2025
|
+
fontWeight: string;
|
|
2026
|
+
letterSpacing: string;
|
|
2027
|
+
lineHeight: string;
|
|
2028
|
+
paragraphSpacing: string;
|
|
2029
|
+
textCase: string;
|
|
2030
|
+
textDecoration: string;
|
|
2031
|
+
weight: string;
|
|
2032
|
+
};
|
|
2033
|
+
captionSmallStronger: {
|
|
2034
|
+
fontFamily: string;
|
|
2035
|
+
fontSize: string;
|
|
2036
|
+
fontWeight: string;
|
|
2037
|
+
letterSpacing: string;
|
|
2038
|
+
lineHeight: string;
|
|
2039
|
+
paragraphSpacing: string;
|
|
2040
|
+
textCase: string;
|
|
2041
|
+
textDecoration: string;
|
|
2042
|
+
weight: string;
|
|
2043
|
+
};
|
|
2044
|
+
captionStrong: {
|
|
2045
|
+
fontFamily: string;
|
|
2046
|
+
fontSize: string;
|
|
2047
|
+
fontWeight: string;
|
|
2048
|
+
letterSpacing: string;
|
|
2049
|
+
lineHeight: string;
|
|
2050
|
+
paragraphSpacing: string;
|
|
2051
|
+
textCase: string;
|
|
2052
|
+
textDecoration: string;
|
|
2053
|
+
weight: string;
|
|
2054
|
+
};
|
|
2055
|
+
captionStronger: {
|
|
2056
|
+
fontFamily: string;
|
|
2057
|
+
fontSize: string;
|
|
2058
|
+
fontWeight: string;
|
|
2059
|
+
letterSpacing: string;
|
|
2060
|
+
lineHeight: string;
|
|
2061
|
+
paragraphSpacing: string;
|
|
2062
|
+
textCase: string;
|
|
2063
|
+
textDecoration: string;
|
|
2064
|
+
weight: string;
|
|
2065
|
+
};
|
|
2066
|
+
code: {
|
|
2067
|
+
fontFamily: string;
|
|
2068
|
+
fontSize: string;
|
|
2069
|
+
fontWeight: string;
|
|
2070
|
+
letterSpacing: string;
|
|
2071
|
+
lineHeight: string;
|
|
2072
|
+
paragraphSpacing: string;
|
|
2073
|
+
textCase: string;
|
|
2074
|
+
textDecoration: string;
|
|
2075
|
+
weight: string;
|
|
2076
|
+
};
|
|
2077
|
+
codeSmall: {
|
|
2078
|
+
fontFamily: string;
|
|
2079
|
+
fontSize: string;
|
|
2080
|
+
fontWeight: string;
|
|
2081
|
+
letterSpacing: string;
|
|
2082
|
+
lineHeight: string;
|
|
2083
|
+
paragraphSpacing: string;
|
|
2084
|
+
textCase: string;
|
|
2085
|
+
textDecoration: string;
|
|
2086
|
+
weight: string;
|
|
2087
|
+
};
|
|
2088
|
+
codeSmallStrong: {
|
|
2089
|
+
fontFamily: string;
|
|
2090
|
+
fontSize: string;
|
|
2091
|
+
fontWeight: string;
|
|
2092
|
+
letterSpacing: string;
|
|
2093
|
+
lineHeight: string;
|
|
2094
|
+
paragraphSpacing: string;
|
|
2095
|
+
textCase: string;
|
|
2096
|
+
textDecoration: string;
|
|
2097
|
+
weight: string;
|
|
2098
|
+
};
|
|
2099
|
+
codeSmallStronger: {
|
|
2100
|
+
fontFamily: string;
|
|
2101
|
+
fontSize: string;
|
|
2102
|
+
fontWeight: string;
|
|
2103
|
+
letterSpacing: string;
|
|
2104
|
+
lineHeight: string;
|
|
2105
|
+
paragraphSpacing: string;
|
|
2106
|
+
textCase: string;
|
|
2107
|
+
textDecoration: string;
|
|
2108
|
+
weight: string;
|
|
2109
|
+
};
|
|
2110
|
+
codeStrong: {
|
|
2111
|
+
fontFamily: string;
|
|
2112
|
+
fontSize: string;
|
|
2113
|
+
fontWeight: string;
|
|
2114
|
+
letterSpacing: string;
|
|
2115
|
+
lineHeight: string;
|
|
2116
|
+
paragraphSpacing: string;
|
|
2117
|
+
textCase: string;
|
|
2118
|
+
textDecoration: string;
|
|
2119
|
+
weight: string;
|
|
2120
|
+
};
|
|
2121
|
+
codeStronger: {
|
|
2122
|
+
fontFamily: string;
|
|
2123
|
+
fontSize: string;
|
|
2124
|
+
fontWeight: string;
|
|
2125
|
+
letterSpacing: string;
|
|
2126
|
+
lineHeight: string;
|
|
2127
|
+
paragraphSpacing: string;
|
|
2128
|
+
textCase: string;
|
|
2129
|
+
textDecoration: string;
|
|
2130
|
+
weight: string;
|
|
2131
|
+
};
|
|
2132
|
+
heading: {
|
|
2133
|
+
fontFamily: string;
|
|
2134
|
+
fontSize: string;
|
|
2135
|
+
fontWeight: string;
|
|
2136
|
+
letterSpacing: string;
|
|
2137
|
+
lineHeight: string;
|
|
2138
|
+
paragraphSpacing: string;
|
|
2139
|
+
textCase: string;
|
|
2140
|
+
textDecoration: string;
|
|
2141
|
+
weight: string;
|
|
2142
|
+
};
|
|
2143
|
+
headingLarge: {
|
|
2144
|
+
fontFamily: string;
|
|
2145
|
+
fontSize: string;
|
|
2146
|
+
fontWeight: string;
|
|
2147
|
+
letterSpacing: string;
|
|
2148
|
+
lineHeight: string;
|
|
2149
|
+
paragraphSpacing: string;
|
|
2150
|
+
textCase: string;
|
|
2151
|
+
textDecoration: string;
|
|
2152
|
+
weight: string;
|
|
2153
|
+
};
|
|
2154
|
+
headingLargeStrong: {
|
|
2155
|
+
fontFamily: string;
|
|
2156
|
+
fontSize: string;
|
|
2157
|
+
fontWeight: string;
|
|
2158
|
+
letterSpacing: string;
|
|
2159
|
+
lineHeight: string;
|
|
2160
|
+
paragraphSpacing: string;
|
|
2161
|
+
textCase: string;
|
|
2162
|
+
textDecoration: string;
|
|
2163
|
+
weight: string;
|
|
2164
|
+
};
|
|
2165
|
+
headingLargeStronger: {
|
|
2166
|
+
fontFamily: string;
|
|
2167
|
+
fontSize: string;
|
|
2168
|
+
fontWeight: string;
|
|
2169
|
+
letterSpacing: string;
|
|
2170
|
+
lineHeight: string;
|
|
2171
|
+
paragraphSpacing: string;
|
|
2172
|
+
textCase: string;
|
|
2173
|
+
textDecoration: string;
|
|
2174
|
+
weight: string;
|
|
2175
|
+
};
|
|
2176
|
+
headingSmall: {
|
|
2177
|
+
fontFamily: string;
|
|
2178
|
+
fontSize: string;
|
|
2179
|
+
fontWeight: string;
|
|
2180
|
+
letterSpacing: string;
|
|
2181
|
+
lineHeight: string;
|
|
2182
|
+
paragraphSpacing: string;
|
|
2183
|
+
textCase: string;
|
|
2184
|
+
textDecoration: string;
|
|
2185
|
+
weight: string;
|
|
2186
|
+
};
|
|
2187
|
+
headingSmallStrong: {
|
|
2188
|
+
fontFamily: string;
|
|
2189
|
+
fontSize: string;
|
|
2190
|
+
fontWeight: string;
|
|
2191
|
+
letterSpacing: string;
|
|
2192
|
+
lineHeight: string;
|
|
2193
|
+
paragraphSpacing: string;
|
|
2194
|
+
textCase: string;
|
|
2195
|
+
textDecoration: string;
|
|
2196
|
+
weight: string;
|
|
2197
|
+
};
|
|
2198
|
+
headingSmallStronger: {
|
|
2199
|
+
fontFamily: string;
|
|
2200
|
+
fontSize: string;
|
|
2201
|
+
fontWeight: string;
|
|
2202
|
+
letterSpacing: string;
|
|
2203
|
+
lineHeight: string;
|
|
2204
|
+
paragraphSpacing: string;
|
|
2205
|
+
textCase: string;
|
|
2206
|
+
textDecoration: string;
|
|
2207
|
+
weight: string;
|
|
2208
|
+
};
|
|
2209
|
+
headingStrong: {
|
|
2210
|
+
fontFamily: string;
|
|
2211
|
+
fontSize: string;
|
|
2212
|
+
fontWeight: string;
|
|
2213
|
+
letterSpacing: string;
|
|
2214
|
+
lineHeight: string;
|
|
2215
|
+
paragraphSpacing: string;
|
|
2216
|
+
textCase: string;
|
|
2217
|
+
textDecoration: string;
|
|
2218
|
+
weight: string;
|
|
2219
|
+
};
|
|
2220
|
+
headingStronger: {
|
|
2221
|
+
fontFamily: string;
|
|
2222
|
+
fontSize: string;
|
|
2223
|
+
fontWeight: string;
|
|
2224
|
+
letterSpacing: string;
|
|
2225
|
+
lineHeight: string;
|
|
2226
|
+
paragraphSpacing: string;
|
|
2227
|
+
textCase: string;
|
|
2228
|
+
textDecoration: string;
|
|
2229
|
+
weight: string;
|
|
2230
|
+
};
|
|
2231
|
+
};
|
|
2232
|
+
};
|
|
733
2233
|
type Color = Extract<keyof typeof consoleLightTheme.colors, 'primary' | 'secondary' | 'neutral' | 'success' | 'danger' | 'warning' | 'info'>;
|
|
734
2234
|
type ExtendedColor = Color | 'white' | 'black';
|
|
735
2235
|
declare const SENTIMENTS: readonly ["primary", "secondary", "neutral", "success", "danger", "warning", "info"];
|
|
736
|
-
declare const SENTIMENTS_WITHOUT_NEUTRAL: ("danger" | "info" | "
|
|
2236
|
+
declare const SENTIMENTS_WITHOUT_NEUTRAL: ("danger" | "info" | "primary" | "secondary" | "success" | "warning")[];
|
|
737
2237
|
export type { UltravioletUITheme, Color, ExtendedColor };
|
|
738
|
-
export { colors, shadows, space, radii, breakpoints as screens, consoleDarkTheme as darkTheme, extendTheme, SENTIMENTS, SENTIMENTS_WITHOUT_NEUTRAL, typography, ThemeProvider, useTheme, };
|
|
2238
|
+
export { colors, shadows, space, radii, breakpoints as screens, consoleDarkTheme as darkTheme, consoleDarkerTheme as darkerTheme, extendTheme, SENTIMENTS, SENTIMENTS_WITHOUT_NEUTRAL, typography, ThemeProvider, useTheme, };
|
|
739
2239
|
export default consoleLightTheme;
|
|
740
2240
|
//# sourceMappingURL=index.d.ts.map
|