@carbon/ibmdotcom-styles 2.32.1 → 2.33.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.32.1",
4
+ "version": "2.33.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": "eab0de10916ce9655995020941dc6cc4b8336e6c"
51
+ "gitHead": "f83de06dad5d99d91cec7fce9a4506c15774d9cf"
52
52
  }
@@ -151,7 +151,7 @@
151
151
 
152
152
  &[grid-mode='condensed'] {
153
153
  .#{$prefix}--card {
154
- margin-block-end: 0;
154
+ margin-block-end: $spacing-05;
155
155
  }
156
156
  }
157
157
 
@@ -151,6 +151,14 @@
151
151
  }
152
152
  }
153
153
 
154
+ :host(#{$c4d-prefix}-carousel[dir='rtl'].featured-carousel) {
155
+ nav.cds--carousel__navigation {
156
+ //need to use 'right' to override the LTR property.
157
+ /* stylelint-disable-next-line */
158
+ right: calc(50% + 32px);
159
+ }
160
+ }
161
+
154
162
  @media print {
155
163
  :host(#{$c4d-prefix}-carousel),
156
164
  .#{$prefix}--carousel {
@@ -36,7 +36,7 @@
36
36
  ::slotted(*:nth-child(#{$colNumber})) {
37
37
  --cols: var(
38
38
  --col-span-md-#{$colNumber},
39
- var(--col-span-#{$colNumber}, 2)
39
+ var(--col-span-#{$colNumber}, 3)
40
40
  );
41
41
  --width: calc((var(--cols) / var(--max-cols)) * 100%);
42
42
 
@@ -108,7 +108,7 @@
108
108
  border-block-end: 1px solid $layer-accent-01;
109
109
  color: $text-primary;
110
110
 
111
- @include breakpoint-down(md) {
111
+ @include breakpoint-down(lg) {
112
112
  box-shadow: extended-box-shadow();
113
113
  }
114
114
  }