@carbon/styles 1.74.0-rc.0 → 1.74.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.74.0-rc.0",
4
+ "version": "1.74.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.28.0",
43
+ "@carbon/colors": "^11.29.0",
44
44
  "@carbon/feature-flags": "^0.24.0",
45
- "@carbon/grid": "^11.30.0",
46
- "@carbon/layout": "^11.28.0",
45
+ "@carbon/grid": "^11.31.0",
46
+ "@carbon/layout": "^11.29.0",
47
47
  "@carbon/motion": "^11.24.0",
48
- "@carbon/themes": "^11.45.0",
49
- "@carbon/type": "^11.34.0",
48
+ "@carbon/themes": "^11.46.0",
49
+ "@carbon/type": "^11.35.0",
50
50
  "@ibm/plex": "6.0.0-next.6",
51
51
  "@ibm/plex-mono": "0.0.3-alpha.0",
52
52
  "@ibm/plex-sans": "0.0.3-alpha.0",
@@ -59,7 +59,7 @@
59
59
  "@ibm/telemetry-js": "^1.5.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@carbon/test-utils": "^10.34.0",
62
+ "@carbon/test-utils": "^10.35.0",
63
63
  "autoprefixer": "^10.4.7",
64
64
  "browserslist-config-carbon": "^11.2.0",
65
65
  "css": "^3.0.0",
@@ -75,5 +75,5 @@
75
75
  "scss/**/*.css",
76
76
  "css/**/*.css"
77
77
  ],
78
- "gitHead": "9ec628547954e438748a23862612f20418e07373"
78
+ "gitHead": "9815eaf3bbe004ffe8243299dd6470d5313fb38a"
79
79
  }
@@ -1088,18 +1088,13 @@ $list-box-menu-width: convert.to-rem(300px);
1088
1088
 
1089
1089
  .#{$prefix}--list-box__wrapper--decorator
1090
1090
  .#{$prefix}--list-box__field:has(.#{$prefix}--list-box__selection)
1091
- ~ .#{$prefix}--ai-label,
1091
+ ~ .#{$prefix}--list-box__inner-wrapper--decorator
1092
+ .#{$prefix}--ai-label,
1092
1093
  .#{$prefix}--list-box__wrapper--decorator
1093
1094
  .#{$prefix}--list-box--warning
1094
1095
  .#{$prefix}--list-box__field:has(.#{$prefix}--list-box__selection)
1095
- ~ .#{$prefix}--ai-label,
1096
- .#{$prefix}--list-box__wrapper--slug
1097
- .#{$prefix}--list-box__field:has(.#{$prefix}--list-box__selection)
1098
- ~ .#{$prefix}--ai-label,
1099
- .#{$prefix}--list-box__wrapper--slug
1100
- .#{$prefix}--list-box--warning
1101
- .#{$prefix}--list-box__field:has(.#{$prefix}--list-box__selection)
1102
- ~ .#{$prefix}--ai-label,
1096
+ ~ .#{$prefix}--list-box__inner-wrapper--decorator
1097
+ .#{$prefix}--ai-label,
1103
1098
  .#{$prefix}--list-box__wrapper--slug
1104
1099
  .#{$prefix}--list-box__field:has(.#{$prefix}--list-box__selection)
1105
1100
  ~ .#{$prefix}--ai-label,