@aivenio/aquarium 4.9.0 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_variables.scss +302 -302
- package/dist/atoms.cjs +1948 -1765
- package/dist/atoms.mjs +1767 -1588
- package/dist/charts.cjs +0 -209
- package/dist/charts.mjs +0 -209
- package/dist/src/atoms/Alert/Alert.js +63 -26
- package/dist/src/atoms/Banner/Banner.js +47 -18
- package/dist/src/atoms/Button/Button.d.ts +2 -2
- package/dist/src/atoms/Button/Button.js +3 -12
- package/dist/src/atoms/Card/Card.js +130 -30
- package/dist/src/atoms/Checkbox/Checkbox.js +27 -16
- package/dist/src/atoms/Chip/Chip.js +12 -6
- package/dist/src/atoms/ChoiceChip/ChoiceChip.d.ts +57 -0
- package/dist/src/atoms/ChoiceChip/ChoiceChip.js +51 -0
- package/dist/src/atoms/DataList/DataList.js +117 -32
- package/dist/src/atoms/DatePicker/RangeCalendar.js +10 -3
- package/dist/src/atoms/DropdownMenu/DropdownMenu.d.ts +0 -131
- package/dist/src/atoms/DropdownMenu/DropdownMenu.js +4 -4
- package/dist/src/atoms/Link/Link.js +4 -5
- package/dist/src/atoms/Navigation/Navigation.js +59 -22
- package/dist/src/atoms/PageHeader/PageHeader.js +18 -7
- package/dist/src/atoms/ProgressBar/ProgressBar.js +22 -11
- package/dist/src/atoms/RadioButton/RadioButton.js +12 -6
- package/dist/src/atoms/Section/Section.js +29 -11
- package/dist/src/atoms/Select/Select.js +92 -36
- package/dist/src/atoms/Stepper/Stepper.js +92 -30
- package/dist/src/atoms/Switch/Switch.js +24 -10
- package/dist/src/atoms/Table/Table.d.ts +294 -2
- package/dist/src/atoms/Table/Table.js +120 -35
- package/dist/src/atoms/Toast/Toast.d.ts +146 -0
- package/dist/src/atoms/Toast/Toast.js +34 -16
- package/dist/src/atoms/index.d.ts +1 -0
- package/dist/src/atoms/index.js +2 -1
- package/dist/src/molecules/Badge/Badge.js +3 -2
- package/dist/src/molecules/ChoiceChipGroup/ChoiceChipGroup.d.ts +65 -0
- package/dist/src/molecules/ChoiceChipGroup/ChoiceChipGroup.js +57 -0
- package/dist/src/molecules/Combobox/Combobox.js +2 -2
- package/dist/src/molecules/Drawer/Drawer.js +12 -4
- package/dist/src/molecules/Modal/Modal.js +12 -4
- package/dist/src/molecules/TagLabel/TagLabel.js +3 -2
- package/dist/src/molecules/index.d.ts +2 -1
- package/dist/src/molecules/index.js +3 -2
- package/dist/src/tokens/tokens.json +0 -209
- package/dist/styles.css +373 -368
- package/dist/system.cjs +2087 -1870
- package/dist/system.mjs +1909 -1693
- package/dist/tokens.json +0 -209
- package/dist/tsconfig.module.tsbuildinfo +1 -1
- package/dist/types/designTokens.d.ts +1 -1
- package/package.json +4 -4
- package/dist/src/molecules/ChoiceChip/ChoiceChip.d.ts +0 -24
- package/dist/src/molecules/ChoiceChip/ChoiceChip.js +0 -34
package/dist/styles.css
CHANGED
|
@@ -442,310 +442,310 @@ video {
|
|
|
442
442
|
* This file is autogenerated. Do not edit directly.
|
|
443
443
|
*/
|
|
444
444
|
:root {
|
|
445
|
-
--aquarium-font-size-9xl: 8rem;
|
|
446
|
-
--aquarium-font-size-9xl-line-height: 1;
|
|
447
|
-
--aquarium-font-size-8xl: 6rem;
|
|
448
|
-
--aquarium-font-size-8xl-line-height: 1;
|
|
449
|
-
--aquarium-font-size-7xl: 4.5rem;
|
|
450
|
-
--aquarium-font-size-7xl-line-height: 1;
|
|
451
|
-
--aquarium-font-size-6xl: 3.75rem;
|
|
452
|
-
--aquarium-font-size-6xl-line-height: 1;
|
|
453
|
-
--aquarium-font-size-5xl: 3rem;
|
|
454
|
-
--aquarium-font-size-5xl-line-height: 1;
|
|
455
|
-
--aquarium-font-size-4xl: 2.25rem;
|
|
456
|
-
--aquarium-font-size-4xl-line-height: 2.5rem;
|
|
457
|
-
--aquarium-font-size-3xl: 1.875rem;
|
|
458
|
-
--aquarium-font-size-3xl-line-height: 2.25rem;
|
|
459
|
-
--aquarium-font-size-2xl: 1.5rem;
|
|
460
|
-
--aquarium-font-size-2xl-line-height: 2rem;
|
|
461
|
-
--aquarium-font-size-xl: 1.25rem;
|
|
462
|
-
--aquarium-font-size-xl-line-height: 1.75rem;
|
|
463
|
-
--aquarium-font-size-lg: 1.125rem;
|
|
464
|
-
--aquarium-font-size-lg-line-height: 1.75rem;
|
|
465
|
-
--aquarium-font-size-sm-line-height: 1.25rem;
|
|
466
|
-
--aquarium-font-size-sm: 0.875rem;
|
|
467
|
-
--aquarium-font-size-xs-line-height: 1rem;
|
|
468
|
-
--aquarium-font-size-xs: 0.75rem;
|
|
469
|
-
--aquarium-font-size-base-line-height: 1.5rem;
|
|
470
|
-
--aquarium-font-size-base: 1rem;
|
|
471
|
-
--aquarium-spacing-l7: 160px;
|
|
472
|
-
--aquarium-spacing-l6: 96px;
|
|
473
|
-
--aquarium-spacing-l5: 64px;
|
|
474
|
-
--aquarium-spacing-l4: 48px;
|
|
475
|
-
--aquarium-spacing-l3: 32px;
|
|
476
|
-
--aquarium-spacing-l2: 24px;
|
|
477
|
-
--aquarium-spacing-l1: 16px;
|
|
478
|
-
--aquarium-spacing-1px: 1px;
|
|
479
|
-
--aquarium-spacing-9: 48px;
|
|
480
|
-
--aquarium-spacing-8: 40px;
|
|
481
|
-
--aquarium-spacing-7: 32px;
|
|
482
|
-
--aquarium-spacing-6: 24px;
|
|
483
|
-
--aquarium-spacing-5: 16px;
|
|
484
|
-
--aquarium-spacing-4: 12px;
|
|
485
|
-
--aquarium-spacing-3: 8px;
|
|
486
|
-
--aquarium-spacing-2: 4px;
|
|
487
|
-
--aquarium-spacing-1: 2px;
|
|
488
|
-
--aquarium-spacing-0: 0px;
|
|
489
|
-
--aquarium-screens-xl: 1536px;
|
|
490
|
-
--aquarium-screens-lg: 1312px;
|
|
491
|
-
--aquarium-screens-md: 1056px;
|
|
492
|
-
--aquarium-screens-sm: 672px;
|
|
493
|
-
--aquarium-screens-xs: 320px;
|
|
494
|
-
--aquarium-screens-default: 0px;
|
|
495
|
-
--aquarium-elevations-2dp: 0px 2px 4px rgba(90, 91, 106, 0.24), 0px 1px 2px rgba(58, 58, 68, 0.24);
|
|
496
|
-
--aquarium-elevations-4dp: 0px 4px 8px rgba(90, 91, 106, 0.20), 0px 2px 4px rgba(58, 58, 68, 0.20);
|
|
497
|
-
--aquarium-elevations-8dp: 0px 8px 16px rgba(90, 91, 106, 0.16), 0px 4px 8px rgba(58, 58, 68, 0.16);
|
|
498
|
-
--aquarium-elevations-16dp: 0px 16px 32px rgba(90, 91, 106, 0.12), 0px 8px 16px rgba(58, 58, 68, 0.12);
|
|
499
|
-
--aquarium-elevations-24dp: 0px 24px 48px rgba(90, 91, 106, 0.08), 0px 12px 24px rgba(58, 58, 68, 0.08);
|
|
500
|
-
--aquarium-box-shadow-body-inset: inset 0 0 0 3px var(--aquarium-background-color-body);
|
|
501
|
-
--aquarium-colors-primary-100: rgba(14,22,82,1);
|
|
502
|
-
--aquarium-colors-primary-90: rgba(34,47,149,1);
|
|
503
|
-
--aquarium-colors-primary-80: rgba(53,69,190,1);
|
|
504
|
-
--aquarium-colors-primary-70: rgba(88,101,205,1);
|
|
505
|
-
--aquarium-colors-primary-60: rgba(129,142,236,1);
|
|
506
|
-
--aquarium-colors-primary-50: rgba(157,170,238,1);
|
|
507
|
-
--aquarium-colors-primary-40: rgba(185,197,239,1);
|
|
508
|
-
--aquarium-colors-primary-30: rgba(199,209,244,1);
|
|
509
|
-
--aquarium-colors-primary-20: rgba(213,221,250,1);
|
|
510
|
-
--aquarium-colors-primary-10: rgba(227,233,255,1);
|
|
511
|
-
--aquarium-colors-primary-5: rgba(243,246,255,1);
|
|
512
|
-
--aquarium-colors-primary-0: rgba(255,255,255,1);
|
|
513
|
-
--aquarium-colors-secondary-100: rgba(225,29,22,1);
|
|
514
|
-
--aquarium-colors-secondary-90: rgba(235,70,16,1);
|
|
515
|
-
--aquarium-colors-secondary-80: rgba(243,88,13,1);
|
|
516
|
-
--aquarium-colors-secondary-70: rgba(249,106,2,1);
|
|
517
|
-
--aquarium-colors-secondary-60: rgba(255,119,0,1);
|
|
518
|
-
--aquarium-colors-secondary-50: rgba(252,135,26,1);
|
|
519
|
-
--aquarium-colors-secondary-40: rgba(251,154,62,1);
|
|
520
|
-
--aquarium-colors-secondary-30: rgba(250,178,110,1);
|
|
521
|
-
--aquarium-colors-secondary-20: rgba(248,201,156,1);
|
|
522
|
-
--aquarium-colors-secondary-10: rgba(254,232,208,1);
|
|
523
|
-
--aquarium-colors-secondary-5: rgba(255,243,232,1);
|
|
524
|
-
--aquarium-colors-secondary-0: rgba(255,251,248,1);
|
|
525
|
-
--aquarium-colors-grey-100: rgba(25,25,29,1);
|
|
526
|
-
--aquarium-colors-grey-90: rgba(41,42,49,1);
|
|
527
|
-
--aquarium-colors-grey-80: rgba(58,58,68,1);
|
|
528
|
-
--aquarium-colors-grey-70: rgba(74,75,87,1);
|
|
529
|
-
--aquarium-colors-grey-60: rgba(90,91,106,1);
|
|
530
|
-
--aquarium-colors-grey-50: rgba(120,120,133,1);
|
|
531
|
-
--aquarium-colors-grey-40: rgba(150,150,160,1);
|
|
532
|
-
--aquarium-colors-grey-30: rgba(180,180,187,1);
|
|
533
|
-
--aquarium-colors-grey-20: rgba(210,210,214,1);
|
|
534
|
-
--aquarium-colors-grey-10: rgba(225,225,227,1);
|
|
535
|
-
--aquarium-colors-grey-5: rgba(237,237,240,1);
|
|
536
|
-
--aquarium-colors-grey-0: rgba(247,247,250,1);
|
|
537
|
-
--aquarium-colors-info-100: rgba(2,86,154,1);
|
|
538
|
-
--aquarium-colors-info-90: rgba(1,116,186,1);
|
|
539
|
-
--aquarium-colors-info-80: rgba(7,136,209,1);
|
|
540
|
-
--aquarium-colors-info-70: rgba(3,153,227,1);
|
|
541
|
-
--aquarium-colors-info-60: rgba(2,168,243,1);
|
|
542
|
-
--aquarium-colors-info-50: rgba(40,180,244,1);
|
|
543
|
-
--aquarium-colors-info-40: rgba(76,194,247,1);
|
|
544
|
-
--aquarium-colors-info-30: rgba(127,209,247,1);
|
|
545
|
-
--aquarium-colors-info-20: rgba(180,229,251,1);
|
|
546
|
-
--aquarium-colors-info-10: rgba(224,245,254,1);
|
|
547
|
-
--aquarium-colors-info-5: rgba(239,250,255,1);
|
|
548
|
-
--aquarium-colors-info-0: rgba(249,253,255,1);
|
|
549
|
-
--aquarium-colors-success-100: rgba(0,111,0,1);
|
|
550
|
-
--aquarium-colors-success-90: rgba(0,142,0,1);
|
|
551
|
-
--aquarium-colors-success-80: rgba(0,159,0,1);
|
|
552
|
-
--aquarium-colors-success-70: rgba(0,179,0,1);
|
|
553
|
-
--aquarium-colors-success-60: rgba(0,195,0,1);
|
|
554
|
-
--aquarium-colors-success-50: rgba(64,206,55,1);
|
|
555
|
-
--aquarium-colors-success-40: rgba(96,219,87,1);
|
|
556
|
-
--aquarium-colors-success-30: rgba(137,235,128,1);
|
|
557
|
-
--aquarium-colors-success-20: rgba(175,255,167,1);
|
|
558
|
-
--aquarium-colors-success-10: rgba(203,255,201,1);
|
|
559
|
-
--aquarium-colors-success-5: rgba(236,247,237,1);
|
|
560
|
-
--aquarium-colors-success-0: rgba(245,250,245,1);
|
|
561
|
-
--aquarium-colors-warning-100: rgba(254,109,0,1);
|
|
562
|
-
--aquarium-colors-warning-90: rgba(255,144,3,1);
|
|
563
|
-
--aquarium-colors-warning-80: rgba(253,159,0,1);
|
|
564
|
-
--aquarium-colors-warning-70: rgba(255,179,0,1);
|
|
565
|
-
--aquarium-colors-warning-60: rgba(255,193,7,1);
|
|
566
|
-
--aquarium-colors-warning-50: rgba(253,201,38,1);
|
|
567
|
-
--aquarium-colors-warning-40: rgba(253,212,77,1);
|
|
568
|
-
--aquarium-colors-warning-30: rgba(253,223,129,1);
|
|
569
|
-
--aquarium-colors-warning-20: rgba(254,235,178,1);
|
|
570
|
-
--aquarium-colors-warning-10: rgba(255,242,205,1);
|
|
571
|
-
--aquarium-colors-warning-5: rgba(255,248,234,1);
|
|
572
|
-
--aquarium-colors-warning-0: rgba(255,253,249,1);
|
|
573
|
-
--aquarium-colors-error-100: rgba(170,0,0,1);
|
|
574
|
-
--aquarium-colors-error-90: rgba(185,0,0,1);
|
|
575
|
-
--aquarium-colors-error-80: rgba(197,0,1,1);
|
|
576
|
-
--aquarium-colors-error-70: rgba(216,0,5,1);
|
|
577
|
-
--aquarium-colors-error-60: rgba(231,0,0,1);
|
|
578
|
-
--aquarium-colors-error-50: rgba(230,39,40,1);
|
|
579
|
-
--aquarium-colors-error-40: rgba(224,80,79,1);
|
|
580
|
-
--aquarium-colors-error-30: rgba(237,121,117,1);
|
|
581
|
-
--aquarium-colors-error-20: rgba(255,173,179,1);
|
|
582
|
-
--aquarium-colors-error-10: rgba(255,203,210,1);
|
|
583
|
-
--aquarium-colors-error-5: rgba(254,232,231,1);
|
|
584
|
-
--aquarium-colors-error-0: rgba(254,242,241,1);
|
|
585
|
-
--aquarium-colors-current: currentColor;
|
|
586
|
-
--aquarium-colors-transparent: transparent;
|
|
587
|
-
--aquarium-colors-black: black;
|
|
588
|
-
--aquarium-colors-white: white;
|
|
589
|
-
--aquarium-chart-colors-secondary-categorical-41: rgba(255, 173, 179, 1);
|
|
590
|
-
--aquarium-chart-colors-secondary-categorical-40: rgba(180, 229, 251, 1);
|
|
591
|
-
--aquarium-chart-colors-secondary-categorical-39: rgba(250, 178, 110, 1);
|
|
592
|
-
--aquarium-chart-colors-secondary-categorical-38: rgba(137, 235, 128, 1);
|
|
593
|
-
--aquarium-chart-colors-secondary-categorical-37: rgba(255, 169, 201, 1);
|
|
594
|
-
--aquarium-chart-colors-secondary-categorical-36: rgba(253, 212, 77, 1);
|
|
595
|
-
--aquarium-chart-colors-secondary-categorical-35: rgba(185, 197, 239, 1);
|
|
596
|
-
--aquarium-chart-colors-secondary-categorical-34: rgba(224, 80, 79, 1);
|
|
597
|
-
--aquarium-chart-colors-secondary-categorical-33: rgba(127, 209, 247, 1);
|
|
598
|
-
--aquarium-chart-colors-secondary-categorical-32: rgba(252, 135, 26, 1);
|
|
599
|
-
--aquarium-chart-colors-secondary-categorical-31: rgba(96, 219, 87, 1);
|
|
600
|
-
--aquarium-chart-colors-secondary-categorical-30: rgba(255, 111, 148, 1);
|
|
601
|
-
--aquarium-chart-colors-secondary-categorical-29: rgba(255, 193, 7, 1);
|
|
602
|
-
--aquarium-chart-colors-secondary-categorical-28: rgba(129, 142, 236, 1);
|
|
603
|
-
--aquarium-chart-colors-secondary-categorical-27: rgba(230, 39, 40, 1);
|
|
604
|
-
--aquarium-chart-colors-secondary-categorical-26: rgba(40, 180, 244, 1);
|
|
605
|
-
--aquarium-chart-colors-secondary-categorical-25: rgba(249, 106, 2, 1);
|
|
606
|
-
--aquarium-chart-colors-secondary-categorical-24: rgba(0, 195, 0, 1);
|
|
607
|
-
--aquarium-chart-colors-secondary-categorical-23: rgba(255, 82, 117, 1);
|
|
608
|
-
--aquarium-chart-colors-secondary-categorical-22: rgba(255, 179, 0, 1);
|
|
609
|
-
--aquarium-chart-colors-secondary-categorical-21: rgba(88, 101, 205, 1);
|
|
610
|
-
--aquarium-chart-colors-secondary-categorical-20: rgba(14, 22, 82, 1);
|
|
611
|
-
--aquarium-chart-colors-secondary-categorical-19: rgba(254, 109, 0, 1);
|
|
612
|
-
--aquarium-chart-colors-secondary-categorical-18: rgba(0, 111, 0, 1);
|
|
613
|
-
--aquarium-chart-colors-secondary-categorical-17: rgba(167, 0, 69, 1);
|
|
614
|
-
--aquarium-chart-colors-secondary-categorical-16: rgba(2, 86, 154, 1);
|
|
615
|
-
--aquarium-chart-colors-secondary-categorical-15: rgba(170, 0, 0, 1);
|
|
616
|
-
--aquarium-chart-colors-secondary-categorical-14: rgba(225, 29, 22, 1);
|
|
617
|
-
--aquarium-chart-colors-secondary-categorical-13: rgba(197, 0, 1, 1);
|
|
618
|
-
--aquarium-chart-colors-secondary-categorical-12: rgba(1, 116, 186, 1);
|
|
619
|
-
--aquarium-chart-colors-secondary-categorical-11: rgba(235, 70, 16, 1);
|
|
620
|
-
--aquarium-chart-colors-secondary-categorical-10: rgba(0, 159, 0, 1);
|
|
621
|
-
--aquarium-chart-colors-secondary-categorical-9: rgba(228, 26, 74, 1);
|
|
622
|
-
--aquarium-chart-colors-secondary-categorical-8: rgba(255, 144, 3, 1);
|
|
623
|
-
--aquarium-chart-colors-secondary-categorical-7: rgba(34, 47, 149, 1);
|
|
624
|
-
--aquarium-chart-colors-secondary-categorical-6: rgba(231, 0, 0, 1);
|
|
625
|
-
--aquarium-chart-colors-secondary-categorical-5: rgba(3, 153, 227, 1);
|
|
626
|
-
--aquarium-chart-colors-secondary-categorical-4: rgba(243, 88, 13, 1);
|
|
627
|
-
--aquarium-chart-colors-secondary-categorical-3: rgba(0, 179, 0, 1);
|
|
628
|
-
--aquarium-chart-colors-secondary-categorical-2: rgba(255, 53, 84, 1);
|
|
629
|
-
--aquarium-chart-colors-secondary-categorical-1: rgba(253, 159, 0, 1);
|
|
630
|
-
--aquarium-chart-colors-secondary-categorical-0: rgba(53, 69, 190, 1);
|
|
631
|
-
--aquarium-chart-colors-primary-categorical-5: rgba(255, 193, 7, 1);
|
|
632
|
-
--aquarium-chart-colors-primary-categorical-4: rgba(0, 179, 0, 1);
|
|
633
|
-
--aquarium-chart-colors-primary-categorical-3: rgba(249, 106, 2, 1);
|
|
634
|
-
--aquarium-chart-colors-primary-categorical-2: rgba(40, 180, 244, 1);
|
|
635
|
-
--aquarium-chart-colors-primary-categorical-1: rgba(255, 53, 84, 1);
|
|
636
|
-
--aquarium-chart-colors-primary-categorical-0: rgba(88, 101, 205, 1);
|
|
637
|
-
--aquarium-chart-colors-default: rgba(180, 180, 187, 1);
|
|
638
|
-
--aquarium-background-color-icon-button-hover: rgba(25,25,29,.05);
|
|
639
|
-
--aquarium-border-width-default: 1px;
|
|
640
|
-
--aquarium-border-width-8: 8px;
|
|
641
|
-
--aquarium-border-width-4: 4px;
|
|
642
|
-
--aquarium-border-width-2: 2px;
|
|
643
|
-
--aquarium-border-width-1: 1px;
|
|
644
|
-
--aquarium-border-width-0: 0px;
|
|
645
|
-
--aquarium-border-radius-none: 0px;
|
|
646
|
-
--aquarium-border-radius-sm: 0.125rem;
|
|
647
|
-
--aquarium-border-radius-md: 0.375rem;
|
|
648
|
-
--aquarium-border-radius-lg: 0.5rem;
|
|
649
|
-
--aquarium-border-radius-xl: 0.75rem;
|
|
650
|
-
--aquarium-border-radius-2xl: 1rem;
|
|
651
|
-
--aquarium-border-radius-3xl: 1.5rem;
|
|
652
|
-
--aquarium-border-radius-full: 9999px;
|
|
653
445
|
--aquarium-border-radius-default: 4px;
|
|
654
|
-
--aquarium-
|
|
655
|
-
--aquarium-
|
|
656
|
-
--aquarium-
|
|
657
|
-
--aquarium-
|
|
658
|
-
--aquarium-
|
|
659
|
-
--aquarium-
|
|
660
|
-
--aquarium-
|
|
661
|
-
--aquarium-
|
|
662
|
-
--aquarium-
|
|
663
|
-
--aquarium-
|
|
664
|
-
--aquarium-
|
|
665
|
-
--aquarium-
|
|
666
|
-
--aquarium-
|
|
667
|
-
--aquarium-
|
|
668
|
-
--aquarium-
|
|
669
|
-
--aquarium-
|
|
670
|
-
--aquarium-
|
|
671
|
-
--aquarium-
|
|
672
|
-
--aquarium-
|
|
673
|
-
--aquarium-
|
|
674
|
-
--aquarium-
|
|
675
|
-
--aquarium-
|
|
676
|
-
--aquarium-
|
|
677
|
-
--aquarium-
|
|
678
|
-
--aquarium-
|
|
679
|
-
--aquarium-
|
|
680
|
-
--aquarium-
|
|
681
|
-
--aquarium-
|
|
682
|
-
--aquarium-
|
|
683
|
-
--aquarium-
|
|
684
|
-
--aquarium-
|
|
685
|
-
--aquarium-
|
|
686
|
-
--aquarium-
|
|
687
|
-
--aquarium-
|
|
688
|
-
--aquarium-
|
|
689
|
-
--aquarium-
|
|
690
|
-
--aquarium-
|
|
691
|
-
--aquarium-
|
|
692
|
-
--aquarium-
|
|
693
|
-
--aquarium-
|
|
694
|
-
--aquarium-
|
|
695
|
-
--aquarium-
|
|
696
|
-
--aquarium-
|
|
697
|
-
--aquarium-
|
|
698
|
-
--aquarium-
|
|
699
|
-
--aquarium-
|
|
700
|
-
--aquarium-
|
|
701
|
-
--aquarium-
|
|
702
|
-
--aquarium-
|
|
703
|
-
--aquarium-
|
|
704
|
-
--aquarium-
|
|
705
|
-
--aquarium-
|
|
706
|
-
--aquarium-
|
|
707
|
-
--aquarium-
|
|
708
|
-
--aquarium-
|
|
709
|
-
--aquarium-
|
|
710
|
-
--aquarium-
|
|
711
|
-
--aquarium-
|
|
712
|
-
--aquarium-
|
|
713
|
-
--aquarium-
|
|
714
|
-
--aquarium-
|
|
715
|
-
--aquarium-
|
|
716
|
-
--aquarium-
|
|
717
|
-
--aquarium-
|
|
718
|
-
--aquarium-
|
|
719
|
-
--aquarium-
|
|
720
|
-
--aquarium-
|
|
721
|
-
--aquarium-
|
|
722
|
-
--aquarium-
|
|
723
|
-
--aquarium-
|
|
724
|
-
--aquarium-
|
|
725
|
-
--aquarium-
|
|
726
|
-
--aquarium-
|
|
727
|
-
--aquarium-
|
|
728
|
-
--aquarium-
|
|
729
|
-
--aquarium-
|
|
730
|
-
--aquarium-
|
|
731
|
-
--aquarium-
|
|
732
|
-
--aquarium-
|
|
733
|
-
--aquarium-
|
|
734
|
-
--aquarium-
|
|
735
|
-
--aquarium-
|
|
736
|
-
--aquarium-
|
|
737
|
-
--aquarium-
|
|
738
|
-
--aquarium-
|
|
739
|
-
--aquarium-
|
|
740
|
-
--aquarium-
|
|
741
|
-
--aquarium-
|
|
742
|
-
--aquarium-
|
|
743
|
-
--aquarium-
|
|
744
|
-
--aquarium-
|
|
745
|
-
--aquarium-
|
|
746
|
-
--aquarium-
|
|
747
|
-
--aquarium-
|
|
446
|
+
--aquarium-border-radius-full: 9999px;
|
|
447
|
+
--aquarium-border-radius-3xl: 1.5rem;
|
|
448
|
+
--aquarium-border-radius-2xl: 1rem;
|
|
449
|
+
--aquarium-border-radius-xl: 0.75rem;
|
|
450
|
+
--aquarium-border-radius-lg: 0.5rem;
|
|
451
|
+
--aquarium-border-radius-md: 0.375rem;
|
|
452
|
+
--aquarium-border-radius-sm: 0.125rem;
|
|
453
|
+
--aquarium-border-radius-none: 0px;
|
|
454
|
+
--aquarium-border-width-0: 0px;
|
|
455
|
+
--aquarium-border-width-1: 1px;
|
|
456
|
+
--aquarium-border-width-2: 2px;
|
|
457
|
+
--aquarium-border-width-4: 4px;
|
|
458
|
+
--aquarium-border-width-8: 8px;
|
|
459
|
+
--aquarium-border-width-default: 1px;
|
|
460
|
+
--aquarium-background-color-icon-button-hover: rgba(25,25,29,.05);
|
|
461
|
+
--aquarium-chart-colors-default: rgba(180, 180, 187, 1);
|
|
462
|
+
--aquarium-chart-colors-primary-categorical-0: rgba(88, 101, 205, 1);
|
|
463
|
+
--aquarium-chart-colors-primary-categorical-1: rgba(255, 53, 84, 1);
|
|
464
|
+
--aquarium-chart-colors-primary-categorical-2: rgba(40, 180, 244, 1);
|
|
465
|
+
--aquarium-chart-colors-primary-categorical-3: rgba(249, 106, 2, 1);
|
|
466
|
+
--aquarium-chart-colors-primary-categorical-4: rgba(0, 179, 0, 1);
|
|
467
|
+
--aquarium-chart-colors-primary-categorical-5: rgba(255, 193, 7, 1);
|
|
468
|
+
--aquarium-chart-colors-secondary-categorical-0: rgba(53, 69, 190, 1);
|
|
469
|
+
--aquarium-chart-colors-secondary-categorical-1: rgba(253, 159, 0, 1);
|
|
470
|
+
--aquarium-chart-colors-secondary-categorical-2: rgba(255, 53, 84, 1);
|
|
471
|
+
--aquarium-chart-colors-secondary-categorical-3: rgba(0, 179, 0, 1);
|
|
472
|
+
--aquarium-chart-colors-secondary-categorical-4: rgba(243, 88, 13, 1);
|
|
473
|
+
--aquarium-chart-colors-secondary-categorical-5: rgba(3, 153, 227, 1);
|
|
474
|
+
--aquarium-chart-colors-secondary-categorical-6: rgba(231, 0, 0, 1);
|
|
475
|
+
--aquarium-chart-colors-secondary-categorical-7: rgba(34, 47, 149, 1);
|
|
476
|
+
--aquarium-chart-colors-secondary-categorical-8: rgba(255, 144, 3, 1);
|
|
477
|
+
--aquarium-chart-colors-secondary-categorical-9: rgba(228, 26, 74, 1);
|
|
478
|
+
--aquarium-chart-colors-secondary-categorical-10: rgba(0, 159, 0, 1);
|
|
479
|
+
--aquarium-chart-colors-secondary-categorical-11: rgba(235, 70, 16, 1);
|
|
480
|
+
--aquarium-chart-colors-secondary-categorical-12: rgba(1, 116, 186, 1);
|
|
481
|
+
--aquarium-chart-colors-secondary-categorical-13: rgba(197, 0, 1, 1);
|
|
482
|
+
--aquarium-chart-colors-secondary-categorical-14: rgba(225, 29, 22, 1);
|
|
483
|
+
--aquarium-chart-colors-secondary-categorical-15: rgba(170, 0, 0, 1);
|
|
484
|
+
--aquarium-chart-colors-secondary-categorical-16: rgba(2, 86, 154, 1);
|
|
485
|
+
--aquarium-chart-colors-secondary-categorical-17: rgba(167, 0, 69, 1);
|
|
486
|
+
--aquarium-chart-colors-secondary-categorical-18: rgba(0, 111, 0, 1);
|
|
487
|
+
--aquarium-chart-colors-secondary-categorical-19: rgba(254, 109, 0, 1);
|
|
488
|
+
--aquarium-chart-colors-secondary-categorical-20: rgba(14, 22, 82, 1);
|
|
489
|
+
--aquarium-chart-colors-secondary-categorical-21: rgba(88, 101, 205, 1);
|
|
490
|
+
--aquarium-chart-colors-secondary-categorical-22: rgba(255, 179, 0, 1);
|
|
491
|
+
--aquarium-chart-colors-secondary-categorical-23: rgba(255, 82, 117, 1);
|
|
492
|
+
--aquarium-chart-colors-secondary-categorical-24: rgba(0, 195, 0, 1);
|
|
493
|
+
--aquarium-chart-colors-secondary-categorical-25: rgba(249, 106, 2, 1);
|
|
494
|
+
--aquarium-chart-colors-secondary-categorical-26: rgba(40, 180, 244, 1);
|
|
495
|
+
--aquarium-chart-colors-secondary-categorical-27: rgba(230, 39, 40, 1);
|
|
496
|
+
--aquarium-chart-colors-secondary-categorical-28: rgba(129, 142, 236, 1);
|
|
497
|
+
--aquarium-chart-colors-secondary-categorical-29: rgba(255, 193, 7, 1);
|
|
498
|
+
--aquarium-chart-colors-secondary-categorical-30: rgba(255, 111, 148, 1);
|
|
499
|
+
--aquarium-chart-colors-secondary-categorical-31: rgba(96, 219, 87, 1);
|
|
500
|
+
--aquarium-chart-colors-secondary-categorical-32: rgba(252, 135, 26, 1);
|
|
501
|
+
--aquarium-chart-colors-secondary-categorical-33: rgba(127, 209, 247, 1);
|
|
502
|
+
--aquarium-chart-colors-secondary-categorical-34: rgba(224, 80, 79, 1);
|
|
503
|
+
--aquarium-chart-colors-secondary-categorical-35: rgba(185, 197, 239, 1);
|
|
504
|
+
--aquarium-chart-colors-secondary-categorical-36: rgba(253, 212, 77, 1);
|
|
505
|
+
--aquarium-chart-colors-secondary-categorical-37: rgba(255, 169, 201, 1);
|
|
506
|
+
--aquarium-chart-colors-secondary-categorical-38: rgba(137, 235, 128, 1);
|
|
507
|
+
--aquarium-chart-colors-secondary-categorical-39: rgba(250, 178, 110, 1);
|
|
508
|
+
--aquarium-chart-colors-secondary-categorical-40: rgba(180, 229, 251, 1);
|
|
509
|
+
--aquarium-chart-colors-secondary-categorical-41: rgba(255, 173, 179, 1);
|
|
510
|
+
--aquarium-colors-white: white;
|
|
511
|
+
--aquarium-colors-black: black;
|
|
512
|
+
--aquarium-colors-transparent: transparent;
|
|
513
|
+
--aquarium-colors-current: currentColor;
|
|
514
|
+
--aquarium-colors-error-0: rgba(254,242,241,1);
|
|
515
|
+
--aquarium-colors-error-5: rgba(254,232,231,1);
|
|
516
|
+
--aquarium-colors-error-10: rgba(255,203,210,1);
|
|
517
|
+
--aquarium-colors-error-20: rgba(255,173,179,1);
|
|
518
|
+
--aquarium-colors-error-30: rgba(237,121,117,1);
|
|
519
|
+
--aquarium-colors-error-40: rgba(224,80,79,1);
|
|
520
|
+
--aquarium-colors-error-50: rgba(230,39,40,1);
|
|
521
|
+
--aquarium-colors-error-60: rgba(231,0,0,1);
|
|
522
|
+
--aquarium-colors-error-70: rgba(216,0,5,1);
|
|
523
|
+
--aquarium-colors-error-80: rgba(197,0,1,1);
|
|
524
|
+
--aquarium-colors-error-90: rgba(185,0,0,1);
|
|
525
|
+
--aquarium-colors-error-100: rgba(170,0,0,1);
|
|
526
|
+
--aquarium-colors-warning-0: rgba(255,253,249,1);
|
|
527
|
+
--aquarium-colors-warning-5: rgba(255,248,234,1);
|
|
528
|
+
--aquarium-colors-warning-10: rgba(255,242,205,1);
|
|
529
|
+
--aquarium-colors-warning-20: rgba(254,235,178,1);
|
|
530
|
+
--aquarium-colors-warning-30: rgba(253,223,129,1);
|
|
531
|
+
--aquarium-colors-warning-40: rgba(253,212,77,1);
|
|
532
|
+
--aquarium-colors-warning-50: rgba(253,201,38,1);
|
|
533
|
+
--aquarium-colors-warning-60: rgba(255,193,7,1);
|
|
534
|
+
--aquarium-colors-warning-70: rgba(255,179,0,1);
|
|
535
|
+
--aquarium-colors-warning-80: rgba(253,159,0,1);
|
|
536
|
+
--aquarium-colors-warning-90: rgba(255,144,3,1);
|
|
537
|
+
--aquarium-colors-warning-100: rgba(254,109,0,1);
|
|
538
|
+
--aquarium-colors-success-0: rgba(245,250,245,1);
|
|
539
|
+
--aquarium-colors-success-5: rgba(236,247,237,1);
|
|
540
|
+
--aquarium-colors-success-10: rgba(203,255,201,1);
|
|
541
|
+
--aquarium-colors-success-20: rgba(175,255,167,1);
|
|
542
|
+
--aquarium-colors-success-30: rgba(137,235,128,1);
|
|
543
|
+
--aquarium-colors-success-40: rgba(96,219,87,1);
|
|
544
|
+
--aquarium-colors-success-50: rgba(64,206,55,1);
|
|
545
|
+
--aquarium-colors-success-60: rgba(0,195,0,1);
|
|
546
|
+
--aquarium-colors-success-70: rgba(0,179,0,1);
|
|
547
|
+
--aquarium-colors-success-80: rgba(0,159,0,1);
|
|
548
|
+
--aquarium-colors-success-90: rgba(0,142,0,1);
|
|
549
|
+
--aquarium-colors-success-100: rgba(0,111,0,1);
|
|
550
|
+
--aquarium-colors-info-0: rgba(249,253,255,1);
|
|
551
|
+
--aquarium-colors-info-5: rgba(239,250,255,1);
|
|
552
|
+
--aquarium-colors-info-10: rgba(224,245,254,1);
|
|
553
|
+
--aquarium-colors-info-20: rgba(180,229,251,1);
|
|
554
|
+
--aquarium-colors-info-30: rgba(127,209,247,1);
|
|
555
|
+
--aquarium-colors-info-40: rgba(76,194,247,1);
|
|
556
|
+
--aquarium-colors-info-50: rgba(40,180,244,1);
|
|
557
|
+
--aquarium-colors-info-60: rgba(2,168,243,1);
|
|
558
|
+
--aquarium-colors-info-70: rgba(3,153,227,1);
|
|
559
|
+
--aquarium-colors-info-80: rgba(7,136,209,1);
|
|
560
|
+
--aquarium-colors-info-90: rgba(1,116,186,1);
|
|
561
|
+
--aquarium-colors-info-100: rgba(2,86,154,1);
|
|
562
|
+
--aquarium-colors-grey-0: rgba(247,247,250,1);
|
|
563
|
+
--aquarium-colors-grey-5: rgba(237,237,240,1);
|
|
564
|
+
--aquarium-colors-grey-10: rgba(225,225,227,1);
|
|
565
|
+
--aquarium-colors-grey-20: rgba(210,210,214,1);
|
|
566
|
+
--aquarium-colors-grey-30: rgba(180,180,187,1);
|
|
567
|
+
--aquarium-colors-grey-40: rgba(150,150,160,1);
|
|
568
|
+
--aquarium-colors-grey-50: rgba(120,120,133,1);
|
|
569
|
+
--aquarium-colors-grey-60: rgba(90,91,106,1);
|
|
570
|
+
--aquarium-colors-grey-70: rgba(74,75,87,1);
|
|
571
|
+
--aquarium-colors-grey-80: rgba(58,58,68,1);
|
|
572
|
+
--aquarium-colors-grey-90: rgba(41,42,49,1);
|
|
573
|
+
--aquarium-colors-grey-100: rgba(25,25,29,1);
|
|
574
|
+
--aquarium-colors-secondary-0: rgba(255,251,248,1);
|
|
575
|
+
--aquarium-colors-secondary-5: rgba(255,243,232,1);
|
|
576
|
+
--aquarium-colors-secondary-10: rgba(254,232,208,1);
|
|
577
|
+
--aquarium-colors-secondary-20: rgba(248,201,156,1);
|
|
578
|
+
--aquarium-colors-secondary-30: rgba(250,178,110,1);
|
|
579
|
+
--aquarium-colors-secondary-40: rgba(251,154,62,1);
|
|
580
|
+
--aquarium-colors-secondary-50: rgba(252,135,26,1);
|
|
581
|
+
--aquarium-colors-secondary-60: rgba(255,119,0,1);
|
|
582
|
+
--aquarium-colors-secondary-70: rgba(249,106,2,1);
|
|
583
|
+
--aquarium-colors-secondary-80: rgba(243,88,13,1);
|
|
584
|
+
--aquarium-colors-secondary-90: rgba(235,70,16,1);
|
|
585
|
+
--aquarium-colors-secondary-100: rgba(225,29,22,1);
|
|
586
|
+
--aquarium-colors-primary-0: rgba(255,255,255,1);
|
|
587
|
+
--aquarium-colors-primary-5: rgba(243,246,255,1);
|
|
588
|
+
--aquarium-colors-primary-10: rgba(227,233,255,1);
|
|
589
|
+
--aquarium-colors-primary-20: rgba(213,221,250,1);
|
|
590
|
+
--aquarium-colors-primary-30: rgba(199,209,244,1);
|
|
591
|
+
--aquarium-colors-primary-40: rgba(185,197,239,1);
|
|
592
|
+
--aquarium-colors-primary-50: rgba(157,170,238,1);
|
|
593
|
+
--aquarium-colors-primary-60: rgba(129,142,236,1);
|
|
594
|
+
--aquarium-colors-primary-70: rgba(88,101,205,1);
|
|
595
|
+
--aquarium-colors-primary-80: rgba(53,69,190,1);
|
|
596
|
+
--aquarium-colors-primary-90: rgba(34,47,149,1);
|
|
597
|
+
--aquarium-colors-primary-100: rgba(14,22,82,1);
|
|
598
|
+
--aquarium-box-shadow-body-inset: inset 0 0 0 3px var(--aquarium-background-color-body);
|
|
599
|
+
--aquarium-elevations-24dp: 0px 24px 48px rgba(90, 91, 106, 0.08), 0px 12px 24px rgba(58, 58, 68, 0.08);
|
|
600
|
+
--aquarium-elevations-16dp: 0px 16px 32px rgba(90, 91, 106, 0.12), 0px 8px 16px rgba(58, 58, 68, 0.12);
|
|
601
|
+
--aquarium-elevations-8dp: 0px 8px 16px rgba(90, 91, 106, 0.16), 0px 4px 8px rgba(58, 58, 68, 0.16);
|
|
602
|
+
--aquarium-elevations-4dp: 0px 4px 8px rgba(90, 91, 106, 0.20), 0px 2px 4px rgba(58, 58, 68, 0.20);
|
|
603
|
+
--aquarium-elevations-2dp: 0px 2px 4px rgba(90, 91, 106, 0.24), 0px 1px 2px rgba(58, 58, 68, 0.24);
|
|
604
|
+
--aquarium-screens-default: 0px;
|
|
605
|
+
--aquarium-screens-xs: 320px;
|
|
606
|
+
--aquarium-screens-sm: 672px;
|
|
607
|
+
--aquarium-screens-md: 1056px;
|
|
608
|
+
--aquarium-screens-lg: 1312px;
|
|
609
|
+
--aquarium-screens-xl: 1536px;
|
|
610
|
+
--aquarium-spacing-0: 0px;
|
|
611
|
+
--aquarium-spacing-1: 2px;
|
|
612
|
+
--aquarium-spacing-2: 4px;
|
|
613
|
+
--aquarium-spacing-3: 8px;
|
|
614
|
+
--aquarium-spacing-4: 12px;
|
|
615
|
+
--aquarium-spacing-5: 16px;
|
|
616
|
+
--aquarium-spacing-6: 24px;
|
|
617
|
+
--aquarium-spacing-7: 32px;
|
|
618
|
+
--aquarium-spacing-8: 40px;
|
|
619
|
+
--aquarium-spacing-9: 48px;
|
|
620
|
+
--aquarium-spacing-1px: 1px;
|
|
621
|
+
--aquarium-spacing-l1: 16px;
|
|
622
|
+
--aquarium-spacing-l2: 24px;
|
|
623
|
+
--aquarium-spacing-l3: 32px;
|
|
624
|
+
--aquarium-spacing-l4: 48px;
|
|
625
|
+
--aquarium-spacing-l5: 64px;
|
|
626
|
+
--aquarium-spacing-l6: 96px;
|
|
627
|
+
--aquarium-spacing-l7: 160px;
|
|
628
|
+
--aquarium-font-size-base: 1rem;
|
|
629
|
+
--aquarium-font-size-base-line-height: 1.5rem;
|
|
630
|
+
--aquarium-font-size-xs: 0.75rem;
|
|
631
|
+
--aquarium-font-size-xs-line-height: 1rem;
|
|
632
|
+
--aquarium-font-size-sm: 0.875rem;
|
|
633
|
+
--aquarium-font-size-sm-line-height: 1.25rem;
|
|
634
|
+
--aquarium-font-size-lg-line-height: 1.75rem;
|
|
635
|
+
--aquarium-font-size-lg: 1.125rem;
|
|
636
|
+
--aquarium-font-size-xl-line-height: 1.75rem;
|
|
637
|
+
--aquarium-font-size-xl: 1.25rem;
|
|
638
|
+
--aquarium-font-size-2xl-line-height: 2rem;
|
|
639
|
+
--aquarium-font-size-2xl: 1.5rem;
|
|
640
|
+
--aquarium-font-size-3xl-line-height: 2.25rem;
|
|
641
|
+
--aquarium-font-size-3xl: 1.875rem;
|
|
642
|
+
--aquarium-font-size-4xl-line-height: 2.5rem;
|
|
643
|
+
--aquarium-font-size-4xl: 2.25rem;
|
|
644
|
+
--aquarium-font-size-5xl-line-height: 1;
|
|
645
|
+
--aquarium-font-size-5xl: 3rem;
|
|
646
|
+
--aquarium-font-size-6xl-line-height: 1;
|
|
647
|
+
--aquarium-font-size-6xl: 3.75rem;
|
|
648
|
+
--aquarium-font-size-7xl-line-height: 1;
|
|
649
|
+
--aquarium-font-size-7xl: 4.5rem;
|
|
650
|
+
--aquarium-font-size-8xl-line-height: 1;
|
|
651
|
+
--aquarium-font-size-8xl: 6rem;
|
|
652
|
+
--aquarium-font-size-9xl-line-height: 1;
|
|
653
|
+
--aquarium-font-size-9xl: 8rem;
|
|
748
654
|
--aquarium-background-color-body: var(--aquarium-colors-white);
|
|
655
|
+
--aquarium-background-color-body-intense: var(--aquarium-colors-grey-80);
|
|
656
|
+
--aquarium-background-color-popover-content: var(--aquarium-colors-white);
|
|
657
|
+
--aquarium-background-color-muted: var(--aquarium-colors-grey-0);
|
|
658
|
+
--aquarium-background-color-default: var(--aquarium-colors-grey-5);
|
|
659
|
+
--aquarium-background-color-intense: var(--aquarium-colors-grey-20);
|
|
660
|
+
--aquarium-background-color-primary-muted: var(--aquarium-colors-primary-40);
|
|
661
|
+
--aquarium-background-color-primary-default: var(--aquarium-colors-primary-80);
|
|
662
|
+
--aquarium-background-color-primary-intense: var(--aquarium-colors-primary-90);
|
|
663
|
+
--aquarium-background-color-primary-active: var(--aquarium-colors-primary-5);
|
|
664
|
+
--aquarium-background-color-primary-hover: var(--aquarium-colors-primary-5);
|
|
665
|
+
--aquarium-background-color-info-muted: var(--aquarium-colors-info-10);
|
|
666
|
+
--aquarium-background-color-info-default: var(--aquarium-colors-info-70);
|
|
667
|
+
--aquarium-background-color-info-intense: var(--aquarium-colors-info-90);
|
|
668
|
+
--aquarium-background-color-success-muted: var(--aquarium-colors-success-5);
|
|
669
|
+
--aquarium-background-color-success-default: var(--aquarium-colors-success-70);
|
|
670
|
+
--aquarium-background-color-success-intense: var(--aquarium-colors-success-90);
|
|
671
|
+
--aquarium-background-color-warning-muted: var(--aquarium-colors-warning-5);
|
|
672
|
+
--aquarium-background-color-warning-default: var(--aquarium-colors-warning-70);
|
|
673
|
+
--aquarium-background-color-warning-intense: var(--aquarium-colors-warning-90);
|
|
674
|
+
--aquarium-background-color-danger-muted: var(--aquarium-colors-error-10);
|
|
675
|
+
--aquarium-background-color-danger-default: var(--aquarium-colors-error-20);
|
|
676
|
+
--aquarium-background-color-danger-intense: var(--aquarium-colors-error-50);
|
|
677
|
+
--aquarium-background-color-status-announcement: var(--aquarium-colors-primary-5);
|
|
678
|
+
--aquarium-background-color-status-info: var(--aquarium-colors-info-10);
|
|
679
|
+
--aquarium-background-color-status-warning: var(--aquarium-colors-warning-5);
|
|
680
|
+
--aquarium-background-color-status-danger: var(--aquarium-colors-error-5);
|
|
681
|
+
--aquarium-background-color-status-success: var(--aquarium-colors-success-5);
|
|
682
|
+
--aquarium-border-color-muted: var(--aquarium-colors-grey-5);
|
|
683
|
+
--aquarium-border-color-default: var(--aquarium-colors-grey-20);
|
|
684
|
+
--aquarium-border-color-intense: var(--aquarium-colors-grey-50);
|
|
685
|
+
--aquarium-border-color-primary-muted: var(--aquarium-colors-primary-60);
|
|
686
|
+
--aquarium-border-color-primary-default: var(--aquarium-colors-primary-80);
|
|
687
|
+
--aquarium-border-color-primary-intense: var(--aquarium-colors-primary-100);
|
|
688
|
+
--aquarium-border-color-info-muted: var(--aquarium-colors-info-50);
|
|
689
|
+
--aquarium-border-color-info-default: var(--aquarium-colors-info-70);
|
|
690
|
+
--aquarium-border-color-info-intense: var(--aquarium-colors-info-90);
|
|
691
|
+
--aquarium-border-color-success-muted: var(--aquarium-colors-success-10);
|
|
692
|
+
--aquarium-border-color-success-default: var(--aquarium-colors-success-40);
|
|
693
|
+
--aquarium-border-color-success-intense: var(--aquarium-colors-success-70);
|
|
694
|
+
--aquarium-border-color-warning-muted: var(--aquarium-colors-warning-20);
|
|
695
|
+
--aquarium-border-color-warning-default: var(--aquarium-colors-warning-70);
|
|
696
|
+
--aquarium-border-color-warning-intense: var(--aquarium-colors-warning-90);
|
|
697
|
+
--aquarium-border-color-danger-muted: var(--aquarium-colors-error-10);
|
|
698
|
+
--aquarium-border-color-danger-default: var(--aquarium-colors-error-50);
|
|
699
|
+
--aquarium-border-color-danger-intense: var(--aquarium-colors-error-80);
|
|
700
|
+
--aquarium-text-color-inactive: var(--aquarium-colors-grey-40);
|
|
701
|
+
--aquarium-text-color-muted: var(--aquarium-colors-grey-50);
|
|
702
|
+
--aquarium-text-color-default: var(--aquarium-colors-grey-70);
|
|
703
|
+
--aquarium-text-color-intense: var(--aquarium-colors-grey-90);
|
|
704
|
+
--aquarium-text-color-opposite-default: var(--aquarium-colors-white);
|
|
705
|
+
--aquarium-text-color-primary-inactive: var(--aquarium-colors-primary-40);
|
|
706
|
+
--aquarium-text-color-primary-active: var(--aquarium-colors-primary-90);
|
|
707
|
+
--aquarium-text-color-primary-muted: var(--aquarium-colors-primary-60);
|
|
708
|
+
--aquarium-text-color-primary-default: var(--aquarium-colors-primary-70);
|
|
709
|
+
--aquarium-text-color-primary-intense: var(--aquarium-colors-primary-80);
|
|
710
|
+
--aquarium-text-color-info-inactive: var(--aquarium-colors-info-20);
|
|
711
|
+
--aquarium-text-color-info-muted: var(--aquarium-colors-info-40);
|
|
712
|
+
--aquarium-text-color-info-default: var(--aquarium-colors-info-70);
|
|
713
|
+
--aquarium-text-color-info-intense: var(--aquarium-colors-info-90);
|
|
714
|
+
--aquarium-text-color-success-inactive: var(--aquarium-colors-success-10);
|
|
715
|
+
--aquarium-text-color-success-muted: var(--aquarium-colors-success-30);
|
|
716
|
+
--aquarium-text-color-success-default: var(--aquarium-colors-success-70);
|
|
717
|
+
--aquarium-text-color-success-intense: var(--aquarium-colors-success-90);
|
|
718
|
+
--aquarium-text-color-warning-inactive: var(--aquarium-colors-warning-20);
|
|
719
|
+
--aquarium-text-color-warning-muted: var(--aquarium-colors-warning-40);
|
|
720
|
+
--aquarium-text-color-warning-default: var(--aquarium-colors-warning-80);
|
|
721
|
+
--aquarium-text-color-warning-intense: var(--aquarium-colors-warning-100);
|
|
722
|
+
--aquarium-text-color-danger-inactive: var(--aquarium-colors-error-10);
|
|
723
|
+
--aquarium-text-color-danger-muted: var(--aquarium-colors-error-20);
|
|
724
|
+
--aquarium-text-color-danger-default: var(--aquarium-colors-error-50);
|
|
725
|
+
--aquarium-text-color-danger-intense: var(--aquarium-colors-error-80);
|
|
726
|
+
--aquarium-box-shadow-24dp: var(--aquarium-elevations-24dp);
|
|
727
|
+
--aquarium-box-shadow-16dp: var(--aquarium-elevations-16dp);
|
|
728
|
+
--aquarium-box-shadow-8dp: var(--aquarium-elevations-8dp);
|
|
729
|
+
--aquarium-box-shadow-4dp: var(--aquarium-elevations-4dp);
|
|
730
|
+
--aquarium-box-shadow-2dp: var(--aquarium-elevations-2dp);
|
|
731
|
+
--aquarium-margin-0: var(--aquarium-spacing-0);
|
|
732
|
+
--aquarium-margin-1: var(--aquarium-spacing-1);
|
|
733
|
+
--aquarium-margin-2: var(--aquarium-spacing-2);
|
|
734
|
+
--aquarium-margin-3: var(--aquarium-spacing-3);
|
|
735
|
+
--aquarium-margin-4: var(--aquarium-spacing-4);
|
|
736
|
+
--aquarium-margin-5: var(--aquarium-spacing-5);
|
|
737
|
+
--aquarium-margin-6: var(--aquarium-spacing-6);
|
|
738
|
+
--aquarium-margin-7: var(--aquarium-spacing-7);
|
|
739
|
+
--aquarium-margin-8: var(--aquarium-spacing-8);
|
|
740
|
+
--aquarium-margin-9: var(--aquarium-spacing-9);
|
|
741
|
+
--aquarium-margin-1px: var(--aquarium-spacing-1px);
|
|
742
|
+
--aquarium-margin-l1: var(--aquarium-spacing-l1);
|
|
743
|
+
--aquarium-margin-l2: var(--aquarium-spacing-l2);
|
|
744
|
+
--aquarium-margin-l3: var(--aquarium-spacing-l3);
|
|
745
|
+
--aquarium-margin-l4: var(--aquarium-spacing-l4);
|
|
746
|
+
--aquarium-margin-l5: var(--aquarium-spacing-l5);
|
|
747
|
+
--aquarium-margin-l6: var(--aquarium-spacing-l6);
|
|
748
|
+
--aquarium-margin-l7: var(--aquarium-spacing-l7);
|
|
749
749
|
}
|
|
750
750
|
.recharts-cartesian-axis-tick-value,
|
|
751
751
|
.recharts-label{
|
|
@@ -946,63 +946,6 @@ video {
|
|
|
946
946
|
.typography-code-small-strong{
|
|
947
947
|
font: normal 600 14px/1.42 Source Code Pro;
|
|
948
948
|
}
|
|
949
|
-
.typography-caption-small{
|
|
950
|
-
font: normal 400 10px/1.2 Inter;
|
|
951
|
-
}
|
|
952
|
-
.typography-caption-default{
|
|
953
|
-
font: normal 400 12px/1.26 Inter;
|
|
954
|
-
}
|
|
955
|
-
.typography-overline-small{
|
|
956
|
-
font: normal 400 10px/1 Inter;
|
|
957
|
-
}
|
|
958
|
-
.typography-overline-default{
|
|
959
|
-
font: normal 400 12px/1 Inter;
|
|
960
|
-
}
|
|
961
|
-
.typography-button-small{
|
|
962
|
-
font: normal 500 12px/1 Inter;
|
|
963
|
-
}
|
|
964
|
-
.typography-button-medium{
|
|
965
|
-
font: normal 400 14px/1 Inter;
|
|
966
|
-
}
|
|
967
|
-
.typography-button-large{
|
|
968
|
-
font: normal 500 16px/1.5 Inter;
|
|
969
|
-
}
|
|
970
|
-
.typography-body-small{
|
|
971
|
-
font: normal 400 14px/1.43 Inter;
|
|
972
|
-
}
|
|
973
|
-
.typography-body-small-medium{
|
|
974
|
-
font: normal 500 14px/1.43 Inter;
|
|
975
|
-
}
|
|
976
|
-
.typography-body-default{
|
|
977
|
-
font: normal 400 16px/1.5 Inter;
|
|
978
|
-
}
|
|
979
|
-
.typography-body-default-medium{
|
|
980
|
-
font: normal 500 16px/1.5 Inter;
|
|
981
|
-
}
|
|
982
|
-
.typography-body-large{
|
|
983
|
-
font: normal 400 20px/1.58 Inter;
|
|
984
|
-
}
|
|
985
|
-
.typography-body-large-medium{
|
|
986
|
-
font: normal 400 20px/1.2 Inter;
|
|
987
|
-
}
|
|
988
|
-
.typography-heading-large{
|
|
989
|
-
font: normal 700 20px/1.5 Inter;
|
|
990
|
-
}
|
|
991
|
-
.typography-heading-xl{
|
|
992
|
-
font: normal 700 24px/1.5 Inter;
|
|
993
|
-
}
|
|
994
|
-
.typography-heading-2xl{
|
|
995
|
-
font: normal 700 34px/1.28 Inter;
|
|
996
|
-
}
|
|
997
|
-
.typography-heading-3xl{
|
|
998
|
-
font: normal 700 48px/1.24 Inter;
|
|
999
|
-
}
|
|
1000
|
-
.typography-heading-4xl{
|
|
1001
|
-
font: normal 700 60px/1.2 Inter;
|
|
1002
|
-
}
|
|
1003
|
-
.typography-heading-5xl{
|
|
1004
|
-
font: normal 700 76px/1.2 Inter;
|
|
1005
|
-
}
|
|
1006
949
|
.pointer-events-none{
|
|
1007
950
|
pointer-events: none;
|
|
1008
951
|
}
|
|
@@ -1268,9 +1211,6 @@ video {
|
|
|
1268
1211
|
.inline-flex{
|
|
1269
1212
|
display: inline-flex;
|
|
1270
1213
|
}
|
|
1271
|
-
.\!table{
|
|
1272
|
-
display: table !important;
|
|
1273
|
-
}
|
|
1274
1214
|
.table{
|
|
1275
1215
|
display: table;
|
|
1276
1216
|
}
|
|
@@ -2306,10 +2246,6 @@ video {
|
|
|
2306
2246
|
border-color: white;
|
|
2307
2247
|
border-color: var(--aquarium-colors-white);
|
|
2308
2248
|
}
|
|
2309
|
-
.border-b-transparent{
|
|
2310
|
-
border-bottom-color: transparent;
|
|
2311
|
-
border-bottom-color: var(--aquarium-colors-transparent);
|
|
2312
|
-
}
|
|
2313
2249
|
.bg-black{
|
|
2314
2250
|
background-color: black;
|
|
2315
2251
|
background-color: var(--aquarium-colors-black);
|
|
@@ -3043,6 +2979,9 @@ video {
|
|
|
3043
2979
|
.align-middle{
|
|
3044
2980
|
vertical-align: middle;
|
|
3045
2981
|
}
|
|
2982
|
+
.text-\[10px\]{
|
|
2983
|
+
font-size: 10px;
|
|
2984
|
+
}
|
|
3046
2985
|
.text-\[8px\]{
|
|
3047
2986
|
font-size: 8px;
|
|
3048
2987
|
}
|
|
@@ -4595,6 +4534,42 @@ input[type="number"].no-arrows{
|
|
|
4595
4534
|
.focus-visible\:ring-offset-2:where(:not([data-rac])):focus-visible{
|
|
4596
4535
|
--tw-ring-offset-width: 2px;
|
|
4597
4536
|
}
|
|
4537
|
+
.peer:where([data-rac])[data-focus-visible] ~ .peer-focus-visible\:ring-2{
|
|
4538
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
4539
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
4540
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
|
|
4541
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
|
|
4542
|
+
}
|
|
4543
|
+
.peer:where([data-rac])[data-focus-visible] ~ .peer-focus-visible\:ring-info-default{
|
|
4544
|
+
--tw-ring-color: var(--aquarium-border-color-info-default);
|
|
4545
|
+
}
|
|
4546
|
+
.peer:where([data-rac])[data-focus-visible] ~ .peer-focus-visible\:ring-offset-1{
|
|
4547
|
+
--tw-ring-offset-width: 1px;
|
|
4548
|
+
}
|
|
4549
|
+
.peer:where(:not([data-rac])).focus-visible ~ .peer-focus-visible\:ring-2{
|
|
4550
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
4551
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
4552
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
|
|
4553
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
|
|
4554
|
+
}
|
|
4555
|
+
.peer:where(:not([data-rac])):focus-visible ~ .peer-focus-visible\:ring-2{
|
|
4556
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
4557
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
4558
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
|
|
4559
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
|
|
4560
|
+
}
|
|
4561
|
+
.peer:where(:not([data-rac])).focus-visible ~ .peer-focus-visible\:ring-info-default{
|
|
4562
|
+
--tw-ring-color: var(--aquarium-border-color-info-default);
|
|
4563
|
+
}
|
|
4564
|
+
.peer:where(:not([data-rac])):focus-visible ~ .peer-focus-visible\:ring-info-default{
|
|
4565
|
+
--tw-ring-color: var(--aquarium-border-color-info-default);
|
|
4566
|
+
}
|
|
4567
|
+
.peer:where(:not([data-rac])).focus-visible ~ .peer-focus-visible\:ring-offset-1{
|
|
4568
|
+
--tw-ring-offset-width: 1px;
|
|
4569
|
+
}
|
|
4570
|
+
.peer:where(:not([data-rac])):focus-visible ~ .peer-focus-visible\:ring-offset-1{
|
|
4571
|
+
--tw-ring-offset-width: 1px;
|
|
4572
|
+
}
|
|
4598
4573
|
.pressed\:border-info-default[data-pressed]{
|
|
4599
4574
|
border-color: rgba(3,153,227,1);
|
|
4600
4575
|
border-color: var(--aquarium-border-color-info-default);
|
|
@@ -4723,11 +4698,41 @@ input[type="number"].no-arrows{
|
|
|
4723
4698
|
border-color: rgba(129,142,236,1);
|
|
4724
4699
|
border-color: var(--aquarium-border-color-primary-muted);
|
|
4725
4700
|
}
|
|
4726
|
-
.peer:
|
|
4701
|
+
.peer:where([data-rac])[data-disabled] ~ .peer-disabled\:cursor-not-allowed{
|
|
4702
|
+
cursor: not-allowed;
|
|
4703
|
+
}
|
|
4704
|
+
.peer:where([data-rac])[data-disabled] ~ .peer-disabled\:bg-muted{
|
|
4705
|
+
background-color: rgba(247,247,250,1);
|
|
4706
|
+
background-color: var(--aquarium-background-color-muted);
|
|
4707
|
+
}
|
|
4708
|
+
.peer:where([data-rac])[data-disabled] ~ .peer-disabled\:text-inactive{
|
|
4709
|
+
color: rgba(150,150,160,1);
|
|
4710
|
+
color: var(--aquarium-text-color-inactive);
|
|
4711
|
+
}
|
|
4712
|
+
.peer:where(:not([data-rac])):disabled ~ .peer-disabled\:cursor-not-allowed{
|
|
4713
|
+
cursor: not-allowed;
|
|
4714
|
+
}
|
|
4715
|
+
.peer:where(:not([data-rac])):disabled ~ .peer-disabled\:bg-muted{
|
|
4716
|
+
background-color: rgba(247,247,250,1);
|
|
4717
|
+
background-color: var(--aquarium-background-color-muted);
|
|
4718
|
+
}
|
|
4719
|
+
.peer:where(:not([data-rac])):disabled ~ .peer-disabled\:text-inactive{
|
|
4720
|
+
color: rgba(150,150,160,1);
|
|
4721
|
+
color: var(--aquarium-text-color-inactive);
|
|
4722
|
+
}
|
|
4723
|
+
.peer:where([data-rac])[data-disabled] ~ .peer-disabled\:hover\:bg-muted:where([data-rac])[data-hovered]{
|
|
4724
|
+
background-color: rgba(247,247,250,1);
|
|
4725
|
+
background-color: var(--aquarium-background-color-muted);
|
|
4726
|
+
}
|
|
4727
|
+
.peer:where(:not([data-rac])):disabled ~ .peer-disabled\:hover\:bg-muted:where([data-rac])[data-hovered]{
|
|
4728
|
+
background-color: rgba(247,247,250,1);
|
|
4729
|
+
background-color: var(--aquarium-background-color-muted);
|
|
4730
|
+
}
|
|
4731
|
+
.peer:where([data-rac])[data-disabled] ~ .peer-disabled\:hover\:bg-muted:where(:not([data-rac])):hover{
|
|
4727
4732
|
background-color: rgba(247,247,250,1);
|
|
4728
4733
|
background-color: var(--aquarium-background-color-muted);
|
|
4729
4734
|
}
|
|
4730
|
-
.peer:
|
|
4735
|
+
.peer:where(:not([data-rac])):disabled ~ .peer-disabled\:hover\:bg-muted:where(:not([data-rac])):hover{
|
|
4731
4736
|
background-color: rgba(247,247,250,1);
|
|
4732
4737
|
background-color: var(--aquarium-background-color-muted);
|
|
4733
4738
|
}
|