@plumile/ui 0.1.55 → 0.1.57
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/lib/atomic/atoms/button/Button.d.ts.map +1 -1
- package/lib/atomic/atoms/button/Button.js +5 -2
- package/lib/atomic/atoms/formatted-date/FormattedDate.d.ts +14 -0
- package/lib/atomic/atoms/formatted-date/FormattedDate.d.ts.map +1 -0
- package/lib/atomic/atoms/formatted-date/FormattedDate.js +29 -0
- package/lib/atomic/atoms/icon-button/IconMenuButton.d.ts +8 -0
- package/lib/atomic/atoms/icon-button/IconMenuButton.d.ts.map +1 -0
- package/lib/atomic/atoms/icon-button/IconMenuButton.js +10 -0
- package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.d.ts +14 -0
- package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.d.ts.map +1 -0
- package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.js +16 -0
- package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.d.ts +13 -0
- package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.d.ts.map +1 -0
- package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.js +42 -0
- package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.d.ts +13 -0
- package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.d.ts.map +1 -0
- package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.js +37 -0
- package/lib/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.d.ts +25 -0
- package/lib/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.d.ts.map +1 -0
- package/lib/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.js +221 -0
- package/lib/atomic/molecules/breadcrumb_navigation/types.d.ts +15 -0
- package/lib/atomic/molecules/breadcrumb_navigation/types.d.ts.map +1 -0
- package/lib/atomic/molecules/breadcrumb_navigation/types.js +2 -0
- package/lib/atomic/molecules/dropdown/Dropdown.d.ts +26 -0
- package/lib/atomic/molecules/dropdown/Dropdown.d.ts.map +1 -0
- package/lib/atomic/molecules/dropdown/Dropdown.js +271 -0
- package/lib/atomic/molecules/dropdown/dropdown.css.d.ts +8 -0
- package/lib/atomic/molecules/dropdown/dropdown.css.d.ts.map +1 -0
- package/lib/atomic/molecules/dropdown/dropdown.css.js +30 -0
- package/lib/atomic/molecules/form-actions/FormActions.d.ts +16 -0
- package/lib/atomic/molecules/form-actions/FormActions.d.ts.map +1 -0
- package/lib/atomic/molecules/form-actions/FormActions.js +27 -0
- package/lib/atomic/molecules/toast/ToastProvider.d.ts +19 -0
- package/lib/atomic/molecules/toast/ToastProvider.d.ts.map +1 -0
- package/lib/atomic/molecules/toast/ToastProvider.js +113 -0
- package/lib/atomic/molecules/toast/ToastViewport.d.ts +24 -0
- package/lib/atomic/molecules/toast/ToastViewport.d.ts.map +1 -0
- package/lib/atomic/molecules/toast/ToastViewport.js +40 -0
- package/lib/atomic/molecules/toast/constants.d.ts +2 -0
- package/lib/atomic/molecules/toast/constants.d.ts.map +1 -0
- package/lib/atomic/molecules/toast/constants.js +2 -0
- package/lib/atomic/molecules/toast/toast.css.d.ts +25 -0
- package/lib/atomic/molecules/toast/toast.css.d.ts.map +1 -0
- package/lib/atomic/molecules/toast/toast.css.js +106 -0
- package/lib/components/data-table/DataTable.css.d.ts +61 -0
- package/lib/components/data-table/DataTable.css.d.ts.map +1 -0
- package/lib/components/data-table/DataTable.css.js +285 -0
- package/lib/components/data-table/DataTable.d.ts +32 -0
- package/lib/components/data-table/DataTable.d.ts.map +1 -0
- package/lib/components/data-table/DataTable.js +95 -0
- package/lib/components/data-table/TableCell.css.d.ts +26 -0
- package/lib/components/data-table/TableCell.css.d.ts.map +1 -0
- package/lib/components/data-table/TableCell.css.js +45 -0
- package/lib/components/data-table/TableCell.d.ts +46 -0
- package/lib/components/data-table/TableCell.d.ts.map +1 -0
- package/lib/components/data-table/TableCell.js +72 -0
- package/lib/components/data-table/TableCellBase.d.ts +13 -0
- package/lib/components/data-table/TableCellBase.d.ts.map +1 -0
- package/lib/components/data-table/TableCellBase.js +11 -0
- package/lib/components/data-table/VirtualizedConnectionTable.css.d.ts +5 -0
- package/lib/components/data-table/VirtualizedConnectionTable.css.d.ts.map +1 -0
- package/lib/components/data-table/VirtualizedConnectionTable.css.js +18 -0
- package/lib/components/data-table/VirtualizedConnectionTable.d.ts +32 -0
- package/lib/components/data-table/VirtualizedConnectionTable.d.ts.map +1 -0
- package/lib/components/data-table/VirtualizedConnectionTable.js +304 -0
- package/lib/components/data-table/tableBreakpoints.d.ts +9 -0
- package/lib/components/data-table/tableBreakpoints.d.ts.map +1 -0
- package/lib/components/data-table/tableBreakpoints.js +34 -0
- package/lib/components/select/SimpleSelect.css.d.ts +23 -0
- package/lib/components/select/SimpleSelect.css.d.ts.map +1 -0
- package/lib/components/select/SimpleSelect.css.js +175 -0
- package/lib/components/select/SimpleSelect.d.ts +22 -0
- package/lib/components/select/SimpleSelect.d.ts.map +1 -0
- package/lib/components/select/SimpleSelect.js +218 -0
- package/lib/components/subscriptions/RefetchNeededBanner.css.d.ts +5 -0
- package/lib/components/subscriptions/RefetchNeededBanner.css.d.ts.map +1 -0
- package/lib/components/subscriptions/RefetchNeededBanner.css.js +32 -0
- package/lib/components/subscriptions/RefetchNeededBanner.d.ts +9 -0
- package/lib/components/subscriptions/RefetchNeededBanner.d.ts.map +1 -0
- package/lib/components/subscriptions/RefetchNeededBanner.js +17 -0
- package/lib/esm/atomic/atoms/badge/Badge.js +17 -16
- package/lib/esm/atomic/atoms/badge/Badge.js.map +1 -1
- package/lib/esm/atomic/atoms/badge/badge.css.js +30 -8
- package/lib/esm/atomic/atoms/badge/badge.css.js.map +1 -1
- package/lib/esm/atomic/atoms/button/Button.js +46 -56
- package/lib/esm/atomic/atoms/button/Button.js.map +1 -1
- package/lib/esm/atomic/atoms/button/LinkButton.js +48 -62
- package/lib/esm/atomic/atoms/button/LinkButton.js.map +1 -1
- package/lib/esm/atomic/atoms/button/button.css.js +95 -16
- package/lib/esm/atomic/atoms/button/button.css.js.map +1 -1
- package/lib/esm/atomic/atoms/checkbox/Checkbox.js +37 -40
- package/lib/esm/atomic/atoms/checkbox/Checkbox.js.map +1 -1
- package/lib/esm/atomic/atoms/checkbox/checkbox.css.js +26 -11
- package/lib/esm/atomic/atoms/checkbox/checkbox.css.js.map +1 -1
- package/lib/esm/atomic/atoms/formatted-date/FormattedDate.js +33 -0
- package/lib/esm/atomic/atoms/formatted-date/FormattedDate.js.map +1 -0
- package/lib/esm/atomic/atoms/icon-button/IconMenuButton.js +19 -0
- package/lib/esm/atomic/atoms/icon-button/IconMenuButton.js.map +1 -0
- package/lib/esm/atomic/atoms/input/Input.js +46 -40
- package/lib/esm/atomic/atoms/input/Input.js.map +1 -1
- package/lib/esm/atomic/atoms/input/input.css.js +32 -14
- package/lib/esm/atomic/atoms/input/input.css.js.map +1 -1
- package/lib/esm/atomic/atoms/label/Label.js +23 -16
- package/lib/esm/atomic/atoms/label/Label.js.map +1 -1
- package/lib/esm/atomic/atoms/label/label.css.js +27 -9
- package/lib/esm/atomic/atoms/label/label.css.js.map +1 -1
- package/lib/esm/atomic/atoms/textarea/Textarea.js +19 -18
- package/lib/esm/atomic/atoms/textarea/Textarea.js.map +1 -1
- package/lib/esm/atomic/atoms/textarea/textarea.css.js +32 -8
- package/lib/esm/atomic/atoms/textarea/textarea.css.js.map +1 -1
- package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.js +48 -0
- package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.js.map +1 -0
- package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.js +54 -0
- package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.js.map +1 -0
- package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.js +63 -0
- package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.js.map +1 -0
- package/lib/esm/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.js +8 -0
- package/lib/esm/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.js.map +1 -0
- package/lib/esm/atomic/molecules/card/Card.css.js +8 -10
- package/lib/esm/atomic/molecules/card/Card.css.js.map +1 -1
- package/lib/esm/atomic/molecules/card/Card.js +24 -17
- package/lib/esm/atomic/molecules/card/Card.js.map +1 -1
- package/lib/esm/atomic/molecules/dropdown/Dropdown.js +149 -0
- package/lib/esm/atomic/molecules/dropdown/Dropdown.js.map +1 -0
- package/lib/esm/atomic/molecules/dropdown/dropdown.css.js +8 -0
- package/lib/esm/atomic/molecules/dropdown/dropdown.css.js.map +1 -0
- package/lib/esm/atomic/molecules/form-actions/FormActions.js +32 -0
- package/lib/esm/atomic/molecules/form-actions/FormActions.js.map +1 -0
- package/lib/esm/atomic/molecules/tabs/Tabs.js +34 -33
- package/lib/esm/atomic/molecules/tabs/Tabs.js.map +1 -1
- package/lib/esm/atomic/molecules/tabs/tabs.css.js +18 -9
- package/lib/esm/atomic/molecules/tabs/tabs.css.js.map +1 -1
- package/lib/esm/atomic/molecules/toast/ToastProvider.js +83 -0
- package/lib/esm/atomic/molecules/toast/ToastProvider.js.map +1 -0
- package/lib/esm/atomic/molecules/toast/ToastViewport.js +76 -0
- package/lib/esm/atomic/molecules/toast/ToastViewport.js.map +1 -0
- package/lib/esm/atomic/molecules/toast/constants.js +6 -0
- package/lib/esm/atomic/molecules/toast/constants.js.map +1 -0
- package/lib/esm/atomic/molecules/toast/toast.css.js +18 -0
- package/lib/esm/atomic/molecules/toast/toast.css.js.map +1 -0
- package/lib/esm/components/charts/BillingUsageLineChart.js +140 -173
- package/lib/esm/components/charts/BillingUsageLineChart.js.map +1 -1
- package/lib/esm/components/charts/billingUsageLineChart.css.js +8 -12
- package/lib/esm/components/charts/billingUsageLineChart.css.js.map +1 -1
- package/lib/esm/components/data-table/DataTable.css.js +84 -0
- package/lib/esm/components/data-table/DataTable.css.js.map +1 -0
- package/lib/esm/components/data-table/DataTable.js +74 -0
- package/lib/esm/components/data-table/DataTable.js.map +1 -0
- package/lib/esm/components/data-table/TableCell.css.js +18 -0
- package/lib/esm/components/data-table/TableCell.css.js.map +1 -0
- package/lib/esm/components/data-table/TableCell.js +75 -0
- package/lib/esm/components/data-table/TableCell.js.map +1 -0
- package/lib/esm/components/data-table/TableCellBase.js +19 -0
- package/lib/esm/components/data-table/TableCellBase.js.map +1 -0
- package/lib/esm/components/data-table/VirtualizedConnectionTable.css.js +8 -0
- package/lib/esm/components/data-table/VirtualizedConnectionTable.css.js.map +1 -0
- package/lib/esm/components/data-table/VirtualizedConnectionTable.js +191 -0
- package/lib/esm/components/data-table/VirtualizedConnectionTable.js.map +1 -0
- package/lib/esm/components/data-table/tableBreakpoints.js +31 -0
- package/lib/esm/components/data-table/tableBreakpoints.js.map +1 -0
- package/lib/esm/components/layout/ContentLayout.css.js +8 -18
- package/lib/esm/components/layout/ContentLayout.css.js.map +1 -1
- package/lib/esm/components/layout/ContentLayout.js +68 -78
- package/lib/esm/components/layout/ContentLayout.js.map +1 -1
- package/lib/esm/components/layout/TabsContentLayout.css.js +8 -11
- package/lib/esm/components/layout/TabsContentLayout.css.js.map +1 -1
- package/lib/esm/components/layout/TabsContentLayout.js +30 -13
- package/lib/esm/components/layout/TabsContentLayout.js.map +1 -1
- package/lib/esm/components/select/SimpleSelect.css.js +17 -0
- package/lib/esm/components/select/SimpleSelect.css.js.map +1 -0
- package/lib/esm/components/select/SimpleSelect.js +185 -0
- package/lib/esm/components/select/SimpleSelect.js.map +1 -0
- package/lib/esm/components/subscriptions/RefetchNeededBanner.css.js +8 -0
- package/lib/esm/components/subscriptions/RefetchNeededBanner.css.js.map +1 -0
- package/lib/esm/components/subscriptions/RefetchNeededBanner.js +32 -0
- package/lib/esm/components/subscriptions/RefetchNeededBanner.js.map +1 -0
- package/lib/esm/components/tile/InfoTile.css.js +8 -18
- package/lib/esm/components/tile/InfoTile.css.js.map +1 -1
- package/lib/esm/components/tile/InfoTile.js +62 -67
- package/lib/esm/components/tile/InfoTile.js.map +1 -1
- package/lib/esm/i18n/useUiTranslation.js +9 -0
- package/lib/esm/i18n/useUiTranslation.js.map +1 -0
- package/lib/esm/icons/BanSvg.js +29 -44
- package/lib/esm/icons/BanSvg.js.map +1 -1
- package/lib/esm/icons/ButtonLoadingSpinnerSvg.js +26 -41
- package/lib/esm/icons/ButtonLoadingSpinnerSvg.js.map +1 -1
- package/lib/esm/icons/ChatCheckSvg.js +27 -42
- package/lib/esm/icons/ChatCheckSvg.js.map +1 -1
- package/lib/esm/icons/ChatSizeLargeSvg.js +49 -70
- package/lib/esm/icons/ChatSizeLargeSvg.js.map +1 -1
- package/lib/esm/icons/ChatSizeMediumSvg.js +43 -61
- package/lib/esm/icons/ChatSizeMediumSvg.js.map +1 -1
- package/lib/esm/icons/ChatSizeSmallSvg.js +37 -52
- package/lib/esm/icons/ChatSizeSmallSvg.js.map +1 -1
- package/lib/esm/icons/ChatXSvg.js +27 -42
- package/lib/esm/icons/ChatXSvg.js.map +1 -1
- package/lib/esm/icons/CheckSvg.js +21 -30
- package/lib/esm/icons/CheckSvg.js.map +1 -1
- package/lib/esm/icons/ChevronDownSvg.js +21 -30
- package/lib/esm/icons/ChevronDownSvg.js.map +1 -1
- package/lib/esm/icons/ChevronLeftSvg.js +21 -30
- package/lib/esm/icons/ChevronLeftSvg.js.map +1 -1
- package/lib/esm/icons/ChevronRightSvg.js +21 -30
- package/lib/esm/icons/ChevronRightSvg.js.map +1 -1
- package/lib/esm/icons/ClockSvg.js +29 -44
- package/lib/esm/icons/ClockSvg.js.map +1 -1
- package/lib/esm/icons/CoinOffSvg.js +47 -65
- package/lib/esm/icons/CoinOffSvg.js.map +1 -1
- package/lib/esm/icons/CoinSvg.js +40 -55
- package/lib/esm/icons/CoinSvg.js.map +1 -1
- package/lib/esm/icons/DatabaseCheckSvg.js +47 -65
- package/lib/esm/icons/DatabaseCheckSvg.js.map +1 -1
- package/lib/esm/icons/DatabaseXSvg.js +47 -65
- package/lib/esm/icons/DatabaseXSvg.js.map +1 -1
- package/lib/esm/icons/DevModeSvg.js +21 -30
- package/lib/esm/icons/DevModeSvg.js.map +1 -1
- package/lib/esm/icons/EyeSvg.js +27 -33
- package/lib/esm/icons/EyeSvg.js.map +1 -1
- package/lib/esm/icons/FormErrorAlertSvg.js +37 -29
- package/lib/esm/icons/FormErrorAlertSvg.js.map +1 -1
- package/lib/esm/icons/GlobeSvg.js +18 -27
- package/lib/esm/icons/GlobeSvg.js.map +1 -1
- package/lib/esm/icons/GripDotsSvg.js +52 -29
- package/lib/esm/icons/GripDotsSvg.js.map +1 -1
- package/lib/esm/icons/HomeActivityAssignUserSvg.js +44 -62
- package/lib/esm/icons/HomeActivityAssignUserSvg.js.map +1 -1
- package/lib/esm/icons/HomeStatsCheckBadgeSvg.js +27 -42
- package/lib/esm/icons/HomeStatsCheckBadgeSvg.js.map +1 -1
- package/lib/esm/icons/HomeStatsClipboardSvg.js +27 -42
- package/lib/esm/icons/HomeStatsClipboardSvg.js.map +1 -1
- package/lib/esm/icons/HomeStatsClockSvg.js +27 -42
- package/lib/esm/icons/HomeStatsClockSvg.js.map +1 -1
- package/lib/esm/icons/KeyOffSvg.js +39 -54
- package/lib/esm/icons/KeyOffSvg.js.map +1 -1
- package/lib/esm/icons/KeySvg.js +39 -54
- package/lib/esm/icons/KeySvg.js.map +1 -1
- package/lib/esm/icons/KronexSvg.js +28 -43
- package/lib/esm/icons/KronexSvg.js.map +1 -1
- package/lib/esm/icons/LinkCheckSvg.js +37 -52
- package/lib/esm/icons/LinkCheckSvg.js.map +1 -1
- package/lib/esm/icons/LinkSvg.js +27 -42
- package/lib/esm/icons/LinkSvg.js.map +1 -1
- package/lib/esm/icons/LinkXSvg.js +37 -52
- package/lib/esm/icons/LinkXSvg.js.map +1 -1
- package/lib/esm/icons/LockOpenSvg.js +31 -46
- package/lib/esm/icons/LockOpenSvg.js.map +1 -1
- package/lib/esm/icons/LockSvg.js +31 -46
- package/lib/esm/icons/LockSvg.js.map +1 -1
- package/lib/esm/icons/MailCheckSvg.js +41 -56
- package/lib/esm/icons/MailCheckSvg.js.map +1 -1
- package/lib/esm/icons/MailSvg.js +31 -46
- package/lib/esm/icons/MailSvg.js.map +1 -1
- package/lib/esm/icons/MailXSvg.js +41 -56
- package/lib/esm/icons/MailXSvg.js.map +1 -1
- package/lib/esm/icons/ModalCloseSvg.js +27 -42
- package/lib/esm/icons/ModalCloseSvg.js.map +1 -1
- package/lib/esm/icons/PencilSvg.js +14 -20
- package/lib/esm/icons/PencilSvg.js.map +1 -1
- package/lib/esm/icons/PinFilledSvg.js +24 -40
- package/lib/esm/icons/PinFilledSvg.js.map +1 -1
- package/lib/esm/icons/PinSvg.js +27 -43
- package/lib/esm/icons/PinSvg.js.map +1 -1
- package/lib/esm/icons/ProfileDropdownLogoutSvg.js +37 -52
- package/lib/esm/icons/ProfileDropdownLogoutSvg.js.map +1 -1
- package/lib/esm/icons/ProfileDropdownOrganizationSvg.js +27 -42
- package/lib/esm/icons/ProfileDropdownOrganizationSvg.js.map +1 -1
- package/lib/esm/icons/ProjectsFolderSvg.js +21 -30
- package/lib/esm/icons/ProjectsFolderSvg.js.map +1 -1
- package/lib/esm/icons/RobotCheckSvg.js +60 -68
- package/lib/esm/icons/RobotCheckSvg.js.map +1 -1
- package/lib/esm/icons/RobotSvg.js +53 -58
- package/lib/esm/icons/RobotSvg.js.map +1 -1
- package/lib/esm/icons/RobotXSvg.js +60 -68
- package/lib/esm/icons/RobotXSvg.js.map +1 -1
- package/lib/esm/icons/RocketOffSvg.js +58 -83
- package/lib/esm/icons/RocketOffSvg.js.map +1 -1
- package/lib/esm/icons/RocketSvg.js +51 -73
- package/lib/esm/icons/RocketSvg.js.map +1 -1
- package/lib/esm/icons/SendCheckSvg.js +40 -55
- package/lib/esm/icons/SendCheckSvg.js.map +1 -1
- package/lib/esm/icons/SendMessageSvg.js +30 -45
- package/lib/esm/icons/SendMessageSvg.js.map +1 -1
- package/lib/esm/icons/SendXSvg.js +40 -55
- package/lib/esm/icons/SendXSvg.js.map +1 -1
- package/lib/esm/icons/SettingsCheckSvg.js +37 -52
- package/lib/esm/icons/SettingsCheckSvg.js.map +1 -1
- package/lib/esm/icons/SettingsXSvg.js +37 -52
- package/lib/esm/icons/SettingsXSvg.js.map +1 -1
- package/lib/esm/icons/ShieldLockSvg.js +41 -56
- package/lib/esm/icons/ShieldLockSvg.js.map +1 -1
- package/lib/esm/icons/ShieldOffSvg.js +27 -42
- package/lib/esm/icons/ShieldOffSvg.js.map +1 -1
- package/lib/esm/icons/SidebarHomeSvg.js +27 -42
- package/lib/esm/icons/SidebarHomeSvg.js.map +1 -1
- package/lib/esm/icons/SidebarInitiativesSvg.js +37 -52
- package/lib/esm/icons/SidebarInitiativesSvg.js.map +1 -1
- package/lib/esm/icons/SidebarPlusSvg.js +27 -42
- package/lib/esm/icons/SidebarPlusSvg.js.map +1 -1
- package/lib/esm/icons/SidebarSearchSvg.js +27 -42
- package/lib/esm/icons/SidebarSearchSvg.js.map +1 -1
- package/lib/esm/icons/SidebarSettingsSvg.js +27 -42
- package/lib/esm/icons/SidebarSettingsSvg.js.map +1 -1
- package/lib/esm/icons/SidebarTasksSvg.js +27 -42
- package/lib/esm/icons/SidebarTasksSvg.js.map +1 -1
- package/lib/esm/icons/SidebarTeamSvg.js +44 -62
- package/lib/esm/icons/SidebarTeamSvg.js.map +1 -1
- package/lib/esm/icons/TaskAttachmentSvg.js +21 -30
- package/lib/esm/icons/TaskAttachmentSvg.js.map +1 -1
- package/lib/esm/icons/TaskCalendarSvg.js +44 -62
- package/lib/esm/icons/TaskCalendarSvg.js.map +1 -1
- package/lib/esm/icons/TaskCommentBubbleSvg.js +21 -30
- package/lib/esm/icons/TaskCommentBubbleSvg.js.map +1 -1
- package/lib/esm/icons/TaskDeleteSvg.js +27 -42
- package/lib/esm/icons/TaskDeleteSvg.js.map +1 -1
- package/lib/esm/icons/TaskDependencyBlockedSvg.js +27 -43
- package/lib/esm/icons/TaskDependencyBlockedSvg.js.map +1 -1
- package/lib/esm/icons/TaskDependencyReadySvg.js +27 -43
- package/lib/esm/icons/TaskDependencyReadySvg.js.map +1 -1
- package/lib/esm/icons/TaskMenuDotsSvg.js +37 -52
- package/lib/esm/icons/TaskMenuDotsSvg.js.map +1 -1
- package/lib/esm/icons/TaskTagSvg.js +27 -42
- package/lib/esm/icons/TaskTagSvg.js.map +1 -1
- package/lib/esm/icons/TeamMemberEmailSvg.js +27 -42
- package/lib/esm/icons/TeamMemberEmailSvg.js.map +1 -1
- package/lib/esm/icons/TeamMemberLocationSvg.js +27 -42
- package/lib/esm/icons/TeamMemberLocationSvg.js.map +1 -1
- package/lib/esm/icons/WrenchSvg.js +21 -30
- package/lib/esm/icons/WrenchSvg.js.map +1 -1
- package/lib/esm/icons/XBadgeSvg.js +27 -42
- package/lib/esm/icons/XBadgeSvg.js.map +1 -1
- package/lib/esm/icons/markdown/MarkdownCheckboxCheckedSvg.js +30 -42
- package/lib/esm/icons/markdown/MarkdownCheckboxCheckedSvg.js.map +1 -1
- package/lib/esm/icons/markdown/MarkdownCheckboxUncheckedSvg.js +22 -28
- package/lib/esm/icons/markdown/MarkdownCheckboxUncheckedSvg.js.map +1 -1
- package/lib/esm/icons/markdown/MarkdownCopySuccessSvg.js +41 -53
- package/lib/esm/icons/markdown/MarkdownCopySuccessSvg.js.map +1 -1
- package/lib/esm/icons/markdown/MarkdownCopySvg.js +30 -42
- package/lib/esm/icons/markdown/MarkdownCopySvg.js.map +1 -1
- package/lib/esm/icons/markdown/MarkdownExternalLinkSvg.js +39 -51
- package/lib/esm/icons/markdown/MarkdownExternalLinkSvg.js.map +1 -1
- package/lib/esm/index.js +33 -55
- package/lib/esm/style.css +2 -0
- package/lib/esm/style.js +4 -0
- package/lib/esm/styles/slots.js +0 -0
- package/lib/esm/svg/ChevronDownIcon.js +11 -10
- package/lib/esm/svg/ChevronDownIcon.js.map +1 -1
- package/lib/esm/svg/ChevronRightIcon.js +11 -9
- package/lib/esm/svg/ChevronRightIcon.js.map +1 -1
- package/lib/esm/svg/GlobeIcon.js +11 -6
- package/lib/esm/svg/GlobeIcon.js.map +1 -1
- package/lib/esm/theme/ThemeProvider.js +33 -37
- package/lib/esm/theme/ThemeProvider.js.map +1 -1
- package/lib/esm/theme/VisuallyHidden.js +12 -8
- package/lib/esm/theme/VisuallyHidden.js.map +1 -1
- package/lib/esm/theme/accessibility.css.js +7 -8
- package/lib/esm/theme/accessibility.css.js.map +1 -1
- package/lib/esm/theme/colors.js +101 -100
- package/lib/esm/theme/colors.js.map +1 -1
- package/lib/esm/theme/common.js +122 -123
- package/lib/esm/theme/common.js.map +1 -1
- package/lib/esm/theme/containerQueries.js +14 -13
- package/lib/esm/theme/containerQueries.js.map +1 -1
- package/lib/esm/theme/global.css.js +1 -2
- package/lib/esm/theme/index.js +9 -28
- package/lib/esm/theme/sprinkles.css.js +68484 -9
- package/lib/esm/theme/sprinkles.css.js.map +1 -1
- package/lib/esm/theme/theme.css.js +1 -2
- package/lib/esm/theme/themeContract.js +1025 -1035
- package/lib/esm/theme/themeContract.js.map +1 -1
- package/lib/esm/theme/tools.js +16 -19
- package/lib/esm/theme/tools.js.map +1 -1
- package/lib/i18n/useUiTranslation.d.ts +3 -0
- package/lib/i18n/useUiTranslation.d.ts.map +1 -0
- package/lib/i18n/useUiTranslation.js +5 -0
- package/lib/index.d.ts +10 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +11 -1
- package/lib/style.d.ts +5 -0
- package/lib/style.d.ts.map +1 -0
- package/lib/style.js +5 -0
- package/lib/styles/slots.d.ts +2 -0
- package/lib/styles/slots.d.ts.map +1 -0
- package/lib/styles/slots.js +2 -0
- package/lib/types/atomic/atoms/button/Button.d.ts.map +1 -1
- package/lib/types/atomic/atoms/formatted-date/FormattedDate.d.ts +14 -0
- package/lib/types/atomic/atoms/formatted-date/FormattedDate.d.ts.map +1 -0
- package/lib/types/atomic/atoms/icon-button/IconMenuButton.d.ts +8 -0
- package/lib/types/atomic/atoms/icon-button/IconMenuButton.d.ts.map +1 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.d.ts +14 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.d.ts.map +1 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.d.ts +13 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.d.ts.map +1 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.d.ts +13 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.d.ts.map +1 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.d.ts +25 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.d.ts.map +1 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/types.d.ts +15 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/types.d.ts.map +1 -0
- package/lib/types/atomic/molecules/dropdown/Dropdown.d.ts +26 -0
- package/lib/types/atomic/molecules/dropdown/Dropdown.d.ts.map +1 -0
- package/lib/types/atomic/molecules/dropdown/dropdown.css.d.ts +8 -0
- package/lib/types/atomic/molecules/dropdown/dropdown.css.d.ts.map +1 -0
- package/lib/types/atomic/molecules/form-actions/FormActions.d.ts +16 -0
- package/lib/types/atomic/molecules/form-actions/FormActions.d.ts.map +1 -0
- package/lib/types/atomic/molecules/toast/ToastProvider.d.ts +19 -0
- package/lib/types/atomic/molecules/toast/ToastProvider.d.ts.map +1 -0
- package/lib/types/atomic/molecules/toast/ToastViewport.d.ts +24 -0
- package/lib/types/atomic/molecules/toast/ToastViewport.d.ts.map +1 -0
- package/lib/types/atomic/molecules/toast/constants.d.ts +2 -0
- package/lib/types/atomic/molecules/toast/constants.d.ts.map +1 -0
- package/lib/types/atomic/molecules/toast/toast.css.d.ts +25 -0
- package/lib/types/atomic/molecules/toast/toast.css.d.ts.map +1 -0
- package/lib/types/components/data-table/DataTable.css.d.ts +61 -0
- package/lib/types/components/data-table/DataTable.css.d.ts.map +1 -0
- package/lib/types/components/data-table/DataTable.d.ts +32 -0
- package/lib/types/components/data-table/DataTable.d.ts.map +1 -0
- package/lib/types/components/data-table/TableCell.css.d.ts +26 -0
- package/lib/types/components/data-table/TableCell.css.d.ts.map +1 -0
- package/lib/types/components/data-table/TableCell.d.ts +46 -0
- package/lib/types/components/data-table/TableCell.d.ts.map +1 -0
- package/lib/types/components/data-table/TableCellBase.d.ts +13 -0
- package/lib/types/components/data-table/TableCellBase.d.ts.map +1 -0
- package/lib/types/components/data-table/VirtualizedConnectionTable.css.d.ts +5 -0
- package/lib/types/components/data-table/VirtualizedConnectionTable.css.d.ts.map +1 -0
- package/lib/types/components/data-table/VirtualizedConnectionTable.d.ts +32 -0
- package/lib/types/components/data-table/VirtualizedConnectionTable.d.ts.map +1 -0
- package/lib/types/components/data-table/tableBreakpoints.d.ts +9 -0
- package/lib/types/components/data-table/tableBreakpoints.d.ts.map +1 -0
- package/lib/types/components/select/SimpleSelect.css.d.ts +23 -0
- package/lib/types/components/select/SimpleSelect.css.d.ts.map +1 -0
- package/lib/types/components/select/SimpleSelect.d.ts +22 -0
- package/lib/types/components/select/SimpleSelect.d.ts.map +1 -0
- package/lib/types/components/subscriptions/RefetchNeededBanner.css.d.ts +5 -0
- package/lib/types/components/subscriptions/RefetchNeededBanner.css.d.ts.map +1 -0
- package/lib/types/components/subscriptions/RefetchNeededBanner.d.ts +9 -0
- package/lib/types/components/subscriptions/RefetchNeededBanner.d.ts.map +1 -0
- package/lib/types/i18n/useUiTranslation.d.ts +3 -0
- package/lib/types/i18n/useUiTranslation.d.ts.map +1 -0
- package/lib/types/index.d.ts +10 -0
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/style.d.ts +5 -0
- package/lib/types/style.d.ts.map +1 -0
- package/lib/types/styles/slots.d.ts +2 -0
- package/lib/types/styles/slots.d.ts.map +1 -0
- package/package.json +12 -4
- package/src/i18n/locales/en/ui.json +53 -0
- package/src/i18n/locales/fr/ui.json +53 -0
- package/src/i18n/useUiTranslation.ts +6 -0
- package/lib/esm/atomic/atoms/badge/badge.css.ts.vanilla-BxMgYgcH.css +0 -1
- package/lib/esm/atomic/atoms/button/button.css.ts.vanilla-BYFxDZro.css +0 -1
- package/lib/esm/atomic/atoms/checkbox/checkbox.css.ts.vanilla-D6TvWxlo.css +0 -1
- package/lib/esm/atomic/atoms/input/input.css.ts.vanilla-D_X5_tcn.css +0 -1
- package/lib/esm/atomic/atoms/textarea/textarea.css.ts.vanilla-IrvNTQEt.css +0 -1
- package/lib/esm/atomic/molecules/tabs/tabs.css.ts.vanilla-DQm5wO0K.css +0 -1
- package/lib/esm/components/charts/billingUsageLineChart.css.ts.vanilla-7e3dy1Dj.css +0 -1
- package/lib/esm/components/tile/InfoTile.css.ts.vanilla-ByCg4UKz.css +0 -1
- package/lib/esm/index.js.map +0 -1
- package/lib/esm/theme/accessibility.css.ts.vanilla-D6gfeWvf.css +0 -1
- package/lib/esm/theme/global.css.js.map +0 -1
- package/lib/esm/theme/global.css.ts.vanilla-ClXnHnoy.css +0 -1
- package/lib/esm/theme/index.js.map +0 -1
- package/lib/esm/theme/sprinkles.css.ts.vanilla-DOI5FNoi.css +0 -1
- package/lib/esm/theme/theme.css.js.map +0 -1
- package/lib/esm/theme/theme.css.ts.vanilla-a3SsXff5.css +0 -1
- /package/lib/esm/{components/layout/TabsContentLayout.css.ts.vanilla-tn0RQdqM.css → atomic/molecules/breadcrumb_navigation/types.js} +0 -0
|
@@ -1,1035 +1,1025 @@
|
|
|
1
|
-
import { createGlobalThemeContract as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
}
|
|
1027
|
-
},
|
|
1028
|
-
(r, a) => r != null && r !== "" ? r : `kronex-${a.join("-").replace(/[./%, ]/g, "-")}`
|
|
1029
|
-
);
|
|
1030
|
-
export {
|
|
1031
|
-
t as colors,
|
|
1032
|
-
e as spacing,
|
|
1033
|
-
l as vars
|
|
1034
|
-
};
|
|
1035
|
-
//# sourceMappingURL=themeContract.js.map
|
|
1
|
+
import { createGlobalThemeContract as e } from "@vanilla-extract/css";
|
|
2
|
+
//#region src/theme/themeContract.ts
|
|
3
|
+
var t = {
|
|
4
|
+
inherit: "",
|
|
5
|
+
current: "",
|
|
6
|
+
transparent: "",
|
|
7
|
+
black: "",
|
|
8
|
+
white: "",
|
|
9
|
+
"red-50": "",
|
|
10
|
+
"red-100": "",
|
|
11
|
+
"red-200": "",
|
|
12
|
+
"red-300": "",
|
|
13
|
+
"red-400": "",
|
|
14
|
+
"red-500": "",
|
|
15
|
+
"red-600": "",
|
|
16
|
+
"red-700": "",
|
|
17
|
+
"red-800": "",
|
|
18
|
+
"red-900": "",
|
|
19
|
+
"amber-50": "",
|
|
20
|
+
"amber-100": "",
|
|
21
|
+
"amber-200": "",
|
|
22
|
+
"amber-300": "",
|
|
23
|
+
"amber-400": "",
|
|
24
|
+
"amber-500": "",
|
|
25
|
+
"amber-600": "",
|
|
26
|
+
"amber-700": "",
|
|
27
|
+
"amber-800": "",
|
|
28
|
+
"amber-900": "",
|
|
29
|
+
"green-50": "",
|
|
30
|
+
"green-100": "",
|
|
31
|
+
"green-200": "",
|
|
32
|
+
"green-300": "",
|
|
33
|
+
"green-400": "",
|
|
34
|
+
"green-500": "",
|
|
35
|
+
"green-600": "",
|
|
36
|
+
"green-700": "",
|
|
37
|
+
"green-800": "",
|
|
38
|
+
"green-900": "",
|
|
39
|
+
"blue-50": "",
|
|
40
|
+
"blue-100": "",
|
|
41
|
+
"blue-200": "",
|
|
42
|
+
"blue-250": "",
|
|
43
|
+
"blue-300": "",
|
|
44
|
+
"blue-400": "",
|
|
45
|
+
"blue-500": "",
|
|
46
|
+
"blue-600": "",
|
|
47
|
+
"blue-700": "",
|
|
48
|
+
"blue-800": "",
|
|
49
|
+
"blue-900": "",
|
|
50
|
+
"white-500": "",
|
|
51
|
+
"transparent-500": "",
|
|
52
|
+
"transparent-125": "",
|
|
53
|
+
"black-440": "",
|
|
54
|
+
"black-300": "",
|
|
55
|
+
"black-200": "",
|
|
56
|
+
"black-100": "",
|
|
57
|
+
"black-10": "",
|
|
58
|
+
"black-2": "",
|
|
59
|
+
primary: "",
|
|
60
|
+
primaryLight: "",
|
|
61
|
+
secondary: "",
|
|
62
|
+
secondaryHover: "",
|
|
63
|
+
secondaryLight: "",
|
|
64
|
+
surface: "",
|
|
65
|
+
surfaceSecondary: "",
|
|
66
|
+
surfaceMuted: "",
|
|
67
|
+
surfaceElevated: "",
|
|
68
|
+
background: "",
|
|
69
|
+
backgroundSecondary: "",
|
|
70
|
+
backgroundTertiary: "",
|
|
71
|
+
backgroundModifier: "",
|
|
72
|
+
text: "",
|
|
73
|
+
textSecondary: "",
|
|
74
|
+
textMuted: "",
|
|
75
|
+
border: "",
|
|
76
|
+
borderSubtle: "",
|
|
77
|
+
borderStrong: "",
|
|
78
|
+
borderLight: "",
|
|
79
|
+
error: "",
|
|
80
|
+
"error-8": "",
|
|
81
|
+
"error-10": "",
|
|
82
|
+
"error-12": "",
|
|
83
|
+
"error-35": "",
|
|
84
|
+
success: "",
|
|
85
|
+
successLight: "",
|
|
86
|
+
warning: "",
|
|
87
|
+
warningLight: "",
|
|
88
|
+
info: "",
|
|
89
|
+
infoLight: "",
|
|
90
|
+
brandPrimaryRed: "",
|
|
91
|
+
brandSecondaryOrange: "",
|
|
92
|
+
"brandSecondaryOrange-10": "",
|
|
93
|
+
"brandSecondaryOrange-20": "",
|
|
94
|
+
accent: "",
|
|
95
|
+
brandWhite: "",
|
|
96
|
+
brandLightGray: "",
|
|
97
|
+
brandDarkGray: "",
|
|
98
|
+
brandBackgroundGradient: ""
|
|
99
|
+
}, n = {
|
|
100
|
+
auto: "",
|
|
101
|
+
full: "",
|
|
102
|
+
px: "",
|
|
103
|
+
"-px": "",
|
|
104
|
+
"-108": "",
|
|
105
|
+
"-102": "",
|
|
106
|
+
"-96": "",
|
|
107
|
+
"-88": "",
|
|
108
|
+
"-80": "",
|
|
109
|
+
"-72": "",
|
|
110
|
+
"-64": "",
|
|
111
|
+
"-60": "",
|
|
112
|
+
"-56": "",
|
|
113
|
+
"-52": "",
|
|
114
|
+
"-48": "",
|
|
115
|
+
"-44": "",
|
|
116
|
+
"-40": "",
|
|
117
|
+
"-36": "",
|
|
118
|
+
"-34": "",
|
|
119
|
+
"-32": "",
|
|
120
|
+
"-30": "",
|
|
121
|
+
"-28": "",
|
|
122
|
+
"-24": "",
|
|
123
|
+
"-20": "",
|
|
124
|
+
"-19": "",
|
|
125
|
+
"-17.5": "",
|
|
126
|
+
"-16": "",
|
|
127
|
+
"-15": "",
|
|
128
|
+
"-14": "",
|
|
129
|
+
"-13": "",
|
|
130
|
+
"-12": "",
|
|
131
|
+
"-11": "",
|
|
132
|
+
"-10": "",
|
|
133
|
+
"-9": "",
|
|
134
|
+
"-8": "",
|
|
135
|
+
"-7": "",
|
|
136
|
+
"-6": "",
|
|
137
|
+
"-5": "",
|
|
138
|
+
"-4": "",
|
|
139
|
+
"-3.5": "",
|
|
140
|
+
"-3": "",
|
|
141
|
+
"-2.5": "",
|
|
142
|
+
"-2": "",
|
|
143
|
+
"-1.5": "",
|
|
144
|
+
"-1": "",
|
|
145
|
+
"-0.5": "",
|
|
146
|
+
0: "",
|
|
147
|
+
.5: "",
|
|
148
|
+
1: "",
|
|
149
|
+
1.5: "",
|
|
150
|
+
2: "",
|
|
151
|
+
2.5: "",
|
|
152
|
+
3: "",
|
|
153
|
+
3.5: "",
|
|
154
|
+
4: "",
|
|
155
|
+
5: "",
|
|
156
|
+
6: "",
|
|
157
|
+
7: "",
|
|
158
|
+
8: "",
|
|
159
|
+
9: "",
|
|
160
|
+
10: "",
|
|
161
|
+
11: "",
|
|
162
|
+
12: "",
|
|
163
|
+
13: "",
|
|
164
|
+
14: "",
|
|
165
|
+
15: "",
|
|
166
|
+
16: "",
|
|
167
|
+
17.5: "",
|
|
168
|
+
18: "",
|
|
169
|
+
18.5: "",
|
|
170
|
+
19: "",
|
|
171
|
+
20: "",
|
|
172
|
+
24: "",
|
|
173
|
+
28: "",
|
|
174
|
+
30: "",
|
|
175
|
+
32: "",
|
|
176
|
+
34: "",
|
|
177
|
+
36: "",
|
|
178
|
+
40: "",
|
|
179
|
+
44: "",
|
|
180
|
+
48: "",
|
|
181
|
+
52: "",
|
|
182
|
+
56: "",
|
|
183
|
+
60: "",
|
|
184
|
+
64: "",
|
|
185
|
+
72: "",
|
|
186
|
+
80: "",
|
|
187
|
+
88: "",
|
|
188
|
+
96: "",
|
|
189
|
+
102: "",
|
|
190
|
+
108: "",
|
|
191
|
+
112: "",
|
|
192
|
+
120: ""
|
|
193
|
+
}, r = e({
|
|
194
|
+
spacing: n,
|
|
195
|
+
screens: {
|
|
196
|
+
sm: "",
|
|
197
|
+
md: "",
|
|
198
|
+
lg: "",
|
|
199
|
+
xl: "",
|
|
200
|
+
xxl: ""
|
|
201
|
+
},
|
|
202
|
+
animation: {
|
|
203
|
+
none: "",
|
|
204
|
+
spin: "",
|
|
205
|
+
ping: "",
|
|
206
|
+
pulse: "",
|
|
207
|
+
bounce: ""
|
|
208
|
+
},
|
|
209
|
+
colors: {
|
|
210
|
+
inherit: "",
|
|
211
|
+
current: "",
|
|
212
|
+
transparent: "",
|
|
213
|
+
black: "",
|
|
214
|
+
white: "",
|
|
215
|
+
"red-50": "",
|
|
216
|
+
"red-100": "",
|
|
217
|
+
"red-200": "",
|
|
218
|
+
"red-300": "",
|
|
219
|
+
"red-400": "",
|
|
220
|
+
"red-500": "",
|
|
221
|
+
"red-600": "",
|
|
222
|
+
"red-700": "",
|
|
223
|
+
"red-800": "",
|
|
224
|
+
"red-900": "",
|
|
225
|
+
"amber-50": "",
|
|
226
|
+
"amber-100": "",
|
|
227
|
+
"amber-200": "",
|
|
228
|
+
"amber-300": "",
|
|
229
|
+
"amber-400": "",
|
|
230
|
+
"amber-500": "",
|
|
231
|
+
"amber-600": "",
|
|
232
|
+
"amber-700": "",
|
|
233
|
+
"amber-800": "",
|
|
234
|
+
"amber-900": "",
|
|
235
|
+
"green-50": "",
|
|
236
|
+
"green-100": "",
|
|
237
|
+
"green-200": "",
|
|
238
|
+
"green-300": "",
|
|
239
|
+
"green-400": "",
|
|
240
|
+
"green-500": "",
|
|
241
|
+
"green-600": "",
|
|
242
|
+
"green-700": "",
|
|
243
|
+
"green-800": "",
|
|
244
|
+
"green-900": "",
|
|
245
|
+
"blue-50": "",
|
|
246
|
+
"blue-100": "",
|
|
247
|
+
"blue-200": "",
|
|
248
|
+
"blue-250": "",
|
|
249
|
+
"blue-300": "",
|
|
250
|
+
"blue-400": "",
|
|
251
|
+
"blue-500": "",
|
|
252
|
+
"blue-600": "",
|
|
253
|
+
"blue-700": "",
|
|
254
|
+
"blue-800": "",
|
|
255
|
+
"blue-900": "",
|
|
256
|
+
"white-500": "",
|
|
257
|
+
"transparent-500": "",
|
|
258
|
+
"transparent-125": "",
|
|
259
|
+
"black-440": "",
|
|
260
|
+
"black-300": "",
|
|
261
|
+
"black-200": "",
|
|
262
|
+
"black-100": "",
|
|
263
|
+
"black-10": "",
|
|
264
|
+
"black-2": "",
|
|
265
|
+
primary: "",
|
|
266
|
+
primaryLight: "",
|
|
267
|
+
secondary: "",
|
|
268
|
+
secondaryHover: "",
|
|
269
|
+
secondaryLight: "",
|
|
270
|
+
surface: "",
|
|
271
|
+
surfaceSecondary: "",
|
|
272
|
+
surfaceMuted: "",
|
|
273
|
+
surfaceElevated: "",
|
|
274
|
+
background: "",
|
|
275
|
+
backgroundSecondary: "",
|
|
276
|
+
backgroundTertiary: "",
|
|
277
|
+
backgroundModifier: "",
|
|
278
|
+
text: "",
|
|
279
|
+
textSecondary: "",
|
|
280
|
+
textMuted: "",
|
|
281
|
+
border: "",
|
|
282
|
+
borderSubtle: "",
|
|
283
|
+
borderStrong: "",
|
|
284
|
+
borderLight: "",
|
|
285
|
+
error: "",
|
|
286
|
+
"error-8": "",
|
|
287
|
+
"error-10": "",
|
|
288
|
+
"error-12": "",
|
|
289
|
+
"error-35": "",
|
|
290
|
+
success: "",
|
|
291
|
+
successLight: "",
|
|
292
|
+
warning: "",
|
|
293
|
+
warningLight: "",
|
|
294
|
+
info: "",
|
|
295
|
+
infoLight: "",
|
|
296
|
+
brandPrimaryRed: "",
|
|
297
|
+
brandSecondaryOrange: "",
|
|
298
|
+
"brandSecondaryOrange-10": "",
|
|
299
|
+
"brandSecondaryOrange-20": "",
|
|
300
|
+
accent: "",
|
|
301
|
+
brandWhite: "",
|
|
302
|
+
brandLightGray: "",
|
|
303
|
+
brandDarkGray: "",
|
|
304
|
+
brandBackgroundGradient: ""
|
|
305
|
+
},
|
|
306
|
+
backgroundImage: {
|
|
307
|
+
brandDiagonal: "",
|
|
308
|
+
brandDiagonal125: "",
|
|
309
|
+
brandBackgroundGradient: "",
|
|
310
|
+
pageShellSurface: "",
|
|
311
|
+
floatingChatSurface: ""
|
|
312
|
+
},
|
|
313
|
+
borderRadius: {
|
|
314
|
+
none: "",
|
|
315
|
+
sm: "",
|
|
316
|
+
default: "",
|
|
317
|
+
md: "",
|
|
318
|
+
lg: "",
|
|
319
|
+
xl: "",
|
|
320
|
+
"2xl": "",
|
|
321
|
+
"3xl": "",
|
|
322
|
+
"4xl": "",
|
|
323
|
+
"1/2": "",
|
|
324
|
+
full: ""
|
|
325
|
+
},
|
|
326
|
+
borderSpacing: n,
|
|
327
|
+
borderWidth: {
|
|
328
|
+
default: "",
|
|
329
|
+
...n,
|
|
330
|
+
0: "",
|
|
331
|
+
2: "",
|
|
332
|
+
4: "",
|
|
333
|
+
6: "",
|
|
334
|
+
8: "",
|
|
335
|
+
10: ""
|
|
336
|
+
},
|
|
337
|
+
boxShadow: {
|
|
338
|
+
sm: "",
|
|
339
|
+
default: "",
|
|
340
|
+
md: "",
|
|
341
|
+
lg: "",
|
|
342
|
+
xl: "",
|
|
343
|
+
"2xl": "",
|
|
344
|
+
inkSoft: "",
|
|
345
|
+
inkGlow: "",
|
|
346
|
+
brandGlow: "",
|
|
347
|
+
brandCardGlow: "",
|
|
348
|
+
authCardGlow: "",
|
|
349
|
+
profileDropdownShadow: "",
|
|
350
|
+
badgeInset: "",
|
|
351
|
+
badgeDotRing: "",
|
|
352
|
+
primaryInsetRing: "",
|
|
353
|
+
primaryLightRing: "",
|
|
354
|
+
primaryLightRingStrong: "",
|
|
355
|
+
successLightRing: "",
|
|
356
|
+
sidebarActiveInset: "",
|
|
357
|
+
inner: "",
|
|
358
|
+
none: ""
|
|
359
|
+
},
|
|
360
|
+
dropShadow: {
|
|
361
|
+
sm: "",
|
|
362
|
+
default: "",
|
|
363
|
+
md: "",
|
|
364
|
+
lg: "",
|
|
365
|
+
xl: "",
|
|
366
|
+
"2xl": "",
|
|
367
|
+
none: ""
|
|
368
|
+
},
|
|
369
|
+
grayscale: {
|
|
370
|
+
0: "",
|
|
371
|
+
default: ""
|
|
372
|
+
},
|
|
373
|
+
hueRotate: {
|
|
374
|
+
0: "",
|
|
375
|
+
15: "",
|
|
376
|
+
30: "",
|
|
377
|
+
60: "",
|
|
378
|
+
90: "",
|
|
379
|
+
180: ""
|
|
380
|
+
},
|
|
381
|
+
invert: {
|
|
382
|
+
0: "",
|
|
383
|
+
default: ""
|
|
384
|
+
},
|
|
385
|
+
flex: {
|
|
386
|
+
1: "",
|
|
387
|
+
auto: "",
|
|
388
|
+
initial: "",
|
|
389
|
+
none: ""
|
|
390
|
+
},
|
|
391
|
+
flexBasis: {
|
|
392
|
+
...n,
|
|
393
|
+
260: "",
|
|
394
|
+
"1/2": "",
|
|
395
|
+
"1/3": "",
|
|
396
|
+
"2/3": "",
|
|
397
|
+
"1/4": "",
|
|
398
|
+
"2/4": "",
|
|
399
|
+
"3/4": "",
|
|
400
|
+
"1/5": "",
|
|
401
|
+
"2/5": "",
|
|
402
|
+
"3/5": "",
|
|
403
|
+
"4/5": "",
|
|
404
|
+
"1/6": "",
|
|
405
|
+
"2/6": "",
|
|
406
|
+
"3/6": "",
|
|
407
|
+
"4/6": "",
|
|
408
|
+
"5/6": "",
|
|
409
|
+
"1/12": "",
|
|
410
|
+
"2/12": "",
|
|
411
|
+
"3/12": "",
|
|
412
|
+
"4/12": "",
|
|
413
|
+
"5/12": "",
|
|
414
|
+
"6/12": "",
|
|
415
|
+
"7/12": "",
|
|
416
|
+
"8/12": "",
|
|
417
|
+
"9/12": "",
|
|
418
|
+
"10/12": "",
|
|
419
|
+
"11/12": "",
|
|
420
|
+
full: ""
|
|
421
|
+
},
|
|
422
|
+
flexGrow: {
|
|
423
|
+
0: "",
|
|
424
|
+
default: ""
|
|
425
|
+
},
|
|
426
|
+
flexShrink: {
|
|
427
|
+
0: "",
|
|
428
|
+
default: ""
|
|
429
|
+
},
|
|
430
|
+
fontFamily: {
|
|
431
|
+
sans: "",
|
|
432
|
+
serif: "",
|
|
433
|
+
mono: ""
|
|
434
|
+
},
|
|
435
|
+
fontSize: {
|
|
436
|
+
"3xs": "",
|
|
437
|
+
"2xs": "",
|
|
438
|
+
xs: "",
|
|
439
|
+
sm: "",
|
|
440
|
+
base: "",
|
|
441
|
+
lg: "",
|
|
442
|
+
xl: "",
|
|
443
|
+
"2xl": "",
|
|
444
|
+
"3xl": "",
|
|
445
|
+
"4xl": "",
|
|
446
|
+
"5xl": "",
|
|
447
|
+
"6xl": "",
|
|
448
|
+
"7xl": "",
|
|
449
|
+
"8xl": "",
|
|
450
|
+
"9xl": "",
|
|
451
|
+
responsive: ""
|
|
452
|
+
},
|
|
453
|
+
fontWeight: {
|
|
454
|
+
thin: "",
|
|
455
|
+
extralight: "",
|
|
456
|
+
light: "",
|
|
457
|
+
normal: "",
|
|
458
|
+
medium: "",
|
|
459
|
+
semibold: "",
|
|
460
|
+
bold: "",
|
|
461
|
+
extrabold: "",
|
|
462
|
+
black: ""
|
|
463
|
+
},
|
|
464
|
+
gridAutoColumns: {
|
|
465
|
+
auto: "",
|
|
466
|
+
min: "",
|
|
467
|
+
max: "",
|
|
468
|
+
fr: ""
|
|
469
|
+
},
|
|
470
|
+
gridAutoRows: {
|
|
471
|
+
auto: "",
|
|
472
|
+
min: "",
|
|
473
|
+
max: "",
|
|
474
|
+
fr: ""
|
|
475
|
+
},
|
|
476
|
+
gridColumn: {
|
|
477
|
+
auto: "",
|
|
478
|
+
"span-1": "",
|
|
479
|
+
"span-2": "",
|
|
480
|
+
"span-3": "",
|
|
481
|
+
"span-4": "",
|
|
482
|
+
"span-5": "",
|
|
483
|
+
"span-6": "",
|
|
484
|
+
"span-7": "",
|
|
485
|
+
"span-8": "",
|
|
486
|
+
"span-9": "",
|
|
487
|
+
"span-10": "",
|
|
488
|
+
"span-11": "",
|
|
489
|
+
"span-12": "",
|
|
490
|
+
"span-full": ""
|
|
491
|
+
},
|
|
492
|
+
gridColumnEnd: {
|
|
493
|
+
auto: "",
|
|
494
|
+
1: "",
|
|
495
|
+
2: "",
|
|
496
|
+
3: "",
|
|
497
|
+
4: "",
|
|
498
|
+
5: "",
|
|
499
|
+
6: "",
|
|
500
|
+
7: "",
|
|
501
|
+
8: "",
|
|
502
|
+
9: "",
|
|
503
|
+
10: "",
|
|
504
|
+
11: "",
|
|
505
|
+
12: "",
|
|
506
|
+
13: ""
|
|
507
|
+
},
|
|
508
|
+
gridColumnStart: {
|
|
509
|
+
auto: "",
|
|
510
|
+
1: "",
|
|
511
|
+
2: "",
|
|
512
|
+
3: "",
|
|
513
|
+
4: "",
|
|
514
|
+
5: "",
|
|
515
|
+
6: "",
|
|
516
|
+
7: "",
|
|
517
|
+
8: "",
|
|
518
|
+
9: "",
|
|
519
|
+
10: "",
|
|
520
|
+
11: "",
|
|
521
|
+
12: "",
|
|
522
|
+
13: ""
|
|
523
|
+
},
|
|
524
|
+
gridRow: {
|
|
525
|
+
auto: "",
|
|
526
|
+
"span-1": "",
|
|
527
|
+
"span-2": "",
|
|
528
|
+
"span-3": "",
|
|
529
|
+
"span-4": "",
|
|
530
|
+
"span-5": "",
|
|
531
|
+
"span-6": "",
|
|
532
|
+
"span-full": ""
|
|
533
|
+
},
|
|
534
|
+
gridRowStart: {
|
|
535
|
+
auto: "",
|
|
536
|
+
1: "",
|
|
537
|
+
2: "",
|
|
538
|
+
3: "",
|
|
539
|
+
4: "",
|
|
540
|
+
5: "",
|
|
541
|
+
6: "",
|
|
542
|
+
7: ""
|
|
543
|
+
},
|
|
544
|
+
gridRowEnd: {
|
|
545
|
+
auto: "",
|
|
546
|
+
1: "",
|
|
547
|
+
2: "",
|
|
548
|
+
3: "",
|
|
549
|
+
4: "",
|
|
550
|
+
5: "",
|
|
551
|
+
6: "",
|
|
552
|
+
7: ""
|
|
553
|
+
},
|
|
554
|
+
gridTemplateColumns: {
|
|
555
|
+
none: "",
|
|
556
|
+
1: "",
|
|
557
|
+
2: "",
|
|
558
|
+
3: "",
|
|
559
|
+
4: "",
|
|
560
|
+
5: "",
|
|
561
|
+
6: "",
|
|
562
|
+
7: "",
|
|
563
|
+
8: "",
|
|
564
|
+
9: "",
|
|
565
|
+
10: "",
|
|
566
|
+
11: "",
|
|
567
|
+
12: "",
|
|
568
|
+
detailSingle: "",
|
|
569
|
+
twoFrOneFr: "",
|
|
570
|
+
detailAside320: "",
|
|
571
|
+
settingsSplit: "",
|
|
572
|
+
splitViewSplit: "",
|
|
573
|
+
keyValueSplit: "",
|
|
574
|
+
userProfileSplit: "",
|
|
575
|
+
repeat4Fr: "",
|
|
576
|
+
autoFillMinmax320: "",
|
|
577
|
+
autoFitMinmax0: "",
|
|
578
|
+
autoFitMinmax12_5rem: "",
|
|
579
|
+
autoFitMinmax120: "",
|
|
580
|
+
autoFitMinmax160: "",
|
|
581
|
+
autoFitMinmax180: "",
|
|
582
|
+
autoFitMinmax200: "",
|
|
583
|
+
autoFitMinmax220: "",
|
|
584
|
+
autoFitMinmax240: "",
|
|
585
|
+
autoFitMinmax260: "",
|
|
586
|
+
autoFitMinmax280: "",
|
|
587
|
+
autoFitMinmax320: ""
|
|
588
|
+
},
|
|
589
|
+
gridTemplateRows: {
|
|
590
|
+
none: "",
|
|
591
|
+
1: "",
|
|
592
|
+
2: "",
|
|
593
|
+
3: "",
|
|
594
|
+
4: "",
|
|
595
|
+
5: "",
|
|
596
|
+
6: "",
|
|
597
|
+
autoMinmax0: "",
|
|
598
|
+
autoAutoMinmax0: "",
|
|
599
|
+
minmax0Auto: "",
|
|
600
|
+
fr0: "",
|
|
601
|
+
fr1: ""
|
|
602
|
+
},
|
|
603
|
+
left: {
|
|
604
|
+
...n,
|
|
605
|
+
"1/2": ""
|
|
606
|
+
},
|
|
607
|
+
top: {
|
|
608
|
+
...n,
|
|
609
|
+
"1/2": ""
|
|
610
|
+
},
|
|
611
|
+
height: {
|
|
612
|
+
...n,
|
|
613
|
+
1.1: "",
|
|
614
|
+
300: "",
|
|
615
|
+
"1/2": "",
|
|
616
|
+
"1/3": "",
|
|
617
|
+
"2/3": "",
|
|
618
|
+
"1/4": "",
|
|
619
|
+
"2/4": "",
|
|
620
|
+
"3/4": "",
|
|
621
|
+
"1/5": "",
|
|
622
|
+
"2/5": "",
|
|
623
|
+
"3/5": "",
|
|
624
|
+
"4/5": "",
|
|
625
|
+
"1/6": "",
|
|
626
|
+
"2/6": "",
|
|
627
|
+
"3/6": "",
|
|
628
|
+
"4/6": "",
|
|
629
|
+
"5/6": "",
|
|
630
|
+
full: "",
|
|
631
|
+
screen: "",
|
|
632
|
+
min: "",
|
|
633
|
+
max: "",
|
|
634
|
+
fit: "",
|
|
635
|
+
auto: ""
|
|
636
|
+
},
|
|
637
|
+
inset: {
|
|
638
|
+
...n,
|
|
639
|
+
"1/2": "",
|
|
640
|
+
"1/3": "",
|
|
641
|
+
"2/3": "",
|
|
642
|
+
"1/4": "",
|
|
643
|
+
"2/4": "",
|
|
644
|
+
"3/4": "",
|
|
645
|
+
full: ""
|
|
646
|
+
},
|
|
647
|
+
keyframes: {
|
|
648
|
+
spin: { to: { transform: "" } },
|
|
649
|
+
ping: { "75%, 100%": {
|
|
650
|
+
transform: "",
|
|
651
|
+
opacity: ""
|
|
652
|
+
} },
|
|
653
|
+
pulse: { "50%": { opacity: "" } },
|
|
654
|
+
bounce: {
|
|
655
|
+
"0%, 100%": {
|
|
656
|
+
transform: "",
|
|
657
|
+
animationTimingFunction: ""
|
|
658
|
+
},
|
|
659
|
+
"50%": {
|
|
660
|
+
transform: "",
|
|
661
|
+
animationTimingFunction: ""
|
|
662
|
+
}
|
|
663
|
+
}
|
|
664
|
+
},
|
|
665
|
+
letterSpacing: {
|
|
666
|
+
tighter: "",
|
|
667
|
+
tight: "",
|
|
668
|
+
normal: "",
|
|
669
|
+
wide: "",
|
|
670
|
+
wider: "",
|
|
671
|
+
widest: "",
|
|
672
|
+
caps: "",
|
|
673
|
+
capsTight: "",
|
|
674
|
+
capsNarrow: ""
|
|
675
|
+
},
|
|
676
|
+
wordSpacing: {
|
|
677
|
+
tighter: "",
|
|
678
|
+
tight: "",
|
|
679
|
+
normal: "",
|
|
680
|
+
wide: "",
|
|
681
|
+
wider: "",
|
|
682
|
+
widest: ""
|
|
683
|
+
},
|
|
684
|
+
lineHeight: {
|
|
685
|
+
...n,
|
|
686
|
+
1.2: "",
|
|
687
|
+
1.3: "",
|
|
688
|
+
1.4: "",
|
|
689
|
+
1.45: "",
|
|
690
|
+
1.5: "",
|
|
691
|
+
1.6: "",
|
|
692
|
+
1.7: "",
|
|
693
|
+
"3xs": "",
|
|
694
|
+
"2xs": "",
|
|
695
|
+
xs: "",
|
|
696
|
+
sm: "",
|
|
697
|
+
base: "",
|
|
698
|
+
lg: "",
|
|
699
|
+
xl: "",
|
|
700
|
+
"2xl": "",
|
|
701
|
+
"3xl": "",
|
|
702
|
+
"4xl": "",
|
|
703
|
+
"5xl": "",
|
|
704
|
+
"6xl": "",
|
|
705
|
+
"7xl": "",
|
|
706
|
+
"8xl": "",
|
|
707
|
+
"9xl": "",
|
|
708
|
+
responsive: "",
|
|
709
|
+
none: "",
|
|
710
|
+
tight: "",
|
|
711
|
+
snug: "",
|
|
712
|
+
normal: "",
|
|
713
|
+
relaxed: "",
|
|
714
|
+
loose: ""
|
|
715
|
+
},
|
|
716
|
+
listStyleType: {
|
|
717
|
+
none: "",
|
|
718
|
+
disc: "",
|
|
719
|
+
decimal: ""
|
|
720
|
+
},
|
|
721
|
+
margin: { ...n },
|
|
722
|
+
maxHeight: {
|
|
723
|
+
...n,
|
|
724
|
+
"50vh": "",
|
|
725
|
+
"70vh": "",
|
|
726
|
+
"90vh": "",
|
|
727
|
+
none: "",
|
|
728
|
+
full: "",
|
|
729
|
+
screen: "",
|
|
730
|
+
min: "",
|
|
731
|
+
max: "",
|
|
732
|
+
fit: ""
|
|
733
|
+
},
|
|
734
|
+
maxWidth: {
|
|
735
|
+
"2xl": "",
|
|
736
|
+
"3xl": "",
|
|
737
|
+
"4xl": "",
|
|
738
|
+
"5xl": "",
|
|
739
|
+
"6xl": "",
|
|
740
|
+
"7xl": "",
|
|
741
|
+
"12rem": "",
|
|
742
|
+
"26rem": "",
|
|
743
|
+
"50vw": "",
|
|
744
|
+
960: "",
|
|
745
|
+
"2/5": "",
|
|
746
|
+
"3/4": "",
|
|
747
|
+
700: "",
|
|
748
|
+
720: "",
|
|
749
|
+
800: "",
|
|
750
|
+
640: "",
|
|
751
|
+
0: "",
|
|
752
|
+
fit: "",
|
|
753
|
+
full: "",
|
|
754
|
+
lg: "",
|
|
755
|
+
max: "",
|
|
756
|
+
md: "",
|
|
757
|
+
min: "",
|
|
758
|
+
none: "",
|
|
759
|
+
prose: "",
|
|
760
|
+
sm: "",
|
|
761
|
+
xl: "",
|
|
762
|
+
xs: ""
|
|
763
|
+
},
|
|
764
|
+
minHeight: {
|
|
765
|
+
...n,
|
|
766
|
+
350: "",
|
|
767
|
+
360: "",
|
|
768
|
+
0: "",
|
|
769
|
+
fit: "",
|
|
770
|
+
full: "",
|
|
771
|
+
max: "",
|
|
772
|
+
min: "",
|
|
773
|
+
screen: "",
|
|
774
|
+
auto: ""
|
|
775
|
+
},
|
|
776
|
+
minWidth: {
|
|
777
|
+
0: "",
|
|
778
|
+
360: "",
|
|
779
|
+
640: "",
|
|
780
|
+
fit: "",
|
|
781
|
+
full: "",
|
|
782
|
+
max: "",
|
|
783
|
+
min: ""
|
|
784
|
+
},
|
|
785
|
+
objectPosition: {
|
|
786
|
+
"left-bottom": "",
|
|
787
|
+
"left-top": "",
|
|
788
|
+
"right-bottom": "",
|
|
789
|
+
"right-top": "",
|
|
790
|
+
bottom: "",
|
|
791
|
+
center: "",
|
|
792
|
+
left: "",
|
|
793
|
+
right: "",
|
|
794
|
+
top: ""
|
|
795
|
+
},
|
|
796
|
+
opacity: {
|
|
797
|
+
0: "",
|
|
798
|
+
5: "",
|
|
799
|
+
10: "",
|
|
800
|
+
20: "",
|
|
801
|
+
25: "",
|
|
802
|
+
30: "",
|
|
803
|
+
35: "",
|
|
804
|
+
40: "",
|
|
805
|
+
50: "",
|
|
806
|
+
60: "",
|
|
807
|
+
70: "",
|
|
808
|
+
75: "",
|
|
809
|
+
80: "",
|
|
810
|
+
90: "",
|
|
811
|
+
95: "",
|
|
812
|
+
100: ""
|
|
813
|
+
},
|
|
814
|
+
order: {
|
|
815
|
+
first: "",
|
|
816
|
+
last: "",
|
|
817
|
+
none: "",
|
|
818
|
+
1: "",
|
|
819
|
+
2: "",
|
|
820
|
+
3: "",
|
|
821
|
+
4: "",
|
|
822
|
+
5: "",
|
|
823
|
+
6: "",
|
|
824
|
+
7: "",
|
|
825
|
+
8: "",
|
|
826
|
+
9: "",
|
|
827
|
+
10: "",
|
|
828
|
+
11: "",
|
|
829
|
+
12: ""
|
|
830
|
+
},
|
|
831
|
+
outlineOffset: {
|
|
832
|
+
0: "",
|
|
833
|
+
1: "",
|
|
834
|
+
2: "",
|
|
835
|
+
4: "",
|
|
836
|
+
8: ""
|
|
837
|
+
},
|
|
838
|
+
outlineWidth: {
|
|
839
|
+
0: "",
|
|
840
|
+
1: "",
|
|
841
|
+
2: "",
|
|
842
|
+
4: "",
|
|
843
|
+
8: ""
|
|
844
|
+
},
|
|
845
|
+
rotate: {
|
|
846
|
+
0: "",
|
|
847
|
+
1: "",
|
|
848
|
+
2: "",
|
|
849
|
+
3: "",
|
|
850
|
+
6: "",
|
|
851
|
+
12: "",
|
|
852
|
+
45: "",
|
|
853
|
+
90: "",
|
|
854
|
+
180: ""
|
|
855
|
+
},
|
|
856
|
+
scale: {
|
|
857
|
+
0: "",
|
|
858
|
+
50: "",
|
|
859
|
+
75: "",
|
|
860
|
+
90: "",
|
|
861
|
+
95: "",
|
|
862
|
+
100: "",
|
|
863
|
+
105: "",
|
|
864
|
+
110: "",
|
|
865
|
+
125: "",
|
|
866
|
+
150: ""
|
|
867
|
+
},
|
|
868
|
+
sepia: {
|
|
869
|
+
0: "",
|
|
870
|
+
default: ""
|
|
871
|
+
},
|
|
872
|
+
skew: {
|
|
873
|
+
0: "",
|
|
874
|
+
1: "",
|
|
875
|
+
2: "",
|
|
876
|
+
3: "",
|
|
877
|
+
6: "",
|
|
878
|
+
12: ""
|
|
879
|
+
},
|
|
880
|
+
stroke: {
|
|
881
|
+
...t,
|
|
882
|
+
none: ""
|
|
883
|
+
},
|
|
884
|
+
strokeWidth: {
|
|
885
|
+
0: "",
|
|
886
|
+
1: "",
|
|
887
|
+
2: ""
|
|
888
|
+
},
|
|
889
|
+
textDecorationThickness: {
|
|
890
|
+
auto: "",
|
|
891
|
+
"from-font": "",
|
|
892
|
+
0: "",
|
|
893
|
+
1: "",
|
|
894
|
+
2: "",
|
|
895
|
+
4: "",
|
|
896
|
+
8: ""
|
|
897
|
+
},
|
|
898
|
+
textUnderlineOffset: {
|
|
899
|
+
auto: "",
|
|
900
|
+
0: "",
|
|
901
|
+
1: "",
|
|
902
|
+
2: "",
|
|
903
|
+
4: "",
|
|
904
|
+
8: ""
|
|
905
|
+
},
|
|
906
|
+
transform: {
|
|
907
|
+
0: "",
|
|
908
|
+
100: "",
|
|
909
|
+
200: "",
|
|
910
|
+
center: "",
|
|
911
|
+
left: "",
|
|
912
|
+
right: ""
|
|
913
|
+
},
|
|
914
|
+
transitionDelay: {
|
|
915
|
+
75: "",
|
|
916
|
+
100: "",
|
|
917
|
+
150: "",
|
|
918
|
+
200: "",
|
|
919
|
+
300: "",
|
|
920
|
+
500: "",
|
|
921
|
+
700: "",
|
|
922
|
+
1e3: ""
|
|
923
|
+
},
|
|
924
|
+
transitionDuration: {
|
|
925
|
+
default: "",
|
|
926
|
+
75: "",
|
|
927
|
+
100: "",
|
|
928
|
+
120: "",
|
|
929
|
+
150: "",
|
|
930
|
+
160: "",
|
|
931
|
+
200: "",
|
|
932
|
+
300: "",
|
|
933
|
+
500: "",
|
|
934
|
+
700: "",
|
|
935
|
+
1e3: ""
|
|
936
|
+
},
|
|
937
|
+
transitionProperty: {
|
|
938
|
+
none: "",
|
|
939
|
+
all: "",
|
|
940
|
+
default: "",
|
|
941
|
+
colors: "",
|
|
942
|
+
gap: "",
|
|
943
|
+
gridTemplateRows: "",
|
|
944
|
+
gridTemplateRowsOpacity: "",
|
|
945
|
+
left: "",
|
|
946
|
+
opacity: "",
|
|
947
|
+
opacityVisibility: "",
|
|
948
|
+
shadow: "",
|
|
949
|
+
transform: "",
|
|
950
|
+
width: ""
|
|
951
|
+
},
|
|
952
|
+
transitionTimingFunction: {
|
|
953
|
+
default: "",
|
|
954
|
+
linear: "",
|
|
955
|
+
ease: "",
|
|
956
|
+
in: "",
|
|
957
|
+
"ease-in-out": "",
|
|
958
|
+
out: "",
|
|
959
|
+
"in-out": ""
|
|
960
|
+
},
|
|
961
|
+
width: {
|
|
962
|
+
...n,
|
|
963
|
+
1.1: "",
|
|
964
|
+
auto: "",
|
|
965
|
+
140: "",
|
|
966
|
+
260: "",
|
|
967
|
+
300: "",
|
|
968
|
+
"8%": "",
|
|
969
|
+
"10%": "",
|
|
970
|
+
"12%": "",
|
|
971
|
+
"15%": "",
|
|
972
|
+
"16%": "",
|
|
973
|
+
"22%": "",
|
|
974
|
+
"26%": "",
|
|
975
|
+
"30%": "",
|
|
976
|
+
"70%": "",
|
|
977
|
+
"1/2": "",
|
|
978
|
+
"1/3": "",
|
|
979
|
+
"2/3": "",
|
|
980
|
+
"1/4": "",
|
|
981
|
+
"2/4": "",
|
|
982
|
+
"3/4": "",
|
|
983
|
+
"1/5": "",
|
|
984
|
+
"2/5": "",
|
|
985
|
+
"3/5": "",
|
|
986
|
+
"4/5": "",
|
|
987
|
+
"1/6": "",
|
|
988
|
+
"2/6": "",
|
|
989
|
+
"3/6": "",
|
|
990
|
+
"4/6": "",
|
|
991
|
+
"5/6": "",
|
|
992
|
+
"1/12": "",
|
|
993
|
+
"2/12": "",
|
|
994
|
+
"3/12": "",
|
|
995
|
+
"4/12": "",
|
|
996
|
+
"5/12": "",
|
|
997
|
+
"6/12": "",
|
|
998
|
+
"7/12": "",
|
|
999
|
+
"8/12": "",
|
|
1000
|
+
"9/12": "",
|
|
1001
|
+
"10/12": "",
|
|
1002
|
+
"11/12": "",
|
|
1003
|
+
full: "",
|
|
1004
|
+
screen: "",
|
|
1005
|
+
min: "",
|
|
1006
|
+
max: "",
|
|
1007
|
+
fit: ""
|
|
1008
|
+
},
|
|
1009
|
+
zIndex: {
|
|
1010
|
+
auto: "",
|
|
1011
|
+
modal: "",
|
|
1012
|
+
0: "",
|
|
1013
|
+
1: "",
|
|
1014
|
+
4: "",
|
|
1015
|
+
10: "",
|
|
1016
|
+
20: "",
|
|
1017
|
+
30: "",
|
|
1018
|
+
40: "",
|
|
1019
|
+
50: ""
|
|
1020
|
+
}
|
|
1021
|
+
}, (e, t) => e != null && e !== "" ? e : `kronex-${t.join("-").replace(/[./%, ]/g, "-")}`);
|
|
1022
|
+
//#endregion
|
|
1023
|
+
export { t as colors, n as spacing, r as vars };
|
|
1024
|
+
|
|
1025
|
+
//# sourceMappingURL=themeContract.js.map
|