@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 @@
1
+ export {};
@@ -0,0 +1,17 @@
1
+ import * as RadixTooltip from "@radix-ui/react-tooltip";
2
+ export declare const TooltipProvider: ({ children, ...props }: RadixTooltip.TooltipProviderProps) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const Tooltip: {
4
+ ({ children, ...props }: RadixTooltip.TooltipProps): import("react/jsx-runtime").JSX.Element;
5
+ Trigger: {
6
+ (props: RadixTooltip.TooltipTriggerProps): import("react/jsx-runtime").JSX.Element;
7
+ displayName: string;
8
+ };
9
+ Content: {
10
+ ({ showArrow, children, ...props }: TooltipContentProps): import("react/jsx-runtime").JSX.Element;
11
+ displayName: string;
12
+ };
13
+ };
14
+ interface TooltipContentProps extends RadixTooltip.TooltipContentProps {
15
+ showArrow?: boolean;
16
+ }
17
+ export {};
@@ -0,0 +1,45 @@
1
+ import { TooltipProps } from "@radix-ui/react-tooltip";
2
+ interface Props extends TooltipProps {
3
+ showArrow?: boolean;
4
+ delayDuration?: number;
5
+ skipDelayDuration?: number;
6
+ disableHoverableContent?: boolean;
7
+ side: "top" | "right" | "left" | "bottom";
8
+ }
9
+ declare const _default: {
10
+ component: ({ delayDuration, skipDelayDuration, showArrow, disableHoverableContent, side, ...props }: Props) => import("react/jsx-runtime").JSX.Element;
11
+ title: string;
12
+ tags: string[];
13
+ argTypes: {
14
+ open: {
15
+ control: string;
16
+ options: (boolean | undefined)[];
17
+ };
18
+ defaultOpen: {
19
+ control: string;
20
+ };
21
+ showArrow: {
22
+ control: string;
23
+ };
24
+ delayDuration: {
25
+ control: string;
26
+ };
27
+ skipDelayDuration: {
28
+ control: string;
29
+ };
30
+ disableHoverableContent: {
31
+ control: string;
32
+ };
33
+ side: {
34
+ control: string;
35
+ options: string[];
36
+ };
37
+ };
38
+ };
39
+ export default _default;
40
+ export declare const Playground: {
41
+ args: {
42
+ side: string;
43
+ showArrow: boolean;
44
+ };
45
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,12 @@
1
+ /// <reference types="react" />
2
+ export type TextColor = "default" | "muted";
3
+ export type TextSize = "xs" | "sm" | "md" | "lg";
4
+ export type TextWeight = "normal" | "medium" | "semibold" | "bold";
5
+ export interface TextProps {
6
+ color?: TextColor;
7
+ size?: TextSize;
8
+ weight?: TextWeight;
9
+ children?: React.ReactNode;
10
+ }
11
+ /** Component for writing blocks of body copy */
12
+ export declare const Text: ({ color, size, weight, children }: TextProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,22 @@
1
+ declare const _default: {
2
+ component: ({ color, size, weight, children }: import("./Text").TextProps) => import("react/jsx-runtime").JSX.Element;
3
+ title: string;
4
+ tags: string[];
5
+ argTypes: {
6
+ size: {
7
+ options: string[];
8
+ control: {
9
+ type: string;
10
+ };
11
+ };
12
+ };
13
+ };
14
+ export default _default;
15
+ export declare const Playground: {
16
+ args: {
17
+ size: string;
18
+ weight: string;
19
+ color: string;
20
+ children: string;
21
+ };
22
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,14 @@
1
+ import React from "react";
2
+ export type TitleColor = "default" | "muted";
3
+ export type TitleSize = "xs" | "sm" | "md" | "lg" | "xl";
4
+ export type TitleFamily = "product" | "brand";
5
+ export type TitleType = "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
6
+ export interface TitleProps {
7
+ color?: TitleColor;
8
+ size?: TitleSize;
9
+ family?: TitleFamily;
10
+ type: TitleType;
11
+ children?: React.ReactNode;
12
+ }
13
+ /** The `title` component allows you to easily add headings to your pages. They do not include built in margins. */
14
+ export declare const Title: ({ size, family, type, color, children }: TitleProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,35 @@
1
+ declare const _default: {
2
+ component: ({ size, family, type, color, children }: import("./Title").TitleProps) => import("react/jsx-runtime").JSX.Element;
3
+ title: string;
4
+ tags: string[];
5
+ argTypes: {
6
+ size: {
7
+ options: string[];
8
+ control: {
9
+ type: string;
10
+ };
11
+ };
12
+ type: {
13
+ options: string[];
14
+ control: {
15
+ type: string;
16
+ };
17
+ };
18
+ family: {
19
+ options: string[];
20
+ control: {
21
+ type: string;
22
+ };
23
+ };
24
+ };
25
+ };
26
+ export default _default;
27
+ export declare const Playground: {
28
+ args: {
29
+ size: string;
30
+ type: string;
31
+ family: string;
32
+ color: string;
33
+ children: string;
34
+ };
35
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Activity: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Activity;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const ArrowDown: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default ArrowDown;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const ArrowRight: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default ArrowRight;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const ArrowTriangle: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default ArrowTriangle;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const ArrowUp: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default ArrowUp;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const BackUps: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default BackUps;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Blog: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Blog;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Book: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Book;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Brackets: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Brackets;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Briefcase: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Briefcase;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Building: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Building;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const BurgerMenu: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default BurgerMenu;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Cards: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Cards;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const CellTower: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default CellTower;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const ChatIcon: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default ChatIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const CheckIcon: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default CheckIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const CheckInCircle: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default CheckInCircle;
@@ -0,0 +1,2 @@
1
+ import { SVGAttributes } from "react";
2
+ export declare const ChevronDown: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const ChevronLeft: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default ChevronLeft;
@@ -0,0 +1,2 @@
1
+ import { SVGAttributes } from "react";
2
+ export declare const ChevronRight: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const ChevronUp: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default ChevronUp;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Clock: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Clock;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Cloud: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Cloud;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Code: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Code;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const CodeInSquare: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default CodeInSquare;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Connect: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Connect;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const ConnectAlt: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default ConnectAlt;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Console: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Console;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Copy: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Copy;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const CrossIcon: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default CrossIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Data: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Data;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const DatabaseIcon: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default DatabaseIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Disk: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Disk;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Display: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Display;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Document: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Document;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const DotsHorizontal: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default DotsHorizontal;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const DotsVertical: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default DotsVertical;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Email: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Email;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Empty: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Empty;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const FilterIcon: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default FilterIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Fire: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Fire;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ declare function EuropeanUnion(props: React.SVGAttributes<SVGElement>): React.ReactElement;
3
+ export default EuropeanUnion;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const Germany: (props: React.SVGAttributes<SVGElement>) => React.ReactElement;
3
+ export default Germany;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ declare function India(props: React.SVGAttributes<SVGElement>): React.ReactElement;
3
+ export default India;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ declare function Ireland(props: React.SVGAttributes<SVGElement>): React.ReactElement;
3
+ export default Ireland;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ declare function Netherlands(props: React.SVGAttributes<SVGElement>): React.ReactElement;
3
+ export default Netherlands;
@@ -0,0 +1,2 @@
1
+ import React from "react";
2
+ export default function Singapore(props: React.SVGAttributes<SVGElement>): React.ReactElement;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ declare const UnitedKingdom: (props: React.SVGAttributes<SVGElement>) => React.ReactElement;
3
+ export default UnitedKingdom;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ declare const UnitedStates: (props: React.SVGAttributes<SVGElement>) => React.ReactElement;
3
+ export default UnitedStates;
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ interface Props extends React.SVGAttributes<SVGElement> {
3
+ name: string;
4
+ }
5
+ declare function Flags({ name, ...props }: Props): import("react/jsx-runtime").JSX.Element | null;
6
+ export default Flags;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Folder: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Folder;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Gift: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Gift;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const HistoryIcon: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default HistoryIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Home: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Home;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Http: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Http;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const InfoInCircleIcon: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default InfoInCircleIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const InformationIcon: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default InformationIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const InsertRowIcon: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default InsertRowIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Integrations: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Integrations;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const LightBulb: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default LightBulb;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Lightening: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Lightening;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Loading: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Loading;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Metrics: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Metrics;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const MetricsAlt: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default MetricsAlt;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Payment: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Payment;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Amex: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Amex;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const MasterCard: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default MasterCard;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Paypal: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Paypal;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Visa: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Visa;
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ interface Props extends React.SVGAttributes<SVGElement> {
3
+ name: string;
4
+ }
5
+ declare function Payments({ name, ...props }: Props): import("react/jsx-runtime").JSX.Element | null;
6
+ export default Payments;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Pencil: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Pencil;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const PieChart: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default PieChart;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Play: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Play;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Plus: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Plus;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Popout: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Popout;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const PopoverArrow: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default PopoverArrow;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Question: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Question;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Refresh: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Refresh;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Search: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Search;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Secure: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Secure;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Services: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Services;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Settings: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Settings;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Share: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Share;