@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.cjs CHANGED
@@ -76,588 +76,6 @@ var __async = (__this, __arguments, generator) => {
76
76
  });
77
77
  };
78
78
 
79
- // tokens.json
80
- var require_tokens = __commonJS({
81
- "tokens.json"(exports, module2) {
82
- module2.exports = {
83
- themes: {
84
- aiven: {
85
- colors: {
86
- "error-100": "#aa0000",
87
- "error-90": "#b90000",
88
- "error-80": "#c50001",
89
- "error-70": "#d80005",
90
- "error-60": "#e70000",
91
- "error-50": "#e62728",
92
- "error-40": "#e0504f",
93
- "error-30": "#ed7975",
94
- "error-20": "#ffadb3",
95
- "error-10": "#ffcbd2",
96
- "error-5": "#fee8e7",
97
- "error-0": "#fef2f1",
98
- "warning-100": "#fe6d00",
99
- "warning-90": "#ff9003",
100
- "warning-80": "#fd9f00",
101
- "warning-70": "#ffb300",
102
- "warning-60": "#ffc107",
103
- "warning-50": "#fdc926",
104
- "warning-40": "#fdd44d",
105
- "warning-30": "#fddf81",
106
- "warning-20": "#feebb2",
107
- "warning-10": "#fff2cd",
108
- "warning-5": "#fff8ea",
109
- "warning-0": "#fffdf9",
110
- "success-100": "#006f00",
111
- "success-90": "#008e00",
112
- "success-80": "#009f00",
113
- "success-70": "#00b300",
114
- "success-60": "#00c300",
115
- "success-50": "#40ce37",
116
- "success-40": "#60db57",
117
- "success-30": "#89eb80",
118
- "success-20": "#afffa7",
119
- "success-10": "#cbffc9",
120
- "success-5": "#ecf7ed",
121
- "success-0": "#f5faf5",
122
- "info-100": "#02569a",
123
- "info-90": "#0174ba",
124
- "info-80": "#0788d1",
125
- "info-70": "#0399e3",
126
- "info-60": "#02a8f3",
127
- "info-50": "#28b4f4",
128
- "info-40": "#4cc2f7",
129
- "info-30": "#7fd1f7",
130
- "info-20": "#b4e5fb",
131
- "info-10": "#e0f5fe",
132
- "info-5": "#effaff",
133
- "info-0": "#f9fdff",
134
- "grey-100": "#19191d",
135
- "grey-90": "#292a31",
136
- "grey-80": "#3a3a44",
137
- "grey-70": "#4a4b57",
138
- "grey-60": "#5a5b6a",
139
- "grey-50": "#787885",
140
- "grey-40": "#9696a0",
141
- "grey-30": "#b4b4bb",
142
- "grey-20": "#d2d2d6",
143
- "grey-10": "#e1e1e3",
144
- "grey-5": "#ededf0",
145
- "grey-0": "#f7f7fa",
146
- "secondary-100": "#e11d16",
147
- "secondary-90": "#eb4610",
148
- "secondary-80": "#f3580d",
149
- "secondary-70": "#f96a02",
150
- "secondary-60": "#ff7700",
151
- "secondary-50": "#fc871a",
152
- "secondary-40": "#fb9a3e",
153
- "secondary-30": "#fab26e",
154
- "secondary-20": "#f8c99c",
155
- "secondary-10": "#fee8d0",
156
- "secondary-5": "#fff3e8",
157
- "secondary-0": "#fffbf8",
158
- "primary-100": "#0e1652",
159
- "primary-90": "#222f95",
160
- "primary-80": "#3545be",
161
- "primary-70": "#5865cd",
162
- "primary-60": "#818eec",
163
- "primary-50": "#9daaee",
164
- "primary-40": "#b9c5ef",
165
- "primary-30": "#c7d1f4",
166
- "primary-20": "#d5ddfa",
167
- "primary-10": "#e3e9ff",
168
- "primary-5": "#f3f6ff",
169
- "primary-0": "#ffffff"
170
- },
171
- typography: {
172
- sizes: [
173
- {
174
- name: "large-heading",
175
- className: "typography-large-heading",
176
- style: {
177
- fontFamily: "Poppins",
178
- fontSize: "32px",
179
- fontWeight: 700,
180
- fontStyle: "normal",
181
- lineHeight: 1.375,
182
- textTransform: "none"
183
- },
184
- fontPostScriptName: "Poppins-Bold"
185
- },
186
- {
187
- name: "heading",
188
- className: "typography-heading",
189
- style: {
190
- fontFamily: "Poppins",
191
- fontSize: "24px",
192
- fontWeight: 700,
193
- fontStyle: "normal",
194
- lineHeight: 1.375,
195
- textTransform: "none"
196
- },
197
- fontPostScriptName: "Poppins-Bold"
198
- },
199
- {
200
- name: "subheading",
201
- className: "typography-subheading",
202
- style: {
203
- fontFamily: "Poppins",
204
- fontSize: "20px",
205
- fontWeight: 600,
206
- fontStyle: "normal",
207
- lineHeight: 1.375,
208
- textTransform: "none"
209
- },
210
- fontPostScriptName: "Poppins-Bold"
211
- },
212
- {
213
- name: "large-strong",
214
- className: "typography-large-strong",
215
- style: {
216
- fontFamily: "Inter",
217
- fontSize: "20px",
218
- fontWeight: 600,
219
- fontStyle: "normal",
220
- lineHeight: 1.58,
221
- textTransform: "none"
222
- },
223
- fontPostScriptName: "Inter-SemiBold"
224
- },
225
- {
226
- name: "large",
227
- className: "typography-large",
228
- style: {
229
- fontFamily: "Inter",
230
- fontSize: "20px",
231
- fontWeight: 500,
232
- fontStyle: "normal",
233
- lineHeight: 1.58,
234
- textTransform: "none"
235
- },
236
- fontPostScriptName: "Inter-SemiBold"
237
- },
238
- {
239
- name: "default-strong",
240
- className: "typography-default-strong",
241
- style: {
242
- fontFamily: "Inter",
243
- fontSize: "16px",
244
- fontWeight: 500,
245
- fontStyle: "normal",
246
- lineHeight: 1.5,
247
- textTransform: "none"
248
- },
249
- fontPostScriptName: "Inter-SemiBold"
250
- },
251
- {
252
- name: "default",
253
- className: "typography-default",
254
- style: {
255
- fontFamily: "Inter",
256
- fontSize: "16px",
257
- fontWeight: 400,
258
- fontStyle: "normal",
259
- lineHeight: 1.5,
260
- textTransform: "none"
261
- },
262
- fontPostScriptName: null
263
- },
264
- {
265
- name: "small-strong",
266
- className: "typography-small-strong",
267
- style: {
268
- fontFamily: "Inter",
269
- fontSize: "14px",
270
- fontWeight: 500,
271
- fontStyle: "normal",
272
- lineHeight: 1.42,
273
- textTransform: "none"
274
- },
275
- fontPostScriptName: "Inter-SemiBold"
276
- },
277
- {
278
- name: "small",
279
- className: "typography-small",
280
- style: {
281
- fontFamily: "Inter",
282
- fontSize: "14px",
283
- fontWeight: 400,
284
- fontStyle: "normal",
285
- lineHeight: 1.42,
286
- textTransform: "none"
287
- },
288
- fontPostScriptName: null
289
- },
290
- {
291
- name: "caption",
292
- className: "typography-caption",
293
- style: {
294
- fontFamily: "Inter",
295
- fontSize: "12px",
296
- fontWeight: 400,
297
- fontStyle: "normal",
298
- lineHeight: 1.26,
299
- textTransform: "none"
300
- },
301
- fontPostScriptName: null
302
- },
303
- {
304
- name: "caption-small",
305
- className: "typography-caption-small",
306
- style: {
307
- fontFamily: "Inter",
308
- fontSize: "10px",
309
- fontWeight: 400,
310
- fontStyle: "normal",
311
- lineHeight: 1.2,
312
- letterSpacing: 0,
313
- textTransform: "none"
314
- },
315
- fontPostScriptName: null
316
- },
317
- {
318
- name: "caption-default",
319
- className: "typography-caption-default",
320
- style: {
321
- fontFamily: "Inter",
322
- fontSize: "12px",
323
- fontWeight: 400,
324
- fontStyle: "normal",
325
- lineHeight: 1.26,
326
- letterSpacing: 0,
327
- textTransform: "none"
328
- },
329
- fontPostScriptName: null
330
- },
331
- {
332
- name: "overline-small",
333
- className: "typography-overline-small",
334
- style: {
335
- fontFamily: "Inter",
336
- fontSize: "10px",
337
- fontWeight: 400,
338
- fontStyle: "normal",
339
- lineHeight: 1,
340
- letterSpacing: 0,
341
- textTransform: "uppercase"
342
- },
343
- fontPostScriptName: null
344
- },
345
- {
346
- name: "overline-default",
347
- className: "typography-overline-default",
348
- style: {
349
- fontFamily: "Inter",
350
- fontSize: "12px",
351
- fontWeight: 400,
352
- fontStyle: "normal",
353
- lineHeight: 1,
354
- letterSpacing: 0,
355
- textTransform: "uppercase"
356
- },
357
- fontPostScriptName: null
358
- },
359
- {
360
- name: "button-small",
361
- className: "typography-button-small",
362
- style: {
363
- fontFamily: "Inter",
364
- fontSize: "12px",
365
- fontWeight: 500,
366
- fontStyle: "normal",
367
- lineHeight: 1,
368
- letterSpacing: 0,
369
- textTransform: "none"
370
- },
371
- fontPostScriptName: "Inter-Medium"
372
- },
373
- {
374
- name: "button-medium",
375
- className: "typography-button-medium",
376
- style: {
377
- fontFamily: "Inter",
378
- fontSize: "14px",
379
- fontWeight: 400,
380
- fontStyle: "normal",
381
- lineHeight: 1,
382
- letterSpacing: 0,
383
- textTransform: "none"
384
- },
385
- fontPostScriptName: "Inter-SemiBold"
386
- },
387
- {
388
- name: "button-large",
389
- className: "typography-button-large",
390
- style: {
391
- fontFamily: "Inter",
392
- fontSize: "16px",
393
- fontWeight: 500,
394
- fontStyle: "normal",
395
- lineHeight: 1.5,
396
- letterSpacing: 0,
397
- textTransform: "none"
398
- },
399
- fontPostScriptName: "Inter-Medium"
400
- },
401
- {
402
- name: "body-small",
403
- className: "typography-body-small",
404
- style: {
405
- fontFamily: "Inter",
406
- fontSize: "14px",
407
- fontWeight: 400,
408
- fontStyle: "normal",
409
- lineHeight: 1.43,
410
- letterSpacing: 0,
411
- textTransform: "none"
412
- },
413
- fontPostScriptName: null
414
- },
415
- {
416
- name: "body-small-medium",
417
- className: "typography-body-small-medium",
418
- style: {
419
- fontFamily: "Inter",
420
- fontSize: "14px",
421
- fontWeight: 500,
422
- fontStyle: "normal",
423
- lineHeight: 1.43,
424
- letterSpacing: 0,
425
- textTransform: "none"
426
- },
427
- fontPostScriptName: "Inter-SemiBold"
428
- },
429
- {
430
- name: "body-default",
431
- className: "typography-body-default",
432
- style: {
433
- fontFamily: "Inter",
434
- fontSize: "16px",
435
- fontWeight: 400,
436
- fontStyle: "normal",
437
- lineHeight: 1.5,
438
- letterSpacing: 0,
439
- textTransform: "none"
440
- },
441
- fontPostScriptName: null
442
- },
443
- {
444
- name: "body-default-medium",
445
- className: "typography-body-default-medium",
446
- style: {
447
- fontFamily: "Inter",
448
- fontSize: "16px",
449
- fontWeight: 500,
450
- fontStyle: "normal",
451
- lineHeight: 1.5,
452
- letterSpacing: 0,
453
- textTransform: "none"
454
- },
455
- fontPostScriptName: "Inter-SemiBold"
456
- },
457
- {
458
- name: "body-large",
459
- className: "typography-body-large",
460
- style: {
461
- fontFamily: "Inter",
462
- fontSize: "20px",
463
- fontWeight: 400,
464
- fontStyle: "normal",
465
- lineHeight: 1.58,
466
- letterSpacing: 0,
467
- textTransform: "none"
468
- },
469
- fontPostScriptName: null
470
- },
471
- {
472
- name: "body-large-medium",
473
- className: "typography-body-large-medium",
474
- style: {
475
- fontFamily: "Inter",
476
- fontSize: "20px",
477
- fontWeight: 400,
478
- fontStyle: "normal",
479
- lineHeight: 1.2,
480
- letterSpacing: 0,
481
- textTransform: "none"
482
- },
483
- fontPostScriptName: "Inter-SemiBold"
484
- },
485
- {
486
- name: "heading-large",
487
- className: "typography-heading-large",
488
- style: {
489
- fontFamily: "Inter",
490
- fontSize: "20px",
491
- fontWeight: 700,
492
- fontStyle: "normal",
493
- lineHeight: 1.5,
494
- letterSpacing: 0.15,
495
- textTransform: "none"
496
- },
497
- fontPostScriptName: "Inter-Bold"
498
- },
499
- {
500
- name: "heading-xl",
501
- className: "typography-heading-xl",
502
- style: {
503
- fontFamily: "Inter",
504
- fontSize: "24px",
505
- fontWeight: 700,
506
- fontStyle: "normal",
507
- lineHeight: 1.5,
508
- letterSpacing: 0,
509
- textTransform: "none"
510
- },
511
- fontPostScriptName: "Inter-Bold"
512
- },
513
- {
514
- name: "heading-2xl",
515
- className: "typography-heading-2xl",
516
- style: {
517
- fontFamily: "Inter",
518
- fontSize: "34px",
519
- fontWeight: 700,
520
- fontStyle: "normal",
521
- lineHeight: 1.28,
522
- letterSpacing: 0,
523
- textTransform: "none"
524
- },
525
- fontPostScriptName: "Inter-Bold"
526
- },
527
- {
528
- name: "heading-3xl",
529
- className: "typography-heading-3xl",
530
- style: {
531
- fontFamily: "Inter",
532
- fontSize: "48px",
533
- fontWeight: 700,
534
- fontStyle: "normal",
535
- lineHeight: 1.24,
536
- letterSpacing: -0.48,
537
- textTransform: "none"
538
- },
539
- fontPostScriptName: "Inter-Bold"
540
- },
541
- {
542
- name: "heading-4xl",
543
- className: "typography-heading-4xl",
544
- style: {
545
- fontFamily: "Inter",
546
- fontSize: "60px",
547
- fontWeight: 700,
548
- fontStyle: "normal",
549
- lineHeight: 1.2,
550
- letterSpacing: -1.5,
551
- textTransform: "none"
552
- },
553
- fontPostScriptName: "Inter-Bold"
554
- },
555
- {
556
- name: "heading-5xl",
557
- className: "typography-heading-5xl",
558
- style: {
559
- fontFamily: "Inter",
560
- fontSize: "76px",
561
- fontWeight: 700,
562
- fontStyle: "normal",
563
- lineHeight: 1.2,
564
- letterSpacing: -1.98,
565
- textTransform: "none"
566
- },
567
- fontPostScriptName: "Inter-Bold"
568
- }
569
- ]
570
- },
571
- elevations: {
572
- "24dp": "0px 24px 48px rgba(90, 91, 106, 0.08), 0px 12px 24px rgba(58, 58, 68, 0.08)",
573
- "16dp": "0px 16px 32px rgba(90, 91, 106, 0.12), 0px 8px 16px rgba(58, 58, 68, 0.12)",
574
- "8dp": "0px 8px 16px rgba(90, 91, 106, 0.16), 0px 4px 8px rgba(58, 58, 68, 0.16)",
575
- "4dp": "0px 4px 8px rgba(90, 91, 106, 0.20), 0px 2px 4px rgba(58, 58, 68, 0.20)",
576
- "2dp": "0px 2px 4px rgba(90, 91, 106, 0.24), 0px 1px 2px rgba(58, 58, 68, 0.24)"
577
- },
578
- spacing: {
579
- layout01: {
580
- px: 16,
581
- rem: 1
582
- },
583
- layout02: {
584
- px: 24,
585
- rem: 1.5
586
- },
587
- layout03: {
588
- px: 32,
589
- rem: 2
590
- },
591
- layout04: {
592
- px: 48,
593
- rem: 3
594
- },
595
- layout05: {
596
- px: 64,
597
- rem: 4
598
- },
599
- layout06: {
600
- px: 96,
601
- rem: 6
602
- },
603
- layout07: {
604
- px: 160,
605
- rem: 10
606
- },
607
- spacing01: {
608
- px: 2,
609
- rem: 0.125
610
- },
611
- spacing02: {
612
- px: 4,
613
- rem: 0.25
614
- },
615
- spacing03: {
616
- px: 8,
617
- rem: 0.5
618
- },
619
- spacing04: {
620
- px: 12,
621
- rem: 0.75
622
- },
623
- spacing05: {
624
- px: 16,
625
- rem: 1
626
- },
627
- spacing06: {
628
- px: 24,
629
- rem: 1.5
630
- },
631
- spacing07: {
632
- px: 32,
633
- rem: 2
634
- },
635
- spacing08: {
636
- px: 40,
637
- rem: 2.5
638
- },
639
- spacing09: {
640
- px: 48,
641
- rem: 3
642
- }
643
- }
644
- }
645
- }
646
- };
647
- }
648
- });
649
-
650
- // src/js/resolveTheme.js
651
- var require_resolveTheme = __commonJS({
652
- "src/js/resolveTheme.js"(exports, module2) {
653
- "use strict";
654
- var tokensJson = require_tokens();
655
- module2.exports = {
656
- theme: tokensJson.themes.aiven
657
- };
658
- }
659
- });
660
-
661
79
  // src/icons/chevronDown.js
