@clayui/css 3.163.0 → 3.165.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.
Files changed (139) hide show
  1. package/lib/css/atlas.css +541 -258
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +318 -115
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +3117 -2396
  6. package/lib/css/cadmin.css.map +1 -1
  7. package/lib/images/icons/anonymize.svg +5 -6
  8. package/lib/images/icons/arrows-all.svg +16 -0
  9. package/lib/images/icons/box-squared.svg +10 -0
  10. package/lib/images/icons/chart-area.svg +10 -0
  11. package/lib/images/icons/chart-bar-stacked.svg +9 -0
  12. package/lib/images/icons/chart-bar-x-axis.svg +9 -0
  13. package/lib/images/icons/chart-bar-y-axis.svg +9 -0
  14. package/lib/images/icons/chart-bar.svg +9 -0
  15. package/lib/images/icons/chart-donut.svg +10 -0
  16. package/lib/images/icons/chart-line-down.svg +10 -0
  17. package/lib/images/icons/chart-line-up.svg +10 -0
  18. package/lib/images/icons/chart-line.svg +10 -0
  19. package/lib/images/icons/chart-pie-fill.svg +10 -0
  20. package/lib/images/icons/chart-pie.svg +9 -0
  21. package/lib/images/icons/icons.svg +1 -1
  22. package/lib/images/icons/plant.svg +9 -0
  23. package/lib/images/icons/user-cog.svg +9 -0
  24. package/package.json +1 -1
  25. package/src/images/icons/anonymize.svg +5 -6
  26. package/src/images/icons/arrows-all.svg +16 -0
  27. package/src/images/icons/box-squared.svg +10 -0
  28. package/src/images/icons/chart-area.svg +10 -0
  29. package/src/images/icons/chart-bar-stacked.svg +9 -0
  30. package/src/images/icons/chart-bar-x-axis.svg +9 -0
  31. package/src/images/icons/chart-bar-y-axis.svg +9 -0
  32. package/src/images/icons/chart-bar.svg +9 -0
  33. package/src/images/icons/chart-donut.svg +10 -0
  34. package/src/images/icons/chart-line-down.svg +10 -0
  35. package/src/images/icons/chart-line-up.svg +10 -0
  36. package/src/images/icons/chart-line.svg +10 -0
  37. package/src/images/icons/chart-pie-fill.svg +10 -0
  38. package/src/images/icons/chart-pie.svg +9 -0
  39. package/src/images/icons/icons.svg +1 -1
  40. package/src/images/icons/plant.svg +9 -0
  41. package/src/images/icons/user-cog.svg +9 -0
  42. package/src/scss/_components.scss +0 -1
  43. package/src/scss/_license-text.scss +1 -1
  44. package/src/scss/atlas/variables/_cards.scss +123 -24
  45. package/src/scss/atlas/variables/_custom-forms.scss +0 -5
  46. package/src/scss/atlas/variables/_globals.scss +2 -1
  47. package/src/scss/atlas/variables/_labels.scss +341 -42
  48. package/src/scss/atlas/variables/_tables.scss +2 -2
  49. package/src/scss/atlas-custom-properties/_variables.scss +2 -0
  50. package/src/scss/atlas-custom-properties/variables/_alerts.scss +3 -1
  51. package/src/scss/atlas-custom-properties/variables/_application-bar.scss +6 -3
  52. package/src/scss/atlas-custom-properties/variables/_badges.scss +0 -23
  53. package/src/scss/atlas-custom-properties/variables/_breadcrumbs.scss +4 -1
  54. package/src/scss/atlas-custom-properties/variables/_buttons.scss +1 -0
  55. package/src/scss/atlas-custom-properties/variables/_c-root.scss +413 -219
  56. package/src/scss/atlas-custom-properties/variables/_cards.scss +81 -51
  57. package/src/scss/atlas-custom-properties/variables/_clay-color.scss +2 -2
  58. package/src/scss/atlas-custom-properties/variables/_custom-forms.scss +53 -23
  59. package/src/scss/atlas-custom-properties/variables/_dropdowns.scss +9 -14
  60. package/src/scss/atlas-custom-properties/variables/_forms.scss +34 -8
  61. package/src/scss/atlas-custom-properties/variables/_globals.scss +5 -2
  62. package/src/scss/atlas-custom-properties/variables/_images.scss +3 -1
  63. package/src/scss/atlas-custom-properties/variables/_labels.scss +417 -38
  64. package/src/scss/atlas-custom-properties/variables/_modals.scss +4 -3
  65. package/src/scss/atlas-custom-properties/variables/_multi-step-nav.scss +2 -5
  66. package/src/scss/atlas-custom-properties/variables/_navigation-bar.scss +2 -2
  67. package/src/scss/atlas-custom-properties/variables/_panels.scss +2 -2
  68. package/src/scss/atlas-custom-properties/variables/_popovers.scss +1 -1
  69. package/src/scss/atlas-custom-properties/variables/_range.scss +1 -1
  70. package/src/scss/atlas-custom-properties/variables/_resizer.scss +13 -2
  71. package/src/scss/atlas-custom-properties/variables/_sheets.scss +1 -2
  72. package/src/scss/atlas-custom-properties/variables/_sidebar.scss +13 -5
  73. package/src/scss/atlas-custom-properties/variables/_stickers.scss +2 -2
  74. package/src/scss/atlas-custom-properties/variables/_tables.scss +17 -19
  75. package/src/scss/atlas-custom-properties/variables/_tbar.scss +12 -5
  76. package/src/scss/atlas-custom-properties/variables/_tooltip.scss +1 -1
  77. package/src/scss/cadmin/_variables.scss +2 -0
  78. package/src/scss/cadmin/components/_cards.scss +10 -62
  79. package/src/scss/cadmin/components/_focus-ring.scss +3 -1
  80. package/src/scss/cadmin/components/_icons.scss +97 -0
  81. package/src/scss/cadmin/components/_reboot.scss +6 -2
  82. package/src/scss/cadmin/components/_resizer.scss +10 -0
  83. package/src/scss/cadmin/components/_root.scss +41 -0
  84. package/src/scss/cadmin/variables/_alerts.scss +26 -24
  85. package/src/scss/cadmin/variables/_badges.scss +20 -10
  86. package/src/scss/cadmin/variables/_breadcrumbs.scss +3 -3
  87. package/src/scss/cadmin/variables/_buttons.scss +162 -129
  88. package/src/scss/cadmin/variables/_c-root.scss +426 -0
  89. package/src/scss/cadmin/variables/_cards.scss +153 -30
  90. package/src/scss/cadmin/variables/_clay-color.scss +18 -26
  91. package/src/scss/cadmin/variables/_custom-forms.scss +46 -25
  92. package/src/scss/cadmin/variables/_dropdowns.scss +14 -18
  93. package/src/scss/cadmin/variables/_forms.scss +31 -27
  94. package/src/scss/cadmin/variables/_globals.scss +200 -252
  95. package/src/scss/cadmin/variables/_images.scss +3 -1
  96. package/src/scss/cadmin/variables/_labels.scss +194 -32
  97. package/src/scss/cadmin/variables/_links.scss +21 -13
  98. package/src/scss/cadmin/variables/_list-group.scss +8 -6
  99. package/src/scss/cadmin/variables/_loaders.scss +2 -4
  100. package/src/scss/cadmin/variables/_management-bar.scss +12 -6
  101. package/src/scss/cadmin/variables/_menubar.scss +44 -27
  102. package/src/scss/cadmin/variables/_modals.scss +10 -4
  103. package/src/scss/cadmin/variables/_multi-step-nav.scss +7 -7
  104. package/src/scss/cadmin/variables/_navbar.scss +8 -5
  105. package/src/scss/cadmin/variables/_navigation-bar.scss +2 -2
  106. package/src/scss/cadmin/variables/_pagination.scss +6 -2
  107. package/src/scss/cadmin/variables/_popovers.scss +4 -2
  108. package/src/scss/cadmin/variables/_range.scss +2 -1
  109. package/src/scss/cadmin/variables/_resizer.scss +13 -2
  110. package/src/scss/cadmin/variables/_sidebar.scss +14 -6
  111. package/src/scss/cadmin/variables/_stickers.scss +1 -1
  112. package/src/scss/cadmin/variables/_tables.scss +22 -19
  113. package/src/scss/cadmin/variables/_tbar.scss +28 -14
  114. package/src/scss/cadmin/variables/_tooltip.scss +3 -1
  115. package/src/scss/cadmin/variables/_treeview.scss +2 -2
  116. package/src/scss/cadmin/variables/_utilities.scss +132 -196
  117. package/src/scss/cadmin.scss +2 -0
  118. package/src/scss/components/_focus-ring.scss +3 -1
  119. package/src/scss/components/_icons.scss +117 -6
  120. package/src/scss/components/_resizer.scss +8 -0
  121. package/src/scss/components/_root.scss +36 -3
  122. package/src/scss/functions/_lx-icons-generated.scss +31 -9
  123. package/src/scss/mixins/_cards.scss +19 -1
  124. package/src/scss/mixins/_labels.scss +9 -2
  125. package/src/scss/variables/_cards.scss +22 -1
  126. package/src/scss/variables/_custom-forms.scss +22 -11
  127. package/src/scss/variables/_dropdowns.scss +2 -0
  128. package/src/scss/variables/_globals.scss +1 -0
  129. package/src/scss/variables/_labels.scss +296 -8
  130. package/src/scss/variables/_resizer.scss +13 -2
  131. package/lib/images/icons/arrow-key-down.svg +0 -9
  132. package/lib/images/icons/arrow-key-left.svg +0 -9
  133. package/lib/images/icons/arrow-key-right.svg +0 -9
  134. package/lib/images/icons/arrow-key-up.svg +0 -9
  135. package/src/images/icons/arrow-key-down.svg +0 -9
  136. package/src/images/icons/arrow-key-left.svg +0 -9
  137. package/src/images/icons/arrow-key-right.svg +0 -9
  138. package/src/images/icons/arrow-key-up.svg +0 -9
  139. package/src/scss/components/_keyboard-arrows-indicator.scss +0 -82
