@carbon/themes 11.53.0 → 11.54.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 +177 -209
- package/lib/index.js +177 -209
- package/package.json +8 -8
- package/src/component-tokens/tag/tokens.js +0 -7
- package/umd/index.js +177 -209
package/lib/index.js
CHANGED
|
@@ -118,47 +118,77 @@ function _objectSpread2(e) {
|
|
|
118
118
|
}
|
|
119
119
|
function _regeneratorRuntime() {
|
|
120
120
|
_regeneratorRuntime = function () {
|
|
121
|
-
return
|
|
121
|
+
return r;
|
|
122
122
|
};
|
|
123
123
|
var t,
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
n =
|
|
127
|
-
o =
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
configurable: !0,
|
|
139
|
-
writable: !0
|
|
140
|
-
}), t[e];
|
|
124
|
+
r = {},
|
|
125
|
+
e = Object.prototype,
|
|
126
|
+
n = e.hasOwnProperty,
|
|
127
|
+
o = "function" == typeof Symbol ? Symbol : {},
|
|
128
|
+
i = o.iterator || "@@iterator",
|
|
129
|
+
a = o.asyncIterator || "@@asyncIterator",
|
|
130
|
+
u = o.toStringTag || "@@toStringTag";
|
|
131
|
+
function c(t, r, e, n) {
|
|
132
|
+
Object.defineProperty(t, r, {
|
|
133
|
+
value: e,
|
|
134
|
+
enumerable: !n,
|
|
135
|
+
configurable: !n,
|
|
136
|
+
writable: !n
|
|
137
|
+
});
|
|
141
138
|
}
|
|
142
139
|
try {
|
|
143
|
-
|
|
140
|
+
c({}, "");
|
|
144
141
|
} catch (t) {
|
|
145
|
-
|
|
146
|
-
return t[
|
|
142
|
+
c = function (t, r, e) {
|
|
143
|
+
return t[r] = e;
|
|
147
144
|
};
|
|
148
145
|
}
|
|
149
|
-
function
|
|
146
|
+
function h(r, e, n, o) {
|
|
150
147
|
var i = e && e.prototype instanceof Generator ? e : Generator,
|
|
151
|
-
a = Object.create(i.prototype)
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
148
|
+
a = Object.create(i.prototype);
|
|
149
|
+
return c(a, "_invoke", function (r, e, n) {
|
|
150
|
+
var o = 1;
|
|
151
|
+
return function (i, a) {
|
|
152
|
+
if (3 === o) throw Error("Generator is already running");
|
|
153
|
+
if (4 === o) {
|
|
154
|
+
if ("throw" === i) throw a;
|
|
155
|
+
return {
|
|
156
|
+
value: t,
|
|
157
|
+
done: !0
|
|
158
|
+
};
|
|
159
|
+
}
|
|
160
|
+
for (n.method = i, n.arg = a;;) {
|
|
161
|
+
var u = n.delegate;
|
|
162
|
+
if (u) {
|
|
163
|
+
var c = d(u, n);
|
|
164
|
+
if (c) {
|
|
165
|
+
if (c === f) continue;
|
|
166
|
+
return c;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
|
|
170
|
+
if (1 === o) throw o = 4, n.arg;
|
|
171
|
+
n.dispatchException(n.arg);
|
|
172
|
+
} else "return" === n.method && n.abrupt("return", n.arg);
|
|
173
|
+
o = 3;
|
|
174
|
+
var h = s(r, e, n);
|
|
175
|
+
if ("normal" === h.type) {
|
|
176
|
+
if (o = n.done ? 4 : 2, h.arg === f) continue;
|
|
177
|
+
return {
|
|
178
|
+
value: h.arg,
|
|
179
|
+
done: n.done
|
|
180
|
+
};
|
|
181
|
+
}
|
|
182
|
+
"throw" === h.type && (o = 4, n.method = "throw", n.arg = h.arg);
|
|
183
|
+
}
|
|
184
|
+
};
|
|
185
|
+
}(r, n, new Context(o || [])), !0), a;
|
|
156
186
|
}
|
|
157
|
-
function
|
|
187
|
+
function s(t, r, e) {
|
|
158
188
|
try {
|
|
159
189
|
return {
|
|
160
190
|
type: "normal",
|
|
161
|
-
arg: t.call(
|
|
191
|
+
arg: t.call(r, e)
|
|
162
192
|
};
|
|
163
193
|
} catch (t) {
|
|
164
194
|
return {
|
|
@@ -167,255 +197,193 @@ function _regeneratorRuntime() {
|
|
|
167
197
|
};
|
|
168
198
|
}
|
|
169
199
|
}
|
|
170
|
-
|
|
171
|
-
var
|
|
172
|
-
l = "suspendedYield",
|
|
173
|
-
f = "executing",
|
|
174
|
-
s = "completed",
|
|
175
|
-
y = {};
|
|
200
|
+
r.wrap = h;
|
|
201
|
+
var f = {};
|
|
176
202
|
function Generator() {}
|
|
177
203
|
function GeneratorFunction() {}
|
|
178
204
|
function GeneratorFunctionPrototype() {}
|
|
179
|
-
var
|
|
180
|
-
|
|
205
|
+
var l = {};
|
|
206
|
+
c(l, i, function () {
|
|
181
207
|
return this;
|
|
182
208
|
});
|
|
183
|
-
var
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
var
|
|
187
|
-
function
|
|
188
|
-
["next", "throw", "return"].forEach(function (
|
|
189
|
-
|
|
190
|
-
return this._invoke(
|
|
209
|
+
var p = Object.getPrototypeOf,
|
|
210
|
+
y = p && p(p(x([])));
|
|
211
|
+
y && y !== e && n.call(y, i) && (l = y);
|
|
212
|
+
var v = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(l);
|
|
213
|
+
function g(t) {
|
|
214
|
+
["next", "throw", "return"].forEach(function (r) {
|
|
215
|
+
c(t, r, function (t) {
|
|
216
|
+
return this._invoke(r, t);
|
|
191
217
|
});
|
|
192
218
|
});
|
|
193
219
|
}
|
|
194
|
-
function AsyncIterator(t,
|
|
195
|
-
function
|
|
196
|
-
var c =
|
|
220
|
+
function AsyncIterator(t, r) {
|
|
221
|
+
function e(o, i, a, u) {
|
|
222
|
+
var c = s(t[o], t, i);
|
|
197
223
|
if ("throw" !== c.type) {
|
|
198
|
-
var
|
|
199
|
-
|
|
200
|
-
return
|
|
201
|
-
|
|
224
|
+
var h = c.arg,
|
|
225
|
+
f = h.value;
|
|
226
|
+
return f && "object" == typeof f && n.call(f, "__await") ? r.resolve(f.__await).then(function (t) {
|
|
227
|
+
e("next", t, a, u);
|
|
202
228
|
}, function (t) {
|
|
203
|
-
|
|
204
|
-
}) :
|
|
205
|
-
|
|
229
|
+
e("throw", t, a, u);
|
|
230
|
+
}) : r.resolve(f).then(function (t) {
|
|
231
|
+
h.value = t, a(h);
|
|
206
232
|
}, function (t) {
|
|
207
|
-
return
|
|
233
|
+
return e("throw", t, a, u);
|
|
208
234
|
});
|
|
209
235
|
}
|
|
210
|
-
|
|
236
|
+
u(c.arg);
|
|
211
237
|
}
|
|
212
|
-
var
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
function
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
});
|
|
219
|
-
}
|
|
220
|
-
return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
|
|
221
|
-
}
|
|
222
|
-
});
|
|
223
|
-
}
|
|
224
|
-
function makeInvokeMethod(e, r, n) {
|
|
225
|
-
var o = h;
|
|
226
|
-
return function (i, a) {
|
|
227
|
-
if (o === f) throw Error("Generator is already running");
|
|
228
|
-
if (o === s) {
|
|
229
|
-
if ("throw" === i) throw a;
|
|
230
|
-
return {
|
|
231
|
-
value: t,
|
|
232
|
-
done: !0
|
|
233
|
-
};
|
|
234
|
-
}
|
|
235
|
-
for (n.method = i, n.arg = a;;) {
|
|
236
|
-
var c = n.delegate;
|
|
237
|
-
if (c) {
|
|
238
|
-
var u = maybeInvokeDelegate(c, n);
|
|
239
|
-
if (u) {
|
|
240
|
-
if (u === y) continue;
|
|
241
|
-
return u;
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
|
|
245
|
-
if (o === h) throw o = s, n.arg;
|
|
246
|
-
n.dispatchException(n.arg);
|
|
247
|
-
} else "return" === n.method && n.abrupt("return", n.arg);
|
|
248
|
-
o = f;
|
|
249
|
-
var p = tryCatch(e, r, n);
|
|
250
|
-
if ("normal" === p.type) {
|
|
251
|
-
if (o = n.done ? s : l, p.arg === y) continue;
|
|
252
|
-
return {
|
|
253
|
-
value: p.arg,
|
|
254
|
-
done: n.done
|
|
255
|
-
};
|
|
256
|
-
}
|
|
257
|
-
"throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
|
|
238
|
+
var o;
|
|
239
|
+
c(this, "_invoke", function (t, n) {
|
|
240
|
+
function i() {
|
|
241
|
+
return new r(function (r, o) {
|
|
242
|
+
e(t, n, r, o);
|
|
243
|
+
});
|
|
258
244
|
}
|
|
259
|
-
|
|
245
|
+
return o = o ? o.then(i, i) : i();
|
|
246
|
+
}, !0);
|
|
260
247
|
}
|
|
261
|
-
function
|
|
262
|
-
var n =
|
|
263
|
-
o =
|
|
264
|
-
if (o === t) return
|
|
265
|
-
var i =
|
|
266
|
-
if ("throw" === i.type) return
|
|
248
|
+
function d(r, e) {
|
|
249
|
+
var n = e.method,
|
|
250
|
+
o = r.i[n];
|
|
251
|
+
if (o === t) return e.delegate = null, "throw" === n && r.i.return && (e.method = "return", e.arg = t, d(r, e), "throw" === e.method) || "return" !== n && (e.method = "throw", e.arg = new TypeError("The iterator does not provide a '" + n + "' method")), f;
|
|
252
|
+
var i = s(o, r.i, e.arg);
|
|
253
|
+
if ("throw" === i.type) return e.method = "throw", e.arg = i.arg, e.delegate = null, f;
|
|
267
254
|
var a = i.arg;
|
|
268
|
-
return a ? a.done ? (r
|
|
255
|
+
return a ? a.done ? (e[r.r] = a.value, e.next = r.n, "return" !== e.method && (e.method = "next", e.arg = t), e.delegate = null, f) : a : (e.method = "throw", e.arg = new TypeError("iterator result is not an object"), e.delegate = null, f);
|
|
269
256
|
}
|
|
270
|
-
function
|
|
271
|
-
|
|
272
|
-
tryLoc: t[0]
|
|
273
|
-
};
|
|
274
|
-
1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e);
|
|
257
|
+
function w(t) {
|
|
258
|
+
this.tryEntries.push(t);
|
|
275
259
|
}
|
|
276
|
-
function
|
|
277
|
-
var e =
|
|
278
|
-
e.type = "normal",
|
|
260
|
+
function m(r) {
|
|
261
|
+
var e = r[4] || {};
|
|
262
|
+
e.type = "normal", e.arg = t, r[4] = e;
|
|
279
263
|
}
|
|
280
264
|
function Context(t) {
|
|
281
|
-
this.tryEntries = [
|
|
282
|
-
tryLoc: "root"
|
|
283
|
-
}], t.forEach(pushTryEntry, this), this.reset(!0);
|
|
265
|
+
this.tryEntries = [[-1]], t.forEach(w, this), this.reset(!0);
|
|
284
266
|
}
|
|
285
|
-
function
|
|
286
|
-
if (
|
|
287
|
-
var
|
|
288
|
-
if (
|
|
289
|
-
if ("function" == typeof
|
|
290
|
-
if (!isNaN(
|
|
267
|
+
function x(r) {
|
|
268
|
+
if (null != r) {
|
|
269
|
+
var e = r[i];
|
|
270
|
+
if (e) return e.call(r);
|
|
271
|
+
if ("function" == typeof r.next) return r;
|
|
272
|
+
if (!isNaN(r.length)) {
|
|
291
273
|
var o = -1,
|
|
292
|
-
|
|
293
|
-
for (; ++o <
|
|
294
|
-
return
|
|
274
|
+
a = function e() {
|
|
275
|
+
for (; ++o < r.length;) if (n.call(r, o)) return e.value = r[o], e.done = !1, e;
|
|
276
|
+
return e.value = t, e.done = !0, e;
|
|
295
277
|
};
|
|
296
|
-
return
|
|
278
|
+
return a.next = a;
|
|
297
279
|
}
|
|
298
280
|
}
|
|
299
|
-
throw new TypeError(typeof
|
|
281
|
+
throw new TypeError(typeof r + " is not iterable");
|
|
300
282
|
}
|
|
301
|
-
return GeneratorFunction.prototype = GeneratorFunctionPrototype,
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
}), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) {
|
|
308
|
-
var e = "function" == typeof t && t.constructor;
|
|
309
|
-
return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name));
|
|
310
|
-
}, e.mark = function (t) {
|
|
311
|
-
return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t;
|
|
312
|
-
}, e.awrap = function (t) {
|
|
283
|
+
return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), c(GeneratorFunctionPrototype, u, GeneratorFunction.displayName = "GeneratorFunction"), r.isGeneratorFunction = function (t) {
|
|
284
|
+
var r = "function" == typeof t && t.constructor;
|
|
285
|
+
return !!r && (r === GeneratorFunction || "GeneratorFunction" === (r.displayName || r.name));
|
|
286
|
+
}, r.mark = function (t) {
|
|
287
|
+
return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, c(t, u, "GeneratorFunction")), t.prototype = Object.create(v), t;
|
|
288
|
+
}, r.awrap = function (t) {
|
|
313
289
|
return {
|
|
314
290
|
__await: t
|
|
315
291
|
};
|
|
316
|
-
},
|
|
292
|
+
}, g(AsyncIterator.prototype), c(AsyncIterator.prototype, a, function () {
|
|
317
293
|
return this;
|
|
318
|
-
}),
|
|
294
|
+
}), r.AsyncIterator = AsyncIterator, r.async = function (t, e, n, o, i) {
|
|
319
295
|
void 0 === i && (i = Promise);
|
|
320
|
-
var a = new AsyncIterator(
|
|
321
|
-
return
|
|
296
|
+
var a = new AsyncIterator(h(t, e, n, o), i);
|
|
297
|
+
return r.isGeneratorFunction(e) ? a : a.next().then(function (t) {
|
|
322
298
|
return t.done ? t.value : a.next();
|
|
323
299
|
});
|
|
324
|
-
},
|
|
300
|
+
}, g(v), c(v, u, "Generator"), c(v, i, function () {
|
|
325
301
|
return this;
|
|
326
|
-
}),
|
|
302
|
+
}), c(v, "toString", function () {
|
|
327
303
|
return "[object Generator]";
|
|
328
|
-
}),
|
|
329
|
-
var
|
|
330
|
-
|
|
331
|
-
for (var n in
|
|
332
|
-
return
|
|
333
|
-
for (;
|
|
334
|
-
|
|
335
|
-
if (t in e) return next.value = t, next.done = !1, next;
|
|
336
|
-
}
|
|
337
|
-
return next.done = !0, next;
|
|
304
|
+
}), r.keys = function (t) {
|
|
305
|
+
var r = Object(t),
|
|
306
|
+
e = [];
|
|
307
|
+
for (var n in r) e.unshift(n);
|
|
308
|
+
return function t() {
|
|
309
|
+
for (; e.length;) if ((n = e.pop()) in r) return t.value = n, t.done = !1, t;
|
|
310
|
+
return t.done = !0, t;
|
|
338
311
|
};
|
|
339
|
-
},
|
|
312
|
+
}, r.values = x, Context.prototype = {
|
|
340
313
|
constructor: Context,
|
|
341
|
-
reset: function (
|
|
342
|
-
if (this.prev =
|
|
314
|
+
reset: function (r) {
|
|
315
|
+
if (this.prev = this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(m), !r) for (var e in this) "t" === e.charAt(0) && n.call(this, e) && !isNaN(+e.slice(1)) && (this[e] = t);
|
|
343
316
|
},
|
|
344
317
|
stop: function () {
|
|
345
318
|
this.done = !0;
|
|
346
|
-
var t = this.tryEntries[0]
|
|
319
|
+
var t = this.tryEntries[0][4];
|
|
347
320
|
if ("throw" === t.type) throw t.arg;
|
|
348
321
|
return this.rval;
|
|
349
322
|
},
|
|
350
|
-
dispatchException: function (
|
|
351
|
-
if (this.done) throw
|
|
352
|
-
var
|
|
353
|
-
function
|
|
354
|
-
|
|
323
|
+
dispatchException: function (r) {
|
|
324
|
+
if (this.done) throw r;
|
|
325
|
+
var e = this;
|
|
326
|
+
function n(t) {
|
|
327
|
+
a.type = "throw", a.arg = r, e.next = t;
|
|
355
328
|
}
|
|
356
|
-
for (var o =
|
|
329
|
+
for (var o = e.tryEntries.length - 1; o >= 0; --o) {
|
|
357
330
|
var i = this.tryEntries[o],
|
|
358
|
-
a = i
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
|
|
368
|
-
} else {
|
|
369
|
-
if (!u) throw Error("try statement without catch or finally");
|
|
370
|
-
if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
|
|
371
|
-
}
|
|
331
|
+
a = i[4],
|
|
332
|
+
u = this.prev,
|
|
333
|
+
c = i[1],
|
|
334
|
+
h = i[2];
|
|
335
|
+
if (-1 === i[0]) return n("end"), !1;
|
|
336
|
+
if (!c && !h) throw Error("try statement without catch or finally");
|
|
337
|
+
if (null != i[0] && i[0] <= u) {
|
|
338
|
+
if (u < c) return this.method = "next", this.arg = t, n(c), !0;
|
|
339
|
+
if (u < h) return n(h), !1;
|
|
372
340
|
}
|
|
373
341
|
}
|
|
374
342
|
},
|
|
375
|
-
abrupt: function (t,
|
|
376
|
-
for (var
|
|
377
|
-
var
|
|
378
|
-
if (
|
|
379
|
-
var
|
|
343
|
+
abrupt: function (t, r) {
|
|
344
|
+
for (var e = this.tryEntries.length - 1; e >= 0; --e) {
|
|
345
|
+
var n = this.tryEntries[e];
|
|
346
|
+
if (n[0] > -1 && n[0] <= this.prev && this.prev < n[2]) {
|
|
347
|
+
var o = n;
|
|
380
348
|
break;
|
|
381
349
|
}
|
|
382
350
|
}
|
|
383
|
-
|
|
384
|
-
var
|
|
385
|
-
return
|
|
351
|
+
o && ("break" === t || "continue" === t) && o[0] <= r && r <= o[2] && (o = null);
|
|
352
|
+
var i = o ? o[4] : {};
|
|
353
|
+
return i.type = t, i.arg = r, o ? (this.method = "next", this.next = o[2], f) : this.complete(i);
|
|
386
354
|
},
|
|
387
|
-
complete: function (t,
|
|
355
|
+
complete: function (t, r) {
|
|
388
356
|
if ("throw" === t.type) throw t.arg;
|
|
389
|
-
return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type &&
|
|
357
|
+
return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && r && (this.next = r), f;
|
|
390
358
|
},
|
|
391
359
|
finish: function (t) {
|
|
392
|
-
for (var
|
|
393
|
-
var
|
|
394
|
-
if (
|
|
360
|
+
for (var r = this.tryEntries.length - 1; r >= 0; --r) {
|
|
361
|
+
var e = this.tryEntries[r];
|
|
362
|
+
if (e[2] === t) return this.complete(e[4], e[3]), m(e), f;
|
|
395
363
|
}
|
|
396
364
|
},
|
|
397
365
|
catch: function (t) {
|
|
398
|
-
for (var
|
|
399
|
-
var
|
|
400
|
-
if (
|
|
401
|
-
var n =
|
|
366
|
+
for (var r = this.tryEntries.length - 1; r >= 0; --r) {
|
|
367
|
+
var e = this.tryEntries[r];
|
|
368
|
+
if (e[0] === t) {
|
|
369
|
+
var n = e[4];
|
|
402
370
|
if ("throw" === n.type) {
|
|
403
371
|
var o = n.arg;
|
|
404
|
-
|
|
372
|
+
m(e);
|
|
405
373
|
}
|
|
406
374
|
return o;
|
|
407
375
|
}
|
|
408
376
|
}
|
|
409
377
|
throw Error("illegal catch attempt");
|
|
410
378
|
},
|
|
411
|
-
delegateYield: function (
|
|
379
|
+
delegateYield: function (r, e, n) {
|
|
412
380
|
return this.delegate = {
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
}, "next" === this.method && (this.arg = t),
|
|
381
|
+
i: x(r),
|
|
382
|
+
r: e,
|
|
383
|
+
n: n
|
|
384
|
+
}, "next" === this.method && (this.arg = t), f;
|
|
417
385
|
}
|
|
418
|
-
},
|
|
386
|
+
}, r;
|
|
419
387
|
}
|
|
420
388
|
function _toConsumableArray(r) {
|
|
421
389
|
return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
|
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.54.0-rc.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -32,16 +32,16 @@
|
|
|
32
32
|
"postinstall": "ibmtelemetry --config=telemetry.yml"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@carbon/colors": "^11.
|
|
36
|
-
"@carbon/layout": "^11.
|
|
37
|
-
"@carbon/type": "^11.
|
|
35
|
+
"@carbon/colors": "^11.34.0-rc.0",
|
|
36
|
+
"@carbon/layout": "^11.35.0-rc.0",
|
|
37
|
+
"@carbon/type": "^11.41.0-rc.0",
|
|
38
38
|
"@ibm/telemetry-js": "^1.5.0",
|
|
39
39
|
"color": "^4.0.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@babel/node": "^7.
|
|
43
|
-
"@babel/preset-env": "^7.
|
|
44
|
-
"@carbon/cli": "^11.
|
|
42
|
+
"@babel/node": "^7.27.1",
|
|
43
|
+
"@babel/preset-env": "^7.27.2",
|
|
44
|
+
"@carbon/cli": "^11.28.0-rc.0",
|
|
45
45
|
"@carbon/cli-reporter": "^10.7.0",
|
|
46
46
|
"@carbon/scss-generator": "^10.19.0",
|
|
47
47
|
"@carbon/test-utils": "^10.36.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"rimraf": "^6.0.0"
|
|
53
53
|
},
|
|
54
54
|
"sideEffects": false,
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "fcae2645f1b5a1a01b5629926df471ec1945d1e6"
|
|
56
56
|
}
|
|
@@ -10,49 +10,42 @@ import {
|
|
|
10
10
|
red40,
|
|
11
11
|
red50,
|
|
12
12
|
red70,
|
|
13
|
-
red80,
|
|
14
13
|
red20Hover,
|
|
15
14
|
red70Hover,
|
|
16
15
|
magenta20,
|
|
17
16
|
magenta40,
|
|
18
17
|
magenta50,
|
|
19
18
|
magenta70,
|
|
20
|
-
magenta80,
|
|
21
19
|
magenta20Hover,
|
|
22
20
|
magenta70Hover,
|
|
23
21
|
purple20,
|
|
24
22
|
purple40,
|
|
25
23
|
purple50,
|
|
26
24
|
purple70,
|
|
27
|
-
purple80,
|
|
28
25
|
purple20Hover,
|
|
29
26
|
purple70Hover,
|
|
30
27
|
blue20,
|
|
31
28
|
blue40,
|
|
32
29
|
blue50,
|
|
33
30
|
blue70,
|
|
34
|
-
blue80,
|
|
35
31
|
blue20Hover,
|
|
36
32
|
blue70Hover,
|
|
37
33
|
cyan20,
|
|
38
34
|
cyan40,
|
|
39
35
|
cyan50,
|
|
40
36
|
cyan70,
|
|
41
|
-
cyan80,
|
|
42
37
|
cyan20Hover,
|
|
43
38
|
cyan70Hover,
|
|
44
39
|
teal20,
|
|
45
40
|
teal40,
|
|
46
41
|
teal50,
|
|
47
42
|
teal70,
|
|
48
|
-
teal80,
|
|
49
43
|
teal20Hover,
|
|
50
44
|
teal70Hover,
|
|
51
45
|
green20,
|
|
52
46
|
green40,
|
|
53
47
|
green50,
|
|
54
48
|
green70,
|
|
55
|
-
green80,
|
|
56
49
|
green20Hover,
|
|
57
50
|
green70Hover,
|
|
58
51
|
gray10,
|