@clickhouse/click-ui 0.0.1 → 0.0.3

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 (430) hide show
  1. package/.eslintrc.cjs +1 -0
  2. package/.prettierrc +14 -0
  3. package/.storybook/main.ts +1 -0
  4. package/.storybook/manager.ts +11 -0
  5. package/.storybook/preview-head.html +2 -4
  6. package/.storybook/preview.tsx +13 -4
  7. package/.storybook/theme.ts +16 -0
  8. package/build-tokens.js +6 -6
  9. package/dist/App.d.ts +2 -0
  10. package/dist/assets/RightArrow/RightArrow.d.ts +1 -0
  11. package/dist/assets/S3Logo/S3Logo.d.ts +1 -0
  12. package/dist/components/Accordion/Accordion.d.ts +27 -0
  13. package/dist/components/Accordion/Accordion.stories.d.ts +21 -0
  14. package/dist/components/Accordion/Accordion.test.d.ts +1 -0
  15. package/dist/components/Alert/Alert.d.ts +16 -0
  16. package/dist/components/Alert/Alert.stories.d.ts +12 -0
  17. package/dist/components/Alert/Alert.test.d.ts +1 -0
  18. package/dist/components/Avatar/Avatar.d.ts +7 -0
  19. package/dist/components/Avatar/Avatar.stories.d.ts +11 -0
  20. package/dist/components/Badge/Badge.d.ts +16 -0
  21. package/dist/components/Badge/Badge.stories.d.ts +34 -0
  22. package/dist/components/Badge/Badge.test.d.ts +1 -0
  23. package/dist/components/BigStat/BigStat.d.ts +10 -0
  24. package/dist/components/BigStat/BigStat.stories.d.ts +20 -0
  25. package/dist/components/Button/Button.d.ts +23 -0
  26. package/dist/components/Button/Button.stories.d.ts +28 -0
  27. package/dist/components/Button/Button.test.d.ts +1 -0
  28. package/dist/components/ButtonGroup/ButtonGroup.d.ts +6 -0
  29. package/dist/components/ButtonGroup/ButtonGroup.stories.d.ts +12 -0
  30. package/dist/components/Card/Card.d.ts +10 -0
  31. package/dist/components/Card/Card.stories.d.ts +16 -0
  32. package/dist/components/Checkbox/Checkbox.d.ts +5 -0
  33. package/dist/components/Checkbox/Checkbox.stories.d.ts +29 -0
  34. package/dist/components/Checkbox/Checkbox.test.d.ts +1 -0
  35. package/dist/components/ContextMenu/ContextMenu.d.ts +38 -0
  36. package/dist/components/ContextMenu/ContextMenu.stories.d.ts +30 -0
  37. package/dist/components/ContextMenu/ContextMenu.test.d.ts +1 -0
  38. package/dist/components/Dropdown/Dropdown.d.ts +38 -0
  39. package/dist/components/Dropdown/Dropdown.stories.d.ts +36 -0
  40. package/dist/components/Dropdown/Dropdown.test.d.ts +1 -0
  41. package/dist/components/FormField/Label.d.ts +7 -0
  42. package/dist/components/FormField/Label.stories.d.ts +28 -0
  43. package/dist/components/FormField/Select.d.ts +43 -0
  44. package/dist/components/FormField/Select.stories.d.ts +54 -0
  45. package/dist/components/FormField/Select.test.d.ts +0 -0
  46. package/dist/components/FormField/SelectContext.d.ts +24 -0
  47. package/dist/components/FormField/commonElement.d.ts +1100 -0
  48. package/dist/components/GenericMenu.d.ts +764 -0
  49. package/dist/components/HoverCard/HoverCard.d.ts +20 -0
  50. package/dist/components/HoverCard/HoverCard.stories.d.ts +36 -0
  51. package/dist/components/HoverCard/HoverCard.test.d.ts +0 -0
  52. package/dist/components/Icon/Icon.d.ts +571 -0
  53. package/dist/components/Icon/Icon.stories.d.ts +495 -0
  54. package/dist/components/Icon/types.d.ts +8 -0
  55. package/dist/components/IconButton/IconButton.d.ts +15 -0
  56. package/dist/components/IconButton/IconButton.stories.d.ts +30 -0
  57. package/dist/components/IconButton/IconButton.test.d.ts +1 -0
  58. package/dist/components/Panel/Panel.d.ts +11 -0
  59. package/dist/components/Panel/Panel.stories.d.ts +23 -0
  60. package/dist/components/Popover/Popover.d.ts +23 -0
  61. package/dist/components/Popover/Popover.stories.d.ts +43 -0
  62. package/dist/components/Popover/Popover.test.d.ts +1 -0
  63. package/dist/components/RadioGroup/RadioGroup.d.ts +17 -0
  64. package/dist/components/RadioGroup/RadioGroup.stories.d.ts +39 -0
  65. package/dist/components/RadioGroup/RadioGroup.test.d.ts +1 -0
  66. package/dist/components/Separator/Separator.d.ts +6 -0
  67. package/dist/components/SidebarNavigationItem/SidebarNavigationItem.d.ts +17 -0
  68. package/dist/components/SidebarNavigationItem/SidebarNavigationItem.stories.d.ts +20 -0
  69. package/dist/components/Spacer/Spacer.d.ts +4 -0
  70. package/dist/components/Spacer/Spacer.stories.d.ts +19 -0
  71. package/dist/components/Switch/Switch.d.ts +7 -0
  72. package/dist/components/Switch/Switch.stories.d.ts +13 -0
  73. package/dist/components/Table/Table.d.ts +568 -0
  74. package/dist/components/Table/Table.stories.d.ts +575 -0
  75. package/dist/components/Tabs/Tabs.d.ts +848 -0
  76. package/dist/components/Tabs/Tabs.stories.d.ts +845 -0
  77. package/dist/components/Tabs/Tabs.test.d.ts +1 -0
  78. package/dist/components/Tooltip/Tooltip.d.ts +17 -0
  79. package/dist/components/Tooltip/Tooltip.stories.d.ts +45 -0
  80. package/dist/components/Tooltip/Tooltip.test.d.ts +1 -0
  81. package/dist/components/Typography/Text/Text.d.ts +12 -0
  82. package/dist/components/Typography/Text/Text.stories.d.ts +22 -0
  83. package/dist/components/Typography/Text/Text.test.d.ts +1 -0
  84. package/dist/components/Typography/Title/Title.d.ts +14 -0
  85. package/dist/components/Typography/Title/Title.stories.d.ts +35 -0
  86. package/dist/components/Typography/Title/Title.test.d.ts +1 -0
  87. package/dist/components/icons/Activity.d.ts +3 -0
  88. package/dist/components/icons/ArrowDown.d.ts +3 -0
  89. package/dist/components/icons/ArrowRight.d.ts +3 -0
  90. package/dist/components/icons/ArrowTriangle.d.ts +3 -0
  91. package/dist/components/icons/ArrowUp.d.ts +3 -0
  92. package/dist/components/icons/Backups.d.ts +3 -0
  93. package/dist/components/icons/Blog.d.ts +3 -0
  94. package/dist/components/icons/Book.d.ts +3 -0
  95. package/dist/components/icons/Brackets.d.ts +3 -0
  96. package/dist/components/icons/Briefcase.d.ts +3 -0
  97. package/dist/components/icons/Building.d.ts +3 -0
  98. package/dist/components/icons/BurgerMenu.d.ts +3 -0
  99. package/dist/components/icons/Cards.d.ts +3 -0
  100. package/dist/components/icons/CellTower.d.ts +3 -0
  101. package/dist/components/icons/ChatIcon.d.ts +3 -0
  102. package/dist/components/icons/CheckIcon.d.ts +3 -0
  103. package/dist/components/icons/CheckInCircle.d.ts +3 -0
  104. package/dist/components/icons/ChevronDown.d.ts +2 -0
  105. package/dist/components/icons/ChevronLeft.d.ts +3 -0
  106. package/dist/components/icons/ChevronRight.d.ts +2 -0
  107. package/dist/components/icons/ChevronUp.d.ts +3 -0
  108. package/dist/components/icons/Clock.d.ts +3 -0
  109. package/dist/components/icons/Cloud.d.ts +3 -0
  110. package/dist/components/icons/Code.d.ts +3 -0
  111. package/dist/components/icons/CodeInSquare.d.ts +3 -0
  112. package/dist/components/icons/Connect.d.ts +3 -0
  113. package/dist/components/icons/ConnectAlt.d.ts +3 -0
  114. package/dist/components/icons/Console.d.ts +3 -0
  115. package/dist/components/icons/Copy.d.ts +3 -0
  116. package/dist/components/icons/CrossIcon.d.ts +3 -0
  117. package/dist/components/icons/Data.d.ts +3 -0
  118. package/dist/components/icons/DatabaseIcon.d.ts +3 -0
  119. package/dist/components/icons/Disk.d.ts +3 -0
  120. package/dist/components/icons/Display.d.ts +3 -0
  121. package/dist/components/icons/Document.d.ts +3 -0
  122. package/dist/components/icons/DotsHorizontal.d.ts +3 -0
  123. package/dist/components/icons/DotsVertical.d.ts +3 -0
  124. package/dist/components/icons/Email.d.ts +3 -0
  125. package/dist/components/icons/Empty.d.ts +3 -0
  126. package/dist/components/icons/FilterIcon.d.ts +3 -0
  127. package/dist/components/icons/Fire.d.ts +3 -0
  128. package/dist/components/icons/Flags/EuropeanUnion.d.ts +3 -0
  129. package/dist/components/icons/Flags/Germany.d.ts +3 -0
  130. package/dist/components/icons/Flags/India.d.ts +3 -0
  131. package/dist/components/icons/Flags/Ireland.d.ts +3 -0
  132. package/dist/components/icons/Flags/Netherlands.d.ts +3 -0
  133. package/dist/components/icons/Flags/Singapore.d.ts +2 -0
  134. package/dist/components/icons/Flags/UnitedKingdom.d.ts +3 -0
  135. package/dist/components/icons/Flags/UnitedStates.d.ts +3 -0
  136. package/dist/components/icons/Flags/index.d.ts +6 -0
  137. package/dist/components/icons/Folder.d.ts +3 -0
  138. package/dist/components/icons/Gift.d.ts +3 -0
  139. package/dist/components/icons/HistoryIcon.d.ts +3 -0
  140. package/dist/components/icons/Home.d.ts +3 -0
  141. package/dist/components/icons/Http.d.ts +3 -0
  142. package/dist/components/icons/InfoInCircleIcon.d.ts +3 -0
  143. package/dist/components/icons/InformationIcon.d.ts +3 -0
  144. package/dist/components/icons/InsertRowIcon.d.ts +3 -0
  145. package/dist/components/icons/Integrations.d.ts +3 -0
  146. package/dist/components/icons/LightBulb.d.ts +3 -0
  147. package/dist/components/icons/Lightening.d.ts +3 -0
  148. package/dist/components/icons/Loading.d.ts +3 -0
  149. package/dist/components/icons/Metrics.d.ts +3 -0
  150. package/dist/components/icons/MetricsAlt.d.ts +3 -0
  151. package/dist/components/icons/Payment.d.ts +3 -0
  152. package/dist/components/icons/Payments/Amex.d.ts +3 -0
  153. package/dist/components/icons/Payments/MasterCard.d.ts +3 -0
  154. package/dist/components/icons/Payments/Paypal.d.ts +3 -0
  155. package/dist/components/icons/Payments/Visa.d.ts +3 -0
  156. package/dist/components/icons/Payments/index.d.ts +6 -0
  157. package/dist/components/icons/Pencil.d.ts +3 -0
  158. package/dist/components/icons/PieChart.d.ts +3 -0
  159. package/dist/components/icons/Play.d.ts +3 -0
  160. package/dist/components/icons/Plus.d.ts +3 -0
  161. package/dist/components/icons/Popout.d.ts +3 -0
  162. package/dist/components/icons/PopoverArrow.d.ts +3 -0
  163. package/dist/components/icons/Question.d.ts +3 -0
  164. package/dist/components/icons/Refresh.d.ts +3 -0
  165. package/dist/components/icons/Search.d.ts +3 -0
  166. package/dist/components/icons/Secure.d.ts +3 -0
  167. package/dist/components/icons/Services.d.ts +3 -0
  168. package/dist/components/icons/Settings.d.ts +3 -0
  169. package/dist/components/icons/Share.d.ts +3 -0
  170. package/dist/components/icons/SlideIn.d.ts +3 -0
  171. package/dist/components/icons/SlideOut.d.ts +3 -0
  172. package/dist/components/icons/SortAltIcon.d.ts +3 -0
  173. package/dist/components/icons/SortIcon.d.ts +3 -0
  174. package/dist/components/icons/Sparkle.d.ts +3 -0
  175. package/dist/components/icons/Speaker.d.ts +3 -0
  176. package/dist/components/icons/Speed.d.ts +3 -0
  177. package/dist/components/icons/Star.d.ts +3 -0
  178. package/dist/components/icons/Support.d.ts +3 -0
  179. package/dist/components/icons/Table.d.ts +3 -0
  180. package/dist/components/icons/Taxi.d.ts +3 -0
  181. package/dist/components/icons/Trash.d.ts +3 -0
  182. package/dist/components/icons/Upload.d.ts +3 -0
  183. package/dist/components/icons/Url.d.ts +3 -0
  184. package/dist/components/icons/UserIcon.d.ts +2 -0
  185. package/dist/components/icons/UsersIcon.d.ts +2 -0
  186. package/dist/components/icons/WarningIcon.d.ts +3 -0
  187. package/dist/components/index.d.ts +24 -0
  188. package/dist/components/types.d.ts +1 -0
  189. package/dist/favicon.ico +0 -0
  190. package/dist/index.cjs +442 -0
  191. package/dist/index.d.ts +2 -0
  192. package/dist/index.js +16474 -0
  193. package/dist/logo.svg +17 -0
  194. package/dist/main.d.ts +0 -0
  195. package/dist/styles/types.d.ts +2087 -0
  196. package/dist/styles/variables.classic.json.d.ts +204 -0
  197. package/dist/styles/variables.dark.json.d.ts +896 -0
  198. package/dist/styles/variables.json.d.ts +2089 -0
  199. package/dist/styles/variables.light.json.d.ts +951 -0
  200. package/dist/theme/index.d.ts +10 -0
  201. package/dist/theme/theme.d.ts +6 -0
  202. package/dist/vite.svg +1 -0
  203. package/package.json +24 -5
  204. package/public/favicon.ico +0 -0
  205. package/public/logo.svg +17 -0
  206. package/src/App.tsx +102 -39
  207. package/src/components/Accordion/Accordion.stories.tsx +4 -54
  208. package/src/components/Accordion/Accordion.tsx +1 -0
  209. package/src/components/Alert/Alert.stories.tsx +14 -0
  210. package/src/components/Alert/Alert.test.tsx +27 -0
  211. package/src/components/Alert/Alert.tsx +130 -0
  212. package/src/components/Avatar/Avatar.stories.tsx +13 -0
  213. package/src/components/Avatar/Avatar.tsx +64 -0
  214. package/src/components/Badge/Badge.stories.ts +19 -3
  215. package/src/components/Badge/Badge.test.tsx +6 -1
  216. package/src/components/Badge/Badge.tsx +67 -13
  217. package/src/components/BigStat/BigStat.stories.ts +10 -5
  218. package/src/components/BigStat/BigStat.tsx +36 -24
  219. package/src/components/Button/Button.stories.ts +12 -68
  220. package/src/components/Button/Button.test.tsx +2 -2
  221. package/src/components/Button/Button.tsx +59 -41
  222. package/src/components/ButtonGroup/ButtonGroup.stories.ts +3 -3
  223. package/src/components/Card/Card.stories.ts +3 -3
  224. package/src/components/Checkbox/Checkbox.stories.tsx +35 -0
  225. package/src/components/Checkbox/Checkbox.test.tsx +41 -0
  226. package/src/components/Checkbox/Checkbox.tsx +89 -0
  227. package/src/components/ContextMenu/ContextMenu.stories.tsx +73 -0
  228. package/src/components/ContextMenu/ContextMenu.test.tsx +152 -0
  229. package/src/components/ContextMenu/ContextMenu.tsx +155 -0
  230. package/src/components/Dropdown/Dropdown.stories.tsx +64 -0
  231. package/src/components/Dropdown/Dropdown.test.tsx +141 -0
  232. package/src/components/Dropdown/Dropdown.tsx +149 -0
  233. package/src/components/FormField/Label.stories.tsx +39 -0
  234. package/src/components/FormField/Label.tsx +47 -0
  235. package/src/components/FormField/Select.stories.tsx +48 -0
  236. package/src/components/FormField/Select.test.tsx +216 -0
  237. package/src/components/FormField/Select.tsx +574 -0
  238. package/src/components/FormField/SelectContext.tsx +101 -0
  239. package/src/components/FormField/commonElement.tsx +42 -0
  240. package/src/components/GenericMenu.tsx +114 -0
  241. package/src/components/HoverCard/HoverCard.stories.tsx +64 -0
  242. package/src/components/HoverCard/HoverCard.test.tsx +85 -0
  243. package/src/components/HoverCard/HoverCard.tsx +65 -0
  244. package/src/components/Icon/Icon.stories.ts +4 -35
  245. package/src/components/Icon/Icon.tsx +166 -18
  246. package/src/components/Icon/types.ts +78 -1
  247. package/src/components/IconButton/IconButton.stories.ts +25 -7
  248. package/src/components/IconButton/IconButton.test.tsx +32 -0
  249. package/src/components/IconButton/IconButton.tsx +60 -71
  250. package/src/components/Panel/Panel.stories.tsx +25 -0
  251. package/src/components/Panel/Panel.tsx +33 -0
  252. package/src/components/Popover/Popover.stories.tsx +67 -0
  253. package/src/components/Popover/Popover.test.tsx +46 -0
  254. package/src/components/Popover/Popover.tsx +115 -0
  255. package/src/components/RadioGroup/RadioGroup.stories.tsx +43 -0
  256. package/src/components/RadioGroup/RadioGroup.test.tsx +59 -0
  257. package/src/components/RadioGroup/RadioGroup.tsx +149 -0
  258. package/src/components/Separator/Separator.stories.tsx +24 -0
  259. package/src/components/Separator/Separator.tsx +29 -0
  260. package/src/components/SidebarNavigationItem/SidebarNavigationItem.stories.tsx +2 -2
  261. package/src/components/Spacer/Spacer.stories.tsx +20 -0
  262. package/src/components/Spacer/Spacer.tsx +15 -0
  263. package/src/components/Switch/Switch.stories.ts +3 -3
  264. package/src/components/Switch/Switch.tsx +3 -2
  265. package/src/components/Table/Table.stories.tsx +29 -0
  266. package/src/components/Table/Table.tsx +109 -0
  267. package/src/components/Tabs/Tabs.stories.tsx +2 -37
  268. package/src/components/Tooltip/Tooltip.stories.tsx +68 -0
  269. package/src/components/Tooltip/Tooltip.test.tsx +44 -0
  270. package/src/components/Tooltip/Tooltip.tsx +67 -0
  271. package/src/components/Typography/Text/Text.stories.tsx +22 -0
  272. package/src/components/Typography/Text/Text.test.tsx +16 -0
  273. package/src/components/Typography/Text/Text.tsx +30 -0
  274. package/src/components/Typography/Title/Title.stories.tsx +31 -0
  275. package/src/components/Typography/Title/Title.test.tsx +16 -0
  276. package/src/components/Typography/Title/Title.tsx +36 -0
  277. package/src/components/icons/Activity.tsx +30 -0
  278. package/src/components/icons/ArrowDown.tsx +22 -0
  279. package/src/components/icons/ArrowRight.tsx +22 -0
  280. package/src/components/icons/ArrowTriangle.tsx +36 -0
  281. package/src/components/icons/ArrowUp.tsx +22 -0
  282. package/src/components/icons/Backups.tsx +29 -0
  283. package/src/components/icons/Blog.tsx +38 -0
  284. package/src/components/icons/Book.tsx +30 -0
  285. package/src/components/icons/Brackets.tsx +22 -0
  286. package/src/components/icons/Briefcase.tsx +30 -0
  287. package/src/components/icons/Building.tsx +30 -0
  288. package/src/components/icons/BurgerMenu.tsx +22 -0
  289. package/src/components/icons/Cards.tsx +30 -0
  290. package/src/components/icons/CellTower.tsx +21 -0
  291. package/src/components/icons/CheckIcon.tsx +21 -0
  292. package/src/components/icons/CheckInCircle.tsx +39 -0
  293. package/src/components/icons/ChevronDown.tsx +19 -5
  294. package/src/components/icons/ChevronLeft.tsx +22 -0
  295. package/src/components/icons/ChevronRight.tsx +3 -3
  296. package/src/components/icons/ChevronUp.tsx +22 -0
  297. package/src/components/icons/Clock.tsx +37 -0
  298. package/src/components/icons/Cloud.tsx +23 -0
  299. package/src/components/icons/Code.tsx +22 -0
  300. package/src/components/icons/CodeInSquare.tsx +30 -0
  301. package/src/components/icons/Connect.tsx +22 -0
  302. package/src/components/icons/ConnectAlt.tsx +30 -0
  303. package/src/components/icons/Console.tsx +30 -0
  304. package/src/components/icons/Copy.tsx +33 -0
  305. package/src/components/icons/CrossIcon.tsx +29 -0
  306. package/src/components/icons/Data.tsx +36 -0
  307. package/src/components/icons/DatabaseIcon.tsx +27 -29
  308. package/src/components/icons/Disk.tsx +30 -0
  309. package/src/components/icons/Display.tsx +30 -0
  310. package/src/components/icons/Document.tsx +30 -0
  311. package/src/components/icons/DotsHorizontal.tsx +36 -0
  312. package/src/components/icons/DotsVertical.tsx +33 -0
  313. package/src/components/icons/Email.tsx +33 -0
  314. package/src/components/icons/Empty.tsx +14 -0
  315. package/src/components/icons/FilterIcon.tsx +29 -16
  316. package/src/components/icons/Fire.tsx +23 -0
  317. package/src/components/icons/Folder.tsx +20 -0
  318. package/src/components/icons/Gift.tsx +21 -0
  319. package/src/components/icons/HistoryIcon.tsx +13 -13
  320. package/src/components/icons/Home.tsx +29 -0
  321. package/src/components/icons/Http.tsx +22 -0
  322. package/src/components/icons/Icons.mdx +31 -28
  323. package/src/components/icons/InfoInCircleIcon.tsx +37 -0
  324. package/src/components/icons/InformationIcon.tsx +34 -0
  325. package/src/components/icons/InsertRowIcon.tsx +30 -32
  326. package/src/components/icons/Integrations.tsx +29 -0
  327. package/src/components/icons/LightBulb.tsx +40 -0
  328. package/src/components/icons/Lightening.tsx +30 -0
  329. package/src/components/icons/Loading.tsx +57 -0
  330. package/src/components/icons/Metrics.tsx +38 -0
  331. package/src/components/icons/MetricsAlt.tsx +30 -0
  332. package/src/components/icons/Payment.tsx +23 -0
  333. package/src/components/icons/Payments/Amex.tsx +44 -0
  334. package/src/components/icons/Payments/MasterCard.tsx +48 -0
  335. package/src/components/icons/Payments/Paypal.tsx +41 -0
  336. package/src/components/icons/Payments/Visa.tsx +36 -0
  337. package/src/components/icons/Payments/index.tsx +30 -0
  338. package/src/components/icons/Pencil.tsx +30 -0
  339. package/src/components/icons/PieChart.tsx +30 -0
  340. package/src/components/icons/Play.tsx +30 -0
  341. package/src/components/icons/Plus.tsx +22 -0
  342. package/src/components/icons/Popout.tsx +22 -0
  343. package/src/components/icons/PopoverArrow.tsx +22 -0
  344. package/src/components/icons/Question.tsx +30 -0
  345. package/src/components/icons/Refresh.tsx +29 -0
  346. package/src/components/icons/Search.tsx +22 -0
  347. package/src/components/icons/Secure.tsx +30 -0
  348. package/src/components/icons/Services.tsx +23 -0
  349. package/src/components/icons/Settings.tsx +22 -0
  350. package/src/components/icons/Share.tsx +29 -0
  351. package/src/components/icons/SlideIn.tsx +28 -0
  352. package/src/components/icons/SlideOut.tsx +28 -0
  353. package/src/components/icons/SortAltIcon.tsx +18 -20
  354. package/src/components/icons/SortIcon.tsx +24 -0
  355. package/src/components/icons/Sparkle.tsx +23 -0
  356. package/src/components/icons/Speaker.tsx +30 -0
  357. package/src/components/icons/Speed.tsx +29 -0
  358. package/src/components/icons/Star.tsx +23 -0
  359. package/src/components/icons/Support.tsx +37 -0
  360. package/src/components/icons/Table.tsx +30 -0
  361. package/src/components/icons/Taxi.tsx +120 -0
  362. package/src/components/icons/Trash.tsx +22 -0
  363. package/src/components/icons/Upload.tsx +29 -0
  364. package/src/components/icons/Url.tsx +22 -0
  365. package/src/components/icons/UsersIcon.tsx +27 -27
  366. package/src/components/icons/WarningIcon.tsx +30 -0
  367. package/src/components/index.ts +31 -10
  368. package/src/index.ts +2 -2
  369. package/src/styles/types.ts +715 -295
  370. package/src/styles/variables.classic.json +171 -0
  371. package/src/styles/variables.dark.json +447 -129
  372. package/src/styles/variables.json +830 -410
  373. package/src/styles/variables.light.json +339 -179
  374. package/tokens/themes/$themes.json +3657 -1
  375. package/tokens/themes/classic.json +492 -0
  376. package/tokens/themes/component.json +1126 -441
  377. package/tokens/themes/dark.json +1871 -758
  378. package/tokens/themes/light.json +852 -266
  379. package/tokens/themes/primitives.json +294 -210
  380. package/vite.config.ts +6 -4
  381. package/app/.babelrc +0 -27
  382. package/app/.eslintrc.json +0 -6
  383. package/app/.storybook/main.ts +0 -17
  384. package/app/.storybook/preview.tsx +0 -26
  385. package/app/README.md +0 -38
  386. package/app/next.config.js +0 -6
  387. package/app/package-lock.json +0 -28711
  388. package/app/package.json +0 -44
  389. package/app/public/favicon.ico +0 -0
  390. package/app/public/next.svg +0 -1
  391. package/app/public/vercel.svg +0 -1
  392. package/app/src/assets/RightArrow/right-arrow.tsx +0 -17
  393. package/app/src/assets/S3Logo/s3-logo.tsx +0 -31
  394. package/app/src/assets/amazon_s3.svg +0 -9
  395. package/app/src/assets/arrow.svg +0 -3
  396. package/app/src/globals.d.ts +0 -4
  397. package/app/src/pages/_app.tsx +0 -8
  398. package/app/src/pages/_document.tsx +0 -17
  399. package/app/src/pages/api/hello.ts +0 -13
  400. package/app/src/pages/index.tsx +0 -141
  401. package/app/src/pages/label.tsx +0 -27
  402. package/app/src/stories/assets/code-brackets.svg +0 -1
  403. package/app/src/stories/assets/colors.svg +0 -1
  404. package/app/src/stories/assets/comments.svg +0 -1
  405. package/app/src/stories/assets/direction.svg +0 -1
  406. package/app/src/stories/assets/flow.svg +0 -1
  407. package/app/src/stories/assets/plugin.svg +0 -1
  408. package/app/src/stories/assets/repo.svg +0 -1
  409. package/app/src/stories/assets/stackalt.svg +0 -1
  410. package/app/src/styles/Home.module.css +0 -235
  411. package/app/src/styles/globals.css +0 -111
  412. package/app/src/styles/types.ts +0 -1031
  413. package/app/src/styles/variables.classic.css +0 -16
  414. package/app/src/styles/variables.classic.json +0 -31
  415. package/app/src/styles/variables.css +0 -763
  416. package/app/src/styles/variables.dark.css +0 -135
  417. package/app/src/styles/variables.dark.json +0 -339
  418. package/app/src/styles/variables.json +0 -1029
  419. package/app/src/styles/variables.light.css +0 -203
  420. package/app/src/styles/variables.light.json +0 -478
  421. package/app/tokens/themes/$metadata.json +0 -9
  422. package/app/tokens/themes/$themes.json +0 -1
  423. package/app/tokens/themes/classic.json +0 -58
  424. package/app/tokens/themes/component.json +0 -868
  425. package/app/tokens/themes/dark.json +0 -937
  426. package/app/tokens/themes/light.json +0 -1380
  427. package/app/tokens/themes/primitives.json +0 -859
  428. package/app/tsconfig.json +0 -23
  429. package/src/components/FormField/FormField.stories.ts +0 -14
  430. package/src/components/FormField/FormField.tsx +0 -22
