@carbon/themes 11.20.0 → 11.21.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.
- package/es/index.js +37 -39
- package/lib/index.js +37 -39
- package/package.json +7 -7
- package/umd/index.js +37 -39
package/es/index.js
CHANGED
|
@@ -4279,47 +4279,45 @@ var TokenGroup = /*#__PURE__*/function (_Symbol$iterator) {
|
|
|
4279
4279
|
value: /*#__PURE__*/_regeneratorRuntime().mark(function value() {
|
|
4280
4280
|
var _iterator, _step, child;
|
|
4281
4281
|
return _regeneratorRuntime().wrap(function value$(_context) {
|
|
4282
|
-
while (1) {
|
|
4283
|
-
|
|
4284
|
-
|
|
4285
|
-
|
|
4286
|
-
|
|
4287
|
-
|
|
4288
|
-
|
|
4289
|
-
|
|
4290
|
-
|
|
4291
|
-
|
|
4292
|
-
|
|
4293
|
-
_context.next = 13;
|
|
4294
|
-
break;
|
|
4295
|
-
}
|
|
4296
|
-
child = _step.value;
|
|
4297
|
-
_context.next = 9;
|
|
4298
|
-
return child;
|
|
4299
|
-
case 9:
|
|
4300
|
-
if (!(child.kind === 'TokenGroup')) {
|
|
4301
|
-
_context.next = 11;
|
|
4302
|
-
break;
|
|
4303
|
-
}
|
|
4304
|
-
return _context.delegateYield(child, "t0", 11);
|
|
4305
|
-
case 11:
|
|
4306
|
-
_context.next = 5;
|
|
4282
|
+
while (1) switch (_context.prev = _context.next) {
|
|
4283
|
+
case 0:
|
|
4284
|
+
_context.next = 2;
|
|
4285
|
+
return this;
|
|
4286
|
+
case 2:
|
|
4287
|
+
_iterator = _createForOfIteratorHelper(this.children);
|
|
4288
|
+
_context.prev = 3;
|
|
4289
|
+
_iterator.s();
|
|
4290
|
+
case 5:
|
|
4291
|
+
if ((_step = _iterator.n()).done) {
|
|
4292
|
+
_context.next = 13;
|
|
4307
4293
|
break;
|
|
4308
|
-
|
|
4309
|
-
|
|
4294
|
+
}
|
|
4295
|
+
child = _step.value;
|
|
4296
|
+
_context.next = 9;
|
|
4297
|
+
return child;
|
|
4298
|
+
case 9:
|
|
4299
|
+
if (!(child.kind === 'TokenGroup')) {
|
|
4300
|
+
_context.next = 11;
|
|
4310
4301
|
break;
|
|
4311
|
-
|
|
4312
|
-
|
|
4313
|
-
|
|
4314
|
-
|
|
4315
|
-
|
|
4316
|
-
|
|
4317
|
-
|
|
4318
|
-
|
|
4319
|
-
|
|
4320
|
-
|
|
4321
|
-
|
|
4322
|
-
|
|
4302
|
+
}
|
|
4303
|
+
return _context.delegateYield(child, "t0", 11);
|
|
4304
|
+
case 11:
|
|
4305
|
+
_context.next = 5;
|
|
4306
|
+
break;
|
|
4307
|
+
case 13:
|
|
4308
|
+
_context.next = 18;
|
|
4309
|
+
break;
|
|
4310
|
+
case 15:
|
|
4311
|
+
_context.prev = 15;
|
|
4312
|
+
_context.t1 = _context["catch"](3);
|
|
4313
|
+
_iterator.e(_context.t1);
|
|
4314
|
+
case 18:
|
|
4315
|
+
_context.prev = 18;
|
|
4316
|
+
_iterator.f();
|
|
4317
|
+
return _context.finish(18);
|
|
4318
|
+
case 21:
|
|
4319
|
+
case "end":
|
|
4320
|
+
return _context.stop();
|
|
4323
4321
|
}
|
|
4324
4322
|
}, value, this, [[3, 15, 18, 21]]);
|
|
4325
4323
|
})
|
package/lib/index.js
CHANGED
|
@@ -4285,47 +4285,45 @@ var TokenGroup = /*#__PURE__*/function (_Symbol$iterator) {
|
|
|
4285
4285
|
value: /*#__PURE__*/_regeneratorRuntime().mark(function value() {
|
|
4286
4286
|
var _iterator, _step, child;
|
|
4287
4287
|
return _regeneratorRuntime().wrap(function value$(_context) {
|
|
4288
|
-
while (1) {
|
|
4289
|
-
|
|
4290
|
-
|
|
4291
|
-
|
|
4292
|
-
|
|
4293
|
-
|
|
4294
|
-
|
|
4295
|
-
|
|
4296
|
-
|
|
4297
|
-
|
|
4298
|
-
|
|
4299
|
-
_context.next = 13;
|
|
4300
|
-
break;
|
|
4301
|
-
}
|
|
4302
|
-
child = _step.value;
|
|
4303
|
-
_context.next = 9;
|
|
4304
|
-
return child;
|
|
4305
|
-
case 9:
|
|
4306
|
-
if (!(child.kind === 'TokenGroup')) {
|
|
4307
|
-
_context.next = 11;
|
|
4308
|
-
break;
|
|
4309
|
-
}
|
|
4310
|
-
return _context.delegateYield(child, "t0", 11);
|
|
4311
|
-
case 11:
|
|
4312
|
-
_context.next = 5;
|
|
4288
|
+
while (1) switch (_context.prev = _context.next) {
|
|
4289
|
+
case 0:
|
|
4290
|
+
_context.next = 2;
|
|
4291
|
+
return this;
|
|
4292
|
+
case 2:
|
|
4293
|
+
_iterator = _createForOfIteratorHelper(this.children);
|
|
4294
|
+
_context.prev = 3;
|
|
4295
|
+
_iterator.s();
|
|
4296
|
+
case 5:
|
|
4297
|
+
if ((_step = _iterator.n()).done) {
|
|
4298
|
+
_context.next = 13;
|
|
4313
4299
|
break;
|
|
4314
|
-
|
|
4315
|
-
|
|
4300
|
+
}
|
|
4301
|
+
child = _step.value;
|
|
4302
|
+
_context.next = 9;
|
|
4303
|
+
return child;
|
|
4304
|
+
case 9:
|
|
4305
|
+
if (!(child.kind === 'TokenGroup')) {
|
|
4306
|
+
_context.next = 11;
|
|
4316
4307
|
break;
|
|
4317
|
-
|
|
4318
|
-
|
|
4319
|
-
|
|
4320
|
-
|
|
4321
|
-
|
|
4322
|
-
|
|
4323
|
-
|
|
4324
|
-
|
|
4325
|
-
|
|
4326
|
-
|
|
4327
|
-
|
|
4328
|
-
|
|
4308
|
+
}
|
|
4309
|
+
return _context.delegateYield(child, "t0", 11);
|
|
4310
|
+
case 11:
|
|
4311
|
+
_context.next = 5;
|
|
4312
|
+
break;
|
|
4313
|
+
case 13:
|
|
4314
|
+
_context.next = 18;
|
|
4315
|
+
break;
|
|
4316
|
+
case 15:
|
|
4317
|
+
_context.prev = 15;
|
|
4318
|
+
_context.t1 = _context["catch"](3);
|
|
4319
|
+
_iterator.e(_context.t1);
|
|
4320
|
+
case 18:
|
|
4321
|
+
_context.prev = 18;
|
|
4322
|
+
_iterator.f();
|
|
4323
|
+
return _context.finish(18);
|
|
4324
|
+
case 21:
|
|
4325
|
+
case "end":
|
|
4326
|
+
return _context.stop();
|
|
4329
4327
|
}
|
|
4330
4328
|
}, value, this, [[3, 15, 18, 21]]);
|
|
4331
4329
|
})
|
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": "11.
|
|
4
|
+
"version": "11.21.0-rc.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -29,16 +29,16 @@
|
|
|
29
29
|
"build": "yarn clean && carbon-cli bundle src/index.js --name CarbonThemes && babel-node --presets '@babel/preset-env' tasks/build.js && carbon-cli check \"scss/*.scss\""
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@carbon/colors": "^11.
|
|
33
|
-
"@carbon/layout": "^11.
|
|
34
|
-
"@carbon/type": "^11.
|
|
32
|
+
"@carbon/colors": "^11.17.0-rc.0",
|
|
33
|
+
"@carbon/layout": "^11.16.0-rc.0",
|
|
34
|
+
"@carbon/type": "^11.20.0-rc.0",
|
|
35
35
|
"color": "^4.0.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@babel/node": "^7.17.10",
|
|
39
39
|
"@babel/preset-env": "^7.18.2",
|
|
40
|
-
"@carbon/cli": "^11.
|
|
41
|
-
"@carbon/cli-reporter": "^10.
|
|
40
|
+
"@carbon/cli": "^11.12.0-rc.0",
|
|
41
|
+
"@carbon/cli-reporter": "^10.7.0-rc.0",
|
|
42
42
|
"@carbon/scss-generator": "^10.18.0",
|
|
43
43
|
"@carbon/test-utils": "^10.30.0",
|
|
44
44
|
"change-case": "^4.1.1",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"rimraf": "^5.0.0"
|
|
49
49
|
},
|
|
50
50
|
"sideEffects": false,
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "b9e28c4e35eeddf4ecc3261630a8f3fecc7012d4"
|
|
52
52
|
}
|
package/umd/index.js
CHANGED
|
@@ -4282,47 +4282,45 @@
|
|
|
4282
4282
|
value: /*#__PURE__*/_regeneratorRuntime().mark(function value() {
|
|
4283
4283
|
var _iterator, _step, child;
|
|
4284
4284
|
return _regeneratorRuntime().wrap(function value$(_context) {
|
|
4285
|
-
while (1) {
|
|
4286
|
-
|
|
4287
|
-
|
|
4288
|
-
|
|
4289
|
-
|
|
4290
|
-
|
|
4291
|
-
|
|
4292
|
-
|
|
4293
|
-
|
|
4294
|
-
|
|
4295
|
-
|
|
4296
|
-
_context.next = 13;
|
|
4297
|
-
break;
|
|
4298
|
-
}
|
|
4299
|
-
child = _step.value;
|
|
4300
|
-
_context.next = 9;
|
|
4301
|
-
return child;
|
|
4302
|
-
case 9:
|
|
4303
|
-
if (!(child.kind === 'TokenGroup')) {
|
|
4304
|
-
_context.next = 11;
|
|
4305
|
-
break;
|
|
4306
|
-
}
|
|
4307
|
-
return _context.delegateYield(child, "t0", 11);
|
|
4308
|
-
case 11:
|
|
4309
|
-
_context.next = 5;
|
|
4285
|
+
while (1) switch (_context.prev = _context.next) {
|
|
4286
|
+
case 0:
|
|
4287
|
+
_context.next = 2;
|
|
4288
|
+
return this;
|
|
4289
|
+
case 2:
|
|
4290
|
+
_iterator = _createForOfIteratorHelper(this.children);
|
|
4291
|
+
_context.prev = 3;
|
|
4292
|
+
_iterator.s();
|
|
4293
|
+
case 5:
|
|
4294
|
+
if ((_step = _iterator.n()).done) {
|
|
4295
|
+
_context.next = 13;
|
|
4310
4296
|
break;
|
|
4311
|
-
|
|
4312
|
-
|
|
4297
|
+
}
|
|
4298
|
+
child = _step.value;
|
|
4299
|
+
_context.next = 9;
|
|
4300
|
+
return child;
|
|
4301
|
+
case 9:
|
|
4302
|
+
if (!(child.kind === 'TokenGroup')) {
|
|
4303
|
+
_context.next = 11;
|
|
4313
4304
|
break;
|
|
4314
|
-
|
|
4315
|
-
|
|
4316
|
-
|
|
4317
|
-
|
|
4318
|
-
|
|
4319
|
-
|
|
4320
|
-
|
|
4321
|
-
|
|
4322
|
-
|
|
4323
|
-
|
|
4324
|
-
|
|
4325
|
-
|
|
4305
|
+
}
|
|
4306
|
+
return _context.delegateYield(child, "t0", 11);
|
|
4307
|
+
case 11:
|
|
4308
|
+
_context.next = 5;
|
|
4309
|
+
break;
|
|
4310
|
+
case 13:
|
|
4311
|
+
_context.next = 18;
|
|
4312
|
+
break;
|
|
4313
|
+
case 15:
|
|
4314
|
+
_context.prev = 15;
|
|
4315
|
+
_context.t1 = _context["catch"](3);
|
|
4316
|
+
_iterator.e(_context.t1);
|
|
4317
|
+
case 18:
|
|
4318
|
+
_context.prev = 18;
|
|
4319
|
+
_iterator.f();
|
|
4320
|
+
return _context.finish(18);
|
|
4321
|
+
case 21:
|
|
4322
|
+
case "end":
|
|
4323
|
+
return _context.stop();
|
|
4326
4324
|
}
|
|
4327
4325
|
}, value, this, [[3, 15, 18, 21]]);
|
|
4328
4326
|
})
|