@aivenio/aquarium 1.71.0 → 1.73.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 (37) hide show
  1. package/dist/_variables.scss +255 -244
  2. package/dist/atoms.cjs +1101 -947
  3. package/dist/atoms.mjs +1101 -947
  4. package/dist/src/atoms/Banner/Banner.js +3 -7
  5. package/dist/src/atoms/DataList/DataList.js +2 -2
  6. package/dist/src/atoms/Select/Select.js +2 -2
  7. package/dist/src/atoms/Toast/Toast.js +2 -2
  8. package/dist/src/atoms/Typography/Typography.js +3 -3
  9. package/dist/src/icons/award.d.ts +9 -0
  10. package/dist/src/icons/award.js +11 -0
  11. package/dist/src/icons/governance.d.ts +9 -0
  12. package/dist/src/icons/governance.js +11 -0
  13. package/dist/src/icons/index.d.ts +2 -0
  14. package/dist/src/icons/index.js +3 -1
  15. package/dist/src/molecules/Box/Box.d.ts +5 -6
  16. package/dist/src/molecules/Box/Box.js +13 -7
  17. package/dist/src/molecules/Grid/Grid.js +4 -4
  18. package/dist/src/molecules/Section/Section.js +3 -3
  19. package/dist/src/molecules/Tailwindify/Tailwindify.d.ts +2 -1
  20. package/dist/src/molecules/Tailwindify/Tailwindify.js +1 -1
  21. package/dist/src/system.d.ts +1 -6
  22. package/dist/src/system.js +2 -11
  23. package/dist/src/tokens/tokens.json +647 -0
  24. package/dist/src/utils/breakpoints.js +3 -3
  25. package/dist/src/utils/useStyle.js +6 -2
  26. package/dist/styles.css +2074 -1473
  27. package/dist/system.cjs +1120 -971
  28. package/dist/system.mjs +1120 -973
  29. package/dist/tailwind.config.js +73 -161
  30. package/dist/tailwind.theme.json +383 -331
  31. package/dist/tokens.json +644 -562
  32. package/dist/tsconfig.module.tsbuildinfo +1 -1
  33. package/dist/types/designTokens.d.ts +12 -11
  34. package/dist/types/tailwindGenerated.d.ts +1 -1
  35. package/package.json +11 -9
  36. package/dist/src/js/resolveTheme.d.ts +0 -8
  37. package/dist/src/js/resolveTheme.js +0 -10
package/dist/system.mjs CHANGED
@@ -74,588 +74,6 @@ var __async = (__this, __arguments, generator) => {
74
74
  });
75
75
  };
76
76
 
77
- // tokens.json
78
- var require_tokens = __commonJS({
79
- "tokens.json"(exports, module) {
80
- module.exports = {
81
- themes: {
82
- aiven: {
83
- colors: {
84
- "error-100": "#aa0000",
85
- "error-90": "#b90000",
86
- "error-80": "#c50001",
87
- "error-70": "#d80005",
88
- "error-60": "#e70000",
89
- "error-50": "#e62728",
90
- "error-40": "#e0504f",
91
- "error-30": "#ed7975",
92
- "error-20": "#ffadb3",
93
- "error-10": "#ffcbd2",
94
- "error-5": "#fee8e7",
95
- "error-0": "#fef2f1",
96
- "warning-100": "#fe6d00",
97
- "warning-90": "#ff9003",
98
- "warning-80": "#fd9f00",
99
- "warning-70": "#ffb300",
100
- "warning-60": "#ffc107",
101
- "warning-50": "#fdc926",
102
- "warning-40": "#fdd44d",
103
- "warning-30": "#fddf81",
104
- "warning-20": "#feebb2",
105
- "warning-10": "#fff2cd",
106
- "warning-5": "#fff8ea",
107
- "warning-0": "#fffdf9",
108
- "success-100": "#006f00",
109
- "success-90": "#008e00",
110
- "success-80": "#009f00",
111
- "success-70": "#00b300",
112
- "success-60": "#00c300",
113
- "success-50": "#40ce37",
114
- "success-40": "#60db57",
115
- "success-30": "#89eb80",
116
- "success-20": "#afffa7",
117
- "success-10": "#cbffc9",
118
- "success-5": "#ecf7ed",
119
- "success-0": "#f5faf5",
120
- "info-100": "#02569a",
121
- "info-90": "#0174ba",
122
- "info-80": "#0788d1",
123
- "info-70": "#0399e3",
124
- "info-60": "#02a8f3",
125
- "info-50": "#28b4f4",
126
- "info-40": "#4cc2f7",
127
- "info-30": "#7fd1f7",
128
- "info-20": "#b4e5fb",
129
- "info-10": "#e0f5fe",
130
- "info-5": "#effaff",
131
- "info-0": "#f9fdff",
132
- "grey-100": "#19191d",
133
- "grey-90": "#292a31",
134
- "grey-80": "#3a3a44",
135
- "grey-70": "#4a4b57",
136
- "grey-60": "#5a5b6a",
137
- "grey-50": "#787885",
138
- "grey-40": "#9696a0",
139
- "grey-30": "#b4b4bb",
140
- "grey-20": "#d2d2d6",
141
- "grey-10": "#e1e1e3",
142
- "grey-5": "#ededf0",
143
- "grey-0": "#f7f7fa",
144
- "secondary-100": "#e11d16",
145
- "secondary-90": "#eb4610",
146
- "secondary-80": "#f3580d",
147
- "secondary-70": "#f96a02",
148
- "secondary-60": "#ff7700",
149
- "secondary-50": "#fc871a",
150
- "secondary-40": "#fb9a3e",
151
- "secondary-30": "#fab26e",
152
- "secondary-20": "#f8c99c",
153
- "secondary-10": "#fee8d0",
154
- "secondary-5": "#fff3e8",
155
- "secondary-0": "#fffbf8",
156
- "primary-100": "#0e1652",
157
- "primary-90": "#222f95",
158
- "primary-80": "#3545be",
159
- "primary-70": "#5865cd",
160
- "primary-60": "#818eec",
161
- "primary-50": "#9daaee",
162
- "primary-40": "#b9c5ef",
163
- "primary-30": "#c7d1f4",
164
- "primary-20": "#d5ddfa",
165
- "primary-10": "#e3e9ff",
166
- "primary-5": "#f3f6ff",
167
- "primary-0": "#ffffff"
168
- },
169
- typography: {
170
- sizes: [
171
- {
172
- name: "large-heading",
173
- className: "typography-large-heading",
174
- style: {
175
- fontFamily: "Poppins",
176
- fontSize: "32px",
177
- fontWeight: 700,
178
- fontStyle: "normal",
179
- lineHeight: 1.375,
180
- textTransform: "none"
181
- },
182
- fontPostScriptName: "Poppins-Bold"
183
- },
184
- {
185
- name: "heading",
186
- className: "typography-heading",
187
- style: {
188
- fontFamily: "Poppins",
189
- fontSize: "24px",
190
- fontWeight: 700,
191
- fontStyle: "normal",
192
- lineHeight: 1.375,
193
- textTransform: "none"
194
- },
195
- fontPostScriptName: "Poppins-Bold"
196
- },
197
- {
198
- name: "subheading",
199
- className: "typography-subheading",
200
- style: {
201
- fontFamily: "Poppins",
202
- fontSize: "20px",
203
- fontWeight: 600,
204
- fontStyle: "normal",
205
- lineHeight: 1.375,
206
- textTransform: "none"
207
- },
208
- fontPostScriptName: "Poppins-Bold"
209
- },
210
- {
211
- name: "large-strong",
212
- className: "typography-large-strong",
213
- style: {
214
- fontFamily: "Inter",
215
- fontSize: "20px",
216
- fontWeight: 600,
217
- fontStyle: "normal",
218
- lineHeight: 1.58,
219
- textTransform: "none"
220
- },
221
- fontPostScriptName: "Inter-SemiBold"
222
- },
223
- {
224
- name: "large",
225
- className: "typography-large",
226
- style: {
227
- fontFamily: "Inter",
228
- fontSize: "20px",
229
- fontWeight: 500,
230
- fontStyle: "normal",
231
- lineHeight: 1.58,
232
- textTransform: "none"
233
- },
234
- fontPostScriptName: "Inter-SemiBold"
235
- },
236
- {
237
- name: "default-strong",
238
- className: "typography-default-strong",
239
- style: {
240
- fontFamily: "Inter",
241
- fontSize: "16px",
242
- fontWeight: 500,
243
- fontStyle: "normal",
244
- lineHeight: 1.5,
245
- textTransform: "none"
246
- },
247
- fontPostScriptName: "Inter-SemiBold"
248
- },
249
- {
250
- name: "default",
251
- className: "typography-default",
252
- style: {
253
- fontFamily: "Inter",
254
- fontSize: "16px",
255
- fontWeight: 400,
256
- fontStyle: "normal",
257
- lineHeight: 1.5,
258
- textTransform: "none"
259
- },
260
- fontPostScriptName: null
261
- },
262
- {
263
- name: "small-strong",
264
- className: "typography-small-strong",
265
- style: {
266
- fontFamily: "Inter",
267
- fontSize: "14px",
268
- fontWeight: 500,
269
- fontStyle: "normal",
270
- lineHeight: 1.42,
271
- textTransform: "none"
272
- },
273
- fontPostScriptName: "Inter-SemiBold"
274
- },
275
- {
276
- name: "small",
277
- className: "typography-small",
278
- style: {
279
- fontFamily: "Inter",
280
- fontSize: "14px",
281
- fontWeight: 400,
282
- fontStyle: "normal",
283
- lineHeight: 1.42,
284
- textTransform: "none"
285
- },
286
- fontPostScriptName: null
287
- },
288
- {
289
- name: "caption",
290
- className: "typography-caption",
291
- style: {
292
- fontFamily: "Inter",
293
- fontSize: "12px",
294
- fontWeight: 400,
295
- fontStyle: "normal",
296
- lineHeight: 1.26,
297
- textTransform: "none"
298
- },
299
- fontPostScriptName: null
300
- },
301
- {
302
- name: "caption-small",
303
- className: "typography-caption-small",
304
- style: {
305
- fontFamily: "Inter",
306
- fontSize: "10px",
307
- fontWeight: 400,
308
- fontStyle: "normal",
309
- lineHeight: 1.2,
310
- letterSpacing: 0,
311
- textTransform: "none"
312
- },
313
- fontPostScriptName: null
314
- },
315
- {
316
- name: "caption-default",
317
- className: "typography-caption-default",
318
- style: {
319
- fontFamily: "Inter",
320
- fontSize: "12px",
321
- fontWeight: 400,
322
- fontStyle: "normal",
323
- lineHeight: 1.26,
324
- letterSpacing: 0,
325
- textTransform: "none"
326
- },
327
- fontPostScriptName: null
328
- },
329
- {
330
- name: "overline-small",
331
- className: "typography-overline-small",
332
- style: {
333
- fontFamily: "Inter",
334
- fontSize: "10px",
335
- fontWeight: 400,
336
- fontStyle: "normal",
337
- lineHeight: 1,
338
- letterSpacing: 0,
339
- textTransform: "uppercase"
340
- },
341
- fontPostScriptName: null
342
- },
343
- {
344
- name: "overline-default",
345
- className: "typography-overline-default",
346
- style: {
347
- fontFamily: "Inter",
348
- fontSize: "12px",
349
- fontWeight: 400,
350
- fontStyle: "normal",
351
- lineHeight: 1,
352
- letterSpacing: 0,
353
- textTransform: "uppercase"
354
- },
355
- fontPostScriptName: null
356
- },
357
- {
358
- name: "button-small",
359
- className: "typography-button-small",
360
- style: {
361
- fontFamily: "Inter",
362
- fontSize: "12px",
363
- fontWeight: 500,
364
- fontStyle: "normal",
365
- lineHeight: 1,
366
- letterSpacing: 0,
367
- textTransform: "none"
368
- },
369
- fontPostScriptName: "Inter-Medium"
370
- },
371
- {
372
- name: "button-medium",
373
- className: "typography-button-medium",
374
- style: {
375
- fontFamily: "Inter",
376
- fontSize: "14px",
377
- fontWeight: 400,
378
- fontStyle: "normal",
379
- lineHeight: 1,
380
- letterSpacing: 0,
381
- textTransform: "none"
382
- },
383
- fontPostScriptName: "Inter-SemiBold"
384
- },
385
- {
386
- name: "button-large",
387
- className: "typography-button-large",
388
- style: {
389
- fontFamily: "Inter",
390
- fontSize: "16px",
391
- fontWeight: 500,
392
- fontStyle: "normal",
393
- lineHeight: 1.5,
394
- letterSpacing: 0,
395
- textTransform: "none"
396
- },
397
- fontPostScriptName: "Inter-Medium"
398
- },
399
- {
400
- name: "body-small",
401
- className: "typography-body-small",
402
- style: {
403
- fontFamily: "Inter",
404
- fontSize: "14px",
405
- fontWeight: 400,
406
- fontStyle: "normal",
407
- lineHeight: 1.43,
408
- letterSpacing: 0,
409
- textTransform: "none"
410
- },
411
- fontPostScriptName: null
412
- },
413
- {
414
- name: "body-small-medium",
415
- className: "typography-body-small-medium",
416
- style: {
417
- fontFamily: "Inter",
418
- fontSize: "14px",
419
- fontWeight: 500,
420
- fontStyle: "normal",
421
- lineHeight: 1.43,
422
- letterSpacing: 0,
423
- textTransform: "none"
424
- },
425
- fontPostScriptName: "Inter-SemiBold"
426
- },
427
- {
428
- name: "body-default",
429
- className: "typography-body-default",
430
- style: {
431
- fontFamily: "Inter",
432
- fontSize: "16px",
433
- fontWeight: 400,
434
- fontStyle: "normal",
435
- lineHeight: 1.5,
436
- letterSpacing: 0,
437
- textTransform: "none"
438
- },
439
- fontPostScriptName: null
440
- },
441
- {
442
- name: "body-default-medium",
443
- className: "typography-body-default-medium",
444
- style: {
445
- fontFamily: "Inter",
446
- fontSize: "16px",
447
- fontWeight: 500,
448
- fontStyle: "normal",
449
- lineHeight: 1.5,
450
- letterSpacing: 0,
451
- textTransform: "none"
452
- },
453
- fontPostScriptName: "Inter-SemiBold"
454
- },
455
- {
456
- name: "body-large",
457
- className: "typography-body-large",
458
- style: {
459
- fontFamily: "Inter",
460
- fontSize: "20px",
461
- fontWeight: 400,
462
- fontStyle: "normal",
463
- lineHeight: 1.58,
464
- letterSpacing: 0,
465
- textTransform: "none"
466
- },
467
- fontPostScriptName: null
468
- },
469
- {
470
- name: "body-large-medium",
471
- className: "typography-body-large-medium",
472
- style: {
473
- fontFamily: "Inter",
474
- fontSize: "20px",
475
- fontWeight: 400,
476
- fontStyle: "normal",
477
- lineHeight: 1.2,
478
- letterSpacing: 0,
479
- textTransform: "none"
480
- },
481
- fontPostScriptName: "Inter-SemiBold"
482
- },
483
- {
484
- name: "heading-large",
485
- className: "typography-heading-large",
486
- style: {
487
- fontFamily: "Inter",
488
- fontSize: "20px",
489
- fontWeight: 700,
490
- fontStyle: "normal",
491
- lineHeight: 1.5,
492
- letterSpacing: 0.15,
493
- textTransform: "none"
494
- },
495
- fontPostScriptName: "Inter-Bold"
496
- },
497
- {
498
- name: "heading-xl",
499
- className: "typography-heading-xl",
500
- style: {
501
- fontFamily: "Inter",
502
- fontSize: "24px",
503
- fontWeight: 700,
504
- fontStyle: "normal",
505
- lineHeight: 1.5,
506
- letterSpacing: 0,
507
- textTransform: "none"
508
- },
509
- fontPostScriptName: "Inter-Bold"
510
- },
511
- {
512
- name: "heading-2xl",
513
- className: "typography-heading-2xl",
514
- style: {
515
- fontFamily: "Inter",
516
- fontSize: "34px",
517
- fontWeight: 700,
518
- fontStyle: "normal",
519
- lineHeight: 1.28,
520
- letterSpacing: 0,
521
- textTransform: "none"
522
- },
523
- fontPostScriptName: "Inter-Bold"
524
- },
525
- {
526
- name: "heading-3xl",
527
- className: "typography-heading-3xl",
528
- style: {
529
- fontFamily: "Inter",
530
- fontSize: "48px",
531
- fontWeight: 700,
532
- fontStyle: "normal",
533
- lineHeight: 1.24,
534
- letterSpacing: -0.48,
535
- textTransform: "none"
536
- },
537
- fontPostScriptName: "Inter-Bold"
538
- },
539
- {
540
- name: "heading-4xl",
541
- className: "typography-heading-4xl",
542
- style: {
543
- fontFamily: "Inter",
544
- fontSize: "60px",
545
- fontWeight: 700,
546
- fontStyle: "normal",
547
- lineHeight: 1.2,
548
- letterSpacing: -1.5,
549
- textTransform: "none"
550
- },
551
- fontPostScriptName: "Inter-Bold"
552
- },
553
- {
554
- name: "heading-5xl",
555
- className: "typography-heading-5xl",
556
- style: {
557
- fontFamily: "Inter",
558
- fontSize: "76px",
559
- fontWeight: 700,
560
- fontStyle: "normal",
561
- lineHeight: 1.2,
562
- letterSpacing: -1.98,
563
- textTransform: "none"
564
- },
565
- fontPostScriptName: "Inter-Bold"
566
- }
567
- ]
568
- },
569
- elevations: {
570
- "24dp": "0px 24px 48px rgba(90, 91, 106, 0.08), 0px 12px 24px rgba(58, 58, 68, 0.08)",
571
- "16dp": "0px 16px 32px rgba(90, 91, 106, 0.12), 0px 8px 16px rgba(58, 58, 68, 0.12)",
572
- "8dp": "0px 8px 16px rgba(90, 91, 106, 0.16), 0px 4px 8px rgba(58, 58, 68, 0.16)",
573
- "4dp": "0px 4px 8px rgba(90, 91, 106, 0.20), 0px 2px 4px rgba(58, 58, 68, 0.20)",
574
- "2dp": "0px 2px 4px rgba(90, 91, 106, 0.24), 0px 1px 2px rgba(58, 58, 68, 0.24)"
575
- },
576
- spacing: {
577
- layout01: {
578
- px: 16,
579
- rem: 1
580
- },
581
- layout02: {
582
- px: 24,
583
- rem: 1.5
584
- },
585
- layout03: {
586
- px: 32,
587
- rem: 2
588
- },
589
- layout04: {
590
- px: 48,
591
- rem: 3
592
- },
593
- layout05: {
594
- px: 64,
595
- rem: 4
596
- },
597
- layout06: {
598
- px: 96,
599
- rem: 6
600
- },
601
- layout07: {
602
- px: 160,
603
- rem: 10
604
- },
605
- spacing01: {
606
- px: 2,
607
- rem: 0.125
608
- },
609
- spacing02: {
610
- px: 4,
611
- rem: 0.25
612
- },
613
- spacing03: {
614
- px: 8,
615
- rem: 0.5
616
- },
617
- spacing04: {
618
- px: 12,
619
- rem: 0.75
620
- },
621
- spacing05: {
622
- px: 16,
623
- rem: 1
624
- },
625
- spacing06: {
626
- px: 24,
627
- rem: 1.5
628
- },
629
- spacing07: {
630
- px: 32,
631
- rem: 2
632
- },
633
- spacing08: {
634
- px: 40,
635
- rem: 2.5
636
- },
637
- spacing09: {
638
- px: 48,
639
- rem: 3
640
- }
641
- }
642
- }
643
- }
644
- };
645
- }
646
- });
647
-
648
- // src/js/resolveTheme.js
649
- var require_resolveTheme = __commonJS({
650
- "src/js/resolveTheme.js"(exports, module) {
651
- "use strict";
652
- var tokensJson = require_tokens();
653
- module.exports = {
654
- theme: tokensJson.themes.aiven
655
- };
656
- }
657
- });
658
-
659
77
  // src/icons/chevronDown.js
