@aivenio/aquarium 1.20.0 → 1.22.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 (90) hide show
  1. package/dist/_variables.scss +104 -104
  2. package/dist/_variables_timescale.scss +104 -104
  3. package/dist/atoms.cjs +200 -47
  4. package/dist/atoms.mjs +200 -47
  5. package/dist/src/atoms/Alert/Alert.js +1 -1
  6. package/dist/src/atoms/Banner/Banner.js +3 -3
  7. package/dist/src/atoms/Checkbox/Checkbox.js +6 -6
  8. package/dist/src/atoms/InputGroup/InputGroup.js +1 -1
  9. package/dist/src/atoms/RadioButton/RadioButton.js +4 -4
  10. package/dist/src/atoms/Switch/Switch.js +3 -3
  11. package/dist/src/atoms/Table/Table.js +1 -1
  12. package/dist/src/charts/Axis/Axis.js +1 -1
  13. package/dist/src/charts/BarChart/BarChart.d.ts +1 -1
  14. package/dist/src/charts/BarChart/BarChart.js +1 -1
  15. package/dist/src/charts/Container/Container.js +1 -1
  16. package/dist/src/charts/Grid/Grid.d.ts +1 -1
  17. package/dist/src/charts/Grid/Grid.js +1 -1
  18. package/dist/src/icons/index.d.ts +9 -0
  19. package/dist/src/icons/index.js +10 -1
  20. package/dist/src/icons/indexes.d.ts +9 -0
  21. package/dist/src/icons/indexes.js +11 -0
  22. package/dist/src/icons/integrations.d.ts +9 -0
  23. package/dist/src/icons/integrations.js +11 -0
  24. package/dist/src/icons/jobsAndData.d.ts +9 -0
  25. package/dist/src/icons/jobsAndData.js +11 -0
  26. package/dist/src/icons/kafkaTopic.d.ts +9 -0
  27. package/dist/src/icons/kafkaTopic.js +11 -0
  28. package/dist/src/icons/namespaces.d.ts +9 -0
  29. package/dist/src/icons/namespaces.js +11 -0
  30. package/dist/src/icons/networkPrivateLink.d.ts +9 -0
  31. package/dist/src/icons/networkPrivateLink.js +11 -0
  32. package/dist/src/icons/pools.d.ts +9 -0
  33. package/dist/src/icons/pools.js +11 -0
  34. package/dist/src/icons/queries.d.ts +9 -0
  35. package/dist/src/icons/queries.js +11 -0
  36. package/dist/src/icons/replicationFlow.d.ts +9 -0
  37. package/dist/src/icons/replicationFlow.js +11 -0
  38. package/dist/src/molecules/Alert/Alert.js +1 -1
  39. package/dist/src/molecules/Banner/Banner.js +2 -2
  40. package/dist/src/molecules/Box/Box.d.ts +1 -1
  41. package/dist/src/molecules/Box/Box.js +1 -1
  42. package/dist/src/molecules/Breadcrumbs/Breadcrumbs.js +2 -2
  43. package/dist/src/molecules/Button/Button.js +7 -6
  44. package/dist/src/molecules/Card/Card.js +1 -1
  45. package/dist/src/molecules/Card/Compact.js +1 -1
  46. package/dist/src/molecules/Checkbox/Checkbox.js +1 -1
  47. package/dist/src/molecules/CheckboxGroup/CheckboxGroup.js +1 -1
  48. package/dist/src/molecules/Combobox/Combobox.js +1 -1
  49. package/dist/src/molecules/DataList/DataList.js +1 -1
  50. package/dist/src/molecules/DataTable/DataTable.js +1 -1
  51. package/dist/src/molecules/Dialog/Dialog.js +1 -1
  52. package/dist/src/molecules/Dropdown/Dropdown.js +1 -1
  53. package/dist/src/molecules/Icon/Icon.js +1 -1
  54. package/dist/src/molecules/Input/Input.js +1 -1
  55. package/dist/src/molecules/LineClamp/LineClamp.js +1 -1
  56. package/dist/src/molecules/Modal/Modal.js +1 -1
  57. package/dist/src/molecules/MultiInput/MultiInput.js +1 -1
  58. package/dist/src/molecules/MultiSelect/MultiSelect.js +1 -1
  59. package/dist/src/molecules/NativeSelect/NativeSelect.js +1 -1
  60. package/dist/src/molecules/PageHeader/PageHeader.js +1 -1
  61. package/dist/src/molecules/Popover/Popover.js +1 -1
  62. package/dist/src/molecules/PopoverDialog/PopoverDialog.d.ts +1 -1
  63. package/dist/src/molecules/PopoverDialog/PopoverDialog.js +1 -1
  64. package/dist/src/molecules/RadioButton/RadioButton.js +1 -1
  65. package/dist/src/molecules/RadioButtonGroup/RadioButtonGroup.js +1 -1
  66. package/dist/src/molecules/Select/Select.js +1 -1
  67. package/dist/src/molecules/Spacing/Spacing.js +1 -1
  68. package/dist/src/molecules/Switch/Switch.js +1 -1
  69. package/dist/src/molecules/SwitchGroup/SwitchGroup.js +1 -1
  70. package/dist/src/molecules/Table/Table.d.ts +1 -1
  71. package/dist/src/molecules/Table/Table.js +1 -1
  72. package/dist/src/molecules/Tabs/Tabs.js +3 -3
  73. package/dist/src/molecules/Textarea/Textarea.js +1 -1
  74. package/dist/src/molecules/Toast/Toast.js +1 -1
  75. package/dist/src/molecules/Typography/Typography.js +1 -1
  76. package/dist/src/utils/constants.js +3 -3
  77. package/dist/src/utils/form/InputAdornment/InputAdornment.js +1 -1
  78. package/dist/src/utils/form/Label/Label.js +1 -1
  79. package/dist/src/utils/table/utils.js +1 -1
  80. package/dist/styles.css +406 -121
  81. package/dist/styles_timescaledb.css +385 -100
  82. package/dist/system.cjs +206 -54
  83. package/dist/system.mjs +206 -54
  84. package/dist/tailwind.config.js +6 -3
  85. package/dist/tailwind.theme.json +12 -12
  86. package/dist/tokens.json +12 -12
  87. package/dist/tsconfig.module.tsbuildinfo +1 -1
  88. package/dist/types/tailwindGenerated.d.ts +1 -1
  89. package/dist/types/utils.js +1 -1
  90. package/package.json +22 -27
