@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.
Files changed (577) hide show
  1. package/dist-lib/chunks/{panel-DZ7X1NZV.mjs → panel-CCYNbXJR.mjs} +231 -35
  2. package/dist-lib/chunks/panel-CCYNbXJR.mjs.map +1 -0
  3. package/dist-lib/chunks/{panel-CjfnpA-4.cjs → panel-CSuFQHMl.cjs} +231 -35
  4. package/dist-lib/chunks/panel-CSuFQHMl.cjs.map +1 -0
  5. package/dist-lib/index.cjs +1 -1
  6. package/dist-lib/index.mjs +1 -1
  7. package/dist-lib/preview/clientes.cjs +1 -1
  8. package/dist-lib/preview/clientes.mjs +1 -1
  9. package/dist-lib/src/components/index.d.ts +40 -0
  10. package/dist-lib/src/components/index.d.ts.map +1 -0
  11. package/dist-lib/src/components/shadcn/accordion.d.ts +8 -0
  12. package/dist-lib/src/components/shadcn/accordion.d.ts.map +1 -0
  13. package/dist-lib/src/components/shadcn/alert-dialog.d.ts +34 -0
  14. package/dist-lib/src/components/shadcn/alert-dialog.d.ts.map +1 -0
  15. package/dist-lib/src/components/shadcn/alert.d.ts +9 -0
  16. package/dist-lib/src/components/shadcn/alert.d.ts.map +1 -0
  17. package/dist-lib/src/components/shadcn/avatar.d.ts +15 -0
  18. package/dist-lib/src/components/shadcn/avatar.d.ts.map +1 -0
  19. package/dist-lib/src/components/shadcn/badge.d.ts +96 -0
  20. package/dist-lib/src/components/shadcn/badge.d.ts.map +1 -0
  21. package/dist-lib/src/components/shadcn/breadcrumb.d.ts +20 -0
  22. package/dist-lib/src/components/shadcn/breadcrumb.d.ts.map +1 -0
  23. package/dist-lib/src/components/shadcn/calendar.d.ts +6 -0
  24. package/dist-lib/src/components/shadcn/calendar.d.ts.map +1 -0
  25. package/dist-lib/src/components/shadcn/card.d.ts +9 -0
  26. package/dist-lib/src/components/shadcn/card.d.ts.map +1 -0
  27. package/dist-lib/src/components/shadcn/checkbox.d.ts +16 -0
  28. package/dist-lib/src/components/shadcn/checkbox.d.ts.map +1 -0
  29. package/dist-lib/src/components/shadcn/command.d.ts +93 -0
  30. package/dist-lib/src/components/shadcn/command.d.ts.map +1 -0
  31. package/dist-lib/src/components/shadcn/dialog.d.ts +23 -0
  32. package/dist-lib/src/components/shadcn/dialog.d.ts.map +1 -0
  33. package/dist-lib/src/components/shadcn/dropdown-menu.d.ts +55 -0
  34. package/dist-lib/src/components/shadcn/dropdown-menu.d.ts.map +1 -0
  35. package/dist-lib/src/components/shadcn/index.d.ts +7 -0
  36. package/dist-lib/src/components/shadcn/index.d.ts.map +1 -0
  37. package/dist-lib/src/components/shadcn/input-group.d.ts +54 -0
  38. package/dist-lib/src/components/shadcn/input-group.d.ts.map +1 -0
  39. package/dist-lib/src/components/shadcn/input.d.ts +26 -0
  40. package/dist-lib/src/components/shadcn/input.d.ts.map +1 -0
  41. package/dist-lib/src/components/shadcn/label.d.ts +6 -0
  42. package/dist-lib/src/components/shadcn/label.d.ts.map +1 -0
  43. package/dist-lib/src/components/shadcn/pagination.d.ts +53 -0
  44. package/dist-lib/src/components/shadcn/pagination.d.ts.map +1 -0
  45. package/dist-lib/src/components/shadcn/popover.d.ts +28 -0
  46. package/dist-lib/src/components/shadcn/popover.d.ts.map +1 -0
  47. package/dist-lib/src/components/shadcn/progress.d.ts +12 -0
  48. package/dist-lib/src/components/shadcn/progress.d.ts.map +1 -0
  49. package/dist-lib/src/components/shadcn/radio-group.d.ts +16 -0
  50. package/dist-lib/src/components/shadcn/radio-group.d.ts.map +1 -0
  51. package/dist-lib/src/components/shadcn/select.d.ts +17 -0
  52. package/dist-lib/src/components/shadcn/select.d.ts.map +1 -0
  53. package/dist-lib/src/components/shadcn/separator.d.ts +5 -0
  54. package/dist-lib/src/components/shadcn/separator.d.ts.map +1 -0
  55. package/dist-lib/src/components/shadcn/sheet.d.ts +28 -0
  56. package/dist-lib/src/components/shadcn/sheet.d.ts.map +1 -0
  57. package/dist-lib/src/components/shadcn/slider.d.ts +5 -0
  58. package/dist-lib/src/components/shadcn/slider.d.ts.map +1 -0
  59. package/dist-lib/src/components/shadcn/switch.d.ts +16 -0
  60. package/dist-lib/src/components/shadcn/switch.d.ts.map +1 -0
  61. package/dist-lib/src/components/shadcn/tabs.d.ts +16 -0
  62. package/dist-lib/src/components/shadcn/tabs.d.ts.map +1 -0
  63. package/dist-lib/src/components/shadcn/textarea.d.ts +22 -0
  64. package/dist-lib/src/components/shadcn/textarea.d.ts.map +1 -0
  65. package/dist-lib/src/components/ui/AlertModal/alert-modal.d.ts +3 -0
  66. package/dist-lib/src/components/ui/AlertModal/alert-modal.d.ts.map +1 -0
  67. package/dist-lib/src/components/ui/AlertModal/alert-modal.styles.d.ts +30 -0
  68. package/dist-lib/src/components/ui/AlertModal/alert-modal.styles.d.ts.map +1 -0
  69. package/dist-lib/src/components/ui/AlertModal/alert-modal.types.d.ts +29 -0
  70. package/dist-lib/src/components/ui/AlertModal/alert-modal.types.d.ts.map +1 -0
  71. package/dist-lib/src/components/ui/AlertModal/index.d.ts +3 -0
  72. package/dist-lib/src/components/ui/AlertModal/index.d.ts.map +1 -0
  73. package/dist-lib/src/components/ui/AppShell/app-shell.d.ts +26 -0
  74. package/dist-lib/src/components/ui/AppShell/app-shell.d.ts.map +1 -0
  75. package/dist-lib/src/components/ui/AppShell/app-shell.styles.d.ts +84 -0
  76. package/dist-lib/src/components/ui/AppShell/app-shell.styles.d.ts.map +1 -0
  77. package/dist-lib/src/components/ui/AppShell/app-shell.types.d.ts +111 -0
  78. package/dist-lib/src/components/ui/AppShell/app-shell.types.d.ts.map +1 -0
  79. package/dist-lib/src/components/ui/AppShell/index.d.ts +5 -0
  80. package/dist-lib/src/components/ui/AppShell/index.d.ts.map +1 -0
  81. package/dist-lib/src/components/ui/AppShell/user-menu.d.ts +30 -0
  82. package/dist-lib/src/components/ui/AppShell/user-menu.d.ts.map +1 -0
  83. package/dist-lib/src/components/ui/Avatar/avatar.d.ts +16 -0
  84. package/dist-lib/src/components/ui/Avatar/avatar.d.ts.map +1 -0
  85. package/dist-lib/src/components/ui/Avatar/avatar.styles.d.ts +74 -0
  86. package/dist-lib/src/components/ui/Avatar/avatar.styles.d.ts.map +1 -0
  87. package/dist-lib/src/components/ui/Avatar/avatar.types.d.ts +16 -0
  88. package/dist-lib/src/components/ui/Avatar/avatar.types.d.ts.map +1 -0
  89. package/dist-lib/src/components/ui/Avatar/index.d.ts +4 -0
  90. package/dist-lib/src/components/ui/Avatar/index.d.ts.map +1 -0
  91. package/dist-lib/src/components/ui/Button/button.d.ts +3 -0
  92. package/dist-lib/src/components/ui/Button/button.d.ts.map +1 -0
  93. package/dist-lib/src/components/ui/Button/button.styles.d.ts +147 -0
  94. package/dist-lib/src/components/ui/Button/button.styles.d.ts.map +1 -0
  95. package/dist-lib/src/components/ui/Button/button.types.d.ts +7 -0
  96. package/dist-lib/src/components/ui/Button/button.types.d.ts.map +1 -0
  97. package/dist-lib/src/components/ui/Button/index.d.ts +4 -0
  98. package/dist-lib/src/components/ui/Button/index.d.ts.map +1 -0
  99. package/dist-lib/src/components/ui/Chip/chip-group.d.ts +68 -0
  100. package/dist-lib/src/components/ui/Chip/chip-group.d.ts.map +1 -0
  101. package/dist-lib/src/components/ui/Chip/chip.d.ts +39 -0
  102. package/dist-lib/src/components/ui/Chip/chip.d.ts.map +1 -0
  103. package/dist-lib/src/components/ui/Chip/chip.styles.d.ts +130 -0
  104. package/dist-lib/src/components/ui/Chip/chip.styles.d.ts.map +1 -0
  105. package/dist-lib/src/components/ui/Chip/index.d.ts +7 -0
  106. package/dist-lib/src/components/ui/Chip/index.d.ts.map +1 -0
  107. package/dist-lib/src/components/ui/DataTable/builders/column-builders.d.ts +52 -0
  108. package/dist-lib/src/components/ui/DataTable/builders/column-builders.d.ts.map +1 -0
  109. package/dist-lib/src/components/ui/DataTable/builders/preset-view.d.ts +81 -0
  110. package/dist-lib/src/components/ui/DataTable/builders/preset-view.d.ts.map +1 -0
  111. package/dist-lib/src/components/ui/DataTable/column-types/_filter-field.d.ts +21 -0
  112. package/dist-lib/src/components/ui/DataTable/column-types/_filter-field.d.ts.map +1 -0
  113. package/dist-lib/src/components/ui/DataTable/column-types/column-type-registry.d.ts +22 -0
  114. package/dist-lib/src/components/ui/DataTable/column-types/column-type-registry.d.ts.map +1 -0
  115. package/dist-lib/src/components/ui/DataTable/column-types/column-types.types.d.ts +117 -0
  116. package/dist-lib/src/components/ui/DataTable/column-types/column-types.types.d.ts.map +1 -0
  117. package/dist-lib/src/components/ui/DataTable/column-types/definitions/badge-column-type.d.ts +6 -0
  118. package/dist-lib/src/components/ui/DataTable/column-types/definitions/badge-column-type.d.ts.map +1 -0
  119. package/dist-lib/src/components/ui/DataTable/column-types/definitions/boolean-column-type.d.ts +3 -0
  120. package/dist-lib/src/components/ui/DataTable/column-types/definitions/boolean-column-type.d.ts.map +1 -0
  121. package/dist-lib/src/components/ui/DataTable/column-types/definitions/currency-column-type.d.ts +3 -0
  122. package/dist-lib/src/components/ui/DataTable/column-types/definitions/currency-column-type.d.ts.map +1 -0
  123. package/dist-lib/src/components/ui/DataTable/column-types/definitions/date-column-type.d.ts +3 -0
  124. package/dist-lib/src/components/ui/DataTable/column-types/definitions/date-column-type.d.ts.map +1 -0
  125. package/dist-lib/src/components/ui/DataTable/column-types/definitions/datetime-column-type.d.ts +3 -0
  126. package/dist-lib/src/components/ui/DataTable/column-types/definitions/datetime-column-type.d.ts.map +1 -0
  127. package/dist-lib/src/components/ui/DataTable/column-types/definitions/email-column-type.d.ts +3 -0
  128. package/dist-lib/src/components/ui/DataTable/column-types/definitions/email-column-type.d.ts.map +1 -0
  129. package/dist-lib/src/components/ui/DataTable/column-types/definitions/multi-select-column-type.d.ts +3 -0
  130. package/dist-lib/src/components/ui/DataTable/column-types/definitions/multi-select-column-type.d.ts.map +1 -0
  131. package/dist-lib/src/components/ui/DataTable/column-types/definitions/number-column-type.d.ts +3 -0
  132. package/dist-lib/src/components/ui/DataTable/column-types/definitions/number-column-type.d.ts.map +1 -0
  133. package/dist-lib/src/components/ui/DataTable/column-types/definitions/percentage-column-type.d.ts +3 -0
  134. package/dist-lib/src/components/ui/DataTable/column-types/definitions/percentage-column-type.d.ts.map +1 -0
  135. package/dist-lib/src/components/ui/DataTable/column-types/definitions/phone-column-type.d.ts +3 -0
  136. package/dist-lib/src/components/ui/DataTable/column-types/definitions/phone-column-type.d.ts.map +1 -0
  137. package/dist-lib/src/components/ui/DataTable/column-types/definitions/select-column-type.d.ts +3 -0
  138. package/dist-lib/src/components/ui/DataTable/column-types/definitions/select-column-type.d.ts.map +1 -0
  139. package/dist-lib/src/components/ui/DataTable/column-types/definitions/tags-column-type.d.ts +3 -0
  140. package/dist-lib/src/components/ui/DataTable/column-types/definitions/tags-column-type.d.ts.map +1 -0
  141. package/dist-lib/src/components/ui/DataTable/column-types/definitions/text-column-type.d.ts +3 -0
  142. package/dist-lib/src/components/ui/DataTable/column-types/definitions/text-column-type.d.ts.map +1 -0
  143. package/dist-lib/src/components/ui/DataTable/column-types/definitions/url-column-type.d.ts +3 -0
  144. package/dist-lib/src/components/ui/DataTable/column-types/definitions/url-column-type.d.ts.map +1 -0
  145. package/dist-lib/src/components/ui/DataTable/column-types/definitions/user-column-type.d.ts +3 -0
  146. package/dist-lib/src/components/ui/DataTable/column-types/definitions/user-column-type.d.ts.map +1 -0
  147. package/dist-lib/src/components/ui/DataTable/column-types/index.d.ts +33 -0
  148. package/dist-lib/src/components/ui/DataTable/column-types/index.d.ts.map +1 -0
  149. package/dist-lib/src/components/ui/DataTable/context/data-table-context.d.ts +43 -0
  150. package/dist-lib/src/components/ui/DataTable/context/data-table-context.d.ts.map +1 -0
  151. package/dist-lib/src/components/ui/DataTable/data-table.d.ts +8 -0
  152. package/dist-lib/src/components/ui/DataTable/data-table.d.ts.map +1 -0
  153. package/dist-lib/src/components/ui/DataTable/data-table.styles.d.ts +73 -0
  154. package/dist-lib/src/components/ui/DataTable/data-table.styles.d.ts.map +1 -0
  155. package/dist-lib/src/components/ui/DataTable/data-table.types.d.ts +576 -0
  156. package/dist-lib/src/components/ui/DataTable/data-table.types.d.ts.map +1 -0
  157. package/dist-lib/src/components/ui/DataTable/hooks/state-persistence-utils.d.ts +42 -0
  158. package/dist-lib/src/components/ui/DataTable/hooks/state-persistence-utils.d.ts.map +1 -0
  159. package/dist-lib/src/components/ui/DataTable/hooks/use-cols-popover-adapter.d.ts +35 -0
  160. package/dist-lib/src/components/ui/DataTable/hooks/use-cols-popover-adapter.d.ts.map +1 -0
  161. package/dist-lib/src/components/ui/DataTable/hooks/use-column-auto-width.d.ts +29 -0
  162. package/dist-lib/src/components/ui/DataTable/hooks/use-column-auto-width.d.ts.map +1 -0
  163. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-columns.d.ts +49 -0
  164. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-columns.d.ts.map +1 -0
  165. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-controller.d.ts +42 -0
  166. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-controller.d.ts.map +1 -0
  167. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-density.d.ts +14 -0
  168. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-density.d.ts.map +1 -0
  169. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-export.d.ts +27 -0
  170. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-export.d.ts.map +1 -0
  171. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-filters.d.ts +13 -0
  172. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-filters.d.ts.map +1 -0
  173. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-pagination.d.ts +21 -0
  174. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-pagination.d.ts.map +1 -0
  175. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-processor.d.ts +25 -0
  176. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-processor.d.ts.map +1 -0
  177. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-query.d.ts +32 -0
  178. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-query.d.ts.map +1 -0
  179. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-saved-views.d.ts +27 -0
  180. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-saved-views.d.ts.map +1 -0
  181. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-search.d.ts +26 -0
  182. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-search.d.ts.map +1 -0
  183. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-selection.d.ts +35 -0
  184. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-selection.d.ts.map +1 -0
  185. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-sort.d.ts +37 -0
  186. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-sort.d.ts.map +1 -0
  187. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-state-persistence.d.ts +15 -0
  188. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-state-persistence.d.ts.map +1 -0
  189. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-view-mode.d.ts +42 -0
  190. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-view-mode.d.ts.map +1 -0
  191. package/dist-lib/src/components/ui/DataTable/hooks/use-filter-popover-adapter.d.ts +51 -0
  192. package/dist-lib/src/components/ui/DataTable/hooks/use-filter-popover-adapter.d.ts.map +1 -0
  193. package/dist-lib/src/components/ui/DataTable/hooks/use-sort-popover-adapter.d.ts +24 -0
  194. package/dist-lib/src/components/ui/DataTable/hooks/use-sort-popover-adapter.d.ts.map +1 -0
  195. package/dist-lib/src/components/ui/DataTable/index.d.ts +23 -0
  196. package/dist-lib/src/components/ui/DataTable/index.d.ts.map +1 -0
  197. package/dist-lib/src/components/ui/DataTable/parts/data-table-actions-cell.d.ts +20 -0
  198. package/dist-lib/src/components/ui/DataTable/parts/data-table-actions-cell.d.ts.map +1 -0
  199. package/dist-lib/src/components/ui/DataTable/parts/data-table-column-menu.d.ts +35 -0
  200. package/dist-lib/src/components/ui/DataTable/parts/data-table-column-menu.d.ts.map +1 -0
  201. package/dist-lib/src/components/ui/DataTable/parts/data-table-edit-cell.d.ts +29 -0
  202. package/dist-lib/src/components/ui/DataTable/parts/data-table-edit-cell.d.ts.map +1 -0
  203. package/dist-lib/src/components/ui/DataTable/parts/data-table-empty.d.ts +20 -0
  204. package/dist-lib/src/components/ui/DataTable/parts/data-table-empty.d.ts.map +1 -0
  205. package/dist-lib/src/components/ui/DataTable/parts/data-table-floating-bulk-bar.d.ts +14 -0
  206. package/dist-lib/src/components/ui/DataTable/parts/data-table-floating-bulk-bar.d.ts.map +1 -0
  207. package/dist-lib/src/components/ui/DataTable/parts/data-table-group-content-row.d.ts +33 -0
  208. package/dist-lib/src/components/ui/DataTable/parts/data-table-group-content-row.d.ts.map +1 -0
  209. package/dist-lib/src/components/ui/DataTable/parts/data-table-group-header-row.d.ts +40 -0
  210. package/dist-lib/src/components/ui/DataTable/parts/data-table-group-header-row.d.ts.map +1 -0
  211. package/dist-lib/src/components/ui/DataTable/parts/data-table-loading.d.ts +16 -0
  212. package/dist-lib/src/components/ui/DataTable/parts/data-table-loading.d.ts.map +1 -0
  213. package/dist-lib/src/components/ui/DataTable/parts/data-table-no-results.d.ts +24 -0
  214. package/dist-lib/src/components/ui/DataTable/parts/data-table-no-results.d.ts.map +1 -0
  215. package/dist-lib/src/components/ui/DataTable/parts/data-table-row-expansion.d.ts +28 -0
  216. package/dist-lib/src/components/ui/DataTable/parts/data-table-row-expansion.d.ts.map +1 -0
  217. package/dist-lib/src/components/ui/DataTable/parts/data-table-totalizer-row.d.ts +34 -0
  218. package/dist-lib/src/components/ui/DataTable/parts/data-table-totalizer-row.d.ts.map +1 -0
  219. package/dist-lib/src/components/ui/DataTable/parts/sortable-head-cell.d.ts +24 -0
  220. package/dist-lib/src/components/ui/DataTable/parts/sortable-head-cell.d.ts.map +1 -0
  221. package/dist-lib/src/components/ui/DataTable/services/saved-views-mock-service.d.ts +7 -0
  222. package/dist-lib/src/components/ui/DataTable/services/saved-views-mock-service.d.ts.map +1 -0
  223. package/dist-lib/src/components/ui/DataTable/services/saved-views.types.d.ts +69 -0
  224. package/dist-lib/src/components/ui/DataTable/services/saved-views.types.d.ts.map +1 -0
  225. package/dist-lib/src/components/ui/DataTable/utils/calculate-column-widths.d.ts +28 -0
  226. package/dist-lib/src/components/ui/DataTable/utils/calculate-column-widths.d.ts.map +1 -0
  227. package/dist-lib/src/components/ui/DataTable/utils/expand-rows.d.ts +27 -0
  228. package/dist-lib/src/components/ui/DataTable/utils/expand-rows.d.ts.map +1 -0
  229. package/dist-lib/src/components/ui/DataTable/utils/group-rows.d.ts +59 -0
  230. package/dist-lib/src/components/ui/DataTable/utils/group-rows.d.ts.map +1 -0
  231. package/dist-lib/src/components/ui/DataTable/utils/measure-text.d.ts +19 -0
  232. package/dist-lib/src/components/ui/DataTable/utils/measure-text.d.ts.map +1 -0
  233. package/dist-lib/src/components/ui/DataTable/utils/operator-mapping.d.ts +6 -0
  234. package/dist-lib/src/components/ui/DataTable/utils/operator-mapping.d.ts.map +1 -0
  235. package/dist-lib/src/components/ui/DataTable/utils/resolve-value.d.ts +19 -0
  236. package/dist-lib/src/components/ui/DataTable/utils/resolve-value.d.ts.map +1 -0
  237. package/dist-lib/src/components/ui/FloatingPanel/floating-panel.d.ts +43 -0
  238. package/dist-lib/src/components/ui/FloatingPanel/floating-panel.d.ts.map +1 -0
  239. package/dist-lib/src/components/ui/FloatingPanel/floating-panel.styles.d.ts +98 -0
  240. package/dist-lib/src/components/ui/FloatingPanel/floating-panel.styles.d.ts.map +1 -0
  241. package/dist-lib/src/components/ui/FloatingPanel/floating-panel.types.d.ts +56 -0
  242. package/dist-lib/src/components/ui/FloatingPanel/floating-panel.types.d.ts.map +1 -0
  243. package/dist-lib/src/components/ui/FloatingPanel/index.d.ts +6 -0
  244. package/dist-lib/src/components/ui/FloatingPanel/index.d.ts.map +1 -0
  245. package/dist-lib/src/components/ui/FloatingPanel/use-floating-panel-resize.d.ts +31 -0
  246. package/dist-lib/src/components/ui/FloatingPanel/use-floating-panel-resize.d.ts.map +1 -0
  247. package/dist-lib/src/components/ui/FooterTable/footer-table.d.ts +29 -0
  248. package/dist-lib/src/components/ui/FooterTable/footer-table.d.ts.map +1 -0
  249. package/dist-lib/src/components/ui/FooterTable/footer-table.types.d.ts +29 -0
  250. package/dist-lib/src/components/ui/FooterTable/footer-table.types.d.ts.map +1 -0
  251. package/dist-lib/src/components/ui/FooterTable/index.d.ts +4 -0
  252. package/dist-lib/src/components/ui/FooterTable/index.d.ts.map +1 -0
  253. package/dist-lib/src/components/ui/FormField/form-field-checkbox.d.ts +23 -0
  254. package/dist-lib/src/components/ui/FormField/form-field-checkbox.d.ts.map +1 -0
  255. package/dist-lib/src/components/ui/FormField/form-field-input.d.ts +27 -0
  256. package/dist-lib/src/components/ui/FormField/form-field-input.d.ts.map +1 -0
  257. package/dist-lib/src/components/ui/FormField/form-field-select.d.ts +34 -0
  258. package/dist-lib/src/components/ui/FormField/form-field-select.d.ts.map +1 -0
  259. package/dist-lib/src/components/ui/FormField/form-field-switch.d.ts +25 -0
  260. package/dist-lib/src/components/ui/FormField/form-field-switch.d.ts.map +1 -0
  261. package/dist-lib/src/components/ui/FormField/form-field-textarea.d.ts +9 -0
  262. package/dist-lib/src/components/ui/FormField/form-field-textarea.d.ts.map +1 -0
  263. package/dist-lib/src/components/ui/FormField/form-field.d.ts +26 -0
  264. package/dist-lib/src/components/ui/FormField/form-field.d.ts.map +1 -0
  265. package/dist-lib/src/components/ui/FormField/form-field.styles.d.ts +43 -0
  266. package/dist-lib/src/components/ui/FormField/form-field.styles.d.ts.map +1 -0
  267. package/dist-lib/src/components/ui/FormField/form-field.types.d.ts +27 -0
  268. package/dist-lib/src/components/ui/FormField/form-field.types.d.ts.map +1 -0
  269. package/dist-lib/src/components/ui/FormField/index.d.ts +14 -0
  270. package/dist-lib/src/components/ui/FormField/index.d.ts.map +1 -0
  271. package/dist-lib/src/components/ui/Header/header-breadcrumb.d.ts +17 -0
  272. package/dist-lib/src/components/ui/Header/header-breadcrumb.d.ts.map +1 -0
  273. package/dist-lib/src/components/ui/Header/header-messages.d.ts +7 -0
  274. package/dist-lib/src/components/ui/Header/header-messages.d.ts.map +1 -0
  275. package/dist-lib/src/components/ui/Header/header-notifications.d.ts +7 -0
  276. package/dist-lib/src/components/ui/Header/header-notifications.d.ts.map +1 -0
  277. package/dist-lib/src/components/ui/Header/header-search.d.ts +21 -0
  278. package/dist-lib/src/components/ui/Header/header-search.d.ts.map +1 -0
  279. package/dist-lib/src/components/ui/Header/header-theme-switcher.d.ts +9 -0
  280. package/dist-lib/src/components/ui/Header/header-theme-switcher.d.ts.map +1 -0
  281. package/dist-lib/src/components/ui/Header/header.d.ts +18 -0
  282. package/dist-lib/src/components/ui/Header/header.d.ts.map +1 -0
  283. package/dist-lib/src/components/ui/Header/header.styles.d.ts +141 -0
  284. package/dist-lib/src/components/ui/Header/header.styles.d.ts.map +1 -0
  285. package/dist-lib/src/components/ui/Header/header.types.d.ts +128 -0
  286. package/dist-lib/src/components/ui/Header/header.types.d.ts.map +1 -0
  287. package/dist-lib/src/components/ui/Header/index.d.ts +13 -0
  288. package/dist-lib/src/components/ui/Header/index.d.ts.map +1 -0
  289. package/dist-lib/src/components/ui/Kanban/hooks/use-kanban-dnd.d.ts +39 -0
  290. package/dist-lib/src/components/ui/Kanban/hooks/use-kanban-dnd.d.ts.map +1 -0
  291. package/dist-lib/src/components/ui/Kanban/index.d.ts +3 -0
  292. package/dist-lib/src/components/ui/Kanban/index.d.ts.map +1 -0
  293. package/dist-lib/src/components/ui/Kanban/kanban.d.ts +22 -0
  294. package/dist-lib/src/components/ui/Kanban/kanban.d.ts.map +1 -0
  295. package/dist-lib/src/components/ui/Kanban/kanban.styles.d.ts +150 -0
  296. package/dist-lib/src/components/ui/Kanban/kanban.styles.d.ts.map +1 -0
  297. package/dist-lib/src/components/ui/Kanban/kanban.types.d.ts +168 -0
  298. package/dist-lib/src/components/ui/Kanban/kanban.types.d.ts.map +1 -0
  299. package/dist-lib/src/components/ui/MenuSidebar/index.d.ts +16 -0
  300. package/dist-lib/src/components/ui/MenuSidebar/index.d.ts.map +1 -0
  301. package/dist-lib/src/components/ui/MenuSidebar/menu-sidebar.d.ts +25 -0
  302. package/dist-lib/src/components/ui/MenuSidebar/menu-sidebar.d.ts.map +1 -0
  303. package/dist-lib/src/components/ui/MenuSidebar/sidebar-brand.d.ts +8 -0
  304. package/dist-lib/src/components/ui/MenuSidebar/sidebar-brand.d.ts.map +1 -0
  305. package/dist-lib/src/components/ui/MenuSidebar/sidebar-item.d.ts +19 -0
  306. package/dist-lib/src/components/ui/MenuSidebar/sidebar-item.d.ts.map +1 -0
  307. package/dist-lib/src/components/ui/MenuSidebar/sidebar-panel.d.ts +20 -0
  308. package/dist-lib/src/components/ui/MenuSidebar/sidebar-panel.d.ts.map +1 -0
  309. package/dist-lib/src/components/ui/MenuSidebar/sidebar-rail.d.ts +14 -0
  310. package/dist-lib/src/components/ui/MenuSidebar/sidebar-rail.d.ts.map +1 -0
  311. package/dist-lib/src/components/ui/MenuSidebar/sidebar-section.d.ts +10 -0
  312. package/dist-lib/src/components/ui/MenuSidebar/sidebar-section.d.ts.map +1 -0
  313. package/dist-lib/src/components/ui/MenuSidebar/sidebar-subgroup.d.ts +13 -0
  314. package/dist-lib/src/components/ui/MenuSidebar/sidebar-subgroup.d.ts.map +1 -0
  315. package/dist-lib/src/components/ui/MenuSidebar/sidebar.styles.d.ts +287 -0
  316. package/dist-lib/src/components/ui/MenuSidebar/sidebar.styles.d.ts.map +1 -0
  317. package/dist-lib/src/components/ui/MenuSidebar/sidebar.types.d.ts +104 -0
  318. package/dist-lib/src/components/ui/MenuSidebar/sidebar.types.d.ts.map +1 -0
  319. package/dist-lib/src/components/ui/MenuSidebar/use-media-query.d.ts +11 -0
  320. package/dist-lib/src/components/ui/MenuSidebar/use-media-query.d.ts.map +1 -0
  321. package/dist-lib/src/components/ui/MenuSidebar/use-sidebar-state.d.ts +7 -0
  322. package/dist-lib/src/components/ui/MenuSidebar/use-sidebar-state.d.ts.map +1 -0
  323. package/dist-lib/src/components/ui/Modal/index.d.ts +3 -0
  324. package/dist-lib/src/components/ui/Modal/index.d.ts.map +1 -0
  325. package/dist-lib/src/components/ui/Modal/modal.d.ts +78 -0
  326. package/dist-lib/src/components/ui/Modal/modal.d.ts.map +1 -0
  327. package/dist-lib/src/components/ui/Modal/modal.styles.d.ts +74 -0
  328. package/dist-lib/src/components/ui/Modal/modal.styles.d.ts.map +1 -0
  329. package/dist-lib/src/components/ui/PageHeader/index.d.ts +4 -0
  330. package/dist-lib/src/components/ui/PageHeader/index.d.ts.map +1 -0
  331. package/dist-lib/src/components/ui/PageHeader/page-header.d.ts +41 -0
  332. package/dist-lib/src/components/ui/PageHeader/page-header.d.ts.map +1 -0
  333. package/dist-lib/src/components/ui/PageHeader/page-header.styles.d.ts +96 -0
  334. package/dist-lib/src/components/ui/PageHeader/page-header.styles.d.ts.map +1 -0
  335. package/dist-lib/src/components/ui/PageHeader/page-header.types.d.ts +38 -0
  336. package/dist-lib/src/components/ui/PageHeader/page-header.types.d.ts.map +1 -0
  337. package/dist-lib/src/components/ui/Panel/index.d.ts +11 -0
  338. package/dist-lib/src/components/ui/Panel/index.d.ts.map +1 -0
  339. package/dist-lib/src/components/ui/Panel/panel-body.d.ts +10 -0
  340. package/dist-lib/src/components/ui/Panel/panel-body.d.ts.map +1 -0
  341. package/dist-lib/src/components/ui/Panel/panel-footer.d.ts +11 -0
  342. package/dist-lib/src/components/ui/Panel/panel-footer.d.ts.map +1 -0
  343. package/dist-lib/src/components/ui/Panel/panel-header.d.ts +12 -0
  344. package/dist-lib/src/components/ui/Panel/panel-header.d.ts.map +1 -0
  345. package/dist-lib/src/components/ui/Panel/panel.d.ts +15 -0
  346. package/dist-lib/src/components/ui/Panel/panel.d.ts.map +1 -0
  347. package/dist-lib/src/components/ui/Panel/panel.styles.d.ts +47 -0
  348. package/dist-lib/src/components/ui/Panel/panel.styles.d.ts.map +1 -0
  349. package/dist-lib/src/components/ui/Panel/panel.types.d.ts +33 -0
  350. package/dist-lib/src/components/ui/Panel/panel.types.d.ts.map +1 -0
  351. package/dist-lib/src/components/ui/TabelaTeste/index.d.ts +2 -0
  352. package/dist-lib/src/components/ui/TabelaTeste/index.d.ts.map +1 -0
  353. package/dist-lib/src/components/ui/TabelaTeste/mock-data.d.ts +90 -0
  354. package/dist-lib/src/components/ui/TabelaTeste/mock-data.d.ts.map +1 -0
  355. package/dist-lib/src/components/ui/TabelaTeste/tabela-teste.d.ts +12 -0
  356. package/dist-lib/src/components/ui/TabelaTeste/tabela-teste.d.ts.map +1 -0
  357. package/dist-lib/src/components/ui/TabelaTeste/tabela-teste.styles.d.ts +184 -0
  358. package/dist-lib/src/components/ui/TabelaTeste/tabela-teste.styles.d.ts.map +1 -0
  359. package/dist-lib/src/components/ui/Table/index.d.ts +10 -0
  360. package/dist-lib/src/components/ui/Table/index.d.ts.map +1 -0
  361. package/dist-lib/src/components/ui/Table/table-card-row.d.ts +39 -0
  362. package/dist-lib/src/components/ui/Table/table-card-row.d.ts.map +1 -0
  363. package/dist-lib/src/components/ui/Table/table.constants.d.ts +14 -0
  364. package/dist-lib/src/components/ui/Table/table.constants.d.ts.map +1 -0
  365. package/dist-lib/src/components/ui/Table/table.d.ts +9 -0
  366. package/dist-lib/src/components/ui/Table/table.d.ts.map +1 -0
  367. package/dist-lib/src/components/ui/Table/table.styles.d.ts +374 -0
  368. package/dist-lib/src/components/ui/Table/table.styles.d.ts.map +1 -0
  369. package/dist-lib/src/components/ui/Table/table.types.d.ts +138 -0
  370. package/dist-lib/src/components/ui/Table/table.types.d.ts.map +1 -0
  371. package/dist-lib/src/components/ui/Table/use-column-resize.d.ts +24 -0
  372. package/dist-lib/src/components/ui/Table/use-column-resize.d.ts.map +1 -0
  373. package/dist-lib/src/components/ui/Table/use-column-widths.d.ts +36 -0
  374. package/dist-lib/src/components/ui/Table/use-column-widths.d.ts.map +1 -0
  375. package/dist-lib/src/components/ui/TableToolbar/hooks/use-toolbar-filters.d.ts +46 -0
  376. package/dist-lib/src/components/ui/TableToolbar/hooks/use-toolbar-filters.d.ts.map +1 -0
  377. package/dist-lib/src/components/ui/TableToolbar/hooks/use-toolbar-sort.d.ts +35 -0
  378. package/dist-lib/src/components/ui/TableToolbar/hooks/use-toolbar-sort.d.ts.map +1 -0
  379. package/dist-lib/src/components/ui/TableToolbar/index.d.ts +46 -0
  380. package/dist-lib/src/components/ui/TableToolbar/index.d.ts.map +1 -0
  381. package/dist-lib/src/components/ui/TableToolbar/parts/bulk-actions-bar.d.ts +56 -0
  382. package/dist-lib/src/components/ui/TableToolbar/parts/bulk-actions-bar.d.ts.map +1 -0
  383. package/dist-lib/src/components/ui/TableToolbar/parts/table-toolbar-views.d.ts +74 -0
  384. package/dist-lib/src/components/ui/TableToolbar/parts/table-toolbar-views.d.ts.map +1 -0
  385. package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-applied.d.ts +51 -0
  386. package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-applied.d.ts.map +1 -0
  387. package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-divider.d.ts +6 -0
  388. package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-divider.d.ts.map +1 -0
  389. package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-mobile-sheet.d.ts +82 -0
  390. package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-mobile-sheet.d.ts.map +1 -0
  391. package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-search.d.ts +21 -0
  392. package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-search.d.ts.map +1 -0
  393. package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-segmented.d.ts +21 -0
  394. package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-segmented.d.ts.map +1 -0
  395. package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-tabs.d.ts +20 -0
  396. package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-tabs.d.ts.map +1 -0
  397. package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-tool-button.d.ts +47 -0
  398. package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-tool-button.d.ts.map +1 -0
  399. package/dist-lib/src/components/ui/TableToolbar/popovers/add-view-modal.d.ts +23 -0
  400. package/dist-lib/src/components/ui/TableToolbar/popovers/add-view-modal.d.ts.map +1 -0
  401. package/dist-lib/src/components/ui/TableToolbar/popovers/add-view-modal.styles.d.ts +53 -0
  402. package/dist-lib/src/components/ui/TableToolbar/popovers/add-view-modal.styles.d.ts.map +1 -0
  403. package/dist-lib/src/components/ui/TableToolbar/popovers/cols-popover.d.ts +48 -0
  404. package/dist-lib/src/components/ui/TableToolbar/popovers/cols-popover.d.ts.map +1 -0
  405. package/dist-lib/src/components/ui/TableToolbar/popovers/filter-popover.d.ts +83 -0
  406. package/dist-lib/src/components/ui/TableToolbar/popovers/filter-popover.d.ts.map +1 -0
  407. package/dist-lib/src/components/ui/TableToolbar/popovers/filter-sql-parser.d.ts +41 -0
  408. package/dist-lib/src/components/ui/TableToolbar/popovers/filter-sql-parser.d.ts.map +1 -0
  409. package/dist-lib/src/components/ui/TableToolbar/popovers/more-menu.d.ts +49 -0
  410. package/dist-lib/src/components/ui/TableToolbar/popovers/more-menu.d.ts.map +1 -0
  411. package/dist-lib/src/components/ui/TableToolbar/popovers/sort-popover.d.ts +54 -0
  412. package/dist-lib/src/components/ui/TableToolbar/popovers/sort-popover.d.ts.map +1 -0
  413. package/dist-lib/src/components/ui/TableToolbar/popovers/views-popover.d.ts +65 -0
  414. package/dist-lib/src/components/ui/TableToolbar/popovers/views-popover.d.ts.map +1 -0
  415. package/dist-lib/src/components/ui/TableToolbar/table-toolbar.d.ts +36 -0
  416. package/dist-lib/src/components/ui/TableToolbar/table-toolbar.d.ts.map +1 -0
  417. package/dist-lib/src/components/ui/TableToolbar/table-toolbar.styles.d.ts +232 -0
  418. package/dist-lib/src/components/ui/TableToolbar/table-toolbar.styles.d.ts.map +1 -0
  419. package/dist-lib/src/components/ui/TableToolbar/table-toolbar.types.d.ts +35 -0
  420. package/dist-lib/src/components/ui/TableToolbar/table-toolbar.types.d.ts.map +1 -0
  421. package/dist-lib/src/hooks/useTheme.d.ts +19 -0
  422. package/dist-lib/src/hooks/useTheme.d.ts.map +1 -0
  423. package/dist-lib/src/lib/utils.d.ts +3 -0
  424. package/dist-lib/src/lib/utils.d.ts.map +1 -0
  425. package/dist-lib/src/preview/mocks/app-shell-mocks.d.ts +16 -0
  426. package/dist-lib/src/preview/mocks/app-shell-mocks.d.ts.map +1 -0
  427. package/dist-lib/src/preview/mocks/index.d.ts +13 -0
  428. package/dist-lib/src/preview/mocks/index.d.ts.map +1 -0
  429. package/dist-lib/src/preview/pages/ChatV2/ChatV2.d.ts +2 -0
  430. package/dist-lib/src/preview/pages/ChatV2/ChatV2.d.ts.map +1 -0
  431. package/dist-lib/src/preview/pages/ChatV2/chat-v2-mocks.d.ts +22 -0
  432. package/dist-lib/src/preview/pages/ChatV2/chat-v2-mocks.d.ts.map +1 -0
  433. package/dist-lib/src/preview/pages/ChatV2/chat-v2.styles.d.ts +50 -0
  434. package/dist-lib/src/preview/pages/ChatV2/chat-v2.styles.d.ts.map +1 -0
  435. package/dist-lib/src/preview/pages/ChatV2/chat-v2.types.d.ts +54 -0
  436. package/dist-lib/src/preview/pages/ChatV2/chat-v2.types.d.ts.map +1 -0
  437. package/dist-lib/src/preview/pages/ChatV2/components/ChannelDot/channel-dot.d.ts +12 -0
  438. package/dist-lib/src/preview/pages/ChatV2/components/ChannelDot/channel-dot.d.ts.map +1 -0
  439. package/dist-lib/src/preview/pages/ChatV2/components/ConversationActionsMenu/conversation-actions-menu.d.ts +16 -0
  440. package/dist-lib/src/preview/pages/ChatV2/components/ConversationActionsMenu/conversation-actions-menu.d.ts.map +1 -0
  441. package/dist-lib/src/preview/pages/ChatV2/components/ConversationActionsMenu/index.d.ts +2 -0
  442. package/dist-lib/src/preview/pages/ChatV2/components/ConversationActionsMenu/index.d.ts.map +1 -0
  443. package/dist-lib/src/preview/pages/ChatV2/components/ConversationColumn/conversation-column.d.ts +8 -0
  444. package/dist-lib/src/preview/pages/ChatV2/components/ConversationColumn/conversation-column.d.ts.map +1 -0
  445. package/dist-lib/src/preview/pages/ChatV2/components/ConversationColumn/conversation-column.styles.d.ts +86 -0
  446. package/dist-lib/src/preview/pages/ChatV2/components/ConversationColumn/conversation-column.styles.d.ts.map +1 -0
  447. package/dist-lib/src/preview/pages/ChatV2/components/ConversationColumn/conversation-column.types.d.ts +10 -0
  448. package/dist-lib/src/preview/pages/ChatV2/components/ConversationColumn/conversation-column.types.d.ts.map +1 -0
  449. package/dist-lib/src/preview/pages/ChatV2/components/ConversationColumn/index.d.ts +3 -0
  450. package/dist-lib/src/preview/pages/ChatV2/components/ConversationColumn/index.d.ts.map +1 -0
  451. package/dist-lib/src/preview/pages/ChatV2/components/ConversationListItem/conversation-list-item.d.ts +7 -0
  452. package/dist-lib/src/preview/pages/ChatV2/components/ConversationListItem/conversation-list-item.d.ts.map +1 -0
  453. package/dist-lib/src/preview/pages/ChatV2/components/ConversationListItem/conversation-list-item.styles.d.ts +100 -0
  454. package/dist-lib/src/preview/pages/ChatV2/components/ConversationListItem/conversation-list-item.styles.d.ts.map +1 -0
  455. package/dist-lib/src/preview/pages/ChatV2/components/ConversationListItem/conversation-list-item.types.d.ts +7 -0
  456. package/dist-lib/src/preview/pages/ChatV2/components/ConversationListItem/conversation-list-item.types.d.ts.map +1 -0
  457. package/dist-lib/src/preview/pages/ChatV2/components/ConversationListItem/index.d.ts +3 -0
  458. package/dist-lib/src/preview/pages/ChatV2/components/ConversationListItem/index.d.ts.map +1 -0
  459. package/dist-lib/src/preview/pages/ChatV2/components/DateSeparator/date-separator.d.ts +10 -0
  460. package/dist-lib/src/preview/pages/ChatV2/components/DateSeparator/date-separator.d.ts.map +1 -0
  461. package/dist-lib/src/preview/pages/ChatV2/components/DetailField/detail-field.d.ts +13 -0
  462. package/dist-lib/src/preview/pages/ChatV2/components/DetailField/detail-field.d.ts.map +1 -0
  463. package/dist-lib/src/preview/pages/ChatV2/components/DetailSection/detail-section.d.ts +13 -0
  464. package/dist-lib/src/preview/pages/ChatV2/components/DetailSection/detail-section.d.ts.map +1 -0
  465. package/dist-lib/src/preview/pages/ChatV2/components/DetailSection/index.d.ts +2 -0
  466. package/dist-lib/src/preview/pages/ChatV2/components/DetailSection/index.d.ts.map +1 -0
  467. package/dist-lib/src/preview/pages/ChatV2/components/DetailsColumn/details-column.d.ts +8 -0
  468. package/dist-lib/src/preview/pages/ChatV2/components/DetailsColumn/details-column.d.ts.map +1 -0
  469. package/dist-lib/src/preview/pages/ChatV2/components/DetailsColumn/details-column.styles.d.ts +131 -0
  470. package/dist-lib/src/preview/pages/ChatV2/components/DetailsColumn/details-column.styles.d.ts.map +1 -0
  471. package/dist-lib/src/preview/pages/ChatV2/components/DetailsColumn/details-column.types.d.ts +15 -0
  472. package/dist-lib/src/preview/pages/ChatV2/components/DetailsColumn/details-column.types.d.ts.map +1 -0
  473. package/dist-lib/src/preview/pages/ChatV2/components/DetailsColumn/index.d.ts +3 -0
  474. package/dist-lib/src/preview/pages/ChatV2/components/DetailsColumn/index.d.ts.map +1 -0
  475. package/dist-lib/src/preview/pages/ChatV2/components/FilterRow/filter-row.d.ts +12 -0
  476. package/dist-lib/src/preview/pages/ChatV2/components/FilterRow/filter-row.d.ts.map +1 -0
  477. package/dist-lib/src/preview/pages/ChatV2/components/FilterRow/filter-row.styles.d.ts +67 -0
  478. package/dist-lib/src/preview/pages/ChatV2/components/FilterRow/filter-row.styles.d.ts.map +1 -0
  479. package/dist-lib/src/preview/pages/ChatV2/components/FilterRow/index.d.ts +2 -0
  480. package/dist-lib/src/preview/pages/ChatV2/components/FilterRow/index.d.ts.map +1 -0
  481. package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/filters-column.d.ts +7 -0
  482. package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/filters-column.d.ts.map +1 -0
  483. package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/filters-column.styles.d.ts +104 -0
  484. package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/filters-column.styles.d.ts.map +1 -0
  485. package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/filters-column.types.d.ts +12 -0
  486. package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/filters-column.types.d.ts.map +1 -0
  487. package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/filters-rail.d.ts +7 -0
  488. package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/filters-rail.d.ts.map +1 -0
  489. package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/index.d.ts +4 -0
  490. package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/index.d.ts.map +1 -0
  491. package/dist-lib/src/preview/pages/ChatV2/components/MessageBubble/index.d.ts +3 -0
  492. package/dist-lib/src/preview/pages/ChatV2/components/MessageBubble/index.d.ts.map +1 -0
  493. package/dist-lib/src/preview/pages/ChatV2/components/MessageBubble/message-bubble.d.ts +7 -0
  494. package/dist-lib/src/preview/pages/ChatV2/components/MessageBubble/message-bubble.d.ts.map +1 -0
  495. package/dist-lib/src/preview/pages/ChatV2/components/MessageBubble/message-bubble.styles.d.ts +76 -0
  496. package/dist-lib/src/preview/pages/ChatV2/components/MessageBubble/message-bubble.styles.d.ts.map +1 -0
  497. package/dist-lib/src/preview/pages/ChatV2/components/MessageBubble/message-bubble.types.d.ts +5 -0
  498. package/dist-lib/src/preview/pages/ChatV2/components/MessageBubble/message-bubble.types.d.ts.map +1 -0
  499. package/dist-lib/src/preview/pages/ChatV2/components/PersonAvatar/index.d.ts +2 -0
  500. package/dist-lib/src/preview/pages/ChatV2/components/PersonAvatar/index.d.ts.map +1 -0
  501. package/dist-lib/src/preview/pages/ChatV2/components/PersonAvatar/person-avatar.d.ts +14 -0
  502. package/dist-lib/src/preview/pages/ChatV2/components/PersonAvatar/person-avatar.d.ts.map +1 -0
  503. package/dist-lib/src/preview/pages/ChatV2/components/QueueColumn/index.d.ts +3 -0
  504. package/dist-lib/src/preview/pages/ChatV2/components/QueueColumn/index.d.ts.map +1 -0
  505. package/dist-lib/src/preview/pages/ChatV2/components/QueueColumn/queue-column.d.ts +7 -0
  506. package/dist-lib/src/preview/pages/ChatV2/components/QueueColumn/queue-column.d.ts.map +1 -0
  507. package/dist-lib/src/preview/pages/ChatV2/components/QueueColumn/queue-column.styles.d.ts +86 -0
  508. package/dist-lib/src/preview/pages/ChatV2/components/QueueColumn/queue-column.styles.d.ts.map +1 -0
  509. package/dist-lib/src/preview/pages/ChatV2/components/QueueColumn/queue-column.types.d.ts +13 -0
  510. package/dist-lib/src/preview/pages/ChatV2/components/QueueColumn/queue-column.types.d.ts.map +1 -0
  511. package/dist-lib/src/preview/pages/ChatV2/components/RailItem/index.d.ts +2 -0
  512. package/dist-lib/src/preview/pages/ChatV2/components/RailItem/index.d.ts.map +1 -0
  513. package/dist-lib/src/preview/pages/ChatV2/components/RailItem/rail-item.d.ts +12 -0
  514. package/dist-lib/src/preview/pages/ChatV2/components/RailItem/rail-item.d.ts.map +1 -0
  515. package/dist-lib/src/preview/pages/ChatV2/components/RailItem/rail-item.styles.d.ts +49 -0
  516. package/dist-lib/src/preview/pages/ChatV2/components/RailItem/rail-item.styles.d.ts.map +1 -0
  517. package/dist-lib/src/preview/pages/ChatV2/hooks/use-resizable.d.ts +36 -0
  518. package/dist-lib/src/preview/pages/ChatV2/hooks/use-resizable.d.ts.map +1 -0
  519. package/dist-lib/src/preview/pages/ChatV2/index.d.ts +11 -0
  520. package/dist-lib/src/preview/pages/ChatV2/index.d.ts.map +1 -0
  521. package/dist-lib/src/preview/pages/ClientesShowcase/ClientesShowcase.d.ts +2 -0
  522. package/dist-lib/src/preview/pages/ClientesShowcase/ClientesShowcase.d.ts.map +1 -0
  523. package/dist-lib/src/preview/pages/ClientesShowcase/clientes-showcase-mocks.d.ts +35 -0
  524. package/dist-lib/src/preview/pages/ClientesShowcase/clientes-showcase-mocks.d.ts.map +1 -0
  525. package/dist-lib/src/preview/pages/ClientesShowcase/clientes-showcase.styles.d.ts +42 -0
  526. package/dist-lib/src/preview/pages/ClientesShowcase/clientes-showcase.styles.d.ts.map +1 -0
  527. package/dist-lib/src/preview/pages/ClientesShowcase/clientes-showcase.types.d.ts +16 -0
  528. package/dist-lib/src/preview/pages/ClientesShowcase/clientes-showcase.types.d.ts.map +1 -0
  529. package/dist-lib/src/preview/pages/ClientesShowcase/components/DetailDrawer/detail-drawer.d.ts +8 -0
  530. package/dist-lib/src/preview/pages/ClientesShowcase/components/DetailDrawer/detail-drawer.d.ts.map +1 -0
  531. package/dist-lib/src/preview/pages/ClientesShowcase/components/DetailDrawer/detail-drawer.styles.d.ts +73 -0
  532. package/dist-lib/src/preview/pages/ClientesShowcase/components/DetailDrawer/detail-drawer.styles.d.ts.map +1 -0
  533. package/dist-lib/src/preview/pages/ClientesShowcase/components/DetailDrawer/detail-drawer.types.d.ts +14 -0
  534. package/dist-lib/src/preview/pages/ClientesShowcase/components/DetailDrawer/detail-drawer.types.d.ts.map +1 -0
  535. package/dist-lib/src/preview/pages/ClientesShowcase/components/DetailDrawer/index.d.ts +3 -0
  536. package/dist-lib/src/preview/pages/ClientesShowcase/components/DetailDrawer/index.d.ts.map +1 -0
  537. package/dist-lib/src/preview/pages/ClientesShowcase/components/NovoClienteDrawer/index.d.ts +3 -0
  538. package/dist-lib/src/preview/pages/ClientesShowcase/components/NovoClienteDrawer/index.d.ts.map +1 -0
  539. package/dist-lib/src/preview/pages/ClientesShowcase/components/NovoClienteDrawer/novo-cliente-drawer.d.ts +22 -0
  540. package/dist-lib/src/preview/pages/ClientesShowcase/components/NovoClienteDrawer/novo-cliente-drawer.d.ts.map +1 -0
  541. package/dist-lib/src/preview/pages/ClientesShowcase/index.d.ts +11 -0
  542. package/dist-lib/src/preview/pages/ClientesShowcase/index.d.ts.map +1 -0
  543. package/dist-lib/src/preview/pages/DashboardShowcase.d.ts +2 -0
  544. package/dist-lib/src/preview/pages/DashboardShowcase.d.ts.map +1 -0
  545. package/dist-lib/src/utils/tv.d.ts +4 -0
  546. package/dist-lib/src/utils/tv.d.ts.map +1 -0
  547. package/dist-lib/tokens/brands/default/components/sizing.d.ts +137 -0
  548. package/dist-lib/tokens/brands/default/components/sizing.d.ts.map +1 -0
  549. package/dist-lib/tokens/brands/default/components/spacing.d.ts +28 -0
  550. package/dist-lib/tokens/brands/default/components/spacing.d.ts.map +1 -0
  551. package/dist-lib/tokens/brands/default/primitives/color-palette.d.ts +276 -0
  552. package/dist-lib/tokens/brands/default/primitives/color-palette.d.ts.map +1 -0
  553. package/dist-lib/tokens/brands/default/primitives/fonts.d.ts +63 -0
  554. package/dist-lib/tokens/brands/default/primitives/fonts.d.ts.map +1 -0
  555. package/dist-lib/tokens/brands/default/primitives/motion.d.ts +47 -0
  556. package/dist-lib/tokens/brands/default/primitives/motion.d.ts.map +1 -0
  557. package/dist-lib/tokens/brands/default/primitives/scales.d.ts +50 -0
  558. package/dist-lib/tokens/brands/default/primitives/scales.d.ts.map +1 -0
  559. package/dist-lib/tokens/brands/default/semantic/color-dark.d.ts +187 -0
  560. package/dist-lib/tokens/brands/default/semantic/color-dark.d.ts.map +1 -0
  561. package/dist-lib/tokens/brands/default/semantic/color-light.d.ts +192 -0
  562. package/dist-lib/tokens/brands/default/semantic/color-light.d.ts.map +1 -0
  563. package/dist-lib/tokens/brands/default/semantic/elevation.d.ts +147 -0
  564. package/dist-lib/tokens/brands/default/semantic/elevation.d.ts.map +1 -0
  565. package/dist-lib/tokens/brands/default/semantic/shape.d.ts +90 -0
  566. package/dist-lib/tokens/brands/default/semantic/shape.d.ts.map +1 -0
  567. package/dist-lib/tokens/brands/default/semantic/sizing.d.ts +42 -0
  568. package/dist-lib/tokens/brands/default/semantic/sizing.d.ts.map +1 -0
  569. package/dist-lib/tokens/brands/default/semantic/spacing.d.ts +121 -0
  570. package/dist-lib/tokens/brands/default/semantic/spacing.d.ts.map +1 -0
  571. package/dist-lib/tokens/brands/default/semantic/typography.d.ts +59 -0
  572. package/dist-lib/tokens/brands/default/semantic/typography.d.ts.map +1 -0
  573. package/dist-lib/tokens/index.d.ts +22 -0
  574. package/dist-lib/tokens/index.d.ts.map +1 -0
  575. package/package.json +10 -4
  576. package/dist-lib/chunks/panel-CjfnpA-4.cjs.map +0 -1
  577. package/dist-lib/chunks/panel-DZ7X1NZV.mjs.map +0 -1
