@carbon/elements 11.0.0-rc.0 → 11.0.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/es/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export { black, black100, blue, blue10, blue100, blue20, blue30, blue40, blue50, blue60, blue70, blue80, blue90, colors, coolGray, coolGray10, coolGray100, coolGray20, coolGray30, coolGray40, coolGray50, coolGray60, coolGray70, coolGray80, coolGray90, cyan, cyan10, cyan100, cyan20, cyan30, cyan40, cyan50, cyan60, cyan70, cyan80, cyan90, gray, gray10, gray100, gray20, gray30, gray40, gray50, gray60, gray70, gray80, gray90, green, green10, green100, green20, green30, green40, green50, green60, green70, green80, green90, magenta, magenta10, magenta100, magenta20, magenta30, magenta40, magenta50, magenta60, magenta70, magenta80, magenta90, orange, orange40, orange60, orange70, purple, purple10, purple100, purple20, purple30, purple40, purple50, purple60, purple70, purple80, purple90, red, red10, red100, red20, red30, red40, red50, red60, red70, red80, red90, rgba, teal, teal10, teal100, teal20, teal30, teal40, teal50, teal60, teal70, teal80, teal90, warmGray, warmGray10, warmGray100, warmGray20, warmGray30, warmGray40, warmGray50, warmGray60, warmGray70, warmGray80, warmGray90, white0, yellow, yellow20, yellow30, yellow40, yellow50 } from '@carbon/colors';
2
2
  export { fluid, fontFamilies, fontFamily, fontWeight, fontWeights, getTypeSize, print, reset, scale, styles, unstable_tokens } from '@carbon/type';
3
- export { baseFontSize, breakpoint, breakpointDown, breakpointUp, breakpoints, container, em, fluidSpacing, iconSize, layout, miniUnit, miniUnits, px, rem, spacing } from '@carbon/layout';
3
+ export { baseFontSize, breakpoint, breakpointDown, breakpointUp, breakpoints, container, em, fluidSpacing, iconSize, miniUnit, miniUnits, px, rem, spacing } from '@carbon/layout';
4
4
  export * from '@carbon/themes';
5
5
  export { easings, fast01, fast02, moderate01, moderate02, motion, slow01, slow02 } from '@carbon/motion';
package/lib/index.js CHANGED
@@ -586,10 +586,6 @@ Object.defineProperty(exports, 'iconSize', {
586
586
  enumerable: true,
587
587
  get: function () { return layout.iconSize; }
588
588
  });
589
- Object.defineProperty(exports, 'layout', {
590
- enumerable: true,
591
- get: function () { return layout.layout; }
592
- });
593
589
  Object.defineProperty(exports, 'miniUnit', {
594
590
  enumerable: true,
595
591
  get: function () { return layout.miniUnit; }
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": "11.0.0-rc.0",
4
+ "version": "11.0.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -35,20 +35,20 @@
35
35
  "clean": "rimraf es lib umd"
36
36
  },
37
37
  "dependencies": {
38
- "@carbon/colors": "^11.0.0-rc.0",
39
- "@carbon/grid": "^11.0.0-rc.0",
40
- "@carbon/icons": "^11.0.0-rc.0",
41
- "@carbon/layout": "^11.0.0-rc.0",
42
- "@carbon/motion": "^11.0.0-rc.0",
43
- "@carbon/themes": "^11.0.0-rc.0",
44
- "@carbon/type": "^11.0.0-rc.0"
38
+ "@carbon/colors": "^11.0.0",
39
+ "@carbon/grid": "^11.0.0",
40
+ "@carbon/icons": "^11.0.0",
41
+ "@carbon/layout": "^11.0.0",
42
+ "@carbon/motion": "^11.0.0",
43
+ "@carbon/themes": "^11.0.0",
44
+ "@carbon/type": "^11.0.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@carbon/cli": "^11.0.0-rc.0",
47
+ "@carbon/cli": "^11.0.0",
48
48
  "fs-extra": "^10.0.0",
49
49
  "klaw-sync": "^6.0.0",
50
50
  "replace-in-file": "^3.4.2",
51
51
  "rimraf": "^3.0.0"
52
52
  },
53
- "gitHead": "e4894776a4996c10bfc8f9a724532a25966aa622"
53
+ "gitHead": "c88ac3391e9583e6e10e2de2c509b006f0d60cac"
54
54
  }
@@ -181,7 +181,6 @@ Array [
181
181
  "layerSelectedHover02",
182
182
  "layerSelectedHover03",
183
183
  "layerSelectedInverse",
184
- "layout",
185
184
  "linkInverse",
186
185
  "linkInverseActive",
187
186
  "linkInverseHover",
package/src/index.js CHANGED
@@ -158,7 +158,6 @@ export {
158
158
  iconSize,
159
159
  miniUnit,
160
160
  miniUnits,
161
- layout,
162
161
  spacing,
163
162
  } from '@carbon/layout';
164
163
  export * from '@carbon/themes';
package/umd/index.js CHANGED
@@ -580,10 +580,6 @@
580
580
  enumerable: true,
581
581
  get: function () { return layout.iconSize; }
582
582
  });
583
- Object.defineProperty(exports, 'layout', {
584
- enumerable: true,
585
- get: function () { return layout.layout; }
586
- });
587
583
  Object.defineProperty(exports, 'miniUnit', {
588
584
  enumerable: true,
589
585
  get: function () { return layout.miniUnit; }