@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,27 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type UniqueFilterType = any;
4
+ type UniqueFilterCondition = "equalTo";
5
+ type UniqueFilterItem = {
6
+ key: string;
7
+ name: string;
8
+ type: UniqueFilterType;
9
+ options?: Array<{
10
+ value: string;
11
+ label: string;
12
+ }>;
13
+ };
14
+ type UniqueThreatedFilter = {
15
+ [key: string]: {
16
+ [key in UniqueFilterCondition]?: any;
17
+ };
18
+ };
19
+ type UniqueFilterProps = {
20
+ id?: string;
21
+ className?: string;
22
+ filters?: Array<UniqueFilterItem>;
23
+ onFilter: (values: any) => void;
24
+ value?: UniqueThreatedFilter;
25
+ };
26
+ declare const UniqueFilter: ({ id, className, filters, onFilter, value, }: UniqueFilterProps) => React.JSX.Element;
27
+ export { UniqueFilter };
@@ -0,0 +1,3 @@
1
+ export * from "./Filter";
2
+ export * from "./UniqueFilter";
3
+ export * from "./MultipleFilter";
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import './index.css';
3
+ type FloatingCardProps = {
4
+ visible: boolean;
5
+ onClose?: () => void;
6
+ className?: string;
7
+ placement?: 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right';
8
+ ghost?: boolean;
9
+ children: React.ReactNode;
10
+ };
11
+ declare const FloatingCard: ({ visible, onClose, className, placement, ghost, children, }: FloatingCardProps) => React.JSX.Element;
12
+ export { FloatingCard };
@@ -0,0 +1 @@
1
+ export * from "./FloatingCard";
@@ -0,0 +1,3 @@
1
+ import { Form, useForm } from '../../shadcn/form';
2
+ import FormItem from './Item';
3
+ export { Form, FormItem, useForm, };
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import './index.css';
3
+ type FormItemProps = {
4
+ id?: string;
5
+ className?: string;
6
+ children: React.ReactElement;
7
+ control?: any;
8
+ name: string;
9
+ };
10
+ declare const Item: ({ children, control, name }: FormItemProps) => React.JSX.Element;
11
+ export default Item;
@@ -0,0 +1 @@
1
+ export * from "./Form";
@@ -0,0 +1,14 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type HoverCardProps = {
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
+ };
13
+ declare const HoverCard: ({ id, className, align, side, sideOffset, visible, content, children, }: HoverCardProps) => React.JSX.Element;
14
+ export { HoverCard };
@@ -0,0 +1 @@
1
+ export * from "./HoverCard";
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type IconProps = {
4
+ id?: string;
5
+ className?: string;
6
+ width?: number | string;
7
+ height?: number | string;
8
+ source?: string;
9
+ };
10
+ declare const Icon: ({ id, className, width, height, source, }: IconProps) => React.JSX.Element;
11
+ export { Icon };
@@ -0,0 +1 @@
1
+ export * from "./Icon";
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type IconDisplayProps = {
4
+ id?: string;
5
+ className?: string;
6
+ icon?: React.ReactNode;
7
+ type?: 'primary' | 'danger' | 'warning' | 'success';
8
+ };
9
+ declare const IconDisplay: ({ id, className, icon, type, }: IconDisplayProps) => React.JSX.Element;
10
+ export { IconDisplay };
@@ -0,0 +1 @@
1
+ export * from "./IconDisplay";
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type InformationProps = {
4
+ id?: string;
5
+ className?: string;
6
+ label?: React.ReactNode | string;
7
+ children?: React.ReactNode | string;
8
+ };
9
+ declare const Information: ({ id, className, label, children, }: InformationProps) => React.JSX.Element;
10
+ export { Information };
@@ -0,0 +1 @@
1
+ export * from "./Information";
@@ -0,0 +1,55 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ import { Mask } from 'react-text-mask';
4
+ type MentionSuggestion = {
5
+ key: string;
6
+ trigger: string | RegExp;
7
+ color?: string;
8
+ backgroundColor?: string;
9
+ items: {
10
+ value: string;
11
+ label: string;
12
+ description?: string;
13
+ }[];
14
+ };
15
+ export type InputProps = {
16
+ id?: string;
17
+ className?: string;
18
+ name?: string;
19
+ mode?: 'bordered' | 'shadowed' | 'table';
20
+ type?: 'text' | 'text-area' | 'password' | 'currency' | 'date' | 'month' | 'date-range' | 'email' | 'percentage' | 'number' | 'mention';
21
+ disabled?: boolean;
22
+ placeholder?: string;
23
+ value?: any;
24
+ mask?: Mask | ((value: string) => Mask);
25
+ guide?: boolean;
26
+ rows?: number;
27
+ suggestions?: MentionSuggestion[];
28
+ onChange?: (e: React.ChangeEvent<HTMLInputElement> | {
29
+ target: {
30
+ value: any;
31
+ float?: number;
32
+ };
33
+ }) => void;
34
+ onBlur?: (e: React.ChangeEvent<HTMLInputElement> | {
35
+ target: {
36
+ value: any;
37
+ float?: number;
38
+ };
39
+ }) => void;
40
+ onFocus?: (e: React.ChangeEvent<HTMLInputElement> | {
41
+ target: {
42
+ value: any;
43
+ float?: number;
44
+ };
45
+ }) => void;
46
+ onCursorChange?: (plainPos: number) => void;
47
+ };
48
+ declare const masks: {
49
+ phoneNumber: (string | RegExp)[];
50
+ cpf: (string | RegExp)[];
51
+ cpfPossibleCnpj: (string | RegExp)[];
52
+ cnpj: (string | RegExp)[];
53
+ };
54
+ declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<unknown>>;
55
+ export { Input, masks };
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { InputProps } from "./Input";
3
+ import "./index.css";
4
+ declare const Mention: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<unknown>>;
5
+ export { Mention };
@@ -0,0 +1 @@
1
+ export * from "./Input";
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ import * as LabelPrimitive from '@radix-ui/react-label';
3
+ import { type VariantProps } from 'class-variance-authority';
4
+ declare const Label: React.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React.RefAttributes<HTMLLabelElement>, "ref"> & VariantProps<(props?: import("class-variance-authority/types").ClassProp | undefined) => string> & React.RefAttributes<HTMLLabelElement>>;
5
+ export { Label };
@@ -0,0 +1 @@
1
+ export * from "./Label";
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type ContentProps = {
4
+ id?: string;
5
+ className?: string;
6
+ children?: React.ReactNode;
7
+ };
8
+ declare const Content: ({ id, className, children, }: ContentProps) => React.JSX.Element;
9
+ export { Content };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type FooterProps = {
4
+ id?: string;
5
+ className?: string;
6
+ children?: React.ReactNode;
7
+ };
8
+ declare const Footer: ({ id, className, children, }: FooterProps) => React.JSX.Element;
9
+ export { Footer };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type HeaderProps = {
4
+ id?: string;
5
+ className?: string;
6
+ children?: React.ReactNode;
7
+ };
8
+ declare const Header: ({ id, className, children, }: HeaderProps) => React.JSX.Element;
9
+ export { Header };
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type LayoutProps = {
4
+ id?: string;
5
+ className?: string;
6
+ withSider?: boolean;
7
+ children?: React.ReactNode;
8
+ };
9
+ declare const Layout: ({ id, className, withSider, children, }: LayoutProps) => React.JSX.Element;
10
+ export { Layout };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type SiderProps = {
4
+ id?: string;
5
+ className?: string;
6
+ children?: React.ReactNode;
7
+ };
8
+ declare const Sider: ({ id, className, children, }: SiderProps) => React.JSX.Element;
9
+ export { Sider };
@@ -0,0 +1,5 @@
1
+ export * from "./Layout";
2
+ export * from "./Header";
3
+ export * from "./Footer";
4
+ export * from "./Sider";
5
+ export * from "./Content";
@@ -0,0 +1,18 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type ListProps = {
4
+ id?: string;
5
+ className?: string;
6
+ data?: Array<{
7
+ title?: string;
8
+ subtitle?: string;
9
+ date?: Date;
10
+ icon?: any;
11
+ }>;
12
+ empty?: {
13
+ icon?: React.ReactNode;
14
+ text?: string;
15
+ };
16
+ };
17
+ declare const List: ({ id, className, data, empty, }: ListProps) => React.JSX.Element;
18
+ export { List };
@@ -0,0 +1 @@
1
+ export * from "./List";
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type LoadingProps = {
4
+ id?: string;
5
+ className?: string;
6
+ size?: number;
7
+ color?: string;
8
+ };
9
+ declare const Loading: ({ id, className, size, color, }: LoadingProps) => React.JSX.Element;
10
+ export { Loading };
@@ -0,0 +1 @@
1
+ export * from "./Loading";
@@ -0,0 +1,12 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type LogoProps = {
4
+ id?: string;
5
+ className?: string;
6
+ type?: "dark" | "white" | "background-contrasted";
7
+ width?: number | string;
8
+ height?: number | string;
9
+ source?: string;
10
+ };
11
+ declare const Logo: ({ id, className, type, width, height, source, }: LogoProps) => React.JSX.Element;
12
+ export { Logo };
@@ -0,0 +1 @@
1
+ export * from "./Logo";
@@ -0,0 +1,24 @@
1
+ import React from "react";
2
+ import "./index.css";
3
+ type MenubarProps = {
4
+ id?: string;
5
+ className?: string;
6
+ borderless?: boolean;
7
+ orientation?: 'horizontal' | 'vertical';
8
+ activeKey?: string;
9
+ items?: Array<{
10
+ key: string;
11
+ title?: string | React.ReactNode;
12
+ disabled?: boolean;
13
+ separator?: boolean;
14
+ items?: Array<{
15
+ key: string;
16
+ title?: string | React.ReactNode;
17
+ disabled?: boolean;
18
+ separator?: boolean;
19
+ }>;
20
+ }>;
21
+ onClick?: (key: string) => void;
22
+ };
23
+ declare const Menubar: ({ id, className, borderless, orientation, activeKey, items, onClick, }: MenubarProps) => React.JSX.Element;
24
+ export { Menubar };
@@ -0,0 +1 @@
1
+ export * from "./Menubar";
@@ -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, };