@aivenio/aquarium 1.18.0-rc1 → 1.18.0-rc3

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 (688) hide show
  1. package/dist/_variables.scss +1 -1
  2. package/dist/_variables_timescale.scss +1 -1
  3. package/dist/atoms.cjs +5 -4
  4. package/dist/atoms.mjs +5 -4
  5. package/dist/charts.cjs +2180 -0
  6. package/dist/charts.mjs +2073 -0
  7. package/dist/src/atoms/Checkbox/Checkbox.d.ts +1 -1
  8. package/dist/src/atoms/LineClamp/LineClamp.d.ts +1 -1
  9. package/dist/src/atoms/Popover/Popover.d.ts +2 -2
  10. package/dist/src/atoms/RadioButton/RadioButton.d.ts +1 -1
  11. package/dist/src/atoms/Select/Select.d.ts +1 -1
  12. package/dist/src/atoms/Switch/Switch.d.ts +1 -1
  13. package/dist/src/charts/Axis/Axis.d.ts +24 -0
  14. package/dist/src/charts/Axis/Axis.js +40 -0
  15. package/dist/src/charts/BarChart/BarChart.d.ts +12 -0
  16. package/dist/src/charts/BarChart/BarChart.js +39 -0
  17. package/dist/src/charts/Container/Container.d.ts +3 -0
  18. package/dist/src/charts/Container/Container.js +4 -0
  19. package/dist/src/charts/Grid/Grid.d.ts +3 -0
  20. package/dist/src/charts/Grid/Grid.js +4 -0
  21. package/dist/src/charts/Tooltip/Tooltip.d.ts +4 -0
  22. package/dist/src/charts/Tooltip/Tooltip.js +9 -0
  23. package/dist/src/charts/index.d.ts +7 -0
  24. package/dist/src/charts/index.js +8 -0
  25. package/dist/src/charts/lib/timeIntervals.d.ts +1 -0
  26. package/dist/src/charts/lib/timeIntervals.js +3 -0
  27. package/dist/src/charts/lib/utils.d.ts +6 -0
  28. package/dist/src/charts/lib/utils.js +33 -0
  29. package/dist/src/icons/capslock.js +11 -0
  30. package/dist/src/icons/index.d.ts +5 -3
  31. package/dist/src/icons/index.js +6 -4
  32. package/dist/src/icons/loading.js +4 -4
  33. package/dist/src/icons/pause.js +4 -4
  34. package/dist/src/icons/play.js +4 -4
  35. package/dist/src/icons/repeat.js +4 -4
  36. package/dist/src/icons/stop.js +4 -4
  37. package/dist/src/molecules/Box/Box.d.ts +28 -28
  38. package/dist/src/molecules/Breadcrumbs/Breadcrumbs.d.ts +1 -1
  39. package/dist/src/molecules/Button/Button.d.ts +8 -8
  40. package/dist/src/molecules/Button/Button.js +2 -1
  41. package/dist/src/molecules/DataList/DataList.d.ts +1 -0
  42. package/dist/src/molecules/DataTable/DataTable.d.ts +1 -0
  43. package/dist/src/molecules/Icon/Icon.d.ts +2 -2
  44. package/dist/src/molecules/MultiInput/InputChip.d.ts +1 -1
  45. package/dist/src/molecules/Navigation/Navigation.d.ts +3 -3
  46. package/dist/src/molecules/Notification/Notification.d.ts +6 -0
  47. package/dist/src/molecules/Notification/Notification.js +88 -0
  48. package/dist/src/molecules/Notification/Notification.spec.d.ts +1 -0
  49. package/dist/src/molecules/Notification/Notification.spec.js +44 -0
  50. package/dist/src/molecules/Notification/types.d.ts +37 -0
  51. package/dist/src/molecules/Notification/types.js +6 -0
  52. package/dist/src/molecules/Popover/PopoverOverlay.d.ts +1 -1
  53. package/dist/src/molecules/Spacing/Spacing.d.ts +1 -1
  54. package/dist/src/molecules/Spacing/Spacing.js +1 -1
  55. package/dist/src/molecules/index.d.ts +1 -0
  56. package/dist/src/molecules/index.js +2 -1
  57. package/dist/src/utils/setupTests.js +16 -1
  58. package/dist/styles.css +37 -2
  59. package/dist/styles_timescaledb.css +37 -2
  60. package/dist/system.cjs +328 -208
  61. package/dist/system.mjs +315 -199
  62. package/dist/tsconfig.module.tsbuildinfo +1 -1
  63. package/dist/types/tailwindGenerated.d.ts +1 -1
  64. package/package.json +17 -12
  65. package/dist/aquarium-theme-aiven.css +0 -178
  66. package/dist/aquarium-theme-timescale.css +0 -178
  67. package/dist/src/icons/addColumnLeft.js +0 -11
  68. package/dist/src/icons/addColumnRight.d.ts +0 -9
  69. package/dist/src/icons/addColumnRight.js +0 -11
  70. package/dist/src/icons/addRowBottom.d.ts +0 -9
  71. package/dist/src/icons/addRowBottom.js +0 -11
  72. package/dist/src/icons/addRowTop.d.ts +0 -9
  73. package/dist/src/icons/addRowTop.js +0 -11
  74. package/dist/src/icons/addToArtifact.d.ts +0 -9
  75. package/dist/src/icons/addToArtifact.js +0 -11
  76. package/dist/src/icons/application.d.ts +0 -9
  77. package/dist/src/icons/application.js +0 -11
  78. package/dist/src/icons/arrowBottomLeft.d.ts +0 -9
  79. package/dist/src/icons/arrowBottomLeft.js +0 -11
  80. package/dist/src/icons/arrowBottomRight.d.ts +0 -9
  81. package/dist/src/icons/arrowBottomRight.js +0 -11
  82. package/dist/src/icons/arrowCircleRight1.d.ts +0 -9
  83. package/dist/src/icons/arrowCircleRight1.js +0 -11
  84. package/dist/src/icons/arrowDown.d.ts +0 -9
  85. package/dist/src/icons/arrowDown.js +0 -11
  86. package/dist/src/icons/arrowTopLeft.d.ts +0 -9
  87. package/dist/src/icons/arrowTopLeft.js +0 -11
  88. package/dist/src/icons/arrowTopRight.d.ts +0 -9
  89. package/dist/src/icons/arrowTopRight.js +0 -11
  90. package/dist/src/icons/arrowUp.d.ts +0 -9
  91. package/dist/src/icons/arrowUp.js +0 -11
  92. package/dist/src/icons/arrowsHorizontal.d.ts +0 -9
  93. package/dist/src/icons/arrowsHorizontal.js +0 -11
  94. package/dist/src/icons/arrowsVertical.d.ts +0 -9
  95. package/dist/src/icons/arrowsVertical.js +0 -11
  96. package/dist/src/icons/asterisk.d.ts +0 -9
  97. package/dist/src/icons/asterisk.js +0 -11
  98. package/dist/src/icons/barcode.d.ts +0 -9
  99. package/dist/src/icons/barcode.js +0 -11
  100. package/dist/src/icons/bold.d.ts +0 -9
  101. package/dist/src/icons/bold.js +0 -11
  102. package/dist/src/icons/bringData.d.ts +0 -9
  103. package/dist/src/icons/bringData.js +0 -11
  104. package/dist/src/icons/build.d.ts +0 -9
  105. package/dist/src/icons/build.js +0 -11
  106. package/dist/src/icons/calculator.d.ts +0 -9
  107. package/dist/src/icons/calculator.js +0 -11
  108. package/dist/src/icons/camera.d.ts +0 -9
  109. package/dist/src/icons/camera.js +0 -11
  110. package/dist/src/icons/cellTower.d.ts +0 -9
  111. package/dist/src/icons/cellTower.js +0 -11
  112. package/dist/src/icons/changes.d.ts +0 -9
  113. package/dist/src/icons/changes.js +0 -11
  114. package/dist/src/icons/circleArrowDown.d.ts +0 -9
  115. package/dist/src/icons/circleArrowDown.js +0 -11
  116. package/dist/src/icons/circleArrowLeft.d.ts +0 -9
  117. package/dist/src/icons/circleArrowLeft.js +0 -11
  118. package/dist/src/icons/circleArrowRight.d.ts +0 -9
  119. package/dist/src/icons/circleArrowRight.js +0 -11
  120. package/dist/src/icons/circleArrowUp.d.ts +0 -9
  121. package/dist/src/icons/circleArrowUp.js +0 -11
  122. package/dist/src/icons/citation.d.ts +0 -9
  123. package/dist/src/icons/citation.js +0 -11
  124. package/dist/src/icons/clean.d.ts +0 -9
  125. package/dist/src/icons/clean.js +0 -11
  126. package/dist/src/icons/collapseAll.d.ts +0 -9
  127. package/dist/src/icons/collapseAll.js +0 -11
  128. package/dist/src/icons/columnLayout.d.ts +0 -9
  129. package/dist/src/icons/columnLayout.js +0 -11
  130. package/dist/src/icons/comparison.d.ts +0 -9
  131. package/dist/src/icons/comparison.js +0 -11
  132. package/dist/src/icons/compass.d.ts +0 -9
  133. package/dist/src/icons/compass.js +0 -11
  134. package/dist/src/icons/compressed.d.ts +0 -9
  135. package/dist/src/icons/compressed.js +0 -11
  136. package/dist/src/icons/contrast.d.ts +0 -9
  137. package/dist/src/icons/contrast.js +0 -11
  138. package/dist/src/icons/control.d.ts +0 -9
  139. package/dist/src/icons/control.js +0 -11
  140. package/dist/src/icons/crown.d.ts +0 -9
  141. package/dist/src/icons/crown.js +0 -11
  142. package/dist/src/icons/cube.d.ts +0 -9
  143. package/dist/src/icons/cube.js +0 -11
  144. package/dist/src/icons/cubeAdd.d.ts +0 -9
  145. package/dist/src/icons/cubeAdd.js +0 -11
  146. package/dist/src/icons/cubeRemove.d.ts +0 -9
  147. package/dist/src/icons/cubeRemove.js +0 -11
  148. package/dist/src/icons/curvedRangeChart.d.ts +0 -9
  149. package/dist/src/icons/curvedRangeChart.js +0 -11
  150. package/dist/src/icons/cut.d.ts +0 -9
  151. package/dist/src/icons/cut.js +0 -11
  152. package/dist/src/icons/delta.d.ts +0 -9
  153. package/dist/src/icons/delta.js +0 -11
  154. package/dist/src/icons/deriveColumn.d.ts +0 -9
  155. package/dist/src/icons/deriveColumn.js +0 -11
  156. package/dist/src/icons/desktop.d.ts +0 -9
  157. package/dist/src/icons/desktop.js +0 -11
  158. package/dist/src/icons/diagnosis.d.ts +0 -9
  159. package/dist/src/icons/diagnosis.js +0 -11
  160. package/dist/src/icons/diagramTree.d.ts +0 -9
  161. package/dist/src/icons/diagramTree.js +0 -11
  162. package/dist/src/icons/directionLeft.d.ts +0 -9
  163. package/dist/src/icons/directionLeft.js +0 -11
  164. package/dist/src/icons/directionRight.d.ts +0 -9
  165. package/dist/src/icons/directionRight.js +0 -11
  166. package/dist/src/icons/disable.d.ts +0 -9
  167. package/dist/src/icons/disable.js +0 -11
  168. package/dist/src/icons/documentOpen.d.ts +0 -9
  169. package/dist/src/icons/documentOpen.js +0 -11
  170. package/dist/src/icons/documentShare.d.ts +0 -9
  171. package/dist/src/icons/documentShare.js +0 -11
  172. package/dist/src/icons/dollar.d.ts +0 -9
  173. package/dist/src/icons/dollar.js +0 -11
  174. package/dist/src/icons/draw.d.ts +0 -9
  175. package/dist/src/icons/draw.js +0 -11
  176. package/dist/src/icons/driveTime.d.ts +0 -9
  177. package/dist/src/icons/driveTime.js +0 -11
  178. package/dist/src/icons/eject.d.ts +0 -9
  179. package/dist/src/icons/eject.js +0 -11
  180. package/dist/src/icons/equals.d.ts +0 -9
  181. package/dist/src/icons/equals.js +0 -11
  182. package/dist/src/icons/eraser.d.ts +0 -9
  183. package/dist/src/icons/eraser.js +0 -11
  184. package/dist/src/icons/euro.d.ts +0 -9
  185. package/dist/src/icons/euro.js +0 -11
  186. package/dist/src/icons/exchange.d.ts +0 -9
  187. package/dist/src/icons/exchange.js +0 -11
  188. package/dist/src/icons/excludeRow.d.ts +0 -9
  189. package/dist/src/icons/excludeRow.js +0 -11
  190. package/dist/src/icons/eyeOn.d.ts +0 -9
  191. package/dist/src/icons/eyeOn.js +0 -11
  192. package/dist/src/icons/fastBackward.d.ts +0 -9
  193. package/dist/src/icons/fastBackward.js +0 -11
  194. package/dist/src/icons/fastForward.d.ts +0 -9
  195. package/dist/src/icons/fastForward.js +0 -11
  196. package/dist/src/icons/feed.d.ts +0 -9
  197. package/dist/src/icons/feed.js +0 -11
  198. package/dist/src/icons/feedSubscribed.d.ts +0 -9
  199. package/dist/src/icons/feedSubscribed.js +0 -11
  200. package/dist/src/icons/film.d.ts +0 -9
  201. package/dist/src/icons/film.js +0 -11
  202. package/dist/src/icons/filterKeep.d.ts +0 -9
  203. package/dist/src/icons/filterKeep.js +0 -11
  204. package/dist/src/icons/filterList.d.ts +0 -9
  205. package/dist/src/icons/filterList.js +0 -11
  206. package/dist/src/icons/filterOpen.d.ts +0 -9
  207. package/dist/src/icons/filterOpen.js +0 -11
  208. package/dist/src/icons/filterRemove.d.ts +0 -9
  209. package/dist/src/icons/filterRemove.js +0 -11
  210. package/dist/src/icons/flame.d.ts +0 -9
  211. package/dist/src/icons/flame.js +0 -11
  212. package/dist/src/icons/flash.d.ts +0 -9
  213. package/dist/src/icons/flash.js +0 -11
  214. package/dist/src/icons/flowBranch.d.ts +0 -9
  215. package/dist/src/icons/flowBranch.js +0 -11
  216. package/dist/src/icons/flowEnd.d.ts +0 -9
  217. package/dist/src/icons/flowEnd.js +0 -11
  218. package/dist/src/icons/flowLinear.d.ts +0 -9
  219. package/dist/src/icons/flowLinear.js +0 -11
  220. package/dist/src/icons/flowReview.d.ts +0 -9
  221. package/dist/src/icons/flowReview.js +0 -11
  222. package/dist/src/icons/flowReviewBranch.d.ts +0 -9
  223. package/dist/src/icons/flowReviewBranch.js +0 -11
  224. package/dist/src/icons/flows.d.ts +0 -9
  225. package/dist/src/icons/flows.js +0 -11
  226. package/dist/src/icons/folderOpen.d.ts +0 -9
  227. package/dist/src/icons/folderOpen.js +0 -11
  228. package/dist/src/icons/folderShared.d.ts +0 -9
  229. package/dist/src/icons/folderShared.js +0 -11
  230. package/dist/src/icons/folderSharedOpen.d.ts +0 -9
  231. package/dist/src/icons/folderSharedOpen.js +0 -11
  232. package/dist/src/icons/font.d.ts +0 -9
  233. package/dist/src/icons/font.js +0 -11
  234. package/dist/src/icons/fork.d.ts +0 -9
  235. package/dist/src/icons/fork.js +0 -11
  236. package/dist/src/icons/form.d.ts +0 -9
  237. package/dist/src/icons/form.js +0 -11
  238. package/dist/src/icons/fullCircle.d.ts +0 -9
  239. package/dist/src/icons/fullCircle.js +0 -11
  240. package/dist/src/icons/fullStackedChart.d.ts +0 -9
  241. package/dist/src/icons/fullStackedChart.js +0 -11
  242. package/dist/src/icons/fullscreen.d.ts +0 -9
  243. package/dist/src/icons/fullscreen.js +0 -11
  244. package/dist/src/icons/function.d.ts +0 -9
  245. package/dist/src/icons/function.js +0 -11
  246. package/dist/src/icons/ganttChart.d.ts +0 -9
  247. package/dist/src/icons/ganttChart.js +0 -11
  248. package/dist/src/icons/geolocation.d.ts +0 -9
  249. package/dist/src/icons/geolocation.js +0 -11
  250. package/dist/src/icons/geosearch.d.ts +0 -9
  251. package/dist/src/icons/geosearch.js +0 -11
  252. package/dist/src/icons/gitPush.d.ts +0 -9
  253. package/dist/src/icons/gitPush.js +0 -11
  254. package/dist/src/icons/gitRepo.d.ts +0 -9
  255. package/dist/src/icons/gitRepo.js +0 -11
  256. package/dist/src/icons/glass.d.ts +0 -9
  257. package/dist/src/icons/glass.js +0 -11
  258. package/dist/src/icons/graph.d.ts +0 -9
  259. package/dist/src/icons/graph.js +0 -11
  260. package/dist/src/icons/graphRemove.d.ts +0 -9
  261. package/dist/src/icons/graphRemove.js +0 -11
  262. package/dist/src/icons/greaterThan.d.ts +0 -9
  263. package/dist/src/icons/greaterThan.js +0 -11
  264. package/dist/src/icons/greaterThanOrEqualTo.d.ts +0 -9
  265. package/dist/src/icons/greaterThanOrEqualTo.js +0 -11
  266. package/dist/src/icons/grid.d.ts +0 -9
  267. package/dist/src/icons/grid.js +0 -11
  268. package/dist/src/icons/gridView.d.ts +0 -9
  269. package/dist/src/icons/gridView.js +0 -11
  270. package/dist/src/icons/groupObjects.d.ts +0 -9
  271. package/dist/src/icons/groupObjects.js +0 -11
  272. package/dist/src/icons/hand.d.ts +0 -9
  273. package/dist/src/icons/hand.js +0 -11
  274. package/dist/src/icons/handDown.d.ts +0 -9
  275. package/dist/src/icons/handDown.js +0 -11
  276. package/dist/src/icons/handLeft.d.ts +0 -9
  277. package/dist/src/icons/handLeft.js +0 -11
  278. package/dist/src/icons/handRight.d.ts +0 -9
  279. package/dist/src/icons/handRight.js +0 -11
  280. package/dist/src/icons/handUp.d.ts +0 -9
  281. package/dist/src/icons/handUp.js +0 -11
  282. package/dist/src/icons/header.d.ts +0 -9
  283. package/dist/src/icons/header.js +0 -11
  284. package/dist/src/icons/headerOne.d.ts +0 -9
  285. package/dist/src/icons/headerOne.js +0 -11
  286. package/dist/src/icons/headerTwo.d.ts +0 -9
  287. package/dist/src/icons/headerTwo.js +0 -11
  288. package/dist/src/icons/headset.d.ts +0 -9
  289. package/dist/src/icons/headset.js +0 -11
  290. package/dist/src/icons/heartBroken.d.ts +0 -9
  291. package/dist/src/icons/heartBroken.js +0 -11
  292. package/dist/src/icons/heatGrid.d.ts +0 -9
  293. package/dist/src/icons/heatGrid.js +0 -11
  294. package/dist/src/icons/heatmap.d.ts +0 -9
  295. package/dist/src/icons/heatmap.js +0 -11
  296. package/dist/src/icons/helperManagement.d.ts +0 -9
  297. package/dist/src/icons/helperManagement.js +0 -11
  298. package/dist/src/icons/highlight.d.ts +0 -9
  299. package/dist/src/icons/highlight.js +0 -11
  300. package/dist/src/icons/horizontalBarChart.d.ts +0 -9
  301. package/dist/src/icons/horizontalBarChart.js +0 -11
  302. package/dist/src/icons/horizontalBarChartAsc.d.ts +0 -9
  303. package/dist/src/icons/horizontalBarChartAsc.js +0 -11
  304. package/dist/src/icons/horizontalBarChartDesc.d.ts +0 -9
  305. package/dist/src/icons/horizontalBarChartDesc.js +0 -11
  306. package/dist/src/icons/horizontalDistribution.d.ts +0 -9
  307. package/dist/src/icons/horizontalDistribution.js +0 -11
  308. package/dist/src/icons/imageRotateLeft.d.ts +0 -9
  309. package/dist/src/icons/imageRotateLeft.js +0 -11
  310. package/dist/src/icons/imageRotateRight.d.ts +0 -9
  311. package/dist/src/icons/imageRotateRight.js +0 -11
  312. package/dist/src/icons/inboxFiltered.d.ts +0 -9
  313. package/dist/src/icons/inboxFiltered.js +0 -11
  314. package/dist/src/icons/inboxGeo.d.ts +0 -9
  315. package/dist/src/icons/inboxGeo.js +0 -11
  316. package/dist/src/icons/inboxSearch.d.ts +0 -9
  317. package/dist/src/icons/inboxSearch.js +0 -11
  318. package/dist/src/icons/inboxUpdate.d.ts +0 -9
  319. package/dist/src/icons/inboxUpdate.js +0 -11
  320. package/dist/src/icons/inheritance.d.ts +0 -9
  321. package/dist/src/icons/inheritance.js +0 -11
  322. package/dist/src/icons/innerJoin.d.ts +0 -9
  323. package/dist/src/icons/innerJoin.js +0 -11
  324. package/dist/src/icons/insert.d.ts +0 -9
  325. package/dist/src/icons/insert.js +0 -11
  326. package/dist/src/icons/intersection.d.ts +0 -9
  327. package/dist/src/icons/intersection.js +0 -11
  328. package/dist/src/icons/ipAddress.d.ts +0 -9
  329. package/dist/src/icons/ipAddress.js +0 -11
  330. package/dist/src/icons/issueClosed.d.ts +0 -9
  331. package/dist/src/icons/issueClosed.js +0 -11
  332. package/dist/src/icons/issueNew.d.ts +0 -9
  333. package/dist/src/icons/issueNew.js +0 -11
  334. package/dist/src/icons/italic.d.ts +0 -9
  335. package/dist/src/icons/italic.js +0 -11
  336. package/dist/src/icons/joinTable.d.ts +0 -9
  337. package/dist/src/icons/joinTable.js +0 -11
  338. package/dist/src/icons/key1.d.ts +0 -9
  339. package/dist/src/icons/key1.js +0 -11
  340. package/dist/src/icons/keyBackspace.d.ts +0 -9
  341. package/dist/src/icons/keyBackspace.js +0 -11
  342. package/dist/src/icons/keyCommand.d.ts +0 -9
  343. package/dist/src/icons/keyCommand.js +0 -11
  344. package/dist/src/icons/keyControl.d.ts +0 -9
  345. package/dist/src/icons/keyControl.js +0 -11
  346. package/dist/src/icons/keyDelete.d.ts +0 -9
  347. package/dist/src/icons/keyDelete.js +0 -11
  348. package/dist/src/icons/keyEnter.d.ts +0 -9
  349. package/dist/src/icons/keyEnter.js +0 -11
  350. package/dist/src/icons/keyEscape.d.ts +0 -9
  351. package/dist/src/icons/keyEscape.js +0 -11
  352. package/dist/src/icons/keyOption.d.ts +0 -9
  353. package/dist/src/icons/keyOption.js +0 -11
  354. package/dist/src/icons/keyShift.d.ts +0 -9
  355. package/dist/src/icons/keyShift.js +0 -11
  356. package/dist/src/icons/keyTab.d.ts +0 -9
  357. package/dist/src/icons/keyTab.js +0 -11
  358. package/dist/src/icons/knownVehicle.d.ts +0 -9
  359. package/dist/src/icons/knownVehicle.js +0 -11
  360. package/dist/src/icons/labTest.d.ts +0 -9
  361. package/dist/src/icons/labTest.js +0 -11
  362. package/dist/src/icons/label.d.ts +0 -9
  363. package/dist/src/icons/label.js +0 -11
  364. package/dist/src/icons/layout.d.ts +0 -9
  365. package/dist/src/icons/layout.js +0 -11
  366. package/dist/src/icons/layoutAuto.d.ts +0 -9
  367. package/dist/src/icons/layoutAuto.js +0 -11
  368. package/dist/src/icons/layoutBalloon.d.ts +0 -9
  369. package/dist/src/icons/layoutBalloon.js +0 -11
  370. package/dist/src/icons/layoutCircle.d.ts +0 -9
  371. package/dist/src/icons/layoutCircle.js +0 -11
  372. package/dist/src/icons/layoutGrid.d.ts +0 -9
  373. package/dist/src/icons/layoutGrid.js +0 -11
  374. package/dist/src/icons/layoutGroupBy.d.ts +0 -9
  375. package/dist/src/icons/layoutGroupBy.js +0 -11
  376. package/dist/src/icons/layoutHierarchy.d.ts +0 -9
  377. package/dist/src/icons/layoutHierarchy.js +0 -11
  378. package/dist/src/icons/layoutLinear.d.ts +0 -9
  379. package/dist/src/icons/layoutLinear.js +0 -11
  380. package/dist/src/icons/layoutSkewGrid.d.ts +0 -9
  381. package/dist/src/icons/layoutSkewGrid.js +0 -11
  382. package/dist/src/icons/layoutSortedClusters.d.ts +0 -9
  383. package/dist/src/icons/layoutSortedClusters.js +0 -11
  384. package/dist/src/icons/leftJoin.d.ts +0 -9
  385. package/dist/src/icons/leftJoin.js +0 -11
  386. package/dist/src/icons/lessThan.d.ts +0 -9
  387. package/dist/src/icons/lessThan.js +0 -11
  388. package/dist/src/icons/lessThanOrEqualTo.d.ts +0 -9
  389. package/dist/src/icons/lessThanOrEqualTo.js +0 -11
  390. package/dist/src/icons/loading1.d.ts +0 -9
  391. package/dist/src/icons/loading1.js +0 -11
  392. package/dist/src/icons/locate.d.ts +0 -9
  393. package/dist/src/icons/locate.js +0 -11
  394. package/dist/src/icons/manuallyEnteredData.d.ts +0 -9
  395. package/dist/src/icons/manuallyEnteredData.js +0 -11
  396. package/dist/src/icons/mapCreate.d.ts +0 -9
  397. package/dist/src/icons/mapCreate.js +0 -11
  398. package/dist/src/icons/media.d.ts +0 -9
  399. package/dist/src/icons/media.js +0 -11
  400. package/dist/src/icons/menuClosed.d.ts +0 -9
  401. package/dist/src/icons/menuClosed.js +0 -11
  402. package/dist/src/icons/menuOpen.d.ts +0 -9
  403. package/dist/src/icons/menuOpen.js +0 -11
  404. package/dist/src/icons/mergeColumns.d.ts +0 -9
  405. package/dist/src/icons/mergeColumns.js +0 -11
  406. package/dist/src/icons/mergeLinks.d.ts +0 -9
  407. package/dist/src/icons/mergeLinks.js +0 -11
  408. package/dist/src/icons/mobilePhone.d.ts +0 -9
  409. package/dist/src/icons/mobilePhone.js +0 -11
  410. package/dist/src/icons/mobileVideo.d.ts +0 -9
  411. package/dist/src/icons/mobileVideo.js +0 -11
  412. package/dist/src/icons/moon.d.ts +0 -9
  413. package/dist/src/icons/moon.js +0 -11
  414. package/dist/src/icons/mountain.d.ts +0 -9
  415. package/dist/src/icons/mountain.js +0 -11
  416. package/dist/src/icons/mugshot.d.ts +0 -9
  417. package/dist/src/icons/mugshot.js +0 -11
  418. package/dist/src/icons/multiSelect.d.ts +0 -9
  419. package/dist/src/icons/multiSelect.js +0 -11
  420. package/dist/src/icons/music.d.ts +0 -9
  421. package/dist/src/icons/music.js +0 -11
  422. package/dist/src/icons/newDrawing.d.ts +0 -9
  423. package/dist/src/icons/newDrawing.js +0 -11
  424. package/dist/src/icons/newGridItem.d.ts +0 -9
  425. package/dist/src/icons/newGridItem.js +0 -11
  426. package/dist/src/icons/newLayer.d.ts +0 -9
  427. package/dist/src/icons/newLayer.js +0 -11
  428. package/dist/src/icons/newLayers.d.ts +0 -9
  429. package/dist/src/icons/newLayers.js +0 -11
  430. package/dist/src/icons/newLink.d.ts +0 -9
  431. package/dist/src/icons/newLink.js +0 -11
  432. package/dist/src/icons/newObject.d.ts +0 -9
  433. package/dist/src/icons/newObject.js +0 -11
  434. package/dist/src/icons/newPrescription.d.ts +0 -9
  435. package/dist/src/icons/newPrescription.js +0 -11
  436. package/dist/src/icons/newTextBox.d.ts +0 -9
  437. package/dist/src/icons/newTextBox.js +0 -11
  438. package/dist/src/icons/ninja.d.ts +0 -9
  439. package/dist/src/icons/ninja.js +0 -11
  440. package/dist/src/icons/notEqualTo.d.ts +0 -9
  441. package/dist/src/icons/notEqualTo.js +0 -11
  442. package/dist/src/icons/numberedList.d.ts +0 -9
  443. package/dist/src/icons/numberedList.js +0 -11
  444. package/dist/src/icons/numerical.d.ts +0 -9
  445. package/dist/src/icons/numerical.js +0 -11
  446. package/dist/src/icons/offline.d.ts +0 -9
  447. package/dist/src/icons/offline.js +0 -11
  448. package/dist/src/icons/oilField.d.ts +0 -9
  449. package/dist/src/icons/oilField.js +0 -11
  450. package/dist/src/icons/oneColumn.d.ts +0 -9
  451. package/dist/src/icons/oneColumn.js +0 -11
  452. package/dist/src/icons/pageLayout.d.ts +0 -9
  453. package/dist/src/icons/pageLayout.js +0 -11
  454. package/dist/src/icons/panelStats.d.ts +0 -9
  455. package/dist/src/icons/panelStats.js +0 -11
  456. package/dist/src/icons/panelTable.d.ts +0 -9
  457. package/dist/src/icons/panelTable.js +0 -11
  458. package/dist/src/icons/paragraph.d.ts +0 -9
  459. package/dist/src/icons/paragraph.js +0 -11
  460. package/dist/src/icons/path.d.ts +0 -9
  461. package/dist/src/icons/path.js +0 -11
  462. package/dist/src/icons/pathSearch.d.ts +0 -9
  463. package/dist/src/icons/pathSearch.js +0 -11
  464. package/dist/src/icons/percentage.d.ts +0 -9
  465. package/dist/src/icons/percentage.js +0 -11
  466. package/dist/src/icons/pivot.d.ts +0 -9
  467. package/dist/src/icons/pivot.js +0 -11
  468. package/dist/src/icons/pivotTable.d.ts +0 -9
  469. package/dist/src/icons/pivotTable.js +0 -11
  470. package/dist/src/icons/polygonFilter.d.ts +0 -9
  471. package/dist/src/icons/polygonFilter.js +0 -11
  472. package/dist/src/icons/predictiveAnalysis.d.ts +0 -9
  473. package/dist/src/icons/predictiveAnalysis.js +0 -11
  474. package/dist/src/icons/prescription.d.ts +0 -9
  475. package/dist/src/icons/prescription.js +0 -11
  476. package/dist/src/icons/presentation.d.ts +0 -9
  477. package/dist/src/icons/presentation.js +0 -11
  478. package/dist/src/icons/print.d.ts +0 -9
  479. package/dist/src/icons/print.js +0 -11
  480. package/dist/src/icons/publishFunction.d.ts +0 -9
  481. package/dist/src/icons/publishFunction.js +0 -11
  482. package/dist/src/icons/random.d.ts +0 -9
  483. package/dist/src/icons/random.js +0 -11
  484. package/dist/src/icons/record.d.ts +0 -9
  485. package/dist/src/icons/record.js +0 -11
  486. package/dist/src/icons/redo.d.ts +0 -9
  487. package/dist/src/icons/redo.js +0 -11
  488. package/dist/src/icons/regressionChart.d.ts +0 -9
  489. package/dist/src/icons/regressionChart.js +0 -11
  490. package/dist/src/icons/removeColumn.d.ts +0 -9
  491. package/dist/src/icons/removeColumn.js +0 -11
  492. package/dist/src/icons/removeColumnLeft.d.ts +0 -9
  493. package/dist/src/icons/removeColumnLeft.js +0 -11
  494. package/dist/src/icons/removeColumnRight.d.ts +0 -9
  495. package/dist/src/icons/removeColumnRight.js +0 -11
  496. package/dist/src/icons/removeRowBottom.d.ts +0 -9
  497. package/dist/src/icons/removeRowBottom.js +0 -11
  498. package/dist/src/icons/removeRowTop.d.ts +0 -9
  499. package/dist/src/icons/removeRowTop.js +0 -11
  500. package/dist/src/icons/resolve.d.ts +0 -9
  501. package/dist/src/icons/resolve.js +0 -11
  502. package/dist/src/icons/rig.d.ts +0 -9
  503. package/dist/src/icons/rig.js +0 -11
  504. package/dist/src/icons/rightJoin.d.ts +0 -9
  505. package/dist/src/icons/rightJoin.js +0 -11
  506. package/dist/src/icons/ring.d.ts +0 -9
  507. package/dist/src/icons/ring.js +0 -11
  508. package/dist/src/icons/rotateDocument.d.ts +0 -9
  509. package/dist/src/icons/rotateDocument.js +0 -11
  510. package/dist/src/icons/rotatePage.d.ts +0 -9
  511. package/dist/src/icons/rotatePage.js +0 -11
  512. package/dist/src/icons/satellite.d.ts +0 -9
  513. package/dist/src/icons/satellite.js +0 -11
  514. package/dist/src/icons/searchAround.d.ts +0 -9
  515. package/dist/src/icons/searchAround.js +0 -11
  516. package/dist/src/icons/searchTemplate.d.ts +0 -9
  517. package/dist/src/icons/searchTemplate.js +0 -11
  518. package/dist/src/icons/searchText.d.ts +0 -9
  519. package/dist/src/icons/searchText.js +0 -11
  520. package/dist/src/icons/segmentedControl.d.ts +0 -9
  521. package/dist/src/icons/segmentedControl.js +0 -11
  522. package/dist/src/icons/select.d.ts +0 -9
  523. package/dist/src/icons/select.js +0 -11
  524. package/dist/src/icons/selection.d.ts +0 -9
  525. package/dist/src/icons/selection.js +0 -11
  526. package/dist/src/icons/sendTo.d.ts +0 -9
  527. package/dist/src/icons/sendTo.js +0 -11
  528. package/dist/src/icons/sendToGraph.d.ts +0 -9
  529. package/dist/src/icons/sendToGraph.js +0 -11
  530. package/dist/src/icons/sendToMap.d.ts +0 -9
  531. package/dist/src/icons/sendToMap.js +0 -11
  532. package/dist/src/icons/seriesAdd.d.ts +0 -9
  533. package/dist/src/icons/seriesAdd.js +0 -11
  534. package/dist/src/icons/seriesConfiguration.d.ts +0 -9
  535. package/dist/src/icons/seriesConfiguration.js +0 -11
  536. package/dist/src/icons/seriesDerived.d.ts +0 -9
  537. package/dist/src/icons/seriesDerived.js +0 -11
  538. package/dist/src/icons/seriesFiltered.d.ts +0 -9
  539. package/dist/src/icons/seriesFiltered.js +0 -11
  540. package/dist/src/icons/seriesSearch.d.ts +0 -9
  541. package/dist/src/icons/seriesSearch.js +0 -11
  542. package/dist/src/icons/shop.d.ts +0 -9
  543. package/dist/src/icons/shop.js +0 -11
  544. package/dist/src/icons/shoppingCart.d.ts +0 -9
  545. package/dist/src/icons/shoppingCart.js +0 -11
  546. package/dist/src/icons/signalSearch.d.ts +0 -9
  547. package/dist/src/icons/signalSearch.js +0 -11
  548. package/dist/src/icons/simCard.d.ts +0 -9
  549. package/dist/src/icons/simCard.js +0 -11
  550. package/dist/src/icons/snowflake.d.ts +0 -9
  551. package/dist/src/icons/snowflake.js +0 -11
  552. package/dist/src/icons/socialMedia.d.ts +0 -9
  553. package/dist/src/icons/socialMedia.js +0 -11
  554. package/dist/src/icons/sort.d.ts +0 -9
  555. package/dist/src/icons/sort.js +0 -11
  556. package/dist/src/icons/sortAlphabetical.d.ts +0 -9
  557. package/dist/src/icons/sortAlphabetical.js +0 -11
  558. package/dist/src/icons/sortAlphabeticalDesc.d.ts +0 -9
  559. package/dist/src/icons/sortAlphabeticalDesc.js +0 -11
  560. package/dist/src/icons/sortAsc.d.ts +0 -9
  561. package/dist/src/icons/sortAsc.js +0 -11
  562. package/dist/src/icons/sortDesc.d.ts +0 -9
  563. package/dist/src/icons/sortDesc.js +0 -11
  564. package/dist/src/icons/sortNumerical.d.ts +0 -9
  565. package/dist/src/icons/sortNumerical.js +0 -11
  566. package/dist/src/icons/sortNumericalDesc.d.ts +0 -9
  567. package/dist/src/icons/sortNumericalDesc.js +0 -11
  568. package/dist/src/icons/splitColumns.d.ts +0 -9
  569. package/dist/src/icons/splitColumns.js +0 -11
  570. package/dist/src/icons/square.d.ts +0 -9
  571. package/dist/src/icons/square.js +0 -11
  572. package/dist/src/icons/stackedChart.d.ts +0 -9
  573. package/dist/src/icons/stackedChart.js +0 -11
  574. package/dist/src/icons/star.d.ts +0 -9
  575. package/dist/src/icons/star.js +0 -11
  576. package/dist/src/icons/starEmpty.d.ts +0 -9
  577. package/dist/src/icons/starEmpty.js +0 -11
  578. package/dist/src/icons/stepBackward.d.ts +0 -9
  579. package/dist/src/icons/stepBackward.js +0 -11
  580. package/dist/src/icons/stepChart.d.ts +0 -9
  581. package/dist/src/icons/stepChart.js +0 -11
  582. package/dist/src/icons/stepForward.d.ts +0 -9
  583. package/dist/src/icons/stepForward.js +0 -11
  584. package/dist/src/icons/strikethrough.d.ts +0 -9
  585. package/dist/src/icons/strikethrough.js +0 -11
  586. package/dist/src/icons/style.d.ts +0 -9
  587. package/dist/src/icons/style.js +0 -11
  588. package/dist/src/icons/symbolCircle.d.ts +0 -9
  589. package/dist/src/icons/symbolCircle.js +0 -11
  590. package/dist/src/icons/symbolCross.d.ts +0 -9
  591. package/dist/src/icons/symbolCross.js +0 -11
  592. package/dist/src/icons/symbolDiamond.d.ts +0 -9
  593. package/dist/src/icons/symbolDiamond.js +0 -11
  594. package/dist/src/icons/symbolSquare.d.ts +0 -9
  595. package/dist/src/icons/symbolSquare.js +0 -11
  596. package/dist/src/icons/symbolTriangleDown.d.ts +0 -9
  597. package/dist/src/icons/symbolTriangleDown.js +0 -11
  598. package/dist/src/icons/symbolTriangleUp.d.ts +0 -9
  599. package/dist/src/icons/symbolTriangleUp.js +0 -11
  600. package/dist/src/icons/takeAction.d.ts +0 -9
  601. package/dist/src/icons/takeAction.js +0 -11
  602. package/dist/src/icons/taxi.d.ts +0 -9
  603. package/dist/src/icons/taxi.js +0 -11
  604. package/dist/src/icons/textHighlight.d.ts +0 -9
  605. package/dist/src/icons/textHighlight.js +0 -11
  606. package/dist/src/icons/th.d.ts +0 -9
  607. package/dist/src/icons/th.js +0 -11
  608. package/dist/src/icons/thDerived.d.ts +0 -9
  609. package/dist/src/icons/thDerived.js +0 -11
  610. package/dist/src/icons/thDisconnect.d.ts +0 -9
  611. package/dist/src/icons/thDisconnect.js +0 -11
  612. package/dist/src/icons/thFiltered.d.ts +0 -9
  613. package/dist/src/icons/thFiltered.js +0 -11
  614. package/dist/src/icons/thList.d.ts +0 -9
  615. package/dist/src/icons/thList.js +0 -11
  616. package/dist/src/icons/timelineEvents.d.ts +0 -9
  617. package/dist/src/icons/timelineEvents.js +0 -11
  618. package/dist/src/icons/tint.d.ts +0 -9
  619. package/dist/src/icons/tint.js +0 -11
  620. package/dist/src/icons/torch.d.ts +0 -9
  621. package/dist/src/icons/torch.js +0 -11
  622. package/dist/src/icons/tractor.d.ts +0 -9
  623. package/dist/src/icons/tractor.js +0 -11
  624. package/dist/src/icons/train.d.ts +0 -9
  625. package/dist/src/icons/train.js +0 -11
  626. package/dist/src/icons/translate.d.ts +0 -9
  627. package/dist/src/icons/translate.js +0 -11
  628. package/dist/src/icons/tree.d.ts +0 -9
  629. package/dist/src/icons/tree.js +0 -11
  630. package/dist/src/icons/trendingDown.d.ts +0 -9
  631. package/dist/src/icons/trendingDown.js +0 -11
  632. package/dist/src/icons/trendingUp.d.ts +0 -9
  633. package/dist/src/icons/trendingUp.js +0 -11
  634. package/dist/src/icons/truck.d.ts +0 -9
  635. package/dist/src/icons/truck.js +0 -11
  636. package/dist/src/icons/twoColumns.d.ts +0 -9
  637. package/dist/src/icons/twoColumns.js +0 -11
  638. package/dist/src/icons/unarchive.d.ts +0 -9
  639. package/dist/src/icons/unarchive.js +0 -11
  640. package/dist/src/icons/underline.d.ts +0 -9
  641. package/dist/src/icons/underline.js +0 -11
  642. package/dist/src/icons/undo.d.ts +0 -9
  643. package/dist/src/icons/undo.js +0 -11
  644. package/dist/src/icons/ungroupObjects.d.ts +0 -9
  645. package/dist/src/icons/ungroupObjects.js +0 -11
  646. package/dist/src/icons/unknownVehicle.d.ts +0 -9
  647. package/dist/src/icons/unknownVehicle.js +0 -11
  648. package/dist/src/icons/unresolve.d.ts +0 -9
  649. package/dist/src/icons/unresolve.js +0 -11
  650. package/dist/src/icons/variable.d.ts +0 -9
  651. package/dist/src/icons/variable.js +0 -11
  652. package/dist/src/icons/verticalBarChartAsc.d.ts +0 -9
  653. package/dist/src/icons/verticalBarChartAsc.js +0 -11
  654. package/dist/src/icons/verticalBarChartDesc.d.ts +0 -9
  655. package/dist/src/icons/verticalBarChartDesc.js +0 -11
  656. package/dist/src/icons/verticalDistribution.d.ts +0 -9
  657. package/dist/src/icons/verticalDistribution.js +0 -11
  658. package/dist/src/icons/video.d.ts +0 -9
  659. package/dist/src/icons/video.js +0 -11
  660. package/dist/src/icons/volumeDown.d.ts +0 -9
  661. package/dist/src/icons/volumeDown.js +0 -11
  662. package/dist/src/icons/volumeOff.d.ts +0 -9
  663. package/dist/src/icons/volumeOff.js +0 -11
  664. package/dist/src/icons/volumeUp.d.ts +0 -9
  665. package/dist/src/icons/volumeUp.js +0 -11
  666. package/dist/src/icons/walk.d.ts +0 -9
  667. package/dist/src/icons/walk.js +0 -11
  668. package/dist/src/icons/waterfallChart.d.ts +0 -9
  669. package/dist/src/icons/waterfallChart.js +0 -11
  670. package/dist/src/icons/widget.d.ts +0 -9
  671. package/dist/src/icons/widget.js +0 -11
  672. package/dist/src/icons/widgetButton.d.ts +0 -9
  673. package/dist/src/icons/widgetButton.js +0 -11
  674. package/dist/src/icons/widgetFooter.d.ts +0 -9
  675. package/dist/src/icons/widgetFooter.js +0 -11
  676. package/dist/src/icons/widgetHeader.d.ts +0 -9
  677. package/dist/src/icons/widgetHeader.js +0 -11
  678. package/dist/src/icons/wrench.d.ts +0 -9
  679. package/dist/src/icons/wrench.js +0 -11
  680. package/dist/src/icons/zoomIn.d.ts +0 -9
  681. package/dist/src/icons/zoomIn.js +0 -11
  682. package/dist/src/icons/zoomOut.d.ts +0 -9
  683. package/dist/src/icons/zoomOut.js +0 -11
  684. package/dist/src/icons/zoomToFit.d.ts +0 -9
  685. package/dist/src/icons/zoomToFit.js +0 -11
  686. package/dist/src/js/themeMap.d.ts +0 -268
  687. package/dist/src/js/themeMap.js +0 -624
  688. /package/dist/src/icons/{addColumnLeft.d.ts → capslock.d.ts} +0 -0
