@xjur-ui/react 2.3.1 → 3.0.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/CHANGELOG.md +65 -0
- package/dist/components/accordion/accordion-content.d.ts +6 -0
- package/dist/components/accordion/accordion-content.js +1 -0
- package/dist/components/accordion/accordion-item.d.ts +7 -0
- package/dist/components/accordion/accordion-item.js +1 -0
- package/dist/components/accordion/accordion-root.d.ts +11 -0
- package/dist/components/accordion/accordion-root.js +1 -0
- package/dist/components/accordion/accordion-styles.d.ts +7 -0
- package/dist/components/accordion/accordion-styles.js +1 -0
- package/dist/components/accordion/accordion-tab-header.d.ts +16 -0
- package/dist/components/accordion/accordion-tab-header.js +1 -0
- package/dist/components/accordion/accordion-trigger.d.ts +9 -0
- package/dist/components/accordion/accordion-trigger.js +1 -0
- package/dist/components/accordion/index.d.ts +5 -0
- package/dist/components/accordion/index.js +1 -0
- package/dist/components/avatar/avatar-fallback.d.ts +2 -0
- package/dist/components/avatar/avatar-fallback.js +1 -0
- package/dist/components/avatar/avatar-group.d.ts +12 -0
- package/dist/components/avatar/avatar-group.js +1 -0
- package/dist/components/avatar/avatar-image.d.ts +2 -0
- package/dist/components/avatar/avatar-image.js +1 -0
- package/dist/components/avatar/avatar-root.d.ts +4 -0
- package/dist/components/avatar/avatar-root.js +1 -0
- package/dist/components/avatar/index.d.ts +4 -0
- package/dist/components/avatar/index.js +1 -0
- package/dist/components/badge/index.d.ts +9 -0
- package/dist/components/breadcrumb/breadcrumb-ellipsis.d.ts +1 -0
- package/dist/components/breadcrumb/breadcrumb-ellipsis.js +1 -0
- package/dist/components/breadcrumb/breadcrumb-item.d.ts +1 -0
- package/dist/components/breadcrumb/breadcrumb-item.js +1 -0
- package/dist/components/breadcrumb/breadcrumb-link.d.ts +7 -0
- package/dist/components/breadcrumb/breadcrumb-link.js +1 -0
- package/dist/components/breadcrumb/breadcrumb-list.d.ts +1 -0
- package/dist/components/breadcrumb/breadcrumb-list.js +1 -0
- package/dist/components/breadcrumb/breadcrumb-page.d.ts +2 -0
- package/dist/components/breadcrumb/breadcrumb-page.js +1 -0
- package/dist/components/breadcrumb/breadcrumb-root.d.ts +1 -0
- package/dist/components/breadcrumb/breadcrumb-root.js +1 -0
- package/dist/components/breadcrumb/breadcrumb-separator.d.ts +1 -0
- package/dist/components/breadcrumb/breadcrumb-separator.js +1 -0
- package/dist/components/breadcrumb/index.d.ts +7 -0
- package/dist/components/breadcrumb/index.js +1 -0
- package/dist/components/carousel/carousel-action.d.ts +3 -7
- package/dist/components/carousel/carousel-action.js +1 -1
- package/dist/components/carousel/carousel-content.d.ts +2 -6
- package/dist/components/carousel/carousel-content.js +1 -1
- package/dist/components/carousel/carousel-item.d.ts +2 -6
- package/dist/components/carousel/carousel-root.d.ts +4 -9
- package/dist/components/carousel/index.d.ts +4 -6
- package/dist/components/carousel/index.js +1 -1
- package/dist/components/chip/chip-avatar.d.ts +6 -0
- package/dist/components/chip/chip-avatar.js +1 -0
- package/dist/components/chip/chip-close.d.ts +5 -0
- package/dist/components/chip/chip-close.js +1 -0
- package/dist/components/chip/chip-icon.d.ts +3 -0
- package/dist/components/chip/chip-icon.js +1 -0
- package/dist/components/chip/chip-root.d.ts +9 -0
- package/dist/components/chip/chip-root.js +1 -0
- package/dist/components/chip/chip-text.d.ts +3 -0
- package/dist/components/chip/chip-text.js +1 -0
- package/dist/components/chip/index.d.ts +5 -0
- package/dist/components/chip/index.js +1 -0
- package/dist/components/collapsible/collapsible-content.d.ts +2 -0
- package/dist/components/collapsible/collapsible-content.js +1 -0
- package/dist/components/collapsible/collapsible-root.d.ts +2 -0
- package/dist/components/collapsible/collapsible-root.js +1 -0
- package/dist/components/collapsible/collapsible-trigger.d.ts +2 -0
- package/dist/components/collapsible/collapsible-trigger.js +1 -0
- package/dist/components/collapsible/index.d.ts +3 -0
- package/dist/components/collapsible/index.js +1 -0
- package/dist/components/controls/button.d.ts +6 -11
- package/dist/components/controls/calendar.d.ts +5 -8
- package/dist/components/controls/checkbox.d.ts +2 -6
- package/dist/components/controls/context/field.context.d.ts +5 -9
- package/dist/components/controls/date-picker/date-picker-caption.d.ts +2 -6
- package/dist/components/controls/date-picker/date-picker-content.d.ts +2 -6
- package/dist/components/controls/date-picker/date-picker-icon.d.ts +4 -8
- package/dist/components/controls/date-picker/date-picker-label.d.ts +3 -7
- package/dist/components/controls/date-picker/date-picker-root.d.ts +3 -9
- package/dist/components/controls/date-picker/date-picker-slot.d.ts +2 -6
- package/dist/components/controls/date-picker/date-picker-styles.d.ts +2 -6
- package/dist/components/controls/date-picker/date-picker-trigger.d.ts +2 -6
- package/dist/components/controls/date-picker/date-picker-value.d.ts +3 -7
- package/dist/components/controls/date-picker/index.d.ts +8 -16
- package/dist/components/controls/floating-label.d.ts +2 -6
- package/dist/components/controls/input/index.d.ts +13 -21
- package/dist/components/controls/input/input-action.d.ts +2 -6
- package/dist/components/controls/input/input-caption.d.ts +2 -6
- package/dist/components/controls/input/input-content.d.ts +2 -6
- package/dist/components/controls/input/input-currency.d.ts +3 -6
- package/dist/components/controls/input/input-icon.d.ts +4 -8
- package/dist/components/controls/input/input-label.d.ts +3 -7
- package/dist/components/controls/input/input-mask.d.ts +2 -6
- package/dist/components/controls/input/input-number.d.ts +4 -8
- package/dist/components/controls/input/input-numeric-stepper.d.ts +2 -6
- package/dist/components/controls/input/input-root.d.ts +3 -9
- package/dist/components/controls/input/input-slot.d.ts +2 -6
- package/dist/components/controls/input/input-styles.d.ts +2 -6
- package/dist/components/controls/input/input-text.d.ts +2 -6
- package/dist/components/controls/input/input-trigger.d.ts +2 -6
- package/dist/components/controls/otp-input.d.ts +5 -8
- package/dist/components/controls/radio.d.ts +3 -7
- package/dist/components/controls/rating.d.ts +16 -21
- package/dist/components/controls/rich-editor.d.ts +15 -21
- package/dist/components/controls/rich-editor.js +1 -1
- package/dist/components/controls/search-input.d.ts +15 -21
- package/dist/components/controls/search-selector.d.ts +5 -8
- package/dist/components/controls/search-selector.js +1 -1
- package/dist/components/controls/select/index.d.ts +14 -27
- package/dist/components/controls/select/index.js +1 -1
- package/dist/components/controls/select/select-caption.d.ts +2 -6
- package/dist/components/controls/select/select-content.d.ts +5 -6
- package/dist/components/controls/select/select-content.js +1 -1
- package/dist/components/controls/select/select-header-title.d.ts +3 -10
- package/dist/components/controls/select/select-header.d.ts +3 -7
- package/dist/components/controls/select/select-icon.d.ts +4 -8
- package/dist/components/controls/select/select-multi-value.d.ts +8 -14
- package/dist/components/controls/select/select-multi-value.js +1 -1
- package/dist/components/controls/select/select-option-text.d.ts +3 -9
- package/dist/components/controls/select/select-option.d.ts +3 -9
- package/dist/components/controls/select/select-options.d.ts +3 -7
- package/dist/components/controls/select/select-root.d.ts +3 -9
- package/dist/components/controls/select/select-slot.d.ts +2 -6
- package/dist/components/controls/select/select-styles.d.ts +2 -6
- package/dist/components/controls/select/select-trigger.d.ts +2 -6
- package/dist/components/controls/select/select-value.d.ts +7 -8
- package/dist/components/controls/select/select-value.js +1 -1
- package/dist/components/controls/select/types/select-value.d.ts +4 -0
- package/dist/components/controls/select/types/select-value.js +0 -0
- package/dist/components/controls/slider.d.ts +18 -23
- package/dist/components/controls/switch.d.ts +1 -4
- package/dist/components/custom/pessoa/index.d.ts +9 -16
- package/dist/components/custom/pessoa/index.js +1 -1
- package/dist/components/custom/pessoa/pessoa-add-button.d.ts +3 -9
- package/dist/components/custom/pessoa/pessoa-body.d.ts +3 -8
- package/dist/components/custom/pessoa/pessoa-body.js +1 -1
- package/dist/components/custom/pessoa/pessoa-close-button.d.ts +3 -8
- package/dist/components/custom/pessoa/pessoa-close-button.js +1 -1
- package/dist/components/custom/pessoa/pessoa-content.d.ts +3 -8
- package/dist/components/custom/pessoa/pessoa-content.js +1 -1
- package/dist/components/custom/pessoa/pessoa-footer.d.ts +3 -8
- package/dist/components/custom/pessoa/pessoa-footer.js +1 -1
- package/dist/components/custom/pessoa/pessoa-header.d.ts +4 -9
- package/dist/components/custom/pessoa/pessoa-header.js +1 -1
- package/dist/components/custom/pessoa/pessoa-trigger.d.ts +3 -8
- package/dist/components/custom/pessoa/pessoa-trigger.js +1 -1
- package/dist/components/custom/pessoa/pessoa.context.d.ts +5 -10
- package/dist/components/custom/pessoa/pessoa.d.ts +5 -10
- package/dist/components/custom/pessoa/pessoa.js +1 -1
- package/dist/components/dialog/delete-dialog.d.ts +12 -0
- package/dist/components/dialog/delete-dialog.js +1 -0
- package/dist/components/dialog/dialog-content.d.ts +10 -0
- package/dist/components/dialog/dialog-content.js +1 -0
- package/dist/components/dialog/dialog-description.d.ts +8 -0
- package/dist/components/dialog/dialog-description.js +1 -0
- package/dist/components/dialog/dialog-footer.d.ts +7 -0
- package/dist/components/dialog/dialog-footer.js +1 -0
- package/dist/components/dialog/dialog-header.d.ts +7 -0
- package/dist/components/dialog/dialog-header.js +1 -0
- package/dist/components/dialog/dialog-overlay.d.ts +8 -0
- package/dist/components/dialog/dialog-overlay.js +1 -0
- package/dist/components/dialog/dialog-title.d.ts +8 -0
- package/dist/components/dialog/dialog-title.js +1 -0
- package/dist/components/dialog/index.d.ts +11 -0
- package/dist/components/dialog/index.js +1 -0
- package/dist/components/divider/index.d.ts +3 -0
- package/dist/components/drag-and-drop/drag-handle.d.ts +6 -10
- package/dist/components/drag-and-drop/drag-list-item.d.ts +5 -9
- package/dist/components/drag-and-drop/drag-list-item.js +1 -1
- package/dist/components/drag-and-drop/drag-list.d.ts +5 -9
- package/dist/components/drag-and-drop/drag-root.d.ts +2 -6
- package/dist/components/drag-and-drop/index.d.ts +8 -9
- package/dist/components/drag-and-drop/index.js +1 -1
- package/dist/components/drag-and-drop/types/drag-item.d.ts +2 -5
- package/dist/components/dropdown-menu/dropdown-menu-content.d.ts +2 -0
- package/dist/components/dropdown-menu/dropdown-menu-content.js +1 -0
- package/dist/components/dropdown-menu/dropdown-menu-header.d.ts +3 -0
- package/dist/components/dropdown-menu/dropdown-menu-header.js +1 -0
- package/dist/components/dropdown-menu/dropdown-menu-item.d.ts +6 -0
- package/dist/components/dropdown-menu/dropdown-menu-item.js +1 -0
- package/dist/components/dropdown-menu/dropdown-menu-list.d.ts +2 -0
- package/dist/components/dropdown-menu/dropdown-menu-list.js +1 -0
- package/dist/components/dropdown-menu/dropdown-menu-portal.d.ts +2 -0
- package/dist/components/dropdown-menu/dropdown-menu-portal.js +1 -0
- package/dist/components/dropdown-menu/dropdown-menu-root.d.ts +3 -0
- package/dist/components/dropdown-menu/dropdown-menu-root.js +1 -0
- package/dist/components/dropdown-menu/dropdown-menu-trigger.d.ts +2 -0
- package/dist/components/dropdown-menu/dropdown-menu-trigger.js +1 -0
- package/dist/components/dropdown-menu/index.d.ts +6 -0
- package/dist/components/dropdown-menu/index.js +1 -0
- package/dist/components/full-calendar/calendar-add-event.d.ts +2 -5
- package/dist/components/full-calendar/calendar-body.d.ts +2 -6
- package/dist/components/full-calendar/calendar-cell.d.ts +4 -7
- package/dist/components/full-calendar/calendar-cell.js +1 -1
- package/dist/components/full-calendar/calendar-day-view.d.ts +1 -5
- package/dist/components/full-calendar/calendar-day-view.js +1 -1
- package/dist/components/full-calendar/calendar-event.d.ts +8 -13
- package/dist/components/full-calendar/calendar-event.js +1 -1
- package/dist/components/full-calendar/calendar-header.d.ts +2 -6
- package/dist/components/full-calendar/calendar-month-view.d.ts +1 -5
- package/dist/components/full-calendar/calendar-month-view.js +1 -1
- package/dist/components/full-calendar/calendar-more-events-dropdown.d.ts +3 -6
- package/dist/components/full-calendar/calendar-more-events-dropdown.js +1 -1
- package/dist/components/full-calendar/calendar-navigator.d.ts +1 -5
- package/dist/components/full-calendar/calendar-root.d.ts +11 -14
- package/dist/components/full-calendar/calendar-today-button.d.ts +2 -9
- package/dist/components/full-calendar/calendar-toggle-view.d.ts +1 -5
- package/dist/components/full-calendar/calendar-toggle-view.js +1 -1
- package/dist/components/full-calendar/calendar-view-renderer.d.ts +1 -5
- package/dist/components/full-calendar/calendar-view-renderer.js +1 -1
- package/dist/components/full-calendar/calendar-week-day.d.ts +3 -6
- package/dist/components/full-calendar/calendar-week-view.d.ts +1 -5
- package/dist/components/full-calendar/calendar-week-view.js +1 -1
- package/dist/components/full-calendar/helpers/calendar.d.ts +13 -16
- package/dist/components/full-calendar/index.d.ts +12 -18
- package/dist/components/full-calendar/index.js +1 -1
- package/dist/components/full-calendar/types/calendar-cell.d.ts +1 -3
- package/dist/components/full-calendar/types/calendar-event.d.ts +2 -4
- package/dist/components/full-calendar/types/calendar-view.d.ts +1 -3
- package/dist/components/full-calendar/types/calendar-week-hour.d.ts +1 -3
- package/dist/components/icon/index.d.ts +8 -0
- package/dist/components/list/context/list-context.d.ts +3 -7
- package/dist/components/list/index.d.ts +7 -12
- package/dist/components/list/list-content.d.ts +3 -7
- package/dist/components/list/list-header-title.d.ts +2 -9
- package/dist/components/list/list-header.d.ts +3 -7
- package/dist/components/list/list-item.d.ts +6 -10
- package/dist/components/list/list-root.d.ts +3 -7
- package/dist/components/logo/index.d.ts +5 -0
- package/dist/components/{selection-bar.d.ts → selection-bar/index.d.ts} +15 -14
- package/dist/components/sheet/index.d.ts +10 -0
- package/dist/components/sheet/index.js +1 -0
- package/dist/components/sheet/sheet-body.d.ts +1 -0
- package/dist/components/sheet/sheet-body.js +1 -0
- package/dist/components/sheet/sheet-close.d.ts +2 -0
- package/dist/components/sheet/sheet-close.js +1 -0
- package/dist/components/sheet/sheet-content.d.ts +5 -0
- package/dist/components/sheet/sheet-content.js +1 -0
- package/dist/components/sheet/sheet-footer.d.ts +1 -0
- package/dist/components/sheet/sheet-footer.js +1 -0
- package/dist/components/sheet/sheet-header.d.ts +1 -0
- package/dist/components/sheet/sheet-header.js +1 -0
- package/dist/components/sheet/sheet-overlay.d.ts +2 -0
- package/dist/components/sheet/sheet-overlay.js +1 -0
- package/dist/components/sheet/sheet-portal.d.ts +2 -0
- package/dist/components/sheet/sheet-portal.js +1 -0
- package/dist/components/sheet/sheet-root.d.ts +3 -0
- package/dist/components/sheet/sheet-root.js +1 -0
- package/dist/components/sheet/sheet-title.d.ts +2 -0
- package/dist/components/sheet/sheet-title.js +1 -0
- package/dist/components/sheet/sheet-trigger.d.ts +2 -0
- package/dist/components/sheet/sheet-trigger.js +1 -0
- package/dist/components/skeleton/index.d.ts +2 -0
- package/dist/components/status/index.d.ts +9 -0
- package/dist/components/steps/index.d.ts +6 -11
- package/dist/components/steps/step.d.ts +3 -7
- package/dist/components/steps/steps-action.d.ts +5 -11
- package/dist/components/steps/steps-content.d.ts +2 -6
- package/dist/components/steps/steps-context.d.ts +6 -11
- package/dist/components/steps/steps-navigation.d.ts +2 -6
- package/dist/components/steps/steps-root.d.ts +3 -7
- package/dist/components/table/index.d.ts +8 -9
- package/dist/components/table/table-body.d.ts +1 -5
- package/dist/components/table/table-cell.d.ts +1 -5
- package/dist/components/table/table-footer.d.ts +1 -5
- package/dist/components/table/table-head.d.ts +2 -6
- package/dist/components/table/table-header.d.ts +1 -5
- package/dist/components/table/table-row.d.ts +2 -6
- package/dist/components/table/table-sort.d.ts +2 -6
- package/dist/components/table/table.d.ts +1 -5
- package/dist/components/tabs/index.d.ts +4 -0
- package/dist/components/tabs/index.js +1 -0
- package/dist/components/tabs/tabs-content.d.ts +2 -0
- package/dist/components/tabs/tabs-content.js +1 -0
- package/dist/components/tabs/tabs-list.d.ts +3 -0
- package/dist/components/tabs/tabs-list.js +1 -0
- package/dist/components/tabs/tabs-root.d.ts +3 -0
- package/dist/components/tabs/tabs-root.js +1 -0
- package/dist/components/tabs/tabs-styles.d.ts +40 -0
- package/dist/components/tabs/tabs-styles.js +1 -0
- package/dist/components/tabs/tabs-trigger.d.ts +5 -0
- package/dist/components/tabs/tabs-trigger.js +1 -0
- package/dist/components/tag/index.d.ts +4 -0
- package/dist/components/tag/index.js +1 -0
- package/dist/components/tag/tag-close.d.ts +5 -0
- package/dist/components/tag/tag-close.js +1 -0
- package/dist/components/tag/tag-icon.d.ts +3 -0
- package/dist/components/tag/tag-icon.js +1 -0
- package/dist/components/tag/tag-root.d.ts +9 -0
- package/dist/components/tag/tag-root.js +1 -0
- package/dist/components/tag/tag-text.d.ts +3 -0
- package/dist/components/tag/tag-text.js +1 -0
- package/dist/components/toast/index.d.ts +24 -0
- package/dist/components/{toast.js → toast/index.js} +1 -1
- package/dist/components/tooltip/index.d.ts +3 -0
- package/dist/components/tooltip/index.js +1 -0
- package/dist/components/tooltip/tooltip-content.d.ts +4 -0
- package/dist/components/tooltip/tooltip-content.js +1 -0
- package/dist/components/tooltip/tooltip-root.d.ts +2 -0
- package/dist/components/tooltip/tooltip-root.js +1 -0
- package/dist/components/tooltip/tooltip-trigger.d.ts +2 -0
- package/dist/components/tooltip/tooltip-trigger.js +1 -0
- package/dist/components/typography/index.d.ts +12 -0
- package/dist/components/{upload.d.ts → upload/index.d.ts} +20 -17
- package/dist/components/{upload.js → upload/index.js} +1 -1
- package/dist/hooks/index.d.ts +1 -7
- package/dist/hooks/use-os.d.ts +5 -0
- package/dist/index.css +2 -2
- package/dist/resources/icons.d.ts +2 -0
- package/dist/resources/icons.js +1 -0
- package/dist/resources/input-mask.d.ts +3 -0
- package/dist/resources/input-mask.js +1 -0
- package/dist/resources/logo/horizontal.d.ts +9 -0
- package/dist/resources/logo/horizontal.js +1 -0
- package/dist/resources/logo/icon.d.ts +9 -0
- package/dist/resources/logo/icon.js +1 -0
- package/dist/resources/logo/index.d.ts +7 -0
- package/dist/resources/logo/index.js +1 -0
- package/dist/resources/logo/vertical.d.ts +9 -0
- package/dist/resources/logo/vertical.js +1 -0
- package/package.json +44 -57
- package/dist/components/accordion.d.ts +0 -54
- package/dist/components/accordion.js +0 -1
- package/dist/components/avatar-group.d.ts +0 -34
- package/dist/components/avatar-group.js +0 -1
- package/dist/components/avatar.d.ts +0 -11
- package/dist/components/avatar.js +0 -1
- package/dist/components/badge.d.ts +0 -13
- package/dist/components/breadcrumb.d.ts +0 -20
- package/dist/components/breadcrumb.js +0 -1
- package/dist/components/chip.d.ts +0 -27
- package/dist/components/chip.js +0 -1
- package/dist/components/collapsible.d.ts +0 -8
- package/dist/components/collapsible.js +0 -1
- package/dist/components/controls/date-picker.d.ts +0 -86
- package/dist/components/controls/date-picker.js +0 -1
- package/dist/components/dialog.d.ts +0 -51
- package/dist/components/dialog.js +0 -1
- package/dist/components/divider.d.ts +0 -7
- package/dist/components/dropdown-menu.d.ts +0 -25
- package/dist/components/dropdown-menu.js +0 -1
- package/dist/components/icon.d.ts +0 -12
- package/dist/components/logo.d.ts +0 -10
- package/dist/components/sheet.d.ts +0 -19
- package/dist/components/sheet.js +0 -1
- package/dist/components/skeleton.d.ts +0 -6
- package/dist/components/status.d.ts +0 -14
- package/dist/components/tabs.d.ts +0 -14
- package/dist/components/tabs.js +0 -1
- package/dist/components/tag.d.ts +0 -21
- package/dist/components/tag.js +0 -1
- package/dist/components/toast.d.ts +0 -27
- package/dist/components/tooltip.d.ts +0 -11
- package/dist/components/tooltip.js +0 -1
- package/dist/components/typography.d.ts +0 -17
- package/dist/icons-C-hGI45d.d.ts +0 -4
- package/dist/index.d.ts +0 -2
- package/dist/input-mask-DhbtCxF7.d.ts +0 -3
- /package/dist/components/{badge.js → badge/index.js} +0 -0
- /package/dist/components/{divider.js → divider/index.js} +0 -0
- /package/dist/components/{icon.js → icon/index.js} +0 -0
- /package/dist/components/{logo.js → logo/index.js} +0 -0
- /package/dist/components/{selection-bar.js → selection-bar/index.js} +0 -0
- /package/dist/components/{skeleton.js → skeleton/index.js} +0 -0
- /package/dist/components/{status.js → status/index.js} +0 -0
- /package/dist/components/{typography.js → typography/index.js} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e=["account_balance","assignment","task","ad_units","add_a_photo","add","adjust","archive","arrow_downward_alt","arrow_downward","arrow_drop_down","arrow_drop_up","arrow_split","arrow_upward_alt","arrow_upward","attach_file","attach_money","autorenew","brightness_1","calendar_today","call","chat_bubble","check_circle","check","chevron_left","chevron_right","close","collapse_all","contacts","content_copy","dangerous","dashboard","delete","download","draft","drafts","drag_handle","drag_indicator","edit_document","edit_square","edit","error","expand_all","expand_content","file_export","filter_alt","filter_list","first_page","flag_2","folder_open","folder","format_bold","format_italic","format_italic","format_size","format_strikethrough","gavel","group","headphones","help","hourglass_bottom","imagesmode","import_contacts","inbox","info","inventory_2","keep","keep","keyboard_arrow_down","keyboard_arrow_up","keyboard_return","label_off","label","last_page","left_panel_close","left_panel_open","link_off","link","linked_services","list","location_on","lock","logout","mail","menu","mic","more_vert","notifications","numbers","person_add","person_off","person","play_circle","progress_activity","question_mark","radio_button_unchecked","refresh","remove","reply","right_panel_close","right_panel_open","schedule","search","sell","send","settings","share","smart_display","star","star","swap_vert","thumb_down","thumb_up","tune","unarchive","undo","upload","verified_user","videocam","view_list","view_module","view_object_track","visibility_off","visibility","warning","wifi_2_bar","wifi_off","wifi","work","workspaces","article","id_card","badge","home","save","code","favorite","analytics","reports","event","account_circle","history","security","bar_chart","category","format_underlined","format_list_bulleted","format_list_numbered","redo","more_horiz"];export{e as icons};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { MaskOptions } from '@react-input/mask';
|
|
2
|
+
export type InputMaskType = 'cpf' | 'cnpj' | 'telefone' | 'cep' | 'numero-processo' | 'custom' | 'data' | 'hora' | 'data-hora';
|
|
3
|
+
export declare function inputMask(type: InputMaskType, options?: MaskOptions): MaskOptions;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function M(a,e){switch(a){case"cpf":return{...e,...s};case"cnpj":return{...e,...t};case"telefone":return{...e,...r};case"cep":return{...e,...n};case"numero-processo":return{...e,...c};case"data":return{...e,...p};case"hora":return{...e,...m};case"data-hora":return{...e,...o};case"custom":if(!e)throw new Error("Options are required for custom mask");return e}}var s={mask:"###.###.###-##",replacement:{"#":/\d/}},t={mask:"##.###.###/####-##",replacement:{"#":/\d/}},r={mask:"(##) #####-####",replacement:{"#":/\d/}},n={mask:"#####-###",replacement:{"#":/\d/}},c={mask:"#######-##.####.#.##.####",replacement:{"#":/\d/}},p={mask:"##/##/####",replacement:{"#":/\d/}},m={mask:"##:##",replacement:{"#":/\d/}},o={mask:"##/##/#### ##:##",replacement:{"#":/\d/}};export{M as inputMask};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare function LogoHorizontalSolid({ color }: {
|
|
2
|
+
color: string;
|
|
3
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function LogoHorizontalColorful(): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare const Horizontal: {
|
|
6
|
+
Solid: typeof LogoHorizontalSolid;
|
|
7
|
+
Colorful: typeof LogoHorizontalColorful;
|
|
8
|
+
};
|
|
9
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as l,jsxs as t}from"react/jsx-runtime";function i({color:c}){return t("svg",{fill:"none",height:"26",viewBox:"0 0 95 26",width:"95",xmlns:"http://www.w3.org/2000/svg",children:[l("path",{d:"M89.14 14.625c4.756-1.796 4.739-9.325-.024-11.12-.943-.407-1.952-.497-2.966-.498-3.344.002-6.687-.02-10.03.006v19.822h4.902c0-2.47.002-4.937-.004-7.406 0-.174.05-.221.22-.22q1.266.013 2.53 0c.168-.002.252.06.33.2 1.38 2.426 2.764 4.849 4.142 7.275.068.118.139.167.278.167 1.841-.017 3.68.02 5.52-.017zm-2.579-3.982c-.225.048-.459.068-.689.07-1.555.006-3.11.002-4.666.006-.135 0-.188-.032-.187-.178q.009-1.413 0-2.824c-.001-.157.06-.187.199-.186.843.004 4.203.007 5.04.032.713.022 1.356.523 1.538 1.137.253.858-.3 1.74-1.235 1.943M31.777 3.004 37.552 3c.148 0 .234.045.316.17l3.522 5.338 3.517-5.33c.085-.13.173-.179.329-.178l5.773.004-6.624 9.203c-.103.143-.096.231.003.37l7.378 10.28-5.919-.001c-.126 0-.19-.05-.254-.148l-4.2-6.408-4.17 6.378c-.084.13-.172.179-.328.178l-5.857-.004 7.34-10.253c.12-.167.109-.268-.007-.429zM62.469 3.008c.097 0 .176.08.176.177l.002 10.278c.003 1.018.184 2.003.671 2.912.782 1.455 2.111 2.006 3.593 1.862 1.715-.167 2.672-1.224 3.179-2.785.223-.688.27-1.4.27-2.118V3.131a.13.13 0 0 1 .13-.13h4.663a.13.13 0 0 1 .13.13l-.008 10.222c-.001 1.362-.152 2.7-.658 3.977-1.235 3.11-3.488 4.956-6.804 5.42-2.05.287-4.02-.017-5.826-1.077-2.034-1.193-3.267-3-3.895-5.25a9.4 9.4 0 0 1-.355-2.487l-.03-10.759c0-.097.08-.177.176-.177z",fill:c}),l("path",{d:"M49.388 17.806c.156.038.286.074.418.1 1.007.192 1.877-.428 2.01-1.451a9 9 0 0 0 .062-1.158l.003-12.146a.15.15 0 0 1 .151-.15l4.62.003c.074 0 .133.059.133.132l.001 12.168c-.003 1.002-.06 2.002-.387 2.963q-.946 2.777-3.602 4.006c-.102.047-.171.065-.253-.049z",fill:c}),l("path",{d:"m17.777 14.363 1.2-1.202c1.55 1.507 3.065 3.055 4.602 4.575 1.843 1.641 2.048 4.679.097 6.314-5.965 4.847-8.34-7.021-12.57-4.062-.899.72-1.69 1.553-2.48 2.385-1.048 1.08-1.954 2.45-3.557 2.656-3.952 1.004-6.748-4.05-3.903-6.918l3.407-3.328c.35-.26.81-.352 1.165-.018.417.392.277.926-.116 1.285l-3.397 3.48c-1.63 1.999.894 4.833 3.025 3.558 1.463-.762 2.435-2.146 3.59-3.281 3.38-3.854 5.97-1.74 8.775 1.338.49.484.948 1.002 1.444 1.481 2.533 2.454 5.9-1.151 3.424-3.583-1.553-1.575-3.15-3.109-4.705-4.68",fill:c}),l("path",{d:"m3.574 9.428 1.14-1.143c.033.03 4.257 4.125 6.292 6.16.727.726 2.33.753 3.076-.013a904 904 0 0 1 8.545-8.636c2.063-2.027-.76-5.235-3.012-3.66-1.39 1.015-2.487 2.386-3.73 3.572-.278.28-.616.346-.939.187-.446-.21-.656-.841-.315-1.233 1.02-1.254 2.223-2.348 3.38-3.473 2.646-2.616 7.385-.512 7.067 3.199-.025 1.1-.461 2.04-1.235 2.803-2.895 2.857-5.81 5.695-8.7 8.555-.556.55-1.19.873-1.953.964-1.043.125-2.026-.05-2.917-.623-2.016-1.666-6.558-6.62-6.7-6.66z",fill:c}),l("path",{d:"m16.59 10.646-1.193 1.2C12.49 8.736 9.357 5.85 6.349 2.84c-.439-.434-.9-.835-1.504-1.019-2.141-.718-4.149 2.184-2.573 3.9A32 32 0 0 0 4.135 7.6L2.898 8.812c-.572-.53-1.108-1.146-1.677-1.686-3.32-3.144.723-9.057 5.037-6.503.39.226.764.51 1.085.83 3.11 3.03 6.105 6.21 9.247 9.192",fill:c})]})}function a(){return t("svg",{fill:"none",height:"26",viewBox:"0 0 95 26",width:"95",xmlns:"http://www.w3.org/2000/svg",children:[l("path",{d:"M89.14 14.625c4.756-1.796 4.739-9.325-.024-11.12-.943-.407-1.952-.497-2.966-.498-3.344.002-6.687-.02-10.03.006v19.822h4.902c0-2.47.002-4.937-.004-7.406 0-.174.05-.221.22-.22q1.266.013 2.53 0c.168-.002.252.06.33.2 1.38 2.426 2.764 4.849 4.142 7.275.068.118.139.167.278.167 1.841-.017 3.68.02 5.52-.017zm-2.579-3.982c-.225.048-.459.068-.689.07-1.555.006-3.11.002-4.666.006-.135 0-.188-.032-.187-.178q.009-1.413 0-2.824c-.001-.157.06-.187.199-.186.843.004 4.203.007 5.04.032.713.022 1.356.523 1.538 1.137.253.858-.3 1.74-1.235 1.943M31.777 3.004 37.552 3c.148 0 .234.045.316.17l3.522 5.338 3.517-5.33c.085-.13.173-.179.329-.178l5.773.004-6.624 9.203c-.103.143-.096.231.003.37l7.378 10.28-5.919-.001c-.126 0-.19-.05-.254-.148l-4.2-6.408-4.17 6.378c-.084.13-.172.179-.328.178l-5.857-.004 7.34-10.253c.12-.167.109-.268-.007-.429zM62.469 3.008c.097 0 .176.08.176.177l.002 10.278c.003 1.018.184 2.003.671 2.912.782 1.455 2.111 2.006 3.593 1.862 1.715-.167 2.672-1.224 3.179-2.785.223-.688.27-1.4.27-2.118V3.131a.13.13 0 0 1 .13-.13h4.663a.13.13 0 0 1 .13.13l-.008 10.222c-.001 1.362-.152 2.7-.658 3.977-1.235 3.11-3.488 4.956-6.804 5.42-2.05.287-4.02-.017-5.826-1.077-2.034-1.193-3.267-3-3.895-5.25a9.4 9.4 0 0 1-.355-2.487l-.03-10.759c0-.097.08-.177.176-.177z",fill:"#504E50"}),l("path",{d:"M49.388 17.806c.156.038.286.074.418.1 1.007.192 1.877-.428 2.01-1.451a9 9 0 0 0 .062-1.158l.003-12.146a.15.15 0 0 1 .151-.15l4.62.003c.074 0 .133.059.133.132l.001 12.168c-.003 1.002-.06 2.002-.387 2.963q-.946 2.777-3.602 4.006c-.102.047-.171.065-.253-.049z",fill:"#504E50"}),l("path",{d:"m17.777 14.363 1.2-1.202c1.55 1.507 3.065 3.055 4.602 4.575 1.843 1.641 2.048 4.679.097 6.314-5.965 4.847-8.34-7.021-12.57-4.062-.899.72-1.69 1.553-2.48 2.385-1.048 1.08-1.954 2.45-3.557 2.656-3.952 1.004-6.748-4.05-3.903-6.918l3.407-3.328c.35-.26.81-.352 1.165-.018.417.392.277.926-.116 1.285l-3.397 3.48c-1.63 1.999.894 4.833 3.025 3.558 1.463-.762 2.435-2.146 3.59-3.281 3.38-3.854 5.97-1.74 8.775 1.338.49.484.948 1.002 1.444 1.481 2.533 2.454 5.9-1.151 3.424-3.583-1.553-1.575-3.15-3.109-4.705-4.68",fill:"#D68600"}),l("path",{d:"m3.574 9.428 1.14-1.143c.033.03 4.257 4.125 6.292 6.16.727.726 2.33.753 3.076-.013a904 904 0 0 1 8.545-8.636c2.063-2.027-.76-5.235-3.012-3.66-1.39 1.015-2.487 2.386-3.73 3.572-.278.28-.616.346-.939.187-.446-.21-.656-.841-.315-1.233 1.02-1.254 2.223-2.348 3.38-3.473 2.646-2.616 7.385-.512 7.067 3.199-.025 1.1-.461 2.04-1.235 2.803-2.895 2.857-5.81 5.695-8.7 8.555-.556.55-1.19.873-1.953.964-1.043.125-2.026-.05-2.917-.623-2.016-1.666-6.558-6.62-6.7-6.66z",fill:"#66127D"}),l("path",{d:"m16.59 10.646-1.193 1.2C12.49 8.736 9.357 5.85 6.349 2.84c-.439-.434-.9-.835-1.504-1.019-2.141-.718-4.149 2.184-2.573 3.9A32 32 0 0 0 4.135 7.6L2.898 8.812c-.572-.53-1.108-1.146-1.677-1.686-3.32-3.144.723-9.057 5.037-6.503.39.226.764.51 1.085.83 3.11 3.03 6.105 6.21 9.247 9.192",fill:"#D68600"})]})}var h={Solid:i,Colorful:a};export{h as Horizontal};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare function LogoIconSolid({ color }: {
|
|
2
|
+
color: string;
|
|
3
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function LogoIconColorful(): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare const Icon: {
|
|
6
|
+
Solid: typeof LogoIconSolid;
|
|
7
|
+
Colorful: typeof LogoIconColorful;
|
|
8
|
+
};
|
|
9
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as C,jsxs as o}from"react/jsx-runtime";function t({color:l}){return o("svg",{fill:"none",height:"26",viewBox:"0 0 26 26",width:"26",xmlns:"http://www.w3.org/2000/svg",children:[C("path",{d:"M17.7771 14.3626C18.1813 13.9583 18.5751 13.5644 18.9779 13.1612C20.5269 14.6679 22.0424 16.2157 23.5793 17.7363C25.4224 19.377 25.6267 22.4146 23.6763 24.05C17.7108 28.8974 15.3367 17.0285 11.1052 19.9875C10.2073 20.7081 9.41678 21.5407 8.62623 22.3732C7.57834 23.4534 6.67195 24.8221 5.06874 25.0287C1.11705 26.0331 -1.6791 20.9798 1.16588 18.1112L4.57331 14.783C4.92332 14.5238 5.3824 14.4309 5.73811 14.7651C6.15548 15.1572 6.01505 15.6913 5.62227 16.0498L2.22482 19.5303C0.594533 21.5289 3.1191 24.3635 5.24981 23.0884C6.71294 22.3263 7.68491 20.9423 8.83937 19.8066C12.2197 15.9533 14.8099 18.0669 17.6149 21.1446C18.1057 21.629 18.5634 22.1473 19.0588 22.6262C21.5923 25.0802 24.9591 21.4749 22.483 19.0431C20.9304 17.4682 19.3333 15.934 17.7778 14.3623L17.7771 14.3626Z",fill:l}),C("path",{d:"M3.57427 9.4276C3.95493 9.0462 4.32775 8.6723 4.71412 8.28518C4.74727 8.31556 8.97055 12.4102 11.0061 14.4445C11.7332 15.1712 13.3361 15.1983 14.0824 14.4316C16.9146 11.5384 19.7567 8.64943 22.6266 5.79551C24.6903 3.76946 21.8667 0.560949 19.6148 2.13589C18.2244 3.15071 17.1277 4.52226 15.8856 5.70793C15.6072 5.98889 15.2689 6.05359 14.9464 5.89524C14.5001 5.68506 14.2898 5.05379 14.6306 4.66238C15.6517 3.40772 16.8543 2.31355 18.0116 1.18864C20.6567 -1.42721 25.3964 0.676765 25.0785 4.3875C25.0528 5.48881 24.6169 6.42749 23.8428 7.19137C20.9475 10.0478 18.0337 12.8856 15.1428 15.7463C14.5868 16.2964 13.9523 16.6185 13.1896 16.71C12.1474 16.8351 11.1644 16.6596 10.2729 16.0873C8.25735 14.4205 3.7147 9.46657 3.57391 9.4276H3.57427Z",fill:l}),C("path",{d:"M16.5895 10.6458C16.1661 11.0719 15.7865 11.454 15.3969 11.8461C12.4899 8.73665 9.35726 5.84949 6.34938 2.83865C5.91027 2.4047 5.44869 2.00399 4.84491 1.82026C2.70386 1.10178 0.696116 4.00359 2.27223 5.71973C2.86461 6.36815 3.49049 7.00228 4.13491 7.59923C3.71397 8.01244 3.31335 8.40564 2.89776 8.8135C2.32569 8.28304 1.78999 7.66679 1.22149 7.12667C-2.09897 3.98286 1.94361 -1.93015 6.25778 0.623506C6.64878 0.850132 7.0216 1.13431 7.3431 1.45316C10.4529 4.4833 13.4476 7.66321 16.5895 10.6458Z",fill:l})]})}function i(){return o("svg",{fill:"none",height:"26",viewBox:"0 0 26 26",width:"26",xmlns:"http://www.w3.org/2000/svg",children:[C("path",{d:"M17.7771 14.3626C18.1813 13.9583 18.5751 13.5644 18.9779 13.1612C20.5269 14.6679 22.0424 16.2157 23.5793 17.7363C25.4224 19.377 25.6267 22.4146 23.6763 24.05C17.7108 28.8974 15.3367 17.0285 11.1052 19.9875C10.2073 20.7081 9.41678 21.5407 8.62623 22.3732C7.57834 23.4534 6.67195 24.8221 5.06874 25.0287C1.11705 26.0331 -1.6791 20.9798 1.16588 18.1112L4.57331 14.783C4.92332 14.5238 5.3824 14.4309 5.73811 14.7651C6.15548 15.1572 6.01505 15.6913 5.62227 16.0498L2.22482 19.5303C0.594533 21.5289 3.1191 24.3635 5.24981 23.0884C6.71294 22.3263 7.68491 20.9423 8.83937 19.8066C12.2197 15.9533 14.8099 18.0669 17.6149 21.1446C18.1057 21.629 18.5634 22.1473 19.0588 22.6262C21.5923 25.0802 24.9591 21.4749 22.483 19.0431C20.9304 17.4682 19.3333 15.934 17.7778 14.3623L17.7771 14.3626Z",fill:"#D68600"}),C("path",{d:"M3.57427 9.4276C3.95493 9.0462 4.32775 8.6723 4.71412 8.28518C4.74727 8.31556 8.97055 12.4102 11.0061 14.4445C11.7332 15.1712 13.3361 15.1983 14.0824 14.4316C16.9146 11.5384 19.7567 8.64943 22.6266 5.79551C24.6903 3.76946 21.8667 0.560949 19.6148 2.13589C18.2244 3.15071 17.1277 4.52226 15.8856 5.70793C15.6072 5.98889 15.2689 6.05359 14.9464 5.89524C14.5001 5.68506 14.2898 5.05379 14.6306 4.66238C15.6517 3.40772 16.8543 2.31355 18.0116 1.18864C20.6567 -1.42721 25.3964 0.676765 25.0785 4.3875C25.0528 5.48881 24.6169 6.42749 23.8428 7.19137C20.9475 10.0478 18.0337 12.8856 15.1428 15.7463C14.5868 16.2964 13.9523 16.6185 13.1896 16.71C12.1474 16.8351 11.1644 16.6596 10.2729 16.0873C8.25735 14.4205 3.7147 9.46657 3.57391 9.4276H3.57427Z",fill:"#66127D"}),C("path",{d:"M16.5895 10.6458C16.1661 11.0719 15.7865 11.454 15.3969 11.8461C12.4899 8.73665 9.35726 5.84949 6.34938 2.83865C5.91027 2.4047 5.44869 2.00399 4.84491 1.82026C2.70386 1.10178 0.696116 4.00359 2.27223 5.71973C2.86461 6.36815 3.49049 7.00228 4.13491 7.59923C3.71397 8.01244 3.31335 8.40564 2.89776 8.8135C2.32569 8.28304 1.78999 7.66679 1.22149 7.12667C-2.09897 3.98286 1.94361 -1.93015 6.25778 0.623506C6.64878 0.850132 7.0216 1.13431 7.3431 1.45316C10.4529 4.4833 13.4476 7.66321 16.5895 10.6458Z",fill:"#D68600"})]})}var n={Solid:t,Colorful:i};export{n as Icon};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
interface LogoWrapperProps {
|
|
2
|
+
mode: 'horizontal' | 'vertical' | 'icon';
|
|
3
|
+
variant: 'colorful' | 'orange' | 'purple' | 'white' | 'gray';
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
export default function LogoWrapper({ mode, variant, color }: LogoWrapperProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as c,jsxs as n}from"react/jsx-runtime";function g({color:l}){return n("svg",{fill:"none",height:"26",viewBox:"0 0 95 26",width:"95",xmlns:"http://www.w3.org/2000/svg",children:[c("path",{d:"M89.14 14.625c4.756-1.796 4.739-9.325-.024-11.12-.943-.407-1.952-.497-2.966-.498-3.344.002-6.687-.02-10.03.006v19.822h4.902c0-2.47.002-4.937-.004-7.406 0-.174.05-.221.22-.22q1.266.013 2.53 0c.168-.002.252.06.33.2 1.38 2.426 2.764 4.849 4.142 7.275.068.118.139.167.278.167 1.841-.017 3.68.02 5.52-.017zm-2.579-3.982c-.225.048-.459.068-.689.07-1.555.006-3.11.002-4.666.006-.135 0-.188-.032-.187-.178q.009-1.413 0-2.824c-.001-.157.06-.187.199-.186.843.004 4.203.007 5.04.032.713.022 1.356.523 1.538 1.137.253.858-.3 1.74-1.235 1.943M31.777 3.004 37.552 3c.148 0 .234.045.316.17l3.522 5.338 3.517-5.33c.085-.13.173-.179.329-.178l5.773.004-6.624 9.203c-.103.143-.096.231.003.37l7.378 10.28-5.919-.001c-.126 0-.19-.05-.254-.148l-4.2-6.408-4.17 6.378c-.084.13-.172.179-.328.178l-5.857-.004 7.34-10.253c.12-.167.109-.268-.007-.429zM62.469 3.008c.097 0 .176.08.176.177l.002 10.278c.003 1.018.184 2.003.671 2.912.782 1.455 2.111 2.006 3.593 1.862 1.715-.167 2.672-1.224 3.179-2.785.223-.688.27-1.4.27-2.118V3.131a.13.13 0 0 1 .13-.13h4.663a.13.13 0 0 1 .13.13l-.008 10.222c-.001 1.362-.152 2.7-.658 3.977-1.235 3.11-3.488 4.956-6.804 5.42-2.05.287-4.02-.017-5.826-1.077-2.034-1.193-3.267-3-3.895-5.25a9.4 9.4 0 0 1-.355-2.487l-.03-10.759c0-.097.08-.177.176-.177z",fill:l}),c("path",{d:"M49.388 17.806c.156.038.286.074.418.1 1.007.192 1.877-.428 2.01-1.451a9 9 0 0 0 .062-1.158l.003-12.146a.15.15 0 0 1 .151-.15l4.62.003c.074 0 .133.059.133.132l.001 12.168c-.003 1.002-.06 2.002-.387 2.963q-.946 2.777-3.602 4.006c-.102.047-.171.065-.253-.049z",fill:l}),c("path",{d:"m17.777 14.363 1.2-1.202c1.55 1.507 3.065 3.055 4.602 4.575 1.843 1.641 2.048 4.679.097 6.314-5.965 4.847-8.34-7.021-12.57-4.062-.899.72-1.69 1.553-2.48 2.385-1.048 1.08-1.954 2.45-3.557 2.656-3.952 1.004-6.748-4.05-3.903-6.918l3.407-3.328c.35-.26.81-.352 1.165-.018.417.392.277.926-.116 1.285l-3.397 3.48c-1.63 1.999.894 4.833 3.025 3.558 1.463-.762 2.435-2.146 3.59-3.281 3.38-3.854 5.97-1.74 8.775 1.338.49.484.948 1.002 1.444 1.481 2.533 2.454 5.9-1.151 3.424-3.583-1.553-1.575-3.15-3.109-4.705-4.68",fill:l}),c("path",{d:"m3.574 9.428 1.14-1.143c.033.03 4.257 4.125 6.292 6.16.727.726 2.33.753 3.076-.013a904 904 0 0 1 8.545-8.636c2.063-2.027-.76-5.235-3.012-3.66-1.39 1.015-2.487 2.386-3.73 3.572-.278.28-.616.346-.939.187-.446-.21-.656-.841-.315-1.233 1.02-1.254 2.223-2.348 3.38-3.473 2.646-2.616 7.385-.512 7.067 3.199-.025 1.1-.461 2.04-1.235 2.803-2.895 2.857-5.81 5.695-8.7 8.555-.556.55-1.19.873-1.953.964-1.043.125-2.026-.05-2.917-.623-2.016-1.666-6.558-6.62-6.7-6.66z",fill:l}),c("path",{d:"m16.59 10.646-1.193 1.2C12.49 8.736 9.357 5.85 6.349 2.84c-.439-.434-.9-.835-1.504-1.019-2.141-.718-4.149 2.184-2.573 3.9A32 32 0 0 0 4.135 7.6L2.898 8.812c-.572-.53-1.108-1.146-1.677-1.686-3.32-3.144.723-9.057 5.037-6.503.39.226.764.51 1.085.83 3.11 3.03 6.105 6.21 9.247 9.192",fill:l})]})}function d(){return n("svg",{fill:"none",height:"26",viewBox:"0 0 95 26",width:"95",xmlns:"http://www.w3.org/2000/svg",children:[c("path",{d:"M89.14 14.625c4.756-1.796 4.739-9.325-.024-11.12-.943-.407-1.952-.497-2.966-.498-3.344.002-6.687-.02-10.03.006v19.822h4.902c0-2.47.002-4.937-.004-7.406 0-.174.05-.221.22-.22q1.266.013 2.53 0c.168-.002.252.06.33.2 1.38 2.426 2.764 4.849 4.142 7.275.068.118.139.167.278.167 1.841-.017 3.68.02 5.52-.017zm-2.579-3.982c-.225.048-.459.068-.689.07-1.555.006-3.11.002-4.666.006-.135 0-.188-.032-.187-.178q.009-1.413 0-2.824c-.001-.157.06-.187.199-.186.843.004 4.203.007 5.04.032.713.022 1.356.523 1.538 1.137.253.858-.3 1.74-1.235 1.943M31.777 3.004 37.552 3c.148 0 .234.045.316.17l3.522 5.338 3.517-5.33c.085-.13.173-.179.329-.178l5.773.004-6.624 9.203c-.103.143-.096.231.003.37l7.378 10.28-5.919-.001c-.126 0-.19-.05-.254-.148l-4.2-6.408-4.17 6.378c-.084.13-.172.179-.328.178l-5.857-.004 7.34-10.253c.12-.167.109-.268-.007-.429zM62.469 3.008c.097 0 .176.08.176.177l.002 10.278c.003 1.018.184 2.003.671 2.912.782 1.455 2.111 2.006 3.593 1.862 1.715-.167 2.672-1.224 3.179-2.785.223-.688.27-1.4.27-2.118V3.131a.13.13 0 0 1 .13-.13h4.663a.13.13 0 0 1 .13.13l-.008 10.222c-.001 1.362-.152 2.7-.658 3.977-1.235 3.11-3.488 4.956-6.804 5.42-2.05.287-4.02-.017-5.826-1.077-2.034-1.193-3.267-3-3.895-5.25a9.4 9.4 0 0 1-.355-2.487l-.03-10.759c0-.097.08-.177.176-.177z",fill:"#504E50"}),c("path",{d:"M49.388 17.806c.156.038.286.074.418.1 1.007.192 1.877-.428 2.01-1.451a9 9 0 0 0 .062-1.158l.003-12.146a.15.15 0 0 1 .151-.15l4.62.003c.074 0 .133.059.133.132l.001 12.168c-.003 1.002-.06 2.002-.387 2.963q-.946 2.777-3.602 4.006c-.102.047-.171.065-.253-.049z",fill:"#504E50"}),c("path",{d:"m17.777 14.363 1.2-1.202c1.55 1.507 3.065 3.055 4.602 4.575 1.843 1.641 2.048 4.679.097 6.314-5.965 4.847-8.34-7.021-12.57-4.062-.899.72-1.69 1.553-2.48 2.385-1.048 1.08-1.954 2.45-3.557 2.656-3.952 1.004-6.748-4.05-3.903-6.918l3.407-3.328c.35-.26.81-.352 1.165-.018.417.392.277.926-.116 1.285l-3.397 3.48c-1.63 1.999.894 4.833 3.025 3.558 1.463-.762 2.435-2.146 3.59-3.281 3.38-3.854 5.97-1.74 8.775 1.338.49.484.948 1.002 1.444 1.481 2.533 2.454 5.9-1.151 3.424-3.583-1.553-1.575-3.15-3.109-4.705-4.68",fill:"#D68600"}),c("path",{d:"m3.574 9.428 1.14-1.143c.033.03 4.257 4.125 6.292 6.16.727.726 2.33.753 3.076-.013a904 904 0 0 1 8.545-8.636c2.063-2.027-.76-5.235-3.012-3.66-1.39 1.015-2.487 2.386-3.73 3.572-.278.28-.616.346-.939.187-.446-.21-.656-.841-.315-1.233 1.02-1.254 2.223-2.348 3.38-3.473 2.646-2.616 7.385-.512 7.067 3.199-.025 1.1-.461 2.04-1.235 2.803-2.895 2.857-5.81 5.695-8.7 8.555-.556.55-1.19.873-1.953.964-1.043.125-2.026-.05-2.917-.623-2.016-1.666-6.558-6.62-6.7-6.66z",fill:"#66127D"}),c("path",{d:"m16.59 10.646-1.193 1.2C12.49 8.736 9.357 5.85 6.349 2.84c-.439-.434-.9-.835-1.504-1.019-2.141-.718-4.149 2.184-2.573 3.9A32 32 0 0 0 4.135 7.6L2.898 8.812c-.572-.53-1.108-1.146-1.677-1.686-3.32-3.144.723-9.057 5.037-6.503.39.226.764.51 1.085.83 3.11 3.03 6.105 6.21 9.247 9.192",fill:"#D68600"})]})}var r={Solid:g,Colorful:d};import{jsx as o,jsxs as p}from"react/jsx-runtime";function w({color:l}){return p("svg",{fill:"none",height:"50",viewBox:"0 0 63 50",width:"63",xmlns:"http://www.w3.org/2000/svg",children:[o("path",{d:"M58.102 41.769c4.755-1.796 4.738-9.325-.024-11.12-.943-.407-1.952-.497-2.966-.498-3.344.002-6.688-.02-10.03.006V49.98h4.901c0-2.47.002-4.937-.004-7.406 0-.174.051-.221.221-.22q1.265.014 2.53 0c.168-.002.251.06.33.2 1.379 2.426 2.763 4.85 4.142 7.275.067.118.138.167.277.167 1.842-.017 3.68.02 5.52-.017zm-2.58-3.982c-.224.048-.459.068-.688.07-1.556.006-3.111.002-4.667.006-.134 0-.188-.032-.187-.178q.01-1.412 0-2.824c0-.157.06-.187.2-.186.842.005 4.203.008 5.038.033.714.02 1.357.522 1.54 1.136.253.858-.301 1.74-1.235 1.943M.739 30.148l5.775-.003c.148 0 .234.044.315.169l3.523 5.338 3.516-5.33c.085-.13.173-.178.33-.178l5.772.004-6.623 9.204c-.103.142-.097.23.003.368L20.727 50H14.81c-.127 0-.19-.05-.255-.148l-4.199-6.408-4.17 6.378c-.084.13-.172.179-.329.178L0 49.996l7.34-10.253c.12-.167.108-.268-.008-.429zM31.43 30.153c.097 0 .176.079.176.176l.003 10.278c.002 1.018.183 2.004.67 2.912.782 1.455 2.111 2.006 3.593 1.862 1.715-.167 2.673-1.224 3.18-2.785.223-.688.27-1.4.27-2.118V30.275a.13.13 0 0 1 .13-.13h4.662a.13.13 0 0 1 .13.13l-.008 10.223c0 1.361-.151 2.7-.658 3.976-1.235 3.11-3.488 4.956-6.804 5.42-2.05.287-4.019-.017-5.826-1.077-2.034-1.193-3.267-3-3.894-5.25a9.4 9.4 0 0 1-.356-2.487l-.03-10.758c0-.098.08-.177.177-.177l4.586.007",fill:l}),o("path",{d:"M18.35 44.95c.155.038.285.074.417.1 1.008.192 1.878-.428 2.01-1.451a9 9 0 0 0 .063-1.158l.003-12.146a.15.15 0 0 1 .15-.15l4.621.003c.073 0 .133.06.133.132v12.168c-.002 1.002-.06 2.003-.387 2.963-.631 1.85-1.83 3.188-3.602 4.006-.102.047-.17.066-.252-.049z",fill:l}),o("path",{d:"m36.738 14.363 1.201-1.202c1.549 1.507 3.065 3.055 4.602 4.575 1.843 1.641 2.047 4.679.096 6.314-5.965 4.847-8.34-7.021-12.57-4.062-.898.72-1.69 1.553-2.48 2.385-1.047 1.08-1.954 2.45-3.557 2.656-3.952 1.004-6.748-4.05-3.903-6.918l3.407-3.328c.35-.26.81-.352 1.165-.018.418.392.277.926-.116 1.285l-3.397 3.48c-1.63 1.999.894 4.833 3.025 3.558 1.463-.762 2.435-2.146 3.59-3.281 3.38-3.854 5.97-1.74 8.775 1.338.49.484.949 1.002 1.444 1.481 2.533 2.454 5.9-1.151 3.424-3.583-1.553-1.575-3.15-3.109-4.705-4.68",fill:l}),o("path",{d:"m22.535 9.428 1.14-1.143c.033.03 4.257 4.125 6.292 6.16.727.726 2.33.753 3.077-.013a904 904 0 0 1 8.544-8.636c2.063-2.027-.76-5.235-3.012-3.66-1.39 1.015-2.487 2.386-3.73 3.572-.278.28-.616.346-.938.187-.447-.21-.657-.841-.316-1.233 1.02-1.254 2.223-2.348 3.38-3.473 2.646-2.616 7.386-.512 7.068 3.199-.026 1.1-.462 2.04-1.236 2.803-2.895 2.857-5.81 5.695-8.7 8.555-.556.55-1.19.873-1.953.964-1.043.125-2.026-.05-2.917-.623-2.016-1.666-6.558-6.62-6.699-6.66",fill:l}),o("path",{d:"m35.55 10.646-1.192 1.2c-2.907-3.11-6.04-5.997-9.047-9.007-.44-.434-.901-.835-1.505-1.019-2.141-.718-4.149 2.184-2.573 3.9a32 32 0 0 0 1.863 1.88l-1.237 1.213c-.572-.53-1.108-1.146-1.676-1.686-3.32-3.144.722-9.057 5.036-6.503.39.226.764.51 1.085.83 3.11 3.03 6.105 6.21 9.247 9.192",fill:l})]})}function s(){return p("svg",{fill:"none",height:"50",viewBox:"0 0 63 50",width:"63",xmlns:"http://www.w3.org/2000/svg",children:[o("path",{d:"M58.102 41.769c4.755-1.796 4.738-9.325-.024-11.12-.943-.407-1.952-.497-2.966-.498-3.344.002-6.688-.02-10.03.006V49.98h4.901c0-2.47.002-4.937-.004-7.406 0-.174.051-.221.221-.22q1.265.014 2.53 0c.168-.002.251.06.33.2 1.379 2.426 2.763 4.85 4.142 7.275.067.118.138.167.277.167 1.842-.017 3.68.02 5.52-.017zm-2.58-3.982c-.224.048-.459.068-.688.07-1.556.006-3.111.002-4.667.006-.134 0-.188-.032-.187-.178q.01-1.412 0-2.824c0-.157.06-.187.2-.186.842.005 4.203.008 5.038.033.714.02 1.357.522 1.54 1.136.253.858-.301 1.74-1.235 1.943M.739 30.148l5.775-.003c.148 0 .234.044.315.169l3.523 5.338 3.516-5.33c.085-.13.173-.178.33-.178l5.772.004-6.623 9.204c-.103.142-.097.23.003.368L20.727 50H14.81c-.127 0-.19-.05-.255-.148l-4.199-6.408-4.17 6.378c-.084.13-.172.179-.329.178L0 49.996l7.34-10.253c.12-.167.108-.268-.008-.429zM31.43 30.153c.097 0 .176.079.176.176l.003 10.278c.002 1.018.183 2.004.67 2.912.782 1.455 2.111 2.006 3.593 1.862 1.715-.167 2.673-1.224 3.18-2.785.223-.688.27-1.4.27-2.118V30.275a.13.13 0 0 1 .13-.13h4.662a.13.13 0 0 1 .13.13l-.008 10.223c0 1.361-.151 2.7-.658 3.976-1.235 3.11-3.488 4.956-6.804 5.42-2.05.287-4.019-.017-5.826-1.077-2.034-1.193-3.267-3-3.894-5.25a9.4 9.4 0 0 1-.356-2.487l-.03-10.758c0-.098.08-.177.177-.177l4.586.007",fill:"#504E50"}),o("path",{d:"M18.35 44.95c.155.038.285.074.417.1 1.008.192 1.878-.428 2.01-1.451a9 9 0 0 0 .063-1.158l.003-12.146a.15.15 0 0 1 .15-.15l4.621.003c.073 0 .133.06.133.132v12.168c-.002 1.002-.06 2.003-.387 2.963-.631 1.85-1.83 3.188-3.602 4.006-.102.047-.17.066-.252-.049z",fill:"#504E50"}),o("path",{d:"m36.738 14.363 1.201-1.202c1.549 1.507 3.065 3.055 4.602 4.575 1.843 1.641 2.047 4.679.096 6.314-5.965 4.847-8.34-7.021-12.57-4.062-.898.72-1.69 1.553-2.48 2.385-1.047 1.08-1.954 2.45-3.557 2.656-3.952 1.004-6.748-4.05-3.903-6.918l3.407-3.328c.35-.26.81-.352 1.165-.018.418.392.277.926-.116 1.285l-3.397 3.48c-1.63 1.999.894 4.833 3.025 3.558 1.463-.762 2.435-2.146 3.59-3.281 3.38-3.854 5.97-1.74 8.775 1.338.49.484.949 1.002 1.444 1.481 2.533 2.454 5.9-1.151 3.424-3.583-1.553-1.575-3.15-3.109-4.705-4.68",fill:"#D68600"}),o("path",{d:"m22.535 9.428 1.14-1.143c.033.03 4.257 4.125 6.292 6.16.727.726 2.33.753 3.077-.013a904 904 0 0 1 8.544-8.636c2.063-2.027-.76-5.235-3.012-3.66-1.39 1.015-2.487 2.386-3.73 3.572-.278.28-.616.346-.938.187-.447-.21-.657-.841-.316-1.233 1.02-1.254 2.223-2.348 3.38-3.473 2.646-2.616 7.386-.512 7.068 3.199-.026 1.1-.462 2.04-1.236 2.803-2.895 2.857-5.81 5.695-8.7 8.555-.556.55-1.19.873-1.953.964-1.043.125-2.026-.05-2.917-.623-2.016-1.666-6.558-6.62-6.699-6.66",fill:"#66127D"}),o("path",{d:"m35.55 10.646-1.192 1.2c-2.907-3.11-6.04-5.997-9.047-9.007-.44-.434-.901-.835-1.505-1.019-2.141-.718-4.149 2.184-2.573 3.9a32 32 0 0 0 1.863 1.88l-1.237 1.213c-.572-.53-1.108-1.146-1.676-1.686-3.32-3.144.722-9.057 5.036-6.503.39.226.764.51 1.085.83 3.11 3.03 6.105 6.21 9.247 9.192",fill:"#D68600"})]})}var h={Solid:w,Colorful:s};import{jsx as t,jsxs as e}from"react/jsx-runtime";function u({color:l}){return e("svg",{fill:"none",height:"26",viewBox:"0 0 26 26",width:"26",xmlns:"http://www.w3.org/2000/svg",children:[t("path",{d:"M17.7771 14.3626C18.1813 13.9583 18.5751 13.5644 18.9779 13.1612C20.5269 14.6679 22.0424 16.2157 23.5793 17.7363C25.4224 19.377 25.6267 22.4146 23.6763 24.05C17.7108 28.8974 15.3367 17.0285 11.1052 19.9875C10.2073 20.7081 9.41678 21.5407 8.62623 22.3732C7.57834 23.4534 6.67195 24.8221 5.06874 25.0287C1.11705 26.0331 -1.6791 20.9798 1.16588 18.1112L4.57331 14.783C4.92332 14.5238 5.3824 14.4309 5.73811 14.7651C6.15548 15.1572 6.01505 15.6913 5.62227 16.0498L2.22482 19.5303C0.594533 21.5289 3.1191 24.3635 5.24981 23.0884C6.71294 22.3263 7.68491 20.9423 8.83937 19.8066C12.2197 15.9533 14.8099 18.0669 17.6149 21.1446C18.1057 21.629 18.5634 22.1473 19.0588 22.6262C21.5923 25.0802 24.9591 21.4749 22.483 19.0431C20.9304 17.4682 19.3333 15.934 17.7778 14.3623L17.7771 14.3626Z",fill:l}),t("path",{d:"M3.57427 9.4276C3.95493 9.0462 4.32775 8.6723 4.71412 8.28518C4.74727 8.31556 8.97055 12.4102 11.0061 14.4445C11.7332 15.1712 13.3361 15.1983 14.0824 14.4316C16.9146 11.5384 19.7567 8.64943 22.6266 5.79551C24.6903 3.76946 21.8667 0.560949 19.6148 2.13589C18.2244 3.15071 17.1277 4.52226 15.8856 5.70793C15.6072 5.98889 15.2689 6.05359 14.9464 5.89524C14.5001 5.68506 14.2898 5.05379 14.6306 4.66238C15.6517 3.40772 16.8543 2.31355 18.0116 1.18864C20.6567 -1.42721 25.3964 0.676765 25.0785 4.3875C25.0528 5.48881 24.6169 6.42749 23.8428 7.19137C20.9475 10.0478 18.0337 12.8856 15.1428 15.7463C14.5868 16.2964 13.9523 16.6185 13.1896 16.71C12.1474 16.8351 11.1644 16.6596 10.2729 16.0873C8.25735 14.4205 3.7147 9.46657 3.57391 9.4276H3.57427Z",fill:l}),t("path",{d:"M16.5895 10.6458C16.1661 11.0719 15.7865 11.454 15.3969 11.8461C12.4899 8.73665 9.35726 5.84949 6.34938 2.83865C5.91027 2.4047 5.44869 2.00399 4.84491 1.82026C2.70386 1.10178 0.696116 4.00359 2.27223 5.71973C2.86461 6.36815 3.49049 7.00228 4.13491 7.59923C3.71397 8.01244 3.31335 8.40564 2.89776 8.8135C2.32569 8.28304 1.78999 7.66679 1.22149 7.12667C-2.09897 3.98286 1.94361 -1.93015 6.25778 0.623506C6.64878 0.850132 7.0216 1.13431 7.3431 1.45316C10.4529 4.4833 13.4476 7.66321 16.5895 10.6458Z",fill:l})]})}function v(){return e("svg",{fill:"none",height:"26",viewBox:"0 0 26 26",width:"26",xmlns:"http://www.w3.org/2000/svg",children:[t("path",{d:"M17.7771 14.3626C18.1813 13.9583 18.5751 13.5644 18.9779 13.1612C20.5269 14.6679 22.0424 16.2157 23.5793 17.7363C25.4224 19.377 25.6267 22.4146 23.6763 24.05C17.7108 28.8974 15.3367 17.0285 11.1052 19.9875C10.2073 20.7081 9.41678 21.5407 8.62623 22.3732C7.57834 23.4534 6.67195 24.8221 5.06874 25.0287C1.11705 26.0331 -1.6791 20.9798 1.16588 18.1112L4.57331 14.783C4.92332 14.5238 5.3824 14.4309 5.73811 14.7651C6.15548 15.1572 6.01505 15.6913 5.62227 16.0498L2.22482 19.5303C0.594533 21.5289 3.1191 24.3635 5.24981 23.0884C6.71294 22.3263 7.68491 20.9423 8.83937 19.8066C12.2197 15.9533 14.8099 18.0669 17.6149 21.1446C18.1057 21.629 18.5634 22.1473 19.0588 22.6262C21.5923 25.0802 24.9591 21.4749 22.483 19.0431C20.9304 17.4682 19.3333 15.934 17.7778 14.3623L17.7771 14.3626Z",fill:"#D68600"}),t("path",{d:"M3.57427 9.4276C3.95493 9.0462 4.32775 8.6723 4.71412 8.28518C4.74727 8.31556 8.97055 12.4102 11.0061 14.4445C11.7332 15.1712 13.3361 15.1983 14.0824 14.4316C16.9146 11.5384 19.7567 8.64943 22.6266 5.79551C24.6903 3.76946 21.8667 0.560949 19.6148 2.13589C18.2244 3.15071 17.1277 4.52226 15.8856 5.70793C15.6072 5.98889 15.2689 6.05359 14.9464 5.89524C14.5001 5.68506 14.2898 5.05379 14.6306 4.66238C15.6517 3.40772 16.8543 2.31355 18.0116 1.18864C20.6567 -1.42721 25.3964 0.676765 25.0785 4.3875C25.0528 5.48881 24.6169 6.42749 23.8428 7.19137C20.9475 10.0478 18.0337 12.8856 15.1428 15.7463C14.5868 16.2964 13.9523 16.6185 13.1896 16.71C12.1474 16.8351 11.1644 16.6596 10.2729 16.0873C8.25735 14.4205 3.7147 9.46657 3.57391 9.4276H3.57427Z",fill:"#66127D"}),t("path",{d:"M16.5895 10.6458C16.1661 11.0719 15.7865 11.454 15.3969 11.8461C12.4899 8.73665 9.35726 5.84949 6.34938 2.83865C5.91027 2.4047 5.44869 2.00399 4.84491 1.82026C2.70386 1.10178 0.696116 4.00359 2.27223 5.71973C2.86461 6.36815 3.49049 7.00228 4.13491 7.59923C3.71397 8.01244 3.31335 8.40564 2.89776 8.8135C2.32569 8.28304 1.78999 7.66679 1.22149 7.12667C-2.09897 3.98286 1.94361 -1.93015 6.25778 0.623506C6.64878 0.850132 7.0216 1.13431 7.3431 1.45316C10.4529 4.4833 13.4476 7.66321 16.5895 10.6458Z",fill:"#D68600"})]})}var f={Solid:u,Colorful:v};import{jsx as i}from"react/jsx-runtime";function m({mode:l,variant:a,color:C}){switch(l){case"icon":return a==="colorful"||!C?i(f.Colorful,{}):i(f.Solid,{color:C});case"vertical":return a==="colorful"||!C?i(h.Colorful,{}):i(h.Solid,{color:C});case"horizontal":return a==="colorful"||!C?i(r.Colorful,{}):i(r.Solid,{color:C})}}export{m as default};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare function LogoVerticalSolid({ color }: {
|
|
2
|
+
color: string;
|
|
3
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function LogoVerticalColorful(): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare const Vertical: {
|
|
6
|
+
Solid: typeof LogoVerticalSolid;
|
|
7
|
+
Colorful: typeof LogoVerticalColorful;
|
|
8
|
+
};
|
|
9
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as l,jsxs as a}from"react/jsx-runtime";function t({color:c}){return a("svg",{fill:"none",height:"50",viewBox:"0 0 63 50",width:"63",xmlns:"http://www.w3.org/2000/svg",children:[l("path",{d:"M58.102 41.769c4.755-1.796 4.738-9.325-.024-11.12-.943-.407-1.952-.497-2.966-.498-3.344.002-6.688-.02-10.03.006V49.98h4.901c0-2.47.002-4.937-.004-7.406 0-.174.051-.221.221-.22q1.265.014 2.53 0c.168-.002.251.06.33.2 1.379 2.426 2.763 4.85 4.142 7.275.067.118.138.167.277.167 1.842-.017 3.68.02 5.52-.017zm-2.58-3.982c-.224.048-.459.068-.688.07-1.556.006-3.111.002-4.667.006-.134 0-.188-.032-.187-.178q.01-1.412 0-2.824c0-.157.06-.187.2-.186.842.005 4.203.008 5.038.033.714.02 1.357.522 1.54 1.136.253.858-.301 1.74-1.235 1.943M.739 30.148l5.775-.003c.148 0 .234.044.315.169l3.523 5.338 3.516-5.33c.085-.13.173-.178.33-.178l5.772.004-6.623 9.204c-.103.142-.097.23.003.368L20.727 50H14.81c-.127 0-.19-.05-.255-.148l-4.199-6.408-4.17 6.378c-.084.13-.172.179-.329.178L0 49.996l7.34-10.253c.12-.167.108-.268-.008-.429zM31.43 30.153c.097 0 .176.079.176.176l.003 10.278c.002 1.018.183 2.004.67 2.912.782 1.455 2.111 2.006 3.593 1.862 1.715-.167 2.673-1.224 3.18-2.785.223-.688.27-1.4.27-2.118V30.275a.13.13 0 0 1 .13-.13h4.662a.13.13 0 0 1 .13.13l-.008 10.223c0 1.361-.151 2.7-.658 3.976-1.235 3.11-3.488 4.956-6.804 5.42-2.05.287-4.019-.017-5.826-1.077-2.034-1.193-3.267-3-3.894-5.25a9.4 9.4 0 0 1-.356-2.487l-.03-10.758c0-.098.08-.177.177-.177l4.586.007",fill:c}),l("path",{d:"M18.35 44.95c.155.038.285.074.417.1 1.008.192 1.878-.428 2.01-1.451a9 9 0 0 0 .063-1.158l.003-12.146a.15.15 0 0 1 .15-.15l4.621.003c.073 0 .133.06.133.132v12.168c-.002 1.002-.06 2.003-.387 2.963-.631 1.85-1.83 3.188-3.602 4.006-.102.047-.17.066-.252-.049z",fill:c}),l("path",{d:"m36.738 14.363 1.201-1.202c1.549 1.507 3.065 3.055 4.602 4.575 1.843 1.641 2.047 4.679.096 6.314-5.965 4.847-8.34-7.021-12.57-4.062-.898.72-1.69 1.553-2.48 2.385-1.047 1.08-1.954 2.45-3.557 2.656-3.952 1.004-6.748-4.05-3.903-6.918l3.407-3.328c.35-.26.81-.352 1.165-.018.418.392.277.926-.116 1.285l-3.397 3.48c-1.63 1.999.894 4.833 3.025 3.558 1.463-.762 2.435-2.146 3.59-3.281 3.38-3.854 5.97-1.74 8.775 1.338.49.484.949 1.002 1.444 1.481 2.533 2.454 5.9-1.151 3.424-3.583-1.553-1.575-3.15-3.109-4.705-4.68",fill:c}),l("path",{d:"m22.535 9.428 1.14-1.143c.033.03 4.257 4.125 6.292 6.16.727.726 2.33.753 3.077-.013a904 904 0 0 1 8.544-8.636c2.063-2.027-.76-5.235-3.012-3.66-1.39 1.015-2.487 2.386-3.73 3.572-.278.28-.616.346-.938.187-.447-.21-.657-.841-.316-1.233 1.02-1.254 2.223-2.348 3.38-3.473 2.646-2.616 7.386-.512 7.068 3.199-.026 1.1-.462 2.04-1.236 2.803-2.895 2.857-5.81 5.695-8.7 8.555-.556.55-1.19.873-1.953.964-1.043.125-2.026-.05-2.917-.623-2.016-1.666-6.558-6.62-6.699-6.66",fill:c}),l("path",{d:"m35.55 10.646-1.192 1.2c-2.907-3.11-6.04-5.997-9.047-9.007-.44-.434-.901-.835-1.505-1.019-2.141-.718-4.149 2.184-2.573 3.9a32 32 0 0 0 1.863 1.88l-1.237 1.213c-.572-.53-1.108-1.146-1.676-1.686-3.32-3.144.722-9.057 5.036-6.503.39.226.764.51 1.085.83 3.11 3.03 6.105 6.21 9.247 9.192",fill:c})]})}function i(){return a("svg",{fill:"none",height:"50",viewBox:"0 0 63 50",width:"63",xmlns:"http://www.w3.org/2000/svg",children:[l("path",{d:"M58.102 41.769c4.755-1.796 4.738-9.325-.024-11.12-.943-.407-1.952-.497-2.966-.498-3.344.002-6.688-.02-10.03.006V49.98h4.901c0-2.47.002-4.937-.004-7.406 0-.174.051-.221.221-.22q1.265.014 2.53 0c.168-.002.251.06.33.2 1.379 2.426 2.763 4.85 4.142 7.275.067.118.138.167.277.167 1.842-.017 3.68.02 5.52-.017zm-2.58-3.982c-.224.048-.459.068-.688.07-1.556.006-3.111.002-4.667.006-.134 0-.188-.032-.187-.178q.01-1.412 0-2.824c0-.157.06-.187.2-.186.842.005 4.203.008 5.038.033.714.02 1.357.522 1.54 1.136.253.858-.301 1.74-1.235 1.943M.739 30.148l5.775-.003c.148 0 .234.044.315.169l3.523 5.338 3.516-5.33c.085-.13.173-.178.33-.178l5.772.004-6.623 9.204c-.103.142-.097.23.003.368L20.727 50H14.81c-.127 0-.19-.05-.255-.148l-4.199-6.408-4.17 6.378c-.084.13-.172.179-.329.178L0 49.996l7.34-10.253c.12-.167.108-.268-.008-.429zM31.43 30.153c.097 0 .176.079.176.176l.003 10.278c.002 1.018.183 2.004.67 2.912.782 1.455 2.111 2.006 3.593 1.862 1.715-.167 2.673-1.224 3.18-2.785.223-.688.27-1.4.27-2.118V30.275a.13.13 0 0 1 .13-.13h4.662a.13.13 0 0 1 .13.13l-.008 10.223c0 1.361-.151 2.7-.658 3.976-1.235 3.11-3.488 4.956-6.804 5.42-2.05.287-4.019-.017-5.826-1.077-2.034-1.193-3.267-3-3.894-5.25a9.4 9.4 0 0 1-.356-2.487l-.03-10.758c0-.098.08-.177.177-.177l4.586.007",fill:"#504E50"}),l("path",{d:"M18.35 44.95c.155.038.285.074.417.1 1.008.192 1.878-.428 2.01-1.451a9 9 0 0 0 .063-1.158l.003-12.146a.15.15 0 0 1 .15-.15l4.621.003c.073 0 .133.06.133.132v12.168c-.002 1.002-.06 2.003-.387 2.963-.631 1.85-1.83 3.188-3.602 4.006-.102.047-.17.066-.252-.049z",fill:"#504E50"}),l("path",{d:"m36.738 14.363 1.201-1.202c1.549 1.507 3.065 3.055 4.602 4.575 1.843 1.641 2.047 4.679.096 6.314-5.965 4.847-8.34-7.021-12.57-4.062-.898.72-1.69 1.553-2.48 2.385-1.047 1.08-1.954 2.45-3.557 2.656-3.952 1.004-6.748-4.05-3.903-6.918l3.407-3.328c.35-.26.81-.352 1.165-.018.418.392.277.926-.116 1.285l-3.397 3.48c-1.63 1.999.894 4.833 3.025 3.558 1.463-.762 2.435-2.146 3.59-3.281 3.38-3.854 5.97-1.74 8.775 1.338.49.484.949 1.002 1.444 1.481 2.533 2.454 5.9-1.151 3.424-3.583-1.553-1.575-3.15-3.109-4.705-4.68",fill:"#D68600"}),l("path",{d:"m22.535 9.428 1.14-1.143c.033.03 4.257 4.125 6.292 6.16.727.726 2.33.753 3.077-.013a904 904 0 0 1 8.544-8.636c2.063-2.027-.76-5.235-3.012-3.66-1.39 1.015-2.487 2.386-3.73 3.572-.278.28-.616.346-.938.187-.447-.21-.657-.841-.316-1.233 1.02-1.254 2.223-2.348 3.38-3.473 2.646-2.616 7.386-.512 7.068 3.199-.026 1.1-.462 2.04-1.236 2.803-2.895 2.857-5.81 5.695-8.7 8.555-.556.55-1.19.873-1.953.964-1.043.125-2.026-.05-2.917-.623-2.016-1.666-6.558-6.62-6.699-6.66",fill:"#66127D"}),l("path",{d:"m35.55 10.646-1.192 1.2c-2.907-3.11-6.04-5.997-9.047-9.007-.44-.434-.901-.835-1.505-1.019-2.141-.718-4.149 2.184-2.573 3.9a32 32 0 0 0 1.863 1.88l-1.237 1.213c-.572-.53-1.108-1.146-1.676-1.686-3.32-3.144.722-9.057 5.036-6.503.39.226.764.51 1.085.83 3.11 3.03 6.105 6.21 9.247 9.192",fill:"#D68600"})]})}var h={Solid:t,Colorful:i};export{h as Vertical};
|
package/package.json
CHANGED
|
@@ -1,55 +1,54 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xjur-ui/react",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "React components for XJur Design System",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"exports": {
|
|
8
|
-
"./
|
|
8
|
+
"./index.css": "./dist/index.css",
|
|
9
9
|
"./hooks": "./dist/hooks/index.js",
|
|
10
|
-
"./
|
|
11
|
-
"./
|
|
12
|
-
"./
|
|
13
|
-
"./
|
|
14
|
-
"./
|
|
15
|
-
"./
|
|
16
|
-
"./
|
|
17
|
-
"./tag": "./dist/components/tag.js",
|
|
18
|
-
"./chip": "./dist/components/chip.js",
|
|
19
|
-
"./avatar": "./dist/components/avatar.js",
|
|
20
|
-
"./dialog": "./dist/components/dialog.js",
|
|
21
|
-
"./upload": "./dist/components/upload.js",
|
|
22
|
-
"./selection-bar": "./dist/components/selection-bar.js",
|
|
23
|
-
"./dropdown-menu": "./dist/components/dropdown-menu.js",
|
|
24
|
-
"./divider": "./dist/components/divider.js",
|
|
25
|
-
"./sheet": "./dist/components/sheet.js",
|
|
26
|
-
"./badge": "./dist/components/badge.js",
|
|
27
|
-
"./table": "./dist/components/table/index.js",
|
|
28
|
-
"./avatar-group": "./dist/components/avatar-group.js",
|
|
29
|
-
"./skeleton": "./dist/components/skeleton.js",
|
|
30
|
-
"./tooltip": "./dist/components/tooltip.js",
|
|
31
|
-
"./status": "./dist/components/status.js",
|
|
32
|
-
"./toast": "./dist/components/toast.js",
|
|
33
|
-
"./horizontal-scroll": "./dist/components/horizontal-scroll.js",
|
|
34
|
-
"./breadcrumb": "./dist/components/breadcrumb.js",
|
|
35
|
-
"./dnd": "./dist/components/drag-and-drop/index.js",
|
|
36
|
-
"./full-calendar": "./dist/components/full-calendar/index.js",
|
|
10
|
+
"./accordion": "./dist/components/accordion/index.js",
|
|
11
|
+
"./avatar": "./dist/components/avatar/index.js",
|
|
12
|
+
"./badge": "./dist/components/badge/index.js",
|
|
13
|
+
"./breadcrumb": "./dist/components/breadcrumb/index.js",
|
|
14
|
+
"./carousel": "./dist/components/carousel/index.js",
|
|
15
|
+
"./chip": "./dist/components/chip/index.js",
|
|
16
|
+
"./collapsible": "./dist/components/collapsible/index.js",
|
|
37
17
|
"./button": "./dist/components/controls/button.js",
|
|
38
18
|
"./calendar": "./dist/components/controls/calendar.js",
|
|
39
19
|
"./checkbox": "./dist/components/controls/checkbox.js",
|
|
40
|
-
"./date-picker": "./dist/components/controls/date-picker/index.js",
|
|
41
|
-
"./input": "./dist/components/controls/input/index.js",
|
|
42
20
|
"./otp-input": "./dist/components/controls/otp-input.js",
|
|
43
21
|
"./radio": "./dist/components/controls/radio.js",
|
|
22
|
+
"./rating": "./dist/components/controls/rating.js",
|
|
44
23
|
"./rich-editor": "./dist/components/controls/rich-editor.js",
|
|
45
24
|
"./search-input": "./dist/components/controls/search-input.js",
|
|
46
|
-
"./
|
|
47
|
-
"./switch": "./dist/components/controls/switch.js",
|
|
25
|
+
"./search-selector": "./dist/components/controls/search-selector.js",
|
|
48
26
|
"./slider": "./dist/components/controls/slider.js",
|
|
49
|
-
"./
|
|
27
|
+
"./switch": "./dist/components/controls/switch.js",
|
|
28
|
+
"./date-picker": "./dist/components/controls/date-picker/index.js",
|
|
29
|
+
"./input": "./dist/components/controls/input/index.js",
|
|
30
|
+
"./select": "./dist/components/controls/select/index.js",
|
|
50
31
|
"./pessoa": "./dist/components/custom/pessoa/index.js",
|
|
32
|
+
"./dialog": "./dist/components/dialog/index.js",
|
|
33
|
+
"./divider": "./dist/components/divider/index.js",
|
|
34
|
+
"./dnd": "./dist/components/drag-and-drop/index.js",
|
|
35
|
+
"./dropdown-menu": "./dist/components/dropdown-menu/index.js",
|
|
36
|
+
"./full-calendar": "./dist/components/full-calendar/index.js",
|
|
37
|
+
"./icon": "./dist/components/icon/index.js",
|
|
38
|
+
"./list": "./dist/components/list/index.js",
|
|
39
|
+
"./logo": "./dist/components/logo/index.js",
|
|
40
|
+
"./selection-bar": "./dist/components/selection-bar/index.js",
|
|
41
|
+
"./sheet": "./dist/components/sheet/index.js",
|
|
42
|
+
"./skeleton": "./dist/components/skeleton/index.js",
|
|
43
|
+
"./status": "./dist/components/status/index.js",
|
|
51
44
|
"./steps": "./dist/components/steps/index.js",
|
|
52
|
-
"./
|
|
45
|
+
"./table": "./dist/components/table/index.js",
|
|
46
|
+
"./tabs": "./dist/components/tabs/index.js",
|
|
47
|
+
"./tag": "./dist/components/tag/index.js",
|
|
48
|
+
"./toast": "./dist/components/toast/index.js",
|
|
49
|
+
"./tooltip": "./dist/components/tooltip/index.js",
|
|
50
|
+
"./typography": "./dist/components/typography/index.js",
|
|
51
|
+
"./upload": "./dist/components/upload/index.js"
|
|
53
52
|
},
|
|
54
53
|
"files": [
|
|
55
54
|
"dist",
|
|
@@ -60,6 +59,7 @@
|
|
|
60
59
|
"dependencies": {
|
|
61
60
|
"@dnd-kit/core": "^6.3.1",
|
|
62
61
|
"@dnd-kit/sortable": "^10.0.0",
|
|
62
|
+
"@dnd-kit/utilities": "^3.2.2",
|
|
63
63
|
"@radix-ui/react-accordion": "^1.2.12",
|
|
64
64
|
"@radix-ui/react-avatar": "^1.1.10",
|
|
65
65
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
@@ -84,10 +84,10 @@
|
|
|
84
84
|
"@tiptap/extension-placeholder": "^3.4.1",
|
|
85
85
|
"@tiptap/react": "^3.3.0",
|
|
86
86
|
"@tiptap/starter-kit": "^3.3.0",
|
|
87
|
-
"@xjur-ui/styles": "*",
|
|
88
|
-
"@xjur-ui/util": "*",
|
|
89
87
|
"react-day-picker": "^9.9.0",
|
|
90
|
-
"react-number-format": "^5.4.4"
|
|
88
|
+
"react-number-format": "^5.4.4",
|
|
89
|
+
"@xjur-ui/styles": "2.0.0",
|
|
90
|
+
"@xjur-ui/util": "2.0.0"
|
|
91
91
|
},
|
|
92
92
|
"peerDependencies": {
|
|
93
93
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -111,32 +111,19 @@
|
|
|
111
111
|
"@tailwindcss/postcss": "^4.1.11",
|
|
112
112
|
"@types/react": "^19.1.9",
|
|
113
113
|
"@types/react-dom": "^19.1.7",
|
|
114
|
-
"@xjur-ui/eslint-config": "*",
|
|
115
|
-
"@xjur-ui/typescript-config": "*",
|
|
116
114
|
"autoprefixer": "^10.4.21",
|
|
117
|
-
"bundlesize": "^0.18.2",
|
|
118
115
|
"postcss": "^8.5.6",
|
|
119
116
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
120
117
|
"react": "^19.1.1",
|
|
121
118
|
"react-dom": "^19.1.1",
|
|
122
119
|
"tailwindcss": "^4.1.11",
|
|
123
|
-
"tsup": "^8.5.0"
|
|
120
|
+
"tsup": "^8.5.0",
|
|
121
|
+
"typescript": "^5.9.3",
|
|
122
|
+
"@xjur-ui/eslint-config": "1.0.2",
|
|
123
|
+
"@xjur-ui/typescript-config": "1.0.2"
|
|
124
124
|
},
|
|
125
125
|
"scripts": {
|
|
126
126
|
"build": "tsup",
|
|
127
|
-
"build:analyze": "tsup --metafile && node ../../scripts/bundle-size-analyzer.js",
|
|
128
127
|
"dev": "tsup --watch"
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
{
|
|
132
|
-
"path": "dist/components/*.js",
|
|
133
|
-
"maxSize": "15kb",
|
|
134
|
-
"compression": "gzip"
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"path": "dist/index.js",
|
|
138
|
-
"maxSize": "5kb",
|
|
139
|
-
"compression": "gzip"
|
|
140
|
-
}
|
|
141
|
-
]
|
|
142
|
-
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
interface AccordionRootProps {
|
|
5
|
-
variant?: 'default' | 'tabheader';
|
|
6
|
-
className?: string;
|
|
7
|
-
type?: 'single' | 'multiple';
|
|
8
|
-
collapsible?: boolean;
|
|
9
|
-
defaultValue?: string | string[];
|
|
10
|
-
value?: string | string[];
|
|
11
|
-
onValueChange?: (value: string | string[]) => void;
|
|
12
|
-
children?: React.ReactNode;
|
|
13
|
-
}
|
|
14
|
-
declare function AccordionRoot({ variant, className, type, ...props }: AccordionRootProps): react_jsx_runtime.JSX.Element;
|
|
15
|
-
interface AccordionItemProps {
|
|
16
|
-
variant?: 'default' | 'tabheader';
|
|
17
|
-
className?: string;
|
|
18
|
-
value: string;
|
|
19
|
-
children?: React.ReactNode;
|
|
20
|
-
}
|
|
21
|
-
declare function AccordionItem({ variant, className, ...props }: AccordionItemProps): react_jsx_runtime.JSX.Element;
|
|
22
|
-
interface AccordionTriggerProps {
|
|
23
|
-
variant?: 'default' | 'tabheader';
|
|
24
|
-
showIcon?: boolean;
|
|
25
|
-
iconPosition?: 'left' | 'right';
|
|
26
|
-
iconName?: 'keyboard_arrow_down' | 'chevron_right' | 'add' | 'remove';
|
|
27
|
-
className?: string;
|
|
28
|
-
children?: React.ReactNode;
|
|
29
|
-
}
|
|
30
|
-
declare function AccordionTrigger({ variant, showIcon, iconPosition, iconName, className, children, ...props }: AccordionTriggerProps): react_jsx_runtime.JSX.Element;
|
|
31
|
-
interface AccordionContentProps {
|
|
32
|
-
variant?: 'default' | 'tabheader';
|
|
33
|
-
className?: string;
|
|
34
|
-
children?: React.ReactNode;
|
|
35
|
-
}
|
|
36
|
-
declare function AccordionContent({ variant, className, children, ...props }: AccordionContentProps): react_jsx_runtime.JSX.Element;
|
|
37
|
-
interface AccordionTabHeaderProps {
|
|
38
|
-
items: Array<{
|
|
39
|
-
value: string;
|
|
40
|
-
title: string;
|
|
41
|
-
content: React.ReactNode;
|
|
42
|
-
iconVariant?: 'chevron' | 'triangle' | 'plus';
|
|
43
|
-
iconColor?: 'gray' | 'orange';
|
|
44
|
-
iconDirection?: 'right' | 'down';
|
|
45
|
-
}>;
|
|
46
|
-
variant?: 'default' | 'tabheader';
|
|
47
|
-
type?: 'single' | 'multiple';
|
|
48
|
-
defaultValue?: string | string[];
|
|
49
|
-
value?: string | string[];
|
|
50
|
-
onValueChange?: (value: string | string[]) => void;
|
|
51
|
-
}
|
|
52
|
-
declare function AccordionTabHeader({ items, variant, type, defaultValue, value, onValueChange: handleValueChange, ...props }: AccordionTabHeaderProps): react_jsx_runtime.JSX.Element;
|
|
53
|
-
|
|
54
|
-
export { AccordionContent, type AccordionContentProps, AccordionItem, type AccordionItemProps, AccordionRoot, type AccordionRootProps, AccordionTabHeader, type AccordionTabHeaderProps, AccordionTrigger, type AccordionTriggerProps };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import"react";import*as l from"@radix-ui/react-accordion";import{cx as g}from"@xjur-ui/util";import{cx as b}from"@xjur-ui/util";import{jsx as y}from"react/jsx-runtime";function m({className:r,filled:e=!1,name:a,...t}){return y("span",{...t,className:b("material-symbols-outlined","text-size-body-lg select-none",r),style:{fontVariationSettings:`'FILL' ${e?1:0}, 'wght' 600, 'GRAD' 0, 'opsz' 20`,...t.style},children:a})}import{jsx as n,jsxs as f}from"react/jsx-runtime";var _=(r="default")=>{let e={root:"w-full",item:"border-b border-neutral-border last:border-b-0",trigger:"flex flex-1 items-center justify-between py-medium px-0 font-medium transition-all hover:no-underline [&[data-state=open]>svg]:rotate-180",content:"overflow-hidden text-sm transition-all data-[state=closed]:animate-collapsible-up data-[state=open]:animate-collapsible-down",contentInner:"pb-medium pt-0"};return r==="tabheader"?{...e,trigger:e.trigger+" bg-layer-2-idle text-neutral-dark rounded-small-1x px-medium py-small hover:bg-layer-2-hover data-[state=open]:bg-layer-2-active"}:{...e,trigger:e.trigger+" text-neutral-dark hover:text-primary-active"}};function w({variant:r="default",className:e,type:a="single",...t}){let i=_(r);if(a==="multiple"){let{value:o,defaultValue:p,onValueChange:h,...v}=t;return n(l.Root,{className:g(i.root,e),defaultValue:p,type:"multiple",value:o,...v,onValueChange:h})}let{value:s,defaultValue:d,onValueChange:u,...c}=t;return n(l.Root,{className:g(i.root,e),defaultValue:d,type:"single",value:s,...c,onValueChange:u})}function x({variant:r="default",className:e,...a}){let t=_(r);return n(l.Item,{className:g(t.item,e),...a})}function A({variant:r="default",showIcon:e=!0,iconPosition:a="right",iconName:t="keyboard_arrow_down",className:i,children:s,...d}){let u=_(r),c=e?n(m,{className:"h-4 w-4 shrink-0 transition-transform duration-200",name:t}):null;return f(l.Trigger,{className:g(u.trigger,i),...d,children:[a==="left"&&c,n("span",{className:"flex-1 text-left",children:s}),a==="right"&&c]})}function k({variant:r="default",className:e,children:a,...t}){let i=_(r);return n(l.Content,{className:g(i.content,e),...t,children:n("div",{className:i.contentInner,children:a})})}function S({items:r,variant:e="tabheader",type:a="single",defaultValue:t,value:i,onValueChange:s,...d}){let u=(o,p)=>{switch(o){case"chevron":return p==="right"?"chevron_right":"keyboard_arrow_down";case"triangle":return p==="right"?"chevron_right":"keyboard_arrow_down";case"plus":return p==="right"?"add":"remove";default:return"keyboard_arrow_down"}},c=o=>{switch(o){case"gray":return"text-neutral-medium";case"orange":return"text-orange-500";default:return"text-neutral-dark"}};return n(w,{defaultValue:t,type:a,value:i,variant:e,...d,onValueChange:s,children:r.map(o=>f(x,{value:o.value,variant:e,children:[n(A,{className:c(o.iconColor||"gray"),iconName:u(o.iconVariant||"chevron",o.iconDirection||"down"),variant:e,children:o.title}),n(k,{variant:e,children:o.content})]},o.value))})}export{k as AccordionContent,x as AccordionItem,w as AccordionRoot,S as AccordionTabHeader,A as AccordionTrigger};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
|
|
3
|
-
interface AvatarGroupProps {
|
|
4
|
-
/**
|
|
5
|
-
* Lista de avatares para exibir
|
|
6
|
-
*/
|
|
7
|
-
avatars: Array<{
|
|
8
|
-
src?: string;
|
|
9
|
-
alt?: string;
|
|
10
|
-
fallback?: string;
|
|
11
|
-
}>;
|
|
12
|
-
/**
|
|
13
|
-
* Número máximo de avatares a exibir antes de mostrar o indicador de overflow
|
|
14
|
-
* @default 3
|
|
15
|
-
*/
|
|
16
|
-
max?: number;
|
|
17
|
-
/**
|
|
18
|
-
* Tamanho dos avatares
|
|
19
|
-
* @default 'md'
|
|
20
|
-
*/
|
|
21
|
-
size?: 'xs' | 'sm' | 'md' | 'lg';
|
|
22
|
-
/**
|
|
23
|
-
* Classe CSS adicional
|
|
24
|
-
*/
|
|
25
|
-
className?: string;
|
|
26
|
-
/**
|
|
27
|
-
* Espaçamento entre os avatares (em pixels)
|
|
28
|
-
* @default -8
|
|
29
|
-
*/
|
|
30
|
-
spacing?: number;
|
|
31
|
-
}
|
|
32
|
-
declare function AvatarGroup({ avatars, max, size, className }: AvatarGroupProps): react_jsx_runtime.JSX.Element;
|
|
33
|
-
|
|
34
|
-
export { AvatarGroup, type AvatarGroupProps };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{cx as A}from"@xjur-ui/util";import"react";import*as s from"@radix-ui/react-avatar";import{cx as d}from"@xjur-ui/util";import{jsx as v}from"react/jsx-runtime";function c({className:a,size:t="md",...e}){return v(s.Root,{className:d("rounded-circle relative flex shrink-0 overflow-hidden","data-[size=lg]:size-large-8x data-[size=md]:size-large-4x data-[size=sm]:size-large-2x data-[size=xs]:size-large-1x","data-[size=lg]:text-size-headline-md data-[size=md]:text-size-label-lg data-[size=sm]:text-size-label-sm data-[size=xs]:text-size-label-sm",a),"data-size":t,"data-slot":"avatar",...e})}function b({className:a,...t}){return v(s.Image,{className:d("aspect-square size-full",a),"data-slot":"avatar-image",...t})}function p({className:a,...t}){return v(s.Fallback,{className:d("bg-alt-1 rounded-circle flex size-full items-center justify-center font-medium text-white",a),"data-slot":"avatar-fallback",...t})}import{Slot as g}from"@radix-ui/react-slot";import{cva as f}from"@xjur-ui/util";import{memo as y}from"react";import{jsx as u}from"react/jsx-runtime";var h=f("",{variants:{variant:{body:"",label:"",title:"",headline:""},size:{"sm-2x":"","sm-1x":"",sm:"",md:"",lg:""},weight:{thin:"font-thin",extraLight:"font-extralight",light:"font-light",normal:"font-normal",medium:"font-medium",semibold:"font-semibold",bold:"font-bold",extraBold:"font-extrabold",black:"font-black"}},compoundVariants:[{variant:"body",size:"sm-1x",class:"text-size-body-sm-1x"},{variant:"body",size:"sm",class:"text-size-body-sm"},{variant:"body",size:"md",class:"text-size-body-md"},{variant:"body",size:"lg",class:"text-size-body-lg"},{variant:"label",size:"sm-2x",class:"text-size-label-sm-2x"},{variant:"label",size:"sm-1x",class:"text-size-label-sm-1x"},{variant:"label",size:"sm",class:"text-size-label-sm"},{variant:"label",size:"md",class:"text-size-label-md"},{variant:"label",size:"lg",class:"text-size-label-lg"},{variant:"title",size:"sm",class:"text-size-title-sm"},{variant:"title",size:"md",class:"text-size-title-md"},{variant:"title",size:"lg",class:"text-size-title-lg"},{variant:"headline",size:"sm",class:"text-size-headline-sm"},{variant:"headline",size:"md",class:"text-size-headline-md"},{variant:"headline",size:"lg",class:"text-size-headline-lg"}],defaultVariants:{variant:"body",size:"md",weight:"normal"}}),z=y(({variant:a,size:t,weight:e,asChild:o,className:m,...r})=>u(o?g:"span",{className:h({variant:a,size:t,weight:e,className:m}),...r}));z.displayName="Typography";import{jsx as l,jsxs as x}from"react/jsx-runtime";function q({avatars:a,max:t=3,size:e="md",className:o}){let m=a.slice(0,t),r=a.length-t;return x("div",{className:A("-space-x-small-1x flex items-center",o),"data-slot":"avatar-group",children:[m.map((i,n)=>x(c,{className:"border-icon-neutral-5 border-2",size:e,children:[i.src&&l(b,{alt:i.alt||`Avatar ${n+1}`,src:i.src}),l(p,{children:i.fallback||`A${n+1}`})]},n)),r>0&&l(c,{className:"bg-layer-1-hover",size:e,children:l(p,{className:"bg-layer-1-hover font-medium",children:x(z,{className:"text-neutral-dark",weight:"medium",children:["+",r]})})})]})}export{q as AvatarGroup};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
|
4
|
-
|
|
5
|
-
declare function AvatarRoot({ className, size, ...props }: React.ComponentProps<typeof AvatarPrimitive.Root> & {
|
|
6
|
-
size?: 'xs' | 'sm' | 'md' | 'lg';
|
|
7
|
-
}): react_jsx_runtime.JSX.Element;
|
|
8
|
-
declare function AvatarImage({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Image>): react_jsx_runtime.JSX.Element;
|
|
9
|
-
declare function AvatarFallback({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Fallback>): react_jsx_runtime.JSX.Element;
|
|
10
|
-
|
|
11
|
-
export { AvatarFallback, AvatarImage, AvatarRoot };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import"react";import*as a from"@radix-ui/react-avatar";import{cx as i}from"@xjur-ui/util";import{jsx as r}from"react/jsx-runtime";function m({className:e,size:t="md",...s}){return r(a.Root,{className:i("rounded-circle relative flex shrink-0 overflow-hidden","data-[size=lg]:size-large-8x data-[size=md]:size-large-4x data-[size=sm]:size-large-2x data-[size=xs]:size-large-1x","data-[size=lg]:text-size-headline-md data-[size=md]:text-size-label-lg data-[size=sm]:text-size-label-sm data-[size=xs]:text-size-label-sm",e),"data-size":t,"data-slot":"avatar",...s})}function d({className:e,...t}){return r(a.Image,{className:i("aspect-square size-full",e),"data-slot":"avatar-image",...t})}function n({className:e,...t}){return r(a.Fallback,{className:i("bg-alt-1 rounded-circle flex size-full items-center justify-center font-medium text-white",e),"data-slot":"avatar-fallback",...t})}export{n as AvatarFallback,d as AvatarImage,m as AvatarRoot};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
3
|
-
import { ClassVariantProps } from '@xjur-ui/util';
|
|
4
|
-
|
|
5
|
-
declare const badgeVariants: (props?: ({
|
|
6
|
-
variant?: "warning" | "primary" | "secondary" | "neutral" | "success" | "danger" | null | undefined;
|
|
7
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
8
|
-
declare function Badge({ variant, children, className }: ClassVariantProps<typeof badgeVariants> & {
|
|
9
|
-
children: string;
|
|
10
|
-
className?: string;
|
|
11
|
-
}): react_jsx_runtime.JSX.Element;
|
|
12
|
-
|
|
13
|
-
export { Badge };
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
import { TypographyProps, Typography } from './typography.js';
|
|
4
|
-
import 'class-variance-authority/types';
|
|
5
|
-
import '@xjur-ui/util';
|
|
6
|
-
|
|
7
|
-
declare function Breadcrumb({ ...props }: React.ComponentProps<'nav'>): react_jsx_runtime.JSX.Element;
|
|
8
|
-
declare function BreadcrumbList({ className, ...props }: React.ComponentProps<'ol'>): react_jsx_runtime.JSX.Element;
|
|
9
|
-
declare function BreadcrumbItem({ className, ...props }: React.ComponentProps<'li'>): react_jsx_runtime.JSX.Element;
|
|
10
|
-
declare function BreadcrumbLink({ asChild, className, variant, size, ...props }: React.ComponentProps<'a'> & {
|
|
11
|
-
asChild?: boolean;
|
|
12
|
-
href?: string;
|
|
13
|
-
variant?: TypographyProps['variant'];
|
|
14
|
-
size?: TypographyProps['size'];
|
|
15
|
-
}): react_jsx_runtime.JSX.Element;
|
|
16
|
-
declare function BreadcrumbPage({ variant, size, className, ...props }: React.ComponentProps<typeof Typography>): react_jsx_runtime.JSX.Element;
|
|
17
|
-
declare function BreadcrumbSeparator({ children, className, ...props }: React.ComponentProps<'li'>): react_jsx_runtime.JSX.Element;
|
|
18
|
-
declare function BreadcrumbEllipsis({ className, ...props }: React.ComponentProps<'span'>): react_jsx_runtime.JSX.Element;
|
|
19
|
-
|
|
20
|
-
export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import"react";import{Slot as h}from"@radix-ui/react-slot";import{cx as s}from"@xjur-ui/util";import{cx as c}from"@xjur-ui/util";import{jsx as m}from"react/jsx-runtime";function l({className:e,filled:a=!1,name:r,...o}){return m("span",{...o,className:c("material-symbols-outlined","text-size-body-lg select-none",e),style:{fontVariationSettings:`'FILL' ${a?1:0}, 'wght' 600, 'GRAD' 0, 'opsz' 20`,...o.style},children:r})}import{Slot as d}from"@radix-ui/react-slot";import{cva as _}from"@xjur-ui/util";import{memo as b}from"react";import{jsx as u}from"react/jsx-runtime";var f=_("",{variants:{variant:{body:"",label:"",title:"",headline:""},size:{"sm-2x":"","sm-1x":"",sm:"",md:"",lg:""},weight:{thin:"font-thin",extraLight:"font-extralight",light:"font-light",normal:"font-normal",medium:"font-medium",semibold:"font-semibold",bold:"font-bold",extraBold:"font-extrabold",black:"font-black"}},compoundVariants:[{variant:"body",size:"sm-1x",class:"text-size-body-sm-1x"},{variant:"body",size:"sm",class:"text-size-body-sm"},{variant:"body",size:"md",class:"text-size-body-md"},{variant:"body",size:"lg",class:"text-size-body-lg"},{variant:"label",size:"sm-2x",class:"text-size-label-sm-2x"},{variant:"label",size:"sm-1x",class:"text-size-label-sm-1x"},{variant:"label",size:"sm",class:"text-size-label-sm"},{variant:"label",size:"md",class:"text-size-label-md"},{variant:"label",size:"lg",class:"text-size-label-lg"},{variant:"title",size:"sm",class:"text-size-title-sm"},{variant:"title",size:"md",class:"text-size-title-md"},{variant:"title",size:"lg",class:"text-size-title-lg"},{variant:"headline",size:"sm",class:"text-size-headline-sm"},{variant:"headline",size:"md",class:"text-size-headline-md"},{variant:"headline",size:"lg",class:"text-size-headline-lg"}],defaultVariants:{variant:"body",size:"md",weight:"normal"}}),i=b(({variant:e,size:a,weight:r,asChild:o,className:n,...p})=>u(o?d:"span",{className:f({variant:e,size:a,weight:r,className:n}),...p}));i.displayName="Typography";import{jsx as t,jsxs as y}from"react/jsx-runtime";function A({...e}){return t("nav",{"aria-label":"breadcrumb","data-slot":"breadcrumb",...e})}function D({className:e,...a}){return t("ol",{className:s("text-neutral-placeholder flex flex-wrap items-center gap-1.5 text-sm break-words sm:gap-2.5",e),"data-slot":"breadcrumb-list",...a})}function E({className:e,...a}){return t("li",{className:s("inline-flex items-center gap-1.5",e),"data-slot":"breadcrumb-item",...a})}function F({asChild:e,className:a,variant:r="headline",size:o="sm",...n}){return t(i,{asChild:!0,size:o,variant:r,children:t(e?h:"a",{className:s("hover:text-neutral-dark transition-colors",a),"data-slot":"breadcrumb-link",...n})})}function G({variant:e="headline",size:a="sm",className:r,...o}){return t(i,{"aria-current":"page","aria-disabled":"true",className:s("text-neutral-dark font-normal",r),"data-slot":"breadcrumb-page",role:"link",size:a,variant:e,...o})}function M({children:e,className:a,...r}){return t("li",{"aria-hidden":"true",className:s("[&>span]:text-size-title-lg",a),"data-slot":"breadcrumb-separator",role:"presentation",...r,children:e??t(l,{name:"chevron_right"})})}function $({className:e,...a}){return y("span",{"aria-hidden":"true",className:s("flex size-9 items-center justify-center",e),"data-slot":"breadcrumb-ellipsis",role:"presentation",...a,children:[t(l,{className:"size-4",name:"more_horiz"}),t("span",{className:"sr-only",children:"More"})]})}export{A as Breadcrumb,$ as BreadcrumbEllipsis,E as BreadcrumbItem,F as BreadcrumbLink,D as BreadcrumbList,G as BreadcrumbPage,M as BreadcrumbSeparator};
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
3
|
-
import { ClassVariantProps } from '@xjur-ui/util';
|
|
4
|
-
import { ComponentProps } from 'react';
|
|
5
|
-
import { Typography } from './typography.js';
|
|
6
|
-
import { Icon } from './icon.js';
|
|
7
|
-
import { AvatarRoot } from './avatar.js';
|
|
8
|
-
import { I as IconType } from '../icons-C-hGI45d.js';
|
|
9
|
-
import '@radix-ui/react-avatar';
|
|
10
|
-
|
|
11
|
-
declare const chipVariants: (props?: ({
|
|
12
|
-
variant?: "primary" | "neutral" | "danger" | null | undefined;
|
|
13
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
14
|
-
declare function ChipRoot({ className, variant, disabled, ...props }: ComponentProps<'div'> & ClassVariantProps<typeof chipVariants> & {
|
|
15
|
-
disabled?: boolean;
|
|
16
|
-
}): react_jsx_runtime.JSX.Element;
|
|
17
|
-
declare function ChipText({ variant, size, weight, className, ...props }: ComponentProps<typeof Typography>): react_jsx_runtime.JSX.Element;
|
|
18
|
-
declare function ChipIcon({ className, ...props }: ComponentProps<typeof Icon>): react_jsx_runtime.JSX.Element;
|
|
19
|
-
declare function ChipClose({ className, children, ...props }: ComponentProps<'div'> & {
|
|
20
|
-
name?: IconType;
|
|
21
|
-
}): react_jsx_runtime.JSX.Element;
|
|
22
|
-
declare function ChipAvatar({ size, avatarFallback, avatarUrl, ...props }: ComponentProps<typeof AvatarRoot> & {
|
|
23
|
-
avatarUrl?: string;
|
|
24
|
-
avatarFallback: string;
|
|
25
|
-
}): react_jsx_runtime.JSX.Element;
|
|
26
|
-
|
|
27
|
-
export { ChipAvatar, ChipClose, ChipIcon, ChipRoot, ChipText };
|
package/dist/components/chip.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{cva as w,cx as s}from"@xjur-ui/util";import"react";import{Slot as _}from"@radix-ui/react-slot";import{cva as g}from"@xjur-ui/util";import{memo as y}from"react";import{jsx as h}from"react/jsx-runtime";var u=g("",{variants:{variant:{body:"",label:"",title:"",headline:""},size:{"sm-2x":"","sm-1x":"",sm:"",md:"",lg:""},weight:{thin:"font-thin",extraLight:"font-extralight",light:"font-light",normal:"font-normal",medium:"font-medium",semibold:"font-semibold",bold:"font-bold",extraBold:"font-extrabold",black:"font-black"}},compoundVariants:[{variant:"body",size:"sm-1x",class:"text-size-body-sm-1x"},{variant:"body",size:"sm",class:"text-size-body-sm"},{variant:"body",size:"md",class:"text-size-body-md"},{variant:"body",size:"lg",class:"text-size-body-lg"},{variant:"label",size:"sm-2x",class:"text-size-label-sm-2x"},{variant:"label",size:"sm-1x",class:"text-size-label-sm-1x"},{variant:"label",size:"sm",class:"text-size-label-sm"},{variant:"label",size:"md",class:"text-size-label-md"},{variant:"label",size:"lg",class:"text-size-label-lg"},{variant:"title",size:"sm",class:"text-size-title-sm"},{variant:"title",size:"md",class:"text-size-title-md"},{variant:"title",size:"lg",class:"text-size-title-lg"},{variant:"headline",size:"sm",class:"text-size-headline-sm"},{variant:"headline",size:"md",class:"text-size-headline-md"},{variant:"headline",size:"lg",class:"text-size-headline-lg"}],defaultVariants:{variant:"body",size:"md",weight:"normal"}}),n=y(({variant:e,size:a,weight:t,asChild:r,className:l,...b})=>h(r?_:"span",{className:u({variant:e,size:a,weight:t,className:l}),...b}));n.displayName="Typography";import{cx as x}from"@xjur-ui/util";import{jsx as z}from"react/jsx-runtime";function m({className:e,filled:a=!1,name:t,...r}){return z("span",{...r,className:x("material-symbols-outlined","text-size-body-lg select-none",e),style:{fontVariationSettings:`'FILL' ${a?1:0}, 'wght' 600, 'GRAD' 0, 'opsz' 20`,...r.style},children:t})}import"react";import*as i from"@radix-ui/react-avatar";import{cx as p}from"@xjur-ui/util";import{jsx as d}from"react/jsx-runtime";function c({className:e,size:a="md",...t}){return d(i.Root,{className:p("rounded-circle relative flex shrink-0 overflow-hidden","data-[size=lg]:size-large-8x data-[size=md]:size-large-4x data-[size=sm]:size-large-2x data-[size=xs]:size-large-1x","data-[size=lg]:text-size-headline-md data-[size=md]:text-size-label-lg data-[size=sm]:text-size-label-sm data-[size=xs]:text-size-label-sm",e),"data-size":a,"data-slot":"avatar",...t})}function f({className:e,...a}){return d(i.Image,{className:p("aspect-square size-full",e),"data-slot":"avatar-image",...a})}function v({className:e,...a}){return d(i.Fallback,{className:p("bg-alt-1 rounded-circle flex size-full items-center justify-center font-medium text-white",e),"data-slot":"avatar-fallback",...a})}import{jsx as o,jsxs as C}from"react/jsx-runtime";var k=w(["group/chip relative h-large-2x w-fit rounded-circle px-small py-none flex items-center gap-small_1x-alt","transition-all duration-200"],{variants:{variant:{primary:"bg-primary-alt-idle text-primary-label-idle hover:bg-primary-alt-hover",danger:"bg-danger-alt-idle text-danger-label-idle hover:bg-danger-alt-hover",neutral:"bg-layer-1-idle text-neutral-dark hover:bg-layer-1-hover"}},defaultVariants:{variant:"primary"}});function Q({className:e,variant:a="primary",disabled:t=!1,...r}){return o("div",{className:s(k({variant:a}),e),"data-disabled":t,...r})}function U({variant:e="label",size:a="sm-1x",weight:t="medium",className:r,...l}){return o(n,{className:s(r,"truncate"),size:a,variant:e,weight:t,...l})}function P({className:e,...a}){return o(m,{className:(s("text-size-body-md","group-data-[variant=primary]:text-primary-label-idle","group-data-[variant=danger]:text-danger-label-idle","group-data-[variant=neutral]:text-icon-neutral-3"),e),...a})}function W({className:e,children:a=o(P,{name:"close"}),...t}){return o("div",{className:s(e,"data-[disabled=true]:invisible","cursor-pointer bg-inherit","invisible items-center justify-center group-hover/chip:visible","absolute top-0 right-0","h-large-2x w-large-2x rounded-circle","transition-[visibility] duration-200"),role:"button",...t,children:a})}function X({size:e="xs",avatarFallback:a="CN",avatarUrl:t,...r}){return C(c,{size:e,style:{marginLeft:"-4px"},...r,children:[t&&o(f,{src:t}),o(v,{children:a})]})}export{X as ChipAvatar,W as ChipClose,P as ChipIcon,Q as ChipRoot,U as ChipText};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import * as CollapsiblePrimitive from '@radix-ui/react-collapsible';
|
|
3
|
-
|
|
4
|
-
declare function CollapsibleRoot({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
5
|
-
declare function CollapsibleTrigger({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>): react_jsx_runtime.JSX.Element;
|
|
6
|
-
declare function CollapsibleContent({ className, ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>): react_jsx_runtime.JSX.Element;
|
|
7
|
-
|
|
8
|
-
export { CollapsibleContent, CollapsibleRoot, CollapsibleTrigger };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import*as l from"@radix-ui/react-collapsible";import{cx as i}from"@xjur-ui/util";import{jsx as e}from"react/jsx-runtime";function p({...o}){return e(l.Root,{"data-slot":"collapsible",...o})}function s({...o}){return e(l.CollapsibleTrigger,{"data-slot":"collapsible-trigger",...o})}function r({className:o,...t}){return e(l.CollapsibleContent,{className:i(o,"data-[state=open]:animate-collapsible-down data-[state=closed]:animate-collapsible-up"),"data-slot":"collapsible-content",...t})}export{r as CollapsibleContent,p as CollapsibleRoot,s as CollapsibleTrigger};
|