@carbon/ibm-products 2.43.2-canary.156 → 2.43.2-canary.157

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/ibm-products",
3
3
  "description": "Carbon for IBM Products",
4
- "version": "2.43.2-canary.156+a297e8a1d",
4
+ "version": "2.43.2-canary.157+2100bd413",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -96,7 +96,7 @@
96
96
  "dependencies": {
97
97
  "@babel/runtime": "^7.23.9",
98
98
  "@carbon/feature-flags": "^0.20.0",
99
- "@carbon/ibm-products-styles": "^2.44.0-rc.0",
99
+ "@carbon/ibm-products-styles": "^2.39.1-canary.167+2100bd413",
100
100
  "@carbon/telemetry": "^0.1.0",
101
101
  "@dnd-kit/core": "^6.0.8",
102
102
  "@dnd-kit/modifiers": "^7.0.0",
@@ -120,5 +120,5 @@
120
120
  "react": "^16.8.6 || ^17.0.1 || ^18.2.0",
121
121
  "react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0"
122
122
  },
123
- "gitHead": "a297e8a1dc67e8017083452c79b5162eaf282c99"
123
+ "gitHead": "2100bd4134628ce785c411f582cd3e5d2b53cbbb"
124
124
  }
@@ -204,7 +204,7 @@ $colors: (
204
204
  .#{$block-class}__group-preview[data-color-index='#{($i%list.length($colors))}']
205
205
  button {
206
206
  /* stylelint-disable-next-line carbon/theme-token-use */
207
- $next-group-color: list.nth($colors, ($i%list.length($colors)) +1);
207
+ $next-group-color: list.nth($colors, (($i%list.length($colors)) + 1));
208
208
  /* stylelint-disable-next-line carbon/theme-token-use */
209
209
  box-shadow: inset 0 #{$spacing-01} 0 0 list.nth($next-group-color, 1);
210
210
  }
@@ -213,7 +213,7 @@ $colors: (
213
213
  @for $el-index from 1 through 50 {
214
214
  $item-index: $el-index;
215
215
  /* stylelint-disable-next-line carbon/theme-token-use */
216
- $item-index: ((($item-index - 1) % $group-colors-length) +1);
216
+ $item-index: ((($item-index - 1) % $group-colors-length) + 1);
217
217
  #{$selector} {
218
218
  @if $item-index != 1 {
219
219
  /* stylelint-disable-next-line carbon/theme-token-use */