@carbon/layout 10.34.0 → 10.35.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.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/umd/index.js +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/layout",
3
3
  "description": "Layout helpers for digital and software products using the Carbon Design System",
4
- "version": "10.34.0",
4
+ "version": "10.35.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -29,10 +29,10 @@
29
29
  "clean": "rimraf es lib umd scss/generated scss/modules/generated"
30
30
  },
31
31
  "devDependencies": {
32
- "@carbon/cli": "^10.31.0",
32
+ "@carbon/cli": "^10.32.0-rc.0",
33
33
  "@carbon/cli-reporter": "^10.5.0",
34
34
  "@carbon/scss-generator": "^10.13.0",
35
- "@carbon/test-utils": "^10.20.0",
35
+ "@carbon/test-utils": "^10.21.0-rc.0",
36
36
  "core-js": "^3.16.0",
37
37
  "rimraf": "^3.0.0"
38
38
  },
@@ -42,5 +42,5 @@
42
42
  "sassDir": "scss",
43
43
  "needs": "^1.3.0"
44
44
  },
45
- "gitHead": "f6352a1010117000ce4ca9f71315b67b1ec8e396"
45
+ "gitHead": "a8bade7e1200220296e8ed13621c7a1a88206f0e"
46
46
  }
package/umd/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
3
3
  typeof define === 'function' && define.amd ? define(['exports'], factory) :
4
4
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.CarbonLayout = {}));
5
- }(this, (function (exports) { 'use strict';
5
+ })(this, (function (exports) { 'use strict';
6
6
 
7
7
  /**
8
8
  * Copyright IBM Corp. 2018, 2018
@@ -211,4 +211,4 @@
211
211
 
212
212
  Object.defineProperty(exports, '__esModule', { value: true });
213
213
 
214
- })));
214
+ }));