@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,10 @@
1
+ export { Table, TableHead, TableHeadCell, TableBody, TableRow, TableCell, } from './table';
2
+ export { TableCardRow } from './table-card-row';
3
+ export { useColumnWidths } from './use-column-widths';
4
+ export { useColumnResize } from './use-column-resize';
5
+ export { SELECTION_COLUMN_WIDTH, TABLE_HEADER_HEIGHT, } from './table.constants';
6
+ export type { TableProps, TableHeadProps, TableHeadCellProps, TableBodyProps, TableRowProps, TableCellProps, TableDensity, SortDirection, ColumnPinned, CellAlign, CellPurpose, } from './table.types';
7
+ export type { TableCardRowProps } from './table-card-row';
8
+ export type { WidthColumnInput, ColumnWidthsResult, } from './use-column-widths';
9
+ export type { UseColumnResizeParams, UseColumnResizeResult, } from './use-column-resize';
10
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Table/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,EACL,SAAS,EACT,aAAa,EACb,SAAS,EACT,QAAQ,EACR,SAAS,GACV,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EACL,sBAAsB,EACtB,mBAAmB,GACpB,MAAM,mBAAmB,CAAC;AAC3B,YAAY,EACV,UAAU,EACV,cAAc,EACd,kBAAkB,EAClB,cAAc,EACd,aAAa,EACb,cAAc,EACd,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,SAAS,EACT,WAAW,GACZ,MAAM,eAAe,CAAC;AACvB,YAAY,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAC1D,YAAY,EACV,gBAAgB,EAChB,kBAAkB,GACnB,MAAM,qBAAqB,CAAC;AAC7B,YAAY,EACV,qBAAqB,EACrB,qBAAqB,GACtB,MAAM,qBAAqB,CAAC"}
@@ -0,0 +1,39 @@
1
+ import { MouseEvent, ReactNode } from 'react';
2
+ export type TableCardRowProps = {
3
+ /** Conteúdo do header do card (esquerda). Normalmente checkbox + primary column. */
4
+ header?: ReactNode;
5
+ /** Conteúdo do canto superior direito do header. Normalmente actions/menu. */
6
+ headerActions?: ReactNode;
7
+ /** Itens label/value renderizados no body do card. */
8
+ items: ReadonlyArray<{
9
+ /** Label da coluna (mostrado acima do valor). */
10
+ label: ReactNode;
11
+ /** Valor renderizado. */
12
+ value: ReactNode;
13
+ /** Key opcional pro React. Default = index. */
14
+ key?: string | number;
15
+ }>;
16
+ selected?: boolean;
17
+ /**
18
+ * Row está em foco pra detalhe (ex: click abriu drawer com info). Visual idêntico ao `selected`
19
+ * (bg brand-tinted + strip lateral brand) — mas semanticamente independente: pode coexistir com `selected`.
20
+ * Use pra padrão de "click row → abre detail panel", mantendo seleção (checkbox) separada.
21
+ */
22
+ open?: boolean;
23
+ clickable?: boolean;
24
+ onClick?: (e: MouseEvent<HTMLDivElement>) => void;
25
+ className?: string;
26
+ };
27
+ /**
28
+ * <TableCardRow> — renderização "card vertical" de uma linha pra mobile/container estreito.
29
+ *
30
+ * Layout:
31
+ * ┌─────────────────────────────────────┐
32
+ * │ {header} {headerActions} │
33
+ * ├─────────────────────────────────────┤
34
+ * │ {label}: {value} │
35
+ * │ {label}: {value} │
36
+ * └─────────────────────────────────────┘
37
+ */
38
+ export declare function TableCardRow({ header, headerActions, items, selected, open, clickable, onClick, className, }: TableCardRowProps): import("react/jsx-runtime").JSX.Element;
39
+ //# sourceMappingURL=table-card-row.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table-card-row.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Table/table-card-row.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKnD,MAAM,MAAM,iBAAiB,GAAG;IAC9B,oFAAoF;IACpF,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,8EAA8E;IAC9E,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,sDAAsD;IACtD,KAAK,EAAE,aAAa,CAAC;QACnB,iDAAiD;QACjD,KAAK,EAAE,SAAS,CAAC;QACjB,yBAAyB;QACzB,KAAK,EAAE,SAAS,CAAC;QACjB,+CAA+C;QAC/C,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;KACvB,CAAC,CAAC;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;OAIG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,UAAU,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC;IAClD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF;;;;;;;;;;GAUG;AACH,wBAAgB,YAAY,CAAC,EAC3B,MAAM,EACN,aAAa,EACb,KAAK,EACL,QAAgB,EAChB,IAAY,EACZ,SAAS,EACT,OAAO,EACP,SAAS,GACV,EAAE,iBAAiB,2CAyCnB"}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Constants compartilhadas do Table primitivo.
3
+ *
4
+ * Use estes valores em vez de duplicar literais — fonte única de verdade pra
5
+ * larguras especiais, breakpoints, e identificadores de roles dentro do grid.
6
+ */
7
+ /** Largura padrão da coluna de seleção (checkbox header + body cells).
8
+ * 56px = 28px checkbox + 14px padding lateral × 2. Calibrado pra hit area
9
+ * WCAG mobile (44×44) com folga visual. */
10
+ export declare const SELECTION_COLUMN_WIDTH = 56;
11
+ /** Altura do header de uma linha de tabela. Usada por skeleton, totalizer,
12
+ * group header e quick filter row pra alinhar visualmente com a header bar. */
13
+ export declare const TABLE_HEADER_HEIGHT = 42;
14
+ //# sourceMappingURL=table.constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table.constants.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Table/table.constants.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;4CAE4C;AAC5C,eAAO,MAAM,sBAAsB,KAAK,CAAC;AAEzC;gFACgF;AAChF,eAAO,MAAM,mBAAmB,KAAK,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { default as React } from 'react';
2
+ import { TableProps, TableHeadProps, TableBodyProps, TableRowProps, TableCellProps, TableHeadCellProps } from './table.types';
3
+ export declare function Table({ density, cardBreakpoint, cellBorders, ariaLabel, className, scrollRef: externalScrollRef, children, }: TableProps): import("react/jsx-runtime").JSX.Element;
4
+ export declare function TableHead({ sticky, className, rootProps, children, }: TableHeadProps): import("react/jsx-runtime").JSX.Element;
5
+ export declare function TableBody({ className, style, rootProps, virtualized, children, }: TableBodyProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare const TableRow: React.ForwardRefExoticComponent<TableRowProps & React.RefAttributes<HTMLDivElement>>;
7
+ export declare const TableCell: React.ForwardRefExoticComponent<TableCellProps & React.RefAttributes<HTMLDivElement>>;
8
+ export declare const TableHeadCell: React.ForwardRefExoticComponent<TableHeadCellProps & React.RefAttributes<HTMLDivElement>>;
9
+ //# sourceMappingURL=table.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Table/table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,OAAO,KAAK,EACV,UAAU,EACV,cAAc,EACd,cAAc,EACd,aAAa,EACb,cAAc,EACd,kBAAkB,EAGnB,MAAM,eAAe,CAAC;AAiCvB,wBAAgB,KAAK,CAAC,EACpB,OAAoB,EACpB,cAAoB,EACpB,WAAkB,EAClB,SAAS,EACT,SAAS,EACT,SAAS,EAAE,iBAAiB,EAC5B,QAAQ,GACT,EAAE,UAAU,2CAyCZ;AAID,wBAAgB,SAAS,CAAC,EACxB,MAAa,EACb,SAAS,EACT,SAAS,EACT,QAAQ,GACT,EAAE,cAAc,2CAchB;AAID,wBAAgB,SAAS,CAAC,EACxB,SAAS,EACT,KAAK,EACL,SAAS,EACT,WAAW,EACX,QAAQ,GACT,EAAE,cAAc,2CA0BhB;AAID,eAAO,MAAM,QAAQ,sFA2CnB,CAAC;AAIH,eAAO,MAAM,SAAS,uFAgDpB,CAAC;AAIH,eAAO,MAAM,aAAa,2FAkKxB,CAAC"}
@@ -0,0 +1,374 @@
1
+ /**
2
+ * Table styles — slots tv pra Table, TableHead, TableHeadCell, TableBody, TableRow, TableCell.
3
+ *
4
+ * Densidade afeta: altura mínima de row + padding vertical de cell.
5
+ * Modo card: aplicado via container query (@container) — root declara container-type.
6
+ */
7
+ export declare const tableStyles: import('tailwind-variants').TVReturnType<{
8
+ density: {
9
+ compact: {
10
+ row: string;
11
+ cell: string;
12
+ headCell: string;
13
+ };
14
+ standard: {
15
+ row: string;
16
+ cell: string;
17
+ headCell: string;
18
+ };
19
+ comfortable: {
20
+ row: string;
21
+ cell: string;
22
+ headCell: string;
23
+ };
24
+ };
25
+ sticky: {
26
+ true: {
27
+ head: string;
28
+ };
29
+ false: {};
30
+ };
31
+ selected: {
32
+ true: {
33
+ row: string;
34
+ cardWrap: string;
35
+ };
36
+ false: {
37
+ row: string;
38
+ cardWrap: string;
39
+ };
40
+ };
41
+ clickable: {
42
+ true: {
43
+ row: string;
44
+ cardWrap: string;
45
+ };
46
+ false: {};
47
+ };
48
+ pinned: {
49
+ left: {
50
+ headCell: string;
51
+ cell: string;
52
+ };
53
+ right: {
54
+ headCell: string;
55
+ cell: string;
56
+ };
57
+ };
58
+ align: {
59
+ left: {
60
+ cell: string;
61
+ headCell: string;
62
+ };
63
+ center: {
64
+ cell: string;
65
+ headCell: string;
66
+ };
67
+ right: {
68
+ cell: string;
69
+ headCell: string;
70
+ };
71
+ };
72
+ sortable: {
73
+ true: {
74
+ headCell: string;
75
+ };
76
+ false: {};
77
+ };
78
+ ellipsis: {
79
+ true: {
80
+ cell: string;
81
+ };
82
+ false: {};
83
+ };
84
+ cellBorders: {
85
+ true: {
86
+ headCell: string;
87
+ cell: string;
88
+ };
89
+ false: {};
90
+ };
91
+ /** Variant pra cells de coluna especial (selection / actions).
92
+ *
93
+ * - `selection`: remove padding pra checkbox 28px caber em 56px e centralizar.
94
+ * - `actions`: header em branco (sem texto/menu), sem border-right, padding
95
+ * horizontal mínimo. Usado quando `type: "actions"` no DataTableColumnDef.
96
+ * Border-right removida via `!border-r-0` (override do cellBorders=true). */
97
+ purpose: {
98
+ default: {};
99
+ selection: {
100
+ headCell: string;
101
+ cell: string;
102
+ };
103
+ actions: {
104
+ headCell: string;
105
+ cell: string;
106
+ };
107
+ };
108
+ }, {
109
+ root: string[];
110
+ scroll: string[];
111
+ head: string[];
112
+ headCell: string[];
113
+ body: string[];
114
+ row: string[];
115
+ cell: string[];
116
+ resizeHandle: string[];
117
+ sortIcon: string[];
118
+ typeIcon: string[];
119
+ sortBadge: string[];
120
+ headRightStack: string[];
121
+ headSortActive: string[];
122
+ headSortHint: string[];
123
+ headMenuItem: string[];
124
+ cardWrap: string[];
125
+ cardHeader: string[];
126
+ cardItem: string[];
127
+ cardLabel: string[];
128
+ cardValue: string[];
129
+ }, undefined, {
130
+ density: {
131
+ compact: {
132
+ row: string;
133
+ cell: string;
134
+ headCell: string;
135
+ };
136
+ standard: {
137
+ row: string;
138
+ cell: string;
139
+ headCell: string;
140
+ };
141
+ comfortable: {
142
+ row: string;
143
+ cell: string;
144
+ headCell: string;
145
+ };
146
+ };
147
+ sticky: {
148
+ true: {
149
+ head: string;
150
+ };
151
+ false: {};
152
+ };
153
+ selected: {
154
+ true: {
155
+ row: string;
156
+ cardWrap: string;
157
+ };
158
+ false: {
159
+ row: string;
160
+ cardWrap: string;
161
+ };
162
+ };
163
+ clickable: {
164
+ true: {
165
+ row: string;
166
+ cardWrap: string;
167
+ };
168
+ false: {};
169
+ };
170
+ pinned: {
171
+ left: {
172
+ headCell: string;
173
+ cell: string;
174
+ };
175
+ right: {
176
+ headCell: string;
177
+ cell: string;
178
+ };
179
+ };
180
+ align: {
181
+ left: {
182
+ cell: string;
183
+ headCell: string;
184
+ };
185
+ center: {
186
+ cell: string;
187
+ headCell: string;
188
+ };
189
+ right: {
190
+ cell: string;
191
+ headCell: string;
192
+ };
193
+ };
194
+ sortable: {
195
+ true: {
196
+ headCell: string;
197
+ };
198
+ false: {};
199
+ };
200
+ ellipsis: {
201
+ true: {
202
+ cell: string;
203
+ };
204
+ false: {};
205
+ };
206
+ cellBorders: {
207
+ true: {
208
+ headCell: string;
209
+ cell: string;
210
+ };
211
+ false: {};
212
+ };
213
+ /** Variant pra cells de coluna especial (selection / actions).
214
+ *
215
+ * - `selection`: remove padding pra checkbox 28px caber em 56px e centralizar.
216
+ * - `actions`: header em branco (sem texto/menu), sem border-right, padding
217
+ * horizontal mínimo. Usado quando `type: "actions"` no DataTableColumnDef.
218
+ * Border-right removida via `!border-r-0` (override do cellBorders=true). */
219
+ purpose: {
220
+ default: {};
221
+ selection: {
222
+ headCell: string;
223
+ cell: string;
224
+ };
225
+ actions: {
226
+ headCell: string;
227
+ cell: string;
228
+ };
229
+ };
230
+ }, {
231
+ root: string[];
232
+ scroll: string[];
233
+ head: string[];
234
+ headCell: string[];
235
+ body: string[];
236
+ row: string[];
237
+ cell: string[];
238
+ resizeHandle: string[];
239
+ sortIcon: string[];
240
+ typeIcon: string[];
241
+ sortBadge: string[];
242
+ headRightStack: string[];
243
+ headSortActive: string[];
244
+ headSortHint: string[];
245
+ headMenuItem: string[];
246
+ cardWrap: string[];
247
+ cardHeader: string[];
248
+ cardItem: string[];
249
+ cardLabel: string[];
250
+ cardValue: string[];
251
+ }, import('tailwind-variants').TVReturnType<{
252
+ density: {
253
+ compact: {
254
+ row: string;
255
+ cell: string;
256
+ headCell: string;
257
+ };
258
+ standard: {
259
+ row: string;
260
+ cell: string;
261
+ headCell: string;
262
+ };
263
+ comfortable: {
264
+ row: string;
265
+ cell: string;
266
+ headCell: string;
267
+ };
268
+ };
269
+ sticky: {
270
+ true: {
271
+ head: string;
272
+ };
273
+ false: {};
274
+ };
275
+ selected: {
276
+ true: {
277
+ row: string;
278
+ cardWrap: string;
279
+ };
280
+ false: {
281
+ row: string;
282
+ cardWrap: string;
283
+ };
284
+ };
285
+ clickable: {
286
+ true: {
287
+ row: string;
288
+ cardWrap: string;
289
+ };
290
+ false: {};
291
+ };
292
+ pinned: {
293
+ left: {
294
+ headCell: string;
295
+ cell: string;
296
+ };
297
+ right: {
298
+ headCell: string;
299
+ cell: string;
300
+ };
301
+ };
302
+ align: {
303
+ left: {
304
+ cell: string;
305
+ headCell: string;
306
+ };
307
+ center: {
308
+ cell: string;
309
+ headCell: string;
310
+ };
311
+ right: {
312
+ cell: string;
313
+ headCell: string;
314
+ };
315
+ };
316
+ sortable: {
317
+ true: {
318
+ headCell: string;
319
+ };
320
+ false: {};
321
+ };
322
+ ellipsis: {
323
+ true: {
324
+ cell: string;
325
+ };
326
+ false: {};
327
+ };
328
+ cellBorders: {
329
+ true: {
330
+ headCell: string;
331
+ cell: string;
332
+ };
333
+ false: {};
334
+ };
335
+ /** Variant pra cells de coluna especial (selection / actions).
336
+ *
337
+ * - `selection`: remove padding pra checkbox 28px caber em 56px e centralizar.
338
+ * - `actions`: header em branco (sem texto/menu), sem border-right, padding
339
+ * horizontal mínimo. Usado quando `type: "actions"` no DataTableColumnDef.
340
+ * Border-right removida via `!border-r-0` (override do cellBorders=true). */
341
+ purpose: {
342
+ default: {};
343
+ selection: {
344
+ headCell: string;
345
+ cell: string;
346
+ };
347
+ actions: {
348
+ headCell: string;
349
+ cell: string;
350
+ };
351
+ };
352
+ }, {
353
+ root: string[];
354
+ scroll: string[];
355
+ head: string[];
356
+ headCell: string[];
357
+ body: string[];
358
+ row: string[];
359
+ cell: string[];
360
+ resizeHandle: string[];
361
+ sortIcon: string[];
362
+ typeIcon: string[];
363
+ sortBadge: string[];
364
+ headRightStack: string[];
365
+ headSortActive: string[];
366
+ headSortHint: string[];
367
+ headMenuItem: string[];
368
+ cardWrap: string[];
369
+ cardHeader: string[];
370
+ cardItem: string[];
371
+ cardLabel: string[];
372
+ cardValue: string[];
373
+ }, undefined, unknown, unknown, undefined>>;
374
+ //# sourceMappingURL=table.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Table/table.styles.ts"],"names":[],"mappings":"AAEA;;;;;GAKG;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAyMpB;;;;;oFAKgF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IALhF;;;;;oFAKgF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IALhF;;;;;oFAKgF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAwBlF,CAAC"}
@@ -0,0 +1,138 @@
1
+ import { default as React, ReactNode, MouseEvent } from 'react';
2
+ /** Densidade vertical do grid. Afeta altura de row e padding de cell. */
3
+ export type TableDensity = "compact" | "standard" | "comfortable";
4
+ /** Direção de ordenação aplicada. null = sem ordenação. */
5
+ export type SortDirection = "asc" | "desc" | null;
6
+ /** Lado em que a coluna está fixa (sticky). undefined = fluida. */
7
+ export type ColumnPinned = "left" | "right" | undefined;
8
+ /** Alinhamento horizontal do conteúdo da cell. */
9
+ export type CellAlign = "left" | "center" | "right";
10
+ export type TableProps = {
11
+ density?: TableDensity;
12
+ /** Em px. Largura abaixo da qual o container vira card mode. `false` desativa. Default 768. */
13
+ cardBreakpoint?: number | false;
14
+ /** Renderiza bordas verticais entre colunas. Default true. */
15
+ cellBorders?: boolean;
16
+ ariaLabel?: string;
17
+ className?: string;
18
+ /** Ref externa pro scroll container interno — necessário pra virtualização
19
+ * (DataTable Fase F.3). Quando omitido, Table usa ref interna. */
20
+ scrollRef?: React.MutableRefObject<HTMLDivElement | null>;
21
+ children?: ReactNode;
22
+ };
23
+ export type TableHeadProps = {
24
+ /** Header sticky no topo durante scroll vertical. Default true. */
25
+ sticky?: boolean;
26
+ className?: string;
27
+ /** Props HTML extras spread no rowgroup root — `onScroll`, `data-*`, `aria-*`, etc. */
28
+ rootProps?: React.HTMLAttributes<HTMLDivElement>;
29
+ children?: ReactNode;
30
+ };
31
+ /**
32
+ * Propósito da cell — modifica padding/border conforme contexto especial:
33
+ * - `"selection"`: remove padding pra acomodar Checkbox em width fixa
34
+ * (SELECTION_COLUMN_WIDTH).
35
+ * - `"actions"`: header em branco (sem texto/menu), border-right removida,
36
+ * padding horizontal mínimo. Usado quando `type: "actions"` na ColumnDef.
37
+ * Default: `"default"`.
38
+ */
39
+ export type CellPurpose = "default" | "selection" | "actions";
40
+ export type TableHeadCellProps = {
41
+ /** Field da coluna — usado pra data-field (resize highlight, etc). */
42
+ field?: string;
43
+ /** Largura em px. Se undefined, cell expande com flex. */
44
+ width?: number;
45
+ pinned?: ColumnPinned;
46
+ /** Propósito da cell — controla padding interno. Default "default". */
47
+ purpose?: CellPurpose;
48
+ /** Offset em px para sticky positioning. Calculado por use-column-widths. */
49
+ pinOffset?: number;
50
+ align?: CellAlign;
51
+ /** Mostra ícone de ordenação e cursor pointer. */
52
+ sortable?: boolean;
53
+ /** Estado visual atual do sort. null = sortable mas não ativo. */
54
+ sortDirection?: SortDirection;
55
+ /** Índice do sort (1, 2, 3) — renderiza chip brand com o número quando sortDirection != null. Default 1. */
56
+ sortIndex?: number;
57
+ onSortClick?: () => void;
58
+ /** Ícone do tipo de coluna renderizado à esquerda do label (Hash, User, AtSign…). */
59
+ icon?: React.ComponentType<{
60
+ className?: string;
61
+ size?: number;
62
+ strokeWidth?: number;
63
+ "aria-hidden"?: boolean;
64
+ }>;
65
+ /** Conteúdo do menu "..." no canto direito do header (aparece no hover). Renderize um Button DS aqui. */
66
+ headMenu?: React.ReactNode;
67
+ /** Habilita drag handle no edge direito. */
68
+ resizable?: boolean;
69
+ /** Chamado durante drag — delta acumulado em px desde o mousedown. */
70
+ onResize?: (deltaPx: number) => void;
71
+ /** Chamado no mouseup — width final em px. */
72
+ onResizeEnd?: (finalWidthPx: number) => void;
73
+ className?: string;
74
+ /** Style extra mesclado com o style interno (width/sticky offsets). Usado pra dnd transform. */
75
+ style?: React.CSSProperties;
76
+ /** Props HTML extras spread no root div — usado por wrappers (ex: dnd-kit attributes+listeners). */
77
+ rootProps?: React.HTMLAttributes<HTMLDivElement>;
78
+ children?: ReactNode;
79
+ };
80
+ export type TableBodyProps = {
81
+ className?: string;
82
+ /** Style inline — usado pra virtualization (height total + position relative).
83
+ * Quando `virtualized={ totalHeight: N }`, body aplica height + position interna. */
84
+ style?: React.CSSProperties;
85
+ /** Props HTML extras spread no rowgroup root — `data-*`, `aria-*`, etc.
86
+ * Útil pra interceptores de scroll/wheel ou attributes custom. */
87
+ rootProps?: React.HTMLAttributes<HTMLDivElement>;
88
+ /** Modo virtualizado — quando definido, body usa `position: relative + block`
89
+ * com `height: totalHeight` pra acomodar rows absolutas do `@tanstack/react-virtual`.
90
+ * Passe `totalHeight = virtualizer.getTotalSize()`. */
91
+ virtualized?: {
92
+ totalHeight: number;
93
+ };
94
+ children?: ReactNode;
95
+ };
96
+ export type TableRowProps = {
97
+ selected?: boolean;
98
+ /**
99
+ * Row está em foco pra detalhe (ex: click abriu drawer com info). Visual idêntico ao `selected`
100
+ * (bg brand-tinted + strip lateral brand) — mas semanticamente independente: pode coexistir com `selected`.
101
+ * Use pra padrão de "click row → abre detail panel", mantendo seleção (checkbox) separada.
102
+ */
103
+ open?: boolean;
104
+ /**
105
+ * Row tem foco de teclado (Fase E.1). Adiciona ring brand + outline visual + tabIndex=0.
106
+ * Quando false, tabIndex=-1 (fora da ordem de tab). Quando ANY row tem focused=true,
107
+ * só ela é tab-focusable — entrar via Tab vai pra essa linha.
108
+ */
109
+ focused?: boolean;
110
+ /** Cursor pointer + onClick disponível. */
111
+ clickable?: boolean;
112
+ onClick?: (e: MouseEvent<HTMLDivElement>) => void;
113
+ className?: string;
114
+ /** Props HTML extras spread no root div — usado por consumers (ex: onKeyDown pra keyboard nav). */
115
+ rootProps?: React.HTMLAttributes<HTMLDivElement>;
116
+ children?: ReactNode;
117
+ };
118
+ export type TableCellProps = {
119
+ /** Field da coluna — usado pra data-field (resize highlight, tooltip lookup, etc). */
120
+ field?: string;
121
+ /** Tooltip nativo (HTML title) — mostrado no hover. Util quando ellipsis=true e texto pode estar truncado. */
122
+ tooltip?: string;
123
+ width?: number;
124
+ pinned?: ColumnPinned;
125
+ pinOffset?: number;
126
+ align?: CellAlign;
127
+ /** Propósito da cell — controla padding interno. Default "default". */
128
+ purpose?: CellPurpose;
129
+ /** Trunca com `text-overflow: ellipsis`. Requer overflow:hidden no parent. */
130
+ ellipsis?: boolean;
131
+ /** Label da coluna usado no card mode (renderiza acima do valor). */
132
+ label?: string;
133
+ className?: string;
134
+ /** Props HTML extras spread no root div — usado por consumers (ex: onDoubleClick pra inline edit). */
135
+ rootProps?: React.HTMLAttributes<HTMLDivElement>;
136
+ children?: ReactNode;
137
+ };
138
+ //# sourceMappingURL=table.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Table/table.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAEnD,yEAAyE;AACzE,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,UAAU,GAAG,aAAa,CAAC;AAElE,2DAA2D;AAC3D,MAAM,MAAM,aAAa,GAAG,KAAK,GAAG,MAAM,GAAG,IAAI,CAAC;AAElD,mEAAmE;AACnE,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,CAAC;AAExD,kDAAkD;AAClD,MAAM,MAAM,SAAS,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;AAIpD,MAAM,MAAM,UAAU,GAAG;IACvB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,+FAA+F;IAC/F,cAAc,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC;IAChC,8DAA8D;IAC9D,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;uEACmE;IACnE,SAAS,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IAC1D,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAIF,MAAM,MAAM,cAAc,GAAG;IAC3B,mEAAmE;IACnE,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,uFAAuF;IACvF,SAAS,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IACjD,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAIF;;;;;;;GAOG;AACH,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,CAAC;AAE9D,MAAM,MAAM,kBAAkB,GAAG;IAC/B,sEAAsE;IACtE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,0DAA0D;IAC1D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,uEAAuE;IACvE,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,6EAA6E;IAC7E,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,kDAAkD;IAClD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kEAAkE;IAClE,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,4GAA4G;IAC5G,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,qFAAqF;IACrF,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,SAAS,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,WAAW,CAAC,EAAE,MAAM,CAAC;QAAC,aAAa,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC,CAAC;IACjH,yGAAyG;IACzG,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,4CAA4C;IAC5C,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,sEAAsE;IACtE,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,8CAA8C;IAC9C,WAAW,CAAC,EAAE,CAAC,YAAY,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gGAAgG;IAChG,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,oGAAoG;IACpG,SAAS,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IACjD,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAIF,MAAM,MAAM,cAAc,GAAG;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;0FACsF;IACtF,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B;uEACmE;IACnE,SAAS,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IACjD;;4DAEwD;IACxD,WAAW,CAAC,EAAE;QAAE,WAAW,EAAE,MAAM,CAAA;KAAE,CAAC;IACtC,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAIF,MAAM,MAAM,aAAa,GAAG;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;OAIG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,2CAA2C;IAC3C,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,UAAU,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC;IAClD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,mGAAmG;IACnG,SAAS,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IACjD,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAIF,MAAM,MAAM,cAAc,GAAG;IAC3B,sFAAsF;IACtF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,8GAA8G;IAC9G,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,uEAAuE;IACvE,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,8EAA8E;IAC9E,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,qEAAqE;IACrE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sGAAsG;IACtG,SAAS,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IACjD,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC"}
@@ -0,0 +1,24 @@
1
+ export type UseColumnResizeParams = {
2
+ currentWidth: number;
3
+ minWidth?: number;
4
+ maxWidth?: number;
5
+ /** Disparado a cada `mousemove` durante o drag.
6
+ * Tipicamente usado pra side-effect "live preview" pelo consumer.
7
+ * Em consumers React, prefira `onResizeEnd` pra evitar re-render storm —
8
+ * use `onResizeLiveDOM` pra DOM mutation síncrona sem state. */
9
+ onResize?: (widthPx: number) => void;
10
+ /** Disparado no `mouseup` com largura final em px.
11
+ * Pra consumers React: ideal pra commit no state (1 update por drag). */
12
+ onResizeEnd?: (widthPx: number) => void;
13
+ /** Callback síncrono pra DOM mutation durante drag (sem state React).
14
+ * Recomendado pra atualizar inline styles em massa (ex: <Cell width>) sem
15
+ * causar re-render storm. Chamado a cada mousemove em paralelo com `onResize`.
16
+ * Pattern: consumer query DOM via ref + aplica `style.width` direto. */
17
+ onResizeLiveDOM?: (widthPx: number) => void;
18
+ };
19
+ export type UseColumnResizeResult = {
20
+ onMouseDown: (e: React.MouseEvent) => void;
21
+ isDragging: boolean;
22
+ };
23
+ export declare function useColumnResize({ currentWidth, minWidth, maxWidth, onResize, onResizeEnd, onResizeLiveDOM, }: UseColumnResizeParams): UseColumnResizeResult;
24
+ //# sourceMappingURL=use-column-resize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-column-resize.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Table/use-column-resize.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,qBAAqB,GAAG;IAClC,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;qEAGiE;IACjE,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC;8EAC0E;IAC1E,WAAW,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC;;;6EAGyE;IACzE,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;CAC7C,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,WAAW,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,KAAK,IAAI,CAAC;IAC3C,UAAU,EAAE,OAAO,CAAC;CACrB,CAAC;AAKF,wBAAgB,eAAe,CAAC,EAC9B,YAAY,EACZ,QAAsB,EACtB,QAAsB,EACtB,QAAQ,EACR,WAAW,EACX,eAAe,GAChB,EAAE,qBAAqB,GAAG,qBAAqB,CA2F/C"}