@@ -1 +1 @@
1
- export declare type ClassNames = "-left-1\/2" | "-m-2" | "-mt-4" | "-mx-4" | "-z-10" | "\!container" | "\!inline" | "\!table" | "\[\&\>\*\:not\(\:first-child\)\]\:-ml-3" | "\[\&\>div\:first-child\]\:px-5" | "\[\&\>path\]\:stroke-transparent" | "absolute" | "active\:bg-grey-10" | "active\:bg-grey-5" | "active\:bg-primary-90" | "active\:bg-transparent" | "active\:ring-0" | "active\:ring-grey-50" | "active\:text-grey-50" | "active\:text-grey-70" | "active\:text-grey-80" | "active\:text-primary-70" | "align-middle" | "animate-pulse" | "appearance-none" | "aspect-square" | "auto-cols-fr" | "before\:content-\[\'_\'\]" | "bg-cover" | "bg-current" | "bg-error-0" | "bg-error-20" | "bg-error-5" | "bg-error-70" | "bg-gradient-to-l" | "bg-gradient-to-r" | "bg-grey-0" | "bg-grey-10" | "bg-grey-20" | "bg-grey-30" | "bg-grey-5" | "bg-grey-90" | "bg-info-5" | "bg-info-50" | "bg-navyBlue-100" | "bg-opacity-40" | "bg-primary-70" | "bg-primary-80" | "bg-secondary-5" | "bg-success-5" | "bg-success-70" | "bg-transparent" | "bg-warning-5" | "bg-warning-70" | "bg-white" | "block" | "blur" | "border" | "border-0" | "border-2" | "border-\[1px\]" | "border-b" | "border-b-2" | "border-b-\[1px\]" | "border-current" | "border-dashed" | "border-error-50" | "border-grey-10" | "border-grey-100" | "border-grey-20" | "border-grey-40" | "border-grey-5" | "border-grey-50" | "border-grey-90" | "border-info-70" | "border-navyBlue-100" | "border-none" | "border-primary-80" | "border-solid" | "border-spacing-0" | "border-success-70" | "border-t-2" | "border-transparent" | "bottom-0" | "break-all" | "break-words" | "capitalize" | "checked\:bg-navyBlue-100" | "checked\:bg-opacity-40" | "checked\:border-navyBlue-100" | "checked\:opacity-40" | "checked\:shadow-whiteInset" | "children\:border-grey-10" | "children\:inline-block" | "children\:last\:border-b-0" | "col-start-1" | "col-start-2" | "col-start-3" | "collapse" | "container" | "contents" | "cursor-default" | "cursor-not-allowed" | "cursor-pointer" | "delay-150" | "disabled\:bg-grey-0" | "disabled\:bg-grey-5" | "disabled\:bg-primary-5" | "disabled\:bg-transparent" | "disabled\:border-grey-20" | "disabled\:cursor-not-allowed" | "disabled\:ring-grey-20" | "disabled\:text-grey-20" | "disabled\:text-grey-30" | "disabled\:text-grey-40" | "disabled\:text-primary-40" | "duration-300" | "ease-in-out" | "filter" | "first\:mt-0" | "fixed" | "flex" | "flex-col" | "flex-grow" | "flex-nowrap" | "flex-row" | "flex-row-reverse" | "flex-wrap" | "focus-visible\:bg-grey-0" | "focus-visible\:border-info-70" | "focus-visible\:outline-0" | "focus-visible\:ring-1" | "focus-visible\:ring-2" | "focus-visible\:ring-grey-50" | "focus-visible\:ring-info-70" | "focus-visible\:ring-inset" | "focus-visible\:ring-primary-100" | "focus-visible\:text-grey-80" | "focus-visible\:text-grey-90" | "focus\:bg-error-20" | "focus\:bg-grey-20" | "focus\:border" | "focus\:border-info-70" | "focus\:border-transparent" | "focus\:outline-none" | "focus\:ring-0" | "focus\:ring-1" | "focus\:ring-2" | "focus\:ring-grey-60" | "focus\:ring-offset-0" | "focus\:text-primary-80" | "focusable" | "font-normal" | "from-white" | "gap-0" | "gap-2" | "gap-3" | "gap-4" | "gap-5" | "gap-7" | "gap-8" | "gap-x-2" | "gap-x-3" | "gap-x-4" | "gap-y-2" | "grid" | "grid-cols-1" | "grid-cols-2" | "grid-cols-3" | "grid-cols-\[16px_1fr\]" | "grid-cols-\[200px_1fr_200px\]" | "grid-cols-\[auto_1fr\]" | "grid-cols-\[auto_1fr_auto\]" | "grid-flow-col" | "group" | "group-hover\:bg-grey-0" | "group-hover\:visible" | "group-last\:border-b-0" | "grow" | "grow-0" | "h-1" | "h-1px" | "h-2" | "h-3" | "h-4" | "h-5" | "h-6" | "h-\[120px\]" | "h-\[174px\]" | "h-\[1px\]" | "h-\[20px\]" | "h-\[225px\]" | "h-\[25px\]" | "h-\[2px\]" | "h-\[32px\]" | "h-\[3px\]" | "h-\[50px\]" | "h-\[56px\]" | "h-\[6px\]" | "h-\[8px\]" | "h-auto" | "h-full" | "hidden" | "hover\:bg-error-10" | "hover\:bg-grey-0" | "hover\:bg-grey-10" | "hover\:bg-grey-30" | "hover\:bg-grey-5" | "hover\:bg-primary-70" | "hover\:border-grey-20" | "hover\:border-grey-50" | "hover\:checked\:bg-navyBlue-100" | "hover\:cursor-pointer" | "hover\:ring-grey-50" | "hover\:text-grey-80" | "hover\:text-grey-90" | "hover\:text-primary-70" | "hover\:text-primary-80" | "inline" | "inline-block" | "inline-flex" | "inline-grid" | "inset-0" | "inset-y-0" | "invisible" | "italic" | "items-center" | "items-stretch" | "justify-between" | "justify-center" | "justify-end" | "justify-self-center" | "justify-start" | "leading-\[0px\]" | "leading-\[18px\]" | "leading-none" | "left-0" | "left-1\/2" | "left-2" | "line-clamp-1" | "line-clamp-2" | "line-clamp-3" | "line-clamp-4" | "line-clamp-5" | "line-clamp-6" | "m-3" | "m-4" | "m-\[1px\]" | "max-h-full" | "max-w-\[300px\]" | "max-w-\[320px\]" | "max-w-\[40px\]" | "max-w-\[600px\]" | "max-w-\[70px\]" | "max-w-\[940px\]" | "max-w-screen-lg" | "max-w-screen-md" | "max-w-screen-sm" | "max-w-screen-xl" | "max-w-screen-xs" | "mb-2" | "mb-3" | "mb-5" | "mb-\[-2px\]" | "mb-\[7px\]" | "min-h-\[120px\]" | "min-h-\[50px\]" | "min-h-full" | "min-w-0" | "min-w-\[280px\]" | "min-w-full" | "ml-2" | "ml-3" | "mr-1" | "mr-4" | "mt-1" | "mt-2" | "mt-4" | "mt-5" | "mt-auto" | "mx-0" | "mx-1" | "mx-2" | "mx-3" | "mx-7" | "my-1" | "my-4" | "no-arrow" | "no-arrows" | "no-underline" | "object-cover" | "opacity-40" | "opacity-70" | "origin-\[0\%_45\%\]" | "outline-none" | "overflow-hidden" | "overflow-x-hidden" | "overflow-x-scroll" | "overflow-y-auto" | "p-1" | "p-2" | "p-3" | "p-4" | "p-5" | "p-6" | "p-\[2px\]" | "p-\[3px\]" | "pb-3" | "pb-6" | "peer" | "peer-checked\/switch\:left-1" | "peer-checked\/switch\:translate-x-5" | "peer-checked\:\[\&\>path\]\:stroke-grey-30" | "peer-checked\:\[\&\>path\]\:stroke-white" | "peer-checked\:border-navyBlue-100" | "peer-checked\:text-grey-30" | "peer-checked\:text-white" | "peer-disabled\/switch\:bg-grey-0" | "peer-focus\:border-info-70" | "peer-hover\:border-grey-50" | "peer\/switch" | "pl-4" | "pl-7" | "placeholder\:text-grey-40" | "pointer-events-none" | "pr-4" | "pt-3" | "px-0" | "px-1" | "px-2" | "px-3" | "px-4" | "px-5" | "px-6" | "px-7" | "px-\[14px\]" | "px-\[1px\]" | "px-\[20px\]" | "px-\[4px\]" | "py-1" | "py-2" | "py-3" | "py-4" | "py-5" | "py-6" | "py-7" | "py-\[14px\]" | "py-\[6px\]" | "relative" | "resize" | "resize-none" | "right-0" | "right-\[28px\]" | "ring-0" | "ring-1" | "ring-2" | "ring-grey-30" | "ring-inset" | "ring-offset-0" | "rotate-45" | "rounded" | "rounded-\[2px\]" | "rounded-full" | "rounded-sm" | "row-start-1" | "scale-\[0\.55\]" | "scroll-smooth" | "scrollbar-hide" | "self-center" | "self-start" | "shadow-16dp" | "shadow-2dp" | "shadow-4dp" | "shrink" | "snap-mandatory" | "snap-start" | "snap-x" | "static" | "sticky" | "stroke-grey-30" | "table" | "table-auto" | "table-fixed" | "text-\[8px\]" | "text-\[9px\]" | "text-center" | "text-error-0" | "text-error-10" | "text-error-100" | "text-error-20" | "text-error-30" | "text-error-40" | "text-error-5" | "text-error-50" | "text-error-60" | "text-error-70" | "text-error-80" | "text-error-90" | "text-grey-0" | "text-grey-10" | "text-grey-100" | "text-grey-20" | "text-grey-30" | "text-grey-40" | "text-grey-5" | "text-grey-50" | "text-grey-60" | "text-grey-70" | "text-grey-80" | "text-grey-90" | "text-info-0" | "text-info-10" | "text-info-100" | "text-info-20" | "text-info-30" | "text-info-40" | "text-info-5" | "text-info-50" | "text-info-60" | "text-info-70" | "text-info-80" | "text-info-90" | "text-left" | "text-primary-0" | "text-primary-10" | "text-primary-100" | "text-primary-20" | "text-primary-30" | "text-primary-40" | "text-primary-5" | "text-primary-50" | "text-primary-60" | "text-primary-70" | "text-primary-80" | "text-primary-90" | "text-right" | "text-secondary-0" | "text-secondary-10" | "text-secondary-100" | "text-secondary-20" | "text-secondary-30" | "text-secondary-40" | "text-secondary-5" | "text-secondary-50" | "text-secondary-60" | "text-secondary-70" | "text-secondary-80" | "text-secondary-90" | "text-success-0" | "text-success-10" | "text-success-100" | "text-success-20" | "text-success-30" | "text-success-40" | "text-success-5" | "text-success-50" | "text-success-60" | "text-success-70" | "text-success-80" | "text-success-90" | "text-transparent" | "text-warning-0" | "text-warning-10" | "text-warning-100" | "text-warning-20" | "text-warning-30" | "text-warning-40" | "text-warning-5" | "text-warning-50" | "text-warning-60" | "text-warning-70" | "text-warning-80" | "text-warning-90" | "text-white" | "top-0" | "top-\[14px\]" | "top-\[20px\]" | "top-\[3px\]" | "transform" | "transition" | "transition-all" | "typography-body-default" | "typography-body-default-medium" | "typography-body-large" | "typography-body-large-medium" | "typography-body-small" | "typography-body-small-medium" | "typography-button-large" | "typography-button-medium" | "typography-button-small" | "typography-caption" | "typography-caption-default" | "typography-caption-small" | "typography-default" | "typography-default-strong" | "typography-heading" | "typography-heading-2xl" | "typography-heading-3xl" | "typography-heading-4xl" | "typography-heading-5xl" | "typography-heading-large" | "typography-heading-xl" | "typography-large" | "typography-large-heading" | "typography-large-strong" | "typography-overline-default" | "typography-overline-small" | "typography-small" | "typography-small-strong" | "typography-subheading" | "uppercase" | "via-white" | "visible" | "visited\:text-primary-80" | "w-1" | "w-1px" | "w-2" | "w-3" | "w-4" | "w-5" | "w-6" | "w-\[280px\]" | "w-\[32px\]" | "w-\[34px\]" | "w-\[56px\]" | "w-\[6px\]" | "w-\[8px\]" | "w-full" | "whitespace-nowrap" | "whitespace-pre" | "z-0" | "z-10" | "z-20" | "z-40" | "z-modal";
1
+ export declare type ClassNames = "-left-1\/2" | "-m-2" | "-mt-4" | "-mx-4" | "-z-10" | "\!container" | "\!inline" | "\!table" | "\[\&\>\*\:not\(\:first-child\)\]\:-ml-3" | "\[\&\>div\:first-child\]\:px-5" | "\[\&\>path\]\:stroke-transparent" | "absolute" | "active\:bg-grey-10" | "active\:bg-grey-5" | "active\:bg-primary-90" | "active\:bg-transparent" | "active\:ring-0" | "active\:ring-grey-50" | "active\:text-grey-50" | "active\:text-grey-70" | "active\:text-grey-80" | "active\:text-primary-70" | "align-middle" | "animate-pulse" | "appearance-none" | "aspect-square" | "auto-cols-fr" | "before\:content-\[\'_\'\]" | "bg-cover" | "bg-current" | "bg-error-0" | "bg-error-20" | "bg-error-5" | "bg-error-70" | "bg-gradient-to-l" | "bg-gradient-to-r" | "bg-grey-0" | "bg-grey-10" | "bg-grey-20" | "bg-grey-30" | "bg-grey-5" | "bg-grey-90" | "bg-info-5" | "bg-info-50" | "bg-navyBlue-100" | "bg-opacity-40" | "bg-primary-70" | "bg-primary-80" | "bg-secondary-5" | "bg-success-5" | "bg-success-70" | "bg-transparent" | "bg-warning-5" | "bg-warning-70" | "bg-white" | "block" | "blur" | "border" | "border-0" | "border-2" | "border-\[1px\]" | "border-b" | "border-b-2" | "border-b-\[1px\]" | "border-current" | "border-dashed" | "border-error-50" | "border-grey-10" | "border-grey-100" | "border-grey-20" | "border-grey-40" | "border-grey-5" | "border-grey-50" | "border-grey-90" | "border-info-70" | "border-navyBlue-100" | "border-none" | "border-primary-80" | "border-solid" | "border-spacing-0" | "border-success-70" | "border-t-2" | "border-transparent" | "bottom-0" | "break-all" | "break-words" | "capitalize" | "checked\:bg-navyBlue-100" | "checked\:bg-opacity-40" | "checked\:border-navyBlue-100" | "checked\:opacity-40" | "checked\:shadow-whiteInset" | "children\:border-grey-10" | "children\:inline-block" | "children\:last\:border-b-0" | "col-start-1" | "col-start-2" | "col-start-3" | "collapse" | "container" | "contents" | "cursor-default" | "cursor-not-allowed" | "cursor-pointer" | "delay-150" | "disabled\:bg-grey-0" | "disabled\:bg-grey-5" | "disabled\:bg-primary-5" | "disabled\:bg-transparent" | "disabled\:border-grey-20" | "disabled\:cursor-not-allowed" | "disabled\:ring-grey-20" | "disabled\:text-grey-20" | "disabled\:text-grey-30" | "disabled\:text-grey-40" | "disabled\:text-primary-40" | "duration-300" | "ease-in-out" | "filter" | "first\:mt-0" | "fixed" | "flex" | "flex-col" | "flex-grow" | "flex-nowrap" | "flex-row" | "flex-row-reverse" | "flex-wrap" | "focus-visible\:bg-grey-0" | "focus-visible\:border-info-70" | "focus-visible\:outline-0" | "focus-visible\:ring-1" | "focus-visible\:ring-2" | "focus-visible\:ring-grey-50" | "focus-visible\:ring-info-70" | "focus-visible\:ring-inset" | "focus-visible\:ring-primary-100" | "focus-visible\:text-grey-80" | "focus-visible\:text-grey-90" | "focus\:bg-error-20" | "focus\:bg-grey-20" | "focus\:border" | "focus\:border-info-70" | "focus\:border-transparent" | "focus\:outline-none" | "focus\:ring-0" | "focus\:ring-1" | "focus\:ring-2" | "focus\:ring-grey-60" | "focus\:ring-offset-0" | "focus\:text-primary-80" | "focusable" | "font-normal" | "from-white" | "gap-0" | "gap-2" | "gap-3" | "gap-4" | "gap-5" | "gap-7" | "gap-8" | "gap-x-2" | "gap-x-3" | "gap-x-4" | "gap-y-2" | "grid" | "grid-cols-1" | "grid-cols-2" | "grid-cols-3" | "grid-cols-\[16px_1fr\]" | "grid-cols-\[200px_1fr_200px\]" | "grid-cols-\[auto_1fr\]" | "grid-cols-\[auto_1fr_auto\]" | "grid-flow-col" | "group" | "group-hover\:bg-grey-0" | "group-hover\:visible" | "group-last\:border-b-0" | "grow" | "grow-0" | "h-1" | "h-1px" | "h-2" | "h-3" | "h-4" | "h-5" | "h-6" | "h-\[120px\]" | "h-\[174px\]" | "h-\[1px\]" | "h-\[20px\]" | "h-\[225px\]" | "h-\[25px\]" | "h-\[2px\]" | "h-\[32px\]" | "h-\[3px\]" | "h-\[50px\]" | "h-\[56px\]" | "h-\[6px\]" | "h-\[8px\]" | "h-auto" | "h-full" | "hidden" | "hover\:bg-error-10" | "hover\:bg-grey-0" | "hover\:bg-grey-10" | "hover\:bg-grey-30" | "hover\:bg-grey-5" | "hover\:bg-primary-70" | "hover\:border-grey-20" | "hover\:border-grey-50" | "hover\:checked\:bg-navyBlue-100" | "hover\:cursor-pointer" | "hover\:ring-grey-50" | "hover\:text-grey-80" | "hover\:text-grey-90" | "hover\:text-primary-70" | "hover\:text-primary-80" | "icon-stroke-2" | "inline" | "inline-block" | "inline-flex" | "inline-grid" | "inset-0" | "inset-y-0" | "invisible" | "italic" | "items-center" | "items-stretch" | "justify-between" | "justify-center" | "justify-end" | "justify-self-center" | "justify-start" | "leading-\[0px\]" | "leading-\[18px\]" | "leading-none" | "left-0" | "left-1\/2" | "left-2" | "line-clamp-1" | "line-clamp-2" | "line-clamp-3" | "line-clamp-4" | "line-clamp-5" | "line-clamp-6" | "m-3" | "m-4" | "m-\[1px\]" | "max-h-full" | "max-w-\[300px\]" | "max-w-\[320px\]" | "max-w-\[40px\]" | "max-w-\[600px\]" | "max-w-\[70px\]" | "max-w-\[940px\]" | "max-w-screen-lg" | "max-w-screen-md" | "max-w-screen-sm" | "max-w-screen-xl" | "max-w-screen-xs" | "mb-2" | "mb-3" | "mb-5" | "mb-\[-2px\]" | "mb-\[7px\]" | "min-h-\[120px\]" | "min-h-\[50px\]" | "min-h-full" | "min-w-0" | "min-w-\[280px\]" | "min-w-full" | "ml-2" | "ml-3" | "mr-1" | "mr-4" | "mt-1" | "mt-2" | "mt-4" | "mt-5" | "mt-auto" | "mx-0" | "mx-1" | "mx-2" | "mx-3" | "mx-7" | "my-1" | "my-4" | "no-arrow" | "no-arrows" | "no-underline" | "object-cover" | "opacity-40" | "opacity-70" | "origin-\[0\%_45\%\]" | "outline-none" | "overflow-hidden" | "overflow-x-hidden" | "overflow-x-scroll" | "overflow-y-auto" | "p-1" | "p-2" | "p-3" | "p-4" | "p-5" | "p-6" | "p-\[2px\]" | "p-\[3px\]" | "pb-3" | "pb-6" | "peer" | "peer-checked\/switch\:left-1" | "peer-checked\/switch\:translate-x-5" | "peer-checked\:\[\&\>path\]\:stroke-grey-30" | "peer-checked\:\[\&\>path\]\:stroke-white" | "peer-checked\:border-navyBlue-100" | "peer-checked\:text-grey-30" | "peer-checked\:text-white" | "peer-disabled\/switch\:bg-grey-0" | "peer-focus\:border-info-70" | "peer-hover\:border-grey-50" | "peer\/switch" | "pl-4" | "pl-7" | "placeholder\:text-grey-40" | "pointer-events-none" | "pr-4" | "pt-3" | "px-0" | "px-1" | "px-2" | "px-3" | "px-4" | "px-5" | "px-6" | "px-7" | "px-\[14px\]" | "px-\[1px\]" | "px-\[20px\]" | "px-\[4px\]" | "py-1" | "py-2" | "py-3" | "py-4" | "py-5" | "py-6" | "py-7" | "py-\[14px\]" | "py-\[6px\]" | "recharts-cartesian-axis-tick-value" | "recharts-tooltip-item" | "recharts-tooltip-item-separator" | "recharts-tooltip-wrapper" | "relative" | "resize" | "resize-none" | "right-0" | "right-\[28px\]" | "ring-0" | "ring-1" | "ring-2" | "ring-grey-30" | "ring-inset" | "ring-offset-0" | "rotate-45" | "rounded" | "rounded-\[2px\]" | "rounded-full" | "rounded-sm" | "row-start-1" | "scale-\[0\.55\]" | "scroll-smooth" | "scrollbar-hide" | "self-center" | "self-start" | "shadow-16dp" | "shadow-2dp" | "shadow-4dp" | "shrink" | "snap-mandatory" | "snap-start" | "snap-x" | "static" | "sticky" | "stroke-grey-30" | "table" | "table-auto" | "table-fixed" | "text-\[8px\]" | "text-\[9px\]" | "text-center" | "text-error-0" | "text-error-10" | "text-error-100" | "text-error-20" | "text-error-30" | "text-error-40" | "text-error-5" | "text-error-50" | "text-error-60" | "text-error-70" | "text-error-80" | "text-error-90" | "text-grey-0" | "text-grey-10" | "text-grey-100" | "text-grey-20" | "text-grey-30" | "text-grey-40" | "text-grey-5" | "text-grey-50" | "text-grey-60" | "text-grey-70" | "text-grey-80" | "text-grey-90" | "text-info-0" | "text-info-10" | "text-info-100" | "text-info-20" | "text-info-30" | "text-info-40" | "text-info-5" | "text-info-50" | "text-info-60" | "text-info-70" | "text-info-80" | "text-info-90" | "text-left" | "text-primary-0" | "text-primary-10" | "text-primary-100" | "text-primary-20" | "text-primary-30" | "text-primary-40" | "text-primary-5" | "text-primary-50" | "text-primary-60" | "text-primary-70" | "text-primary-80" | "text-primary-90" | "text-right" | "text-secondary-0" | "text-secondary-10" | "text-secondary-100" | "text-secondary-20" | "text-secondary-30" | "text-secondary-40" | "text-secondary-5" | "text-secondary-50" | "text-secondary-60" | "text-secondary-70" | "text-secondary-80" | "text-secondary-90" | "text-success-0" | "text-success-10" | "text-success-100" | "text-success-20" | "text-success-30" | "text-success-40" | "text-success-5" | "text-success-50" | "text-success-60" | "text-success-70" | "text-success-80" | "text-success-90" | "text-transparent" | "text-warning-0" | "text-warning-10" | "text-warning-100" | "text-warning-20" | "text-warning-30" | "text-warning-40" | "text-warning-5" | "text-warning-50" | "text-warning-60" | "text-warning-70" | "text-warning-80" | "text-warning-90" | "text-white" | "top-0" | "top-\[14px\]" | "top-\[20px\]" | "top-\[3px\]" | "transform" | "transition" | "transition-all" | "typography-body-default" | "typography-body-default-medium" | "typography-body-large" | "typography-body-large-medium" | "typography-body-small" | "typography-body-small-medium" | "typography-button-large" | "typography-button-medium" | "typography-button-small" | "typography-caption" | "typography-caption-default" | "typography-caption-small" | "typography-default" | "typography-default-strong" | "typography-heading" | "typography-heading-2xl" | "typography-heading-3xl" | "typography-heading-4xl" | "typography-heading-5xl" | "typography-heading-large" | "typography-heading-xl" | "typography-large" | "typography-large-heading" | "typography-large-strong" | "typography-overline-default" | "typography-overline-small" | "typography-small" | "typography-small-strong" | "typography-subheading" | "uppercase" | "via-white" | "visible" | "visited\:text-primary-80" | "w-1" | "w-1px" | "w-2" | "w-3" | "w-4" | "w-5" | "w-6" | "w-\[280px\]" | "w-\[32px\]" | "w-\[34px\]" | "w-\[56px\]" | "w-\[6px\]" | "w-\[8px\]" | "w-full" | "whitespace-nowrap" | "whitespace-pre" | "z-0" | "z-10" | "z-20" | "z-40" | "z-modal";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aivenio/aquarium",
3
- "version": "1.18.0-rc1",
3
+ "version": "1.18.0-rc3",
4
4
  "description": "Aiven Aquarium design system",
