@juspay/blend-design-system 0.0.37-beta.5 → 0.0.37-beta.6

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 (401) hide show
  1. package/dist/components/AccordionV2/accordionV2.dark.tokens.d.ts +1 -1
  2. package/dist/components/AccordionV2/accordionV2.light.tokens.d.ts +1 -1
  3. package/dist/components/AccordionV2/accordionV2.tokens.d.ts +2 -67
  4. package/dist/components/AccordionV2/accordionV2.tokens.types.d.ts +67 -0
  5. package/dist/components/AlertV2/alertV2.dark.tokens.d.ts +1 -1
  6. package/dist/components/AlertV2/alertV2.light.tokens.d.ts +1 -1
  7. package/dist/components/AlertV2/alertV2.tokens.d.ts +2 -84
  8. package/dist/components/AlertV2/alertV2.tokens.types.d.ts +84 -0
  9. package/dist/components/Avatar/types.d.ts +1 -1
  10. package/dist/components/AvatarGroup/types.d.ts +1 -1
  11. package/dist/components/AvatarV2/avatarV2.dark.tokens.d.ts +1 -1
  12. package/dist/components/AvatarV2/avatarV2.light.tokens.d.ts +1 -1
  13. package/dist/components/AvatarV2/avatarV2.tokens.d.ts +2 -67
  14. package/dist/components/AvatarV2/avatarV2.tokens.types.d.ts +67 -0
  15. package/dist/components/Badge/badge.dark.tokens.d.ts +1 -1
  16. package/dist/components/Badge/badge.light.tokens.d.ts +1 -1
  17. package/dist/components/Badge/badge.tokens.d.ts +2 -52
  18. package/dist/components/Badge/badge.tokens.types.d.ts +52 -0
  19. package/dist/components/Breadcrumb/types.d.ts +1 -1
  20. package/dist/components/BreadcrumbV2/BreadcrumbV2.d.ts +13 -1
  21. package/dist/components/BreadcrumbV2/breadcrumbV2.dark.tokens.d.ts +1 -1
  22. package/dist/components/BreadcrumbV2/breadcrumbV2.light.tokens.d.ts +1 -1
  23. package/dist/components/BreadcrumbV2/breadcrumbV2.tokens.d.ts +2 -28
  24. package/dist/components/BreadcrumbV2/breadcrumbV2.tokens.types.d.ts +28 -0
  25. package/dist/components/BreadcrumbV2/breadcrumbV2.types.d.ts +0 -11
  26. package/dist/components/ButtonGroup/types.d.ts +1 -1
  27. package/dist/components/ButtonV2/buttonV2.dark.tokens.d.ts +1 -1
  28. package/dist/components/ButtonV2/buttonV2.light.tokens.d.ts +1 -1
  29. package/dist/components/ButtonV2/buttonV2.tokens.d.ts +2 -64
  30. package/dist/components/ButtonV2/buttonV2.tokens.types.d.ts +64 -0
  31. package/dist/components/Card/types.d.ts +1 -1
  32. package/dist/components/Charts/types.d.ts +2 -2
  33. package/dist/components/ChartsV2/chartV2.dark.tokens.d.ts +1 -1
  34. package/dist/components/ChartsV2/chartV2.light.tokens.d.ts +1 -1
  35. package/dist/components/ChartsV2/chartV2.tokens.d.ts +2 -99
  36. package/dist/components/ChartsV2/chartV2.tokens.types.d.ts +99 -0
  37. package/dist/components/ChartsV2/chartV2.types.d.ts +2 -2
  38. package/dist/components/ChatInput/AttachmentFile.d.ts +2 -1
  39. package/dist/components/ChatInput/ChatInput.d.ts +5 -5
  40. package/dist/components/ChatInput/MobileChatInput.d.ts +2 -1
  41. package/dist/components/ChatInput/getDocIcon.d.ts +3 -0
  42. package/dist/components/CodeEditorV2/codeEditorV2.dark.tokens.d.ts +1 -1
  43. package/dist/components/CodeEditorV2/codeEditorV2.light.token.d.ts +1 -1
  44. package/dist/components/CodeEditorV2/codeEditorV2.tokens.d.ts +2 -91
  45. package/dist/components/CodeEditorV2/codeEditorV2.tokens.types.d.ts +95 -0
  46. package/dist/components/CodeEditorV2/codeEditorV2.types.d.ts +2 -6
  47. package/dist/components/InputsV2/ChatInputV2/ChatInputV2.dark.tokens.d.ts +1 -1
  48. package/dist/components/InputsV2/ChatInputV2/ChatInputV2.light.tokens.d.ts +1 -1
  49. package/dist/components/InputsV2/ChatInputV2/ChatInputV2.tokens.d.ts +2 -121
  50. package/dist/components/InputsV2/ChatInputV2/ChatInputV2.tokens.types.d.ts +121 -0
  51. package/dist/components/InputsV2/ChatInputV2/ChatInputV2Mobile.dark.tokens.d.ts +1 -1
  52. package/dist/components/InputsV2/ChatInputV2/ChatInputV2Mobile.light.tokens.d.ts +1 -1
  53. package/dist/components/InputsV2/ChatInputV2/ChatInputV2Mobile.tokens.d.ts +2 -56
  54. package/dist/components/InputsV2/ChatInputV2/ChatInputV2Mobile.tokens.types.d.ts +56 -0
  55. package/dist/components/InputsV2/ChatInputV2/MobileChatInputV2.d.ts +1 -1
  56. package/dist/components/InputsV2/MultiValueInputV2/MultiValueInputV2.dark.tokens.d.ts +1 -1
  57. package/dist/components/InputsV2/MultiValueInputV2/MultiValueInputV2.light.tokens.d.ts +1 -1
  58. package/dist/components/InputsV2/MultiValueInputV2/MultiValueInputV2.tokens.d.ts +2 -71
  59. package/dist/components/InputsV2/MultiValueInputV2/MultiValueInputV2.tokens.types.d.ts +71 -0
  60. package/dist/components/InputsV2/NumberInputV2/NumberInputV2.d.ts +1 -1
  61. package/dist/components/InputsV2/NumberInputV2/NumberInputV2.dark.tokens.d.ts +1 -1
  62. package/dist/components/InputsV2/NumberInputV2/NumberInputV2.light.tokens.d.ts +1 -1
  63. package/dist/components/InputsV2/NumberInputV2/numberInputV2.tokens.d.ts +2 -132
  64. package/dist/components/InputsV2/NumberInputV2/numberInputV2.tokens.types.d.ts +132 -0
  65. package/dist/components/InputsV2/OTPInputV2/OTPInputV2.dark.tokens.d.ts +1 -1
  66. package/dist/components/InputsV2/OTPInputV2/OTPInputV2.light.tokens.d.ts +1 -1
  67. package/dist/components/InputsV2/OTPInputV2/OTPInputV2.tokens.d.ts +2 -31
  68. package/dist/components/InputsV2/OTPInputV2/OTPInputV2.tokens.types.d.ts +31 -0
  69. package/dist/components/InputsV2/SearchInputV2/SearchInputV2.dark.tokens.d.ts +1 -1
  70. package/dist/components/InputsV2/SearchInputV2/SearchInputV2.light.tokens.d.ts +1 -1
  71. package/dist/components/InputsV2/SearchInputV2/SearchInputV2.tokens.d.ts +2 -89
  72. package/dist/components/InputsV2/SearchInputV2/SearchInputV2.tokens.types.d.ts +89 -0
  73. package/dist/components/InputsV2/TextAreaV2/TextAreaV2.dark.tokens.d.ts +1 -1
  74. package/dist/components/InputsV2/TextAreaV2/TextAreaV2.light.tokens.d.ts +1 -1
  75. package/dist/components/InputsV2/TextAreaV2/TextAreaV2.tokens.d.ts +2 -60
  76. package/dist/components/InputsV2/TextAreaV2/TextAreaV2.tokens.types.d.ts +60 -0
  77. package/dist/components/InputsV2/TextInputV2/TextInputV2.dark.tokens.d.ts +1 -1
  78. package/dist/components/InputsV2/TextInputV2/TextInputV2.light.tokens.d.ts +1 -1
  79. package/dist/components/InputsV2/TextInputV2/TextInputV2.tokens.d.ts +2 -133
  80. package/dist/components/InputsV2/TextInputV2/TextInputV2.tokens.types.d.ts +133 -0
  81. package/dist/components/KeyValuePairV2/keyValuePairV2.dark.tokens.d.ts +1 -1
  82. package/dist/components/KeyValuePairV2/keyValuePairV2.light.tokens.d.ts +1 -1
  83. package/dist/components/KeyValuePairV2/keyValuePairV2.tokens.d.ts +2 -25
  84. package/dist/components/KeyValuePairV2/keyValuePairV2.tokens.types.d.ts +25 -0
  85. package/dist/components/Menu/types.d.ts +1 -1
  86. package/dist/components/MenuV2/menuV2.dark.tokens.d.ts +1 -1
  87. package/dist/components/MenuV2/menuV2.light.tokens.d.ts +1 -1
  88. package/dist/components/MenuV2/menuV2.tokens.d.ts +2 -88
  89. package/dist/components/MenuV2/menuV2.tokens.types.d.ts +89 -0
  90. package/dist/components/Modal/types.d.ts +2 -2
  91. package/dist/components/MultiSelect/types.d.ts +1 -1
  92. package/dist/components/MultiSelectV2/multiSelectV2.dark.tokens.d.ts +1 -1
  93. package/dist/components/MultiSelectV2/multiSelectV2.light.tokens.d.ts +1 -1
  94. package/dist/components/MultiSelectV2/multiSelectV2.tokens.d.ts +2 -213
  95. package/dist/components/MultiSelectV2/multiSelectV2.tokens.types.d.ts +213 -0
  96. package/dist/components/Popover/types.d.ts +2 -2
  97. package/dist/components/PopoverV2/popoverV2.dark.tokens.d.ts +1 -1
  98. package/dist/components/PopoverV2/popoverV2.light.tokens.d.ts +1 -1
  99. package/dist/components/PopoverV2/popoverV2.token.d.ts +2 -69
  100. package/dist/components/PopoverV2/popoverV2.tokens.types.d.ts +70 -0
  101. package/dist/components/PopoverV2/popoverV2.types.d.ts +2 -2
  102. package/dist/components/ProgressBarV2/progressBarV2.dark.tokens.d.ts +1 -1
  103. package/dist/components/ProgressBarV2/progressBarV2.light.tokens.d.ts +1 -1
  104. package/dist/components/ProgressBarV2/progressBarV2.tokens.d.ts +2 -60
  105. package/dist/components/ProgressBarV2/progressBarV2.tokens.types.d.ts +76 -0
  106. package/dist/components/ProgressBarV2/progressBarV2.types.d.ts +2 -18
  107. package/dist/components/SelectV2/selectV2.shared.types.d.ts +1 -1
  108. package/dist/components/SelectorV2/CheckboxV2/checkboxV2.dark.tokens.d.ts +1 -1
  109. package/dist/components/SelectorV2/CheckboxV2/checkboxV2.light.tokens.d.ts +1 -1
  110. package/dist/components/SelectorV2/CheckboxV2/checkboxV2.tokens.d.ts +2 -91
  111. package/dist/components/SelectorV2/CheckboxV2/checkboxV2.tokens.types.d.ts +95 -0
  112. package/dist/components/SelectorV2/CheckboxV2/checkboxV2.types.d.ts +2 -6
  113. package/dist/components/SelectorV2/RadioV2/radioV2.dark.tokens.d.ts +1 -1
  114. package/dist/components/SelectorV2/RadioV2/radioV2.light.tokens.d.ts +1 -1
  115. package/dist/components/SelectorV2/RadioV2/radioV2.tokens.d.ts +2 -80
  116. package/dist/components/SelectorV2/RadioV2/radioV2.tokens.types.d.ts +80 -0
  117. package/dist/components/SelectorV2/RadioV2/radioV2.types.d.ts +2 -2
  118. package/dist/components/SelectorV2/SwitchV2/switchV2.dark.tokens.d.ts +1 -1
  119. package/dist/components/SelectorV2/SwitchV2/switchV2.light.tokens.d.ts +1 -1
  120. package/dist/components/SelectorV2/SwitchV2/switchV2.tokens.d.ts +2 -74
  121. package/dist/components/SelectorV2/SwitchV2/switchV2.tokens.types.d.ts +74 -0
  122. package/dist/components/SelectorV2/SwitchV2/switchV2.types.d.ts +2 -2
  123. package/dist/components/Sidebar/types.d.ts +2 -23
  124. package/dist/components/SidebarV2/SidebarV2MobileNavigation/mobile.dark.tokens.d.ts +1 -1
  125. package/dist/components/SidebarV2/SidebarV2MobileNavigation/mobile.light.tokens.d.ts +1 -1
  126. package/dist/components/SidebarV2/SidebarV2MobileNavigation/mobile.tokens.d.ts +2 -84
  127. package/dist/components/SidebarV2/SidebarV2MobileNavigation/mobile.tokens.types.d.ts +84 -0
  128. package/dist/components/SidebarV2/SidebarV2MobileNavigation/types.d.ts +1 -1
  129. package/dist/components/SidebarV2/sidebarV2.dark.tokens.d.ts +1 -1
  130. package/dist/components/SidebarV2/sidebarV2.light.tokens.d.ts +1 -1
  131. package/dist/components/SidebarV2/sidebarV2.tokens.d.ts +2 -103
  132. package/dist/components/SidebarV2/sidebarV2.tokens.types.d.ts +103 -0
  133. package/dist/components/SingleSelect/types.d.ts +1 -1
  134. package/dist/components/SingleSelectV2/singleSelectV2.dark.tokens.d.ts +1 -1
  135. package/dist/components/SingleSelectV2/singleSelectV2.light.tokens.d.ts +1 -1
  136. package/dist/components/SingleSelectV2/singleSelectV2.tokens.d.ts +2 -159
  137. package/dist/components/SingleSelectV2/singleSelectV2.tokens.types.d.ts +159 -0
  138. package/dist/components/SingleSelectV2/singleSelectV2.types.d.ts +1 -1
  139. package/dist/components/SnackbarV2/snackbarV2.dark.tokens.d.ts +1 -1
  140. package/dist/components/SnackbarV2/snackbarV2.light.tokens.d.ts +1 -1
  141. package/dist/components/SnackbarV2/snackbarV2.tokens.d.ts +2 -64
  142. package/dist/components/SnackbarV2/snackbarV2.tokens.types.d.ts +64 -0
  143. package/dist/components/SplitTag/types.d.ts +1 -1
  144. package/dist/components/StatCard/types.d.ts +2 -2
  145. package/dist/components/StatCardV2/StatCardV2.d.ts +1 -0
  146. package/dist/components/StatCardV2/StatCardV2Change.d.ts +1 -1
  147. package/dist/components/StatCardV2/StatCardV2Title.d.ts +1 -1
  148. package/dist/components/StatCardV2/StatCardV2Value.d.ts +4 -1
  149. package/dist/components/StatCardV2/statcardV2.dark.tokens.d.ts +1 -1
  150. package/dist/components/StatCardV2/statcardV2.light.tokens.d.ts +1 -1
  151. package/dist/components/StatCardV2/statcardV2.tokens.d.ts +2 -78
  152. package/dist/components/StatCardV2/statcardV2.tokens.types.d.ts +86 -0
  153. package/dist/components/StatCardV2/statcardV2.types.d.ts +8 -13
  154. package/dist/components/StepperV2/stepperV2.dark.tokens.d.ts +1 -1
  155. package/dist/components/StepperV2/stepperV2.light.tokens.d.ts +1 -1
  156. package/dist/components/StepperV2/stepperV2.tokens.d.ts +2 -96
  157. package/dist/components/StepperV2/stepperV2.tokens.types.d.ts +96 -0
  158. package/dist/components/TabsV2/tabsV2.dark.tokens.d.ts +1 -1
  159. package/dist/components/TabsV2/tabsV2.light.tokens.d.ts +1 -1
  160. package/dist/components/TabsV2/tabsV2.tokens.d.ts +2 -94
  161. package/dist/components/TabsV2/tabsV2.tokens.types.d.ts +94 -0
  162. package/dist/components/TagV2/tagV2.dark.tokens.d.ts +1 -1
  163. package/dist/components/TagV2/tagV2.light.tokens.d.ts +1 -1
  164. package/dist/components/TagV2/tagV2.tokens.d.ts +2 -58
  165. package/dist/components/TagV2/tagV2.tokens.types.d.ts +58 -0
  166. package/dist/components/Tags/tag.dark.tokens.d.ts +1 -1
  167. package/dist/components/Tags/tag.light.tokens.d.ts +1 -1
  168. package/dist/components/Tags/tag.tokens.d.ts +2 -56
  169. package/dist/components/Tags/tag.tokens.types.d.ts +56 -0
  170. package/dist/components/Timeline/timeline.dark.token.d.ts +1 -6
  171. package/dist/components/Timeline/timeline.light.token.d.ts +1 -6
  172. package/dist/components/Timeline/timeline.token.d.ts +2 -129
  173. package/dist/components/Timeline/timeline.tokens.types.d.ts +129 -0
  174. package/dist/components/TooltipV2/tooltipV2.dark.tokens.d.ts +1 -1
  175. package/dist/components/TooltipV2/tooltipV2.light.tokens.d.ts +1 -1
  176. package/dist/components/TooltipV2/tooltipV2.tokens.d.ts +2 -34
  177. package/dist/components/TooltipV2/tooltipV2.tokens.types.d.ts +34 -0
  178. package/dist/components/Topbar/types.d.ts +2 -10
  179. package/dist/components/TopbarV2/topbarV2.dark.tokens.d.ts +1 -1
  180. package/dist/components/TopbarV2/topbarV2.light.tokens.d.ts +1 -1
  181. package/dist/components/TopbarV2/topbarV2.tokens.d.ts +2 -80
  182. package/dist/components/TopbarV2/topbarV2.tokens.types.d.ts +80 -0
  183. package/dist/components/shared/layoutTypes.d.ts +39 -0
  184. package/dist/context/useComponentToken.d.ts +3 -3
  185. package/dist/main.js +21029 -20837
  186. package/dist/{node-C2uf3sNA.js → node-CJ_Tft0g.js} +86 -88
  187. package/dist/node.js +1 -1
  188. package/dist/tokens.js +1 -1
  189. package/lib/components/AccordionV2/accordionV2.dark.tokens.ts +1 -1
  190. package/lib/components/AccordionV2/accordionV2.light.tokens.ts +1 -1
  191. package/lib/components/AccordionV2/accordionV2.tokens.ts +6 -73
  192. package/lib/components/AccordionV2/accordionV2.tokens.types.ts +74 -0
  193. package/lib/components/AlertV2/alertV2.dark.tokens.ts +1 -1
  194. package/lib/components/AlertV2/alertV2.light.tokens.ts +1 -1
  195. package/lib/components/AlertV2/alertV2.tokens.ts +5 -78
  196. package/lib/components/AlertV2/alertV2.tokens.types.ts +79 -0
  197. package/lib/components/Avatar/types.ts +1 -1
  198. package/lib/components/AvatarGroup/types.ts +1 -1
  199. package/lib/components/AvatarV2/avatarV2.dark.tokens.ts +1 -1
  200. package/lib/components/AvatarV2/avatarV2.light.tokens.ts +1 -1
  201. package/lib/components/AvatarV2/avatarV2.tokens.ts +5 -70
  202. package/lib/components/AvatarV2/avatarV2.tokens.types.ts +71 -0
  203. package/lib/components/Badge/badge.dark.tokens.ts +1 -1
  204. package/lib/components/Badge/badge.light.tokens.ts +1 -1
  205. package/lib/components/Badge/badge.tokens.ts +5 -55
  206. package/lib/components/Badge/badge.tokens.types.ts +56 -0
  207. package/lib/components/Breadcrumb/types.ts +1 -1
  208. package/lib/components/BreadcrumbV2/BreadcrumbV2.tsx +13 -1
  209. package/lib/components/BreadcrumbV2/breadcrumbV2.dark.tokens.ts +1 -1
  210. package/lib/components/BreadcrumbV2/breadcrumbV2.light.tokens.ts +1 -1
  211. package/lib/components/BreadcrumbV2/breadcrumbV2.tokens.ts +6 -31
  212. package/lib/components/BreadcrumbV2/breadcrumbV2.tokens.types.ts +32 -0
  213. package/lib/components/BreadcrumbV2/breadcrumbV2.types.ts +0 -14
  214. package/lib/components/ButtonGroup/types.ts +1 -1
  215. package/lib/components/ButtonV2/buttonV2.dark.tokens.ts +1 -1
  216. package/lib/components/ButtonV2/buttonV2.light.tokens.ts +1 -1
  217. package/lib/components/ButtonV2/buttonV2.tokens.ts +5 -71
  218. package/lib/components/ButtonV2/buttonV2.tokens.types.ts +72 -0
  219. package/lib/components/Card/types.ts +1 -1
  220. package/lib/components/Charts/renderChart.tsx +6 -2
  221. package/lib/components/Charts/types.tsx +2 -2
  222. package/lib/components/ChartsV2/chartV2.dark.tokens.ts +1 -1
  223. package/lib/components/ChartsV2/chartV2.light.tokens.ts +1 -1
  224. package/lib/components/ChartsV2/chartV2.tokens.ts +5 -101
  225. package/lib/components/ChartsV2/chartV2.tokens.types.ts +102 -0
  226. package/lib/components/ChartsV2/chartV2.types.ts +2 -2
  227. package/lib/components/ChatInput/AttachmentFile.tsx +6 -15
  228. package/lib/components/ChatInput/ChatInput.tsx +3 -34
  229. package/lib/components/ChatInput/MobileChatInput.tsx +2 -1
  230. package/lib/components/ChatInput/getDocIcon.tsx +36 -0
  231. package/lib/components/ChatInput/utils.ts +1 -1
  232. package/lib/components/CodeEditorV2/codeEditorV2.dark.tokens.ts +3 -2
  233. package/lib/components/CodeEditorV2/codeEditorV2.light.token.ts +3 -2
  234. package/lib/components/CodeEditorV2/codeEditorV2.tokens.ts +5 -83
  235. package/lib/components/CodeEditorV2/codeEditorV2.tokens.types.ts +89 -0
  236. package/lib/components/CodeEditorV2/codeEditorV2.types.ts +5 -6
  237. package/lib/components/DataTable/DataTable.tsx +1 -0
  238. package/lib/components/DataTable/DataTableHeader/index.tsx +2 -1
  239. package/lib/components/DataTable/PivotTableModal/PivotPreviewPanel.tsx +1 -0
  240. package/lib/components/DataTable/PivotTableModal/index.tsx +1 -0
  241. package/lib/components/DataTable/TableBody/BulkActionBar.tsx +1 -1
  242. package/lib/components/DataTable/TableBody/index.tsx +4 -10
  243. package/lib/components/DateRangePicker/DateRangePicker.tsx +2 -1
  244. package/lib/components/DateRangePicker/components/ActionButtons.tsx +2 -1
  245. package/lib/components/Directory/NavItem.tsx +1 -0
  246. package/lib/components/Directory/Section.tsx +1 -0
  247. package/lib/components/InputsV2/ChatInputV2/ChatInputV2.dark.tokens.ts +1 -1
  248. package/lib/components/InputsV2/ChatInputV2/ChatInputV2.light.tokens.ts +1 -1
  249. package/lib/components/InputsV2/ChatInputV2/ChatInputV2.tokens.ts +5 -116
  250. package/lib/components/InputsV2/ChatInputV2/ChatInputV2.tokens.types.ts +117 -0
  251. package/lib/components/InputsV2/ChatInputV2/ChatInputV2Mobile.dark.tokens.ts +1 -1
  252. package/lib/components/InputsV2/ChatInputV2/ChatInputV2Mobile.light.tokens.ts +1 -1
  253. package/lib/components/InputsV2/ChatInputV2/ChatInputV2Mobile.tokens.ts +5 -46
  254. package/lib/components/InputsV2/ChatInputV2/ChatInputV2Mobile.tokens.types.ts +47 -0
  255. package/lib/components/InputsV2/MultiValueInputV2/MultiValueInputV2.dark.tokens.ts +1 -1
  256. package/lib/components/InputsV2/MultiValueInputV2/MultiValueInputV2.light.tokens.ts +1 -1
  257. package/lib/components/InputsV2/MultiValueInputV2/MultiValueInputV2.tokens.ts +5 -67
  258. package/lib/components/InputsV2/MultiValueInputV2/MultiValueInputV2.tokens.types.ts +68 -0
  259. package/lib/components/InputsV2/NumberInputV2/NumberInputV2.dark.tokens.ts +1 -1
  260. package/lib/components/InputsV2/NumberInputV2/NumberInputV2.light.tokens.ts +1 -1
  261. package/lib/components/InputsV2/NumberInputV2/NumberInputV2.tsx +1 -1
  262. package/lib/components/InputsV2/NumberInputV2/numberInputV2.tokens.ts +7 -118
  263. package/lib/components/InputsV2/NumberInputV2/numberInputV2.tokens.types.ts +120 -0
  264. package/lib/components/InputsV2/OTPInputV2/OTPInputV2.dark.tokens.ts +1 -1
  265. package/lib/components/InputsV2/OTPInputV2/OTPInputV2.light.tokens.ts +1 -1
  266. package/lib/components/InputsV2/OTPInputV2/OTPInputV2.tokens.ts +5 -32
  267. package/lib/components/InputsV2/OTPInputV2/OTPInputV2.tokens.types.ts +36 -0
  268. package/lib/components/InputsV2/SearchInputV2/SearchInputV2.dark.tokens.ts +1 -1
  269. package/lib/components/InputsV2/SearchInputV2/SearchInputV2.light.tokens.ts +1 -1
  270. package/lib/components/InputsV2/SearchInputV2/SearchInputV2.tokens.ts +5 -90
  271. package/lib/components/InputsV2/SearchInputV2/SearchInputV2.tokens.types.ts +92 -0
  272. package/lib/components/InputsV2/TextAreaV2/TextAreaV2.dark.tokens.ts +1 -1
  273. package/lib/components/InputsV2/TextAreaV2/TextAreaV2.light.tokens.ts +1 -1
  274. package/lib/components/InputsV2/TextAreaV2/TextAreaV2.tokens.ts +5 -61
  275. package/lib/components/InputsV2/TextAreaV2/TextAreaV2.tokens.types.ts +62 -0
  276. package/lib/components/InputsV2/TextInputV2/TextInputV2.dark.tokens.ts +1 -1
  277. package/lib/components/InputsV2/TextInputV2/TextInputV2.light.tokens.ts +1 -1
  278. package/lib/components/InputsV2/TextInputV2/TextInputV2.tokens.ts +5 -134
  279. package/lib/components/InputsV2/TextInputV2/TextInputV2.tokens.types.ts +135 -0
  280. package/lib/components/KeyValuePairV2/keyValuePairV2.dark.tokens.ts +1 -1
  281. package/lib/components/KeyValuePairV2/keyValuePairV2.light.tokens.ts +1 -1
  282. package/lib/components/KeyValuePairV2/keyValuePairV2.tokens.ts +5 -26
  283. package/lib/components/KeyValuePairV2/keyValuePairV2.tokens.types.ts +27 -0
  284. package/lib/components/Menu/MenuItem.tsx +1 -0
  285. package/lib/components/Menu/SubMenu.tsx +1 -0
  286. package/lib/components/Menu/types.tsx +1 -1
  287. package/lib/components/MenuV2/menuV2.dark.tokens.ts +1 -1
  288. package/lib/components/MenuV2/menuV2.light.tokens.ts +1 -1
  289. package/lib/components/MenuV2/menuV2.tokens.ts +5 -109
  290. package/lib/components/MenuV2/menuV2.tokens.types.ts +110 -0
  291. package/lib/components/Modal/types.ts +2 -2
  292. package/lib/components/MultiSelect/MobileMultiSelect.tsx +2 -1
  293. package/lib/components/MultiSelect/MultiSelectMenuItem.tsx +1 -0
  294. package/lib/components/MultiSelect/MultiSelectSubMenu.tsx +1 -0
  295. package/lib/components/MultiSelect/types.ts +1 -1
  296. package/lib/components/MultiSelectV2/MultiSelectV2MenuItem.tsx +1 -0
  297. package/lib/components/MultiSelectV2/MultiSelectV2Skeleton.tsx +2 -1
  298. package/lib/components/MultiSelectV2/MultiSelectV2SubMenu.tsx +1 -0
  299. package/lib/components/MultiSelectV2/multiSelectV2.dark.tokens.ts +1 -1
  300. package/lib/components/MultiSelectV2/multiSelectV2.light.tokens.ts +1 -1
  301. package/lib/components/MultiSelectV2/multiSelectV2.tokens.ts +8 -237
  302. package/lib/components/MultiSelectV2/multiSelectV2.tokens.types.ts +237 -0
  303. package/lib/components/Popover/types.ts +2 -2
  304. package/lib/components/PopoverV2/popoverV2.dark.tokens.tsx +1 -1
  305. package/lib/components/PopoverV2/popoverV2.light.tokens.tsx +1 -1
  306. package/lib/components/PopoverV2/popoverV2.token.ts +5 -69
  307. package/lib/components/PopoverV2/popoverV2.tokens.types.ts +72 -0
  308. package/lib/components/PopoverV2/popoverV2.types.ts +2 -2
  309. package/lib/components/ProgressBarV2/progressBarV2.dark.tokens.ts +1 -1
  310. package/lib/components/ProgressBarV2/progressBarV2.light.tokens.ts +1 -1
  311. package/lib/components/ProgressBarV2/progressBarV2.tokens.ts +5 -64
  312. package/lib/components/ProgressBarV2/progressBarV2.tokens.types.ts +81 -0
  313. package/lib/components/ProgressBarV2/progressBarV2.types.ts +13 -20
  314. package/lib/components/SelectV2/selectV2.shared.types.ts +1 -1
  315. package/lib/components/SelectorV2/CheckboxV2/checkboxV2.dark.tokens.ts +1 -1
  316. package/lib/components/SelectorV2/CheckboxV2/checkboxV2.light.tokens.ts +1 -1
  317. package/lib/components/SelectorV2/CheckboxV2/checkboxV2.tokens.ts +5 -81
  318. package/lib/components/SelectorV2/CheckboxV2/checkboxV2.tokens.types.ts +87 -0
  319. package/lib/components/SelectorV2/CheckboxV2/checkboxV2.types.ts +3 -6
  320. package/lib/components/SelectorV2/RadioV2/radioV2.dark.tokens.ts +1 -1
  321. package/lib/components/SelectorV2/RadioV2/radioV2.light.tokens.ts +1 -1
  322. package/lib/components/SelectorV2/RadioV2/radioV2.tokens.ts +5 -73
  323. package/lib/components/SelectorV2/RadioV2/radioV2.tokens.types.ts +78 -0
  324. package/lib/components/SelectorV2/RadioV2/radioV2.types.ts +2 -2
  325. package/lib/components/SelectorV2/SwitchV2/switchV2.dark.tokens.ts +1 -1
  326. package/lib/components/SelectorV2/SwitchV2/switchV2.light.tokens.ts +1 -1
  327. package/lib/components/SelectorV2/SwitchV2/switchV2.tokens.ts +5 -63
  328. package/lib/components/SelectorV2/SwitchV2/switchV2.tokens.types.ts +68 -0
  329. package/lib/components/SelectorV2/SwitchV2/switchV2.types.ts +5 -2
  330. package/lib/components/Sidebar/Sidebar.tsx +1 -1
  331. package/lib/components/Sidebar/SidebarContent.tsx +1 -0
  332. package/lib/components/Sidebar/SidebarHeader.tsx +2 -12
  333. package/lib/components/Sidebar/types.ts +12 -25
  334. package/lib/components/SidebarV2/SidebarV2MobileNavigation/mobile.dark.tokens.ts +2 -2
  335. package/lib/components/SidebarV2/SidebarV2MobileNavigation/mobile.light.tokens.ts +2 -2
  336. package/lib/components/SidebarV2/SidebarV2MobileNavigation/mobile.tokens.ts +6 -84
  337. package/lib/components/SidebarV2/SidebarV2MobileNavigation/mobile.tokens.types.ts +85 -0
  338. package/lib/components/SidebarV2/SidebarV2MobileNavigation/types.ts +1 -1
  339. package/lib/components/SidebarV2/sidebarV2.dark.tokens.ts +1 -1
  340. package/lib/components/SidebarV2/sidebarV2.light.tokens.ts +1 -1
  341. package/lib/components/SidebarV2/sidebarV2.tokens.ts +6 -105
  342. package/lib/components/SidebarV2/sidebarV2.tokens.types.ts +106 -0
  343. package/lib/components/SingleSelect/SingleSelectMenu.tsx +1 -1
  344. package/lib/components/SingleSelect/types.ts +1 -1
  345. package/lib/components/SingleSelectV2/singleSelectV2.dark.tokens.ts +1 -1
  346. package/lib/components/SingleSelectV2/singleSelectV2.light.tokens.ts +1 -1
  347. package/lib/components/SingleSelectV2/singleSelectV2.tokens.ts +9 -188
  348. package/lib/components/SingleSelectV2/singleSelectV2.tokens.types.ts +188 -0
  349. package/lib/components/SingleSelectV2/singleSelectV2.types.ts +1 -1
  350. package/lib/components/SnackbarV2/snackbarV2.dark.tokens.ts +1 -1
  351. package/lib/components/SnackbarV2/snackbarV2.light.tokens.ts +1 -1
  352. package/lib/components/SnackbarV2/snackbarV2.tokens.ts +6 -66
  353. package/lib/components/SnackbarV2/snackbarV2.tokens.types.ts +66 -0
  354. package/lib/components/SplitTag/types.ts +1 -1
  355. package/lib/components/StatCard/StatCard.tsx +274 -203
  356. package/lib/components/StatCard/types.ts +2 -2
  357. package/lib/components/StatCardV2/StatCardV2.tsx +5 -0
  358. package/lib/components/StatCardV2/StatCardV2Change.tsx +10 -1
  359. package/lib/components/StatCardV2/StatCardV2NoData.tsx +1 -0
  360. package/lib/components/StatCardV2/StatCardV2Skeleton.tsx +2 -1
  361. package/lib/components/StatCardV2/StatCardV2Title.tsx +185 -55
  362. package/lib/components/StatCardV2/StatCardV2Value.tsx +77 -9
  363. package/lib/components/StatCardV2/statcardV2.dark.tokens.ts +1 -1
  364. package/lib/components/StatCardV2/statcardV2.light.tokens.ts +1 -1
  365. package/lib/components/StatCardV2/statcardV2.tokens.ts +5 -79
  366. package/lib/components/StatCardV2/statcardV2.tokens.types.ts +90 -0
  367. package/lib/components/StatCardV2/statcardV2.types.ts +13 -15
  368. package/lib/components/StepperV2/stepperV2.dark.tokens.ts +1 -1
  369. package/lib/components/StepperV2/stepperV2.light.tokens.ts +1 -1
  370. package/lib/components/StepperV2/stepperV2.tokens.ts +5 -100
  371. package/lib/components/StepperV2/stepperV2.tokens.types.ts +101 -0
  372. package/lib/components/TabsV2/tabsV2.dark.tokens.ts +1 -1
  373. package/lib/components/TabsV2/tabsV2.light.tokens.ts +1 -1
  374. package/lib/components/TabsV2/tabsV2.tokens.ts +5 -95
  375. package/lib/components/TabsV2/tabsV2.tokens.types.ts +96 -0
  376. package/lib/components/TagV2/tagV2.dark.tokens.ts +1 -1
  377. package/lib/components/TagV2/tagV2.light.tokens.ts +1 -1
  378. package/lib/components/TagV2/tagV2.tokens.ts +5 -69
  379. package/lib/components/TagV2/tagV2.tokens.types.ts +70 -0
  380. package/lib/components/Tags/tag.dark.tokens.ts +1 -1
  381. package/lib/components/Tags/tag.light.tokens.ts +1 -1
  382. package/lib/components/Tags/tag.tokens.ts +2 -69
  383. package/lib/components/Tags/tag.tokens.types.ts +70 -0
  384. package/lib/components/Timeline/timeline.dark.token.ts +4 -6
  385. package/lib/components/Timeline/timeline.light.token.ts +4 -6
  386. package/lib/components/Timeline/timeline.token.ts +6 -137
  387. package/lib/components/Timeline/timeline.tokens.types.ts +138 -0
  388. package/lib/components/TooltipV2/tooltipV2.dark.tokens.ts +1 -1
  389. package/lib/components/TooltipV2/tooltipV2.light.tokens.ts +1 -1
  390. package/lib/components/TooltipV2/tooltipV2.tokens.ts +5 -46
  391. package/lib/components/TooltipV2/tooltipV2.tokens.types.ts +47 -0
  392. package/lib/components/Topbar/types.ts +5 -11
  393. package/lib/components/TopbarV2/topbarV2.dark.tokens.ts +1 -1
  394. package/lib/components/TopbarV2/topbarV2.light.tokens.ts +1 -1
  395. package/lib/components/TopbarV2/topbarV2.tokens.ts +6 -69
  396. package/lib/components/TopbarV2/topbarV2.tokens.types.ts +70 -0
  397. package/lib/components/Upload/components/FileListDisplay.tsx +3 -1
  398. package/lib/components/shared/layoutTypes.ts +44 -0
  399. package/lib/context/useComponentToken.ts +3 -3
  400. package/lib/hooks/useTruncationDetection.ts +33 -8
  401. package/package.json +5 -1
