@aivenio/aquarium 1.17.0 → 1.18.0-rc1

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 (298) hide show
  1. package/dist/_variables.scss +1 -1
  2. package/dist/_variables_timescale.scss +1 -1
  3. package/dist/aquarium-theme-aiven.css +178 -0
  4. package/dist/aquarium-theme-timescale.css +178 -0
  5. package/dist/atoms.cjs +33 -38
  6. package/dist/atoms.mjs +33 -38
  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/icons/add.js +4 -4
  14. package/dist/src/icons/addToFolder.js +4 -4
  15. package/dist/src/icons/airplane.js +4 -4
  16. package/dist/src/icons/alignCenter.js +4 -4
  17. package/dist/src/icons/alignJustify.js +4 -4
  18. package/dist/src/icons/alignLeft.js +4 -4
  19. package/dist/src/icons/alignRight.js +4 -4
  20. package/dist/src/icons/alignmentBottom.js +4 -4
  21. package/dist/src/icons/alignmentHorizontalCenter.js +4 -4
  22. package/dist/src/icons/alignmentLeft.js +4 -4
  23. package/dist/src/icons/alignmentRight.js +4 -4
  24. package/dist/src/icons/alignmentTop.js +4 -4
  25. package/dist/src/icons/alignmentVerticalCenter.js +4 -4
  26. package/dist/src/icons/amexCard.d.ts +9 -0
  27. package/dist/src/icons/amexCard.js +11 -0
  28. package/dist/src/icons/annotation.js +4 -4
  29. package/dist/src/icons/announcement.d.ts +9 -0
  30. package/dist/src/icons/announcement.js +11 -0
  31. package/dist/src/icons/applications.js +4 -4
  32. package/dist/src/icons/archive.js +4 -4
  33. package/dist/src/icons/arrowCircleDown.d.ts +9 -0
  34. package/dist/src/icons/arrowCircleDown.js +11 -0
  35. package/dist/src/icons/arrowCircleLeft.d.ts +9 -0
  36. package/dist/src/icons/arrowCircleLeft.js +11 -0
  37. package/dist/src/icons/arrowCircleRight.d.ts +9 -0
  38. package/dist/src/icons/arrowCircleRight.js +11 -0
  39. package/dist/src/icons/arrowCircleRight1.d.ts +9 -0
  40. package/dist/src/icons/arrowCircleRight1.js +11 -0
  41. package/dist/src/icons/arrowCircleUp.d.ts +9 -0
  42. package/dist/src/icons/arrowCircleUp.js +11 -0
  43. package/dist/src/icons/arrowLeft.js +4 -4
  44. package/dist/src/icons/arrowRight.js +4 -4
  45. package/dist/src/icons/attachment.d.ts +9 -0
  46. package/dist/src/icons/attachment.js +11 -0
  47. package/dist/src/icons/automaticUpdates.js +4 -4
  48. package/dist/src/icons/badge.js +4 -4
  49. package/dist/src/icons/banCircle.js +4 -4
  50. package/dist/src/icons/bankAccount.js +4 -4
  51. package/dist/src/icons/blockedPerson.js +4 -4
  52. package/dist/src/icons/book.js +4 -4
  53. package/dist/src/icons/bookmark.js +4 -4
  54. package/dist/src/icons/box.js +4 -4
  55. package/dist/src/icons/briefcase.js +4 -4
  56. package/dist/src/icons/calendar.js +4 -4
  57. package/dist/src/icons/caretDown.js +4 -4
  58. package/dist/src/icons/caretLeft.js +4 -4
  59. package/dist/src/icons/caretRight.js +4 -4
  60. package/dist/src/icons/caretUp.js +4 -4
  61. package/dist/src/icons/certificate.d.ts +9 -0
  62. package/dist/src/icons/certificate.js +11 -0
  63. package/dist/src/icons/chart.js +4 -4
  64. package/dist/src/icons/chat.js +4 -4
  65. package/dist/src/icons/chevronBackward.js +4 -4
  66. package/dist/src/icons/chevronDown.js +4 -4
  67. package/dist/src/icons/chevronDownDouble.d.ts +9 -0
  68. package/dist/src/icons/chevronDownDouble.js +11 -0
  69. package/dist/src/icons/chevronForward.js +4 -4
  70. package/dist/src/icons/chevronLeft.js +4 -4
  71. package/dist/src/icons/chevronRight.js +4 -4
  72. package/dist/src/icons/chevronRightDouble.d.ts +9 -0
  73. package/dist/src/icons/chevronRightDouble.js +11 -0
  74. package/dist/src/icons/chevronUp.js +4 -4
  75. package/dist/src/icons/chevronUpDouble.d.ts +9 -0
  76. package/dist/src/icons/chevronUpDouble.js +11 -0
  77. package/dist/src/icons/circle.js +4 -4
  78. package/dist/src/icons/clipboard.js +4 -4
  79. package/dist/src/icons/clipboardCheck.d.ts +9 -0
  80. package/dist/src/icons/clipboardCheck.js +11 -0
  81. package/dist/src/icons/cloud.js +4 -4
  82. package/dist/src/icons/cloudDownload.js +4 -4
  83. package/dist/src/icons/cloudUpload.js +4 -4
  84. package/dist/src/icons/code.js +4 -4
  85. package/dist/src/icons/codeBlock.js +4 -4
  86. package/dist/src/icons/codeFile.d.ts +9 -0
  87. package/dist/src/icons/codeFile.js +11 -0
  88. package/dist/src/icons/cog.js +4 -4
  89. package/dist/src/icons/coinsHand.d.ts +9 -0
  90. package/dist/src/icons/coinsHand.js +11 -0
  91. package/dist/src/icons/comment.js +4 -4
  92. package/dist/src/icons/confirm.js +4 -4
  93. package/dist/src/icons/console.js +4 -4
  94. package/dist/src/icons/container.d.ts +9 -0
  95. package/dist/src/icons/container.js +11 -0
  96. package/dist/src/icons/cpuChip.d.ts +9 -0
  97. package/dist/src/icons/cpuChip.js +11 -0
  98. package/dist/src/icons/creditCard.js +4 -4
  99. package/dist/src/icons/cross.js +4 -4
  100. package/dist/src/icons/currencyDollar.d.ts +9 -0
  101. package/dist/src/icons/currencyDollar.js +11 -0
  102. package/dist/src/icons/dashboard.js +4 -4
  103. package/dist/src/icons/dataLineage.js +4 -4
  104. package/dist/src/icons/database.js +4 -4
  105. package/dist/src/icons/database02.d.ts +9 -0
  106. package/dist/src/icons/database02.js +11 -0
  107. package/dist/src/icons/dataflow01.d.ts +9 -0
  108. package/dist/src/icons/dataflow01.js +11 -0
  109. package/dist/src/icons/dataflow02.d.ts +9 -0
  110. package/dist/src/icons/dataflow02.js +11 -0
  111. package/dist/src/icons/dataflow03.d.ts +9 -0
  112. package/dist/src/icons/dataflow03.js +11 -0
  113. package/dist/src/icons/dbBackup.d.ts +9 -0
  114. package/dist/src/icons/dbBackup.js +11 -0
  115. package/dist/src/icons/delete.js +4 -4
  116. package/dist/src/icons/document.js +4 -4
  117. package/dist/src/icons/dot.js +4 -4
  118. package/dist/src/icons/doubleCaretHorizontal.js +4 -4
  119. package/dist/src/icons/doubleCaretVertical.js +4 -4
  120. package/dist/src/icons/doubleChevronDown.js +4 -4
  121. package/dist/src/icons/doubleChevronLeft.js +4 -4
  122. package/dist/src/icons/doubleChevronRight.js +4 -4
  123. package/dist/src/icons/doubleChevronUp.js +4 -4
  124. package/dist/src/icons/doughnutChart.js +4 -4
  125. package/dist/src/icons/download.js +4 -4
  126. package/dist/src/icons/dragHandleHorizontal.js +4 -4
  127. package/dist/src/icons/dragHandleVertical.js +4 -4
  128. package/dist/src/icons/duplicate.js +4 -4
  129. package/dist/src/icons/edit.js +4 -4
  130. package/dist/src/icons/endorsed.js +4 -4
  131. package/dist/src/icons/envelope.js +4 -4
  132. package/dist/src/icons/error.js +4 -4
  133. package/dist/src/icons/expandAll.js +4 -4
  134. package/dist/src/icons/export.js +4 -4
  135. package/dist/src/icons/eyeOff.js +4 -4
  136. package/dist/src/icons/eyeOpen.js +4 -4
  137. package/dist/src/icons/filter.js +4 -4
  138. package/dist/src/icons/flag.js +4 -4
  139. package/dist/src/icons/floppyDisk.js +4 -4
  140. package/dist/src/icons/folderClose.js +4 -4
  141. package/dist/src/icons/folderNew.js +4 -4
  142. package/dist/src/icons/follower.js +4 -4
  143. package/dist/src/icons/following.js +4 -4
  144. package/dist/src/icons/gift.d.ts +9 -0
  145. package/dist/src/icons/gift.js +11 -0
  146. package/dist/src/icons/gitBranch.js +4 -4
  147. package/dist/src/icons/gitCommit.js +4 -4
  148. package/dist/src/icons/gitMerge.js +4 -4
  149. package/dist/src/icons/gitNewBranch.js +4 -4
  150. package/dist/src/icons/gitPull.js +4 -4
  151. package/dist/src/icons/githubLogo.d.ts +9 -0
  152. package/dist/src/icons/githubLogo.js +11 -0
  153. package/dist/src/icons/globe.js +4 -4
  154. package/dist/src/icons/globeNetwork.js +4 -4
  155. package/dist/src/icons/googleLogo.d.ts +9 -0
  156. package/dist/src/icons/googleLogo.js +11 -0
  157. package/dist/src/icons/groupedBarChart.js +4 -4
  158. package/dist/src/icons/heart.js +4 -4
  159. package/dist/src/icons/help.js +4 -4
  160. package/dist/src/icons/history.js +4 -4
  161. package/dist/src/icons/home.js +4 -4
  162. package/dist/src/icons/idNumber.js +4 -4
  163. package/dist/src/icons/import.js +4 -4
  164. package/dist/src/icons/inbox.js +4 -4
  165. package/dist/src/icons/index.d.ts +45 -312
  166. package/dist/src/icons/index.js +45 -312
  167. package/dist/src/icons/infoSign.js +4 -4
  168. package/dist/src/icons/issue.js +4 -4
  169. package/dist/src/icons/key.js +4 -4
  170. package/dist/src/icons/key1.d.ts +9 -0
  171. package/dist/src/icons/key1.js +11 -0
  172. package/dist/src/icons/layer.js +4 -4
  173. package/dist/src/icons/layers.js +4 -4
  174. package/dist/src/icons/learning.js +4 -4
  175. package/dist/src/icons/lifeBuoy.d.ts +9 -0
  176. package/dist/src/icons/lifeBuoy.js +11 -0
  177. package/dist/src/icons/lifesaver.js +4 -4
  178. package/dist/src/icons/lightbulb.js +4 -4
  179. package/dist/src/icons/link.js +4 -4
  180. package/dist/src/icons/linkExternal.d.ts +9 -0
  181. package/dist/src/icons/linkExternal.js +11 -0
  182. package/dist/src/icons/list.js +4 -4
  183. package/dist/src/icons/listColumns.js +4 -4
  184. package/dist/src/icons/listDetailView.js +4 -4
  185. package/dist/src/icons/loading.js +4 -4
  186. package/dist/src/icons/loading1.d.ts +9 -0
  187. package/dist/src/icons/loading1.js +11 -0
  188. package/dist/src/icons/lock.js +4 -4
  189. package/dist/src/icons/logIn.js +4 -4
  190. package/dist/src/icons/logOut.js +4 -4
  191. package/dist/src/icons/manual.js +4 -4
  192. package/dist/src/icons/map.js +4 -4
  193. package/dist/src/icons/mapMarker.js +4 -4
  194. package/dist/src/icons/mastercardCard.d.ts +9 -0
  195. package/dist/src/icons/mastercardCard.js +11 -0
  196. package/dist/src/icons/maximize.js +4 -4
  197. package/dist/src/icons/memory.d.ts +9 -0
  198. package/dist/src/icons/memory.js +11 -0
  199. package/dist/src/icons/menu.js +4 -4
  200. package/dist/src/icons/minimize.js +4 -4
  201. package/dist/src/icons/minus.js +4 -4
  202. package/dist/src/icons/more.js +4 -4
  203. package/dist/src/icons/move.js +4 -4
  204. package/dist/src/icons/moveProject.js +4 -4
  205. package/dist/src/icons/newPerson.js +4 -4
  206. package/dist/src/icons/nodes.d.ts +9 -0
  207. package/dist/src/icons/nodes.js +11 -0
  208. package/dist/src/icons/notifications.js +4 -4
  209. package/dist/src/icons/notificationsUpdated.js +4 -4
  210. package/dist/src/icons/office.js +4 -4
  211. package/dist/src/icons/outdated.js +4 -4
  212. package/dist/src/icons/package.d.ts +9 -0
  213. package/dist/src/icons/package.js +11 -0
  214. package/dist/src/icons/packageCheck.d.ts +9 -0
  215. package/dist/src/icons/packageCheck.js +11 -0
  216. package/dist/src/icons/packageSearch.d.ts +9 -0
  217. package/dist/src/icons/packageSearch.js +11 -0
  218. package/dist/src/icons/paperclip.js +4 -4
  219. package/dist/src/icons/people.js +4 -4
  220. package/dist/src/icons/person.js +4 -4
  221. package/dist/src/icons/phone.js +4 -4
  222. package/dist/src/icons/pieChart.js +4 -4
  223. package/dist/src/icons/pin.js +4 -4
  224. package/dist/src/icons/plus.js +4 -4
  225. package/dist/src/icons/plusCircle.d.ts +9 -0
  226. package/dist/src/icons/plusCircle.js +11 -0
  227. package/dist/src/icons/power.js +4 -4
  228. package/dist/src/icons/projects.js +4 -4
  229. package/dist/src/icons/properties.js +4 -4
  230. package/dist/src/icons/property.js +4 -4
  231. package/dist/src/icons/pulse.js +4 -4
  232. package/dist/src/icons/puzzlePiece.d.ts +9 -0
  233. package/dist/src/icons/puzzlePiece.js +11 -0
  234. package/dist/src/icons/questionMark.js +4 -4
  235. package/dist/src/icons/recoverySwap.d.ts +9 -0
  236. package/dist/src/icons/recoverySwap.js +11 -0
  237. package/dist/src/icons/refresh.js +4 -4
  238. package/dist/src/icons/remove.js +4 -4
  239. package/dist/src/icons/reset.js +4 -4
  240. package/dist/src/icons/saved.js +4 -4
  241. package/dist/src/icons/scatterPlot.js +4 -4
  242. package/dist/src/icons/search.js +4 -4
  243. package/dist/src/icons/send.d.ts +9 -0
  244. package/dist/src/icons/send.js +11 -0
  245. package/dist/src/icons/serverHdd.d.ts +9 -0
  246. package/dist/src/icons/serverHdd.js +11 -0
  247. package/dist/src/icons/settings.js +4 -4
  248. package/dist/src/icons/share.js +4 -4
  249. package/dist/src/icons/shield.js +4 -4
  250. package/dist/src/icons/slash.js +4 -4
  251. package/dist/src/icons/smallCross.js +4 -4
  252. package/dist/src/icons/smallMinus.js +4 -4
  253. package/dist/src/icons/smallPlus.js +4 -4
  254. package/dist/src/icons/smallTick.js +4 -4
  255. package/dist/src/icons/speedometer.d.ts +9 -0
  256. package/dist/src/icons/speedometer.js +11 -0
  257. package/dist/src/icons/stopwatch.js +4 -4
  258. package/dist/src/icons/swapHorizontal.js +4 -4
  259. package/dist/src/icons/swapVertical.js +4 -4
  260. package/dist/src/icons/tag.js +4 -4
  261. package/dist/src/icons/terraform.js +4 -4
  262. package/dist/src/icons/thumbsDown.js +4 -4
  263. package/dist/src/icons/thumbsUp.js +4 -4
  264. package/dist/src/icons/tick.js +4 -4
  265. package/dist/src/icons/tickCircle.js +4 -4
  266. package/dist/src/icons/ticket.d.ts +9 -0
  267. package/dist/src/icons/ticket.js +11 -0
  268. package/dist/src/icons/time.js +4 -4
  269. package/dist/src/icons/timelineAreaChart.js +4 -4
  270. package/dist/src/icons/timelineBarChart.js +4 -4
  271. package/dist/src/icons/timelineLineChart.js +4 -4
  272. package/dist/src/icons/trash.js +4 -4
  273. package/dist/src/icons/unlock.js +4 -4
  274. package/dist/src/icons/unpin.js +4 -4
  275. package/dist/src/icons/updated.js +4 -4
  276. package/dist/src/icons/upload.js +4 -4
  277. package/dist/src/icons/user.js +4 -4
  278. package/dist/src/icons/visaCard.d.ts +9 -0
  279. package/dist/src/icons/visaCard.js +11 -0
  280. package/dist/src/icons/warningSign.js +4 -4
  281. package/dist/src/js/themeMap.d.ts +268 -0
  282. package/dist/src/js/themeMap.js +624 -0
  283. package/dist/src/molecules/Box/Box.d.ts +28 -28
  284. package/dist/src/molecules/Breadcrumbs/Breadcrumbs.d.ts +1 -1
  285. package/dist/src/molecules/Button/Button.d.ts +8 -8
  286. package/dist/src/molecules/DataList/DataList.d.ts +0 -1
  287. package/dist/src/molecules/DataTable/DataTable.d.ts +0 -1
  288. package/dist/src/molecules/Icon/Icon.d.ts +2 -2
  289. package/dist/src/molecules/MultiInput/InputChip.d.ts +1 -1
  290. package/dist/src/molecules/Popover/PopoverOverlay.d.ts +1 -1
  291. package/dist/src/molecules/Tooltip/Tooltip.js +1 -6
  292. package/dist/src/utils/form/Label/Label.js +1 -1
  293. package/dist/styles.css +4 -0
  294. package/dist/styles_timescaledb.css +4 -0
  295. package/dist/system.cjs +67 -72
  296. package/dist/system.mjs +67 -72
  297. package/dist/tsconfig.module.tsbuildinfo +1 -1
  298. package/package.json +4 -2
