@carbon/themes 11.52.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 +274 -225
- package/lib/index.js +282 -229
- package/package.json +8 -8
- package/scss/_component-tokens.scss +2 -1
- package/scss/generated/_content-switcher-tokens.scss +30 -0
- package/scss/generated/_themes.scss +12 -0
- package/scss/generated/_tokens.scss +9 -0
- package/src/component-tokens/content-switcher/index.js +7 -0
- package/src/component-tokens/content-switcher/tokens.js +29 -0
- package/src/component-tokens/tag/tokens.js +0 -7
- package/src/g10.js +3 -0
- package/src/g100.js +3 -0
- package/src/g90.js +3 -0
- package/src/index.js +2 -0
- package/src/tokens/components.js +10 -0
- package/src/tokens/v11TokenGroup.js +9 -0
- package/src/tokens/v11TokenSet.js +3 -0
- package/src/white.js +3 -0
- package/umd/index.js +282 -229
package/umd/index.js
CHANGED
|
@@ -115,47 +115,77 @@
|
|
|
115
115
|
}
|
|
116
116
|
function _regeneratorRuntime() {
|
|
117
117
|
_regeneratorRuntime = function () {
|
|
118
|
-
return
|
|
118
|
+
return r;
|
|
119
119
|
};
|
|
120
120
|
var t,
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
n =
|
|
124
|
-
o =
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
configurable: !0,
|
|
136
|
-
writable: !0
|
|
137
|
-
}), t[e];
|
|
121
|
+
r = {},
|
|
122
|
+
e = Object.prototype,
|
|
123
|
+
n = e.hasOwnProperty,
|
|
124
|
+
o = "function" == typeof Symbol ? Symbol : {},
|
|
125
|
+
i = o.iterator || "@@iterator",
|
|
126
|
+
a = o.asyncIterator || "@@asyncIterator",
|
|
127
|
+
u = o.toStringTag || "@@toStringTag";
|
|
128
|
+
function c(t, r, e, n) {
|
|
129
|
+
Object.defineProperty(t, r, {
|
|
130
|
+
value: e,
|
|
131
|
+
enumerable: !n,
|
|
132
|
+
configurable: !n,
|
|
133
|
+
writable: !n
|
|
134
|
+
});
|
|
138
135
|
}
|
|
139
136
|
try {
|
|
140
|
-
|
|
137
|
+
c({}, "");
|
|
141
138
|
} catch (t) {
|
|
142
|
-
|
|
143
|
-
return t[
|
|
139
|
+
c = function (t, r, e) {
|
|
140
|
+
return t[r] = e;
|
|
144
141
|
};
|
|
145
142
|
}
|
|
146
|
-
function
|
|
143
|
+
function h(r, e, n, o) {
|
|
147
144
|
var i = e && e.prototype instanceof Generator ? e : Generator,
|
|
148
|
-
a = Object.create(i.prototype)
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
145
|
+
a = Object.create(i.prototype);
|
|
146
|
+
return c(a, "_invoke", function (r, e, n) {
|
|
147
|
+
var o = 1;
|
|
148
|
+
return function (i, a) {
|
|
149
|
+
if (3 === o) throw Error("Generator is already running");
|
|
150
|
+
if (4 === o) {
|
|
151
|
+
if ("throw" === i) throw a;
|
|
152
|
+
return {
|
|
153
|
+
value: t,
|
|
154
|
+
done: !0
|
|
155
|
+
};
|
|
156
|
+
}
|
|
157
|
+
for (n.method = i, n.arg = a;;) {
|
|
158
|
+
var u = n.delegate;
|
|
159
|
+
if (u) {
|
|
160
|
+
var c = d(u, n);
|
|
161
|
+
if (c) {
|
|
162
|
+
if (c === f) continue;
|
|
163
|
+
return c;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
|
|
167
|
+
if (1 === o) throw o = 4, n.arg;
|
|
168
|
+
n.dispatchException(n.arg);
|
|
169
|
+
} else "return" === n.method && n.abrupt("return", n.arg);
|
|
170
|
+
o = 3;
|
|
171
|
+
var h = s(r, e, n);
|
|
172
|
+
if ("normal" === h.type) {
|
|
173
|
+
if (o = n.done ? 4 : 2, h.arg === f) continue;
|
|
174
|
+
return {
|
|
175
|
+
value: h.arg,
|
|
176
|
+
done: n.done
|
|
177
|
+
};
|
|
178
|
+
}
|
|
179
|
+
"throw" === h.type && (o = 4, n.method = "throw", n.arg = h.arg);
|
|
180
|
+
}
|
|
181
|
+
};
|
|
182
|
+
}(r, n, new Context(o || [])), !0), a;
|
|
153
183
|
}
|
|
154
|
-
function
|
|
184
|
+
function s(t, r, e) {
|
|
155
185
|
try {
|
|
156
186
|
return {
|
|
157
187
|
type: "normal",
|
|
158
|
-
arg: t.call(
|
|
188
|
+
arg: t.call(r, e)
|
|
159
189
|
};
|
|
160
190
|
} catch (t) {
|
|
161
191
|
return {
|
|
@@ -164,255 +194,193 @@
|
|
|
164
194
|
};
|
|
165
195
|
}
|
|
166
196
|
}
|
|
167
|
-
|
|
168
|
-
var
|
|
169
|
-
l = "suspendedYield",
|
|
170
|
-
f = "executing",
|
|
171
|
-
s = "completed",
|
|
172
|
-
y = {};
|
|
197
|
+
r.wrap = h;
|
|
198
|
+
var f = {};
|
|
173
199
|
function Generator() {}
|
|
174
200
|
function GeneratorFunction() {}
|
|
175
201
|
function GeneratorFunctionPrototype() {}
|
|
176
|
-
var
|
|
177
|
-
|
|
202
|
+
var l = {};
|
|
203
|
+
c(l, i, function () {
|
|
178
204
|
return this;
|
|
179
205
|
});
|
|
180
|
-
var
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
var
|
|
184
|
-
function
|
|
185
|
-
["next", "throw", "return"].forEach(function (
|
|
186
|
-
|
|
187
|
-
return this._invoke(
|
|
206
|
+
var p = Object.getPrototypeOf,
|
|
207
|
+
y = p && p(p(x([])));
|
|
208
|
+
y && y !== e && n.call(y, i) && (l = y);
|
|
209
|
+
var v = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(l);
|
|
210
|
+
function g(t) {
|
|
211
|
+
["next", "throw", "return"].forEach(function (r) {
|
|
212
|
+
c(t, r, function (t) {
|
|
213
|
+
return this._invoke(r, t);
|
|
188
214
|
});
|
|
189
215
|
});
|
|
190
216
|
}
|
|
191
|
-
function AsyncIterator(t,
|
|
192
|
-
function
|
|
193
|
-
var c =
|
|
217
|
+
function AsyncIterator(t, r) {
|
|
218
|
+
function e(o, i, a, u) {
|
|
219
|
+
var c = s(t[o], t, i);
|
|
194
220
|
if ("throw" !== c.type) {
|
|
195
|
-
var
|
|
196
|
-
|
|
197
|
-
return
|
|
198
|
-
|
|
221
|
+
var h = c.arg,
|
|
222
|
+
f = h.value;
|
|
223
|
+
return f && "object" == typeof f && n.call(f, "__await") ? r.resolve(f.__await).then(function (t) {
|
|
224
|
+
e("next", t, a, u);
|
|
199
225
|
}, function (t) {
|
|
200
|
-
|
|
201
|
-
}) :
|
|
202
|
-
|
|
226
|
+
e("throw", t, a, u);
|
|
227
|
+
}) : r.resolve(f).then(function (t) {
|
|
228
|
+
h.value = t, a(h);
|
|
203
229
|
}, function (t) {
|
|
204
|
-
return
|
|
230
|
+
return e("throw", t, a, u);
|
|
205
231
|
});
|
|
206
232
|
}
|
|
207
|
-
|
|
233
|
+
u(c.arg);
|
|
208
234
|
}
|
|
209
|
-
var
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
function
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
});
|
|
216
|
-
}
|
|
217
|
-
return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
|
|
218
|
-
}
|
|
219
|
-
});
|
|
220
|
-
}
|
|
221
|
-
function makeInvokeMethod(e, r, n) {
|
|
222
|
-
var o = h;
|
|
223
|
-
return function (i, a) {
|
|
224
|
-
if (o === f) throw Error("Generator is already running");
|
|
225
|
-
if (o === s) {
|
|
226
|
-
if ("throw" === i) throw a;
|
|
227
|
-
return {
|
|
228
|
-
value: t,
|
|
229
|
-
done: !0
|
|
230
|
-
};
|
|
231
|
-
}
|
|
232
|
-
for (n.method = i, n.arg = a;;) {
|
|
233
|
-
var c = n.delegate;
|
|
234
|
-
if (c) {
|
|
235
|
-
var u = maybeInvokeDelegate(c, n);
|
|
236
|
-
if (u) {
|
|
237
|
-
if (u === y) continue;
|
|
238
|
-
return u;
|
|
239
|
-
}
|
|
240
|
-
}
|
|
241
|
-
if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
|
|
242
|
-
if (o === h) throw o = s, n.arg;
|
|
243
|
-
n.dispatchException(n.arg);
|
|
244
|
-
} else "return" === n.method && n.abrupt("return", n.arg);
|
|
245
|
-
o = f;
|
|
246
|
-
var p = tryCatch(e, r, n);
|
|
247
|
-
if ("normal" === p.type) {
|
|
248
|
-
if (o = n.done ? s : l, p.arg === y) continue;
|
|
249
|
-
return {
|
|
250
|
-
value: p.arg,
|
|
251
|
-
done: n.done
|
|
252
|
-
};
|
|
253
|
-
}
|
|
254
|
-
"throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
|
|
235
|
+
var o;
|
|
236
|
+
c(this, "_invoke", function (t, n) {
|
|
237
|
+
function i() {
|
|
238
|
+
return new r(function (r, o) {
|
|
239
|
+
e(t, n, r, o);
|
|
240
|
+
});
|
|
255
241
|
}
|
|
256
|
-
|
|
242
|
+
return o = o ? o.then(i, i) : i();
|
|
243
|
+
}, !0);
|
|
257
244
|
}
|
|
258
|
-
function
|
|
259
|
-
var n =
|
|
260
|
-
o =
|
|
261
|
-
if (o === t) return
|
|
262
|
-
var i =
|
|
263
|
-
if ("throw" === i.type) return
|
|
245
|
+
function d(r, e) {
|
|
246
|
+
var n = e.method,
|
|
247
|
+
o = r.i[n];
|
|
248
|
+
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;
|
|
249
|
+
var i = s(o, r.i, e.arg);
|
|
250
|
+
if ("throw" === i.type) return e.method = "throw", e.arg = i.arg, e.delegate = null, f;
|
|
264
251
|
var a = i.arg;
|
|
265
|
-
return a ? a.done ? (r
|
|
252
|
+
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);
|
|
266
253
|
}
|
|
267
|
-
function
|
|
268
|
-
|
|
269
|
-
tryLoc: t[0]
|
|
270
|
-
};
|
|
271
|
-
1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e);
|
|
254
|
+
function w(t) {
|
|
255
|
+
this.tryEntries.push(t);
|
|
272
256
|
}
|
|
273
|
-
function
|
|
274
|
-
var e =
|
|
275
|
-
e.type = "normal",
|
|
257
|
+
function m(r) {
|
|
258
|
+
var e = r[4] || {};
|
|
259
|
+
e.type = "normal", e.arg = t, r[4] = e;
|
|
276
260
|
}
|
|
277
261
|
function Context(t) {
|
|
278
|
-
this.tryEntries = [
|
|
279
|
-
tryLoc: "root"
|
|
280
|
-
}], t.forEach(pushTryEntry, this), this.reset(!0);
|
|
262
|
+
this.tryEntries = [[-1]], t.forEach(w, this), this.reset(!0);
|
|
281
263
|
}
|
|
282
|
-
function
|
|
283
|
-
if (
|
|
284
|
-
var
|
|
285
|
-
if (
|
|
286
|
-
if ("function" == typeof
|
|
287
|
-
if (!isNaN(
|
|
264
|
+
function x(r) {
|
|
265
|
+
if (null != r) {
|
|
266
|
+
var e = r[i];
|
|
267
|
+
if (e) return e.call(r);
|
|
268
|
+
if ("function" == typeof r.next) return r;
|
|
269
|
+
if (!isNaN(r.length)) {
|
|
288
270
|
var o = -1,
|
|
289
|
-
|
|
290
|
-
for (; ++o <
|
|
291
|
-
return
|
|
271
|
+
a = function e() {
|
|
272
|
+
for (; ++o < r.length;) if (n.call(r, o)) return e.value = r[o], e.done = !1, e;
|
|
273
|
+
return e.value = t, e.done = !0, e;
|
|
292
274
|
};
|
|
293
|
-
return
|
|
275
|
+
return a.next = a;
|
|
294
276
|
}
|
|
295
277
|
}
|
|
296
|
-
throw new TypeError(typeof
|
|
278
|
+
throw new TypeError(typeof r + " is not iterable");
|
|
297
279
|
}
|
|
298
|
-
return GeneratorFunction.prototype = GeneratorFunctionPrototype,
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
}), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) {
|
|
305
|
-
var e = "function" == typeof t && t.constructor;
|
|
306
|
-
return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name));
|
|
307
|
-
}, e.mark = function (t) {
|
|
308
|
-
return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t;
|
|
309
|
-
}, e.awrap = function (t) {
|
|
280
|
+
return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), c(GeneratorFunctionPrototype, u, GeneratorFunction.displayName = "GeneratorFunction"), r.isGeneratorFunction = function (t) {
|
|
281
|
+
var r = "function" == typeof t && t.constructor;
|
|
282
|
+
return !!r && (r === GeneratorFunction || "GeneratorFunction" === (r.displayName || r.name));
|
|
283
|
+
}, r.mark = function (t) {
|
|
284
|
+
return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, c(t, u, "GeneratorFunction")), t.prototype = Object.create(v), t;
|
|
285
|
+
}, r.awrap = function (t) {
|
|
310
286
|
return {
|
|
311
287
|
__await: t
|
|
312
288
|
};
|
|
313
|
-
},
|
|
289
|
+
}, g(AsyncIterator.prototype), c(AsyncIterator.prototype, a, function () {
|
|
314
290
|
return this;
|
|
315
|
-
}),
|
|
291
|
+
}), r.AsyncIterator = AsyncIterator, r.async = function (t, e, n, o, i) {
|
|
316
292
|
void 0 === i && (i = Promise);
|
|
317
|
-
var a = new AsyncIterator(
|
|
318
|
-
return
|
|
293
|
+
var a = new AsyncIterator(h(t, e, n, o), i);
|
|
294
|
+
return r.isGeneratorFunction(e) ? a : a.next().then(function (t) {
|
|
319
295
|
return t.done ? t.value : a.next();
|
|
320
296
|
});
|
|
321
|
-
},
|
|
297
|
+
}, g(v), c(v, u, "Generator"), c(v, i, function () {
|
|
322
298
|
return this;
|
|
323
|
-
}),
|
|
299
|
+
}), c(v, "toString", function () {
|
|
324
300
|
return "[object Generator]";
|
|
325
|
-
}),
|
|
326
|
-
var
|
|
327
|
-
|
|
328
|
-
for (var n in
|
|
329
|
-
return
|
|
330
|
-
for (;
|
|
331
|
-
|
|
332
|
-
if (t in e) return next.value = t, next.done = !1, next;
|
|
333
|
-
}
|
|
334
|
-
return next.done = !0, next;
|
|
301
|
+
}), r.keys = function (t) {
|
|
302
|
+
var r = Object(t),
|
|
303
|
+
e = [];
|
|
304
|
+
for (var n in r) e.unshift(n);
|
|
305
|
+
return function t() {
|
|
306
|
+
for (; e.length;) if ((n = e.pop()) in r) return t.value = n, t.done = !1, t;
|
|
307
|
+
return t.done = !0, t;
|
|
335
308
|
};
|
|
336
|
-
},
|
|
309
|
+
}, r.values = x, Context.prototype = {
|
|
337
310
|
constructor: Context,
|
|
338
|
-
reset: function (
|
|
339
|
-
if (this.prev =
|
|
311
|
+
reset: function (r) {
|
|
312
|
+
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);
|
|
340
313
|
},
|
|
341
314
|
stop: function () {
|
|
342
315
|
this.done = !0;
|
|
343
|
-
var t = this.tryEntries[0]
|
|
316
|
+
var t = this.tryEntries[0][4];
|
|
344
317
|
if ("throw" === t.type) throw t.arg;
|
|
345
318
|
return this.rval;
|
|
346
319
|
},
|
|
347
|
-
dispatchException: function (
|
|
348
|
-
if (this.done) throw
|
|
349
|
-
var
|
|
350
|
-
function
|
|
351
|
-
|
|
320
|
+
dispatchException: function (r) {
|
|
321
|
+
if (this.done) throw r;
|
|
322
|
+
var e = this;
|
|
323
|
+
function n(t) {
|
|
324
|
+
a.type = "throw", a.arg = r, e.next = t;
|
|
352
325
|
}
|
|
353
|
-
for (var o =
|
|
326
|
+
for (var o = e.tryEntries.length - 1; o >= 0; --o) {
|
|
354
327
|
var i = this.tryEntries[o],
|
|
355
|
-
a = i
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
|
|
365
|
-
} else {
|
|
366
|
-
if (!u) throw Error("try statement without catch or finally");
|
|
367
|
-
if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
|
|
368
|
-
}
|
|
328
|
+
a = i[4],
|
|
329
|
+
u = this.prev,
|
|
330
|
+
c = i[1],
|
|
331
|
+
h = i[2];
|
|
332
|
+
if (-1 === i[0]) return n("end"), !1;
|
|
333
|
+
if (!c && !h) throw Error("try statement without catch or finally");
|
|
334
|
+
if (null != i[0] && i[0] <= u) {
|
|
335
|
+
if (u < c) return this.method = "next", this.arg = t, n(c), !0;
|
|
336
|
+
if (u < h) return n(h), !1;
|
|
369
337
|
}
|
|
370
338
|
}
|
|
371
339
|
},
|
|
372
|
-
abrupt: function (t,
|
|
373
|
-
for (var
|
|
374
|
-
var
|
|
375
|
-
if (
|
|
376
|
-
var
|
|
340
|
+
abrupt: function (t, r) {
|
|
341
|
+
for (var e = this.tryEntries.length - 1; e >= 0; --e) {
|
|
342
|
+
var n = this.tryEntries[e];
|
|
343
|
+
if (n[0] > -1 && n[0] <= this.prev && this.prev < n[2]) {
|
|
344
|
+
var o = n;
|
|
377
345
|
break;
|
|
378
346
|
}
|
|
379
347
|
}
|
|
380
|
-
|
|
381
|
-
var
|
|
382
|
-
return
|
|
348
|
+
o && ("break" === t || "continue" === t) && o[0] <= r && r <= o[2] && (o = null);
|
|
349
|
+
var i = o ? o[4] : {};
|
|
350
|
+
return i.type = t, i.arg = r, o ? (this.method = "next", this.next = o[2], f) : this.complete(i);
|
|
383
351
|
},
|
|
384
|
-
complete: function (t,
|
|
352
|
+
complete: function (t, r) {
|
|
385
353
|
if ("throw" === t.type) throw t.arg;
|
|
386
|
-
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 &&
|
|
354
|
+
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;
|
|
387
355
|
},
|
|
388
356
|
finish: function (t) {
|
|
389
|
-
for (var
|
|
390
|
-
var
|
|
391
|
-
if (
|
|
357
|
+
for (var r = this.tryEntries.length - 1; r >= 0; --r) {
|
|
358
|
+
var e = this.tryEntries[r];
|
|
359
|
+
if (e[2] === t) return this.complete(e[4], e[3]), m(e), f;
|
|
392
360
|
}
|
|
393
361
|
},
|
|
394
362
|
catch: function (t) {
|
|
395
|
-
for (var
|
|
396
|
-
var
|
|
397
|
-
if (
|
|
398
|
-
var n =
|
|
363
|
+
for (var r = this.tryEntries.length - 1; r >= 0; --r) {
|
|
364
|
+
var e = this.tryEntries[r];
|
|
365
|
+
if (e[0] === t) {
|
|
366
|
+
var n = e[4];
|
|
399
367
|
if ("throw" === n.type) {
|
|
400
368
|
var o = n.arg;
|
|
401
|
-
|
|
369
|
+
m(e);
|
|
402
370
|
}
|
|
403
371
|
return o;
|
|
404
372
|
}
|
|
405
373
|
}
|
|
406
374
|
throw Error("illegal catch attempt");
|
|
407
375
|
},
|
|
408
|
-
delegateYield: function (
|
|
376
|
+
delegateYield: function (r, e, n) {
|
|
409
377
|
return this.delegate = {
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
}, "next" === this.method && (this.arg = t),
|
|
378
|
+
i: x(r),
|
|
379
|
+
r: e,
|
|
380
|
+
n: n
|
|
381
|
+
}, "next" === this.method && (this.arg = t), f;
|
|
414
382
|
}
|
|
415
|
-
},
|
|
383
|
+
}, r;
|
|
416
384
|
}
|
|
417
385
|
function _toConsumableArray(r) {
|
|
418
386
|
return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
|
|
@@ -525,6 +493,7 @@
|
|
|
525
493
|
// layer-01
|
|
526
494
|
var layer01$3 = colors$1.gray10;
|
|
527
495
|
var layerActive01$3 = colors$1.gray30;
|
|
496
|
+
var layerBackground01$3 = colors$1.white;
|
|
528
497
|
var layerHover01$3 = colors$1.gray10Hover;
|
|
529
498
|
var layerSelected01$3 = colors$1.gray20;
|
|
530
499
|
var layerSelectedHover01$3 = colors$1.gray20Hover;
|
|
@@ -532,6 +501,7 @@
|
|
|
532
501
|
// layer-02
|
|
533
502
|
var layer02$3 = colors$1.white;
|
|
534
503
|
var layerActive02$3 = colors$1.gray30;
|
|
504
|
+
var layerBackground02$3 = colors$1.gray10;
|
|
535
505
|
var layerHover02$3 = colors$1.whiteHover;
|
|
536
506
|
var layerSelected02$3 = colors$1.gray20;
|
|
537
507
|
var layerSelectedHover02$3 = colors$1.gray20Hover;
|
|
@@ -539,6 +509,7 @@
|
|
|
539
509
|
// layer-03
|
|
540
510
|
var layer03$3 = colors$1.gray10;
|
|
541
511
|
var layerActive03$3 = colors$1.gray30;
|
|
512
|
+
var layerBackground03$3 = colors$1.white;
|
|
542
513
|
var layerHover03$3 = colors$1.gray10Hover;
|
|
543
514
|
var layerSelected03$3 = colors$1.gray20;
|
|
544
515
|
var layerSelectedHover03$3 = colors$1.gray20Hover;
|
|
@@ -735,16 +706,19 @@
|
|
|
735
706
|
backgroundSelectedHover: backgroundSelectedHover$7,
|
|
736
707
|
layer01: layer01$3,
|
|
737
708
|
layerActive01: layerActive01$3,
|
|
709
|
+
layerBackground01: layerBackground01$3,
|
|
738
710
|
layerHover01: layerHover01$3,
|
|
739
711
|
layerSelected01: layerSelected01$3,
|
|
740
712
|
layerSelectedHover01: layerSelectedHover01$3,
|
|
741
713
|
layer02: layer02$3,
|
|
742
714
|
layerActive02: layerActive02$3,
|
|
715
|
+
layerBackground02: layerBackground02$3,
|
|
743
716
|
layerHover02: layerHover02$3,
|
|
744
717
|
layerSelected02: layerSelected02$3,
|
|
745
718
|
layerSelectedHover02: layerSelectedHover02$3,
|
|
746
719
|
layer03: layer03$3,
|
|
747
720
|
layerActive03: layerActive03$3,
|
|
721
|
+
layerBackground03: layerBackground03$3,
|
|
748
722
|
layerHover03: layerHover03$3,
|
|
749
723
|
layerSelected03: layerSelected03$3,
|
|
750
724
|
layerSelectedHover03: layerSelectedHover03$3,
|
|
@@ -958,6 +932,7 @@
|
|
|
958
932
|
// layer-01
|
|
959
933
|
var layer01$2 = colors$1.white;
|
|
960
934
|
var layerActive01$2 = colors$1.gray30;
|
|
935
|
+
var layerBackground01$2 = colors$1.gray10;
|
|
961
936
|
var layerHover01$2 = colors$1.whiteHover;
|
|
962
937
|
var layerSelected01$2 = colors$1.gray20;
|
|
963
938
|
var layerSelectedHover01$2 = colors$1.gray20Hover;
|
|
@@ -965,6 +940,7 @@
|
|
|
965
940
|
// layer-02
|
|
966
941
|
var layer02$2 = colors$1.gray10;
|
|
967
942
|
var layerActive02$2 = colors$1.gray30;
|
|
943
|
+
var layerBackground02$2 = colors$1.white;
|
|
968
944
|
var layerHover02$2 = colors$1.gray10Hover;
|
|
969
945
|
var layerSelected02$2 = colors$1.gray20;
|
|
970
946
|
var layerSelectedHover02$2 = colors$1.gray20Hover;
|
|
@@ -972,6 +948,7 @@
|
|
|
972
948
|
// layer-03
|
|
973
949
|
var layer03$2 = colors$1.white;
|
|
974
950
|
var layerActive03$2 = colors$1.gray30;
|
|
951
|
+
var layerBackground03$2 = colors$1.gray10;
|
|
975
952
|
var layerHover03$2 = colors$1.whiteHover;
|
|
976
953
|
var layerSelected03$2 = colors$1.gray20;
|
|
977
954
|
var layerSelectedHover03$2 = colors$1.gray20Hover;
|
|
@@ -1168,16 +1145,19 @@
|
|
|
1168
1145
|
backgroundSelectedHover: backgroundSelectedHover$6,
|
|
1169
1146
|
layer01: layer01$2,
|
|
1170
1147
|
layerActive01: layerActive01$2,
|
|
1148
|
+
layerBackground01: layerBackground01$2,
|
|
1171
1149
|
layerHover01: layerHover01$2,
|
|
1172
1150
|
layerSelected01: layerSelected01$2,
|
|
1173
1151
|
layerSelectedHover01: layerSelectedHover01$2,
|
|
1174
1152
|
layer02: layer02$2,
|
|
1175
1153
|
layerActive02: layerActive02$2,
|
|
1154
|
+
layerBackground02: layerBackground02$2,
|
|
1176
1155
|
layerHover02: layerHover02$2,
|
|
1177
1156
|
layerSelected02: layerSelected02$2,
|
|
1178
1157
|
layerSelectedHover02: layerSelectedHover02$2,
|
|
1179
1158
|
layer03: layer03$2,
|
|
1180
1159
|
layerActive03: layerActive03$2,
|
|
1160
|
+
layerBackground03: layerBackground03$2,
|
|
1181
1161
|
layerHover03: layerHover03$2,
|
|
1182
1162
|
layerSelected03: layerSelected03$2,
|
|
1183
1163
|
layerSelectedHover03: layerSelectedHover03$2,
|
|
@@ -1391,6 +1371,7 @@
|
|
|
1391
1371
|
// layer-01
|
|
1392
1372
|
var layer01$1 = colors$1.gray80;
|
|
1393
1373
|
var layerActive01$1 = colors$1.gray60;
|
|
1374
|
+
var layerBackground01$1 = colors$1.gray90;
|
|
1394
1375
|
var layerHover01$1 = colors$1.gray80Hover;
|
|
1395
1376
|
var layerSelected01$1 = colors$1.gray70;
|
|
1396
1377
|
var layerSelectedHover01$1 = colors$1.gray70Hover;
|
|
@@ -1398,6 +1379,7 @@
|
|
|
1398
1379
|
// layer-02
|
|
1399
1380
|
var layer02$1 = colors$1.gray70;
|
|
1400
1381
|
var layerActive02$1 = colors$1.gray50;
|
|
1382
|
+
var layerBackground02$1 = colors$1.gray80;
|
|
1401
1383
|
var layerHover02$1 = colors$1.gray70Hover;
|
|
1402
1384
|
var layerSelected02$1 = colors$1.gray60;
|
|
1403
1385
|
var layerSelectedHover02$1 = colors$1.gray60Hover;
|
|
@@ -1405,6 +1387,7 @@
|
|
|
1405
1387
|
// layer-03
|
|
1406
1388
|
var layer03$1 = colors$1.gray60;
|
|
1407
1389
|
var layerActive03$1 = colors$1.gray80;
|
|
1390
|
+
var layerBackground03$1 = colors$1.gray70;
|
|
1408
1391
|
var layerHover03$1 = colors$1.gray60Hover;
|
|
1409
1392
|
var layerSelected03$1 = colors$1.gray70;
|
|
1410
1393
|
var layerSelectedHover03$1 = colors$1.gray70Hover;
|
|
@@ -1601,16 +1584,19 @@
|
|
|
1601
1584
|
backgroundSelectedHover: backgroundSelectedHover$5,
|
|
1602
1585
|
layer01: layer01$1,
|
|
1603
1586
|
layerActive01: layerActive01$1,
|
|
1587
|
+
layerBackground01: layerBackground01$1,
|
|
1604
1588
|
layerHover01: layerHover01$1,
|
|
1605
1589
|
layerSelected01: layerSelected01$1,
|
|
1606
1590
|
layerSelectedHover01: layerSelectedHover01$1,
|
|
1607
1591
|
layer02: layer02$1,
|
|
1608
1592
|
layerActive02: layerActive02$1,
|
|
1593
|
+
layerBackground02: layerBackground02$1,
|
|
1609
1594
|
layerHover02: layerHover02$1,
|
|
1610
1595
|
layerSelected02: layerSelected02$1,
|
|
1611
1596
|
layerSelectedHover02: layerSelectedHover02$1,
|
|
1612
1597
|
layer03: layer03$1,
|
|
1613
1598
|
layerActive03: layerActive03$1,
|
|
1599
|
+
layerBackground03: layerBackground03$1,
|
|
1614
1600
|
layerHover03: layerHover03$1,
|
|
1615
1601
|
layerSelected03: layerSelected03$1,
|
|
1616
1602
|
layerSelectedHover03: layerSelectedHover03$1,
|
|
@@ -1824,6 +1810,7 @@
|
|
|
1824
1810
|
// layer-01
|
|
1825
1811
|
var layer01 = colors$1.gray90;
|
|
1826
1812
|
var layerActive01 = colors$1.gray70;
|
|
1813
|
+
var layerBackground01 = colors$1.gray100;
|
|
1827
1814
|
var layerHover01 = colors$1.gray90Hover;
|
|
1828
1815
|
var layerSelected01 = colors$1.gray80;
|
|
1829
1816
|
var layerSelectedHover01 = colors$1.gray80Hover;
|
|
@@ -1831,6 +1818,7 @@
|
|
|
1831
1818
|
// layer-02
|
|
1832
1819
|
var layer02 = colors$1.gray80;
|
|
1833
1820
|
var layerActive02 = colors$1.gray60;
|
|
1821
|
+
var layerBackground02 = colors$1.gray90;
|
|
1834
1822
|
var layerHover02 = colors$1.gray80Hover;
|
|
1835
1823
|
var layerSelected02 = colors$1.gray70;
|
|
1836
1824
|
var layerSelectedHover02 = colors$1.gray70Hover;
|
|
@@ -1838,6 +1826,7 @@
|
|
|
1838
1826
|
// layer-03
|
|
1839
1827
|
var layer03 = colors$1.gray70;
|
|
1840
1828
|
var layerActive03 = colors$1.gray50;
|
|
1829
|
+
var layerBackground03 = colors$1.gray80;
|
|
1841
1830
|
var layerHover03 = colors$1.gray70Hover;
|
|
1842
1831
|
var layerSelected03 = colors$1.gray60;
|
|
1843
1832
|
var layerSelectedHover03 = colors$1.gray60Hover;
|
|
@@ -2034,16 +2023,19 @@
|
|
|
2034
2023
|
backgroundSelectedHover: backgroundSelectedHover$4,
|
|
2035
2024
|
layer01: layer01,
|
|
2036
2025
|
layerActive01: layerActive01,
|
|
2026
|
+
layerBackground01: layerBackground01,
|
|
2037
2027
|
layerHover01: layerHover01,
|
|
2038
2028
|
layerSelected01: layerSelected01,
|
|
2039
2029
|
layerSelectedHover01: layerSelectedHover01,
|
|
2040
2030
|
layer02: layer02,
|
|
2041
2031
|
layerActive02: layerActive02,
|
|
2032
|
+
layerBackground02: layerBackground02,
|
|
2042
2033
|
layerHover02: layerHover02,
|
|
2043
2034
|
layerSelected02: layerSelected02,
|
|
2044
2035
|
layerSelectedHover02: layerSelectedHover02,
|
|
2045
2036
|
layer03: layer03,
|
|
2046
2037
|
layerActive03: layerActive03,
|
|
2038
|
+
layerBackground03: layerBackground03,
|
|
2047
2039
|
layerHover03: layerHover03,
|
|
2048
2040
|
layerSelected03: layerSelected03,
|
|
2049
2041
|
layerSelectedHover03: layerSelectedHover03,
|
|
@@ -3883,7 +3875,7 @@
|
|
|
3883
3875
|
'background', 'layer', 'layerAccent', 'layerAccentHover', 'layerAccentActive', 'field', 'backgroundInverse', 'backgroundBrand', 'interactive', 'borderSubtle', 'borderStrong', 'borderInverse', 'borderInteractive', 'textPrimary', 'textSecondary', 'textPlaceholder', 'textHelper', 'textOnColor', 'textInverse', 'linkPrimary', 'linkSecondary', 'linkVisited', 'linkInverse', 'iconPrimary', 'iconSecondary', 'iconOnColor', 'iconInverse', 'supportError', 'supportSuccess', 'supportWarning', 'supportInfo', 'supportErrorInverse', 'supportSuccessInverse', 'supportWarningInverse', 'supportInfoInverse', 'overlay', 'toggleOff', 'shadow', 'buttonPrimary', 'buttonSecondary', 'buttonTertiary', 'buttonDangerPrimary', 'buttonDangerSecondary', 'backgroundActive', 'layerActive', 'buttonDangerActive', 'buttonPrimaryActive', 'buttonSecondaryActive', 'buttonTertiaryActive', 'focusInset', 'focusInverse', 'backgroundHover', 'layerHover', 'fieldHover', 'backgroundInverseHover', 'linkPrimaryHover', 'buttonDangerHover', 'buttonPrimaryHover', 'buttonSecondaryHover', 'buttonTertiaryHover', 'backgroundSelected', 'backgroundSelectedHover', 'layerSelected', 'layerSelectedHover', 'layerSelectedInverse', 'borderSubtleSelected', 'borderDisabled', 'textDisabled', 'buttonDisabled', 'iconDisabled', 'textOnColorDisabled', 'iconOnColorDisabled', 'layerSelectedDisabled', 'skeletonBackground', 'skeletonElement',
|
|
3884
3876
|
// Deprecated
|
|
3885
3877
|
'brand01', 'brand02', 'brand03', 'active01', 'hoverField', 'danger'];
|
|
3886
|
-
var tokens$
|
|
3878
|
+
var tokens$5 = {
|
|
3887
3879
|
colors: colors,
|
|
3888
3880
|
type: type$2.unstable_tokens,
|
|
3889
3881
|
layout: layout$2.unstable_tokens
|
|
@@ -3902,14 +3894,14 @@
|
|
|
3902
3894
|
g100: g100
|
|
3903
3895
|
};
|
|
3904
3896
|
|
|
3905
|
-
var index$
|
|
3897
|
+
var index$5 = /*#__PURE__*/Object.freeze({
|
|
3906
3898
|
__proto__: null,
|
|
3907
3899
|
white: white,
|
|
3908
3900
|
g10: g10,
|
|
3909
3901
|
g90: g90,
|
|
3910
3902
|
g100: g100,
|
|
3911
3903
|
themes: themes$1,
|
|
3912
|
-
tokens: tokens$
|
|
3904
|
+
tokens: tokens$5,
|
|
3913
3905
|
caption01: type$2.caption01,
|
|
3914
3906
|
caption02: type$2.caption02,
|
|
3915
3907
|
label01: type$2.label01,
|
|
@@ -4253,7 +4245,7 @@
|
|
|
4253
4245
|
g100: 'rgb(141 141 141 / 30%)'
|
|
4254
4246
|
};
|
|
4255
4247
|
|
|
4256
|
-
var tokens$
|
|
4248
|
+
var tokens$4 = /*#__PURE__*/Object.freeze({
|
|
4257
4249
|
__proto__: null,
|
|
4258
4250
|
buttonSeparator: buttonSeparator,
|
|
4259
4251
|
buttonPrimary: buttonPrimary,
|
|
@@ -4279,9 +4271,9 @@
|
|
|
4279
4271
|
* LICENSE file in the root directory of this source tree.
|
|
4280
4272
|
*/
|
|
4281
4273
|
|
|
4282
|
-
var index$
|
|
4274
|
+
var index$4 = /*#__PURE__*/Object.freeze({
|
|
4283
4275
|
__proto__: null,
|
|
4284
|
-
buttonTokens: tokens$
|
|
4276
|
+
buttonTokens: tokens$4
|
|
4285
4277
|
});
|
|
4286
4278
|
|
|
4287
4279
|
/**
|
|
@@ -4531,7 +4523,7 @@
|
|
|
4531
4523
|
g100: colors$1.warmGray50
|
|
4532
4524
|
};
|
|
4533
4525
|
|
|
4534
|
-
var tokens$
|
|
4526
|
+
var tokens$3 = /*#__PURE__*/Object.freeze({
|
|
4535
4527
|
__proto__: null,
|
|
4536
4528
|
tagBackgroundRed: tagBackgroundRed,
|
|
4537
4529
|
tagColorRed: tagColorRed,
|
|
@@ -4582,9 +4574,9 @@
|
|
|
4582
4574
|
* LICENSE file in the root directory of this source tree.
|
|
4583
4575
|
*/
|
|
4584
4576
|
|
|
4585
|
-
var index$
|
|
4577
|
+
var index$3 = /*#__PURE__*/Object.freeze({
|
|
4586
4578
|
__proto__: null,
|
|
4587
|
-
tagTokens: tokens$
|
|
4579
|
+
tagTokens: tokens$3
|
|
4588
4580
|
});
|
|
4589
4581
|
|
|
4590
4582
|
/**
|
|
@@ -4652,7 +4644,7 @@
|
|
|
4652
4644
|
g100: textOnColorDisabled$7
|
|
4653
4645
|
};
|
|
4654
4646
|
|
|
4655
|
-
var tokens$
|
|
4647
|
+
var tokens$2 = /*#__PURE__*/Object.freeze({
|
|
4656
4648
|
__proto__: null,
|
|
4657
4649
|
notificationBackgroundError: notificationBackgroundError,
|
|
4658
4650
|
notificationBackgroundSuccess: notificationBackgroundSuccess,
|
|
@@ -4673,9 +4665,9 @@
|
|
|
4673
4665
|
* LICENSE file in the root directory of this source tree.
|
|
4674
4666
|
*/
|
|
4675
4667
|
|
|
4676
|
-
var index$
|
|
4668
|
+
var index$2 = /*#__PURE__*/Object.freeze({
|
|
4677
4669
|
__proto__: null,
|
|
4678
|
-
notificationTokens: tokens$
|
|
4670
|
+
notificationTokens: tokens$2
|
|
4679
4671
|
});
|
|
4680
4672
|
|
|
4681
4673
|
/**
|
|
@@ -4741,7 +4733,7 @@
|
|
|
4741
4733
|
g100: colors$1.gray100
|
|
4742
4734
|
};
|
|
4743
4735
|
|
|
4744
|
-
var tokens = /*#__PURE__*/Object.freeze({
|
|
4736
|
+
var tokens$1 = /*#__PURE__*/Object.freeze({
|
|
4745
4737
|
__proto__: null,
|
|
4746
4738
|
statusRed: statusRed,
|
|
4747
4739
|
statusOrange: statusOrange,
|
|
@@ -4755,6 +4747,51 @@
|
|
|
4755
4747
|
statusAccessibilityBackground: statusAccessibilityBackground
|
|
4756
4748
|
});
|
|
4757
4749
|
|
|
4750
|
+
/**
|
|
4751
|
+
* Copyright IBM Corp. 2025
|
|
4752
|
+
*
|
|
4753
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
4754
|
+
* LICENSE file in the root directory of this source tree.
|
|
4755
|
+
*/
|
|
4756
|
+
|
|
4757
|
+
var index$1 = /*#__PURE__*/Object.freeze({
|
|
4758
|
+
__proto__: null,
|
|
4759
|
+
statusTokens: tokens$1
|
|
4760
|
+
});
|
|
4761
|
+
|
|
4762
|
+
/**
|
|
4763
|
+
* Copyright IBM Corp. 2025
|
|
4764
|
+
*
|
|
4765
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
4766
|
+
* LICENSE file in the root directory of this source tree.
|
|
4767
|
+
*/
|
|
4768
|
+
var transparent = 'rgba(0, 0, 0, 0)';
|
|
4769
|
+
var contentSwitcherSelected = {
|
|
4770
|
+
whiteTheme: colors$1.white,
|
|
4771
|
+
g10: colors$1.white,
|
|
4772
|
+
g90: colors$1.rgba(colors$1.gray50, 0.24),
|
|
4773
|
+
g100: colors$1.rgba(colors$1.gray50, 0.24)
|
|
4774
|
+
};
|
|
4775
|
+
var contentSwitcherBackground = {
|
|
4776
|
+
whiteTheme: colors$1.gray20,
|
|
4777
|
+
g10: colors$1.gray20,
|
|
4778
|
+
g90: transparent,
|
|
4779
|
+
g100: transparent
|
|
4780
|
+
};
|
|
4781
|
+
var contentSwitcherBackgroundHover = {
|
|
4782
|
+
whiteTheme: colors$1.gray20Hover,
|
|
4783
|
+
g10: colors$1.gray20Hover,
|
|
4784
|
+
g90: colors$1.rgba(colors$1.gray50, 0.12),
|
|
4785
|
+
g100: colors$1.rgba(colors$1.gray50, 0.12)
|
|
4786
|
+
};
|
|
4787
|
+
|
|
4788
|
+
var tokens = /*#__PURE__*/Object.freeze({
|
|
4789
|
+
__proto__: null,
|
|
4790
|
+
contentSwitcherSelected: contentSwitcherSelected,
|
|
4791
|
+
contentSwitcherBackground: contentSwitcherBackground,
|
|
4792
|
+
contentSwitcherBackgroundHover: contentSwitcherBackgroundHover
|
|
4793
|
+
});
|
|
4794
|
+
|
|
4758
4795
|
/**
|
|
4759
4796
|
* Copyright IBM Corp. 2025
|
|
4760
4797
|
*
|
|
@@ -4764,7 +4801,7 @@
|
|
|
4764
4801
|
|
|
4765
4802
|
var index = /*#__PURE__*/Object.freeze({
|
|
4766
4803
|
__proto__: null,
|
|
4767
|
-
|
|
4804
|
+
contentSwitcherTokens: tokens
|
|
4768
4805
|
});
|
|
4769
4806
|
|
|
4770
4807
|
/**
|
|
@@ -5068,6 +5105,8 @@
|
|
|
5068
5105
|
}, {
|
|
5069
5106
|
state: 'active',
|
|
5070
5107
|
name: 'layer-active-01'
|
|
5108
|
+
}, {
|
|
5109
|
+
name: 'layer-background-01'
|
|
5071
5110
|
}, {
|
|
5072
5111
|
state: 'hover',
|
|
5073
5112
|
name: 'layer-hover-01'
|
|
@@ -5082,6 +5121,8 @@
|
|
|
5082
5121
|
}, {
|
|
5083
5122
|
state: 'active',
|
|
5084
5123
|
name: 'layer-active-02'
|
|
5124
|
+
}, {
|
|
5125
|
+
name: 'layer-background-02'
|
|
5085
5126
|
}, {
|
|
5086
5127
|
state: 'hover',
|
|
5087
5128
|
name: 'layer-hover-02'
|
|
@@ -5096,6 +5137,8 @@
|
|
|
5096
5137
|
}, {
|
|
5097
5138
|
state: 'active',
|
|
5098
5139
|
name: 'layer-active-03'
|
|
5140
|
+
}, {
|
|
5141
|
+
name: 'layer-background-03'
|
|
5099
5142
|
}, {
|
|
5100
5143
|
state: 'hover',
|
|
5101
5144
|
name: 'layer-hover-03'
|
|
@@ -5310,13 +5353,19 @@
|
|
|
5310
5353
|
properties: [],
|
|
5311
5354
|
tokens: ['status-red', 'status-orange', 'status-orange-outline', 'status-yellow', 'status-yellow-outline', 'status-purple', 'status-green', 'status-blue', 'status-gray']
|
|
5312
5355
|
});
|
|
5356
|
+
var contentSwitcher = TokenGroup.create({
|
|
5357
|
+
name: 'Content Switcher',
|
|
5358
|
+
properties: [],
|
|
5359
|
+
tokens: ['content-switcher-selected', 'content-switcher-background', 'content-switcher-background-hover']
|
|
5360
|
+
});
|
|
5313
5361
|
|
|
5314
5362
|
var components = /*#__PURE__*/Object.freeze({
|
|
5315
5363
|
__proto__: null,
|
|
5316
5364
|
button: button,
|
|
5317
5365
|
notification: notification,
|
|
5318
5366
|
tag: tag,
|
|
5319
|
-
status: status
|
|
5367
|
+
status: status,
|
|
5368
|
+
contentSwitcher: contentSwitcher
|
|
5320
5369
|
});
|
|
5321
5370
|
|
|
5322
5371
|
/**
|
|
@@ -5752,7 +5801,7 @@
|
|
|
5752
5801
|
exports.borderTile01 = borderTile01$3;
|
|
5753
5802
|
exports.borderTile02 = borderTile02$3;
|
|
5754
5803
|
exports.borderTile03 = borderTile03$3;
|
|
5755
|
-
exports.buttonTokens = index$
|
|
5804
|
+
exports.buttonTokens = index$4;
|
|
5756
5805
|
exports.chatAvatarAgent = chatAvatarAgent$3;
|
|
5757
5806
|
exports.chatAvatarBot = chatAvatarBot$3;
|
|
5758
5807
|
exports.chatAvatarUser = chatAvatarUser$3;
|
|
@@ -5770,6 +5819,7 @@
|
|
|
5770
5819
|
exports.chatPromptBorderEnd = chatPromptBorderEnd$3;
|
|
5771
5820
|
exports.chatPromptBorderStart = chatPromptBorderStart$3;
|
|
5772
5821
|
exports.chatShellBackground = chatShellBackground$3;
|
|
5822
|
+
exports.contentSwitcherTokens = index;
|
|
5773
5823
|
exports.field01 = field01$7;
|
|
5774
5824
|
exports.field02 = field02$7;
|
|
5775
5825
|
exports.field03 = field03$3;
|
|
@@ -5807,6 +5857,9 @@
|
|
|
5807
5857
|
exports.layerActive01 = layerActive01$3;
|
|
5808
5858
|
exports.layerActive02 = layerActive02$3;
|
|
5809
5859
|
exports.layerActive03 = layerActive03$3;
|
|
5860
|
+
exports.layerBackground01 = layerBackground01$3;
|
|
5861
|
+
exports.layerBackground02 = layerBackground02$3;
|
|
5862
|
+
exports.layerBackground03 = layerBackground03$3;
|
|
5810
5863
|
exports.layerHover01 = layerHover01$3;
|
|
5811
5864
|
exports.layerHover02 = layerHover02$3;
|
|
5812
5865
|
exports.layerHover03 = layerHover03$3;
|
|
@@ -5826,12 +5879,12 @@
|
|
|
5826
5879
|
exports.linkPrimaryHover = linkPrimaryHover$7;
|
|
5827
5880
|
exports.linkSecondary = linkSecondary$7;
|
|
5828
5881
|
exports.linkVisited = linkVisited$7;
|
|
5829
|
-
exports.notificationTokens = index$
|
|
5882
|
+
exports.notificationTokens = index$2;
|
|
5830
5883
|
exports.overlay = overlay$7;
|
|
5831
5884
|
exports.shadow = shadow$7;
|
|
5832
5885
|
exports.skeletonBackground = skeletonBackground$7;
|
|
5833
5886
|
exports.skeletonElement = skeletonElement$7;
|
|
5834
|
-
exports.statusTokens = index;
|
|
5887
|
+
exports.statusTokens = index$1;
|
|
5835
5888
|
exports.supportCautionMajor = supportCautionMajor$3;
|
|
5836
5889
|
exports.supportCautionMinor = supportCautionMinor$3;
|
|
5837
5890
|
exports.supportCautionUndefined = supportCautionUndefined$3;
|
|
@@ -5843,7 +5896,7 @@
|
|
|
5843
5896
|
exports.supportSuccessInverse = supportSuccessInverse$7;
|
|
5844
5897
|
exports.supportWarning = supportWarning$7;
|
|
5845
5898
|
exports.supportWarningInverse = supportWarningInverse$7;
|
|
5846
|
-
exports.tagTokens = index$
|
|
5899
|
+
exports.tagTokens = index$3;
|
|
5847
5900
|
exports.textDisabled = textDisabled$7;
|
|
5848
5901
|
exports.textError = textError$7;
|
|
5849
5902
|
exports.textHelper = textHelper$7;
|
|
@@ -5856,7 +5909,7 @@
|
|
|
5856
5909
|
exports.themes = themes;
|
|
5857
5910
|
exports.toggleOff = toggleOff$7;
|
|
5858
5911
|
exports.unstable_metadata = unstable_metadata;
|
|
5859
|
-
exports.v10 = index$
|
|
5912
|
+
exports.v10 = index$5;
|
|
5860
5913
|
exports.white = white$1;
|
|
5861
5914
|
|
|
5862
5915
|
Object.defineProperty(exports, '__esModule', { value: true });
|