5
5
  "main": "dist/system.cjs",
6
6
  "module": "dist/system.mjs",
@@ -90,17 +90,19 @@
90
90
  "@babel/preset-react": "^7.18.6",
91
91
  "@babel/preset-typescript": "^7.18.6",
92
92
  "@iconify/tools": "^2.0.14",
93
- "@storybook/addon-a11y": "^7.0.0-beta.31",
94
- "@storybook/addon-essentials": "^7.0.0-beta.31",
95
- "@storybook/addon-links": "^7.0.0-beta.31",
93
+ "@storybook/addon-a11y": "^7.0.8",
94
+ "@storybook/addon-essentials": "^7.0.8",
95
+ "@storybook/addon-links": "^7.0.8",
96
+ "@storybook/addon-mdx-gfm": "^7.0.8",
96
97
  "@storybook/addon-postcss": "^2.0.0",
97
- "@storybook/addon-toolbars": "^7.0.0-beta.31",
98
- "@storybook/addons": "^7.0.0-beta.31",
98
+ "@storybook/addon-storyshots": "^7.0.8",
99
+ "@storybook/addon-toolbars": "^7.0.8",
100
+ "@storybook/addons": "^7.0.8",
99
101
  "@storybook/preset-typescript": "^3.0.0",
100
- "@storybook/react": "^7.0.0-beta.31",
101
- "@storybook/react-webpack5": "^7.0.0-beta.31",
102
+ "@storybook/react": "^7.0.8",
103
+ "@storybook/react-webpack5": "^7.0.8",
102
104
  "@tailwindcss/line-clamp": "^0.4.2",