@@ -1,3 +1,3 @@
1
1
  import { FoundationTokenType } from '../../tokens/theme.token';
2
- import { ResponsiveBreadcrumbV2Tokens } from './breadcrumbV2.tokens';
2
+ import { ResponsiveBreadcrumbV2Tokens } from './breadcrumbV2.tokens.types';
3
3
  export declare const getBreadcrumbV2LightTokens: (foundationToken: FoundationTokenType) => ResponsiveBreadcrumbV2Tokens;
@@ -1,31 +1,5 @@
1
- import { CSSObject } from 'styled-components';
2
- import { BreakpointType } from '../../breakpoints/breakPoints';
3
1
  import { FoundationTokenType } from '../../tokens/theme.token';
4
2
  import { Theme } from '../../context/theme.enum';
5
- export type BreadcrumbV2State = 'default' | 'hover' | 'active';
6
- export type BreadcrumbV2TokensType = {
7
- gap: CSSObject['gap'];
8
- item: {
9
- padding: CSSObject['padding'];
10
- gap: CSSObject['gap'];
11
- text: {
12
- fontSize: CSSObject['fontSize'];
13
- fontWeight: CSSObject['fontWeight'];
14
- color: {
15
- [key in BreadcrumbV2State]: CSSObject['color'];
16
- };
17
- };
18
- };
19
- ellipsis: {
20
- color: CSSObject['color'];
21
- borderRadius: CSSObject['borderRadius'];
22
- size: number;
23
- };
24
- separator: {
25
- color: CSSObject['color'];
26
- };
27
- };
28
- export type ResponsiveBreadcrumbV2Tokens = {
29
- [key in keyof BreakpointType]: BreadcrumbV2TokensType;
30
- };
3
+ import { ResponsiveBreadcrumbV2Tokens } from './breadcrumbV2.tokens.types';
4
+ export type { BreadcrumbV2State, BreadcrumbV2TokensType, ResponsiveBreadcrumbV2Tokens, } from './breadcrumbV2.tokens.types';
31
5
  export declare const getBreadcrumbV2Tokens: (foundationToken: FoundationTokenType, theme?: Theme | string) => ResponsiveBreadcrumbV2Tokens;
