@ark-ui/react 0.6.0 → 0.8.0-beta.0
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/accordion/accordion-content.d.ts +5 -0
- package/dist/accordion/accordion-item.d.ts +5 -0
- package/dist/accordion/accordion-trigger.d.ts +5 -0
- package/dist/accordion/accordion.d.ts +5 -0
- package/dist/avatar/avatar-fallback.d.ts +5 -0
- package/dist/avatar/avatar-image.d.ts +5 -0
- package/dist/avatar/avatar.anatomy.d.ts +1 -2
- package/dist/avatar/avatar.d.ts +5 -0
- package/dist/carousel/carousel-control.d.ts +5 -0
- package/dist/carousel/carousel-next-slide-trigger.d.ts +5 -0
- package/dist/carousel/carousel-prev-slide-trigger.d.ts +5 -0
- package/dist/carousel/carousel-slide-group.d.ts +5 -0
- package/dist/carousel/carousel-slide.d.ts +5 -0
- package/dist/carousel/carousel-viewport.d.ts +5 -0
- package/dist/carousel/carousel.d.ts +5 -0
- package/dist/checkbox/checkbox-control.d.ts +5 -0
- package/dist/checkbox/checkbox-input.d.ts +5 -0
- package/dist/checkbox/checkbox-label.d.ts +5 -0
- package/dist/checkbox/checkbox.d.ts +5 -0
- package/dist/color-picker/color-picker-area-gradient.d.ts +5 -0
- package/dist/color-picker/color-picker-area-thumb.d.ts +5 -0
- package/dist/color-picker/color-picker-channel-input.d.ts +5 -0
- package/dist/color-picker/color-picker-channel-slider-background.d.ts +5 -0
- package/dist/color-picker/color-picker-channel-slider-thumb.d.ts +5 -0
- package/dist/color-picker/color-picker-content.d.ts +5 -0
- package/dist/color-picker/color-picker-eye-dropper-trigger.d.ts +5 -0
- package/dist/color-picker/color-picker-swatch-background.d.ts +5 -0
- package/dist/color-picker/color-picker-swatch-group.d.ts +5 -0
- package/dist/combobox/combobox-content.d.ts +5 -0
- package/dist/combobox/combobox-control.d.ts +5 -0
- package/dist/combobox/combobox-input.d.ts +5 -0
- package/dist/combobox/combobox-label.d.ts +5 -0
- package/dist/combobox/combobox-option.d.ts +5 -0
- package/dist/combobox/combobox-positioner.d.ts +5 -0
- package/dist/combobox/combobox-trigger.d.ts +5 -0
- package/dist/date-picker/date-picker-clear-trigger.d.ts +5 -0
- package/dist/date-picker/date-picker-column-header.d.ts +5 -0
- package/dist/date-picker/date-picker-content.d.ts +5 -0
- package/dist/date-picker/date-picker-control.d.ts +5 -0
- package/dist/date-picker/date-picker-day-cell-trigger.d.ts +5 -0
- package/dist/date-picker/date-picker-grid.d.ts +5 -0
- package/dist/date-picker/date-picker-input.d.ts +5 -0
- package/dist/date-picker/date-picker-month-cell-trigger.d.ts +5 -0
- package/dist/date-picker/date-picker-month-cell.d.ts +5 -0
- package/dist/date-picker/date-picker-month-select.d.ts +5 -0
- package/dist/date-picker/date-picker-next-trigger.d.ts +5 -0
- package/dist/date-picker/date-picker-prev-trigger.d.ts +5 -0
- package/dist/date-picker/date-picker-row-group.d.ts +5 -0
- package/dist/date-picker/date-picker-row-header.d.ts +5 -0
- package/dist/date-picker/date-picker-row.d.ts +5 -0
- package/dist/date-picker/date-picker-trigger.d.ts +5 -0
- package/dist/date-picker/date-picker-view-trigger.d.ts +5 -0
- package/dist/date-picker/date-picker-year-cell-trigger.d.ts +5 -0
- package/dist/date-picker/date-picker-year-cell.d.ts +5 -0
- package/dist/date-picker/date-picker-year-select.d.ts +5 -0
- package/dist/dialog/dialog-backdrop.d.ts +5 -0
- package/dist/dialog/dialog-close-trigger.d.ts +5 -0
- package/dist/dialog/dialog-container.d.ts +5 -0
- package/dist/dialog/dialog-content.d.ts +5 -0
- package/dist/dialog/dialog-description.d.ts +5 -0
- package/dist/dialog/dialog-title.d.ts +5 -0
- package/dist/dialog/dialog-trigger.d.ts +5 -0
- package/dist/editable/editable-area.d.ts +5 -0
- package/dist/editable/editable-cancel-trigger.d.ts +5 -0
- package/dist/editable/editable-control.d.ts +5 -0
- package/dist/editable/editable-edit-trigger.d.ts +5 -0
- package/dist/editable/editable-input.d.ts +5 -0
- package/dist/editable/editable-label.d.ts +5 -0
- package/dist/editable/editable-preview.d.ts +5 -0
- package/dist/editable/editable-submit-trigger.d.ts +5 -0
- package/dist/hover-card/hover-card-arrow-tip.d.ts +5 -0
- package/dist/hover-card/hover-card-arrow.d.ts +5 -0
- package/dist/hover-card/hover-card-content.d.ts +5 -0
- package/dist/hover-card/hover-card-positioner.d.ts +5 -0
- package/dist/hover-card/hover-card-trigger.d.ts +5 -0
- package/dist/index.cjs +31 -12
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +14 -6
- package/dist/menu/menu-arrow-tip.d.ts +5 -0
- package/dist/menu/menu-arrow.d.ts +5 -0
- package/dist/menu/menu-content.d.ts +5 -0
- package/dist/menu/menu-context-trigger.d.ts +5 -0
- package/dist/menu/menu-item-group-label.d.ts +5 -0
- package/dist/menu/menu-item-group.d.ts +5 -0
- package/dist/menu/menu-item.d.ts +5 -0
- package/dist/menu/menu-option-item.d.ts +5 -0
- package/dist/menu/menu-positioner.d.ts +5 -0
- package/dist/menu/menu-separator.d.ts +5 -0
- package/dist/menu/menu-trigger-item.d.ts +5 -0
- package/dist/menu/menu-trigger.d.ts +5 -0
- package/dist/number-input/number-input-control.d.ts +5 -0
- package/dist/number-input/number-input-decrement-trigger.d.ts +5 -0
- package/dist/number-input/number-input-field.d.ts +5 -0
- package/dist/number-input/number-input-increment-trigger.d.ts +5 -0
- package/dist/number-input/number-input-label.d.ts +5 -0
- package/dist/number-input/number-input-scrubber.d.ts +5 -0
- package/dist/number-input/number-input.d.ts +5 -0
- package/dist/pagination/pagination-ellipsis.d.ts +5 -0
- package/dist/pagination/pagination-list-item.d.ts +5 -0
- package/dist/pagination/pagination-list.d.ts +5 -0
- package/dist/pagination/pagination-next-page-trigger.d.ts +5 -0
- package/dist/pagination/pagination-page-trigger.d.ts +5 -0
- package/dist/pagination/pagination-prev-page-trigger.d.ts +5 -0
- package/dist/pagination/pagination.d.ts +5 -0
- package/dist/pin-input/pin-input-control.d.ts +5 -0
- package/dist/pin-input/pin-input-field.d.ts +5 -0
- package/dist/pin-input/pin-input-label.d.ts +5 -0
- package/dist/pin-input/pin-input.d.ts +5 -0
- package/dist/popover/popover-anchor.d.ts +5 -0
- package/dist/popover/popover-arrow-tip.d.ts +5 -0
- package/dist/popover/popover-arrow.d.ts +5 -0
- package/dist/popover/popover-close-trigger.d.ts +5 -0
- package/dist/popover/popover-content.d.ts +5 -0
- package/dist/popover/popover-description.d.ts +5 -0
- package/dist/popover/popover-positioner.d.ts +5 -0
- package/dist/popover/popover-title.d.ts +5 -0
- package/dist/popover/popover-trigger.d.ts +5 -0
- package/dist/pressable/pressable.d.ts +5 -0
- package/dist/radio-group/radio-control.d.ts +5 -0
- package/dist/radio-group/radio-group-label.d.ts +5 -0
- package/dist/radio-group/radio-group.d.ts +5 -0
- package/dist/radio-group/radio-input.d.ts +5 -0
- package/dist/radio-group/radio-label.d.ts +5 -0
- package/dist/radio-group/radio.d.ts +5 -0
- package/dist/range-slider/range-slider-control.d.ts +5 -0
- package/dist/range-slider/range-slider-label.d.ts +5 -0
- package/dist/range-slider/range-slider-marker-group.d.ts +5 -0
- package/dist/range-slider/range-slider-marker.d.ts +5 -0
- package/dist/range-slider/range-slider-output.d.ts +5 -0
- package/dist/range-slider/range-slider-range.d.ts +5 -0
- package/dist/range-slider/range-slider-thumb.d.ts +5 -0
- package/dist/range-slider/range-slider-track.d.ts +5 -0
- package/dist/range-slider/range-slider.d.ts +5 -0
- package/dist/rating-group/rating-group-control.d.ts +5 -0
- package/dist/rating-group/rating-group-label.d.ts +5 -0
- package/dist/rating-group/rating-group.d.ts +5 -0
- package/dist/rating-group/rating.d.ts +5 -0
- package/dist/segment-group/index.d.ts +8 -0
- package/dist/segment-group/segment-context.cjs +14 -0
- package/dist/segment-group/segment-context.d.ts +5 -0
- package/dist/segment-group/segment-context.mjs +9 -0
- package/dist/segment-group/segment-control.cjs +20 -0
- package/dist/segment-group/segment-control.d.ts +276 -0
- package/dist/segment-group/segment-control.mjs +16 -0
- package/dist/segment-group/segment-group-context.cjs +14 -0
- package/dist/segment-group/segment-group-context.d.ts +51 -0
- package/dist/segment-group/segment-group-context.mjs +9 -0
- package/dist/segment-group/segment-group-label.cjs +18 -0
- package/dist/segment-group/segment-group-label.d.ts +278 -0
- package/dist/segment-group/segment-group-label.mjs +14 -0
- package/dist/segment-group/segment-group.anatomy.cjs +11 -0
- package/dist/segment-group/segment-group.anatomy.d.ts +3 -0
- package/dist/segment-group/segment-group.anatomy.mjs +6 -0
- package/dist/segment-group/segment-group.cjs +34 -0
- package/dist/segment-group/segment-group.d.ts +296 -0
- package/dist/segment-group/segment-group.mjs +30 -0
- package/dist/segment-group/segment-indicator.cjs +18 -0
- package/dist/segment-group/segment-indicator.d.ts +276 -0
- package/dist/segment-group/segment-indicator.mjs +14 -0
- package/dist/segment-group/segment-input.cjs +20 -0
- package/dist/segment-group/segment-input.d.ts +307 -0
- package/dist/segment-group/segment-input.mjs +16 -0
- package/dist/segment-group/segment-label.cjs +20 -0
- package/dist/segment-group/segment-label.d.ts +276 -0
- package/dist/segment-group/segment-label.mjs +16 -0
- package/dist/segment-group/segment.cjs +20 -0
- package/dist/segment-group/segment.d.ts +284 -0
- package/dist/segment-group/segment.mjs +16 -0
- package/dist/segment-group/use-segment-group.cjs +47 -0
- package/dist/segment-group/use-segment-group.d.ts +32 -0
- package/dist/segment-group/use-segment-group.mjs +24 -0
- package/dist/select/select-content.d.ts +5 -0
- package/dist/select/select-label.d.ts +5 -0
- package/dist/select/select-option-group-label.d.ts +5 -0
- package/dist/select/select-option-group.d.ts +5 -0
- package/dist/select/select-option.d.ts +5 -0
- package/dist/select/select-positioner.d.ts +5 -0
- package/dist/select/select-trigger.d.ts +5 -0
- package/dist/slider/slider-control.d.ts +5 -0
- package/dist/slider/slider-label.d.ts +5 -0
- package/dist/slider/slider-marker-group.d.ts +5 -0
- package/dist/slider/slider-marker.d.ts +5 -0
- package/dist/slider/slider-output.d.ts +5 -0
- package/dist/slider/slider-range.d.ts +5 -0
- package/dist/slider/slider-thumb.d.ts +5 -0
- package/dist/slider/slider-track.d.ts +5 -0
- package/dist/slider/slider.d.ts +5 -0
- package/dist/splitter/splitter-panel.d.ts +5 -0
- package/dist/splitter/splitter-resize-trigger.d.ts +5 -0
- package/dist/splitter/splitter.d.ts +5 -0
- package/dist/switch/index.cjs +22 -0
- package/dist/switch/index.mjs +6 -0
- package/dist/switch/switch-control.d.ts +5 -0
- package/dist/switch/switch-input.d.ts +5 -0
- package/dist/switch/switch-label.d.ts +5 -0
- package/dist/switch/switch-thumb.d.ts +5 -0
- package/dist/switch/switch.d.ts +5 -0
- package/dist/tabs/tab-content.d.ts +5 -0
- package/dist/tabs/tab-indicator.d.ts +5 -0
- package/dist/tabs/tab-list.d.ts +5 -0
- package/dist/tabs/tab-trigger.d.ts +5 -0
- package/dist/tabs/tabs.d.ts +5 -0
- package/dist/tags-input/tag-delete-trigger.d.ts +5 -0
- package/dist/tags-input/tag-input.d.ts +5 -0
- package/dist/tags-input/tag.d.ts +5 -0
- package/dist/tags-input/tags-input-clear-trigger.d.ts +5 -0
- package/dist/tags-input/tags-input-control.d.ts +5 -0
- package/dist/tags-input/tags-input-field.d.ts +5 -0
- package/dist/tags-input/tags-input-label.d.ts +5 -0
- package/dist/toast/toast-close-trigger.d.ts +5 -0
- package/dist/toast/toast-description.d.ts +5 -0
- package/dist/toast/toast-group.d.ts +5 -0
- package/dist/toast/toast-title.d.ts +5 -0
- package/dist/toast/toast.d.ts +5 -0
- package/dist/tooltip/tooltip-arrow-tip.d.ts +5 -0
- package/dist/tooltip/tooltip-arrow.d.ts +5 -0
- package/dist/tooltip/tooltip-content.d.ts +5 -0
- package/dist/tooltip/tooltip-positioner.d.ts +5 -0
- package/dist/tooltip/tooltip-trigger.d.ts +5 -0
- package/package.json +20 -15
- package/dist/avatar/avatar.anatomy.cjs +0 -9
- package/dist/avatar/avatar.anatomy.mjs +0 -5
|
@@ -60,14 +60,18 @@ export declare const EditableLabel: ForwardRefExoticComponent<{
|
|
|
60
60
|
'aria-activedescendant'?: string | undefined;
|
|
61
61
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
62
62
|
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
63
|
+
'aria-braillelabel'?: string | undefined;
|
|
64
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
63
65
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
64
66
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
65
67
|
'aria-colcount'?: number | undefined;
|
|
66
68
|
'aria-colindex'?: number | undefined;
|
|
69
|
+
'aria-colindextext'?: string | undefined;
|
|
67
70
|
'aria-colspan'?: number | undefined;
|
|
68
71
|
'aria-controls'?: string | undefined;
|
|
69
72
|
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
70
73
|
'aria-describedby'?: string | undefined;
|
|
74
|
+
'aria-description'?: string | undefined;
|
|
71
75
|
'aria-details'?: string | undefined;
|
|
72
76
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
73
77
|
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -97,6 +101,7 @@ export declare const EditableLabel: ForwardRefExoticComponent<{
|
|
|
97
101
|
'aria-roledescription'?: string | undefined;
|
|
98
102
|
'aria-rowcount'?: number | undefined;
|
|
99
103
|
'aria-rowindex'?: number | undefined;
|
|
104
|
+
'aria-rowindextext'?: string | undefined;
|
|
100
105
|
'aria-rowspan'?: number | undefined;
|
|
101
106
|
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
102
107
|
'aria-setsize'?: number | undefined;
|
|
@@ -58,14 +58,18 @@ export declare const EditablePreview: ForwardRefExoticComponent<{
|
|
|
58
58
|
'aria-activedescendant'?: string | undefined;
|
|
59
59
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
60
60
|
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
61
|
+
'aria-braillelabel'?: string | undefined;
|
|
62
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
61
63
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
62
64
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
63
65
|
'aria-colcount'?: number | undefined;
|
|
64
66
|
'aria-colindex'?: number | undefined;
|
|
67
|
+
'aria-colindextext'?: string | undefined;
|
|
65
68
|
'aria-colspan'?: number | undefined;
|
|
66
69
|
'aria-controls'?: string | undefined;
|
|
67
70
|
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
68
71
|
'aria-describedby'?: string | undefined;
|
|
72
|
+
'aria-description'?: string | undefined;
|
|
69
73
|
'aria-details'?: string | undefined;
|
|
70
74
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
71
75
|
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -95,6 +99,7 @@ export declare const EditablePreview: ForwardRefExoticComponent<{
|
|
|
95
99
|
'aria-roledescription'?: string | undefined;
|
|
96
100
|
'aria-rowcount'?: number | undefined;
|
|
97
101
|
'aria-rowindex'?: number | undefined;
|
|
102
|
+
'aria-rowindextext'?: string | undefined;
|
|
98
103
|
'aria-rowspan'?: number | undefined;
|
|
99
104
|
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
100
105
|
'aria-setsize'?: number | undefined;
|
|
@@ -68,14 +68,18 @@ export declare const EditableSubmitTrigger: ForwardRefExoticComponent<{
|
|
|
68
68
|
'aria-activedescendant'?: string | undefined;
|
|
69
69
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
70
70
|
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
71
|
+
'aria-braillelabel'?: string | undefined;
|
|
72
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
71
73
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
72
74
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
73
75
|
'aria-colcount'?: number | undefined;
|
|
74
76
|
'aria-colindex'?: number | undefined;
|
|
77
|
+
'aria-colindextext'?: string | undefined;
|
|
75
78
|
'aria-colspan'?: number | undefined;
|
|
76
79
|
'aria-controls'?: string | undefined;
|
|
77
80
|
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
78
81
|
'aria-describedby'?: string | undefined;
|
|
82
|
+
'aria-description'?: string | undefined;
|
|
79
83
|
'aria-details'?: string | undefined;
|
|
80
84
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
81
85
|
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -105,6 +109,7 @@ export declare const EditableSubmitTrigger: ForwardRefExoticComponent<{
|
|
|
105
109
|
'aria-roledescription'?: string | undefined;
|
|
106
110
|
'aria-rowcount'?: number | undefined;
|
|
107
111
|
'aria-rowindex'?: number | undefined;
|
|
112
|
+
'aria-rowindextext'?: string | undefined;
|
|
108
113
|
'aria-rowspan'?: number | undefined;
|
|
109
114
|
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
110
115
|
'aria-setsize'?: number | undefined;
|
|
@@ -58,14 +58,18 @@ export declare const HoverCardArrowTip: ForwardRefExoticComponent<{
|
|
|
58
58
|
'aria-activedescendant'?: string | undefined;
|
|
59
59
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
60
60
|
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
61
|
+
'aria-braillelabel'?: string | undefined;
|
|
62
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
61
63
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
62
64
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
63
65
|
'aria-colcount'?: number | undefined;
|
|
64
66
|
'aria-colindex'?: number | undefined;
|
|
67
|
+
'aria-colindextext'?: string | undefined;
|
|
65
68
|
'aria-colspan'?: number | undefined;
|
|
66
69
|
'aria-controls'?: string | undefined;
|
|
67
70
|
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
68
71
|
'aria-describedby'?: string | undefined;
|
|
72
|
+
'aria-description'?: string | undefined;
|
|
69
73
|
'aria-details'?: string | undefined;
|
|
70
74
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
71
75
|
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -95,6 +99,7 @@ export declare const HoverCardArrowTip: ForwardRefExoticComponent<{
|
|
|
95
99
|
'aria-roledescription'?: string | undefined;
|
|
96
100
|
'aria-rowcount'?: number | undefined;
|
|
97
101
|
'aria-rowindex'?: number | undefined;
|
|
102
|
+
'aria-rowindextext'?: string | undefined;
|
|
98
103
|
'aria-rowspan'?: number | undefined;
|
|
99
104
|
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
100
105
|
'aria-setsize'?: number | undefined;
|
|
@@ -58,14 +58,18 @@ export declare const HoverCardArrow: ForwardRefExoticComponent<{
|
|
|
58
58
|
'aria-activedescendant'?: string | undefined;
|
|
59
59
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
60
60
|
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
61
|
+
'aria-braillelabel'?: string | undefined;
|
|
62
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
61
63
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
62
64
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
63
65
|
'aria-colcount'?: number | undefined;
|
|
64
66
|
'aria-colindex'?: number | undefined;
|
|
67
|
+
'aria-colindextext'?: string | undefined;
|
|
65
68
|
'aria-colspan'?: number | undefined;
|
|
66
69
|
'aria-controls'?: string | undefined;
|
|
67
70
|
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
68
71
|
'aria-describedby'?: string | undefined;
|
|
72
|
+
'aria-description'?: string | undefined;
|
|
69
73
|
'aria-details'?: string | undefined;
|
|
70
74
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
71
75
|
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -95,6 +99,7 @@ export declare const HoverCardArrow: ForwardRefExoticComponent<{
|
|
|
95
99
|
'aria-roledescription'?: string | undefined;
|
|
96
100
|
'aria-rowcount'?: number | undefined;
|
|
97
101
|
'aria-rowindex'?: number | undefined;
|
|
102
|
+
'aria-rowindextext'?: string | undefined;
|
|
98
103
|
'aria-rowspan'?: number | undefined;
|
|
99
104
|
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
100
105
|
'aria-setsize'?: number | undefined;
|
|
@@ -58,14 +58,18 @@ export declare const HoverCardContent: ForwardRefExoticComponent<{
|
|
|
58
58
|
'aria-activedescendant'?: string | undefined;
|
|
59
59
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
60
60
|
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
61
|
+
'aria-braillelabel'?: string | undefined;
|
|
62
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
61
63
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
62
64
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
63
65
|
'aria-colcount'?: number | undefined;
|
|
64
66
|
'aria-colindex'?: number | undefined;
|
|
67
|
+
'aria-colindextext'?: string | undefined;
|
|
65
68
|
'aria-colspan'?: number | undefined;
|
|
66
69
|
'aria-controls'?: string | undefined;
|
|
67
70
|
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
68
71
|
'aria-describedby'?: string | undefined;
|
|
72
|
+
'aria-description'?: string | undefined;
|
|
69
73
|
'aria-details'?: string | undefined;
|
|
70
74
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
71
75
|
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -95,6 +99,7 @@ export declare const HoverCardContent: ForwardRefExoticComponent<{
|
|
|
95
99
|
'aria-roledescription'?: string | undefined;
|
|
96
100
|
'aria-rowcount'?: number | undefined;
|
|
97
101
|
'aria-rowindex'?: number | undefined;
|
|
102
|
+
'aria-rowindextext'?: string | undefined;
|
|
98
103
|
'aria-rowspan'?: number | undefined;
|
|
99
104
|
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
100
105
|
'aria-setsize'?: number | undefined;
|
|
@@ -58,14 +58,18 @@ export declare const HoverCardPositioner: ForwardRefExoticComponent<{
|
|
|
58
58
|
'aria-activedescendant'?: string | undefined;
|
|
59
59
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
60
60
|
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
61
|
+
'aria-braillelabel'?: string | undefined;
|
|
62
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
61
63
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
62
64
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
63
65
|
'aria-colcount'?: number | undefined;
|
|
64
66
|
'aria-colindex'?: number | undefined;
|
|
67
|
+
'aria-colindextext'?: string | undefined;
|
|
65
68
|
'aria-colspan'?: number | undefined;
|
|
66
69
|
'aria-controls'?: string | undefined;
|
|
67
70
|
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
68
71
|
'aria-describedby'?: string | undefined;
|
|
72
|
+
'aria-description'?: string | undefined;
|
|
69
73
|
'aria-details'?: string | undefined;
|
|
70
74
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
71
75
|
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -95,6 +99,7 @@ export declare const HoverCardPositioner: ForwardRefExoticComponent<{
|
|
|
95
99
|
'aria-roledescription'?: string | undefined;
|
|
96
100
|
'aria-rowcount'?: number | undefined;
|
|
97
101
|
'aria-rowindex'?: number | undefined;
|
|
102
|
+
'aria-rowindextext'?: string | undefined;
|
|
98
103
|
'aria-rowspan'?: number | undefined;
|
|
99
104
|
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
100
105
|
'aria-setsize'?: number | undefined;
|
|
@@ -67,14 +67,18 @@ export declare const HoverCardTrigger: ForwardRefExoticComponent<{
|
|
|
67
67
|
'aria-activedescendant'?: string | undefined;
|
|
68
68
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
69
69
|
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
70
|
+
'aria-braillelabel'?: string | undefined;
|
|
71
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
70
72
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
71
73
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
72
74
|
'aria-colcount'?: number | undefined;
|
|
73
75
|
'aria-colindex'?: number | undefined;
|
|
76
|
+
'aria-colindextext'?: string | undefined;
|
|
74
77
|
'aria-colspan'?: number | undefined;
|
|
75
78
|
'aria-controls'?: string | undefined;
|
|
76
79
|
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
77
80
|
'aria-describedby'?: string | undefined;
|
|
81
|
+
'aria-description'?: string | undefined;
|
|
78
82
|
'aria-details'?: string | undefined;
|
|
79
83
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
80
84
|
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -104,6 +108,7 @@ export declare const HoverCardTrigger: ForwardRefExoticComponent<{
|
|
|
104
108
|
'aria-roledescription'?: string | undefined;
|
|
105
109
|
'aria-rowcount'?: number | undefined;
|
|
106
110
|
'aria-rowindex'?: number | undefined;
|
|
111
|
+
'aria-rowindextext'?: string | undefined;
|
|
107
112
|
'aria-rowspan'?: number | undefined;
|
|
108
113
|
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
109
114
|
'aria-setsize'?: number | undefined;
|
package/dist/index.cjs
CHANGED
|
@@ -4,6 +4,11 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
|
4
4
|
|
|
5
5
|
const anatomy = require('@zag-js/anatomy');
|
|
6
6
|
const react = require('@zag-js/react');
|
|
7
|
+
const _switch = require('./switch/switch.cjs');
|
|
8
|
+
const switchControl = require('./switch/switch-control.cjs');
|
|
9
|
+
const switchInput = require('./switch/switch-input.cjs');
|
|
10
|
+
const switchLabel = require('./switch/switch-label.cjs');
|
|
11
|
+
const switchThumb = require('./switch/switch-thumb.cjs');
|
|
7
12
|
const accordion = require('./accordion/accordion.cjs');
|
|
8
13
|
const accordionContent = require('./accordion/accordion-content.cjs');
|
|
9
14
|
const accordionItem = require('./accordion/accordion-item.cjs');
|
|
@@ -12,7 +17,7 @@ const accordion$1 = require('@zag-js/accordion');
|
|
|
12
17
|
const avatar = require('./avatar/avatar.cjs');
|
|
13
18
|
const avatarFallback = require('./avatar/avatar-fallback.cjs');
|
|
14
19
|
const avatarImage = require('./avatar/avatar-image.cjs');
|
|
15
|
-
const
|
|
20
|
+
const avatar$1 = require('@zag-js/avatar');
|
|
16
21
|
const carousel = require('./carousel/carousel.cjs');
|
|
17
22
|
const carouselControl = require('./carousel/carousel-control.cjs');
|
|
18
23
|
const carouselNextSlideTrigger = require('./carousel/carousel-next-slide-trigger.cjs');
|
|
@@ -170,6 +175,14 @@ const ratingGroup = require('./rating-group/rating-group.cjs');
|
|
|
170
175
|
const ratingGroupControl = require('./rating-group/rating-group-control.cjs');
|
|
171
176
|
const ratingGroupLabel = require('./rating-group/rating-group-label.cjs');
|
|
172
177
|
const ratingGroup$1 = require('@zag-js/rating-group');
|
|
178
|
+
const segment = require('./segment-group/segment.cjs');
|
|
179
|
+
const segmentControl = require('./segment-group/segment-control.cjs');
|
|
180
|
+
const segmentGroup = require('./segment-group/segment-group.cjs');
|
|
181
|
+
const segmentGroupLabel = require('./segment-group/segment-group-label.cjs');
|
|
182
|
+
const segmentGroup_anatomy = require('./segment-group/segment-group.anatomy.cjs');
|
|
183
|
+
const segmentIndicator = require('./segment-group/segment-indicator.cjs');
|
|
184
|
+
const segmentInput = require('./segment-group/segment-input.cjs');
|
|
185
|
+
const segmentLabel = require('./segment-group/segment-label.cjs');
|
|
173
186
|
const select = require('./select/select.cjs');
|
|
174
187
|
const selectContent = require('./select/select-content.cjs');
|
|
175
188
|
const selectLabel = require('./select/select-label.cjs');
|
|
@@ -193,11 +206,6 @@ const splitter = require('./splitter/splitter.cjs');
|
|
|
193
206
|
const splitterPanel = require('./splitter/splitter-panel.cjs');
|
|
194
207
|
const splitterResizeTrigger = require('./splitter/splitter-resize-trigger.cjs');
|
|
195
208
|
const splitter$1 = require('@zag-js/splitter');
|
|
196
|
-
const _switch = require('./switch/switch.cjs');
|
|
197
|
-
const switchControl = require('./switch/switch-control.cjs');
|
|
198
|
-
const switchInput = require('./switch/switch-input.cjs');
|
|
199
|
-
const switchLabel = require('./switch/switch-label.cjs');
|
|
200
|
-
const switchThumb = require('./switch/switch-thumb.cjs');
|
|
201
209
|
const zagSwitch = require('@zag-js/switch');
|
|
202
210
|
const tabContent = require('./tabs/tab-content.cjs');
|
|
203
211
|
const tabIndicator = require('./tabs/tab-indicator.cjs');
|
|
@@ -240,6 +248,11 @@ Object.defineProperty(exports, 'Portal', {
|
|
|
240
248
|
enumerable: true,
|
|
241
249
|
get: () => react.Portal
|
|
242
250
|
});
|
|
251
|
+
exports.Switch = _switch.Switch;
|
|
252
|
+
exports.SwitchControl = switchControl.SwitchControl;
|
|
253
|
+
exports.SwitchInput = switchInput.SwitchInput;
|
|
254
|
+
exports.SwitchLabel = switchLabel.SwitchLabel;
|
|
255
|
+
exports.SwitchThumb = switchThumb.SwitchThumb;
|
|
243
256
|
exports.Accordion = accordion.Accordion;
|
|
244
257
|
exports.AccordionContent = accordionContent.AccordionContent;
|
|
245
258
|
exports.AccordionItem = accordionItem.AccordionItem;
|
|
@@ -251,7 +264,10 @@ Object.defineProperty(exports, 'accordionAnatomy', {
|
|
|
251
264
|
exports.Avatar = avatar.Avatar;
|
|
252
265
|
exports.AvatarFallback = avatarFallback.AvatarFallback;
|
|
253
266
|
exports.AvatarImage = avatarImage.AvatarImage;
|
|
254
|
-
exports
|
|
267
|
+
Object.defineProperty(exports, 'avatarAnatomy', {
|
|
268
|
+
enumerable: true,
|
|
269
|
+
get: () => avatar$1.anatomy
|
|
270
|
+
});
|
|
255
271
|
exports.Carousel = carousel.Carousel;
|
|
256
272
|
exports.CarouselControl = carouselControl.CarouselControl;
|
|
257
273
|
exports.CarouselNextSlideTrigger = carouselNextSlideTrigger.CarouselNextSlideTrigger;
|
|
@@ -445,6 +461,14 @@ Object.defineProperty(exports, 'ratingGroupAnatomy', {
|
|
|
445
461
|
enumerable: true,
|
|
446
462
|
get: () => ratingGroup$1.anatomy
|
|
447
463
|
});
|
|
464
|
+
exports.Segment = segment.Segment;
|
|
465
|
+
exports.SegmentControl = segmentControl.SegmentControl;
|
|
466
|
+
exports.SegmentGroup = segmentGroup.SegmentGroup;
|
|
467
|
+
exports.SegmentGroupLabel = segmentGroupLabel.SegmentGroupLabel;
|
|
468
|
+
exports.segmentGroupAnatomy = segmentGroup_anatomy.segmentGroupAnatomy;
|
|
469
|
+
exports.SegmentIndicator = segmentIndicator.SegmentIndicator;
|
|
470
|
+
exports.SegmentInput = segmentInput.SegmentInput;
|
|
471
|
+
exports.SegmentLabel = segmentLabel.SegmentLabel;
|
|
448
472
|
exports.Select = select.Select;
|
|
449
473
|
exports.SelectContent = selectContent.SelectContent;
|
|
450
474
|
exports.SelectLabel = selectLabel.SelectLabel;
|
|
@@ -477,11 +501,6 @@ Object.defineProperty(exports, 'splitterAnatomy', {
|
|
|
477
501
|
enumerable: true,
|
|
478
502
|
get: () => splitter$1.anatomy
|
|
479
503
|
});
|
|
480
|
-
exports.Switch = _switch.Switch;
|
|
481
|
-
exports.SwitchControl = switchControl.SwitchControl;
|
|
482
|
-
exports.SwitchInput = switchInput.SwitchInput;
|
|
483
|
-
exports.SwitchLabel = switchLabel.SwitchLabel;
|
|
484
|
-
exports.SwitchThumb = switchThumb.SwitchThumb;
|
|
485
504
|
Object.defineProperty(exports, 'switchAnatomy', {
|
|
486
505
|
enumerable: true,
|
|
487
506
|
get: () => zagSwitch.anatomy
|
package/dist/index.d.ts
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
export { createAnatomy } from '@zag-js/anatomy';
|
|
2
2
|
export { Portal } from '@zag-js/react';
|
|
3
|
+
export { Switch } from './switch/switch.mjs';
|
|
4
|
+
export { SwitchControl } from './switch/switch-control.mjs';
|
|
5
|
+
export { SwitchInput } from './switch/switch-input.mjs';
|
|
6
|
+
export { SwitchLabel } from './switch/switch-label.mjs';
|
|
7
|
+
export { SwitchThumb } from './switch/switch-thumb.mjs';
|
|
3
8
|
export { Accordion } from './accordion/accordion.mjs';
|
|
4
9
|
export { AccordionContent } from './accordion/accordion-content.mjs';
|
|
5
10
|
export { AccordionItem } from './accordion/accordion-item.mjs';
|
|
@@ -8,7 +13,7 @@ export { anatomy as accordionAnatomy } from '@zag-js/accordion';
|
|
|
8
13
|
export { Avatar } from './avatar/avatar.mjs';
|
|
9
14
|
export { AvatarFallback } from './avatar/avatar-fallback.mjs';
|
|
10
15
|
export { AvatarImage } from './avatar/avatar-image.mjs';
|
|
11
|
-
export { avatarAnatomy } from '
|
|
16
|
+
export { anatomy as avatarAnatomy } from '@zag-js/avatar';
|
|
12
17
|
export { Carousel } from './carousel/carousel.mjs';
|
|
13
18
|
export { CarouselControl } from './carousel/carousel-control.mjs';
|
|
14
19
|
export { CarouselNextSlideTrigger } from './carousel/carousel-next-slide-trigger.mjs';
|
|
@@ -166,6 +171,14 @@ export { RatingGroup } from './rating-group/rating-group.mjs';
|
|
|
166
171
|
export { RatingGroupControl } from './rating-group/rating-group-control.mjs';
|
|
167
172
|
export { RatingGroupLabel } from './rating-group/rating-group-label.mjs';
|
|
168
173
|
export { anatomy as ratingGroupAnatomy } from '@zag-js/rating-group';
|
|
174
|
+
export { Segment } from './segment-group/segment.mjs';
|
|
175
|
+
export { SegmentControl } from './segment-group/segment-control.mjs';
|
|
176
|
+
export { SegmentGroup } from './segment-group/segment-group.mjs';
|
|
177
|
+
export { SegmentGroupLabel } from './segment-group/segment-group-label.mjs';
|
|
178
|
+
export { segmentGroupAnatomy } from './segment-group/segment-group.anatomy.mjs';
|
|
179
|
+
export { SegmentIndicator } from './segment-group/segment-indicator.mjs';
|
|
180
|
+
export { SegmentInput } from './segment-group/segment-input.mjs';
|
|
181
|
+
export { SegmentLabel } from './segment-group/segment-label.mjs';
|
|
169
182
|
export { Select } from './select/select.mjs';
|
|
170
183
|
export { SelectContent } from './select/select-content.mjs';
|
|
171
184
|
export { SelectLabel } from './select/select-label.mjs';
|
|
@@ -189,11 +202,6 @@ export { Splitter } from './splitter/splitter.mjs';
|
|
|
189
202
|
export { SplitterPanel } from './splitter/splitter-panel.mjs';
|
|
190
203
|
export { SplitterResizeTrigger } from './splitter/splitter-resize-trigger.mjs';
|
|
191
204
|
export { anatomy as splitterAnatomy } from '@zag-js/splitter';
|
|
192
|
-
export { Switch } from './switch/switch.mjs';
|
|
193
|
-
export { SwitchControl } from './switch/switch-control.mjs';
|
|
194
|
-
export { SwitchInput } from './switch/switch-input.mjs';
|
|
195
|
-
export { SwitchLabel } from './switch/switch-label.mjs';
|
|
196
|
-
export { SwitchThumb } from './switch/switch-thumb.mjs';
|
|
197
205
|
export { anatomy as switchAnatomy } from '@zag-js/switch';
|
|
198
206
|
export { TabContent } from './tabs/tab-content.mjs';
|
|
199
207
|
export { TabIndicator } from './tabs/tab-indicator.mjs';
|
|
@@ -58,14 +58,18 @@ export declare const MenuArrowTip: ForwardRefExoticComponent<{
|
|
|
58
58
|
'aria-activedescendant'?: string | undefined;
|
|
59
59
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
60
60
|
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
61
|
+
'aria-braillelabel'?: string | undefined;
|
|
62
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
61
63
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
62
64
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
63
65
|
'aria-colcount'?: number | undefined;
|
|
64
66
|
'aria-colindex'?: number | undefined;
|
|
67
|
+
'aria-colindextext'?: string | undefined;
|
|
65
68
|
'aria-colspan'?: number | undefined;
|
|
66
69
|
'aria-controls'?: string | undefined;
|
|
67
70
|
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
68
71
|
'aria-describedby'?: string | undefined;
|
|
72
|
+
'aria-description'?: string | undefined;
|
|
69
73
|
'aria-details'?: string | undefined;
|
|
70
74
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
71
75
|
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -95,6 +99,7 @@ export declare const MenuArrowTip: ForwardRefExoticComponent<{
|
|
|
95
99
|
'aria-roledescription'?: string | undefined;
|
|
96
100
|
'aria-rowcount'?: number | undefined;
|
|
97
101
|
'aria-rowindex'?: number | undefined;
|
|
102
|
+
'aria-rowindextext'?: string | undefined;
|
|
98
103
|
'aria-rowspan'?: number | undefined;
|
|
99
104
|
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
100
105
|
'aria-setsize'?: number | undefined;
|
|
@@ -58,14 +58,18 @@ export declare const MenuArrow: ForwardRefExoticComponent<{
|
|
|
58
58
|
'aria-activedescendant'?: string | undefined;
|
|
59
59
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
60
60
|
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
61
|
+
'aria-braillelabel'?: string | undefined;
|
|
62
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
61
63
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
62
64
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
63
65
|
'aria-colcount'?: number | undefined;
|
|
64
66
|
'aria-colindex'?: number | undefined;
|
|
67
|
+
'aria-colindextext'?: string | undefined;
|
|
65
68
|
'aria-colspan'?: number | undefined;
|
|
66
69
|
'aria-controls'?: string | undefined;
|
|
67
70
|
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
68
71
|
'aria-describedby'?: string | undefined;
|
|
72
|
+
'aria-description'?: string | undefined;
|
|
69
73
|
'aria-details'?: string | undefined;
|
|
70
74
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
71
75
|
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -95,6 +99,7 @@ export declare const MenuArrow: ForwardRefExoticComponent<{
|
|
|
95
99
|
'aria-roledescription'?: string | undefined;
|
|
96
100
|
'aria-rowcount'?: number | undefined;
|
|
97
101
|
'aria-rowindex'?: number | undefined;
|
|
102
|
+
'aria-rowindextext'?: string | undefined;
|
|
98
103
|
'aria-rowspan'?: number | undefined;
|
|
99
104
|
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
100
105
|
'aria-setsize'?: number | undefined;
|
|
@@ -58,14 +58,18 @@ export declare const MenuContent: ForwardRefExoticComponent<{
|
|
|
58
58
|
'aria-activedescendant'?: string | undefined;
|
|
59
59
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
60
60
|
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
61
|
+
'aria-braillelabel'?: string | undefined;
|
|
62
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
61
63
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
62
64
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
63
65
|
'aria-colcount'?: number | undefined;
|
|
64
66
|
'aria-colindex'?: number | undefined;
|
|
67
|
+
'aria-colindextext'?: string | undefined;
|
|
65
68
|
'aria-colspan'?: number | undefined;
|
|
66
69
|
'aria-controls'?: string | undefined;
|
|
67
70
|
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
68
71
|
'aria-describedby'?: string | undefined;
|
|
72
|
+
'aria-description'?: string | undefined;
|
|
69
73
|
'aria-details'?: string | undefined;
|
|
70
74
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
71
75
|
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -95,6 +99,7 @@ export declare const MenuContent: ForwardRefExoticComponent<{
|
|
|
95
99
|
'aria-roledescription'?: string | undefined;
|
|
96
100
|
'aria-rowcount'?: number | undefined;
|
|
97
101
|
'aria-rowindex'?: number | undefined;
|
|
102
|
+
'aria-rowindextext'?: string | undefined;
|
|
98
103
|
'aria-rowspan'?: number | undefined;
|
|
99
104
|
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
100
105
|
'aria-setsize'?: number | undefined;
|
|
@@ -67,14 +67,18 @@ export declare const MenuContextTrigger: ForwardRefExoticComponent<{
|
|
|
67
67
|
'aria-activedescendant'?: string | undefined;
|
|
68
68
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
69
69
|
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
70
|
+
'aria-braillelabel'?: string | undefined;
|
|
71
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
70
72
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
71
73
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
72
74
|
'aria-colcount'?: number | undefined;
|
|
73
75
|
'aria-colindex'?: number | undefined;
|
|
76
|
+
'aria-colindextext'?: string | undefined;
|
|
74
77
|
'aria-colspan'?: number | undefined;
|
|
75
78
|
'aria-controls'?: string | undefined;
|
|
76
79
|
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
77
80
|
'aria-describedby'?: string | undefined;
|
|
81
|
+
'aria-description'?: string | undefined;
|
|
78
82
|
'aria-details'?: string | undefined;
|
|
79
83
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
80
84
|
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -104,6 +108,7 @@ export declare const MenuContextTrigger: ForwardRefExoticComponent<{
|
|
|
104
108
|
'aria-roledescription'?: string | undefined;
|
|
105
109
|
'aria-rowcount'?: number | undefined;
|
|
106
110
|
'aria-rowindex'?: number | undefined;
|
|
111
|
+
'aria-rowindextext'?: string | undefined;
|
|
107
112
|
'aria-rowspan'?: number | undefined;
|
|
108
113
|
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
109
114
|
'aria-setsize'?: number | undefined;
|
|
@@ -63,14 +63,18 @@ export declare const MenuItemGroupLabel: ForwardRefExoticComponent<{
|
|
|
63
63
|
'aria-activedescendant'?: string | undefined;
|
|
64
64
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
65
65
|
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
66
|
+
'aria-braillelabel'?: string | undefined;
|
|
67
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
66
68
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
67
69
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
68
70
|
'aria-colcount'?: number | undefined;
|
|
69
71
|
'aria-colindex'?: number | undefined;
|
|
72
|
+
'aria-colindextext'?: string | undefined;
|
|
70
73
|
'aria-colspan'?: number | undefined;
|
|
71
74
|
'aria-controls'?: string | undefined;
|
|
72
75
|
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
73
76
|
'aria-describedby'?: string | undefined;
|
|
77
|
+
'aria-description'?: string | undefined;
|
|
74
78
|
'aria-details'?: string | undefined;
|
|
75
79
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
76
80
|
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -100,6 +104,7 @@ export declare const MenuItemGroupLabel: ForwardRefExoticComponent<{
|
|
|
100
104
|
'aria-roledescription'?: string | undefined;
|
|
101
105
|
'aria-rowcount'?: number | undefined;
|
|
102
106
|
'aria-rowindex'?: number | undefined;
|
|
107
|
+
'aria-rowindextext'?: string | undefined;
|
|
103
108
|
'aria-rowspan'?: number | undefined;
|
|
104
109
|
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
105
110
|
'aria-setsize'?: number | undefined;
|
|
@@ -60,14 +60,18 @@ export declare const MenuItemGroup: ForwardRefExoticComponent<{
|
|
|
60
60
|
'aria-activedescendant'?: string | undefined;
|
|
61
61
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
62
62
|
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
63
|
+
'aria-braillelabel'?: string | undefined;
|
|
64
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
63
65
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
64
66
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
65
67
|
'aria-colcount'?: number | undefined;
|
|
66
68
|
'aria-colindex'?: number | undefined;
|
|
69
|
+
'aria-colindextext'?: string | undefined;
|
|
67
70
|
'aria-colspan'?: number | undefined;
|
|
68
71
|
'aria-controls'?: string | undefined;
|
|
69
72
|
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
70
73
|
'aria-describedby'?: string | undefined;
|
|
74
|
+
'aria-description'?: string | undefined;
|
|
71
75
|
'aria-details'?: string | undefined;
|
|
72
76
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
73
77
|
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -97,6 +101,7 @@ export declare const MenuItemGroup: ForwardRefExoticComponent<{
|
|
|
97
101
|
'aria-roledescription'?: string | undefined;
|
|
98
102
|
'aria-rowcount'?: number | undefined;
|
|
99
103
|
'aria-rowindex'?: number | undefined;
|
|
104
|
+
'aria-rowindextext'?: string | undefined;
|
|
100
105
|
'aria-rowspan'?: number | undefined;
|
|
101
106
|
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
102
107
|
'aria-setsize'?: number | undefined;
|
package/dist/menu/menu-item.d.ts
CHANGED
|
@@ -68,14 +68,18 @@ export declare const MenuItem: ForwardRefExoticComponent<{
|
|
|
68
68
|
'aria-activedescendant'?: string | undefined;
|
|
69
69
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
70
70
|
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
71
|
+
'aria-braillelabel'?: string | undefined;
|
|
72
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
71
73
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
72
74
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
73
75
|
'aria-colcount'?: number | undefined;
|
|
74
76
|
'aria-colindex'?: number | undefined;
|
|
77
|
+
'aria-colindextext'?: string | undefined;
|
|
75
78
|
'aria-colspan'?: number | undefined;
|
|
76
79
|
'aria-controls'?: string | undefined;
|
|
77
80
|
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
78
81
|
'aria-describedby'?: string | undefined;
|
|
82
|
+
'aria-description'?: string | undefined;
|
|
79
83
|
'aria-details'?: string | undefined;
|
|
80
84
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
81
85
|
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -105,6 +109,7 @@ export declare const MenuItem: ForwardRefExoticComponent<{
|
|
|
105
109
|
'aria-roledescription'?: string | undefined;
|
|
106
110
|
'aria-rowcount'?: number | undefined;
|
|
107
111
|
'aria-rowindex'?: number | undefined;
|
|
112
|
+
'aria-rowindextext'?: string | undefined;
|
|
108
113
|
'aria-rowspan'?: number | undefined;
|
|
109
114
|
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
110
115
|
'aria-setsize'?: number | undefined;
|
|
@@ -64,14 +64,18 @@ export declare const MenuOptionItem: ForwardRefExoticComponent<{
|
|
|
64
64
|
'aria-activedescendant'?: string | undefined;
|
|
65
65
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
66
66
|
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
67
|
+
'aria-braillelabel'?: string | undefined;
|
|
68
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
67
69
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
68
70
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
69
71
|
'aria-colcount'?: number | undefined;
|
|
70
72
|
'aria-colindex'?: number | undefined;
|
|
73
|
+
'aria-colindextext'?: string | undefined;
|
|
71
74
|
'aria-colspan'?: number | undefined;
|
|
72
75
|
'aria-controls'?: string | undefined;
|
|
73
76
|
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
74
77
|
'aria-describedby'?: string | undefined;
|
|
78
|
+
'aria-description'?: string | undefined;
|
|
75
79
|
'aria-details'?: string | undefined;
|
|
76
80
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
77
81
|
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -101,6 +105,7 @@ export declare const MenuOptionItem: ForwardRefExoticComponent<{
|
|
|
101
105
|
'aria-roledescription'?: string | undefined;
|
|
102
106
|
'aria-rowcount'?: number | undefined;
|
|
103
107
|
'aria-rowindex'?: number | undefined;
|
|
108
|
+
'aria-rowindextext'?: string | undefined;
|
|
104
109
|
'aria-rowspan'?: number | undefined;
|
|
105
110
|
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
106
111
|
'aria-setsize'?: number | undefined;
|
|
@@ -56,14 +56,18 @@ export declare const MenuPositioner: ForwardRefExoticComponent<{
|
|
|
56
56
|
'aria-activedescendant'?: string | undefined;
|
|
57
57
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
58
58
|
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
59
|
+
'aria-braillelabel'?: string | undefined;
|
|
60
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
59
61
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
60
62
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
61
63
|
'aria-colcount'?: number | undefined;
|
|
62
64
|
'aria-colindex'?: number | undefined;
|
|
65
|
+
'aria-colindextext'?: string | undefined;
|
|
63
66
|
'aria-colspan'?: number | undefined;
|
|
64
67
|
'aria-controls'?: string | undefined;
|
|
65
68
|
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
66
69
|
'aria-describedby'?: string | undefined;
|
|
70
|
+
'aria-description'?: string | undefined;
|
|
67
71
|
'aria-details'?: string | undefined;
|
|
68
72
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
69
73
|
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -93,6 +97,7 @@ export declare const MenuPositioner: ForwardRefExoticComponent<{
|
|
|
93
97
|
'aria-roledescription'?: string | undefined;
|
|
94
98
|
'aria-rowcount'?: number | undefined;
|
|
95
99
|
'aria-rowindex'?: number | undefined;
|
|
100
|
+
'aria-rowindextext'?: string | undefined;
|
|
96
101
|
'aria-rowspan'?: number | undefined;
|
|
97
102
|
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
98
103
|
'aria-setsize'?: number | undefined;
|