@aivenio/aquarium 1.19.0 → 1.21.0

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 (82) hide show
  1. package/dist/_variables.scss +1 -1
  2. package/dist/_variables_timescale.scss +1 -1
  3. package/dist/atoms.cjs +241 -88
  4. package/dist/atoms.mjs +241 -88
  5. package/dist/src/atoms/Alert/Alert.js +1 -1
  6. package/dist/src/atoms/Banner/Banner.js +1 -1
  7. package/dist/src/atoms/InputGroup/InputGroup.js +1 -1
  8. package/dist/src/atoms/Table/Table.js +1 -1
  9. package/dist/src/charts/Axis/Axis.js +1 -1
  10. package/dist/src/charts/BarChart/BarChart.d.ts +1 -1
  11. package/dist/src/charts/BarChart/BarChart.js +1 -1
  12. package/dist/src/charts/Container/Container.js +1 -1
  13. package/dist/src/charts/Grid/Grid.d.ts +1 -1
  14. package/dist/src/charts/Grid/Grid.js +1 -1
  15. package/dist/src/icons/index.d.ts +9 -0
  16. package/dist/src/icons/index.js +10 -1
  17. package/dist/src/icons/indexes.d.ts +9 -0
  18. package/dist/src/icons/indexes.js +11 -0
  19. package/dist/src/icons/integrations.d.ts +9 -0
  20. package/dist/src/icons/integrations.js +11 -0
  21. package/dist/src/icons/jobsAndData.d.ts +9 -0
  22. package/dist/src/icons/jobsAndData.js +11 -0
  23. package/dist/src/icons/kafkaTopic.d.ts +9 -0
  24. package/dist/src/icons/kafkaTopic.js +11 -0
  25. package/dist/src/icons/namespaces.d.ts +9 -0
  26. package/dist/src/icons/namespaces.js +11 -0
  27. package/dist/src/icons/networkPrivateLink.d.ts +9 -0
  28. package/dist/src/icons/networkPrivateLink.js +11 -0
  29. package/dist/src/icons/pools.d.ts +9 -0
  30. package/dist/src/icons/pools.js +11 -0
  31. package/dist/src/icons/queries.d.ts +9 -0
  32. package/dist/src/icons/queries.js +11 -0
  33. package/dist/src/icons/replicationFlow.d.ts +9 -0
  34. package/dist/src/icons/replicationFlow.js +11 -0
  35. package/dist/src/molecules/Alert/Alert.js +1 -1
  36. package/dist/src/molecules/Banner/Banner.js +1 -1
  37. package/dist/src/molecules/Box/Box.d.ts +1 -1
  38. package/dist/src/molecules/Box/Box.js +1 -1
  39. package/dist/src/molecules/Card/Card.js +1 -1
  40. package/dist/src/molecules/Card/Compact.js +1 -1
  41. package/dist/src/molecules/Checkbox/Checkbox.js +1 -1
  42. package/dist/src/molecules/CheckboxGroup/CheckboxGroup.js +1 -1
  43. package/dist/src/molecules/Combobox/Combobox.js +1 -1
  44. package/dist/src/molecules/DataList/DataList.js +1 -1
  45. package/dist/src/molecules/DataTable/DataTable.js +1 -1
  46. package/dist/src/molecules/Dialog/Dialog.js +1 -1
  47. package/dist/src/molecules/Dropdown/Dropdown.js +1 -1
  48. package/dist/src/molecules/Icon/Icon.js +1 -1
  49. package/dist/src/molecules/Input/Input.js +1 -1
  50. package/dist/src/molecules/LineClamp/LineClamp.js +1 -1
  51. package/dist/src/molecules/Link/Link.js +1 -1
  52. package/dist/src/molecules/Modal/Modal.js +1 -1
  53. package/dist/src/molecules/MultiInput/MultiInput.js +1 -1
  54. package/dist/src/molecules/MultiSelect/MultiSelect.js +1 -1
  55. package/dist/src/molecules/NativeSelect/NativeSelect.js +1 -1
  56. package/dist/src/molecules/PageHeader/PageHeader.js +1 -1
  57. package/dist/src/molecules/Popover/Popover.js +1 -1
  58. package/dist/src/molecules/PopoverDialog/PopoverDialog.d.ts +1 -1
  59. package/dist/src/molecules/PopoverDialog/PopoverDialog.js +1 -1
  60. package/dist/src/molecules/RadioButton/RadioButton.js +1 -1
  61. package/dist/src/molecules/RadioButtonGroup/RadioButtonGroup.js +1 -1
  62. package/dist/src/molecules/Select/Select.js +1 -1
  63. package/dist/src/molecules/Spacing/Spacing.js +1 -1
  64. package/dist/src/molecules/Switch/Switch.js +1 -1
  65. package/dist/src/molecules/SwitchGroup/SwitchGroup.js +1 -1
  66. package/dist/src/molecules/Table/Table.d.ts +1 -1
  67. package/dist/src/molecules/Table/Table.js +1 -1
  68. package/dist/src/molecules/Textarea/Textarea.js +1 -1
  69. package/dist/src/molecules/Toast/Toast.js +1 -1
  70. package/dist/src/molecules/Typography/Typography.js +1 -1
  71. package/dist/src/utils/form/InputAdornment/InputAdornment.js +1 -1
  72. package/dist/src/utils/form/Label/Label.js +1 -1
  73. package/dist/src/utils/table/utils.js +1 -1
  74. package/dist/styles.css +656 -394
  75. package/dist/styles_timescaledb.css +656 -394
  76. package/dist/system.cjs +241 -88
  77. package/dist/system.mjs +241 -88
  78. package/dist/tailwind.config.js +49 -44
  79. package/dist/tailwind.theme.json +88 -88
  80. package/dist/tsconfig.module.tsbuildinfo +1 -1
  81. package/dist/types/utils.js +1 -1
  82. package/package.json +19 -24
