@carbon/ibm-products-styles 2.65.0-rc.0 → 2.66.0-rc.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/ibm-products-styles",
3
3
  "description": "Carbon for IBM Products styles",
4
- "version": "2.65.0-rc.0",
4
+ "version": "2.66.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "installConfig": {
7
7
  "hoistingLimits": "none"
@@ -52,7 +52,7 @@
52
52
  "cross-env": "^7.0.3",
53
53
  "glob": "^11.0.1",
54
54
  "jest": "^29.7.0",
55
- "jest-config-ibm-cloud-cognitive": "^1.28.0-rc.0",
55
+ "jest-config-ibm-cloud-cognitive": "^1.29.0-rc.0",
56
56
  "jest-environment-jsdom": "^29.7.0",
57
57
  "npm-check-updates": "^18.0.0",
58
58
  "npm-run-all": "^4.1.5",
@@ -61,14 +61,14 @@
61
61
  "yargs": "^18.0.0"
62
62
  },
63
63
  "peerDependencies": {
64
- "@carbon/grid": "^11.36.0",
65
- "@carbon/layout": "^11.34.0",
66
- "@carbon/motion": "^11.28.0",
67
- "@carbon/themes": "^11.53.0",
68
- "@carbon/type": "^11.40.0"
64
+ "@carbon/grid": "^11.37.0",
65
+ "@carbon/layout": "^11.35.0",
66
+ "@carbon/motion": "^11.29.0",
67
+ "@carbon/themes": "^11.54.0",
68
+ "@carbon/type": "^11.41.0"
69
69
  },
70
70
  "dependencies": {
71
71
  "@ibm/telemetry-js": "^1.9.1"
72
72
  },
73
- "gitHead": "8ca7903de81096548714d1a4c9b6a03cc598b5c3"
73
+ "gitHead": "a0df8e9f8fd3416467f69d3798933a850e9e0fad"
74
74
  }
@@ -531,9 +531,9 @@ $clabs-prefix: 'clabs'; // TODO: remove when resizer available in labs
531
531
  position: absolute;
532
532
  z-index: 10; /* must be higher than title container border bottom */
533
533
  display: flex;
534
+ block-size: $spacing-07;
534
535
  inset-block-start: 0;
535
536
  inset-inline-end: 0;
536
-
537
537
  /* stylelint-disable-next-line max-nesting-depth */
538
538
  @media (prefers-reduced-motion) {
539
539
  position: absolute;
@@ -363,6 +363,7 @@ $motion-duration: $duration-moderate-02;
363
363
  }
364
364
 
365
365
  .#{$block-class}__main .#{$block-class}__influencer {
366
+ background-color: $layer;
366
367
  border-inline-end: none;
367
368
  border-inline-start: 1px solid $border-subtle-01;
368
369
  }
@@ -1,11 +1,11 @@
1
1
  //
2
- // Copyright IBM Corp. 2022, 2022
2
+ // Copyright IBM Corp. 2022, 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.
6
6
  //
7
7
 
8
- @use '@carbon/styles' as *;
8
+ @use '@carbon/styles/scss/theme' as *;
9
9
  @use '@carbon/styles/scss/spacing' as *;
10
10
  @use '@carbon/styles/scss/type' as *;
11
11
  @use '../../global/styles/project-settings' as *;