@carbon/styles 1.61.0 → 1.62.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.61.0",
4
+ "version": "1.62.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.23.0",
44
- "@carbon/feature-flags": "^0.20.0",
45
- "@carbon/grid": "^11.24.0",
46
- "@carbon/layout": "^11.23.0",
47
- "@carbon/motion": "^11.19.0",
48
- "@carbon/themes": "^11.37.0",
49
- "@carbon/type": "^11.28.0",
43
+ "@carbon/colors": "^11.24.0",
44
+ "@carbon/feature-flags": "^0.21.0",
45
+ "@carbon/grid": "^11.25.0",
46
+ "@carbon/layout": "^11.24.0",
47
+ "@carbon/motion": "^11.20.0",
48
+ "@carbon/themes": "^11.38.0",
49
+ "@carbon/type": "^11.29.0",
50
50
  "@ibm/plex": "6.0.0-next.6",
51
51
  "@ibm/telemetry-js": "^1.5.0"
52
52
  },
@@ -56,7 +56,6 @@
56
56
  "browserslist-config-carbon": "^11.2.0",
57
57
  "css": "^3.0.0",
58
58
  "cssnano": "^7.0.0",
59
- "lodash.isequal": "^4.5.0",
60
59
  "postcss": "^8.4.14",
61
60
  "postcss-flexbugs-fixes": "^5.0.2",
62
61
  "rimraf": "^5.0.0",
@@ -68,5 +67,5 @@
68
67
  "scss/**/*.css",
69
68
  "css/**/*.css"
70
69
  ],
71
- "gitHead": "4e8fc6f3f11f2946d6a4b7f3462be833a63115dc"
70
+ "gitHead": "70a0775c76273e311cb1bb16db02d3f11ad8d018"
72
71
  }
@@ -11,7 +11,7 @@
11
11
 
12
12
  const { SassRenderer } = require('@carbon/test-utils/scss');
13
13
  const css = require('css');
14
- const isEqual = require('lodash.isequal');
14
+ const isEqual = require('react-fast-compare');
15
15
 
16
16
  const { render } = SassRenderer.create(__dirname);
17
17
 
@@ -267,6 +267,11 @@
267
267
  &:hover {
268
268
  cursor: not-allowed;
269
269
  }
270
+
271
+ .#{$prefix}--tag__label {
272
+ background-color: $layer;
273
+ color: $text-disabled;
274
+ }
270
275
  }
271
276
 
272
277
  .#{$prefix}--tag--selectable.#{$prefix}--tag--disabled,