@carbon/styles 1.65.0-rc.0 → 1.65.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.65.0-rc.0",
4
+ "version": "1.65.0",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -40,18 +40,18 @@
40
40
  }
41
41
  },
42
42
  "dependencies": {
43
- "@carbon/colors": "^11.26.0-rc.0",
43
+ "@carbon/colors": "^11.26.0",
44
44
  "@carbon/feature-flags": "^0.22.0",
45
- "@carbon/grid": "^11.27.0-rc.0",
46
- "@carbon/layout": "^11.26.0-rc.0",
47
- "@carbon/motion": "^11.22.0-rc.0",
48
- "@carbon/themes": "^11.40.0-rc.0",
49
- "@carbon/type": "^11.31.0-rc.0",
45
+ "@carbon/grid": "^11.27.0",
46
+ "@carbon/layout": "^11.26.0",
47
+ "@carbon/motion": "^11.22.0",
48
+ "@carbon/themes": "^11.40.0",
49
+ "@carbon/type": "^11.31.0",
50
50
  "@ibm/plex": "6.0.0-next.6",
51
51
  "@ibm/telemetry-js": "^1.5.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@carbon/test-utils": "^10.32.0-rc.0",
54
+ "@carbon/test-utils": "^10.32.0",
55
55
  "autoprefixer": "^10.4.7",
56
56
  "browserslist-config-carbon": "^11.2.0",
57
57
  "css": "^3.0.0",
@@ -67,5 +67,5 @@
67
67
  "scss/**/*.css",
68
68
  "css/**/*.css"
69
69
  ],
70
- "gitHead": "3bea42a9cef74114dc19f12d48519865bd8a4a17"
70
+ "gitHead": "d706ffca254bad174fdfc88c05f620ba547cc369"
71
71
  }
@@ -272,7 +272,7 @@
272
272
  }
273
273
 
274
274
  //removing mask image in case we have dropdown in modal
275
- .#{$prefix}--modal-scroll-content:has(.#{$prefix}--dropdown--autoalign) {
275
+ .#{$prefix}--modal-scroll-content:has(.#{$prefix}--autoalign) {
276
276
  mask-image: none;
277
277
  }
278
278