@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 CHANGED
@@ -112,47 +112,77 @@ function _objectSpread2(e) {
112
112
  }
113
113
  function _regeneratorRuntime() {
114
114
  _regeneratorRuntime = function () {
115
- return e;
115
+ return r;
116
116
  };
117
117
  var t,
118
- e = {},
119
- r = Object.prototype,
120
- n = r.hasOwnProperty,
121
- o = Object.defineProperty || function (t, e, r) {
122
- t[e] = r.value;
123
- },
124
- i = "function" == typeof Symbol ? Symbol : {},
125
- a = i.iterator || "@@iterator",
126
- c = i.asyncIterator || "@@asyncIterator",
127
- u = i.toStringTag || "@@toStringTag";
128
- function define(t, e, r) {
129
- return Object.defineProperty(t, e, {
130
- value: r,
131
- enumerable: !0,
132
- configurable: !0,
133
- writable: !0
134
- }), t[e];
118
+ r = {},
119
+ e = Object.prototype,
120
+ n = e.hasOwnProperty,
121
+ o = "function" == typeof Symbol ? Symbol : {},
122
+ i = o.iterator || "@@iterator",
123
+ a = o.asyncIterator || "@@asyncIterator",
124
+ u = o.toStringTag || "@@toStringTag";
125
+ function c(t, r, e, n) {
126
+ Object.defineProperty(t, r, {
127
+ value: e,
128
+ enumerable: !n,
129
+ configurable: !n,
130
+ writable: !n
131
+ });
135
132
  }
136
133
  try {
137
- define({}, "");
134
+ c({}, "");
138
135
  } catch (t) {
139
- define = function (t, e, r) {
140
- return t[e] = r;
136
+ c = function (t, r, e) {
137
+ return t[r] = e;
141
138
  };
142
139
  }
143
- function wrap(t, e, r, n) {
140
+ function h(r, e, n, o) {
144
141
  var i = e && e.prototype instanceof Generator ? e : Generator,
145
- a = Object.create(i.prototype),
146
- c = new Context(n || []);
147
- return o(a, "_invoke", {
148
- value: makeInvokeMethod(t, r, c)
149
- }), a;
142
+ a = Object.create(i.prototype);
143
+ return c(a, "_invoke", function (r, e, n) {
144
+ var o = 1;
145
+ return function (i, a) {
146
+ if (3 === o) throw Error("Generator is already running");
147
+ if (4 === o) {
148
+ if ("throw" === i) throw a;
149
+ return {
150
+ value: t,
151
+ done: !0
152
+ };
153
+ }
154
+ for (n.method = i, n.arg = a;;) {
155
+ var u = n.delegate;
156
+ if (u) {
157
+ var c = d(u, n);
158
+ if (c) {
159
+ if (c === f) continue;
160
+ return c;
161
+ }
162
+ }
163
+ if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
164
+ if (1 === o) throw o = 4, n.arg;
165
+ n.dispatchException(n.arg);
166
+ } else "return" === n.method && n.abrupt("return", n.arg);
167
+ o = 3;
168
+ var h = s(r, e, n);
169
+ if ("normal" === h.type) {
170
+ if (o = n.done ? 4 : 2, h.arg === f) continue;
171
+ return {
172
+ value: h.arg,
173
+ done: n.done
174
+ };
175
+ }
176
+ "throw" === h.type && (o = 4, n.method = "throw", n.arg = h.arg);
177
+ }
178
+ };
179
+ }(r, n, new Context(o || [])), !0), a;
150
180
  }
151
- function tryCatch(t, e, r) {
181
+ function s(t, r, e) {
152
182
  try {
153
183
  return {
154
184
  type: "normal",
155
- arg: t.call(e, r)
185
+ arg: t.call(r, e)
156
186
  };
157
187
  } catch (t) {
158
188
  return {
@@ -161,255 +191,193 @@ function _regeneratorRuntime() {
161
191
  };
162
192
  }
163
193
  }
164
- e.wrap = wrap;
165
- var h = "suspendedStart",
166
- l = "suspendedYield",
167
- f = "executing",
168
- s = "completed",
169
- y = {};
194
+ r.wrap = h;
195
+ var f = {};
170
196
  function Generator() {}
171
197
  function GeneratorFunction() {}
172
198
  function GeneratorFunctionPrototype() {}
173
- var p = {};
174
- define(p, a, function () {
199
+ var l = {};
200
+ c(l, i, function () {
175
201
  return this;
176
202
  });
177
- var d = Object.getPrototypeOf,
178
- v = d && d(d(values([])));
179
- v && v !== r && n.call(v, a) && (p = v);
180
- var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p);
181
- function defineIteratorMethods(t) {
182
- ["next", "throw", "return"].forEach(function (e) {
183
- define(t, e, function (t) {
184
- return this._invoke(e, t);
203
+ var p = Object.getPrototypeOf,
204
+ y = p && p(p(x([])));
205
+ y && y !== e && n.call(y, i) && (l = y);
206
+ var v = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(l);
207
+ function g(t) {
208
+ ["next", "throw", "return"].forEach(function (r) {
209
+ c(t, r, function (t) {
210
+ return this._invoke(r, t);
185
211
  });
186
212
  });
187
213
  }
188
- function AsyncIterator(t, e) {
189
- function invoke(r, o, i, a) {
190
- var c = tryCatch(t[r], t, o);
214
+ function AsyncIterator(t, r) {
215
+ function e(o, i, a, u) {
216
+ var c = s(t[o], t, i);
191
217
  if ("throw" !== c.type) {
192
- var u = c.arg,
193
- h = u.value;
194
- return h && "object" == typeof h && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) {
195
- invoke("next", t, i, a);
218
+ var h = c.arg,
219
+ f = h.value;
220
+ return f && "object" == typeof f && n.call(f, "__await") ? r.resolve(f.__await).then(function (t) {
221
+ e("next", t, a, u);
196
222
  }, function (t) {
197
- invoke("throw", t, i, a);
198
- }) : e.resolve(h).then(function (t) {
199
- u.value = t, i(u);
223
+ e("throw", t, a, u);
224
+ }) : r.resolve(f).then(function (t) {
225
+ h.value = t, a(h);
200
226
  }, function (t) {
201
- return invoke("throw", t, i, a);
227
+ return e("throw", t, a, u);
202
228
  });
203
229
  }
204
- a(c.arg);
230
+ u(c.arg);
205
231
  }
206
- var r;
207
- o(this, "_invoke", {
208
- value: function (t, n) {
209
- function callInvokeWithMethodAndArg() {
210
- return new e(function (e, r) {
211
- invoke(t, n, e, r);
212
- });
213
- }
214
- return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
215
- }
216
- });
217
- }
218
- function makeInvokeMethod(e, r, n) {
219
- var o = h;
220
- return function (i, a) {
221
- if (o === f) throw Error("Generator is already running");
222
- if (o === s) {
223
- if ("throw" === i) throw a;
224
- return {
225
- value: t,
226
- done: !0
227
- };
228
- }
229
- for (n.method = i, n.arg = a;;) {
230
- var c = n.delegate;
231
- if (c) {
232
- var u = maybeInvokeDelegate(c, n);
233
- if (u) {
234
- if (u === y) continue;
235
- return u;
236
- }
237
- }
238
- if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
239
- if (o === h) throw o = s, n.arg;
240
- n.dispatchException(n.arg);
241
- } else "return" === n.method && n.abrupt("return", n.arg);
242
- o = f;
243
- var p = tryCatch(e, r, n);
244
- if ("normal" === p.type) {
245
- if (o = n.done ? s : l, p.arg === y) continue;
246
- return {
247
- value: p.arg,
248
- done: n.done
249
- };
250
- }
251
- "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
232
+ var o;
233
+ c(this, "_invoke", function (t, n) {
234
+ function i() {
235
+ return new r(function (r, o) {
236
+ e(t, n, r, o);
237
+ });
252
238
  }
253
- };
239
+ return o = o ? o.then(i, i) : i();
240
+ }, !0);
254
241
  }
255
- function maybeInvokeDelegate(e, r) {
256
- var n = r.method,
257
- o = e.iterator[n];
258
- 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;
259
- var i = tryCatch(o, e.iterator, r.arg);
260
- if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y;
242
+ function d(r, e) {
243
+ var n = e.method,
244
+ o = r.i[n];
245
+ 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;
246
+ var i = s(o, r.i, e.arg);
247
+ if ("throw" === i.type) return e.method = "throw", e.arg = i.arg, e.delegate = null, f;
261
248
  var a = i.arg;
262
- 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);
249
+ 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);
263
250
  }
264
- function pushTryEntry(t) {
265
- var e = {
266
- tryLoc: t[0]
267
- };
268
- 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e);
251
+ function w(t) {
252
+ this.tryEntries.push(t);
269
253
  }
270
- function resetTryEntry(t) {
271
- var e = t.completion || {};
272
- e.type = "normal", delete e.arg, t.completion = e;
254
+ function m(r) {
255
+ var e = r[4] || {};
256
+ e.type = "normal", e.arg = t, r[4] = e;
273
257
  }
274
258
  function Context(t) {
275
- this.tryEntries = [{
276
- tryLoc: "root"
277
- }], t.forEach(pushTryEntry, this), this.reset(!0);
259
+ this.tryEntries = [[-1]], t.forEach(w, this), this.reset(!0);
278
260
  }
279
- function values(e) {
280
- if (e || "" === e) {
281
- var r = e[a];
282
- if (r) return r.call(e);
283
- if ("function" == typeof e.next) return e;
284
- if (!isNaN(e.length)) {
261
+ function x(r) {
262
+ if (null != r) {
263
+ var e = r[i];
264
+ if (e) return e.call(r);
265
+ if ("function" == typeof r.next) return r;
266
+ if (!isNaN(r.length)) {
285
267
  var o = -1,
286
- i = function next() {
287
- for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next;
288
- return next.value = t, next.done = !0, next;
268
+ a = function e() {
269
+ for (; ++o < r.length;) if (n.call(r, o)) return e.value = r[o], e.done = !1, e;
270
+ return e.value = t, e.done = !0, e;
289
271
  };
290
- return i.next = i;
272
+ return a.next = a;
291
273
  }
292
274
  }
293
- throw new TypeError(typeof e + " is not iterable");
275
+ throw new TypeError(typeof r + " is not iterable");
294
276
  }
295
- return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", {
296
- value: GeneratorFunctionPrototype,
297
- configurable: !0
298
- }), o(GeneratorFunctionPrototype, "constructor", {
299
- value: GeneratorFunction,
300
- configurable: !0
301
- }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) {
302
- var e = "function" == typeof t && t.constructor;
303
- return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name));
304
- }, e.mark = function (t) {
305
- return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t;
306
- }, e.awrap = function (t) {
277
+ return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), c(GeneratorFunctionPrototype, u, GeneratorFunction.displayName = "GeneratorFunction"), r.isGeneratorFunction = function (t) {
278
+ var r = "function" == typeof t && t.constructor;
279
+ return !!r && (r === GeneratorFunction || "GeneratorFunction" === (r.displayName || r.name));
280
+ }, r.mark = function (t) {
281
+ return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, c(t, u, "GeneratorFunction")), t.prototype = Object.create(v), t;
282
+ }, r.awrap = function (t) {
307
283
  return {
308
284
  __await: t
309
285
  };
310
- }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () {
286
+ }, g(AsyncIterator.prototype), c(AsyncIterator.prototype, a, function () {
311
287
  return this;
312
- }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) {
288
+ }), r.AsyncIterator = AsyncIterator, r.async = function (t, e, n, o, i) {
313
289
  void 0 === i && (i = Promise);
314
- var a = new AsyncIterator(wrap(t, r, n, o), i);
315
- return e.isGeneratorFunction(r) ? a : a.next().then(function (t) {
290
+ var a = new AsyncIterator(h(t, e, n, o), i);
291
+ return r.isGeneratorFunction(e) ? a : a.next().then(function (t) {
316
292
  return t.done ? t.value : a.next();
317
293
  });
318
- }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () {
294
+ }, g(v), c(v, u, "Generator"), c(v, i, function () {
319
295
  return this;
320
- }), define(g, "toString", function () {
296
+ }), c(v, "toString", function () {
321
297
  return "[object Generator]";
322
- }), e.keys = function (t) {
323
- var e = Object(t),
324
- r = [];
325
- for (var n in e) r.push(n);
326
- return r.reverse(), function next() {
327
- for (; r.length;) {
328
- var t = r.pop();
329
- if (t in e) return next.value = t, next.done = !1, next;
330
- }
331
- return next.done = !0, next;
298
+ }), r.keys = function (t) {
299
+ var r = Object(t),
300
+ e = [];
301
+ for (var n in r) e.unshift(n);
302
+ return function t() {
303
+ for (; e.length;) if ((n = e.pop()) in r) return t.value = n, t.done = !1, t;
304
+ return t.done = !0, t;
332
305
  };
333
- }, e.values = values, Context.prototype = {
306
+ }, r.values = x, Context.prototype = {
334
307
  constructor: Context,
335
- reset: function (e) {
336
- 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);
308
+ reset: function (r) {
309
+ 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);
337
310
  },
338
311
  stop: function () {
339
312
  this.done = !0;
340
- var t = this.tryEntries[0].completion;
313
+ var t = this.tryEntries[0][4];
341
314
  if ("throw" === t.type) throw t.arg;
342
315
  return this.rval;
343
316
  },
344
- dispatchException: function (e) {
345
- if (this.done) throw e;
346
- var r = this;
347
- function handle(n, o) {
348
- return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o;
317
+ dispatchException: function (r) {
318
+ if (this.done) throw r;
319
+ var e = this;
320
+ function n(t) {
321
+ a.type = "throw", a.arg = r, e.next = t;
349
322
  }
350
- for (var o = this.tryEntries.length - 1; o >= 0; --o) {
323
+ for (var o = e.tryEntries.length - 1; o >= 0; --o) {
351
324
  var i = this.tryEntries[o],
352
- a = i.completion;
353
- if ("root" === i.tryLoc) return handle("end");
354
- if (i.tryLoc <= this.prev) {
355
- var c = n.call(i, "catchLoc"),
356
- u = n.call(i, "finallyLoc");
357
- if (c && u) {
358
- if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
359
- if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
360
- } else if (c) {
361
- if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
362
- } else {
363
- if (!u) throw Error("try statement without catch or finally");
364
- if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
365
- }
325
+ a = i[4],
326
+ u = this.prev,
327
+ c = i[1],
328
+ h = i[2];
329
+ if (-1 === i[0]) return n("end"), !1;
330
+ if (!c && !h) throw Error("try statement without catch or finally");
331
+ if (null != i[0] && i[0] <= u) {
332
+ if (u < c) return this.method = "next", this.arg = t, n(c), !0;
333
+ if (u < h) return n(h), !1;
366
334
  }
367
335
  }
368
336
  },
369
- abrupt: function (t, e) {
370
- for (var r = this.tryEntries.length - 1; r >= 0; --r) {
371
- var o = this.tryEntries[r];
372
- if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) {
373
- var i = o;
337
+ abrupt: function (t, r) {
338
+ for (var e = this.tryEntries.length - 1; e >= 0; --e) {
339
+ var n = this.tryEntries[e];
340
+ if (n[0] > -1 && n[0] <= this.prev && this.prev < n[2]) {
341
+ var o = n;
374
342
  break;
375
343
  }
376
344
  }
377
- i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null);
378
- var a = i ? i.completion : {};
379
- return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a);
345
+ o && ("break" === t || "continue" === t) && o[0] <= r && r <= o[2] && (o = null);
346
+ var i = o ? o[4] : {};
347
+ return i.type = t, i.arg = r, o ? (this.method = "next", this.next = o[2], f) : this.complete(i);
380
348
  },
381
- complete: function (t, e) {
349
+ complete: function (t, r) {
382
350
  if ("throw" === t.type) throw t.arg;
383
- 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;
351
+ 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;
384
352
  },
385
353
  finish: function (t) {
386
- for (var e = this.tryEntries.length - 1; e >= 0; --e) {
387
- var r = this.tryEntries[e];
388
- if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y;
354
+ for (var r = this.tryEntries.length - 1; r >= 0; --r) {
355
+ var e = this.tryEntries[r];
356
+ if (e[2] === t) return this.complete(e[4], e[3]), m(e), f;
389
357
  }
390
358
  },
391
359
  catch: function (t) {
392
- for (var e = this.tryEntries.length - 1; e >= 0; --e) {
393
- var r = this.tryEntries[e];
394
- if (r.tryLoc === t) {
395
- var n = r.completion;
360
+ for (var r = this.tryEntries.length - 1; r >= 0; --r) {
361
+ var e = this.tryEntries[r];
362
+ if (e[0] === t) {
363
+ var n = e[4];
396
364
  if ("throw" === n.type) {
397
365
  var o = n.arg;
398
- resetTryEntry(r);
366
+ m(e);
399
367
  }
400
368
  return o;
401
369
  }
402
370
  }
403
371
  throw Error("illegal catch attempt");
404
372
  },
405
- delegateYield: function (e, r, n) {
373
+ delegateYield: function (r, e, n) {
406
374
  return this.delegate = {
407
- iterator: values(e),
408
- resultName: r,
409
- nextLoc: n
410
- }, "next" === this.method && (this.arg = t), y;
375
+ i: x(r),
376
+ r: e,
377
+ n: n
378
+ }, "next" === this.method && (this.arg = t), f;
411
379
  }
412
- }, e;
380
+ }, r;
413
381
  }
414
382
  function _toConsumableArray(r) {
415
383
  return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
@@ -522,6 +490,7 @@ var backgroundSelectedHover$7 = adjustAlpha(gray50, 0.32);
522
490
  // layer-01
523
491
  var layer01$3 = gray10;
524
492
  var layerActive01$3 = gray30;
493
+ var layerBackground01$3 = white$2;
525
494
  var layerHover01$3 = gray10Hover;
526
495
  var layerSelected01$3 = gray20;
527
496
  var layerSelectedHover01$3 = gray20Hover;
@@ -529,6 +498,7 @@ var layerSelectedHover01$3 = gray20Hover;
529
498
  // layer-02
530
499
  var layer02$3 = white$2;
531
500
  var layerActive02$3 = gray30;
501
+ var layerBackground02$3 = gray10;
532
502
  var layerHover02$3 = whiteHover;
533
503
  var layerSelected02$3 = gray20;
534
504
  var layerSelectedHover02$3 = gray20Hover;
@@ -536,6 +506,7 @@ var layerSelectedHover02$3 = gray20Hover;
536
506
  // layer-03
537
507
  var layer03$3 = gray10;
538
508
  var layerActive03$3 = gray30;
509
+ var layerBackground03$3 = white$2;
539
510
  var layerHover03$3 = gray10Hover;
540
511
  var layerSelected03$3 = gray20;
541
512
  var layerSelectedHover03$3 = gray20Hover;
@@ -732,16 +703,19 @@ var white$1 = /*#__PURE__*/Object.freeze({
732
703
  backgroundSelectedHover: backgroundSelectedHover$7,
733
704
  layer01: layer01$3,
734
705
  layerActive01: layerActive01$3,
706
+ layerBackground01: layerBackground01$3,
735
707
  layerHover01: layerHover01$3,
736
708
  layerSelected01: layerSelected01$3,
737
709
  layerSelectedHover01: layerSelectedHover01$3,
738
710
  layer02: layer02$3,
739
711
  layerActive02: layerActive02$3,
712
+ layerBackground02: layerBackground02$3,
740
713
  layerHover02: layerHover02$3,
741
714
  layerSelected02: layerSelected02$3,
742
715
  layerSelectedHover02: layerSelectedHover02$3,
743
716
  layer03: layer03$3,
744
717
  layerActive03: layerActive03$3,
718
+ layerBackground03: layerBackground03$3,
745
719
  layerHover03: layerHover03$3,
746
720
  layerSelected03: layerSelected03$3,
747
721
  layerSelectedHover03: layerSelectedHover03$3,
@@ -955,6 +929,7 @@ var backgroundSelectedHover$6 = adjustAlpha(gray50, 0.32);
955
929
  // layer-01
956
930
  var layer01$2 = white$2;
957
931
  var layerActive01$2 = gray30;
932
+ var layerBackground01$2 = gray10;
958
933
  var layerHover01$2 = whiteHover;
959
934
  var layerSelected01$2 = gray20;
960
935
  var layerSelectedHover01$2 = gray20Hover;
@@ -962,6 +937,7 @@ var layerSelectedHover01$2 = gray20Hover;
962
937
  // layer-02
963
938
  var layer02$2 = gray10;
964
939
  var layerActive02$2 = gray30;
940
+ var layerBackground02$2 = white$2;
965
941
  var layerHover02$2 = gray10Hover;
966
942
  var layerSelected02$2 = gray20;
967
943
  var layerSelectedHover02$2 = gray20Hover;
@@ -969,6 +945,7 @@ var layerSelectedHover02$2 = gray20Hover;
969
945
  // layer-03
970
946
  var layer03$2 = white$2;
971
947
  var layerActive03$2 = gray30;
948
+ var layerBackground03$2 = gray10;
972
949
  var layerHover03$2 = whiteHover;
973
950
  var layerSelected03$2 = gray20;
974
951
  var layerSelectedHover03$2 = gray20Hover;
@@ -1165,16 +1142,19 @@ var g10$1 = /*#__PURE__*/Object.freeze({
1165
1142
  backgroundSelectedHover: backgroundSelectedHover$6,
1166
1143
  layer01: layer01$2,
1167
1144
  layerActive01: layerActive01$2,
1145
+ layerBackground01: layerBackground01$2,
1168
1146
  layerHover01: layerHover01$2,
1169
1147
  layerSelected01: layerSelected01$2,
1170
1148
  layerSelectedHover01: layerSelectedHover01$2,
1171
1149
  layer02: layer02$2,
1172
1150
  layerActive02: layerActive02$2,
1151
+ layerBackground02: layerBackground02$2,
1173
1152
  layerHover02: layerHover02$2,
1174
1153
  layerSelected02: layerSelected02$2,
1175
1154
  layerSelectedHover02: layerSelectedHover02$2,
1176
1155
  layer03: layer03$2,
1177
1156
  layerActive03: layerActive03$2,
1157
+ layerBackground03: layerBackground03$2,
1178
1158
  layerHover03: layerHover03$2,
1179
1159
  layerSelected03: layerSelected03$2,
1180
1160
  layerSelectedHover03: layerSelectedHover03$2,
@@ -1388,6 +1368,7 @@ var backgroundSelectedHover$5 = adjustAlpha(gray50, 0.32);
1388
1368
  // layer-01
1389
1369
  var layer01$1 = gray80;
1390
1370
  var layerActive01$1 = gray60;
1371
+ var layerBackground01$1 = gray90;
1391
1372
  var layerHover01$1 = gray80Hover;
1392
1373
  var layerSelected01$1 = gray70;
1393
1374
  var layerSelectedHover01$1 = gray70Hover;
@@ -1395,6 +1376,7 @@ var layerSelectedHover01$1 = gray70Hover;
1395
1376
  // layer-02
1396
1377
  var layer02$1 = gray70;
1397
1378
  var layerActive02$1 = gray50;
1379
+ var layerBackground02$1 = gray80;
1398
1380
  var layerHover02$1 = gray70Hover;
1399
1381
  var layerSelected02$1 = gray60;
1400
1382
  var layerSelectedHover02$1 = gray60Hover;
@@ -1402,6 +1384,7 @@ var layerSelectedHover02$1 = gray60Hover;
1402
1384
  // layer-03
1403
1385
  var layer03$1 = gray60;
1404
1386
  var layerActive03$1 = gray80;
1387
+ var layerBackground03$1 = gray70;
1405
1388
  var layerHover03$1 = gray60Hover;
1406
1389
  var layerSelected03$1 = gray70;
1407
1390
  var layerSelectedHover03$1 = gray70Hover;
@@ -1598,16 +1581,19 @@ var g90$1 = /*#__PURE__*/Object.freeze({
1598
1581
  backgroundSelectedHover: backgroundSelectedHover$5,
1599
1582
  layer01: layer01$1,
1600
1583
  layerActive01: layerActive01$1,
1584
+ layerBackground01: layerBackground01$1,
1601
1585
  layerHover01: layerHover01$1,
1602
1586
  layerSelected01: layerSelected01$1,
1603
1587
  layerSelectedHover01: layerSelectedHover01$1,
1604
1588
  layer02: layer02$1,
1605
1589
  layerActive02: layerActive02$1,
1590
+ layerBackground02: layerBackground02$1,
1606
1591
  layerHover02: layerHover02$1,
1607
1592
  layerSelected02: layerSelected02$1,
1608
1593
  layerSelectedHover02: layerSelectedHover02$1,
1609
1594
  layer03: layer03$1,
1610
1595
  layerActive03: layerActive03$1,
1596
+ layerBackground03: layerBackground03$1,
1611
1597
  layerHover03: layerHover03$1,
1612
1598
  layerSelected03: layerSelected03$1,
1613
1599
  layerSelectedHover03: layerSelectedHover03$1,
@@ -1821,6 +1807,7 @@ var backgroundSelectedHover$4 = adjustAlpha(gray50, 0.32);
1821
1807
  // layer-01
1822
1808
  var layer01 = gray90;
1823
1809
  var layerActive01 = gray70;
1810
+ var layerBackground01 = gray100;
1824
1811
  var layerHover01 = gray90Hover;
1825
1812
  var layerSelected01 = gray80;
1826
1813
  var layerSelectedHover01 = gray80Hover;
@@ -1828,6 +1815,7 @@ var layerSelectedHover01 = gray80Hover;
1828
1815
  // layer-02
1829
1816
  var layer02 = gray80;
1830
1817
  var layerActive02 = gray60;
1818
+ var layerBackground02 = gray90;
1831
1819
  var layerHover02 = gray80Hover;
1832
1820
  var layerSelected02 = gray70;
1833
1821
  var layerSelectedHover02 = gray70Hover;
@@ -1835,6 +1823,7 @@ var layerSelectedHover02 = gray70Hover;
1835
1823
  // layer-03
1836
1824
  var layer03 = gray70;
1837
1825
  var layerActive03 = gray50;
1826
+ var layerBackground03 = gray80;
1838
1827
  var layerHover03 = gray70Hover;
1839
1828
  var layerSelected03 = gray60;
1840
1829
  var layerSelectedHover03 = gray60Hover;
@@ -2031,16 +2020,19 @@ var g100$1 = /*#__PURE__*/Object.freeze({
2031
2020
  backgroundSelectedHover: backgroundSelectedHover$4,
2032
2021
  layer01: layer01,
2033
2022
  layerActive01: layerActive01,
2023
+ layerBackground01: layerBackground01,
2034
2024
  layerHover01: layerHover01,
2035
2025
  layerSelected01: layerSelected01,
2036
2026
  layerSelectedHover01: layerSelectedHover01,
2037
2027
  layer02: layer02,
2038
2028
  layerActive02: layerActive02,
2029
+ layerBackground02: layerBackground02,
2039
2030
  layerHover02: layerHover02,
2040
2031
  layerSelected02: layerSelected02,
2041
2032
  layerSelectedHover02: layerSelectedHover02,
2042
2033
  layer03: layer03,
2043
2034
  layerActive03: layerActive03,
2035
+ layerBackground03: layerBackground03,
2044
2036
  layerHover03: layerHover03,
2045
2037
  layerSelected03: layerSelected03,
2046
2038
  layerSelectedHover03: layerSelectedHover03,
@@ -3880,7 +3872,7 @@ var colors = [
3880
3872
  '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',
3881
3873
  // Deprecated
3882
3874
  'brand01', 'brand02', 'brand03', 'active01', 'hoverField', 'danger'];
3883
- var tokens$4 = {
3875
+ var tokens$5 = {
3884
3876
  colors: colors,
3885
3877
  type: unstable_tokens,
3886
3878
  layout: unstable_tokens$1
@@ -3899,14 +3891,14 @@ var themes$1 = {
3899
3891
  g100: g100
3900
3892
  };
3901
3893
 
3902
- var index$4 = /*#__PURE__*/Object.freeze({
3894
+ var index$5 = /*#__PURE__*/Object.freeze({
3903
3895
  __proto__: null,
3904
3896
  white: white,
3905
3897
  g10: g10,
3906
3898
  g90: g90,
3907
3899
  g100: g100,
3908
3900
  themes: themes$1,
3909
- tokens: tokens$4,
3901
+ tokens: tokens$5,
3910
3902
  caption01: caption01,
3911
3903
  caption02: caption02,
3912
3904
  label01: label01,
@@ -4250,7 +4242,7 @@ var buttonDisabled = {
4250
4242
  g100: 'rgb(141 141 141 / 30%)'
4251
4243
  };
4252
4244
 
4253
- var tokens$3 = /*#__PURE__*/Object.freeze({
4245
+ var tokens$4 = /*#__PURE__*/Object.freeze({
4254
4246
  __proto__: null,
4255
4247
  buttonSeparator: buttonSeparator,
4256
4248
  buttonPrimary: buttonPrimary,
@@ -4276,9 +4268,9 @@ var tokens$3 = /*#__PURE__*/Object.freeze({
4276
4268
  * LICENSE file in the root directory of this source tree.
4277
4269
  */
4278
4270
 
4279
- var index$3 = /*#__PURE__*/Object.freeze({
4271
+ var index$4 = /*#__PURE__*/Object.freeze({
4280
4272
  __proto__: null,
4281
- buttonTokens: tokens$3
4273
+ buttonTokens: tokens$4
4282
4274
  });
4283
4275
 
4284
4276
  /**
@@ -4528,7 +4520,7 @@ var tagBorderWarmGray = {
4528
4520
  g100: warmGray50
4529
4521
  };
4530
4522
 
4531
- var tokens$2 = /*#__PURE__*/Object.freeze({
4523
+ var tokens$3 = /*#__PURE__*/Object.freeze({
4532
4524
  __proto__: null,
4533
4525
  tagBackgroundRed: tagBackgroundRed,
4534
4526
  tagColorRed: tagColorRed,
@@ -4579,9 +4571,9 @@ var tokens$2 = /*#__PURE__*/Object.freeze({
4579
4571
  * LICENSE file in the root directory of this source tree.
4580
4572
  */
4581
4573
 
4582
- var index$2 = /*#__PURE__*/Object.freeze({
4574
+ var index$3 = /*#__PURE__*/Object.freeze({
4583
4575
  __proto__: null,
4584
- tagTokens: tokens$2
4576
+ tagTokens: tokens$3
4585
4577
  });
4586
4578
 
4587
4579
  /**
@@ -4649,7 +4641,7 @@ var notificationActionTertiaryInverseTextOnColorDisabled = {
4649
4641
  g100: textOnColorDisabled$7
4650
4642
  };
4651
4643
 
4652
- var tokens$1 = /*#__PURE__*/Object.freeze({
4644
+ var tokens$2 = /*#__PURE__*/Object.freeze({
4653
4645
  __proto__: null,
4654
4646
  notificationBackgroundError: notificationBackgroundError,
4655
4647
  notificationBackgroundSuccess: notificationBackgroundSuccess,
@@ -4670,9 +4662,9 @@ var tokens$1 = /*#__PURE__*/Object.freeze({
4670
4662
  * LICENSE file in the root directory of this source tree.
4671
4663
  */
4672
4664
 
4673
- var index$1 = /*#__PURE__*/Object.freeze({
4665
+ var index$2 = /*#__PURE__*/Object.freeze({
4674
4666
  __proto__: null,
4675
- notificationTokens: tokens$1
4667
+ notificationTokens: tokens$2
4676
4668
  });
4677
4669
 
4678
4670
  /**
@@ -4738,7 +4730,7 @@ var statusAccessibilityBackground = {
4738
4730
  g100: gray100
4739
4731
  };
4740
4732
 
4741
- var tokens = /*#__PURE__*/Object.freeze({
4733
+ var tokens$1 = /*#__PURE__*/Object.freeze({
4742
4734
  __proto__: null,
4743
4735
  statusRed: statusRed,
4744
4736
  statusOrange: statusOrange,
@@ -4752,6 +4744,51 @@ var tokens = /*#__PURE__*/Object.freeze({
4752
4744
  statusAccessibilityBackground: statusAccessibilityBackground
4753
4745
  });
4754
4746
 
4747
+ /**
4748
+ * Copyright IBM Corp. 2025
4749
+ *
4750
+ * This source code is licensed under the Apache-2.0 license found in the
4751
+ * LICENSE file in the root directory of this source tree.
4752
+ */
4753
+
4754
+ var index$1 = /*#__PURE__*/Object.freeze({
4755
+ __proto__: null,
4756
+ statusTokens: tokens$1
4757
+ });
4758
+
4759
+ /**
4760
+ * Copyright IBM Corp. 2025
4761
+ *
4762
+ * This source code is licensed under the Apache-2.0 license found in the
4763
+ * LICENSE file in the root directory of this source tree.
4764
+ */
4765
+ var transparent = 'rgba(0, 0, 0, 0)';
4766
+ var contentSwitcherSelected = {
4767
+ whiteTheme: white$2,
4768
+ g10: white$2,
4769
+ g90: rgba(gray50, 0.24),
4770
+ g100: rgba(gray50, 0.24)
4771
+ };
4772
+ var contentSwitcherBackground = {
4773
+ whiteTheme: gray20,
4774
+ g10: gray20,
4775
+ g90: transparent,
4776
+ g100: transparent
4777
+ };
4778
+ var contentSwitcherBackgroundHover = {
4779
+ whiteTheme: gray20Hover,
4780
+ g10: gray20Hover,
4781
+ g90: rgba(gray50, 0.12),
4782
+ g100: rgba(gray50, 0.12)
4783
+ };
4784
+
4785
+ var tokens = /*#__PURE__*/Object.freeze({
4786
+ __proto__: null,
4787
+ contentSwitcherSelected: contentSwitcherSelected,
4788
+ contentSwitcherBackground: contentSwitcherBackground,
4789
+ contentSwitcherBackgroundHover: contentSwitcherBackgroundHover
4790
+ });
4791
+
4755
4792
  /**
4756
4793
  * Copyright IBM Corp. 2025
4757
4794
  *
@@ -4761,7 +4798,7 @@ var tokens = /*#__PURE__*/Object.freeze({
4761
4798
 
4762
4799
  var index = /*#__PURE__*/Object.freeze({
4763
4800
  __proto__: null,
4764
- statusTokens: tokens
4801
+ contentSwitcherTokens: tokens
4765
4802
  });
4766
4803
 
4767
4804
  /**
@@ -5065,6 +5102,8 @@ var layer = TokenGroup.create({
5065
5102
  }, {
5066
5103
  state: 'active',
5067
5104
  name: 'layer-active-01'
5105
+ }, {
5106
+ name: 'layer-background-01'
5068
5107
  }, {
5069
5108
  state: 'hover',
5070
5109
  name: 'layer-hover-01'
@@ -5079,6 +5118,8 @@ var layer = TokenGroup.create({
5079
5118
  }, {
5080
5119
  state: 'active',
5081
5120
  name: 'layer-active-02'
5121
+ }, {
5122
+ name: 'layer-background-02'
5082
5123
  }, {
5083
5124
  state: 'hover',
5084
5125
  name: 'layer-hover-02'
@@ -5093,6 +5134,8 @@ var layer = TokenGroup.create({
5093
5134
  }, {
5094
5135
  state: 'active',
5095
5136
  name: 'layer-active-03'
5137
+ }, {
5138
+ name: 'layer-background-03'
5096
5139
  }, {
5097
5140
  state: 'hover',
5098
5141
  name: 'layer-hover-03'
@@ -5307,13 +5350,19 @@ var status = TokenGroup.create({
5307
5350
  properties: [],
5308
5351
  tokens: ['status-red', 'status-orange', 'status-orange-outline', 'status-yellow', 'status-yellow-outline', 'status-purple', 'status-green', 'status-blue', 'status-gray']
5309
5352
  });
5353
+ var contentSwitcher = TokenGroup.create({
5354
+ name: 'Content Switcher',
5355
+ properties: [],
5356
+ tokens: ['content-switcher-selected', 'content-switcher-background', 'content-switcher-background-hover']
5357
+ });
5310
5358
 
5311
5359
  var components = /*#__PURE__*/Object.freeze({
5312
5360
  __proto__: null,
5313
5361
  button: button,
5314
5362
  notification: notification,
5315
5363
  tag: tag,
5316
- status: status
5364
+ status: status,
5365
+ contentSwitcher: contentSwitcher
5317
5366
  });
5318
5367
 
5319
5368
  /**
@@ -5420,4 +5469,4 @@ var themes = {
5420
5469
  g100: g100$1
5421
5470
  };
5422
5471
 
5423
- export { aiAuraEnd$3 as aiAuraEnd, aiAuraHoverBackground$3 as aiAuraHoverBackground, aiAuraHoverEnd$3 as aiAuraHoverEnd, aiAuraHoverStart$3 as aiAuraHoverStart, aiAuraStart$3 as aiAuraStart, aiAuraStartSm$3 as aiAuraStartSm, aiBorderEnd$3 as aiBorderEnd, aiBorderStart$3 as aiBorderStart, aiBorderStrong$3 as aiBorderStrong, aiDropShadow$3 as aiDropShadow, aiInnerShadow$3 as aiInnerShadow, aiOverlay$3 as aiOverlay, aiPopoverBackground$3 as aiPopoverBackground, aiPopoverCaretBottom$3 as aiPopoverCaretBottom, aiPopoverCaretBottomBackground$3 as aiPopoverCaretBottomBackground, aiPopoverCaretBottomBackgroundActions$3 as aiPopoverCaretBottomBackgroundActions, aiPopoverCaretCenter$3 as aiPopoverCaretCenter, aiPopoverShadowOuter01$3 as aiPopoverShadowOuter01, aiPopoverShadowOuter02$3 as aiPopoverShadowOuter02, aiSkeletonBackground$3 as aiSkeletonBackground, aiSkeletonElementBackground$3 as aiSkeletonElementBackground, background$8 as background, backgroundActive$7 as backgroundActive, backgroundBrand$7 as backgroundBrand, backgroundHover$7 as backgroundHover, backgroundInverse$7 as backgroundInverse, backgroundInverseHover$7 as backgroundInverseHover, backgroundSelected$7 as backgroundSelected, backgroundSelectedHover$7 as backgroundSelectedHover, borderDisabled$7 as borderDisabled, borderInteractive$7 as borderInteractive, borderInverse$7 as borderInverse, borderStrong01$3 as borderStrong01, borderStrong02$3 as borderStrong02, borderStrong03$3 as borderStrong03, borderSubtle00$3 as borderSubtle00, borderSubtle01$3 as borderSubtle01, borderSubtle02$3 as borderSubtle02, borderSubtle03$3 as borderSubtle03, borderSubtleSelected01$3 as borderSubtleSelected01, borderSubtleSelected02$3 as borderSubtleSelected02, borderSubtleSelected03$3 as borderSubtleSelected03, borderTile01$3 as borderTile01, borderTile02$3 as borderTile02, borderTile03$3 as borderTile03, index$3 as buttonTokens, chatAvatarAgent$3 as chatAvatarAgent, chatAvatarBot$3 as chatAvatarBot, chatAvatarUser$3 as chatAvatarUser, chatBubbleAgent$3 as chatBubbleAgent, chatBubbleBorder$3 as chatBubbleBorder, chatBubbleUser$3 as chatBubbleUser, chatButton$3 as chatButton, chatButtonActive$3 as chatButtonActive, chatButtonHover$3 as chatButtonHover, chatButtonSelected$3 as chatButtonSelected, chatButtonTextHover$3 as chatButtonTextHover, chatButtonTextSelected$3 as chatButtonTextSelected, chatHeaderBackground$3 as chatHeaderBackground, chatPromptBackground$3 as chatPromptBackground, chatPromptBorderEnd$3 as chatPromptBorderEnd, chatPromptBorderStart$3 as chatPromptBorderStart, chatShellBackground$3 as chatShellBackground, field01$7 as field01, field02$7 as field02, field03$3 as field03, fieldHover01$3 as fieldHover01, fieldHover02$3 as fieldHover02, fieldHover03$3 as fieldHover03, focus$8 as focus, focusInset$7 as focusInset, focusInverse$7 as focusInverse, formatTokenName, g10$1 as g10, g100$1 as g100, g90$1 as g90, highlight$7 as highlight, iconDisabled$7 as iconDisabled, iconInteractive$3 as iconInteractive, iconInverse$7 as iconInverse, iconOnColor$7 as iconOnColor, iconOnColorDisabled$7 as iconOnColorDisabled, iconPrimary$7 as iconPrimary, iconSecondary$7 as iconSecondary, interactive$7 as interactive, layer01$3 as layer01, layer02$3 as layer02, layer03$3 as layer03, layerAccent01$3 as layerAccent01, layerAccent02$3 as layerAccent02, layerAccent03$3 as layerAccent03, layerAccentActive01$3 as layerAccentActive01, layerAccentActive02$3 as layerAccentActive02, layerAccentActive03$3 as layerAccentActive03, layerAccentHover01$3 as layerAccentHover01, layerAccentHover02$3 as layerAccentHover02, layerAccentHover03$3 as layerAccentHover03, layerActive01$3 as layerActive01, layerActive02$3 as layerActive02, layerActive03$3 as layerActive03, layerHover01$3 as layerHover01, layerHover02$3 as layerHover02, layerHover03$3 as layerHover03, layerSelected01$3 as layerSelected01, layerSelected02$3 as layerSelected02, layerSelected03$3 as layerSelected03, layerSelectedDisabled$7 as layerSelectedDisabled, layerSelectedHover01$3 as layerSelectedHover01, layerSelectedHover02$3 as layerSelectedHover02, layerSelectedHover03$3 as layerSelectedHover03, layerSelectedInverse$7 as layerSelectedInverse, linkInverse$7 as linkInverse, linkInverseActive$3 as linkInverseActive, linkInverseHover$3 as linkInverseHover, linkInverseVisited$3 as linkInverseVisited, linkPrimary$7 as linkPrimary, linkPrimaryHover$7 as linkPrimaryHover, linkSecondary$7 as linkSecondary, linkVisited$7 as linkVisited, index$1 as notificationTokens, overlay$7 as overlay, shadow$7 as shadow, skeletonBackground$7 as skeletonBackground, skeletonElement$7 as skeletonElement, index as statusTokens, supportCautionMajor$3 as supportCautionMajor, supportCautionMinor$3 as supportCautionMinor, supportCautionUndefined$3 as supportCautionUndefined, supportError$7 as supportError, supportErrorInverse$7 as supportErrorInverse, supportInfo$7 as supportInfo, supportInfoInverse$7 as supportInfoInverse, supportSuccess$7 as supportSuccess, supportSuccessInverse$7 as supportSuccessInverse, supportWarning$7 as supportWarning, supportWarningInverse$7 as supportWarningInverse, index$2 as tagTokens, textDisabled$7 as textDisabled, textError$7 as textError, textHelper$7 as textHelper, textInverse$7 as textInverse, textOnColor$7 as textOnColor, textOnColorDisabled$7 as textOnColorDisabled, textPlaceholder$7 as textPlaceholder, textPrimary$7 as textPrimary, textSecondary$7 as textSecondary, themes, toggleOff$7 as toggleOff, unstable_metadata, index$4 as v10, white$1 as white };
5472
+ export { aiAuraEnd$3 as aiAuraEnd, aiAuraHoverBackground$3 as aiAuraHoverBackground, aiAuraHoverEnd$3 as aiAuraHoverEnd, aiAuraHoverStart$3 as aiAuraHoverStart, aiAuraStart$3 as aiAuraStart, aiAuraStartSm$3 as aiAuraStartSm, aiBorderEnd$3 as aiBorderEnd, aiBorderStart$3 as aiBorderStart, aiBorderStrong$3 as aiBorderStrong, aiDropShadow$3 as aiDropShadow, aiInnerShadow$3 as aiInnerShadow, aiOverlay$3 as aiOverlay, aiPopoverBackground$3 as aiPopoverBackground, aiPopoverCaretBottom$3 as aiPopoverCaretBottom, aiPopoverCaretBottomBackground$3 as aiPopoverCaretBottomBackground, aiPopoverCaretBottomBackgroundActions$3 as aiPopoverCaretBottomBackgroundActions, aiPopoverCaretCenter$3 as aiPopoverCaretCenter, aiPopoverShadowOuter01$3 as aiPopoverShadowOuter01, aiPopoverShadowOuter02$3 as aiPopoverShadowOuter02, aiSkeletonBackground$3 as aiSkeletonBackground, aiSkeletonElementBackground$3 as aiSkeletonElementBackground, background$8 as background, backgroundActive$7 as backgroundActive, backgroundBrand$7 as backgroundBrand, backgroundHover$7 as backgroundHover, backgroundInverse$7 as backgroundInverse, backgroundInverseHover$7 as backgroundInverseHover, backgroundSelected$7 as backgroundSelected, backgroundSelectedHover$7 as backgroundSelectedHover, borderDisabled$7 as borderDisabled, borderInteractive$7 as borderInteractive, borderInverse$7 as borderInverse, borderStrong01$3 as borderStrong01, borderStrong02$3 as borderStrong02, borderStrong03$3 as borderStrong03, borderSubtle00$3 as borderSubtle00, borderSubtle01$3 as borderSubtle01, borderSubtle02$3 as borderSubtle02, borderSubtle03$3 as borderSubtle03, borderSubtleSelected01$3 as borderSubtleSelected01, borderSubtleSelected02$3 as borderSubtleSelected02, borderSubtleSelected03$3 as borderSubtleSelected03, borderTile01$3 as borderTile01, borderTile02$3 as borderTile02, borderTile03$3 as borderTile03, index$4 as buttonTokens, chatAvatarAgent$3 as chatAvatarAgent, chatAvatarBot$3 as chatAvatarBot, chatAvatarUser$3 as chatAvatarUser, chatBubbleAgent$3 as chatBubbleAgent, chatBubbleBorder$3 as chatBubbleBorder, chatBubbleUser$3 as chatBubbleUser, chatButton$3 as chatButton, chatButtonActive$3 as chatButtonActive, chatButtonHover$3 as chatButtonHover, chatButtonSelected$3 as chatButtonSelected, chatButtonTextHover$3 as chatButtonTextHover, chatButtonTextSelected$3 as chatButtonTextSelected, chatHeaderBackground$3 as chatHeaderBackground, chatPromptBackground$3 as chatPromptBackground, chatPromptBorderEnd$3 as chatPromptBorderEnd, chatPromptBorderStart$3 as chatPromptBorderStart, chatShellBackground$3 as chatShellBackground, index as contentSwitcherTokens, field01$7 as field01, field02$7 as field02, field03$3 as field03, fieldHover01$3 as fieldHover01, fieldHover02$3 as fieldHover02, fieldHover03$3 as fieldHover03, focus$8 as focus, focusInset$7 as focusInset, focusInverse$7 as focusInverse, formatTokenName, g10$1 as g10, g100$1 as g100, g90$1 as g90, highlight$7 as highlight, iconDisabled$7 as iconDisabled, iconInteractive$3 as iconInteractive, iconInverse$7 as iconInverse, iconOnColor$7 as iconOnColor, iconOnColorDisabled$7 as iconOnColorDisabled, iconPrimary$7 as iconPrimary, iconSecondary$7 as iconSecondary, interactive$7 as interactive, layer01$3 as layer01, layer02$3 as layer02, layer03$3 as layer03, layerAccent01$3 as layerAccent01, layerAccent02$3 as layerAccent02, layerAccent03$3 as layerAccent03, layerAccentActive01$3 as layerAccentActive01, layerAccentActive02$3 as layerAccentActive02, layerAccentActive03$3 as layerAccentActive03, layerAccentHover01$3 as layerAccentHover01, layerAccentHover02$3 as layerAccentHover02, layerAccentHover03$3 as layerAccentHover03, layerActive01$3 as layerActive01, layerActive02$3 as layerActive02, layerActive03$3 as layerActive03, layerBackground01$3 as layerBackground01, layerBackground02$3 as layerBackground02, layerBackground03$3 as layerBackground03, layerHover01$3 as layerHover01, layerHover02$3 as layerHover02, layerHover03$3 as layerHover03, layerSelected01$3 as layerSelected01, layerSelected02$3 as layerSelected02, layerSelected03$3 as layerSelected03, layerSelectedDisabled$7 as layerSelectedDisabled, layerSelectedHover01$3 as layerSelectedHover01, layerSelectedHover02$3 as layerSelectedHover02, layerSelectedHover03$3 as layerSelectedHover03, layerSelectedInverse$7 as layerSelectedInverse, linkInverse$7 as linkInverse, linkInverseActive$3 as linkInverseActive, linkInverseHover$3 as linkInverseHover, linkInverseVisited$3 as linkInverseVisited, linkPrimary$7 as linkPrimary, linkPrimaryHover$7 as linkPrimaryHover, linkSecondary$7 as linkSecondary, linkVisited$7 as linkVisited, index$2 as notificationTokens, overlay$7 as overlay, shadow$7 as shadow, skeletonBackground$7 as skeletonBackground, skeletonElement$7 as skeletonElement, index$1 as statusTokens, supportCautionMajor$3 as supportCautionMajor, supportCautionMinor$3 as supportCautionMinor, supportCautionUndefined$3 as supportCautionUndefined, supportError$7 as supportError, supportErrorInverse$7 as supportErrorInverse, supportInfo$7 as supportInfo, supportInfoInverse$7 as supportInfoInverse, supportSuccess$7 as supportSuccess, supportSuccessInverse$7 as supportSuccessInverse, supportWarning$7 as supportWarning, supportWarningInverse$7 as supportWarningInverse, index$3 as tagTokens, textDisabled$7 as textDisabled, textError$7 as textError, textHelper$7 as textHelper, textInverse$7 as textInverse, textOnColor$7 as textOnColor, textOnColorDisabled$7 as textOnColorDisabled, textPlaceholder$7 as textPlaceholder, textPrimary$7 as textPrimary, textSecondary$7 as textSecondary, themes, toggleOff$7 as toggleOff, unstable_metadata, index$5 as v10, white$1 as white };