@carbon/layout 10.16.0-alpha.0 → 10.17.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
@@ -131,4 +131,4 @@ var iconSize01 = '1rem';
131
131
  var iconSize02 = '1.25rem';
132
132
  var iconSize = [iconSize01, iconSize02];
133
133
 
134
- export { unstable_tokens, baseFontSize, rem, em, px, breakpoints, breakpointUp, breakpointDown, breakpoint, miniUnit, miniUnits, spacing01, spacing02, spacing03, spacing04, spacing05, spacing06, spacing07, spacing08, spacing09, spacing10, spacing11, spacing12, spacing, fluidSpacing01, fluidSpacing02, fluidSpacing03, fluidSpacing04, fluidSpacing, layout01, layout02, layout03, layout04, layout05, layout06, layout07, layout, container01, container02, container03, container04, container05, container, iconSize01, iconSize02, iconSize };
134
+ export { baseFontSize, breakpoint, breakpointDown, breakpointUp, breakpoints, container, container01, container02, container03, container04, container05, em, fluidSpacing, fluidSpacing01, fluidSpacing02, fluidSpacing03, fluidSpacing04, iconSize, iconSize01, iconSize02, layout, layout01, layout02, layout03, layout04, layout05, layout06, layout07, miniUnit, miniUnits, px, rem, spacing, spacing01, spacing02, spacing03, spacing04, spacing05, spacing06, spacing07, spacing08, spacing09, spacing10, spacing11, spacing12, unstable_tokens };
package/lib/index.js CHANGED
@@ -135,17 +135,39 @@ var iconSize01 = '1rem';
135
135
  var iconSize02 = '1.25rem';
136
136
  var iconSize = [iconSize01, iconSize02];
137
137
 
138
- exports.unstable_tokens = unstable_tokens;
139
138
  exports.baseFontSize = baseFontSize;
140
- exports.rem = rem;
141
- exports.em = em;
142
- exports.px = px;
143
- exports.breakpoints = breakpoints;
144
- exports.breakpointUp = breakpointUp;
145
- exports.breakpointDown = breakpointDown;
146
139
  exports.breakpoint = breakpoint;
140
+ exports.breakpointDown = breakpointDown;
141
+ exports.breakpointUp = breakpointUp;
142
+ exports.breakpoints = breakpoints;
143
+ exports.container = container;
144
+ exports.container01 = container01;
145
+ exports.container02 = container02;
146
+ exports.container03 = container03;
147
+ exports.container04 = container04;
148
+ exports.container05 = container05;
149
+ exports.em = em;
150
+ exports.fluidSpacing = fluidSpacing;
151
+ exports.fluidSpacing01 = fluidSpacing01;
152
+ exports.fluidSpacing02 = fluidSpacing02;
153
+ exports.fluidSpacing03 = fluidSpacing03;
154
+ exports.fluidSpacing04 = fluidSpacing04;
155
+ exports.iconSize = iconSize;
156
+ exports.iconSize01 = iconSize01;
157
+ exports.iconSize02 = iconSize02;
158
+ exports.layout = layout;
159
+ exports.layout01 = layout01;
160
+ exports.layout02 = layout02;
161
+ exports.layout03 = layout03;
162
+ exports.layout04 = layout04;
163
+ exports.layout05 = layout05;
164
+ exports.layout06 = layout06;
165
+ exports.layout07 = layout07;
147
166
  exports.miniUnit = miniUnit;
148
167
  exports.miniUnits = miniUnits;
168
+ exports.px = px;
169
+ exports.rem = rem;
170
+ exports.spacing = spacing;
149
171
  exports.spacing01 = spacing01;
150
172
  exports.spacing02 = spacing02;
151
173
  exports.spacing03 = spacing03;
@@ -158,26 +180,4 @@ exports.spacing09 = spacing09;
158
180
  exports.spacing10 = spacing10;
159
181
  exports.spacing11 = spacing11;
160
182
  exports.spacing12 = spacing12;
161
- exports.spacing = spacing;
162
- exports.fluidSpacing01 = fluidSpacing01;
163
- exports.fluidSpacing02 = fluidSpacing02;
164
- exports.fluidSpacing03 = fluidSpacing03;
165
- exports.fluidSpacing04 = fluidSpacing04;
166
- exports.fluidSpacing = fluidSpacing;
167
- exports.layout01 = layout01;
168
- exports.layout02 = layout02;
169
- exports.layout03 = layout03;
170
- exports.layout04 = layout04;
171
- exports.layout05 = layout05;
172
- exports.layout06 = layout06;
173
- exports.layout07 = layout07;
174
- exports.layout = layout;
175
- exports.container01 = container01;
176
- exports.container02 = container02;
177
- exports.container03 = container03;
178
- exports.container04 = container04;
179
- exports.container05 = container05;
180
- exports.container = container;
181
- exports.iconSize01 = iconSize01;
182
- exports.iconSize02 = iconSize02;
183
- exports.iconSize = iconSize;
183
+ exports.unstable_tokens = unstable_tokens;
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.16.0-alpha.0+ce3f6a9",
4
+ "version": "10.17.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -25,14 +25,13 @@
25
25
  "access": "public"
26
26
  },