660
78
  var require_chevronDown = __commonJS({
661
79
  "src/icons/chevronDown.js"(exports) {
@@ -1168,6 +586,22 @@ var require_automaticUpdates = __commonJS({
1168
586
  }
1169
587
  });
1170
588
 
589
+ // src/icons/award.js
590
+ var require_award = __commonJS({
591
+ "src/icons/award.js"(exports) {
592
+ "use strict";
593
+ var data = {
594
+ "body": '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m7.303 13.495-.886 6.672 4.206-2.524c.137-.082.206-.123.279-.14a.459.459 0 01.196 0c.073.017.142.058.28.14l4.205 2.524-.885-6.673m2.719-5.244a6.417 6.417 0 11-12.834 0 6.417 6.417 0 0112.834 0Z"/>',
595
+ "left": 0,
596
+ "top": 0,
597
+ "width": 22,
598
+ "height": 22
599
+ };
600
+ exports.__esModule = true;
601
+ exports.default = data;
602
+ }
603
+ });
604
+
1171
605
  // src/icons/badge.js
1172
606
  var require_badge = __commonJS({
1173
607
  "src/icons/badge.js"(exports) {
@@ -2704,6 +2138,22 @@ var require_googleLogo = __commonJS({
2704
2138
  }
2705
2139
  });
2706
2140
 
2141
+ // src/icons/governance.js
2142
+ var require_governance = __commonJS({
2143
+ "src/icons/governance.js"(exports) {
2144
+ "use strict";
2145
+ var data = {
2146
+ "body": '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M18.333 10V7.517c0-.985 0-1.477-.151-1.826a1.6 1.6 0 00-.625-.768c-.31-.22-.92-.346-2.14-.6-1.345-.28-2.378-.785-3.322-1.515-.453-.35-.68-.525-.856-.573a.772.772 0 00-.478 0c-.177.048-.403.223-.856.573-.944.73-1.977 1.235-3.321 1.515-1.22.254-1.83.38-2.141.6a1.6 1.6 0 00-.625.768c-.151.349-.151.841-.151 1.826V11c0 4.5 4.907 7.772 6.693 8.814.203.118.305.177.448.208.11.024.273.024.384 0 .143-.03.245-.09.448-.208"/><path d="m19.25 19.25-1.772-1.772m.957-2.302a3.26 3.26 0 11-6.518 0 3.26 3.26 0 016.518 0Z"/></g>',
2147
+ "left": 0,
2148
+ "top": 0,
2149
+ "width": 22,
2150
+ "height": 22
2151
+ };
2152
+ exports.__esModule = true;
2153
+ exports.default = data;
2154
+ }
2155
+ });
2156
+
2707
2157
  // src/icons/grid.js
2708
2158
  var require_grid = __commonJS({
2709
2159
  "src/icons/grid.js"(exports) {
@@ -4736,9 +4186,6 @@ var require_warningSign = __commonJS({
4736
4186
  }
4737
4187
  });
4738
4188
 
4739
- // src/system.ts
4740
- var import_resolveTheme2 = __toESM(require_resolveTheme());
4741
-
4742
4189
  // src/molecules/index.ts
4743
4190
  var molecules_exports = {};
4744
4191
  __export(molecules_exports, {
@@ -4877,8 +4324,8 @@ import {
4877
4324
 
4878
4325
  // src/utils/tailwind.ts
4879
4326
  import originalClassNames from "classnames";
4880
- function cleanClassNames(classNames12) {
4881
- const tokens = classNames12.split(/\s+/);
4327
+ function cleanClassNames(classNames13) {
4328
+ const tokens = classNames13.split(/\s+/);
4882
4329
  return tokens.filter((item) => item).join(" ");
4883
4330
  }
4884
4331
  function tw(classesOrModifiers1, classesOrModifiers2, classesOrModifiers3, classesOrModifiers4, classesOrModifiers5, classesOrModifiers6, classesOrModifiers7, classesOrModifiers8, classesOrModifiers9, classesOrModifiers10) {
@@ -5005,7 +4452,7 @@ var EmptyStateContainer = React2.forwardRef((_a, ref) => {
5005
4452
  }, props), children);
5006
4453
  });
5007
4454
  var Divider = (props) => /* @__PURE__ */ React2.createElement("div", __spreadValues({
5008
- className: tw("border-b-[1px] border-muted mx-3 my-4")
4455
+ className: tw("border-b-1 border-muted mx-3 my-4")
5009
4456
  }, props));
5010
4457
  var Group = React2.forwardRef((_a, ref) => {
5011
4458
  var _b = _a, { className, children } = _b, props = __objRest(_b, ["className", "children"]);
@@ -5130,7 +4577,7 @@ var tailwind_theme_default = {
5130
4577
  none: "0"
5131
4578
  },
5132
4579
  spacing: {
5133
- "0": "0",
4580
+ "0": "0px",
5134
4581
  "1": "2px",
5135
4582
  "2": "4px",
5136
4583
  "3": "8px",
@@ -5150,7 +4597,7 @@ var tailwind_theme_default = {
5150
4597
  l7: "160px"
5151
4598
  },
5152
4599
  margin: {
5153
- "0": "0",
4600
+ "0": "0px",
5154
4601
  "1": "2px",
5155
4602
  "2": "4px",
5156
4603
  "3": "8px",
@@ -5160,6 +4607,7 @@ var tailwind_theme_default = {
5160
4607
  "7": "32px",
5161
4608
  "8": "40px",
5162
4609
  "9": "48px",
4610
+ auto: "auto",
5163
4611
  "1px": "1px",
5164
4612
  l1: "16px",
5165
4613
  l2: "24px",
@@ -5168,7 +4616,6 @@ var tailwind_theme_default = {
5168
4616
  l5: "64px",
5169
4617
  l6: "96px",
5170
4618
  l7: "160px",
5171
- auto: "auto",
5172
4619
  "-1": "-2px",
5173
4620
  "-2": "-4px",
5174
4621
  "-3": "-8px",
@@ -5188,7 +4635,7 @@ var tailwind_theme_default = {
5188
4635
  "-l7": "-160px"
5189
4636
  },
5190
4637
  padding: {
5191
- "0": "0",
4638
+ "0": "0px",
5192
4639
  "1": "2px",
5193
4640
  "2": "4px",
5194
4641
  "3": "8px",
@@ -5208,7 +4655,7 @@ var tailwind_theme_default = {
5208
4655
  l7: "160px"
5209
4656
  },
5210
4657
  width: {
5211
- "0": "0",
4658
+ "0": "0px",
5212
4659
  "1": "2px",
5213
4660
  "2": "4px",
5214
4661
  "3": "8px",
@@ -5260,7 +4707,7 @@ var tailwind_theme_default = {
5260
4707
  fit: "fit-content"
5261
4708
  },
5262
4709
  height: {
5263
- "0": "0",
4710
+ "0": "0px",
5264
4711
  "1": "2px",
5265
4712
  "2": "4px",
5266
4713
  "3": "8px",
@@ -5327,7 +4774,7 @@ var tailwind_theme_default = {
5327
4774
  "screen-xl": "1536px"
5328
4775
  },
5329
4776
  maxHeight: {
5330
- "0": "0",
4777
+ "0": "0px",
5331
4778
  "1": "2px",
5332
4779
  "2": "4px",
5333
4780
  "3": "8px",
@@ -5375,350 +4822,402 @@ var tailwind_theme_default = {
5375
4822
  flexGrow: { "0": "0", DEFAULT: "1" },
5376
4823
  flexShrink: { "0": "0", DEFAULT: "1" },
5377
4824
  backgroundColor: {
5378
- "error-100": "var(--aquarium-colors-error-100, #aa0000)",
5379
- "error-90": "var(--aquarium-colors-error-90, #b90000)",
5380
- "error-80": "var(--aquarium-colors-error-80, #c50001)",
5381
- "error-70": "var(--aquarium-colors-error-70, #d80005)",
5382
- "error-60": "var(--aquarium-colors-error-60, #e70000)",
5383
- "error-50": "var(--aquarium-colors-error-50, #e62728)",
5384
- "error-40": "var(--aquarium-colors-error-40, #e0504f)",
5385
- "error-30": "var(--aquarium-colors-error-30, #ed7975)",
5386
- "error-20": "var(--aquarium-colors-error-20, #ffadb3)",
5387
- "error-10": "var(--aquarium-colors-error-10, #ffcbd2)",
5388
- "error-5": "var(--aquarium-colors-error-5, #fee8e7)",
5389
- "error-0": "var(--aquarium-colors-error-0, #fef2f1)",
5390
- "warning-100": "var(--aquarium-colors-warning-100, #fe6d00)",
5391
- "warning-90": "var(--aquarium-colors-warning-90, #ff9003)",
5392
- "warning-80": "var(--aquarium-colors-warning-80, #fd9f00)",
5393
- "warning-70": "var(--aquarium-colors-warning-70, #ffb300)",
5394
- "warning-60": "var(--aquarium-colors-warning-60, #ffc107)",
5395
- "warning-50": "var(--aquarium-colors-warning-50, #fdc926)",
5396
- "warning-40": "var(--aquarium-colors-warning-40, #fdd44d)",
5397
- "warning-30": "var(--aquarium-colors-warning-30, #fddf81)",
5398
- "warning-20": "var(--aquarium-colors-warning-20, #feebb2)",
5399
- "warning-10": "var(--aquarium-colors-warning-10, #fff2cd)",
5400
- "warning-5": "var(--aquarium-colors-warning-5, #fff8ea)",
5401
- "warning-0": "var(--aquarium-colors-warning-0, #fffdf9)",
5402
- "success-100": "var(--aquarium-colors-success-100, #006f00)",
5403
- "success-90": "var(--aquarium-colors-success-90, #008e00)",
5404
- "success-80": "var(--aquarium-colors-success-80, #009f00)",
5405
- "success-70": "var(--aquarium-colors-success-70, #00b300)",
5406
- "success-60": "var(--aquarium-colors-success-60, #00c300)",
5407
- "success-50": "var(--aquarium-colors-success-50, #40ce37)",
5408
- "success-40": "var(--aquarium-colors-success-40, #60db57)",
5409
- "success-30": "var(--aquarium-colors-success-30, #89eb80)",
5410
- "success-20": "var(--aquarium-colors-success-20, #afffa7)",
5411
- "success-10": "var(--aquarium-colors-success-10, #cbffc9)",
5412
- "success-5": "var(--aquarium-colors-success-5, #ecf7ed)",
5413
- "success-0": "var(--aquarium-colors-success-0, #f5faf5)",
5414
- "info-100": "var(--aquarium-colors-info-100, #02569a)",
5415
- "info-90": "var(--aquarium-colors-info-90, #0174ba)",
5416
- "info-80": "var(--aquarium-colors-info-80, #0788d1)",
5417
- "info-70": "var(--aquarium-colors-info-70, #0399e3)",
5418
- "info-60": "var(--aquarium-colors-info-60, #02a8f3)",
5419
- "info-50": "var(--aquarium-colors-info-50, #28b4f4)",
5420
- "info-40": "var(--aquarium-colors-info-40, #4cc2f7)",
5421
- "info-30": "var(--aquarium-colors-info-30, #7fd1f7)",
5422
- "info-20": "var(--aquarium-colors-info-20, #b4e5fb)",
5423
- "info-10": "var(--aquarium-colors-info-10, #e0f5fe)",
5424
- "info-5": "var(--aquarium-colors-info-5, #effaff)",
5425
- "info-0": "var(--aquarium-colors-info-0, #f9fdff)",
5426
- "grey-100": "var(--aquarium-colors-grey-100, #19191d)",
5427
- "grey-90": "var(--aquarium-colors-grey-90, #292a31)",
5428
- "grey-80": "var(--aquarium-colors-grey-80, #3a3a44)",
5429
- "grey-70": "var(--aquarium-colors-grey-70, #4a4b57)",
5430
- "grey-60": "var(--aquarium-colors-grey-60, #5a5b6a)",
5431
- "grey-50": "var(--aquarium-colors-grey-50, #787885)",
5432
- "grey-40": "var(--aquarium-colors-grey-40, #9696a0)",
5433
- "grey-30": "var(--aquarium-colors-grey-30, #b4b4bb)",
5434
- "grey-20": "var(--aquarium-colors-grey-20, #d2d2d6)",
5435
- "grey-10": "var(--aquarium-colors-grey-10, #e1e1e3)",
5436
- "grey-5": "var(--aquarium-colors-grey-5, #ededf0)",
5437
- "grey-0": "var(--aquarium-colors-grey-0, #f7f7fa)",
5438
- "secondary-100": "var(--aquarium-colors-secondary-100, #e11d16)",
5439
- "secondary-90": "var(--aquarium-colors-secondary-90, #eb4610)",
5440
- "secondary-80": "var(--aquarium-colors-secondary-80, #f3580d)",
5441
- "secondary-70": "var(--aquarium-colors-secondary-70, #f96a02)",
5442
- "secondary-60": "var(--aquarium-colors-secondary-60, #ff7700)",
5443
- "secondary-50": "var(--aquarium-colors-secondary-50, #fc871a)",
5444
- "secondary-40": "var(--aquarium-colors-secondary-40, #fb9a3e)",
5445
- "secondary-30": "var(--aquarium-colors-secondary-30, #fab26e)",
5446
- "secondary-20": "var(--aquarium-colors-secondary-20, #f8c99c)",
5447
- "secondary-10": "var(--aquarium-colors-secondary-10, #fee8d0)",
5448
- "secondary-5": "var(--aquarium-colors-secondary-5, #fff3e8)",
5449
- "secondary-0": "var(--aquarium-colors-secondary-0, #fffbf8)",
5450
- "primary-100": "var(--aquarium-colors-primary-100, #0e1652)",
5451
- "primary-90": "var(--aquarium-colors-primary-90, #222f95)",
5452
- "primary-80": "var(--aquarium-colors-primary-80, #3545be)",
5453
- "primary-70": "var(--aquarium-colors-primary-70, #5865cd)",
5454
- "primary-60": "var(--aquarium-colors-primary-60, #818eec)",
5455
- "primary-50": "var(--aquarium-colors-primary-50, #9daaee)",
5456
- "primary-40": "var(--aquarium-colors-primary-40, #b9c5ef)",
5457
- "primary-30": "var(--aquarium-colors-primary-30, #c7d1f4)",
5458
- "primary-20": "var(--aquarium-colors-primary-20, #d5ddfa)",
5459
- "primary-10": "var(--aquarium-colors-primary-10, #e3e9ff)",
5460
- "primary-5": "var(--aquarium-colors-primary-5, #f3f6ff)",
5461
- "primary-0": "var(--aquarium-colors-primary-0, #ffffff)",
5462
- transparent: "var(--aquarium-colors-transparent, transparent)",
5463
- current: "var(--aquarium-colors-current, currentColor)",
5464
- white: "var(--aquarium-colors-white, white)",
5465
- black: "var(--aquarium-colors-black, black)",
4825
+ white: "var(--aquarium-colors-white)",
4826
+ black: "var(--aquarium-colors-black)",
4827
+ transparent: "var(--aquarium-colors-transparent)",
4828
+ current: "var(--aquarium-colors-current)",
4829
+ error: {
4830
+ "0": "var(--aquarium-colors-error-0)",
4831
+ "5": "var(--aquarium-colors-error-5)",
4832
+ "10": "var(--aquarium-colors-error-10)",
4833
+ "20": "var(--aquarium-colors-error-20)",
4834
+ "30": "var(--aquarium-colors-error-30)",
4835
+ "40": "var(--aquarium-colors-error-40)",
4836
+ "50": "var(--aquarium-colors-error-50)",
4837
+ "60": "var(--aquarium-colors-error-60)",
4838
+ "70": "var(--aquarium-colors-error-70)",
4839
+ "80": "var(--aquarium-colors-error-80)",
4840
+ "90": "var(--aquarium-colors-error-90)",
4841
+ "100": "var(--aquarium-colors-error-100)"
4842
+ },
4843
+ warning: {
4844
+ "0": "var(--aquarium-colors-warning-0)",
4845
+ "5": "var(--aquarium-colors-warning-5)",
4846
+ "10": "var(--aquarium-colors-warning-10)",
4847
+ "20": "var(--aquarium-colors-warning-20)",
4848
+ "30": "var(--aquarium-colors-warning-30)",
4849
+ "40": "var(--aquarium-colors-warning-40)",
4850
+ "50": "var(--aquarium-colors-warning-50)",
4851
+ "60": "var(--aquarium-colors-warning-60)",
4852
+ "70": "var(--aquarium-colors-warning-70)",
4853
+ "80": "var(--aquarium-colors-warning-80)",
4854
+ "90": "var(--aquarium-colors-warning-90)",
4855
+ "100": "var(--aquarium-colors-warning-100)",
4856
+ muted: "var(--aquarium-background-color-warning-muted)",
4857
+ default: "var(--aquarium-background-color-warning-default)",
4858
+ intense: "var(--aquarium-background-color-warning-intense)"
4859
+ },
4860
+ success: {
4861
+ "0": "var(--aquarium-colors-success-0)",
4862
+ "5": "var(--aquarium-colors-success-5)",
4863
+ "10": "var(--aquarium-colors-success-10)",
4864
+ "20": "var(--aquarium-colors-success-20)",
4865
+ "30": "var(--aquarium-colors-success-30)",
4866
+ "40": "var(--aquarium-colors-success-40)",
4867
+ "50": "var(--aquarium-colors-success-50)",
4868
+ "60": "var(--aquarium-colors-success-60)",
4869
+ "70": "var(--aquarium-colors-success-70)",
4870
+ "80": "var(--aquarium-colors-success-80)",
4871
+ "90": "var(--aquarium-colors-success-90)",
4872
+ "100": "var(--aquarium-colors-success-100)",
4873
+ muted: "var(--aquarium-background-color-success-muted)",
4874
+ default: "var(--aquarium-background-color-success-default)",
4875
+ intense: "var(--aquarium-background-color-success-intense)"
4876
+ },
4877
+ info: {
4878
+ "0": "var(--aquarium-colors-info-0)",
4879
+ "5": "var(--aquarium-colors-info-5)",
4880
+ "10": "var(--aquarium-colors-info-10)",
4881
+ "20": "var(--aquarium-colors-info-20)",
4882
+ "30": "var(--aquarium-colors-info-30)",
4883
+ "40": "var(--aquarium-colors-info-40)",
4884
+ "50": "var(--aquarium-colors-info-50)",
4885
+ "60": "var(--aquarium-colors-info-60)",
4886
+ "70": "var(--aquarium-colors-info-70)",
4887
+ "80": "var(--aquarium-colors-info-80)",
4888
+ "90": "var(--aquarium-colors-info-90)",
4889
+ "100": "var(--aquarium-colors-info-100)",
4890
+ muted: "var(--aquarium-background-color-info-muted)",
4891
+ default: "var(--aquarium-background-color-info-default)",
4892
+ intense: "var(--aquarium-background-color-info-intense)"
4893
+ },
4894
+ grey: {
4895
+ "0": "var(--aquarium-colors-grey-0)",
4896
+ "5": "var(--aquarium-colors-grey-5)",
4897
+ "10": "var(--aquarium-colors-grey-10)",
4898
+ "20": "var(--aquarium-colors-grey-20)",
4899
+ "30": "var(--aquarium-colors-grey-30)",
4900
+ "40": "var(--aquarium-colors-grey-40)",
4901
+ "50": "var(--aquarium-colors-grey-50)",
4902
+ "60": "var(--aquarium-colors-grey-60)",
4903
+ "70": "var(--aquarium-colors-grey-70)",
4904
+ "80": "var(--aquarium-colors-grey-80)",
4905
+ "90": "var(--aquarium-colors-grey-90)",
4906
+ "100": "var(--aquarium-colors-grey-100)"
4907
+ },
4908
+ secondary: {
4909
+ "0": "var(--aquarium-colors-secondary-0)",
4910
+ "5": "var(--aquarium-colors-secondary-5)",
4911
+ "10": "var(--aquarium-colors-secondary-10)",
4912
+ "20": "var(--aquarium-colors-secondary-20)",
4913
+ "30": "var(--aquarium-colors-secondary-30)",
4914
+ "40": "var(--aquarium-colors-secondary-40)",
4915
+ "50": "var(--aquarium-colors-secondary-50)",
4916
+ "60": "var(--aquarium-colors-secondary-60)",
4917
+ "70": "var(--aquarium-colors-secondary-70)",
4918
+ "80": "var(--aquarium-colors-secondary-80)",
4919
+ "90": "var(--aquarium-colors-secondary-90)",
4920
+ "100": "var(--aquarium-colors-secondary-100)"
4921
+ },
4922
+ primary: {
4923
+ "0": "var(--aquarium-colors-primary-0)",
4924
+ "5": "var(--aquarium-colors-primary-5)",
4925
+ "10": "var(--aquarium-colors-primary-10)",
4926
+ "20": "var(--aquarium-colors-primary-20)",
4927
+ "30": "var(--aquarium-colors-primary-30)",
4928
+ "40": "var(--aquarium-colors-primary-40)",
4929
+ "50": "var(--aquarium-colors-primary-50)",
4930
+ "60": "var(--aquarium-colors-primary-60)",
4931
+ "70": "var(--aquarium-colors-primary-70)",
4932
+ "80": "var(--aquarium-colors-primary-80)",
4933
+ "90": "var(--aquarium-colors-primary-90)",
4934
+ "100": "var(--aquarium-colors-primary-100)",
4935
+ muted: "var(--aquarium-background-color-primary-muted)",
4936
+ default: "var(--aquarium-background-color-primary-default)",
4937
+ intense: "var(--aquarium-background-color-primary-intense)",
4938
+ active: "var(--aquarium-background-color-primary-active)",
4939
+ hover: "var(--aquarium-background-color-primary-hover)"
4940
+ },
5466
4941
  body: "var(--aquarium-background-color-body)",
5467
4942
  "body-intense": "var(--aquarium-background-color-body-intense)",
5468
4943
  "popover-content": "var(--aquarium-background-color-popover-content)",
5469
4944
  muted: "var(--aquarium-background-color-muted)",
5470
4945
  default: "var(--aquarium-background-color-default)",
5471
4946
  intense: "var(--aquarium-background-color-intense)",
5472
- "primary-muted": "var(--aquarium-background-color-primary-muted)",
5473
- "primary-default": "var(--aquarium-background-color-primary-default)",
5474
- "primary-intense": "var(--aquarium-background-color-primary-intense)",
5475
- "primary-active": "var(--aquarium-background-color-primary-active)",
5476
- "primary-hover": "var(--aquarium-background-color-primary-hover)",
5477
- "info-muted": "var(--aquarium-background-color-info-muted)",
5478
- "info-default": "var(--aquarium-background-color-info-default)",
5479
- "info-intense": "var(--aquarium-background-color-info-intense)",
5480
- "success-muted": "var(--aquarium-background-color-success-muted)",
5481
- "success-default": "var(--aquarium-background-color-success-default)",
5482
- "success-intense": "var(--aquarium-background-color-success-intense)",
5483
- "warning-muted": "var(--aquarium-background-color-warning-muted)",
5484
- "warning-default": "var(--aquarium-background-color-warning-default)",
5485
- "warning-intense": "var(--aquarium-background-color-warning-intense)",
5486
- "danger-muted": "var(--aquarium-background-color-danger-muted)",
5487
- "danger-default": "var(--aquarium-background-color-danger-default)",
5488
- "danger-intense": "var(--aquarium-background-color-danger-intense)",
5489
- "status-announcement": "var(--aquarium-background-color-status-announcement)",
5490
- "status-info": "var(--aquarium-background-color-status-info)",
5491
- "status-warning": "var(--aquarium-background-color-status-warning)",
5492
- "status-danger": "var(--aquarium-background-color-status-danger)",
5493
- "status-success": "var(--aquarium-background-color-status-success)",
5494
- "icon-button-hover": "rgba(25,25,29,.05)"
4947
+ danger: {
4948
+ muted: "var(--aquarium-background-color-danger-muted)",
4949
+ default: "var(--aquarium-background-color-danger-default)",
4950
+ intense: "var(--aquarium-background-color-danger-intense)"
4951
+ },
4952
+ status: {
4953
+ announcement: "var(--aquarium-background-color-status-announcement)",
4954
+ info: "var(--aquarium-background-color-status-info)",
4955
+ warning: "var(--aquarium-background-color-status-warning)",
4956
+ danger: "var(--aquarium-background-color-status-danger)",
4957
+ success: "var(--aquarium-background-color-status-success)"
4958
+ },
4959
+ "icon-button": {
4960
+ hover: "var(--aquarium-background-color-icon-button-hover)"
4961
+ }
5495
4962
  },
5496
4963
  textColor: {
5497
- "error-100": "var(--aquarium-colors-error-100, #aa0000)",
5498
- "error-90": "var(--aquarium-colors-error-90, #b90000)",
5499
- "error-80": "var(--aquarium-colors-error-80, #c50001)",
5500
- "error-70": "var(--aquarium-colors-error-70, #d80005)",
5501
- "error-60": "var(--aquarium-colors-error-60, #e70000)",
5502
- "error-50": "var(--aquarium-colors-error-50, #e62728)",
5503
- "error-40": "var(--aquarium-colors-error-40, #e0504f)",
5504
- "error-30": "var(--aquarium-colors-error-30, #ed7975)",
5505
- "error-20": "var(--aquarium-colors-error-20, #ffadb3)",
5506
- "error-10": "var(--aquarium-colors-error-10, #ffcbd2)",
5507
- "error-5": "var(--aquarium-colors-error-5, #fee8e7)",
5508
- "error-0": "var(--aquarium-colors-error-0, #fef2f1)",
5509
- "warning-100": "var(--aquarium-colors-warning-100, #fe6d00)",
5510
- "warning-90": "var(--aquarium-colors-warning-90, #ff9003)",
5511
- "warning-80": "var(--aquarium-colors-warning-80, #fd9f00)",
5512
- "warning-70": "var(--aquarium-colors-warning-70, #ffb300)",
5513
- "warning-60": "var(--aquarium-colors-warning-60, #ffc107)",
5514
- "warning-50": "var(--aquarium-colors-warning-50, #fdc926)",
5515
- "warning-40": "var(--aquarium-colors-warning-40, #fdd44d)",
5516
- "warning-30": "var(--aquarium-colors-warning-30, #fddf81)",
5517
- "warning-20": "var(--aquarium-colors-warning-20, #feebb2)",
5518
- "warning-10": "var(--aquarium-colors-warning-10, #fff2cd)",
5519
- "warning-5": "var(--aquarium-colors-warning-5, #fff8ea)",
5520
- "warning-0": "var(--aquarium-colors-warning-0, #fffdf9)",
5521
- "success-100": "var(--aquarium-colors-success-100, #006f00)",
5522
- "success-90": "var(--aquarium-colors-success-90, #008e00)",
5523
- "success-80": "var(--aquarium-colors-success-80, #009f00)",
5524
- "success-70": "var(--aquarium-colors-success-70, #00b300)",
5525
- "success-60": "var(--aquarium-colors-success-60, #00c300)",
5526
- "success-50": "var(--aquarium-colors-success-50, #40ce37)",
5527
- "success-40": "var(--aquarium-colors-success-40, #60db57)",
5528
- "success-30": "var(--aquarium-colors-success-30, #89eb80)",
5529
- "success-20": "var(--aquarium-colors-success-20, #afffa7)",
5530
- "success-10": "var(--aquarium-colors-success-10, #cbffc9)",
5531
- "success-5": "var(--aquarium-colors-success-5, #ecf7ed)",
5532
- "success-0": "var(--aquarium-colors-success-0, #f5faf5)",
5533
- "info-100": "var(--aquarium-colors-info-100, #02569a)",
5534
- "info-90": "var(--aquarium-colors-info-90, #0174ba)",
5535
- "info-80": "var(--aquarium-colors-info-80, #0788d1)",
5536
- "info-70": "var(--aquarium-colors-info-70, #0399e3)",
5537
- "info-60": "var(--aquarium-colors-info-60, #02a8f3)",
5538
- "info-50": "var(--aquarium-colors-info-50, #28b4f4)",
5539
- "info-40": "var(--aquarium-colors-info-40, #4cc2f7)",
5540
- "info-30": "var(--aquarium-colors-info-30, #7fd1f7)",
5541
- "info-20": "var(--aquarium-colors-info-20, #b4e5fb)",
5542
- "info-10": "var(--aquarium-colors-info-10, #e0f5fe)",
5543
- "info-5": "var(--aquarium-colors-info-5, #effaff)",
5544
- "info-0": "var(--aquarium-colors-info-0, #f9fdff)",
5545
- "grey-100": "var(--aquarium-colors-grey-100, #19191d)",
5546
- "grey-90": "var(--aquarium-colors-grey-90, #292a31)",
5547
- "grey-80": "var(--aquarium-colors-grey-80, #3a3a44)",
5548
- "grey-70": "var(--aquarium-colors-grey-70, #4a4b57)",
5549
- "grey-60": "var(--aquarium-colors-grey-60, #5a5b6a)",
5550
- "grey-50": "var(--aquarium-colors-grey-50, #787885)",
5551
- "grey-40": "var(--aquarium-colors-grey-40, #9696a0)",
5552
- "grey-30": "var(--aquarium-colors-grey-30, #b4b4bb)",
5553
- "grey-20": "var(--aquarium-colors-grey-20, #d2d2d6)",
5554
- "grey-10": "var(--aquarium-colors-grey-10, #e1e1e3)",
5555
- "grey-5": "var(--aquarium-colors-grey-5, #ededf0)",
5556
- "grey-0": "var(--aquarium-colors-grey-0, #f7f7fa)",
5557
- "secondary-100": "var(--aquarium-colors-secondary-100, #e11d16)",
5558
- "secondary-90": "var(--aquarium-colors-secondary-90, #eb4610)",
5559
- "secondary-80": "var(--aquarium-colors-secondary-80, #f3580d)",
5560
- "secondary-70": "var(--aquarium-colors-secondary-70, #f96a02)",
5561
- "secondary-60": "var(--aquarium-colors-secondary-60, #ff7700)",
5562
- "secondary-50": "var(--aquarium-colors-secondary-50, #fc871a)",
5563
- "secondary-40": "var(--aquarium-colors-secondary-40, #fb9a3e)",
5564
- "secondary-30": "var(--aquarium-colors-secondary-30, #fab26e)",
5565
- "secondary-20": "var(--aquarium-colors-secondary-20, #f8c99c)",
5566
- "secondary-10": "var(--aquarium-colors-secondary-10, #fee8d0)",
5567
- "secondary-5": "var(--aquarium-colors-secondary-5, #fff3e8)",
5568
- "secondary-0": "var(--aquarium-colors-secondary-0, #fffbf8)",
5569
- "primary-100": "var(--aquarium-colors-primary-100, #0e1652)",
5570
- "primary-90": "var(--aquarium-colors-primary-90, #222f95)",
5571
- "primary-80": "var(--aquarium-colors-primary-80, #3545be)",
5572
- "primary-70": "var(--aquarium-colors-primary-70, #5865cd)",
5573
- "primary-60": "var(--aquarium-colors-primary-60, #818eec)",
5574
- "primary-50": "var(--aquarium-colors-primary-50, #9daaee)",
5575
- "primary-40": "var(--aquarium-colors-primary-40, #b9c5ef)",
5576
- "primary-30": "var(--aquarium-colors-primary-30, #c7d1f4)",
5577
- "primary-20": "var(--aquarium-colors-primary-20, #d5ddfa)",
5578
- "primary-10": "var(--aquarium-colors-primary-10, #e3e9ff)",
5579
- "primary-5": "var(--aquarium-colors-primary-5, #f3f6ff)",
5580
- "primary-0": "var(--aquarium-colors-primary-0, #ffffff)",
5581
- transparent: "var(--aquarium-colors-transparent, transparent)",
5582
- current: "var(--aquarium-colors-current, currentColor)",
5583
- white: "var(--aquarium-colors-white, white)",
5584
- black: "var(--aquarium-colors-black, black)",
4964
+ white: "var(--aquarium-colors-white)",
4965
+ black: "var(--aquarium-colors-black)",
4966
+ transparent: "var(--aquarium-colors-transparent)",
4967
+ current: "var(--aquarium-colors-current)",
4968
+ error: {
4969
+ "0": "var(--aquarium-colors-error-0)",
4970
+ "5": "var(--aquarium-colors-error-5)",
4971
+ "10": "var(--aquarium-colors-error-10)",
4972
+ "20": "var(--aquarium-colors-error-20)",
4973
+ "30": "var(--aquarium-colors-error-30)",
4974
+ "40": "var(--aquarium-colors-error-40)",
4975
+ "50": "var(--aquarium-colors-error-50)",
4976
+ "60": "var(--aquarium-colors-error-60)",
4977
+ "70": "var(--aquarium-colors-error-70)",
4978
+ "80": "var(--aquarium-colors-error-80)",
4979
+ "90": "var(--aquarium-colors-error-90)",
4980
+ "100": "var(--aquarium-colors-error-100)"
4981
+ },
4982
+ warning: {
4983
+ "0": "var(--aquarium-colors-warning-0)",
4984
+ "5": "var(--aquarium-colors-warning-5)",
4985
+ "10": "var(--aquarium-colors-warning-10)",
4986
+ "20": "var(--aquarium-colors-warning-20)",
4987
+ "30": "var(--aquarium-colors-warning-30)",
4988
+ "40": "var(--aquarium-colors-warning-40)",
4989
+ "50": "var(--aquarium-colors-warning-50)",
4990
+ "60": "var(--aquarium-colors-warning-60)",
4991
+ "70": "var(--aquarium-colors-warning-70)",
4992
+ "80": "var(--aquarium-colors-warning-80)",
4993
+ "90": "var(--aquarium-colors-warning-90)",
4994
+ "100": "var(--aquarium-colors-warning-100)",
4995
+ inactive: "var(--aquarium-text-color-warning-inactive)",
4996
+ muted: "var(--aquarium-text-color-warning-muted)",
4997
+ default: "var(--aquarium-text-color-warning-default)",
4998
+ intense: "var(--aquarium-text-color-warning-intense)"
4999
+ },
5000
+ success: {
5001
+ "0": "var(--aquarium-colors-success-0)",
5002
+ "5": "var(--aquarium-colors-success-5)",
5003
+ "10": "var(--aquarium-colors-success-10)",
5004
+ "20": "var(--aquarium-colors-success-20)",
5005
+ "30": "var(--aquarium-colors-success-30)",
5006
+ "40": "var(--aquarium-colors-success-40)",
5007
+ "50": "var(--aquarium-colors-success-50)",
5008
+ "60": "var(--aquarium-colors-success-60)",
5009
+ "70": "var(--aquarium-colors-success-70)",
5010
+ "80": "var(--aquarium-colors-success-80)",
5011
+ "90": "var(--aquarium-colors-success-90)",
5012
+ "100": "var(--aquarium-colors-success-100)",
5013
+ inactive: "var(--aquarium-text-color-success-inactive)",
5014
+ muted: "var(--aquarium-text-color-success-muted)",
5015
+ default: "var(--aquarium-text-color-success-default)",
5016
+ intense: "var(--aquarium-text-color-success-intense)"
5017
+ },
5018
+ info: {
5019
+ "0": "var(--aquarium-colors-info-0)",
5020
+ "5": "var(--aquarium-colors-info-5)",
5021
+ "10": "var(--aquarium-colors-info-10)",
5022
+ "20": "var(--aquarium-colors-info-20)",
5023
+ "30": "var(--aquarium-colors-info-30)",
5024
+ "40": "var(--aquarium-colors-info-40)",
5025
+ "50": "var(--aquarium-colors-info-50)",
5026
+ "60": "var(--aquarium-colors-info-60)",
5027
+ "70": "var(--aquarium-colors-info-70)",
5028
+ "80": "var(--aquarium-colors-info-80)",
5029
+ "90": "var(--aquarium-colors-info-90)",
5030
+ "100": "var(--aquarium-colors-info-100)",
5031
+ inactive: "var(--aquarium-text-color-info-inactive)",
5032
+ muted: "var(--aquarium-text-color-info-muted)",
5033
+ default: "var(--aquarium-text-color-info-default)",
5034
+ intense: "var(--aquarium-text-color-info-intense)"
5035
+ },
5036
+ grey: {
5037
+ "0": "var(--aquarium-colors-grey-0)",
5038
+ "5": "var(--aquarium-colors-grey-5)",
5039
+ "10": "var(--aquarium-colors-grey-10)",
5040
+ "20": "var(--aquarium-colors-grey-20)",
5041
+ "30": "var(--aquarium-colors-grey-30)",
5042
+ "40": "var(--aquarium-colors-grey-40)",
5043
+ "50": "var(--aquarium-colors-grey-50)",
5044
+ "60": "var(--aquarium-colors-grey-60)",
5045
+ "70": "var(--aquarium-colors-grey-70)",
5046
+ "80": "var(--aquarium-colors-grey-80)",
5047
+ "90": "var(--aquarium-colors-grey-90)",
5048
+ "100": "var(--aquarium-colors-grey-100)"
5049
+ },
5050
+ secondary: {
5051
+ "0": "var(--aquarium-colors-secondary-0)",
5052
+ "5": "var(--aquarium-colors-secondary-5)",
5053
+ "10": "var(--aquarium-colors-secondary-10)",
5054
+ "20": "var(--aquarium-colors-secondary-20)",
5055
+ "30": "var(--aquarium-colors-secondary-30)",
5056
+ "40": "var(--aquarium-colors-secondary-40)",
5057
+ "50": "var(--aquarium-colors-secondary-50)",
5058
+ "60": "var(--aquarium-colors-secondary-60)",
5059
+ "70": "var(--aquarium-colors-secondary-70)",
5060
+ "80": "var(--aquarium-colors-secondary-80)",
5061
+ "90": "var(--aquarium-colors-secondary-90)",
5062
+ "100": "var(--aquarium-colors-secondary-100)"
5063
+ },
5064
+ primary: {
5065
+ "0": "var(--aquarium-colors-primary-0)",
5066
+ "5": "var(--aquarium-colors-primary-5)",
5067
+ "10": "var(--aquarium-colors-primary-10)",
5068
+ "20": "var(--aquarium-colors-primary-20)",
5069
+ "30": "var(--aquarium-colors-primary-30)",
5070
+ "40": "var(--aquarium-colors-primary-40)",
5071
+ "50": "var(--aquarium-colors-primary-50)",
5072
+ "60": "var(--aquarium-colors-primary-60)",
5073
+ "70": "var(--aquarium-colors-primary-70)",
5074
+ "80": "var(--aquarium-colors-primary-80)",
5075
+ "90": "var(--aquarium-colors-primary-90)",
5076
+ "100": "var(--aquarium-colors-primary-100)",
5077
+ inactive: "var(--aquarium-text-color-primary-inactive)",
5078
+ active: "var(--aquarium-text-color-primary-active)",
5079
+ muted: "var(--aquarium-text-color-primary-muted)",
5080
+ default: "var(--aquarium-text-color-primary-default)",
5081
+ intense: "var(--aquarium-text-color-primary-intense)"
5082
+ },
5585
5083
  inactive: "var(--aquarium-text-color-inactive)",
5586
5084
  muted: "var(--aquarium-text-color-muted)",
5587
5085
  default: "var(--aquarium-text-color-default)",
5588
5086
  intense: "var(--aquarium-text-color-intense)",
5589
- "primary-inactive": "var(--aquarium-text-color-primary-inactive)",
5590
- "primary-active": "var(--aquarium-text-color-primary-active)",
5591
- "primary-muted": "var(--aquarium-text-color-primary-muted)",
5592
- "primary-default": "var(--aquarium-text-color-primary-default)",
5593
- "primary-intense": "var(--aquarium-text-color-primary-intense)",
5594
- "info-inactive": "var(--aquarium-text-color-info-inactive)",
5595
- "info-muted": "var(--aquarium-text-color-info-muted)",
5596
- "info-default": "var(--aquarium-text-color-info-default)",
5597
- "info-intense": "var(--aquarium-text-color-info-intense)",
5598
- "success-inactive": "var(--aquarium-text-color-success-inactive)",
5599
- "success-muted": "var(--aquarium-text-color-success-muted)",
5600
- "success-default": "var(--aquarium-text-color-success-default)",
5601
- "success-intense": "var(--aquarium-text-color-success-intense)",
5602
- "warning-inactive": "var(--aquarium-text-color-warning-inactive)",
5603
- "warning-muted": "var(--aquarium-text-color-warning-muted)",
5604
- "warning-default": "var(--aquarium-text-color-warning-default)",
5605
- "warning-intense": "var(--aquarium-text-color-warning-intense)",
5606
- "danger-inactive": "var(--aquarium-text-color-danger-inactive)",
5607
- "danger-muted": "var(--aquarium-text-color-danger-muted)",
5608
- "danger-default": "var(--aquarium-text-color-danger-default)",
5609
- "danger-intense": "var(--aquarium-text-color-danger-intense)"
5087
+ danger: {
5088
+ inactive: "var(--aquarium-text-color-danger-inactive)",
5089
+ muted: "var(--aquarium-text-color-danger-muted)",
5090
+ default: "var(--aquarium-text-color-danger-default)",
5091
+ intense: "var(--aquarium-text-color-danger-intense)"
5092
+ }
5610
5093
  },
5611
5094
  borderColor: {
5612
- "error-100": "var(--aquarium-colors-error-100, #aa0000)",
5613
- "error-90": "var(--aquarium-colors-error-90, #b90000)",
5614
- "error-80": "var(--aquarium-colors-error-80, #c50001)",
5615
- "error-70": "var(--aquarium-colors-error-70, #d80005)",
5616
- "error-60": "var(--aquarium-colors-error-60, #e70000)",
5617
- "error-50": "var(--aquarium-colors-error-50, #e62728)",
5618
- "error-40": "var(--aquarium-colors-error-40, #e0504f)",
5619
- "error-30": "var(--aquarium-colors-error-30, #ed7975)",
5620
- "error-20": "var(--aquarium-colors-error-20, #ffadb3)",
5621
- "error-10": "var(--aquarium-colors-error-10, #ffcbd2)",
5622
- "error-5": "var(--aquarium-colors-error-5, #fee8e7)",
5623
- "error-0": "var(--aquarium-colors-error-0, #fef2f1)",
5624
- "warning-100": "var(--aquarium-colors-warning-100, #fe6d00)",
5625
- "warning-90": "var(--aquarium-colors-warning-90, #ff9003)",
5626
- "warning-80": "var(--aquarium-colors-warning-80, #fd9f00)",
5627
- "warning-70": "var(--aquarium-colors-warning-70, #ffb300)",
5628
- "warning-60": "var(--aquarium-colors-warning-60, #ffc107)",
5629
- "warning-50": "var(--aquarium-colors-warning-50, #fdc926)",
5630
- "warning-40": "var(--aquarium-colors-warning-40, #fdd44d)",
5631
- "warning-30": "var(--aquarium-colors-warning-30, #fddf81)",
5632
- "warning-20": "var(--aquarium-colors-warning-20, #feebb2)",
5633
- "warning-10": "var(--aquarium-colors-warning-10, #fff2cd)",
5634
- "warning-5": "var(--aquarium-colors-warning-5, #fff8ea)",
5635
- "warning-0": "var(--aquarium-colors-warning-0, #fffdf9)",
5636
- "success-100": "var(--aquarium-colors-success-100, #006f00)",
5637
- "success-90": "var(--aquarium-colors-success-90, #008e00)",
5638
- "success-80": "var(--aquarium-colors-success-80, #009f00)",
5639
- "success-70": "var(--aquarium-colors-success-70, #00b300)",
5640
- "success-60": "var(--aquarium-colors-success-60, #00c300)",
5641
- "success-50": "var(--aquarium-colors-success-50, #40ce37)",
5642
- "success-40": "var(--aquarium-colors-success-40, #60db57)",
5643
- "success-30": "var(--aquarium-colors-success-30, #89eb80)",
5644
- "success-20": "var(--aquarium-colors-success-20, #afffa7)",
5645
- "success-10": "var(--aquarium-colors-success-10, #cbffc9)",
5646
- "success-5": "var(--aquarium-colors-success-5, #ecf7ed)",
5647
- "success-0": "var(--aquarium-colors-success-0, #f5faf5)",
5648
- "info-100": "var(--aquarium-colors-info-100, #02569a)",
5649
- "info-90": "var(--aquarium-colors-info-90, #0174ba)",
5650
- "info-80": "var(--aquarium-colors-info-80, #0788d1)",
5651
- "info-70": "var(--aquarium-colors-info-70, #0399e3)",
5652
- "info-60": "var(--aquarium-colors-info-60, #02a8f3)",
5653
- "info-50": "var(--aquarium-colors-info-50, #28b4f4)",
5654
- "info-40": "var(--aquarium-colors-info-40, #4cc2f7)",
5655
- "info-30": "var(--aquarium-colors-info-30, #7fd1f7)",
5656
- "info-20": "var(--aquarium-colors-info-20, #b4e5fb)",
5657
- "info-10": "var(--aquarium-colors-info-10, #e0f5fe)",
5658
- "info-5": "var(--aquarium-colors-info-5, #effaff)",
5659
- "info-0": "var(--aquarium-colors-info-0, #f9fdff)",
5660
- "grey-100": "var(--aquarium-colors-grey-100, #19191d)",
5661
- "grey-90": "var(--aquarium-colors-grey-90, #292a31)",
5662
- "grey-80": "var(--aquarium-colors-grey-80, #3a3a44)",
5663
- "grey-70": "var(--aquarium-colors-grey-70, #4a4b57)",
5664
- "grey-60": "var(--aquarium-colors-grey-60, #5a5b6a)",
5665
- "grey-50": "var(--aquarium-colors-grey-50, #787885)",
5666
- "grey-40": "var(--aquarium-colors-grey-40, #9696a0)",
5667
- "grey-30": "var(--aquarium-colors-grey-30, #b4b4bb)",
5668
- "grey-20": "var(--aquarium-colors-grey-20, #d2d2d6)",
5669
- "grey-10": "var(--aquarium-colors-grey-10, #e1e1e3)",
5670
- "grey-5": "var(--aquarium-colors-grey-5, #ededf0)",
5671
- "grey-0": "var(--aquarium-colors-grey-0, #f7f7fa)",
5672
- "secondary-100": "var(--aquarium-colors-secondary-100, #e11d16)",
5673
- "secondary-90": "var(--aquarium-colors-secondary-90, #eb4610)",
5674
- "secondary-80": "var(--aquarium-colors-secondary-80, #f3580d)",
5675
- "secondary-70": "var(--aquarium-colors-secondary-70, #f96a02)",
5676
- "secondary-60": "var(--aquarium-colors-secondary-60, #ff7700)",
5677
- "secondary-50": "var(--aquarium-colors-secondary-50, #fc871a)",
5678
- "secondary-40": "var(--aquarium-colors-secondary-40, #fb9a3e)",
5679
- "secondary-30": "var(--aquarium-colors-secondary-30, #fab26e)",
5680
- "secondary-20": "var(--aquarium-colors-secondary-20, #f8c99c)",
5681
- "secondary-10": "var(--aquarium-colors-secondary-10, #fee8d0)",
5682
- "secondary-5": "var(--aquarium-colors-secondary-5, #fff3e8)",
5683
- "secondary-0": "var(--aquarium-colors-secondary-0, #fffbf8)",
5684
- "primary-100": "var(--aquarium-colors-primary-100, #0e1652)",
5685
- "primary-90": "var(--aquarium-colors-primary-90, #222f95)",
5686
- "primary-80": "var(--aquarium-colors-primary-80, #3545be)",
5687
- "primary-70": "var(--aquarium-colors-primary-70, #5865cd)",
5688
- "primary-60": "var(--aquarium-colors-primary-60, #818eec)",
5689
- "primary-50": "var(--aquarium-colors-primary-50, #9daaee)",
5690
- "primary-40": "var(--aquarium-colors-primary-40, #b9c5ef)",
5691
- "primary-30": "var(--aquarium-colors-primary-30, #c7d1f4)",
5692
- "primary-20": "var(--aquarium-colors-primary-20, #d5ddfa)",
5693
- "primary-10": "var(--aquarium-colors-primary-10, #e3e9ff)",
5694
- "primary-5": "var(--aquarium-colors-primary-5, #f3f6ff)",
5695
- "primary-0": "var(--aquarium-colors-primary-0, #ffffff)",
5696
- transparent: "var(--aquarium-colors-transparent, transparent)",
5697
- current: "var(--aquarium-colors-current, currentColor)",
5698
- white: "var(--aquarium-colors-white, white)",
5699
- black: "var(--aquarium-colors-black, black)",
5095
+ white: "var(--aquarium-colors-white)",
5096
+ black: "var(--aquarium-colors-black)",
5097
+ transparent: "var(--aquarium-colors-transparent)",
5098
+ current: "var(--aquarium-colors-current)",
5099
+ error: {
5100
+ "0": "var(--aquarium-colors-error-0)",
5101
+ "5": "var(--aquarium-colors-error-5)",
5102
+ "10": "var(--aquarium-colors-error-10)",
5103
+ "20": "var(--aquarium-colors-error-20)",
5104
+ "30": "var(--aquarium-colors-error-30)",
5105
+ "40": "var(--aquarium-colors-error-40)",
5106
+ "50": "var(--aquarium-colors-error-50)",
5107
+ "60": "var(--aquarium-colors-error-60)",
5108
+ "70": "var(--aquarium-colors-error-70)",
5109
+ "80": "var(--aquarium-colors-error-80)",
5110
+ "90": "var(--aquarium-colors-error-90)",
5111
+ "100": "var(--aquarium-colors-error-100)"
5112
+ },
5113
+ warning: {
5114
+ "0": "var(--aquarium-colors-warning-0)",
5115
+ "5": "var(--aquarium-colors-warning-5)",
5116
+ "10": "var(--aquarium-colors-warning-10)",
5117
+ "20": "var(--aquarium-colors-warning-20)",
5118
+ "30": "var(--aquarium-colors-warning-30)",
5119
+ "40": "var(--aquarium-colors-warning-40)",
5120
+ "50": "var(--aquarium-colors-warning-50)",
5121
+ "60": "var(--aquarium-colors-warning-60)",
5122
+ "70": "var(--aquarium-colors-warning-70)",
5123
+ "80": "var(--aquarium-colors-warning-80)",
5124
+ "90": "var(--aquarium-colors-warning-90)",
5125
+ "100": "var(--aquarium-colors-warning-100)",
5126
+ muted: "var(--aquarium-border-color-warning-muted)",
5127
+ default: "var(--aquarium-border-color-warning-default)",
5128
+ intense: "var(--aquarium-border-color-warning-intense)"
5129
+ },
5130
+ success: {
5131
+ "0": "var(--aquarium-colors-success-0)",
5132
+ "5": "var(--aquarium-colors-success-5)",
5133
+ "10": "var(--aquarium-colors-success-10)",
5134
+ "20": "var(--aquarium-colors-success-20)",
5135
+ "30": "var(--aquarium-colors-success-30)",
5136
+ "40": "var(--aquarium-colors-success-40)",
5137
+ "50": "var(--aquarium-colors-success-50)",
5138
+ "60": "var(--aquarium-colors-success-60)",
5139
+ "70": "var(--aquarium-colors-success-70)",
5140
+ "80": "var(--aquarium-colors-success-80)",
5141
+ "90": "var(--aquarium-colors-success-90)",
5142
+ "100": "var(--aquarium-colors-success-100)",
5143
+ muted: "var(--aquarium-border-color-success-muted)",
5144
+ default: "var(--aquarium-border-color-success-default)",
5145
+ intense: "var(--aquarium-border-color-success-intense)"
5146
+ },
5147
+ info: {
5148
+ "0": "var(--aquarium-colors-info-0)",
5149
+ "5": "var(--aquarium-colors-info-5)",
5150
+ "10": "var(--aquarium-colors-info-10)",
5151
+ "20": "var(--aquarium-colors-info-20)",
5152
+ "30": "var(--aquarium-colors-info-30)",
5153
+ "40": "var(--aquarium-colors-info-40)",
5154
+ "50": "var(--aquarium-colors-info-50)",
5155
+ "60": "var(--aquarium-colors-info-60)",
5156
+ "70": "var(--aquarium-colors-info-70)",
5157
+ "80": "var(--aquarium-colors-info-80)",
5158
+ "90": "var(--aquarium-colors-info-90)",
5159
+ "100": "var(--aquarium-colors-info-100)",
5160
+ muted: "var(--aquarium-border-color-info-muted)",
5161
+ default: "var(--aquarium-border-color-info-default)",
5162
+ intense: "var(--aquarium-border-color-info-intense)"
5163
+ },
5164
+ grey: {
5165
+ "0": "var(--aquarium-colors-grey-0)",
5166
+ "5": "var(--aquarium-colors-grey-5)",
5167
+ "10": "var(--aquarium-colors-grey-10)",
5168
+ "20": "var(--aquarium-colors-grey-20)",
5169
+ "30": "var(--aquarium-colors-grey-30)",
5170
+ "40": "var(--aquarium-colors-grey-40)",
5171
+ "50": "var(--aquarium-colors-grey-50)",
5172
+ "60": "var(--aquarium-colors-grey-60)",
5173
+ "70": "var(--aquarium-colors-grey-70)",
5174
+ "80": "var(--aquarium-colors-grey-80)",
5175
+ "90": "var(--aquarium-colors-grey-90)",
5176
+ "100": "var(--aquarium-colors-grey-100)"
5177
+ },
5178
+ secondary: {
5179
+ "0": "var(--aquarium-colors-secondary-0)",
5180
+ "5": "var(--aquarium-colors-secondary-5)",
5181
+ "10": "var(--aquarium-colors-secondary-10)",
5182
+ "20": "var(--aquarium-colors-secondary-20)",
5183
+ "30": "var(--aquarium-colors-secondary-30)",
5184
+ "40": "var(--aquarium-colors-secondary-40)",
5185
+ "50": "var(--aquarium-colors-secondary-50)",
5186
+ "60": "var(--aquarium-colors-secondary-60)",
5187
+ "70": "var(--aquarium-colors-secondary-70)",
5188
+ "80": "var(--aquarium-colors-secondary-80)",
5189
+ "90": "var(--aquarium-colors-secondary-90)",
5190
+ "100": "var(--aquarium-colors-secondary-100)"
5191
+ },
5192
+ primary: {
5193
+ "0": "var(--aquarium-colors-primary-0)",
5194
+ "5": "var(--aquarium-colors-primary-5)",
5195
+ "10": "var(--aquarium-colors-primary-10)",
5196
+ "20": "var(--aquarium-colors-primary-20)",
5197
+ "30": "var(--aquarium-colors-primary-30)",
5198
+ "40": "var(--aquarium-colors-primary-40)",
5199
+ "50": "var(--aquarium-colors-primary-50)",
5200
+ "60": "var(--aquarium-colors-primary-60)",
5201
+ "70": "var(--aquarium-colors-primary-70)",
5202
+ "80": "var(--aquarium-colors-primary-80)",
5203
+ "90": "var(--aquarium-colors-primary-90)",
5204
+ "100": "var(--aquarium-colors-primary-100)",
5205
+ muted: "var(--aquarium-border-color-primary-muted)",
5206
+ default: "var(--aquarium-border-color-primary-default)",
5207
+ intense: "var(--aquarium-border-color-primary-intense)"
5208
+ },
5700
5209
  DEFAULT: "currentColor",
5701
5210
  muted: "var(--aquarium-border-color-muted)",
5702
5211
  default: "var(--aquarium-border-color-default)",
5703
5212
  intense: "var(--aquarium-border-color-intense)",
5704
- "primary-muted": "var(--aquarium-border-color-primary-muted)",
5705
- "primary-default": "var(--aquarium-border-color-primary-default)",
5706
- "primary-intense": "var(--aquarium-border-color-primary-intense)",
5707
- "info-muted": "var(--aquarium-border-color-info-muted)",
5708
- "info-default": "var(--aquarium-border-color-info-default)",
5709
- "info-intense": "var(--aquarium-border-color-info-intense)",
5710
- "success-muted": "var(--aquarium-border-color-success-muted)",
5711
- "success-default": "var(--aquarium-border-color-success-default)",
5712
- "success-intense": "var(--aquarium-border-color-success-intense)",
5713
- "warning-muted": "var(--aquarium-border-color-warning-muted)",
5714
- "warning-default": "var(--aquarium-border-color-warning-default)",
5715
- "warning-intense": "var(--aquarium-border-color-warning-intense)",
5716
- "danger-muted": "var(--aquarium-border-color-danger-muted)",
5717
- "danger-default": "var(--aquarium-border-color-danger-default)",
5718
- "danger-intense": "var(--aquarium-border-color-danger-intense)"
5213
+ danger: {
5214
+ muted: "var(--aquarium-border-color-danger-muted)",
5215
+ default: "var(--aquarium-border-color-danger-default)",
5216
+ intense: "var(--aquarium-border-color-danger-intense)"
5217
+ }
5719
5218
  },
5720
5219
  gap: {
5721
- "0": "0",
5220
+ "0": "0px",
5722
5221
  "1": "2px",
5723
5222
  "2": "4px",
5724
5223
  "3": "8px",
@@ -5885,7 +5384,658 @@ import { ModalProvider } from "@react-aria/overlays";
5885
5384
  import isPlainObject from "lodash/isPlainObject";
5886
5385
  import isUndefined from "lodash/isUndefined";
5887
5386
  import orderBy from "lodash/orderBy";
5888
- var { screens: allBreakpoints } = tailwind_theme_default;
5387
+
5388
+ // src/tokens/tokens.json
5389
+ var tokens_default = {
5390
+ borderRadius: {
5391
+ default: "4px",
5392
+ full: "9999px",
5393
+ "3xl": "1.5rem",
5394
+ "2xl": "1rem",
5395
+ xl: "0.75rem",
5396
+ lg: "0.5rem",
5397
+ md: "0.375rem",
5398
+ sm: "0.125rem",
5399
+ none: "0px"
5400
+ },
5401
+ borderWidth: {
5402
+ "0": "0px",
5403
+ "1": "1px",
5404
+ "2": "2px",
5405
+ "4": "4px",
5406
+ "8": "8px",
5407
+ default: "1px"
5408
+ },
5409
+ backgroundColor: {
5410
+ body: "white",
5411
+ "body-intense": "#3a3a44",
5412
+ "popover-content": "white",
5413
+ muted: "#f7f7fa",
5414
+ default: "#ededf0",
5415
+ intense: "#d2d2d6",
5416
+ primary: {
5417
+ muted: "#b9c5ef",
5418
+ default: "#3545be",
5419
+ intense: "#222f95",
5420
+ active: "#f3f6ff",
5421
+ hover: "#f3f6ff"
5422
+ },
5423
+ info: {
5424
+ muted: "#e0f5fe",
5425
+ default: "#0399e3",
5426
+ intense: "#0174ba"
5427
+ },
5428
+ success: {
5429
+ muted: "#ecf7ed",
5430
+ default: "#00b300",
5431
+ intense: "#008e00"
5432
+ },
5433
+ warning: {
5434
+ muted: "#fff8ea",
5435
+ default: "#ffb300",
5436
+ intense: "#ff9003"
5437
+ },
5438
+ danger: {
5439
+ muted: "#ffcbd2",
5440
+ default: "#ffadb3",
5441
+ intense: "#e62728"
5442
+ },
5443
+ status: {
5444
+ announcement: "#f3f6ff",
5445
+ info: "#e0f5fe",
5446
+ warning: "#fff8ea",
5447
+ danger: "#fee8e7",
5448
+ success: "#ecf7ed"
5449
+ },
5450
+ "icon-button": {
5451
+ hover: "rgba(25,25,29,.05)"
5452
+ }
5453
+ },
5454
+ borderColor: {
5455
+ muted: "#ededf0",
5456
+ default: "#d2d2d6",
5457
+ intense: "#787885",
5458
+ primary: {
5459
+ muted: "#818eec",
5460
+ default: "#3545be",
5461
+ intense: "#0e1652"
5462
+ },
5463
+ info: {
5464
+ muted: "#28b4f4",
5465
+ default: "#0399e3",
5466
+ intense: "#0174ba"
5467
+ },
5468
+ success: {
5469
+ muted: "#cbffc9",
5470
+ default: "#60db57",
5471
+ intense: "#00b300"
5472
+ },
5473
+ warning: {
5474
+ muted: "#feebb2",
5475
+ default: "#ffb300",
5476
+ intense: "#ff9003"
5477
+ },
5478
+ danger: {
5479
+ muted: "#ffcbd2",
5480
+ default: "#e62728",
5481
+ intense: "#c50001"
5482
+ }
5483
+ },
5484
+ colors: {
5485
+ white: "white",
5486
+ black: "black",
5487
+ transparent: "transparent",
5488
+ current: "currentColor",
5489
+ error: {
5490
+ "0": "#fef2f1",
5491
+ "5": "#fee8e7",
5492
+ "10": "#ffcbd2",
5493
+ "20": "#ffadb3",
5494
+ "30": "#ed7975",
5495
+ "40": "#e0504f",
5496
+ "50": "#e62728",
5497
+ "60": "#e70000",
5498
+ "70": "#d80005",
5499
+ "80": "#c50001",
5500
+ "90": "#b90000",
5501
+ "100": "#aa0000"
5502
+ },
5503
+ warning: {
5504
+ "0": "#fffdf9",
5505
+ "5": "#fff8ea",
5506
+ "10": "#fff2cd",
5507
+ "20": "#feebb2",
5508
+ "30": "#fddf81",
5509
+ "40": "#fdd44d",
5510
+ "50": "#fdc926",
5511
+ "60": "#ffc107",
5512
+ "70": "#ffb300",
5513
+ "80": "#fd9f00",
5514
+ "90": "#ff9003",
5515
+ "100": "#fe6d00"
5516
+ },
5517
+ success: {
5518
+ "0": "#f5faf5",
5519
+ "5": "#ecf7ed",
5520
+ "10": "#cbffc9",
5521
+ "20": "#afffa7",
5522
+ "30": "#89eb80",
5523
+ "40": "#60db57",
5524
+ "50": "#40ce37",
5525
+ "60": "#00c300",
5526
+ "70": "#00b300",
5527
+ "80": "#009f00",
5528
+ "90": "#008e00",
5529
+ "100": "#006f00"
5530
+ },
5531
+ info: {
5532
+ "0": "#f9fdff",
5533
+ "5": "#effaff",
5534
+ "10": "#e0f5fe",
5535
+ "20": "#b4e5fb",
5536
+ "30": "#7fd1f7",
5537
+ "40": "#4cc2f7",
5538
+ "50": "#28b4f4",
5539
+ "60": "#02a8f3",
5540
+ "70": "#0399e3",
5541
+ "80": "#0788d1",
5542
+ "90": "#0174ba",
5543
+ "100": "#02569a"
5544
+ },
5545
+ grey: {
5546
+ "0": "#f7f7fa",
5547
+ "5": "#ededf0",
5548
+ "10": "#e1e1e3",
5549
+ "20": "#d2d2d6",
5550
+ "30": "#b4b4bb",
5551
+ "40": "#9696a0",
5552
+ "50": "#787885",
5553
+ "60": "#5a5b6a",
5554
+ "70": "#4a4b57",
5555
+ "80": "#3a3a44",
5556
+ "90": "#292a31",
5557
+ "100": "#19191d"
5558
+ },
5559
+ secondary: {
5560
+ "0": "#fffbf8",
5561
+ "5": "#fff3e8",
5562
+ "10": "#fee8d0",
5563
+ "20": "#f8c99c",
5564
+ "30": "#fab26e",
5565
+ "40": "#fb9a3e",
5566
+ "50": "#fc871a",
5567
+ "60": "#ff7700",
5568
+ "70": "#f96a02",
5569
+ "80": "#f3580d",
5570
+ "90": "#eb4610",
5571
+ "100": "#e11d16"
5572
+ },
5573
+ primary: {
5574
+ "0": "#ffffff",
5575
+ "5": "#f3f6ff",
5576
+ "10": "#e3e9ff",
5577
+ "20": "#d5ddfa",
5578
+ "30": "#c7d1f4",
5579
+ "40": "#b9c5ef",
5580
+ "50": "#9daaee",
5581
+ "60": "#818eec",
5582
+ "70": "#5865cd",
5583
+ "80": "#3545be",
5584
+ "90": "#222f95",
5585
+ "100": "#0e1652"
5586
+ }
5587
+ },
5588
+ textColor: {
5589
+ inactive: "#9696a0",
5590
+ muted: "#787885",
5591
+ default: "#4a4b57",
5592
+ intense: "#292a31",
5593
+ primary: {
5594
+ inactive: "#b9c5ef",
5595
+ active: "#222f95",
5596
+ muted: "#818eec",
5597
+ default: "#5865cd",
5598
+ intense: "#3545be"
5599
+ },
5600
+ info: {
5601
+ inactive: "#b4e5fb",
5602
+ muted: "#4cc2f7",
5603
+ default: "#0399e3",
5604
+ intense: "#0174ba"
5605
+ },
5606
+ success: {
5607
+ inactive: "#cbffc9",
5608
+ muted: "#89eb80",
5609
+ default: "#00b300",
5610
+ intense: "#008e00"
5611
+ },
5612
+ warning: {
5613
+ inactive: "#feebb2",
5614
+ muted: "#fdd44d",
5615
+ default: "#fd9f00",
5616
+ intense: "#fe6d00"
5617
+ },
5618
+ danger: {
5619
+ inactive: "#ffcbd2",
5620
+ muted: "#ffadb3",
5621
+ default: "#e62728",
5622
+ intense: "#c50001"
5623
+ }
5624
+ },
5625
+ boxShadow: {
5626
+ "24dp": "0px 24px 48px rgba(90, 91, 106, 0.08), 0px 12px 24px rgba(58, 58, 68, 0.08)",
5627
+ "16dp": "0px 16px 32px rgba(90, 91, 106, 0.12), 0px 8px 16px rgba(58, 58, 68, 0.12)",
5628
+ "8dp": "0px 8px 16px rgba(90, 91, 106, 0.16), 0px 4px 8px rgba(58, 58, 68, 0.16)",
5629
+ "4dp": "0px 4px 8px rgba(90, 91, 106, 0.20), 0px 2px 4px rgba(58, 58, 68, 0.20)",
5630
+ "2dp": "0px 2px 4px rgba(90, 91, 106, 0.24), 0px 1px 2px rgba(58, 58, 68, 0.24)",
5631
+ whiteInset: "inset 0 0 0 3px rgba(255,255,255,1)"
5632
+ },
5633
+ elevations: {
5634
+ "24dp": "0px 24px 48px rgba(90, 91, 106, 0.08), 0px 12px 24px rgba(58, 58, 68, 0.08)",
5635
+ "16dp": "0px 16px 32px rgba(90, 91, 106, 0.12), 0px 8px 16px rgba(58, 58, 68, 0.12)",
5636
+ "8dp": "0px 8px 16px rgba(90, 91, 106, 0.16), 0px 4px 8px rgba(58, 58, 68, 0.16)",
5637
+ "4dp": "0px 4px 8px rgba(90, 91, 106, 0.20), 0px 2px 4px rgba(58, 58, 68, 0.20)",
5638
+ "2dp": "0px 2px 4px rgba(90, 91, 106, 0.24), 0px 1px 2px rgba(58, 58, 68, 0.24)"
5639
+ },
5640
+ screens: {
5641
+ default: "0px",
5642
+ xs: "320px",
5643
+ sm: "672px",
5644
+ md: "1056px",
5645
+ lg: "1312px",
5646
+ xl: "1536px"
5647
+ },
5648
+ margin: {
5649
+ "0": "0px",
5650
+ "1": "2px",
5651
+ "2": "4px",
5652
+ "3": "8px",
5653
+ "4": "12px",
5654
+ "5": "16px",
5655
+ "6": "24px",
5656
+ "7": "32px",
5657
+ "8": "40px",
5658
+ "9": "48px",
5659
+ "1px": "1px",
5660
+ l1: "16px",
5661
+ l2: "24px",
5662
+ l3: "32px",
5663
+ l4: "48px",
5664
+ l5: "64px",
5665
+ l6: "96px",
5666
+ l7: "160px"
5667
+ },
5668
+ spacing: {
5669
+ "0": "0px",
5670
+ "1": "2px",
5671
+ "2": "4px",
5672
+ "3": "8px",
5673
+ "4": "12px",
5674
+ "5": "16px",
5675
+ "6": "24px",
5676
+ "7": "32px",
5677
+ "8": "40px",
5678
+ "9": "48px",
5679
+ "1px": "1px",
5680
+ l1: "16px",
5681
+ l2: "24px",
5682
+ l3: "32px",
5683
+ l4: "48px",
5684
+ l5: "64px",
5685
+ l6: "96px",
5686
+ l7: "160px"
5687
+ },
5688
+ fontSize: {
5689
+ base: "1rem",
5690
+ "base-line-height": "1.5rem",
5691
+ xs: "0.75rem",
5692
+ "xs-line-height": "1rem",
5693
+ sm: "0.875rem",
5694
+ "sm-line-height": "1.25rem",
5695
+ "lg-line-height": "1.75rem",
5696
+ lg: "1.125rem",
5697
+ "xl-line-height": "1.75rem",
5698
+ xl: "1.25rem",
5699
+ "2xl-line-height": "2rem",
5700
+ "2xl": "1.5rem",
5701
+ "3xl-line-height": "2.25rem",
5702
+ "3xl": "1.875rem",
5703
+ "4xl-line-height": "2.5rem",
5704
+ "4xl": "2.25rem",
5705
+ "5xl-line-height": "1",
5706
+ "5xl": "3rem",
5707
+ "6xl-line-height": "1",
5708
+ "6xl": "3.75rem",
5709
+ "7xl-line-height": "1",
5710
+ "7xl": "4.5rem",
5711
+ "8xl-line-height": "1",
5712
+ "8xl": "6rem",
5713
+ "9xl-line-height": "1",
5714
+ "9xl": "8rem"
5715
+ },
5716
+ fontFamily: {
5717
+ heading: [
5718
+ "Poppins"
5719
+ ],
5720
+ body: [
5721
+ "Inter"
5722
+ ]
5723
+ },
5724
+ typography: {
5725
+ "large-heading": {
5726
+ fontFamily: [
5727
+ "Poppins"
5728
+ ],
5729
+ fontSize: "32px",
5730
+ fontWeight: 700,
5731
+ fontStyle: "normal",
5732
+ lineHeight: 1.375,
5733
+ textTransform: "none"
5734
+ },
5735
+ heading: {
5736
+ fontFamily: [
5737
+ "Poppins"
5738
+ ],
5739
+ fontSize: "24px",
5740
+ fontWeight: 700,
5741
+ fontStyle: "normal",
5742
+ lineHeight: 1.375,
5743
+ textTransform: "none"
5744
+ },
5745
+ subheading: {
5746
+ fontFamily: [
5747
+ "Poppins"
5748
+ ],
5749
+ fontSize: "20px",
5750
+ fontWeight: 600,
5751
+ fontStyle: "normal",
5752
+ lineHeight: 1.375,
5753
+ textTransform: "none"
5754
+ },
5755
+ "large-strong": {
5756
+ fontFamily: [
5757
+ "Inter"
5758
+ ],
5759
+ fontSize: "20px",
5760
+ fontWeight: 600,
5761
+ fontStyle: "normal",
5762
+ lineHeight: 1.58,
5763
+ textTransform: "none"
5764
+ },
5765
+ large: {
5766
+ fontFamily: [
5767
+ "Inter"
5768
+ ],
5769
+ fontSize: "20px",
5770
+ fontWeight: 500,
5771
+ fontStyle: "normal",
5772
+ lineHeight: 1.58,
5773
+ textTransform: "none"
5774
+ },
5775
+ "default-strong": {
5776
+ fontFamily: [
5777
+ "Inter"
5778
+ ],
5779
+ fontSize: "16px",
5780
+ fontWeight: 500,
5781
+ fontStyle: "normal",
5782
+ lineHeight: 1.5,
5783
+ textTransform: "none"
5784
+ },
5785
+ default: {
5786
+ fontFamily: [
5787
+ "Inter"
5788
+ ],
5789
+ fontSize: "16px",
5790
+ fontWeight: 400,
5791
+ fontStyle: "normal",
5792
+ lineHeight: 1.5,
5793
+ textTransform: "none"
5794
+ },
5795
+ "small-strong": {
5796
+ fontFamily: [
5797
+ "Inter"
5798
+ ],
5799
+ fontSize: "14px",
5800
+ fontWeight: 500,
5801
+ fontStyle: "normal",
5802
+ lineHeight: 1.42,
5803
+ textTransform: "none"
5804
+ },
5805
+ small: {
5806
+ fontFamily: [
5807
+ "Inter"
5808
+ ],
5809
+ fontSize: "14px",
5810
+ fontWeight: 400,
5811
+ fontStyle: "normal",
5812
+ lineHeight: 1.42,
5813
+ textTransform: "none"
5814
+ },
5815
+ caption: {
5816
+ fontFamily: [
5817
+ "Inter"
5818
+ ],
5819
+ fontSize: "12px",
5820
+ fontWeight: 400,
5821
+ fontStyle: "normal",
5822
+ lineHeight: 1.26,
5823
+ textTransform: "none"
5824
+ },
5825
+ "caption-small": {
5826
+ fontFamily: [
5827
+ "Inter"
5828
+ ],
5829
+ fontSize: "10px",
5830
+ fontWeight: 400,
5831
+ fontStyle: "normal",
5832
+ lineHeight: 1.2,
5833
+ letterSpacing: 0,
5834
+ textTransform: "none"
5835
+ },
5836
+ "caption-default": {
5837
+ fontFamily: [
5838
+ "Inter"
5839
+ ],
5840
+ fontSize: "12px",
5841
+ fontWeight: 400,
5842
+ fontStyle: "normal",
5843
+ lineHeight: 1.26,
5844
+ letterSpacing: 0,
5845
+ textTransform: "none"
5846
+ },
5847
+ "overline-small": {
5848
+ fontFamily: [
5849
+ "Inter"
5850
+ ],
5851
+ fontSize: "10px",
5852
+ fontWeight: 400,
5853
+ fontStyle: "normal",
5854
+ lineHeight: 1,
5855
+ letterSpacing: 0,
5856
+ textTransform: "uppercase"
5857
+ },
5858
+ "overline-default": {
5859
+ fontFamily: [
5860
+ "Inter"
5861
+ ],
5862
+ fontSize: "12px",
5863
+ fontWeight: 400,
5864
+ fontStyle: "normal",
5865
+ lineHeight: 1,
5866
+ letterSpacing: 0,
5867
+ textTransform: "uppercase"
5868
+ },
5869
+ "button-small": {
5870
+ fontFamily: [
5871
+ "Inter"
5872
+ ],
5873
+ fontSize: "12px",
5874
+ fontWeight: 500,
5875
+ fontStyle: "normal",
5876
+ lineHeight: 1,
5877
+ letterSpacing: 0,
5878
+ textTransform: "none"
5879
+ },
5880
+ "button-medium": {
5881
+ fontFamily: [
5882
+ "Inter"
5883
+ ],
5884
+ fontSize: "14px",
5885
+ fontWeight: 400,
5886
+ fontStyle: "normal",
5887
+ lineHeight: 1,
5888
+ letterSpacing: 0,
5889
+ textTransform: "none"
5890
+ },
5891
+ "button-large": {
5892
+ fontFamily: [
5893
+ "Inter"
5894
+ ],
5895
+ fontSize: "16px",
5896
+ fontWeight: 500,
5897
+ fontStyle: "normal",
5898
+ lineHeight: 1.5,
5899
+ letterSpacing: 0,
5900
+ textTransform: "none"
5901
+ },
5902
+ "body-small": {
5903
+ fontFamily: [
5904
+ "Inter"
5905
+ ],
5906
+ fontSize: "14px",
5907
+ fontWeight: 400,
5908
+ fontStyle: "normal",
5909
+ lineHeight: 1.43,
5910
+ letterSpacing: 0,
5911
+ textTransform: "none"
5912
+ },
5913
+ "body-small-medium": {
5914
+ fontFamily: [
5915
+ "Inter"
5916
+ ],
5917
+ fontSize: "14px",
5918
+ fontWeight: 500,
5919
+ fontStyle: "normal",
5920
+ lineHeight: 1.43,
5921
+ letterSpacing: 0,
5922
+ textTransform: "none"
5923
+ },
5924
+ "body-default": {
5925
+ fontFamily: [
5926
+ "Inter"
5927
+ ],
5928
+ fontSize: "16px",
5929
+ fontWeight: 400,
5930
+ fontStyle: "normal",
5931
+ lineHeight: 1.5,
5932
+ letterSpacing: 0,
5933
+ textTransform: "none"
5934
+ },
5935
+ "body-default-medium": {
5936
+ fontFamily: [
5937
+ "Inter"
5938
+ ],
5939
+ fontSize: "16px",
5940
+ fontWeight: 500,
5941
+ fontStyle: "normal",
5942
+ lineHeight: 1.5,
5943
+ letterSpacing: 0,
5944
+ textTransform: "none"
5945
+ },
5946
+ "body-large": {
5947
+ fontFamily: [
5948
+ "Inter"
5949
+ ],
5950
+ fontSize: "20px",
5951
+ fontWeight: 400,
5952
+ fontStyle: "normal",
5953
+ lineHeight: 1.58,
5954
+ letterSpacing: 0,
5955
+ textTransform: "none"
5956
+ },
5957
+ "body-large-medium": {
5958
+ fontFamily: [
5959
+ "Inter"
5960
+ ],
5961
+ fontSize: "20px",
5962
+ fontWeight: 400,
5963
+ fontStyle: "normal",
5964
+ lineHeight: 1.2,
5965
+ letterSpacing: 0,
5966
+ textTransform: "none"
5967
+ },
5968
+ "heading-large": {
5969
+ fontFamily: [
5970
+ "Inter"
5971
+ ],
5972
+ fontSize: "20px",
5973
+ fontWeight: 700,
5974
+ fontStyle: "normal",
5975
+ lineHeight: 1.5,
5976
+ letterSpacing: 0.15,
5977
+ textTransform: "none"
5978
+ },
5979
+ "heading-xl": {
5980
+ fontFamily: [
5981
+ "Inter"
5982
+ ],
5983
+ fontSize: "24px",
5984
+ fontWeight: 700,
5985
+ fontStyle: "normal",
5986
+ lineHeight: 1.5,
5987
+ letterSpacing: 0,
5988
+ textTransform: "none"
5989
+ },
5990
+ "heading-2xl": {
5991
+ fontFamily: [
5992
+ "Inter"
5993
+ ],
5994
+ fontSize: "34px",
5995
+ fontWeight: 700,
5996
+ fontStyle: "normal",
5997
+ lineHeight: 1.28,
5998
+ letterSpacing: 0,
5999
+ textTransform: "none"
6000
+ },
6001
+ "heading-3xl": {
6002
+ fontFamily: [
6003
+ "Inter"
6004
+ ],
6005
+ fontSize: "48px",
6006
+ fontWeight: 700,
6007
+ fontStyle: "normal",
6008
+ lineHeight: 1.24,
6009
+ letterSpacing: -0.48,
6010
+ textTransform: "none"
6011
+ },
6012
+ "heading-4xl": {
6013
+ fontFamily: [
6014
+ "Inter"
6015
+ ],
6016
+ fontSize: "60px",
6017
+ fontWeight: 700,
6018
+ fontStyle: "normal",
6019
+ lineHeight: 1.2,
6020
+ letterSpacing: -1.5,
6021
+ textTransform: "none"
6022
+ },
6023
+ "heading-5xl": {
6024
+ fontFamily: [
6025
+ "Inter"
6026
+ ],
6027
+ fontSize: "76px",
6028
+ fontWeight: 700,
6029
+ fontStyle: "normal",
6030
+ lineHeight: 1.2,
6031
+ letterSpacing: -1.98,
6032
+ textTransform: "none"
6033
+ }
6034
+ }
6035
+ };
6036
+
6037
+ // src/utils/breakpoints.ts
6038
+ var { screens: allBreakpoints } = tokens_default;
5889
6039
  var SCREEN_TO_PX_MAPPING = getPxMapping(allBreakpoints);
5890
6040
  var BREAKPOINT_PRIORITY = orderBy(
5891
6041
  Object.keys(SCREEN_TO_PX_MAPPING).map((key) => {
@@ -5897,9 +6047,9 @@ var BREAKPOINT_PRIORITY = orderBy(
5897
6047
  (bp) => bp.pxValue,
5898
6048
  "desc"
5899
6049
  );
5900
- function getPxMapping(breakpoints) {
5901
- return Object.keys(breakpoints).reduce((acc, key) => {
5902
- const minWidthInPx = breakpoints[key];
6050
+ function getPxMapping(breakpoints2) {
6051
+ return Object.keys(breakpoints2).reduce((acc, key) => {
6052
+ const minWidthInPx = breakpoints2[key];
5903
6053
  if (!minWidthInPx.endsWith("px")) {
5904
6054
  throw new Error(`Unexpected breakpoint value found: '${minWidthInPx}'. Expecting it to be in px unit.`);
5905
6055
  }
@@ -5965,6 +6115,7 @@ import React6 from "react";
5965
6115
 
5966
6116
  // src/molecules/Box/Box.tsx
5967
6117
  import React5 from "react";
6118
+ import classNames2 from "classnames";
5968
6119
  import isUndefined3 from "lodash/isUndefined";
5969
6120
 
5970
6121
  // src/molecules/Element/Element.tsx
@@ -6048,7 +6199,8 @@ var Box = (_a) => {
6048
6199
  minHeight,
6049
6200
  gap,
6050
6201
  colGap,
6051
- rowGap
6202
+ rowGap,
6203
+ className
6052
6204
  } = _b, rest = __objRest(_b, [
6053
6205
  "style",
6054
6206
  "color",
@@ -6089,13 +6241,12 @@ var Box = (_a) => {
6089
6241
  "minHeight",
6090
6242
  "gap",
6091
6243
  "colGap",
6092
- "rowGap"
6244
+ "rowGap",
6245
+ "className"
6093
6246
  ]);
6094
6247
  const styles = useStyle({
6095
6248
  padding,
6096
6249
  display,
6097
- color: color ? tailwind_theme_default.textColor[color] : "",
6098
- borderColor: borderColor ? tailwind_theme_default.borderColor[borderColor] : "",
6099
6250
  borderRadius,
6100
6251
  borderWidth,
6101
6252
  justifyContent,
@@ -6114,7 +6265,6 @@ var Box = (_a) => {
6114
6265
  marginRight: isUndefined3(marginX) ? marginRight : marginX,
6115
6266
  marginBottom: isUndefined3(marginY) ? marginBottom : marginY,
6116
6267
  marginLeft: isUndefined3(marginX) ? marginLeft : marginX,
6117
- backgroundColor,
6118
6268
  width,
6119
6269
  height,
6120
6270
  maxWidth,
@@ -6128,8 +6278,14 @@ var Box = (_a) => {
6128
6278
  columnGap: colGap,
6129
6279
  rowGap
6130
6280
  });
6281
+ const finalClassname = classNames2(className, {
6282
+ [`border-${borderColor != null ? borderColor : ""}`]: Boolean(borderColor),
6283
+ [`text-${color != null ? color : ""}`]: Boolean(color),
6284
+ [`bg-${backgroundColor != null ? backgroundColor : ""}`]: Boolean(backgroundColor)
6285
+ });
6131
6286
  return /* @__PURE__ */ React5.createElement(Element, __spreadValues({
6132
- style: __spreadValues(__spreadValues({}, styles), style)
6287
+ style: __spreadValues(__spreadValues({}, styles), style),
6288
+ className: finalClassname !== "" ? finalClassname : void 0
6133
6289
  }, rest));
6134
6290
  };
6135
6291
  var FlexBox = (props) => /* @__PURE__ */ React5.createElement(Box, __spreadValues({
@@ -6173,7 +6329,7 @@ var Transition = ({ children }) => {
6173
6329
 
6174
6330
  // src/atoms/Toast/Toast.tsx
6175
6331
  import React8 from "react";
6176
- import classNames2 from "classnames";
6332
+ import classNames3 from "classnames";
6177
6333
  var Toast = (_a) => {
6178
6334
  var _b = _a, {
6179
6335
  children,
@@ -6185,8 +6341,8 @@ var Toast = (_a) => {
6185
6341
  "variant"
6186
6342
  ]);
6187
6343
  return /* @__PURE__ */ React8.createElement("div", __spreadProps(__spreadValues({}, rest), {
6188
- className: classNames2(
6189
- tw("typography-body-small rounded grid grid-cols-[1fr_auto] items-center gap-x-6 gap-y-2 p-4 text-white", {
6344
+ className: classNames3(
6345
+ tw("typography-small rounded grid grid-cols-[1fr_auto] items-center gap-x-6 gap-y-2 p-4 text-white", {
6190
6346
  "bg-body-intense": variant === "default",
6191
6347
  "bg-danger-intense": variant === "danger"
6192
6348
  }),
@@ -6197,7 +6353,7 @@ var Toast = (_a) => {
6197
6353
  var Dismiss = (_a) => {
6198
6354
  var _b = _a, { children, className, variant } = _b, rest = __objRest(_b, ["children", "className", "variant"]);
6199
6355
  return /* @__PURE__ */ React8.createElement("div", __spreadProps(__spreadValues({}, rest), {
6200
- className: classNames2(
6356
+ className: classNames3(
6201
6357
  tw("self-start [&>button]:p-0 flex", {
6202
6358
  "[&>button]:text-muted": variant === "default",
6203
6359
  "[&>button]:text-danger-muted": variant === "danger"
@@ -6237,6 +6393,7 @@ var import_arrowLeft = __toESM(require_arrowLeft());
6237
6393
  var import_arrowRight = __toESM(require_arrowRight());
6238
6394
  var import_attachment = __toESM(require_attachment());
6239
6395
  var import_automaticUpdates = __toESM(require_automaticUpdates());
6396
+ var import_award = __toESM(require_award());
6240
6397
  var import_badge = __toESM(require_badge());
6241
6398
  var import_banCircle = __toESM(require_banCircle());
6242
6399
  var import_ban = __toESM(require_ban());
@@ -6335,6 +6492,7 @@ var import_githubLogo = __toESM(require_githubLogo());
6335
6492
  var import_globeNetwork = __toESM(require_globeNetwork());
6336
6493
  var import_globe = __toESM(require_globe());
6337
6494
  var import_googleLogo = __toESM(require_googleLogo());
6495
+ var import_governance = __toESM(require_governance());
6338
6496
  var import_grid = __toESM(require_grid());
6339
6497
  var import_groupedBarChart = __toESM(require_groupedBarChart());
6340
6498
  var import_heart = __toESM(require_heart());
@@ -6639,8 +6797,9 @@ var THEME_MAPPING = {
6639
6797
  columnGap: "gap"
6640
6798
  };
6641
6799
  function resolveTailwindThemeValue(key, val) {
6800
+ var _a;
6642
6801
  const resolvedKey = key in THEME_MAPPING ? THEME_MAPPING[key] : key;
6643
- const found = get(tailwind_theme_default, [resolvedKey, val], void 0);
6802
+ const found = (_a = get(tailwind_theme_default, [resolvedKey, val], void 0)) != null ? _a : get(tailwind_theme_default, [resolvedKey, ...(val != null ? val : "").toString().split("-")], void 0);
6644
6803
  if (!isUndefined4(found)) {
6645
6804
  return found;
6646
6805
  }
@@ -7317,16 +7476,12 @@ Button.GhostDropdown = GhostDropdownButton;
7317
7476
 
7318
7477
  // src/molecules/Typography/Typography.tsx
7319
7478
  import React17 from "react";
7320
- import classNames3 from "classnames";
7479
+ import classNames4 from "classnames";
7321
7480
 
7322
7481
  // src/atoms/Typography/Typography.tsx
7323
- var import_resolveTheme = __toESM(require_resolveTheme());
7324
7482
  import React16 from "react";
7325
7483
  import isUndefined6 from "lodash/isUndefined";
7326
- var typographies = import_resolveTheme.theme.typography.sizes.reduce(
7327
- (acc, { name, className }) => __spreadProps(__spreadValues({}, acc), { [name]: className }),
7328
- {}
7329
- );
7484
+ var typographies = Object.fromEntries(Object.keys(tokens_default.typography).map((key) => [key, `typography-${key}`]));
7330
7485
  var Typography = (_a) => {
7331
7486
  var _b = _a, {
7332
7487
  children,
@@ -7438,7 +7593,7 @@ Typography2.SmallStrong.displayName = "Typography.SmallStrong";
7438
7593
  Typography2.Strong = (_a) => {
7439
7594
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
7440
7595
  return /* @__PURE__ */ React17.createElement("strong", __spreadValues({
7441
- className: classNames3(tw("font-semibold"), className)
7596
+ className: classNames4(tw("font-semibold"), className)
7442
7597
  }, props));
7443
7598
  };
7444
7599
  Typography2.Strong.displayName = "Typography.Strong";
@@ -7907,10 +8062,6 @@ import omit2 from "lodash/omit";
7907
8062
 
7908
8063
  // src/atoms/Banner/Banner.tsx
7909
8064
  import React23 from "react";
7910
- var spacing = {
7911
- spacingAroundBanner: "p-6",
7912
- omitSpacingAroundBanner: "-6"
7913
- };
7914
8065
  var Banner3 = (_a) => {
7915
8066
  var _b = _a, {
7916
8067
  children,
@@ -7926,7 +8077,7 @@ var Banner3 = (_a) => {
7926
8077
  return /* @__PURE__ */ React23.createElement("div", __spreadProps(__spreadValues({}, rest), {
7927
8078
  className: classNames(
7928
8079
  className,
7929
- tw(`rounded flex justify-between gap-7 flex-nowrap ${spacing.spacingAroundBanner}`, {
8080
+ tw(`rounded flex justify-between gap-7 flex-nowrap p-6`, {
7930
8081
  "items-center": layout === "horizontal",
7931
8082
  "bg-muted": variant === "default",
7932
8083
  "bg-body border border-muted": variant === "outlined"
@@ -7971,7 +8122,7 @@ Banner3.ImageContainer = (_a) => {
7971
8122
  return /* @__PURE__ */ React23.createElement(Box, __spreadProps(__spreadValues({}, rest), {
7972
8123
  display: "inline-flex",
7973
8124
  alignItems: "center",
7974
- margin: spacing.omitSpacingAroundBanner,
8125
+ margin: "-6",
7975
8126
  marginLeft: "0"
7976
8127
  }), children);
7977
8128
  };
@@ -8045,7 +8196,7 @@ var OneLineBanner = OneLineBannerBase;
8045
8196
 
8046
8197
  // src/molecules/Breadcrumbs/Breadcrumbs.tsx
8047
8198
  import React25 from "react";
8048
- import classNames4 from "classnames";
8199
+ import classNames5 from "classnames";
8049
8200
  var import_slash2 = __toESM(require_slash());
8050
8201
  var Breadcrumbs = (props) => {
8051
8202
  const { children, className } = props;
@@ -8053,7 +8204,7 @@ var Breadcrumbs = (props) => {
8053
8204
  (c) => Boolean(c)
8054
8205
  );
8055
8206
  return /* @__PURE__ */ React25.createElement("nav", {
8056
- className: classNames4("Aquarium-Breadcrumbs", className),
8207
+ className: classNames5("Aquarium-Breadcrumbs", className),
8057
8208
  "aria-label": "Breadcrumbs"
8058
8209
  }, /* @__PURE__ */ React25.createElement("ol", {
8059
8210
  className: tw("flex flex-row flex-nowrap items-center typography-caption")
@@ -8081,7 +8232,7 @@ var asCrumb = (Component, displayName, options = { isActive: false }) => {
8081
8232
  }, rest), {
8082
8233
  role: "link"
8083
8234
  }), /* @__PURE__ */ React25.createElement("span", {
8084
- className: classNames4(
8235
+ className: classNames5(
8085
8236
  tw("flex flex-row flex-nowrap items-center gap-x-3 whitespace-nowrap", {
8086
8237
  "text-primary-intense hover:text-primary-default no-underline hover:underline": !options.isActive,
8087
8238
  "text-intense": options.isActive
@@ -8105,7 +8256,7 @@ import { useButton as useButton2 } from "@react-aria/button";
8105
8256
 
8106
8257
  // src/molecules/Chip/Chip.tsx
8107
8258
  import React27 from "react";
8108
- import classNames5 from "classnames";
8259
+ import classNames6 from "classnames";
8109
8260
  import isNumber2 from "lodash/isNumber";
8110
8261
 
8111
8262
  // src/atoms/Chip/Chip.tsx
@@ -8169,7 +8320,7 @@ var Chip2 = (_a) => {
8169
8320
  ]);
8170
8321
  return /* @__PURE__ */ React27.createElement(Chip.Container, __spreadValues({
8171
8322
  dense,
8172
- className: classNames5(
8323
+ className: classNames6(
8173
8324
  "Aquarium-Chip",
8174
8325
  tw({
8175
8326
  "bg-muted text-default": !locked,
@@ -8863,7 +9014,7 @@ CardImage.Skeleton = CardImageSkeleton;
8863
9014
 
8864
9015
  // src/molecules/Carousel/Carousel.tsx
8865
9016
  import React38, { useEffect as useEffect4, useLayoutEffect, useRef as useRef4, useState as useState2 } from "react";
8866
- import classNames6 from "classnames";
9017
+ import classNames7 from "classnames";
8867
9018
  var import_chevronLeft2 = __toESM(require_chevronLeft());
8868
9019
  var import_chevronRight2 = __toESM(require_chevronRight());
8869
9020
  var Carousel = ({
@@ -8925,7 +9076,7 @@ var Carousel = ({
8925
9076
  }
8926
9077
  };
8927
9078
  return items.length > 0 ? /* @__PURE__ */ React38.createElement("div", {
8928
- className: classNames6("Aquarium-Carousel", tw("w-full flex flex-col")),
9079
+ className: classNames7("Aquarium-Carousel", tw("w-full flex flex-col")),
8929
9080
  ref: containerRef
8930
9081
  }, containerRef !== null && /* @__PURE__ */ React38.createElement("ul", {
8931
9082
  ref: scrollbarContainerRef,
@@ -9088,7 +9239,7 @@ import React41 from "react";
9088
9239
  import isEmpty from "lodash/isEmpty";
9089
9240
  import mapValues from "lodash/mapValues";
9090
9241
  import pick from "lodash/pick";
9091
- var screenSizes = Object.keys(tailwind_theme_default.screens);
9242
+ var breakpoints = Object.keys(tokens_default.screens);
9092
9243
  var GridItem = Tailwindify(
9093
9244
  (_a) => {
9094
9245
  var _b = _a, {
@@ -9120,7 +9271,7 @@ var GridItem = Tailwindify(
9120
9271
  "rowStart",
9121
9272
  "rowEnd"
9122
9273
  ]);
9123
- const breakPointableProperties = pick(props, screenSizes);
9274
+ const breakPointableProperties = pick(props, breakpoints);
9124
9275
  const gridColumn = !isEmpty(breakPointableProperties) ? mapValues(breakPointableProperties, (value) => value === "full" ? "1 / -1" : value ? `span-${value}` : "auto") : void 0;
9125
9276
  const hookStyle = useStyle({
9126
9277
  display,
@@ -9239,7 +9390,7 @@ var FormControl = ({ className, inline, children }) => {
9239
9390
 
9240
9391
  // src/utils/form/HelperText/HelperText.tsx
9241
9392
  import React45 from "react";
9242
- import classNames7 from "classnames";
9393
+ import classNames8 from "classnames";
9243
9394
  import isNumber4 from "lodash/isNumber";
9244
9395
 
9245
9396
  // src/utils/form/CharCounter/CharCounter.tsx
@@ -9295,7 +9446,7 @@ var HelperText = ({
9295
9446
  })));
9296
9447
  };
9297
9448
  var Skeleton2 = ({ className, children }) => /* @__PURE__ */ React45.createElement("div", {
9298
- className: classNames7(className, "h-[25px]")
9449
+ className: classNames8(className, "h-[25px]")
9299
9450
  }, children);
9300
9451
  HelperText.Skeleton = Skeleton2;
9301
9452
  HelperText.Skeleton.displayName = "HelperText.Skeleton";
@@ -11018,7 +11169,7 @@ var ToolbarGroup = (_a) => {
11018
11169
  return /* @__PURE__ */ React63.createElement("div", __spreadProps(__spreadValues({
11019
11170
  role: "cell"
11020
11171
  }, rest), {
11021
- className: classNames(tw("flex items-center px-l2 border-r-[1px] border-muted last:border-r-0"), className)
11172
+ className: classNames(tw("flex items-center px-l2 border-r-1 border-muted last:border-r-0"), className)
11022
11173
  }));
11023
11174
  };
11024
11175
  ToolbarGroup.displayName = "DataList.Toolbar.Group";
@@ -12200,7 +12351,7 @@ DataList2.Toolbar = DataListToolbar;
12200
12351
 
12201
12352
  // src/molecules/DataTable/DataTable.tsx
12202
12353
  import React75, { useRef as useRef9 } from "react";
12203
- import classNames8 from "classnames";
12354
+ import classNames9 from "classnames";
12204
12355
  import compact2 from "lodash/compact";
12205
12356
  import isFunction4 from "lodash/isFunction";
12206
12357
 
@@ -12311,7 +12462,7 @@ var DataTable = (_a) => {
12311
12462
  ariaLabel,
12312
12463
  onNext,
12313
12464
  onPrev,
12314
- className: classNames8(
12465
+ className: classNames9(
12315
12466
  "Aquarium-DataTable",
12316
12467
  tw({
12317
12468
  "whitespace-nowrap": noWrap,
@@ -13106,7 +13257,7 @@ import { PressResponder as PressResponder2, usePress as usePress2 } from "@react
13106
13257
  import { useOverlayTrigger } from "@react-aria/overlays";
13107
13258
  import { mergeProps as mergeProps3 } from "@react-aria/utils";
13108
13259
  import { useOverlayTriggerState as useOverlayTriggerState4 } from "@react-stately/overlays";
13109
- import classNames9 from "classnames";
13260
+ import classNames10 from "classnames";
13110
13261
  import omit10 from "lodash/omit";
13111
13262
 
13112
13263
  // src/molecules/Popover/Dialog.tsx
@@ -13171,7 +13322,7 @@ var Popover2 = (props) => {
13171
13322
  isNonModal: !containFocus,
13172
13323
  autoFocus: !containFocus,
13173
13324
  isKeyboardDismissDisabled,
13174
- className: classNames9("Aquarium-Popover", child.props.className),
13325
+ className: classNames10("Aquarium-Popover", child.props.className),
13175
13326
  offset,
13176
13327
  crossOffset,
13177
13328
  shouldFlip
@@ -13530,7 +13681,7 @@ var LineClamp2 = ({
13530
13681
 
13531
13682
  // src/molecules/Link/Link.tsx
13532
13683
  import React88 from "react";
13533
- import classNames10 from "classnames";
13684
+ import classNames11 from "classnames";
13534
13685
 
13535
13686
  // src/atoms/Link/Link.tsx
13536
13687
  import React87 from "react";
@@ -13545,7 +13696,7 @@ var Link = (_a) => {
13545
13696
  var Link2 = (_a) => {
13546
13697
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
13547
13698
  return /* @__PURE__ */ React88.createElement(Link, __spreadValues({
13548
- className: classNames10("Aquarium-Link", className)
13699
+ className: classNames11("Aquarium-Link", className)
13549
13700
  }, props));
13550
13701
  };
13551
13702
 
@@ -14317,7 +14468,7 @@ NativeSelect.Skeleton.displayName = "NativeSelect.Skeleton";
14317
14468
 
14318
14469
  // src/molecules/Navigation/Navigation.tsx
14319
14470
  import React97 from "react";
14320
- import classNames11 from "classnames";
14471
+ import classNames12 from "classnames";
14321
14472
 
14322
14473
  // src/atoms/Navigation/Navigation.tsx
14323
14474
  import React96 from "react";
@@ -14389,7 +14540,7 @@ Navigation.Divider = Divider3;
14389
14540
  var Navigation2 = (_a) => {
14390
14541
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
14391
14542
  return /* @__PURE__ */ React97.createElement(Navigation, __spreadValues({
14392
- className: classNames11("Aquarium-Navigation", className)
14543
+ className: classNames12("Aquarium-Navigation", className)
14393
14544
  }, props));
14394
14545
  };
14395
14546
  var Item6 = (_a) => {
@@ -15052,7 +15203,7 @@ var Section4 = (props) => {
15052
15203
  height: height !== null ? targetHeight : void 0,
15053
15204
  opacity: isCollapsed ? 0 : 1,
15054
15205
  transform: `rotate(${isCollapsed ? 90 : 180}deg)`,
15055
- backgroundColor: isCollapsed ? tailwind_theme_default.backgroundColor["grey-0"] : tailwind_theme_default.backgroundColor["grey-5"],
15206
+ backgroundColor: isCollapsed ? tokens_default.backgroundColor.muted : tokens_default.backgroundColor.default,
15056
15207
  config: {
15057
15208
  duration: 150
15058
15209
  },
@@ -15677,10 +15828,7 @@ function calcBestPosition(triggerRect, contentRect, placement, padding) {
15677
15828
  }
15678
15829
 
15679
15830
  // src/system.ts
15680
- var system_default = __spreadProps(__spreadValues({}, molecules_exports), {
15681
- theme: import_resolveTheme2.theme
15682
- });
15683
- var export_theme = import_resolveTheme2.theme;
15831
+ var system_default = __spreadValues({}, molecules_exports);
15684
15832
  export {
15685
15833
  Alert2 as Alert,
15686
15834
  Avatar,
@@ -15817,7 +15965,6 @@ export {
15817
15965
  isOnSortChangedDirection,
15818
15966
  isOutOfBounds,
15819
15967
  placementOrder,
15820
- export_theme as theme,
15821
15968
  toSortDirection,
15822
15969
  usePagination,
15823
15970
  usePopoverContext,