@box/blueprint-web 5.31.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +379 -0
- package/README.md +191 -0
- package/THIRD_PARTY_LICENSES +2051 -0
- package/lib-esm/accordion/accordion.d.ts +20 -0
- package/lib-esm/accordion/accordion.js +112 -0
- package/lib-esm/accordion/accordion.module.js +4 -0
- package/lib-esm/accordion/index.d.ts +2 -0
- package/lib-esm/accordion/types.d.ts +43 -0
- package/lib-esm/actionable-inline-notice/actionable-inline-notice.d.ts +3 -0
- package/lib-esm/actionable-inline-notice/actionable-inline-notice.js +34 -0
- package/lib-esm/actionable-inline-notice/index.d.ts +60 -0
- package/lib-esm/actionable-inline-notice/index.js +9 -0
- package/lib-esm/actionable-inline-notice/types.d.ts +21 -0
- package/lib-esm/avatar/avatar.d.ts +109 -0
- package/lib-esm/avatar/avatar.js +127 -0
- package/lib-esm/avatar/avatar.module.js +4 -0
- package/lib-esm/avatar/consts.d.ts +5 -0
- package/lib-esm/avatar/consts.js +29 -0
- package/lib-esm/avatar/index.d.ts +2 -0
- package/lib-esm/avatar/types.d.ts +34 -0
- package/lib-esm/avatar/utils.d.ts +3 -0
- package/lib-esm/basics/button/button.d.ts +30 -0
- package/lib-esm/basics/button/button.js +23 -0
- package/lib-esm/basics/button/index.d.ts +2 -0
- package/lib-esm/basics/button/types.d.ts +8 -0
- package/lib-esm/basics/collapsible/collapsible-section.d.ts +15 -0
- package/lib-esm/basics/collapsible/collapsible-section.js +62 -0
- package/lib-esm/basics/collapsible/collapsible-section.module.js +4 -0
- package/lib-esm/basics/collapsible/index.d.ts +2 -0
- package/lib-esm/basics/collapsible/types.d.ts +12 -0
- package/lib-esm/basics/date-picker/date-picker.d.ts +5 -0
- package/lib-esm/basics/date-picker/date-picker.js +200 -0
- package/lib-esm/basics/date-picker/date-picker.module.js +4 -0
- package/lib-esm/basics/date-picker/index.d.ts +2 -0
- package/lib-esm/basics/date-picker/types.d.ts +32 -0
- package/lib-esm/basics/grid-list-item/grid-list.d.ts +3 -0
- package/lib-esm/basics/grid-list-item/grid-list.js +18 -0
- package/lib-esm/basics/grid-list-item/index.d.ts +74 -0
- package/lib-esm/basics/grid-list-item/index.js +73 -0
- package/lib-esm/basics/grid-list-item/types.d.ts +10 -0
- package/lib-esm/basics/large-list-item/index.d.ts +88 -0
- package/lib-esm/basics/large-list-item/index.js +87 -0
- package/lib-esm/basics/large-list-item/large-list-item-description.d.ts +4 -0
- package/lib-esm/basics/large-list-item/large-list-item-description.js +30 -0
- package/lib-esm/basics/large-list-item/large-list-item-snippet.d.ts +3 -0
- package/lib-esm/basics/large-list-item/large-list-item-snippet.js +36 -0
- package/lib-esm/basics/large-list-item/large-list.d.ts +3 -0
- package/lib-esm/basics/large-list-item/large-list.js +18 -0
- package/lib-esm/basics/large-list-item/types.d.ts +15 -0
- package/lib-esm/basics/navigation-menu/index.d.ts +16 -0
- package/lib-esm/basics/navigation-menu/index.js +17 -0
- package/lib-esm/basics/navigation-menu/navigation-menu-content.d.ts +7 -0
- package/lib-esm/basics/navigation-menu/navigation-menu-content.js +21 -0
- package/lib-esm/basics/navigation-menu/navigation-menu-item.d.ts +13 -0
- package/lib-esm/basics/navigation-menu/navigation-menu-item.js +52 -0
- package/lib-esm/basics/navigation-menu/navigation-menu-link.d.ts +5 -0
- package/lib-esm/basics/navigation-menu/navigation-menu-link.js +24 -0
- package/lib-esm/basics/navigation-menu/navigation-menu-root.d.ts +10 -0
- package/lib-esm/basics/navigation-menu/navigation-menu-root.js +19 -0
- package/lib-esm/basics/navigation-menu/navigation-menu-separator.d.ts +2 -0
- package/lib-esm/basics/navigation-menu/navigation-menu-separator.js +12 -0
- package/lib-esm/basics/navigation-menu/navigation-menu-trigger.d.ts +7 -0
- package/lib-esm/basics/navigation-menu/navigation-menu-trigger.js +21 -0
- package/lib-esm/basics/navigation-menu/navigation-menu.module.js +4 -0
- package/lib-esm/basics/small-list-item/index.d.ts +47 -0
- package/lib-esm/basics/small-list-item/index.js +46 -0
- package/lib-esm/basics/small-list-item/small-list.d.ts +3 -0
- package/lib-esm/basics/small-list-item/small-list.js +18 -0
- package/lib-esm/basics/small-list-item/types.d.ts +6 -0
- package/lib-esm/basics/text-input/index.d.ts +2 -0
- package/lib-esm/basics/text-input/text-input.d.ts +48 -0
- package/lib-esm/basics/text-input/text-input.js +77 -0
- package/lib-esm/basics/text-input/text-input.module.js +4 -0
- package/lib-esm/basics/text-input/types.d.ts +23 -0
- package/lib-esm/branding-styles/branding-styles.d.ts +2 -0
- package/lib-esm/branding-styles/branding-styles.js +10 -0
- package/lib-esm/branding-styles/index.d.ts +3 -0
- package/lib-esm/branding-styles/types.d.ts +4 -0
- package/lib-esm/branding-styles/useCustomBranding.d.ts +1 -0
- package/lib-esm/branding-styles/useCustomBranding.js +40 -0
- package/lib-esm/branding-styles/utils/createTheme.d.ts +69 -0
- package/lib-esm/branding-styles/utils/createTheme.js +167 -0
- package/lib-esm/branding-styles/utils/theme.d.ts +41 -0
- package/lib-esm/branding-styles/utils/theme.js +48 -0
- package/lib-esm/branding-styles/utils/variables.d.ts +117 -0
- package/lib-esm/branding-styles/utils/variables.js +18 -0
- package/lib-esm/card/card.d.ts +6 -0
- package/lib-esm/card/card.js +24 -0
- package/lib-esm/card/card.module.js +4 -0
- package/lib-esm/card/index.d.ts +2 -0
- package/lib-esm/card/types.d.ts +10 -0
- package/lib-esm/card-tooltip/card-tooltip.d.ts +13 -0
- package/lib-esm/card-tooltip/card-tooltip.js +66 -0
- package/lib-esm/card-tooltip/card-tooltip.module.js +4 -0
- package/lib-esm/card-tooltip/index.d.ts +2 -0
- package/lib-esm/card-tooltip/types.d.ts +30 -0
- package/lib-esm/checkbox/checkbox-item.d.ts +6 -0
- package/lib-esm/checkbox/checkbox-item.js +78 -0
- package/lib-esm/checkbox/checkbox.module.js +4 -0
- package/lib-esm/checkbox/index.d.ts +8 -0
- package/lib-esm/checkbox/index.js +9 -0
- package/lib-esm/checkbox/types.d.ts +32 -0
- package/lib-esm/combobox/chips-group.d.ts +3 -0
- package/lib-esm/combobox/chips-group.js +100 -0
- package/lib-esm/combobox/chips-group.module.js +4 -0
- package/lib-esm/combobox/chips-group.types.d.ts +5 -0
- package/lib-esm/combobox/combobox.d.ts +14 -0
- package/lib-esm/combobox/combobox.js +422 -0
- package/lib-esm/combobox/combobox.module.js +4 -0
- package/lib-esm/combobox/index.d.ts +2 -0
- package/lib-esm/combobox/types.d.ts +206 -0
- package/lib-esm/content-card/content-card-body.d.ts +4 -0
- package/lib-esm/content-card/content-card-body.js +28 -0
- package/lib-esm/content-card/content-card-footer.d.ts +3 -0
- package/lib-esm/content-card/content-card-footer.js +17 -0
- package/lib-esm/content-card/content-card-image.d.ts +5 -0
- package/lib-esm/content-card/content-card-image.js +41 -0
- package/lib-esm/content-card/content-card-title.d.ts +4 -0
- package/lib-esm/content-card/content-card-title.js +28 -0
- package/lib-esm/content-card/content-card.d.ts +13 -0
- package/lib-esm/content-card/content-card.js +93 -0
- package/lib-esm/content-card/content-card.module.js +4 -0
- package/lib-esm/content-card/index.d.ts +2 -0
- package/lib-esm/content-card/types.d.ts +28 -0
- package/lib-esm/content-field/content-field.d.ts +5 -0
- package/lib-esm/content-field/content-field.js +93 -0
- package/lib-esm/content-field/content-field.module.js +4 -0
- package/lib-esm/content-field/index.d.ts +2 -0
- package/lib-esm/content-field/messages.d.ts +6 -0
- package/lib-esm/content-field/messages.js +8 -0
- package/lib-esm/content-field/types.d.ts +23 -0
- package/lib-esm/data-table/data-table-wrapper.d.ts +6 -0
- package/lib-esm/data-table/index.d.ts +1 -0
- package/lib-esm/empty-state/empty-state.d.ts +44 -0
- package/lib-esm/empty-state/empty-state.js +92 -0
- package/lib-esm/empty-state/empty-state.module.js +4 -0
- package/lib-esm/empty-state/index.d.ts +2 -0
- package/lib-esm/empty-state/types.d.ts +19 -0
- package/lib-esm/ghost/ghost.d.ts +27 -0
- package/lib-esm/ghost/ghost.js +37 -0
- package/lib-esm/ghost/ghost.module.js +4 -0
- package/lib-esm/ghost/index.d.ts +1 -0
- package/lib-esm/guided-tooltip/guided-tooltip-body.d.ts +11 -0
- package/lib-esm/guided-tooltip/guided-tooltip-body.js +49 -0
- package/lib-esm/guided-tooltip/guided-tooltip-footer.d.ts +71 -0
- package/lib-esm/guided-tooltip/guided-tooltip-footer.js +77 -0
- package/lib-esm/guided-tooltip/guided-tooltip-icon.d.ts +7 -0
- package/lib-esm/guided-tooltip/guided-tooltip-icon.js +22 -0
- package/lib-esm/guided-tooltip/guided-tooltip-illustration.d.ts +7 -0
- package/lib-esm/guided-tooltip/guided-tooltip-illustration.js +20 -0
- package/lib-esm/guided-tooltip/guided-tooltip-title.d.ts +6 -0
- package/lib-esm/guided-tooltip/guided-tooltip-title.js +36 -0
- package/lib-esm/guided-tooltip/guided-tooltip.d.ts +69 -0
- package/lib-esm/guided-tooltip/guided-tooltip.js +110 -0
- package/lib-esm/guided-tooltip/guided-tooltip.module.js +4 -0
- package/lib-esm/guided-tooltip/index.d.ts +3 -0
- package/lib-esm/guided-tooltip/types.d.ts +98 -0
- package/lib-esm/guided-tooltip/utils/guided-tooltip-context.d.ts +11 -0
- package/lib-esm/guided-tooltip/utils/guided-tooltip-context.js +12 -0
- package/lib-esm/index.css +5328 -0
- package/lib-esm/index.d.ts +55 -0
- package/lib-esm/index.js +62 -0
- package/lib-esm/inline-notice/inline-notice.d.ts +17 -0
- package/lib-esm/inline-notice/inline-notice.js +64 -0
- package/lib-esm/inline-table/index.d.ts +2 -0
- package/lib-esm/inline-table/inline-table.d.ts +10 -0
- package/lib-esm/inline-table/inline-table.js +53 -0
- package/lib-esm/inline-table/inline-table.module.js +4 -0
- package/lib-esm/inline-table/types.d.ts +14 -0
- package/lib-esm/input-chip/index.d.ts +2 -0
- package/lib-esm/input-chip/input-chip.d.ts +4 -0
- package/lib-esm/input-chip/input-chip.js +58 -0
- package/lib-esm/input-chip/input-chip.module.js +4 -0
- package/lib-esm/input-chip/types.d.ts +21 -0
- package/lib-esm/list-item/cell/action-cell.d.ts +13 -0
- package/lib-esm/list-item/cell/action-cell.js +49 -0
- package/lib-esm/list-item/cell/cell.d.ts +10 -0
- package/lib-esm/list-item/cell/cell.js +30 -0
- package/lib-esm/list-item/drop-indicator.d.ts +3 -0
- package/lib-esm/list-item/drop-indicator.js +19 -0
- package/lib-esm/list-item/drop-indicator.module.js +4 -0
- package/lib-esm/list-item/index.d.ts +25 -0
- package/lib-esm/list-item/list-item.d.ts +25 -0
- package/lib-esm/list-item/list-item.js +19 -0
- package/lib-esm/list-item/main.module.js +4 -0
- package/lib-esm/list-item/row.d.ts +12 -0
- package/lib-esm/list-item/row.js +32 -0
- package/lib-esm/list-item/table-body.d.ts +16 -0
- package/lib-esm/list-item/table-body.js +26 -0
- package/lib-esm/list-item/table-column.d.ts +14 -0
- package/lib-esm/list-item/table-column.js +78 -0
- package/lib-esm/list-item/table-header.d.ts +12 -0
- package/lib-esm/list-item/table-header.js +30 -0
- package/lib-esm/list-item/table.d.ts +8 -0
- package/lib-esm/list-item/table.js +30 -0
- package/lib-esm/loading-indicator/loading-indicator.d.ts +16 -0
- package/lib-esm/loading-indicator/loading-indicator.js +29 -0
- package/lib-esm/loading-indicator/loading-indicator.module.js +4 -0
- package/lib-esm/modal/index.d.ts +2 -0
- package/lib-esm/modal/modal-body.d.ts +7 -0
- package/lib-esm/modal/modal-body.js +20 -0
- package/lib-esm/modal/modal-close.d.ts +7 -0
- package/lib-esm/modal/modal-close.js +47 -0
- package/lib-esm/modal/modal-content.d.ts +7 -0
- package/lib-esm/modal/modal-content.js +28 -0
- package/lib-esm/modal/modal-footer.d.ts +65 -0
- package/lib-esm/modal/modal-footer.js +54 -0
- package/lib-esm/modal/modal-header.d.ts +7 -0
- package/lib-esm/modal/modal-header.js +42 -0
- package/lib-esm/modal/modal-scrollable-container.d.ts +8 -0
- package/lib-esm/modal/modal-scrollable-container.js +21 -0
- package/lib-esm/modal/modal-title.d.ts +7 -0
- package/lib-esm/modal/modal-title.js +29 -0
- package/lib-esm/modal/modal-trigger.d.ts +7 -0
- package/lib-esm/modal/modal-trigger.js +18 -0
- package/lib-esm/modal/modal.d.ts +93 -0
- package/lib-esm/modal/modal.js +55 -0
- package/lib-esm/modal/modal.module.js +4 -0
- package/lib-esm/modal/types.d.ts +48 -0
- package/lib-esm/primitives/base-button/base-button-context.d.ts +4 -0
- package/lib-esm/primitives/base-button/base-button-context.js +10 -0
- package/lib-esm/primitives/base-button/base-button-icon.d.ts +7 -0
- package/lib-esm/primitives/base-button/base-button-icon.js +47 -0
- package/lib-esm/primitives/base-button/base-button-label.d.ts +6 -0
- package/lib-esm/primitives/base-button/base-button-label.js +17 -0
- package/lib-esm/primitives/base-button/base-button.d.ts +24 -0
- package/lib-esm/primitives/base-button/base-button.js +58 -0
- package/lib-esm/primitives/base-button/base-button.module.js +4 -0
- package/lib-esm/primitives/base-button/index.d.ts +36 -0
- package/lib-esm/primitives/base-button/index.js +10 -0
- package/lib-esm/primitives/base-button/types.d.ts +28 -0
- package/lib-esm/primitives/base-button/utils.d.ts +8 -0
- package/lib-esm/primitives/base-button/utils.js +28 -0
- package/lib-esm/primitives/base-inline-notice/base-inline-notice-actions.d.ts +116 -0
- package/lib-esm/primitives/base-inline-notice/base-inline-notice-actions.js +55 -0
- package/lib-esm/primitives/base-inline-notice/base-inline-notice-content-container.d.ts +8 -0
- package/lib-esm/primitives/base-inline-notice/base-inline-notice-content-container.js +21 -0
- package/lib-esm/primitives/base-inline-notice/base-inline-notice-content.d.ts +7 -0
- package/lib-esm/primitives/base-inline-notice/base-inline-notice-content.js +49 -0
- package/lib-esm/primitives/base-inline-notice/base-inline-notice-icon.d.ts +7 -0
- package/lib-esm/primitives/base-inline-notice/base-inline-notice-icon.js +30 -0
- package/lib-esm/primitives/base-inline-notice/base-inline-notice.d.ts +4 -0
- package/lib-esm/primitives/base-inline-notice/base-inline-notice.js +21 -0
- package/lib-esm/primitives/base-inline-notice/base-inline-notice.module.js +4 -0
- package/lib-esm/primitives/base-inline-notice/index.d.ts +73 -0
- package/lib-esm/primitives/base-inline-notice/index.js +14 -0
- package/lib-esm/primitives/base-inline-notice/types.d.ts +39 -0
- package/lib-esm/primitives/calendar/calendar.d.ts +3 -0
- package/lib-esm/primitives/calendar/calendar.js +67 -0
- package/lib-esm/primitives/calendar/calendar.module.js +4 -0
- package/lib-esm/primitives/calendar/index.d.ts +3 -0
- package/lib-esm/primitives/calendar/parse-date.util.d.ts +7 -0
- package/lib-esm/primitives/calendar/parse-date.util.js +10 -0
- package/lib-esm/primitives/calendar/types.d.ts +17 -0
- package/lib-esm/primitives/chips/chip-dropdown-indicator.d.ts +2 -0
- package/lib-esm/primitives/chips/chip-dropdown-indicator.js +15 -0
- package/lib-esm/primitives/chips/chip-icon.d.ts +3 -0
- package/lib-esm/primitives/chips/chip-icon.js +18 -0
- package/lib-esm/primitives/chips/chip-label.d.ts +4 -0
- package/lib-esm/primitives/chips/chip-label.js +21 -0
- package/lib-esm/primitives/chips/chip-status.d.ts +4 -0
- package/lib-esm/primitives/chips/chip-status.js +20 -0
- package/lib-esm/primitives/chips/chip.d.ts +3 -0
- package/lib-esm/primitives/chips/chip.js +21 -0
- package/lib-esm/primitives/chips/chip.module.js +4 -0
- package/lib-esm/primitives/chips/chips-group.d.ts +7 -0
- package/lib-esm/primitives/chips/chips-group.js +22 -0
- package/lib-esm/primitives/chips/filter-chip/filter-chip-button.d.ts +8 -0
- package/lib-esm/primitives/chips/filter-chip/filter-chip-button.js +30 -0
- package/lib-esm/primitives/chips/filter-chip/filter-chip-group-context.d.ts +11 -0
- package/lib-esm/primitives/chips/filter-chip/filter-chip-group-context.js +9 -0
- package/lib-esm/primitives/chips/filter-chip/filter-chip.d.ts +18 -0
- package/lib-esm/primitives/chips/filter-chip/filter-chip.js +85 -0
- package/lib-esm/primitives/chips/filter-chip/filter-combo-chip.d.ts +27 -0
- package/lib-esm/primitives/chips/filter-chip/filter-combo-chip.js +84 -0
- package/lib-esm/primitives/chips/filter-chip/filter-trigger-chip.d.ts +16 -0
- package/lib-esm/primitives/chips/filter-chip/filter-trigger-chip.js +37 -0
- package/lib-esm/primitives/chips/filter-chip/index.d.ts +27 -0
- package/lib-esm/primitives/chips/filter-chip/index.js +23 -0
- package/lib-esm/primitives/chips/types.d.ts +23 -0
- package/lib-esm/primitives/context-menu/context-menu-item.d.ts +17 -0
- package/lib-esm/primitives/context-menu/context-menu-item.js +40 -0
- package/lib-esm/primitives/context-menu/context-menu-items-separator.d.ts +5 -0
- package/lib-esm/primitives/context-menu/context-menu-items-separator.js +16 -0
- package/lib-esm/primitives/context-menu/context-menu-menu-content.d.ts +11 -0
- package/lib-esm/primitives/context-menu/context-menu-menu-content.js +29 -0
- package/lib-esm/primitives/context-menu/context-menu-menu-root.d.ts +8 -0
- package/lib-esm/primitives/context-menu/context-menu-menu-root.js +19 -0
- package/lib-esm/primitives/context-menu/context-menu-menu-trigger.d.ts +8 -0
- package/lib-esm/primitives/context-menu/context-menu-menu-trigger.js +21 -0
- package/lib-esm/primitives/context-menu/context-menu-sub-menu-content.d.ts +12 -0
- package/lib-esm/primitives/context-menu/context-menu-sub-menu-content.js +34 -0
- package/lib-esm/primitives/context-menu/context-menu-sub-menu-root.d.ts +11 -0
- package/lib-esm/primitives/context-menu/context-menu-sub-menu-root.js +20 -0
- package/lib-esm/primitives/context-menu/context-menu-sub-menu-trigger.d.ts +18 -0
- package/lib-esm/primitives/context-menu/context-menu-sub-menu-trigger.js +39 -0
- package/lib-esm/primitives/context-menu/context-menu.module.js +4 -0
- package/lib-esm/primitives/context-menu/index.d.ts +27 -0
- package/lib-esm/primitives/context-menu/index.js +21 -0
- package/lib-esm/primitives/date-i18n-provider/date-i18n-provider.d.ts +15 -0
- package/lib-esm/primitives/date-i18n-provider/date-i18n-provider.js +17 -0
- package/lib-esm/primitives/dropdown-menu/dropdown-menu-checkbox-item.d.ts +8 -0
- package/lib-esm/primitives/dropdown-menu/dropdown-menu-checkbox-item.js +42 -0
- package/lib-esm/primitives/dropdown-menu/dropdown-menu-content.d.ts +12 -0
- package/lib-esm/primitives/dropdown-menu/dropdown-menu-content.js +35 -0
- package/lib-esm/primitives/dropdown-menu/dropdown-menu-item.d.ts +7 -0
- package/lib-esm/primitives/dropdown-menu/dropdown-menu-item.js +29 -0
- package/lib-esm/primitives/dropdown-menu/dropdown-menu-radio-group.d.ts +8 -0
- package/lib-esm/primitives/dropdown-menu/dropdown-menu-radio-group.js +17 -0
- package/lib-esm/primitives/dropdown-menu/dropdown-menu-radio-select-item.d.ts +8 -0
- package/lib-esm/primitives/dropdown-menu/dropdown-menu-radio-select-item.js +43 -0
- package/lib-esm/primitives/dropdown-menu/dropdown-menu-root.d.ts +10 -0
- package/lib-esm/primitives/dropdown-menu/dropdown-menu-root.js +19 -0
- package/lib-esm/primitives/dropdown-menu/dropdown-menu-separator.d.ts +5 -0
- package/lib-esm/primitives/dropdown-menu/dropdown-menu-separator.js +17 -0
- package/lib-esm/primitives/dropdown-menu/dropdown-menu-sub-menu-content.d.ts +12 -0
- package/lib-esm/primitives/dropdown-menu/dropdown-menu-sub-menu-content.js +34 -0
- package/lib-esm/primitives/dropdown-menu/dropdown-menu-sub-menu-root.d.ts +11 -0
- package/lib-esm/primitives/dropdown-menu/dropdown-menu-sub-menu-root.js +20 -0
- package/lib-esm/primitives/dropdown-menu/dropdown-menu-sub-menu-trigger.d.ts +17 -0
- package/lib-esm/primitives/dropdown-menu/dropdown-menu-sub-menu-trigger.js +38 -0
- package/lib-esm/primitives/dropdown-menu/dropdown-menu-trigger.d.ts +8 -0
- package/lib-esm/primitives/dropdown-menu/dropdown-menu-trigger.js +23 -0
- package/lib-esm/primitives/dropdown-menu/dropdown-menu.module.js +4 -0
- package/lib-esm/primitives/dropdown-menu/index.d.ts +29 -0
- package/lib-esm/primitives/dropdown-menu/index.js +27 -0
- package/lib-esm/primitives/icon-button/icon-button.d.ts +4 -0
- package/lib-esm/primitives/icon-button/icon-button.js +30 -0
- package/lib-esm/primitives/icon-button/icon-button.module.js +4 -0
- package/lib-esm/primitives/icon-button/index.d.ts +2 -0
- package/lib-esm/primitives/icon-button/types.d.ts +9 -0
- package/lib-esm/primitives/icon-button/utils.d.ts +3 -0
- package/lib-esm/primitives/icon-button/utils.js +9 -0
- package/lib-esm/primitives/inline-error/inline-error.d.ts +4 -0
- package/lib-esm/primitives/inline-error/inline-error.js +33 -0
- package/lib-esm/primitives/inline-error/inline-error.module.js +4 -0
- package/lib-esm/primitives/inline-error/types.d.ts +5 -0
- package/lib-esm/primitives/link/index.d.ts +2 -0
- package/lib-esm/primitives/link/link.d.ts +3 -0
- package/lib-esm/primitives/link/link.js +25 -0
- package/lib-esm/primitives/link/link.module.js +4 -0
- package/lib-esm/primitives/link/types.d.ts +21 -0
- package/lib-esm/primitives/notification/index.d.ts +12 -0
- package/lib-esm/primitives/notification/index.js +12 -0
- package/lib-esm/primitives/notification/notification-button.d.ts +9 -0
- package/lib-esm/primitives/notification/notification-button.js +23 -0
- package/lib-esm/primitives/notification/notification-provider.d.ts +37 -0
- package/lib-esm/primitives/notification/notification-provider.js +94 -0
- package/lib-esm/primitives/notification/notification.module.js +4 -0
- package/lib-esm/primitives/notification/notification.viewport.d.ts +9 -0
- package/lib-esm/primitives/notification/notification.viewport.js +35 -0
- package/lib-esm/primitives/notification/private-notification-element.d.ts +33 -0
- package/lib-esm/primitives/notification/private-notification-element.js +91 -0
- package/lib-esm/primitives/page-header/index.d.ts +2 -0
- package/lib-esm/primitives/page-header/page-header.d.ts +12 -0
- package/lib-esm/primitives/page-header/page-header.js +73 -0
- package/lib-esm/primitives/page-header/page-header.module.js +4 -0
- package/lib-esm/primitives/page-header/types.d.ts +8 -0
- package/lib-esm/primitives/popover/index.d.ts +18 -0
- package/lib-esm/primitives/popover/index.js +17 -0
- package/lib-esm/primitives/popover/popover-close.d.ts +8 -0
- package/lib-esm/primitives/popover/popover-close.js +23 -0
- package/lib-esm/primitives/popover/popover-content-container.d.ts +12 -0
- package/lib-esm/primitives/popover/popover-content-container.js +46 -0
- package/lib-esm/primitives/popover/popover-footer.d.ts +7 -0
- package/lib-esm/primitives/popover/popover-footer.js +30 -0
- package/lib-esm/primitives/popover/popover-main-content.d.ts +7 -0
- package/lib-esm/primitives/popover/popover-main-content.js +45 -0
- package/lib-esm/primitives/popover/popover-overflow-context.d.ts +6 -0
- package/lib-esm/primitives/popover/popover-overflow-context.js +8 -0
- package/lib-esm/primitives/popover/popover-root.d.ts +10 -0
- package/lib-esm/primitives/popover/popover-root.js +20 -0
- package/lib-esm/primitives/popover/popover-trigger.d.ts +9 -0
- package/lib-esm/primitives/popover/popover-trigger.js +24 -0
- package/lib-esm/primitives/popover/popover.module.js +4 -0
- package/lib-esm/primitives/select-menu-grid/index.d.ts +12 -0
- package/lib-esm/primitives/select-menu-grid/index.js +11 -0
- package/lib-esm/primitives/select-menu-grid/select-menu-grid-option.d.ts +343 -0
- package/lib-esm/primitives/select-menu-grid/select-menu-grid-option.js +100 -0
- package/lib-esm/primitives/select-menu-grid/select-menu-grid-option.module.js +4 -0
- package/lib-esm/primitives/select-menu-grid/select-menu-grid.d.ts +5 -0
- package/lib-esm/primitives/select-menu-grid/select-menu-grid.js +31 -0
- package/lib-esm/primitives/select-menu-grid/select-menu-grid.module.js +4 -0
- package/lib-esm/primitives/select-menu-grid/types.d.ts +35 -0
- package/lib-esm/primitives/slot.d.ts +5 -0
- package/lib-esm/primitives/slot.js +4 -0
- package/lib-esm/primitives/supplementary-fonts/get-supplementary-font-faces-config.d.ts +5 -0
- package/lib-esm/primitives/supplementary-fonts/get-supplementary-font-faces-config.js +17 -0
- package/lib-esm/primitives/supplementary-fonts/index.d.ts +4 -0
- package/lib-esm/primitives/supplementary-fonts/supplementary-fonts.d.ts +6 -0
- package/lib-esm/primitives/supplementary-fonts/supplementary-fonts.js +12 -0
- package/lib-esm/primitives/supplementary-fonts/types.d.ts +2 -0
- package/lib-esm/primitives/supplementary-fonts/useSupplementaryFonts.hook.d.ts +2 -0
- package/lib-esm/primitives/supplementary-fonts/useSupplementaryFonts.hook.js +36 -0
- package/lib-esm/primitives/tabs/index.d.ts +27 -0
- package/lib-esm/primitives/tabs/index.js +22 -0
- package/lib-esm/primitives/tabs/tab-list.d.ts +4 -0
- package/lib-esm/primitives/tabs/tab-list.js +27 -0
- package/lib-esm/primitives/tabs/tab-panel.d.ts +4 -0
- package/lib-esm/primitives/tabs/tab-panel.js +23 -0
- package/lib-esm/primitives/tabs/tab.d.ts +11 -0
- package/lib-esm/primitives/tabs/tab.js +58 -0
- package/lib-esm/primitives/tabs/tabs.d.ts +6 -0
- package/lib-esm/primitives/tabs/tabs.js +15 -0
- package/lib-esm/primitives/tabs/tabs.module.js +4 -0
- package/lib-esm/primitives/tabs/use-tabs.d.ts +1 -0
- package/lib-esm/primitives/tabs/use-tabs.js +7 -0
- package/lib-esm/primitives/utility/AreaIndicator.d.ts +7 -0
- package/lib-esm/radio-group/index.d.ts +9 -0
- package/lib-esm/radio-group/index.js +11 -0
- package/lib-esm/radio-group/radio-group.d.ts +4 -0
- package/lib-esm/radio-group/radio-group.js +35 -0
- package/lib-esm/radio-group/radio-group.module.js +4 -0
- package/lib-esm/radio-group/radio-item.d.ts +4 -0
- package/lib-esm/radio-group/radio-item.js +50 -0
- package/lib-esm/radio-group/types.d.ts +13 -0
- package/lib-esm/search-input/index.d.ts +22 -0
- package/lib-esm/search-input/index.js +11 -0
- package/lib-esm/search-input/search-input-action-button.d.ts +2 -0
- package/lib-esm/search-input/search-input-action-button.js +26 -0
- package/lib-esm/search-input/search-input.d.ts +16 -0
- package/lib-esm/search-input/search-input.js +95 -0
- package/lib-esm/search-input/search.module.js +4 -0
- package/lib-esm/search-input/types.d.ts +53 -0
- package/lib-esm/select/index.d.ts +2 -0
- package/lib-esm/select/select.d.ts +68 -0
- package/lib-esm/select/select.js +187 -0
- package/lib-esm/select/select.module.js +4 -0
- package/lib-esm/select/types.d.ts +105 -0
- package/lib-esm/side-panel/index.d.ts +2 -0
- package/lib-esm/side-panel/scroll-context.d.ts +11 -0
- package/lib-esm/side-panel/scroll-context.js +43 -0
- package/lib-esm/side-panel/side-panel-close.d.ts +7 -0
- package/lib-esm/side-panel/side-panel-close.js +26 -0
- package/lib-esm/side-panel/side-panel-content.d.ts +13 -0
- package/lib-esm/side-panel/side-panel-content.js +41 -0
- package/lib-esm/side-panel/side-panel-footer.d.ts +65 -0
- package/lib-esm/side-panel/side-panel-footer.js +62 -0
- package/lib-esm/side-panel/side-panel-header.d.ts +7 -0
- package/lib-esm/side-panel/side-panel-header.js +62 -0
- package/lib-esm/side-panel/side-panel-overlay.d.ts +8 -0
- package/lib-esm/side-panel/side-panel-overlay.js +31 -0
- package/lib-esm/side-panel/side-panel-scrollable-container.d.ts +8 -0
- package/lib-esm/side-panel/side-panel-scrollable-container.js +42 -0
- package/lib-esm/side-panel/side-panel.d.ts +70 -0
- package/lib-esm/side-panel/side-panel.js +52 -0
- package/lib-esm/side-panel/side-panel.module.js +4 -0
- package/lib-esm/side-panel/types.d.ts +38 -0
- package/lib-esm/side-panel/variant-context.d.ts +6 -0
- package/lib-esm/side-panel/variant-context.js +22 -0
- package/lib-esm/slider/index.d.ts +2 -0
- package/lib-esm/slider/slider-incrementer.d.ts +6 -0
- package/lib-esm/slider/slider-incrementer.js +57 -0
- package/lib-esm/slider/slider-incrementer.module.js +4 -0
- package/lib-esm/slider/slider-range.d.ts +6 -0
- package/lib-esm/slider/slider-range.js +65 -0
- package/lib-esm/slider/slider-range.module.js +4 -0
- package/lib-esm/slider/slider.d.ts +5 -0
- package/lib-esm/slider/slider.js +51 -0
- package/lib-esm/slider/slider.module.js +4 -0
- package/lib-esm/slider/types.d.ts +181 -0
- package/lib-esm/status/consts.d.ts +4 -0
- package/lib-esm/status/consts.js +25 -0
- package/lib-esm/status/index.d.ts +2 -0
- package/lib-esm/status/status.d.ts +3 -0
- package/lib-esm/status/status.js +82 -0
- package/lib-esm/status/status.module.js +4 -0
- package/lib-esm/status/types.d.ts +31 -0
- package/lib-esm/switch/index.d.ts +9 -0
- package/lib-esm/switch/index.js +9 -0
- package/lib-esm/switch/switch-item.d.ts +5 -0
- package/lib-esm/switch/switch-item.js +71 -0
- package/lib-esm/switch/switch-legend.d.ts +4 -0
- package/lib-esm/switch/switch-legend.js +11 -0
- package/lib-esm/switch/switch.module.js +4 -0
- package/lib-esm/switch/types.d.ts +32 -0
- package/lib-esm/text/index.d.ts +2 -0
- package/lib-esm/text/text.d.ts +4 -0
- package/lib-esm/text/text.js +21 -0
- package/lib-esm/text/text.module.js +4 -0
- package/lib-esm/text/types.d.ts +34 -0
- package/lib-esm/text-area/index.d.ts +2 -0
- package/lib-esm/text-area/text-area-autosize/text-area-autosize.d.ts +10 -0
- package/lib-esm/text-area/text-area-autosize/text-area-autosize.js +322 -0
- package/lib-esm/text-area/text-area-autosize/text-area-autosize.module.js +4 -0
- package/lib-esm/text-area/text-area-autosize/types.d.ts +21 -0
- package/lib-esm/text-area/text-area.d.ts +36 -0
- package/lib-esm/text-area/text-area.js +57 -0
- package/lib-esm/text-area/text-area.module.js +4 -0
- package/lib-esm/text-area/types.d.ts +22 -0
- package/lib-esm/text-button/index.d.ts +2 -0
- package/lib-esm/text-button/text-button.d.ts +24 -0
- package/lib-esm/text-button/text-button.js +54 -0
- package/lib-esm/text-button/text-button.module.js +4 -0
- package/lib-esm/text-button/types.d.ts +25 -0
- package/lib-esm/tooltip/index.d.ts +2 -0
- package/lib-esm/tooltip/tooltip.d.ts +16 -0
- package/lib-esm/tooltip/tooltip.js +128 -0
- package/lib-esm/tooltip/tooltip.module.js +4 -0
- package/lib-esm/tooltip/types.d.ts +41 -0
- package/lib-esm/trigger-button/index.d.ts +1 -0
- package/lib-esm/trigger-button/trigger-button.d.ts +50 -0
- package/lib-esm/trigger-button/trigger-button.js +41 -0
- package/lib-esm/types/modify.d.ts +1 -0
- package/lib-esm/util-components/base-grid-list-item/base-grid-list-item-actions.d.ts +4 -0
- package/lib-esm/util-components/base-grid-list-item/base-grid-list-item-actions.js +132 -0
- package/lib-esm/util-components/base-grid-list-item/base-grid-list-item-header.d.ts +3 -0
- package/lib-esm/util-components/base-grid-list-item/base-grid-list-item-header.js +57 -0
- package/lib-esm/util-components/base-grid-list-item/base-grid-list-item-subtitle.d.ts +4 -0
- package/lib-esm/util-components/base-grid-list-item/base-grid-list-item-subtitle.js +58 -0
- package/lib-esm/util-components/base-grid-list-item/base-grid-list-item-thumbnail.d.ts +4 -0
- package/lib-esm/util-components/base-grid-list-item/base-grid-list-item-thumbnail.js +30 -0
- package/lib-esm/util-components/base-grid-list-item/base-grid-list-item.d.ts +4 -0
- package/lib-esm/util-components/base-grid-list-item/base-grid-list-item.js +70 -0
- package/lib-esm/util-components/base-grid-list-item/base-grid-list-item.module.js +4 -0
- package/lib-esm/util-components/base-grid-list-item/base-grid-list.d.ts +6 -0
- package/lib-esm/util-components/base-grid-list-item/base-grid-list.js +62 -0
- package/lib-esm/util-components/base-grid-list-item/index.d.ts +41 -0
- package/lib-esm/util-components/base-grid-list-item/index.js +42 -0
- package/lib-esm/util-components/base-grid-list-item/types.d.ts +32 -0
- package/lib-esm/util-components/base-grid-list-item/utils/rac-button.d.ts +12 -0
- package/lib-esm/util-components/base-grid-list-item/utils/rac-button.js +34 -0
- package/lib-esm/util-components/base-grid-list-item/utils/rac-tooltip.d.ts +7 -0
- package/lib-esm/util-components/base-grid-list-item/utils/rac-tooltip.js +30 -0
- package/lib-esm/util-components/focus-trap/focus-trap.d.ts +3 -0
- package/lib-esm/util-components/focus-trap/index.d.ts +1 -0
- package/lib-esm/util-components/focus-trap/types.d.ts +8 -0
- package/lib-esm/util-components/interactive-icon/index.d.ts +1 -0
- package/lib-esm/util-components/interactive-icon/interactive-icon.d.ts +4 -0
- package/lib-esm/util-components/interactive-icon/interactive-icon.js +24 -0
- package/lib-esm/util-components/interactive-icon/interactive-icon.module.js +4 -0
- package/lib-esm/util-components/interactive-icon/types.d.ts +9 -0
- package/lib-esm/util-components/legend/index.d.ts +1 -0
- package/lib-esm/util-components/legend/legend.d.ts +4 -0
- package/lib-esm/util-components/legend/legend.js +31 -0
- package/lib-esm/util-components/legend/legend.module.js +4 -0
- package/lib-esm/util-components/legend/types.d.ts +18 -0
- package/lib-esm/util-components/list-checkbox/index.d.ts +1 -0
- package/lib-esm/util-components/list-checkbox/list-checkbox.d.ts +10 -0
- package/lib-esm/util-components/list-checkbox/list-checkbox.js +36 -0
- package/lib-esm/util-components/list-checkbox/list-checkbox.module.js +4 -0
- package/lib-esm/util-components/menu-item-sections/menu-item-sections.d.ts +19 -0
- package/lib-esm/util-components/menu-item-sections/menu-item-sections.js +43 -0
- package/lib-esm/util-components/menu-item-sections/menu-item-sections.module.js +4 -0
- package/lib-esm/util-components/scrollable-container/scrollable-container.d.ts +30 -0
- package/lib-esm/util-components/scrollable-container/scrollable-container.js +65 -0
- package/lib-esm/util-components/scrollable-container/scrollable-container.module.js +4 -0
- package/lib-esm/util-components/search-term-string/index.d.ts +1 -0
- package/lib-esm/util-components/search-term-string/search-term-string.d.ts +5 -0
- package/lib-esm/util-components/search-term-string/search-term-string.js +41 -0
- package/lib-esm/util-components/search-term-string/search-term-string.module.js +4 -0
- package/lib-esm/util-components/search-term-string/types.d.ts +4 -0
- package/lib-esm/util-components/text-with-info-badge/index.d.ts +1 -0
- package/lib-esm/util-components/text-with-info-badge/text-with-info-badge.d.ts +4 -0
- package/lib-esm/util-components/text-with-info-badge/text-with-info-badge.js +36 -0
- package/lib-esm/util-components/text-with-info-badge/text-with-info-badge.module.js +4 -0
- package/lib-esm/util-components/text-with-info-badge/types.d.ts +15 -0
- package/lib-esm/utils/DocsStoryHeightDecorator.d.ts +14 -0
- package/lib-esm/utils/VariantsAggregator.d.ts +15 -0
- package/lib-esm/utils/a11yExceptionsConfig.d.ts +65 -0
- package/lib-esm/utils/commonTypes.d.ts +2 -0
- package/lib-esm/utils/debounce.d.ts +4 -0
- package/lib-esm/utils/debounce.js +13 -0
- package/lib-esm/utils/getButtonOptions.d.ts +7 -0
- package/lib-esm/utils/getButtonOptions.js +15 -0
- package/lib-esm/utils/isDefined.d.ts +1 -0
- package/lib-esm/utils/isDefined.js +8 -0
- package/lib-esm/utils/keyboardUtils.d.ts +5 -0
- package/lib-esm/utils/keyboardUtils.js +14 -0
- package/lib-esm/utils/ownerWindow.d.ts +1 -0
- package/lib-esm/utils/ownerWindow.js +9 -0
- package/lib-esm/utils/processString.d.ts +13 -0
- package/lib-esm/utils/processString.js +27 -0
- package/lib-esm/utils/switchCase.d.ts +1 -0
- package/lib-esm/utils/switchCase.js +5 -0
- package/lib-esm/utils/testStories.utils.d.ts +99 -0
- package/lib-esm/utils/unstableStorybookMessage.utils.d.ts +1 -0
- package/lib-esm/utils/use-debounce.d.ts +1 -0
- package/lib-esm/utils/use-debounce.js +14 -0
- package/lib-esm/utils/useBreakpoint.d.ts +16 -0
- package/lib-esm/utils/useBreakpoint.js +42 -0
- package/lib-esm/utils/useEnhancedEffect.d.ts +7 -0
- package/lib-esm/utils/useEnhancedEffect.js +10 -0
- package/lib-esm/utils/useForkRef.d.ts +12 -0
- package/lib-esm/utils/useForkRef.js +39 -0
- package/lib-esm/utils/useFullTextTooltip.d.ts +15 -0
- package/lib-esm/utils/useFullTextTooltip.js +28 -0
- package/lib-esm/utils/useIsTriggerInteractive.d.ts +5 -0
- package/lib-esm/utils/useIsTriggerInteractive.js +21 -0
- package/lib-esm/utils/useMobile.d.ts +1 -0
- package/lib-esm/utils/useMobile.js +14 -0
- package/lib-esm/utils/useNamedSlots.hook.d.ts +2 -0
- package/lib-esm/utils/useNamedSlots.hook.js +10 -0
- package/lib-esm/utils/useScreenSize.d.ts +4 -0
- package/lib-esm/utils/useScreenSize.js +23 -0
- package/lib-esm/utils/useSubMenuFocus.hook.d.ts +2 -0
- package/lib-esm/utils/useSubMenuFocus.hook.js +39 -0
- package/lib-esm/utils/useUniqueId.d.ts +2 -0
- package/lib-esm/utils/useUniqueId.js +8 -0
- package/lib-esm/utils/waitForAnimation.d.ts +13 -0
- package/package.json +83 -0
|
@@ -0,0 +1,343 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type SelectMenuGridColorCircleProps, type SelectMenuGridSquareProps } from './types';
|
|
3
|
+
export declare const SelectMenuGridSquare: import("react").ForwardRefExoticComponent<(Omit<{
|
|
4
|
+
'aria-label': string;
|
|
5
|
+
tooltipSide?: "top" | "bottom" | "left" | "right" | undefined;
|
|
6
|
+
active?: boolean | undefined;
|
|
7
|
+
} & Required<Pick<{
|
|
8
|
+
loading: boolean;
|
|
9
|
+
loadingAriaLabel: string;
|
|
10
|
+
}, keyof {
|
|
11
|
+
loading: boolean;
|
|
12
|
+
loadingAriaLabel: string;
|
|
13
|
+
}>> & Omit<{
|
|
14
|
+
loading: boolean;
|
|
15
|
+
loadingAriaLabel: string;
|
|
16
|
+
}, keyof {
|
|
17
|
+
loading: boolean;
|
|
18
|
+
loadingAriaLabel: string;
|
|
19
|
+
}> & import("@ariakit/react").ButtonOptions<"button"> & {
|
|
20
|
+
[index: `data-${string}`]: unknown;
|
|
21
|
+
wrapElement?: import("@ariakit/react-core/cjs/utils/types").WrapElement | undefined;
|
|
22
|
+
children?: import("@ariakit/react-core/cjs/utils/types").Children<any>;
|
|
23
|
+
render?: import("@ariakit/react-core/cjs/utils/types").RenderProp<import("react").HTMLAttributes<any> & import("react").RefAttributes<any>> | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
24
|
+
} & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
25
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
26
|
+
}, "children" | keyof import("@ariakit/react").ButtonOptions<T>> & {
|
|
27
|
+
children: import("react").ReactNode;
|
|
28
|
+
}, "ref"> | Omit<{
|
|
29
|
+
'aria-label': string;
|
|
30
|
+
tooltipSide?: "top" | "bottom" | "left" | "right" | undefined;
|
|
31
|
+
active?: boolean | undefined;
|
|
32
|
+
} & Partial<Record<keyof {
|
|
33
|
+
loading: boolean;
|
|
34
|
+
loadingAriaLabel: string;
|
|
35
|
+
}, never>> & Omit<{
|
|
36
|
+
loading: boolean;
|
|
37
|
+
loadingAriaLabel: string;
|
|
38
|
+
}, keyof {
|
|
39
|
+
loading: boolean;
|
|
40
|
+
loadingAriaLabel: string;
|
|
41
|
+
}> & import("@ariakit/react").ButtonOptions<"button"> & {
|
|
42
|
+
[index: `data-${string}`]: unknown;
|
|
43
|
+
wrapElement?: import("@ariakit/react-core/cjs/utils/types").WrapElement | undefined;
|
|
44
|
+
children?: import("@ariakit/react-core/cjs/utils/types").Children<any>;
|
|
45
|
+
render?: import("@ariakit/react-core/cjs/utils/types").RenderProp<import("react").HTMLAttributes<any> & import("react").RefAttributes<any>> | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
46
|
+
} & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
47
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
48
|
+
}, "children" | keyof import("@ariakit/react").ButtonOptions<T>> & {
|
|
49
|
+
children: import("react").ReactNode;
|
|
50
|
+
}, "ref">) & import("react").RefAttributes<HTMLButtonElement>>;
|
|
51
|
+
export declare const SelectMenuGridColorCircle: import("react").ForwardRefExoticComponent<(Omit<{
|
|
52
|
+
'aria-label': string;
|
|
53
|
+
tooltipSide?: "top" | "bottom" | "left" | "right" | undefined;
|
|
54
|
+
active?: boolean | undefined;
|
|
55
|
+
} & Required<Pick<{
|
|
56
|
+
loading: boolean;
|
|
57
|
+
loadingAriaLabel: string;
|
|
58
|
+
}, keyof {
|
|
59
|
+
loading: boolean;
|
|
60
|
+
loadingAriaLabel: string;
|
|
61
|
+
}>> & Omit<{
|
|
62
|
+
loading: boolean;
|
|
63
|
+
loadingAriaLabel: string;
|
|
64
|
+
}, keyof {
|
|
65
|
+
loading: boolean;
|
|
66
|
+
loadingAriaLabel: string;
|
|
67
|
+
}> & import("@ariakit/react").ButtonOptions<"button"> & {
|
|
68
|
+
[index: `data-${string}`]: unknown;
|
|
69
|
+
wrapElement?: import("@ariakit/react-core/cjs/utils/types").WrapElement | undefined;
|
|
70
|
+
children?: import("@ariakit/react-core/cjs/utils/types").Children<any>;
|
|
71
|
+
render?: import("@ariakit/react-core/cjs/utils/types").RenderProp<import("react").HTMLAttributes<any> & import("react").RefAttributes<any>> | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
72
|
+
} & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
73
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
74
|
+
}, "children" | keyof import("@ariakit/react").ButtonOptions<T>> & {
|
|
75
|
+
color: string;
|
|
76
|
+
}, "ref"> | Omit<{
|
|
77
|
+
'aria-label': string;
|
|
78
|
+
tooltipSide?: "top" | "bottom" | "left" | "right" | undefined;
|
|
79
|
+
active?: boolean | undefined;
|
|
80
|
+
} & Partial<Record<keyof {
|
|
81
|
+
loading: boolean;
|
|
82
|
+
loadingAriaLabel: string;
|
|
83
|
+
}, never>> & Omit<{
|
|
84
|
+
loading: boolean;
|
|
85
|
+
loadingAriaLabel: string;
|
|
86
|
+
}, keyof {
|
|
87
|
+
loading: boolean;
|
|
88
|
+
loadingAriaLabel: string;
|
|
89
|
+
}> & import("@ariakit/react").ButtonOptions<"button"> & {
|
|
90
|
+
[index: `data-${string}`]: unknown;
|
|
91
|
+
wrapElement?: import("@ariakit/react-core/cjs/utils/types").WrapElement | undefined;
|
|
92
|
+
children?: import("@ariakit/react-core/cjs/utils/types").Children<any>;
|
|
93
|
+
render?: import("@ariakit/react-core/cjs/utils/types").RenderProp<import("react").HTMLAttributes<any> & import("react").RefAttributes<any>> | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
94
|
+
} & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
95
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
96
|
+
}, "children" | keyof import("@ariakit/react").ButtonOptions<T>> & {
|
|
97
|
+
color: string;
|
|
98
|
+
}, "ref">) & import("react").RefAttributes<HTMLButtonElement>>;
|
|
99
|
+
export declare const SelectMenuGridOption: import("react").ForwardRefExoticComponent<(Omit<import("type-fest").Simplify<import("type-fest").Except<{
|
|
100
|
+
'aria-label': string;
|
|
101
|
+
tooltipSide?: "top" | "bottom" | "left" | "right" | undefined;
|
|
102
|
+
active?: boolean | undefined;
|
|
103
|
+
} & Required<Pick<{
|
|
104
|
+
loading: boolean;
|
|
105
|
+
loadingAriaLabel: string;
|
|
106
|
+
}, keyof {
|
|
107
|
+
loading: boolean;
|
|
108
|
+
loadingAriaLabel: string;
|
|
109
|
+
}>> & Omit<{
|
|
110
|
+
loading: boolean;
|
|
111
|
+
loadingAriaLabel: string;
|
|
112
|
+
}, keyof {
|
|
113
|
+
loading: boolean;
|
|
114
|
+
loadingAriaLabel: string;
|
|
115
|
+
}> & import("@ariakit/react").ButtonOptions<"button"> & {
|
|
116
|
+
[index: `data-${string}`]: unknown;
|
|
117
|
+
wrapElement?: import("@ariakit/react-core/cjs/utils/types").WrapElement | undefined;
|
|
118
|
+
children?: import("@ariakit/react-core/cjs/utils/types").Children<any>;
|
|
119
|
+
render?: import("@ariakit/react-core/cjs/utils/types").RenderProp<import("react").HTMLAttributes<any> & import("react").RefAttributes<any>> | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
120
|
+
} & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
121
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
122
|
+
}, "children" | keyof import("@ariakit/react").ButtonOptions<T>> & {
|
|
123
|
+
children: import("react").ReactNode;
|
|
124
|
+
}, keyof {
|
|
125
|
+
loading: boolean;
|
|
126
|
+
loadingAriaLabel: string;
|
|
127
|
+
} | "children" | "ref" | "form" | "slot" | "style" | "title" | "key" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | `data-${string}` | "tooltipSide" | "active" | keyof import("@ariakit/react").ButtonOptions<"button"> | "wrapElement" | "render"> & Partial<Pick<SelectMenuGridSquareProps, keyof {
|
|
128
|
+
loading: boolean;
|
|
129
|
+
loadingAriaLabel: string;
|
|
130
|
+
} | "children" | "ref" | "form" | "slot" | "style" | "title" | "key" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | `data-${string}` | "tooltipSide" | "active" | keyof import("@ariakit/react").ButtonOptions<"button"> | "wrapElement" | "render">>> & import("type-fest").Simplify<import("type-fest").Except<{
|
|
131
|
+
'aria-label': string;
|
|
132
|
+
tooltipSide?: "top" | "bottom" | "left" | "right" | undefined;
|
|
133
|
+
active?: boolean | undefined;
|
|
134
|
+
} & Required<Pick<{
|
|
135
|
+
loading: boolean;
|
|
136
|
+
loadingAriaLabel: string;
|
|
137
|
+
}, keyof {
|
|
138
|
+
loading: boolean;
|
|
139
|
+
loadingAriaLabel: string;
|
|
140
|
+
}>> & Omit<{
|
|
141
|
+
loading: boolean;
|
|
142
|
+
loadingAriaLabel: string;
|
|
143
|
+
}, keyof {
|
|
144
|
+
loading: boolean;
|
|
145
|
+
loadingAriaLabel: string;
|
|
146
|
+
}> & import("@ariakit/react").ButtonOptions<"button"> & {
|
|
147
|
+
[index: `data-${string}`]: unknown;
|
|
148
|
+
wrapElement?: import("@ariakit/react-core/cjs/utils/types").WrapElement | undefined;
|
|
149
|
+
children?: import("@ariakit/react-core/cjs/utils/types").Children<any>;
|
|
150
|
+
render?: import("@ariakit/react-core/cjs/utils/types").RenderProp<import("react").HTMLAttributes<any> & import("react").RefAttributes<any>> | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
151
|
+
} & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
152
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
153
|
+
}, "children" | keyof import("@ariakit/react").ButtonOptions<T>> & {
|
|
154
|
+
color: string;
|
|
155
|
+
}, keyof {
|
|
156
|
+
loading: boolean;
|
|
157
|
+
loadingAriaLabel: string;
|
|
158
|
+
} | "children" | "ref" | "form" | "slot" | "style" | "title" | "key" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | `data-${string}` | "tooltipSide" | "active" | keyof import("@ariakit/react").ButtonOptions<"button"> | "wrapElement" | "render"> & Partial<Pick<SelectMenuGridColorCircleProps, keyof {
|
|
159
|
+
loading: boolean;
|
|
160
|
+
loadingAriaLabel: string;
|
|
161
|
+
} | "children" | "ref" | "form" | "slot" | "style" | "title" | "key" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | `data-${string}` | "tooltipSide" | "active" | keyof import("@ariakit/react").ButtonOptions<"button"> | "wrapElement" | "render">>> & {
|
|
162
|
+
variant: "square" | "colorCircle";
|
|
163
|
+
}, "ref"> | Omit<import("type-fest").Simplify<import("type-fest").Except<{
|
|
164
|
+
'aria-label': string;
|
|
165
|
+
tooltipSide?: "top" | "bottom" | "left" | "right" | undefined;
|
|
166
|
+
active?: boolean | undefined;
|
|
167
|
+
} & Required<Pick<{
|
|
168
|
+
loading: boolean;
|
|
169
|
+
loadingAriaLabel: string;
|
|
170
|
+
}, keyof {
|
|
171
|
+
loading: boolean;
|
|
172
|
+
loadingAriaLabel: string;
|
|
173
|
+
}>> & Omit<{
|
|
174
|
+
loading: boolean;
|
|
175
|
+
loadingAriaLabel: string;
|
|
176
|
+
}, keyof {
|
|
177
|
+
loading: boolean;
|
|
178
|
+
loadingAriaLabel: string;
|
|
179
|
+
}> & import("@ariakit/react").ButtonOptions<"button"> & {
|
|
180
|
+
[index: `data-${string}`]: unknown;
|
|
181
|
+
wrapElement?: import("@ariakit/react-core/cjs/utils/types").WrapElement | undefined;
|
|
182
|
+
children?: import("@ariakit/react-core/cjs/utils/types").Children<any>;
|
|
183
|
+
render?: import("@ariakit/react-core/cjs/utils/types").RenderProp<import("react").HTMLAttributes<any> & import("react").RefAttributes<any>> | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
184
|
+
} & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
185
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
186
|
+
}, "children" | keyof import("@ariakit/react").ButtonOptions<T>> & {
|
|
187
|
+
children: import("react").ReactNode;
|
|
188
|
+
}, keyof {
|
|
189
|
+
loading: boolean;
|
|
190
|
+
loadingAriaLabel: string;
|
|
191
|
+
} | "children" | "ref" | "form" | "slot" | "style" | "title" | "key" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | `data-${string}` | "tooltipSide" | "active" | keyof import("@ariakit/react").ButtonOptions<"button"> | "wrapElement" | "render"> & Partial<Pick<SelectMenuGridSquareProps, keyof {
|
|
192
|
+
loading: boolean;
|
|
193
|
+
loadingAriaLabel: string;
|
|
194
|
+
} | "children" | "ref" | "form" | "slot" | "style" | "title" | "key" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | `data-${string}` | "tooltipSide" | "active" | keyof import("@ariakit/react").ButtonOptions<"button"> | "wrapElement" | "render">>> & import("type-fest").Simplify<import("type-fest").Except<{
|
|
195
|
+
'aria-label': string;
|
|
196
|
+
tooltipSide?: "top" | "bottom" | "left" | "right" | undefined;
|
|
197
|
+
active?: boolean | undefined;
|
|
198
|
+
} & Partial<Record<keyof {
|
|
199
|
+
loading: boolean;
|
|
200
|
+
loadingAriaLabel: string;
|
|
201
|
+
}, never>> & Omit<{
|
|
202
|
+
loading: boolean;
|
|
203
|
+
loadingAriaLabel: string;
|
|
204
|
+
}, keyof {
|
|
205
|
+
loading: boolean;
|
|
206
|
+
loadingAriaLabel: string;
|
|
207
|
+
}> & import("@ariakit/react").ButtonOptions<"button"> & {
|
|
208
|
+
[index: `data-${string}`]: unknown;
|
|
209
|
+
wrapElement?: import("@ariakit/react-core/cjs/utils/types").WrapElement | undefined;
|
|
210
|
+
children?: import("@ariakit/react-core/cjs/utils/types").Children<any>;
|
|
211
|
+
render?: import("@ariakit/react-core/cjs/utils/types").RenderProp<import("react").HTMLAttributes<any> & import("react").RefAttributes<any>> | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
212
|
+
} & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
213
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
214
|
+
}, "children" | keyof import("@ariakit/react").ButtonOptions<T>> & {
|
|
215
|
+
color: string;
|
|
216
|
+
}, keyof {
|
|
217
|
+
loading: boolean;
|
|
218
|
+
loadingAriaLabel: string;
|
|
219
|
+
} | "children" | "ref" | "form" | "slot" | "style" | "title" | "key" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | `data-${string}` | "tooltipSide" | "active" | keyof import("@ariakit/react").ButtonOptions<"button"> | "wrapElement" | "render"> & Partial<Pick<SelectMenuGridColorCircleProps, keyof {
|
|
220
|
+
loading: boolean;
|
|
221
|
+
loadingAriaLabel: string;
|
|
222
|
+
} | "children" | "ref" | "form" | "slot" | "style" | "title" | "key" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | `data-${string}` | "tooltipSide" | "active" | keyof import("@ariakit/react").ButtonOptions<"button"> | "wrapElement" | "render">>> & {
|
|
223
|
+
variant: "square" | "colorCircle";
|
|
224
|
+
}, "ref"> | Omit<import("type-fest").Simplify<import("type-fest").Except<{
|
|
225
|
+
'aria-label': string;
|
|
226
|
+
tooltipSide?: "top" | "bottom" | "left" | "right" | undefined;
|
|
227
|
+
active?: boolean | undefined;
|
|
228
|
+
} & Partial<Record<keyof {
|
|
229
|
+
loading: boolean;
|
|
230
|
+
loadingAriaLabel: string;
|
|
231
|
+
}, never>> & Omit<{
|
|
232
|
+
loading: boolean;
|
|
233
|
+
loadingAriaLabel: string;
|
|
234
|
+
}, keyof {
|
|
235
|
+
loading: boolean;
|
|
236
|
+
loadingAriaLabel: string;
|
|
237
|
+
}> & import("@ariakit/react").ButtonOptions<"button"> & {
|
|
238
|
+
[index: `data-${string}`]: unknown;
|
|
239
|
+
wrapElement?: import("@ariakit/react-core/cjs/utils/types").WrapElement | undefined;
|
|
240
|
+
children?: import("@ariakit/react-core/cjs/utils/types").Children<any>;
|
|
241
|
+
render?: import("@ariakit/react-core/cjs/utils/types").RenderProp<import("react").HTMLAttributes<any> & import("react").RefAttributes<any>> | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
242
|
+
} & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
243
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
244
|
+
}, "children" | keyof import("@ariakit/react").ButtonOptions<T>> & {
|
|
245
|
+
children: import("react").ReactNode;
|
|
246
|
+
}, keyof {
|
|
247
|
+
loading: boolean;
|
|
248
|
+
loadingAriaLabel: string;
|
|
249
|
+
} | "children" | "ref" | "form" | "slot" | "style" | "title" | "key" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | `data-${string}` | "tooltipSide" | "active" | keyof import("@ariakit/react").ButtonOptions<"button"> | "wrapElement" | "render"> & Partial<Pick<SelectMenuGridSquareProps, keyof {
|
|
250
|
+
loading: boolean;
|
|
251
|
+
loadingAriaLabel: string;
|
|
252
|
+
} | "children" | "ref" | "form" | "slot" | "style" | "title" | "key" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | `data-${string}` | "tooltipSide" | "active" | keyof import("@ariakit/react").ButtonOptions<"button"> | "wrapElement" | "render">>> & import("type-fest").Simplify<import("type-fest").Except<{
|
|
253
|
+
'aria-label': string;
|
|
254
|
+
tooltipSide?: "top" | "bottom" | "left" | "right" | undefined;
|
|
255
|
+
active?: boolean | undefined;
|
|
256
|
+
} & Required<Pick<{
|
|
257
|
+
loading: boolean;
|
|
258
|
+
loadingAriaLabel: string;
|
|
259
|
+
}, keyof {
|
|
260
|
+
loading: boolean;
|
|
261
|
+
loadingAriaLabel: string;
|
|
262
|
+
}>> & Omit<{
|
|
263
|
+
loading: boolean;
|
|
264
|
+
loadingAriaLabel: string;
|
|
265
|
+
}, keyof {
|
|
266
|
+
loading: boolean;
|
|
267
|
+
loadingAriaLabel: string;
|
|
268
|
+
}> & import("@ariakit/react").ButtonOptions<"button"> & {
|
|
269
|
+
[index: `data-${string}`]: unknown;
|
|
270
|
+
wrapElement?: import("@ariakit/react-core/cjs/utils/types").WrapElement | undefined;
|
|
271
|
+
children?: import("@ariakit/react-core/cjs/utils/types").Children<any>;
|
|
272
|
+
render?: import("@ariakit/react-core/cjs/utils/types").RenderProp<import("react").HTMLAttributes<any> & import("react").RefAttributes<any>> | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
273
|
+
} & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
274
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
275
|
+
}, "children" | keyof import("@ariakit/react").ButtonOptions<T>> & {
|
|
276
|
+
color: string;
|
|
277
|
+
}, keyof {
|
|
278
|
+
loading: boolean;
|
|
279
|
+
loadingAriaLabel: string;
|
|
280
|
+
} | "children" | "ref" | "form" | "slot" | "style" | "title" | "key" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | `data-${string}` | "tooltipSide" | "active" | keyof import("@ariakit/react").ButtonOptions<"button"> | "wrapElement" | "render"> & Partial<Pick<SelectMenuGridColorCircleProps, keyof {
|
|
281
|
+
loading: boolean;
|
|
282
|
+
loadingAriaLabel: string;
|
|
283
|
+
} | "children" | "ref" | "form" | "slot" | "style" | "title" | "key" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | `data-${string}` | "tooltipSide" | "active" | keyof import("@ariakit/react").ButtonOptions<"button"> | "wrapElement" | "render">>> & {
|
|
284
|
+
variant: "square" | "colorCircle";
|
|
285
|
+
}, "ref"> | Omit<import("type-fest").Simplify<import("type-fest").Except<{
|
|
286
|
+
'aria-label': string;
|
|
287
|
+
tooltipSide?: "top" | "bottom" | "left" | "right" | undefined;
|
|
288
|
+
active?: boolean | undefined;
|
|
289
|
+
} & Partial<Record<keyof {
|
|
290
|
+
loading: boolean;
|
|
291
|
+
loadingAriaLabel: string;
|
|
292
|
+
}, never>> & Omit<{
|
|
293
|
+
loading: boolean;
|
|
294
|
+
loadingAriaLabel: string;
|
|
295
|
+
}, keyof {
|
|
296
|
+
loading: boolean;
|
|
297
|
+
loadingAriaLabel: string;
|
|
298
|
+
}> & import("@ariakit/react").ButtonOptions<"button"> & {
|
|
299
|
+
[index: `data-${string}`]: unknown;
|
|
300
|
+
wrapElement?: import("@ariakit/react-core/cjs/utils/types").WrapElement | undefined;
|
|
301
|
+
children?: import("@ariakit/react-core/cjs/utils/types").Children<any>;
|
|
302
|
+
render?: import("@ariakit/react-core/cjs/utils/types").RenderProp<import("react").HTMLAttributes<any> & import("react").RefAttributes<any>> | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
303
|
+
} & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
304
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
305
|
+
}, "children" | keyof import("@ariakit/react").ButtonOptions<T>> & {
|
|
306
|
+
children: import("react").ReactNode;
|
|
307
|
+
}, keyof {
|
|
308
|
+
loading: boolean;
|
|
309
|
+
loadingAriaLabel: string;
|
|
310
|
+
} | "children" | "ref" | "form" | "slot" | "style" | "title" | "key" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | `data-${string}` | "tooltipSide" | "active" | keyof import("@ariakit/react").ButtonOptions<"button"> | "wrapElement" | "render"> & Partial<Pick<SelectMenuGridSquareProps, keyof {
|
|
311
|
+
loading: boolean;
|
|
312
|
+
loadingAriaLabel: string;
|
|
313
|
+
} | "children" | "ref" | "form" | "slot" | "style" | "title" | "key" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | `data-${string}` | "tooltipSide" | "active" | keyof import("@ariakit/react").ButtonOptions<"button"> | "wrapElement" | "render">>> & import("type-fest").Simplify<import("type-fest").Except<{
|
|
314
|
+
'aria-label': string;
|
|
315
|
+
tooltipSide?: "top" | "bottom" | "left" | "right" | undefined;
|
|
316
|
+
active?: boolean | undefined;
|
|
317
|
+
} & Partial<Record<keyof {
|
|
318
|
+
loading: boolean;
|
|
319
|
+
loadingAriaLabel: string;
|
|
320
|
+
}, never>> & Omit<{
|
|
321
|
+
loading: boolean;
|
|
322
|
+
loadingAriaLabel: string;
|
|
323
|
+
}, keyof {
|
|
324
|
+
loading: boolean;
|
|
325
|
+
loadingAriaLabel: string;
|
|
326
|
+
}> & import("@ariakit/react").ButtonOptions<"button"> & {
|
|
327
|
+
[index: `data-${string}`]: unknown;
|
|
328
|
+
wrapElement?: import("@ariakit/react-core/cjs/utils/types").WrapElement | undefined;
|
|
329
|
+
children?: import("@ariakit/react-core/cjs/utils/types").Children<any>;
|
|
330
|
+
render?: import("@ariakit/react-core/cjs/utils/types").RenderProp<import("react").HTMLAttributes<any> & import("react").RefAttributes<any>> | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
331
|
+
} & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
332
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
333
|
+
}, "children" | keyof import("@ariakit/react").ButtonOptions<T>> & {
|
|
334
|
+
color: string;
|
|
335
|
+
}, keyof {
|
|
336
|
+
loading: boolean;
|
|
337
|
+
loadingAriaLabel: string;
|
|
338
|
+
} | "children" | "ref" | "form" | "slot" | "style" | "title" | "key" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | `data-${string}` | "tooltipSide" | "active" | keyof import("@ariakit/react").ButtonOptions<"button"> | "wrapElement" | "render"> & Partial<Pick<SelectMenuGridColorCircleProps, keyof {
|
|
339
|
+
loading: boolean;
|
|
340
|
+
loadingAriaLabel: string;
|
|
341
|
+
} | "children" | "ref" | "form" | "slot" | "style" | "title" | "key" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | `data-${string}` | "tooltipSide" | "active" | keyof import("@ariakit/react").ButtonOptions<"button"> | "wrapElement" | "render">>> & {
|
|
342
|
+
variant: "square" | "colorCircle";
|
|
343
|
+
}, "ref">) & import("react").RefAttributes<HTMLButtonElement>>;
|