662
80
  var require_chevronDown = __commonJS({
663
81
  "src/icons/chevronDown.js"(exports) {
@@ -1170,6 +588,22 @@ var require_automaticUpdates = __commonJS({
1170
588
  }
1171
589
  });
1172
590
 
591
+ // src/icons/award.js
592
+ var require_award = __commonJS({
593
+ "src/icons/award.js"(exports) {
594
+ "use strict";
595
+ var data = {
596
+ "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"/>',
597
+ "left": 0,
598
+ "top": 0,
599
+ "width": 22,
600
+ "height": 22
601
+ };
602
+ exports.__esModule = true;
603
+ exports.default = data;
604
+ }
605
+ });
606
+
1173
607
  // src/icons/badge.js
1174
608
  var require_badge = __commonJS({
1175
609
  "src/icons/badge.js"(exports) {
@@ -2706,6 +2140,22 @@ var require_googleLogo = __commonJS({
2706
2140
  }
2707
2141
  });
2708
2142
 
2143
+ // src/icons/governance.js
2144
+ var require_governance = __commonJS({
2145
+ "src/icons/governance.js"(exports) {
2146
+ "use strict";
2147
+ var data = {
2148
+ "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>',
2149
+ "left": 0,
2150
+ "top": 0,
2151
+ "width": 22,
2152
+ "height": 22
2153
+ };
2154
+ exports.__esModule = true;
2155
+ exports.default = data;
2156
+ }
2157
+ });
2158
+
2709
2159
  // src/icons/grid.js
2710
2160
  var require_grid = __commonJS({
2711
2161
  "src/icons/grid.js"(exports) {
@@ -4876,7 +4326,6 @@ __export(system_exports, {
4876
4326
  isOnSortChangedDirection: () => isOnSortChangedDirection,
4877
4327
  isOutOfBounds: () => isOutOfBounds,
4878
4328
  placementOrder: () => placementOrder,
4879
- theme: () => import_resolveTheme2.theme,
4880
4329
  toSortDirection: () => toSortDirection,
4881
4330
  usePagination: () => usePagination,
4882
4331
  usePopoverContext: () => usePopoverContext,
@@ -4888,7 +4337,6 @@ __export(system_exports, {
4888
4337
  useToastContext: () => useToastContext
4889
4338
  });
4890
4339
  module.exports = __toCommonJS(system_exports);
4891
- var import_resolveTheme2 = __toESM(require_resolveTheme());
4892
4340
 
4893
4341
  // src/molecules/index.ts
4894
4342
  var molecules_exports = {};
@@ -5025,8 +4473,8 @@ var import_react2 = require("@iconify/react");
5025
4473
 
5026
4474
  // src/utils/tailwind.ts
5027
4475
  var import_classnames = __toESM(require("classnames"));
5028
- function cleanClassNames(classNames12) {
5029
- const tokens = classNames12.split(/\s+/);
4476
+ function cleanClassNames(classNames13) {
4477
+ const tokens = classNames13.split(/\s+/);
5030
4478
  return tokens.filter((item) => item).join(" ");
5031
4479
  }
5032
4480
  function tw(classesOrModifiers1, classesOrModifiers2, classesOrModifiers3, classesOrModifiers4, classesOrModifiers5, classesOrModifiers6, classesOrModifiers7, classesOrModifiers8, classesOrModifiers9, classesOrModifiers10) {
@@ -5153,7 +4601,7 @@ var EmptyStateContainer = import_react3.default.forwardRef((_a, ref) => {
5153
4601
  }, props), children);
5154
4602
  });
5155
4603
  var Divider = (props) => /* @__PURE__ */ import_react3.default.createElement("div", __spreadValues({
5156
- className: tw("border-b-[1px] border-muted mx-3 my-4")
4604
+ className: tw("border-b-1 border-muted mx-3 my-4")
5157
4605
  }, props));
5158
4606
  var Group = import_react3.default.forwardRef((_a, ref) => {
5159
4607
  var _b = _a, { className, children } = _b, props = __objRest(_b, ["className", "children"]);
@@ -5278,7 +4726,7 @@ var tailwind_theme_default = {
5278
4726
  none: "0"
5279
4727
  },
5280
4728
  spacing: {
5281
- "0": "0",
4729
+ "0": "0px",
5282
4730
  "1": "2px",
5283
4731
  "2": "4px",
5284
4732
  "3": "8px",
@@ -5298,7 +4746,7 @@ var tailwind_theme_default = {
5298
4746
  l7: "160px"
5299
4747
  },
5300
4748
  margin: {
5301
- "0": "0",
4749
+ "0": "0px",
5302
4750
  "1": "2px",
5303
4751
  "2": "4px",
5304
4752
  "3": "8px",
@@ -5308,6 +4756,7 @@ var tailwind_theme_default = {
5308
4756
  "7": "32px",
5309
4757
  "8": "40px",
5310
4758
  "9": "48px",
4759
+ auto: "auto",
5311
4760
  "1px": "1px",
5312
4761
  l1: "16px",
5313
4762
  l2: "24px",
@@ -5316,7 +4765,6 @@ var tailwind_theme_default = {
5316
4765
  l5: "64px",
5317
4766
  l6: "96px",
5318
4767
  l7: "160px",
5319
- auto: "auto",
5320
4768
  "-1": "-2px",
5321
4769
  "-2": "-4px",
5322
4770
  "-3": "-8px",
@@ -5336,7 +4784,7 @@ var tailwind_theme_default = {
5336
4784
  "-l7": "-160px"
5337
4785
  },
5338
4786
  padding: {
5339
- "0": "0",
4787
+ "0": "0px",
5340
4788
  "1": "2px",
5341
4789
  "2": "4px",
5342
4790
  "3": "8px",
@@ -5356,7 +4804,7 @@ var tailwind_theme_default = {
5356
4804
  l7: "160px"
5357
4805
  },
5358
4806
  width: {
5359
- "0": "0",
4807
+ "0": "0px",
5360
4808
  "1": "2px",
5361
4809
  "2": "4px",
5362
4810
  "3": "8px",
@@ -5408,7 +4856,7 @@ var tailwind_theme_default = {
5408
4856
  fit: "fit-content"
5409
4857
  },
5410
4858
  height: {
5411
- "0": "0",
4859
+ "0": "0px",
5412
4860
  "1": "2px",
5413
4861
  "2": "4px",
5414
4862
  "3": "8px",
@@ -5475,7 +4923,7 @@ var tailwind_theme_default = {
5475
4923
  "screen-xl": "1536px"
5476
4924
  },
5477
4925
  maxHeight: {
5478
- "0": "0",
4926
+ "0": "0px",
5479
4927
  "1": "2px",
5480
4928
  "2": "4px",
5481
4929
  "3": "8px",
@@ -5523,350 +4971,402 @@ var tailwind_theme_default = {
5523
4971
  flexGrow: { "0": "0", DEFAULT: "1" },
5524
4972
  flexShrink: { "0": "0", DEFAULT: "1" },
5525
4973
  backgroundColor: {
5526
- "error-100": "var(--aquarium-colors-error-100, #aa0000)",
5527
- "error-90": "var(--aquarium-colors-error-90, #b90000)",
5528
- "error-80": "var(--aquarium-colors-error-80, #c50001)",
5529
- "error-70": "var(--aquarium-colors-error-70, #d80005)",
5530
- "error-60": "var(--aquarium-colors-error-60, #e70000)",
5531
- "error-50": "var(--aquarium-colors-error-50, #e62728)",
5532
- "error-40": "var(--aquarium-colors-error-40, #e0504f)",
5533
- "error-30": "var(--aquarium-colors-error-30, #ed7975)",
5534
- "error-20": "var(--aquarium-colors-error-20, #ffadb3)",
5535
- "error-10": "var(--aquarium-colors-error-10, #ffcbd2)",
5536
- "error-5": "var(--aquarium-colors-error-5, #fee8e7)",
5537
- "error-0": "var(--aquarium-colors-error-0, #fef2f1)",
5538
- "warning-100": "var(--aquarium-colors-warning-100, #fe6d00)",
5539
- "warning-90": "var(--aquarium-colors-warning-90, #ff9003)",
5540
- "warning-80": "var(--aquarium-colors-warning-80, #fd9f00)",
5541
- "warning-70": "var(--aquarium-colors-warning-70, #ffb300)",
5542
- "warning-60": "var(--aquarium-colors-warning-60, #ffc107)",
5543
- "warning-50": "var(--aquarium-colors-warning-50, #fdc926)",
5544
- "warning-40": "var(--aquarium-colors-warning-40, #fdd44d)",
5545
- "warning-30": "var(--aquarium-colors-warning-30, #fddf81)",
5546
- "warning-20": "var(--aquarium-colors-warning-20, #feebb2)",
5547
- "warning-10": "var(--aquarium-colors-warning-10, #fff2cd)",
5548
- "warning-5": "var(--aquarium-colors-warning-5, #fff8ea)",
5549
- "warning-0": "var(--aquarium-colors-warning-0, #fffdf9)",
5550
- "success-100": "var(--aquarium-colors-success-100, #006f00)",
5551
- "success-90": "var(--aquarium-colors-success-90, #008e00)",
5552
- "success-80": "var(--aquarium-colors-success-80, #009f00)",
5553
- "success-70": "var(--aquarium-colors-success-70, #00b300)",
5554
- "success-60": "var(--aquarium-colors-success-60, #00c300)",
5555
- "success-50": "var(--aquarium-colors-success-50, #40ce37)",
5556
- "success-40": "var(--aquarium-colors-success-40, #60db57)",
5557
- "success-30": "var(--aquarium-colors-success-30, #89eb80)",
5558
- "success-20": "var(--aquarium-colors-success-20, #afffa7)",
5559
- "success-10": "var(--aquarium-colors-success-10, #cbffc9)",
5560
- "success-5": "var(--aquarium-colors-success-5, #ecf7ed)",
5561
- "success-0": "var(--aquarium-colors-success-0, #f5faf5)",
5562
- "info-100": "var(--aquarium-colors-info-100, #02569a)",
5563
- "info-90": "var(--aquarium-colors-info-90, #0174ba)",
5564
- "info-80": "var(--aquarium-colors-info-80, #0788d1)",
5565
- "info-70": "var(--aquarium-colors-info-70, #0399e3)",
5566
- "info-60": "var(--aquarium-colors-info-60, #02a8f3)",
5567
- "info-50": "var(--aquarium-colors-info-50, #28b4f4)",
5568
- "info-40": "var(--aquarium-colors-info-40, #4cc2f7)",
5569
- "info-30": "var(--aquarium-colors-info-30, #7fd1f7)",
5570
- "info-20": "var(--aquarium-colors-info-20, #b4e5fb)",
5571
- "info-10": "var(--aquarium-colors-info-10, #e0f5fe)",
5572
- "info-5": "var(--aquarium-colors-info-5, #effaff)",
5573
- "info-0": "var(--aquarium-colors-info-0, #f9fdff)",
5574
- "grey-100": "var(--aquarium-colors-grey-100, #19191d)",
5575
- "grey-90": "var(--aquarium-colors-grey-90, #292a31)",
5576
- "grey-80": "var(--aquarium-colors-grey-80, #3a3a44)",
5577
- "grey-70": "var(--aquarium-colors-grey-70, #4a4b57)",
5578
- "grey-60": "var(--aquarium-colors-grey-60, #5a5b6a)",
5579
- "grey-50": "var(--aquarium-colors-grey-50, #787885)",
5580
- "grey-40": "var(--aquarium-colors-grey-40, #9696a0)",
5581
- "grey-30": "var(--aquarium-colors-grey-30, #b4b4bb)",
5582
- "grey-20": "var(--aquarium-colors-grey-20, #d2d2d6)",
5583
- "grey-10": "var(--aquarium-colors-grey-10, #e1e1e3)",
5584
- "grey-5": "var(--aquarium-colors-grey-5, #ededf0)",
5585
- "grey-0": "var(--aquarium-colors-grey-0, #f7f7fa)",
5586
- "secondary-100": "var(--aquarium-colors-secondary-100, #e11d16)",
5587
- "secondary-90": "var(--aquarium-colors-secondary-90, #eb4610)",
5588
- "secondary-80": "var(--aquarium-colors-secondary-80, #f3580d)",
5589
- "secondary-70": "var(--aquarium-colors-secondary-70, #f96a02)",
5590
- "secondary-60": "var(--aquarium-colors-secondary-60, #ff7700)",
5591
- "secondary-50": "var(--aquarium-colors-secondary-50, #fc871a)",
5592
- "secondary-40": "var(--aquarium-colors-secondary-40, #fb9a3e)",
5593
- "secondary-30": "var(--aquarium-colors-secondary-30, #fab26e)",
5594
- "secondary-20": "var(--aquarium-colors-secondary-20, #f8c99c)",
5595
- "secondary-10": "var(--aquarium-colors-secondary-10, #fee8d0)",
5596
- "secondary-5": "var(--aquarium-colors-secondary-5, #fff3e8)",
5597
- "secondary-0": "var(--aquarium-colors-secondary-0, #fffbf8)",
5598
- "primary-100": "var(--aquarium-colors-primary-100, #0e1652)",
5599
- "primary-90": "var(--aquarium-colors-primary-90, #222f95)",
5600
- "primary-80": "var(--aquarium-colors-primary-80, #3545be)",
5601
- "primary-70": "var(--aquarium-colors-primary-70, #5865cd)",
5602
- "primary-60": "var(--aquarium-colors-primary-60, #818eec)",
5603
- "primary-50": "var(--aquarium-colors-primary-50, #9daaee)",
5604
- "primary-40": "var(--aquarium-colors-primary-40, #b9c5ef)",
5605
- "primary-30": "var(--aquarium-colors-primary-30, #c7d1f4)",
5606
- "primary-20": "var(--aquarium-colors-primary-20, #d5ddfa)",
5607
- "primary-10": "var(--aquarium-colors-primary-10, #e3e9ff)",
5608
- "primary-5": "var(--aquarium-colors-primary-5, #f3f6ff)",
5609
- "primary-0": "var(--aquarium-colors-primary-0, #ffffff)",
5610
- transparent: "var(--aquarium-colors-transparent, transparent)",
5611
- current: "var(--aquarium-colors-current, currentColor)",
5612
- white: "var(--aquarium-colors-white, white)",
5613
- black: "var(--aquarium-colors-black, black)",
4974
+ white: "var(--aquarium-colors-white)",
4975
+ black: "var(--aquarium-colors-black)",
4976
+ transparent: "var(--aquarium-colors-transparent)",
4977
+ current: "var(--aquarium-colors-current)",
4978
+ error: {
4979
+ "0": "var(--aquarium-colors-error-0)",
4980
+ "5": "var(--aquarium-colors-error-5)",
4981
+ "10": "var(--aquarium-colors-error-10)",
4982
+ "20": "var(--aquarium-colors-error-20)",
4983
+ "30": "var(--aquarium-colors-error-30)",
4984
+ "40": "var(--aquarium-colors-error-40)",
4985
+ "50": "var(--aquarium-colors-error-50)",
4986
+ "60": "var(--aquarium-colors-error-60)",
4987
+ "70": "var(--aquarium-colors-error-70)",
4988
+ "80": "var(--aquarium-colors-error-80)",
4989
+ "90": "var(--aquarium-colors-error-90)",
4990
+ "100": "var(--aquarium-colors-error-100)"
4991
+ },
4992
+ warning: {
4993
+ "0": "var(--aquarium-colors-warning-0)",
4994
+ "5": "var(--aquarium-colors-warning-5)",
4995
+ "10": "var(--aquarium-colors-warning-10)",
4996
+ "20": "var(--aquarium-colors-warning-20)",
4997
+ "30": "var(--aquarium-colors-warning-30)",
4998
+ "40": "var(--aquarium-colors-warning-40)",
4999
+ "50": "var(--aquarium-colors-warning-50)",
5000
+ "60": "var(--aquarium-colors-warning-60)",
5001
+ "70": "var(--aquarium-colors-warning-70)",
5002
+ "80": "var(--aquarium-colors-warning-80)",
5003
+ "90": "var(--aquarium-colors-warning-90)",
5004
+ "100": "var(--aquarium-colors-warning-100)",
5005
+ muted: "var(--aquarium-background-color-warning-muted)",
5006
+ default: "var(--aquarium-background-color-warning-default)",
5007
+ intense: "var(--aquarium-background-color-warning-intense)"
5008
+ },
5009
+ success: {
5010
+ "0": "var(--aquarium-colors-success-0)",
5011
+ "5": "var(--aquarium-colors-success-5)",
5012
+ "10": "var(--aquarium-colors-success-10)",
5013
+ "20": "var(--aquarium-colors-success-20)",
5014
+ "30": "var(--aquarium-colors-success-30)",
5015
+ "40": "var(--aquarium-colors-success-40)",
5016
+ "50": "var(--aquarium-colors-success-50)",
5017
+ "60": "var(--aquarium-colors-success-60)",
5018
+ "70": "var(--aquarium-colors-success-70)",
5019
+ "80": "var(--aquarium-colors-success-80)",
5020
+ "90": "var(--aquarium-colors-success-90)",
5021
+ "100": "var(--aquarium-colors-success-100)",
5022
+ muted: "var(--aquarium-background-color-success-muted)",
5023
+ default: "var(--aquarium-background-color-success-default)",
5024
+ intense: "var(--aquarium-background-color-success-intense)"
5025
+ },
5026
+ info: {
5027
+ "0": "var(--aquarium-colors-info-0)",
5028
+ "5": "var(--aquarium-colors-info-5)",
5029
+ "10": "var(--aquarium-colors-info-10)",
5030
+ "20": "var(--aquarium-colors-info-20)",
5031
+ "30": "var(--aquarium-colors-info-30)",
5032
+ "40": "var(--aquarium-colors-info-40)",
5033
+ "50": "var(--aquarium-colors-info-50)",
5034
+ "60": "var(--aquarium-colors-info-60)",
5035
+ "70": "var(--aquarium-colors-info-70)",
5036
+ "80": "var(--aquarium-colors-info-80)",
5037
+ "90": "var(--aquarium-colors-info-90)",
5038
+ "100": "var(--aquarium-colors-info-100)",
5039
+ muted: "var(--aquarium-background-color-info-muted)",
5040
+ default: "var(--aquarium-background-color-info-default)",
5041
+ intense: "var(--aquarium-background-color-info-intense)"
5042
+ },
5043
+ grey: {
5044
+ "0": "var(--aquarium-colors-grey-0)",
5045
+ "5": "var(--aquarium-colors-grey-5)",
5046
+ "10": "var(--aquarium-colors-grey-10)",
5047
+ "20": "var(--aquarium-colors-grey-20)",
5048
+ "30": "var(--aquarium-colors-grey-30)",
5049
+ "40": "var(--aquarium-colors-grey-40)",
5050
+ "50": "var(--aquarium-colors-grey-50)",
5051
+ "60": "var(--aquarium-colors-grey-60)",
5052
+ "70": "var(--aquarium-colors-grey-70)",
5053
+ "80": "var(--aquarium-colors-grey-80)",
5054
+ "90": "var(--aquarium-colors-grey-90)",
5055
+ "100": "var(--aquarium-colors-grey-100)"
5056
+ },
5057
+ secondary: {
5058
+ "0": "var(--aquarium-colors-secondary-0)",
5059
+ "5": "var(--aquarium-colors-secondary-5)",
5060
+ "10": "var(--aquarium-colors-secondary-10)",
5061
+ "20": "var(--aquarium-colors-secondary-20)",
5062
+ "30": "var(--aquarium-colors-secondary-30)",
5063
+ "40": "var(--aquarium-colors-secondary-40)",
5064
+ "50": "var(--aquarium-colors-secondary-50)",
5065
+ "60": "var(--aquarium-colors-secondary-60)",
5066
+ "70": "var(--aquarium-colors-secondary-70)",
5067
+ "80": "var(--aquarium-colors-secondary-80)",
5068
+ "90": "var(--aquarium-colors-secondary-90)",
5069
+ "100": "var(--aquarium-colors-secondary-100)"
5070
+ },
5071
+ primary: {
5072
+ "0": "var(--aquarium-colors-primary-0)",
5073
+ "5": "var(--aquarium-colors-primary-5)",
5074
+ "10": "var(--aquarium-colors-primary-10)",
5075
+ "20": "var(--aquarium-colors-primary-20)",
5076
+ "30": "var(--aquarium-colors-primary-30)",
5077
+ "40": "var(--aquarium-colors-primary-40)",
5078
+ "50": "var(--aquarium-colors-primary-50)",
5079
+ "60": "var(--aquarium-colors-primary-60)",
5080
+ "70": "var(--aquarium-colors-primary-70)",
5081
+ "80": "var(--aquarium-colors-primary-80)",
5082
+ "90": "var(--aquarium-colors-primary-90)",
5083
+ "100": "var(--aquarium-colors-primary-100)",
5084
+ muted: "var(--aquarium-background-color-primary-muted)",
5085
+ default: "var(--aquarium-background-color-primary-default)",
5086
+ intense: "var(--aquarium-background-color-primary-intense)",
5087
+ active: "var(--aquarium-background-color-primary-active)",
5088
+ hover: "var(--aquarium-background-color-primary-hover)"
5089
+ },
5614
5090
  body: "var(--aquarium-background-color-body)",
5615
5091
  "body-intense": "var(--aquarium-background-color-body-intense)",
5616
5092
  "popover-content": "var(--aquarium-background-color-popover-content)",
5617
5093
  muted: "var(--aquarium-background-color-muted)",
5618
5094
  default: "var(--aquarium-background-color-default)",
5619
5095
  intense: "var(--aquarium-background-color-intense)",
5620
- "primary-muted": "var(--aquarium-background-color-primary-muted)",
5621
- "primary-default": "var(--aquarium-background-color-primary-default)",
5622
- "primary-intense": "var(--aquarium-background-color-primary-intense)",
5623
- "primary-active": "var(--aquarium-background-color-primary-active)",
5624
- "primary-hover": "var(--aquarium-background-color-primary-hover)",
5625
- "info-muted": "var(--aquarium-background-color-info-muted)",
5626
- "info-default": "var(--aquarium-background-color-info-default)",
5627
- "info-intense": "var(--aquarium-background-color-info-intense)",
5628
- "success-muted": "var(--aquarium-background-color-success-muted)",
5629
- "success-default": "var(--aquarium-background-color-success-default)",
5630
- "success-intense": "var(--aquarium-background-color-success-intense)",
5631
- "warning-muted": "var(--aquarium-background-color-warning-muted)",
5632
- "warning-default": "var(--aquarium-background-color-warning-default)",
5633
- "warning-intense": "var(--aquarium-background-color-warning-intense)",
5634
- "danger-muted": "var(--aquarium-background-color-danger-muted)",
5635
- "danger-default": "var(--aquarium-background-color-danger-default)",
5636
- "danger-intense": "var(--aquarium-background-color-danger-intense)",
5637
- "status-announcement": "var(--aquarium-background-color-status-announcement)",
5638
- "status-info": "var(--aquarium-background-color-status-info)",
5639
- "status-warning": "var(--aquarium-background-color-status-warning)",
5640
- "status-danger": "var(--aquarium-background-color-status-danger)",
5641
- "status-success": "var(--aquarium-background-color-status-success)",
5642
- "icon-button-hover": "rgba(25,25,29,.05)"
5096
+ danger: {
5097
+ muted: "var(--aquarium-background-color-danger-muted)",
5098
+ default: "var(--aquarium-background-color-danger-default)",
5099
+ intense: "var(--aquarium-background-color-danger-intense)"
5100
+ },
5101
+ status: {
5102
+ announcement: "var(--aquarium-background-color-status-announcement)",
5103
+ info: "var(--aquarium-background-color-status-info)",
5104
+ warning: "var(--aquarium-background-color-status-warning)",
5105
+ danger: "var(--aquarium-background-color-status-danger)",
5106
+ success: "var(--aquarium-background-color-status-success)"
5107
+ },
5108
+ "icon-button": {
5109
+ hover: "var(--aquarium-background-color-icon-button-hover)"
5110
+ }
5643
5111
  },
5644
5112
  textColor: {
5645
- "error-100": "var(--aquarium-colors-error-100, #aa0000)",
5646
- "error-90": "var(--aquarium-colors-error-90, #b90000)",
5647
- "error-80": "var(--aquarium-colors-error-80, #c50001)",
5648
- "error-70": "var(--aquarium-colors-error-70, #d80005)",
5649
- "error-60": "var(--aquarium-colors-error-60, #e70000)",
5650
- "error-50": "var(--aquarium-colors-error-50, #e62728)",
5651
- "error-40": "var(--aquarium-colors-error-40, #e0504f)",
5652
- "error-30": "var(--aquarium-colors-error-30, #ed7975)",
5653
- "error-20": "var(--aquarium-colors-error-20, #ffadb3)",
5654
- "error-10": "var(--aquarium-colors-error-10, #ffcbd2)",
5655
- "error-5": "var(--aquarium-colors-error-5, #fee8e7)",
5656
- "error-0": "var(--aquarium-colors-error-0, #fef2f1)",
5657
- "warning-100": "var(--aquarium-colors-warning-100, #fe6d00)",
5658
- "warning-90": "var(--aquarium-colors-warning-90, #ff9003)",
5659
- "warning-80": "var(--aquarium-colors-warning-80, #fd9f00)",
5660
- "warning-70": "var(--aquarium-colors-warning-70, #ffb300)",
5661
- "warning-60": "var(--aquarium-colors-warning-60, #ffc107)",
5662
- "warning-50": "var(--aquarium-colors-warning-50, #fdc926)",
5663
- "warning-40": "var(--aquarium-colors-warning-40, #fdd44d)",
5664
- "warning-30": "var(--aquarium-colors-warning-30, #fddf81)",
5665
- "warning-20": "var(--aquarium-colors-warning-20, #feebb2)",
5666
- "warning-10": "var(--aquarium-colors-warning-10, #fff2cd)",
5667
- "warning-5": "var(--aquarium-colors-warning-5, #fff8ea)",
5668
- "warning-0": "var(--aquarium-colors-warning-0, #fffdf9)",
5669
- "success-100": "var(--aquarium-colors-success-100, #006f00)",
5670
- "success-90": "var(--aquarium-colors-success-90, #008e00)",
5671
- "success-80": "var(--aquarium-colors-success-80, #009f00)",
5672
- "success-70": "var(--aquarium-colors-success-70, #00b300)",
5673
- "success-60": "var(--aquarium-colors-success-60, #00c300)",
5674
- "success-50": "var(--aquarium-colors-success-50, #40ce37)",
5675
- "success-40": "var(--aquarium-colors-success-40, #60db57)",
5676
- "success-30": "var(--aquarium-colors-success-30, #89eb80)",
5677
- "success-20": "var(--aquarium-colors-success-20, #afffa7)",
5678
- "success-10": "var(--aquarium-colors-success-10, #cbffc9)",
5679
- "success-5": "var(--aquarium-colors-success-5, #ecf7ed)",
5680
- "success-0": "var(--aquarium-colors-success-0, #f5faf5)",
5681
- "info-100": "var(--aquarium-colors-info-100, #02569a)",
5682
- "info-90": "var(--aquarium-colors-info-90, #0174ba)",
5683
- "info-80": "var(--aquarium-colors-info-80, #0788d1)",
5684
- "info-70": "var(--aquarium-colors-info-70, #0399e3)",
5685
- "info-60": "var(--aquarium-colors-info-60, #02a8f3)",
5686
- "info-50": "var(--aquarium-colors-info-50, #28b4f4)",
5687
- "info-40": "var(--aquarium-colors-info-40, #4cc2f7)",
5688
- "info-30": "var(--aquarium-colors-info-30, #7fd1f7)",
5689
- "info-20": "var(--aquarium-colors-info-20, #b4e5fb)",
5690
- "info-10": "var(--aquarium-colors-info-10, #e0f5fe)",
5691
- "info-5": "var(--aquarium-colors-info-5, #effaff)",
5692
- "info-0": "var(--aquarium-colors-info-0, #f9fdff)",
5693
- "grey-100": "var(--aquarium-colors-grey-100, #19191d)",
5694
- "grey-90": "var(--aquarium-colors-grey-90, #292a31)",
5695
- "grey-80": "var(--aquarium-colors-grey-80, #3a3a44)",
5696
- "grey-70": "var(--aquarium-colors-grey-70, #4a4b57)",
5697
- "grey-60": "var(--aquarium-colors-grey-60, #5a5b6a)",
5698
- "grey-50": "var(--aquarium-colors-grey-50, #787885)",
5699
- "grey-40": "var(--aquarium-colors-grey-40, #9696a0)",
5700
- "grey-30": "var(--aquarium-colors-grey-30, #b4b4bb)",
5701
- "grey-20": "var(--aquarium-colors-grey-20, #d2d2d6)",
5702
- "grey-10": "var(--aquarium-colors-grey-10, #e1e1e3)",
5703
- "grey-5": "var(--aquarium-colors-grey-5, #ededf0)",
5704
- "grey-0": "var(--aquarium-colors-grey-0, #f7f7fa)",
5705
- "secondary-100": "var(--aquarium-colors-secondary-100, #e11d16)",
5706
- "secondary-90": "var(--aquarium-colors-secondary-90, #eb4610)",
5707
- "secondary-80": "var(--aquarium-colors-secondary-80, #f3580d)",
5708
- "secondary-70": "var(--aquarium-colors-secondary-70, #f96a02)",
5709
- "secondary-60": "var(--aquarium-colors-secondary-60, #ff7700)",
5710
- "secondary-50": "var(--aquarium-colors-secondary-50, #fc871a)",
5711
- "secondary-40": "var(--aquarium-colors-secondary-40, #fb9a3e)",
5712
- "secondary-30": "var(--aquarium-colors-secondary-30, #fab26e)",
5713
- "secondary-20": "var(--aquarium-colors-secondary-20, #f8c99c)",
5714
- "secondary-10": "var(--aquarium-colors-secondary-10, #fee8d0)",
5715
- "secondary-5": "var(--aquarium-colors-secondary-5, #fff3e8)",
5716
- "secondary-0": "var(--aquarium-colors-secondary-0, #fffbf8)",
5717
- "primary-100": "var(--aquarium-colors-primary-100, #0e1652)",
5718
- "primary-90": "var(--aquarium-colors-primary-90, #222f95)",
5719
- "primary-80": "var(--aquarium-colors-primary-80, #3545be)",
5720
- "primary-70": "var(--aquarium-colors-primary-70, #5865cd)",
5721
- "primary-60": "var(--aquarium-colors-primary-60, #818eec)",
5722
- "primary-50": "var(--aquarium-colors-primary-50, #9daaee)",
5723
- "primary-40": "var(--aquarium-colors-primary-40, #b9c5ef)",
5724
- "primary-30": "var(--aquarium-colors-primary-30, #c7d1f4)",
5725
- "primary-20": "var(--aquarium-colors-primary-20, #d5ddfa)",
5726
- "primary-10": "var(--aquarium-colors-primary-10, #e3e9ff)",
5727
- "primary-5": "var(--aquarium-colors-primary-5, #f3f6ff)",
5728
- "primary-0": "var(--aquarium-colors-primary-0, #ffffff)",
5729
- transparent: "var(--aquarium-colors-transparent, transparent)",
5730
- current: "var(--aquarium-colors-current, currentColor)",
5731
- white: "var(--aquarium-colors-white, white)",
5732
- black: "var(--aquarium-colors-black, black)",
5113
+ white: "var(--aquarium-colors-white)",
5114
+ black: "var(--aquarium-colors-black)",
5115
+ transparent: "var(--aquarium-colors-transparent)",
5116
+ current: "var(--aquarium-colors-current)",
5117
+ error: {
5118
+ "0": "var(--aquarium-colors-error-0)",
5119
+ "5": "var(--aquarium-colors-error-5)",
5120
+ "10": "var(--aquarium-colors-error-10)",
5121
+ "20": "var(--aquarium-colors-error-20)",
5122
+ "30": "var(--aquarium-colors-error-30)",
5123
+ "40": "var(--aquarium-colors-error-40)",
5124
+ "50": "var(--aquarium-colors-error-50)",
5125
+ "60": "var(--aquarium-colors-error-60)",
5126
+ "70": "var(--aquarium-colors-error-70)",
5127
+ "80": "var(--aquarium-colors-error-80)",
5128
+ "90": "var(--aquarium-colors-error-90)",
5129
+ "100": "var(--aquarium-colors-error-100)"
5130
+ },
5131
+ warning: {
5132
+ "0": "var(--aquarium-colors-warning-0)",
5133
+ "5": "var(--aquarium-colors-warning-5)",
5134
+ "10": "var(--aquarium-colors-warning-10)",
5135
+ "20": "var(--aquarium-colors-warning-20)",
5136
+ "30": "var(--aquarium-colors-warning-30)",
5137
+ "40": "var(--aquarium-colors-warning-40)",
5138
+ "50": "var(--aquarium-colors-warning-50)",
5139
+ "60": "var(--aquarium-colors-warning-60)",
5140
+ "70": "var(--aquarium-colors-warning-70)",
5141
+ "80": "var(--aquarium-colors-warning-80)",
5142
+ "90": "var(--aquarium-colors-warning-90)",
5143
+ "100": "var(--aquarium-colors-warning-100)",
5144
+ inactive: "var(--aquarium-text-color-warning-inactive)",
5145
+ muted: "var(--aquarium-text-color-warning-muted)",
5146
+ default: "var(--aquarium-text-color-warning-default)",
5147
+ intense: "var(--aquarium-text-color-warning-intense)"
5148
+ },
5149
+ success: {
5150
+ "0": "var(--aquarium-colors-success-0)",
5151
+ "5": "var(--aquarium-colors-success-5)",
5152
+ "10": "var(--aquarium-colors-success-10)",
5153
+ "20": "var(--aquarium-colors-success-20)",
5154
+ "30": "var(--aquarium-colors-success-30)",
5155
+ "40": "var(--aquarium-colors-success-40)",
5156
+ "50": "var(--aquarium-colors-success-50)",
5157
+ "60": "var(--aquarium-colors-success-60)",
5158
+ "70": "var(--aquarium-colors-success-70)",
5159
+ "80": "var(--aquarium-colors-success-80)",
5160
+ "90": "var(--aquarium-colors-success-90)",
5161
+ "100": "var(--aquarium-colors-success-100)",
5162
+ inactive: "var(--aquarium-text-color-success-inactive)",
5163
+ muted: "var(--aquarium-text-color-success-muted)",
5164
+ default: "var(--aquarium-text-color-success-default)",
5165
+ intense: "var(--aquarium-text-color-success-intense)"
5166
+ },
5167
+ info: {
5168
+ "0": "var(--aquarium-colors-info-0)",
5169
+ "5": "var(--aquarium-colors-info-5)",
5170
+ "10": "var(--aquarium-colors-info-10)",
5171
+ "20": "var(--aquarium-colors-info-20)",
5172
+ "30": "var(--aquarium-colors-info-30)",
5173
+ "40": "var(--aquarium-colors-info-40)",
5174
+ "50": "var(--aquarium-colors-info-50)",
5175
+ "60": "var(--aquarium-colors-info-60)",
5176
+ "70": "var(--aquarium-colors-info-70)",
5177
+ "80": "var(--aquarium-colors-info-80)",
5178
+ "90": "var(--aquarium-colors-info-90)",
5179
+ "100": "var(--aquarium-colors-info-100)",
5180
+ inactive: "var(--aquarium-text-color-info-inactive)",
5181
+ muted: "var(--aquarium-text-color-info-muted)",
5182
+ default: "var(--aquarium-text-color-info-default)",
5183
+ intense: "var(--aquarium-text-color-info-intense)"
5184
+ },
5185
+ grey: {
5186
+ "0": "var(--aquarium-colors-grey-0)",
5187
+ "5": "var(--aquarium-colors-grey-5)",
5188
+ "10": "var(--aquarium-colors-grey-10)",
5189
+ "20": "var(--aquarium-colors-grey-20)",
5190
+ "30": "var(--aquarium-colors-grey-30)",
5191
+ "40": "var(--aquarium-colors-grey-40)",
5192
+ "50": "var(--aquarium-colors-grey-50)",
5193
+ "60": "var(--aquarium-colors-grey-60)",
5194
+ "70": "var(--aquarium-colors-grey-70)",
5195
+ "80": "var(--aquarium-colors-grey-80)",
5196
+ "90": "var(--aquarium-colors-grey-90)",
5197
+ "100": "var(--aquarium-colors-grey-100)"
5198
+ },
5199
+ secondary: {
5200
+ "0": "var(--aquarium-colors-secondary-0)",
5201
+ "5": "var(--aquarium-colors-secondary-5)",
5202
+ "10": "var(--aquarium-colors-secondary-10)",
5203
+ "20": "var(--aquarium-colors-secondary-20)",
5204
+ "30": "var(--aquarium-colors-secondary-30)",
5205
+ "40": "var(--aquarium-colors-secondary-40)",
5206
+ "50": "var(--aquarium-colors-secondary-50)",
5207
+ "60": "var(--aquarium-colors-secondary-60)",
5208
+ "70": "var(--aquarium-colors-secondary-70)",
5209
+ "80": "var(--aquarium-colors-secondary-80)",
5210
+ "90": "var(--aquarium-colors-secondary-90)",
5211
+ "100": "var(--aquarium-colors-secondary-100)"
5212
+ },
5213
+ primary: {
5214
+ "0": "var(--aquarium-colors-primary-0)",
5215
+ "5": "var(--aquarium-colors-primary-5)",
5216
+ "10": "var(--aquarium-colors-primary-10)",
5217
+ "20": "var(--aquarium-colors-primary-20)",
5218
+ "30": "var(--aquarium-colors-primary-30)",
5219
+ "40": "var(--aquarium-colors-primary-40)",
5220
+ "50": "var(--aquarium-colors-primary-50)",
5221
+ "60": "var(--aquarium-colors-primary-60)",
5222
+ "70": "var(--aquarium-colors-primary-70)",
5223
+ "80": "var(--aquarium-colors-primary-80)",
5224
+ "90": "var(--aquarium-colors-primary-90)",
5225
+ "100": "var(--aquarium-colors-primary-100)",
5226
+ inactive: "var(--aquarium-text-color-primary-inactive)",
5227
+ active: "var(--aquarium-text-color-primary-active)",
5228
+ muted: "var(--aquarium-text-color-primary-muted)",
5229
+ default: "var(--aquarium-text-color-primary-default)",
5230
+ intense: "var(--aquarium-text-color-primary-intense)"
5231
+ },
5733
5232
  inactive: "var(--aquarium-text-color-inactive)",
5734
5233
  muted: "var(--aquarium-text-color-muted)",
5735
5234
  default: "var(--aquarium-text-color-default)",
5736
5235
  intense: "var(--aquarium-text-color-intense)",
5737
- "primary-inactive": "var(--aquarium-text-color-primary-inactive)",
5738
- "primary-active": "var(--aquarium-text-color-primary-active)",
5739
- "primary-muted": "var(--aquarium-text-color-primary-muted)",
5740
- "primary-default": "var(--aquarium-text-color-primary-default)",
5741
- "primary-intense": "var(--aquarium-text-color-primary-intense)",
5742
- "info-inactive": "var(--aquarium-text-color-info-inactive)",
5743
- "info-muted": "var(--aquarium-text-color-info-muted)",
5744
- "info-default": "var(--aquarium-text-color-info-default)",
5745
- "info-intense": "var(--aquarium-text-color-info-intense)",
5746
- "success-inactive": "var(--aquarium-text-color-success-inactive)",
5747
- "success-muted": "var(--aquarium-text-color-success-muted)",
5748
- "success-default": "var(--aquarium-text-color-success-default)",
5749
- "success-intense": "var(--aquarium-text-color-success-intense)",
5750
- "warning-inactive": "var(--aquarium-text-color-warning-inactive)",
5751
- "warning-muted": "var(--aquarium-text-color-warning-muted)",
5752
- "warning-default": "var(--aquarium-text-color-warning-default)",
5753
- "warning-intense": "var(--aquarium-text-color-warning-intense)",
5754
- "danger-inactive": "var(--aquarium-text-color-danger-inactive)",
5755
- "danger-muted": "var(--aquarium-text-color-danger-muted)",
5756
- "danger-default": "var(--aquarium-text-color-danger-default)",
5757
- "danger-intense": "var(--aquarium-text-color-danger-intense)"
5236
+ danger: {
5237
+ inactive: "var(--aquarium-text-color-danger-inactive)",
5238
+ muted: "var(--aquarium-text-color-danger-muted)",
5239
+ default: "var(--aquarium-text-color-danger-default)",
5240
+ intense: "var(--aquarium-text-color-danger-intense)"
5241
+ }
5758
5242
  },
5759
5243
  borderColor: {
5760
- "error-100": "var(--aquarium-colors-error-100, #aa0000)",
5761
- "error-90": "var(--aquarium-colors-error-90, #b90000)",
5762
- "error-80": "var(--aquarium-colors-error-80, #c50001)",
5763
- "error-70": "var(--aquarium-colors-error-70, #d80005)",
5764
- "error-60": "var(--aquarium-colors-error-60, #e70000)",
5765
- "error-50": "var(--aquarium-colors-error-50, #e62728)",
5766
- "error-40": "var(--aquarium-colors-error-40, #e0504f)",
5767
- "error-30": "var(--aquarium-colors-error-30, #ed7975)",
5768
- "error-20": "var(--aquarium-colors-error-20, #ffadb3)",
5769
- "error-10": "var(--aquarium-colors-error-10, #ffcbd2)",
5770
- "error-5": "var(--aquarium-colors-error-5, #fee8e7)",
5771
- "error-0": "var(--aquarium-colors-error-0, #fef2f1)",
5772
- "warning-100": "var(--aquarium-colors-warning-100, #fe6d00)",
5773
- "warning-90": "var(--aquarium-colors-warning-90, #ff9003)",
5774
- "warning-80": "var(--aquarium-colors-warning-80, #fd9f00)",
5775
- "warning-70": "var(--aquarium-colors-warning-70, #ffb300)",
5776
- "warning-60": "var(--aquarium-colors-warning-60, #ffc107)",
5777
- "warning-50": "var(--aquarium-colors-warning-50, #fdc926)",
5778
- "warning-40": "var(--aquarium-colors-warning-40, #fdd44d)",
5779
- "warning-30": "var(--aquarium-colors-warning-30, #fddf81)",
5780
- "warning-20": "var(--aquarium-colors-warning-20, #feebb2)",
5781
- "warning-10": "var(--aquarium-colors-warning-10, #fff2cd)",
5782
- "warning-5": "var(--aquarium-colors-warning-5, #fff8ea)",
5783
- "warning-0": "var(--aquarium-colors-warning-0, #fffdf9)",
5784
- "success-100": "var(--aquarium-colors-success-100, #006f00)",
5785
- "success-90": "var(--aquarium-colors-success-90, #008e00)",
5786
- "success-80": "var(--aquarium-colors-success-80, #009f00)",
5787
- "success-70": "var(--aquarium-colors-success-70, #00b300)",
5788
- "success-60": "var(--aquarium-colors-success-60, #00c300)",
5789
- "success-50": "var(--aquarium-colors-success-50, #40ce37)",
5790
- "success-40": "var(--aquarium-colors-success-40, #60db57)",
5791
- "success-30": "var(--aquarium-colors-success-30, #89eb80)",
5792
- "success-20": "var(--aquarium-colors-success-20, #afffa7)",
5793
- "success-10": "var(--aquarium-colors-success-10, #cbffc9)",
5794
- "success-5": "var(--aquarium-colors-success-5, #ecf7ed)",
5795
- "success-0": "var(--aquarium-colors-success-0, #f5faf5)",
5796
- "info-100": "var(--aquarium-colors-info-100, #02569a)",
5797
- "info-90": "var(--aquarium-colors-info-90, #0174ba)",
5798
- "info-80": "var(--aquarium-colors-info-80, #0788d1)",
5799
- "info-70": "var(--aquarium-colors-info-70, #0399e3)",
5800
- "info-60": "var(--aquarium-colors-info-60, #02a8f3)",
5801
- "info-50": "var(--aquarium-colors-info-50, #28b4f4)",
5802
- "info-40": "var(--aquarium-colors-info-40, #4cc2f7)",
5803
- "info-30": "var(--aquarium-colors-info-30, #7fd1f7)",
5804
- "info-20": "var(--aquarium-colors-info-20, #b4e5fb)",
5805
- "info-10": "var(--aquarium-colors-info-10, #e0f5fe)",
5806
- "info-5": "var(--aquarium-colors-info-5, #effaff)",
5807
- "info-0": "var(--aquarium-colors-info-0, #f9fdff)",
5808
- "grey-100": "var(--aquarium-colors-grey-100, #19191d)",
5809
- "grey-90": "var(--aquarium-colors-grey-90, #292a31)",
5810
- "grey-80": "var(--aquarium-colors-grey-80, #3a3a44)",
5811
- "grey-70": "var(--aquarium-colors-grey-70, #4a4b57)",
5812
- "grey-60": "var(--aquarium-colors-grey-60, #5a5b6a)",
5813
- "grey-50": "var(--aquarium-colors-grey-50, #787885)",
5814
- "grey-40": "var(--aquarium-colors-grey-40, #9696a0)",
5815
- "grey-30": "var(--aquarium-colors-grey-30, #b4b4bb)",
5816
- "grey-20": "var(--aquarium-colors-grey-20, #d2d2d6)",
5817
- "grey-10": "var(--aquarium-colors-grey-10, #e1e1e3)",
5818
- "grey-5": "var(--aquarium-colors-grey-5, #ededf0)",
5819
- "grey-0": "var(--aquarium-colors-grey-0, #f7f7fa)",
5820
- "secondary-100": "var(--aquarium-colors-secondary-100, #e11d16)",
5821
- "secondary-90": "var(--aquarium-colors-secondary-90, #eb4610)",
5822
- "secondary-80": "var(--aquarium-colors-secondary-80, #f3580d)",
5823
- "secondary-70": "var(--aquarium-colors-secondary-70, #f96a02)",
5824
- "secondary-60": "var(--aquarium-colors-secondary-60, #ff7700)",
5825
- "secondary-50": "var(--aquarium-colors-secondary-50, #fc871a)",
5826
- "secondary-40": "var(--aquarium-colors-secondary-40, #fb9a3e)",
5827
- "secondary-30": "var(--aquarium-colors-secondary-30, #fab26e)",
5828
- "secondary-20": "var(--aquarium-colors-secondary-20, #f8c99c)",
5829
- "secondary-10": "var(--aquarium-colors-secondary-10, #fee8d0)",
5830
- "secondary-5": "var(--aquarium-colors-secondary-5, #fff3e8)",
5831
- "secondary-0": "var(--aquarium-colors-secondary-0, #fffbf8)",
5832
- "primary-100": "var(--aquarium-colors-primary-100, #0e1652)",
5833
- "primary-90": "var(--aquarium-colors-primary-90, #222f95)",
5834
- "primary-80": "var(--aquarium-colors-primary-80, #3545be)",
5835
- "primary-70": "var(--aquarium-colors-primary-70, #5865cd)",
5836
- "primary-60": "var(--aquarium-colors-primary-60, #818eec)",
5837
- "primary-50": "var(--aquarium-colors-primary-50, #9daaee)",
5838
- "primary-40": "var(--aquarium-colors-primary-40, #b9c5ef)",
5839
- "primary-30": "var(--aquarium-colors-primary-30, #c7d1f4)",
5840
- "primary-20": "var(--aquarium-colors-primary-20, #d5ddfa)",
5841
- "primary-10": "var(--aquarium-colors-primary-10, #e3e9ff)",
5842
- "primary-5": "var(--aquarium-colors-primary-5, #f3f6ff)",
5843
- "primary-0": "var(--aquarium-colors-primary-0, #ffffff)",
5844
- transparent: "var(--aquarium-colors-transparent, transparent)",
5845
- current: "var(--aquarium-colors-current, currentColor)",
5846
- white: "var(--aquarium-colors-white, white)",
5847
- black: "var(--aquarium-colors-black, black)",
5244
+ white: "var(--aquarium-colors-white)",
5245
+ black: "var(--aquarium-colors-black)",
5246
+ transparent: "var(--aquarium-colors-transparent)",
5247
+ current: "var(--aquarium-colors-current)",
5248
+ error: {
5249
+ "0": "var(--aquarium-colors-error-0)",
5250
+ "5": "var(--aquarium-colors-error-5)",
5251
+ "10": "var(--aquarium-colors-error-10)",
5252
+ "20": "var(--aquarium-colors-error-20)",
5253
+ "30": "var(--aquarium-colors-error-30)",
5254
+ "40": "var(--aquarium-colors-error-40)",
5255
+ "50": "var(--aquarium-colors-error-50)",
5256
+ "60": "var(--aquarium-colors-error-60)",
5257
+ "70": "var(--aquarium-colors-error-70)",
5258
+ "80": "var(--aquarium-colors-error-80)",
5259
+ "90": "var(--aquarium-colors-error-90)",
5260
+ "100": "var(--aquarium-colors-error-100)"
5261
+ },
5262
+ warning: {
5263
+ "0": "var(--aquarium-colors-warning-0)",
5264
+ "5": "var(--aquarium-colors-warning-5)",
5265
+ "10": "var(--aquarium-colors-warning-10)",
5266
+ "20": "var(--aquarium-colors-warning-20)",
5267
+ "30": "var(--aquarium-colors-warning-30)",
5268
+ "40": "var(--aquarium-colors-warning-40)",
5269
+ "50": "var(--aquarium-colors-warning-50)",
5270
+ "60": "var(--aquarium-colors-warning-60)",
5271
+ "70": "var(--aquarium-colors-warning-70)",
5272
+ "80": "var(--aquarium-colors-warning-80)",
5273
+ "90": "var(--aquarium-colors-warning-90)",
5274
+ "100": "var(--aquarium-colors-warning-100)",
5275
+ muted: "var(--aquarium-border-color-warning-muted)",
5276
+ default: "var(--aquarium-border-color-warning-default)",
5277
+ intense: "var(--aquarium-border-color-warning-intense)"
5278
+ },
5279
+ success: {
5280
+ "0": "var(--aquarium-colors-success-0)",
5281
+ "5": "var(--aquarium-colors-success-5)",
5282
+ "10": "var(--aquarium-colors-success-10)",
5283
+ "20": "var(--aquarium-colors-success-20)",
5284
+ "30": "var(--aquarium-colors-success-30)",
5285
+ "40": "var(--aquarium-colors-success-40)",
5286
+ "50": "var(--aquarium-colors-success-50)",
5287
+ "60": "var(--aquarium-colors-success-60)",
5288
+ "70": "var(--aquarium-colors-success-70)",
5289
+ "80": "var(--aquarium-colors-success-80)",
5290
+ "90": "var(--aquarium-colors-success-90)",
5291
+ "100": "var(--aquarium-colors-success-100)",
5292
+ muted: "var(--aquarium-border-color-success-muted)",
5293
+ default: "var(--aquarium-border-color-success-default)",
5294
+ intense: "var(--aquarium-border-color-success-intense)"
5295
+ },
5296
+ info: {
5297
+ "0": "var(--aquarium-colors-info-0)",
5298
+ "5": "var(--aquarium-colors-info-5)",
5299
+ "10": "var(--aquarium-colors-info-10)",
5300
+ "20": "var(--aquarium-colors-info-20)",
5301
+ "30": "var(--aquarium-colors-info-30)",
5302
+ "40": "var(--aquarium-colors-info-40)",
5303
+ "50": "var(--aquarium-colors-info-50)",
5304
+ "60": "var(--aquarium-colors-info-60)",
5305
+ "70": "var(--aquarium-colors-info-70)",
5306
+ "80": "var(--aquarium-colors-info-80)",
5307
+ "90": "var(--aquarium-colors-info-90)",
5308
+ "100": "var(--aquarium-colors-info-100)",
5309
+ muted: "var(--aquarium-border-color-info-muted)",
5310
+ default: "var(--aquarium-border-color-info-default)",
5311
+ intense: "var(--aquarium-border-color-info-intense)"
5312
+ },
5313
+ grey: {
5314
+ "0": "var(--aquarium-colors-grey-0)",
5315
+ "5": "var(--aquarium-colors-grey-5)",
5316
+ "10": "var(--aquarium-colors-grey-10)",
5317
+ "20": "var(--aquarium-colors-grey-20)",
5318
+ "30": "var(--aquarium-colors-grey-30)",
5319
+ "40": "var(--aquarium-colors-grey-40)",
5320
+ "50": "var(--aquarium-colors-grey-50)",
5321
+ "60": "var(--aquarium-colors-grey-60)",
5322
+ "70": "var(--aquarium-colors-grey-70)",
5323
+ "80": "var(--aquarium-colors-grey-80)",
5324
+ "90": "var(--aquarium-colors-grey-90)",
5325
+ "100": "var(--aquarium-colors-grey-100)"
5326
+ },
5327
+ secondary: {
5328
+ "0": "var(--aquarium-colors-secondary-0)",
5329
+ "5": "var(--aquarium-colors-secondary-5)",
5330
+ "10": "var(--aquarium-colors-secondary-10)",
5331
+ "20": "var(--aquarium-colors-secondary-20)",
5332
+ "30": "var(--aquarium-colors-secondary-30)",
5333
+ "40": "var(--aquarium-colors-secondary-40)",
5334
+ "50": "var(--aquarium-colors-secondary-50)",
5335
+ "60": "var(--aquarium-colors-secondary-60)",
5336
+ "70": "var(--aquarium-colors-secondary-70)",
5337
+ "80": "var(--aquarium-colors-secondary-80)",
5338
+ "90": "var(--aquarium-colors-secondary-90)",
5339
+ "100": "var(--aquarium-colors-secondary-100)"
5340
+ },
5341
+ primary: {
5342
+ "0": "var(--aquarium-colors-primary-0)",
5343
+ "5": "var(--aquarium-colors-primary-5)",
5344
+ "10": "var(--aquarium-colors-primary-10)",
5345
+ "20": "var(--aquarium-colors-primary-20)",
5346
+ "30": "var(--aquarium-colors-primary-30)",
5347
+ "40": "var(--aquarium-colors-primary-40)",
5348
+ "50": "var(--aquarium-colors-primary-50)",
5349
+ "60": "var(--aquarium-colors-primary-60)",
5350
+ "70": "var(--aquarium-colors-primary-70)",
5351
+ "80": "var(--aquarium-colors-primary-80)",
5352
+ "90": "var(--aquarium-colors-primary-90)",
5353
+ "100": "var(--aquarium-colors-primary-100)",
5354
+ muted: "var(--aquarium-border-color-primary-muted)",
5355
+ default: "var(--aquarium-border-color-primary-default)",
5356
+ intense: "var(--aquarium-border-color-primary-intense)"
5357
+ },
5848
5358
  DEFAULT: "currentColor",
5849
5359
  muted: "var(--aquarium-border-color-muted)",
5850
5360
  default: "var(--aquarium-border-color-default)",
5851
5361
  intense: "var(--aquarium-border-color-intense)",
5852
- "primary-muted": "var(--aquarium-border-color-primary-muted)",
5853
- "primary-default": "var(--aquarium-border-color-primary-default)",
5854
- "primary-intense": "var(--aquarium-border-color-primary-intense)",
5855
- "info-muted": "var(--aquarium-border-color-info-muted)",
5856
- "info-default": "var(--aquarium-border-color-info-default)",
5857
- "info-intense": "var(--aquarium-border-color-info-intense)",
5858
- "success-muted": "var(--aquarium-border-color-success-muted)",
5859
- "success-default": "var(--aquarium-border-color-success-default)",
5860
- "success-intense": "var(--aquarium-border-color-success-intense)",
5861
- "warning-muted": "var(--aquarium-border-color-warning-muted)",
5862
- "warning-default": "var(--aquarium-border-color-warning-default)",
5863
- "warning-intense": "var(--aquarium-border-color-warning-intense)",
5864
- "danger-muted": "var(--aquarium-border-color-danger-muted)",
5865
- "danger-default": "var(--aquarium-border-color-danger-default)",
5866
- "danger-intense": "var(--aquarium-border-color-danger-intense)"
5362
+ danger: {
5363
+ muted: "var(--aquarium-border-color-danger-muted)",
5364
+ default: "var(--aquarium-border-color-danger-default)",
5365
+ intense: "var(--aquarium-border-color-danger-intense)"
5366
+ }
5867
5367
  },
5868
5368
  gap: {
5869
- "0": "0",
5369
+ "0": "0px",
5870
5370
  "1": "2px",
5871
5371
  "2": "4px",
5872
5372
  "3": "8px",
@@ -6033,7 +5533,658 @@ var import_overlays = require("@react-aria/overlays");
6033
5533
  var import_isPlainObject = __toESM(require("lodash/isPlainObject"));
6034
5534
  var import_isUndefined = __toESM(require("lodash/isUndefined"));
6035
5535
  var import_orderBy = __toESM(require("lodash/orderBy"));
6036
- var { screens: allBreakpoints } = tailwind_theme_default;
5536
+
5537
+ // src/tokens/tokens.json
5538
+ var tokens_default = {
5539
+ borderRadius: {
5540
+ default: "4px",
5541
+ full: "9999px",
5542
+ "3xl": "1.5rem",
5543
+ "2xl": "1rem",
5544
+ xl: "0.75rem",
5545
+ lg: "0.5rem",
5546
+ md: "0.375rem",
5547
+ sm: "0.125rem",
5548
+ none: "0px"
5549
+ },
5550
+ borderWidth: {
5551
+ "0": "0px",
5552
+ "1": "1px",
5553
+ "2": "2px",
5554
+ "4": "4px",
5555
+ "8": "8px",
5556
+ default: "1px"
5557
+ },
5558
+ backgroundColor: {
5559
+ body: "white",
5560
+ "body-intense": "#3a3a44",
5561
+ "popover-content": "white",
5562
+ muted: "#f7f7fa",
5563
+ default: "#ededf0",
5564
+ intense: "#d2d2d6",
5565
+ primary: {
5566
+ muted: "#b9c5ef",
5567
+ default: "#3545be",
5568
+ intense: "#222f95",
5569
+ active: "#f3f6ff",
5570
+ hover: "#f3f6ff"
5571
+ },
5572
+ info: {
5573
+ muted: "#e0f5fe",
5574
+ default: "#0399e3",
5575
+ intense: "#0174ba"
5576
+ },
5577
+ success: {
5578
+ muted: "#ecf7ed",
5579
+ default: "#00b300",
5580
+ intense: "#008e00"
5581
+ },
5582
+ warning: {
5583
+ muted: "#fff8ea",
5584
+ default: "#ffb300",
5585
+ intense: "#ff9003"
5586
+ },
5587
+ danger: {
5588
+ muted: "#ffcbd2",
5589
+ default: "#ffadb3",
5590
+ intense: "#e62728"
5591
+ },
5592
+ status: {
5593
+ announcement: "#f3f6ff",
5594
+ info: "#e0f5fe",
5595
+ warning: "#fff8ea",
5596
+ danger: "#fee8e7",
5597
+ success: "#ecf7ed"
5598
+ },
5599
+ "icon-button": {
5600
+ hover: "rgba(25,25,29,.05)"
5601
+ }
5602
+ },
5603
+ borderColor: {
5604
+ muted: "#ededf0",
5605
+ default: "#d2d2d6",
5606
+ intense: "#787885",
5607
+ primary: {
5608
+ muted: "#818eec",
5609
+ default: "#3545be",
5610
+ intense: "#0e1652"
5611
+ },
5612
+ info: {
5613
+ muted: "#28b4f4",
5614
+ default: "#0399e3",
5615
+ intense: "#0174ba"
5616
+ },
5617
+ success: {
5618
+ muted: "#cbffc9",
5619
+ default: "#60db57",
5620
+ intense: "#00b300"
5621
+ },
5622
+ warning: {
5623
+ muted: "#feebb2",
5624
+ default: "#ffb300",
5625
+ intense: "#ff9003"
5626
+ },
5627
+ danger: {
5628
+ muted: "#ffcbd2",
5629
+ default: "#e62728",
5630
+ intense: "#c50001"
5631
+ }
5632
+ },
5633
+ colors: {
5634
+ white: "white",
5635
+ black: "black",
5636
+ transparent: "transparent",
5637
+ current: "currentColor",
5638
+ error: {
5639
+ "0": "#fef2f1",
5640
+ "5": "#fee8e7",
5641
+ "10": "#ffcbd2",
5642
+ "20": "#ffadb3",
5643
+ "30": "#ed7975",
5644
+ "40": "#e0504f",
5645
+ "50": "#e62728",
5646
+ "60": "#e70000",
5647
+ "70": "#d80005",
5648
+ "80": "#c50001",
5649
+ "90": "#b90000",
5650
+ "100": "#aa0000"
5651
+ },
5652
+ warning: {
5653
+ "0": "#fffdf9",
5654
+ "5": "#fff8ea",
5655
+ "10": "#fff2cd",
5656
+ "20": "#feebb2",
5657
+ "30": "#fddf81",
5658
+ "40": "#fdd44d",
5659
+ "50": "#fdc926",
5660
+ "60": "#ffc107",
5661
+ "70": "#ffb300",
5662
+ "80": "#fd9f00",
5663
+ "90": "#ff9003",
5664
+ "100": "#fe6d00"
5665
+ },
5666
+ success: {
5667
+ "0": "#f5faf5",
5668
+ "5": "#ecf7ed",
5669
+ "10": "#cbffc9",
5670
+ "20": "#afffa7",
5671
+ "30": "#89eb80",
5672
+ "40": "#60db57",
5673
+ "50": "#40ce37",
5674
+ "60": "#00c300",
5675
+ "70": "#00b300",
5676
+ "80": "#009f00",
5677
+ "90": "#008e00",
5678
+ "100": "#006f00"
5679
+ },
5680
+ info: {
5681
+ "0": "#f9fdff",
5682
+ "5": "#effaff",
5683
+ "10": "#e0f5fe",
5684
+ "20": "#b4e5fb",
5685
+ "30": "#7fd1f7",
5686
+ "40": "#4cc2f7",
5687
+ "50": "#28b4f4",
5688
+ "60": "#02a8f3",
5689
+ "70": "#0399e3",
5690
+ "80": "#0788d1",
5691
+ "90": "#0174ba",
5692
+ "100": "#02569a"
5693
+ },
5694
+ grey: {
5695
+ "0": "#f7f7fa",
5696
+ "5": "#ededf0",
5697
+ "10": "#e1e1e3",
5698
+ "20": "#d2d2d6",
5699
+ "30": "#b4b4bb",
5700
+ "40": "#9696a0",
5701
+ "50": "#787885",
5702
+ "60": "#5a5b6a",
5703
+ "70": "#4a4b57",
5704
+ "80": "#3a3a44",
5705
+ "90": "#292a31",
5706
+ "100": "#19191d"
5707
+ },
5708
+ secondary: {
5709
+ "0": "#fffbf8",
5710
+ "5": "#fff3e8",
5711
+ "10": "#fee8d0",
5712
+ "20": "#f8c99c",
5713
+ "30": "#fab26e",
5714
+ "40": "#fb9a3e",
5715
+ "50": "#fc871a",
5716
+ "60": "#ff7700",
5717
+ "70": "#f96a02",
5718
+ "80": "#f3580d",
5719
+ "90": "#eb4610",
5720
+ "100": "#e11d16"
5721
+ },
5722
+ primary: {
5723
+ "0": "#ffffff",
5724
+ "5": "#f3f6ff",
5725
+ "10": "#e3e9ff",
5726
+ "20": "#d5ddfa",
5727
+ "30": "#c7d1f4",
5728
+ "40": "#b9c5ef",
5729
+ "50": "#9daaee",
5730
+ "60": "#818eec",
5731
+ "70": "#5865cd",
5732
+ "80": "#3545be",
5733
+ "90": "#222f95",
5734
+ "100": "#0e1652"
5735
+ }
5736
+ },
5737
+ textColor: {
5738
+ inactive: "#9696a0",
5739
+ muted: "#787885",
5740
+ default: "#4a4b57",
5741
+ intense: "#292a31",
5742
+ primary: {
5743
+ inactive: "#b9c5ef",
5744
+ active: "#222f95",
5745
+ muted: "#818eec",
5746
+ default: "#5865cd",
5747
+ intense: "#3545be"
5748
+ },
5749
+ info: {
5750
+ inactive: "#b4e5fb",
5751
+ muted: "#4cc2f7",
5752
+ default: "#0399e3",
5753
+ intense: "#0174ba"
5754
+ },
5755
+ success: {
5756
+ inactive: "#cbffc9",
5757
+ muted: "#89eb80",
5758
+ default: "#00b300",
5759
+ intense: "#008e00"
5760
+ },
5761
+ warning: {
5762
+ inactive: "#feebb2",
5763
+ muted: "#fdd44d",
5764
+ default: "#fd9f00",
5765
+ intense: "#fe6d00"
5766
+ },
5767
+ danger: {
5768
+ inactive: "#ffcbd2",
5769
+ muted: "#ffadb3",
5770
+ default: "#e62728",
5771
+ intense: "#c50001"
5772
+ }
5773
+ },
5774
+ boxShadow: {
5775
+ "24dp": "0px 24px 48px rgba(90, 91, 106, 0.08), 0px 12px 24px rgba(58, 58, 68, 0.08)",
5776
+ "16dp": "0px 16px 32px rgba(90, 91, 106, 0.12), 0px 8px 16px rgba(58, 58, 68, 0.12)",
5777
+ "8dp": "0px 8px 16px rgba(90, 91, 106, 0.16), 0px 4px 8px rgba(58, 58, 68, 0.16)",
5778
+ "4dp": "0px 4px 8px rgba(90, 91, 106, 0.20), 0px 2px 4px rgba(58, 58, 68, 0.20)",
5779
+ "2dp": "0px 2px 4px rgba(90, 91, 106, 0.24), 0px 1px 2px rgba(58, 58, 68, 0.24)",
5780
+ whiteInset: "inset 0 0 0 3px rgba(255,255,255,1)"
5781
+ },
5782
+ elevations: {
5783
+ "24dp": "0px 24px 48px rgba(90, 91, 106, 0.08), 0px 12px 24px rgba(58, 58, 68, 0.08)",
5784
+ "16dp": "0px 16px 32px rgba(90, 91, 106, 0.12), 0px 8px 16px rgba(58, 58, 68, 0.12)",
5785
+ "8dp": "0px 8px 16px rgba(90, 91, 106, 0.16), 0px 4px 8px rgba(58, 58, 68, 0.16)",
5786
+ "4dp": "0px 4px 8px rgba(90, 91, 106, 0.20), 0px 2px 4px rgba(58, 58, 68, 0.20)",
5787
+ "2dp": "0px 2px 4px rgba(90, 91, 106, 0.24), 0px 1px 2px rgba(58, 58, 68, 0.24)"
5788
+ },
5789
+ screens: {
5790
+ default: "0px",
5791
+ xs: "320px",
5792
+ sm: "672px",
5793
+ md: "1056px",
5794
+ lg: "1312px",
5795
+ xl: "1536px"
5796
+ },
5797
+ margin: {
5798
+ "0": "0px",
5799
+ "1": "2px",
5800
+ "2": "4px",
5801
+ "3": "8px",
5802
+ "4": "12px",
5803
+ "5": "16px",
5804
+ "6": "24px",
5805
+ "7": "32px",
5806
+ "8": "40px",
5807
+ "9": "48px",
5808
+ "1px": "1px",
5809
+ l1: "16px",
5810
+ l2: "24px",
5811
+ l3: "32px",
5812
+ l4: "48px",
5813
+ l5: "64px",
5814
+ l6: "96px",
5815
+ l7: "160px"
5816
+ },
5817
+ spacing: {
5818
+ "0": "0px",
5819
+ "1": "2px",
5820
+ "2": "4px",
5821
+ "3": "8px",
5822
+ "4": "12px",
5823
+ "5": "16px",
5824
+ "6": "24px",
5825
+ "7": "32px",
5826
+ "8": "40px",
5827
+ "9": "48px",
5828
+ "1px": "1px",
5829
+ l1: "16px",
5830
+ l2: "24px",
5831
+ l3: "32px",
5832
+ l4: "48px",
5833
+ l5: "64px",
5834
+ l6: "96px",
5835
+ l7: "160px"
5836
+ },
5837
+ fontSize: {
5838
+ base: "1rem",
5839
+ "base-line-height": "1.5rem",
5840
+ xs: "0.75rem",
5841
+ "xs-line-height": "1rem",
5842
+ sm: "0.875rem",
5843
+ "sm-line-height": "1.25rem",
5844
+ "lg-line-height": "1.75rem",
5845
+ lg: "1.125rem",
5846
+ "xl-line-height": "1.75rem",
5847
+ xl: "1.25rem",
5848
+ "2xl-line-height": "2rem",
5849
+ "2xl": "1.5rem",
5850
+ "3xl-line-height": "2.25rem",
5851
+ "3xl": "1.875rem",
5852
+ "4xl-line-height": "2.5rem",
5853
+ "4xl": "2.25rem",
5854
+ "5xl-line-height": "1",
5855
+ "5xl": "3rem",
5856
+ "6xl-line-height": "1",
5857
+ "6xl": "3.75rem",
5858
+ "7xl-line-height": "1",
5859
+ "7xl": "4.5rem",
5860
+ "8xl-line-height": "1",
5861
+ "8xl": "6rem",
5862
+ "9xl-line-height": "1",
5863
+ "9xl": "8rem"
5864
+ },
5865
+ fontFamily: {
5866
+ heading: [
5867
+ "Poppins"
5868
+ ],
5869
+ body: [
5870
+ "Inter"
5871
+ ]
5872
+ },
5873
+ typography: {
5874
+ "large-heading": {
5875
+ fontFamily: [
5876
+ "Poppins"
5877
+ ],
5878
+ fontSize: "32px",
5879
+ fontWeight: 700,
5880
+ fontStyle: "normal",
5881
+ lineHeight: 1.375,
5882
+ textTransform: "none"
5883
+ },
5884
+ heading: {
5885
+ fontFamily: [
5886
+ "Poppins"
5887
+ ],
5888
+ fontSize: "24px",
5889
+ fontWeight: 700,
5890
+ fontStyle: "normal",
5891
+ lineHeight: 1.375,
5892
+ textTransform: "none"
5893
+ },
5894
+ subheading: {
5895
+ fontFamily: [
5896
+ "Poppins"
5897
+ ],
5898
+ fontSize: "20px",
5899
+ fontWeight: 600,
5900
+ fontStyle: "normal",
5901
+ lineHeight: 1.375,
5902
+ textTransform: "none"
5903
+ },
5904
+ "large-strong": {
5905
+ fontFamily: [
5906
+ "Inter"
5907
+ ],
5908
+ fontSize: "20px",
5909
+ fontWeight: 600,
5910
+ fontStyle: "normal",
5911
+ lineHeight: 1.58,
5912
+ textTransform: "none"
5913
+ },
5914
+ large: {
5915
+ fontFamily: [
5916
+ "Inter"
5917
+ ],
5918
+ fontSize: "20px",
5919
+ fontWeight: 500,
5920
+ fontStyle: "normal",
5921
+ lineHeight: 1.58,
5922
+ textTransform: "none"
5923
+ },
5924
+ "default-strong": {
5925
+ fontFamily: [
5926
+ "Inter"
5927
+ ],
5928
+ fontSize: "16px",
5929
+ fontWeight: 500,
5930
+ fontStyle: "normal",
5931
+ lineHeight: 1.5,
5932
+ textTransform: "none"
5933
+ },
5934
+ default: {
5935
+ fontFamily: [
5936
+ "Inter"
5937
+ ],
5938
+ fontSize: "16px",
5939
+ fontWeight: 400,
5940
+ fontStyle: "normal",
5941
+ lineHeight: 1.5,
5942
+ textTransform: "none"
5943
+ },
5944
+ "small-strong": {
5945
+ fontFamily: [
5946
+ "Inter"
5947
+ ],
5948
+ fontSize: "14px",
5949
+ fontWeight: 500,
5950
+ fontStyle: "normal",
5951
+ lineHeight: 1.42,
5952
+ textTransform: "none"
5953
+ },
5954
+ small: {
5955
+ fontFamily: [
5956
+ "Inter"
5957
+ ],
5958
+ fontSize: "14px",
5959
+ fontWeight: 400,
5960
+ fontStyle: "normal",
5961
+ lineHeight: 1.42,
5962
+ textTransform: "none"
5963
+ },
5964
+ caption: {
5965
+ fontFamily: [
5966
+ "Inter"
5967
+ ],
5968
+ fontSize: "12px",
5969
+ fontWeight: 400,
5970
+ fontStyle: "normal",
5971
+ lineHeight: 1.26,
5972
+ textTransform: "none"
5973
+ },
5974
+ "caption-small": {
5975
+ fontFamily: [
5976
+ "Inter"
5977
+ ],
5978
+ fontSize: "10px",
5979
+ fontWeight: 400,
5980
+ fontStyle: "normal",
5981
+ lineHeight: 1.2,
5982
+ letterSpacing: 0,
5983
+ textTransform: "none"
5984
+ },
5985
+ "caption-default": {
5986
+ fontFamily: [
5987
+ "Inter"
5988
+ ],
5989
+ fontSize: "12px",
5990
+ fontWeight: 400,
5991
+ fontStyle: "normal",
5992
+ lineHeight: 1.26,
5993
+ letterSpacing: 0,
5994
+ textTransform: "none"
5995
+ },
5996
+ "overline-small": {
5997
+ fontFamily: [
5998
+ "Inter"
5999
+ ],
6000
+ fontSize: "10px",
6001
+ fontWeight: 400,
6002
+ fontStyle: "normal",
6003
+ lineHeight: 1,
6004
+ letterSpacing: 0,
6005
+ textTransform: "uppercase"
6006
+ },
6007
+ "overline-default": {
6008
+ fontFamily: [
6009
+ "Inter"
6010
+ ],
6011
+ fontSize: "12px",
6012
+ fontWeight: 400,
6013
+ fontStyle: "normal",
6014
+ lineHeight: 1,
6015
+ letterSpacing: 0,
6016
+ textTransform: "uppercase"
6017
+ },
6018
+ "button-small": {
6019
+ fontFamily: [
6020
+ "Inter"
6021
+ ],
6022
+ fontSize: "12px",
6023
+ fontWeight: 500,
6024
+ fontStyle: "normal",
6025
+ lineHeight: 1,
6026
+ letterSpacing: 0,
6027
+ textTransform: "none"
6028
+ },
6029
+ "button-medium": {
6030
+ fontFamily: [
6031
+ "Inter"
6032
+ ],
6033
+ fontSize: "14px",
6034
+ fontWeight: 400,
6035
+ fontStyle: "normal",
6036
+ lineHeight: 1,
6037
+ letterSpacing: 0,
6038
+ textTransform: "none"
6039
+ },
6040
+ "button-large": {
6041
+ fontFamily: [
6042
+ "Inter"
6043
+ ],
6044
+ fontSize: "16px",
6045
+ fontWeight: 500,
6046
+ fontStyle: "normal",
6047
+ lineHeight: 1.5,
6048
+ letterSpacing: 0,
6049
+ textTransform: "none"
6050
+ },
6051
+ "body-small": {
6052
+ fontFamily: [
6053
+ "Inter"
6054
+ ],
6055
+ fontSize: "14px",
6056
+ fontWeight: 400,
6057
+ fontStyle: "normal",
6058
+ lineHeight: 1.43,
6059
+ letterSpacing: 0,
6060
+ textTransform: "none"
6061
+ },
6062
+ "body-small-medium": {
6063
+ fontFamily: [
6064
+ "Inter"
6065
+ ],
6066
+ fontSize: "14px",
6067
+ fontWeight: 500,
6068
+ fontStyle: "normal",
6069
+ lineHeight: 1.43,
6070
+ letterSpacing: 0,
6071
+ textTransform: "none"
6072
+ },
6073
+ "body-default": {
6074
+ fontFamily: [
6075
+ "Inter"
6076
+ ],
6077
+ fontSize: "16px",
6078
+ fontWeight: 400,
6079
+ fontStyle: "normal",
6080
+ lineHeight: 1.5,
6081
+ letterSpacing: 0,
6082
+ textTransform: "none"
6083
+ },
6084
+ "body-default-medium": {
6085
+ fontFamily: [
6086
+ "Inter"
6087
+ ],
6088
+ fontSize: "16px",
6089
+ fontWeight: 500,
6090
+ fontStyle: "normal",
6091
+ lineHeight: 1.5,
6092
+ letterSpacing: 0,
6093
+ textTransform: "none"
6094
+ },
6095
+ "body-large": {
6096
+ fontFamily: [
6097
+ "Inter"
6098
+ ],
6099
+ fontSize: "20px",
6100
+ fontWeight: 400,
6101
+ fontStyle: "normal",
6102
+ lineHeight: 1.58,
6103
+ letterSpacing: 0,
6104
+ textTransform: "none"
6105
+ },
6106
+ "body-large-medium": {
6107
+ fontFamily: [
6108
+ "Inter"
6109
+ ],
6110
+ fontSize: "20px",
6111
+ fontWeight: 400,
6112
+ fontStyle: "normal",
6113
+ lineHeight: 1.2,
6114
+ letterSpacing: 0,
6115
+ textTransform: "none"
6116
+ },
6117
+ "heading-large": {
6118
+ fontFamily: [
6119
+ "Inter"
6120
+ ],
6121
+ fontSize: "20px",
6122
+ fontWeight: 700,
6123
+ fontStyle: "normal",
6124
+ lineHeight: 1.5,
6125
+ letterSpacing: 0.15,
6126
+ textTransform: "none"
6127
+ },
6128
+ "heading-xl": {
6129
+ fontFamily: [
6130
+ "Inter"
6131
+ ],
6132
+ fontSize: "24px",
6133
+ fontWeight: 700,
6134
+ fontStyle: "normal",
6135
+ lineHeight: 1.5,
6136
+ letterSpacing: 0,
6137
+ textTransform: "none"
6138
+ },
6139
+ "heading-2xl": {
6140
+ fontFamily: [
6141
+ "Inter"
6142
+ ],
6143
+ fontSize: "34px",
6144
+ fontWeight: 700,
6145
+ fontStyle: "normal",
6146
+ lineHeight: 1.28,
6147
+ letterSpacing: 0,
6148
+ textTransform: "none"
6149
+ },
6150
+ "heading-3xl": {
6151
+ fontFamily: [
6152
+ "Inter"
6153
+ ],
6154
+ fontSize: "48px",
6155
+ fontWeight: 700,
6156
+ fontStyle: "normal",
6157
+ lineHeight: 1.24,
6158
+ letterSpacing: -0.48,
6159
+ textTransform: "none"
6160
+ },
6161
+ "heading-4xl": {
6162
+ fontFamily: [
6163
+ "Inter"
6164
+ ],
6165
+ fontSize: "60px",
6166
+ fontWeight: 700,
6167
+ fontStyle: "normal",
6168
+ lineHeight: 1.2,
6169
+ letterSpacing: -1.5,
6170
+ textTransform: "none"
6171
+ },
6172
+ "heading-5xl": {
6173
+ fontFamily: [
6174
+ "Inter"
6175
+ ],
6176
+ fontSize: "76px",
6177
+ fontWeight: 700,
6178
+ fontStyle: "normal",
6179
+ lineHeight: 1.2,
6180
+ letterSpacing: -1.98,
6181
+ textTransform: "none"
6182
+ }
6183
+ }
6184
+ };
6185
+
6186
+ // src/utils/breakpoints.ts
6187
+ var { screens: allBreakpoints } = tokens_default;
6037
6188
  var SCREEN_TO_PX_MAPPING = getPxMapping(allBreakpoints);
6038
6189
  var BREAKPOINT_PRIORITY = (0, import_orderBy.default)(
6039
6190
  Object.keys(SCREEN_TO_PX_MAPPING).map((key) => {
@@ -6045,9 +6196,9 @@ var BREAKPOINT_PRIORITY = (0, import_orderBy.default)(
6045
6196
  (bp) => bp.pxValue,
6046
6197
  "desc"
6047
6198
  );
6048
- function getPxMapping(breakpoints) {
6049
- return Object.keys(breakpoints).reduce((acc, key) => {
6050
- const minWidthInPx = breakpoints[key];
6199
+ function getPxMapping(breakpoints2) {
6200
+ return Object.keys(breakpoints2).reduce((acc, key) => {
6201
+ const minWidthInPx = breakpoints2[key];
6051
6202
  if (!minWidthInPx.endsWith("px")) {
6052
6203
  throw new Error(`Unexpected breakpoint value found: '${minWidthInPx}'. Expecting it to be in px unit.`);
6053
6204
  }
@@ -6113,6 +6264,7 @@ var import_react8 = __toESM(require("react"));
6113
6264
 
6114
6265
  // src/molecules/Box/Box.tsx
6115
6266
  var import_react7 = __toESM(require("react"));
6267
+ var import_classnames2 = __toESM(require("classnames"));
6116
6268
  var import_isUndefined3 = __toESM(require("lodash/isUndefined"));
6117
6269
 
6118
6270
  // src/molecules/Element/Element.tsx
@@ -6196,7 +6348,8 @@ var Box = (_a) => {
6196
6348
  minHeight,
6197
6349
  gap,
6198
6350
  colGap,
6199
- rowGap
6351
+ rowGap,
6352
+ className
6200
6353
  } = _b, rest = __objRest(_b, [
6201
6354
  "style",
6202
6355
  "color",
@@ -6237,13 +6390,12 @@ var Box = (_a) => {
6237
6390
  "minHeight",
6238
6391
  "gap",
6239
6392
  "colGap",
6240
- "rowGap"
6393
+ "rowGap",
6394
+ "className"
6241
6395
  ]);
6242
6396
  const styles = useStyle({
6243
6397
  padding,
6244
6398
  display,
6245
- color: color ? tailwind_theme_default.textColor[color] : "",
6246
- borderColor: borderColor ? tailwind_theme_default.borderColor[borderColor] : "",
6247
6399
  borderRadius,
6248
6400
  borderWidth,
6249
6401
  justifyContent,
@@ -6262,7 +6414,6 @@ var Box = (_a) => {
6262
6414
  marginRight: (0, import_isUndefined3.default)(marginX) ? marginRight : marginX,
6263
6415
  marginBottom: (0, import_isUndefined3.default)(marginY) ? marginBottom : marginY,
6264
6416
  marginLeft: (0, import_isUndefined3.default)(marginX) ? marginLeft : marginX,
6265
- backgroundColor,
6266
6417
  width,
6267
6418
  height,
6268
6419
  maxWidth,
@@ -6276,8 +6427,14 @@ var Box = (_a) => {
6276
6427
  columnGap: colGap,
6277
6428
  rowGap
6278
6429
  });
6430
+ const finalClassname = (0, import_classnames2.default)(className, {
6431
+ [`border-${borderColor != null ? borderColor : ""}`]: Boolean(borderColor),
6432
+ [`text-${color != null ? color : ""}`]: Boolean(color),
6433
+ [`bg-${backgroundColor != null ? backgroundColor : ""}`]: Boolean(backgroundColor)
6434
+ });
6279
6435
  return /* @__PURE__ */ import_react7.default.createElement(Element, __spreadValues({
6280
- style: __spreadValues(__spreadValues({}, styles), style)
6436
+ style: __spreadValues(__spreadValues({}, styles), style),
6437
+ className: finalClassname !== "" ? finalClassname : void 0
6281
6438
  }, rest));
6282
6439
  };
6283
6440
  var FlexBox = (props) => /* @__PURE__ */ import_react7.default.createElement(Box, __spreadValues({
@@ -6321,7 +6478,7 @@ var Transition = ({ children }) => {
6321
6478
 
6322
6479
  // src/atoms/Toast/Toast.tsx
6323
6480
  var import_react10 = __toESM(require("react"));
6324
- var import_classnames2 = __toESM(require("classnames"));
6481
+ var import_classnames3 = __toESM(require("classnames"));
6325
6482
  var Toast = (_a) => {
6326
6483
  var _b = _a, {
6327
6484
  children,
@@ -6333,8 +6490,8 @@ var Toast = (_a) => {
6333
6490
  "variant"
6334
6491
  ]);
6335
6492
  return /* @__PURE__ */ import_react10.default.createElement("div", __spreadProps(__spreadValues({}, rest), {
6336
- className: (0, import_classnames2.default)(
6337
- tw("typography-body-small rounded grid grid-cols-[1fr_auto] items-center gap-x-6 gap-y-2 p-4 text-white", {
6493
+ className: (0, import_classnames3.default)(
6494
+ tw("typography-small rounded grid grid-cols-[1fr_auto] items-center gap-x-6 gap-y-2 p-4 text-white", {
6338
6495
  "bg-body-intense": variant === "default",
6339
6496
  "bg-danger-intense": variant === "danger"
6340
6497
  }),
@@ -6345,7 +6502,7 @@ var Toast = (_a) => {
6345
6502
  var Dismiss = (_a) => {
6346
6503
  var _b = _a, { children, className, variant } = _b, rest = __objRest(_b, ["children", "className", "variant"]);
6347
6504
  return /* @__PURE__ */ import_react10.default.createElement("div", __spreadProps(__spreadValues({}, rest), {
6348
- className: (0, import_classnames2.default)(
6505
+ className: (0, import_classnames3.default)(
6349
6506
  tw("self-start [&>button]:p-0 flex", {
6350
6507
  "[&>button]:text-muted": variant === "default",
6351
6508
  "[&>button]:text-danger-muted": variant === "danger"
@@ -6385,6 +6542,7 @@ var import_arrowLeft = __toESM(require_arrowLeft());
6385
6542
  var import_arrowRight = __toESM(require_arrowRight());
6386
6543
  var import_attachment = __toESM(require_attachment());
6387
6544
  var import_automaticUpdates = __toESM(require_automaticUpdates());
6545
+ var import_award = __toESM(require_award());
6388
6546
  var import_badge = __toESM(require_badge());
6389
6547
  var import_banCircle = __toESM(require_banCircle());
6390
6548
  var import_ban = __toESM(require_ban());
@@ -6483,6 +6641,7 @@ var import_githubLogo = __toESM(require_githubLogo());
6483
6641
  var import_globeNetwork = __toESM(require_globeNetwork());
6484
6642
  var import_globe = __toESM(require_globe());
6485
6643
  var import_googleLogo = __toESM(require_googleLogo());
6644
+ var import_governance = __toESM(require_governance());
6486
6645
  var import_grid = __toESM(require_grid());
6487
6646
  var import_groupedBarChart = __toESM(require_groupedBarChart());
6488
6647
  var import_heart = __toESM(require_heart());
@@ -6787,8 +6946,9 @@ var THEME_MAPPING = {
6787
6946
  columnGap: "gap"
6788
6947
  };
6789
6948
  function resolveTailwindThemeValue(key, val) {
6949
+ var _a;
6790
6950
  const resolvedKey = key in THEME_MAPPING ? THEME_MAPPING[key] : key;
6791
- const found = (0, import_get.default)(tailwind_theme_default, [resolvedKey, val], void 0);
6951
+ const found = (_a = (0, import_get.default)(tailwind_theme_default, [resolvedKey, val], void 0)) != null ? _a : (0, import_get.default)(tailwind_theme_default, [resolvedKey, ...(val != null ? val : "").toString().split("-")], void 0);
6792
6952
  if (!(0, import_isUndefined4.default)(found)) {
6793
6953
  return found;
6794
6954
  }
@@ -7465,16 +7625,12 @@ Button.GhostDropdown = GhostDropdownButton;
7465
7625
 
7466
7626
  // src/molecules/Typography/Typography.tsx
7467
7627
  var import_react21 = __toESM(require("react"));
7468
- var import_classnames3 = __toESM(require("classnames"));
7628
+ var import_classnames4 = __toESM(require("classnames"));
7469
7629
 
7470
7630
  // src/atoms/Typography/Typography.tsx
7471
7631
  var import_react20 = __toESM(require("react"));
7472
7632
  var import_isUndefined6 = __toESM(require("lodash/isUndefined"));
7473
- var import_resolveTheme = __toESM(require_resolveTheme());
7474
- var typographies = import_resolveTheme.theme.typography.sizes.reduce(
7475
- (acc, { name, className }) => __spreadProps(__spreadValues({}, acc), { [name]: className }),
7476
- {}
7477
- );
7633
+ var typographies = Object.fromEntries(Object.keys(tokens_default.typography).map((key) => [key, `typography-${key}`]));
7478
7634
  var Typography = (_a) => {
7479
7635
  var _b = _a, {
7480
7636
  children,
@@ -7586,7 +7742,7 @@ Typography2.SmallStrong.displayName = "Typography.SmallStrong";
7586
7742
  Typography2.Strong = (_a) => {
7587
7743
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
7588
7744
  return /* @__PURE__ */ import_react21.default.createElement("strong", __spreadValues({
7589
- className: (0, import_classnames3.default)(tw("font-semibold"), className)
7745
+ className: (0, import_classnames4.default)(tw("font-semibold"), className)
7590
7746
  }, props));
7591
7747
  };
7592
7748
  Typography2.Strong.displayName = "Typography.Strong";
@@ -8055,10 +8211,6 @@ var import_omit2 = __toESM(require("lodash/omit"));
8055
8211
 
8056
8212
  // src/atoms/Banner/Banner.tsx
8057
8213
  var import_react27 = __toESM(require("react"));
8058
- var spacing = {
8059
- spacingAroundBanner: "p-6",
8060
- omitSpacingAroundBanner: "-6"
8061
- };
8062
8214
  var Banner3 = (_a) => {
8063
8215
  var _b = _a, {
8064
8216
  children,
@@ -8074,7 +8226,7 @@ var Banner3 = (_a) => {
8074
8226
  return /* @__PURE__ */ import_react27.default.createElement("div", __spreadProps(__spreadValues({}, rest), {
8075
8227
  className: classNames(
8076
8228
  className,
8077
- tw(`rounded flex justify-between gap-7 flex-nowrap ${spacing.spacingAroundBanner}`, {
8229
+ tw(`rounded flex justify-between gap-7 flex-nowrap p-6`, {
8078
8230
  "items-center": layout === "horizontal",
8079
8231
  "bg-muted": variant === "default",
8080
8232
  "bg-body border border-muted": variant === "outlined"
@@ -8119,7 +8271,7 @@ Banner3.ImageContainer = (_a) => {
8119
8271
  return /* @__PURE__ */ import_react27.default.createElement(Box, __spreadProps(__spreadValues({}, rest), {
8120
8272
  display: "inline-flex",
8121
8273
  alignItems: "center",
8122
- margin: spacing.omitSpacingAroundBanner,
8274
+ margin: "-6",
8123
8275
  marginLeft: "0"
8124
8276
  }), children);
8125
8277
  };
@@ -8193,7 +8345,7 @@ var OneLineBanner = OneLineBannerBase;
8193
8345
 
8194
8346
  // src/molecules/Breadcrumbs/Breadcrumbs.tsx
8195
8347
  var import_react29 = __toESM(require("react"));
8196
- var import_classnames4 = __toESM(require("classnames"));
8348
+ var import_classnames5 = __toESM(require("classnames"));
8197
8349
  var import_slash2 = __toESM(require_slash());
8198
8350
  var Breadcrumbs = (props) => {
8199
8351
  const { children, className } = props;
@@ -8201,7 +8353,7 @@ var Breadcrumbs = (props) => {
8201
8353
  (c) => Boolean(c)
8202
8354
  );
8203
8355
  return /* @__PURE__ */ import_react29.default.createElement("nav", {
8204
- className: (0, import_classnames4.default)("Aquarium-Breadcrumbs", className),
8356
+ className: (0, import_classnames5.default)("Aquarium-Breadcrumbs", className),
8205
8357
  "aria-label": "Breadcrumbs"
8206
8358
  }, /* @__PURE__ */ import_react29.default.createElement("ol", {
8207
8359
  className: tw("flex flex-row flex-nowrap items-center typography-caption")
@@ -8229,7 +8381,7 @@ var asCrumb = (Component, displayName, options = { isActive: false }) => {
8229
8381
  }, rest), {
8230
8382
  role: "link"
8231
8383
  }), /* @__PURE__ */ import_react29.default.createElement("span", {
8232
- className: (0, import_classnames4.default)(
8384
+ className: (0, import_classnames5.default)(
8233
8385
  tw("flex flex-row flex-nowrap items-center gap-x-3 whitespace-nowrap", {
8234
8386
  "text-primary-intense hover:text-primary-default no-underline hover:underline": !options.isActive,
8235
8387
  "text-intense": options.isActive
@@ -8253,7 +8405,7 @@ var import_button2 = require("@react-aria/button");
8253
8405
 
8254
8406
  // src/molecules/Chip/Chip.tsx
8255
8407
  var import_react32 = __toESM(require("react"));
8256
- var import_classnames5 = __toESM(require("classnames"));
8408
+ var import_classnames6 = __toESM(require("classnames"));
8257
8409
  var import_isNumber2 = __toESM(require("lodash/isNumber"));
8258
8410
 
8259
8411
  // src/atoms/Chip/Chip.tsx
@@ -8317,7 +8469,7 @@ var Chip2 = (_a) => {
8317
8469
  ]);
8318
8470
  return /* @__PURE__ */ import_react32.default.createElement(Chip.Container, __spreadValues({
8319
8471
  dense,
8320
- className: (0, import_classnames5.default)(
8472
+ className: (0, import_classnames6.default)(
8321
8473
  "Aquarium-Chip",
8322
8474
  tw({
8323
8475
  "bg-muted text-default": !locked,
@@ -9011,7 +9163,7 @@ CardImage.Skeleton = CardImageSkeleton;
9011
9163
 
9012
9164
  // src/molecules/Carousel/Carousel.tsx
9013
9165
  var import_react43 = __toESM(require("react"));
9014
- var import_classnames6 = __toESM(require("classnames"));
9166
+ var import_classnames7 = __toESM(require("classnames"));
9015
9167
  var import_chevronLeft2 = __toESM(require_chevronLeft());
9016
9168
  var import_chevronRight2 = __toESM(require_chevronRight());
9017
9169
  var Carousel = ({
@@ -9073,7 +9225,7 @@ var Carousel = ({
9073
9225
  }
9074
9226
  };
9075
9227
  return items.length > 0 ? /* @__PURE__ */ import_react43.default.createElement("div", {
9076
- className: (0, import_classnames6.default)("Aquarium-Carousel", tw("w-full flex flex-col")),
9228
+ className: (0, import_classnames7.default)("Aquarium-Carousel", tw("w-full flex flex-col")),
9077
9229
  ref: containerRef
9078
9230
  }, containerRef !== null && /* @__PURE__ */ import_react43.default.createElement("ul", {
9079
9231
  ref: scrollbarContainerRef,
@@ -9236,7 +9388,7 @@ var import_react46 = __toESM(require("react"));
9236
9388
  var import_isEmpty = __toESM(require("lodash/isEmpty"));
9237
9389
  var import_mapValues = __toESM(require("lodash/mapValues"));
9238
9390
  var import_pick = __toESM(require("lodash/pick"));
9239
- var screenSizes = Object.keys(tailwind_theme_default.screens);
9391
+ var breakpoints = Object.keys(tokens_default.screens);
9240
9392
  var GridItem = Tailwindify(
9241
9393
  (_a) => {
9242
9394
  var _b = _a, {
@@ -9268,7 +9420,7 @@ var GridItem = Tailwindify(
9268
9420
  "rowStart",
9269
9421
  "rowEnd"
9270
9422
  ]);
9271
- const breakPointableProperties = (0, import_pick.default)(props, screenSizes);
9423
+ const breakPointableProperties = (0, import_pick.default)(props, breakpoints);
9272
9424
  const gridColumn = !(0, import_isEmpty.default)(breakPointableProperties) ? (0, import_mapValues.default)(breakPointableProperties, (value) => value === "full" ? "1 / -1" : value ? `span-${value}` : "auto") : void 0;
9273
9425
  const hookStyle = useStyle({
9274
9426
  display,
@@ -9387,7 +9539,7 @@ var FormControl = ({ className, inline, children }) => {
9387
9539
 
9388
9540
  // src/utils/form/HelperText/HelperText.tsx
9389
9541
  var import_react50 = __toESM(require("react"));
9390
- var import_classnames7 = __toESM(require("classnames"));
9542
+ var import_classnames8 = __toESM(require("classnames"));
9391
9543
  var import_isNumber4 = __toESM(require("lodash/isNumber"));
9392
9544
 
9393
9545
  // src/utils/form/CharCounter/CharCounter.tsx
@@ -9443,7 +9595,7 @@ var HelperText = ({
9443
9595
  })));
9444
9596
  };
9445
9597
  var Skeleton2 = ({ className, children }) => /* @__PURE__ */ import_react50.default.createElement("div", {
9446
- className: (0, import_classnames7.default)(className, "h-[25px]")
9598
+ className: (0, import_classnames8.default)(className, "h-[25px]")
9447
9599
  }, children);
9448
9600
  HelperText.Skeleton = Skeleton2;
9449
9601
  HelperText.Skeleton.displayName = "HelperText.Skeleton";
@@ -11166,7 +11318,7 @@ var ToolbarGroup = (_a) => {
11166
11318
  return /* @__PURE__ */ import_react70.default.createElement("div", __spreadProps(__spreadValues({
11167
11319
  role: "cell"
11168
11320
  }, rest), {
11169
- className: classNames(tw("flex items-center px-l2 border-r-[1px] border-muted last:border-r-0"), className)
11321
+ className: classNames(tw("flex items-center px-l2 border-r-1 border-muted last:border-r-0"), className)
11170
11322
  }));
11171
11323
  };
11172
11324
  ToolbarGroup.displayName = "DataList.Toolbar.Group";
@@ -12348,7 +12500,7 @@ DataList2.Toolbar = DataListToolbar;
12348
12500
 
12349
12501
  // src/molecules/DataTable/DataTable.tsx
12350
12502
  var import_react83 = __toESM(require("react"));
12351
- var import_classnames8 = __toESM(require("classnames"));
12503
+ var import_classnames9 = __toESM(require("classnames"));
12352
12504
  var import_compact2 = __toESM(require("lodash/compact"));
12353
12505
  var import_isFunction4 = __toESM(require("lodash/isFunction"));
12354
12506
 
@@ -12459,7 +12611,7 @@ var DataTable = (_a) => {
12459
12611
  ariaLabel,
12460
12612
  onNext,
12461
12613
  onPrev,
12462
- className: (0, import_classnames8.default)(
12614
+ className: (0, import_classnames9.default)(
12463
12615
  "Aquarium-DataTable",
12464
12616
  tw({
12465
12617
  "whitespace-nowrap": noWrap,
@@ -13254,7 +13406,7 @@ var import_interactions3 = require("@react-aria/interactions");
13254
13406
  var import_overlays9 = require("@react-aria/overlays");
13255
13407
  var import_utils22 = require("@react-aria/utils");
13256
13408
  var import_overlays10 = require("@react-stately/overlays");
13257
- var import_classnames9 = __toESM(require("classnames"));
13409
+ var import_classnames10 = __toESM(require("classnames"));
13258
13410
  var import_omit10 = __toESM(require("lodash/omit"));
13259
13411
 
13260
13412
  // src/molecules/Popover/Dialog.tsx
@@ -13319,7 +13471,7 @@ var Popover2 = (props) => {
13319
13471
  isNonModal: !containFocus,
13320
13472
  autoFocus: !containFocus,
13321
13473
  isKeyboardDismissDisabled,
13322
- className: (0, import_classnames9.default)("Aquarium-Popover", child.props.className),
13474
+ className: (0, import_classnames10.default)("Aquarium-Popover", child.props.className),
13323
13475
  offset,
13324
13476
  crossOffset,
13325
13477
  shouldFlip
@@ -13678,7 +13830,7 @@ var LineClamp2 = ({
13678
13830
 
13679
13831
  // src/molecules/Link/Link.tsx
13680
13832
  var import_react97 = __toESM(require("react"));
13681
- var import_classnames10 = __toESM(require("classnames"));
13833
+ var import_classnames11 = __toESM(require("classnames"));
13682
13834
 
13683
13835
  // src/atoms/Link/Link.tsx
13684
13836
  var import_react96 = __toESM(require("react"));
@@ -13693,7 +13845,7 @@ var Link = (_a) => {
13693
13845
  var Link2 = (_a) => {
13694
13846
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
13695
13847
  return /* @__PURE__ */ import_react97.default.createElement(Link, __spreadValues({
13696
- className: (0, import_classnames10.default)("Aquarium-Link", className)
13848
+ className: (0, import_classnames11.default)("Aquarium-Link", className)
13697
13849
  }, props));
13698
13850
  };
13699
13851
 
@@ -14465,7 +14617,7 @@ NativeSelect.Skeleton.displayName = "NativeSelect.Skeleton";
14465
14617
 
14466
14618
  // src/molecules/Navigation/Navigation.tsx
14467
14619
  var import_react106 = __toESM(require("react"));
14468
- var import_classnames11 = __toESM(require("classnames"));
14620
+ var import_classnames12 = __toESM(require("classnames"));
14469
14621
 
14470
14622
  // src/atoms/Navigation/Navigation.tsx
14471
14623
  var import_react105 = __toESM(require("react"));
@@ -14537,7 +14689,7 @@ Navigation.Divider = Divider3;
14537
14689
  var Navigation2 = (_a) => {
14538
14690
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
14539
14691
  return /* @__PURE__ */ import_react106.default.createElement(Navigation, __spreadValues({
14540
- className: (0, import_classnames11.default)("Aquarium-Navigation", className)
14692
+ className: (0, import_classnames12.default)("Aquarium-Navigation", className)
14541
14693
  }, props));
14542
14694
  };
14543
14695
  var Item6 = (_a) => {
@@ -15200,7 +15352,7 @@ var Section4 = (props) => {
15200
15352
  height: height !== null ? targetHeight : void 0,
15201
15353
  opacity: isCollapsed ? 0 : 1,
15202
15354
  transform: `rotate(${isCollapsed ? 90 : 180}deg)`,
15203
- backgroundColor: isCollapsed ? tailwind_theme_default.backgroundColor["grey-0"] : tailwind_theme_default.backgroundColor["grey-5"],
15355
+ backgroundColor: isCollapsed ? tokens_default.backgroundColor.muted : tokens_default.backgroundColor.default,
15204
15356
  config: {
15205
15357
  duration: 150
15206
15358
  },
@@ -15825,9 +15977,7 @@ function calcBestPosition(triggerRect, contentRect, placement, padding) {
15825
15977
  }
15826
15978
 
15827
15979
  // src/system.ts
15828
- var system_default = __spreadProps(__spreadValues({}, molecules_exports), {
15829
- theme: import_resolveTheme2.theme
15830
- });
15980
+ var system_default = __spreadValues({}, molecules_exports);
15831
15981
  // Annotate the CommonJS export names for ESM import in node:
15832
15982
  0 && (module.exports = {
15833
15983
  Alert,
@@ -15964,7 +16114,6 @@ var system_default = __spreadProps(__spreadValues({}, molecules_exports), {
15964
16114
  isOnSortChangedDirection,
15965
16115
  isOutOfBounds,
15966
16116
  placementOrder,
15967
- theme,
15968
16117
  toSortDirection,
15969
16118
  usePagination,
15970
16119
  usePopoverContext,