@@ -1,11 +1,11 @@
1
1
  // .label
2
2
 
3
- $label-border-radius: 0.125rem !default; // 2px
4
- $label-font-size: 0.625rem !default; // 10px
3
+ $label-border-radius: $border-radius !default; // 4px
4
+ $label-font-size: 0.75rem !default; // 12px
5
5
  $label-font-weight: $font-weight-semi-bold !default;
6
6
  $label-padding-x: 0.25rem !default; // 4px
7
7
  $label-padding-y: 0.125rem !default; // 2px
8
- $label-text-transform: uppercase !default;
8
+ $label-text-transform: none !default;
9
9
 
10
10
  // .label[href], .label[type], .label[tabindex='0']
11
11
 
@@ -86,7 +86,7 @@ $label-item-spacer-x: 0.85714em !default;
86
86
  $label-lg: () !default;
87
87
  $label-lg: map-deep-merge(
88
88
  (
89
- font-size: 0.75rem,
89
+ font-size: 0.875rem,
90
90
  min-height: 1.5rem,
91
91
  padding-bottom: 0.3125rem,
92
92
  padding-left: 0.5rem,
@@ -158,7 +158,7 @@ $label-primary: map-deep-merge(
158
158
 
159
159
  // @deprecated as of v2.4.1 use the Sass map `$label-secondary` instead
160
160
 
161
- $label-secondary-color: $secondary !default;
161
+ $label-secondary-color: $dark-l2 !default;
162
162
 
163
163
  // @deprecated as of v2.4.1 use the Sass map `$label-secondary` instead
164
164
 
@@ -190,7 +190,7 @@ $label-secondary: map-deep-merge(
190
190
 
191
191
  // @deprecated as of v2.4.1 use the Sass map `$label-success` instead
192
192
 
193
- $label-success-color: $success !default;
193
+ $label-success-color: $success-d1 !default;
194
194
 
195
195
  // @deprecated as of v2.4.1 use the Sass map `$label-success` instead
196
196
 
@@ -222,7 +222,7 @@ $label-success: map-deep-merge(
222
222
 
223
223
  // @deprecated as of v2.4.1 use the Sass map `$label-info` instead
224
224
 
225
- $label-info-color: $info !default;
225
+ $label-info-color: $info-d1 !default;
226
226
 
227
227
  // @deprecated as of v2.4.1 use the Sass map `$label-info` instead
228
228
 
@@ -254,7 +254,7 @@ $label-info: map-deep-merge(
254
254
 
255
255
  // @deprecated as of v2.4.1 use the Sass map `$label-warning` instead
256
256
 
257
- $label-warning-color: $warning !default;
257
+ $label-warning-color: $warning-d1 !default;
258
258
 
259
259
  // @deprecated as of v2.4.1 use the Sass map `$label-warning` instead
260
260
 
@@ -286,7 +286,7 @@ $label-warning: map-deep-merge(
286
286
 
287
287
  // @deprecated as of v2.4.1 use the Sass map `$label-danger` instead
288
288
 
289
- $label-danger-color: $danger !default;
289
+ $label-danger-color: $danger-d1 !default;
290
290
 
291
291
  // @deprecated as of v2.4.1 use the Sass map `$label-danger` instead
292
292
 
@@ -395,7 +395,7 @@ $label-inverse-primary: map-deep-merge(
395
395
  href: (
396
396
  hover: (
397
397
  background-color: null,
398
- border-color: null,
398
+ border-color: transparent,
399
399
  color: $white,
400
400
  ),
401
401
  ),
@@ -418,25 +418,27 @@ $label-inverse-primary: map-deep-merge(
418
418
  $label-inverse-secondary: () !default;
419
419
  $label-inverse-secondary: map-deep-merge(
420
420
  (
421
- color: $white,
421
+ background-color: $secondary-l3,
422
+ border-color: transparent,
423
+ color: $dark-d2,
422
424
 
423
425
  href: (
424
426
  hover: (
425
- background-color: null,
426
- border-color: null,
427
- color: $white,
427
+ background-color: $secondary-l3,
428
+ border-color: transparent,
429
+ color: $dark-d2,
428
430
  ),
429
431
  ),
430
432
 
431
433
  link: (
432
434
  hover: (
433
- color: null,
435
+ color: $dark-d2,
434
436
  ),
435
437
  ),
436
438
 
437
439
  close: (
438
440
  hover: (
439
- color: null,
441
+ color: $dark-d2,
440
442
  ),
441
443
  ),
442
444
  ),
@@ -446,24 +448,27 @@ $label-inverse-secondary: map-deep-merge(
446
448
  $label-inverse-success: () !default;
447
449
  $label-inverse-success: map-deep-merge(
448
450
  (
449
- color: $white,
451
+ background-color: $success-l2,
452
+ border-color: transparent,
453
+ color: $success-d2,
454
+
450
455
  href: (
451
456
  hover: (
452
- background-color: null,
453
- border-color: null,
454
- color: $white,
457
+ background-color: $success-l2,
458
+ border-color: transparent,
459
+ color: $success-d2,
455
460
  ),
456
461
  ),
457
462
 
458
463
  link: (
459
464
  hover: (
460
- color: null,
465
+ color: $success-d2,
461
466
  ),
462
467
  ),
463
468
 
464
469
  close: (
465
470
  hover: (
466
- color: null,
471
+ color: $success-d2,
467
472
  ),
468
473
  ),
469
474
  ),
@@ -473,25 +478,27 @@ $label-inverse-success: map-deep-merge(
473
478
  $label-inverse-info: () !default;
474
479
  $label-inverse-info: map-deep-merge(
475
480
  (
476
- color: $white,
481
+ background-color: $info-l2,
482
+ border-color: transparent,
483
+ color: $info-d2,
477
484
 
478
485
  href: (
479
486
  hover: (
480
- background-color: null,
481
- border-color: null,
482
- color: $white,
487
+ background-color: $info-l2,
488
+ border-color: transparent,
489
+ color: $info-d2,
483
490
  ),
484
491
  ),
485
492
 
486
493
  link: (
487
494
  hover: (
488
- color: null,
495
+ color: $info-d2,
489
496
  ),
490
497
  ),
491
498
 
492
499
  close: (
493
500
  hover: (
494
- color: null,
501
+ color: $info-d2,
495
502
  ),
496
503
  ),
497
504
  ),
@@ -501,25 +508,27 @@ $label-inverse-info: map-deep-merge(
501
508
  $label-inverse-warning: () !default;
502
509
  $label-inverse-warning: map-deep-merge(
503
510
  (
504
- color: $white,
511
+ background-color: $warning-l2,
512
+ border-color: transparent,
513
+ color: $warning-d2,
505
514
 
506
515
  href: (
507
516
  hover: (
508
- background-color: null,
509
- border-color: null,
510
- color: $white,
517
+ background-color: $warning-l2,
518
+ border-color: transparent,
519
+ color: $warning-d2,
511
520
  ),
512
521
  ),
513
522
 
514
523
  link: (
515
524
  hover: (
516
- color: null,
525
+ color: $warning-d2,
517
526
  ),
518
527
  ),
519
528
 
520
529
  close: (
521
530
  hover: (
522
- color: null,
531
+ color: $warning-d2,
523
532
  ),
524
533
  ),
525
534
  ),
@@ -529,25 +538,27 @@ $label-inverse-warning: map-deep-merge(
529
538
  $label-inverse-danger: () !default;
530
539
  $label-inverse-danger: map-deep-merge(
531
540
  (
532
- color: $white,
541
+ background-color: $danger-l2,
542
+ border-color: transparent,
543
+ color: $danger-d2,
533
544
 
534
545
  href: (
535
546
  hover: (
536
- background-color: null,
537
- border-color: null,
538
- color: $white,
547
+ background-color: $danger-l2,
548
+ border-color: transparent,
549
+ color: $danger-d2,
539
550
  ),
540
551
  ),
541
552
 
542
553
  link: (
543
554
  hover: (
544
- color: null,
555
+ color: $danger-d2,
545
556
  ),
546
557
  ),
547
558
 
548
559
  close: (
549
560
  hover: (
550
- color: null,
561
+ color: $danger-d2,
551
562
  ),
552
563
  ),
553
564
  ),
@@ -562,7 +573,7 @@ $label-inverse-light: map-deep-merge(
562
573
  href: (
563
574
  hover: (
564
575
  background-color: null,
565
- border-color: null,
576
+ border-color: transparent,
566
577
  color: $dark,
567
578
  ),
568
579
  ),
@@ -590,7 +601,7 @@ $label-inverse-dark: map-deep-merge(
590
601
  href: (
591
602
  hover: (
592
603
  background-color: null,
593
- border-color: null,
604
+ border-color: transparent,
594
605
  color: $white,
595
606
  ),
596
607
  ),
@@ -610,6 +621,276 @@ $label-inverse-dark: map-deep-merge(
610
621
  $label-inverse-dark
611
622
  );
612
623
 
624
+ $label-inverse-content-0: () !default;
625
+ $label-inverse-content-0: map-deep-merge(
626
+ (
627
+ background-color: $secondary-l3,
628
+ border-color: transparent,
629
+ color: $dark-d2,
630
+
631
+ href: (
632
+ hover: (
633
+ background-color: $secondary-l3,
634
+ border-color: transparent,
635
+ color: $dark-d2,
636
+ ),
637
+ ),
638
+
639
+ link: (
640
+ hover: (
641
+ color: $dark-d2,
642
+ ),
643
+ ),
644
+
645
+ close: (
646
+ hover: (
647
+ color: $dark-d2,
648
+ ),
649
+ ),
650
+ ),
651
+ $label-inverse-content-0
652
+ );
653
+
654
+ $label-inverse-content-1: () !default;
655
+ $label-inverse-content-1: map-deep-merge(
656
+ (
657
+ background-color: $purple-l5,
658
+ border-color: transparent,
659
+ color: $purple-d2,
660
+
661
+ href: (
662
+ hover: (
663
+ background-color: $purple-l5,
664
+ border-color: transparent,
665
+ color: $purple-d2,
666
+ ),
667
+ ),
668
+
669
+ link: (
670
+ hover: (
671
+ color: $purple-d2,
672
+ ),
673
+ ),
674
+
675
+ close: (
676
+ hover: (
677
+ color: $purple-d2,
678
+ ),
679
+ ),
680
+ ),
681
+ $label-inverse-content-1
682
+ );
683
+
684
+ $label-inverse-content-2: () !default;
685
+ $label-inverse-content-2: map-deep-merge(
686
+ (
687
+ background-color: $yellow-l5,
688
+ border-color: transparent,
689
+ color: $yellow-d4,
690
+
691
+ href: (
692
+ hover: (
693
+ background-color: $yellow-l5,
694
+ border-color: transparent,
695
+ color: $yellow-d4,
696
+ ),
697
+ ),
698
+
699
+ link: (
700
+ hover: (
701
+ color: $yellow-d4,
702
+ ),
703
+ ),
704
+
705
+ close: (
706
+ hover: (
707
+ color: $yellow-d4,
708
+ ),
709
+ ),
710
+ ),
711
+ $label-inverse-content-2
712
+ );
713
+
714
+ $label-inverse-content-3: () !default;
715
+ $label-inverse-content-3: map-deep-merge(
716
+ (
717
+ background-color: $green-l5,
718
+ border-color: transparent,
719
+ color: $green-d2,
720
+
721
+ href: (
722
+ hover: (
723
+ background-color: $green-l5,
724
+ border-color: transparent,
725
+ color: $green-d2,
726
+ ),
727
+ ),
728
+
729
+ link: (
730
+ hover: (
731
+ color: $green-d2,
732
+ ),
733
+ ),
734
+
735
+ close: (
736
+ hover: (
737
+ color: $green-d2,
738
+ ),
739
+ ),
740
+ ),
741
+ $label-inverse-content-3
742
+ );
743
+
744
+ $label-inverse-content-4: () !default;
745
+ $label-inverse-content-4: map-deep-merge(
746
+ (
747
+ background-color: $red-l5,
748
+ border-color: transparent,
749
+ color: $red-d2,
750
+
751
+ href: (
752
+ hover: (
753
+ background-color: $red-l5,
754
+ border-color: transparent,
755
+ color: $red-d2,
756
+ ),
757
+ ),
758
+
759
+ link: (
760
+ hover: (
761
+ color: $red-d2,
762
+ ),
763
+ ),
764
+
765
+ close: (
766
+ hover: (
767
+ color: $red-d2,
768
+ ),
769
+ ),
770
+ ),
771
+ $label-inverse-content-4
772
+ );
773
+
774
+ $label-inverse-content-5: () !default;
775
+ $label-inverse-content-5: map-deep-merge(
776
+ (
777
+ background-color: $teal-l5,
778
+ border-color: transparent,
779
+ color: $teal-d2,
780
+
781
+ href: (
782
+ hover: (
783
+ background-color: $teal-l5,
784
+ border-color: transparent,
785
+ color: $teal-d2,
786
+ ),
787
+ ),
788
+
789
+ link: (
790
+ hover: (
791
+ color: $teal-d2,
792
+ ),
793
+ ),
794
+
795
+ close: (
796
+ hover: (
797
+ color: $teal-d2,
798
+ ),
799
+ ),
800
+ ),
801
+ $label-inverse-content-5
802
+ );
803
+
804
+ $label-inverse-content-6: () !default;
805
+ $label-inverse-content-6: map-deep-merge(
806
+ (
807
+ background-color: $cyan-l5,
808
+ border-color: transparent,
809
+ color: $cyan-d2,
810
+
811
+ href: (
812
+ hover: (
813
+ background-color: $cyan-l5,
814
+ border-color: transparent,
815
+ color: $cyan-d2,
816
+ ),
817
+ ),
818
+
819
+ link: (
820
+ hover: (
821
+ color: $cyan-d2,
822
+ ),
823
+ ),
824
+
825
+ close: (
826
+ hover: (
827
+ color: $cyan-d2,
828
+ ),
829
+ ),
830
+ ),
831
+ $label-inverse-content-6
832
+ );
833
+
834
+ $label-inverse-content-7: () !default;
835
+ $label-inverse-content-7: map-deep-merge(
836
+ (
837
+ background-color: $orange-l5,
838
+ border-color: transparent,
839
+ color: $orange-d2,
840
+
841
+ href: (
842
+ hover: (
843
+ background-color: $orange-l5,
844
+ border-color: transparent,
845
+ color: $orange-d2,
846
+ ),
847
+ ),
848
+
849
+ link: (
850
+ hover: (
851
+ color: $orange-d2,
852
+ ),
853
+ ),
854
+
855
+ close: (
856
+ hover: (
857
+ color: $orange-d2,
858
+ ),
859
+ ),
860
+ ),
861
+ $label-inverse-content-7
862
+ );
863
+
864
+ $label-inverse-content-8: () !default;
865
+ $label-inverse-content-8: map-deep-merge(
866
+ (
867
+ background-color: $pink-l5,
868
+ border-color: transparent,
869
+ color: $pink-d2,
870
+
871
+ href: (
872
+ hover: (
873
+ background-color: $pink-l5,
874
+ border-color: transparent,
875
+ color: $pink-d2,
876
+ ),
877
+ ),
878
+
879
+ link: (
880
+ hover: (
881
+ color: $pink-d2,
882
+ ),
883
+ ),
884
+
885
+ close: (
886
+ hover: (
887
+ color: $pink-d2,
888
+ ),
889
+ ),
890
+ ),
891
+ $label-inverse-content-8
892
+ );
893
+
613
894
  $label-palette: () !default;
614
895
  $label-palette: map-deep-merge(
615
896
  (
@@ -644,6 +925,24 @@ $label-palette: map-deep-merge(
644
925
  inverse-light: $label-inverse-light,
645
926
 
646
927
  inverse-dark: $label-inverse-dark,
928
+
929
+ inverse-content-0: $label-inverse-content-0,
930
+
931
+ inverse-content-1: $label-inverse-content-1,
932
+
933
+ inverse-content-2: $label-inverse-content-2,
934
+
935
+ inverse-content-3: $label-inverse-content-3,
936
+
937
+ inverse-content-4: $label-inverse-content-4,
938
+
939
+ inverse-content-5: $label-inverse-content-5,
940
+
941
+ inverse-content-6: $label-inverse-content-6,
942
+
943
+ inverse-content-7: $label-inverse-content-7,
944
+
945
+ inverse-content-8: $label-inverse-content-8,
647
946
  ),
648
947
  $label-palette
649
948
  );
@@ -1,5 +1,5 @@
1
1
  $table-bg: $white !default;
2
- $table-border-color: $gray-300 !default;
2
+ $table-border-color: $gray-400 !default;
3
3
  $table-font-size: 0.875rem !default;
4
4
 
5
5
  $table-accent-bg: $light-l1 !default;
@@ -173,7 +173,7 @@ $c-tr-table-focus: map-deep-merge(
173
173
 
174
174
  // Table List
175
175
 
176
- $table-list-border-color: $gray-300 !default;
176
+ $table-list-border-color: $gray-400 !default;
177
177
  $table-list-color: $body-color !default;
178
178
 
179
179
  $table-list-accent-bg: $gray-100 !default;
@@ -1,3 +1,5 @@
1
+ @import '../functions/_global-functions';
2
+
1
3
  @import 'variables/_globals';
2
4
  @import 'variables/_globals-z-index';
3
5
 
@@ -406,7 +406,9 @@ $alert-notifications-fixed: map-deep-merge(
406
406
 
407
407
  // .alert-notifications
408
408
 
409
- $alert-notifications-box-shadow: null !default;
409
+ $alert-notifications-box-shadow: unquote(
410
+ '0 0.5rem 2rem -0.25rem hsl(from #{$black} h s l / 0.3)'
411
+ ) !default;
410
412
  $alert-notifications-max-width: 22.5rem !default;
411
413
 
412
414
  $alert-notification: () !default;
@@ -38,15 +38,18 @@ $application-bar-dark: map-deep-merge(
38
38
  font-weight: $font-weight-semi-bold,
39
39
 
40
40
  hover: (
41
- background-color: rgba(255, 255, 255, 0.03),
41
+ background-color:
42
+ unquote('hsl(from #{$white} h s l / 0.03)'),
42
43
  ),
43
44
 
44
45
  focus: (
45
- background-color: rgba(255, 255, 255, 0.03),
46
+ background-color:
47
+ unquote('hsl(from #{$white} h s l / 0.03)'),
46
48
  ),
47
49
 
48
50
  active: (
49
- background-color: rgba(255, 255, 255, 0.06),
51
+ background-color:
52
+ unquote('hsl(from #{$white} h s l / 0.06)'),
50
53
  ),
51
54
 
52
55
  disabled: (
@@ -313,29 +313,6 @@ $badge-palette: map-deep-merge(
313
313
  warning: $badge-warning,
314
314
 
315
315
  danger: $badge-danger,
316
-
317
- light: (),
318
- dark: (),
319
- '.badge-translucent.badge-primary': (),
320
- '.badge-translucent.badge-info, .badge-beta': (),
321
- '.badge-translucent.badge-success': (),
322
- '.badge-translucent.badge-warning': (),
323
- '.badge-translucent.badge-danger': (),
324
- '%clay-dark-badge-translucent-primary': (),
325
- '.clay-dark .badge-translucent.badge-primary': (),
326
- '.clay-dark.badge-translucent.badge-primary': (),
327
- '%clay-dark-badge-translucent-info': (),
328
- '.clay-dark .badge-translucent.badge-info, .badge-beta-dark': (),
329
- '.clay-dark.badge-translucent.badge-info': (),
330
- '%clay-dark-badge-translucent-success': (),
331
- '.clay-dark .badge-translucent.badge-success': (),
332
- '.clay-dark.badge-translucent.badge-success': (),
333
- '%clay-dark-badge-translucent-warning': (),
334
- '.clay-dark .badge-translucent.badge-warning': (),
335
- '.clay-dark.badge-translucent.badge-warning': (),
336
- '%clay-dark-badge-translucent-danger': (),
337
- '.clay-dark .badge-translucent.badge-danger': (),
338
- '.clay-dark.badge-translucent.badge-danger': (),
339
316
  ),
340
317
  $badge-palette
341
318
  );
@@ -42,7 +42,10 @@ $breadcrumb-divider-color: $breadcrumb-link-color !default;
42
42
  $breadcrumb-divider-font-family: null !default;
43
43
  $breadcrumb-divider-font-weight: null !default;
44
44
 
45
- $breadcrumb-divider-svg-icon: clay-icon(angle-right, #6b6c7e) !default;
45
+ $breadcrumb-divider-svg-icon: var(
46
+ --breadcrumb-divider-svg-icon,
47
+ clay-icon(angle-right, #6b6c7e)
48
+ ) !default;
46
49
  $breadcrumb-divider-svg-icon-height: 0.6em !default;
47
50
  $breadcrumb-divider-svg-icon-width: $breadcrumb-divider-svg-icon-height !default;
48
51
 
@@ -1185,6 +1185,7 @@ $btn-outline-success: map-deep-merge(
1185
1185
  background-color:
1186
1186
  map-deep-get($btn-success, active, background-color),
1187
1187
  box-shadow: map-deep-get($btn-success, active, box-shadow),
1188
+ color: map-deep-get($btn-success, active, color),
1188
1189
  ),
1189
1190
 
1190
1191
  disabled: (