@carbon/themes 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/themes",
3
3
  "description": "Themes for applying color in the Carbon Design System",
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",
@@ -29,14 +29,14 @@
29
29
  "build": "yarn clean && carbon-cli bundle src/index.js --name CarbonThemes && node tasks/build.js && carbon-cli check \"scss/*.scss\""
30
30
  },
31
31
  "dependencies": {
32
- "@carbon/colors": "^10.27.0-rc.0",
33
- "@carbon/layout": "^10.26.0-rc.0",
34
- "@carbon/type": "^10.30.0-rc.0",
32
+ "@carbon/colors": "^10.27.0",
33
+ "@carbon/layout": "^10.26.0",
34
+ "@carbon/type": "^10.30.0",
35
35
  "color": "^3.1.2"
36
36
  },
37
37
  "devDependencies": {
38
- "@carbon/cli": "^10.25.0-rc.0",
39
- "@carbon/cli-reporter": "^10.5.0-rc.0",
38
+ "@carbon/cli": "^10.25.0",
39
+ "@carbon/cli-reporter": "^10.5.0",
40
40
  "@carbon/scss-generator": "^10.13.0",
41
41
  "@carbon/test-utils": "^10.16.0",
42
42
  "change-case": "^4.1.1",
@@ -46,5 +46,5 @@
46
46
  "node-sass": "^4.13.1",
47
47
  "rimraf": "^3.0.0"
48
48
  },
49
- "gitHead": "2dfd835c2018460a1eed3500921b9f2bcb6d9f4e"
49
+ "gitHead": "74da5c7df7a93263ed79ed9b3dd6dc2b52d80024"
50
50
  }
@@ -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
  {