103
- "@testing-library/dom": "^8.19.0",
105
+ "@testing-library/dom": "^8.20.0",
104
106
  "@testing-library/jest-dom": "^5.16.5",
105
107
  "@testing-library/react": "^12.1.5",
106
108
  "@testing-library/react-hooks": "^8.0.1",
@@ -110,7 +112,8 @@
110
112
  "@types/convict": "^6.0.1",
111
113
  "@types/jest": "^29.2.2",
112
114
  "@types/lodash": "^4.14.168",
113
- "@types/react-dom": "^17.0.3",
115
+ "@types/react": "^17.0.58",
116
+ "@types/react-dom": "^17.0.20",
114
117
  "@types/tailwindcss": "^3.1.0",
115
118
  "@typescript-eslint/eslint-plugin": "^5.48.0",
116
119
  "@typescript-eslint/parser": "^5.48.0",
@@ -152,7 +155,8 @@
152
155
  "prettier": "^2.8.3",
153
156
  "react": "^17.0.2",
154
157
  "react-dom": "^17.0.2",
155
- "storybook": "^7.0.0-beta.31",
158
+ "react-test-renderer": "^17.0.2",
159
+ "storybook": "^7.0.8",
156
160
  "style-dictionary": "^3.7.0",
157
161
  "tailwindcss": "^3.2.4",
