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