@konstructio/ui 0.0.12 → 0.0.13-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{Combination-Cmu9JRkv.js → Combination-b348x__d.js} +89 -89
- package/dist/Modal-i7eolhYH.js +926 -0
- package/dist/{chevron-up-CvquEaNg.js → chevron-up-DgLBQCKD.js} +1 -1
- package/dist/components/Alert/Alert.js +53 -0
- package/dist/components/Alert/Alert.variants.js +71 -0
- package/dist/components/AlertDialog/AlertDialog.js +60 -50
- package/dist/components/AlertDialog/components/AlertDialogTrigger.js +3 -6
- package/dist/components/AlertDialog/components/index.js +1 -1
- package/dist/components/Autocomplete/Autocomplete.js +74 -72
- package/dist/components/Autocomplete/Autocomplete.variants.js +11 -21
- package/dist/components/Autocomplete/components/List/List.js +28 -30
- package/dist/components/Autocomplete/components/List/List.variants.js +34 -40
- package/dist/components/Breadcrumb/Breadcrumb.js +67 -77
- package/dist/components/Breadcrumb/Breadcrumb.variants.js +22 -40
- package/dist/components/Breadcrumb/components/Item/Item.js +49 -0
- package/dist/components/Breadcrumb/components/Item/Item.variants.js +72 -0
- package/dist/components/Breadcrumb/components/index.js +4 -0
- package/dist/components/Breadcrumb/hooks/useBreadcrumb.js +2 -3
- package/dist/components/Button/Button.js +34 -40
- package/dist/components/Button/Button.variants.js +138 -195
- package/dist/components/Card/Card.js +30 -37
- package/dist/components/Card/Card.variants.js +18 -53
- package/dist/components/Checkbox/Checkbox.js +70 -75
- package/dist/components/Checkbox/Checkbox.variants.js +11 -35
- package/dist/components/Command/Command.js +40 -0
- package/dist/components/Command/Command.variants.js +50 -0
- package/dist/components/Command/components/Command.js +8 -0
- package/dist/components/Command/components/CommandEmpty.js +15 -0
- package/dist/components/Command/components/CommandGroup.js +19 -0
- package/dist/components/Command/components/CommandInput.js +84 -0
- package/dist/components/Command/components/CommandItem.js +29 -0
- package/dist/components/Command/components/CommandList.js +16 -0
- package/dist/components/Command/components/CommandSeparator.js +16 -0
- package/dist/components/Command/components/CommandShortcut.js +19 -0
- package/dist/components/Command/components/DialogContent.js +31 -0
- package/dist/components/Command/components/DialogOverlay.js +19 -0
- package/dist/components/Command/components/index.js +20 -0
- package/dist/components/Command/contexts/Command.context.js +13 -0
- package/dist/components/Command/contexts/Command.provider.js +24 -0
- package/dist/components/Command/contexts/index.js +6 -0
- package/dist/components/Divider/Divider.js +11 -0
- package/dist/components/Divider/Divider.variants.js +17 -0
- package/dist/components/Dropdown/Dropdown.js +6 -8
- package/dist/components/Dropdown/Dropdown.variants.js +31 -38
- package/dist/components/Dropdown/components/List/List.js +18 -17
- package/dist/components/Dropdown/components/List/List.variants.js +22 -32
- package/dist/components/Dropdown/components/ListItem/ListItem.js +19 -19
- package/dist/components/Dropdown/components/ListItem/ListItem.variants.js +18 -28
- package/dist/components/Dropdown/components/Wrapper.js +128 -94
- package/dist/components/Dropdown/contexts/dropdown.context.js +1 -1
- package/dist/components/Dropdown/contexts/dropdown.provider.js +12 -12
- package/dist/components/Dropdown/hooks/useDropdown.js +12 -14
- package/dist/components/Dropdown/hooks/useNavigationList.js +8 -10
- package/dist/components/Input/Input.js +112 -69
- package/dist/components/Input/Input.variants.js +10 -16
- package/dist/components/Loading/Loading.js +111 -0
- package/dist/components/Loading/Loading.variants.js +13 -0
- package/dist/components/Modal/Modal.js +4 -4
- package/dist/components/Modal/components/Body/Body.js +1 -1
- package/dist/components/Modal/components/Footer/Footer.js +2 -2
- package/dist/components/Modal/components/Header/Header.js +3 -3
- package/dist/components/Modal/components/Wrapper/Wrapper.js +5 -9
- package/dist/components/Modal/components/Wrapper/Wrapper.variants.js +32 -46
- package/dist/components/Modal/components/index.js +1 -1
- package/dist/components/Modal/contexts/Modal.provider.js +4 -4
- package/dist/components/NumberInput/NumberInput.js +93 -113
- package/dist/components/NumberInput/NumberInput.variants.js +30 -51
- package/dist/components/ProgressBar/ProgressBar.js +25 -32
- package/dist/components/ProgressBar/ProgressBar.variants.js +10 -31
- package/dist/components/Radio/Radio.js +47 -30
- package/dist/components/Radio/Radio.variants.js +61 -17
- package/dist/components/RadioCard/RadioCard.js +35 -0
- package/dist/components/RadioCard/RadioCard.variants.js +10 -0
- package/dist/components/RadioCardGroup/RadioCardGroup.js +46 -0
- package/dist/components/RadioCardGroup/RadioCardGroup.variants.js +15 -0
- package/dist/components/RadioGroup/RadioGroup.js +40 -31
- package/dist/components/RadioGroup/RadioGroup.variants.js +15 -0
- package/dist/components/Range/Range.js +31 -39
- package/dist/components/Range/Range.variants.js +21 -53
- package/dist/components/Sidebar/Sidebar.js +15 -18
- package/dist/components/Sidebar/Sidebar.variants.js +30 -55
- package/dist/components/Sidebar/components/Footer/Footer.js +5 -20
- package/dist/components/Sidebar/components/Footer/Footer.variants.js +9 -16
- package/dist/components/Sidebar/components/Logo/Logo.js +5 -18
- package/dist/components/Sidebar/components/Logo/Logo.variants.js +21 -43
- package/dist/components/Sidebar/components/Navigation/Navigation.js +15 -31
- package/dist/components/Sidebar/components/Navigation/Navigation.variants.js +3 -17
- package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.js +23 -38
- package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.variants.js +3 -14
- package/dist/components/Sidebar/components/NavigationOption/NavigationOption.js +24 -33
- package/dist/components/Sidebar/components/NavigationOption/NavigationOption.variants.js +13 -22
- package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.js +7 -22
- package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.variants.js +6 -16
- package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.js +9 -25
- package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.variants.js +11 -20
- package/dist/components/Sidebar/components/Wrapper/Wrapper.js +41 -42
- package/dist/components/Slider/Slider.js +26 -29
- package/dist/components/Slider/Slider.variants.js +22 -34
- package/dist/components/Switch/Switch.js +100 -105
- package/dist/components/Switch/Switch.variants.js +28 -53
- package/dist/components/Table/Table.js +27 -0
- package/dist/components/Table/Table.variants.js +40 -0
- package/dist/components/Table/components/Body.js +18 -0
- package/dist/components/Table/components/Filter.js +9 -0
- package/dist/components/Table/components/Head.js +18 -0
- package/dist/components/Table/components/Row.js +28 -0
- package/dist/components/Table/components/index.js +10 -0
- package/dist/components/Tag/Tag.js +17 -5
- package/dist/components/Tag/Tag.variants.js +11 -1
- package/dist/components/TagSelect/TagSelect.js +6 -73
- package/dist/components/TagSelect/TagSelect.variants.js +24 -77
- package/dist/components/TagSelect/components/Item/Item.js +21 -0
- package/dist/components/TagSelect/components/Item/Item.variants.js +32 -0
- package/dist/components/TagSelect/components/List/List.js +12 -0
- package/dist/components/TagSelect/components/List/List.variants.js +23 -0
- package/dist/components/TagSelect/components/Wrapper/Wrapper.js +86 -0
- package/dist/components/TagSelect/components/index.js +8 -0
- package/dist/components/TagSelect/contexts/TagSelect.context.js +19 -0
- package/dist/components/TagSelect/contexts/TagSelect.hook.js +11 -0
- package/dist/components/TagSelect/contexts/TagSelect.provider.js +69 -0
- package/dist/components/TagSelect/contexts/index.js +6 -0
- package/dist/components/TagSelect/hooks/useTagSelect.js +22 -27
- package/dist/components/TextArea/TextArea.js +26 -25
- package/dist/components/TextArea/TextArea.variants.js +19 -32
- package/dist/components/Toast/Toast.js +177 -172
- package/dist/components/Toast/Toast.variants.js +42 -71
- package/dist/components/Tooltip/Tooltip.js +21 -29
- package/dist/components/Tooltip/Tooltip.variants.js +61 -62
- package/dist/components/Typography/Typography.js +35 -0
- package/dist/components/Typography/Typography.variants.js +57 -0
- package/dist/components/index.js +68 -52
- package/dist/contexts/theme.provider.js +84 -16
- package/dist/index-AM3avohj.js +133 -0
- package/dist/{index-z-AJyzdv.js → index-BOx5P4tS.js} +11 -11
- package/dist/index-Bk324h27.js +82 -0
- package/dist/{index-BxeV34ij.js → index-Bry5AFQ2.js} +1 -1
- package/dist/{index-D68N8v8R.js → index-C5psggHV.js} +17 -17
- package/dist/{index-BtibbG81.js → index-CWKdynYu.js} +1 -1
- package/dist/index-D9BbbgUq.js +47 -0
- package/dist/index-DvFiic6N.js +446 -0
- package/dist/{index-D4Q2rMby.js → index-G_6jG4Qc.js} +2 -2
- package/dist/{index-BedjZUuB.js → index-YaQrdkGE.js} +3 -3
- package/dist/{index-8vgf-x5i.js → index-bYyfdsls.js} +11 -11
- package/dist/index-dRxIWVBr.js +313 -0
- package/dist/index-g-TFwd6Y.js +422 -0
- package/dist/index.d.ts +591 -4
- package/dist/index.js +72 -58
- package/dist/package.json +44 -42
- package/dist/styles.css +1 -1
- package/dist/styles.js +1 -1
- package/dist/ui/kubefirst-theme.css +296 -0
- package/dist/ui/theme.css +6 -0
- package/dist/ui/utilities.css +165 -0
- package/dist/useBreadcrumb-BsIeMoR1.js +1279 -0
- package/dist/utils/index.js +671 -422
- package/dist/{x-CRBgmX1Q.js → x-DU-Zw-L_.js} +1 -1
- package/package.json +44 -42
- package/dist/AlertDialogTrigger-D4Tm_9M0.js +0 -553
- package/dist/Modal-L73dmnHv.js +0 -914
- package/dist/components/AlertDialog/AlertDialog.d.ts +0 -3
- package/dist/components/AlertDialog/AlertDialog.types.d.ts +0 -18
- package/dist/components/AlertDialog/AlertDialog.types.js +0 -1
- package/dist/components/AlertDialog/AlertDialog.variants.d.ts +0 -3
- package/dist/components/AlertDialog/AlertDialog.variants.js +0 -15
- package/dist/components/AlertDialog/components/AlertDialogTrigger.d.ts +0 -3
- package/dist/components/AlertDialog/components/AlertDialogTrigger.types.d.ts +0 -6
- package/dist/components/AlertDialog/components/AlertDialogTrigger.types.js +0 -1
- package/dist/components/AlertDialog/components/index.d.ts +0 -1
- package/dist/components/AlertDialog/hooks/index.d.ts +0 -1
- package/dist/components/AlertDialog/hooks/useAlertDialog.d.ts +0 -7
- package/dist/components/Autocomplete/Autocomplete.d.ts +0 -3
- package/dist/components/Autocomplete/Autocomplete.types.d.ts +0 -18
- package/dist/components/Autocomplete/Autocomplete.types.js +0 -1
- package/dist/components/Autocomplete/Autocomplete.variants.d.ts +0 -8
- package/dist/components/Autocomplete/components/List/List.d.ts +0 -3
- package/dist/components/Autocomplete/components/List/List.types.d.ts +0 -13
- package/dist/components/Autocomplete/components/List/List.types.js +0 -1
- package/dist/components/Autocomplete/components/List/List.variants.d.ts +0 -16
- package/dist/components/Autocomplete/components/index.d.ts +0 -1
- package/dist/components/Autocomplete/hooks/index.d.ts +0 -2
- package/dist/components/Autocomplete/hooks/useAutocomplete.d.ts +0 -17
- package/dist/components/Autocomplete/hooks/useNavigationList.d.ts +0 -10
- package/dist/components/Breadcrumb/Breadcrumb.d.ts +0 -3
- package/dist/components/Breadcrumb/Breadcrumb.types.d.ts +0 -11
- package/dist/components/Breadcrumb/Breadcrumb.types.js +0 -1
- package/dist/components/Breadcrumb/Breadcrumb.variants.d.ts +0 -12
- package/dist/components/Breadcrumb/hooks/useBreadcrumb.d.ts +0 -3
- package/dist/components/Button/Button.d.ts +0 -4
- package/dist/components/Button/Button.types.d.ts +0 -7
- package/dist/components/Button/Button.types.js +0 -1
- package/dist/components/Button/Button.variants.d.ts +0 -7
- package/dist/components/Card/Card.d.ts +0 -4
- package/dist/components/Card/Card.types.d.ts +0 -8
- package/dist/components/Card/Card.types.js +0 -1
- package/dist/components/Card/Card.variants.d.ts +0 -10
- package/dist/components/Checkbox/Checkbox.d.ts +0 -3
- package/dist/components/Checkbox/Checkbox.types.d.ts +0 -14
- package/dist/components/Checkbox/Checkbox.types.js +0 -1
- package/dist/components/Checkbox/Checkbox.variants.d.ts +0 -9
- package/dist/components/Dropdown/Dropdown.d.ts +0 -3
- package/dist/components/Dropdown/Dropdown.types.d.ts +0 -16
- package/dist/components/Dropdown/Dropdown.types.js +0 -1
- package/dist/components/Dropdown/Dropdown.variants.d.ts +0 -3
- package/dist/components/Dropdown/components/EmptyList.d.ts +0 -2
- package/dist/components/Dropdown/components/List/List.d.ts +0 -3
- package/dist/components/Dropdown/components/List/List.types.d.ts +0 -6
- package/dist/components/Dropdown/components/List/List.types.js +0 -1
- package/dist/components/Dropdown/components/List/List.variants.d.ts +0 -3
- package/dist/components/Dropdown/components/ListItem/ListItem.d.ts +0 -3
- package/dist/components/Dropdown/components/ListItem/ListItem.types.d.ts +0 -4
- package/dist/components/Dropdown/components/ListItem/ListItem.types.js +0 -1
- package/dist/components/Dropdown/components/ListItem/ListItem.variants.d.ts +0 -3
- package/dist/components/Dropdown/components/Wrapper.d.ts +0 -3
- package/dist/components/Dropdown/components/index.d.ts +0 -3
- package/dist/components/Dropdown/contexts/dropdown.context.d.ts +0 -8
- package/dist/components/Dropdown/contexts/dropdown.hook.d.ts +0 -2
- package/dist/components/Dropdown/contexts/dropdown.provider.d.ts +0 -5
- package/dist/components/Dropdown/contexts/index.d.ts +0 -2
- package/dist/components/Dropdown/hooks/useDropdown.d.ts +0 -11
- package/dist/components/Dropdown/hooks/useNavigationList.d.ts +0 -8
- package/dist/components/Input/Input.d.ts +0 -3
- package/dist/components/Input/Input.types.d.ts +0 -9
- package/dist/components/Input/Input.types.js +0 -1
- package/dist/components/Input/Input.variants.d.ts +0 -4
- package/dist/components/Modal/Modal.d.ts +0 -8
- package/dist/components/Modal/Modal.types.d.ts +0 -12
- package/dist/components/Modal/Modal.types.js +0 -1
- package/dist/components/Modal/components/Body/Body.d.ts +0 -3
- package/dist/components/Modal/components/Body/Body.types.d.ts +0 -5
- package/dist/components/Modal/components/Body/Body.types.js +0 -1
- package/dist/components/Modal/components/Footer/Footer.d.ts +0 -3
- package/dist/components/Modal/components/Footer/Footer.types.d.ts +0 -5
- package/dist/components/Modal/components/Footer/Footer.types.js +0 -1
- package/dist/components/Modal/components/Header/Header.d.ts +0 -3
- package/dist/components/Modal/components/Header/Header.types.d.ts +0 -5
- package/dist/components/Modal/components/Header/Header.types.js +0 -1
- package/dist/components/Modal/components/Wrapper/Wrapper.d.ts +0 -3
- package/dist/components/Modal/components/Wrapper/Wrapper.types.d.ts +0 -7
- package/dist/components/Modal/components/Wrapper/Wrapper.types.js +0 -1
- package/dist/components/Modal/components/Wrapper/Wrapper.variants.d.ts +0 -6
- package/dist/components/Modal/components/index.d.ts +0 -4
- package/dist/components/Modal/contexts/Modal.context.d.ts +0 -2
- package/dist/components/Modal/contexts/Modal.provider.d.ts +0 -4
- package/dist/components/Modal/contexts/Modal.types.d.ts +0 -9
- package/dist/components/Modal/contexts/Modal.types.js +0 -1
- package/dist/components/Modal/contexts/index.d.ts +0 -1
- package/dist/components/Modal/hooks/index.d.ts +0 -1
- package/dist/components/Modal/hooks/useModal.d.ts +0 -9
- package/dist/components/NumberInput/NumberInput.d.ts +0 -3
- package/dist/components/NumberInput/NumberInput.types.d.ts +0 -11
- package/dist/components/NumberInput/NumberInput.types.js +0 -1
- package/dist/components/NumberInput/NumberInput.variants.d.ts +0 -11
- package/dist/components/ProgressBar/ProgressBar.d.ts +0 -3
- package/dist/components/ProgressBar/ProgressBar.types.d.ts +0 -8
- package/dist/components/ProgressBar/ProgressBar.types.js +0 -1
- package/dist/components/ProgressBar/ProgressBar.variants.d.ts +0 -7
- package/dist/components/Radio/Radio.d.ts +0 -3
- package/dist/components/Radio/Radio.types.d.ts +0 -12
- package/dist/components/Radio/Radio.types.js +0 -1
- package/dist/components/Radio/Radio.variants.d.ts +0 -3
- package/dist/components/RadioGroup/RadioGroup.d.ts +0 -3
- package/dist/components/RadioGroup/RadioGroup.types.d.ts +0 -12
- package/dist/components/RadioGroup/RadioGroup.types.js +0 -1
- package/dist/components/Range/Range.d.ts +0 -3
- package/dist/components/Range/Range.types.d.ts +0 -13
- package/dist/components/Range/Range.types.js +0 -1
- package/dist/components/Range/Range.variants.d.ts +0 -14
- package/dist/components/Sidebar/Sidebar.d.ts +0 -5
- package/dist/components/Sidebar/Sidebar.types.d.ts +0 -18
- package/dist/components/Sidebar/Sidebar.types.js +0 -1
- package/dist/components/Sidebar/Sidebar.variants.d.ts +0 -6
- package/dist/components/Sidebar/components/Footer/Footer.d.ts +0 -3
- package/dist/components/Sidebar/components/Footer/Footer.types.d.ts +0 -6
- package/dist/components/Sidebar/components/Footer/Footer.types.js +0 -1
- package/dist/components/Sidebar/components/Footer/Footer.variants.d.ts +0 -3
- package/dist/components/Sidebar/components/Logo/Logo.d.ts +0 -3
- package/dist/components/Sidebar/components/Logo/Logo.types.d.ts +0 -6
- package/dist/components/Sidebar/components/Logo/Logo.types.js +0 -1
- package/dist/components/Sidebar/components/Logo/Logo.variants.d.ts +0 -3
- package/dist/components/Sidebar/components/Navigation/Navigation.d.ts +0 -4
- package/dist/components/Sidebar/components/Navigation/Navigation.types.d.ts +0 -16
- package/dist/components/Sidebar/components/Navigation/Navigation.types.js +0 -1
- package/dist/components/Sidebar/components/Navigation/Navigation.variants.d.ts +0 -3
- package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.d.ts +0 -3
- package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.types.d.ts +0 -7
- package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.types.js +0 -1
- package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.variants.d.ts +0 -3
- package/dist/components/Sidebar/components/NavigationOption/NavigationOption.d.ts +0 -3
- package/dist/components/Sidebar/components/NavigationOption/NavigationOption.types.d.ts +0 -17
- package/dist/components/Sidebar/components/NavigationOption/NavigationOption.types.js +0 -1
- package/dist/components/Sidebar/components/NavigationOption/NavigationOption.variants.d.ts +0 -4
- package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.d.ts +0 -3
- package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.types.d.ts +0 -5
- package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.types.js +0 -1
- package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.variants.d.ts +0 -3
- package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.d.ts +0 -3
- package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.types.d.ts +0 -8
- package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.types.js +0 -1
- package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.variants.d.ts +0 -3
- package/dist/components/Sidebar/components/Wrapper/Wrapper.d.ts +0 -3
- package/dist/components/Sidebar/components/index.d.ts +0 -15
- package/dist/components/Slider/Slider.d.ts +0 -3
- package/dist/components/Slider/Slider.types.d.ts +0 -13
- package/dist/components/Slider/Slider.types.js +0 -1
- package/dist/components/Slider/Slider.variants.d.ts +0 -11
- package/dist/components/Switch/Switch.d.ts +0 -3
- package/dist/components/Switch/Switch.types.d.ts +0 -10
- package/dist/components/Switch/Switch.types.js +0 -1
- package/dist/components/Switch/Switch.variants.d.ts +0 -6
- package/dist/components/Tag/Tag.d.ts +0 -3
- package/dist/components/Tag/Tag.types.d.ts +0 -4
- package/dist/components/Tag/Tag.types.js +0 -1
- package/dist/components/Tag/Tag.variants.d.ts +0 -3
- package/dist/components/TagSelect/TagSelect.d.ts +0 -3
- package/dist/components/TagSelect/TagSelect.types.d.ts +0 -9
- package/dist/components/TagSelect/TagSelect.types.js +0 -1
- package/dist/components/TagSelect/TagSelect.variants.d.ts +0 -9
- package/dist/components/TagSelect/hooks/useTagSelect.d.ts +0 -9
- package/dist/components/TextArea/TextArea.d.ts +0 -3
- package/dist/components/TextArea/TextArea.types.d.ts +0 -10
- package/dist/components/TextArea/TextArea.types.js +0 -1
- package/dist/components/TextArea/TextArea.variants.d.ts +0 -3
- package/dist/components/Toast/Toast.d.ts +0 -3
- package/dist/components/Toast/Toast.types.d.ts +0 -12
- package/dist/components/Toast/Toast.types.js +0 -1
- package/dist/components/Toast/Toast.variants.d.ts +0 -9
- package/dist/components/Tooltip/Tooltip.d.ts +0 -3
- package/dist/components/Tooltip/Tooltip.types.d.ts +0 -8
- package/dist/components/Tooltip/Tooltip.types.js +0 -1
- package/dist/components/Tooltip/Tooltip.variants.d.ts +0 -8
- package/dist/components/Tooltip/hooks/useTooltip.d.ts +0 -4
- package/dist/components/index.d.ts +0 -21
- package/dist/contexts/index.d.ts +0 -3
- package/dist/contexts/theme.context.d.ts +0 -6
- package/dist/contexts/theme.hook.d.ts +0 -7
- package/dist/contexts/theme.provider.d.ts +0 -6
- package/dist/hooks/index.d.ts +0 -1
- package/dist/hooks/useToggle.d.ts +0 -1
- package/dist/index-BBjak_0p.js +0 -47
- package/dist/index-BaNV0qac.js +0 -19164
- package/dist/index-DoOsnuB6.js +0 -72
- package/dist/js.cookie-OLEfuq_g.js +0 -74
- package/dist/plugins/index.d.ts +0 -1
- package/dist/plugins/index.js +0 -4
- package/dist/plugins/konstruct.d.ts +0 -4
- package/dist/plugins/konstruct.js +0 -115
- package/dist/plugins/utils/colors.d.ts +0 -328
- package/dist/plugins/utils/colors.js +0 -331
- package/dist/useBreadcrumb-DxYsZvj_.js +0 -1398
- package/dist/utils/index.d.ts +0 -4
- /package/dist/{styles.d.ts → domain/theme.js} +0 -0
package/dist/utils/index.js
CHANGED
|
@@ -1,80 +1,80 @@
|
|
|
1
|
-
import { c as
|
|
2
|
-
const
|
|
3
|
-
const
|
|
4
|
-
conflictingClassGroups:
|
|
5
|
-
conflictingClassGroupModifiers:
|
|
1
|
+
import { c as Ie } from "../clsx-OuTLNxxd.js";
|
|
2
|
+
const ne = "-", Re = (e) => {
|
|
3
|
+
const n = Ge(e), {
|
|
4
|
+
conflictingClassGroups: s,
|
|
5
|
+
conflictingClassGroupModifiers: t
|
|
6
6
|
} = e;
|
|
7
7
|
return {
|
|
8
8
|
getClassGroupId: (i) => {
|
|
9
|
-
const
|
|
10
|
-
return
|
|
9
|
+
const u = i.split(ne);
|
|
10
|
+
return u[0] === "" && u.length !== 1 && u.shift(), we(u, n) || Pe(i);
|
|
11
11
|
},
|
|
12
|
-
getConflictingClassGroupIds: (i,
|
|
13
|
-
const
|
|
14
|
-
return
|
|
12
|
+
getConflictingClassGroupIds: (i, u) => {
|
|
13
|
+
const p = s[i] || [];
|
|
14
|
+
return u && t[i] ? [...p, ...t[i]] : p;
|
|
15
15
|
}
|
|
16
16
|
};
|
|
17
|
-
},
|
|
17
|
+
}, we = (e, n) => {
|
|
18
18
|
var i;
|
|
19
19
|
if (e.length === 0)
|
|
20
|
-
return
|
|
21
|
-
const
|
|
22
|
-
if (
|
|
23
|
-
return
|
|
24
|
-
if (
|
|
20
|
+
return n.classGroupId;
|
|
21
|
+
const s = e[0], t = n.nextPart.get(s), c = t ? we(e.slice(1), t) : void 0;
|
|
22
|
+
if (c)
|
|
23
|
+
return c;
|
|
24
|
+
if (n.validators.length === 0)
|
|
25
25
|
return;
|
|
26
|
-
const
|
|
27
|
-
return (i =
|
|
28
|
-
validator:
|
|
29
|
-
}) =>
|
|
30
|
-
},
|
|
31
|
-
if (
|
|
32
|
-
const
|
|
33
|
-
if (
|
|
34
|
-
return "arbitrary.." +
|
|
26
|
+
const m = e.join(ne);
|
|
27
|
+
return (i = n.validators.find(({
|
|
28
|
+
validator: u
|
|
29
|
+
}) => u(m))) == null ? void 0 : i.classGroupId;
|
|
30
|
+
}, fe = /^\[(.+)\]$/, Pe = (e) => {
|
|
31
|
+
if (fe.test(e)) {
|
|
32
|
+
const n = fe.exec(e)[1], s = n == null ? void 0 : n.substring(0, n.indexOf(":"));
|
|
33
|
+
if (s)
|
|
34
|
+
return "arbitrary.." + s;
|
|
35
35
|
}
|
|
36
|
-
},
|
|
36
|
+
}, Ge = (e) => {
|
|
37
37
|
const {
|
|
38
|
-
theme:
|
|
39
|
-
classGroups:
|
|
40
|
-
} = e,
|
|
38
|
+
theme: n,
|
|
39
|
+
classGroups: s
|
|
40
|
+
} = e, t = {
|
|
41
41
|
nextPart: /* @__PURE__ */ new Map(),
|
|
42
42
|
validators: []
|
|
43
43
|
};
|
|
44
|
-
for (const
|
|
45
|
-
|
|
46
|
-
return
|
|
47
|
-
},
|
|
48
|
-
e.forEach((
|
|
49
|
-
if (typeof
|
|
50
|
-
const
|
|
51
|
-
|
|
44
|
+
for (const c in s)
|
|
45
|
+
re(s[c], t, c, n);
|
|
46
|
+
return t;
|
|
47
|
+
}, re = (e, n, s, t) => {
|
|
48
|
+
e.forEach((c) => {
|
|
49
|
+
if (typeof c == "string") {
|
|
50
|
+
const m = c === "" ? n : be(n, c);
|
|
51
|
+
m.classGroupId = s;
|
|
52
52
|
return;
|
|
53
53
|
}
|
|
54
|
-
if (typeof
|
|
55
|
-
if (
|
|
56
|
-
|
|
54
|
+
if (typeof c == "function") {
|
|
55
|
+
if (Te(c)) {
|
|
56
|
+
re(c(t), n, s, t);
|
|
57
57
|
return;
|
|
58
58
|
}
|
|
59
|
-
|
|
60
|
-
validator:
|
|
61
|
-
classGroupId:
|
|
59
|
+
n.validators.push({
|
|
60
|
+
validator: c,
|
|
61
|
+
classGroupId: s
|
|
62
62
|
});
|
|
63
63
|
return;
|
|
64
64
|
}
|
|
65
|
-
Object.entries(
|
|
66
|
-
|
|
65
|
+
Object.entries(c).forEach(([m, i]) => {
|
|
66
|
+
re(i, be(n, m), s, t);
|
|
67
67
|
});
|
|
68
68
|
});
|
|
69
|
-
},
|
|
70
|
-
let
|
|
71
|
-
return
|
|
72
|
-
|
|
69
|
+
}, be = (e, n) => {
|
|
70
|
+
let s = e;
|
|
71
|
+
return n.split(ne).forEach((t) => {
|
|
72
|
+
s.nextPart.has(t) || s.nextPart.set(t, {
|
|
73
73
|
nextPart: /* @__PURE__ */ new Map(),
|
|
74
74
|
validators: []
|
|
75
|
-
}),
|
|
76
|
-
}),
|
|
77
|
-
},
|
|
75
|
+
}), s = s.nextPart.get(t);
|
|
76
|
+
}), s;
|
|
77
|
+
}, Te = (e) => e.isThemeGetter, Ee = (e) => {
|
|
78
78
|
if (e < 1)
|
|
79
79
|
return {
|
|
80
80
|
get: () => {
|
|
@@ -82,55 +82,55 @@ const te = "-", ve = (e) => {
|
|
|
82
82
|
set: () => {
|
|
83
83
|
}
|
|
84
84
|
};
|
|
85
|
-
let
|
|
86
|
-
const
|
|
87
|
-
|
|
85
|
+
let n = 0, s = /* @__PURE__ */ new Map(), t = /* @__PURE__ */ new Map();
|
|
86
|
+
const c = (m, i) => {
|
|
87
|
+
s.set(m, i), n++, n > e && (n = 0, t = s, s = /* @__PURE__ */ new Map());
|
|
88
88
|
};
|
|
89
89
|
return {
|
|
90
|
-
get(
|
|
91
|
-
let i =
|
|
90
|
+
get(m) {
|
|
91
|
+
let i = s.get(m);
|
|
92
92
|
if (i !== void 0)
|
|
93
93
|
return i;
|
|
94
|
-
if ((i =
|
|
95
|
-
return
|
|
94
|
+
if ((i = t.get(m)) !== void 0)
|
|
95
|
+
return c(m, i), i;
|
|
96
96
|
},
|
|
97
|
-
set(
|
|
98
|
-
|
|
97
|
+
set(m, i) {
|
|
98
|
+
s.has(m) ? s.set(m, i) : c(m, i);
|
|
99
99
|
}
|
|
100
100
|
};
|
|
101
|
-
},
|
|
101
|
+
}, te = "!", se = ":", Le = se.length, Ne = (e) => {
|
|
102
102
|
const {
|
|
103
|
-
prefix:
|
|
104
|
-
experimentalParseClassName:
|
|
103
|
+
prefix: n,
|
|
104
|
+
experimentalParseClassName: s
|
|
105
105
|
} = e;
|
|
106
|
-
let
|
|
107
|
-
const
|
|
108
|
-
let i = 0,
|
|
109
|
-
for (let
|
|
110
|
-
let
|
|
111
|
-
if (i === 0 &&
|
|
112
|
-
if (
|
|
113
|
-
|
|
106
|
+
let t = (c) => {
|
|
107
|
+
const m = [];
|
|
108
|
+
let i = 0, u = 0, p = 0, g;
|
|
109
|
+
for (let k = 0; k < c.length; k++) {
|
|
110
|
+
let y = c[k];
|
|
111
|
+
if (i === 0 && u === 0) {
|
|
112
|
+
if (y === se) {
|
|
113
|
+
m.push(c.slice(p, k)), p = k + Le;
|
|
114
114
|
continue;
|
|
115
115
|
}
|
|
116
|
-
if (
|
|
117
|
-
g =
|
|
116
|
+
if (y === "/") {
|
|
117
|
+
g = k;
|
|
118
118
|
continue;
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
|
-
|
|
121
|
+
y === "[" ? i++ : y === "]" ? i-- : y === "(" ? u++ : y === ")" && u--;
|
|
122
122
|
}
|
|
123
|
-
const
|
|
123
|
+
const h = m.length === 0 ? c : c.substring(p), M = Ve(h), O = M !== h, F = g && g > p ? g - p : void 0;
|
|
124
124
|
return {
|
|
125
|
-
modifiers:
|
|
125
|
+
modifiers: m,
|
|
126
126
|
hasImportantModifier: O,
|
|
127
|
-
baseClassName:
|
|
128
|
-
maybePostfixModifierPosition:
|
|
127
|
+
baseClassName: M,
|
|
128
|
+
maybePostfixModifierPosition: F
|
|
129
129
|
};
|
|
130
130
|
};
|
|
131
|
-
if (
|
|
132
|
-
const
|
|
133
|
-
|
|
131
|
+
if (n) {
|
|
132
|
+
const c = n + se, m = t;
|
|
133
|
+
t = (i) => i.startsWith(c) ? m(i.substring(c.length)) : {
|
|
134
134
|
isExternal: !0,
|
|
135
135
|
modifiers: [],
|
|
136
136
|
hasImportantModifier: !1,
|
|
@@ -138,159 +138,184 @@ const te = "-", ve = (e) => {
|
|
|
138
138
|
maybePostfixModifierPosition: void 0
|
|
139
139
|
};
|
|
140
140
|
}
|
|
141
|
-
if (
|
|
142
|
-
const
|
|
143
|
-
|
|
144
|
-
className:
|
|
145
|
-
parseClassName:
|
|
141
|
+
if (s) {
|
|
142
|
+
const c = t;
|
|
143
|
+
t = (m) => s({
|
|
144
|
+
className: m,
|
|
145
|
+
parseClassName: c
|
|
146
146
|
});
|
|
147
147
|
}
|
|
148
|
-
return
|
|
149
|
-
},
|
|
150
|
-
const
|
|
151
|
-
return (
|
|
152
|
-
if (
|
|
153
|
-
return
|
|
154
|
-
const
|
|
155
|
-
let
|
|
156
|
-
return
|
|
157
|
-
i[0] === "[" ||
|
|
158
|
-
}),
|
|
148
|
+
return t;
|
|
149
|
+
}, Ve = (e) => e.endsWith(te) ? e.substring(0, e.length - 1) : e.startsWith(te) ? e.substring(1) : e, je = (e) => {
|
|
150
|
+
const n = Object.fromEntries(e.orderSensitiveModifiers.map((t) => [t, !0]));
|
|
151
|
+
return (t) => {
|
|
152
|
+
if (t.length <= 1)
|
|
153
|
+
return t;
|
|
154
|
+
const c = [];
|
|
155
|
+
let m = [];
|
|
156
|
+
return t.forEach((i) => {
|
|
157
|
+
i[0] === "[" || n[i] ? (c.push(...m.sort(), i), m = []) : m.push(i);
|
|
158
|
+
}), c.push(...m.sort()), c;
|
|
159
159
|
};
|
|
160
|
-
},
|
|
161
|
-
cache:
|
|
162
|
-
parseClassName:
|
|
163
|
-
sortModifiers:
|
|
164
|
-
...
|
|
165
|
-
}),
|
|
160
|
+
}, Oe = (e) => ({
|
|
161
|
+
cache: Ee(e.cacheSize),
|
|
162
|
+
parseClassName: Ne(e),
|
|
163
|
+
sortModifiers: je(e),
|
|
164
|
+
...Re(e)
|
|
165
|
+
}), Fe = /\s+/, Be = (e, n) => {
|
|
166
166
|
const {
|
|
167
|
-
parseClassName:
|
|
168
|
-
getClassGroupId:
|
|
169
|
-
getConflictingClassGroupIds:
|
|
170
|
-
sortModifiers:
|
|
171
|
-
} =
|
|
172
|
-
let
|
|
173
|
-
for (let g =
|
|
174
|
-
const
|
|
175
|
-
isExternal:
|
|
167
|
+
parseClassName: s,
|
|
168
|
+
getClassGroupId: t,
|
|
169
|
+
getConflictingClassGroupIds: c,
|
|
170
|
+
sortModifiers: m
|
|
171
|
+
} = n, i = [], u = e.trim().split(Fe);
|
|
172
|
+
let p = "";
|
|
173
|
+
for (let g = u.length - 1; g >= 0; g -= 1) {
|
|
174
|
+
const h = u[g], {
|
|
175
|
+
isExternal: M,
|
|
176
176
|
modifiers: O,
|
|
177
|
-
hasImportantModifier:
|
|
178
|
-
baseClassName:
|
|
179
|
-
maybePostfixModifierPosition:
|
|
180
|
-
} =
|
|
181
|
-
if (
|
|
182
|
-
|
|
177
|
+
hasImportantModifier: F,
|
|
178
|
+
baseClassName: k,
|
|
179
|
+
maybePostfixModifierPosition: y
|
|
180
|
+
} = s(h);
|
|
181
|
+
if (M) {
|
|
182
|
+
p = h + (p.length > 0 ? " " + p : p);
|
|
183
183
|
continue;
|
|
184
184
|
}
|
|
185
|
-
let G = !!
|
|
186
|
-
if (!
|
|
185
|
+
let G = !!y, A = t(G ? k.substring(0, y) : k);
|
|
186
|
+
if (!A) {
|
|
187
187
|
if (!G) {
|
|
188
|
-
|
|
188
|
+
p = h + (p.length > 0 ? " " + p : p);
|
|
189
189
|
continue;
|
|
190
190
|
}
|
|
191
|
-
if (
|
|
192
|
-
|
|
191
|
+
if (A = t(k), !A) {
|
|
192
|
+
p = h + (p.length > 0 ? " " + p : p);
|
|
193
193
|
continue;
|
|
194
194
|
}
|
|
195
195
|
G = !1;
|
|
196
196
|
}
|
|
197
|
-
const
|
|
198
|
-
if (i.includes(
|
|
197
|
+
const $ = m(O).join(":"), B = F ? $ + te : $, T = B + A;
|
|
198
|
+
if (i.includes(T))
|
|
199
199
|
continue;
|
|
200
|
-
i.push(
|
|
201
|
-
const
|
|
202
|
-
for (let
|
|
203
|
-
const
|
|
204
|
-
i.push(
|
|
200
|
+
i.push(T);
|
|
201
|
+
const E = c(A, G);
|
|
202
|
+
for (let I = 0; I < E.length; ++I) {
|
|
203
|
+
const _ = E[I];
|
|
204
|
+
i.push(B + _);
|
|
205
205
|
}
|
|
206
|
-
|
|
206
|
+
p = h + (p.length > 0 ? " " + p : p);
|
|
207
207
|
}
|
|
208
|
-
return
|
|
208
|
+
return p;
|
|
209
209
|
};
|
|
210
|
-
function
|
|
211
|
-
let e = 0,
|
|
210
|
+
function _e() {
|
|
211
|
+
let e = 0, n, s, t = "";
|
|
212
212
|
for (; e < arguments.length; )
|
|
213
|
-
(
|
|
214
|
-
return
|
|
213
|
+
(n = arguments[e++]) && (s = xe(n)) && (t && (t += " "), t += s);
|
|
214
|
+
return t;
|
|
215
215
|
}
|
|
216
|
-
const
|
|
216
|
+
const xe = (e) => {
|
|
217
217
|
if (typeof e == "string")
|
|
218
218
|
return e;
|
|
219
|
-
let
|
|
220
|
-
for (let
|
|
221
|
-
e[
|
|
222
|
-
return
|
|
219
|
+
let n, s = "";
|
|
220
|
+
for (let t = 0; t < e.length; t++)
|
|
221
|
+
e[t] && (n = xe(e[t])) && (s && (s += " "), s += n);
|
|
222
|
+
return s;
|
|
223
223
|
};
|
|
224
|
-
function
|
|
225
|
-
let
|
|
226
|
-
function i(
|
|
227
|
-
const g =
|
|
228
|
-
return
|
|
224
|
+
function We(e, ...n) {
|
|
225
|
+
let s, t, c, m = i;
|
|
226
|
+
function i(p) {
|
|
227
|
+
const g = n.reduce((h, M) => M(h), e());
|
|
228
|
+
return s = Oe(g), t = s.cache.get, c = s.cache.set, m = u, u(p);
|
|
229
229
|
}
|
|
230
|
-
function
|
|
231
|
-
const g =
|
|
230
|
+
function u(p) {
|
|
231
|
+
const g = t(p);
|
|
232
232
|
if (g)
|
|
233
233
|
return g;
|
|
234
|
-
const
|
|
235
|
-
return
|
|
234
|
+
const h = Be(p, s);
|
|
235
|
+
return c(p, h), h;
|
|
236
236
|
}
|
|
237
237
|
return function() {
|
|
238
|
-
return
|
|
238
|
+
return m(_e.apply(null, arguments));
|
|
239
239
|
};
|
|
240
240
|
}
|
|
241
241
|
const f = (e) => {
|
|
242
|
-
const
|
|
243
|
-
return
|
|
244
|
-
},
|
|
242
|
+
const n = (s) => s[e] || [];
|
|
243
|
+
return n.isThemeGetter = !0, n;
|
|
244
|
+
}, ke = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, ye = /^\((?:(\w[\w-]*):)?(.+)\)$/i, $e = /^\d+\/\d+$/, Ue = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, qe = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, He = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Je = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Xe = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, N = (e) => $e.test(e), d = (e) => !!e && !Number.isNaN(Number(e)), S = (e) => !!e && Number.isInteger(Number(e)), ee = (e) => e.endsWith("%") && d(e.slice(0, -1)), C = (e) => Ue.test(e), De = () => !0, Ke = (e) => (
|
|
245
245
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
246
246
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
247
247
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
248
|
-
|
|
249
|
-
),
|
|
250
|
-
const
|
|
251
|
-
return
|
|
252
|
-
},
|
|
253
|
-
const
|
|
254
|
-
return
|
|
255
|
-
},
|
|
256
|
-
const e = f("color"),
|
|
257
|
-
|
|
258
|
-
|
|
248
|
+
qe.test(e) && !He.test(e)
|
|
249
|
+
), ve = () => !1, Qe = (e) => Je.test(e), Ye = (e) => Xe.test(e), Ze = (e) => !o(e) && !r(e), eo = (e) => V(e, Me, ve), o = (e) => ke.test(e), P = (e) => V(e, Se, Ke), oe = (e) => V(e, no, d), ge = (e) => V(e, ze, ve), oo = (e) => V(e, Ce, Ye), D = (e) => V(e, Ae, Qe), r = (e) => ye.test(e), W = (e) => j(e, Se), ro = (e) => j(e, ao), he = (e) => j(e, ze), to = (e) => j(e, Me), so = (e) => j(e, Ce), K = (e) => j(e, Ae, !0), V = (e, n, s) => {
|
|
250
|
+
const t = ke.exec(e);
|
|
251
|
+
return t ? t[1] ? n(t[1]) : s(t[2]) : !1;
|
|
252
|
+
}, j = (e, n, s = !1) => {
|
|
253
|
+
const t = ye.exec(e);
|
|
254
|
+
return t ? t[1] ? n(t[1]) : s : !1;
|
|
255
|
+
}, ze = (e) => e === "position" || e === "percentage", Ce = (e) => e === "image" || e === "url", Me = (e) => e === "length" || e === "size" || e === "bg-size", Se = (e) => e === "length", no = (e) => e === "number", ao = (e) => e === "family-name", Ae = (e) => e === "shadow", io = () => {
|
|
256
|
+
const e = f("color"), n = f("font"), s = f("text"), t = f("font-weight"), c = f("tracking"), m = f("leading"), i = f("breakpoint"), u = f("container"), p = f("spacing"), g = f("radius"), h = f("shadow"), M = f("inset-shadow"), O = f("text-shadow"), F = f("drop-shadow"), k = f("blur"), y = f("perspective"), G = f("aspect"), A = f("ease"), $ = f("animate"), B = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], T = () => [
|
|
257
|
+
"center",
|
|
258
|
+
"top",
|
|
259
|
+
"bottom",
|
|
260
|
+
"left",
|
|
261
|
+
"right",
|
|
262
|
+
"top-left",
|
|
263
|
+
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
264
|
+
"left-top",
|
|
265
|
+
"top-right",
|
|
266
|
+
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
267
|
+
"right-top",
|
|
268
|
+
"bottom-right",
|
|
269
|
+
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
270
|
+
"right-bottom",
|
|
271
|
+
"bottom-left",
|
|
272
|
+
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
273
|
+
"left-bottom"
|
|
274
|
+
], E = () => [...T(), r, o], I = () => ["auto", "hidden", "clip", "visible", "scroll"], _ = () => ["auto", "contain", "none"], l = () => [r, o, p], v = () => [N, "full", "auto", ...l()], ae = () => [S, "none", "subgrid", r, o], ie = () => ["auto", {
|
|
275
|
+
span: ["full", S, r, o]
|
|
276
|
+
}, S, r, o], U = () => [S, "auto", r, o], le = () => ["auto", "min", "max", "fr", r, o], Q = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], L = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], z = () => ["auto", ...l()], R = () => [N, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...l()], a = () => [e, r, o], ce = () => [...T(), he, ge, {
|
|
277
|
+
position: [r, o]
|
|
278
|
+
}], de = () => ["no-repeat", {
|
|
279
|
+
repeat: ["", "x", "y", "space", "round"]
|
|
280
|
+
}], me = () => ["auto", "cover", "contain", to, eo, {
|
|
281
|
+
size: [r, o]
|
|
282
|
+
}], Y = () => [ee, W, P], w = () => [
|
|
259
283
|
// Deprecated since Tailwind CSS v4.0.0
|
|
260
284
|
"",
|
|
261
285
|
"none",
|
|
262
286
|
"full",
|
|
263
287
|
g,
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
], x = () => ["", d,
|
|
288
|
+
r,
|
|
289
|
+
o
|
|
290
|
+
], x = () => ["", d, W, P], q = () => ["solid", "dashed", "dotted", "double"], pe = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], b = () => [d, ee, he, ge], ue = () => [
|
|
267
291
|
// Deprecated since Tailwind CSS v4.0.0
|
|
268
292
|
"",
|
|
269
293
|
"none",
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
],
|
|
294
|
+
k,
|
|
295
|
+
r,
|
|
296
|
+
o
|
|
297
|
+
], H = () => ["none", d, r, o], J = () => ["none", d, r, o], Z = () => [d, r, o], X = () => [N, "full", ...l()];
|
|
274
298
|
return {
|
|
275
299
|
cacheSize: 500,
|
|
276
300
|
theme: {
|
|
277
301
|
animate: ["spin", "ping", "pulse", "bounce"],
|
|
278
302
|
aspect: ["video"],
|
|
279
|
-
blur: [
|
|
280
|
-
breakpoint: [
|
|
281
|
-
color: [
|
|
282
|
-
container: [
|
|
283
|
-
"drop-shadow": [
|
|
303
|
+
blur: [C],
|
|
304
|
+
breakpoint: [C],
|
|
305
|
+
color: [De],
|
|
306
|
+
container: [C],
|
|
307
|
+
"drop-shadow": [C],
|
|
284
308
|
ease: ["in", "out", "in-out"],
|
|
285
|
-
font: [
|
|
309
|
+
font: [Ze],
|
|
286
310
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
287
|
-
"inset-shadow": [
|
|
311
|
+
"inset-shadow": [C],
|
|
288
312
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
289
313
|
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
290
|
-
radius: [
|
|
291
|
-
shadow: [
|
|
292
|
-
spacing: [d],
|
|
293
|
-
text: [
|
|
314
|
+
radius: [C],
|
|
315
|
+
shadow: [C],
|
|
316
|
+
spacing: ["px", d],
|
|
317
|
+
text: [C],
|
|
318
|
+
"text-shadow": [C],
|
|
294
319
|
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
295
320
|
},
|
|
296
321
|
classGroups: {
|
|
@@ -302,7 +327,7 @@ const f = (e) => {
|
|
|
302
327
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
303
328
|
*/
|
|
304
329
|
aspect: [{
|
|
305
|
-
aspect: ["auto", "square",
|
|
330
|
+
aspect: ["auto", "square", N, o, r, G]
|
|
306
331
|
}],
|
|
307
332
|
/**
|
|
308
333
|
* Container
|
|
@@ -315,21 +340,21 @@ const f = (e) => {
|
|
|
315
340
|
* @see https://tailwindcss.com/docs/columns
|
|
316
341
|
*/
|
|
317
342
|
columns: [{
|
|
318
|
-
columns: [d,
|
|
343
|
+
columns: [d, o, r, u]
|
|
319
344
|
}],
|
|
320
345
|
/**
|
|
321
346
|
* Break After
|
|
322
347
|
* @see https://tailwindcss.com/docs/break-after
|
|
323
348
|
*/
|
|
324
349
|
"break-after": [{
|
|
325
|
-
"break-after":
|
|
350
|
+
"break-after": B()
|
|
326
351
|
}],
|
|
327
352
|
/**
|
|
328
353
|
* Break Before
|
|
329
354
|
* @see https://tailwindcss.com/docs/break-before
|
|
330
355
|
*/
|
|
331
356
|
"break-before": [{
|
|
332
|
-
"break-before":
|
|
357
|
+
"break-before": B()
|
|
333
358
|
}],
|
|
334
359
|
/**
|
|
335
360
|
* Break Inside
|
|
@@ -393,49 +418,49 @@ const f = (e) => {
|
|
|
393
418
|
* @see https://tailwindcss.com/docs/object-position
|
|
394
419
|
*/
|
|
395
420
|
"object-position": [{
|
|
396
|
-
object:
|
|
421
|
+
object: E()
|
|
397
422
|
}],
|
|
398
423
|
/**
|
|
399
424
|
* Overflow
|
|
400
425
|
* @see https://tailwindcss.com/docs/overflow
|
|
401
426
|
*/
|
|
402
427
|
overflow: [{
|
|
403
|
-
overflow:
|
|
428
|
+
overflow: I()
|
|
404
429
|
}],
|
|
405
430
|
/**
|
|
406
431
|
* Overflow X
|
|
407
432
|
* @see https://tailwindcss.com/docs/overflow
|
|
408
433
|
*/
|
|
409
434
|
"overflow-x": [{
|
|
410
|
-
"overflow-x":
|
|
435
|
+
"overflow-x": I()
|
|
411
436
|
}],
|
|
412
437
|
/**
|
|
413
438
|
* Overflow Y
|
|
414
439
|
* @see https://tailwindcss.com/docs/overflow
|
|
415
440
|
*/
|
|
416
441
|
"overflow-y": [{
|
|
417
|
-
"overflow-y":
|
|
442
|
+
"overflow-y": I()
|
|
418
443
|
}],
|
|
419
444
|
/**
|
|
420
445
|
* Overscroll Behavior
|
|
421
446
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
422
447
|
*/
|
|
423
448
|
overscroll: [{
|
|
424
|
-
overscroll:
|
|
449
|
+
overscroll: _()
|
|
425
450
|
}],
|
|
426
451
|
/**
|
|
427
452
|
* Overscroll Behavior X
|
|
428
453
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
429
454
|
*/
|
|
430
455
|
"overscroll-x": [{
|
|
431
|
-
"overscroll-x":
|
|
456
|
+
"overscroll-x": _()
|
|
432
457
|
}],
|
|
433
458
|
/**
|
|
434
459
|
* Overscroll Behavior Y
|
|
435
460
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
436
461
|
*/
|
|
437
462
|
"overscroll-y": [{
|
|
438
|
-
"overscroll-y":
|
|
463
|
+
"overscroll-y": _()
|
|
439
464
|
}],
|
|
440
465
|
/**
|
|
441
466
|
* Position
|
|
@@ -447,63 +472,63 @@ const f = (e) => {
|
|
|
447
472
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
448
473
|
*/
|
|
449
474
|
inset: [{
|
|
450
|
-
inset:
|
|
475
|
+
inset: v()
|
|
451
476
|
}],
|
|
452
477
|
/**
|
|
453
478
|
* Right / Left
|
|
454
479
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
455
480
|
*/
|
|
456
481
|
"inset-x": [{
|
|
457
|
-
"inset-x":
|
|
482
|
+
"inset-x": v()
|
|
458
483
|
}],
|
|
459
484
|
/**
|
|
460
485
|
* Top / Bottom
|
|
461
486
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
462
487
|
*/
|
|
463
488
|
"inset-y": [{
|
|
464
|
-
"inset-y":
|
|
489
|
+
"inset-y": v()
|
|
465
490
|
}],
|
|
466
491
|
/**
|
|
467
492
|
* Start
|
|
468
493
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
469
494
|
*/
|
|
470
495
|
start: [{
|
|
471
|
-
start:
|
|
496
|
+
start: v()
|
|
472
497
|
}],
|
|
473
498
|
/**
|
|
474
499
|
* End
|
|
475
500
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
476
501
|
*/
|
|
477
502
|
end: [{
|
|
478
|
-
end:
|
|
503
|
+
end: v()
|
|
479
504
|
}],
|
|
480
505
|
/**
|
|
481
506
|
* Top
|
|
482
507
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
483
508
|
*/
|
|
484
509
|
top: [{
|
|
485
|
-
top:
|
|
510
|
+
top: v()
|
|
486
511
|
}],
|
|
487
512
|
/**
|
|
488
513
|
* Right
|
|
489
514
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
490
515
|
*/
|
|
491
516
|
right: [{
|
|
492
|
-
right:
|
|
517
|
+
right: v()
|
|
493
518
|
}],
|
|
494
519
|
/**
|
|
495
520
|
* Bottom
|
|
496
521
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
497
522
|
*/
|
|
498
523
|
bottom: [{
|
|
499
|
-
bottom:
|
|
524
|
+
bottom: v()
|
|
500
525
|
}],
|
|
501
526
|
/**
|
|
502
527
|
* Left
|
|
503
528
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
504
529
|
*/
|
|
505
530
|
left: [{
|
|
506
|
-
left:
|
|
531
|
+
left: v()
|
|
507
532
|
}],
|
|
508
533
|
/**
|
|
509
534
|
* Visibility
|
|
@@ -515,7 +540,7 @@ const f = (e) => {
|
|
|
515
540
|
* @see https://tailwindcss.com/docs/z-index
|
|
516
541
|
*/
|
|
517
542
|
z: [{
|
|
518
|
-
z: [
|
|
543
|
+
z: [S, "auto", r, o]
|
|
519
544
|
}],
|
|
520
545
|
// ------------------------
|
|
521
546
|
// --- Flexbox and Grid ---
|
|
@@ -525,7 +550,7 @@ const f = (e) => {
|
|
|
525
550
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
526
551
|
*/
|
|
527
552
|
basis: [{
|
|
528
|
-
basis: [
|
|
553
|
+
basis: [N, "full", "auto", u, ...l()]
|
|
529
554
|
}],
|
|
530
555
|
/**
|
|
531
556
|
* Flex Direction
|
|
@@ -546,84 +571,84 @@ const f = (e) => {
|
|
|
546
571
|
* @see https://tailwindcss.com/docs/flex
|
|
547
572
|
*/
|
|
548
573
|
flex: [{
|
|
549
|
-
flex: [d,
|
|
574
|
+
flex: [d, N, "auto", "initial", "none", o]
|
|
550
575
|
}],
|
|
551
576
|
/**
|
|
552
577
|
* Flex Grow
|
|
553
578
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
554
579
|
*/
|
|
555
580
|
grow: [{
|
|
556
|
-
grow: ["", d,
|
|
581
|
+
grow: ["", d, r, o]
|
|
557
582
|
}],
|
|
558
583
|
/**
|
|
559
584
|
* Flex Shrink
|
|
560
585
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
561
586
|
*/
|
|
562
587
|
shrink: [{
|
|
563
|
-
shrink: ["", d,
|
|
588
|
+
shrink: ["", d, r, o]
|
|
564
589
|
}],
|
|
565
590
|
/**
|
|
566
591
|
* Order
|
|
567
592
|
* @see https://tailwindcss.com/docs/order
|
|
568
593
|
*/
|
|
569
594
|
order: [{
|
|
570
|
-
order: [
|
|
595
|
+
order: [S, "first", "last", "none", r, o]
|
|
571
596
|
}],
|
|
572
597
|
/**
|
|
573
598
|
* Grid Template Columns
|
|
574
599
|
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
575
600
|
*/
|
|
576
601
|
"grid-cols": [{
|
|
577
|
-
"grid-cols":
|
|
602
|
+
"grid-cols": ae()
|
|
578
603
|
}],
|
|
579
604
|
/**
|
|
580
605
|
* Grid Column Start / End
|
|
581
606
|
* @see https://tailwindcss.com/docs/grid-column
|
|
582
607
|
*/
|
|
583
608
|
"col-start-end": [{
|
|
584
|
-
col:
|
|
609
|
+
col: ie()
|
|
585
610
|
}],
|
|
586
611
|
/**
|
|
587
612
|
* Grid Column Start
|
|
588
613
|
* @see https://tailwindcss.com/docs/grid-column
|
|
589
614
|
*/
|
|
590
615
|
"col-start": [{
|
|
591
|
-
"col-start":
|
|
616
|
+
"col-start": U()
|
|
592
617
|
}],
|
|
593
618
|
/**
|
|
594
619
|
* Grid Column End
|
|
595
620
|
* @see https://tailwindcss.com/docs/grid-column
|
|
596
621
|
*/
|
|
597
622
|
"col-end": [{
|
|
598
|
-
"col-end":
|
|
623
|
+
"col-end": U()
|
|
599
624
|
}],
|
|
600
625
|
/**
|
|
601
626
|
* Grid Template Rows
|
|
602
627
|
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
603
628
|
*/
|
|
604
629
|
"grid-rows": [{
|
|
605
|
-
"grid-rows":
|
|
630
|
+
"grid-rows": ae()
|
|
606
631
|
}],
|
|
607
632
|
/**
|
|
608
633
|
* Grid Row Start / End
|
|
609
634
|
* @see https://tailwindcss.com/docs/grid-row
|
|
610
635
|
*/
|
|
611
636
|
"row-start-end": [{
|
|
612
|
-
row:
|
|
637
|
+
row: ie()
|
|
613
638
|
}],
|
|
614
639
|
/**
|
|
615
640
|
* Grid Row Start
|
|
616
641
|
* @see https://tailwindcss.com/docs/grid-row
|
|
617
642
|
*/
|
|
618
643
|
"row-start": [{
|
|
619
|
-
"row-start":
|
|
644
|
+
"row-start": U()
|
|
620
645
|
}],
|
|
621
646
|
/**
|
|
622
647
|
* Grid Row End
|
|
623
648
|
* @see https://tailwindcss.com/docs/grid-row
|
|
624
649
|
*/
|
|
625
650
|
"row-end": [{
|
|
626
|
-
"row-end":
|
|
651
|
+
"row-end": U()
|
|
627
652
|
}],
|
|
628
653
|
/**
|
|
629
654
|
* Grid Auto Flow
|
|
@@ -637,98 +662,102 @@ const f = (e) => {
|
|
|
637
662
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
638
663
|
*/
|
|
639
664
|
"auto-cols": [{
|
|
640
|
-
"auto-cols":
|
|
665
|
+
"auto-cols": le()
|
|
641
666
|
}],
|
|
642
667
|
/**
|
|
643
668
|
* Grid Auto Rows
|
|
644
669
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
645
670
|
*/
|
|
646
671
|
"auto-rows": [{
|
|
647
|
-
"auto-rows":
|
|
672
|
+
"auto-rows": le()
|
|
648
673
|
}],
|
|
649
674
|
/**
|
|
650
675
|
* Gap
|
|
651
676
|
* @see https://tailwindcss.com/docs/gap
|
|
652
677
|
*/
|
|
653
678
|
gap: [{
|
|
654
|
-
gap:
|
|
679
|
+
gap: l()
|
|
655
680
|
}],
|
|
656
681
|
/**
|
|
657
682
|
* Gap X
|
|
658
683
|
* @see https://tailwindcss.com/docs/gap
|
|
659
684
|
*/
|
|
660
685
|
"gap-x": [{
|
|
661
|
-
"gap-x":
|
|
686
|
+
"gap-x": l()
|
|
662
687
|
}],
|
|
663
688
|
/**
|
|
664
689
|
* Gap Y
|
|
665
690
|
* @see https://tailwindcss.com/docs/gap
|
|
666
691
|
*/
|
|
667
692
|
"gap-y": [{
|
|
668
|
-
"gap-y":
|
|
693
|
+
"gap-y": l()
|
|
669
694
|
}],
|
|
670
695
|
/**
|
|
671
696
|
* Justify Content
|
|
672
697
|
* @see https://tailwindcss.com/docs/justify-content
|
|
673
698
|
*/
|
|
674
699
|
"justify-content": [{
|
|
675
|
-
justify: [...
|
|
700
|
+
justify: [...Q(), "normal"]
|
|
676
701
|
}],
|
|
677
702
|
/**
|
|
678
703
|
* Justify Items
|
|
679
704
|
* @see https://tailwindcss.com/docs/justify-items
|
|
680
705
|
*/
|
|
681
706
|
"justify-items": [{
|
|
682
|
-
"justify-items": [...
|
|
707
|
+
"justify-items": [...L(), "normal"]
|
|
683
708
|
}],
|
|
684
709
|
/**
|
|
685
710
|
* Justify Self
|
|
686
711
|
* @see https://tailwindcss.com/docs/justify-self
|
|
687
712
|
*/
|
|
688
713
|
"justify-self": [{
|
|
689
|
-
"justify-self": ["auto", ...
|
|
714
|
+
"justify-self": ["auto", ...L()]
|
|
690
715
|
}],
|
|
691
716
|
/**
|
|
692
717
|
* Align Content
|
|
693
718
|
* @see https://tailwindcss.com/docs/align-content
|
|
694
719
|
*/
|
|
695
720
|
"align-content": [{
|
|
696
|
-
content: ["normal", ...
|
|
721
|
+
content: ["normal", ...Q()]
|
|
697
722
|
}],
|
|
698
723
|
/**
|
|
699
724
|
* Align Items
|
|
700
725
|
* @see https://tailwindcss.com/docs/align-items
|
|
701
726
|
*/
|
|
702
727
|
"align-items": [{
|
|
703
|
-
items: [...
|
|
728
|
+
items: [...L(), {
|
|
729
|
+
baseline: ["", "last"]
|
|
730
|
+
}]
|
|
704
731
|
}],
|
|
705
732
|
/**
|
|
706
733
|
* Align Self
|
|
707
734
|
* @see https://tailwindcss.com/docs/align-self
|
|
708
735
|
*/
|
|
709
736
|
"align-self": [{
|
|
710
|
-
self: ["auto", ...
|
|
737
|
+
self: ["auto", ...L(), {
|
|
738
|
+
baseline: ["", "last"]
|
|
739
|
+
}]
|
|
711
740
|
}],
|
|
712
741
|
/**
|
|
713
742
|
* Place Content
|
|
714
743
|
* @see https://tailwindcss.com/docs/place-content
|
|
715
744
|
*/
|
|
716
745
|
"place-content": [{
|
|
717
|
-
"place-content":
|
|
746
|
+
"place-content": Q()
|
|
718
747
|
}],
|
|
719
748
|
/**
|
|
720
749
|
* Place Items
|
|
721
750
|
* @see https://tailwindcss.com/docs/place-items
|
|
722
751
|
*/
|
|
723
752
|
"place-items": [{
|
|
724
|
-
"place-items": [...
|
|
753
|
+
"place-items": [...L(), "baseline"]
|
|
725
754
|
}],
|
|
726
755
|
/**
|
|
727
756
|
* Place Self
|
|
728
757
|
* @see https://tailwindcss.com/docs/place-self
|
|
729
758
|
*/
|
|
730
759
|
"place-self": [{
|
|
731
|
-
"place-self": ["auto", ...
|
|
760
|
+
"place-self": ["auto", ...L()]
|
|
732
761
|
}],
|
|
733
762
|
// Spacing
|
|
734
763
|
/**
|
|
@@ -736,63 +765,63 @@ const f = (e) => {
|
|
|
736
765
|
* @see https://tailwindcss.com/docs/padding
|
|
737
766
|
*/
|
|
738
767
|
p: [{
|
|
739
|
-
p:
|
|
768
|
+
p: l()
|
|
740
769
|
}],
|
|
741
770
|
/**
|
|
742
771
|
* Padding X
|
|
743
772
|
* @see https://tailwindcss.com/docs/padding
|
|
744
773
|
*/
|
|
745
774
|
px: [{
|
|
746
|
-
px:
|
|
775
|
+
px: l()
|
|
747
776
|
}],
|
|
748
777
|
/**
|
|
749
778
|
* Padding Y
|
|
750
779
|
* @see https://tailwindcss.com/docs/padding
|
|
751
780
|
*/
|
|
752
781
|
py: [{
|
|
753
|
-
py:
|
|
782
|
+
py: l()
|
|
754
783
|
}],
|
|
755
784
|
/**
|
|
756
785
|
* Padding Start
|
|
757
786
|
* @see https://tailwindcss.com/docs/padding
|
|
758
787
|
*/
|
|
759
788
|
ps: [{
|
|
760
|
-
ps:
|
|
789
|
+
ps: l()
|
|
761
790
|
}],
|
|
762
791
|
/**
|
|
763
792
|
* Padding End
|
|
764
793
|
* @see https://tailwindcss.com/docs/padding
|
|
765
794
|
*/
|
|
766
795
|
pe: [{
|
|
767
|
-
pe:
|
|
796
|
+
pe: l()
|
|
768
797
|
}],
|
|
769
798
|
/**
|
|
770
799
|
* Padding Top
|
|
771
800
|
* @see https://tailwindcss.com/docs/padding
|
|
772
801
|
*/
|
|
773
802
|
pt: [{
|
|
774
|
-
pt:
|
|
803
|
+
pt: l()
|
|
775
804
|
}],
|
|
776
805
|
/**
|
|
777
806
|
* Padding Right
|
|
778
807
|
* @see https://tailwindcss.com/docs/padding
|
|
779
808
|
*/
|
|
780
809
|
pr: [{
|
|
781
|
-
pr:
|
|
810
|
+
pr: l()
|
|
782
811
|
}],
|
|
783
812
|
/**
|
|
784
813
|
* Padding Bottom
|
|
785
814
|
* @see https://tailwindcss.com/docs/padding
|
|
786
815
|
*/
|
|
787
816
|
pb: [{
|
|
788
|
-
pb:
|
|
817
|
+
pb: l()
|
|
789
818
|
}],
|
|
790
819
|
/**
|
|
791
820
|
* Padding Left
|
|
792
821
|
* @see https://tailwindcss.com/docs/padding
|
|
793
822
|
*/
|
|
794
823
|
pl: [{
|
|
795
|
-
pl:
|
|
824
|
+
pl: l()
|
|
796
825
|
}],
|
|
797
826
|
/**
|
|
798
827
|
* Margin
|
|
@@ -862,7 +891,7 @@ const f = (e) => {
|
|
|
862
891
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
863
892
|
*/
|
|
864
893
|
"space-x": [{
|
|
865
|
-
"space-x":
|
|
894
|
+
"space-x": l()
|
|
866
895
|
}],
|
|
867
896
|
/**
|
|
868
897
|
* Space Between X Reverse
|
|
@@ -874,7 +903,7 @@ const f = (e) => {
|
|
|
874
903
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
875
904
|
*/
|
|
876
905
|
"space-y": [{
|
|
877
|
-
"space-y":
|
|
906
|
+
"space-y": l()
|
|
878
907
|
}],
|
|
879
908
|
/**
|
|
880
909
|
* Space Between Y Reverse
|
|
@@ -884,19 +913,19 @@ const f = (e) => {
|
|
|
884
913
|
// --------------
|
|
885
914
|
// --- Sizing ---
|
|
886
915
|
// --------------
|
|
887
|
-
/**
|
|
888
|
-
* Width
|
|
889
|
-
* @see https://tailwindcss.com/docs/width
|
|
890
|
-
*/
|
|
891
916
|
/**
|
|
892
917
|
* Size
|
|
893
918
|
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
894
919
|
*/
|
|
895
920
|
size: [{
|
|
896
|
-
size:
|
|
921
|
+
size: R()
|
|
897
922
|
}],
|
|
923
|
+
/**
|
|
924
|
+
* Width
|
|
925
|
+
* @see https://tailwindcss.com/docs/width
|
|
926
|
+
*/
|
|
898
927
|
w: [{
|
|
899
|
-
w: [
|
|
928
|
+
w: [u, "screen", ...R()]
|
|
900
929
|
}],
|
|
901
930
|
/**
|
|
902
931
|
* Min-Width
|
|
@@ -904,11 +933,11 @@ const f = (e) => {
|
|
|
904
933
|
*/
|
|
905
934
|
"min-w": [{
|
|
906
935
|
"min-w": [
|
|
907
|
-
|
|
936
|
+
u,
|
|
908
937
|
"screen",
|
|
909
938
|
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
910
939
|
"none",
|
|
911
|
-
...
|
|
940
|
+
...R()
|
|
912
941
|
]
|
|
913
942
|
}],
|
|
914
943
|
/**
|
|
@@ -917,7 +946,7 @@ const f = (e) => {
|
|
|
917
946
|
*/
|
|
918
947
|
"max-w": [{
|
|
919
948
|
"max-w": [
|
|
920
|
-
|
|
949
|
+
u,
|
|
921
950
|
"screen",
|
|
922
951
|
"none",
|
|
923
952
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
@@ -926,7 +955,7 @@ const f = (e) => {
|
|
|
926
955
|
{
|
|
927
956
|
screen: [i]
|
|
928
957
|
},
|
|
929
|
-
...
|
|
958
|
+
...R()
|
|
930
959
|
]
|
|
931
960
|
}],
|
|
932
961
|
/**
|
|
@@ -934,21 +963,21 @@ const f = (e) => {
|
|
|
934
963
|
* @see https://tailwindcss.com/docs/height
|
|
935
964
|
*/
|
|
936
965
|
h: [{
|
|
937
|
-
h: ["screen", ...
|
|
966
|
+
h: ["screen", ...R()]
|
|
938
967
|
}],
|
|
939
968
|
/**
|
|
940
969
|
* Min-Height
|
|
941
970
|
* @see https://tailwindcss.com/docs/min-height
|
|
942
971
|
*/
|
|
943
972
|
"min-h": [{
|
|
944
|
-
"min-h": ["screen", "none", ...
|
|
973
|
+
"min-h": ["screen", "none", ...R()]
|
|
945
974
|
}],
|
|
946
975
|
/**
|
|
947
976
|
* Max-Height
|
|
948
977
|
* @see https://tailwindcss.com/docs/max-height
|
|
949
978
|
*/
|
|
950
979
|
"max-h": [{
|
|
951
|
-
"max-h": ["screen", ...
|
|
980
|
+
"max-h": ["screen", ...R()]
|
|
952
981
|
}],
|
|
953
982
|
// ------------------
|
|
954
983
|
// --- Typography ---
|
|
@@ -958,7 +987,7 @@ const f = (e) => {
|
|
|
958
987
|
* @see https://tailwindcss.com/docs/font-size
|
|
959
988
|
*/
|
|
960
989
|
"font-size": [{
|
|
961
|
-
text: ["base",
|
|
990
|
+
text: ["base", s, W, P]
|
|
962
991
|
}],
|
|
963
992
|
/**
|
|
964
993
|
* Font Smoothing
|
|
@@ -975,21 +1004,21 @@ const f = (e) => {
|
|
|
975
1004
|
* @see https://tailwindcss.com/docs/font-weight
|
|
976
1005
|
*/
|
|
977
1006
|
"font-weight": [{
|
|
978
|
-
font: [
|
|
1007
|
+
font: [t, r, oe]
|
|
979
1008
|
}],
|
|
980
1009
|
/**
|
|
981
1010
|
* Font Stretch
|
|
982
1011
|
* @see https://tailwindcss.com/docs/font-stretch
|
|
983
1012
|
*/
|
|
984
1013
|
"font-stretch": [{
|
|
985
|
-
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded",
|
|
1014
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", ee, o]
|
|
986
1015
|
}],
|
|
987
1016
|
/**
|
|
988
1017
|
* Font Family
|
|
989
1018
|
* @see https://tailwindcss.com/docs/font-family
|
|
990
1019
|
*/
|
|
991
1020
|
"font-family": [{
|
|
992
|
-
font: [
|
|
1021
|
+
font: [ro, o, n]
|
|
993
1022
|
}],
|
|
994
1023
|
/**
|
|
995
1024
|
* Font Variant Numeric
|
|
@@ -1026,14 +1055,14 @@ const f = (e) => {
|
|
|
1026
1055
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1027
1056
|
*/
|
|
1028
1057
|
tracking: [{
|
|
1029
|
-
tracking: [
|
|
1058
|
+
tracking: [c, r, o]
|
|
1030
1059
|
}],
|
|
1031
1060
|
/**
|
|
1032
1061
|
* Line Clamp
|
|
1033
1062
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1034
1063
|
*/
|
|
1035
1064
|
"line-clamp": [{
|
|
1036
|
-
"line-clamp": [d, "none",
|
|
1065
|
+
"line-clamp": [d, "none", r, oe]
|
|
1037
1066
|
}],
|
|
1038
1067
|
/**
|
|
1039
1068
|
* Line Height
|
|
@@ -1041,11 +1070,9 @@ const f = (e) => {
|
|
|
1041
1070
|
*/
|
|
1042
1071
|
leading: [{
|
|
1043
1072
|
leading: [
|
|
1044
|
-
t,
|
|
1045
|
-
r,
|
|
1046
1073
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1047
|
-
|
|
1048
|
-
l
|
|
1074
|
+
m,
|
|
1075
|
+
...l()
|
|
1049
1076
|
]
|
|
1050
1077
|
}],
|
|
1051
1078
|
/**
|
|
@@ -1053,7 +1080,7 @@ const f = (e) => {
|
|
|
1053
1080
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
1054
1081
|
*/
|
|
1055
1082
|
"list-image": [{
|
|
1056
|
-
"list-image": ["none",
|
|
1083
|
+
"list-image": ["none", r, o]
|
|
1057
1084
|
}],
|
|
1058
1085
|
/**
|
|
1059
1086
|
* List Style Position
|
|
@@ -1067,7 +1094,7 @@ const f = (e) => {
|
|
|
1067
1094
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
1068
1095
|
*/
|
|
1069
1096
|
"list-style-type": [{
|
|
1070
|
-
list: ["disc", "decimal", "none",
|
|
1097
|
+
list: ["disc", "decimal", "none", r, o]
|
|
1071
1098
|
}],
|
|
1072
1099
|
/**
|
|
1073
1100
|
* Text Alignment
|
|
@@ -1082,14 +1109,14 @@ const f = (e) => {
|
|
|
1082
1109
|
* @see https://v3.tailwindcss.com/docs/placeholder-color
|
|
1083
1110
|
*/
|
|
1084
1111
|
"placeholder-color": [{
|
|
1085
|
-
placeholder:
|
|
1112
|
+
placeholder: a()
|
|
1086
1113
|
}],
|
|
1087
1114
|
/**
|
|
1088
1115
|
* Text Color
|
|
1089
1116
|
* @see https://tailwindcss.com/docs/text-color
|
|
1090
1117
|
*/
|
|
1091
1118
|
"text-color": [{
|
|
1092
|
-
text:
|
|
1119
|
+
text: a()
|
|
1093
1120
|
}],
|
|
1094
1121
|
/**
|
|
1095
1122
|
* Text Decoration
|
|
@@ -1101,28 +1128,28 @@ const f = (e) => {
|
|
|
1101
1128
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1102
1129
|
*/
|
|
1103
1130
|
"text-decoration-style": [{
|
|
1104
|
-
decoration: [...
|
|
1131
|
+
decoration: [...q(), "wavy"]
|
|
1105
1132
|
}],
|
|
1106
1133
|
/**
|
|
1107
1134
|
* Text Decoration Thickness
|
|
1108
1135
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1109
1136
|
*/
|
|
1110
1137
|
"text-decoration-thickness": [{
|
|
1111
|
-
decoration: [d, "from-font", "auto",
|
|
1138
|
+
decoration: [d, "from-font", "auto", r, P]
|
|
1112
1139
|
}],
|
|
1113
1140
|
/**
|
|
1114
1141
|
* Text Decoration Color
|
|
1115
1142
|
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1116
1143
|
*/
|
|
1117
1144
|
"text-decoration-color": [{
|
|
1118
|
-
decoration:
|
|
1145
|
+
decoration: a()
|
|
1119
1146
|
}],
|
|
1120
1147
|
/**
|
|
1121
1148
|
* Text Underline Offset
|
|
1122
1149
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1123
1150
|
*/
|
|
1124
1151
|
"underline-offset": [{
|
|
1125
|
-
"underline-offset": [d, "auto",
|
|
1152
|
+
"underline-offset": [d, "auto", r, o]
|
|
1126
1153
|
}],
|
|
1127
1154
|
/**
|
|
1128
1155
|
* Text Transform
|
|
@@ -1146,14 +1173,14 @@ const f = (e) => {
|
|
|
1146
1173
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1147
1174
|
*/
|
|
1148
1175
|
indent: [{
|
|
1149
|
-
indent:
|
|
1176
|
+
indent: l()
|
|
1150
1177
|
}],
|
|
1151
1178
|
/**
|
|
1152
1179
|
* Vertical Alignment
|
|
1153
1180
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
1154
1181
|
*/
|
|
1155
1182
|
"vertical-align": [{
|
|
1156
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
1183
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", r, o]
|
|
1157
1184
|
}],
|
|
1158
1185
|
/**
|
|
1159
1186
|
* Whitespace
|
|
@@ -1169,6 +1196,13 @@ const f = (e) => {
|
|
|
1169
1196
|
break: [{
|
|
1170
1197
|
break: ["normal", "words", "all", "keep"]
|
|
1171
1198
|
}],
|
|
1199
|
+
/**
|
|
1200
|
+
* Overflow Wrap
|
|
1201
|
+
* @see https://tailwindcss.com/docs/overflow-wrap
|
|
1202
|
+
*/
|
|
1203
|
+
wrap: [{
|
|
1204
|
+
wrap: ["break-word", "anywhere", "normal"]
|
|
1205
|
+
}],
|
|
1172
1206
|
/**
|
|
1173
1207
|
* Hyphens
|
|
1174
1208
|
* @see https://tailwindcss.com/docs/hyphens
|
|
@@ -1181,7 +1215,7 @@ const f = (e) => {
|
|
|
1181
1215
|
* @see https://tailwindcss.com/docs/content
|
|
1182
1216
|
*/
|
|
1183
1217
|
content: [{
|
|
1184
|
-
content: ["none",
|
|
1218
|
+
content: ["none", r, o]
|
|
1185
1219
|
}],
|
|
1186
1220
|
// -------------------
|
|
1187
1221
|
// --- Backgrounds ---
|
|
@@ -1212,23 +1246,21 @@ const f = (e) => {
|
|
|
1212
1246
|
* @see https://tailwindcss.com/docs/background-position
|
|
1213
1247
|
*/
|
|
1214
1248
|
"bg-position": [{
|
|
1215
|
-
bg:
|
|
1249
|
+
bg: ce()
|
|
1216
1250
|
}],
|
|
1217
1251
|
/**
|
|
1218
1252
|
* Background Repeat
|
|
1219
1253
|
* @see https://tailwindcss.com/docs/background-repeat
|
|
1220
1254
|
*/
|
|
1221
1255
|
"bg-repeat": [{
|
|
1222
|
-
bg:
|
|
1223
|
-
repeat: ["", "x", "y", "space", "round"]
|
|
1224
|
-
}]
|
|
1256
|
+
bg: de()
|
|
1225
1257
|
}],
|
|
1226
1258
|
/**
|
|
1227
1259
|
* Background Size
|
|
1228
1260
|
* @see https://tailwindcss.com/docs/background-size
|
|
1229
1261
|
*/
|
|
1230
1262
|
"bg-size": [{
|
|
1231
|
-
bg:
|
|
1263
|
+
bg: me()
|
|
1232
1264
|
}],
|
|
1233
1265
|
/**
|
|
1234
1266
|
* Background Image
|
|
@@ -1238,59 +1270,59 @@ const f = (e) => {
|
|
|
1238
1270
|
bg: ["none", {
|
|
1239
1271
|
linear: [{
|
|
1240
1272
|
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1241
|
-
},
|
|
1242
|
-
radial: ["",
|
|
1243
|
-
conic: [
|
|
1244
|
-
},
|
|
1273
|
+
}, S, r, o],
|
|
1274
|
+
radial: ["", r, o],
|
|
1275
|
+
conic: [S, r, o]
|
|
1276
|
+
}, so, oo]
|
|
1245
1277
|
}],
|
|
1246
1278
|
/**
|
|
1247
1279
|
* Background Color
|
|
1248
1280
|
* @see https://tailwindcss.com/docs/background-color
|
|
1249
1281
|
*/
|
|
1250
1282
|
"bg-color": [{
|
|
1251
|
-
bg:
|
|
1283
|
+
bg: a()
|
|
1252
1284
|
}],
|
|
1253
1285
|
/**
|
|
1254
1286
|
* Gradient Color Stops From Position
|
|
1255
1287
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1256
1288
|
*/
|
|
1257
1289
|
"gradient-from-pos": [{
|
|
1258
|
-
from:
|
|
1290
|
+
from: Y()
|
|
1259
1291
|
}],
|
|
1260
1292
|
/**
|
|
1261
1293
|
* Gradient Color Stops Via Position
|
|
1262
1294
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1263
1295
|
*/
|
|
1264
1296
|
"gradient-via-pos": [{
|
|
1265
|
-
via:
|
|
1297
|
+
via: Y()
|
|
1266
1298
|
}],
|
|
1267
1299
|
/**
|
|
1268
1300
|
* Gradient Color Stops To Position
|
|
1269
1301
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1270
1302
|
*/
|
|
1271
1303
|
"gradient-to-pos": [{
|
|
1272
|
-
to:
|
|
1304
|
+
to: Y()
|
|
1273
1305
|
}],
|
|
1274
1306
|
/**
|
|
1275
1307
|
* Gradient Color Stops From
|
|
1276
1308
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1277
1309
|
*/
|
|
1278
1310
|
"gradient-from": [{
|
|
1279
|
-
from:
|
|
1311
|
+
from: a()
|
|
1280
1312
|
}],
|
|
1281
1313
|
/**
|
|
1282
1314
|
* Gradient Color Stops Via
|
|
1283
1315
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1284
1316
|
*/
|
|
1285
1317
|
"gradient-via": [{
|
|
1286
|
-
via:
|
|
1318
|
+
via: a()
|
|
1287
1319
|
}],
|
|
1288
1320
|
/**
|
|
1289
1321
|
* Gradient Color Stops To
|
|
1290
1322
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1291
1323
|
*/
|
|
1292
1324
|
"gradient-to": [{
|
|
1293
|
-
to:
|
|
1325
|
+
to: a()
|
|
1294
1326
|
}],
|
|
1295
1327
|
// ---------------
|
|
1296
1328
|
// --- Borders ---
|
|
@@ -1300,105 +1332,105 @@ const f = (e) => {
|
|
|
1300
1332
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1301
1333
|
*/
|
|
1302
1334
|
rounded: [{
|
|
1303
|
-
rounded:
|
|
1335
|
+
rounded: w()
|
|
1304
1336
|
}],
|
|
1305
1337
|
/**
|
|
1306
1338
|
* Border Radius Start
|
|
1307
1339
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1308
1340
|
*/
|
|
1309
1341
|
"rounded-s": [{
|
|
1310
|
-
"rounded-s":
|
|
1342
|
+
"rounded-s": w()
|
|
1311
1343
|
}],
|
|
1312
1344
|
/**
|
|
1313
1345
|
* Border Radius End
|
|
1314
1346
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1315
1347
|
*/
|
|
1316
1348
|
"rounded-e": [{
|
|
1317
|
-
"rounded-e":
|
|
1349
|
+
"rounded-e": w()
|
|
1318
1350
|
}],
|
|
1319
1351
|
/**
|
|
1320
1352
|
* Border Radius Top
|
|
1321
1353
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1322
1354
|
*/
|
|
1323
1355
|
"rounded-t": [{
|
|
1324
|
-
"rounded-t":
|
|
1356
|
+
"rounded-t": w()
|
|
1325
1357
|
}],
|
|
1326
1358
|
/**
|
|
1327
1359
|
* Border Radius Right
|
|
1328
1360
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1329
1361
|
*/
|
|
1330
1362
|
"rounded-r": [{
|
|
1331
|
-
"rounded-r":
|
|
1363
|
+
"rounded-r": w()
|
|
1332
1364
|
}],
|
|
1333
1365
|
/**
|
|
1334
1366
|
* Border Radius Bottom
|
|
1335
1367
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1336
1368
|
*/
|
|
1337
1369
|
"rounded-b": [{
|
|
1338
|
-
"rounded-b":
|
|
1370
|
+
"rounded-b": w()
|
|
1339
1371
|
}],
|
|
1340
1372
|
/**
|
|
1341
1373
|
* Border Radius Left
|
|
1342
1374
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1343
1375
|
*/
|
|
1344
1376
|
"rounded-l": [{
|
|
1345
|
-
"rounded-l":
|
|
1377
|
+
"rounded-l": w()
|
|
1346
1378
|
}],
|
|
1347
1379
|
/**
|
|
1348
1380
|
* Border Radius Start Start
|
|
1349
1381
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1350
1382
|
*/
|
|
1351
1383
|
"rounded-ss": [{
|
|
1352
|
-
"rounded-ss":
|
|
1384
|
+
"rounded-ss": w()
|
|
1353
1385
|
}],
|
|
1354
1386
|
/**
|
|
1355
1387
|
* Border Radius Start End
|
|
1356
1388
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1357
1389
|
*/
|
|
1358
1390
|
"rounded-se": [{
|
|
1359
|
-
"rounded-se":
|
|
1391
|
+
"rounded-se": w()
|
|
1360
1392
|
}],
|
|
1361
1393
|
/**
|
|
1362
1394
|
* Border Radius End End
|
|
1363
1395
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1364
1396
|
*/
|
|
1365
1397
|
"rounded-ee": [{
|
|
1366
|
-
"rounded-ee":
|
|
1398
|
+
"rounded-ee": w()
|
|
1367
1399
|
}],
|
|
1368
1400
|
/**
|
|
1369
1401
|
* Border Radius End Start
|
|
1370
1402
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1371
1403
|
*/
|
|
1372
1404
|
"rounded-es": [{
|
|
1373
|
-
"rounded-es":
|
|
1405
|
+
"rounded-es": w()
|
|
1374
1406
|
}],
|
|
1375
1407
|
/**
|
|
1376
1408
|
* Border Radius Top Left
|
|
1377
1409
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1378
1410
|
*/
|
|
1379
1411
|
"rounded-tl": [{
|
|
1380
|
-
"rounded-tl":
|
|
1412
|
+
"rounded-tl": w()
|
|
1381
1413
|
}],
|
|
1382
1414
|
/**
|
|
1383
1415
|
* Border Radius Top Right
|
|
1384
1416
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1385
1417
|
*/
|
|
1386
1418
|
"rounded-tr": [{
|
|
1387
|
-
"rounded-tr":
|
|
1419
|
+
"rounded-tr": w()
|
|
1388
1420
|
}],
|
|
1389
1421
|
/**
|
|
1390
1422
|
* Border Radius Bottom Right
|
|
1391
1423
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1392
1424
|
*/
|
|
1393
1425
|
"rounded-br": [{
|
|
1394
|
-
"rounded-br":
|
|
1426
|
+
"rounded-br": w()
|
|
1395
1427
|
}],
|
|
1396
1428
|
/**
|
|
1397
1429
|
* Border Radius Bottom Left
|
|
1398
1430
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1399
1431
|
*/
|
|
1400
1432
|
"rounded-bl": [{
|
|
1401
|
-
"rounded-bl":
|
|
1433
|
+
"rounded-bl": w()
|
|
1402
1434
|
}],
|
|
1403
1435
|
/**
|
|
1404
1436
|
* Border Width
|
|
@@ -1492,112 +1524,112 @@ const f = (e) => {
|
|
|
1492
1524
|
* @see https://tailwindcss.com/docs/border-style
|
|
1493
1525
|
*/
|
|
1494
1526
|
"border-style": [{
|
|
1495
|
-
border: [...
|
|
1527
|
+
border: [...q(), "hidden", "none"]
|
|
1496
1528
|
}],
|
|
1497
1529
|
/**
|
|
1498
1530
|
* Divide Style
|
|
1499
1531
|
* @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
|
|
1500
1532
|
*/
|
|
1501
1533
|
"divide-style": [{
|
|
1502
|
-
divide: [...
|
|
1534
|
+
divide: [...q(), "hidden", "none"]
|
|
1503
1535
|
}],
|
|
1504
1536
|
/**
|
|
1505
1537
|
* Border Color
|
|
1506
1538
|
* @see https://tailwindcss.com/docs/border-color
|
|
1507
1539
|
*/
|
|
1508
1540
|
"border-color": [{
|
|
1509
|
-
border:
|
|
1541
|
+
border: a()
|
|
1510
1542
|
}],
|
|
1511
1543
|
/**
|
|
1512
1544
|
* Border Color X
|
|
1513
1545
|
* @see https://tailwindcss.com/docs/border-color
|
|
1514
1546
|
*/
|
|
1515
1547
|
"border-color-x": [{
|
|
1516
|
-
"border-x":
|
|
1548
|
+
"border-x": a()
|
|
1517
1549
|
}],
|
|
1518
1550
|
/**
|
|
1519
1551
|
* Border Color Y
|
|
1520
1552
|
* @see https://tailwindcss.com/docs/border-color
|
|
1521
1553
|
*/
|
|
1522
1554
|
"border-color-y": [{
|
|
1523
|
-
"border-y":
|
|
1555
|
+
"border-y": a()
|
|
1524
1556
|
}],
|
|
1525
1557
|
/**
|
|
1526
1558
|
* Border Color S
|
|
1527
1559
|
* @see https://tailwindcss.com/docs/border-color
|
|
1528
1560
|
*/
|
|
1529
1561
|
"border-color-s": [{
|
|
1530
|
-
"border-s":
|
|
1562
|
+
"border-s": a()
|
|
1531
1563
|
}],
|
|
1532
1564
|
/**
|
|
1533
1565
|
* Border Color E
|
|
1534
1566
|
* @see https://tailwindcss.com/docs/border-color
|
|
1535
1567
|
*/
|
|
1536
1568
|
"border-color-e": [{
|
|
1537
|
-
"border-e":
|
|
1569
|
+
"border-e": a()
|
|
1538
1570
|
}],
|
|
1539
1571
|
/**
|
|
1540
1572
|
* Border Color Top
|
|
1541
1573
|
* @see https://tailwindcss.com/docs/border-color
|
|
1542
1574
|
*/
|
|
1543
1575
|
"border-color-t": [{
|
|
1544
|
-
"border-t":
|
|
1576
|
+
"border-t": a()
|
|
1545
1577
|
}],
|
|
1546
1578
|
/**
|
|
1547
1579
|
* Border Color Right
|
|
1548
1580
|
* @see https://tailwindcss.com/docs/border-color
|
|
1549
1581
|
*/
|
|
1550
1582
|
"border-color-r": [{
|
|
1551
|
-
"border-r":
|
|
1583
|
+
"border-r": a()
|
|
1552
1584
|
}],
|
|
1553
1585
|
/**
|
|
1554
1586
|
* Border Color Bottom
|
|
1555
1587
|
* @see https://tailwindcss.com/docs/border-color
|
|
1556
1588
|
*/
|
|
1557
1589
|
"border-color-b": [{
|
|
1558
|
-
"border-b":
|
|
1590
|
+
"border-b": a()
|
|
1559
1591
|
}],
|
|
1560
1592
|
/**
|
|
1561
1593
|
* Border Color Left
|
|
1562
1594
|
* @see https://tailwindcss.com/docs/border-color
|
|
1563
1595
|
*/
|
|
1564
1596
|
"border-color-l": [{
|
|
1565
|
-
"border-l":
|
|
1597
|
+
"border-l": a()
|
|
1566
1598
|
}],
|
|
1567
1599
|
/**
|
|
1568
1600
|
* Divide Color
|
|
1569
1601
|
* @see https://tailwindcss.com/docs/divide-color
|
|
1570
1602
|
*/
|
|
1571
1603
|
"divide-color": [{
|
|
1572
|
-
divide:
|
|
1604
|
+
divide: a()
|
|
1573
1605
|
}],
|
|
1574
1606
|
/**
|
|
1575
1607
|
* Outline Style
|
|
1576
1608
|
* @see https://tailwindcss.com/docs/outline-style
|
|
1577
1609
|
*/
|
|
1578
1610
|
"outline-style": [{
|
|
1579
|
-
outline: [...
|
|
1611
|
+
outline: [...q(), "none", "hidden"]
|
|
1580
1612
|
}],
|
|
1581
1613
|
/**
|
|
1582
1614
|
* Outline Offset
|
|
1583
1615
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
1584
1616
|
*/
|
|
1585
1617
|
"outline-offset": [{
|
|
1586
|
-
"outline-offset": [d,
|
|
1618
|
+
"outline-offset": [d, r, o]
|
|
1587
1619
|
}],
|
|
1588
1620
|
/**
|
|
1589
1621
|
* Outline Width
|
|
1590
1622
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1591
1623
|
*/
|
|
1592
1624
|
"outline-w": [{
|
|
1593
|
-
outline: ["", d,
|
|
1625
|
+
outline: ["", d, W, P]
|
|
1594
1626
|
}],
|
|
1595
1627
|
/**
|
|
1596
1628
|
* Outline Color
|
|
1597
1629
|
* @see https://tailwindcss.com/docs/outline-color
|
|
1598
1630
|
*/
|
|
1599
1631
|
"outline-color": [{
|
|
1600
|
-
outline:
|
|
1632
|
+
outline: a()
|
|
1601
1633
|
}],
|
|
1602
1634
|
// ---------------
|
|
1603
1635
|
// --- Effects ---
|
|
@@ -1611,9 +1643,9 @@ const f = (e) => {
|
|
|
1611
1643
|
// Deprecated since Tailwind CSS v4.0.0
|
|
1612
1644
|
"",
|
|
1613
1645
|
"none",
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1646
|
+
h,
|
|
1647
|
+
K,
|
|
1648
|
+
D
|
|
1617
1649
|
]
|
|
1618
1650
|
}],
|
|
1619
1651
|
/**
|
|
@@ -1621,21 +1653,21 @@ const f = (e) => {
|
|
|
1621
1653
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
|
|
1622
1654
|
*/
|
|
1623
1655
|
"shadow-color": [{
|
|
1624
|
-
shadow:
|
|
1656
|
+
shadow: a()
|
|
1625
1657
|
}],
|
|
1626
1658
|
/**
|
|
1627
1659
|
* Inset Box Shadow
|
|
1628
1660
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
1629
1661
|
*/
|
|
1630
1662
|
"inset-shadow": [{
|
|
1631
|
-
"inset-shadow": ["none",
|
|
1663
|
+
"inset-shadow": ["none", M, K, D]
|
|
1632
1664
|
}],
|
|
1633
1665
|
/**
|
|
1634
1666
|
* Inset Box Shadow Color
|
|
1635
1667
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
|
|
1636
1668
|
*/
|
|
1637
1669
|
"inset-shadow-color": [{
|
|
1638
|
-
"inset-shadow":
|
|
1670
|
+
"inset-shadow": a()
|
|
1639
1671
|
}],
|
|
1640
1672
|
/**
|
|
1641
1673
|
* Ring Width
|
|
@@ -1656,7 +1688,7 @@ const f = (e) => {
|
|
|
1656
1688
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
|
|
1657
1689
|
*/
|
|
1658
1690
|
"ring-color": [{
|
|
1659
|
-
ring:
|
|
1691
|
+
ring: a()
|
|
1660
1692
|
}],
|
|
1661
1693
|
/**
|
|
1662
1694
|
* Ring Offset Width
|
|
@@ -1665,7 +1697,7 @@ const f = (e) => {
|
|
|
1665
1697
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1666
1698
|
*/
|
|
1667
1699
|
"ring-offset-w": [{
|
|
1668
|
-
"ring-offset": [d,
|
|
1700
|
+
"ring-offset": [d, P]
|
|
1669
1701
|
}],
|
|
1670
1702
|
/**
|
|
1671
1703
|
* Ring Offset Color
|
|
@@ -1674,7 +1706,7 @@ const f = (e) => {
|
|
|
1674
1706
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1675
1707
|
*/
|
|
1676
1708
|
"ring-offset-color": [{
|
|
1677
|
-
"ring-offset":
|
|
1709
|
+
"ring-offset": a()
|
|
1678
1710
|
}],
|
|
1679
1711
|
/**
|
|
1680
1712
|
* Inset Ring Width
|
|
@@ -1688,28 +1720,238 @@ const f = (e) => {
|
|
|
1688
1720
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
|
|
1689
1721
|
*/
|
|
1690
1722
|
"inset-ring-color": [{
|
|
1691
|
-
"inset-ring":
|
|
1723
|
+
"inset-ring": a()
|
|
1724
|
+
}],
|
|
1725
|
+
/**
|
|
1726
|
+
* Text Shadow
|
|
1727
|
+
* @see https://tailwindcss.com/docs/text-shadow
|
|
1728
|
+
*/
|
|
1729
|
+
"text-shadow": [{
|
|
1730
|
+
"text-shadow": ["none", O, K, D]
|
|
1731
|
+
}],
|
|
1732
|
+
/**
|
|
1733
|
+
* Text Shadow Color
|
|
1734
|
+
* @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
|
|
1735
|
+
*/
|
|
1736
|
+
"text-shadow-color": [{
|
|
1737
|
+
"text-shadow": a()
|
|
1692
1738
|
}],
|
|
1693
1739
|
/**
|
|
1694
1740
|
* Opacity
|
|
1695
1741
|
* @see https://tailwindcss.com/docs/opacity
|
|
1696
1742
|
*/
|
|
1697
1743
|
opacity: [{
|
|
1698
|
-
opacity: [d,
|
|
1744
|
+
opacity: [d, r, o]
|
|
1699
1745
|
}],
|
|
1700
1746
|
/**
|
|
1701
1747
|
* Mix Blend Mode
|
|
1702
1748
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
1703
1749
|
*/
|
|
1704
1750
|
"mix-blend": [{
|
|
1705
|
-
"mix-blend": [...
|
|
1751
|
+
"mix-blend": [...pe(), "plus-darker", "plus-lighter"]
|
|
1706
1752
|
}],
|
|
1707
1753
|
/**
|
|
1708
1754
|
* Background Blend Mode
|
|
1709
1755
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
1710
1756
|
*/
|
|
1711
1757
|
"bg-blend": [{
|
|
1712
|
-
"bg-blend":
|
|
1758
|
+
"bg-blend": pe()
|
|
1759
|
+
}],
|
|
1760
|
+
/**
|
|
1761
|
+
* Mask Clip
|
|
1762
|
+
* @see https://tailwindcss.com/docs/mask-clip
|
|
1763
|
+
*/
|
|
1764
|
+
"mask-clip": [{
|
|
1765
|
+
"mask-clip": ["border", "padding", "content", "fill", "stroke", "view"]
|
|
1766
|
+
}, "mask-no-clip"],
|
|
1767
|
+
/**
|
|
1768
|
+
* Mask Composite
|
|
1769
|
+
* @see https://tailwindcss.com/docs/mask-composite
|
|
1770
|
+
*/
|
|
1771
|
+
"mask-composite": [{
|
|
1772
|
+
mask: ["add", "subtract", "intersect", "exclude"]
|
|
1773
|
+
}],
|
|
1774
|
+
/**
|
|
1775
|
+
* Mask Image
|
|
1776
|
+
* @see https://tailwindcss.com/docs/mask-image
|
|
1777
|
+
*/
|
|
1778
|
+
"mask-image-linear-pos": [{
|
|
1779
|
+
"mask-linear": [d]
|
|
1780
|
+
}],
|
|
1781
|
+
"mask-image-linear-from-pos": [{
|
|
1782
|
+
"mask-linear-from": b()
|
|
1783
|
+
}],
|
|
1784
|
+
"mask-image-linear-to-pos": [{
|
|
1785
|
+
"mask-linear-to": b()
|
|
1786
|
+
}],
|
|
1787
|
+
"mask-image-linear-from-color": [{
|
|
1788
|
+
"mask-linear-from": a()
|
|
1789
|
+
}],
|
|
1790
|
+
"mask-image-linear-to-color": [{
|
|
1791
|
+
"mask-linear-to": a()
|
|
1792
|
+
}],
|
|
1793
|
+
"mask-image-t-from-pos": [{
|
|
1794
|
+
"mask-t-from": b()
|
|
1795
|
+
}],
|
|
1796
|
+
"mask-image-t-to-pos": [{
|
|
1797
|
+
"mask-t-to": b()
|
|
1798
|
+
}],
|
|
1799
|
+
"mask-image-t-from-color": [{
|
|
1800
|
+
"mask-t-from": a()
|
|
1801
|
+
}],
|
|
1802
|
+
"mask-image-t-to-color": [{
|
|
1803
|
+
"mask-t-to": a()
|
|
1804
|
+
}],
|
|
1805
|
+
"mask-image-r-from-pos": [{
|
|
1806
|
+
"mask-r-from": b()
|
|
1807
|
+
}],
|
|
1808
|
+
"mask-image-r-to-pos": [{
|
|
1809
|
+
"mask-r-to": b()
|
|
1810
|
+
}],
|
|
1811
|
+
"mask-image-r-from-color": [{
|
|
1812
|
+
"mask-r-from": a()
|
|
1813
|
+
}],
|
|
1814
|
+
"mask-image-r-to-color": [{
|
|
1815
|
+
"mask-r-to": a()
|
|
1816
|
+
}],
|
|
1817
|
+
"mask-image-b-from-pos": [{
|
|
1818
|
+
"mask-b-from": b()
|
|
1819
|
+
}],
|
|
1820
|
+
"mask-image-b-to-pos": [{
|
|
1821
|
+
"mask-b-to": b()
|
|
1822
|
+
}],
|
|
1823
|
+
"mask-image-b-from-color": [{
|
|
1824
|
+
"mask-b-from": a()
|
|
1825
|
+
}],
|
|
1826
|
+
"mask-image-b-to-color": [{
|
|
1827
|
+
"mask-b-to": a()
|
|
1828
|
+
}],
|
|
1829
|
+
"mask-image-l-from-pos": [{
|
|
1830
|
+
"mask-l-from": b()
|
|
1831
|
+
}],
|
|
1832
|
+
"mask-image-l-to-pos": [{
|
|
1833
|
+
"mask-l-to": b()
|
|
1834
|
+
}],
|
|
1835
|
+
"mask-image-l-from-color": [{
|
|
1836
|
+
"mask-l-from": a()
|
|
1837
|
+
}],
|
|
1838
|
+
"mask-image-l-to-color": [{
|
|
1839
|
+
"mask-l-to": a()
|
|
1840
|
+
}],
|
|
1841
|
+
"mask-image-x-from-pos": [{
|
|
1842
|
+
"mask-x-from": b()
|
|
1843
|
+
}],
|
|
1844
|
+
"mask-image-x-to-pos": [{
|
|
1845
|
+
"mask-x-to": b()
|
|
1846
|
+
}],
|
|
1847
|
+
"mask-image-x-from-color": [{
|
|
1848
|
+
"mask-x-from": a()
|
|
1849
|
+
}],
|
|
1850
|
+
"mask-image-x-to-color": [{
|
|
1851
|
+
"mask-x-to": a()
|
|
1852
|
+
}],
|
|
1853
|
+
"mask-image-y-from-pos": [{
|
|
1854
|
+
"mask-y-from": b()
|
|
1855
|
+
}],
|
|
1856
|
+
"mask-image-y-to-pos": [{
|
|
1857
|
+
"mask-y-to": b()
|
|
1858
|
+
}],
|
|
1859
|
+
"mask-image-y-from-color": [{
|
|
1860
|
+
"mask-y-from": a()
|
|
1861
|
+
}],
|
|
1862
|
+
"mask-image-y-to-color": [{
|
|
1863
|
+
"mask-y-to": a()
|
|
1864
|
+
}],
|
|
1865
|
+
"mask-image-radial": [{
|
|
1866
|
+
"mask-radial": [r, o]
|
|
1867
|
+
}],
|
|
1868
|
+
"mask-image-radial-from-pos": [{
|
|
1869
|
+
"mask-radial-from": b()
|
|
1870
|
+
}],
|
|
1871
|
+
"mask-image-radial-to-pos": [{
|
|
1872
|
+
"mask-radial-to": b()
|
|
1873
|
+
}],
|
|
1874
|
+
"mask-image-radial-from-color": [{
|
|
1875
|
+
"mask-radial-from": a()
|
|
1876
|
+
}],
|
|
1877
|
+
"mask-image-radial-to-color": [{
|
|
1878
|
+
"mask-radial-to": a()
|
|
1879
|
+
}],
|
|
1880
|
+
"mask-image-radial-shape": [{
|
|
1881
|
+
"mask-radial": ["circle", "ellipse"]
|
|
1882
|
+
}],
|
|
1883
|
+
"mask-image-radial-size": [{
|
|
1884
|
+
"mask-radial": [{
|
|
1885
|
+
closest: ["side", "corner"],
|
|
1886
|
+
farthest: ["side", "corner"]
|
|
1887
|
+
}]
|
|
1888
|
+
}],
|
|
1889
|
+
"mask-image-radial-pos": [{
|
|
1890
|
+
"mask-radial-at": T()
|
|
1891
|
+
}],
|
|
1892
|
+
"mask-image-conic-pos": [{
|
|
1893
|
+
"mask-conic": [d]
|
|
1894
|
+
}],
|
|
1895
|
+
"mask-image-conic-from-pos": [{
|
|
1896
|
+
"mask-conic-from": b()
|
|
1897
|
+
}],
|
|
1898
|
+
"mask-image-conic-to-pos": [{
|
|
1899
|
+
"mask-conic-to": b()
|
|
1900
|
+
}],
|
|
1901
|
+
"mask-image-conic-from-color": [{
|
|
1902
|
+
"mask-conic-from": a()
|
|
1903
|
+
}],
|
|
1904
|
+
"mask-image-conic-to-color": [{
|
|
1905
|
+
"mask-conic-to": a()
|
|
1906
|
+
}],
|
|
1907
|
+
/**
|
|
1908
|
+
* Mask Mode
|
|
1909
|
+
* @see https://tailwindcss.com/docs/mask-mode
|
|
1910
|
+
*/
|
|
1911
|
+
"mask-mode": [{
|
|
1912
|
+
mask: ["alpha", "luminance", "match"]
|
|
1913
|
+
}],
|
|
1914
|
+
/**
|
|
1915
|
+
* Mask Origin
|
|
1916
|
+
* @see https://tailwindcss.com/docs/mask-origin
|
|
1917
|
+
*/
|
|
1918
|
+
"mask-origin": [{
|
|
1919
|
+
"mask-origin": ["border", "padding", "content", "fill", "stroke", "view"]
|
|
1920
|
+
}],
|
|
1921
|
+
/**
|
|
1922
|
+
* Mask Position
|
|
1923
|
+
* @see https://tailwindcss.com/docs/mask-position
|
|
1924
|
+
*/
|
|
1925
|
+
"mask-position": [{
|
|
1926
|
+
mask: ce()
|
|
1927
|
+
}],
|
|
1928
|
+
/**
|
|
1929
|
+
* Mask Repeat
|
|
1930
|
+
* @see https://tailwindcss.com/docs/mask-repeat
|
|
1931
|
+
*/
|
|
1932
|
+
"mask-repeat": [{
|
|
1933
|
+
mask: de()
|
|
1934
|
+
}],
|
|
1935
|
+
/**
|
|
1936
|
+
* Mask Size
|
|
1937
|
+
* @see https://tailwindcss.com/docs/mask-size
|
|
1938
|
+
*/
|
|
1939
|
+
"mask-size": [{
|
|
1940
|
+
mask: me()
|
|
1941
|
+
}],
|
|
1942
|
+
/**
|
|
1943
|
+
* Mask Type
|
|
1944
|
+
* @see https://tailwindcss.com/docs/mask-type
|
|
1945
|
+
*/
|
|
1946
|
+
"mask-type": [{
|
|
1947
|
+
"mask-type": ["alpha", "luminance"]
|
|
1948
|
+
}],
|
|
1949
|
+
/**
|
|
1950
|
+
* Mask Image
|
|
1951
|
+
* @see https://tailwindcss.com/docs/mask-image
|
|
1952
|
+
*/
|
|
1953
|
+
"mask-image": [{
|
|
1954
|
+
mask: ["none", r, o]
|
|
1713
1955
|
}],
|
|
1714
1956
|
// ---------------
|
|
1715
1957
|
// --- Filters ---
|
|
@@ -1723,8 +1965,8 @@ const f = (e) => {
|
|
|
1723
1965
|
// Deprecated since Tailwind CSS v3.0.0
|
|
1724
1966
|
"",
|
|
1725
1967
|
"none",
|
|
1726
|
-
|
|
1727
|
-
|
|
1968
|
+
r,
|
|
1969
|
+
o
|
|
1728
1970
|
]
|
|
1729
1971
|
}],
|
|
1730
1972
|
/**
|
|
@@ -1732,21 +1974,21 @@ const f = (e) => {
|
|
|
1732
1974
|
* @see https://tailwindcss.com/docs/blur
|
|
1733
1975
|
*/
|
|
1734
1976
|
blur: [{
|
|
1735
|
-
blur:
|
|
1977
|
+
blur: ue()
|
|
1736
1978
|
}],
|
|
1737
1979
|
/**
|
|
1738
1980
|
* Brightness
|
|
1739
1981
|
* @see https://tailwindcss.com/docs/brightness
|
|
1740
1982
|
*/
|
|
1741
1983
|
brightness: [{
|
|
1742
|
-
brightness: [d,
|
|
1984
|
+
brightness: [d, r, o]
|
|
1743
1985
|
}],
|
|
1744
1986
|
/**
|
|
1745
1987
|
* Contrast
|
|
1746
1988
|
* @see https://tailwindcss.com/docs/contrast
|
|
1747
1989
|
*/
|
|
1748
1990
|
contrast: [{
|
|
1749
|
-
contrast: [d,
|
|
1991
|
+
contrast: [d, r, o]
|
|
1750
1992
|
}],
|
|
1751
1993
|
/**
|
|
1752
1994
|
* Drop Shadow
|
|
@@ -1757,45 +1999,52 @@ const f = (e) => {
|
|
|
1757
1999
|
// Deprecated since Tailwind CSS v4.0.0
|
|
1758
2000
|
"",
|
|
1759
2001
|
"none",
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
2002
|
+
F,
|
|
2003
|
+
K,
|
|
2004
|
+
D
|
|
1763
2005
|
]
|
|
1764
2006
|
}],
|
|
2007
|
+
/**
|
|
2008
|
+
* Drop Shadow Color
|
|
2009
|
+
* @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
|
|
2010
|
+
*/
|
|
2011
|
+
"drop-shadow-color": [{
|
|
2012
|
+
"drop-shadow": a()
|
|
2013
|
+
}],
|
|
1765
2014
|
/**
|
|
1766
2015
|
* Grayscale
|
|
1767
2016
|
* @see https://tailwindcss.com/docs/grayscale
|
|
1768
2017
|
*/
|
|
1769
2018
|
grayscale: [{
|
|
1770
|
-
grayscale: ["", d,
|
|
2019
|
+
grayscale: ["", d, r, o]
|
|
1771
2020
|
}],
|
|
1772
2021
|
/**
|
|
1773
2022
|
* Hue Rotate
|
|
1774
2023
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
1775
2024
|
*/
|
|
1776
2025
|
"hue-rotate": [{
|
|
1777
|
-
"hue-rotate": [d,
|
|
2026
|
+
"hue-rotate": [d, r, o]
|
|
1778
2027
|
}],
|
|
1779
2028
|
/**
|
|
1780
2029
|
* Invert
|
|
1781
2030
|
* @see https://tailwindcss.com/docs/invert
|
|
1782
2031
|
*/
|
|
1783
2032
|
invert: [{
|
|
1784
|
-
invert: ["", d,
|
|
2033
|
+
invert: ["", d, r, o]
|
|
1785
2034
|
}],
|
|
1786
2035
|
/**
|
|
1787
2036
|
* Saturate
|
|
1788
2037
|
* @see https://tailwindcss.com/docs/saturate
|
|
1789
2038
|
*/
|
|
1790
2039
|
saturate: [{
|
|
1791
|
-
saturate: [d,
|
|
2040
|
+
saturate: [d, r, o]
|
|
1792
2041
|
}],
|
|
1793
2042
|
/**
|
|
1794
2043
|
* Sepia
|
|
1795
2044
|
* @see https://tailwindcss.com/docs/sepia
|
|
1796
2045
|
*/
|
|
1797
2046
|
sepia: [{
|
|
1798
|
-
sepia: ["", d,
|
|
2047
|
+
sepia: ["", d, r, o]
|
|
1799
2048
|
}],
|
|
1800
2049
|
/**
|
|
1801
2050
|
* Backdrop Filter
|
|
@@ -1806,8 +2055,8 @@ const f = (e) => {
|
|
|
1806
2055
|
// Deprecated since Tailwind CSS v3.0.0
|
|
1807
2056
|
"",
|
|
1808
2057
|
"none",
|
|
1809
|
-
|
|
1810
|
-
|
|
2058
|
+
r,
|
|
2059
|
+
o
|
|
1811
2060
|
]
|
|
1812
2061
|
}],
|
|
1813
2062
|
/**
|
|
@@ -1815,63 +2064,63 @@ const f = (e) => {
|
|
|
1815
2064
|
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
1816
2065
|
*/
|
|
1817
2066
|
"backdrop-blur": [{
|
|
1818
|
-
"backdrop-blur":
|
|
2067
|
+
"backdrop-blur": ue()
|
|
1819
2068
|
}],
|
|
1820
2069
|
/**
|
|
1821
2070
|
* Backdrop Brightness
|
|
1822
2071
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
1823
2072
|
*/
|
|
1824
2073
|
"backdrop-brightness": [{
|
|
1825
|
-
"backdrop-brightness": [d,
|
|
2074
|
+
"backdrop-brightness": [d, r, o]
|
|
1826
2075
|
}],
|
|
1827
2076
|
/**
|
|
1828
2077
|
* Backdrop Contrast
|
|
1829
2078
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
1830
2079
|
*/
|
|
1831
2080
|
"backdrop-contrast": [{
|
|
1832
|
-
"backdrop-contrast": [d,
|
|
2081
|
+
"backdrop-contrast": [d, r, o]
|
|
1833
2082
|
}],
|
|
1834
2083
|
/**
|
|
1835
2084
|
* Backdrop Grayscale
|
|
1836
2085
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
1837
2086
|
*/
|
|
1838
2087
|
"backdrop-grayscale": [{
|
|
1839
|
-
"backdrop-grayscale": ["", d,
|
|
2088
|
+
"backdrop-grayscale": ["", d, r, o]
|
|
1840
2089
|
}],
|
|
1841
2090
|
/**
|
|
1842
2091
|
* Backdrop Hue Rotate
|
|
1843
2092
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
1844
2093
|
*/
|
|
1845
2094
|
"backdrop-hue-rotate": [{
|
|
1846
|
-
"backdrop-hue-rotate": [d,
|
|
2095
|
+
"backdrop-hue-rotate": [d, r, o]
|
|
1847
2096
|
}],
|
|
1848
2097
|
/**
|
|
1849
2098
|
* Backdrop Invert
|
|
1850
2099
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
1851
2100
|
*/
|
|
1852
2101
|
"backdrop-invert": [{
|
|
1853
|
-
"backdrop-invert": ["", d,
|
|
2102
|
+
"backdrop-invert": ["", d, r, o]
|
|
1854
2103
|
}],
|
|
1855
2104
|
/**
|
|
1856
2105
|
* Backdrop Opacity
|
|
1857
2106
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
1858
2107
|
*/
|
|
1859
2108
|
"backdrop-opacity": [{
|
|
1860
|
-
"backdrop-opacity": [d,
|
|
2109
|
+
"backdrop-opacity": [d, r, o]
|
|
1861
2110
|
}],
|
|
1862
2111
|
/**
|
|
1863
2112
|
* Backdrop Saturate
|
|
1864
2113
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
1865
2114
|
*/
|
|
1866
2115
|
"backdrop-saturate": [{
|
|
1867
|
-
"backdrop-saturate": [d,
|
|
2116
|
+
"backdrop-saturate": [d, r, o]
|
|
1868
2117
|
}],
|
|
1869
2118
|
/**
|
|
1870
2119
|
* Backdrop Sepia
|
|
1871
2120
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
1872
2121
|
*/
|
|
1873
2122
|
"backdrop-sepia": [{
|
|
1874
|
-
"backdrop-sepia": ["", d,
|
|
2123
|
+
"backdrop-sepia": ["", d, r, o]
|
|
1875
2124
|
}],
|
|
1876
2125
|
// --------------
|
|
1877
2126
|
// --- Tables ---
|
|
@@ -1888,21 +2137,21 @@ const f = (e) => {
|
|
|
1888
2137
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
1889
2138
|
*/
|
|
1890
2139
|
"border-spacing": [{
|
|
1891
|
-
"border-spacing":
|
|
2140
|
+
"border-spacing": l()
|
|
1892
2141
|
}],
|
|
1893
2142
|
/**
|
|
1894
2143
|
* Border Spacing X
|
|
1895
2144
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
1896
2145
|
*/
|
|
1897
2146
|
"border-spacing-x": [{
|
|
1898
|
-
"border-spacing-x":
|
|
2147
|
+
"border-spacing-x": l()
|
|
1899
2148
|
}],
|
|
1900
2149
|
/**
|
|
1901
2150
|
* Border Spacing Y
|
|
1902
2151
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
1903
2152
|
*/
|
|
1904
2153
|
"border-spacing-y": [{
|
|
1905
|
-
"border-spacing-y":
|
|
2154
|
+
"border-spacing-y": l()
|
|
1906
2155
|
}],
|
|
1907
2156
|
/**
|
|
1908
2157
|
* Table Layout
|
|
@@ -1926,7 +2175,7 @@ const f = (e) => {
|
|
|
1926
2175
|
* @see https://tailwindcss.com/docs/transition-property
|
|
1927
2176
|
*/
|
|
1928
2177
|
transition: [{
|
|
1929
|
-
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none",
|
|
2178
|
+
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", r, o]
|
|
1930
2179
|
}],
|
|
1931
2180
|
/**
|
|
1932
2181
|
* Transition Behavior
|
|
@@ -1940,28 +2189,28 @@ const f = (e) => {
|
|
|
1940
2189
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
1941
2190
|
*/
|
|
1942
2191
|
duration: [{
|
|
1943
|
-
duration: [d, "initial",
|
|
2192
|
+
duration: [d, "initial", r, o]
|
|
1944
2193
|
}],
|
|
1945
2194
|
/**
|
|
1946
2195
|
* Transition Timing Function
|
|
1947
2196
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
1948
2197
|
*/
|
|
1949
2198
|
ease: [{
|
|
1950
|
-
ease: ["linear", "initial",
|
|
2199
|
+
ease: ["linear", "initial", A, r, o]
|
|
1951
2200
|
}],
|
|
1952
2201
|
/**
|
|
1953
2202
|
* Transition Delay
|
|
1954
2203
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
1955
2204
|
*/
|
|
1956
2205
|
delay: [{
|
|
1957
|
-
delay: [d,
|
|
2206
|
+
delay: [d, r, o]
|
|
1958
2207
|
}],
|
|
1959
2208
|
/**
|
|
1960
2209
|
* Animation
|
|
1961
2210
|
* @see https://tailwindcss.com/docs/animation
|
|
1962
2211
|
*/
|
|
1963
2212
|
animate: [{
|
|
1964
|
-
animate: ["none",
|
|
2213
|
+
animate: ["none", $, r, o]
|
|
1965
2214
|
}],
|
|
1966
2215
|
// ------------------
|
|
1967
2216
|
// --- Transforms ---
|
|
@@ -1978,70 +2227,70 @@ const f = (e) => {
|
|
|
1978
2227
|
* @see https://tailwindcss.com/docs/perspective
|
|
1979
2228
|
*/
|
|
1980
2229
|
perspective: [{
|
|
1981
|
-
perspective: [y,
|
|
2230
|
+
perspective: [y, r, o]
|
|
1982
2231
|
}],
|
|
1983
2232
|
/**
|
|
1984
2233
|
* Perspective Origin
|
|
1985
2234
|
* @see https://tailwindcss.com/docs/perspective-origin
|
|
1986
2235
|
*/
|
|
1987
2236
|
"perspective-origin": [{
|
|
1988
|
-
"perspective-origin":
|
|
2237
|
+
"perspective-origin": E()
|
|
1989
2238
|
}],
|
|
1990
2239
|
/**
|
|
1991
2240
|
* Rotate
|
|
1992
2241
|
* @see https://tailwindcss.com/docs/rotate
|
|
1993
2242
|
*/
|
|
1994
2243
|
rotate: [{
|
|
1995
|
-
rotate:
|
|
2244
|
+
rotate: H()
|
|
1996
2245
|
}],
|
|
1997
2246
|
/**
|
|
1998
2247
|
* Rotate X
|
|
1999
2248
|
* @see https://tailwindcss.com/docs/rotate
|
|
2000
2249
|
*/
|
|
2001
2250
|
"rotate-x": [{
|
|
2002
|
-
"rotate-x":
|
|
2251
|
+
"rotate-x": H()
|
|
2003
2252
|
}],
|
|
2004
2253
|
/**
|
|
2005
2254
|
* Rotate Y
|
|
2006
2255
|
* @see https://tailwindcss.com/docs/rotate
|
|
2007
2256
|
*/
|
|
2008
2257
|
"rotate-y": [{
|
|
2009
|
-
"rotate-y":
|
|
2258
|
+
"rotate-y": H()
|
|
2010
2259
|
}],
|
|
2011
2260
|
/**
|
|
2012
2261
|
* Rotate Z
|
|
2013
2262
|
* @see https://tailwindcss.com/docs/rotate
|
|
2014
2263
|
*/
|
|
2015
2264
|
"rotate-z": [{
|
|
2016
|
-
"rotate-z":
|
|
2265
|
+
"rotate-z": H()
|
|
2017
2266
|
}],
|
|
2018
2267
|
/**
|
|
2019
2268
|
* Scale
|
|
2020
2269
|
* @see https://tailwindcss.com/docs/scale
|
|
2021
2270
|
*/
|
|
2022
2271
|
scale: [{
|
|
2023
|
-
scale:
|
|
2272
|
+
scale: J()
|
|
2024
2273
|
}],
|
|
2025
2274
|
/**
|
|
2026
2275
|
* Scale X
|
|
2027
2276
|
* @see https://tailwindcss.com/docs/scale
|
|
2028
2277
|
*/
|
|
2029
2278
|
"scale-x": [{
|
|
2030
|
-
"scale-x":
|
|
2279
|
+
"scale-x": J()
|
|
2031
2280
|
}],
|
|
2032
2281
|
/**
|
|
2033
2282
|
* Scale Y
|
|
2034
2283
|
* @see https://tailwindcss.com/docs/scale
|
|
2035
2284
|
*/
|
|
2036
2285
|
"scale-y": [{
|
|
2037
|
-
"scale-y":
|
|
2286
|
+
"scale-y": J()
|
|
2038
2287
|
}],
|
|
2039
2288
|
/**
|
|
2040
2289
|
* Scale Z
|
|
2041
2290
|
* @see https://tailwindcss.com/docs/scale
|
|
2042
2291
|
*/
|
|
2043
2292
|
"scale-z": [{
|
|
2044
|
-
"scale-z":
|
|
2293
|
+
"scale-z": J()
|
|
2045
2294
|
}],
|
|
2046
2295
|
/**
|
|
2047
2296
|
* Scale 3D
|
|
@@ -2053,35 +2302,35 @@ const f = (e) => {
|
|
|
2053
2302
|
* @see https://tailwindcss.com/docs/skew
|
|
2054
2303
|
*/
|
|
2055
2304
|
skew: [{
|
|
2056
|
-
skew:
|
|
2305
|
+
skew: Z()
|
|
2057
2306
|
}],
|
|
2058
2307
|
/**
|
|
2059
2308
|
* Skew X
|
|
2060
2309
|
* @see https://tailwindcss.com/docs/skew
|
|
2061
2310
|
*/
|
|
2062
2311
|
"skew-x": [{
|
|
2063
|
-
"skew-x":
|
|
2312
|
+
"skew-x": Z()
|
|
2064
2313
|
}],
|
|
2065
2314
|
/**
|
|
2066
2315
|
* Skew Y
|
|
2067
2316
|
* @see https://tailwindcss.com/docs/skew
|
|
2068
2317
|
*/
|
|
2069
2318
|
"skew-y": [{
|
|
2070
|
-
"skew-y":
|
|
2319
|
+
"skew-y": Z()
|
|
2071
2320
|
}],
|
|
2072
2321
|
/**
|
|
2073
2322
|
* Transform
|
|
2074
2323
|
* @see https://tailwindcss.com/docs/transform
|
|
2075
2324
|
*/
|
|
2076
2325
|
transform: [{
|
|
2077
|
-
transform: [
|
|
2326
|
+
transform: [r, o, "", "none", "gpu", "cpu"]
|
|
2078
2327
|
}],
|
|
2079
2328
|
/**
|
|
2080
2329
|
* Transform Origin
|
|
2081
2330
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2082
2331
|
*/
|
|
2083
2332
|
"transform-origin": [{
|
|
2084
|
-
origin:
|
|
2333
|
+
origin: E()
|
|
2085
2334
|
}],
|
|
2086
2335
|
/**
|
|
2087
2336
|
* Transform Style
|
|
@@ -2095,28 +2344,28 @@ const f = (e) => {
|
|
|
2095
2344
|
* @see https://tailwindcss.com/docs/translate
|
|
2096
2345
|
*/
|
|
2097
2346
|
translate: [{
|
|
2098
|
-
translate:
|
|
2347
|
+
translate: X()
|
|
2099
2348
|
}],
|
|
2100
2349
|
/**
|
|
2101
2350
|
* Translate X
|
|
2102
2351
|
* @see https://tailwindcss.com/docs/translate
|
|
2103
2352
|
*/
|
|
2104
2353
|
"translate-x": [{
|
|
2105
|
-
"translate-x":
|
|
2354
|
+
"translate-x": X()
|
|
2106
2355
|
}],
|
|
2107
2356
|
/**
|
|
2108
2357
|
* Translate Y
|
|
2109
2358
|
* @see https://tailwindcss.com/docs/translate
|
|
2110
2359
|
*/
|
|
2111
2360
|
"translate-y": [{
|
|
2112
|
-
"translate-y":
|
|
2361
|
+
"translate-y": X()
|
|
2113
2362
|
}],
|
|
2114
2363
|
/**
|
|
2115
2364
|
* Translate Z
|
|
2116
2365
|
* @see https://tailwindcss.com/docs/translate
|
|
2117
2366
|
*/
|
|
2118
2367
|
"translate-z": [{
|
|
2119
|
-
"translate-z":
|
|
2368
|
+
"translate-z": X()
|
|
2120
2369
|
}],
|
|
2121
2370
|
/**
|
|
2122
2371
|
* Translate None
|
|
@@ -2131,7 +2380,7 @@ const f = (e) => {
|
|
|
2131
2380
|
* @see https://tailwindcss.com/docs/accent-color
|
|
2132
2381
|
*/
|
|
2133
2382
|
accent: [{
|
|
2134
|
-
accent:
|
|
2383
|
+
accent: a()
|
|
2135
2384
|
}],
|
|
2136
2385
|
/**
|
|
2137
2386
|
* Appearance
|
|
@@ -2145,7 +2394,7 @@ const f = (e) => {
|
|
|
2145
2394
|
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
2146
2395
|
*/
|
|
2147
2396
|
"caret-color": [{
|
|
2148
|
-
caret:
|
|
2397
|
+
caret: a()
|
|
2149
2398
|
}],
|
|
2150
2399
|
/**
|
|
2151
2400
|
* Color Scheme
|
|
@@ -2159,7 +2408,7 @@ const f = (e) => {
|
|
|
2159
2408
|
* @see https://tailwindcss.com/docs/cursor
|
|
2160
2409
|
*/
|
|
2161
2410
|
cursor: [{
|
|
2162
|
-
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out",
|
|
2411
|
+
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", r, o]
|
|
2163
2412
|
}],
|
|
2164
2413
|
/**
|
|
2165
2414
|
* Field Sizing
|
|
@@ -2194,126 +2443,126 @@ const f = (e) => {
|
|
|
2194
2443
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2195
2444
|
*/
|
|
2196
2445
|
"scroll-m": [{
|
|
2197
|
-
"scroll-m":
|
|
2446
|
+
"scroll-m": l()
|
|
2198
2447
|
}],
|
|
2199
2448
|
/**
|
|
2200
2449
|
* Scroll Margin X
|
|
2201
2450
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2202
2451
|
*/
|
|
2203
2452
|
"scroll-mx": [{
|
|
2204
|
-
"scroll-mx":
|
|
2453
|
+
"scroll-mx": l()
|
|
2205
2454
|
}],
|
|
2206
2455
|
/**
|
|
2207
2456
|
* Scroll Margin Y
|
|
2208
2457
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2209
2458
|
*/
|
|
2210
2459
|
"scroll-my": [{
|
|
2211
|
-
"scroll-my":
|
|
2460
|
+
"scroll-my": l()
|
|
2212
2461
|
}],
|
|
2213
2462
|
/**
|
|
2214
2463
|
* Scroll Margin Start
|
|
2215
2464
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2216
2465
|
*/
|
|
2217
2466
|
"scroll-ms": [{
|
|
2218
|
-
"scroll-ms":
|
|
2467
|
+
"scroll-ms": l()
|
|
2219
2468
|
}],
|
|
2220
2469
|
/**
|
|
2221
2470
|
* Scroll Margin End
|
|
2222
2471
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2223
2472
|
*/
|
|
2224
2473
|
"scroll-me": [{
|
|
2225
|
-
"scroll-me":
|
|
2474
|
+
"scroll-me": l()
|
|
2226
2475
|
}],
|
|
2227
2476
|
/**
|
|
2228
2477
|
* Scroll Margin Top
|
|
2229
2478
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2230
2479
|
*/
|
|
2231
2480
|
"scroll-mt": [{
|
|
2232
|
-
"scroll-mt":
|
|
2481
|
+
"scroll-mt": l()
|
|
2233
2482
|
}],
|
|
2234
2483
|
/**
|
|
2235
2484
|
* Scroll Margin Right
|
|
2236
2485
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2237
2486
|
*/
|
|
2238
2487
|
"scroll-mr": [{
|
|
2239
|
-
"scroll-mr":
|
|
2488
|
+
"scroll-mr": l()
|
|
2240
2489
|
}],
|
|
2241
2490
|
/**
|
|
2242
2491
|
* Scroll Margin Bottom
|
|
2243
2492
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2244
2493
|
*/
|
|
2245
2494
|
"scroll-mb": [{
|
|
2246
|
-
"scroll-mb":
|
|
2495
|
+
"scroll-mb": l()
|
|
2247
2496
|
}],
|
|
2248
2497
|
/**
|
|
2249
2498
|
* Scroll Margin Left
|
|
2250
2499
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2251
2500
|
*/
|
|
2252
2501
|
"scroll-ml": [{
|
|
2253
|
-
"scroll-ml":
|
|
2502
|
+
"scroll-ml": l()
|
|
2254
2503
|
}],
|
|
2255
2504
|
/**
|
|
2256
2505
|
* Scroll Padding
|
|
2257
2506
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2258
2507
|
*/
|
|
2259
2508
|
"scroll-p": [{
|
|
2260
|
-
"scroll-p":
|
|
2509
|
+
"scroll-p": l()
|
|
2261
2510
|
}],
|
|
2262
2511
|
/**
|
|
2263
2512
|
* Scroll Padding X
|
|
2264
2513
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2265
2514
|
*/
|
|
2266
2515
|
"scroll-px": [{
|
|
2267
|
-
"scroll-px":
|
|
2516
|
+
"scroll-px": l()
|
|
2268
2517
|
}],
|
|
2269
2518
|
/**
|
|
2270
2519
|
* Scroll Padding Y
|
|
2271
2520
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2272
2521
|
*/
|
|
2273
2522
|
"scroll-py": [{
|
|
2274
|
-
"scroll-py":
|
|
2523
|
+
"scroll-py": l()
|
|
2275
2524
|
}],
|
|
2276
2525
|
/**
|
|
2277
2526
|
* Scroll Padding Start
|
|
2278
2527
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2279
2528
|
*/
|
|
2280
2529
|
"scroll-ps": [{
|
|
2281
|
-
"scroll-ps":
|
|
2530
|
+
"scroll-ps": l()
|
|
2282
2531
|
}],
|
|
2283
2532
|
/**
|
|
2284
2533
|
* Scroll Padding End
|
|
2285
2534
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2286
2535
|
*/
|
|
2287
2536
|
"scroll-pe": [{
|
|
2288
|
-
"scroll-pe":
|
|
2537
|
+
"scroll-pe": l()
|
|
2289
2538
|
}],
|
|
2290
2539
|
/**
|
|
2291
2540
|
* Scroll Padding Top
|
|
2292
2541
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2293
2542
|
*/
|
|
2294
2543
|
"scroll-pt": [{
|
|
2295
|
-
"scroll-pt":
|
|
2544
|
+
"scroll-pt": l()
|
|
2296
2545
|
}],
|
|
2297
2546
|
/**
|
|
2298
2547
|
* Scroll Padding Right
|
|
2299
2548
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2300
2549
|
*/
|
|
2301
2550
|
"scroll-pr": [{
|
|
2302
|
-
"scroll-pr":
|
|
2551
|
+
"scroll-pr": l()
|
|
2303
2552
|
}],
|
|
2304
2553
|
/**
|
|
2305
2554
|
* Scroll Padding Bottom
|
|
2306
2555
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2307
2556
|
*/
|
|
2308
2557
|
"scroll-pb": [{
|
|
2309
|
-
"scroll-pb":
|
|
2558
|
+
"scroll-pb": l()
|
|
2310
2559
|
}],
|
|
2311
2560
|
/**
|
|
2312
2561
|
* Scroll Padding Left
|
|
2313
2562
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2314
2563
|
*/
|
|
2315
2564
|
"scroll-pl": [{
|
|
2316
|
-
"scroll-pl":
|
|
2565
|
+
"scroll-pl": l()
|
|
2317
2566
|
}],
|
|
2318
2567
|
/**
|
|
2319
2568
|
* Scroll Snap Align
|
|
@@ -2381,7 +2630,7 @@ const f = (e) => {
|
|
|
2381
2630
|
* @see https://tailwindcss.com/docs/will-change
|
|
2382
2631
|
*/
|
|
2383
2632
|
"will-change": [{
|
|
2384
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
2633
|
+
"will-change": ["auto", "scroll", "contents", "transform", r, o]
|
|
2385
2634
|
}],
|
|
2386
2635
|
// -----------
|
|
2387
2636
|
// --- SVG ---
|
|
@@ -2391,21 +2640,21 @@ const f = (e) => {
|
|
|
2391
2640
|
* @see https://tailwindcss.com/docs/fill
|
|
2392
2641
|
*/
|
|
2393
2642
|
fill: [{
|
|
2394
|
-
fill: ["none", ...
|
|
2643
|
+
fill: ["none", ...a()]
|
|
2395
2644
|
}],
|
|
2396
2645
|
/**
|
|
2397
2646
|
* Stroke Width
|
|
2398
2647
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2399
2648
|
*/
|
|
2400
2649
|
"stroke-w": [{
|
|
2401
|
-
stroke: [d,
|
|
2650
|
+
stroke: [d, W, P, oe]
|
|
2402
2651
|
}],
|
|
2403
2652
|
/**
|
|
2404
2653
|
* Stroke
|
|
2405
2654
|
* @see https://tailwindcss.com/docs/stroke
|
|
2406
2655
|
*/
|
|
2407
2656
|
stroke: [{
|
|
2408
|
-
stroke: ["none", ...
|
|
2657
|
+
stroke: ["none", ...a()]
|
|
2409
2658
|
}],
|
|
2410
2659
|
// ---------------------
|
|
2411
2660
|
// --- Accessibility ---
|
|
@@ -2449,10 +2698,10 @@ const f = (e) => {
|
|
|
2449
2698
|
"rounded-b": ["rounded-br", "rounded-bl"],
|
|
2450
2699
|
"rounded-l": ["rounded-tl", "rounded-bl"],
|
|
2451
2700
|
"border-spacing": ["border-spacing-x", "border-spacing-y"],
|
|
2452
|
-
"border-w": ["border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
|
|
2701
|
+
"border-w": ["border-w-x", "border-w-y", "border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
|
|
2453
2702
|
"border-w-x": ["border-w-r", "border-w-l"],
|
|
2454
2703
|
"border-w-y": ["border-w-t", "border-w-b"],
|
|
2455
|
-
"border-color": ["border-color-s", "border-color-e", "border-color-t", "border-color-r", "border-color-b", "border-color-l"],
|
|
2704
|
+
"border-color": ["border-color-x", "border-color-y", "border-color-s", "border-color-e", "border-color-t", "border-color-r", "border-color-b", "border-color-l"],
|
|
2456
2705
|
"border-color-x": ["border-color-r", "border-color-l"],
|
|
2457
2706
|
"border-color-y": ["border-color-t", "border-color-b"],
|
|
2458
2707
|
translate: ["translate-x", "translate-y", "translate-none"],
|
|
@@ -2471,13 +2720,13 @@ const f = (e) => {
|
|
|
2471
2720
|
conflictingClassGroupModifiers: {
|
|
2472
2721
|
"font-size": ["leading"]
|
|
2473
2722
|
},
|
|
2474
|
-
orderSensitiveModifiers: ["
|
|
2723
|
+
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
2475
2724
|
};
|
|
2476
|
-
},
|
|
2477
|
-
(
|
|
2478
|
-
),
|
|
2725
|
+
}, lo = /* @__PURE__ */ We(io), mo = (...e) => lo(Ie(e)), po = (e, n) => e.filter(
|
|
2726
|
+
(s) => s.toLocaleLowerCase().indexOf(n.toLocaleLowerCase()) > -1
|
|
2727
|
+
), uo = !!(typeof window < "u" && window.document && window.document.createElement);
|
|
2479
2728
|
export {
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2729
|
+
mo as cn,
|
|
2730
|
+
po as filterByValue,
|
|
2731
|
+
uo as isClient
|
|
2483
2732
|
};
|