@carbon/styles 1.88.0 → 1.89.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/styles",
3
3
  "description": "Styles for the Carbon Design System",
4
- "version": "1.88.0",
4
+ "version": "1.89.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -40,17 +40,17 @@
40
40
  }
41
41
  },
42
42
  "dependencies": {
43
- "@carbon/colors": "^11.38.0",
43
+ "@carbon/colors": "^11.39.0-rc.0",
44
44
  "@carbon/feature-flags": "^0.30.0",
45
- "@carbon/grid": "^11.41.0",
46
- "@carbon/layout": "^11.39.0",
47
- "@carbon/motion": "^11.33.0",
48
- "@carbon/themes": "^11.58.0",
49
- "@carbon/type": "^11.45.0",
45
+ "@carbon/grid": "^11.42.0-rc.0",
46
+ "@carbon/layout": "^11.40.0-rc.0",
47
+ "@carbon/motion": "^11.34.0-rc.0",
48
+ "@carbon/themes": "^11.59.0-rc.0",
49
+ "@carbon/type": "^11.46.0-rc.0",
50
50
  "@ibm/plex": "6.0.0-next.6",
51
- "@ibm/plex-mono": "0.0.3-alpha.0",
51
+ "@ibm/plex-mono": "1.1.0",
52
52
  "@ibm/plex-sans": "0.0.3-alpha.0",
53
- "@ibm/plex-sans-arabic": "0.0.3-alpha.0",
53
+ "@ibm/plex-sans-arabic": "1.1.0",
54
54
  "@ibm/plex-sans-devanagari": "0.0.3-alpha.0",
55
55
  "@ibm/plex-sans-hebrew": "0.0.3-alpha.0",
56
56
  "@ibm/plex-sans-thai": "0.0.3-alpha.0",
@@ -59,12 +59,12 @@
59
59
  "@ibm/telemetry-js": "^1.5.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@carbon/test-utils": "^10.37.0",
62
+ "@carbon/test-utils": "^10.38.0-rc.0",
63
63
  "autoprefixer": "^10.4.7",
64
64
  "browserslist-config-carbon": "^11.2.0",
65
65
  "css": "^3.0.0",
66
66
  "cssnano": "^7.0.0",
67
- "postcss": "^8.4.14",
67
+ "postcss": "^8.5.6",
68
68
  "postcss-flexbugs-fixes": "^5.0.2",
69
69
  "rimraf": "^6.0.1",
70
70
  "sass": "^1.77.7"
@@ -75,5 +75,5 @@
75
75
  "scss/**/*.css",
76
76
  "css/**/*.css"
77
77
  ],
78
- "gitHead": "d66cc6afbdf6802cf8b14042f20f7c350beef90b"
78
+ "gitHead": "2c49b938cb0508beea4a04512813118549d90898"
79
79
  }
@@ -279,6 +279,7 @@
279
279
  }
280
280
 
281
281
  &:disabled {
282
+ border-radius: convert.to-rem(4px);
282
283
  background-color: $button-disabled;
283
284
  color: $text-disabled;
284
285
  }