package/dist/system.mjs CHANGED
@@ -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) {
@@ -5441,94 +5585,94 @@ var tailwind_theme_default = {
5441
5585
  flexGrow: { "0": "0", DEFAULT: "1" },
5442
5586
  flexShrink: { "0": "0", DEFAULT: "1" },
5443
5587
  backgroundColor: {
5444
- "error-100": "#aa0000",
5445
- "error-90": "#b90000",
5446
- "error-80": "#c50001",
5447
- "error-70": "#d80005",
5448
- "error-60": "#e70000",
5449
- "error-50": "#e62728",
5450
- "error-40": "#e0504f",
5451
- "error-30": "#ed7975",
5452
- "error-20": "#ffadb3",
5453
- "error-10": "#ffcbd2",
5454
- "error-5": "#fee8e7",
5455
- "error-0": "#fef2f1",
5456
- "warning-100": "#fe6d00",
5457
- "warning-90": "#ff9003",
5458
- "warning-80": "#fd9f00",
5459
- "warning-70": "#ffb300",
5460
- "warning-60": "#ffc107",
5461
- "warning-50": "#fdc926",
5462
- "warning-40": "#fdd44d",
5463
- "warning-30": "#fddf81",
5464
- "warning-20": "#feebb2",
5465
- "warning-10": "#fff2cd",
5466
- "warning-5": "#fff8ea",
5467
- "warning-0": "#fffdf9",
5468
- "success-100": "#006f00",
5469
- "success-90": "#008e00",
5470
- "success-80": "#009f00",
5471
- "success-70": "#00b300",
5472
- "success-60": "#00c300",
5473
- "success-50": "#40ce37",
5474
- "success-40": "#60db57",
5475
- "success-30": "#89eb80",
5476
- "success-20": "#afffa7",
5477
- "success-10": "#cbffc9",
5478
- "success-5": "#ecf7ed",
5479
- "success-0": "#f5faf5",
5480
- "info-100": "#02569a",
5481
- "info-90": "#0174ba",
5482
- "info-80": "#0788d1",
5483
- "info-70": "#0399e3",
5484
- "info-60": "#02a8f3",
5485
- "info-50": "#28b4f4",
5486
- "info-40": "#4cc2f7",
5487
- "info-30": "#7fd1f7",
5488
- "info-20": "#b4e5fb",
5489
- "info-10": "#e0f5fe",
5490
- "info-5": "#effaff",
5491
- "info-0": "#f9fdff",
5492
- "grey-100": "#19191d",
5493
- "grey-90": "#292a31",
5494
- "grey-80": "#3a3a44",
5495
- "grey-70": "#4a4b57",
5496
- "grey-60": "#5a5b6a",
5497
- "grey-50": "#787885",
5498
- "grey-40": "#9696a0",
5499
- "grey-30": "#b4b4bb",
5500
- "grey-10": "#e1e1e3",
5501
- "grey-5": "#ededf0",
5502
- "grey-0": "#f7f7fa",
5503
- "secondary-100": "#e11d16",
5504
- "secondary-90": "#eb4610",
5505
- "secondary-80": "#f3580d",
5506
- "secondary-70": "#f96a02",
5507
- "secondary-60": "#ff7700",
5508
- "secondary-50": "#fc871a",
5509
- "secondary-40": "#fb9a3e",
5510
- "secondary-30": "#fab26e",
5511
- "secondary-20": "#f8c99c",
5512
- "secondary-10": "#fee8d0",
5513
- "secondary-5": "#fff3e8",
5514
- "secondary-0": "#fffbf8",
5515
- "primary-100": "#a70045",
5516
- "primary-90": "#c60443",
5517
- "primary-80": "#e41a4a",
5518
- "primary-70": "#ff3554",
5519
- "primary-60": "#ff5275",
5520
- "primary-50": "#ff6f94",
5521
- "primary-40": "#ff8db0",
5522
- "primary-30": "#ffa9c9",
5523
- "primary-20": "#ffc4de",
5524
- "primary-10": "#ffdeef",
5525
- "primary-5": "#ffe8f4",
5526
- "primary-0": "#fff9fc",
5527
- "grey-20": "#d2d2d6",
5528
- transparent: "transparent",
5529
- white: "white",
5530
- black: "black",
5531
- current: "currentColor",
5588
+ "error-100": "var(--aquarium-colors-error-100, #aa0000)",
5589
+ "error-90": "var(--aquarium-colors-error-90, #b90000)",
5590
+ "error-80": "var(--aquarium-colors-error-80, #c50001)",
5591
+ "error-70": "var(--aquarium-colors-error-70, #d80005)",
5592
+ "error-60": "var(--aquarium-colors-error-60, #e70000)",
5593
+ "error-50": "var(--aquarium-colors-error-50, #e62728)",
5594
+ "error-40": "var(--aquarium-colors-error-40, #e0504f)",
5595
+ "error-30": "var(--aquarium-colors-error-30, #ed7975)",
5596
+ "error-20": "var(--aquarium-colors-error-20, #ffadb3)",
5597
+ "error-10": "var(--aquarium-colors-error-10, #ffcbd2)",
5598
+ "error-5": "var(--aquarium-colors-error-5, #fee8e7)",
5599
+ "error-0": "var(--aquarium-colors-error-0, #fef2f1)",
5600
+ "warning-100": "var(--aquarium-colors-warning-100, #fe6d00)",
5601
+ "warning-90": "var(--aquarium-colors-warning-90, #ff9003)",
5602
+ "warning-80": "var(--aquarium-colors-warning-80, #fd9f00)",
5603
+ "warning-70": "var(--aquarium-colors-warning-70, #ffb300)",
5604
+ "warning-60": "var(--aquarium-colors-warning-60, #ffc107)",
5605
+ "warning-50": "var(--aquarium-colors-warning-50, #fdc926)",
5606
+ "warning-40": "var(--aquarium-colors-warning-40, #fdd44d)",
5607
+ "warning-30": "var(--aquarium-colors-warning-30, #fddf81)",
5608
+ "warning-20": "var(--aquarium-colors-warning-20, #feebb2)",
5609
+ "warning-10": "var(--aquarium-colors-warning-10, #fff2cd)",
5610
+ "warning-5": "var(--aquarium-colors-warning-5, #fff8ea)",
5611
+ "warning-0": "var(--aquarium-colors-warning-0, #fffdf9)",
5612
+ "success-100": "var(--aquarium-colors-success-100, #006f00)",
5613
+ "success-90": "var(--aquarium-colors-success-90, #008e00)",
5614
+ "success-80": "var(--aquarium-colors-success-80, #009f00)",
5615
+ "success-70": "var(--aquarium-colors-success-70, #00b300)",
5616
+ "success-60": "var(--aquarium-colors-success-60, #00c300)",
5617
+ "success-50": "var(--aquarium-colors-success-50, #40ce37)",
5618
+ "success-40": "var(--aquarium-colors-success-40, #60db57)",
5619
+ "success-30": "var(--aquarium-colors-success-30, #89eb80)",
5620
+ "success-20": "var(--aquarium-colors-success-20, #afffa7)",
5621
+ "success-10": "var(--aquarium-colors-success-10, #cbffc9)",
5622
+ "success-5": "var(--aquarium-colors-success-5, #ecf7ed)",
5623
+ "success-0": "var(--aquarium-colors-success-0, #f5faf5)",
5624
+ "info-100": "var(--aquarium-colors-info-100, #02569a)",
5625
+ "info-90": "var(--aquarium-colors-info-90, #0174ba)",
5626
+ "info-80": "var(--aquarium-colors-info-80, #0788d1)",
5627
+ "info-70": "var(--aquarium-colors-info-70, #0399e3)",
5628
+ "info-60": "var(--aquarium-colors-info-60, #02a8f3)",
5629
+ "info-50": "var(--aquarium-colors-info-50, #28b4f4)",
5630
+ "info-40": "var(--aquarium-colors-info-40, #4cc2f7)",
5631
+ "info-30": "var(--aquarium-colors-info-30, #7fd1f7)",
5632
+ "info-20": "var(--aquarium-colors-info-20, #b4e5fb)",
5633
+ "info-10": "var(--aquarium-colors-info-10, #e0f5fe)",
5634
+ "info-5": "var(--aquarium-colors-info-5, #effaff)",
5635
+ "info-0": "var(--aquarium-colors-info-0, #f9fdff)",
5636
+ "grey-100": "var(--aquarium-colors-grey-100, #19191d)",
5637
+ "grey-90": "var(--aquarium-colors-grey-90, #292a31)",
5638
+ "grey-80": "var(--aquarium-colors-grey-80, #3a3a44)",
5639
+ "grey-70": "var(--aquarium-colors-grey-70, #4a4b57)",
5640
+ "grey-60": "var(--aquarium-colors-grey-60, #5a5b6a)",
5641
+ "grey-50": "var(--aquarium-colors-grey-50, #787885)",
5642
+ "grey-40": "var(--aquarium-colors-grey-40, #9696a0)",
5643
+ "grey-30": "var(--aquarium-colors-grey-30, #b4b4bb)",
5644
+ "grey-10": "var(--aquarium-colors-grey-10, #e1e1e3)",
5645
+ "grey-5": "var(--aquarium-colors-grey-5, #ededf0)",
5646
+ "grey-0": "var(--aquarium-colors-grey-0, #f7f7fa)",
5647
+ "secondary-100": "var(--aquarium-colors-secondary-100, #e11d16)",
5648
+ "secondary-90": "var(--aquarium-colors-secondary-90, #eb4610)",
5649
+ "secondary-80": "var(--aquarium-colors-secondary-80, #f3580d)",
5650
+ "secondary-70": "var(--aquarium-colors-secondary-70, #f96a02)",
5651
+ "secondary-60": "var(--aquarium-colors-secondary-60, #ff7700)",
5652
+ "secondary-50": "var(--aquarium-colors-secondary-50, #fc871a)",
5653
+ "secondary-40": "var(--aquarium-colors-secondary-40, #fb9a3e)",
5654
+ "secondary-30": "var(--aquarium-colors-secondary-30, #fab26e)",
5655
+ "secondary-20": "var(--aquarium-colors-secondary-20, #f8c99c)",
5656
+ "secondary-10": "var(--aquarium-colors-secondary-10, #fee8d0)",
5657
+ "secondary-5": "var(--aquarium-colors-secondary-5, #fff3e8)",
5658
+ "secondary-0": "var(--aquarium-colors-secondary-0, #fffbf8)",
5659
+ "primary-100": "var(--aquarium-colors-primary-100, #a70045)",
5660
+ "primary-90": "var(--aquarium-colors-primary-90, #c60443)",
5661
+ "primary-80": "var(--aquarium-colors-primary-80, #e41a4a)",
5662
+ "primary-70": "var(--aquarium-colors-primary-70, #ff3554)",
5663
+ "primary-60": "var(--aquarium-colors-primary-60, #ff5275)",
5664
+ "primary-50": "var(--aquarium-colors-primary-50, #ff6f94)",
5665
+ "primary-40": "var(--aquarium-colors-primary-40, #ff8db0)",
5666
+ "primary-30": "var(--aquarium-colors-primary-30, #ffa9c9)",
5667
+ "primary-20": "var(--aquarium-colors-primary-20, #ffc4de)",
5668
+ "primary-10": "var(--aquarium-colors-primary-10, #ffdeef)",
5669
+ "primary-5": "var(--aquarium-colors-primary-5, #ffe8f4)",
5670
+ "primary-0": "var(--aquarium-colors-primary-0, #fff9fc)",
5671
+ "grey-20": "var(--aquarium-colors-grey-20, #d2d2d6)",
5672
+ transparent: "var(--aquarium-colors-transparent, transparent)",
5673
+ white: "var(--aquarium-colors-white, white)",
5674
+ black: "var(--aquarium-colors-black, black)",
5675
+ current: "var(--aquarium-colors-current, currentColor)",
5532
5676
  "navyBlue-100": "#30375E"
5533
5677
  },
5534
5678
  gap: {
@@ -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());
@@ -3,7 +3,7 @@ const plugin = require('tailwindcss/plugin');
3
3
  const defaultTheme = require('tailwindcss/defaultTheme');
4
4
  const _ = require('lodash');
5
5
  const { theme } = require('./src/js/resolveTheme');
6
-
6
+ const { themeTransformer } = require('./themeTransformer');
7
7
  /*
8
8
  * Shortens a given spacing key to a minimal differentiable string
9
9
  * example for resulting classnames with/without the shortening:
@@ -16,53 +16,58 @@ const spacing = _.reduce(theme.spacing, (acc, { px }, key) => ({ ...acc, [shorte
16
16
  '1px': '1px',
17
17
  });
18
18
 
19
- /** @type {import('tailwindcss').Config} */
20
- module.exports = {
21
- theme: {
22
- extend: {
23
- colors: {
24
- 'navyBlue-100': '#30375E',
25
- },
26
- zIndex: {
27
- modal: '100',
28
- },
29
- },
30
- borderRadius: {
31
- ...defaultTheme.borderRadius,
32
- DEFAULT: '4px',
33
- },
34
- colors: { ...theme.colors, transparent: 'transparent', white: 'white', black: 'black', current: 'currentColor' },
35
- spacing,
36
- margin: {
37
- ...spacing,
38
- auto: 'auto',
39
- ..._.reduce(spacing, (acc, value, key) => ({ ...acc, [`-${key}`]: `-${value}` })),
40
- },
41
- boxShadow: {
42
- ...theme.elevations,
43
- whiteInset: 'inset 0 0 0 3px rgba(255,255,255,1)',
44
- },
45
- screens: {
46
- // "default" here means the width from 0px to "xs"
47
- default: '0px',
48
- xs: '320px',
49
- sm: '672px',
50
- md: '1056px',
51
- lg: '1312px',
52
- xl: '1536px',
19
+ const originalTheme = {
20
+ extend: {
21
+ colors: {
22
+ 'navyBlue-100': '#30375E',
53
23
  },
54
- animation: {
55
- ...defaultTheme.animation,
56
- 'positioner-fade-in': 'positioner-fade-in 300ms ease-in-out',
24
+ zIndex: {
25
+ modal: '100',
57
26
  },
58
- keyframes: {
59
- ...defaultTheme.keyframes,
60
- 'positioner-fade-in': {
61
- from: { opacity: '0' },
62
- to: { opacity: '1' },
63
- },
27
+ },
28
+ borderRadius: {
29
+ ...defaultTheme.borderRadius,
30
+ DEFAULT: '4px',
31
+ },
32
+ colors: { ...theme.colors, transparent: 'transparent', white: 'white', black: 'black', current: 'currentColor' },
33
+ spacing,
34
+ margin: {
35
+ ...spacing,
36
+ auto: 'auto',
37
+ ..._.reduce(spacing, (acc, value, key) => ({ ...acc, [`-${key}`]: `-${value}` })),
38
+ },
39
+ boxShadow: {
40
+ ...theme.elevations,
41
+ whiteInset: 'inset 0 0 0 3px rgba(255,255,255,1)',
42
+ },
43
+ screens: {
44
+ // "default" here means the width from 0px to "xs"
45
+ default: '0px',
46
+ xs: '320px',
47
+ sm: '672px',
48
+ md: '1056px',
49
+ lg: '1312px',
50
+ xl: '1536px',
51
+ },
52
+ animation: {
53
+ ...defaultTheme.animation,
54
+ 'positioner-fade-in': 'positioner-fade-in 300ms ease-in-out',
55
+ },
56
+ keyframes: {
57
+ ...defaultTheme.keyframes,
58
+ 'positioner-fade-in': {
59
+ from: { opacity: '0' },
60
+ to: { opacity: '1' },
64
61
  },
65
62
  },
63
+ };
64
+
65
+ const transformedTheme = themeTransformer(originalTheme);
66
+
67
+ /** @type {import('tailwindcss').Config} */
68
+ module.exports = {
69
+ originalTheme,
70
+ theme: transformedTheme,
66
71
  // https://tailwindcss.com/docs/configuring-variants#ordering-variants
67
72
  variants: {
68
73
  backgroundColor: ['odd', 'even', 'hover', 'group-hover', 'active', 'disabled', 'focus'],