@carbon/ibmdotcom-styles 2.32.0 → 2.32.1
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.32.
|
|
4
|
+
"version": "2.32.1",
|
|
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": "eab0de10916ce9655995020941dc6cc4b8336e6c"
|
|
52
52
|
}
|
|
@@ -183,3 +183,11 @@
|
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
|
+
|
|
187
|
+
// AEM nav space for last carousel when hr is hidden
|
|
188
|
+
body[data-fullwidthtemplate='true']
|
|
189
|
+
.table-of-contents
|
|
190
|
+
.carousel:last-of-type:not(:has(.#{$prefix}--grid > [horizontal-ruler]))
|
|
191
|
+
#{$c4d-prefix}-carousel::part(navigation) {
|
|
192
|
+
margin-block-end: $spacing-06;
|
|
193
|
+
}
|