@carbon/themes 10.16.0 → 10.18.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/docs/sass.md +105 -61
- package/es/index.js +13 -3
- package/lib/index.js +13 -2
- package/package.json +7 -7
- package/scss/generated/_mixins.scss +18 -0
- package/scss/generated/_themes.scss +68 -61
- package/scss/generated/_tokens.scss +69 -61
- package/src/g10.js +2 -0
- package/src/g100.js +2 -0
- package/src/g90.js +2 -0
- package/src/tokens.js +3 -0
- package/src/v9.js +2 -0
- package/src/white.js +2 -0
- package/umd/index.js +13 -2
package/lib/index.js
CHANGED
|
@@ -142,6 +142,7 @@ var disabled03 = colors.gray50;
|
|
|
142
142
|
var highlight = colors.blue20;
|
|
143
143
|
var decorative01 = colors.gray20;
|
|
144
144
|
var hoverLightUI = '#e5e5e5';
|
|
145
|
+
var buttonSeparator = '#e0e0e0';
|
|
145
146
|
var skeleton01 = '#e5e5e5';
|
|
146
147
|
var skeleton02 = colors.gray30; // Type
|
|
147
148
|
|
|
@@ -212,6 +213,7 @@ var white = /*#__PURE__*/Object.freeze({
|
|
|
212
213
|
highlight: highlight,
|
|
213
214
|
decorative01: decorative01,
|
|
214
215
|
hoverLightUI: hoverLightUI,
|
|
216
|
+
buttonSeparator: buttonSeparator,
|
|
215
217
|
skeleton01: skeleton01,
|
|
216
218
|
skeleton02: skeleton02,
|
|
217
219
|
brand01: brand01,
|
|
@@ -349,6 +351,7 @@ var disabled03$1 = colors.gray50;
|
|
|
349
351
|
var highlight$1 = colors.blue20;
|
|
350
352
|
var decorative01$1 = colors.gray20;
|
|
351
353
|
var hoverLightUI$1 = '#e5e5e5';
|
|
354
|
+
var buttonSeparator$1 = '#e0e0e0';
|
|
352
355
|
var skeleton01$1 = '#e5e5e5';
|
|
353
356
|
var skeleton02$1 = colors.gray30;
|
|
354
357
|
|
|
@@ -419,6 +422,7 @@ var g10 = /*#__PURE__*/Object.freeze({
|
|
|
419
422
|
highlight: highlight$1,
|
|
420
423
|
decorative01: decorative01$1,
|
|
421
424
|
hoverLightUI: hoverLightUI$1,
|
|
425
|
+
buttonSeparator: buttonSeparator$1,
|
|
422
426
|
skeleton01: skeleton01$1,
|
|
423
427
|
skeleton02: skeleton02$1,
|
|
424
428
|
brand01: brand01$1,
|
|
@@ -556,6 +560,7 @@ var disabled03$2 = colors.gray50;
|
|
|
556
560
|
var highlight$2 = colors.blue80;
|
|
557
561
|
var decorative01$2 = colors.gray70;
|
|
558
562
|
var hoverLightUI$2 = '#525252';
|
|
563
|
+
var buttonSeparator$2 = '#161616';
|
|
559
564
|
var skeleton01$2 = '#353535';
|
|
560
565
|
var skeleton02$2 = colors.gray80;
|
|
561
566
|
|
|
@@ -626,6 +631,7 @@ var g100 = /*#__PURE__*/Object.freeze({
|
|
|
626
631
|
highlight: highlight$2,
|
|
627
632
|
decorative01: decorative01$2,
|
|
628
633
|
hoverLightUI: hoverLightUI$2,
|
|
634
|
+
buttonSeparator: buttonSeparator$2,
|
|
629
635
|
skeleton01: skeleton01$2,
|
|
630
636
|
skeleton02: skeleton02$2,
|
|
631
637
|
brand01: brand01$2,
|
|
@@ -763,6 +769,7 @@ var disabled03$3 = colors.gray40;
|
|
|
763
769
|
var highlight$3 = colors.blue70;
|
|
764
770
|
var decorative01$3 = colors.gray60;
|
|
765
771
|
var hoverLightUI$3 = '#6f6f6f';
|
|
772
|
+
var buttonSeparator$3 = '#161616';
|
|
766
773
|
var skeleton01$3 = '#353535';
|
|
767
774
|
var skeleton02$3 = colors.gray70;
|
|
768
775
|
|
|
@@ -833,6 +840,7 @@ var g90 = /*#__PURE__*/Object.freeze({
|
|
|
833
840
|
highlight: highlight$3,
|
|
834
841
|
decorative01: decorative01$3,
|
|
835
842
|
hoverLightUI: hoverLightUI$3,
|
|
843
|
+
buttonSeparator: buttonSeparator$3,
|
|
836
844
|
skeleton01: skeleton01$3,
|
|
837
845
|
skeleton02: skeleton02$3,
|
|
838
846
|
brand01: brand01$3,
|
|
@@ -970,6 +978,7 @@ var disabled03$4 = '#cdd1d4';
|
|
|
970
978
|
var highlight$4 = '#f4f7fb';
|
|
971
979
|
var decorative01$4 = '#EEF4FC';
|
|
972
980
|
var hoverLightUI$4 = '#EEF4FC';
|
|
981
|
+
var buttonSeparator$4 = '#e0e0e0';
|
|
973
982
|
var skeleton01$4 = 'rgba(61, 112, 178, .1)';
|
|
974
983
|
var skeleton02$4 = 'rgba(61, 112, 178, .1)';
|
|
975
984
|
|
|
@@ -1040,6 +1049,7 @@ var v9 = /*#__PURE__*/Object.freeze({
|
|
|
1040
1049
|
highlight: highlight$4,
|
|
1041
1050
|
decorative01: decorative01$4,
|
|
1042
1051
|
hoverLightUI: hoverLightUI$4,
|
|
1052
|
+
buttonSeparator: buttonSeparator$4,
|
|
1043
1053
|
skeleton01: skeleton01$4,
|
|
1044
1054
|
skeleton02: skeleton02$4,
|
|
1045
1055
|
brand01: brand01$4,
|
|
@@ -1120,7 +1130,7 @@ var v9 = /*#__PURE__*/Object.freeze({
|
|
|
1120
1130
|
|
|
1121
1131
|
var colors$1 = [// Core
|
|
1122
1132
|
'interactive01', 'interactive02', 'interactive03', 'interactive04', 'uiBackground', 'ui01', 'ui02', 'ui03', 'ui04', 'ui05', 'text01', 'text02', 'text03', 'text04', 'text05', 'textError', 'icon01', 'icon02', 'icon03', 'link01', 'inverseLink', 'field01', 'field02', 'inverse01', 'inverse02', 'support01', 'support02', 'support03', 'support04', 'inverseSupport01', 'inverseSupport02', 'inverseSupport03', 'inverseSupport04', 'overlay01', 'danger', // Interactive states
|
|
1123
|
-
'focus', 'inverseFocusUi', 'hoverPrimary', 'activePrimary', 'hoverPrimaryText', 'hoverSecondary', 'activeSecondary', 'hoverTertiary', 'activeTertiary', 'hoverUI', 'activeUI', 'selectedUI', 'selectedLightUI', 'hoverSelectedUI', 'inverseHoverUI', 'hoverDanger', 'activeDanger', 'hoverRow', 'visitedLink', 'disabled01', 'disabled02', 'disabled03', 'highlight', 'decorative01', 'hoverLightUI', 'skeleton01', 'skeleton02', // Deprecated
|
|
1133
|
+
'focus', 'inverseFocusUi', 'hoverPrimary', 'activePrimary', 'hoverPrimaryText', 'hoverSecondary', 'activeSecondary', 'hoverTertiary', 'activeTertiary', 'hoverUI', 'activeUI', 'selectedUI', 'selectedLightUI', 'hoverSelectedUI', 'inverseHoverUI', 'hoverDanger', 'activeDanger', 'hoverRow', 'visitedLink', 'disabled01', 'disabled02', 'disabled03', 'highlight', 'decorative01', 'hoverLightUI', 'buttonSeparator', 'skeleton01', 'skeleton02', // Deprecated
|
|
1124
1134
|
'brand01', 'brand02', 'brand03', 'active01', 'hoverField'];
|
|
1125
1135
|
var numbers = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
|
|
1126
1136
|
/**
|
|
@@ -1172,7 +1182,7 @@ var unstable__meta = {
|
|
|
1172
1182
|
tokens: ['uiBackground', 'interactive01', 'interactive02', 'interactive03', 'interactive04', 'brand01', 'brand02', 'brand03', 'danger', 'ui01', 'ui02', 'ui03', 'ui04', 'ui05', 'text01', 'text02', 'text03', 'text04', 'text05', 'textError', 'link01', 'icon01', 'icon02', 'icon03', 'field01', 'field02', 'inverse01', 'inverse02', 'inverseLink', 'support01', 'support02', 'support03', 'support04', 'inverseSupport01', 'inverseSupport02', 'inverseSupport03', 'inverseSupport04', 'overlay01']
|
|
1173
1183
|
}, {
|
|
1174
1184
|
type: 'interactive',
|
|
1175
|
-
tokens: ['focus', 'inverseFocusUi', 'hoverPrimary', 'hoverPrimaryText', 'hoverSecondary', 'hoverTertiary', 'hoverUI', 'hoverSelectedUI', 'hoverDanger', 'hoverRow', 'activePrimary', 'activeSecondary', 'activeTertiary', 'activeUI', 'activeDanger', 'selectedUI', 'selectedLightUI', 'highlight', 'skeleton01', 'skeleton02', 'visitedLink', 'disabled01', 'disabled02', 'disabled03', 'inverseHoverUI', 'active01', 'hoverField', 'decorative01', 'hoverLightUI']
|
|
1185
|
+
tokens: ['focus', 'inverseFocusUi', 'hoverPrimary', 'hoverPrimaryText', 'hoverSecondary', 'hoverTertiary', 'hoverUI', 'hoverSelectedUI', 'hoverDanger', 'hoverRow', 'activePrimary', 'activeSecondary', 'activeTertiary', 'activeUI', 'activeDanger', 'selectedUI', 'selectedLightUI', 'highlight', 'skeleton01', 'skeleton02', 'visitedLink', 'disabled01', 'disabled02', 'disabled03', 'inverseHoverUI', 'active01', 'hoverField', 'decorative01', 'hoverLightUI', 'buttonSeparator']
|
|
1176
1186
|
}],
|
|
1177
1187
|
deprecated: ['brand01', 'brand02', 'brand03', 'active01']
|
|
1178
1188
|
};
|
|
@@ -1321,6 +1331,7 @@ exports.disabled03 = disabled03;
|
|
|
1321
1331
|
exports.highlight = highlight;
|
|
1322
1332
|
exports.decorative01 = decorative01;
|
|
1323
1333
|
exports.hoverLightUI = hoverLightUI;
|
|
1334
|
+
exports.buttonSeparator = buttonSeparator;
|
|
1324
1335
|
exports.skeleton01 = skeleton01;
|
|
1325
1336
|
exports.skeleton02 = skeleton02;
|
|
1326
1337
|
exports.brand01 = brand01;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/themes",
|
|
3
3
|
"description": "Themes for applying color in the Carbon Design System",
|
|
4
|
-
"version": "10.
|
|
4
|
+
"version": "10.18.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -24,15 +24,15 @@
|
|
|
24
24
|
"build": "yarn clean && bundler bundle src/index.js --name CarbonThemes && node tasks/build.js && bundler check \"scss/*.scss\" && bundler sassdoc \"scss/**/*.scss\""
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@carbon/colors": "^10.
|
|
28
|
-
"@carbon/layout": "^10.
|
|
29
|
-
"@carbon/type": "^10.
|
|
27
|
+
"@carbon/colors": "^10.13.0",
|
|
28
|
+
"@carbon/layout": "^10.13.0",
|
|
29
|
+
"@carbon/type": "^10.15.0",
|
|
30
30
|
"color": "^3.1.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@carbon/cli-reporter": "^10.3.0",
|
|
34
|
-
"@carbon/scss-generator": "^10.
|
|
35
|
-
"@carbon/test-utils": "^10.
|
|
34
|
+
"@carbon/scss-generator": "^10.10.0",
|
|
35
|
+
"@carbon/test-utils": "^10.11.0",
|
|
36
36
|
"change-case": "^4.1.1",
|
|
37
37
|
"core-js": "^3.6.5",
|
|
38
38
|
"fs-extra": "^8.1.0",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"node-sass": "^4.13.1",
|
|
41
41
|
"rimraf": "^3.0.0"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "1ddaf4a45fd03d39ca695505d0c764b5879c924b"
|
|
44
44
|
}
|
|
@@ -98,6 +98,7 @@
|
|
|
98
98
|
$highlight: map-get($theme, 'highlight') !global;
|
|
99
99
|
$decorative-01: map-get($theme, 'decorative-01') !global;
|
|
100
100
|
$hover-light-ui: map-get($theme, 'hover-light-ui') !global;
|
|
101
|
+
$button-separator: map-get($theme, 'button-separator') !global;
|
|
101
102
|
$skeleton-01: map-get($theme, 'skeleton-01') !global;
|
|
102
103
|
$skeleton-02: map-get($theme, 'skeleton-02') !global;
|
|
103
104
|
$brand-01: map-get($theme, 'brand-01') !global;
|
|
@@ -410,6 +411,10 @@
|
|
|
410
411
|
--#{$custom-property-prefix}-hover-light-ui,
|
|
411
412
|
map-get($theme, 'hover-light-ui')
|
|
412
413
|
) !global;
|
|
414
|
+
$button-separator: var(
|
|
415
|
+
--#{$custom-property-prefix}-button-separator,
|
|
416
|
+
map-get($theme, 'button-separator')
|
|
417
|
+
) !global;
|
|
413
418
|
$skeleton-01: var(
|
|
414
419
|
--#{$custom-property-prefix}-skeleton-01,
|
|
415
420
|
map-get($theme, 'skeleton-01')
|
|
@@ -1103,6 +1108,19 @@
|
|
|
1103
1108
|
);
|
|
1104
1109
|
}
|
|
1105
1110
|
|
|
1111
|
+
@if should-emit(
|
|
1112
|
+
$theme,
|
|
1113
|
+
$parent-carbon-theme,
|
|
1114
|
+
'button-separator',
|
|
1115
|
+
$emit-difference
|
|
1116
|
+
)
|
|
1117
|
+
{
|
|
1118
|
+
@include custom-property(
|
|
1119
|
+
'button-separator',
|
|
1120
|
+
map-get($theme, 'button-separator')
|
|
1121
|
+
);
|
|
1122
|
+
}
|
|
1123
|
+
|
|
1106
1124
|
@if should-emit(
|
|
1107
1125
|
$theme,
|
|
1108
1126
|
$parent-carbon-theme,
|
|
@@ -67,6 +67,7 @@ $carbon--theme--white: (
|
|
|
67
67
|
highlight: #d0e2ff,
|
|
68
68
|
decorative-01: #e0e0e0,
|
|
69
69
|
hover-light-ui: #e5e5e5,
|
|
70
|
+
button-separator: #e0e0e0,
|
|
70
71
|
skeleton-01: #e5e5e5,
|
|
71
72
|
skeleton-02: #c6c6c6,
|
|
72
73
|
brand-01: #0f62fe,
|
|
@@ -77,42 +78,42 @@ $carbon--theme--white: (
|
|
|
77
78
|
caption-01: (
|
|
78
79
|
font-size: 0.75rem,
|
|
79
80
|
font-weight: 400,
|
|
80
|
-
line-height:
|
|
81
|
+
line-height: 1.34,
|
|
81
82
|
letter-spacing: 0.32px,
|
|
82
83
|
),
|
|
83
84
|
label-01: (
|
|
84
85
|
font-size: 0.75rem,
|
|
85
86
|
font-weight: 400,
|
|
86
|
-
line-height:
|
|
87
|
+
line-height: 1.34,
|
|
87
88
|
letter-spacing: 0.32px,
|
|
88
89
|
),
|
|
89
90
|
helper-text-01: (
|
|
90
91
|
font-size: 0.75rem,
|
|
91
|
-
line-height:
|
|
92
|
+
line-height: 1.34,
|
|
92
93
|
letter-spacing: 0.32px,
|
|
93
94
|
),
|
|
94
95
|
body-short-01: (
|
|
95
96
|
font-size: 0.875rem,
|
|
96
97
|
font-weight: 400,
|
|
97
|
-
line-height: 1.
|
|
98
|
+
line-height: 1.29,
|
|
98
99
|
letter-spacing: 0.16px,
|
|
99
100
|
),
|
|
100
101
|
body-long-01: (
|
|
101
102
|
font-size: 0.875rem,
|
|
102
103
|
font-weight: 400,
|
|
103
|
-
line-height: 1.
|
|
104
|
+
line-height: 1.43,
|
|
104
105
|
letter-spacing: 0.16px,
|
|
105
106
|
),
|
|
106
107
|
body-short-02: (
|
|
107
108
|
font-size: 1rem,
|
|
108
109
|
font-weight: 400,
|
|
109
|
-
line-height: 1.
|
|
110
|
+
line-height: 1.375,
|
|
110
111
|
letter-spacing: 0,
|
|
111
112
|
),
|
|
112
113
|
body-long-02: (
|
|
113
114
|
font-size: 1rem,
|
|
114
115
|
font-weight: 400,
|
|
115
|
-
line-height: 1.
|
|
116
|
+
line-height: 1.5,
|
|
116
117
|
letter-spacing: 0,
|
|
117
118
|
),
|
|
118
119
|
code-01: (
|
|
@@ -122,7 +123,7 @@ $carbon--theme--white: (
|
|
|
122
123
|
),
|
|
123
124
|
font-size: 0.75rem,
|
|
124
125
|
font-weight: 400,
|
|
125
|
-
line-height:
|
|
126
|
+
line-height: 1.34,
|
|
126
127
|
letter-spacing: 0.32px,
|
|
127
128
|
),
|
|
128
129
|
code-02: (
|
|
@@ -132,84 +133,84 @@ $carbon--theme--white: (
|
|
|
132
133
|
),
|
|
133
134
|
font-size: 0.875rem,
|
|
134
135
|
font-weight: 400,
|
|
135
|
-
line-height: 1.
|
|
136
|
+
line-height: 1.43,
|
|
136
137
|
letter-spacing: 0.32px,
|
|
137
138
|
),
|
|
138
139
|
heading-01: (
|
|
139
140
|
font-size: 0.875rem,
|
|
140
141
|
font-weight: 600,
|
|
141
|
-
line-height: 1.
|
|
142
|
+
line-height: 1.29,
|
|
142
143
|
letter-spacing: 0.16px,
|
|
143
144
|
),
|
|
144
145
|
productive-heading-01: (
|
|
145
146
|
font-size: 0.875rem,
|
|
146
147
|
font-weight: 600,
|
|
147
|
-
line-height: 1.
|
|
148
|
+
line-height: 1.29,
|
|
148
149
|
letter-spacing: 0.16px,
|
|
149
150
|
),
|
|
150
151
|
heading-02: (
|
|
151
152
|
font-size: 1rem,
|
|
152
153
|
font-weight: 600,
|
|
153
|
-
line-height: 1.
|
|
154
|
+
line-height: 1.375,
|
|
154
155
|
letter-spacing: 0,
|
|
155
156
|
),
|
|
156
157
|
productive-heading-02: (
|
|
157
158
|
font-size: 1rem,
|
|
158
159
|
font-weight: 600,
|
|
159
|
-
line-height: 1.
|
|
160
|
+
line-height: 1.375,
|
|
160
161
|
letter-spacing: 0,
|
|
161
162
|
),
|
|
162
163
|
productive-heading-03: (
|
|
163
164
|
font-size: 1.25rem,
|
|
164
165
|
font-weight: 400,
|
|
165
|
-
line-height: 1.
|
|
166
|
+
line-height: 1.4,
|
|
166
167
|
letter-spacing: 0,
|
|
167
168
|
),
|
|
168
169
|
productive-heading-04: (
|
|
169
170
|
font-size: 1.75rem,
|
|
170
171
|
font-weight: 400,
|
|
171
|
-
line-height:
|
|
172
|
+
line-height: 1.29,
|
|
172
173
|
letter-spacing: 0,
|
|
173
174
|
),
|
|
174
175
|
productive-heading-05: (
|
|
175
176
|
font-size: 2rem,
|
|
176
177
|
font-weight: 400,
|
|
177
|
-
line-height:
|
|
178
|
+
line-height: 1.25,
|
|
178
179
|
letter-spacing: 0,
|
|
179
180
|
),
|
|
180
181
|
productive-heading-06: (
|
|
181
182
|
font-size: 2.625rem,
|
|
182
183
|
font-weight: 300,
|
|
183
|
-
line-height:
|
|
184
|
+
line-height: 1.199,
|
|
184
185
|
letter-spacing: 0,
|
|
185
186
|
),
|
|
186
187
|
productive-heading-07: (
|
|
187
188
|
font-size: 3.375rem,
|
|
188
189
|
font-weight: 300,
|
|
189
|
-
line-height:
|
|
190
|
+
line-height: 1.19,
|
|
190
191
|
letter-spacing: 0,
|
|
191
192
|
),
|
|
192
193
|
expressive-heading-01: (
|
|
193
194
|
font-size: 0.875rem,
|
|
194
195
|
font-weight: 600,
|
|
195
|
-
line-height: 1.
|
|
196
|
+
line-height: 1.25,
|
|
196
197
|
letter-spacing: 0.16px,
|
|
197
198
|
),
|
|
198
199
|
expressive-heading-02: (
|
|
199
200
|
font-size: 1rem,
|
|
200
201
|
font-weight: 600,
|
|
201
|
-
line-height: 1.
|
|
202
|
+
line-height: 1.5,
|
|
202
203
|
letter-spacing: 0,
|
|
203
204
|
),
|
|
204
205
|
expressive-heading-03: (
|
|
205
206
|
font-size: 1.25rem,
|
|
206
207
|
font-weight: 400,
|
|
207
|
-
line-height:
|
|
208
|
+
line-height: 1.4,
|
|
208
209
|
letter-spacing: 0,
|
|
209
210
|
breakpoints: (
|
|
210
211
|
xlg: (
|
|
211
212
|
font-size: 1.25rem,
|
|
212
|
-
line-height:
|
|
213
|
+
line-height: 1.25,
|
|
213
214
|
),
|
|
214
215
|
max: (
|
|
215
216
|
font-size: 1.5rem,
|
|
@@ -219,12 +220,12 @@ $carbon--theme--white: (
|
|
|
219
220
|
expressive-heading-04: (
|
|
220
221
|
font-size: 1.75rem,
|
|
221
222
|
font-weight: 400,
|
|
222
|
-
line-height:
|
|
223
|
+
line-height: 1.29,
|
|
223
224
|
letter-spacing: 0,
|
|
224
225
|
breakpoints: (
|
|
225
226
|
xlg: (
|
|
226
227
|
font-size: 1.75rem,
|
|
227
|
-
line-height:
|
|
228
|
+
line-height: 1.25,
|
|
228
229
|
),
|
|
229
230
|
max: (
|
|
230
231
|
font-size: 2rem,
|
|
@@ -234,31 +235,30 @@ $carbon--theme--white: (
|
|
|
234
235
|
expressive-heading-05: (
|
|
235
236
|
font-size: 2rem,
|
|
236
237
|
font-weight: 400,
|
|
237
|
-
line-height:
|
|
238
|
+
line-height: 1.25,
|
|
238
239
|
letter-spacing: 0,
|
|
239
240
|
breakpoints: (
|
|
240
241
|
md: (
|
|
241
242
|
font-size: 2.25rem,
|
|
242
243
|
font-weight: 300,
|
|
243
|
-
line-height:
|
|
244
|
+
line-height: 1.22,
|
|
244
245
|
letter-spacing: 0,
|
|
245
246
|
),
|
|
246
247
|
lg: (
|
|
247
248
|
font-size: 2.625rem,
|
|
248
249
|
font-weight: 300,
|
|
249
|
-
line-height:
|
|
250
|
+
line-height: 1.19,
|
|
250
251
|
letter-spacing: 0,
|
|
251
252
|
),
|
|
252
253
|
xlg: (
|
|
253
254
|
font-size: 3rem,
|
|
254
255
|
font-weight: 300,
|
|
255
|
-
line-height:
|
|
256
|
+
line-height: 1.17,
|
|
256
257
|
letter-spacing: 0,
|
|
257
258
|
),
|
|
258
259
|
max: (
|
|
259
260
|
font-size: 3.75rem,
|
|
260
261
|
font-weight: 300,
|
|
261
|
-
line-height: 4.375rem,
|
|
262
262
|
letter-spacing: 0,
|
|
263
263
|
),
|
|
264
264
|
),
|
|
@@ -266,31 +266,30 @@ $carbon--theme--white: (
|
|
|
266
266
|
expressive-heading-06: (
|
|
267
267
|
font-size: 2rem,
|
|
268
268
|
font-weight: 600,
|
|
269
|
-
line-height:
|
|
269
|
+
line-height: 1.25,
|
|
270
270
|
letter-spacing: 0,
|
|
271
271
|
breakpoints: (
|
|
272
272
|
md: (
|
|
273
273
|
font-size: 2.25rem,
|
|
274
274
|
font-weight: 600,
|
|
275
|
-
line-height:
|
|
275
|
+
line-height: 1.22,
|
|
276
276
|
letter-spacing: 0,
|
|
277
277
|
),
|
|
278
278
|
lg: (
|
|
279
279
|
font-size: 2.625rem,
|
|
280
280
|
font-weight: 600,
|
|
281
|
-
line-height:
|
|
281
|
+
line-height: 1.19,
|
|
282
282
|
letter-spacing: 0,
|
|
283
283
|
),
|
|
284
284
|
xlg: (
|
|
285
285
|
font-size: 3rem,
|
|
286
286
|
font-weight: 600,
|
|
287
|
-
line-height:
|
|
287
|
+
line-height: 1.17,
|
|
288
288
|
letter-spacing: 0,
|
|
289
289
|
),
|
|
290
290
|
max: (
|
|
291
291
|
font-size: 3.75rem,
|
|
292
292
|
font-weight: 600,
|
|
293
|
-
line-height: 4.375rem,
|
|
294
293
|
letter-spacing: 0,
|
|
295
294
|
),
|
|
296
295
|
),
|
|
@@ -298,21 +297,21 @@ $carbon--theme--white: (
|
|
|
298
297
|
expressive-paragraph-01: (
|
|
299
298
|
font-size: 1.5rem,
|
|
300
299
|
font-weight: 300,
|
|
301
|
-
line-height:
|
|
300
|
+
line-height: 1.25,
|
|
302
301
|
letter-spacing: 0,
|
|
303
302
|
lg: (
|
|
304
303
|
font-size: 1.75rem,
|
|
305
|
-
line-height:
|
|
304
|
+
line-height: 1.29,
|
|
306
305
|
),
|
|
307
306
|
max: (
|
|
308
307
|
font-size: 2rem,
|
|
309
|
-
line-height:
|
|
308
|
+
line-height: 1.25,
|
|
310
309
|
),
|
|
311
310
|
),
|
|
312
311
|
quotation-01: (
|
|
313
312
|
font-size: 1.25rem,
|
|
314
313
|
font-weight: 400,
|
|
315
|
-
line-height:
|
|
314
|
+
line-height: 1.3,
|
|
316
315
|
letter-spacing: 0,
|
|
317
316
|
breakpoints: (
|
|
318
317
|
md: (
|
|
@@ -323,19 +322,19 @@ $carbon--theme--white: (
|
|
|
323
322
|
lg: (
|
|
324
323
|
font-size: 1.5rem,
|
|
325
324
|
font-weight: 400,
|
|
326
|
-
line-height:
|
|
325
|
+
line-height: 1.25,
|
|
327
326
|
letter-spacing: 0,
|
|
328
327
|
),
|
|
329
328
|
xlg: (
|
|
330
329
|
font-size: 1.75rem,
|
|
331
330
|
font-weight: 400,
|
|
332
|
-
line-height:
|
|
331
|
+
line-height: 1.29,
|
|
333
332
|
letter-spacing: 0,
|
|
334
333
|
),
|
|
335
334
|
max: (
|
|
336
335
|
font-size: 2rem,
|
|
337
336
|
font-weight: 400,
|
|
338
|
-
line-height:
|
|
337
|
+
line-height: 1.25,
|
|
339
338
|
letter-spacing: 0,
|
|
340
339
|
),
|
|
341
340
|
),
|
|
@@ -343,20 +342,20 @@ $carbon--theme--white: (
|
|
|
343
342
|
quotation-02: (
|
|
344
343
|
font-size: 2rem,
|
|
345
344
|
font-weight: 300,
|
|
346
|
-
line-height:
|
|
345
|
+
line-height: 1.25,
|
|
347
346
|
letter-spacing: 0,
|
|
348
347
|
breakpoints: (
|
|
349
348
|
md: (
|
|
350
349
|
font-size: 2.25rem,
|
|
351
|
-
line-height:
|
|
350
|
+
line-height: 1.22,
|
|
352
351
|
),
|
|
353
352
|
lg: (
|
|
354
353
|
font-size: 2.625rem,
|
|
355
|
-
line-height:
|
|
354
|
+
line-height: 1.19,
|
|
356
355
|
),
|
|
357
356
|
xlg: (
|
|
358
357
|
font-size: 3rem,
|
|
359
|
-
line-height:
|
|
358
|
+
line-height: 1.17,
|
|
360
359
|
),
|
|
361
360
|
max: (
|
|
362
361
|
font-size: 3.75rem,
|
|
@@ -366,7 +365,7 @@ $carbon--theme--white: (
|
|
|
366
365
|
display-01: (
|
|
367
366
|
font-size: 2.625rem,
|
|
368
367
|
font-weight: 300,
|
|
369
|
-
line-height:
|
|
368
|
+
line-height: 1.19,
|
|
370
369
|
letter-spacing: 0,
|
|
371
370
|
breakpoints: (
|
|
372
371
|
md: (
|
|
@@ -377,18 +376,18 @@ $carbon--theme--white: (
|
|
|
377
376
|
),
|
|
378
377
|
xlg: (
|
|
379
378
|
font-size: 3.75rem,
|
|
380
|
-
line-height:
|
|
379
|
+
line-height: 1.17,
|
|
381
380
|
),
|
|
382
381
|
max: (
|
|
383
382
|
font-size: 4.75rem,
|
|
384
|
-
line-height:
|
|
383
|
+
line-height: 1.13,
|
|
385
384
|
),
|
|
386
385
|
),
|
|
387
386
|
),
|
|
388
387
|
display-02: (
|
|
389
388
|
font-size: 2.625rem,
|
|
390
389
|
font-weight: 600,
|
|
391
|
-
line-height:
|
|
390
|
+
line-height: 1.19,
|
|
392
391
|
letter-spacing: 0,
|
|
393
392
|
breakpoints: (
|
|
394
393
|
md: (
|
|
@@ -399,36 +398,36 @@ $carbon--theme--white: (
|
|
|
399
398
|
),
|
|
400
399
|
xlg: (
|
|
401
400
|
font-size: 3.75rem,
|
|
402
|
-
line-height:
|
|
401
|
+
line-height: 1.16,
|
|
403
402
|
),
|
|
404
403
|
max: (
|
|
405
404
|
font-size: 4.75rem,
|
|
406
|
-
line-height:
|
|
405
|
+
line-height: 1.13,
|
|
407
406
|
),
|
|
408
407
|
),
|
|
409
408
|
),
|
|
410
409
|
display-03: (
|
|
411
410
|
font-size: 2.625rem,
|
|
412
411
|
font-weight: 300,
|
|
413
|
-
line-height:
|
|
412
|
+
line-height: 1.19,
|
|
414
413
|
letter-spacing: 0,
|
|
415
414
|
breakpoints: (
|
|
416
415
|
md: (
|
|
417
416
|
font-size: 4.25rem,
|
|
418
|
-
line-height:
|
|
417
|
+
line-height: 1.15,
|
|
419
418
|
),
|
|
420
419
|
lg: (
|
|
421
420
|
font-size: 5.75rem,
|
|
422
|
-
line-height:
|
|
421
|
+
line-height: 1.11,
|
|
423
422
|
letter-spacing: -0.64px,
|
|
424
423
|
),
|
|
425
424
|
xlg: (
|
|
426
425
|
font-size: 7.625rem,
|
|
427
|
-
line-height:
|
|
426
|
+
line-height: 1.07,
|
|
428
427
|
),
|
|
429
428
|
max: (
|
|
430
429
|
font-size: 9.75rem,
|
|
431
|
-
line-height:
|
|
430
|
+
line-height: 1.05,
|
|
432
431
|
letter-spacing: -0.96px,
|
|
433
432
|
),
|
|
434
433
|
),
|
|
@@ -436,26 +435,26 @@ $carbon--theme--white: (
|
|
|
436
435
|
display-04: (
|
|
437
436
|
font-size: 2.625rem,
|
|
438
437
|
font-weight: 600,
|
|
439
|
-
line-height:
|
|
438
|
+
line-height: 1.19,
|
|
440
439
|
letter-spacing: 0,
|
|
441
440
|
breakpoints: (
|
|
442
441
|
md: (
|
|
443
442
|
font-size: 4.25rem,
|
|
444
|
-
line-height:
|
|
443
|
+
line-height: 1.15,
|
|
445
444
|
),
|
|
446
445
|
lg: (
|
|
447
446
|
font-size: 5.75rem,
|
|
448
|
-
line-height:
|
|
447
|
+
line-height: 1.11,
|
|
449
448
|
letter-spacing: -0.64px,
|
|
450
449
|
),
|
|
451
450
|
xlg: (
|
|
452
451
|
font-size: 7.625rem,
|
|
453
|
-
line-height:
|
|
452
|
+
line-height: 1.07,
|
|
454
453
|
letter-spacing: -0.64px,
|
|
455
454
|
),
|
|
456
455
|
max: (
|
|
457
456
|
font-size: 9.75rem,
|
|
458
|
-
line-height:
|
|
457
|
+
line-height: 1.05,
|
|
459
458
|
letter-spacing: -0.96px,
|
|
460
459
|
),
|
|
461
460
|
),
|
|
@@ -564,6 +563,7 @@ $carbon--theme--g90: map-merge(
|
|
|
564
563
|
highlight: #0043ce,
|
|
565
564
|
decorative-01: #6f6f6f,
|
|
566
565
|
hover-light-ui: #6f6f6f,
|
|
566
|
+
button-separator: #161616,
|
|
567
567
|
skeleton-01: #353535,
|
|
568
568
|
skeleton-02: #525252,
|
|
569
569
|
brand-02: #6f6f6f,
|
|
@@ -629,6 +629,7 @@ $carbon--theme--g100: map-merge(
|
|
|
629
629
|
highlight: #002d9c,
|
|
630
630
|
decorative-01: #525252,
|
|
631
631
|
hover-light-ui: #525252,
|
|
632
|
+
button-separator: #161616,
|
|
632
633
|
skeleton-01: #353535,
|
|
633
634
|
skeleton-02: #393939,
|
|
634
635
|
brand-02: #6f6f6f,
|
|
@@ -1076,6 +1077,12 @@ $carbon--theme: (
|
|
|
1076
1077
|
$hover-light-ui,
|
|
1077
1078
|
map-get($carbon--theme--white, 'hover-light-ui')
|
|
1078
1079
|
),
|
|
1080
|
+
button-separator:
|
|
1081
|
+
if(
|
|
1082
|
+
global-variable-exists('button-separator'),
|
|
1083
|
+
$button-separator,
|
|
1084
|
+
map-get($carbon--theme--white, 'button-separator')
|
|
1085
|
+
),
|
|
1079
1086
|
skeleton-01:
|
|
1080
1087
|
if(
|
|
1081
1088
|
global-variable-exists('skeleton-01'),
|