@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.mjs CHANGED
@@ -1205,11 +1205,11 @@ var require_chevronDown = __commonJS({
1205
1205
  "src/icons/chevronDown.js"(exports) {
1206
1206
  "use strict";
1207
1207
  var data = {
1208
- "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"/>',
1208
+ "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"/>',
1209
1209
  "left": 0,
1210
1210
  "top": 0,
1211
- "width": 20,
1212
- "height": 20
1211
+ "width": 22,
1212
+ "height": 22
1213
1213
  };
1214
1214
  exports.__esModule = true;
1215
1215
  exports.default = data;
@@ -1221,11 +1221,11 @@ var require_chevronUp = __commonJS({
1221
1221
  "src/icons/chevronUp.js"(exports) {
1222
1222
  "use strict";
1223
1223
  var data = {
1224
- "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"/>',
1224
+ "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"/>',
1225
1225
  "left": 0,
1226
1226
  "top": 0,
1227
- "width": 20,
1228
- "height": 20
1227
+ "width": 22,
1228
+ "height": 22
1229
1229
  };
1230
1230
  exports.__esModule = true;
1231
1231
  exports.default = data;
@@ -1237,11 +1237,11 @@ var require_search = __commonJS({
1237
1237
  "src/icons/search.js"(exports) {
1238
1238
  "use strict";
1239
1239
  var data = {
1240
- "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"/>',
1240
+ "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"/>',
1241
1241
  "left": 0,
1242
1242
  "top": 0,
1243
- "width": 20,
1244
- "height": 20
1243
+ "width": 22,
1244
+ "height": 22
1245
1245
  };
1246
1246
  exports.__esModule = true;
1247
1247
  exports.default = data;
@@ -1253,11 +1253,11 @@ var require_tick = __commonJS({
1253
1253
  "src/icons/tick.js"(exports) {
1254
1254
  "use strict";
1255
1255
  var data = {
1256
- "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"/>',
1256
+ "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"/>',
1257
1257
  "left": 0,
1258
1258
  "top": 0,
1259
- "width": 20,
1260
- "height": 20
1259
+ "width": 22,
1260
+ "height": 22
1261
1261
  };
1262
1262
  exports.__esModule = true;
1263
1263
  exports.default = data;
@@ -1269,11 +1269,11 @@ var require_loading = __commonJS({
1269
1269
  "src/icons/loading.js"(exports) {
1270
1270
  "use strict";
1271
1271
  var data = {
1272
- "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>',
1272
+ "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>',
1273
1273
  "left": 0,
1274
1274
  "top": 0,
1275
- "width": 40,
1276
- "height": 40
1275
+ "width": 22,
1276
+ "height": 22
1277
1277
  };
1278
1278
  exports.__esModule = true;
1279
1279
  exports.default = data;
@@ -1285,11 +1285,11 @@ var require_confirm = __commonJS({
1285
1285
  "src/icons/confirm.js"(exports) {
1286
1286
  "use strict";
1287
1287
  var data = {
1288
- "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"/>',
1288
+ "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"/>',
1289
1289
  "left": 0,
1290
1290
  "top": 0,
1291
- "width": 20,
1292
- "height": 20
1291
+ "width": 22,
1292
+ "height": 22
1293
1293
  };
1294
1294
  exports.__esModule = true;
1295
1295
  exports.default = data;
@@ -1301,11 +1301,11 @@ var require_cross = __commonJS({
1301
1301
  "src/icons/cross.js"(exports) {
1302
1302
  "use strict";
1303
1303
  var data = {
1304
- "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"/>',
1304
+ "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"/>',
1305
1305
  "left": 0,
1306
1306
  "top": 0,
1307
- "width": 20,
1308
- "height": 20
1307
+ "width": 22,
1308
+ "height": 22
1309
1309
  };
1310
1310
  exports.__esModule = true;
1311
1311
  exports.default = data;
@@ -1317,11 +1317,11 @@ var require_error = __commonJS({
1317
1317
  "src/icons/error.js"(exports) {
1318
1318
  "use strict";
1319
1319
  var data = {
1320
- "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"/>',
1320
+ "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"/>',
1321
1321
  "left": 0,
1322
1322
  "top": 0,
1323
- "width": 20,
1324
- "height": 20
1323
+ "width": 22,
1324
+ "height": 22
1325
1325
  };
1326
1326
  exports.__esModule = true;
1327
1327
  exports.default = data;
@@ -1333,11 +1333,11 @@ var require_infoSign = __commonJS({
1333
1333
  "src/icons/infoSign.js"(exports) {
1334
1334
  "use strict";
1335
1335
  var data = {
1336
- "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"/>',
1336
+ "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"/>',
1337
1337
  "left": 0,
1338
1338
  "top": 0,
1339
- "width": 20,
1340
- "height": 20
1339
+ "width": 22,
1340
+ "height": 22
1341
1341
  };
1342
1342
  exports.__esModule = true;
1343
1343
  exports.default = data;
@@ -1349,11 +1349,11 @@ var require_warningSign = __commonJS({
1349
1349
  "src/icons/warningSign.js"(exports) {
1350
1350
  "use strict";
1351
1351
  var data = {
1352
- "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"/>',
1352
+ "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"/>',
1353
1353
  "left": 0,
1354
1354
  "top": 0,
1355
- "width": 20,
1356
- "height": 20
1355
+ "width": 22,
1356
+ "height": 22
1357
1357
  };
1358
1358
  exports.__esModule = true;
1359
1359
  exports.default = data;
@@ -1365,11 +1365,11 @@ var require_slash = __commonJS({
1365
1365
  "src/icons/slash.js"(exports) {
1366
1366
  "use strict";
1367
1367
  var data = {
1368
- "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"/>',
1368
+ "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"/>',
1369
1369
  "left": 0,
1370
1370
  "top": 0,
1371
- "width": 20,
1372
- "height": 20
1371
+ "width": 22,
1372
+ "height": 22
1373
1373
  };
1374
1374
  exports.__esModule = true;
1375
1375
  exports.default = data;
@@ -1381,11 +1381,11 @@ var require_lock = __commonJS({
1381
1381
  "src/icons/lock.js"(exports) {
1382
1382
  "use strict";
1383
1383
  var data = {
1384
- "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"/>',
1384
+ "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"/>',
1385
1385
  "left": 0,
1386
1386
  "top": 0,
1387
- "width": 20,
1388
- "height": 20
1387
+ "width": 22,
1388
+ "height": 22
1389
1389
  };
1390
1390
  exports.__esModule = true;
1391
1391
  exports.default = data;
@@ -1397,11 +1397,11 @@ var require_chevronLeft = __commonJS({
1397
1397
  "src/icons/chevronLeft.js"(exports) {
1398
1398
  "use strict";
1399
1399
  var data = {
1400
- "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"/>',
1400
+ "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"/>',
1401
1401
  "left": 0,
1402
1402
  "top": 0,
1403
- "width": 20,
1404
- "height": 20
1403
+ "width": 22,
1404
+ "height": 22
1405
1405
  };
1406
1406
  exports.__esModule = true;
1407
1407
  exports.default = data;
@@ -1413,11 +1413,11 @@ var require_chevronRight = __commonJS({
1413
1413
  "src/icons/chevronRight.js"(exports) {
1414
1414
  "use strict";
1415
1415
  var data = {
1416
- "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"/>',
1416
+ "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"/>',
1417
1417
  "left": 0,
1418
1418
  "top": 0,
1419
- "width": 20,
1420
- "height": 20
1419
+ "width": 22,
1420
+ "height": 22
1421
1421
  };
1422
1422
  exports.__esModule = true;
1423
1423
  exports.default = data;
@@ -1429,11 +1429,11 @@ var require_minus = __commonJS({
1429
1429
  "src/icons/minus.js"(exports) {
1430
1430
  "use strict";
1431
1431
  var data = {
1432
- "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"/>',
1432
+ "body": '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4.583 11h12.834"/>',
1433
1433
  "left": 0,
1434
1434
  "top": 0,
1435
- "width": 20,
1436
- "height": 20
1435
+ "width": 22,
1436
+ "height": 22
1437
1437
  };
1438
1438
  exports.__esModule = true;
1439
1439
  exports.default = data;
@@ -1445,11 +1445,11 @@ var require_questionMark = __commonJS({
1445
1445
  "src/icons/questionMark.js"(exports) {
1446
1446
  "use strict";
1447
1447
  var data = {
1448
- "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"/>',
1448
+ "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"/>',
1449
1449
  "left": 0,
1450
1450
  "top": 0,
1451
- "width": 14,
1452
- "height": 14
1451
+ "width": 22,
1452
+ "height": 22
1453
1453
  };
1454
1454
  exports.__esModule = true;
1455
1455
  exports.default = data;
@@ -1461,11 +1461,11 @@ var require_more = __commonJS({
1461
1461
  "src/icons/more.js"(exports) {
1462
1462
  "use strict";
1463
1463
  var data = {
1464
- "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"/>',
1464
+ "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"/>',
1465
1465
  "left": 0,
1466
1466
  "top": 0,
1467
- "width": 20,
1468
- "height": 20
1467
+ "width": 22,
1468
+ "height": 22
1469
1469
  };
1470
1470
  exports.__esModule = true;
1471
1471
  exports.default = data;
@@ -1477,11 +1477,11 @@ var require_smallCross = __commonJS({
1477
1477
  "src/icons/smallCross.js"(exports) {
1478
1478
  "use strict";
1479
1479
  var data = {
1480
- "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"/>',
1480
+ "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"/>',
1481
1481
  "left": 0,
1482
1482
  "top": 0,
1483
- "width": 20,
1484
- "height": 20
1483
+ "width": 22,
1484
+ "height": 22
1485
1485
  };
1486
1486
  exports.__esModule = true;
1487
1487
  exports.default = data;
@@ -1493,11 +1493,11 @@ var require_caretDown = __commonJS({
1493
1493
  "src/icons/caretDown.js"(exports) {
1494
1494
  "use strict";
1495
1495
  var data = {
1496
- "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"/>',
1496
+ "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"/>',
1497
1497
  "left": 0,
1498
1498
  "top": 0,
1499
- "width": 20,
1500
- "height": 20
1499
+ "width": 22,
1500
+ "height": 22
1501
1501
  };
1502
1502
  exports.__esModule = true;
1503
1503
  exports.default = data;
@@ -1509,11 +1509,11 @@ var require_chevronBackward = __commonJS({
1509
1509
  "src/icons/chevronBackward.js"(exports) {
1510
1510
  "use strict";
1511
1511
  var data = {
1512
- "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"/>',
1512
+ "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"/>',
1513
1513
  "left": 0,
1514
1514
  "top": 0,
1515
- "width": 20,
1516
- "height": 20
1515
+ "width": 22,
1516
+ "height": 22
1517
1517
  };
1518
1518
  exports.__esModule = true;
1519
1519
  exports.default = data;
@@ -1525,11 +1525,11 @@ var require_chevronForward = __commonJS({
1525
1525
  "src/icons/chevronForward.js"(exports) {
1526
1526
  "use strict";
1527
1527
  var data = {
1528
- "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"/>',
1528
+ "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"/>',
1529
1529
  "left": 0,
1530
1530
  "top": 0,
1531
- "width": 20,
1532
- "height": 20
1531
+ "width": 22,
1532
+ "height": 22
1533
1533
  };
1534
1534
  exports.__esModule = true;
1535
1535
  exports.default = data;
@@ -1541,11 +1541,11 @@ var require_time = __commonJS({
1541
1541
  "src/icons/time.js"(exports) {
1542
1542
  "use strict";
1543
1543
  var data = {
1544
- "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"/>',
1544
+ "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"/>',
1545
1545
  "left": 0,
1546
1546
  "top": 0,
1547
- "width": 20,
1548
- "height": 20
1547
+ "width": 22,
1548
+ "height": 22
1549
1549
  };
1550
1550
  exports.__esModule = true;
1551
1551
  exports.default = data;
@@ -2867,31 +2867,26 @@ var Tooltip = (_a) => {
2867
2867
  var _a2, _b2;
2868
2868
  (_a2 = props.onClick) == null ? void 0 : _a2.call(props, e);
2869
2869
  (_b2 = triggerProps.onClick) == null ? void 0 : _b2.call(triggerProps, e);
2870
- e.stopPropagation();
2871
2870
  };
2872
2871
  const handleMouseDown = (e) => {
2873
2872
  var _a2, _b2;
2874
2873
  (_a2 = props.onMouseDown) == null ? void 0 : _a2.call(props, e);
2875
2874
  (_b2 = triggerProps.onMouseDown) == null ? void 0 : _b2.call(triggerProps, e);
2876
- e.stopPropagation();
2877
2875
  };
2878
2876
  const handleMouseUp = (e) => {
2879
2877
  var _a2, _b2;
2880
2878
  (_a2 = props.onMouseUp) == null ? void 0 : _a2.call(props, e);
2881
2879
  (_b2 = triggerProps.onMouseUp) == null ? void 0 : _b2.call(triggerProps, e);
2882
- e.stopPropagation();
2883
2880
  };
2884
2881
  const handlePointerDown = (e) => {
2885
2882
  var _a2, _b2;
2886
2883
  (_a2 = props.onPointerDown) == null ? void 0 : _a2.call(props, e);
2887
2884
  (_b2 = triggerProps.onPointerDown) == null ? void 0 : _b2.call(triggerProps, e);
2888
- e.stopPropagation();
2889
2885
  };
2890
2886
  const handlePointerUp = (e) => {
2891
2887
  var _a2, _b2;
2892
2888
  (_a2 = props.onPointerUp) == null ? void 0 : _a2.call(props, e);
2893
2889
  (_b2 = triggerProps.onPointerUp) == null ? void 0 : _b2.call(triggerProps, e);
2894
- e.stopPropagation();
2895
2890
  };
2896
2891
  return /* @__PURE__ */ React6.createElement("div", __spreadProps(__spreadValues({
2897
2892
  className: tw(`${inline ? "inline-block" : "block"}`)
@@ -4757,7 +4752,7 @@ var LabelText = ({
4757
4752
  placement: helpTooltipPlacement
4758
4753
  }, /* @__PURE__ */ React36.createElement("span", {
4759
4754
  tabIndex: 0,
4760
- className: tw("text-grey-30 flex items-center cursor-pointer ml-2")
4755
+ className: tw("text-grey-40 flex items-center cursor-pointer ml-2")
4761
4756
  }, /* @__PURE__ */ React36.createElement(InlineIcon, {
4762
4757
  icon: import_questionMark.default,
4763
4758
  "data-testid": "icon-info"