@@ -0,0 +1,86 @@
1
+ export declare const conversationColumnStyles: import('tailwind-variants').TVReturnType<{
2
+ [key: string]: {
3
+ [key: string]: import('tailwind-merge').ClassNameValue | {
4
+ header?: import('tailwind-merge').ClassNameValue;
5
+ root?: import('tailwind-merge').ClassNameValue;
6
+ headerActions?: import('tailwind-merge').ClassNameValue;
7
+ headerName?: import('tailwind-merge').ClassNameValue;
8
+ headerInfo?: import('tailwind-merge').ClassNameValue;
9
+ headerTitleRow?: import('tailwind-merge').ClassNameValue;
10
+ headerMetaRow?: import('tailwind-merge').ClassNameValue;
11
+ statusInner?: import('tailwind-merge').ClassNameValue;
12
+ statusDot?: import('tailwind-merge').ClassNameValue;
13
+ thread?: import('tailwind-merge').ClassNameValue;
14
+ composer?: import('tailwind-merge').ClassNameValue;
15
+ };
16
+ };
17
+ } | {
18
+ [x: string]: {
19
+ [x: string]: import('tailwind-merge').ClassNameValue | {
20
+ header?: import('tailwind-merge').ClassNameValue;
21
+ root?: import('tailwind-merge').ClassNameValue;
22
+ headerActions?: import('tailwind-merge').ClassNameValue;
23
+ headerName?: import('tailwind-merge').ClassNameValue;
24
+ headerInfo?: import('tailwind-merge').ClassNameValue;
25
+ headerTitleRow?: import('tailwind-merge').ClassNameValue;
26
+ headerMetaRow?: import('tailwind-merge').ClassNameValue;
27
+ statusInner?: import('tailwind-merge').ClassNameValue;
28
+ statusDot?: import('tailwind-merge').ClassNameValue;
29
+ thread?: import('tailwind-merge').ClassNameValue;
30
+ composer?: import('tailwind-merge').ClassNameValue;
31
+ };
32
+ };
33
+ } | {}, {
34
+ root: string;
35
+ header: string;
36
+ headerInfo: string;
37
+ headerTitleRow: string;
38
+ headerName: string;
39
+ headerMetaRow: string;
40
+ headerActions: string;
41
+ statusInner: string;
42
+ statusDot: string;
43
+ thread: string;
44
+ composer: string;
45
+ }, undefined, {
46
+ [key: string]: {
47
+ [key: string]: import('tailwind-merge').ClassNameValue | {
48
+ header?: import('tailwind-merge').ClassNameValue;
49
+ root?: import('tailwind-merge').ClassNameValue;
50
+ headerActions?: import('tailwind-merge').ClassNameValue;
51
+ headerName?: import('tailwind-merge').ClassNameValue;
52
+ headerInfo?: import('tailwind-merge').ClassNameValue;
53
+ headerTitleRow?: import('tailwind-merge').ClassNameValue;
54
+ headerMetaRow?: import('tailwind-merge').ClassNameValue;
55
+ statusInner?: import('tailwind-merge').ClassNameValue;
56
+ statusDot?: import('tailwind-merge').ClassNameValue;
57
+ thread?: import('tailwind-merge').ClassNameValue;
58
+ composer?: import('tailwind-merge').ClassNameValue;
59
+ };
60
+ };
61
+ } | {}, {
62
+ root: string;
63
+ header: string;
64
+ headerInfo: string;
65
+ headerTitleRow: string;
66
+ headerName: string;
67
+ headerMetaRow: string;
68
+ headerActions: string;
69
+ statusInner: string;
70
+ statusDot: string;
71
+ thread: string;
72
+ composer: string;
73
+ }, import('tailwind-variants').TVReturnType<unknown, {
74
+ root: string;
75
+ header: string;
76
+ headerInfo: string;
77
+ headerTitleRow: string;
78
+ headerName: string;
79
+ headerMetaRow: string;
80
+ headerActions: string;
81
+ statusInner: string;
82
+ statusDot: string;
83
+ thread: string;
84
+ composer: string;
85
+ }, undefined, unknown, unknown, undefined>>;
86
+ //# sourceMappingURL=conversation-column.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conversation-column.styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/preview/pages/ChatV2/components/ConversationColumn/conversation-column.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAmBnC,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { Conversation } from '../../chat-v2.types';
2
+ export type ConversationColumnProps = {
3
+ conversation: Conversation;
4
+ detailsOpen: boolean;
5
+ onToggleDetails: () => void;
6
+ /** Visível só em mobile (max-md:flex). Desktop esconde. */
7
+ onBackToList?: () => void;
8
+ className?: string;
9
+ };
10
+ //# sourceMappingURL=conversation-column.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conversation-column.types.d.ts","sourceRoot":"","sources":["../../../../../../../src/preview/pages/ChatV2/components/ConversationColumn/conversation-column.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAExD,MAAM,MAAM,uBAAuB,GAAG;IACpC,YAAY,EAAE,YAAY,CAAC;IAC3B,WAAW,EAAE,OAAO,CAAC;IACrB,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,2DAA2D;IAC3D,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { ConversationColumn } from './conversation-column';
2
+ export type { ConversationColumnProps } from './conversation-column.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/preview/pages/ChatV2/components/ConversationColumn/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAC3D,YAAY,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { ConversationListItemProps } from './conversation-list-item.types';
2
+ /**
3
+ * Item da fila de conversas. Avatar (36px) à esquerda + 3 rows de info à direita.
4
+ * Variant `isActive` adiciona strip lateral brand de 3px + bg muted.
5
+ */
6
+ export declare function ConversationListItem({ conv, isActive, onSelect, }: ConversationListItemProps): import("react/jsx-runtime").JSX.Element;
7
+ //# sourceMappingURL=conversation-list-item.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conversation-list-item.d.ts","sourceRoot":"","sources":["../../../../../../../src/preview/pages/ChatV2/components/ConversationListItem/conversation-list-item.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAEhF;;;GAGG;AACH,wBAAgB,oBAAoB,CAAC,EACnC,IAAI,EACJ,QAAQ,EACR,QAAQ,GACT,EAAE,yBAAyB,2CAqC3B"}
@@ -0,0 +1,100 @@
1
+ import { VariantProps } from '../../../../../utils/tv';
2
+ export declare const conversationListItemStyles: import('tailwind-variants').TVReturnType<{
3
+ isActive: {
4
+ true: {
5
+ root: string;
6
+ };
7
+ false: {
8
+ root: string;
9
+ };
10
+ };
11
+ }, {
12
+ /** Card raiz (button) — flex horizontal com avatar + conteúdo. */
13
+ root: string;
14
+ /** Coluna direita (3 rows). */
15
+ content: string;
16
+ /** Row 1 — nome + horário. */
17
+ rowTop: string;
18
+ /** Nome (ellipsis). */
19
+ name: string;
20
+ /** Horário. */
21
+ time: string;
22
+ /** Row 2 — preview + badge unread. */
23
+ rowMid: string;
24
+ /** Preview da última mensagem (ellipsis). */
25
+ preview: string;
26
+ /** Badge contador de não lidas — `caption-xs` (10/400) + override
27
+ `font-bold leading-none` pra centralizar o número dentro do círculo.
28
+ Tabular-nums alinha dígitos verticalmente em badges com counters dinâmicos. */
29
+ unread: string;
30
+ /** Row 3 — canal + tag + ID. */
31
+ rowBot: string;
32
+ /** ID da conversa (canto inferior direito). */
33
+ id: string;
34
+ }, undefined, {
35
+ isActive: {
36
+ true: {
37
+ root: string;
38
+ };
39
+ false: {
40
+ root: string;
41
+ };
42
+ };
43
+ }, {
44
+ /** Card raiz (button) — flex horizontal com avatar + conteúdo. */
45
+ root: string;
46
+ /** Coluna direita (3 rows). */
47
+ content: string;
48
+ /** Row 1 — nome + horário. */
49
+ rowTop: string;
50
+ /** Nome (ellipsis). */
51
+ name: string;
52
+ /** Horário. */
53
+ time: string;
54
+ /** Row 2 — preview + badge unread. */
55
+ rowMid: string;
56
+ /** Preview da última mensagem (ellipsis). */
57
+ preview: string;
58
+ /** Badge contador de não lidas — `caption-xs` (10/400) + override
59
+ `font-bold leading-none` pra centralizar o número dentro do círculo.
60
+ Tabular-nums alinha dígitos verticalmente em badges com counters dinâmicos. */
61
+ unread: string;
62
+ /** Row 3 — canal + tag + ID. */
63
+ rowBot: string;
64
+ /** ID da conversa (canto inferior direito). */
65
+ id: string;
66
+ }, import('tailwind-variants').TVReturnType<{
67
+ isActive: {
68
+ true: {
69
+ root: string;
70
+ };
71
+ false: {
72
+ root: string;
73
+ };
74
+ };
75
+ }, {
76
+ /** Card raiz (button) — flex horizontal com avatar + conteúdo. */
77
+ root: string;
78
+ /** Coluna direita (3 rows). */
79
+ content: string;
80
+ /** Row 1 — nome + horário. */
81
+ rowTop: string;
82
+ /** Nome (ellipsis). */
83
+ name: string;
84
+ /** Horário. */
85
+ time: string;
86
+ /** Row 2 — preview + badge unread. */
87
+ rowMid: string;
88
+ /** Preview da última mensagem (ellipsis). */
89
+ preview: string;
90
+ /** Badge contador de não lidas — `caption-xs` (10/400) + override
91
+ `font-bold leading-none` pra centralizar o número dentro do círculo.
92
+ Tabular-nums alinha dígitos verticalmente em badges com counters dinâmicos. */
93
+ unread: string;
94
+ /** Row 3 — canal + tag + ID. */
95
+ rowBot: string;
96
+ /** ID da conversa (canto inferior direito). */
97
+ id: string;
98
+ }, undefined, unknown, unknown, undefined>>;
99
+ export type ConversationListItemVariants = VariantProps<typeof conversationListItemStyles>;
100
+ //# sourceMappingURL=conversation-list-item.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conversation-list-item.styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/preview/pages/ChatV2/components/ConversationListItem/conversation-list-item.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,YAAY,CAAC;AAEnD,eAAO,MAAM,0BAA0B;;;;;;;;;;IAEnC,kEAAkE;;IAMlE,+BAA+B;;IAE/B,8BAA8B;;IAE9B,uBAAuB;;IAEvB,eAAe;;IAEf,sCAAsC;;IAEtC,6CAA6C;;IAG7C;;sFAEkF;;IAGlF,gCAAgC;;IAEhC,+CAA+C;;;;;;;;;;;;IA1B/C,kEAAkE;;IAMlE,+BAA+B;;IAE/B,8BAA8B;;IAE9B,uBAAuB;;IAEvB,eAAe;;IAEf,sCAAsC;;IAEtC,6CAA6C;;IAG7C;;sFAEkF;;IAGlF,gCAAgC;;IAEhC,+CAA+C;;;;;;;;;;;;IA1B/C,kEAAkE;;IAMlE,+BAA+B;;IAE/B,8BAA8B;;IAE9B,uBAAuB;;IAEvB,eAAe;;IAEf,sCAAsC;;IAEtC,6CAA6C;;IAG7C;;sFAEkF;;IAGlF,gCAAgC;;IAEhC,+CAA+C;;2CAoBjD,CAAC;AAEH,MAAM,MAAM,4BAA4B,GAAG,YAAY,CACrD,OAAO,0BAA0B,CAClC,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { Conversation } from '../../chat-v2.types';
2
+ export type ConversationListItemProps = {
3
+ conv: Conversation;
4
+ isActive: boolean;
5
+ onSelect: (id: string) => void;
6
+ };
7
+ //# sourceMappingURL=conversation-list-item.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conversation-list-item.types.d.ts","sourceRoot":"","sources":["../../../../../../../src/preview/pages/ChatV2/components/ConversationListItem/conversation-list-item.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAExD,MAAM,MAAM,yBAAyB,GAAG;IACtC,IAAI,EAAE,YAAY,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CAChC,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { ConversationListItem } from './conversation-list-item';
2
+ export type { ConversationListItemProps } from './conversation-list-item.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/preview/pages/ChatV2/components/ConversationListItem/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAChE,YAAY,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC"}
@@ -0,0 +1,10 @@
1
+ export type DateSeparatorProps = {
2
+ /** Texto exibido — ex: "Hoje", "Ontem", "12 mar 2024". */
3
+ label: string;
4
+ };
5
+ /**
6
+ * Pílula centralizada com label de data entre grupos de mensagens.
7
+ * Visual: chip arredondado com `bg-bg-muted`, tipografia tabular.
8
+ */
9
+ export declare function DateSeparator({ label }: DateSeparatorProps): import("react/jsx-runtime").JSX.Element;
10
+ //# sourceMappingURL=date-separator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"date-separator.d.ts","sourceRoot":"","sources":["../../../../../../../src/preview/pages/ChatV2/components/DateSeparator/date-separator.tsx"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG;IAC/B,0DAA0D;IAC1D,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF;;;GAGG;AACH,wBAAgB,aAAa,CAAC,EAAE,KAAK,EAAE,EAAE,kBAAkB,2CAQ1D"}
@@ -0,0 +1,13 @@
1
+ import { ReactNode } from 'react';
2
+ export type DetailFieldProps = {
3
+ /** Label à esquerda (text-fg-muted). */
4
+ label: string;
5
+ /** Valor à direita — string, número ou ReactNode (Chip, link, etc). */
6
+ value: ReactNode;
7
+ };
8
+ /**
9
+ * Row label : value usada nas seções de detalhes (Contato, Atendimento).
10
+ * Layout flex baseline justify-between, quebra de palavra no valor.
11
+ */
12
+ export declare function DetailField({ label, value }: DetailFieldProps): import("react/jsx-runtime").JSX.Element;
13
+ //# sourceMappingURL=detail-field.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"detail-field.d.ts","sourceRoot":"","sources":["../../../../../../../src/preview/pages/ChatV2/components/DetailField/detail-field.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,gBAAgB,GAAG;IAC7B,wCAAwC;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,uEAAuE;IACvE,KAAK,EAAE,SAAS,CAAC;CAClB,CAAC;AAEF;;;GAGG;AACH,wBAAgB,WAAW,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,gBAAgB,2CAS7D"}
@@ -0,0 +1,13 @@
1
+ import { ReactNode } from 'react';
2
+ export type DetailSectionProps = {
3
+ title: string;
4
+ open: boolean;
5
+ onToggle: () => void;
6
+ children: ReactNode;
7
+ };
8
+ /**
9
+ * Seção colapsável da `DetailsColumn` (Contato / Atendimento / Histórico).
10
+ * Header clicável com chevron rotativo + corpo só monta quando `open`.
11
+ */
12
+ export declare function DetailSection({ title, open, onToggle, children, }: DetailSectionProps): import("react/jsx-runtime").JSX.Element;
13
+ //# sourceMappingURL=detail-section.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"detail-section.d.ts","sourceRoot":"","sources":["../../../../../../../src/preview/pages/ChatV2/components/DetailSection/detail-section.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,MAAM,MAAM,kBAAkB,GAAG;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,OAAO,CAAC;IACd,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF;;;GAGG;AACH,wBAAgB,aAAa,CAAC,EAC5B,KAAK,EACL,IAAI,EACJ,QAAQ,EACR,QAAQ,GACT,EAAE,kBAAkB,2CAqBpB"}
@@ -0,0 +1,2 @@
1
+ export { DetailSection, type DetailSectionProps } from './detail-section';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/preview/pages/ChatV2/components/DetailSection/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { DetailsColumnProps } from './details-column.types';
2
+ /**
3
+ * Coluna direita: header com título + close, resize handle no left edge (4px),
4
+ * body scrollável com 3 accordions (Contato, Atendimento, Histórico).
5
+ * Width controlado pelo hook `useResizable` no parent.
6
+ */
7
+ export declare function DetailsColumn({ conversation, detail, openSections, onToggleSection, onClose, width, onResizeStart, onBackToChat, className, }: DetailsColumnProps): import("react/jsx-runtime").JSX.Element;
8
+ //# sourceMappingURL=details-column.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"details-column.d.ts","sourceRoot":"","sources":["../../../../../../../src/preview/pages/ChatV2/components/DetailsColumn/details-column.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAEjE;;;;GAIG;AACH,wBAAgB,aAAa,CAAC,EAC5B,YAAY,EACZ,MAAM,EACN,YAAY,EACZ,eAAe,EACf,OAAO,EACP,KAAK,EACL,aAAa,EACb,YAAY,EACZ,SAAS,GACV,EAAE,kBAAkB,2CAmHpB"}
@@ -0,0 +1,131 @@
1
+ export declare const detailsColumnStyles: import('tailwind-variants').TVReturnType<{
2
+ [key: string]: {
3
+ [key: string]: import('tailwind-merge').ClassNameValue | {
4
+ body?: import('tailwind-merge').ClassNameValue;
5
+ header?: import('tailwind-merge').ClassNameValue;
6
+ title?: import('tailwind-merge').ClassNameValue;
7
+ root?: import('tailwind-merge').ClassNameValue;
8
+ handle?: import('tailwind-merge').ClassNameValue;
9
+ contactHead?: import('tailwind-merge').ClassNameValue;
10
+ contactName?: import('tailwind-merge').ClassNameValue;
11
+ tagsRow?: import('tailwind-merge').ClassNameValue;
12
+ tagsLabel?: import('tailwind-merge').ClassNameValue;
13
+ tagsChips?: import('tailwind-merge').ClassNameValue;
14
+ tagAddBtn?: import('tailwind-merge').ClassNameValue;
15
+ historyEmpty?: import('tailwind-merge').ClassNameValue;
16
+ historyList?: import('tailwind-merge').ClassNameValue;
17
+ historyItem?: import('tailwind-merge').ClassNameValue;
18
+ historyId?: import('tailwind-merge').ClassNameValue;
19
+ historyBody?: import('tailwind-merge').ClassNameValue;
20
+ historySubject?: import('tailwind-merge').ClassNameValue;
21
+ historyMeta?: import('tailwind-merge').ClassNameValue;
22
+ };
23
+ };
24
+ } | {
25
+ [x: string]: {
26
+ [x: string]: import('tailwind-merge').ClassNameValue | {
27
+ body?: import('tailwind-merge').ClassNameValue;
28
+ header?: import('tailwind-merge').ClassNameValue;
29
+ title?: import('tailwind-merge').ClassNameValue;
30
+ root?: import('tailwind-merge').ClassNameValue;
31
+ handle?: import('tailwind-merge').ClassNameValue;
32
+ contactHead?: import('tailwind-merge').ClassNameValue;
33
+ contactName?: import('tailwind-merge').ClassNameValue;
34
+ tagsRow?: import('tailwind-merge').ClassNameValue;
35
+ tagsLabel?: import('tailwind-merge').ClassNameValue;
36
+ tagsChips?: import('tailwind-merge').ClassNameValue;
37
+ tagAddBtn?: import('tailwind-merge').ClassNameValue;
38
+ historyEmpty?: import('tailwind-merge').ClassNameValue;
39
+ historyList?: import('tailwind-merge').ClassNameValue;
40
+ historyItem?: import('tailwind-merge').ClassNameValue;
41
+ historyId?: import('tailwind-merge').ClassNameValue;
42
+ historyBody?: import('tailwind-merge').ClassNameValue;
43
+ historySubject?: import('tailwind-merge').ClassNameValue;
44
+ historyMeta?: import('tailwind-merge').ClassNameValue;
45
+ };
46
+ };
47
+ } | {}, {
48
+ root: string;
49
+ /** Resize handle no left edge — 4px. */
50
+ handle: string;
51
+ header: string;
52
+ title: string;
53
+ body: string;
54
+ contactHead: string;
55
+ contactName: string;
56
+ tagsRow: string;
57
+ tagsLabel: string;
58
+ tagsChips: string;
59
+ tagAddBtn: string;
60
+ historyEmpty: string;
61
+ historyList: string;
62
+ historyItem: string;
63
+ historyId: string;
64
+ historyBody: string;
65
+ historySubject: string;
66
+ historyMeta: string;
67
+ }, undefined, {
68
+ [key: string]: {
69
+ [key: string]: import('tailwind-merge').ClassNameValue | {
70
+ body?: import('tailwind-merge').ClassNameValue;
71
+ header?: import('tailwind-merge').ClassNameValue;
72
+ title?: import('tailwind-merge').ClassNameValue;
73
+ root?: import('tailwind-merge').ClassNameValue;
74
+ handle?: import('tailwind-merge').ClassNameValue;
75
+ contactHead?: import('tailwind-merge').ClassNameValue;
76
+ contactName?: import('tailwind-merge').ClassNameValue;
77
+ tagsRow?: import('tailwind-merge').ClassNameValue;
78
+ tagsLabel?: import('tailwind-merge').ClassNameValue;
79
+ tagsChips?: import('tailwind-merge').ClassNameValue;
80
+ tagAddBtn?: import('tailwind-merge').ClassNameValue;
81
+ historyEmpty?: import('tailwind-merge').ClassNameValue;
82
+ historyList?: import('tailwind-merge').ClassNameValue;
83
+ historyItem?: import('tailwind-merge').ClassNameValue;
84
+ historyId?: import('tailwind-merge').ClassNameValue;
85
+ historyBody?: import('tailwind-merge').ClassNameValue;
86
+ historySubject?: import('tailwind-merge').ClassNameValue;
87
+ historyMeta?: import('tailwind-merge').ClassNameValue;
88
+ };
89
+ };
90
+ } | {}, {
91
+ root: string;
92
+ /** Resize handle no left edge — 4px. */
93
+ handle: string;
94
+ header: string;
95
+ title: string;
96
+ body: string;
97
+ contactHead: string;
98
+ contactName: string;
99
+ tagsRow: string;
100
+ tagsLabel: string;
101
+ tagsChips: string;
102
+ tagAddBtn: string;
103
+ historyEmpty: string;
104
+ historyList: string;
105
+ historyItem: string;
106
+ historyId: string;
107
+ historyBody: string;
108
+ historySubject: string;
109
+ historyMeta: string;
110
+ }, import('tailwind-variants').TVReturnType<unknown, {
111
+ root: string;
112
+ /** Resize handle no left edge — 4px. */
113
+ handle: string;
114
+ header: string;
115
+ title: string;
116
+ body: string;
117
+ contactHead: string;
118
+ contactName: string;
119
+ tagsRow: string;
120
+ tagsLabel: string;
121
+ tagsChips: string;
122
+ tagAddBtn: string;
123
+ historyEmpty: string;
124
+ historyList: string;
125
+ historyItem: string;
126
+ historyId: string;
127
+ historyBody: string;
128
+ historySubject: string;
129
+ historyMeta: string;
130
+ }, undefined, unknown, unknown, undefined>>;
131
+ //# sourceMappingURL=details-column.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"details-column.styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/preview/pages/ChatV2/components/DetailsColumn/details-column.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAG5B,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAAxC,wCAAwC;;;;;;;;;;;;;;;;;;;;IAAxC,wCAAwC;;;;;;;;;;;;;;;;;;2CAwB1C,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { Conversation, ConversationDetail } from '../../chat-v2.types';
2
+ export type SectionsState = Record<"contact" | "ticket" | "history", boolean>;
3
+ export type DetailsColumnProps = {
4
+ conversation: Conversation;
5
+ detail: ConversationDetail;
6
+ openSections: SectionsState;
7
+ onToggleSection: (id: keyof SectionsState) => void;
8
+ onClose: () => void;
9
+ width: number;
10
+ onResizeStart: (e: React.MouseEvent) => void;
11
+ /** Em mobile: botão de voltar pro chat. Desktop esconde. */
12
+ onBackToChat?: () => void;
13
+ className?: string;
14
+ };
15
+ //# sourceMappingURL=details-column.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"details-column.types.d.ts","sourceRoot":"","sources":["../../../../../../../src/preview/pages/ChatV2/components/DetailsColumn/details-column.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAE5E,MAAM,MAAM,aAAa,GAAG,MAAM,CAAC,SAAS,GAAG,QAAQ,GAAG,SAAS,EAAE,OAAO,CAAC,CAAC;AAE9E,MAAM,MAAM,kBAAkB,GAAG;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,MAAM,EAAE,kBAAkB,CAAC;IAC3B,YAAY,EAAE,aAAa,CAAC;IAC5B,eAAe,EAAE,CAAC,EAAE,EAAE,MAAM,aAAa,KAAK,IAAI,CAAC;IACnD,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,KAAK,IAAI,CAAC;IAC7C,4DAA4D;IAC5D,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { DetailsColumn } from './details-column';
2
+ export type { DetailsColumnProps, SectionsState, } from './details-column.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/preview/pages/ChatV2/components/DetailsColumn/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,YAAY,EACV,kBAAkB,EAClB,aAAa,GACd,MAAM,wBAAwB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { FilterItem } from '../../chat-v2.types';
2
+ export type FilterRowProps = {
3
+ item: FilterItem;
4
+ isActive: boolean;
5
+ onClick: () => void;
6
+ };
7
+ /**
8
+ * Row clicável da `FiltersColumn` expandida. Layout: leading (icon ou dot) +
9
+ * label (ellipsis) + dot unread opcional + count tabular.
10
+ */
11
+ export declare function FilterRow({ item, isActive, onClick }: FilterRowProps): import("react/jsx-runtime").JSX.Element;
12
+ //# sourceMappingURL=filter-row.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filter-row.d.ts","sourceRoot":"","sources":["../../../../../../../src/preview/pages/ChatV2/components/FilterRow/filter-row.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAGtD,MAAM,MAAM,cAAc,GAAG;IAC3B,IAAI,EAAE,UAAU,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF;;;GAGG;AACH,wBAAgB,SAAS,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,cAAc,2CA+BpE"}
@@ -0,0 +1,67 @@
1
+ import { VariantProps } from '../../../../../utils/tv';
2
+ export declare const filterRowStyles: import('tailwind-variants').TVReturnType<{
3
+ isActive: {
4
+ true: {
5
+ button: string;
6
+ };
7
+ false: {
8
+ button: string;
9
+ };
10
+ };
11
+ }, {
12
+ button: string;
13
+ /** Leading slot (icon ou dot fallback). */
14
+ leading: string;
15
+ /** Label do filtro (ellipsis). */
16
+ label: string;
17
+ /** Dot brand 6px pra "tem novidades". */
18
+ unreadDot: string;
19
+ /** Contador à direita. */
20
+ count: string;
21
+ /** Dot fallback (quando item não tem icon). */
22
+ fallbackDot: string;
23
+ }, undefined, {
24
+ isActive: {
25
+ true: {
26
+ button: string;
27
+ };
28
+ false: {
29
+ button: string;
30
+ };
31
+ };
32
+ }, {
33
+ button: string;
34
+ /** Leading slot (icon ou dot fallback). */
35
+ leading: string;
36
+ /** Label do filtro (ellipsis). */
37
+ label: string;
38
+ /** Dot brand 6px pra "tem novidades". */
39
+ unreadDot: string;
40
+ /** Contador à direita. */
41
+ count: string;
42
+ /** Dot fallback (quando item não tem icon). */
43
+ fallbackDot: string;
44
+ }, import('tailwind-variants').TVReturnType<{
45
+ isActive: {
46
+ true: {
47
+ button: string;
48
+ };
49
+ false: {
50
+ button: string;
51
+ };
52
+ };
53
+ }, {
54
+ button: string;
55
+ /** Leading slot (icon ou dot fallback). */
56
+ leading: string;
57
+ /** Label do filtro (ellipsis). */
58
+ label: string;
59
+ /** Dot brand 6px pra "tem novidades". */
60
+ unreadDot: string;
61
+ /** Contador à direita. */
62
+ count: string;
63
+ /** Dot fallback (quando item não tem icon). */
64
+ fallbackDot: string;
65
+ }, undefined, unknown, unknown, undefined>>;
66
+ export type FilterRowVariants = VariantProps<typeof filterRowStyles>;
67
+ //# sourceMappingURL=filter-row.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filter-row.styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/preview/pages/ChatV2/components/FilterRow/filter-row.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,YAAY,CAAC;AAEnD,eAAO,MAAM,eAAe;;;;;;;;;;;IAOxB,2CAA2C;;IAE3C,kCAAkC;;IAGlC,yCAAyC;;IAEzC,0BAA0B;;IAE1B,+CAA+C;;;;;;;;;;;;;IAT/C,2CAA2C;;IAE3C,kCAAkC;;IAGlC,yCAAyC;;IAEzC,0BAA0B;;IAE1B,+CAA+C;;;;;;;;;;;;;IAT/C,2CAA2C;;IAE3C,kCAAkC;;IAGlC,yCAAyC;;IAEzC,0BAA0B;;IAE1B,+CAA+C;;2CAgBjD,CAAC;AAEH,MAAM,MAAM,iBAAiB,GAAG,YAAY,CAAC,OAAO,eAAe,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { FilterRow, type FilterRowProps } from './filter-row';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/preview/pages/ChatV2/components/FilterRow/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,cAAc,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { FiltersColumnProps } from './filters-column.types';
2
+ /**
3
+ * Coluna esquerda expandida (280px) com as 4 seções de filtros definidas
4
+ * em `FILTER_GROUPS` (mocks).
5
+ */
6
+ export declare function FiltersColumn({ filters, onToggleFilter, className, }: FiltersColumnProps): import("react/jsx-runtime").JSX.Element;
7
+ //# sourceMappingURL=filters-column.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filters-column.d.ts","sourceRoot":"","sources":["../../../../../../../src/preview/pages/ChatV2/components/FiltersColumn/filters-column.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,kBAAkB,EAAgB,MAAM,wBAAwB,CAAC;AAE/E;;;GAGG;AACH,wBAAgB,aAAa,CAAC,EAC5B,OAAO,EACP,cAAc,EACd,SAAS,GACV,EAAE,kBAAkB,2CAmBpB"}