@carbon/ibmdotcom-styles 2.16.1 → 2.16.2
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.16.
|
|
4
|
+
"version": "2.16.2",
|
|
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.79.0",
|
|
49
49
|
"sass-loader": "^13.0.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "c49334a3cce2754af28d0d47168357ce6a8163b2"
|
|
52
52
|
}
|
|
@@ -59,6 +59,10 @@
|
|
|
59
59
|
:host(#{$c4d-prefix}-card-group-item) {
|
|
60
60
|
display: contents;
|
|
61
61
|
|
|
62
|
+
* {
|
|
63
|
+
row-gap: 0;
|
|
64
|
+
}
|
|
65
|
+
|
|
62
66
|
.#{$prefix}--card {
|
|
63
67
|
display: grid;
|
|
64
68
|
border: 0;
|
|
@@ -73,6 +77,7 @@
|
|
|
73
77
|
display: grid;
|
|
74
78
|
justify-content: revert;
|
|
75
79
|
grid-row: span 10;
|
|
80
|
+
grid-template-columns: subgrid;
|
|
76
81
|
grid-template-rows: subgrid;
|
|
77
82
|
|
|
78
83
|
&::before,
|
|
@@ -91,15 +96,15 @@
|
|
|
91
96
|
.#{$prefix}--card__content {
|
|
92
97
|
display: grid;
|
|
93
98
|
grid-area: 1 / 1 / -1 / -1;
|
|
99
|
+
grid-template-columns: subgrid;
|
|
94
100
|
grid-template-rows: subgrid;
|
|
95
|
-
row-gap: 0;
|
|
96
101
|
}
|
|
97
102
|
|
|
98
103
|
.#{$prefix}--card__copy {
|
|
99
104
|
display: grid;
|
|
100
105
|
grid-row: span 2;
|
|
106
|
+
grid-template-columns: subgrid;
|
|
101
107
|
grid-template-rows: subgrid;
|
|
102
|
-
row-gap: 0;
|
|
103
108
|
}
|
|
104
109
|
}
|
|
105
110
|
|
|
@@ -340,7 +340,7 @@ $hover-transition-timing: 95ms;
|
|
|
340
340
|
|
|
341
341
|
.#{$prefix}--toc__navbar-chevron-right-container {
|
|
342
342
|
z-index: 2;
|
|
343
|
-
inset-inline-end:
|
|
343
|
+
inset-inline-end: 0;
|
|
344
344
|
|
|
345
345
|
@include breakpoint(md) {
|
|
346
346
|
inset-inline-end: -$spacing-05;
|
|
@@ -417,11 +417,11 @@ $hover-transition-timing: 95ms;
|
|
|
417
417
|
border-block-start: 1px solid $border-subtle-00;
|
|
418
418
|
content: '';
|
|
419
419
|
inset-block-start: -1px;
|
|
420
|
-
inset-inline: calc(-50vw + 50%) 100%;
|
|
420
|
+
inset-inline: calc(-50vw + 50% + $spacing-03) 100%;
|
|
421
421
|
}
|
|
422
422
|
|
|
423
423
|
&::after {
|
|
424
|
-
inset-inline: 100% calc(-50vw + 50%);
|
|
424
|
+
inset-inline: 100% calc(-50vw + 50% + $spacing-03);
|
|
425
425
|
}
|
|
426
426
|
}
|
|
427
427
|
|