27
27
  "scripts": {
28
- "build": "yarn clean && bundler bundle src/index.js --name CarbonLayout && node tasks/build.js && bundler sassdoc \"scss/**/*.scss\"",
28
+ "build": "yarn clean && carbon-cli bundle src/index.js --name CarbonLayout && node tasks/build.js && carbon-cli sassdoc \"scss/**/*.scss\"",
29
29
  "clean": "rimraf es lib umd scss/generated"
30
30
  },
31
31
  "devDependencies": {
32
- "@carbon/bundler": "10.11.0-alpha.0+ce3f6a9",
33
- "@carbon/cli-reporter": "10.5.0-alpha.0+ce3f6a9",
34
- "@carbon/scss-generator": "10.12.0-alpha.0+ce3f6a9",
35
- "@carbon/test-utils": "10.14.0-alpha.0+ce3f6a9",
32
+ "@carbon/cli-reporter": "^10.4.0",
33
+ "@carbon/scss-generator": "^10.12.0",
34
+ "@carbon/test-utils": "^10.14.0",
36
35
  "core-js": "^3.6.5",
37
36
  "rimraf": "^3.0.0"
38
37
  },
@@ -42,5 +41,5 @@
42
41
  "sassDir": "scss",
43
42
  "needs": "^1.3.0"
44
43
  },
45
- "gitHead": "ce3f6a9adfd33c6da156caa09e16851428898370"
44
+ "gitHead": "9e4485a39c8ced35313aa834c4d162a99bc57fb9"
46
45
  }
package/umd/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  (function (global, factory) {
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
3
3
  typeof define === 'function' && define.amd ? define(['exports'], factory) :
4
- (factory((global.CarbonLayout = {})));
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.CarbonLayout = {}));
5
5
  }(this, (function (exports) { 'use strict';
6
6
 
7
7
  /**
@@ -137,17 +137,39 @@
137
137
  var iconSize02 = '1.25rem';
138
138
  var iconSize = [iconSize01, iconSize02];
139
139
 
140
- exports.unstable_tokens = unstable_tokens;
141
140
  exports.baseFontSize = baseFontSize;
142
- exports.rem = rem;
143
- exports.em = em;
144
- exports.px = px;
145
- exports.breakpoints = breakpoints;
146
- exports.breakpointUp = breakpointUp;
147
- exports.breakpointDown = breakpointDown;
148
141
  exports.breakpoint = breakpoint;
142
+ exports.breakpointDown = breakpointDown;
143
+ exports.breakpointUp = breakpointUp;
144
+ exports.breakpoints = breakpoints;
145
+ exports.container = container;
146
+ exports.container01 = container01;
147
+ exports.container02 = container02;
148
+ exports.container03 = container03;
149
+ exports.container04 = container04;
150
+ exports.container05 = container05;
151
+ exports.em = em;
152
+ exports.fluidSpacing = fluidSpacing;
153
+ exports.fluidSpacing01 = fluidSpacing01;
154
+ exports.fluidSpacing02 = fluidSpacing02;
155
+ exports.fluidSpacing03 = fluidSpacing03;
156
+ exports.fluidSpacing04 = fluidSpacing04;
157
+ exports.iconSize = iconSize;
158
+ exports.iconSize01 = iconSize01;
159
+ exports.iconSize02 = iconSize02;
160
+ exports.layout = layout;
161
+ exports.layout01 = layout01;
162
+ exports.layout02 = layout02;
163
+ exports.layout03 = layout03;
164
+ exports.layout04 = layout04;
165
+ exports.layout05 = layout05;
166
+ exports.layout06 = layout06;
167
+ exports.layout07 = layout07;
149
168
  exports.miniUnit = miniUnit;
150
169
  exports.miniUnits = miniUnits;
170
+ exports.px = px;
171
+ exports.rem = rem;
172
+ exports.spacing = spacing;
151
173
  exports.spacing01 = spacing01;
152
174
  exports.spacing02 = spacing02;
153
175
  exports.spacing03 = spacing03;
@@ -160,29 +182,7 @@
160
182
  exports.spacing10 = spacing10;
161
183
  exports.spacing11 = spacing11;
162
184
  exports.spacing12 = spacing12;
163
- exports.spacing = spacing;
164
- exports.fluidSpacing01 = fluidSpacing01;
165
- exports.fluidSpacing02 = fluidSpacing02;
166
- exports.fluidSpacing03 = fluidSpacing03;
167
- exports.fluidSpacing04 = fluidSpacing04;
168
- exports.fluidSpacing = fluidSpacing;
169
- exports.layout01 = layout01;
170
- exports.layout02 = layout02;
171
- exports.layout03 = layout03;
172
- exports.layout04 = layout04;
173
- exports.layout05 = layout05;
174
- exports.layout06 = layout06;
175
- exports.layout07 = layout07;
176
- exports.layout = layout;
177
- exports.container01 = container01;
178
- exports.container02 = container02;
179
- exports.container03 = container03;
180
- exports.container04 = container04;
181
- exports.container05 = container05;
182
- exports.container = container;
183
- exports.iconSize01 = iconSize01;
184
- exports.iconSize02 = iconSize02;
185
- exports.iconSize = iconSize;
185
+ exports.unstable_tokens = unstable_tokens;
186
186
 
187
187
  Object.defineProperty(exports, '__esModule', { value: true });
188
188