@@ -0,0 +1,2087 @@
1
+ export interface Theme {
2
+ "click": {
3
+ "accordion": {
4
+ "small": {
5
+ "icon": {
6
+ "size": {
7
+ "height": string;
8
+ "width": string;
9
+ };
10
+ };
11
+ "space": {
12
+ "gap": string;
13
+ };
14
+ "typography": {
15
+ "label": {
16
+ "default": string;
17
+ "hover": string;
18
+ "active": string;
19
+ };
20
+ };
21
+ };
22
+ "medium": {
23
+ "icon": {
24
+ "size": {
25
+ "height": string;
26
+ "width": string;
27
+ };
28
+ };
29
+ "space": {
30
+ "gap": string;
31
+ };
32
+ "typography": {
33
+ "label": {
34
+ "default": string;
35
+ "hover": string;
36
+ "active": string;
37
+ };
38
+ };
39
+ };
40
+ "large": {
41
+ "icon": {
42
+ "size": {
43
+ "height": string;
44
+ "width": string;
45
+ };
46
+ };
47
+ "space": {
48
+ "gap": string;
49
+ };
50
+ "typography": {
51
+ "label": {
52
+ "default": string;
53
+ "hover": string;
54
+ "active": string;
55
+ };
56
+ };
57
+ };
58
+ "color": {
59
+ "label": {
60
+ "default": string;
61
+ "hover": string;
62
+ "active": string;
63
+ };
64
+ "icon": {
65
+ "default": string;
66
+ "hover": string;
67
+ "active": string;
68
+ };
69
+ };
70
+ };
71
+ "alert": {
72
+ "medium": {
73
+ "space": {
74
+ "y": string;
75
+ "x": string;
76
+ "gap": string;
77
+ };
78
+ "typography": {
79
+ "title": {
80
+ "default": string;
81
+ };
82
+ "text": {
83
+ "default": string;
84
+ };
85
+ };
86
+ "icon": {
87
+ "height": string;
88
+ "width": string;
89
+ };
90
+ };
91
+ "small": {
92
+ "space": {
93
+ "y": string;
94
+ "x": string;
95
+ "gap": string;
96
+ };
97
+ "icon": {
98
+ "height": string;
99
+ "width": string;
100
+ };
101
+ "typography": {
102
+ "title": {
103
+ "default": string;
104
+ };
105
+ "text": {
106
+ "default": string;
107
+ };
108
+ };
109
+ };
110
+ "radii": {
111
+ "center": string;
112
+ "end": string;
113
+ };
114
+ "color": {
115
+ "background": {
116
+ "default": string;
117
+ "success": string;
118
+ "neutral": string;
119
+ "danger": string;
120
+ "warning": string;
121
+ "info": string;
122
+ };
123
+ "text": {
124
+ "default": string;
125
+ "success": string;
126
+ "neutral": string;
127
+ "danger": string;
128
+ "warning": string;
129
+ "info": string;
130
+ };
131
+ "iconBackground": {
132
+ "default": string;
133
+ "success": string;
134
+ "neutral": string;
135
+ "danger": string;
136
+ "warning": string;
137
+ "info": string;
138
+ };
139
+ "iconForeground": {
140
+ "default": string;
141
+ "success": string;
142
+ "neutral": string;
143
+ "danger": string;
144
+ "warning": string;
145
+ "info": string;
146
+ };
147
+ };
148
+ };
149
+ "avatar": {
150
+ "typography": {
151
+ "label": {
152
+ "sm": {
153
+ "default": string;
154
+ "hover": string;
155
+ "active": string;
156
+ };
157
+ "md": {
158
+ "default": string;
159
+ "hover": string;
160
+ "active": string;
161
+ };
162
+ };
163
+ };
164
+ "size": {
165
+ "label": {
166
+ "width": string;
167
+ };
168
+ "width": string;
169
+ "height": string;
170
+ };
171
+ "radii": {
172
+ "all": string;
173
+ };
174
+ "color": {
175
+ "background": {
176
+ "default": string;
177
+ "hover": string;
178
+ "active": string;
179
+ };
180
+ "text": {
181
+ "default": string;
182
+ "hover": string;
183
+ "active": string;
184
+ };
185
+ };
186
+ };
187
+ "badge": {
188
+ "space": {
189
+ "md": {
190
+ "x": string;
191
+ "y": string;
192
+ "gap": string;
193
+ };
194
+ "sm": {
195
+ "x": string;
196
+ "y": string;
197
+ "gap": string;
198
+ };
199
+ };
200
+ "typography": {
201
+ "label": {
202
+ "md": {
203
+ "default": string;
204
+ };
205
+ "sm": {
206
+ "default": string;
207
+ };
208
+ };
209
+ };
210
+ "radii": {
211
+ "all": string;
212
+ };
213
+ "stroke": string;
214
+ "icon": {
215
+ "md": {
216
+ "size": {
217
+ "height": string;
218
+ "width": string;
219
+ };
220
+ };
221
+ "sm": {
222
+ "size": {
223
+ "height": string;
224
+ "width": string;
225
+ };
226
+ };
227
+ };
228
+ "color": {
229
+ "background": {
230
+ "default": string;
231
+ "success": string;
232
+ "neutral": string;
233
+ "danger": string;
234
+ "disabled": string;
235
+ "info": string;
236
+ "warning": string;
237
+ };
238
+ "text": {
239
+ "default": string;
240
+ "success": string;
241
+ "neutral": string;
242
+ "danger": string;
243
+ "disabled": string;
244
+ "info": string;
245
+ "warning": string;
246
+ };
247
+ "stroke": {
248
+ "default": string;
249
+ "success": string;
250
+ "neutral": string;
251
+ "danger": string;
252
+ "disabled": string;
253
+ "info": string;
254
+ "warning": string;
255
+ };
256
+ };
257
+ };
258
+ "bigStat": {
259
+ "space": {
260
+ "all": string;
261
+ "gap": string;
262
+ };
263
+ "radii": {
264
+ "all": string;
265
+ };
266
+ "stroke": string;
267
+ "typography": {
268
+ "lg": {
269
+ "label": {
270
+ "default": string;
271
+ };
272
+ "title": {
273
+ "default": string;
274
+ };
275
+ };
276
+ "sm": {
277
+ "label": {
278
+ "default": string;
279
+ };
280
+ "title": {
281
+ "default": string;
282
+ };
283
+ };
284
+ };
285
+ "size": {
286
+ "height": string;
287
+ };
288
+ "color": {
289
+ "stroke": {
290
+ "default": string;
291
+ };
292
+ "background": {
293
+ "default": string;
294
+ };
295
+ "label": {
296
+ "default": string;
297
+ };
298
+ "title": {
299
+ "default": string;
300
+ };
301
+ };
302
+ };
303
+ "button": {
304
+ "radii": {
305
+ "all": string;
306
+ };
307
+ "basic": {
308
+ "space": {
309
+ "x": string;
310
+ "y": string;
311
+ "gap": string;
312
+ "group": string;
313
+ };
314
+ "typography": {
315
+ "label": {
316
+ "default": string;
317
+ "hover": string;
318
+ "active": string;
319
+ "disabled": string;
320
+ };
321
+ "mobile": {
322
+ "label": {
323
+ "default": string;
324
+ "hover": string;
325
+ "active": string;
326
+ };
327
+ };
328
+ };
329
+ "size": {
330
+ "icon": {
331
+ "all": string;
332
+ };
333
+ };
334
+ "color": {
335
+ "primary": {
336
+ "background": {
337
+ "default": string;
338
+ "hover": string;
339
+ "active": string;
340
+ "disabled": string;
341
+ };
342
+ "text": {
343
+ "default": string;
344
+ "hover": string;
345
+ "active": string;
346
+ "disabled": string;
347
+ };
348
+ "stroke": {
349
+ "default": string;
350
+ "hover": string;
351
+ "active": string;
352
+ "disabled": string;
353
+ };
354
+ };
355
+ "secondary": {
356
+ "background": {
357
+ "default": string;
358
+ "hover": string;
359
+ "active": string;
360
+ "disabled": string;
361
+ };
362
+ "stroke": {
363
+ "default": string;
364
+ "hover": string;
365
+ "active": string;
366
+ "disabled": string;
367
+ };
368
+ "text": {
369
+ "default": string;
370
+ "hover": string;
371
+ "active": string;
372
+ "disabled": string;
373
+ };
374
+ };
375
+ "danger": {
376
+ "background": {
377
+ "default": string;
378
+ "hover": string;
379
+ "active": string;
380
+ "disabled": string;
381
+ };
382
+ "text": {
383
+ "default": string;
384
+ "hover": string;
385
+ "active": string;
386
+ "disabled": string;
387
+ };
388
+ "stroke": {
389
+ "default": string;
390
+ "hover": string;
391
+ "active": string;
392
+ "disabled": string;
393
+ };
394
+ };
395
+ };
396
+ };
397
+ "iconButton": {
398
+ "default": {
399
+ "space": {
400
+ "x": string;
401
+ "y": string;
402
+ };
403
+ };
404
+ "size": {
405
+ "small": string;
406
+ "medium": string;
407
+ "large": string;
408
+ };
409
+ "radii": {
410
+ "all": string;
411
+ };
412
+ "small": {
413
+ "space": {
414
+ "x": string;
415
+ "y": string;
416
+ };
417
+ };
418
+ "color": {
419
+ "primary": {
420
+ "background": {
421
+ "default": string;
422
+ "hover": string;
423
+ "active": string;
424
+ };
425
+ "stroke": {
426
+ "default": string;
427
+ "hover": string;
428
+ "active": string;
429
+ };
430
+ "text": {
431
+ "default": string;
432
+ "hover": string;
433
+ "active": string;
434
+ };
435
+ };
436
+ "secondary": {
437
+ "background": {
438
+ "default": string;
439
+ "hover": string;
440
+ "active": string;
441
+ };
442
+ "stroke": {
443
+ "default": string;
444
+ "hover": string;
445
+ "active": string;
446
+ };
447
+ "text": {
448
+ "default": string;
449
+ "hover": string;
450
+ "active": string;
451
+ };
452
+ };
453
+ "disabled": {
454
+ "background": {
455
+ "default": string;
456
+ };
457
+ "text": {
458
+ "default": string;
459
+ };
460
+ };
461
+ "danger": {
462
+ "background": {
463
+ "default": string;
464
+ "hover": string;
465
+ "active": string;
466
+ };
467
+ "text": {
468
+ "default": string;
469
+ };
470
+ };
471
+ };
472
+ };
473
+ "stroke": string;
474
+ "split": {
475
+ "icon": {
476
+ "space": {
477
+ "y": string;
478
+ };
479
+ };
480
+ "primary": {
481
+ "stroke": {
482
+ "default": string;
483
+ "active": string;
484
+ "hover": string;
485
+ };
486
+ "background": {
487
+ "main": {
488
+ "default": string;
489
+ "hover": string;
490
+ "active": string;
491
+ };
492
+ "action": {
493
+ "default": string;
494
+ "hover": string;
495
+ "active": string;
496
+ };
497
+ };
498
+ "text": {
499
+ "default": string;
500
+ };
501
+ };
502
+ };
503
+ "mobile": {
504
+ "button": {
505
+ "space": {
506
+ "x": string;
507
+ "y": string;
508
+ "gap": string;
509
+ };
510
+ };
511
+ "basic": {
512
+ "size": {
513
+ "icon": {
514
+ "all": string;
515
+ };
516
+ };
517
+ };
518
+ };
519
+ "button-group": {
520
+ "radii": {
521
+ "center": string;
522
+ "end": string;
523
+ };
524
+ };
525
+ "alignLeft": {
526
+ "size": {
527
+ "icon": {
528
+ "all": string;
529
+ };
530
+ };
531
+ "space": {
532
+ "x": string;
533
+ "y": string;
534
+ "gap": string;
535
+ };
536
+ "typography": {
537
+ "label": {
538
+ "default": string;
539
+ "hover": string;
540
+ "active": string;
541
+ "disabled": string;
542
+ };
543
+ "mobile": {
544
+ "label": {
545
+ "default": string;
546
+ "hover": string;
547
+ "active": string;
548
+ };
549
+ };
550
+ };
551
+ };
552
+ "group": {
553
+ "color": {
554
+ "background": {
555
+ "default": string;
556
+ "hover": string;
557
+ "active": string;
558
+ "panel": string;
559
+ };
560
+ "text": {
561
+ "default": string;
562
+ "hover": string;
563
+ "active": string;
564
+ };
565
+ "stroke": {
566
+ "panel": string;
567
+ };
568
+ };
569
+ };
570
+ "alignedLeft": {
571
+ "color": {
572
+ "background": {
573
+ "default": string;
574
+ "hover": string;
575
+ "active": string;
576
+ };
577
+ "stroke": {
578
+ "default": string;
579
+ "hover": string;
580
+ "active": string;
581
+ };
582
+ "text": {
583
+ "default": string;
584
+ "hover": string;
585
+ "active": string;
586
+ };
587
+ };
588
+ };
589
+ };
590
+ "card": {
591
+ "secondary": {
592
+ "space": {
593
+ "all": string;
594
+ "gap": string;
595
+ };
596
+ "radii": {
597
+ "all": string;
598
+ };
599
+ "icon": {
600
+ "size": {
601
+ "all": string;
602
+ };
603
+ };
604
+ "stroke": string;
605
+ "color": {
606
+ "background": {
607
+ "default": string;
608
+ "hover": string;
609
+ "active": string;
610
+ "disabled": string;
611
+ };
612
+ "title": {
613
+ "default": string;
614
+ "hover": string;
615
+ "active": string;
616
+ "disabled": string;
617
+ };
618
+ "description": {
619
+ "default": string;
620
+ "hover": string;
621
+ "active": string;
622
+ "disabled": string;
623
+ };
624
+ "link": {
625
+ "default": string;
626
+ "hover": string;
627
+ "active": string;
628
+ "disabled": string;
629
+ };
630
+ "stroke": {
631
+ "default": string;
632
+ "hover": string;
633
+ "active": string;
634
+ "disabled": string;
635
+ };
636
+ };
637
+ };
638
+ "typography": {
639
+ "title": {
640
+ "default": string;
641
+ "hover": string;
642
+ "active": string;
643
+ "disabled": string;
644
+ };
645
+ "description": {
646
+ "default": string;
647
+ "hover": string;
648
+ "active": string;
649
+ "disabled": string;
650
+ };
651
+ "link": {
652
+ "default": string;
653
+ "hover": string;
654
+ "active": string;
655
+ "disabled": string;
656
+ };
657
+ };
658
+ "primary": {
659
+ "size": {
660
+ "icon": {
661
+ "sm": {
662
+ "all": string;
663
+ };
664
+ "md": {
665
+ "all": string;
666
+ };
667
+ };
668
+ };
669
+ "space": {
670
+ "md": {
671
+ "y": string;
672
+ "x": string;
673
+ "gap": string;
674
+ };
675
+ "sm": {
676
+ "y": string;
677
+ "x": string;
678
+ "gap": string;
679
+ };
680
+ };
681
+ "radii": {
682
+ "all": string;
683
+ };
684
+ "stroke": string;
685
+ "color": {
686
+ "background": {
687
+ "default": string;
688
+ "hover": string;
689
+ "active": string;
690
+ "disabled": string;
691
+ };
692
+ "title": {
693
+ "default": string;
694
+ "hover": string;
695
+ "active": string;
696
+ "disabled": string;
697
+ };
698
+ "description": {
699
+ "default": string;
700
+ "hover": string;
701
+ "active": string;
702
+ "disabled": string;
703
+ };
704
+ "stroke": {
705
+ "default": string;
706
+ "hover": string;
707
+ "active": string;
708
+ "disabled": string;
709
+ };
710
+ };
711
+ };
712
+ "shadow": string;
713
+ "horizontal": {
714
+ "radii": {
715
+ "all": string;
716
+ };
717
+ "typography": {
718
+ "title": {
719
+ "default": string;
720
+ "hover": string;
721
+ "active": string;
722
+ "disabled": string;
723
+ };
724
+ "description": {
725
+ "default": string;
726
+ "hover": string;
727
+ "active": string;
728
+ "disabled": string;
729
+ };
730
+ };
731
+ "color": {
732
+ "background": {
733
+ "default": string;
734
+ "hover": string;
735
+ "active": string;
736
+ "disabled": string;
737
+ };
738
+ "title": {
739
+ "default": string;
740
+ "hover": string;
741
+ "active": string;
742
+ "disabled": string;
743
+ };
744
+ "description": {
745
+ "default": string;
746
+ "hover": string;
747
+ "active": string;
748
+ "disabled": string;
749
+ };
750
+ "stroke": {
751
+ "default": string;
752
+ "hover": string;
753
+ "active": string;
754
+ "disabled": string;
755
+ };
756
+ };
757
+ };
758
+ };
759
+ "checkbox": {
760
+ "radii": {
761
+ "all": string;
762
+ };
763
+ "space": {
764
+ "all": string;
765
+ "gap": string;
766
+ };
767
+ "size": {
768
+ "all": string;
769
+ };
770
+ "typography": {
771
+ "label": {
772
+ "default": string;
773
+ "hover": string;
774
+ "active": string;
775
+ "disabled": string;
776
+ };
777
+ };
778
+ "color": {
779
+ "background": {
780
+ "default": string;
781
+ "hover": string;
782
+ "active": string;
783
+ "disabled": string;
784
+ };
785
+ "stroke": {
786
+ "default": string;
787
+ "hover": string;
788
+ "active": string;
789
+ "disabled": string;
790
+ };
791
+ "check": {
792
+ "default": string;
793
+ "hover": string;
794
+ "active": string;
795
+ "disabled": string;
796
+ };
797
+ "label": {
798
+ "default": string;
799
+ "hover": string;
800
+ "active": string;
801
+ "disabled": string;
802
+ };
803
+ };
804
+ };
805
+ "codeblock": {
806
+ "space": {
807
+ "x": string;
808
+ "y": string;
809
+ "gap": string;
810
+ };
811
+ "radii": {
812
+ "all": string;
813
+ };
814
+ "stroke": string;
815
+ "typography": {
816
+ "text": {
817
+ "default": string;
818
+ };
819
+ };
820
+ "numbers": {
821
+ "size": {
822
+ "width": string;
823
+ };
824
+ };
825
+ "darkMode": {
826
+ "color": {
827
+ "background": {
828
+ "default": string;
829
+ };
830
+ "text": {
831
+ "default": string;
832
+ };
833
+ "numbers": {
834
+ "default": string;
835
+ };
836
+ "button": {
837
+ "background": {
838
+ "default": string;
839
+ "hover": string;
840
+ };
841
+ "foreground": {
842
+ "default": string;
843
+ };
844
+ };
845
+ "stroke": {
846
+ "default": string;
847
+ };
848
+ };
849
+ };
850
+ "lightMode": {
851
+ "color": {
852
+ "background": {
853
+ "default": string;
854
+ };
855
+ "text": {
856
+ "default": string;
857
+ };
858
+ "numbers": {
859
+ "default": string;
860
+ };
861
+ "button": {
862
+ "background": {
863
+ "default": string;
864
+ "hover": string;
865
+ };
866
+ "foreground": {
867
+ "default": string;
868
+ };
869
+ };
870
+ "stroke": {
871
+ "default": string;
872
+ };
873
+ };
874
+ };
875
+ };
876
+ "codeInline": {
877
+ "space": {
878
+ "x": string;
879
+ };
880
+ "stroke": string;
881
+ "typography": {
882
+ "text": {
883
+ "default": string;
884
+ };
885
+ };
886
+ "radii": {
887
+ "all": string;
888
+ };
889
+ "color": {
890
+ "background": {
891
+ "default": string;
892
+ };
893
+ "text": {
894
+ "default": string;
895
+ };
896
+ "stroke": {
897
+ "default": string;
898
+ };
899
+ };
900
+ };
901
+ "docs": {
902
+ "typography": {
903
+ "titles": {
904
+ "lg": string;
905
+ "md": string;
906
+ "sm": string;
907
+ };
908
+ "text": {
909
+ "default": string;
910
+ };
911
+ "breadcrumbs": {
912
+ "default": string;
913
+ "active": string;
914
+ };
915
+ "toc": {
916
+ "title": {
917
+ "default": string;
918
+ };
919
+ "item": {
920
+ "default": string;
921
+ "hover": string;
922
+ "active": string;
923
+ };
924
+ };
925
+ };
926
+ };
927
+ "field": {
928
+ "typography": {
929
+ "label": {
930
+ "default": string;
931
+ "hover": string;
932
+ "active": string;
933
+ "disabled": string;
934
+ "error": string;
935
+ };
936
+ "fieldText": {
937
+ "default": string;
938
+ "hover": string;
939
+ "active": string;
940
+ "disabled": string;
941
+ "error": string;
942
+ };
943
+ "placeholder": {
944
+ "default": string;
945
+ };
946
+ "format": {
947
+ "default": string;
948
+ "hover": string;
949
+ "active": string;
950
+ "disabled": string;
951
+ "error": string;
952
+ };
953
+ "genericLabel": {
954
+ "default": string;
955
+ "hover": string;
956
+ "active": string;
957
+ "disabled": string;
958
+ "error": string;
959
+ };
960
+ };
961
+ "type": {
962
+ "mobile": {
963
+ "label": string;
964
+ "field-value": string;
965
+ };
966
+ };
967
+ "space": {
968
+ "x": string;
969
+ "y": string;
970
+ "gap": string;
971
+ };
972
+ "size": {
973
+ "icon": string;
974
+ };
975
+ "radii": {
976
+ "all": string;
977
+ };
978
+ "mobile": {
979
+ "space": {
980
+ "x": string;
981
+ "y": string;
982
+ "gap": string;
983
+ };
984
+ };
985
+ "color": {
986
+ "background": {
987
+ "default": string;
988
+ "hover": string;
989
+ "active": string;
990
+ "disabled": string;
991
+ "error": string;
992
+ };
993
+ "text": {
994
+ "default": string;
995
+ "hover": string;
996
+ "active": string;
997
+ "disabled": string;
998
+ "error": string;
999
+ };
1000
+ "stroke": {
1001
+ "default": string;
1002
+ "hover": string;
1003
+ "active": string;
1004
+ "disabled": string;
1005
+ "error": string;
1006
+ };
1007
+ "label": {
1008
+ "default": string;
1009
+ "hover": string;
1010
+ "active": string;
1011
+ "disabled": string;
1012
+ "error": string;
1013
+ };
1014
+ "format": {
1015
+ "default": string;
1016
+ "hover": string;
1017
+ "active": string;
1018
+ "disabled": string;
1019
+ "error": string;
1020
+ };
1021
+ "genericLabel": {
1022
+ "default": string;
1023
+ "hover": string;
1024
+ "active": string;
1025
+ "disabled": string;
1026
+ };
1027
+ "placeholder": {
1028
+ "default": string;
1029
+ };
1030
+ };
1031
+ };
1032
+ "genericMenu": {
1033
+ "item": {
1034
+ "space": {
1035
+ "x": string;
1036
+ "y": string;
1037
+ "gap": string;
1038
+ };
1039
+ "icon": {
1040
+ "size": {
1041
+ "height": string;
1042
+ "width": string;
1043
+ };
1044
+ };
1045
+ "typography": {
1046
+ "label": {
1047
+ "default": string;
1048
+ "hover": string;
1049
+ "active": string;
1050
+ "disabled": string;
1051
+ };
1052
+ "sectionHeader": {
1053
+ "default": string;
1054
+ };
1055
+ };
1056
+ "color": {
1057
+ "text": {
1058
+ "default": string;
1059
+ "hover": string;
1060
+ "active": string;
1061
+ "disabled": string;
1062
+ "muted": string;
1063
+ };
1064
+ "background": {
1065
+ "default": string;
1066
+ "hover": string;
1067
+ "active": string;
1068
+ "disabled": string;
1069
+ };
1070
+ "format": {
1071
+ "default": string;
1072
+ "hover": string;
1073
+ "active": string;
1074
+ "disabled": string;
1075
+ "error": string;
1076
+ };
1077
+ "stroke": {
1078
+ "default": string;
1079
+ };
1080
+ };
1081
+ };
1082
+ "itemCustom": {
1083
+ "typography": {
1084
+ "label": {
1085
+ "sm": string;
1086
+ "lg": string;
1087
+ };
1088
+ };
1089
+ };
1090
+ "button": {
1091
+ "space": {
1092
+ "gap": string;
1093
+ "y": string;
1094
+ };
1095
+ "typography": {
1096
+ "label": {
1097
+ "default": string;
1098
+ "hover": string;
1099
+ "active": string;
1100
+ };
1101
+ };
1102
+ "color": {
1103
+ "background": {
1104
+ "default": string;
1105
+ };
1106
+ "label": {
1107
+ "default": string;
1108
+ };
1109
+ "stroke": {
1110
+ "default": string;
1111
+ };
1112
+ };
1113
+ };
1114
+ "panel": {
1115
+ "radii": {
1116
+ "all": string;
1117
+ };
1118
+ "shadow": {
1119
+ "default": string;
1120
+ };
1121
+ "color": {
1122
+ "background": {
1123
+ "default": string;
1124
+ };
1125
+ "stroke": {
1126
+ "default": string;
1127
+ };
1128
+ };
1129
+ };
1130
+ "autocomplete": {
1131
+ "typography": {
1132
+ "results": {
1133
+ "label": {
1134
+ "default": string;
1135
+ };
1136
+ };
1137
+ "search": {
1138
+ "placeholder": {
1139
+ "default": string;
1140
+ };
1141
+ "term": {
1142
+ "default": string;
1143
+ };
1144
+ };
1145
+ };
1146
+ "search": {
1147
+ "stroke": {
1148
+ "default": string;
1149
+ };
1150
+ };
1151
+ "color": {
1152
+ "placeholder": {
1153
+ "default": string;
1154
+ };
1155
+ "searchTerm": {
1156
+ "default": string;
1157
+ };
1158
+ "background": {
1159
+ "default": string;
1160
+ };
1161
+ "stroke": {
1162
+ "default": string;
1163
+ };
1164
+ };
1165
+ };
1166
+ "sectionHeader": {
1167
+ "space": {
1168
+ "bottom": string;
1169
+ "top": string;
1170
+ };
1171
+ };
1172
+ "placeholder": {
1173
+ "space": {
1174
+ "gap": string;
1175
+ };
1176
+ };
1177
+ };
1178
+ "image": {
1179
+ "small": {
1180
+ "size": {
1181
+ "height": string;
1182
+ "width": string;
1183
+ };
1184
+ };
1185
+ "x-small": {
1186
+ "size": {
1187
+ "height": string;
1188
+ "width": string;
1189
+ };
1190
+ };
1191
+ "medium": {
1192
+ "size": {
1193
+ "height": string;
1194
+ "width": string;
1195
+ };
1196
+ };
1197
+ "large": {
1198
+ "size": {
1199
+ "height": string;
1200
+ "width": string;
1201
+ };
1202
+ };
1203
+ "x-large": {
1204
+ "size": {
1205
+ "height": string;
1206
+ "width": string;
1207
+ };
1208
+ };
1209
+ "xx-large": {
1210
+ "size": {
1211
+ "height": string;
1212
+ "width": string;
1213
+ };
1214
+ };
1215
+ "color": {
1216
+ "stroke": string;
1217
+ };
1218
+ };
1219
+ "sidebar": {
1220
+ "navigation": {
1221
+ "item": {
1222
+ "radii": {
1223
+ "all": string;
1224
+ };
1225
+ "default": {
1226
+ "space": {
1227
+ "left": string;
1228
+ "right": string;
1229
+ "y": string;
1230
+ "gap": string;
1231
+ };
1232
+ };
1233
+ "typography": {
1234
+ "default": string;
1235
+ "hover": string;
1236
+ "active": string;
1237
+ "disabled": string;
1238
+ };
1239
+ "mobile": {
1240
+ "typography": {
1241
+ "default": string;
1242
+ "hover": string;
1243
+ "active": string;
1244
+ };
1245
+ "space": {
1246
+ "left": string;
1247
+ "right": string;
1248
+ "y": string;
1249
+ "gap": string;
1250
+ };
1251
+ };
1252
+ "collapsible": {
1253
+ "space": {
1254
+ "left": string;
1255
+ "right": string;
1256
+ "y": string;
1257
+ "gap": string;
1258
+ };
1259
+ };
1260
+ "color": {
1261
+ "background": {
1262
+ "active": string;
1263
+ "hover": string;
1264
+ "default": string;
1265
+ };
1266
+ "text": {
1267
+ "default": string;
1268
+ "hover": string;
1269
+ "active": string;
1270
+ "muted": string;
1271
+ };
1272
+ "icon": {
1273
+ "default": string;
1274
+ };
1275
+ };
1276
+ };
1277
+ "title": {
1278
+ "typography": {
1279
+ "default": string;
1280
+ "hover": string;
1281
+ "active": string;
1282
+ "disabled": string;
1283
+ };
1284
+ "color": {
1285
+ "default": string;
1286
+ "hover": string;
1287
+ "active": string;
1288
+ };
1289
+ };
1290
+ "subItem": {
1291
+ "default": {
1292
+ "space": {
1293
+ "left": string;
1294
+ "right": string;
1295
+ "y": string;
1296
+ };
1297
+ };
1298
+ "mobile": {
1299
+ "space": {
1300
+ "left": string;
1301
+ "right": string;
1302
+ "y": string;
1303
+ "gap": string;
1304
+ };
1305
+ "typography": {
1306
+ "default": string;
1307
+ "hover": string;
1308
+ "active": string;
1309
+ };
1310
+ };
1311
+ "radii": {
1312
+ "all": string;
1313
+ };
1314
+ "typography": {
1315
+ "default": string;
1316
+ "hover": string;
1317
+ "active": string;
1318
+ "disabled": string;
1319
+ };
1320
+ "color": {
1321
+ "text": {
1322
+ "default": string;
1323
+ "hover": string;
1324
+ "active": string;
1325
+ };
1326
+ "background": {
1327
+ "default": string;
1328
+ "hover": string;
1329
+ "active": string;
1330
+ };
1331
+ };
1332
+ };
1333
+ };
1334
+ "main": {
1335
+ "color": {
1336
+ "background": {
1337
+ "default": string;
1338
+ };
1339
+ "text": {
1340
+ "default": string;
1341
+ "muted": string;
1342
+ };
1343
+ "stroke": {
1344
+ "default": string;
1345
+ };
1346
+ };
1347
+ };
1348
+ "sql-sidebar": {
1349
+ "color": {
1350
+ "background": {
1351
+ "default": string;
1352
+ };
1353
+ "stroke": {
1354
+ "default": string;
1355
+ };
1356
+ };
1357
+ };
1358
+ "sqlSidebar": {
1359
+ "color": {
1360
+ "background": {
1361
+ "default": string;
1362
+ };
1363
+ "stroke": {
1364
+ "default": string;
1365
+ };
1366
+ };
1367
+ };
1368
+ };
1369
+ "switch": {
1370
+ "space": {
1371
+ "gap": string;
1372
+ };
1373
+ "radii": {
1374
+ "all": string;
1375
+ };
1376
+ "size": {
1377
+ "width": string;
1378
+ "height": string;
1379
+ };
1380
+ "typography": {
1381
+ "label": {
1382
+ "default": string;
1383
+ "hover": string;
1384
+ "active": string;
1385
+ "disabled": string;
1386
+ };
1387
+ };
1388
+ "color": {
1389
+ "background": {
1390
+ "default": string;
1391
+ "active": string;
1392
+ "disabled": string;
1393
+ };
1394
+ "stroke": {
1395
+ "default": string;
1396
+ "active": string;
1397
+ "disabled": string;
1398
+ };
1399
+ "indicator": {
1400
+ "default": string;
1401
+ "active": string;
1402
+ "disabled": string;
1403
+ };
1404
+ };
1405
+ };
1406
+ "separator": {
1407
+ "horizontal": {
1408
+ "space": {
1409
+ "y": {
1410
+ "xs": string;
1411
+ "sm": string;
1412
+ "md": string;
1413
+ "lg": string;
1414
+ "xl": string;
1415
+ "xxl": string;
1416
+ };
1417
+ "x": {
1418
+ "all": string;
1419
+ };
1420
+ };
1421
+ };
1422
+ "vertical": {
1423
+ "space": {
1424
+ "x": {
1425
+ "xs": string;
1426
+ "sm": string;
1427
+ "md": string;
1428
+ "lg": string;
1429
+ "xl": string;
1430
+ "xxl": string;
1431
+ };
1432
+ "y": {
1433
+ "all": string;
1434
+ };
1435
+ };
1436
+ };
1437
+ "color": {
1438
+ "stroke": {
1439
+ "default": string;
1440
+ };
1441
+ };
1442
+ };
1443
+ "stepperVertical": {
1444
+ "icon": {
1445
+ "size": {
1446
+ "height": string;
1447
+ "width": string;
1448
+ };
1449
+ "space": {
1450
+ "x": string;
1451
+ "y": string;
1452
+ };
1453
+ "radii": string;
1454
+ "background": {
1455
+ "default": string;
1456
+ "incomplete": string;
1457
+ "complete": string;
1458
+ };
1459
+ "foreground": {
1460
+ "default": string;
1461
+ "incomplete": string;
1462
+ "complete": string;
1463
+ };
1464
+ "stroke": {
1465
+ "default": string;
1466
+ "incomplete": string;
1467
+ "complete": string;
1468
+ };
1469
+ };
1470
+ "connector": {
1471
+ "size": {
1472
+ "width": string;
1473
+ };
1474
+ "background": {
1475
+ "default": string;
1476
+ "incomplete": string;
1477
+ "complete": string;
1478
+ };
1479
+ };
1480
+ "typography": {
1481
+ "label": {
1482
+ "default": string;
1483
+ };
1484
+ };
1485
+ };
1486
+ "table": {
1487
+ "header": {
1488
+ "title": {
1489
+ "default": string;
1490
+ };
1491
+ "color": {
1492
+ "background": {
1493
+ "default": string;
1494
+ };
1495
+ "title": {
1496
+ "default": string;
1497
+ };
1498
+ "icon": {
1499
+ "default": string;
1500
+ };
1501
+ "checkbox": {
1502
+ "background": {
1503
+ "default": string;
1504
+ };
1505
+ "border": {
1506
+ "default": string;
1507
+ };
1508
+ };
1509
+ };
1510
+ };
1511
+ "cell": {
1512
+ "text": {
1513
+ "default": string;
1514
+ };
1515
+ "label": {
1516
+ "default": string;
1517
+ };
1518
+ };
1519
+ "radii": {
1520
+ "all": string;
1521
+ };
1522
+ "row": {
1523
+ "color": {
1524
+ "background": {
1525
+ "default": string;
1526
+ "hover": string;
1527
+ "active": string;
1528
+ };
1529
+ "stroke": {
1530
+ "default": string;
1531
+ };
1532
+ "text": {
1533
+ "default": string;
1534
+ };
1535
+ "link": {
1536
+ "default": string;
1537
+ };
1538
+ "label": {
1539
+ "default": string;
1540
+ };
1541
+ };
1542
+ };
1543
+ "global": {
1544
+ "color": {
1545
+ "stroke": {
1546
+ "default": string;
1547
+ };
1548
+ "background": {
1549
+ "default": string;
1550
+ };
1551
+ };
1552
+ };
1553
+ };
1554
+ "tabs": {
1555
+ "space": {
1556
+ "y": string;
1557
+ "x": string;
1558
+ };
1559
+ "radii": {
1560
+ "all": string;
1561
+ };
1562
+ "typography": {
1563
+ "label": {
1564
+ "default": string;
1565
+ "hover": string;
1566
+ "active": string;
1567
+ };
1568
+ };
1569
+ "basic": {
1570
+ "strokeWidth": {
1571
+ "default": string;
1572
+ "hover": string;
1573
+ "active": string;
1574
+ "global": string;
1575
+ };
1576
+ "stroke": {
1577
+ "default": string;
1578
+ "hover": string;
1579
+ "active": string;
1580
+ "global": string;
1581
+ };
1582
+ "color": {
1583
+ "background": {
1584
+ "default": string;
1585
+ "hover": string;
1586
+ "active": string;
1587
+ };
1588
+ "text": {
1589
+ "default": string;
1590
+ "hover": string;
1591
+ "active": string;
1592
+ };
1593
+ "stroke": {
1594
+ "default": string;
1595
+ "hover": string;
1596
+ "active": string;
1597
+ };
1598
+ "global": {
1599
+ "default": string;
1600
+ };
1601
+ };
1602
+ };
1603
+ "file-tabs": {
1604
+ "color": {
1605
+ "background": {
1606
+ "default": string;
1607
+ "hover": string;
1608
+ "active": string;
1609
+ };
1610
+ "text": {
1611
+ "default": string;
1612
+ "hover": string;
1613
+ "active": string;
1614
+ };
1615
+ "stroke": {
1616
+ "default": string;
1617
+ "hover": string;
1618
+ "active": string;
1619
+ };
1620
+ };
1621
+ };
1622
+ };
1623
+ "tooltip": {
1624
+ "radii": {
1625
+ "all": string;
1626
+ };
1627
+ "space": {
1628
+ "x": string;
1629
+ "y": string;
1630
+ };
1631
+ "typography": {
1632
+ "label": {
1633
+ "default": string;
1634
+ };
1635
+ };
1636
+ "color": {
1637
+ "background": {
1638
+ "default": string;
1639
+ };
1640
+ "label": {
1641
+ "default": string;
1642
+ };
1643
+ };
1644
+ };
1645
+ "radio": {
1646
+ "radii": {
1647
+ "all": string;
1648
+ };
1649
+ "typography": {
1650
+ "label": {
1651
+ "default": string;
1652
+ "hover": string;
1653
+ "active": string;
1654
+ "disabled": string;
1655
+ };
1656
+ };
1657
+ "color": {
1658
+ "background": {
1659
+ "default": string;
1660
+ "hover": string;
1661
+ "active": string;
1662
+ "disabled": string;
1663
+ };
1664
+ "stroke": {
1665
+ "default": string;
1666
+ "hover": string;
1667
+ "active": string;
1668
+ "disabled": string;
1669
+ };
1670
+ "indicator": {
1671
+ "default": string;
1672
+ "hover": string;
1673
+ "active": string;
1674
+ "disabled": string;
1675
+ };
1676
+ };
1677
+ };
1678
+ "spacer": {
1679
+ "horizontal": {
1680
+ "space": {
1681
+ "y": {
1682
+ "xs": string;
1683
+ "sm": string;
1684
+ "md": string;
1685
+ "lg": string;
1686
+ "xl": string;
1687
+ "xxl": string;
1688
+ };
1689
+ "x": {
1690
+ "all": string;
1691
+ };
1692
+ };
1693
+ };
1694
+ };
1695
+ "popover": {
1696
+ "space": {
1697
+ "y": string;
1698
+ "x": string;
1699
+ "gap": string;
1700
+ };
1701
+ "radii": {
1702
+ "all": string;
1703
+ };
1704
+ "shadow": {
1705
+ "default": string;
1706
+ };
1707
+ "icon": {
1708
+ "size": {
1709
+ "height": string;
1710
+ "width": string;
1711
+ };
1712
+ };
1713
+ "color": {
1714
+ "panel": {
1715
+ "background": {
1716
+ "default": string;
1717
+ };
1718
+ "stroke": {
1719
+ "default": string;
1720
+ };
1721
+ };
1722
+ };
1723
+ };
1724
+ "panel": {
1725
+ "strokeWidth": {
1726
+ "default": string;
1727
+ };
1728
+ "radii": {
1729
+ "all": string;
1730
+ };
1731
+ "stroke": {
1732
+ "default": string;
1733
+ };
1734
+ "shadow": {
1735
+ "default": string;
1736
+ };
1737
+ "space": {
1738
+ "y": {
1739
+ "none": string;
1740
+ "xs": string;
1741
+ "sm": string;
1742
+ "md": string;
1743
+ "lg": string;
1744
+ "xl": string;
1745
+ };
1746
+ "x": {
1747
+ "xs": string;
1748
+ "none": string;
1749
+ "sm": string;
1750
+ "md": string;
1751
+ "lg": string;
1752
+ "xl": string;
1753
+ };
1754
+ };
1755
+ "color": {
1756
+ "background": {
1757
+ "default": string;
1758
+ "muted": string;
1759
+ "transparent": string;
1760
+ };
1761
+ "stroke": {
1762
+ "default": string;
1763
+ };
1764
+ };
1765
+ };
1766
+ "global": {
1767
+ "color": {
1768
+ "background": {
1769
+ "default": string;
1770
+ "muted": string;
1771
+ };
1772
+ "text": {
1773
+ "default": string;
1774
+ "muted": string;
1775
+ "link": {
1776
+ "default": string;
1777
+ "hover": string;
1778
+ };
1779
+ };
1780
+ "stroke": {
1781
+ "default": string;
1782
+ "muted": string;
1783
+ "intense": string;
1784
+ };
1785
+ "accent": {
1786
+ "default": string;
1787
+ };
1788
+ "outline": {
1789
+ "default": string;
1790
+ };
1791
+ "shadow": {
1792
+ "default": string;
1793
+ };
1794
+ };
1795
+ };
1796
+ "feedback": {
1797
+ "color": {
1798
+ "info": {
1799
+ "background": string;
1800
+ "foreground": string;
1801
+ };
1802
+ "success": {
1803
+ "background": string;
1804
+ "foreground": string;
1805
+ };
1806
+ "warning": {
1807
+ "background": string;
1808
+ "foreground": string;
1809
+ };
1810
+ "danger": {
1811
+ "background": string;
1812
+ "foreground": string;
1813
+ };
1814
+ "neutral": {
1815
+ "background": string;
1816
+ "foreground": string;
1817
+ "stroke": string;
1818
+ };
1819
+ };
1820
+ };
1821
+ "grid": {
1822
+ "color": {
1823
+ "background": {
1824
+ "header": {
1825
+ "default": string;
1826
+ };
1827
+ "row": {
1828
+ "default": string;
1829
+ };
1830
+ };
1831
+ "text": {
1832
+ "header": {
1833
+ "default": string;
1834
+ };
1835
+ "row": {
1836
+ "default": string;
1837
+ };
1838
+ };
1839
+ "stroke": {
1840
+ "cell": {
1841
+ "stroke": string;
1842
+ };
1843
+ };
1844
+ };
1845
+ };
1846
+ };
1847
+ "palette": {
1848
+ "brand": {
1849
+ "50": string;
1850
+ "100": string;
1851
+ "200": string;
1852
+ "300": string;
1853
+ "400": string;
1854
+ "500": string;
1855
+ "600": string;
1856
+ "700": string;
1857
+ "800": string;
1858
+ "base": string;
1859
+ };
1860
+ "neutral": {
1861
+ "0": string;
1862
+ "100": string;
1863
+ "200": string;
1864
+ "300": string;
1865
+ "400": string;
1866
+ "500": string;
1867
+ "600": string;
1868
+ "700": string;
1869
+ "725": string;
1870
+ "750": string;
1871
+ "800": string;
1872
+ "900": string;
1873
+ "base": string;
1874
+ };
1875
+ "slate": {
1876
+ "50": string;
1877
+ "100": string;
1878
+ "200": string;
1879
+ "300": string;
1880
+ "400": string;
1881
+ "500": string;
1882
+ "600": string;
1883
+ "700": string;
1884
+ "800": string;
1885
+ "900": string;
1886
+ "base": string;
1887
+ };
1888
+ "indigo": {
1889
+ "50": string;
1890
+ "100": string;
1891
+ "200": string;
1892
+ "300": string;
1893
+ "400": string;
1894
+ "500": string;
1895
+ "600": string;
1896
+ "700": string;
1897
+ "800": string;
1898
+ "900": string;
1899
+ "base": string;
1900
+ };
1901
+ "info": {
1902
+ "50": string;
1903
+ "100": string;
1904
+ "200": string;
1905
+ "300": string;
1906
+ "400": string;
1907
+ "500": string;
1908
+ "600": string;
1909
+ "700": string;
1910
+ "800": string;
1911
+ "900": string;
1912
+ "base": string;
1913
+ };
1914
+ "success": {
1915
+ "50": string;
1916
+ "100": string;
1917
+ "200": string;
1918
+ "300": string;
1919
+ "400": string;
1920
+ "500": string;
1921
+ "600": string;
1922
+ "700": string;
1923
+ "800": string;
1924
+ "900": string;
1925
+ "base": string;
1926
+ };
1927
+ "warning": {
1928
+ "50": string;
1929
+ "100": string;
1930
+ "200": string;
1931
+ "300": string;
1932
+ "400": string;
1933
+ "500": string;
1934
+ "600": string;
1935
+ "700": string;
1936
+ "800": string;
1937
+ "900": string;
1938
+ "base": string;
1939
+ };
1940
+ "danger": {
1941
+ "50": string;
1942
+ "100": string;
1943
+ "200": string;
1944
+ "300": string;
1945
+ "400": string;
1946
+ "500": string;
1947
+ "600": string;
1948
+ "700": string;
1949
+ "800": string;
1950
+ "900": string;
1951
+ "base": string;
1952
+ };
1953
+ "gradients": {
1954
+ "base": string;
1955
+ "transparent": string;
1956
+ };
1957
+ "utility": {
1958
+ "transparent": string;
1959
+ };
1960
+ };
1961
+ "sizes": {
1962
+ "0": string;
1963
+ "1": string;
1964
+ "2": string;
1965
+ "3": string;
1966
+ "4": string;
1967
+ "5": string;
1968
+ "6": string;
1969
+ "7": string;
1970
+ "8": string;
1971
+ "9": string;
1972
+ "10": string;
1973
+ "11": string;
1974
+ };
1975
+ "typography": {
1976
+ "font": {
1977
+ "families": {
1978
+ "regular": string;
1979
+ "mono": string;
1980
+ "display": string;
1981
+ };
1982
+ "weights": {
1983
+ "1": string;
1984
+ "2": string;
1985
+ "3": string;
1986
+ "4": string;
1987
+ };
1988
+ "sizes": {
1989
+ "0": string;
1990
+ "1": string;
1991
+ "2": string;
1992
+ "3": string;
1993
+ "4": string;
1994
+ "6": string;
1995
+ "base": string;
1996
+ };
1997
+ "line-height": {
1998
+ "1": number;
1999
+ "2": number;
2000
+ "3": number;
2001
+ "4": number;
2002
+ };
2003
+ };
2004
+ "styles": {
2005
+ "product": {
2006
+ "titles": {
2007
+ "xs": string;
2008
+ "sm": string;
2009
+ "md": string;
2010
+ "lg": string;
2011
+ "xl": string;
2012
+ "2xl": string;
2013
+ };
2014
+ "text": {
2015
+ "normal": {
2016
+ "xs": string;
2017
+ "sm": string;
2018
+ "md": string;
2019
+ "lg": string;
2020
+ };
2021
+ "medium": {
2022
+ "xs": string;
2023
+ "sm": string;
2024
+ "md": string;
2025
+ "lg": string;
2026
+ };
2027
+ "semibold": {
2028
+ "xs": string;
2029
+ "sm": string;
2030
+ "md": string;
2031
+ "lg": string;
2032
+ };
2033
+ "mono": {
2034
+ "sm": string;
2035
+ "md": string;
2036
+ "lg": string;
2037
+ };
2038
+ "bold": {
2039
+ "xs": string;
2040
+ "sm": string;
2041
+ "md": string;
2042
+ "lg": string;
2043
+ };
2044
+ };
2045
+ };
2046
+ "brand": {
2047
+ "titles": {
2048
+ "xs": string;
2049
+ "sm": string;
2050
+ "md": string;
2051
+ "lg": string;
2052
+ "xl": string;
2053
+ "2xl": string;
2054
+ };
2055
+ };
2056
+ "field": {
2057
+ "md": string;
2058
+ };
2059
+ };
2060
+ };
2061
+ "border": {
2062
+ "radii": {
2063
+ "0": string;
2064
+ "1": string;
2065
+ "2": string;
2066
+ "full": string;
2067
+ };
2068
+ "width": {
2069
+ "1": string;
2070
+ "2": string;
2071
+ };
2072
+ };
2073
+ "spaces": {
2074
+ "0": string;
2075
+ "1": string;
2076
+ "2": string;
2077
+ "3": string;
2078
+ "4": string;
2079
+ "5": string;
2080
+ "6": string;
2081
+ "7": string;
2082
+ };
2083
+ "shadow": {
2084
+ "1": string;
2085
+ "2": string;
2086
+ };
2087
+ }