158
162
  "tailwindcss-children": "^2.1.0",
@@ -174,7 +178,8 @@
174
178
  "match-sorter": "^6.3.1",
175
179
  "react-aria": "^3.23.1",
176
180
  "react-popper": "^2.3.0",
177
- "react-stately": "^3.20.0"
181
+ "react-stately": "^3.20.0",
182
+ "recharts": "^2.5.0"
178
183
  },
179
184
  "peerDependencies": {
180
185
  "lodash": "4.x",
@@ -1,178 +0,0 @@
1
- /**
2
- * Do not edit directly
3
- * Generated on Fri, 05 May 2023 07:35:31 GMT
4
- */
5
-
6
- :root {
7
- --theme-border-radius-none: 0px;
8
- --theme-border-radius-sm: 0.125rem;
9
- --theme-border-radius-default: 4px;
10
- --theme-border-radius-md: 0.375rem;
11
- --theme-border-radius-lg: 0.5rem;
12
- --theme-border-radius-xl: 0.75rem;
13
- --theme-border-radius-2xl: 1rem;
14
- --theme-border-radius-3xl: 1.5rem;
15
- --theme-border-radius-full: 9999px;
16
- --theme-colors-error-100: #aa0000;
17
- --theme-colors-error-90: #b90000;
18
- --theme-colors-error-80: #c50001;
19
- --theme-colors-error-70: #d80005;
20
- --theme-colors-error-60: #e70000;
21
- --theme-colors-error-50: #e62728;
22
- --theme-colors-error-40: #e0504f;
23
- --theme-colors-error-30: #ed7975;
24
- --theme-colors-error-20: #ffadb3;
25
- --theme-colors-error-10: #ffcbd2;
26
- --theme-colors-error-5: #fee8e7;
27
- --theme-colors-error-0: #fef2f1;
28
- --theme-colors-warning-100: #fe6d00;
29
- --theme-colors-warning-90: #ff9003;
30
- --theme-colors-warning-80: #fd9f00;
31
- --theme-colors-warning-70: #ffb300;
32
- --theme-colors-warning-60: #ffc107;
33
- --theme-colors-warning-50: #fdc926;
34
- --theme-colors-warning-40: #fdd44d;
35
- --theme-colors-warning-30: #fddf81;
36
- --theme-colors-warning-20: #feebb2;
37
- --theme-colors-warning-10: #fff2cd;
38
- --theme-colors-warning-5: #fff8ea;
39
- --theme-colors-warning-0: #fffdf9;
40
- --theme-colors-success-100: #006f00;
41
- --theme-colors-success-90: #008e00;
42
- --theme-colors-success-80: #009f00;
43
- --theme-colors-success-70: #00b300;
44
- --theme-colors-success-60: #00c300;
45
- --theme-colors-success-50: #40ce37;
46
- --theme-colors-success-40: #60db57;
47
- --theme-colors-success-30: #89eb80;
48
- --theme-colors-success-20: #afffa7;
49
- --theme-colors-success-10: #cbffc9;
50
- --theme-colors-success-5: #ecf7ed;
51
- --theme-colors-success-0: #f5faf5;
52
- --theme-colors-info-100: #02569a;
53
- --theme-colors-info-90: #0174ba;
54
- --theme-colors-info-80: #0788d1;
55
- --theme-colors-info-70: #0399e3;
56
- --theme-colors-info-60: #02a8f3;
57
- --theme-colors-info-50: #28b4f4;
58
- --theme-colors-info-40: #4cc2f7;
59
- --theme-colors-info-30: #7fd1f7;
60
- --theme-colors-info-20: #b4e5fb;
61
- --theme-colors-info-10: #e0f5fe;
62
- --theme-colors-info-5: #effaff;
63
- --theme-colors-info-0: #f9fdff;
64
- --theme-colors-grey-100: #19191d;
65
- --theme-colors-grey-90: #292a31;
66
- --theme-colors-grey-80: #3a3a44;
67
- --theme-colors-grey-70: #4a4b57;
68
- --theme-colors-grey-60: #5a5b6a;
69
- --theme-colors-grey-50: #787885;
70
- --theme-colors-grey-40: #9696a0;
71
- --theme-colors-grey-30: #b4b4bb;
72
- --theme-colors-grey-10: #e1e1e3;
73
- --theme-colors-grey-5: #ededf0;
74
- --theme-colors-grey-0: #f7f7fa;
75
- --theme-colors-secondary-100: #e11d16;
76
- --theme-colors-secondary-90: #eb4610;
77
- --theme-colors-secondary-80: #f3580d;
78
- --theme-colors-secondary-70: #f96a02;
79
- --theme-colors-secondary-60: #ff7700;
80
- --theme-colors-secondary-50: #fc871a;
81
- --theme-colors-secondary-40: #fb9a3e;
82
- --theme-colors-secondary-30: #fab26e;
83
- --theme-colors-secondary-20: #f8c99c;
84
- --theme-colors-secondary-10: #fee8d0;
85
- --theme-colors-secondary-5: #fff3e8;
86
- --theme-colors-secondary-0: #fffbf8;
87
- --theme-colors-primary-100: #a70045;
88
- --theme-colors-primary-90: #c60443;
89
- --theme-colors-primary-80: #e41a4a;
90
- --theme-colors-primary-70: #ff3554;
91
- --theme-colors-primary-60: #ff5275;
92
- --theme-colors-primary-50: #ff6f94;
93
- --theme-colors-primary-40: #ff8db0;
94
- --theme-colors-primary-30: #ffa9c9;
95
- --theme-colors-primary-20: #ffc4de;
96
- --theme-colors-primary-10: #ffdeef;
97
- --theme-colors-primary-5: #ffe8f4;
98
- --theme-colors-primary-0: #fff9fc;
99
- --theme-colors-grey-20: #d2d2d6;
100
- --theme-colors-navy-blue-100: #30375E;
101
- --theme-colors-transparent: transparent;
102
- --theme-colors-white: white;
103
- --theme-colors-black: black;
104
- --theme-colors-current: currentColor;
105
- --theme-box-shadow-24dp: 0px 24px 48px rgba(90, 91, 106, 0.08), 0px 12px 24px rgba(58, 58, 68, 0.08);
106
- --theme-box-shadow-16dp: 0px 16px 32px rgba(90, 91, 106, 0.12), 0px 8px 16px rgba(58, 58, 68, 0.12);
107
- --theme-box-shadow-8dp: 0px 8px 16px rgba(90, 91, 106, 0.16), 0px 4px 8px rgba(58, 58, 68, 0.16);
108
- --theme-box-shadow-4dp: 0px 4px 8px rgba(90, 91, 106, 0.20), 0px 2px 4px rgba(58, 58, 68, 0.20);
109
- --theme-box-shadow-2dp: 0px 2px 4px rgba(90, 91, 106, 0.24), 0px 1px 2px rgba(58, 58, 68, 0.24);
110
- --theme-box-shadow-white-inset: inset 0 0 0 3px rgba(255,255,255,1);
111
- --theme-screens-default: 0px;
112
- --theme-screens-xs: 320px;
113
- --theme-screens-sm: 672px;
114
- --theme-screens-md: 1056px;
115
- --theme-screens-lg: 1312px;
116
- --theme-screens-xl: 1536px;
117
- --theme-border-width-0: 0px;
118
- --theme-border-width-2: 2px;
119
- --theme-border-width-4: 4px;
120
- --theme-border-width-8: 8px;
121
- --theme-border-width-default: 1px;
122
- --theme-font-family-sans: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
123
- --theme-font-family-serif: ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;
124
- --theme-font-family-mono: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
125
- --theme-font-size-xs: 0.75rem;
126
- --theme-font-size-xs-line-height: 1rem;
127
- --theme-font-size-sm: 0.875rem;
128
- --theme-font-size-sm-line-height: 1.25rem;
129
- --theme-font-size-base: 1rem;
130
- --theme-font-size-base-line-height: 1.5rem;
131
- --theme-font-size-lg: 1.125rem;
132
- --theme-font-size-lg-line-height: 1.75rem;
133
- --theme-font-size-xl: 1.25rem;
134
- --theme-font-size-xl-line-height: 1.75rem;
135
- --theme-font-size-2xl: 1.5rem;
136
- --theme-font-size-2xl-line-height: 2rem;
137
- --theme-font-size-3xl: 1.875rem;
138
- --theme-font-size-3xl-line-height: 2.25rem;
139
- --theme-font-size-4xl: 2.25rem;
140
- --theme-font-size-4xl-line-height: 2.5rem;
141
- --theme-font-size-5xl: 3rem;
142
- --theme-font-size-5xl-line-height: 1;
143
- --theme-font-size-6xl: 3.75rem;
144
- --theme-font-size-6xl-line-height: 1;
145
- --theme-font-size-7xl: 4.5rem;
146
- --theme-font-size-7xl-line-height: 1;
147
- --theme-font-size-8xl: 6rem;
148
- --theme-font-size-8xl-line-height: 1;
149
- --theme-font-size-9xl: 8rem;
150
- --theme-font-size-9xl-line-height: 1;
151
- --theme-font-weight-thin: 100;
152
- --theme-font-weight-extralight: 200;
153
- --theme-font-weight-light: 300;
154
- --theme-font-weight-normal: 400;
155
- --theme-font-weight-medium: 500;
156
- --theme-font-weight-semibold: 600;
157
- --theme-font-weight-bold: 700;
158
- --theme-font-weight-extrabold: 800;
159
- --theme-font-weight-black: 900;
160
- --theme-spacing-0: 0;
161
- --theme-spacing-1: 2px;
162
- --theme-spacing-2: 4px;
163
- --theme-spacing-3: 8px;
164
- --theme-spacing-4: 12px;
165
- --theme-spacing-5: 16px;
166
- --theme-spacing-6: 24px;
167
- --theme-spacing-7: 32px;
168
- --theme-spacing-8: 40px;
169
- --theme-spacing-9: 48px;
170
- --theme-spacing-1px: 1px;
171
- --theme-spacing-l1: 16px;
172
- --theme-spacing-l2: 24px;
173
- --theme-spacing-l3: 32px;
174
- --theme-spacing-l4: 48px;
175
- --theme-spacing-l5: 64px;
176
- --theme-spacing-l6: 96px;
177
- --theme-spacing-l7: 160px;
178
- }
@@ -1,178 +0,0 @@
1
- /**
2
- * Do not edit directly
3
- * Generated on Fri, 05 May 2023 07:35:31 GMT
4
- */
5
-
6
- :root {
7
- --theme-border-radius-none: 0px;
8
- --theme-border-radius-sm: 0.125rem;
9
- --theme-border-radius-default: 4px;
10
- --theme-border-radius-md: 0.375rem;
11
- --theme-border-radius-lg: 0.5rem;
12
- --theme-border-radius-xl: 0.75rem;
13
- --theme-border-radius-2xl: 1rem;
14
- --theme-border-radius-3xl: 1.5rem;
15
- --theme-border-radius-full: 9999px;
16
- --theme-colors-error-100: #aa0000;
17
- --theme-colors-error-90: #b90000;
18
- --theme-colors-error-80: #c50001;
19
- --theme-colors-error-70: #d80005;
20
- --theme-colors-error-60: #e70000;
21
- --theme-colors-error-50: #e62728;
22
- --theme-colors-error-40: #e0504f;
23
- --theme-colors-error-30: #ed7975;
24
- --theme-colors-error-20: #ffadb3;
25
- --theme-colors-error-10: #ffcbd2;
26
- --theme-colors-error-5: #fee8e7;
27
- --theme-colors-error-0: #fef2f1;
28
- --theme-colors-warning-100: #fe6d00;
29
- --theme-colors-warning-90: #ff9003;
30
- --theme-colors-warning-80: #fd9f00;
31
- --theme-colors-warning-70: #ffb300;
32
- --theme-colors-warning-60: #ffc107;
33
- --theme-colors-warning-50: #fdc926;
34
- --theme-colors-warning-40: #fdd44d;
35
- --theme-colors-warning-30: #fddf81;
36
- --theme-colors-warning-20: #feebb2;
37
- --theme-colors-warning-10: #fff2cd;
38
- --theme-colors-warning-5: #fff8ea;
39
- --theme-colors-warning-0: #fffdf9;
40
- --theme-colors-success-100: #006f00;
41
- --theme-colors-success-90: #008e00;
42
- --theme-colors-success-80: #009f00;
43
- --theme-colors-success-70: #00b300;
44
- --theme-colors-success-60: #00c300;
45
- --theme-colors-success-50: #40ce37;
46
- --theme-colors-success-40: #60db57;
47
- --theme-colors-success-30: #89eb80;
48
- --theme-colors-success-20: #afffa7;
49
- --theme-colors-success-10: #cbffc9;
50
- --theme-colors-success-5: #ecf7ed;
51
- --theme-colors-success-0: #f5faf5;
52
- --theme-colors-info-100: #02569a;
53
- --theme-colors-info-90: #0174ba;
54
- --theme-colors-info-80: #0788d1;
55
- --theme-colors-info-70: #0399e3;
56
- --theme-colors-info-60: #02a8f3;
57
- --theme-colors-info-50: #28b4f4;
58
- --theme-colors-info-40: #4cc2f7;
59
- --theme-colors-info-30: #7fd1f7;
60
- --theme-colors-info-20: #b4e5fb;
61
- --theme-colors-info-10: #e0f5fe;
62
- --theme-colors-info-5: #effaff;
63
- --theme-colors-info-0: #f9fdff;
64
- --theme-colors-grey-100: #19191d;
65
- --theme-colors-grey-90: #292a31;
66
- --theme-colors-grey-80: #3a3a44;
67
- --theme-colors-grey-70: #4a4b57;
68
- --theme-colors-grey-60: #5a5b6a;
69
- --theme-colors-grey-50: #787885;
70
- --theme-colors-grey-40: #9696a0;
71
- --theme-colors-grey-30: #b4b4bb;
72
- --theme-colors-grey-20: #d2d2d6;
73
- --theme-colors-grey-10: #e1e1e3;
74
- --theme-colors-grey-5: #ededf0;
75
- --theme-colors-grey-0: #f7f7fa;
76
- --theme-colors-secondary-100: #e11d16;
77
- --theme-colors-secondary-90: #eb4610;
78
- --theme-colors-secondary-80: #f3580d;
79
- --theme-colors-secondary-70: #f96a02;
80
- --theme-colors-secondary-60: #ff7700;
81
- --theme-colors-secondary-50: #fc871a;
82
- --theme-colors-secondary-40: #fb9a3e;
83
- --theme-colors-secondary-30: #fab26e;
84
- --theme-colors-secondary-20: #f8c99c;
85
- --theme-colors-secondary-10: #fee8d0;
86
- --theme-colors-secondary-5: #fff3e8;
87
- --theme-colors-secondary-0: #fffbf8;
88
- --theme-colors-primary-100: #02569a;
89
- --theme-colors-primary-90: #0174ba;
90
- --theme-colors-primary-80: #0788d1;
91
- --theme-colors-primary-70: #0399e3;
92
- --theme-colors-primary-60: #02a8f3;
93
- --theme-colors-primary-50: #28b4f4;
94
- --theme-colors-primary-40: #4cc2f7;
95
- --theme-colors-primary-30: #7fd1f7;
96
- --theme-colors-primary-20: #b4e5fb;
97
- --theme-colors-primary-10: #e0f5fe;
98
- --theme-colors-primary-5: #effaff;
99
- --theme-colors-primary-0: #f9fdff;
100
- --theme-colors-navy-blue-100: #30375E;
101
- --theme-colors-transparent: transparent;
102
- --theme-colors-white: white;
103
- --theme-colors-black: black;
104
- --theme-colors-current: currentColor;
105
- --theme-box-shadow-24dp: 0px 24px 48px rgba(90, 91, 106, 0.08), 0px 12px 24px rgba(58, 58, 68, 0.08);
106
- --theme-box-shadow-16dp: 0px 16px 32px rgba(90, 91, 106, 0.12), 0px 8px 16px rgba(58, 58, 68, 0.12);
107
- --theme-box-shadow-8dp: 0px 8px 16px rgba(90, 91, 106, 0.16), 0px 4px 8px rgba(58, 58, 68, 0.16);
108
- --theme-box-shadow-4dp: 0px 4px 8px rgba(90, 91, 106, 0.20), 0px 2px 4px rgba(58, 58, 68, 0.20);
109
- --theme-box-shadow-2dp: 0px 2px 4px rgba(90, 91, 106, 0.24), 0px 1px 2px rgba(58, 58, 68, 0.24);
110
- --theme-box-shadow-white-inset: inset 0 0 0 3px rgba(255,255,255,1);
111
- --theme-screens-default: 0px;
112
- --theme-screens-xs: 320px;
113
- --theme-screens-sm: 672px;
114
- --theme-screens-md: 1056px;
115
- --theme-screens-lg: 1312px;
116
- --theme-screens-xl: 1536px;
117
- --theme-border-width-0: 0px;
118
- --theme-border-width-2: 2px;
119
- --theme-border-width-4: 4px;
120
- --theme-border-width-8: 8px;
121
- --theme-border-width-default: 1px;
122
- --theme-font-family-sans: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
123
- --theme-font-family-serif: ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;
124
- --theme-font-family-mono: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
125
- --theme-font-size-xs: 0.75rem;
126
- --theme-font-size-xs-line-height: 1rem;
127
- --theme-font-size-sm: 0.875rem;
128
- --theme-font-size-sm-line-height: 1.25rem;
129
- --theme-font-size-base: 1rem;
130
- --theme-font-size-base-line-height: 1.5rem;
131
- --theme-font-size-lg: 1.125rem;
132
- --theme-font-size-lg-line-height: 1.75rem;
133
- --theme-font-size-xl: 1.25rem;
134
- --theme-font-size-xl-line-height: 1.75rem;
135
- --theme-font-size-2xl: 1.5rem;
136
- --theme-font-size-2xl-line-height: 2rem;
137
- --theme-font-size-3xl: 1.875rem;
138
- --theme-font-size-3xl-line-height: 2.25rem;
139
- --theme-font-size-4xl: 2.25rem;
140
- --theme-font-size-4xl-line-height: 2.5rem;
141
- --theme-font-size-5xl: 3rem;
142
- --theme-font-size-5xl-line-height: 1;
143
- --theme-font-size-6xl: 3.75rem;
144
- --theme-font-size-6xl-line-height: 1;
145
- --theme-font-size-7xl: 4.5rem;
146
- --theme-font-size-7xl-line-height: 1;
147
- --theme-font-size-8xl: 6rem;
148
- --theme-font-size-8xl-line-height: 1;
149
- --theme-font-size-9xl: 8rem;
150
- --theme-font-size-9xl-line-height: 1;
151
- --theme-font-weight-thin: 100;
152
- --theme-font-weight-extralight: 200;
153
- --theme-font-weight-light: 300;
154
- --theme-font-weight-normal: 400;
155
- --theme-font-weight-medium: 500;
156
- --theme-font-weight-semibold: 600;
157
- --theme-font-weight-bold: 700;
158
- --theme-font-weight-extrabold: 800;
159
- --theme-font-weight-black: 900;
160
- --theme-spacing-0: 0;
161
- --theme-spacing-1: 2px;
162
- --theme-spacing-2: 4px;
163
- --theme-spacing-3: 8px;
164
- --theme-spacing-4: 12px;
165
- --theme-spacing-5: 16px;
166
- --theme-spacing-6: 24px;
167
- --theme-spacing-7: 32px;
168
- --theme-spacing-8: 40px;
169
- --theme-spacing-9: 48px;
170
- --theme-spacing-1px: 1px;
171
- --theme-spacing-l1: 16px;
172
- --theme-spacing-l2: 24px;
173
- --theme-spacing-l3: 32px;
174
- --theme-spacing-l4: 48px;
175
- --theme-spacing-l5: 64px;
176
- --theme-spacing-l6: 96px;
177
- --theme-spacing-l7: 160px;
178
- }
@@ -1,11 +0,0 @@
1
- "use strict";
2
- const data = {
3
- "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M4 11h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1H8V7c0-.55-.45-1-1-1s-1 .45-1 1v2H4c-.55 0-1 .45-1 1s.45 1 1 1ZM19 0H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1Zm-7 18H2V2h10v16Zm6 0h-5V2h5v16Z\" clip-rule=\"evenodd\"/>",
4
- "left": 0,
5
- "top": 0,
6
- "width": 20,
7
- "height": 20
8
- };
9
- exports.__esModule = true;
10
- exports.default = data;
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkQ29sdW1uTGVmdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9pY29ucy9hZGRDb2x1bW5MZWZ0LmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxNQUFNLElBQUksR0FBRztJQUNaLE1BQU0sRUFBRSxrVUFBa1U7SUFDMVUsTUFBTSxFQUFFLENBQUM7SUFDVCxLQUFLLEVBQUUsQ0FBQztJQUNSLE9BQU8sRUFBRSxFQUFFO0lBQ1gsUUFBUSxFQUFFLEVBQUU7Q0FDWixDQUFDO0FBQ0YsT0FBTyxDQUFDLFVBQVUsR0FBRyxJQUFJLENBQUM7QUFDMUIsT0FBTyxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUMifQ==
@@ -1,9 +0,0 @@
1
- export const __esModule: true;
2
- export default data;
3
- declare namespace data {
4
- const body: string;
5
- const left: number;
6
- const top: number;
7
- const width: number;
8
- const height: number;
9
- }
@@ -1,11 +0,0 @@
1
- "use strict";
2
- const data = {
3
- "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M10 11h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2V7c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1Zm9-11H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1ZM7 18H2V2h5v16Zm11 0H8V2h10v16Z\" clip-rule=\"evenodd\"/>",
4
- "left": 0,
5
- "top": 0,
6
- "width": 20,
7
- "height": 20
8
- };
9
- exports.__esModule = true;
10
- exports.default = data;
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkQ29sdW1uUmlnaHQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaWNvbnMvYWRkQ29sdW1uUmlnaHQuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE1BQU0sSUFBSSxHQUFHO0lBQ1osTUFBTSxFQUFFLG9VQUFvVTtJQUM1VSxNQUFNLEVBQUUsQ0FBQztJQUNULEtBQUssRUFBRSxDQUFDO0lBQ1IsT0FBTyxFQUFFLEVBQUU7SUFDWCxRQUFRLEVBQUUsRUFBRTtDQUNaLENBQUM7QUFDRixPQUFPLENBQUMsVUFBVSxHQUFHLElBQUksQ0FBQztBQUMxQixPQUFPLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyJ9
@@ -1,9 +0,0 @@
1
- export const __esModule: true;
2
- export default data;
3
- declare namespace data {
4
- const body: string;
5
- const left: number;
6
- const top: number;
7
- const width: number;
8
- const height: number;
9
- }
@@ -1,11 +0,0 @@
1
- "use strict";
2
- const data = {
3
- "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M19 0H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1Zm-1 18H2V8h16v10Zm0-11H2V2h16v5ZM7 14h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2v-2c0-.55-.45-1-1-1s-1 .45-1 1v2H7c-.55 0-1 .45-1 1s.45 1 1 1Z\" clip-rule=\"evenodd\"/>",
4
- "left": 0,
5
- "top": 0,
6
- "width": 20,
7
- "height": 20
8
- };
9
- exports.__esModule = true;
10
- exports.default = data;
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkUm93Qm90dG9tLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2ljb25zL2FkZFJvd0JvdHRvbS5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsTUFBTSxJQUFJLEdBQUc7SUFDWixNQUFNLEVBQUUsb1VBQW9VO0lBQzVVLE1BQU0sRUFBRSxDQUFDO0lBQ1QsS0FBSyxFQUFFLENBQUM7SUFDUixPQUFPLEVBQUUsRUFBRTtJQUNYLFFBQVEsRUFBRSxFQUFFO0NBQ1osQ0FBQztBQUNGLE9BQU8sQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDO0FBQzFCLE9BQU8sQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDIn0=
@@ -1,9 +0,0 @@
1
- export const __esModule: true;
2
- export default data;
3
- declare namespace data {
4
- const body: string;
5
- const left: number;
6
- const top: number;
7
- const width: number;
8
- const height: number;
9
- }
@@ -1,11 +0,0 @@
1
- "use strict";
2
- const data = {
3
- "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M7 8h2v2c0 .55.45 1 1 1s1-.45 1-1V8h2c.55 0 1-.45 1-1s-.45-1-1-1h-2V4c0-.55-.45-1-1-1s-1 .45-1 1v2H7c-.55 0-1 .45-1 1s.45 1 1 1Zm12-8H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1Zm-1 18H2v-5h16v5Zm0-6H2V2h16v10Z\" clip-rule=\"evenodd\"/>",
4
- "left": 0,
5
- "top": 0,
6
- "width": 20,
7
- "height": 20
8
- };
9
- exports.__esModule = true;
10
- exports.default = data;
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkUm93VG9wLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2ljb25zL2FkZFJvd1RvcC5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsTUFBTSxJQUFJLEdBQUc7SUFDWixNQUFNLEVBQUUsaVVBQWlVO0lBQ3pVLE1BQU0sRUFBRSxDQUFDO0lBQ1QsS0FBSyxFQUFFLENBQUM7SUFDUixPQUFPLEVBQUUsRUFBRTtJQUNYLFFBQVEsRUFBRSxFQUFFO0NBQ1osQ0FBQztBQUNGLE9BQU8sQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDO0FBQzFCLE9BQU8sQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDIn0=
@@ -1,9 +0,0 @@
1
- export const __esModule: true;
2
- export default data;
3
- declare namespace data {
4
- const body: string;
5
- const left: number;
6
- const top: number;
7
- const width: number;
8
- const height: number;
9
- }
@@ -1,11 +0,0 @@
1
- "use strict";
2
- const data = {
3
- "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M13 12H1c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1Zm0 4H1c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1ZM1 6h9c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1Zm12 2H1c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1Zm6-4h-2V2c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1V6h2c.55 0 1-.45 1-1s-.45-1-1-1Z\" clip-rule=\"evenodd\"/>",
4
- "left": 0,
5
- "top": 0,
6
- "width": 20,
7
- "height": 20
8
- };
9
- exports.__esModule = true;
10
- exports.default = data;
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkVG9BcnRpZmFjdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9pY29ucy9hZGRUb0FydGlmYWN0LmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxNQUFNLElBQUksR0FBRztJQUNaLE1BQU0sRUFBRSxxZEFBcWQ7SUFDN2QsTUFBTSxFQUFFLENBQUM7SUFDVCxLQUFLLEVBQUUsQ0FBQztJQUNSLE9BQU8sRUFBRSxFQUFFO0lBQ1gsUUFBUSxFQUFFLEVBQUU7Q0FDWixDQUFDO0FBQ0YsT0FBTyxDQUFDLFVBQVUsR0FBRyxJQUFJLENBQUM7QUFDMUIsT0FBTyxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUMifQ==
@@ -1,9 +0,0 @@
1
- export const __esModule: true;
2
- export default data;
3
- declare namespace data {
4
- const body: string;
5
- const left: number;
6
- const top: number;
7
- const width: number;
8
- const height: number;
9
- }
@@ -1,11 +0,0 @@
1
- "use strict";
2
- const data = {
3
- "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3.5 9h9c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-9c-.28 0-.5.22-.5.5s.22.5.5.5Zm0 2h5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-5c-.28 0-.5.22-.5.5s.22.5.5.5ZM19 1H1c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1Zm-1 16H2V6h16v11ZM3.5 13h7c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-7c-.28 0-.5.22-.5.5s.22.5.5.5Z\" clip-rule=\"evenodd\"/>",
4
- "left": 0,
5
- "top": 0,
6
- "width": 20,
7
- "height": 20
8
- };
9
- exports.__esModule = true;
10
- exports.default = data;
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwbGljYXRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaWNvbnMvYXBwbGljYXRpb24uanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE1BQU0sSUFBSSxHQUFHO0lBQ1osTUFBTSxFQUFFLDBZQUEwWTtJQUNsWixNQUFNLEVBQUUsQ0FBQztJQUNULEtBQUssRUFBRSxDQUFDO0lBQ1IsT0FBTyxFQUFFLEVBQUU7SUFDWCxRQUFRLEVBQUUsRUFBRTtDQUNaLENBQUM7QUFDRixPQUFPLENBQUMsVUFBVSxHQUFHLElBQUksQ0FBQztBQUMxQixPQUFPLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyJ9
@@ -1,9 +0,0 @@
1
- export const __esModule: true;
2
- export default data;
3
- declare namespace data {
4
- const body: string;
5
- const left: number;
6
- const top: number;
7
- const width: number;
8
- const height: number;
9
- }
@@ -1,11 +0,0 @@
1
- "use strict";
2
- const data = {
3
- "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M18 3a1.003 1.003 0 00-1.71-.71L4 14.59V7c0-.55-.45-1-1-1s-1 .45-1 1v10c0 .55.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1H5.41l12.3-12.29c.18-.18.29-.43.29-.71Z\" clip-rule=\"evenodd\"/>",
4
- "left": 0,
5
- "top": 0,
6
- "width": 20,
7
- "height": 20
8
- };
9
- exports.__esModule = true;
10
- exports.default = data;
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJyb3dCb3R0b21MZWZ0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2ljb25zL2Fycm93Qm90dG9tTGVmdC5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsTUFBTSxJQUFJLEdBQUc7SUFDWixNQUFNLEVBQUUsNk9BQTZPO0lBQ3JQLE1BQU0sRUFBRSxDQUFDO0lBQ1QsS0FBSyxFQUFFLENBQUM7SUFDUixPQUFPLEVBQUUsRUFBRTtJQUNYLFFBQVEsRUFBRSxFQUFFO0NBQ1osQ0FBQztBQUNGLE9BQU8sQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDO0FBQzFCLE9BQU8sQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDIn0=