package/dist/system.mjs CHANGED
@@ -712,18 +712,18 @@ var require_tokens = __commonJS({
712
712
  "secondary-10": "#fee8d0",
713
713
  "secondary-5": "#fff3e8",
714
714
  "secondary-0": "#fffbf8",
715
- "primary-100": "#a70045",
716
- "primary-90": "#c60443",
717
- "primary-80": "#e41a4a",
718
- "primary-70": "#ff3554",
719
- "primary-60": "#ff5275",
720
- "primary-50": "#ff6f94",
721
- "primary-40": "#ff8db0",
722
- "primary-30": "#ffa9c9",
723
- "primary-20": "#ffc4de",
724
- "primary-10": "#ffdeef",
725
- "primary-5": "#ffe8f4",
726
- "primary-0": "#fff9fc",
715
+ "primary-100": "0e1652",
716
+ "primary-90": "#222f95",
717
+ "primary-80": "#3545be",
718
+ "primary-70": "#5865cd",
719
+ "primary-60": "#818eec",
720
+ "primary-50": "#000000",
721
+ "primary-40": "#b9c5ef",
722
+ "primary-30": "#000000",
723
+ "primary-20": "#000000",
724
+ "primary-10": "#e3e9ff",
725
+ "primary-5": "#f3f6ff",
726
+ "primary-0": "#ffffff",
727
727
  "grey-20": "#d2d2d6"
728
728
  },
729
729
  typography: {
@@ -3268,6 +3268,22 @@ var require_inbox = __commonJS({
3268
3268
  }
3269
3269
  });
3270
3270
 
3271
+ // src/icons/indexes.js
3272
+ var require_indexes = __commonJS({
3273
+ "src/icons/indexes.js"(exports) {
3274
+ "use strict";
3275
+ var data = {
3276
+ "body": '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M6.5 21h7.7c1.68 0 2.52 0 3.162-.327a3 3 0 001.311-1.311C19 18.72 19 17.88 19 16.2V8.988c0-.734 0-1.1-.083-1.446a3 3 0 00-.36-.867c-.185-.303-.444-.562-.963-1.08l-3.188-3.19c-.519-.518-.778-.777-1.081-.963a3.001 3.001 0 00-.867-.36C12.112 1 11.745 1 11.012 1H6.5c-.464 0-.697 0-.892.026a3 3 0 00-2.582 2.582C3 3.803 3 17.036 3 17.5c0 .464 0 .697.026.892a3 3 0 002.582 2.582c.195.026.428.026.892.026Z"/><path d="M11.806 17c.623 0 1.13-.512 1.13-1.143v-2.285L14 12l-1.065-1.572V8.143c0-.632-.505-1.143-1.13-1.143m-2.61 0c-.625 0-1.13.511-1.13 1.143v2.285L7 12l1.065 1.572v2.285c0 .631.505 1.143 1.13 1.143"/></g>',
3277
+ "left": 0,
3278
+ "top": 0,
3279
+ "width": 22,
3280
+ "height": 22
3281
+ };
3282
+ exports.__esModule = true;
3283
+ exports.default = data;
3284
+ }
3285
+ });
3286
+
3271
3287
  // src/icons/infoSign.js
3272
3288
  var require_infoSign = __commonJS({
3273
3289
  "src/icons/infoSign.js"(exports) {
@@ -3284,6 +3300,22 @@ var require_infoSign = __commonJS({
3284
3300
  }
3285
3301
  });
3286
3302
 
3303
+ // src/icons/integrations.js
3304
+ var require_integrations = __commonJS({
3305
+ "src/icons/integrations.js"(exports) {
3306
+ "use strict";
3307
+ var data = {
3308
+ "body": '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.433 20.167c.257 0 .385 0 .483-.05a.459.459 0 00.2-.2c.05-.099.05-.227.05-.484V9.9c0-.257 0-.385-.05-.483a.458.458 0 00-.2-.2c-.098-.05-.226-.05-.483-.05h-2.2c-.256 0-.385 0-.483.05a.459.459 0 00-.2.2c-.05.098-.05.226-.05.483v2.2c0 .257 0 .385-.05.483a.458.458 0 01-.2.2c-.098.05-.227.05-.483.05h-2.2c-.257 0-.385 0-.483.05a.457.457 0 00-.2.2c-.05.099-.05.227-.05.484v2.2c0 .256 0 .385-.05.483a.458.458 0 01-.2.2c-.099.05-.227.05-.484.05H9.9c-.257 0-.385 0-.483.05a.459.459 0 00-.2.2c-.05.098-.05.227-.05.483v2.2c0 .257 0 .385.05.483a.459.459 0 00.2.2c.098.05.226.05.483.05h9.533ZM9.167 6.233c0-.256 0-.385.05-.483a.458.458 0 01.2-.2c.098-.05.226-.05.483-.05h2.2c.257 0 .385 0 .483.05a.459.459 0 01.2.2c.05.098.05.227.05.483v2.2c0 .257 0 .385-.05.483a.459.459 0 01-.2.2c-.098.05-.226.05-.483.05H9.9c-.257 0-.385 0-.483-.05a.458.458 0 01-.2-.2c-.05-.098-.05-.226-.05-.483v-2.2Zm-6.417 5.5c0-.256 0-.385.05-.483a.459.459 0 01.2-.2c.098-.05.227-.05.483-.05h2.2c.257 0 .385 0 .483.05a.459.459 0 01.2.2c.05.098.05.227.05.483v2.2c0 .257 0 .385-.05.483a.459.459 0 01-.2.2c-.098.05-.226.05-.483.05h-2.2c-.256 0-.385 0-.483-.05a.459.459 0 01-.2-.2c-.05-.098-.05-.226-.05-.483v-2.2Zm-.917-9.166c0-.257 0-.385.05-.483a.458.458 0 01.2-.2c.099-.05.227-.05.484-.05h2.2c.256 0 .385 0 .483.05a.458.458 0 01.2.2c.05.098.05.226.05.483v2.2c0 .256 0 .385-.05.483a.458.458 0 01-.2.2c-.098.05-.227.05-.483.05h-2.2c-.257 0-.385 0-.483-.05a.458.458 0 01-.2-.2c-.05-.098-.05-.227-.05-.483v-2.2Z"/>',
3309
+ "left": 0,
3310
+ "top": 0,
3311
+ "width": 22,
3312
+ "height": 22
3313
+ };
3314
+ exports.__esModule = true;
3315
+ exports.default = data;
3316
+ }
3317
+ });
3318
+
3287
3319
  // src/icons/issue.js
3288
3320
  var require_issue = __commonJS({
3289
3321
  "src/icons/issue.js"(exports) {
@@ -3300,6 +3332,38 @@ var require_issue = __commonJS({
3300
3332
  }
3301
3333
  });
3302
3334
 
3335
+ // src/icons/jobsAndData.js
3336
+ var require_jobsAndData = __commonJS({
3337
+ "src/icons/jobsAndData.js"(exports) {
3338
+ "use strict";
3339
+ var data = {
3340
+ "body": '<path fill="currentColor" fill-rule="evenodd" d="M11.01 2.583c.624 0 .878.004 1.073.04v3.269c0 .235 0 .454.015.638.017.2.054.422.167.643.16.314.415.569.728.729.222.112.445.15.644.166.184.015.403.015.637.015h3.27c.036.196.04.45.04 1.073v3.677a.75.75 0 101.5 0v-3.76c0-.593 0-1.013-.097-1.418a3.5 3.5 0 00-.42-1.011c-.217-.355-.514-.652-.933-1.071l-.059-.059-2.923-2.922-.058-.059c-.42-.42-.716-.717-1.071-.934a3.495 3.495 0 00-1.012-.419c-.404-.097-.825-.097-1.417-.097H8.035c-.743 0-1.346 0-1.836.04-.505.042-.954.13-1.371.342a3.5 3.5 0 00-1.53 1.53c-.213.417-.3.866-.341 1.371-.04.49-.04 1.092-.04 1.835v9.598c0 .743 0 1.347.04 1.836.04.505.128.954.341 1.372a3.5 3.5 0 001.53 1.53c.417.212.866.3 1.371.34.49.04 1.093.04 1.836.04h4.302a.75.75 0 100-1.5h-4.27c-.783 0-1.324 0-1.745-.034-.413-.034-.643-.096-.813-.183a2 2 0 01-.874-.874c-.087-.171-.15-.401-.183-.813-.035-.421-.035-.963-.035-1.745V6.233c0-.782 0-1.324.035-1.745.033-.412.096-.642.183-.813a2 2 0 01.874-.874c.17-.087.4-.15.813-.183.42-.034.962-.035 1.745-.035h2.944Zm2.573 3.284V3.644l.009.008 2.922 2.923.009.008H14.3c-.269 0-.426 0-.541-.01a.66.66 0 01-.092-.012.167.167 0 01-.061-.061.641.641 0 01-.013-.092 7.552 7.552 0 01-.01-.541ZM6.875 4.292a.75.75 0 000 1.5h2.75a.75.75 0 000-1.5h-2.75Zm0 2.75a.75.75 0 000 1.5h2.75a.75.75 0 000-1.5h-2.75Zm0 2.75a.75.75 0 100 1.5h3.208a.75.75 0 000-1.5H6.875Zm8.499 5.145a2.27 2.27 0 00-1.947-2.247l.392.392.015.014c.087.087.181.181.256.27.084.1.187.24.249.428.082.252.082.523 0 .775a1.25 1.25 0 01-.25.429c-.074.088-.168.182-.255.27l-.015.014-.37.37-.015.015a4.724 4.724 0 01-.27.256c-.099.085-.24.187-.428.249a1.253 1.253 0 01-.775 0 1.263 1.263 0 01-.429-.249 4.757 4.757 0 01-.269-.256l-.014-.014-.393-.393a2.27 2.27 0 002.787 1.883l.013-.004c.112-.027.217-.052.304-.07.08-.016.214-.04.36-.03.183.012.326.052.49.137.18.093.333.249.43.347l.03.03 1.313 1.312a.318.318 0 10.449-.45l-1.288-1.288h-.001l-.004-.004-.019-.019-.03-.03a1.821 1.821 0 01-.347-.43 1.17 1.17 0 01-.138-.491c-.01-.146.015-.28.03-.36a8.28 8.28 0 01.071-.303l.003-.013c.042-.173.065-.353.065-.54Zm1.393.895a27.35 27.35 0 00-.039.159l.053.053.01.01.009.009.004.003.016.017.107.107.353.353.813.812a1.818 1.818 0 11-2.571 2.57l-1.312-1.31-.053-.053-.159.038a3.77 3.77 0 01-4.332-5.215.75.75 0 011.215-.222l1.428 1.429.04.04.039-.04.37-.371.04-.04-.04-.038-1.428-1.43a.75.75 0 01.221-1.213 3.77 3.77 0 015.215 4.332Z" clip-rule="evenodd"/>',
3341
+ "left": 0,
3342
+ "top": 0,
3343
+ "width": 22,
3344
+ "height": 22
3345
+ };
3346
+ exports.__esModule = true;
3347
+ exports.default = data;
3348
+ }
3349
+ });
3350
+
3351
+ // src/icons/kafkaTopic.js
3352
+ var require_kafkaTopic = __commonJS({
3353
+ "src/icons/kafkaTopic.js"(exports) {
3354
+ "use strict";
3355
+ var data = {
3356
+ "body": '<path fill="currentColor" fill-rule="evenodd" d="M8.25 2.583a1.083 1.083 0 100 2.167 1.083 1.083 0 000-2.167ZM5.667 3.667A2.583 2.583 0 119 6.139v1.442a3.5 3.5 0 011.973 1.22l2.063-1.033a2.583 2.583 0 11.671 1.341l-2.063 1.033a3.51 3.51 0 010 1.716l2.064 1.032a2.583 2.583 0 11-.671 1.341L10.973 13.2A3.5 3.5 0 019 14.42v1.44a2.584 2.584 0 11-1.5 0v-1.44a3.501 3.501 0 010-6.84V6.14a2.584 2.584 0 01-1.833-2.473Zm9.916 2.583a1.083 1.083 0 100 2.167 1.083 1.083 0 000-2.167ZM14.5 14.667a1.083 1.083 0 112.167 0 1.083 1.083 0 01-2.167 0ZM8.25 9a2 2 0 100 4 2 2 0 000-4Zm-1.083 9.333a1.083 1.083 0 112.166 0 1.083 1.083 0 01-2.166 0Z" clip-rule="evenodd"/>',
3357
+ "left": 0,
3358
+ "top": 0,
3359
+ "width": 22,
3360
+ "height": 22
3361
+ };
3362
+ exports.__esModule = true;
3363
+ exports.default = data;
3364
+ }
3365
+ });
3366
+
3303
3367
  // src/icons/key.js
3304
3368
  var require_key = __commonJS({
3305
3369
  "src/icons/key.js"(exports) {
@@ -3748,6 +3812,38 @@ var require_moveProject = __commonJS({
3748
3812
  }
3749
3813
  });
3750
3814
 
3815
+ // src/icons/namespaces.js
3816
+ var require_namespaces = __commonJS({
3817
+ "src/icons/namespaces.js"(exports) {
3818
+ "use strict";
3819
+ var data = {
3820
+ "body": '<path fill="currentColor" fill-rule="evenodd" d="M7.32 1.25h-.032c-.729 0-1.322 0-1.802.04-.497.04-.94.126-1.352.336a3.45 3.45 0 00-1.508 1.508c-.21.412-.296.855-.337 1.352-.039.48-.039 1.073-.039 1.802v9.424c0 .729 0 1.322.04 1.802.04.497.126.94.336 1.352a3.45 3.45 0 001.508 1.508c.412.21.855.296 1.352.337.48.039 1.073.039 1.802.039H9.75a.75.75 0 000-1.5H7.32c-.768 0-1.3 0-1.712-.034-.404-.033-.628-.094-.793-.178a1.95 1.95 0 01-.852-.853l-.669.34.669-.34c-.085-.165-.146-.389-.179-.793-.033-.412-.034-.944-.034-1.712V6.32c0-.768 0-1.3.034-1.712.033-.404.094-.628.179-.793a1.95 1.95 0 01.852-.852c.165-.085.389-.146.793-.179.412-.033.944-.034 1.712-.034h5.76c.768 0 1.3 0 1.712.034.404.033.628.094.793.179.367.186.665.485.852.852.085.165.146.389.179.793.033.412.034.944.034 1.712v3.33a.75.75 0 001.5 0V6.288c0-.729 0-1.322-.04-1.802-.04-.497-.126-.94-.336-1.352a3.45 3.45 0 00-1.508-1.508c-.412-.21-.855-.296-1.352-.337-.48-.039-1.073-.039-1.802-.039H7.32Zm-.72 4.5a.75.75 0 000 1.5h7.2a.75.75 0 000-1.5H6.6Zm0 3.6a.75.75 0 000 1.5H12a.75.75 0 000-1.5H6.6Zm0 3.6a.75.75 0 000 1.5h1.8a.75.75 0 000-1.5H6.6Zm6.235-.718-.02-.008a3.894 3.894 0 00-.306-.118.983.983 0 00-.605-.014.952.952 0 00-.612.612.983.983 0 00.014.605c.031.098.078.21.118.307l.008.019 2.222 5.333.008.02c.044.105.093.223.143.318l.001.003c.04.075.165.315.436.446a.952.952 0 00.885-.03.987.987 0 00.404-.474l.002-.003c.043-.098.084-.22.12-.326l.007-.021.35-1.03 1.737 1.737a.75.75 0 101.06-1.06l-1.736-1.738 1.03-.35.02-.007c.107-.036.229-.077.327-.12l.003-.002a.981.981 0 00.474-.404.952.952 0 00.03-.885.987.987 0 00-.446-.436l-.003-.001a4.249 4.249 0 00-.317-.142l-.02-.009-5.334-2.222Zm1.769 5.115-1.388-3.331 3.331 1.388-.95.322-.005.002a.953.953 0 00-.663.664l-.003.005-.322.95Zm3.21-1.412.001.001h-.002Zm.032-.976.002-.001h-.002Z" clip-rule="evenodd"/>',
3821
+ "left": 0,
3822
+ "top": 0,
3823
+ "width": 22,
3824
+ "height": 22
3825
+ };
3826
+ exports.__esModule = true;
3827
+ exports.default = data;
3828
+ }
3829
+ });
3830
+
3831
+ // src/icons/networkPrivateLink.js
3832
+ var require_networkPrivateLink = __commonJS({
3833
+ "src/icons/networkPrivateLink.js"(exports) {
3834
+ "use strict";
3835
+ var data = {
3836
+ "body": '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M20.167 13.292a4.125 4.125 0 00-3.74-4.108 5.501 5.501 0 00-10.854 0 4.125 4.125 0 00.385 8.233H10.5"/><path d="m16.232 18.91.536.535a1.893 1.893 0 102.677-2.677l-.535-.536m-4.82.536-.535-.536a1.893 1.893 0 112.677-2.677l.536.535m1.057 3.735-2.65-2.65"/></g>',
3837
+ "left": 0,
3838
+ "top": 0,
3839
+ "width": 22,
3840
+ "height": 22
3841
+ };
3842
+ exports.__esModule = true;
3843
+ exports.default = data;
3844
+ }
3845
+ });
3846
+
3751
3847
  // src/icons/newPerson.js
3752
3848
  var require_newPerson = __commonJS({
3753
3849
  "src/icons/newPerson.js"(exports) {
@@ -4052,6 +4148,22 @@ var require_plus = __commonJS({
4052
4148
  }
4053
4149
  });
4054
4150
 
4151
+ // src/icons/pools.js
4152
+ var require_pools = __commonJS({
4153
+ "src/icons/pools.js"(exports) {
4154
+ "use strict";
4155
+ var data = {
4156
+ "body": '<path fill="currentColor" fill-rule="evenodd" d="M4.504 2.884a1.505 1.505 0 00-.229.777v3.074h7.377V3.66a3 3 0 01.481-1.611C12.528 1.46 13.198 1 14.177 1c.978 0 1.648.46 2.043 1.05a3 3 0 01.482 1.611.75.75 0 01-1.5 0 1.5 1.5 0 00-.229-.777c-.137-.206-.355-.384-.796-.384-.442 0-.66.178-.797.384a1.505 1.505 0 00-.229.777v9.558a.75.75 0 01-1.5 0v-1.161H4.276v1.16a.75.75 0 01-1.5 0V3.663a3 3 0 01.482-1.612C3.652 1.46 4.322 1 5.301 1c.978 0 1.648.46 2.043 1.05a3 3 0 01.482 1.611.75.75 0 11-1.5 0 1.5 1.5 0 00-.229-.777c-.137-.206-.355-.384-.796-.384-.442 0-.66.178-.797.384Zm7.148 7.674V8.235H4.275v2.323h7.377ZM2.43 14.815a.75.75 0 10-1.36.632c.372.8 1.623 2.345 3.787 2.345 1.161 0 2.048-.581 2.65-1.188a.838.838 0 01.546-.227c.217-.01.383.059.48.155.59.585 1.476 1.26 2.537 1.26 1.19 0 2.167-.85 2.77-1.503a.466.466 0 01.672 0c.603.654 1.58 1.502 2.77 1.502.931 0 1.751-.413 2.363-.861a6.186 6.186 0 001.36-1.37.75.75 0 00-1.231-.858 4.694 4.694 0 01-1.015 1.018c-.476.348-.987.571-1.476.571-.505 0-1.095-.397-1.67-1.02a1.966 1.966 0 00-2.875 0c-.574.623-1.164 1.02-1.668 1.02-.439 0-.953-.301-1.48-.824-.452-.447-1.056-.614-1.61-.588a2.335 2.335 0 00-1.537.668c-.434.437-.96.744-1.586.744-1.387 0-2.207-1.004-2.427-1.476Zm0 3.344a.75.75 0 10-1.36.632c.372.801 1.623 2.345 3.787 2.345 1.161 0 2.048-.58 2.65-1.188a.837.837 0 01.546-.226c.217-.01.383.058.48.155.59.585 1.476 1.26 2.537 1.26 1.19 0 2.167-.85 2.77-1.504a.466.466 0 01.672 0c.603.655 1.58 1.503 2.77 1.503.931 0 1.751-.413 2.363-.861a6.186 6.186 0 001.36-1.371.75.75 0 10-1.231-.857 4.696 4.696 0 01-1.015 1.018c-.476.348-.987.571-1.476.571-.505 0-1.095-.398-1.67-1.02a1.966 1.966 0 00-2.875 0c-.574.622-1.164 1.02-1.668 1.02-.439 0-.953-.301-1.48-.825-.452-.447-1.056-.614-1.61-.587a2.335 2.335 0 00-1.537.667c-.434.438-.96.745-1.586.745-1.387 0-2.207-1.004-2.427-1.477Z" clip-rule="evenodd"/>',
4157
+ "left": 0,
4158
+ "top": 0,
4159
+ "width": 22,
4160
+ "height": 22
4161
+ };
4162
+ exports.__esModule = true;
4163
+ exports.default = data;
4164
+ }
4165
+ });
4166
+
4055
4167
  // src/icons/power.js
4056
4168
  var require_power = __commonJS({
4057
4169
  "src/icons/power.js"(exports) {
@@ -4148,6 +4260,22 @@ var require_puzzlePiece = __commonJS({
4148
4260
  }
4149
4261
  });
4150
4262
 
4263
+ // src/icons/queries.js
4264
+ var require_queries = __commonJS({
4265
+ "src/icons/queries.js"(exports) {
4266
+ "use strict";
4267
+ var data = {
4268
+ "body": '<path fill="currentColor" fill-rule="evenodd" d="M3.5 4.583c0-.051.03-.22.363-.481.323-.255.838-.517 1.54-.752C6.802 2.884 8.78 2.583 11 2.583c2.22 0 4.199.301 5.596.767.703.235 1.218.497 1.541.752.332.262.363.43.363.481 0 .052-.03.22-.363.482-.323.255-.838.517-1.54.751-1.398.466-3.377.767-5.597.767-2.22 0-4.199-.3-5.596-.767-.703-.234-1.218-.496-1.541-.751-.332-.262-.363-.43-.363-.482ZM17.07 7.24a8.024 8.024 0 001.43-.619v2.29c0 .055-.032.224-.36.484-.321.254-.833.516-1.534.75-1.394.466-3.372.766-5.606.766s-4.212-.3-5.606-.766c-.701-.234-1.213-.496-1.534-.75-.328-.26-.36-.43-.36-.484V6.62c.416.238.901.443 1.43.62 1.587.529 3.734.843 6.07.843 2.336 0 4.483-.314 6.07-.844ZM4.92 11.567a7.978 7.978 0 01-1.419-.615v2.285c0 .054.032.223.36.483.321.255.833.517 1.534.75 1.394.466 3.372.767 5.606.767a.75.75 0 010 1.5c-2.35 0-4.496-.314-6.081-.843a7.978 7.978 0 01-1.419-.616v2.139c0 .054.032.223.36.483.321.255.833.517 1.534.75 1.394.466 3.372.767 5.606.767a.75.75 0 010 1.5c-2.35 0-4.496-.314-6.081-.843-.79-.264-1.48-.594-1.99-.998-.502-.398-.929-.953-.929-1.66V4.584c0-.708.431-1.263.934-1.66.511-.402 1.205-.732 1.995-.996 1.588-.53 3.735-.844 6.071-.844s4.483.315 6.07.844c.791.264 1.485.594 1.996.997.503.396.934.951.934 1.66V8.91c0 .706-.427 1.262-.929 1.66-.51.403-1.2.734-1.99.997-1.585.53-3.732.843-6.081.843-2.35 0-4.496-.313-6.081-.843Zm9.558 5.07a2.16 2.16 0 113.73 1.48.774.774 0 00-.09.09 2.16 2.16 0 01-3.64-1.57Zm5.819 0a3.65 3.65 0 01-.596 2.002l1.103 1.103a.75.75 0 01-1.06 1.061L18.638 19.7a3.66 3.66 0 111.657-3.063Z" clip-rule="evenodd"/>',
4269
+ "left": 0,
4270
+ "top": 0,
4271
+ "width": 22,
4272
+ "height": 22
4273
+ };
4274
+ exports.__esModule = true;
4275
+ exports.default = data;
4276
+ }
4277
+ });
4278
+
4151
4279
  // src/icons/questionMark.js
4152
4280
  var require_questionMark = __commonJS({
4153
4281
  "src/icons/questionMark.js"(exports) {
@@ -4228,6 +4356,22 @@ var require_repeat = __commonJS({
4228
4356
  }
4229
4357
  });
4230
4358
 
4359
+ // src/icons/replicationFlow.js
4360
+ var require_replicationFlow = __commonJS({
4361
+ "src/icons/replicationFlow.js"(exports) {
4362
+ "use strict";
4363
+ var data = {
4364
+ "body": '<path fill="currentColor" fill-rule="evenodd" d="M12.213 2.502c1.927-.505 2.92-.3 3.52.137.517.377.892 1.022 1.24 2.003l-.59-.327a.739.739 0 00-1.012.291.761.761 0 00.304 1.023L17.82 6.82c.19.106.417.124.62.05a.735.735 0 00.436-.437l1.008-2.737a.763.763 0 00-.443-.972.737.737 0 00-.96.431l-.235.637c-.373-.951-.868-1.799-1.647-2.366-1.148-.836-2.695-.927-4.783-.38a.741.741 0 00-.523.916.76.76 0 00.92.54ZM2.149 3.803a.426.426 0 01-.079-.095.425.425 0 01.079-.095c.108-.106.304-.235.608-.36.603-.249 1.488-.42 2.504-.42s1.901.171 2.504.42c.304.125.5.254.608.36a.426.426 0 01.079.095.426.426 0 01-.079.095c-.108.106-.304.236-.608.36-.603.25-1.488.42-2.504.42s-1.901-.17-2.504-.42c-.304-.124-.5-.254-.608-.36Zm6.188 1.748a4.9 4.9 0 00.12-.051v.756a.351.351 0 01-.083.106c-.108.106-.302.235-.604.36-.601.247-1.486.418-2.51.418-1.023 0-1.907-.17-2.508-.419-.302-.124-.496-.253-.604-.359a.351.351 0 01-.083-.106V5.5l.12.05c.825.34 1.913.533 3.076.533s2.25-.192 3.076-.532Zm.005 2.557.115-.049v.754a.351.351 0 01-.083.106c-.108.105-.302.234-.604.359-.601.248-1.486.419-2.51.419-1.023 0-1.907-.171-2.508-.419-.302-.125-.496-.254-.604-.359a.351.351 0 01-.083-.106v-.754l.115.05c.824.339 1.912.531 3.08.531 1.17 0 2.258-.192 3.082-.532Zm0 2.557.115-.05v.668a.352.352 0 01-.083.106c-.108.105-.302.234-.604.359-.601.248-1.486.419-2.51.419-1.023 0-1.907-.171-2.508-.419-.302-.125-.496-.254-.604-.359a.352.352 0 01-.083-.106v-.667l.115.049c.824.34 1.912.532 3.08.532 1.17 0 2.258-.192 3.082-.532Zm.116.612v.004-.004Zm-6.395 0 .001.004v-.004Zm7.894.015V3.708c0-.489-.244-.884-.537-1.17-.291-.283-.673-.503-1.083-.672-.825-.34-1.913-.533-3.076-.533s-2.25.193-3.076.533c-.41.169-.792.39-1.083.672-.293.286-.537.681-.537 1.17v7.584c0 .487.241.882.534 1.169.29.284.67.504 1.081.674.824.34 1.912.532 3.08.532 1.17 0 2.258-.192 3.082-.532.41-.17.791-.39 1.081-.674.293-.287.534-.682.534-1.17Zm-1.5-7.596.002-.004-.002.004Zm-6.393 0v-.004.004Zm10.73 7.085a.583.583 0 01-.07-.073.583.583 0 01.07-.073c.125-.111.348-.246.688-.374.675-.255 1.657-.428 2.779-.428 1.122 0 2.104.173 2.779.428.34.128.563.263.688.374a.697.697 0 01.07.073.598.598 0 01-.07.073c-.125.112-.349.246-.688.375-.675.254-1.657.427-2.78.427-1.121 0-2.103-.173-2.778-.427-.34-.129-.563-.263-.688-.375Zm6.775 1.778a4.51 4.51 0 00.246-.1v.784a.44.44 0 01-.087.097c-.123.111-.345.245-.684.373-.672.254-1.654.427-2.783.427-1.13 0-2.112-.173-2.784-.427-.338-.128-.56-.262-.683-.373a.435.435 0 01-.088-.097v-.784c.081.035.163.069.246.1.884.334 2.054.524 3.309.524 1.255 0 2.425-.19 3.308-.524Zm.006 2.557c.081-.03.162-.063.24-.097v.78a.441.441 0 01-.087.098c-.123.11-.345.245-.684.373-.672.254-1.654.427-2.783.427-1.13 0-2.112-.173-2.784-.427-.338-.128-.56-.262-.683-.373a.435.435 0 01-.088-.098v-.78c.08.034.16.067.24.097.883.334 2.053.524 3.315.524 1.261 0 2.432-.19 3.314-.524Zm0 2.557c.081-.03.162-.063.24-.098v.694a.441.441 0 01-.087.098c-.123.11-.345.245-.684.373-.672.254-1.654.427-2.783.427-1.13 0-2.112-.173-2.784-.427-.338-.128-.56-.262-.683-.373a.435.435 0 01-.088-.098v-.694c.08.035.16.067.24.098.883.334 2.053.524 3.315.524 1.261 0 2.432-.19 3.314-.524Zm.243.59a.017.017 0 00.002-.004v.002l-.002.002Zm-7.116-.004.001.004-.001-.004Zm8.613.033v-7.584c0-.514-.278-.915-.589-1.192-.31-.277-.718-.493-1.157-.658-.883-.334-2.053-.525-3.308-.525s-2.425.191-3.309.525c-.439.165-.846.38-1.157.658-.31.277-.588.678-.588 1.192v7.584c0 .512.275.913.585 1.191.31.278.716.494 1.155.66.882.334 2.052.524 3.314.524 1.261 0 2.432-.19 3.314-.524.439-.166.845-.382 1.155-.66.31-.278.585-.68.585-1.191Zm-1.495-7.618-.001.004a.015.015 0 00.002-.005l-.001.001Zm-7.119 0 .002.004-.001-.004Zm-7.143 7.91c.6.437 1.592.642 3.52.137a.759.759 0 01.92.54.741.741 0 01-.524.916c-2.088.546-3.635.456-4.782-.38-.78-.568-1.275-1.415-1.648-2.366l-.234.636a.737.737 0 01-.96.432.763.763 0 01-.444-.972l1.008-2.737a.735.735 0 01.437-.437.747.747 0 01.62.05l2.144 1.19c.364.202.5.66.305 1.023a.74.74 0 01-1.013.292l-.589-.327c.348.98.722 1.626 1.24 2.002Z" clip-rule="evenodd"/>',
4365
+ "left": 0,
4366
+ "top": 0,
4367
+ "width": 22,
4368
+ "height": 22
4369
+ };
4370
+ exports.__esModule = true;
4371
+ exports.default = data;
4372
+ }
4373
+ });
4374
+
4231
4375
  // src/icons/reset.js
4232
4376
  var require_reset = __commonJS({
4233
4377
  "src/icons/reset.js"(exports) {
@@ -5512,18 +5656,18 @@ var tailwind_theme_default = {
5512
5656
  "secondary-10": "var(--aquarium-colors-secondary-10, #fee8d0)",
5513
5657
  "secondary-5": "var(--aquarium-colors-secondary-5, #fff3e8)",
5514
5658
  "secondary-0": "var(--aquarium-colors-secondary-0, #fffbf8)",
5515
- "primary-100": "var(--aquarium-colors-primary-100, #a70045)",
5516
- "primary-90": "var(--aquarium-colors-primary-90, #c60443)",
5517
- "primary-80": "var(--aquarium-colors-primary-80, #e41a4a)",
5518
- "primary-70": "var(--aquarium-colors-primary-70, #ff3554)",
5519
- "primary-60": "var(--aquarium-colors-primary-60, #ff5275)",
5520
- "primary-50": "var(--aquarium-colors-primary-50, #ff6f94)",
5521
- "primary-40": "var(--aquarium-colors-primary-40, #ff8db0)",
5522
- "primary-30": "var(--aquarium-colors-primary-30, #ffa9c9)",
5523
- "primary-20": "var(--aquarium-colors-primary-20, #ffc4de)",
5524
- "primary-10": "var(--aquarium-colors-primary-10, #ffdeef)",
5525
- "primary-5": "var(--aquarium-colors-primary-5, #ffe8f4)",
5526
- "primary-0": "var(--aquarium-colors-primary-0, #fff9fc)",
5659
+ "primary-100": "var(--aquarium-colors-primary-100, 0e1652)",
5660
+ "primary-90": "var(--aquarium-colors-primary-90, #222f95)",
5661
+ "primary-80": "var(--aquarium-colors-primary-80, #3545be)",
5662
+ "primary-70": "var(--aquarium-colors-primary-70, #5865cd)",
5663
+ "primary-60": "var(--aquarium-colors-primary-60, #818eec)",
5664
+ "primary-50": "var(--aquarium-colors-primary-50, #000000)",
5665
+ "primary-40": "var(--aquarium-colors-primary-40, #b9c5ef)",
5666
+ "primary-30": "var(--aquarium-colors-primary-30, #000000)",
5667
+ "primary-20": "var(--aquarium-colors-primary-20, #000000)",
5668
+ "primary-10": "var(--aquarium-colors-primary-10, #e3e9ff)",
5669
+ "primary-5": "var(--aquarium-colors-primary-5, #f3f6ff)",
5670
+ "primary-0": "var(--aquarium-colors-primary-0, #ffffff)",
5527
5671
  "grey-20": "var(--aquarium-colors-grey-20, #d2d2d6)",
5528
5672
  transparent: "var(--aquarium-colors-transparent, transparent)",
5529
5673
  white: "var(--aquarium-colors-white, white)",
@@ -6146,8 +6290,12 @@ var import_home = __toESM(require_home());
6146
6290
  var import_idNumber = __toESM(require_idNumber());
6147
6291
  var import_import = __toESM(require_import());
6148
6292
  var import_inbox = __toESM(require_inbox());
6293
+ var import_indexes = __toESM(require_indexes());
6149
6294
  var import_infoSign = __toESM(require_infoSign());
6295
+ var import_integrations = __toESM(require_integrations());
6150
6296
  var import_issue = __toESM(require_issue());
6297
+ var import_jobsAndData = __toESM(require_jobsAndData());
6298
+ var import_kafkaTopic = __toESM(require_kafkaTopic());
6151
6299
  var import_key = __toESM(require_key());
6152
6300
  var import_layer = __toESM(require_layer());
6153
6301
  var import_layers = __toESM(require_layers());
@@ -6176,6 +6324,8 @@ var import_minus = __toESM(require_minus());
6176
6324
  var import_more = __toESM(require_more());
6177
6325
  var import_move = __toESM(require_move());
6178
6326
  var import_moveProject = __toESM(require_moveProject());
6327
+ var import_namespaces = __toESM(require_namespaces());
6328
+ var import_networkPrivateLink = __toESM(require_networkPrivateLink());
6179
6329
  var import_newPerson = __toESM(require_newPerson());
6180
6330
  var import_nodes = __toESM(require_nodes());
6181
6331
  var import_notificationsUpdated = __toESM(require_notificationsUpdated());
@@ -6195,17 +6345,20 @@ var import_pin = __toESM(require_pin());
6195
6345
  var import_play = __toESM(require_play());
6196
6346
  var import_plusCircle = __toESM(require_plusCircle());
6197
6347
  var import_plus = __toESM(require_plus());
6348
+ var import_pools = __toESM(require_pools());
6198
6349
  var import_power = __toESM(require_power());
6199
6350
  var import_projects = __toESM(require_projects());
6200
6351
  var import_properties = __toESM(require_properties());
6201
6352
  var import_property = __toESM(require_property());
6202
6353
  var import_pulse = __toESM(require_pulse());
6203
6354
  var import_puzzlePiece = __toESM(require_puzzlePiece());
6355
+ var import_queries = __toESM(require_queries());
6204
6356
  var import_questionMark = __toESM(require_questionMark());
6205
6357
  var import_recoverySwap = __toESM(require_recoverySwap());
6206
6358
  var import_refresh = __toESM(require_refresh());
6207
6359
  var import_remove = __toESM(require_remove());
6208
6360
  var import_repeat = __toESM(require_repeat());
6361
+ var import_replicationFlow = __toESM(require_replicationFlow());
6209
6362
  var import_reset = __toESM(require_reset());
6210
6363
  var import_saved = __toESM(require_saved());
6211
6364
  var import_scatterPlot = __toESM(require_scatterPlot());
@@ -6837,9 +6990,12 @@ var getCommonInputStyles = ({ readOnly, valid }) => tw(
6837
6990
  }
6838
6991
  );
6839
6992
  var ghostButtonStyle = tw(
6840
- "text-primary-80 active:text-primary-70 focus-visible:text-grey-90 hover:text-primary-70 disabled:text-primary-40"
6993
+ "text-primary-80 active:text-primary-70 focus-visible:text-primary-90 hover:text-primary-70 disabled:text-primary-40"
6994
+ );
6995
+ var linkStyle = classNames(
6996
+ ghostButtonStyle,
6997
+ tw("visited:text-primary-80 underline hover:no-underline focusable")
6841
6998
  );
6842
- var linkStyle = classNames(ghostButtonStyle, tw("visited:text-primary-80 focusable"));
6843
6999
 
6844
7000
  // src/utils/string.ts
6845
7001
  var capitalize = (a) => a.charAt(0).toUpperCase() + a.slice(1);
@@ -6849,12 +7005,12 @@ var import_chevronDown3 = __toESM(require_chevronDown());
6849
7005
  var import_loading2 = __toESM(require_loading());
6850
7006
  var COLOR_CLASSNAMES = {
6851
7007
  "primary": tw(
6852
- "text-white bg-primary-80 active:bg-primary-90 active:ring-0 focus-visible:ring-2 focus-visible:ring-primary-100 focus-visible:ring-inset hover:bg-primary-70 disabled:bg-primary-5"
7008
+ "text-white bg-primary-80 active:bg-primary-90 active:ring-0 focus-visible:ring-2 focus-visible:ring-primary-90 focus-visible:ring-inset hover:bg-primary-70 disabled:bg-primary-40"
6853
7009
  ),
6854
7010
  "secondary": tw(
6855
- "text-grey-60 bg-white ring-1 ring-grey-30 ring-inset active:bg-grey-5 active:ring-grey-50 active:text-grey-80",
6856
- "focus-visible:ring-2 focus-visible:ring-grey-50 focus-visible:text-grey-80",
6857
- "hover:ring-grey-50 hover:text-grey-80 disabled:text-grey-30 disabled:bg-grey-0 disabled:ring-grey-20"
7011
+ "text-primary-80 bg-white ring-1 ring-primary-80 ring-inset active:bg-primary-5 active:ring-primary-90 active:text-primary-80",
7012
+ "focus-visible:ring-2 focus-visible:ring-primary-90 focus-visible:text-primary-80",
7013
+ "hover:ring-primary-70 hover:text-primary-70 disabled:text-primary-40 disabled:ring-primary-40"
6858
7014
  ),
6859
7015
  "ghost": ghostButtonStyle,
6860
7016
  "text": ghostButtonStyle,
@@ -6862,15 +7018,12 @@ var COLOR_CLASSNAMES = {
6862
7018
  "text-grey-60 active:text-grey-50 focus-visible:text-grey-80 hover:text-grey-80 disabled:text-grey-30"
6863
7019
  )
6864
7020
  };
6865
- var LoadingSpinner = ({
6866
- size = "20px",
6867
- kind = "primary"
6868
- }) => {
7021
+ var LoadingSpinner = ({ size = "20px" }) => {
6869
7022
  return /* @__PURE__ */ React15.createElement(InlineIcon, {
6870
7023
  icon: import_loading2.default,
6871
7024
  width: size,
6872
7025
  height: size,
6873
- color: kind === "primary" ? "primary-60" : "grey-60",
7026
+ color: "primary-80",
6874
7027
  "data-testid": "loading-button"
6875
7028
  });
6876
7029
  };
@@ -6968,6 +7121,7 @@ var asButton = (Component, isDropdownButton) => {
6968
7121
  "text-grey-70 p-2 active:text-grey-70 active:bg-transparent hover:text-grey-90 hover:bg-grey-0 focus-visible:text-grey-90 focus-visible:bg-grey-0 disabled:text-grey-20 disabled:bg-transparent": isIconOnlyButton,
6969
7122
  "typography-default-strong": !dense && !isIconOnlyButton && kind !== "text",
6970
7123
  "typography-small-strong": dense && !isIconOnlyButton && kind !== "text",
7124
+ "underline hover:no-underline": kind === "text",
6971
7125
  "py-3 px-4": !dense && isButton,
6972
7126
  "py-2 px-3": dense && isButton,
6973
7127
  "py-3": !dense && isGhost,
@@ -6984,8 +7138,7 @@ var asButton = (Component, isDropdownButton) => {
6984
7138
  className: tw("absolute left-1/2 top-0 bottom-0 flex"),
6985
7139
  style: { transform: "translate(-50%)" }
6986
7140
  }, /* @__PURE__ */ React15.createElement(LoadingSpinner, {
6987
- size: iconSize,
6988
- kind: kind === "primary" ? "primary" : "secondary"
7141
+ size: iconSize
6989
7142
  })), /* @__PURE__ */ React15.createElement("div", {
6990
7143
  className: tw({ invisible: loading2 })
6991
7144
  }, buttonContent())) : buttonContent());
@@ -7361,10 +7514,10 @@ var Banner = (_a) => {
7361
7514
  }), children);
7362
7515
  };
7363
7516
  Banner.Title = (_a) => {
7364
- var _b = _a, { children, className, layout, titleVariant = "primary" } = _b, rest = __objRest(_b, ["children", "className", "layout", "titleVariant"]);
7517
+ var _b = _a, { children, className, layout } = _b, rest = __objRest(_b, ["children", "className", "layout"]);
7365
7518
  return /* @__PURE__ */ React22.createElement(Typography, __spreadProps(__spreadValues({}, rest), {
7366
7519
  variant: "subheading",
7367
- color: titleVariant === "secondary" ? "primary-80" : "grey-100",
7520
+ color: "grey-100",
7368
7521
  className: classNames(
7369
7522
  className,
7370
7523
  tw("whitespace-nowrap", {
@@ -7436,8 +7589,7 @@ var createBanner = (displayName, opts = {}) => {
7436
7589
  }, /* @__PURE__ */ React23.createElement(Banner.ContentContainer, {
7437
7590
  layout
7438
7591
  }, /* @__PURE__ */ React23.createElement(Banner.Title, {
7439
- layout,
7440
- titleVariant: opts.isOneLineBanner ? "secondary" : "primary"
7592
+ layout
7441
7593
  }, title), /* @__PURE__ */ React23.createElement(Banner.Description, {
7442
7594
  flexGrow: isDismissable ? false : true
7443
7595
  }, children || description), action && /* @__PURE__ */ React23.createElement(Banner.Actions, {
@@ -7507,7 +7659,7 @@ var asCrumb = (Component, displayName, options = { isActive: false }) => {
7507
7659
  }), /* @__PURE__ */ React24.createElement("span", {
7508
7660
  className: classNames3(
7509
7661
  tw("flex flex-row flex-nowrap items-center gap-x-3 ", {
7510
- "text-primary-80 hover:text-primary-70": !options.isActive,
7662
+ "text-primary-80 hover:text-primary-70 underline hover:no-underline": !options.isActive,
7511
7663
  "text-grey-90": options.isActive
7512
7664
  })
7513
7665
  )
@@ -8211,7 +8363,7 @@ var Checkbox = React34.forwardRef(
8211
8363
  var _b = _a, { id, children, name, disabled = false, readOnly = false, indeterminate = false } = _b, props = __objRest(_b, ["id", "children", "name", "disabled", "readOnly", "indeterminate"]);
8212
8364
  return /* @__PURE__ */ React34.createElement("span", {
8213
8365
  className: classNames(tw("inline-flex justify-center items-center self-center relative"), {
8214
- "hover:border-grey-50 peer-checked:border-navyBlue-100": !disabled,
8366
+ "hover:border-grey-50 peer-checked:border-primary-80": !disabled,
8215
8367
  "border-grey-5": disabled
8216
8368
  })
8217
8369
  }, /* @__PURE__ */ React34.createElement("input", __spreadProps(__spreadValues({
@@ -8222,8 +8374,8 @@ var Checkbox = React34.forwardRef(
8222
8374
  }, props), {
8223
8375
  className: classNames(
8224
8376
  tw("peer appearance-none outline-none w-5 h-5", "rounded-sm border border-transparent", {
8225
- "cursor-pointer checked:bg-navyBlue-100": !disabled,
8226
- "cursor-not-allowed bg-grey-0": disabled
8377
+ "cursor-pointer checked:bg-primary-80": !disabled,
8378
+ "cursor-not-allowed bg-grey-0 checked:bg-primary-40": disabled
8227
8379
  })
8228
8380
  ),
8229
8381
  readOnly,
@@ -8238,8 +8390,8 @@ var Checkbox = React34.forwardRef(
8238
8390
  "rounded-sm border border-grey-20 peer-focus:border-info-70"
8239
8391
  ),
8240
8392
  {
8241
- "peer-hover:border-grey-50 peer-checked:text-white peer-checked:[&>path]:stroke-white peer-checked:border-navyBlue-100": !disabled,
8242
- "border-grey-5 peer-checked:text-grey-30 peer-checked:[&>path]:stroke-grey-30": disabled
8393
+ "peer-hover:border-grey-50 peer-checked:text-white peer-checked:[&>path]:stroke-white peer-checked:border-primary-80": !disabled,
8394
+ "border-grey-5 peer-checked:text-primary-10 peer-checked:[&>path]:stroke-primary-10 peer-checked:border-primary-40": disabled
8243
8395
  }
8244
8396
  )
8245
8397
  }));
@@ -9489,10 +9641,10 @@ var RadioButton = React54.forwardRef(
9489
9641
  tw(
9490
9642
  "inline-flex justify-center items-center self-center appearance-none",
9491
9643
  "w-5 h-5 p-[3px] rounded-full cursor-pointer border border-grey-20",
9492
- "outline-none focus:border-info-70 checked:bg-navyBlue-100 checked:shadow-whiteInset",
9644
+ "outline-none focus:border-info-70 checked:bg-primary-80 checked:shadow-whiteInset",
9493
9645
  {
9494
- "hover:border-grey-50 checked:border-navyBlue-100": !disabled,
9495
- "cursor-not-allowed border-grey-5 bg-grey-0 checked:bg-opacity-40": disabled
9646
+ "hover:border-grey-50 checked:border-primary-80": !disabled,
9647
+ "cursor-not-allowed border-grey-5 bg-grey-0 checked:bg-opacity-40 checked:bg-primary-40 checked:border-primary-40": disabled
9496
9648
  }
9497
9649
  )
9498
9650
  ),
@@ -10697,12 +10849,12 @@ var asTabItem = (Component, displayName, { defaultUnderlineHidden } = {}) => {
10697
10849
  if (status === "warning") {
10698
10850
  statusIcon = /* @__PURE__ */ React75.createElement(InlineIcon, {
10699
10851
  icon: import_warningSign4.default,
10700
- color: "warning-80"
10852
+ color: selected ? void 0 : "warning-80"
10701
10853
  });
10702
10854
  } else if (status === "error") {
10703
10855
  statusIcon = /* @__PURE__ */ React75.createElement(InlineIcon, {
10704
10856
  icon: import_warningSign4.default,
10705
- color: "error-50"
10857
+ color: selected ? void 0 : "error-50"
10706
10858
  });
10707
10859
  }
10708
10860
  const tab = /* @__PURE__ */ React75.createElement(Component, __spreadValues({
@@ -12695,8 +12847,8 @@ var Switch = React98.forwardRef(
12695
12847
  "outline-none focus:border border-info-70 bg-grey-20",
12696
12848
  "cursor-pointer disabled:cursor-not-allowed",
12697
12849
  {
12698
- "hover:bg-grey-30 checked:bg-navyBlue-100 hover:checked:bg-navyBlue-100": !disabled,
12699
- "bg-grey-5 checked:opacity-40": disabled
12850
+ "hover:bg-grey-30 checked:bg-primary-80 hover:checked:bg-primary-80": !disabled,
12851
+ "bg-grey-5 checked:opacity-40 checked:bg-primary-40": disabled
12700
12852
  }
12701
12853
  )
12702
12854
  ),
@@ -16,7 +16,7 @@ const spacing = _.reduce(theme.spacing, (acc, { px }, key) => ({ ...acc, [shorte
16
16
  '1px': '1px',
17
17
  });
18
18
 
19
- const resolvedTheme = themeTransformer({
19
+ const originalTheme = {
20
20
  extend: {
21
21
  colors: {
22
22
  'navyBlue-100': '#30375E',
@@ -60,11 +60,14 @@ const resolvedTheme = themeTransformer({
60
60
  to: { opacity: '1' },
61
61
  },
62
62
  },
63
- });
63
+ };
64
+
65
+ const transformedTheme = themeTransformer(originalTheme);
64
66
 
65
67
  /** @type {import('tailwindcss').Config} */
66
68
  module.exports = {
67
- theme: resolvedTheme,
69
+ originalTheme,
70
+ theme: transformedTheme,
68
71
  // https://tailwindcss.com/docs/configuring-variants#ordering-variants
69
72
  variants: {
70
73
  backgroundColor: ['odd', 'even', 'hover', 'group-hover', 'active', 'disabled', 'focus'],
@@ -341,18 +341,18 @@
341
341
  "secondary-10": "var(--aquarium-colors-secondary-10, #fee8d0)",
342
342
  "secondary-5": "var(--aquarium-colors-secondary-5, #fff3e8)",
343
343
  "secondary-0": "var(--aquarium-colors-secondary-0, #fffbf8)",
344
- "primary-100": "var(--aquarium-colors-primary-100, #a70045)",
345
- "primary-90": "var(--aquarium-colors-primary-90, #c60443)",
346
- "primary-80": "var(--aquarium-colors-primary-80, #e41a4a)",
347
- "primary-70": "var(--aquarium-colors-primary-70, #ff3554)",
348
- "primary-60": "var(--aquarium-colors-primary-60, #ff5275)",
349
- "primary-50": "var(--aquarium-colors-primary-50, #ff6f94)",
350
- "primary-40": "var(--aquarium-colors-primary-40, #ff8db0)",
351
- "primary-30": "var(--aquarium-colors-primary-30, #ffa9c9)",
352
- "primary-20": "var(--aquarium-colors-primary-20, #ffc4de)",
353
- "primary-10": "var(--aquarium-colors-primary-10, #ffdeef)",
354
- "primary-5": "var(--aquarium-colors-primary-5, #ffe8f4)",
355
- "primary-0": "var(--aquarium-colors-primary-0, #fff9fc)",
344
+ "primary-100": "var(--aquarium-colors-primary-100, 0e1652)",
345
+ "primary-90": "var(--aquarium-colors-primary-90, #222f95)",
346
+ "primary-80": "var(--aquarium-colors-primary-80, #3545be)",
347
+ "primary-70": "var(--aquarium-colors-primary-70, #5865cd)",
348
+ "primary-60": "var(--aquarium-colors-primary-60, #818eec)",
349
+ "primary-50": "var(--aquarium-colors-primary-50, #000000)",
350
+ "primary-40": "var(--aquarium-colors-primary-40, #b9c5ef)",
351
+ "primary-30": "var(--aquarium-colors-primary-30, #000000)",
352
+ "primary-20": "var(--aquarium-colors-primary-20, #000000)",
353
+ "primary-10": "var(--aquarium-colors-primary-10, #e3e9ff)",
354
+ "primary-5": "var(--aquarium-colors-primary-5, #f3f6ff)",
355
+ "primary-0": "var(--aquarium-colors-primary-0, #ffffff)",
356
356
  "grey-20": "var(--aquarium-colors-grey-20, #d2d2d6)",
357
357
  "transparent": "var(--aquarium-colors-transparent, transparent)",
358
358
  "white": "var(--aquarium-colors-white, white)",
package/dist/tokens.json CHANGED
@@ -633,18 +633,18 @@
633
633
  "secondary-10": "#fee8d0",
634
634
  "secondary-5": "#fff3e8",
635
635
  "secondary-0": "#fffbf8",
636
- "primary-100": "#a70045",
637
- "primary-90": "#c60443",
638
- "primary-80": "#e41a4a",
639
- "primary-70": "#ff3554",
640
- "primary-60": "#ff5275",
641
- "primary-50": "#ff6f94",
642
- "primary-40": "#ff8db0",
643
- "primary-30": "#ffa9c9",
644
- "primary-20": "#ffc4de",
645
- "primary-10": "#ffdeef",
646
- "primary-5": "#ffe8f4",
647
- "primary-0": "#fff9fc",
636
+ "primary-100": "0e1652",
637
+ "primary-90": "#222f95",
638
+ "primary-80": "#3545be",
639
+ "primary-70": "#5865cd",
640
+ "primary-60": "#818eec",
641
+ "primary-50": "#000000",
642
+ "primary-40": "#b9c5ef",
643
+ "primary-30": "#000000",
644
+ "primary-20": "#000000",
645
+ "primary-10": "#e3e9ff",
646
+ "primary-5": "#f3f6ff",
647
+ "primary-0": "#ffffff",
648
648
  "grey-20": "#d2d2d6"
649
649
  },
650
650
  "typography": {