@carbon/elements 10.37.0-rc.0 → 10.37.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/elements",
3
3
  "description": "A collection of design elements in code for the IBM Design Language",
4
- "version": "10.37.0-rc.0",
4
+ "version": "10.37.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -35,21 +35,21 @@
35
35
  "clean": "rimraf es lib umd && node tasks/clean.js"
36
36
  },
37
37
  "dependencies": {
38
- "@carbon/colors": "^10.27.0-rc.0",
39
- "@carbon/grid": "^10.30.0-rc.0",
40
- "@carbon/icons": "^10.34.0-rc.0",
38
+ "@carbon/colors": "^10.27.0",
39
+ "@carbon/grid": "^10.30.0",
40
+ "@carbon/icons": "^10.34.0",
41
41
  "@carbon/import-once": "^10.6.0",
42
- "@carbon/layout": "^10.26.0-rc.0",
43
- "@carbon/motion": "^10.20.0-rc.0",
44
- "@carbon/themes": "^10.37.0-rc.0",
45
- "@carbon/type": "^10.30.0-rc.0"
42
+ "@carbon/layout": "^10.26.0",
43
+ "@carbon/motion": "^10.20.0",
44
+ "@carbon/themes": "^10.37.0",
45
+ "@carbon/type": "^10.30.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@carbon/cli": "^10.25.0-rc.0",
48
+ "@carbon/cli": "^10.25.0",
49
49
  "fs-extra": "^8.1.0",
50
50
  "klaw-sync": "^6.0.0",
51
51
  "replace-in-file": "^3.4.2",
52
52
  "rimraf": "^3.0.0"
53
53
  },
54
- "gitHead": "2dfd835c2018460a1eed3500921b9f2bcb6d9f4e"
54
+ "gitHead": "74da5c7df7a93263ed79ed9b3dd6dc2b52d80024"
55
55
  }
@@ -264,7 +264,9 @@
264
264
  $icon-size-01: map-get($theme, 'icon-size-01') !global;
265
265
  $icon-size-02: map-get($theme, 'icon-size-02') !global;
266
266
 
267
- @if global-variable-exists('feature-flags') and
267
+ @if global-variable-exists('feature-flags') ==
268
+ false or
269
+ global-variable-exists('feature-flags') and
268
270
  map-get($feature-flags, 'enable-v11-release') !=
269
271
  true
270
272
  {