@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,2189 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { _Slider } from '../shadow-panda/_Slider.js';
|
|
3
|
+
export type SliderProps = Omit<React.ComponentPropsWithoutRef<typeof _Slider>, 'value' | 'onValueChange' | 'onChange'> & {
|
|
4
|
+
value: number;
|
|
5
|
+
onChange?: (value: number) => void;
|
|
6
|
+
};
|
|
7
|
+
export declare const Slider: React.ForwardRefExoticComponent<Omit<Omit<{
|
|
8
|
+
slot?: string | undefined;
|
|
9
|
+
style?: React.CSSProperties | undefined;
|
|
10
|
+
title?: string | undefined;
|
|
11
|
+
step?: number | undefined;
|
|
12
|
+
min?: number | undefined;
|
|
13
|
+
max?: number | undefined;
|
|
14
|
+
value?: number[] | undefined;
|
|
15
|
+
name?: string | undefined;
|
|
16
|
+
ref?: React.Ref<HTMLSpanElement> | undefined;
|
|
17
|
+
defaultChecked?: boolean | undefined;
|
|
18
|
+
defaultValue?: number[] | undefined;
|
|
19
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
20
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
21
|
+
accessKey?: string | undefined;
|
|
22
|
+
autoFocus?: boolean | undefined;
|
|
23
|
+
className?: string | undefined;
|
|
24
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
25
|
+
contextMenu?: string | undefined;
|
|
26
|
+
dir?: ("ltr" | "rtl") | undefined;
|
|
27
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
28
|
+
hidden?: boolean | undefined;
|
|
29
|
+
id?: string | undefined;
|
|
30
|
+
lang?: string | undefined;
|
|
31
|
+
nonce?: string | undefined;
|
|
32
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
33
|
+
tabIndex?: number | undefined;
|
|
34
|
+
radioGroup?: string | undefined;
|
|
35
|
+
role?: React.AriaRole | undefined;
|
|
36
|
+
about?: string | undefined;
|
|
37
|
+
datatype?: string | undefined;
|
|
38
|
+
inlist?: any;
|
|
39
|
+
prefix?: string | undefined;
|
|
40
|
+
property?: string | undefined;
|
|
41
|
+
rel?: string | undefined;
|
|
42
|
+
resource?: string | undefined;
|
|
43
|
+
rev?: string | undefined;
|
|
44
|
+
typeof?: string | undefined;
|
|
45
|
+
vocab?: string | undefined;
|
|
46
|
+
autoCapitalize?: string | undefined;
|
|
47
|
+
autoCorrect?: string | undefined;
|
|
48
|
+
autoSave?: string | undefined;
|
|
49
|
+
itemProp?: string | undefined;
|
|
50
|
+
itemScope?: boolean | undefined;
|
|
51
|
+
itemType?: string | undefined;
|
|
52
|
+
itemID?: string | undefined;
|
|
53
|
+
itemRef?: string | undefined;
|
|
54
|
+
results?: number | undefined;
|
|
55
|
+
security?: string | undefined;
|
|
56
|
+
unselectable?: "on" | "off" | undefined;
|
|
57
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
58
|
+
is?: string | undefined;
|
|
59
|
+
"aria-activedescendant"?: string | undefined;
|
|
60
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
61
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
62
|
+
"aria-braillelabel"?: string | undefined;
|
|
63
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
64
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
65
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
66
|
+
"aria-colcount"?: number | undefined;
|
|
67
|
+
"aria-colindex"?: number | undefined;
|
|
68
|
+
"aria-colindextext"?: string | undefined;
|
|
69
|
+
"aria-colspan"?: number | undefined;
|
|
70
|
+
"aria-controls"?: string | undefined;
|
|
71
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
72
|
+
"aria-describedby"?: string | undefined;
|
|
73
|
+
"aria-description"?: string | undefined;
|
|
74
|
+
"aria-details"?: string | undefined;
|
|
75
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
76
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
77
|
+
"aria-errormessage"?: string | undefined;
|
|
78
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
79
|
+
"aria-flowto"?: string | undefined;
|
|
80
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
81
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
82
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
83
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
84
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
85
|
+
"aria-label"?: string | undefined;
|
|
86
|
+
"aria-labelledby"?: string | undefined;
|
|
87
|
+
"aria-level"?: number | undefined;
|
|
88
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
89
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
90
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
91
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
92
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
93
|
+
"aria-owns"?: string | undefined;
|
|
94
|
+
"aria-placeholder"?: string | undefined;
|
|
95
|
+
"aria-posinset"?: number | undefined;
|
|
96
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
97
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
98
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
99
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
100
|
+
"aria-roledescription"?: string | undefined;
|
|
101
|
+
"aria-rowcount"?: number | undefined;
|
|
102
|
+
"aria-rowindex"?: number | undefined;
|
|
103
|
+
"aria-rowindextext"?: string | undefined;
|
|
104
|
+
"aria-rowspan"?: number | undefined;
|
|
105
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
106
|
+
"aria-setsize"?: number | undefined;
|
|
107
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
108
|
+
"aria-valuemax"?: number | undefined;
|
|
109
|
+
"aria-valuemin"?: number | undefined;
|
|
110
|
+
"aria-valuenow"?: number | undefined;
|
|
111
|
+
"aria-valuetext"?: string | undefined;
|
|
112
|
+
children?: React.ReactNode | undefined;
|
|
113
|
+
dangerouslySetInnerHTML?: {
|
|
114
|
+
__html: string | TrustedHTML;
|
|
115
|
+
} | undefined;
|
|
116
|
+
onCopy?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
117
|
+
onCopyCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
118
|
+
onCut?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
119
|
+
onCutCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
120
|
+
onPaste?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
121
|
+
onPasteCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
122
|
+
onCompositionEnd?: React.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
123
|
+
onCompositionEndCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
124
|
+
onCompositionStart?: React.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
125
|
+
onCompositionStartCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
126
|
+
onCompositionUpdate?: React.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
127
|
+
onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
128
|
+
onFocus?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
129
|
+
onFocusCapture?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
130
|
+
onBlur?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
131
|
+
onBlurCapture?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
132
|
+
onChange?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
133
|
+
onChangeCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
134
|
+
onBeforeInput?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
135
|
+
onBeforeInputCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
136
|
+
onInput?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
137
|
+
onInputCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
138
|
+
onReset?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
139
|
+
onResetCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
140
|
+
onSubmit?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
141
|
+
onSubmitCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
142
|
+
onInvalid?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
143
|
+
onInvalidCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
144
|
+
onLoad?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
145
|
+
onLoadCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
146
|
+
onError?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
147
|
+
onErrorCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
148
|
+
onKeyDown?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
149
|
+
onKeyDownCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
150
|
+
onKeyPress?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
151
|
+
onKeyPressCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
152
|
+
onKeyUp?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
153
|
+
onKeyUpCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
154
|
+
onAbort?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
155
|
+
onAbortCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
156
|
+
onCanPlay?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
157
|
+
onCanPlayCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
158
|
+
onCanPlayThrough?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
159
|
+
onCanPlayThroughCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
160
|
+
onDurationChange?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
161
|
+
onDurationChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
162
|
+
onEmptied?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
163
|
+
onEmptiedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
164
|
+
onEncrypted?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
165
|
+
onEncryptedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
166
|
+
onEnded?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
167
|
+
onEndedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
168
|
+
onLoadedData?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
169
|
+
onLoadedDataCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
170
|
+
onLoadedMetadata?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
171
|
+
onLoadedMetadataCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
172
|
+
onLoadStart?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
173
|
+
onLoadStartCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
174
|
+
onPause?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
175
|
+
onPauseCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
176
|
+
onPlay?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
177
|
+
onPlayCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
178
|
+
onPlaying?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
179
|
+
onPlayingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
180
|
+
onProgress?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
181
|
+
onProgressCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
182
|
+
onRateChange?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
183
|
+
onRateChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
184
|
+
onResize?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
185
|
+
onResizeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
186
|
+
onSeeked?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
187
|
+
onSeekedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
188
|
+
onSeeking?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
189
|
+
onSeekingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
190
|
+
onStalled?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
191
|
+
onStalledCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
192
|
+
onSuspend?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
193
|
+
onSuspendCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
194
|
+
onTimeUpdate?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
195
|
+
onTimeUpdateCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
196
|
+
onVolumeChange?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
197
|
+
onVolumeChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
198
|
+
onWaiting?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
199
|
+
onWaitingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
200
|
+
onAuxClick?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
201
|
+
onAuxClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
202
|
+
onClick?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
203
|
+
onClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
204
|
+
onContextMenu?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
205
|
+
onContextMenuCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
206
|
+
onDoubleClick?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
207
|
+
onDoubleClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
208
|
+
onDrag?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
209
|
+
onDragCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
210
|
+
onDragEnd?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
211
|
+
onDragEndCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
212
|
+
onDragEnter?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
213
|
+
onDragEnterCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
214
|
+
onDragExit?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
215
|
+
onDragExitCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
216
|
+
onDragLeave?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
217
|
+
onDragLeaveCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
218
|
+
onDragOver?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
219
|
+
onDragOverCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
220
|
+
onDragStart?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
221
|
+
onDragStartCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
222
|
+
onDrop?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
223
|
+
onDropCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
224
|
+
onMouseDown?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
225
|
+
onMouseDownCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
226
|
+
onMouseEnter?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
227
|
+
onMouseLeave?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
228
|
+
onMouseMove?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
229
|
+
onMouseMoveCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
230
|
+
onMouseOut?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
231
|
+
onMouseOutCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
232
|
+
onMouseOver?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
233
|
+
onMouseOverCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
234
|
+
onMouseUp?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
235
|
+
onMouseUpCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
236
|
+
onSelect?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
237
|
+
onSelectCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
238
|
+
onTouchCancel?: React.TouchEventHandler<HTMLDivElement> | undefined;
|
|
239
|
+
onTouchCancelCapture?: React.TouchEventHandler<HTMLDivElement> | undefined;
|
|
240
|
+
onTouchEnd?: React.TouchEventHandler<HTMLDivElement> | undefined;
|
|
241
|
+
onTouchEndCapture?: React.TouchEventHandler<HTMLDivElement> | undefined;
|
|
242
|
+
onTouchMove?: React.TouchEventHandler<HTMLDivElement> | undefined;
|
|
243
|
+
onTouchMoveCapture?: React.TouchEventHandler<HTMLDivElement> | undefined;
|
|
244
|
+
onTouchStart?: React.TouchEventHandler<HTMLDivElement> | undefined;
|
|
245
|
+
onTouchStartCapture?: React.TouchEventHandler<HTMLDivElement> | undefined;
|
|
246
|
+
onPointerDown?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
247
|
+
onPointerDownCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
248
|
+
onPointerMove?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
249
|
+
onPointerMoveCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
250
|
+
onPointerUp?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
251
|
+
onPointerUpCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
252
|
+
onPointerCancel?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
253
|
+
onPointerCancelCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
254
|
+
onPointerEnter?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
255
|
+
onPointerLeave?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
256
|
+
onPointerOver?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
257
|
+
onPointerOverCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
258
|
+
onPointerOut?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
259
|
+
onPointerOutCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
260
|
+
onGotPointerCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
261
|
+
onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
262
|
+
onLostPointerCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
263
|
+
onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
264
|
+
onScroll?: React.UIEventHandler<HTMLDivElement> | undefined;
|
|
265
|
+
onScrollCapture?: React.UIEventHandler<HTMLDivElement> | undefined;
|
|
266
|
+
onWheel?: React.WheelEventHandler<HTMLDivElement> | undefined;
|
|
267
|
+
onWheelCapture?: React.WheelEventHandler<HTMLDivElement> | undefined;
|
|
268
|
+
onAnimationStart?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
269
|
+
onAnimationStartCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
270
|
+
onAnimationEnd?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
271
|
+
onAnimationEndCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
272
|
+
onAnimationIteration?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
273
|
+
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
274
|
+
onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
275
|
+
onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
276
|
+
key?: React.Key | null | undefined;
|
|
277
|
+
orientation?: React.AriaAttributes["aria-orientation"];
|
|
278
|
+
disabled?: boolean | undefined;
|
|
279
|
+
asChild?: boolean | undefined;
|
|
280
|
+
onValueChange?: ((value: number[]) => void) | undefined;
|
|
281
|
+
inverted?: boolean | undefined;
|
|
282
|
+
minStepsBetweenThumbs?: number | undefined;
|
|
283
|
+
onValueCommit?: ((value: number[]) => void) | undefined;
|
|
284
|
+
showLabels?: boolean | undefined;
|
|
285
|
+
htmlWidth?: (string | number) | undefined;
|
|
286
|
+
htmlHeight?: (string | number) | undefined;
|
|
287
|
+
htmlTranslate?: "yes" | "no" | undefined;
|
|
288
|
+
htmlContent?: string | undefined;
|
|
289
|
+
} & {
|
|
290
|
+
WebkitAppearance?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitAppearance">;
|
|
291
|
+
WebkitBorderBefore?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitBorderBefore">;
|
|
292
|
+
WebkitBorderBeforeColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitBorderBeforeColor">;
|
|
293
|
+
WebkitBorderBeforeStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitBorderBeforeStyle">;
|
|
294
|
+
WebkitBorderBeforeWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitBorderBeforeWidth">;
|
|
295
|
+
WebkitBoxReflect?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitBoxReflect">;
|
|
296
|
+
WebkitLineClamp?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitLineClamp">;
|
|
297
|
+
WebkitMask?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMask">;
|
|
298
|
+
WebkitMaskAttachment?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskAttachment">;
|
|
299
|
+
WebkitMaskClip?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskClip">;
|
|
300
|
+
WebkitMaskComposite?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskComposite">;
|
|
301
|
+
WebkitMaskImage?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskImage">;
|
|
302
|
+
WebkitMaskOrigin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskOrigin">;
|
|
303
|
+
WebkitMaskPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskPosition">;
|
|
304
|
+
WebkitMaskPositionX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskPositionX">;
|
|
305
|
+
WebkitMaskPositionY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskPositionY">;
|
|
306
|
+
WebkitMaskRepeat?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskRepeat">;
|
|
307
|
+
WebkitMaskRepeatX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskRepeatX">;
|
|
308
|
+
WebkitMaskRepeatY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskRepeatY">;
|
|
309
|
+
WebkitMaskSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskSize">;
|
|
310
|
+
WebkitOverflowScrolling?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitOverflowScrolling">;
|
|
311
|
+
WebkitTapHighlightColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitTapHighlightColor">;
|
|
312
|
+
WebkitTextFillColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitTextFillColor">;
|
|
313
|
+
WebkitTextStroke?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitTextStroke">;
|
|
314
|
+
WebkitTextStrokeColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitTextStrokeColor">;
|
|
315
|
+
WebkitTextStrokeWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitTextStrokeWidth">;
|
|
316
|
+
WebkitTouchCallout?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitTouchCallout">;
|
|
317
|
+
WebkitUserModify?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitUserModify">;
|
|
318
|
+
accentColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"accentColor">;
|
|
319
|
+
alignContent?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"alignContent">;
|
|
320
|
+
alignItems?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"alignItems">;
|
|
321
|
+
alignSelf?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"alignSelf">;
|
|
322
|
+
alignTracks?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"alignTracks">;
|
|
323
|
+
all?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"all">;
|
|
324
|
+
animation?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animation">;
|
|
325
|
+
animationComposition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationComposition">;
|
|
326
|
+
animationDelay?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationDelay">;
|
|
327
|
+
animationDirection?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationDirection">;
|
|
328
|
+
animationDuration?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationDuration">;
|
|
329
|
+
animationFillMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationFillMode">;
|
|
330
|
+
animationIterationCount?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationIterationCount">;
|
|
331
|
+
animationName?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationName">;
|
|
332
|
+
animationPlayState?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationPlayState">;
|
|
333
|
+
animationTimingFunction?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationTimingFunction">;
|
|
334
|
+
animationTimeline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationTimeline">;
|
|
335
|
+
appearance?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"appearance">;
|
|
336
|
+
aspectRatio?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"aspectRatio">;
|
|
337
|
+
azimuth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"azimuth">;
|
|
338
|
+
backdropFilter?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropFilter">;
|
|
339
|
+
backfaceVisibility?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backfaceVisibility">;
|
|
340
|
+
background?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"background">;
|
|
341
|
+
backgroundAttachment?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundAttachment">;
|
|
342
|
+
backgroundBlendMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundBlendMode">;
|
|
343
|
+
backgroundClip?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundClip">;
|
|
344
|
+
backgroundColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundColor">;
|
|
345
|
+
backgroundImage?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundImage">;
|
|
346
|
+
backgroundOrigin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundOrigin">;
|
|
347
|
+
backgroundPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundPosition">;
|
|
348
|
+
backgroundPositionX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundPositionX">;
|
|
349
|
+
backgroundPositionY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundPositionY">;
|
|
350
|
+
backgroundRepeat?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundRepeat">;
|
|
351
|
+
backgroundSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundSize">;
|
|
352
|
+
blockOverflow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"blockOverflow">;
|
|
353
|
+
blockSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"blockSize">;
|
|
354
|
+
border?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"border">;
|
|
355
|
+
borderBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlock">;
|
|
356
|
+
borderBlockColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockColor">;
|
|
357
|
+
borderBlockStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockStyle">;
|
|
358
|
+
borderBlockWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockWidth">;
|
|
359
|
+
borderBlockEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockEnd">;
|
|
360
|
+
borderBlockEndColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockEndColor">;
|
|
361
|
+
borderBlockEndStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockEndStyle">;
|
|
362
|
+
borderBlockEndWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockEndWidth">;
|
|
363
|
+
borderBlockStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockStart">;
|
|
364
|
+
borderBlockStartColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockStartColor">;
|
|
365
|
+
borderBlockStartStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockStartStyle">;
|
|
366
|
+
borderBlockStartWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockStartWidth">;
|
|
367
|
+
borderBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBottom">;
|
|
368
|
+
borderBottomColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBottomColor">;
|
|
369
|
+
borderBottomLeftRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBottomLeftRadius">;
|
|
370
|
+
borderBottomRightRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBottomRightRadius">;
|
|
371
|
+
borderBottomStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBottomStyle">;
|
|
372
|
+
borderBottomWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBottomWidth">;
|
|
373
|
+
borderCollapse?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderCollapse">;
|
|
374
|
+
borderColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderColor">;
|
|
375
|
+
borderEndEndRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderEndEndRadius">;
|
|
376
|
+
borderEndStartRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderEndStartRadius">;
|
|
377
|
+
borderImage?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderImage">;
|
|
378
|
+
borderImageOutset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderImageOutset">;
|
|
379
|
+
borderImageRepeat?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderImageRepeat">;
|
|
380
|
+
borderImageSlice?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderImageSlice">;
|
|
381
|
+
borderImageSource?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderImageSource">;
|
|
382
|
+
borderImageWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderImageWidth">;
|
|
383
|
+
borderInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInline">;
|
|
384
|
+
borderInlineEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineEnd">;
|
|
385
|
+
borderInlineColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineColor">;
|
|
386
|
+
borderInlineStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineStyle">;
|
|
387
|
+
borderInlineWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineWidth">;
|
|
388
|
+
borderInlineEndColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineEndColor">;
|
|
389
|
+
borderInlineEndStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineEndStyle">;
|
|
390
|
+
borderInlineEndWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineEndWidth">;
|
|
391
|
+
borderInlineStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineStart">;
|
|
392
|
+
borderInlineStartColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineStartColor">;
|
|
393
|
+
borderInlineStartStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineStartStyle">;
|
|
394
|
+
borderInlineStartWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineStartWidth">;
|
|
395
|
+
borderLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderLeft">;
|
|
396
|
+
borderLeftColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderLeftColor">;
|
|
397
|
+
borderLeftStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderLeftStyle">;
|
|
398
|
+
borderLeftWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderLeftWidth">;
|
|
399
|
+
borderRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderRadius">;
|
|
400
|
+
borderRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderRight">;
|
|
401
|
+
borderRightColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderRightColor">;
|
|
402
|
+
borderRightStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderRightStyle">;
|
|
403
|
+
borderRightWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderRightWidth">;
|
|
404
|
+
borderSpacing?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderSpacing">;
|
|
405
|
+
borderStartEndRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderStartEndRadius">;
|
|
406
|
+
borderStartStartRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderStartStartRadius">;
|
|
407
|
+
borderStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderStyle">;
|
|
408
|
+
borderTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderTop">;
|
|
409
|
+
borderTopColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderTopColor">;
|
|
410
|
+
borderTopLeftRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderTopLeftRadius">;
|
|
411
|
+
borderTopRightRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderTopRightRadius">;
|
|
412
|
+
borderTopStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderTopStyle">;
|
|
413
|
+
borderTopWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderTopWidth">;
|
|
414
|
+
borderWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderWidth">;
|
|
415
|
+
bottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bottom">;
|
|
416
|
+
boxAlign?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxAlign">;
|
|
417
|
+
boxDecorationBreak?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxDecorationBreak">;
|
|
418
|
+
boxDirection?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxDirection">;
|
|
419
|
+
boxFlex?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxFlex">;
|
|
420
|
+
boxFlexGroup?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxFlexGroup">;
|
|
421
|
+
boxLines?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxLines">;
|
|
422
|
+
boxOrdinalGroup?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxOrdinalGroup">;
|
|
423
|
+
boxOrient?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxOrient">;
|
|
424
|
+
boxPack?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxPack">;
|
|
425
|
+
boxShadow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxShadow">;
|
|
426
|
+
boxSizing?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxSizing">;
|
|
427
|
+
breakAfter?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"breakAfter">;
|
|
428
|
+
breakBefore?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"breakBefore">;
|
|
429
|
+
breakInside?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"breakInside">;
|
|
430
|
+
captionSide?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"captionSide">;
|
|
431
|
+
caret?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"caret">;
|
|
432
|
+
caretColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"caretColor">;
|
|
433
|
+
caretShape?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"caretShape">;
|
|
434
|
+
clear?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"clear">;
|
|
435
|
+
clip?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"clip">;
|
|
436
|
+
clipPath?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"clipPath">;
|
|
437
|
+
color?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"color">;
|
|
438
|
+
colorScheme?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"colorScheme">;
|
|
439
|
+
columnCount?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnCount">;
|
|
440
|
+
columnFill?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnFill">;
|
|
441
|
+
columnGap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnGap">;
|
|
442
|
+
columnRule?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnRule">;
|
|
443
|
+
columnRuleColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnRuleColor">;
|
|
444
|
+
columnRuleStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnRuleStyle">;
|
|
445
|
+
columnRuleWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnRuleWidth">;
|
|
446
|
+
columnSpan?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnSpan">;
|
|
447
|
+
columnWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnWidth">;
|
|
448
|
+
columns?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columns">;
|
|
449
|
+
contain?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"contain">;
|
|
450
|
+
containIntrinsicSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"containIntrinsicSize">;
|
|
451
|
+
containIntrinsicBlockSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"containIntrinsicBlockSize">;
|
|
452
|
+
containIntrinsicHeight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"containIntrinsicHeight">;
|
|
453
|
+
containIntrinsicInlineSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"containIntrinsicInlineSize">;
|
|
454
|
+
containIntrinsicWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"containIntrinsicWidth">;
|
|
455
|
+
container?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"container">;
|
|
456
|
+
containerName?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"containerName">;
|
|
457
|
+
containerType?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"containerType">;
|
|
458
|
+
content?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"content">;
|
|
459
|
+
contentVisibility?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"contentVisibility">;
|
|
460
|
+
counterIncrement?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"counterIncrement">;
|
|
461
|
+
counterReset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"counterReset">;
|
|
462
|
+
counterSet?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"counterSet">;
|
|
463
|
+
cursor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"cursor">;
|
|
464
|
+
direction?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"direction">;
|
|
465
|
+
display?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"display">;
|
|
466
|
+
emptyCells?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"emptyCells">;
|
|
467
|
+
filter?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"filter">;
|
|
468
|
+
flex?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flex">;
|
|
469
|
+
flexBasis?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flexBasis">;
|
|
470
|
+
flexDirection?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flexDirection">;
|
|
471
|
+
flexFlow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flexFlow">;
|
|
472
|
+
flexGrow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flexGrow">;
|
|
473
|
+
flexShrink?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flexShrink">;
|
|
474
|
+
flexWrap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flexWrap">;
|
|
475
|
+
float?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"float">;
|
|
476
|
+
font?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"font">;
|
|
477
|
+
fontFamily?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontFamily">;
|
|
478
|
+
fontFeatureSettings?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontFeatureSettings">;
|
|
479
|
+
fontKerning?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontKerning">;
|
|
480
|
+
fontLanguageOverride?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontLanguageOverride">;
|
|
481
|
+
fontOpticalSizing?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontOpticalSizing">;
|
|
482
|
+
fontPalette?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontPalette">;
|
|
483
|
+
fontVariationSettings?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariationSettings">;
|
|
484
|
+
fontSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontSize">;
|
|
485
|
+
fontSizeAdjust?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontSizeAdjust">;
|
|
486
|
+
fontSmooth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontSmooth">;
|
|
487
|
+
fontStretch?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontStretch">;
|
|
488
|
+
fontStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontStyle">;
|
|
489
|
+
fontSynthesis?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontSynthesis">;
|
|
490
|
+
fontVariant?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariant">;
|
|
491
|
+
fontVariantAlternates?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariantAlternates">;
|
|
492
|
+
fontVariantCaps?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariantCaps">;
|
|
493
|
+
fontVariantEastAsian?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariantEastAsian">;
|
|
494
|
+
fontVariantEmoji?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariantEmoji">;
|
|
495
|
+
fontVariantLigatures?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariantLigatures">;
|
|
496
|
+
fontVariantNumeric?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariantNumeric">;
|
|
497
|
+
fontVariantPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariantPosition">;
|
|
498
|
+
fontWeight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontWeight">;
|
|
499
|
+
forcedColorAdjust?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"forcedColorAdjust">;
|
|
500
|
+
gap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gap">;
|
|
501
|
+
grid?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"grid">;
|
|
502
|
+
gridArea?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridArea">;
|
|
503
|
+
gridAutoColumns?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridAutoColumns">;
|
|
504
|
+
gridAutoFlow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridAutoFlow">;
|
|
505
|
+
gridAutoRows?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridAutoRows">;
|
|
506
|
+
gridColumn?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridColumn">;
|
|
507
|
+
gridColumnEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridColumnEnd">;
|
|
508
|
+
gridColumnGap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridColumnGap">;
|
|
509
|
+
gridColumnStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridColumnStart">;
|
|
510
|
+
gridGap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridGap">;
|
|
511
|
+
gridRow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridRow">;
|
|
512
|
+
gridRowEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridRowEnd">;
|
|
513
|
+
gridRowGap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridRowGap">;
|
|
514
|
+
gridRowStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridRowStart">;
|
|
515
|
+
gridTemplate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridTemplate">;
|
|
516
|
+
gridTemplateAreas?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridTemplateAreas">;
|
|
517
|
+
gridTemplateColumns?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridTemplateColumns">;
|
|
518
|
+
gridTemplateRows?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridTemplateRows">;
|
|
519
|
+
hangingPunctuation?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"hangingPunctuation">;
|
|
520
|
+
height?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"height">;
|
|
521
|
+
hyphenateCharacter?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"hyphenateCharacter">;
|
|
522
|
+
hyphenateLimitChars?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"hyphenateLimitChars">;
|
|
523
|
+
hyphens?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"hyphens">;
|
|
524
|
+
imageOrientation?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"imageOrientation">;
|
|
525
|
+
imageRendering?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"imageRendering">;
|
|
526
|
+
imageResolution?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"imageResolution">;
|
|
527
|
+
imeMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"imeMode">;
|
|
528
|
+
initialLetter?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"initialLetter">;
|
|
529
|
+
initialLetterAlign?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"initialLetterAlign"> | undefined;
|
|
530
|
+
inlineSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"inlineSize">;
|
|
531
|
+
inputSecurity?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"inputSecurity">;
|
|
532
|
+
inset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"inset">;
|
|
533
|
+
insetBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetBlock">;
|
|
534
|
+
insetBlockEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetBlockEnd">;
|
|
535
|
+
insetBlockStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetBlockStart">;
|
|
536
|
+
insetInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetInline">;
|
|
537
|
+
insetInlineEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetInlineEnd">;
|
|
538
|
+
insetInlineStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetInlineStart">;
|
|
539
|
+
isolation?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"isolation">;
|
|
540
|
+
justifyContent?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"justifyContent">;
|
|
541
|
+
justifyItems?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"justifyItems">;
|
|
542
|
+
justifySelf?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"justifySelf">;
|
|
543
|
+
justifyTracks?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"justifyTracks">;
|
|
544
|
+
left?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"left">;
|
|
545
|
+
letterSpacing?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"letterSpacing">;
|
|
546
|
+
lineBreak?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"lineBreak">;
|
|
547
|
+
lineClamp?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"lineClamp">;
|
|
548
|
+
lineHeight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"lineHeight">;
|
|
549
|
+
lineHeightStep?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"lineHeightStep">;
|
|
550
|
+
listStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"listStyle">;
|
|
551
|
+
listStyleImage?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"listStyleImage">;
|
|
552
|
+
listStylePosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"listStylePosition">;
|
|
553
|
+
listStyleType?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"listStyleType">;
|
|
554
|
+
margin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"margin">;
|
|
555
|
+
marginBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginBlock">;
|
|
556
|
+
marginBlockEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginBlockEnd">;
|
|
557
|
+
marginBlockStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginBlockStart">;
|
|
558
|
+
marginBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginBottom">;
|
|
559
|
+
marginInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginInline">;
|
|
560
|
+
marginInlineEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginInlineEnd">;
|
|
561
|
+
marginInlineStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginInlineStart">;
|
|
562
|
+
marginLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginLeft">;
|
|
563
|
+
marginRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginRight">;
|
|
564
|
+
marginTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginTop">;
|
|
565
|
+
marginTrim?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginTrim">;
|
|
566
|
+
mask?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mask">;
|
|
567
|
+
maskBorder?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskBorder">;
|
|
568
|
+
maskBorderMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskBorderMode">;
|
|
569
|
+
maskBorderOutset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskBorderOutset">;
|
|
570
|
+
maskBorderRepeat?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskBorderRepeat">;
|
|
571
|
+
maskBorderSlice?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskBorderSlice">;
|
|
572
|
+
maskBorderSource?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskBorderSource">;
|
|
573
|
+
maskBorderWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskBorderWidth">;
|
|
574
|
+
maskClip?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskClip">;
|
|
575
|
+
maskComposite?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskComposite">;
|
|
576
|
+
maskImage?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskImage">;
|
|
577
|
+
maskMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskMode">;
|
|
578
|
+
maskOrigin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskOrigin">;
|
|
579
|
+
maskPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskPosition">;
|
|
580
|
+
maskRepeat?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskRepeat">;
|
|
581
|
+
maskSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskSize">;
|
|
582
|
+
maskType?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskType">;
|
|
583
|
+
masonryAutoFlow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"masonryAutoFlow">;
|
|
584
|
+
mathDepth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mathDepth">;
|
|
585
|
+
mathShift?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mathShift">;
|
|
586
|
+
mathStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mathStyle">;
|
|
587
|
+
maxBlockSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maxBlockSize">;
|
|
588
|
+
maxHeight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maxHeight">;
|
|
589
|
+
maxInlineSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maxInlineSize">;
|
|
590
|
+
maxLines?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maxLines">;
|
|
591
|
+
maxWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maxWidth">;
|
|
592
|
+
minBlockSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"minBlockSize">;
|
|
593
|
+
minHeight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"minHeight">;
|
|
594
|
+
minInlineSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"minInlineSize">;
|
|
595
|
+
minWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"minWidth">;
|
|
596
|
+
mixBlendMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mixBlendMode">;
|
|
597
|
+
objectFit?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"objectFit">;
|
|
598
|
+
objectPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"objectPosition">;
|
|
599
|
+
offset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"offset">;
|
|
600
|
+
offsetAnchor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"offsetAnchor">;
|
|
601
|
+
offsetDistance?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"offsetDistance">;
|
|
602
|
+
offsetPath?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"offsetPath">;
|
|
603
|
+
offsetPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"offsetPosition">;
|
|
604
|
+
offsetRotate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"offsetRotate">;
|
|
605
|
+
opacity?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"opacity">;
|
|
606
|
+
order?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"order">;
|
|
607
|
+
orphans?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"orphans">;
|
|
608
|
+
outline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"outline">;
|
|
609
|
+
outlineColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"outlineColor">;
|
|
610
|
+
outlineOffset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"outlineOffset">;
|
|
611
|
+
outlineStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"outlineStyle">;
|
|
612
|
+
outlineWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"outlineWidth">;
|
|
613
|
+
overflow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflow">;
|
|
614
|
+
overflowAnchor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowAnchor">;
|
|
615
|
+
overflowBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowBlock">;
|
|
616
|
+
overflowClipBox?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowClipBox">;
|
|
617
|
+
overflowClipMargin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowClipMargin">;
|
|
618
|
+
overflowInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowInline">;
|
|
619
|
+
overflowWrap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowWrap">;
|
|
620
|
+
overflowX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowX">;
|
|
621
|
+
overflowY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowY">;
|
|
622
|
+
overscrollBehavior?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overscrollBehavior">;
|
|
623
|
+
overscrollBehaviorBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overscrollBehaviorBlock">;
|
|
624
|
+
overscrollBehaviorInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overscrollBehaviorInline">;
|
|
625
|
+
overscrollBehaviorX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overscrollBehaviorX">;
|
|
626
|
+
overscrollBehaviorY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overscrollBehaviorY">;
|
|
627
|
+
padding?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"padding">;
|
|
628
|
+
paddingBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingBlock">;
|
|
629
|
+
paddingBlockEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingBlockEnd">;
|
|
630
|
+
paddingBlockStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingBlockStart">;
|
|
631
|
+
paddingBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingBottom">;
|
|
632
|
+
paddingInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingInline">;
|
|
633
|
+
paddingInlineEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingInlineEnd">;
|
|
634
|
+
paddingInlineStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingInlineStart">;
|
|
635
|
+
paddingLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingLeft">;
|
|
636
|
+
paddingRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingRight">;
|
|
637
|
+
paddingTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingTop">;
|
|
638
|
+
page?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"page">;
|
|
639
|
+
pageBreakAfter?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pageBreakAfter">;
|
|
640
|
+
pageBreakBefore?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pageBreakBefore">;
|
|
641
|
+
pageBreakInside?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pageBreakInside">;
|
|
642
|
+
paintOrder?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paintOrder">;
|
|
643
|
+
perspective?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"perspective">;
|
|
644
|
+
perspectiveOrigin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"perspectiveOrigin">;
|
|
645
|
+
placeContent?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"placeContent">;
|
|
646
|
+
placeItems?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"placeItems">;
|
|
647
|
+
placeSelf?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"placeSelf">;
|
|
648
|
+
pointerEvents?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pointerEvents">;
|
|
649
|
+
position?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"position">;
|
|
650
|
+
printColorAdjust?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"printColorAdjust">;
|
|
651
|
+
quotes?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"quotes">;
|
|
652
|
+
resize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"resize">;
|
|
653
|
+
right?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"right">;
|
|
654
|
+
rotate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"rotate">;
|
|
655
|
+
rowGap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"rowGap">;
|
|
656
|
+
rubyAlign?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"rubyAlign">;
|
|
657
|
+
rubyMerge?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"rubyMerge">;
|
|
658
|
+
rubyPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"rubyPosition">;
|
|
659
|
+
scale?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scale">;
|
|
660
|
+
scrollbarColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollbarColor">;
|
|
661
|
+
scrollbarGutter?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollbarGutter">;
|
|
662
|
+
scrollbarWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollbarWidth">;
|
|
663
|
+
scrollBehavior?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollBehavior">;
|
|
664
|
+
scrollMargin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMargin">;
|
|
665
|
+
scrollMarginBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginBlock">;
|
|
666
|
+
scrollMarginBlockStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginBlockStart">;
|
|
667
|
+
scrollMarginBlockEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginBlockEnd">;
|
|
668
|
+
scrollMarginBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginBottom">;
|
|
669
|
+
scrollMarginInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginInline">;
|
|
670
|
+
scrollMarginInlineStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginInlineStart">;
|
|
671
|
+
scrollMarginInlineEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginInlineEnd">;
|
|
672
|
+
scrollMarginLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginLeft">;
|
|
673
|
+
scrollMarginRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginRight">;
|
|
674
|
+
scrollMarginTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginTop">;
|
|
675
|
+
scrollPadding?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPadding">;
|
|
676
|
+
scrollPaddingBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingBlock">;
|
|
677
|
+
scrollPaddingBlockStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingBlockStart">;
|
|
678
|
+
scrollPaddingBlockEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingBlockEnd">;
|
|
679
|
+
scrollPaddingBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingBottom">;
|
|
680
|
+
scrollPaddingInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingInline">;
|
|
681
|
+
scrollPaddingInlineStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingInlineStart">;
|
|
682
|
+
scrollPaddingInlineEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingInlineEnd">;
|
|
683
|
+
scrollPaddingLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingLeft">;
|
|
684
|
+
scrollPaddingRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingRight">;
|
|
685
|
+
scrollPaddingTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingTop">;
|
|
686
|
+
scrollSnapAlign?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapAlign">;
|
|
687
|
+
scrollSnapCoordinate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapCoordinate">;
|
|
688
|
+
scrollSnapDestination?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapDestination">;
|
|
689
|
+
scrollSnapPointsX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapPointsX">;
|
|
690
|
+
scrollSnapPointsY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapPointsY">;
|
|
691
|
+
scrollSnapStop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapStop">;
|
|
692
|
+
scrollSnapType?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapType">;
|
|
693
|
+
scrollSnapTypeX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapTypeX">;
|
|
694
|
+
scrollSnapTypeY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapTypeY">;
|
|
695
|
+
scrollTimeline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollTimeline">;
|
|
696
|
+
scrollTimelineAxis?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollTimelineAxis">;
|
|
697
|
+
scrollTimelineName?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollTimelineName">;
|
|
698
|
+
shapeImageThreshold?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"shapeImageThreshold">;
|
|
699
|
+
shapeMargin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"shapeMargin">;
|
|
700
|
+
shapeOutside?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"shapeOutside">;
|
|
701
|
+
tabSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"tabSize">;
|
|
702
|
+
tableLayout?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"tableLayout">;
|
|
703
|
+
textAlign?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textAlign">;
|
|
704
|
+
textAlignLast?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textAlignLast">;
|
|
705
|
+
textCombineUpright?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textCombineUpright">;
|
|
706
|
+
textDecoration?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textDecoration">;
|
|
707
|
+
textDecorationColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textDecorationColor">;
|
|
708
|
+
textDecorationLine?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textDecorationLine">;
|
|
709
|
+
textDecorationSkip?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textDecorationSkip">;
|
|
710
|
+
textDecorationSkipInk?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textDecorationSkipInk">;
|
|
711
|
+
textDecorationStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textDecorationStyle">;
|
|
712
|
+
textDecorationThickness?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textDecorationThickness">;
|
|
713
|
+
textEmphasis?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textEmphasis">;
|
|
714
|
+
textEmphasisColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textEmphasisColor">;
|
|
715
|
+
textEmphasisPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textEmphasisPosition">;
|
|
716
|
+
textEmphasisStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textEmphasisStyle">;
|
|
717
|
+
textIndent?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textIndent">;
|
|
718
|
+
textJustify?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textJustify">;
|
|
719
|
+
textOrientation?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textOrientation">;
|
|
720
|
+
textOverflow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textOverflow">;
|
|
721
|
+
textRendering?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textRendering">;
|
|
722
|
+
textShadow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textShadow">;
|
|
723
|
+
textSizeAdjust?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textSizeAdjust">;
|
|
724
|
+
textTransform?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textTransform">;
|
|
725
|
+
textUnderlineOffset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textUnderlineOffset">;
|
|
726
|
+
textUnderlinePosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textUnderlinePosition">;
|
|
727
|
+
top?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"top">;
|
|
728
|
+
touchAction?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"touchAction">;
|
|
729
|
+
transform?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transform">;
|
|
730
|
+
transformBox?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transformBox">;
|
|
731
|
+
transformOrigin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transformOrigin">;
|
|
732
|
+
transformStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transformStyle">;
|
|
733
|
+
transition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transition">;
|
|
734
|
+
transitionDelay?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transitionDelay">;
|
|
735
|
+
transitionDuration?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transitionDuration">;
|
|
736
|
+
transitionProperty?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transitionProperty">;
|
|
737
|
+
transitionTimingFunction?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transitionTimingFunction">;
|
|
738
|
+
translate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"translate">;
|
|
739
|
+
unicodeBidi?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"unicodeBidi">;
|
|
740
|
+
userSelect?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"userSelect">;
|
|
741
|
+
verticalAlign?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"verticalAlign">;
|
|
742
|
+
viewTransitionName?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"viewTransitionName">;
|
|
743
|
+
visibility?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"visibility">;
|
|
744
|
+
whiteSpace?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"whiteSpace">;
|
|
745
|
+
widows?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"widows">;
|
|
746
|
+
width?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"width">;
|
|
747
|
+
willChange?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"willChange">;
|
|
748
|
+
wordBreak?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"wordBreak">;
|
|
749
|
+
wordSpacing?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"wordSpacing">;
|
|
750
|
+
wordWrap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"wordWrap">;
|
|
751
|
+
writingMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"writingMode">;
|
|
752
|
+
zIndex?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"zIndex">;
|
|
753
|
+
zoom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"zoom">;
|
|
754
|
+
alignmentBaseline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"alignmentBaseline">;
|
|
755
|
+
baselineShift?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"baselineShift">;
|
|
756
|
+
clipRule?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"clipRule">;
|
|
757
|
+
colorInterpolation?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"colorInterpolation">;
|
|
758
|
+
colorRendering?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"colorRendering">;
|
|
759
|
+
dominantBaseline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"dominantBaseline">;
|
|
760
|
+
fill?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fill">;
|
|
761
|
+
fillOpacity?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fillOpacity">;
|
|
762
|
+
fillRule?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fillRule">;
|
|
763
|
+
floodColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"floodColor">;
|
|
764
|
+
floodOpacity?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"floodOpacity">;
|
|
765
|
+
glyphOrientationVertical?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"glyphOrientationVertical">;
|
|
766
|
+
lightingColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"lightingColor">;
|
|
767
|
+
marker?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marker">;
|
|
768
|
+
markerEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"markerEnd">;
|
|
769
|
+
markerMid?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"markerMid">;
|
|
770
|
+
markerStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"markerStart">;
|
|
771
|
+
shapeRendering?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"shapeRendering">;
|
|
772
|
+
stopColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"stopColor">;
|
|
773
|
+
stopOpacity?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"stopOpacity">;
|
|
774
|
+
stroke?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"stroke">;
|
|
775
|
+
strokeDasharray?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"strokeDasharray">;
|
|
776
|
+
strokeDashoffset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"strokeDashoffset">;
|
|
777
|
+
strokeLinecap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"strokeLinecap">;
|
|
778
|
+
strokeLinejoin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"strokeLinejoin">;
|
|
779
|
+
strokeMiterlimit?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"strokeMiterlimit">;
|
|
780
|
+
strokeOpacity?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"strokeOpacity">;
|
|
781
|
+
strokeWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"strokeWidth">;
|
|
782
|
+
textAnchor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textAnchor">;
|
|
783
|
+
vectorEffect?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"vectorEffect">;
|
|
784
|
+
pos?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pos">;
|
|
785
|
+
insetEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetEnd">;
|
|
786
|
+
end?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"end">;
|
|
787
|
+
insetStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetStart">;
|
|
788
|
+
start?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"start">;
|
|
789
|
+
flexDir?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flexDir">;
|
|
790
|
+
p?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"p">;
|
|
791
|
+
pl?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pl">;
|
|
792
|
+
pr?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pr">;
|
|
793
|
+
pt?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pt">;
|
|
794
|
+
pb?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pb">;
|
|
795
|
+
py?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"py">;
|
|
796
|
+
paddingY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingY">;
|
|
797
|
+
paddingX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingX">;
|
|
798
|
+
px?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"px">;
|
|
799
|
+
pe?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pe">;
|
|
800
|
+
paddingEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingEnd">;
|
|
801
|
+
ps?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ps">;
|
|
802
|
+
paddingStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingStart">;
|
|
803
|
+
ml?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ml">;
|
|
804
|
+
mr?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mr">;
|
|
805
|
+
mt?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mt">;
|
|
806
|
+
mb?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mb">;
|
|
807
|
+
m?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"m">;
|
|
808
|
+
my?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"my">;
|
|
809
|
+
marginY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginY">;
|
|
810
|
+
mx?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mx">;
|
|
811
|
+
marginX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginX">;
|
|
812
|
+
me?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"me">;
|
|
813
|
+
marginEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginEnd">;
|
|
814
|
+
ms?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ms">;
|
|
815
|
+
marginStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginStart">;
|
|
816
|
+
ringWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ringWidth">;
|
|
817
|
+
ringColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ringColor">;
|
|
818
|
+
ring?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ring">;
|
|
819
|
+
ringOffset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ringOffset">;
|
|
820
|
+
w?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"w">;
|
|
821
|
+
minW?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"minW">;
|
|
822
|
+
maxW?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maxW">;
|
|
823
|
+
h?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"h">;
|
|
824
|
+
minH?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"minH">;
|
|
825
|
+
maxH?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maxH">;
|
|
826
|
+
tracking?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"tracking">;
|
|
827
|
+
leading?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"leading">;
|
|
828
|
+
bgPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgPosition">;
|
|
829
|
+
bgPositionX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgPositionX">;
|
|
830
|
+
bgPositionY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgPositionY">;
|
|
831
|
+
bgAttachment?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgAttachment">;
|
|
832
|
+
bgClip?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgClip">;
|
|
833
|
+
bg?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bg">;
|
|
834
|
+
bgColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgColor">;
|
|
835
|
+
bgOrigin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgOrigin">;
|
|
836
|
+
bgImage?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgImage">;
|
|
837
|
+
bgRepeat?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgRepeat">;
|
|
838
|
+
bgBlendMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgBlendMode">;
|
|
839
|
+
bgSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgSize">;
|
|
840
|
+
bgGradient?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgGradient"> | undefined;
|
|
841
|
+
rounded?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"rounded">;
|
|
842
|
+
roundedTopLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedTopLeft">;
|
|
843
|
+
roundedTopRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedTopRight">;
|
|
844
|
+
roundedBottomRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedBottomRight">;
|
|
845
|
+
roundedBottomLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedBottomLeft">;
|
|
846
|
+
roundedTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedTop">;
|
|
847
|
+
roundedRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedRight">;
|
|
848
|
+
roundedBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedBottom">;
|
|
849
|
+
roundedLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedLeft">;
|
|
850
|
+
roundedStartStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedStartStart">;
|
|
851
|
+
roundedStartEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedStartEnd">;
|
|
852
|
+
roundedStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedStart">;
|
|
853
|
+
roundedEndStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedEndStart">;
|
|
854
|
+
roundedEndEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedEndEnd">;
|
|
855
|
+
roundedEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedEnd">;
|
|
856
|
+
borderX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderX">;
|
|
857
|
+
borderXWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderXWidth">;
|
|
858
|
+
borderXColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderXColor">;
|
|
859
|
+
borderY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderY">;
|
|
860
|
+
borderYWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderYWidth">;
|
|
861
|
+
borderYColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderYColor">;
|
|
862
|
+
borderStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderStart">;
|
|
863
|
+
borderStartWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderStartWidth">;
|
|
864
|
+
borderStartColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderStartColor">;
|
|
865
|
+
borderEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderEnd">;
|
|
866
|
+
borderEndWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderEndWidth">;
|
|
867
|
+
borderEndColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderEndColor">;
|
|
868
|
+
shadow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"shadow">;
|
|
869
|
+
shadowColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"shadowColor"> | undefined;
|
|
870
|
+
x?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"x"> | undefined;
|
|
871
|
+
y?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"y"> | undefined;
|
|
872
|
+
bga?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bga"> | undefined;
|
|
873
|
+
bca?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bca">;
|
|
874
|
+
ca?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ca">;
|
|
875
|
+
insetX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetX">;
|
|
876
|
+
insetY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetY">;
|
|
877
|
+
hideFrom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"hideFrom"> | undefined;
|
|
878
|
+
hideBelow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"hideBelow"> | undefined;
|
|
879
|
+
divideX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"divideX"> | undefined;
|
|
880
|
+
divideY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"divideY"> | undefined;
|
|
881
|
+
divideColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"divideColor"> | undefined;
|
|
882
|
+
divideStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"divideStyle">;
|
|
883
|
+
fontSmoothing?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontSmoothing"> | undefined;
|
|
884
|
+
textWrap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textWrap">;
|
|
885
|
+
truncate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"truncate"> | undefined;
|
|
886
|
+
backgroundGradient?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundGradient"> | undefined;
|
|
887
|
+
textGradient?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textGradient"> | undefined;
|
|
888
|
+
gradientFrom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gradientFrom"> | undefined;
|
|
889
|
+
gradientTo?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gradientTo"> | undefined;
|
|
890
|
+
gradientVia?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gradientVia"> | undefined;
|
|
891
|
+
borderTopRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderTopRadius">;
|
|
892
|
+
borderRightRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderRightRadius">;
|
|
893
|
+
borderBottomRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBottomRadius">;
|
|
894
|
+
borderLeftRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderLeftRadius">;
|
|
895
|
+
borderStartRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderStartRadius">;
|
|
896
|
+
borderEndRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderEndRadius">;
|
|
897
|
+
boxShadowColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxShadowColor"> | undefined;
|
|
898
|
+
brightness?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"brightness"> | undefined;
|
|
899
|
+
contrast?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"contrast"> | undefined;
|
|
900
|
+
grayscale?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"grayscale"> | undefined;
|
|
901
|
+
hueRotate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"hueRotate"> | undefined;
|
|
902
|
+
invert?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"invert"> | undefined;
|
|
903
|
+
saturate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"saturate"> | undefined;
|
|
904
|
+
sepia?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"sepia"> | undefined;
|
|
905
|
+
dropShadow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"dropShadow"> | undefined;
|
|
906
|
+
blur?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"blur"> | undefined;
|
|
907
|
+
backdropBlur?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropBlur">;
|
|
908
|
+
backdropBrightness?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropBrightness"> | undefined;
|
|
909
|
+
backdropContrast?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropContrast"> | undefined;
|
|
910
|
+
backdropGrayscale?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropGrayscale"> | undefined;
|
|
911
|
+
backdropHueRotate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropHueRotate"> | undefined;
|
|
912
|
+
backdropInvert?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropInvert"> | undefined;
|
|
913
|
+
backdropOpacity?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropOpacity"> | undefined;
|
|
914
|
+
backdropSaturate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropSaturate"> | undefined;
|
|
915
|
+
backdropSepia?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropSepia"> | undefined;
|
|
916
|
+
borderSpacingX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderSpacingX"> | undefined;
|
|
917
|
+
borderSpacingY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderSpacingY"> | undefined;
|
|
918
|
+
scaleX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scaleX"> | undefined;
|
|
919
|
+
scaleY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scaleY"> | undefined;
|
|
920
|
+
translateX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"translateX"> | undefined;
|
|
921
|
+
translateY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"translateY"> | undefined;
|
|
922
|
+
scrollbar?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollbar"> | undefined;
|
|
923
|
+
scrollMarginX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginX">;
|
|
924
|
+
scrollMarginY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginY">;
|
|
925
|
+
scrollPaddingX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingX">;
|
|
926
|
+
scrollPaddingY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingY">;
|
|
927
|
+
scrollSnapStrictness?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapStrictness"> | undefined;
|
|
928
|
+
scrollSnapMargin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapMargin">;
|
|
929
|
+
scrollSnapMarginTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapMarginTop">;
|
|
930
|
+
scrollSnapMarginBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapMarginBottom">;
|
|
931
|
+
scrollSnapMarginLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapMarginLeft">;
|
|
932
|
+
scrollSnapMarginRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapMarginRight">;
|
|
933
|
+
srOnly?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"srOnly"> | undefined;
|
|
934
|
+
debug?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"debug"> | undefined;
|
|
935
|
+
animateIn?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animateIn"> | undefined;
|
|
936
|
+
animateOut?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animateOut"> | undefined;
|
|
937
|
+
fadeIn?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fadeIn"> | undefined;
|
|
938
|
+
fadeOut?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fadeOut"> | undefined;
|
|
939
|
+
zoomIn?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"zoomIn"> | undefined;
|
|
940
|
+
zoomOut?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"zoomOut"> | undefined;
|
|
941
|
+
spinIn?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"spinIn"> | undefined;
|
|
942
|
+
spinOut?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"spinOut"> | undefined;
|
|
943
|
+
slideInFromTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideInFromTop"> | undefined;
|
|
944
|
+
slideInFromBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideInFromBottom"> | undefined;
|
|
945
|
+
slideInFromLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideInFromLeft"> | undefined;
|
|
946
|
+
slideInFromRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideInFromRight"> | undefined;
|
|
947
|
+
slideOutToTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideOutToTop"> | undefined;
|
|
948
|
+
slideOutToBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideOutToBottom"> | undefined;
|
|
949
|
+
slideOutToLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideOutToLeft"> | undefined;
|
|
950
|
+
slideOutToRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideOutToRight"> | undefined;
|
|
951
|
+
backgroundAlpha?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundAlpha"> | undefined;
|
|
952
|
+
gradientFromAlpha?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gradientFromAlpha"> | undefined;
|
|
953
|
+
gradientToAlpha?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gradientToAlpha"> | undefined;
|
|
954
|
+
borderAlpha?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderAlpha">;
|
|
955
|
+
focusRingWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"focusRingWidth"> | undefined;
|
|
956
|
+
focusRingColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"focusRingColor"> | undefined;
|
|
957
|
+
focusRingOffsetWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"focusRingOffsetWidth"> | undefined;
|
|
958
|
+
focusRingOffsetColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"focusRingOffsetColor"> | undefined;
|
|
959
|
+
focusRingInset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"focusRingInset"> | undefined;
|
|
960
|
+
spaceY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"spaceY"> | undefined;
|
|
961
|
+
spaceX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"spaceX"> | undefined;
|
|
962
|
+
textAlpha?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textAlpha">;
|
|
963
|
+
colorPalette?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"colorPalette"> | undefined;
|
|
964
|
+
textStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textStyle"> | undefined;
|
|
965
|
+
layerStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"layerStyle"> | undefined;
|
|
966
|
+
_hover?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
967
|
+
_focus?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
968
|
+
_focusWithin?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
969
|
+
_focusVisible?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
970
|
+
_disabled?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
971
|
+
_active?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
972
|
+
_visited?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
973
|
+
_target?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
974
|
+
_readOnly?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
975
|
+
_readWrite?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
976
|
+
_empty?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
977
|
+
_checked?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
978
|
+
_enabled?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
979
|
+
_expanded?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
980
|
+
_highlighted?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
981
|
+
_before?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
982
|
+
_after?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
983
|
+
_firstLetter?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
984
|
+
_firstLine?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
985
|
+
_marker?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
986
|
+
_selection?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
987
|
+
_file?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
988
|
+
_backdrop?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
989
|
+
_first?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
990
|
+
_last?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
991
|
+
_only?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
992
|
+
_even?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
993
|
+
_odd?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
994
|
+
_firstOfType?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
995
|
+
_lastOfType?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
996
|
+
_onlyOfType?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
997
|
+
_peerFocus?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
998
|
+
_peerHover?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
999
|
+
_peerActive?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1000
|
+
_peerFocusWithin?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1001
|
+
_peerFocusVisible?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1002
|
+
_peerDisabled?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1003
|
+
_peerChecked?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1004
|
+
_peerInvalid?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1005
|
+
_peerExpanded?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1006
|
+
_peerPlaceholderShown?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1007
|
+
_groupFocus?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1008
|
+
_groupHover?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1009
|
+
_groupActive?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1010
|
+
_groupFocusWithin?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1011
|
+
_groupFocusVisible?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1012
|
+
_groupDisabled?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1013
|
+
_groupChecked?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1014
|
+
_groupExpanded?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1015
|
+
_groupInvalid?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1016
|
+
_indeterminate?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1017
|
+
_required?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1018
|
+
_valid?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1019
|
+
_invalid?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1020
|
+
_autofill?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1021
|
+
_inRange?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1022
|
+
_outOfRange?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1023
|
+
_placeholder?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1024
|
+
_placeholderShown?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1025
|
+
_pressed?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1026
|
+
_selected?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1027
|
+
_default?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1028
|
+
_optional?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1029
|
+
_open?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1030
|
+
_closed?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1031
|
+
_fullscreen?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1032
|
+
_loading?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1033
|
+
_currentPage?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1034
|
+
_currentStep?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1035
|
+
_motionReduce?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1036
|
+
_motionSafe?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1037
|
+
_print?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1038
|
+
_landscape?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1039
|
+
_portrait?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1040
|
+
_dark?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1041
|
+
_light?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1042
|
+
_osDark?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1043
|
+
_osLight?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1044
|
+
_highContrast?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1045
|
+
_lessContrast?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1046
|
+
_moreContrast?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1047
|
+
_ltr?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1048
|
+
_rtl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1049
|
+
_scrollbar?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1050
|
+
_scrollbarThumb?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1051
|
+
_scrollbarTrack?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1052
|
+
_horizontal?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1053
|
+
_vertical?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1054
|
+
sm?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1055
|
+
smOnly?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1056
|
+
smDown?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1057
|
+
md?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1058
|
+
mdOnly?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1059
|
+
mdDown?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1060
|
+
lg?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1061
|
+
lgOnly?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1062
|
+
lgDown?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1063
|
+
"2lg"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1064
|
+
"2lgOnly"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1065
|
+
"2lgDown"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1066
|
+
xl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1067
|
+
xlOnly?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1068
|
+
xlDown?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1069
|
+
"2xl"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1070
|
+
"2xlOnly"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1071
|
+
"2xlDown"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1072
|
+
smToMd?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1073
|
+
smToLg?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1074
|
+
smTo2lg?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1075
|
+
smToXl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1076
|
+
smTo2xl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1077
|
+
mdToLg?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1078
|
+
mdTo2lg?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1079
|
+
mdToXl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1080
|
+
mdTo2xl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1081
|
+
lgTo2lg?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1082
|
+
lgToXl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1083
|
+
lgTo2xl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1084
|
+
"2lgToXl"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1085
|
+
"2lgTo2xl"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1086
|
+
xlTo2xl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1087
|
+
base?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
1088
|
+
css?: import("../../styled-system/types/system-types.mjs").SystemStyleObject | undefined;
|
|
1089
|
+
}, "ref">, "value" | "onChange" | "onValueChange"> & {
|
|
1090
|
+
value: number;
|
|
1091
|
+
onChange?: (value: number) => void;
|
|
1092
|
+
} & React.RefAttributes<HTMLSpanElement>>;
|
|
1093
|
+
export type DoubleSliderProps = Omit<React.ComponentPropsWithoutRef<typeof _Slider>, 'value' | 'onValueChange' | 'onChange'> & {
|
|
1094
|
+
value: number[];
|
|
1095
|
+
maxLabelText?: string;
|
|
1096
|
+
minLabelText?: string;
|
|
1097
|
+
thumbValueToText?: (value: number | undefined) => string;
|
|
1098
|
+
onChange?: (value: number[]) => void;
|
|
1099
|
+
};
|
|
1100
|
+
export declare const DoubleSlider: React.ForwardRefExoticComponent<Omit<Omit<{
|
|
1101
|
+
slot?: string | undefined;
|
|
1102
|
+
style?: React.CSSProperties | undefined;
|
|
1103
|
+
title?: string | undefined;
|
|
1104
|
+
step?: number | undefined;
|
|
1105
|
+
min?: number | undefined;
|
|
1106
|
+
max?: number | undefined;
|
|
1107
|
+
value?: number[] | undefined;
|
|
1108
|
+
name?: string | undefined;
|
|
1109
|
+
ref?: React.Ref<HTMLSpanElement> | undefined;
|
|
1110
|
+
defaultChecked?: boolean | undefined;
|
|
1111
|
+
defaultValue?: number[] | undefined;
|
|
1112
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
1113
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
1114
|
+
accessKey?: string | undefined;
|
|
1115
|
+
autoFocus?: boolean | undefined;
|
|
1116
|
+
className?: string | undefined;
|
|
1117
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
1118
|
+
contextMenu?: string | undefined;
|
|
1119
|
+
dir?: ("ltr" | "rtl") | undefined;
|
|
1120
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
1121
|
+
hidden?: boolean | undefined;
|
|
1122
|
+
id?: string | undefined;
|
|
1123
|
+
lang?: string | undefined;
|
|
1124
|
+
nonce?: string | undefined;
|
|
1125
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
1126
|
+
tabIndex?: number | undefined;
|
|
1127
|
+
radioGroup?: string | undefined;
|
|
1128
|
+
role?: React.AriaRole | undefined;
|
|
1129
|
+
about?: string | undefined;
|
|
1130
|
+
datatype?: string | undefined;
|
|
1131
|
+
inlist?: any;
|
|
1132
|
+
prefix?: string | undefined;
|
|
1133
|
+
property?: string | undefined;
|
|
1134
|
+
rel?: string | undefined;
|
|
1135
|
+
resource?: string | undefined;
|
|
1136
|
+
rev?: string | undefined;
|
|
1137
|
+
typeof?: string | undefined;
|
|
1138
|
+
vocab?: string | undefined;
|
|
1139
|
+
autoCapitalize?: string | undefined;
|
|
1140
|
+
autoCorrect?: string | undefined;
|
|
1141
|
+
autoSave?: string | undefined;
|
|
1142
|
+
itemProp?: string | undefined;
|
|
1143
|
+
itemScope?: boolean | undefined;
|
|
1144
|
+
itemType?: string | undefined;
|
|
1145
|
+
itemID?: string | undefined;
|
|
1146
|
+
itemRef?: string | undefined;
|
|
1147
|
+
results?: number | undefined;
|
|
1148
|
+
security?: string | undefined;
|
|
1149
|
+
unselectable?: "on" | "off" | undefined;
|
|
1150
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
1151
|
+
is?: string | undefined;
|
|
1152
|
+
"aria-activedescendant"?: string | undefined;
|
|
1153
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
1154
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
1155
|
+
"aria-braillelabel"?: string | undefined;
|
|
1156
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
1157
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
1158
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
1159
|
+
"aria-colcount"?: number | undefined;
|
|
1160
|
+
"aria-colindex"?: number | undefined;
|
|
1161
|
+
"aria-colindextext"?: string | undefined;
|
|
1162
|
+
"aria-colspan"?: number | undefined;
|
|
1163
|
+
"aria-controls"?: string | undefined;
|
|
1164
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
1165
|
+
"aria-describedby"?: string | undefined;
|
|
1166
|
+
"aria-description"?: string | undefined;
|
|
1167
|
+
"aria-details"?: string | undefined;
|
|
1168
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
1169
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
1170
|
+
"aria-errormessage"?: string | undefined;
|
|
1171
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
1172
|
+
"aria-flowto"?: string | undefined;
|
|
1173
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
1174
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
1175
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
1176
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1177
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
1178
|
+
"aria-label"?: string | undefined;
|
|
1179
|
+
"aria-labelledby"?: string | undefined;
|
|
1180
|
+
"aria-level"?: number | undefined;
|
|
1181
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1182
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
1183
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
1184
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
1185
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1186
|
+
"aria-owns"?: string | undefined;
|
|
1187
|
+
"aria-placeholder"?: string | undefined;
|
|
1188
|
+
"aria-posinset"?: number | undefined;
|
|
1189
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
1190
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
1191
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
1192
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
1193
|
+
"aria-roledescription"?: string | undefined;
|
|
1194
|
+
"aria-rowcount"?: number | undefined;
|
|
1195
|
+
"aria-rowindex"?: number | undefined;
|
|
1196
|
+
"aria-rowindextext"?: string | undefined;
|
|
1197
|
+
"aria-rowspan"?: number | undefined;
|
|
1198
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
1199
|
+
"aria-setsize"?: number | undefined;
|
|
1200
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1201
|
+
"aria-valuemax"?: number | undefined;
|
|
1202
|
+
"aria-valuemin"?: number | undefined;
|
|
1203
|
+
"aria-valuenow"?: number | undefined;
|
|
1204
|
+
"aria-valuetext"?: string | undefined;
|
|
1205
|
+
children?: React.ReactNode | undefined;
|
|
1206
|
+
dangerouslySetInnerHTML?: {
|
|
1207
|
+
__html: string | TrustedHTML;
|
|
1208
|
+
} | undefined;
|
|
1209
|
+
onCopy?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1210
|
+
onCopyCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1211
|
+
onCut?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1212
|
+
onCutCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1213
|
+
onPaste?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1214
|
+
onPasteCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1215
|
+
onCompositionEnd?: React.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1216
|
+
onCompositionEndCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1217
|
+
onCompositionStart?: React.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1218
|
+
onCompositionStartCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1219
|
+
onCompositionUpdate?: React.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1220
|
+
onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1221
|
+
onFocus?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
1222
|
+
onFocusCapture?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
1223
|
+
onBlur?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
1224
|
+
onBlurCapture?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
1225
|
+
onChange?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
1226
|
+
onChangeCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
1227
|
+
onBeforeInput?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
1228
|
+
onBeforeInputCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
1229
|
+
onInput?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
1230
|
+
onInputCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
1231
|
+
onReset?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
1232
|
+
onResetCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
1233
|
+
onSubmit?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
1234
|
+
onSubmitCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
1235
|
+
onInvalid?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
1236
|
+
onInvalidCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
1237
|
+
onLoad?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1238
|
+
onLoadCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1239
|
+
onError?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1240
|
+
onErrorCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1241
|
+
onKeyDown?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1242
|
+
onKeyDownCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1243
|
+
onKeyPress?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1244
|
+
onKeyPressCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1245
|
+
onKeyUp?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1246
|
+
onKeyUpCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1247
|
+
onAbort?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1248
|
+
onAbortCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1249
|
+
onCanPlay?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1250
|
+
onCanPlayCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1251
|
+
onCanPlayThrough?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1252
|
+
onCanPlayThroughCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1253
|
+
onDurationChange?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1254
|
+
onDurationChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1255
|
+
onEmptied?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1256
|
+
onEmptiedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1257
|
+
onEncrypted?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1258
|
+
onEncryptedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1259
|
+
onEnded?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1260
|
+
onEndedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1261
|
+
onLoadedData?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1262
|
+
onLoadedDataCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1263
|
+
onLoadedMetadata?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1264
|
+
onLoadedMetadataCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1265
|
+
onLoadStart?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1266
|
+
onLoadStartCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1267
|
+
onPause?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1268
|
+
onPauseCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1269
|
+
onPlay?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1270
|
+
onPlayCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1271
|
+
onPlaying?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1272
|
+
onPlayingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1273
|
+
onProgress?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1274
|
+
onProgressCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1275
|
+
onRateChange?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1276
|
+
onRateChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1277
|
+
onResize?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1278
|
+
onResizeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1279
|
+
onSeeked?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1280
|
+
onSeekedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1281
|
+
onSeeking?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1282
|
+
onSeekingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1283
|
+
onStalled?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1284
|
+
onStalledCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1285
|
+
onSuspend?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1286
|
+
onSuspendCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1287
|
+
onTimeUpdate?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1288
|
+
onTimeUpdateCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1289
|
+
onVolumeChange?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1290
|
+
onVolumeChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1291
|
+
onWaiting?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1292
|
+
onWaitingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1293
|
+
onAuxClick?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1294
|
+
onAuxClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1295
|
+
onClick?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1296
|
+
onClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1297
|
+
onContextMenu?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1298
|
+
onContextMenuCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1299
|
+
onDoubleClick?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1300
|
+
onDoubleClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1301
|
+
onDrag?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
1302
|
+
onDragCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
1303
|
+
onDragEnd?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
1304
|
+
onDragEndCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
1305
|
+
onDragEnter?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
1306
|
+
onDragEnterCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
1307
|
+
onDragExit?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
1308
|
+
onDragExitCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
1309
|
+
onDragLeave?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
1310
|
+
onDragLeaveCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
1311
|
+
onDragOver?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
1312
|
+
onDragOverCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
1313
|
+
onDragStart?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
1314
|
+
onDragStartCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
1315
|
+
onDrop?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
1316
|
+
onDropCapture?: React.DragEventHandler<HTMLDivElement> | undefined;
|
|
1317
|
+
onMouseDown?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1318
|
+
onMouseDownCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1319
|
+
onMouseEnter?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1320
|
+
onMouseLeave?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1321
|
+
onMouseMove?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1322
|
+
onMouseMoveCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1323
|
+
onMouseOut?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1324
|
+
onMouseOutCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1325
|
+
onMouseOver?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1326
|
+
onMouseOverCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1327
|
+
onMouseUp?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1328
|
+
onMouseUpCapture?: React.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1329
|
+
onSelect?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1330
|
+
onSelectCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1331
|
+
onTouchCancel?: React.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1332
|
+
onTouchCancelCapture?: React.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1333
|
+
onTouchEnd?: React.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1334
|
+
onTouchEndCapture?: React.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1335
|
+
onTouchMove?: React.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1336
|
+
onTouchMoveCapture?: React.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1337
|
+
onTouchStart?: React.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1338
|
+
onTouchStartCapture?: React.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1339
|
+
onPointerDown?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1340
|
+
onPointerDownCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1341
|
+
onPointerMove?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1342
|
+
onPointerMoveCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1343
|
+
onPointerUp?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1344
|
+
onPointerUpCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1345
|
+
onPointerCancel?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1346
|
+
onPointerCancelCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1347
|
+
onPointerEnter?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1348
|
+
onPointerLeave?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1349
|
+
onPointerOver?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1350
|
+
onPointerOverCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1351
|
+
onPointerOut?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1352
|
+
onPointerOutCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1353
|
+
onGotPointerCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1354
|
+
onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1355
|
+
onLostPointerCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1356
|
+
onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1357
|
+
onScroll?: React.UIEventHandler<HTMLDivElement> | undefined;
|
|
1358
|
+
onScrollCapture?: React.UIEventHandler<HTMLDivElement> | undefined;
|
|
1359
|
+
onWheel?: React.WheelEventHandler<HTMLDivElement> | undefined;
|
|
1360
|
+
onWheelCapture?: React.WheelEventHandler<HTMLDivElement> | undefined;
|
|
1361
|
+
onAnimationStart?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1362
|
+
onAnimationStartCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1363
|
+
onAnimationEnd?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1364
|
+
onAnimationEndCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1365
|
+
onAnimationIteration?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1366
|
+
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1367
|
+
onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1368
|
+
onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1369
|
+
key?: React.Key | null | undefined;
|
|
1370
|
+
orientation?: React.AriaAttributes["aria-orientation"];
|
|
1371
|
+
disabled?: boolean | undefined;
|
|
1372
|
+
asChild?: boolean | undefined;
|
|
1373
|
+
onValueChange?: ((value: number[]) => void) | undefined;
|
|
1374
|
+
inverted?: boolean | undefined;
|
|
1375
|
+
minStepsBetweenThumbs?: number | undefined;
|
|
1376
|
+
onValueCommit?: ((value: number[]) => void) | undefined;
|
|
1377
|
+
showLabels?: boolean | undefined;
|
|
1378
|
+
htmlWidth?: (string | number) | undefined;
|
|
1379
|
+
htmlHeight?: (string | number) | undefined;
|
|
1380
|
+
htmlTranslate?: "yes" | "no" | undefined;
|
|
1381
|
+
htmlContent?: string | undefined;
|
|
1382
|
+
} & {
|
|
1383
|
+
WebkitAppearance?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitAppearance">;
|
|
1384
|
+
WebkitBorderBefore?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitBorderBefore">;
|
|
1385
|
+
WebkitBorderBeforeColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitBorderBeforeColor">;
|
|
1386
|
+
WebkitBorderBeforeStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitBorderBeforeStyle">;
|
|
1387
|
+
WebkitBorderBeforeWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitBorderBeforeWidth">;
|
|
1388
|
+
WebkitBoxReflect?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitBoxReflect">;
|
|
1389
|
+
WebkitLineClamp?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitLineClamp">;
|
|
1390
|
+
WebkitMask?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMask">;
|
|
1391
|
+
WebkitMaskAttachment?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskAttachment">;
|
|
1392
|
+
WebkitMaskClip?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskClip">;
|
|
1393
|
+
WebkitMaskComposite?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskComposite">;
|
|
1394
|
+
WebkitMaskImage?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskImage">;
|
|
1395
|
+
WebkitMaskOrigin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskOrigin">;
|
|
1396
|
+
WebkitMaskPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskPosition">;
|
|
1397
|
+
WebkitMaskPositionX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskPositionX">;
|
|
1398
|
+
WebkitMaskPositionY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskPositionY">;
|
|
1399
|
+
WebkitMaskRepeat?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskRepeat">;
|
|
1400
|
+
WebkitMaskRepeatX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskRepeatX">;
|
|
1401
|
+
WebkitMaskRepeatY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskRepeatY">;
|
|
1402
|
+
WebkitMaskSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitMaskSize">;
|
|
1403
|
+
WebkitOverflowScrolling?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitOverflowScrolling">;
|
|
1404
|
+
WebkitTapHighlightColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitTapHighlightColor">;
|
|
1405
|
+
WebkitTextFillColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitTextFillColor">;
|
|
1406
|
+
WebkitTextStroke?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitTextStroke">;
|
|
1407
|
+
WebkitTextStrokeColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitTextStrokeColor">;
|
|
1408
|
+
WebkitTextStrokeWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitTextStrokeWidth">;
|
|
1409
|
+
WebkitTouchCallout?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitTouchCallout">;
|
|
1410
|
+
WebkitUserModify?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"WebkitUserModify">;
|
|
1411
|
+
accentColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"accentColor">;
|
|
1412
|
+
alignContent?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"alignContent">;
|
|
1413
|
+
alignItems?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"alignItems">;
|
|
1414
|
+
alignSelf?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"alignSelf">;
|
|
1415
|
+
alignTracks?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"alignTracks">;
|
|
1416
|
+
all?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"all">;
|
|
1417
|
+
animation?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animation">;
|
|
1418
|
+
animationComposition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationComposition">;
|
|
1419
|
+
animationDelay?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationDelay">;
|
|
1420
|
+
animationDirection?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationDirection">;
|
|
1421
|
+
animationDuration?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationDuration">;
|
|
1422
|
+
animationFillMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationFillMode">;
|
|
1423
|
+
animationIterationCount?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationIterationCount">;
|
|
1424
|
+
animationName?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationName">;
|
|
1425
|
+
animationPlayState?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationPlayState">;
|
|
1426
|
+
animationTimingFunction?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationTimingFunction">;
|
|
1427
|
+
animationTimeline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animationTimeline">;
|
|
1428
|
+
appearance?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"appearance">;
|
|
1429
|
+
aspectRatio?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"aspectRatio">;
|
|
1430
|
+
azimuth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"azimuth">;
|
|
1431
|
+
backdropFilter?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropFilter">;
|
|
1432
|
+
backfaceVisibility?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backfaceVisibility">;
|
|
1433
|
+
background?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"background">;
|
|
1434
|
+
backgroundAttachment?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundAttachment">;
|
|
1435
|
+
backgroundBlendMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundBlendMode">;
|
|
1436
|
+
backgroundClip?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundClip">;
|
|
1437
|
+
backgroundColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundColor">;
|
|
1438
|
+
backgroundImage?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundImage">;
|
|
1439
|
+
backgroundOrigin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundOrigin">;
|
|
1440
|
+
backgroundPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundPosition">;
|
|
1441
|
+
backgroundPositionX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundPositionX">;
|
|
1442
|
+
backgroundPositionY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundPositionY">;
|
|
1443
|
+
backgroundRepeat?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundRepeat">;
|
|
1444
|
+
backgroundSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundSize">;
|
|
1445
|
+
blockOverflow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"blockOverflow">;
|
|
1446
|
+
blockSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"blockSize">;
|
|
1447
|
+
border?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"border">;
|
|
1448
|
+
borderBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlock">;
|
|
1449
|
+
borderBlockColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockColor">;
|
|
1450
|
+
borderBlockStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockStyle">;
|
|
1451
|
+
borderBlockWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockWidth">;
|
|
1452
|
+
borderBlockEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockEnd">;
|
|
1453
|
+
borderBlockEndColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockEndColor">;
|
|
1454
|
+
borderBlockEndStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockEndStyle">;
|
|
1455
|
+
borderBlockEndWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockEndWidth">;
|
|
1456
|
+
borderBlockStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockStart">;
|
|
1457
|
+
borderBlockStartColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockStartColor">;
|
|
1458
|
+
borderBlockStartStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockStartStyle">;
|
|
1459
|
+
borderBlockStartWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBlockStartWidth">;
|
|
1460
|
+
borderBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBottom">;
|
|
1461
|
+
borderBottomColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBottomColor">;
|
|
1462
|
+
borderBottomLeftRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBottomLeftRadius">;
|
|
1463
|
+
borderBottomRightRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBottomRightRadius">;
|
|
1464
|
+
borderBottomStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBottomStyle">;
|
|
1465
|
+
borderBottomWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBottomWidth">;
|
|
1466
|
+
borderCollapse?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderCollapse">;
|
|
1467
|
+
borderColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderColor">;
|
|
1468
|
+
borderEndEndRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderEndEndRadius">;
|
|
1469
|
+
borderEndStartRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderEndStartRadius">;
|
|
1470
|
+
borderImage?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderImage">;
|
|
1471
|
+
borderImageOutset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderImageOutset">;
|
|
1472
|
+
borderImageRepeat?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderImageRepeat">;
|
|
1473
|
+
borderImageSlice?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderImageSlice">;
|
|
1474
|
+
borderImageSource?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderImageSource">;
|
|
1475
|
+
borderImageWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderImageWidth">;
|
|
1476
|
+
borderInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInline">;
|
|
1477
|
+
borderInlineEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineEnd">;
|
|
1478
|
+
borderInlineColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineColor">;
|
|
1479
|
+
borderInlineStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineStyle">;
|
|
1480
|
+
borderInlineWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineWidth">;
|
|
1481
|
+
borderInlineEndColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineEndColor">;
|
|
1482
|
+
borderInlineEndStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineEndStyle">;
|
|
1483
|
+
borderInlineEndWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineEndWidth">;
|
|
1484
|
+
borderInlineStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineStart">;
|
|
1485
|
+
borderInlineStartColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineStartColor">;
|
|
1486
|
+
borderInlineStartStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineStartStyle">;
|
|
1487
|
+
borderInlineStartWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderInlineStartWidth">;
|
|
1488
|
+
borderLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderLeft">;
|
|
1489
|
+
borderLeftColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderLeftColor">;
|
|
1490
|
+
borderLeftStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderLeftStyle">;
|
|
1491
|
+
borderLeftWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderLeftWidth">;
|
|
1492
|
+
borderRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderRadius">;
|
|
1493
|
+
borderRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderRight">;
|
|
1494
|
+
borderRightColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderRightColor">;
|
|
1495
|
+
borderRightStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderRightStyle">;
|
|
1496
|
+
borderRightWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderRightWidth">;
|
|
1497
|
+
borderSpacing?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderSpacing">;
|
|
1498
|
+
borderStartEndRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderStartEndRadius">;
|
|
1499
|
+
borderStartStartRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderStartStartRadius">;
|
|
1500
|
+
borderStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderStyle">;
|
|
1501
|
+
borderTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderTop">;
|
|
1502
|
+
borderTopColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderTopColor">;
|
|
1503
|
+
borderTopLeftRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderTopLeftRadius">;
|
|
1504
|
+
borderTopRightRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderTopRightRadius">;
|
|
1505
|
+
borderTopStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderTopStyle">;
|
|
1506
|
+
borderTopWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderTopWidth">;
|
|
1507
|
+
borderWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderWidth">;
|
|
1508
|
+
bottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bottom">;
|
|
1509
|
+
boxAlign?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxAlign">;
|
|
1510
|
+
boxDecorationBreak?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxDecorationBreak">;
|
|
1511
|
+
boxDirection?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxDirection">;
|
|
1512
|
+
boxFlex?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxFlex">;
|
|
1513
|
+
boxFlexGroup?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxFlexGroup">;
|
|
1514
|
+
boxLines?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxLines">;
|
|
1515
|
+
boxOrdinalGroup?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxOrdinalGroup">;
|
|
1516
|
+
boxOrient?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxOrient">;
|
|
1517
|
+
boxPack?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxPack">;
|
|
1518
|
+
boxShadow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxShadow">;
|
|
1519
|
+
boxSizing?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxSizing">;
|
|
1520
|
+
breakAfter?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"breakAfter">;
|
|
1521
|
+
breakBefore?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"breakBefore">;
|
|
1522
|
+
breakInside?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"breakInside">;
|
|
1523
|
+
captionSide?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"captionSide">;
|
|
1524
|
+
caret?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"caret">;
|
|
1525
|
+
caretColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"caretColor">;
|
|
1526
|
+
caretShape?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"caretShape">;
|
|
1527
|
+
clear?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"clear">;
|
|
1528
|
+
clip?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"clip">;
|
|
1529
|
+
clipPath?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"clipPath">;
|
|
1530
|
+
color?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"color">;
|
|
1531
|
+
colorScheme?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"colorScheme">;
|
|
1532
|
+
columnCount?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnCount">;
|
|
1533
|
+
columnFill?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnFill">;
|
|
1534
|
+
columnGap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnGap">;
|
|
1535
|
+
columnRule?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnRule">;
|
|
1536
|
+
columnRuleColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnRuleColor">;
|
|
1537
|
+
columnRuleStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnRuleStyle">;
|
|
1538
|
+
columnRuleWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnRuleWidth">;
|
|
1539
|
+
columnSpan?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnSpan">;
|
|
1540
|
+
columnWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columnWidth">;
|
|
1541
|
+
columns?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"columns">;
|
|
1542
|
+
contain?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"contain">;
|
|
1543
|
+
containIntrinsicSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"containIntrinsicSize">;
|
|
1544
|
+
containIntrinsicBlockSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"containIntrinsicBlockSize">;
|
|
1545
|
+
containIntrinsicHeight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"containIntrinsicHeight">;
|
|
1546
|
+
containIntrinsicInlineSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"containIntrinsicInlineSize">;
|
|
1547
|
+
containIntrinsicWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"containIntrinsicWidth">;
|
|
1548
|
+
container?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"container">;
|
|
1549
|
+
containerName?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"containerName">;
|
|
1550
|
+
containerType?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"containerType">;
|
|
1551
|
+
content?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"content">;
|
|
1552
|
+
contentVisibility?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"contentVisibility">;
|
|
1553
|
+
counterIncrement?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"counterIncrement">;
|
|
1554
|
+
counterReset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"counterReset">;
|
|
1555
|
+
counterSet?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"counterSet">;
|
|
1556
|
+
cursor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"cursor">;
|
|
1557
|
+
direction?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"direction">;
|
|
1558
|
+
display?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"display">;
|
|
1559
|
+
emptyCells?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"emptyCells">;
|
|
1560
|
+
filter?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"filter">;
|
|
1561
|
+
flex?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flex">;
|
|
1562
|
+
flexBasis?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flexBasis">;
|
|
1563
|
+
flexDirection?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flexDirection">;
|
|
1564
|
+
flexFlow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flexFlow">;
|
|
1565
|
+
flexGrow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flexGrow">;
|
|
1566
|
+
flexShrink?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flexShrink">;
|
|
1567
|
+
flexWrap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flexWrap">;
|
|
1568
|
+
float?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"float">;
|
|
1569
|
+
font?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"font">;
|
|
1570
|
+
fontFamily?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontFamily">;
|
|
1571
|
+
fontFeatureSettings?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontFeatureSettings">;
|
|
1572
|
+
fontKerning?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontKerning">;
|
|
1573
|
+
fontLanguageOverride?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontLanguageOverride">;
|
|
1574
|
+
fontOpticalSizing?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontOpticalSizing">;
|
|
1575
|
+
fontPalette?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontPalette">;
|
|
1576
|
+
fontVariationSettings?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariationSettings">;
|
|
1577
|
+
fontSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontSize">;
|
|
1578
|
+
fontSizeAdjust?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontSizeAdjust">;
|
|
1579
|
+
fontSmooth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontSmooth">;
|
|
1580
|
+
fontStretch?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontStretch">;
|
|
1581
|
+
fontStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontStyle">;
|
|
1582
|
+
fontSynthesis?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontSynthesis">;
|
|
1583
|
+
fontVariant?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariant">;
|
|
1584
|
+
fontVariantAlternates?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariantAlternates">;
|
|
1585
|
+
fontVariantCaps?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariantCaps">;
|
|
1586
|
+
fontVariantEastAsian?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariantEastAsian">;
|
|
1587
|
+
fontVariantEmoji?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariantEmoji">;
|
|
1588
|
+
fontVariantLigatures?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariantLigatures">;
|
|
1589
|
+
fontVariantNumeric?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariantNumeric">;
|
|
1590
|
+
fontVariantPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontVariantPosition">;
|
|
1591
|
+
fontWeight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontWeight">;
|
|
1592
|
+
forcedColorAdjust?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"forcedColorAdjust">;
|
|
1593
|
+
gap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gap">;
|
|
1594
|
+
grid?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"grid">;
|
|
1595
|
+
gridArea?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridArea">;
|
|
1596
|
+
gridAutoColumns?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridAutoColumns">;
|
|
1597
|
+
gridAutoFlow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridAutoFlow">;
|
|
1598
|
+
gridAutoRows?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridAutoRows">;
|
|
1599
|
+
gridColumn?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridColumn">;
|
|
1600
|
+
gridColumnEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridColumnEnd">;
|
|
1601
|
+
gridColumnGap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridColumnGap">;
|
|
1602
|
+
gridColumnStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridColumnStart">;
|
|
1603
|
+
gridGap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridGap">;
|
|
1604
|
+
gridRow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridRow">;
|
|
1605
|
+
gridRowEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridRowEnd">;
|
|
1606
|
+
gridRowGap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridRowGap">;
|
|
1607
|
+
gridRowStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridRowStart">;
|
|
1608
|
+
gridTemplate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridTemplate">;
|
|
1609
|
+
gridTemplateAreas?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridTemplateAreas">;
|
|
1610
|
+
gridTemplateColumns?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridTemplateColumns">;
|
|
1611
|
+
gridTemplateRows?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gridTemplateRows">;
|
|
1612
|
+
hangingPunctuation?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"hangingPunctuation">;
|
|
1613
|
+
height?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"height">;
|
|
1614
|
+
hyphenateCharacter?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"hyphenateCharacter">;
|
|
1615
|
+
hyphenateLimitChars?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"hyphenateLimitChars">;
|
|
1616
|
+
hyphens?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"hyphens">;
|
|
1617
|
+
imageOrientation?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"imageOrientation">;
|
|
1618
|
+
imageRendering?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"imageRendering">;
|
|
1619
|
+
imageResolution?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"imageResolution">;
|
|
1620
|
+
imeMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"imeMode">;
|
|
1621
|
+
initialLetter?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"initialLetter">;
|
|
1622
|
+
initialLetterAlign?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"initialLetterAlign"> | undefined;
|
|
1623
|
+
inlineSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"inlineSize">;
|
|
1624
|
+
inputSecurity?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"inputSecurity">;
|
|
1625
|
+
inset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"inset">;
|
|
1626
|
+
insetBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetBlock">;
|
|
1627
|
+
insetBlockEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetBlockEnd">;
|
|
1628
|
+
insetBlockStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetBlockStart">;
|
|
1629
|
+
insetInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetInline">;
|
|
1630
|
+
insetInlineEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetInlineEnd">;
|
|
1631
|
+
insetInlineStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetInlineStart">;
|
|
1632
|
+
isolation?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"isolation">;
|
|
1633
|
+
justifyContent?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"justifyContent">;
|
|
1634
|
+
justifyItems?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"justifyItems">;
|
|
1635
|
+
justifySelf?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"justifySelf">;
|
|
1636
|
+
justifyTracks?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"justifyTracks">;
|
|
1637
|
+
left?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"left">;
|
|
1638
|
+
letterSpacing?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"letterSpacing">;
|
|
1639
|
+
lineBreak?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"lineBreak">;
|
|
1640
|
+
lineClamp?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"lineClamp">;
|
|
1641
|
+
lineHeight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"lineHeight">;
|
|
1642
|
+
lineHeightStep?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"lineHeightStep">;
|
|
1643
|
+
listStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"listStyle">;
|
|
1644
|
+
listStyleImage?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"listStyleImage">;
|
|
1645
|
+
listStylePosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"listStylePosition">;
|
|
1646
|
+
listStyleType?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"listStyleType">;
|
|
1647
|
+
margin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"margin">;
|
|
1648
|
+
marginBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginBlock">;
|
|
1649
|
+
marginBlockEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginBlockEnd">;
|
|
1650
|
+
marginBlockStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginBlockStart">;
|
|
1651
|
+
marginBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginBottom">;
|
|
1652
|
+
marginInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginInline">;
|
|
1653
|
+
marginInlineEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginInlineEnd">;
|
|
1654
|
+
marginInlineStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginInlineStart">;
|
|
1655
|
+
marginLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginLeft">;
|
|
1656
|
+
marginRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginRight">;
|
|
1657
|
+
marginTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginTop">;
|
|
1658
|
+
marginTrim?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginTrim">;
|
|
1659
|
+
mask?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mask">;
|
|
1660
|
+
maskBorder?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskBorder">;
|
|
1661
|
+
maskBorderMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskBorderMode">;
|
|
1662
|
+
maskBorderOutset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskBorderOutset">;
|
|
1663
|
+
maskBorderRepeat?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskBorderRepeat">;
|
|
1664
|
+
maskBorderSlice?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskBorderSlice">;
|
|
1665
|
+
maskBorderSource?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskBorderSource">;
|
|
1666
|
+
maskBorderWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskBorderWidth">;
|
|
1667
|
+
maskClip?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskClip">;
|
|
1668
|
+
maskComposite?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskComposite">;
|
|
1669
|
+
maskImage?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskImage">;
|
|
1670
|
+
maskMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskMode">;
|
|
1671
|
+
maskOrigin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskOrigin">;
|
|
1672
|
+
maskPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskPosition">;
|
|
1673
|
+
maskRepeat?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskRepeat">;
|
|
1674
|
+
maskSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskSize">;
|
|
1675
|
+
maskType?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maskType">;
|
|
1676
|
+
masonryAutoFlow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"masonryAutoFlow">;
|
|
1677
|
+
mathDepth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mathDepth">;
|
|
1678
|
+
mathShift?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mathShift">;
|
|
1679
|
+
mathStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mathStyle">;
|
|
1680
|
+
maxBlockSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maxBlockSize">;
|
|
1681
|
+
maxHeight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maxHeight">;
|
|
1682
|
+
maxInlineSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maxInlineSize">;
|
|
1683
|
+
maxLines?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maxLines">;
|
|
1684
|
+
maxWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maxWidth">;
|
|
1685
|
+
minBlockSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"minBlockSize">;
|
|
1686
|
+
minHeight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"minHeight">;
|
|
1687
|
+
minInlineSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"minInlineSize">;
|
|
1688
|
+
minWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"minWidth">;
|
|
1689
|
+
mixBlendMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mixBlendMode">;
|
|
1690
|
+
objectFit?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"objectFit">;
|
|
1691
|
+
objectPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"objectPosition">;
|
|
1692
|
+
offset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"offset">;
|
|
1693
|
+
offsetAnchor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"offsetAnchor">;
|
|
1694
|
+
offsetDistance?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"offsetDistance">;
|
|
1695
|
+
offsetPath?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"offsetPath">;
|
|
1696
|
+
offsetPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"offsetPosition">;
|
|
1697
|
+
offsetRotate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"offsetRotate">;
|
|
1698
|
+
opacity?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"opacity">;
|
|
1699
|
+
order?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"order">;
|
|
1700
|
+
orphans?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"orphans">;
|
|
1701
|
+
outline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"outline">;
|
|
1702
|
+
outlineColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"outlineColor">;
|
|
1703
|
+
outlineOffset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"outlineOffset">;
|
|
1704
|
+
outlineStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"outlineStyle">;
|
|
1705
|
+
outlineWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"outlineWidth">;
|
|
1706
|
+
overflow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflow">;
|
|
1707
|
+
overflowAnchor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowAnchor">;
|
|
1708
|
+
overflowBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowBlock">;
|
|
1709
|
+
overflowClipBox?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowClipBox">;
|
|
1710
|
+
overflowClipMargin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowClipMargin">;
|
|
1711
|
+
overflowInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowInline">;
|
|
1712
|
+
overflowWrap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowWrap">;
|
|
1713
|
+
overflowX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowX">;
|
|
1714
|
+
overflowY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overflowY">;
|
|
1715
|
+
overscrollBehavior?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overscrollBehavior">;
|
|
1716
|
+
overscrollBehaviorBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overscrollBehaviorBlock">;
|
|
1717
|
+
overscrollBehaviorInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overscrollBehaviorInline">;
|
|
1718
|
+
overscrollBehaviorX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overscrollBehaviorX">;
|
|
1719
|
+
overscrollBehaviorY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"overscrollBehaviorY">;
|
|
1720
|
+
padding?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"padding">;
|
|
1721
|
+
paddingBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingBlock">;
|
|
1722
|
+
paddingBlockEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingBlockEnd">;
|
|
1723
|
+
paddingBlockStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingBlockStart">;
|
|
1724
|
+
paddingBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingBottom">;
|
|
1725
|
+
paddingInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingInline">;
|
|
1726
|
+
paddingInlineEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingInlineEnd">;
|
|
1727
|
+
paddingInlineStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingInlineStart">;
|
|
1728
|
+
paddingLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingLeft">;
|
|
1729
|
+
paddingRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingRight">;
|
|
1730
|
+
paddingTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingTop">;
|
|
1731
|
+
page?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"page">;
|
|
1732
|
+
pageBreakAfter?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pageBreakAfter">;
|
|
1733
|
+
pageBreakBefore?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pageBreakBefore">;
|
|
1734
|
+
pageBreakInside?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pageBreakInside">;
|
|
1735
|
+
paintOrder?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paintOrder">;
|
|
1736
|
+
perspective?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"perspective">;
|
|
1737
|
+
perspectiveOrigin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"perspectiveOrigin">;
|
|
1738
|
+
placeContent?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"placeContent">;
|
|
1739
|
+
placeItems?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"placeItems">;
|
|
1740
|
+
placeSelf?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"placeSelf">;
|
|
1741
|
+
pointerEvents?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pointerEvents">;
|
|
1742
|
+
position?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"position">;
|
|
1743
|
+
printColorAdjust?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"printColorAdjust">;
|
|
1744
|
+
quotes?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"quotes">;
|
|
1745
|
+
resize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"resize">;
|
|
1746
|
+
right?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"right">;
|
|
1747
|
+
rotate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"rotate">;
|
|
1748
|
+
rowGap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"rowGap">;
|
|
1749
|
+
rubyAlign?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"rubyAlign">;
|
|
1750
|
+
rubyMerge?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"rubyMerge">;
|
|
1751
|
+
rubyPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"rubyPosition">;
|
|
1752
|
+
scale?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scale">;
|
|
1753
|
+
scrollbarColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollbarColor">;
|
|
1754
|
+
scrollbarGutter?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollbarGutter">;
|
|
1755
|
+
scrollbarWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollbarWidth">;
|
|
1756
|
+
scrollBehavior?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollBehavior">;
|
|
1757
|
+
scrollMargin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMargin">;
|
|
1758
|
+
scrollMarginBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginBlock">;
|
|
1759
|
+
scrollMarginBlockStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginBlockStart">;
|
|
1760
|
+
scrollMarginBlockEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginBlockEnd">;
|
|
1761
|
+
scrollMarginBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginBottom">;
|
|
1762
|
+
scrollMarginInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginInline">;
|
|
1763
|
+
scrollMarginInlineStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginInlineStart">;
|
|
1764
|
+
scrollMarginInlineEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginInlineEnd">;
|
|
1765
|
+
scrollMarginLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginLeft">;
|
|
1766
|
+
scrollMarginRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginRight">;
|
|
1767
|
+
scrollMarginTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginTop">;
|
|
1768
|
+
scrollPadding?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPadding">;
|
|
1769
|
+
scrollPaddingBlock?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingBlock">;
|
|
1770
|
+
scrollPaddingBlockStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingBlockStart">;
|
|
1771
|
+
scrollPaddingBlockEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingBlockEnd">;
|
|
1772
|
+
scrollPaddingBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingBottom">;
|
|
1773
|
+
scrollPaddingInline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingInline">;
|
|
1774
|
+
scrollPaddingInlineStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingInlineStart">;
|
|
1775
|
+
scrollPaddingInlineEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingInlineEnd">;
|
|
1776
|
+
scrollPaddingLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingLeft">;
|
|
1777
|
+
scrollPaddingRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingRight">;
|
|
1778
|
+
scrollPaddingTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingTop">;
|
|
1779
|
+
scrollSnapAlign?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapAlign">;
|
|
1780
|
+
scrollSnapCoordinate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapCoordinate">;
|
|
1781
|
+
scrollSnapDestination?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapDestination">;
|
|
1782
|
+
scrollSnapPointsX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapPointsX">;
|
|
1783
|
+
scrollSnapPointsY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapPointsY">;
|
|
1784
|
+
scrollSnapStop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapStop">;
|
|
1785
|
+
scrollSnapType?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapType">;
|
|
1786
|
+
scrollSnapTypeX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapTypeX">;
|
|
1787
|
+
scrollSnapTypeY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapTypeY">;
|
|
1788
|
+
scrollTimeline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollTimeline">;
|
|
1789
|
+
scrollTimelineAxis?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollTimelineAxis">;
|
|
1790
|
+
scrollTimelineName?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollTimelineName">;
|
|
1791
|
+
shapeImageThreshold?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"shapeImageThreshold">;
|
|
1792
|
+
shapeMargin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"shapeMargin">;
|
|
1793
|
+
shapeOutside?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"shapeOutside">;
|
|
1794
|
+
tabSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"tabSize">;
|
|
1795
|
+
tableLayout?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"tableLayout">;
|
|
1796
|
+
textAlign?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textAlign">;
|
|
1797
|
+
textAlignLast?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textAlignLast">;
|
|
1798
|
+
textCombineUpright?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textCombineUpright">;
|
|
1799
|
+
textDecoration?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textDecoration">;
|
|
1800
|
+
textDecorationColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textDecorationColor">;
|
|
1801
|
+
textDecorationLine?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textDecorationLine">;
|
|
1802
|
+
textDecorationSkip?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textDecorationSkip">;
|
|
1803
|
+
textDecorationSkipInk?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textDecorationSkipInk">;
|
|
1804
|
+
textDecorationStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textDecorationStyle">;
|
|
1805
|
+
textDecorationThickness?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textDecorationThickness">;
|
|
1806
|
+
textEmphasis?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textEmphasis">;
|
|
1807
|
+
textEmphasisColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textEmphasisColor">;
|
|
1808
|
+
textEmphasisPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textEmphasisPosition">;
|
|
1809
|
+
textEmphasisStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textEmphasisStyle">;
|
|
1810
|
+
textIndent?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textIndent">;
|
|
1811
|
+
textJustify?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textJustify">;
|
|
1812
|
+
textOrientation?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textOrientation">;
|
|
1813
|
+
textOverflow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textOverflow">;
|
|
1814
|
+
textRendering?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textRendering">;
|
|
1815
|
+
textShadow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textShadow">;
|
|
1816
|
+
textSizeAdjust?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textSizeAdjust">;
|
|
1817
|
+
textTransform?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textTransform">;
|
|
1818
|
+
textUnderlineOffset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textUnderlineOffset">;
|
|
1819
|
+
textUnderlinePosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textUnderlinePosition">;
|
|
1820
|
+
top?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"top">;
|
|
1821
|
+
touchAction?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"touchAction">;
|
|
1822
|
+
transform?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transform">;
|
|
1823
|
+
transformBox?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transformBox">;
|
|
1824
|
+
transformOrigin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transformOrigin">;
|
|
1825
|
+
transformStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transformStyle">;
|
|
1826
|
+
transition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transition">;
|
|
1827
|
+
transitionDelay?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transitionDelay">;
|
|
1828
|
+
transitionDuration?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transitionDuration">;
|
|
1829
|
+
transitionProperty?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transitionProperty">;
|
|
1830
|
+
transitionTimingFunction?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"transitionTimingFunction">;
|
|
1831
|
+
translate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"translate">;
|
|
1832
|
+
unicodeBidi?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"unicodeBidi">;
|
|
1833
|
+
userSelect?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"userSelect">;
|
|
1834
|
+
verticalAlign?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"verticalAlign">;
|
|
1835
|
+
viewTransitionName?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"viewTransitionName">;
|
|
1836
|
+
visibility?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"visibility">;
|
|
1837
|
+
whiteSpace?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"whiteSpace">;
|
|
1838
|
+
widows?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"widows">;
|
|
1839
|
+
width?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"width">;
|
|
1840
|
+
willChange?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"willChange">;
|
|
1841
|
+
wordBreak?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"wordBreak">;
|
|
1842
|
+
wordSpacing?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"wordSpacing">;
|
|
1843
|
+
wordWrap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"wordWrap">;
|
|
1844
|
+
writingMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"writingMode">;
|
|
1845
|
+
zIndex?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"zIndex">;
|
|
1846
|
+
zoom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"zoom">;
|
|
1847
|
+
alignmentBaseline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"alignmentBaseline">;
|
|
1848
|
+
baselineShift?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"baselineShift">;
|
|
1849
|
+
clipRule?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"clipRule">;
|
|
1850
|
+
colorInterpolation?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"colorInterpolation">;
|
|
1851
|
+
colorRendering?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"colorRendering">;
|
|
1852
|
+
dominantBaseline?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"dominantBaseline">;
|
|
1853
|
+
fill?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fill">;
|
|
1854
|
+
fillOpacity?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fillOpacity">;
|
|
1855
|
+
fillRule?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fillRule">;
|
|
1856
|
+
floodColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"floodColor">;
|
|
1857
|
+
floodOpacity?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"floodOpacity">;
|
|
1858
|
+
glyphOrientationVertical?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"glyphOrientationVertical">;
|
|
1859
|
+
lightingColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"lightingColor">;
|
|
1860
|
+
marker?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marker">;
|
|
1861
|
+
markerEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"markerEnd">;
|
|
1862
|
+
markerMid?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"markerMid">;
|
|
1863
|
+
markerStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"markerStart">;
|
|
1864
|
+
shapeRendering?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"shapeRendering">;
|
|
1865
|
+
stopColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"stopColor">;
|
|
1866
|
+
stopOpacity?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"stopOpacity">;
|
|
1867
|
+
stroke?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"stroke">;
|
|
1868
|
+
strokeDasharray?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"strokeDasharray">;
|
|
1869
|
+
strokeDashoffset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"strokeDashoffset">;
|
|
1870
|
+
strokeLinecap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"strokeLinecap">;
|
|
1871
|
+
strokeLinejoin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"strokeLinejoin">;
|
|
1872
|
+
strokeMiterlimit?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"strokeMiterlimit">;
|
|
1873
|
+
strokeOpacity?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"strokeOpacity">;
|
|
1874
|
+
strokeWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"strokeWidth">;
|
|
1875
|
+
textAnchor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textAnchor">;
|
|
1876
|
+
vectorEffect?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"vectorEffect">;
|
|
1877
|
+
pos?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pos">;
|
|
1878
|
+
insetEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetEnd">;
|
|
1879
|
+
end?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"end">;
|
|
1880
|
+
insetStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetStart">;
|
|
1881
|
+
start?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"start">;
|
|
1882
|
+
flexDir?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"flexDir">;
|
|
1883
|
+
p?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"p">;
|
|
1884
|
+
pl?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pl">;
|
|
1885
|
+
pr?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pr">;
|
|
1886
|
+
pt?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pt">;
|
|
1887
|
+
pb?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pb">;
|
|
1888
|
+
py?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"py">;
|
|
1889
|
+
paddingY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingY">;
|
|
1890
|
+
paddingX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingX">;
|
|
1891
|
+
px?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"px">;
|
|
1892
|
+
pe?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"pe">;
|
|
1893
|
+
paddingEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingEnd">;
|
|
1894
|
+
ps?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ps">;
|
|
1895
|
+
paddingStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"paddingStart">;
|
|
1896
|
+
ml?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ml">;
|
|
1897
|
+
mr?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mr">;
|
|
1898
|
+
mt?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mt">;
|
|
1899
|
+
mb?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mb">;
|
|
1900
|
+
m?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"m">;
|
|
1901
|
+
my?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"my">;
|
|
1902
|
+
marginY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginY">;
|
|
1903
|
+
mx?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"mx">;
|
|
1904
|
+
marginX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginX">;
|
|
1905
|
+
me?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"me">;
|
|
1906
|
+
marginEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginEnd">;
|
|
1907
|
+
ms?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ms">;
|
|
1908
|
+
marginStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"marginStart">;
|
|
1909
|
+
ringWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ringWidth">;
|
|
1910
|
+
ringColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ringColor">;
|
|
1911
|
+
ring?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ring">;
|
|
1912
|
+
ringOffset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ringOffset">;
|
|
1913
|
+
w?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"w">;
|
|
1914
|
+
minW?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"minW">;
|
|
1915
|
+
maxW?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maxW">;
|
|
1916
|
+
h?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"h">;
|
|
1917
|
+
minH?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"minH">;
|
|
1918
|
+
maxH?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"maxH">;
|
|
1919
|
+
tracking?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"tracking">;
|
|
1920
|
+
leading?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"leading">;
|
|
1921
|
+
bgPosition?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgPosition">;
|
|
1922
|
+
bgPositionX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgPositionX">;
|
|
1923
|
+
bgPositionY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgPositionY">;
|
|
1924
|
+
bgAttachment?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgAttachment">;
|
|
1925
|
+
bgClip?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgClip">;
|
|
1926
|
+
bg?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bg">;
|
|
1927
|
+
bgColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgColor">;
|
|
1928
|
+
bgOrigin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgOrigin">;
|
|
1929
|
+
bgImage?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgImage">;
|
|
1930
|
+
bgRepeat?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgRepeat">;
|
|
1931
|
+
bgBlendMode?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgBlendMode">;
|
|
1932
|
+
bgSize?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgSize">;
|
|
1933
|
+
bgGradient?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bgGradient"> | undefined;
|
|
1934
|
+
rounded?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"rounded">;
|
|
1935
|
+
roundedTopLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedTopLeft">;
|
|
1936
|
+
roundedTopRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedTopRight">;
|
|
1937
|
+
roundedBottomRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedBottomRight">;
|
|
1938
|
+
roundedBottomLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedBottomLeft">;
|
|
1939
|
+
roundedTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedTop">;
|
|
1940
|
+
roundedRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedRight">;
|
|
1941
|
+
roundedBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedBottom">;
|
|
1942
|
+
roundedLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedLeft">;
|
|
1943
|
+
roundedStartStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedStartStart">;
|
|
1944
|
+
roundedStartEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedStartEnd">;
|
|
1945
|
+
roundedStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedStart">;
|
|
1946
|
+
roundedEndStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedEndStart">;
|
|
1947
|
+
roundedEndEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedEndEnd">;
|
|
1948
|
+
roundedEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"roundedEnd">;
|
|
1949
|
+
borderX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderX">;
|
|
1950
|
+
borderXWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderXWidth">;
|
|
1951
|
+
borderXColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderXColor">;
|
|
1952
|
+
borderY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderY">;
|
|
1953
|
+
borderYWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderYWidth">;
|
|
1954
|
+
borderYColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderYColor">;
|
|
1955
|
+
borderStart?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderStart">;
|
|
1956
|
+
borderStartWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderStartWidth">;
|
|
1957
|
+
borderStartColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderStartColor">;
|
|
1958
|
+
borderEnd?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderEnd">;
|
|
1959
|
+
borderEndWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderEndWidth">;
|
|
1960
|
+
borderEndColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderEndColor">;
|
|
1961
|
+
shadow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"shadow">;
|
|
1962
|
+
shadowColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"shadowColor"> | undefined;
|
|
1963
|
+
x?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"x"> | undefined;
|
|
1964
|
+
y?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"y"> | undefined;
|
|
1965
|
+
bga?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bga"> | undefined;
|
|
1966
|
+
bca?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"bca">;
|
|
1967
|
+
ca?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"ca">;
|
|
1968
|
+
insetX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetX">;
|
|
1969
|
+
insetY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"insetY">;
|
|
1970
|
+
hideFrom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"hideFrom"> | undefined;
|
|
1971
|
+
hideBelow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"hideBelow"> | undefined;
|
|
1972
|
+
divideX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"divideX"> | undefined;
|
|
1973
|
+
divideY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"divideY"> | undefined;
|
|
1974
|
+
divideColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"divideColor"> | undefined;
|
|
1975
|
+
divideStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"divideStyle">;
|
|
1976
|
+
fontSmoothing?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fontSmoothing"> | undefined;
|
|
1977
|
+
textWrap?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textWrap">;
|
|
1978
|
+
truncate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"truncate"> | undefined;
|
|
1979
|
+
backgroundGradient?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundGradient"> | undefined;
|
|
1980
|
+
textGradient?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textGradient"> | undefined;
|
|
1981
|
+
gradientFrom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gradientFrom"> | undefined;
|
|
1982
|
+
gradientTo?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gradientTo"> | undefined;
|
|
1983
|
+
gradientVia?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gradientVia"> | undefined;
|
|
1984
|
+
borderTopRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderTopRadius">;
|
|
1985
|
+
borderRightRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderRightRadius">;
|
|
1986
|
+
borderBottomRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderBottomRadius">;
|
|
1987
|
+
borderLeftRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderLeftRadius">;
|
|
1988
|
+
borderStartRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderStartRadius">;
|
|
1989
|
+
borderEndRadius?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderEndRadius">;
|
|
1990
|
+
boxShadowColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"boxShadowColor"> | undefined;
|
|
1991
|
+
brightness?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"brightness"> | undefined;
|
|
1992
|
+
contrast?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"contrast"> | undefined;
|
|
1993
|
+
grayscale?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"grayscale"> | undefined;
|
|
1994
|
+
hueRotate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"hueRotate"> | undefined;
|
|
1995
|
+
invert?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"invert"> | undefined;
|
|
1996
|
+
saturate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"saturate"> | undefined;
|
|
1997
|
+
sepia?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"sepia"> | undefined;
|
|
1998
|
+
dropShadow?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"dropShadow"> | undefined;
|
|
1999
|
+
blur?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"blur"> | undefined;
|
|
2000
|
+
backdropBlur?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropBlur">;
|
|
2001
|
+
backdropBrightness?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropBrightness"> | undefined;
|
|
2002
|
+
backdropContrast?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropContrast"> | undefined;
|
|
2003
|
+
backdropGrayscale?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropGrayscale"> | undefined;
|
|
2004
|
+
backdropHueRotate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropHueRotate"> | undefined;
|
|
2005
|
+
backdropInvert?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropInvert"> | undefined;
|
|
2006
|
+
backdropOpacity?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropOpacity"> | undefined;
|
|
2007
|
+
backdropSaturate?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropSaturate"> | undefined;
|
|
2008
|
+
backdropSepia?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backdropSepia"> | undefined;
|
|
2009
|
+
borderSpacingX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderSpacingX"> | undefined;
|
|
2010
|
+
borderSpacingY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderSpacingY"> | undefined;
|
|
2011
|
+
scaleX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scaleX"> | undefined;
|
|
2012
|
+
scaleY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scaleY"> | undefined;
|
|
2013
|
+
translateX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"translateX"> | undefined;
|
|
2014
|
+
translateY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"translateY"> | undefined;
|
|
2015
|
+
scrollbar?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollbar"> | undefined;
|
|
2016
|
+
scrollMarginX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginX">;
|
|
2017
|
+
scrollMarginY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollMarginY">;
|
|
2018
|
+
scrollPaddingX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingX">;
|
|
2019
|
+
scrollPaddingY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollPaddingY">;
|
|
2020
|
+
scrollSnapStrictness?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapStrictness"> | undefined;
|
|
2021
|
+
scrollSnapMargin?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapMargin">;
|
|
2022
|
+
scrollSnapMarginTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapMarginTop">;
|
|
2023
|
+
scrollSnapMarginBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapMarginBottom">;
|
|
2024
|
+
scrollSnapMarginLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapMarginLeft">;
|
|
2025
|
+
scrollSnapMarginRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"scrollSnapMarginRight">;
|
|
2026
|
+
srOnly?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"srOnly"> | undefined;
|
|
2027
|
+
debug?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"debug"> | undefined;
|
|
2028
|
+
animateIn?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animateIn"> | undefined;
|
|
2029
|
+
animateOut?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"animateOut"> | undefined;
|
|
2030
|
+
fadeIn?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fadeIn"> | undefined;
|
|
2031
|
+
fadeOut?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"fadeOut"> | undefined;
|
|
2032
|
+
zoomIn?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"zoomIn"> | undefined;
|
|
2033
|
+
zoomOut?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"zoomOut"> | undefined;
|
|
2034
|
+
spinIn?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"spinIn"> | undefined;
|
|
2035
|
+
spinOut?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"spinOut"> | undefined;
|
|
2036
|
+
slideInFromTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideInFromTop"> | undefined;
|
|
2037
|
+
slideInFromBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideInFromBottom"> | undefined;
|
|
2038
|
+
slideInFromLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideInFromLeft"> | undefined;
|
|
2039
|
+
slideInFromRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideInFromRight"> | undefined;
|
|
2040
|
+
slideOutToTop?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideOutToTop"> | undefined;
|
|
2041
|
+
slideOutToBottom?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideOutToBottom"> | undefined;
|
|
2042
|
+
slideOutToLeft?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideOutToLeft"> | undefined;
|
|
2043
|
+
slideOutToRight?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"slideOutToRight"> | undefined;
|
|
2044
|
+
backgroundAlpha?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"backgroundAlpha"> | undefined;
|
|
2045
|
+
gradientFromAlpha?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gradientFromAlpha"> | undefined;
|
|
2046
|
+
gradientToAlpha?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"gradientToAlpha"> | undefined;
|
|
2047
|
+
borderAlpha?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"borderAlpha">;
|
|
2048
|
+
focusRingWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"focusRingWidth"> | undefined;
|
|
2049
|
+
focusRingColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"focusRingColor"> | undefined;
|
|
2050
|
+
focusRingOffsetWidth?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"focusRingOffsetWidth"> | undefined;
|
|
2051
|
+
focusRingOffsetColor?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"focusRingOffsetColor"> | undefined;
|
|
2052
|
+
focusRingInset?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"focusRingInset"> | undefined;
|
|
2053
|
+
spaceY?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"spaceY"> | undefined;
|
|
2054
|
+
spaceX?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"spaceX"> | undefined;
|
|
2055
|
+
textAlpha?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textAlpha">;
|
|
2056
|
+
colorPalette?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"colorPalette"> | undefined;
|
|
2057
|
+
textStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"textStyle"> | undefined;
|
|
2058
|
+
layerStyle?: import("../../styled-system/types/prop-type.mjs").PropertyValue<"layerStyle"> | undefined;
|
|
2059
|
+
_hover?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2060
|
+
_focus?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2061
|
+
_focusWithin?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2062
|
+
_focusVisible?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2063
|
+
_disabled?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2064
|
+
_active?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2065
|
+
_visited?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2066
|
+
_target?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2067
|
+
_readOnly?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2068
|
+
_readWrite?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2069
|
+
_empty?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2070
|
+
_checked?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2071
|
+
_enabled?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2072
|
+
_expanded?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2073
|
+
_highlighted?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2074
|
+
_before?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2075
|
+
_after?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2076
|
+
_firstLetter?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2077
|
+
_firstLine?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2078
|
+
_marker?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2079
|
+
_selection?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2080
|
+
_file?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2081
|
+
_backdrop?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2082
|
+
_first?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2083
|
+
_last?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2084
|
+
_only?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2085
|
+
_even?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2086
|
+
_odd?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2087
|
+
_firstOfType?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2088
|
+
_lastOfType?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2089
|
+
_onlyOfType?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2090
|
+
_peerFocus?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2091
|
+
_peerHover?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2092
|
+
_peerActive?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2093
|
+
_peerFocusWithin?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2094
|
+
_peerFocusVisible?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2095
|
+
_peerDisabled?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2096
|
+
_peerChecked?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2097
|
+
_peerInvalid?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2098
|
+
_peerExpanded?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2099
|
+
_peerPlaceholderShown?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2100
|
+
_groupFocus?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2101
|
+
_groupHover?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2102
|
+
_groupActive?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2103
|
+
_groupFocusWithin?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2104
|
+
_groupFocusVisible?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2105
|
+
_groupDisabled?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2106
|
+
_groupChecked?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2107
|
+
_groupExpanded?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2108
|
+
_groupInvalid?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2109
|
+
_indeterminate?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2110
|
+
_required?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2111
|
+
_valid?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2112
|
+
_invalid?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2113
|
+
_autofill?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2114
|
+
_inRange?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2115
|
+
_outOfRange?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2116
|
+
_placeholder?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2117
|
+
_placeholderShown?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2118
|
+
_pressed?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2119
|
+
_selected?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2120
|
+
_default?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2121
|
+
_optional?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2122
|
+
_open?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2123
|
+
_closed?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2124
|
+
_fullscreen?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2125
|
+
_loading?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2126
|
+
_currentPage?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2127
|
+
_currentStep?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2128
|
+
_motionReduce?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2129
|
+
_motionSafe?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2130
|
+
_print?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2131
|
+
_landscape?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2132
|
+
_portrait?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2133
|
+
_dark?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2134
|
+
_light?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2135
|
+
_osDark?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2136
|
+
_osLight?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2137
|
+
_highContrast?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2138
|
+
_lessContrast?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2139
|
+
_moreContrast?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2140
|
+
_ltr?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2141
|
+
_rtl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2142
|
+
_scrollbar?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2143
|
+
_scrollbarThumb?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2144
|
+
_scrollbarTrack?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2145
|
+
_horizontal?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2146
|
+
_vertical?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2147
|
+
sm?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2148
|
+
smOnly?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2149
|
+
smDown?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2150
|
+
md?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2151
|
+
mdOnly?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2152
|
+
mdDown?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2153
|
+
lg?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2154
|
+
lgOnly?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2155
|
+
lgDown?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2156
|
+
"2lg"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2157
|
+
"2lgOnly"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2158
|
+
"2lgDown"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2159
|
+
xl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2160
|
+
xlOnly?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2161
|
+
xlDown?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2162
|
+
"2xl"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2163
|
+
"2xlOnly"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2164
|
+
"2xlDown"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2165
|
+
smToMd?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2166
|
+
smToLg?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2167
|
+
smTo2lg?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2168
|
+
smToXl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2169
|
+
smTo2xl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2170
|
+
mdToLg?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2171
|
+
mdTo2lg?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2172
|
+
mdToXl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2173
|
+
mdTo2xl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2174
|
+
lgTo2lg?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2175
|
+
lgToXl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2176
|
+
lgTo2xl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2177
|
+
"2lgToXl"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2178
|
+
"2lgTo2xl"?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2179
|
+
xlTo2xl?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2180
|
+
base?: import("../../styled-system/types/conditions.mjs").Nested<import("../../styled-system/types/system-types.mjs").SystemStyleObject> | undefined;
|
|
2181
|
+
css?: import("../../styled-system/types/system-types.mjs").SystemStyleObject | undefined;
|
|
2182
|
+
}, "ref">, "value" | "onChange" | "onValueChange"> & {
|
|
2183
|
+
value: number[];
|
|
2184
|
+
maxLabelText?: string;
|
|
2185
|
+
minLabelText?: string;
|
|
2186
|
+
thumbValueToText?: (value: number | undefined) => string;
|
|
2187
|
+
onChange?: (value: number[]) => void;
|
|
2188
|
+
} & React.RefAttributes<HTMLSpanElement>>;
|
|
2189
|
+
//# sourceMappingURL=Slider.d.ts.map
|