@snksergio/design-system 0.5.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 (567) hide show
  1. package/dist-lib/src/components/index.d.ts +40 -0
  2. package/dist-lib/src/components/index.d.ts.map +1 -0
  3. package/dist-lib/src/components/shadcn/accordion.d.ts +8 -0
  4. package/dist-lib/src/components/shadcn/accordion.d.ts.map +1 -0
  5. package/dist-lib/src/components/shadcn/alert-dialog.d.ts +34 -0
  6. package/dist-lib/src/components/shadcn/alert-dialog.d.ts.map +1 -0
  7. package/dist-lib/src/components/shadcn/alert.d.ts +9 -0
  8. package/dist-lib/src/components/shadcn/alert.d.ts.map +1 -0
  9. package/dist-lib/src/components/shadcn/avatar.d.ts +15 -0
  10. package/dist-lib/src/components/shadcn/avatar.d.ts.map +1 -0
  11. package/dist-lib/src/components/shadcn/badge.d.ts +96 -0
  12. package/dist-lib/src/components/shadcn/badge.d.ts.map +1 -0
  13. package/dist-lib/src/components/shadcn/breadcrumb.d.ts +20 -0
  14. package/dist-lib/src/components/shadcn/breadcrumb.d.ts.map +1 -0
  15. package/dist-lib/src/components/shadcn/calendar.d.ts +6 -0
  16. package/dist-lib/src/components/shadcn/calendar.d.ts.map +1 -0
  17. package/dist-lib/src/components/shadcn/card.d.ts +9 -0
  18. package/dist-lib/src/components/shadcn/card.d.ts.map +1 -0
  19. package/dist-lib/src/components/shadcn/checkbox.d.ts +16 -0
  20. package/dist-lib/src/components/shadcn/checkbox.d.ts.map +1 -0
  21. package/dist-lib/src/components/shadcn/command.d.ts +93 -0
  22. package/dist-lib/src/components/shadcn/command.d.ts.map +1 -0
  23. package/dist-lib/src/components/shadcn/dialog.d.ts +23 -0
  24. package/dist-lib/src/components/shadcn/dialog.d.ts.map +1 -0
  25. package/dist-lib/src/components/shadcn/dropdown-menu.d.ts +55 -0
  26. package/dist-lib/src/components/shadcn/dropdown-menu.d.ts.map +1 -0
  27. package/dist-lib/src/components/shadcn/index.d.ts +7 -0
  28. package/dist-lib/src/components/shadcn/index.d.ts.map +1 -0
  29. package/dist-lib/src/components/shadcn/input-group.d.ts +54 -0
  30. package/dist-lib/src/components/shadcn/input-group.d.ts.map +1 -0
  31. package/dist-lib/src/components/shadcn/input.d.ts +26 -0
  32. package/dist-lib/src/components/shadcn/input.d.ts.map +1 -0
  33. package/dist-lib/src/components/shadcn/label.d.ts +6 -0
  34. package/dist-lib/src/components/shadcn/label.d.ts.map +1 -0
  35. package/dist-lib/src/components/shadcn/pagination.d.ts +53 -0
  36. package/dist-lib/src/components/shadcn/pagination.d.ts.map +1 -0
  37. package/dist-lib/src/components/shadcn/popover.d.ts +28 -0
  38. package/dist-lib/src/components/shadcn/popover.d.ts.map +1 -0
  39. package/dist-lib/src/components/shadcn/progress.d.ts +12 -0
  40. package/dist-lib/src/components/shadcn/progress.d.ts.map +1 -0
  41. package/dist-lib/src/components/shadcn/radio-group.d.ts +16 -0
  42. package/dist-lib/src/components/shadcn/radio-group.d.ts.map +1 -0
  43. package/dist-lib/src/components/shadcn/select.d.ts +17 -0
  44. package/dist-lib/src/components/shadcn/select.d.ts.map +1 -0
  45. package/dist-lib/src/components/shadcn/separator.d.ts +5 -0
  46. package/dist-lib/src/components/shadcn/separator.d.ts.map +1 -0
  47. package/dist-lib/src/components/shadcn/sheet.d.ts +28 -0
  48. package/dist-lib/src/components/shadcn/sheet.d.ts.map +1 -0
  49. package/dist-lib/src/components/shadcn/slider.d.ts +5 -0
  50. package/dist-lib/src/components/shadcn/slider.d.ts.map +1 -0
  51. package/dist-lib/src/components/shadcn/switch.d.ts +16 -0
  52. package/dist-lib/src/components/shadcn/switch.d.ts.map +1 -0
  53. package/dist-lib/src/components/shadcn/tabs.d.ts +16 -0
  54. package/dist-lib/src/components/shadcn/tabs.d.ts.map +1 -0
  55. package/dist-lib/src/components/shadcn/textarea.d.ts +22 -0
  56. package/dist-lib/src/components/shadcn/textarea.d.ts.map +1 -0
  57. package/dist-lib/src/components/ui/AlertModal/alert-modal.d.ts +3 -0
  58. package/dist-lib/src/components/ui/AlertModal/alert-modal.d.ts.map +1 -0
  59. package/dist-lib/src/components/ui/AlertModal/alert-modal.styles.d.ts +30 -0
  60. package/dist-lib/src/components/ui/AlertModal/alert-modal.styles.d.ts.map +1 -0
  61. package/dist-lib/src/components/ui/AlertModal/alert-modal.types.d.ts +29 -0
  62. package/dist-lib/src/components/ui/AlertModal/alert-modal.types.d.ts.map +1 -0
  63. package/dist-lib/src/components/ui/AlertModal/index.d.ts +3 -0
  64. package/dist-lib/src/components/ui/AlertModal/index.d.ts.map +1 -0
  65. package/dist-lib/src/components/ui/AppShell/app-shell.d.ts +26 -0
  66. package/dist-lib/src/components/ui/AppShell/app-shell.d.ts.map +1 -0
  67. package/dist-lib/src/components/ui/AppShell/app-shell.styles.d.ts +84 -0
  68. package/dist-lib/src/components/ui/AppShell/app-shell.styles.d.ts.map +1 -0
  69. package/dist-lib/src/components/ui/AppShell/app-shell.types.d.ts +111 -0
  70. package/dist-lib/src/components/ui/AppShell/app-shell.types.d.ts.map +1 -0
  71. package/dist-lib/src/components/ui/AppShell/index.d.ts +5 -0
  72. package/dist-lib/src/components/ui/AppShell/index.d.ts.map +1 -0
  73. package/dist-lib/src/components/ui/AppShell/user-menu.d.ts +30 -0
  74. package/dist-lib/src/components/ui/AppShell/user-menu.d.ts.map +1 -0
  75. package/dist-lib/src/components/ui/Avatar/avatar.d.ts +16 -0
  76. package/dist-lib/src/components/ui/Avatar/avatar.d.ts.map +1 -0
  77. package/dist-lib/src/components/ui/Avatar/avatar.styles.d.ts +74 -0
  78. package/dist-lib/src/components/ui/Avatar/avatar.styles.d.ts.map +1 -0
  79. package/dist-lib/src/components/ui/Avatar/avatar.types.d.ts +16 -0
  80. package/dist-lib/src/components/ui/Avatar/avatar.types.d.ts.map +1 -0
  81. package/dist-lib/src/components/ui/Avatar/index.d.ts +4 -0
  82. package/dist-lib/src/components/ui/Avatar/index.d.ts.map +1 -0
  83. package/dist-lib/src/components/ui/Button/button.d.ts +3 -0
  84. package/dist-lib/src/components/ui/Button/button.d.ts.map +1 -0
  85. package/dist-lib/src/components/ui/Button/button.styles.d.ts +147 -0
  86. package/dist-lib/src/components/ui/Button/button.styles.d.ts.map +1 -0
  87. package/dist-lib/src/components/ui/Button/button.types.d.ts +7 -0
  88. package/dist-lib/src/components/ui/Button/button.types.d.ts.map +1 -0
  89. package/dist-lib/src/components/ui/Button/index.d.ts +4 -0
  90. package/dist-lib/src/components/ui/Button/index.d.ts.map +1 -0
  91. package/dist-lib/src/components/ui/Chip/chip-group.d.ts +68 -0
  92. package/dist-lib/src/components/ui/Chip/chip-group.d.ts.map +1 -0
  93. package/dist-lib/src/components/ui/Chip/chip.d.ts +39 -0
  94. package/dist-lib/src/components/ui/Chip/chip.d.ts.map +1 -0
  95. package/dist-lib/src/components/ui/Chip/chip.styles.d.ts +130 -0
  96. package/dist-lib/src/components/ui/Chip/chip.styles.d.ts.map +1 -0
  97. package/dist-lib/src/components/ui/Chip/index.d.ts +7 -0
  98. package/dist-lib/src/components/ui/Chip/index.d.ts.map +1 -0
  99. package/dist-lib/src/components/ui/DataTable/builders/column-builders.d.ts +52 -0
  100. package/dist-lib/src/components/ui/DataTable/builders/column-builders.d.ts.map +1 -0
  101. package/dist-lib/src/components/ui/DataTable/builders/preset-view.d.ts +81 -0
  102. package/dist-lib/src/components/ui/DataTable/builders/preset-view.d.ts.map +1 -0
  103. package/dist-lib/src/components/ui/DataTable/column-types/_filter-field.d.ts +21 -0
  104. package/dist-lib/src/components/ui/DataTable/column-types/_filter-field.d.ts.map +1 -0
  105. package/dist-lib/src/components/ui/DataTable/column-types/column-type-registry.d.ts +22 -0
  106. package/dist-lib/src/components/ui/DataTable/column-types/column-type-registry.d.ts.map +1 -0
  107. package/dist-lib/src/components/ui/DataTable/column-types/column-types.types.d.ts +117 -0
  108. package/dist-lib/src/components/ui/DataTable/column-types/column-types.types.d.ts.map +1 -0
  109. package/dist-lib/src/components/ui/DataTable/column-types/definitions/badge-column-type.d.ts +6 -0
  110. package/dist-lib/src/components/ui/DataTable/column-types/definitions/badge-column-type.d.ts.map +1 -0
  111. package/dist-lib/src/components/ui/DataTable/column-types/definitions/boolean-column-type.d.ts +3 -0
  112. package/dist-lib/src/components/ui/DataTable/column-types/definitions/boolean-column-type.d.ts.map +1 -0
  113. package/dist-lib/src/components/ui/DataTable/column-types/definitions/currency-column-type.d.ts +3 -0
  114. package/dist-lib/src/components/ui/DataTable/column-types/definitions/currency-column-type.d.ts.map +1 -0
  115. package/dist-lib/src/components/ui/DataTable/column-types/definitions/date-column-type.d.ts +3 -0
  116. package/dist-lib/src/components/ui/DataTable/column-types/definitions/date-column-type.d.ts.map +1 -0
  117. package/dist-lib/src/components/ui/DataTable/column-types/definitions/datetime-column-type.d.ts +3 -0
  118. package/dist-lib/src/components/ui/DataTable/column-types/definitions/datetime-column-type.d.ts.map +1 -0
  119. package/dist-lib/src/components/ui/DataTable/column-types/definitions/email-column-type.d.ts +3 -0
  120. package/dist-lib/src/components/ui/DataTable/column-types/definitions/email-column-type.d.ts.map +1 -0
  121. package/dist-lib/src/components/ui/DataTable/column-types/definitions/multi-select-column-type.d.ts +3 -0
  122. package/dist-lib/src/components/ui/DataTable/column-types/definitions/multi-select-column-type.d.ts.map +1 -0
  123. package/dist-lib/src/components/ui/DataTable/column-types/definitions/number-column-type.d.ts +3 -0
  124. package/dist-lib/src/components/ui/DataTable/column-types/definitions/number-column-type.d.ts.map +1 -0
  125. package/dist-lib/src/components/ui/DataTable/column-types/definitions/percentage-column-type.d.ts +3 -0
  126. package/dist-lib/src/components/ui/DataTable/column-types/definitions/percentage-column-type.d.ts.map +1 -0
  127. package/dist-lib/src/components/ui/DataTable/column-types/definitions/phone-column-type.d.ts +3 -0
  128. package/dist-lib/src/components/ui/DataTable/column-types/definitions/phone-column-type.d.ts.map +1 -0
  129. package/dist-lib/src/components/ui/DataTable/column-types/definitions/select-column-type.d.ts +3 -0
  130. package/dist-lib/src/components/ui/DataTable/column-types/definitions/select-column-type.d.ts.map +1 -0
  131. package/dist-lib/src/components/ui/DataTable/column-types/definitions/tags-column-type.d.ts +3 -0
  132. package/dist-lib/src/components/ui/DataTable/column-types/definitions/tags-column-type.d.ts.map +1 -0
  133. package/dist-lib/src/components/ui/DataTable/column-types/definitions/text-column-type.d.ts +3 -0
  134. package/dist-lib/src/components/ui/DataTable/column-types/definitions/text-column-type.d.ts.map +1 -0
  135. package/dist-lib/src/components/ui/DataTable/column-types/definitions/url-column-type.d.ts +3 -0
  136. package/dist-lib/src/components/ui/DataTable/column-types/definitions/url-column-type.d.ts.map +1 -0
  137. package/dist-lib/src/components/ui/DataTable/column-types/definitions/user-column-type.d.ts +3 -0
  138. package/dist-lib/src/components/ui/DataTable/column-types/definitions/user-column-type.d.ts.map +1 -0
  139. package/dist-lib/src/components/ui/DataTable/column-types/index.d.ts +33 -0
  140. package/dist-lib/src/components/ui/DataTable/column-types/index.d.ts.map +1 -0
  141. package/dist-lib/src/components/ui/DataTable/context/data-table-context.d.ts +43 -0
  142. package/dist-lib/src/components/ui/DataTable/context/data-table-context.d.ts.map +1 -0
  143. package/dist-lib/src/components/ui/DataTable/data-table.d.ts +8 -0
  144. package/dist-lib/src/components/ui/DataTable/data-table.d.ts.map +1 -0
  145. package/dist-lib/src/components/ui/DataTable/data-table.styles.d.ts +73 -0
  146. package/dist-lib/src/components/ui/DataTable/data-table.styles.d.ts.map +1 -0
  147. package/dist-lib/src/components/ui/DataTable/data-table.types.d.ts +576 -0
  148. package/dist-lib/src/components/ui/DataTable/data-table.types.d.ts.map +1 -0
  149. package/dist-lib/src/components/ui/DataTable/hooks/state-persistence-utils.d.ts +42 -0
  150. package/dist-lib/src/components/ui/DataTable/hooks/state-persistence-utils.d.ts.map +1 -0
  151. package/dist-lib/src/components/ui/DataTable/hooks/use-cols-popover-adapter.d.ts +35 -0
  152. package/dist-lib/src/components/ui/DataTable/hooks/use-cols-popover-adapter.d.ts.map +1 -0
  153. package/dist-lib/src/components/ui/DataTable/hooks/use-column-auto-width.d.ts +29 -0
  154. package/dist-lib/src/components/ui/DataTable/hooks/use-column-auto-width.d.ts.map +1 -0
  155. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-columns.d.ts +49 -0
  156. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-columns.d.ts.map +1 -0
  157. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-controller.d.ts +42 -0
  158. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-controller.d.ts.map +1 -0
  159. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-density.d.ts +14 -0
  160. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-density.d.ts.map +1 -0
  161. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-export.d.ts +27 -0
  162. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-export.d.ts.map +1 -0
  163. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-filters.d.ts +13 -0
  164. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-filters.d.ts.map +1 -0
  165. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-pagination.d.ts +21 -0
  166. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-pagination.d.ts.map +1 -0
  167. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-processor.d.ts +25 -0
  168. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-processor.d.ts.map +1 -0
  169. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-query.d.ts +32 -0
  170. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-query.d.ts.map +1 -0
  171. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-saved-views.d.ts +27 -0
  172. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-saved-views.d.ts.map +1 -0
  173. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-search.d.ts +26 -0
  174. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-search.d.ts.map +1 -0
  175. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-selection.d.ts +35 -0
  176. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-selection.d.ts.map +1 -0
  177. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-sort.d.ts +37 -0
  178. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-sort.d.ts.map +1 -0
  179. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-state-persistence.d.ts +15 -0
  180. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-state-persistence.d.ts.map +1 -0
  181. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-view-mode.d.ts +42 -0
  182. package/dist-lib/src/components/ui/DataTable/hooks/use-data-table-view-mode.d.ts.map +1 -0
  183. package/dist-lib/src/components/ui/DataTable/hooks/use-filter-popover-adapter.d.ts +51 -0
  184. package/dist-lib/src/components/ui/DataTable/hooks/use-filter-popover-adapter.d.ts.map +1 -0
  185. package/dist-lib/src/components/ui/DataTable/hooks/use-sort-popover-adapter.d.ts +24 -0
  186. package/dist-lib/src/components/ui/DataTable/hooks/use-sort-popover-adapter.d.ts.map +1 -0
  187. package/dist-lib/src/components/ui/DataTable/index.d.ts +23 -0
  188. package/dist-lib/src/components/ui/DataTable/index.d.ts.map +1 -0
  189. package/dist-lib/src/components/ui/DataTable/parts/data-table-actions-cell.d.ts +20 -0
  190. package/dist-lib/src/components/ui/DataTable/parts/data-table-actions-cell.d.ts.map +1 -0
  191. package/dist-lib/src/components/ui/DataTable/parts/data-table-column-menu.d.ts +35 -0
  192. package/dist-lib/src/components/ui/DataTable/parts/data-table-column-menu.d.ts.map +1 -0
  193. package/dist-lib/src/components/ui/DataTable/parts/data-table-edit-cell.d.ts +29 -0
  194. package/dist-lib/src/components/ui/DataTable/parts/data-table-edit-cell.d.ts.map +1 -0
  195. package/dist-lib/src/components/ui/DataTable/parts/data-table-empty.d.ts +20 -0
  196. package/dist-lib/src/components/ui/DataTable/parts/data-table-empty.d.ts.map +1 -0
  197. package/dist-lib/src/components/ui/DataTable/parts/data-table-floating-bulk-bar.d.ts +14 -0
  198. package/dist-lib/src/components/ui/DataTable/parts/data-table-floating-bulk-bar.d.ts.map +1 -0
  199. package/dist-lib/src/components/ui/DataTable/parts/data-table-group-content-row.d.ts +33 -0
  200. package/dist-lib/src/components/ui/DataTable/parts/data-table-group-content-row.d.ts.map +1 -0
  201. package/dist-lib/src/components/ui/DataTable/parts/data-table-group-header-row.d.ts +40 -0
  202. package/dist-lib/src/components/ui/DataTable/parts/data-table-group-header-row.d.ts.map +1 -0
  203. package/dist-lib/src/components/ui/DataTable/parts/data-table-loading.d.ts +16 -0
  204. package/dist-lib/src/components/ui/DataTable/parts/data-table-loading.d.ts.map +1 -0
  205. package/dist-lib/src/components/ui/DataTable/parts/data-table-no-results.d.ts +24 -0
  206. package/dist-lib/src/components/ui/DataTable/parts/data-table-no-results.d.ts.map +1 -0
  207. package/dist-lib/src/components/ui/DataTable/parts/data-table-row-expansion.d.ts +28 -0
  208. package/dist-lib/src/components/ui/DataTable/parts/data-table-row-expansion.d.ts.map +1 -0
  209. package/dist-lib/src/components/ui/DataTable/parts/data-table-totalizer-row.d.ts +34 -0
  210. package/dist-lib/src/components/ui/DataTable/parts/data-table-totalizer-row.d.ts.map +1 -0
  211. package/dist-lib/src/components/ui/DataTable/parts/sortable-head-cell.d.ts +24 -0
  212. package/dist-lib/src/components/ui/DataTable/parts/sortable-head-cell.d.ts.map +1 -0
  213. package/dist-lib/src/components/ui/DataTable/services/saved-views-mock-service.d.ts +7 -0
  214. package/dist-lib/src/components/ui/DataTable/services/saved-views-mock-service.d.ts.map +1 -0
  215. package/dist-lib/src/components/ui/DataTable/services/saved-views.types.d.ts +69 -0
  216. package/dist-lib/src/components/ui/DataTable/services/saved-views.types.d.ts.map +1 -0
  217. package/dist-lib/src/components/ui/DataTable/utils/calculate-column-widths.d.ts +28 -0
  218. package/dist-lib/src/components/ui/DataTable/utils/calculate-column-widths.d.ts.map +1 -0
  219. package/dist-lib/src/components/ui/DataTable/utils/expand-rows.d.ts +27 -0
  220. package/dist-lib/src/components/ui/DataTable/utils/expand-rows.d.ts.map +1 -0
  221. package/dist-lib/src/components/ui/DataTable/utils/group-rows.d.ts +59 -0
  222. package/dist-lib/src/components/ui/DataTable/utils/group-rows.d.ts.map +1 -0
  223. package/dist-lib/src/components/ui/DataTable/utils/measure-text.d.ts +19 -0
  224. package/dist-lib/src/components/ui/DataTable/utils/measure-text.d.ts.map +1 -0
  225. package/dist-lib/src/components/ui/DataTable/utils/operator-mapping.d.ts +6 -0
  226. package/dist-lib/src/components/ui/DataTable/utils/operator-mapping.d.ts.map +1 -0
  227. package/dist-lib/src/components/ui/DataTable/utils/resolve-value.d.ts +19 -0
  228. package/dist-lib/src/components/ui/DataTable/utils/resolve-value.d.ts.map +1 -0
  229. package/dist-lib/src/components/ui/FloatingPanel/floating-panel.d.ts +43 -0
  230. package/dist-lib/src/components/ui/FloatingPanel/floating-panel.d.ts.map +1 -0
  231. package/dist-lib/src/components/ui/FloatingPanel/floating-panel.styles.d.ts +98 -0
  232. package/dist-lib/src/components/ui/FloatingPanel/floating-panel.styles.d.ts.map +1 -0
  233. package/dist-lib/src/components/ui/FloatingPanel/floating-panel.types.d.ts +56 -0
  234. package/dist-lib/src/components/ui/FloatingPanel/floating-panel.types.d.ts.map +1 -0
  235. package/dist-lib/src/components/ui/FloatingPanel/index.d.ts +6 -0
  236. package/dist-lib/src/components/ui/FloatingPanel/index.d.ts.map +1 -0
  237. package/dist-lib/src/components/ui/FloatingPanel/use-floating-panel-resize.d.ts +31 -0
  238. package/dist-lib/src/components/ui/FloatingPanel/use-floating-panel-resize.d.ts.map +1 -0
  239. package/dist-lib/src/components/ui/FooterTable/footer-table.d.ts +29 -0
  240. package/dist-lib/src/components/ui/FooterTable/footer-table.d.ts.map +1 -0
  241. package/dist-lib/src/components/ui/FooterTable/footer-table.types.d.ts +29 -0
  242. package/dist-lib/src/components/ui/FooterTable/footer-table.types.d.ts.map +1 -0
  243. package/dist-lib/src/components/ui/FooterTable/index.d.ts +4 -0
  244. package/dist-lib/src/components/ui/FooterTable/index.d.ts.map +1 -0
  245. package/dist-lib/src/components/ui/FormField/form-field-checkbox.d.ts +23 -0
  246. package/dist-lib/src/components/ui/FormField/form-field-checkbox.d.ts.map +1 -0
  247. package/dist-lib/src/components/ui/FormField/form-field-input.d.ts +27 -0
  248. package/dist-lib/src/components/ui/FormField/form-field-input.d.ts.map +1 -0
  249. package/dist-lib/src/components/ui/FormField/form-field-select.d.ts +34 -0
  250. package/dist-lib/src/components/ui/FormField/form-field-select.d.ts.map +1 -0
  251. package/dist-lib/src/components/ui/FormField/form-field-switch.d.ts +25 -0
  252. package/dist-lib/src/components/ui/FormField/form-field-switch.d.ts.map +1 -0
  253. package/dist-lib/src/components/ui/FormField/form-field-textarea.d.ts +9 -0
  254. package/dist-lib/src/components/ui/FormField/form-field-textarea.d.ts.map +1 -0
  255. package/dist-lib/src/components/ui/FormField/form-field.d.ts +26 -0
  256. package/dist-lib/src/components/ui/FormField/form-field.d.ts.map +1 -0
  257. package/dist-lib/src/components/ui/FormField/form-field.styles.d.ts +43 -0
  258. package/dist-lib/src/components/ui/FormField/form-field.styles.d.ts.map +1 -0
  259. package/dist-lib/src/components/ui/FormField/form-field.types.d.ts +27 -0
  260. package/dist-lib/src/components/ui/FormField/form-field.types.d.ts.map +1 -0
  261. package/dist-lib/src/components/ui/FormField/index.d.ts +14 -0
  262. package/dist-lib/src/components/ui/FormField/index.d.ts.map +1 -0
  263. package/dist-lib/src/components/ui/Header/header-breadcrumb.d.ts +17 -0
  264. package/dist-lib/src/components/ui/Header/header-breadcrumb.d.ts.map +1 -0
  265. package/dist-lib/src/components/ui/Header/header-messages.d.ts +7 -0
  266. package/dist-lib/src/components/ui/Header/header-messages.d.ts.map +1 -0
  267. package/dist-lib/src/components/ui/Header/header-notifications.d.ts +7 -0
  268. package/dist-lib/src/components/ui/Header/header-notifications.d.ts.map +1 -0
  269. package/dist-lib/src/components/ui/Header/header-search.d.ts +21 -0
  270. package/dist-lib/src/components/ui/Header/header-search.d.ts.map +1 -0
  271. package/dist-lib/src/components/ui/Header/header-theme-switcher.d.ts +9 -0
  272. package/dist-lib/src/components/ui/Header/header-theme-switcher.d.ts.map +1 -0
  273. package/dist-lib/src/components/ui/Header/header.d.ts +18 -0
  274. package/dist-lib/src/components/ui/Header/header.d.ts.map +1 -0
  275. package/dist-lib/src/components/ui/Header/header.styles.d.ts +141 -0
  276. package/dist-lib/src/components/ui/Header/header.styles.d.ts.map +1 -0
  277. package/dist-lib/src/components/ui/Header/header.types.d.ts +128 -0
  278. package/dist-lib/src/components/ui/Header/header.types.d.ts.map +1 -0
  279. package/dist-lib/src/components/ui/Header/index.d.ts +13 -0
  280. package/dist-lib/src/components/ui/Header/index.d.ts.map +1 -0
  281. package/dist-lib/src/components/ui/Kanban/hooks/use-kanban-dnd.d.ts +39 -0
  282. package/dist-lib/src/components/ui/Kanban/hooks/use-kanban-dnd.d.ts.map +1 -0
  283. package/dist-lib/src/components/ui/Kanban/index.d.ts +3 -0
  284. package/dist-lib/src/components/ui/Kanban/index.d.ts.map +1 -0
  285. package/dist-lib/src/components/ui/Kanban/kanban.d.ts +22 -0
  286. package/dist-lib/src/components/ui/Kanban/kanban.d.ts.map +1 -0
  287. package/dist-lib/src/components/ui/Kanban/kanban.styles.d.ts +150 -0
  288. package/dist-lib/src/components/ui/Kanban/kanban.styles.d.ts.map +1 -0
  289. package/dist-lib/src/components/ui/Kanban/kanban.types.d.ts +168 -0
  290. package/dist-lib/src/components/ui/Kanban/kanban.types.d.ts.map +1 -0
  291. package/dist-lib/src/components/ui/MenuSidebar/index.d.ts +16 -0
  292. package/dist-lib/src/components/ui/MenuSidebar/index.d.ts.map +1 -0
  293. package/dist-lib/src/components/ui/MenuSidebar/menu-sidebar.d.ts +25 -0
  294. package/dist-lib/src/components/ui/MenuSidebar/menu-sidebar.d.ts.map +1 -0
  295. package/dist-lib/src/components/ui/MenuSidebar/sidebar-brand.d.ts +8 -0
  296. package/dist-lib/src/components/ui/MenuSidebar/sidebar-brand.d.ts.map +1 -0
  297. package/dist-lib/src/components/ui/MenuSidebar/sidebar-item.d.ts +19 -0
  298. package/dist-lib/src/components/ui/MenuSidebar/sidebar-item.d.ts.map +1 -0
  299. package/dist-lib/src/components/ui/MenuSidebar/sidebar-panel.d.ts +20 -0
  300. package/dist-lib/src/components/ui/MenuSidebar/sidebar-panel.d.ts.map +1 -0
  301. package/dist-lib/src/components/ui/MenuSidebar/sidebar-rail.d.ts +14 -0
  302. package/dist-lib/src/components/ui/MenuSidebar/sidebar-rail.d.ts.map +1 -0
  303. package/dist-lib/src/components/ui/MenuSidebar/sidebar-section.d.ts +10 -0
  304. package/dist-lib/src/components/ui/MenuSidebar/sidebar-section.d.ts.map +1 -0
  305. package/dist-lib/src/components/ui/MenuSidebar/sidebar-subgroup.d.ts +13 -0
  306. package/dist-lib/src/components/ui/MenuSidebar/sidebar-subgroup.d.ts.map +1 -0
  307. package/dist-lib/src/components/ui/MenuSidebar/sidebar.styles.d.ts +287 -0
  308. package/dist-lib/src/components/ui/MenuSidebar/sidebar.styles.d.ts.map +1 -0
  309. package/dist-lib/src/components/ui/MenuSidebar/sidebar.types.d.ts +104 -0
  310. package/dist-lib/src/components/ui/MenuSidebar/sidebar.types.d.ts.map +1 -0
  311. package/dist-lib/src/components/ui/MenuSidebar/use-media-query.d.ts +11 -0
  312. package/dist-lib/src/components/ui/MenuSidebar/use-media-query.d.ts.map +1 -0
  313. package/dist-lib/src/components/ui/MenuSidebar/use-sidebar-state.d.ts +7 -0
  314. package/dist-lib/src/components/ui/MenuSidebar/use-sidebar-state.d.ts.map +1 -0
  315. package/dist-lib/src/components/ui/Modal/index.d.ts +3 -0
  316. package/dist-lib/src/components/ui/Modal/index.d.ts.map +1 -0
  317. package/dist-lib/src/components/ui/Modal/modal.d.ts +78 -0
  318. package/dist-lib/src/components/ui/Modal/modal.d.ts.map +1 -0
  319. package/dist-lib/src/components/ui/Modal/modal.styles.d.ts +74 -0
  320. package/dist-lib/src/components/ui/Modal/modal.styles.d.ts.map +1 -0
  321. package/dist-lib/src/components/ui/PageHeader/index.d.ts +4 -0
  322. package/dist-lib/src/components/ui/PageHeader/index.d.ts.map +1 -0
  323. package/dist-lib/src/components/ui/PageHeader/page-header.d.ts +41 -0
  324. package/dist-lib/src/components/ui/PageHeader/page-header.d.ts.map +1 -0
  325. package/dist-lib/src/components/ui/PageHeader/page-header.styles.d.ts +96 -0
  326. package/dist-lib/src/components/ui/PageHeader/page-header.styles.d.ts.map +1 -0
  327. package/dist-lib/src/components/ui/PageHeader/page-header.types.d.ts +38 -0
  328. package/dist-lib/src/components/ui/PageHeader/page-header.types.d.ts.map +1 -0
  329. package/dist-lib/src/components/ui/Panel/index.d.ts +11 -0
  330. package/dist-lib/src/components/ui/Panel/index.d.ts.map +1 -0
  331. package/dist-lib/src/components/ui/Panel/panel-body.d.ts +10 -0
  332. package/dist-lib/src/components/ui/Panel/panel-body.d.ts.map +1 -0
  333. package/dist-lib/src/components/ui/Panel/panel-footer.d.ts +11 -0
  334. package/dist-lib/src/components/ui/Panel/panel-footer.d.ts.map +1 -0
  335. package/dist-lib/src/components/ui/Panel/panel-header.d.ts +12 -0
  336. package/dist-lib/src/components/ui/Panel/panel-header.d.ts.map +1 -0
  337. package/dist-lib/src/components/ui/Panel/panel.d.ts +15 -0
  338. package/dist-lib/src/components/ui/Panel/panel.d.ts.map +1 -0
  339. package/dist-lib/src/components/ui/Panel/panel.styles.d.ts +47 -0
  340. package/dist-lib/src/components/ui/Panel/panel.styles.d.ts.map +1 -0
  341. package/dist-lib/src/components/ui/Panel/panel.types.d.ts +33 -0
  342. package/dist-lib/src/components/ui/Panel/panel.types.d.ts.map +1 -0
  343. package/dist-lib/src/components/ui/TabelaTeste/index.d.ts +2 -0
  344. package/dist-lib/src/components/ui/TabelaTeste/index.d.ts.map +1 -0
  345. package/dist-lib/src/components/ui/TabelaTeste/mock-data.d.ts +90 -0
  346. package/dist-lib/src/components/ui/TabelaTeste/mock-data.d.ts.map +1 -0
  347. package/dist-lib/src/components/ui/TabelaTeste/tabela-teste.d.ts +12 -0
  348. package/dist-lib/src/components/ui/TabelaTeste/tabela-teste.d.ts.map +1 -0
  349. package/dist-lib/src/components/ui/TabelaTeste/tabela-teste.styles.d.ts +184 -0
  350. package/dist-lib/src/components/ui/TabelaTeste/tabela-teste.styles.d.ts.map +1 -0
  351. package/dist-lib/src/components/ui/Table/index.d.ts +10 -0
  352. package/dist-lib/src/components/ui/Table/index.d.ts.map +1 -0
  353. package/dist-lib/src/components/ui/Table/table-card-row.d.ts +39 -0
  354. package/dist-lib/src/components/ui/Table/table-card-row.d.ts.map +1 -0
  355. package/dist-lib/src/components/ui/Table/table.constants.d.ts +14 -0
  356. package/dist-lib/src/components/ui/Table/table.constants.d.ts.map +1 -0
  357. package/dist-lib/src/components/ui/Table/table.d.ts +9 -0
  358. package/dist-lib/src/components/ui/Table/table.d.ts.map +1 -0
  359. package/dist-lib/src/components/ui/Table/table.styles.d.ts +374 -0
  360. package/dist-lib/src/components/ui/Table/table.styles.d.ts.map +1 -0
  361. package/dist-lib/src/components/ui/Table/table.types.d.ts +138 -0
  362. package/dist-lib/src/components/ui/Table/table.types.d.ts.map +1 -0
  363. package/dist-lib/src/components/ui/Table/use-column-resize.d.ts +24 -0
  364. package/dist-lib/src/components/ui/Table/use-column-resize.d.ts.map +1 -0
  365. package/dist-lib/src/components/ui/Table/use-column-widths.d.ts +36 -0
  366. package/dist-lib/src/components/ui/Table/use-column-widths.d.ts.map +1 -0
  367. package/dist-lib/src/components/ui/TableToolbar/hooks/use-toolbar-filters.d.ts +46 -0
  368. package/dist-lib/src/components/ui/TableToolbar/hooks/use-toolbar-filters.d.ts.map +1 -0
  369. package/dist-lib/src/components/ui/TableToolbar/hooks/use-toolbar-sort.d.ts +35 -0
  370. package/dist-lib/src/components/ui/TableToolbar/hooks/use-toolbar-sort.d.ts.map +1 -0
  371. package/dist-lib/src/components/ui/TableToolbar/index.d.ts +46 -0
  372. package/dist-lib/src/components/ui/TableToolbar/index.d.ts.map +1 -0
  373. package/dist-lib/src/components/ui/TableToolbar/parts/bulk-actions-bar.d.ts +56 -0
  374. package/dist-lib/src/components/ui/TableToolbar/parts/bulk-actions-bar.d.ts.map +1 -0
  375. package/dist-lib/src/components/ui/TableToolbar/parts/table-toolbar-views.d.ts +74 -0
  376. package/dist-lib/src/components/ui/TableToolbar/parts/table-toolbar-views.d.ts.map +1 -0
  377. package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-applied.d.ts +51 -0
  378. package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-applied.d.ts.map +1 -0
  379. package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-divider.d.ts +6 -0
  380. package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-divider.d.ts.map +1 -0
  381. package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-mobile-sheet.d.ts +82 -0
  382. package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-mobile-sheet.d.ts.map +1 -0
  383. package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-search.d.ts +21 -0
  384. package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-search.d.ts.map +1 -0
  385. package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-segmented.d.ts +21 -0
  386. package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-segmented.d.ts.map +1 -0
  387. package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-tabs.d.ts +20 -0
  388. package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-tabs.d.ts.map +1 -0
  389. package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-tool-button.d.ts +47 -0
  390. package/dist-lib/src/components/ui/TableToolbar/parts/toolbar-tool-button.d.ts.map +1 -0
  391. package/dist-lib/src/components/ui/TableToolbar/popovers/add-view-modal.d.ts +23 -0
  392. package/dist-lib/src/components/ui/TableToolbar/popovers/add-view-modal.d.ts.map +1 -0
  393. package/dist-lib/src/components/ui/TableToolbar/popovers/add-view-modal.styles.d.ts +53 -0
  394. package/dist-lib/src/components/ui/TableToolbar/popovers/add-view-modal.styles.d.ts.map +1 -0
  395. package/dist-lib/src/components/ui/TableToolbar/popovers/cols-popover.d.ts +48 -0
  396. package/dist-lib/src/components/ui/TableToolbar/popovers/cols-popover.d.ts.map +1 -0
  397. package/dist-lib/src/components/ui/TableToolbar/popovers/filter-popover.d.ts +83 -0
  398. package/dist-lib/src/components/ui/TableToolbar/popovers/filter-popover.d.ts.map +1 -0
  399. package/dist-lib/src/components/ui/TableToolbar/popovers/filter-sql-parser.d.ts +41 -0
  400. package/dist-lib/src/components/ui/TableToolbar/popovers/filter-sql-parser.d.ts.map +1 -0
  401. package/dist-lib/src/components/ui/TableToolbar/popovers/more-menu.d.ts +49 -0
  402. package/dist-lib/src/components/ui/TableToolbar/popovers/more-menu.d.ts.map +1 -0
  403. package/dist-lib/src/components/ui/TableToolbar/popovers/sort-popover.d.ts +54 -0
  404. package/dist-lib/src/components/ui/TableToolbar/popovers/sort-popover.d.ts.map +1 -0
  405. package/dist-lib/src/components/ui/TableToolbar/popovers/views-popover.d.ts +65 -0
  406. package/dist-lib/src/components/ui/TableToolbar/popovers/views-popover.d.ts.map +1 -0
  407. package/dist-lib/src/components/ui/TableToolbar/table-toolbar.d.ts +36 -0
  408. package/dist-lib/src/components/ui/TableToolbar/table-toolbar.d.ts.map +1 -0
  409. package/dist-lib/src/components/ui/TableToolbar/table-toolbar.styles.d.ts +232 -0
  410. package/dist-lib/src/components/ui/TableToolbar/table-toolbar.styles.d.ts.map +1 -0
  411. package/dist-lib/src/components/ui/TableToolbar/table-toolbar.types.d.ts +35 -0
  412. package/dist-lib/src/components/ui/TableToolbar/table-toolbar.types.d.ts.map +1 -0
  413. package/dist-lib/src/hooks/useTheme.d.ts +19 -0
  414. package/dist-lib/src/hooks/useTheme.d.ts.map +1 -0
  415. package/dist-lib/src/lib/utils.d.ts +3 -0
  416. package/dist-lib/src/lib/utils.d.ts.map +1 -0
  417. package/dist-lib/src/preview/mocks/app-shell-mocks.d.ts +16 -0
  418. package/dist-lib/src/preview/mocks/app-shell-mocks.d.ts.map +1 -0
  419. package/dist-lib/src/preview/mocks/index.d.ts +13 -0
  420. package/dist-lib/src/preview/mocks/index.d.ts.map +1 -0
  421. package/dist-lib/src/preview/pages/ChatV2/ChatV2.d.ts +2 -0
  422. package/dist-lib/src/preview/pages/ChatV2/ChatV2.d.ts.map +1 -0
  423. package/dist-lib/src/preview/pages/ChatV2/chat-v2-mocks.d.ts +22 -0
  424. package/dist-lib/src/preview/pages/ChatV2/chat-v2-mocks.d.ts.map +1 -0
  425. package/dist-lib/src/preview/pages/ChatV2/chat-v2.styles.d.ts +50 -0
  426. package/dist-lib/src/preview/pages/ChatV2/chat-v2.styles.d.ts.map +1 -0
  427. package/dist-lib/src/preview/pages/ChatV2/chat-v2.types.d.ts +54 -0
  428. package/dist-lib/src/preview/pages/ChatV2/chat-v2.types.d.ts.map +1 -0
  429. package/dist-lib/src/preview/pages/ChatV2/components/ChannelDot/channel-dot.d.ts +12 -0
  430. package/dist-lib/src/preview/pages/ChatV2/components/ChannelDot/channel-dot.d.ts.map +1 -0
  431. package/dist-lib/src/preview/pages/ChatV2/components/ConversationActionsMenu/conversation-actions-menu.d.ts +16 -0
  432. package/dist-lib/src/preview/pages/ChatV2/components/ConversationActionsMenu/conversation-actions-menu.d.ts.map +1 -0
  433. package/dist-lib/src/preview/pages/ChatV2/components/ConversationActionsMenu/index.d.ts +2 -0
  434. package/dist-lib/src/preview/pages/ChatV2/components/ConversationActionsMenu/index.d.ts.map +1 -0
  435. package/dist-lib/src/preview/pages/ChatV2/components/ConversationColumn/conversation-column.d.ts +8 -0
  436. package/dist-lib/src/preview/pages/ChatV2/components/ConversationColumn/conversation-column.d.ts.map +1 -0
  437. package/dist-lib/src/preview/pages/ChatV2/components/ConversationColumn/conversation-column.styles.d.ts +86 -0
  438. package/dist-lib/src/preview/pages/ChatV2/components/ConversationColumn/conversation-column.styles.d.ts.map +1 -0
  439. package/dist-lib/src/preview/pages/ChatV2/components/ConversationColumn/conversation-column.types.d.ts +10 -0
  440. package/dist-lib/src/preview/pages/ChatV2/components/ConversationColumn/conversation-column.types.d.ts.map +1 -0
  441. package/dist-lib/src/preview/pages/ChatV2/components/ConversationColumn/index.d.ts +3 -0
  442. package/dist-lib/src/preview/pages/ChatV2/components/ConversationColumn/index.d.ts.map +1 -0
  443. package/dist-lib/src/preview/pages/ChatV2/components/ConversationListItem/conversation-list-item.d.ts +7 -0
  444. package/dist-lib/src/preview/pages/ChatV2/components/ConversationListItem/conversation-list-item.d.ts.map +1 -0
  445. package/dist-lib/src/preview/pages/ChatV2/components/ConversationListItem/conversation-list-item.styles.d.ts +100 -0
  446. package/dist-lib/src/preview/pages/ChatV2/components/ConversationListItem/conversation-list-item.styles.d.ts.map +1 -0
  447. package/dist-lib/src/preview/pages/ChatV2/components/ConversationListItem/conversation-list-item.types.d.ts +7 -0
  448. package/dist-lib/src/preview/pages/ChatV2/components/ConversationListItem/conversation-list-item.types.d.ts.map +1 -0
  449. package/dist-lib/src/preview/pages/ChatV2/components/ConversationListItem/index.d.ts +3 -0
  450. package/dist-lib/src/preview/pages/ChatV2/components/ConversationListItem/index.d.ts.map +1 -0
  451. package/dist-lib/src/preview/pages/ChatV2/components/DateSeparator/date-separator.d.ts +10 -0
  452. package/dist-lib/src/preview/pages/ChatV2/components/DateSeparator/date-separator.d.ts.map +1 -0
  453. package/dist-lib/src/preview/pages/ChatV2/components/DetailField/detail-field.d.ts +13 -0
  454. package/dist-lib/src/preview/pages/ChatV2/components/DetailField/detail-field.d.ts.map +1 -0
  455. package/dist-lib/src/preview/pages/ChatV2/components/DetailSection/detail-section.d.ts +13 -0
  456. package/dist-lib/src/preview/pages/ChatV2/components/DetailSection/detail-section.d.ts.map +1 -0
  457. package/dist-lib/src/preview/pages/ChatV2/components/DetailSection/index.d.ts +2 -0
  458. package/dist-lib/src/preview/pages/ChatV2/components/DetailSection/index.d.ts.map +1 -0
  459. package/dist-lib/src/preview/pages/ChatV2/components/DetailsColumn/details-column.d.ts +8 -0
  460. package/dist-lib/src/preview/pages/ChatV2/components/DetailsColumn/details-column.d.ts.map +1 -0
  461. package/dist-lib/src/preview/pages/ChatV2/components/DetailsColumn/details-column.styles.d.ts +131 -0
  462. package/dist-lib/src/preview/pages/ChatV2/components/DetailsColumn/details-column.styles.d.ts.map +1 -0
  463. package/dist-lib/src/preview/pages/ChatV2/components/DetailsColumn/details-column.types.d.ts +15 -0
  464. package/dist-lib/src/preview/pages/ChatV2/components/DetailsColumn/details-column.types.d.ts.map +1 -0
  465. package/dist-lib/src/preview/pages/ChatV2/components/DetailsColumn/index.d.ts +3 -0
  466. package/dist-lib/src/preview/pages/ChatV2/components/DetailsColumn/index.d.ts.map +1 -0
  467. package/dist-lib/src/preview/pages/ChatV2/components/FilterRow/filter-row.d.ts +12 -0
  468. package/dist-lib/src/preview/pages/ChatV2/components/FilterRow/filter-row.d.ts.map +1 -0
  469. package/dist-lib/src/preview/pages/ChatV2/components/FilterRow/filter-row.styles.d.ts +67 -0
  470. package/dist-lib/src/preview/pages/ChatV2/components/FilterRow/filter-row.styles.d.ts.map +1 -0
  471. package/dist-lib/src/preview/pages/ChatV2/components/FilterRow/index.d.ts +2 -0
  472. package/dist-lib/src/preview/pages/ChatV2/components/FilterRow/index.d.ts.map +1 -0
  473. package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/filters-column.d.ts +7 -0
  474. package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/filters-column.d.ts.map +1 -0
  475. package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/filters-column.styles.d.ts +104 -0
  476. package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/filters-column.styles.d.ts.map +1 -0
  477. package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/filters-column.types.d.ts +12 -0
  478. package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/filters-column.types.d.ts.map +1 -0
  479. package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/filters-rail.d.ts +7 -0
  480. package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/filters-rail.d.ts.map +1 -0
  481. package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/index.d.ts +4 -0
  482. package/dist-lib/src/preview/pages/ChatV2/components/FiltersColumn/index.d.ts.map +1 -0
  483. package/dist-lib/src/preview/pages/ChatV2/components/MessageBubble/index.d.ts +3 -0
  484. package/dist-lib/src/preview/pages/ChatV2/components/MessageBubble/index.d.ts.map +1 -0
  485. package/dist-lib/src/preview/pages/ChatV2/components/MessageBubble/message-bubble.d.ts +7 -0
  486. package/dist-lib/src/preview/pages/ChatV2/components/MessageBubble/message-bubble.d.ts.map +1 -0
  487. package/dist-lib/src/preview/pages/ChatV2/components/MessageBubble/message-bubble.styles.d.ts +76 -0
  488. package/dist-lib/src/preview/pages/ChatV2/components/MessageBubble/message-bubble.styles.d.ts.map +1 -0
  489. package/dist-lib/src/preview/pages/ChatV2/components/MessageBubble/message-bubble.types.d.ts +5 -0
  490. package/dist-lib/src/preview/pages/ChatV2/components/MessageBubble/message-bubble.types.d.ts.map +1 -0
  491. package/dist-lib/src/preview/pages/ChatV2/components/PersonAvatar/index.d.ts +2 -0
  492. package/dist-lib/src/preview/pages/ChatV2/components/PersonAvatar/index.d.ts.map +1 -0
  493. package/dist-lib/src/preview/pages/ChatV2/components/PersonAvatar/person-avatar.d.ts +14 -0
  494. package/dist-lib/src/preview/pages/ChatV2/components/PersonAvatar/person-avatar.d.ts.map +1 -0
  495. package/dist-lib/src/preview/pages/ChatV2/components/QueueColumn/index.d.ts +3 -0
  496. package/dist-lib/src/preview/pages/ChatV2/components/QueueColumn/index.d.ts.map +1 -0
  497. package/dist-lib/src/preview/pages/ChatV2/components/QueueColumn/queue-column.d.ts +7 -0
  498. package/dist-lib/src/preview/pages/ChatV2/components/QueueColumn/queue-column.d.ts.map +1 -0
  499. package/dist-lib/src/preview/pages/ChatV2/components/QueueColumn/queue-column.styles.d.ts +86 -0
  500. package/dist-lib/src/preview/pages/ChatV2/components/QueueColumn/queue-column.styles.d.ts.map +1 -0
  501. package/dist-lib/src/preview/pages/ChatV2/components/QueueColumn/queue-column.types.d.ts +13 -0
  502. package/dist-lib/src/preview/pages/ChatV2/components/QueueColumn/queue-column.types.d.ts.map +1 -0
  503. package/dist-lib/src/preview/pages/ChatV2/components/RailItem/index.d.ts +2 -0
  504. package/dist-lib/src/preview/pages/ChatV2/components/RailItem/index.d.ts.map +1 -0
  505. package/dist-lib/src/preview/pages/ChatV2/components/RailItem/rail-item.d.ts +12 -0
  506. package/dist-lib/src/preview/pages/ChatV2/components/RailItem/rail-item.d.ts.map +1 -0
  507. package/dist-lib/src/preview/pages/ChatV2/components/RailItem/rail-item.styles.d.ts +49 -0
  508. package/dist-lib/src/preview/pages/ChatV2/components/RailItem/rail-item.styles.d.ts.map +1 -0
  509. package/dist-lib/src/preview/pages/ChatV2/hooks/use-resizable.d.ts +36 -0
  510. package/dist-lib/src/preview/pages/ChatV2/hooks/use-resizable.d.ts.map +1 -0
  511. package/dist-lib/src/preview/pages/ChatV2/index.d.ts +11 -0
  512. package/dist-lib/src/preview/pages/ChatV2/index.d.ts.map +1 -0
  513. package/dist-lib/src/preview/pages/ClientesShowcase/ClientesShowcase.d.ts +2 -0
  514. package/dist-lib/src/preview/pages/ClientesShowcase/ClientesShowcase.d.ts.map +1 -0
  515. package/dist-lib/src/preview/pages/ClientesShowcase/clientes-showcase-mocks.d.ts +35 -0
  516. package/dist-lib/src/preview/pages/ClientesShowcase/clientes-showcase-mocks.d.ts.map +1 -0
  517. package/dist-lib/src/preview/pages/ClientesShowcase/clientes-showcase.styles.d.ts +42 -0
  518. package/dist-lib/src/preview/pages/ClientesShowcase/clientes-showcase.styles.d.ts.map +1 -0
  519. package/dist-lib/src/preview/pages/ClientesShowcase/clientes-showcase.types.d.ts +16 -0
  520. package/dist-lib/src/preview/pages/ClientesShowcase/clientes-showcase.types.d.ts.map +1 -0
  521. package/dist-lib/src/preview/pages/ClientesShowcase/components/DetailDrawer/detail-drawer.d.ts +8 -0
  522. package/dist-lib/src/preview/pages/ClientesShowcase/components/DetailDrawer/detail-drawer.d.ts.map +1 -0
  523. package/dist-lib/src/preview/pages/ClientesShowcase/components/DetailDrawer/detail-drawer.styles.d.ts +73 -0
  524. package/dist-lib/src/preview/pages/ClientesShowcase/components/DetailDrawer/detail-drawer.styles.d.ts.map +1 -0
  525. package/dist-lib/src/preview/pages/ClientesShowcase/components/DetailDrawer/detail-drawer.types.d.ts +14 -0
  526. package/dist-lib/src/preview/pages/ClientesShowcase/components/DetailDrawer/detail-drawer.types.d.ts.map +1 -0
  527. package/dist-lib/src/preview/pages/ClientesShowcase/components/DetailDrawer/index.d.ts +3 -0
  528. package/dist-lib/src/preview/pages/ClientesShowcase/components/DetailDrawer/index.d.ts.map +1 -0
  529. package/dist-lib/src/preview/pages/ClientesShowcase/components/NovoClienteDrawer/index.d.ts +3 -0
  530. package/dist-lib/src/preview/pages/ClientesShowcase/components/NovoClienteDrawer/index.d.ts.map +1 -0
  531. package/dist-lib/src/preview/pages/ClientesShowcase/components/NovoClienteDrawer/novo-cliente-drawer.d.ts +22 -0
  532. package/dist-lib/src/preview/pages/ClientesShowcase/components/NovoClienteDrawer/novo-cliente-drawer.d.ts.map +1 -0
  533. package/dist-lib/src/preview/pages/ClientesShowcase/index.d.ts +11 -0
  534. package/dist-lib/src/preview/pages/ClientesShowcase/index.d.ts.map +1 -0
  535. package/dist-lib/src/preview/pages/DashboardShowcase.d.ts +2 -0
  536. package/dist-lib/src/preview/pages/DashboardShowcase.d.ts.map +1 -0
  537. package/dist-lib/src/utils/tv.d.ts +4 -0
  538. package/dist-lib/src/utils/tv.d.ts.map +1 -0
  539. package/dist-lib/tokens/brands/default/components/sizing.d.ts +137 -0
  540. package/dist-lib/tokens/brands/default/components/sizing.d.ts.map +1 -0
  541. package/dist-lib/tokens/brands/default/components/spacing.d.ts +28 -0
  542. package/dist-lib/tokens/brands/default/components/spacing.d.ts.map +1 -0
  543. package/dist-lib/tokens/brands/default/primitives/color-palette.d.ts +276 -0
  544. package/dist-lib/tokens/brands/default/primitives/color-palette.d.ts.map +1 -0
  545. package/dist-lib/tokens/brands/default/primitives/fonts.d.ts +63 -0
  546. package/dist-lib/tokens/brands/default/primitives/fonts.d.ts.map +1 -0
  547. package/dist-lib/tokens/brands/default/primitives/motion.d.ts +47 -0
  548. package/dist-lib/tokens/brands/default/primitives/motion.d.ts.map +1 -0
  549. package/dist-lib/tokens/brands/default/primitives/scales.d.ts +50 -0
  550. package/dist-lib/tokens/brands/default/primitives/scales.d.ts.map +1 -0
  551. package/dist-lib/tokens/brands/default/semantic/color-dark.d.ts +187 -0
  552. package/dist-lib/tokens/brands/default/semantic/color-dark.d.ts.map +1 -0
  553. package/dist-lib/tokens/brands/default/semantic/color-light.d.ts +192 -0
  554. package/dist-lib/tokens/brands/default/semantic/color-light.d.ts.map +1 -0
  555. package/dist-lib/tokens/brands/default/semantic/elevation.d.ts +147 -0
  556. package/dist-lib/tokens/brands/default/semantic/elevation.d.ts.map +1 -0
  557. package/dist-lib/tokens/brands/default/semantic/shape.d.ts +90 -0
  558. package/dist-lib/tokens/brands/default/semantic/shape.d.ts.map +1 -0
  559. package/dist-lib/tokens/brands/default/semantic/sizing.d.ts +42 -0
  560. package/dist-lib/tokens/brands/default/semantic/sizing.d.ts.map +1 -0
  561. package/dist-lib/tokens/brands/default/semantic/spacing.d.ts +121 -0
  562. package/dist-lib/tokens/brands/default/semantic/spacing.d.ts.map +1 -0
  563. package/dist-lib/tokens/brands/default/semantic/typography.d.ts +59 -0
  564. package/dist-lib/tokens/brands/default/semantic/typography.d.ts.map +1 -0
  565. package/dist-lib/tokens/index.d.ts +22 -0
  566. package/dist-lib/tokens/index.d.ts.map +1 -0
  567. package/package.json +10 -4
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app-shell.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/AppShell/app-shell.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EACV,oBAAoB,EACpB,kBAAkB,EAClB,oBAAoB,EACpB,yBAAyB,EACzB,iBAAiB,EAClB,MAAM,WAAW,CAAC;AACnB,OAAO,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEtE;;;GAGG;AACH,MAAM,MAAM,YAAY,GAAG;IACzB,sDAAsD;IACtD,IAAI,EAAE,MAAM,CAAC;IACb,8CAA8C;IAC9C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,wDAAwD;IACxD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,4EAA4E;IAC5E,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,uEAAuE;IACvE,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,4EAA4E;AAC5E,MAAM,MAAM,oBAAoB,GAAG;IACjC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,UAAU,CAAC;CAClB,CAAC;AAEF;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,MAAM,aAAa,GAAG;IAE1B,wEAAwE;IACxE,QAAQ,EAAE,cAAc,EAAE,CAAC;IAC3B,8EAA8E;IAC9E,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,mCAAmC;IACnC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,eAAe,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,oDAAoD;IACpD,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,+BAA+B;IAC/B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,eAAe,KAAK,IAAI,CAAC;IAG9C,sEAAsE;IACtE,UAAU,EAAE,oBAAoB,EAAE,CAAC;IACnC,kEAAkE;IAClE,aAAa,CAAC,EAAE,kBAAkB,EAAE,CAAC;IACrC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,uCAAuC;IACvC,aAAa,CAAC,EAAE,yBAAyB,CAAC;IAC1C,oCAAoC;IACpC,QAAQ,CAAC,EAAE,oBAAoB,CAAC;IAChC,4DAA4D;IAC5D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,YAAY,CAAC,EAAE,iBAAiB,EAAE,CAAC;IACnC,6CAA6C;IAC7C,eAAe,CAAC,EAAE,SAAS,CAAC;IAG5B;;;;OAIG;IACH,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,0DAA0D;IAC1D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,cAAc,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,aAAa,CAAC,EAAE,oBAAoB,EAAE,CAAC;IACvC,wEAAwE;IACxE,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,+DAA+D;IAC/D,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IAGtB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,oBAAoB,CAAC,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;IAGpD;gEAC4D;IAC5D,QAAQ,EAAE,SAAS,CAAC;IACpB,yEAAyE;IACzE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAG3B,+DAA+D;IAC/D,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC"}
@@ -0,0 +1,5 @@
1
+ export { AppShell } from './app-shell';
2
+ export type { AppShellProps, AppShellUser, AppShellLayoutOption, } from './app-shell.types';
3
+ export { UserMenu } from './user-menu';
4
+ export type { UserMenuProps } from './user-menu';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/AppShell/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,YAAY,EACV,aAAa,EACb,YAAY,EACZ,oBAAoB,GACrB,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,YAAY,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC"}
@@ -0,0 +1,30 @@
1
+ import { HeaderThemeOption } from '../Header';
2
+ import { AppShellLayoutOption, AppShellUser } from './app-shell.types';
3
+ export type UserMenuProps = {
4
+ user: AppShellUser;
5
+ /** Layout state (radio group). Sem theme/layout escondidos automaticamente. */
6
+ layout?: string;
7
+ onLayoutChange?: (id: string) => void;
8
+ layoutOptions?: AppShellLayoutOption[];
9
+ theme?: string;
10
+ onThemeChange?: (id: string) => void;
11
+ themeOptions?: HeaderThemeOption[];
12
+ onSettings?: () => void;
13
+ onLogout?: () => void;
14
+ };
15
+ /**
16
+ * UserMenu — Avatar do rail do MenuSidebar com DropdownMenu.
17
+ *
18
+ * Conteúdo (na ordem):
19
+ * 1. Header com avatar + nome + email
20
+ * 2. Separator
21
+ * 3. Layout radio group (se layoutOptions)
22
+ * 4. Tema radio group (se themeOptions)
23
+ * 5. Configurações (se onSettings)
24
+ * 6. Separator
25
+ * 7. Sair (se onLogout)
26
+ *
27
+ * Renderizado como `user={<UserMenu ...>}` na MenuSidebar.
28
+ */
29
+ export declare function UserMenu({ user, layout, onLayoutChange, layoutOptions, theme, onThemeChange, themeOptions, onSettings, onLogout, }: UserMenuProps): import("react/jsx-runtime").JSX.Element;
30
+ //# sourceMappingURL=user-menu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user-menu.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/AppShell/user-menu.tsx"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AACnD,OAAO,KAAK,EAAE,oBAAoB,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAE5E,MAAM,MAAM,aAAa,GAAG;IAC1B,IAAI,EAAE,YAAY,CAAC;IACnB,+EAA+E;IAC/E,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,cAAc,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,aAAa,CAAC,EAAE,oBAAoB,EAAE,CAAC;IACvC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,YAAY,CAAC,EAAE,iBAAiB,EAAE,CAAC;IACnC,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAYF;;;;;;;;;;;;;GAaG;AACH,wBAAgB,QAAQ,CAAC,EACvB,IAAI,EACJ,MAAM,EACN,cAAc,EACd,aAAa,EACb,KAAK,EACL,aAAa,EACb,YAAY,EACZ,UAAU,EACV,QAAQ,GACT,EAAE,aAAa,2CA8Jf"}
@@ -0,0 +1,16 @@
1
+ import { AvatarProps } from './avatar.types';
2
+ /**
3
+ * Avatar — circular badge with initials.
4
+ *
5
+ * Supports semantic `color` presets (brand, success, warning, critical, info, muted)
6
+ * and a `colorHex` override for person-specific hex colors.
7
+ *
8
+ * When `colorHex` is provided, background is set via inline style and text
9
+ * becomes `text-white` (decorative text over solid color — analogous to L-014).
10
+ *
11
+ * Accessibility:
12
+ * - With `aria-label` → role="img" (semantic avatar)
13
+ * - Without `aria-label` → aria-hidden="true" (decorative, inside a card/cell)
14
+ */
15
+ export declare const Avatar: import('react').ForwardRefExoticComponent<AvatarProps & import('react').RefAttributes<HTMLDivElement>>;
16
+ //# sourceMappingURL=avatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Avatar/avatar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,MAAM,wGAwClB,CAAC"}
@@ -0,0 +1,74 @@
1
+ import { VariantProps } from '../../../utils/tv';
2
+ /**
3
+ * Avatar styles — iGreen DS
4
+ *
5
+ * Circular badge with initials. No interactive states (no hover, no focus, no disabled).
6
+ *
7
+ * Size uses `size-comp-*` tokens (square: width = height):
8
+ * xs = 20px (comp-2xs) | sm = 24px (comp-xs) | md = 28px (comp-sm)
9
+ * lg = 32px (comp-md) | xl = 40px (comp-xl)
10
+ *
11
+ * Color applies bg + fg pairs from semantic tokens.
12
+ * `_custom` is an internal-only variant used when `colorHex` overrides the
13
+ * background via inline style — it intentionally applies no bg/fg so the
14
+ * component can set them manually.
15
+ *
16
+ * Typography scales with size to keep initials proportional inside the circle.
17
+ */
18
+ export declare const avatarVariants: import('tailwind-variants').TVReturnType<{
19
+ size: {
20
+ xs: string;
21
+ sm: string;
22
+ md: string;
23
+ lg: string;
24
+ xl: string;
25
+ };
26
+ color: {
27
+ brand: string;
28
+ success: string;
29
+ warning: string;
30
+ critical: string;
31
+ info: string;
32
+ muted: string;
33
+ /** Internal: used by colorHex override — no bg/fg applied. */
34
+ _custom: string;
35
+ };
36
+ }, undefined, string[], {
37
+ size: {
38
+ xs: string;
39
+ sm: string;
40
+ md: string;
41
+ lg: string;
42
+ xl: string;
43
+ };
44
+ color: {
45
+ brand: string;
46
+ success: string;
47
+ warning: string;
48
+ critical: string;
49
+ info: string;
50
+ muted: string;
51
+ /** Internal: used by colorHex override — no bg/fg applied. */
52
+ _custom: string;
53
+ };
54
+ }, undefined, import('tailwind-variants').TVReturnType<{
55
+ size: {
56
+ xs: string;
57
+ sm: string;
58
+ md: string;
59
+ lg: string;
60
+ xl: string;
61
+ };
62
+ color: {
63
+ brand: string;
64
+ success: string;
65
+ warning: string;
66
+ critical: string;
67
+ info: string;
68
+ muted: string;
69
+ /** Internal: used by colorHex override — no bg/fg applied. */
70
+ _custom: string;
71
+ };
72
+ }, undefined, string[], unknown, unknown, undefined>>;
73
+ export type AvatarVariantProps = VariantProps<typeof avatarVariants>;
74
+ //# sourceMappingURL=avatar.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"avatar.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Avatar/avatar.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,YAAY,CAAC;AAEnD;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;QA2BrB,8DAA8D;;;;;;;;;;;;;;;;;;QAA9D,8DAA8D;;;;;;;;;;;;;;;;;;QAA9D,8DAA8D;;;qDASlE,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,YAAY,CAAC,OAAO,cAAc,CAAC,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { AvatarVariantProps } from './avatar.styles';
2
+ export interface AvatarProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "color">, Omit<AvatarVariantProps, "color"> {
3
+ /**
4
+ * Semantic color preset for bg + fg pairing.
5
+ * Ignored when `colorHex` is provided.
6
+ * @default "muted"
7
+ */
8
+ color?: "brand" | "success" | "warning" | "critical" | "info" | "muted";
9
+ /**
10
+ * Hex color override (e.g. person-specific color).
11
+ * When provided, background is set via inline style and text becomes white.
12
+ * Takes precedence over `color`.
13
+ */
14
+ colorHex?: string;
15
+ }
16
+ //# sourceMappingURL=avatar.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"avatar.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Avatar/avatar.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAE1D,MAAM,WAAW,WACf,SAAQ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,OAAO,CAAC,EACzD,IAAI,CAAC,kBAAkB,EAAE,OAAO,CAAC;IACnC;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,MAAM,GAAG,OAAO,CAAC;IAExE;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
@@ -0,0 +1,4 @@
1
+ export { Avatar } from './avatar';
2
+ export { avatarVariants, type AvatarVariantProps } from './avatar.styles';
3
+ export type { AvatarProps } from './avatar.types';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Avatar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,KAAK,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAC1E,YAAY,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { ButtonProps } from './button.types';
2
+ export declare const Button: import('react').ForwardRefExoticComponent<ButtonProps & import('react').RefAttributes<HTMLButtonElement>>;
3
+ //# sourceMappingURL=button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Button/button.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAGlD,eAAO,MAAM,MAAM,2GA4ClB,CAAC"}
@@ -0,0 +1,147 @@
1
+ import { VariantProps } from '../../../utils/tv';
2
+ /**
3
+ * Button styles — V3 tokens (alinhado com /design-and-table-v2)
4
+ *
5
+ * Specs base:
6
+ * - font-size 13px (text-body-md font-medium = 0.8125rem / 600)
7
+ * - border-radius 10px (rounded-radius-lg)
8
+ * - secondary usa fg-secondary
9
+ * - rings cor-pura via ring.{brand|danger|success|warning|secondary}
10
+ *
11
+ * Variants color: primary/secondary/critical/success/warning
12
+ * - primary → bg-brand / fg-brand / border-brand
13
+ * - critical → bg-danger / fg-danger / border-danger-muted
14
+ * - secondary → neutros (bg-muted, fg-secondary, border-default)
15
+ *
16
+ * Variants visual: filled/outline/soft/ghost
17
+ *
18
+ * Sizes mantidas (largura/espaçamento como estavam).
19
+ *
20
+ * Disabled: opacity-50 (v3 não tem bg-disabled token).
21
+ */
22
+ export declare const buttonVariants: import('tailwind-variants').TVReturnType<{
23
+ color: {
24
+ primary: string;
25
+ secondary: string;
26
+ critical: string;
27
+ success: string;
28
+ warning: string;
29
+ };
30
+ variant: {
31
+ filled: string;
32
+ outline: string;
33
+ soft: string;
34
+ ghost: string;
35
+ };
36
+ size: {
37
+ "2xs": string;
38
+ xs: string;
39
+ sm: string;
40
+ md: string;
41
+ lg: string;
42
+ "icon-2xs": string;
43
+ "icon-xs": string;
44
+ "icon-sm": string;
45
+ "icon-md": string;
46
+ "icon-lg": string;
47
+ };
48
+ fullWidth: {
49
+ true: string;
50
+ };
51
+ /**
52
+ * Shape do botão:
53
+ * - rounded (default): mantém o radius da `size` (varia por tamanho)
54
+ * - pill: força `rounded-full` (override com `!` pra ganhar do size)
55
+ */
56
+ shape: {
57
+ rounded: string;
58
+ pill: string;
59
+ };
60
+ disabled: {
61
+ true: string;
62
+ };
63
+ }, undefined, string[], {
64
+ color: {
65
+ primary: string;
66
+ secondary: string;
67
+ critical: string;
68
+ success: string;
69
+ warning: string;
70
+ };
71
+ variant: {
72
+ filled: string;
73
+ outline: string;
74
+ soft: string;
75
+ ghost: string;
76
+ };
77
+ size: {
78
+ "2xs": string;
79
+ xs: string;
80
+ sm: string;
81
+ md: string;
82
+ lg: string;
83
+ "icon-2xs": string;
84
+ "icon-xs": string;
85
+ "icon-sm": string;
86
+ "icon-md": string;
87
+ "icon-lg": string;
88
+ };
89
+ fullWidth: {
90
+ true: string;
91
+ };
92
+ /**
93
+ * Shape do botão:
94
+ * - rounded (default): mantém o radius da `size` (varia por tamanho)
95
+ * - pill: força `rounded-full` (override com `!` pra ganhar do size)
96
+ */
97
+ shape: {
98
+ rounded: string;
99
+ pill: string;
100
+ };
101
+ disabled: {
102
+ true: string;
103
+ };
104
+ }, undefined, import('tailwind-variants').TVReturnType<{
105
+ color: {
106
+ primary: string;
107
+ secondary: string;
108
+ critical: string;
109
+ success: string;
110
+ warning: string;
111
+ };
112
+ variant: {
113
+ filled: string;
114
+ outline: string;
115
+ soft: string;
116
+ ghost: string;
117
+ };
118
+ size: {
119
+ "2xs": string;
120
+ xs: string;
121
+ sm: string;
122
+ md: string;
123
+ lg: string;
124
+ "icon-2xs": string;
125
+ "icon-xs": string;
126
+ "icon-sm": string;
127
+ "icon-md": string;
128
+ "icon-lg": string;
129
+ };
130
+ fullWidth: {
131
+ true: string;
132
+ };
133
+ /**
134
+ * Shape do botão:
135
+ * - rounded (default): mantém o radius da `size` (varia por tamanho)
136
+ * - pill: força `rounded-full` (override com `!` pra ganhar do size)
137
+ */
138
+ shape: {
139
+ rounded: string;
140
+ pill: string;
141
+ };
142
+ disabled: {
143
+ true: string;
144
+ };
145
+ }, undefined, string[], unknown, unknown, undefined>>;
146
+ export type ButtonVariantProps = VariantProps<typeof buttonVariants>;
147
+ //# sourceMappingURL=button.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Button/button.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,YAAY,CAAC;AAEnD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAsDvB;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAJH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAJH;;;;OAIG;;;;;;;;qDAwHL,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,YAAY,CAAC,OAAO,cAAc,CAAC,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { ButtonVariantProps } from './button.styles';
2
+ export interface ButtonProps extends Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "disabled" | "color">, ButtonVariantProps {
3
+ loading?: boolean;
4
+ iconLeft?: React.ReactNode;
5
+ iconRight?: React.ReactNode;
6
+ }
7
+ //# sourceMappingURL=button.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Button/button.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAE1D,MAAM,WAAW,WACf,SAAQ,IAAI,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC,EAC/E,kBAAkB;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC7B"}
@@ -0,0 +1,4 @@
1
+ export { Button } from './button';
2
+ export { buttonVariants, type ButtonVariantProps } from './button.styles';
3
+ export type { ButtonProps } from './button.types';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,KAAK,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAC1E,YAAY,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,68 @@
1
+ import { ReactNode } from 'react';
2
+ import { ChipVariantProps } from './chip.styles';
3
+ import * as ToggleGroupPrimitive from "@radix-ui/react-toggle-group";
4
+ type ChipColor = NonNullable<ChipVariantProps["color"]>;
5
+ type ChipVariant = NonNullable<ChipVariantProps["variant"]>;
6
+ type ChipSize = NonNullable<ChipVariantProps["size"]>;
7
+ type ChipShape = NonNullable<ChipVariantProps["shape"]>;
8
+ type CommonProps = {
9
+ /** Cor do estado INATIVO (default `"neutral"`) */
10
+ inactiveColor?: ChipColor;
11
+ /** Variant do estado INATIVO (default `"outline"`) */
12
+ inactiveVariant?: ChipVariant;
13
+ /** Cor do estado ATIVO (default `"primary"`) */
14
+ activeColor?: ChipColor;
15
+ /** Variant do estado ATIVO (default `"soft-outline"`) */
16
+ activeVariant?: ChipVariant;
17
+ /** Size aplicado em todos os chips do grupo */
18
+ size?: ChipSize;
19
+ /** Shape aplicado em todos os chips (default `"pill"`) */
20
+ shape?: ChipShape;
21
+ /** Direção do grupo */
22
+ orientation?: "horizontal" | "vertical";
23
+ /** Aria-label do grupo */
24
+ ariaLabel?: string;
25
+ className?: string;
26
+ children: ReactNode;
27
+ };
28
+ type SingleProps = CommonProps & {
29
+ type: "single";
30
+ value?: string;
31
+ defaultValue?: string;
32
+ onValueChange?: (value: string) => void;
33
+ };
34
+ type MultipleProps = CommonProps & {
35
+ type: "multiple";
36
+ value?: string[];
37
+ defaultValue?: string[];
38
+ onValueChange?: (value: string[]) => void;
39
+ };
40
+ export type ChipGroupProps = SingleProps | MultipleProps;
41
+ /**
42
+ * ChipGroup — agrupa chips com seleção controlada.
43
+ *
44
+ * - `type="single"`: escolha única (radio-like)
45
+ * - `type="multiple"`: escolha múltipla (checkbox-like)
46
+ *
47
+ * **Estado visual configurável independentemente:**
48
+ * - `inactiveColor` + `inactiveVariant` → estilo dos items NÃO selecionados
49
+ * (default: `neutral` + `outline`)
50
+ * - `activeColor` + `activeVariant` → estilo dos items SELECIONADOS
51
+ * (default: `primary` + `soft-outline`)
52
+ *
53
+ * Usa `@radix-ui/react-toggle-group` por baixo.
54
+ */
55
+ export declare const ChipGroup: import('react').ForwardRefExoticComponent<ChipGroupProps & import('react').RefAttributes<HTMLDivElement>>;
56
+ export type ChipGroupItemProps = Omit<React.ComponentPropsWithoutRef<typeof ToggleGroupPrimitive.Item>, "color">;
57
+ /**
58
+ * ChipGroupItem — item dentro do `<ChipGroup>`. Visual gerenciado pelo
59
+ * grupo via context: estilo `inactive*` quando OFF e `active*` quando ON.
60
+ *
61
+ * <ChipGroup type="single" inactiveVariant="outline" activeVariant="soft-outline">
62
+ * <ChipGroupItem value="all">Todas</ChipGroupItem>
63
+ * <ChipGroupItem value="unread">Não lidas</ChipGroupItem>
64
+ * </ChipGroup>
65
+ */
66
+ export declare const ChipGroupItem: import('react').ForwardRefExoticComponent<ChipGroupItemProps & import('react').RefAttributes<HTMLButtonElement>>;
67
+ export {};
68
+ //# sourceMappingURL=chip-group.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chip-group.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Chip/chip-group.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAyC,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAC9E,OAAO,KAAK,oBAAoB,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAgB,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEpE,KAAK,SAAS,GAAG,WAAW,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC,CAAC;AACxD,KAAK,WAAW,GAAG,WAAW,CAAC,gBAAgB,CAAC,SAAS,CAAC,CAAC,CAAC;AAC5D,KAAK,QAAQ,GAAG,WAAW,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC,CAAC;AACtD,KAAK,SAAS,GAAG,WAAW,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC,CAAC;AAkDxD,KAAK,WAAW,GAAG;IACjB,kDAAkD;IAClD,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,sDAAsD;IACtD,eAAe,CAAC,EAAE,WAAW,CAAC;IAC9B,gDAAgD;IAChD,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,yDAAyD;IACzD,aAAa,CAAC,EAAE,WAAW,CAAC;IAC5B,+CAA+C;IAC/C,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,0DAA0D;IAC1D,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,uBAAuB;IACvB,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC,0BAA0B;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,KAAK,WAAW,GAAG,WAAW,GAAG;IAC/B,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACzC,CAAC;AAEF,KAAK,aAAa,GAAG,WAAW,GAAG;IACjC,IAAI,EAAE,UAAU,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;CAC3C,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,WAAW,GAAG,aAAa,CAAC;AAEzD;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,SAAS,2GAoErB,CAAC;AAuBF,MAAM,MAAM,kBAAkB,GAAG,IAAI,CACnC,KAAK,CAAC,wBAAwB,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,EAChE,OAAO,CACR,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,aAAa,kHAiCzB,CAAC"}
@@ -0,0 +1,39 @@
1
+ import { ReactNode } from 'react';
2
+ import { ChipVariantProps } from './chip.styles';
3
+ export type ChipProps = Omit<React.ButtonHTMLAttributes<HTMLButtonElement> & React.HTMLAttributes<HTMLSpanElement>, "color"> & ChipVariantProps & {
4
+ /** Conteúdo (label, ícone, etc) */
5
+ children: ReactNode;
6
+ /**
7
+ * Quando passado, o chip vira `<button>` clicável. Se omitido,
8
+ * renderiza como `<span>` estático (pra status/tag).
9
+ */
10
+ onClick?: React.MouseEventHandler<HTMLButtonElement>;
11
+ /** Força renderizar como button mesmo sem onClick */
12
+ asButton?: boolean;
13
+ };
14
+ /**
15
+ * Chip — pílula compacta pra status/tags/filtros/abas.
16
+ *
17
+ * Dual-mode:
18
+ * - **Span estático** (default): usado pra Badge-like (status, categoria, count)
19
+ * - **Button interativo**: quando recebe `onClick` OU `asButton`
20
+ *
21
+ * Pra grupo de seleção (radio/checkbox via chips), use `<ChipGroup>`.
22
+ *
23
+ * Variantes:
24
+ * - `color`: primary | neutral | danger | warning | success | info (default `neutral`)
25
+ * - `variant`: solid | outline | soft (default `soft`)
26
+ * - `size`: sm (24px) | md (28px) | lg (32px) (default `md`)
27
+ */
28
+ export declare const Chip: import('react').ForwardRefExoticComponent<Omit<import('react').ButtonHTMLAttributes<HTMLButtonElement> & import('react').HTMLAttributes<HTMLSpanElement>, "color"> & ChipVariantProps & {
29
+ /** Conteúdo (label, ícone, etc) */
30
+ children: ReactNode;
31
+ /**
32
+ * Quando passado, o chip vira `<button>` clicável. Se omitido,
33
+ * renderiza como `<span>` estático (pra status/tag).
34
+ */
35
+ onClick?: React.MouseEventHandler<HTMLButtonElement>;
36
+ /** Força renderizar como button mesmo sem onClick */
37
+ asButton?: boolean;
38
+ } & import('react').RefAttributes<HTMLElement>>;
39
+ //# sourceMappingURL=chip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chip.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Chip/chip.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAgB,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEpE,MAAM,MAAM,SAAS,GAAG,IAAI,CAC1B,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,GAC3C,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,EACvC,OAAO,CACR,GACC,gBAAgB,GAAG;IACjB,mCAAmC;IACnC,QAAQ,EAAE,SAAS,CAAC;IACpB;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;IACrD,qDAAqD;IACrD,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEJ;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,IAAI;IAzBb,mCAAmC;cACzB,SAAS;IACnB;;;OAGG;cACO,KAAK,CAAC,iBAAiB,CAAC,iBAAiB,CAAC;IACpD,qDAAqD;eAC1C,OAAO;+CA+DpB,CAAC"}
@@ -0,0 +1,130 @@
1
+ import { VariantProps } from '../../../utils/tv';
2
+ /**
3
+ * Chip styles — pílula compacta pra status, tags, filtros, abas.
4
+ *
5
+ * Pode ser estático (span) ou interativo (button via `onClick` / dentro de ChipGroup).
6
+ *
7
+ * Variantes:
8
+ * - color: primary | neutral | danger | warning | success | info
9
+ * - variant: solid | outline | soft
10
+ * - size: sm (24px) | md (28px = form-xs) | lg (32px = form-sm)
11
+ *
12
+ * Padding/font-size escalam por size — alturas coerentes com o sistema (sm < form-xs
13
+ * pra ficar mais compacto que o menor botão; md/lg alinham com Button).
14
+ */
15
+ export declare const chipVariants: import('tailwind-variants').TVReturnType<{
16
+ size: {
17
+ sm: string;
18
+ md: string;
19
+ lg: string;
20
+ xl: string;
21
+ };
22
+ /**
23
+ * `pill` = rounded-full (default — chip pílula clássico).
24
+ * `rounded` = canto arredondado igual ao Button (radius-md em sm/md, radius-lg em lg/xl).
25
+ */
26
+ shape: {
27
+ pill: string;
28
+ rounded: string;
29
+ };
30
+ color: {
31
+ primary: string;
32
+ neutral: string;
33
+ danger: string;
34
+ warning: string;
35
+ success: string;
36
+ info: string;
37
+ };
38
+ variant: {
39
+ solid: string;
40
+ outline: string;
41
+ soft: string;
42
+ "soft-outline": string;
43
+ };
44
+ interactive: {
45
+ true: string;
46
+ false: string;
47
+ };
48
+ selected: {
49
+ true: string;
50
+ false: string;
51
+ };
52
+ }, undefined, string[], {
53
+ size: {
54
+ sm: string;
55
+ md: string;
56
+ lg: string;
57
+ xl: string;
58
+ };
59
+ /**
60
+ * `pill` = rounded-full (default — chip pílula clássico).
61
+ * `rounded` = canto arredondado igual ao Button (radius-md em sm/md, radius-lg em lg/xl).
62
+ */
63
+ shape: {
64
+ pill: string;
65
+ rounded: string;
66
+ };
67
+ color: {
68
+ primary: string;
69
+ neutral: string;
70
+ danger: string;
71
+ warning: string;
72
+ success: string;
73
+ info: string;
74
+ };
75
+ variant: {
76
+ solid: string;
77
+ outline: string;
78
+ soft: string;
79
+ "soft-outline": string;
80
+ };
81
+ interactive: {
82
+ true: string;
83
+ false: string;
84
+ };
85
+ selected: {
86
+ true: string;
87
+ false: string;
88
+ };
89
+ }, undefined, import('tailwind-variants').TVReturnType<{
90
+ size: {
91
+ sm: string;
92
+ md: string;
93
+ lg: string;
94
+ xl: string;
95
+ };
96
+ /**
97
+ * `pill` = rounded-full (default — chip pílula clássico).
98
+ * `rounded` = canto arredondado igual ao Button (radius-md em sm/md, radius-lg em lg/xl).
99
+ */
100
+ shape: {
101
+ pill: string;
102
+ rounded: string;
103
+ };
104
+ color: {
105
+ primary: string;
106
+ neutral: string;
107
+ danger: string;
108
+ warning: string;
109
+ success: string;
110
+ info: string;
111
+ };
112
+ variant: {
113
+ solid: string;
114
+ outline: string;
115
+ soft: string;
116
+ "soft-outline": string;
117
+ };
118
+ interactive: {
119
+ true: string;
120
+ false: string;
121
+ };
122
+ selected: {
123
+ true: string;
124
+ false: string;
125
+ };
126
+ }, undefined, string[], unknown, unknown, undefined>>;
127
+ export type ChipVariantProps = VariantProps<typeof chipVariants>;
128
+ /** Contador inline pra usar como adornment no Chip (ex: "Não lidas (3)") */
129
+ export declare const chipCount: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, string[], unknown, unknown, undefined>>;
130
+ //# sourceMappingURL=chip.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chip.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Chip/chip.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,YAAY,CAAC;AAEnD;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,YAAY;;;;;;;IAcrB;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAHH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAHH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;qDAgHL,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,YAAY,CAAC,OAAO,YAAY,CAAC,CAAC;AAEjE,4EAA4E;AAC5E,eAAO,MAAM,SAAS,sMAMpB,CAAC"}
@@ -0,0 +1,7 @@
1
+ export { Chip } from './chip';
2
+ export type { ChipProps } from './chip';
3
+ export { ChipGroup, ChipGroupItem } from './chip-group';
4
+ export type { ChipGroupProps, ChipGroupItemProps } from './chip-group';
5
+ export { chipVariants, chipCount } from './chip.styles';
6
+ export type { ChipVariantProps } from './chip.styles';
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Chip/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,YAAY,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AAExC,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AACxD,YAAY,EAAE,cAAc,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAEvE,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AACxD,YAAY,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC"}