@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,371 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": "0.26.2",
|
|
3
|
+
"styles": {
|
|
4
|
+
"atomic": [
|
|
5
|
+
"borderWidth]___[value:1px",
|
|
6
|
+
"color]___[value:black",
|
|
7
|
+
"color]___[value:text.active",
|
|
8
|
+
"color]___[value:text.gray",
|
|
9
|
+
"color]___[value:text.success",
|
|
10
|
+
"color]___[value:text.warning",
|
|
11
|
+
"color]___[value:text.error",
|
|
12
|
+
"color]___[value:white",
|
|
13
|
+
"borderColor]___[value:transparent",
|
|
14
|
+
"backgroundColor]___[value:transparent",
|
|
15
|
+
"border]___[value:none",
|
|
16
|
+
"paddingBlock]___[value:0",
|
|
17
|
+
"paddingInline]___[value:0",
|
|
18
|
+
"borderColor]___[value:dark.active",
|
|
19
|
+
"backgroundColor]___[value:dark.active",
|
|
20
|
+
"borderColor]___[value:dark.gray",
|
|
21
|
+
"backgroundColor]___[value:dark.gray",
|
|
22
|
+
"borderColor]___[value:dark.success",
|
|
23
|
+
"backgroundColor]___[value:dark.success",
|
|
24
|
+
"borderColor]___[value:dark.warning",
|
|
25
|
+
"backgroundColor]___[value:dark.warning",
|
|
26
|
+
"borderColor]___[value:dark.error",
|
|
27
|
+
"backgroundColor]___[value:dark.error",
|
|
28
|
+
"borderColor]___[value:white",
|
|
29
|
+
"backgroundColor]___[value:white",
|
|
30
|
+
"borderColor]___[value:light.active",
|
|
31
|
+
"backgroundColor]___[value:light.active",
|
|
32
|
+
"borderColor]___[value:light.gray",
|
|
33
|
+
"backgroundColor]___[value:light.gray",
|
|
34
|
+
"borderColor]___[value:light.success",
|
|
35
|
+
"backgroundColor]___[value:light.success",
|
|
36
|
+
"borderColor]___[value:light.warning",
|
|
37
|
+
"backgroundColor]___[value:light.warning",
|
|
38
|
+
"borderColor]___[value:light.error",
|
|
39
|
+
"backgroundColor]___[value:light.error",
|
|
40
|
+
"borderColor]___[value:decoration.active",
|
|
41
|
+
"borderColor]___[value:decoration.gray",
|
|
42
|
+
"borderColor]___[value:decoration.success",
|
|
43
|
+
"borderColor]___[value:decoration.warning",
|
|
44
|
+
"borderColor]___[value:decoration.error",
|
|
45
|
+
"color]___[value:text.white",
|
|
46
|
+
"transitionProperty]___[value:background-color, border-color, color, opacity",
|
|
47
|
+
"transitionDuration]___[value:token(durations.fast)",
|
|
48
|
+
"transitionTimingFunction]___[value:token(easings.easeInOut)",
|
|
49
|
+
"textDecoration]___[value:underline]___[cond:_hover",
|
|
50
|
+
"borderColor]___[value:token(colors.hover.dark.active)]___[cond:_hover",
|
|
51
|
+
"backgroundColor]___[value:token(colors.hover.dark.active)]___[cond:_hover",
|
|
52
|
+
"borderColor]___[value:token(colors.hover.dark.gray)]___[cond:_hover",
|
|
53
|
+
"backgroundColor]___[value:token(colors.hover.dark.gray)]___[cond:_hover",
|
|
54
|
+
"borderColor]___[value:token(colors.hover.dark.success)]___[cond:_hover",
|
|
55
|
+
"backgroundColor]___[value:token(colors.hover.dark.success)]___[cond:_hover",
|
|
56
|
+
"borderColor]___[value:token(colors.hover.dark.warning)]___[cond:_hover",
|
|
57
|
+
"backgroundColor]___[value:token(colors.hover.dark.warning)]___[cond:_hover",
|
|
58
|
+
"borderColor]___[value:token(colors.hover.dark.error)]___[cond:_hover",
|
|
59
|
+
"backgroundColor]___[value:token(colors.hover.dark.error)]___[cond:_hover",
|
|
60
|
+
"borderColor]___[value:token(colors.light.gray)]___[cond:_hover",
|
|
61
|
+
"backgroundColor]___[value:token(colors.light.gray)]___[cond:_hover",
|
|
62
|
+
"borderColor]___[value:token(colors.light.active)]___[cond:_hover",
|
|
63
|
+
"backgroundColor]___[value:token(colors.light.active)]___[cond:_hover",
|
|
64
|
+
"borderColor]___[value:token(colors.light.success)]___[cond:_hover",
|
|
65
|
+
"backgroundColor]___[value:token(colors.light.success)]___[cond:_hover",
|
|
66
|
+
"borderColor]___[value:token(colors.light.warning)]___[cond:_hover",
|
|
67
|
+
"backgroundColor]___[value:token(colors.light.warning)]___[cond:_hover",
|
|
68
|
+
"borderColor]___[value:token(colors.light.error)]___[cond:_hover",
|
|
69
|
+
"backgroundColor]___[value:token(colors.light.error)]___[cond:_hover",
|
|
70
|
+
"borderColor]___[value:token(colors.hover.light.active)]___[cond:_hover",
|
|
71
|
+
"backgroundColor]___[value:token(colors.hover.light.active)]___[cond:_hover",
|
|
72
|
+
"borderColor]___[value:token(colors.hover.light.gray)]___[cond:_hover",
|
|
73
|
+
"backgroundColor]___[value:token(colors.hover.light.gray)]___[cond:_hover",
|
|
74
|
+
"borderColor]___[value:token(colors.hover.light.success)]___[cond:_hover",
|
|
75
|
+
"backgroundColor]___[value:token(colors.hover.light.success)]___[cond:_hover",
|
|
76
|
+
"borderColor]___[value:token(colors.hover.light.warning)]___[cond:_hover",
|
|
77
|
+
"backgroundColor]___[value:token(colors.hover.light.warning)]___[cond:_hover",
|
|
78
|
+
"borderColor]___[value:token(colors.hover.light.error)]___[cond:_hover",
|
|
79
|
+
"backgroundColor]___[value:token(colors.hover.light.error)]___[cond:_hover",
|
|
80
|
+
"padding]___[value:sm",
|
|
81
|
+
"color]___[value:unset",
|
|
82
|
+
"display]___[value:flex",
|
|
83
|
+
"alignItems]___[value:center",
|
|
84
|
+
"justifyContent]___[value:space-between",
|
|
85
|
+
"borderWidth]___[value:thin",
|
|
86
|
+
"backgroundColor]___[value:blue",
|
|
87
|
+
"borderColor]___[value:blueviolet",
|
|
88
|
+
"backgroundColor]___[value:#C70000",
|
|
89
|
+
"borderColor]___[value:#C70000",
|
|
90
|
+
"backgroundColor]___[value:#0000A8",
|
|
91
|
+
"borderColor]___[value:#0000A8",
|
|
92
|
+
"backgroundColor]___[value:#00c700",
|
|
93
|
+
"borderColor]___[value:#00c700",
|
|
94
|
+
"pointerEvents]___[value:visible",
|
|
95
|
+
"pointerEvents]___[value:none",
|
|
96
|
+
"cursor]___[value:help",
|
|
97
|
+
"cursor]___[value:auto",
|
|
98
|
+
"flexDirection]___[value:row",
|
|
99
|
+
"flexDirection]___[value:row-reverse",
|
|
100
|
+
"justifyContent]___[value:space-evenly",
|
|
101
|
+
"gap]___[value:xs",
|
|
102
|
+
"whiteSpace]___[value:nowrap",
|
|
103
|
+
"maxWidth]___[value:full",
|
|
104
|
+
"textOverflow]___[value:ellipsis",
|
|
105
|
+
"textOverflow]___[value:clip",
|
|
106
|
+
"overflow]___[value:hidden",
|
|
107
|
+
"listStyleType]___[value:disc",
|
|
108
|
+
"listStylePosition]___[value:inside",
|
|
109
|
+
"color]___[value:dark.gray",
|
|
110
|
+
"flexWrap]___[value:nowrap",
|
|
111
|
+
"gap]___[value:smaller.xs",
|
|
112
|
+
"maxWidth]___[value:container.smaller.xxs",
|
|
113
|
+
"color]___[value:light",
|
|
114
|
+
"borderRadius]___[value:common",
|
|
115
|
+
"flexShrink]___[value:0",
|
|
116
|
+
"height]___[value:lineHeights.sm",
|
|
117
|
+
"height]___[value:lineHeights.xs",
|
|
118
|
+
"cursor]___[value:default",
|
|
119
|
+
"cursor]___[value:pointer",
|
|
120
|
+
"display]___[value:block]___[cond:sm",
|
|
121
|
+
"display]___[value:none",
|
|
122
|
+
"paddingRight]___[value:0",
|
|
123
|
+
"borderLeftRadius]___[value:0",
|
|
124
|
+
"marginBlock]___[value:-xs",
|
|
125
|
+
"padding]___[value:smaller.sm",
|
|
126
|
+
"color]___[value:inherit",
|
|
127
|
+
"width]___[value:auto",
|
|
128
|
+
"height]___[value:full",
|
|
129
|
+
"maxHeight]___[value:container.smaller.xs",
|
|
130
|
+
"overflowY]___[value:auto",
|
|
131
|
+
"width]___[value:full",
|
|
132
|
+
"overflow]___[value:auto",
|
|
133
|
+
"gap]___[value:sm",
|
|
134
|
+
"flexDirection]___[value:column",
|
|
135
|
+
"flexGrow]___[value:1",
|
|
136
|
+
"borderBottomColor]___[value:decoration.gray",
|
|
137
|
+
"backgroundColor]___[value:light.success]___[cond:_hover",
|
|
138
|
+
"backgroundColor]___[value:light.active]___[cond:_hover",
|
|
139
|
+
"backgroundColor]___[value:light.error]___[cond:_hover",
|
|
140
|
+
"backgroundColor]___[value:transparent]___[cond:_hover",
|
|
141
|
+
"alignItems]___[value:left",
|
|
142
|
+
"justifyContent]___[value:center",
|
|
143
|
+
"justifyContent]___[value:end",
|
|
144
|
+
"flexWrap]___[value:wrap",
|
|
145
|
+
"color]___[value:normal",
|
|
146
|
+
"textAlign]___[value:left",
|
|
147
|
+
"color]___[value:label",
|
|
148
|
+
"padding]___[value:0",
|
|
149
|
+
"width]___[value:circle",
|
|
150
|
+
"height]___[value:circle",
|
|
151
|
+
"borderRadius]___[value:full",
|
|
152
|
+
"flexGrow]___[value:0",
|
|
153
|
+
"color]___[value:dark.success",
|
|
154
|
+
"color]___[value:dark.error",
|
|
155
|
+
"color]___[value:dark.active",
|
|
156
|
+
"color]___[value:dark.warning",
|
|
157
|
+
"color]___[value:dark",
|
|
158
|
+
"borderRadius]___[value:md",
|
|
159
|
+
"border]___[value:border.base",
|
|
160
|
+
"height]___[value:8",
|
|
161
|
+
"opacity]___[value:1",
|
|
162
|
+
"marginInline]___[value:xs",
|
|
163
|
+
"border]___[value:base",
|
|
164
|
+
"border]___[value:border.success",
|
|
165
|
+
"border]___[value:border.active",
|
|
166
|
+
"position]___[value:relative",
|
|
167
|
+
"zIndex]___[value:1",
|
|
168
|
+
"maxWidth]___[value:container.xs",
|
|
169
|
+
"background]___[value:light.gray",
|
|
170
|
+
"paddingBlock]___[value:xs",
|
|
171
|
+
"paddingInline]___[value:sm",
|
|
172
|
+
"alignItems]___[value:start",
|
|
173
|
+
"gap]___[value:xxs",
|
|
174
|
+
"maxWidth]___[value:card.sm",
|
|
175
|
+
"flex]___[value:0 0 auto",
|
|
176
|
+
"borderRadius]___[value:9999px",
|
|
177
|
+
"color]___[value:success",
|
|
178
|
+
"color]___[value:gray",
|
|
179
|
+
"lineHeight]___[value:sm",
|
|
180
|
+
"columns]___[value:1",
|
|
181
|
+
"color]___[value:error",
|
|
182
|
+
"cursor]___[value:not-allowed",
|
|
183
|
+
"width]___[value:fit-content",
|
|
184
|
+
"width]___[value:container.smaller.sm",
|
|
185
|
+
"marginTop]___[value:sm",
|
|
186
|
+
"spaceY]___[value:sm",
|
|
187
|
+
"justifyContent]___[value:flex-end",
|
|
188
|
+
"marginBlock]___[value:md",
|
|
189
|
+
"width]___[value:icon.primary",
|
|
190
|
+
"height]___[value:icon.primary",
|
|
191
|
+
"width]___[value:icon.xxs",
|
|
192
|
+
"height]___[value:icon.xxs",
|
|
193
|
+
"width]___[value:icon.xs",
|
|
194
|
+
"height]___[value:icon.xs",
|
|
195
|
+
"width]___[value:icon.sm",
|
|
196
|
+
"height]___[value:icon.sm",
|
|
197
|
+
"width]___[value:icon.md",
|
|
198
|
+
"height]___[value:icon.md",
|
|
199
|
+
"width]___[value:icon.lg",
|
|
200
|
+
"height]___[value:icon.lg",
|
|
201
|
+
"width]___[value:icon.xxl",
|
|
202
|
+
"height]___[value:icon.xxl",
|
|
203
|
+
"width]___[value:icon.smaller.xs",
|
|
204
|
+
"height]___[value:icon.smaller.xs",
|
|
205
|
+
"color]___[value:dark.black",
|
|
206
|
+
"color]___[value:dark.white",
|
|
207
|
+
"cursor]___[value:inherit",
|
|
208
|
+
"paddingInlineStart]___[value:3",
|
|
209
|
+
"paddingInlineEnd]___[value:3",
|
|
210
|
+
"paddingInlineStart]___[value:md",
|
|
211
|
+
"paddingInlineEnd]___[value:md",
|
|
212
|
+
"position]___[value:absolute",
|
|
213
|
+
"top]___[value:0",
|
|
214
|
+
"bottom]___[value:0",
|
|
215
|
+
"left]___[value:0",
|
|
216
|
+
"right]___[value:0",
|
|
217
|
+
"minWidth]___[value:container.xxs",
|
|
218
|
+
"fontFamily]___[value:mono]___[cond:& code, & code *",
|
|
219
|
+
"height]___[value:auto",
|
|
220
|
+
"marginBottom]___[value:sm",
|
|
221
|
+
"fontStyle]___[value:italic",
|
|
222
|
+
"maxHeight]___[value:basic.almost-full",
|
|
223
|
+
"minHeight]___[value:container.smaller.xxs",
|
|
224
|
+
"minWidth]___[value:min-content",
|
|
225
|
+
"maxWidth]___[value:basic.almost-full",
|
|
226
|
+
"srOnly]___[value:true",
|
|
227
|
+
"outline]___[value:none",
|
|
228
|
+
"justifyContent]___[value:start",
|
|
229
|
+
"justifyContent]___[value:normal",
|
|
230
|
+
"marginLeft]___[value:-xs",
|
|
231
|
+
"marginRight]___[value:-xs",
|
|
232
|
+
"lineHeight]___[value:unset",
|
|
233
|
+
"display]___[value:flex !important",
|
|
234
|
+
"width]___[value:0",
|
|
235
|
+
"wordBreak]___[value:break-all",
|
|
236
|
+
"fontFamily]___[value:mono",
|
|
237
|
+
"color]___[value:primary",
|
|
238
|
+
"gap]___[value:0",
|
|
239
|
+
"borderRightWidth]___[value:0",
|
|
240
|
+
"borderLeftWidth]___[value:0]___[cond:_hover<___>& + label",
|
|
241
|
+
"borderLeftRadius]___[value:common]___[cond:&:first-child",
|
|
242
|
+
"borderRightRadius]___[value:common]___[cond:&:last-child",
|
|
243
|
+
"borderRightWidth]___[value:1px]___[cond:&:last-child",
|
|
244
|
+
"borderColor]___[value:decoration.active]___[cond:&:checked",
|
|
245
|
+
"backgroundColor]___[value:light.active]___[cond:&:checked",
|
|
246
|
+
"backgroundColor]___[value:hover.light.active]___[cond:_hover",
|
|
247
|
+
"borderColor]___[value:decoration.active]___[cond:_hover",
|
|
248
|
+
"cursor]___[value:pointer]___[cond:_hover",
|
|
249
|
+
"borderRightWidth]___[value:1px",
|
|
250
|
+
"borderLeftWidth]___[value:0]___[cond:& + label",
|
|
251
|
+
"borderLeftWidth]___[value:0]___[cond:& + label:hover",
|
|
252
|
+
"lineHeight]___[value:lineHeights.sm",
|
|
253
|
+
"direction]___[value:row",
|
|
254
|
+
"right]___[value:5",
|
|
255
|
+
"right]___[value:1",
|
|
256
|
+
"top]___[value:1",
|
|
257
|
+
"flexShrink]___[value:1",
|
|
258
|
+
"marginTop]___[value:xs",
|
|
259
|
+
"borderRightRadius]___[value:0",
|
|
260
|
+
"fontWeight]___[value:medium",
|
|
261
|
+
"wordBreak]___[value:break-word",
|
|
262
|
+
"whiteSpace]___[value:break-spaces",
|
|
263
|
+
"fontSize]___[value:primary",
|
|
264
|
+
"fontSize]___[value:xl",
|
|
265
|
+
"fontSize]___[value:lg",
|
|
266
|
+
"fontSize]___[value:md",
|
|
267
|
+
"fontSize]___[value:sm",
|
|
268
|
+
"fontSize]___[value:xs",
|
|
269
|
+
"fontSize]___[value:xxs",
|
|
270
|
+
"color]___[value:text.normal",
|
|
271
|
+
"color]___[value:text.label",
|
|
272
|
+
"color]___[value:text.light",
|
|
273
|
+
"fontWeight]___[value:primary",
|
|
274
|
+
"fontWeight]___[value:md",
|
|
275
|
+
"fontWeight]___[value:lg",
|
|
276
|
+
"fontWeight]___[value:xl",
|
|
277
|
+
"fontFamily]___[value:body",
|
|
278
|
+
"whiteSpace]___[value:pre-wrap",
|
|
279
|
+
"textAlign]___[value:center",
|
|
280
|
+
"textAlign]___[value:right",
|
|
281
|
+
"border]___[value:input",
|
|
282
|
+
"padding]___[value:xs",
|
|
283
|
+
"cursor]___[value:text",
|
|
284
|
+
"display]___[value:inline-block",
|
|
285
|
+
"lineHeight]___[value:1",
|
|
286
|
+
"width]___[value:300px",
|
|
287
|
+
"borderRadius]___[value:var(--border-radius)",
|
|
288
|
+
"width]___[value:100%",
|
|
289
|
+
"outline]___[value:unset",
|
|
290
|
+
"margin]___[value:0 -1px -1px 0",
|
|
291
|
+
"backgroundColor]___[value:#000",
|
|
292
|
+
"zIndex]___[value:10",
|
|
293
|
+
"height]___[value:100%",
|
|
294
|
+
"paddingLeft]___[value:8",
|
|
295
|
+
"color]___[value:destructive",
|
|
296
|
+
"position]___[value:popper",
|
|
297
|
+
"top]___[value:100%",
|
|
298
|
+
"left]___[value:calc(-1 * token(sizes.slider.label) / 3)",
|
|
299
|
+
"width]___[value:slider.label",
|
|
300
|
+
"minWidth]___[value:skeleton.button.width",
|
|
301
|
+
"minHeight]___[value:skeleton.button.height",
|
|
302
|
+
"minWidth]___[value:full",
|
|
303
|
+
"minHeight]___[value:skeleton.grid.height.sm",
|
|
304
|
+
"minHeight]___[value:skeleton.grid.height.xs",
|
|
305
|
+
"minHeight]___[value:skeleton.grid.height.md",
|
|
306
|
+
"minHeight]___[value:skeleton.grid.height.lg",
|
|
307
|
+
"minHeight]___[value:skeleton.grid.height.xl",
|
|
308
|
+
"display]___[value:grid",
|
|
309
|
+
"gridTemplateColumns]___[value:5",
|
|
310
|
+
"gap]___[value:10px",
|
|
311
|
+
"minWidth]___[value:skeleton.input.width",
|
|
312
|
+
"minHeight]___[value:skeleton.input.height",
|
|
313
|
+
"minHeight]___[value:skeleton.height",
|
|
314
|
+
"minWidth]___[value:skeleton.textarea.width",
|
|
315
|
+
"minHeight]___[value:skeleton.textarea.height"
|
|
316
|
+
],
|
|
317
|
+
"recipes": {
|
|
318
|
+
"icon": [
|
|
319
|
+
"size]___[value:xxs]___[recipe:icon",
|
|
320
|
+
"left]___[value:none]___[recipe:icon",
|
|
321
|
+
"right]___[value:none]___[recipe:icon",
|
|
322
|
+
"fillCurrent]___[value:false]___[recipe:icon",
|
|
323
|
+
"dimmed]___[value:false]___[recipe:icon",
|
|
324
|
+
"size]___[value:md]___[recipe:icon",
|
|
325
|
+
"size]___[value:xs]___[recipe:icon",
|
|
326
|
+
"size]___[value:sm]___[recipe:icon"
|
|
327
|
+
],
|
|
328
|
+
"tooltip": [],
|
|
329
|
+
"badge": [
|
|
330
|
+
"variant]___[value:default]___[recipe:badge",
|
|
331
|
+
"variant]___[value:gray]___[recipe:badge"
|
|
332
|
+
],
|
|
333
|
+
"label": [],
|
|
334
|
+
"separator": [
|
|
335
|
+
"orientation]___[value:vertical]___[recipe:separator",
|
|
336
|
+
"orientation]___[value:horizontal]___[recipe:separator"
|
|
337
|
+
],
|
|
338
|
+
"dropdownMenu": [],
|
|
339
|
+
"tableRow": [],
|
|
340
|
+
"tableCell": [],
|
|
341
|
+
"card": [],
|
|
342
|
+
"table": [],
|
|
343
|
+
"tableBody": [],
|
|
344
|
+
"checkbox": [],
|
|
345
|
+
"button": [
|
|
346
|
+
"variant]___[value:ghost]___[recipe:button",
|
|
347
|
+
"size]___[value:icon]___[recipe:button",
|
|
348
|
+
"size]___[value:default]___[recipe:button",
|
|
349
|
+
"variant]___[value:outline]___[recipe:button",
|
|
350
|
+
"variant]___[value:default]___[recipe:button",
|
|
351
|
+
"variant]___[value:filled]___[recipe:button"
|
|
352
|
+
],
|
|
353
|
+
"accordion": [],
|
|
354
|
+
"formItem": [],
|
|
355
|
+
"formLabel": [],
|
|
356
|
+
"formControl": [],
|
|
357
|
+
"formDescription": [],
|
|
358
|
+
"formMessage": [],
|
|
359
|
+
"progress": [],
|
|
360
|
+
"dialog": [],
|
|
361
|
+
"input": [],
|
|
362
|
+
"tableContainer": [],
|
|
363
|
+
"toast": [
|
|
364
|
+
"variant]___[value:default]___[recipe:toast"
|
|
365
|
+
],
|
|
366
|
+
"toastViewport": [],
|
|
367
|
+
"command": [],
|
|
368
|
+
"skeleton": []
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
}
|