@carbon/elements 10.34.0-rc.0 → 10.34.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/package.json +10 -10
- package/scss/colors/mixins.scss +875 -548
- package/scss/themes/generated/_themes.scss +2 -2
- package/scss/themes/generated/_tokens.scss +2 -2
- package/scss/themes/modules/generated/_themes.scss +2 -2
- package/scss/type/_inlined/_styles.scss +3 -0
- package/scss/type/_styles.scss +3 -0
|
@@ -34,7 +34,7 @@ $carbon--theme--white: (
|
|
|
34
34
|
inverse-01: #ffffff,
|
|
35
35
|
inverse-02: #393939,
|
|
36
36
|
support-01: #da1e28,
|
|
37
|
-
support-02: #
|
|
37
|
+
support-02: #198038,
|
|
38
38
|
support-03: #f1c21b,
|
|
39
39
|
support-04: #0043ce,
|
|
40
40
|
inverse-support-01: #fa4d56,
|
|
@@ -99,7 +99,7 @@ $carbon--theme--white: (
|
|
|
99
99
|
icon-on-color: #ffffff,
|
|
100
100
|
icon-inverse: #ffffff,
|
|
101
101
|
support-error: #da1e28,
|
|
102
|
-
support-success: #
|
|
102
|
+
support-success: #198038,
|
|
103
103
|
support-warning: #f1c21b,
|
|
104
104
|
support-info: #0043ce,
|
|
105
105
|
support-error-inverse: #fa4d56,
|
|
@@ -308,7 +308,7 @@ $support-02: if(
|
|
|
308
308
|
global-variable-exists('carbon--theme') and
|
|
309
309
|
map-has-key($carbon--theme, 'support-02'),
|
|
310
310
|
map-get($carbon--theme, 'support-02'),
|
|
311
|
-
#
|
|
311
|
+
#198038
|
|
312
312
|
) !default;
|
|
313
313
|
|
|
314
314
|
/// Warning
|
|
@@ -987,7 +987,7 @@ $support-success: if(
|
|
|
987
987
|
global-variable-exists('carbon--theme') and
|
|
988
988
|
map-has-key($carbon--theme, 'support-success'),
|
|
989
989
|
map-get($carbon--theme, 'support-success'),
|
|
990
|
-
#
|
|
990
|
+
#198038
|
|
991
991
|
) !default;
|
|
992
992
|
|
|
993
993
|
/// @type {undefined}
|
|
@@ -43,7 +43,7 @@ $white: utilities.merge(
|
|
|
43
43
|
inverse-01: #ffffff,
|
|
44
44
|
inverse-02: #393939,
|
|
45
45
|
support-01: #da1e28,
|
|
46
|
-
support-02: #
|
|
46
|
+
support-02: #198038,
|
|
47
47
|
support-03: #f1c21b,
|
|
48
48
|
support-04: #0043ce,
|
|
49
49
|
inverse-support-01: #fa4d56,
|
|
@@ -108,7 +108,7 @@ $white: utilities.merge(
|
|
|
108
108
|
icon-on-color: #ffffff,
|
|
109
109
|
icon-inverse: #ffffff,
|
|
110
110
|
support-error: #da1e28,
|
|
111
|
-
support-success: #
|
|
111
|
+
support-success: #198038,
|
|
112
112
|
support-warning: #f1c21b,
|
|
113
113
|
support-info: #0043ce,
|
|
114
114
|
support-error-inverse: #fa4d56,
|
|
@@ -518,8 +518,11 @@ $display-04: (
|
|
|
518
518
|
/// @group @carbon/type
|
|
519
519
|
$tokens: (
|
|
520
520
|
caption-01: $caption-01,
|
|
521
|
+
caption-02: $caption-02,
|
|
521
522
|
label-01: $label-01,
|
|
523
|
+
label-02: $label-02,
|
|
522
524
|
helper-text-01: $helper-text-01,
|
|
525
|
+
helper-text-02: $helper-text-02,
|
|
523
526
|
body-short-01: $body-short-01,
|
|
524
527
|
body-short-02: $body-short-02,
|
|
525
528
|
body-long-01: $body-long-01,
|
package/scss/type/_styles.scss
CHANGED
|
@@ -518,8 +518,11 @@ $display-04: (
|
|
|
518
518
|
/// @group @carbon/type
|
|
519
519
|
$tokens: (
|
|
520
520
|
caption-01: $caption-01,
|
|
521
|
+
caption-02: $caption-02,
|
|
521
522
|
label-01: $label-01,
|
|
523
|
+
label-02: $label-02,
|
|
522
524
|
helper-text-01: $helper-text-01,
|
|
525
|
+
helper-text-02: $helper-text-02,
|
|
523
526
|
body-short-01: $body-short-01,
|
|
524
527
|
body-short-02: $body-short-02,
|
|
525
528
|
body-long-01: $body-long-01,
|