@plumile/ui 0.1.53
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/LICENSE +21 -0
- package/README.md +3 -0
- package/lib/atomic/atoms/badge/Badge.d.ts +11 -0
- package/lib/atomic/atoms/badge/Badge.d.ts.map +1 -0
- package/lib/atomic/atoms/badge/Badge.js +12 -0
- package/lib/atomic/atoms/badge/badge.css.d.ts +17 -0
- package/lib/atomic/atoms/badge/badge.css.d.ts.map +1 -0
- package/lib/atomic/atoms/badge/badge.css.js +85 -0
- package/lib/atomic/atoms/button/Button.d.ts +18 -0
- package/lib/atomic/atoms/button/Button.d.ts.map +1 -0
- package/lib/atomic/atoms/button/Button.js +26 -0
- package/lib/atomic/atoms/button/LinkButton.d.ts +19 -0
- package/lib/atomic/atoms/button/LinkButton.d.ts.map +1 -0
- package/lib/atomic/atoms/button/LinkButton.js +36 -0
- package/lib/atomic/atoms/button/button.css.d.ts +54 -0
- package/lib/atomic/atoms/button/button.css.d.ts.map +1 -0
- package/lib/atomic/atoms/button/button.css.js +350 -0
- package/lib/atomic/atoms/checkbox/Checkbox.d.ts +9 -0
- package/lib/atomic/atoms/checkbox/Checkbox.d.ts.map +1 -0
- package/lib/atomic/atoms/checkbox/Checkbox.js +13 -0
- package/lib/atomic/atoms/checkbox/checkbox.css.d.ts +16 -0
- package/lib/atomic/atoms/checkbox/checkbox.css.d.ts.map +1 -0
- package/lib/atomic/atoms/checkbox/checkbox.css.js +98 -0
- package/lib/atomic/atoms/input/Input.d.ts +14 -0
- package/lib/atomic/atoms/input/Input.d.ts.map +1 -0
- package/lib/atomic/atoms/input/Input.js +45 -0
- package/lib/atomic/atoms/input/input.css.d.ts +24 -0
- package/lib/atomic/atoms/input/input.css.d.ts.map +1 -0
- package/lib/atomic/atoms/input/input.css.js +114 -0
- package/lib/atomic/atoms/label/Label.d.ts +10 -0
- package/lib/atomic/atoms/label/Label.d.ts.map +1 -0
- package/lib/atomic/atoms/label/Label.js +22 -0
- package/lib/atomic/atoms/label/label.css.d.ts +15 -0
- package/lib/atomic/atoms/label/label.css.d.ts.map +1 -0
- package/lib/atomic/atoms/label/label.css.js +29 -0
- package/lib/atomic/atoms/textarea/Textarea.d.ts +14 -0
- package/lib/atomic/atoms/textarea/Textarea.d.ts.map +1 -0
- package/lib/atomic/atoms/textarea/Textarea.js +19 -0
- package/lib/atomic/atoms/textarea/textarea.css.d.ts +18 -0
- package/lib/atomic/atoms/textarea/textarea.css.d.ts.map +1 -0
- package/lib/atomic/atoms/textarea/textarea.css.js +101 -0
- package/lib/atomic/molecules/card/Card.css.d.ts +5 -0
- package/lib/atomic/molecules/card/Card.css.d.ts.map +1 -0
- package/lib/atomic/molecules/card/Card.css.js +21 -0
- package/lib/atomic/molecules/card/Card.d.ts +11 -0
- package/lib/atomic/molecules/card/Card.d.ts.map +1 -0
- package/lib/atomic/molecules/card/Card.js +17 -0
- package/lib/atomic/molecules/tabs/Tabs.d.ts +20 -0
- package/lib/atomic/molecules/tabs/Tabs.d.ts.map +1 -0
- package/lib/atomic/molecules/tabs/Tabs.js +32 -0
- package/lib/atomic/molecules/tabs/tabs.css.d.ts +11 -0
- package/lib/atomic/molecules/tabs/tabs.css.d.ts.map +1 -0
- package/lib/atomic/molecules/tabs/tabs.css.js +73 -0
- package/lib/components/charts/BillingUsageLineChart.d.ts +19 -0
- package/lib/components/charts/BillingUsageLineChart.d.ts.map +1 -0
- package/lib/components/charts/BillingUsageLineChart.js +170 -0
- package/lib/components/charts/billingUsageLineChart.css.d.ts +7 -0
- package/lib/components/charts/billingUsageLineChart.css.d.ts.map +1 -0
- package/lib/components/charts/billingUsageLineChart.css.js +62 -0
- package/lib/components/layout/ContentLayout.css.d.ts +13 -0
- package/lib/components/layout/ContentLayout.css.d.ts.map +1 -0
- package/lib/components/layout/ContentLayout.css.js +71 -0
- package/lib/components/layout/ContentLayout.d.ts +22 -0
- package/lib/components/layout/ContentLayout.d.ts.map +1 -0
- package/lib/components/layout/ContentLayout.js +64 -0
- package/lib/components/layout/TabsContentLayout.css.d.ts +6 -0
- package/lib/components/layout/TabsContentLayout.css.d.ts.map +1 -0
- package/lib/components/layout/TabsContentLayout.css.js +24 -0
- package/lib/components/layout/TabsContentLayout.d.ts +9 -0
- package/lib/components/layout/TabsContentLayout.d.ts.map +1 -0
- package/lib/components/layout/TabsContentLayout.js +8 -0
- package/lib/components/tile/InfoTile.css.d.ts +13 -0
- package/lib/components/tile/InfoTile.css.d.ts.map +1 -0
- package/lib/components/tile/InfoTile.css.js +103 -0
- package/lib/components/tile/InfoTile.d.ts +23 -0
- package/lib/components/tile/InfoTile.d.ts.map +1 -0
- package/lib/components/tile/InfoTile.js +48 -0
- package/lib/esm/atomic/atoms/badge/Badge.d.ts +11 -0
- package/lib/esm/atomic/atoms/badge/Badge.d.ts.map +1 -0
- package/lib/esm/atomic/atoms/badge/Badge.js +12 -0
- package/lib/esm/atomic/atoms/badge/badge.css.d.ts +17 -0
- package/lib/esm/atomic/atoms/badge/badge.css.d.ts.map +1 -0
- package/lib/esm/atomic/atoms/badge/badge.css.js +85 -0
- package/lib/esm/atomic/atoms/button/Button.d.ts +18 -0
- package/lib/esm/atomic/atoms/button/Button.d.ts.map +1 -0
- package/lib/esm/atomic/atoms/button/Button.js +26 -0
- package/lib/esm/atomic/atoms/button/LinkButton.d.ts +19 -0
- package/lib/esm/atomic/atoms/button/LinkButton.d.ts.map +1 -0
- package/lib/esm/atomic/atoms/button/LinkButton.js +36 -0
- package/lib/esm/atomic/atoms/button/button.css.d.ts +54 -0
- package/lib/esm/atomic/atoms/button/button.css.d.ts.map +1 -0
- package/lib/esm/atomic/atoms/button/button.css.js +350 -0
- package/lib/esm/atomic/atoms/checkbox/Checkbox.d.ts +9 -0
- package/lib/esm/atomic/atoms/checkbox/Checkbox.d.ts.map +1 -0
- package/lib/esm/atomic/atoms/checkbox/Checkbox.js +13 -0
- package/lib/esm/atomic/atoms/checkbox/checkbox.css.d.ts +16 -0
- package/lib/esm/atomic/atoms/checkbox/checkbox.css.d.ts.map +1 -0
- package/lib/esm/atomic/atoms/checkbox/checkbox.css.js +98 -0
- package/lib/esm/atomic/atoms/input/Input.d.ts +14 -0
- package/lib/esm/atomic/atoms/input/Input.d.ts.map +1 -0
- package/lib/esm/atomic/atoms/input/Input.js +45 -0
- package/lib/esm/atomic/atoms/input/input.css.d.ts +24 -0
- package/lib/esm/atomic/atoms/input/input.css.d.ts.map +1 -0
- package/lib/esm/atomic/atoms/input/input.css.js +114 -0
- package/lib/esm/atomic/atoms/label/Label.d.ts +10 -0
- package/lib/esm/atomic/atoms/label/Label.d.ts.map +1 -0
- package/lib/esm/atomic/atoms/label/Label.js +22 -0
- package/lib/esm/atomic/atoms/label/label.css.d.ts +15 -0
- package/lib/esm/atomic/atoms/label/label.css.d.ts.map +1 -0
- package/lib/esm/atomic/atoms/label/label.css.js +29 -0
- package/lib/esm/atomic/atoms/textarea/Textarea.d.ts +14 -0
- package/lib/esm/atomic/atoms/textarea/Textarea.d.ts.map +1 -0
- package/lib/esm/atomic/atoms/textarea/Textarea.js +19 -0
- package/lib/esm/atomic/atoms/textarea/textarea.css.d.ts +18 -0
- package/lib/esm/atomic/atoms/textarea/textarea.css.d.ts.map +1 -0
- package/lib/esm/atomic/atoms/textarea/textarea.css.js +101 -0
- package/lib/esm/atomic/molecules/card/Card.css.d.ts +5 -0
- package/lib/esm/atomic/molecules/card/Card.css.d.ts.map +1 -0
- package/lib/esm/atomic/molecules/card/Card.css.js +21 -0
- package/lib/esm/atomic/molecules/card/Card.d.ts +11 -0
- package/lib/esm/atomic/molecules/card/Card.d.ts.map +1 -0
- package/lib/esm/atomic/molecules/card/Card.js +17 -0
- package/lib/esm/atomic/molecules/tabs/Tabs.d.ts +20 -0
- package/lib/esm/atomic/molecules/tabs/Tabs.d.ts.map +1 -0
- package/lib/esm/atomic/molecules/tabs/Tabs.js +32 -0
- package/lib/esm/atomic/molecules/tabs/tabs.css.d.ts +11 -0
- package/lib/esm/atomic/molecules/tabs/tabs.css.d.ts.map +1 -0
- package/lib/esm/atomic/molecules/tabs/tabs.css.js +73 -0
- package/lib/esm/components/charts/BillingUsageLineChart.d.ts +19 -0
- package/lib/esm/components/charts/BillingUsageLineChart.d.ts.map +1 -0
- package/lib/esm/components/charts/BillingUsageLineChart.js +170 -0
- package/lib/esm/components/charts/billingUsageLineChart.css.d.ts +7 -0
- package/lib/esm/components/charts/billingUsageLineChart.css.d.ts.map +1 -0
- package/lib/esm/components/charts/billingUsageLineChart.css.js +62 -0
- package/lib/esm/components/layout/ContentLayout.css.d.ts +13 -0
- package/lib/esm/components/layout/ContentLayout.css.d.ts.map +1 -0
- package/lib/esm/components/layout/ContentLayout.css.js +71 -0
- package/lib/esm/components/layout/ContentLayout.d.ts +22 -0
- package/lib/esm/components/layout/ContentLayout.d.ts.map +1 -0
- package/lib/esm/components/layout/ContentLayout.js +64 -0
- package/lib/esm/components/layout/TabsContentLayout.css.d.ts +6 -0
- package/lib/esm/components/layout/TabsContentLayout.css.d.ts.map +1 -0
- package/lib/esm/components/layout/TabsContentLayout.css.js +24 -0
- package/lib/esm/components/layout/TabsContentLayout.d.ts +9 -0
- package/lib/esm/components/layout/TabsContentLayout.d.ts.map +1 -0
- package/lib/esm/components/layout/TabsContentLayout.js +8 -0
- package/lib/esm/components/tile/InfoTile.css.d.ts +13 -0
- package/lib/esm/components/tile/InfoTile.css.d.ts.map +1 -0
- package/lib/esm/components/tile/InfoTile.css.js +103 -0
- package/lib/esm/components/tile/InfoTile.d.ts +23 -0
- package/lib/esm/components/tile/InfoTile.d.ts.map +1 -0
- package/lib/esm/components/tile/InfoTile.js +48 -0
- package/lib/esm/icons/BanSvg.d.ts +5 -0
- package/lib/esm/icons/BanSvg.d.ts.map +1 -0
- package/lib/esm/icons/BanSvg.js +5 -0
- package/lib/esm/icons/ButtonLoadingSpinnerSvg.d.ts +5 -0
- package/lib/esm/icons/ButtonLoadingSpinnerSvg.d.ts.map +1 -0
- package/lib/esm/icons/ButtonLoadingSpinnerSvg.js +5 -0
- package/lib/esm/icons/ChatCheckSvg.d.ts +5 -0
- package/lib/esm/icons/ChatCheckSvg.d.ts.map +1 -0
- package/lib/esm/icons/ChatCheckSvg.js +5 -0
- package/lib/esm/icons/ChatSizeLargeSvg.d.ts +5 -0
- package/lib/esm/icons/ChatSizeLargeSvg.d.ts.map +1 -0
- package/lib/esm/icons/ChatSizeLargeSvg.js +5 -0
- package/lib/esm/icons/ChatSizeMediumSvg.d.ts +5 -0
- package/lib/esm/icons/ChatSizeMediumSvg.d.ts.map +1 -0
- package/lib/esm/icons/ChatSizeMediumSvg.js +5 -0
- package/lib/esm/icons/ChatSizeSmallSvg.d.ts +5 -0
- package/lib/esm/icons/ChatSizeSmallSvg.d.ts.map +1 -0
- package/lib/esm/icons/ChatSizeSmallSvg.js +5 -0
- package/lib/esm/icons/ChatXSvg.d.ts +5 -0
- package/lib/esm/icons/ChatXSvg.d.ts.map +1 -0
- package/lib/esm/icons/ChatXSvg.js +5 -0
- package/lib/esm/icons/CheckSvg.d.ts +5 -0
- package/lib/esm/icons/CheckSvg.d.ts.map +1 -0
- package/lib/esm/icons/CheckSvg.js +5 -0
- package/lib/esm/icons/ChevronDownSvg.d.ts +5 -0
- package/lib/esm/icons/ChevronDownSvg.d.ts.map +1 -0
- package/lib/esm/icons/ChevronDownSvg.js +5 -0
- package/lib/esm/icons/ChevronLeftSvg.d.ts +5 -0
- package/lib/esm/icons/ChevronLeftSvg.d.ts.map +1 -0
- package/lib/esm/icons/ChevronLeftSvg.js +5 -0
- package/lib/esm/icons/ChevronRightSvg.d.ts +5 -0
- package/lib/esm/icons/ChevronRightSvg.d.ts.map +1 -0
- package/lib/esm/icons/ChevronRightSvg.js +5 -0
- package/lib/esm/icons/ClockSvg.d.ts +5 -0
- package/lib/esm/icons/ClockSvg.d.ts.map +1 -0
- package/lib/esm/icons/ClockSvg.js +5 -0
- package/lib/esm/icons/CoinOffSvg.d.ts +5 -0
- package/lib/esm/icons/CoinOffSvg.d.ts.map +1 -0
- package/lib/esm/icons/CoinOffSvg.js +5 -0
- package/lib/esm/icons/CoinSvg.d.ts +5 -0
- package/lib/esm/icons/CoinSvg.d.ts.map +1 -0
- package/lib/esm/icons/CoinSvg.js +5 -0
- package/lib/esm/icons/DatabaseCheckSvg.d.ts +5 -0
- package/lib/esm/icons/DatabaseCheckSvg.d.ts.map +1 -0
- package/lib/esm/icons/DatabaseCheckSvg.js +5 -0
- package/lib/esm/icons/DatabaseXSvg.d.ts +5 -0
- package/lib/esm/icons/DatabaseXSvg.d.ts.map +1 -0
- package/lib/esm/icons/DatabaseXSvg.js +5 -0
- package/lib/esm/icons/DevModeSvg.d.ts +5 -0
- package/lib/esm/icons/DevModeSvg.d.ts.map +1 -0
- package/lib/esm/icons/DevModeSvg.js +5 -0
- package/lib/esm/icons/EyeSvg.d.ts +5 -0
- package/lib/esm/icons/EyeSvg.d.ts.map +1 -0
- package/lib/esm/icons/EyeSvg.js +5 -0
- package/lib/esm/icons/FormErrorAlertSvg.d.ts +5 -0
- package/lib/esm/icons/FormErrorAlertSvg.d.ts.map +1 -0
- package/lib/esm/icons/FormErrorAlertSvg.js +5 -0
- package/lib/esm/icons/GlobeSvg.d.ts +5 -0
- package/lib/esm/icons/GlobeSvg.d.ts.map +1 -0
- package/lib/esm/icons/GlobeSvg.js +5 -0
- package/lib/esm/icons/GripDotsSvg.d.ts +5 -0
- package/lib/esm/icons/GripDotsSvg.d.ts.map +1 -0
- package/lib/esm/icons/GripDotsSvg.js +6 -0
- package/lib/esm/icons/HomeActivityAssignUserSvg.d.ts +5 -0
- package/lib/esm/icons/HomeActivityAssignUserSvg.d.ts.map +1 -0
- package/lib/esm/icons/HomeActivityAssignUserSvg.js +5 -0
- package/lib/esm/icons/HomeStatsCheckBadgeSvg.d.ts +5 -0
- package/lib/esm/icons/HomeStatsCheckBadgeSvg.d.ts.map +1 -0
- package/lib/esm/icons/HomeStatsCheckBadgeSvg.js +5 -0
- package/lib/esm/icons/HomeStatsClipboardSvg.d.ts +5 -0
- package/lib/esm/icons/HomeStatsClipboardSvg.d.ts.map +1 -0
- package/lib/esm/icons/HomeStatsClipboardSvg.js +5 -0
- package/lib/esm/icons/HomeStatsClockSvg.d.ts +5 -0
- package/lib/esm/icons/HomeStatsClockSvg.d.ts.map +1 -0
- package/lib/esm/icons/HomeStatsClockSvg.js +5 -0
- package/lib/esm/icons/KeyOffSvg.d.ts +5 -0
- package/lib/esm/icons/KeyOffSvg.d.ts.map +1 -0
- package/lib/esm/icons/KeyOffSvg.js +5 -0
- package/lib/esm/icons/KeySvg.d.ts +5 -0
- package/lib/esm/icons/KeySvg.d.ts.map +1 -0
- package/lib/esm/icons/KeySvg.js +5 -0
- package/lib/esm/icons/KronexSvg.d.ts +5 -0
- package/lib/esm/icons/KronexSvg.d.ts.map +1 -0
- package/lib/esm/icons/KronexSvg.js +5 -0
- package/lib/esm/icons/LinkCheckSvg.d.ts +5 -0
- package/lib/esm/icons/LinkCheckSvg.d.ts.map +1 -0
- package/lib/esm/icons/LinkCheckSvg.js +5 -0
- package/lib/esm/icons/LinkSvg.d.ts +5 -0
- package/lib/esm/icons/LinkSvg.d.ts.map +1 -0
- package/lib/esm/icons/LinkSvg.js +5 -0
- package/lib/esm/icons/LinkXSvg.d.ts +5 -0
- package/lib/esm/icons/LinkXSvg.d.ts.map +1 -0
- package/lib/esm/icons/LinkXSvg.js +5 -0
- package/lib/esm/icons/LockOpenSvg.d.ts +5 -0
- package/lib/esm/icons/LockOpenSvg.d.ts.map +1 -0
- package/lib/esm/icons/LockOpenSvg.js +5 -0
- package/lib/esm/icons/LockSvg.d.ts +5 -0
- package/lib/esm/icons/LockSvg.d.ts.map +1 -0
- package/lib/esm/icons/LockSvg.js +5 -0
- package/lib/esm/icons/MailCheckSvg.d.ts +5 -0
- package/lib/esm/icons/MailCheckSvg.d.ts.map +1 -0
- package/lib/esm/icons/MailCheckSvg.js +5 -0
- package/lib/esm/icons/MailSvg.d.ts +5 -0
- package/lib/esm/icons/MailSvg.d.ts.map +1 -0
- package/lib/esm/icons/MailSvg.js +5 -0
- package/lib/esm/icons/MailXSvg.d.ts +5 -0
- package/lib/esm/icons/MailXSvg.d.ts.map +1 -0
- package/lib/esm/icons/MailXSvg.js +5 -0
- package/lib/esm/icons/ModalCloseSvg.d.ts +5 -0
- package/lib/esm/icons/ModalCloseSvg.d.ts.map +1 -0
- package/lib/esm/icons/ModalCloseSvg.js +5 -0
- package/lib/esm/icons/PencilSvg.d.ts +5 -0
- package/lib/esm/icons/PencilSvg.d.ts.map +1 -0
- package/lib/esm/icons/PencilSvg.js +5 -0
- package/lib/esm/icons/PinFilledSvg.d.ts +5 -0
- package/lib/esm/icons/PinFilledSvg.d.ts.map +1 -0
- package/lib/esm/icons/PinFilledSvg.js +6 -0
- package/lib/esm/icons/PinSvg.d.ts +5 -0
- package/lib/esm/icons/PinSvg.d.ts.map +1 -0
- package/lib/esm/icons/PinSvg.js +6 -0
- package/lib/esm/icons/ProfileDropdownLogoutSvg.d.ts +5 -0
- package/lib/esm/icons/ProfileDropdownLogoutSvg.d.ts.map +1 -0
- package/lib/esm/icons/ProfileDropdownLogoutSvg.js +5 -0
- package/lib/esm/icons/ProfileDropdownOrganizationSvg.d.ts +5 -0
- package/lib/esm/icons/ProfileDropdownOrganizationSvg.d.ts.map +1 -0
- package/lib/esm/icons/ProfileDropdownOrganizationSvg.js +5 -0
- package/lib/esm/icons/ProjectsFolderSvg.d.ts +5 -0
- package/lib/esm/icons/ProjectsFolderSvg.d.ts.map +1 -0
- package/lib/esm/icons/ProjectsFolderSvg.js +5 -0
- package/lib/esm/icons/RobotCheckSvg.d.ts +5 -0
- package/lib/esm/icons/RobotCheckSvg.d.ts.map +1 -0
- package/lib/esm/icons/RobotCheckSvg.js +5 -0
- package/lib/esm/icons/RobotSvg.d.ts +5 -0
- package/lib/esm/icons/RobotSvg.d.ts.map +1 -0
- package/lib/esm/icons/RobotSvg.js +5 -0
- package/lib/esm/icons/RobotXSvg.d.ts +5 -0
- package/lib/esm/icons/RobotXSvg.d.ts.map +1 -0
- package/lib/esm/icons/RobotXSvg.js +5 -0
- package/lib/esm/icons/RocketOffSvg.d.ts +5 -0
- package/lib/esm/icons/RocketOffSvg.d.ts.map +1 -0
- package/lib/esm/icons/RocketOffSvg.js +6 -0
- package/lib/esm/icons/RocketSvg.d.ts +5 -0
- package/lib/esm/icons/RocketSvg.d.ts.map +1 -0
- package/lib/esm/icons/RocketSvg.js +6 -0
- package/lib/esm/icons/SendCheckSvg.d.ts +5 -0
- package/lib/esm/icons/SendCheckSvg.d.ts.map +1 -0
- package/lib/esm/icons/SendCheckSvg.js +5 -0
- package/lib/esm/icons/SendMessageSvg.d.ts +5 -0
- package/lib/esm/icons/SendMessageSvg.d.ts.map +1 -0
- package/lib/esm/icons/SendMessageSvg.js +5 -0
- package/lib/esm/icons/SendXSvg.d.ts +5 -0
- package/lib/esm/icons/SendXSvg.d.ts.map +1 -0
- package/lib/esm/icons/SendXSvg.js +5 -0
- package/lib/esm/icons/SettingsCheckSvg.d.ts +5 -0
- package/lib/esm/icons/SettingsCheckSvg.d.ts.map +1 -0
- package/lib/esm/icons/SettingsCheckSvg.js +5 -0
- package/lib/esm/icons/SettingsXSvg.d.ts +5 -0
- package/lib/esm/icons/SettingsXSvg.d.ts.map +1 -0
- package/lib/esm/icons/SettingsXSvg.js +5 -0
- package/lib/esm/icons/ShieldLockSvg.d.ts +5 -0
- package/lib/esm/icons/ShieldLockSvg.d.ts.map +1 -0
- package/lib/esm/icons/ShieldLockSvg.js +5 -0
- package/lib/esm/icons/ShieldOffSvg.d.ts +5 -0
- package/lib/esm/icons/ShieldOffSvg.d.ts.map +1 -0
- package/lib/esm/icons/ShieldOffSvg.js +5 -0
- package/lib/esm/icons/SidebarHomeSvg.d.ts +5 -0
- package/lib/esm/icons/SidebarHomeSvg.d.ts.map +1 -0
- package/lib/esm/icons/SidebarHomeSvg.js +5 -0
- package/lib/esm/icons/SidebarInitiativesSvg.d.ts +5 -0
- package/lib/esm/icons/SidebarInitiativesSvg.d.ts.map +1 -0
- package/lib/esm/icons/SidebarInitiativesSvg.js +5 -0
- package/lib/esm/icons/SidebarPlusSvg.d.ts +5 -0
- package/lib/esm/icons/SidebarPlusSvg.d.ts.map +1 -0
- package/lib/esm/icons/SidebarPlusSvg.js +5 -0
- package/lib/esm/icons/SidebarSearchSvg.d.ts +5 -0
- package/lib/esm/icons/SidebarSearchSvg.d.ts.map +1 -0
- package/lib/esm/icons/SidebarSearchSvg.js +5 -0
- package/lib/esm/icons/SidebarSettingsSvg.d.ts +5 -0
- package/lib/esm/icons/SidebarSettingsSvg.d.ts.map +1 -0
- package/lib/esm/icons/SidebarSettingsSvg.js +5 -0
- package/lib/esm/icons/SidebarTasksSvg.d.ts +5 -0
- package/lib/esm/icons/SidebarTasksSvg.d.ts.map +1 -0
- package/lib/esm/icons/SidebarTasksSvg.js +5 -0
- package/lib/esm/icons/SidebarTeamSvg.d.ts +5 -0
- package/lib/esm/icons/SidebarTeamSvg.d.ts.map +1 -0
- package/lib/esm/icons/SidebarTeamSvg.js +5 -0
- package/lib/esm/icons/TaskAttachmentSvg.d.ts +5 -0
- package/lib/esm/icons/TaskAttachmentSvg.d.ts.map +1 -0
- package/lib/esm/icons/TaskAttachmentSvg.js +5 -0
- package/lib/esm/icons/TaskCalendarSvg.d.ts +5 -0
- package/lib/esm/icons/TaskCalendarSvg.d.ts.map +1 -0
- package/lib/esm/icons/TaskCalendarSvg.js +5 -0
- package/lib/esm/icons/TaskCommentBubbleSvg.d.ts +5 -0
- package/lib/esm/icons/TaskCommentBubbleSvg.d.ts.map +1 -0
- package/lib/esm/icons/TaskCommentBubbleSvg.js +5 -0
- package/lib/esm/icons/TaskDeleteSvg.d.ts +5 -0
- package/lib/esm/icons/TaskDeleteSvg.d.ts.map +1 -0
- package/lib/esm/icons/TaskDeleteSvg.js +5 -0
- package/lib/esm/icons/TaskDependencyBlockedSvg.d.ts +5 -0
- package/lib/esm/icons/TaskDependencyBlockedSvg.d.ts.map +1 -0
- package/lib/esm/icons/TaskDependencyBlockedSvg.js +6 -0
- package/lib/esm/icons/TaskDependencyReadySvg.d.ts +5 -0
- package/lib/esm/icons/TaskDependencyReadySvg.d.ts.map +1 -0
- package/lib/esm/icons/TaskDependencyReadySvg.js +6 -0
- package/lib/esm/icons/TaskMenuDotsSvg.d.ts +5 -0
- package/lib/esm/icons/TaskMenuDotsSvg.d.ts.map +1 -0
- package/lib/esm/icons/TaskMenuDotsSvg.js +5 -0
- package/lib/esm/icons/TaskTagSvg.d.ts +5 -0
- package/lib/esm/icons/TaskTagSvg.d.ts.map +1 -0
- package/lib/esm/icons/TaskTagSvg.js +5 -0
- package/lib/esm/icons/TeamMemberEmailSvg.d.ts +5 -0
- package/lib/esm/icons/TeamMemberEmailSvg.d.ts.map +1 -0
- package/lib/esm/icons/TeamMemberEmailSvg.js +5 -0
- package/lib/esm/icons/TeamMemberLocationSvg.d.ts +5 -0
- package/lib/esm/icons/TeamMemberLocationSvg.d.ts.map +1 -0
- package/lib/esm/icons/TeamMemberLocationSvg.js +5 -0
- package/lib/esm/icons/WrenchSvg.d.ts +5 -0
- package/lib/esm/icons/WrenchSvg.d.ts.map +1 -0
- package/lib/esm/icons/WrenchSvg.js +5 -0
- package/lib/esm/icons/XBadgeSvg.d.ts +5 -0
- package/lib/esm/icons/XBadgeSvg.d.ts.map +1 -0
- package/lib/esm/icons/XBadgeSvg.js +5 -0
- package/lib/esm/icons/markdown/MarkdownCheckboxCheckedSvg.d.ts +4 -0
- package/lib/esm/icons/markdown/MarkdownCheckboxCheckedSvg.d.ts.map +1 -0
- package/lib/esm/icons/markdown/MarkdownCheckboxCheckedSvg.js +6 -0
- package/lib/esm/icons/markdown/MarkdownCheckboxUncheckedSvg.d.ts +4 -0
- package/lib/esm/icons/markdown/MarkdownCheckboxUncheckedSvg.d.ts.map +1 -0
- package/lib/esm/icons/markdown/MarkdownCheckboxUncheckedSvg.js +6 -0
- package/lib/esm/icons/markdown/MarkdownCopySuccessSvg.d.ts +4 -0
- package/lib/esm/icons/markdown/MarkdownCopySuccessSvg.d.ts.map +1 -0
- package/lib/esm/icons/markdown/MarkdownCopySuccessSvg.js +6 -0
- package/lib/esm/icons/markdown/MarkdownCopySvg.d.ts +4 -0
- package/lib/esm/icons/markdown/MarkdownCopySvg.d.ts.map +1 -0
- package/lib/esm/icons/markdown/MarkdownCopySvg.js +6 -0
- package/lib/esm/icons/markdown/MarkdownExternalLinkSvg.d.ts +4 -0
- package/lib/esm/icons/markdown/MarkdownExternalLinkSvg.d.ts.map +1 -0
- package/lib/esm/icons/markdown/MarkdownExternalLinkSvg.js +6 -0
- package/lib/esm/index.d.ts +16 -0
- package/lib/esm/index.d.ts.map +1 -0
- package/lib/esm/index.js +16 -0
- package/lib/esm/svg/ChevronDownIcon.d.ts +8 -0
- package/lib/esm/svg/ChevronDownIcon.d.ts.map +1 -0
- package/lib/esm/svg/ChevronDownIcon.js +7 -0
- package/lib/esm/svg/ChevronRightIcon.d.ts +8 -0
- package/lib/esm/svg/ChevronRightIcon.d.ts.map +1 -0
- package/lib/esm/svg/ChevronRightIcon.js +6 -0
- package/lib/esm/svg/GlobeIcon.d.ts +8 -0
- package/lib/esm/svg/GlobeIcon.d.ts.map +1 -0
- package/lib/esm/svg/GlobeIcon.js +6 -0
- package/lib/esm/theme/ThemeProvider.d.ts +15 -0
- package/lib/esm/theme/ThemeProvider.d.ts.map +1 -0
- package/lib/esm/theme/ThemeProvider.js +47 -0
- package/lib/esm/theme/VisuallyHidden.d.ts +5 -0
- package/lib/esm/theme/VisuallyHidden.d.ts.map +1 -0
- package/lib/esm/theme/VisuallyHidden.js +7 -0
- package/lib/esm/theme/accessibility.css.d.ts +4 -0
- package/lib/esm/theme/accessibility.css.d.ts.map +1 -0
- package/lib/esm/theme/accessibility.css.js +21 -0
- package/lib/esm/theme/colors.d.ts +98 -0
- package/lib/esm/theme/colors.d.ts.map +1 -0
- package/lib/esm/theme/colors.js +98 -0
- package/lib/esm/theme/common.d.ts +121 -0
- package/lib/esm/theme/common.d.ts.map +1 -0
- package/lib/esm/theme/common.js +121 -0
- package/lib/esm/theme/containerQueries.d.ts +12 -0
- package/lib/esm/theme/containerQueries.d.ts.map +1 -0
- package/lib/esm/theme/containerQueries.js +11 -0
- package/lib/esm/theme/global.css.d.ts +2 -0
- package/lib/esm/theme/global.css.d.ts.map +1 -0
- package/lib/esm/theme/global.css.js +112 -0
- package/lib/esm/theme/index.d.ts +9 -0
- package/lib/esm/theme/index.d.ts.map +1 -0
- package/lib/esm/theme/index.js +9 -0
- package/lib/esm/theme/sprinkles.css.d.ts +1300 -0
- package/lib/esm/theme/sprinkles.css.d.ts.map +1 -0
- package/lib/esm/theme/sprinkles.css.js +413 -0
- package/lib/esm/theme/theme.css.d.ts +2 -0
- package/lib/esm/theme/theme.css.d.ts.map +1 -0
- package/lib/esm/theme/theme.css.js +757 -0
- package/lib/esm/theme/themeContract.d.ts +2311 -0
- package/lib/esm/theme/themeContract.d.ts.map +1 -0
- package/lib/esm/theme/themeContract.js +1035 -0
- package/lib/esm/theme/tools.d.ts +3 -0
- package/lib/esm/theme/tools.d.ts.map +1 -0
- package/lib/esm/theme/tools.js +32 -0
- package/lib/icons/BanSvg.d.ts +5 -0
- package/lib/icons/BanSvg.d.ts.map +1 -0
- package/lib/icons/BanSvg.js +5 -0
- package/lib/icons/ButtonLoadingSpinnerSvg.d.ts +5 -0
- package/lib/icons/ButtonLoadingSpinnerSvg.d.ts.map +1 -0
- package/lib/icons/ButtonLoadingSpinnerSvg.js +5 -0
- package/lib/icons/ChatCheckSvg.d.ts +5 -0
- package/lib/icons/ChatCheckSvg.d.ts.map +1 -0
- package/lib/icons/ChatCheckSvg.js +5 -0
- package/lib/icons/ChatSizeLargeSvg.d.ts +5 -0
- package/lib/icons/ChatSizeLargeSvg.d.ts.map +1 -0
- package/lib/icons/ChatSizeLargeSvg.js +5 -0
- package/lib/icons/ChatSizeMediumSvg.d.ts +5 -0
- package/lib/icons/ChatSizeMediumSvg.d.ts.map +1 -0
- package/lib/icons/ChatSizeMediumSvg.js +5 -0
- package/lib/icons/ChatSizeSmallSvg.d.ts +5 -0
- package/lib/icons/ChatSizeSmallSvg.d.ts.map +1 -0
- package/lib/icons/ChatSizeSmallSvg.js +5 -0
- package/lib/icons/ChatXSvg.d.ts +5 -0
- package/lib/icons/ChatXSvg.d.ts.map +1 -0
- package/lib/icons/ChatXSvg.js +5 -0
- package/lib/icons/CheckSvg.d.ts +5 -0
- package/lib/icons/CheckSvg.d.ts.map +1 -0
- package/lib/icons/CheckSvg.js +5 -0
- package/lib/icons/ChevronDownSvg.d.ts +5 -0
- package/lib/icons/ChevronDownSvg.d.ts.map +1 -0
- package/lib/icons/ChevronDownSvg.js +5 -0
- package/lib/icons/ChevronLeftSvg.d.ts +5 -0
- package/lib/icons/ChevronLeftSvg.d.ts.map +1 -0
- package/lib/icons/ChevronLeftSvg.js +5 -0
- package/lib/icons/ChevronRightSvg.d.ts +5 -0
- package/lib/icons/ChevronRightSvg.d.ts.map +1 -0
- package/lib/icons/ChevronRightSvg.js +5 -0
- package/lib/icons/ClockSvg.d.ts +5 -0
- package/lib/icons/ClockSvg.d.ts.map +1 -0
- package/lib/icons/ClockSvg.js +5 -0
- package/lib/icons/CoinOffSvg.d.ts +5 -0
- package/lib/icons/CoinOffSvg.d.ts.map +1 -0
- package/lib/icons/CoinOffSvg.js +5 -0
- package/lib/icons/CoinSvg.d.ts +5 -0
- package/lib/icons/CoinSvg.d.ts.map +1 -0
- package/lib/icons/CoinSvg.js +5 -0
- package/lib/icons/DatabaseCheckSvg.d.ts +5 -0
- package/lib/icons/DatabaseCheckSvg.d.ts.map +1 -0
- package/lib/icons/DatabaseCheckSvg.js +5 -0
- package/lib/icons/DatabaseXSvg.d.ts +5 -0
- package/lib/icons/DatabaseXSvg.d.ts.map +1 -0
- package/lib/icons/DatabaseXSvg.js +5 -0
- package/lib/icons/DevModeSvg.d.ts +5 -0
- package/lib/icons/DevModeSvg.d.ts.map +1 -0
- package/lib/icons/DevModeSvg.js +5 -0
- package/lib/icons/EyeSvg.d.ts +5 -0
- package/lib/icons/EyeSvg.d.ts.map +1 -0
- package/lib/icons/EyeSvg.js +5 -0
- package/lib/icons/FormErrorAlertSvg.d.ts +5 -0
- package/lib/icons/FormErrorAlertSvg.d.ts.map +1 -0
- package/lib/icons/FormErrorAlertSvg.js +5 -0
- package/lib/icons/GlobeSvg.d.ts +5 -0
- package/lib/icons/GlobeSvg.d.ts.map +1 -0
- package/lib/icons/GlobeSvg.js +5 -0
- package/lib/icons/GripDotsSvg.d.ts +5 -0
- package/lib/icons/GripDotsSvg.d.ts.map +1 -0
- package/lib/icons/GripDotsSvg.js +6 -0
- package/lib/icons/HomeActivityAssignUserSvg.d.ts +5 -0
- package/lib/icons/HomeActivityAssignUserSvg.d.ts.map +1 -0
- package/lib/icons/HomeActivityAssignUserSvg.js +5 -0
- package/lib/icons/HomeStatsCheckBadgeSvg.d.ts +5 -0
- package/lib/icons/HomeStatsCheckBadgeSvg.d.ts.map +1 -0
- package/lib/icons/HomeStatsCheckBadgeSvg.js +5 -0
- package/lib/icons/HomeStatsClipboardSvg.d.ts +5 -0
- package/lib/icons/HomeStatsClipboardSvg.d.ts.map +1 -0
- package/lib/icons/HomeStatsClipboardSvg.js +5 -0
- package/lib/icons/HomeStatsClockSvg.d.ts +5 -0
- package/lib/icons/HomeStatsClockSvg.d.ts.map +1 -0
- package/lib/icons/HomeStatsClockSvg.js +5 -0
- package/lib/icons/KeyOffSvg.d.ts +5 -0
- package/lib/icons/KeyOffSvg.d.ts.map +1 -0
- package/lib/icons/KeyOffSvg.js +5 -0
- package/lib/icons/KeySvg.d.ts +5 -0
- package/lib/icons/KeySvg.d.ts.map +1 -0
- package/lib/icons/KeySvg.js +5 -0
- package/lib/icons/KronexSvg.d.ts +5 -0
- package/lib/icons/KronexSvg.d.ts.map +1 -0
- package/lib/icons/KronexSvg.js +5 -0
- package/lib/icons/LinkCheckSvg.d.ts +5 -0
- package/lib/icons/LinkCheckSvg.d.ts.map +1 -0
- package/lib/icons/LinkCheckSvg.js +5 -0
- package/lib/icons/LinkSvg.d.ts +5 -0
- package/lib/icons/LinkSvg.d.ts.map +1 -0
- package/lib/icons/LinkSvg.js +5 -0
- package/lib/icons/LinkXSvg.d.ts +5 -0
- package/lib/icons/LinkXSvg.d.ts.map +1 -0
- package/lib/icons/LinkXSvg.js +5 -0
- package/lib/icons/LockOpenSvg.d.ts +5 -0
- package/lib/icons/LockOpenSvg.d.ts.map +1 -0
- package/lib/icons/LockOpenSvg.js +5 -0
- package/lib/icons/LockSvg.d.ts +5 -0
- package/lib/icons/LockSvg.d.ts.map +1 -0
- package/lib/icons/LockSvg.js +5 -0
- package/lib/icons/MailCheckSvg.d.ts +5 -0
- package/lib/icons/MailCheckSvg.d.ts.map +1 -0
- package/lib/icons/MailCheckSvg.js +5 -0
- package/lib/icons/MailSvg.d.ts +5 -0
- package/lib/icons/MailSvg.d.ts.map +1 -0
- package/lib/icons/MailSvg.js +5 -0
- package/lib/icons/MailXSvg.d.ts +5 -0
- package/lib/icons/MailXSvg.d.ts.map +1 -0
- package/lib/icons/MailXSvg.js +5 -0
- package/lib/icons/ModalCloseSvg.d.ts +5 -0
- package/lib/icons/ModalCloseSvg.d.ts.map +1 -0
- package/lib/icons/ModalCloseSvg.js +5 -0
- package/lib/icons/PencilSvg.d.ts +5 -0
- package/lib/icons/PencilSvg.d.ts.map +1 -0
- package/lib/icons/PencilSvg.js +5 -0
- package/lib/icons/PinFilledSvg.d.ts +5 -0
- package/lib/icons/PinFilledSvg.d.ts.map +1 -0
- package/lib/icons/PinFilledSvg.js +6 -0
- package/lib/icons/PinSvg.d.ts +5 -0
- package/lib/icons/PinSvg.d.ts.map +1 -0
- package/lib/icons/PinSvg.js +6 -0
- package/lib/icons/ProfileDropdownLogoutSvg.d.ts +5 -0
- package/lib/icons/ProfileDropdownLogoutSvg.d.ts.map +1 -0
- package/lib/icons/ProfileDropdownLogoutSvg.js +5 -0
- package/lib/icons/ProfileDropdownOrganizationSvg.d.ts +5 -0
- package/lib/icons/ProfileDropdownOrganizationSvg.d.ts.map +1 -0
- package/lib/icons/ProfileDropdownOrganizationSvg.js +5 -0
- package/lib/icons/ProjectsFolderSvg.d.ts +5 -0
- package/lib/icons/ProjectsFolderSvg.d.ts.map +1 -0
- package/lib/icons/ProjectsFolderSvg.js +5 -0
- package/lib/icons/RobotCheckSvg.d.ts +5 -0
- package/lib/icons/RobotCheckSvg.d.ts.map +1 -0
- package/lib/icons/RobotCheckSvg.js +5 -0
- package/lib/icons/RobotSvg.d.ts +5 -0
- package/lib/icons/RobotSvg.d.ts.map +1 -0
- package/lib/icons/RobotSvg.js +5 -0
- package/lib/icons/RobotXSvg.d.ts +5 -0
- package/lib/icons/RobotXSvg.d.ts.map +1 -0
- package/lib/icons/RobotXSvg.js +5 -0
- package/lib/icons/RocketOffSvg.d.ts +5 -0
- package/lib/icons/RocketOffSvg.d.ts.map +1 -0
- package/lib/icons/RocketOffSvg.js +6 -0
- package/lib/icons/RocketSvg.d.ts +5 -0
- package/lib/icons/RocketSvg.d.ts.map +1 -0
- package/lib/icons/RocketSvg.js +6 -0
- package/lib/icons/SendCheckSvg.d.ts +5 -0
- package/lib/icons/SendCheckSvg.d.ts.map +1 -0
- package/lib/icons/SendCheckSvg.js +5 -0
- package/lib/icons/SendMessageSvg.d.ts +5 -0
- package/lib/icons/SendMessageSvg.d.ts.map +1 -0
- package/lib/icons/SendMessageSvg.js +5 -0
- package/lib/icons/SendXSvg.d.ts +5 -0
- package/lib/icons/SendXSvg.d.ts.map +1 -0
- package/lib/icons/SendXSvg.js +5 -0
- package/lib/icons/SettingsCheckSvg.d.ts +5 -0
- package/lib/icons/SettingsCheckSvg.d.ts.map +1 -0
- package/lib/icons/SettingsCheckSvg.js +5 -0
- package/lib/icons/SettingsXSvg.d.ts +5 -0
- package/lib/icons/SettingsXSvg.d.ts.map +1 -0
- package/lib/icons/SettingsXSvg.js +5 -0
- package/lib/icons/ShieldLockSvg.d.ts +5 -0
- package/lib/icons/ShieldLockSvg.d.ts.map +1 -0
- package/lib/icons/ShieldLockSvg.js +5 -0
- package/lib/icons/ShieldOffSvg.d.ts +5 -0
- package/lib/icons/ShieldOffSvg.d.ts.map +1 -0
- package/lib/icons/ShieldOffSvg.js +5 -0
- package/lib/icons/SidebarHomeSvg.d.ts +5 -0
- package/lib/icons/SidebarHomeSvg.d.ts.map +1 -0
- package/lib/icons/SidebarHomeSvg.js +5 -0
- package/lib/icons/SidebarInitiativesSvg.d.ts +5 -0
- package/lib/icons/SidebarInitiativesSvg.d.ts.map +1 -0
- package/lib/icons/SidebarInitiativesSvg.js +5 -0
- package/lib/icons/SidebarPlusSvg.d.ts +5 -0
- package/lib/icons/SidebarPlusSvg.d.ts.map +1 -0
- package/lib/icons/SidebarPlusSvg.js +5 -0
- package/lib/icons/SidebarSearchSvg.d.ts +5 -0
- package/lib/icons/SidebarSearchSvg.d.ts.map +1 -0
- package/lib/icons/SidebarSearchSvg.js +5 -0
- package/lib/icons/SidebarSettingsSvg.d.ts +5 -0
- package/lib/icons/SidebarSettingsSvg.d.ts.map +1 -0
- package/lib/icons/SidebarSettingsSvg.js +5 -0
- package/lib/icons/SidebarTasksSvg.d.ts +5 -0
- package/lib/icons/SidebarTasksSvg.d.ts.map +1 -0
- package/lib/icons/SidebarTasksSvg.js +5 -0
- package/lib/icons/SidebarTeamSvg.d.ts +5 -0
- package/lib/icons/SidebarTeamSvg.d.ts.map +1 -0
- package/lib/icons/SidebarTeamSvg.js +5 -0
- package/lib/icons/TaskAttachmentSvg.d.ts +5 -0
- package/lib/icons/TaskAttachmentSvg.d.ts.map +1 -0
- package/lib/icons/TaskAttachmentSvg.js +5 -0
- package/lib/icons/TaskCalendarSvg.d.ts +5 -0
- package/lib/icons/TaskCalendarSvg.d.ts.map +1 -0
- package/lib/icons/TaskCalendarSvg.js +5 -0
- package/lib/icons/TaskCommentBubbleSvg.d.ts +5 -0
- package/lib/icons/TaskCommentBubbleSvg.d.ts.map +1 -0
- package/lib/icons/TaskCommentBubbleSvg.js +5 -0
- package/lib/icons/TaskDeleteSvg.d.ts +5 -0
- package/lib/icons/TaskDeleteSvg.d.ts.map +1 -0
- package/lib/icons/TaskDeleteSvg.js +5 -0
- package/lib/icons/TaskDependencyBlockedSvg.d.ts +5 -0
- package/lib/icons/TaskDependencyBlockedSvg.d.ts.map +1 -0
- package/lib/icons/TaskDependencyBlockedSvg.js +6 -0
- package/lib/icons/TaskDependencyReadySvg.d.ts +5 -0
- package/lib/icons/TaskDependencyReadySvg.d.ts.map +1 -0
- package/lib/icons/TaskDependencyReadySvg.js +6 -0
- package/lib/icons/TaskMenuDotsSvg.d.ts +5 -0
- package/lib/icons/TaskMenuDotsSvg.d.ts.map +1 -0
- package/lib/icons/TaskMenuDotsSvg.js +5 -0
- package/lib/icons/TaskTagSvg.d.ts +5 -0
- package/lib/icons/TaskTagSvg.d.ts.map +1 -0
- package/lib/icons/TaskTagSvg.js +5 -0
- package/lib/icons/TeamMemberEmailSvg.d.ts +5 -0
- package/lib/icons/TeamMemberEmailSvg.d.ts.map +1 -0
- package/lib/icons/TeamMemberEmailSvg.js +5 -0
- package/lib/icons/TeamMemberLocationSvg.d.ts +5 -0
- package/lib/icons/TeamMemberLocationSvg.d.ts.map +1 -0
- package/lib/icons/TeamMemberLocationSvg.js +5 -0
- package/lib/icons/WrenchSvg.d.ts +5 -0
- package/lib/icons/WrenchSvg.d.ts.map +1 -0
- package/lib/icons/WrenchSvg.js +5 -0
- package/lib/icons/XBadgeSvg.d.ts +5 -0
- package/lib/icons/XBadgeSvg.d.ts.map +1 -0
- package/lib/icons/XBadgeSvg.js +5 -0
- package/lib/icons/markdown/MarkdownCheckboxCheckedSvg.d.ts +4 -0
- package/lib/icons/markdown/MarkdownCheckboxCheckedSvg.d.ts.map +1 -0
- package/lib/icons/markdown/MarkdownCheckboxCheckedSvg.js +6 -0
- package/lib/icons/markdown/MarkdownCheckboxUncheckedSvg.d.ts +4 -0
- package/lib/icons/markdown/MarkdownCheckboxUncheckedSvg.d.ts.map +1 -0
- package/lib/icons/markdown/MarkdownCheckboxUncheckedSvg.js +6 -0
- package/lib/icons/markdown/MarkdownCopySuccessSvg.d.ts +4 -0
- package/lib/icons/markdown/MarkdownCopySuccessSvg.d.ts.map +1 -0
- package/lib/icons/markdown/MarkdownCopySuccessSvg.js +6 -0
- package/lib/icons/markdown/MarkdownCopySvg.d.ts +4 -0
- package/lib/icons/markdown/MarkdownCopySvg.d.ts.map +1 -0
- package/lib/icons/markdown/MarkdownCopySvg.js +6 -0
- package/lib/icons/markdown/MarkdownExternalLinkSvg.d.ts +4 -0
- package/lib/icons/markdown/MarkdownExternalLinkSvg.d.ts.map +1 -0
- package/lib/icons/markdown/MarkdownExternalLinkSvg.js +6 -0
- package/lib/index.d.ts +16 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +16 -0
- package/lib/svg/ChevronDownIcon.d.ts +8 -0
- package/lib/svg/ChevronDownIcon.d.ts.map +1 -0
- package/lib/svg/ChevronDownIcon.js +7 -0
- package/lib/svg/ChevronRightIcon.d.ts +8 -0
- package/lib/svg/ChevronRightIcon.d.ts.map +1 -0
- package/lib/svg/ChevronRightIcon.js +6 -0
- package/lib/svg/GlobeIcon.d.ts +8 -0
- package/lib/svg/GlobeIcon.d.ts.map +1 -0
- package/lib/svg/GlobeIcon.js +6 -0
- package/lib/theme/ThemeProvider.d.ts +15 -0
- package/lib/theme/ThemeProvider.d.ts.map +1 -0
- package/lib/theme/ThemeProvider.js +47 -0
- package/lib/theme/VisuallyHidden.d.ts +5 -0
- package/lib/theme/VisuallyHidden.d.ts.map +1 -0
- package/lib/theme/VisuallyHidden.js +7 -0
- package/lib/theme/accessibility.css.d.ts +4 -0
- package/lib/theme/accessibility.css.d.ts.map +1 -0
- package/lib/theme/accessibility.css.js +21 -0
- package/lib/theme/colors.d.ts +98 -0
- package/lib/theme/colors.d.ts.map +1 -0
- package/lib/theme/colors.js +98 -0
- package/lib/theme/common.d.ts +121 -0
- package/lib/theme/common.d.ts.map +1 -0
- package/lib/theme/common.js +121 -0
- package/lib/theme/containerQueries.d.ts +12 -0
- package/lib/theme/containerQueries.d.ts.map +1 -0
- package/lib/theme/containerQueries.js +11 -0
- package/lib/theme/global.css.d.ts +2 -0
- package/lib/theme/global.css.d.ts.map +1 -0
- package/lib/theme/global.css.js +112 -0
- package/lib/theme/index.d.ts +9 -0
- package/lib/theme/index.d.ts.map +1 -0
- package/lib/theme/index.js +9 -0
- package/lib/theme/sprinkles.css.d.ts +1300 -0
- package/lib/theme/sprinkles.css.d.ts.map +1 -0
- package/lib/theme/sprinkles.css.js +413 -0
- package/lib/theme/theme.css.d.ts +2 -0
- package/lib/theme/theme.css.d.ts.map +1 -0
- package/lib/theme/theme.css.js +757 -0
- package/lib/theme/themeContract.d.ts +2311 -0
- package/lib/theme/themeContract.d.ts.map +1 -0
- package/lib/theme/themeContract.js +1035 -0
- package/lib/theme/tools.d.ts +3 -0
- package/lib/theme/tools.d.ts.map +1 -0
- package/lib/theme/tools.js +32 -0
- package/lib/tsconfig.esm.tsbuildinfo +1 -0
- package/lib/types/atomic/atoms/badge/Badge.d.ts +11 -0
- package/lib/types/atomic/atoms/badge/Badge.d.ts.map +1 -0
- package/lib/types/atomic/atoms/badge/badge.css.d.ts +17 -0
- package/lib/types/atomic/atoms/badge/badge.css.d.ts.map +1 -0
- package/lib/types/atomic/atoms/button/Button.d.ts +18 -0
- package/lib/types/atomic/atoms/button/Button.d.ts.map +1 -0
- package/lib/types/atomic/atoms/button/LinkButton.d.ts +19 -0
- package/lib/types/atomic/atoms/button/LinkButton.d.ts.map +1 -0
- package/lib/types/atomic/atoms/button/button.css.d.ts +54 -0
- package/lib/types/atomic/atoms/button/button.css.d.ts.map +1 -0
- package/lib/types/atomic/atoms/checkbox/Checkbox.d.ts +9 -0
- package/lib/types/atomic/atoms/checkbox/Checkbox.d.ts.map +1 -0
- package/lib/types/atomic/atoms/checkbox/checkbox.css.d.ts +16 -0
- package/lib/types/atomic/atoms/checkbox/checkbox.css.d.ts.map +1 -0
- package/lib/types/atomic/atoms/input/Input.d.ts +14 -0
- package/lib/types/atomic/atoms/input/Input.d.ts.map +1 -0
- package/lib/types/atomic/atoms/input/input.css.d.ts +24 -0
- package/lib/types/atomic/atoms/input/input.css.d.ts.map +1 -0
- package/lib/types/atomic/atoms/label/Label.d.ts +10 -0
- package/lib/types/atomic/atoms/label/Label.d.ts.map +1 -0
- package/lib/types/atomic/atoms/label/label.css.d.ts +15 -0
- package/lib/types/atomic/atoms/label/label.css.d.ts.map +1 -0
- package/lib/types/atomic/atoms/textarea/Textarea.d.ts +14 -0
- package/lib/types/atomic/atoms/textarea/Textarea.d.ts.map +1 -0
- package/lib/types/atomic/atoms/textarea/textarea.css.d.ts +18 -0
- package/lib/types/atomic/atoms/textarea/textarea.css.d.ts.map +1 -0
- package/lib/types/atomic/molecules/card/Card.css.d.ts +5 -0
- package/lib/types/atomic/molecules/card/Card.css.d.ts.map +1 -0
- package/lib/types/atomic/molecules/card/Card.d.ts +11 -0
- package/lib/types/atomic/molecules/card/Card.d.ts.map +1 -0
- package/lib/types/atomic/molecules/tabs/Tabs.d.ts +20 -0
- package/lib/types/atomic/molecules/tabs/Tabs.d.ts.map +1 -0
- package/lib/types/atomic/molecules/tabs/tabs.css.d.ts +11 -0
- package/lib/types/atomic/molecules/tabs/tabs.css.d.ts.map +1 -0
- package/lib/types/components/charts/BillingUsageLineChart.d.ts +19 -0
- package/lib/types/components/charts/BillingUsageLineChart.d.ts.map +1 -0
- package/lib/types/components/charts/billingUsageLineChart.css.d.ts +7 -0
- package/lib/types/components/charts/billingUsageLineChart.css.d.ts.map +1 -0
- package/lib/types/components/layout/ContentLayout.css.d.ts +13 -0
- package/lib/types/components/layout/ContentLayout.css.d.ts.map +1 -0
- package/lib/types/components/layout/ContentLayout.d.ts +22 -0
- package/lib/types/components/layout/ContentLayout.d.ts.map +1 -0
- package/lib/types/components/layout/TabsContentLayout.css.d.ts +6 -0
- package/lib/types/components/layout/TabsContentLayout.css.d.ts.map +1 -0
- package/lib/types/components/layout/TabsContentLayout.d.ts +9 -0
- package/lib/types/components/layout/TabsContentLayout.d.ts.map +1 -0
- package/lib/types/components/tile/InfoTile.css.d.ts +13 -0
- package/lib/types/components/tile/InfoTile.css.d.ts.map +1 -0
- package/lib/types/components/tile/InfoTile.d.ts +23 -0
- package/lib/types/components/tile/InfoTile.d.ts.map +1 -0
- package/lib/types/icons/BanSvg.d.ts +5 -0
- package/lib/types/icons/BanSvg.d.ts.map +1 -0
- package/lib/types/icons/ButtonLoadingSpinnerSvg.d.ts +5 -0
- package/lib/types/icons/ButtonLoadingSpinnerSvg.d.ts.map +1 -0
- package/lib/types/icons/ChatCheckSvg.d.ts +5 -0
- package/lib/types/icons/ChatCheckSvg.d.ts.map +1 -0
- package/lib/types/icons/ChatSizeLargeSvg.d.ts +5 -0
- package/lib/types/icons/ChatSizeLargeSvg.d.ts.map +1 -0
- package/lib/types/icons/ChatSizeMediumSvg.d.ts +5 -0
- package/lib/types/icons/ChatSizeMediumSvg.d.ts.map +1 -0
- package/lib/types/icons/ChatSizeSmallSvg.d.ts +5 -0
- package/lib/types/icons/ChatSizeSmallSvg.d.ts.map +1 -0
- package/lib/types/icons/ChatXSvg.d.ts +5 -0
- package/lib/types/icons/ChatXSvg.d.ts.map +1 -0
- package/lib/types/icons/CheckSvg.d.ts +5 -0
- package/lib/types/icons/CheckSvg.d.ts.map +1 -0
- package/lib/types/icons/ChevronDownSvg.d.ts +5 -0
- package/lib/types/icons/ChevronDownSvg.d.ts.map +1 -0
- package/lib/types/icons/ChevronLeftSvg.d.ts +5 -0
- package/lib/types/icons/ChevronLeftSvg.d.ts.map +1 -0
- package/lib/types/icons/ChevronRightSvg.d.ts +5 -0
- package/lib/types/icons/ChevronRightSvg.d.ts.map +1 -0
- package/lib/types/icons/ClockSvg.d.ts +5 -0
- package/lib/types/icons/ClockSvg.d.ts.map +1 -0
- package/lib/types/icons/CoinOffSvg.d.ts +5 -0
- package/lib/types/icons/CoinOffSvg.d.ts.map +1 -0
- package/lib/types/icons/CoinSvg.d.ts +5 -0
- package/lib/types/icons/CoinSvg.d.ts.map +1 -0
- package/lib/types/icons/DatabaseCheckSvg.d.ts +5 -0
- package/lib/types/icons/DatabaseCheckSvg.d.ts.map +1 -0
- package/lib/types/icons/DatabaseXSvg.d.ts +5 -0
- package/lib/types/icons/DatabaseXSvg.d.ts.map +1 -0
- package/lib/types/icons/DevModeSvg.d.ts +5 -0
- package/lib/types/icons/DevModeSvg.d.ts.map +1 -0
- package/lib/types/icons/EyeSvg.d.ts +5 -0
- package/lib/types/icons/EyeSvg.d.ts.map +1 -0
- package/lib/types/icons/FormErrorAlertSvg.d.ts +5 -0
- package/lib/types/icons/FormErrorAlertSvg.d.ts.map +1 -0
- package/lib/types/icons/GlobeSvg.d.ts +5 -0
- package/lib/types/icons/GlobeSvg.d.ts.map +1 -0
- package/lib/types/icons/GripDotsSvg.d.ts +5 -0
- package/lib/types/icons/GripDotsSvg.d.ts.map +1 -0
- package/lib/types/icons/HomeActivityAssignUserSvg.d.ts +5 -0
- package/lib/types/icons/HomeActivityAssignUserSvg.d.ts.map +1 -0
- package/lib/types/icons/HomeStatsCheckBadgeSvg.d.ts +5 -0
- package/lib/types/icons/HomeStatsCheckBadgeSvg.d.ts.map +1 -0
- package/lib/types/icons/HomeStatsClipboardSvg.d.ts +5 -0
- package/lib/types/icons/HomeStatsClipboardSvg.d.ts.map +1 -0
- package/lib/types/icons/HomeStatsClockSvg.d.ts +5 -0
- package/lib/types/icons/HomeStatsClockSvg.d.ts.map +1 -0
- package/lib/types/icons/KeyOffSvg.d.ts +5 -0
- package/lib/types/icons/KeyOffSvg.d.ts.map +1 -0
- package/lib/types/icons/KeySvg.d.ts +5 -0
- package/lib/types/icons/KeySvg.d.ts.map +1 -0
- package/lib/types/icons/KronexSvg.d.ts +5 -0
- package/lib/types/icons/KronexSvg.d.ts.map +1 -0
- package/lib/types/icons/LinkCheckSvg.d.ts +5 -0
- package/lib/types/icons/LinkCheckSvg.d.ts.map +1 -0
- package/lib/types/icons/LinkSvg.d.ts +5 -0
- package/lib/types/icons/LinkSvg.d.ts.map +1 -0
- package/lib/types/icons/LinkXSvg.d.ts +5 -0
- package/lib/types/icons/LinkXSvg.d.ts.map +1 -0
- package/lib/types/icons/LockOpenSvg.d.ts +5 -0
- package/lib/types/icons/LockOpenSvg.d.ts.map +1 -0
- package/lib/types/icons/LockSvg.d.ts +5 -0
- package/lib/types/icons/LockSvg.d.ts.map +1 -0
- package/lib/types/icons/MailCheckSvg.d.ts +5 -0
- package/lib/types/icons/MailCheckSvg.d.ts.map +1 -0
- package/lib/types/icons/MailSvg.d.ts +5 -0
- package/lib/types/icons/MailSvg.d.ts.map +1 -0
- package/lib/types/icons/MailXSvg.d.ts +5 -0
- package/lib/types/icons/MailXSvg.d.ts.map +1 -0
- package/lib/types/icons/ModalCloseSvg.d.ts +5 -0
- package/lib/types/icons/ModalCloseSvg.d.ts.map +1 -0
- package/lib/types/icons/PencilSvg.d.ts +5 -0
- package/lib/types/icons/PencilSvg.d.ts.map +1 -0
- package/lib/types/icons/PinFilledSvg.d.ts +5 -0
- package/lib/types/icons/PinFilledSvg.d.ts.map +1 -0
- package/lib/types/icons/PinSvg.d.ts +5 -0
- package/lib/types/icons/PinSvg.d.ts.map +1 -0
- package/lib/types/icons/ProfileDropdownLogoutSvg.d.ts +5 -0
- package/lib/types/icons/ProfileDropdownLogoutSvg.d.ts.map +1 -0
- package/lib/types/icons/ProfileDropdownOrganizationSvg.d.ts +5 -0
- package/lib/types/icons/ProfileDropdownOrganizationSvg.d.ts.map +1 -0
- package/lib/types/icons/ProjectsFolderSvg.d.ts +5 -0
- package/lib/types/icons/ProjectsFolderSvg.d.ts.map +1 -0
- package/lib/types/icons/RobotCheckSvg.d.ts +5 -0
- package/lib/types/icons/RobotCheckSvg.d.ts.map +1 -0
- package/lib/types/icons/RobotSvg.d.ts +5 -0
- package/lib/types/icons/RobotSvg.d.ts.map +1 -0
- package/lib/types/icons/RobotXSvg.d.ts +5 -0
- package/lib/types/icons/RobotXSvg.d.ts.map +1 -0
- package/lib/types/icons/RocketOffSvg.d.ts +5 -0
- package/lib/types/icons/RocketOffSvg.d.ts.map +1 -0
- package/lib/types/icons/RocketSvg.d.ts +5 -0
- package/lib/types/icons/RocketSvg.d.ts.map +1 -0
- package/lib/types/icons/SendCheckSvg.d.ts +5 -0
- package/lib/types/icons/SendCheckSvg.d.ts.map +1 -0
- package/lib/types/icons/SendMessageSvg.d.ts +5 -0
- package/lib/types/icons/SendMessageSvg.d.ts.map +1 -0
- package/lib/types/icons/SendXSvg.d.ts +5 -0
- package/lib/types/icons/SendXSvg.d.ts.map +1 -0
- package/lib/types/icons/SettingsCheckSvg.d.ts +5 -0
- package/lib/types/icons/SettingsCheckSvg.d.ts.map +1 -0
- package/lib/types/icons/SettingsXSvg.d.ts +5 -0
- package/lib/types/icons/SettingsXSvg.d.ts.map +1 -0
- package/lib/types/icons/ShieldLockSvg.d.ts +5 -0
- package/lib/types/icons/ShieldLockSvg.d.ts.map +1 -0
- package/lib/types/icons/ShieldOffSvg.d.ts +5 -0
- package/lib/types/icons/ShieldOffSvg.d.ts.map +1 -0
- package/lib/types/icons/SidebarHomeSvg.d.ts +5 -0
- package/lib/types/icons/SidebarHomeSvg.d.ts.map +1 -0
- package/lib/types/icons/SidebarInitiativesSvg.d.ts +5 -0
- package/lib/types/icons/SidebarInitiativesSvg.d.ts.map +1 -0
- package/lib/types/icons/SidebarPlusSvg.d.ts +5 -0
- package/lib/types/icons/SidebarPlusSvg.d.ts.map +1 -0
- package/lib/types/icons/SidebarSearchSvg.d.ts +5 -0
- package/lib/types/icons/SidebarSearchSvg.d.ts.map +1 -0
- package/lib/types/icons/SidebarSettingsSvg.d.ts +5 -0
- package/lib/types/icons/SidebarSettingsSvg.d.ts.map +1 -0
- package/lib/types/icons/SidebarTasksSvg.d.ts +5 -0
- package/lib/types/icons/SidebarTasksSvg.d.ts.map +1 -0
- package/lib/types/icons/SidebarTeamSvg.d.ts +5 -0
- package/lib/types/icons/SidebarTeamSvg.d.ts.map +1 -0
- package/lib/types/icons/TaskAttachmentSvg.d.ts +5 -0
- package/lib/types/icons/TaskAttachmentSvg.d.ts.map +1 -0
- package/lib/types/icons/TaskCalendarSvg.d.ts +5 -0
- package/lib/types/icons/TaskCalendarSvg.d.ts.map +1 -0
- package/lib/types/icons/TaskCommentBubbleSvg.d.ts +5 -0
- package/lib/types/icons/TaskCommentBubbleSvg.d.ts.map +1 -0
- package/lib/types/icons/TaskDeleteSvg.d.ts +5 -0
- package/lib/types/icons/TaskDeleteSvg.d.ts.map +1 -0
- package/lib/types/icons/TaskDependencyBlockedSvg.d.ts +5 -0
- package/lib/types/icons/TaskDependencyBlockedSvg.d.ts.map +1 -0
- package/lib/types/icons/TaskDependencyReadySvg.d.ts +5 -0
- package/lib/types/icons/TaskDependencyReadySvg.d.ts.map +1 -0
- package/lib/types/icons/TaskMenuDotsSvg.d.ts +5 -0
- package/lib/types/icons/TaskMenuDotsSvg.d.ts.map +1 -0
- package/lib/types/icons/TaskTagSvg.d.ts +5 -0
- package/lib/types/icons/TaskTagSvg.d.ts.map +1 -0
- package/lib/types/icons/TeamMemberEmailSvg.d.ts +5 -0
- package/lib/types/icons/TeamMemberEmailSvg.d.ts.map +1 -0
- package/lib/types/icons/TeamMemberLocationSvg.d.ts +5 -0
- package/lib/types/icons/TeamMemberLocationSvg.d.ts.map +1 -0
- package/lib/types/icons/WrenchSvg.d.ts +5 -0
- package/lib/types/icons/WrenchSvg.d.ts.map +1 -0
- package/lib/types/icons/XBadgeSvg.d.ts +5 -0
- package/lib/types/icons/XBadgeSvg.d.ts.map +1 -0
- package/lib/types/icons/markdown/MarkdownCheckboxCheckedSvg.d.ts +4 -0
- package/lib/types/icons/markdown/MarkdownCheckboxCheckedSvg.d.ts.map +1 -0
- package/lib/types/icons/markdown/MarkdownCheckboxUncheckedSvg.d.ts +4 -0
- package/lib/types/icons/markdown/MarkdownCheckboxUncheckedSvg.d.ts.map +1 -0
- package/lib/types/icons/markdown/MarkdownCopySuccessSvg.d.ts +4 -0
- package/lib/types/icons/markdown/MarkdownCopySuccessSvg.d.ts.map +1 -0
- package/lib/types/icons/markdown/MarkdownCopySvg.d.ts +4 -0
- package/lib/types/icons/markdown/MarkdownCopySvg.d.ts.map +1 -0
- package/lib/types/icons/markdown/MarkdownExternalLinkSvg.d.ts +4 -0
- package/lib/types/icons/markdown/MarkdownExternalLinkSvg.d.ts.map +1 -0
- package/lib/types/index.d.ts +16 -0
- package/lib/types/index.d.ts.map +1 -0
- package/lib/types/svg/ChevronDownIcon.d.ts +8 -0
- package/lib/types/svg/ChevronDownIcon.d.ts.map +1 -0
- package/lib/types/svg/ChevronRightIcon.d.ts +8 -0
- package/lib/types/svg/ChevronRightIcon.d.ts.map +1 -0
- package/lib/types/svg/GlobeIcon.d.ts +8 -0
- package/lib/types/svg/GlobeIcon.d.ts.map +1 -0
- package/lib/types/theme/ThemeProvider.d.ts +15 -0
- package/lib/types/theme/ThemeProvider.d.ts.map +1 -0
- package/lib/types/theme/VisuallyHidden.d.ts +5 -0
- package/lib/types/theme/VisuallyHidden.d.ts.map +1 -0
- package/lib/types/theme/accessibility.css.d.ts +4 -0
- package/lib/types/theme/accessibility.css.d.ts.map +1 -0
- package/lib/types/theme/colors.d.ts +98 -0
- package/lib/types/theme/colors.d.ts.map +1 -0
- package/lib/types/theme/common.d.ts +121 -0
- package/lib/types/theme/common.d.ts.map +1 -0
- package/lib/types/theme/containerQueries.d.ts +12 -0
- package/lib/types/theme/containerQueries.d.ts.map +1 -0
- package/lib/types/theme/global.css.d.ts +2 -0
- package/lib/types/theme/global.css.d.ts.map +1 -0
- package/lib/types/theme/index.d.ts +9 -0
- package/lib/types/theme/index.d.ts.map +1 -0
- package/lib/types/theme/sprinkles.css.d.ts +1300 -0
- package/lib/types/theme/sprinkles.css.d.ts.map +1 -0
- package/lib/types/theme/theme.css.d.ts +2 -0
- package/lib/types/theme/theme.css.d.ts.map +1 -0
- package/lib/types/theme/themeContract.d.ts +2311 -0
- package/lib/types/theme/themeContract.d.ts.map +1 -0
- package/lib/types/theme/tools.d.ts +3 -0
- package/lib/types/theme/tools.d.ts.map +1 -0
- package/package.json +101 -0
|
@@ -0,0 +1,1300 @@
|
|
|
1
|
+
export declare const sprinkles: ((props: {
|
|
2
|
+
backgroundColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
3
|
+
lightMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
4
|
+
darkMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
5
|
+
} | undefined;
|
|
6
|
+
background?: "gradient" | "ellipseGradient" | "linearGradient" | "verticalLinearGradient" | {
|
|
7
|
+
lightMode?: "gradient" | "ellipseGradient" | "linearGradient" | "verticalLinearGradient" | undefined;
|
|
8
|
+
darkMode?: "gradient" | "ellipseGradient" | "linearGradient" | "verticalLinearGradient" | undefined;
|
|
9
|
+
} | undefined;
|
|
10
|
+
color?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
11
|
+
lightMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
12
|
+
darkMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
13
|
+
} | undefined;
|
|
14
|
+
grayscale?: 0 | "default" | {
|
|
15
|
+
lightMode?: 0 | "default" | undefined;
|
|
16
|
+
darkMode?: 0 | "default" | undefined;
|
|
17
|
+
} | undefined;
|
|
18
|
+
opacity?: 0 | 5 | 10 | 20 | 30 | 40 | 60 | 80 | 90 | 25 | 35 | 50 | 70 | 75 | 95 | 100 | {
|
|
19
|
+
lightMode?: 0 | 5 | 10 | 20 | 30 | 40 | 60 | 80 | 90 | 25 | 35 | 50 | 70 | 75 | 95 | 100 | undefined;
|
|
20
|
+
darkMode?: 0 | 5 | 10 | 20 | 30 | 40 | 60 | 80 | 90 | 25 | 35 | 50 | 70 | 75 | 95 | 100 | undefined;
|
|
21
|
+
} | undefined;
|
|
22
|
+
outlineColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
23
|
+
lightMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
24
|
+
darkMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
25
|
+
} | undefined;
|
|
26
|
+
sepia?: 0 | "default" | {
|
|
27
|
+
lightMode?: 0 | "default" | undefined;
|
|
28
|
+
darkMode?: 0 | "default" | undefined;
|
|
29
|
+
} | undefined;
|
|
30
|
+
stroke?: "none" | "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
31
|
+
lightMode?: "none" | "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
32
|
+
darkMode?: "none" | "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
33
|
+
} | undefined;
|
|
34
|
+
textColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
35
|
+
lightMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
36
|
+
darkMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
37
|
+
} | undefined;
|
|
38
|
+
textTransform?: "none" | "capitalize" | "lowercase" | "uppercase" | {
|
|
39
|
+
lightMode?: "none" | "capitalize" | "lowercase" | "uppercase" | undefined;
|
|
40
|
+
darkMode?: "none" | "capitalize" | "lowercase" | "uppercase" | undefined;
|
|
41
|
+
} | undefined;
|
|
42
|
+
textDecorationColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
43
|
+
lightMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
44
|
+
darkMode?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
45
|
+
} | undefined;
|
|
46
|
+
textOpacity?: 0 | 5 | 10 | 20 | 30 | 40 | 60 | 80 | 90 | 25 | 35 | 50 | 70 | 75 | 95 | 100 | {
|
|
47
|
+
lightMode?: 0 | 5 | 10 | 20 | 30 | 40 | 60 | 80 | 90 | 25 | 35 | 50 | 70 | 75 | 95 | 100 | undefined;
|
|
48
|
+
darkMode?: 0 | 5 | 10 | 20 | 30 | 40 | 60 | 80 | 90 | 25 | 35 | 50 | 70 | 75 | 95 | 100 | undefined;
|
|
49
|
+
} | undefined;
|
|
50
|
+
} & {
|
|
51
|
+
all?: "inherit" | "initial" | "revert" | "revert-layer" | "unset" | undefined;
|
|
52
|
+
appearance?: "none" | "auto" | undefined;
|
|
53
|
+
cursor?: "none" | "text" | "default" | "auto" | "alias" | "all-scroll" | "cell" | "col-resize" | "context-menu" | "copy" | "crosshair" | "e-resize" | "ew-resize" | "grab" | "grabbing" | "help" | "move" | "n-resize" | "ne-resize" | "nesw-resize" | "no-drop" | "not-allowed" | "ns-resize" | "nw-resize" | "nwse-resize" | "pointer" | "progress" | "row-resize" | "s-resize" | "se-resize" | "sw-resize" | "vertical-text" | "w-resize" | "wait" | "zoom-in" | "zoom-out" | undefined;
|
|
54
|
+
animation?: "none" | "spin" | "ping" | "pulse" | "bounce" | undefined;
|
|
55
|
+
arrows?: "hidden" | undefined;
|
|
56
|
+
backgroundSize?: "auto" | "contain" | "cover" | "skeleton" | undefined;
|
|
57
|
+
border?: "none" | "spinner" | undefined;
|
|
58
|
+
clip?: "hidden" | undefined;
|
|
59
|
+
containerType?: "normal" | "inline-size" | "size" | undefined;
|
|
60
|
+
fontStyle?: "normal" | "italic" | undefined;
|
|
61
|
+
font?: "inherit" | undefined;
|
|
62
|
+
objectPosition?: "left" | "top" | "left-bottom" | "left-top" | "right-bottom" | "right-top" | "bottom" | "center" | "right" | undefined;
|
|
63
|
+
objectFit?: "fill" | "none" | "contain" | "cover" | "scale-down" | undefined;
|
|
64
|
+
order?: 2 | 1 | "none" | "first" | "last" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
65
|
+
placeHolder?: "italic" | undefined;
|
|
66
|
+
pointerEvents?: "none" | "auto" | undefined;
|
|
67
|
+
msOverflowStyle?: "none" | "auto" | undefined;
|
|
68
|
+
rotate?: 0 | 2 | 1 | 3 | 6 | 12 | 90 | 180 | 45 | undefined;
|
|
69
|
+
scrollBar?: "light" | "hidden" | undefined;
|
|
70
|
+
scrollbarColor?: "border" | "borderLight" | "auto" | undefined;
|
|
71
|
+
scrollbarWidth?: "none" | "auto" | "thin" | undefined;
|
|
72
|
+
skew?: 0 | 2 | 1 | 3 | 6 | 12 | undefined;
|
|
73
|
+
textDecoration?: "none" | "line-through" | "underline" | undefined;
|
|
74
|
+
textDecorationThickness?: 0 | 2 | 1 | "auto" | "from-font" | 4 | 8 | undefined;
|
|
75
|
+
textIndent?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
76
|
+
textTransform?: "capitalize" | "lowercase" | "uppercase" | undefined;
|
|
77
|
+
textUnderlineOffset?: 0 | 2 | 1 | "auto" | 4 | 8 | undefined;
|
|
78
|
+
transform?: 0 | "left" | "center" | "right" | 100 | 200 | undefined;
|
|
79
|
+
transformOrigin?: "topLeft" | undefined;
|
|
80
|
+
transitionDelay?: 300 | 700 | 75 | 100 | 150 | 200 | 500 | 1000 | undefined;
|
|
81
|
+
transitionDuration?: "default" | 120 | 300 | 700 | 75 | 100 | 150 | 200 | 500 | 1000 | 160 | undefined;
|
|
82
|
+
transitionProperty?: "none" | "colors" | "default" | "gridTemplateRows" | "left" | "transform" | "opacity" | "all" | "gap" | "gridTemplateRowsOpacity" | "opacityVisibility" | "shadow" | "width" | undefined;
|
|
83
|
+
transitionTimingFunction?: "default" | "linear" | "ease" | "in" | "ease-in-out" | "out" | "in-out" | undefined;
|
|
84
|
+
verticalAlign?: "sub" | "top" | "baseline" | "middle" | "super" | undefined;
|
|
85
|
+
willChange?: "transform" | "background-position" | undefined;
|
|
86
|
+
zIndex?: 0 | 1 | "auto" | "modal" | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
87
|
+
} & {
|
|
88
|
+
fontSize?: "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | {
|
|
89
|
+
base?: "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | undefined;
|
|
90
|
+
sm?: "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | undefined;
|
|
91
|
+
md?: "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | undefined;
|
|
92
|
+
lg?: "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | undefined;
|
|
93
|
+
xl?: "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | undefined;
|
|
94
|
+
xxl?: "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | undefined;
|
|
95
|
+
max900?: "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | undefined;
|
|
96
|
+
max1023?: "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | undefined;
|
|
97
|
+
min1200?: "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | undefined;
|
|
98
|
+
} | undefined;
|
|
99
|
+
alignItems?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | {
|
|
100
|
+
base?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
|
|
101
|
+
sm?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
|
|
102
|
+
md?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
|
|
103
|
+
lg?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
|
|
104
|
+
xl?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
|
|
105
|
+
xxl?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
|
|
106
|
+
max900?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
|
|
107
|
+
max1023?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
|
|
108
|
+
min1200?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
|
|
109
|
+
} | undefined;
|
|
110
|
+
alignSelf?: "auto" | "center" | "flex-start" | "flex-end" | "stretch" | {
|
|
111
|
+
base?: "auto" | "center" | "flex-start" | "flex-end" | "stretch" | undefined;
|
|
112
|
+
sm?: "auto" | "center" | "flex-start" | "flex-end" | "stretch" | undefined;
|
|
113
|
+
md?: "auto" | "center" | "flex-start" | "flex-end" | "stretch" | undefined;
|
|
114
|
+
lg?: "auto" | "center" | "flex-start" | "flex-end" | "stretch" | undefined;
|
|
115
|
+
xl?: "auto" | "center" | "flex-start" | "flex-end" | "stretch" | undefined;
|
|
116
|
+
xxl?: "auto" | "center" | "flex-start" | "flex-end" | "stretch" | undefined;
|
|
117
|
+
max900?: "auto" | "center" | "flex-start" | "flex-end" | "stretch" | undefined;
|
|
118
|
+
max1023?: "auto" | "center" | "flex-start" | "flex-end" | "stretch" | undefined;
|
|
119
|
+
min1200?: "auto" | "center" | "flex-start" | "flex-end" | "stretch" | undefined;
|
|
120
|
+
} | undefined;
|
|
121
|
+
borderColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
122
|
+
base?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
123
|
+
sm?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
124
|
+
md?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
125
|
+
lg?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
126
|
+
xl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
127
|
+
xxl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
128
|
+
max900?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
129
|
+
max1023?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
130
|
+
min1200?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
131
|
+
} | undefined;
|
|
132
|
+
borderWidth?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
133
|
+
base?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
134
|
+
sm?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
135
|
+
md?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
136
|
+
lg?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
137
|
+
xl?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
138
|
+
xxl?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
139
|
+
max900?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
140
|
+
max1023?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
141
|
+
min1200?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
142
|
+
} | undefined;
|
|
143
|
+
borderStyle?: "none" | "dashed" | "solid" | {
|
|
144
|
+
base?: "none" | "dashed" | "solid" | undefined;
|
|
145
|
+
sm?: "none" | "dashed" | "solid" | undefined;
|
|
146
|
+
md?: "none" | "dashed" | "solid" | undefined;
|
|
147
|
+
lg?: "none" | "dashed" | "solid" | undefined;
|
|
148
|
+
xl?: "none" | "dashed" | "solid" | undefined;
|
|
149
|
+
xxl?: "none" | "dashed" | "solid" | undefined;
|
|
150
|
+
max900?: "none" | "dashed" | "solid" | undefined;
|
|
151
|
+
max1023?: "none" | "dashed" | "solid" | undefined;
|
|
152
|
+
min1200?: "none" | "dashed" | "solid" | undefined;
|
|
153
|
+
} | undefined;
|
|
154
|
+
borderRadius?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | {
|
|
155
|
+
base?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
156
|
+
sm?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
157
|
+
md?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
158
|
+
lg?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
159
|
+
xl?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
160
|
+
xxl?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
161
|
+
max900?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
162
|
+
max1023?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
163
|
+
min1200?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
164
|
+
} | undefined;
|
|
165
|
+
borderTop?: "none" | {
|
|
166
|
+
base?: "none" | undefined;
|
|
167
|
+
sm?: "none" | undefined;
|
|
168
|
+
md?: "none" | undefined;
|
|
169
|
+
lg?: "none" | undefined;
|
|
170
|
+
xl?: "none" | undefined;
|
|
171
|
+
xxl?: "none" | undefined;
|
|
172
|
+
max900?: "none" | undefined;
|
|
173
|
+
max1023?: "none" | undefined;
|
|
174
|
+
min1200?: "none" | undefined;
|
|
175
|
+
} | undefined;
|
|
176
|
+
borderRight?: "none" | {
|
|
177
|
+
base?: "none" | undefined;
|
|
178
|
+
sm?: "none" | undefined;
|
|
179
|
+
md?: "none" | undefined;
|
|
180
|
+
lg?: "none" | undefined;
|
|
181
|
+
xl?: "none" | undefined;
|
|
182
|
+
xxl?: "none" | undefined;
|
|
183
|
+
max900?: "none" | undefined;
|
|
184
|
+
max1023?: "none" | undefined;
|
|
185
|
+
min1200?: "none" | undefined;
|
|
186
|
+
} | undefined;
|
|
187
|
+
borderBottom?: "none" | {
|
|
188
|
+
base?: "none" | undefined;
|
|
189
|
+
sm?: "none" | undefined;
|
|
190
|
+
md?: "none" | undefined;
|
|
191
|
+
lg?: "none" | undefined;
|
|
192
|
+
xl?: "none" | undefined;
|
|
193
|
+
xxl?: "none" | undefined;
|
|
194
|
+
max900?: "none" | undefined;
|
|
195
|
+
max1023?: "none" | undefined;
|
|
196
|
+
min1200?: "none" | undefined;
|
|
197
|
+
} | undefined;
|
|
198
|
+
borderLeft?: "none" | {
|
|
199
|
+
base?: "none" | undefined;
|
|
200
|
+
sm?: "none" | undefined;
|
|
201
|
+
md?: "none" | undefined;
|
|
202
|
+
lg?: "none" | undefined;
|
|
203
|
+
xl?: "none" | undefined;
|
|
204
|
+
xxl?: "none" | undefined;
|
|
205
|
+
max900?: "none" | undefined;
|
|
206
|
+
max1023?: "none" | undefined;
|
|
207
|
+
min1200?: "none" | undefined;
|
|
208
|
+
} | undefined;
|
|
209
|
+
borderTopColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
210
|
+
base?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
211
|
+
sm?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
212
|
+
md?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
213
|
+
lg?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
214
|
+
xl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
215
|
+
xxl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
216
|
+
max900?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
217
|
+
max1023?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
218
|
+
min1200?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
219
|
+
} | undefined;
|
|
220
|
+
borderRightColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
221
|
+
base?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
222
|
+
sm?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
223
|
+
md?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
224
|
+
lg?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
225
|
+
xl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
226
|
+
xxl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
227
|
+
max900?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
228
|
+
max1023?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
229
|
+
min1200?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
230
|
+
} | undefined;
|
|
231
|
+
borderBottomColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
232
|
+
base?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
233
|
+
sm?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
234
|
+
md?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
235
|
+
lg?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
236
|
+
xl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
237
|
+
xxl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
238
|
+
max900?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
239
|
+
max1023?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
240
|
+
min1200?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
241
|
+
} | undefined;
|
|
242
|
+
borderLeftColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
243
|
+
base?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
244
|
+
sm?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
245
|
+
md?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
246
|
+
lg?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
247
|
+
xl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
248
|
+
xxl?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
249
|
+
max900?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
250
|
+
max1023?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
251
|
+
min1200?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
252
|
+
} | undefined;
|
|
253
|
+
borderTopWidth?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
254
|
+
base?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
255
|
+
sm?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
256
|
+
md?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
257
|
+
lg?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
258
|
+
xl?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
259
|
+
xxl?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
260
|
+
max900?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
261
|
+
max1023?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
262
|
+
min1200?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
263
|
+
} | undefined;
|
|
264
|
+
borderRightWidth?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
265
|
+
base?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
266
|
+
sm?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
267
|
+
md?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
268
|
+
lg?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
269
|
+
xl?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
270
|
+
xxl?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
271
|
+
max900?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
272
|
+
max1023?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
273
|
+
min1200?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
274
|
+
} | undefined;
|
|
275
|
+
borderBottomWidth?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
276
|
+
base?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
277
|
+
sm?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
278
|
+
md?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
279
|
+
lg?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
280
|
+
xl?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
281
|
+
xxl?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
282
|
+
max900?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
283
|
+
max1023?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
284
|
+
min1200?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
285
|
+
} | undefined;
|
|
286
|
+
borderLeftWidth?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
287
|
+
base?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
288
|
+
sm?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
289
|
+
md?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
290
|
+
lg?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
291
|
+
xl?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
292
|
+
xxl?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
293
|
+
max900?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
294
|
+
max1023?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
295
|
+
min1200?: 0 | 2 | 1 | "default" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
296
|
+
} | undefined;
|
|
297
|
+
borderTopRightRadius?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | {
|
|
298
|
+
base?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
299
|
+
sm?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
300
|
+
md?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
301
|
+
lg?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
302
|
+
xl?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
303
|
+
xxl?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
304
|
+
max900?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
305
|
+
max1023?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
306
|
+
min1200?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
307
|
+
} | undefined;
|
|
308
|
+
borderTopLeftRadius?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | {
|
|
309
|
+
base?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
310
|
+
sm?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
311
|
+
md?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
312
|
+
lg?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
313
|
+
xl?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
314
|
+
xxl?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
315
|
+
max900?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
316
|
+
max1023?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
317
|
+
min1200?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
318
|
+
} | undefined;
|
|
319
|
+
borderBottomRightRadius?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | {
|
|
320
|
+
base?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
321
|
+
sm?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
322
|
+
md?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
323
|
+
lg?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
324
|
+
xl?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
325
|
+
xxl?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
326
|
+
max900?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
327
|
+
max1023?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
328
|
+
min1200?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
329
|
+
} | undefined;
|
|
330
|
+
borderBottomLeftRadius?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | {
|
|
331
|
+
base?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
332
|
+
sm?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
333
|
+
md?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
334
|
+
lg?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
335
|
+
xl?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
336
|
+
xxl?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
337
|
+
max900?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
338
|
+
max1023?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
339
|
+
min1200?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
340
|
+
} | undefined;
|
|
341
|
+
borderSpacing?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
342
|
+
base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
343
|
+
sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
344
|
+
md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
345
|
+
lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
346
|
+
xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
347
|
+
xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
348
|
+
max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
349
|
+
max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
350
|
+
min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
351
|
+
} | undefined;
|
|
352
|
+
borderCollapse?: "collapse" | "separate" | {
|
|
353
|
+
base?: "collapse" | "separate" | undefined;
|
|
354
|
+
sm?: "collapse" | "separate" | undefined;
|
|
355
|
+
md?: "collapse" | "separate" | undefined;
|
|
356
|
+
lg?: "collapse" | "separate" | undefined;
|
|
357
|
+
xl?: "collapse" | "separate" | undefined;
|
|
358
|
+
xxl?: "collapse" | "separate" | undefined;
|
|
359
|
+
max900?: "collapse" | "separate" | undefined;
|
|
360
|
+
max1023?: "collapse" | "separate" | undefined;
|
|
361
|
+
min1200?: "collapse" | "separate" | undefined;
|
|
362
|
+
} | undefined;
|
|
363
|
+
bottom?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
364
|
+
base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
365
|
+
sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
366
|
+
md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
367
|
+
lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
368
|
+
xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
369
|
+
xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
370
|
+
max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
371
|
+
max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
372
|
+
min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
373
|
+
} | undefined;
|
|
374
|
+
boxShadow?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "inkSoft" | "inkGlow" | "brandGlow" | "brandCardGlow" | "authCardGlow" | "profileDropdownShadow" | "badgeInset" | "badgeDotRing" | "primaryInsetRing" | "primaryLightRing" | "primaryLightRingStrong" | "successLightRing" | "sidebarActiveInset" | "inner" | {
|
|
375
|
+
base?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "inkSoft" | "inkGlow" | "brandGlow" | "brandCardGlow" | "authCardGlow" | "profileDropdownShadow" | "badgeInset" | "badgeDotRing" | "primaryInsetRing" | "primaryLightRing" | "primaryLightRingStrong" | "successLightRing" | "sidebarActiveInset" | "inner" | undefined;
|
|
376
|
+
sm?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "inkSoft" | "inkGlow" | "brandGlow" | "brandCardGlow" | "authCardGlow" | "profileDropdownShadow" | "badgeInset" | "badgeDotRing" | "primaryInsetRing" | "primaryLightRing" | "primaryLightRingStrong" | "successLightRing" | "sidebarActiveInset" | "inner" | undefined;
|
|
377
|
+
md?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "inkSoft" | "inkGlow" | "brandGlow" | "brandCardGlow" | "authCardGlow" | "profileDropdownShadow" | "badgeInset" | "badgeDotRing" | "primaryInsetRing" | "primaryLightRing" | "primaryLightRingStrong" | "successLightRing" | "sidebarActiveInset" | "inner" | undefined;
|
|
378
|
+
lg?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "inkSoft" | "inkGlow" | "brandGlow" | "brandCardGlow" | "authCardGlow" | "profileDropdownShadow" | "badgeInset" | "badgeDotRing" | "primaryInsetRing" | "primaryLightRing" | "primaryLightRingStrong" | "successLightRing" | "sidebarActiveInset" | "inner" | undefined;
|
|
379
|
+
xl?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "inkSoft" | "inkGlow" | "brandGlow" | "brandCardGlow" | "authCardGlow" | "profileDropdownShadow" | "badgeInset" | "badgeDotRing" | "primaryInsetRing" | "primaryLightRing" | "primaryLightRingStrong" | "successLightRing" | "sidebarActiveInset" | "inner" | undefined;
|
|
380
|
+
xxl?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "inkSoft" | "inkGlow" | "brandGlow" | "brandCardGlow" | "authCardGlow" | "profileDropdownShadow" | "badgeInset" | "badgeDotRing" | "primaryInsetRing" | "primaryLightRing" | "primaryLightRingStrong" | "successLightRing" | "sidebarActiveInset" | "inner" | undefined;
|
|
381
|
+
max900?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "inkSoft" | "inkGlow" | "brandGlow" | "brandCardGlow" | "authCardGlow" | "profileDropdownShadow" | "badgeInset" | "badgeDotRing" | "primaryInsetRing" | "primaryLightRing" | "primaryLightRingStrong" | "successLightRing" | "sidebarActiveInset" | "inner" | undefined;
|
|
382
|
+
max1023?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "inkSoft" | "inkGlow" | "brandGlow" | "brandCardGlow" | "authCardGlow" | "profileDropdownShadow" | "badgeInset" | "badgeDotRing" | "primaryInsetRing" | "primaryLightRing" | "primaryLightRingStrong" | "successLightRing" | "sidebarActiveInset" | "inner" | undefined;
|
|
383
|
+
min1200?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "inkSoft" | "inkGlow" | "brandGlow" | "brandCardGlow" | "authCardGlow" | "profileDropdownShadow" | "badgeInset" | "badgeDotRing" | "primaryInsetRing" | "primaryLightRing" | "primaryLightRingStrong" | "successLightRing" | "sidebarActiveInset" | "inner" | undefined;
|
|
384
|
+
} | undefined;
|
|
385
|
+
columnGap?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
386
|
+
base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
387
|
+
sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
388
|
+
md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
389
|
+
lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
390
|
+
xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
391
|
+
xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
392
|
+
max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
393
|
+
max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
394
|
+
min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
395
|
+
} | undefined;
|
|
396
|
+
display?: "none" | "flex" | "grid" | "block" | "inline" | "table" | "table-cell" | "table-header-group" | "table-row" | "table-row-group" | "inline-block" | "inline-flex" | "contents" | {
|
|
397
|
+
base?: "none" | "flex" | "grid" | "block" | "inline" | "table" | "table-cell" | "table-header-group" | "table-row" | "table-row-group" | "inline-block" | "inline-flex" | "contents" | undefined;
|
|
398
|
+
sm?: "none" | "flex" | "grid" | "block" | "inline" | "table" | "table-cell" | "table-header-group" | "table-row" | "table-row-group" | "inline-block" | "inline-flex" | "contents" | undefined;
|
|
399
|
+
md?: "none" | "flex" | "grid" | "block" | "inline" | "table" | "table-cell" | "table-header-group" | "table-row" | "table-row-group" | "inline-block" | "inline-flex" | "contents" | undefined;
|
|
400
|
+
lg?: "none" | "flex" | "grid" | "block" | "inline" | "table" | "table-cell" | "table-header-group" | "table-row" | "table-row-group" | "inline-block" | "inline-flex" | "contents" | undefined;
|
|
401
|
+
xl?: "none" | "flex" | "grid" | "block" | "inline" | "table" | "table-cell" | "table-header-group" | "table-row" | "table-row-group" | "inline-block" | "inline-flex" | "contents" | undefined;
|
|
402
|
+
xxl?: "none" | "flex" | "grid" | "block" | "inline" | "table" | "table-cell" | "table-header-group" | "table-row" | "table-row-group" | "inline-block" | "inline-flex" | "contents" | undefined;
|
|
403
|
+
max900?: "none" | "flex" | "grid" | "block" | "inline" | "table" | "table-cell" | "table-header-group" | "table-row" | "table-row-group" | "inline-block" | "inline-flex" | "contents" | undefined;
|
|
404
|
+
max1023?: "none" | "flex" | "grid" | "block" | "inline" | "table" | "table-cell" | "table-header-group" | "table-row" | "table-row-group" | "inline-block" | "inline-flex" | "contents" | undefined;
|
|
405
|
+
min1200?: "none" | "flex" | "grid" | "block" | "inline" | "table" | "table-cell" | "table-header-group" | "table-row" | "table-row-group" | "inline-block" | "inline-flex" | "contents" | undefined;
|
|
406
|
+
} | undefined;
|
|
407
|
+
dropShadow?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | {
|
|
408
|
+
base?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | undefined;
|
|
409
|
+
sm?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | undefined;
|
|
410
|
+
md?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | undefined;
|
|
411
|
+
lg?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | undefined;
|
|
412
|
+
xl?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | undefined;
|
|
413
|
+
xxl?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | undefined;
|
|
414
|
+
max900?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | undefined;
|
|
415
|
+
max1023?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | undefined;
|
|
416
|
+
min1200?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | undefined;
|
|
417
|
+
} | undefined;
|
|
418
|
+
flex?: 1 | "none" | "auto" | "initial" | {
|
|
419
|
+
base?: 1 | "none" | "auto" | "initial" | undefined;
|
|
420
|
+
sm?: 1 | "none" | "auto" | "initial" | undefined;
|
|
421
|
+
md?: 1 | "none" | "auto" | "initial" | undefined;
|
|
422
|
+
lg?: 1 | "none" | "auto" | "initial" | undefined;
|
|
423
|
+
xl?: 1 | "none" | "auto" | "initial" | undefined;
|
|
424
|
+
xxl?: 1 | "none" | "auto" | "initial" | undefined;
|
|
425
|
+
max900?: 1 | "none" | "auto" | "initial" | undefined;
|
|
426
|
+
max1023?: 1 | "none" | "auto" | "initial" | undefined;
|
|
427
|
+
min1200?: 1 | "none" | "auto" | "initial" | undefined;
|
|
428
|
+
} | undefined;
|
|
429
|
+
flexBasis?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | {
|
|
430
|
+
base?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | undefined;
|
|
431
|
+
sm?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | undefined;
|
|
432
|
+
md?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | undefined;
|
|
433
|
+
lg?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | undefined;
|
|
434
|
+
xl?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | undefined;
|
|
435
|
+
xxl?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | undefined;
|
|
436
|
+
max900?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | undefined;
|
|
437
|
+
max1023?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | undefined;
|
|
438
|
+
min1200?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | undefined;
|
|
439
|
+
} | undefined;
|
|
440
|
+
flexDirection?: "column" | "row" | "row-reverse" | {
|
|
441
|
+
base?: "column" | "row" | "row-reverse" | undefined;
|
|
442
|
+
sm?: "column" | "row" | "row-reverse" | undefined;
|
|
443
|
+
md?: "column" | "row" | "row-reverse" | undefined;
|
|
444
|
+
lg?: "column" | "row" | "row-reverse" | undefined;
|
|
445
|
+
xl?: "column" | "row" | "row-reverse" | undefined;
|
|
446
|
+
xxl?: "column" | "row" | "row-reverse" | undefined;
|
|
447
|
+
max900?: "column" | "row" | "row-reverse" | undefined;
|
|
448
|
+
max1023?: "column" | "row" | "row-reverse" | undefined;
|
|
449
|
+
min1200?: "column" | "row" | "row-reverse" | undefined;
|
|
450
|
+
} | undefined;
|
|
451
|
+
flexGrow?: 0 | "default" | {
|
|
452
|
+
base?: 0 | "default" | undefined;
|
|
453
|
+
sm?: 0 | "default" | undefined;
|
|
454
|
+
md?: 0 | "default" | undefined;
|
|
455
|
+
lg?: 0 | "default" | undefined;
|
|
456
|
+
xl?: 0 | "default" | undefined;
|
|
457
|
+
xxl?: 0 | "default" | undefined;
|
|
458
|
+
max900?: 0 | "default" | undefined;
|
|
459
|
+
max1023?: 0 | "default" | undefined;
|
|
460
|
+
min1200?: 0 | "default" | undefined;
|
|
461
|
+
} | undefined;
|
|
462
|
+
flexShrink?: 0 | "default" | {
|
|
463
|
+
base?: 0 | "default" | undefined;
|
|
464
|
+
sm?: 0 | "default" | undefined;
|
|
465
|
+
md?: 0 | "default" | undefined;
|
|
466
|
+
lg?: 0 | "default" | undefined;
|
|
467
|
+
xl?: 0 | "default" | undefined;
|
|
468
|
+
xxl?: 0 | "default" | undefined;
|
|
469
|
+
max900?: 0 | "default" | undefined;
|
|
470
|
+
max1023?: 0 | "default" | undefined;
|
|
471
|
+
min1200?: 0 | "default" | undefined;
|
|
472
|
+
} | undefined;
|
|
473
|
+
flexWrap?: "nowrap" | "wrap" | "wrap-reverse" | {
|
|
474
|
+
base?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
|
|
475
|
+
sm?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
|
|
476
|
+
md?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
|
|
477
|
+
lg?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
|
|
478
|
+
xl?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
|
|
479
|
+
xxl?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
|
|
480
|
+
max900?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
|
|
481
|
+
max1023?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
|
|
482
|
+
min1200?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
|
|
483
|
+
} | undefined;
|
|
484
|
+
fontVariantNumeric?: "tabular-nums" | {
|
|
485
|
+
base?: "tabular-nums" | undefined;
|
|
486
|
+
sm?: "tabular-nums" | undefined;
|
|
487
|
+
md?: "tabular-nums" | undefined;
|
|
488
|
+
lg?: "tabular-nums" | undefined;
|
|
489
|
+
xl?: "tabular-nums" | undefined;
|
|
490
|
+
xxl?: "tabular-nums" | undefined;
|
|
491
|
+
max900?: "tabular-nums" | undefined;
|
|
492
|
+
max1023?: "tabular-nums" | undefined;
|
|
493
|
+
min1200?: "tabular-nums" | undefined;
|
|
494
|
+
} | undefined;
|
|
495
|
+
fontFamily?: "sans" | "serif" | "mono" | {
|
|
496
|
+
base?: "sans" | "serif" | "mono" | undefined;
|
|
497
|
+
sm?: "sans" | "serif" | "mono" | undefined;
|
|
498
|
+
md?: "sans" | "serif" | "mono" | undefined;
|
|
499
|
+
lg?: "sans" | "serif" | "mono" | undefined;
|
|
500
|
+
xl?: "sans" | "serif" | "mono" | undefined;
|
|
501
|
+
xxl?: "sans" | "serif" | "mono" | undefined;
|
|
502
|
+
max900?: "sans" | "serif" | "mono" | undefined;
|
|
503
|
+
max1023?: "sans" | "serif" | "mono" | undefined;
|
|
504
|
+
min1200?: "sans" | "serif" | "mono" | undefined;
|
|
505
|
+
} | undefined;
|
|
506
|
+
fontWeight?: "light" | "bold" | "black" | "thin" | "extralight" | "normal" | "medium" | "semibold" | "extrabold" | {
|
|
507
|
+
base?: "light" | "bold" | "black" | "thin" | "extralight" | "normal" | "medium" | "semibold" | "extrabold" | undefined;
|
|
508
|
+
sm?: "light" | "bold" | "black" | "thin" | "extralight" | "normal" | "medium" | "semibold" | "extrabold" | undefined;
|
|
509
|
+
md?: "light" | "bold" | "black" | "thin" | "extralight" | "normal" | "medium" | "semibold" | "extrabold" | undefined;
|
|
510
|
+
lg?: "light" | "bold" | "black" | "thin" | "extralight" | "normal" | "medium" | "semibold" | "extrabold" | undefined;
|
|
511
|
+
xl?: "light" | "bold" | "black" | "thin" | "extralight" | "normal" | "medium" | "semibold" | "extrabold" | undefined;
|
|
512
|
+
xxl?: "light" | "bold" | "black" | "thin" | "extralight" | "normal" | "medium" | "semibold" | "extrabold" | undefined;
|
|
513
|
+
max900?: "light" | "bold" | "black" | "thin" | "extralight" | "normal" | "medium" | "semibold" | "extrabold" | undefined;
|
|
514
|
+
max1023?: "light" | "bold" | "black" | "thin" | "extralight" | "normal" | "medium" | "semibold" | "extrabold" | undefined;
|
|
515
|
+
min1200?: "light" | "bold" | "black" | "thin" | "extralight" | "normal" | "medium" | "semibold" | "extrabold" | undefined;
|
|
516
|
+
} | undefined;
|
|
517
|
+
gap?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
518
|
+
base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
519
|
+
sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
520
|
+
md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
521
|
+
lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
522
|
+
xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
523
|
+
xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
524
|
+
max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
525
|
+
max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
526
|
+
min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
527
|
+
} | undefined;
|
|
528
|
+
gridAutoColumns?: "auto" | "min" | "max" | "fr" | {
|
|
529
|
+
base?: "auto" | "min" | "max" | "fr" | undefined;
|
|
530
|
+
sm?: "auto" | "min" | "max" | "fr" | undefined;
|
|
531
|
+
md?: "auto" | "min" | "max" | "fr" | undefined;
|
|
532
|
+
lg?: "auto" | "min" | "max" | "fr" | undefined;
|
|
533
|
+
xl?: "auto" | "min" | "max" | "fr" | undefined;
|
|
534
|
+
xxl?: "auto" | "min" | "max" | "fr" | undefined;
|
|
535
|
+
max900?: "auto" | "min" | "max" | "fr" | undefined;
|
|
536
|
+
max1023?: "auto" | "min" | "max" | "fr" | undefined;
|
|
537
|
+
min1200?: "auto" | "min" | "max" | "fr" | undefined;
|
|
538
|
+
} | undefined;
|
|
539
|
+
gridAutoRows?: "auto" | "min" | "max" | "fr" | {
|
|
540
|
+
base?: "auto" | "min" | "max" | "fr" | undefined;
|
|
541
|
+
sm?: "auto" | "min" | "max" | "fr" | undefined;
|
|
542
|
+
md?: "auto" | "min" | "max" | "fr" | undefined;
|
|
543
|
+
lg?: "auto" | "min" | "max" | "fr" | undefined;
|
|
544
|
+
xl?: "auto" | "min" | "max" | "fr" | undefined;
|
|
545
|
+
xxl?: "auto" | "min" | "max" | "fr" | undefined;
|
|
546
|
+
max900?: "auto" | "min" | "max" | "fr" | undefined;
|
|
547
|
+
max1023?: "auto" | "min" | "max" | "fr" | undefined;
|
|
548
|
+
min1200?: "auto" | "min" | "max" | "fr" | undefined;
|
|
549
|
+
} | undefined;
|
|
550
|
+
gridColumn?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-7" | "span-8" | "span-9" | "span-10" | "span-11" | "span-12" | "span-full" | {
|
|
551
|
+
base?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-7" | "span-8" | "span-9" | "span-10" | "span-11" | "span-12" | "span-full" | undefined;
|
|
552
|
+
sm?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-7" | "span-8" | "span-9" | "span-10" | "span-11" | "span-12" | "span-full" | undefined;
|
|
553
|
+
md?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-7" | "span-8" | "span-9" | "span-10" | "span-11" | "span-12" | "span-full" | undefined;
|
|
554
|
+
lg?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-7" | "span-8" | "span-9" | "span-10" | "span-11" | "span-12" | "span-full" | undefined;
|
|
555
|
+
xl?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-7" | "span-8" | "span-9" | "span-10" | "span-11" | "span-12" | "span-full" | undefined;
|
|
556
|
+
xxl?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-7" | "span-8" | "span-9" | "span-10" | "span-11" | "span-12" | "span-full" | undefined;
|
|
557
|
+
max900?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-7" | "span-8" | "span-9" | "span-10" | "span-11" | "span-12" | "span-full" | undefined;
|
|
558
|
+
max1023?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-7" | "span-8" | "span-9" | "span-10" | "span-11" | "span-12" | "span-full" | undefined;
|
|
559
|
+
min1200?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-7" | "span-8" | "span-9" | "span-10" | "span-11" | "span-12" | "span-full" | undefined;
|
|
560
|
+
} | undefined;
|
|
561
|
+
gridColumnEnd?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | {
|
|
562
|
+
base?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
|
|
563
|
+
sm?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
|
|
564
|
+
md?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
|
|
565
|
+
lg?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
|
|
566
|
+
xl?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
|
|
567
|
+
xxl?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
|
|
568
|
+
max900?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
|
|
569
|
+
max1023?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
|
|
570
|
+
min1200?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
|
|
571
|
+
} | undefined;
|
|
572
|
+
gridColumnStart?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | {
|
|
573
|
+
base?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
|
|
574
|
+
sm?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
|
|
575
|
+
md?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
|
|
576
|
+
lg?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
|
|
577
|
+
xl?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
|
|
578
|
+
xxl?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
|
|
579
|
+
max900?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
|
|
580
|
+
max1023?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
|
|
581
|
+
min1200?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | undefined;
|
|
582
|
+
} | undefined;
|
|
583
|
+
gridRow?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-full" | {
|
|
584
|
+
base?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-full" | undefined;
|
|
585
|
+
sm?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-full" | undefined;
|
|
586
|
+
md?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-full" | undefined;
|
|
587
|
+
lg?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-full" | undefined;
|
|
588
|
+
xl?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-full" | undefined;
|
|
589
|
+
xxl?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-full" | undefined;
|
|
590
|
+
max900?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-full" | undefined;
|
|
591
|
+
max1023?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-full" | undefined;
|
|
592
|
+
min1200?: "auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-full" | undefined;
|
|
593
|
+
} | undefined;
|
|
594
|
+
gridRowEnd?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | {
|
|
595
|
+
base?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
|
|
596
|
+
sm?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
|
|
597
|
+
md?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
|
|
598
|
+
lg?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
|
|
599
|
+
xl?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
|
|
600
|
+
xxl?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
|
|
601
|
+
max900?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
|
|
602
|
+
max1023?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
|
|
603
|
+
min1200?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
|
|
604
|
+
} | undefined;
|
|
605
|
+
gridRowStart?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | {
|
|
606
|
+
base?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
|
|
607
|
+
sm?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
|
|
608
|
+
md?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
|
|
609
|
+
lg?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
|
|
610
|
+
xl?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
|
|
611
|
+
xxl?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
|
|
612
|
+
max900?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
|
|
613
|
+
max1023?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
|
|
614
|
+
min1200?: 2 | 1 | "auto" | 3 | 4 | 5 | 6 | 7 | undefined;
|
|
615
|
+
} | undefined;
|
|
616
|
+
gridTemplateColumns?: 2 | 1 | "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | {
|
|
617
|
+
base?: 2 | 1 | "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
618
|
+
sm?: 2 | 1 | "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
619
|
+
md?: 2 | 1 | "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
620
|
+
lg?: 2 | 1 | "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
621
|
+
xl?: 2 | 1 | "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
622
|
+
xxl?: 2 | 1 | "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
623
|
+
max900?: 2 | 1 | "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
624
|
+
max1023?: 2 | 1 | "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
625
|
+
min1200?: 2 | 1 | "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
626
|
+
} | undefined;
|
|
627
|
+
gridTemplateRows?: 2 | 1 | "none" | "autoMinmax0" | "autoAutoMinmax0" | "minmax0Auto" | "fr0" | "fr1" | 3 | 4 | 5 | 6 | {
|
|
628
|
+
base?: 2 | 1 | "none" | "autoMinmax0" | "autoAutoMinmax0" | "minmax0Auto" | "fr0" | "fr1" | 3 | 4 | 5 | 6 | undefined;
|
|
629
|
+
sm?: 2 | 1 | "none" | "autoMinmax0" | "autoAutoMinmax0" | "minmax0Auto" | "fr0" | "fr1" | 3 | 4 | 5 | 6 | undefined;
|
|
630
|
+
md?: 2 | 1 | "none" | "autoMinmax0" | "autoAutoMinmax0" | "minmax0Auto" | "fr0" | "fr1" | 3 | 4 | 5 | 6 | undefined;
|
|
631
|
+
lg?: 2 | 1 | "none" | "autoMinmax0" | "autoAutoMinmax0" | "minmax0Auto" | "fr0" | "fr1" | 3 | 4 | 5 | 6 | undefined;
|
|
632
|
+
xl?: 2 | 1 | "none" | "autoMinmax0" | "autoAutoMinmax0" | "minmax0Auto" | "fr0" | "fr1" | 3 | 4 | 5 | 6 | undefined;
|
|
633
|
+
xxl?: 2 | 1 | "none" | "autoMinmax0" | "autoAutoMinmax0" | "minmax0Auto" | "fr0" | "fr1" | 3 | 4 | 5 | 6 | undefined;
|
|
634
|
+
max900?: 2 | 1 | "none" | "autoMinmax0" | "autoAutoMinmax0" | "minmax0Auto" | "fr0" | "fr1" | 3 | 4 | 5 | 6 | undefined;
|
|
635
|
+
max1023?: 2 | 1 | "none" | "autoMinmax0" | "autoAutoMinmax0" | "minmax0Auto" | "fr0" | "fr1" | 3 | 4 | 5 | 6 | undefined;
|
|
636
|
+
min1200?: 2 | 1 | "none" | "autoMinmax0" | "autoAutoMinmax0" | "minmax0Auto" | "fr0" | "fr1" | 3 | 4 | 5 | 6 | undefined;
|
|
637
|
+
} | undefined;
|
|
638
|
+
height?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | {
|
|
639
|
+
base?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | undefined;
|
|
640
|
+
sm?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | undefined;
|
|
641
|
+
md?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | undefined;
|
|
642
|
+
lg?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | undefined;
|
|
643
|
+
xl?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | undefined;
|
|
644
|
+
xxl?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | undefined;
|
|
645
|
+
max900?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | undefined;
|
|
646
|
+
max1023?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | undefined;
|
|
647
|
+
min1200?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | undefined;
|
|
648
|
+
} | undefined;
|
|
649
|
+
hueRotate?: 0 | 15 | 30 | 60 | 90 | 180 | {
|
|
650
|
+
base?: 0 | 15 | 30 | 60 | 90 | 180 | undefined;
|
|
651
|
+
sm?: 0 | 15 | 30 | 60 | 90 | 180 | undefined;
|
|
652
|
+
md?: 0 | 15 | 30 | 60 | 90 | 180 | undefined;
|
|
653
|
+
lg?: 0 | 15 | 30 | 60 | 90 | 180 | undefined;
|
|
654
|
+
xl?: 0 | 15 | 30 | 60 | 90 | 180 | undefined;
|
|
655
|
+
xxl?: 0 | 15 | 30 | 60 | 90 | 180 | undefined;
|
|
656
|
+
max900?: 0 | 15 | 30 | 60 | 90 | 180 | undefined;
|
|
657
|
+
max1023?: 0 | 15 | 30 | 60 | 90 | 180 | undefined;
|
|
658
|
+
min1200?: 0 | 15 | 30 | 60 | 90 | 180 | undefined;
|
|
659
|
+
} | undefined;
|
|
660
|
+
inset?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
661
|
+
base?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
662
|
+
sm?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
663
|
+
md?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
664
|
+
lg?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
665
|
+
xl?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
666
|
+
xxl?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
667
|
+
max900?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
668
|
+
max1023?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
669
|
+
min1200?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
670
|
+
} | undefined;
|
|
671
|
+
invert?: 0 | "default" | {
|
|
672
|
+
base?: 0 | "default" | undefined;
|
|
673
|
+
sm?: 0 | "default" | undefined;
|
|
674
|
+
md?: 0 | "default" | undefined;
|
|
675
|
+
lg?: 0 | "default" | undefined;
|
|
676
|
+
xl?: 0 | "default" | undefined;
|
|
677
|
+
xxl?: 0 | "default" | undefined;
|
|
678
|
+
max900?: 0 | "default" | undefined;
|
|
679
|
+
max1023?: 0 | "default" | undefined;
|
|
680
|
+
min1200?: 0 | "default" | undefined;
|
|
681
|
+
} | undefined;
|
|
682
|
+
justifyContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-around" | "space-between" | {
|
|
683
|
+
base?: "center" | "flex-start" | "flex-end" | "stretch" | "space-around" | "space-between" | undefined;
|
|
684
|
+
sm?: "center" | "flex-start" | "flex-end" | "stretch" | "space-around" | "space-between" | undefined;
|
|
685
|
+
md?: "center" | "flex-start" | "flex-end" | "stretch" | "space-around" | "space-between" | undefined;
|
|
686
|
+
lg?: "center" | "flex-start" | "flex-end" | "stretch" | "space-around" | "space-between" | undefined;
|
|
687
|
+
xl?: "center" | "flex-start" | "flex-end" | "stretch" | "space-around" | "space-between" | undefined;
|
|
688
|
+
xxl?: "center" | "flex-start" | "flex-end" | "stretch" | "space-around" | "space-between" | undefined;
|
|
689
|
+
max900?: "center" | "flex-start" | "flex-end" | "stretch" | "space-around" | "space-between" | undefined;
|
|
690
|
+
max1023?: "center" | "flex-start" | "flex-end" | "stretch" | "space-around" | "space-between" | undefined;
|
|
691
|
+
min1200?: "center" | "flex-start" | "flex-end" | "stretch" | "space-around" | "space-between" | undefined;
|
|
692
|
+
} | undefined;
|
|
693
|
+
left?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
694
|
+
base?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
695
|
+
sm?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
696
|
+
md?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
697
|
+
lg?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
698
|
+
xl?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
699
|
+
xxl?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
700
|
+
max900?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
701
|
+
max1023?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
702
|
+
min1200?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
703
|
+
} | undefined;
|
|
704
|
+
letterSpacing?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | "caps" | "capsTight" | "capsNarrow" | {
|
|
705
|
+
base?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | "caps" | "capsTight" | "capsNarrow" | undefined;
|
|
706
|
+
sm?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | "caps" | "capsTight" | "capsNarrow" | undefined;
|
|
707
|
+
md?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | "caps" | "capsTight" | "capsNarrow" | undefined;
|
|
708
|
+
lg?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | "caps" | "capsTight" | "capsNarrow" | undefined;
|
|
709
|
+
xl?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | "caps" | "capsTight" | "capsNarrow" | undefined;
|
|
710
|
+
xxl?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | "caps" | "capsTight" | "capsNarrow" | undefined;
|
|
711
|
+
max900?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | "caps" | "capsTight" | "capsNarrow" | undefined;
|
|
712
|
+
max1023?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | "caps" | "capsTight" | "capsNarrow" | undefined;
|
|
713
|
+
min1200?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | "caps" | "capsTight" | "capsNarrow" | undefined;
|
|
714
|
+
} | undefined;
|
|
715
|
+
wordSpacing?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | {
|
|
716
|
+
base?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | undefined;
|
|
717
|
+
sm?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | undefined;
|
|
718
|
+
md?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | undefined;
|
|
719
|
+
lg?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | undefined;
|
|
720
|
+
xl?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | undefined;
|
|
721
|
+
xxl?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | undefined;
|
|
722
|
+
max900?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | undefined;
|
|
723
|
+
max1023?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | undefined;
|
|
724
|
+
min1200?: "normal" | "tighter" | "tight" | "wide" | "wider" | "widest" | undefined;
|
|
725
|
+
} | undefined;
|
|
726
|
+
lineHeight?: 0 | 2 | 1 | "sm" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "auto" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | "normal" | "tight" | "snug" | "relaxed" | "loose" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.2 | 1.3 | 1.4 | 1.45 | 1.6 | 1.7 | {
|
|
727
|
+
base?: 0 | 2 | 1 | "sm" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "auto" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | "normal" | "tight" | "snug" | "relaxed" | "loose" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.2 | 1.3 | 1.4 | 1.45 | 1.6 | 1.7 | undefined;
|
|
728
|
+
sm?: 0 | 2 | 1 | "sm" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "auto" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | "normal" | "tight" | "snug" | "relaxed" | "loose" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.2 | 1.3 | 1.4 | 1.45 | 1.6 | 1.7 | undefined;
|
|
729
|
+
md?: 0 | 2 | 1 | "sm" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "auto" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | "normal" | "tight" | "snug" | "relaxed" | "loose" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.2 | 1.3 | 1.4 | 1.45 | 1.6 | 1.7 | undefined;
|
|
730
|
+
lg?: 0 | 2 | 1 | "sm" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "auto" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | "normal" | "tight" | "snug" | "relaxed" | "loose" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.2 | 1.3 | 1.4 | 1.45 | 1.6 | 1.7 | undefined;
|
|
731
|
+
xl?: 0 | 2 | 1 | "sm" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "auto" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | "normal" | "tight" | "snug" | "relaxed" | "loose" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.2 | 1.3 | 1.4 | 1.45 | 1.6 | 1.7 | undefined;
|
|
732
|
+
xxl?: 0 | 2 | 1 | "sm" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "auto" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | "normal" | "tight" | "snug" | "relaxed" | "loose" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.2 | 1.3 | 1.4 | 1.45 | 1.6 | 1.7 | undefined;
|
|
733
|
+
max900?: 0 | 2 | 1 | "sm" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "auto" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | "normal" | "tight" | "snug" | "relaxed" | "loose" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.2 | 1.3 | 1.4 | 1.45 | 1.6 | 1.7 | undefined;
|
|
734
|
+
max1023?: 0 | 2 | 1 | "sm" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "auto" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | "normal" | "tight" | "snug" | "relaxed" | "loose" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.2 | 1.3 | 1.4 | 1.45 | 1.6 | 1.7 | undefined;
|
|
735
|
+
min1200?: 0 | 2 | 1 | "sm" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "auto" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | "normal" | "tight" | "snug" | "relaxed" | "loose" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.2 | 1.3 | 1.4 | 1.45 | 1.6 | 1.7 | undefined;
|
|
736
|
+
} | undefined;
|
|
737
|
+
listStyleType?: "none" | "disc" | "decimal" | {
|
|
738
|
+
base?: "none" | "disc" | "decimal" | undefined;
|
|
739
|
+
sm?: "none" | "disc" | "decimal" | undefined;
|
|
740
|
+
md?: "none" | "disc" | "decimal" | undefined;
|
|
741
|
+
lg?: "none" | "disc" | "decimal" | undefined;
|
|
742
|
+
xl?: "none" | "disc" | "decimal" | undefined;
|
|
743
|
+
xxl?: "none" | "disc" | "decimal" | undefined;
|
|
744
|
+
max900?: "none" | "disc" | "decimal" | undefined;
|
|
745
|
+
max1023?: "none" | "disc" | "decimal" | undefined;
|
|
746
|
+
min1200?: "none" | "disc" | "decimal" | undefined;
|
|
747
|
+
} | undefined;
|
|
748
|
+
margin?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
749
|
+
base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
750
|
+
sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
751
|
+
md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
752
|
+
lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
753
|
+
xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
754
|
+
xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
755
|
+
max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
756
|
+
max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
757
|
+
min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
758
|
+
} | undefined;
|
|
759
|
+
marginBottom?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
760
|
+
base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
761
|
+
sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
762
|
+
md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
763
|
+
lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
764
|
+
xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
765
|
+
xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
766
|
+
max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
767
|
+
max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
768
|
+
min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
769
|
+
} | undefined;
|
|
770
|
+
marginLeft?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
771
|
+
base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
772
|
+
sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
773
|
+
md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
774
|
+
lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
775
|
+
xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
776
|
+
xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
777
|
+
max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
778
|
+
max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
779
|
+
min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
780
|
+
} | undefined;
|
|
781
|
+
marginRight?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
782
|
+
base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
783
|
+
sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
784
|
+
md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
785
|
+
lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
786
|
+
xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
787
|
+
xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
788
|
+
max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
789
|
+
max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
790
|
+
min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
791
|
+
} | undefined;
|
|
792
|
+
marginTop?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
793
|
+
base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
794
|
+
sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
795
|
+
md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
796
|
+
lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
797
|
+
xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
798
|
+
xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
799
|
+
max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
800
|
+
max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
801
|
+
min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
802
|
+
} | undefined;
|
|
803
|
+
maxHeight?: 0 | 2 | 1 | "none" | "full" | "auto" | "min" | "max" | "screen" | "fit" | "50vh" | "70vh" | "90vh" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
804
|
+
base?: 0 | 2 | 1 | "none" | "full" | "auto" | "min" | "max" | "screen" | "fit" | "50vh" | "70vh" | "90vh" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
805
|
+
sm?: 0 | 2 | 1 | "none" | "full" | "auto" | "min" | "max" | "screen" | "fit" | "50vh" | "70vh" | "90vh" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
806
|
+
md?: 0 | 2 | 1 | "none" | "full" | "auto" | "min" | "max" | "screen" | "fit" | "50vh" | "70vh" | "90vh" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
807
|
+
lg?: 0 | 2 | 1 | "none" | "full" | "auto" | "min" | "max" | "screen" | "fit" | "50vh" | "70vh" | "90vh" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
808
|
+
xl?: 0 | 2 | 1 | "none" | "full" | "auto" | "min" | "max" | "screen" | "fit" | "50vh" | "70vh" | "90vh" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
809
|
+
xxl?: 0 | 2 | 1 | "none" | "full" | "auto" | "min" | "max" | "screen" | "fit" | "50vh" | "70vh" | "90vh" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
810
|
+
max900?: 0 | 2 | 1 | "none" | "full" | "auto" | "min" | "max" | "screen" | "fit" | "50vh" | "70vh" | "90vh" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
811
|
+
max1023?: 0 | 2 | 1 | "none" | "full" | "auto" | "min" | "max" | "screen" | "fit" | "50vh" | "70vh" | "90vh" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
812
|
+
min1200?: 0 | 2 | 1 | "none" | "full" | "auto" | "min" | "max" | "screen" | "fit" | "50vh" | "70vh" | "90vh" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
813
|
+
} | undefined;
|
|
814
|
+
maxWidth?: 0 | "sm" | "md" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "3/4" | "2/5" | "xs" | "5xl" | "6xl" | "7xl" | "min" | "max" | "fit" | "12rem" | "26rem" | "50vw" | "prose" | 960 | 700 | 720 | 800 | 640 | {
|
|
815
|
+
base?: 0 | "sm" | "md" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "3/4" | "2/5" | "xs" | "5xl" | "6xl" | "7xl" | "min" | "max" | "fit" | "12rem" | "26rem" | "50vw" | "prose" | 960 | 700 | 720 | 800 | 640 | undefined;
|
|
816
|
+
sm?: 0 | "sm" | "md" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "3/4" | "2/5" | "xs" | "5xl" | "6xl" | "7xl" | "min" | "max" | "fit" | "12rem" | "26rem" | "50vw" | "prose" | 960 | 700 | 720 | 800 | 640 | undefined;
|
|
817
|
+
md?: 0 | "sm" | "md" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "3/4" | "2/5" | "xs" | "5xl" | "6xl" | "7xl" | "min" | "max" | "fit" | "12rem" | "26rem" | "50vw" | "prose" | 960 | 700 | 720 | 800 | 640 | undefined;
|
|
818
|
+
lg?: 0 | "sm" | "md" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "3/4" | "2/5" | "xs" | "5xl" | "6xl" | "7xl" | "min" | "max" | "fit" | "12rem" | "26rem" | "50vw" | "prose" | 960 | 700 | 720 | 800 | 640 | undefined;
|
|
819
|
+
xl?: 0 | "sm" | "md" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "3/4" | "2/5" | "xs" | "5xl" | "6xl" | "7xl" | "min" | "max" | "fit" | "12rem" | "26rem" | "50vw" | "prose" | 960 | 700 | 720 | 800 | 640 | undefined;
|
|
820
|
+
xxl?: 0 | "sm" | "md" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "3/4" | "2/5" | "xs" | "5xl" | "6xl" | "7xl" | "min" | "max" | "fit" | "12rem" | "26rem" | "50vw" | "prose" | 960 | 700 | 720 | 800 | 640 | undefined;
|
|
821
|
+
max900?: 0 | "sm" | "md" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "3/4" | "2/5" | "xs" | "5xl" | "6xl" | "7xl" | "min" | "max" | "fit" | "12rem" | "26rem" | "50vw" | "prose" | 960 | 700 | 720 | 800 | 640 | undefined;
|
|
822
|
+
max1023?: 0 | "sm" | "md" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "3/4" | "2/5" | "xs" | "5xl" | "6xl" | "7xl" | "min" | "max" | "fit" | "12rem" | "26rem" | "50vw" | "prose" | 960 | 700 | 720 | 800 | 640 | undefined;
|
|
823
|
+
min1200?: 0 | "sm" | "md" | "lg" | "xl" | "none" | "2xl" | "3xl" | "4xl" | "full" | "3/4" | "2/5" | "xs" | "5xl" | "6xl" | "7xl" | "min" | "max" | "fit" | "12rem" | "26rem" | "50vw" | "prose" | 960 | 700 | 720 | 800 | 640 | undefined;
|
|
824
|
+
} | undefined;
|
|
825
|
+
minHeight?: 0 | 2 | 1 | "full" | "auto" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 350 | 360 | {
|
|
826
|
+
base?: 0 | 2 | 1 | "full" | "auto" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 350 | 360 | undefined;
|
|
827
|
+
sm?: 0 | 2 | 1 | "full" | "auto" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 350 | 360 | undefined;
|
|
828
|
+
md?: 0 | 2 | 1 | "full" | "auto" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 350 | 360 | undefined;
|
|
829
|
+
lg?: 0 | 2 | 1 | "full" | "auto" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 350 | 360 | undefined;
|
|
830
|
+
xl?: 0 | 2 | 1 | "full" | "auto" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 350 | 360 | undefined;
|
|
831
|
+
xxl?: 0 | 2 | 1 | "full" | "auto" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 350 | 360 | undefined;
|
|
832
|
+
max900?: 0 | 2 | 1 | "full" | "auto" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 350 | 360 | undefined;
|
|
833
|
+
max1023?: 0 | 2 | 1 | "full" | "auto" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 350 | 360 | undefined;
|
|
834
|
+
min1200?: 0 | 2 | 1 | "full" | "auto" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 350 | 360 | undefined;
|
|
835
|
+
} | undefined;
|
|
836
|
+
minWidth?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 640 | 360 | 140 | {
|
|
837
|
+
base?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 640 | 360 | 140 | undefined;
|
|
838
|
+
sm?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 640 | 360 | 140 | undefined;
|
|
839
|
+
md?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 640 | 360 | 140 | undefined;
|
|
840
|
+
lg?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 640 | 360 | 140 | undefined;
|
|
841
|
+
xl?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 640 | 360 | 140 | undefined;
|
|
842
|
+
xxl?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 640 | 360 | 140 | undefined;
|
|
843
|
+
max900?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 640 | 360 | 140 | undefined;
|
|
844
|
+
max1023?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 640 | 360 | 140 | undefined;
|
|
845
|
+
min1200?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 640 | 360 | 140 | undefined;
|
|
846
|
+
} | undefined;
|
|
847
|
+
outline?: "none" | {
|
|
848
|
+
base?: "none" | undefined;
|
|
849
|
+
sm?: "none" | undefined;
|
|
850
|
+
md?: "none" | undefined;
|
|
851
|
+
lg?: "none" | undefined;
|
|
852
|
+
xl?: "none" | undefined;
|
|
853
|
+
xxl?: "none" | undefined;
|
|
854
|
+
max900?: "none" | undefined;
|
|
855
|
+
max1023?: "none" | undefined;
|
|
856
|
+
min1200?: "none" | undefined;
|
|
857
|
+
} | undefined;
|
|
858
|
+
outlineOffset?: 0 | 2 | 1 | 4 | 8 | {
|
|
859
|
+
base?: 0 | 2 | 1 | 4 | 8 | undefined;
|
|
860
|
+
sm?: 0 | 2 | 1 | 4 | 8 | undefined;
|
|
861
|
+
md?: 0 | 2 | 1 | 4 | 8 | undefined;
|
|
862
|
+
lg?: 0 | 2 | 1 | 4 | 8 | undefined;
|
|
863
|
+
xl?: 0 | 2 | 1 | 4 | 8 | undefined;
|
|
864
|
+
xxl?: 0 | 2 | 1 | 4 | 8 | undefined;
|
|
865
|
+
max900?: 0 | 2 | 1 | 4 | 8 | undefined;
|
|
866
|
+
max1023?: 0 | 2 | 1 | 4 | 8 | undefined;
|
|
867
|
+
min1200?: 0 | 2 | 1 | 4 | 8 | undefined;
|
|
868
|
+
} | undefined;
|
|
869
|
+
outlineWidth?: 0 | 2 | 1 | 4 | 8 | {
|
|
870
|
+
base?: 0 | 2 | 1 | 4 | 8 | undefined;
|
|
871
|
+
sm?: 0 | 2 | 1 | 4 | 8 | undefined;
|
|
872
|
+
md?: 0 | 2 | 1 | 4 | 8 | undefined;
|
|
873
|
+
lg?: 0 | 2 | 1 | 4 | 8 | undefined;
|
|
874
|
+
xl?: 0 | 2 | 1 | 4 | 8 | undefined;
|
|
875
|
+
xxl?: 0 | 2 | 1 | 4 | 8 | undefined;
|
|
876
|
+
max900?: 0 | 2 | 1 | 4 | 8 | undefined;
|
|
877
|
+
max1023?: 0 | 2 | 1 | 4 | 8 | undefined;
|
|
878
|
+
min1200?: 0 | 2 | 1 | 4 | 8 | undefined;
|
|
879
|
+
} | undefined;
|
|
880
|
+
overflow?: "auto" | "hidden" | "visible" | "scroll" | {
|
|
881
|
+
base?: "auto" | "hidden" | "visible" | "scroll" | undefined;
|
|
882
|
+
sm?: "auto" | "hidden" | "visible" | "scroll" | undefined;
|
|
883
|
+
md?: "auto" | "hidden" | "visible" | "scroll" | undefined;
|
|
884
|
+
lg?: "auto" | "hidden" | "visible" | "scroll" | undefined;
|
|
885
|
+
xl?: "auto" | "hidden" | "visible" | "scroll" | undefined;
|
|
886
|
+
xxl?: "auto" | "hidden" | "visible" | "scroll" | undefined;
|
|
887
|
+
max900?: "auto" | "hidden" | "visible" | "scroll" | undefined;
|
|
888
|
+
max1023?: "auto" | "hidden" | "visible" | "scroll" | undefined;
|
|
889
|
+
min1200?: "auto" | "hidden" | "visible" | "scroll" | undefined;
|
|
890
|
+
} | undefined;
|
|
891
|
+
overflowWrap?: "anywhere" | "break-word" | {
|
|
892
|
+
base?: "anywhere" | "break-word" | undefined;
|
|
893
|
+
sm?: "anywhere" | "break-word" | undefined;
|
|
894
|
+
md?: "anywhere" | "break-word" | undefined;
|
|
895
|
+
lg?: "anywhere" | "break-word" | undefined;
|
|
896
|
+
xl?: "anywhere" | "break-word" | undefined;
|
|
897
|
+
xxl?: "anywhere" | "break-word" | undefined;
|
|
898
|
+
max900?: "anywhere" | "break-word" | undefined;
|
|
899
|
+
max1023?: "anywhere" | "break-word" | undefined;
|
|
900
|
+
min1200?: "anywhere" | "break-word" | undefined;
|
|
901
|
+
} | undefined;
|
|
902
|
+
overflowY?: "auto" | "hidden" | "scroll" | {
|
|
903
|
+
base?: "auto" | "hidden" | "scroll" | undefined;
|
|
904
|
+
sm?: "auto" | "hidden" | "scroll" | undefined;
|
|
905
|
+
md?: "auto" | "hidden" | "scroll" | undefined;
|
|
906
|
+
lg?: "auto" | "hidden" | "scroll" | undefined;
|
|
907
|
+
xl?: "auto" | "hidden" | "scroll" | undefined;
|
|
908
|
+
xxl?: "auto" | "hidden" | "scroll" | undefined;
|
|
909
|
+
max900?: "auto" | "hidden" | "scroll" | undefined;
|
|
910
|
+
max1023?: "auto" | "hidden" | "scroll" | undefined;
|
|
911
|
+
min1200?: "auto" | "hidden" | "scroll" | undefined;
|
|
912
|
+
} | undefined;
|
|
913
|
+
overflowX?: "auto" | "hidden" | "visible" | "scroll" | {
|
|
914
|
+
base?: "auto" | "hidden" | "visible" | "scroll" | undefined;
|
|
915
|
+
sm?: "auto" | "hidden" | "visible" | "scroll" | undefined;
|
|
916
|
+
md?: "auto" | "hidden" | "visible" | "scroll" | undefined;
|
|
917
|
+
lg?: "auto" | "hidden" | "visible" | "scroll" | undefined;
|
|
918
|
+
xl?: "auto" | "hidden" | "visible" | "scroll" | undefined;
|
|
919
|
+
xxl?: "auto" | "hidden" | "visible" | "scroll" | undefined;
|
|
920
|
+
max900?: "auto" | "hidden" | "visible" | "scroll" | undefined;
|
|
921
|
+
max1023?: "auto" | "hidden" | "visible" | "scroll" | undefined;
|
|
922
|
+
min1200?: "auto" | "hidden" | "visible" | "scroll" | undefined;
|
|
923
|
+
} | undefined;
|
|
924
|
+
padding?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
925
|
+
base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
926
|
+
sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
927
|
+
md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
928
|
+
lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
929
|
+
xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
930
|
+
xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
931
|
+
max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
932
|
+
max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
933
|
+
min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
934
|
+
} | undefined;
|
|
935
|
+
paddingBottom?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
936
|
+
base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
937
|
+
sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
938
|
+
md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
939
|
+
lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
940
|
+
xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
941
|
+
xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
942
|
+
max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
943
|
+
max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
944
|
+
min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
945
|
+
} | undefined;
|
|
946
|
+
paddingBlock?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
947
|
+
base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
948
|
+
sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
949
|
+
md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
950
|
+
lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
951
|
+
xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
952
|
+
xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
953
|
+
max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
954
|
+
max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
955
|
+
min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
956
|
+
} | undefined;
|
|
957
|
+
paddingInline?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
958
|
+
base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
959
|
+
sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
960
|
+
md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
961
|
+
lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
962
|
+
xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
963
|
+
xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
964
|
+
max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
965
|
+
max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
966
|
+
min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
967
|
+
} | undefined;
|
|
968
|
+
paddingLeft?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
969
|
+
base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
970
|
+
sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
971
|
+
md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
972
|
+
lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
973
|
+
xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
974
|
+
xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
975
|
+
max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
976
|
+
max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
977
|
+
min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
978
|
+
} | undefined;
|
|
979
|
+
paddingRight?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
980
|
+
base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
981
|
+
sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
982
|
+
md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
983
|
+
lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
984
|
+
xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
985
|
+
xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
986
|
+
max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
987
|
+
max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
988
|
+
min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
989
|
+
} | undefined;
|
|
990
|
+
paddingTop?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
991
|
+
base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
992
|
+
sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
993
|
+
md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
994
|
+
lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
995
|
+
xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
996
|
+
xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
997
|
+
max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
998
|
+
max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
999
|
+
min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1000
|
+
} | undefined;
|
|
1001
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | {
|
|
1002
|
+
base?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
1003
|
+
sm?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
1004
|
+
md?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
1005
|
+
lg?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
1006
|
+
xl?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
1007
|
+
xxl?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
1008
|
+
max900?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
1009
|
+
max1023?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
1010
|
+
min1200?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
1011
|
+
} | undefined;
|
|
1012
|
+
right?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
1013
|
+
base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1014
|
+
sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1015
|
+
md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1016
|
+
lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1017
|
+
xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1018
|
+
xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1019
|
+
max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1020
|
+
max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1021
|
+
min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1022
|
+
} | undefined;
|
|
1023
|
+
rowGap?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
1024
|
+
base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1025
|
+
sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1026
|
+
md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1027
|
+
lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1028
|
+
xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1029
|
+
xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1030
|
+
max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1031
|
+
max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1032
|
+
min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1033
|
+
} | undefined;
|
|
1034
|
+
scale?: 0 | 90 | 50 | 75 | 95 | 100 | 105 | 110 | 125 | 150 | {
|
|
1035
|
+
base?: 0 | 90 | 50 | 75 | 95 | 100 | 105 | 110 | 125 | 150 | undefined;
|
|
1036
|
+
sm?: 0 | 90 | 50 | 75 | 95 | 100 | 105 | 110 | 125 | 150 | undefined;
|
|
1037
|
+
md?: 0 | 90 | 50 | 75 | 95 | 100 | 105 | 110 | 125 | 150 | undefined;
|
|
1038
|
+
lg?: 0 | 90 | 50 | 75 | 95 | 100 | 105 | 110 | 125 | 150 | undefined;
|
|
1039
|
+
xl?: 0 | 90 | 50 | 75 | 95 | 100 | 105 | 110 | 125 | 150 | undefined;
|
|
1040
|
+
xxl?: 0 | 90 | 50 | 75 | 95 | 100 | 105 | 110 | 125 | 150 | undefined;
|
|
1041
|
+
max900?: 0 | 90 | 50 | 75 | 95 | 100 | 105 | 110 | 125 | 150 | undefined;
|
|
1042
|
+
max1023?: 0 | 90 | 50 | 75 | 95 | 100 | 105 | 110 | 125 | 150 | undefined;
|
|
1043
|
+
min1200?: 0 | 90 | 50 | 75 | 95 | 100 | 105 | 110 | 125 | 150 | undefined;
|
|
1044
|
+
} | undefined;
|
|
1045
|
+
scrollbarGutter?: "auto" | "stable" | "stable both-edges" | {
|
|
1046
|
+
base?: "auto" | "stable" | "stable both-edges" | undefined;
|
|
1047
|
+
sm?: "auto" | "stable" | "stable both-edges" | undefined;
|
|
1048
|
+
md?: "auto" | "stable" | "stable both-edges" | undefined;
|
|
1049
|
+
lg?: "auto" | "stable" | "stable both-edges" | undefined;
|
|
1050
|
+
xl?: "auto" | "stable" | "stable both-edges" | undefined;
|
|
1051
|
+
xxl?: "auto" | "stable" | "stable both-edges" | undefined;
|
|
1052
|
+
max900?: "auto" | "stable" | "stable both-edges" | undefined;
|
|
1053
|
+
max1023?: "auto" | "stable" | "stable both-edges" | undefined;
|
|
1054
|
+
min1200?: "auto" | "stable" | "stable both-edges" | undefined;
|
|
1055
|
+
} | undefined;
|
|
1056
|
+
scrollMargin?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
1057
|
+
base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1058
|
+
sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1059
|
+
md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1060
|
+
lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1061
|
+
xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1062
|
+
xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1063
|
+
max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1064
|
+
max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1065
|
+
min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1066
|
+
} | undefined;
|
|
1067
|
+
scrollMarginTop?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
1068
|
+
base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1069
|
+
sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1070
|
+
md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1071
|
+
lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1072
|
+
xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1073
|
+
xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1074
|
+
max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1075
|
+
max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1076
|
+
min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1077
|
+
} | undefined;
|
|
1078
|
+
scrollPadding?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
1079
|
+
base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1080
|
+
sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1081
|
+
md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1082
|
+
lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1083
|
+
xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1084
|
+
xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1085
|
+
max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1086
|
+
max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1087
|
+
min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1088
|
+
} | undefined;
|
|
1089
|
+
strokeWidth?: 0 | 2 | 1 | {
|
|
1090
|
+
base?: 0 | 2 | 1 | undefined;
|
|
1091
|
+
sm?: 0 | 2 | 1 | undefined;
|
|
1092
|
+
md?: 0 | 2 | 1 | undefined;
|
|
1093
|
+
lg?: 0 | 2 | 1 | undefined;
|
|
1094
|
+
xl?: 0 | 2 | 1 | undefined;
|
|
1095
|
+
xxl?: 0 | 2 | 1 | undefined;
|
|
1096
|
+
max900?: 0 | 2 | 1 | undefined;
|
|
1097
|
+
max1023?: 0 | 2 | 1 | undefined;
|
|
1098
|
+
min1200?: 0 | 2 | 1 | undefined;
|
|
1099
|
+
} | undefined;
|
|
1100
|
+
textAlign?: "left" | "center" | "end" | {
|
|
1101
|
+
base?: "left" | "center" | "end" | undefined;
|
|
1102
|
+
sm?: "left" | "center" | "end" | undefined;
|
|
1103
|
+
md?: "left" | "center" | "end" | undefined;
|
|
1104
|
+
lg?: "left" | "center" | "end" | undefined;
|
|
1105
|
+
xl?: "left" | "center" | "end" | undefined;
|
|
1106
|
+
xxl?: "left" | "center" | "end" | undefined;
|
|
1107
|
+
max900?: "left" | "center" | "end" | undefined;
|
|
1108
|
+
max1023?: "left" | "center" | "end" | undefined;
|
|
1109
|
+
min1200?: "left" | "center" | "end" | undefined;
|
|
1110
|
+
} | undefined;
|
|
1111
|
+
textOverflow?: "clip" | "ellipsis" | {
|
|
1112
|
+
base?: "clip" | "ellipsis" | undefined;
|
|
1113
|
+
sm?: "clip" | "ellipsis" | undefined;
|
|
1114
|
+
md?: "clip" | "ellipsis" | undefined;
|
|
1115
|
+
lg?: "clip" | "ellipsis" | undefined;
|
|
1116
|
+
xl?: "clip" | "ellipsis" | undefined;
|
|
1117
|
+
xxl?: "clip" | "ellipsis" | undefined;
|
|
1118
|
+
max900?: "clip" | "ellipsis" | undefined;
|
|
1119
|
+
max1023?: "clip" | "ellipsis" | undefined;
|
|
1120
|
+
min1200?: "clip" | "ellipsis" | undefined;
|
|
1121
|
+
} | undefined;
|
|
1122
|
+
top?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
1123
|
+
base?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1124
|
+
sm?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1125
|
+
md?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1126
|
+
lg?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1127
|
+
xl?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1128
|
+
xxl?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1129
|
+
max900?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1130
|
+
max1023?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1131
|
+
min1200?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1132
|
+
} | undefined;
|
|
1133
|
+
userSelect?: "none" | {
|
|
1134
|
+
base?: "none" | undefined;
|
|
1135
|
+
sm?: "none" | undefined;
|
|
1136
|
+
md?: "none" | undefined;
|
|
1137
|
+
lg?: "none" | undefined;
|
|
1138
|
+
xl?: "none" | undefined;
|
|
1139
|
+
xxl?: "none" | undefined;
|
|
1140
|
+
max900?: "none" | undefined;
|
|
1141
|
+
max1023?: "none" | undefined;
|
|
1142
|
+
min1200?: "none" | undefined;
|
|
1143
|
+
} | undefined;
|
|
1144
|
+
visibility?: "hidden" | "visible" | {
|
|
1145
|
+
base?: "hidden" | "visible" | undefined;
|
|
1146
|
+
sm?: "hidden" | "visible" | undefined;
|
|
1147
|
+
md?: "hidden" | "visible" | undefined;
|
|
1148
|
+
lg?: "hidden" | "visible" | undefined;
|
|
1149
|
+
xl?: "hidden" | "visible" | undefined;
|
|
1150
|
+
xxl?: "hidden" | "visible" | undefined;
|
|
1151
|
+
max900?: "hidden" | "visible" | undefined;
|
|
1152
|
+
max1023?: "hidden" | "visible" | undefined;
|
|
1153
|
+
min1200?: "hidden" | "visible" | undefined;
|
|
1154
|
+
} | undefined;
|
|
1155
|
+
width?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 140 | {
|
|
1156
|
+
base?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 140 | undefined;
|
|
1157
|
+
sm?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 140 | undefined;
|
|
1158
|
+
md?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 140 | undefined;
|
|
1159
|
+
lg?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 140 | undefined;
|
|
1160
|
+
xl?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 140 | undefined;
|
|
1161
|
+
xxl?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 140 | undefined;
|
|
1162
|
+
max900?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 140 | undefined;
|
|
1163
|
+
max1023?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 140 | undefined;
|
|
1164
|
+
min1200?: 0 | 2 | 1 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "1/12" | "2/12" | "3/12" | "4/12" | "5/12" | "6/12" | "7/12" | "8/12" | "9/12" | "10/12" | "11/12" | "min" | "max" | "screen" | "fit" | "8%" | "10%" | "12%" | "15%" | "16%" | "22%" | "26%" | "30%" | "70%" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 140 | undefined;
|
|
1165
|
+
} | undefined;
|
|
1166
|
+
wordBreak?: "break-word" | "break-all" | {
|
|
1167
|
+
base?: "break-word" | "break-all" | undefined;
|
|
1168
|
+
sm?: "break-word" | "break-all" | undefined;
|
|
1169
|
+
md?: "break-word" | "break-all" | undefined;
|
|
1170
|
+
lg?: "break-word" | "break-all" | undefined;
|
|
1171
|
+
xl?: "break-word" | "break-all" | undefined;
|
|
1172
|
+
xxl?: "break-word" | "break-all" | undefined;
|
|
1173
|
+
max900?: "break-word" | "break-all" | undefined;
|
|
1174
|
+
max1023?: "break-word" | "break-all" | undefined;
|
|
1175
|
+
min1200?: "break-word" | "break-all" | undefined;
|
|
1176
|
+
} | undefined;
|
|
1177
|
+
zIndex?: 0 | 1 | "auto" | "modal" | 4 | 10 | 20 | 30 | 40 | 50 | {
|
|
1178
|
+
base?: 0 | 1 | "auto" | "modal" | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
1179
|
+
sm?: 0 | 1 | "auto" | "modal" | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
1180
|
+
md?: 0 | 1 | "auto" | "modal" | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
1181
|
+
lg?: 0 | 1 | "auto" | "modal" | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
1182
|
+
xl?: 0 | 1 | "auto" | "modal" | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
1183
|
+
xxl?: 0 | 1 | "auto" | "modal" | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
1184
|
+
max900?: 0 | 1 | "auto" | "modal" | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
1185
|
+
max1023?: 0 | 1 | "auto" | "modal" | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
1186
|
+
min1200?: 0 | 1 | "auto" | "modal" | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
1187
|
+
} | undefined;
|
|
1188
|
+
whiteSpace?: "normal" | "nowrap" | "pre" | "pre-wrap" | {
|
|
1189
|
+
base?: "normal" | "nowrap" | "pre" | "pre-wrap" | undefined;
|
|
1190
|
+
sm?: "normal" | "nowrap" | "pre" | "pre-wrap" | undefined;
|
|
1191
|
+
md?: "normal" | "nowrap" | "pre" | "pre-wrap" | undefined;
|
|
1192
|
+
lg?: "normal" | "nowrap" | "pre" | "pre-wrap" | undefined;
|
|
1193
|
+
xl?: "normal" | "nowrap" | "pre" | "pre-wrap" | undefined;
|
|
1194
|
+
xxl?: "normal" | "nowrap" | "pre" | "pre-wrap" | undefined;
|
|
1195
|
+
max900?: "normal" | "nowrap" | "pre" | "pre-wrap" | undefined;
|
|
1196
|
+
max1023?: "normal" | "nowrap" | "pre" | "pre-wrap" | undefined;
|
|
1197
|
+
min1200?: "normal" | "nowrap" | "pre" | "pre-wrap" | undefined;
|
|
1198
|
+
} | undefined;
|
|
1199
|
+
resize?: "none" | "both" | "horizontal" | "vertical" | {
|
|
1200
|
+
base?: "none" | "both" | "horizontal" | "vertical" | undefined;
|
|
1201
|
+
sm?: "none" | "both" | "horizontal" | "vertical" | undefined;
|
|
1202
|
+
md?: "none" | "both" | "horizontal" | "vertical" | undefined;
|
|
1203
|
+
lg?: "none" | "both" | "horizontal" | "vertical" | undefined;
|
|
1204
|
+
xl?: "none" | "both" | "horizontal" | "vertical" | undefined;
|
|
1205
|
+
xxl?: "none" | "both" | "horizontal" | "vertical" | undefined;
|
|
1206
|
+
max900?: "none" | "both" | "horizontal" | "vertical" | undefined;
|
|
1207
|
+
max1023?: "none" | "both" | "horizontal" | "vertical" | undefined;
|
|
1208
|
+
min1200?: "none" | "both" | "horizontal" | "vertical" | undefined;
|
|
1209
|
+
} | undefined;
|
|
1210
|
+
backgroundImage?: "brandBackgroundGradient" | "brandDiagonal" | "brandDiagonal125" | "pageShellSurface" | "floatingChatSurface" | {
|
|
1211
|
+
base?: "brandBackgroundGradient" | "brandDiagonal" | "brandDiagonal125" | "pageShellSurface" | "floatingChatSurface" | undefined;
|
|
1212
|
+
sm?: "brandBackgroundGradient" | "brandDiagonal" | "brandDiagonal125" | "pageShellSurface" | "floatingChatSurface" | undefined;
|
|
1213
|
+
md?: "brandBackgroundGradient" | "brandDiagonal" | "brandDiagonal125" | "pageShellSurface" | "floatingChatSurface" | undefined;
|
|
1214
|
+
lg?: "brandBackgroundGradient" | "brandDiagonal" | "brandDiagonal125" | "pageShellSurface" | "floatingChatSurface" | undefined;
|
|
1215
|
+
xl?: "brandBackgroundGradient" | "brandDiagonal" | "brandDiagonal125" | "pageShellSurface" | "floatingChatSurface" | undefined;
|
|
1216
|
+
xxl?: "brandBackgroundGradient" | "brandDiagonal" | "brandDiagonal125" | "pageShellSurface" | "floatingChatSurface" | undefined;
|
|
1217
|
+
max900?: "brandBackgroundGradient" | "brandDiagonal" | "brandDiagonal125" | "pageShellSurface" | "floatingChatSurface" | undefined;
|
|
1218
|
+
max1023?: "brandBackgroundGradient" | "brandDiagonal" | "brandDiagonal125" | "pageShellSurface" | "floatingChatSurface" | undefined;
|
|
1219
|
+
min1200?: "brandBackgroundGradient" | "brandDiagonal" | "brandDiagonal125" | "pageShellSurface" | "floatingChatSurface" | undefined;
|
|
1220
|
+
} | undefined;
|
|
1221
|
+
marginX?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
1222
|
+
base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1223
|
+
sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1224
|
+
md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1225
|
+
lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1226
|
+
xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1227
|
+
xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1228
|
+
max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1229
|
+
max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1230
|
+
min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1231
|
+
} | undefined;
|
|
1232
|
+
marginY?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
1233
|
+
base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1234
|
+
sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1235
|
+
md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1236
|
+
lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1237
|
+
xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1238
|
+
xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1239
|
+
max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1240
|
+
max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1241
|
+
min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1242
|
+
} | undefined;
|
|
1243
|
+
paddingX?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
1244
|
+
base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1245
|
+
sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1246
|
+
md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1247
|
+
lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1248
|
+
xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1249
|
+
xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1250
|
+
max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1251
|
+
max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1252
|
+
min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1253
|
+
} | undefined;
|
|
1254
|
+
paddingY?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | {
|
|
1255
|
+
base?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1256
|
+
sm?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1257
|
+
md?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1258
|
+
lg?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1259
|
+
xl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1260
|
+
xxl?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1261
|
+
max900?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1262
|
+
max1023?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1263
|
+
min1200?: 0 | 2 | 1 | "full" | "auto" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1.5 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | undefined;
|
|
1264
|
+
} | undefined;
|
|
1265
|
+
}) => string) & {
|
|
1266
|
+
properties: Set<"animation" | "background" | "border" | "backgroundImage" | "borderRadius" | "borderSpacing" | "borderWidth" | "boxShadow" | "dropShadow" | "grayscale" | "hueRotate" | "invert" | "flex" | "flexBasis" | "flexGrow" | "flexShrink" | "fontFamily" | "fontSize" | "fontWeight" | "gridAutoColumns" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnStart" | "gridRow" | "gridRowStart" | "gridRowEnd" | "gridTemplateColumns" | "gridTemplateRows" | "left" | "top" | "height" | "inset" | "transform" | "opacity" | "letterSpacing" | "wordSpacing" | "lineHeight" | "listStyleType" | "margin" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "objectPosition" | "bottom" | "right" | "order" | "outlineOffset" | "outlineWidth" | "rotate" | "scale" | "sepia" | "skew" | "stroke" | "strokeWidth" | "textDecorationThickness" | "textUnderlineOffset" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "all" | "gap" | "width" | "transitionTimingFunction" | "zIndex" | "alignItems" | "alignSelf" | "appearance" | "backgroundColor" | "backgroundSize" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderCollapse" | "borderLeftColor" | "borderLeftWidth" | "borderRightColor" | "borderRightWidth" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "color" | "columnGap" | "containerType" | "cursor" | "display" | "flexDirection" | "flexWrap" | "fontStyle" | "fontVariantNumeric" | "justifyContent" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "objectFit" | "outlineColor" | "overflowWrap" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pointerEvents" | "position" | "resize" | "rowGap" | "scrollMarginTop" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "textAlign" | "textDecorationColor" | "textIndent" | "textOverflow" | "textTransform" | "transformOrigin" | "userSelect" | "verticalAlign" | "visibility" | "whiteSpace" | "willChange" | "wordBreak" | "borderBottom" | "borderColor" | "borderLeft" | "borderRight" | "borderStyle" | "borderTop" | "font" | "outline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "scrollMargin" | "scrollPadding" | "textDecoration" | "msOverflowStyle" | "clip" | "arrows" | "placeHolder" | "scrollBar" | "marginX" | "marginY" | "paddingX" | "paddingY" | "textColor" | "textOpacity">;
|
|
1267
|
+
};
|
|
1268
|
+
export declare const hoverSprinkles: ((props: {
|
|
1269
|
+
backgroundColor?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
1270
|
+
default?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1271
|
+
hover?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1272
|
+
} | undefined;
|
|
1273
|
+
color?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | {
|
|
1274
|
+
default?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1275
|
+
hover?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1276
|
+
} | undefined;
|
|
1277
|
+
transform?: 0 | "left" | "center" | "right" | 100 | 200 | {
|
|
1278
|
+
default?: 0 | "left" | "center" | "right" | 100 | 200 | undefined;
|
|
1279
|
+
hover?: 0 | "left" | "center" | "right" | 100 | 200 | undefined;
|
|
1280
|
+
} | undefined;
|
|
1281
|
+
textDecoration?: "underline" | {
|
|
1282
|
+
default?: "underline" | undefined;
|
|
1283
|
+
hover?: "underline" | undefined;
|
|
1284
|
+
} | undefined;
|
|
1285
|
+
}) => string) & {
|
|
1286
|
+
properties: Set<"transform" | "backgroundColor" | "color" | "textDecoration">;
|
|
1287
|
+
};
|
|
1288
|
+
export declare const firstChildSprinkles: ((props: {
|
|
1289
|
+
borderTopLeftRadius?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | {
|
|
1290
|
+
default?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
1291
|
+
firstChild?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
1292
|
+
} | undefined;
|
|
1293
|
+
borderTopRightRadius?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | {
|
|
1294
|
+
default?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
1295
|
+
firstChild?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "3xl" | "4xl" | "1/2" | "full" | undefined;
|
|
1296
|
+
} | undefined;
|
|
1297
|
+
}) => string) & {
|
|
1298
|
+
properties: Set<"borderTopLeftRadius" | "borderTopRightRadius">;
|
|
1299
|
+
};
|
|
1300
|
+
//# sourceMappingURL=sprinkles.css.d.ts.map
|