@yamada-ui/react 2.2.3 → 2.2.4-dev-20260706063021
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/accordion/accordion.cjs +1 -0
- package/dist/cjs/components/accordion/namespace.cjs +13 -0
- package/dist/cjs/components/action-bar/namespace.cjs +7 -0
- package/dist/cjs/components/alert/namespace.cjs +7 -0
- package/dist/cjs/components/alpha-slider/alpha-slider.cjs +1 -0
- package/dist/cjs/components/alpha-slider/namespace.cjs +6 -0
- package/dist/cjs/components/autocomplete/namespace.cjs +6 -0
- package/dist/cjs/components/avatar/namespace.cjs +4 -0
- package/dist/cjs/components/blockquote/namespace.cjs +7 -0
- package/dist/cjs/components/breadcrumb/namespace.cjs +5 -0
- package/dist/cjs/components/button/namespace.cjs +7 -0
- package/dist/cjs/components/calendar/namespace.cjs +10 -0
- package/dist/cjs/components/card/namespace.cjs +6 -0
- package/dist/cjs/components/carousel/namespace.cjs +9 -0
- package/dist/cjs/components/chart/area-chart.namespace.cjs +14 -0
- package/dist/cjs/components/chart/bar-chart.namespace.cjs +13 -0
- package/dist/cjs/components/chart/composed-chart.namespace.cjs +15 -0
- package/dist/cjs/components/chart/donut-chart.namespace.cjs +10 -0
- package/dist/cjs/components/chart/line-chart.namespace.cjs +13 -0
- package/dist/cjs/components/chart/pie-chart.namespace.cjs +10 -0
- package/dist/cjs/components/chart/polar-chart.cjs.map +1 -1
- package/dist/cjs/components/chart/radar-chart.namespace.cjs +13 -0
- package/dist/cjs/components/chart/radial-chart.namespace.cjs +13 -0
- package/dist/cjs/components/chart/use-cartesian-chart.cjs +1 -3
- package/dist/cjs/components/chart/use-cartesian-chart.cjs.map +1 -1
- package/dist/cjs/components/checkbox/checkbox-group.cjs +1 -0
- package/dist/cjs/components/checkbox/namespace.cjs +4 -0
- package/dist/cjs/components/checkbox-card/checkbox-card-group.cjs +1 -0
- package/dist/cjs/components/checkbox-card/checkbox-card-group.namespace.cjs +7 -0
- package/dist/cjs/components/checkbox-card/checkbox-card.namespace.cjs +6 -0
- package/dist/cjs/components/circle-progress/namespace.cjs +4 -0
- package/dist/cjs/components/color-selector/namespace.cjs +10 -0
- package/dist/cjs/components/color-swatch/color-swatch.cjs +1 -0
- package/dist/cjs/components/container/namespace.cjs +6 -0
- package/dist/cjs/components/data-list/namespace.cjs +6 -0
- package/dist/cjs/components/date-picker/use-date-picker.cjs +1 -1
- package/dist/cjs/components/drawer/drawer.cjs +1 -0
- package/dist/cjs/components/drawer/namespace.cjs +13 -0
- package/dist/cjs/components/dropzone/namespace.cjs +16 -0
- package/dist/cjs/components/editable/namespace.cjs +12 -0
- package/dist/cjs/components/empty-state/namespace.cjs +7 -0
- package/dist/cjs/components/field/field.cjs +1 -0
- package/dist/cjs/components/field/namespace.cjs +6 -0
- package/dist/cjs/components/fieldset/namespace.cjs +8 -0
- package/dist/cjs/components/focus-lock/focus-lock.cjs +1 -1
- package/dist/cjs/components/form/namespace.cjs +10 -0
- package/dist/cjs/components/format/namespace.cjs +17 -0
- package/dist/cjs/components/hue-slider/namespace.cjs +6 -0
- package/dist/cjs/components/icon/icons/ad-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/ad-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/banknote-check-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/banknote-check-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/bone-fracture-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/bone-fracture-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/clock-arrow-left-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/clock-arrow-left-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/clock-arrow-right-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/clock-arrow-right-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/database-arrow-down-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/database-arrow-down-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/database-arrow-up-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/database-arrow-up-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/database-check-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/database-check-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/database-minus-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/database-minus-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/database-plus-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/database-plus-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/database-x-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/database-x-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/eye-dashed-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/eye-dashed-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/index.cjs +87 -0
- package/dist/cjs/components/icon/icons/index.cjs.map +1 -1
- package/dist/cjs/components/icon/icons/list-sort-ascending-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/list-sort-ascending-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/list-sort-descending-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/list-sort-descending-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/pencil-sparkles-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/pencil-sparkles-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/phi-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/phi-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/podium-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/podium-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/save-check-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/save-check-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/save-pen-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/save-pen-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/save-plus-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/save-plus-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/star-check-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/star-check-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/star-minus-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/star-minus-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/star-plus-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/star-plus-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/star-x-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/star-x-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/summary-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/summary-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/tag-plus-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/tag-plus-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/tag-x-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/tag-x-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/user-round-arrow-left-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/user-round-arrow-left-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/icons/wrench-off-icon.cjs +14 -0
- package/dist/cjs/components/icon/icons/wrench-off-icon.cjs.map +1 -0
- package/dist/cjs/components/icon/index.cjs +58 -0
- package/dist/cjs/components/input/namespace.cjs +7 -0
- package/dist/cjs/components/link-box/namespace.cjs +4 -0
- package/dist/cjs/components/list/namespace.cjs +5 -0
- package/dist/cjs/components/loading/namespace.cjs +8 -0
- package/dist/cjs/components/menu/namespace.cjs +17 -0
- package/dist/cjs/components/modal/modal.cjs +1 -0
- package/dist/cjs/components/modal/namespace.cjs +12 -0
- package/dist/cjs/components/native-accordion/namespace.cjs +7 -0
- package/dist/cjs/components/native-popover/namespace.cjs +10 -0
- package/dist/cjs/components/native-select/namespace.cjs +6 -0
- package/dist/cjs/components/native-table/namespace.cjs +12 -0
- package/dist/cjs/components/notice/notice.cjs +2 -0
- package/dist/cjs/components/pagination/namespace.cjs +10 -0
- package/dist/cjs/components/pin-input/namespace.cjs +7 -0
- package/dist/cjs/components/popover/namespace.cjs +10 -0
- package/dist/cjs/components/qr-code/namespace.cjs +6 -0
- package/dist/cjs/components/radio/namespace.cjs +4 -0
- package/dist/cjs/components/radio/radio-group.cjs +1 -0
- package/dist/cjs/components/radio-card/radio-card-group.cjs +1 -0
- package/dist/cjs/components/radio-card/radio-card-group.namespace.cjs +7 -0
- package/dist/cjs/components/radio-card/radio-card.namespace.cjs +6 -0
- package/dist/cjs/components/reorder/namespace.cjs +9 -0
- package/dist/cjs/components/resizable/namespace.cjs +8 -0
- package/dist/cjs/components/resizable/use-resizable.cjs +1 -0
- package/dist/cjs/components/saturation-slider/namespace.cjs +5 -0
- package/dist/cjs/components/segmented-control/namespace.cjs +9 -0
- package/dist/cjs/components/select/namespace.cjs +7 -0
- package/dist/cjs/components/sidebar/namespace.cjs +30 -0
- package/dist/cjs/components/slider/namespace.cjs +9 -0
- package/dist/cjs/components/stat/namespace.cjs +8 -0
- package/dist/cjs/components/steps/namespace.cjs +21 -0
- package/dist/cjs/components/tabs/namespace.cjs +15 -0
- package/dist/cjs/components/timeline/namespace.cjs +9 -0
- package/dist/cjs/components/toggle/namespace.cjs +4 -0
- package/dist/cjs/components/tree/namespace.cjs +10 -0
- package/dist/cjs/components/tree/use-tree.cjs +1 -1
- package/dist/cjs/components/tree/use-tree.cjs.map +1 -1
- package/dist/cjs/core/components/props.cjs +1 -1
- package/dist/cjs/core/components/props.cjs.map +1 -1
- package/dist/cjs/core/css/styles.cjs.map +1 -1
- package/dist/cjs/core/css/utils.cjs +1 -1
- package/dist/cjs/core/css/utils.cjs.map +1 -1
- package/dist/cjs/core/system/styled.cjs +1 -1
- package/dist/cjs/core/system/use-system-color-mode.cjs.map +1 -1
- package/dist/cjs/hooks/use-breakpoint/use-breakpoint.cjs.map +1 -1
- package/dist/cjs/hooks/use-combobox/index.cjs +1 -1
- package/dist/cjs/index.cjs +87 -0
- package/dist/cjs/providers/i18n-provider/i18n-provider.cjs +1 -1
- package/dist/cjs/utils/children.cjs +1 -1
- package/dist/esm/components/accordion/accordion.js +1 -1
- package/dist/esm/components/accordion/namespace.js +1 -1
- package/dist/esm/components/action-bar/namespace.js +1 -1
- package/dist/esm/components/alert/namespace.js +1 -1
- package/dist/esm/components/alpha-slider/alpha-slider.js +1 -1
- package/dist/esm/components/alpha-slider/namespace.js +1 -1
- package/dist/esm/components/autocomplete/namespace.js +1 -1
- package/dist/esm/components/avatar/namespace.js +1 -1
- package/dist/esm/components/blockquote/namespace.js +1 -1
- package/dist/esm/components/breadcrumb/namespace.js +1 -1
- package/dist/esm/components/button/namespace.js +1 -1
- package/dist/esm/components/calendar/namespace.js +1 -1
- package/dist/esm/components/card/namespace.js +1 -1
- package/dist/esm/components/carousel/namespace.js +1 -1
- package/dist/esm/components/chart/area-chart.namespace.js +1 -1
- package/dist/esm/components/chart/bar-chart.namespace.js +1 -1
- package/dist/esm/components/chart/composed-chart.namespace.js +1 -1
- package/dist/esm/components/chart/donut-chart.namespace.js +1 -1
- package/dist/esm/components/chart/line-chart.namespace.js +1 -1
- package/dist/esm/components/chart/pie-chart.namespace.js +1 -1
- package/dist/esm/components/chart/polar-chart.js.map +1 -1
- package/dist/esm/components/chart/radar-chart.namespace.js +1 -1
- package/dist/esm/components/chart/radial-chart.namespace.js +1 -1
- package/dist/esm/components/chart/use-cartesian-chart.js +1 -3
- package/dist/esm/components/chart/use-cartesian-chart.js.map +1 -1
- package/dist/esm/components/checkbox/checkbox-group.js +1 -1
- package/dist/esm/components/checkbox/namespace.js +1 -1
- package/dist/esm/components/checkbox-card/checkbox-card-group.js +1 -1
- package/dist/esm/components/checkbox-card/checkbox-card-group.namespace.js +1 -1
- package/dist/esm/components/checkbox-card/checkbox-card.namespace.js +1 -1
- package/dist/esm/components/circle-progress/namespace.js +1 -1
- package/dist/esm/components/color-selector/namespace.js +1 -1
- package/dist/esm/components/color-swatch/color-swatch.js +1 -1
- package/dist/esm/components/container/namespace.js +1 -1
- package/dist/esm/components/data-list/namespace.js +1 -1
- package/dist/esm/components/drawer/drawer.js +1 -1
- package/dist/esm/components/drawer/namespace.js +1 -1
- package/dist/esm/components/dropzone/namespace.js +1 -1
- package/dist/esm/components/editable/namespace.js +1 -1
- package/dist/esm/components/empty-state/namespace.js +1 -1
- package/dist/esm/components/field/field.js +1 -1
- package/dist/esm/components/field/namespace.js +1 -1
- package/dist/esm/components/fieldset/namespace.js +1 -1
- package/dist/esm/components/form/namespace.js +1 -1
- package/dist/esm/components/format/namespace.js +1 -1
- package/dist/esm/components/hue-slider/namespace.js +1 -1
- package/dist/esm/components/icon/icons/ad-icon.js +14 -0
- package/dist/esm/components/icon/icons/ad-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/banknote-check-icon.js +14 -0
- package/dist/esm/components/icon/icons/banknote-check-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/bone-fracture-icon.js +14 -0
- package/dist/esm/components/icon/icons/bone-fracture-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/clock-arrow-left-icon.js +14 -0
- package/dist/esm/components/icon/icons/clock-arrow-left-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/clock-arrow-right-icon.js +14 -0
- package/dist/esm/components/icon/icons/clock-arrow-right-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/database-arrow-down-icon.js +14 -0
- package/dist/esm/components/icon/icons/database-arrow-down-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/database-arrow-up-icon.js +14 -0
- package/dist/esm/components/icon/icons/database-arrow-up-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/database-check-icon.js +14 -0
- package/dist/esm/components/icon/icons/database-check-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/database-minus-icon.js +14 -0
- package/dist/esm/components/icon/icons/database-minus-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/database-plus-icon.js +14 -0
- package/dist/esm/components/icon/icons/database-plus-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/database-x-icon.js +14 -0
- package/dist/esm/components/icon/icons/database-x-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/eye-dashed-icon.js +14 -0
- package/dist/esm/components/icon/icons/eye-dashed-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/index.js +59 -1
- package/dist/esm/components/icon/icons/index.js.map +1 -1
- package/dist/esm/components/icon/icons/list-sort-ascending-icon.js +14 -0
- package/dist/esm/components/icon/icons/list-sort-ascending-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/list-sort-descending-icon.js +14 -0
- package/dist/esm/components/icon/icons/list-sort-descending-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/pencil-sparkles-icon.js +14 -0
- package/dist/esm/components/icon/icons/pencil-sparkles-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/phi-icon.js +14 -0
- package/dist/esm/components/icon/icons/phi-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/podium-icon.js +14 -0
- package/dist/esm/components/icon/icons/podium-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/save-check-icon.js +14 -0
- package/dist/esm/components/icon/icons/save-check-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/save-pen-icon.js +14 -0
- package/dist/esm/components/icon/icons/save-pen-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/save-plus-icon.js +14 -0
- package/dist/esm/components/icon/icons/save-plus-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/star-check-icon.js +14 -0
- package/dist/esm/components/icon/icons/star-check-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/star-minus-icon.js +14 -0
- package/dist/esm/components/icon/icons/star-minus-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/star-plus-icon.js +14 -0
- package/dist/esm/components/icon/icons/star-plus-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/star-x-icon.js +14 -0
- package/dist/esm/components/icon/icons/star-x-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/summary-icon.js +14 -0
- package/dist/esm/components/icon/icons/summary-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/tag-plus-icon.js +14 -0
- package/dist/esm/components/icon/icons/tag-plus-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/tag-x-icon.js +14 -0
- package/dist/esm/components/icon/icons/tag-x-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/user-round-arrow-left-icon.js +14 -0
- package/dist/esm/components/icon/icons/user-round-arrow-left-icon.js.map +1 -0
- package/dist/esm/components/icon/icons/wrench-off-icon.js +14 -0
- package/dist/esm/components/icon/icons/wrench-off-icon.js.map +1 -0
- package/dist/esm/components/icon/index.js +30 -1
- package/dist/esm/components/input/namespace.js +1 -1
- package/dist/esm/components/link-box/namespace.js +1 -1
- package/dist/esm/components/list/namespace.js +1 -1
- package/dist/esm/components/loading/namespace.js +1 -1
- package/dist/esm/components/menu/namespace.js +1 -1
- package/dist/esm/components/modal/modal.js +1 -1
- package/dist/esm/components/modal/namespace.js +1 -1
- package/dist/esm/components/native-accordion/namespace.js +1 -1
- package/dist/esm/components/native-popover/namespace.js +1 -1
- package/dist/esm/components/native-select/namespace.js +1 -1
- package/dist/esm/components/native-table/namespace.js +1 -1
- package/dist/esm/components/notice/notice.js +1 -1
- package/dist/esm/components/pagination/namespace.js +1 -1
- package/dist/esm/components/pin-input/namespace.js +1 -1
- package/dist/esm/components/popover/namespace.js +1 -1
- package/dist/esm/components/qr-code/namespace.js +1 -1
- package/dist/esm/components/radio/namespace.js +1 -1
- package/dist/esm/components/radio/radio-group.js +1 -1
- package/dist/esm/components/radio-card/radio-card-group.js +1 -1
- package/dist/esm/components/radio-card/radio-card-group.namespace.js +1 -1
- package/dist/esm/components/radio-card/radio-card.namespace.js +1 -1
- package/dist/esm/components/reorder/namespace.js +1 -1
- package/dist/esm/components/resizable/namespace.js +1 -1
- package/dist/esm/components/saturation-slider/namespace.js +1 -1
- package/dist/esm/components/segmented-control/namespace.js +1 -1
- package/dist/esm/components/select/namespace.js +1 -1
- package/dist/esm/components/sidebar/namespace.js +1 -1
- package/dist/esm/components/slider/namespace.js +1 -1
- package/dist/esm/components/stat/namespace.js +1 -1
- package/dist/esm/components/steps/namespace.js +1 -1
- package/dist/esm/components/tabs/namespace.js +1 -1
- package/dist/esm/components/timeline/namespace.js +1 -1
- package/dist/esm/components/toggle/namespace.js +1 -1
- package/dist/esm/components/tree/namespace.js +1 -1
- package/dist/esm/components/tree/use-tree.js +1 -1
- package/dist/esm/components/tree/use-tree.js.map +1 -1
- package/dist/esm/core/components/props.js +1 -1
- package/dist/esm/core/components/props.js.map +1 -1
- package/dist/esm/core/css/styles.js.map +1 -1
- package/dist/esm/core/css/utils.js +1 -1
- package/dist/esm/core/css/utils.js.map +1 -1
- package/dist/esm/core/system/use-system-color-mode.js.map +1 -1
- package/dist/esm/hooks/use-breakpoint/use-breakpoint.js.map +1 -1
- package/dist/esm/index.js +59 -1
- package/dist/types/components/accordion/namespace.d.ts +1 -1
- package/dist/types/components/action-bar/namespace.d.ts +1 -1
- package/dist/types/components/alert/namespace.d.ts +1 -1
- package/dist/types/components/alpha-slider/namespace.d.ts +1 -1
- package/dist/types/components/autocomplete/namespace.d.ts +1 -1
- package/dist/types/components/avatar/namespace.d.ts +1 -1
- package/dist/types/components/blockquote/namespace.d.ts +1 -1
- package/dist/types/components/breadcrumb/namespace.d.ts +1 -1
- package/dist/types/components/button/namespace.d.ts +1 -1
- package/dist/types/components/calendar/calendar.style.d.ts +2 -2
- package/dist/types/components/calendar/namespace.d.ts +1 -1
- package/dist/types/components/card/namespace.d.ts +1 -1
- package/dist/types/components/carousel/namespace.d.ts +1 -1
- package/dist/types/components/chart/area-chart.namespace.d.ts +1 -1
- package/dist/types/components/chart/bar-chart.namespace.d.ts +1 -1
- package/dist/types/components/chart/cartesian-chart.d.ts +1 -1
- package/dist/types/components/chart/composed-chart.namespace.d.ts +1 -1
- package/dist/types/components/chart/donut-chart.namespace.d.ts +1 -1
- package/dist/types/components/chart/line-chart.namespace.d.ts +1 -1
- package/dist/types/components/chart/pie-chart.namespace.d.ts +1 -1
- package/dist/types/components/chart/polar-chart.d.ts +4 -4
- package/dist/types/components/chart/polar-chart.style.d.ts +1 -1
- package/dist/types/components/chart/radar-chart.namespace.d.ts +1 -1
- package/dist/types/components/chart/radial-chart.namespace.d.ts +1 -1
- package/dist/types/components/chart/use-cartesian-chart.d.ts +1 -2
- package/dist/types/components/checkbox/checkbox-group.d.ts +1 -1
- package/dist/types/components/checkbox/namespace.d.ts +1 -1
- package/dist/types/components/checkbox-card/checkbox-card-group.d.ts +1 -1
- package/dist/types/components/checkbox-card/checkbox-card-group.namespace.d.ts +1 -1
- package/dist/types/components/checkbox-card/checkbox-card.namespace.d.ts +1 -1
- package/dist/types/components/circle-progress/namespace.d.ts +1 -1
- package/dist/types/components/color-selector/namespace.d.ts +1 -1
- package/dist/types/components/container/namespace.d.ts +1 -1
- package/dist/types/components/data-list/namespace.d.ts +1 -1
- package/dist/types/components/drawer/namespace.d.ts +1 -1
- package/dist/types/components/dropzone/namespace.d.ts +1 -1
- package/dist/types/components/editable/namespace.d.ts +1 -1
- package/dist/types/components/empty-state/namespace.d.ts +1 -1
- package/dist/types/components/field/namespace.d.ts +1 -1
- package/dist/types/components/fieldset/namespace.d.ts +1 -1
- package/dist/types/components/form/namespace.d.ts +1 -1
- package/dist/types/components/format/format-date-time.style.d.ts +1 -1
- package/dist/types/components/format/namespace.d.ts +1 -1
- package/dist/types/components/hue-slider/namespace.d.ts +1 -1
- package/dist/types/components/icon/icon.d.ts +1 -1
- package/dist/types/components/icon/icons/ad-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/banknote-check-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/bone-fracture-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/clock-arrow-left-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/clock-arrow-right-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/database-arrow-down-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/database-arrow-up-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/database-check-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/database-minus-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/database-plus-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/database-x-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/eye-dashed-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/index.d.ts +31 -2
- package/dist/types/components/icon/icons/index.types.d.ts +1 -1
- package/dist/types/components/icon/icons/list-sort-ascending-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/list-sort-descending-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/pencil-sparkles-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/phi-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/podium-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/save-check-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/save-pen-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/save-plus-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/star-check-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/star-minus-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/star-plus-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/star-x-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/summary-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/tag-plus-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/tag-x-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/user-round-arrow-left-icon.d.ts +13 -0
- package/dist/types/components/icon/icons/wrench-off-icon.d.ts +13 -0
- package/dist/types/components/icon/index.d.ts +30 -1
- package/dist/types/components/input/namespace.d.ts +1 -1
- package/dist/types/components/link-box/namespace.d.ts +1 -1
- package/dist/types/components/list/namespace.d.ts +1 -1
- package/dist/types/components/loading/loading.d.ts +1 -1
- package/dist/types/components/loading/namespace.d.ts +1 -1
- package/dist/types/components/menu/namespace.d.ts +1 -1
- package/dist/types/components/modal/namespace.d.ts +1 -1
- package/dist/types/components/native-accordion/namespace.d.ts +1 -1
- package/dist/types/components/native-popover/namespace.d.ts +1 -1
- package/dist/types/components/native-select/namespace.d.ts +1 -1
- package/dist/types/components/native-table/namespace.d.ts +1 -1
- package/dist/types/components/notice/notice.style.d.ts +1 -1
- package/dist/types/components/pagination/namespace.d.ts +1 -1
- package/dist/types/components/pin-input/namespace.d.ts +1 -1
- package/dist/types/components/popover/namespace.d.ts +1 -1
- package/dist/types/components/qr-code/namespace.d.ts +1 -1
- package/dist/types/components/radio/namespace.d.ts +1 -1
- package/dist/types/components/radio/radio-group.d.ts +1 -1
- package/dist/types/components/radio-card/radio-card-group.d.ts +1 -1
- package/dist/types/components/radio-card/radio-card-group.namespace.d.ts +1 -1
- package/dist/types/components/radio-card/radio-card.namespace.d.ts +1 -1
- package/dist/types/components/reorder/namespace.d.ts +1 -1
- package/dist/types/components/resizable/namespace.d.ts +1 -1
- package/dist/types/components/ripple/ripple.style.d.ts +1 -1
- package/dist/types/components/saturation-slider/namespace.d.ts +1 -1
- package/dist/types/components/segmented-control/namespace.d.ts +1 -1
- package/dist/types/components/select/namespace.d.ts +1 -1
- package/dist/types/components/sidebar/namespace.d.ts +1 -1
- package/dist/types/components/sidebar/sidebar.d.ts +1 -1
- package/dist/types/components/slider/namespace.d.ts +1 -1
- package/dist/types/components/snacks/use-snacks.d.ts +1 -1
- package/dist/types/components/stat/namespace.d.ts +1 -1
- package/dist/types/components/steps/namespace.d.ts +1 -1
- package/dist/types/components/table/table.d.ts +1 -1
- package/dist/types/components/tabs/namespace.d.ts +1 -1
- package/dist/types/components/timeline/namespace.d.ts +1 -1
- package/dist/types/components/toggle/namespace.d.ts +1 -1
- package/dist/types/components/tree/namespace.d.ts +1 -1
- package/dist/types/core/css/styles.d.ts +136 -49
- package/dist/types/index.d.ts +31 -2
- package/dist/types/providers/i18n-provider/intl/en-US.d.ts +1 -1
- package/dist/types/providers/i18n-provider/intl/index.d.ts +1 -1
- package/package.json +8 -8
|
@@ -219,5 +219,5 @@ interface ResizableTriggerProps extends HTMLStyledProps {
|
|
|
219
219
|
resizing: boolean;
|
|
220
220
|
}
|
|
221
221
|
//#endregion
|
|
222
|
-
export { Table$1 as Table, TableProps, TablePropsContext, createColumnHelper, useTablePropsContext };
|
|
222
|
+
export { type ColumnFiltersState, ColumnSort, type PaginationState, type RowSelectionState, type SortDirection, SortingState, Table$1 as Table, TableProps, TablePropsContext, createColumnHelper, useTablePropsContext };
|
|
223
223
|
//# sourceMappingURL=table.d.ts.map
|
|
@@ -6,5 +6,5 @@ declare namespace namespace_d_exports {
|
|
|
6
6
|
export { TabsContext as Context, TabDescendantsContext as DescendantsContext, TabsItem as Item, TabsList as List, TabsListProps as ListProps, TabsPanel as Panel, TabPanelDescendantsContext as PanelDescendantsContext, TabsPanelProps as PanelProps, TabsPanels as Panels, TabsPanelsProps as PanelsProps, TabsPropsContext as PropsContext, TabsRoot as Root, TabsRootProps as RootProps, TabsTab as Tab, TabsTabProps as TabProps, useTabsContext as useContext, useTabDescendant as useDescendant, useTabDescendants as useDescendants, useTabPanelDescendant as usePanelDescendant, useTabPanelDescendants as usePanelDescendants, useTabsPropsContext as usePropsContext };
|
|
7
7
|
}
|
|
8
8
|
//#endregion
|
|
9
|
-
export { namespace_d_exports };
|
|
9
|
+
export { TabsContext as Context, TabDescendantsContext as DescendantsContext, type TabsItem as Item, TabsList as List, type TabsListProps as ListProps, TabsPanel as Panel, TabPanelDescendantsContext as PanelDescendantsContext, type TabsPanelProps as PanelProps, TabsPanels as Panels, type TabsPanelsProps as PanelsProps, TabsPropsContext as PropsContext, TabsRoot as Root, type TabsRootProps as RootProps, TabsTab as Tab, type TabsTabProps as TabProps, namespace_d_exports, useTabsContext as useContext, useTabDescendant as useDescendant, useTabDescendants as useDescendants, useTabPanelDescendant as usePanelDescendant, useTabPanelDescendants as usePanelDescendants, useTabsPropsContext as usePropsContext };
|
|
10
10
|
//# sourceMappingURL=namespace.d.ts.map
|
|
@@ -5,5 +5,5 @@ declare namespace namespace_d_exports {
|
|
|
5
5
|
export { TimelineConnector as Connector, TimelineConnectorProps as ConnectorProps, TimelineContent as Content, TimelineContentProps as ContentProps, TimelineDescription as Description, TimelineDescriptionProps as DescriptionProps, TimelineIndicator as Indicator, TimelineIndicatorProps as IndicatorProps, TimelineItem as Item, TimelineItemProps as ItemProps, TimelinePropsContext as PropsContext, TimelineRoot as Root, TimelineRootProps as RootProps, TimelineTitle as Title, TimelineTitleProps as TitleProps, useTimelinePropsContext as usePropsContext };
|
|
6
6
|
}
|
|
7
7
|
//#endregion
|
|
8
|
-
export { namespace_d_exports };
|
|
8
|
+
export { TimelineConnector as Connector, type TimelineConnectorProps as ConnectorProps, TimelineContent as Content, type TimelineContentProps as ContentProps, TimelineDescription as Description, type TimelineDescriptionProps as DescriptionProps, TimelineIndicator as Indicator, type TimelineIndicatorProps as IndicatorProps, TimelineItem as Item, type TimelineItemProps as ItemProps, TimelinePropsContext as PropsContext, TimelineRoot as Root, type TimelineRootProps as RootProps, TimelineTitle as Title, type TimelineTitleProps as TitleProps, namespace_d_exports, useTimelinePropsContext as usePropsContext };
|
|
9
9
|
//# sourceMappingURL=namespace.d.ts.map
|
|
@@ -6,5 +6,5 @@ declare namespace namespace_d_exports {
|
|
|
6
6
|
export { Toggle as Item, ToggleProps as ItemProps, TogglePropsContext as PropsContext, ToggleGroupRoot as Root, ToggleGroupRootProps as RootProps, useTogglePropsContext as usePropsContext };
|
|
7
7
|
}
|
|
8
8
|
//#endregion
|
|
9
|
-
export { namespace_d_exports };
|
|
9
|
+
export { Toggle as Item, type ToggleProps as ItemProps, TogglePropsContext as PropsContext, ToggleGroupRoot as Root, type ToggleGroupRootProps as RootProps, namespace_d_exports, useTogglePropsContext as usePropsContext };
|
|
10
10
|
//# sourceMappingURL=namespace.d.ts.map
|
|
@@ -6,5 +6,5 @@ declare namespace namespace_d_exports {
|
|
|
6
6
|
export { TreeContext as Context, TreeControl as Control, TreeDescendantsContext as DescendantsContext, TreeItem as Item, TreeItemProps as ItemProps, TreeItem as ItemType, TreePropsContext as PropsContext, TreeRoot as Root, TreeRootProps as RootProps, useTreeContext as useContext, useTreeDescendant as useDescendant, useTreeDescendants as useDescendants, useTreeItemContext as useItemContext, useTreePropsContext as usePropsContext };
|
|
7
7
|
}
|
|
8
8
|
//#endregion
|
|
9
|
-
export { namespace_d_exports };
|
|
9
|
+
export { TreeContext as Context, type TreeControl as Control, TreeDescendantsContext as DescendantsContext, TreeItem as Item, type TreeItemProps as ItemProps, type TreeItem as ItemType, TreePropsContext as PropsContext, TreeRoot as Root, type TreeRootProps as RootProps, namespace_d_exports, useTreeContext as useContext, useTreeDescendant as useDescendant, useTreeDescendants as useDescendants, useTreeItemContext as useItemContext, useTreePropsContext as usePropsContext };
|
|
10
10
|
//# sourceMappingURL=namespace.d.ts.map
|
|
@@ -6415,7 +6415,9 @@ interface StyleProps {
|
|
|
6415
6415
|
/**
|
|
6416
6416
|
* ### column-rule-break
|
|
6417
6417
|
*
|
|
6418
|
-
* The CSS
|
|
6418
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
6419
|
+
*
|
|
6420
|
+
* @baseline `Limited available`
|
|
6419
6421
|
*
|
|
6420
6422
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-break
|
|
6421
6423
|
*
|
|
@@ -6437,7 +6439,9 @@ interface StyleProps {
|
|
|
6437
6439
|
/**
|
|
6438
6440
|
* ### column-rule-inset
|
|
6439
6441
|
*
|
|
6440
|
-
* The CSS
|
|
6442
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
6443
|
+
*
|
|
6444
|
+
* @baseline `Limited available`
|
|
6441
6445
|
*
|
|
6442
6446
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset
|
|
6443
6447
|
*
|
|
@@ -6447,7 +6451,9 @@ interface StyleProps {
|
|
|
6447
6451
|
/**
|
|
6448
6452
|
* ### column-rule-inset-cap
|
|
6449
6453
|
*
|
|
6450
|
-
* The CSS
|
|
6454
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
6455
|
+
*
|
|
6456
|
+
* @baseline `Limited available`
|
|
6451
6457
|
*
|
|
6452
6458
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-cap
|
|
6453
6459
|
*
|
|
@@ -6457,7 +6463,9 @@ interface StyleProps {
|
|
|
6457
6463
|
/**
|
|
6458
6464
|
* ### column-rule-inset-cap-end
|
|
6459
6465
|
*
|
|
6460
|
-
* The CSS
|
|
6466
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
6467
|
+
*
|
|
6468
|
+
* @baseline `Limited available`
|
|
6461
6469
|
*
|
|
6462
6470
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-cap-end
|
|
6463
6471
|
*
|
|
@@ -6467,7 +6475,9 @@ interface StyleProps {
|
|
|
6467
6475
|
/**
|
|
6468
6476
|
* ### column-rule-inset-cap-start
|
|
6469
6477
|
*
|
|
6470
|
-
* The CSS
|
|
6478
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
6479
|
+
*
|
|
6480
|
+
* @baseline `Limited available`
|
|
6471
6481
|
*
|
|
6472
6482
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-cap-start
|
|
6473
6483
|
*
|
|
@@ -6477,7 +6487,9 @@ interface StyleProps {
|
|
|
6477
6487
|
/**
|
|
6478
6488
|
* ### column-rule-inset-end
|
|
6479
6489
|
*
|
|
6480
|
-
* The CSS
|
|
6490
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
6491
|
+
*
|
|
6492
|
+
* @baseline `Limited available`
|
|
6481
6493
|
*
|
|
6482
6494
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-end
|
|
6483
6495
|
*
|
|
@@ -6487,7 +6499,9 @@ interface StyleProps {
|
|
|
6487
6499
|
/**
|
|
6488
6500
|
* ### column-rule-inset-junction
|
|
6489
6501
|
*
|
|
6490
|
-
* The CSS
|
|
6502
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
6503
|
+
*
|
|
6504
|
+
* @baseline `Limited available`
|
|
6491
6505
|
*
|
|
6492
6506
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-junction
|
|
6493
6507
|
*
|
|
@@ -6497,7 +6511,9 @@ interface StyleProps {
|
|
|
6497
6511
|
/**
|
|
6498
6512
|
* ### column-rule-inset-junction-end
|
|
6499
6513
|
*
|
|
6500
|
-
* The CSS
|
|
6514
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
6515
|
+
*
|
|
6516
|
+
* @baseline `Limited available`
|
|
6501
6517
|
*
|
|
6502
6518
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-junction-end
|
|
6503
6519
|
*
|
|
@@ -6507,7 +6523,9 @@ interface StyleProps {
|
|
|
6507
6523
|
/**
|
|
6508
6524
|
* ### column-rule-inset-junction-start
|
|
6509
6525
|
*
|
|
6510
|
-
* The CSS
|
|
6526
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
6527
|
+
*
|
|
6528
|
+
* @baseline `Limited available`
|
|
6511
6529
|
*
|
|
6512
6530
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-junction-start
|
|
6513
6531
|
*
|
|
@@ -6517,7 +6535,9 @@ interface StyleProps {
|
|
|
6517
6535
|
/**
|
|
6518
6536
|
* ### column-rule-inset-start
|
|
6519
6537
|
*
|
|
6520
|
-
* The CSS
|
|
6538
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
6539
|
+
*
|
|
6540
|
+
* @baseline `Limited available`
|
|
6521
6541
|
*
|
|
6522
6542
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-start
|
|
6523
6543
|
*
|
|
@@ -6539,7 +6559,9 @@ interface StyleProps {
|
|
|
6539
6559
|
/**
|
|
6540
6560
|
* ### column-rule-visibility-items
|
|
6541
6561
|
*
|
|
6542
|
-
* The CSS
|
|
6562
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
6563
|
+
*
|
|
6564
|
+
* @baseline `Limited available`
|
|
6543
6565
|
*
|
|
6544
6566
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-visibility-items
|
|
6545
6567
|
*
|
|
@@ -6972,7 +6994,8 @@ interface StyleProps {
|
|
|
6972
6994
|
*
|
|
6973
6995
|
* The <code>counter-set</code> CSS property creates (and optionally sets a value for) a counter, the numbers for a series of headings or ordered list items.
|
|
6974
6996
|
*
|
|
6975
|
-
* @baseline `
|
|
6997
|
+
* @baseline `Widely available`
|
|
6998
|
+
* @widely_available_date 2026-06-11
|
|
6976
6999
|
* @newly_available_date 2023-12-11
|
|
6977
7000
|
*
|
|
6978
7001
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/counter-set
|
|
@@ -7079,7 +7102,8 @@ interface StyleProps {
|
|
|
7079
7102
|
*
|
|
7080
7103
|
* The <code>field-sizing</code> CSS property allows form controls such as <code><textarea></code> to be sized based on their content.
|
|
7081
7104
|
*
|
|
7082
|
-
* @baseline `
|
|
7105
|
+
* @baseline `Newly available`
|
|
7106
|
+
* @newly_available_date 2026-06-16
|
|
7083
7107
|
*
|
|
7084
7108
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/field-sizing
|
|
7085
7109
|
*/
|
|
@@ -8734,7 +8758,8 @@ interface StyleProps {
|
|
|
8734
8758
|
*
|
|
8735
8759
|
* The <code>mask</code> CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.
|
|
8736
8760
|
*
|
|
8737
|
-
* @baseline `
|
|
8761
|
+
* @baseline `Widely available`
|
|
8762
|
+
* @widely_available_date 2026-06-07
|
|
8738
8763
|
* @newly_available_date 2023-12-07
|
|
8739
8764
|
*
|
|
8740
8765
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask
|
|
@@ -8805,7 +8830,8 @@ interface StyleProps {
|
|
|
8805
8830
|
*
|
|
8806
8831
|
* The <code>mask</code> CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.
|
|
8807
8832
|
*
|
|
8808
|
-
* @baseline `
|
|
8833
|
+
* @baseline `Widely available`
|
|
8834
|
+
* @widely_available_date 2026-06-07
|
|
8809
8835
|
* @newly_available_date 2023-12-07
|
|
8810
8836
|
*
|
|
8811
8837
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-clip
|
|
@@ -8816,7 +8842,8 @@ interface StyleProps {
|
|
|
8816
8842
|
*
|
|
8817
8843
|
* The <code>mask</code> CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.
|
|
8818
8844
|
*
|
|
8819
|
-
* @baseline `
|
|
8845
|
+
* @baseline `Widely available`
|
|
8846
|
+
* @widely_available_date 2026-06-07
|
|
8820
8847
|
* @newly_available_date 2023-12-07
|
|
8821
8848
|
*
|
|
8822
8849
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-composite
|
|
@@ -8827,7 +8854,8 @@ interface StyleProps {
|
|
|
8827
8854
|
*
|
|
8828
8855
|
* The <code>mask</code> CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.
|
|
8829
8856
|
*
|
|
8830
|
-
* @baseline `
|
|
8857
|
+
* @baseline `Widely available`
|
|
8858
|
+
* @widely_available_date 2026-06-07
|
|
8831
8859
|
* @newly_available_date 2023-12-07
|
|
8832
8860
|
*
|
|
8833
8861
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-image
|
|
@@ -8838,7 +8866,8 @@ interface StyleProps {
|
|
|
8838
8866
|
*
|
|
8839
8867
|
* The <code>mask</code> CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.
|
|
8840
8868
|
*
|
|
8841
|
-
* @baseline `
|
|
8869
|
+
* @baseline `Widely available`
|
|
8870
|
+
* @widely_available_date 2026-06-07
|
|
8842
8871
|
* @newly_available_date 2023-12-07
|
|
8843
8872
|
*
|
|
8844
8873
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-mode
|
|
@@ -8849,7 +8878,8 @@ interface StyleProps {
|
|
|
8849
8878
|
*
|
|
8850
8879
|
* The <code>mask</code> CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.
|
|
8851
8880
|
*
|
|
8852
|
-
* @baseline `
|
|
8881
|
+
* @baseline `Widely available`
|
|
8882
|
+
* @widely_available_date 2026-06-07
|
|
8853
8883
|
* @newly_available_date 2023-12-07
|
|
8854
8884
|
*
|
|
8855
8885
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-origin
|
|
@@ -8860,7 +8890,8 @@ interface StyleProps {
|
|
|
8860
8890
|
*
|
|
8861
8891
|
* The <code>mask</code> CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.
|
|
8862
8892
|
*
|
|
8863
|
-
* @baseline `
|
|
8893
|
+
* @baseline `Widely available`
|
|
8894
|
+
* @widely_available_date 2026-06-07
|
|
8864
8895
|
* @newly_available_date 2023-12-07
|
|
8865
8896
|
*
|
|
8866
8897
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-position
|
|
@@ -8871,7 +8902,8 @@ interface StyleProps {
|
|
|
8871
8902
|
*
|
|
8872
8903
|
* The <code>mask</code> CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.
|
|
8873
8904
|
*
|
|
8874
|
-
* @baseline `
|
|
8905
|
+
* @baseline `Widely available`
|
|
8906
|
+
* @widely_available_date 2026-06-07
|
|
8875
8907
|
* @newly_available_date 2023-12-07
|
|
8876
8908
|
*
|
|
8877
8909
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-repeat
|
|
@@ -8882,7 +8914,8 @@ interface StyleProps {
|
|
|
8882
8914
|
*
|
|
8883
8915
|
* The <code>mask</code> CSS property (and several longhand properties) partially or completely hides an element according to the shape and depth of an image.
|
|
8884
8916
|
*
|
|
8885
|
-
* @baseline `
|
|
8917
|
+
* @baseline `Widely available`
|
|
8918
|
+
* @widely_available_date 2026-06-07
|
|
8886
8919
|
* @newly_available_date 2023-12-07
|
|
8887
8920
|
*
|
|
8888
8921
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-size
|
|
@@ -10562,7 +10595,9 @@ interface StyleProps {
|
|
|
10562
10595
|
/**
|
|
10563
10596
|
* ### row-rule
|
|
10564
10597
|
*
|
|
10565
|
-
* The
|
|
10598
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
10599
|
+
*
|
|
10600
|
+
* @baseline `Limited available`
|
|
10566
10601
|
*
|
|
10567
10602
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule
|
|
10568
10603
|
*
|
|
@@ -10572,7 +10607,9 @@ interface StyleProps {
|
|
|
10572
10607
|
/**
|
|
10573
10608
|
* ### row-rule-break
|
|
10574
10609
|
*
|
|
10575
|
-
* The
|
|
10610
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
10611
|
+
*
|
|
10612
|
+
* @baseline `Limited available`
|
|
10576
10613
|
*
|
|
10577
10614
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-break
|
|
10578
10615
|
*
|
|
@@ -10582,7 +10619,9 @@ interface StyleProps {
|
|
|
10582
10619
|
/**
|
|
10583
10620
|
* ### row-rule-color
|
|
10584
10621
|
*
|
|
10585
|
-
* The
|
|
10622
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
10623
|
+
*
|
|
10624
|
+
* @baseline `Limited available`
|
|
10586
10625
|
*
|
|
10587
10626
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-color
|
|
10588
10627
|
*
|
|
@@ -10592,7 +10631,9 @@ interface StyleProps {
|
|
|
10592
10631
|
/**
|
|
10593
10632
|
* ### row-rule-inset
|
|
10594
10633
|
*
|
|
10595
|
-
* The
|
|
10634
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
10635
|
+
*
|
|
10636
|
+
* @baseline `Limited available`
|
|
10596
10637
|
*
|
|
10597
10638
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-inset
|
|
10598
10639
|
*
|
|
@@ -10602,7 +10643,9 @@ interface StyleProps {
|
|
|
10602
10643
|
/**
|
|
10603
10644
|
* ### row-rule-inset-cap
|
|
10604
10645
|
*
|
|
10605
|
-
* The
|
|
10646
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
10647
|
+
*
|
|
10648
|
+
* @baseline `Limited available`
|
|
10606
10649
|
*
|
|
10607
10650
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-inset-cap
|
|
10608
10651
|
*
|
|
@@ -10612,7 +10655,9 @@ interface StyleProps {
|
|
|
10612
10655
|
/**
|
|
10613
10656
|
* ### row-rule-inset-cap-end
|
|
10614
10657
|
*
|
|
10615
|
-
* The
|
|
10658
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
10659
|
+
*
|
|
10660
|
+
* @baseline `Limited available`
|
|
10616
10661
|
*
|
|
10617
10662
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-inset-cap-end
|
|
10618
10663
|
*
|
|
@@ -10622,7 +10667,9 @@ interface StyleProps {
|
|
|
10622
10667
|
/**
|
|
10623
10668
|
* ### row-rule-inset-cap-start
|
|
10624
10669
|
*
|
|
10625
|
-
* The
|
|
10670
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
10671
|
+
*
|
|
10672
|
+
* @baseline `Limited available`
|
|
10626
10673
|
*
|
|
10627
10674
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-cap-start
|
|
10628
10675
|
*
|
|
@@ -10632,7 +10679,9 @@ interface StyleProps {
|
|
|
10632
10679
|
/**
|
|
10633
10680
|
* ### row-rule-inset-end
|
|
10634
10681
|
*
|
|
10635
|
-
* The
|
|
10682
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
10683
|
+
*
|
|
10684
|
+
* @baseline `Limited available`
|
|
10636
10685
|
*
|
|
10637
10686
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-inset-end
|
|
10638
10687
|
*
|
|
@@ -10642,7 +10691,9 @@ interface StyleProps {
|
|
|
10642
10691
|
/**
|
|
10643
10692
|
* ### row-rule-inset-junction
|
|
10644
10693
|
*
|
|
10645
|
-
* The
|
|
10694
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
10695
|
+
*
|
|
10696
|
+
* @baseline `Limited available`
|
|
10646
10697
|
*
|
|
10647
10698
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-inset-junction
|
|
10648
10699
|
*
|
|
@@ -10652,7 +10703,9 @@ interface StyleProps {
|
|
|
10652
10703
|
/**
|
|
10653
10704
|
* ### row-rule-inset-junction-end
|
|
10654
10705
|
*
|
|
10655
|
-
* The
|
|
10706
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
10707
|
+
*
|
|
10708
|
+
* @baseline `Limited available`
|
|
10656
10709
|
*
|
|
10657
10710
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-inset-junction-end
|
|
10658
10711
|
*
|
|
@@ -10662,7 +10715,9 @@ interface StyleProps {
|
|
|
10662
10715
|
/**
|
|
10663
10716
|
* ### row-rule-inset-junction-start
|
|
10664
10717
|
*
|
|
10665
|
-
* The
|
|
10718
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
10719
|
+
*
|
|
10720
|
+
* @baseline `Limited available`
|
|
10666
10721
|
*
|
|
10667
10722
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-inset-junction-start
|
|
10668
10723
|
*
|
|
@@ -10672,7 +10727,9 @@ interface StyleProps {
|
|
|
10672
10727
|
/**
|
|
10673
10728
|
* ### row-rule-inset-start
|
|
10674
10729
|
*
|
|
10675
|
-
* The
|
|
10730
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
10731
|
+
*
|
|
10732
|
+
* @baseline `Limited available`
|
|
10676
10733
|
*
|
|
10677
10734
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-inset-start
|
|
10678
10735
|
*
|
|
@@ -10682,7 +10739,9 @@ interface StyleProps {
|
|
|
10682
10739
|
/**
|
|
10683
10740
|
* ### row-rule-style
|
|
10684
10741
|
*
|
|
10685
|
-
* The
|
|
10742
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
10743
|
+
*
|
|
10744
|
+
* @baseline `Limited available`
|
|
10686
10745
|
*
|
|
10687
10746
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-style
|
|
10688
10747
|
*
|
|
@@ -10692,7 +10751,9 @@ interface StyleProps {
|
|
|
10692
10751
|
/**
|
|
10693
10752
|
* ### row-rule-visibility-items
|
|
10694
10753
|
*
|
|
10695
|
-
* The
|
|
10754
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
10755
|
+
*
|
|
10756
|
+
* @baseline `Limited available`
|
|
10696
10757
|
*
|
|
10697
10758
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-visibility-items
|
|
10698
10759
|
*
|
|
@@ -10702,7 +10763,9 @@ interface StyleProps {
|
|
|
10702
10763
|
/**
|
|
10703
10764
|
* ### row-rule-width
|
|
10704
10765
|
*
|
|
10705
|
-
* The
|
|
10766
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
10767
|
+
*
|
|
10768
|
+
* @baseline `Limited available`
|
|
10706
10769
|
*
|
|
10707
10770
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-width
|
|
10708
10771
|
*
|
|
@@ -10744,7 +10807,9 @@ interface StyleProps {
|
|
|
10744
10807
|
/**
|
|
10745
10808
|
* ### rule
|
|
10746
10809
|
*
|
|
10747
|
-
* The CSS
|
|
10810
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
10811
|
+
*
|
|
10812
|
+
* @baseline `Limited available`
|
|
10748
10813
|
*
|
|
10749
10814
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-rule
|
|
10750
10815
|
*
|
|
@@ -10754,7 +10819,9 @@ interface StyleProps {
|
|
|
10754
10819
|
/**
|
|
10755
10820
|
* ### rule-break
|
|
10756
10821
|
*
|
|
10757
|
-
* The CSS
|
|
10822
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
10823
|
+
*
|
|
10824
|
+
* @baseline `Limited available`
|
|
10758
10825
|
*
|
|
10759
10826
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-break
|
|
10760
10827
|
*
|
|
@@ -10764,7 +10831,9 @@ interface StyleProps {
|
|
|
10764
10831
|
/**
|
|
10765
10832
|
* ### rule-color
|
|
10766
10833
|
*
|
|
10767
|
-
* The CSS
|
|
10834
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
10835
|
+
*
|
|
10836
|
+
* @baseline `Limited available`
|
|
10768
10837
|
*
|
|
10769
10838
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-color
|
|
10770
10839
|
*
|
|
@@ -10774,7 +10843,9 @@ interface StyleProps {
|
|
|
10774
10843
|
/**
|
|
10775
10844
|
* ### rule-inset
|
|
10776
10845
|
*
|
|
10777
|
-
* The CSS
|
|
10846
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
10847
|
+
*
|
|
10848
|
+
* @baseline `Limited available`
|
|
10778
10849
|
*
|
|
10779
10850
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-inset
|
|
10780
10851
|
*
|
|
@@ -10784,7 +10855,9 @@ interface StyleProps {
|
|
|
10784
10855
|
/**
|
|
10785
10856
|
* ### rule-inset-cap
|
|
10786
10857
|
*
|
|
10787
|
-
* The CSS
|
|
10858
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
10859
|
+
*
|
|
10860
|
+
* @baseline `Limited available`
|
|
10788
10861
|
*
|
|
10789
10862
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-inset-cap
|
|
10790
10863
|
*
|
|
@@ -10794,7 +10867,9 @@ interface StyleProps {
|
|
|
10794
10867
|
/**
|
|
10795
10868
|
* ### rule-inset-end
|
|
10796
10869
|
*
|
|
10797
|
-
* The CSS
|
|
10870
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
10871
|
+
*
|
|
10872
|
+
* @baseline `Limited available`
|
|
10798
10873
|
*
|
|
10799
10874
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-inset-end
|
|
10800
10875
|
*
|
|
@@ -10804,7 +10879,9 @@ interface StyleProps {
|
|
|
10804
10879
|
/**
|
|
10805
10880
|
* ### rule-inset-junction
|
|
10806
10881
|
*
|
|
10807
|
-
* The CSS
|
|
10882
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
10883
|
+
*
|
|
10884
|
+
* @baseline `Limited available`
|
|
10808
10885
|
*
|
|
10809
10886
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-inset-junction
|
|
10810
10887
|
*
|
|
@@ -10814,7 +10891,9 @@ interface StyleProps {
|
|
|
10814
10891
|
/**
|
|
10815
10892
|
* ### rule-inset-start
|
|
10816
10893
|
*
|
|
10817
|
-
* The CSS
|
|
10894
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
10895
|
+
*
|
|
10896
|
+
* @baseline `Limited available`
|
|
10818
10897
|
*
|
|
10819
10898
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-inset-start
|
|
10820
10899
|
*
|
|
@@ -10824,7 +10903,9 @@ interface StyleProps {
|
|
|
10824
10903
|
/**
|
|
10825
10904
|
* ### rule-overlap
|
|
10826
10905
|
*
|
|
10827
|
-
* The CSS
|
|
10906
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
10907
|
+
*
|
|
10908
|
+
* @baseline `Limited available`
|
|
10828
10909
|
*
|
|
10829
10910
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-overlap
|
|
10830
10911
|
*
|
|
@@ -10834,7 +10915,9 @@ interface StyleProps {
|
|
|
10834
10915
|
/**
|
|
10835
10916
|
* ### rule-style
|
|
10836
10917
|
*
|
|
10837
|
-
* The CSS
|
|
10918
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
10919
|
+
*
|
|
10920
|
+
* @baseline `Limited available`
|
|
10838
10921
|
*
|
|
10839
10922
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-style
|
|
10840
10923
|
*
|
|
@@ -10844,7 +10927,9 @@ interface StyleProps {
|
|
|
10844
10927
|
/**
|
|
10845
10928
|
* ### rule-visibility-items
|
|
10846
10929
|
*
|
|
10847
|
-
* The CSS
|
|
10930
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
10931
|
+
*
|
|
10932
|
+
* @baseline `Limited available`
|
|
10848
10933
|
*
|
|
10849
10934
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-visibility-items
|
|
10850
10935
|
*
|
|
@@ -10854,7 +10939,9 @@ interface StyleProps {
|
|
|
10854
10939
|
/**
|
|
10855
10940
|
* ### rule-width
|
|
10856
10941
|
*
|
|
10857
|
-
* The CSS
|
|
10942
|
+
* The <code>column-rule</code> and <code>row-rule</code> CSS properties display decorative lines between columns and rows of a flex, grid, or multi-column layout. The <code>rule-break</code>, <code>rule-outset</code>, and <code>rule-paint-order</code> properties control the appearance of these lines.
|
|
10943
|
+
*
|
|
10944
|
+
* @baseline `Limited available`
|
|
10858
10945
|
*
|
|
10859
10946
|
* @see https://drafts.csswg.org/css-gaps-1/#propdef-rule-width
|
|
10860
10947
|
*
|