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