@@ -0,0 +1,28 @@
1
+ import { CSSObject } from 'styled-components';
2
+ import { BreakpointType } from '../../breakpoints/breakPoints';
3
+ export type BreadcrumbV2State = 'default' | 'hover' | 'active';
4
+ export type BreadcrumbV2TokensType = {
5
+ gap: CSSObject['gap'];
6
+ item: {
7
+ padding: CSSObject['padding'];
8
+ gap: CSSObject['gap'];
9
+ text: {
10
+ fontSize: CSSObject['fontSize'];
11
+ fontWeight: CSSObject['fontWeight'];
12
+ color: {
13
+ [key in BreadcrumbV2State]: CSSObject['color'];
14
+ };
15
+ };
16
+ };
17
+ ellipsis: {
18
+ color: CSSObject['color'];
19
+ borderRadius: CSSObject['borderRadius'];
20
+ size: number;
21
+ };
22
+ separator: {
23
+ color: CSSObject['color'];
24
+ };
25
+ };
26
+ export type ResponsiveBreadcrumbV2Tokens = {
27
+ [key in keyof BreakpointType]: BreadcrumbV2TokensType;
28
+ };
@@ -1,7 +1,3 @@
1
- import { default as BreadcrumbV2CompoundItem } from './BreadcrumbV2Item';
2
- import { default as BreadcrumbV2Icon } from './BreadcrumbV2Icon';
3
- import { default as BreadcrumbV2Page } from './BreadcrumbV2Page';
4
- import { default as BreadcrumbV2Separator } from './BreadcrumbV2Separator';
5
1
  import * as React from 'react';