package/dist/system.cjs CHANGED
@@ -1207,11 +1207,11 @@ var require_chevronDown = __commonJS({
1207
1207
  "src/icons/chevronDown.js"(exports) {
1208
1208
  "use strict";
1209
1209
  var data = {
1210
- "body": '<path fill="currentColor" fill-rule="evenodd" d="M16 6c-.28 0-.53.11-.71.29L10 11.59l-5.29-5.3a1.003 1.003 0 00-1.42 1.42l6 6c.18.18.43.29.71.29.28 0 .53-.11.71-.29l6-6A1.003 1.003 0 0016 6Z" clip-rule="evenodd"/>',
1210
+ "body": '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m5.5 8.25 5.5 5.5 5.5-5.5"/>',
1211
1211
  "left": 0,
1212
1212
  "top": 0,
1213
- "width": 20,
1214
- "height": 20
1213
+ "width": 22,
1214
+ "height": 22
1215
1215
  };
1216
1216
  exports.__esModule = true;
1217
1217
  exports.default = data;
@@ -1223,11 +1223,11 @@ var require_chevronUp = __commonJS({
1223
1223
  "src/icons/chevronUp.js"(exports) {
1224
1224
  "use strict";
1225
1225
  var data = {
1226
- "body": '<path fill="currentColor" fill-rule="evenodd" d="m16.71 12.29-6-6A.997.997 0 0010 6c-.28 0-.53.11-.71.29l-6 6a1.003 1.003 0 001.42 1.42L10 8.41l5.29 5.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71Z" clip-rule="evenodd"/>',
1226
+ "body": '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.5 13.75 11 8.25l-5.5 5.5"/>',
1227
1227
  "left": 0,
1228
1228
  "top": 0,
1229
- "width": 20,
1230
- "height": 20
1229
+ "width": 22,
1230
+ "height": 22
1231
1231
  };
1232
1232
  exports.__esModule = true;
1233
1233
  exports.default = data;
@@ -1239,11 +1239,11 @@ var require_search = __commonJS({
1239
1239
  "src/icons/search.js"(exports) {
1240
1240
  "use strict";
1241
1241
  var data = {
1242
- "body": '<path fill="currentColor" fill-rule="evenodd" d="m19.56 17.44-4.94-4.94A8.004 8.004 0 0016 8c0-4.42-3.58-8-8-8S0 3.58 0 8s3.58 8 8 8c1.67 0 3.21-.51 4.5-1.38l4.94 4.94a1.498 1.498 0 102.12-2.12ZM8 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6Z" clip-rule="evenodd"/>',
1242
+ "body": '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m20 20-4.35-4.35M18 10a8 8 0 11-16 0 8 8 0 0116 0Z"/>',
1243
1243
  "left": 0,
1244
1244
  "top": 0,
1245
- "width": 20,
1246
- "height": 20
1245
+ "width": 22,
1246
+ "height": 22
1247
1247
  };
1248
1248
  exports.__esModule = true;
1249
1249
  exports.default = data;
@@ -1255,11 +1255,11 @@ var require_tick = __commonJS({
1255
1255
  "src/icons/tick.js"(exports) {
1256
1256
  "use strict";
1257
1257
  var data = {
1258
- "body": '<path fill="currentColor" fill-rule="evenodd" d="M17 4c-.28 0-.53.11-.71.29L7 13.59 3.71 10.3A.965.965 0 003 10a1.003 1.003 0 00-.71 1.71l4 4c.18.18.43.29.71.29.28 0 .53-.11.71-.29l10-10A1.003 1.003 0 0017 4Z" clip-rule="evenodd"/>',
1258
+ "body": '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.333 5.5 8.25 15.583 3.667 11"/>',
1259
1259
  "left": 0,
1260
1260
  "top": 0,
1261
- "width": 20,
1262
- "height": 20
1261
+ "width": 22,
1262
+ "height": 22
1263
1263
  };
1264
1264
  exports.__esModule = true;
1265
1265
  exports.default = data;
@@ -1271,11 +1271,11 @@ var require_loading = __commonJS({
1271
1271
  "src/icons/loading.js"(exports) {
1272
1272
  "use strict";
1273
1273
  var data = {
1274
- "body": '<g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="3" transform="translate(1 1)"><circle cx="18" cy="18" r="18" stroke-opacity=".5"/><path d="M36 18c0-9.94-8.06-18-18-18"><animateTransform attributeName="transform" dur="1s" from="0 18 18" repeatCount="indefinite" to="360 18 18" type="rotate"/></path></g>',
1274
+ "body": '<g fill="none" stroke="currentColor" stroke-width="3"><circle cx="10" cy="10" r="8.5" transform="matrix(-1 0 0 1 21 1)"/><path d="M19.235 10.412a7.647 7.647 0 00-7.647-7.647"/></g>',
1275
1275
  "left": 0,
1276
1276
  "top": 0,
1277
- "width": 40,
1278
- "height": 40
1277
+ "width": 22,
1278
+ "height": 22
1279
1279
  };
1280
1280
  exports.__esModule = true;
1281
1281
  exports.default = data;
@@ -1287,11 +1287,11 @@ var require_confirm = __commonJS({
1287
1287
  "src/icons/confirm.js"(exports) {
1288
1288
  "use strict";
1289
1289
  var data = {
1290
- "body": '<path fill="currentColor" fill-rule="evenodd" d="M9.71 5.29a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29.28 0 .53-.11.71-.29l7-7a1.003 1.003 0 00-1.42-1.42L12 7.59l-2.29-2.3Zm7.93 2.32c.23.75.36 1.56.36 2.39 0 4.42-3.58 8-8 8s-8-3.58-8-8a7.998 7.998 0 0111.8-7.04l1.46-1.46C13.73.56 11.93 0 10 0 4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10c0-1.4-.29-2.73-.81-3.95l-1.55 1.56Z" clip-rule="evenodd"/>',
1290
+ "body": '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M20.167 10.162v.843a9.166 9.166 0 11-5.436-8.378m5.436 1.04L11 12.842l-2.75-2.75"/>',
1291
1291
  "left": 0,
1292
1292
  "top": 0,
1293
- "width": 20,
1294
- "height": 20
1293
+ "width": 22,
1294
+ "height": 22
1295
1295
  };
1296
1296
  exports.__esModule = true;
1297
1297
  exports.default = data;
@@ -1303,11 +1303,11 @@ var require_cross = __commonJS({
1303
1303
  "src/icons/cross.js"(exports) {
1304
1304
  "use strict";
1305
1305
  var data = {
1306
- "body": '<path fill="currentColor" fill-rule="evenodd" d="m11.41 10 4.29-4.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71L10 8.59l-4.29-4.3a1.003 1.003 0 00-1.42 1.42L8.59 10 4.3 14.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l4.29-4.3 4.29 4.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71L11.41 10Z" clip-rule="evenodd"/>',
1306
+ "body": '<path fill="currentColor" fill-rule="evenodd" d="m12.293 11 3.932-3.933a.885.885 0 00.275-.65.92.92 0 00-1.568-.651L11 9.707 7.067 5.766a.92.92 0 00-1.302 1.302L9.708 11l-3.932 3.932a.885.885 0 00-.275.651.92.92 0 001.567.651L11 12.292l3.932 3.933a.885.885 0 00.651.275.92.92 0 00.651-1.568L12.292 11Z" clip-rule="evenodd"/>',
1307
1307
  "left": 0,
1308
1308
  "top": 0,
1309
- "width": 20,
1310
- "height": 20
1309
+ "width": 22,
1310
+ "height": 22
1311
1311
  };
1312
1312
  exports.__esModule = true;
1313
1313
  exports.default = data;
@@ -1319,11 +1319,11 @@ var require_error = __commonJS({
1319
1319
  "src/icons/error.js"(exports) {
1320
1320
  "use strict";
1321
1321
  var data = {
1322
- "body": '<path fill="currentColor" fill-rule="evenodd" d="M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0Zm1 16H9v-2h2v2Zm0-3H9V4h2v9Z" clip-rule="evenodd"/>',
1322
+ "body": '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11 7.333V11m0 3.667h.01M20.166 11a9.167 9.167 0 11-18.334 0 9.167 9.167 0 0118.334 0Z"/>',
1323
1323
  "left": 0,
1324
1324
  "top": 0,
1325
- "width": 20,
1326
- "height": 20
1325
+ "width": 22,
1326
+ "height": 22
1327
1327
  };
1328
1328
  exports.__esModule = true;
1329
1329
  exports.default = data;
@@ -1335,11 +1335,11 @@ var require_infoSign = __commonJS({
1335
1335
  "src/icons/infoSign.js"(exports) {
1336
1336
  "use strict";
1337
1337
  var data = {
1338
- "body": '<path fill="currentColor" fill-rule="evenodd" d="M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0ZM9 4h2v2H9V4Zm4 12H7v-1h2V8H8V7h3v8h2v1Z" clip-rule="evenodd"/>',
1338
+ "body": '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11 14.667V11m0-3.667h.01M20.166 11a9.167 9.167 0 11-18.334 0 9.167 9.167 0 0118.334 0Z"/>',
1339
1339
  "left": 0,
1340
1340
  "top": 0,
1341
- "width": 20,
1342
- "height": 20
1341
+ "width": 22,
1342
+ "height": 22
1343
1343
  };
1344
1344
  exports.__esModule = true;
1345
1345
  exports.default = data;
@@ -1351,11 +1351,11 @@ var require_warningSign = __commonJS({
1351
1351
  "src/icons/warningSign.js"(exports) {
1352
1352
  "use strict";
1353
1353
  var data = {
1354
- "body": '<path fill="currentColor" fill-rule="evenodd" d="m19.86 17.52.01-.01-9-16-.01.01A.982.982 0 0010 1c-.37 0-.69.21-.86.52l-.01-.01-9 16 .01.01c-.08.14-.14.3-.14.48 0 .55.45 1 1 1h18c.55 0 1-.45 1-1 0-.18-.06-.34-.14-.48ZM11 17H9v-2h2v2Zm0-3H9V6h2v8Z" clip-rule="evenodd"/>',
1354
+ "body": '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11 8.25v3.667m0 3.666h.009M9.731 3.567 2.19 16.59c-.418.723-.627 1.084-.596 1.38a.917.917 0 00.372.646c.241.176.659.176 1.493.176h15.08c.834 0 1.251 0 1.492-.176a.917.917 0 00.373-.646c.03-.296-.178-.657-.596-1.38l-7.54-13.023c-.417-.72-.625-1.08-.897-1.2a.917.917 0 00-.745 0c-.271.12-.48.48-.896 1.2Z"/>',
1355
1355
  "left": 0,
1356
1356
  "top": 0,
1357
- "width": 20,
1358
- "height": 20
1357
+ "width": 22,
1358
+ "height": 22
1359
1359
  };
1360
1360
  exports.__esModule = true;
1361
1361
  exports.default = data;
@@ -1367,11 +1367,11 @@ var require_slash = __commonJS({
1367
1367
  "src/icons/slash.js"(exports) {
1368
1368
  "use strict";
1369
1369
  var data = {
1370
- "body": '<path fill="currentColor" fill-rule="evenodd" d="M12 2c-.46 0-.85.32-.97.74L7.04 16.7c-.02.1-.04.2-.04.3 0 .55.45 1 1 1 .46 0 .85-.32.97-.74L12.96 3.3c.02-.1.04-.2.04-.3 0-.55-.45-1-1-1Z" clip-rule="evenodd"/>',
1370
+ "body": '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m6.417 20.167 9.166-18.334"/>',
1371
1371
  "left": 0,
1372
1372
  "top": 0,
1373
- "width": 20,
1374
- "height": 20
1373
+ "width": 22,
1374
+ "height": 22
1375
1375
  };
1376
1376
  exports.__esModule = true;
1377
1377
  exports.default = data;
@@ -1383,11 +1383,11 @@ var require_lock = __commonJS({
1383
1383
  "src/icons/lock.js"(exports) {
1384
1384
  "use strict";
1385
1385
  var data = {
1386
- "body": '<path fill="currentColor" d="M15.93 9H14V4.99c0-2.21-1.79-4-4-4s-4 1.79-4 4V9H3.93c-.55 0-.93.44-.93.99v8c0 .55.38 1.01.93 1.01h12c.55 0 1.07-.46 1.07-1.01v-8c0-.55-.52-.99-1.07-.99ZM8 9V4.99c0-1.1.9-2 2-2s2 .9 2 2V9H8Z"/>',
1386
+ "body": '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.583 9.167V7.333a4.583 4.583 0 10-9.166 0v1.834M11 13.292v1.833M8.067 19.25h5.866c1.54 0 2.31 0 2.899-.3a2.75 2.75 0 001.202-1.201c.3-.589.3-1.359.3-2.899v-1.283c0-1.54 0-2.31-.3-2.899a2.75 2.75 0 00-1.202-1.202c-.588-.3-1.359-.3-2.899-.3H8.067c-1.54 0-2.31 0-2.899.3a2.75 2.75 0 00-1.202 1.202c-.3.588-.3 1.359-.3 2.899v1.283c0 1.54 0 2.31.3 2.899a2.75 2.75 0 001.202 1.201c.588.3 1.359.3 2.899.3Z"/>',
1387
1387
  "left": 0,
1388
1388
  "top": 0,
1389
- "width": 20,
1390
- "height": 20
1389
+ "width": 22,
1390
+ "height": 22
1391
1391
  };
1392
1392
  exports.__esModule = true;
1393
1393
  exports.default = data;
@@ -1399,11 +1399,11 @@ var require_chevronLeft = __commonJS({
1399
1399
  "src/icons/chevronLeft.js"(exports) {
1400
1400
  "use strict";
1401
1401
  var data = {
1402
- "body": '<path fill="currentColor" fill-rule="evenodd" d="m8.41 10 5.29-5.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-6 6c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l6 6a1.003 1.003 0 001.42-1.42L8.41 10Z" clip-rule="evenodd"/>',
1402
+ "body": '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13.75 16.5 8.25 11l5.5-5.5"/>',
1403
1403
  "left": 0,
1404
1404
  "top": 0,
1405
- "width": 20,
1406
- "height": 20
1405
+ "width": 22,
1406
+ "height": 22
1407
1407
  };
1408
1408
  exports.__esModule = true;
1409
1409
  exports.default = data;
@@ -1415,11 +1415,11 @@ var require_chevronRight = __commonJS({
1415
1415
  "src/icons/chevronRight.js"(exports) {
1416
1416
  "use strict";
1417
1417
  var data = {
1418
- "body": '<path fill="currentColor" fill-rule="evenodd" d="m13.71 9.29-6-6a1.003 1.003 0 00-1.42 1.42l5.3 5.29-5.29 5.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l6-6c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71Z" clip-rule="evenodd"/>',
1418
+ "body": '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m8.25 16.5 5.5-5.5-5.5-5.5"/>',
1419
1419
  "left": 0,
1420
1420
  "top": 0,
1421
- "width": 20,
1422
- "height": 20
1421
+ "width": 22,
1422
+ "height": 22
1423
1423
  };
1424
1424
  exports.__esModule = true;
1425
1425
  exports.default = data;
@@ -1431,11 +1431,11 @@ var require_minus = __commonJS({
1431
1431
  "src/icons/minus.js"(exports) {
1432
1432
  "use strict";
1433
1433
  var data = {
1434
- "body": '<path fill="currentColor" fill-rule="evenodd" d="M16 9H4c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1Z" clip-rule="evenodd"/>',
1434
+ "body": '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4.583 11h12.834"/>',
1435
1435
  "left": 0,
1436
1436
  "top": 0,
1437
- "width": 20,
1438
- "height": 20
1437
+ "width": 22,
1438
+ "height": 22
1439
1439
  };
1440
1440
  exports.__esModule = true;
1441
1441
  exports.default = data;
@@ -1447,11 +1447,11 @@ var require_questionMark = __commonJS({
1447
1447
  "src/icons/questionMark.js"(exports) {
1448
1448
  "use strict";
1449
1449
  var data = {
1450
- "body": '<path fill="currentColor" d="M7 0C3.136 0 0 3.136 0 7s3.136 7 7 7 7-3.136 7-7-3.136-7-7-7ZM5.187 3.234c.455-.378 1.057-.574 1.792-.574a2.9 2.9 0 011.036.175c.308.119.581.273.798.476.224.203.392.441.518.714.119.273.182.574.182.889 0 .315-.056.609-.168.861-.112.259-.28.511-.497.777l-.847 1.106c-.098.119-.196.231-.224.336a1.285 1.285 0 00-.077.42v.679H6.3v-1.4s.042-.406.168-.567l.847-1.148c.175-.21.287-.392.357-.539.07-.147.098-.308.098-.469a.825.825 0 00-.224-.595c-.147-.154-.35-.231-.616-.231-.259 0-.469.077-.623.231-.154.161-.259.378-.322.658-.021.084-.077.119-.161.112l-1.365-.203c-.084-.007-.112-.056-.098-.154.091-.651.364-1.169.826-1.554ZM6.3 9.8h1.414L7.7 11.2H6.3V9.8Z"/>',
1450
+ "body": '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8.332 8.25a2.75 2.75 0 015.345.917c0 1.833-2.75 2.75-2.75 2.75M11 15.583h.01M20.166 11a9.167 9.167 0 11-18.334 0 9.167 9.167 0 0118.334 0Z"/>',
1451
1451
  "left": 0,
1452
1452
  "top": 0,
1453
- "width": 14,
1454
- "height": 14
1453
+ "width": 22,
1454
+ "height": 22
1455
1455
  };
1456
1456
  exports.__esModule = true;
1457
1457
  exports.default = data;
@@ -1463,11 +1463,11 @@ var require_more = __commonJS({
1463
1463
  "src/icons/more.js"(exports) {
1464
1464
  "use strict";
1465
1465
  var data = {
1466
- "body": '<path fill="currentColor" d="M3.5 13a2.5 2.5 0 100-5 2.5 2.5 0 000 5Zm14 0a2.5 2.5 0 100-5 2.5 2.5 0 000 5Zm-7 0a2.5 2.5 0 100-5 2.5 2.5 0 000 5Z"/>',
1466
+ "body": '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11 11.917a.917.917 0 100-1.834.917.917 0 000 1.834Zm6.417 0a.917.917 0 100-1.834.917.917 0 000 1.834Zm-12.834 0a.917.917 0 100-1.834.917.917 0 000 1.834Z"/>',
1467
1467
  "left": 0,
1468
1468
  "top": 0,
1469
- "width": 20,
1470
- "height": 20
1469
+ "width": 22,
1470
+ "height": 22
1471
1471
  };
1472
1472
  exports.__esModule = true;
1473
1473
  exports.default = data;
@@ -1479,11 +1479,11 @@ var require_smallCross = __commonJS({
1479
1479
  "src/icons/smallCross.js"(exports) {
1480
1480
  "use strict";
1481
1481
  var data = {
1482
- "body": '<path fill="currentColor" fill-rule="evenodd" d="m11.41 10 3.29-3.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71L10 8.59l-3.29-3.3a1.003 1.003 0 00-1.42 1.42L8.59 10 5.3 13.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l3.29-3.3 3.29 3.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71L11.41 10Z" clip-rule="evenodd"/>',
1482
+ "body": '<path fill="currentColor" fill-rule="evenodd" d="m12.293 11 3.932-3.933a.885.885 0 00.275-.65.92.92 0 00-1.568-.651L11 9.707 7.067 5.766a.92.92 0 00-1.302 1.302L9.708 11l-3.932 3.932a.885.885 0 00-.275.651.92.92 0 001.567.651L11 12.292l3.932 3.933a.885.885 0 00.651.275.92.92 0 00.651-1.568L12.292 11Z" clip-rule="evenodd"/>',
1483
1483
  "left": 0,
1484
1484
  "top": 0,
1485
- "width": 20,
1486
- "height": 20
1485
+ "width": 22,
1486
+ "height": 22
1487
1487
  };
1488
1488
  exports.__esModule = true;
1489
1489
  exports.default = data;
@@ -1495,11 +1495,11 @@ var require_caretDown = __commonJS({
1495
1495
  "src/icons/caretDown.js"(exports) {
1496
1496
  "use strict";
1497
1497
  var data = {
1498
- "body": '<path fill="currentColor" fill-rule="evenodd" d="M16 7c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1 0 .24.1.46.24.63l-.01.01 5 6 .01-.01c.19.22.45.37.76.37s.57-.15.76-.37l.01.01 5-6-.01-.01c.14-.17.24-.39.24-.63Z" clip-rule="evenodd"/>',
1498
+ "body": '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m5.5 8.25 5.5 5.5 5.5-5.5"/>',
1499
1499
  "left": 0,
1500
1500
  "top": 0,
1501
- "width": 20,
1502
- "height": 20
1501
+ "width": 22,
1502
+ "height": 22
1503
1503
  };
1504
1504
  exports.__esModule = true;
1505
1505
  exports.default = data;
@@ -1511,11 +1511,11 @@ var require_chevronBackward = __commonJS({
1511
1511
  "src/icons/chevronBackward.js"(exports) {
1512
1512
  "use strict";
1513
1513
  var data = {
1514
- "body": '<path fill="currentColor" fill-rule="evenodd" d="m8.41 10 5.29-5.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71L7 8.59V4c0-.55-.45-1-1-1s-1 .45-1 1v12c0 .55.45 1 1 1s1-.45 1-1v-4.59l5.29 5.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71L8.41 10Z" clip-rule="evenodd"/>',
1514
+ "body": '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7 4v14m8-1.25-5.5-5.5 5.5-5.5"/>',
1515
1515
  "left": 0,
1516
1516
  "top": 0,
1517
- "width": 20,
1518
- "height": 20
1517
+ "width": 22,
1518
+ "height": 22
1519
1519
  };
1520
1520
  exports.__esModule = true;
1521
1521
  exports.default = data;
@@ -1527,11 +1527,11 @@ var require_chevronForward = __commonJS({
1527
1527
  "src/icons/chevronForward.js"(exports) {
1528
1528
  "use strict";
1529
1529
  var data = {
1530
- "body": '<path fill="currentColor" fill-rule="evenodd" d="M13 3c-.55 0-1 .45-1 1v4.59l-5.29-5.3a1.003 1.003 0 00-1.42 1.42l5.3 5.29-5.29 5.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l5.29-5.3V16c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1Z" clip-rule="evenodd"/>',
1530
+ "body": '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15 4v14m-8-1.25 5.5-5.5L7 5.75"/>',
1531
1531
  "left": 0,
1532
1532
  "top": 0,
1533
- "width": 20,
1534
- "height": 20
1533
+ "width": 22,
1534
+ "height": 22
1535
1535
  };
1536
1536
  exports.__esModule = true;
1537
1537
  exports.default = data;
@@ -1543,11 +1543,11 @@ var require_time = __commonJS({
1543
1543
  "src/icons/time.js"(exports) {
1544
1544
  "use strict";
1545
1545
  var data = {
1546
- "body": '<path fill="currentColor" fill-rule="evenodd" d="M11 9.59V4c0-.55-.45-1-1-1s-1 .45-1 1v6c0 .28.11.53.29.71l3 3a1.003 1.003 0 001.42-1.42L11 9.59ZM10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0Zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8Z" clip-rule="evenodd"/>',
1546
+ "body": '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11 5.5V11l3.667 1.833m5.5-1.833a9.167 9.167 0 11-18.334 0 9.167 9.167 0 0118.334 0Z"/>',
1547
1547
  "left": 0,
1548
1548
  "top": 0,
1549
- "width": 20,
1550
- "height": 20
1549
+ "width": 22,
1550
+ "height": 22
1551
1551
  };
1552
1552
  exports.__esModule = true;
1553
1553
  exports.default = data;
@@ -3007,31 +3007,26 @@ var Tooltip = (_a) => {
3007
3007
  var _a2, _b2;
3008
3008
  (_a2 = props.onClick) == null ? void 0 : _a2.call(props, e);
3009
3009
  (_b2 = triggerProps.onClick) == null ? void 0 : _b2.call(triggerProps, e);
3010
- e.stopPropagation();
3011
3010
  };
3012
3011
  const handleMouseDown = (e) => {
3013
3012
  var _a2, _b2;
3014
3013
  (_a2 = props.onMouseDown) == null ? void 0 : _a2.call(props, e);
3015
3014
  (_b2 = triggerProps.onMouseDown) == null ? void 0 : _b2.call(triggerProps, e);
3016
- e.stopPropagation();
3017
3015
  };
3018
3016
  const handleMouseUp = (e) => {
3019
3017
  var _a2, _b2;
3020
3018
  (_a2 = props.onMouseUp) == null ? void 0 : _a2.call(props, e);
3021
3019
  (_b2 = triggerProps.onMouseUp) == null ? void 0 : _b2.call(triggerProps, e);
3022
- e.stopPropagation();
3023
3020
  };
3024
3021
  const handlePointerDown = (e) => {
3025
3022
  var _a2, _b2;
3026
3023
  (_a2 = props.onPointerDown) == null ? void 0 : _a2.call(props, e);
3027
3024
  (_b2 = triggerProps.onPointerDown) == null ? void 0 : _b2.call(triggerProps, e);
3028
- e.stopPropagation();
3029
3025
  };
3030
3026
  const handlePointerUp = (e) => {
3031
3027
  var _a2, _b2;
3032
3028
  (_a2 = props.onPointerUp) == null ? void 0 : _a2.call(props, e);
3033
3029
  (_b2 = triggerProps.onPointerUp) == null ? void 0 : _b2.call(triggerProps, e);
3034
- e.stopPropagation();
3035
3030
  };
3036
3031
  return /* @__PURE__ */ import_react10.default.createElement("div", __spreadProps(__spreadValues({
3037
3032
  className: tw(`${inline ? "inline-block" : "block"}`)
@@ -4897,7 +4892,7 @@ var LabelText = ({
4897
4892
  placement: helpTooltipPlacement
4898
4893
  }, /* @__PURE__ */ import_react41.default.createElement("span", {
4899
4894
  tabIndex: 0,
4900
- className: tw("text-grey-30 flex items-center cursor-pointer ml-2")
4895
+ className: tw("text-grey-40 flex items-center cursor-pointer ml-2")
4901
4896
  }, /* @__PURE__ */ import_react41.default.createElement(InlineIcon, {
4902
4897
  icon: import_questionMark.default,
4903
4898
  "data-testid": "icon-info"