@carbon/elements 10.41.0-rc.0 → 10.43.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/grid/_inlined/_mixins.import.scss +416 -0
- package/scss/grid/_inlined/_mixins.scss +14 -0
- package/scss/grid/_mixins.import.scss +416 -0
- package/scss/grid/_mixins.scss +14 -0
- package/scss/grid/vendor/@carbon/layout/_convert.import.scss +56 -0
- package/scss/grid/vendor/@carbon/layout/_convert.scss +14 -0
- package/scss/grid/vendor/@carbon/layout/_key-height.import.scss +112 -0
- package/scss/grid/vendor/@carbon/layout/_key-height.scss +14 -0
- package/scss/grid/vendor/@carbon/layout/modules/_convert.scss +4 -2
- package/scss/layout/_convert.import.scss +56 -0
- package/scss/layout/_convert.scss +14 -0
- package/scss/layout/_key-height.import.scss +112 -0
- package/scss/layout/_key-height.scss +14 -0
- package/scss/layout/modules/_convert.scss +4 -2
- package/scss/themes/generated/_mixins.scss +287 -0
- package/scss/themes/generated/_themes.scss +506 -20
- package/scss/themes/generated/_tokens.scss +578 -20
- package/scss/themes/modules/_theme.scss +60 -0
- package/scss/type/_inlined/_scale.scss +1 -1
- package/scss/type/_inlined/_styles.import.scss +761 -0
- package/scss/type/_inlined/_styles.scss +214 -36
- package/scss/type/_scale.scss +1 -1
- package/scss/type/_styles.import.scss +761 -0
- package/scss/type/_styles.scss +214 -36
- package/scss/type/modules/_scale.scss +1 -1
- package/scss/type/modules/_styles.scss +187 -26
- package/scss/type/vendor/@carbon/layout/_convert.import.scss +56 -0
- package/scss/type/vendor/@carbon/layout/_convert.scss +14 -0
- package/scss/type/vendor/@carbon/layout/_key-height.import.scss +112 -0
- package/scss/type/vendor/@carbon/layout/_key-height.scss +14 -0
- package/scss/type/vendor/@carbon/layout/modules/_convert.scss +4 -2
- package/src/__tests__/__snapshots__/PublicAPI-test.js.snap +24 -0
|
@@ -31,6 +31,10 @@ Array [
|
|
|
31
31
|
"blue70",
|
|
32
32
|
"blue80",
|
|
33
33
|
"blue90",
|
|
34
|
+
"body01",
|
|
35
|
+
"body02",
|
|
36
|
+
"bodyCompact01",
|
|
37
|
+
"bodyCompact02",
|
|
34
38
|
"bodyLong01",
|
|
35
39
|
"bodyLong02",
|
|
36
40
|
"bodyShort01",
|
|
@@ -124,6 +128,17 @@ Array [
|
|
|
124
128
|
"fieldDisabled",
|
|
125
129
|
"fieldHover",
|
|
126
130
|
"fluid",
|
|
131
|
+
"fluidDisplay01",
|
|
132
|
+
"fluidDisplay02",
|
|
133
|
+
"fluidDisplay03",
|
|
134
|
+
"fluidDisplay04",
|
|
135
|
+
"fluidHeading03",
|
|
136
|
+
"fluidHeading04",
|
|
137
|
+
"fluidHeading05",
|
|
138
|
+
"fluidHeading06",
|
|
139
|
+
"fluidParagraph01",
|
|
140
|
+
"fluidQuotation01",
|
|
141
|
+
"fluidQuotation02",
|
|
127
142
|
"fluidSpacing",
|
|
128
143
|
"fluidSpacing01",
|
|
129
144
|
"fluidSpacing02",
|
|
@@ -166,6 +181,13 @@ Array [
|
|
|
166
181
|
"green90",
|
|
167
182
|
"heading01",
|
|
168
183
|
"heading02",
|
|
184
|
+
"heading03",
|
|
185
|
+
"heading04",
|
|
186
|
+
"heading05",
|
|
187
|
+
"heading06",
|
|
188
|
+
"heading07",
|
|
189
|
+
"headingCompact01",
|
|
190
|
+
"headingCompact02",
|
|
169
191
|
"helperText01",
|
|
170
192
|
"helperText02",
|
|
171
193
|
"highlight",
|
|
@@ -226,6 +248,8 @@ Array [
|
|
|
226
248
|
"layout05",
|
|
227
249
|
"layout06",
|
|
228
250
|
"layout07",
|
|
251
|
+
"legal01",
|
|
252
|
+
"legal02",
|
|
229
253
|
"link01",
|
|
230
254
|
"link02",
|
|
231
255
|
"linkInverse",
|