@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/lib/index.js CHANGED
@@ -118,47 +118,77 @@ function _objectSpread2(e) {
118
118
  }
119
119
  function _regeneratorRuntime() {
120
120
  _regeneratorRuntime = function () {
121
- return e;
121
+ return r;
122
122
  };
123
123
  var t,
124
- e = {},
125
- r = Object.prototype,
126
- n = r.hasOwnProperty,
127
- o = Object.defineProperty || function (t, e, r) {
128
- t[e] = r.value;
129
- },
130
- i = "function" == typeof Symbol ? Symbol : {},
131
- a = i.iterator || "@@iterator",
132
- c = i.asyncIterator || "@@asyncIterator",
133
- u = i.toStringTag || "@@toStringTag";
134
- function define(t, e, r) {
135
- return Object.defineProperty(t, e, {
136
- value: r,
137
- enumerable: !0,
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
- define({}, "");
140
+ c({}, "");
144
141
  } catch (t) {
145
- define = function (t, e, r) {
146
- return t[e] = r;
142
+ c = function (t, r, e) {
143
+ return t[r] = e;
147
144
  };
148
145
  }
149
- function wrap(t, e, r, n) {
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
- c = new Context(n || []);
153
- return o(a, "_invoke", {
154
- value: makeInvokeMethod(t, r, c)
155
- }), a;
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 tryCatch(t, e, r) {
187
+ function s(t, r, e) {
158
188
  try {
159
189
  return {
160
190
  type: "normal",
161
- arg: t.call(e, r)
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
- e.wrap = wrap;
171
- var h = "suspendedStart",
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 p = {};
180
- define(p, a, function () {
205
+ var l = {};
206
+ c(l, i, function () {
181
207
  return this;
182
208
  });
183
- var d = Object.getPrototypeOf,
184
- v = d && d(d(values([])));
185
- v && v !== r && n.call(v, a) && (p = v);
186
- var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p);
187
- function defineIteratorMethods(t) {
188
- ["next", "throw", "return"].forEach(function (e) {
189
- define(t, e, function (t) {
190
- return this._invoke(e, t);
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, e) {
195
- function invoke(r, o, i, a) {
196
- var c = tryCatch(t[r], t, o);
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 u = c.arg,
199
- h = u.value;
200
- return h && "object" == typeof h && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) {
201
- invoke("next", t, i, a);
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
- invoke("throw", t, i, a);
204
- }) : e.resolve(h).then(function (t) {
205
- u.value = t, i(u);
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 invoke("throw", t, i, a);
233
+ return e("throw", t, a, u);
208
234
  });
209
235
  }
210
- a(c.arg);
236
+ u(c.arg);
211
237
  }
212
- var r;
213
- o(this, "_invoke", {
214
- value: function (t, n) {
215
- function callInvokeWithMethodAndArg() {
216
- return new e(function (e, r) {
217
- invoke(t, n, e, r);
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 maybeInvokeDelegate(e, r) {
262
- var n = r.method,
263
- o = e.iterator[n];
264
- if (o === t) return r.delegate = null, "throw" === n && e.iterator.return && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y;
265
- var i = tryCatch(o, e.iterator, r.arg);
266
- if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y;
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[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y);
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 pushTryEntry(t) {
271
- var e = {
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 resetTryEntry(t) {
277
- var e = t.completion || {};
278
- e.type = "normal", delete e.arg, t.completion = e;
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 values(e) {
286
- if (e || "" === e) {
287
- var r = e[a];
288
- if (r) return r.call(e);
289
- if ("function" == typeof e.next) return e;
290
- if (!isNaN(e.length)) {
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
- i = function next() {
293
- for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next;
294
- return next.value = t, next.done = !0, next;
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 i.next = i;
278
+ return a.next = a;
297
279
  }
298
280
  }
299
- throw new TypeError(typeof e + " is not iterable");
281
+ throw new TypeError(typeof r + " is not iterable");
300
282
  }
301
- return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", {
302
- value: GeneratorFunctionPrototype,
303
- configurable: !0
304
- }), o(GeneratorFunctionPrototype, "constructor", {
305
- value: GeneratorFunction,
306
- configurable: !0
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
- }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () {
292
+ }, g(AsyncIterator.prototype), c(AsyncIterator.prototype, a, function () {
317
293
  return this;
318
- }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) {
294
+ }), r.AsyncIterator = AsyncIterator, r.async = function (t, e, n, o, i) {
319
295
  void 0 === i && (i = Promise);
320
- var a = new AsyncIterator(wrap(t, r, n, o), i);
321
- return e.isGeneratorFunction(r) ? a : a.next().then(function (t) {
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
- }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () {
300
+ }, g(v), c(v, u, "Generator"), c(v, i, function () {
325
301
  return this;
326
- }), define(g, "toString", function () {
302
+ }), c(v, "toString", function () {
327
303
  return "[object Generator]";
328
- }), e.keys = function (t) {
329
- var e = Object(t),
330
- r = [];
331
- for (var n in e) r.push(n);
332
- return r.reverse(), function next() {
333
- for (; r.length;) {
334
- var t = r.pop();
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
- }, e.values = values, Context.prototype = {
312
+ }, r.values = x, Context.prototype = {
340
313
  constructor: Context,
341
- reset: function (e) {
342
- if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t);
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].completion;
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 (e) {
351
- if (this.done) throw e;
352
- var r = this;
353
- function handle(n, o) {
354
- return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o;
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 = this.tryEntries.length - 1; o >= 0; --o) {
329
+ for (var o = e.tryEntries.length - 1; o >= 0; --o) {
357
330
  var i = this.tryEntries[o],
358
- a = i.completion;
359
- if ("root" === i.tryLoc) return handle("end");
360
- if (i.tryLoc <= this.prev) {
361
- var c = n.call(i, "catchLoc"),
362
- u = n.call(i, "finallyLoc");
363
- if (c && u) {
364
- if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
365
- if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
366
- } else if (c) {
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, e) {
376
- for (var r = this.tryEntries.length - 1; r >= 0; --r) {
377
- var o = this.tryEntries[r];
378
- if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) {
379
- var i = o;
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
- i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null);
384
- var a = i ? i.completion : {};
385
- return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a);
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, e) {
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 && e && (this.next = e), y;
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 e = this.tryEntries.length - 1; e >= 0; --e) {
393
- var r = this.tryEntries[e];
394
- if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y;
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 e = this.tryEntries.length - 1; e >= 0; --e) {
399
- var r = this.tryEntries[e];
400
- if (r.tryLoc === t) {
401
- var n = r.completion;
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
- resetTryEntry(r);
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 (e, r, n) {
379
+ delegateYield: function (r, e, n) {
412
380
  return this.delegate = {
413
- iterator: values(e),
414
- resultName: r,
415
- nextLoc: n
416
- }, "next" === this.method && (this.arg = t), y;
381
+ i: x(r),
382
+ r: e,
383
+ n: n
384
+ }, "next" === this.method && (this.arg = t), f;
417
385
  }
418
- }, e;
386
+ }, r;
419
387
  }
420
388
  function _toConsumableArray(r) {
421
389
  return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
@@ -528,6 +496,7 @@ var backgroundSelectedHover$7 = adjustAlpha(colors$1.gray50, 0.32);
528
496
  // layer-01
529
497
  var layer01$3 = colors$1.gray10;
530
498
  var layerActive01$3 = colors$1.gray30;
499
+ var layerBackground01$3 = colors$1.white;
531
500
  var layerHover01$3 = colors$1.gray10Hover;
532
501
  var layerSelected01$3 = colors$1.gray20;
533
502
  var layerSelectedHover01$3 = colors$1.gray20Hover;
@@ -535,6 +504,7 @@ var layerSelectedHover01$3 = colors$1.gray20Hover;
535
504
  // layer-02
536
505
  var layer02$3 = colors$1.white;
537
506
  var layerActive02$3 = colors$1.gray30;
507
+ var layerBackground02$3 = colors$1.gray10;
538
508
  var layerHover02$3 = colors$1.whiteHover;
539
509
  var layerSelected02$3 = colors$1.gray20;
540
510
  var layerSelectedHover02$3 = colors$1.gray20Hover;
@@ -542,6 +512,7 @@ var layerSelectedHover02$3 = colors$1.gray20Hover;
542
512
  // layer-03
543
513
  var layer03$3 = colors$1.gray10;
544
514
  var layerActive03$3 = colors$1.gray30;
515
+ var layerBackground03$3 = colors$1.white;
545
516
  var layerHover03$3 = colors$1.gray10Hover;
546
517
  var layerSelected03$3 = colors$1.gray20;
547
518
  var layerSelectedHover03$3 = colors$1.gray20Hover;
@@ -738,16 +709,19 @@ var white$1 = /*#__PURE__*/Object.freeze({
738
709
  backgroundSelectedHover: backgroundSelectedHover$7,
739
710
  layer01: layer01$3,
740
711
  layerActive01: layerActive01$3,
712
+ layerBackground01: layerBackground01$3,
741
713
  layerHover01: layerHover01$3,
742
714
  layerSelected01: layerSelected01$3,
743
715
  layerSelectedHover01: layerSelectedHover01$3,
744
716
  layer02: layer02$3,
745
717
  layerActive02: layerActive02$3,
718
+ layerBackground02: layerBackground02$3,
746
719
  layerHover02: layerHover02$3,
747
720
  layerSelected02: layerSelected02$3,
748
721
  layerSelectedHover02: layerSelectedHover02$3,
749
722
  layer03: layer03$3,
750
723
  layerActive03: layerActive03$3,
724
+ layerBackground03: layerBackground03$3,
751
725
  layerHover03: layerHover03$3,
752
726
  layerSelected03: layerSelected03$3,
753
727
  layerSelectedHover03: layerSelectedHover03$3,
@@ -961,6 +935,7 @@ var backgroundSelectedHover$6 = adjustAlpha(colors$1.gray50, 0.32);
961
935
  // layer-01
962
936
  var layer01$2 = colors$1.white;
963
937
  var layerActive01$2 = colors$1.gray30;
938
+ var layerBackground01$2 = colors$1.gray10;
964
939
  var layerHover01$2 = colors$1.whiteHover;
965
940
  var layerSelected01$2 = colors$1.gray20;
966
941
  var layerSelectedHover01$2 = colors$1.gray20Hover;
@@ -968,6 +943,7 @@ var layerSelectedHover01$2 = colors$1.gray20Hover;
968
943
  // layer-02
969
944
  var layer02$2 = colors$1.gray10;
970
945
  var layerActive02$2 = colors$1.gray30;
946
+ var layerBackground02$2 = colors$1.white;
971
947
  var layerHover02$2 = colors$1.gray10Hover;
972
948
  var layerSelected02$2 = colors$1.gray20;
973
949
  var layerSelectedHover02$2 = colors$1.gray20Hover;
@@ -975,6 +951,7 @@ var layerSelectedHover02$2 = colors$1.gray20Hover;
975
951
  // layer-03
976
952
  var layer03$2 = colors$1.white;
977
953
  var layerActive03$2 = colors$1.gray30;
954
+ var layerBackground03$2 = colors$1.gray10;
978
955
  var layerHover03$2 = colors$1.whiteHover;
979
956
  var layerSelected03$2 = colors$1.gray20;
980
957
  var layerSelectedHover03$2 = colors$1.gray20Hover;
@@ -1171,16 +1148,19 @@ var g10$1 = /*#__PURE__*/Object.freeze({
1171
1148
  backgroundSelectedHover: backgroundSelectedHover$6,
1172
1149
  layer01: layer01$2,
1173
1150
  layerActive01: layerActive01$2,
1151
+ layerBackground01: layerBackground01$2,
1174
1152
  layerHover01: layerHover01$2,
1175
1153
  layerSelected01: layerSelected01$2,
1176
1154
  layerSelectedHover01: layerSelectedHover01$2,
1177
1155
  layer02: layer02$2,
1178
1156
  layerActive02: layerActive02$2,
1157
+ layerBackground02: layerBackground02$2,
1179
1158
  layerHover02: layerHover02$2,
1180
1159
  layerSelected02: layerSelected02$2,
1181
1160
  layerSelectedHover02: layerSelectedHover02$2,
1182
1161
  layer03: layer03$2,
1183
1162
  layerActive03: layerActive03$2,
1163
+ layerBackground03: layerBackground03$2,
1184
1164
  layerHover03: layerHover03$2,
1185
1165
  layerSelected03: layerSelected03$2,
1186
1166
  layerSelectedHover03: layerSelectedHover03$2,
@@ -1394,6 +1374,7 @@ var backgroundSelectedHover$5 = adjustAlpha(colors$1.gray50, 0.32);
1394
1374
  // layer-01
1395
1375
  var layer01$1 = colors$1.gray80;
1396
1376
  var layerActive01$1 = colors$1.gray60;
1377
+ var layerBackground01$1 = colors$1.gray90;
1397
1378
  var layerHover01$1 = colors$1.gray80Hover;
1398
1379
  var layerSelected01$1 = colors$1.gray70;
1399
1380
  var layerSelectedHover01$1 = colors$1.gray70Hover;
@@ -1401,6 +1382,7 @@ var layerSelectedHover01$1 = colors$1.gray70Hover;
1401
1382
  // layer-02
1402
1383
  var layer02$1 = colors$1.gray70;
1403
1384
  var layerActive02$1 = colors$1.gray50;
1385
+ var layerBackground02$1 = colors$1.gray80;
1404
1386
  var layerHover02$1 = colors$1.gray70Hover;
1405
1387
  var layerSelected02$1 = colors$1.gray60;
1406
1388
  var layerSelectedHover02$1 = colors$1.gray60Hover;
@@ -1408,6 +1390,7 @@ var layerSelectedHover02$1 = colors$1.gray60Hover;
1408
1390
  // layer-03
1409
1391
  var layer03$1 = colors$1.gray60;
1410
1392
  var layerActive03$1 = colors$1.gray80;
1393
+ var layerBackground03$1 = colors$1.gray70;
1411
1394
  var layerHover03$1 = colors$1.gray60Hover;
1412
1395
  var layerSelected03$1 = colors$1.gray70;
1413
1396
  var layerSelectedHover03$1 = colors$1.gray70Hover;
@@ -1604,16 +1587,19 @@ var g90$1 = /*#__PURE__*/Object.freeze({
1604
1587
  backgroundSelectedHover: backgroundSelectedHover$5,
1605
1588
  layer01: layer01$1,
1606
1589
  layerActive01: layerActive01$1,
1590
+ layerBackground01: layerBackground01$1,
1607
1591
  layerHover01: layerHover01$1,
1608
1592
  layerSelected01: layerSelected01$1,
1609
1593
  layerSelectedHover01: layerSelectedHover01$1,
1610
1594
  layer02: layer02$1,
1611
1595
  layerActive02: layerActive02$1,
1596
+ layerBackground02: layerBackground02$1,
1612
1597
  layerHover02: layerHover02$1,
1613
1598
  layerSelected02: layerSelected02$1,
1614
1599
  layerSelectedHover02: layerSelectedHover02$1,
1615
1600
  layer03: layer03$1,
1616
1601
  layerActive03: layerActive03$1,
1602
+ layerBackground03: layerBackground03$1,
1617
1603
  layerHover03: layerHover03$1,
1618
1604
  layerSelected03: layerSelected03$1,
1619
1605
  layerSelectedHover03: layerSelectedHover03$1,
@@ -1827,6 +1813,7 @@ var backgroundSelectedHover$4 = adjustAlpha(colors$1.gray50, 0.32);
1827
1813
  // layer-01
1828
1814
  var layer01 = colors$1.gray90;
1829
1815
  var layerActive01 = colors$1.gray70;
1816
+ var layerBackground01 = colors$1.gray100;
1830
1817
  var layerHover01 = colors$1.gray90Hover;
1831
1818
  var layerSelected01 = colors$1.gray80;
1832
1819
  var layerSelectedHover01 = colors$1.gray80Hover;
@@ -1834,6 +1821,7 @@ var layerSelectedHover01 = colors$1.gray80Hover;
1834
1821
  // layer-02
1835
1822
  var layer02 = colors$1.gray80;
1836
1823
  var layerActive02 = colors$1.gray60;
1824
+ var layerBackground02 = colors$1.gray90;
1837
1825
  var layerHover02 = colors$1.gray80Hover;
1838
1826
  var layerSelected02 = colors$1.gray70;
1839
1827
  var layerSelectedHover02 = colors$1.gray70Hover;
@@ -1841,6 +1829,7 @@ var layerSelectedHover02 = colors$1.gray70Hover;
1841
1829
  // layer-03
1842
1830
  var layer03 = colors$1.gray70;
1843
1831
  var layerActive03 = colors$1.gray50;
1832
+ var layerBackground03 = colors$1.gray80;
1844
1833
  var layerHover03 = colors$1.gray70Hover;
1845
1834
  var layerSelected03 = colors$1.gray60;
1846
1835
  var layerSelectedHover03 = colors$1.gray60Hover;
@@ -2037,16 +2026,19 @@ var g100$1 = /*#__PURE__*/Object.freeze({
2037
2026
  backgroundSelectedHover: backgroundSelectedHover$4,
2038
2027
  layer01: layer01,
2039
2028
  layerActive01: layerActive01,
2029
+ layerBackground01: layerBackground01,
2040
2030
  layerHover01: layerHover01,
2041
2031
  layerSelected01: layerSelected01,
2042
2032
  layerSelectedHover01: layerSelectedHover01,
2043
2033
  layer02: layer02,
2044
2034
  layerActive02: layerActive02,
2035
+ layerBackground02: layerBackground02,
2045
2036
  layerHover02: layerHover02,
2046
2037
  layerSelected02: layerSelected02,
2047
2038
  layerSelectedHover02: layerSelectedHover02,
2048
2039
  layer03: layer03,
2049
2040
  layerActive03: layerActive03,
2041
+ layerBackground03: layerBackground03,
2050
2042
  layerHover03: layerHover03,
2051
2043
  layerSelected03: layerSelected03,
2052
2044
  layerSelectedHover03: layerSelectedHover03,
@@ -3886,7 +3878,7 @@ var colors = [
3886
3878
  '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',
3887
3879
  // Deprecated
3888
3880
  'brand01', 'brand02', 'brand03', 'active01', 'hoverField', 'danger'];
3889
- var tokens$4 = {
3881
+ var tokens$5 = {
3890
3882
  colors: colors,
3891
3883
  type: type$2.unstable_tokens,
3892
3884
  layout: layout$2.unstable_tokens
@@ -3905,14 +3897,14 @@ var themes$1 = {
3905
3897
  g100: g100
3906
3898
  };
3907
3899
 
3908
- var index$4 = /*#__PURE__*/Object.freeze({
3900
+ var index$5 = /*#__PURE__*/Object.freeze({
3909
3901
  __proto__: null,
3910
3902
  white: white,
3911
3903
  g10: g10,
3912
3904
  g90: g90,
3913
3905
  g100: g100,
3914
3906
  themes: themes$1,
3915
- tokens: tokens$4,
3907
+ tokens: tokens$5,
3916
3908
  caption01: type$2.caption01,
3917
3909
  caption02: type$2.caption02,
3918
3910
  label01: type$2.label01,
@@ -4256,7 +4248,7 @@ var buttonDisabled = {
4256
4248
  g100: 'rgb(141 141 141 / 30%)'
4257
4249
  };
4258
4250
 
4259
- var tokens$3 = /*#__PURE__*/Object.freeze({
4251
+ var tokens$4 = /*#__PURE__*/Object.freeze({
4260
4252
  __proto__: null,
4261
4253
  buttonSeparator: buttonSeparator,
4262
4254
  buttonPrimary: buttonPrimary,
@@ -4282,9 +4274,9 @@ var tokens$3 = /*#__PURE__*/Object.freeze({
4282
4274
  * LICENSE file in the root directory of this source tree.
4283
4275
  */
4284
4276
 
4285
- var index$3 = /*#__PURE__*/Object.freeze({
4277
+ var index$4 = /*#__PURE__*/Object.freeze({
4286
4278
  __proto__: null,
4287
- buttonTokens: tokens$3
4279
+ buttonTokens: tokens$4
4288
4280
  });
4289
4281
 
4290
4282
  /**
@@ -4534,7 +4526,7 @@ var tagBorderWarmGray = {
4534
4526
  g100: colors$1.warmGray50
4535
4527
  };
4536
4528
 
4537
- var tokens$2 = /*#__PURE__*/Object.freeze({
4529
+ var tokens$3 = /*#__PURE__*/Object.freeze({
4538
4530
  __proto__: null,
4539
4531
  tagBackgroundRed: tagBackgroundRed,
4540
4532
  tagColorRed: tagColorRed,
@@ -4585,9 +4577,9 @@ var tokens$2 = /*#__PURE__*/Object.freeze({
4585
4577
  * LICENSE file in the root directory of this source tree.
4586
4578
  */
4587
4579
 
4588
- var index$2 = /*#__PURE__*/Object.freeze({
4580
+ var index$3 = /*#__PURE__*/Object.freeze({
4589
4581
  __proto__: null,
4590
- tagTokens: tokens$2
4582
+ tagTokens: tokens$3
4591
4583
  });
4592
4584
 
4593
4585
  /**
@@ -4655,7 +4647,7 @@ var notificationActionTertiaryInverseTextOnColorDisabled = {
4655
4647
  g100: textOnColorDisabled$7
4656
4648
  };
4657
4649
 
4658
- var tokens$1 = /*#__PURE__*/Object.freeze({
4650
+ var tokens$2 = /*#__PURE__*/Object.freeze({
4659
4651
  __proto__: null,
4660
4652
  notificationBackgroundError: notificationBackgroundError,
4661
4653
  notificationBackgroundSuccess: notificationBackgroundSuccess,
@@ -4676,9 +4668,9 @@ var tokens$1 = /*#__PURE__*/Object.freeze({
4676
4668
  * LICENSE file in the root directory of this source tree.
4677
4669
  */
4678
4670
 
4679
- var index$1 = /*#__PURE__*/Object.freeze({
4671
+ var index$2 = /*#__PURE__*/Object.freeze({
4680
4672
  __proto__: null,
4681
- notificationTokens: tokens$1
4673
+ notificationTokens: tokens$2
4682
4674
  });
4683
4675
 
4684
4676
  /**
@@ -4744,7 +4736,7 @@ var statusAccessibilityBackground = {
4744
4736
  g100: colors$1.gray100
4745
4737
  };
4746
4738
 
4747
- var tokens = /*#__PURE__*/Object.freeze({
4739
+ var tokens$1 = /*#__PURE__*/Object.freeze({
4748
4740
  __proto__: null,
4749
4741
  statusRed: statusRed,
4750
4742
  statusOrange: statusOrange,
@@ -4758,6 +4750,51 @@ var tokens = /*#__PURE__*/Object.freeze({
4758
4750
  statusAccessibilityBackground: statusAccessibilityBackground
4759
4751
  });
4760
4752
 
4753
+ /**
4754
+ * Copyright IBM Corp. 2025
4755
+ *
4756
+ * This source code is licensed under the Apache-2.0 license found in the
4757
+ * LICENSE file in the root directory of this source tree.
4758
+ */
4759
+
4760
+ var index$1 = /*#__PURE__*/Object.freeze({
4761
+ __proto__: null,
4762
+ statusTokens: tokens$1
4763
+ });
4764
+
4765
+ /**
4766
+ * Copyright IBM Corp. 2025
4767
+ *
4768
+ * This source code is licensed under the Apache-2.0 license found in the
4769
+ * LICENSE file in the root directory of this source tree.
4770
+ */
4771
+ var transparent = 'rgba(0, 0, 0, 0)';
4772
+ var contentSwitcherSelected = {
4773
+ whiteTheme: colors$1.white,
4774
+ g10: colors$1.white,
4775
+ g90: colors$1.rgba(colors$1.gray50, 0.24),
4776
+ g100: colors$1.rgba(colors$1.gray50, 0.24)
4777
+ };
4778
+ var contentSwitcherBackground = {
4779
+ whiteTheme: colors$1.gray20,
4780
+ g10: colors$1.gray20,
4781
+ g90: transparent,
4782
+ g100: transparent
4783
+ };
4784
+ var contentSwitcherBackgroundHover = {
4785
+ whiteTheme: colors$1.gray20Hover,
4786
+ g10: colors$1.gray20Hover,
4787
+ g90: colors$1.rgba(colors$1.gray50, 0.12),
4788
+ g100: colors$1.rgba(colors$1.gray50, 0.12)
4789
+ };
4790
+
4791
+ var tokens = /*#__PURE__*/Object.freeze({
4792
+ __proto__: null,
4793
+ contentSwitcherSelected: contentSwitcherSelected,
4794
+ contentSwitcherBackground: contentSwitcherBackground,
4795
+ contentSwitcherBackgroundHover: contentSwitcherBackgroundHover
4796
+ });
4797
+
4761
4798
  /**
4762
4799
  * Copyright IBM Corp. 2025
4763
4800
  *
@@ -4767,7 +4804,7 @@ var tokens = /*#__PURE__*/Object.freeze({
4767
4804
 
4768
4805
  var index = /*#__PURE__*/Object.freeze({
4769
4806
  __proto__: null,
4770
- statusTokens: tokens
4807
+ contentSwitcherTokens: tokens
4771
4808
  });
4772
4809
 
4773
4810
  /**
@@ -5071,6 +5108,8 @@ var layer = TokenGroup.create({
5071
5108
  }, {
5072
5109
  state: 'active',
5073
5110
  name: 'layer-active-01'
5111
+ }, {
5112
+ name: 'layer-background-01'
5074
5113
  }, {
5075
5114
  state: 'hover',
5076
5115
  name: 'layer-hover-01'
@@ -5085,6 +5124,8 @@ var layer = TokenGroup.create({
5085
5124
  }, {
5086
5125
  state: 'active',
5087
5126
  name: 'layer-active-02'
5127
+ }, {
5128
+ name: 'layer-background-02'
5088
5129
  }, {
5089
5130
  state: 'hover',
5090
5131
  name: 'layer-hover-02'
@@ -5099,6 +5140,8 @@ var layer = TokenGroup.create({
5099
5140
  }, {
5100
5141
  state: 'active',
5101
5142
  name: 'layer-active-03'
5143
+ }, {
5144
+ name: 'layer-background-03'
5102
5145
  }, {
5103
5146
  state: 'hover',
5104
5147
  name: 'layer-hover-03'
@@ -5313,13 +5356,19 @@ var status = TokenGroup.create({
5313
5356
  properties: [],
5314
5357
  tokens: ['status-red', 'status-orange', 'status-orange-outline', 'status-yellow', 'status-yellow-outline', 'status-purple', 'status-green', 'status-blue', 'status-gray']
5315
5358
  });
5359
+ var contentSwitcher = TokenGroup.create({
5360
+ name: 'Content Switcher',
5361
+ properties: [],
5362
+ tokens: ['content-switcher-selected', 'content-switcher-background', 'content-switcher-background-hover']
5363
+ });
5316
5364
 
5317
5365
  var components = /*#__PURE__*/Object.freeze({
5318
5366
  __proto__: null,
5319
5367
  button: button,
5320
5368
  notification: notification,
5321
5369
  tag: tag,
5322
- status: status
5370
+ status: status,
5371
+ contentSwitcher: contentSwitcher
5323
5372
  });
5324
5373
 
5325
5374
  /**
@@ -5755,7 +5804,7 @@ exports.borderSubtleSelected03 = borderSubtleSelected03$3;
5755
5804
  exports.borderTile01 = borderTile01$3;
5756
5805
  exports.borderTile02 = borderTile02$3;
5757
5806
  exports.borderTile03 = borderTile03$3;
5758
- exports.buttonTokens = index$3;
5807
+ exports.buttonTokens = index$4;
5759
5808
  exports.chatAvatarAgent = chatAvatarAgent$3;
5760
5809
  exports.chatAvatarBot = chatAvatarBot$3;
5761
5810
  exports.chatAvatarUser = chatAvatarUser$3;
@@ -5773,6 +5822,7 @@ exports.chatPromptBackground = chatPromptBackground$3;
5773
5822
  exports.chatPromptBorderEnd = chatPromptBorderEnd$3;
5774
5823
  exports.chatPromptBorderStart = chatPromptBorderStart$3;
5775
5824
  exports.chatShellBackground = chatShellBackground$3;
5825
+ exports.contentSwitcherTokens = index;
5776
5826
  exports.field01 = field01$7;
5777
5827
  exports.field02 = field02$7;
5778
5828
  exports.field03 = field03$3;
@@ -5810,6 +5860,9 @@ exports.layerAccentHover03 = layerAccentHover03$3;
5810
5860
  exports.layerActive01 = layerActive01$3;
5811
5861
  exports.layerActive02 = layerActive02$3;
5812
5862
  exports.layerActive03 = layerActive03$3;
5863
+ exports.layerBackground01 = layerBackground01$3;
5864
+ exports.layerBackground02 = layerBackground02$3;
5865
+ exports.layerBackground03 = layerBackground03$3;
5813
5866
  exports.layerHover01 = layerHover01$3;
5814
5867
  exports.layerHover02 = layerHover02$3;
5815
5868
  exports.layerHover03 = layerHover03$3;
@@ -5829,12 +5882,12 @@ exports.linkPrimary = linkPrimary$7;
5829
5882
  exports.linkPrimaryHover = linkPrimaryHover$7;
5830
5883
  exports.linkSecondary = linkSecondary$7;
5831
5884
  exports.linkVisited = linkVisited$7;
5832
- exports.notificationTokens = index$1;
5885
+ exports.notificationTokens = index$2;
5833
5886
  exports.overlay = overlay$7;
5834
5887
  exports.shadow = shadow$7;
5835
5888
  exports.skeletonBackground = skeletonBackground$7;
5836
5889
  exports.skeletonElement = skeletonElement$7;
5837
- exports.statusTokens = index;
5890
+ exports.statusTokens = index$1;
5838
5891
  exports.supportCautionMajor = supportCautionMajor$3;
5839
5892
  exports.supportCautionMinor = supportCautionMinor$3;
5840
5893
  exports.supportCautionUndefined = supportCautionUndefined$3;
@@ -5846,7 +5899,7 @@ exports.supportSuccess = supportSuccess$7;
5846
5899
  exports.supportSuccessInverse = supportSuccessInverse$7;
5847
5900
  exports.supportWarning = supportWarning$7;
5848
5901
  exports.supportWarningInverse = supportWarningInverse$7;
5849
- exports.tagTokens = index$2;
5902
+ exports.tagTokens = index$3;
5850
5903
  exports.textDisabled = textDisabled$7;
5851
5904
  exports.textError = textError$7;
5852
5905
  exports.textHelper = textHelper$7;
@@ -5859,5 +5912,5 @@ exports.textSecondary = textSecondary$7;
5859
5912
  exports.themes = themes;
5860
5913
  exports.toggleOff = toggleOff$7;
5861
5914
  exports.unstable_metadata = unstable_metadata;
5862
- exports.v10 = index$4;
5915
+ exports.v10 = index$5;
5863
5916
  exports.white = white$1;