@carbon/ibmdotcom-styles 2.35.0 → 2.37.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/ibmdotcom-styles",
|
|
3
3
|
"description": "Carbon for IBM.com Styles",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.37.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/ibm-dotcom-styles.min.css",
|
|
7
7
|
"module": "src/scss",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"sass": "~1.84.0",
|
|
49
49
|
"sass-loader": "^13.0.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "89fdd7e527ea6047f0436a196dada7b0f427d1fc"
|
|
52
52
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright IBM Corp. 2016,
|
|
2
|
+
* Copyright IBM Corp. 2016, 2025
|
|
3
3
|
*
|
|
4
4
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -219,7 +219,7 @@ $btn-min-width: 26;
|
|
|
219
219
|
}
|
|
220
220
|
|
|
221
221
|
@include breakpoint(md) {
|
|
222
|
-
inline-size: calc(
|
|
222
|
+
inline-size: calc(80% - $spacing-07);
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
@include breakpoint(lg) {
|
|
@@ -254,10 +254,6 @@ $btn-min-width: 26;
|
|
|
254
254
|
flex-shrink: 1;
|
|
255
255
|
inline-size: percentage(math.div(6, 8));
|
|
256
256
|
}
|
|
257
|
-
|
|
258
|
-
.#{$c4d-prefix}--leadspace__desc {
|
|
259
|
-
@include make-col(6, 8);
|
|
260
|
-
}
|
|
261
257
|
}
|
|
262
258
|
|
|
263
259
|
@include breakpoint(lg) {
|
|
@@ -284,6 +280,14 @@ $btn-min-width: 26;
|
|
|
284
280
|
|
|
285
281
|
.#{$c4d-prefix}--leadspace__desc {
|
|
286
282
|
@include make-col(6, 16);
|
|
283
|
+
|
|
284
|
+
inline-size: percentage(math.div(6, 16));
|
|
285
|
+
|
|
286
|
+
@include breakpoint(md) {
|
|
287
|
+
inline-size: percentage(math.div(4, 8));
|
|
288
|
+
max-inline-size: 50%;
|
|
289
|
+
@include make-col(6, 16);
|
|
290
|
+
}
|
|
287
291
|
}
|
|
288
292
|
|
|
289
293
|
.#{$c4d-prefix}--leadspace--productive {
|