@granto-umbrella/umbrella-components 3.0.76 → 3.0.78

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 (422) hide show
  1. package/dist/{umbrella-components.umd.js → cjs/index.js} +760 -789
  2. package/dist/{umbrella-components.es.js → esm/index.js} +26832 -27462
  3. package/dist/types/components/atoms/Badge/Badge.d.ts +4 -0
  4. package/dist/types/components/atoms/Badge/Badge.styles.d.ts +22 -0
  5. package/dist/types/components/atoms/Badge/Badge.types.d.ts +9 -0
  6. package/dist/types/components/atoms/Breadcrumb/Breadcrumb.d.ts +4 -0
  7. package/dist/types/components/atoms/Breadcrumb/Breadcrumb.styles.d.ts +5 -0
  8. package/dist/types/components/atoms/Breadcrumb/Breadcrumb.types.d.ts +10 -0
  9. package/dist/types/components/atoms/Button/Button.d.ts +4 -0
  10. package/dist/types/components/atoms/Button/Button.styles.d.ts +31 -0
  11. package/dist/types/components/atoms/Button/Button.types.d.ts +13 -0
  12. package/dist/types/components/atoms/Checkbox/Checkbox.d.ts +3 -0
  13. package/dist/types/components/atoms/Checkbox/Checkbox.styles.d.ts +11 -0
  14. package/dist/types/components/atoms/Checkbox/Checkbox.types.d.ts +16 -0
  15. package/dist/types/components/atoms/Checkbox/CheckboxGroup.d.ts +3 -0
  16. package/dist/types/components/atoms/Checkbox/CheckboxSelectAll.d.ts +3 -0
  17. package/dist/types/components/atoms/CodeInput/CodeInput.d.ts +4 -0
  18. package/dist/types/components/atoms/CodeInput/CodeInput.styles.d.ts +1 -0
  19. package/dist/types/components/atoms/CodeInput/CodeInput.types.d.ts +2 -0
  20. package/dist/types/components/atoms/DatePickerInput/DatePicker.styles.d.ts +3 -0
  21. package/dist/types/components/atoms/DatePickerInput/DatePickerInput.d.ts +11 -0
  22. package/dist/types/components/atoms/DropDownMenu/DropdownMenu.d.ts +4 -0
  23. package/dist/types/components/atoms/DropDownMenu/DropdownMenu.styles.d.ts +13 -0
  24. package/dist/types/components/atoms/DropDownMenu/DropdownMenu.types.d.ts +12 -0
  25. package/dist/types/components/atoms/DropDownMenu/index.d.ts +2 -0
  26. package/dist/types/components/atoms/EditIcon/EditIcon.d.ts +3 -0
  27. package/dist/types/components/atoms/EditIcon/EditIcon.styles.d.ts +1 -0
  28. package/dist/types/components/atoms/EditIcon/EditIcon.types.d.ts +6 -0
  29. package/dist/types/components/atoms/EditIcon/index.d.ts +1 -0
  30. package/dist/types/components/atoms/EditableDurationSelect/EditableDurationSelect.d.ts +2 -0
  31. package/dist/types/components/atoms/EditableDurationSelect/EditableDurationSelect.styles.d.ts +15 -0
  32. package/dist/types/components/atoms/EditableDurationSelect/EditableDurationSelect.types.d.ts +18 -0
  33. package/dist/types/components/atoms/ErrorMessage/ErrorMessage.d.ts +4 -0
  34. package/dist/types/components/atoms/ErrorMessage/ErrorMessage.styles.d.ts +3 -0
  35. package/dist/types/components/atoms/ErrorMessage/ErrorMessage.types.d.ts +5 -0
  36. package/dist/types/components/atoms/Footer/Footer.d.ts +4 -0
  37. package/dist/types/components/atoms/Footer/Footer.styles.d.ts +1 -0
  38. package/dist/types/components/atoms/Footer/Footer.types.d.ts +4 -0
  39. package/dist/types/components/atoms/GenericContainer/GenericContainer.d.ts +3 -0
  40. package/dist/types/components/atoms/GenericContainer/GenericContainer.styles.d.ts +1 -0
  41. package/dist/types/components/atoms/GenericContainer/GenericContainer.types.d.ts +4 -0
  42. package/dist/types/components/atoms/Icon/Icon.d.ts +4 -0
  43. package/dist/types/components/atoms/Icon/Icon.styles.d.ts +8 -0
  44. package/{src/components/atoms/Icon/Icon.types.ts → dist/types/components/atoms/Icon/Icon.types.d.ts} +2 -3
  45. package/dist/types/components/atoms/Input/Input.d.ts +4 -0
  46. package/dist/types/components/atoms/Input/Input.styles.d.ts +21 -0
  47. package/dist/types/components/atoms/Input/Input.types.d.ts +19 -0
  48. package/dist/types/components/atoms/Label/Label.d.ts +6 -0
  49. package/dist/types/components/atoms/Label/Label.styles.d.ts +4 -0
  50. package/dist/types/components/atoms/Loading/Loading.d.ts +3 -0
  51. package/dist/types/components/atoms/Loading/Loading.styles.d.ts +1 -0
  52. package/dist/types/components/atoms/LogoContainer/LogoContainer.Types.d.ts +6 -0
  53. package/dist/types/components/atoms/LogoContainer/LogoContainer.d.ts +3 -0
  54. package/dist/types/components/atoms/LogoContainer/LogoContainer.styles.d.ts +4 -0
  55. package/dist/types/components/atoms/ModalAviso/ModalAviso.d.ts +3 -0
  56. package/dist/types/components/atoms/ModalAviso/ModalAviso.styles.d.ts +6 -0
  57. package/dist/types/components/atoms/ModalAviso/ModalAviso.types.d.ts +5 -0
  58. package/dist/types/components/atoms/MultiSelect/MultiSelect.d.ts +4 -0
  59. package/dist/types/components/atoms/MultiSelect/MultiSelect.styles.d.ts +15 -0
  60. package/dist/types/components/atoms/MultiSelect/MultiSelect.types.d.ts +32 -0
  61. package/dist/types/components/atoms/Pill/Pill.d.ts +4 -0
  62. package/dist/types/components/atoms/Pill/Pill.styles.d.ts +15 -0
  63. package/dist/types/components/atoms/Pill/Pill.types.d.ts +10 -0
  64. package/dist/types/components/atoms/RadioButton/RadioButton.d.ts +4 -0
  65. package/dist/types/components/atoms/RadioButton/RadioButton.styles.d.ts +3 -0
  66. package/dist/types/components/atoms/RadioButton/RadioButton.types.d.ts +9 -0
  67. package/dist/types/components/atoms/ResendLink/ResendLink.d.ts +3 -0
  68. package/dist/types/components/atoms/ResendLink/ResendLink.styles.d.ts +3 -0
  69. package/dist/types/components/atoms/ResendLink/ResendLink.types.d.ts +7 -0
  70. package/dist/types/components/atoms/Select/Select.d.ts +4 -0
  71. package/dist/types/components/atoms/Select/Select.styles.d.ts +15 -0
  72. package/dist/types/components/atoms/Select/Select.types.d.ts +24 -0
  73. package/dist/types/components/atoms/Skeleton/Skeleton.d.ts +3 -0
  74. package/dist/types/components/atoms/Skeleton/Skeleton.styles.d.ts +5 -0
  75. package/dist/types/components/atoms/Skeleton/Skeleton.types.d.ts +12 -0
  76. package/dist/types/components/atoms/Subtitle/Subtitle.d.ts +3 -0
  77. package/dist/types/components/atoms/Subtitle/Subtitle.styles.d.ts +1 -0
  78. package/dist/types/components/atoms/Subtitle/Subtitle.types.d.ts +4 -0
  79. package/dist/types/components/atoms/Switch/Switch.d.ts +8 -0
  80. package/dist/types/components/atoms/Switch/Switch.styles.d.ts +5 -0
  81. package/dist/types/components/atoms/Switch/Switch.types.d.ts +7 -0
  82. package/dist/types/components/atoms/TabBar/TabBar.d.ts +3 -0
  83. package/dist/types/components/atoms/TabBar/TabBar.styles.d.ts +5 -0
  84. package/dist/types/components/atoms/TabBar/TabBar.types.d.ts +10 -0
  85. package/dist/types/components/atoms/Text/Text.d.ts +4 -0
  86. package/dist/types/components/atoms/Text/Text.styles.d.ts +6 -0
  87. package/dist/types/components/atoms/Text/Text.types.d.ts +8 -0
  88. package/dist/types/components/atoms/Textarea/Textarea.d.ts +4 -0
  89. package/dist/types/components/atoms/Textarea/Textarea.styles.d.ts +4 -0
  90. package/{src/components/atoms/Textarea/Textarea.types.ts → dist/types/components/atoms/Textarea/Textarea.types.d.ts} +4 -4
  91. package/dist/types/components/atoms/TimelineEventIndicator/TimelineEventIndicator.d.ts +1 -0
  92. package/dist/types/components/atoms/TimelineEventIndicator/TimelineExpandButton.d.ts +7 -0
  93. package/dist/types/components/atoms/Title/Title.d.ts +3 -0
  94. package/dist/types/components/atoms/Title/Title.styles.d.ts +1 -0
  95. package/dist/types/components/atoms/Title/Title.types.d.ts +4 -0
  96. package/dist/types/components/atoms/Tooltip/Tooltip.d.ts +4 -0
  97. package/dist/types/components/atoms/Tooltip/Tootip.styles.d.ts +9 -0
  98. package/dist/types/components/atoms/Tooltip/tooltip.types.d.ts +7 -0
  99. package/dist/types/components/molecules/AvatarGroup/AvatarGroup.d.ts +4 -0
  100. package/dist/types/components/molecules/AvatarGroup/AvatarGroup.styles.d.ts +6 -0
  101. package/dist/types/components/molecules/AvatarGroup/AvatarGroup.types.d.ts +13 -0
  102. package/dist/types/components/molecules/BannerAjuda/BannerAjuda.d.ts +4 -0
  103. package/dist/types/components/molecules/BannerAjuda/BannerAjuda.styles.d.ts +1 -0
  104. package/dist/types/components/molecules/BannerAjuda/BannerAjuda.types.d.ts +5 -0
  105. package/dist/types/components/molecules/ButtonGroup/ButtonGroup.d.ts +4 -0
  106. package/dist/types/components/molecules/ButtonGroup/ButtonGroup.styles.d.ts +3 -0
  107. package/dist/types/components/molecules/ButtonGroup/ButtonGroup.types.d.ts +11 -0
  108. package/dist/types/components/molecules/Calendar/Calendar.d.ts +8 -0
  109. package/dist/types/components/molecules/Calendar/Calendar.styles.d.ts +2 -0
  110. package/dist/types/components/molecules/CodeInputContainer/CodeInputContainer.d.ts +4 -0
  111. package/dist/types/components/molecules/CodeInputContainer/CodeInputContainer.styles.d.ts +1 -0
  112. package/dist/types/components/molecules/CodeInputContainer/CodeInputContainer.types.d.ts +9 -0
  113. package/dist/types/components/molecules/ExcludeModal/ExcludeModal.d.ts +4 -0
  114. package/dist/types/components/molecules/ExcludeModal/ExcludeModal.styles.d.ts +17 -0
  115. package/dist/types/components/molecules/ExcludeModal/ExcludeModal.types.d.ts +12 -0
  116. package/dist/types/components/molecules/FieldSelector/FieldSelector.d.ts +10 -0
  117. package/dist/types/components/molecules/FieldSelector/FieldSelector.styles.d.ts +8 -0
  118. package/dist/types/components/molecules/HighlightsCard/HighlightsCard.d.ts +4 -0
  119. package/dist/types/components/molecules/HighlightsCard/HighlightsCard.styles.d.ts +8 -0
  120. package/dist/types/components/molecules/HighlightsCard/HighlightsCard.types.d.ts +9 -0
  121. package/dist/types/components/molecules/InsuranceCard/InsuranceCard.d.ts +3 -0
  122. package/dist/types/components/molecules/InsuranceCard/InsuranceCard.styles.d.ts +49 -0
  123. package/dist/types/components/molecules/InsuranceCard/InsuranceCard.types.d.ts +38 -0
  124. package/dist/types/components/molecules/PieChartComponent/PieChartComponent.d.ts +3 -0
  125. package/dist/types/components/molecules/PieChartComponent/PieChartComponent.styles.d.ts +1 -0
  126. package/dist/types/components/molecules/PieChartComponent/PieChartComponent.types.d.ts +9 -0
  127. package/dist/types/components/molecules/Popover/Popover.d.ts +6 -0
  128. package/dist/types/components/molecules/Popover/Popover.styles.d.ts +4 -0
  129. package/dist/types/components/molecules/RadioBoxGroup/RadioBoxGroup.d.ts +15 -0
  130. package/dist/types/components/molecules/RadioBoxGroup/RadioBoxGroup.styles.d.ts +3 -0
  131. package/dist/types/components/molecules/RadioGroupField/RadioGroupField.d.ts +4 -0
  132. package/dist/types/components/molecules/RadioGroupField/RadioGroupField.styles.d.ts +6 -0
  133. package/dist/types/components/molecules/RadioGroupField/RadioGroupField.types.d.ts +15 -0
  134. package/dist/types/components/molecules/RefuseModal/RefuseModal.d.ts +2 -0
  135. package/dist/types/components/molecules/RefuseModal/RefuseModal.styles.d.ts +21 -0
  136. package/dist/types/components/molecules/RefuseModal/RefuseModal.types.d.ts +8 -0
  137. package/dist/types/components/molecules/ResultsChart/ResultsChart.d.ts +3 -0
  138. package/dist/types/components/molecules/ResultsChart/ResultsChart.styles.d.ts +3 -0
  139. package/{src/components/molecules/ResultsChart/ResultsChart.types.ts → dist/types/components/molecules/ResultsChart/ResultsChart.types.d.ts} +1 -1
  140. package/dist/types/components/molecules/TabToggle/TabToggle.d.ts +10 -0
  141. package/dist/types/components/molecules/TabToggle/TabToggle.styles.d.ts +8 -0
  142. package/dist/types/components/molecules/TimeLine/TimeLine.d.ts +3 -0
  143. package/dist/types/components/molecules/TimeLine/TimeLine.mapper.d.ts +2 -0
  144. package/dist/types/components/molecules/TimeLine/TimeLine.registry.d.ts +8 -0
  145. package/dist/types/components/molecules/TimeLine/TimeLine.styles.d.ts +18 -0
  146. package/dist/types/components/molecules/TimeLine/TimeLine.types.d.ts +68 -0
  147. package/dist/types/components/molecules/TimeLine/TimelineComparisonTable/TimelineComparisonTable.d.ts +2 -0
  148. package/{src/components/molecules/TimeLine/TimelineComparisonTable/TimelineComparisonTable.types.ts → dist/types/components/molecules/TimeLine/TimelineComparisonTable/TimelineComparisonTable.types.d.ts} +4 -4
  149. package/dist/types/components/molecules/TimeLineEvent/TimelineEvent.d.ts +6 -0
  150. package/dist/types/components/molecules/TimeLineEvent/TimelineEvent.styles.d.ts +6 -0
  151. package/dist/types/components/organisms/AlertDialog/AlertDialog.d.ts +4 -0
  152. package/dist/types/components/organisms/AlertDialog/AlertDialog.styles.d.ts +5 -0
  153. package/dist/types/components/organisms/AlertDialog/AlertDialog.types.d.ts +14 -0
  154. package/dist/types/components/organisms/Dialog/Dialog.d.ts +12 -0
  155. package/dist/types/components/organisms/Dialog/Dialog.styles.d.ts +18 -0
  156. package/dist/types/components/organisms/DonutEmissionsChart/DonutEmissionsChart.d.ts +4 -0
  157. package/dist/types/components/organisms/DonutEmissionsChart/DonutEmissionsChart.styles.d.ts +10 -0
  158. package/dist/types/components/organisms/DonutEmissionsChart/DonutEmissionsChart.types.d.ts +8 -0
  159. package/dist/types/components/organisms/DonutEmissionsChart/index.d.ts +2 -0
  160. package/dist/types/components/organisms/ExportExcelModal/ExportExcelModal.d.ts +13 -0
  161. package/dist/types/components/organisms/ExportExcelModal/ExportExcelModal.styles.d.ts +13 -0
  162. package/dist/types/components/organisms/Form/Form.d.ts +22 -0
  163. package/dist/types/components/organisms/Form/Form.styles.d.ts +7 -0
  164. package/dist/types/components/organisms/ListagemUltimasEmissoes/ListagemUltimasEmissoes.d.ts +4 -0
  165. package/dist/types/components/organisms/ListagemUltimasEmissoes/ListagemUltimasEmissoes.styles.d.ts +13 -0
  166. package/dist/types/components/organisms/ListagemUltimasEmissoes/ListagemUltimasEmissoes.types.d.ts +15 -0
  167. package/dist/types/components/organisms/Navbar/Navbar.d.ts +3 -0
  168. package/dist/types/components/organisms/Navbar/Navbar.styles.d.ts +15 -0
  169. package/dist/types/components/organisms/Navbar/Navbar.types.d.ts +32 -0
  170. package/dist/types/components/organisms/PermissionCard/PermissionCard.d.ts +3 -0
  171. package/dist/types/components/organisms/PermissionCard/PermissionCard.styles.d.ts +3 -0
  172. package/dist/types/components/organisms/PermissionCard/PermissionCard.types.d.ts +11 -0
  173. package/dist/types/components/organisms/TimelineModal/TimelineModal.d.ts +11 -0
  174. package/dist/types/components/organisms/TimelineModal/TimelineModal.styles.d.ts +15 -0
  175. package/dist/types/components/templates/PermissionMatrix/PermissionMatrix.d.ts +3 -0
  176. package/dist/types/components/templates/PermissionMatrix/PermissionMatrix.styles.d.ts +1 -0
  177. package/dist/types/components/templates/PermissionMatrix/PermissionMatrix.types.d.ts +11 -0
  178. package/dist/types/components/templates/PermissionMatrix/index.d.ts +1 -0
  179. package/dist/types/index.d.ts +75 -0
  180. package/dist/types/lib/utils.d.ts +2 -0
  181. package/dist/types/styles/tokens/borders.d.ts +16 -0
  182. package/dist/types/styles/tokens/colors.d.ts +599 -0
  183. package/dist/types/styles/tokens/radius.d.ts +21 -0
  184. package/dist/types/styles/tokens/shadows.d.ts +18 -0
  185. package/dist/types/styles/tokens/sizes.d.ts +59 -0
  186. package/dist/types/styles/tokens/typography.d.ts +160 -0
  187. package/dist/types/types/colors.types.d.ts +20 -0
  188. package/dist/types/types/sizes.types.d.ts +4 -0
  189. package/package.json +16 -10
  190. package/src/assets/_banner_contato.png +0 -0
  191. package/src/assets/_barra.svg +0 -3
  192. package/src/assets/_effecti.svg +0 -9
  193. package/src/assets/_granto_corp_navbar.svg +0 -9
  194. package/src/assets/_logoUmbrella.svg +0 -34
  195. package/src/assets/avatar1.png +0 -0
  196. package/src/assets/avatar2.jpg +0 -0
  197. package/src/assets/avatar3.jpg +0 -0
  198. package/src/assets/avatar4.jpg +0 -0
  199. package/src/assets/info.png +0 -0
  200. package/src/assets/linhaTempo.png +0 -0
  201. package/src/assets/pen.png +0 -0
  202. package/src/assets/react.svg +0 -1
  203. package/src/assets.d.ts +0 -19
  204. package/src/components/atoms/Badge/Badge.styles.ts +0 -96
  205. package/src/components/atoms/Badge/Badge.tsx +0 -50
  206. package/src/components/atoms/Badge/Badge.types.ts +0 -16
  207. package/src/components/atoms/Breadcrumb/Breadcrumb.styles.ts +0 -43
  208. package/src/components/atoms/Breadcrumb/Breadcrumb.tsx +0 -46
  209. package/src/components/atoms/Breadcrumb/Breadcrumb.types.ts +0 -12
  210. package/src/components/atoms/Button/Button.styles.ts +0 -279
  211. package/src/components/atoms/Button/Button.tsx +0 -76
  212. package/src/components/atoms/Button/Button.types.ts +0 -27
  213. package/src/components/atoms/Checkbox/Checkbox.styles.ts +0 -88
  214. package/src/components/atoms/Checkbox/Checkbox.tsx +0 -42
  215. package/src/components/atoms/Checkbox/Checkbox.types.ts +0 -14
  216. package/src/components/atoms/Checkbox/CheckboxGroup.tsx +0 -37
  217. package/src/components/atoms/Checkbox/CheckboxSelectAll.tsx +0 -32
  218. package/src/components/atoms/CodeInput/CodeInput.styles.tsx +0 -38
  219. package/src/components/atoms/CodeInput/CodeInput.tsx +0 -13
  220. package/src/components/atoms/CodeInput/CodeInput.types.ts +0 -3
  221. package/src/components/atoms/DatePickerInput/DatePicker.styles.ts +0 -75
  222. package/src/components/atoms/DatePickerInput/DatePickerInput.tsx +0 -154
  223. package/src/components/atoms/DropDownMenu/DropdownMenu.styles.tsx +0 -106
  224. package/src/components/atoms/DropDownMenu/DropdownMenu.tsx +0 -48
  225. package/src/components/atoms/DropDownMenu/DropdownMenu.types.ts +0 -15
  226. package/src/components/atoms/DropDownMenu/index.tsx +0 -5
  227. package/src/components/atoms/EditIcon/EditIcon.styles.ts +0 -39
  228. package/src/components/atoms/EditIcon/EditIcon.tsx +0 -21
  229. package/src/components/atoms/EditIcon/EditIcon.types.ts +0 -7
  230. package/src/components/atoms/EditIcon/index.ts +0 -0
  231. package/src/components/atoms/EditableDurationSelect/EditableDurationSelect.styles.ts +0 -150
  232. package/src/components/atoms/EditableDurationSelect/EditableDurationSelect.tsx +0 -138
  233. package/src/components/atoms/EditableDurationSelect/EditableDurationSelect.types.ts +0 -19
  234. package/src/components/atoms/ErrorMessage/ErrorMessage.styles.tsx +0 -28
  235. package/src/components/atoms/ErrorMessage/ErrorMessage.tsx +0 -12
  236. package/src/components/atoms/ErrorMessage/ErrorMessage.types.ts +0 -6
  237. package/src/components/atoms/Footer/Footer.styles.tsx +0 -22
  238. package/src/components/atoms/Footer/Footer.tsx +0 -9
  239. package/src/components/atoms/Footer/Footer.types.tsx +0 -5
  240. package/src/components/atoms/GenericContainer/GenericContainer.styles.tsx +0 -21
  241. package/src/components/atoms/GenericContainer/GenericContainer.tsx +0 -9
  242. package/src/components/atoms/GenericContainer/GenericContainer.types.ts +0 -5
  243. package/src/components/atoms/Icon/Icon.styles.ts +0 -11
  244. package/src/components/atoms/Icon/Icon.tsx +0 -22
  245. package/src/components/atoms/Input/Input.styles.ts +0 -106
  246. package/src/components/atoms/Input/Input.tsx +0 -80
  247. package/src/components/atoms/Input/Input.types.ts +0 -21
  248. package/src/components/atoms/Label/Label.styles.ts +0 -16
  249. package/src/components/atoms/Label/Label.tsx +0 -16
  250. package/src/components/atoms/Loading/Loading.styles.tsx +0 -25
  251. package/src/components/atoms/Loading/Loading.tsx +0 -8
  252. package/src/components/atoms/LogoContainer/LogoContainer.Types.tsx +0 -6
  253. package/src/components/atoms/LogoContainer/LogoContainer.styles.tsx +0 -11
  254. package/src/components/atoms/LogoContainer/LogoContainer.tsx +0 -14
  255. package/src/components/atoms/ModalAviso/ModalAviso.styles.tsx +0 -56
  256. package/src/components/atoms/ModalAviso/ModalAviso.tsx +0 -43
  257. package/src/components/atoms/ModalAviso/ModalAviso.types.ts +0 -5
  258. package/src/components/atoms/MultiSelect/MultiSelect.styles.tsx +0 -100
  259. package/src/components/atoms/MultiSelect/MultiSelect.tsx +0 -346
  260. package/src/components/atoms/MultiSelect/MultiSelect.types.ts +0 -38
  261. package/src/components/atoms/Pill/Pill.styles.ts +0 -46
  262. package/src/components/atoms/Pill/Pill.tsx +0 -35
  263. package/src/components/atoms/Pill/Pill.types.ts +0 -14
  264. package/src/components/atoms/RadioButton/RadioButton.styles.ts +0 -44
  265. package/src/components/atoms/RadioButton/RadioButton.tsx +0 -31
  266. package/src/components/atoms/RadioButton/RadioButton.types.ts +0 -9
  267. package/src/components/atoms/ResendLink/ResendLink.styles.tsx +0 -19
  268. package/src/components/atoms/ResendLink/ResendLink.tsx +0 -21
  269. package/src/components/atoms/ResendLink/ResendLink.types.ts +0 -8
  270. package/src/components/atoms/Select/Select.styles.ts +0 -153
  271. package/src/components/atoms/Select/Select.tsx +0 -52
  272. package/src/components/atoms/Select/Select.types.ts +0 -19
  273. package/src/components/atoms/Skeleton/Skeleton.styles.ts +0 -32
  274. package/src/components/atoms/Skeleton/Skeleton.tsx +0 -43
  275. package/src/components/atoms/Skeleton/Skeleton.types.ts +0 -13
  276. package/src/components/atoms/Subtitle/Subtitle.styles.tsx +0 -21
  277. package/src/components/atoms/Subtitle/Subtitle.tsx +0 -7
  278. package/src/components/atoms/Subtitle/Subtitle.types.ts +0 -5
  279. package/src/components/atoms/Switch/Switch.styles.ts +0 -59
  280. package/src/components/atoms/Switch/Switch.tsx +0 -25
  281. package/src/components/atoms/Switch/Switch.types.ts +0 -7
  282. package/src/components/atoms/TabBar/TabBar.styles.tsx +0 -64
  283. package/src/components/atoms/TabBar/TabBar.tsx +0 -24
  284. package/src/components/atoms/TabBar/TabBar.types.ts +0 -11
  285. package/src/components/atoms/Text/Text.styles.tsx +0 -35
  286. package/src/components/atoms/Text/Text.tsx +0 -32
  287. package/src/components/atoms/Text/Text.types.ts +0 -8
  288. package/src/components/atoms/Textarea/Textarea.styles.ts +0 -52
  289. package/src/components/atoms/Textarea/Textarea.tsx +0 -31
  290. package/src/components/atoms/TimelineEventIndicator/TimelineEventIndicator.tsx +0 -12
  291. package/src/components/atoms/TimelineEventIndicator/TimelineExpandButton.tsx +0 -55
  292. package/src/components/atoms/Title/Title.styles.tsx +0 -17
  293. package/src/components/atoms/Title/Title.tsx +0 -7
  294. package/src/components/atoms/Title/Title.types.ts +0 -5
  295. package/src/components/atoms/Tooltip/Tooltip.tsx +0 -59
  296. package/src/components/atoms/Tooltip/Tootip.styles.ts +0 -153
  297. package/src/components/atoms/Tooltip/tooltip.types.ts +0 -8
  298. package/src/components/molecules/AvatarGroup/AvatarGroup.styles.ts +0 -43
  299. package/src/components/molecules/AvatarGroup/AvatarGroup.tsx +0 -39
  300. package/src/components/molecules/AvatarGroup/AvatarGroup.types.ts +0 -16
  301. package/src/components/molecules/BannerAjuda/BannerAjuda.styles.tsx +0 -9
  302. package/src/components/molecules/BannerAjuda/BannerAjuda.tsx +0 -18
  303. package/src/components/molecules/BannerAjuda/BannerAjuda.types.ts +0 -5
  304. package/src/components/molecules/ButtonGroup/ButtonGroup.styles.ts +0 -10
  305. package/src/components/molecules/ButtonGroup/ButtonGroup.tsx +0 -28
  306. package/src/components/molecules/ButtonGroup/ButtonGroup.types.ts +0 -23
  307. package/src/components/molecules/Calendar/Calendar.styles.ts +0 -143
  308. package/src/components/molecules/Calendar/Calendar.tsx +0 -31
  309. package/src/components/molecules/CodeInputContainer/CodeInputContainer.styles.tsx +0 -7
  310. package/src/components/molecules/CodeInputContainer/CodeInputContainer.tsx +0 -32
  311. package/src/components/molecules/CodeInputContainer/CodeInputContainer.types.ts +0 -13
  312. package/src/components/molecules/ExcludeModal/ExcludeModal.styles.tsx +0 -123
  313. package/src/components/molecules/ExcludeModal/ExcludeModal.tsx +0 -50
  314. package/src/components/molecules/ExcludeModal/ExcludeModal.types.ts +0 -12
  315. package/src/components/molecules/FieldSelector/FieldSelector.styles.ts +0 -63
  316. package/src/components/molecules/FieldSelector/FieldSelector.tsx +0 -167
  317. package/src/components/molecules/HighlightsCard/HighlightsCard.styles.tsx +0 -67
  318. package/src/components/molecules/HighlightsCard/HighlightsCard.tsx +0 -35
  319. package/src/components/molecules/HighlightsCard/HighlightsCard.types.ts +0 -10
  320. package/src/components/molecules/InsuranceCard/InsuranceCard.styles.tsx +0 -237
  321. package/src/components/molecules/InsuranceCard/InsuranceCard.tsx +0 -455
  322. package/src/components/molecules/InsuranceCard/InsuranceCard.types.ts +0 -41
  323. package/src/components/molecules/PieChartComponent/PieChartComponent.styles.tsx +0 -7
  324. package/src/components/molecules/PieChartComponent/PieChartComponent.tsx +0 -70
  325. package/src/components/molecules/PieChartComponent/PieChartComponent.types.ts +0 -11
  326. package/src/components/molecules/Popover/Popover.styles.ts +0 -66
  327. package/src/components/molecules/Popover/Popover.tsx +0 -23
  328. package/src/components/molecules/RadioBoxGroup/RadioBoxGroup.styles.ts +0 -11
  329. package/src/components/molecules/RadioBoxGroup/RadioBoxGroup.tsx +0 -43
  330. package/src/components/molecules/RadioGroupField/RadioGroupField.styles.tsx +0 -65
  331. package/src/components/molecules/RadioGroupField/RadioGroupField.tsx +0 -69
  332. package/src/components/molecules/RadioGroupField/RadioGroupField.types.ts +0 -17
  333. package/src/components/molecules/RefuseModal/RefuseModal.styles.tsx +0 -139
  334. package/src/components/molecules/RefuseModal/RefuseModal.tsx +0 -92
  335. package/src/components/molecules/RefuseModal/RefuseModal.types.ts +0 -15
  336. package/src/components/molecules/ResultsChart/ResultsChart.styles.tsx +0 -26
  337. package/src/components/molecules/ResultsChart/ResultsChart.tsx +0 -23
  338. package/src/components/molecules/TabToggle/TabToggle.styles.ts +0 -54
  339. package/src/components/molecules/TabToggle/TabToggle.tsx +0 -35
  340. package/src/components/molecules/TimeLine/TimeLine.mapper.ts +0 -112
  341. package/src/components/molecules/TimeLine/TimeLine.registry.ts +0 -41
  342. package/src/components/molecules/TimeLine/TimeLine.styles.ts +0 -221
  343. package/src/components/molecules/TimeLine/TimeLine.tsx +0 -80
  344. package/src/components/molecules/TimeLine/TimeLine.types.ts +0 -92
  345. package/src/components/molecules/TimeLine/TimelineComparisonTable/TimelineComparisonTable.tsx +0 -94
  346. package/src/components/molecules/TimeLineEvent/TimelineEvent.styles.ts +0 -62
  347. package/src/components/molecules/TimeLineEvent/TimelineEvent.tsx +0 -58
  348. package/src/components/organisms/AlertDialog/AlertDialog.styles.tsx +0 -61
  349. package/src/components/organisms/AlertDialog/AlertDialog.tsx +0 -70
  350. package/src/components/organisms/AlertDialog/AlertDialog.types.ts +0 -14
  351. package/src/components/organisms/Dialog/Dialog.styles.ts +0 -107
  352. package/src/components/organisms/Dialog/Dialog.tsx +0 -69
  353. package/src/components/organisms/DonutEmissionsChart/DonutEmissionsChart.styles.tsx +0 -113
  354. package/src/components/organisms/DonutEmissionsChart/DonutEmissionsChart.tsx +0 -75
  355. package/src/components/organisms/DonutEmissionsChart/DonutEmissionsChart.types.ts +0 -9
  356. package/src/components/organisms/DonutEmissionsChart/index.tsx +0 -5
  357. package/src/components/organisms/ExportExcelModal/ExportExcelModal.styles.ts +0 -59
  358. package/src/components/organisms/ExportExcelModal/ExportExcelModal.tsx +0 -89
  359. package/src/components/organisms/Form/Form.styles.ts +0 -35
  360. package/src/components/organisms/Form/Form.tsx +0 -160
  361. package/src/components/organisms/ListagemUltimasEmissoes/ListagemUltimasEmissoes.styles.tsx +0 -115
  362. package/src/components/organisms/ListagemUltimasEmissoes/ListagemUltimasEmissoes.tsx +0 -89
  363. package/src/components/organisms/ListagemUltimasEmissoes/ListagemUltimasEmissoes.types.ts +0 -16
  364. package/src/components/organisms/Navbar/Navbar.styles.tsx +0 -243
  365. package/src/components/organisms/Navbar/Navbar.tsx +0 -118
  366. package/src/components/organisms/Navbar/Navbar.types.ts +0 -34
  367. package/src/components/organisms/PermissionCard/PermissionCard.styles.ts +0 -37
  368. package/src/components/organisms/PermissionCard/PermissionCard.tsx +0 -58
  369. package/src/components/organisms/PermissionCard/PermissionCard.types.ts +0 -12
  370. package/src/components/organisms/TimelineModal/TimelineModal.styles.ts +0 -109
  371. package/src/components/organisms/TimelineModal/TimelineModal.tsx +0 -67
  372. package/src/components/templates/PermissionMatrix/PermissionMatrix.styles.ts +0 -19
  373. package/src/components/templates/PermissionMatrix/PermissionMatrix.tsx +0 -24
  374. package/src/components/templates/PermissionMatrix/PermissionMatrix.types.ts +0 -13
  375. package/src/components/templates/PermissionMatrix/index.ts +0 -0
  376. package/src/global.d.ts +0 -16
  377. package/src/index.ts +0 -200
  378. package/src/lib/utils.ts +0 -6
  379. package/src/styles/tokens/borders.ts +0 -17
  380. package/src/styles/tokens/colors.ts +0 -601
  381. package/src/styles/tokens/radius.ts +0 -22
  382. package/src/styles/tokens/shadows.ts +0 -22
  383. package/src/styles/tokens/sizes.ts +0 -60
  384. package/src/styles/tokens/typography.ts +0 -161
  385. package/src/types/colors.types.ts +0 -21
  386. package/src/types/sizes.types.ts +0 -4
  387. package/src/utils/renderHighlightsCard.tsx +0 -21
  388. /package/{src/components/atoms/Button/index.ts → dist/types/components/atoms/Button/index.d.ts} +0 -0
  389. /package/{src/components/atoms/CodeInput/index.tsx → dist/types/components/atoms/CodeInput/index.d.ts} +0 -0
  390. /package/{src/components/atoms/EditableDurationSelect/index.tsx → dist/types/components/atoms/EditableDurationSelect/index.d.ts} +0 -0
  391. /package/{src/components/atoms/ErrorMessage/index.tsx → dist/types/components/atoms/ErrorMessage/index.d.ts} +0 -0
  392. /package/{src/components/atoms/Footer/index.tsx → dist/types/components/atoms/Footer/index.d.ts} +0 -0
  393. /package/{src/components/atoms/GenericContainer/index.tsx → dist/types/components/atoms/GenericContainer/index.d.ts} +0 -0
  394. /package/{src/components/atoms/Icon/index.ts → dist/types/components/atoms/Icon/index.d.ts} +0 -0
  395. /package/{src/components/atoms/Input/index.ts → dist/types/components/atoms/Input/index.d.ts} +0 -0
  396. /package/{src/components/atoms/Loading/index.tsx → dist/types/components/atoms/Loading/index.d.ts} +0 -0
  397. /package/{src/components/atoms/LogoContainer/index.tsx → dist/types/components/atoms/LogoContainer/index.d.ts} +0 -0
  398. /package/{src/components/atoms/ModalAviso/index.tsx → dist/types/components/atoms/ModalAviso/index.d.ts} +0 -0
  399. /package/{src/components/atoms/MultiSelect/index.tsx → dist/types/components/atoms/MultiSelect/index.d.ts} +0 -0
  400. /package/{src/components/atoms/ResendLink/index.tsx → dist/types/components/atoms/ResendLink/index.d.ts} +0 -0
  401. /package/{src/components/atoms/Select/index.tsx → dist/types/components/atoms/Select/index.d.ts} +0 -0
  402. /package/{src/components/atoms/Subtitle/index.tsx → dist/types/components/atoms/Subtitle/index.d.ts} +0 -0
  403. /package/{src/components/atoms/TabBar/index.tsx → dist/types/components/atoms/TabBar/index.d.ts} +0 -0
  404. /package/{src/components/atoms/Text/index.ts → dist/types/components/atoms/Text/index.d.ts} +0 -0
  405. /package/{src/components/atoms/TimelineEventIndicator/index.tsx → dist/types/components/atoms/TimelineEventIndicator/index.d.ts} +0 -0
  406. /package/{src/components/atoms/Title/index.tsx → dist/types/components/atoms/Title/index.d.ts} +0 -0
  407. /package/{src/components/molecules/AvatarGroup/index.ts → dist/types/components/molecules/AvatarGroup/index.d.ts} +0 -0
  408. /package/{src/components/molecules/BannerAjuda/index.tsx → dist/types/components/molecules/BannerAjuda/index.d.ts} +0 -0
  409. /package/{src/components/molecules/CodeInputContainer/index.tsx → dist/types/components/molecules/CodeInputContainer/index.d.ts} +0 -0
  410. /package/{src/components/molecules/ExcludeModal/index.tsx → dist/types/components/molecules/ExcludeModal/index.d.ts} +0 -0
  411. /package/{src/components/molecules/HighlightsCard/index.tsx → dist/types/components/molecules/HighlightsCard/index.d.ts} +0 -0
  412. /package/{src/components/molecules/InsuranceCard/index.tsx → dist/types/components/molecules/InsuranceCard/index.d.ts} +0 -0
  413. /package/{src/components/molecules/PieChartComponent/index.tsx → dist/types/components/molecules/PieChartComponent/index.d.ts} +0 -0
  414. /package/{src/components/molecules/RadioGroupField/index.tsx → dist/types/components/molecules/RadioGroupField/index.d.ts} +0 -0
  415. /package/{src/components/molecules/RefuseModal/index.tsx → dist/types/components/molecules/RefuseModal/index.d.ts} +0 -0
  416. /package/{src/components/molecules/ResultsChart/index.tsx → dist/types/components/molecules/ResultsChart/index.d.ts} +0 -0
  417. /package/{src/components/molecules/TimeLineEvent/index.ts → dist/types/components/molecules/TimeLineEvent/index.d.ts} +0 -0
  418. /package/{src/components/organisms/ListagemUltimasEmissoes/index.tsx → dist/types/components/organisms/ListagemUltimasEmissoes/index.d.ts} +0 -0
  419. /package/{src/components/organisms/PermissionCard/index.ts → dist/types/components/organisms/PermissionCard/index.d.ts} +0 -0
  420. /package/{src/styles/tokens/index.tsx → dist/types/styles/tokens/index.d.ts} +0 -0
  421. /package/{src/types/radius.types.ts → dist/types/types/radius.types.d.ts} +0 -0
  422. /package/{src/types/shadows.types.ts → dist/types/types/shadows.types.d.ts} +0 -0
