@choco-vanille/ui 1.2.0 → 1.3.1-dev.1
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/README.md +14 -17
- package/dist/components/_common/rotating-chevron/styles/RotatingChevron.css.cjs +1 -1
- package/dist/components/_common/rotating-chevron/styles/RotatingChevron.css.js +1 -1
- package/dist/components/actions/_shared/buttons/styles/buttonShared.css.cjs +1 -1
- package/dist/components/actions/_shared/buttons/styles/buttonShared.css.js +1 -1
- package/dist/components/actions/button/styles/Button.css.cjs +1 -1
- package/dist/components/actions/button/styles/Button.css.js +1 -1
- package/dist/components/actions/icon-button/IconButton.cjs +1 -1
- package/dist/components/actions/icon-button/IconButton.cjs.map +1 -1
- package/dist/components/actions/icon-button/IconButton.js +22 -21
- package/dist/components/actions/icon-button/IconButton.js.map +1 -1
- package/dist/components/actions/icon-button/styles/IconButton.css.cjs +1 -1
- package/dist/components/actions/icon-button/styles/IconButton.css.js +1 -1
- package/dist/components/actions/icon-button/types/IconButton.props.d.ts +9 -3
- package/dist/components/actions/toggle/Toggle.cjs +1 -1
- package/dist/components/actions/toggle/Toggle.cjs.map +1 -1
- package/dist/components/actions/toggle/Toggle.js +26 -25
- package/dist/components/actions/toggle/Toggle.js.map +1 -1
- package/dist/components/actions/toggle/styles/Toggle.css.cjs +1 -1
- package/dist/components/actions/toggle/styles/Toggle.css.d.ts +6 -0
- package/dist/components/actions/toggle/styles/Toggle.css.js +4 -4
- package/dist/components/actions/toggle/types/Toggle.props.d.ts +2 -0
- package/dist/components/actions/toggle-group/components/toggle-group-item/ToggleGroupItem.cjs +1 -1
- package/dist/components/actions/toggle-group/components/toggle-group-item/ToggleGroupItem.cjs.map +1 -1
- package/dist/components/actions/toggle-group/components/toggle-group-item/ToggleGroupItem.js +26 -25
- package/dist/components/actions/toggle-group/components/toggle-group-item/ToggleGroupItem.js.map +1 -1
- package/dist/components/actions/toggle-group/components/toggle-group-item/types/ToggleGroupItem.props.d.ts +1 -0
- package/dist/components/actions/toggle-group/styles/ToggleGroup.css.cjs +1 -1
- package/dist/components/actions/toggle-group/styles/ToggleGroup.css.js +1 -1
- package/dist/components/data-display/_shared/utils/extractText.utils.cjs +2 -0
- package/dist/components/data-display/_shared/utils/extractText.utils.cjs.map +1 -0
- package/dist/components/data-display/_shared/utils/extractText.utils.d.ts +2 -0
- package/dist/components/data-display/_shared/utils/extractText.utils.js +6 -0
- package/dist/components/data-display/_shared/utils/extractText.utils.js.map +1 -0
- package/dist/components/data-display/avatar/components/avatar-fallback/AvatarFallback.cjs +1 -1
- package/dist/components/data-display/avatar/components/avatar-fallback/AvatarFallback.js +1 -1
- package/dist/components/data-display/avatar/components/avatar-fallback/styles/AvatarFallback.css.cjs +1 -1
- package/dist/components/data-display/avatar/components/avatar-fallback/styles/AvatarFallback.css.js +1 -1
- package/dist/components/data-display/avatar/components/avatar-image/styles/AvatarImage.css.cjs +1 -1
- package/dist/components/data-display/avatar/components/avatar-image/styles/AvatarImage.css.js +1 -1
- package/dist/components/data-display/avatar/components/avatar-root/styles/AvatarRoot.css.cjs +1 -1
- package/dist/components/data-display/avatar/components/avatar-root/styles/AvatarRoot.css.js +1 -1
- package/dist/components/data-display/avatar/components/avatar-status/styles/AvatarStatus.css.cjs +1 -1
- package/dist/components/data-display/avatar/components/avatar-status/styles/AvatarStatus.css.js +1 -1
- package/dist/components/data-display/badge/constants/badgeVariants.const.d.ts +1 -1
- package/dist/components/data-display/badge/styles/Badge.css.cjs +1 -1
- package/dist/components/data-display/badge/styles/Badge.css.js +1 -1
- package/dist/components/data-display/index.d.ts +1 -0
- package/dist/components/data-display/markdown-renderer/constants/markdownAllowedElements.const.d.ts +1 -0
- package/dist/components/data-display/rich-text-renderer/RichTextRenderer.cjs +2 -0
- package/dist/components/data-display/rich-text-renderer/RichTextRenderer.cjs.map +1 -0
- package/dist/components/data-display/rich-text-renderer/RichTextRenderer.d.ts +4 -0
- package/dist/components/data-display/rich-text-renderer/RichTextRenderer.js +26 -0
- package/dist/components/data-display/rich-text-renderer/RichTextRenderer.js.map +1 -0
- package/dist/components/data-display/rich-text-renderer/index.d.ts +3 -0
- package/dist/components/data-display/rich-text-renderer/styles/RichTextRenderer.css.cjs +2 -0
- package/dist/components/data-display/rich-text-renderer/styles/RichTextRenderer.css.cjs.map +1 -0
- package/dist/components/data-display/rich-text-renderer/styles/RichTextRenderer.css.d.ts +1 -0
- package/dist/components/data-display/rich-text-renderer/styles/RichTextRenderer.css.js +7 -0
- package/dist/components/data-display/rich-text-renderer/styles/RichTextRenderer.css.js.map +1 -0
- package/dist/components/data-display/rich-text-renderer/types/RichTextRenderer.props.d.ts +7 -0
- package/dist/components/data-display/rich-text-renderer/types/index.d.ts +1 -0
- package/dist/components/data-display/rich-text-renderer/utils/renderRichTextNodes.utils.cjs +2 -0
- package/dist/components/data-display/rich-text-renderer/utils/renderRichTextNodes.utils.cjs.map +1 -0
- package/dist/components/data-display/rich-text-renderer/utils/renderRichTextNodes.utils.d.ts +3 -0
- package/dist/components/data-display/rich-text-renderer/utils/renderRichTextNodes.utils.js +112 -0
- package/dist/components/data-display/rich-text-renderer/utils/renderRichTextNodes.utils.js.map +1 -0
- package/dist/components/data-display/table/components/table-body/styles/TableBody.css.cjs +1 -1
- package/dist/components/data-display/table/components/table-body/styles/TableBody.css.js +1 -1
- package/dist/components/data-display/table/components/table-caption/styles/TableCaption.css.cjs +1 -1
- package/dist/components/data-display/table/components/table-caption/styles/TableCaption.css.js +1 -1
- package/dist/components/data-display/table/components/table-cell/styles/TableCell.css.cjs +1 -1
- package/dist/components/data-display/table/components/table-cell/styles/TableCell.css.js +1 -1
- package/dist/components/data-display/table/components/table-footer/styles/TableFooter.css.cjs +1 -1
- package/dist/components/data-display/table/components/table-footer/styles/TableFooter.css.js +1 -1
- package/dist/components/data-display/table/components/table-head/styles/TableHead.css.cjs +1 -1
- package/dist/components/data-display/table/components/table-head/styles/TableHead.css.js +1 -1
- package/dist/components/data-display/table/components/table-header/styles/TableHeader.css.cjs +1 -1
- package/dist/components/data-display/table/components/table-header/styles/TableHeader.css.js +1 -1
- package/dist/components/data-display/table/components/table-row/styles/TableRow.css.cjs +1 -1
- package/dist/components/data-display/table/components/table-row/styles/TableRow.css.js +1 -1
- package/dist/components/data-display/table/styles/Table.css.cjs +1 -1
- package/dist/components/data-display/table/styles/Table.css.js +1 -1
- package/dist/components/feedback/callout/components/callout-icon/styles/CalloutIcon.css.cjs +1 -1
- package/dist/components/feedback/callout/components/callout-icon/styles/CalloutIcon.css.js +1 -1
- package/dist/components/feedback/callout/styles/Callout.css.cjs +1 -1
- package/dist/components/feedback/callout/styles/Callout.css.js +1 -1
- package/dist/components/feedback/empty-state/EmptyState.cjs +2 -0
- package/dist/components/feedback/empty-state/EmptyState.cjs.map +1 -0
- package/dist/components/feedback/empty-state/EmptyState.d.ts +4 -0
- package/dist/components/feedback/empty-state/EmptyState.js +64 -0
- package/dist/components/feedback/empty-state/EmptyState.js.map +1 -0
- package/dist/components/feedback/empty-state/index.d.ts +3 -0
- package/dist/components/feedback/empty-state/styles/EmptyState.css.cjs +2 -0
- package/dist/components/feedback/empty-state/styles/EmptyState.css.cjs.map +1 -0
- package/dist/components/feedback/empty-state/styles/EmptyState.css.d.ts +5 -0
- package/dist/components/feedback/empty-state/styles/EmptyState.css.js +7 -0
- package/dist/components/feedback/empty-state/styles/EmptyState.css.js.map +1 -0
- package/dist/components/feedback/empty-state/types/EmptyState.props.d.ts +10 -0
- package/dist/components/feedback/empty-state/types/index.d.ts +1 -0
- package/dist/components/feedback/index.d.ts +2 -0
- package/dist/components/feedback/progress/styles/Progress.css.cjs +1 -1
- package/dist/components/feedback/progress/styles/Progress.css.js +1 -1
- package/dist/components/feedback/skeleton/styles/Skeleton.css.cjs +1 -1
- package/dist/components/feedback/skeleton/styles/Skeleton.css.js +1 -1
- package/dist/components/feedback/spinner/Spinner.cjs +2 -0
- package/dist/components/feedback/spinner/Spinner.cjs.map +1 -0
- package/dist/components/feedback/spinner/Spinner.d.ts +4 -0
- package/dist/components/feedback/spinner/Spinner.js +25 -0
- package/dist/components/feedback/spinner/Spinner.js.map +1 -0
- package/dist/components/feedback/spinner/constants/index.d.ts +1 -0
- package/dist/components/feedback/spinner/constants/spinnerColors.const.cjs +2 -0
- package/dist/components/feedback/spinner/constants/spinnerColors.const.cjs.map +1 -0
- package/dist/components/feedback/spinner/constants/spinnerColors.const.d.ts +10 -0
- package/dist/components/feedback/spinner/constants/spinnerColors.const.js +14 -0
- package/dist/components/feedback/spinner/constants/spinnerColors.const.js.map +1 -0
- package/dist/components/feedback/spinner/index.d.ts +5 -0
- package/dist/components/feedback/spinner/styles/Spinner.css.cjs +2 -0
- package/dist/components/feedback/spinner/styles/Spinner.css.cjs.map +1 -0
- package/dist/components/feedback/spinner/styles/Spinner.css.d.ts +32 -0
- package/dist/components/feedback/spinner/styles/Spinner.css.js +20 -0
- package/dist/components/feedback/spinner/styles/Spinner.css.js.map +1 -0
- package/dist/components/feedback/spinner/types/Spinner.props.d.ts +8 -0
- package/dist/components/feedback/spinner/types/Spinner.types.d.ts +5 -0
- package/dist/components/feedback/spinner/types/index.d.ts +2 -0
- package/dist/components/feedback/toast/Toast.cjs +1 -1
- package/dist/components/feedback/toast/Toast.js +1 -1
- package/dist/components/feedback/toast/ToastProvider.cjs +2 -0
- package/dist/components/feedback/toast/ToastProvider.cjs.map +1 -0
- package/dist/components/feedback/toast/ToastProvider.d.ts +6 -0
- package/dist/components/feedback/toast/ToastProvider.js +50 -0
- package/dist/components/feedback/toast/ToastProvider.js.map +1 -0
- package/dist/components/feedback/toast/components/toast-actions/styles/ToastActions.css.cjs +1 -1
- package/dist/components/feedback/toast/components/toast-actions/styles/ToastActions.css.js +1 -1
- package/dist/components/feedback/toast/components/toast-close/ToastClose.cjs +1 -1
- package/dist/components/feedback/toast/components/toast-close/ToastClose.cjs.map +1 -1
- package/dist/components/feedback/toast/components/toast-close/ToastClose.js +8 -8
- package/dist/components/feedback/toast/components/toast-close/ToastClose.js.map +1 -1
- package/dist/components/feedback/toast/components/toast-close/styles/ToastClose.css.cjs +1 -1
- package/dist/components/feedback/toast/components/toast-close/styles/ToastClose.css.js +1 -1
- package/dist/components/feedback/toast/components/toast-description/styles/ToastDescription.css.cjs +1 -1
- package/dist/components/feedback/toast/components/toast-description/styles/ToastDescription.css.js +1 -1
- package/dist/components/feedback/toast/components/toast-icon/styles/ToastIcon.css.cjs +1 -1
- package/dist/components/feedback/toast/components/toast-icon/styles/ToastIcon.css.js +1 -1
- package/dist/components/feedback/toast/components/toast-title/styles/ToastTitle.css.cjs +1 -1
- package/dist/components/feedback/toast/components/toast-title/styles/ToastTitle.css.js +1 -1
- package/dist/components/feedback/toast/constants/index.cjs.map +1 -1
- package/dist/components/feedback/toast/constants/index.d.ts +2 -0
- package/dist/components/feedback/toast/constants/index.js.map +1 -1
- package/dist/components/feedback/toast/constants/toastChannels.const.cjs +2 -0
- package/dist/components/feedback/toast/constants/toastChannels.const.cjs.map +1 -0
- package/dist/components/feedback/toast/constants/toastChannels.const.d.ts +4 -0
- package/dist/components/feedback/toast/constants/toastChannels.const.js +8 -0
- package/dist/components/feedback/toast/constants/toastChannels.const.js.map +1 -0
- package/dist/components/feedback/toast/constants/toastDimensions.const.cjs +2 -0
- package/dist/components/feedback/toast/constants/toastDimensions.const.cjs.map +1 -0
- package/dist/components/feedback/toast/constants/toastDimensions.const.d.ts +1 -0
- package/dist/components/feedback/toast/constants/toastDimensions.const.js +5 -0
- package/dist/components/feedback/toast/constants/toastDimensions.const.js.map +1 -0
- package/dist/components/feedback/toast/index.d.ts +2 -0
- package/dist/components/feedback/toast/styles/Toast.css.cjs +1 -1
- package/dist/components/feedback/toast/styles/Toast.css.js +1 -1
- package/dist/components/feedback/toast/types/ToastProvider.props.d.ts +2 -0
- package/dist/components/forms/_shared/components/helper-text/HelperText.css.cjs +1 -1
- package/dist/components/forms/_shared/components/helper-text/HelperText.css.js +1 -1
- package/dist/components/forms/_shared/styles/checkboxVisual.css.cjs +1 -1
- package/dist/components/forms/_shared/styles/checkboxVisual.css.js +1 -1
- package/dist/components/forms/_shared/styles/radioVisual.css.cjs +1 -1
- package/dist/components/forms/_shared/styles/radioVisual.css.js +1 -1
- package/dist/components/forms/autocomplete/Autocomplete.cjs +1 -1
- package/dist/components/forms/autocomplete/Autocomplete.js +1 -1
- package/dist/components/forms/autocomplete/components/autocomplete-clear/AutocompleteClear.cjs +1 -1
- package/dist/components/forms/autocomplete/components/autocomplete-clear/AutocompleteClear.cjs.map +1 -1
- package/dist/components/forms/autocomplete/components/autocomplete-clear/AutocompleteClear.js +14 -5
- package/dist/components/forms/autocomplete/components/autocomplete-clear/AutocompleteClear.js.map +1 -1
- package/dist/components/forms/autocomplete/components/autocomplete-content/AutocompleteContent.cjs +1 -1
- package/dist/components/forms/autocomplete/components/autocomplete-content/AutocompleteContent.cjs.map +1 -1
- package/dist/components/forms/autocomplete/components/autocomplete-content/AutocompleteContent.context.cjs +2 -0
- package/dist/components/forms/autocomplete/components/autocomplete-content/AutocompleteContent.context.cjs.map +1 -0
- package/dist/components/forms/autocomplete/components/autocomplete-content/AutocompleteContent.context.d.ts +2 -0
- package/dist/components/forms/autocomplete/components/autocomplete-content/AutocompleteContent.context.js +8 -0
- package/dist/components/forms/autocomplete/components/autocomplete-content/AutocompleteContent.context.js.map +1 -0
- package/dist/components/forms/autocomplete/components/autocomplete-content/AutocompleteContent.js +15 -15
- package/dist/components/forms/autocomplete/components/autocomplete-content/AutocompleteContent.js.map +1 -1
- package/dist/components/forms/autocomplete/components/autocomplete-content/styles/AutocompleteContent.css.cjs +1 -1
- package/dist/components/forms/autocomplete/components/autocomplete-content/styles/AutocompleteContent.css.js +1 -1
- package/dist/components/forms/autocomplete/components/autocomplete-field/AutocompleteField.cjs +1 -1
- package/dist/components/forms/autocomplete/components/autocomplete-field/AutocompleteField.js +1 -1
- package/dist/components/forms/autocomplete/components/autocomplete-input/AutocompleteInput.cjs +1 -1
- package/dist/components/forms/autocomplete/components/autocomplete-input/AutocompleteInput.js +1 -1
- package/dist/components/forms/autocomplete/components/autocomplete-input/styles/AutocompleteInput.css.cjs +1 -1
- package/dist/components/forms/autocomplete/components/autocomplete-input/styles/AutocompleteInput.css.js +1 -1
- package/dist/components/forms/autocomplete/components/autocomplete-item/styles/AutocompleteItem.css.cjs +1 -1
- package/dist/components/forms/autocomplete/components/autocomplete-item/styles/AutocompleteItem.css.js +1 -1
- package/dist/components/forms/autocomplete/components/autocomplete-list/AutocompleteList.cjs +1 -1
- package/dist/components/forms/autocomplete/components/autocomplete-list/AutocompleteList.cjs.map +1 -1
- package/dist/components/forms/autocomplete/components/autocomplete-list/AutocompleteList.js +17 -4
- package/dist/components/forms/autocomplete/components/autocomplete-list/AutocompleteList.js.map +1 -1
- package/dist/components/forms/autocomplete/components/autocomplete-separator/styles/AutocompleteSeparator.css.cjs +1 -1
- package/dist/components/forms/autocomplete/components/autocomplete-separator/styles/AutocompleteSeparator.css.js +1 -1
- package/dist/components/forms/autocomplete/components/autocomplete-trigger/styles/AutocompleteTrigger.css.cjs +1 -1
- package/dist/components/forms/autocomplete/components/autocomplete-trigger/styles/AutocompleteTrigger.css.js +1 -1
- package/dist/components/forms/autocomplete/components/autocomplete-trigger/types/AutocompleteTrigger.props.d.ts +2 -1
- package/dist/components/forms/autocomplete/styles/Autocomplete.css.cjs +1 -1
- package/dist/components/forms/autocomplete/styles/Autocomplete.css.js +1 -1
- package/dist/components/forms/calendar/Calendar.cjs +1 -1
- package/dist/components/forms/calendar/Calendar.js +1 -1
- package/dist/components/forms/calendar/components/calendar-caption/styles/CalendarCaption.css.cjs +1 -1
- package/dist/components/forms/calendar/components/calendar-caption/styles/CalendarCaption.css.js +1 -1
- package/dist/components/forms/calendar/components/calendar-month-view/components/calendar-month-button/CalendarMonthButton.cjs +1 -1
- package/dist/components/forms/calendar/components/calendar-month-view/components/calendar-month-button/CalendarMonthButton.cjs.map +1 -1
- package/dist/components/forms/calendar/components/calendar-month-view/components/calendar-month-button/CalendarMonthButton.js +43 -3
- package/dist/components/forms/calendar/components/calendar-month-view/components/calendar-month-button/CalendarMonthButton.js.map +1 -1
- package/dist/components/forms/calendar/components/calendar-month-view/styles/CalendarMonthView.css.cjs +1 -1
- package/dist/components/forms/calendar/components/calendar-month-view/styles/CalendarMonthView.css.js +1 -1
- package/dist/components/forms/calendar/components/calendar-year-view/components/calendar-year-button/CalendarYearButton.cjs +1 -1
- package/dist/components/forms/calendar/components/calendar-year-view/components/calendar-year-button/CalendarYearButton.cjs.map +1 -1
- package/dist/components/forms/calendar/components/calendar-year-view/components/calendar-year-button/CalendarYearButton.js +43 -3
- package/dist/components/forms/calendar/components/calendar-year-view/components/calendar-year-button/CalendarYearButton.js.map +1 -1
- package/dist/components/forms/calendar/components/calendar-year-view/styles/CalendarYearView.css.cjs +1 -1
- package/dist/components/forms/calendar/components/calendar-year-view/styles/CalendarYearView.css.js +1 -1
- package/dist/components/forms/calendar/styles/calendarDayButton.css.cjs +1 -1
- package/dist/components/forms/calendar/styles/calendarDayButton.css.js +1 -1
- package/dist/components/forms/calendar/styles/calendarGrid.css.cjs +1 -1
- package/dist/components/forms/calendar/styles/calendarGrid.css.js +1 -1
- package/dist/components/forms/calendar/styles/calendarRoot.css.cjs +1 -1
- package/dist/components/forms/calendar/styles/calendarRoot.css.js +1 -1
- package/dist/components/forms/checkbox/Checkbox.cjs +1 -1
- package/dist/components/forms/checkbox/Checkbox.cjs.map +1 -1
- package/dist/components/forms/checkbox/Checkbox.js +52 -32
- package/dist/components/forms/checkbox/Checkbox.js.map +1 -1
- package/dist/components/forms/checkbox/styles/Checkbox.css.cjs +1 -1
- package/dist/components/forms/checkbox/styles/Checkbox.css.d.ts +2 -0
- package/dist/components/forms/checkbox/styles/Checkbox.css.js +3 -3
- package/dist/components/forms/checkbox-group/CheckboxGroup.cjs +2 -0
- package/dist/components/forms/checkbox-group/CheckboxGroup.cjs.map +1 -0
- package/dist/components/forms/checkbox-group/CheckboxGroup.d.ts +18 -0
- package/dist/components/forms/checkbox-group/CheckboxGroup.js +52 -0
- package/dist/components/forms/checkbox-group/CheckboxGroup.js.map +1 -0
- package/dist/components/forms/checkbox-group/components/header/CheckboxGroupHeader.cjs +2 -0
- package/dist/components/forms/checkbox-group/components/header/CheckboxGroupHeader.cjs.map +1 -0
- package/dist/components/forms/checkbox-group/components/header/CheckboxGroupHeader.d.ts +8 -0
- package/dist/components/forms/checkbox-group/components/header/CheckboxGroupHeader.js +23 -0
- package/dist/components/forms/checkbox-group/components/header/CheckboxGroupHeader.js.map +1 -0
- package/dist/components/forms/checkbox-group/components/header/index.d.ts +1 -0
- package/dist/components/forms/checkbox-group/context/CheckboxGroup.context.cjs +2 -0
- package/dist/components/forms/checkbox-group/context/CheckboxGroup.context.cjs.map +1 -0
- package/dist/components/forms/checkbox-group/context/CheckboxGroup.context.d.ts +9 -0
- package/dist/components/forms/checkbox-group/context/CheckboxGroup.context.js +12 -0
- package/dist/components/forms/checkbox-group/context/CheckboxGroup.context.js.map +1 -0
- package/dist/components/forms/checkbox-group/index.d.ts +2 -0
- package/dist/components/forms/checkbox-group/types/CheckboxGroup.props.d.ts +2 -0
- package/dist/components/forms/checkbox-group/types/CheckboxGroupCompound.d.ts +8 -0
- package/dist/components/forms/checkbox-group/utils/getCheckboxGroupValues.utils.cjs +2 -0
- package/dist/components/forms/checkbox-group/utils/getCheckboxGroupValues.utils.cjs.map +1 -0
- package/dist/components/forms/checkbox-group/utils/getCheckboxGroupValues.utils.d.ts +2 -0
- package/dist/components/forms/checkbox-group/utils/getCheckboxGroupValues.utils.js +9 -0
- package/dist/components/forms/checkbox-group/utils/getCheckboxGroupValues.utils.js.map +1 -0
- package/dist/components/forms/date-picker/DatePicker.cjs +1 -1
- package/dist/components/forms/date-picker/DatePicker.cjs.map +1 -1
- package/dist/components/forms/date-picker/DatePicker.js +33 -34
- package/dist/components/forms/date-picker/DatePicker.js.map +1 -1
- package/dist/components/forms/date-picker/styles/DatePicker.css.cjs +1 -1
- package/dist/components/forms/date-picker/styles/DatePicker.css.js +1 -1
- package/dist/components/forms/index.d.ts +4 -0
- package/dist/components/forms/number-field/NumberField.cjs +2 -0
- package/dist/components/forms/number-field/NumberField.cjs.map +1 -0
- package/dist/components/forms/number-field/NumberField.d.ts +8 -0
- package/dist/components/forms/number-field/NumberField.js +119 -0
- package/dist/components/forms/number-field/NumberField.js.map +1 -0
- package/dist/components/forms/number-field/components/number-field-input/NumberFieldInput.cjs +2 -0
- package/dist/components/forms/number-field/components/number-field-input/NumberFieldInput.cjs.map +1 -0
- package/dist/components/forms/number-field/components/number-field-input/NumberFieldInput.d.ts +6 -0
- package/dist/components/forms/number-field/components/number-field-input/NumberFieldInput.js +39 -0
- package/dist/components/forms/number-field/components/number-field-input/NumberFieldInput.js.map +1 -0
- package/dist/components/forms/number-field/components/number-field-input/styles/NumberFieldInput.css.cjs +2 -0
- package/dist/components/forms/number-field/components/number-field-input/styles/NumberFieldInput.css.cjs.map +1 -0
- package/dist/components/forms/number-field/components/number-field-input/styles/NumberFieldInput.css.d.ts +3 -0
- package/dist/components/forms/number-field/components/number-field-input/styles/NumberFieldInput.css.js +6 -0
- package/dist/components/forms/number-field/components/number-field-input/styles/NumberFieldInput.css.js.map +1 -0
- package/dist/components/forms/number-field/components/number-field-input/types/NumberFieldInput.props.d.ts +10 -0
- package/dist/components/forms/number-field/components/number-field-input/types/index.d.ts +1 -0
- package/dist/components/forms/number-field/components/number-field-steppers/NumberFieldSteppers.cjs +2 -0
- package/dist/components/forms/number-field/components/number-field-steppers/NumberFieldSteppers.cjs.map +1 -0
- package/dist/components/forms/number-field/components/number-field-steppers/NumberFieldSteppers.d.ts +6 -0
- package/dist/components/forms/number-field/components/number-field-steppers/NumberFieldSteppers.js +30 -0
- package/dist/components/forms/number-field/components/number-field-steppers/NumberFieldSteppers.js.map +1 -0
- package/dist/components/forms/number-field/components/number-field-steppers/styles/NumberFieldSteppers.css.cjs +2 -0
- package/dist/components/forms/number-field/components/number-field-steppers/styles/NumberFieldSteppers.css.cjs.map +1 -0
- package/dist/components/forms/number-field/components/number-field-steppers/styles/NumberFieldSteppers.css.d.ts +5 -0
- package/dist/components/forms/number-field/components/number-field-steppers/styles/NumberFieldSteppers.css.js +7 -0
- package/dist/components/forms/number-field/components/number-field-steppers/styles/NumberFieldSteppers.css.js.map +1 -0
- package/dist/components/forms/number-field/components/number-field-steppers/types/NumberFieldSteppers.props.d.ts +3 -0
- package/dist/components/forms/number-field/components/number-field-steppers/types/index.d.ts +1 -0
- package/dist/components/forms/number-field/index.d.ts +4 -0
- package/dist/components/forms/number-field/styles/NumberField.css.cjs +2 -0
- package/dist/components/forms/number-field/styles/NumberField.css.cjs.map +1 -0
- package/dist/components/forms/number-field/styles/NumberField.css.d.ts +3 -0
- package/dist/components/forms/number-field/styles/NumberField.css.js +6 -0
- package/dist/components/forms/number-field/styles/NumberField.css.js.map +1 -0
- package/dist/components/forms/number-field/types/NumberField.props.d.ts +30 -0
- package/dist/components/forms/number-field/types/NumberField.types.d.ts +3 -0
- package/dist/components/forms/number-field/types/index.d.ts +2 -0
- package/dist/components/forms/radio-group/components/radio-item/styles/RadioItem.css.cjs +1 -1
- package/dist/components/forms/radio-group/components/radio-item/styles/RadioItem.css.js +1 -1
- package/dist/components/forms/rich-text-editor/RichTextEditor.cjs +2 -0
- package/dist/components/forms/rich-text-editor/RichTextEditor.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/RichTextEditor.d.ts +3 -0
- package/dist/components/forms/rich-text-editor/RichTextEditor.js +122 -0
- package/dist/components/forms/rich-text-editor/RichTextEditor.js.map +1 -0
- package/dist/components/forms/rich-text-editor/RichTextEditorField.cjs +2 -0
- package/dist/components/forms/rich-text-editor/RichTextEditorField.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/RichTextEditorField.d.ts +7 -0
- package/dist/components/forms/rich-text-editor/RichTextEditorField.js +42 -0
- package/dist/components/forms/rich-text-editor/RichTextEditorField.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/alignment-group/AlignmentGroup.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/alignment-group/AlignmentGroup.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/alignment-group/AlignmentGroup.d.ts +6 -0
- package/dist/components/forms/rich-text-editor/components/alignment-group/AlignmentGroup.js +194 -0
- package/dist/components/forms/rich-text-editor/components/alignment-group/AlignmentGroup.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/alignment-group/index.d.ts +2 -0
- package/dist/components/forms/rich-text-editor/components/alignment-group/styles/AlignmentGroup.css.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/alignment-group/styles/AlignmentGroup.css.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/alignment-group/styles/AlignmentGroup.css.d.ts +3 -0
- package/dist/components/forms/rich-text-editor/components/alignment-group/styles/AlignmentGroup.css.js +7 -0
- package/dist/components/forms/rich-text-editor/components/alignment-group/styles/AlignmentGroup.css.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/alignment-group/types/AlignmentGroup.props.d.ts +5 -0
- package/dist/components/forms/rich-text-editor/components/block-format-group/BlockFormatGroup.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/block-format-group/BlockFormatGroup.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/block-format-group/BlockFormatGroup.d.ts +6 -0
- package/dist/components/forms/rich-text-editor/components/block-format-group/BlockFormatGroup.js +287 -0
- package/dist/components/forms/rich-text-editor/components/block-format-group/BlockFormatGroup.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/block-format-group/index.d.ts +2 -0
- package/dist/components/forms/rich-text-editor/components/block-format-group/styles/BlockFormatGroup.css.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/block-format-group/styles/BlockFormatGroup.css.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/block-format-group/styles/BlockFormatGroup.css.d.ts +3 -0
- package/dist/components/forms/rich-text-editor/components/block-format-group/styles/BlockFormatGroup.css.js +7 -0
- package/dist/components/forms/rich-text-editor/components/block-format-group/styles/BlockFormatGroup.css.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/block-format-group/types/BlockFormatGroup.props.d.ts +5 -0
- package/dist/components/forms/rich-text-editor/components/editor-field/EditorField.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/editor-field/EditorField.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/editor-field/EditorField.d.ts +4 -0
- package/dist/components/forms/rich-text-editor/components/editor-field/EditorField.js +36 -0
- package/dist/components/forms/rich-text-editor/components/editor-field/EditorField.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/editor-field/index.d.ts +2 -0
- package/dist/components/forms/rich-text-editor/components/editor-field/types/EditorField.props.d.ts +3 -0
- package/dist/components/forms/rich-text-editor/components/helper-text/HelperText.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/helper-text/HelperText.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/helper-text/HelperText.d.ts +4 -0
- package/dist/components/forms/rich-text-editor/components/helper-text/HelperText.js +21 -0
- package/dist/components/forms/rich-text-editor/components/helper-text/HelperText.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/helper-text/index.d.ts +2 -0
- package/dist/components/forms/rich-text-editor/components/helper-text/types/HelperText.props.d.ts +2 -0
- package/dist/components/forms/rich-text-editor/components/history-group/HistoryGroup.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/history-group/HistoryGroup.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/history-group/HistoryGroup.d.ts +5 -0
- package/dist/components/forms/rich-text-editor/components/history-group/HistoryGroup.js +25 -0
- package/dist/components/forms/rich-text-editor/components/history-group/HistoryGroup.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/history-group/Redo.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/history-group/Redo.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/history-group/Redo.d.ts +5 -0
- package/dist/components/forms/rich-text-editor/components/history-group/Redo.js +39 -0
- package/dist/components/forms/rich-text-editor/components/history-group/Redo.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/history-group/Undo.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/history-group/Undo.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/history-group/Undo.d.ts +5 -0
- package/dist/components/forms/rich-text-editor/components/history-group/Undo.js +39 -0
- package/dist/components/forms/rich-text-editor/components/history-group/Undo.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/history-group/index.d.ts +3 -0
- package/dist/components/forms/rich-text-editor/components/history-group/styles/HistoryGroup.css.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/history-group/styles/HistoryGroup.css.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/history-group/styles/HistoryGroup.css.d.ts +3 -0
- package/dist/components/forms/rich-text-editor/components/history-group/styles/HistoryGroup.css.js +7 -0
- package/dist/components/forms/rich-text-editor/components/history-group/styles/HistoryGroup.css.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/image-group/ImageGroup.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/image-group/ImageGroup.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/image-group/ImageGroup.d.ts +6 -0
- package/dist/components/forms/rich-text-editor/components/image-group/ImageGroup.js +240 -0
- package/dist/components/forms/rich-text-editor/components/image-group/ImageGroup.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/image-group/index.d.ts +2 -0
- package/dist/components/forms/rich-text-editor/components/image-group/styles/ImageGroup.css.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/image-group/styles/ImageGroup.css.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/image-group/styles/ImageGroup.css.d.ts +3 -0
- package/dist/components/forms/rich-text-editor/components/image-group/styles/ImageGroup.css.js +7 -0
- package/dist/components/forms/rich-text-editor/components/image-group/styles/ImageGroup.css.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/image-group/types/ImageGroup.props.d.ts +5 -0
- package/dist/components/forms/rich-text-editor/components/index.d.ts +22 -0
- package/dist/components/forms/rich-text-editor/components/link-group/LinkGroup.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/link-group/LinkGroup.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/link-group/LinkGroup.d.ts +5 -0
- package/dist/components/forms/rich-text-editor/components/link-group/LinkGroup.js +66 -0
- package/dist/components/forms/rich-text-editor/components/link-group/LinkGroup.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/link-group/SetLink.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/link-group/SetLink.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/link-group/SetLink.d.ts +6 -0
- package/dist/components/forms/rich-text-editor/components/link-group/SetLink.js +56 -0
- package/dist/components/forms/rich-text-editor/components/link-group/SetLink.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/link-group/UnsetLink.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/link-group/UnsetLink.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/link-group/UnsetLink.d.ts +6 -0
- package/dist/components/forms/rich-text-editor/components/link-group/UnsetLink.js +49 -0
- package/dist/components/forms/rich-text-editor/components/link-group/UnsetLink.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/link-group/index.d.ts +5 -0
- package/dist/components/forms/rich-text-editor/components/link-group/styles/LinkGroup.css.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/link-group/styles/LinkGroup.css.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/link-group/styles/LinkGroup.css.d.ts +3 -0
- package/dist/components/forms/rich-text-editor/components/link-group/styles/LinkGroup.css.js +7 -0
- package/dist/components/forms/rich-text-editor/components/link-group/styles/LinkGroup.css.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/link-group/types/SetLink.props.d.ts +3 -0
- package/dist/components/forms/rich-text-editor/components/link-group/types/UnsetLink.props.d.ts +3 -0
- package/dist/components/forms/rich-text-editor/components/lists-group/ListsGroup.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/lists-group/ListsGroup.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/lists-group/ListsGroup.d.ts +6 -0
- package/dist/components/forms/rich-text-editor/components/lists-group/ListsGroup.js +130 -0
- package/dist/components/forms/rich-text-editor/components/lists-group/ListsGroup.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/lists-group/index.d.ts +2 -0
- package/dist/components/forms/rich-text-editor/components/lists-group/styles/ListsGroup.css.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/lists-group/styles/ListsGroup.css.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/lists-group/styles/ListsGroup.css.d.ts +3 -0
- package/dist/components/forms/rich-text-editor/components/lists-group/styles/ListsGroup.css.js +7 -0
- package/dist/components/forms/rich-text-editor/components/lists-group/styles/ListsGroup.css.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/lists-group/types/ListsGroup.props.d.ts +5 -0
- package/dist/components/forms/rich-text-editor/components/read-only-field/ReadOnlyField.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/read-only-field/ReadOnlyField.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/read-only-field/ReadOnlyField.d.ts +4 -0
- package/dist/components/forms/rich-text-editor/components/read-only-field/ReadOnlyField.js +50 -0
- package/dist/components/forms/rich-text-editor/components/read-only-field/ReadOnlyField.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/read-only-field/index.d.ts +2 -0
- package/dist/components/forms/rich-text-editor/components/read-only-field/types/ReadOnlyField.props.d.ts +3 -0
- package/dist/components/forms/rich-text-editor/components/rich-text-editor-form-field/RichTextEditorFormField.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/rich-text-editor-form-field/RichTextEditorFormField.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/rich-text-editor-form-field/RichTextEditorFormField.d.ts +4 -0
- package/dist/components/forms/rich-text-editor/components/rich-text-editor-form-field/RichTextEditorFormField.js +26 -0
- package/dist/components/forms/rich-text-editor/components/rich-text-editor-form-field/RichTextEditorFormField.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/rich-text-editor-form-field/index.d.ts +3 -0
- package/dist/components/forms/rich-text-editor/components/rich-text-editor-form-field/styles/RichTextEditorFormField.css.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/rich-text-editor-form-field/styles/RichTextEditorFormField.css.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/rich-text-editor-form-field/styles/RichTextEditorFormField.css.d.ts +3 -0
- package/dist/components/forms/rich-text-editor/components/rich-text-editor-form-field/styles/RichTextEditorFormField.css.js +6 -0
- package/dist/components/forms/rich-text-editor/components/rich-text-editor-form-field/styles/RichTextEditorFormField.css.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/rich-text-editor-form-field/types/RichTextEditorFormField.props.d.ts +6 -0
- package/dist/components/forms/rich-text-editor/components/rich-text-editor-label/RichTextEditorLabel.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/rich-text-editor-label/RichTextEditorLabel.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/rich-text-editor-label/RichTextEditorLabel.d.ts +4 -0
- package/dist/components/forms/rich-text-editor/components/rich-text-editor-label/RichTextEditorLabel.js +21 -0
- package/dist/components/forms/rich-text-editor/components/rich-text-editor-label/RichTextEditorLabel.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/rich-text-editor-label/index.d.ts +3 -0
- package/dist/components/forms/rich-text-editor/components/rich-text-editor-label/styles/RichTextEditorLabel.css.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/rich-text-editor-label/styles/RichTextEditorLabel.css.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/rich-text-editor-label/styles/RichTextEditorLabel.css.d.ts +3 -0
- package/dist/components/forms/rich-text-editor/components/rich-text-editor-label/styles/RichTextEditorLabel.css.js +8 -0
- package/dist/components/forms/rich-text-editor/components/rich-text-editor-label/styles/RichTextEditorLabel.css.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/rich-text-editor-label/types/RichTextEditorLabel.props.d.ts +7 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/TextAppearanceGroup.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/TextAppearanceGroup.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/TextAppearanceGroup.d.ts +10 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/TextAppearanceGroup.js +27 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/TextAppearanceGroup.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/TextColorMenu.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/TextColorMenu.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/TextColorMenu.d.ts +5 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/TextColorMenu.js +150 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/TextColorMenu.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/TextSizeMenu.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/TextSizeMenu.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/TextSizeMenu.d.ts +6 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/TextSizeMenu.js +81 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/TextSizeMenu.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/index.d.ts +3 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/styles/TextAppearanceGroup.css.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/styles/TextAppearanceGroup.css.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/styles/TextAppearanceGroup.css.d.ts +3 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/styles/TextAppearanceGroup.css.js +7 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/styles/TextAppearanceGroup.css.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/styles/TextColorMenu.css.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/styles/TextColorMenu.css.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/styles/TextColorMenu.css.d.ts +8 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/styles/TextColorMenu.css.js +7 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/styles/TextColorMenu.css.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/styles/TextSizeMenu.css.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/styles/TextSizeMenu.css.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/styles/TextSizeMenu.css.d.ts +3 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/styles/TextSizeMenu.css.js +6 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/styles/TextSizeMenu.css.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/text-appearance-group/types/TextSizeMenu.props.d.ts +4 -0
- package/dist/components/forms/rich-text-editor/components/text-style-group/TextStyleAction.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/text-style-group/TextStyleAction.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/text-style-group/TextStyleAction.d.ts +16 -0
- package/dist/components/forms/rich-text-editor/components/text-style-group/TextStyleAction.js +95 -0
- package/dist/components/forms/rich-text-editor/components/text-style-group/TextStyleAction.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/text-style-group/TextStyleGroup.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/text-style-group/TextStyleGroup.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/text-style-group/TextStyleGroup.d.ts +5 -0
- package/dist/components/forms/rich-text-editor/components/text-style-group/TextStyleGroup.js +26 -0
- package/dist/components/forms/rich-text-editor/components/text-style-group/TextStyleGroup.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/text-style-group/index.d.ts +2 -0
- package/dist/components/forms/rich-text-editor/components/text-style-group/styles/TextStyleGroup.css.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/text-style-group/styles/TextStyleGroup.css.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/text-style-group/styles/TextStyleGroup.css.d.ts +3 -0
- package/dist/components/forms/rich-text-editor/components/text-style-group/styles/TextStyleGroup.css.js +7 -0
- package/dist/components/forms/rich-text-editor/components/text-style-group/styles/TextStyleGroup.css.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/text-style-group/types/TextStyleAction.props.d.ts +6 -0
- package/dist/components/forms/rich-text-editor/components/toolbar/Toolbar.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/toolbar/Toolbar.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/toolbar/Toolbar.d.ts +4 -0
- package/dist/components/forms/rich-text-editor/components/toolbar/Toolbar.js +26 -0
- package/dist/components/forms/rich-text-editor/components/toolbar/Toolbar.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/toolbar/hooks/useToolbarNavigation.hook.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/toolbar/hooks/useToolbarNavigation.hook.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/toolbar/hooks/useToolbarNavigation.hook.d.ts +6 -0
- package/dist/components/forms/rich-text-editor/components/toolbar/hooks/useToolbarNavigation.hook.js +32 -0
- package/dist/components/forms/rich-text-editor/components/toolbar/hooks/useToolbarNavigation.hook.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/toolbar/index.d.ts +2 -0
- package/dist/components/forms/rich-text-editor/components/toolbar/styles/Toolbar.css.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/toolbar/styles/Toolbar.css.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/toolbar/styles/Toolbar.css.d.ts +3 -0
- package/dist/components/forms/rich-text-editor/components/toolbar/styles/Toolbar.css.js +7 -0
- package/dist/components/forms/rich-text-editor/components/toolbar/styles/Toolbar.css.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/toolbar/types/Toolbar.props.d.ts +6 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-group/ToolbarGroup.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-group/ToolbarGroup.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-group/ToolbarGroup.d.ts +6 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-group/ToolbarGroup.js +21 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-group/ToolbarGroup.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-group/index.d.ts +2 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-group/styles/ToolbarGroup.css.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-group/styles/ToolbarGroup.css.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-group/styles/ToolbarGroup.css.d.ts +3 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-group/styles/ToolbarGroup.css.js +7 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-group/styles/ToolbarGroup.css.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-group/types/ToolbarGroup.props.d.ts +6 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-groups/ToolbarGroups.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-groups/ToolbarGroups.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-groups/ToolbarGroups.d.ts +5 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-groups/ToolbarGroups.js +40 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-groups/ToolbarGroups.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-groups/index.d.ts +1 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-separator/ToolbarSeparator.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-separator/ToolbarSeparator.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-separator/ToolbarSeparator.d.ts +5 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-separator/ToolbarSeparator.js +15 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-separator/ToolbarSeparator.js.map +1 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-separator/index.d.ts +1 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-separator/styles/ToolbarSeparator.css.cjs +2 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-separator/styles/ToolbarSeparator.css.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-separator/styles/ToolbarSeparator.css.d.ts +3 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-separator/styles/ToolbarSeparator.css.js +7 -0
- package/dist/components/forms/rich-text-editor/components/toolbar-separator/styles/ToolbarSeparator.css.js.map +1 -0
- package/dist/components/forms/rich-text-editor/constants/index.d.ts +3 -0
- package/dist/components/forms/rich-text-editor/constants/richTextColorPalettes.const.cjs +2 -0
- package/dist/components/forms/rich-text-editor/constants/richTextColorPalettes.const.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/constants/richTextColorPalettes.const.d.ts +22 -0
- package/dist/components/forms/rich-text-editor/constants/richTextColorPalettes.const.js +35 -0
- package/dist/components/forms/rich-text-editor/constants/richTextColorPalettes.const.js.map +1 -0
- package/dist/components/forms/rich-text-editor/constants/richTextEditorDefaultLabels.const.cjs +2 -0
- package/dist/components/forms/rich-text-editor/constants/richTextEditorDefaultLabels.const.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/constants/richTextEditorDefaultLabels.const.d.ts +2 -0
- package/dist/components/forms/rich-text-editor/constants/richTextEditorDefaultLabels.const.js +63 -0
- package/dist/components/forms/rich-text-editor/constants/richTextEditorDefaultLabels.const.js.map +1 -0
- package/dist/components/forms/rich-text-editor/constants/richTextEmptyDocument.const.cjs +2 -0
- package/dist/components/forms/rich-text-editor/constants/richTextEmptyDocument.const.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/constants/richTextEmptyDocument.const.d.ts +2 -0
- package/dist/components/forms/rich-text-editor/constants/richTextEmptyDocument.const.js +8 -0
- package/dist/components/forms/rich-text-editor/constants/richTextEmptyDocument.const.js.map +1 -0
- package/dist/components/forms/rich-text-editor/constants/richTextFontSizes.const.cjs +2 -0
- package/dist/components/forms/rich-text-editor/constants/richTextFontSizes.const.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/constants/richTextFontSizes.const.d.ts +26 -0
- package/dist/components/forms/rich-text-editor/constants/richTextFontSizes.const.js +31 -0
- package/dist/components/forms/rich-text-editor/constants/richTextFontSizes.const.js.map +1 -0
- package/dist/components/forms/rich-text-editor/context/RichTextEditor.context.cjs +2 -0
- package/dist/components/forms/rich-text-editor/context/RichTextEditor.context.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/context/RichTextEditor.context.d.ts +23 -0
- package/dist/components/forms/rich-text-editor/context/RichTextEditor.context.js +12 -0
- package/dist/components/forms/rich-text-editor/context/RichTextEditor.context.js.map +1 -0
- package/dist/components/forms/rich-text-editor/hooks/useRichTextEditor.hook.cjs +2 -0
- package/dist/components/forms/rich-text-editor/hooks/useRichTextEditor.hook.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/hooks/useRichTextEditor.hook.d.ts +20 -0
- package/dist/components/forms/rich-text-editor/hooks/useRichTextEditor.hook.js +120 -0
- package/dist/components/forms/rich-text-editor/hooks/useRichTextEditor.hook.js.map +1 -0
- package/dist/components/forms/rich-text-editor/index.d.ts +23 -0
- package/dist/components/forms/rich-text-editor/styles/RichTextEditor.css.cjs +2 -0
- package/dist/components/forms/rich-text-editor/styles/RichTextEditor.css.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/styles/RichTextEditor.css.d.ts +4 -0
- package/dist/components/forms/rich-text-editor/styles/RichTextEditor.css.js +7 -0
- package/dist/components/forms/rich-text-editor/styles/RichTextEditor.css.js.map +1 -0
- package/dist/components/forms/rich-text-editor/types/RichTextEditor.props.d.ts +57 -0
- package/dist/components/forms/rich-text-editor/types/RichTextEditor.types.d.ts +54 -0
- package/dist/components/forms/rich-text-editor/types/RichTextEditorCompound.d.ts +44 -0
- package/dist/components/forms/rich-text-editor/types/RichTextEditorField.props.d.ts +6 -0
- package/dist/components/forms/rich-text-editor/types/RichTextEditorLabels.types.d.ts +121 -0
- package/dist/components/forms/rich-text-editor/types/RichTextEditorToolbarPresentation.types.d.ts +1 -0
- package/dist/components/forms/rich-text-editor/types/index.d.ts +6 -0
- package/dist/components/forms/rich-text-editor/utils/richText.utils.cjs +2 -0
- package/dist/components/forms/rich-text-editor/utils/richText.utils.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/utils/richText.utils.d.ts +3 -0
- package/dist/components/forms/rich-text-editor/utils/richText.utils.js +18 -0
- package/dist/components/forms/rich-text-editor/utils/richText.utils.js.map +1 -0
- package/dist/components/forms/rich-text-editor/utils/richTextImagePaste.utils.cjs +2 -0
- package/dist/components/forms/rich-text-editor/utils/richTextImagePaste.utils.cjs.map +1 -0
- package/dist/components/forms/rich-text-editor/utils/richTextImagePaste.utils.d.ts +2 -0
- package/dist/components/forms/rich-text-editor/utils/richTextImagePaste.utils.js +34 -0
- package/dist/components/forms/rich-text-editor/utils/richTextImagePaste.utils.js.map +1 -0
- package/dist/components/forms/select/Select.cjs +1 -1
- package/dist/components/forms/select/Select.js +1 -1
- package/dist/components/forms/select/components/select-content/SelectContent.cjs.map +1 -1
- package/dist/components/forms/select/components/select-content/SelectContent.js.map +1 -1
- package/dist/components/forms/select/components/select-content/styles/SelectContent.css.cjs +1 -1
- package/dist/components/forms/select/components/select-content/styles/SelectContent.css.js +1 -1
- package/dist/components/forms/select/components/select-field/SelectField.cjs +1 -1
- package/dist/components/forms/select/components/select-field/SelectField.js +1 -1
- package/dist/components/forms/select/components/select-item/styles/SelectItem.css.cjs +1 -1
- package/dist/components/forms/select/components/select-item/styles/SelectItem.css.js +1 -1
- package/dist/components/forms/select/components/select-label/styles/SelectLabel.css.cjs +1 -1
- package/dist/components/forms/select/components/select-label/styles/SelectLabel.css.js +1 -1
- package/dist/components/forms/select/components/select-separator/styles/SelectSeparator.css.cjs +1 -1
- package/dist/components/forms/select/components/select-separator/styles/SelectSeparator.css.js +1 -1
- package/dist/components/forms/select/components/select-trigger/SelectTrigger.cjs +1 -1
- package/dist/components/forms/select/components/select-trigger/SelectTrigger.js +1 -1
- package/dist/components/forms/select/components/select-trigger/styles/SelectTrigger.css.cjs +1 -1
- package/dist/components/forms/select/components/select-trigger/styles/SelectTrigger.css.js +1 -1
- package/dist/components/forms/select/styles/Select.css.cjs +1 -1
- package/dist/components/forms/select/styles/Select.css.js +1 -1
- package/dist/components/forms/slider/Slider.cjs +2 -0
- package/dist/components/forms/slider/Slider.cjs.map +1 -0
- package/dist/components/forms/slider/Slider.d.ts +4 -0
- package/dist/components/forms/slider/Slider.js +69 -0
- package/dist/components/forms/slider/Slider.js.map +1 -0
- package/dist/components/forms/slider/components/slider-header/SliderHeader.cjs +2 -0
- package/dist/components/forms/slider/components/slider-header/SliderHeader.cjs.map +1 -0
- package/dist/components/forms/slider/components/slider-header/SliderHeader.d.ts +3 -0
- package/dist/components/forms/slider/components/slider-header/SliderHeader.js +11 -0
- package/dist/components/forms/slider/components/slider-header/SliderHeader.js.map +1 -0
- package/dist/components/forms/slider/components/slider-header/styles/SliderHeader.css.cjs +2 -0
- package/dist/components/forms/slider/components/slider-header/styles/SliderHeader.css.cjs.map +1 -0
- package/dist/components/forms/slider/components/slider-header/styles/SliderHeader.css.d.ts +5 -0
- package/dist/components/forms/slider/components/slider-header/styles/SliderHeader.css.js +7 -0
- package/dist/components/forms/slider/components/slider-header/styles/SliderHeader.css.js.map +1 -0
- package/dist/components/forms/slider/components/slider-header/types/SliderHeader.props.d.ts +6 -0
- package/dist/components/forms/slider/components/slider-track/SliderTrack.cjs +2 -0
- package/dist/components/forms/slider/components/slider-track/SliderTrack.cjs.map +1 -0
- package/dist/components/forms/slider/components/slider-track/SliderTrack.d.ts +3 -0
- package/dist/components/forms/slider/components/slider-track/SliderTrack.js +23 -0
- package/dist/components/forms/slider/components/slider-track/SliderTrack.js.map +1 -0
- package/dist/components/forms/slider/components/slider-track/styles/SliderTrack.css.cjs +2 -0
- package/dist/components/forms/slider/components/slider-track/styles/SliderTrack.css.cjs.map +1 -0
- package/dist/components/forms/slider/components/slider-track/styles/SliderTrack.css.d.ts +57 -0
- package/dist/components/forms/slider/components/slider-track/styles/SliderTrack.css.js +8 -0
- package/dist/components/forms/slider/components/slider-track/styles/SliderTrack.css.js.map +1 -0
- package/dist/components/forms/slider/components/slider-track/types/SliderTrack.props.d.ts +8 -0
- package/dist/components/forms/slider/constants/index.d.ts +10 -0
- package/dist/components/forms/slider/index.d.ts +4 -0
- package/dist/components/forms/slider/styles/Slider.css.cjs +2 -0
- package/dist/components/forms/slider/styles/Slider.css.cjs.map +1 -0
- package/dist/components/forms/slider/styles/Slider.css.d.ts +5 -0
- package/dist/components/forms/slider/styles/Slider.css.js +7 -0
- package/dist/components/forms/slider/styles/Slider.css.js.map +1 -0
- package/dist/components/forms/slider/types/Slider.props.d.ts +36 -0
- package/dist/components/forms/slider/types/Slider.types.d.ts +3 -0
- package/dist/components/forms/slider/types/index.d.ts +2 -0
- package/dist/components/forms/switch/styles/Switch.css.cjs +1 -1
- package/dist/components/forms/switch/styles/Switch.css.js +1 -1
- package/dist/components/forms/text-area/TextArea.cjs +1 -1
- package/dist/components/forms/text-area/TextArea.js +1 -1
- package/dist/components/forms/text-area/components/text-area-end-action/styles/TextAreaEndAction.css.cjs +1 -1
- package/dist/components/forms/text-area/components/text-area-end-action/styles/TextAreaEndAction.css.js +1 -1
- package/dist/components/forms/text-area/components/text-area-label/styles/TextAreaLabel.css.cjs +1 -1
- package/dist/components/forms/text-area/components/text-area-label/styles/TextAreaLabel.css.js +1 -1
- package/dist/components/forms/text-area/components/text-area-start-icon/styles/TextAreaStartIcon.css.cjs +1 -1
- package/dist/components/forms/text-area/components/text-area-start-icon/styles/TextAreaStartIcon.css.js +1 -1
- package/dist/components/forms/text-area/styles/TextArea.css.cjs +1 -1
- package/dist/components/forms/text-area/styles/TextArea.css.js +1 -1
- package/dist/components/forms/text-field/TextField.cjs +1 -1
- package/dist/components/forms/text-field/TextField.js +1 -1
- package/dist/components/forms/text-field/components/text-field-end-action/styles/TextFieldEndAction.css.cjs +1 -1
- package/dist/components/forms/text-field/components/text-field-end-action/styles/TextFieldEndAction.css.js +1 -1
- package/dist/components/forms/text-field/components/text-field-label/styles/TextFieldLabel.css.cjs +1 -1
- package/dist/components/forms/text-field/components/text-field-label/styles/TextFieldLabel.css.js +1 -1
- package/dist/components/forms/text-field/components/text-field-start-icon/styles/TextFieldStartIcon.css.cjs +1 -1
- package/dist/components/forms/text-field/components/text-field-start-icon/styles/TextFieldStartIcon.css.js +1 -1
- package/dist/components/forms/text-field/styles/TextField.css.cjs +1 -1
- package/dist/components/forms/text-field/styles/TextField.css.d.ts +1 -1
- package/dist/components/forms/text-field/styles/TextField.css.js +1 -1
- package/dist/components/foundation/icon/styles/Icon.css.cjs +1 -1
- package/dist/components/foundation/icon/styles/Icon.css.js +1 -1
- package/dist/components/foundation/typography/styles/Typography.css.cjs +1 -1
- package/dist/components/foundation/typography/styles/Typography.css.js +1 -1
- package/dist/components/layout/box/styles/Box.css.cjs +1 -1
- package/dist/components/layout/box/styles/Box.css.js +1 -1
- package/dist/components/layout/fieldset/styles/Fieldset.css.cjs +1 -1
- package/dist/components/layout/fieldset/styles/Fieldset.css.js +1 -1
- package/dist/components/layout/flex/styles/Flex.css.cjs +1 -1
- package/dist/components/layout/flex/styles/Flex.css.js +1 -1
- package/dist/components/layout/form/styles/Form.css.cjs +1 -1
- package/dist/components/layout/form/styles/Form.css.js +1 -1
- package/dist/components/layout/grid/styles/Grid.css.cjs +1 -1
- package/dist/components/layout/grid/styles/Grid.css.js +1 -1
- package/dist/components/layout/image/styles/Image.css.cjs +1 -1
- package/dist/components/layout/image/styles/Image.css.js +1 -1
- package/dist/components/layout/index.d.ts +1 -0
- package/dist/components/layout/inset/Inset.cjs +2 -0
- package/dist/components/layout/inset/Inset.cjs.map +1 -0
- package/dist/components/layout/inset/Inset.d.ts +4 -0
- package/dist/components/layout/inset/Inset.js +48 -0
- package/dist/components/layout/inset/Inset.js.map +1 -0
- package/dist/components/layout/inset/constants/index.d.ts +1 -0
- package/dist/components/layout/inset/constants/insetSides.const.d.ts +13 -0
- package/dist/components/layout/inset/index.d.ts +4 -0
- package/dist/components/layout/inset/styles/Inset.css.cjs +2 -0
- package/dist/components/layout/inset/styles/Inset.css.cjs.map +1 -0
- package/dist/components/layout/inset/styles/Inset.css.d.ts +43 -0
- package/dist/components/layout/inset/styles/Inset.css.js +7 -0
- package/dist/components/layout/inset/styles/Inset.css.js.map +1 -0
- package/dist/components/layout/inset/types/Inset.props.d.ts +24 -0
- package/dist/components/layout/inset/types/Inset.types.d.ts +10 -0
- package/dist/components/layout/inset/utils/resolveInsetPadding.utils.cjs +2 -0
- package/dist/components/layout/inset/utils/resolveInsetPadding.utils.cjs.map +1 -0
- package/dist/components/layout/inset/utils/resolveInsetPadding.utils.d.ts +2 -0
- package/dist/components/layout/inset/utils/resolveInsetPadding.utils.js +5 -0
- package/dist/components/layout/inset/utils/resolveInsetPadding.utils.js.map +1 -0
- package/dist/components/layout/legend/styles/Legend.css.cjs +1 -1
- package/dist/components/layout/legend/styles/Legend.css.js +1 -1
- package/dist/components/layout/separator/styles/Separator.css.cjs +1 -1
- package/dist/components/layout/separator/styles/Separator.css.js +1 -1
- package/dist/components/navigation/breadcrumbs/Breadcrumbs.cjs +2 -0
- package/dist/components/navigation/breadcrumbs/Breadcrumbs.cjs.map +1 -0
- package/dist/components/navigation/breadcrumbs/Breadcrumbs.d.ts +3 -0
- package/dist/components/navigation/breadcrumbs/Breadcrumbs.js +74 -0
- package/dist/components/navigation/breadcrumbs/Breadcrumbs.js.map +1 -0
- package/dist/components/navigation/breadcrumbs/components/breadcrumbs-item/BreadcrumbsItem.cjs +2 -0
- package/dist/components/navigation/breadcrumbs/components/breadcrumbs-item/BreadcrumbsItem.cjs.map +1 -0
- package/dist/components/navigation/breadcrumbs/components/breadcrumbs-item/BreadcrumbsItem.d.ts +4 -0
- package/dist/components/navigation/breadcrumbs/components/breadcrumbs-item/BreadcrumbsItem.js +37 -0
- package/dist/components/navigation/breadcrumbs/components/breadcrumbs-item/BreadcrumbsItem.js.map +1 -0
- package/dist/components/navigation/breadcrumbs/components/breadcrumbs-item/index.d.ts +2 -0
- package/dist/components/navigation/breadcrumbs/components/breadcrumbs-item/types/BreadcrumbsItem.props.d.ts +5 -0
- package/dist/components/navigation/breadcrumbs/components/index.d.ts +1 -0
- package/dist/components/navigation/breadcrumbs/constants/breadcrumbsSeparators.const.cjs +2 -0
- package/dist/components/navigation/breadcrumbs/constants/breadcrumbsSeparators.const.cjs.map +1 -0
- package/dist/components/navigation/breadcrumbs/constants/breadcrumbsSeparators.const.d.ts +14 -0
- package/dist/components/navigation/breadcrumbs/constants/breadcrumbsSeparators.const.js +18 -0
- package/dist/components/navigation/breadcrumbs/constants/breadcrumbsSeparators.const.js.map +1 -0
- package/dist/components/navigation/breadcrumbs/constants/index.d.ts +1 -0
- package/dist/components/navigation/breadcrumbs/index.d.ts +5 -0
- package/dist/components/navigation/breadcrumbs/styles/Breadcrumbs.css.cjs +2 -0
- package/dist/components/navigation/breadcrumbs/styles/Breadcrumbs.css.cjs.map +1 -0
- package/dist/components/navigation/breadcrumbs/styles/Breadcrumbs.css.d.ts +7 -0
- package/dist/components/navigation/breadcrumbs/styles/Breadcrumbs.css.js +7 -0
- package/dist/components/navigation/breadcrumbs/styles/Breadcrumbs.css.js.map +1 -0
- package/dist/components/navigation/breadcrumbs/types/Breadcrumbs.props.d.ts +15 -0
- package/dist/components/navigation/breadcrumbs/types/Breadcrumbs.types.d.ts +2 -0
- package/dist/components/navigation/breadcrumbs/types/BreadcrumbsCompound.d.ts +6 -0
- package/dist/components/navigation/breadcrumbs/types/index.d.ts +3 -0
- package/dist/components/navigation/index.d.ts +4 -0
- package/dist/components/navigation/link/Link.cjs +1 -1
- package/dist/components/navigation/link/Link.cjs.map +1 -1
- package/dist/components/navigation/link/Link.js +34 -33
- package/dist/components/navigation/link/Link.js.map +1 -1
- package/dist/components/navigation/link/index.d.ts +1 -0
- package/dist/components/navigation/link/styles/Link.css.cjs +1 -1
- package/dist/components/navigation/link/styles/Link.css.d.ts +4 -0
- package/dist/components/navigation/link/styles/Link.css.js +4 -3
- package/dist/components/navigation/link/styles/Link.css.js.map +1 -1
- package/dist/components/navigation/link/types/Link.props.d.ts +3 -0
- package/dist/components/navigation/link/types/Link.types.d.ts +3 -0
- package/dist/components/navigation/pagination/Pagination.cjs +2 -0
- package/dist/components/navigation/pagination/Pagination.cjs.map +1 -0
- package/dist/components/navigation/pagination/Pagination.d.ts +4 -0
- package/dist/components/navigation/pagination/Pagination.js +118 -0
- package/dist/components/navigation/pagination/Pagination.js.map +1 -0
- package/dist/components/navigation/pagination/hooks/usePagination.hook.cjs +2 -0
- package/dist/components/navigation/pagination/hooks/usePagination.hook.cjs.map +1 -0
- package/dist/components/navigation/pagination/hooks/usePagination.hook.d.ts +17 -0
- package/dist/components/navigation/pagination/hooks/usePagination.hook.js +40 -0
- package/dist/components/navigation/pagination/hooks/usePagination.hook.js.map +1 -0
- package/dist/components/navigation/pagination/index.d.ts +3 -0
- package/dist/components/navigation/pagination/styles/Pagination.css.cjs +2 -0
- package/dist/components/navigation/pagination/styles/Pagination.css.cjs.map +1 -0
- package/dist/components/navigation/pagination/styles/Pagination.css.d.ts +4 -0
- package/dist/components/navigation/pagination/styles/Pagination.css.js +7 -0
- package/dist/components/navigation/pagination/styles/Pagination.css.js.map +1 -0
- package/dist/components/navigation/pagination/types/Pagination.props.d.ts +21 -0
- package/dist/components/navigation/pagination/utils/pagination.utils.cjs +2 -0
- package/dist/components/navigation/pagination/utils/pagination.utils.cjs.map +1 -0
- package/dist/components/navigation/pagination/utils/pagination.utils.d.ts +2 -0
- package/dist/components/navigation/pagination/utils/pagination.utils.js +16 -0
- package/dist/components/navigation/pagination/utils/pagination.utils.js.map +1 -0
- package/dist/components/navigation/step-indicator/StepIndicator.cjs +2 -0
- package/dist/components/navigation/step-indicator/StepIndicator.cjs.map +1 -0
- package/dist/components/navigation/step-indicator/StepIndicator.d.ts +3 -0
- package/dist/components/navigation/step-indicator/StepIndicator.js +51 -0
- package/dist/components/navigation/step-indicator/StepIndicator.js.map +1 -0
- package/dist/components/navigation/step-indicator/components/step-indicator-item/StepIndicatorItem.cjs +2 -0
- package/dist/components/navigation/step-indicator/components/step-indicator-item/StepIndicatorItem.cjs.map +1 -0
- package/dist/components/navigation/step-indicator/components/step-indicator-item/StepIndicatorItem.d.ts +4 -0
- package/dist/components/navigation/step-indicator/components/step-indicator-item/StepIndicatorItem.js +52 -0
- package/dist/components/navigation/step-indicator/components/step-indicator-item/StepIndicatorItem.js.map +1 -0
- package/dist/components/navigation/step-indicator/components/step-indicator-item/index.d.ts +2 -0
- package/dist/components/navigation/step-indicator/components/step-indicator-item/styles/StepIndicatorItem.css.cjs +2 -0
- package/dist/components/navigation/step-indicator/components/step-indicator-item/styles/StepIndicatorItem.css.cjs.map +1 -0
- package/dist/components/navigation/step-indicator/components/step-indicator-item/styles/StepIndicatorItem.css.d.ts +7 -0
- package/dist/components/navigation/step-indicator/components/step-indicator-item/styles/StepIndicatorItem.css.js +7 -0
- package/dist/components/navigation/step-indicator/components/step-indicator-item/styles/StepIndicatorItem.css.js.map +1 -0
- package/dist/components/navigation/step-indicator/components/step-indicator-item/types/StepIndicatorItem.props.d.ts +9 -0
- package/dist/components/navigation/step-indicator/components/step-indicator-item/types/index.d.ts +1 -0
- package/dist/components/navigation/step-indicator/context/StepIndicator.context.cjs +2 -0
- package/dist/components/navigation/step-indicator/context/StepIndicator.context.cjs.map +1 -0
- package/dist/components/navigation/step-indicator/context/StepIndicator.context.d.ts +8 -0
- package/dist/components/navigation/step-indicator/context/StepIndicator.context.js +6 -0
- package/dist/components/navigation/step-indicator/context/StepIndicator.context.js.map +1 -0
- package/dist/components/navigation/step-indicator/index.d.ts +4 -0
- package/dist/components/navigation/step-indicator/styles/StepIndicator.css.cjs +2 -0
- package/dist/components/navigation/step-indicator/styles/StepIndicator.css.cjs.map +1 -0
- package/dist/components/navigation/step-indicator/styles/StepIndicator.css.d.ts +4 -0
- package/dist/components/navigation/step-indicator/styles/StepIndicator.css.js +7 -0
- package/dist/components/navigation/step-indicator/styles/StepIndicator.css.js.map +1 -0
- package/dist/components/navigation/step-indicator/types/StepIndicator.props.d.ts +14 -0
- package/dist/components/navigation/step-indicator/types/StepIndicatorCompound.d.ts +6 -0
- package/dist/components/navigation/step-indicator/types/index.d.ts +2 -0
- package/dist/components/navigation/stepper/Stepper.cjs +2 -0
- package/dist/components/navigation/stepper/Stepper.cjs.map +1 -0
- package/dist/components/navigation/stepper/Stepper.d.ts +3 -0
- package/dist/components/navigation/stepper/Stepper.js +101 -0
- package/dist/components/navigation/stepper/Stepper.js.map +1 -0
- package/dist/components/navigation/stepper/components/stepper-item/StepperItem.cjs +2 -0
- package/dist/components/navigation/stepper/components/stepper-item/StepperItem.cjs.map +1 -0
- package/dist/components/navigation/stepper/components/stepper-item/StepperItem.d.ts +4 -0
- package/dist/components/navigation/stepper/components/stepper-item/StepperItem.js +118 -0
- package/dist/components/navigation/stepper/components/stepper-item/StepperItem.js.map +1 -0
- package/dist/components/navigation/stepper/components/stepper-item/index.d.ts +3 -0
- package/dist/components/navigation/stepper/components/stepper-item/types/StepperItem.props.d.ts +18 -0
- package/dist/components/navigation/stepper/constants/index.d.ts +2 -0
- package/dist/components/navigation/stepper/constants/stepperItemSizes.const.cjs +2 -0
- package/dist/components/navigation/stepper/constants/stepperItemSizes.const.cjs.map +1 -0
- package/dist/components/navigation/stepper/constants/stepperItemSizes.const.d.ts +4 -0
- package/dist/components/navigation/stepper/constants/stepperItemSizes.const.js +8 -0
- package/dist/components/navigation/stepper/constants/stepperItemSizes.const.js.map +1 -0
- package/dist/components/navigation/stepper/constants/stepperOrientations.const.cjs +2 -0
- package/dist/components/navigation/stepper/constants/stepperOrientations.const.cjs.map +1 -0
- package/dist/components/navigation/stepper/constants/stepperOrientations.const.d.ts +4 -0
- package/dist/components/navigation/stepper/constants/stepperOrientations.const.js +8 -0
- package/dist/components/navigation/stepper/constants/stepperOrientations.const.js.map +1 -0
- package/dist/components/navigation/stepper/context/Stepper.context.cjs +2 -0
- package/dist/components/navigation/stepper/context/Stepper.context.cjs.map +1 -0
- package/dist/components/navigation/stepper/context/Stepper.context.d.ts +8 -0
- package/dist/components/navigation/stepper/context/Stepper.context.js +8 -0
- package/dist/components/navigation/stepper/context/Stepper.context.js.map +1 -0
- package/dist/components/navigation/stepper/index.d.ts +7 -0
- package/dist/components/navigation/stepper/styles/Stepper.css.cjs +2 -0
- package/dist/components/navigation/stepper/styles/Stepper.css.cjs.map +1 -0
- package/dist/components/navigation/stepper/styles/Stepper.css.d.ts +27 -0
- package/dist/components/navigation/stepper/styles/Stepper.css.js +7 -0
- package/dist/components/navigation/stepper/styles/Stepper.css.js.map +1 -0
- package/dist/components/navigation/stepper/types/Stepper.props.d.ts +15 -0
- package/dist/components/navigation/stepper/types/Stepper.types.d.ts +2 -0
- package/dist/components/navigation/stepper/types/StepperCompound.d.ts +6 -0
- package/dist/components/navigation/stepper/types/StepperItem.types.d.ts +2 -0
- package/dist/components/navigation/stepper/types/index.d.ts +3 -0
- package/dist/components/navigation/tabs/components/tabs-content/styles/TabsContent.css.cjs +1 -1
- package/dist/components/navigation/tabs/components/tabs-content/styles/TabsContent.css.js +1 -1
- package/dist/components/navigation/tabs/components/tabs-list/styles/TabsList.css.cjs +1 -1
- package/dist/components/navigation/tabs/components/tabs-list/styles/TabsList.css.js +1 -1
- package/dist/components/navigation/tabs/components/tabs-trigger/styles/TabsTrigger.css.cjs +1 -1
- package/dist/components/navigation/tabs/components/tabs-trigger/styles/TabsTrigger.css.js +1 -1
- package/dist/components/overlay/_shared/components/overlay-backdrop/OverlayBackdrop.cjs +2 -0
- package/dist/components/overlay/_shared/components/overlay-backdrop/OverlayBackdrop.cjs.map +1 -0
- package/dist/components/overlay/_shared/components/overlay-backdrop/OverlayBackdrop.d.ts +4 -0
- package/dist/components/overlay/_shared/components/overlay-backdrop/OverlayBackdrop.js +17 -0
- package/dist/components/overlay/_shared/components/overlay-backdrop/OverlayBackdrop.js.map +1 -0
- package/dist/components/overlay/_shared/components/overlay-backdrop/index.d.ts +2 -0
- package/dist/components/overlay/_shared/components/overlay-backdrop/types/OverlayBackdrop.props.d.ts +3 -0
- package/dist/components/overlay/_shared/styles/OverlayBackdrop.css.cjs +2 -0
- package/dist/components/overlay/_shared/styles/OverlayBackdrop.css.cjs.map +1 -0
- package/dist/components/overlay/_shared/styles/OverlayBackdrop.css.d.ts +3 -0
- package/dist/components/overlay/_shared/styles/OverlayBackdrop.css.js +19 -0
- package/dist/components/overlay/_shared/styles/OverlayBackdrop.css.js.map +1 -0
- package/dist/components/overlay/alert-dialog/AlertDialog.cjs +2 -0
- package/dist/components/overlay/alert-dialog/AlertDialog.cjs.map +1 -0
- package/dist/components/overlay/alert-dialog/AlertDialog.d.ts +9 -0
- package/dist/components/overlay/alert-dialog/AlertDialog.js +37 -0
- package/dist/components/overlay/alert-dialog/AlertDialog.js.map +1 -0
- package/dist/components/overlay/alert-dialog/components/alert-dialog-action/AlertDialogAction.cjs +2 -0
- package/dist/components/overlay/alert-dialog/components/alert-dialog-action/AlertDialogAction.cjs.map +1 -0
- package/dist/components/overlay/alert-dialog/components/alert-dialog-action/AlertDialogAction.d.ts +4 -0
- package/dist/components/overlay/alert-dialog/components/alert-dialog-action/AlertDialogAction.js +22 -0
- package/dist/components/overlay/alert-dialog/components/alert-dialog-action/AlertDialogAction.js.map +1 -0
- package/dist/components/overlay/alert-dialog/components/alert-dialog-action/index.d.ts +2 -0
- package/dist/components/overlay/alert-dialog/components/alert-dialog-action/types/AlertDialogAction.props.d.ts +6 -0
- package/dist/components/overlay/alert-dialog/components/alert-dialog-cancel/AlertDialogCancel.cjs +2 -0
- package/dist/components/overlay/alert-dialog/components/alert-dialog-cancel/AlertDialogCancel.cjs.map +1 -0
- package/dist/components/overlay/alert-dialog/components/alert-dialog-cancel/AlertDialogCancel.d.ts +4 -0
- package/dist/components/overlay/alert-dialog/components/alert-dialog-cancel/AlertDialogCancel.js +24 -0
- package/dist/components/overlay/alert-dialog/components/alert-dialog-cancel/AlertDialogCancel.js.map +1 -0
- package/dist/components/overlay/alert-dialog/components/alert-dialog-cancel/index.d.ts +2 -0
- package/dist/components/overlay/alert-dialog/components/alert-dialog-cancel/types/AlertDialogCancel.props.d.ts +7 -0
- package/dist/components/overlay/alert-dialog/components/index.d.ts +2 -0
- package/dist/components/overlay/alert-dialog/index.d.ts +5 -0
- package/dist/components/overlay/alert-dialog/styles/AlertDialog.css.cjs +2 -0
- package/dist/components/overlay/alert-dialog/styles/AlertDialog.css.cjs.map +1 -0
- package/dist/components/overlay/alert-dialog/styles/AlertDialog.css.d.ts +1 -0
- package/dist/components/overlay/alert-dialog/styles/AlertDialog.css.js +21 -0
- package/dist/components/overlay/alert-dialog/styles/AlertDialog.css.js.map +1 -0
- package/dist/components/overlay/alert-dialog/types/AlertDialog.props.d.ts +3 -0
- package/dist/components/overlay/alert-dialog/types/AlertDialogCompound.d.ts +24 -0
- package/dist/components/overlay/alert-dialog/types/index.d.ts +3 -0
- package/dist/components/overlay/command/Command.cjs +2 -0
- package/dist/components/overlay/command/Command.cjs.map +1 -0
- package/dist/components/overlay/command/Command.d.ts +47 -0
- package/dist/components/overlay/command/Command.js +31 -0
- package/dist/components/overlay/command/Command.js.map +1 -0
- package/dist/components/overlay/command/components/command-content/CommandContent.cjs +2 -0
- package/dist/components/overlay/command/components/command-content/CommandContent.cjs.map +1 -0
- package/dist/components/overlay/command/components/command-content/CommandContent.d.ts +12 -0
- package/dist/components/overlay/command/components/command-content/CommandContent.js +68 -0
- package/dist/components/overlay/command/components/command-content/CommandContent.js.map +1 -0
- package/dist/components/overlay/command/components/command-content/types/CommandContent.props.d.ts +17 -0
- package/dist/components/overlay/command/components/command-empty/CommandEmpty.cjs +2 -0
- package/dist/components/overlay/command/components/command-empty/CommandEmpty.cjs.map +1 -0
- package/dist/components/overlay/command/components/command-empty/CommandEmpty.d.ts +14 -0
- package/dist/components/overlay/command/components/command-empty/CommandEmpty.js +18 -0
- package/dist/components/overlay/command/components/command-empty/CommandEmpty.js.map +1 -0
- package/dist/components/overlay/command/components/command-empty/styles/CommandEmpty.css.cjs +2 -0
- package/dist/components/overlay/command/components/command-empty/styles/CommandEmpty.css.cjs.map +1 -0
- package/dist/components/overlay/command/components/command-empty/styles/CommandEmpty.css.d.ts +10 -0
- package/dist/components/overlay/command/components/command-empty/styles/CommandEmpty.css.js +8 -0
- package/dist/components/overlay/command/components/command-empty/styles/CommandEmpty.css.js.map +1 -0
- package/dist/components/overlay/command/components/command-empty/types/CommandEmpty.props.d.ts +2 -0
- package/dist/components/overlay/command/components/command-group/CommandGroup.cjs +2 -0
- package/dist/components/overlay/command/components/command-group/CommandGroup.cjs.map +1 -0
- package/dist/components/overlay/command/components/command-group/CommandGroup.d.ts +14 -0
- package/dist/components/overlay/command/components/command-group/CommandGroup.js +46 -0
- package/dist/components/overlay/command/components/command-group/CommandGroup.js.map +1 -0
- package/dist/components/overlay/command/components/command-group/styles/CommandGroup.css.cjs +2 -0
- package/dist/components/overlay/command/components/command-group/styles/CommandGroup.css.cjs.map +1 -0
- package/dist/components/overlay/command/components/command-group/styles/CommandGroup.css.d.ts +5 -0
- package/dist/components/overlay/command/components/command-group/styles/CommandGroup.css.js +7 -0
- package/dist/components/overlay/command/components/command-group/styles/CommandGroup.css.js.map +1 -0
- package/dist/components/overlay/command/components/command-group/types/CommandGroup.props.d.ts +11 -0
- package/dist/components/overlay/command/components/command-input/CommandInput.cjs +2 -0
- package/dist/components/overlay/command/components/command-input/CommandInput.cjs.map +1 -0
- package/dist/components/overlay/command/components/command-input/CommandInput.d.ts +19 -0
- package/dist/components/overlay/command/components/command-input/CommandInput.js +78 -0
- package/dist/components/overlay/command/components/command-input/CommandInput.js.map +1 -0
- package/dist/components/overlay/command/components/command-input/styles/CommandInput.css.cjs +2 -0
- package/dist/components/overlay/command/components/command-input/styles/CommandInput.css.cjs.map +1 -0
- package/dist/components/overlay/command/components/command-input/styles/CommandInput.css.d.ts +9 -0
- package/dist/components/overlay/command/components/command-input/styles/CommandInput.css.js +7 -0
- package/dist/components/overlay/command/components/command-input/styles/CommandInput.css.js.map +1 -0
- package/dist/components/overlay/command/components/command-input/types/CommandInput.props.d.ts +30 -0
- package/dist/components/overlay/command/components/command-item/CommandItem.cjs +2 -0
- package/dist/components/overlay/command/components/command-item/CommandItem.cjs.map +1 -0
- package/dist/components/overlay/command/components/command-item/CommandItem.d.ts +14 -0
- package/dist/components/overlay/command/components/command-item/CommandItem.js +99 -0
- package/dist/components/overlay/command/components/command-item/CommandItem.js.map +1 -0
- package/dist/components/overlay/command/components/command-item/styles/CommandItem.css.cjs +2 -0
- package/dist/components/overlay/command/components/command-item/styles/CommandItem.css.cjs.map +1 -0
- package/dist/components/overlay/command/components/command-item/styles/CommandItem.css.d.ts +8 -0
- package/dist/components/overlay/command/components/command-item/styles/CommandItem.css.js +7 -0
- package/dist/components/overlay/command/components/command-item/styles/CommandItem.css.js.map +1 -0
- package/dist/components/overlay/command/components/command-item/types/CommandItem.props.d.ts +30 -0
- package/dist/components/overlay/command/components/command-list/CommandList.cjs +2 -0
- package/dist/components/overlay/command/components/command-list/CommandList.cjs.map +1 -0
- package/dist/components/overlay/command/components/command-list/CommandList.d.ts +11 -0
- package/dist/components/overlay/command/components/command-list/CommandList.js +30 -0
- package/dist/components/overlay/command/components/command-list/CommandList.js.map +1 -0
- package/dist/components/overlay/command/components/command-list/styles/CommandList.css.cjs +2 -0
- package/dist/components/overlay/command/components/command-list/styles/CommandList.css.cjs.map +1 -0
- package/dist/components/overlay/command/components/command-list/styles/CommandList.css.d.ts +4 -0
- package/dist/components/overlay/command/components/command-list/styles/CommandList.css.js +7 -0
- package/dist/components/overlay/command/components/command-list/styles/CommandList.css.js.map +1 -0
- package/dist/components/overlay/command/components/command-list/types/CommandList.props.d.ts +13 -0
- package/dist/components/overlay/command/components/command-separator/CommandSeparator.cjs +2 -0
- package/dist/components/overlay/command/components/command-separator/CommandSeparator.cjs.map +1 -0
- package/dist/components/overlay/command/components/command-separator/CommandSeparator.d.ts +7 -0
- package/dist/components/overlay/command/components/command-separator/CommandSeparator.js +17 -0
- package/dist/components/overlay/command/components/command-separator/CommandSeparator.js.map +1 -0
- package/dist/components/overlay/command/components/command-separator/styles/CommandSeparator.css.cjs +2 -0
- package/dist/components/overlay/command/components/command-separator/styles/CommandSeparator.css.cjs.map +1 -0
- package/dist/components/overlay/command/components/command-separator/styles/CommandSeparator.css.d.ts +4 -0
- package/dist/components/overlay/command/components/command-separator/styles/CommandSeparator.css.js +7 -0
- package/dist/components/overlay/command/components/command-separator/styles/CommandSeparator.css.js.map +1 -0
- package/dist/components/overlay/command/components/command-separator/types/CommandSeparator.props.d.ts +3 -0
- package/dist/components/overlay/command/components/command-trigger/CommandTrigger.cjs +2 -0
- package/dist/components/overlay/command/components/command-trigger/CommandTrigger.cjs.map +1 -0
- package/dist/components/overlay/command/components/command-trigger/CommandTrigger.d.ts +8 -0
- package/dist/components/overlay/command/components/command-trigger/CommandTrigger.js +15 -0
- package/dist/components/overlay/command/components/command-trigger/CommandTrigger.js.map +1 -0
- package/dist/components/overlay/command/components/command-trigger/types/CommandTrigger.props.d.ts +12 -0
- package/dist/components/overlay/command/components/index.d.ts +8 -0
- package/dist/components/overlay/command/context/Command.context.cjs +2 -0
- package/dist/components/overlay/command/context/Command.context.cjs.map +1 -0
- package/dist/components/overlay/command/context/Command.context.d.ts +17 -0
- package/dist/components/overlay/command/context/Command.context.js +14 -0
- package/dist/components/overlay/command/context/Command.context.js.map +1 -0
- package/dist/components/overlay/command/index.d.ts +13 -0
- package/dist/components/overlay/command/styles/Command.css.cjs +2 -0
- package/dist/components/overlay/command/styles/Command.css.cjs.map +1 -0
- package/dist/components/overlay/command/styles/Command.css.d.ts +18 -0
- package/dist/components/overlay/command/styles/Command.css.js +20 -0
- package/dist/components/overlay/command/styles/Command.css.js.map +1 -0
- package/dist/components/overlay/command/types/Command.props.d.ts +3 -0
- package/dist/components/overlay/command/types/Command.types.d.ts +6 -0
- package/dist/components/overlay/command/types/CommandCompound.d.ts +20 -0
- package/dist/components/overlay/command/types/index.d.ts +3 -0
- package/dist/components/overlay/context-menu/ContextMenu.cjs +2 -0
- package/dist/components/overlay/context-menu/ContextMenu.cjs.map +1 -0
- package/dist/components/overlay/context-menu/ContextMenu.d.ts +3 -0
- package/dist/components/overlay/context-menu/ContextMenu.js +42 -0
- package/dist/components/overlay/context-menu/ContextMenu.js.map +1 -0
- package/dist/components/overlay/context-menu/components/content/ContextMenuContent.cjs +2 -0
- package/dist/components/overlay/context-menu/components/content/ContextMenuContent.cjs.map +1 -0
- package/dist/components/overlay/context-menu/components/content/ContextMenuContent.d.ts +4 -0
- package/dist/components/overlay/context-menu/components/content/ContextMenuContent.js +63 -0
- package/dist/components/overlay/context-menu/components/content/ContextMenuContent.js.map +1 -0
- package/dist/components/overlay/context-menu/components/content/styles/ContextMenuContent.css.cjs +2 -0
- package/dist/components/overlay/context-menu/components/content/styles/ContextMenuContent.css.cjs.map +1 -0
- package/dist/components/overlay/context-menu/components/content/styles/ContextMenuContent.css.d.ts +3 -0
- package/dist/components/overlay/context-menu/components/content/styles/ContextMenuContent.css.js +6 -0
- package/dist/components/overlay/context-menu/components/content/styles/ContextMenuContent.css.js.map +1 -0
- package/dist/components/overlay/context-menu/components/content/types/ContextMenuContent.props.d.ts +18 -0
- package/dist/components/overlay/context-menu/components/trigger/ContextMenuTrigger.cjs +2 -0
- package/dist/components/overlay/context-menu/components/trigger/ContextMenuTrigger.cjs.map +1 -0
- package/dist/components/overlay/context-menu/components/trigger/ContextMenuTrigger.d.ts +4 -0
- package/dist/components/overlay/context-menu/components/trigger/ContextMenuTrigger.js +33 -0
- package/dist/components/overlay/context-menu/components/trigger/ContextMenuTrigger.js.map +1 -0
- package/dist/components/overlay/context-menu/components/trigger/types/ContextMenuTrigger.props.d.ts +5 -0
- package/dist/components/overlay/context-menu/context/ContextMenu.context.cjs +2 -0
- package/dist/components/overlay/context-menu/context/ContextMenu.context.cjs.map +1 -0
- package/dist/components/overlay/context-menu/context/ContextMenu.context.d.ts +9 -0
- package/dist/components/overlay/context-menu/context/ContextMenu.context.js +12 -0
- package/dist/components/overlay/context-menu/context/ContextMenu.context.js.map +1 -0
- package/dist/components/overlay/context-menu/index.d.ts +4 -0
- package/dist/components/overlay/context-menu/types/ContextMenu.props.d.ts +2 -0
- package/dist/components/overlay/context-menu/types/ContextMenuCompound.d.ts +30 -0
- package/dist/components/overlay/dialog/components/dialog-content/DialogContent.cjs +1 -1
- package/dist/components/overlay/dialog/components/dialog-content/DialogContent.cjs.map +1 -1
- package/dist/components/overlay/dialog/components/dialog-content/DialogContent.js +20 -19
- package/dist/components/overlay/dialog/components/dialog-content/DialogContent.js.map +1 -1
- package/dist/components/overlay/dialog/components/dialog-header/styles/DialogHeader.css.cjs +1 -1
- package/dist/components/overlay/dialog/components/dialog-header/styles/DialogHeader.css.js +1 -1
- package/dist/components/overlay/dialog/styles/Dialog.css.cjs +1 -1
- package/dist/components/overlay/dialog/styles/Dialog.css.js +5 -4
- package/dist/components/overlay/dialog/styles/Dialog.css.js.map +1 -1
- package/dist/components/overlay/drawer/components/items/_shared/components/drawer-item-content/DrawerItemContent.cjs +1 -1
- package/dist/components/overlay/drawer/components/items/_shared/components/drawer-item-content/DrawerItemContent.js +1 -1
- package/dist/components/overlay/drawer/components/items/_shared/styles/DrawerItemShared.css.cjs +1 -1
- package/dist/components/overlay/drawer/components/items/_shared/styles/DrawerItemShared.css.js +1 -1
- package/dist/components/overlay/drawer/components/items/drawer-action-item/DrawerActionItem.cjs +1 -1
- package/dist/components/overlay/drawer/components/items/drawer-action-item/DrawerActionItem.cjs.map +1 -1
- package/dist/components/overlay/drawer/components/items/drawer-action-item/DrawerActionItem.js +43 -3
- package/dist/components/overlay/drawer/components/items/drawer-action-item/DrawerActionItem.js.map +1 -1
- package/dist/components/overlay/drawer/components/items/drawer-nav-item/DrawerNavItem.cjs +1 -1
- package/dist/components/overlay/drawer/components/items/drawer-nav-item/DrawerNavItem.cjs.map +1 -1
- package/dist/components/overlay/drawer/components/items/drawer-nav-item/DrawerNavItem.js +43 -3
- package/dist/components/overlay/drawer/components/items/drawer-nav-item/DrawerNavItem.js.map +1 -1
- package/dist/components/overlay/drawer/components/items/drawer-section-item/DrawerSectionItem.cjs +1 -1
- package/dist/components/overlay/drawer/components/items/drawer-section-item/DrawerSectionItem.cjs.map +1 -1
- package/dist/components/overlay/drawer/components/items/drawer-section-item/DrawerSectionItem.js +43 -3
- package/dist/components/overlay/drawer/components/items/drawer-section-item/DrawerSectionItem.js.map +1 -1
- package/dist/components/overlay/drawer/components/items/drawer-section-item/styles/DrawerSectionItem.css.cjs +1 -1
- package/dist/components/overlay/drawer/components/items/drawer-section-item/styles/DrawerSectionItem.css.js +1 -1
- package/dist/components/overlay/drawer/components/variants/drawer-inline/styles/DrawerInline.css.cjs +1 -1
- package/dist/components/overlay/drawer/components/variants/drawer-inline/styles/DrawerInline.css.js +1 -1
- package/dist/components/overlay/drawer/components/variants/drawer-mini/styles/DrawerMini.css.cjs +1 -1
- package/dist/components/overlay/drawer/components/variants/drawer-mini/styles/DrawerMini.css.js +1 -1
- package/dist/components/overlay/drawer/components/variants/drawer-portal/styles/DrawerPortal.css.cjs +1 -1
- package/dist/components/overlay/drawer/components/variants/drawer-portal/styles/DrawerPortal.css.js +1 -1
- package/dist/components/overlay/drawer/styles/Drawer.css.cjs +1 -1
- package/dist/components/overlay/drawer/styles/Drawer.css.js +1 -1
- package/dist/components/overlay/dropdown-menu/components/_shared/item.css.cjs +1 -1
- package/dist/components/overlay/dropdown-menu/components/_shared/item.css.js +1 -1
- package/dist/components/overlay/dropdown-menu/components/content/DropdownMenuContent.cjs.map +1 -1
- package/dist/components/overlay/dropdown-menu/components/content/DropdownMenuContent.js.map +1 -1
- package/dist/components/overlay/dropdown-menu/components/content/styles/DropdownMenuContent.css.cjs +1 -1
- package/dist/components/overlay/dropdown-menu/components/content/styles/DropdownMenuContent.css.js +1 -1
- package/dist/components/overlay/dropdown-menu/components/items/dropdown-menu-item/DropdownMenuItem.cjs +1 -1
- package/dist/components/overlay/dropdown-menu/components/items/dropdown-menu-item/DropdownMenuItem.cjs.map +1 -1
- package/dist/components/overlay/dropdown-menu/components/items/dropdown-menu-item/DropdownMenuItem.js +28 -26
- package/dist/components/overlay/dropdown-menu/components/items/dropdown-menu-item/DropdownMenuItem.js.map +1 -1
- package/dist/components/overlay/dropdown-menu/components/items/dropdown-menu-item/types/DropdownMenuItem.props.d.ts +2 -0
- package/dist/components/overlay/dropdown-menu/components/label/styles/DropdownMenuLabel.css.cjs +1 -1
- package/dist/components/overlay/dropdown-menu/components/label/styles/DropdownMenuLabel.css.js +1 -1
- package/dist/components/overlay/dropdown-menu/components/separator/styles/DropdownMenuSeparator.css.cjs +1 -1
- package/dist/components/overlay/dropdown-menu/components/separator/styles/DropdownMenuSeparator.css.js +1 -1
- package/dist/components/overlay/dropdown-menu/components/shortcut/styles/DropdownMenuShortcut.css.cjs +1 -1
- package/dist/components/overlay/dropdown-menu/components/shortcut/styles/DropdownMenuShortcut.css.js +1 -1
- package/dist/components/overlay/dropdown-menu/components/sub/dropdown-menu-sub-content/DropdownMenuSubContent.cjs.map +1 -1
- package/dist/components/overlay/dropdown-menu/components/sub/dropdown-menu-sub-content/DropdownMenuSubContent.js.map +1 -1
- package/dist/components/overlay/dropdown-menu/components/sub/dropdown-menu-sub-content/styles/DropdownMenuSubContent.css.cjs +1 -1
- package/dist/components/overlay/dropdown-menu/components/sub/dropdown-menu-sub-content/styles/DropdownMenuSubContent.css.js +1 -1
- package/dist/components/overlay/dropdown-menu/components/sub/dropdown-menu-sub-trigger/styles/DropdownMenuSubTrigger.css.cjs +1 -1
- package/dist/components/overlay/dropdown-menu/components/sub/dropdown-menu-sub-trigger/styles/DropdownMenuSubTrigger.css.js +1 -1
- package/dist/components/overlay/dropdown-menu/components/trigger/DropdownMenuTrigger.cjs +1 -1
- package/dist/components/overlay/dropdown-menu/components/trigger/DropdownMenuTrigger.cjs.map +1 -1
- package/dist/components/overlay/dropdown-menu/components/trigger/DropdownMenuTrigger.d.ts +2 -2
- package/dist/components/overlay/dropdown-menu/components/trigger/DropdownMenuTrigger.js +15 -12
- package/dist/components/overlay/dropdown-menu/components/trigger/DropdownMenuTrigger.js.map +1 -1
- package/dist/components/overlay/hover-card/components/content/HoverCardContent.cjs.map +1 -1
- package/dist/components/overlay/hover-card/components/content/HoverCardContent.js.map +1 -1
- package/dist/components/overlay/index.d.ts +6 -0
- package/dist/components/overlay/panel/Panel.cjs +2 -0
- package/dist/components/overlay/panel/Panel.cjs.map +1 -0
- package/dist/components/overlay/panel/Panel.d.ts +3 -0
- package/dist/components/overlay/panel/Panel.js +32 -0
- package/dist/components/overlay/panel/Panel.js.map +1 -0
- package/dist/components/overlay/panel/components/index.d.ts +2 -0
- package/dist/components/overlay/panel/components/panel-content/PanelContent.cjs +2 -0
- package/dist/components/overlay/panel/components/panel-content/PanelContent.cjs.map +1 -0
- package/dist/components/overlay/panel/components/panel-content/PanelContent.d.ts +4 -0
- package/dist/components/overlay/panel/components/panel-content/PanelContent.js +45 -0
- package/dist/components/overlay/panel/components/panel-content/PanelContent.js.map +1 -0
- package/dist/components/overlay/panel/components/panel-content/index.d.ts +2 -0
- package/dist/components/overlay/panel/components/panel-content/types/PanelContent.props.d.ts +14 -0
- package/dist/components/overlay/panel/components/panel-header/PanelHeader.cjs +2 -0
- package/dist/components/overlay/panel/components/panel-header/PanelHeader.cjs.map +1 -0
- package/dist/components/overlay/panel/components/panel-header/PanelHeader.d.ts +4 -0
- package/dist/components/overlay/panel/components/panel-header/PanelHeader.js +108 -0
- package/dist/components/overlay/panel/components/panel-header/PanelHeader.js.map +1 -0
- package/dist/components/overlay/panel/components/panel-header/index.d.ts +2 -0
- package/dist/components/overlay/panel/components/panel-header/types/PanelHeader.props.d.ts +15 -0
- package/dist/components/overlay/panel/constants/index.d.ts +1 -0
- package/dist/components/overlay/panel/constants/panelPositions.const.d.ts +4 -0
- package/dist/components/overlay/panel/context/Panel.context.cjs +2 -0
- package/dist/components/overlay/panel/context/Panel.context.cjs.map +1 -0
- package/dist/components/overlay/panel/context/Panel.context.d.ts +9 -0
- package/dist/components/overlay/panel/context/Panel.context.js +12 -0
- package/dist/components/overlay/panel/context/Panel.context.js.map +1 -0
- package/dist/components/overlay/panel/index.d.ts +5 -0
- package/dist/components/overlay/panel/styles/Panel.css.cjs +2 -0
- package/dist/components/overlay/panel/styles/Panel.css.cjs.map +1 -0
- package/dist/components/overlay/panel/styles/Panel.css.d.ts +6 -0
- package/dist/components/overlay/panel/styles/Panel.css.js +20 -0
- package/dist/components/overlay/panel/styles/Panel.css.js.map +1 -0
- package/dist/components/overlay/panel/types/Panel.props.d.ts +3 -0
- package/dist/components/overlay/panel/types/Panel.types.d.ts +2 -0
- package/dist/components/overlay/panel/types/index.d.ts +22 -0
- package/dist/components/overlay/popover/components/content/PopoverContent.cjs.map +1 -1
- package/dist/components/overlay/popover/components/content/PopoverContent.js.map +1 -1
- package/dist/components/overlay/popover/components/content/styles/PopoverContent.css.cjs +1 -1
- package/dist/components/overlay/popover/components/content/styles/PopoverContent.css.js +1 -1
- package/dist/components/overlay/popover/components/trigger/PopoverTrigger.cjs +1 -1
- package/dist/components/overlay/popover/components/trigger/PopoverTrigger.cjs.map +1 -1
- package/dist/components/overlay/popover/components/trigger/PopoverTrigger.d.ts +2 -2
- package/dist/components/overlay/popover/components/trigger/PopoverTrigger.js +15 -12
- package/dist/components/overlay/popover/components/trigger/PopoverTrigger.js.map +1 -1
- package/dist/components/overlay/tooltip/Tooltip.cjs +1 -1
- package/dist/components/overlay/tooltip/Tooltip.cjs.map +1 -1
- package/dist/components/overlay/tooltip/Tooltip.js +24 -19
- package/dist/components/overlay/tooltip/Tooltip.js.map +1 -1
- package/dist/components/overlay/tooltip/styles/Tooltip.css.cjs +1 -1
- package/dist/components/overlay/tooltip/styles/Tooltip.css.js +1 -1
- package/dist/components/overlay/tooltip/types/Tooltip.props.d.ts +4 -0
- package/dist/components/surfaces/accordion/components/accordion-content/styles/AccordionContent.css.cjs +1 -1
- package/dist/components/surfaces/accordion/components/accordion-content/styles/AccordionContent.css.js +1 -1
- package/dist/components/surfaces/accordion/components/accordion-content/types/AccordionContent.props.d.ts +2 -1
- package/dist/components/surfaces/accordion/components/accordion-item/styles/AccordionItem.css.cjs +1 -1
- package/dist/components/surfaces/accordion/components/accordion-item/styles/AccordionItem.css.js +1 -1
- package/dist/components/surfaces/accordion/components/accordion-trigger/AccordionTrigger.cjs +1 -1
- package/dist/components/surfaces/accordion/components/accordion-trigger/AccordionTrigger.js +1 -1
- package/dist/components/surfaces/accordion/components/accordion-trigger/styles/AccordionTrigger.css.cjs +1 -1
- package/dist/components/surfaces/accordion/components/accordion-trigger/styles/AccordionTrigger.css.js +1 -1
- package/dist/components/surfaces/accordion/components/accordion-trigger/types/AccordionTrigger.props.d.ts +2 -1
- package/dist/components/surfaces/accordion/styles/Accordion.css.cjs +1 -1
- package/dist/components/surfaces/accordion/styles/Accordion.css.js +1 -1
- package/dist/components/surfaces/card/components/card-header/styles/CardHeader.css.cjs +1 -1
- package/dist/components/surfaces/card/components/card-header/styles/CardHeader.css.js +1 -1
- package/dist/components/surfaces/card/styles/Card.css.cjs +1 -1
- package/dist/components/surfaces/card/styles/Card.css.js +1 -1
- package/dist/components/surfaces/collapsible/components/collapsible-panel/styles/CollapsiblePanel.css.cjs +1 -1
- package/dist/components/surfaces/collapsible/components/collapsible-panel/styles/CollapsiblePanel.css.js +1 -1
- package/dist/components/surfaces/collapsible/components/collapsible-panel/types/CollapsiblePanel.props.d.ts +2 -1
- package/dist/components/surfaces/collapsible/components/collapsible-trigger/CollapsibleTrigger.cjs +1 -1
- package/dist/components/surfaces/collapsible/components/collapsible-trigger/CollapsibleTrigger.js +1 -1
- package/dist/components/surfaces/collapsible/components/collapsible-trigger/styles/CollapsibleTrigger.css.cjs +1 -1
- package/dist/components/surfaces/collapsible/components/collapsible-trigger/styles/CollapsibleTrigger.css.js +1 -1
- package/dist/components/surfaces/collapsible/components/collapsible-trigger/types/CollapsibleTrigger.props.d.ts +2 -1
- package/dist/components/surfaces/collapsible/styles/Collapsible.css.cjs +1 -1
- package/dist/components/surfaces/collapsible/styles/Collapsible.css.js +1 -1
- package/dist/components/theme-provider/ThemeProvider.cjs +1 -1
- package/dist/components/theme-provider/ThemeProvider.js +1 -1
- package/dist/components/theme-provider/hooks/use-theme-provider/helpers/use-theme-transition/useThemeTransition.hook.cjs +1 -1
- package/dist/components/theme-provider/hooks/use-theme-provider/helpers/use-theme-transition/useThemeTransition.hook.cjs.map +1 -1
- package/dist/components/theme-provider/hooks/use-theme-provider/helpers/use-theme-transition/useThemeTransition.hook.js +14 -16
- package/dist/components/theme-provider/hooks/use-theme-provider/helpers/use-theme-transition/useThemeTransition.hook.js.map +1 -1
- package/dist/constants/animations/fade/fadeIn.css.cjs +1 -1
- package/dist/constants/animations/fade/fadeIn.css.js +1 -1
- package/dist/constants/animations/fade/fadeOut.css.cjs +1 -1
- package/dist/constants/animations/fade/fadeOut.css.js +1 -1
- package/dist/constants/animations/pulse/pulseAnimation.css.cjs +1 -1
- package/dist/constants/animations/pulse/pulseAnimation.css.js +1 -1
- package/dist/constants/animations/slide/slideDownIn.css.cjs +1 -1
- package/dist/constants/animations/slide/slideDownIn.css.js +1 -1
- package/dist/constants/animations/slide/slideDownOut.css.cjs +1 -1
- package/dist/constants/animations/slide/slideDownOut.css.js +1 -1
- package/dist/constants/animations/slide/slideLeftIn.css.cjs +1 -1
- package/dist/constants/animations/slide/slideLeftIn.css.js +1 -1
- package/dist/constants/animations/slide/slideLeftOut.css.cjs +1 -1
- package/dist/constants/animations/slide/slideLeftOut.css.js +1 -1
- package/dist/constants/animations/slide/slideRightIn.css.cjs +1 -1
- package/dist/constants/animations/slide/slideRightIn.css.js +1 -1
- package/dist/constants/animations/slide/slideRightOut.css.cjs +1 -1
- package/dist/constants/animations/slide/slideRightOut.css.js +1 -1
- package/dist/constants/animations/slide/slideUpIn.css.cjs +1 -1
- package/dist/constants/animations/slide/slideUpIn.css.js +1 -1
- package/dist/constants/animations/slide/slideUpOut.css.cjs +1 -1
- package/dist/constants/animations/slide/slideUpOut.css.js +1 -1
- package/dist/constants/animations/spin/spinAnimation.css.cjs +1 -1
- package/dist/constants/animations/spin/spinAnimation.css.js +1 -1
- package/dist/constants/icons.cjs +1 -1
- package/dist/constants/icons.cjs.map +1 -1
- package/dist/constants/icons.d.ts +4 -0
- package/dist/constants/icons.js +2 -0
- package/dist/constants/icons.js.map +1 -1
- package/dist/constants/styles/spaceVariants.const.cjs +2 -0
- package/dist/constants/styles/spaceVariants.const.cjs.map +1 -0
- package/dist/constants/styles/spaceVariants.const.js +27 -0
- package/dist/constants/styles/spaceVariants.const.js.map +1 -0
- package/dist/hooks/index.d.ts +4 -0
- package/dist/hooks/use-notification/types/useNotification.types.d.ts +21 -0
- package/dist/hooks/use-notification/useNotification.hook.cjs +2 -0
- package/dist/hooks/use-notification/useNotification.hook.cjs.map +1 -0
- package/dist/hooks/use-notification/useNotification.hook.d.ts +2 -0
- package/dist/hooks/use-notification/useNotification.hook.js +42 -0
- package/dist/hooks/use-notification/useNotification.hook.js.map +1 -0
- package/dist/hooks/use-toast/types/useToast.types.d.ts +20 -0
- package/dist/hooks/use-toast/useToast.hook.cjs +2 -0
- package/dist/hooks/use-toast/useToast.hook.cjs.map +1 -0
- package/dist/hooks/use-toast/useToast.hook.d.ts +2 -0
- package/dist/hooks/use-toast/useToast.hook.js +46 -0
- package/dist/hooks/use-toast/useToast.hook.js.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +401 -312
- package/dist/index.js.map +1 -1
- package/dist/styles.css +314 -0
- package/dist/theme/colors/dark.cjs +1 -1
- package/dist/theme/colors/dark.cjs.map +1 -1
- package/dist/theme/colors/dark.d.ts +12 -2
- package/dist/theme/colors/dark.js +38 -1
- package/dist/theme/colors/dark.js.map +1 -1
- package/dist/theme/colors/index.d.ts +3 -1
- package/dist/theme/colors/light.cjs +1 -1
- package/dist/theme/colors/light.cjs.map +1 -1
- package/dist/theme/colors/light.d.ts +38 -0
- package/dist/theme/colors/light.js +38 -1
- package/dist/theme/colors/light.js.map +1 -1
- package/dist/theme/contract.css.cjs +1 -1
- package/dist/theme/contract.css.d.ts +38 -1
- package/dist/theme/contract.css.js +2 -2
- package/dist/theme/index.d.ts +3 -1
- package/dist/theme/tokens/index.cjs +1 -1
- package/dist/theme/tokens/index.cjs.map +1 -1
- package/dist/theme/tokens/index.d.ts +218 -3
- package/dist/theme/tokens/index.js +26 -24
- package/dist/theme/tokens/index.js.map +1 -1
- package/dist/theme/tokens/typography.cjs +1 -1
- package/dist/theme/tokens/typography.cjs.map +1 -1
- package/dist/theme/tokens/typography.d.ts +1 -1
- package/dist/theme/tokens/typography.js +5 -5
- package/dist/theme/tokens/typography.js.map +1 -1
- package/dist/types/DataAttributes.d.ts +3 -0
- package/dist/ui-kit.css +1 -1
- package/dist/ui-kit10.css +1 -0
- package/dist/ui-kit100.css +1 -0
- package/dist/ui-kit101.css +1 -0
- package/dist/ui-kit102.css +1 -0
- package/dist/ui-kit103.css +1 -0
- package/dist/ui-kit104.css +1 -0
- package/dist/ui-kit105.css +1 -0
- package/dist/ui-kit106.css +1 -0
- package/dist/ui-kit107.css +1 -0
- package/dist/ui-kit108.css +1 -0
- package/dist/ui-kit109.css +1 -0
- package/dist/ui-kit11.css +1 -0
- package/dist/ui-kit110.css +1 -0
- package/dist/ui-kit111.css +1 -0
- package/dist/ui-kit112.css +1 -0
- package/dist/ui-kit113.css +1 -0
- package/dist/ui-kit114.css +1 -0
- package/dist/ui-kit115.css +1 -0
- package/dist/ui-kit116.css +1 -0
- package/dist/ui-kit117.css +1 -0
- package/dist/ui-kit118.css +1 -0
- package/dist/ui-kit119.css +1 -0
- package/dist/ui-kit12.css +1 -0
- package/dist/ui-kit120.css +1 -0
- package/dist/ui-kit121.css +1 -0
- package/dist/ui-kit122.css +1 -0
- package/dist/ui-kit123.css +1 -0
- package/dist/ui-kit124.css +1 -0
- package/dist/ui-kit125.css +1 -0
- package/dist/ui-kit126.css +1 -0
- package/dist/ui-kit127.css +1 -0
- package/dist/ui-kit128.css +1 -0
- package/dist/ui-kit129.css +1 -0
- package/dist/ui-kit13.css +1 -0
- package/dist/ui-kit130.css +1 -0
- package/dist/ui-kit131.css +1 -0
- package/dist/ui-kit132.css +1 -0
- package/dist/ui-kit133.css +1 -0
- package/dist/ui-kit134.css +1 -0
- package/dist/ui-kit135.css +1 -0
- package/dist/ui-kit136.css +1 -0
- package/dist/ui-kit137.css +1 -0
- package/dist/ui-kit138.css +1 -0
- package/dist/ui-kit139.css +1 -0
- package/dist/ui-kit14.css +1 -0
- package/dist/ui-kit140.css +1 -0
- package/dist/ui-kit141.css +1 -0
- package/dist/ui-kit142.css +1 -0
- package/dist/ui-kit143.css +1 -0
- package/dist/ui-kit144.css +1 -0
- package/dist/ui-kit145.css +1 -0
- package/dist/ui-kit146.css +1 -0
- package/dist/ui-kit147.css +1 -0
- package/dist/ui-kit148.css +1 -0
- package/dist/ui-kit149.css +1 -0
- package/dist/ui-kit15.css +1 -0
- package/dist/ui-kit150.css +1 -0
- package/dist/ui-kit151.css +1 -0
- package/dist/ui-kit152.css +1 -0
- package/dist/ui-kit153.css +1 -0
- package/dist/ui-kit154.css +1 -0
- package/dist/ui-kit155.css +1 -0
- package/dist/ui-kit156.css +1 -0
- package/dist/ui-kit157.css +1 -0
- package/dist/ui-kit158.css +1 -0
- package/dist/ui-kit16.css +1 -0
- package/dist/ui-kit17.css +1 -0
- package/dist/ui-kit18.css +1 -0
- package/dist/ui-kit19.css +1 -0
- package/dist/ui-kit2.css +1 -0
- package/dist/ui-kit20.css +1 -0
- package/dist/ui-kit21.css +1 -0
- package/dist/ui-kit22.css +1 -0
- package/dist/ui-kit23.css +1 -0
- package/dist/ui-kit24.css +1 -0
- package/dist/ui-kit25.css +1 -0
- package/dist/ui-kit26.css +1 -0
- package/dist/ui-kit27.css +1 -0
- package/dist/ui-kit28.css +1 -0
- package/dist/ui-kit29.css +1 -0
- package/dist/ui-kit3.css +1 -0
- package/dist/ui-kit30.css +1 -0
- package/dist/ui-kit31.css +1 -0
- package/dist/ui-kit32.css +1 -0
- package/dist/ui-kit33.css +1 -0
- package/dist/ui-kit34.css +1 -0
- package/dist/ui-kit35.css +1 -0
- package/dist/ui-kit36.css +1 -0
- package/dist/ui-kit37.css +1 -0
- package/dist/ui-kit38.css +1 -0
- package/dist/ui-kit39.css +1 -0
- package/dist/ui-kit4.css +1 -0
- package/dist/ui-kit40.css +1 -0
- package/dist/ui-kit41.css +1 -0
- package/dist/ui-kit42.css +1 -0
- package/dist/ui-kit43.css +1 -0
- package/dist/ui-kit44.css +1 -0
- package/dist/ui-kit45.css +0 -0
- package/dist/ui-kit46.css +1 -0
- package/dist/ui-kit47.css +1 -0
- package/dist/ui-kit48.css +1 -0
- package/dist/ui-kit49.css +1 -0
- package/dist/ui-kit5.css +1 -0
- package/dist/ui-kit50.css +1 -0
- package/dist/ui-kit51.css +1 -0
- package/dist/ui-kit52.css +1 -0
- package/dist/ui-kit53.css +1 -0
- package/dist/ui-kit54.css +1 -0
- package/dist/ui-kit55.css +1 -0
- package/dist/ui-kit56.css +1 -0
- package/dist/ui-kit57.css +1 -0
- package/dist/ui-kit58.css +1 -0
- package/dist/ui-kit59.css +1 -0
- package/dist/ui-kit6.css +1 -0
- package/dist/ui-kit60.css +1 -0
- package/dist/ui-kit61.css +1 -0
- package/dist/ui-kit62.css +1 -0
- package/dist/ui-kit63.css +1 -0
- package/dist/ui-kit64.css +1 -0
- package/dist/ui-kit65.css +1 -0
- package/dist/ui-kit66.css +1 -0
- package/dist/ui-kit67.css +1 -0
- package/dist/ui-kit68.css +1 -0
- package/dist/ui-kit69.css +1 -0
- package/dist/ui-kit7.css +1 -0
- package/dist/ui-kit70.css +1 -0
- package/dist/ui-kit71.css +1 -0
- package/dist/ui-kit72.css +1 -0
- package/dist/ui-kit73.css +1 -0
- package/dist/ui-kit74.css +1 -0
- package/dist/ui-kit75.css +1 -0
- package/dist/ui-kit76.css +1 -0
- package/dist/ui-kit77.css +1 -0
- package/dist/ui-kit78.css +1 -0
- package/dist/ui-kit79.css +1 -0
- package/dist/ui-kit8.css +1 -0
- package/dist/ui-kit80.css +1 -0
- package/dist/ui-kit81.css +1 -0
- package/dist/ui-kit82.css +1 -0
- package/dist/ui-kit83.css +1 -0
- package/dist/ui-kit84.css +1 -0
- package/dist/ui-kit85.css +1 -0
- package/dist/ui-kit86.css +1 -0
- package/dist/ui-kit87.css +1 -0
- package/dist/ui-kit88.css +1 -0
- package/dist/ui-kit89.css +1 -0
- package/dist/ui-kit9.css +1 -0
- package/dist/ui-kit90.css +1 -0
- package/dist/ui-kit91.css +1 -0
- package/dist/ui-kit92.css +1 -0
- package/dist/ui-kit93.css +1 -0
- package/dist/ui-kit94.css +1 -0
- package/dist/ui-kit95.css +1 -0
- package/dist/ui-kit96.css +1 -0
- package/dist/ui-kit97.css +1 -0
- package/dist/ui-kit98.css +1 -0
- package/dist/ui-kit99.css +1 -0
- package/package.json +20 -15
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export { default as RichTextEditor } from './RichTextEditor.tsx';
|
|
2
|
+
export { default as RichTextEditorField } from './RichTextEditorField.tsx';
|
|
3
|
+
export { RICH_TEXT_EDITOR_STYLES } from './styles/RichTextEditor.css.ts';
|
|
4
|
+
export { RICH_TEXT_COLOR_PALETTES } from './constants';
|
|
5
|
+
export { RICH_TEXT_EDITOR_LABEL_STYLES } from './components/rich-text-editor-label';
|
|
6
|
+
export type { RichTextEditorProps } from './types/RichTextEditor.props.ts';
|
|
7
|
+
export type { RichTextEditorLabels } from './types/RichTextEditorLabels.types.ts';
|
|
8
|
+
export type { RichTextEditorFieldProps } from './types/RichTextEditorField.props.ts';
|
|
9
|
+
export type { RichTextEditorCompound } from './types/RichTextEditorCompound.ts';
|
|
10
|
+
export type { RichTextEditorLabelProps } from './components/rich-text-editor-label';
|
|
11
|
+
export type { EditorFieldProps } from './components/editor-field';
|
|
12
|
+
export type { RichTextEditorHelperTextProps } from './components/helper-text';
|
|
13
|
+
export type { ReadOnlyFieldProps } from './components/read-only-field';
|
|
14
|
+
export type { ToolbarProps } from './components/toolbar';
|
|
15
|
+
export type { ToolbarGroupProps } from './components/toolbar-group';
|
|
16
|
+
export type { TextAppearanceGroupCompound } from './components/text-appearance-group';
|
|
17
|
+
export type { TextSizeMenuProps } from './components/text-appearance-group';
|
|
18
|
+
export type { BlockFormatGroupProps } from './components/block-format-group';
|
|
19
|
+
export type { ListsGroupProps } from './components/lists-group';
|
|
20
|
+
export type { AlignmentGroupProps } from './components/alignment-group';
|
|
21
|
+
export type { ImageGroupProps } from './components/image-group';
|
|
22
|
+
export type { SetLinkProps, UnsetLinkProps, } from './components/link-group';
|
|
23
|
+
export type { RichTextContainerNode, RichTextImageNode, RichTextHardBreakNode, RichTextHorizontalRuleNode, RichTextMark, RichTextNode, RichTextTextNode, RichTextValue, } from './types/RichTextEditor.types.ts';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../../../ui-kit19.css');require('../../../../ui-kit.css');;/* empty css */;/* empty css */var e={root:"_11275xk0",editor:"_11275xk1"};exports.RICH_TEXT_EDITOR_STYLES=e;
|
|
2
|
+
//# sourceMappingURL=RichTextEditor.css.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RichTextEditor.css.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RichTextEditor.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { RichTextValue } from './RichTextEditor.types.ts';
|
|
3
|
+
import { RichTextEditorLabels } from './RichTextEditorLabels.types.ts';
|
|
4
|
+
import type * as React from 'react';
|
|
5
|
+
type RichTextEditorBaseProps = {
|
|
6
|
+
/** Controlled, versioned document value. */
|
|
7
|
+
value?: RichTextValue;
|
|
8
|
+
/** Initial document value when the editor is uncontrolled. */
|
|
9
|
+
defaultValue?: RichTextValue;
|
|
10
|
+
/** Called whenever the document changes in either controlled mode. */
|
|
11
|
+
onValueChange?: (value: RichTextValue) => void;
|
|
12
|
+
/** Uploads an image selected from the toolbar and resolves to its public URL. */
|
|
13
|
+
onImageUpload?: (file: File) => Promise<string>;
|
|
14
|
+
/** Visible field label. Required unless an accessible ARIA name is supplied. */
|
|
15
|
+
label?: string;
|
|
16
|
+
/** Help text rendered below the editor. Hidden when error is provided. */
|
|
17
|
+
helperText?: string;
|
|
18
|
+
/** Error message rendered below the editor. */
|
|
19
|
+
error?: string;
|
|
20
|
+
/** Placeholder shown when the document is empty. */
|
|
21
|
+
placeholder?: string;
|
|
22
|
+
/** Prevents editing and toolbar interaction. */
|
|
23
|
+
disabled?: boolean;
|
|
24
|
+
/** Makes the document non-editable while preserving its visual appearance. */
|
|
25
|
+
readOnly?: boolean;
|
|
26
|
+
/** Marks the editable document as required for form semantics. */
|
|
27
|
+
required?: boolean;
|
|
28
|
+
/** Form field name used to submit the JSON document value. */
|
|
29
|
+
name?: string;
|
|
30
|
+
/** CSS width of the outer wrapper. Defaults to 100%. */
|
|
31
|
+
width?: React.CSSProperties['width'];
|
|
32
|
+
className?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Localizable accessible labels for every toolbar control and user-facing
|
|
35
|
+
* prompt string. Provide only the keys you want to override; English
|
|
36
|
+
* defaults are used for every omitted key.
|
|
37
|
+
*/
|
|
38
|
+
labels?: Partial<RichTextEditorLabels>;
|
|
39
|
+
/**
|
|
40
|
+
* Compound slots (`RichTextEditor.Label`, `RichTextEditor.Toolbar`, `RichTextEditor.EditorField`, ...).
|
|
41
|
+
*/
|
|
42
|
+
children: ReactNode;
|
|
43
|
+
};
|
|
44
|
+
export type RichTextEditorProps = RichTextEditorBaseProps & ({
|
|
45
|
+
label: string;
|
|
46
|
+
'aria-label'?: string;
|
|
47
|
+
'aria-labelledby'?: string;
|
|
48
|
+
} | {
|
|
49
|
+
label?: never;
|
|
50
|
+
'aria-label': string;
|
|
51
|
+
'aria-labelledby'?: string;
|
|
52
|
+
} | {
|
|
53
|
+
label?: never;
|
|
54
|
+
'aria-label'?: string;
|
|
55
|
+
'aria-labelledby': string;
|
|
56
|
+
});
|
|
57
|
+
export {};
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { RICH_TEXT_FONT_SIZES } from '../constants';
|
|
2
|
+
export type RichTextFontSize = keyof typeof RICH_TEXT_FONT_SIZES;
|
|
3
|
+
export type RichTextMark = {
|
|
4
|
+
type: 'bold' | 'italic' | 'underline' | 'strike' | 'code';
|
|
5
|
+
} | {
|
|
6
|
+
type: 'textStyle';
|
|
7
|
+
attrs: {
|
|
8
|
+
color?: string | null;
|
|
9
|
+
fontSize?: string | null;
|
|
10
|
+
};
|
|
11
|
+
} | {
|
|
12
|
+
type: 'link';
|
|
13
|
+
attrs: {
|
|
14
|
+
href: string;
|
|
15
|
+
target?: string | null;
|
|
16
|
+
rel?: string | null;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
export type RichTextTextNode = {
|
|
20
|
+
type: 'text';
|
|
21
|
+
text: string;
|
|
22
|
+
marks?: RichTextMark[];
|
|
23
|
+
};
|
|
24
|
+
export type RichTextContainerNode = {
|
|
25
|
+
type: 'paragraph' | 'heading' | 'bulletList' | 'orderedList' | 'listItem' | 'blockquote' | 'codeBlock';
|
|
26
|
+
content?: RichTextNode[];
|
|
27
|
+
attrs?: {
|
|
28
|
+
level?: 1 | 2 | 3;
|
|
29
|
+
textAlign?: 'left' | 'center' | 'right' | 'justify' | null;
|
|
30
|
+
start?: number;
|
|
31
|
+
language?: string | null;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
export type RichTextImageNode = {
|
|
35
|
+
type: 'image';
|
|
36
|
+
attrs: {
|
|
37
|
+
src: string;
|
|
38
|
+
alt?: string | null;
|
|
39
|
+
title?: string | null;
|
|
40
|
+
width?: string | null;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
export type RichTextHorizontalRuleNode = {
|
|
44
|
+
type: 'horizontalRule';
|
|
45
|
+
};
|
|
46
|
+
export type RichTextHardBreakNode = {
|
|
47
|
+
type: 'hardBreak';
|
|
48
|
+
};
|
|
49
|
+
export type RichTextNode = RichTextTextNode | RichTextContainerNode | RichTextImageNode | RichTextHorizontalRuleNode | RichTextHardBreakNode;
|
|
50
|
+
/** Versioned JSON document emitted by RichTextEditor. */
|
|
51
|
+
export type RichTextValue = {
|
|
52
|
+
type: 'doc';
|
|
53
|
+
content?: RichTextNode[];
|
|
54
|
+
};
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { NamedExoticComponent } from 'react';
|
|
2
|
+
import { AlignmentGroup } from '../components/alignment-group';
|
|
3
|
+
import { BlockFormatGroup } from '../components/block-format-group';
|
|
4
|
+
import { EditorField } from '../components/editor-field';
|
|
5
|
+
import { HistoryGroup, Redo, Undo } from '../components/history-group';
|
|
6
|
+
import { ImageGroup } from '../components/image-group';
|
|
7
|
+
import { HelperText } from '../components/helper-text';
|
|
8
|
+
import { LinkGroup, SetLink, UnsetLink } from '../components/link-group';
|
|
9
|
+
import { ListsGroup } from '../components/lists-group';
|
|
10
|
+
import { default as RichTextEditorLabel } from '../components/rich-text-editor-label/RichTextEditorLabel.tsx';
|
|
11
|
+
import { TextAppearanceGroupCompound } from '../components/text-appearance-group';
|
|
12
|
+
import { Bold, Italic, Strike, TextStyleGroup, Underline } from '../components/text-style-group';
|
|
13
|
+
import { Toolbar } from '../components/toolbar';
|
|
14
|
+
import { ToolbarGroups } from '../components/toolbar-groups';
|
|
15
|
+
import { ToolbarGroup } from '../components/toolbar-group';
|
|
16
|
+
import { ToolbarSeparator } from '../components/toolbar-separator';
|
|
17
|
+
import { ReadOnlyField } from '../components/read-only-field';
|
|
18
|
+
import { RichTextEditorProps } from './RichTextEditor.props.ts';
|
|
19
|
+
export type RichTextEditorCompound = NamedExoticComponent<RichTextEditorProps> & {
|
|
20
|
+
Label: typeof RichTextEditorLabel;
|
|
21
|
+
EditorField: typeof EditorField;
|
|
22
|
+
ReadOnlyField: typeof ReadOnlyField;
|
|
23
|
+
HelperText: typeof HelperText;
|
|
24
|
+
Toolbar: typeof Toolbar;
|
|
25
|
+
ToolbarGroups: typeof ToolbarGroups;
|
|
26
|
+
ToolbarGroup: typeof ToolbarGroup;
|
|
27
|
+
ToolbarSeparator: typeof ToolbarSeparator;
|
|
28
|
+
HistoryGroup: typeof HistoryGroup;
|
|
29
|
+
Undo: typeof Undo;
|
|
30
|
+
Redo: typeof Redo;
|
|
31
|
+
TextStyleGroup: typeof TextStyleGroup;
|
|
32
|
+
Bold: typeof Bold;
|
|
33
|
+
Italic: typeof Italic;
|
|
34
|
+
Underline: typeof Underline;
|
|
35
|
+
Strike: typeof Strike;
|
|
36
|
+
TextAppearanceGroup: TextAppearanceGroupCompound;
|
|
37
|
+
LinkGroup: typeof LinkGroup;
|
|
38
|
+
SetLink: typeof SetLink;
|
|
39
|
+
UnsetLink: typeof UnsetLink;
|
|
40
|
+
BlockFormatGroup: typeof BlockFormatGroup;
|
|
41
|
+
ListsGroup: typeof ListsGroup;
|
|
42
|
+
AlignmentGroup: typeof AlignmentGroup;
|
|
43
|
+
ImageGroup: typeof ImageGroup;
|
|
44
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { RichTextEditorProps } from './RichTextEditor.props.ts';
|
|
2
|
+
/** Omit that distributes over a union type, preserving each member's discriminated shape. */
|
|
3
|
+
type DistributiveOmit<T, K extends keyof T> = T extends unknown ? Omit<T, K> : never;
|
|
4
|
+
/** RichTextEditorField renders the same non-compound layout as RichTextEditor without the compound `children` slot. */
|
|
5
|
+
export type RichTextEditorFieldProps = DistributiveOmit<RichTextEditorProps, 'children'>;
|
|
6
|
+
export {};
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* All user-facing strings surfaced by the RichTextEditor and its compound
|
|
3
|
+
* slots. Pass a partial object to `RichTextEditor` `labels` to override only
|
|
4
|
+
* the strings you need; English values are used for every key you omit.
|
|
5
|
+
*/
|
|
6
|
+
export type RichTextEditorLabels = {
|
|
7
|
+
/** Default `aria-label` for the toolbar when no `aria-label` prop is provided. */
|
|
8
|
+
toolbar: string;
|
|
9
|
+
/** `aria-label` for the combined font-size and block-format group. */
|
|
10
|
+
fontSizeAndBlockFormatGroup: string;
|
|
11
|
+
/** `aria-label` for the combined alignment and lists group. */
|
|
12
|
+
alignmentAndListsGroup: string;
|
|
13
|
+
/** `aria-label` for the combined links and images group. */
|
|
14
|
+
linksAndImagesGroup: string;
|
|
15
|
+
/** `aria-label` for the history group. */
|
|
16
|
+
historyGroup: string;
|
|
17
|
+
/** `aria-label` for the Undo button. */
|
|
18
|
+
undo: string;
|
|
19
|
+
/** `aria-label` for the Redo button. */
|
|
20
|
+
redo: string;
|
|
21
|
+
/** `aria-label` for the text style group. */
|
|
22
|
+
textStyleGroup: string;
|
|
23
|
+
/** `aria-label` for the Bold toggle. */
|
|
24
|
+
bold: string;
|
|
25
|
+
/** `aria-label` for the Italic toggle. */
|
|
26
|
+
italic: string;
|
|
27
|
+
/** `aria-label` for the Underline toggle. */
|
|
28
|
+
underline: string;
|
|
29
|
+
/** `aria-label` for the Strikethrough toggle. */
|
|
30
|
+
strikethrough: string;
|
|
31
|
+
/** `aria-label` for the text appearance group. */
|
|
32
|
+
textAppearanceGroup: string;
|
|
33
|
+
/** `aria-label` for the text size trigger button. */
|
|
34
|
+
textSizeTrigger: string;
|
|
35
|
+
/** `aria-label` for the text size dropdown content. */
|
|
36
|
+
textSizeOptions: string;
|
|
37
|
+
/** `aria-label` for the text color trigger button. */
|
|
38
|
+
textColorTrigger: string;
|
|
39
|
+
/** `aria-label` for the text color popover content. */
|
|
40
|
+
textColorPalette: string;
|
|
41
|
+
/** `aria-label` for a color palette group. Receives the palette name. */
|
|
42
|
+
textColorGroup: (paletteName: string) => string;
|
|
43
|
+
/** `aria-label` for a color swatch button. Receives the palette name and 0-based color index. */
|
|
44
|
+
textColorSwatch: (paletteName: string, colorIndex: number) => string;
|
|
45
|
+
/** `aria-label` for the link group. */
|
|
46
|
+
linkGroup: string;
|
|
47
|
+
/** `aria-label` for the Add / edit link button. */
|
|
48
|
+
addOrEditLink: string;
|
|
49
|
+
/** `aria-label` for the link actions dropdown trigger. */
|
|
50
|
+
linkGroupTrigger: string;
|
|
51
|
+
/** `aria-label` for the link actions dropdown content. */
|
|
52
|
+
linkOptions: string;
|
|
53
|
+
/** `window.prompt` message asking for a link URL. */
|
|
54
|
+
linkUrlPrompt: string;
|
|
55
|
+
/** `aria-label` for the Remove link button. */
|
|
56
|
+
removeLink: string;
|
|
57
|
+
/** `aria-label` for the image group. */
|
|
58
|
+
imageGroup: string;
|
|
59
|
+
/** `aria-label` for the image actions dropdown trigger button (menu presentation). */
|
|
60
|
+
imageGroupTrigger: string;
|
|
61
|
+
/** `aria-label` for the image options dropdown content. */
|
|
62
|
+
imageOptions: string;
|
|
63
|
+
/** Shared `aria-label` and menu item label for Insert image URL. */
|
|
64
|
+
insertImageUrl: string;
|
|
65
|
+
/** `window.prompt` message asking for an image URL. */
|
|
66
|
+
imageUrlPrompt: string;
|
|
67
|
+
/** Shared `aria-label` and menu item label for Upload image. */
|
|
68
|
+
uploadImage: string;
|
|
69
|
+
/** Shared `aria-label` and menu item label for Edit image details. */
|
|
70
|
+
editImageDetails: string;
|
|
71
|
+
/** `window.prompt` message asking for image alternative text. */
|
|
72
|
+
imageAltPrompt: string;
|
|
73
|
+
/** `window.prompt` message asking for image width. */
|
|
74
|
+
imageWidthPrompt: string;
|
|
75
|
+
/** Shared `aria-label` and menu item label for Remove image. */
|
|
76
|
+
removeImage: string;
|
|
77
|
+
/** `aria-label` for the block format group. */
|
|
78
|
+
blockFormatGroup: string;
|
|
79
|
+
/** `aria-label` for the block format dropdown trigger button. */
|
|
80
|
+
blockFormatTrigger: string;
|
|
81
|
+
/** `aria-label` for the block format dropdown content. */
|
|
82
|
+
blockFormatOptions: string;
|
|
83
|
+
/** Shared `aria-label` and menu item label for Paragraph. */
|
|
84
|
+
paragraph: string;
|
|
85
|
+
/** Shared `aria-label` and menu item label for Heading 1. */
|
|
86
|
+
heading1: string;
|
|
87
|
+
/** Shared `aria-label` and menu item label for Heading 2. */
|
|
88
|
+
heading2: string;
|
|
89
|
+
/** Shared `aria-label` and menu item label for Heading 3. */
|
|
90
|
+
heading3: string;
|
|
91
|
+
/** Shared `aria-label` and menu item label for Block quote. */
|
|
92
|
+
blockQuote: string;
|
|
93
|
+
/** Shared `aria-label` and menu item label for Code block. */
|
|
94
|
+
codeBlock: string;
|
|
95
|
+
/** Shared `aria-label` and menu item label for Insert horizontal rule. */
|
|
96
|
+
insertHorizontalRule: string;
|
|
97
|
+
/** `aria-label` for the lists group. */
|
|
98
|
+
listsGroup: string;
|
|
99
|
+
/** `aria-label` for the lists dropdown trigger button. */
|
|
100
|
+
listsTrigger: string;
|
|
101
|
+
/** `aria-label` for the list options dropdown content. */
|
|
102
|
+
listOptions: string;
|
|
103
|
+
/** Shared `aria-label` and menu item label for Bulleted list. */
|
|
104
|
+
bulletedList: string;
|
|
105
|
+
/** Shared `aria-label` and menu item label for Numbered list. */
|
|
106
|
+
numberedList: string;
|
|
107
|
+
/** `aria-label` for the alignment group. */
|
|
108
|
+
alignmentGroup: string;
|
|
109
|
+
/** `aria-label` for the alignment dropdown trigger button. */
|
|
110
|
+
alignmentTrigger: string;
|
|
111
|
+
/** `aria-label` for the alignment options dropdown content. */
|
|
112
|
+
alignmentOptions: string;
|
|
113
|
+
/** Shared `aria-label` and menu item label for Align left. */
|
|
114
|
+
alignLeft: string;
|
|
115
|
+
/** Shared `aria-label` and menu item label for Align center. */
|
|
116
|
+
alignCenter: string;
|
|
117
|
+
/** Shared `aria-label` and menu item label for Align right. */
|
|
118
|
+
alignRight: string;
|
|
119
|
+
/** Shared `aria-label` and menu item label for Justify. */
|
|
120
|
+
justify: string;
|
|
121
|
+
};
|
package/dist/components/forms/rich-text-editor/types/RichTextEditorToolbarPresentation.types.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type RichTextEditorToolbarPresentation = 'menu' | 'inline';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export type { RichTextEditorProps } from './RichTextEditor.props.ts';
|
|
2
|
+
export type { RichTextEditorFieldProps } from './RichTextEditorField.props.ts';
|
|
3
|
+
export type { RichTextEditorToolbarPresentation } from './RichTextEditorToolbarPresentation.types.ts';
|
|
4
|
+
export type { RichTextEditorCompound } from './RichTextEditorCompound.ts';
|
|
5
|
+
export type { RichTextEditorLabels } from './RichTextEditorLabels.types.ts';
|
|
6
|
+
export type { RichTextContainerNode, RichTextFontSize, RichTextHardBreakNode, RichTextHorizontalRuleNode, RichTextMark, RichTextNode, RichTextTextNode, RichTextValue, } from './RichTextEditor.types.ts';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("../constants/richTextColorPalettes.const.cjs"),o=require("../constants/richTextFontSizes.const.cjs"),s=/^(https?:|mailto:|tel:)/i,n=e=>{if(typeof e!="string")return;if(i.RICH_TEXT_COLOR_PALETTES.flatMap(r=>r.colors).some(r=>r===e))return e},l=e=>typeof e=="string"&&Object.values(o.RICH_TEXT_FONT_SIZES).some(t=>t===e)?e:void 0,a=e=>{const t=e.trim();if(!(!t||t.startsWith("//")))return t.startsWith("#")||t.startsWith("./")||t.startsWith("../")||t.startsWith("/")||s.test(t)?t:void 0};exports.normalizeRichTextColorValue=n;exports.normalizeRichTextFontSizeValue=l;exports.normalizeRichTextUrl=a;
|
|
2
|
+
//# sourceMappingURL=richText.utils.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"richText.utils.cjs","sources":["../../../../../src/components/forms/rich-text-editor/utils/richText.utils.ts"],"sourcesContent":["import { RICH_TEXT_FONT_SIZES } from '@components/forms/rich-text-editor/constants'\r\nimport { RICH_TEXT_COLOR_PALETTES } from '@components/forms/rich-text-editor/constants/richTextColorPalettes.const.ts'\r\n\r\nconst SAFE_PROTOCOL = /^(https?:|mailto:|tel:)/i\r\n\r\nexport const normalizeRichTextColorValue = (value: unknown): string | undefined => {\r\n if (typeof value !== 'string') {\r\n return undefined\r\n }\r\n\r\n const paletteValues = RICH_TEXT_COLOR_PALETTES.flatMap((palette) => palette.colors)\r\n\r\n if (paletteValues.some((paletteValue) => paletteValue === value)) {\r\n return value\r\n }\r\n\r\n return undefined\r\n}\r\n\r\nexport const normalizeRichTextFontSizeValue = (value: unknown): string | undefined =>\r\n typeof value === 'string' && Object.values(RICH_TEXT_FONT_SIZES).some((fontSize) => fontSize === value)\r\n ? value\r\n : undefined\r\n\r\nexport const normalizeRichTextUrl = (url: string): string | undefined => {\r\n const value = url.trim()\r\n\r\n if (!value || value.startsWith('//')) {\r\n return undefined\r\n }\r\n\r\n if (value.startsWith('#') || value.startsWith('./') || value.startsWith('../')) {\r\n return value\r\n }\r\n\r\n if (value.startsWith('/')) {\r\n return value\r\n }\r\n\r\n return SAFE_PROTOCOL.test(value) ? value : undefined\r\n}\r\n"],"names":["SAFE_PROTOCOL","normalizeRichTextColorValue","value","RICH_TEXT_COLOR_PALETTES","palette","paletteValue","normalizeRichTextFontSizeValue","RICH_TEXT_FONT_SIZES","fontSize","normalizeRichTextUrl","url"],"mappings":"sMAGMA,EAAgB,2BAETC,EAA+BC,GAAuC,CAC/E,GAAI,OAAOA,GAAU,SACjB,OAKJ,GAFsBC,EAAAA,yBAAyB,QAASC,GAAYA,EAAQ,MAAM,EAEhE,KAAMC,GAAiBA,IAAiBH,CAAK,EAC3D,OAAOA,CAIf,EAEaI,EAAkCJ,GAC3C,OAAOA,GAAU,UAAY,OAAO,OAAOK,EAAAA,oBAAoB,EAAE,KAAMC,GAAaA,IAAaN,CAAK,EAChGA,EACA,OAEGO,EAAwBC,GAAoC,CACrE,MAAMR,EAAQQ,EAAI,KAAA,EAElB,GAAI,GAACR,GAASA,EAAM,WAAW,IAAI,GAQnC,OAJIA,EAAM,WAAW,GAAG,GAAKA,EAAM,WAAW,IAAI,GAAKA,EAAM,WAAW,KAAK,GAIzEA,EAAM,WAAW,GAAG,GAIjBF,EAAc,KAAKE,CAAK,EAHpBA,EAGgC,MAC/C"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { RICH_TEXT_COLOR_PALETTES as o } from "../constants/richTextColorPalettes.const.js";
|
|
2
|
+
import { RICH_TEXT_FONT_SIZES as e } from "../constants/richTextFontSizes.const.js";
|
|
3
|
+
const s = /^(https?:|mailto:|tel:)/i, l = (r) => {
|
|
4
|
+
if (typeof r != "string")
|
|
5
|
+
return;
|
|
6
|
+
if (o.flatMap((i) => i.colors).some((i) => i === r))
|
|
7
|
+
return r;
|
|
8
|
+
}, c = (r) => typeof r == "string" && Object.values(e).some((t) => t === r) ? r : void 0, m = (r) => {
|
|
9
|
+
const t = r.trim();
|
|
10
|
+
if (!(!t || t.startsWith("//")))
|
|
11
|
+
return t.startsWith("#") || t.startsWith("./") || t.startsWith("../") || t.startsWith("/") || s.test(t) ? t : void 0;
|
|
12
|
+
};
|
|
13
|
+
export {
|
|
14
|
+
l as normalizeRichTextColorValue,
|
|
15
|
+
c as normalizeRichTextFontSizeValue,
|
|
16
|
+
m as normalizeRichTextUrl
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=richText.utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"richText.utils.js","sources":["../../../../../src/components/forms/rich-text-editor/utils/richText.utils.ts"],"sourcesContent":["import { RICH_TEXT_FONT_SIZES } from '@components/forms/rich-text-editor/constants'\r\nimport { RICH_TEXT_COLOR_PALETTES } from '@components/forms/rich-text-editor/constants/richTextColorPalettes.const.ts'\r\n\r\nconst SAFE_PROTOCOL = /^(https?:|mailto:|tel:)/i\r\n\r\nexport const normalizeRichTextColorValue = (value: unknown): string | undefined => {\r\n if (typeof value !== 'string') {\r\n return undefined\r\n }\r\n\r\n const paletteValues = RICH_TEXT_COLOR_PALETTES.flatMap((palette) => palette.colors)\r\n\r\n if (paletteValues.some((paletteValue) => paletteValue === value)) {\r\n return value\r\n }\r\n\r\n return undefined\r\n}\r\n\r\nexport const normalizeRichTextFontSizeValue = (value: unknown): string | undefined =>\r\n typeof value === 'string' && Object.values(RICH_TEXT_FONT_SIZES).some((fontSize) => fontSize === value)\r\n ? value\r\n : undefined\r\n\r\nexport const normalizeRichTextUrl = (url: string): string | undefined => {\r\n const value = url.trim()\r\n\r\n if (!value || value.startsWith('//')) {\r\n return undefined\r\n }\r\n\r\n if (value.startsWith('#') || value.startsWith('./') || value.startsWith('../')) {\r\n return value\r\n }\r\n\r\n if (value.startsWith('/')) {\r\n return value\r\n }\r\n\r\n return SAFE_PROTOCOL.test(value) ? value : undefined\r\n}\r\n"],"names":["SAFE_PROTOCOL","normalizeRichTextColorValue","value","RICH_TEXT_COLOR_PALETTES","palette","paletteValue","normalizeRichTextFontSizeValue","RICH_TEXT_FONT_SIZES","fontSize","normalizeRichTextUrl","url"],"mappings":";;AAGA,MAAMA,IAAgB,4BAETC,IAA8B,CAACC,MAAuC;AAC/E,MAAI,OAAOA,KAAU;AACjB;AAKJ,MAFsBC,EAAyB,QAAQ,CAACC,MAAYA,EAAQ,MAAM,EAEhE,KAAK,CAACC,MAAiBA,MAAiBH,CAAK;AAC3D,WAAOA;AAIf,GAEaI,IAAiC,CAACJ,MAC3C,OAAOA,KAAU,YAAY,OAAO,OAAOK,CAAoB,EAAE,KAAK,CAACC,MAAaA,MAAaN,CAAK,IAChGA,IACA,QAEGO,IAAuB,CAACC,MAAoC;AACrE,QAAMR,IAAQQ,EAAI,KAAA;AAElB,MAAI,GAACR,KAASA,EAAM,WAAW,IAAI;AAQnC,WAJIA,EAAM,WAAW,GAAG,KAAKA,EAAM,WAAW,IAAI,KAAKA,EAAM,WAAW,KAAK,KAIzEA,EAAM,WAAW,GAAG,KAIjBF,EAAc,KAAKE,CAAK,IAHpBA,IAGgC;AAC/C;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("./richText.utils.cjs"),u=/^https?:\/\/[^\s]+?\.(?:avif|gif|jpe?g|png|svg|webp)(?:[?#][^\s]*)?$/i,g=e=>{const r=e.trim();if(r.startsWith("data:image/"))return r;const t=d.normalizeRichTextUrl(r);return t&&/^https?:\/\//i.test(t)?t:void 0},n=(e,r,t)=>{const s=e.state.schema.nodes.image.create({src:r,...t?{alt:t}:{}});e.dispatch(e.state.tr.replaceSelectionWith(s).scrollIntoView())},h=(e,r)=>{const t=r.clipboardData;if(!t)return!1;const s=Array.from(t.items).find(a=>a.kind==="file"&&a.type.startsWith("image/"))?.getAsFile();if(s){const a=new FileReader;return a.onload=()=>{typeof a.result=="string"&&n(e,a.result)},a.readAsDataURL(s),!0}const l=t.getData("text/html"),i=l?new DOMParser().parseFromString(l,"text/html").querySelector("img"):null,o=i?g(i.src):void 0;if(o)return n(e,o,i?.alt),!0;const c=t.getData("text/plain").trim(),m=u.test(c)?g(c):void 0;return m?(n(e,m),!0):!1};exports.handleRichTextImagePaste=h;
|
|
2
|
+
//# sourceMappingURL=richTextImagePaste.utils.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"richTextImagePaste.utils.cjs","sources":["../../../../../src/components/forms/rich-text-editor/utils/richTextImagePaste.utils.ts"],"sourcesContent":["import type { EditorView } from '@tiptap/pm/view'\r\n\r\nimport { normalizeRichTextUrl } from '@components/forms/rich-text-editor/utils/richText.utils.ts'\r\n\r\nconst IMAGE_URL_PATTERN = /^https?:\\/\\/[^\\s]+?\\.(?:avif|gif|jpe?g|png|svg|webp)(?:[?#][^\\s]*)?$/i\r\n\r\nconst getSafeImageUrl = (value: string): string | undefined => {\r\n const url = value.trim()\r\n\r\n if (url.startsWith('data:image/')) {\r\n return url\r\n }\r\n\r\n const normalizedUrl = normalizeRichTextUrl(url)\r\n\r\n return normalizedUrl && /^https?:\\/\\//i.test(normalizedUrl)\r\n ? normalizedUrl\r\n : undefined\r\n}\r\n\r\nconst insertImage = (view: EditorView, src: string, alt?: string) => {\r\n const imageNode = view.state.schema.nodes.image.create({\r\n src,\r\n ...(alt ? { alt } : {}),\r\n })\r\n\r\n view.dispatch(view.state.tr.replaceSelectionWith(imageNode).scrollIntoView())\r\n}\r\n\r\nexport const handleRichTextImagePaste = (view: EditorView, event: ClipboardEvent): boolean => {\r\n const clipboardData = event.clipboardData\r\n\r\n if (!clipboardData) {\r\n return false\r\n }\r\n\r\n const imageFile = Array.from(clipboardData.items)\r\n .find((item) => item.kind === 'file' && item.type.startsWith('image/'))\r\n ?.getAsFile()\r\n\r\n if (imageFile) {\r\n const reader = new FileReader()\r\n reader.onload = () => {\r\n if (typeof reader.result === 'string') {\r\n insertImage(view, reader.result)\r\n }\r\n }\r\n reader.readAsDataURL(imageFile)\r\n return true\r\n }\r\n\r\n const html = clipboardData.getData('text/html')\r\n const imageElement = html\r\n ? new DOMParser().parseFromString(html, 'text/html').querySelector('img')\r\n : null\r\n const htmlImageUrl = imageElement ? getSafeImageUrl(imageElement.src) : undefined\r\n\r\n if (htmlImageUrl) {\r\n insertImage(view, htmlImageUrl, imageElement?.alt)\r\n return true\r\n }\r\n\r\n const text = clipboardData.getData('text/plain').trim()\r\n const imageUrl = IMAGE_URL_PATTERN.test(text) ? getSafeImageUrl(text) : undefined\r\n\r\n if (imageUrl) {\r\n insertImage(view, imageUrl)\r\n return true\r\n }\r\n\r\n return false\r\n}\r\n"],"names":["IMAGE_URL_PATTERN","getSafeImageUrl","value","url","normalizedUrl","normalizeRichTextUrl","insertImage","view","src","alt","imageNode","handleRichTextImagePaste","event","clipboardData","imageFile","item","reader","html","imageElement","htmlImageUrl","text","imageUrl"],"mappings":"wHAIMA,EAAoB,wEAEpBC,EAAmBC,GAAsC,CAC3D,MAAMC,EAAMD,EAAM,KAAA,EAElB,GAAIC,EAAI,WAAW,aAAa,EAC5B,OAAOA,EAGX,MAAMC,EAAgBC,EAAAA,qBAAqBF,CAAG,EAE9C,OAAOC,GAAiB,gBAAgB,KAAKA,CAAa,EACpDA,EACA,MACV,EAEME,EAAc,CAACC,EAAkBC,EAAaC,IAAiB,CACjE,MAAMC,EAAYH,EAAK,MAAM,OAAO,MAAM,MAAM,OAAO,CACnD,IAAAC,EACA,GAAIC,EAAM,CAAE,IAAAA,GAAQ,CAAA,CAAC,CACxB,EAEDF,EAAK,SAASA,EAAK,MAAM,GAAG,qBAAqBG,CAAS,EAAE,gBAAgB,CAChF,EAEaC,EAA2B,CAACJ,EAAkBK,IAAmC,CAC1F,MAAMC,EAAgBD,EAAM,cAE5B,GAAI,CAACC,EACD,MAAO,GAGX,MAAMC,EAAY,MAAM,KAAKD,EAAc,KAAK,EAC3C,KAAME,GAASA,EAAK,OAAS,QAAUA,EAAK,KAAK,WAAW,QAAQ,CAAC,GACpE,UAAA,EAEN,GAAID,EAAW,CACX,MAAME,EAAS,IAAI,WACnB,OAAAA,EAAO,OAAS,IAAM,CACd,OAAOA,EAAO,QAAW,UACzBV,EAAYC,EAAMS,EAAO,MAAM,CAEvC,EACAA,EAAO,cAAcF,CAAS,EACvB,EACX,CAEA,MAAMG,EAAOJ,EAAc,QAAQ,WAAW,EACxCK,EAAeD,EACf,IAAI,YAAY,gBAAgBA,EAAM,WAAW,EAAE,cAAc,KAAK,EACtE,KACAE,EAAeD,EAAejB,EAAgBiB,EAAa,GAAG,EAAI,OAExE,GAAIC,EACA,OAAAb,EAAYC,EAAMY,EAAcD,GAAc,GAAG,EAC1C,GAGX,MAAME,EAAOP,EAAc,QAAQ,YAAY,EAAE,KAAA,EAC3CQ,EAAWrB,EAAkB,KAAKoB,CAAI,EAAInB,EAAgBmB,CAAI,EAAI,OAExE,OAAIC,GACAf,EAAYC,EAAMc,CAAQ,EACnB,IAGJ,EACX"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { normalizeRichTextUrl as d } from "./richText.utils.js";
|
|
2
|
+
const f = /^https?:\/\/[^\s]+?\.(?:avif|gif|jpe?g|png|svg|webp)(?:[?#][^\s]*)?$/i, g = (e) => {
|
|
3
|
+
const r = e.trim();
|
|
4
|
+
if (r.startsWith("data:image/"))
|
|
5
|
+
return r;
|
|
6
|
+
const t = d(r);
|
|
7
|
+
return t && /^https?:\/\//i.test(t) ? t : void 0;
|
|
8
|
+
}, n = (e, r, t) => {
|
|
9
|
+
const s = e.state.schema.nodes.image.create({
|
|
10
|
+
src: r,
|
|
11
|
+
...t ? { alt: t } : {}
|
|
12
|
+
});
|
|
13
|
+
e.dispatch(e.state.tr.replaceSelectionWith(s).scrollIntoView());
|
|
14
|
+
}, u = (e, r) => {
|
|
15
|
+
const t = r.clipboardData;
|
|
16
|
+
if (!t)
|
|
17
|
+
return !1;
|
|
18
|
+
const s = Array.from(t.items).find((a) => a.kind === "file" && a.type.startsWith("image/"))?.getAsFile();
|
|
19
|
+
if (s) {
|
|
20
|
+
const a = new FileReader();
|
|
21
|
+
return a.onload = () => {
|
|
22
|
+
typeof a.result == "string" && n(e, a.result);
|
|
23
|
+
}, a.readAsDataURL(s), !0;
|
|
24
|
+
}
|
|
25
|
+
const o = t.getData("text/html"), i = o ? new DOMParser().parseFromString(o, "text/html").querySelector("img") : null, l = i ? g(i.src) : void 0;
|
|
26
|
+
if (l)
|
|
27
|
+
return n(e, l, i?.alt), !0;
|
|
28
|
+
const c = t.getData("text/plain").trim(), m = f.test(c) ? g(c) : void 0;
|
|
29
|
+
return m ? (n(e, m), !0) : !1;
|
|
30
|
+
};
|
|
31
|
+
export {
|
|
32
|
+
u as handleRichTextImagePaste
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=richTextImagePaste.utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"richTextImagePaste.utils.js","sources":["../../../../../src/components/forms/rich-text-editor/utils/richTextImagePaste.utils.ts"],"sourcesContent":["import type { EditorView } from '@tiptap/pm/view'\r\n\r\nimport { normalizeRichTextUrl } from '@components/forms/rich-text-editor/utils/richText.utils.ts'\r\n\r\nconst IMAGE_URL_PATTERN = /^https?:\\/\\/[^\\s]+?\\.(?:avif|gif|jpe?g|png|svg|webp)(?:[?#][^\\s]*)?$/i\r\n\r\nconst getSafeImageUrl = (value: string): string | undefined => {\r\n const url = value.trim()\r\n\r\n if (url.startsWith('data:image/')) {\r\n return url\r\n }\r\n\r\n const normalizedUrl = normalizeRichTextUrl(url)\r\n\r\n return normalizedUrl && /^https?:\\/\\//i.test(normalizedUrl)\r\n ? normalizedUrl\r\n : undefined\r\n}\r\n\r\nconst insertImage = (view: EditorView, src: string, alt?: string) => {\r\n const imageNode = view.state.schema.nodes.image.create({\r\n src,\r\n ...(alt ? { alt } : {}),\r\n })\r\n\r\n view.dispatch(view.state.tr.replaceSelectionWith(imageNode).scrollIntoView())\r\n}\r\n\r\nexport const handleRichTextImagePaste = (view: EditorView, event: ClipboardEvent): boolean => {\r\n const clipboardData = event.clipboardData\r\n\r\n if (!clipboardData) {\r\n return false\r\n }\r\n\r\n const imageFile = Array.from(clipboardData.items)\r\n .find((item) => item.kind === 'file' && item.type.startsWith('image/'))\r\n ?.getAsFile()\r\n\r\n if (imageFile) {\r\n const reader = new FileReader()\r\n reader.onload = () => {\r\n if (typeof reader.result === 'string') {\r\n insertImage(view, reader.result)\r\n }\r\n }\r\n reader.readAsDataURL(imageFile)\r\n return true\r\n }\r\n\r\n const html = clipboardData.getData('text/html')\r\n const imageElement = html\r\n ? new DOMParser().parseFromString(html, 'text/html').querySelector('img')\r\n : null\r\n const htmlImageUrl = imageElement ? getSafeImageUrl(imageElement.src) : undefined\r\n\r\n if (htmlImageUrl) {\r\n insertImage(view, htmlImageUrl, imageElement?.alt)\r\n return true\r\n }\r\n\r\n const text = clipboardData.getData('text/plain').trim()\r\n const imageUrl = IMAGE_URL_PATTERN.test(text) ? getSafeImageUrl(text) : undefined\r\n\r\n if (imageUrl) {\r\n insertImage(view, imageUrl)\r\n return true\r\n }\r\n\r\n return false\r\n}\r\n"],"names":["IMAGE_URL_PATTERN","getSafeImageUrl","value","url","normalizedUrl","normalizeRichTextUrl","insertImage","view","src","alt","imageNode","handleRichTextImagePaste","event","clipboardData","imageFile","item","reader","html","imageElement","htmlImageUrl","text","imageUrl"],"mappings":";AAIA,MAAMA,IAAoB,yEAEpBC,IAAkB,CAACC,MAAsC;AAC3D,QAAMC,IAAMD,EAAM,KAAA;AAElB,MAAIC,EAAI,WAAW,aAAa;AAC5B,WAAOA;AAGX,QAAMC,IAAgBC,EAAqBF,CAAG;AAE9C,SAAOC,KAAiB,gBAAgB,KAAKA,CAAa,IACpDA,IACA;AACV,GAEME,IAAc,CAACC,GAAkBC,GAAaC,MAAiB;AACjE,QAAMC,IAAYH,EAAK,MAAM,OAAO,MAAM,MAAM,OAAO;AAAA,IACnD,KAAAC;AAAA,IACA,GAAIC,IAAM,EAAE,KAAAA,MAAQ,CAAA;AAAA,EAAC,CACxB;AAED,EAAAF,EAAK,SAASA,EAAK,MAAM,GAAG,qBAAqBG,CAAS,EAAE,gBAAgB;AAChF,GAEaC,IAA2B,CAACJ,GAAkBK,MAAmC;AAC1F,QAAMC,IAAgBD,EAAM;AAE5B,MAAI,CAACC;AACD,WAAO;AAGX,QAAMC,IAAY,MAAM,KAAKD,EAAc,KAAK,EAC3C,KAAK,CAACE,MAASA,EAAK,SAAS,UAAUA,EAAK,KAAK,WAAW,QAAQ,CAAC,GACpE,UAAA;AAEN,MAAID,GAAW;AACX,UAAME,IAAS,IAAI,WAAA;AACnB,WAAAA,EAAO,SAAS,MAAM;AAClB,MAAI,OAAOA,EAAO,UAAW,YACzBV,EAAYC,GAAMS,EAAO,MAAM;AAAA,IAEvC,GACAA,EAAO,cAAcF,CAAS,GACvB;AAAA,EACX;AAEA,QAAMG,IAAOJ,EAAc,QAAQ,WAAW,GACxCK,IAAeD,IACf,IAAI,YAAY,gBAAgBA,GAAM,WAAW,EAAE,cAAc,KAAK,IACtE,MACAE,IAAeD,IAAejB,EAAgBiB,EAAa,GAAG,IAAI;AAExE,MAAIC;AACA,WAAAb,EAAYC,GAAMY,GAAcD,GAAc,GAAG,GAC1C;AAGX,QAAME,IAAOP,EAAc,QAAQ,YAAY,EAAE,KAAA,GAC3CQ,IAAWrB,EAAkB,KAAKoB,CAAI,IAAInB,EAAgBmB,CAAI,IAAI;AAExE,SAAIC,KACAf,EAAYC,GAAMc,CAAQ,GACnB,MAGJ;AACX;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("react/jsx-runtime"),i=require("@base-ui/react/select"),u=require("./components/select-trigger/SelectTrigger.cjs"),q=require("./components/select-trigger/styles/SelectTrigger.css.cjs"),c=require("./components/select-content/SelectContent.cjs");;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */const o=require("./components/select-list/SelectList.cjs"),s=require("./components/select-group/SelectGroup.cjs"),l=require("./components/select-label/SelectLabel.cjs");;/* empty css */const S=require("./components/select-item/SelectItem.cjs");;/* empty css */const n=require("./components/select-separator/SelectSeparator.cjs");;/* empty css */require("./components/select-field/SelectField.cjs");const a=require("react"),e=a.memo(r=>t.jsx(i.Select.Root,{...r}));e.displayName="Select";e.Trigger=u;e.Content=c;e.List=o;e.Group=s;e.Label=l;e.Item=S;e.Separator=n;exports.SELECT_TRIGGER_STYLES=q.SELECT_TRIGGER_STYLES;exports.default=e;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});require('../../../ui-kit103.css');require('../../../ui-kit105.css');require('../../../ui-kit107.css');require('../../../ui-kit113.css');require('../../../ui-kit4.css');require('../../../ui-kit6.css');require('../../../ui-kit3.css');require('../../../ui-kit8.css');require('../../../ui-kit13.css');require('../../../ui-kit14.css');require('../../../ui-kit12.css');require('../../../ui-kit10.css');require('../../../ui-kit5.css');require('../../../ui-kit7.css');require('../../../ui-kit11.css');require('../../../ui-kit9.css');require('../../../ui-kit.css');const t=require("react/jsx-runtime"),i=require("@base-ui/react/select"),u=require("./components/select-trigger/SelectTrigger.cjs"),q=require("./components/select-trigger/styles/SelectTrigger.css.cjs"),c=require("./components/select-content/SelectContent.cjs");;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */const o=require("./components/select-list/SelectList.cjs"),s=require("./components/select-group/SelectGroup.cjs"),l=require("./components/select-label/SelectLabel.cjs");;/* empty css */const S=require("./components/select-item/SelectItem.cjs");;/* empty css */const n=require("./components/select-separator/SelectSeparator.cjs");;/* empty css */require("./components/select-field/SelectField.cjs");const a=require("react"),e=a.memo(r=>t.jsx(i.Select.Root,{...r}));e.displayName="Select";e.Trigger=u;e.Content=c;e.List=o;e.Group=s;e.Label=l;e.Item=S;e.Separator=n;exports.SELECT_TRIGGER_STYLES=q.SELECT_TRIGGER_STYLES;exports.default=e;
|
|
2
2
|
//# sourceMappingURL=Select.cjs.map
|
|
@@ -3,7 +3,7 @@ import { Select as m } from "@base-ui/react/select";
|
|
|
3
3
|
import e from "./components/select-trigger/SelectTrigger.js";
|
|
4
4
|
import { SELECT_TRIGGER_STYLES as H } from "./components/select-trigger/styles/SelectTrigger.css.js";
|
|
5
5
|
import p from "./components/select-content/SelectContent.js";
|
|
6
|
-
|
|
6
|
+
import '../../../ui-kit103.css';import '../../../ui-kit105.css';import '../../../ui-kit107.css';import '../../../ui-kit113.css';import '../../../ui-kit4.css';import '../../../ui-kit6.css';import '../../../ui-kit3.css';import '../../../ui-kit8.css';import '../../../ui-kit13.css';import '../../../ui-kit14.css';import '../../../ui-kit12.css';import '../../../ui-kit10.css';import '../../../ui-kit5.css';import '../../../ui-kit7.css';import '../../../ui-kit11.css';import '../../../ui-kit9.css';import '../../../ui-kit.css';/* empty css */
|
|
7
7
|
/* empty css */
|
|
8
8
|
/* empty css */
|
|
9
9
|
/* empty css */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectContent.cjs","sources":["../../../../../../src/components/forms/select/components/select-content/SelectContent.tsx"],"sourcesContent":["import { Select as BaseSelect } from '@base-ui/react/select'\r\nimport { memo, type FC } from 'react'\r\n\r\nimport { cn } from '@utils/cn.ts'\r\nimport { SELECT_CONTENT_STYLES } from '@components/forms/select/components/select-content/styles/SelectContent.css.ts'\r\nimport { useViewportShift } from '@hooks'\r\nimport type { SelectContentProps } from '@components/forms/select/components/select-content/types/SelectContent.props.ts'\r\n\r\n/**\r\n * The listbox popup panel.\r\n *\r\n * Wraps Base UI's Portal → Positioner → Popup so consumers can use the same\r\n * simple API as before. Collision handling is delegated to `useViewportShift`\r\n * (Base UI's built-in flip/shift is disabled).\r\n */\r\nconst SelectContent: FC<SelectContentProps> = memo(({\r\n className,\r\n listboxAriaLabel = 'Options',\r\n children,\r\n side = 'bottom',\r\n align = 'start',\r\n sideOffset = 6,\r\n collisionPadding = 8,\r\n ...props\r\n}) => {\r\n const contentRef = useViewportShift(collisionPadding)\r\n\r\n return (\r\n <BaseSelect.Portal>\r\n <BaseSelect.Positioner\r\n side={side}\r\n align={align}\r\n sideOffset={sideOffset}\r\n // Use standard popper-style positioning (no \"align item with trigger\" overlap).\r\n alignItemWithTrigger={false}\r\n // Disable Base UI's flip/shift — our hook handles collision instead.\r\n collisionAvoidance={{ side: 'none', align: 'none' }}\r\n {...props}\r\n >\r\n <BaseSelect.Popup\r\n ref={contentRef}\r\n className={cn(SELECT_CONTENT_STYLES.root, className)}\r\n aria-label={listboxAriaLabel}\r\n >\r\n {children}\r\n </BaseSelect.Popup>\r\n </BaseSelect.Positioner>\r\n </BaseSelect.Portal>\r\n )\r\n})\r\n\r\nSelectContent.displayName = 'Select.Content'\r\n\r\nexport default SelectContent\r\n"],"names":["SelectContent","memo","className","listboxAriaLabel","children","side","align","sideOffset","collisionPadding","props","contentRef","useViewportShift","jsx","BaseSelect","cn","SELECT_CONTENT_STYLES"],"mappings":"4QAeMA,EAAwCC,EAAAA,KAAK,CAAC,CAChD,UAAAC,EACA,iBAAAC,EAAmB,UACnB,SAAAC,EACA,KAAAC,EAAO,SACP,MAAAC,EAAQ,QACR,WAAAC,EAAa,EACb,iBAAAC,EAAmB,EACnB,GAAGC,CACP,IAAM,CACF,MAAMC,EAAaC,EAAAA,iBAAiBH,CAAgB,EAEpD,OACII,EAAAA,IAACC,EAAAA,OAAW,OAAX,CACG,SAAAD,EAAAA,IAACC,EAAAA,OAAW,WAAX,CACG,KAAAR,EACA,MAAAC,EACA,WAAAC,EAEA,qBAAsB,GAEtB,mBAAoB,CAAE,KAAM,OAAQ,MAAO,MAAA,EAC1C,GAAGE,EAEJ,SAAAG,EAAAA,IAACC,EAAAA,OAAW,MAAX,CACG,IAAKH,EACL,UAAWI,EAAAA,GAAGC,wBAAsB,KAAMb,CAAS,EACnD,aAAYC,EAEX,SAAAC,CAAA,CAAA,CACL,CAAA,EAER,CAER,CAAC,EAEDJ,EAAc,YAAc"}
|
|
1
|
+
{"version":3,"file":"SelectContent.cjs","sources":["../../../../../../src/components/forms/select/components/select-content/SelectContent.tsx"],"sourcesContent":["import { Select as BaseSelect } from '@base-ui/react/select'\r\nimport { memo, type FC } from 'react'\r\n\r\nimport { cn } from '@utils/cn.ts'\r\nimport { SELECT_CONTENT_STYLES } from '@components/forms/select/components/select-content/styles/SelectContent.css.ts'\r\nimport { useViewportShift } from '@hooks/use-viewport-shift/useViewportShift.hook.ts'\r\nimport type { SelectContentProps } from '@components/forms/select/components/select-content/types/SelectContent.props.ts'\r\n\r\n/**\r\n * The listbox popup panel.\r\n *\r\n * Wraps Base UI's Portal → Positioner → Popup so consumers can use the same\r\n * simple API as before. Collision handling is delegated to `useViewportShift`\r\n * (Base UI's built-in flip/shift is disabled).\r\n */\r\nconst SelectContent: FC<SelectContentProps> = memo(({\r\n className,\r\n listboxAriaLabel = 'Options',\r\n children,\r\n side = 'bottom',\r\n align = 'start',\r\n sideOffset = 6,\r\n collisionPadding = 8,\r\n ...props\r\n}) => {\r\n const contentRef = useViewportShift(collisionPadding)\r\n\r\n return (\r\n <BaseSelect.Portal>\r\n <BaseSelect.Positioner\r\n side={side}\r\n align={align}\r\n sideOffset={sideOffset}\r\n // Use standard popper-style positioning (no \"align item with trigger\" overlap).\r\n alignItemWithTrigger={false}\r\n // Disable Base UI's flip/shift — our hook handles collision instead.\r\n collisionAvoidance={{ side: 'none', align: 'none' }}\r\n {...props}\r\n >\r\n <BaseSelect.Popup\r\n ref={contentRef}\r\n className={cn(SELECT_CONTENT_STYLES.root, className)}\r\n aria-label={listboxAriaLabel}\r\n >\r\n {children}\r\n </BaseSelect.Popup>\r\n </BaseSelect.Positioner>\r\n </BaseSelect.Portal>\r\n )\r\n})\r\n\r\nSelectContent.displayName = 'Select.Content'\r\n\r\nexport default SelectContent\r\n"],"names":["SelectContent","memo","className","listboxAriaLabel","children","side","align","sideOffset","collisionPadding","props","contentRef","useViewportShift","jsx","BaseSelect","cn","SELECT_CONTENT_STYLES"],"mappings":"4QAeMA,EAAwCC,EAAAA,KAAK,CAAC,CAChD,UAAAC,EACA,iBAAAC,EAAmB,UACnB,SAAAC,EACA,KAAAC,EAAO,SACP,MAAAC,EAAQ,QACR,WAAAC,EAAa,EACb,iBAAAC,EAAmB,EACnB,GAAGC,CACP,IAAM,CACF,MAAMC,EAAaC,EAAAA,iBAAiBH,CAAgB,EAEpD,OACII,EAAAA,IAACC,EAAAA,OAAW,OAAX,CACG,SAAAD,EAAAA,IAACC,EAAAA,OAAW,WAAX,CACG,KAAAR,EACA,MAAAC,EACA,WAAAC,EAEA,qBAAsB,GAEtB,mBAAoB,CAAE,KAAM,OAAQ,MAAO,MAAA,EAC1C,GAAGE,EAEJ,SAAAG,EAAAA,IAACC,EAAAA,OAAW,MAAX,CACG,IAAKH,EACL,UAAWI,EAAAA,GAAGC,wBAAsB,KAAMb,CAAS,EACnD,aAAYC,EAEX,SAAAC,CAAA,CAAA,CACL,CAAA,EAER,CAER,CAAC,EAEDJ,EAAc,YAAc"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectContent.js","sources":["../../../../../../src/components/forms/select/components/select-content/SelectContent.tsx"],"sourcesContent":["import { Select as BaseSelect } from '@base-ui/react/select'\r\nimport { memo, type FC } from 'react'\r\n\r\nimport { cn } from '@utils/cn.ts'\r\nimport { SELECT_CONTENT_STYLES } from '@components/forms/select/components/select-content/styles/SelectContent.css.ts'\r\nimport { useViewportShift } from '@hooks'\r\nimport type { SelectContentProps } from '@components/forms/select/components/select-content/types/SelectContent.props.ts'\r\n\r\n/**\r\n * The listbox popup panel.\r\n *\r\n * Wraps Base UI's Portal → Positioner → Popup so consumers can use the same\r\n * simple API as before. Collision handling is delegated to `useViewportShift`\r\n * (Base UI's built-in flip/shift is disabled).\r\n */\r\nconst SelectContent: FC<SelectContentProps> = memo(({\r\n className,\r\n listboxAriaLabel = 'Options',\r\n children,\r\n side = 'bottom',\r\n align = 'start',\r\n sideOffset = 6,\r\n collisionPadding = 8,\r\n ...props\r\n}) => {\r\n const contentRef = useViewportShift(collisionPadding)\r\n\r\n return (\r\n <BaseSelect.Portal>\r\n <BaseSelect.Positioner\r\n side={side}\r\n align={align}\r\n sideOffset={sideOffset}\r\n // Use standard popper-style positioning (no \"align item with trigger\" overlap).\r\n alignItemWithTrigger={false}\r\n // Disable Base UI's flip/shift — our hook handles collision instead.\r\n collisionAvoidance={{ side: 'none', align: 'none' }}\r\n {...props}\r\n >\r\n <BaseSelect.Popup\r\n ref={contentRef}\r\n className={cn(SELECT_CONTENT_STYLES.root, className)}\r\n aria-label={listboxAriaLabel}\r\n >\r\n {children}\r\n </BaseSelect.Popup>\r\n </BaseSelect.Positioner>\r\n </BaseSelect.Portal>\r\n )\r\n})\r\n\r\nSelectContent.displayName = 'Select.Content'\r\n\r\nexport default SelectContent\r\n"],"names":["SelectContent","memo","className","listboxAriaLabel","children","side","align","sideOffset","collisionPadding","props","contentRef","useViewportShift","jsx","BaseSelect","cn","SELECT_CONTENT_STYLES"],"mappings":";;;;;;AAeA,MAAMA,IAAwCC,EAAK,CAAC;AAAA,EAChD,WAAAC;AAAA,EACA,kBAAAC,IAAmB;AAAA,EACnB,UAAAC;AAAA,EACA,MAAAC,IAAO;AAAA,EACP,OAAAC,IAAQ;AAAA,EACR,YAAAC,IAAa;AAAA,EACb,kBAAAC,IAAmB;AAAA,EACnB,GAAGC;AACP,MAAM;AACF,QAAMC,IAAaC,EAAiBH,CAAgB;AAEpD,SACI,gBAAAI,EAACC,EAAW,QAAX,EACG,UAAA,gBAAAD;AAAA,IAACC,EAAW;AAAA,IAAX;AAAA,MACG,MAAAR;AAAA,MACA,OAAAC;AAAA,MACA,YAAAC;AAAA,MAEA,sBAAsB;AAAA,MAEtB,oBAAoB,EAAE,MAAM,QAAQ,OAAO,OAAA;AAAA,MAC1C,GAAGE;AAAA,MAEJ,UAAA,gBAAAG;AAAA,QAACC,EAAW;AAAA,QAAX;AAAA,UACG,KAAKH;AAAA,UACL,WAAWI,EAAGC,EAAsB,MAAMb,CAAS;AAAA,UACnD,cAAYC;AAAA,UAEX,UAAAC;AAAA,QAAA;AAAA,MAAA;AAAA,IACL;AAAA,EAAA,GAER;AAER,CAAC;AAEDJ,EAAc,cAAc;"}
|
|
1
|
+
{"version":3,"file":"SelectContent.js","sources":["../../../../../../src/components/forms/select/components/select-content/SelectContent.tsx"],"sourcesContent":["import { Select as BaseSelect } from '@base-ui/react/select'\r\nimport { memo, type FC } from 'react'\r\n\r\nimport { cn } from '@utils/cn.ts'\r\nimport { SELECT_CONTENT_STYLES } from '@components/forms/select/components/select-content/styles/SelectContent.css.ts'\r\nimport { useViewportShift } from '@hooks/use-viewport-shift/useViewportShift.hook.ts'\r\nimport type { SelectContentProps } from '@components/forms/select/components/select-content/types/SelectContent.props.ts'\r\n\r\n/**\r\n * The listbox popup panel.\r\n *\r\n * Wraps Base UI's Portal → Positioner → Popup so consumers can use the same\r\n * simple API as before. Collision handling is delegated to `useViewportShift`\r\n * (Base UI's built-in flip/shift is disabled).\r\n */\r\nconst SelectContent: FC<SelectContentProps> = memo(({\r\n className,\r\n listboxAriaLabel = 'Options',\r\n children,\r\n side = 'bottom',\r\n align = 'start',\r\n sideOffset = 6,\r\n collisionPadding = 8,\r\n ...props\r\n}) => {\r\n const contentRef = useViewportShift(collisionPadding)\r\n\r\n return (\r\n <BaseSelect.Portal>\r\n <BaseSelect.Positioner\r\n side={side}\r\n align={align}\r\n sideOffset={sideOffset}\r\n // Use standard popper-style positioning (no \"align item with trigger\" overlap).\r\n alignItemWithTrigger={false}\r\n // Disable Base UI's flip/shift — our hook handles collision instead.\r\n collisionAvoidance={{ side: 'none', align: 'none' }}\r\n {...props}\r\n >\r\n <BaseSelect.Popup\r\n ref={contentRef}\r\n className={cn(SELECT_CONTENT_STYLES.root, className)}\r\n aria-label={listboxAriaLabel}\r\n >\r\n {children}\r\n </BaseSelect.Popup>\r\n </BaseSelect.Positioner>\r\n </BaseSelect.Portal>\r\n )\r\n})\r\n\r\nSelectContent.displayName = 'Select.Content'\r\n\r\nexport default SelectContent\r\n"],"names":["SelectContent","memo","className","listboxAriaLabel","children","side","align","sideOffset","collisionPadding","props","contentRef","useViewportShift","jsx","BaseSelect","cn","SELECT_CONTENT_STYLES"],"mappings":";;;;;;AAeA,MAAMA,IAAwCC,EAAK,CAAC;AAAA,EAChD,WAAAC;AAAA,EACA,kBAAAC,IAAmB;AAAA,EACnB,UAAAC;AAAA,EACA,MAAAC,IAAO;AAAA,EACP,OAAAC,IAAQ;AAAA,EACR,YAAAC,IAAa;AAAA,EACb,kBAAAC,IAAmB;AAAA,EACnB,GAAGC;AACP,MAAM;AACF,QAAMC,IAAaC,EAAiBH,CAAgB;AAEpD,SACI,gBAAAI,EAACC,EAAW,QAAX,EACG,UAAA,gBAAAD;AAAA,IAACC,EAAW;AAAA,IAAX;AAAA,MACG,MAAAR;AAAA,MACA,OAAAC;AAAA,MACA,YAAAC;AAAA,MAEA,sBAAsB;AAAA,MAEtB,oBAAoB,EAAE,MAAM,QAAQ,OAAO,OAAA;AAAA,MAC1C,GAAGE;AAAA,MAEJ,UAAA,gBAAAG;AAAA,QAACC,EAAW;AAAA,QAAX;AAAA,UACG,KAAKH;AAAA,UACL,WAAWI,EAAGC,EAAsB,MAAMb,CAAS;AAAA,UACnD,cAAYC;AAAA,UAEX,UAAAC;AAAA,QAAA;AAAA,MAAA;AAAA,IACL;AAAA,EAAA,GAER;AAER,CAAC;AAEDJ,EAAc,cAAc;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */var e={root:"k8yojq0"};exports.SELECT_CONTENT_STYLES=e;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../../../../../ui-kit113.css');require('../../../../../../ui-kit4.css');require('../../../../../../ui-kit6.css');require('../../../../../../ui-kit3.css');require('../../../../../../ui-kit8.css');require('../../../../../../ui-kit13.css');require('../../../../../../ui-kit14.css');require('../../../../../../ui-kit12.css');require('../../../../../../ui-kit10.css');require('../../../../../../ui-kit5.css');require('../../../../../../ui-kit7.css');require('../../../../../../ui-kit11.css');require('../../../../../../ui-kit9.css');require('../../../../../../ui-kit.css');;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */;/* empty css */var e={root:"k8yojq0"};exports.SELECT_CONTENT_STYLES=e;
|
|
2
2
|
//# sourceMappingURL=SelectContent.css.cjs.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import '../../../../../../ui-kit113.css';import '../../../../../../ui-kit4.css';import '../../../../../../ui-kit6.css';import '../../../../../../ui-kit3.css';import '../../../../../../ui-kit8.css';import '../../../../../../ui-kit13.css';import '../../../../../../ui-kit14.css';import '../../../../../../ui-kit12.css';import '../../../../../../ui-kit10.css';import '../../../../../../ui-kit5.css';import '../../../../../../ui-kit7.css';import '../../../../../../ui-kit11.css';import '../../../../../../ui-kit9.css';import '../../../../../../ui-kit.css';/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
4
|
/* empty css */
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";const l=require("react/jsx-runtime"),d=require("react"),G=require("../../../../layout/flex/Flex.cjs");require("../../../../layout/flex/styles/Flex.css.cjs");const H=require("../../../_shared/components/helper-text/HelperText.cjs"),M=require("../../../text-field/components/text-field-label/TextFieldLabel.cjs");;/* empty css */;/* empty css */;/* empty css */require("../../../text-field/components/text-field-start-icon/TextFieldStartIcon.cjs");;/* empty css */require("../../../text-field/components/text-field-end-action/TextFieldEndAction.cjs");;/* empty css */const r=require("../../Select.cjs"),N=require("./hooks/useSelectField.hook.cjs"),R=require("./utils/flattenItems.utils.cjs"),j=d.memo(({label:c,helperText:s,error:a,startIcon:m,placeholder:g,size:o="md",width:n,disabled:q,required:v,listboxAriaLabel:I,options:t,className:F,value:S,defaultValue:y,onValueChange:C,open:p,defaultOpen:V,onOpenChange:L,name:$,...k})=>{const{triggerId:x,helperId:f,hasError:i,selectedValue:_,handleValueChange:h}=N({error:a,value:S,defaultValue:y,onValueChange:C}),D=d.useMemo(()=>R.flattenItems(t),[t]),E=d.useCallback(e=>{e!==null&&h(e)},[h]);return l.jsxs(G,{flexDirection:"column",gap:"xs",width:"100%",alignItems:"start",style:n!==void 0?{width:n}:void 0,className:F,...k,children:[c&&l.jsx(M,{htmlFor:x,disabled:q,children:c}),l.jsxs(r.default,{value:_??null,onValueChange:E,disabled:q,required:v,open:p,defaultOpen:V,onOpenChange:L,name:$,items:D,children:[l.jsx(r.default.Trigger,{id:x,placeholder:g,startIcon:m,size:o,hasError:i,"aria-describedby":a||s?f:void 0,"aria-invalid":i||void 0}),l.jsx(r.default.Content,{listboxAriaLabel:I,children:l.jsx(r.default.List,{children:t.map((e,b)=>e.type==="separator"?l.jsx(r.default.Separator,{},`sep-${b}`):e.type==="group"?l.jsxs(r.default.Group,{children:[l.jsx(r.default.Label,{children:e.label}),e.options.map(u=>l.jsx(r.default.Item,{value:u.value,disabled:u.disabled,label:u.label},u.value))]},`group-${e.label}-${b}`):l.jsx(r.default.Item,{value:e.value,disabled:e.disabled,label:e.label},e.value))})})]}),(a||s)&&l.jsx(H,{id:f,hasError:i,children:a??s})]})});j.displayName="SelectField";module.exports=j;
|
|
1
|
+
"use strict";require('../../../../../ui-kit49.css');require('../../../../../ui-kit75.css');require('../../../../../ui-kit35.css');require('../../../../../ui-kit2.css');require('../../../../../ui-kit.css');const l=require("react/jsx-runtime"),d=require("react"),G=require("../../../../layout/flex/Flex.cjs");require("../../../../layout/flex/styles/Flex.css.cjs");const H=require("../../../_shared/components/helper-text/HelperText.cjs"),M=require("../../../text-field/components/text-field-label/TextFieldLabel.cjs");;/* empty css */;/* empty css */;/* empty css */require("../../../text-field/components/text-field-start-icon/TextFieldStartIcon.cjs");;/* empty css */require("../../../text-field/components/text-field-end-action/TextFieldEndAction.cjs");;/* empty css */const r=require("../../Select.cjs"),N=require("./hooks/useSelectField.hook.cjs"),R=require("./utils/flattenItems.utils.cjs"),j=d.memo(({label:c,helperText:s,error:a,startIcon:m,placeholder:g,size:o="md",width:n,disabled:q,required:v,listboxAriaLabel:I,options:t,className:F,value:S,defaultValue:y,onValueChange:C,open:p,defaultOpen:V,onOpenChange:L,name:$,...k})=>{const{triggerId:x,helperId:f,hasError:i,selectedValue:_,handleValueChange:h}=N({error:a,value:S,defaultValue:y,onValueChange:C}),D=d.useMemo(()=>R.flattenItems(t),[t]),E=d.useCallback(e=>{e!==null&&h(e)},[h]);return l.jsxs(G,{flexDirection:"column",gap:"xs",width:"100%",alignItems:"start",style:n!==void 0?{width:n}:void 0,className:F,...k,children:[c&&l.jsx(M,{htmlFor:x,disabled:q,children:c}),l.jsxs(r.default,{value:_??null,onValueChange:E,disabled:q,required:v,open:p,defaultOpen:V,onOpenChange:L,name:$,items:D,children:[l.jsx(r.default.Trigger,{id:x,placeholder:g,startIcon:m,size:o,hasError:i,"aria-describedby":a||s?f:void 0,"aria-invalid":i||void 0}),l.jsx(r.default.Content,{listboxAriaLabel:I,children:l.jsx(r.default.List,{children:t.map((e,b)=>e.type==="separator"?l.jsx(r.default.Separator,{},`sep-${b}`):e.type==="group"?l.jsxs(r.default.Group,{children:[l.jsx(r.default.Label,{children:e.label}),e.options.map(u=>l.jsx(r.default.Item,{value:u.value,disabled:u.disabled,label:u.label},u.value))]},`group-${e.label}-${b}`):l.jsx(r.default.Item,{value:e.value,disabled:e.disabled,label:e.label},e.value))})})]}),(a||s)&&l.jsx(H,{id:f,hasError:i,children:a??s})]})});j.displayName="SelectField";module.exports=j;
|
|
2
2
|
//# sourceMappingURL=SelectField.cjs.map
|
|
@@ -4,7 +4,7 @@ import T from "../../../../layout/flex/Flex.js";
|
|
|
4
4
|
import "../../../../layout/flex/styles/Flex.css.js";
|
|
5
5
|
import q from "../../../_shared/components/helper-text/HelperText.js";
|
|
6
6
|
import w from "../../../text-field/components/text-field-label/TextFieldLabel.js";
|
|
7
|
-
|
|
7
|
+
import '../../../../../ui-kit49.css';import '../../../../../ui-kit75.css';import '../../../../../ui-kit35.css';import '../../../../../ui-kit2.css';import '../../../../../ui-kit.css';/* empty css */
|
|
8
8
|
/* empty css */
|
|
9
9
|
/* empty css */
|
|
10
10
|
import "../../../text-field/components/text-field-start-icon/TextFieldStartIcon.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});;/* empty css */;/* empty css */var e={root:"_64wk5i0",indicator:"_64wk5i1"};exports.SELECT_ITEM_STYLES=e;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../../../../../ui-kit105.css');require('../../../../../../ui-kit.css');;/* empty css */;/* empty css */var e={root:"_64wk5i0",indicator:"_64wk5i1"};exports.SELECT_ITEM_STYLES=e;
|
|
2
2
|
//# sourceMappingURL=SelectItem.css.cjs.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});;/* empty css */;/* empty css */var e={root:"_1tcc5uo0"};exports.SELECT_LABEL_STYLES=e;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../../../../../ui-kit107.css');require('../../../../../../ui-kit.css');;/* empty css */;/* empty css */var e={root:"_1tcc5uo0"};exports.SELECT_LABEL_STYLES=e;
|
|
2
2
|
//# sourceMappingURL=SelectLabel.css.cjs.map
|