@carbon/themes 10.31.0 → 10.33.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/README.md +1 -1
- package/es/index.js +1809 -682
- package/lib/index.js +1954 -752
- package/package.json +6 -6
- package/scss/generated/_mixins.scss +1260 -0
- package/scss/generated/_themes.scss +845 -1
- package/scss/generated/_tokens.scss +740 -0
- package/scss/modules/_theme.scss +1 -1
- package/scss/modules/generated/_themes.scss +335 -1
- package/src/g10.js +95 -2
- package/src/g100.js +93 -0
- package/src/g80.js +315 -0
- package/src/g90.js +93 -0
- package/src/index.js +3 -1
- package/src/tokens.js +186 -0
- package/src/v9.js +93 -0
- package/src/white.js +93 -0
- package/umd/index.js +1954 -752
|
@@ -104,6 +104,86 @@
|
|
|
104
104
|
$button-separator: map-get($theme, 'button-separator') !global;
|
|
105
105
|
$skeleton-01: map-get($theme, 'skeleton-01') !global;
|
|
106
106
|
$skeleton-02: map-get($theme, 'skeleton-02') !global;
|
|
107
|
+
$background: map-get($theme, 'background') !global;
|
|
108
|
+
$layer: map-get($theme, 'layer') !global;
|
|
109
|
+
$layer-accent: map-get($theme, 'layer-accent') !global;
|
|
110
|
+
$field: map-get($theme, 'field') !global;
|
|
111
|
+
$background-inverse: map-get($theme, 'background-inverse') !global;
|
|
112
|
+
$background-brand: map-get($theme, 'background-brand') !global;
|
|
113
|
+
$interactive: map-get($theme, 'interactive') !global;
|
|
114
|
+
$border-subtle: map-get($theme, 'border-subtle') !global;
|
|
115
|
+
$border-strong: map-get($theme, 'border-strong') !global;
|
|
116
|
+
$border-inverse: map-get($theme, 'border-inverse') !global;
|
|
117
|
+
$border-interactive: map-get($theme, 'border-interactive') !global;
|
|
118
|
+
$text-primary: map-get($theme, 'text-primary') !global;
|
|
119
|
+
$text-secondary: map-get($theme, 'text-secondary') !global;
|
|
120
|
+
$text-placeholder: map-get($theme, 'text-placeholder') !global;
|
|
121
|
+
$text-helper: map-get($theme, 'text-helper') !global;
|
|
122
|
+
$text-on-color: map-get($theme, 'text-on-color') !global;
|
|
123
|
+
$text-inverse: map-get($theme, 'text-inverse') !global;
|
|
124
|
+
$link-primary: map-get($theme, 'link-primary') !global;
|
|
125
|
+
$link-secondary: map-get($theme, 'link-secondary') !global;
|
|
126
|
+
$link-visited: map-get($theme, 'link-visited') !global;
|
|
127
|
+
$link-inverse: map-get($theme, 'link-inverse') !global;
|
|
128
|
+
$icon-primary: map-get($theme, 'icon-primary') !global;
|
|
129
|
+
$icon-secondary: map-get($theme, 'icon-secondary') !global;
|
|
130
|
+
$icon-on-color: map-get($theme, 'icon-on-color') !global;
|
|
131
|
+
$icon-inverse: map-get($theme, 'icon-inverse') !global;
|
|
132
|
+
$support-error: map-get($theme, 'support-error') !global;
|
|
133
|
+
$support-success: map-get($theme, 'support-success') !global;
|
|
134
|
+
$support-warning: map-get($theme, 'support-warning') !global;
|
|
135
|
+
$support-info: map-get($theme, 'support-info') !global;
|
|
136
|
+
$support-error-inverse: map-get($theme, 'support-error-inverse') !global;
|
|
137
|
+
$support-success-inverse: map-get($theme, 'support-success-inverse') !global;
|
|
138
|
+
$support-warning-inverse: map-get($theme, 'support-warning-inverse') !global;
|
|
139
|
+
$support-info-inverse: map-get($theme, 'support-info-inverse') !global;
|
|
140
|
+
$overlay: map-get($theme, 'overlay') !global;
|
|
141
|
+
$toggle-off: map-get($theme, 'toggle-off') !global;
|
|
142
|
+
$button-primary: map-get($theme, 'button-primary') !global;
|
|
143
|
+
$button-secondary: map-get($theme, 'button-secondary') !global;
|
|
144
|
+
$button-tertiary: map-get($theme, 'button-tertiary') !global;
|
|
145
|
+
$button-danger-primary: map-get($theme, 'button-danger-primary') !global;
|
|
146
|
+
$button-danger-secondary: map-get($theme, 'button-danger-secondary') !global;
|
|
147
|
+
$background-active: map-get($theme, 'background-active') !global;
|
|
148
|
+
$layer-active: map-get($theme, 'layer-active') !global;
|
|
149
|
+
$button-danger-active: map-get($theme, 'button-danger-active') !global;
|
|
150
|
+
$button-primary-active: map-get($theme, 'button-primary-active') !global;
|
|
151
|
+
$button-secondary-active: map-get($theme, 'button-secondary-active') !global;
|
|
152
|
+
$button-tertiary-active: map-get($theme, 'button-tertiary-active') !global;
|
|
153
|
+
$focus-inset: map-get($theme, 'focus-inset') !global;
|
|
154
|
+
$focus-inverse: map-get($theme, 'focus-inverse') !global;
|
|
155
|
+
$background-hover: map-get($theme, 'background-hover') !global;
|
|
156
|
+
$layer-hover: map-get($theme, 'layer-hover') !global;
|
|
157
|
+
$field-hover: map-get($theme, 'field-hover') !global;
|
|
158
|
+
$background-inverse-hover: map-get(
|
|
159
|
+
$theme,
|
|
160
|
+
'background-inverse-hover'
|
|
161
|
+
) !global;
|
|
162
|
+
$link-primary-hover: map-get($theme, 'link-primary-hover') !global;
|
|
163
|
+
$button-danger-hover: map-get($theme, 'button-danger-hover') !global;
|
|
164
|
+
$button-primary-hover: map-get($theme, 'button-primary-hover') !global;
|
|
165
|
+
$button-secondary-hover: map-get($theme, 'button-secondary-hover') !global;
|
|
166
|
+
$button-tertiary-hover: map-get($theme, 'button-tertiary-hover') !global;
|
|
167
|
+
$background-selected: map-get($theme, 'background-selected') !global;
|
|
168
|
+
$background-selected-hover: map-get(
|
|
169
|
+
$theme,
|
|
170
|
+
'background-selected-hover'
|
|
171
|
+
) !global;
|
|
172
|
+
$layer-selected: map-get($theme, 'layer-selected') !global;
|
|
173
|
+
$layer-selected-hover: map-get($theme, 'layer-selected-hover') !global;
|
|
174
|
+
$layer-selected-inverse: map-get($theme, 'layer-selected-inverse') !global;
|
|
175
|
+
$border-subtle-selected: map-get($theme, 'border-subtle-selected') !global;
|
|
176
|
+
$layer-disabled: map-get($theme, 'layer-disabled') !global;
|
|
177
|
+
$field-disabled: map-get($theme, 'field-disabled') !global;
|
|
178
|
+
$border-disabled: map-get($theme, 'border-disabled') !global;
|
|
179
|
+
$text-disabled: map-get($theme, 'text-disabled') !global;
|
|
180
|
+
$button-disabled: map-get($theme, 'button-disabled') !global;
|
|
181
|
+
$icon-disabled: map-get($theme, 'icon-disabled') !global;
|
|
182
|
+
$text-on-color-disabled: map-get($theme, 'text-on-color-disabled') !global;
|
|
183
|
+
$icon-on-color-disabled: map-get($theme, 'icon-on-color-disabled') !global;
|
|
184
|
+
$layer-selected-disabled: map-get($theme, 'layer-selected-disabled') !global;
|
|
185
|
+
$skeleton-background: map-get($theme, 'skeleton-background') !global;
|
|
186
|
+
$skeleton-element: map-get($theme, 'skeleton-element') !global;
|
|
107
187
|
$brand-01: map-get($theme, 'brand-01') !global;
|
|
108
188
|
$brand-02: map-get($theme, 'brand-02') !global;
|
|
109
189
|
$brand-03: map-get($theme, 'brand-03') !global;
|
|
@@ -440,6 +520,302 @@
|
|
|
440
520
|
--#{$custom-property-prefix}-skeleton-02,
|
|
441
521
|
map-get($theme, 'skeleton-02')
|
|
442
522
|
) !global;
|
|
523
|
+
$background: var(
|
|
524
|
+
--#{$custom-property-prefix}-background,
|
|
525
|
+
map-get($theme, 'background')
|
|
526
|
+
) !global;
|
|
527
|
+
$layer: var(
|
|
528
|
+
--#{$custom-property-prefix}-layer,
|
|
529
|
+
map-get($theme, 'layer')
|
|
530
|
+
) !global;
|
|
531
|
+
$layer-accent: var(
|
|
532
|
+
--#{$custom-property-prefix}-layer-accent,
|
|
533
|
+
map-get($theme, 'layer-accent')
|
|
534
|
+
) !global;
|
|
535
|
+
$field: var(
|
|
536
|
+
--#{$custom-property-prefix}-field,
|
|
537
|
+
map-get($theme, 'field')
|
|
538
|
+
) !global;
|
|
539
|
+
$background-inverse: var(
|
|
540
|
+
--#{$custom-property-prefix}-background-inverse,
|
|
541
|
+
map-get($theme, 'background-inverse')
|
|
542
|
+
) !global;
|
|
543
|
+
$background-brand: var(
|
|
544
|
+
--#{$custom-property-prefix}-background-brand,
|
|
545
|
+
map-get($theme, 'background-brand')
|
|
546
|
+
) !global;
|
|
547
|
+
$interactive: var(
|
|
548
|
+
--#{$custom-property-prefix}-interactive,
|
|
549
|
+
map-get($theme, 'interactive')
|
|
550
|
+
) !global;
|
|
551
|
+
$border-subtle: var(
|
|
552
|
+
--#{$custom-property-prefix}-border-subtle,
|
|
553
|
+
map-get($theme, 'border-subtle')
|
|
554
|
+
) !global;
|
|
555
|
+
$border-strong: var(
|
|
556
|
+
--#{$custom-property-prefix}-border-strong,
|
|
557
|
+
map-get($theme, 'border-strong')
|
|
558
|
+
) !global;
|
|
559
|
+
$border-inverse: var(
|
|
560
|
+
--#{$custom-property-prefix}-border-inverse,
|
|
561
|
+
map-get($theme, 'border-inverse')
|
|
562
|
+
) !global;
|
|
563
|
+
$border-interactive: var(
|
|
564
|
+
--#{$custom-property-prefix}-border-interactive,
|
|
565
|
+
map-get($theme, 'border-interactive')
|
|
566
|
+
) !global;
|
|
567
|
+
$text-primary: var(
|
|
568
|
+
--#{$custom-property-prefix}-text-primary,
|
|
569
|
+
map-get($theme, 'text-primary')
|
|
570
|
+
) !global;
|
|
571
|
+
$text-secondary: var(
|
|
572
|
+
--#{$custom-property-prefix}-text-secondary,
|
|
573
|
+
map-get($theme, 'text-secondary')
|
|
574
|
+
) !global;
|
|
575
|
+
$text-placeholder: var(
|
|
576
|
+
--#{$custom-property-prefix}-text-placeholder,
|
|
577
|
+
map-get($theme, 'text-placeholder')
|
|
578
|
+
) !global;
|
|
579
|
+
$text-helper: var(
|
|
580
|
+
--#{$custom-property-prefix}-text-helper,
|
|
581
|
+
map-get($theme, 'text-helper')
|
|
582
|
+
) !global;
|
|
583
|
+
$text-on-color: var(
|
|
584
|
+
--#{$custom-property-prefix}-text-on-color,
|
|
585
|
+
map-get($theme, 'text-on-color')
|
|
586
|
+
) !global;
|
|
587
|
+
$text-inverse: var(
|
|
588
|
+
--#{$custom-property-prefix}-text-inverse,
|
|
589
|
+
map-get($theme, 'text-inverse')
|
|
590
|
+
) !global;
|
|
591
|
+
$link-primary: var(
|
|
592
|
+
--#{$custom-property-prefix}-link-primary,
|
|
593
|
+
map-get($theme, 'link-primary')
|
|
594
|
+
) !global;
|
|
595
|
+
$link-secondary: var(
|
|
596
|
+
--#{$custom-property-prefix}-link-secondary,
|
|
597
|
+
map-get($theme, 'link-secondary')
|
|
598
|
+
) !global;
|
|
599
|
+
$link-visited: var(
|
|
600
|
+
--#{$custom-property-prefix}-link-visited,
|
|
601
|
+
map-get($theme, 'link-visited')
|
|
602
|
+
) !global;
|
|
603
|
+
$link-inverse: var(
|
|
604
|
+
--#{$custom-property-prefix}-link-inverse,
|
|
605
|
+
map-get($theme, 'link-inverse')
|
|
606
|
+
) !global;
|
|
607
|
+
$icon-primary: var(
|
|
608
|
+
--#{$custom-property-prefix}-icon-primary,
|
|
609
|
+
map-get($theme, 'icon-primary')
|
|
610
|
+
) !global;
|
|
611
|
+
$icon-secondary: var(
|
|
612
|
+
--#{$custom-property-prefix}-icon-secondary,
|
|
613
|
+
map-get($theme, 'icon-secondary')
|
|
614
|
+
) !global;
|
|
615
|
+
$icon-on-color: var(
|
|
616
|
+
--#{$custom-property-prefix}-icon-on-color,
|
|
617
|
+
map-get($theme, 'icon-on-color')
|
|
618
|
+
) !global;
|
|
619
|
+
$icon-inverse: var(
|
|
620
|
+
--#{$custom-property-prefix}-icon-inverse,
|
|
621
|
+
map-get($theme, 'icon-inverse')
|
|
622
|
+
) !global;
|
|
623
|
+
$support-error: var(
|
|
624
|
+
--#{$custom-property-prefix}-support-error,
|
|
625
|
+
map-get($theme, 'support-error')
|
|
626
|
+
) !global;
|
|
627
|
+
$support-success: var(
|
|
628
|
+
--#{$custom-property-prefix}-support-success,
|
|
629
|
+
map-get($theme, 'support-success')
|
|
630
|
+
) !global;
|
|
631
|
+
$support-warning: var(
|
|
632
|
+
--#{$custom-property-prefix}-support-warning,
|
|
633
|
+
map-get($theme, 'support-warning')
|
|
634
|
+
) !global;
|
|
635
|
+
$support-info: var(
|
|
636
|
+
--#{$custom-property-prefix}-support-info,
|
|
637
|
+
map-get($theme, 'support-info')
|
|
638
|
+
) !global;
|
|
639
|
+
$support-error-inverse: var(
|
|
640
|
+
--#{$custom-property-prefix}-support-error-inverse,
|
|
641
|
+
map-get($theme, 'support-error-inverse')
|
|
642
|
+
) !global;
|
|
643
|
+
$support-success-inverse: var(
|
|
644
|
+
--#{$custom-property-prefix}-support-success-inverse,
|
|
645
|
+
map-get($theme, 'support-success-inverse')
|
|
646
|
+
) !global;
|
|
647
|
+
$support-warning-inverse: var(
|
|
648
|
+
--#{$custom-property-prefix}-support-warning-inverse,
|
|
649
|
+
map-get($theme, 'support-warning-inverse')
|
|
650
|
+
) !global;
|
|
651
|
+
$support-info-inverse: var(
|
|
652
|
+
--#{$custom-property-prefix}-support-info-inverse,
|
|
653
|
+
map-get($theme, 'support-info-inverse')
|
|
654
|
+
) !global;
|
|
655
|
+
$overlay: var(
|
|
656
|
+
--#{$custom-property-prefix}-overlay,
|
|
657
|
+
map-get($theme, 'overlay')
|
|
658
|
+
) !global;
|
|
659
|
+
$toggle-off: var(
|
|
660
|
+
--#{$custom-property-prefix}-toggle-off,
|
|
661
|
+
map-get($theme, 'toggle-off')
|
|
662
|
+
) !global;
|
|
663
|
+
$button-primary: var(
|
|
664
|
+
--#{$custom-property-prefix}-button-primary,
|
|
665
|
+
map-get($theme, 'button-primary')
|
|
666
|
+
) !global;
|
|
667
|
+
$button-secondary: var(
|
|
668
|
+
--#{$custom-property-prefix}-button-secondary,
|
|
669
|
+
map-get($theme, 'button-secondary')
|
|
670
|
+
) !global;
|
|
671
|
+
$button-tertiary: var(
|
|
672
|
+
--#{$custom-property-prefix}-button-tertiary,
|
|
673
|
+
map-get($theme, 'button-tertiary')
|
|
674
|
+
) !global;
|
|
675
|
+
$button-danger-primary: var(
|
|
676
|
+
--#{$custom-property-prefix}-button-danger-primary,
|
|
677
|
+
map-get($theme, 'button-danger-primary')
|
|
678
|
+
) !global;
|
|
679
|
+
$button-danger-secondary: var(
|
|
680
|
+
--#{$custom-property-prefix}-button-danger-secondary,
|
|
681
|
+
map-get($theme, 'button-danger-secondary')
|
|
682
|
+
) !global;
|
|
683
|
+
$background-active: var(
|
|
684
|
+
--#{$custom-property-prefix}-background-active,
|
|
685
|
+
map-get($theme, 'background-active')
|
|
686
|
+
) !global;
|
|
687
|
+
$layer-active: var(
|
|
688
|
+
--#{$custom-property-prefix}-layer-active,
|
|
689
|
+
map-get($theme, 'layer-active')
|
|
690
|
+
) !global;
|
|
691
|
+
$button-danger-active: var(
|
|
692
|
+
--#{$custom-property-prefix}-button-danger-active,
|
|
693
|
+
map-get($theme, 'button-danger-active')
|
|
694
|
+
) !global;
|
|
695
|
+
$button-primary-active: var(
|
|
696
|
+
--#{$custom-property-prefix}-button-primary-active,
|
|
697
|
+
map-get($theme, 'button-primary-active')
|
|
698
|
+
) !global;
|
|
699
|
+
$button-secondary-active: var(
|
|
700
|
+
--#{$custom-property-prefix}-button-secondary-active,
|
|
701
|
+
map-get($theme, 'button-secondary-active')
|
|
702
|
+
) !global;
|
|
703
|
+
$button-tertiary-active: var(
|
|
704
|
+
--#{$custom-property-prefix}-button-tertiary-active,
|
|
705
|
+
map-get($theme, 'button-tertiary-active')
|
|
706
|
+
) !global;
|
|
707
|
+
$focus-inset: var(
|
|
708
|
+
--#{$custom-property-prefix}-focus-inset,
|
|
709
|
+
map-get($theme, 'focus-inset')
|
|
710
|
+
) !global;
|
|
711
|
+
$focus-inverse: var(
|
|
712
|
+
--#{$custom-property-prefix}-focus-inverse,
|
|
713
|
+
map-get($theme, 'focus-inverse')
|
|
714
|
+
) !global;
|
|
715
|
+
$background-hover: var(
|
|
716
|
+
--#{$custom-property-prefix}-background-hover,
|
|
717
|
+
map-get($theme, 'background-hover')
|
|
718
|
+
) !global;
|
|
719
|
+
$layer-hover: var(
|
|
720
|
+
--#{$custom-property-prefix}-layer-hover,
|
|
721
|
+
map-get($theme, 'layer-hover')
|
|
722
|
+
) !global;
|
|
723
|
+
$field-hover: var(
|
|
724
|
+
--#{$custom-property-prefix}-field-hover,
|
|
725
|
+
map-get($theme, 'field-hover')
|
|
726
|
+
) !global;
|
|
727
|
+
$background-inverse-hover: var(
|
|
728
|
+
--#{$custom-property-prefix}-background-inverse-hover,
|
|
729
|
+
map-get($theme, 'background-inverse-hover')
|
|
730
|
+
) !global;
|
|
731
|
+
$link-primary-hover: var(
|
|
732
|
+
--#{$custom-property-prefix}-link-primary-hover,
|
|
733
|
+
map-get($theme, 'link-primary-hover')
|
|
734
|
+
) !global;
|
|
735
|
+
$button-danger-hover: var(
|
|
736
|
+
--#{$custom-property-prefix}-button-danger-hover,
|
|
737
|
+
map-get($theme, 'button-danger-hover')
|
|
738
|
+
) !global;
|
|
739
|
+
$button-primary-hover: var(
|
|
740
|
+
--#{$custom-property-prefix}-button-primary-hover,
|
|
741
|
+
map-get($theme, 'button-primary-hover')
|
|
742
|
+
) !global;
|
|
743
|
+
$button-secondary-hover: var(
|
|
744
|
+
--#{$custom-property-prefix}-button-secondary-hover,
|
|
745
|
+
map-get($theme, 'button-secondary-hover')
|
|
746
|
+
) !global;
|
|
747
|
+
$button-tertiary-hover: var(
|
|
748
|
+
--#{$custom-property-prefix}-button-tertiary-hover,
|
|
749
|
+
map-get($theme, 'button-tertiary-hover')
|
|
750
|
+
) !global;
|
|
751
|
+
$background-selected: var(
|
|
752
|
+
--#{$custom-property-prefix}-background-selected,
|
|
753
|
+
map-get($theme, 'background-selected')
|
|
754
|
+
) !global;
|
|
755
|
+
$background-selected-hover: var(
|
|
756
|
+
--#{$custom-property-prefix}-background-selected-hover,
|
|
757
|
+
map-get($theme, 'background-selected-hover')
|
|
758
|
+
) !global;
|
|
759
|
+
$layer-selected: var(
|
|
760
|
+
--#{$custom-property-prefix}-layer-selected,
|
|
761
|
+
map-get($theme, 'layer-selected')
|
|
762
|
+
) !global;
|
|
763
|
+
$layer-selected-hover: var(
|
|
764
|
+
--#{$custom-property-prefix}-layer-selected-hover,
|
|
765
|
+
map-get($theme, 'layer-selected-hover')
|
|
766
|
+
) !global;
|
|
767
|
+
$layer-selected-inverse: var(
|
|
768
|
+
--#{$custom-property-prefix}-layer-selected-inverse,
|
|
769
|
+
map-get($theme, 'layer-selected-inverse')
|
|
770
|
+
) !global;
|
|
771
|
+
$border-subtle-selected: var(
|
|
772
|
+
--#{$custom-property-prefix}-border-subtle-selected,
|
|
773
|
+
map-get($theme, 'border-subtle-selected')
|
|
774
|
+
) !global;
|
|
775
|
+
$layer-disabled: var(
|
|
776
|
+
--#{$custom-property-prefix}-layer-disabled,
|
|
777
|
+
map-get($theme, 'layer-disabled')
|
|
778
|
+
) !global;
|
|
779
|
+
$field-disabled: var(
|
|
780
|
+
--#{$custom-property-prefix}-field-disabled,
|
|
781
|
+
map-get($theme, 'field-disabled')
|
|
782
|
+
) !global;
|
|
783
|
+
$border-disabled: var(
|
|
784
|
+
--#{$custom-property-prefix}-border-disabled,
|
|
785
|
+
map-get($theme, 'border-disabled')
|
|
786
|
+
) !global;
|
|
787
|
+
$text-disabled: var(
|
|
788
|
+
--#{$custom-property-prefix}-text-disabled,
|
|
789
|
+
map-get($theme, 'text-disabled')
|
|
790
|
+
) !global;
|
|
791
|
+
$button-disabled: var(
|
|
792
|
+
--#{$custom-property-prefix}-button-disabled,
|
|
793
|
+
map-get($theme, 'button-disabled')
|
|
794
|
+
) !global;
|
|
795
|
+
$icon-disabled: var(
|
|
796
|
+
--#{$custom-property-prefix}-icon-disabled,
|
|
797
|
+
map-get($theme, 'icon-disabled')
|
|
798
|
+
) !global;
|
|
799
|
+
$text-on-color-disabled: var(
|
|
800
|
+
--#{$custom-property-prefix}-text-on-color-disabled,
|
|
801
|
+
map-get($theme, 'text-on-color-disabled')
|
|
802
|
+
) !global;
|
|
803
|
+
$icon-on-color-disabled: var(
|
|
804
|
+
--#{$custom-property-prefix}-icon-on-color-disabled,
|
|
805
|
+
map-get($theme, 'icon-on-color-disabled')
|
|
806
|
+
) !global;
|
|
807
|
+
$layer-selected-disabled: var(
|
|
808
|
+
--#{$custom-property-prefix}-layer-selected-disabled,
|
|
809
|
+
map-get($theme, 'layer-selected-disabled')
|
|
810
|
+
) !global;
|
|
811
|
+
$skeleton-background: var(
|
|
812
|
+
--#{$custom-property-prefix}-skeleton-background,
|
|
813
|
+
map-get($theme, 'skeleton-background')
|
|
814
|
+
) !global;
|
|
815
|
+
$skeleton-element: var(
|
|
816
|
+
--#{$custom-property-prefix}-skeleton-element,
|
|
817
|
+
map-get($theme, 'skeleton-element')
|
|
818
|
+
) !global;
|
|
443
819
|
$brand-01: var(
|
|
444
820
|
--#{$custom-property-prefix}-brand-01,
|
|
445
821
|
map-get($theme, 'brand-01')
|
|
@@ -1189,6 +1565,890 @@
|
|
|
1189
1565
|
@include custom-property('skeleton-02', map-get($theme, 'skeleton-02'));
|
|
1190
1566
|
}
|
|
1191
1567
|
|
|
1568
|
+
@if should-emit(
|
|
1569
|
+
$theme,
|
|
1570
|
+
$parent-carbon-theme,
|
|
1571
|
+
'background',
|
|
1572
|
+
$emit-difference
|
|
1573
|
+
)
|
|
1574
|
+
{
|
|
1575
|
+
@include custom-property('background', map-get($theme, 'background'));
|
|
1576
|
+
}
|
|
1577
|
+
|
|
1578
|
+
@if should-emit($theme, $parent-carbon-theme, 'layer', $emit-difference) {
|
|
1579
|
+
@include custom-property('layer', map-get($theme, 'layer'));
|
|
1580
|
+
}
|
|
1581
|
+
|
|
1582
|
+
@if should-emit(
|
|
1583
|
+
$theme,
|
|
1584
|
+
$parent-carbon-theme,
|
|
1585
|
+
'layer-accent',
|
|
1586
|
+
$emit-difference
|
|
1587
|
+
)
|
|
1588
|
+
{
|
|
1589
|
+
@include custom-property('layer-accent', map-get($theme, 'layer-accent'));
|
|
1590
|
+
}
|
|
1591
|
+
|
|
1592
|
+
@if should-emit($theme, $parent-carbon-theme, 'field', $emit-difference) {
|
|
1593
|
+
@include custom-property('field', map-get($theme, 'field'));
|
|
1594
|
+
}
|
|
1595
|
+
|
|
1596
|
+
@if should-emit(
|
|
1597
|
+
$theme,
|
|
1598
|
+
$parent-carbon-theme,
|
|
1599
|
+
'background-inverse',
|
|
1600
|
+
$emit-difference
|
|
1601
|
+
)
|
|
1602
|
+
{
|
|
1603
|
+
@include custom-property(
|
|
1604
|
+
'background-inverse',
|
|
1605
|
+
map-get($theme, 'background-inverse')
|
|
1606
|
+
);
|
|
1607
|
+
}
|
|
1608
|
+
|
|
1609
|
+
@if should-emit(
|
|
1610
|
+
$theme,
|
|
1611
|
+
$parent-carbon-theme,
|
|
1612
|
+
'background-brand',
|
|
1613
|
+
$emit-difference
|
|
1614
|
+
)
|
|
1615
|
+
{
|
|
1616
|
+
@include custom-property(
|
|
1617
|
+
'background-brand',
|
|
1618
|
+
map-get($theme, 'background-brand')
|
|
1619
|
+
);
|
|
1620
|
+
}
|
|
1621
|
+
|
|
1622
|
+
@if should-emit(
|
|
1623
|
+
$theme,
|
|
1624
|
+
$parent-carbon-theme,
|
|
1625
|
+
'interactive',
|
|
1626
|
+
$emit-difference
|
|
1627
|
+
)
|
|
1628
|
+
{
|
|
1629
|
+
@include custom-property('interactive', map-get($theme, 'interactive'));
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1632
|
+
@if should-emit(
|
|
1633
|
+
$theme,
|
|
1634
|
+
$parent-carbon-theme,
|
|
1635
|
+
'border-subtle',
|
|
1636
|
+
$emit-difference
|
|
1637
|
+
)
|
|
1638
|
+
{
|
|
1639
|
+
@include custom-property(
|
|
1640
|
+
'border-subtle',
|
|
1641
|
+
map-get($theme, 'border-subtle')
|
|
1642
|
+
);
|
|
1643
|
+
}
|
|
1644
|
+
|
|
1645
|
+
@if should-emit(
|
|
1646
|
+
$theme,
|
|
1647
|
+
$parent-carbon-theme,
|
|
1648
|
+
'border-strong',
|
|
1649
|
+
$emit-difference
|
|
1650
|
+
)
|
|
1651
|
+
{
|
|
1652
|
+
@include custom-property(
|
|
1653
|
+
'border-strong',
|
|
1654
|
+
map-get($theme, 'border-strong')
|
|
1655
|
+
);
|
|
1656
|
+
}
|
|
1657
|
+
|
|
1658
|
+
@if should-emit(
|
|
1659
|
+
$theme,
|
|
1660
|
+
$parent-carbon-theme,
|
|
1661
|
+
'border-inverse',
|
|
1662
|
+
$emit-difference
|
|
1663
|
+
)
|
|
1664
|
+
{
|
|
1665
|
+
@include custom-property(
|
|
1666
|
+
'border-inverse',
|
|
1667
|
+
map-get($theme, 'border-inverse')
|
|
1668
|
+
);
|
|
1669
|
+
}
|
|
1670
|
+
|
|
1671
|
+
@if should-emit(
|
|
1672
|
+
$theme,
|
|
1673
|
+
$parent-carbon-theme,
|
|
1674
|
+
'border-interactive',
|
|
1675
|
+
$emit-difference
|
|
1676
|
+
)
|
|
1677
|
+
{
|
|
1678
|
+
@include custom-property(
|
|
1679
|
+
'border-interactive',
|
|
1680
|
+
map-get($theme, 'border-interactive')
|
|
1681
|
+
);
|
|
1682
|
+
}
|
|
1683
|
+
|
|
1684
|
+
@if should-emit(
|
|
1685
|
+
$theme,
|
|
1686
|
+
$parent-carbon-theme,
|
|
1687
|
+
'text-primary',
|
|
1688
|
+
$emit-difference
|
|
1689
|
+
)
|
|
1690
|
+
{
|
|
1691
|
+
@include custom-property('text-primary', map-get($theme, 'text-primary'));
|
|
1692
|
+
}
|
|
1693
|
+
|
|
1694
|
+
@if should-emit(
|
|
1695
|
+
$theme,
|
|
1696
|
+
$parent-carbon-theme,
|
|
1697
|
+
'text-secondary',
|
|
1698
|
+
$emit-difference
|
|
1699
|
+
)
|
|
1700
|
+
{
|
|
1701
|
+
@include custom-property(
|
|
1702
|
+
'text-secondary',
|
|
1703
|
+
map-get($theme, 'text-secondary')
|
|
1704
|
+
);
|
|
1705
|
+
}
|
|
1706
|
+
|
|
1707
|
+
@if should-emit(
|
|
1708
|
+
$theme,
|
|
1709
|
+
$parent-carbon-theme,
|
|
1710
|
+
'text-placeholder',
|
|
1711
|
+
$emit-difference
|
|
1712
|
+
)
|
|
1713
|
+
{
|
|
1714
|
+
@include custom-property(
|
|
1715
|
+
'text-placeholder',
|
|
1716
|
+
map-get($theme, 'text-placeholder')
|
|
1717
|
+
);
|
|
1718
|
+
}
|
|
1719
|
+
|
|
1720
|
+
@if should-emit(
|
|
1721
|
+
$theme,
|
|
1722
|
+
$parent-carbon-theme,
|
|
1723
|
+
'text-helper',
|
|
1724
|
+
$emit-difference
|
|
1725
|
+
)
|
|
1726
|
+
{
|
|
1727
|
+
@include custom-property('text-helper', map-get($theme, 'text-helper'));
|
|
1728
|
+
}
|
|
1729
|
+
|
|
1730
|
+
@if should-emit(
|
|
1731
|
+
$theme,
|
|
1732
|
+
$parent-carbon-theme,
|
|
1733
|
+
'text-on-color',
|
|
1734
|
+
$emit-difference
|
|
1735
|
+
)
|
|
1736
|
+
{
|
|
1737
|
+
@include custom-property(
|
|
1738
|
+
'text-on-color',
|
|
1739
|
+
map-get($theme, 'text-on-color')
|
|
1740
|
+
);
|
|
1741
|
+
}
|
|
1742
|
+
|
|
1743
|
+
@if should-emit(
|
|
1744
|
+
$theme,
|
|
1745
|
+
$parent-carbon-theme,
|
|
1746
|
+
'text-inverse',
|
|
1747
|
+
$emit-difference
|
|
1748
|
+
)
|
|
1749
|
+
{
|
|
1750
|
+
@include custom-property('text-inverse', map-get($theme, 'text-inverse'));
|
|
1751
|
+
}
|
|
1752
|
+
|
|
1753
|
+
@if should-emit(
|
|
1754
|
+
$theme,
|
|
1755
|
+
$parent-carbon-theme,
|
|
1756
|
+
'link-primary',
|
|
1757
|
+
$emit-difference
|
|
1758
|
+
)
|
|
1759
|
+
{
|
|
1760
|
+
@include custom-property('link-primary', map-get($theme, 'link-primary'));
|
|
1761
|
+
}
|
|
1762
|
+
|
|
1763
|
+
@if should-emit(
|
|
1764
|
+
$theme,
|
|
1765
|
+
$parent-carbon-theme,
|
|
1766
|
+
'link-secondary',
|
|
1767
|
+
$emit-difference
|
|
1768
|
+
)
|
|
1769
|
+
{
|
|
1770
|
+
@include custom-property(
|
|
1771
|
+
'link-secondary',
|
|
1772
|
+
map-get($theme, 'link-secondary')
|
|
1773
|
+
);
|
|
1774
|
+
}
|
|
1775
|
+
|
|
1776
|
+
@if should-emit(
|
|
1777
|
+
$theme,
|
|
1778
|
+
$parent-carbon-theme,
|
|
1779
|
+
'link-visited',
|
|
1780
|
+
$emit-difference
|
|
1781
|
+
)
|
|
1782
|
+
{
|
|
1783
|
+
@include custom-property('link-visited', map-get($theme, 'link-visited'));
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1786
|
+
@if should-emit(
|
|
1787
|
+
$theme,
|
|
1788
|
+
$parent-carbon-theme,
|
|
1789
|
+
'link-inverse',
|
|
1790
|
+
$emit-difference
|
|
1791
|
+
)
|
|
1792
|
+
{
|
|
1793
|
+
@include custom-property('link-inverse', map-get($theme, 'link-inverse'));
|
|
1794
|
+
}
|
|
1795
|
+
|
|
1796
|
+
@if should-emit(
|
|
1797
|
+
$theme,
|
|
1798
|
+
$parent-carbon-theme,
|
|
1799
|
+
'icon-primary',
|
|
1800
|
+
$emit-difference
|
|
1801
|
+
)
|
|
1802
|
+
{
|
|
1803
|
+
@include custom-property('icon-primary', map-get($theme, 'icon-primary'));
|
|
1804
|
+
}
|
|
1805
|
+
|
|
1806
|
+
@if should-emit(
|
|
1807
|
+
$theme,
|
|
1808
|
+
$parent-carbon-theme,
|
|
1809
|
+
'icon-secondary',
|
|
1810
|
+
$emit-difference
|
|
1811
|
+
)
|
|
1812
|
+
{
|
|
1813
|
+
@include custom-property(
|
|
1814
|
+
'icon-secondary',
|
|
1815
|
+
map-get($theme, 'icon-secondary')
|
|
1816
|
+
);
|
|
1817
|
+
}
|
|
1818
|
+
|
|
1819
|
+
@if should-emit(
|
|
1820
|
+
$theme,
|
|
1821
|
+
$parent-carbon-theme,
|
|
1822
|
+
'icon-on-color',
|
|
1823
|
+
$emit-difference
|
|
1824
|
+
)
|
|
1825
|
+
{
|
|
1826
|
+
@include custom-property(
|
|
1827
|
+
'icon-on-color',
|
|
1828
|
+
map-get($theme, 'icon-on-color')
|
|
1829
|
+
);
|
|
1830
|
+
}
|
|
1831
|
+
|
|
1832
|
+
@if should-emit(
|
|
1833
|
+
$theme,
|
|
1834
|
+
$parent-carbon-theme,
|
|
1835
|
+
'icon-inverse',
|
|
1836
|
+
$emit-difference
|
|
1837
|
+
)
|
|
1838
|
+
{
|
|
1839
|
+
@include custom-property('icon-inverse', map-get($theme, 'icon-inverse'));
|
|
1840
|
+
}
|
|
1841
|
+
|
|
1842
|
+
@if should-emit(
|
|
1843
|
+
$theme,
|
|
1844
|
+
$parent-carbon-theme,
|
|
1845
|
+
'support-error',
|
|
1846
|
+
$emit-difference
|
|
1847
|
+
)
|
|
1848
|
+
{
|
|
1849
|
+
@include custom-property(
|
|
1850
|
+
'support-error',
|
|
1851
|
+
map-get($theme, 'support-error')
|
|
1852
|
+
);
|
|
1853
|
+
}
|
|
1854
|
+
|
|
1855
|
+
@if should-emit(
|
|
1856
|
+
$theme,
|
|
1857
|
+
$parent-carbon-theme,
|
|
1858
|
+
'support-success',
|
|
1859
|
+
$emit-difference
|
|
1860
|
+
)
|
|
1861
|
+
{
|
|
1862
|
+
@include custom-property(
|
|
1863
|
+
'support-success',
|
|
1864
|
+
map-get($theme, 'support-success')
|
|
1865
|
+
);
|
|
1866
|
+
}
|
|
1867
|
+
|
|
1868
|
+
@if should-emit(
|
|
1869
|
+
$theme,
|
|
1870
|
+
$parent-carbon-theme,
|
|
1871
|
+
'support-warning',
|
|
1872
|
+
$emit-difference
|
|
1873
|
+
)
|
|
1874
|
+
{
|
|
1875
|
+
@include custom-property(
|
|
1876
|
+
'support-warning',
|
|
1877
|
+
map-get($theme, 'support-warning')
|
|
1878
|
+
);
|
|
1879
|
+
}
|
|
1880
|
+
|
|
1881
|
+
@if should-emit(
|
|
1882
|
+
$theme,
|
|
1883
|
+
$parent-carbon-theme,
|
|
1884
|
+
'support-info',
|
|
1885
|
+
$emit-difference
|
|
1886
|
+
)
|
|
1887
|
+
{
|
|
1888
|
+
@include custom-property('support-info', map-get($theme, 'support-info'));
|
|
1889
|
+
}
|
|
1890
|
+
|
|
1891
|
+
@if should-emit(
|
|
1892
|
+
$theme,
|
|
1893
|
+
$parent-carbon-theme,
|
|
1894
|
+
'support-error-inverse',
|
|
1895
|
+
$emit-difference
|
|
1896
|
+
)
|
|
1897
|
+
{
|
|
1898
|
+
@include custom-property(
|
|
1899
|
+
'support-error-inverse',
|
|
1900
|
+
map-get($theme, 'support-error-inverse')
|
|
1901
|
+
);
|
|
1902
|
+
}
|
|
1903
|
+
|
|
1904
|
+
@if should-emit(
|
|
1905
|
+
$theme,
|
|
1906
|
+
$parent-carbon-theme,
|
|
1907
|
+
'support-success-inverse',
|
|
1908
|
+
$emit-difference
|
|
1909
|
+
)
|
|
1910
|
+
{
|
|
1911
|
+
@include custom-property(
|
|
1912
|
+
'support-success-inverse',
|
|
1913
|
+
map-get($theme, 'support-success-inverse')
|
|
1914
|
+
);
|
|
1915
|
+
}
|
|
1916
|
+
|
|
1917
|
+
@if should-emit(
|
|
1918
|
+
$theme,
|
|
1919
|
+
$parent-carbon-theme,
|
|
1920
|
+
'support-warning-inverse',
|
|
1921
|
+
$emit-difference
|
|
1922
|
+
)
|
|
1923
|
+
{
|
|
1924
|
+
@include custom-property(
|
|
1925
|
+
'support-warning-inverse',
|
|
1926
|
+
map-get($theme, 'support-warning-inverse')
|
|
1927
|
+
);
|
|
1928
|
+
}
|
|
1929
|
+
|
|
1930
|
+
@if should-emit(
|
|
1931
|
+
$theme,
|
|
1932
|
+
$parent-carbon-theme,
|
|
1933
|
+
'support-info-inverse',
|
|
1934
|
+
$emit-difference
|
|
1935
|
+
)
|
|
1936
|
+
{
|
|
1937
|
+
@include custom-property(
|
|
1938
|
+
'support-info-inverse',
|
|
1939
|
+
map-get($theme, 'support-info-inverse')
|
|
1940
|
+
);
|
|
1941
|
+
}
|
|
1942
|
+
|
|
1943
|
+
@if should-emit($theme, $parent-carbon-theme, 'overlay', $emit-difference) {
|
|
1944
|
+
@include custom-property('overlay', map-get($theme, 'overlay'));
|
|
1945
|
+
}
|
|
1946
|
+
|
|
1947
|
+
@if should-emit(
|
|
1948
|
+
$theme,
|
|
1949
|
+
$parent-carbon-theme,
|
|
1950
|
+
'toggle-off',
|
|
1951
|
+
$emit-difference
|
|
1952
|
+
)
|
|
1953
|
+
{
|
|
1954
|
+
@include custom-property('toggle-off', map-get($theme, 'toggle-off'));
|
|
1955
|
+
}
|
|
1956
|
+
|
|
1957
|
+
@if should-emit(
|
|
1958
|
+
$theme,
|
|
1959
|
+
$parent-carbon-theme,
|
|
1960
|
+
'button-primary',
|
|
1961
|
+
$emit-difference
|
|
1962
|
+
)
|
|
1963
|
+
{
|
|
1964
|
+
@include custom-property(
|
|
1965
|
+
'button-primary',
|
|
1966
|
+
map-get($theme, 'button-primary')
|
|
1967
|
+
);
|
|
1968
|
+
}
|
|
1969
|
+
|
|
1970
|
+
@if should-emit(
|
|
1971
|
+
$theme,
|
|
1972
|
+
$parent-carbon-theme,
|
|
1973
|
+
'button-secondary',
|
|
1974
|
+
$emit-difference
|
|
1975
|
+
)
|
|
1976
|
+
{
|
|
1977
|
+
@include custom-property(
|
|
1978
|
+
'button-secondary',
|
|
1979
|
+
map-get($theme, 'button-secondary')
|
|
1980
|
+
);
|
|
1981
|
+
}
|
|
1982
|
+
|
|
1983
|
+
@if should-emit(
|
|
1984
|
+
$theme,
|
|
1985
|
+
$parent-carbon-theme,
|
|
1986
|
+
'button-tertiary',
|
|
1987
|
+
$emit-difference
|
|
1988
|
+
)
|
|
1989
|
+
{
|
|
1990
|
+
@include custom-property(
|
|
1991
|
+
'button-tertiary',
|
|
1992
|
+
map-get($theme, 'button-tertiary')
|
|
1993
|
+
);
|
|
1994
|
+
}
|
|
1995
|
+
|
|
1996
|
+
@if should-emit(
|
|
1997
|
+
$theme,
|
|
1998
|
+
$parent-carbon-theme,
|
|
1999
|
+
'button-danger-primary',
|
|
2000
|
+
$emit-difference
|
|
2001
|
+
)
|
|
2002
|
+
{
|
|
2003
|
+
@include custom-property(
|
|
2004
|
+
'button-danger-primary',
|
|
2005
|
+
map-get($theme, 'button-danger-primary')
|
|
2006
|
+
);
|
|
2007
|
+
}
|
|
2008
|
+
|
|
2009
|
+
@if should-emit(
|
|
2010
|
+
$theme,
|
|
2011
|
+
$parent-carbon-theme,
|
|
2012
|
+
'button-danger-secondary',
|
|
2013
|
+
$emit-difference
|
|
2014
|
+
)
|
|
2015
|
+
{
|
|
2016
|
+
@include custom-property(
|
|
2017
|
+
'button-danger-secondary',
|
|
2018
|
+
map-get($theme, 'button-danger-secondary')
|
|
2019
|
+
);
|
|
2020
|
+
}
|
|
2021
|
+
|
|
2022
|
+
@if should-emit(
|
|
2023
|
+
$theme,
|
|
2024
|
+
$parent-carbon-theme,
|
|
2025
|
+
'background-active',
|
|
2026
|
+
$emit-difference
|
|
2027
|
+
)
|
|
2028
|
+
{
|
|
2029
|
+
@include custom-property(
|
|
2030
|
+
'background-active',
|
|
2031
|
+
map-get($theme, 'background-active')
|
|
2032
|
+
);
|
|
2033
|
+
}
|
|
2034
|
+
|
|
2035
|
+
@if should-emit(
|
|
2036
|
+
$theme,
|
|
2037
|
+
$parent-carbon-theme,
|
|
2038
|
+
'layer-active',
|
|
2039
|
+
$emit-difference
|
|
2040
|
+
)
|
|
2041
|
+
{
|
|
2042
|
+
@include custom-property('layer-active', map-get($theme, 'layer-active'));
|
|
2043
|
+
}
|
|
2044
|
+
|
|
2045
|
+
@if should-emit(
|
|
2046
|
+
$theme,
|
|
2047
|
+
$parent-carbon-theme,
|
|
2048
|
+
'button-danger-active',
|
|
2049
|
+
$emit-difference
|
|
2050
|
+
)
|
|
2051
|
+
{
|
|
2052
|
+
@include custom-property(
|
|
2053
|
+
'button-danger-active',
|
|
2054
|
+
map-get($theme, 'button-danger-active')
|
|
2055
|
+
);
|
|
2056
|
+
}
|
|
2057
|
+
|
|
2058
|
+
@if should-emit(
|
|
2059
|
+
$theme,
|
|
2060
|
+
$parent-carbon-theme,
|
|
2061
|
+
'button-primary-active',
|
|
2062
|
+
$emit-difference
|
|
2063
|
+
)
|
|
2064
|
+
{
|
|
2065
|
+
@include custom-property(
|
|
2066
|
+
'button-primary-active',
|
|
2067
|
+
map-get($theme, 'button-primary-active')
|
|
2068
|
+
);
|
|
2069
|
+
}
|
|
2070
|
+
|
|
2071
|
+
@if should-emit(
|
|
2072
|
+
$theme,
|
|
2073
|
+
$parent-carbon-theme,
|
|
2074
|
+
'button-secondary-active',
|
|
2075
|
+
$emit-difference
|
|
2076
|
+
)
|
|
2077
|
+
{
|
|
2078
|
+
@include custom-property(
|
|
2079
|
+
'button-secondary-active',
|
|
2080
|
+
map-get($theme, 'button-secondary-active')
|
|
2081
|
+
);
|
|
2082
|
+
}
|
|
2083
|
+
|
|
2084
|
+
@if should-emit(
|
|
2085
|
+
$theme,
|
|
2086
|
+
$parent-carbon-theme,
|
|
2087
|
+
'button-tertiary-active',
|
|
2088
|
+
$emit-difference
|
|
2089
|
+
)
|
|
2090
|
+
{
|
|
2091
|
+
@include custom-property(
|
|
2092
|
+
'button-tertiary-active',
|
|
2093
|
+
map-get($theme, 'button-tertiary-active')
|
|
2094
|
+
);
|
|
2095
|
+
}
|
|
2096
|
+
|
|
2097
|
+
@if should-emit(
|
|
2098
|
+
$theme,
|
|
2099
|
+
$parent-carbon-theme,
|
|
2100
|
+
'focus-inset',
|
|
2101
|
+
$emit-difference
|
|
2102
|
+
)
|
|
2103
|
+
{
|
|
2104
|
+
@include custom-property('focus-inset', map-get($theme, 'focus-inset'));
|
|
2105
|
+
}
|
|
2106
|
+
|
|
2107
|
+
@if should-emit(
|
|
2108
|
+
$theme,
|
|
2109
|
+
$parent-carbon-theme,
|
|
2110
|
+
'focus-inverse',
|
|
2111
|
+
$emit-difference
|
|
2112
|
+
)
|
|
2113
|
+
{
|
|
2114
|
+
@include custom-property(
|
|
2115
|
+
'focus-inverse',
|
|
2116
|
+
map-get($theme, 'focus-inverse')
|
|
2117
|
+
);
|
|
2118
|
+
}
|
|
2119
|
+
|
|
2120
|
+
@if should-emit(
|
|
2121
|
+
$theme,
|
|
2122
|
+
$parent-carbon-theme,
|
|
2123
|
+
'background-hover',
|
|
2124
|
+
$emit-difference
|
|
2125
|
+
)
|
|
2126
|
+
{
|
|
2127
|
+
@include custom-property(
|
|
2128
|
+
'background-hover',
|
|
2129
|
+
map-get($theme, 'background-hover')
|
|
2130
|
+
);
|
|
2131
|
+
}
|
|
2132
|
+
|
|
2133
|
+
@if should-emit(
|
|
2134
|
+
$theme,
|
|
2135
|
+
$parent-carbon-theme,
|
|
2136
|
+
'layer-hover',
|
|
2137
|
+
$emit-difference
|
|
2138
|
+
)
|
|
2139
|
+
{
|
|
2140
|
+
@include custom-property('layer-hover', map-get($theme, 'layer-hover'));
|
|
2141
|
+
}
|
|
2142
|
+
|
|
2143
|
+
@if should-emit(
|
|
2144
|
+
$theme,
|
|
2145
|
+
$parent-carbon-theme,
|
|
2146
|
+
'field-hover',
|
|
2147
|
+
$emit-difference
|
|
2148
|
+
)
|
|
2149
|
+
{
|
|
2150
|
+
@include custom-property('field-hover', map-get($theme, 'field-hover'));
|
|
2151
|
+
}
|
|
2152
|
+
|
|
2153
|
+
@if should-emit(
|
|
2154
|
+
$theme,
|
|
2155
|
+
$parent-carbon-theme,
|
|
2156
|
+
'background-inverse-hover',
|
|
2157
|
+
$emit-difference
|
|
2158
|
+
)
|
|
2159
|
+
{
|
|
2160
|
+
@include custom-property(
|
|
2161
|
+
'background-inverse-hover',
|
|
2162
|
+
map-get($theme, 'background-inverse-hover')
|
|
2163
|
+
);
|
|
2164
|
+
}
|
|
2165
|
+
|
|
2166
|
+
@if should-emit(
|
|
2167
|
+
$theme,
|
|
2168
|
+
$parent-carbon-theme,
|
|
2169
|
+
'link-primary-hover',
|
|
2170
|
+
$emit-difference
|
|
2171
|
+
)
|
|
2172
|
+
{
|
|
2173
|
+
@include custom-property(
|
|
2174
|
+
'link-primary-hover',
|
|
2175
|
+
map-get($theme, 'link-primary-hover')
|
|
2176
|
+
);
|
|
2177
|
+
}
|
|
2178
|
+
|
|
2179
|
+
@if should-emit(
|
|
2180
|
+
$theme,
|
|
2181
|
+
$parent-carbon-theme,
|
|
2182
|
+
'button-danger-hover',
|
|
2183
|
+
$emit-difference
|
|
2184
|
+
)
|
|
2185
|
+
{
|
|
2186
|
+
@include custom-property(
|
|
2187
|
+
'button-danger-hover',
|
|
2188
|
+
map-get($theme, 'button-danger-hover')
|
|
2189
|
+
);
|
|
2190
|
+
}
|
|
2191
|
+
|
|
2192
|
+
@if should-emit(
|
|
2193
|
+
$theme,
|
|
2194
|
+
$parent-carbon-theme,
|
|
2195
|
+
'button-primary-hover',
|
|
2196
|
+
$emit-difference
|
|
2197
|
+
)
|
|
2198
|
+
{
|
|
2199
|
+
@include custom-property(
|
|
2200
|
+
'button-primary-hover',
|
|
2201
|
+
map-get($theme, 'button-primary-hover')
|
|
2202
|
+
);
|
|
2203
|
+
}
|
|
2204
|
+
|
|
2205
|
+
@if should-emit(
|
|
2206
|
+
$theme,
|
|
2207
|
+
$parent-carbon-theme,
|
|
2208
|
+
'button-secondary-hover',
|
|
2209
|
+
$emit-difference
|
|
2210
|
+
)
|
|
2211
|
+
{
|
|
2212
|
+
@include custom-property(
|
|
2213
|
+
'button-secondary-hover',
|
|
2214
|
+
map-get($theme, 'button-secondary-hover')
|
|
2215
|
+
);
|
|
2216
|
+
}
|
|
2217
|
+
|
|
2218
|
+
@if should-emit(
|
|
2219
|
+
$theme,
|
|
2220
|
+
$parent-carbon-theme,
|
|
2221
|
+
'button-tertiary-hover',
|
|
2222
|
+
$emit-difference
|
|
2223
|
+
)
|
|
2224
|
+
{
|
|
2225
|
+
@include custom-property(
|
|
2226
|
+
'button-tertiary-hover',
|
|
2227
|
+
map-get($theme, 'button-tertiary-hover')
|
|
2228
|
+
);
|
|
2229
|
+
}
|
|
2230
|
+
|
|
2231
|
+
@if should-emit(
|
|
2232
|
+
$theme,
|
|
2233
|
+
$parent-carbon-theme,
|
|
2234
|
+
'background-selected',
|
|
2235
|
+
$emit-difference
|
|
2236
|
+
)
|
|
2237
|
+
{
|
|
2238
|
+
@include custom-property(
|
|
2239
|
+
'background-selected',
|
|
2240
|
+
map-get($theme, 'background-selected')
|
|
2241
|
+
);
|
|
2242
|
+
}
|
|
2243
|
+
|
|
2244
|
+
@if should-emit(
|
|
2245
|
+
$theme,
|
|
2246
|
+
$parent-carbon-theme,
|
|
2247
|
+
'background-selected-hover',
|
|
2248
|
+
$emit-difference
|
|
2249
|
+
)
|
|
2250
|
+
{
|
|
2251
|
+
@include custom-property(
|
|
2252
|
+
'background-selected-hover',
|
|
2253
|
+
map-get($theme, 'background-selected-hover')
|
|
2254
|
+
);
|
|
2255
|
+
}
|
|
2256
|
+
|
|
2257
|
+
@if should-emit(
|
|
2258
|
+
$theme,
|
|
2259
|
+
$parent-carbon-theme,
|
|
2260
|
+
'layer-selected',
|
|
2261
|
+
$emit-difference
|
|
2262
|
+
)
|
|
2263
|
+
{
|
|
2264
|
+
@include custom-property(
|
|
2265
|
+
'layer-selected',
|
|
2266
|
+
map-get($theme, 'layer-selected')
|
|
2267
|
+
);
|
|
2268
|
+
}
|
|
2269
|
+
|
|
2270
|
+
@if should-emit(
|
|
2271
|
+
$theme,
|
|
2272
|
+
$parent-carbon-theme,
|
|
2273
|
+
'layer-selected-hover',
|
|
2274
|
+
$emit-difference
|
|
2275
|
+
)
|
|
2276
|
+
{
|
|
2277
|
+
@include custom-property(
|
|
2278
|
+
'layer-selected-hover',
|
|
2279
|
+
map-get($theme, 'layer-selected-hover')
|
|
2280
|
+
);
|
|
2281
|
+
}
|
|
2282
|
+
|
|
2283
|
+
@if should-emit(
|
|
2284
|
+
$theme,
|
|
2285
|
+
$parent-carbon-theme,
|
|
2286
|
+
'layer-selected-inverse',
|
|
2287
|
+
$emit-difference
|
|
2288
|
+
)
|
|
2289
|
+
{
|
|
2290
|
+
@include custom-property(
|
|
2291
|
+
'layer-selected-inverse',
|
|
2292
|
+
map-get($theme, 'layer-selected-inverse')
|
|
2293
|
+
);
|
|
2294
|
+
}
|
|
2295
|
+
|
|
2296
|
+
@if should-emit(
|
|
2297
|
+
$theme,
|
|
2298
|
+
$parent-carbon-theme,
|
|
2299
|
+
'border-subtle-selected',
|
|
2300
|
+
$emit-difference
|
|
2301
|
+
)
|
|
2302
|
+
{
|
|
2303
|
+
@include custom-property(
|
|
2304
|
+
'border-subtle-selected',
|
|
2305
|
+
map-get($theme, 'border-subtle-selected')
|
|
2306
|
+
);
|
|
2307
|
+
}
|
|
2308
|
+
|
|
2309
|
+
@if should-emit(
|
|
2310
|
+
$theme,
|
|
2311
|
+
$parent-carbon-theme,
|
|
2312
|
+
'layer-disabled',
|
|
2313
|
+
$emit-difference
|
|
2314
|
+
)
|
|
2315
|
+
{
|
|
2316
|
+
@include custom-property(
|
|
2317
|
+
'layer-disabled',
|
|
2318
|
+
map-get($theme, 'layer-disabled')
|
|
2319
|
+
);
|
|
2320
|
+
}
|
|
2321
|
+
|
|
2322
|
+
@if should-emit(
|
|
2323
|
+
$theme,
|
|
2324
|
+
$parent-carbon-theme,
|
|
2325
|
+
'field-disabled',
|
|
2326
|
+
$emit-difference
|
|
2327
|
+
)
|
|
2328
|
+
{
|
|
2329
|
+
@include custom-property(
|
|
2330
|
+
'field-disabled',
|
|
2331
|
+
map-get($theme, 'field-disabled')
|
|
2332
|
+
);
|
|
2333
|
+
}
|
|
2334
|
+
|
|
2335
|
+
@if should-emit(
|
|
2336
|
+
$theme,
|
|
2337
|
+
$parent-carbon-theme,
|
|
2338
|
+
'border-disabled',
|
|
2339
|
+
$emit-difference
|
|
2340
|
+
)
|
|
2341
|
+
{
|
|
2342
|
+
@include custom-property(
|
|
2343
|
+
'border-disabled',
|
|
2344
|
+
map-get($theme, 'border-disabled')
|
|
2345
|
+
);
|
|
2346
|
+
}
|
|
2347
|
+
|
|
2348
|
+
@if should-emit(
|
|
2349
|
+
$theme,
|
|
2350
|
+
$parent-carbon-theme,
|
|
2351
|
+
'text-disabled',
|
|
2352
|
+
$emit-difference
|
|
2353
|
+
)
|
|
2354
|
+
{
|
|
2355
|
+
@include custom-property(
|
|
2356
|
+
'text-disabled',
|
|
2357
|
+
map-get($theme, 'text-disabled')
|
|
2358
|
+
);
|
|
2359
|
+
}
|
|
2360
|
+
|
|
2361
|
+
@if should-emit(
|
|
2362
|
+
$theme,
|
|
2363
|
+
$parent-carbon-theme,
|
|
2364
|
+
'button-disabled',
|
|
2365
|
+
$emit-difference
|
|
2366
|
+
)
|
|
2367
|
+
{
|
|
2368
|
+
@include custom-property(
|
|
2369
|
+
'button-disabled',
|
|
2370
|
+
map-get($theme, 'button-disabled')
|
|
2371
|
+
);
|
|
2372
|
+
}
|
|
2373
|
+
|
|
2374
|
+
@if should-emit(
|
|
2375
|
+
$theme,
|
|
2376
|
+
$parent-carbon-theme,
|
|
2377
|
+
'icon-disabled',
|
|
2378
|
+
$emit-difference
|
|
2379
|
+
)
|
|
2380
|
+
{
|
|
2381
|
+
@include custom-property(
|
|
2382
|
+
'icon-disabled',
|
|
2383
|
+
map-get($theme, 'icon-disabled')
|
|
2384
|
+
);
|
|
2385
|
+
}
|
|
2386
|
+
|
|
2387
|
+
@if should-emit(
|
|
2388
|
+
$theme,
|
|
2389
|
+
$parent-carbon-theme,
|
|
2390
|
+
'text-on-color-disabled',
|
|
2391
|
+
$emit-difference
|
|
2392
|
+
)
|
|
2393
|
+
{
|
|
2394
|
+
@include custom-property(
|
|
2395
|
+
'text-on-color-disabled',
|
|
2396
|
+
map-get($theme, 'text-on-color-disabled')
|
|
2397
|
+
);
|
|
2398
|
+
}
|
|
2399
|
+
|
|
2400
|
+
@if should-emit(
|
|
2401
|
+
$theme,
|
|
2402
|
+
$parent-carbon-theme,
|
|
2403
|
+
'icon-on-color-disabled',
|
|
2404
|
+
$emit-difference
|
|
2405
|
+
)
|
|
2406
|
+
{
|
|
2407
|
+
@include custom-property(
|
|
2408
|
+
'icon-on-color-disabled',
|
|
2409
|
+
map-get($theme, 'icon-on-color-disabled')
|
|
2410
|
+
);
|
|
2411
|
+
}
|
|
2412
|
+
|
|
2413
|
+
@if should-emit(
|
|
2414
|
+
$theme,
|
|
2415
|
+
$parent-carbon-theme,
|
|
2416
|
+
'layer-selected-disabled',
|
|
2417
|
+
$emit-difference
|
|
2418
|
+
)
|
|
2419
|
+
{
|
|
2420
|
+
@include custom-property(
|
|
2421
|
+
'layer-selected-disabled',
|
|
2422
|
+
map-get($theme, 'layer-selected-disabled')
|
|
2423
|
+
);
|
|
2424
|
+
}
|
|
2425
|
+
|
|
2426
|
+
@if should-emit(
|
|
2427
|
+
$theme,
|
|
2428
|
+
$parent-carbon-theme,
|
|
2429
|
+
'skeleton-background',
|
|
2430
|
+
$emit-difference
|
|
2431
|
+
)
|
|
2432
|
+
{
|
|
2433
|
+
@include custom-property(
|
|
2434
|
+
'skeleton-background',
|
|
2435
|
+
map-get($theme, 'skeleton-background')
|
|
2436
|
+
);
|
|
2437
|
+
}
|
|
2438
|
+
|
|
2439
|
+
@if should-emit(
|
|
2440
|
+
$theme,
|
|
2441
|
+
$parent-carbon-theme,
|
|
2442
|
+
'skeleton-element',
|
|
2443
|
+
$emit-difference
|
|
2444
|
+
)
|
|
2445
|
+
{
|
|
2446
|
+
@include custom-property(
|
|
2447
|
+
'skeleton-element',
|
|
2448
|
+
map-get($theme, 'skeleton-element')
|
|
2449
|
+
);
|
|
2450
|
+
}
|
|
2451
|
+
|
|
1192
2452
|
@if should-emit($theme, $parent-carbon-theme, 'brand-01', $emit-difference)
|
|
1193
2453
|
{
|
|
1194
2454
|
@include custom-property('brand-01', map-get($theme, 'brand-01'));
|