@@ -0,0 +1,49 @@
1
+ import { StatusVariant } from './InsuranceCard.types';
2
+ export declare const PageContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
+ export declare const Title: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
4
+ export declare const TabBar: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
5
+ export declare const Tab: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {
6
+ active?: boolean;
7
+ }>> & string;
8
+ export declare const ListContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
9
+ export declare const CardContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
10
+ $variant: StatusVariant;
11
+ }>> & string;
12
+ export declare const HeaderRow: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
13
+ export declare const BodyRow: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
14
+ export declare const variantColors: Record<StatusVariant, string>;
15
+ export declare const variantColorsText: Record<StatusVariant, string>;
16
+ export declare const Text: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
17
+ $variant?: StatusVariant;
18
+ }>> & string;
19
+ export declare const StatusBadge: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
20
+ $variant: StatusVariant;
21
+ }>> & string;
22
+ export declare const InfoGroup: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
23
+ export declare const InfoRow: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
24
+ export declare const InfoLabel: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
25
+ export declare const InfoValue: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
26
+ export declare const TruncatedValue: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>, "ref"> & {
27
+ ref?: ((instance: HTMLSpanElement | null) => void | import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('../../../../node_modules/react').RefObject<HTMLSpanElement> | null | undefined;
28
+ }, never>> & string;
29
+ export declare const ProdValue: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>, "ref"> & {
30
+ ref?: ((instance: HTMLSpanElement | null) => void | import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('../../../../node_modules/react').RefObject<HTMLSpanElement> | null | undefined;
31
+ }, never>> & string;
32
+ export declare const ProcessValue: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>, "ref"> & {
33
+ ref?: ((instance: HTMLSpanElement | null) => void | import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('../../../../node_modules/react').RefObject<HTMLSpanElement> | null | undefined;
34
+ }, never>> & string;
35
+ export declare const InfoSubValue: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
36
+ export declare const Actions: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
37
+ export declare const DropdownWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
38
+ export declare const ActionButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
39
+ export declare const DropdownMenu: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
40
+ export interface MenuItemProps {
41
+ icon: React.ReactNode;
42
+ danger?: boolean;
43
+ children: React.ReactNode;
44
+ onClick?: () => void;
45
+ id?: string;
46
+ }
47
+ export declare const StyledMenuItem: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
48
+ $danger?: boolean;
49
+ }>> & string;
@@ -0,0 +1,38 @@
1
+ export type StatusVariant = 'primary' | 'success' | 'warning' | 'danger';
2
+ export interface InsuranceCardProps {
3
+ idGranto: string;
4
+ idOrder: string;
5
+ idInsurance?: string;
6
+ idInterno: string;
7
+ isSupply: boolean;
8
+ hasMinute: boolean;
9
+ statusLabel: string;
10
+ statusVariant: StatusVariant;
11
+ seguradoName: string;
12
+ seguradoCnpj: string;
13
+ product: any;
14
+ issuedDate: string;
15
+ totalValue: string;
16
+ processId?: string;
17
+ activeIndex: number;
18
+ testId?: string;
19
+ openCardId: string | null;
20
+ setOpenCardId: (id: string | null) => void;
21
+ runQuery: () => void;
22
+ useDownloadAndSupport: any;
23
+ useDownloadFile: any;
24
+ useChangeOrderStageAsync: any;
25
+ useMyStore: any;
26
+ useQueryClient: any;
27
+ useGetTimeline: any;
28
+ useAuthStoreV2: any;
29
+ navigate: any;
30
+ }
31
+ export interface MenuItemProps {
32
+ icon: React.ReactNode;
33
+ danger?: boolean;
34
+ children: React.ReactNode;
35
+ onClick?: () => void;
36
+ id?: string;
37
+ 'data-testid'?: string;
38
+ }
@@ -0,0 +1,3 @@
1
+ import { PieChartComponentProps } from './PieChartComponent.types';
2
+ declare const PieChartComponent: ({ data }: PieChartComponentProps) => import("react/jsx-runtime").JSX.Element;
3
+ export { PieChartComponent };
@@ -0,0 +1 @@
1
+ export declare const StyledPieChart: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -0,0 +1,9 @@
1
+ export interface PieChartData {
2
+ name: string;
3
+ value: number;
4
+ fill: string;
5
+ [key: string]: string | number;
6
+ }
7
+ export interface PieChartComponentProps {
8
+ data: PieChartData[];
9
+ }
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ import * as PopoverPrimitive from '@radix-ui/react-popover';
3
+ declare const Popover: React.FC<PopoverPrimitive.PopoverProps>;
4
+ declare const PopoverTrigger: React.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React.RefAttributes<HTMLButtonElement>>;
5
+ declare const PopoverContent: React.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
6
+ export { Popover, PopoverTrigger, PopoverContent };
@@ -0,0 +1,4 @@
1
+ import * as PopoverPrimitive from '@radix-ui/react-popover';
2
+ export declare const StyledPopoverContent: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<PopoverPrimitive.PopoverContentProps & import('../../../../node_modules/react').RefAttributes<HTMLDivElement>, "ref"> & {
3
+ ref?: ((instance: HTMLDivElement | null) => void | import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('../../../../node_modules/react').RefObject<HTMLDivElement> | null | undefined;
4
+ }, never>> & string & Omit<import('../../../../node_modules/react').ForwardRefExoticComponent<PopoverPrimitive.PopoverContentProps & import('../../../../node_modules/react').RefAttributes<HTMLDivElement>>, keyof import('../../../../node_modules/react').Component<any, {}, any>>;
@@ -0,0 +1,15 @@
1
+ import { default as React } from '../../../../node_modules/react';
2
+ export interface Option {
3
+ label: string;
4
+ value: string | number;
5
+ disabled?: boolean;
6
+ }
7
+ export interface RadioBoxGroupProps {
8
+ name: string;
9
+ options: Option[];
10
+ value: string;
11
+ onChange: (value: string) => void;
12
+ orientation?: 'horizontal' | 'vertical';
13
+ }
14
+ declare const RadioBoxGroup: React.FC<RadioBoxGroupProps>;
15
+ export default RadioBoxGroup;
@@ -0,0 +1,3 @@
1
+ export declare const Container: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
2
+ orientation?: "horizontal" | "vertical";
3
+ }>> & string;
@@ -0,0 +1,4 @@
1
+ import { default as React } from '../../../../node_modules/react';
2
+ import { RadioGroupFieldProps } from './RadioGroupField.types';
3
+ declare const RadioGroupField: React.FC<RadioGroupFieldProps>;
4
+ export { RadioGroupField };
@@ -0,0 +1,6 @@
1
+ export declare const RadioGroupContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
+ export declare const RadioButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
3
+ isSelected: boolean;
4
+ }>> & string;
5
+ export declare const RadioLabel: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, never>> & string;
6
+ export declare const HiddenRadioInput: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
@@ -0,0 +1,15 @@
1
+ import { ReactNode } from '../../../../node_modules/react';
2
+ export interface RadioOption {
3
+ value: string;
4
+ label: string;
5
+ iconActive?: ReactNode;
6
+ iconInactive?: ReactNode;
7
+ }
8
+ export interface RadioGroupFieldProps {
9
+ options: RadioOption[];
10
+ value?: string;
11
+ defaultValue?: string;
12
+ onChange?: (value: string) => void;
13
+ name?: string;
14
+ disabled?: boolean;
15
+ }
@@ -0,0 +1,2 @@
1
+ import { RefuseModalProps } from './RefuseModal.types';
2
+ export declare const RefuseModal: ({ open, onOpenChange, onConfirm, onClose, orderId, }: RefuseModalProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,21 @@
1
+ import * as Dialog from '@radix-ui/react-dialog';
2
+ export declare const Overlay: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<Dialog.DialogOverlayProps & import('../../../../node_modules/react').RefAttributes<HTMLDivElement>, "ref"> & {
3
+ ref?: ((instance: HTMLDivElement | null) => void | import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('../../../../node_modules/react').RefObject<HTMLDivElement> | null | undefined;
4
+ }, never>> & string & Omit<import('../../../../node_modules/react').ForwardRefExoticComponent<Dialog.DialogOverlayProps & import('../../../../node_modules/react').RefAttributes<HTMLDivElement>>, keyof import('../../../../node_modules/react').Component<any, {}, any>>;
5
+ export declare const Content: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<Dialog.DialogContentProps & import('../../../../node_modules/react').RefAttributes<HTMLDivElement>, "ref"> & {
6
+ ref?: ((instance: HTMLDivElement | null) => void | import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('../../../../node_modules/react').RefObject<HTMLDivElement> | null | undefined;
7
+ }, never>> & string & Omit<import('../../../../node_modules/react').ForwardRefExoticComponent<Dialog.DialogContentProps & import('../../../../node_modules/react').RefAttributes<HTMLDivElement>>, keyof import('../../../../node_modules/react').Component<any, {}, any>>;
8
+ export declare const Title: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
9
+ export declare const Description: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
10
+ export declare const Label: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, never>> & string;
11
+ export declare const Select: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>, never>> & string;
12
+ export declare const TextArea: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, never>> & string;
13
+ export declare const HelpText: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
14
+ export declare const CancelButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<Dialog.DialogCloseProps & import('../../../../node_modules/react').RefAttributes<HTMLButtonElement>, "ref"> & {
15
+ ref?: ((instance: HTMLButtonElement | null) => void | import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('../../../../node_modules/react').RefObject<HTMLButtonElement> | null | undefined;
16
+ }, never>> & string & Omit<import('../../../../node_modules/react').ForwardRefExoticComponent<Dialog.DialogCloseProps & import('../../../../node_modules/react').RefAttributes<HTMLButtonElement>>, keyof import('../../../../node_modules/react').Component<any, {}, any>>;
17
+ export declare const ConfirmButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
18
+ export declare const CloseIcon: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<Dialog.DialogCloseProps & import('../../../../node_modules/react').RefAttributes<HTMLButtonElement>, "ref"> & {
19
+ ref?: ((instance: HTMLButtonElement | null) => void | import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('../../../../node_modules/react').RefObject<HTMLButtonElement> | null | undefined;
20
+ }, never>> & string & Omit<import('../../../../node_modules/react').ForwardRefExoticComponent<Dialog.DialogCloseProps & import('../../../../node_modules/react').RefAttributes<HTMLButtonElement>>, keyof import('../../../../node_modules/react').Component<any, {}, any>>;
21
+ export declare const Footer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -0,0 +1,8 @@
1
+ export interface RefuseModalProps {
2
+ open: boolean;
3
+ onOpenChange: (open: boolean) => void;
4
+ onClose: () => void;
5
+ onConfirm: () => void;
6
+ orderId: string;
7
+ }
8
+ export declare const motivos: string[];
@@ -0,0 +1,3 @@
1
+ import { ResultsChartProps } from './ResultsChart.types';
2
+ declare const ResultsChart: ({ value }: ResultsChartProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ResultsChart;
@@ -0,0 +1,3 @@
1
+ export declare const Results: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
2
+ $isPositive: boolean;
3
+ }>> & string;
@@ -1,3 +1,3 @@
1
1
  export interface ResultsChartProps {
2
- value: number;
2
+ value: number;
3
3
  }
@@ -0,0 +1,10 @@
1
+ import { default as React } from '../../../../node_modules/react';
2
+ export type TabItem = {
3
+ title: string;
4
+ quantity: number;
5
+ };
6
+ export type TabToggleProps = {
7
+ items: TabItem[];
8
+ };
9
+ export declare const TabToggle: React.FC<TabToggleProps>;
10
+ export default TabToggle;
@@ -0,0 +1,8 @@
1
+ export declare const ToggleContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
+ export declare const Slider: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
3
+ activeIndex: number;
4
+ count: number;
5
+ }>> & string;
6
+ export declare const TabButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {
7
+ active: boolean;
8
+ }>> & string;
@@ -0,0 +1,3 @@
1
+ import { default as React } from '../../../../node_modules/react';
2
+ import { TimelineProps } from './TimeLine.types';
3
+ export declare const Timeline: React.FC<TimelineProps>;
@@ -0,0 +1,2 @@
1
+ import { TimelineItem, RemoteEvent } from './TimeLine.types';
2
+ export declare function mapRemoteToTimeline(items: RemoteEvent[]): TimelineItem[];
@@ -0,0 +1,8 @@
1
+ import { EventIdKey, TimelineVariant } from './TimeLine.types';
2
+ type TimelineEventConfig = {
3
+ labelPtBr: string;
4
+ variant: TimelineVariant;
5
+ };
6
+ export declare const TIMELINE_EVENT_REGISTRY: Record<EventIdKey, TimelineEventConfig>;
7
+ export declare function resolveTimelineConfig(eventIdKey: EventIdKey): TimelineEventConfig;
8
+ export {};
@@ -0,0 +1,18 @@
1
+ import { TimelineVariant } from './TimeLine.types';
2
+ export declare const Time: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').TimeHTMLAttributes<HTMLTimeElement>, HTMLTimeElement>, never>> & string;
3
+ export declare const ItemWrap: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, never>> & string;
4
+ export declare const Dot: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
5
+ $variant?: TimelineVariant | string;
6
+ }>> & string;
7
+ export declare const Card: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
8
+ export declare const Title: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
9
+ export declare const Sub: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
10
+ export declare const Row: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
11
+ export declare const List: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>, never>> & string;
12
+ export declare const Empty: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
13
+ export declare const RetryButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
14
+ export declare const EventContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
15
+ export declare const IndicatorColumn: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
16
+ export declare const EventTitle: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
17
+ export declare const EventSubtitle: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
18
+ export declare const DetailsContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -0,0 +1,68 @@
1
+ export type TimelineVariant = 'continued' | 'accepted' | 'rejected' | 'issue' | 'order' | 'created' | 'updated' | 'download' | 'deleted' | 'info';
2
+ export type ActorType = 'user' | 'app';
3
+ export interface TimelineActor {
4
+ id: string;
5
+ displayName: string;
6
+ type: ActorType | string;
7
+ }
8
+ export interface ComparisonRow {
9
+ field: string;
10
+ before: string;
11
+ after: string;
12
+ }
13
+ export interface TimelineMetadata {
14
+ hasDetails?: boolean;
15
+ comparisonData?: ComparisonRow[];
16
+ eventIdKey?: string;
17
+ [key: string]: unknown;
18
+ }
19
+ export interface TimelineItem {
20
+ id: string;
21
+ timestamp: string;
22
+ type: TimelineVariant | string;
23
+ title: string;
24
+ description?: string;
25
+ actor: TimelineActor;
26
+ origin: string;
27
+ correlationId?: string;
28
+ metadata?: Record<string, unknown>;
29
+ }
30
+ export type EventIdKey = `${number}`;
31
+ export interface RemoteUser {
32
+ id: number;
33
+ username: string;
34
+ name: string;
35
+ }
36
+ export interface RemoteEvent {
37
+ id: string;
38
+ eventType: string;
39
+ eventId: number | string;
40
+ isPublic: boolean;
41
+ startDate: string;
42
+ endDate?: string;
43
+ duration?: number;
44
+ user?: RemoteUser;
45
+ data?: Record<string, unknown>;
46
+ parentId?: string | null;
47
+ parentType?: string | null;
48
+ }
49
+ export type TimelineProps = {
50
+ items: TimelineItem[];
51
+ loading?: boolean;
52
+ onRetry?: () => void;
53
+ emptyLabel?: string;
54
+ skeletonItems?: number;
55
+ };
56
+ export interface TimelineEventData {
57
+ metadata: unknown;
58
+ id: string;
59
+ title: string;
60
+ timestamp: string;
61
+ comparisonData?: {
62
+ field: string;
63
+ before: string;
64
+ after: string;
65
+ }[];
66
+ hasDetails: boolean;
67
+ startsExpanded?: boolean;
68
+ }
@@ -0,0 +1,2 @@
1
+ import { TimelineComparisonTableProps } from '../TimelineComparisonTable/TimelineComparisonTable.types';
2
+ export declare const TimeLineComparisonTable: ({ rows, }: TimelineComparisonTableProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,8 +1,8 @@
1
1
  export interface ComparisonRow {
2
- field: string;
3
- before: string;
4
- after: string;
2
+ field: string;
3
+ before: string;
4
+ after: string;
5
5
  }
6
6
  export interface TimelineComparisonTableProps {
7
- rows: ComparisonRow[];
7
+ rows: ComparisonRow[];
8
8
  }
@@ -0,0 +1,6 @@
1
+ import { TimelineEventData } from '../TimeLine/TimeLine.types';
2
+ interface TimelineEventProps {
3
+ data: TimelineEventData;
4
+ }
5
+ export declare const TimelineEvent: ({ data }: TimelineEventProps) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
@@ -0,0 +1,6 @@
1
+ export declare const EventContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
+ export declare const IndicatorColumn: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
+ export declare const ContentColumn: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
+ export declare const EventTitle: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
5
+ export declare const EventSubtitle: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
6
+ export declare const DetailsContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -0,0 +1,4 @@
1
+ import { default as React } from '../../../../node_modules/react';
2
+ import { AlertDialogProps } from './AlertDialog.types';
3
+ declare const AlertDialog: React.FC<AlertDialogProps>;
4
+ export default AlertDialog;
@@ -0,0 +1,5 @@
1
+ export declare const DialogContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
+ export declare const ButtonContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
+ export declare const Overlay: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
+ export declare const CloseButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
5
+ export declare const TitleContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -0,0 +1,14 @@
1
+ export interface AlertDialogProps {
2
+ isOpen: boolean;
3
+ buttons: {
4
+ cancel?: string;
5
+ confirm?: string;
6
+ onClose?: () => void;
7
+ onConfirm?: () => void;
8
+ };
9
+ text: {
10
+ title: string;
11
+ description: string;
12
+ };
13
+ testId?: string;
14
+ }
@@ -0,0 +1,12 @@
1
+ import { StyledDialogOverlay, StyledDialogClose } from './Dialog.styles';
2
+ import * as React from 'react';
3
+ import * as DialogPrimitive from '@radix-ui/react-dialog';
4
+ declare const Dialog: React.FC<DialogPrimitive.DialogProps>;
5
+ declare const DialogTrigger: React.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & React.RefAttributes<HTMLButtonElement>>;
6
+ declare const DialogPortal: React.FC<DialogPrimitive.DialogPortalProps>;
7
+ declare const DialogContent: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
8
+ declare const DialogHeader: React.FC<React.HTMLAttributes<HTMLDivElement>>;
9
+ declare const DialogFooter: React.FC<React.HTMLAttributes<HTMLDivElement>>;
10
+ declare const DialogTitle: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
11
+ declare const DialogDescription: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React.RefAttributes<HTMLParagraphElement>, "ref"> & React.RefAttributes<HTMLParagraphElement>>;
12
+ export { Dialog, DialogTrigger, DialogPortal, DialogContent, StyledDialogOverlay as DialogOverlay, StyledDialogClose as DialogClose, DialogHeader, DialogFooter, DialogTitle, DialogDescription, };
@@ -0,0 +1,18 @@
1
+ import * as DialogPrimitive from '@radix-ui/react-dialog';
2
+ export declare const StyledDialogOverlay: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<DialogPrimitive.DialogOverlayProps & import('../../../../node_modules/react').RefAttributes<HTMLDivElement>, "ref"> & {
3
+ ref?: ((instance: HTMLDivElement | null) => void | import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('../../../../node_modules/react').RefObject<HTMLDivElement> | null | undefined;
4
+ }, never>> & string & Omit<import('../../../../node_modules/react').ForwardRefExoticComponent<DialogPrimitive.DialogOverlayProps & import('../../../../node_modules/react').RefAttributes<HTMLDivElement>>, keyof import('../../../../node_modules/react').Component<any, {}, any>>;
5
+ export declare const StyledDialogContent: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<DialogPrimitive.DialogContentProps & import('../../../../node_modules/react').RefAttributes<HTMLDivElement>, "ref"> & {
6
+ ref?: ((instance: HTMLDivElement | null) => void | import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('../../../../node_modules/react').RefObject<HTMLDivElement> | null | undefined;
7
+ }, never>> & string & Omit<import('../../../../node_modules/react').ForwardRefExoticComponent<DialogPrimitive.DialogContentProps & import('../../../../node_modules/react').RefAttributes<HTMLDivElement>>, keyof import('../../../../node_modules/react').Component<any, {}, any>>;
8
+ export declare const StyledDialogClose: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<DialogPrimitive.DialogCloseProps & import('../../../../node_modules/react').RefAttributes<HTMLButtonElement>, "ref"> & {
9
+ ref?: ((instance: HTMLButtonElement | null) => void | import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('../../../../node_modules/react').RefObject<HTMLButtonElement> | null | undefined;
10
+ }, never>> & string & Omit<import('../../../../node_modules/react').ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & import('../../../../node_modules/react').RefAttributes<HTMLButtonElement>>, keyof import('../../../../node_modules/react').Component<any, {}, any>>;
11
+ export declare const StyledDialogHeader: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
12
+ export declare const StyledDialogFooter: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
13
+ export declare const StyledDialogTitle: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<DialogPrimitive.DialogTitleProps & import('../../../../node_modules/react').RefAttributes<HTMLHeadingElement>, "ref"> & {
14
+ ref?: ((instance: HTMLHeadingElement | null) => void | import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('../../../../node_modules/react').RefObject<HTMLHeadingElement> | null | undefined;
15
+ }, never>> & string & Omit<import('../../../../node_modules/react').ForwardRefExoticComponent<DialogPrimitive.DialogTitleProps & import('../../../../node_modules/react').RefAttributes<HTMLHeadingElement>>, keyof import('../../../../node_modules/react').Component<any, {}, any>>;
16
+ export declare const StyledDialogDescription: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<DialogPrimitive.DialogDescriptionProps & import('../../../../node_modules/react').RefAttributes<HTMLParagraphElement>, "ref"> & {
17
+ ref?: ((instance: HTMLParagraphElement | null) => void | import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('../../../../node_modules/react').RefObject<HTMLParagraphElement> | null | undefined;
18
+ }, never>> & string & Omit<import('../../../../node_modules/react').ForwardRefExoticComponent<DialogPrimitive.DialogDescriptionProps & import('../../../../node_modules/react').RefAttributes<HTMLParagraphElement>>, keyof import('../../../../node_modules/react').Component<any, {}, any>>;
@@ -0,0 +1,4 @@
1
+ import { default as React } from '../../../../node_modules/react';
2
+ import { DonutEmissionsChartProps } from './DonutEmissionsChart.types';
3
+ declare const DonutEmissionsChart: React.FC<DonutEmissionsChartProps>;
4
+ export default DonutEmissionsChart;
@@ -0,0 +1,10 @@
1
+ export declare const Card: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
+ export declare const CardHeader: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
+ export declare const CardTitle: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
4
+ export declare const CardLink: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, never>> & string;
5
+ export declare const CardContent: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
6
+ export declare const CardChartDescription: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
7
+ export declare const CardFooter: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
8
+ export declare const Circle: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
9
+ color?: string;
10
+ }>> & string;
@@ -0,0 +1,8 @@
1
+ export interface CompanyEmission {
2
+ companyName: string;
3
+ totalEmissions: number;
4
+ }
5
+ export interface DonutEmissionsChartProps {
6
+ totalEmissions: number;
7
+ companiesWithEmissions: CompanyEmission[];
8
+ }
@@ -0,0 +1,2 @@
1
+ export { default } from './DonutEmissionsChart';
2
+ export type { DonutEmissionsChartProps, CompanyEmission, } from './DonutEmissionsChart.types';
@@ -0,0 +1,13 @@
1
+ export declare const ExportExcelModal: ({ open, onOpenChange, onClose, data, title, description, onExport, onSave, isLoadingSave, isLoadingExport, }: {
2
+ open: boolean;
3
+ onOpenChange: (open: boolean) => void;
4
+ onClose: () => void;
5
+ onRetry?: () => void;
6
+ data: any;
7
+ title: string;
8
+ description: string;
9
+ onExport?: (data: any) => void;
10
+ onSave?: (data: any) => void;
11
+ isLoadingSave?: boolean;
12
+ isLoadingExport?: boolean;
13
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,13 @@
1
+ import * as Dialog from '@radix-ui/react-dialog';
2
+ export declare const Overlay: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<Dialog.DialogOverlayProps & import('../../../../node_modules/react').RefAttributes<HTMLDivElement>, "ref"> & {
3
+ ref?: ((instance: HTMLDivElement | null) => void | import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('../../../../node_modules/react').RefObject<HTMLDivElement> | null | undefined;
4
+ }, never>> & string & Omit<import('../../../../node_modules/react').ForwardRefExoticComponent<Dialog.DialogOverlayProps & import('../../../../node_modules/react').RefAttributes<HTMLDivElement>>, keyof import('../../../../node_modules/react').Component<any, {}, any>>;
5
+ export declare const Content: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<Dialog.DialogContentProps & import('../../../../node_modules/react').RefAttributes<HTMLDivElement>, "ref"> & {
6
+ ref?: ((instance: HTMLDivElement | null) => void | import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('../../../../node_modules/react').RefObject<HTMLDivElement> | null | undefined;
7
+ }, never>> & string & Omit<import('../../../../node_modules/react').ForwardRefExoticComponent<Dialog.DialogContentProps & import('../../../../node_modules/react').RefAttributes<HTMLDivElement>>, keyof import('../../../../node_modules/react').Component<any, {}, any>>;
8
+ export declare const Panel: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
9
+ export declare const Title: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
10
+ export declare const CloseIcon: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<Dialog.DialogCloseProps & import('../../../../node_modules/react').RefAttributes<HTMLButtonElement>, "ref"> & {
11
+ ref?: ((instance: HTMLButtonElement | null) => void | import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('../../../../node_modules/react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('../../../../node_modules/react').RefObject<HTMLButtonElement> | null | undefined;
12
+ }, never>> & string & Omit<import('../../../../node_modules/react').ForwardRefExoticComponent<Dialog.DialogCloseProps & import('../../../../node_modules/react').RefAttributes<HTMLButtonElement>>, keyof import('../../../../node_modules/react').Component<any, {}, any>>;
13
+ export declare const Header: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('../../../../node_modules/react').DetailedHTMLProps<import('../../../../node_modules/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;