@carbon/themes 10.18.0 → 10.20.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
CHANGED
|
@@ -4846,6 +4846,7 @@ $expressive-heading-03: if(
|
|
|
4846
4846
|
),
|
|
4847
4847
|
max: (
|
|
4848
4848
|
font-size: 1.5rem,
|
|
4849
|
+
line-height: 1.334,
|
|
4849
4850
|
),
|
|
4850
4851
|
),
|
|
4851
4852
|
)
|
|
@@ -5017,7 +5018,7 @@ $expressive-paragraph-01: if(
|
|
|
5017
5018
|
(
|
|
5018
5019
|
font-size: 1.5rem,
|
|
5019
5020
|
font-weight: 300,
|
|
5020
|
-
line-height: 1.
|
|
5021
|
+
line-height: 1.334,
|
|
5021
5022
|
letter-spacing: 0,
|
|
5022
5023
|
lg: (
|
|
5023
5024
|
font-size: 1.75rem,
|
|
@@ -5064,7 +5065,7 @@ $quotation-01: if(
|
|
|
5064
5065
|
lg: (
|
|
5065
5066
|
font-size: 1.5rem,
|
|
5066
5067
|
font-weight: 400,
|
|
5067
|
-
line-height: 1.
|
|
5068
|
+
line-height: 1.334,
|
|
5068
5069
|
letter-spacing: 0,
|
|
5069
5070
|
),
|
|
5070
5071
|
xlg: (
|
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.20.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -24,9 +24,9 @@
|
|
|
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.
|
|
27
|
+
"@carbon/colors": "^10.14.0",
|
|
28
28
|
"@carbon/layout": "^10.13.0",
|
|
29
|
-
"@carbon/type": "^10.
|
|
29
|
+
"@carbon/type": "^10.16.0",
|
|
30
30
|
"color": "^3.1.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"node-sass": "^4.13.1",
|
|
41
41
|
"rimraf": "^3.0.0"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "744f76d920cf90464b8bf04b19d4deddcbb4206d"
|
|
44
44
|
}
|
|
@@ -214,6 +214,7 @@ $carbon--theme--white: (
|
|
|
214
214
|
),
|
|
215
215
|
max: (
|
|
216
216
|
font-size: 1.5rem,
|
|
217
|
+
line-height: 1.334,
|
|
217
218
|
),
|
|
218
219
|
),
|
|
219
220
|
),
|
|
@@ -297,7 +298,7 @@ $carbon--theme--white: (
|
|
|
297
298
|
expressive-paragraph-01: (
|
|
298
299
|
font-size: 1.5rem,
|
|
299
300
|
font-weight: 300,
|
|
300
|
-
line-height: 1.
|
|
301
|
+
line-height: 1.334,
|
|
301
302
|
letter-spacing: 0,
|
|
302
303
|
lg: (
|
|
303
304
|
font-size: 1.75rem,
|
|
@@ -322,7 +323,7 @@ $carbon--theme--white: (
|
|
|
322
323
|
lg: (
|
|
323
324
|
font-size: 1.5rem,
|
|
324
325
|
font-weight: 400,
|
|
325
|
-
line-height: 1.
|
|
326
|
+
line-height: 1.334,
|
|
326
327
|
letter-spacing: 0,
|
|
327
328
|
),
|
|
328
329
|
xlg: (
|
|
@@ -1075,6 +1075,7 @@ $expressive-heading-03: if(
|
|
|
1075
1075
|
),
|
|
1076
1076
|
max: (
|
|
1077
1077
|
font-size: 1.5rem,
|
|
1078
|
+
line-height: 1.334,
|
|
1078
1079
|
),
|
|
1079
1080
|
),
|
|
1080
1081
|
)
|
|
@@ -1194,7 +1195,7 @@ $expressive-paragraph-01: if(
|
|
|
1194
1195
|
(
|
|
1195
1196
|
font-size: 1.5rem,
|
|
1196
1197
|
font-weight: 300,
|
|
1197
|
-
line-height: 1.
|
|
1198
|
+
line-height: 1.334,
|
|
1198
1199
|
letter-spacing: 0,
|
|
1199
1200
|
lg: (
|
|
1200
1201
|
font-size: 1.75rem,
|
|
@@ -1228,7 +1229,7 @@ $quotation-01: if(
|
|
|
1228
1229
|
lg: (
|
|
1229
1230
|
font-size: 1.5rem,
|
|
1230
1231
|
font-weight: 400,
|
|
1231
|
-
line-height: 1.
|
|
1232
|
+
line-height: 1.334,
|
|
1232
1233
|
letter-spacing: 0,
|
|
1233
1234
|
),
|
|
1234
1235
|
xlg: (
|