@yamada-ui/react 2.2.1-dev-20260419111242 → 2.2.1-dev-20260421145002
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/autocomplete/autocomplete.cjs +1 -1
- package/dist/cjs/components/autocomplete/autocomplete.cjs.map +1 -1
- package/dist/cjs/components/calendar/use-calendar.cjs.map +1 -1
- package/dist/cjs/components/chart/chart.cjs.map +1 -1
- package/dist/cjs/components/date-picker/date-picker.cjs +1 -1
- package/dist/cjs/components/date-picker/date-picker.cjs.map +1 -1
- package/dist/cjs/components/drawer/use-drawer.cjs +1 -1
- package/dist/cjs/components/drawer/use-drawer.cjs.map +1 -1
- package/dist/cjs/components/format/namespace.cjs.map +1 -1
- package/dist/cjs/components/group/use-group.cjs +1 -1
- package/dist/cjs/components/group/use-group.cjs.map +1 -1
- package/dist/cjs/components/indicator/indicator.cjs +4 -3
- package/dist/cjs/components/indicator/indicator.cjs.map +1 -1
- package/dist/cjs/components/input/use-input-border.cjs +4 -2
- package/dist/cjs/components/input/use-input-border.cjs.map +1 -1
- package/dist/cjs/components/native-select/native-select.cjs +1 -1
- package/dist/cjs/components/native-select/native-select.cjs.map +1 -1
- package/dist/cjs/components/native-select/use-native-select.cjs +1 -1
- package/dist/cjs/components/native-select/use-native-select.cjs.map +1 -1
- package/dist/cjs/components/number-input/number-input.style.cjs +1 -1
- package/dist/cjs/components/number-input/number-input.style.cjs.map +1 -1
- package/dist/cjs/components/password-input/password-input.style.cjs +1 -1
- package/dist/cjs/components/password-input/password-input.style.cjs.map +1 -1
- package/dist/cjs/components/select/select.cjs +1 -1
- package/dist/cjs/components/select/select.cjs.map +1 -1
- package/dist/cjs/components/sidebar/sidebar.cjs +1 -1
- package/dist/cjs/components/sidebar/sidebar.cjs.map +1 -1
- package/dist/cjs/components/table/table.cjs +0 -3
- package/dist/cjs/components/table/table.cjs.map +1 -1
- package/dist/cjs/core/css/at-rule.cjs.map +1 -1
- package/dist/cjs/core/css/color-mix.cjs +1 -1
- package/dist/cjs/core/css/color-mix.cjs.map +1 -1
- package/dist/cjs/core/css/color-scheme.cjs.map +1 -1
- package/dist/cjs/core/css/styles.cjs +92 -92
- package/dist/cjs/core/css/styles.cjs.map +1 -1
- package/dist/cjs/core/system/var.cjs.map +1 -1
- package/dist/cjs/hooks/use-combobox/index.cjs +1 -1
- package/dist/cjs/hooks/use-combobox/index.cjs.map +1 -1
- package/dist/cjs/hooks/use-local-storage/index.cjs +1 -1
- package/dist/cjs/hooks/use-local-storage/index.cjs.map +1 -1
- package/dist/cjs/utils/ref.cjs +1 -1
- package/dist/cjs/utils/ref.cjs.map +1 -1
- package/dist/esm/components/autocomplete/autocomplete.js +1 -1
- package/dist/esm/components/autocomplete/autocomplete.js.map +1 -1
- package/dist/esm/components/calendar/use-calendar.js.map +1 -1
- package/dist/esm/components/chart/chart.js.map +1 -1
- package/dist/esm/components/date-picker/date-picker.js +1 -1
- package/dist/esm/components/date-picker/date-picker.js.map +1 -1
- package/dist/esm/components/drawer/use-drawer.js +1 -1
- package/dist/esm/components/drawer/use-drawer.js.map +1 -1
- package/dist/esm/components/format/namespace.js.map +1 -1
- package/dist/esm/components/group/use-group.js +1 -1
- package/dist/esm/components/group/use-group.js.map +1 -1
- package/dist/esm/components/indicator/indicator.js +4 -3
- package/dist/esm/components/indicator/indicator.js.map +1 -1
- package/dist/esm/components/input/use-input-border.js +4 -2
- package/dist/esm/components/input/use-input-border.js.map +1 -1
- package/dist/esm/components/native-select/native-select.js +1 -1
- package/dist/esm/components/native-select/native-select.js.map +1 -1
- package/dist/esm/components/native-select/use-native-select.js +1 -1
- package/dist/esm/components/native-select/use-native-select.js.map +1 -1
- package/dist/esm/components/number-input/number-input.style.js +1 -1
- package/dist/esm/components/number-input/number-input.style.js.map +1 -1
- package/dist/esm/components/password-input/password-input.style.js +1 -1
- package/dist/esm/components/password-input/password-input.style.js.map +1 -1
- package/dist/esm/components/select/select.js +1 -1
- package/dist/esm/components/select/select.js.map +1 -1
- package/dist/esm/components/sidebar/sidebar.js +1 -1
- package/dist/esm/components/sidebar/sidebar.js.map +1 -1
- package/dist/esm/components/table/table.js +0 -3
- package/dist/esm/components/table/table.js.map +1 -1
- package/dist/esm/core/css/at-rule.js.map +1 -1
- package/dist/esm/core/css/color-mix.js +1 -1
- package/dist/esm/core/css/color-mix.js.map +1 -1
- package/dist/esm/core/css/color-scheme.js.map +1 -1
- package/dist/esm/core/css/styles.js +92 -92
- package/dist/esm/core/css/styles.js.map +1 -1
- package/dist/esm/core/system/var.js.map +1 -1
- package/dist/esm/hooks/use-combobox/index.js +1 -1
- package/dist/esm/hooks/use-combobox/index.js.map +1 -1
- package/dist/esm/hooks/use-local-storage/index.js +1 -1
- package/dist/esm/hooks/use-local-storage/index.js.map +1 -1
- package/dist/esm/utils/ref.js +1 -1
- package/dist/esm/utils/ref.js.map +1 -1
- package/dist/types/components/accordion/accordion.d.ts +4 -2
- package/dist/types/components/accordion/accordion.style.d.ts +1 -1
- package/dist/types/components/accordion/use-accordion.d.ts +11 -11
- package/dist/types/components/action-bar/action-bar.d.ts +3 -2
- package/dist/types/components/airy/airy.d.ts +3 -2
- package/dist/types/components/alert/alert.d.ts +5 -2
- package/dist/types/components/alert/alert.style.d.ts +1 -1
- package/dist/types/components/alpha-slider/alpha-slider.d.ts +3 -2
- package/dist/types/components/aspect-ratio/aspect-ratio.d.ts +2 -2
- package/dist/types/components/autocomplete/autocomplete.d.ts +4 -2
- package/dist/types/components/autocomplete/autocomplete.style.d.ts +1 -1
- package/dist/types/components/autocomplete/use-autocomplete.d.ts +7 -5
- package/dist/types/components/avatar/avatar.d.ts +5 -5
- package/dist/types/components/avatar/use-avatar-group.d.ts +2 -2
- package/dist/types/components/badge/badge.d.ts +2 -2
- package/dist/types/components/bleed/bleed.d.ts +2 -2
- package/dist/types/components/blockquote/blockquote.d.ts +2 -2
- package/dist/types/components/breadcrumb/breadcrumb.d.ts +2 -2
- package/dist/types/components/breadcrumb/breadcrumb.style.d.ts +1 -1
- package/dist/types/components/breadcrumb/use-breadcrumb.d.ts +2 -2
- package/dist/types/components/button/button-group.d.ts +1 -0
- package/dist/types/components/button/button.d.ts +3 -2
- package/dist/types/components/button/icon-button.d.ts +2 -2
- package/dist/types/components/calendar/calendar.d.ts +3 -2
- package/dist/types/components/calendar/calendar.style.d.ts +2 -2
- package/dist/types/components/calendar/use-calendar.d.ts +10 -9
- package/dist/types/components/card/card.d.ts +2 -2
- package/dist/types/components/carousel/carousel.d.ts +3 -2
- package/dist/types/components/carousel/carousel.style.d.ts +2 -2
- package/dist/types/components/carousel/use-carousel.d.ts +3 -3
- package/dist/types/components/center/center.d.ts +2 -2
- package/dist/types/components/chart/area-chart.d.ts +2 -2
- package/dist/types/components/chart/bar-chart.d.ts +2 -2
- package/dist/types/components/chart/chart.d.ts +11 -9
- package/dist/types/components/chart/composed-chart.d.ts +2 -2
- package/dist/types/components/chart/donut-chart.d.ts +2 -2
- package/dist/types/components/chart/line-chart.d.ts +2 -2
- package/dist/types/components/chart/pie-chart.d.ts +2 -2
- package/dist/types/components/chart/use-chart.d.ts +2 -2
- package/dist/types/components/checkbox/checkbox-group.d.ts +2 -0
- package/dist/types/components/checkbox/checkbox.d.ts +6 -5
- package/dist/types/components/checkbox/checkbox.style.d.ts +1 -1
- package/dist/types/components/checkbox/use-checkbox-group.d.ts +3 -2
- package/dist/types/components/checkbox/use-checkbox.d.ts +1 -0
- package/dist/types/components/checkbox-card/checkbox-card-group.d.ts +3 -0
- package/dist/types/components/checkbox-card/checkbox-card.d.ts +7 -5
- package/dist/types/components/checkbox-card/checkbox-card.style.d.ts +1 -1
- package/dist/types/components/circle-progress/circle-progress.d.ts +3 -2
- package/dist/types/components/close-button/close-button.d.ts +3 -2
- package/dist/types/components/code/code.d.ts +2 -2
- package/dist/types/components/collapse/collapse.d.ts +3 -2
- package/dist/types/components/color-picker/color-picker.d.ts +6 -2
- package/dist/types/components/color-picker/color-picker.style.d.ts +1 -1
- package/dist/types/components/color-picker/use-color-picker.d.ts +5 -2
- package/dist/types/components/color-selector/color-selector.d.ts +6 -2
- package/dist/types/components/color-selector/color-selector.style.d.ts +2 -2
- package/dist/types/components/color-selector/use-color-selector.d.ts +5 -3
- package/dist/types/components/color-swatch/color-swatch.d.ts +2 -2
- package/dist/types/components/container/container.d.ts +2 -2
- package/dist/types/components/data-list/data-list.d.ts +2 -2
- package/dist/types/components/data-list/data-list.style.d.ts +1 -1
- package/dist/types/components/date-picker/date-picker.d.ts +5 -2
- package/dist/types/components/date-picker/use-date-picker.d.ts +7 -4
- package/dist/types/components/drawer/drawer.d.ts +5 -2
- package/dist/types/components/drawer/use-drawer.d.ts +2 -0
- package/dist/types/components/dropzone/dropzone.d.ts +8 -5
- package/dist/types/components/dropzone/dropzone.style.d.ts +1 -1
- package/dist/types/components/dropzone/use-dropzone.d.ts +1 -0
- package/dist/types/components/editable/editable.d.ts +5 -4
- package/dist/types/components/editable/use-editable.d.ts +3 -2
- package/dist/types/components/em/em.d.ts +2 -2
- package/dist/types/components/empty-state/empty-state.d.ts +2 -2
- package/dist/types/components/empty-state/empty-state.style.d.ts +2 -2
- package/dist/types/components/fade/fade.d.ts +3 -2
- package/dist/types/components/fade-scale/fade-scale.d.ts +1 -0
- package/dist/types/components/field/field.d.ts +3 -3
- package/dist/types/components/field/use-field-props.d.ts +3 -3
- package/dist/types/components/fieldset/fieldset.d.ts +4 -3
- package/dist/types/components/file-button/file-button.d.ts +4 -2
- package/dist/types/components/file-button/use-file-button.d.ts +20 -18
- package/dist/types/components/file-input/file-input.d.ts +4 -2
- package/dist/types/components/file-input/use-file-input.d.ts +16 -15
- package/dist/types/components/flex/flex.d.ts +2 -2
- package/dist/types/components/flip/flip.d.ts +5 -4
- package/dist/types/components/flip/flip.style.d.ts +1 -1
- package/dist/types/components/float/float.d.ts +2 -2
- package/dist/types/components/form/form.d.ts +4 -3
- package/dist/types/components/form/form.style.d.ts +1 -1
- package/dist/types/components/format/format-byte.d.ts +4 -4
- package/dist/types/components/format/format-date-time.d.ts +4 -4
- package/dist/types/components/format/format-number.d.ts +2 -2
- package/dist/types/components/format/use-format-byte.d.ts +1 -0
- package/dist/types/components/format/use-format-date-time.d.ts +1 -0
- package/dist/types/components/format/use-format-number.d.ts +1 -0
- package/dist/types/components/grid/grid-item.d.ts +2 -2
- package/dist/types/components/grid/grid.d.ts +2 -2
- package/dist/types/components/group/group.d.ts +3 -2
- package/dist/types/components/group/use-group.d.ts +2 -2
- package/dist/types/components/heading/heading.d.ts +2 -2
- package/dist/types/components/highlight/highlight.d.ts +2 -0
- package/dist/types/components/hue-slider/hue-slider.d.ts +4 -3
- package/dist/types/components/icon/icon.d.ts +5 -5
- package/dist/types/components/image/image.d.ts +2 -2
- package/dist/types/components/indicator/indicator.d.ts +5 -4
- package/dist/types/components/infinite-scroll-area/infinite-scroll-area.d.ts +2 -2
- package/dist/types/components/input/input-addon.d.ts +2 -2
- package/dist/types/components/input/input-element.d.ts +2 -2
- package/dist/types/components/input/input-group.d.ts +2 -0
- package/dist/types/components/input/input.d.ts +3 -2
- package/dist/types/components/input/use-input-border.d.ts +2 -5
- package/dist/types/components/kbd/kbd.d.ts +2 -2
- package/dist/types/components/link/link.d.ts +2 -2
- package/dist/types/components/link-box/link-box.d.ts +2 -2
- package/dist/types/components/list/list.d.ts +2 -2
- package/dist/types/components/list/list.style.d.ts +2 -2
- package/dist/types/components/loading/loading-provider.d.ts +2 -2
- package/dist/types/components/loading/loading.d.ts +4 -3
- package/dist/types/components/loading/use-loading-component.d.ts +1 -0
- package/dist/types/components/mark/mark.d.ts +2 -2
- package/dist/types/components/menu/menu.d.ts +3 -2
- package/dist/types/components/menu/menu.style.d.ts +2 -2
- package/dist/types/components/menu/use-menu.d.ts +11 -11
- package/dist/types/components/modal/modal.d.ts +6 -2
- package/dist/types/components/native-accordion/native-accordion.d.ts +2 -2
- package/dist/types/components/native-accordion/native-accordion.style.d.ts +2 -2
- package/dist/types/components/native-accordion/use-native-accordion.d.ts +2 -2
- package/dist/types/components/native-popover/native-popover.d.ts +2 -2
- package/dist/types/components/native-select/native-select.d.ts +4 -2
- package/dist/types/components/native-select/use-native-select.d.ts +1 -0
- package/dist/types/components/native-table/native-table.d.ts +4 -4
- package/dist/types/components/notice/notice.style.d.ts +1 -1
- package/dist/types/components/notice/use-notice.d.ts +3 -0
- package/dist/types/components/number-input/number-input.d.ts +3 -2
- package/dist/types/components/number-input/number-input.style.d.ts +1 -1
- package/dist/types/components/number-input/use-number-input.d.ts +1 -0
- package/dist/types/components/pagination/pagination.d.ts +3 -2
- package/dist/types/components/pagination/pagination.style.d.ts +1 -1
- package/dist/types/components/pagination/use-pagination.d.ts +2 -2
- package/dist/types/components/password-input/password-input.d.ts +3 -2
- package/dist/types/components/password-input/strength-meter.d.ts +2 -2
- package/dist/types/components/password-input/strength-meter.style.d.ts +1 -1
- package/dist/types/components/password-input/use-password-input.d.ts +3 -2
- package/dist/types/components/picture/picture.d.ts +1 -0
- package/dist/types/components/pin-input/pin-input.d.ts +4 -2
- package/dist/types/components/pin-input/use-pin-input.d.ts +8 -7
- package/dist/types/components/popover/popover.d.ts +3 -2
- package/dist/types/components/progress/progress.d.ts +4 -4
- package/dist/types/components/progress/use-progress.d.ts +706 -706
- package/dist/types/components/qr-code/qr-code.d.ts +2 -2
- package/dist/types/components/radio/radio-group.d.ts +2 -0
- package/dist/types/components/radio/radio.d.ts +6 -5
- package/dist/types/components/radio/radio.style.d.ts +1 -1
- package/dist/types/components/radio/use-radio-group.d.ts +3 -2
- package/dist/types/components/radio/use-radio.d.ts +1 -0
- package/dist/types/components/radio-card/radio-card-group.d.ts +3 -0
- package/dist/types/components/radio-card/radio-card.d.ts +7 -5
- package/dist/types/components/radio-card/radio-card.style.d.ts +1 -1
- package/dist/types/components/rating/rating.style.d.ts +2 -2
- package/dist/types/components/rating/use-rating.d.ts +8 -7
- package/dist/types/components/reorder/reorder.d.ts +3 -2
- package/dist/types/components/reorder/reorder.style.d.ts +1 -1
- package/dist/types/components/reorder/use-reorder.d.ts +3 -3
- package/dist/types/components/resizable/resizable.d.ts +2 -2
- package/dist/types/components/resizable/resizable.style.d.ts +2 -2
- package/dist/types/components/resizable/use-resizable.d.ts +2 -2
- package/dist/types/components/ripple/ripple.d.ts +3 -2
- package/dist/types/components/ripple/use-ripple.d.ts +2 -2
- package/dist/types/components/rotate/rotate.d.ts +3 -2
- package/dist/types/components/saturation-slider/saturation-slider.d.ts +2 -2
- package/dist/types/components/saturation-slider/use-saturation-slider.d.ts +3 -2
- package/dist/types/components/scroll-area/scroll-area.d.ts +2 -2
- package/dist/types/components/segmented-control/segmented-control.d.ts +3 -2
- package/dist/types/components/segmented-control/segmented-control.style.d.ts +2 -2
- package/dist/types/components/segmented-control/use-segmented-control.d.ts +10 -9
- package/dist/types/components/select/select.d.ts +4 -2
- package/dist/types/components/select/select.style.d.ts +1 -1
- package/dist/types/components/select/use-select.d.ts +6 -4
- package/dist/types/components/separator/separator.d.ts +2 -2
- package/dist/types/components/sidebar/sidebar.d.ts +7 -2
- package/dist/types/components/sidebar/sidebar.style.d.ts +1 -1
- package/dist/types/components/sidebar/use-sidebar.d.ts +9 -9
- package/dist/types/components/simple-grid/simple-grid.d.ts +3 -2
- package/dist/types/components/skeleton/skeleton.d.ts +2 -2
- package/dist/types/components/slide/slide.d.ts +3 -2
- package/dist/types/components/slide-fade/slide-fade.d.ts +3 -2
- package/dist/types/components/slider/slider.d.ts +2 -2
- package/dist/types/components/slider/use-slider.d.ts +3 -2
- package/dist/types/components/snacks/snacks.d.ts +2 -0
- package/dist/types/components/snacks/use-snacks.d.ts +1 -0
- package/dist/types/components/stack/h-stack.d.ts +2 -2
- package/dist/types/components/stack/stack.d.ts +2 -2
- package/dist/types/components/stack/v-stack.d.ts +2 -2
- package/dist/types/components/stack/z-stack.d.ts +2 -2
- package/dist/types/components/stat/stat.d.ts +2 -2
- package/dist/types/components/status/status.d.ts +2 -2
- package/dist/types/components/status/status.style.d.ts +2 -2
- package/dist/types/components/steps/steps.d.ts +2 -2
- package/dist/types/components/steps/steps.style.d.ts +1 -1
- package/dist/types/components/steps/use-steps.d.ts +10 -10
- package/dist/types/components/switch/switch.d.ts +2 -2
- package/dist/types/components/switch/use-switch.d.ts +1 -0
- package/dist/types/components/table/table.d.ts +4 -2
- package/dist/types/components/tabs/tabs.d.ts +2 -2
- package/dist/types/components/tabs/use-tabs.d.ts +16 -16
- package/dist/types/components/tag/tag.d.ts +2 -2
- package/dist/types/components/text/text.d.ts +2 -2
- package/dist/types/components/textarea/textarea.d.ts +4 -2
- package/dist/types/components/textarea/use-autosize.d.ts +2 -2
- package/dist/types/components/timeline/timeline.d.ts +5 -5
- package/dist/types/components/timeline/timeline.style.d.ts +1 -1
- package/dist/types/components/tip/tip.d.ts +3 -0
- package/dist/types/components/toggle/toggle-group.d.ts +1 -1
- package/dist/types/components/toggle/toggle.d.ts +7 -5
- package/dist/types/components/toggle/use-toggle-group.d.ts +2 -2
- package/dist/types/components/toggle/use-toggle.d.ts +3 -2
- package/dist/types/components/tooltip/tooltip.d.ts +4 -2
- package/dist/types/components/tree/tree.d.ts +6 -2
- package/dist/types/components/tree/tree.style.d.ts +1 -1
- package/dist/types/components/tree/use-tree.d.ts +183 -182
- package/dist/types/components/visually-hidden/visually-hidden.d.ts +2 -2
- package/dist/types/components/wrap/wrap.d.ts +3 -2
- package/dist/types/core/components/create-component.d.ts +7 -9
- package/dist/types/core/components/index.types.d.ts +0 -1
- package/dist/types/core/components/use-component-style.d.ts +0 -2
- package/dist/types/core/components/utils.d.ts +0 -1
- package/dist/types/core/constant.d.ts +0 -1
- package/dist/types/core/css/calc.d.ts +0 -1
- package/dist/types/core/css/config.d.ts +0 -1
- package/dist/types/core/css/css.d.ts +0 -1
- package/dist/types/core/css/index.d.ts +2 -2
- package/dist/types/core/css/index.types.d.ts +2 -2
- package/dist/types/core/css/styles.d.ts +44 -45
- package/dist/types/core/css/token.d.ts +0 -1
- package/dist/types/core/css/use-css.d.ts +0 -1
- package/dist/types/core/css/utils.d.ts +0 -2
- package/dist/types/core/generated-theme-tokens.types.d.ts +17 -18
- package/dist/types/core/index.d.ts +2 -4
- package/dist/types/core/system/color-mode-provider.d.ts +2 -2
- package/dist/types/core/system/config.d.ts +0 -1
- package/dist/types/core/system/create-system.d.ts +0 -1
- package/dist/types/core/system/factory.d.ts +0 -1
- package/dist/types/core/system/index.types.d.ts +0 -1
- package/dist/types/core/system/storage-script.d.ts +3 -3
- package/dist/types/core/system/styled.d.ts +2 -3
- package/dist/types/core/system/system-provider.d.ts +2 -2
- package/dist/types/core/system/var.d.ts +0 -2
- package/dist/types/hooks/use-async-callback/index.d.ts +1 -0
- package/dist/types/hooks/use-breakpoint/use-breakpoint-state.d.ts +2 -2
- package/dist/types/hooks/use-combobox/index.d.ts +1 -0
- package/dist/types/hooks/use-field-sizing/index.d.ts +2 -2
- package/dist/types/hooks/use-hover/index.d.ts +2 -2
- package/dist/types/hooks/use-popper/index.d.ts +2 -2
- package/dist/types/hooks/use-resize-observer/index.d.ts +3 -3
- package/dist/types/index.d.ts +109 -3
- package/dist/types/providers/i18n-provider/i18n-provider.d.ts +3 -3
- package/dist/types/providers/ui-provider/ui-provider.d.ts +3 -2
- package/dist/types/utils/children.d.ts +2 -2
- package/package.json +5 -5
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AnySelector, AttributeProperty, AttributeProps, Attributes, ConditionProperty, ConditionProps, ConditionSelector, Conditions, GroupAttributeProperty, GroupAttributeProps, GroupAttributes, PeerAttributeProperty, PeerAttributeProps, PeerAttributes, PseudoClassProperty, PseudoClassProps, PseudoClasses, PseudoElementProperty, PseudoElementProps, PseudoElements, attributeProperties, attributeSelectors, attributes, conditionProperties, conditionSelectors, conditions, getCondition, groupAttributeProperties, groupAttributeSelectors, groupAttributes, peerAttributeProperties, peerAttributeSelectors, peerAttributes, pseudoClassProperties, pseudoClassSelectors, pseudoClasses, pseudoElementProperties, pseudoElementSelectors, pseudoElements } from "./conditions.js";
|
|
2
2
|
import { display } from "./display.js";
|
|
3
3
|
import { AnimationProperty, AspectRatioProperty, AtRuleStyleProperty, BlurProperty, BorderProperty, ColorProperty, DurationProperty, EasingProperty, FontProperty, GradientProperty, KeyframeProperty, PseudoStyleProperty, RadiusProperty, ShadowProperty, ShorthandStyleProperty, SizeProperty, SpaceProperty, StandardStyleProperty, StyleProperty, StyleProps, StyledStyleProperty, Styles, VariableLengthProperty, ZIndexProperty, animationProperties, aspectRatioProperties, atRuleStyles, blurProperties, borderProperties, colorProperties, durationProperties, easingProperties, fontProperties, gradientProperties, keyframeProperties, pseudoStyles, radiusProperties, shadowProperties, shorthandStyles, sizeProperties, spaceProperties, standardStyles, styleProperties, styledStyles, styles, variableLengthProperties, zIndexProperties } from "./styles.js";
|
|
4
|
-
import { CSS, CSSAnimationObject, CSSAtRuleObject, CSSContainerObject, CSSFunction, CSSKeyframeObject, CSSMediaObject, CSSModifierObject, CSSObject, CSSObjectOrFunction, CSSPropObject, CSSProperties, CSSProps, CSSSlotObject, CSSVariable, ColorModeArray, ColorModeValue, ConditionObject, ExtractStyleValue, FunctionCSSInterpolation, ResponsiveObject, ResponsiveValue, ResponsiveWithConditionObject, StyleImportantValue, StyleValue, StyleValueWithCondition, Token } from "./index.types.js";
|
|
4
|
+
import { CSS, CSSAnimationObject, CSSAtRuleObject, CSSContainerObject, CSSFunction, CSSKeyframeObject, CSSMediaObject, CSSModifierObject, CSSObject, CSSObjectOrFunction, CSSPropObject, CSSProperties, CSSProps, CSSSlotObject, CSSVariable, CSSVariableProps, ColorModeArray, ColorModeValue, ConditionObject, ExtractStyleValue, ExtractStyleValueWithCondition, FunctionCSSInterpolation, ResponsiveObject, ResponsiveValue, ResponsiveWithConditionObject, StyleImportantValue, StyleValue, StyleValueWithCondition, Token } from "./index.types.js";
|
|
5
5
|
import { colorMix } from "./color-mix.js";
|
|
6
6
|
import { focusRingStyle } from "./focus-ring.js";
|
|
7
7
|
import { gradient } from "./gradient.js";
|
|
@@ -12,4 +12,4 @@ import { css, getStyle, transformConditionalValue } from "./css.js";
|
|
|
12
12
|
import { mergeCSS } from "./merge-css.js";
|
|
13
13
|
import { getCSS, useCSS } from "./use-css.js";
|
|
14
14
|
import { useInjectVarsIntoCss, useInjectVarsIntoProps } from "./use-inject-vars.js";
|
|
15
|
-
export { AnimationProperty, AnySelector, AspectRatioProperty, AtRuleStyleProperty, AttributeProperty, AttributeProps, Attributes, BlurProperty, BorderProperty, CSS, CSSAnimationObject, CSSAtRuleObject, CSSContainerObject, CSSFunction, CSSKeyframeObject, CSSMediaObject, CSSModifierObject, CSSObject, CSSObjectOrFunction, CSSPropObject, CSSProperties, CSSProps, CSSSlotObject, CSSVariable, ColorModeArray, ColorModeValue, ColorProperty, ConditionObject, ConditionProperty, ConditionProps, ConditionSelector, Conditions, DurationProperty, EasingProperty, ExtractStyleValue, FontProperty, FunctionCSSInterpolation, GradientProperty, GroupAttributeProperty, GroupAttributeProps, GroupAttributes, KeyframeProperty, PeerAttributeProperty, PeerAttributeProps, PeerAttributes, PseudoClassProperty, PseudoClassProps, PseudoClasses, PseudoElementProperty, PseudoElementProps, PseudoElements, PseudoStyleProperty, RadiusProperty, ResponsiveObject, ResponsiveValue, ResponsiveWithConditionObject, ShadowProperty, ShorthandStyleProperty, SizeProperty, SpaceProperty, StandardStyleProperty, StyleConfig, StyleConfigs, StyleImportantValue, StyleProperty, StyleProps, StyleValue, StyleValueWithCondition, StyledStyleProperty, Styles, Token, Transforms, VariableLengthProperty, ZIndexProperty, animation, animationProperties, aspectRatioProperties, atRuleStyles, attributeProperties, attributeSelectors, attributes, blurProperties, borderProperties, colorMix, colorProperties, conditionProperties, conditionSelectors, conditions, css, display, durationProperties, easingProperties, focusRingStyle, fontProperties, getCSS, getCSSFunction, getCondition, getStyle, gradient, gradientProperties, groupAttributeProperties, groupAttributeSelectors, groupAttributes, injectKeyframes, isCSSFunction, isCSSToken, isCSSVar, keyframeProperties, keyframes, mergeCSS, peerAttributeProperties, peerAttributeSelectors, peerAttributes, pseudoClassProperties, pseudoClassSelectors, pseudoClasses, pseudoElementProperties, pseudoElementSelectors, pseudoElements, pseudoStyles, radiusProperties, shadowProperties, shorthandStyles, sizeProperties, spaceProperties, standardStyles, styleProperties, styledStyles, styles, tokenToValue, tokenToVar, transformConditionalValue, transforms, useCSS, useInjectVarsIntoCss, useInjectVarsIntoProps, varToValue, variableLengthProperties, zIndexProperties };
|
|
15
|
+
export { AnimationProperty, AnySelector, AspectRatioProperty, AtRuleStyleProperty, AttributeProperty, AttributeProps, Attributes, BlurProperty, BorderProperty, CSS, CSSAnimationObject, CSSAtRuleObject, CSSContainerObject, CSSFunction, CSSKeyframeObject, CSSMediaObject, CSSModifierObject, CSSObject, CSSObjectOrFunction, CSSPropObject, CSSProperties, CSSProps, CSSSlotObject, CSSVariable, CSSVariableProps, ColorModeArray, ColorModeValue, ColorProperty, ConditionObject, ConditionProperty, ConditionProps, ConditionSelector, Conditions, DurationProperty, EasingProperty, ExtractStyleValue, ExtractStyleValueWithCondition, FontProperty, FunctionCSSInterpolation, GradientProperty, GroupAttributeProperty, GroupAttributeProps, GroupAttributes, KeyframeProperty, PeerAttributeProperty, PeerAttributeProps, PeerAttributes, PseudoClassProperty, PseudoClassProps, PseudoClasses, PseudoElementProperty, PseudoElementProps, PseudoElements, PseudoStyleProperty, RadiusProperty, ResponsiveObject, ResponsiveValue, ResponsiveWithConditionObject, ShadowProperty, ShorthandStyleProperty, SizeProperty, SpaceProperty, StandardStyleProperty, StyleConfig, StyleConfigs, StyleImportantValue, StyleProperty, StyleProps, StyleValue, StyleValueWithCondition, StyledStyleProperty, Styles, Token, Transforms, VariableLengthProperty, ZIndexProperty, animation, animationProperties, aspectRatioProperties, atRuleStyles, attributeProperties, attributeSelectors, attributes, blurProperties, borderProperties, colorMix, colorProperties, conditionProperties, conditionSelectors, conditions, css, display, durationProperties, easingProperties, focusRingStyle, fontProperties, getCSS, getCSSFunction, getCondition, getStyle, gradient, gradientProperties, groupAttributeProperties, groupAttributeSelectors, groupAttributes, injectKeyframes, isCSSFunction, isCSSToken, isCSSVar, keyframeProperties, keyframes, mergeCSS, peerAttributeProperties, peerAttributeSelectors, peerAttributes, pseudoClassProperties, pseudoClassSelectors, pseudoClasses, pseudoElementProperties, pseudoElementSelectors, pseudoElements, pseudoStyles, radiusProperties, shadowProperties, shorthandStyles, sizeProperties, spaceProperties, standardStyles, styleProperties, styledStyles, styles, tokenToValue, tokenToVar, transformConditionalValue, transforms, useCSS, useInjectVarsIntoCss, useInjectVarsIntoProps, varToValue, variableLengthProperties, zIndexProperties };
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { AnyString, Dict } from "../../utils/index.js";
|
|
2
2
|
import { Breakpoint, KeyframeIdent, System, ThemePath, ThemeTokens, UsageTheme } from "../system/index.types.js";
|
|
3
|
-
import "../system/index.js";
|
|
4
3
|
import { AnySelector, ConditionProperty, ConditionProps } from "./conditions.js";
|
|
5
4
|
import { StyleProps } from "./styles.js";
|
|
6
5
|
import * as CSS from "csstype";
|
|
@@ -17,6 +16,7 @@ type StyleValue<Y$1, M = unknown> = ColorModeValue<Y$1, M> | ResponsiveValue<Y$1
|
|
|
17
16
|
type ExtractStyleValue<Y$1> = Y$1 extends StyleValue<infer M> ? M : never;
|
|
18
17
|
type StyleImportantValue<Y$1 extends string> = `${Y$1}!` | `${Y$1} !important` | Y$1;
|
|
19
18
|
type StyleValueWithCondition<Y$1, M = unknown> = M extends keyof ThemeTokens ? ColorModeArray<ThemeTokens[M] | Y$1> | ResponsiveWithConditionObject<ThemeTokens[M] | Y$1> | ThemeTokens[M] | Y$1 : ColorModeArray<Y$1> | ResponsiveWithConditionObject<Y$1> | Y$1;
|
|
19
|
+
type ExtractStyleValueWithCondition<Y$1> = Y$1 extends StyleValueWithCondition<infer M> ? M : never;
|
|
20
20
|
type CSSVariable = `--${string}`;
|
|
21
21
|
interface CSSVariableProps {
|
|
22
22
|
[key: CSSVariable]: StyleValueWithCondition<number | ThemePath> | undefined;
|
|
@@ -132,5 +132,5 @@ interface FunctionCSSInterpolation {
|
|
|
132
132
|
type CSSObjectOrFunction = CSSObject | FunctionCSSInterpolation;
|
|
133
133
|
type CSSFunction = (system: System, theme?: UsageTheme) => (cssOrFn: CSSObjectOrFunction) => Dict;
|
|
134
134
|
//#endregion
|
|
135
|
-
export { type CSS, CSSAnimationObject, CSSAtRuleObject, CSSContainerObject, CSSFunction, CSSKeyframeObject, CSSMediaObject, CSSModifierObject, CSSObject, CSSObjectOrFunction, CSSPropObject, CSSProperties, CSSProps, CSSSlotObject, CSSVariable, ColorModeArray, ColorModeValue, ConditionObject, ExtractStyleValue, FunctionCSSInterpolation, ResponsiveObject, ResponsiveValue, ResponsiveWithConditionObject, StyleImportantValue, StyleValue, StyleValueWithCondition, Token };
|
|
135
|
+
export { type CSS, CSSAnimationObject, CSSAtRuleObject, CSSContainerObject, CSSFunction, CSSKeyframeObject, CSSMediaObject, CSSModifierObject, CSSObject, CSSObjectOrFunction, CSSPropObject, CSSProperties, CSSProps, CSSSlotObject, CSSVariable, CSSVariableProps, ColorModeArray, ColorModeValue, ConditionObject, ExtractStyleValue, ExtractStyleValueWithCondition, FunctionCSSInterpolation, ResponsiveObject, ResponsiveValue, ResponsiveWithConditionObject, StyleImportantValue, StyleValue, StyleValueWithCondition, Token };
|
|
136
136
|
//# sourceMappingURL=index.types.d.ts.map
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { AnyString } from "../../utils/index.js";
|
|
2
2
|
import { ColorScheme } from "../system/index.types.js";
|
|
3
|
-
import "../system/index.js";
|
|
4
3
|
import { display } from "./display.js";
|
|
5
4
|
import { colorScheme } from "./color-scheme.js";
|
|
6
5
|
import { CSSContainerObject, CSSMediaObject, CSSObject, StyleValueWithCondition } from "./index.types.js";
|
|
@@ -3855,35 +3854,35 @@ declare const styleProperties: StyleProperty[];
|
|
|
3855
3854
|
type VariableLengthProperty = (typeof variableLengthProperties)[number];
|
|
3856
3855
|
declare const variableLengthProperties: readonly ["_container", "_media", "_supports"];
|
|
3857
3856
|
type SizeProperty = (typeof sizeProperties)[number];
|
|
3858
|
-
declare const sizeProperties: readonly ["backfaceVisibility", "blockSize", "columnWidth", "containIntrinsicWidth", "flexBasis", "gridAutoColumns", "gridAutoRows", "gridTemplateColumns", "gridTemplateRows", "
|
|
3857
|
+
declare const sizeProperties: readonly ["backfaceVisibility", "blockSize", "boxSize", "columnWidth", "containIntrinsicWidth", "flexBasis", "gridAutoColumns", "gridAutoRows", "gridTemplateColumns", "gridTemplateRows", "h", "height", "inlineSize", "maxBlockSize", "maxBoxSize", "maxH", "maxHeight", "maxInlineSize", "maxW", "maxWidth", "minBlockSize", "minBoxSize", "minH", "minHeight", "minInlineSize", "minW", "minWidth", "w", "width"];
|
|
3859
3858
|
type AnimationProperty = (typeof animationProperties)[number];
|
|
3860
3859
|
declare const animationProperties: readonly ["animation"];
|
|
3861
3860
|
type AspectRatioProperty = (typeof aspectRatioProperties)[number];
|
|
3862
3861
|
declare const aspectRatioProperties: readonly ["aspectRatio"];
|
|
3863
3862
|
type BlurProperty = (typeof blurProperties)[number];
|
|
3864
|
-
declare const blurProperties: readonly ["
|
|
3863
|
+
declare const blurProperties: readonly ["backdropBlur", "blur"];
|
|
3865
3864
|
type BorderProperty = (typeof borderProperties)[number];
|
|
3866
|
-
declare const borderProperties: readonly ["border", "borderBlock", "borderBlockEnd", "borderBlockStart", "borderBottom", "
|
|
3865
|
+
declare const borderProperties: readonly ["border", "borderBlock", "borderBlockEnd", "borderBlockStart", "borderBottom", "borderEnd", "borderImage", "borderInline", "borderInlineEnd", "borderInlineStart", "borderLeft", "borderRight", "borderStart", "borderTop", "borderX", "borderY"];
|
|
3867
3866
|
type ColorProperty = (typeof colorProperties)[number];
|
|
3868
|
-
declare const colorProperties: readonly ["
|
|
3867
|
+
declare const colorProperties: readonly ["accent", "accentColor", "background", "backgroundColor", "bg", "bgColor", "borderBlockColor", "borderBlockEndColor", "borderBlockStartColor", "borderBottomColor", "borderColor", "borderEndColor", "borderInlineColor", "borderInlineEndColor", "borderInlineStartColor", "borderLeftColor", "borderRightColor", "borderStartColor", "borderTopColor", "caret", "caretColor", "color", "columnRuleColor", "fill", "floodColor", "focusRingColor", "lightingColor", "outlineColor", "scrollbarColor", "stopColor", "stroke", "strokeColor", "textColor", "textDecorationColor", "textEmphasisColor"];
|
|
3869
3868
|
type DurationProperty = (typeof durationProperties)[number];
|
|
3870
3869
|
declare const durationProperties: readonly ["animationDuration", "transitionDuration"];
|
|
3871
3870
|
type EasingProperty = (typeof easingProperties)[number];
|
|
3872
3871
|
declare const easingProperties: readonly ["animationTimingFunction", "transitionTimingFunction"];
|
|
3873
3872
|
type FontProperty = (typeof fontProperties)[number];
|
|
3874
|
-
declare const fontProperties: readonly ["fontFamily", "fontSize", "
|
|
3873
|
+
declare const fontProperties: readonly ["fontFamily", "fontSize", "fontWeight", "leading", "letterSpacing", "lineHeight", "text", "tracking"];
|
|
3875
3874
|
type GradientProperty = (typeof gradientProperties)[number];
|
|
3876
|
-
declare const gradientProperties: readonly ["backgroundImage", "
|
|
3875
|
+
declare const gradientProperties: readonly ["backgroundImage", "bgGradient", "bgImage", "bgImg", "borderImageSource", "listStyleImage", "listStyleImg", "maskImage"];
|
|
3877
3876
|
type KeyframeProperty = (typeof keyframeProperties)[number];
|
|
3878
|
-
declare const keyframeProperties: readonly ["
|
|
3877
|
+
declare const keyframeProperties: readonly ["_keyframes", "animationName"];
|
|
3879
3878
|
type RadiusProperty = (typeof radiusProperties)[number];
|
|
3880
|
-
declare const radiusProperties: readonly ["borderBottomLeftRadius", "
|
|
3879
|
+
declare const radiusProperties: readonly ["borderBottomEndRadius", "borderBottomLeftRadius", "borderBottomRadius", "borderBottomRightRadius", "borderBottomStartRadius", "borderEndEndRadius", "borderEndRadius", "borderEndStartRadius", "borderInlineEndRadius", "borderInlineStartRadius", "borderLeftRadius", "borderRadius", "borderRightRadius", "borderStartEndRadius", "borderStartRadius", "borderStartStartRadius", "borderTopEndRadius", "borderTopLeftRadius", "borderTopRadius", "borderTopRightRadius", "borderTopStartRadius", "rounded", "roundedBottom", "roundedBottomEnd", "roundedBottomLeft", "roundedBottomRight", "roundedBottomStart", "roundedEnd", "roundedLeft", "roundedRight", "roundedStart", "roundedTop", "roundedTopEnd", "roundedTopLeft", "roundedTopRight", "roundedTopStart"];
|
|
3881
3880
|
type ShadowProperty = (typeof shadowProperties)[number];
|
|
3882
|
-
declare const shadowProperties: readonly ["
|
|
3881
|
+
declare const shadowProperties: readonly ["backdropDropShadow", "boxShadow", "dropShadow", "shadow", "textShadow"];
|
|
3883
3882
|
type SpaceProperty = (typeof spaceProperties)[number];
|
|
3884
|
-
declare const spaceProperties: readonly ["bottom", "columnGap", "
|
|
3883
|
+
declare const spaceProperties: readonly ["bottom", "columnGap", "focusRingOffset", "g", "gap", "gapX", "gapY", "gx", "gy", "inset", "insetBlock", "insetBlockEnd", "insetBlockStart", "insetEnd", "insetInline", "insetInlineEnd", "insetInlineStart", "insetStart", "insetX", "insetY", "left", "m", "margin", "marginBlock", "marginBlockEnd", "marginBlockStart", "marginBottom", "marginEnd", "marginInline", "marginInlineEnd", "marginInlineStart", "marginLeft", "marginRight", "marginStart", "marginTop", "marginX", "marginY", "mb", "me", "ml", "mr", "ms", "mt", "mx", "my", "p", "padding", "paddingBlock", "paddingBlockEnd", "paddingBlockStart", "paddingBottom", "paddingEnd", "paddingInline", "paddingInlineEnd", "paddingInlineStart", "paddingLeft", "paddingRight", "paddingStart", "paddingTop", "paddingX", "paddingY", "pb", "pe", "pl", "pr", "ps", "pt", "px", "py", "right", "rowGap", "scrollMargin", "scrollMarginBottom", "scrollMarginLeft", "scrollMarginRight", "scrollMarginTop", "scrollMarginX", "scrollMarginY", "scrollPadding", "scrollPaddingBottom", "scrollPaddingLeft", "scrollPaddingRight", "scrollPaddingTop", "scrollPaddingX", "scrollPaddingY", "top", "translateX", "translateY"];
|
|
3885
3884
|
type ZIndexProperty = (typeof zIndexProperties)[number];
|
|
3886
|
-
declare const zIndexProperties: readonly ["
|
|
3885
|
+
declare const zIndexProperties: readonly ["z", "zIndex"];
|
|
3887
3886
|
interface StyleProps {
|
|
3888
3887
|
/**
|
|
3889
3888
|
* ### container
|
|
@@ -5003,7 +5002,7 @@ interface StyleProps {
|
|
|
5003
5002
|
*
|
|
5004
5003
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-bottom-right-radius
|
|
5005
5004
|
*/
|
|
5006
|
-
borderBottomRadius?: StyleValueWithCondition<AnyString |
|
|
5005
|
+
borderBottomRadius?: StyleValueWithCondition<AnyString | CSS.Property.BorderBottomLeftRadius | CSS.Property.BorderBottomRightRadius | number, "radii">;
|
|
5007
5006
|
/**
|
|
5008
5007
|
* ### border-bottom-right-radius
|
|
5009
5008
|
*
|
|
@@ -5135,7 +5134,7 @@ interface StyleProps {
|
|
|
5135
5134
|
*
|
|
5136
5135
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-end-start-radius
|
|
5137
5136
|
*/
|
|
5138
|
-
borderEndRadius?: StyleValueWithCondition<AnyString |
|
|
5137
|
+
borderEndRadius?: StyleValueWithCondition<AnyString | CSS.Property.BorderEndEndRadius | CSS.Property.BorderEndStartRadius | number, "radii">;
|
|
5139
5138
|
/**
|
|
5140
5139
|
* ### border-end-start-radius
|
|
5141
5140
|
*
|
|
@@ -5315,7 +5314,7 @@ interface StyleProps {
|
|
|
5315
5314
|
*
|
|
5316
5315
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-end-start-radius
|
|
5317
5316
|
*/
|
|
5318
|
-
borderInlineEndRadius?: StyleValueWithCondition<AnyString |
|
|
5317
|
+
borderInlineEndRadius?: StyleValueWithCondition<AnyString | CSS.Property.BorderEndEndRadius | CSS.Property.BorderEndStartRadius | number, "radii">;
|
|
5319
5318
|
/**
|
|
5320
5319
|
* ### border-inline-end-style
|
|
5321
5320
|
*
|
|
@@ -5387,7 +5386,7 @@ interface StyleProps {
|
|
|
5387
5386
|
*
|
|
5388
5387
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-start-start-radius
|
|
5389
5388
|
*/
|
|
5390
|
-
borderInlineStartRadius?: StyleValueWithCondition<AnyString |
|
|
5389
|
+
borderInlineStartRadius?: StyleValueWithCondition<AnyString | CSS.Property.BorderStartEndRadius | CSS.Property.BorderStartStartRadius | number, "radii">;
|
|
5391
5390
|
/**
|
|
5392
5391
|
* ### border-inline-start-style
|
|
5393
5392
|
*
|
|
@@ -5483,7 +5482,7 @@ interface StyleProps {
|
|
|
5483
5482
|
*
|
|
5484
5483
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-top-left-radius
|
|
5485
5484
|
*/
|
|
5486
|
-
borderLeftRadius?: StyleValueWithCondition<AnyString |
|
|
5485
|
+
borderLeftRadius?: StyleValueWithCondition<AnyString | CSS.Property.BorderBottomLeftRadius | CSS.Property.BorderTopLeftRadius | number, "radii">;
|
|
5487
5486
|
/**
|
|
5488
5487
|
* ### border-left-style
|
|
5489
5488
|
*
|
|
@@ -5567,7 +5566,7 @@ interface StyleProps {
|
|
|
5567
5566
|
*
|
|
5568
5567
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-top-right-radius
|
|
5569
5568
|
*/
|
|
5570
|
-
borderRightRadius?: StyleValueWithCondition<AnyString |
|
|
5569
|
+
borderRightRadius?: StyleValueWithCondition<AnyString | CSS.Property.BorderBottomRightRadius | CSS.Property.BorderTopRightRadius | number, "radii">;
|
|
5571
5570
|
/**
|
|
5572
5571
|
* ### border-right-style
|
|
5573
5572
|
*
|
|
@@ -5673,7 +5672,7 @@ interface StyleProps {
|
|
|
5673
5672
|
*
|
|
5674
5673
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-start-start-radius
|
|
5675
5674
|
*/
|
|
5676
|
-
borderStartRadius?: StyleValueWithCondition<AnyString |
|
|
5675
|
+
borderStartRadius?: StyleValueWithCondition<AnyString | CSS.Property.BorderStartEndRadius | CSS.Property.BorderStartStartRadius | number, "radii">;
|
|
5677
5676
|
/**
|
|
5678
5677
|
* ### border-start-start-radius
|
|
5679
5678
|
*
|
|
@@ -5793,7 +5792,7 @@ interface StyleProps {
|
|
|
5793
5792
|
*
|
|
5794
5793
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-top-right-radius
|
|
5795
5794
|
*/
|
|
5796
|
-
borderTopRadius?: StyleValueWithCondition<AnyString |
|
|
5795
|
+
borderTopRadius?: StyleValueWithCondition<AnyString | CSS.Property.BorderTopLeftRadius | CSS.Property.BorderTopRightRadius | number, "radii">;
|
|
5797
5796
|
/**
|
|
5798
5797
|
* ### border-top-right-radius
|
|
5799
5798
|
*
|
|
@@ -5877,7 +5876,7 @@ interface StyleProps {
|
|
|
5877
5876
|
*
|
|
5878
5877
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-right
|
|
5879
5878
|
*/
|
|
5880
|
-
borderX?: StyleValueWithCondition<AnyString |
|
|
5879
|
+
borderX?: StyleValueWithCondition<AnyString | CSS.Property.BorderLeft | CSS.Property.BorderRight | number, "borders">;
|
|
5881
5880
|
/**
|
|
5882
5881
|
* ### border-bottom
|
|
5883
5882
|
*
|
|
@@ -5901,7 +5900,7 @@ interface StyleProps {
|
|
|
5901
5900
|
*
|
|
5902
5901
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-top
|
|
5903
5902
|
*/
|
|
5904
|
-
borderY?: StyleValueWithCondition<AnyString |
|
|
5903
|
+
borderY?: StyleValueWithCondition<AnyString | CSS.Property.BorderBottom | CSS.Property.BorderTop | number, "borders">;
|
|
5905
5904
|
/**
|
|
5906
5905
|
* ### bottom
|
|
5907
5906
|
*
|
|
@@ -6039,7 +6038,7 @@ interface StyleProps {
|
|
|
6039
6038
|
*
|
|
6040
6039
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/width
|
|
6041
6040
|
*/
|
|
6042
|
-
boxSize?: StyleValueWithCondition<AnyString |
|
|
6041
|
+
boxSize?: StyleValueWithCondition<AnyString | CSS.Property.Height | CSS.Property.Width | number, "sizes">;
|
|
6043
6042
|
/**
|
|
6044
6043
|
* ### box-sizing
|
|
6045
6044
|
*
|
|
@@ -7978,7 +7977,7 @@ interface StyleProps {
|
|
|
7978
7977
|
*
|
|
7979
7978
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/right
|
|
7980
7979
|
*/
|
|
7981
|
-
insetX?: StyleValueWithCondition<AnyString |
|
|
7980
|
+
insetX?: StyleValueWithCondition<AnyString | CSS.Property.Left | CSS.Property.Right | number, "spaces">;
|
|
7982
7981
|
/**
|
|
7983
7982
|
* ### bottom
|
|
7984
7983
|
*
|
|
@@ -8002,7 +8001,7 @@ interface StyleProps {
|
|
|
8002
8001
|
*
|
|
8003
8002
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/top
|
|
8004
8003
|
*/
|
|
8005
|
-
insetY?: StyleValueWithCondition<AnyString |
|
|
8004
|
+
insetY?: StyleValueWithCondition<AnyString | CSS.Property.Bottom | CSS.Property.Top | number, "spaces">;
|
|
8006
8005
|
/**
|
|
8007
8006
|
* ### interactivity
|
|
8008
8007
|
*
|
|
@@ -8464,7 +8463,7 @@ interface StyleProps {
|
|
|
8464
8463
|
*
|
|
8465
8464
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/margin-inline-start
|
|
8466
8465
|
*/
|
|
8467
|
-
marginX?: StyleValueWithCondition<AnyString |
|
|
8466
|
+
marginX?: StyleValueWithCondition<AnyString | CSS.Property.MarginInlineEnd | CSS.Property.MarginInlineStart | number, "spaces">;
|
|
8468
8467
|
/**
|
|
8469
8468
|
* ### margin-bottom
|
|
8470
8469
|
*
|
|
@@ -8488,7 +8487,7 @@ interface StyleProps {
|
|
|
8488
8487
|
*
|
|
8489
8488
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/margin-top
|
|
8490
8489
|
*/
|
|
8491
|
-
marginY?: StyleValueWithCondition<AnyString |
|
|
8490
|
+
marginY?: StyleValueWithCondition<AnyString | CSS.Property.MarginBottom | CSS.Property.MarginTop | number, "spaces">;
|
|
8492
8491
|
/**
|
|
8493
8492
|
* ### marker
|
|
8494
8493
|
*
|
|
@@ -8779,7 +8778,7 @@ interface StyleProps {
|
|
|
8779
8778
|
*
|
|
8780
8779
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/max-width
|
|
8781
8780
|
*/
|
|
8782
|
-
maxBoxSize?: StyleValueWithCondition<AnyString |
|
|
8781
|
+
maxBoxSize?: StyleValueWithCondition<AnyString | CSS.Property.MaxHeight | CSS.Property.MaxWidth | number, "sizes">;
|
|
8783
8782
|
/**
|
|
8784
8783
|
* ### max-height
|
|
8785
8784
|
*
|
|
@@ -8899,7 +8898,7 @@ interface StyleProps {
|
|
|
8899
8898
|
*
|
|
8900
8899
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/min-width
|
|
8901
8900
|
*/
|
|
8902
|
-
minBoxSize?: StyleValueWithCondition<AnyString |
|
|
8901
|
+
minBoxSize?: StyleValueWithCondition<AnyString | CSS.Property.MinHeight | CSS.Property.MinWidth | number, "sizes">;
|
|
8903
8902
|
/**
|
|
8904
8903
|
* ### min-height
|
|
8905
8904
|
*
|
|
@@ -9043,7 +9042,7 @@ interface StyleProps {
|
|
|
9043
9042
|
*
|
|
9044
9043
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/margin-inline-start
|
|
9045
9044
|
*/
|
|
9046
|
-
mx?: StyleValueWithCondition<AnyString |
|
|
9045
|
+
mx?: StyleValueWithCondition<AnyString | CSS.Property.MarginInlineEnd | CSS.Property.MarginInlineStart | number, "spaces">;
|
|
9047
9046
|
/**
|
|
9048
9047
|
* ### margin-bottom
|
|
9049
9048
|
*
|
|
@@ -9067,7 +9066,7 @@ interface StyleProps {
|
|
|
9067
9066
|
*
|
|
9068
9067
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/margin-top
|
|
9069
9068
|
*/
|
|
9070
|
-
my?: StyleValueWithCondition<AnyString |
|
|
9069
|
+
my?: StyleValueWithCondition<AnyString | CSS.Property.MarginBottom | CSS.Property.MarginTop | number, "spaces">;
|
|
9071
9070
|
/**
|
|
9072
9071
|
* ### object-fit
|
|
9073
9072
|
*
|
|
@@ -9661,7 +9660,7 @@ interface StyleProps {
|
|
|
9661
9660
|
*
|
|
9662
9661
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/padding-inline-start
|
|
9663
9662
|
*/
|
|
9664
|
-
paddingX?: StyleValueWithCondition<AnyString |
|
|
9663
|
+
paddingX?: StyleValueWithCondition<AnyString | CSS.Property.PaddingInlineEnd | CSS.Property.PaddingInlineStart | number, "spaces">;
|
|
9665
9664
|
/**
|
|
9666
9665
|
* ### padding-bottom
|
|
9667
9666
|
*
|
|
@@ -9685,7 +9684,7 @@ interface StyleProps {
|
|
|
9685
9684
|
*
|
|
9686
9685
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/padding-top
|
|
9687
9686
|
*/
|
|
9688
|
-
paddingY?: StyleValueWithCondition<AnyString |
|
|
9687
|
+
paddingY?: StyleValueWithCondition<AnyString | CSS.Property.PaddingBottom | CSS.Property.PaddingTop | number, "spaces">;
|
|
9689
9688
|
/**
|
|
9690
9689
|
* ### page
|
|
9691
9690
|
*
|
|
@@ -10000,7 +9999,7 @@ interface StyleProps {
|
|
|
10000
9999
|
*
|
|
10001
10000
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/padding-inline-start
|
|
10002
10001
|
*/
|
|
10003
|
-
px?: StyleValueWithCondition<AnyString |
|
|
10002
|
+
px?: StyleValueWithCondition<AnyString | CSS.Property.PaddingInlineEnd | CSS.Property.PaddingInlineStart | number, "spaces">;
|
|
10004
10003
|
/**
|
|
10005
10004
|
* ### padding-bottom
|
|
10006
10005
|
*
|
|
@@ -10024,7 +10023,7 @@ interface StyleProps {
|
|
|
10024
10023
|
*
|
|
10025
10024
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/padding-top
|
|
10026
10025
|
*/
|
|
10027
|
-
py?: StyleValueWithCondition<AnyString |
|
|
10026
|
+
py?: StyleValueWithCondition<AnyString | CSS.Property.PaddingBottom | CSS.Property.PaddingTop | number, "spaces">;
|
|
10028
10027
|
/**
|
|
10029
10028
|
* ### quotes
|
|
10030
10029
|
*
|
|
@@ -10154,7 +10153,7 @@ interface StyleProps {
|
|
|
10154
10153
|
*
|
|
10155
10154
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-bottom-right-radius
|
|
10156
10155
|
*/
|
|
10157
|
-
roundedBottom?: StyleValueWithCondition<AnyString |
|
|
10156
|
+
roundedBottom?: StyleValueWithCondition<AnyString | CSS.Property.BorderBottomLeftRadius | CSS.Property.BorderBottomRightRadius | number, "radii">;
|
|
10158
10157
|
/**
|
|
10159
10158
|
* ### border-end-end-radius
|
|
10160
10159
|
*
|
|
@@ -10226,7 +10225,7 @@ interface StyleProps {
|
|
|
10226
10225
|
*
|
|
10227
10226
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-end-start-radius
|
|
10228
10227
|
*/
|
|
10229
|
-
roundedEnd?: StyleValueWithCondition<AnyString |
|
|
10228
|
+
roundedEnd?: StyleValueWithCondition<AnyString | CSS.Property.BorderEndEndRadius | CSS.Property.BorderEndStartRadius | number, "radii">;
|
|
10230
10229
|
/**
|
|
10231
10230
|
* ### border-bottom-left-radius
|
|
10232
10231
|
*
|
|
@@ -10250,7 +10249,7 @@ interface StyleProps {
|
|
|
10250
10249
|
*
|
|
10251
10250
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-top-left-radius
|
|
10252
10251
|
*/
|
|
10253
|
-
roundedLeft?: StyleValueWithCondition<AnyString |
|
|
10252
|
+
roundedLeft?: StyleValueWithCondition<AnyString | CSS.Property.BorderBottomLeftRadius | CSS.Property.BorderTopLeftRadius | number, "radii">;
|
|
10254
10253
|
/**
|
|
10255
10254
|
* ### border-bottom-right-radius
|
|
10256
10255
|
*
|
|
@@ -10274,7 +10273,7 @@ interface StyleProps {
|
|
|
10274
10273
|
*
|
|
10275
10274
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-top-right-radius
|
|
10276
10275
|
*/
|
|
10277
|
-
roundedRight?: StyleValueWithCondition<AnyString |
|
|
10276
|
+
roundedRight?: StyleValueWithCondition<AnyString | CSS.Property.BorderBottomRightRadius | CSS.Property.BorderTopRightRadius | number, "radii">;
|
|
10278
10277
|
/**
|
|
10279
10278
|
* ### border-start-end-radius
|
|
10280
10279
|
*
|
|
@@ -10298,7 +10297,7 @@ interface StyleProps {
|
|
|
10298
10297
|
*
|
|
10299
10298
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-start-start-radius
|
|
10300
10299
|
*/
|
|
10301
|
-
roundedStart?: StyleValueWithCondition<AnyString |
|
|
10300
|
+
roundedStart?: StyleValueWithCondition<AnyString | CSS.Property.BorderStartEndRadius | CSS.Property.BorderStartStartRadius | number, "radii">;
|
|
10302
10301
|
/**
|
|
10303
10302
|
* ### border-top-left-radius
|
|
10304
10303
|
*
|
|
@@ -10322,7 +10321,7 @@ interface StyleProps {
|
|
|
10322
10321
|
*
|
|
10323
10322
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-top-right-radius
|
|
10324
10323
|
*/
|
|
10325
|
-
roundedTop?: StyleValueWithCondition<AnyString |
|
|
10324
|
+
roundedTop?: StyleValueWithCondition<AnyString | CSS.Property.BorderTopLeftRadius | CSS.Property.BorderTopRightRadius | number, "radii">;
|
|
10326
10325
|
/**
|
|
10327
10326
|
* ### border-start-end-radius
|
|
10328
10327
|
*
|
|
@@ -10679,7 +10678,7 @@ interface StyleProps {
|
|
|
10679
10678
|
*
|
|
10680
10679
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-margin-right
|
|
10681
10680
|
*/
|
|
10682
|
-
scrollMarginX?: StyleValueWithCondition<AnyString |
|
|
10681
|
+
scrollMarginX?: StyleValueWithCondition<AnyString | CSS.Property.ScrollMarginLeft | CSS.Property.ScrollMarginRight | number, "spaces">;
|
|
10683
10682
|
/**
|
|
10684
10683
|
* ### scroll-margin-bottom
|
|
10685
10684
|
*
|
|
@@ -10703,7 +10702,7 @@ interface StyleProps {
|
|
|
10703
10702
|
*
|
|
10704
10703
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-margin-top
|
|
10705
10704
|
*/
|
|
10706
|
-
scrollMarginY?: StyleValueWithCondition<AnyString |
|
|
10705
|
+
scrollMarginY?: StyleValueWithCondition<AnyString | CSS.Property.ScrollMarginBottom | CSS.Property.ScrollMarginTop | number, "spaces">;
|
|
10707
10706
|
/**
|
|
10708
10707
|
* ### scroll-marker-group
|
|
10709
10708
|
*
|
|
@@ -10871,7 +10870,7 @@ interface StyleProps {
|
|
|
10871
10870
|
*
|
|
10872
10871
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-padding-right
|
|
10873
10872
|
*/
|
|
10874
|
-
scrollPaddingX?: StyleValueWithCondition<AnyString |
|
|
10873
|
+
scrollPaddingX?: StyleValueWithCondition<AnyString | CSS.Property.ScrollPaddingLeft | CSS.Property.ScrollPaddingRight | number, "spaces">;
|
|
10875
10874
|
/**
|
|
10876
10875
|
* ### scroll-padding-bottom
|
|
10877
10876
|
*
|
|
@@ -10895,7 +10894,7 @@ interface StyleProps {
|
|
|
10895
10894
|
*
|
|
10896
10895
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-padding-top
|
|
10897
10896
|
*/
|
|
10898
|
-
scrollPaddingY?: StyleValueWithCondition<AnyString |
|
|
10897
|
+
scrollPaddingY?: StyleValueWithCondition<AnyString | CSS.Property.ScrollPaddingBottom | CSS.Property.ScrollPaddingTop | number, "spaces">;
|
|
10899
10898
|
/**
|
|
10900
10899
|
* ### scroll-snap-align
|
|
10901
10900
|
*
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Dict } from "../../utils/index.js";
|
|
2
2
|
import { System, UsageTheme } from "../system/index.types.js";
|
|
3
3
|
import { ThemeToken } from "../system/create-system.js";
|
|
4
|
-
import "../system/index.js";
|
|
5
4
|
import { CSSFunction, CSSProperties } from "./index.types.js";
|
|
6
|
-
import "./config.js";
|
|
7
5
|
|
|
8
6
|
//#region src/core/css/utils.d.ts
|
|
9
7
|
interface TransformOptions {
|