@snksergio/design-system 0.4.0 → 0.5.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/dist-lib/chunks/{panel-DZ7X1NZV.mjs → panel-CCYNbXJR.mjs} +231 -35
- package/dist-lib/chunks/panel-CCYNbXJR.mjs.map +1 -0
- package/dist-lib/chunks/{panel-CjfnpA-4.cjs → panel-CSuFQHMl.cjs} +231 -35
- package/dist-lib/chunks/panel-CSuFQHMl.cjs.map +1 -0
- package/dist-lib/index.cjs +1 -1
- package/dist-lib/index.mjs +1 -1
- package/dist-lib/preview/clientes.cjs +1 -1
- package/dist-lib/preview/clientes.mjs +1 -1
- package/dist-lib/src/components/index.d.ts +40 -0
- package/dist-lib/src/components/index.d.ts.map +1 -0
- package/dist-lib/src/components/shadcn/accordion.d.ts +8 -0
- package/dist-lib/src/components/shadcn/accordion.d.ts.map +1 -0
- package/dist-lib/src/components/shadcn/alert-dialog.d.ts +34 -0
- package/dist-lib/src/components/shadcn/alert-dialog.d.ts.map +1 -0
- package/dist-lib/src/components/shadcn/alert.d.ts +9 -0
- package/dist-lib/src/components/shadcn/alert.d.ts.map +1 -0
- package/dist-lib/src/components/shadcn/avatar.d.ts +15 -0
- package/dist-lib/src/components/shadcn/avatar.d.ts.map +1 -0
- package/dist-lib/src/components/shadcn/badge.d.ts +96 -0
- package/dist-lib/src/components/shadcn/badge.d.ts.map +1 -0
- package/dist-lib/src/components/shadcn/breadcrumb.d.ts +20 -0
- package/dist-lib/src/components/shadcn/breadcrumb.d.ts.map +1 -0
- package/dist-lib/src/components/shadcn/calendar.d.ts +6 -0
- package/dist-lib/src/components/shadcn/calendar.d.ts.map +1 -0
- package/dist-lib/src/components/shadcn/card.d.ts +9 -0
- package/dist-lib/src/components/shadcn/card.d.ts.map +1 -0
- package/dist-lib/src/components/shadcn/checkbox.d.ts +16 -0
- package/dist-lib/src/components/shadcn/checkbox.d.ts.map +1 -0
- package/dist-lib/src/components/shadcn/command.d.ts +93 -0
- package/dist-lib/src/components/shadcn/command.d.ts.map +1 -0
- package/dist-lib/src/components/shadcn/dialog.d.ts +23 -0
- package/dist-lib/src/components/shadcn/dialog.d.ts.map +1 -0
- package/dist-lib/src/components/shadcn/dropdown-menu.d.ts +55 -0
- package/dist-lib/src/components/shadcn/dropdown-menu.d.ts.map +1 -0
- package/dist-lib/src/components/shadcn/index.d.ts +7 -0
- package/dist-lib/src/components/shadcn/index.d.ts.map +1 -0
- package/dist-lib/src/components/shadcn/input-group.d.ts +54 -0
- package/dist-lib/src/components/shadcn/input-group.d.ts.map +1 -0
- package/dist-lib/src/components/shadcn/input.d.ts +26 -0
- package/dist-lib/src/components/shadcn/input.d.ts.map +1 -0
- package/dist-lib/src/components/shadcn/label.d.ts +6 -0
- package/dist-lib/src/components/shadcn/label.d.ts.map +1 -0
- package/dist-lib/src/components/shadcn/pagination.d.ts +53 -0
- package/dist-lib/src/components/shadcn/pagination.d.ts.map +1 -0
- package/dist-lib/src/components/shadcn/popover.d.ts +28 -0
- package/dist-lib/src/components/shadcn/popover.d.ts.map +1 -0
- package/dist-lib/src/components/shadcn/progress.d.ts +12 -0
- package/dist-lib/src/components/shadcn/progress.d.ts.map +1 -0
- package/dist-lib/src/components/shadcn/radio-group.d.ts +16 -0
- package/dist-lib/src/components/shadcn/radio-group.d.ts.map +1 -0
- package/dist-lib/src/components/shadcn/select.d.ts +17 -0
- package/dist-lib/src/components/shadcn/select.d.ts.map +1 -0
- package/dist-lib/src/components/shadcn/separator.d.ts +5 -0
- package/dist-lib/src/components/shadcn/separator.d.ts.map +1 -0
- package/dist-lib/src/components/shadcn/sheet.d.ts +28 -0
- package/dist-lib/src/components/shadcn/sheet.d.ts.map +1 -0
- package/dist-lib/src/components/shadcn/slider.d.ts +5 -0
- package/dist-lib/src/components/shadcn/slider.d.ts.map +1 -0
- package/dist-lib/src/components/shadcn/switch.d.ts +16 -0
- package/dist-lib/src/components/shadcn/switch.d.ts.map +1 -0
- package/dist-lib/src/components/shadcn/tabs.d.ts +16 -0
- package/dist-lib/src/components/shadcn/tabs.d.ts.map +1 -0
- package/dist-lib/src/components/shadcn/textarea.d.ts +22 -0
- package/dist-lib/src/components/shadcn/textarea.d.ts.map +1 -0
- package/dist-lib/src/components/ui/AlertModal/alert-modal.d.ts +3 -0
- package/dist-lib/src/components/ui/AlertModal/alert-modal.d.ts.map +1 -0
- package/dist-lib/src/components/ui/AlertModal/alert-modal.styles.d.ts +30 -0
- package/dist-lib/src/components/ui/AlertModal/alert-modal.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/AlertModal/alert-modal.types.d.ts +29 -0
- package/dist-lib/src/components/ui/AlertModal/alert-modal.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/AlertModal/index.d.ts +3 -0
- package/dist-lib/src/components/ui/AlertModal/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/AppShell/app-shell.d.ts +26 -0
- package/dist-lib/src/components/ui/AppShell/app-shell.d.ts.map +1 -0
- package/dist-lib/src/components/ui/AppShell/app-shell.styles.d.ts +84 -0
- package/dist-lib/src/components/ui/AppShell/app-shell.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/AppShell/app-shell.types.d.ts +111 -0
- package/dist-lib/src/components/ui/AppShell/app-shell.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/AppShell/index.d.ts +5 -0
- package/dist-lib/src/components/ui/AppShell/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/AppShell/user-menu.d.ts +30 -0
- package/dist-lib/src/components/ui/AppShell/user-menu.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Avatar/avatar.d.ts +16 -0
- package/dist-lib/src/components/ui/Avatar/avatar.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Avatar/avatar.styles.d.ts +74 -0
- package/dist-lib/src/components/ui/Avatar/avatar.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Avatar/avatar.types.d.ts +16 -0
- package/dist-lib/src/components/ui/Avatar/avatar.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Avatar/index.d.ts +4 -0
- package/dist-lib/src/components/ui/Avatar/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Button/button.d.ts +3 -0
- package/dist-lib/src/components/ui/Button/button.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Button/button.styles.d.ts +147 -0
- package/dist-lib/src/components/ui/Button/button.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Button/button.types.d.ts +7 -0
- package/dist-lib/src/components/ui/Button/button.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Button/index.d.ts +4 -0
- package/dist-lib/src/components/ui/Button/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Chip/chip-group.d.ts +68 -0
- package/dist-lib/src/components/ui/Chip/chip-group.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Chip/chip.d.ts +39 -0
- package/dist-lib/src/components/ui/Chip/chip.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Chip/chip.styles.d.ts +130 -0
- package/dist-lib/src/components/ui/Chip/chip.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Chip/index.d.ts +7 -0
- package/dist-lib/src/components/ui/Chip/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/builders/column-builders.d.ts +52 -0
- package/dist-lib/src/components/ui/DataTable/builders/column-builders.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/builders/preset-view.d.ts +81 -0
- package/dist-lib/src/components/ui/DataTable/builders/preset-view.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/column-types/_filter-field.d.ts +21 -0
- package/dist-lib/src/components/ui/DataTable/column-types/_filter-field.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/column-types/column-type-registry.d.ts +22 -0
- package/dist-lib/src/components/ui/DataTable/column-types/column-type-registry.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/column-types/column-types.types.d.ts +117 -0
- package/dist-lib/src/components/ui/DataTable/column-types/column-types.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/badge-column-type.d.ts +6 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/badge-column-type.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/boolean-column-type.d.ts +3 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/boolean-column-type.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/currency-column-type.d.ts +3 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/currency-column-type.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/date-column-type.d.ts +3 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/date-column-type.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/datetime-column-type.d.ts +3 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/datetime-column-type.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/email-column-type.d.ts +3 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/email-column-type.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/multi-select-column-type.d.ts +3 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/multi-select-column-type.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/number-column-type.d.ts +3 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/number-column-type.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/percentage-column-type.d.ts +3 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/percentage-column-type.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/phone-column-type.d.ts +3 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/phone-column-type.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/select-column-type.d.ts +3 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/select-column-type.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/tags-column-type.d.ts +3 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/tags-column-type.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/text-column-type.d.ts +3 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/text-column-type.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/url-column-type.d.ts +3 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/url-column-type.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/user-column-type.d.ts +3 -0
- package/dist-lib/src/components/ui/DataTable/column-types/definitions/user-column-type.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/column-types/index.d.ts +33 -0
- package/dist-lib/src/components/ui/DataTable/column-types/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/context/data-table-context.d.ts +43 -0
- package/dist-lib/src/components/ui/DataTable/context/data-table-context.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/data-table.d.ts +8 -0
- package/dist-lib/src/components/ui/DataTable/data-table.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/data-table.styles.d.ts +73 -0
- package/dist-lib/src/components/ui/DataTable/data-table.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/data-table.types.d.ts +576 -0
- package/dist-lib/src/components/ui/DataTable/data-table.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/hooks/state-persistence-utils.d.ts +42 -0
- package/dist-lib/src/components/ui/DataTable/hooks/state-persistence-utils.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-cols-popover-adapter.d.ts +35 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-cols-popover-adapter.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-column-auto-width.d.ts +29 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-column-auto-width.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-columns.d.ts +49 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-columns.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-controller.d.ts +42 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-controller.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-density.d.ts +14 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-density.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-export.d.ts +27 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-export.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-filters.d.ts +13 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-filters.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-pagination.d.ts +21 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-pagination.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-processor.d.ts +25 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-processor.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-query.d.ts +32 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-query.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-saved-views.d.ts +27 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-saved-views.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-search.d.ts +26 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-search.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-selection.d.ts +35 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-selection.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-sort.d.ts +37 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-sort.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-state-persistence.d.ts +15 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-state-persistence.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-view-mode.d.ts +42 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-view-mode.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-filter-popover-adapter.d.ts +51 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-filter-popover-adapter.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-sort-popover-adapter.d.ts +24 -0
- package/dist-lib/src/components/ui/DataTable/hooks/use-sort-popover-adapter.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/index.d.ts +23 -0
- package/dist-lib/src/components/ui/DataTable/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/parts/data-table-actions-cell.d.ts +20 -0
- package/dist-lib/src/components/ui/DataTable/parts/data-table-actions-cell.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/parts/data-table-column-menu.d.ts +35 -0
- package/dist-lib/src/components/ui/DataTable/parts/data-table-column-menu.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/parts/data-table-edit-cell.d.ts +29 -0
- package/dist-lib/src/components/ui/DataTable/parts/data-table-edit-cell.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/parts/data-table-empty.d.ts +20 -0
- package/dist-lib/src/components/ui/DataTable/parts/data-table-empty.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/parts/data-table-floating-bulk-bar.d.ts +14 -0
- package/dist-lib/src/components/ui/DataTable/parts/data-table-floating-bulk-bar.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/parts/data-table-group-content-row.d.ts +33 -0
- package/dist-lib/src/components/ui/DataTable/parts/data-table-group-content-row.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/parts/data-table-group-header-row.d.ts +40 -0
- package/dist-lib/src/components/ui/DataTable/parts/data-table-group-header-row.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/parts/data-table-loading.d.ts +16 -0
- package/dist-lib/src/components/ui/DataTable/parts/data-table-loading.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/parts/data-table-no-results.d.ts +24 -0
- package/dist-lib/src/components/ui/DataTable/parts/data-table-no-results.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/parts/data-table-row-expansion.d.ts +28 -0
- package/dist-lib/src/components/ui/DataTable/parts/data-table-row-expansion.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/parts/data-table-totalizer-row.d.ts +34 -0
- package/dist-lib/src/components/ui/DataTable/parts/data-table-totalizer-row.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/parts/sortable-head-cell.d.ts +24 -0
- package/dist-lib/src/components/ui/DataTable/parts/sortable-head-cell.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/services/saved-views-mock-service.d.ts +7 -0
- package/dist-lib/src/components/ui/DataTable/services/saved-views-mock-service.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/services/saved-views.types.d.ts +69 -0
- package/dist-lib/src/components/ui/DataTable/services/saved-views.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/utils/calculate-column-widths.d.ts +28 -0
- package/dist-lib/src/components/ui/DataTable/utils/calculate-column-widths.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/utils/expand-rows.d.ts +27 -0
- package/dist-lib/src/components/ui/DataTable/utils/expand-rows.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/utils/group-rows.d.ts +59 -0
- package/dist-lib/src/components/ui/DataTable/utils/group-rows.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/utils/measure-text.d.ts +19 -0
- package/dist-lib/src/components/ui/DataTable/utils/measure-text.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/utils/operator-mapping.d.ts +6 -0
- package/dist-lib/src/components/ui/DataTable/utils/operator-mapping.d.ts.map +1 -0
- package/dist-lib/src/components/ui/DataTable/utils/resolve-value.d.ts +19 -0
- package/dist-lib/src/components/ui/DataTable/utils/resolve-value.d.ts.map +1 -0
- package/dist-lib/src/components/ui/FloatingPanel/floating-panel.d.ts +43 -0
- package/dist-lib/src/components/ui/FloatingPanel/floating-panel.d.ts.map +1 -0
- package/dist-lib/src/components/ui/FloatingPanel/floating-panel.styles.d.ts +98 -0
- package/dist-lib/src/components/ui/FloatingPanel/floating-panel.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/FloatingPanel/floating-panel.types.d.ts +56 -0
- package/dist-lib/src/components/ui/FloatingPanel/floating-panel.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/FloatingPanel/index.d.ts +6 -0
- package/dist-lib/src/components/ui/FloatingPanel/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/FloatingPanel/use-floating-panel-resize.d.ts +31 -0
- package/dist-lib/src/components/ui/FloatingPanel/use-floating-panel-resize.d.ts.map +1 -0
- package/dist-lib/src/components/ui/FooterTable/footer-table.d.ts +29 -0
- package/dist-lib/src/components/ui/FooterTable/footer-table.d.ts.map +1 -0
- package/dist-lib/src/components/ui/FooterTable/footer-table.types.d.ts +29 -0
- package/dist-lib/src/components/ui/FooterTable/footer-table.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/FooterTable/index.d.ts +4 -0
- package/dist-lib/src/components/ui/FooterTable/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/FormField/form-field-checkbox.d.ts +23 -0
- package/dist-lib/src/components/ui/FormField/form-field-checkbox.d.ts.map +1 -0
- package/dist-lib/src/components/ui/FormField/form-field-input.d.ts +27 -0
- package/dist-lib/src/components/ui/FormField/form-field-input.d.ts.map +1 -0
- package/dist-lib/src/components/ui/FormField/form-field-select.d.ts +34 -0
- package/dist-lib/src/components/ui/FormField/form-field-select.d.ts.map +1 -0
- package/dist-lib/src/components/ui/FormField/form-field-switch.d.ts +25 -0
- package/dist-lib/src/components/ui/FormField/form-field-switch.d.ts.map +1 -0
- package/dist-lib/src/components/ui/FormField/form-field-textarea.d.ts +9 -0
- package/dist-lib/src/components/ui/FormField/form-field-textarea.d.ts.map +1 -0
- package/dist-lib/src/components/ui/FormField/form-field.d.ts +26 -0
- package/dist-lib/src/components/ui/FormField/form-field.d.ts.map +1 -0
- package/dist-lib/src/components/ui/FormField/form-field.styles.d.ts +43 -0
- package/dist-lib/src/components/ui/FormField/form-field.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/FormField/form-field.types.d.ts +27 -0
- package/dist-lib/src/components/ui/FormField/form-field.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/FormField/index.d.ts +14 -0
- package/dist-lib/src/components/ui/FormField/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Header/header-breadcrumb.d.ts +17 -0
- package/dist-lib/src/components/ui/Header/header-breadcrumb.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Header/header-messages.d.ts +7 -0
- package/dist-lib/src/components/ui/Header/header-messages.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Header/header-notifications.d.ts +7 -0
- package/dist-lib/src/components/ui/Header/header-notifications.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Header/header-search.d.ts +21 -0
- package/dist-lib/src/components/ui/Header/header-search.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Header/header-theme-switcher.d.ts +9 -0
- package/dist-lib/src/components/ui/Header/header-theme-switcher.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Header/header.d.ts +18 -0
- package/dist-lib/src/components/ui/Header/header.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Header/header.styles.d.ts +141 -0
- package/dist-lib/src/components/ui/Header/header.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Header/header.types.d.ts +128 -0
- package/dist-lib/src/components/ui/Header/header.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Header/index.d.ts +13 -0
- package/dist-lib/src/components/ui/Header/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Kanban/hooks/use-kanban-dnd.d.ts +39 -0
- package/dist-lib/src/components/ui/Kanban/hooks/use-kanban-dnd.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Kanban/index.d.ts +3 -0
- package/dist-lib/src/components/ui/Kanban/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Kanban/kanban.d.ts +22 -0
- package/dist-lib/src/components/ui/Kanban/kanban.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Kanban/kanban.styles.d.ts +150 -0
- package/dist-lib/src/components/ui/Kanban/kanban.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Kanban/kanban.types.d.ts +168 -0
- package/dist-lib/src/components/ui/Kanban/kanban.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MenuSidebar/index.d.ts +16 -0
- package/dist-lib/src/components/ui/MenuSidebar/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MenuSidebar/menu-sidebar.d.ts +25 -0
- package/dist-lib/src/components/ui/MenuSidebar/menu-sidebar.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MenuSidebar/sidebar-brand.d.ts +8 -0
- package/dist-lib/src/components/ui/MenuSidebar/sidebar-brand.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MenuSidebar/sidebar-item.d.ts +19 -0
- package/dist-lib/src/components/ui/MenuSidebar/sidebar-item.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MenuSidebar/sidebar-panel.d.ts +20 -0
- package/dist-lib/src/components/ui/MenuSidebar/sidebar-panel.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MenuSidebar/sidebar-rail.d.ts +14 -0
- package/dist-lib/src/components/ui/MenuSidebar/sidebar-rail.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MenuSidebar/sidebar-section.d.ts +10 -0
- package/dist-lib/src/components/ui/MenuSidebar/sidebar-section.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MenuSidebar/sidebar-subgroup.d.ts +13 -0
- package/dist-lib/src/components/ui/MenuSidebar/sidebar-subgroup.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MenuSidebar/sidebar.styles.d.ts +287 -0
- package/dist-lib/src/components/ui/MenuSidebar/sidebar.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MenuSidebar/sidebar.types.d.ts +104 -0
- package/dist-lib/src/components/ui/MenuSidebar/sidebar.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MenuSidebar/use-media-query.d.ts +11 -0
- package/dist-lib/src/components/ui/MenuSidebar/use-media-query.d.ts.map +1 -0
- package/dist-lib/src/components/ui/MenuSidebar/use-sidebar-state.d.ts +7 -0
- package/dist-lib/src/components/ui/MenuSidebar/use-sidebar-state.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Modal/index.d.ts +3 -0
- package/dist-lib/src/components/ui/Modal/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Modal/modal.d.ts +78 -0
- package/dist-lib/src/components/ui/Modal/modal.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Modal/modal.styles.d.ts +74 -0
- package/dist-lib/src/components/ui/Modal/modal.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/PageHeader/index.d.ts +4 -0
- package/dist-lib/src/components/ui/PageHeader/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/PageHeader/page-header.d.ts +41 -0
- package/dist-lib/src/components/ui/PageHeader/page-header.d.ts.map +1 -0
- package/dist-lib/src/components/ui/PageHeader/page-header.styles.d.ts +96 -0
- package/dist-lib/src/components/ui/PageHeader/page-header.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/PageHeader/page-header.types.d.ts +38 -0
- package/dist-lib/src/components/ui/PageHeader/page-header.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Panel/index.d.ts +11 -0
- package/dist-lib/src/components/ui/Panel/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Panel/panel-body.d.ts +10 -0
- package/dist-lib/src/components/ui/Panel/panel-body.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Panel/panel-footer.d.ts +11 -0
- package/dist-lib/src/components/ui/Panel/panel-footer.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Panel/panel-header.d.ts +12 -0
- package/dist-lib/src/components/ui/Panel/panel-header.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Panel/panel.d.ts +15 -0
- package/dist-lib/src/components/ui/Panel/panel.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Panel/panel.styles.d.ts +47 -0
- package/dist-lib/src/components/ui/Panel/panel.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Panel/panel.types.d.ts +33 -0
- package/dist-lib/src/components/ui/Panel/panel.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/TabelaTeste/index.d.ts +2 -0
- package/dist-lib/src/components/ui/TabelaTeste/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/TabelaTeste/mock-data.d.ts +90 -0
- package/dist-lib/src/components/ui/TabelaTeste/mock-data.d.ts.map +1 -0
- package/dist-lib/src/components/ui/TabelaTeste/tabela-teste.d.ts +12 -0
- package/dist-lib/src/components/ui/TabelaTeste/tabela-teste.d.ts.map +1 -0
- package/dist-lib/src/components/ui/TabelaTeste/tabela-teste.styles.d.ts +184 -0
- package/dist-lib/src/components/ui/TabelaTeste/tabela-teste.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Table/index.d.ts +10 -0
- package/dist-lib/src/components/ui/Table/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Table/table-card-row.d.ts +39 -0
- package/dist-lib/src/components/ui/Table/table-card-row.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Table/table.constants.d.ts +14 -0
- package/dist-lib/src/components/ui/Table/table.constants.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Table/table.d.ts +9 -0
- package/dist-lib/src/components/ui/Table/table.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Table/table.styles.d.ts +374 -0
- package/dist-lib/src/components/ui/Table/table.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Table/table.types.d.ts +138 -0
- package/dist-lib/src/components/ui/Table/table.types.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Table/use-column-resize.d.ts +24 -0
- package/dist-lib/src/components/ui/Table/use-column-resize.d.ts.map +1 -0
- package/dist-lib/src/components/ui/Table/use-column-widths.d.ts +36 -0
- package/dist-lib/src/components/ui/Table/use-column-widths.d.ts.map +1 -0
- package/dist-lib/src/components/ui/TableToolbar/hooks/use-toolbar-filters.d.ts +46 -0
- package/dist-lib/src/components/ui/TableToolbar/hooks/use-toolbar-filters.d.ts.map +1 -0
- package/dist-lib/src/components/ui/TableToolbar/hooks/use-toolbar-sort.d.ts +35 -0
- package/dist-lib/src/components/ui/TableToolbar/hooks/use-toolbar-sort.d.ts.map +1 -0
- package/dist-lib/src/components/ui/TableToolbar/index.d.ts +46 -0
- package/dist-lib/src/components/ui/TableToolbar/index.d.ts.map +1 -0
- package/dist-lib/src/components/ui/TableToolbar/parts/bulk-actions-bar.d.ts +56 -0
- package/dist-lib/src/components/ui/TableToolbar/parts/bulk-actions-bar.d.ts.map +1 -0
- package/dist-lib/src/components/ui/TableToolbar/parts/table-toolbar-views.d.ts +74 -0
- package/dist-lib/src/components/ui/TableToolbar/parts/table-toolbar-views.d.ts.map +1 -0
- package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-applied.d.ts +51 -0
- package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-applied.d.ts.map +1 -0
- package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-divider.d.ts +6 -0
- package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-divider.d.ts.map +1 -0
- package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-mobile-sheet.d.ts +82 -0
- package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-mobile-sheet.d.ts.map +1 -0
- package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-search.d.ts +21 -0
- package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-search.d.ts.map +1 -0
- package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-segmented.d.ts +21 -0
- package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-segmented.d.ts.map +1 -0
- package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-tabs.d.ts +20 -0
- package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-tabs.d.ts.map +1 -0
- package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-tool-button.d.ts +47 -0
- package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-tool-button.d.ts.map +1 -0
- package/dist-lib/src/components/ui/TableToolbar/popovers/add-view-modal.d.ts +23 -0
- package/dist-lib/src/components/ui/TableToolbar/popovers/add-view-modal.d.ts.map +1 -0
- package/dist-lib/src/components/ui/TableToolbar/popovers/add-view-modal.styles.d.ts +53 -0
- package/dist-lib/src/components/ui/TableToolbar/popovers/add-view-modal.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/TableToolbar/popovers/cols-popover.d.ts +48 -0
- package/dist-lib/src/components/ui/TableToolbar/popovers/cols-popover.d.ts.map +1 -0
- package/dist-lib/src/components/ui/TableToolbar/popovers/filter-popover.d.ts +83 -0
- package/dist-lib/src/components/ui/TableToolbar/popovers/filter-popover.d.ts.map +1 -0
- package/dist-lib/src/components/ui/TableToolbar/popovers/filter-sql-parser.d.ts +41 -0
- package/dist-lib/src/components/ui/TableToolbar/popovers/filter-sql-parser.d.ts.map +1 -0
- package/dist-lib/src/components/ui/TableToolbar/popovers/more-menu.d.ts +49 -0
- package/dist-lib/src/components/ui/TableToolbar/popovers/more-menu.d.ts.map +1 -0
- package/dist-lib/src/components/ui/TableToolbar/popovers/sort-popover.d.ts +54 -0
- package/dist-lib/src/components/ui/TableToolbar/popovers/sort-popover.d.ts.map +1 -0
- package/dist-lib/src/components/ui/TableToolbar/popovers/views-popover.d.ts +65 -0
- package/dist-lib/src/components/ui/TableToolbar/popovers/views-popover.d.ts.map +1 -0
- package/dist-lib/src/components/ui/TableToolbar/table-toolbar.d.ts +36 -0
- package/dist-lib/src/components/ui/TableToolbar/table-toolbar.d.ts.map +1 -0
- package/dist-lib/src/components/ui/TableToolbar/table-toolbar.styles.d.ts +232 -0
- package/dist-lib/src/components/ui/TableToolbar/table-toolbar.styles.d.ts.map +1 -0
- package/dist-lib/src/components/ui/TableToolbar/table-toolbar.types.d.ts +35 -0
- package/dist-lib/src/components/ui/TableToolbar/table-toolbar.types.d.ts.map +1 -0
- package/dist-lib/src/hooks/useTheme.d.ts +19 -0
- package/dist-lib/src/hooks/useTheme.d.ts.map +1 -0
- package/dist-lib/src/lib/utils.d.ts +3 -0
- package/dist-lib/src/lib/utils.d.ts.map +1 -0
- package/dist-lib/src/preview/mocks/app-shell-mocks.d.ts +16 -0
- package/dist-lib/src/preview/mocks/app-shell-mocks.d.ts.map +1 -0
- package/dist-lib/src/preview/mocks/index.d.ts +13 -0
- package/dist-lib/src/preview/mocks/index.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/ChatV2.d.ts +2 -0
- package/dist-lib/src/preview/pages/ChatV2/ChatV2.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/chat-v2-mocks.d.ts +22 -0
- package/dist-lib/src/preview/pages/ChatV2/chat-v2-mocks.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/chat-v2.styles.d.ts +50 -0
- package/dist-lib/src/preview/pages/ChatV2/chat-v2.styles.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/chat-v2.types.d.ts +54 -0
- package/dist-lib/src/preview/pages/ChatV2/chat-v2.types.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/ChannelDot/channel-dot.d.ts +12 -0
- package/dist-lib/src/preview/pages/ChatV2/components/ChannelDot/channel-dot.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/ConversationActionsMenu/conversation-actions-menu.d.ts +16 -0
- package/dist-lib/src/preview/pages/ChatV2/components/ConversationActionsMenu/conversation-actions-menu.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/ConversationActionsMenu/index.d.ts +2 -0
- package/dist-lib/src/preview/pages/ChatV2/components/ConversationActionsMenu/index.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/ConversationColumn/conversation-column.d.ts +8 -0
- package/dist-lib/src/preview/pages/ChatV2/components/ConversationColumn/conversation-column.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/ConversationColumn/conversation-column.styles.d.ts +86 -0
- package/dist-lib/src/preview/pages/ChatV2/components/ConversationColumn/conversation-column.styles.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/ConversationColumn/conversation-column.types.d.ts +10 -0
- package/dist-lib/src/preview/pages/ChatV2/components/ConversationColumn/conversation-column.types.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/ConversationColumn/index.d.ts +3 -0
- package/dist-lib/src/preview/pages/ChatV2/components/ConversationColumn/index.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/ConversationListItem/conversation-list-item.d.ts +7 -0
- package/dist-lib/src/preview/pages/ChatV2/components/ConversationListItem/conversation-list-item.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/ConversationListItem/conversation-list-item.styles.d.ts +100 -0
- package/dist-lib/src/preview/pages/ChatV2/components/ConversationListItem/conversation-list-item.styles.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/ConversationListItem/conversation-list-item.types.d.ts +7 -0
- package/dist-lib/src/preview/pages/ChatV2/components/ConversationListItem/conversation-list-item.types.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/ConversationListItem/index.d.ts +3 -0
- package/dist-lib/src/preview/pages/ChatV2/components/ConversationListItem/index.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/DateSeparator/date-separator.d.ts +10 -0
- package/dist-lib/src/preview/pages/ChatV2/components/DateSeparator/date-separator.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/DetailField/detail-field.d.ts +13 -0
- package/dist-lib/src/preview/pages/ChatV2/components/DetailField/detail-field.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/DetailSection/detail-section.d.ts +13 -0
- package/dist-lib/src/preview/pages/ChatV2/components/DetailSection/detail-section.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/DetailSection/index.d.ts +2 -0
- package/dist-lib/src/preview/pages/ChatV2/components/DetailSection/index.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/DetailsColumn/details-column.d.ts +8 -0
- package/dist-lib/src/preview/pages/ChatV2/components/DetailsColumn/details-column.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/DetailsColumn/details-column.styles.d.ts +131 -0
- package/dist-lib/src/preview/pages/ChatV2/components/DetailsColumn/details-column.styles.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/DetailsColumn/details-column.types.d.ts +15 -0
- package/dist-lib/src/preview/pages/ChatV2/components/DetailsColumn/details-column.types.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/DetailsColumn/index.d.ts +3 -0
- package/dist-lib/src/preview/pages/ChatV2/components/DetailsColumn/index.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/FilterRow/filter-row.d.ts +12 -0
- package/dist-lib/src/preview/pages/ChatV2/components/FilterRow/filter-row.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/FilterRow/filter-row.styles.d.ts +67 -0
- package/dist-lib/src/preview/pages/ChatV2/components/FilterRow/filter-row.styles.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/FilterRow/index.d.ts +2 -0
- package/dist-lib/src/preview/pages/ChatV2/components/FilterRow/index.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/filters-column.d.ts +7 -0
- package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/filters-column.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/filters-column.styles.d.ts +104 -0
- package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/filters-column.styles.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/filters-column.types.d.ts +12 -0
- package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/filters-column.types.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/filters-rail.d.ts +7 -0
- package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/filters-rail.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/index.d.ts +4 -0
- package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/index.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/MessageBubble/index.d.ts +3 -0
- package/dist-lib/src/preview/pages/ChatV2/components/MessageBubble/index.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/MessageBubble/message-bubble.d.ts +7 -0
- package/dist-lib/src/preview/pages/ChatV2/components/MessageBubble/message-bubble.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/MessageBubble/message-bubble.styles.d.ts +76 -0
- package/dist-lib/src/preview/pages/ChatV2/components/MessageBubble/message-bubble.styles.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/MessageBubble/message-bubble.types.d.ts +5 -0
- package/dist-lib/src/preview/pages/ChatV2/components/MessageBubble/message-bubble.types.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/PersonAvatar/index.d.ts +2 -0
- package/dist-lib/src/preview/pages/ChatV2/components/PersonAvatar/index.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/PersonAvatar/person-avatar.d.ts +14 -0
- package/dist-lib/src/preview/pages/ChatV2/components/PersonAvatar/person-avatar.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/QueueColumn/index.d.ts +3 -0
- package/dist-lib/src/preview/pages/ChatV2/components/QueueColumn/index.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/QueueColumn/queue-column.d.ts +7 -0
- package/dist-lib/src/preview/pages/ChatV2/components/QueueColumn/queue-column.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/QueueColumn/queue-column.styles.d.ts +86 -0
- package/dist-lib/src/preview/pages/ChatV2/components/QueueColumn/queue-column.styles.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/QueueColumn/queue-column.types.d.ts +13 -0
- package/dist-lib/src/preview/pages/ChatV2/components/QueueColumn/queue-column.types.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/RailItem/index.d.ts +2 -0
- package/dist-lib/src/preview/pages/ChatV2/components/RailItem/index.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/RailItem/rail-item.d.ts +12 -0
- package/dist-lib/src/preview/pages/ChatV2/components/RailItem/rail-item.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/components/RailItem/rail-item.styles.d.ts +49 -0
- package/dist-lib/src/preview/pages/ChatV2/components/RailItem/rail-item.styles.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/hooks/use-resizable.d.ts +36 -0
- package/dist-lib/src/preview/pages/ChatV2/hooks/use-resizable.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ChatV2/index.d.ts +11 -0
- package/dist-lib/src/preview/pages/ChatV2/index.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ClientesShowcase/ClientesShowcase.d.ts +2 -0
- package/dist-lib/src/preview/pages/ClientesShowcase/ClientesShowcase.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ClientesShowcase/clientes-showcase-mocks.d.ts +35 -0
- package/dist-lib/src/preview/pages/ClientesShowcase/clientes-showcase-mocks.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ClientesShowcase/clientes-showcase.styles.d.ts +42 -0
- package/dist-lib/src/preview/pages/ClientesShowcase/clientes-showcase.styles.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ClientesShowcase/clientes-showcase.types.d.ts +16 -0
- package/dist-lib/src/preview/pages/ClientesShowcase/clientes-showcase.types.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ClientesShowcase/components/DetailDrawer/detail-drawer.d.ts +8 -0
- package/dist-lib/src/preview/pages/ClientesShowcase/components/DetailDrawer/detail-drawer.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ClientesShowcase/components/DetailDrawer/detail-drawer.styles.d.ts +73 -0
- package/dist-lib/src/preview/pages/ClientesShowcase/components/DetailDrawer/detail-drawer.styles.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ClientesShowcase/components/DetailDrawer/detail-drawer.types.d.ts +14 -0
- package/dist-lib/src/preview/pages/ClientesShowcase/components/DetailDrawer/detail-drawer.types.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ClientesShowcase/components/DetailDrawer/index.d.ts +3 -0
- package/dist-lib/src/preview/pages/ClientesShowcase/components/DetailDrawer/index.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ClientesShowcase/components/NovoClienteDrawer/index.d.ts +3 -0
- package/dist-lib/src/preview/pages/ClientesShowcase/components/NovoClienteDrawer/index.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ClientesShowcase/components/NovoClienteDrawer/novo-cliente-drawer.d.ts +22 -0
- package/dist-lib/src/preview/pages/ClientesShowcase/components/NovoClienteDrawer/novo-cliente-drawer.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/ClientesShowcase/index.d.ts +11 -0
- package/dist-lib/src/preview/pages/ClientesShowcase/index.d.ts.map +1 -0
- package/dist-lib/src/preview/pages/DashboardShowcase.d.ts +2 -0
- package/dist-lib/src/preview/pages/DashboardShowcase.d.ts.map +1 -0
- package/dist-lib/src/utils/tv.d.ts +4 -0
- package/dist-lib/src/utils/tv.d.ts.map +1 -0
- package/dist-lib/tokens/brands/default/components/sizing.d.ts +137 -0
- package/dist-lib/tokens/brands/default/components/sizing.d.ts.map +1 -0
- package/dist-lib/tokens/brands/default/components/spacing.d.ts +28 -0
- package/dist-lib/tokens/brands/default/components/spacing.d.ts.map +1 -0
- package/dist-lib/tokens/brands/default/primitives/color-palette.d.ts +276 -0
- package/dist-lib/tokens/brands/default/primitives/color-palette.d.ts.map +1 -0
- package/dist-lib/tokens/brands/default/primitives/fonts.d.ts +63 -0
- package/dist-lib/tokens/brands/default/primitives/fonts.d.ts.map +1 -0
- package/dist-lib/tokens/brands/default/primitives/motion.d.ts +47 -0
- package/dist-lib/tokens/brands/default/primitives/motion.d.ts.map +1 -0
- package/dist-lib/tokens/brands/default/primitives/scales.d.ts +50 -0
- package/dist-lib/tokens/brands/default/primitives/scales.d.ts.map +1 -0
- package/dist-lib/tokens/brands/default/semantic/color-dark.d.ts +187 -0
- package/dist-lib/tokens/brands/default/semantic/color-dark.d.ts.map +1 -0
- package/dist-lib/tokens/brands/default/semantic/color-light.d.ts +192 -0
- package/dist-lib/tokens/brands/default/semantic/color-light.d.ts.map +1 -0
- package/dist-lib/tokens/brands/default/semantic/elevation.d.ts +147 -0
- package/dist-lib/tokens/brands/default/semantic/elevation.d.ts.map +1 -0
- package/dist-lib/tokens/brands/default/semantic/shape.d.ts +90 -0
- package/dist-lib/tokens/brands/default/semantic/shape.d.ts.map +1 -0
- package/dist-lib/tokens/brands/default/semantic/sizing.d.ts +42 -0
- package/dist-lib/tokens/brands/default/semantic/sizing.d.ts.map +1 -0
- package/dist-lib/tokens/brands/default/semantic/spacing.d.ts +121 -0
- package/dist-lib/tokens/brands/default/semantic/spacing.d.ts.map +1 -0
- package/dist-lib/tokens/brands/default/semantic/typography.d.ts +59 -0
- package/dist-lib/tokens/brands/default/semantic/typography.d.ts.map +1 -0
- package/dist-lib/tokens/index.d.ts +22 -0
- package/dist-lib/tokens/index.d.ts.map +1 -0
- package/package.json +10 -4
- package/dist-lib/chunks/panel-CjfnpA-4.cjs.map +0 -1
- package/dist-lib/chunks/panel-DZ7X1NZV.mjs.map +0 -1
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Styles compartilhados das partes do TableToolbar.
|
|
3
|
+
* Cada `tv()` corresponde a um sub-componente em `parts/`.
|
|
4
|
+
*
|
|
5
|
+
* Specs alinhadas com `.tbl-toolbar` do design-and-table-v2.
|
|
6
|
+
*/
|
|
7
|
+
/**
|
|
8
|
+
* Gaps responsivos:
|
|
9
|
+
* - Mobile (< md): gap menor pra search + 2 botões caberem na mesma linha
|
|
10
|
+
* - Desktop (≥ md): gap mais respirado (16px root, 10px left, 8px actions)
|
|
11
|
+
*/
|
|
12
|
+
export declare const toolbarRoot: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, string[], unknown, unknown, undefined>>;
|
|
13
|
+
export declare const toolbarLeft: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, string[], unknown, unknown, undefined>>;
|
|
14
|
+
export declare const toolbarActions: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, string[], unknown, unknown, undefined>>;
|
|
15
|
+
export declare const toolbarDivider: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "w-[1px] h-[24px] bg-border-default shrink-0 mx-[6px] self-center", {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, "w-[1px] h-[24px] bg-border-default shrink-0 mx-[6px] self-center", unknown, unknown, undefined>>;
|
|
16
|
+
/**
|
|
17
|
+
* Mobile (< md): fluido (`flex-1`) — ocupa o espaço restante, sem aumentar/diminuir width no foco.
|
|
18
|
+
* Desktop (≥ md): width fixo 200px rest → 300px no focus-within OU quando tem valor.
|
|
19
|
+
*
|
|
20
|
+
* O `focus-within:` desktop expande automaticamente quando o input está focado.
|
|
21
|
+
* A variant `expanded: true` mantém expandido mesmo sem foco (quando há valor).
|
|
22
|
+
*/
|
|
23
|
+
export declare const toolbarSearch: import('tailwind-variants').TVReturnType<{
|
|
24
|
+
/** Quando true, mantém expandido (300px) mesmo sem foco — útil quando tem valor (desktop only) */
|
|
25
|
+
expanded: {
|
|
26
|
+
true: string;
|
|
27
|
+
false: string;
|
|
28
|
+
};
|
|
29
|
+
}, undefined, string[], {
|
|
30
|
+
/** Quando true, mantém expandido (300px) mesmo sem foco — útil quando tem valor (desktop only) */
|
|
31
|
+
expanded: {
|
|
32
|
+
true: string;
|
|
33
|
+
false: string;
|
|
34
|
+
};
|
|
35
|
+
}, undefined, import('tailwind-variants').TVReturnType<{
|
|
36
|
+
/** Quando true, mantém expandido (300px) mesmo sem foco — útil quando tem valor (desktop only) */
|
|
37
|
+
expanded: {
|
|
38
|
+
true: string;
|
|
39
|
+
false: string;
|
|
40
|
+
};
|
|
41
|
+
}, undefined, string[], unknown, unknown, undefined>>;
|
|
42
|
+
export declare const toolbarSearchInput: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, string[], unknown, unknown, undefined>>;
|
|
43
|
+
/**
|
|
44
|
+
* Dot indicator (filtros aplicados) — pequeno círculo brand no canto superior direito.
|
|
45
|
+
*
|
|
46
|
+
* NOTA: `ToolbarToolButton` agora compõe o `Button` do DS — seu estilo vem do
|
|
47
|
+
* Button (color/variant/size). Esse helper só pinta o ponto de "tem aplicado".
|
|
48
|
+
*/
|
|
49
|
+
export declare const toolbarToolDot: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, string[], unknown, unknown, undefined>>;
|
|
50
|
+
export declare const toolbarSegmented: import('tailwind-variants').TVReturnType<{
|
|
51
|
+
fluid: {
|
|
52
|
+
true: string;
|
|
53
|
+
false: string;
|
|
54
|
+
};
|
|
55
|
+
}, undefined, string[], {
|
|
56
|
+
fluid: {
|
|
57
|
+
true: string;
|
|
58
|
+
false: string;
|
|
59
|
+
};
|
|
60
|
+
}, undefined, import('tailwind-variants').TVReturnType<{
|
|
61
|
+
fluid: {
|
|
62
|
+
true: string;
|
|
63
|
+
false: string;
|
|
64
|
+
};
|
|
65
|
+
}, undefined, string[], unknown, unknown, undefined>>;
|
|
66
|
+
export declare const toolbarSegmentedButton: import('tailwind-variants').TVReturnType<{
|
|
67
|
+
isActive: {
|
|
68
|
+
true: string;
|
|
69
|
+
false: string;
|
|
70
|
+
};
|
|
71
|
+
fluid: {
|
|
72
|
+
true: string;
|
|
73
|
+
false: string;
|
|
74
|
+
};
|
|
75
|
+
}, undefined, string[], {
|
|
76
|
+
isActive: {
|
|
77
|
+
true: string;
|
|
78
|
+
false: string;
|
|
79
|
+
};
|
|
80
|
+
fluid: {
|
|
81
|
+
true: string;
|
|
82
|
+
false: string;
|
|
83
|
+
};
|
|
84
|
+
}, undefined, import('tailwind-variants').TVReturnType<{
|
|
85
|
+
isActive: {
|
|
86
|
+
true: string;
|
|
87
|
+
false: string;
|
|
88
|
+
};
|
|
89
|
+
fluid: {
|
|
90
|
+
true: string;
|
|
91
|
+
false: string;
|
|
92
|
+
};
|
|
93
|
+
}, undefined, string[], unknown, unknown, undefined>>;
|
|
94
|
+
export declare const toolbarTabs: import('tailwind-variants').TVReturnType<{
|
|
95
|
+
fluid: {
|
|
96
|
+
true: string;
|
|
97
|
+
false: string;
|
|
98
|
+
};
|
|
99
|
+
}, undefined, string[], {
|
|
100
|
+
fluid: {
|
|
101
|
+
true: string;
|
|
102
|
+
false: string;
|
|
103
|
+
};
|
|
104
|
+
}, undefined, import('tailwind-variants').TVReturnType<{
|
|
105
|
+
fluid: {
|
|
106
|
+
true: string;
|
|
107
|
+
false: string;
|
|
108
|
+
};
|
|
109
|
+
}, undefined, string[], unknown, unknown, undefined>>;
|
|
110
|
+
export declare const toolbarTabWrap: import('tailwind-variants').TVReturnType<{
|
|
111
|
+
isActive: {
|
|
112
|
+
true: string;
|
|
113
|
+
false: string;
|
|
114
|
+
};
|
|
115
|
+
fluid: {
|
|
116
|
+
true: string;
|
|
117
|
+
false: string;
|
|
118
|
+
};
|
|
119
|
+
}, undefined, string[], {
|
|
120
|
+
isActive: {
|
|
121
|
+
true: string;
|
|
122
|
+
false: string;
|
|
123
|
+
};
|
|
124
|
+
fluid: {
|
|
125
|
+
true: string;
|
|
126
|
+
false: string;
|
|
127
|
+
};
|
|
128
|
+
}, undefined, import('tailwind-variants').TVReturnType<{
|
|
129
|
+
isActive: {
|
|
130
|
+
true: string;
|
|
131
|
+
false: string;
|
|
132
|
+
};
|
|
133
|
+
fluid: {
|
|
134
|
+
true: string;
|
|
135
|
+
false: string;
|
|
136
|
+
};
|
|
137
|
+
}, undefined, string[], unknown, unknown, undefined>>;
|
|
138
|
+
export declare const toolbarTabButton: import('tailwind-variants').TVReturnType<{
|
|
139
|
+
isActive: {
|
|
140
|
+
true: string;
|
|
141
|
+
false: string;
|
|
142
|
+
};
|
|
143
|
+
fluid: {
|
|
144
|
+
true: string;
|
|
145
|
+
false: string;
|
|
146
|
+
};
|
|
147
|
+
}, undefined, string[], {
|
|
148
|
+
isActive: {
|
|
149
|
+
true: string;
|
|
150
|
+
false: string;
|
|
151
|
+
};
|
|
152
|
+
fluid: {
|
|
153
|
+
true: string;
|
|
154
|
+
false: string;
|
|
155
|
+
};
|
|
156
|
+
}, undefined, import('tailwind-variants').TVReturnType<{
|
|
157
|
+
isActive: {
|
|
158
|
+
true: string;
|
|
159
|
+
false: string;
|
|
160
|
+
};
|
|
161
|
+
fluid: {
|
|
162
|
+
true: string;
|
|
163
|
+
false: string;
|
|
164
|
+
};
|
|
165
|
+
}, undefined, string[], unknown, unknown, undefined>>;
|
|
166
|
+
/**
|
|
167
|
+
* Botão "X" pra fechar tab custom — escondido por trás do tab (margin -18px),
|
|
168
|
+
* desliza pra fora ao hover do wrap.
|
|
169
|
+
*/
|
|
170
|
+
export declare const toolbarTabClose: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, string[], unknown, unknown, undefined>>;
|
|
171
|
+
/**
|
|
172
|
+
* Espaçamento: toolbar → 16px → divider (border-top) → 16px → chips.
|
|
173
|
+
* `mt-pad-3xl` afasta o border-top da toolbar; `pt-pad-3xl` afasta o
|
|
174
|
+
* conteúdo interno (chips) do border.
|
|
175
|
+
*/
|
|
176
|
+
export declare const toolbarApplied: import('tailwind-variants').TVReturnType<{
|
|
177
|
+
/**
|
|
178
|
+
* Separator (margem topo 16px + border + padding 16px) entre toolbar
|
|
179
|
+
* header e chips. Default `true`. Espaçamento total: 16px → divider → 16px → chips.
|
|
180
|
+
*/
|
|
181
|
+
separator: {
|
|
182
|
+
true: string;
|
|
183
|
+
false: string;
|
|
184
|
+
};
|
|
185
|
+
}, undefined, "flex items-center flex-wrap gap-gp-md", {
|
|
186
|
+
/**
|
|
187
|
+
* Separator (margem topo 16px + border + padding 16px) entre toolbar
|
|
188
|
+
* header e chips. Default `true`. Espaçamento total: 16px → divider → 16px → chips.
|
|
189
|
+
*/
|
|
190
|
+
separator: {
|
|
191
|
+
true: string;
|
|
192
|
+
false: string;
|
|
193
|
+
};
|
|
194
|
+
}, undefined, import('tailwind-variants').TVReturnType<{
|
|
195
|
+
/**
|
|
196
|
+
* Separator (margem topo 16px + border + padding 16px) entre toolbar
|
|
197
|
+
* header e chips. Default `true`. Espaçamento total: 16px → divider → 16px → chips.
|
|
198
|
+
*/
|
|
199
|
+
separator: {
|
|
200
|
+
true: string;
|
|
201
|
+
false: string;
|
|
202
|
+
};
|
|
203
|
+
}, undefined, "flex items-center flex-wrap gap-gp-md", unknown, unknown, undefined>>;
|
|
204
|
+
export declare const toolbarAppliedChip: import('tailwind-variants').TVReturnType<{
|
|
205
|
+
interactive: {
|
|
206
|
+
true: string[];
|
|
207
|
+
};
|
|
208
|
+
}, undefined, string[], {
|
|
209
|
+
interactive: {
|
|
210
|
+
true: string[];
|
|
211
|
+
};
|
|
212
|
+
}, undefined, import('tailwind-variants').TVReturnType<{
|
|
213
|
+
interactive: {
|
|
214
|
+
true: string[];
|
|
215
|
+
};
|
|
216
|
+
}, undefined, string[], unknown, unknown, undefined>>;
|
|
217
|
+
export declare const toolbarAppliedChipRemove: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, string[], unknown, unknown, undefined>>;
|
|
218
|
+
export declare const toolbarAppliedChipName: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "font-semibold text-fg-default", {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, "font-semibold text-fg-default", unknown, unknown, undefined>>;
|
|
219
|
+
export declare const toolbarAppliedChipOp: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "text-fg-muted text-caption-sm", {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, "text-fg-muted text-caption-sm", unknown, unknown, undefined>>;
|
|
220
|
+
export declare const toolbarAppliedChipValue: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, string[], unknown, unknown, undefined>>;
|
|
221
|
+
export declare const toolbarAppliedClearLink: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, string[], unknown, unknown, undefined>>;
|
|
222
|
+
/**
|
|
223
|
+
* Spec alinhada com `.tbl-bulk-bar` do design-and-table-v2:
|
|
224
|
+
* - padding 10px 14px, gap 12px, radius xl (12px)
|
|
225
|
+
* - bg-brand-subtle + border-brand + fg-brand
|
|
226
|
+
* - flex-wrap pra mobile cair em coluna naturalmente
|
|
227
|
+
*/
|
|
228
|
+
export declare const bulkBarRoot: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, string[], unknown, unknown, undefined>>;
|
|
229
|
+
export declare const bulkBarCount: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, string[], unknown, unknown, undefined>>;
|
|
230
|
+
export declare const bulkBarActions: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, string[], unknown, unknown, undefined>>;
|
|
231
|
+
export declare const bulkBarClear: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, string[], unknown, unknown, undefined>>;
|
|
232
|
+
//# sourceMappingURL=table-toolbar.styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table-toolbar.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/TableToolbar/table-toolbar.styles.ts"],"names":[],"mappings":"AAEA;;;;;GAKG;AAGH;;;;GAIG;AACH,eAAO,MAAM,WAAW,sMAKtB,CAAC;AAEH,eAAO,MAAM,WAAW,sMAMtB,CAAC;AAEH,eAAO,MAAM,cAAc,sMAMzB,CAAC;AAGH,eAAO,MAAM,cAAc,0TAEzB,CAAC;AAGH;;;;;;GAMG;AACH,eAAO,MAAM,aAAa;IAgBtB,kGAAkG;;;;;;IAAlG,kGAAkG;;;;;;IAAlG,kGAAkG;;;;;qDAOpG,CAAC;AAEH,eAAO,MAAM,kBAAkB,sMAM7B,CAAC;AAEH;;;;;GAKG;AACH,eAAO,MAAM,cAAc,sMAMzB,CAAC;AAGH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;qDAa3B,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;qDAuBjC,CAAC;AAGH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;qDActB,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;qDAiBzB,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;qDAoB3B,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,eAAe,sMAU1B,CAAC;AAGH;;;;GAIG;AACH,eAAO,MAAM,cAAc;IAGvB;;;OAGG;;;;;;IAHH;;;OAGG;;;;;;IAHH;;;OAGG;;;;;oFASL,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;qDAmB7B,CAAC;AAEH,eAAO,MAAM,wBAAwB,sMASnC,CAAC;AAEH,eAAO,MAAM,sBAAsB,oPAEjC,CAAC;AAEH,eAAO,MAAM,oBAAoB,oPAE/B,CAAC;AAEH,eAAO,MAAM,uBAAuB,sMAOlC,CAAC;AAEH,eAAO,MAAM,uBAAuB,sMASlC,CAAC;AAGH;;;;;GAKG;AACH,eAAO,MAAM,WAAW,sMAMtB,CAAC;AAEH,eAAO,MAAM,YAAY,sMAOvB,CAAC;AAEH,eAAO,MAAM,cAAc,sMAKzB,CAAC;AAEH,eAAO,MAAM,YAAY,sMAUvB,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
/** Direção de ordenação compartilhada pelos popovers/hooks do toolbar.
|
|
3
|
+
* Fonte única de verdade — re-exportado por `sort-popover` e `use-toolbar-sort`. */
|
|
4
|
+
export type SortDirection = "asc" | "desc";
|
|
5
|
+
/** Item segmentado (usado por density-toggle, view-mode-toggle) */
|
|
6
|
+
export type ToolbarSegmentedItem<TValue extends string = string> = {
|
|
7
|
+
value: TValue;
|
|
8
|
+
/** Conteúdo do botão (geralmente ícone). Texto opcional via aria-label */
|
|
9
|
+
children: ReactNode;
|
|
10
|
+
label?: string;
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
};
|
|
13
|
+
/** View tab (Todos/Meus/Ativos…) */
|
|
14
|
+
export type ToolbarTab = {
|
|
15
|
+
id: string;
|
|
16
|
+
name: ReactNode;
|
|
17
|
+
/** Tabs custom mostram X de close no hover */
|
|
18
|
+
custom?: boolean;
|
|
19
|
+
};
|
|
20
|
+
/** Operador de filtro suportado pelo applied chips */
|
|
21
|
+
export type AppliedFilterOp = "eq" | "neq" | "contains" | "gt" | "lt" | string;
|
|
22
|
+
/** Filtro aplicado (chip individual) */
|
|
23
|
+
export type AppliedFilter = {
|
|
24
|
+
id: string;
|
|
25
|
+
/** Label legível da coluna (ex "Status") */
|
|
26
|
+
columnLabel: ReactNode;
|
|
27
|
+
/** Operador (resolvido pra símbolo internamente: eq → "=", contains → "contém"…) */
|
|
28
|
+
op: AppliedFilterOp;
|
|
29
|
+
/**
|
|
30
|
+
* Valor já formatado pra exibição. String/ReactNode = 1 tag. Array de
|
|
31
|
+
* ReactNode = múltiplas tags lado a lado (ex: "Ativo" "Pendente" "Pausado").
|
|
32
|
+
*/
|
|
33
|
+
value: ReactNode | ReactNode[];
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=table-toolbar.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table-toolbar.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/TableToolbar/table-toolbar.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC;qFACqF;AACrF,MAAM,MAAM,aAAa,GAAG,KAAK,GAAG,MAAM,CAAC;AAE3C,mEAAmE;AACnE,MAAM,MAAM,oBAAoB,CAAC,MAAM,SAAS,MAAM,GAAG,MAAM,IAAI;IACjE,KAAK,EAAE,MAAM,CAAC;IACd,0EAA0E;IAC1E,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,oCAAoC;AACpC,MAAM,MAAM,UAAU,GAAG;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,SAAS,CAAC;IAChB,8CAA8C;IAC9C,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,sDAAsD;AACtD,MAAM,MAAM,eAAe,GACvB,IAAI,GACJ,KAAK,GACL,UAAU,GACV,IAAI,GACJ,IAAI,GACJ,MAAM,CAAC;AAEX,wCAAwC;AACxC,MAAM,MAAM,aAAa,GAAG;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,4CAA4C;IAC5C,WAAW,EAAE,SAAS,CAAC;IACvB,oFAAoF;IACpF,EAAE,EAAE,eAAe,CAAC;IACpB;;;OAGG;IACH,KAAK,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;CAChC,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export type Theme = "light" | "dark" | "system";
|
|
2
|
+
/**
|
|
3
|
+
* Hook único de tema do app.
|
|
4
|
+
*
|
|
5
|
+
* - 3 valores: `"light"` | `"dark"` | `"system"` (segue prefers-color-scheme).
|
|
6
|
+
* - Persiste em `localStorage["igreen-ds-theme"]`.
|
|
7
|
+
* - Sincroniza múltiplas instâncias na mesma tab via `CustomEvent` e entre
|
|
8
|
+
* tabs via `storage` event. Pode ser chamado em qualquer page/component
|
|
9
|
+
* sem precisar de Context Provider.
|
|
10
|
+
* - Aplica `.dark` no `<html>` com observador de `prefers-color-scheme`
|
|
11
|
+
* quando theme=`"system"`.
|
|
12
|
+
*/
|
|
13
|
+
export declare function useTheme(): {
|
|
14
|
+
readonly theme: Theme;
|
|
15
|
+
readonly setTheme: (next: Theme) => void;
|
|
16
|
+
readonly isDark: boolean;
|
|
17
|
+
readonly toggle: () => void;
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=useTheme.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTheme.d.ts","sourceRoot":"","sources":["../../../src/hooks/useTheme.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,KAAK,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,CAAC;AAsBhD;;;;;;;;;;GAUG;AACH,wBAAgB,QAAQ;;8BAkBc,KAAK;;;EAsC1C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/lib/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAQ,MAAM,MAAM,CAAC;AAoH7C,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAEzC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { SidebarContext } from '../../components/ui/MenuSidebar';
|
|
2
|
+
import { HeaderCommandGroup, HeaderMessage, HeaderNotification, HeaderThemeOption } from '../../components/ui/Header';
|
|
3
|
+
import { AppShellUser, AppShellLayoutOption } from '../../components/ui/AppShell';
|
|
4
|
+
/**
|
|
5
|
+
* Mocks compartilhados pelo AppShellDoc + pages de showcase que precisam de uma
|
|
6
|
+
* "casca de app realista". Em produção, esses dados viriam do backend/contexto da
|
|
7
|
+
* app — aqui são estáticos pra demonstração consistente.
|
|
8
|
+
*/
|
|
9
|
+
export declare const APP_SHELL_CONTEXTS: SidebarContext[];
|
|
10
|
+
export declare const APP_SHELL_COMMANDS: HeaderCommandGroup[];
|
|
11
|
+
export declare const APP_SHELL_NOTIFICATIONS: HeaderNotification[];
|
|
12
|
+
export declare const APP_SHELL_MESSAGES: HeaderMessage[];
|
|
13
|
+
export declare const APP_SHELL_THEME_OPTIONS: HeaderThemeOption[];
|
|
14
|
+
export declare const APP_SHELL_USER: AppShellUser;
|
|
15
|
+
export declare const APP_SHELL_LAYOUT_OPTIONS: AppShellLayoutOption[];
|
|
16
|
+
//# sourceMappingURL=app-shell-mocks.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-shell-mocks.d.ts","sourceRoot":"","sources":["../../../../src/preview/mocks/app-shell-mocks.ts"],"names":[],"mappings":"AAiCA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,KAAK,EACV,kBAAkB,EAClB,aAAa,EACb,kBAAkB,EAClB,iBAAiB,EAClB,MAAM,4BAA4B,CAAC;AACpC,OAAO,KAAK,EACV,YAAY,EACZ,oBAAoB,EACrB,MAAM,8BAA8B,CAAC;AAEtC;;;;GAIG;AAEH,eAAO,MAAM,kBAAkB,EAAE,cAAc,EAsH9C,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,kBAAkB,EAgBlD,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,kBAAkB,EAwCvD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,aAAa,EAK7C,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,iBAAiB,EAItD,CAAC;AAIF,eAAO,MAAM,cAAc,EAAE,YAI5B,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,oBAAoB,EAG1D,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Barrel agregador de mocks reutilizáveis.
|
|
3
|
+
*
|
|
4
|
+
* Acessível pelo consumer via:
|
|
5
|
+
* import { APP_SHELL_CONTEXTS, chatMocks, clientesMocks } from "@snksergio/design-system/preview/mocks";
|
|
6
|
+
*
|
|
7
|
+
* Os mocks de showcases específicas (ChatV2, ClientesShowcase) ficam em
|
|
8
|
+
* namespaces dedicados para evitar colisão de nomes (ex: ambos têm STATUS_DOT).
|
|
9
|
+
*/
|
|
10
|
+
export * from './app-shell-mocks';
|
|
11
|
+
export * as chatMocks from '../pages/ChatV2/chat-v2-mocks';
|
|
12
|
+
export * as clientesMocks from '../pages/ClientesShowcase/clientes-showcase-mocks';
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/preview/mocks/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAGH,cAAc,mBAAmB,CAAC;AAGlC,OAAO,KAAK,SAAS,MAAM,+BAA+B,CAAC;AAG3D,OAAO,KAAK,aAAa,MAAM,mDAAmD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChatV2.d.ts","sourceRoot":"","sources":["../../../../../src/preview/pages/ChatV2/ChatV2.tsx"],"names":[],"mappings":"AAuBA,MAAM,CAAC,OAAO,UAAU,MAAM,4CA6J7B"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ChannelId, Conversation, ConversationDetail, ConversationStatus, FilterGroupKey, FilterItem, Message } from './chat-v2.types';
|
|
2
|
+
export declare const CHANNEL_LABEL: Record<ChannelId, string>;
|
|
3
|
+
export declare const CHANNEL_HEX: Record<ChannelId, string>;
|
|
4
|
+
export declare const STATUS_DOT: Record<ConversationStatus, string>;
|
|
5
|
+
export declare const CONVERSATIONS: Conversation[];
|
|
6
|
+
export declare const STATUS_WORKFLOW: FilterItem[];
|
|
7
|
+
export declare const CHANNELS_LIST: FilterItem[];
|
|
8
|
+
export declare const CATEGORIES_LIST: FilterItem[];
|
|
9
|
+
export declare const STATUS_INNER_LIST: FilterItem[];
|
|
10
|
+
/**
|
|
11
|
+
* Fonte única dos grupos de filtros. Consumido por `FiltersColumn` (com
|
|
12
|
+
* `title`) e `FiltersRail` (sem `title`, divisor entre grupos).
|
|
13
|
+
*/
|
|
14
|
+
export declare const FILTER_GROUPS: {
|
|
15
|
+
group: FilterGroupKey;
|
|
16
|
+
title: string;
|
|
17
|
+
items: FilterItem[];
|
|
18
|
+
}[];
|
|
19
|
+
export declare const CONVERSATION_DETAILS: Record<string, ConversationDetail>;
|
|
20
|
+
export declare const DEFAULT_DETAIL: ConversationDetail;
|
|
21
|
+
export declare const SAMPLE_MESSAGES: Message[];
|
|
22
|
+
//# sourceMappingURL=chat-v2-mocks.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chat-v2-mocks.d.ts","sourceRoot":"","sources":["../../../../../src/preview/pages/ChatV2/chat-v2-mocks.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,EACV,SAAS,EACT,YAAY,EACZ,kBAAkB,EAClB,kBAAkB,EAClB,cAAc,EACd,UAAU,EACV,OAAO,EACR,MAAM,iBAAiB,CAAC;AAIzB,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,SAAS,EAAE,MAAM,CAMnD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,SAAS,EAAE,MAAM,CAMjD,CAAC;AAIF,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,kBAAkB,EAAE,MAAM,CAIzD,CAAC;AAIF,eAAO,MAAM,aAAa,EAAE,YAAY,EAqCvC,CAAC;AAIF,eAAO,MAAM,eAAe,EAAE,UAAU,EAIvC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,EAMrC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,EAIvC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,EAIzC,CAAC;AAIF;;;GAGG;AACH,eAAO,MAAM,aAAa,EAAE;IAC1B,KAAK,EAAE,cAAc,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,UAAU,EAAE,CAAC;CACrB,EAKA,CAAC;AAIF,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,CAcnE,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,kBAQ5B,CAAC;AAIF,eAAO,MAAM,eAAe,EAAE,OAAO,EAOpC,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Layout root da página Chat V2 — 4 colunas side-by-side em desktop,
|
|
3
|
+
* fullscreen overlays em mobile (<md), controladas por `mobileView`.
|
|
4
|
+
*/
|
|
5
|
+
export declare const chatV2Styles: import('tailwind-variants').TVReturnType<{
|
|
6
|
+
[key: string]: {
|
|
7
|
+
[key: string]: import('tailwind-merge').ClassNameValue | {
|
|
8
|
+
root?: import('tailwind-merge').ClassNameValue;
|
|
9
|
+
filtersWrap?: import('tailwind-merge').ClassNameValue;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
} | {
|
|
13
|
+
[x: string]: {
|
|
14
|
+
[x: string]: import('tailwind-merge').ClassNameValue | {
|
|
15
|
+
root?: import('tailwind-merge').ClassNameValue;
|
|
16
|
+
filtersWrap?: import('tailwind-merge').ClassNameValue;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
} | {}, {
|
|
20
|
+
/** Body do AppShell — flex row com gap entre colunas. `relative` pra mobile overlays. */
|
|
21
|
+
root: string;
|
|
22
|
+
/** Wrapper dos filtros (col 1) — escondido em mobile. */
|
|
23
|
+
filtersWrap: string;
|
|
24
|
+
}, undefined, {
|
|
25
|
+
[key: string]: {
|
|
26
|
+
[key: string]: import('tailwind-merge').ClassNameValue | {
|
|
27
|
+
root?: import('tailwind-merge').ClassNameValue;
|
|
28
|
+
filtersWrap?: import('tailwind-merge').ClassNameValue;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
} | {}, {
|
|
32
|
+
/** Body do AppShell — flex row com gap entre colunas. `relative` pra mobile overlays. */
|
|
33
|
+
root: string;
|
|
34
|
+
/** Wrapper dos filtros (col 1) — escondido em mobile. */
|
|
35
|
+
filtersWrap: string;
|
|
36
|
+
}, import('tailwind-variants').TVReturnType<unknown, {
|
|
37
|
+
/** Body do AppShell — flex row com gap entre colunas. `relative` pra mobile overlays. */
|
|
38
|
+
root: string;
|
|
39
|
+
/** Wrapper dos filtros (col 1) — escondido em mobile. */
|
|
40
|
+
filtersWrap: string;
|
|
41
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
42
|
+
/**
|
|
43
|
+
* Helpers de className pros 3 estados de mobile view (list/chat/details).
|
|
44
|
+
* Cada coluna recebe a classe correspondente; em desktop ficam sem efeito.
|
|
45
|
+
*/
|
|
46
|
+
export declare const mobileOverlay: {
|
|
47
|
+
readonly active: "max-md:absolute max-md:inset-0 max-md:w-full max-md:rounded-radius-none max-md:border-0";
|
|
48
|
+
readonly hidden: "max-md:hidden";
|
|
49
|
+
};
|
|
50
|
+
//# sourceMappingURL=chat-v2.styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chat-v2.styles.d.ts","sourceRoot":"","sources":["../../../../../src/preview/pages/ChatV2/chat-v2.styles.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;IAErB,yFAAyF;;IAEzF,yDAAyD;;;;;;;;;;IAFzD,yFAAyF;;IAEzF,yDAAyD;;;IAFzD,yFAAyF;;IAEzF,yDAAyD;;2CAG3D,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,aAAa;;;CAGhB,CAAC"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { LucideIcon } from 'lucide-react';
|
|
2
|
+
export type ChannelId = "whatsapp" | "telegram" | "instagram" | "webchat" | "email";
|
|
3
|
+
export type ConvTagKind = "warning" | "info" | "success";
|
|
4
|
+
export type ConversationStatus = "attending" | "waiting" | "ai";
|
|
5
|
+
export type Conversation = {
|
|
6
|
+
id: string;
|
|
7
|
+
name: string;
|
|
8
|
+
initials: string;
|
|
9
|
+
avatarHex: string;
|
|
10
|
+
channel: ChannelId;
|
|
11
|
+
tag: string;
|
|
12
|
+
tagKind: ConvTagKind;
|
|
13
|
+
status: ConversationStatus;
|
|
14
|
+
statusLabel: string;
|
|
15
|
+
last: string;
|
|
16
|
+
time: string;
|
|
17
|
+
unread: number;
|
|
18
|
+
};
|
|
19
|
+
export type ConversationHistoryItem = {
|
|
20
|
+
id: string;
|
|
21
|
+
subject: string;
|
|
22
|
+
date: string;
|
|
23
|
+
status: string;
|
|
24
|
+
};
|
|
25
|
+
export type ConversationDetail = {
|
|
26
|
+
phone: string;
|
|
27
|
+
email: string;
|
|
28
|
+
firstContact: string;
|
|
29
|
+
assignedTo: string;
|
|
30
|
+
createdAt: string;
|
|
31
|
+
extraTags: string[];
|
|
32
|
+
history: ConversationHistoryItem[];
|
|
33
|
+
};
|
|
34
|
+
export type FilterGroupKey = "status" | "channels" | "categories" | "innerStatus";
|
|
35
|
+
export type FilterItem = {
|
|
36
|
+
id: string;
|
|
37
|
+
name: string;
|
|
38
|
+
count: number;
|
|
39
|
+
hasUnread?: boolean;
|
|
40
|
+
/** Cor do dot/ícone leading — aceita CSS var ou hex. */
|
|
41
|
+
color?: string;
|
|
42
|
+
/** Componente lucide opcional pra leading. */
|
|
43
|
+
icon?: LucideIcon;
|
|
44
|
+
};
|
|
45
|
+
export type MessageStatus = "sent" | "read";
|
|
46
|
+
export type Message = {
|
|
47
|
+
id: number;
|
|
48
|
+
from: "me" | "them";
|
|
49
|
+
text: string;
|
|
50
|
+
time: string;
|
|
51
|
+
status?: MessageStatus;
|
|
52
|
+
};
|
|
53
|
+
export type QueueFilter = "all" | "unread" | "read";
|
|
54
|
+
//# sourceMappingURL=chat-v2.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chat-v2.types.d.ts","sourceRoot":"","sources":["../../../../../src/preview/pages/ChatV2/chat-v2.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAI/C,MAAM,MAAM,SAAS,GACjB,UAAU,GACV,UAAU,GACV,WAAW,GACX,SAAS,GACT,OAAO,CAAC;AAIZ,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAAC;AAEzD,MAAM,MAAM,kBAAkB,GAAG,WAAW,GAAG,SAAS,GAAG,IAAI,CAAC;AAEhE,MAAM,MAAM,YAAY,GAAG;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,SAAS,CAAC;IACnB,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,WAAW,CAAC;IACrB,MAAM,EAAE,kBAAkB,CAAC;IAC3B,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAIF,MAAM,MAAM,uBAAuB,GAAG;IACpC,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,OAAO,EAAE,uBAAuB,EAAE,CAAC;CACpC,CAAC;AAIF,MAAM,MAAM,cAAc,GAAG,QAAQ,GAAG,UAAU,GAAG,YAAY,GAAG,aAAa,CAAC;AAElF,MAAM,MAAM,UAAU,GAAG;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,wDAAwD;IACxD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,8CAA8C;IAC9C,IAAI,CAAC,EAAE,UAAU,CAAC;CACnB,CAAC;AAIF,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,MAAM,CAAC;AAE5C,MAAM,MAAM,OAAO,GAAG;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,IAAI,GAAG,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,aAAa,CAAC;CACxB,CAAC;AAIF,MAAM,MAAM,WAAW,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ChannelId } from '../../chat-v2.types';
|
|
2
|
+
export type ChannelDotProps = {
|
|
3
|
+
channel: ChannelId;
|
|
4
|
+
/** Quando true, mostra apenas o dot (sem label). Default: false. */
|
|
5
|
+
dotOnly?: boolean;
|
|
6
|
+
};
|
|
7
|
+
/**
|
|
8
|
+
* Dot 8px + label do canal. Cor vem de `CHANNEL_HEX`. Usado em
|
|
9
|
+
* `ConversationListItem`, header de `ConversationColumn` e tooltips.
|
|
10
|
+
*/
|
|
11
|
+
export declare function ChannelDot({ channel, dotOnly }: ChannelDotProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
//# sourceMappingURL=channel-dot.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"channel-dot.d.ts","sourceRoot":"","sources":["../../../../../../../src/preview/pages/ChatV2/components/ChannelDot/channel-dot.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAGrD,MAAM,MAAM,eAAe,GAAG;IAC5B,OAAO,EAAE,SAAS,CAAC;IACnB,oEAAoE;IACpE,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF;;;GAGG;AACH,wBAAgB,UAAU,CAAC,EAAE,OAAO,EAAE,OAAe,EAAE,EAAE,eAAe,2CAcvE"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export type ConversationActionsMenuProps = {
|
|
2
|
+
/** Quando true, adiciona "Resolver" no topo do dropdown (mobile compact). */
|
|
3
|
+
showResolveInMenu?: boolean;
|
|
4
|
+
onResolve?: () => void;
|
|
5
|
+
onCall?: () => void;
|
|
6
|
+
onVideo?: () => void;
|
|
7
|
+
onAddTag?: () => void;
|
|
8
|
+
onAssign?: () => void;
|
|
9
|
+
onArchive?: () => void;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* Dropdown "..." do header da conversa com 5–6 ações (Ligar, Vídeo, Tag,
|
|
13
|
+
* Atribuir, Arquivar; opcionalmente Resolver no topo pra mobile).
|
|
14
|
+
*/
|
|
15
|
+
export declare function ConversationActionsMenu({ showResolveInMenu, onResolve, onCall, onVideo, onAddTag, onAssign, onArchive, }: ConversationActionsMenuProps): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
//# sourceMappingURL=conversation-actions-menu.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"conversation-actions-menu.d.ts","sourceRoot":"","sources":["../../../../../../../src/preview/pages/ChatV2/components/ConversationActionsMenu/conversation-actions-menu.tsx"],"names":[],"mappings":"AAkBA,MAAM,MAAM,4BAA4B,GAAG;IACzC,6EAA6E;IAC7E,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB,CAAC;AAEF;;;GAGG;AACH,wBAAgB,uBAAuB,CAAC,EACtC,iBAAyB,EACzB,SAAS,EACT,MAAM,EACN,OAAO,EACP,QAAQ,EACR,QAAQ,EACR,SAAS,GACV,EAAE,4BAA4B,2CAyC9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/preview/pages/ChatV2/components/ConversationActionsMenu/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,uBAAuB,EACvB,KAAK,4BAA4B,GAClC,MAAM,6BAA6B,CAAC"}
|
package/dist-lib/src/preview/pages/ChatV2/components/ConversationColumn/conversation-column.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ConversationColumnProps } from './conversation-column.types';
|
|
2
|
+
/**
|
|
3
|
+
* Coluna central. Header com avatar + nome + meta (id/canal/status) + ações,
|
|
4
|
+
* thread scrollável com `DateSeparator` + `MessageBubble`, composer com Input
|
|
5
|
+
* + botões. Estado local: texto digitado + lista de mensagens.
|
|
6
|
+
*/
|
|
7
|
+
export declare function ConversationColumn({ conversation, detailsOpen, onToggleDetails, onBackToList, className, }: ConversationColumnProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
//# sourceMappingURL=conversation-column.d.ts.map
|
package/dist-lib/src/preview/pages/ChatV2/components/ConversationColumn/conversation-column.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"conversation-column.d.ts","sourceRoot":"","sources":["../../../../../../../src/preview/pages/ChatV2/components/ConversationColumn/conversation-column.tsx"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAE3E;;;;GAIG;AACH,wBAAgB,kBAAkB,CAAC,EACjC,YAAY,EACZ,WAAW,EACX,eAAe,EACf,YAAY,EACZ,SAAS,GACV,EAAE,uBAAuB,2CAsKzB"}
|