@luxonis/common-fe-components 1.9.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +1 -0
- package/README.md +4 -0
- package/dist/components/custom/Alert.d.ts +11 -0
- package/dist/components/custom/Alert.d.ts.map +1 -0
- package/dist/components/custom/Alert.js +11 -0
- package/dist/components/custom/Alert.js.map +1 -0
- package/dist/components/custom/Badge.d.ts +71 -0
- package/dist/components/custom/Badge.d.ts.map +1 -0
- package/dist/components/custom/Badge.js +82 -0
- package/dist/components/custom/Badge.js.map +1 -0
- package/dist/components/custom/BadgeLine.d.ts +11 -0
- package/dist/components/custom/BadgeLine.d.ts.map +1 -0
- package/dist/components/custom/BadgeLine.js +25 -0
- package/dist/components/custom/BadgeLine.js.map +1 -0
- package/dist/components/custom/Button.d.ts +51 -0
- package/dist/components/custom/Button.d.ts.map +1 -0
- package/dist/components/custom/Button.js +71 -0
- package/dist/components/custom/Button.js.map +1 -0
- package/dist/components/custom/Card.d.ts +17 -0
- package/dist/components/custom/Card.d.ts.map +1 -0
- package/dist/components/custom/Card.js +19 -0
- package/dist/components/custom/Card.js.map +1 -0
- package/dist/components/custom/CardList.d.ts +68 -0
- package/dist/components/custom/CardList.d.ts.map +1 -0
- package/dist/components/custom/CardList.js +72 -0
- package/dist/components/custom/CardList.js.map +1 -0
- package/dist/components/custom/Checkbox.d.ts +17 -0
- package/dist/components/custom/Checkbox.d.ts.map +1 -0
- package/dist/components/custom/Checkbox.js +31 -0
- package/dist/components/custom/Checkbox.js.map +1 -0
- package/dist/components/custom/Circle.d.ts +56 -0
- package/dist/components/custom/Circle.d.ts.map +1 -0
- package/dist/components/custom/Circle.js +73 -0
- package/dist/components/custom/Circle.js.map +1 -0
- package/dist/components/custom/Command.d.ts +4 -0
- package/dist/components/custom/Command.d.ts.map +1 -0
- package/dist/components/custom/Command.js +6 -0
- package/dist/components/custom/Command.js.map +1 -0
- package/dist/components/custom/DropdownMenu.d.ts +1111 -0
- package/dist/components/custom/DropdownMenu.d.ts.map +1 -0
- package/dist/components/custom/DropdownMenu.js +12 -0
- package/dist/components/custom/DropdownMenu.js.map +1 -0
- package/dist/components/custom/Dropzone.d.ts +16 -0
- package/dist/components/custom/Dropzone.d.ts.map +1 -0
- package/dist/components/custom/Dropzone.js +158 -0
- package/dist/components/custom/Dropzone.js.map +1 -0
- package/dist/components/custom/EmptyView.d.ts +10 -0
- package/dist/components/custom/EmptyView.d.ts.map +1 -0
- package/dist/components/custom/EmptyView.js +10 -0
- package/dist/components/custom/EmptyView.js.map +1 -0
- package/dist/components/custom/ErrorView.d.ts +11 -0
- package/dist/components/custom/ErrorView.d.ts.map +1 -0
- package/dist/components/custom/ErrorView.js +55 -0
- package/dist/components/custom/ErrorView.js.map +1 -0
- package/dist/components/custom/ExternalLink.d.ts +12 -0
- package/dist/components/custom/ExternalLink.d.ts.map +1 -0
- package/dist/components/custom/ExternalLink.js +26 -0
- package/dist/components/custom/ExternalLink.js.map +1 -0
- package/dist/components/custom/FilterDropdown.d.ts +21 -0
- package/dist/components/custom/FilterDropdown.d.ts.map +1 -0
- package/dist/components/custom/FilterDropdown.js +81 -0
- package/dist/components/custom/FilterDropdown.js.map +1 -0
- package/dist/components/custom/Flex.d.ts +15 -0
- package/dist/components/custom/Flex.d.ts.map +1 -0
- package/dist/components/custom/Flex.js +19 -0
- package/dist/components/custom/Flex.js.map +1 -0
- package/dist/components/custom/Form.d.ts +39 -0
- package/dist/components/custom/Form.d.ts.map +1 -0
- package/dist/components/custom/Form.js +91 -0
- package/dist/components/custom/Form.js.map +1 -0
- package/dist/components/custom/Grid.d.ts +16 -0
- package/dist/components/custom/Grid.d.ts.map +1 -0
- package/dist/components/custom/Grid.js +29 -0
- package/dist/components/custom/Grid.js.map +1 -0
- package/dist/components/custom/Icon.d.ts +92 -0
- package/dist/components/custom/Icon.d.ts.map +1 -0
- package/dist/components/custom/Icon.js +77 -0
- package/dist/components/custom/Icon.js.map +1 -0
- package/dist/components/custom/Input.d.ts +9 -0
- package/dist/components/custom/Input.d.ts.map +1 -0
- package/dist/components/custom/Input.js +41 -0
- package/dist/components/custom/Input.js.map +1 -0
- package/dist/components/custom/KpiDisplay.d.ts +11 -0
- package/dist/components/custom/KpiDisplay.d.ts.map +1 -0
- package/dist/components/custom/KpiDisplay.js +10 -0
- package/dist/components/custom/KpiDisplay.js.map +1 -0
- package/dist/components/custom/LabelledProgress.d.ts +11 -0
- package/dist/components/custom/LabelledProgress.d.ts.map +1 -0
- package/dist/components/custom/LabelledProgress.js +44 -0
- package/dist/components/custom/LabelledProgress.js.map +1 -0
- package/dist/components/custom/Markdown.d.ts +9 -0
- package/dist/components/custom/Markdown.d.ts.map +1 -0
- package/dist/components/custom/Markdown.js +36 -0
- package/dist/components/custom/Markdown.js.map +1 -0
- package/dist/components/custom/Modal.d.ts +50 -0
- package/dist/components/custom/Modal.d.ts.map +1 -0
- package/dist/components/custom/Modal.js +83 -0
- package/dist/components/custom/Modal.js.map +1 -0
- package/dist/components/custom/MonospaceBlock.d.ts +9 -0
- package/dist/components/custom/MonospaceBlock.d.ts.map +1 -0
- package/dist/components/custom/MonospaceBlock.js +23 -0
- package/dist/components/custom/MonospaceBlock.js.map +1 -0
- package/dist/components/custom/PasswordInput.d.ts +9 -0
- package/dist/components/custom/PasswordInput.d.ts.map +1 -0
- package/dist/components/custom/PasswordInput.js +15 -0
- package/dist/components/custom/PasswordInput.js.map +1 -0
- package/dist/components/custom/ProgressTicker.d.ts +9 -0
- package/dist/components/custom/ProgressTicker.d.ts.map +1 -0
- package/dist/components/custom/ProgressTicker.js +32 -0
- package/dist/components/custom/ProgressTicker.js.map +1 -0
- package/dist/components/custom/RadioGroup.d.ts +2178 -0
- package/dist/components/custom/RadioGroup.d.ts.map +1 -0
- package/dist/components/custom/RadioGroup.js +128 -0
- package/dist/components/custom/RadioGroup.js.map +1 -0
- package/dist/components/custom/Select.d.ts +20 -0
- package/dist/components/custom/Select.d.ts.map +1 -0
- package/dist/components/custom/Select.js +10 -0
- package/dist/components/custom/Select.js.map +1 -0
- package/dist/components/custom/SelectCards.d.ts +16 -0
- package/dist/components/custom/SelectCards.d.ts.map +1 -0
- package/dist/components/custom/SelectCards.js +25 -0
- package/dist/components/custom/SelectCards.js.map +1 -0
- package/dist/components/custom/Slider.d.ts +2189 -0
- package/dist/components/custom/Slider.d.ts.map +1 -0
- package/dist/components/custom/Slider.js +12 -0
- package/dist/components/custom/Slider.js.map +1 -0
- package/dist/components/custom/SourceCode.d.ts +18 -0
- package/dist/components/custom/SourceCode.d.ts.map +1 -0
- package/dist/components/custom/SourceCode.js +29 -0
- package/dist/components/custom/SourceCode.js.map +1 -0
- package/dist/components/custom/StatusBar.d.ts +8 -0
- package/dist/components/custom/StatusBar.d.ts.map +1 -0
- package/dist/components/custom/StatusBar.js +10 -0
- package/dist/components/custom/StatusBar.js.map +1 -0
- package/dist/components/custom/Stepper.d.ts +20 -0
- package/dist/components/custom/Stepper.d.ts.map +1 -0
- package/dist/components/custom/Stepper.js +33 -0
- package/dist/components/custom/Stepper.js.map +1 -0
- package/dist/components/custom/Switch.d.ts +12 -0
- package/dist/components/custom/Switch.d.ts.map +1 -0
- package/dist/components/custom/Switch.js +9 -0
- package/dist/components/custom/Switch.js.map +1 -0
- package/dist/components/custom/Table.d.ts +18 -0
- package/dist/components/custom/Table.d.ts.map +1 -0
- package/dist/components/custom/Table.js +29 -0
- package/dist/components/custom/Table.js.map +1 -0
- package/dist/components/custom/Text.d.ts +143 -0
- package/dist/components/custom/Text.d.ts.map +1 -0
- package/dist/components/custom/Text.js +84 -0
- package/dist/components/custom/Text.js.map +1 -0
- package/dist/components/custom/TimePicker.d.ts +15 -0
- package/dist/components/custom/TimePicker.d.ts.map +1 -0
- package/dist/components/custom/TimePicker.js +37 -0
- package/dist/components/custom/TimePicker.js.map +1 -0
- package/dist/components/custom/Toast.d.ts +18 -0
- package/dist/components/custom/Toast.d.ts.map +1 -0
- package/dist/components/custom/Toast.js +26 -0
- package/dist/components/custom/Toast.js.map +1 -0
- package/dist/components/custom/Tooltip.d.ts +10 -0
- package/dist/components/custom/Tooltip.d.ts.map +1 -0
- package/dist/components/custom/Tooltip.js +16 -0
- package/dist/components/custom/Tooltip.js.map +1 -0
- package/dist/components/custom/TurnstileWidget.d.ts +26 -0
- package/dist/components/custom/TurnstileWidget.d.ts.map +1 -0
- package/dist/components/custom/TurnstileWidget.js +37 -0
- package/dist/components/custom/TurnstileWidget.js.map +1 -0
- package/dist/components/custom/VideoPlayer.d.ts +71 -0
- package/dist/components/custom/VideoPlayer.d.ts.map +1 -0
- package/dist/components/custom/VideoPlayer.js +287 -0
- package/dist/components/custom/VideoPlayer.js.map +1 -0
- package/dist/components/custom/index.d.ts +43 -0
- package/dist/components/custom/index.d.ts.map +1 -0
- package/dist/components/custom/index.js +43 -0
- package/dist/components/custom/index.js.map +1 -0
- package/dist/components/shadow-panda/Accordion.d.ts +14 -0
- package/dist/components/shadow-panda/Accordion.d.ts.map +1 -0
- package/dist/components/shadow-panda/Accordion.js +23 -0
- package/dist/components/shadow-panda/Accordion.js.map +1 -0
- package/dist/components/shadow-panda/Avatar.d.ts +11 -0
- package/dist/components/shadow-panda/Avatar.d.ts.map +1 -0
- package/dist/components/shadow-panda/Avatar.js +14 -0
- package/dist/components/shadow-panda/Avatar.js.map +1 -0
- package/dist/components/shadow-panda/DropdownMenu.d.ts +42 -0
- package/dist/components/shadow-panda/DropdownMenu.d.ts.map +1 -0
- package/dist/components/shadow-panda/DropdownMenu.js +56 -0
- package/dist/components/shadow-panda/DropdownMenu.js.map +1 -0
- package/dist/components/shadow-panda/Form.d.ts +22 -0
- package/dist/components/shadow-panda/Form.d.ts.map +1 -0
- package/dist/components/shadow-panda/Form.js +72 -0
- package/dist/components/shadow-panda/Form.js.map +1 -0
- package/dist/components/shadow-panda/Progress.d.ts +4 -0
- package/dist/components/shadow-panda/Progress.d.ts.map +1 -0
- package/dist/components/shadow-panda/Progress.js +14 -0
- package/dist/components/shadow-panda/Progress.js.map +1 -0
- package/dist/components/shadow-panda/Separator.d.ts +4 -0
- package/dist/components/shadow-panda/Separator.d.ts.map +1 -0
- package/dist/components/shadow-panda/Separator.js +11 -0
- package/dist/components/shadow-panda/Separator.js.map +1 -0
- package/dist/components/shadow-panda/Skeleton.d.ts +2 -0
- package/dist/components/shadow-panda/Skeleton.d.ts.map +1 -0
- package/dist/components/shadow-panda/Skeleton.js +4 -0
- package/dist/components/shadow-panda/Skeleton.js.map +1 -0
- package/dist/components/shadow-panda/Table.d.ts +11 -0
- package/dist/components/shadow-panda/Table.d.ts.map +1 -0
- package/dist/components/shadow-panda/Table.js +24 -0
- package/dist/components/shadow-panda/Table.js.map +1 -0
- package/dist/components/shadow-panda/Tabs.d.ts +13 -0
- package/dist/components/shadow-panda/Tabs.d.ts.map +1 -0
- package/dist/components/shadow-panda/Tabs.js +16 -0
- package/dist/components/shadow-panda/Tabs.js.map +1 -0
- package/dist/components/shadow-panda/Textarea.d.ts +9 -0
- package/dist/components/shadow-panda/Textarea.d.ts.map +1 -0
- package/dist/components/shadow-panda/Textarea.js +18 -0
- package/dist/components/shadow-panda/Textarea.js.map +1 -0
- package/dist/components/shadow-panda/Toaster.d.ts +2 -0
- package/dist/components/shadow-panda/Toaster.d.ts.map +1 -0
- package/dist/components/shadow-panda/Toaster.js +15 -0
- package/dist/components/shadow-panda/Toaster.js.map +1 -0
- package/dist/components/shadow-panda/Wrap.d.ts +2 -0
- package/dist/components/shadow-panda/Wrap.d.ts.map +1 -0
- package/dist/components/shadow-panda/Wrap.js +2 -0
- package/dist/components/shadow-panda/Wrap.js.map +1 -0
- package/dist/components/shadow-panda/_Alert.d.ts +6 -0
- package/dist/components/shadow-panda/_Alert.d.ts.map +1 -0
- package/dist/components/shadow-panda/_Alert.js +9 -0
- package/dist/components/shadow-panda/_Alert.js.map +1 -0
- package/dist/components/shadow-panda/_Badge.d.ts +4 -0
- package/dist/components/shadow-panda/_Badge.d.ts.map +1 -0
- package/dist/components/shadow-panda/_Badge.js +4 -0
- package/dist/components/shadow-panda/_Badge.js.map +1 -0
- package/dist/components/shadow-panda/_Button.d.ts +6 -0
- package/dist/components/shadow-panda/_Button.d.ts.map +1 -0
- package/dist/components/shadow-panda/_Button.js +12 -0
- package/dist/components/shadow-panda/_Button.js.map +1 -0
- package/dist/components/shadow-panda/_Card.d.ts +7 -0
- package/dist/components/shadow-panda/_Card.d.ts.map +1 -0
- package/dist/components/shadow-panda/_Card.js +14 -0
- package/dist/components/shadow-panda/_Card.js.map +1 -0
- package/dist/components/shadow-panda/_Checkbox.d.ts +4 -0
- package/dist/components/shadow-panda/_Checkbox.d.ts.map +1 -0
- package/dist/components/shadow-panda/_Checkbox.js +16 -0
- package/dist/components/shadow-panda/_Checkbox.js.map +1 -0
- package/dist/components/shadow-panda/_Command.d.ts +80 -0
- package/dist/components/shadow-panda/_Command.d.ts.map +1 -0
- package/dist/components/shadow-panda/_Command.js +38 -0
- package/dist/components/shadow-panda/_Command.js.map +1 -0
- package/dist/components/shadow-panda/_Dialog.d.ts +20 -0
- package/dist/components/shadow-panda/_Dialog.d.ts.map +1 -0
- package/dist/components/shadow-panda/_Dialog.js +27 -0
- package/dist/components/shadow-panda/_Dialog.js.map +1 -0
- package/dist/components/shadow-panda/_Input.d.ts +4 -0
- package/dist/components/shadow-panda/_Input.d.ts.map +1 -0
- package/dist/components/shadow-panda/_Input.js +4 -0
- package/dist/components/shadow-panda/_Input.js.map +1 -0
- package/dist/components/shadow-panda/_Label.d.ts +4 -0
- package/dist/components/shadow-panda/_Label.d.ts.map +1 -0
- package/dist/components/shadow-panda/_Label.js +4 -0
- package/dist/components/shadow-panda/_Label.js.map +1 -0
- package/dist/components/shadow-panda/_RadioGroup.d.ts +10 -0
- package/dist/components/shadow-panda/_RadioGroup.d.ts.map +1 -0
- package/dist/components/shadow-panda/_RadioGroup.js +20 -0
- package/dist/components/shadow-panda/_RadioGroup.js.map +1 -0
- package/dist/components/shadow-panda/_Select.d.ts +22 -0
- package/dist/components/shadow-panda/_Select.d.ts.map +1 -0
- package/dist/components/shadow-panda/_Select.js +35 -0
- package/dist/components/shadow-panda/_Select.js.map +1 -0
- package/dist/components/shadow-panda/_Slider.d.ts +12 -0
- package/dist/components/shadow-panda/_Slider.d.ts.map +1 -0
- package/dist/components/shadow-panda/_Slider.js +41 -0
- package/dist/components/shadow-panda/_Slider.js.map +1 -0
- package/dist/components/shadow-panda/_Toast.d.ts +7 -0
- package/dist/components/shadow-panda/_Toast.d.ts.map +1 -0
- package/dist/components/shadow-panda/_Toast.js +9 -0
- package/dist/components/shadow-panda/_Toast.js.map +1 -0
- package/dist/components/shadow-panda/_Tooltip.d.ts +12 -0
- package/dist/components/shadow-panda/_Tooltip.d.ts.map +1 -0
- package/dist/components/shadow-panda/_Tooltip.js +16 -0
- package/dist/components/shadow-panda/_Tooltip.js.map +1 -0
- package/dist/components/shadow-panda/index.d.ts +12 -0
- package/dist/components/shadow-panda/index.d.ts.map +1 -0
- package/dist/components/shadow-panda/index.js +12 -0
- package/dist/components/shadow-panda/index.js.map +1 -0
- package/dist/components/skeletons/Button.d.ts +3 -0
- package/dist/components/skeletons/Button.d.ts.map +1 -0
- package/dist/components/skeletons/Button.js +13 -0
- package/dist/components/skeletons/Button.js.map +1 -0
- package/dist/components/skeletons/Grid.d.ts +30 -0
- package/dist/components/skeletons/Grid.d.ts.map +1 -0
- package/dist/components/skeletons/Grid.js +29 -0
- package/dist/components/skeletons/Grid.js.map +1 -0
- package/dist/components/skeletons/Input.d.ts +3 -0
- package/dist/components/skeletons/Input.d.ts.map +1 -0
- package/dist/components/skeletons/Input.js +13 -0
- package/dist/components/skeletons/Input.js.map +1 -0
- package/dist/components/skeletons/Table.d.ts +7 -0
- package/dist/components/skeletons/Table.d.ts.map +1 -0
- package/dist/components/skeletons/Table.js +16 -0
- package/dist/components/skeletons/Table.js.map +1 -0
- package/dist/components/skeletons/Textarea.d.ts +3 -0
- package/dist/components/skeletons/Textarea.d.ts.map +1 -0
- package/dist/components/skeletons/Textarea.js +13 -0
- package/dist/components/skeletons/Textarea.js.map +1 -0
- package/dist/components/skeletons/index.d.ts +6 -0
- package/dist/components/skeletons/index.d.ts.map +1 -0
- package/dist/components/skeletons/index.js +6 -0
- package/dist/components/skeletons/index.js.map +1 -0
- package/dist/helpers.d.ts +38 -0
- package/dist/helpers.d.ts.map +1 -0
- package/dist/helpers.js +20 -0
- package/dist/helpers.js.map +1 -0
- package/dist/hooks/copy.d.ts +8 -0
- package/dist/hooks/copy.d.ts.map +1 -0
- package/dist/hooks/copy.js +14 -0
- package/dist/hooks/copy.js.map +1 -0
- package/dist/hooks/dropzone.d.ts +16 -0
- package/dist/hooks/dropzone.d.ts.map +1 -0
- package/dist/hooks/dropzone.js +23 -0
- package/dist/hooks/dropzone.js.map +1 -0
- package/dist/hooks/index.d.ts +6 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/index.js +6 -0
- package/dist/hooks/index.js.map +1 -0
- package/dist/hooks/modal.d.ts +25 -0
- package/dist/hooks/modal.d.ts.map +1 -0
- package/dist/hooks/modal.js +50 -0
- package/dist/hooks/modal.js.map +1 -0
- package/dist/hooks/use-toast.d.ts +51 -0
- package/dist/hooks/use-toast.d.ts.map +1 -0
- package/dist/hooks/use-toast.js +153 -0
- package/dist/hooks/use-toast.js.map +1 -0
- package/dist/hooks/use-translations.d.ts +10 -0
- package/dist/hooks/use-translations.d.ts.map +1 -0
- package/dist/hooks/use-translations.js +14 -0
- package/dist/hooks/use-translations.js.map +1 -0
- package/dist/hooks/use-window-width.d.ts +2 -0
- package/dist/hooks/use-window-width.d.ts.map +1 -0
- package/dist/hooks/use-window-width.js +11 -0
- package/dist/hooks/use-window-width.js.map +1 -0
- package/dist/icons/index.d.ts +6 -0
- package/dist/icons/index.d.ts.map +1 -0
- package/dist/icons/index.js +5 -0
- package/dist/icons/index.js.map +1 -0
- package/dist/icons/react-icons.d.ts +12 -0
- package/dist/icons/react-icons.d.ts.map +1 -0
- package/dist/icons/react-icons.js +12 -0
- package/dist/icons/react-icons.js.map +1 -0
- package/dist/icons/style-provider.d.ts +3 -0
- package/dist/icons/style-provider.d.ts.map +1 -0
- package/dist/icons/style-provider.js +10 -0
- package/dist/icons/style-provider.js.map +1 -0
- package/dist/icons/svg/AccessDenied.d.ts +3 -0
- package/dist/icons/svg/AccessDenied.d.ts.map +1 -0
- package/dist/icons/svg/AccessDenied.js +6 -0
- package/dist/icons/svg/AccessDenied.js.map +1 -0
- package/dist/icons/svg/Empty.d.ts +3 -0
- package/dist/icons/svg/Empty.d.ts.map +1 -0
- package/dist/icons/svg/Empty.js +6 -0
- package/dist/icons/svg/Empty.js.map +1 -0
- package/dist/icons/svg/Error.d.ts +5 -0
- package/dist/icons/svg/Error.d.ts.map +1 -0
- package/dist/icons/svg/Error.js +6 -0
- package/dist/icons/svg/Error.js.map +1 -0
- package/dist/icons/svg/Logo.d.ts +9 -0
- package/dist/icons/svg/Logo.d.ts.map +1 -0
- package/dist/icons/svg/Logo.js +7 -0
- package/dist/icons/svg/Logo.js.map +1 -0
- package/dist/icons/svg/index.d.ts +5 -0
- package/dist/icons/svg/index.d.ts.map +1 -0
- package/dist/icons/svg/index.js +5 -0
- package/dist/icons/svg/index.js.map +1 -0
- package/dist/index.css +2 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +9 -0
- package/dist/index.js.map +1 -0
- package/dist/panda.buildinfo.json +371 -0
- package/dist/panda.css +3400 -0
- package/dist/panda.d.ts +2 -0
- package/dist/panda.d.ts.map +1 -0
- package/dist/panda.js +289 -0
- package/dist/panda.js.map +1 -0
- package/dist/recipes/colors.d.ts +44 -0
- package/dist/recipes/colors.d.ts.map +1 -0
- package/dist/recipes/colors.js +228 -0
- package/dist/recipes/colors.js.map +1 -0
- package/dist/recipes/hover.d.ts +30 -0
- package/dist/recipes/hover.d.ts.map +1 -0
- package/dist/recipes/hover.js +177 -0
- package/dist/recipes/hover.js.map +1 -0
- package/dist/recipes/index.d.ts +3 -0
- package/dist/recipes/index.d.ts.map +1 -0
- package/dist/recipes/index.js +3 -0
- package/dist/recipes/index.js.map +1 -0
- package/dist/styled-system/css/conditions.mjs +34 -0
- package/dist/styled-system/css/css.d.mts +9 -0
- package/dist/styled-system/css/css.mjs +44 -0
- package/dist/styled-system/css/cva.d.mts +6 -0
- package/dist/styled-system/css/cva.mjs +85 -0
- package/dist/styled-system/css/cx.d.mts +5 -0
- package/dist/styled-system/css/cx.mjs +15 -0
- package/dist/styled-system/css/index.d.mts +5 -0
- package/dist/styled-system/css/index.mjs +4 -0
- package/dist/styled-system/css/sva.d.mts +4 -0
- package/dist/styled-system/css/sva.mjs +35 -0
- package/dist/styled-system/helpers.mjs +300 -0
- package/dist/styled-system/jsx/aspect-ratio.d.mts +10 -0
- package/dist/styled-system/jsx/aspect-ratio.mjs +14 -0
- package/dist/styled-system/jsx/bleed.d.mts +10 -0
- package/dist/styled-system/jsx/bleed.mjs +14 -0
- package/dist/styled-system/jsx/box.d.mts +10 -0
- package/dist/styled-system/jsx/box.mjs +14 -0
- package/dist/styled-system/jsx/center.d.mts +10 -0
- package/dist/styled-system/jsx/center.mjs +14 -0
- package/dist/styled-system/jsx/circle.d.mts +10 -0
- package/dist/styled-system/jsx/circle.mjs +14 -0
- package/dist/styled-system/jsx/container.d.mts +10 -0
- package/dist/styled-system/jsx/container.mjs +14 -0
- package/dist/styled-system/jsx/divider.d.mts +10 -0
- package/dist/styled-system/jsx/divider.mjs +14 -0
- package/dist/styled-system/jsx/factory-helper.mjs +22 -0
- package/dist/styled-system/jsx/factory.d.mts +3 -0
- package/dist/styled-system/jsx/factory.mjs +79 -0
- package/dist/styled-system/jsx/flex.d.mts +10 -0
- package/dist/styled-system/jsx/flex.mjs +14 -0
- package/dist/styled-system/jsx/float.d.mts +10 -0
- package/dist/styled-system/jsx/float.mjs +14 -0
- package/dist/styled-system/jsx/grid-item.d.mts +10 -0
- package/dist/styled-system/jsx/grid-item.mjs +14 -0
- package/dist/styled-system/jsx/grid.d.mts +10 -0
- package/dist/styled-system/jsx/grid.mjs +14 -0
- package/dist/styled-system/jsx/hstack.d.mts +10 -0
- package/dist/styled-system/jsx/hstack.mjs +14 -0
- package/dist/styled-system/jsx/index.d.mts +24 -0
- package/dist/styled-system/jsx/index.mjs +22 -0
- package/dist/styled-system/jsx/is-valid-prop.d.mts +5 -0
- package/dist/styled-system/jsx/is-valid-prop.mjs +17 -0
- package/dist/styled-system/jsx/link-box.d.mts +10 -0
- package/dist/styled-system/jsx/link-box.mjs +14 -0
- package/dist/styled-system/jsx/link-overlay.d.mts +10 -0
- package/dist/styled-system/jsx/link-overlay.mjs +14 -0
- package/dist/styled-system/jsx/spacer.d.mts +10 -0
- package/dist/styled-system/jsx/spacer.mjs +14 -0
- package/dist/styled-system/jsx/square.d.mts +10 -0
- package/dist/styled-system/jsx/square.mjs +14 -0
- package/dist/styled-system/jsx/stack.d.mts +10 -0
- package/dist/styled-system/jsx/stack.mjs +14 -0
- package/dist/styled-system/jsx/visually-hidden.d.mts +10 -0
- package/dist/styled-system/jsx/visually-hidden.mjs +14 -0
- package/dist/styled-system/jsx/vstack.d.mts +10 -0
- package/dist/styled-system/jsx/vstack.mjs +14 -0
- package/dist/styled-system/jsx/wrap.d.mts +10 -0
- package/dist/styled-system/jsx/wrap.mjs +14 -0
- package/dist/styled-system/patterns/aspect-ratio.d.mts +21 -0
- package/dist/styled-system/patterns/aspect-ratio.mjs +35 -0
- package/dist/styled-system/patterns/bleed.d.mts +22 -0
- package/dist/styled-system/patterns/bleed.mjs +19 -0
- package/dist/styled-system/patterns/box.d.mts +21 -0
- package/dist/styled-system/patterns/box.mjs +12 -0
- package/dist/styled-system/patterns/center.d.mts +21 -0
- package/dist/styled-system/patterns/center.mjs +18 -0
- package/dist/styled-system/patterns/circle.d.mts +21 -0
- package/dist/styled-system/patterns/circle.mjs +22 -0
- package/dist/styled-system/patterns/container.d.mts +21 -0
- package/dist/styled-system/patterns/container.mjs +18 -0
- package/dist/styled-system/patterns/divider.d.mts +23 -0
- package/dist/styled-system/patterns/divider.mjs +21 -0
- package/dist/styled-system/patterns/flex.d.mts +27 -0
- package/dist/styled-system/patterns/flex.mjs +23 -0
- package/dist/styled-system/patterns/float.d.mts +24 -0
- package/dist/styled-system/patterns/float.mjs +45 -0
- package/dist/styled-system/patterns/grid-item.d.mts +26 -0
- package/dist/styled-system/patterns/grid-item.mjs +22 -0
- package/dist/styled-system/patterns/grid.d.mts +25 -0
- package/dist/styled-system/patterns/grid.mjs +22 -0
- package/dist/styled-system/patterns/hstack.d.mts +22 -0
- package/dist/styled-system/patterns/hstack.mjs +20 -0
- package/dist/styled-system/patterns/index.d.mts +21 -0
- package/dist/styled-system/patterns/index.mjs +20 -0
- package/dist/styled-system/patterns/link-box.d.mts +21 -0
- package/dist/styled-system/patterns/link-box.mjs +19 -0
- package/dist/styled-system/patterns/link-overlay.d.mts +21 -0
- package/dist/styled-system/patterns/link-overlay.mjs +24 -0
- package/dist/styled-system/patterns/spacer.d.mts +21 -0
- package/dist/styled-system/patterns/spacer.mjs +18 -0
- package/dist/styled-system/patterns/square.d.mts +21 -0
- package/dist/styled-system/patterns/square.mjs +21 -0
- package/dist/styled-system/patterns/stack.d.mts +24 -0
- package/dist/styled-system/patterns/stack.mjs +20 -0
- package/dist/styled-system/patterns/visually-hidden.d.mts +21 -0
- package/dist/styled-system/patterns/visually-hidden.mjs +15 -0
- package/dist/styled-system/patterns/vstack.d.mts +22 -0
- package/dist/styled-system/patterns/vstack.mjs +20 -0
- package/dist/styled-system/patterns/wrap.d.mts +25 -0
- package/dist/styled-system/patterns/wrap.mjs +22 -0
- package/dist/styled-system/recipes/accordion.d.mts +27 -0
- package/dist/styled-system/recipes/accordion.mjs +66 -0
- package/dist/styled-system/recipes/alert-description.d.mts +27 -0
- package/dist/styled-system/recipes/alert-description.mjs +22 -0
- package/dist/styled-system/recipes/alert-dialog.d.mts +27 -0
- package/dist/styled-system/recipes/alert-dialog.mjs +114 -0
- package/dist/styled-system/recipes/alert-title.d.mts +27 -0
- package/dist/styled-system/recipes/alert-title.mjs +22 -0
- package/dist/styled-system/recipes/alert.d.mts +27 -0
- package/dist/styled-system/recipes/alert.mjs +29 -0
- package/dist/styled-system/recipes/avatar.d.mts +27 -0
- package/dist/styled-system/recipes/avatar.mjs +50 -0
- package/dist/styled-system/recipes/badge.d.mts +27 -0
- package/dist/styled-system/recipes/badge.mjs +31 -0
- package/dist/styled-system/recipes/blockquote.d.mts +27 -0
- package/dist/styled-system/recipes/blockquote.mjs +22 -0
- package/dist/styled-system/recipes/button.d.mts +28 -0
- package/dist/styled-system/recipes/button.mjs +40 -0
- package/dist/styled-system/recipes/calendar.d.mts +27 -0
- package/dist/styled-system/recipes/calendar.mjs +210 -0
- package/dist/styled-system/recipes/card-content.d.mts +27 -0
- package/dist/styled-system/recipes/card-content.mjs +22 -0
- package/dist/styled-system/recipes/card-description.d.mts +27 -0
- package/dist/styled-system/recipes/card-description.mjs +22 -0
- package/dist/styled-system/recipes/card-footer.d.mts +27 -0
- package/dist/styled-system/recipes/card-footer.mjs +22 -0
- package/dist/styled-system/recipes/card-header.d.mts +27 -0
- package/dist/styled-system/recipes/card-header.mjs +22 -0
- package/dist/styled-system/recipes/card-title.d.mts +27 -0
- package/dist/styled-system/recipes/card-title.mjs +22 -0
- package/dist/styled-system/recipes/card.d.mts +27 -0
- package/dist/styled-system/recipes/card.mjs +22 -0
- package/dist/styled-system/recipes/checkbox.d.mts +27 -0
- package/dist/styled-system/recipes/checkbox.mjs +42 -0
- package/dist/styled-system/recipes/collapsible.d.mts +27 -0
- package/dist/styled-system/recipes/collapsible.mjs +50 -0
- package/dist/styled-system/recipes/command-dialog.d.mts +27 -0
- package/dist/styled-system/recipes/command-dialog.mjs +42 -0
- package/dist/styled-system/recipes/command.d.mts +27 -0
- package/dist/styled-system/recipes/command.mjs +106 -0
- package/dist/styled-system/recipes/context-menu.d.mts +27 -0
- package/dist/styled-system/recipes/context-menu.mjs +162 -0
- package/dist/styled-system/recipes/create-recipe.d.mts +1 -0
- package/dist/styled-system/recipes/create-recipe.mjs +79 -0
- package/dist/styled-system/recipes/dialog.d.mts +27 -0
- package/dist/styled-system/recipes/dialog.mjs +106 -0
- package/dist/styled-system/recipes/dropdown-menu.d.mts +27 -0
- package/dist/styled-system/recipes/dropdown-menu.mjs +154 -0
- package/dist/styled-system/recipes/form-control.d.mts +27 -0
- package/dist/styled-system/recipes/form-control.mjs +22 -0
- package/dist/styled-system/recipes/form-description.d.mts +27 -0
- package/dist/styled-system/recipes/form-description.mjs +22 -0
- package/dist/styled-system/recipes/form-item.d.mts +27 -0
- package/dist/styled-system/recipes/form-item.mjs +22 -0
- package/dist/styled-system/recipes/form-label.d.mts +27 -0
- package/dist/styled-system/recipes/form-label.mjs +22 -0
- package/dist/styled-system/recipes/form-message.d.mts +27 -0
- package/dist/styled-system/recipes/form-message.mjs +22 -0
- package/dist/styled-system/recipes/h1.d.mts +27 -0
- package/dist/styled-system/recipes/h1.mjs +22 -0
- package/dist/styled-system/recipes/h2.d.mts +27 -0
- package/dist/styled-system/recipes/h2.mjs +22 -0
- package/dist/styled-system/recipes/h3.d.mts +27 -0
- package/dist/styled-system/recipes/h3.mjs +22 -0
- package/dist/styled-system/recipes/h4.d.mts +27 -0
- package/dist/styled-system/recipes/h4.mjs +22 -0
- package/dist/styled-system/recipes/hover-card.d.mts +27 -0
- package/dist/styled-system/recipes/hover-card.mjs +50 -0
- package/dist/styled-system/recipes/icon.d.mts +31 -0
- package/dist/styled-system/recipes/icon.mjs +52 -0
- package/dist/styled-system/recipes/index.d.mts +74 -0
- package/dist/styled-system/recipes/index.mjs +73 -0
- package/dist/styled-system/recipes/inline-code.d.mts +27 -0
- package/dist/styled-system/recipes/inline-code.mjs +22 -0
- package/dist/styled-system/recipes/input.d.mts +27 -0
- package/dist/styled-system/recipes/input.mjs +22 -0
- package/dist/styled-system/recipes/label.d.mts +27 -0
- package/dist/styled-system/recipes/label.mjs +22 -0
- package/dist/styled-system/recipes/large.d.mts +27 -0
- package/dist/styled-system/recipes/large.mjs +22 -0
- package/dist/styled-system/recipes/lead.d.mts +27 -0
- package/dist/styled-system/recipes/lead.mjs +22 -0
- package/dist/styled-system/recipes/link.d.mts +27 -0
- package/dist/styled-system/recipes/link.mjs +22 -0
- package/dist/styled-system/recipes/list.d.mts +27 -0
- package/dist/styled-system/recipes/list.mjs +22 -0
- package/dist/styled-system/recipes/menubar.d.mts +27 -0
- package/dist/styled-system/recipes/menubar.mjs +162 -0
- package/dist/styled-system/recipes/muted.d.mts +27 -0
- package/dist/styled-system/recipes/muted.mjs +22 -0
- package/dist/styled-system/recipes/navigation-menu.d.mts +27 -0
- package/dist/styled-system/recipes/navigation-menu.mjs +98 -0
- package/dist/styled-system/recipes/p.d.mts +27 -0
- package/dist/styled-system/recipes/p.mjs +22 -0
- package/dist/styled-system/recipes/popover.d.mts +27 -0
- package/dist/styled-system/recipes/popover.mjs +58 -0
- package/dist/styled-system/recipes/progress.d.mts +27 -0
- package/dist/styled-system/recipes/progress.mjs +42 -0
- package/dist/styled-system/recipes/radio-group.d.mts +27 -0
- package/dist/styled-system/recipes/radio-group.mjs +58 -0
- package/dist/styled-system/recipes/scroll-area.d.mts +27 -0
- package/dist/styled-system/recipes/scroll-area.mjs +66 -0
- package/dist/styled-system/recipes/select.d.mts +27 -0
- package/dist/styled-system/recipes/select.mjs +106 -0
- package/dist/styled-system/recipes/separator.d.mts +27 -0
- package/dist/styled-system/recipes/separator.mjs +29 -0
- package/dist/styled-system/recipes/sheet.d.mts +27 -0
- package/dist/styled-system/recipes/sheet.mjs +125 -0
- package/dist/styled-system/recipes/skeleton.d.mts +27 -0
- package/dist/styled-system/recipes/skeleton.mjs +22 -0
- package/dist/styled-system/recipes/slider.d.mts +27 -0
- package/dist/styled-system/recipes/slider.mjs +58 -0
- package/dist/styled-system/recipes/small.d.mts +27 -0
- package/dist/styled-system/recipes/small.mjs +22 -0
- package/dist/styled-system/recipes/switch-recipe.d.mts +27 -0
- package/dist/styled-system/recipes/switch-recipe.mjs +42 -0
- package/dist/styled-system/recipes/table-body.d.mts +27 -0
- package/dist/styled-system/recipes/table-body.mjs +22 -0
- package/dist/styled-system/recipes/table-caption.d.mts +27 -0
- package/dist/styled-system/recipes/table-caption.mjs +22 -0
- package/dist/styled-system/recipes/table-cell.d.mts +27 -0
- package/dist/styled-system/recipes/table-cell.mjs +22 -0
- package/dist/styled-system/recipes/table-container.d.mts +27 -0
- package/dist/styled-system/recipes/table-container.mjs +22 -0
- package/dist/styled-system/recipes/table-footer.d.mts +27 -0
- package/dist/styled-system/recipes/table-footer.mjs +22 -0
- package/dist/styled-system/recipes/table-head.d.mts +27 -0
- package/dist/styled-system/recipes/table-head.mjs +22 -0
- package/dist/styled-system/recipes/table-header.d.mts +27 -0
- package/dist/styled-system/recipes/table-header.mjs +22 -0
- package/dist/styled-system/recipes/table-row.d.mts +27 -0
- package/dist/styled-system/recipes/table-row.mjs +22 -0
- package/dist/styled-system/recipes/table.d.mts +27 -0
- package/dist/styled-system/recipes/table.mjs +22 -0
- package/dist/styled-system/recipes/tabs.d.mts +27 -0
- package/dist/styled-system/recipes/tabs.mjs +58 -0
- package/dist/styled-system/recipes/textarea.d.mts +27 -0
- package/dist/styled-system/recipes/textarea.mjs +22 -0
- package/dist/styled-system/recipes/toast-viewport.d.mts +27 -0
- package/dist/styled-system/recipes/toast-viewport.mjs +22 -0
- package/dist/styled-system/recipes/toast.d.mts +27 -0
- package/dist/styled-system/recipes/toast.mjs +83 -0
- package/dist/styled-system/recipes/toggle.d.mts +28 -0
- package/dist/styled-system/recipes/toggle.mjs +35 -0
- package/dist/styled-system/recipes/tooltip.d.mts +27 -0
- package/dist/styled-system/recipes/tooltip.mjs +50 -0
- package/dist/styled-system/recipes/typography-table-container.d.mts +27 -0
- package/dist/styled-system/recipes/typography-table-container.mjs +22 -0
- package/dist/styled-system/recipes/typography-table.d.mts +27 -0
- package/dist/styled-system/recipes/typography-table.mjs +22 -0
- package/dist/styled-system/tokens/index.d.mts +9 -0
- package/dist/styled-system/tokens/index.mjs +2680 -0
- package/dist/styled-system/tokens/tokens.d.mts +63 -0
- package/dist/styled-system/types/composition.d.mts +111 -0
- package/dist/styled-system/types/conditions.d.mts +268 -0
- package/dist/styled-system/types/csstype.d.mts +21298 -0
- package/dist/styled-system/types/global.d.mts +19 -0
- package/dist/styled-system/types/index.d.mts +8 -0
- package/dist/styled-system/types/jsx.d.mts +52 -0
- package/dist/styled-system/types/parts.d.mts +8 -0
- package/dist/styled-system/types/pattern.d.mts +63 -0
- package/dist/styled-system/types/prop-type.d.mts +437 -0
- package/dist/styled-system/types/recipe.d.mts +158 -0
- package/dist/styled-system/types/selectors.d.mts +59 -0
- package/dist/styled-system/types/static-css.d.mts +47 -0
- package/dist/styled-system/types/style-props.d.mts +687 -0
- package/dist/styled-system/types/system-types.d.mts +93 -0
- package/dist/translations/en/common/common.d.ts +7 -0
- package/dist/translations/en/common/common.d.ts.map +1 -0
- package/dist/translations/en/common/common.js +7 -0
- package/dist/translations/en/common/common.js.map +1 -0
- package/dist/translations/en/index.d.ts +7 -0
- package/dist/translations/en/index.d.ts.map +1 -0
- package/dist/translations/en/index.js +6 -0
- package/dist/translations/en/index.js.map +1 -0
- package/dist/translations/formatters.d.ts +4 -0
- package/dist/translations/formatters.d.ts.map +1 -0
- package/dist/translations/formatters.js +7 -0
- package/dist/translations/formatters.js.map +1 -0
- package/dist/translations/i18n-react.d.ts +11 -0
- package/dist/translations/i18n-react.d.ts.map +1 -0
- package/dist/translations/i18n-react.js +10 -0
- package/dist/translations/i18n-react.js.map +1 -0
- package/dist/translations/i18n-types.d.ts +25 -0
- package/dist/translations/i18n-types.d.ts.map +1 -0
- package/dist/translations/i18n-types.js +2 -0
- package/dist/translations/i18n-types.js.map +1 -0
- package/dist/translations/i18n-util.async.d.ts +6 -0
- package/dist/translations/i18n-util.async.d.ts.map +1 -0
- package/dist/translations/i18n-util.async.js +16 -0
- package/dist/translations/i18n-util.async.js.map +1 -0
- package/dist/translations/i18n-util.d.ts +18 -0
- package/dist/translations/i18n-util.d.ts.map +1 -0
- package/dist/translations/i18n-util.js +18 -0
- package/dist/translations/i18n-util.js.map +1 -0
- package/dist/translations/i18n-util.sync.d.ts +5 -0
- package/dist/translations/i18n-util.sync.d.ts.map +1 -0
- package/dist/translations/i18n-util.sync.js +17 -0
- package/dist/translations/i18n-util.sync.js.map +1 -0
- package/package.json +89 -0
|
@@ -0,0 +1,687 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
import type { ConditionalValue } from './conditions.d.mts';
|
|
3
|
+
import type { PropertyValue } from './prop-type.d.mts';
|
|
4
|
+
import type { Token } from '../tokens/index.d.mts';
|
|
5
|
+
|
|
6
|
+
export type CssVarProperties = {
|
|
7
|
+
[key in `--${string}`]?: ConditionalValue<Token | (string & {}) | (number & {})>
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export interface SystemProperties {
|
|
11
|
+
WebkitAppearance?: PropertyValue<'WebkitAppearance'>
|
|
12
|
+
WebkitBorderBefore?: PropertyValue<'WebkitBorderBefore'>
|
|
13
|
+
WebkitBorderBeforeColor?: PropertyValue<'WebkitBorderBeforeColor'>
|
|
14
|
+
WebkitBorderBeforeStyle?: PropertyValue<'WebkitBorderBeforeStyle'>
|
|
15
|
+
WebkitBorderBeforeWidth?: PropertyValue<'WebkitBorderBeforeWidth'>
|
|
16
|
+
WebkitBoxReflect?: PropertyValue<'WebkitBoxReflect'>
|
|
17
|
+
WebkitLineClamp?: PropertyValue<'WebkitLineClamp'>
|
|
18
|
+
WebkitMask?: PropertyValue<'WebkitMask'>
|
|
19
|
+
WebkitMaskAttachment?: PropertyValue<'WebkitMaskAttachment'>
|
|
20
|
+
WebkitMaskClip?: PropertyValue<'WebkitMaskClip'>
|
|
21
|
+
WebkitMaskComposite?: PropertyValue<'WebkitMaskComposite'>
|
|
22
|
+
WebkitMaskImage?: PropertyValue<'WebkitMaskImage'>
|
|
23
|
+
WebkitMaskOrigin?: PropertyValue<'WebkitMaskOrigin'>
|
|
24
|
+
WebkitMaskPosition?: PropertyValue<'WebkitMaskPosition'>
|
|
25
|
+
WebkitMaskPositionX?: PropertyValue<'WebkitMaskPositionX'>
|
|
26
|
+
WebkitMaskPositionY?: PropertyValue<'WebkitMaskPositionY'>
|
|
27
|
+
WebkitMaskRepeat?: PropertyValue<'WebkitMaskRepeat'>
|
|
28
|
+
WebkitMaskRepeatX?: PropertyValue<'WebkitMaskRepeatX'>
|
|
29
|
+
WebkitMaskRepeatY?: PropertyValue<'WebkitMaskRepeatY'>
|
|
30
|
+
WebkitMaskSize?: PropertyValue<'WebkitMaskSize'>
|
|
31
|
+
WebkitOverflowScrolling?: PropertyValue<'WebkitOverflowScrolling'>
|
|
32
|
+
WebkitTapHighlightColor?: PropertyValue<'WebkitTapHighlightColor'>
|
|
33
|
+
WebkitTextFillColor?: PropertyValue<'WebkitTextFillColor'>
|
|
34
|
+
WebkitTextStroke?: PropertyValue<'WebkitTextStroke'>
|
|
35
|
+
WebkitTextStrokeColor?: PropertyValue<'WebkitTextStrokeColor'>
|
|
36
|
+
WebkitTextStrokeWidth?: PropertyValue<'WebkitTextStrokeWidth'>
|
|
37
|
+
WebkitTouchCallout?: PropertyValue<'WebkitTouchCallout'>
|
|
38
|
+
WebkitUserModify?: PropertyValue<'WebkitUserModify'>
|
|
39
|
+
accentColor?: PropertyValue<'accentColor'>
|
|
40
|
+
alignContent?: PropertyValue<'alignContent'>
|
|
41
|
+
alignItems?: PropertyValue<'alignItems'>
|
|
42
|
+
alignSelf?: PropertyValue<'alignSelf'>
|
|
43
|
+
alignTracks?: PropertyValue<'alignTracks'>
|
|
44
|
+
all?: PropertyValue<'all'>
|
|
45
|
+
animation?: PropertyValue<'animation'>
|
|
46
|
+
animationComposition?: PropertyValue<'animationComposition'>
|
|
47
|
+
animationDelay?: PropertyValue<'animationDelay'>
|
|
48
|
+
animationDirection?: PropertyValue<'animationDirection'>
|
|
49
|
+
animationDuration?: PropertyValue<'animationDuration'>
|
|
50
|
+
animationFillMode?: PropertyValue<'animationFillMode'>
|
|
51
|
+
animationIterationCount?: PropertyValue<'animationIterationCount'>
|
|
52
|
+
animationName?: PropertyValue<'animationName'>
|
|
53
|
+
animationPlayState?: PropertyValue<'animationPlayState'>
|
|
54
|
+
animationTimingFunction?: PropertyValue<'animationTimingFunction'>
|
|
55
|
+
animationTimeline?: PropertyValue<'animationTimeline'>
|
|
56
|
+
appearance?: PropertyValue<'appearance'>
|
|
57
|
+
aspectRatio?: PropertyValue<'aspectRatio'>
|
|
58
|
+
azimuth?: PropertyValue<'azimuth'>
|
|
59
|
+
backdropFilter?: PropertyValue<'backdropFilter'>
|
|
60
|
+
backfaceVisibility?: PropertyValue<'backfaceVisibility'>
|
|
61
|
+
background?: PropertyValue<'background'>
|
|
62
|
+
backgroundAttachment?: PropertyValue<'backgroundAttachment'>
|
|
63
|
+
backgroundBlendMode?: PropertyValue<'backgroundBlendMode'>
|
|
64
|
+
backgroundClip?: PropertyValue<'backgroundClip'>
|
|
65
|
+
backgroundColor?: PropertyValue<'backgroundColor'>
|
|
66
|
+
backgroundImage?: PropertyValue<'backgroundImage'>
|
|
67
|
+
backgroundOrigin?: PropertyValue<'backgroundOrigin'>
|
|
68
|
+
backgroundPosition?: PropertyValue<'backgroundPosition'>
|
|
69
|
+
backgroundPositionX?: PropertyValue<'backgroundPositionX'>
|
|
70
|
+
backgroundPositionY?: PropertyValue<'backgroundPositionY'>
|
|
71
|
+
backgroundRepeat?: PropertyValue<'backgroundRepeat'>
|
|
72
|
+
backgroundSize?: PropertyValue<'backgroundSize'>
|
|
73
|
+
blockOverflow?: PropertyValue<'blockOverflow'>
|
|
74
|
+
blockSize?: PropertyValue<'blockSize'>
|
|
75
|
+
border?: PropertyValue<'border'>
|
|
76
|
+
borderBlock?: PropertyValue<'borderBlock'>
|
|
77
|
+
borderBlockColor?: PropertyValue<'borderBlockColor'>
|
|
78
|
+
borderBlockStyle?: PropertyValue<'borderBlockStyle'>
|
|
79
|
+
borderBlockWidth?: PropertyValue<'borderBlockWidth'>
|
|
80
|
+
borderBlockEnd?: PropertyValue<'borderBlockEnd'>
|
|
81
|
+
borderBlockEndColor?: PropertyValue<'borderBlockEndColor'>
|
|
82
|
+
borderBlockEndStyle?: PropertyValue<'borderBlockEndStyle'>
|
|
83
|
+
borderBlockEndWidth?: PropertyValue<'borderBlockEndWidth'>
|
|
84
|
+
borderBlockStart?: PropertyValue<'borderBlockStart'>
|
|
85
|
+
borderBlockStartColor?: PropertyValue<'borderBlockStartColor'>
|
|
86
|
+
borderBlockStartStyle?: PropertyValue<'borderBlockStartStyle'>
|
|
87
|
+
borderBlockStartWidth?: PropertyValue<'borderBlockStartWidth'>
|
|
88
|
+
borderBottom?: PropertyValue<'borderBottom'>
|
|
89
|
+
borderBottomColor?: PropertyValue<'borderBottomColor'>
|
|
90
|
+
borderBottomLeftRadius?: PropertyValue<'borderBottomLeftRadius'>
|
|
91
|
+
borderBottomRightRadius?: PropertyValue<'borderBottomRightRadius'>
|
|
92
|
+
borderBottomStyle?: PropertyValue<'borderBottomStyle'>
|
|
93
|
+
borderBottomWidth?: PropertyValue<'borderBottomWidth'>
|
|
94
|
+
borderCollapse?: PropertyValue<'borderCollapse'>
|
|
95
|
+
borderColor?: PropertyValue<'borderColor'>
|
|
96
|
+
borderEndEndRadius?: PropertyValue<'borderEndEndRadius'>
|
|
97
|
+
borderEndStartRadius?: PropertyValue<'borderEndStartRadius'>
|
|
98
|
+
borderImage?: PropertyValue<'borderImage'>
|
|
99
|
+
borderImageOutset?: PropertyValue<'borderImageOutset'>
|
|
100
|
+
borderImageRepeat?: PropertyValue<'borderImageRepeat'>
|
|
101
|
+
borderImageSlice?: PropertyValue<'borderImageSlice'>
|
|
102
|
+
borderImageSource?: PropertyValue<'borderImageSource'>
|
|
103
|
+
borderImageWidth?: PropertyValue<'borderImageWidth'>
|
|
104
|
+
borderInline?: PropertyValue<'borderInline'>
|
|
105
|
+
borderInlineEnd?: PropertyValue<'borderInlineEnd'>
|
|
106
|
+
borderInlineColor?: PropertyValue<'borderInlineColor'>
|
|
107
|
+
borderInlineStyle?: PropertyValue<'borderInlineStyle'>
|
|
108
|
+
borderInlineWidth?: PropertyValue<'borderInlineWidth'>
|
|
109
|
+
borderInlineEndColor?: PropertyValue<'borderInlineEndColor'>
|
|
110
|
+
borderInlineEndStyle?: PropertyValue<'borderInlineEndStyle'>
|
|
111
|
+
borderInlineEndWidth?: PropertyValue<'borderInlineEndWidth'>
|
|
112
|
+
borderInlineStart?: PropertyValue<'borderInlineStart'>
|
|
113
|
+
borderInlineStartColor?: PropertyValue<'borderInlineStartColor'>
|
|
114
|
+
borderInlineStartStyle?: PropertyValue<'borderInlineStartStyle'>
|
|
115
|
+
borderInlineStartWidth?: PropertyValue<'borderInlineStartWidth'>
|
|
116
|
+
borderLeft?: PropertyValue<'borderLeft'>
|
|
117
|
+
borderLeftColor?: PropertyValue<'borderLeftColor'>
|
|
118
|
+
borderLeftStyle?: PropertyValue<'borderLeftStyle'>
|
|
119
|
+
borderLeftWidth?: PropertyValue<'borderLeftWidth'>
|
|
120
|
+
borderRadius?: PropertyValue<'borderRadius'>
|
|
121
|
+
borderRight?: PropertyValue<'borderRight'>
|
|
122
|
+
borderRightColor?: PropertyValue<'borderRightColor'>
|
|
123
|
+
borderRightStyle?: PropertyValue<'borderRightStyle'>
|
|
124
|
+
borderRightWidth?: PropertyValue<'borderRightWidth'>
|
|
125
|
+
borderSpacing?: PropertyValue<'borderSpacing'>
|
|
126
|
+
borderStartEndRadius?: PropertyValue<'borderStartEndRadius'>
|
|
127
|
+
borderStartStartRadius?: PropertyValue<'borderStartStartRadius'>
|
|
128
|
+
borderStyle?: PropertyValue<'borderStyle'>
|
|
129
|
+
borderTop?: PropertyValue<'borderTop'>
|
|
130
|
+
borderTopColor?: PropertyValue<'borderTopColor'>
|
|
131
|
+
borderTopLeftRadius?: PropertyValue<'borderTopLeftRadius'>
|
|
132
|
+
borderTopRightRadius?: PropertyValue<'borderTopRightRadius'>
|
|
133
|
+
borderTopStyle?: PropertyValue<'borderTopStyle'>
|
|
134
|
+
borderTopWidth?: PropertyValue<'borderTopWidth'>
|
|
135
|
+
borderWidth?: PropertyValue<'borderWidth'>
|
|
136
|
+
bottom?: PropertyValue<'bottom'>
|
|
137
|
+
boxAlign?: PropertyValue<'boxAlign'>
|
|
138
|
+
boxDecorationBreak?: PropertyValue<'boxDecorationBreak'>
|
|
139
|
+
boxDirection?: PropertyValue<'boxDirection'>
|
|
140
|
+
boxFlex?: PropertyValue<'boxFlex'>
|
|
141
|
+
boxFlexGroup?: PropertyValue<'boxFlexGroup'>
|
|
142
|
+
boxLines?: PropertyValue<'boxLines'>
|
|
143
|
+
boxOrdinalGroup?: PropertyValue<'boxOrdinalGroup'>
|
|
144
|
+
boxOrient?: PropertyValue<'boxOrient'>
|
|
145
|
+
boxPack?: PropertyValue<'boxPack'>
|
|
146
|
+
boxShadow?: PropertyValue<'boxShadow'>
|
|
147
|
+
boxSizing?: PropertyValue<'boxSizing'>
|
|
148
|
+
breakAfter?: PropertyValue<'breakAfter'>
|
|
149
|
+
breakBefore?: PropertyValue<'breakBefore'>
|
|
150
|
+
breakInside?: PropertyValue<'breakInside'>
|
|
151
|
+
captionSide?: PropertyValue<'captionSide'>
|
|
152
|
+
caret?: PropertyValue<'caret'>
|
|
153
|
+
caretColor?: PropertyValue<'caretColor'>
|
|
154
|
+
caretShape?: PropertyValue<'caretShape'>
|
|
155
|
+
clear?: PropertyValue<'clear'>
|
|
156
|
+
clip?: PropertyValue<'clip'>
|
|
157
|
+
clipPath?: PropertyValue<'clipPath'>
|
|
158
|
+
color?: PropertyValue<'color'>
|
|
159
|
+
colorScheme?: PropertyValue<'colorScheme'>
|
|
160
|
+
columnCount?: PropertyValue<'columnCount'>
|
|
161
|
+
columnFill?: PropertyValue<'columnFill'>
|
|
162
|
+
columnGap?: PropertyValue<'columnGap'>
|
|
163
|
+
columnRule?: PropertyValue<'columnRule'>
|
|
164
|
+
columnRuleColor?: PropertyValue<'columnRuleColor'>
|
|
165
|
+
columnRuleStyle?: PropertyValue<'columnRuleStyle'>
|
|
166
|
+
columnRuleWidth?: PropertyValue<'columnRuleWidth'>
|
|
167
|
+
columnSpan?: PropertyValue<'columnSpan'>
|
|
168
|
+
columnWidth?: PropertyValue<'columnWidth'>
|
|
169
|
+
columns?: PropertyValue<'columns'>
|
|
170
|
+
contain?: PropertyValue<'contain'>
|
|
171
|
+
containIntrinsicSize?: PropertyValue<'containIntrinsicSize'>
|
|
172
|
+
containIntrinsicBlockSize?: PropertyValue<'containIntrinsicBlockSize'>
|
|
173
|
+
containIntrinsicHeight?: PropertyValue<'containIntrinsicHeight'>
|
|
174
|
+
containIntrinsicInlineSize?: PropertyValue<'containIntrinsicInlineSize'>
|
|
175
|
+
containIntrinsicWidth?: PropertyValue<'containIntrinsicWidth'>
|
|
176
|
+
container?: PropertyValue<'container'>
|
|
177
|
+
containerName?: PropertyValue<'containerName'>
|
|
178
|
+
containerType?: PropertyValue<'containerType'>
|
|
179
|
+
content?: PropertyValue<'content'>
|
|
180
|
+
contentVisibility?: PropertyValue<'contentVisibility'>
|
|
181
|
+
counterIncrement?: PropertyValue<'counterIncrement'>
|
|
182
|
+
counterReset?: PropertyValue<'counterReset'>
|
|
183
|
+
counterSet?: PropertyValue<'counterSet'>
|
|
184
|
+
cursor?: PropertyValue<'cursor'>
|
|
185
|
+
direction?: PropertyValue<'direction'>
|
|
186
|
+
display?: PropertyValue<'display'>
|
|
187
|
+
emptyCells?: PropertyValue<'emptyCells'>
|
|
188
|
+
filter?: PropertyValue<'filter'>
|
|
189
|
+
flex?: PropertyValue<'flex'>
|
|
190
|
+
flexBasis?: PropertyValue<'flexBasis'>
|
|
191
|
+
flexDirection?: PropertyValue<'flexDirection'>
|
|
192
|
+
flexFlow?: PropertyValue<'flexFlow'>
|
|
193
|
+
flexGrow?: PropertyValue<'flexGrow'>
|
|
194
|
+
flexShrink?: PropertyValue<'flexShrink'>
|
|
195
|
+
flexWrap?: PropertyValue<'flexWrap'>
|
|
196
|
+
float?: PropertyValue<'float'>
|
|
197
|
+
font?: PropertyValue<'font'>
|
|
198
|
+
fontFamily?: PropertyValue<'fontFamily'>
|
|
199
|
+
fontFeatureSettings?: PropertyValue<'fontFeatureSettings'>
|
|
200
|
+
fontKerning?: PropertyValue<'fontKerning'>
|
|
201
|
+
fontLanguageOverride?: PropertyValue<'fontLanguageOverride'>
|
|
202
|
+
fontOpticalSizing?: PropertyValue<'fontOpticalSizing'>
|
|
203
|
+
fontPalette?: PropertyValue<'fontPalette'>
|
|
204
|
+
fontVariationSettings?: PropertyValue<'fontVariationSettings'>
|
|
205
|
+
fontSize?: PropertyValue<'fontSize'>
|
|
206
|
+
fontSizeAdjust?: PropertyValue<'fontSizeAdjust'>
|
|
207
|
+
fontSmooth?: PropertyValue<'fontSmooth'>
|
|
208
|
+
fontStretch?: PropertyValue<'fontStretch'>
|
|
209
|
+
fontStyle?: PropertyValue<'fontStyle'>
|
|
210
|
+
fontSynthesis?: PropertyValue<'fontSynthesis'>
|
|
211
|
+
fontVariant?: PropertyValue<'fontVariant'>
|
|
212
|
+
fontVariantAlternates?: PropertyValue<'fontVariantAlternates'>
|
|
213
|
+
fontVariantCaps?: PropertyValue<'fontVariantCaps'>
|
|
214
|
+
fontVariantEastAsian?: PropertyValue<'fontVariantEastAsian'>
|
|
215
|
+
fontVariantEmoji?: PropertyValue<'fontVariantEmoji'>
|
|
216
|
+
fontVariantLigatures?: PropertyValue<'fontVariantLigatures'>
|
|
217
|
+
fontVariantNumeric?: PropertyValue<'fontVariantNumeric'>
|
|
218
|
+
fontVariantPosition?: PropertyValue<'fontVariantPosition'>
|
|
219
|
+
fontWeight?: PropertyValue<'fontWeight'>
|
|
220
|
+
forcedColorAdjust?: PropertyValue<'forcedColorAdjust'>
|
|
221
|
+
gap?: PropertyValue<'gap'>
|
|
222
|
+
grid?: PropertyValue<'grid'>
|
|
223
|
+
gridArea?: PropertyValue<'gridArea'>
|
|
224
|
+
gridAutoColumns?: PropertyValue<'gridAutoColumns'>
|
|
225
|
+
gridAutoFlow?: PropertyValue<'gridAutoFlow'>
|
|
226
|
+
gridAutoRows?: PropertyValue<'gridAutoRows'>
|
|
227
|
+
gridColumn?: PropertyValue<'gridColumn'>
|
|
228
|
+
gridColumnEnd?: PropertyValue<'gridColumnEnd'>
|
|
229
|
+
gridColumnGap?: PropertyValue<'gridColumnGap'>
|
|
230
|
+
gridColumnStart?: PropertyValue<'gridColumnStart'>
|
|
231
|
+
gridGap?: PropertyValue<'gridGap'>
|
|
232
|
+
gridRow?: PropertyValue<'gridRow'>
|
|
233
|
+
gridRowEnd?: PropertyValue<'gridRowEnd'>
|
|
234
|
+
gridRowGap?: PropertyValue<'gridRowGap'>
|
|
235
|
+
gridRowStart?: PropertyValue<'gridRowStart'>
|
|
236
|
+
gridTemplate?: PropertyValue<'gridTemplate'>
|
|
237
|
+
gridTemplateAreas?: PropertyValue<'gridTemplateAreas'>
|
|
238
|
+
gridTemplateColumns?: PropertyValue<'gridTemplateColumns'>
|
|
239
|
+
gridTemplateRows?: PropertyValue<'gridTemplateRows'>
|
|
240
|
+
hangingPunctuation?: PropertyValue<'hangingPunctuation'>
|
|
241
|
+
height?: PropertyValue<'height'>
|
|
242
|
+
hyphenateCharacter?: PropertyValue<'hyphenateCharacter'>
|
|
243
|
+
hyphenateLimitChars?: PropertyValue<'hyphenateLimitChars'>
|
|
244
|
+
hyphens?: PropertyValue<'hyphens'>
|
|
245
|
+
imageOrientation?: PropertyValue<'imageOrientation'>
|
|
246
|
+
imageRendering?: PropertyValue<'imageRendering'>
|
|
247
|
+
imageResolution?: PropertyValue<'imageResolution'>
|
|
248
|
+
imeMode?: PropertyValue<'imeMode'>
|
|
249
|
+
initialLetter?: PropertyValue<'initialLetter'>
|
|
250
|
+
initialLetterAlign?: PropertyValue<'initialLetterAlign'>
|
|
251
|
+
inlineSize?: PropertyValue<'inlineSize'>
|
|
252
|
+
inputSecurity?: PropertyValue<'inputSecurity'>
|
|
253
|
+
inset?: PropertyValue<'inset'>
|
|
254
|
+
insetBlock?: PropertyValue<'insetBlock'>
|
|
255
|
+
insetBlockEnd?: PropertyValue<'insetBlockEnd'>
|
|
256
|
+
insetBlockStart?: PropertyValue<'insetBlockStart'>
|
|
257
|
+
insetInline?: PropertyValue<'insetInline'>
|
|
258
|
+
insetInlineEnd?: PropertyValue<'insetInlineEnd'>
|
|
259
|
+
insetInlineStart?: PropertyValue<'insetInlineStart'>
|
|
260
|
+
isolation?: PropertyValue<'isolation'>
|
|
261
|
+
justifyContent?: PropertyValue<'justifyContent'>
|
|
262
|
+
justifyItems?: PropertyValue<'justifyItems'>
|
|
263
|
+
justifySelf?: PropertyValue<'justifySelf'>
|
|
264
|
+
justifyTracks?: PropertyValue<'justifyTracks'>
|
|
265
|
+
left?: PropertyValue<'left'>
|
|
266
|
+
letterSpacing?: PropertyValue<'letterSpacing'>
|
|
267
|
+
lineBreak?: PropertyValue<'lineBreak'>
|
|
268
|
+
lineClamp?: PropertyValue<'lineClamp'>
|
|
269
|
+
lineHeight?: PropertyValue<'lineHeight'>
|
|
270
|
+
lineHeightStep?: PropertyValue<'lineHeightStep'>
|
|
271
|
+
listStyle?: PropertyValue<'listStyle'>
|
|
272
|
+
listStyleImage?: PropertyValue<'listStyleImage'>
|
|
273
|
+
listStylePosition?: PropertyValue<'listStylePosition'>
|
|
274
|
+
listStyleType?: PropertyValue<'listStyleType'>
|
|
275
|
+
margin?: PropertyValue<'margin'>
|
|
276
|
+
marginBlock?: PropertyValue<'marginBlock'>
|
|
277
|
+
marginBlockEnd?: PropertyValue<'marginBlockEnd'>
|
|
278
|
+
marginBlockStart?: PropertyValue<'marginBlockStart'>
|
|
279
|
+
marginBottom?: PropertyValue<'marginBottom'>
|
|
280
|
+
marginInline?: PropertyValue<'marginInline'>
|
|
281
|
+
marginInlineEnd?: PropertyValue<'marginInlineEnd'>
|
|
282
|
+
marginInlineStart?: PropertyValue<'marginInlineStart'>
|
|
283
|
+
marginLeft?: PropertyValue<'marginLeft'>
|
|
284
|
+
marginRight?: PropertyValue<'marginRight'>
|
|
285
|
+
marginTop?: PropertyValue<'marginTop'>
|
|
286
|
+
marginTrim?: PropertyValue<'marginTrim'>
|
|
287
|
+
mask?: PropertyValue<'mask'>
|
|
288
|
+
maskBorder?: PropertyValue<'maskBorder'>
|
|
289
|
+
maskBorderMode?: PropertyValue<'maskBorderMode'>
|
|
290
|
+
maskBorderOutset?: PropertyValue<'maskBorderOutset'>
|
|
291
|
+
maskBorderRepeat?: PropertyValue<'maskBorderRepeat'>
|
|
292
|
+
maskBorderSlice?: PropertyValue<'maskBorderSlice'>
|
|
293
|
+
maskBorderSource?: PropertyValue<'maskBorderSource'>
|
|
294
|
+
maskBorderWidth?: PropertyValue<'maskBorderWidth'>
|
|
295
|
+
maskClip?: PropertyValue<'maskClip'>
|
|
296
|
+
maskComposite?: PropertyValue<'maskComposite'>
|
|
297
|
+
maskImage?: PropertyValue<'maskImage'>
|
|
298
|
+
maskMode?: PropertyValue<'maskMode'>
|
|
299
|
+
maskOrigin?: PropertyValue<'maskOrigin'>
|
|
300
|
+
maskPosition?: PropertyValue<'maskPosition'>
|
|
301
|
+
maskRepeat?: PropertyValue<'maskRepeat'>
|
|
302
|
+
maskSize?: PropertyValue<'maskSize'>
|
|
303
|
+
maskType?: PropertyValue<'maskType'>
|
|
304
|
+
masonryAutoFlow?: PropertyValue<'masonryAutoFlow'>
|
|
305
|
+
mathDepth?: PropertyValue<'mathDepth'>
|
|
306
|
+
mathShift?: PropertyValue<'mathShift'>
|
|
307
|
+
mathStyle?: PropertyValue<'mathStyle'>
|
|
308
|
+
maxBlockSize?: PropertyValue<'maxBlockSize'>
|
|
309
|
+
maxHeight?: PropertyValue<'maxHeight'>
|
|
310
|
+
maxInlineSize?: PropertyValue<'maxInlineSize'>
|
|
311
|
+
maxLines?: PropertyValue<'maxLines'>
|
|
312
|
+
maxWidth?: PropertyValue<'maxWidth'>
|
|
313
|
+
minBlockSize?: PropertyValue<'minBlockSize'>
|
|
314
|
+
minHeight?: PropertyValue<'minHeight'>
|
|
315
|
+
minInlineSize?: PropertyValue<'minInlineSize'>
|
|
316
|
+
minWidth?: PropertyValue<'minWidth'>
|
|
317
|
+
mixBlendMode?: PropertyValue<'mixBlendMode'>
|
|
318
|
+
objectFit?: PropertyValue<'objectFit'>
|
|
319
|
+
objectPosition?: PropertyValue<'objectPosition'>
|
|
320
|
+
offset?: PropertyValue<'offset'>
|
|
321
|
+
offsetAnchor?: PropertyValue<'offsetAnchor'>
|
|
322
|
+
offsetDistance?: PropertyValue<'offsetDistance'>
|
|
323
|
+
offsetPath?: PropertyValue<'offsetPath'>
|
|
324
|
+
offsetPosition?: PropertyValue<'offsetPosition'>
|
|
325
|
+
offsetRotate?: PropertyValue<'offsetRotate'>
|
|
326
|
+
opacity?: PropertyValue<'opacity'>
|
|
327
|
+
order?: PropertyValue<'order'>
|
|
328
|
+
orphans?: PropertyValue<'orphans'>
|
|
329
|
+
outline?: PropertyValue<'outline'>
|
|
330
|
+
outlineColor?: PropertyValue<'outlineColor'>
|
|
331
|
+
outlineOffset?: PropertyValue<'outlineOffset'>
|
|
332
|
+
outlineStyle?: PropertyValue<'outlineStyle'>
|
|
333
|
+
outlineWidth?: PropertyValue<'outlineWidth'>
|
|
334
|
+
overflow?: PropertyValue<'overflow'>
|
|
335
|
+
overflowAnchor?: PropertyValue<'overflowAnchor'>
|
|
336
|
+
overflowBlock?: PropertyValue<'overflowBlock'>
|
|
337
|
+
overflowClipBox?: PropertyValue<'overflowClipBox'>
|
|
338
|
+
overflowClipMargin?: PropertyValue<'overflowClipMargin'>
|
|
339
|
+
overflowInline?: PropertyValue<'overflowInline'>
|
|
340
|
+
overflowWrap?: PropertyValue<'overflowWrap'>
|
|
341
|
+
overflowX?: PropertyValue<'overflowX'>
|
|
342
|
+
overflowY?: PropertyValue<'overflowY'>
|
|
343
|
+
overscrollBehavior?: PropertyValue<'overscrollBehavior'>
|
|
344
|
+
overscrollBehaviorBlock?: PropertyValue<'overscrollBehaviorBlock'>
|
|
345
|
+
overscrollBehaviorInline?: PropertyValue<'overscrollBehaviorInline'>
|
|
346
|
+
overscrollBehaviorX?: PropertyValue<'overscrollBehaviorX'>
|
|
347
|
+
overscrollBehaviorY?: PropertyValue<'overscrollBehaviorY'>
|
|
348
|
+
padding?: PropertyValue<'padding'>
|
|
349
|
+
paddingBlock?: PropertyValue<'paddingBlock'>
|
|
350
|
+
paddingBlockEnd?: PropertyValue<'paddingBlockEnd'>
|
|
351
|
+
paddingBlockStart?: PropertyValue<'paddingBlockStart'>
|
|
352
|
+
paddingBottom?: PropertyValue<'paddingBottom'>
|
|
353
|
+
paddingInline?: PropertyValue<'paddingInline'>
|
|
354
|
+
paddingInlineEnd?: PropertyValue<'paddingInlineEnd'>
|
|
355
|
+
paddingInlineStart?: PropertyValue<'paddingInlineStart'>
|
|
356
|
+
paddingLeft?: PropertyValue<'paddingLeft'>
|
|
357
|
+
paddingRight?: PropertyValue<'paddingRight'>
|
|
358
|
+
paddingTop?: PropertyValue<'paddingTop'>
|
|
359
|
+
page?: PropertyValue<'page'>
|
|
360
|
+
pageBreakAfter?: PropertyValue<'pageBreakAfter'>
|
|
361
|
+
pageBreakBefore?: PropertyValue<'pageBreakBefore'>
|
|
362
|
+
pageBreakInside?: PropertyValue<'pageBreakInside'>
|
|
363
|
+
paintOrder?: PropertyValue<'paintOrder'>
|
|
364
|
+
perspective?: PropertyValue<'perspective'>
|
|
365
|
+
perspectiveOrigin?: PropertyValue<'perspectiveOrigin'>
|
|
366
|
+
placeContent?: PropertyValue<'placeContent'>
|
|
367
|
+
placeItems?: PropertyValue<'placeItems'>
|
|
368
|
+
placeSelf?: PropertyValue<'placeSelf'>
|
|
369
|
+
pointerEvents?: PropertyValue<'pointerEvents'>
|
|
370
|
+
position?: PropertyValue<'position'>
|
|
371
|
+
printColorAdjust?: PropertyValue<'printColorAdjust'>
|
|
372
|
+
quotes?: PropertyValue<'quotes'>
|
|
373
|
+
resize?: PropertyValue<'resize'>
|
|
374
|
+
right?: PropertyValue<'right'>
|
|
375
|
+
rotate?: PropertyValue<'rotate'>
|
|
376
|
+
rowGap?: PropertyValue<'rowGap'>
|
|
377
|
+
rubyAlign?: PropertyValue<'rubyAlign'>
|
|
378
|
+
rubyMerge?: PropertyValue<'rubyMerge'>
|
|
379
|
+
rubyPosition?: PropertyValue<'rubyPosition'>
|
|
380
|
+
scale?: PropertyValue<'scale'>
|
|
381
|
+
scrollbarColor?: PropertyValue<'scrollbarColor'>
|
|
382
|
+
scrollbarGutter?: PropertyValue<'scrollbarGutter'>
|
|
383
|
+
scrollbarWidth?: PropertyValue<'scrollbarWidth'>
|
|
384
|
+
scrollBehavior?: PropertyValue<'scrollBehavior'>
|
|
385
|
+
scrollMargin?: PropertyValue<'scrollMargin'>
|
|
386
|
+
scrollMarginBlock?: PropertyValue<'scrollMarginBlock'>
|
|
387
|
+
scrollMarginBlockStart?: PropertyValue<'scrollMarginBlockStart'>
|
|
388
|
+
scrollMarginBlockEnd?: PropertyValue<'scrollMarginBlockEnd'>
|
|
389
|
+
scrollMarginBottom?: PropertyValue<'scrollMarginBottom'>
|
|
390
|
+
scrollMarginInline?: PropertyValue<'scrollMarginInline'>
|
|
391
|
+
scrollMarginInlineStart?: PropertyValue<'scrollMarginInlineStart'>
|
|
392
|
+
scrollMarginInlineEnd?: PropertyValue<'scrollMarginInlineEnd'>
|
|
393
|
+
scrollMarginLeft?: PropertyValue<'scrollMarginLeft'>
|
|
394
|
+
scrollMarginRight?: PropertyValue<'scrollMarginRight'>
|
|
395
|
+
scrollMarginTop?: PropertyValue<'scrollMarginTop'>
|
|
396
|
+
scrollPadding?: PropertyValue<'scrollPadding'>
|
|
397
|
+
scrollPaddingBlock?: PropertyValue<'scrollPaddingBlock'>
|
|
398
|
+
scrollPaddingBlockStart?: PropertyValue<'scrollPaddingBlockStart'>
|
|
399
|
+
scrollPaddingBlockEnd?: PropertyValue<'scrollPaddingBlockEnd'>
|
|
400
|
+
scrollPaddingBottom?: PropertyValue<'scrollPaddingBottom'>
|
|
401
|
+
scrollPaddingInline?: PropertyValue<'scrollPaddingInline'>
|
|
402
|
+
scrollPaddingInlineStart?: PropertyValue<'scrollPaddingInlineStart'>
|
|
403
|
+
scrollPaddingInlineEnd?: PropertyValue<'scrollPaddingInlineEnd'>
|
|
404
|
+
scrollPaddingLeft?: PropertyValue<'scrollPaddingLeft'>
|
|
405
|
+
scrollPaddingRight?: PropertyValue<'scrollPaddingRight'>
|
|
406
|
+
scrollPaddingTop?: PropertyValue<'scrollPaddingTop'>
|
|
407
|
+
scrollSnapAlign?: PropertyValue<'scrollSnapAlign'>
|
|
408
|
+
scrollSnapCoordinate?: PropertyValue<'scrollSnapCoordinate'>
|
|
409
|
+
scrollSnapDestination?: PropertyValue<'scrollSnapDestination'>
|
|
410
|
+
scrollSnapPointsX?: PropertyValue<'scrollSnapPointsX'>
|
|
411
|
+
scrollSnapPointsY?: PropertyValue<'scrollSnapPointsY'>
|
|
412
|
+
scrollSnapStop?: PropertyValue<'scrollSnapStop'>
|
|
413
|
+
scrollSnapType?: PropertyValue<'scrollSnapType'>
|
|
414
|
+
scrollSnapTypeX?: PropertyValue<'scrollSnapTypeX'>
|
|
415
|
+
scrollSnapTypeY?: PropertyValue<'scrollSnapTypeY'>
|
|
416
|
+
scrollTimeline?: PropertyValue<'scrollTimeline'>
|
|
417
|
+
scrollTimelineAxis?: PropertyValue<'scrollTimelineAxis'>
|
|
418
|
+
scrollTimelineName?: PropertyValue<'scrollTimelineName'>
|
|
419
|
+
shapeImageThreshold?: PropertyValue<'shapeImageThreshold'>
|
|
420
|
+
shapeMargin?: PropertyValue<'shapeMargin'>
|
|
421
|
+
shapeOutside?: PropertyValue<'shapeOutside'>
|
|
422
|
+
tabSize?: PropertyValue<'tabSize'>
|
|
423
|
+
tableLayout?: PropertyValue<'tableLayout'>
|
|
424
|
+
textAlign?: PropertyValue<'textAlign'>
|
|
425
|
+
textAlignLast?: PropertyValue<'textAlignLast'>
|
|
426
|
+
textCombineUpright?: PropertyValue<'textCombineUpright'>
|
|
427
|
+
textDecoration?: PropertyValue<'textDecoration'>
|
|
428
|
+
textDecorationColor?: PropertyValue<'textDecorationColor'>
|
|
429
|
+
textDecorationLine?: PropertyValue<'textDecorationLine'>
|
|
430
|
+
textDecorationSkip?: PropertyValue<'textDecorationSkip'>
|
|
431
|
+
textDecorationSkipInk?: PropertyValue<'textDecorationSkipInk'>
|
|
432
|
+
textDecorationStyle?: PropertyValue<'textDecorationStyle'>
|
|
433
|
+
textDecorationThickness?: PropertyValue<'textDecorationThickness'>
|
|
434
|
+
textEmphasis?: PropertyValue<'textEmphasis'>
|
|
435
|
+
textEmphasisColor?: PropertyValue<'textEmphasisColor'>
|
|
436
|
+
textEmphasisPosition?: PropertyValue<'textEmphasisPosition'>
|
|
437
|
+
textEmphasisStyle?: PropertyValue<'textEmphasisStyle'>
|
|
438
|
+
textIndent?: PropertyValue<'textIndent'>
|
|
439
|
+
textJustify?: PropertyValue<'textJustify'>
|
|
440
|
+
textOrientation?: PropertyValue<'textOrientation'>
|
|
441
|
+
textOverflow?: PropertyValue<'textOverflow'>
|
|
442
|
+
textRendering?: PropertyValue<'textRendering'>
|
|
443
|
+
textShadow?: PropertyValue<'textShadow'>
|
|
444
|
+
textSizeAdjust?: PropertyValue<'textSizeAdjust'>
|
|
445
|
+
textTransform?: PropertyValue<'textTransform'>
|
|
446
|
+
textUnderlineOffset?: PropertyValue<'textUnderlineOffset'>
|
|
447
|
+
textUnderlinePosition?: PropertyValue<'textUnderlinePosition'>
|
|
448
|
+
top?: PropertyValue<'top'>
|
|
449
|
+
touchAction?: PropertyValue<'touchAction'>
|
|
450
|
+
transform?: PropertyValue<'transform'>
|
|
451
|
+
transformBox?: PropertyValue<'transformBox'>
|
|
452
|
+
transformOrigin?: PropertyValue<'transformOrigin'>
|
|
453
|
+
transformStyle?: PropertyValue<'transformStyle'>
|
|
454
|
+
transition?: PropertyValue<'transition'>
|
|
455
|
+
transitionDelay?: PropertyValue<'transitionDelay'>
|
|
456
|
+
transitionDuration?: PropertyValue<'transitionDuration'>
|
|
457
|
+
transitionProperty?: PropertyValue<'transitionProperty'>
|
|
458
|
+
transitionTimingFunction?: PropertyValue<'transitionTimingFunction'>
|
|
459
|
+
translate?: PropertyValue<'translate'>
|
|
460
|
+
unicodeBidi?: PropertyValue<'unicodeBidi'>
|
|
461
|
+
userSelect?: PropertyValue<'userSelect'>
|
|
462
|
+
verticalAlign?: PropertyValue<'verticalAlign'>
|
|
463
|
+
viewTransitionName?: PropertyValue<'viewTransitionName'>
|
|
464
|
+
visibility?: PropertyValue<'visibility'>
|
|
465
|
+
whiteSpace?: PropertyValue<'whiteSpace'>
|
|
466
|
+
widows?: PropertyValue<'widows'>
|
|
467
|
+
width?: PropertyValue<'width'>
|
|
468
|
+
willChange?: PropertyValue<'willChange'>
|
|
469
|
+
wordBreak?: PropertyValue<'wordBreak'>
|
|
470
|
+
wordSpacing?: PropertyValue<'wordSpacing'>
|
|
471
|
+
wordWrap?: PropertyValue<'wordWrap'>
|
|
472
|
+
writingMode?: PropertyValue<'writingMode'>
|
|
473
|
+
zIndex?: PropertyValue<'zIndex'>
|
|
474
|
+
zoom?: PropertyValue<'zoom'>
|
|
475
|
+
alignmentBaseline?: PropertyValue<'alignmentBaseline'>
|
|
476
|
+
baselineShift?: PropertyValue<'baselineShift'>
|
|
477
|
+
clipRule?: PropertyValue<'clipRule'>
|
|
478
|
+
colorInterpolation?: PropertyValue<'colorInterpolation'>
|
|
479
|
+
colorRendering?: PropertyValue<'colorRendering'>
|
|
480
|
+
dominantBaseline?: PropertyValue<'dominantBaseline'>
|
|
481
|
+
fill?: PropertyValue<'fill'>
|
|
482
|
+
fillOpacity?: PropertyValue<'fillOpacity'>
|
|
483
|
+
fillRule?: PropertyValue<'fillRule'>
|
|
484
|
+
floodColor?: PropertyValue<'floodColor'>
|
|
485
|
+
floodOpacity?: PropertyValue<'floodOpacity'>
|
|
486
|
+
glyphOrientationVertical?: PropertyValue<'glyphOrientationVertical'>
|
|
487
|
+
lightingColor?: PropertyValue<'lightingColor'>
|
|
488
|
+
marker?: PropertyValue<'marker'>
|
|
489
|
+
markerEnd?: PropertyValue<'markerEnd'>
|
|
490
|
+
markerMid?: PropertyValue<'markerMid'>
|
|
491
|
+
markerStart?: PropertyValue<'markerStart'>
|
|
492
|
+
shapeRendering?: PropertyValue<'shapeRendering'>
|
|
493
|
+
stopColor?: PropertyValue<'stopColor'>
|
|
494
|
+
stopOpacity?: PropertyValue<'stopOpacity'>
|
|
495
|
+
stroke?: PropertyValue<'stroke'>
|
|
496
|
+
strokeDasharray?: PropertyValue<'strokeDasharray'>
|
|
497
|
+
strokeDashoffset?: PropertyValue<'strokeDashoffset'>
|
|
498
|
+
strokeLinecap?: PropertyValue<'strokeLinecap'>
|
|
499
|
+
strokeLinejoin?: PropertyValue<'strokeLinejoin'>
|
|
500
|
+
strokeMiterlimit?: PropertyValue<'strokeMiterlimit'>
|
|
501
|
+
strokeOpacity?: PropertyValue<'strokeOpacity'>
|
|
502
|
+
strokeWidth?: PropertyValue<'strokeWidth'>
|
|
503
|
+
textAnchor?: PropertyValue<'textAnchor'>
|
|
504
|
+
vectorEffect?: PropertyValue<'vectorEffect'>
|
|
505
|
+
pos?: PropertyValue<'pos'>
|
|
506
|
+
insetEnd?: PropertyValue<'insetEnd'>
|
|
507
|
+
end?: PropertyValue<'end'>
|
|
508
|
+
insetStart?: PropertyValue<'insetStart'>
|
|
509
|
+
start?: PropertyValue<'start'>
|
|
510
|
+
flexDir?: PropertyValue<'flexDir'>
|
|
511
|
+
p?: PropertyValue<'p'>
|
|
512
|
+
pl?: PropertyValue<'pl'>
|
|
513
|
+
pr?: PropertyValue<'pr'>
|
|
514
|
+
pt?: PropertyValue<'pt'>
|
|
515
|
+
pb?: PropertyValue<'pb'>
|
|
516
|
+
py?: PropertyValue<'py'>
|
|
517
|
+
paddingY?: PropertyValue<'paddingY'>
|
|
518
|
+
paddingX?: PropertyValue<'paddingX'>
|
|
519
|
+
px?: PropertyValue<'px'>
|
|
520
|
+
pe?: PropertyValue<'pe'>
|
|
521
|
+
paddingEnd?: PropertyValue<'paddingEnd'>
|
|
522
|
+
ps?: PropertyValue<'ps'>
|
|
523
|
+
paddingStart?: PropertyValue<'paddingStart'>
|
|
524
|
+
ml?: PropertyValue<'ml'>
|
|
525
|
+
mr?: PropertyValue<'mr'>
|
|
526
|
+
mt?: PropertyValue<'mt'>
|
|
527
|
+
mb?: PropertyValue<'mb'>
|
|
528
|
+
m?: PropertyValue<'m'>
|
|
529
|
+
my?: PropertyValue<'my'>
|
|
530
|
+
marginY?: PropertyValue<'marginY'>
|
|
531
|
+
mx?: PropertyValue<'mx'>
|
|
532
|
+
marginX?: PropertyValue<'marginX'>
|
|
533
|
+
me?: PropertyValue<'me'>
|
|
534
|
+
marginEnd?: PropertyValue<'marginEnd'>
|
|
535
|
+
ms?: PropertyValue<'ms'>
|
|
536
|
+
marginStart?: PropertyValue<'marginStart'>
|
|
537
|
+
ringWidth?: PropertyValue<'ringWidth'>
|
|
538
|
+
ringColor?: PropertyValue<'ringColor'>
|
|
539
|
+
ring?: PropertyValue<'ring'>
|
|
540
|
+
ringOffset?: PropertyValue<'ringOffset'>
|
|
541
|
+
w?: PropertyValue<'w'>
|
|
542
|
+
minW?: PropertyValue<'minW'>
|
|
543
|
+
maxW?: PropertyValue<'maxW'>
|
|
544
|
+
h?: PropertyValue<'h'>
|
|
545
|
+
minH?: PropertyValue<'minH'>
|
|
546
|
+
maxH?: PropertyValue<'maxH'>
|
|
547
|
+
tracking?: PropertyValue<'tracking'>
|
|
548
|
+
leading?: PropertyValue<'leading'>
|
|
549
|
+
bgPosition?: PropertyValue<'bgPosition'>
|
|
550
|
+
bgPositionX?: PropertyValue<'bgPositionX'>
|
|
551
|
+
bgPositionY?: PropertyValue<'bgPositionY'>
|
|
552
|
+
bgAttachment?: PropertyValue<'bgAttachment'>
|
|
553
|
+
bgClip?: PropertyValue<'bgClip'>
|
|
554
|
+
bg?: PropertyValue<'bg'>
|
|
555
|
+
bgColor?: PropertyValue<'bgColor'>
|
|
556
|
+
bgOrigin?: PropertyValue<'bgOrigin'>
|
|
557
|
+
bgImage?: PropertyValue<'bgImage'>
|
|
558
|
+
bgRepeat?: PropertyValue<'bgRepeat'>
|
|
559
|
+
bgBlendMode?: PropertyValue<'bgBlendMode'>
|
|
560
|
+
bgSize?: PropertyValue<'bgSize'>
|
|
561
|
+
bgGradient?: PropertyValue<'bgGradient'>
|
|
562
|
+
rounded?: PropertyValue<'rounded'>
|
|
563
|
+
roundedTopLeft?: PropertyValue<'roundedTopLeft'>
|
|
564
|
+
roundedTopRight?: PropertyValue<'roundedTopRight'>
|
|
565
|
+
roundedBottomRight?: PropertyValue<'roundedBottomRight'>
|
|
566
|
+
roundedBottomLeft?: PropertyValue<'roundedBottomLeft'>
|
|
567
|
+
roundedTop?: PropertyValue<'roundedTop'>
|
|
568
|
+
roundedRight?: PropertyValue<'roundedRight'>
|
|
569
|
+
roundedBottom?: PropertyValue<'roundedBottom'>
|
|
570
|
+
roundedLeft?: PropertyValue<'roundedLeft'>
|
|
571
|
+
roundedStartStart?: PropertyValue<'roundedStartStart'>
|
|
572
|
+
roundedStartEnd?: PropertyValue<'roundedStartEnd'>
|
|
573
|
+
roundedStart?: PropertyValue<'roundedStart'>
|
|
574
|
+
roundedEndStart?: PropertyValue<'roundedEndStart'>
|
|
575
|
+
roundedEndEnd?: PropertyValue<'roundedEndEnd'>
|
|
576
|
+
roundedEnd?: PropertyValue<'roundedEnd'>
|
|
577
|
+
borderX?: PropertyValue<'borderX'>
|
|
578
|
+
borderXWidth?: PropertyValue<'borderXWidth'>
|
|
579
|
+
borderXColor?: PropertyValue<'borderXColor'>
|
|
580
|
+
borderY?: PropertyValue<'borderY'>
|
|
581
|
+
borderYWidth?: PropertyValue<'borderYWidth'>
|
|
582
|
+
borderYColor?: PropertyValue<'borderYColor'>
|
|
583
|
+
borderStart?: PropertyValue<'borderStart'>
|
|
584
|
+
borderStartWidth?: PropertyValue<'borderStartWidth'>
|
|
585
|
+
borderStartColor?: PropertyValue<'borderStartColor'>
|
|
586
|
+
borderEnd?: PropertyValue<'borderEnd'>
|
|
587
|
+
borderEndWidth?: PropertyValue<'borderEndWidth'>
|
|
588
|
+
borderEndColor?: PropertyValue<'borderEndColor'>
|
|
589
|
+
shadow?: PropertyValue<'shadow'>
|
|
590
|
+
shadowColor?: PropertyValue<'shadowColor'>
|
|
591
|
+
x?: PropertyValue<'x'>
|
|
592
|
+
y?: PropertyValue<'y'>
|
|
593
|
+
bga?: PropertyValue<'bga'>
|
|
594
|
+
bca?: PropertyValue<'bca'>
|
|
595
|
+
ca?: PropertyValue<'ca'>
|
|
596
|
+
insetX?: PropertyValue<'insetX'>
|
|
597
|
+
insetY?: PropertyValue<'insetY'>
|
|
598
|
+
hideFrom?: PropertyValue<'hideFrom'>
|
|
599
|
+
hideBelow?: PropertyValue<'hideBelow'>
|
|
600
|
+
divideX?: PropertyValue<'divideX'>
|
|
601
|
+
divideY?: PropertyValue<'divideY'>
|
|
602
|
+
divideColor?: PropertyValue<'divideColor'>
|
|
603
|
+
divideStyle?: PropertyValue<'divideStyle'>
|
|
604
|
+
fontSmoothing?: PropertyValue<'fontSmoothing'>
|
|
605
|
+
textWrap?: PropertyValue<'textWrap'>
|
|
606
|
+
truncate?: PropertyValue<'truncate'>
|
|
607
|
+
backgroundGradient?: PropertyValue<'backgroundGradient'>
|
|
608
|
+
textGradient?: PropertyValue<'textGradient'>
|
|
609
|
+
gradientFrom?: PropertyValue<'gradientFrom'>
|
|
610
|
+
gradientTo?: PropertyValue<'gradientTo'>
|
|
611
|
+
gradientVia?: PropertyValue<'gradientVia'>
|
|
612
|
+
borderTopRadius?: PropertyValue<'borderTopRadius'>
|
|
613
|
+
borderRightRadius?: PropertyValue<'borderRightRadius'>
|
|
614
|
+
borderBottomRadius?: PropertyValue<'borderBottomRadius'>
|
|
615
|
+
borderLeftRadius?: PropertyValue<'borderLeftRadius'>
|
|
616
|
+
borderStartRadius?: PropertyValue<'borderStartRadius'>
|
|
617
|
+
borderEndRadius?: PropertyValue<'borderEndRadius'>
|
|
618
|
+
boxShadowColor?: PropertyValue<'boxShadowColor'>
|
|
619
|
+
brightness?: PropertyValue<'brightness'>
|
|
620
|
+
contrast?: PropertyValue<'contrast'>
|
|
621
|
+
grayscale?: PropertyValue<'grayscale'>
|
|
622
|
+
hueRotate?: PropertyValue<'hueRotate'>
|
|
623
|
+
invert?: PropertyValue<'invert'>
|
|
624
|
+
saturate?: PropertyValue<'saturate'>
|
|
625
|
+
sepia?: PropertyValue<'sepia'>
|
|
626
|
+
dropShadow?: PropertyValue<'dropShadow'>
|
|
627
|
+
blur?: PropertyValue<'blur'>
|
|
628
|
+
backdropBlur?: PropertyValue<'backdropBlur'>
|
|
629
|
+
backdropBrightness?: PropertyValue<'backdropBrightness'>
|
|
630
|
+
backdropContrast?: PropertyValue<'backdropContrast'>
|
|
631
|
+
backdropGrayscale?: PropertyValue<'backdropGrayscale'>
|
|
632
|
+
backdropHueRotate?: PropertyValue<'backdropHueRotate'>
|
|
633
|
+
backdropInvert?: PropertyValue<'backdropInvert'>
|
|
634
|
+
backdropOpacity?: PropertyValue<'backdropOpacity'>
|
|
635
|
+
backdropSaturate?: PropertyValue<'backdropSaturate'>
|
|
636
|
+
backdropSepia?: PropertyValue<'backdropSepia'>
|
|
637
|
+
borderSpacingX?: PropertyValue<'borderSpacingX'>
|
|
638
|
+
borderSpacingY?: PropertyValue<'borderSpacingY'>
|
|
639
|
+
scaleX?: PropertyValue<'scaleX'>
|
|
640
|
+
scaleY?: PropertyValue<'scaleY'>
|
|
641
|
+
translateX?: PropertyValue<'translateX'>
|
|
642
|
+
translateY?: PropertyValue<'translateY'>
|
|
643
|
+
scrollbar?: PropertyValue<'scrollbar'>
|
|
644
|
+
scrollMarginX?: PropertyValue<'scrollMarginX'>
|
|
645
|
+
scrollMarginY?: PropertyValue<'scrollMarginY'>
|
|
646
|
+
scrollPaddingX?: PropertyValue<'scrollPaddingX'>
|
|
647
|
+
scrollPaddingY?: PropertyValue<'scrollPaddingY'>
|
|
648
|
+
scrollSnapStrictness?: PropertyValue<'scrollSnapStrictness'>
|
|
649
|
+
scrollSnapMargin?: PropertyValue<'scrollSnapMargin'>
|
|
650
|
+
scrollSnapMarginTop?: PropertyValue<'scrollSnapMarginTop'>
|
|
651
|
+
scrollSnapMarginBottom?: PropertyValue<'scrollSnapMarginBottom'>
|
|
652
|
+
scrollSnapMarginLeft?: PropertyValue<'scrollSnapMarginLeft'>
|
|
653
|
+
scrollSnapMarginRight?: PropertyValue<'scrollSnapMarginRight'>
|
|
654
|
+
srOnly?: PropertyValue<'srOnly'>
|
|
655
|
+
debug?: PropertyValue<'debug'>
|
|
656
|
+
animateIn?: PropertyValue<'animateIn'>
|
|
657
|
+
animateOut?: PropertyValue<'animateOut'>
|
|
658
|
+
fadeIn?: PropertyValue<'fadeIn'>
|
|
659
|
+
fadeOut?: PropertyValue<'fadeOut'>
|
|
660
|
+
zoomIn?: PropertyValue<'zoomIn'>
|
|
661
|
+
zoomOut?: PropertyValue<'zoomOut'>
|
|
662
|
+
spinIn?: PropertyValue<'spinIn'>
|
|
663
|
+
spinOut?: PropertyValue<'spinOut'>
|
|
664
|
+
slideInFromTop?: PropertyValue<'slideInFromTop'>
|
|
665
|
+
slideInFromBottom?: PropertyValue<'slideInFromBottom'>
|
|
666
|
+
slideInFromLeft?: PropertyValue<'slideInFromLeft'>
|
|
667
|
+
slideInFromRight?: PropertyValue<'slideInFromRight'>
|
|
668
|
+
slideOutToTop?: PropertyValue<'slideOutToTop'>
|
|
669
|
+
slideOutToBottom?: PropertyValue<'slideOutToBottom'>
|
|
670
|
+
slideOutToLeft?: PropertyValue<'slideOutToLeft'>
|
|
671
|
+
slideOutToRight?: PropertyValue<'slideOutToRight'>
|
|
672
|
+
backgroundAlpha?: PropertyValue<'backgroundAlpha'>
|
|
673
|
+
gradientFromAlpha?: PropertyValue<'gradientFromAlpha'>
|
|
674
|
+
gradientToAlpha?: PropertyValue<'gradientToAlpha'>
|
|
675
|
+
borderAlpha?: PropertyValue<'borderAlpha'>
|
|
676
|
+
focusRingWidth?: PropertyValue<'focusRingWidth'>
|
|
677
|
+
focusRingColor?: PropertyValue<'focusRingColor'>
|
|
678
|
+
focusRingOffsetWidth?: PropertyValue<'focusRingOffsetWidth'>
|
|
679
|
+
focusRingOffsetColor?: PropertyValue<'focusRingOffsetColor'>
|
|
680
|
+
focusRingInset?: PropertyValue<'focusRingInset'>
|
|
681
|
+
spaceY?: PropertyValue<'spaceY'>
|
|
682
|
+
spaceX?: PropertyValue<'spaceX'>
|
|
683
|
+
textAlpha?: PropertyValue<'textAlpha'>
|
|
684
|
+
colorPalette?: PropertyValue<'colorPalette'>
|
|
685
|
+
textStyle?: PropertyValue<'textStyle'>
|
|
686
|
+
layerStyle?: PropertyValue<'layerStyle'>
|
|
687
|
+
}
|