@gyramais/gyra-design 0.2.21 → 0.2.23

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 (312) hide show
  1. package/dist/components/AiParecer/AiParecer.d.ts +75 -0
  2. package/dist/components/AiParecer/index.d.ts +1 -0
  3. package/dist/components/AiParecer/index.js +7 -0
  4. package/dist/components/AiParecer/index.js.map +1 -0
  5. package/dist/components/Email/Email.d.ts +26 -0
  6. package/dist/components/Email/index.d.ts +2 -0
  7. package/dist/components/Email/index.js +2 -0
  8. package/dist/components/Email/index.js.map +1 -0
  9. package/dist/components/Gauge/Gauge.d.ts +28 -0
  10. package/dist/components/Gauge/index.d.ts +2 -0
  11. package/dist/components/Gauge/index.js +7 -0
  12. package/dist/components/Gauge/index.js.map +1 -0
  13. package/dist/emails/balance-sheet-finalized/components/AiParecer/AiParecer.d.ts +75 -0
  14. package/dist/emails/balance-sheet-finalized/components/AiParecer/index.d.ts +1 -0
  15. package/dist/emails/balance-sheet-finalized/components/Avatar/Avatar.d.ts +10 -0
  16. package/dist/emails/balance-sheet-finalized/components/Avatar/index.d.ts +1 -0
  17. package/dist/emails/balance-sheet-finalized/components/Brasil/Brasil.d.ts +10 -0
  18. package/dist/emails/balance-sheet-finalized/components/Brasil/index.d.ts +1 -0
  19. package/dist/emails/balance-sheet-finalized/components/Button/Button.d.ts +19 -0
  20. package/dist/emails/balance-sheet-finalized/components/Button/index.d.ts +1 -0
  21. package/dist/emails/balance-sheet-finalized/components/Card/Card.d.ts +27 -0
  22. package/dist/emails/balance-sheet-finalized/components/Card/index.d.ts +1 -0
  23. package/dist/emails/balance-sheet-finalized/components/Chart/Chart.d.ts +43 -0
  24. package/dist/emails/balance-sheet-finalized/components/Chart/index.d.ts +1 -0
  25. package/dist/emails/balance-sheet-finalized/components/ChatWidget/ChatMessageBubble.d.ts +7 -0
  26. package/dist/emails/balance-sheet-finalized/components/ChatWidget/ChatWidget.d.ts +30 -0
  27. package/dist/emails/balance-sheet-finalized/components/ChatWidget/index.d.ts +3 -0
  28. package/dist/emails/balance-sheet-finalized/components/ChatWidget/types.d.ts +18 -0
  29. package/dist/emails/balance-sheet-finalized/components/Checkbox/Checkbox.d.ts +12 -0
  30. package/dist/emails/balance-sheet-finalized/components/Checkbox/index.d.ts +1 -0
  31. package/dist/emails/balance-sheet-finalized/components/Col/Col.d.ts +17 -0
  32. package/dist/emails/balance-sheet-finalized/components/Col/index.d.ts +1 -0
  33. package/dist/emails/balance-sheet-finalized/components/Collapse/Collapse.d.ts +10 -0
  34. package/dist/emails/balance-sheet-finalized/components/Collapse/CollapseIcon.d.ts +10 -0
  35. package/dist/emails/balance-sheet-finalized/components/Collapse/index.d.ts +2 -0
  36. package/dist/emails/balance-sheet-finalized/components/ContextMenu/ContextMenu.d.ts +45 -0
  37. package/dist/emails/balance-sheet-finalized/components/ContextMenu/index.d.ts +1 -0
  38. package/dist/emails/balance-sheet-finalized/components/DistributionBar/DistributionBar.d.ts +28 -0
  39. package/dist/emails/balance-sheet-finalized/components/DistributionBar/index.d.ts +1 -0
  40. package/dist/emails/balance-sheet-finalized/components/Divider/Divider.d.ts +10 -0
  41. package/dist/emails/balance-sheet-finalized/components/Divider/index.d.ts +1 -0
  42. package/dist/emails/balance-sheet-finalized/components/Drawer/Drawer.d.ts +16 -0
  43. package/dist/emails/balance-sheet-finalized/components/Drawer/index.d.ts +1 -0
  44. package/dist/emails/balance-sheet-finalized/components/DropdownMenu/DropdownMenu.d.ts +21 -0
  45. package/dist/emails/balance-sheet-finalized/components/DropdownMenu/index.d.ts +1 -0
  46. package/dist/emails/balance-sheet-finalized/components/Email/Email.d.ts +26 -0
  47. package/dist/emails/balance-sheet-finalized/components/Email/index.d.ts +2 -0
  48. package/dist/emails/balance-sheet-finalized/components/Empty/Empty.d.ts +10 -0
  49. package/dist/emails/balance-sheet-finalized/components/Empty/index.d.ts +1 -0
  50. package/dist/emails/balance-sheet-finalized/components/Filter/Filter.d.ts +21 -0
  51. package/dist/emails/balance-sheet-finalized/components/Filter/MultipleFilter.d.ts +27 -0
  52. package/dist/emails/balance-sheet-finalized/components/Filter/UniqueFilter.d.ts +27 -0
  53. package/dist/emails/balance-sheet-finalized/components/Filter/index.d.ts +3 -0
  54. package/dist/emails/balance-sheet-finalized/components/FloatingCard/FloatingCard.d.ts +12 -0
  55. package/dist/emails/balance-sheet-finalized/components/FloatingCard/index.d.ts +1 -0
  56. package/dist/emails/balance-sheet-finalized/components/Form/Form.d.ts +3 -0
  57. package/dist/emails/balance-sheet-finalized/components/Form/Item.d.ts +11 -0
  58. package/dist/emails/balance-sheet-finalized/components/Form/index.d.ts +1 -0
  59. package/dist/emails/balance-sheet-finalized/components/HoverCard/HoverCard.d.ts +14 -0
  60. package/dist/emails/balance-sheet-finalized/components/HoverCard/index.d.ts +1 -0
  61. package/dist/emails/balance-sheet-finalized/components/Icon/Icon.d.ts +11 -0
  62. package/dist/emails/balance-sheet-finalized/components/Icon/index.d.ts +1 -0
  63. package/dist/emails/balance-sheet-finalized/components/IconDisplay/IconDisplay.d.ts +10 -0
  64. package/dist/emails/balance-sheet-finalized/components/IconDisplay/index.d.ts +1 -0
  65. package/dist/emails/balance-sheet-finalized/components/Information/Information.d.ts +10 -0
  66. package/dist/emails/balance-sheet-finalized/components/Information/index.d.ts +1 -0
  67. package/dist/emails/balance-sheet-finalized/components/Input/Input.d.ts +55 -0
  68. package/dist/emails/balance-sheet-finalized/components/Input/Mention.d.ts +5 -0
  69. package/dist/emails/balance-sheet-finalized/components/Input/index.d.ts +1 -0
  70. package/dist/emails/balance-sheet-finalized/components/Label/Label.d.ts +5 -0
  71. package/dist/emails/balance-sheet-finalized/components/Label/index.d.ts +1 -0
  72. package/dist/emails/balance-sheet-finalized/components/Layout/Content.d.ts +9 -0
  73. package/dist/emails/balance-sheet-finalized/components/Layout/Footer.d.ts +9 -0
  74. package/dist/emails/balance-sheet-finalized/components/Layout/Header.d.ts +9 -0
  75. package/dist/emails/balance-sheet-finalized/components/Layout/Layout.d.ts +10 -0
  76. package/dist/emails/balance-sheet-finalized/components/Layout/Sider.d.ts +9 -0
  77. package/dist/emails/balance-sheet-finalized/components/Layout/index.d.ts +5 -0
  78. package/dist/emails/balance-sheet-finalized/components/List/List.d.ts +18 -0
  79. package/dist/emails/balance-sheet-finalized/components/List/index.d.ts +1 -0
  80. package/dist/emails/balance-sheet-finalized/components/Loading/Loading.d.ts +10 -0
  81. package/dist/emails/balance-sheet-finalized/components/Loading/index.d.ts +1 -0
  82. package/dist/emails/balance-sheet-finalized/components/Logo/Logo.d.ts +12 -0
  83. package/dist/emails/balance-sheet-finalized/components/Logo/index.d.ts +1 -0
  84. package/dist/emails/balance-sheet-finalized/components/Menubar/Menubar.d.ts +24 -0
  85. package/dist/emails/balance-sheet-finalized/components/Menubar/index.d.ts +1 -0
  86. package/dist/emails/balance-sheet-finalized/components/Modal/Modal.d.ts +25 -0
  87. package/dist/emails/balance-sheet-finalized/components/Modal/index.d.ts +1 -0
  88. package/dist/emails/balance-sheet-finalized/components/MultiSelectPicker/MultiSelectPicker.d.ts +42 -0
  89. package/dist/emails/balance-sheet-finalized/components/MultiSelectPicker/index.d.ts +1 -0
  90. package/dist/emails/balance-sheet-finalized/components/OperatorPicker/OperatorPicker.d.ts +26 -0
  91. package/dist/emails/balance-sheet-finalized/components/OperatorPicker/index.d.ts +1 -0
  92. package/dist/emails/balance-sheet-finalized/components/PickerPopover/PickerPopover.d.ts +56 -0
  93. package/dist/emails/balance-sheet-finalized/components/PickerPopover/index.d.ts +1 -0
  94. package/dist/emails/balance-sheet-finalized/components/Popover/Popover.d.ts +16 -0
  95. package/dist/emails/balance-sheet-finalized/components/Popover/index.d.ts +1 -0
  96. package/dist/emails/balance-sheet-finalized/components/ProcessingChip/ProcessingChip.d.ts +20 -0
  97. package/dist/emails/balance-sheet-finalized/components/ProcessingChip/index.d.ts +1 -0
  98. package/dist/emails/balance-sheet-finalized/components/Progress/Progress.d.ts +9 -0
  99. package/dist/emails/balance-sheet-finalized/components/Progress/index.d.ts +1 -0
  100. package/dist/emails/balance-sheet-finalized/components/RadioGroup/RadioGroup.d.ts +18 -0
  101. package/dist/emails/balance-sheet-finalized/components/RadioGroup/index.d.ts +1 -0
  102. package/dist/emails/balance-sheet-finalized/components/RichInput/RichInput.d.ts +15 -0
  103. package/dist/emails/balance-sheet-finalized/components/RichInput/images.d.ts +9 -0
  104. package/dist/emails/balance-sheet-finalized/components/RichInput/index.d.ts +1 -0
  105. package/dist/emails/balance-sheet-finalized/components/Row/Row.d.ts +18 -0
  106. package/dist/emails/balance-sheet-finalized/components/Row/index.d.ts +1 -0
  107. package/dist/emails/balance-sheet-finalized/components/RuleSearchPicker/RuleSearchPicker.d.ts +46 -0
  108. package/dist/emails/balance-sheet-finalized/components/RuleSearchPicker/index.d.ts +1 -0
  109. package/dist/emails/balance-sheet-finalized/components/ScoreBar/ScoreBar.d.ts +30 -0
  110. package/dist/emails/balance-sheet-finalized/components/ScoreBar/index.d.ts +1 -0
  111. package/dist/emails/balance-sheet-finalized/components/SegmentedPicker/SegmentedPicker.d.ts +27 -0
  112. package/dist/emails/balance-sheet-finalized/components/SegmentedPicker/index.d.ts +1 -0
  113. package/dist/emails/balance-sheet-finalized/components/SegmentedToggle/SegmentedToggle.d.ts +25 -0
  114. package/dist/emails/balance-sheet-finalized/components/SegmentedToggle/index.d.ts +1 -0
  115. package/dist/emails/balance-sheet-finalized/components/Select/Select.d.ts +27 -0
  116. package/dist/emails/balance-sheet-finalized/components/Select/index.d.ts +1 -0
  117. package/dist/emails/balance-sheet-finalized/components/SelectTree/SelectTree.d.ts +35 -0
  118. package/dist/emails/balance-sheet-finalized/components/SelectTree/index.d.ts +1 -0
  119. package/dist/emails/balance-sheet-finalized/components/Selector/Selector.d.ts +27 -0
  120. package/dist/emails/balance-sheet-finalized/components/Selector/index.d.ts +1 -0
  121. package/dist/emails/balance-sheet-finalized/components/StatusTag/StatusTag.d.ts +16 -0
  122. package/dist/emails/balance-sheet-finalized/components/StatusTag/index.d.ts +1 -0
  123. package/dist/emails/balance-sheet-finalized/components/Stepper/Stepper.d.ts +15 -0
  124. package/dist/emails/balance-sheet-finalized/components/Stepper/index.d.ts +1 -0
  125. package/dist/emails/balance-sheet-finalized/components/Switch/Switch.d.ts +11 -0
  126. package/dist/emails/balance-sheet-finalized/components/Switch/index.d.ts +1 -0
  127. package/dist/emails/balance-sheet-finalized/components/SyncChip/SyncChip.d.ts +17 -0
  128. package/dist/emails/balance-sheet-finalized/components/SyncChip/index.d.ts +1 -0
  129. package/dist/emails/balance-sheet-finalized/components/Table/Table.d.ts +29 -0
  130. package/dist/emails/balance-sheet-finalized/components/Table/index.d.ts +1 -0
  131. package/dist/emails/balance-sheet-finalized/components/Tabs/Tabs.d.ts +20 -0
  132. package/dist/emails/balance-sheet-finalized/components/Tabs/index.d.ts +1 -0
  133. package/dist/emails/balance-sheet-finalized/components/Tag/Tag.d.ts +10 -0
  134. package/dist/emails/balance-sheet-finalized/components/Tag/index.d.ts +1 -0
  135. package/dist/emails/balance-sheet-finalized/components/Toast/Toast.d.ts +4 -0
  136. package/dist/emails/balance-sheet-finalized/components/Toast/index.d.ts +1 -0
  137. package/dist/emails/balance-sheet-finalized/components/Tooltip/Tooltip.d.ts +16 -0
  138. package/dist/emails/balance-sheet-finalized/components/Tooltip/index.d.ts +1 -0
  139. package/dist/emails/balance-sheet-finalized/components/TourGuide/TourGuide.d.ts +39 -0
  140. package/dist/emails/balance-sheet-finalized/components/TourGuide/index.d.ts +1 -0
  141. package/dist/emails/balance-sheet-finalized/components/Waypoint/Waypoint.d.ts +7 -0
  142. package/dist/emails/balance-sheet-finalized/components/Waypoint/index.d.ts +1 -0
  143. package/dist/emails/balance-sheet-finalized/emails/balance-sheet-finalized/index.d.ts +33 -0
  144. package/dist/emails/balance-sheet-finalized/emails/email/index.d.ts +94 -0
  145. package/dist/emails/balance-sheet-finalized/index.d.ts +62 -0
  146. package/dist/emails/balance-sheet-finalized/index.esm.js +2 -0
  147. package/dist/emails/balance-sheet-finalized/index.esm.js.map +1 -0
  148. package/dist/emails/balance-sheet-finalized/index.js +2 -0
  149. package/dist/emails/balance-sheet-finalized/index.js.map +1 -0
  150. package/dist/emails/balance-sheet-finalized/shadcn/checkbox.d.ts +4 -0
  151. package/dist/emails/balance-sheet-finalized/shadcn/form.d.ts +23 -0
  152. package/dist/emails/balance-sheet-finalized/shadcn/hover-card.d.ts +6 -0
  153. package/dist/emails/balance-sheet-finalized/shadcn/label.d.ts +5 -0
  154. package/dist/emails/balance-sheet-finalized/shadcn/lib/utils.d.ts +2 -0
  155. package/dist/emails/balance-sheet-finalized/shadcn/menubar.d.ts +33 -0
  156. package/dist/emails/balance-sheet-finalized/shadcn/popover.d.ts +6 -0
  157. package/dist/emails/balance-sheet-finalized/shadcn/radio-group.d.ts +5 -0
  158. package/dist/emails/balance-sheet-finalized/shadcn/switch.d.ts +4 -0
  159. package/dist/emails/balance-sheet-finalized/shadcn/tabs.d.ts +7 -0
  160. package/dist/emails/balance-sheet-finalized/shadcn/tooltip.d.ts +7 -0
  161. package/dist/emails/balance-sheet-finalized/theme.d.ts +20 -0
  162. package/dist/emails/email/components/AiParecer/AiParecer.d.ts +75 -0
  163. package/dist/emails/email/components/AiParecer/index.d.ts +1 -0
  164. package/dist/emails/email/components/Avatar/Avatar.d.ts +10 -0
  165. package/dist/emails/email/components/Avatar/index.d.ts +1 -0
  166. package/dist/emails/email/components/Brasil/Brasil.d.ts +10 -0
  167. package/dist/emails/email/components/Brasil/index.d.ts +1 -0
  168. package/dist/emails/email/components/Button/Button.d.ts +19 -0
  169. package/dist/emails/email/components/Button/index.d.ts +1 -0
  170. package/dist/emails/email/components/Card/Card.d.ts +27 -0
  171. package/dist/emails/email/components/Card/index.d.ts +1 -0
  172. package/dist/emails/email/components/Chart/Chart.d.ts +43 -0
  173. package/dist/emails/email/components/Chart/index.d.ts +1 -0
  174. package/dist/emails/email/components/ChatWidget/ChatMessageBubble.d.ts +7 -0
  175. package/dist/emails/email/components/ChatWidget/ChatWidget.d.ts +30 -0
  176. package/dist/emails/email/components/ChatWidget/index.d.ts +3 -0
  177. package/dist/emails/email/components/ChatWidget/types.d.ts +18 -0
  178. package/dist/emails/email/components/Checkbox/Checkbox.d.ts +12 -0
  179. package/dist/emails/email/components/Checkbox/index.d.ts +1 -0
  180. package/dist/emails/email/components/Col/Col.d.ts +17 -0
  181. package/dist/emails/email/components/Col/index.d.ts +1 -0
  182. package/dist/emails/email/components/Collapse/Collapse.d.ts +10 -0
  183. package/dist/emails/email/components/Collapse/CollapseIcon.d.ts +10 -0
  184. package/dist/emails/email/components/Collapse/index.d.ts +2 -0
  185. package/dist/emails/email/components/ContextMenu/ContextMenu.d.ts +45 -0
  186. package/dist/emails/email/components/ContextMenu/index.d.ts +1 -0
  187. package/dist/emails/email/components/DistributionBar/DistributionBar.d.ts +28 -0
  188. package/dist/emails/email/components/DistributionBar/index.d.ts +1 -0
  189. package/dist/emails/email/components/Divider/Divider.d.ts +10 -0
  190. package/dist/emails/email/components/Divider/index.d.ts +1 -0
  191. package/dist/emails/email/components/Drawer/Drawer.d.ts +16 -0
  192. package/dist/emails/email/components/Drawer/index.d.ts +1 -0
  193. package/dist/emails/email/components/DropdownMenu/DropdownMenu.d.ts +21 -0
  194. package/dist/emails/email/components/DropdownMenu/index.d.ts +1 -0
  195. package/dist/emails/email/components/Email/Email.d.ts +26 -0
  196. package/dist/emails/email/components/Email/index.d.ts +2 -0
  197. package/dist/emails/email/components/Empty/Empty.d.ts +10 -0
  198. package/dist/emails/email/components/Empty/index.d.ts +1 -0
  199. package/dist/emails/email/components/Filter/Filter.d.ts +21 -0
  200. package/dist/emails/email/components/Filter/MultipleFilter.d.ts +27 -0
  201. package/dist/emails/email/components/Filter/UniqueFilter.d.ts +27 -0
  202. package/dist/emails/email/components/Filter/index.d.ts +3 -0
  203. package/dist/emails/email/components/FloatingCard/FloatingCard.d.ts +12 -0
  204. package/dist/emails/email/components/FloatingCard/index.d.ts +1 -0
  205. package/dist/emails/email/components/Form/Form.d.ts +3 -0
  206. package/dist/emails/email/components/Form/Item.d.ts +11 -0
  207. package/dist/emails/email/components/Form/index.d.ts +1 -0
  208. package/dist/emails/email/components/HoverCard/HoverCard.d.ts +14 -0
  209. package/dist/emails/email/components/HoverCard/index.d.ts +1 -0
  210. package/dist/emails/email/components/Icon/Icon.d.ts +11 -0
  211. package/dist/emails/email/components/Icon/index.d.ts +1 -0
  212. package/dist/emails/email/components/IconDisplay/IconDisplay.d.ts +10 -0
  213. package/dist/emails/email/components/IconDisplay/index.d.ts +1 -0
  214. package/dist/emails/email/components/Information/Information.d.ts +10 -0
  215. package/dist/emails/email/components/Information/index.d.ts +1 -0
  216. package/dist/emails/email/components/Input/Input.d.ts +55 -0
  217. package/dist/emails/email/components/Input/Mention.d.ts +5 -0
  218. package/dist/emails/email/components/Input/index.d.ts +1 -0
  219. package/dist/emails/email/components/Label/Label.d.ts +5 -0
  220. package/dist/emails/email/components/Label/index.d.ts +1 -0
  221. package/dist/emails/email/components/Layout/Content.d.ts +9 -0
  222. package/dist/emails/email/components/Layout/Footer.d.ts +9 -0
  223. package/dist/emails/email/components/Layout/Header.d.ts +9 -0
  224. package/dist/emails/email/components/Layout/Layout.d.ts +10 -0
  225. package/dist/emails/email/components/Layout/Sider.d.ts +9 -0
  226. package/dist/emails/email/components/Layout/index.d.ts +5 -0
  227. package/dist/emails/email/components/List/List.d.ts +18 -0
  228. package/dist/emails/email/components/List/index.d.ts +1 -0
  229. package/dist/emails/email/components/Loading/Loading.d.ts +10 -0
  230. package/dist/emails/email/components/Loading/index.d.ts +1 -0
  231. package/dist/emails/email/components/Logo/Logo.d.ts +12 -0
  232. package/dist/emails/email/components/Logo/index.d.ts +1 -0
  233. package/dist/emails/email/components/Menubar/Menubar.d.ts +24 -0
  234. package/dist/emails/email/components/Menubar/index.d.ts +1 -0
  235. package/dist/emails/email/components/Modal/Modal.d.ts +25 -0
  236. package/dist/emails/email/components/Modal/index.d.ts +1 -0
  237. package/dist/emails/email/components/MultiSelectPicker/MultiSelectPicker.d.ts +42 -0
  238. package/dist/emails/email/components/MultiSelectPicker/index.d.ts +1 -0
  239. package/dist/emails/email/components/OperatorPicker/OperatorPicker.d.ts +26 -0
  240. package/dist/emails/email/components/OperatorPicker/index.d.ts +1 -0
  241. package/dist/emails/email/components/PickerPopover/PickerPopover.d.ts +56 -0
  242. package/dist/emails/email/components/PickerPopover/index.d.ts +1 -0
  243. package/dist/emails/email/components/Popover/Popover.d.ts +16 -0
  244. package/dist/emails/email/components/Popover/index.d.ts +1 -0
  245. package/dist/emails/email/components/ProcessingChip/ProcessingChip.d.ts +20 -0
  246. package/dist/emails/email/components/ProcessingChip/index.d.ts +1 -0
  247. package/dist/emails/email/components/Progress/Progress.d.ts +9 -0
  248. package/dist/emails/email/components/Progress/index.d.ts +1 -0
  249. package/dist/emails/email/components/RadioGroup/RadioGroup.d.ts +18 -0
  250. package/dist/emails/email/components/RadioGroup/index.d.ts +1 -0
  251. package/dist/emails/email/components/RichInput/RichInput.d.ts +15 -0
  252. package/dist/emails/email/components/RichInput/images.d.ts +9 -0
  253. package/dist/emails/email/components/RichInput/index.d.ts +1 -0
  254. package/dist/emails/email/components/Row/Row.d.ts +18 -0
  255. package/dist/emails/email/components/Row/index.d.ts +1 -0
  256. package/dist/emails/email/components/RuleSearchPicker/RuleSearchPicker.d.ts +46 -0
  257. package/dist/emails/email/components/RuleSearchPicker/index.d.ts +1 -0
  258. package/dist/emails/email/components/ScoreBar/ScoreBar.d.ts +30 -0
  259. package/dist/emails/email/components/ScoreBar/index.d.ts +1 -0
  260. package/dist/emails/email/components/SegmentedPicker/SegmentedPicker.d.ts +27 -0
  261. package/dist/emails/email/components/SegmentedPicker/index.d.ts +1 -0
  262. package/dist/emails/email/components/SegmentedToggle/SegmentedToggle.d.ts +25 -0
  263. package/dist/emails/email/components/SegmentedToggle/index.d.ts +1 -0
  264. package/dist/emails/email/components/Select/Select.d.ts +27 -0
  265. package/dist/emails/email/components/Select/index.d.ts +1 -0
  266. package/dist/emails/email/components/SelectTree/SelectTree.d.ts +35 -0
  267. package/dist/emails/email/components/SelectTree/index.d.ts +1 -0
  268. package/dist/emails/email/components/Selector/Selector.d.ts +27 -0
  269. package/dist/emails/email/components/Selector/index.d.ts +1 -0
  270. package/dist/emails/email/components/StatusTag/StatusTag.d.ts +16 -0
  271. package/dist/emails/email/components/StatusTag/index.d.ts +1 -0
  272. package/dist/emails/email/components/Stepper/Stepper.d.ts +15 -0
  273. package/dist/emails/email/components/Stepper/index.d.ts +1 -0
  274. package/dist/emails/email/components/Switch/Switch.d.ts +11 -0
  275. package/dist/emails/email/components/Switch/index.d.ts +1 -0
  276. package/dist/emails/email/components/SyncChip/SyncChip.d.ts +17 -0
  277. package/dist/emails/email/components/SyncChip/index.d.ts +1 -0
  278. package/dist/emails/email/components/Table/Table.d.ts +29 -0
  279. package/dist/emails/email/components/Table/index.d.ts +1 -0
  280. package/dist/emails/email/components/Tabs/Tabs.d.ts +20 -0
  281. package/dist/emails/email/components/Tabs/index.d.ts +1 -0
  282. package/dist/emails/email/components/Tag/Tag.d.ts +10 -0
  283. package/dist/emails/email/components/Tag/index.d.ts +1 -0
  284. package/dist/emails/email/components/Toast/Toast.d.ts +4 -0
  285. package/dist/emails/email/components/Toast/index.d.ts +1 -0
  286. package/dist/emails/email/components/Tooltip/Tooltip.d.ts +16 -0
  287. package/dist/emails/email/components/Tooltip/index.d.ts +1 -0
  288. package/dist/emails/email/components/TourGuide/TourGuide.d.ts +39 -0
  289. package/dist/emails/email/components/TourGuide/index.d.ts +1 -0
  290. package/dist/emails/email/components/Waypoint/Waypoint.d.ts +7 -0
  291. package/dist/emails/email/components/Waypoint/index.d.ts +1 -0
  292. package/dist/emails/email/emails/balance-sheet-finalized/index.d.ts +33 -0
  293. package/dist/emails/email/emails/email/index.d.ts +94 -0
  294. package/dist/emails/email/index.d.ts +62 -0
  295. package/dist/emails/email/index.esm.js +2 -0
  296. package/dist/emails/email/index.esm.js.map +1 -0
  297. package/dist/emails/email/index.js +2 -0
  298. package/dist/emails/email/index.js.map +1 -0
  299. package/dist/emails/email/shadcn/checkbox.d.ts +4 -0
  300. package/dist/emails/email/shadcn/form.d.ts +23 -0
  301. package/dist/emails/email/shadcn/hover-card.d.ts +6 -0
  302. package/dist/emails/email/shadcn/label.d.ts +5 -0
  303. package/dist/emails/email/shadcn/lib/utils.d.ts +2 -0
  304. package/dist/emails/email/shadcn/menubar.d.ts +33 -0
  305. package/dist/emails/email/shadcn/popover.d.ts +6 -0
  306. package/dist/emails/email/shadcn/radio-group.d.ts +5 -0
  307. package/dist/emails/email/shadcn/switch.d.ts +4 -0
  308. package/dist/emails/email/shadcn/tabs.d.ts +7 -0
  309. package/dist/emails/email/shadcn/tooltip.d.ts +7 -0
  310. package/dist/emails/email/theme.d.ts +20 -0
  311. package/dist/index.css +289 -0
  312. package/package.json +1 -1
