@commercetools/nimbus 2.0.1-rc2 → 2.0.1-rc3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunks/{DateField-B-4ymU5i.es.js → DateField-DZwn3cIj.es.js} +2 -2
- package/dist/chunks/{DateField-B-4ymU5i.es.js.map → DateField-DZwn3cIj.es.js.map} +1 -1
- package/dist/chunks/{DatePicker-ByxT1sNF.es.js → DatePicker-B2Nf_0Sq.es.js} +2 -2
- package/dist/chunks/{DatePicker-ByxT1sNF.es.js.map → DatePicker-B2Nf_0Sq.es.js.map} +1 -1
- package/dist/chunks/{date-input-Do1wXp3t.es.js → date-input-Cap8-3zj.es.js} +2 -2
- package/dist/chunks/{date-input-Do1wXp3t.es.js.map → date-input-Cap8-3zj.es.js.map} +1 -1
- package/dist/chunks/{date-picker-ClYge74a.es.js → date-picker-ChZ8H-MT.es.js} +5 -5
- package/dist/chunks/{date-picker-ClYge74a.es.js.map → date-picker-ChZ8H-MT.es.js.map} +1 -1
- package/dist/chunks/{date-range-picker-KRcGUZW-.es.js → date-range-picker-DGWMdcAN.es.js} +5 -5
- package/dist/chunks/{date-range-picker-KRcGUZW-.es.js.map → date-range-picker-DGWMdcAN.es.js.map} +1 -1
- package/dist/chunks/{time-input-DDrB_c0M.es.js → time-input--a_qv-Jk.es.js} +2 -2
- package/dist/chunks/{time-input-DDrB_c0M.es.js.map → time-input--a_qv-Jk.es.js.map} +1 -1
- package/dist/components/accordion/accordion.d.ts +13 -0
- package/dist/components/accordion/accordion.recipe.d.ts +36 -0
- package/dist/components/accordion/accordion.slots.d.ts +8 -0
- package/dist/components/accordion/accordion.types.d.ts +48 -0
- package/dist/components/accordion/components/accordion-content.d.ts +2 -0
- package/dist/components/accordion/components/accordion-header.d.ts +2 -0
- package/dist/components/accordion/components/accordion-item.d.ts +2 -0
- package/dist/components/accordion/components/accordion-root.d.ts +9 -0
- package/dist/components/accordion/index.d.ts +2 -0
- package/dist/components/alert/alert.d.ts +30 -0
- package/dist/components/alert/alert.i18n.d.ts +7 -0
- package/dist/components/alert/alert.recipe.d.ts +40 -0
- package/dist/components/alert/alert.slots.d.ts +16 -0
- package/dist/components/alert/alert.types.d.ts +48 -0
- package/dist/components/alert/components/alert.actions.d.ts +5 -0
- package/dist/components/alert/components/alert.description.d.ts +5 -0
- package/dist/components/alert/components/alert.dismiss-button.d.ts +5 -0
- package/dist/components/alert/components/alert.root.d.ts +18 -0
- package/dist/components/alert/components/alert.title.d.ts +5 -0
- package/dist/components/alert/index.d.ts +2 -0
- package/dist/components/avatar/avatar.d.ts +5 -0
- package/dist/components/avatar/avatar.recipe.d.ts +19 -0
- package/dist/components/avatar/avatar.slots.d.ts +3 -0
- package/dist/{avatar.d.ts → components/avatar/avatar.types.d.ts} +42 -63
- package/dist/components/avatar/index.d.ts +2 -0
- package/dist/components/badge/badge.d.ts +12 -0
- package/dist/components/badge/badge.recipe.d.ts +41 -0
- package/dist/components/badge/badge.slots.d.ts +3 -0
- package/dist/components/badge/badge.types.d.ts +24 -0
- package/dist/components/badge/index.d.ts +2 -0
- package/dist/{box.d.ts → components/box/box.d.ts} +16 -30
- package/dist/components/box/index.d.ts +1 -0
- package/dist/components/button/button.d.ts +12 -0
- package/dist/components/button/button.recipe.d.ts +107 -0
- package/dist/components/button/button.slots.d.ts +11 -0
- package/dist/components/button/button.types.d.ts +36 -0
- package/dist/components/button/index.d.ts +2 -0
- package/dist/components/calendar/calendar.d.ts +10 -0
- package/dist/components/calendar/calendar.recipe.d.ts +1 -0
- package/dist/components/calendar/calendar.slots.d.ts +11 -0
- package/dist/components/calendar/calendar.types.d.ts +16 -0
- package/dist/components/calendar/components/calendar.custom-context.d.ts +3 -0
- package/dist/components/calendar/components/calendar.grids.d.ts +1 -0
- package/dist/components/calendar/components/calendar.header.d.ts +1 -0
- package/dist/components/calendar/index.d.ts +2 -0
- package/dist/components/card/card.d.ts +18 -0
- package/dist/components/card/card.recipe.d.ts +52 -0
- package/dist/components/card/card.slots.d.ts +12 -0
- package/dist/components/card/card.types.d.ts +28 -0
- package/dist/components/card/components/card.content.d.ts +5 -0
- package/dist/components/card/components/card.header.d.ts +5 -0
- package/dist/components/card/components/card.root.d.ts +18 -0
- package/dist/components/card/index.d.ts +2 -0
- package/dist/components/checkbox/checkbox.d.ts +12 -0
- package/dist/components/checkbox/checkbox.recipe.d.ts +27 -0
- package/dist/components/checkbox/checkbox.slots.d.ts +5 -0
- package/dist/components/checkbox/checkbox.types.d.ts +24 -0
- package/dist/components/checkbox/index.d.ts +2 -0
- package/dist/components/code/code.d.ts +10 -0
- package/dist/components/code/code.recipe.d.ts +48 -0
- package/dist/components/code/index.d.ts +1 -0
- package/dist/components/collapsible-motion/collapsible-motion.d.ts +10 -0
- package/dist/components/collapsible-motion/collapsible-motion.recipe.d.ts +1 -0
- package/dist/components/collapsible-motion/collapsible-motion.slots.d.ts +5 -0
- package/dist/components/collapsible-motion/collapsible-motion.types.d.ts +59 -0
- package/dist/components/collapsible-motion/components/collapsible-motion-content.d.ts +9 -0
- package/dist/components/collapsible-motion/components/collapsible-motion-context.d.ts +9 -0
- package/dist/components/collapsible-motion/components/collapsible-motion-root.d.ts +8 -0
- package/dist/components/collapsible-motion/components/collapsible-motion-trigger.d.ts +10 -0
- package/dist/components/collapsible-motion/index.d.ts +2 -0
- package/dist/components/combobox/combobox.d.ts +18 -0
- package/dist/components/combobox/combobox.recipe.d.ts +96 -0
- package/dist/components/combobox/combobox.slots.d.ts +27 -0
- package/dist/components/combobox/combobox.types.d.ts +152 -0
- package/dist/components/combobox/components/combobox.leading-element.d.ts +11 -0
- package/dist/components/combobox/components/combobox.multi-select-button-group.d.ts +2 -0
- package/dist/components/combobox/components/combobox.multi-select-root.d.ts +2 -0
- package/dist/components/combobox/components/combobox.multi-select-tag-group.d.ts +2 -0
- package/dist/components/combobox/components/combobox.option-group.d.ts +6 -0
- package/dist/components/combobox/components/combobox.option.d.ts +5 -0
- package/dist/components/combobox/components/combobox.options.d.ts +5 -0
- package/dist/components/combobox/components/combobox.root.d.ts +12 -0
- package/dist/components/combobox/components/combobox.single-select-button-group.d.ts +2 -0
- package/dist/components/combobox/components/combobox.single-select-input.d.ts +2 -0
- package/dist/components/combobox/components/combobox.single-select-root.d.ts +2 -0
- package/dist/components/combobox/index.d.ts +2 -0
- package/dist/components/data-table/components/data-table.body.d.ts +5 -0
- package/dist/components/data-table/components/data-table.cell.d.ts +2 -0
- package/dist/components/data-table/components/data-table.column.d.ts +2 -0
- package/dist/components/data-table/components/data-table.context.d.ts +3 -0
- package/dist/components/data-table/components/data-table.footer.d.ts +11 -0
- package/dist/components/data-table/components/data-table.header.d.ts +5 -0
- package/dist/components/data-table/components/data-table.root.d.ts +5 -0
- package/dist/components/data-table/components/data-table.row.d.ts +5 -0
- package/dist/components/data-table/components/data-table.table.d.ts +5 -0
- package/dist/components/data-table/data-table.d.ts +52 -0
- package/dist/components/data-table/data-table.recipe.d.ts +32 -0
- package/dist/components/data-table/data-table.slots.d.ts +21 -0
- package/dist/components/data-table/data-table.types.d.ts +154 -0
- package/dist/components/data-table/index.d.ts +2 -0
- package/dist/components/data-table/test-data.d.ts +58 -0
- package/dist/components/data-table/utils/rows.utils.d.ts +4 -0
- package/dist/components/date-input/date-input.d.ts +12 -0
- package/dist/components/date-input/date-input.recipe.d.ts +71 -0
- package/dist/components/date-input/date-input.slots.d.ts +18 -0
- package/dist/components/date-input/date-input.types.d.ts +20 -0
- package/dist/components/date-input/index.d.ts +2 -0
- package/dist/components/date-input.es.js +1 -1
- package/dist/components/date-picker/components/date-picker.custom-context.d.ts +3 -0
- package/dist/components/date-picker/components/date-picker.time-input.d.ts +2 -0
- package/dist/components/date-picker/date-picker.d.ts +12 -0
- package/dist/components/date-picker/date-picker.i18n.d.ts +33 -0
- package/dist/components/date-picker/date-picker.recipe.d.ts +14 -0
- package/dist/components/date-picker/date-picker.slots.d.ts +30 -0
- package/dist/components/date-picker/date-picker.types.d.ts +43 -0
- package/dist/components/date-picker/index.d.ts +2 -0
- package/dist/components/date-picker.es.js +1 -1
- package/dist/components/date-range-picker/components/date-range-picker.custom-context.d.ts +4 -0
- package/dist/components/date-range-picker/components/date-range-picker.time-input.d.ts +2 -0
- package/dist/components/date-range-picker/date-range-picker.d.ts +11 -0
- package/dist/components/date-range-picker/date-range-picker.recipe.d.ts +34 -0
- package/dist/components/date-range-picker/date-range-picker.slots.d.ts +36 -0
- package/dist/components/date-range-picker/date-range-picker.types.d.ts +44 -0
- package/dist/components/date-range-picker/index.d.ts +2 -0
- package/dist/components/date-range-picker.es.js +1 -1
- package/dist/components/dialog/components/dialog.body.d.ts +5 -0
- package/dist/components/dialog/components/dialog.close-trigger.d.ts +5 -0
- package/dist/components/dialog/components/dialog.content.d.ts +5 -0
- package/dist/components/dialog/components/dialog.context.d.ts +19 -0
- package/dist/components/dialog/components/dialog.footer.d.ts +5 -0
- package/dist/components/dialog/components/dialog.header.d.ts +5 -0
- package/dist/components/dialog/components/dialog.root.d.ts +5 -0
- package/dist/components/dialog/components/dialog.title.d.ts +5 -0
- package/dist/components/dialog/components/dialog.trigger.d.ts +5 -0
- package/dist/components/dialog/components/index.d.ts +8 -0
- package/dist/components/dialog/dialog.d.ts +229 -0
- package/dist/components/dialog/dialog.i18n.d.ts +7 -0
- package/dist/components/dialog/dialog.recipe.d.ts +54 -0
- package/dist/components/dialog/dialog.slots.d.ts +28 -0
- package/dist/components/dialog/dialog.types.d.ts +189 -0
- package/dist/components/dialog/index.d.ts +2 -0
- package/dist/components/draggable-list/components/draggable-list.field.d.ts +2 -0
- package/dist/components/draggable-list/components/draggable-list.item.d.ts +2 -0
- package/dist/components/draggable-list/components/draggable-list.root.d.ts +2 -0
- package/dist/components/draggable-list/draggable-list.d.ts +107 -0
- package/dist/components/draggable-list/draggable-list.i18n.d.ts +12 -0
- package/dist/components/draggable-list/draggable-list.recipe.d.ts +14 -0
- package/dist/components/draggable-list/draggable-list.slots.d.ts +6 -0
- package/dist/components/draggable-list/draggable-list.types.d.ts +141 -0
- package/dist/components/draggable-list/index.d.ts +2 -0
- package/dist/components/draggable-list/utils/draggable-list.test-data.d.ts +3 -0
- package/dist/components/draggable-list/utils/draggable-list.test-utils.d.ts +1 -0
- package/dist/components/drawer/components/drawer.body.d.ts +5 -0
- package/dist/components/drawer/components/drawer.close-trigger.d.ts +5 -0
- package/dist/components/drawer/components/drawer.content.d.ts +5 -0
- package/dist/components/drawer/components/drawer.context.d.ts +19 -0
- package/dist/components/drawer/components/drawer.footer.d.ts +5 -0
- package/dist/components/drawer/components/drawer.header.d.ts +5 -0
- package/dist/components/drawer/components/drawer.root.d.ts +5 -0
- package/dist/components/drawer/components/drawer.title.d.ts +5 -0
- package/dist/components/drawer/components/drawer.trigger.d.ts +5 -0
- package/dist/components/drawer/components/index.d.ts +8 -0
- package/dist/components/drawer/drawer.d.ts +228 -0
- package/dist/components/drawer/drawer.i18n.d.ts +7 -0
- package/dist/components/drawer/drawer.recipe.d.ts +98 -0
- package/dist/components/drawer/drawer.slots.d.ts +21 -0
- package/dist/components/drawer/drawer.types.d.ts +175 -0
- package/dist/components/drawer/index.d.ts +3 -0
- package/dist/components/field-errors/field-errors.d.ts +34 -0
- package/dist/components/field-errors/field-errors.i18n.d.ts +77 -0
- package/dist/components/field-errors/field-errors.recipe.d.ts +1 -0
- package/dist/components/field-errors/field-errors.slots.d.ts +6 -0
- package/dist/{field-errors.d.ts → components/field-errors/field-errors.types.d.ts} +95 -144
- package/dist/components/field-errors/index.d.ts +3 -0
- package/dist/components/flex/flex.d.ts +8 -0
- package/dist/components/flex/index.d.ts +1 -0
- package/dist/components/form-field/components/form-field.context.d.ts +22 -0
- package/dist/components/form-field/components/form-field.description.d.ts +2 -0
- package/dist/components/form-field/components/form-field.error.d.ts +2 -0
- package/dist/components/form-field/components/form-field.info-box.d.ts +9 -0
- package/dist/components/form-field/components/form-field.input.d.ts +2 -0
- package/dist/components/form-field/components/form-field.label.d.ts +2 -0
- package/dist/components/form-field/components/form-field.root.d.ts +9 -0
- package/dist/components/form-field/form-field.d.ts +17 -0
- package/dist/components/form-field/form-field.recipe.d.ts +49 -0
- package/dist/components/form-field/form-field.slots.d.ts +15 -0
- package/dist/components/form-field/form-field.types.d.ts +54 -0
- package/dist/components/form-field/index.d.ts +2 -0
- package/dist/components/grid/grid.d.ts +18 -0
- package/dist/components/grid/index.d.ts +1 -0
- package/dist/components/group/group.d.ts +2 -0
- package/dist/components/group/group.recipe.d.ts +5 -0
- package/dist/components/group/group.slots.d.ts +8 -0
- package/dist/components/group/group.types.d.ts +17 -0
- package/dist/components/group/index.d.ts +2 -0
- package/dist/{heading.d.ts → components/heading/heading.d.ts} +41 -55
- package/dist/components/heading/heading.recipe.d.ts +37 -0
- package/dist/components/heading/index.d.ts +1 -0
- package/dist/components/icon/icon.d.ts +12 -0
- package/dist/components/icon/icon.recipe.d.ts +29 -0
- package/dist/components/icon/icon.slots.d.ts +7 -0
- package/dist/components/icon/icon.types.d.ts +29 -0
- package/dist/components/icon/index.d.ts +2 -0
- package/dist/components/icon-button/icon-button.d.ts +12 -0
- package/dist/components/icon-button/icon-button.types.d.ts +11 -0
- package/dist/components/icon-button/index.d.ts +2 -0
- package/dist/components/icon-toggle-button/icon-toggle-button.d.ts +12 -0
- package/dist/components/icon-toggle-button/icon-toggle-button.types.d.ts +11 -0
- package/dist/components/icon-toggle-button/index.d.ts +2 -0
- package/dist/components/image/image.d.ts +13 -0
- package/dist/components/image/index.d.ts +1 -0
- package/dist/components/index.d.ts +65 -0
- package/dist/components/inline-svg/constants/index.d.ts +1 -0
- package/dist/{constants.d.ts → components/inline-svg/constants/sanitization.constants.d.ts} +8 -20
- package/dist/components/inline-svg/hooks/index.d.ts +1 -0
- package/dist/{hooks.d.ts → components/inline-svg/hooks/use-inline-svg.d.ts} +10 -21
- package/dist/components/inline-svg/index.d.ts +2 -0
- package/dist/components/inline-svg/inline-svg.d.ts +23 -0
- package/dist/components/inline-svg/inline-svg.slots.d.ts +22 -0
- package/dist/components/inline-svg/inline-svg.types.d.ts +12 -0
- package/dist/components/inline-svg/utils/index.d.ts +1 -0
- package/dist/{utils.d.ts → components/inline-svg/utils/sanitize-svg.d.ts} +32 -44
- package/dist/components/kbd/index.d.ts +1 -0
- package/dist/components/kbd/kbd.d.ts +15 -0
- package/dist/components/kbd/kbd.recipe.d.ts +1 -0
- package/dist/components/kbd/kbd.slots.d.ts +19 -0
- package/dist/components/link/index.d.ts +2 -0
- package/dist/components/link/link.d.ts +12 -0
- package/dist/components/link/link.recipe.d.ts +28 -0
- package/dist/components/link/link.slots.d.ts +8 -0
- package/dist/components/link/link.types.d.ts +27 -0
- package/dist/components/list/index.d.ts +1 -0
- package/dist/components/list/list.d.ts +18 -0
- package/dist/components/list/list.recipe.d.ts +38 -0
- package/dist/components/loading-spinner/index.d.ts +2 -0
- package/dist/components/loading-spinner/loading-spinner.d.ts +12 -0
- package/dist/components/loading-spinner/loading-spinner.i18n.d.ts +8 -0
- package/dist/components/loading-spinner/loading-spinner.recipe.d.ts +36 -0
- package/dist/components/loading-spinner/loading-spinner.slots.d.ts +6 -0
- package/dist/components/loading-spinner/loading-spinner.types.d.ts +24 -0
- package/dist/components/localized-field/components/localized-field.locale-field.d.ts +2 -0
- package/dist/components/localized-field/components/localized-field.root.d.ts +2 -0
- package/dist/components/localized-field/index.d.ts +2 -0
- package/dist/components/localized-field/localized-field.d.ts +17 -0
- package/dist/components/localized-field/localized-field.i18n.d.ts +33 -0
- package/dist/components/localized-field/localized-field.recipe.d.ts +22 -0
- package/dist/components/localized-field/localized-field.slots.d.ts +19 -0
- package/dist/components/localized-field/localized-field.types.d.ts +188 -0
- package/dist/components/localized-field/utils/localized-field.story-component.d.ts +39 -0
- package/dist/components/localized-field/utils/localized-field.utils.d.ts +34 -0
- package/dist/components/localized-field/utils/test-data.d.ts +340 -0
- package/dist/components/localized-field/utils/test-utils.d.ts +22 -0
- package/dist/components/menu/components/menu.content.d.ts +5 -0
- package/dist/components/menu/components/menu.context.d.ts +5 -0
- package/dist/components/menu/components/menu.item.d.ts +5 -0
- package/dist/components/menu/components/menu.root.d.ts +5 -0
- package/dist/components/menu/components/menu.section-context.d.ts +5 -0
- package/dist/components/menu/components/menu.section-label.d.ts +8 -0
- package/dist/components/menu/components/menu.section.d.ts +5 -0
- package/dist/components/menu/components/menu.submenu-trigger.d.ts +5 -0
- package/dist/components/menu/components/menu.submenu.d.ts +5 -0
- package/dist/components/menu/components/menu.trigger.d.ts +5 -0
- package/dist/components/menu/index.d.ts +2 -0
- package/dist/components/menu/menu.d.ts +39 -0
- package/dist/components/menu/menu.recipe.d.ts +5 -0
- package/dist/components/menu/menu.slots.d.ts +10 -0
- package/dist/components/menu/menu.types.d.ts +62 -0
- package/dist/components/money-input/index.d.ts +2 -0
- package/dist/components/money-input/money-input.d.ts +77 -0
- package/dist/components/money-input/money-input.i18n.d.ts +18 -0
- package/dist/components/money-input/money-input.recipe.d.ts +40 -0
- package/dist/components/money-input/money-input.slots.d.ts +8 -0
- package/dist/components/money-input/money-input.types.d.ts +102 -0
- package/dist/{money-input.d.ts → components/money-input/utils/currencies.d.ts} +666 -879
- package/dist/components/money-input/utils/index.d.ts +2 -0
- package/dist/components/money-input/utils/parsing-utilities.d.ts +22 -0
- package/dist/components/money-input/utils/static-methods.d.ts +6 -0
- package/dist/components/multiline-text-input/hooks/index.d.ts +1 -0
- package/dist/components/multiline-text-input/hooks/use-autogrow.d.ts +16 -0
- package/dist/components/multiline-text-input/index.d.ts +2 -0
- package/dist/components/multiline-text-input/multiline-text-input.d.ts +12 -0
- package/dist/components/multiline-text-input/multiline-text-input.recipe.d.ts +64 -0
- package/dist/components/multiline-text-input/multiline-text-input.slots.d.ts +16 -0
- package/dist/components/multiline-text-input/multiline-text-input.types.d.ts +42 -0
- package/dist/components/nimbus-provider/components/nimbus-provider.color-mode-provider.d.ts +2 -0
- package/dist/components/nimbus-provider/index.d.ts +2 -0
- package/dist/components/nimbus-provider/nimbus-provider.d.ts +9 -0
- package/dist/{nimbus-provider.d.ts → components/nimbus-provider/nimbus-provider.types.d.ts} +92 -119
- package/dist/components/number-input/index.d.ts +2 -0
- package/dist/components/number-input/number-input.d.ts +11 -0
- package/dist/components/number-input/number-input.i18n.d.ts +13 -0
- package/dist/components/number-input/number-input.recipe.d.ts +113 -0
- package/dist/components/number-input/number-input.slots.d.ts +42 -0
- package/dist/components/number-input/number-input.types.d.ts +40 -0
- package/dist/components/pagination/hooks/use-pagination.d.ts +72 -0
- package/dist/components/pagination/index.d.ts +2 -0
- package/dist/components/pagination/pagination.d.ts +13 -0
- package/dist/{pagination.d.ts → components/pagination/pagination.types.d.ts} +44 -70
- package/dist/components/password-input/index.d.ts +2 -0
- package/dist/components/password-input/password-input.d.ts +12 -0
- package/dist/components/password-input/password-input.i18n.d.ts +13 -0
- package/dist/components/password-input/password-input.types.d.ts +2 -0
- package/dist/components/popover/index.d.ts +2 -0
- package/dist/components/popover/popover.d.ts +12 -0
- package/dist/components/popover/popover.recipe.d.ts +5 -0
- package/dist/components/popover/popover.slots.d.ts +4 -0
- package/dist/components/popover/popover.types.d.ts +6 -0
- package/dist/components/progress-bar/index.d.ts +2 -0
- package/dist/components/progress-bar/progress-bar.d.ts +22 -0
- package/dist/components/progress-bar/progress-bar.recipe.d.ts +91 -0
- package/dist/components/progress-bar/progress-bar.slots.d.ts +20 -0
- package/dist/components/progress-bar/progress-bar.types.d.ts +53 -0
- package/dist/components/radio-input/components/radio-input.option.d.ts +5 -0
- package/dist/components/radio-input/components/radio-input.root.d.ts +12 -0
- package/dist/components/radio-input/index.d.ts +2 -0
- package/dist/components/radio-input/radio-input.d.ts +13 -0
- package/dist/components/radio-input/radio-input.recipe.d.ts +21 -0
- package/dist/components/radio-input/radio-input.slots.d.ts +6 -0
- package/dist/components/radio-input/radio-input.types.d.ts +18 -0
- package/dist/components/range-calendar/components/range-calendar.custom-context.d.ts +3 -0
- package/dist/components/range-calendar/components/range-calendar.grids.d.ts +1 -0
- package/dist/components/range-calendar/components/range-calendar.header.d.ts +1 -0
- package/dist/components/range-calendar/index.d.ts +2 -0
- package/dist/components/range-calendar/range-calendar.d.ts +3 -0
- package/dist/components/range-calendar/range-calendar.recipe.d.ts +1 -0
- package/dist/components/range-calendar/range-calendar.slots.d.ts +11 -0
- package/dist/components/range-calendar/range-calendar.types.d.ts +20 -0
- package/dist/components/rich-text-input/components/formatting-menu.d.ts +4 -0
- package/dist/components/rich-text-input/components/rich-text-editor.d.ts +25 -0
- package/dist/components/rich-text-input/components/rich-text-toolbar.d.ts +7 -0
- package/dist/components/rich-text-input/constants/editor-constants.d.ts +65 -0
- package/dist/components/rich-text-input/constants/index.d.ts +2 -0
- package/dist/components/rich-text-input/constants/text-styles.d.ts +32 -0
- package/dist/components/rich-text-input/hooks/index.d.ts +4 -0
- package/dist/components/rich-text-input/hooks/use-formatting-state.d.ts +10 -0
- package/dist/components/rich-text-input/hooks/use-keyboard-shortcuts.d.ts +7 -0
- package/dist/components/rich-text-input/hooks/use-preserved-selection.d.ts +11 -0
- package/dist/components/rich-text-input/hooks/use-toolbar-state.d.ts +15 -0
- package/dist/components/rich-text-input/index.d.ts +2 -0
- package/dist/components/rich-text-input/rich-text-input.d.ts +8 -0
- package/dist/components/rich-text-input/rich-text-input.recipe.d.ts +1 -0
- package/dist/components/rich-text-input/rich-text-input.slots.d.ts +5 -0
- package/dist/components/rich-text-input/rich-text-input.types.d.ts +54 -0
- package/dist/components/rich-text-input/utils/html-serialization.d.ts +4 -0
- package/dist/components/rich-text-input/utils/index.d.ts +5 -0
- package/dist/components/rich-text-input/utils/is-empty.d.ts +4 -0
- package/dist/components/rich-text-input/utils/slate-helpers.d.ts +19 -0
- package/dist/components/rich-text-input/utils/text-style-utils.d.ts +33 -0
- package/dist/components/rich-text-input/utils/types.d.ts +28 -0
- package/dist/components/scoped-search-input/index.d.ts +2 -0
- package/dist/components/scoped-search-input/scoped-search-input.d.ts +6 -0
- package/dist/components/scoped-search-input/scoped-search-input.i18n.d.ts +23 -0
- package/dist/components/scoped-search-input/scoped-search-input.recipe.d.ts +6 -0
- package/dist/components/scoped-search-input/scoped-search-input.slots.d.ts +6 -0
- package/dist/{scoped-search-input.d.ts → components/scoped-search-input/scoped-search-input.types.d.ts} +72 -94
- package/dist/components/scoped-search-input/utils/helpers.d.ts +5 -0
- package/dist/components/search-input/index.d.ts +2 -0
- package/dist/components/search-input/search-input.d.ts +11 -0
- package/dist/components/search-input/search-input.i18n.d.ts +8 -0
- package/dist/components/search-input/search-input.recipe.d.ts +44 -0
- package/dist/components/search-input/search-input.slots.d.ts +12 -0
- package/dist/components/search-input/search-input.types.d.ts +28 -0
- package/dist/components/select/components/select.clear-button.d.ts +4 -0
- package/dist/components/select/components/select.option-group.d.ts +7 -0
- package/dist/components/select/components/select.option.d.ts +5 -0
- package/dist/components/select/components/select.options.d.ts +7 -0
- package/dist/components/select/components/select.root.d.ts +12 -0
- package/dist/components/select/index.d.ts +2 -0
- package/dist/components/select/select.d.ts +135 -0
- package/dist/components/select/select.i18n.d.ts +8 -0
- package/dist/components/select/select.recipe.d.ts +69 -0
- package/dist/components/select/select.slots.d.ts +16 -0
- package/dist/components/select/select.types.d.ts +59 -0
- package/dist/components/separator/index.d.ts +2 -0
- package/dist/components/separator/separator.d.ts +19 -0
- package/dist/components/separator/separator.recipe.d.ts +16 -0
- package/dist/components/separator/separator.slots.d.ts +3 -0
- package/dist/components/separator/separator.types.d.ts +14 -0
- package/dist/components/simple-grid/index.d.ts +1 -0
- package/dist/components/simple-grid/simple-grid.d.ts +18 -0
- package/dist/components/spacer/index.d.ts +2 -0
- package/dist/components/spacer/spacer.d.ts +17 -0
- package/dist/components/spacer/spacer.types.d.ts +11 -0
- package/dist/components/split-button/index.d.ts +2 -0
- package/dist/components/split-button/split-button.d.ts +18 -0
- package/dist/components/split-button/split-button.recipe.d.ts +21 -0
- package/dist/components/split-button/split-button.slots.d.ts +6 -0
- package/dist/components/split-button/split-button.types.d.ts +26 -0
- package/dist/components/stack/index.d.ts +1 -0
- package/dist/components/stack/stack.d.ts +16 -0
- package/dist/components/switch/index.d.ts +2 -0
- package/dist/components/switch/switch.d.ts +12 -0
- package/dist/components/switch/switch.recipe.d.ts +32 -0
- package/dist/components/switch/switch.slots.d.ts +6 -0
- package/dist/components/switch/switch.types.d.ts +19 -0
- package/dist/components/table/index.d.ts +1 -0
- package/dist/components/table/table.d.ts +8 -0
- package/dist/components/table/table.recipe.d.ts +121 -0
- package/dist/components/tabs/components/tabs.list.d.ts +10 -0
- package/dist/components/tabs/components/tabs.panel.d.ts +7 -0
- package/dist/components/tabs/components/tabs.panels.d.ts +10 -0
- package/dist/components/tabs/components/tabs.root.d.ts +12 -0
- package/dist/components/tabs/components/tabs.tab.d.ts +10 -0
- package/dist/components/tabs/index.d.ts +2 -0
- package/dist/components/tabs/tabs.d.ts +31 -0
- package/dist/components/tabs/tabs.recipe.d.ts +67 -0
- package/dist/components/tabs/tabs.slots.d.ts +58 -0
- package/dist/components/tabs/tabs.types.d.ts +112 -0
- package/dist/components/tag-group/components/tag-group.root.d.ts +9 -0
- package/dist/components/tag-group/components/tag-group.tag-list.d.ts +6 -0
- package/dist/components/tag-group/components/tag-group.tag.d.ts +2 -0
- package/dist/components/tag-group/index.d.ts +2 -0
- package/dist/components/tag-group/tag-group.d.ts +14 -0
- package/dist/components/tag-group/tag-group.recipe.d.ts +29 -0
- package/dist/components/tag-group/tag-group.slots.d.ts +7 -0
- package/dist/components/tag-group/tag-group.types.d.ts +27 -0
- package/dist/components/text/index.d.ts +1 -0
- package/dist/components/text/text.d.ts +16 -0
- package/dist/components/text-input/index.d.ts +2 -0
- package/dist/components/text-input/text-input.d.ts +12 -0
- package/dist/components/text-input/text-input.recipe.d.ts +54 -0
- package/dist/components/text-input/text-input.slots.d.ts +13 -0
- package/dist/components/text-input/text-input.types.d.ts +39 -0
- package/dist/components/time-input/index.d.ts +2 -0
- package/dist/components/time-input/time-input.d.ts +10 -0
- package/dist/components/time-input/time-input.recipe.d.ts +67 -0
- package/dist/components/time-input/time-input.slots.d.ts +24 -0
- package/dist/components/time-input/time-input.types.d.ts +21 -0
- package/dist/components/time-input.es.js +1 -1
- package/dist/components/toggle-button/index.d.ts +2 -0
- package/dist/components/toggle-button/toggle-button.d.ts +13 -0
- package/dist/components/toggle-button/toggle-button.recipe.d.ts +95 -0
- package/dist/components/toggle-button/toggle-button.slots.d.ts +17 -0
- package/dist/components/toggle-button/toggle-button.types.d.ts +28 -0
- package/dist/components/toggle-button-group/components/toggle-button-group.button.d.ts +2 -0
- package/dist/components/toggle-button-group/components/toggle-button-group.root.d.ts +9 -0
- package/dist/components/toggle-button-group/index.d.ts +2 -0
- package/dist/components/toggle-button-group/toggle-button-group.d.ts +12 -0
- package/dist/components/toggle-button-group/toggle-button-group.recipe.d.ts +54 -0
- package/dist/components/toggle-button-group/toggle-button-group.slots.d.ts +3 -0
- package/dist/components/toggle-button-group/toggle-button-group.types.d.ts +32 -0
- package/dist/components/toolbar/index.d.ts +2 -0
- package/dist/components/toolbar/toolbar.d.ts +2 -0
- package/dist/components/toolbar/toolbar.recipe.d.ts +34 -0
- package/dist/components/toolbar/toolbar.slots.d.ts +11 -0
- package/dist/components/toolbar/toolbar.types.d.ts +20 -0
- package/dist/components/tooltip/components/tooltip.content.d.ts +21 -0
- package/dist/components/tooltip/components/tooltip.root.d.ts +12 -0
- package/dist/components/tooltip/index.d.ts +3 -0
- package/dist/components/tooltip/make-element-focusable.d.ts +32 -0
- package/dist/components/tooltip/tooltip.d.ts +7 -0
- package/dist/components/tooltip/tooltip.recipe.d.ts +5 -0
- package/dist/components/tooltip/tooltip.slots.d.ts +7 -0
- package/dist/components/tooltip/tooltip.types.d.ts +9 -0
- package/dist/components/utils/index.d.ts +4 -0
- package/dist/components/utils/type-helpers.d.ts +29 -0
- package/dist/components/visually-hidden/index.d.ts +1 -0
- package/dist/components/visually-hidden/visually-hidden.d.ts +17 -0
- package/dist/hooks/index.d.ts +5 -0
- package/dist/hooks/use-color-mode/index.d.ts +1 -0
- package/dist/hooks/use-color-mode/use-color-mode.d.ts +31 -0
- package/dist/hooks/use-color-mode-value/index.d.ts +1 -0
- package/dist/hooks/use-color-mode-value/use-color-mode-value.d.ts +10 -0
- package/dist/hooks/use-color-scheme/index.d.ts +1 -0
- package/dist/hooks/use-color-scheme/use-color-scheme.d.ts +15 -0
- package/dist/hooks/use-copy-to-clipboard/index.d.ts +1 -0
- package/dist/hooks/use-copy-to-clipboard/use-copy-to-clipboard.d.ts +1 -0
- package/dist/hooks/use-hotkeys/index.d.ts +1 -0
- package/dist/hooks/use-hotkeys/use-hotkeys.d.ts +1 -0
- package/dist/index.d.ts +4 -347
- package/dist/index.es.js +4 -4
- package/dist/theme/animation-styles.d.ts +4 -0
- package/dist/theme/breakpoints.d.ts +5 -0
- package/dist/theme/conditions.d.ts +16 -0
- package/dist/theme/global-css.d.ts +1 -0
- package/dist/theme/index.d.ts +1 -0
- package/dist/theme/keyframes.d.ts +207 -0
- package/dist/theme/layer-styles.d.ts +4 -0
- package/dist/theme/recipes/index.d.ts +490 -0
- package/dist/theme/semantic-tokens/colors.d.ts +12478 -0
- package/dist/theme/semantic-tokens/index.d.ts +6262 -0
- package/dist/theme/semantic-tokens/radii.d.ts +1 -0
- package/dist/theme/semantic-tokens/shadows.d.ts +20 -0
- package/dist/theme/slot-recipes/index.d.ts +1489 -0
- package/dist/theme/text-styles.d.ts +4 -0
- package/dist/theme/tokens/animations.d.ts +14 -0
- package/dist/theme/tokens/aspect-ratios.d.ts +20 -0
- package/dist/theme/tokens/blurs.d.ts +26 -0
- package/dist/theme/tokens/borders.d.ts +14 -0
- package/dist/theme/tokens/colors.d.ts +168 -0
- package/dist/theme/tokens/cursor.d.ts +26 -0
- package/dist/theme/tokens/durations.d.ts +29 -0
- package/dist/theme/tokens/easings.d.ts +17 -0
- package/dist/theme/tokens/font-sizes.d.ts +44 -0
- package/dist/theme/tokens/font-weights.d.ts +29 -0
- package/dist/theme/tokens/fonts.d.ts +11 -0
- package/dist/theme/tokens/index.d.ts +1642 -0
- package/dist/theme/tokens/letter-spacings.d.ts +3 -0
- package/dist/theme/tokens/line-heights.d.ts +80 -0
- package/dist/theme/tokens/radii.d.ts +29 -0
- package/dist/theme/tokens/sizes.d.ts +278 -0
- package/dist/theme/tokens/spacing.d.ts +74 -0
- package/dist/theme/tokens/z-index.d.ts +41 -0
- package/dist/utils/extractStyleProps.d.ts +6 -0
- package/dist/utils/index.d.ts +3 -0
- package/dist/utils/noop.d.ts +12 -0
- package/dist/utils/slot-types.d.ts +22 -0
- package/package.json +1 -1
- package/dist/accordion.d.ts +0 -135
- package/dist/alert.d.ts +0 -172
- package/dist/badge.d.ts +0 -52
- package/dist/button.d.ts +0 -64
- package/dist/calendar.d.ts +0 -50
- package/dist/card.d.ts +0 -88
- package/dist/checkbox.d.ts +0 -54
- package/dist/code.d.ts +0 -25
- package/dist/collapsible-motion.d.ts +0 -125
- package/dist/combobox.d.ts +0 -236
- package/dist/components.d.ts +0 -299
- package/dist/data-table.d.ts +0 -302
- package/dist/date-input.d.ts +0 -51
- package/dist/date-picker.d.ts +0 -92
- package/dist/date-range-picker.d.ts +0 -73
- package/dist/dialog.d.ts +0 -499
- package/dist/draggable-list.d.ts +0 -331
- package/dist/drawer.d.ts +0 -590
- package/dist/flex.d.ts +0 -14
- package/dist/form-field.d.ts +0 -118
- package/dist/grid.d.ts +0 -35
- package/dist/group.d.ts +0 -38
- package/dist/icon-button.d.ts +0 -75
- package/dist/icon-toggle-button.d.ts +0 -67
- package/dist/icon.d.ts +0 -58
- package/dist/image.d.ts +0 -28
- package/dist/inline-svg.d.ts +0 -81
- package/dist/kbd.d.ts +0 -29
- package/dist/link.d.ts +0 -56
- package/dist/list.d.ts +0 -35
- package/dist/loading-spinner.d.ts +0 -53
- package/dist/localized-field.d.ts +0 -935
- package/dist/multiline-text-input.d.ts +0 -73
- package/dist/number-input.d.ts +0 -63
- package/dist/password-input.d.ts +0 -65
- package/dist/popover.d.ts +0 -34
- package/dist/progress-bar.d.ts +0 -96
- package/dist/radio-input.d.ts +0 -67
- package/dist/range-calendar.d.ts +0 -47
- package/dist/rich-text-input.d.ts +0 -82
- package/dist/search-input.d.ts +0 -56
- package/dist/select.d.ts +0 -246
- package/dist/separator.d.ts +0 -49
- package/dist/setup-jsdom-polyfills.d.ts +0 -10
- package/dist/simple-grid.d.ts +0 -35
- package/dist/spacer.d.ts +0 -41
- package/dist/split-button.d.ts +0 -99
- package/dist/stack.d.ts +0 -30
- package/dist/switch.d.ts +0 -44
- package/dist/table.d.ts +0 -14
- package/dist/tabs.d.ts +0 -213
- package/dist/tag-group.d.ts +0 -75
- package/dist/text-input.d.ts +0 -69
- package/dist/text.d.ts +0 -31
- package/dist/time-input.d.ts +0 -51
- package/dist/toggle-button-group.d.ts +0 -76
- package/dist/toggle-button.d.ts +0 -57
- package/dist/toolbar.d.ts +0 -40
- package/dist/tooltip.d.ts +0 -131
- package/dist/visually-hidden.d.ts +0 -31
package/dist/form-field.d.ts
DELETED
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
import { FormFieldDescriptionSlotProps as FormFieldDescriptionSlotProps_2 } from './form-field.types';
|
|
2
|
-
import { FormFieldErrorSlotProps as FormFieldErrorSlotProps_2 } from './form-field.types';
|
|
3
|
-
import { FormFieldInputSlotProps as FormFieldInputSlotProps_2 } from './form-field.types';
|
|
4
|
-
import { FormFieldLabelSlotProps as FormFieldLabelSlotProps_2 } from './form-field.types';
|
|
5
|
-
import { FormFieldProps as FormFieldProps_2 } from './form-field.types';
|
|
6
|
-
import { HTMLChakraProps } from '@chakra-ui/react';
|
|
7
|
-
import { JSX } from 'react/jsx-runtime';
|
|
8
|
-
import { ReactNode } from 'react';
|
|
9
|
-
import { SlotRecipeProps } from '@chakra-ui/react';
|
|
10
|
-
import { UnstyledProp } from '@chakra-ui/react';
|
|
11
|
-
|
|
12
|
-
export declare const FormField: {
|
|
13
|
-
Root: ({ ref: forwardedRef, id, isInvalid, isRequired, isDisabled, isReadOnly, children, ...props }: FormFieldProps_2) => JSX.Element;
|
|
14
|
-
Label: ({ children, ...labelSlotProps }: FormFieldLabelSlotProps_2) => null;
|
|
15
|
-
Input: ({ children, ...inputSlotProps }: FormFieldInputSlotProps_2) => null;
|
|
16
|
-
Description: ({ children, ...descriptionSlotProps }: FormFieldDescriptionSlotProps_2) => null;
|
|
17
|
-
Error: ({ children, ...errorSlotProps }: FormFieldErrorSlotProps_2) => null;
|
|
18
|
-
InfoBox: ({ children }: {
|
|
19
|
-
children: ReactNode;
|
|
20
|
-
}) => null;
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
export declare const _FormFieldDescription: ({ children, ...descriptionSlotProps }: FormFieldDescriptionSlotProps) => null;
|
|
24
|
-
|
|
25
|
-
export declare type FormFieldDescriptionSlotProps = HTMLChakraProps<"div">;
|
|
26
|
-
|
|
27
|
-
export declare const _FormFieldError: ({ children, ...errorSlotProps }: FormFieldErrorSlotProps) => null;
|
|
28
|
-
|
|
29
|
-
export declare type FormFieldErrorSlotProps = HTMLChakraProps<"div">;
|
|
30
|
-
|
|
31
|
-
export declare const _FormFieldInfoBox: ({ children }: FormFieldInfoBoxProps) => null;
|
|
32
|
-
|
|
33
|
-
declare type FormFieldInfoBoxProps = {
|
|
34
|
-
/**
|
|
35
|
-
* The content to display in the InfoBox
|
|
36
|
-
*/
|
|
37
|
-
children: ReactNode;
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
export declare const _FormFieldInput: ({ children, ...inputSlotProps }: FormFieldInputSlotProps) => null;
|
|
41
|
-
|
|
42
|
-
export declare type FormFieldInputSlotProps = HTMLChakraProps<"div">;
|
|
43
|
-
|
|
44
|
-
export declare const _FormFieldLabel: ({ children, ...labelSlotProps }: FormFieldLabelSlotProps) => null;
|
|
45
|
-
|
|
46
|
-
export declare type FormFieldLabelSlotProps = HTMLChakraProps<"div">;
|
|
47
|
-
|
|
48
|
-
export declare type FormFieldPopoverSlotProps = HTMLChakraProps<"div">;
|
|
49
|
-
|
|
50
|
-
export declare type FormFieldProps = FormFieldRootSlotProps & {
|
|
51
|
-
/**
|
|
52
|
-
* Form field content (label, input, description, error)
|
|
53
|
-
*/
|
|
54
|
-
children?: React.ReactNode;
|
|
55
|
-
/**
|
|
56
|
-
* Whether the field is required for form submission
|
|
57
|
-
* @default false
|
|
58
|
-
*/
|
|
59
|
-
isRequired?: boolean;
|
|
60
|
-
/**
|
|
61
|
-
* Whether the field has a validation error
|
|
62
|
-
* @default false
|
|
63
|
-
*/
|
|
64
|
-
isInvalid?: boolean;
|
|
65
|
-
/**
|
|
66
|
-
* Whether the field is disabled
|
|
67
|
-
* @default false
|
|
68
|
-
*/
|
|
69
|
-
isDisabled?: boolean;
|
|
70
|
-
/**
|
|
71
|
-
* Whether the field is read-only
|
|
72
|
-
* @default false
|
|
73
|
-
*/
|
|
74
|
-
isReadOnly?: boolean;
|
|
75
|
-
/**
|
|
76
|
-
* Unique identifier for the input element
|
|
77
|
-
*/
|
|
78
|
-
id?: string;
|
|
79
|
-
/**
|
|
80
|
-
* Ref forwarding to the root element
|
|
81
|
-
*/
|
|
82
|
-
ref?: React.Ref<HTMLDivElement>;
|
|
83
|
-
};
|
|
84
|
-
|
|
85
|
-
declare type FormFieldRecipeProps = {
|
|
86
|
-
/**
|
|
87
|
-
* Size variant of the form field
|
|
88
|
-
* @default "md"
|
|
89
|
-
*/
|
|
90
|
-
size?: SlotRecipeProps<"formField">["size"];
|
|
91
|
-
/**
|
|
92
|
-
* Layout direction for label and input positioning
|
|
93
|
-
* @default "column"
|
|
94
|
-
*/
|
|
95
|
-
direction?: SlotRecipeProps<"formField">["direction"];
|
|
96
|
-
};
|
|
97
|
-
|
|
98
|
-
/**
|
|
99
|
-
* # FormField
|
|
100
|
-
*
|
|
101
|
-
* displays miscellaneous inputs in a FormField context
|
|
102
|
-
*
|
|
103
|
-
* @see {@link https://nimbus-documentation.vercel.app/components/inputs/formfield}
|
|
104
|
-
*/
|
|
105
|
-
export declare const _FormFieldRoot: ({ ref: forwardedRef, id, isInvalid, isRequired, isDisabled, isReadOnly, children, ...props }: FormFieldProps) => JSX.Element;
|
|
106
|
-
|
|
107
|
-
export declare type FormFieldRootSlotProps = HTMLChakraProps<"div", FormFieldRecipeProps & UnstyledProp>;
|
|
108
|
-
|
|
109
|
-
export { }
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
declare module "slate" {
|
|
113
|
-
interface CustomTypes {
|
|
114
|
-
Editor: BaseEditor & ReactEditor & HistoryEditor;
|
|
115
|
-
Element: CustomElement;
|
|
116
|
-
Text: CustomText;
|
|
117
|
-
}
|
|
118
|
-
}
|
package/dist/grid.d.ts
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { ForwardRefExoticComponent } from 'react';
|
|
2
|
-
import { GridItemProps } from '@chakra-ui/react';
|
|
3
|
-
import { GridProps as GridProps_2 } from '@chakra-ui/react/grid';
|
|
4
|
-
import { JSX } from 'react/jsx-runtime';
|
|
5
|
-
import { RefAttributes } from 'react';
|
|
6
|
-
|
|
7
|
-
export declare const Grid: {
|
|
8
|
-
(props: GridProps): JSX.Element;
|
|
9
|
-
displayName: string;
|
|
10
|
-
} & {
|
|
11
|
-
Item: ForwardRefExoticComponent<GridItemProps & RefAttributes<HTMLDivElement>>;
|
|
12
|
-
};
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
* # Grid
|
|
16
|
-
*
|
|
17
|
-
* An easily customizable Grid component, re-exported from Chakra UI, that provides a consistent layout structure across different products.
|
|
18
|
-
*
|
|
19
|
-
* @see {@link https://nimbus-documentation.vercel.app/components/layout/grid}
|
|
20
|
-
*/
|
|
21
|
-
export declare type GridProps = GridProps_2 & {
|
|
22
|
-
children?: React.ReactNode;
|
|
23
|
-
ref?: React.Ref<HTMLDivElement>;
|
|
24
|
-
};
|
|
25
|
-
|
|
26
|
-
export { }
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
declare module "slate" {
|
|
30
|
-
interface CustomTypes {
|
|
31
|
-
Editor: BaseEditor & ReactEditor & HistoryEditor;
|
|
32
|
-
Element: CustomElement;
|
|
33
|
-
Text: CustomText;
|
|
34
|
-
}
|
|
35
|
-
}
|
package/dist/group.d.ts
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { Group as Group_2 } from 'react-aria-components';
|
|
3
|
-
import { GroupProps as GroupProps_2 } from 'react-aria-components';
|
|
4
|
-
import { HTMLChakraProps } from '@chakra-ui/react';
|
|
5
|
-
import { RecipeProps } from '@chakra-ui/react';
|
|
6
|
-
import { Ref } from 'react';
|
|
7
|
-
import { UnstyledProp } from '@chakra-ui/react';
|
|
8
|
-
|
|
9
|
-
declare type DefaultExcludedProps = "css" | "asChild" | "as" | "colorScheme";
|
|
10
|
-
|
|
11
|
-
export declare const Group: GroupComponent;
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* Type signature for the main Group component.
|
|
15
|
-
*/
|
|
16
|
-
export declare type GroupComponent = FC<GroupProps>;
|
|
17
|
-
|
|
18
|
-
export declare interface GroupProps extends Omit<GroupRootSlotProps, DefaultExcludedProps>, Pick<GroupProps_2, "isDisabled" | "isInvalid" | "onHoverChange" | "onHoverStart" | "onHoverEnd"> {
|
|
19
|
-
/**
|
|
20
|
-
* Ref forwarding to the root element
|
|
21
|
-
*/
|
|
22
|
-
ref?: Ref<typeof Group_2>;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
declare type GroupRecipeProps = RecipeProps<"group"> & UnstyledProp;
|
|
26
|
-
|
|
27
|
-
export declare type GroupRootSlotProps = HTMLChakraProps<"div", GroupRecipeProps>;
|
|
28
|
-
|
|
29
|
-
export { }
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
declare module "slate" {
|
|
33
|
-
interface CustomTypes {
|
|
34
|
-
Editor: BaseEditor & ReactEditor & HistoryEditor;
|
|
35
|
-
Element: CustomElement;
|
|
36
|
-
Text: CustomText;
|
|
37
|
-
}
|
|
38
|
-
}
|
package/dist/icon-button.d.ts
DELETED
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import { AriaButtonProps } from 'react-aria';
|
|
2
|
-
import { HTMLChakraProps } from '@chakra-ui/react';
|
|
3
|
-
import { JSX } from 'react/jsx-runtime';
|
|
4
|
-
import { RecipeProps } from '@chakra-ui/react';
|
|
5
|
-
import { UnstyledProp } from '@chakra-ui/react';
|
|
6
|
-
|
|
7
|
-
declare type ButtonProps = Omit<ButtonRootSlotProps, keyof AriaButtonProps> & AriaButtonProps & {
|
|
8
|
-
/**
|
|
9
|
-
* Data attributes for testing or custom metadata
|
|
10
|
-
*/
|
|
11
|
-
[key: `data-${string}`]: unknown;
|
|
12
|
-
/**
|
|
13
|
-
* Slot name for React Aria Components composition
|
|
14
|
-
*/
|
|
15
|
-
slot?: string | null | undefined;
|
|
16
|
-
/**
|
|
17
|
-
* Ref forwarding to the button element
|
|
18
|
-
*/
|
|
19
|
-
ref?: React.Ref<HTMLButtonElement>;
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
declare type ButtonRecipeProps = {
|
|
23
|
-
/**
|
|
24
|
-
* Size variant of the button
|
|
25
|
-
* @default "md"
|
|
26
|
-
*/
|
|
27
|
-
size?: RecipeProps<"button">["size"];
|
|
28
|
-
/**
|
|
29
|
-
* Visual style variant of the button
|
|
30
|
-
* @default "subtle"
|
|
31
|
-
*/
|
|
32
|
-
variant?: RecipeProps<"button">["variant"];
|
|
33
|
-
/**
|
|
34
|
-
* Color tone palette for the button
|
|
35
|
-
*/
|
|
36
|
-
tone?: RecipeProps<"button">["tone"];
|
|
37
|
-
} & UnstyledProp;
|
|
38
|
-
|
|
39
|
-
declare type ButtonRootSlotProps = Omit<HTMLChakraProps<"button", ButtonRecipeProps>, "slot"> & {
|
|
40
|
-
slot?: string | null | undefined;
|
|
41
|
-
};
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
* # IconButton
|
|
45
|
-
*
|
|
46
|
-
* displays a button with an icon only as child
|
|
47
|
-
*
|
|
48
|
-
* @see {@link https://nimbus-documentation.vercel.app/components/inputs/iconbutton}
|
|
49
|
-
*/
|
|
50
|
-
export declare const IconButton: {
|
|
51
|
-
(props: IconButtonProps): JSX.Element;
|
|
52
|
-
displayName: string;
|
|
53
|
-
};
|
|
54
|
-
|
|
55
|
-
export declare type IconButtonProps = ButtonProps & {
|
|
56
|
-
/**
|
|
57
|
-
* Required accessible label explaining the intended action
|
|
58
|
-
*/
|
|
59
|
-
"aria-label": string;
|
|
60
|
-
/**
|
|
61
|
-
* Ref forwarding to the button element
|
|
62
|
-
*/
|
|
63
|
-
ref?: React.Ref<HTMLButtonElement>;
|
|
64
|
-
};
|
|
65
|
-
|
|
66
|
-
export { }
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
declare module "slate" {
|
|
70
|
-
interface CustomTypes {
|
|
71
|
-
Editor: BaseEditor & ReactEditor & HistoryEditor;
|
|
72
|
-
Element: CustomElement;
|
|
73
|
-
Text: CustomText;
|
|
74
|
-
}
|
|
75
|
-
}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import { HTMLChakraProps } from '@chakra-ui/react';
|
|
2
|
-
import { JSX } from 'react/jsx-runtime';
|
|
3
|
-
import { RecipeProps } from '@chakra-ui/react';
|
|
4
|
-
import { ToggleButtonProps as ToggleButtonProps_2 } from 'react-aria-components';
|
|
5
|
-
|
|
6
|
-
declare type ExcludedProps = "css" | "colorScheme" | "recipe" | "as" | "asChild";
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
* # IconToggleButton
|
|
10
|
-
* ============================================================
|
|
11
|
-
* A toggle button with only an icon as child. It is based
|
|
12
|
-
* on the regular `ToggleButton` component, but with a few adjustments.
|
|
13
|
-
*
|
|
14
|
-
*/
|
|
15
|
-
export declare const IconToggleButton: {
|
|
16
|
-
({ "aria-label": ariaLabel, children, ref, ...props }: IconToggleButtonProps): JSX.Element;
|
|
17
|
-
displayName: string;
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
export declare type IconToggleButtonProps = Omit<ToggleButtonProps, "aria-label"> & {
|
|
21
|
-
/**
|
|
22
|
-
* Required accessible label for the icon button
|
|
23
|
-
*/
|
|
24
|
-
"aria-label": string;
|
|
25
|
-
/**
|
|
26
|
-
* Ref forwarding to the button element
|
|
27
|
-
*/
|
|
28
|
-
ref?: React.Ref<HTMLButtonElement>;
|
|
29
|
-
};
|
|
30
|
-
|
|
31
|
-
declare type ToggleButtonProps = Omit<ToggleButtonRootSlotProps, keyof ToggleButtonProps_2 | ExcludedProps> & ToggleButtonProps_2 & {
|
|
32
|
-
/**
|
|
33
|
-
* Ref forwarding to the button element
|
|
34
|
-
*/
|
|
35
|
-
ref?: React.Ref<HTMLButtonElement>;
|
|
36
|
-
};
|
|
37
|
-
|
|
38
|
-
declare type ToggleButtonRecipeProps = {
|
|
39
|
-
/**
|
|
40
|
-
* Size variant of the toggle button
|
|
41
|
-
* @default "md"
|
|
42
|
-
*/
|
|
43
|
-
size?: RecipeProps<"toggleButton">["size"];
|
|
44
|
-
/**
|
|
45
|
-
* Visual style variant of the toggle button
|
|
46
|
-
* @default "outline"
|
|
47
|
-
*/
|
|
48
|
-
variant?: RecipeProps<"toggleButton">["variant"];
|
|
49
|
-
/**
|
|
50
|
-
* Color tone palette for the toggle button
|
|
51
|
-
* @default "primary"
|
|
52
|
-
*/
|
|
53
|
-
tone?: RecipeProps<"toggleButton">["tone"];
|
|
54
|
-
};
|
|
55
|
-
|
|
56
|
-
declare type ToggleButtonRootSlotProps = HTMLChakraProps<"button", ToggleButtonRecipeProps>;
|
|
57
|
-
|
|
58
|
-
export { }
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
declare module "slate" {
|
|
62
|
-
interface CustomTypes {
|
|
63
|
-
Editor: BaseEditor & ReactEditor & HistoryEditor;
|
|
64
|
-
Element: CustomElement;
|
|
65
|
-
Text: CustomText;
|
|
66
|
-
}
|
|
67
|
-
}
|
package/dist/icon.d.ts
DELETED
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import { HTMLChakraProps } from '@chakra-ui/react';
|
|
2
|
-
import { JSX } from 'react/jsx-runtime';
|
|
3
|
-
import { RecipeProps } from '@chakra-ui/react';
|
|
4
|
-
import { UnstyledProp } from '@chakra-ui/react';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* # Icon
|
|
8
|
-
*
|
|
9
|
-
* displays icon components
|
|
10
|
-
*
|
|
11
|
-
* @see {@link https://nimbus-documentation.vercel.app/components/media/icon}
|
|
12
|
-
*/
|
|
13
|
-
export declare const Icon: {
|
|
14
|
-
(props: IconProps): JSX.Element;
|
|
15
|
-
displayName: string;
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export declare type IconProps = IconVariantProps & {
|
|
19
|
-
/**
|
|
20
|
-
* Accepts only a single child - an icon-component or SVG html-element.
|
|
21
|
-
* Alternatively, as shorthand, use the `as` property.
|
|
22
|
-
*/
|
|
23
|
-
children?: React.ReactNode;
|
|
24
|
-
/**
|
|
25
|
-
* Colors the icon, accepts a color token from the theme or a custom value
|
|
26
|
-
*/
|
|
27
|
-
color?: IconRootSlotProps["color"];
|
|
28
|
-
/**
|
|
29
|
-
* Accepts a React component to be rendered as the icon .
|
|
30
|
-
*/
|
|
31
|
-
as?: IconRootSlotProps["as"];
|
|
32
|
-
/**
|
|
33
|
-
* Ref to the icon element
|
|
34
|
-
*/
|
|
35
|
-
ref?: React.Ref<SVGSVGElement>;
|
|
36
|
-
/**
|
|
37
|
-
* The slot to render the icon in.
|
|
38
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/slot
|
|
39
|
-
*/
|
|
40
|
-
slot?: string | null | undefined;
|
|
41
|
-
};
|
|
42
|
-
|
|
43
|
-
declare type IconRecipeProps = RecipeProps<"icon"> & UnstyledProp;
|
|
44
|
-
|
|
45
|
-
export declare type IconRootSlotProps = HTMLChakraProps<"svg", IconRecipeProps>;
|
|
46
|
-
|
|
47
|
-
declare type IconVariantProps = Omit<IconRootSlotProps, keyof React.SVGProps<SVGSVGElement> | "css" | "unstyled" | "asChild" | "recipe">;
|
|
48
|
-
|
|
49
|
-
export { }
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
declare module "slate" {
|
|
53
|
-
interface CustomTypes {
|
|
54
|
-
Editor: BaseEditor & ReactEditor & HistoryEditor;
|
|
55
|
-
Element: CustomElement;
|
|
56
|
-
Text: CustomText;
|
|
57
|
-
}
|
|
58
|
-
}
|
package/dist/image.d.ts
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { ImageProps as ImageProps_2 } from '@chakra-ui/react/image';
|
|
2
|
-
import { JSX } from 'react/jsx-runtime';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* # Image
|
|
6
|
-
*
|
|
7
|
-
* A component to display images with support for fallback.
|
|
8
|
-
*
|
|
9
|
-
* @see {@link https://nimbus-documentation.vercel.app/components/media/image}
|
|
10
|
-
*/
|
|
11
|
-
declare const Image_2: {
|
|
12
|
-
(props: ImageProps): JSX.Element;
|
|
13
|
-
displayName: string;
|
|
14
|
-
};
|
|
15
|
-
export { Image_2 as Image }
|
|
16
|
-
|
|
17
|
-
export declare type ImageProps = ImageProps_2;
|
|
18
|
-
|
|
19
|
-
export { }
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
declare module "slate" {
|
|
23
|
-
interface CustomTypes {
|
|
24
|
-
Editor: BaseEditor & ReactEditor & HistoryEditor;
|
|
25
|
-
Element: CustomElement;
|
|
26
|
-
Text: CustomText;
|
|
27
|
-
}
|
|
28
|
-
}
|
package/dist/inline-svg.d.ts
DELETED
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
import { HTMLChakraProps } from '@chakra-ui/react';
|
|
2
|
-
import { JSX } from 'react/jsx-runtime';
|
|
3
|
-
import { RecipeProps } from '@chakra-ui/react';
|
|
4
|
-
import { Ref } from 'react';
|
|
5
|
-
import { UnstyledProp } from '@chakra-ui/react';
|
|
6
|
-
|
|
7
|
-
declare type IconProps = IconVariantProps & {
|
|
8
|
-
/**
|
|
9
|
-
* Accepts only a single child - an icon-component or SVG html-element.
|
|
10
|
-
* Alternatively, as shorthand, use the `as` property.
|
|
11
|
-
*/
|
|
12
|
-
children?: React.ReactNode;
|
|
13
|
-
/**
|
|
14
|
-
* Colors the icon, accepts a color token from the theme or a custom value
|
|
15
|
-
*/
|
|
16
|
-
color?: IconRootSlotProps["color"];
|
|
17
|
-
/**
|
|
18
|
-
* Accepts a React component to be rendered as the icon .
|
|
19
|
-
*/
|
|
20
|
-
as?: IconRootSlotProps["as"];
|
|
21
|
-
/**
|
|
22
|
-
* Ref to the icon element
|
|
23
|
-
*/
|
|
24
|
-
ref?: React.Ref<SVGSVGElement>;
|
|
25
|
-
/**
|
|
26
|
-
* The slot to render the icon in.
|
|
27
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/slot
|
|
28
|
-
*/
|
|
29
|
-
slot?: string | null | undefined;
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
declare type IconRecipeProps = RecipeProps<"icon"> & UnstyledProp;
|
|
33
|
-
|
|
34
|
-
declare type IconRootSlotProps = HTMLChakraProps<"svg", IconRecipeProps>;
|
|
35
|
-
|
|
36
|
-
declare type IconVariantProps = Omit<IconRootSlotProps, keyof React.SVGProps<SVGSVGElement> | "css" | "unstyled" | "asChild" | "recipe">;
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* # InlineSvg
|
|
40
|
-
*
|
|
41
|
-
* Renders arbitrary SVG markup as an icon with built-in XSS protection.
|
|
42
|
-
* The component sanitizes the provided SVG string to remove potentially
|
|
43
|
-
* dangerous elements and attributes before rendering.
|
|
44
|
-
*
|
|
45
|
-
* @example
|
|
46
|
-
* ```tsx
|
|
47
|
-
* <InlineSvg
|
|
48
|
-
* data='<svg viewBox="0 0 24 24"><path d="M12 2L2 7v10c0 5.55 3.84 10.74 9 12..."/></svg>'
|
|
49
|
-
* size="md"
|
|
50
|
-
* color="primary.9"
|
|
51
|
-
* />
|
|
52
|
-
* ```
|
|
53
|
-
*
|
|
54
|
-
* @see {@link https://nimbus-documentation.vercel.app/components/media/inline-svg}
|
|
55
|
-
*/
|
|
56
|
-
export declare const InlineSvg: {
|
|
57
|
-
(props: InlineSvgProps): JSX.Element | null;
|
|
58
|
-
displayName: string;
|
|
59
|
-
};
|
|
60
|
-
|
|
61
|
-
export declare type InlineSvgProps = Omit<IconProps, "children" | "as" | "asChild"> & {
|
|
62
|
-
/**
|
|
63
|
-
* SVG content as a string to be rendered inline
|
|
64
|
-
*/
|
|
65
|
-
data: string;
|
|
66
|
-
/**
|
|
67
|
-
* Ref forwarding to the SVG element
|
|
68
|
-
*/
|
|
69
|
-
ref?: Ref<SVGSVGElement>;
|
|
70
|
-
};
|
|
71
|
-
|
|
72
|
-
export { }
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
declare module "slate" {
|
|
76
|
-
interface CustomTypes {
|
|
77
|
-
Editor: BaseEditor & ReactEditor & HistoryEditor;
|
|
78
|
-
Element: CustomElement;
|
|
79
|
-
Text: CustomText;
|
|
80
|
-
}
|
|
81
|
-
}
|
package/dist/kbd.d.ts
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { default as default_2 } from 'react';
|
|
2
|
-
import { JSX } from 'react/jsx-runtime';
|
|
3
|
-
import { KbdProps as KbdProps_2 } from '@chakra-ui/react/kbd';
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* # Kbd
|
|
7
|
-
*
|
|
8
|
-
* Renders a keyboard shortcut or key combination, styled for visual clarity.
|
|
9
|
-
* Typically used to visually represent keyboard keys.
|
|
10
|
-
*
|
|
11
|
-
* @see {@link https://nimbus-documentation.vercel.app/components/typography/kbd}
|
|
12
|
-
*/
|
|
13
|
-
export declare const Kbd: ({ ref: forwardedRef, slot, ...props }: KbdProps) => JSX.Element;
|
|
14
|
-
|
|
15
|
-
export declare type KbdProps = Omit<KbdProps_2, "slot"> & {
|
|
16
|
-
ref?: default_2.Ref<HTMLElement>;
|
|
17
|
-
slot?: string | null | undefined;
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
export { }
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
declare module "slate" {
|
|
24
|
-
interface CustomTypes {
|
|
25
|
-
Editor: BaseEditor & ReactEditor & HistoryEditor;
|
|
26
|
-
Element: CustomElement;
|
|
27
|
-
Text: CustomText;
|
|
28
|
-
}
|
|
29
|
-
}
|
package/dist/link.d.ts
DELETED
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { AriaLinkOptions } from 'react-aria';
|
|
2
|
-
import { HTMLChakraProps } from '@chakra-ui/react';
|
|
3
|
-
import { JSX } from 'react/jsx-runtime';
|
|
4
|
-
import { RecipeProps } from '@chakra-ui/react';
|
|
5
|
-
import { UnstyledProp } from '@chakra-ui/react';
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* # Link
|
|
9
|
-
*
|
|
10
|
-
* To allow a user to navigate to a different page or resource
|
|
11
|
-
*
|
|
12
|
-
* @see {@link https://nimbus-documentation.vercel.app/components/navigation/link}
|
|
13
|
-
*/
|
|
14
|
-
export declare const Link: {
|
|
15
|
-
(props: LinkProps): JSX.Element;
|
|
16
|
-
displayName: string;
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
export declare type LinkProps = LinkVariantProps & {
|
|
20
|
-
/**
|
|
21
|
-
* Content to display inside the link
|
|
22
|
-
*/
|
|
23
|
-
children?: React.ReactNode;
|
|
24
|
-
/**
|
|
25
|
-
* Ref forwarding to the anchor element
|
|
26
|
-
*/
|
|
27
|
-
ref?: React.Ref<HTMLAnchorElement>;
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
declare type LinkRecipeProps = {
|
|
31
|
-
/**
|
|
32
|
-
* Size variant of the link
|
|
33
|
-
*/
|
|
34
|
-
size?: RecipeProps<"link">["size"];
|
|
35
|
-
/**
|
|
36
|
-
* Font color variant of the link
|
|
37
|
-
*/
|
|
38
|
-
fontColor?: RecipeProps<"link">["fontColor"];
|
|
39
|
-
} & UnstyledProp;
|
|
40
|
-
|
|
41
|
-
export declare type LinkRootSlotProps = HTMLChakraProps<"a", LinkRecipeProps>;
|
|
42
|
-
|
|
43
|
-
declare type LinkVariantProps = Omit<LinkRootSlotProps, "onFocus" | "onBlur" | "onClick"> & Pick<AriaLinkOptions, "onFocus" | "onBlur" | "onClick"> & {
|
|
44
|
-
[key: `data-${string}`]: string;
|
|
45
|
-
};
|
|
46
|
-
|
|
47
|
-
export { }
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
declare module "slate" {
|
|
51
|
-
interface CustomTypes {
|
|
52
|
-
Editor: BaseEditor & ReactEditor & HistoryEditor;
|
|
53
|
-
Element: CustomElement;
|
|
54
|
-
Text: CustomText;
|
|
55
|
-
}
|
|
56
|
-
}
|
package/dist/list.d.ts
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { ForwardRefExoticComponent } from 'react';
|
|
2
|
-
import { List as List_2 } from '@chakra-ui/react/list';
|
|
3
|
-
import { ListIndicatorProps } from '@chakra-ui/react';
|
|
4
|
-
import { RefAttributes } from 'react';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* # List
|
|
8
|
-
*
|
|
9
|
-
* displays a list
|
|
10
|
-
*
|
|
11
|
-
* @see {@link https://nimbus-documentation.vercel.app/components/typography/list}
|
|
12
|
-
* @experimental This component is experimental and may change or be removed in future versions.
|
|
13
|
-
*/
|
|
14
|
-
export declare const List: {
|
|
15
|
-
Root: ForwardRefExoticComponent<List_2.RootProps & RefAttributes<HTMLUListElement>>;
|
|
16
|
-
Item: ForwardRefExoticComponent<List_2.ItemProps & RefAttributes<HTMLLIElement>>;
|
|
17
|
-
Indicator: ForwardRefExoticComponent<ListIndicatorProps & RefAttributes<HTMLSpanElement>>;
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
export declare const _ListIndicator: ForwardRefExoticComponent<ListIndicatorProps & RefAttributes<HTMLSpanElement>>;
|
|
21
|
-
|
|
22
|
-
export declare const _ListItem: ForwardRefExoticComponent<List_2.ItemProps & RefAttributes<HTMLLIElement>>;
|
|
23
|
-
|
|
24
|
-
export declare const _ListRoot: ForwardRefExoticComponent<List_2.RootProps & RefAttributes<HTMLUListElement>>;
|
|
25
|
-
|
|
26
|
-
export { }
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
declare module "slate" {
|
|
30
|
-
interface CustomTypes {
|
|
31
|
-
Editor: BaseEditor & ReactEditor & HistoryEditor;
|
|
32
|
-
Element: CustomElement;
|
|
33
|
-
Text: CustomText;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { HTMLChakraProps } from '@chakra-ui/react';
|
|
2
|
-
import { JSX } from 'react/jsx-runtime';
|
|
3
|
-
import { RecipeProps } from '@chakra-ui/react';
|
|
4
|
-
import { UnstyledProp } from '@chakra-ui/react';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* # LoadingSpinner
|
|
8
|
-
*
|
|
9
|
-
* Indicates ongoing processes or loading states
|
|
10
|
-
*
|
|
11
|
-
* @see {@link https://nimbus-documentation.vercel.app/components/feedback/loadingspinner}
|
|
12
|
-
*/
|
|
13
|
-
export declare const LoadingSpinner: {
|
|
14
|
-
(props: LoadingSpinnerProps): JSX.Element;
|
|
15
|
-
displayName: string;
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export declare type LoadingSpinnerProps = LoadingSpinnerVariantProps & {
|
|
19
|
-
/**
|
|
20
|
-
* Ref forwarding to the root element
|
|
21
|
-
*/
|
|
22
|
-
ref?: React.Ref<HTMLDivElement>;
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
declare type LoadingSpinnerRecipeProps = {
|
|
26
|
-
/**
|
|
27
|
-
* Size variant of the loading spinner
|
|
28
|
-
* @default "sm"
|
|
29
|
-
*/
|
|
30
|
-
size?: RecipeProps<"loadingSpinner">["size"];
|
|
31
|
-
/**
|
|
32
|
-
* Color tone palette for the loading spinner
|
|
33
|
-
* @default "primary"
|
|
34
|
-
*/
|
|
35
|
-
tone?: RecipeProps<"loadingSpinner">["tone"];
|
|
36
|
-
} & UnstyledProp;
|
|
37
|
-
|
|
38
|
-
export declare type LoadingSpinnerRootSlotProps = Omit<HTMLChakraProps<"div", LoadingSpinnerRecipeProps>, "as" | "asChild">;
|
|
39
|
-
|
|
40
|
-
declare type LoadingSpinnerVariantProps = LoadingSpinnerRootSlotProps & {
|
|
41
|
-
[key: `data-${string}`]: string;
|
|
42
|
-
};
|
|
43
|
-
|
|
44
|
-
export { }
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
declare module "slate" {
|
|
48
|
-
interface CustomTypes {
|
|
49
|
-
Editor: BaseEditor & ReactEditor & HistoryEditor;
|
|
50
|
-
Element: CustomElement;
|
|
51
|
-
Text: CustomText;
|
|
52
|
-
}
|
|
53
|
-
}
|