6
2
  export type BreadcrumbV2ItemType = {
7
3
  /** Stable unique id for React list keys when `href` may repeat or collide (e.g. dynamic routes). */
@@ -37,10 +33,3 @@ export type BreadcrumbV2Props = {
37
33
  */
38
34
  maxItems?: number;
39
35
  };
40
- export type BreadcrumbV2Component = ((props: BreadcrumbV2Props) => React.ReactElement | null) & {
41
- displayName?: string;
42
- Item: typeof BreadcrumbV2CompoundItem;
43
- Icon: typeof BreadcrumbV2Icon;
44
- Separator: typeof BreadcrumbV2Separator;
45
- Page: typeof BreadcrumbV2Page;
46
- };
@@ -1,5 +1,5 @@
1
1
  import { ReactElement } from 'react';
2
- import { ButtonProps } from '../Button';
2
+ import { ButtonProps } from '../Button/types';
3
3
  export type ButtonGroupProps = {
4
4
  stacked?: boolean;
5
5
  children: ReactElement<ButtonProps> | ReactElement<ButtonProps>[];
@@ -1,3 +1,3 @@
1
1
  import { FoundationTokenType } from '../../tokens/theme.token';
2
- import { ResponsiveButtonV2Tokens } from './buttonV2.tokens';
2
+ import { ResponsiveButtonV2Tokens } from './buttonV2.tokens.types';
3
3
  export declare const getButtonV2DarkTokens: (foundationToken: FoundationTokenType) => ResponsiveButtonV2Tokens;
@@ -1,3 +1,3 @@
1
1
  import { FoundationTokenType } from '../../tokens/theme.token';
2
- import { ResponsiveButtonV2Tokens } from './buttonV2.tokens';
2
+ import { ResponsiveButtonV2Tokens } from './buttonV2.tokens.types';
3
3
  export declare const getButtonV2LightTokens: (foundationToken: FoundationTokenType) => ResponsiveButtonV2Tokens;
@@ -1,67 +1,5 @@
1
- import { CSSObject } from 'styled-components';
2
- import { ButtonV2Size, ButtonV2State, ButtonV2SubType, ButtonV2Type, PaddingDirection } from './buttonV2.types';
3
- import { BreakpointType } from '../../breakpoints/breakPoints';
4
1
  import { FoundationTokenType } from '../../tokens/theme.token';
5
2
  import { Theme } from '../../context/theme.enum';
6
- export type ButtonV2TokensType = Readonly<{
7
- gap: CSSObject['gap'];
8
- backgroundColor: {
9
- [key in ButtonV2Type]: {
10
- [key in ButtonV2SubType]: {
11
- [key in ButtonV2State]: CSSObject['background'];
12
- };
13
- };
14
- };
15
- borderRadius: {
16
- [key in ButtonV2Size]: {
17
- [key in ButtonV2Type]: {
18
- [key in ButtonV2SubType]: CSSObject['borderRadius'];
19
- };
20
- };
21
- };
22
- padding: {
23
- [key in PaddingDirection]: {
24
- [key in ButtonV2Size]: {
25
- [key in ButtonV2Type]: {
26
- [key in ButtonV2SubType]: CSSObject['padding'];
27
- };
28
- };
29
- };
30
- };
31
- border: {
32
- [key in ButtonV2Type]: {
33
- [key in ButtonV2SubType]: {
34
- [key in ButtonV2State]: CSSObject['border'];
35
- };
36
- };
37
- };
38
- shadow: {
39
- [key in ButtonV2Type]: {
40
- [key in ButtonV2SubType]: {
41
- [key in ButtonV2State]: CSSObject['boxShadow'];
42
- };
43
- };
44
- };
45
- text: {
46
- color: {
47
- [key in ButtonV2Type]: {
48
- [key in ButtonV2SubType]: {
49
- [key in ButtonV2State]: CSSObject['color'];
50
- };
51
- };
52
- };
53
- fontSize: {
54
- [key in ButtonV2Size]: CSSObject['fontSize'];
55
- };
56
- fontWeight: {
57
- [key in ButtonV2Size]: CSSObject['fontWeight'];
58
- };
59
- lineHeight: {
60
- [key in ButtonV2Size]: CSSObject['lineHeight'];
61
- };
62
- };
63
- }>;
64
- export type ResponsiveButtonV2Tokens = {
65
- [key in keyof BreakpointType]: ButtonV2TokensType;
66
- };
3
+ import { ResponsiveButtonV2Tokens } from './buttonV2.tokens.types';
4
+ export type { ButtonV2TokensType, ResponsiveButtonV2Tokens, } from './buttonV2.tokens.types';
67
5
  export declare const getButtonV2Tokens: (foundationToken: FoundationTokenType, theme?: Theme | string) => ResponsiveButtonV2Tokens;
@@ -0,0 +1,64 @@
1
+ import { CSSObject } from 'styled-components';
2
+ import { ButtonV2Size, ButtonV2State, ButtonV2SubType, ButtonV2Type, PaddingDirection } from './buttonV2.types';
3
+ import { BreakpointType } from '../../breakpoints/breakPoints';
4
+ export type ButtonV2TokensType = Readonly<{
5
+ gap: CSSObject['gap'];
6
+ backgroundColor: {
7
+ [key in ButtonV2Type]: {
8
+ [key in ButtonV2SubType]: {
9
+ [key in ButtonV2State]: CSSObject['background'];
10
+ };
11
+ };
12
+ };
13
+ borderRadius: {
14
+ [key in ButtonV2Size]: {
15
+ [key in ButtonV2Type]: {
16
+ [key in ButtonV2SubType]: CSSObject['borderRadius'];
17
+ };
18
+ };
19
+ };
20
+ padding: {
21
+ [key in PaddingDirection]: {
22
+ [key in ButtonV2Size]: {
23
+ [key in ButtonV2Type]: {
24
+ [key in ButtonV2SubType]: CSSObject['padding'];
25
+ };
26
+ };
27
+ };
28
+ };
29
+ border: {
30
+ [key in ButtonV2Type]: {
31
+ [key in ButtonV2SubType]: {
32
+ [key in ButtonV2State]: CSSObject['border'];
33
+ };
34
+ };
35
+ };
36
+ shadow: {
37
+ [key in ButtonV2Type]: {
38
+ [key in ButtonV2SubType]: {
39
+ [key in ButtonV2State]: CSSObject['boxShadow'];
40
+ };
41
+ };
42
+ };
43
+ text: {
44
+ color: {
45
+ [key in ButtonV2Type]: {
46
+ [key in ButtonV2SubType]: {
47
+ [key in ButtonV2State]: CSSObject['color'];
48
+ };
49
+ };
50
+ };
51
+ fontSize: {
52
+ [key in ButtonV2Size]: CSSObject['fontSize'];
53
+ };
54
+ fontWeight: {
55
+ [key in ButtonV2Size]: CSSObject['fontWeight'];
56
+ };
57
+ lineHeight: {
58
+ [key in ButtonV2Size]: CSSObject['lineHeight'];
59
+ };
60
+ };
61
+ }>;
62
+ export type ResponsiveButtonV2Tokens = {
63
+ [key in keyof BreakpointType]: ButtonV2TokensType;
64
+ };
@@ -1,6 +1,6 @@
1
1
  import { ReactNode } from 'react';
2
2
  import { ButtonProps } from '../Button/types';
3
- import { SkeletonVariant } from '../Skeleton';
3
+ import { SkeletonVariant } from '../Skeleton/types';
4
4
  export declare enum CardVariant {
5
5
  DEFAULT = "default",
6
6
  ALIGNED = "aligned",
@@ -1,8 +1,8 @@
1
1
  import { ReactNode } from 'react';
2
2
  import { TooltipProps } from 'recharts';
3
3
  import { NameType, ValueType } from 'recharts/types/component/DefaultTooltipContent';
4
- import { ButtonProps } from '../Button';
5
- import { SkeletonVariant } from '../Skeleton';
4
+ import { ButtonProps } from '../Button/types';
5
+ import { SkeletonVariant } from '../Skeleton/types';
6
6
  export type DataPoint = {
7
7
  primary: {
8
8
  label: string;
@@ -1,3 +1,3 @@
1
1
  import { FoundationTokenType } from '../../tokens/theme.token';
2
- import { ResponsiveChartV2Tokens } from './chartV2.tokens';
2
+ import { ResponsiveChartV2Tokens } from './chartV2.tokens.types';
3
3
  export declare const getChartV2DarkTokens: (foundationToken: FoundationTokenType) => ResponsiveChartV2Tokens;
@@ -1,3 +1,3 @@
1
1
  import { FoundationTokenType } from '../../tokens/theme.token';
2
- import { ResponsiveChartV2Tokens } from './chartV2.tokens';
2
+ import { ResponsiveChartV2Tokens } from './chartV2.tokens.types';
3
3
  export declare const getChartV2LightTokens: (foundationToken: FoundationTokenType) => ResponsiveChartV2Tokens;
@@ -1,102 +1,5 @@
1
- import { CSSObject } from 'styled-components';
2
1
  import { FoundationTokenType } from '../../tokens/theme.token';
3
- import { BreakpointType } from '../../breakpoints/breakPoints';
4
2
  import { Theme } from '../../context/theme.enum';
5
- export type ChartV2TokensType = {
6
- border: CSSObject['border'];
7
- borderRadius: CSSObject['borderRadius'];
8
- boxShadow: CSSObject['boxShadow'];
9
- backgroundColor: CSSObject['backgroundColor'];
10
- header: {
11
- padding: {
12
- top: CSSObject['padding'];
13
- right: CSSObject['padding'];
14
- bottom: CSSObject['padding'];
15
- left: CSSObject['padding'];
16
- };
17
- backgroundColor: CSSObject['backgroundColor'];
18
- borderBottom: CSSObject['borderBottom'];
19
- };
20
- legends: {
21
- gap: CSSObject['gap'];
22
- legendItem: {
23
- gap: CSSObject['gap'];
24
- shape: {
25
- width: CSSObject['width'];
26
- height: CSSObject['height'];
27
- borderRadius: CSSObject['borderRadius'];
28
- };
29
- text: {
30
- gap: CSSObject['gap'];
31
- name: {
32
- fontSize: CSSObject['fontSize'];
33
- fontWeight: CSSObject['fontWeight'];
34
- lineHeight: CSSObject['lineHeight'];
35
- color: CSSObject['color'];
36
- };
37
- value: {
38
- fontSize: CSSObject['fontSize'];
39
- fontWeight: CSSObject['fontWeight'];
40
- lineHeight: CSSObject['lineHeight'];
41
- color: CSSObject['color'];
42
- };
43
- separator: {
44
- color: CSSObject['color'];
45
- width: CSSObject['width'];
46
- height: CSSObject['height'];
47
- };
48
- };
49
- };
50
- };
51
- chart: {
52
- backgroundColor: CSSObject['backgroundColor'];
53
- xAxis: {
54
- title: {
55
- fontSize: CSSObject['fontSize'];
56
- color: CSSObject['color'];
57
- fontWeight: CSSObject['fontWeight'];
58
- lineHeight: CSSObject['lineHeight'];
59
- };
60
- labels: {
61
- fontSize: CSSObject['fontSize'];
62
- color: CSSObject['color'];
63
- fontWeight: CSSObject['fontWeight'];
64
- lineHeight: CSSObject['lineHeight'];
65
- };
66
- line: {
67
- width: CSSObject['width'];
68
- color: CSSObject['color'];
69
- };
70
- gridLine: {
71
- width: CSSObject['width'];
72
- color: CSSObject['color'];
73
- };
74
- };
75
- yAxis: {
76
- title: {
77
- fontSize: CSSObject['fontSize'];
78
- color: CSSObject['color'];
79
- fontWeight: CSSObject['fontWeight'];
80
- lineHeight: CSSObject['lineHeight'];
81
- };
82
- labels: {
83
- fontSize: CSSObject['fontSize'];
84
- color: CSSObject['color'];
85
- fontWeight: CSSObject['fontWeight'];
86
- lineHeight: CSSObject['lineHeight'];
87
- };
88
- line: {
89
- width: CSSObject['width'];
90
- color: CSSObject['color'];
91
- };
92
- gridLine: {
93
- width: CSSObject['width'];
94
- color: CSSObject['color'];
95
- };
96
- };
97
- };
98
- };
99
- export type ResponsiveChartV2Tokens = {
100
- [key in keyof BreakpointType]: ChartV2TokensType;
101
- };
3
+ import { ResponsiveChartV2Tokens } from './chartV2.tokens.types';
4
+ export type { ChartV2TokensType, ResponsiveChartV2Tokens, } from './chartV2.tokens.types';
102
5
  export declare const getChartV2Tokens: (foundationToken: FoundationTokenType, theme?: Theme | string) => ResponsiveChartV2Tokens;
@@ -0,0 +1,99 @@
1
+ import { CSSObject } from 'styled-components';
2
+ import { BreakpointType } from '../../breakpoints/breakPoints';
3
+ export type ChartV2TokensType = {
4
+ border: CSSObject['border'];
5
+ borderRadius: CSSObject['borderRadius'];
6
+ boxShadow: CSSObject['boxShadow'];
7
+ backgroundColor: CSSObject['backgroundColor'];
8
+ header: {
9
+ padding: {
10
+ top: CSSObject['padding'];
11
+ right: CSSObject['padding'];
12
+ bottom: CSSObject['padding'];
13
+ left: CSSObject['padding'];
14
+ };
15
+ backgroundColor: CSSObject['backgroundColor'];
16
+ borderBottom: CSSObject['borderBottom'];
17
+ };
18
+ legends: {
19
+ gap: CSSObject['gap'];
20
+ legendItem: {
21
+ gap: CSSObject['gap'];
22
+ shape: {
23
+ width: CSSObject['width'];
24
+ height: CSSObject['height'];
25
+ borderRadius: CSSObject['borderRadius'];
26
+ };
27
+ text: {
28
+ gap: CSSObject['gap'];
29
+ name: {
30
+ fontSize: CSSObject['fontSize'];
31
+ fontWeight: CSSObject['fontWeight'];
32
+ lineHeight: CSSObject['lineHeight'];
33
+ color: CSSObject['color'];
34
+ };
35
+ value: {
36
+ fontSize: CSSObject['fontSize'];
37
+ fontWeight: CSSObject['fontWeight'];
38
+ lineHeight: CSSObject['lineHeight'];
39
+ color: CSSObject['color'];
40
+ };
41
+ separator: {
42
+ color: CSSObject['color'];
43
+ width: CSSObject['width'];
44
+ height: CSSObject['height'];
45
+ };
46
+ };
47
+ };
48
+ };
49
+ chart: {
50
+ backgroundColor: CSSObject['backgroundColor'];
51
+ xAxis: {
52
+ title: {
53
+ fontSize: CSSObject['fontSize'];
54
+ color: CSSObject['color'];
55
+ fontWeight: CSSObject['fontWeight'];
56
+ lineHeight: CSSObject['lineHeight'];
57
+ };
58
+ labels: {
59
+ fontSize: CSSObject['fontSize'];
60
+ color: CSSObject['color'];
61
+ fontWeight: CSSObject['fontWeight'];
62
+ lineHeight: CSSObject['lineHeight'];
63
+ };
64
+ line: {
65
+ width: CSSObject['width'];
66
+ color: CSSObject['color'];
67
+ };
68
+ gridLine: {
69
+ width: CSSObject['width'];
70
+ color: CSSObject['color'];
71
+ };
72
+ };
73
+ yAxis: {
74
+ title: {
75
+ fontSize: CSSObject['fontSize'];
76
+ color: CSSObject['color'];
77
+ fontWeight: CSSObject['fontWeight'];
78
+ lineHeight: CSSObject['lineHeight'];
79
+ };
80
+ labels: {
81
+ fontSize: CSSObject['fontSize'];
82
+ color: CSSObject['color'];
83
+ fontWeight: CSSObject['fontWeight'];
84
+ lineHeight: CSSObject['lineHeight'];
85
+ };
86
+ line: {
87
+ width: CSSObject['width'];
88
+ color: CSSObject['color'];
89
+ };
90
+ gridLine: {
91
+ width: CSSObject['width'];
92
+ color: CSSObject['color'];
93
+ };
94
+ };
95
+ };
96
+ };
97
+ export type ResponsiveChartV2Tokens = {
98
+ [key in keyof BreakpointType]: ChartV2TokensType;
99
+ };
@@ -1,8 +1,8 @@
1
1
  import { RefObject, ReactNode, HTMLAttributes } from 'react';
2
2
  import { HighchartsReactProps, HighchartsReactRefObject } from 'highcharts-react-official';
3
3
  import { default as Highcharts } from 'highcharts';
4
- import { ButtonProps } from '../Button';
5
- import { SkeletonVariant } from '../Skeleton';
4
+ import { ButtonProps } from '../Button/types';
5
+ import { SkeletonVariant } from '../Skeleton/types';
6
6
  export declare const ChartV2BaseInstance: typeof Highcharts;
7
7
  export type ChartV2Type = typeof Highcharts;
8
8
  export type ChartV2ReactProps = HighchartsReactProps;
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
- import { AttachedFile, MenuProps } from '../../main';
2
+ import { AttachedFile } from './types';
3
+ import { MenuProps } from '../Menu';
3
4
  type AttachmentFileProps = {
4
5
  attachedFiles: AttachedFile[];
5
6
  onFileRemove?: (fileId: string) => void;
@@ -1,21 +1,21 @@
1
1
  import { default as React } from 'react';
2
- import { AttachedFile, TopQuery } from './types';
3
- export declare const getDocIcon: (fileType: AttachedFile["type"]) => React.ReactNode;
2
+ import { TopQuery } from './types';
3
+ export { getDocIcon } from './getDocIcon';
4
4
  declare const ChatInput: React.ForwardRefExoticComponent<Omit<React.TextareaHTMLAttributes<HTMLTextAreaElement>, "onChange" | "value"> & {
5
5
  value?: string;
6
6
  slot1?: React.ReactNode;
7
7
  slot2?: React.ReactNode;
8
8
  onChange?: (value: string) => void;
9
- onSend?: (message: string, files: AttachedFile[]) => void;
9
+ onSend?: (message: string, files: import('./types').AttachedFile[]) => void;
10
10
  onAttachFiles?: (files: File[]) => void;
11
11
  onVoiceRecord?: () => void;
12
12
  onFileRemove?: (fileId: string) => void;
13
- onFileClick?: (file: AttachedFile) => void;
13
+ onFileClick?: (file: import('./types').AttachedFile) => void;
14
14
  placeholder?: string;
15
15
  disabled?: boolean;
16
16
  maxLength?: number;
17
17
  autoResize?: boolean;
18
- attachedFiles?: AttachedFile[];
18
+ attachedFiles?: import('./types').AttachedFile[];
19
19
  topQueries?: TopQuery[];
20
20
  onTopQuerySelect?: (query: TopQuery) => void;
21
21
  topQueriesMaxHeight?: number;
@@ -1,4 +1,5 @@
1
- import { AttachedFile, MenuProps } from '../../main';
1
+ import { AttachedFile } from './types';
2
+ import { MenuProps } from '../Menu/types';
2
3
  type MobileChatInputProps = {
3
4
  value: string;
4
5
  onChange?: (value: string) => void;
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ import { AttachedFile } from './types';
3
+ export declare const getDocIcon: (fileType: AttachedFile["type"]) => React.ReactNode;
@@ -1,3 +1,3 @@
1
1
  import { FoundationTokenType } from '../../tokens/theme.token';
2
- import { ResponsiveCodeEditorV2Tokens } from './codeEditorV2.tokens';
2
+ import { ResponsiveCodeEditorV2Tokens } from './codeEditorV2.tokens.types';
3
3
  export declare const darkCodeEditorV2Tokens: (foundationToken: FoundationTokenType) => ResponsiveCodeEditorV2Tokens;
@@ -1,3 +1,3 @@
1
1
  import { FoundationTokenType } from '../../tokens/theme.token';
2
- import { ResponsiveCodeEditorV2Tokens } from './codeEditorV2.tokens';
2
+ import { ResponsiveCodeEditorV2Tokens } from './codeEditorV2.tokens.types';
3
3
  export declare const lightCodeEditorV2Tokens: (foundationToken: FoundationTokenType) => ResponsiveCodeEditorV2Tokens;
@@ -1,94 +1,5 @@
1
- import { CSSObject } from 'styled-components';
2
- import { BreakpointType } from '../../breakpoints/breakPoints';
3
1
  import { FoundationTokenType } from '../../tokens/theme.token';
4
2
  import { Theme } from '../../context/theme.enum';
5
- import { CodeEditorV2DiffLineType } from './codeEditorV2.types';
6
- export type CodeEditorV2Tokens = {
7
- backgroundColor: CSSObject['backgroundColor'];
8
- border: CSSObject['border'];
9
- borderRadius: CSSObject['borderRadius'];
10
- boxShadow: CSSObject['boxShadow'];
11
- theme: 'light' | 'dark';
12
- header: {
13
- backgroundColor: CSSObject['backgroundColor'];
14
- borderBottom: CSSObject['borderBottom'];
15
- paddingTop: CSSObject['paddingTop'];
16
- paddingBottom: CSSObject['paddingBottom'];
17
- paddingLeft: CSSObject['paddingLeft'];
18
- paddingRight: CSSObject['paddingRight'];
19
- gap: CSSObject['gap'];
20
- icon: {
21
- width: CSSObject['width'];
22
- };
23
- text: {
24
- fontSize: CSSObject['fontSize'];
25
- fontWeight: CSSObject['fontWeight'];
26
- lineHeight: CSSObject['lineHeight'];
27
- color: CSSObject['color'];
28
- };
29
- };
30
- body: {
31
- paddingTop: CSSObject['paddingTop'];
32
- paddingBottom: CSSObject['paddingBottom'];
33
- paddingLeft: CSSObject['paddingLeft'];
34
- paddingRight: CSSObject['paddingRight'];
35
- backgroundColor: CSSObject['backgroundColor'];
36
- gutter: {
37
- width: CSSObject['width'];
38
- color: CSSObject['color'];
39
- backgroundColor: {
40
- [key in CodeEditorV2DiffLineType]: CSSObject['backgroundColor'];
41
- };
42
- borderLeft: {
43
- [key in CodeEditorV2DiffLineType]: CSSObject['borderLeft'];
44
- };
45
- borderColor: {
46
- [key in CodeEditorV2DiffLineType]: CSSObject['color'];
47
- };
48
- };
49
- code: {
50
- fontFamily: CSSObject['fontFamily'];
51
- fontSize: CSSObject['fontSize'];
52
- lineHeight: CSSObject['lineHeight'];
53
- paddingTop: CSSObject['paddingTop'];
54
- paddingBottom: CSSObject['paddingBottom'];
55
- paddingLeft: CSSObject['paddingLeft'];
56
- paddingRight: CSSObject['paddingRight'];
57
- };
58
- highlightedLine: {
59
- backgroundColor: {
60
- [key in CodeEditorV2DiffLineType]: CSSObject['backgroundColor'];
61
- };
62
- };
63
- syntax: {
64
- keyword: {
65
- color: CSSObject['color'];
66
- };
67
- function: {
68
- color: CSSObject['color'];
69
- };
70
- string: {
71
- color: CSSObject['color'];
72
- };
73
- number: {
74
- color: CSSObject['color'];
75
- };
76
- operator: {
77
- color: CSSObject['color'];
78
- };
79
- variable: {
80
- color: CSSObject['color'];
81
- };
82
- comment: {
83
- color: CSSObject['color'];
84
- };
85
- text: {
86
- color: CSSObject['color'];
87
- };
88
- };
89
- };
90
- };
91
- export type ResponsiveCodeEditorV2Tokens = {
92
- [key in keyof BreakpointType]: CodeEditorV2Tokens;
93
- };
3
+ import { ResponsiveCodeEditorV2Tokens } from './codeEditorV2.tokens.types';
4
+ export type { CodeEditorV2Tokens, ResponsiveCodeEditorV2Tokens, } from './codeEditorV2.tokens.types';
94
5
  export declare const getCodeEditorV2Tokens: (foundationToken: FoundationTokenType, theme?: Theme | string) => ResponsiveCodeEditorV2Tokens;