@carbon/styles 1.95.0 → 1.96.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/styles",
3
3
  "description": "Styles for the Carbon Design System",
4
- "version": "1.95.0",
4
+ "version": "1.96.0",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -40,13 +40,13 @@
40
40
  }
41
41
  },
42
42
  "dependencies": {
43
- "@carbon/colors": "^11.42.0",
44
- "@carbon/feature-flags": "0.32.0",
45
- "@carbon/grid": "^11.45.0",
46
- "@carbon/layout": "^11.43.0",
47
- "@carbon/motion": "^11.37.0",
48
- "@carbon/themes": "^11.63.0",
49
- "@carbon/type": "^11.49.0",
43
+ "@carbon/colors": "^11.43.0",
44
+ "@carbon/feature-flags": ">=0.32.0",
45
+ "@carbon/grid": "^11.46.0",
46
+ "@carbon/layout": "^11.44.0",
47
+ "@carbon/motion": "^11.38.0",
48
+ "@carbon/themes": "^11.64.0",
49
+ "@carbon/type": "^11.50.0",
50
50
  "@ibm/plex": "6.0.0-next.6",
51
51
  "@ibm/plex-mono": "1.1.0",
52
52
  "@ibm/plex-sans": "1.1.0",
@@ -75,5 +75,5 @@
75
75
  "scss/**/*.css",
76
76
  "css/**/*.css"
77
77
  ],
78
- "gitHead": "d2ccae94e5aa3defcce07cc9ea90058fda6c9705"
78
+ "gitHead": "4a42de3036ca693bf2c6477e917824982fafd7af"
79
79
  }
@@ -25,14 +25,13 @@ $-loading-gap-small: 110;
25
25
  .#{$prefix}--inline-loading {
26
26
  display: flex;
27
27
  align-items: center;
28
+ color: $text-secondary;
28
29
  inline-size: 100%;
29
30
  min-block-size: 2rem;
30
31
  }
31
32
 
32
33
  .#{$prefix}--inline-loading__text {
33
34
  @include type-style('label-02');
34
-
35
- color: $text-secondary;
36
35
  }
37
36
 
38
37
  .#{$prefix}--inline-loading__animation {
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2016, 2023
2
+ // Copyright IBM Corp. 2016, 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.
@@ -90,13 +90,13 @@
90
90
 
91
91
  .#{$prefix}--multi-select
92
92
  .#{$prefix}--list-box__menu-item__option
93
- .cds--checkbox:indeterminate
94
- + .cds--checkbox-label::after {
93
+ .#{$prefix}--checkbox:indeterminate
94
+ + .#{$prefix}--checkbox-label::after {
95
95
  inset-block-start: convert.to-rem(9px);
96
96
  }
97
97
  .#{$prefix}--multi-select
98
98
  .#{$prefix}--list-box__menu-item__option
99
- .cds--checkbox-label::after {
99
+ .#{$prefix}--checkbox-label::after {
100
100
  inset-block-start: convert.to-rem(5px);
101
101
  }
102
102
  .#{$prefix}--multi-select
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2016, 2023
2
+ // Copyright IBM Corp. 2016, 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.
@@ -95,7 +95,7 @@
95
95
  li a.#{$prefix}--tree-node {
96
96
  text-decoration: none;
97
97
 
98
- &:not(.cds--tree-node--disabled) {
98
+ &:not(.#{$prefix}--tree-node--disabled) {
99
99
  color: $text-secondary;
100
100
  }
101
101
  }