@@ -0,0 +1,25 @@
1
+ import React from 'react';
2
+ import "./index.css";
3
+ type ModalProps = {
4
+ className?: string;
5
+ title?: string | React.ReactNode;
6
+ subtitle?: string;
7
+ footer?: React.ReactNode;
8
+ visible?: boolean;
9
+ loading?: boolean;
10
+ okButton?: {
11
+ text?: string;
12
+ disabled?: boolean;
13
+ onClick: () => void;
14
+ };
15
+ cancelButton?: {
16
+ text?: string;
17
+ disabled?: boolean;
18
+ onClick: () => void;
19
+ };
20
+ onClose?: () => void;
21
+ width?: number;
22
+ children?: React.ReactNode;
23
+ };
24
+ declare const Modal: ({ className, title, subtitle, footer, visible, loading, okButton, cancelButton, onClose, width, children, }: ModalProps) => React.JSX.Element;
25
+ export { Modal };
@@ -0,0 +1 @@
1
+ export * from "./Modal";
@@ -0,0 +1,42 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type MultiSelectOption = {
4
+ value: string;
5
+ /** Label legível (ex.: "Comércio varejista de combustíveis"). */
6
+ label: string;
7
+ /** Código curto opcional em mono à esquerda do label (ex.: "4711-3/01"). */
8
+ code?: string;
9
+ disabled?: boolean;
10
+ };
11
+ type MultiSelectPickerProps = {
12
+ id?: string;
13
+ className?: string;
14
+ /** Controlled visible state. */
15
+ visible?: boolean;
16
+ /** Título do popover (ex.: "Selecionar CNAEs"). */
17
+ title?: string;
18
+ searchPlaceholder?: string;
19
+ options: Array<MultiSelectOption>;
20
+ /** Valores selecionados (controlled). */
21
+ values: string[];
22
+ onChange?: (values: string[]) => void;
23
+ /** Trigger element (botão/chip que abre o popover). */
24
+ trigger: React.ReactNode;
25
+ /** Total de opções no universo (ex.: 1320 CNAEs no Brasil). Default = options.length. */
26
+ totalCount?: number;
27
+ /** Label do footer "Limpar". Default "Limpar seleção". */
28
+ clearLabel?: string;
29
+ /** Mostra o botão Limpar. Default true. */
30
+ showClear?: boolean;
31
+ /** Quantos chips selecionados mostrar antes de colapsar para "+N mais". Default 5. */
32
+ collapsedChipsCount?: number;
33
+ width?: number | string;
34
+ align?: "start" | "center" | "end";
35
+ side?: "top" | "right" | "bottom" | "left";
36
+ /** Filtro custom (substitui o default que compara label + code). */
37
+ filter?: (option: MultiSelectOption, query: string) => boolean;
38
+ onPointerDownOutside?: () => void;
39
+ };
40
+ declare const MultiSelectPicker: ({ id, className, visible, title, searchPlaceholder, options, values, onChange, trigger, totalCount, clearLabel, showClear, collapsedChipsCount, width, align, side, filter, onPointerDownOutside, }: MultiSelectPickerProps) => React.JSX.Element;
41
+ export { MultiSelectPicker };
42
+ export type { MultiSelectOption, MultiSelectPickerProps };
@@ -0,0 +1 @@
1
+ export * from "./MultiSelectPicker";
@@ -0,0 +1,26 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type OperatorOption<T extends string> = {
4
+ value: T;
5
+ /** Símbolo curto exibido em mono à esquerda (ex.: ">", "≥", "∈"). */
6
+ symbol: string;
7
+ /** Label legível à direita (ex.: "Maior que"). */
8
+ label: string;
9
+ disabled?: boolean;
10
+ };
11
+ type OperatorPickerProps<T extends string> = {
12
+ id?: string;
13
+ className?: string;
14
+ visible?: boolean;
15
+ value?: T;
16
+ options: Array<OperatorOption<T>>;
17
+ onChange?: (value: T) => void;
18
+ align?: "start" | "center" | "end";
19
+ side?: "top" | "right" | "bottom" | "left";
20
+ sideOffset?: number;
21
+ trigger: React.ReactNode;
22
+ onPointerDownOutside?: () => void;
23
+ };
24
+ declare function OperatorPicker<T extends string>({ id, className, visible, value, options, onChange, align, side, sideOffset, trigger, onPointerDownOutside, }: OperatorPickerProps<T>): React.JSX.Element;
25
+ export { OperatorPicker };
26
+ export type { OperatorOption, OperatorPickerProps };
@@ -0,0 +1 @@
1
+ export * from "./OperatorPicker";
@@ -0,0 +1,56 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type PickerPopoverProps = {
4
+ id?: string;
5
+ className?: string;
6
+ /** Controlled open state. */
7
+ visible?: boolean;
8
+ align?: "start" | "center" | "end";
9
+ side?: "top" | "right" | "bottom" | "left";
10
+ sideOffset?: number;
11
+ /** Largura fixa do popover (px) ou string CSS. Default 320. */
12
+ width?: number | string;
13
+ /** Altura máxima do popover (px). Default 480. */
14
+ maxHeight?: number | string;
15
+ /** Elemento que abre o popover. */
16
+ trigger: React.ReactNode;
17
+ children?: React.ReactNode;
18
+ onPointerDownOutside?: () => void;
19
+ onOpenAutoFocus?: (event: Event) => void;
20
+ };
21
+ type HeaderProps = {
22
+ className?: string;
23
+ /** Título acima da linha de busca. Opcional. */
24
+ title?: string | React.ReactNode;
25
+ /** Placeholder do input de busca. Quando ausente, o input some. */
26
+ searchPlaceholder?: string;
27
+ /** Valor controlado do search. */
28
+ searchValue?: string;
29
+ /** Handler de mudança do search. */
30
+ onSearchChange?: (value: string) => void;
31
+ /** Handler de keyDown no input (útil pra ↑↓↵esc do RuleSearchPicker). */
32
+ onSearchKeyDown?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
33
+ /** Autofoca o input ao abrir o popover. Default true. */
34
+ searchAutoFocus?: boolean;
35
+ /** Slot opcional à direita do search (ex.: hint de teclado). */
36
+ accessory?: React.ReactNode;
37
+ };
38
+ declare const PickerPopover: {
39
+ ({ id, className, visible, align, side, sideOffset, width, maxHeight, trigger, children, onPointerDownOutside, onOpenAutoFocus, }: PickerPopoverProps): React.JSX.Element;
40
+ Header: ({ className, title, searchPlaceholder, searchValue, onSearchChange, onSearchKeyDown, searchAutoFocus, accessory, }: HeaderProps) => React.JSX.Element;
41
+ Body: ({ className, children, }: {
42
+ className?: string;
43
+ children: React.ReactNode;
44
+ }) => React.JSX.Element;
45
+ Footer: ({ className, children, }: {
46
+ className?: string;
47
+ children: React.ReactNode;
48
+ }) => React.JSX.Element;
49
+ Section: ({ className, title, children, }: {
50
+ className?: string;
51
+ title?: string | React.ReactNode;
52
+ children: React.ReactNode;
53
+ }) => React.JSX.Element;
54
+ };
55
+ export { PickerPopover };
56
+ export type { PickerPopoverProps };
@@ -0,0 +1 @@
1
+ export * from "./PickerPopover";
@@ -0,0 +1,16 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type PopoverProps = {
4
+ id?: string;
5
+ className?: string;
6
+ align?: "start" | "center" | "end";
7
+ side?: "top" | "right" | "bottom" | "left";
8
+ sideOffset?: number;
9
+ visible?: boolean;
10
+ content: React.ReactNode;
11
+ children?: React.ReactNode;
12
+ onPointerDownOutside?: () => void;
13
+ onOpenAutoFocus?: (event: Event) => void;
14
+ };
15
+ declare const Popover: ({ id, className, align, side, sideOffset, visible, content, children, onPointerDownOutside, onOpenAutoFocus, }: PopoverProps) => React.JSX.Element;
16
+ export { Popover };
@@ -0,0 +1 @@
1
+ export * from "./Popover";
@@ -0,0 +1,20 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ export type ProcessingChipVariant = "info" | "warning" | "neutral";
4
+ type ProcessingChipProps = {
5
+ id?: string;
6
+ className?: string;
7
+ /** Main label, shown next to the pulsing dot. Default "Processando". */
8
+ label?: string;
9
+ /** Optional secondary detail (e.g. "3 de 7"). Rendered in a muted tone. */
10
+ detail?: string;
11
+ /** When provided, shows a thin progress arc/bar (0-100). */
12
+ progress?: number;
13
+ /** Color tone of the dot + arc. Default "info" (gyra-blue). */
14
+ variant?: ProcessingChipVariant;
15
+ /** Compact mode: smaller dot and tighter padding for dense rows. */
16
+ compact?: boolean;
17
+ };
18
+ declare const ProcessingChip: ({ id, className, label, detail, progress, variant, compact, }: ProcessingChipProps) => React.JSX.Element;
19
+ export { ProcessingChip };
20
+ export type { ProcessingChipProps };
@@ -0,0 +1 @@
1
+ export * from "./ProcessingChip";
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type ProgressProps = {
4
+ className?: string;
5
+ size?: number;
6
+ percentage?: number;
7
+ };
8
+ declare const Progress: ({ className, size, percentage, }: ProgressProps) => React.JSX.Element;
9
+ export { Progress };
@@ -0,0 +1 @@
1
+ export * from "./Progress";
@@ -0,0 +1,18 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type RadioGroupProps = {
4
+ id?: string;
5
+ className?: string;
6
+ disabled?: boolean;
7
+ orientation?: 'horizontal' | 'vertical';
8
+ defaultValue?: string;
9
+ value?: string;
10
+ options: Array<{
11
+ label: any;
12
+ value: any;
13
+ disabled?: boolean;
14
+ }>;
15
+ onChange?: (value: any) => void;
16
+ };
17
+ declare const RadioGroup: ({ id, className, disabled, orientation, defaultValue, value, options, onChange, }: RadioGroupProps) => React.JSX.Element;
18
+ export { RadioGroup };
@@ -0,0 +1 @@
1
+ export * from "./RadioGroup";
@@ -0,0 +1,15 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type RichInputProps = {
4
+ className?: string;
5
+ placeholder?: string;
6
+ initialValue?: string;
7
+ disabled?: boolean;
8
+ onChange?: (e: {
9
+ target: {
10
+ value: string;
11
+ };
12
+ }) => void;
13
+ };
14
+ declare const RichInput: React.ForwardRefExoticComponent<RichInputProps & React.RefAttributes<unknown>>;
15
+ export { RichInput };
@@ -0,0 +1,9 @@
1
+ declare const Bold = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEQSURBVHgBrVLBTcNAENxZJ7zpgKODlOASXIKBIDkvQBHkCR8egJD8QVhCiEsJVEA6iOnAdJA/8S3rgI0Vx1EUZaTT3qxu7mb3lmhLoNz0o6Ev6Fw3j8gsF1zY5C6rZ7ncOGIjJL4j2XfiqFpEPYabhqeXvbqws3w/czd4fbr9KnkYnRtgb8oezpQeNV5sg03iDIRUyJmVVtvQj0Z+UQKAdK1Vcd/Z8eCq4lrzb5T8fa1QEevZ2b8nMSQIGN6bssNWIbgb15tTIIyGYxV+aPRt8jhZ3EebgHnhwIN3UKU20hEFRczn8tlqldzcngxGFdXWaI1idBBi+/KQNoQ6IxmEJ/LXxRLFN2jmxj7fj2kX+AHsWWMUJhD+QgAAAABJRU5ErkJggg==";
2
+ declare const Italic = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADbSURBVHgBrZLLDcIwEETHBg7c6ABKoAR3kBKI+EihAKAHEBI3DggRKiAlhA5CB9ABVw724JAoQhA+RszB3vH6reT1Aj9KPB74g1FbVoRXdtkIfQiX8yiNq0+VarJJY1RmRMuuDZBJRlbP+Ebd4XjXDUabspz8wCpSRk5gP5gouzVYv+ydQCPokYzDxeLsBNp+K0lEr9KloB9MWiDa2mDvBEoYReAYrmaJE2j/zxP2fXijYnJ6w3HHWj+NCSq7JQIibwzD9XK6vQeLydHUJ4lKnNs4L3AzBvqEf+kKtR1HdL6iFlEAAAAASUVORK5CYII=";
3
+ declare const Underline = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADUSURBVHgBxZJPCoJAFMbfPAXb5RG6QR6hTpIIhu0mMLfqsj+Qu4QovEF0k47QEVxm1LzMMkxEyhZ9m3l87/u9xzAD0FAsL3TOVSlRdteLGEfr+aEYMs2JJmRcblbTfu7hq3tSVALqMRna5ekkYdYreggN9U+wlcTZKVD9CoyC4A7GjJFWDgmEAQEcK8EsAMJPH8gzhjbPPWPkcCDS09IrZll5um7ZLjJ8CwkSXhQu/FrwAfMOQ6WbblJJOe+f14BK0LAcFz7QNpxlm+XcKP+MGvnwi26f1EDSrWGH9AAAAABJRU5ErkJggg==";
4
+ declare const StrikeThrough = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFGSURBVHgBrVJNToNQEJ55/dv2BnKE3kBuIJ5AsJqAK0ytLGkXLgwm1YWRpDHgDXqD4gnEE4gnkKXV5o0Dae0LogvTb8G8mW8++Jh5AP8EVgvm8bAnmnjAhMZ0l4BSSXgTh5eZ2ifUpO8MDBY9EVGPCFKOCQEYAunFtAe62ttUE4LGBIjiKAwspTy2nOEcUfh8Tn4ITdftwqK0l0EFtIRTbNHOr/946Jy/ccgbS9qfToMU/gD2bS/aZFIjQH2VZfzWFAjzOmGTQCqeIONHvE6Z0RDBWJE587Naq3UwbVcT2J7w0UDR0u5vL16L+vc6iuEc2Z5eDklBHF4Xlh9KB/JDW9c3e3zvdCXSXCzafvWrJGC3jJ3P51qrpn3mCxQjBEyK5ZcNiDrfHl2SHMXh1bhWWMA68fYQpEGyGEw50YyFs+gueIRt4AuPhXoaih72ZAAAAABJRU5ErkJggg==";
5
+ declare const Highlight = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFZSURBVHgBtZG/TgJBEMZnDkRLfQNKOw5yRyJQwBtQ2nF3NmCFiWIJlgqJRyMQE9k3MD4BNBoTSTxLOyztsJQ/O85qIHCY69hkN5v59rffzrcAmxhWubx7VKoU/tNCQZA23uoBYDGeTOHry1N/WdeCIOK9nFKcCAvO8VktEFyGKDLJidu6RzTO+eF1x+9IFgh1moEQrjtSJdF2h354rcdEMnVIgLqGmNfN9NAbPL6pujd4HumG+QAQvuYzeyuOTum0zG5VmlJOEtnIZvZKqtuAqm8WVxxjxsEOomZhCD67rbobM1If7CyUs25kvjSkniQpRLtxgYtQiudRJQBRH/iZgNS8u6nXnFLlnuU8zxFDroIWPc4hdVu33ThJmOl3/r9WwsxkOd19gplNEj3RaVzOjdApVqr8cEvFjwTirwqWROqjhCjBxFap+kMM/64M4FJRSnRF56oJmxg/7mSh1Lq0p5gAAAAASUVORK5CYII=";
6
+ declare const Unnordered = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACrSURBVHgB1ZOxDcIwFETPPxbQJRuQERiBTUhBkTKIghK5RRQpEUUkJmAFNmCFjJDWUvw/ki2gtZI0eeVJd8WTDpiCoqoyDEQV5SknJW8I6uZ2MfvyuBWlzzFl1/NBY2U7sYtWwCFUJEq4jRkgIsH8+Ut0bJr7tfYSoXcxZQdrvhI7SWjtwyAxpg+SZYr5EySSPNHzY5hE4gyiNpzQy4ekUzDnMQM/iWPONJoPamRK1pYzPFEAAAAASUVORK5CYII=";
7
+ declare const Ordered = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEHSURBVHgBxVPLTcNAEH2zu1YicSAlhApMB4QKKCGAiOQbQgilBuCAT5AbTgfQgUtICS5hfTS2Z5gNIue1IiVPWu3Mk+b3dhbYE3SXPc4Ebt6Pm4cizz0GwnXoK0N2YtuTU/X9YvF0zs68xQQTI3fFKq9us+WucmuNN8JVTIKeuHbBYHRrJE0d7GL1HIJvcCjQtc5sLF0Jofr8eFljIBxs64XcmcgfsRXRmvuYYNLRDTBSi1JV5DuQQURRVWJOt+2g5wmBvtRK1d8cQcRsOTWgmTZVafUSA6F70ABmdEHMc/XLoSI6jOHlh+t/sk3CivI0JkF4OEdNkpJA/4GUgSzeXzd6XeJQ+AU1cnR8K1aPEgAAAABJRU5ErkJggg==";
8
+ declare const Link = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFeSURBVHgBtVJBUsJAEJzZkugxT+AJ+gKLH/ADA16CF2NR4DFyRIsinIgXiS8RX4BP4Am5KUEzzixsXJWYg8WeNjPTPd29AfjnwaoBLwhcldUCIHUGSCnk+JIDDJJ4uKwk8PzrukJ6Ir5TjhHfXULwBJQfZidJFKWqEsxbSYbvh5OH+HZAlDWEUL05lzJXSsDgsQY764ZsMvUkjpaK1bB2708Cltgy4PNOt2n3SKwAaNKDHbLHAjZb2xe9GyIMPb/bSOLRXEKFFedANP9GYHs2NQHzupDgwzNgfpFNqLAeyAz+Cmwr2wbPpqPHAkzoSpCSRZGBUhBq1sJzv2mDLfNLGwxfUvuLtt8P7Vqr0zvV6niz9l1yNq9A4HIoqd2YTe+ejWz16syqCBJSGEgWpmF7zjG7KiNAM4wrZ4FbMiRMSVGgc9nl+SeBJvGDulK1kDce8ycnnSdw9D6x/8K9nE8sl+D6YesFxAAAAABJRU5ErkJggg==";
9
+ export { Bold, Italic, Underline, StrikeThrough, Highlight, Unnordered, Ordered, Link, };
@@ -0,0 +1 @@
1
+ export * from "./RichInput";
@@ -0,0 +1,18 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type Gap = {
4
+ mobile?: 0 | 4 | 8 | 12 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 68 | 72 | 76 | 80;
5
+ tablet?: 0 | 4 | 8 | 12 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 68 | 72 | 76 | 80;
6
+ desktop?: 0 | 4 | 8 | 12 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 68 | 72 | 76 | 80;
7
+ wide?: 0 | 4 | 8 | 12 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 68 | 72 | 76 | 80;
8
+ };
9
+ type RowProps = {
10
+ id?: string;
11
+ className?: string;
12
+ columns?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
13
+ gap?: 0 | 4 | 8 | 12 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 68 | 72 | 76 | 80 | Gap;
14
+ align?: 'start' | 'center' | 'end';
15
+ children: React.ReactNode;
16
+ };
17
+ declare const Row: ({ id, className, columns, gap, align, children, }: RowProps) => React.JSX.Element;
18
+ export { Row };
@@ -0,0 +1 @@
1
+ export * from "./Row";
@@ -0,0 +1,46 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type RuleSearchItem = {
4
+ key: string;
5
+ label: string;
6
+ /** Descrição curta abaixo do label. */
7
+ sublabel?: string;
8
+ icon?: React.ReactNode;
9
+ /** Tag opcional à direita (ex.: "custom"). */
10
+ tag?: string | React.ReactNode;
11
+ disabled?: boolean;
12
+ };
13
+ type RuleSearchSection = {
14
+ key: string;
15
+ label: string;
16
+ items: RuleSearchItem[];
17
+ };
18
+ type RuleSearchPickerProps = {
19
+ id?: string;
20
+ className?: string;
21
+ visible?: boolean;
22
+ title?: string;
23
+ searchPlaceholder?: string;
24
+ sections: RuleSearchSection[];
25
+ onSelect?: (itemKey: string, sectionKey: string) => void;
26
+ trigger: React.ReactNode;
27
+ /** Quando true, fecha após seleção. Caller deve controlar `visible`. */
28
+ closeOnSelect?: boolean;
29
+ /** Callback chamado quando o popover quer ser fechado (esc, seleção). */
30
+ onClose?: () => void;
31
+ /** Filtro custom (substitui o default que olha label + sublabel + section). */
32
+ filter?: (item: RuleSearchItem, section: RuleSearchSection, query: string) => boolean;
33
+ width?: number | string;
34
+ align?: "start" | "center" | "end";
35
+ side?: "top" | "right" | "bottom" | "left";
36
+ /** Hint de teclado mostrado à direita do search. Default "↵ adicionar". */
37
+ searchAccessory?: React.ReactNode;
38
+ /** Hint do footer (esquerda). Default mostra ↑↓ navegar / ↵ adicionar / esc fechar. */
39
+ footerKeys?: React.ReactNode;
40
+ /** Texto à direita do footer (ex.: "9 regras"). Default = contagem. */
41
+ footerCount?: React.ReactNode;
42
+ onPointerDownOutside?: () => void;
43
+ };
44
+ declare const RuleSearchPicker: ({ id, className, visible, title, searchPlaceholder, sections, onSelect, trigger, closeOnSelect, onClose, filter, width, align, side, searchAccessory, footerKeys, footerCount, onPointerDownOutside, }: RuleSearchPickerProps) => React.JSX.Element;
45
+ export { RuleSearchPicker };
46
+ export type { RuleSearchItem, RuleSearchSection, RuleSearchPickerProps, };
@@ -0,0 +1 @@
1
+ export * from "./RuleSearchPicker";
@@ -0,0 +1,30 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ export type ScoreBarVariant = "success" | "warning" | "danger" | "info" | "neutral";
4
+ export type ScoreThreshold = {
5
+ /** Minimum value (inclusive) at which this variant applies. */
6
+ at: number;
7
+ variant: ScoreBarVariant;
8
+ };
9
+ type ScoreBarProps = {
10
+ id?: string;
11
+ className?: string;
12
+ value?: number | null;
13
+ /** Maximum value of the scale. Default 1000 (matches Brazilian credit bureaus). */
14
+ max?: number;
15
+ /** Thresholds, evaluated highest -> lowest. The first threshold whose `at`
16
+ * is <= value wins. Anything below the lowest threshold falls back to
17
+ * the bar's default `belowVariant`. */
18
+ thresholds?: ScoreThreshold[];
19
+ /** Variant when value is null/0 or below the lowest threshold. Default: "danger". */
20
+ belowVariant?: ScoreBarVariant;
21
+ /** Width of the inline bar in pixels. Default 36. */
22
+ barWidth?: number;
23
+ /** Render the numeric value next to the bar. Default true. */
24
+ showValue?: boolean;
25
+ /** Replaces the numeric when value is missing. Default "—". */
26
+ emptyText?: string;
27
+ };
28
+ declare const ScoreBar: ({ id, className, value, max, thresholds, belowVariant, barWidth, showValue, emptyText, }: ScoreBarProps) => React.JSX.Element;
29
+ export { ScoreBar };
30
+ export type { ScoreBarProps };
@@ -0,0 +1 @@
1
+ export * from "./ScoreBar";
@@ -0,0 +1,27 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type SegmentedPickerOption = {
4
+ value: string;
5
+ title: string;
6
+ description?: string;
7
+ icon?: React.ReactNode;
8
+ className?: string;
9
+ /** When true, the option is recognized for the *current* selection
10
+ * lookup but is NOT shown in the dropdown menu. Useful for terminal
11
+ * states (e.g. NOT_APPLIED) that must be displayed when stored but
12
+ * shouldn't be offered as a manual choice. */
13
+ hidden?: boolean;
14
+ };
15
+ type SegmentedPickerProps = {
16
+ id?: string;
17
+ className?: string;
18
+ value?: string;
19
+ options: Array<SegmentedPickerOption>;
20
+ onChange?: (value: string) => void;
21
+ /** primary: solid filled trigger; secondary: outlined/ghost trigger. */
22
+ variant?: "primary" | "secondary";
23
+ disabled?: boolean;
24
+ };
25
+ declare const SegmentedPicker: ({ id, className, value, options, onChange, variant, disabled, }: SegmentedPickerProps) => React.JSX.Element | null;
26
+ export { SegmentedPicker };
27
+ export type { SegmentedPickerProps, SegmentedPickerOption };
@@ -0,0 +1 @@
1
+ export * from "./SegmentedPicker";
@@ -0,0 +1,25 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type Kind = "primary" | "success" | "warning" | "danger" | "info" | "neutral";
4
+ type SegmentedToggleOption<T extends string> = {
5
+ value: T;
6
+ label: string;
7
+ icon?: React.ReactNode;
8
+ /** Cor aplicada quando a opção está ativa. */
9
+ kind?: Kind;
10
+ disabled?: boolean;
11
+ };
12
+ type SegmentedToggleProps<T extends string> = {
13
+ id?: string;
14
+ className?: string;
15
+ value: T;
16
+ options: Array<SegmentedToggleOption<T>>;
17
+ onChange?: (value: T) => void;
18
+ /** Tamanho do toggle. Default "md". */
19
+ size?: "sm" | "md";
20
+ /** Label invisível pra screen readers (a11y). */
21
+ ariaLabel?: string;
22
+ };
23
+ declare function SegmentedToggle<T extends string>({ id, className, value, options, onChange, size, ariaLabel, }: SegmentedToggleProps<T>): React.JSX.Element;
24
+ export { SegmentedToggle };
25
+ export type { SegmentedToggleOption, SegmentedToggleProps };
@@ -0,0 +1 @@
1
+ export * from "./SegmentedToggle";
@@ -0,0 +1,27 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type SelectItem = {
4
+ label: string | React.ReactNode;
5
+ value?: any;
6
+ options?: Array<{
7
+ label: string;
8
+ value: any;
9
+ }>;
10
+ disabled?: boolean;
11
+ };
12
+ type SelectProps = {
13
+ id?: string;
14
+ className?: string;
15
+ menuClassName?: string;
16
+ loading?: boolean;
17
+ disabled?: boolean;
18
+ placeholder?: string;
19
+ floatingPlaceholder?: boolean;
20
+ mode?: "bordered" | "shadowed" | "table";
21
+ multiple?: boolean;
22
+ value?: any;
23
+ options: Array<SelectItem>;
24
+ onChange?: (value: any) => void;
25
+ };
26
+ declare const Select: ({ id, className, menuClassName, loading, disabled, placeholder, floatingPlaceholder, mode, multiple, value, options, onChange, }: SelectProps) => React.JSX.Element;
27
+ export { Select };
@@ -0,0 +1 @@
1
+ export * from "./Select";
@@ -0,0 +1,35 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type TreeInputType = 'text' | 'number' | 'boolean' | 'select' | 'select-multiple' | 'currency' | 'date' | 'month' | 'date-range';
4
+ type TreeProps = {
5
+ key: string;
6
+ name: string;
7
+ input?: {
8
+ type: TreeInputType;
9
+ placeholder?: string;
10
+ options?: Array<{
11
+ label: string;
12
+ value: string;
13
+ }>;
14
+ };
15
+ value?: string;
16
+ tree?: Array<TreeProps>;
17
+ category?: string;
18
+ };
19
+ type SelectTreeProps = {
20
+ id?: string;
21
+ placeholder?: string;
22
+ className?: string;
23
+ tree: Array<TreeProps>;
24
+ initialValue?: {
25
+ keys?: Array<string>;
26
+ value?: any;
27
+ };
28
+ onChange?: (params: {
29
+ keys: Array<string>;
30
+ value: any;
31
+ }) => void;
32
+ rows?: number;
33
+ };
34
+ declare const SelectTree: ({ id, placeholder, className, tree, initialValue: controlledValue, onChange, rows, }: SelectTreeProps) => React.JSX.Element;
35
+ export { SelectTree };
@@ -0,0 +1 @@
1
+ export * from "./SelectTree";
@@ -0,0 +1,27 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type SelectorItem = {
4
+ key: string;
5
+ title?: string | React.ReactNode;
6
+ disabled?: boolean;
7
+ separator?: boolean;
8
+ items?: Array<{
9
+ key: string;
10
+ title?: string | React.ReactNode;
11
+ disabled?: boolean;
12
+ separator?: boolean;
13
+ items?: Array<SelectorItem>;
14
+ }>;
15
+ };
16
+ type SelectorProps = {
17
+ id?: string;
18
+ className?: string;
19
+ borderless?: boolean;
20
+ orientation?: 'horizontal' | 'vertical';
21
+ side?: 'top' | 'right' | 'bottom' | 'left';
22
+ items?: Array<SelectorItem>;
23
+ onClick?: (keys: Array<string>) => void;
24
+ children: React.ReactNode;
25
+ };
26
+ declare const Selector: ({ id, className, side, items, onClick, children, }: SelectorProps) => React.JSX.Element;
27
+ export { Selector };
@@ -0,0 +1 @@
1
+ export * from "./Selector";
@@ -0,0 +1,16 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type StatusTagVariant = 'success' | 'danger' | 'warning' | 'info' | 'neutral' | 'primary';
4
+ type StatusTagProps = {
5
+ id?: string;
6
+ className?: string;
7
+ /** Semantic variant (preferred). */
8
+ variant?: StatusTagVariant;
9
+ /** Legacy: any css color. Rendered as subtle tint + the color as text. */
10
+ color?: string;
11
+ title?: string;
12
+ icon?: React.ReactNode;
13
+ };
14
+ declare const StatusTag: ({ id, className, variant, color, title, icon, }: StatusTagProps) => React.JSX.Element;
15
+ export { StatusTag };
16
+ export type { StatusTagVariant };
@@ -0,0 +1 @@
1
+ export * from "./StatusTag";
@@ -0,0 +1,15 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type StatusTagProps = {
4
+ id?: string;
5
+ className?: string;
6
+ currentStepValue?: string;
7
+ steps: {
8
+ value: string;
9
+ title: string;
10
+ subtitle: string;
11
+ position?: string;
12
+ }[];
13
+ };
14
+ declare const Stepper: ({ id, className, currentStepValue, steps, }: StatusTagProps) => React.JSX.Element;
15
+ export { Stepper };
@@ -0,0 +1 @@
1
+ export * from "./Stepper";
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type SwitchProps = {
4
+ id?: string;
5
+ className?: string;
6
+ disabled?: boolean;
7
+ checked?: boolean;
8
+ onCheckedChange?: (checked: boolean) => void;
9
+ };
10
+ declare const Switch: ({ id, className, disabled, checked, onCheckedChange, }: SwitchProps) => React.JSX.Element;
11
+ export { Switch };
@@ -0,0 +1 @@
1
+ export * from "./Switch";
@@ -0,0 +1,17 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type SyncChipProps = {
4
+ id?: string;
5
+ className?: string;
6
+ loading?: boolean;
7
+ date?: string | Date;
8
+ error?: boolean | string;
9
+ verified?: boolean;
10
+ /** Optional override for the error tooltip when error is true. */
11
+ errorTooltip?: string;
12
+ /** Optional override for the tooltip when verified is false. */
13
+ notVerifiedTooltip?: string;
14
+ };
15
+ declare const SyncChip: ({ id, className, loading, date, error, verified, errorTooltip, notVerifiedTooltip, }: SyncChipProps) => React.JSX.Element;
16
+ export { SyncChip };
17
+ export type { SyncChipProps };
@@ -0,0 +1 @@
1
+ export * from "./SyncChip";