@carbon/themes 11.77.0 → 11.78.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.
Files changed (64) hide show
  1. package/es/index.js +1360 -1722
  2. package/js/generated/component-tokens/button.d.ts +98 -0
  3. package/{src/component-tokens/button/tokens.ts → js/generated/component-tokens/button.js} +65 -97
  4. package/js/generated/component-tokens/content-switcher.d.ts +25 -0
  5. package/js/generated/component-tokens/content-switcher.js +25 -0
  6. package/js/generated/component-tokens/notification.d.ts +65 -0
  7. package/js/generated/component-tokens/notification.js +65 -0
  8. package/js/generated/component-tokens/status.d.ts +63 -0
  9. package/js/generated/component-tokens/status.js +63 -0
  10. package/js/generated/component-tokens/tag.d.ts +247 -0
  11. package/js/generated/component-tokens/tag.js +247 -0
  12. package/js/generated/themes/g10.d.ts +242 -0
  13. package/js/generated/themes/g10.js +242 -0
  14. package/js/generated/themes/g100.d.ts +242 -0
  15. package/js/generated/themes/g100.js +242 -0
  16. package/js/generated/themes/g90.d.ts +242 -0
  17. package/js/generated/themes/g90.js +242 -0
  18. package/js/generated/themes/white.d.ts +242 -0
  19. package/js/generated/themes/white.js +242 -0
  20. package/lib/index.d.ts +12 -10
  21. package/lib/index.js +1360 -1722
  22. package/package.json +12 -9
  23. package/scss/generated/_button-tokens.scss +2 -2
  24. package/src/dtcg/README.md +210 -0
  25. package/src/dtcg/color-palette.json +3204 -0
  26. package/src/dtcg/components/button.json +193 -0
  27. package/src/dtcg/components/content-switcher.json +60 -0
  28. package/src/dtcg/components/notification.json +130 -0
  29. package/src/dtcg/components/status.json +122 -0
  30. package/src/dtcg/components/tag.json +486 -0
  31. package/src/dtcg/g10.json +1453 -0
  32. package/src/dtcg/g100.json +1478 -0
  33. package/src/dtcg/g90.json +1478 -0
  34. package/src/dtcg/white.json +1345 -0
  35. package/src/index.ts +96 -10
  36. package/test-dtcg.scss +28 -0
  37. package/umd/index.js +1363 -1725
  38. package/lib/component-tokens/button/index.d.ts +0 -7
  39. package/lib/component-tokens/button/tokens.d.ts +0 -98
  40. package/lib/component-tokens/content-switcher/index.d.ts +0 -7
  41. package/lib/component-tokens/content-switcher/tokens.d.ts +0 -24
  42. package/lib/component-tokens/notification/index.d.ts +0 -7
  43. package/lib/component-tokens/notification/tokens.d.ts +0 -64
  44. package/lib/component-tokens/status/index.d.ts +0 -7
  45. package/lib/component-tokens/status/tokens.d.ts +0 -62
  46. package/lib/component-tokens/tag/index.d.ts +0 -7
  47. package/lib/component-tokens/tag/tokens.d.ts +0 -246
  48. package/lib/g10.d.ts +0 -242
  49. package/lib/g100.d.ts +0 -242
  50. package/lib/g90.d.ts +0 -242
  51. package/lib/white.d.ts +0 -243
  52. package/src/component-tokens/button/index.ts +0 -8
  53. package/src/component-tokens/content-switcher/index.ts +0 -7
  54. package/src/component-tokens/content-switcher/tokens.ts +0 -29
  55. package/src/component-tokens/notification/index.ts +0 -8
  56. package/src/component-tokens/notification/tokens.ts +0 -105
  57. package/src/component-tokens/status/index.ts +0 -8
  58. package/src/component-tokens/status/tokens.ts +0 -90
  59. package/src/component-tokens/tag/index.ts +0 -8
  60. package/src/component-tokens/tag/tokens.ts +0 -353
  61. package/src/g10.ts +0 -452
  62. package/src/g100.ts +0 -453
  63. package/src/g90.ts +0 -455
  64. package/src/white.ts +0 -455
package/umd/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  (function(global, factory) {
2
- typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("@carbon/colors"), require("color"), require("@carbon/type"), require("@carbon/layout")) : typeof define === "function" && define.amd ? define([
2
+ typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("color"), require("@carbon/colors"), require("@carbon/type"), require("@carbon/layout")) : typeof define === "function" && define.amd ? define([
3
3
  "exports",
4
- "@carbon/colors",
5
4
  "color",
5
+ "@carbon/colors",
6
6
  "@carbon/type",
7
7
  "@carbon/layout"
8
- ], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, factory(global.CarbonThemes = {}, global.CarbonColors, global.Color, global.CarbonType, global.CarbonLayout));
9
- })(this, function(exports, _carbon_colors, color, _carbon_type, _carbon_layout) {
8
+ ], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, factory(global.CarbonThemes = {}, global.Color, global.CarbonColors, global.CarbonType, global.CarbonLayout));
9
+ })(this, function(exports, color, _carbon_colors, _carbon_type, _carbon_layout) {
10
10
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
11
11
  //#region \0rolldown/runtime.js
12
12
  var __create = Object.create;
@@ -40,76 +40,7 @@
40
40
  }) : target, mod));
41
41
  //#endregion
42
42
  color = __toESM(color);
43
- //#region src/tools.ts
44
- /**
45
- * Copyright IBM Corp. 2016, 2026
46
- *
47
- * This source code is licensed under the Apache-2.0 license found in the
48
- * LICENSE file in the root directory of this source tree.
49
- */
50
- /**
51
- * Adjust a given token's lightness by a specified percentage
52
- * Example: token = hsl(10, 10, 10);
53
- * adjustLightness(token, 5) === hsl(10, 10, 15);
54
- * adjustLightness(token, -5) === hsl(10, 10, 5);
55
- */
56
- const adjustLightness = (token, shift) => {
57
- const original = (0, color.default)(token).hsl().object();
58
- return (0, color.default)({
59
- ...original,
60
- l: original.l += shift
61
- }).round().hex().toLowerCase();
62
- };
63
- /**
64
- * Adjust a given token's alpha by a specified amount
65
- * Example: token = rgba(10, 10, 10, 1.0);
66
- * adjustAlpha(token, 0.3) === rgba(10, 10, 10, 0.3);
67
- */
68
- const adjustAlpha = (token, alpha) => {
69
- return (0, color.default)(token).rgb().alpha(alpha).string();
70
- };
71
- const numbers = [
72
- "0",
73
- "1",
74
- "2",
75
- "3",
76
- "4",
77
- "5",
78
- "6",
79
- "7",
80
- "8",
81
- "9"
82
- ];
83
- /**
84
- * Format a given token into the format expected in CSS/SCSS-based projects.
85
- */
86
- const formatTokenName = (token) => {
87
- let string = "";
88
- for (let i = 0; i < token.length; i++) {
89
- if (numbers.indexOf(token[i]) !== -1) {
90
- string += "-" + token.slice(i);
91
- break;
92
- }
93
- if (token[i] === token[i].toUpperCase()) {
94
- if (token[i - 1] && token[i - 1] === token[i - 1].toUpperCase()) {
95
- string += token[i].toLowerCase();
96
- continue;
97
- }
98
- string += "-" + token[i].toLowerCase();
99
- continue;
100
- }
101
- string += token[i];
102
- }
103
- return string;
104
- };
105
- //#endregion
106
- //#region src/white.ts
107
- /**
108
- * Copyright IBM Corp. 2018, 2026
109
- *
110
- * This source code is licensed under the Apache-2.0 license found in the
111
- * LICENSE file in the root directory of this source tree.
112
- */
43
+ //#region js/generated/themes/white.js
113
44
  var white_exports = /* @__PURE__ */ __exportAll({
114
45
  aiAuraEnd: () => aiAuraEnd,
115
46
  aiAuraHoverBackground: () => aiAuraHoverBackground,
@@ -140,10 +71,6 @@
140
71
  backgroundInverseHover: () => backgroundInverseHover,
141
72
  backgroundSelected: () => backgroundSelected,
142
73
  backgroundSelectedHover: () => backgroundSelectedHover,
143
- bodyLong01: () => _carbon_type.bodyLong01,
144
- bodyLong02: () => _carbon_type.bodyLong02,
145
- bodyShort01: () => _carbon_type.bodyShort01,
146
- bodyShort02: () => _carbon_type.bodyShort02,
147
74
  borderDisabled: () => borderDisabled,
148
75
  borderInteractive: () => borderInteractive,
149
76
  borderInverse: () => borderInverse,
@@ -160,8 +87,6 @@
160
87
  borderTile01: () => borderTile01,
161
88
  borderTile02: () => borderTile02,
162
89
  borderTile03: () => borderTile03,
163
- caption01: () => _carbon_type.caption01,
164
- caption02: () => _carbon_type.caption02,
165
90
  chatAvatarAgent: () => chatAvatarAgent,
166
91
  chatAvatarBot: () => chatAvatarBot,
167
92
  chatAvatarUser: () => chatAvatarUser,
@@ -183,42 +108,16 @@
183
108
  chatPromptBorderStart: () => chatPromptBorderStart,
184
109
  chatPromptText: () => chatPromptText,
185
110
  chatShellBackground: () => chatShellBackground,
186
- code01: () => _carbon_type.code01,
187
- code02: () => _carbon_type.code02,
188
111
  colorScheme: () => colorScheme,
189
- container01: () => _carbon_layout.container01,
190
- container02: () => _carbon_layout.container02,
191
- container03: () => _carbon_layout.container03,
192
- container04: () => _carbon_layout.container04,
193
- container05: () => _carbon_layout.container05,
194
- display01: () => _carbon_type.display01,
195
- display02: () => _carbon_type.display02,
196
- display03: () => _carbon_type.display03,
197
- display04: () => _carbon_type.display04,
198
- expressiveHeading01: () => _carbon_type.expressiveHeading01,
199
- expressiveHeading02: () => _carbon_type.expressiveHeading02,
200
- expressiveHeading03: () => _carbon_type.expressiveHeading03,
201
- expressiveHeading04: () => _carbon_type.expressiveHeading04,
202
- expressiveHeading05: () => _carbon_type.expressiveHeading05,
203
- expressiveHeading06: () => _carbon_type.expressiveHeading06,
204
- expressiveParagraph01: () => _carbon_type.expressiveParagraph01,
205
112
  field01: () => field01,
206
113
  field02: () => field02,
207
114
  field03: () => field03,
208
115
  fieldHover01: () => fieldHover01,
209
116
  fieldHover02: () => fieldHover02,
210
117
  fieldHover03: () => fieldHover03,
211
- fluidSpacing01: () => _carbon_layout.fluidSpacing01,
212
- fluidSpacing02: () => _carbon_layout.fluidSpacing02,
213
- fluidSpacing03: () => _carbon_layout.fluidSpacing03,
214
- fluidSpacing04: () => _carbon_layout.fluidSpacing04,
215
118
  focus: () => focus,
216
119
  focusInset: () => focusInset,
217
120
  focusInverse: () => focusInverse,
218
- heading01: () => _carbon_type.heading01,
219
- heading02: () => _carbon_type.heading02,
220
- helperText01: () => _carbon_type.helperText01,
221
- helperText02: () => _carbon_type.helperText02,
222
121
  highlight: () => highlight,
223
122
  iconDisabled: () => iconDisabled,
224
123
  iconInteractive: () => iconInteractive,
@@ -227,11 +126,7 @@
227
126
  iconOnColorDisabled: () => iconOnColorDisabled,
228
127
  iconPrimary: () => iconPrimary,
229
128
  iconSecondary: () => iconSecondary,
230
- iconSize01: () => _carbon_layout.iconSize01,
231
- iconSize02: () => _carbon_layout.iconSize02,
232
129
  interactive: () => interactive,
233
- label01: () => _carbon_type.label01,
234
- label02: () => _carbon_type.label02,
235
130
  layer01: () => layer01,
236
131
  layer02: () => layer02,
237
132
  layer03: () => layer03,
@@ -261,13 +156,6 @@
261
156
  layerSelectedHover02: () => layerSelectedHover02,
262
157
  layerSelectedHover03: () => layerSelectedHover03,
263
158
  layerSelectedInverse: () => layerSelectedInverse,
264
- layout01: () => _carbon_layout.layout01,
265
- layout02: () => _carbon_layout.layout02,
266
- layout03: () => _carbon_layout.layout03,
267
- layout04: () => _carbon_layout.layout04,
268
- layout05: () => _carbon_layout.layout05,
269
- layout06: () => _carbon_layout.layout06,
270
- layout07: () => _carbon_layout.layout07,
271
159
  linkInverse: () => linkInverse,
272
160
  linkInverseActive: () => linkInverseActive,
273
161
  linkInverseHover: () => linkInverseHover,
@@ -277,37 +165,9 @@
277
165
  linkSecondary: () => linkSecondary,
278
166
  linkVisited: () => linkVisited,
279
167
  overlay: () => overlay,
280
- productiveHeading01: () => _carbon_type.productiveHeading01,
281
- productiveHeading02: () => _carbon_type.productiveHeading02,
282
- productiveHeading03: () => _carbon_type.productiveHeading03,
283
- productiveHeading04: () => _carbon_type.productiveHeading04,
284
- productiveHeading05: () => _carbon_type.productiveHeading05,
285
- productiveHeading06: () => _carbon_type.productiveHeading06,
286
- productiveHeading07: () => _carbon_type.productiveHeading07,
287
- quotation01: () => _carbon_type.quotation01,
288
- quotation02: () => _carbon_type.quotation02,
289
168
  shadow: () => shadow,
290
- size2XLarge: () => _carbon_layout.size2XLarge,
291
- sizeLarge: () => _carbon_layout.sizeLarge,
292
- sizeMedium: () => _carbon_layout.sizeMedium,
293
- sizeSmall: () => _carbon_layout.sizeSmall,
294
- sizeXLarge: () => _carbon_layout.sizeXLarge,
295
- sizeXSmall: () => _carbon_layout.sizeXSmall,
296
169
  skeletonBackground: () => skeletonBackground,
297
170
  skeletonElement: () => skeletonElement,
298
- spacing01: () => _carbon_layout.spacing01,
299
- spacing02: () => _carbon_layout.spacing02,
300
- spacing03: () => _carbon_layout.spacing03,
301
- spacing04: () => _carbon_layout.spacing04,
302
- spacing05: () => _carbon_layout.spacing05,
303
- spacing06: () => _carbon_layout.spacing06,
304
- spacing07: () => _carbon_layout.spacing07,
305
- spacing08: () => _carbon_layout.spacing08,
306
- spacing09: () => _carbon_layout.spacing09,
307
- spacing10: () => _carbon_layout.spacing10,
308
- spacing11: () => _carbon_layout.spacing11,
309
- spacing12: () => _carbon_layout.spacing12,
310
- spacing13: () => _carbon_layout.spacing13,
311
171
  supportCautionMajor: () => supportCautionMajor,
312
172
  supportCautionMinor: () => supportCautionMinor,
313
173
  supportCautionUndefined: () => supportCautionUndefined,
@@ -419,248 +279,242 @@
419
279
  toggleOff: () => toggleOff
420
280
  });
421
281
  const colorScheme = "light";
422
- const background = _carbon_colors.white;
423
- const backgroundInverse = _carbon_colors.gray80;
424
- const backgroundBrand = _carbon_colors.blue60;
425
- const backgroundActive = adjustAlpha(_carbon_colors.gray50, .5);
426
- const backgroundHover = adjustAlpha(_carbon_colors.gray50, .12);
427
- const backgroundInverseHover = _carbon_colors.gray80Hover;
428
- const backgroundSelected = adjustAlpha(_carbon_colors.gray50, .2);
429
- const backgroundSelectedHover = adjustAlpha(_carbon_colors.gray50, .32);
430
- const layer01 = _carbon_colors.gray10;
431
- const layerActive01 = _carbon_colors.gray30;
432
- const layerBackground01 = _carbon_colors.white;
433
- const layerHover01 = _carbon_colors.gray10Hover;
434
- const layerSelected01 = _carbon_colors.gray20;
435
- const layerSelectedHover01 = _carbon_colors.gray20Hover;
436
- const layer02 = _carbon_colors.white;
437
- const layerActive02 = _carbon_colors.gray30;
438
- const layerBackground02 = _carbon_colors.gray10;
439
- const layerHover02 = _carbon_colors.whiteHover;
440
- const layerSelected02 = _carbon_colors.gray20;
441
- const layerSelectedHover02 = _carbon_colors.gray20Hover;
442
- const layer03 = _carbon_colors.gray10;
443
- const layerActive03 = _carbon_colors.gray30;
444
- const layerBackground03 = _carbon_colors.white;
445
- const layerHover03 = _carbon_colors.gray10Hover;
446
- const layerSelected03 = _carbon_colors.gray20;
447
- const layerSelectedHover03 = _carbon_colors.gray20Hover;
448
- const layerSelectedInverse = _carbon_colors.gray100;
449
- const layerSelectedDisabled = _carbon_colors.gray50;
450
- const layerAccent01 = _carbon_colors.gray20;
451
- const layerAccentActive01 = _carbon_colors.gray40;
452
- const layerAccentHover01 = _carbon_colors.gray20Hover;
453
- const layerAccent02 = _carbon_colors.gray20;
454
- const layerAccentActive02 = _carbon_colors.gray40;
455
- const layerAccentHover02 = _carbon_colors.gray20Hover;
456
- const layerAccent03 = _carbon_colors.gray20;
457
- const layerAccentActive03 = _carbon_colors.gray40;
458
- const layerAccentHover03 = _carbon_colors.gray20Hover;
459
- const field01 = _carbon_colors.gray10;
460
- const fieldHover01 = _carbon_colors.gray10Hover;
461
- const field02 = _carbon_colors.white;
462
- const fieldHover02 = _carbon_colors.whiteHover;
463
- const field03 = _carbon_colors.gray10;
464
- const fieldHover03 = _carbon_colors.gray10Hover;
465
- const borderSubtle00 = _carbon_colors.gray20;
466
- const borderSubtle01 = _carbon_colors.gray30;
467
- const borderSubtleSelected01 = _carbon_colors.gray30;
468
- const borderSubtle02 = _carbon_colors.gray20;
469
- const borderSubtleSelected02 = _carbon_colors.gray30;
470
- const borderSubtle03 = _carbon_colors.gray30;
471
- const borderSubtleSelected03 = _carbon_colors.gray30;
472
- const borderStrong01 = _carbon_colors.gray50;
473
- const borderStrong02 = _carbon_colors.gray50;
474
- const borderStrong03 = _carbon_colors.gray50;
475
- const borderTile01 = _carbon_colors.gray30;
476
- const borderTile02 = _carbon_colors.gray40;
477
- const borderTile03 = _carbon_colors.gray30;
478
- const borderInverse = _carbon_colors.gray100;
479
- const borderInteractive = _carbon_colors.blue60;
480
- const borderDisabled = _carbon_colors.gray30;
481
- const textPrimary = _carbon_colors.gray100;
482
- const textSecondary = _carbon_colors.gray70;
483
- const textPlaceholder = adjustAlpha(textPrimary, .4);
484
- const textHelper = _carbon_colors.gray60;
485
- const textError = _carbon_colors.red60;
486
- const textInverse = _carbon_colors.white;
487
- const textOnColor = _carbon_colors.white;
488
- const textOnColorDisabled = _carbon_colors.gray50;
489
- const textDisabled = adjustAlpha(textPrimary, .25);
490
- const linkPrimary = _carbon_colors.blue60;
491
- const linkPrimaryHover = _carbon_colors.blue70;
492
- const linkSecondary = _carbon_colors.blue70;
493
- const linkInverse = _carbon_colors.blue40;
494
- const linkVisited = _carbon_colors.purple60;
495
- const linkInverseVisited = _carbon_colors.purple40;
496
- const linkInverseActive = _carbon_colors.gray10;
497
- const linkInverseHover = _carbon_colors.blue30;
498
- const iconPrimary = _carbon_colors.gray100;
499
- const iconSecondary = _carbon_colors.gray70;
500
- const iconInverse = _carbon_colors.white;
501
- const iconOnColor = _carbon_colors.white;
502
- const iconOnColorDisabled = _carbon_colors.gray50;
503
- const iconDisabled = adjustAlpha(iconPrimary, .25);
504
- const iconInteractive = _carbon_colors.blue60;
505
- const supportError = _carbon_colors.red60;
506
- const supportSuccess = _carbon_colors.green50;
507
- const supportWarning = _carbon_colors.yellow30;
508
- const supportInfo = _carbon_colors.blue70;
509
- const supportErrorInverse = _carbon_colors.red50;
510
- const supportSuccessInverse = _carbon_colors.green40;
511
- const supportWarningInverse = _carbon_colors.yellow30;
512
- const supportInfoInverse = _carbon_colors.blue50;
513
- const supportCautionMinor = _carbon_colors.yellow30;
514
- const supportCautionMajor = _carbon_colors.orange40;
515
- const supportCautionUndefined = _carbon_colors.purple60;
516
- const focus = _carbon_colors.blue60;
517
- const focusInset = _carbon_colors.white;
518
- const focusInverse = _carbon_colors.white;
519
- const skeletonBackground = _carbon_colors.whiteHover;
520
- const skeletonElement = _carbon_colors.gray30;
521
- const interactive = _carbon_colors.blue60;
522
- const highlight = _carbon_colors.blue20;
523
- const overlay = (0, _carbon_colors.rgba)(_carbon_colors.black, .6);
524
- const toggleOff = _carbon_colors.gray50;
282
+ const background = "#ffffff";
283
+ const backgroundInverse = "#393939";
284
+ const backgroundBrand = "#0f62fe";
285
+ const backgroundActive = "rgba(141, 141, 141, 0.5)";
286
+ const backgroundHover = "rgba(141, 141, 141, 0.12)";
287
+ const backgroundInverseHover = "#474747";
288
+ const backgroundSelected = "rgba(141, 141, 141, 0.2)";
289
+ const backgroundSelectedHover = "rgba(141, 141, 141, 0.32)";
290
+ const layer01 = "#f4f4f4";
291
+ const layerActive01 = "#c6c6c6";
292
+ const layerBackground01 = "#ffffff";
293
+ const layerHover01 = "#e8e8e8";
294
+ const layerSelected01 = "#e0e0e0";
295
+ const layerSelectedHover01 = "#d1d1d1";
296
+ const layer02 = "#ffffff";
297
+ const layerActive02 = "#c6c6c6";
298
+ const layerBackground02 = "#f4f4f4";
299
+ const layerHover02 = "#e8e8e8";
300
+ const layerSelected02 = "#e0e0e0";
301
+ const layerSelectedHover02 = "#d1d1d1";
302
+ const layer03 = "#f4f4f4";
303
+ const layerActive03 = "#c6c6c6";
304
+ const layerBackground03 = "#ffffff";
305
+ const layerHover03 = "#e8e8e8";
306
+ const layerSelected03 = "#e0e0e0";
307
+ const layerSelectedHover03 = "#d1d1d1";
308
+ const layerSelectedInverse = "#161616";
309
+ const layerSelectedDisabled = "#8d8d8d";
310
+ const layerAccent01 = "#e0e0e0";
311
+ const layerAccentActive01 = "#a8a8a8";
312
+ const layerAccentHover01 = "#d1d1d1";
313
+ const layerAccent02 = "#e0e0e0";
314
+ const layerAccentActive02 = "#a8a8a8";
315
+ const layerAccentHover02 = "#d1d1d1";
316
+ const layerAccent03 = "#e0e0e0";
317
+ const layerAccentActive03 = "#a8a8a8";
318
+ const layerAccentHover03 = "#d1d1d1";
319
+ const field01 = "#f4f4f4";
320
+ const fieldHover01 = "#e8e8e8";
321
+ const field02 = "#ffffff";
322
+ const fieldHover02 = "#e8e8e8";
323
+ const field03 = "#f4f4f4";
324
+ const fieldHover03 = "#e8e8e8";
325
+ const borderSubtle00 = "#e0e0e0";
326
+ const borderSubtle01 = "#c6c6c6";
327
+ const borderSubtleSelected01 = "#c6c6c6";
328
+ const borderSubtle02 = "#e0e0e0";
329
+ const borderSubtleSelected02 = "#c6c6c6";
330
+ const borderSubtle03 = "#c6c6c6";
331
+ const borderSubtleSelected03 = "#c6c6c6";
332
+ const borderStrong01 = "#8d8d8d";
333
+ const borderStrong02 = "#8d8d8d";
334
+ const borderStrong03 = "#8d8d8d";
335
+ const borderTile01 = "#c6c6c6";
336
+ const borderTile02 = "#a8a8a8";
337
+ const borderTile03 = "#c6c6c6";
338
+ const borderInverse = "#161616";
339
+ const borderInteractive = "#0f62fe";
340
+ const borderDisabled = "#c6c6c6";
341
+ const textPrimary = "#161616";
342
+ const textSecondary = "#525252";
343
+ const textPlaceholder = "rgba(22, 22, 22, 0.4)";
344
+ const textHelper = "#6f6f6f";
345
+ const textError = "#da1e28";
346
+ const textInverse = "#ffffff";
347
+ const textOnColor = "#ffffff";
348
+ const textOnColorDisabled = "#8d8d8d";
349
+ const textDisabled = "rgba(22, 22, 22, 0.25)";
350
+ const linkPrimary = "#0f62fe";
351
+ const linkPrimaryHover = "#0043ce";
352
+ const linkSecondary = "#0043ce";
353
+ const linkInverse = "#78a9ff";
354
+ const linkVisited = "#8a3ffc";
355
+ const linkInverseVisited = "#be95ff";
356
+ const linkInverseActive = "#f4f4f4";
357
+ const linkInverseHover = "#a6c8ff";
358
+ const iconPrimary = "#161616";
359
+ const iconSecondary = "#525252";
360
+ const iconInverse = "#ffffff";
361
+ const iconOnColor = "#ffffff";
362
+ const iconOnColorDisabled = "#8d8d8d";
363
+ const iconDisabled = "rgba(22, 22, 22, 0.25)";
364
+ const iconInteractive = "#0f62fe";
365
+ const supportError = "#da1e28";
366
+ const supportSuccess = "#24a148";
367
+ const supportWarning = "#f1c21b";
368
+ const supportInfo = "#0043ce";
369
+ const supportErrorInverse = "#fa4d56";
370
+ const supportSuccessInverse = "#42be65";
371
+ const supportWarningInverse = "#f1c21b";
372
+ const supportInfoInverse = "#4589ff";
373
+ const supportCautionMinor = "#f1c21b";
374
+ const supportCautionMajor = "#ff832b";
375
+ const supportCautionUndefined = "#8a3ffc";
376
+ const focus = "#0f62fe";
377
+ const focusInset = "#ffffff";
378
+ const focusInverse = "#ffffff";
379
+ const interactive = "#0f62fe";
380
+ const highlight = "#d0e2ff";
381
+ const overlay = "rgba(0, 0, 0, 0.6)";
382
+ const toggleOff = "#8d8d8d";
525
383
  const shadow = "rgba(0, 0, 0, 0.3)";
526
- const syntaxComment = _carbon_colors.green60;
527
- const syntaxLineComment = syntaxComment;
528
- const syntaxBlockComment = syntaxComment;
529
- const syntaxDocComment = syntaxComment;
530
- const syntaxString = textPrimary;
531
- const syntaxDocString = syntaxString;
532
- const syntaxKeyword = _carbon_colors.blue60;
533
- const syntaxOperatorKeyword = syntaxKeyword;
534
- const syntaxControlKeyword = _carbon_colors.purple70;
535
- const syntaxDefinitionKeyword = _carbon_colors.cyan70;
536
- const syntaxModuleKeyword = _carbon_colors.purple70;
537
- const syntaxVariable = _carbon_colors.blue60;
538
- const syntaxName = syntaxVariable;
539
- const syntaxVariableName = syntaxVariable;
540
- const syntaxLabelName = syntaxVariable;
541
- const syntaxAttribute = _carbon_colors.cyan70;
542
- const syntaxAttributeName = syntaxAttribute;
543
- const syntaxPropertyName = syntaxAttribute;
544
- const syntaxTag = _carbon_colors.teal60;
545
- const syntaxTagName = syntaxTag;
546
- const syntaxType = _carbon_colors.teal60;
547
- const syntaxTypeName = syntaxType;
548
- const syntaxClassName = syntaxType;
549
- const syntaxNamespace = syntaxType;
550
- const syntaxMacroName = textPrimary;
551
- const syntaxAtom = syntaxMacroName;
552
- const syntaxLiteral = syntaxAtom;
553
- const syntaxBool = syntaxAtom;
554
- const syntaxNull = syntaxAtom;
555
- const syntaxSelf = syntaxTag;
556
- const syntaxNumber = _carbon_colors.green60;
557
- const syntaxInteger = syntaxNumber;
558
- const syntaxFloat = syntaxNumber;
559
- const syntaxUnit = syntaxNumber;
560
- const syntaxCharacter = syntaxString;
561
- const syntaxAttributeValue = syntaxString;
562
- const syntaxSpecialString = _carbon_colors.purple60;
563
- const syntaxRegexp = _carbon_colors.purple70;
564
- const syntaxEscape = _carbon_colors.coolGray80;
565
- const syntaxUrl = syntaxEscape;
566
- const syntaxColor = syntaxMacroName;
567
- const syntaxOperator = _carbon_colors.coolGray80;
568
- const syntaxDerefOperator = syntaxOperator;
569
- const syntaxArithmeticOperator = syntaxOperator;
570
- const syntaxLogicOperator = syntaxOperator;
571
- const syntaxBitwiseOperator = syntaxOperator;
572
- const syntaxCompareOperator = syntaxOperator;
573
- const syntaxUpdateOperator = syntaxOperator;
574
- const syntaxDefinitionOperator = syntaxDefinitionKeyword;
575
- const syntaxTypeOperator = syntaxTag;
576
- const syntaxControlOperator = syntaxModuleKeyword;
577
- const syntaxModifier = syntaxKeyword;
578
- const syntaxPunctuation = _carbon_colors.coolGray80;
579
- const syntaxSeparator = syntaxPunctuation;
580
- const syntaxBracket = syntaxPunctuation;
581
- const syntaxAngleBracket = _carbon_colors.coolGray60;
582
- const syntaxSquareBracket = syntaxBracket;
583
- const syntaxParen = syntaxBracket;
584
- const syntaxBrace = syntaxBracket;
585
- const syntaxContent = textPrimary;
586
- const syntaxList = syntaxContent;
587
- const syntaxEmphasis = syntaxContent;
588
- const syntaxStrong = syntaxContent;
589
- const syntaxMonospace = syntaxContent;
590
- const syntaxStrikethrough = syntaxContent;
591
- const syntaxHeading = _carbon_colors.cyan70;
592
- const syntaxHeading1 = syntaxHeading;
593
- const syntaxHeading2 = syntaxHeading;
594
- const syntaxHeading3 = syntaxHeading;
595
- const syntaxHeading4 = syntaxHeading;
596
- const syntaxHeading5 = syntaxHeading;
597
- const syntaxHeading6 = syntaxHeading;
598
- const syntaxContentSeparator = syntaxPunctuation;
599
- const syntaxQuote = syntaxComment;
600
- const syntaxLink = _carbon_colors.blue60;
601
- const syntaxInvalid = _carbon_colors.red60;
602
- const syntaxMeta = _carbon_colors.green60;
603
- const syntaxDocumentMeta = syntaxMeta;
604
- const syntaxAnnotation = _carbon_colors.teal60;
605
- const syntaxProcessingInstruction = syntaxString;
606
- const syntaxDefinition = _carbon_colors.cyan70;
607
- const syntaxConstant = _carbon_colors.blue60;
608
- const syntaxFunction = _carbon_colors.yellow60;
609
- const syntaxStandard = _carbon_colors.blue60;
610
- const syntaxLocal = _carbon_colors.blue60;
611
- const syntaxSpecial = _carbon_colors.blue60;
612
- const syntaxInserted = _carbon_colors.green20;
613
- const syntaxDeleted = _carbon_colors.red20;
614
- const aiInnerShadow = (0, _carbon_colors.rgba)(_carbon_colors.blue50, .1);
615
- const aiAuraStartSm = (0, _carbon_colors.rgba)(_carbon_colors.blue50, .16);
616
- const aiAuraStart = (0, _carbon_colors.rgba)(_carbon_colors.blue50, .1);
617
- const aiAuraEnd = (0, _carbon_colors.rgba)(_carbon_colors.white, 0);
618
- const aiBorderStrong = _carbon_colors.blue50;
619
- const aiBorderStart = (0, _carbon_colors.rgba)(_carbon_colors.blue30, .64);
620
- const aiBorderEnd = _carbon_colors.blue40;
621
- const aiDropShadow = (0, _carbon_colors.rgba)(_carbon_colors.blue60, .1);
622
- const aiAuraHoverBackground = _carbon_colors.blue10;
623
- const aiAuraHoverStart = (0, _carbon_colors.rgba)(_carbon_colors.blue50, .32);
624
- const aiAuraHoverEnd = (0, _carbon_colors.rgba)(_carbon_colors.white, 0);
625
- const aiPopoverBackground = _carbon_colors.white;
626
- const aiPopoverShadowOuter01 = (0, _carbon_colors.rgba)(_carbon_colors.blue70, .06);
627
- const aiPopoverShadowOuter02 = (0, _carbon_colors.rgba)(_carbon_colors.black, .04);
628
- const aiSkeletonBackground = _carbon_colors.blue20;
629
- const aiSkeletonElementBackground = _carbon_colors.blue50;
630
- const aiOverlay = (0, _carbon_colors.rgba)(_carbon_colors.blue100, .5);
631
- const aiPopoverCaretCenter = "#A0C3FF";
632
- const aiPopoverCaretBottom = _carbon_colors.blue40;
633
- const aiPopoverCaretBottomBackgroundActions = "#E9EFFA";
634
- const aiPopoverCaretBottomBackground = "#EAF1FF";
635
- const chatPromptBackground = _carbon_colors.white;
636
- const chatPromptBorderStart = _carbon_colors.gray10;
637
- const chatPromptBorderEnd = (0, _carbon_colors.rgba)(_carbon_colors.gray10, 0);
638
- const chatPromptText = textPrimary;
639
- const chatBubbleUser = _carbon_colors.gray20;
640
- const chatBubbleUserText = textPrimary;
641
- const chatBubbleAgent = _carbon_colors.white;
642
- const chatBubbleAgentText = textPrimary;
643
- const chatBubbleBorder = _carbon_colors.gray20;
644
- const chatAvatarBot = _carbon_colors.gray60;
645
- const chatAvatarAgent = _carbon_colors.gray80;
646
- const chatAvatarUser = _carbon_colors.blue60;
647
- const chatShellBackground = _carbon_colors.white;
648
- const chatHeaderBackground = _carbon_colors.white;
649
- const chatHeaderText = textPrimary;
650
- const chatButton = linkPrimary;
651
- const chatButtonHover = backgroundHover;
652
- const chatButtonTextHover = linkPrimaryHover;
653
- const chatButtonActive = backgroundActive;
654
- const chatButtonSelected = backgroundSelected;
655
- const chatButtonTextSelected = textSecondary;
384
+ const skeletonBackground = "#e8e8e8";
385
+ const skeletonElement = "#c6c6c6";
386
+ const syntaxComment = "#198038";
387
+ const syntaxLineComment = "#198038";
388
+ const syntaxBlockComment = "#198038";
389
+ const syntaxDocComment = "#198038";
390
+ const syntaxString = "#161616";
391
+ const syntaxDocString = "#161616";
392
+ const syntaxKeyword = "#0f62fe";
393
+ const syntaxOperatorKeyword = "#0f62fe";
394
+ const syntaxControlKeyword = "#6929c4";
395
+ const syntaxDefinitionKeyword = "#00539a";
396
+ const syntaxModuleKeyword = "#6929c4";
397
+ const syntaxVariable = "#0f62fe";
398
+ const syntaxName = "#0f62fe";
399
+ const syntaxVariableName = "#0f62fe";
400
+ const syntaxLabelName = "#0f62fe";
401
+ const syntaxAttribute = "#00539a";
402
+ const syntaxAttributeName = "#00539a";
403
+ const syntaxPropertyName = "#00539a";
404
+ const syntaxTag = "#007d79";
405
+ const syntaxTagName = "#007d79";
406
+ const syntaxType = "#007d79";
407
+ const syntaxTypeName = "#007d79";
408
+ const syntaxClassName = "#007d79";
409
+ const syntaxNamespace = "#007d79";
410
+ const syntaxMacroName = "#161616";
411
+ const syntaxAtom = "#161616";
412
+ const syntaxLiteral = "#161616";
413
+ const syntaxBool = "#161616";
414
+ const syntaxNull = "#161616";
415
+ const syntaxSelf = "#007d79";
416
+ const syntaxNumber = "#198038";
417
+ const syntaxInteger = "#198038";
418
+ const syntaxFloat = "#198038";
419
+ const syntaxUnit = "#198038";
420
+ const syntaxCharacter = "#161616";
421
+ const syntaxAttributeValue = "#161616";
422
+ const syntaxSpecialString = "#8a3ffc";
423
+ const syntaxRegexp = "#6929c4";
424
+ const syntaxEscape = "#343a3f";
425
+ const syntaxUrl = "#343a3f";
426
+ const syntaxColor = "#161616";
427
+ const syntaxOperator = "#343a3f";
428
+ const syntaxDerefOperator = "#343a3f";
429
+ const syntaxArithmeticOperator = "#343a3f";
430
+ const syntaxLogicOperator = "#343a3f";
431
+ const syntaxBitwiseOperator = "#343a3f";
432
+ const syntaxCompareOperator = "#343a3f";
433
+ const syntaxUpdateOperator = "#343a3f";
434
+ const syntaxDefinitionOperator = "#00539a";
435
+ const syntaxTypeOperator = "#007d79";
436
+ const syntaxControlOperator = "#6929c4";
437
+ const syntaxModifier = "#0f62fe";
438
+ const syntaxPunctuation = "#343a3f";
439
+ const syntaxSeparator = "#343a3f";
440
+ const syntaxBracket = "#343a3f";
441
+ const syntaxAngleBracket = "#697077";
442
+ const syntaxSquareBracket = "#343a3f";
443
+ const syntaxParen = "#343a3f";
444
+ const syntaxBrace = "#343a3f";
445
+ const syntaxContent = "#161616";
446
+ const syntaxList = "#161616";
447
+ const syntaxEmphasis = "#161616";
448
+ const syntaxStrong = "#161616";
449
+ const syntaxMonospace = "#161616";
450
+ const syntaxStrikethrough = "#161616";
451
+ const syntaxHeading = "#00539a";
452
+ const syntaxContentSeparator = "#343a3f";
453
+ const syntaxQuote = "#198038";
454
+ const syntaxLink = "#0f62fe";
455
+ const syntaxInvalid = "#da1e28";
456
+ const syntaxMeta = "#198038";
457
+ const syntaxDocumentMeta = "#198038";
458
+ const syntaxAnnotation = "#007d79";
459
+ const syntaxProcessingInstruction = "#161616";
460
+ const syntaxDefinition = "#00539a";
461
+ const syntaxConstant = "#0f62fe";
462
+ const syntaxFunction = "#8e6a00";
463
+ const syntaxStandard = "#0f62fe";
464
+ const syntaxLocal = "#0f62fe";
465
+ const syntaxSpecial = "#0f62fe";
466
+ const syntaxInserted = "#a7f0ba";
467
+ const syntaxDeleted = "#ffd7d9";
468
+ const syntaxHeading1 = "#00539a";
469
+ const syntaxHeading2 = "#00539a";
470
+ const syntaxHeading3 = "#00539a";
471
+ const syntaxHeading4 = "#00539a";
472
+ const syntaxHeading5 = "#00539a";
473
+ const syntaxHeading6 = "#00539a";
474
+ const aiInnerShadow = "rgba(69, 137, 255, 0.1)";
475
+ const aiAuraStartSm = "rgba(69, 137, 255, 0.16)";
476
+ const aiAuraStart = "rgba(69, 137, 255, 0.1)";
477
+ const aiAuraEnd = "rgba(255, 255, 255, 0)";
478
+ const aiBorderStrong = "#4589ff";
479
+ const aiBorderStart = "rgba(166, 200, 255, 0.64)";
480
+ const aiBorderEnd = "#78a9ff";
481
+ const aiDropShadow = "rgba(15, 98, 254, 0.1)";
482
+ const aiAuraHoverBackground = "#edf5ff";
483
+ const aiAuraHoverStart = "rgba(69, 137, 255, 0.32)";
484
+ const aiAuraHoverEnd = "rgba(255, 255, 255, 0)";
485
+ const aiPopoverBackground = "#ffffff";
486
+ const aiPopoverShadowOuter01 = "rgba(0, 67, 206, 0.06)";
487
+ const aiPopoverShadowOuter02 = "rgba(0, 0, 0, 0.04)";
488
+ const aiSkeletonBackground = "#d0e2ff";
489
+ const aiSkeletonElementBackground = "#4589ff";
490
+ const aiOverlay = "rgba(0, 17, 65, 0.5)";
491
+ const aiPopoverCaretCenter = "#a0c3ff";
492
+ const aiPopoverCaretBottom = "#78a9ff";
493
+ const aiPopoverCaretBottomBackgroundActions = "#e9effa";
494
+ const aiPopoverCaretBottomBackground = "#eaf1ff";
495
+ const chatPromptBackground = "#ffffff";
496
+ const chatPromptBorderStart = "#f4f4f4";
497
+ const chatPromptBorderEnd = "rgba(244, 244, 244, 0)";
498
+ const chatPromptText = "#161616";
499
+ const chatBubbleUser = "#e0e0e0";
500
+ const chatBubbleUserText = "#161616";
501
+ const chatBubbleAgent = "#ffffff";
502
+ const chatBubbleAgentText = "#161616";
503
+ const chatBubbleBorder = "#e0e0e0";
504
+ const chatAvatarBot = "#6f6f6f";
505
+ const chatAvatarAgent = "#393939";
506
+ const chatAvatarUser = "#0f62fe";
507
+ const chatShellBackground = "#ffffff";
508
+ const chatHeaderBackground = "#ffffff";
509
+ const chatHeaderText = "#161616";
510
+ const chatButton = "#0f62fe";
511
+ const chatButtonHover = "rgba(141, 141, 141, 0.12)";
512
+ const chatButtonTextHover = "#0043ce";
513
+ const chatButtonActive = "rgba(141, 141, 141, 0.5)";
514
+ const chatButtonSelected = "rgba(141, 141, 141, 0.2)";
515
+ const chatButtonTextSelected = "#525252";
656
516
  //#endregion
657
- //#region src/g10.ts
658
- /**
659
- * Copyright IBM Corp. 2018, 2026
660
- *
661
- * This source code is licensed under the Apache-2.0 license found in the
662
- * LICENSE file in the root directory of this source tree.
663
- */
517
+ //#region js/generated/themes/g10.js
664
518
  var g10_exports = /* @__PURE__ */ __exportAll({
665
519
  aiAuraEnd: () => aiAuraEnd$3,
666
520
  aiAuraHoverBackground: () => aiAuraHoverBackground$3,
@@ -691,10 +545,6 @@
691
545
  backgroundInverseHover: () => backgroundInverseHover$7,
692
546
  backgroundSelected: () => backgroundSelected$7,
693
547
  backgroundSelectedHover: () => backgroundSelectedHover$7,
694
- bodyLong01: () => _carbon_type.bodyLong01,
695
- bodyLong02: () => _carbon_type.bodyLong02,
696
- bodyShort01: () => _carbon_type.bodyShort01,
697
- bodyShort02: () => _carbon_type.bodyShort02,
698
548
  borderDisabled: () => borderDisabled$7,
699
549
  borderInteractive: () => borderInteractive$7,
700
550
  borderInverse: () => borderInverse$7,
@@ -711,8 +561,6 @@
711
561
  borderTile01: () => borderTile01$3,
712
562
  borderTile02: () => borderTile02$3,
713
563
  borderTile03: () => borderTile03$3,
714
- caption01: () => _carbon_type.caption01,
715
- caption02: () => _carbon_type.caption02,
716
564
  chatAvatarAgent: () => chatAvatarAgent$3,
717
565
  chatAvatarBot: () => chatAvatarBot$3,
718
566
  chatAvatarUser: () => chatAvatarUser$3,
@@ -734,42 +582,16 @@
734
582
  chatPromptBorderStart: () => chatPromptBorderStart$3,
735
583
  chatPromptText: () => chatPromptText$3,
736
584
  chatShellBackground: () => chatShellBackground$3,
737
- code01: () => _carbon_type.code01,
738
- code02: () => _carbon_type.code02,
739
585
  colorScheme: () => colorScheme$3,
740
- container01: () => _carbon_layout.container01,
741
- container02: () => _carbon_layout.container02,
742
- container03: () => _carbon_layout.container03,
743
- container04: () => _carbon_layout.container04,
744
- container05: () => _carbon_layout.container05,
745
- display01: () => _carbon_type.display01,
746
- display02: () => _carbon_type.display02,
747
- display03: () => _carbon_type.display03,
748
- display04: () => _carbon_type.display04,
749
- expressiveHeading01: () => _carbon_type.expressiveHeading01,
750
- expressiveHeading02: () => _carbon_type.expressiveHeading02,
751
- expressiveHeading03: () => _carbon_type.expressiveHeading03,
752
- expressiveHeading04: () => _carbon_type.expressiveHeading04,
753
- expressiveHeading05: () => _carbon_type.expressiveHeading05,
754
- expressiveHeading06: () => _carbon_type.expressiveHeading06,
755
- expressiveParagraph01: () => _carbon_type.expressiveParagraph01,
756
586
  field01: () => field01$7,
757
587
  field02: () => field02$7,
758
588
  field03: () => field03$3,
759
589
  fieldHover01: () => fieldHover01$3,
760
590
  fieldHover02: () => fieldHover02$3,
761
591
  fieldHover03: () => fieldHover03$3,
762
- fluidSpacing01: () => _carbon_layout.fluidSpacing01,
763
- fluidSpacing02: () => _carbon_layout.fluidSpacing02,
764
- fluidSpacing03: () => _carbon_layout.fluidSpacing03,
765
- fluidSpacing04: () => _carbon_layout.fluidSpacing04,
766
592
  focus: () => focus$8,
767
593
  focusInset: () => focusInset$7,
768
594
  focusInverse: () => focusInverse$7,
769
- heading01: () => _carbon_type.heading01,
770
- heading02: () => _carbon_type.heading02,
771
- helperText01: () => _carbon_type.helperText01,
772
- helperText02: () => _carbon_type.helperText02,
773
595
  highlight: () => highlight$7,
774
596
  iconDisabled: () => iconDisabled$7,
775
597
  iconInteractive: () => iconInteractive$3,
@@ -778,11 +600,7 @@
778
600
  iconOnColorDisabled: () => iconOnColorDisabled$7,
779
601
  iconPrimary: () => iconPrimary$7,
780
602
  iconSecondary: () => iconSecondary$7,
781
- iconSize01: () => _carbon_layout.iconSize01,
782
- iconSize02: () => _carbon_layout.iconSize02,
783
603
  interactive: () => interactive$7,
784
- label01: () => _carbon_type.label01,
785
- label02: () => _carbon_type.label02,
786
604
  layer01: () => layer01$3,
787
605
  layer02: () => layer02$3,
788
606
  layer03: () => layer03$3,
@@ -812,13 +630,6 @@
812
630
  layerSelectedHover02: () => layerSelectedHover02$3,
813
631
  layerSelectedHover03: () => layerSelectedHover03$3,
814
632
  layerSelectedInverse: () => layerSelectedInverse$7,
815
- layout01: () => _carbon_layout.layout01,
816
- layout02: () => _carbon_layout.layout02,
817
- layout03: () => _carbon_layout.layout03,
818
- layout04: () => _carbon_layout.layout04,
819
- layout05: () => _carbon_layout.layout05,
820
- layout06: () => _carbon_layout.layout06,
821
- layout07: () => _carbon_layout.layout07,
822
633
  linkInverse: () => linkInverse$7,
823
634
  linkInverseActive: () => linkInverseActive$3,
824
635
  linkInverseHover: () => linkInverseHover$3,
@@ -828,37 +639,9 @@
828
639
  linkSecondary: () => linkSecondary$7,
829
640
  linkVisited: () => linkVisited$7,
830
641
  overlay: () => overlay$7,
831
- productiveHeading01: () => _carbon_type.productiveHeading01,
832
- productiveHeading02: () => _carbon_type.productiveHeading02,
833
- productiveHeading03: () => _carbon_type.productiveHeading03,
834
- productiveHeading04: () => _carbon_type.productiveHeading04,
835
- productiveHeading05: () => _carbon_type.productiveHeading05,
836
- productiveHeading06: () => _carbon_type.productiveHeading06,
837
- productiveHeading07: () => _carbon_type.productiveHeading07,
838
- quotation01: () => _carbon_type.quotation01,
839
- quotation02: () => _carbon_type.quotation02,
840
642
  shadow: () => shadow$7,
841
- size2XLarge: () => _carbon_layout.size2XLarge,
842
- sizeLarge: () => _carbon_layout.sizeLarge,
843
- sizeMedium: () => _carbon_layout.sizeMedium,
844
- sizeSmall: () => _carbon_layout.sizeSmall,
845
- sizeXLarge: () => _carbon_layout.sizeXLarge,
846
- sizeXSmall: () => _carbon_layout.sizeXSmall,
847
643
  skeletonBackground: () => skeletonBackground$7,
848
644
  skeletonElement: () => skeletonElement$7,
849
- spacing01: () => _carbon_layout.spacing01,
850
- spacing02: () => _carbon_layout.spacing02,
851
- spacing03: () => _carbon_layout.spacing03,
852
- spacing04: () => _carbon_layout.spacing04,
853
- spacing05: () => _carbon_layout.spacing05,
854
- spacing06: () => _carbon_layout.spacing06,
855
- spacing07: () => _carbon_layout.spacing07,
856
- spacing08: () => _carbon_layout.spacing08,
857
- spacing09: () => _carbon_layout.spacing09,
858
- spacing10: () => _carbon_layout.spacing10,
859
- spacing11: () => _carbon_layout.spacing11,
860
- spacing12: () => _carbon_layout.spacing12,
861
- spacing13: () => _carbon_layout.spacing13,
862
645
  supportCautionMajor: () => supportCautionMajor$3,
863
646
  supportCautionMinor: () => supportCautionMinor$3,
864
647
  supportCautionUndefined: () => supportCautionUndefined$3,
@@ -970,248 +753,242 @@
970
753
  toggleOff: () => toggleOff$7
971
754
  });
972
755
  const colorScheme$3 = "light";
973
- const background$8 = _carbon_colors.gray10;
974
- const backgroundInverse$7 = _carbon_colors.gray80;
975
- const backgroundBrand$7 = _carbon_colors.blue60;
976
- const backgroundActive$7 = adjustAlpha(_carbon_colors.gray50, .5);
977
- const backgroundHover$7 = adjustAlpha(_carbon_colors.gray50, .12);
978
- const backgroundInverseHover$7 = _carbon_colors.gray80Hover;
979
- const backgroundSelected$7 = adjustAlpha(_carbon_colors.gray50, .2);
980
- const backgroundSelectedHover$7 = adjustAlpha(_carbon_colors.gray50, .32);
981
- const layer01$3 = _carbon_colors.white;
982
- const layerActive01$3 = _carbon_colors.gray30;
983
- const layerBackground01$3 = _carbon_colors.gray10;
984
- const layerHover01$3 = _carbon_colors.whiteHover;
985
- const layerSelected01$3 = _carbon_colors.gray20;
986
- const layerSelectedHover01$3 = _carbon_colors.gray20Hover;
987
- const layer02$3 = _carbon_colors.gray10;
988
- const layerActive02$3 = _carbon_colors.gray30;
989
- const layerBackground02$3 = _carbon_colors.white;
990
- const layerHover02$3 = _carbon_colors.gray10Hover;
991
- const layerSelected02$3 = _carbon_colors.gray20;
992
- const layerSelectedHover02$3 = _carbon_colors.gray20Hover;
993
- const layer03$3 = _carbon_colors.white;
994
- const layerActive03$3 = _carbon_colors.gray30;
995
- const layerBackground03$3 = _carbon_colors.gray10;
996
- const layerHover03$3 = _carbon_colors.whiteHover;
997
- const layerSelected03$3 = _carbon_colors.gray20;
998
- const layerSelectedHover03$3 = _carbon_colors.gray20Hover;
999
- const layerSelectedInverse$7 = _carbon_colors.gray100;
1000
- const layerSelectedDisabled$7 = _carbon_colors.gray50;
1001
- const layerAccent01$3 = _carbon_colors.gray20;
1002
- const layerAccentActive01$3 = _carbon_colors.gray40;
1003
- const layerAccentHover01$3 = _carbon_colors.gray20Hover;
1004
- const layerAccent02$3 = _carbon_colors.gray20;
1005
- const layerAccentActive02$3 = _carbon_colors.gray40;
1006
- const layerAccentHover02$3 = _carbon_colors.gray20Hover;
1007
- const layerAccent03$3 = _carbon_colors.gray20;
1008
- const layerAccentActive03$3 = _carbon_colors.gray40;
1009
- const layerAccentHover03$3 = _carbon_colors.gray20Hover;
1010
- const field01$7 = _carbon_colors.white;
1011
- const fieldHover01$3 = _carbon_colors.whiteHover;
1012
- const field02$7 = _carbon_colors.gray10;
1013
- const fieldHover02$3 = _carbon_colors.gray10Hover;
1014
- const field03$3 = _carbon_colors.white;
1015
- const fieldHover03$3 = _carbon_colors.whiteHover;
1016
- const borderSubtle00$3 = _carbon_colors.gray30;
1017
- const borderSubtle01$3 = _carbon_colors.gray20;
1018
- const borderSubtleSelected01$3 = _carbon_colors.gray30;
1019
- const borderSubtle02$3 = _carbon_colors.gray30;
1020
- const borderSubtleSelected02$3 = _carbon_colors.gray30;
1021
- const borderSubtle03$3 = _carbon_colors.gray20;
1022
- const borderSubtleSelected03$3 = _carbon_colors.gray30;
1023
- const borderStrong01$3 = _carbon_colors.gray50;
1024
- const borderStrong02$3 = _carbon_colors.gray50;
1025
- const borderStrong03$3 = _carbon_colors.gray50;
1026
- const borderTile01$3 = _carbon_colors.gray40;
1027
- const borderTile02$3 = _carbon_colors.gray30;
1028
- const borderTile03$3 = _carbon_colors.gray40;
1029
- const borderInverse$7 = _carbon_colors.gray100;
1030
- const borderInteractive$7 = _carbon_colors.blue60;
1031
- const borderDisabled$7 = _carbon_colors.gray30;
1032
- const textPrimary$7 = _carbon_colors.gray100;
1033
- const textSecondary$7 = _carbon_colors.gray70;
1034
- const textPlaceholder$7 = adjustAlpha(textPrimary$7, .4);
1035
- const textHelper$7 = _carbon_colors.gray60;
1036
- const textError$7 = _carbon_colors.red60;
1037
- const textInverse$7 = _carbon_colors.white;
1038
- const textOnColor$7 = _carbon_colors.white;
1039
- const textOnColorDisabled$7 = _carbon_colors.gray50;
1040
- const textDisabled$7 = adjustAlpha(textPrimary$7, .25);
1041
- const linkPrimary$7 = _carbon_colors.blue60;
1042
- const linkPrimaryHover$7 = _carbon_colors.blue70;
1043
- const linkSecondary$7 = _carbon_colors.blue70;
1044
- const linkInverse$7 = _carbon_colors.blue40;
1045
- const linkVisited$7 = _carbon_colors.purple60;
1046
- const linkInverseVisited$3 = _carbon_colors.purple40;
1047
- const linkInverseActive$3 = _carbon_colors.gray10;
1048
- const linkInverseHover$3 = _carbon_colors.blue30;
1049
- const iconPrimary$7 = _carbon_colors.gray100;
1050
- const iconSecondary$7 = _carbon_colors.gray70;
1051
- const iconInverse$7 = _carbon_colors.white;
1052
- const iconOnColor$7 = _carbon_colors.white;
1053
- const iconOnColorDisabled$7 = _carbon_colors.gray50;
1054
- const iconDisabled$7 = adjustAlpha(iconPrimary$7, .25);
1055
- const iconInteractive$3 = _carbon_colors.blue60;
1056
- const supportError$7 = _carbon_colors.red60;
1057
- const supportSuccess$7 = _carbon_colors.green50;
1058
- const supportWarning$7 = _carbon_colors.yellow30;
1059
- const supportInfo$7 = _carbon_colors.blue70;
1060
- const supportErrorInverse$7 = _carbon_colors.red50;
1061
- const supportSuccessInverse$7 = _carbon_colors.green40;
1062
- const supportWarningInverse$7 = _carbon_colors.yellow30;
1063
- const supportInfoInverse$7 = _carbon_colors.blue50;
1064
- const supportCautionMinor$3 = _carbon_colors.yellow30;
1065
- const supportCautionMajor$3 = _carbon_colors.orange40;
1066
- const supportCautionUndefined$3 = _carbon_colors.purple60;
1067
- const focus$8 = _carbon_colors.blue60;
1068
- const focusInset$7 = _carbon_colors.white;
1069
- const focusInverse$7 = _carbon_colors.white;
1070
- const skeletonBackground$7 = _carbon_colors.gray10Hover;
1071
- const skeletonElement$7 = _carbon_colors.gray30;
1072
- const interactive$7 = _carbon_colors.blue60;
1073
- const highlight$7 = _carbon_colors.blue20;
1074
- const overlay$7 = (0, _carbon_colors.rgba)(_carbon_colors.black, .6);
1075
- const toggleOff$7 = _carbon_colors.gray50;
756
+ const aiAuraEnd$3 = "rgba(255, 255, 255, 0)";
757
+ const aiAuraHoverBackground$3 = "#edf5ff";
758
+ const aiAuraHoverEnd$3 = "rgba(255, 255, 255, 0)";
759
+ const aiAuraHoverStart$3 = "rgba(69, 137, 255, 0.32)";
760
+ const aiAuraStart$3 = "rgba(69, 137, 255, 0.1)";
761
+ const aiAuraStartSm$3 = "rgba(69, 137, 255, 0.16)";
762
+ const aiBorderEnd$3 = "#78a9ff";
763
+ const aiBorderStart$3 = "rgba(166, 200, 255, 0.64)";
764
+ const aiBorderStrong$3 = "#4589ff";
765
+ const aiDropShadow$3 = "rgba(15, 98, 254, 0.1)";
766
+ const aiInnerShadow$3 = "rgba(69, 137, 255, 0.1)";
767
+ const aiOverlay$3 = "rgba(0, 17, 65, 0.5)";
768
+ const aiPopoverBackground$3 = "#ffffff";
769
+ const aiPopoverCaretBottom$3 = "#78a9ff";
770
+ const aiPopoverCaretBottomBackground$3 = "#eaf1ff";
771
+ const aiPopoverCaretBottomBackgroundActions$3 = "#e9effa";
772
+ const aiPopoverCaretCenter$3 = "#a0c3ff";
773
+ const aiPopoverShadowOuter01$3 = "rgba(0, 67, 206, 0.06)";
774
+ const aiPopoverShadowOuter02$3 = "rgba(0, 0, 0, 0.04)";
775
+ const aiSkeletonBackground$3 = "#d0e2ff";
776
+ const aiSkeletonElementBackground$3 = "#4589ff";
777
+ const background$8 = "#f4f4f4";
778
+ const backgroundActive$7 = "rgba(141, 141, 141, 0.5)";
779
+ const backgroundBrand$7 = "#0f62fe";
780
+ const backgroundHover$7 = "rgba(141, 141, 141, 0.12)";
781
+ const backgroundInverse$7 = "#393939";
782
+ const backgroundInverseHover$7 = "#474747";
783
+ const backgroundSelected$7 = "rgba(141, 141, 141, 0.2)";
784
+ const backgroundSelectedHover$7 = "rgba(141, 141, 141, 0.32)";
785
+ const borderDisabled$7 = "#c6c6c6";
786
+ const borderInteractive$7 = "#0f62fe";
787
+ const borderInverse$7 = "#161616";
788
+ const borderStrong01$3 = "#8d8d8d";
789
+ const borderStrong02$3 = "#8d8d8d";
790
+ const borderStrong03$3 = "#8d8d8d";
791
+ const borderSubtle00$3 = "#c6c6c6";
792
+ const borderSubtle01$3 = "#e0e0e0";
793
+ const borderSubtle02$3 = "#c6c6c6";
794
+ const borderSubtle03$3 = "#e0e0e0";
795
+ const borderSubtleSelected01$3 = "#c6c6c6";
796
+ const borderSubtleSelected02$3 = "#c6c6c6";
797
+ const borderSubtleSelected03$3 = "#c6c6c6";
798
+ const borderTile01$3 = "#a8a8a8";
799
+ const borderTile02$3 = "#c6c6c6";
800
+ const borderTile03$3 = "#a8a8a8";
801
+ const chatAvatarAgent$3 = "#393939";
802
+ const chatAvatarBot$3 = "#6f6f6f";
803
+ const chatAvatarUser$3 = "#0f62fe";
804
+ const chatBubbleAgent$3 = "#ffffff";
805
+ const chatBubbleAgentText$3 = "#161616";
806
+ const chatBubbleBorder$3 = "#e0e0e0";
807
+ const chatBubbleUser$3 = "#e0e0e0";
808
+ const chatBubbleUserText$3 = "#161616";
809
+ const chatButton$3 = "#0f62fe";
810
+ const chatButtonActive$3 = "rgba(141, 141, 141, 0.5)";
811
+ const chatButtonHover$3 = "rgba(141, 141, 141, 0.12)";
812
+ const chatButtonSelected$3 = "rgba(141, 141, 141, 0.2)";
813
+ const chatButtonTextHover$3 = "#0043ce";
814
+ const chatButtonTextSelected$3 = "#525252";
815
+ const chatHeaderBackground$3 = "#ffffff";
816
+ const chatHeaderText$3 = "#161616";
817
+ const chatPromptBackground$3 = "#ffffff";
818
+ const chatPromptBorderEnd$3 = "rgba(244, 244, 244, 0)";
819
+ const chatPromptBorderStart$3 = "#f4f4f4";
820
+ const chatPromptText$3 = "#161616";
821
+ const chatShellBackground$3 = "#ffffff";
822
+ const field01$7 = "#ffffff";
823
+ const field02$7 = "#f4f4f4";
824
+ const field03$3 = "#ffffff";
825
+ const fieldHover01$3 = "#e8e8e8";
826
+ const fieldHover02$3 = "#e8e8e8";
827
+ const fieldHover03$3 = "#e8e8e8";
828
+ const focus$8 = "#0f62fe";
829
+ const focusInset$7 = "#ffffff";
830
+ const focusInverse$7 = "#ffffff";
831
+ const highlight$7 = "#d0e2ff";
832
+ const iconDisabled$7 = "rgba(22, 22, 22, 0.25)";
833
+ const iconInteractive$3 = "#0f62fe";
834
+ const iconInverse$7 = "#ffffff";
835
+ const iconOnColor$7 = "#ffffff";
836
+ const iconOnColorDisabled$7 = "#8d8d8d";
837
+ const iconPrimary$7 = "#161616";
838
+ const iconSecondary$7 = "#525252";
839
+ const interactive$7 = "#0f62fe";
840
+ const layer01$3 = "#ffffff";
841
+ const layer02$3 = "#f4f4f4";
842
+ const layer03$3 = "#ffffff";
843
+ const layerAccent01$3 = "#e0e0e0";
844
+ const layerAccent02$3 = "#e0e0e0";
845
+ const layerAccent03$3 = "#e0e0e0";
846
+ const layerAccentActive01$3 = "#a8a8a8";
847
+ const layerAccentActive02$3 = "#a8a8a8";
848
+ const layerAccentActive03$3 = "#a8a8a8";
849
+ const layerAccentHover01$3 = "#d1d1d1";
850
+ const layerAccentHover02$3 = "#d1d1d1";
851
+ const layerAccentHover03$3 = "#d1d1d1";
852
+ const layerActive01$3 = "#c6c6c6";
853
+ const layerActive02$3 = "#c6c6c6";
854
+ const layerActive03$3 = "#c6c6c6";
855
+ const layerBackground01$3 = "#f4f4f4";
856
+ const layerBackground02$3 = "#ffffff";
857
+ const layerBackground03$3 = "#f4f4f4";
858
+ const layerHover01$3 = "#e8e8e8";
859
+ const layerHover02$3 = "#e8e8e8";
860
+ const layerHover03$3 = "#e8e8e8";
861
+ const layerSelected01$3 = "#e0e0e0";
862
+ const layerSelected02$3 = "#e0e0e0";
863
+ const layerSelected03$3 = "#e0e0e0";
864
+ const layerSelectedDisabled$7 = "#8d8d8d";
865
+ const layerSelectedHover01$3 = "#d1d1d1";
866
+ const layerSelectedHover02$3 = "#d1d1d1";
867
+ const layerSelectedHover03$3 = "#d1d1d1";
868
+ const layerSelectedInverse$7 = "#161616";
869
+ const linkInverse$7 = "#78a9ff";
870
+ const linkInverseActive$3 = "#f4f4f4";
871
+ const linkInverseHover$3 = "#a6c8ff";
872
+ const linkInverseVisited$3 = "#be95ff";
873
+ const linkPrimary$7 = "#0f62fe";
874
+ const linkPrimaryHover$7 = "#0043ce";
875
+ const linkSecondary$7 = "#0043ce";
876
+ const linkVisited$7 = "#8a3ffc";
877
+ const overlay$7 = "rgba(0, 0, 0, 0.6)";
1076
878
  const shadow$7 = "rgba(0, 0, 0, 0.3)";
1077
- const syntaxComment$3 = _carbon_colors.green60;
1078
- const syntaxLineComment$3 = syntaxComment$3;
1079
- const syntaxBlockComment$3 = syntaxComment$3;
1080
- const syntaxDocComment$3 = syntaxComment$3;
1081
- const syntaxString$3 = textPrimary$7;
1082
- const syntaxDocString$3 = syntaxString$3;
1083
- const syntaxKeyword$3 = _carbon_colors.blue60;
1084
- const syntaxOperatorKeyword$3 = syntaxKeyword$3;
1085
- const syntaxControlKeyword$3 = _carbon_colors.purple70;
1086
- const syntaxDefinitionKeyword$3 = _carbon_colors.cyan70;
1087
- const syntaxModuleKeyword$3 = _carbon_colors.purple70;
1088
- const syntaxVariable$3 = _carbon_colors.blue60;
1089
- const syntaxName$3 = syntaxVariable$3;
1090
- const syntaxVariableName$3 = syntaxVariable$3;
1091
- const syntaxLabelName$3 = syntaxVariable$3;
1092
- const syntaxAttribute$3 = _carbon_colors.cyan70;
1093
- const syntaxAttributeName$3 = syntaxAttribute$3;
1094
- const syntaxPropertyName$3 = syntaxAttribute$3;
1095
- const syntaxTag$3 = _carbon_colors.teal60;
1096
- const syntaxTagName$3 = syntaxTag$3;
1097
- const syntaxType$3 = _carbon_colors.teal60;
1098
- const syntaxTypeName$3 = syntaxType$3;
1099
- const syntaxClassName$3 = syntaxType$3;
1100
- const syntaxNamespace$3 = syntaxType$3;
1101
- const syntaxMacroName$3 = textPrimary$7;
1102
- const syntaxAtom$3 = syntaxMacroName$3;
1103
- const syntaxLiteral$3 = syntaxAtom$3;
1104
- const syntaxBool$3 = syntaxAtom$3;
1105
- const syntaxNull$3 = syntaxAtom$3;
1106
- const syntaxSelf$3 = syntaxTag$3;
1107
- const syntaxNumber$3 = _carbon_colors.green60;
1108
- const syntaxInteger$3 = syntaxNumber$3;
1109
- const syntaxFloat$3 = syntaxNumber$3;
1110
- const syntaxUnit$3 = syntaxNumber$3;
1111
- const syntaxCharacter$3 = syntaxString$3;
1112
- const syntaxAttributeValue$3 = syntaxString$3;
1113
- const syntaxSpecialString$3 = _carbon_colors.purple60;
1114
- const syntaxRegexp$3 = _carbon_colors.purple70;
1115
- const syntaxEscape$3 = _carbon_colors.coolGray80;
1116
- const syntaxUrl$3 = syntaxEscape$3;
1117
- const syntaxColor$3 = syntaxMacroName$3;
1118
- const syntaxOperator$3 = _carbon_colors.coolGray80;
1119
- const syntaxDerefOperator$3 = syntaxOperator$3;
1120
- const syntaxArithmeticOperator$3 = syntaxOperator$3;
1121
- const syntaxLogicOperator$3 = syntaxOperator$3;
1122
- const syntaxBitwiseOperator$3 = syntaxOperator$3;
1123
- const syntaxCompareOperator$3 = syntaxOperator$3;
1124
- const syntaxUpdateOperator$3 = syntaxOperator$3;
1125
- const syntaxDefinitionOperator$3 = syntaxDefinitionKeyword$3;
1126
- const syntaxTypeOperator$3 = syntaxTag$3;
1127
- const syntaxControlOperator$3 = syntaxModuleKeyword$3;
1128
- const syntaxModifier$3 = syntaxKeyword$3;
1129
- const syntaxPunctuation$3 = _carbon_colors.coolGray80;
1130
- const syntaxSeparator$3 = syntaxPunctuation$3;
1131
- const syntaxBracket$3 = syntaxPunctuation$3;
1132
- const syntaxAngleBracket$3 = _carbon_colors.coolGray60;
1133
- const syntaxSquareBracket$3 = syntaxBracket$3;
1134
- const syntaxParen$3 = syntaxBracket$3;
1135
- const syntaxBrace$3 = syntaxBracket$3;
1136
- const syntaxContent$3 = textPrimary$7;
1137
- const syntaxList$3 = syntaxContent$3;
1138
- const syntaxEmphasis$3 = syntaxContent$3;
1139
- const syntaxStrong$3 = syntaxContent$3;
1140
- const syntaxMonospace$3 = syntaxContent$3;
1141
- const syntaxStrikethrough$3 = syntaxContent$3;
1142
- const syntaxHeading$3 = _carbon_colors.cyan70;
1143
- const syntaxHeading1$3 = syntaxHeading$3;
1144
- const syntaxHeading2$3 = syntaxHeading$3;
1145
- const syntaxHeading3$3 = syntaxHeading$3;
1146
- const syntaxHeading4$3 = syntaxHeading$3;
1147
- const syntaxHeading5$3 = syntaxHeading$3;
1148
- const syntaxHeading6$3 = syntaxHeading$3;
1149
- const syntaxContentSeparator$3 = syntaxPunctuation$3;
1150
- const syntaxQuote$3 = syntaxComment$3;
1151
- const syntaxLink$3 = _carbon_colors.blue60;
1152
- const syntaxInvalid$3 = _carbon_colors.red60;
1153
- const syntaxMeta$3 = _carbon_colors.green60;
1154
- const syntaxDocumentMeta$3 = syntaxMeta$3;
1155
- const syntaxAnnotation$3 = _carbon_colors.teal60;
1156
- const syntaxProcessingInstruction$3 = syntaxString$3;
1157
- const syntaxDefinition$3 = _carbon_colors.cyan70;
1158
- const syntaxConstant$3 = _carbon_colors.blue60;
1159
- const syntaxFunction$3 = _carbon_colors.yellow60;
1160
- const syntaxStandard$3 = _carbon_colors.blue60;
1161
- const syntaxLocal$3 = _carbon_colors.blue60;
1162
- const syntaxSpecial$3 = _carbon_colors.blue60;
1163
- const syntaxInserted$3 = _carbon_colors.green20;
1164
- const syntaxDeleted$3 = _carbon_colors.red20;
1165
- const aiInnerShadow$3 = (0, _carbon_colors.rgba)(_carbon_colors.blue50, .1);
1166
- const aiAuraStartSm$3 = (0, _carbon_colors.rgba)(_carbon_colors.blue50, .16);
1167
- const aiAuraStart$3 = (0, _carbon_colors.rgba)(_carbon_colors.blue50, .1);
1168
- const aiAuraEnd$3 = (0, _carbon_colors.rgba)(_carbon_colors.white, 0);
1169
- const aiBorderStrong$3 = _carbon_colors.blue50;
1170
- const aiBorderStart$3 = (0, _carbon_colors.rgba)(_carbon_colors.blue30, .64);
1171
- const aiBorderEnd$3 = _carbon_colors.blue40;
1172
- const aiDropShadow$3 = (0, _carbon_colors.rgba)(_carbon_colors.blue60, .1);
1173
- const aiAuraHoverBackground$3 = _carbon_colors.blue10;
1174
- const aiAuraHoverStart$3 = (0, _carbon_colors.rgba)(_carbon_colors.blue50, .32);
1175
- const aiAuraHoverEnd$3 = (0, _carbon_colors.rgba)(_carbon_colors.white, 0);
1176
- const aiPopoverBackground$3 = _carbon_colors.white;
1177
- const aiPopoverShadowOuter01$3 = (0, _carbon_colors.rgba)(_carbon_colors.blue70, .06);
1178
- const aiPopoverShadowOuter02$3 = (0, _carbon_colors.rgba)(_carbon_colors.black, .04);
1179
- const aiSkeletonBackground$3 = _carbon_colors.blue20;
1180
- const aiSkeletonElementBackground$3 = _carbon_colors.blue50;
1181
- const aiOverlay$3 = (0, _carbon_colors.rgba)(_carbon_colors.blue100, .5);
1182
- const aiPopoverCaretCenter$3 = "#A0C3FF";
1183
- const aiPopoverCaretBottom$3 = _carbon_colors.blue40;
1184
- const aiPopoverCaretBottomBackgroundActions$3 = "#E9EFFA";
1185
- const aiPopoverCaretBottomBackground$3 = "#EAF1FF";
1186
- const chatPromptBackground$3 = _carbon_colors.white;
1187
- const chatPromptBorderStart$3 = _carbon_colors.gray10;
1188
- const chatPromptBorderEnd$3 = (0, _carbon_colors.rgba)(_carbon_colors.gray10, 0);
1189
- const chatPromptText$3 = textPrimary$7;
1190
- const chatBubbleUser$3 = _carbon_colors.gray20;
1191
- const chatBubbleUserText$3 = textPrimary$7;
1192
- const chatBubbleAgent$3 = _carbon_colors.white;
1193
- const chatBubbleAgentText$3 = textPrimary$7;
1194
- const chatBubbleBorder$3 = _carbon_colors.gray20;
1195
- const chatAvatarBot$3 = _carbon_colors.gray60;
1196
- const chatAvatarAgent$3 = _carbon_colors.gray80;
1197
- const chatAvatarUser$3 = _carbon_colors.blue60;
1198
- const chatShellBackground$3 = _carbon_colors.white;
1199
- const chatHeaderBackground$3 = _carbon_colors.white;
1200
- const chatHeaderText$3 = textPrimary$7;
1201
- const chatButton$3 = linkPrimary$7;
1202
- const chatButtonHover$3 = backgroundHover$7;
1203
- const chatButtonTextHover$3 = linkPrimaryHover$7;
1204
- const chatButtonActive$3 = backgroundActive$7;
1205
- const chatButtonSelected$3 = backgroundSelected$7;
1206
- const chatButtonTextSelected$3 = textSecondary$7;
879
+ const skeletonBackground$7 = "#e8e8e8";
880
+ const skeletonElement$7 = "#c6c6c6";
881
+ const supportCautionMajor$3 = "#ff832b";
882
+ const supportCautionMinor$3 = "#f1c21b";
883
+ const supportCautionUndefined$3 = "#8a3ffc";
884
+ const supportError$7 = "#da1e28";
885
+ const supportErrorInverse$7 = "#fa4d56";
886
+ const supportInfo$7 = "#0043ce";
887
+ const supportInfoInverse$7 = "#4589ff";
888
+ const supportSuccess$7 = "#24a148";
889
+ const supportSuccessInverse$7 = "#42be65";
890
+ const supportWarning$7 = "#f1c21b";
891
+ const supportWarningInverse$7 = "#f1c21b";
892
+ const syntaxAngleBracket$3 = "#697077";
893
+ const syntaxAnnotation$3 = "#007d79";
894
+ const syntaxArithmeticOperator$3 = "#343a3f";
895
+ const syntaxAtom$3 = "#161616";
896
+ const syntaxAttribute$3 = "#00539a";
897
+ const syntaxAttributeName$3 = "#00539a";
898
+ const syntaxAttributeValue$3 = "#161616";
899
+ const syntaxBitwiseOperator$3 = "#343a3f";
900
+ const syntaxBlockComment$3 = "#198038";
901
+ const syntaxBool$3 = "#161616";
902
+ const syntaxBrace$3 = "#343a3f";
903
+ const syntaxBracket$3 = "#343a3f";
904
+ const syntaxCharacter$3 = "#161616";
905
+ const syntaxClassName$3 = "#007d79";
906
+ const syntaxColor$3 = "#161616";
907
+ const syntaxComment$3 = "#198038";
908
+ const syntaxCompareOperator$3 = "#343a3f";
909
+ const syntaxConstant$3 = "#0f62fe";
910
+ const syntaxContent$3 = "#161616";
911
+ const syntaxContentSeparator$3 = "#343a3f";
912
+ const syntaxControlKeyword$3 = "#6929c4";
913
+ const syntaxControlOperator$3 = "#6929c4";
914
+ const syntaxDefinition$3 = "#00539a";
915
+ const syntaxDefinitionKeyword$3 = "#00539a";
916
+ const syntaxDefinitionOperator$3 = "#00539a";
917
+ const syntaxDeleted$3 = "#ffd7d9";
918
+ const syntaxDerefOperator$3 = "#343a3f";
919
+ const syntaxDocComment$3 = "#198038";
920
+ const syntaxDocString$3 = "#161616";
921
+ const syntaxDocumentMeta$3 = "#198038";
922
+ const syntaxEmphasis$3 = "#161616";
923
+ const syntaxEscape$3 = "#343a3f";
924
+ const syntaxFloat$3 = "#198038";
925
+ const syntaxFunction$3 = "#8e6a00";
926
+ const syntaxHeading$3 = "#00539a";
927
+ const syntaxHeading1$3 = "#00539a";
928
+ const syntaxHeading2$3 = "#00539a";
929
+ const syntaxHeading3$3 = "#00539a";
930
+ const syntaxHeading4$3 = "#00539a";
931
+ const syntaxHeading5$3 = "#00539a";
932
+ const syntaxHeading6$3 = "#00539a";
933
+ const syntaxInserted$3 = "#a7f0ba";
934
+ const syntaxInteger$3 = "#198038";
935
+ const syntaxInvalid$3 = "#da1e28";
936
+ const syntaxKeyword$3 = "#0f62fe";
937
+ const syntaxLabelName$3 = "#0f62fe";
938
+ const syntaxLineComment$3 = "#198038";
939
+ const syntaxLink$3 = "#0f62fe";
940
+ const syntaxList$3 = "#161616";
941
+ const syntaxLiteral$3 = "#161616";
942
+ const syntaxLocal$3 = "#0f62fe";
943
+ const syntaxLogicOperator$3 = "#343a3f";
944
+ const syntaxMacroName$3 = "#161616";
945
+ const syntaxMeta$3 = "#198038";
946
+ const syntaxModifier$3 = "#0f62fe";
947
+ const syntaxModuleKeyword$3 = "#6929c4";
948
+ const syntaxMonospace$3 = "#161616";
949
+ const syntaxName$3 = "#0f62fe";
950
+ const syntaxNamespace$3 = "#007d79";
951
+ const syntaxNull$3 = "#161616";
952
+ const syntaxNumber$3 = "#198038";
953
+ const syntaxOperator$3 = "#343a3f";
954
+ const syntaxOperatorKeyword$3 = "#0f62fe";
955
+ const syntaxParen$3 = "#343a3f";
956
+ const syntaxProcessingInstruction$3 = "#161616";
957
+ const syntaxPropertyName$3 = "#00539a";
958
+ const syntaxPunctuation$3 = "#343a3f";
959
+ const syntaxQuote$3 = "#198038";
960
+ const syntaxRegexp$3 = "#6929c4";
961
+ const syntaxSelf$3 = "#007d79";
962
+ const syntaxSeparator$3 = "#343a3f";
963
+ const syntaxSpecial$3 = "#0f62fe";
964
+ const syntaxSpecialString$3 = "#8a3ffc";
965
+ const syntaxSquareBracket$3 = "#343a3f";
966
+ const syntaxStandard$3 = "#0f62fe";
967
+ const syntaxStrikethrough$3 = "#161616";
968
+ const syntaxString$3 = "#161616";
969
+ const syntaxStrong$3 = "#161616";
970
+ const syntaxTag$3 = "#007d79";
971
+ const syntaxTagName$3 = "#007d79";
972
+ const syntaxType$3 = "#007d79";
973
+ const syntaxTypeName$3 = "#007d79";
974
+ const syntaxTypeOperator$3 = "#007d79";
975
+ const syntaxUnit$3 = "#198038";
976
+ const syntaxUpdateOperator$3 = "#343a3f";
977
+ const syntaxUrl$3 = "#343a3f";
978
+ const syntaxVariable$3 = "#0f62fe";
979
+ const syntaxVariableName$3 = "#0f62fe";
980
+ const textDisabled$7 = "rgba(22, 22, 22, 0.25)";
981
+ const textError$7 = "#da1e28";
982
+ const textHelper$7 = "#6f6f6f";
983
+ const textInverse$7 = "#ffffff";
984
+ const textOnColor$7 = "#ffffff";
985
+ const textOnColorDisabled$7 = "#8d8d8d";
986
+ const textPlaceholder$7 = "rgba(22, 22, 22, 0.4)";
987
+ const textPrimary$7 = "#161616";
988
+ const textSecondary$7 = "#525252";
989
+ const toggleOff$7 = "#8d8d8d";
1207
990
  //#endregion
1208
- //#region src/g90.ts
1209
- /**
1210
- * Copyright IBM Corp. 2018, 2026
1211
- *
1212
- * This source code is licensed under the Apache-2.0 license found in the
1213
- * LICENSE file in the root directory of this source tree.
1214
- */
991
+ //#region js/generated/themes/g90.js
1215
992
  var g90_exports = /* @__PURE__ */ __exportAll({
1216
993
  aiAuraEnd: () => aiAuraEnd$2,
1217
994
  aiAuraHoverBackground: () => aiAuraHoverBackground$2,
@@ -1242,10 +1019,6 @@
1242
1019
  backgroundInverseHover: () => backgroundInverseHover$6,
1243
1020
  backgroundSelected: () => backgroundSelected$6,
1244
1021
  backgroundSelectedHover: () => backgroundSelectedHover$6,
1245
- bodyLong01: () => _carbon_type.bodyLong01,
1246
- bodyLong02: () => _carbon_type.bodyLong02,
1247
- bodyShort01: () => _carbon_type.bodyShort01,
1248
- bodyShort02: () => _carbon_type.bodyShort02,
1249
1022
  borderDisabled: () => borderDisabled$6,
1250
1023
  borderInteractive: () => borderInteractive$6,
1251
1024
  borderInverse: () => borderInverse$6,
@@ -1262,8 +1035,6 @@
1262
1035
  borderTile01: () => borderTile01$2,
1263
1036
  borderTile02: () => borderTile02$2,
1264
1037
  borderTile03: () => borderTile03$2,
1265
- caption01: () => _carbon_type.caption01,
1266
- caption02: () => _carbon_type.caption02,
1267
1038
  chatAvatarAgent: () => chatAvatarAgent$2,
1268
1039
  chatAvatarBot: () => chatAvatarBot$2,
1269
1040
  chatAvatarUser: () => chatAvatarUser$2,
@@ -1285,42 +1056,16 @@
1285
1056
  chatPromptBorderStart: () => chatPromptBorderStart$2,
1286
1057
  chatPromptText: () => chatPromptText$2,
1287
1058
  chatShellBackground: () => chatShellBackground$2,
1288
- code01: () => _carbon_type.code01,
1289
- code02: () => _carbon_type.code02,
1290
1059
  colorScheme: () => colorScheme$2,
1291
- container01: () => _carbon_layout.container01,
1292
- container02: () => _carbon_layout.container02,
1293
- container03: () => _carbon_layout.container03,
1294
- container04: () => _carbon_layout.container04,
1295
- container05: () => _carbon_layout.container05,
1296
- display01: () => _carbon_type.display01,
1297
- display02: () => _carbon_type.display02,
1298
- display03: () => _carbon_type.display03,
1299
- display04: () => _carbon_type.display04,
1300
- expressiveHeading01: () => _carbon_type.expressiveHeading01,
1301
- expressiveHeading02: () => _carbon_type.expressiveHeading02,
1302
- expressiveHeading03: () => _carbon_type.expressiveHeading03,
1303
- expressiveHeading04: () => _carbon_type.expressiveHeading04,
1304
- expressiveHeading05: () => _carbon_type.expressiveHeading05,
1305
- expressiveHeading06: () => _carbon_type.expressiveHeading06,
1306
- expressiveParagraph01: () => _carbon_type.expressiveParagraph01,
1307
1060
  field01: () => field01$6,
1308
1061
  field02: () => field02$6,
1309
1062
  field03: () => field03$2,
1310
1063
  fieldHover01: () => fieldHover01$2,
1311
1064
  fieldHover02: () => fieldHover02$2,
1312
1065
  fieldHover03: () => fieldHover03$2,
1313
- fluidSpacing01: () => _carbon_layout.fluidSpacing01,
1314
- fluidSpacing02: () => _carbon_layout.fluidSpacing02,
1315
- fluidSpacing03: () => _carbon_layout.fluidSpacing03,
1316
- fluidSpacing04: () => _carbon_layout.fluidSpacing04,
1317
1066
  focus: () => focus$7,
1318
1067
  focusInset: () => focusInset$6,
1319
1068
  focusInverse: () => focusInverse$6,
1320
- heading01: () => _carbon_type.heading01,
1321
- heading02: () => _carbon_type.heading02,
1322
- helperText01: () => _carbon_type.helperText01,
1323
- helperText02: () => _carbon_type.helperText02,
1324
1069
  highlight: () => highlight$6,
1325
1070
  iconDisabled: () => iconDisabled$6,
1326
1071
  iconInteractive: () => iconInteractive$2,
@@ -1329,11 +1074,7 @@
1329
1074
  iconOnColorDisabled: () => iconOnColorDisabled$6,
1330
1075
  iconPrimary: () => iconPrimary$6,
1331
1076
  iconSecondary: () => iconSecondary$6,
1332
- iconSize01: () => _carbon_layout.iconSize01,
1333
- iconSize02: () => _carbon_layout.iconSize02,
1334
1077
  interactive: () => interactive$6,
1335
- label01: () => _carbon_type.label01,
1336
- label02: () => _carbon_type.label02,
1337
1078
  layer01: () => layer01$2,
1338
1079
  layer02: () => layer02$2,
1339
1080
  layer03: () => layer03$2,
@@ -1363,13 +1104,6 @@
1363
1104
  layerSelectedHover02: () => layerSelectedHover02$2,
1364
1105
  layerSelectedHover03: () => layerSelectedHover03$2,
1365
1106
  layerSelectedInverse: () => layerSelectedInverse$6,
1366
- layout01: () => _carbon_layout.layout01,
1367
- layout02: () => _carbon_layout.layout02,
1368
- layout03: () => _carbon_layout.layout03,
1369
- layout04: () => _carbon_layout.layout04,
1370
- layout05: () => _carbon_layout.layout05,
1371
- layout06: () => _carbon_layout.layout06,
1372
- layout07: () => _carbon_layout.layout07,
1373
1107
  linkInverse: () => linkInverse$6,
1374
1108
  linkInverseActive: () => linkInverseActive$2,
1375
1109
  linkInverseHover: () => linkInverseHover$2,
@@ -1379,37 +1113,9 @@
1379
1113
  linkSecondary: () => linkSecondary$6,
1380
1114
  linkVisited: () => linkVisited$6,
1381
1115
  overlay: () => overlay$6,
1382
- productiveHeading01: () => _carbon_type.productiveHeading01,
1383
- productiveHeading02: () => _carbon_type.productiveHeading02,
1384
- productiveHeading03: () => _carbon_type.productiveHeading03,
1385
- productiveHeading04: () => _carbon_type.productiveHeading04,
1386
- productiveHeading05: () => _carbon_type.productiveHeading05,
1387
- productiveHeading06: () => _carbon_type.productiveHeading06,
1388
- productiveHeading07: () => _carbon_type.productiveHeading07,
1389
- quotation01: () => _carbon_type.quotation01,
1390
- quotation02: () => _carbon_type.quotation02,
1391
1116
  shadow: () => shadow$6,
1392
- size2XLarge: () => _carbon_layout.size2XLarge,
1393
- sizeLarge: () => _carbon_layout.sizeLarge,
1394
- sizeMedium: () => _carbon_layout.sizeMedium,
1395
- sizeSmall: () => _carbon_layout.sizeSmall,
1396
- sizeXLarge: () => _carbon_layout.sizeXLarge,
1397
- sizeXSmall: () => _carbon_layout.sizeXSmall,
1398
1117
  skeletonBackground: () => skeletonBackground$6,
1399
1118
  skeletonElement: () => skeletonElement$6,
1400
- spacing01: () => _carbon_layout.spacing01,
1401
- spacing02: () => _carbon_layout.spacing02,
1402
- spacing03: () => _carbon_layout.spacing03,
1403
- spacing04: () => _carbon_layout.spacing04,
1404
- spacing05: () => _carbon_layout.spacing05,
1405
- spacing06: () => _carbon_layout.spacing06,
1406
- spacing07: () => _carbon_layout.spacing07,
1407
- spacing08: () => _carbon_layout.spacing08,
1408
- spacing09: () => _carbon_layout.spacing09,
1409
- spacing10: () => _carbon_layout.spacing10,
1410
- spacing11: () => _carbon_layout.spacing11,
1411
- spacing12: () => _carbon_layout.spacing12,
1412
- spacing13: () => _carbon_layout.spacing13,
1413
1119
  supportCautionMajor: () => supportCautionMajor$2,
1414
1120
  supportCautionMinor: () => supportCautionMinor$2,
1415
1121
  supportCautionUndefined: () => supportCautionUndefined$2,
@@ -1521,248 +1227,242 @@
1521
1227
  toggleOff: () => toggleOff$6
1522
1228
  });
1523
1229
  const colorScheme$2 = "dark";
1524
- const background$7 = _carbon_colors.gray90;
1525
- const backgroundInverse$6 = _carbon_colors.gray10;
1526
- const backgroundBrand$6 = _carbon_colors.blue60;
1527
- const backgroundActive$6 = adjustAlpha(_carbon_colors.gray50, .4);
1528
- const backgroundHover$6 = adjustAlpha(_carbon_colors.gray50, .16);
1529
- const backgroundInverseHover$6 = _carbon_colors.gray10Hover;
1530
- const backgroundSelected$6 = adjustAlpha(_carbon_colors.gray50, .24);
1531
- const backgroundSelectedHover$6 = adjustAlpha(_carbon_colors.gray50, .32);
1532
- const layer01$2 = _carbon_colors.gray80;
1533
- const layerActive01$2 = _carbon_colors.gray60;
1534
- const layerBackground01$2 = _carbon_colors.gray90;
1535
- const layerHover01$2 = _carbon_colors.gray80Hover;
1536
- const layerSelected01$2 = _carbon_colors.gray70;
1537
- const layerSelectedHover01$2 = _carbon_colors.gray70Hover;
1538
- const layer02$2 = _carbon_colors.gray70;
1539
- const layerActive02$2 = _carbon_colors.gray50;
1540
- const layerBackground02$2 = _carbon_colors.gray80;
1541
- const layerHover02$2 = _carbon_colors.gray70Hover;
1542
- const layerSelected02$2 = _carbon_colors.gray60;
1543
- const layerSelectedHover02$2 = _carbon_colors.gray60Hover;
1544
- const layer03$2 = _carbon_colors.gray60;
1545
- const layerActive03$2 = _carbon_colors.gray80;
1546
- const layerBackground03$2 = _carbon_colors.gray70;
1547
- const layerHover03$2 = _carbon_colors.gray60Hover;
1548
- const layerSelected03$2 = _carbon_colors.gray70;
1549
- const layerSelectedHover03$2 = _carbon_colors.gray70Hover;
1550
- const layerSelectedInverse$6 = _carbon_colors.gray10;
1551
- const layerSelectedDisabled$6 = _carbon_colors.gray40;
1552
- const layerAccent01$2 = _carbon_colors.gray70;
1553
- const layerAccentActive01$2 = _carbon_colors.gray50;
1554
- const layerAccentHover01$2 = _carbon_colors.gray70Hover;
1555
- const layerAccent02$2 = _carbon_colors.gray60;
1556
- const layerAccentActive02$2 = _carbon_colors.gray80;
1557
- const layerAccentHover02$2 = _carbon_colors.gray60Hover;
1558
- const layerAccent03$2 = _carbon_colors.gray50;
1559
- const layerAccentActive03$2 = _carbon_colors.gray70;
1560
- const layerAccentHover03$2 = _carbon_colors.gray50Hover;
1561
- const field01$6 = _carbon_colors.gray80;
1562
- const fieldHover01$2 = _carbon_colors.gray80Hover;
1563
- const field02$6 = _carbon_colors.gray70;
1564
- const fieldHover02$2 = _carbon_colors.gray70Hover;
1565
- const field03$2 = _carbon_colors.gray60;
1566
- const fieldHover03$2 = _carbon_colors.gray60Hover;
1567
- const borderSubtle00$2 = _carbon_colors.gray70;
1568
- const borderSubtle01$2 = _carbon_colors.gray60;
1569
- const borderSubtleSelected01$2 = _carbon_colors.gray50;
1570
- const borderSubtle02$2 = _carbon_colors.gray50;
1571
- const borderSubtleSelected02$2 = _carbon_colors.gray40;
1572
- const borderSubtle03$2 = _carbon_colors.gray50;
1573
- const borderSubtleSelected03$2 = _carbon_colors.gray40;
1574
- const borderStrong01$2 = _carbon_colors.gray50;
1575
- const borderStrong02$2 = _carbon_colors.gray40;
1576
- const borderStrong03$2 = _carbon_colors.gray30;
1577
- const borderTile01$2 = _carbon_colors.gray60;
1578
- const borderTile02$2 = _carbon_colors.gray50;
1579
- const borderTile03$2 = _carbon_colors.gray40;
1580
- const borderInverse$6 = _carbon_colors.gray10;
1581
- const borderInteractive$6 = _carbon_colors.blue50;
1582
- const borderDisabled$6 = adjustAlpha(_carbon_colors.gray50, .5);
1583
- const textPrimary$6 = _carbon_colors.gray10;
1584
- const textSecondary$6 = _carbon_colors.gray30;
1585
- const textPlaceholder$6 = adjustAlpha(textPrimary$6, .4);
1586
- const textHelper$6 = _carbon_colors.gray30;
1587
- const textError$6 = _carbon_colors.red30;
1588
- const textInverse$6 = _carbon_colors.gray100;
1589
- const textOnColor$6 = _carbon_colors.white;
1590
- const textOnColorDisabled$6 = adjustAlpha(textOnColor$6, .25);
1591
- const textDisabled$6 = adjustAlpha(textPrimary$6, .25);
1592
- const linkPrimary$6 = _carbon_colors.blue40;
1593
- const linkPrimaryHover$6 = _carbon_colors.blue30;
1594
- const linkSecondary$6 = _carbon_colors.blue30;
1595
- const linkInverse$6 = _carbon_colors.blue60;
1596
- const linkVisited$6 = _carbon_colors.purple40;
1597
- const linkInverseVisited$2 = _carbon_colors.purple60;
1598
- const linkInverseActive$2 = _carbon_colors.gray100;
1599
- const linkInverseHover$2 = _carbon_colors.blue70;
1600
- const iconPrimary$6 = _carbon_colors.gray10;
1601
- const iconSecondary$6 = _carbon_colors.gray30;
1602
- const iconInverse$6 = _carbon_colors.gray100;
1603
- const iconOnColor$6 = _carbon_colors.white;
1604
- const iconOnColorDisabled$6 = adjustAlpha(iconOnColor$6, .25);
1605
- const iconDisabled$6 = adjustAlpha(iconPrimary$6, .25);
1606
- const iconInteractive$2 = _carbon_colors.white;
1607
- const supportError$6 = _carbon_colors.red40;
1608
- const supportSuccess$6 = _carbon_colors.green40;
1609
- const supportWarning$6 = _carbon_colors.yellow30;
1610
- const supportInfo$6 = _carbon_colors.blue50;
1611
- const supportErrorInverse$6 = _carbon_colors.red60;
1612
- const supportSuccessInverse$6 = _carbon_colors.green50;
1613
- const supportWarningInverse$6 = _carbon_colors.yellow30;
1614
- const supportInfoInverse$6 = _carbon_colors.blue70;
1615
- const supportCautionMinor$2 = _carbon_colors.yellow30;
1616
- const supportCautionMajor$2 = _carbon_colors.orange40;
1617
- const supportCautionUndefined$2 = _carbon_colors.purple50;
1618
- const focus$7 = _carbon_colors.white;
1619
- const focusInset$6 = _carbon_colors.gray100;
1620
- const focusInverse$6 = _carbon_colors.blue60;
1621
- const skeletonBackground$6 = _carbon_colors.gray90Hover;
1622
- const skeletonElement$6 = _carbon_colors.gray70;
1623
- const interactive$6 = _carbon_colors.blue50;
1624
- const highlight$6 = _carbon_colors.blue80;
1625
- const overlay$6 = (0, _carbon_colors.rgba)(_carbon_colors.black, .6);
1626
- const toggleOff$6 = _carbon_colors.gray50;
1627
- const shadow$6 = (0, _carbon_colors.rgba)(_carbon_colors.black, .8);
1628
- const syntaxComment$2 = _carbon_colors.green40;
1629
- const syntaxLineComment$2 = syntaxComment$2;
1630
- const syntaxBlockComment$2 = syntaxComment$2;
1631
- const syntaxDocComment$2 = syntaxComment$2;
1632
- const syntaxString$2 = textPrimary$6;
1633
- const syntaxDocString$2 = syntaxString$2;
1634
- const syntaxKeyword$2 = _carbon_colors.blue50;
1635
- const syntaxOperatorKeyword$2 = syntaxKeyword$2;
1636
- const syntaxControlKeyword$2 = _carbon_colors.purple40;
1637
- const syntaxDefinitionKeyword$2 = _carbon_colors.cyan40;
1638
- const syntaxModuleKeyword$2 = _carbon_colors.purple40;
1639
- const syntaxVariable$2 = _carbon_colors.blue30;
1640
- const syntaxName$2 = syntaxVariable$2;
1641
- const syntaxVariableName$2 = syntaxVariable$2;
1642
- const syntaxLabelName$2 = syntaxVariable$2;
1643
- const syntaxAttribute$2 = _carbon_colors.cyan40;
1644
- const syntaxAttributeName$2 = syntaxAttribute$2;
1645
- const syntaxPropertyName$2 = syntaxAttribute$2;
1646
- const syntaxTag$2 = _carbon_colors.teal30;
1647
- const syntaxTagName$2 = syntaxTag$2;
1648
- const syntaxType$2 = _carbon_colors.teal30;
1649
- const syntaxTypeName$2 = syntaxType$2;
1650
- const syntaxClassName$2 = syntaxType$2;
1651
- const syntaxNamespace$2 = syntaxType$2;
1652
- const syntaxMacroName$2 = textPrimary$6;
1653
- const syntaxAtom$2 = syntaxMacroName$2;
1654
- const syntaxLiteral$2 = syntaxAtom$2;
1655
- const syntaxBool$2 = syntaxAtom$2;
1656
- const syntaxNull$2 = syntaxAtom$2;
1657
- const syntaxSelf$2 = syntaxTag$2;
1658
- const syntaxNumber$2 = _carbon_colors.green30;
1659
- const syntaxInteger$2 = syntaxNumber$2;
1660
- const syntaxFloat$2 = syntaxNumber$2;
1661
- const syntaxUnit$2 = syntaxNumber$2;
1662
- const syntaxCharacter$2 = syntaxString$2;
1663
- const syntaxAttributeValue$2 = syntaxString$2;
1664
- const syntaxSpecialString$2 = _carbon_colors.purple40;
1665
- const syntaxRegexp$2 = _carbon_colors.purple40;
1666
- const syntaxEscape$2 = _carbon_colors.gray20;
1667
- const syntaxUrl$2 = syntaxEscape$2;
1668
- const syntaxColor$2 = syntaxMacroName$2;
1669
- const syntaxOperator$2 = _carbon_colors.gray20;
1670
- const syntaxDerefOperator$2 = syntaxOperator$2;
1671
- const syntaxArithmeticOperator$2 = syntaxOperator$2;
1672
- const syntaxLogicOperator$2 = syntaxOperator$2;
1673
- const syntaxBitwiseOperator$2 = syntaxOperator$2;
1674
- const syntaxCompareOperator$2 = syntaxOperator$2;
1675
- const syntaxUpdateOperator$2 = syntaxOperator$2;
1676
- const syntaxDefinitionOperator$2 = syntaxDefinitionKeyword$2;
1677
- const syntaxTypeOperator$2 = syntaxTag$2;
1678
- const syntaxControlOperator$2 = syntaxModuleKeyword$2;
1679
- const syntaxModifier$2 = syntaxKeyword$2;
1680
- const syntaxPunctuation$2 = _carbon_colors.gray20;
1681
- const syntaxSeparator$2 = syntaxPunctuation$2;
1682
- const syntaxBracket$2 = syntaxPunctuation$2;
1683
- const syntaxAngleBracket$2 = _carbon_colors.gray50;
1684
- const syntaxSquareBracket$2 = syntaxBracket$2;
1685
- const syntaxParen$2 = syntaxBracket$2;
1686
- const syntaxBrace$2 = syntaxBracket$2;
1687
- const syntaxContent$2 = textPrimary$6;
1688
- const syntaxList$2 = syntaxContent$2;
1689
- const syntaxEmphasis$2 = syntaxContent$2;
1690
- const syntaxStrong$2 = syntaxContent$2;
1691
- const syntaxMonospace$2 = syntaxContent$2;
1692
- const syntaxStrikethrough$2 = syntaxContent$2;
1693
- const syntaxHeading$2 = _carbon_colors.cyan40;
1694
- const syntaxHeading1$2 = syntaxHeading$2;
1695
- const syntaxHeading2$2 = syntaxHeading$2;
1696
- const syntaxHeading3$2 = syntaxHeading$2;
1697
- const syntaxHeading4$2 = syntaxHeading$2;
1698
- const syntaxHeading5$2 = syntaxHeading$2;
1699
- const syntaxHeading6$2 = syntaxHeading$2;
1700
- const syntaxContentSeparator$2 = syntaxPunctuation$2;
1701
- const syntaxQuote$2 = syntaxComment$2;
1702
- const syntaxLink$2 = _carbon_colors.blue50;
1703
- const syntaxInvalid$2 = _carbon_colors.red50;
1704
- const syntaxMeta$2 = _carbon_colors.green40;
1705
- const syntaxDocumentMeta$2 = syntaxMeta$2;
1706
- const syntaxAnnotation$2 = _carbon_colors.teal40;
1707
- const syntaxProcessingInstruction$2 = syntaxString$2;
1708
- const syntaxDefinition$2 = _carbon_colors.cyan40;
1709
- const syntaxConstant$2 = _carbon_colors.blue50;
1710
- const syntaxFunction$2 = _carbon_colors.yellow30;
1711
- const syntaxStandard$2 = _carbon_colors.blue50;
1712
- const syntaxLocal$2 = _carbon_colors.blue30;
1713
- const syntaxSpecial$2 = _carbon_colors.blue50;
1714
- const syntaxInserted$2 = _carbon_colors.green60;
1715
- const syntaxDeleted$2 = _carbon_colors.red70;
1716
- const aiInnerShadow$2 = (0, _carbon_colors.rgba)(_carbon_colors.blue50, .16);
1717
- const aiAuraStartSm$2 = (0, _carbon_colors.rgba)(_carbon_colors.blue50, .16);
1718
- const aiAuraStart$2 = (0, _carbon_colors.rgba)(_carbon_colors.blue50, .1);
1719
- const aiAuraEnd$2 = (0, _carbon_colors.rgba)(_carbon_colors.black, 0);
1720
- const aiBorderStrong$2 = _carbon_colors.blue40;
1721
- const aiBorderStart$2 = (0, _carbon_colors.rgba)(_carbon_colors.blue30, .36);
1722
- const aiBorderEnd$2 = _carbon_colors.blue50;
1723
- const aiDropShadow$2 = (0, _carbon_colors.rgba)(_carbon_colors.black, .28);
1724
- const aiAuraHoverBackground$2 = layerHover01$2;
1725
- const aiAuraHoverStart$2 = (0, _carbon_colors.rgba)(_carbon_colors.blue50, .4);
1726
- const aiAuraHoverEnd$2 = (0, _carbon_colors.rgba)(_carbon_colors.black, 0);
1727
- const aiPopoverBackground$2 = _carbon_colors.gray100;
1728
- const aiPopoverShadowOuter01$2 = (0, _carbon_colors.rgba)(_carbon_colors.black, .12);
1729
- const aiPopoverShadowOuter02$2 = (0, _carbon_colors.rgba)(_carbon_colors.black, .08);
1730
- const aiSkeletonBackground$2 = (0, _carbon_colors.rgba)(_carbon_colors.blue40, .5);
1731
- const aiSkeletonElementBackground$2 = (0, _carbon_colors.rgba)(_carbon_colors.blue40, .3);
1732
- const aiOverlay$2 = (0, _carbon_colors.rgba)(_carbon_colors.black, .5);
1733
- const aiPopoverCaretCenter$2 = "#4870B5";
1734
- const aiPopoverCaretBottom$2 = _carbon_colors.blue50;
1735
- const aiPopoverCaretBottomBackgroundActions$2 = "#1E283A";
1736
- const aiPopoverCaretBottomBackground$2 = "#202D45";
1737
- const chatPromptBackground$2 = _carbon_colors.gray100;
1738
- const chatPromptBorderStart$2 = _carbon_colors.gray90;
1739
- const chatPromptBorderEnd$2 = (0, _carbon_colors.rgba)(_carbon_colors.gray90, 0);
1740
- const chatPromptText$2 = textPrimary$6;
1741
- const chatBubbleUser$2 = _carbon_colors.gray80;
1742
- const chatBubbleUserText$2 = textPrimary$6;
1743
- const chatBubbleAgent$2 = _carbon_colors.gray90;
1744
- const chatBubbleAgentText$2 = textPrimary$6;
1745
- const chatBubbleBorder$2 = _carbon_colors.gray70;
1746
- const chatAvatarBot$2 = _carbon_colors.gray50;
1747
- const chatAvatarAgent$2 = _carbon_colors.gray30;
1748
- const chatAvatarUser$2 = _carbon_colors.blue50;
1749
- const chatShellBackground$2 = _carbon_colors.gray90;
1750
- const chatHeaderBackground$2 = _carbon_colors.gray90;
1751
- const chatHeaderText$2 = textPrimary$6;
1752
- const chatButton$2 = linkPrimary$6;
1753
- const chatButtonHover$2 = backgroundHover$6;
1754
- const chatButtonTextHover$2 = linkPrimaryHover$6;
1755
- const chatButtonActive$2 = backgroundActive$6;
1756
- const chatButtonSelected$2 = backgroundSelected$6;
1757
- const chatButtonTextSelected$2 = textSecondary$6;
1230
+ const aiAuraEnd$2 = "rgba(0, 0, 0, 0)";
1231
+ const aiAuraHoverBackground$2 = "#474747";
1232
+ const aiAuraHoverEnd$2 = "rgba(0, 0, 0, 0)";
1233
+ const aiAuraHoverStart$2 = "rgba(69, 137, 255, 0.4)";
1234
+ const aiAuraStart$2 = "rgba(69, 137, 255, 0.1)";
1235
+ const aiAuraStartSm$2 = "rgba(69, 137, 255, 0.16)";
1236
+ const aiBorderEnd$2 = "#4589ff";
1237
+ const aiBorderStart$2 = "rgba(166, 200, 255, 0.36)";
1238
+ const aiBorderStrong$2 = "#78a9ff";
1239
+ const aiDropShadow$2 = "rgba(0, 0, 0, 0.28)";
1240
+ const aiInnerShadow$2 = "rgba(69, 137, 255, 0.16)";
1241
+ const aiOverlay$2 = "rgba(0, 0, 0, 0.5)";
1242
+ const aiPopoverBackground$2 = "#161616";
1243
+ const aiPopoverCaretBottom$2 = "#4589ff";
1244
+ const aiPopoverCaretBottomBackground$2 = "#202d45";
1245
+ const aiPopoverCaretBottomBackgroundActions$2 = "#1e283a";
1246
+ const aiPopoverCaretCenter$2 = "#4870b5";
1247
+ const aiPopoverShadowOuter01$2 = "rgba(0, 0, 0, 0.12)";
1248
+ const aiPopoverShadowOuter02$2 = "rgba(0, 0, 0, 0.08)";
1249
+ const aiSkeletonBackground$2 = "rgba(120, 169, 255, 0.5)";
1250
+ const aiSkeletonElementBackground$2 = "rgba(120, 169, 255, 0.3)";
1251
+ const background$7 = "#262626";
1252
+ const backgroundActive$6 = "rgba(141, 141, 141, 0.4)";
1253
+ const backgroundBrand$6 = "#0f62fe";
1254
+ const backgroundHover$6 = "rgba(141, 141, 141, 0.16)";
1255
+ const backgroundInverse$6 = "#f4f4f4";
1256
+ const backgroundInverseHover$6 = "#e8e8e8";
1257
+ const backgroundSelected$6 = "rgba(141, 141, 141, 0.24)";
1258
+ const backgroundSelectedHover$6 = "rgba(141, 141, 141, 0.32)";
1259
+ const borderDisabled$6 = "rgba(141, 141, 141, 0.5)";
1260
+ const borderInteractive$6 = "#4589ff";
1261
+ const borderInverse$6 = "#f4f4f4";
1262
+ const borderStrong01$2 = "#8d8d8d";
1263
+ const borderStrong02$2 = "#a8a8a8";
1264
+ const borderStrong03$2 = "#c6c6c6";
1265
+ const borderSubtle00$2 = "#525252";
1266
+ const borderSubtle01$2 = "#6f6f6f";
1267
+ const borderSubtle02$2 = "#8d8d8d";
1268
+ const borderSubtle03$2 = "#8d8d8d";
1269
+ const borderSubtleSelected01$2 = "#8d8d8d";
1270
+ const borderSubtleSelected02$2 = "#a8a8a8";
1271
+ const borderSubtleSelected03$2 = "#a8a8a8";
1272
+ const borderTile01$2 = "#6f6f6f";
1273
+ const borderTile02$2 = "#8d8d8d";
1274
+ const borderTile03$2 = "#a8a8a8";
1275
+ const chatAvatarAgent$2 = "#c6c6c6";
1276
+ const chatAvatarBot$2 = "#8d8d8d";
1277
+ const chatAvatarUser$2 = "#4589ff";
1278
+ const chatBubbleAgent$2 = "#262626";
1279
+ const chatBubbleAgentText$2 = "#f4f4f4";
1280
+ const chatBubbleBorder$2 = "#525252";
1281
+ const chatBubbleUser$2 = "#393939";
1282
+ const chatBubbleUserText$2 = "#f4f4f4";
1283
+ const chatButton$2 = "#78a9ff";
1284
+ const chatButtonActive$2 = "rgba(141, 141, 141, 0.4)";
1285
+ const chatButtonHover$2 = "rgba(141, 141, 141, 0.16)";
1286
+ const chatButtonSelected$2 = "rgba(141, 141, 141, 0.24)";
1287
+ const chatButtonTextHover$2 = "#a6c8ff";
1288
+ const chatButtonTextSelected$2 = "#c6c6c6";
1289
+ const chatHeaderBackground$2 = "#262626";
1290
+ const chatHeaderText$2 = "#f4f4f4";
1291
+ const chatPromptBackground$2 = "#161616";
1292
+ const chatPromptBorderEnd$2 = "rgba(38, 38, 38, 0)";
1293
+ const chatPromptBorderStart$2 = "#262626";
1294
+ const chatPromptText$2 = "#f4f4f4";
1295
+ const chatShellBackground$2 = "#262626";
1296
+ const field01$6 = "#393939";
1297
+ const field02$6 = "#525252";
1298
+ const field03$2 = "#6f6f6f";
1299
+ const fieldHover01$2 = "#474747";
1300
+ const fieldHover02$2 = "#636363";
1301
+ const fieldHover03$2 = "#5e5e5e";
1302
+ const focus$7 = "#ffffff";
1303
+ const focusInset$6 = "#161616";
1304
+ const focusInverse$6 = "#0f62fe";
1305
+ const highlight$6 = "#002d9c";
1306
+ const iconDisabled$6 = "rgba(244, 244, 244, 0.25)";
1307
+ const iconInteractive$2 = "#ffffff";
1308
+ const iconInverse$6 = "#161616";
1309
+ const iconOnColor$6 = "#ffffff";
1310
+ const iconOnColorDisabled$6 = "rgba(255, 255, 255, 0.25)";
1311
+ const iconPrimary$6 = "#f4f4f4";
1312
+ const iconSecondary$6 = "#c6c6c6";
1313
+ const interactive$6 = "#4589ff";
1314
+ const layer01$2 = "#393939";
1315
+ const layer02$2 = "#525252";
1316
+ const layer03$2 = "#6f6f6f";
1317
+ const layerAccent01$2 = "#525252";
1318
+ const layerAccent02$2 = "#6f6f6f";
1319
+ const layerAccent03$2 = "#8d8d8d";
1320
+ const layerAccentActive01$2 = "#8d8d8d";
1321
+ const layerAccentActive02$2 = "#393939";
1322
+ const layerAccentActive03$2 = "#525252";
1323
+ const layerAccentHover01$2 = "#636363";
1324
+ const layerAccentHover02$2 = "#5e5e5e";
1325
+ const layerAccentHover03$2 = "#7a7a7a";
1326
+ const layerActive01$2 = "#6f6f6f";
1327
+ const layerActive02$2 = "#8d8d8d";
1328
+ const layerActive03$2 = "#393939";
1329
+ const layerBackground01$2 = "#262626";
1330
+ const layerBackground02$2 = "#393939";
1331
+ const layerBackground03$2 = "#525252";
1332
+ const layerHover01$2 = "#474747";
1333
+ const layerHover02$2 = "#636363";
1334
+ const layerHover03$2 = "#5e5e5e";
1335
+ const layerSelected01$2 = "#525252";
1336
+ const layerSelected02$2 = "#6f6f6f";
1337
+ const layerSelected03$2 = "#525252";
1338
+ const layerSelectedDisabled$6 = "#a8a8a8";
1339
+ const layerSelectedHover01$2 = "#636363";
1340
+ const layerSelectedHover02$2 = "#5e5e5e";
1341
+ const layerSelectedHover03$2 = "#636363";
1342
+ const layerSelectedInverse$6 = "#f4f4f4";
1343
+ const linkInverse$6 = "#0f62fe";
1344
+ const linkInverseActive$2 = "#161616";
1345
+ const linkInverseHover$2 = "#0043ce";
1346
+ const linkInverseVisited$2 = "#8a3ffc";
1347
+ const linkPrimary$6 = "#78a9ff";
1348
+ const linkPrimaryHover$6 = "#a6c8ff";
1349
+ const linkSecondary$6 = "#a6c8ff";
1350
+ const linkVisited$6 = "#be95ff";
1351
+ const overlay$6 = "rgba(0, 0, 0, 0.6)";
1352
+ const shadow$6 = "rgba(0, 0, 0, 0.8)";
1353
+ const skeletonBackground$6 = "#333333";
1354
+ const skeletonElement$6 = "#525252";
1355
+ const supportCautionMajor$2 = "#ff832b";
1356
+ const supportCautionMinor$2 = "#f1c21b";
1357
+ const supportCautionUndefined$2 = "#a56eff";
1358
+ const supportError$6 = "#ff8389";
1359
+ const supportErrorInverse$6 = "#da1e28";
1360
+ const supportInfo$6 = "#4589ff";
1361
+ const supportInfoInverse$6 = "#0043ce";
1362
+ const supportSuccess$6 = "#42be65";
1363
+ const supportSuccessInverse$6 = "#24a148";
1364
+ const supportWarning$6 = "#f1c21b";
1365
+ const supportWarningInverse$6 = "#f1c21b";
1366
+ const syntaxAngleBracket$2 = "#8d8d8d";
1367
+ const syntaxAnnotation$2 = "#08bdba";
1368
+ const syntaxArithmeticOperator$2 = "#e0e0e0";
1369
+ const syntaxAtom$2 = "#f4f4f4";
1370
+ const syntaxAttribute$2 = "#33b1ff";
1371
+ const syntaxAttributeName$2 = "#33b1ff";
1372
+ const syntaxAttributeValue$2 = "#f4f4f4";
1373
+ const syntaxBitwiseOperator$2 = "#e0e0e0";
1374
+ const syntaxBlockComment$2 = "#42be65";
1375
+ const syntaxBool$2 = "#f4f4f4";
1376
+ const syntaxBrace$2 = "#e0e0e0";
1377
+ const syntaxBracket$2 = "#e0e0e0";
1378
+ const syntaxCharacter$2 = "#f4f4f4";
1379
+ const syntaxClassName$2 = "#3ddbd9";
1380
+ const syntaxColor$2 = "#f4f4f4";
1381
+ const syntaxComment$2 = "#42be65";
1382
+ const syntaxCompareOperator$2 = "#e0e0e0";
1383
+ const syntaxConstant$2 = "#4589ff";
1384
+ const syntaxContent$2 = "#f4f4f4";
1385
+ const syntaxContentSeparator$2 = "#e0e0e0";
1386
+ const syntaxControlKeyword$2 = "#be95ff";
1387
+ const syntaxControlOperator$2 = "#be95ff";
1388
+ const syntaxDefinition$2 = "#33b1ff";
1389
+ const syntaxDefinitionKeyword$2 = "#33b1ff";
1390
+ const syntaxDefinitionOperator$2 = "#33b1ff";
1391
+ const syntaxDeleted$2 = "#a2191f";
1392
+ const syntaxDerefOperator$2 = "#e0e0e0";
1393
+ const syntaxDocComment$2 = "#42be65";
1394
+ const syntaxDocString$2 = "#f4f4f4";
1395
+ const syntaxDocumentMeta$2 = "#42be65";
1396
+ const syntaxEmphasis$2 = "#f4f4f4";
1397
+ const syntaxEscape$2 = "#e0e0e0";
1398
+ const syntaxFloat$2 = "#6fdc8c";
1399
+ const syntaxFunction$2 = "#f1c21b";
1400
+ const syntaxHeading$2 = "#33b1ff";
1401
+ const syntaxHeading1$2 = "#33b1ff";
1402
+ const syntaxHeading2$2 = "#33b1ff";
1403
+ const syntaxHeading3$2 = "#33b1ff";
1404
+ const syntaxHeading4$2 = "#33b1ff";
1405
+ const syntaxHeading5$2 = "#33b1ff";
1406
+ const syntaxHeading6$2 = "#33b1ff";
1407
+ const syntaxInserted$2 = "#198038";
1408
+ const syntaxInteger$2 = "#6fdc8c";
1409
+ const syntaxInvalid$2 = "#fa4d56";
1410
+ const syntaxKeyword$2 = "#4589ff";
1411
+ const syntaxLabelName$2 = "#a6c8ff";
1412
+ const syntaxLineComment$2 = "#42be65";
1413
+ const syntaxLink$2 = "#4589ff";
1414
+ const syntaxList$2 = "#f4f4f4";
1415
+ const syntaxLiteral$2 = "#f4f4f4";
1416
+ const syntaxLocal$2 = "#a6c8ff";
1417
+ const syntaxLogicOperator$2 = "#e0e0e0";
1418
+ const syntaxMacroName$2 = "#f4f4f4";
1419
+ const syntaxMeta$2 = "#42be65";
1420
+ const syntaxModifier$2 = "#4589ff";
1421
+ const syntaxModuleKeyword$2 = "#be95ff";
1422
+ const syntaxMonospace$2 = "#f4f4f4";
1423
+ const syntaxName$2 = "#a6c8ff";
1424
+ const syntaxNamespace$2 = "#3ddbd9";
1425
+ const syntaxNull$2 = "#f4f4f4";
1426
+ const syntaxNumber$2 = "#6fdc8c";
1427
+ const syntaxOperator$2 = "#e0e0e0";
1428
+ const syntaxOperatorKeyword$2 = "#4589ff";
1429
+ const syntaxParen$2 = "#e0e0e0";
1430
+ const syntaxProcessingInstruction$2 = "#f4f4f4";
1431
+ const syntaxPropertyName$2 = "#33b1ff";
1432
+ const syntaxPunctuation$2 = "#e0e0e0";
1433
+ const syntaxQuote$2 = "#42be65";
1434
+ const syntaxRegexp$2 = "#be95ff";
1435
+ const syntaxSelf$2 = "#3ddbd9";
1436
+ const syntaxSeparator$2 = "#e0e0e0";
1437
+ const syntaxSpecial$2 = "#4589ff";
1438
+ const syntaxSpecialString$2 = "#be95ff";
1439
+ const syntaxSquareBracket$2 = "#e0e0e0";
1440
+ const syntaxStandard$2 = "#4589ff";
1441
+ const syntaxStrikethrough$2 = "#f4f4f4";
1442
+ const syntaxString$2 = "#f4f4f4";
1443
+ const syntaxStrong$2 = "#f4f4f4";
1444
+ const syntaxTag$2 = "#3ddbd9";
1445
+ const syntaxTagName$2 = "#3ddbd9";
1446
+ const syntaxType$2 = "#3ddbd9";
1447
+ const syntaxTypeName$2 = "#3ddbd9";
1448
+ const syntaxTypeOperator$2 = "#3ddbd9";
1449
+ const syntaxUnit$2 = "#6fdc8c";
1450
+ const syntaxUpdateOperator$2 = "#e0e0e0";
1451
+ const syntaxUrl$2 = "#e0e0e0";
1452
+ const syntaxVariable$2 = "#a6c8ff";
1453
+ const syntaxVariableName$2 = "#a6c8ff";
1454
+ const textDisabled$6 = "rgba(244, 244, 244, 0.25)";
1455
+ const textError$6 = "#ffb3b8";
1456
+ const textHelper$6 = "#c6c6c6";
1457
+ const textInverse$6 = "#161616";
1458
+ const textOnColor$6 = "#ffffff";
1459
+ const textOnColorDisabled$6 = "rgba(255, 255, 255, 0.25)";
1460
+ const textPlaceholder$6 = "rgba(244, 244, 244, 0.4)";
1461
+ const textPrimary$6 = "#f4f4f4";
1462
+ const textSecondary$6 = "#c6c6c6";
1463
+ const toggleOff$6 = "#8d8d8d";
1758
1464
  //#endregion
1759
- //#region src/g100.ts
1760
- /**
1761
- * Copyright IBM Corp. 2018, 2026
1762
- *
1763
- * This source code is licensed under the Apache-2.0 license found in the
1764
- * LICENSE file in the root directory of this source tree.
1765
- */
1465
+ //#region js/generated/themes/g100.js
1766
1466
  var g100_exports = /* @__PURE__ */ __exportAll({
1767
1467
  aiAuraEnd: () => aiAuraEnd$1,
1768
1468
  aiAuraHoverBackground: () => aiAuraHoverBackground$1,
@@ -1793,10 +1493,6 @@
1793
1493
  backgroundInverseHover: () => backgroundInverseHover$5,
1794
1494
  backgroundSelected: () => backgroundSelected$5,
1795
1495
  backgroundSelectedHover: () => backgroundSelectedHover$5,
1796
- bodyLong01: () => _carbon_type.bodyLong01,
1797
- bodyLong02: () => _carbon_type.bodyLong02,
1798
- bodyShort01: () => _carbon_type.bodyShort01,
1799
- bodyShort02: () => _carbon_type.bodyShort02,
1800
1496
  borderDisabled: () => borderDisabled$5,
1801
1497
  borderInteractive: () => borderInteractive$5,
1802
1498
  borderInverse: () => borderInverse$5,
@@ -1813,8 +1509,6 @@
1813
1509
  borderTile01: () => borderTile01$1,
1814
1510
  borderTile02: () => borderTile02$1,
1815
1511
  borderTile03: () => borderTile03$1,
1816
- caption01: () => _carbon_type.caption01,
1817
- caption02: () => _carbon_type.caption02,
1818
1512
  chatAvatarAgent: () => chatAvatarAgent$1,
1819
1513
  chatAvatarBot: () => chatAvatarBot$1,
1820
1514
  chatAvatarUser: () => chatAvatarUser$1,
@@ -1836,42 +1530,16 @@
1836
1530
  chatPromptBorderStart: () => chatPromptBorderStart$1,
1837
1531
  chatPromptText: () => chatPromptText$1,
1838
1532
  chatShellBackground: () => chatShellBackground$1,
1839
- code01: () => _carbon_type.code01,
1840
- code02: () => _carbon_type.code02,
1841
1533
  colorScheme: () => colorScheme$1,
1842
- container01: () => _carbon_layout.container01,
1843
- container02: () => _carbon_layout.container02,
1844
- container03: () => _carbon_layout.container03,
1845
- container04: () => _carbon_layout.container04,
1846
- container05: () => _carbon_layout.container05,
1847
- display01: () => _carbon_type.display01,
1848
- display02: () => _carbon_type.display02,
1849
- display03: () => _carbon_type.display03,
1850
- display04: () => _carbon_type.display04,
1851
- expressiveHeading01: () => _carbon_type.expressiveHeading01,
1852
- expressiveHeading02: () => _carbon_type.expressiveHeading02,
1853
- expressiveHeading03: () => _carbon_type.expressiveHeading03,
1854
- expressiveHeading04: () => _carbon_type.expressiveHeading04,
1855
- expressiveHeading05: () => _carbon_type.expressiveHeading05,
1856
- expressiveHeading06: () => _carbon_type.expressiveHeading06,
1857
- expressiveParagraph01: () => _carbon_type.expressiveParagraph01,
1858
1534
  field01: () => field01$5,
1859
1535
  field02: () => field02$5,
1860
1536
  field03: () => field03$1,
1861
1537
  fieldHover01: () => fieldHover01$1,
1862
1538
  fieldHover02: () => fieldHover02$1,
1863
1539
  fieldHover03: () => fieldHover03$1,
1864
- fluidSpacing01: () => _carbon_layout.fluidSpacing01,
1865
- fluidSpacing02: () => _carbon_layout.fluidSpacing02,
1866
- fluidSpacing03: () => _carbon_layout.fluidSpacing03,
1867
- fluidSpacing04: () => _carbon_layout.fluidSpacing04,
1868
1540
  focus: () => focus$6,
1869
1541
  focusInset: () => focusInset$5,
1870
1542
  focusInverse: () => focusInverse$5,
1871
- heading01: () => _carbon_type.heading01,
1872
- heading02: () => _carbon_type.heading02,
1873
- helperText01: () => _carbon_type.helperText01,
1874
- helperText02: () => _carbon_type.helperText02,
1875
1543
  highlight: () => highlight$5,
1876
1544
  iconDisabled: () => iconDisabled$5,
1877
1545
  iconInteractive: () => iconInteractive$1,
@@ -1880,11 +1548,7 @@
1880
1548
  iconOnColorDisabled: () => iconOnColorDisabled$5,
1881
1549
  iconPrimary: () => iconPrimary$5,
1882
1550
  iconSecondary: () => iconSecondary$5,
1883
- iconSize01: () => _carbon_layout.iconSize01,
1884
- iconSize02: () => _carbon_layout.iconSize02,
1885
1551
  interactive: () => interactive$5,
1886
- label01: () => _carbon_type.label01,
1887
- label02: () => _carbon_type.label02,
1888
1552
  layer01: () => layer01$1,
1889
1553
  layer02: () => layer02$1,
1890
1554
  layer03: () => layer03$1,
@@ -1914,13 +1578,6 @@
1914
1578
  layerSelectedHover02: () => layerSelectedHover02$1,
1915
1579
  layerSelectedHover03: () => layerSelectedHover03$1,
1916
1580
  layerSelectedInverse: () => layerSelectedInverse$5,
1917
- layout01: () => _carbon_layout.layout01,
1918
- layout02: () => _carbon_layout.layout02,
1919
- layout03: () => _carbon_layout.layout03,
1920
- layout04: () => _carbon_layout.layout04,
1921
- layout05: () => _carbon_layout.layout05,
1922
- layout06: () => _carbon_layout.layout06,
1923
- layout07: () => _carbon_layout.layout07,
1924
1581
  linkInverse: () => linkInverse$5,
1925
1582
  linkInverseActive: () => linkInverseActive$1,
1926
1583
  linkInverseHover: () => linkInverseHover$1,
@@ -1930,37 +1587,9 @@
1930
1587
  linkSecondary: () => linkSecondary$5,
1931
1588
  linkVisited: () => linkVisited$5,
1932
1589
  overlay: () => overlay$5,
1933
- productiveHeading01: () => _carbon_type.productiveHeading01,
1934
- productiveHeading02: () => _carbon_type.productiveHeading02,
1935
- productiveHeading03: () => _carbon_type.productiveHeading03,
1936
- productiveHeading04: () => _carbon_type.productiveHeading04,
1937
- productiveHeading05: () => _carbon_type.productiveHeading05,
1938
- productiveHeading06: () => _carbon_type.productiveHeading06,
1939
- productiveHeading07: () => _carbon_type.productiveHeading07,
1940
- quotation01: () => _carbon_type.quotation01,
1941
- quotation02: () => _carbon_type.quotation02,
1942
1590
  shadow: () => shadow$5,
1943
- size2XLarge: () => _carbon_layout.size2XLarge,
1944
- sizeLarge: () => _carbon_layout.sizeLarge,
1945
- sizeMedium: () => _carbon_layout.sizeMedium,
1946
- sizeSmall: () => _carbon_layout.sizeSmall,
1947
- sizeXLarge: () => _carbon_layout.sizeXLarge,
1948
- sizeXSmall: () => _carbon_layout.sizeXSmall,
1949
1591
  skeletonBackground: () => skeletonBackground$5,
1950
1592
  skeletonElement: () => skeletonElement$5,
1951
- spacing01: () => _carbon_layout.spacing01,
1952
- spacing02: () => _carbon_layout.spacing02,
1953
- spacing03: () => _carbon_layout.spacing03,
1954
- spacing04: () => _carbon_layout.spacing04,
1955
- spacing05: () => _carbon_layout.spacing05,
1956
- spacing06: () => _carbon_layout.spacing06,
1957
- spacing07: () => _carbon_layout.spacing07,
1958
- spacing08: () => _carbon_layout.spacing08,
1959
- spacing09: () => _carbon_layout.spacing09,
1960
- spacing10: () => _carbon_layout.spacing10,
1961
- spacing11: () => _carbon_layout.spacing11,
1962
- spacing12: () => _carbon_layout.spacing12,
1963
- spacing13: () => _carbon_layout.spacing13,
1964
1593
  supportCautionMajor: () => supportCautionMajor$1,
1965
1594
  supportCautionMinor: () => supportCautionMinor$1,
1966
1595
  supportCautionUndefined: () => supportCautionUndefined$1,
@@ -2072,240 +1701,295 @@
2072
1701
  toggleOff: () => toggleOff$5
2073
1702
  });
2074
1703
  const colorScheme$1 = "dark";
2075
- const background$6 = _carbon_colors.gray100;
2076
- const backgroundInverse$5 = _carbon_colors.gray10;
2077
- const backgroundBrand$5 = _carbon_colors.blue60;
2078
- const backgroundActive$5 = adjustAlpha(_carbon_colors.gray50, .4);
2079
- const backgroundHover$5 = adjustAlpha(_carbon_colors.gray50, .16);
2080
- const backgroundInverseHover$5 = _carbon_colors.gray10Hover;
2081
- const backgroundSelected$5 = adjustAlpha(_carbon_colors.gray50, .24);
2082
- const backgroundSelectedHover$5 = adjustAlpha(_carbon_colors.gray50, .32);
2083
- const layer01$1 = _carbon_colors.gray90;
2084
- const layerActive01$1 = _carbon_colors.gray70;
2085
- const layerBackground01$1 = _carbon_colors.gray100;
2086
- const layerHover01$1 = _carbon_colors.gray90Hover;
2087
- const layerSelected01$1 = _carbon_colors.gray80;
2088
- const layerSelectedHover01$1 = _carbon_colors.gray80Hover;
2089
- const layer02$1 = _carbon_colors.gray80;
2090
- const layerActive02$1 = _carbon_colors.gray60;
2091
- const layerBackground02$1 = _carbon_colors.gray90;
2092
- const layerHover02$1 = _carbon_colors.gray80Hover;
2093
- const layerSelected02$1 = _carbon_colors.gray70;
2094
- const layerSelectedHover02$1 = _carbon_colors.gray70Hover;
2095
- const layer03$1 = _carbon_colors.gray70;
2096
- const layerActive03$1 = _carbon_colors.gray50;
2097
- const layerBackground03$1 = _carbon_colors.gray80;
2098
- const layerHover03$1 = _carbon_colors.gray70Hover;
2099
- const layerSelected03$1 = _carbon_colors.gray60;
2100
- const layerSelectedHover03$1 = _carbon_colors.gray60Hover;
2101
- const layerSelectedInverse$5 = _carbon_colors.gray10;
2102
- const layerSelectedDisabled$5 = _carbon_colors.gray40;
2103
- const layerAccent01$1 = _carbon_colors.gray80;
2104
- const layerAccentActive01$1 = _carbon_colors.gray60;
2105
- const layerAccentHover01$1 = _carbon_colors.gray80Hover;
2106
- const layerAccent02$1 = _carbon_colors.gray70;
2107
- const layerAccentActive02$1 = _carbon_colors.gray50;
2108
- const layerAccentHover02$1 = _carbon_colors.gray70Hover;
2109
- const layerAccent03$1 = _carbon_colors.gray60;
2110
- const layerAccentActive03$1 = _carbon_colors.gray80;
2111
- const layerAccentHover03$1 = _carbon_colors.gray60Hover;
2112
- const field01$5 = _carbon_colors.gray90;
2113
- const fieldHover01$1 = _carbon_colors.gray90Hover;
2114
- const field02$5 = _carbon_colors.gray80;
2115
- const fieldHover02$1 = _carbon_colors.gray80Hover;
2116
- const field03$1 = _carbon_colors.gray70;
2117
- const fieldHover03$1 = _carbon_colors.gray70Hover;
2118
- const borderSubtle00$1 = _carbon_colors.gray80;
2119
- const borderSubtle01$1 = _carbon_colors.gray70;
2120
- const borderSubtleSelected01$1 = _carbon_colors.gray60;
2121
- const borderSubtle02$1 = _carbon_colors.gray60;
2122
- const borderSubtleSelected02$1 = _carbon_colors.gray50;
2123
- const borderSubtle03$1 = _carbon_colors.gray60;
2124
- const borderSubtleSelected03$1 = _carbon_colors.gray50;
2125
- const borderStrong01$1 = _carbon_colors.gray60;
2126
- const borderStrong02$1 = _carbon_colors.gray50;
2127
- const borderStrong03$1 = _carbon_colors.gray40;
2128
- const borderTile01$1 = _carbon_colors.gray70;
2129
- const borderTile02$1 = _carbon_colors.gray60;
2130
- const borderTile03$1 = _carbon_colors.gray50;
2131
- const borderInverse$5 = _carbon_colors.gray10;
2132
- const borderInteractive$5 = _carbon_colors.blue50;
2133
- const borderDisabled$5 = adjustAlpha(_carbon_colors.gray50, .5);
2134
- const textPrimary$5 = _carbon_colors.gray10;
2135
- const textSecondary$5 = _carbon_colors.gray30;
2136
- const textPlaceholder$5 = adjustAlpha(textPrimary$5, .4);
2137
- const textHelper$5 = _carbon_colors.gray40;
2138
- const textError$5 = _carbon_colors.red40;
2139
- const textInverse$5 = _carbon_colors.gray100;
2140
- const textOnColor$5 = _carbon_colors.white;
2141
- const textOnColorDisabled$5 = adjustAlpha(textOnColor$5, .25);
2142
- const textDisabled$5 = adjustAlpha(textPrimary$5, .25);
2143
- const linkPrimary$5 = _carbon_colors.blue40;
2144
- const linkPrimaryHover$5 = _carbon_colors.blue30;
2145
- const linkSecondary$5 = _carbon_colors.blue30;
2146
- const linkInverse$5 = _carbon_colors.blue60;
2147
- const linkVisited$5 = _carbon_colors.purple40;
2148
- const linkInverseVisited$1 = _carbon_colors.purple60;
2149
- const linkInverseActive$1 = _carbon_colors.gray100;
2150
- const linkInverseHover$1 = _carbon_colors.blue70;
2151
- const iconPrimary$5 = _carbon_colors.gray10;
2152
- const iconSecondary$5 = _carbon_colors.gray30;
2153
- const iconInverse$5 = _carbon_colors.gray100;
2154
- const iconOnColor$5 = _carbon_colors.white;
2155
- const iconOnColorDisabled$5 = adjustAlpha(iconOnColor$5, .25);
2156
- const iconDisabled$5 = adjustAlpha(iconPrimary$5, .25);
2157
- const iconInteractive$1 = _carbon_colors.white;
2158
- const supportError$5 = _carbon_colors.red50;
2159
- const supportSuccess$5 = _carbon_colors.green40;
2160
- const supportWarning$5 = _carbon_colors.yellow30;
2161
- const supportInfo$5 = _carbon_colors.blue50;
2162
- const supportErrorInverse$5 = _carbon_colors.red60;
2163
- const supportSuccessInverse$5 = _carbon_colors.green50;
2164
- const supportWarningInverse$5 = _carbon_colors.yellow30;
2165
- const supportInfoInverse$5 = _carbon_colors.blue70;
2166
- const supportCautionMinor$1 = _carbon_colors.yellow30;
2167
- const supportCautionMajor$1 = _carbon_colors.orange40;
2168
- const supportCautionUndefined$1 = _carbon_colors.purple50;
2169
- const focus$6 = _carbon_colors.white;
2170
- const focusInset$5 = _carbon_colors.gray100;
2171
- const focusInverse$5 = _carbon_colors.blue60;
2172
- const skeletonBackground$5 = adjustLightness(background$6, 7);
2173
- const skeletonElement$5 = _carbon_colors.gray80;
2174
- const interactive$5 = _carbon_colors.blue50;
2175
- const highlight$5 = _carbon_colors.blue90;
2176
- const overlay$5 = (0, _carbon_colors.rgba)(_carbon_colors.black, .6);
2177
- const toggleOff$5 = _carbon_colors.gray60;
2178
- const shadow$5 = (0, _carbon_colors.rgba)(_carbon_colors.black, .8);
2179
- const syntaxComment$1 = _carbon_colors.green40;
2180
- const syntaxLineComment$1 = syntaxComment$1;
2181
- const syntaxBlockComment$1 = syntaxComment$1;
2182
- const syntaxDocComment$1 = syntaxComment$1;
2183
- const syntaxString$1 = textPrimary$5;
2184
- const syntaxDocString$1 = syntaxString$1;
2185
- const syntaxKeyword$1 = _carbon_colors.blue50;
2186
- const syntaxOperatorKeyword$1 = syntaxKeyword$1;
2187
- const syntaxControlKeyword$1 = _carbon_colors.purple40;
2188
- const syntaxDefinitionKeyword$1 = _carbon_colors.cyan40;
2189
- const syntaxModuleKeyword$1 = _carbon_colors.purple40;
2190
- const syntaxVariable$1 = _carbon_colors.blue30;
2191
- const syntaxName$1 = syntaxVariable$1;
2192
- const syntaxVariableName$1 = syntaxVariable$1;
2193
- const syntaxLabelName$1 = syntaxVariable$1;
2194
- const syntaxAttribute$1 = _carbon_colors.cyan40;
2195
- const syntaxAttributeName$1 = syntaxAttribute$1;
2196
- const syntaxPropertyName$1 = syntaxAttribute$1;
2197
- const syntaxTag$1 = _carbon_colors.teal30;
2198
- const syntaxTagName$1 = syntaxTag$1;
2199
- const syntaxType$1 = _carbon_colors.teal30;
2200
- const syntaxTypeName$1 = syntaxType$1;
2201
- const syntaxClassName$1 = syntaxType$1;
2202
- const syntaxNamespace$1 = syntaxType$1;
2203
- const syntaxMacroName$1 = textPrimary$5;
2204
- const syntaxAtom$1 = syntaxMacroName$1;
2205
- const syntaxLiteral$1 = syntaxAtom$1;
2206
- const syntaxBool$1 = syntaxAtom$1;
2207
- const syntaxNull$1 = syntaxAtom$1;
2208
- const syntaxSelf$1 = syntaxTag$1;
2209
- const syntaxNumber$1 = _carbon_colors.green30;
2210
- const syntaxInteger$1 = syntaxNumber$1;
2211
- const syntaxFloat$1 = syntaxNumber$1;
2212
- const syntaxUnit$1 = syntaxNumber$1;
2213
- const syntaxCharacter$1 = syntaxString$1;
2214
- const syntaxAttributeValue$1 = syntaxString$1;
2215
- const syntaxSpecialString$1 = _carbon_colors.purple40;
2216
- const syntaxRegexp$1 = _carbon_colors.purple40;
2217
- const syntaxEscape$1 = _carbon_colors.gray20;
2218
- const syntaxUrl$1 = syntaxEscape$1;
2219
- const syntaxColor$1 = syntaxMacroName$1;
2220
- const syntaxOperator$1 = _carbon_colors.gray20;
2221
- const syntaxDerefOperator$1 = syntaxOperator$1;
2222
- const syntaxArithmeticOperator$1 = syntaxOperator$1;
2223
- const syntaxLogicOperator$1 = syntaxOperator$1;
2224
- const syntaxBitwiseOperator$1 = syntaxOperator$1;
2225
- const syntaxCompareOperator$1 = syntaxOperator$1;
2226
- const syntaxUpdateOperator$1 = syntaxOperator$1;
2227
- const syntaxDefinitionOperator$1 = syntaxDefinitionKeyword$1;
2228
- const syntaxTypeOperator$1 = syntaxTag$1;
2229
- const syntaxControlOperator$1 = syntaxModuleKeyword$1;
2230
- const syntaxModifier$1 = syntaxKeyword$1;
2231
- const syntaxPunctuation$1 = _carbon_colors.gray20;
2232
- const syntaxSeparator$1 = syntaxPunctuation$1;
2233
- const syntaxBracket$1 = syntaxPunctuation$1;
2234
- const syntaxAngleBracket$1 = _carbon_colors.gray50;
2235
- const syntaxSquareBracket$1 = syntaxBracket$1;
2236
- const syntaxParen$1 = syntaxBracket$1;
2237
- const syntaxBrace$1 = syntaxBracket$1;
2238
- const syntaxContent$1 = textPrimary$5;
2239
- const syntaxList$1 = syntaxContent$1;
2240
- const syntaxEmphasis$1 = syntaxContent$1;
2241
- const syntaxStrong$1 = syntaxContent$1;
2242
- const syntaxMonospace$1 = syntaxContent$1;
2243
- const syntaxStrikethrough$1 = syntaxContent$1;
2244
- const syntaxHeading$1 = _carbon_colors.cyan40;
2245
- const syntaxHeading1$1 = syntaxHeading$1;
2246
- const syntaxHeading2$1 = syntaxHeading$1;
2247
- const syntaxHeading3$1 = syntaxHeading$1;
2248
- const syntaxHeading4$1 = syntaxHeading$1;
2249
- const syntaxHeading5$1 = syntaxHeading$1;
2250
- const syntaxHeading6$1 = syntaxHeading$1;
2251
- const syntaxContentSeparator$1 = syntaxPunctuation$1;
2252
- const syntaxQuote$1 = syntaxComment$1;
2253
- const syntaxLink$1 = _carbon_colors.blue50;
2254
- const syntaxInvalid$1 = _carbon_colors.red50;
2255
- const syntaxMeta$1 = _carbon_colors.green40;
2256
- const syntaxDocumentMeta$1 = syntaxMeta$1;
2257
- const syntaxAnnotation$1 = _carbon_colors.teal40;
2258
- const syntaxProcessingInstruction$1 = syntaxString$1;
2259
- const syntaxDefinition$1 = _carbon_colors.cyan40;
2260
- const syntaxConstant$1 = _carbon_colors.blue50;
2261
- const syntaxFunction$1 = _carbon_colors.yellow30;
2262
- const syntaxStandard$1 = _carbon_colors.blue50;
2263
- const syntaxLocal$1 = _carbon_colors.blue30;
2264
- const syntaxSpecial$1 = _carbon_colors.blue50;
2265
- const syntaxInserted$1 = _carbon_colors.green60;
2266
- const syntaxDeleted$1 = _carbon_colors.red70;
2267
- const aiInnerShadow$1 = (0, _carbon_colors.rgba)(_carbon_colors.blue50, .16);
2268
- const aiAuraStartSm$1 = (0, _carbon_colors.rgba)(_carbon_colors.blue50, .16);
2269
- const aiAuraStart$1 = (0, _carbon_colors.rgba)(_carbon_colors.blue50, .1);
2270
- const aiAuraEnd$1 = (0, _carbon_colors.rgba)(_carbon_colors.black, 0);
2271
- const aiBorderStrong$1 = _carbon_colors.blue40;
2272
- const aiBorderStart$1 = (0, _carbon_colors.rgba)(_carbon_colors.blue30, .36);
2273
- const aiBorderEnd$1 = _carbon_colors.blue50;
2274
- const aiDropShadow$1 = (0, _carbon_colors.rgba)(_carbon_colors.black, .28);
2275
- const aiAuraHoverBackground$1 = layerHover01$1;
2276
- const aiAuraHoverStart$1 = (0, _carbon_colors.rgba)(_carbon_colors.blue50, .4);
2277
- const aiAuraHoverEnd$1 = (0, _carbon_colors.rgba)(_carbon_colors.black, 0);
2278
- const aiPopoverBackground$1 = _carbon_colors.gray100;
2279
- const aiPopoverShadowOuter01$1 = (0, _carbon_colors.rgba)(_carbon_colors.black, .12);
2280
- const aiPopoverShadowOuter02$1 = (0, _carbon_colors.rgba)(_carbon_colors.black, .08);
2281
- const aiSkeletonBackground$1 = (0, _carbon_colors.rgba)(_carbon_colors.blue40, .5);
2282
- const aiSkeletonElementBackground$1 = (0, _carbon_colors.rgba)(_carbon_colors.blue40, .3);
2283
- const aiOverlay$1 = (0, _carbon_colors.rgba)(_carbon_colors.black, .5);
2284
- const aiPopoverCaretCenter$1 = "#4870B5";
2285
- const aiPopoverCaretBottom$1 = _carbon_colors.blue50;
2286
- const aiPopoverCaretBottomBackgroundActions$1 = "#1E283A";
2287
- const aiPopoverCaretBottomBackground$1 = "#202D45";
2288
- const chatPromptBackground$1 = _carbon_colors.gray100;
2289
- const chatPromptBorderStart$1 = _carbon_colors.gray90;
2290
- const chatPromptBorderEnd$1 = (0, _carbon_colors.rgba)(_carbon_colors.gray90, 0);
2291
- const chatPromptText$1 = textPrimary$5;
2292
- const chatBubbleUser$1 = _carbon_colors.gray80;
2293
- const chatBubbleUserText$1 = textPrimary$5;
2294
- const chatBubbleAgent$1 = _carbon_colors.gray90;
2295
- const chatBubbleAgentText$1 = textPrimary$5;
2296
- const chatBubbleBorder$1 = _carbon_colors.gray70;
2297
- const chatAvatarBot$1 = _carbon_colors.gray50;
2298
- const chatAvatarAgent$1 = _carbon_colors.gray30;
2299
- const chatAvatarUser$1 = _carbon_colors.blue50;
2300
- const chatShellBackground$1 = _carbon_colors.gray90;
2301
- const chatHeaderBackground$1 = _carbon_colors.gray90;
2302
- const chatHeaderText$1 = textPrimary$5;
2303
- const chatButton$1 = linkPrimary$5;
2304
- const chatButtonHover$1 = backgroundHover$5;
2305
- const chatButtonTextHover$1 = linkPrimaryHover$5;
2306
- const chatButtonActive$1 = backgroundActive$5;
2307
- const chatButtonSelected$1 = backgroundSelected$5;
2308
- const chatButtonTextSelected$1 = textSecondary$5;
1704
+ const aiAuraEnd$1 = "rgba(0, 0, 0, 0)";
1705
+ const aiAuraHoverBackground$1 = "#333333";
1706
+ const aiAuraHoverEnd$1 = "rgba(0, 0, 0, 0)";
1707
+ const aiAuraHoverStart$1 = "rgba(69, 137, 255, 0.4)";
1708
+ const aiAuraStart$1 = "rgba(69, 137, 255, 0.1)";
1709
+ const aiAuraStartSm$1 = "rgba(69, 137, 255, 0.16)";
1710
+ const aiBorderEnd$1 = "#4589ff";
1711
+ const aiBorderStart$1 = "rgba(166, 200, 255, 0.36)";
1712
+ const aiBorderStrong$1 = "#78a9ff";
1713
+ const aiDropShadow$1 = "rgba(0, 0, 0, 0.28)";
1714
+ const aiInnerShadow$1 = "rgba(69, 137, 255, 0.16)";
1715
+ const aiOverlay$1 = "rgba(0, 0, 0, 0.5)";
1716
+ const aiPopoverBackground$1 = "#161616";
1717
+ const aiPopoverCaretBottom$1 = "#4589ff";
1718
+ const aiPopoverCaretBottomBackground$1 = "#202d45";
1719
+ const aiPopoverCaretBottomBackgroundActions$1 = "#1e283a";
1720
+ const aiPopoverCaretCenter$1 = "#4870b5";
1721
+ const aiPopoverShadowOuter01$1 = "rgba(0, 0, 0, 0.12)";
1722
+ const aiPopoverShadowOuter02$1 = "rgba(0, 0, 0, 0.08)";
1723
+ const aiSkeletonBackground$1 = "rgba(120, 169, 255, 0.5)";
1724
+ const aiSkeletonElementBackground$1 = "rgba(120, 169, 255, 0.3)";
1725
+ const background$6 = "#161616";
1726
+ const backgroundActive$5 = "rgba(141, 141, 141, 0.4)";
1727
+ const backgroundBrand$5 = "#0f62fe";
1728
+ const backgroundHover$5 = "rgba(141, 141, 141, 0.16)";
1729
+ const backgroundInverse$5 = "#f4f4f4";
1730
+ const backgroundInverseHover$5 = "#e8e8e8";
1731
+ const backgroundSelected$5 = "rgba(141, 141, 141, 0.24)";
1732
+ const backgroundSelectedHover$5 = "rgba(141, 141, 141, 0.32)";
1733
+ const borderDisabled$5 = "rgba(141, 141, 141, 0.5)";
1734
+ const borderInteractive$5 = "#4589ff";
1735
+ const borderInverse$5 = "#f4f4f4";
1736
+ const borderStrong01$1 = "#6f6f6f";
1737
+ const borderStrong02$1 = "#8d8d8d";
1738
+ const borderStrong03$1 = "#a8a8a8";
1739
+ const borderSubtle00$1 = "#393939";
1740
+ const borderSubtle01$1 = "#525252";
1741
+ const borderSubtle02$1 = "#6f6f6f";
1742
+ const borderSubtle03$1 = "#6f6f6f";
1743
+ const borderSubtleSelected01$1 = "#6f6f6f";
1744
+ const borderSubtleSelected02$1 = "#8d8d8d";
1745
+ const borderSubtleSelected03$1 = "#8d8d8d";
1746
+ const borderTile01$1 = "#525252";
1747
+ const borderTile02$1 = "#6f6f6f";
1748
+ const borderTile03$1 = "#8d8d8d";
1749
+ const chatAvatarAgent$1 = "#c6c6c6";
1750
+ const chatAvatarBot$1 = "#8d8d8d";
1751
+ const chatAvatarUser$1 = "#4589ff";
1752
+ const chatBubbleAgent$1 = "#262626";
1753
+ const chatBubbleAgentText$1 = "#f4f4f4";
1754
+ const chatBubbleBorder$1 = "#525252";
1755
+ const chatBubbleUser$1 = "#393939";
1756
+ const chatBubbleUserText$1 = "#f4f4f4";
1757
+ const chatButton$1 = "#78a9ff";
1758
+ const chatButtonActive$1 = "rgba(141, 141, 141, 0.4)";
1759
+ const chatButtonHover$1 = "rgba(141, 141, 141, 0.16)";
1760
+ const chatButtonSelected$1 = "rgba(141, 141, 141, 0.24)";
1761
+ const chatButtonTextHover$1 = "#a6c8ff";
1762
+ const chatButtonTextSelected$1 = "#c6c6c6";
1763
+ const chatHeaderBackground$1 = "#262626";
1764
+ const chatHeaderText$1 = "#f4f4f4";
1765
+ const chatPromptBackground$1 = "#161616";
1766
+ const chatPromptBorderEnd$1 = "rgba(38, 38, 38, 0)";
1767
+ const chatPromptBorderStart$1 = "#262626";
1768
+ const chatPromptText$1 = "#f4f4f4";
1769
+ const chatShellBackground$1 = "#262626";
1770
+ const field01$5 = "#262626";
1771
+ const field02$5 = "#393939";
1772
+ const field03$1 = "#525252";
1773
+ const fieldHover01$1 = "#333333";
1774
+ const fieldHover02$1 = "#474747";
1775
+ const fieldHover03$1 = "#636363";
1776
+ const focus$6 = "#ffffff";
1777
+ const focusInset$5 = "#161616";
1778
+ const focusInverse$5 = "#0f62fe";
1779
+ const highlight$5 = "#001d6c";
1780
+ const iconDisabled$5 = "rgba(244, 244, 244, 0.25)";
1781
+ const iconInteractive$1 = "#ffffff";
1782
+ const iconInverse$5 = "#161616";
1783
+ const iconOnColor$5 = "#ffffff";
1784
+ const iconOnColorDisabled$5 = "rgba(255, 255, 255, 0.25)";
1785
+ const iconPrimary$5 = "#f4f4f4";
1786
+ const iconSecondary$5 = "#c6c6c6";
1787
+ const interactive$5 = "#4589ff";
1788
+ const layer01$1 = "#262626";
1789
+ const layer02$1 = "#393939";
1790
+ const layer03$1 = "#525252";
1791
+ const layerAccent01$1 = "#393939";
1792
+ const layerAccent02$1 = "#525252";
1793
+ const layerAccent03$1 = "#6f6f6f";
1794
+ const layerAccentActive01$1 = "#6f6f6f";
1795
+ const layerAccentActive02$1 = "#8d8d8d";
1796
+ const layerAccentActive03$1 = "#393939";
1797
+ const layerAccentHover01$1 = "#474747";
1798
+ const layerAccentHover02$1 = "#636363";
1799
+ const layerAccentHover03$1 = "#5e5e5e";
1800
+ const layerActive01$1 = "#525252";
1801
+ const layerActive02$1 = "#6f6f6f";
1802
+ const layerActive03$1 = "#8d8d8d";
1803
+ const layerBackground01$1 = "#161616";
1804
+ const layerBackground02$1 = "#262626";
1805
+ const layerBackground03$1 = "#393939";
1806
+ const layerHover01$1 = "#333333";
1807
+ const layerHover02$1 = "#474747";
1808
+ const layerHover03$1 = "#636363";
1809
+ const layerSelected01$1 = "#393939";
1810
+ const layerSelected02$1 = "#525252";
1811
+ const layerSelected03$1 = "#6f6f6f";
1812
+ const layerSelectedDisabled$5 = "#a8a8a8";
1813
+ const layerSelectedHover01$1 = "#474747";
1814
+ const layerSelectedHover02$1 = "#636363";
1815
+ const layerSelectedHover03$1 = "#5e5e5e";
1816
+ const layerSelectedInverse$5 = "#f4f4f4";
1817
+ const linkInverse$5 = "#0f62fe";
1818
+ const linkInverseActive$1 = "#161616";
1819
+ const linkInverseHover$1 = "#0043ce";
1820
+ const linkInverseVisited$1 = "#8a3ffc";
1821
+ const linkPrimary$5 = "#78a9ff";
1822
+ const linkPrimaryHover$5 = "#a6c8ff";
1823
+ const linkSecondary$5 = "#a6c8ff";
1824
+ const linkVisited$5 = "#be95ff";
1825
+ const overlay$5 = "rgba(0, 0, 0, 0.6)";
1826
+ const shadow$5 = "rgba(0, 0, 0, 0.8)";
1827
+ const skeletonBackground$5 = "#292929";
1828
+ const skeletonElement$5 = "#393939";
1829
+ const supportCautionMajor$1 = "#ff832b";
1830
+ const supportCautionMinor$1 = "#f1c21b";
1831
+ const supportCautionUndefined$1 = "#a56eff";
1832
+ const supportError$5 = "#fa4d56";
1833
+ const supportErrorInverse$5 = "#da1e28";
1834
+ const supportInfo$5 = "#4589ff";
1835
+ const supportInfoInverse$5 = "#0043ce";
1836
+ const supportSuccess$5 = "#42be65";
1837
+ const supportSuccessInverse$5 = "#24a148";
1838
+ const supportWarning$5 = "#f1c21b";
1839
+ const supportWarningInverse$5 = "#f1c21b";
1840
+ const syntaxAngleBracket$1 = "#8d8d8d";
1841
+ const syntaxAnnotation$1 = "#08bdba";
1842
+ const syntaxArithmeticOperator$1 = "#e0e0e0";
1843
+ const syntaxAtom$1 = "#f4f4f4";
1844
+ const syntaxAttribute$1 = "#33b1ff";
1845
+ const syntaxAttributeName$1 = "#33b1ff";
1846
+ const syntaxAttributeValue$1 = "#f4f4f4";
1847
+ const syntaxBitwiseOperator$1 = "#e0e0e0";
1848
+ const syntaxBlockComment$1 = "#42be65";
1849
+ const syntaxBool$1 = "#f4f4f4";
1850
+ const syntaxBrace$1 = "#e0e0e0";
1851
+ const syntaxBracket$1 = "#e0e0e0";
1852
+ const syntaxCharacter$1 = "#f4f4f4";
1853
+ const syntaxClassName$1 = "#3ddbd9";
1854
+ const syntaxColor$1 = "#f4f4f4";
1855
+ const syntaxComment$1 = "#42be65";
1856
+ const syntaxCompareOperator$1 = "#e0e0e0";
1857
+ const syntaxConstant$1 = "#4589ff";
1858
+ const syntaxContent$1 = "#f4f4f4";
1859
+ const syntaxContentSeparator$1 = "#e0e0e0";
1860
+ const syntaxControlKeyword$1 = "#be95ff";
1861
+ const syntaxControlOperator$1 = "#be95ff";
1862
+ const syntaxDefinition$1 = "#33b1ff";
1863
+ const syntaxDefinitionKeyword$1 = "#33b1ff";
1864
+ const syntaxDefinitionOperator$1 = "#33b1ff";
1865
+ const syntaxDeleted$1 = "#a2191f";
1866
+ const syntaxDerefOperator$1 = "#e0e0e0";
1867
+ const syntaxDocComment$1 = "#42be65";
1868
+ const syntaxDocString$1 = "#f4f4f4";
1869
+ const syntaxDocumentMeta$1 = "#42be65";
1870
+ const syntaxEmphasis$1 = "#f4f4f4";
1871
+ const syntaxEscape$1 = "#e0e0e0";
1872
+ const syntaxFloat$1 = "#6fdc8c";
1873
+ const syntaxFunction$1 = "#f1c21b";
1874
+ const syntaxHeading$1 = "#33b1ff";
1875
+ const syntaxHeading1$1 = "#33b1ff";
1876
+ const syntaxHeading2$1 = "#33b1ff";
1877
+ const syntaxHeading3$1 = "#33b1ff";
1878
+ const syntaxHeading4$1 = "#33b1ff";
1879
+ const syntaxHeading5$1 = "#33b1ff";
1880
+ const syntaxHeading6$1 = "#33b1ff";
1881
+ const syntaxInserted$1 = "#198038";
1882
+ const syntaxInteger$1 = "#6fdc8c";
1883
+ const syntaxInvalid$1 = "#fa4d56";
1884
+ const syntaxKeyword$1 = "#4589ff";
1885
+ const syntaxLabelName$1 = "#a6c8ff";
1886
+ const syntaxLineComment$1 = "#42be65";
1887
+ const syntaxLink$1 = "#4589ff";
1888
+ const syntaxList$1 = "#f4f4f4";
1889
+ const syntaxLiteral$1 = "#f4f4f4";
1890
+ const syntaxLocal$1 = "#a6c8ff";
1891
+ const syntaxLogicOperator$1 = "#e0e0e0";
1892
+ const syntaxMacroName$1 = "#f4f4f4";
1893
+ const syntaxMeta$1 = "#42be65";
1894
+ const syntaxModifier$1 = "#4589ff";
1895
+ const syntaxModuleKeyword$1 = "#be95ff";
1896
+ const syntaxMonospace$1 = "#f4f4f4";
1897
+ const syntaxName$1 = "#a6c8ff";
1898
+ const syntaxNamespace$1 = "#3ddbd9";
1899
+ const syntaxNull$1 = "#f4f4f4";
1900
+ const syntaxNumber$1 = "#6fdc8c";
1901
+ const syntaxOperator$1 = "#e0e0e0";
1902
+ const syntaxOperatorKeyword$1 = "#4589ff";
1903
+ const syntaxParen$1 = "#e0e0e0";
1904
+ const syntaxProcessingInstruction$1 = "#f4f4f4";
1905
+ const syntaxPropertyName$1 = "#33b1ff";
1906
+ const syntaxPunctuation$1 = "#e0e0e0";
1907
+ const syntaxQuote$1 = "#42be65";
1908
+ const syntaxRegexp$1 = "#be95ff";
1909
+ const syntaxSelf$1 = "#3ddbd9";
1910
+ const syntaxSeparator$1 = "#e0e0e0";
1911
+ const syntaxSpecial$1 = "#4589ff";
1912
+ const syntaxSpecialString$1 = "#be95ff";
1913
+ const syntaxSquareBracket$1 = "#e0e0e0";
1914
+ const syntaxStandard$1 = "#4589ff";
1915
+ const syntaxStrikethrough$1 = "#f4f4f4";
1916
+ const syntaxString$1 = "#f4f4f4";
1917
+ const syntaxStrong$1 = "#f4f4f4";
1918
+ const syntaxTag$1 = "#3ddbd9";
1919
+ const syntaxTagName$1 = "#3ddbd9";
1920
+ const syntaxType$1 = "#3ddbd9";
1921
+ const syntaxTypeName$1 = "#3ddbd9";
1922
+ const syntaxTypeOperator$1 = "#3ddbd9";
1923
+ const syntaxUnit$1 = "#6fdc8c";
1924
+ const syntaxUpdateOperator$1 = "#e0e0e0";
1925
+ const syntaxUrl$1 = "#e0e0e0";
1926
+ const syntaxVariable$1 = "#a6c8ff";
1927
+ const syntaxVariableName$1 = "#a6c8ff";
1928
+ const textDisabled$5 = "rgba(244, 244, 244, 0.25)";
1929
+ const textError$5 = "#ff8389";
1930
+ const textHelper$5 = "#a8a8a8";
1931
+ const textInverse$5 = "#161616";
1932
+ const textOnColor$5 = "#ffffff";
1933
+ const textOnColorDisabled$5 = "rgba(255, 255, 255, 0.25)";
1934
+ const textPlaceholder$5 = "rgba(244, 244, 244, 0.4)";
1935
+ const textPrimary$5 = "#f4f4f4";
1936
+ const textSecondary$5 = "#c6c6c6";
1937
+ const toggleOff$5 = "#6f6f6f";
1938
+ //#endregion
1939
+ //#region src/tools.ts
1940
+ /**
1941
+ * Copyright IBM Corp. 2016, 2026
1942
+ *
1943
+ * This source code is licensed under the Apache-2.0 license found in the
1944
+ * LICENSE file in the root directory of this source tree.
1945
+ */
1946
+ /**
1947
+ * Adjust a given token's lightness by a specified percentage
1948
+ * Example: token = hsl(10, 10, 10);
1949
+ * adjustLightness(token, 5) === hsl(10, 10, 15);
1950
+ * adjustLightness(token, -5) === hsl(10, 10, 5);
1951
+ */
1952
+ const adjustLightness = (token, shift) => {
1953
+ const original = (0, color.default)(token).hsl().object();
1954
+ return (0, color.default)({
1955
+ ...original,
1956
+ l: original.l += shift
1957
+ }).round().hex().toLowerCase();
1958
+ };
1959
+ const numbers = [
1960
+ "0",
1961
+ "1",
1962
+ "2",
1963
+ "3",
1964
+ "4",
1965
+ "5",
1966
+ "6",
1967
+ "7",
1968
+ "8",
1969
+ "9"
1970
+ ];
1971
+ /**
1972
+ * Format a given token into the format expected in CSS/SCSS-based projects.
1973
+ */
1974
+ const formatTokenName = (token) => {
1975
+ let string = "";
1976
+ for (let i = 0; i < token.length; i++) {
1977
+ if (numbers.indexOf(token[i]) !== -1) {
1978
+ string += "-" + token.slice(i);
1979
+ break;
1980
+ }
1981
+ if (token[i] === token[i].toUpperCase()) {
1982
+ if (token[i - 1] && token[i - 1] === token[i - 1].toUpperCase()) {
1983
+ string += token[i].toLowerCase();
1984
+ continue;
1985
+ }
1986
+ string += "-" + token[i].toLowerCase();
1987
+ continue;
1988
+ }
1989
+ string += token[i];
1990
+ }
1991
+ return string;
1992
+ };
2309
1993
  //#endregion
2310
1994
  //#region src/v10/white.ts
2311
1995
  /**
@@ -4320,8 +4004,8 @@
4320
4004
  g100: g100_exports$1
4321
4005
  };
4322
4006
  //#endregion
4323
- //#region src/component-tokens/button/tokens.ts
4324
- var tokens_exports$4 = /* @__PURE__ */ __exportAll({
4007
+ //#region js/generated/component-tokens/button.js
4008
+ var button_exports = /* @__PURE__ */ __exportAll({
4325
4009
  buttonDangerActive: () => buttonDangerActive,
4326
4010
  buttonDangerHover: () => buttonDangerHover,
4327
4011
  buttonDangerPrimary: () => buttonDangerPrimary,
@@ -4338,36 +4022,17 @@
4338
4022
  buttonTertiaryActive: () => buttonTertiaryActive,
4339
4023
  buttonTertiaryHover: () => buttonTertiaryHover
4340
4024
  });
4341
- /**
4342
- * Copyright IBM Corp. 2022, 2026
4343
- *
4344
- * This source code is licensed under the Apache-2.0 license found in the
4345
- * LICENSE file in the root directory of this source tree.
4346
- */
4347
- const buttonSeparator = {
4348
- fallback: "#e0e0e0",
4349
- whiteTheme: "#e0e0e0",
4350
- g10: "#e0e0e0",
4351
- g90: "#161616",
4352
- g100: "#161616"
4353
- };
4354
- const buttonPrimary = {
4355
- whiteTheme: "#0f62fe",
4356
- g10: "#0f62fe",
4357
- g90: "#0f62fe",
4358
- g100: "#0f62fe"
4359
- };
4360
- const buttonSecondary = {
4361
- whiteTheme: "#393939",
4362
- g10: "#393939",
4363
- g90: "#6f6f6f",
4364
- g100: "#6f6f6f"
4025
+ const buttonDangerActive = {
4026
+ whiteTheme: "#750e13",
4027
+ g10: "#750e13",
4028
+ g90: "#750e13",
4029
+ g100: "#750e13"
4365
4030
  };
4366
- const buttonTertiary = {
4367
- whiteTheme: "#0f62fe",
4368
- g10: "#0f62fe",
4369
- g90: "#ffffff",
4370
- g100: "#ffffff"
4031
+ const buttonDangerHover = {
4032
+ whiteTheme: "#b81921",
4033
+ g10: "#b81921",
4034
+ g90: "#b81921",
4035
+ g100: "#b81921"
4371
4036
  };
4372
4037
  const buttonDangerPrimary = {
4373
4038
  whiteTheme: "#da1e28",
@@ -4381,11 +4046,17 @@
4381
4046
  g90: "#ff8389",
4382
4047
  g100: "#fa4d56"
4383
4048
  };
4384
- const buttonDangerActive = {
4385
- whiteTheme: "#750e13",
4386
- g10: "#750e13",
4387
- g90: "#750e13",
4388
- g100: "#750e13"
4049
+ const buttonDisabled = {
4050
+ whiteTheme: "#c6c6c6",
4051
+ g10: "#c6c6c6",
4052
+ g90: "rgba(141, 141, 141, 0.3)",
4053
+ g100: "rgba(141, 141, 141, 0.3)"
4054
+ };
4055
+ const buttonPrimary = {
4056
+ whiteTheme: "#0f62fe",
4057
+ g10: "#0f62fe",
4058
+ g90: "#0f62fe",
4059
+ g100: "#0f62fe"
4389
4060
  };
4390
4061
  const buttonPrimaryActive = {
4391
4062
  whiteTheme: "#002d9c",
@@ -4393,60 +4064,58 @@
4393
4064
  g90: "#002d9c",
4394
4065
  g100: "#002d9c"
4395
4066
  };
4396
- const buttonSecondaryActive = {
4397
- whiteTheme: "#6f6f6f",
4398
- g10: "#6f6f6f",
4399
- g90: "#393939",
4400
- g100: "#393939"
4401
- };
4402
- const buttonTertiaryActive = {
4403
- whiteTheme: "#002d9c",
4404
- g10: "#002d9c",
4405
- g90: "#c6c6c6",
4406
- g100: "#c6c6c6"
4407
- };
4408
- const buttonDangerHover = {
4409
- whiteTheme: "#b81921",
4410
- g10: "#b81921",
4411
- g90: "#b81921",
4412
- g100: "#b81921"
4413
- };
4414
4067
  const buttonPrimaryHover = {
4415
4068
  whiteTheme: "#0050e6",
4416
4069
  g10: "#0050e6",
4417
4070
  g90: "#0050e6",
4418
4071
  g100: "#0050e6"
4419
4072
  };
4073
+ const buttonSecondary = {
4074
+ whiteTheme: "#393939",
4075
+ g10: "#393939",
4076
+ g90: "#6f6f6f",
4077
+ g100: "#6f6f6f"
4078
+ };
4079
+ const buttonSecondaryActive = {
4080
+ whiteTheme: "#6f6f6f",
4081
+ g10: "#6f6f6f",
4082
+ g90: "#393939",
4083
+ g100: "#393939"
4084
+ };
4420
4085
  const buttonSecondaryHover = {
4421
4086
  whiteTheme: "#474747",
4422
4087
  g10: "#474747",
4423
4088
  g90: "#5e5e5e",
4424
4089
  g100: "#5e5e5e"
4425
4090
  };
4091
+ const buttonSeparator = {
4092
+ fallback: "#e0e0e0",
4093
+ whiteTheme: "#e0e0e0",
4094
+ g10: "#e0e0e0",
4095
+ g90: "#161616",
4096
+ g100: "#161616"
4097
+ };
4098
+ const buttonTertiary = {
4099
+ whiteTheme: "#0f62fe",
4100
+ g10: "#0f62fe",
4101
+ g90: "#ffffff",
4102
+ g100: "#ffffff"
4103
+ };
4104
+ const buttonTertiaryActive = {
4105
+ whiteTheme: "#002d9c",
4106
+ g10: "#002d9c",
4107
+ g90: "#c6c6c6",
4108
+ g100: "#c6c6c6"
4109
+ };
4426
4110
  const buttonTertiaryHover = {
4427
4111
  whiteTheme: "#0050e6",
4428
4112
  g10: "#0050e6",
4429
4113
  g90: "#f4f4f4",
4430
4114
  g100: "#f4f4f4"
4431
4115
  };
4432
- const buttonDisabled = {
4433
- whiteTheme: "#c6c6c6",
4434
- g10: "#c6c6c6",
4435
- g90: "rgb(141 141 141 / 30%)",
4436
- g100: "rgb(141 141 141 / 30%)"
4437
- };
4438
- //#endregion
4439
- //#region src/component-tokens/button/index.ts
4440
- var button_exports = /* @__PURE__ */ __exportAll({ buttonTokens: () => tokens_exports$4 });
4441
4116
  //#endregion
4442
- //#region src/component-tokens/tag/tokens.ts
4443
- /**
4444
- * Copyright IBM Corp. 2022, 2026
4445
- *
4446
- * This source code is licensed under the Apache-2.0 license found in the
4447
- * LICENSE file in the root directory of this source tree.
4448
- */
4449
- var tokens_exports$3 = /* @__PURE__ */ __exportAll({
4117
+ //#region js/generated/component-tokens/tag.js
4118
+ var tag_exports = /* @__PURE__ */ __exportAll({
4450
4119
  tagBackgroundBlue: () => tagBackgroundBlue,
4451
4120
  tagBackgroundCoolGray: () => tagBackgroundCoolGray,
4452
4121
  tagBackgroundCyan: () => tagBackgroundCyan,
@@ -4488,258 +4157,249 @@
4488
4157
  tagHoverTeal: () => tagHoverTeal,
4489
4158
  tagHoverWarmGray: () => tagHoverWarmGray
4490
4159
  });
4491
- const tagBackgroundRed = {
4492
- whiteTheme: _carbon_colors.red20,
4493
- g10: _carbon_colors.red20,
4494
- g90: _carbon_colors.red70,
4495
- g100: _carbon_colors.red70
4160
+ const tagBackgroundBlue = {
4161
+ whiteTheme: "#d0e2ff",
4162
+ g10: "#d0e2ff",
4163
+ g90: "#0043ce",
4164
+ g100: "#0043ce"
4496
4165
  };
4497
- const tagColorRed = {
4498
- whiteTheme: _carbon_colors.red70,
4499
- g10: _carbon_colors.red70,
4500
- g90: _carbon_colors.red20,
4501
- g100: _carbon_colors.red20
4166
+ const tagBackgroundCoolGray = {
4167
+ whiteTheme: "#dde1e6",
4168
+ g10: "#dde1e6",
4169
+ g90: "#4d5358",
4170
+ g100: "#4d5358"
4502
4171
  };
4503
- const tagHoverRed = {
4504
- whiteTheme: _carbon_colors.red20Hover,
4505
- g10: _carbon_colors.red20Hover,
4506
- g90: _carbon_colors.red70Hover,
4507
- g100: _carbon_colors.red70Hover
4172
+ const tagBackgroundCyan = {
4173
+ whiteTheme: "#bae6ff",
4174
+ g10: "#bae6ff",
4175
+ g90: "#00539a",
4176
+ g100: "#00539a"
4508
4177
  };
4509
- const tagBackgroundMagenta = {
4510
- whiteTheme: _carbon_colors.magenta20,
4511
- g10: _carbon_colors.magenta20,
4512
- g90: _carbon_colors.magenta70,
4513
- g100: _carbon_colors.magenta70
4178
+ const tagBackgroundGray = {
4179
+ whiteTheme: "#e0e0e0",
4180
+ g10: "#e0e0e0",
4181
+ g90: "#525252",
4182
+ g100: "#525252"
4514
4183
  };
4515
- const tagColorMagenta = {
4516
- whiteTheme: _carbon_colors.magenta70,
4517
- g10: _carbon_colors.magenta70,
4518
- g90: _carbon_colors.magenta20,
4519
- g100: _carbon_colors.magenta20
4184
+ const tagBackgroundGreen = {
4185
+ whiteTheme: "#a7f0ba",
4186
+ g10: "#a7f0ba",
4187
+ g90: "#0e6027",
4188
+ g100: "#0e6027"
4520
4189
  };
4521
- const tagHoverMagenta = {
4522
- whiteTheme: _carbon_colors.magenta20Hover,
4523
- g10: _carbon_colors.magenta20Hover,
4524
- g90: _carbon_colors.magenta70Hover,
4525
- g100: _carbon_colors.magenta70Hover
4190
+ const tagBackgroundMagenta = {
4191
+ whiteTheme: "#ffd6e8",
4192
+ g10: "#ffd6e8",
4193
+ g90: "#9f1853",
4194
+ g100: "#9f1853"
4526
4195
  };
4527
4196
  const tagBackgroundPurple = {
4528
- whiteTheme: _carbon_colors.purple20,
4529
- g10: _carbon_colors.purple20,
4530
- g90: _carbon_colors.purple70,
4531
- g100: _carbon_colors.purple70
4197
+ whiteTheme: "#e8daff",
4198
+ g10: "#e8daff",
4199
+ g90: "#6929c4",
4200
+ g100: "#6929c4"
4532
4201
  };
4533
- const tagColorPurple = {
4534
- whiteTheme: _carbon_colors.purple70,
4535
- g10: _carbon_colors.purple70,
4536
- g90: _carbon_colors.purple20,
4537
- g100: _carbon_colors.purple20
4202
+ const tagBackgroundRed = {
4203
+ whiteTheme: "#ffd7d9",
4204
+ g10: "#ffd7d9",
4205
+ g90: "#a2191f",
4206
+ g100: "#a2191f"
4538
4207
  };
4539
- const tagHoverPurple = {
4540
- whiteTheme: _carbon_colors.purple20Hover,
4541
- g10: _carbon_colors.purple20Hover,
4542
- g90: _carbon_colors.purple70Hover,
4543
- g100: _carbon_colors.purple70Hover
4208
+ const tagBackgroundTeal = {
4209
+ whiteTheme: "#9ef0f0",
4210
+ g10: "#9ef0f0",
4211
+ g90: "#005d5d",
4212
+ g100: "#005d5d"
4544
4213
  };
4545
- const tagBackgroundBlue = {
4546
- whiteTheme: _carbon_colors.blue20,
4547
- g10: _carbon_colors.blue20,
4548
- g90: _carbon_colors.blue70,
4549
- g100: _carbon_colors.blue70
4214
+ const tagBackgroundWarmGray = {
4215
+ whiteTheme: "#e5e0df",
4216
+ g10: "#e5e0df",
4217
+ g90: "#565151",
4218
+ g100: "#565151"
4550
4219
  };
4551
- const tagColorBlue = {
4552
- whiteTheme: _carbon_colors.blue70,
4553
- g10: _carbon_colors.blue70,
4554
- g90: _carbon_colors.blue20,
4555
- g100: _carbon_colors.blue20
4220
+ const tagBorderBlue = {
4221
+ whiteTheme: "#78a9ff",
4222
+ g10: "#78a9ff",
4223
+ g90: "#4589ff",
4224
+ g100: "#4589ff"
4556
4225
  };
4557
- const tagHoverBlue = {
4558
- whiteTheme: _carbon_colors.blue20Hover,
4559
- g10: _carbon_colors.blue20Hover,
4560
- g90: _carbon_colors.blue70Hover,
4561
- g100: _carbon_colors.blue70Hover
4226
+ const tagBorderCoolGray = {
4227
+ whiteTheme: "#a2a9b0",
4228
+ g10: "#a2a9b0",
4229
+ g90: "#878d96",
4230
+ g100: "#878d96"
4562
4231
  };
4563
- const tagBackgroundCyan = {
4564
- whiteTheme: _carbon_colors.cyan20,
4565
- g10: _carbon_colors.cyan20,
4566
- g90: _carbon_colors.cyan70,
4567
- g100: _carbon_colors.cyan70
4232
+ const tagBorderCyan = {
4233
+ whiteTheme: "#33b1ff",
4234
+ g10: "#33b1ff",
4235
+ g90: "#1192e8",
4236
+ g100: "#1192e8"
4568
4237
  };
4569
- const tagColorCyan = {
4570
- whiteTheme: _carbon_colors.cyan70,
4571
- g10: _carbon_colors.cyan70,
4572
- g90: _carbon_colors.cyan20,
4573
- g100: _carbon_colors.cyan20
4238
+ const tagBorderGray = {
4239
+ whiteTheme: "#a8a8a8",
4240
+ g10: "#a8a8a8",
4241
+ g90: "#8d8d8d",
4242
+ g100: "#8d8d8d"
4574
4243
  };
4575
- const tagHoverCyan = {
4576
- whiteTheme: _carbon_colors.cyan20Hover,
4577
- g10: _carbon_colors.cyan20Hover,
4578
- g90: _carbon_colors.cyan70Hover,
4579
- g100: _carbon_colors.cyan70Hover
4244
+ const tagBorderGreen = {
4245
+ whiteTheme: "#42be65",
4246
+ g10: "#42be65",
4247
+ g90: "#24a148",
4248
+ g100: "#24a148"
4580
4249
  };
4581
- const tagBackgroundTeal = {
4582
- whiteTheme: _carbon_colors.teal20,
4583
- g10: _carbon_colors.teal20,
4584
- g90: _carbon_colors.teal70,
4585
- g100: _carbon_colors.teal70
4250
+ const tagBorderMagenta = {
4251
+ whiteTheme: "#ff7eb6",
4252
+ g10: "#ff7eb6",
4253
+ g90: "#ee5396",
4254
+ g100: "#ee5396"
4586
4255
  };
4587
- const tagColorTeal = {
4588
- whiteTheme: _carbon_colors.teal70,
4589
- g10: _carbon_colors.teal70,
4590
- g90: _carbon_colors.teal20,
4591
- g100: _carbon_colors.teal20
4256
+ const tagBorderPurple = {
4257
+ whiteTheme: "#be95ff",
4258
+ g10: "#be95ff",
4259
+ g90: "#a56eff",
4260
+ g100: "#a56eff"
4592
4261
  };
4593
- const tagHoverTeal = {
4594
- whiteTheme: _carbon_colors.teal20Hover,
4595
- g10: _carbon_colors.teal20Hover,
4596
- g90: _carbon_colors.teal70Hover,
4597
- g100: _carbon_colors.teal70Hover
4262
+ const tagBorderRed = {
4263
+ whiteTheme: "#ff8389",
4264
+ g10: "#ff8389",
4265
+ g90: "#fa4d56",
4266
+ g100: "#fa4d56"
4598
4267
  };
4599
- const tagBackgroundGreen = {
4600
- whiteTheme: _carbon_colors.green20,
4601
- g10: _carbon_colors.green20,
4602
- g90: _carbon_colors.green70,
4603
- g100: _carbon_colors.green70
4268
+ const tagBorderTeal = {
4269
+ whiteTheme: "#08bdba",
4270
+ g10: "#08bdba",
4271
+ g90: "#009d9a",
4272
+ g100: "#009d9a"
4604
4273
  };
4605
- const tagColorGreen = {
4606
- whiteTheme: _carbon_colors.green70,
4607
- g10: _carbon_colors.green70,
4608
- g90: _carbon_colors.green20,
4609
- g100: _carbon_colors.green20
4274
+ const tagBorderWarmGray = {
4275
+ whiteTheme: "#ada8a8",
4276
+ g10: "#ada8a8",
4277
+ g90: "#8f8b8b",
4278
+ g100: "#8f8b8b"
4610
4279
  };
4611
- const tagHoverGreen = {
4612
- whiteTheme: _carbon_colors.green20Hover,
4613
- g10: _carbon_colors.green20Hover,
4614
- g90: _carbon_colors.green70Hover,
4615
- g100: _carbon_colors.green70Hover
4280
+ const tagColorBlue = {
4281
+ whiteTheme: "#0043ce",
4282
+ g10: "#0043ce",
4283
+ g90: "#d0e2ff",
4284
+ g100: "#d0e2ff"
4616
4285
  };
4617
- const tagBackgroundGray = {
4618
- whiteTheme: _carbon_colors.gray20,
4619
- g10: _carbon_colors.gray20,
4620
- g90: _carbon_colors.gray70,
4621
- g100: _carbon_colors.gray70
4286
+ const tagColorCoolGray = {
4287
+ whiteTheme: "#121619",
4288
+ g10: "#121619",
4289
+ g90: "#f2f4f8",
4290
+ g100: "#f2f4f8"
4291
+ };
4292
+ const tagColorCyan = {
4293
+ whiteTheme: "#00539a",
4294
+ g10: "#00539a",
4295
+ g90: "#bae6ff",
4296
+ g100: "#bae6ff"
4622
4297
  };
4623
4298
  const tagColorGray = {
4624
- whiteTheme: _carbon_colors.gray100,
4625
- g10: _carbon_colors.gray100,
4626
- g90: _carbon_colors.gray10,
4627
- g100: _carbon_colors.gray10
4299
+ whiteTheme: "#161616",
4300
+ g10: "#161616",
4301
+ g90: "#f4f4f4",
4302
+ g100: "#f4f4f4"
4628
4303
  };
4629
- const tagHoverGray = {
4630
- whiteTheme: _carbon_colors.gray20Hover,
4631
- g10: _carbon_colors.gray20Hover,
4632
- g90: _carbon_colors.gray70Hover,
4633
- g100: _carbon_colors.gray70Hover
4304
+ const tagColorGreen = {
4305
+ whiteTheme: "#0e6027",
4306
+ g10: "#0e6027",
4307
+ g90: "#a7f0ba",
4308
+ g100: "#a7f0ba"
4634
4309
  };
4635
- const tagBackgroundCoolGray = {
4636
- whiteTheme: _carbon_colors.coolGray20,
4637
- g10: _carbon_colors.coolGray20,
4638
- g90: _carbon_colors.coolGray70,
4639
- g100: _carbon_colors.coolGray70
4310
+ const tagColorMagenta = {
4311
+ whiteTheme: "#9f1853",
4312
+ g10: "#9f1853",
4313
+ g90: "#ffd6e8",
4314
+ g100: "#ffd6e8"
4640
4315
  };
4641
- const tagColorCoolGray = {
4642
- whiteTheme: _carbon_colors.coolGray100,
4643
- g10: _carbon_colors.coolGray100,
4644
- g90: _carbon_colors.coolGray10,
4645
- g100: _carbon_colors.coolGray10
4316
+ const tagColorPurple = {
4317
+ whiteTheme: "#6929c4",
4318
+ g10: "#6929c4",
4319
+ g90: "#e8daff",
4320
+ g100: "#e8daff"
4646
4321
  };
4647
- const tagHoverCoolGray = {
4648
- whiteTheme: _carbon_colors.coolGray20Hover,
4649
- g10: _carbon_colors.coolGray20Hover,
4650
- g90: _carbon_colors.coolGray70Hover,
4651
- g100: _carbon_colors.coolGray70Hover
4322
+ const tagColorRed = {
4323
+ whiteTheme: "#a2191f",
4324
+ g10: "#a2191f",
4325
+ g90: "#ffd7d9",
4326
+ g100: "#ffd7d9"
4652
4327
  };
4653
- const tagBackgroundWarmGray = {
4654
- whiteTheme: _carbon_colors.warmGray20,
4655
- g10: _carbon_colors.warmGray20,
4656
- g90: _carbon_colors.warmGray70,
4657
- g100: _carbon_colors.warmGray70
4328
+ const tagColorTeal = {
4329
+ whiteTheme: "#005d5d",
4330
+ g10: "#005d5d",
4331
+ g90: "#9ef0f0",
4332
+ g100: "#9ef0f0"
4658
4333
  };
4659
4334
  const tagColorWarmGray = {
4660
- whiteTheme: _carbon_colors.warmGray100,
4661
- g10: _carbon_colors.warmGray100,
4662
- g90: _carbon_colors.warmGray10,
4663
- g100: _carbon_colors.warmGray10
4664
- };
4665
- const tagHoverWarmGray = {
4666
- whiteTheme: _carbon_colors.warmGray20Hover,
4667
- g10: _carbon_colors.warmGray20Hover,
4668
- g90: _carbon_colors.warmGray70Hover,
4669
- g100: _carbon_colors.warmGray70Hover
4335
+ whiteTheme: "#171414",
4336
+ g10: "#171414",
4337
+ g90: "#f7f3f2",
4338
+ g100: "#f7f3f2"
4670
4339
  };
4671
- const tagBorderRed = {
4672
- whiteTheme: _carbon_colors.red40,
4673
- g10: _carbon_colors.red40,
4674
- g90: _carbon_colors.red50,
4675
- g100: _carbon_colors.red50
4340
+ const tagHoverBlue = {
4341
+ whiteTheme: "#b8d3ff",
4342
+ g10: "#b8d3ff",
4343
+ g90: "#0053ff",
4344
+ g100: "#0053ff"
4676
4345
  };
4677
- const tagBorderBlue = {
4678
- whiteTheme: _carbon_colors.blue40,
4679
- g10: _carbon_colors.blue40,
4680
- g90: _carbon_colors.blue50,
4681
- g100: _carbon_colors.blue50
4346
+ const tagHoverCoolGray = {
4347
+ whiteTheme: "#cdd3da",
4348
+ g10: "#cdd3da",
4349
+ g90: "#5d646a",
4350
+ g100: "#5d646a"
4682
4351
  };
4683
- const tagBorderCyan = {
4684
- whiteTheme: _carbon_colors.cyan40,
4685
- g10: _carbon_colors.cyan40,
4686
- g90: _carbon_colors.cyan50,
4687
- g100: _carbon_colors.cyan50
4352
+ const tagHoverCyan = {
4353
+ whiteTheme: "#99daff",
4354
+ g10: "#99daff",
4355
+ g90: "#0066bd",
4356
+ g100: "#0066bd"
4688
4357
  };
4689
- const tagBorderTeal = {
4690
- whiteTheme: _carbon_colors.teal40,
4691
- g10: _carbon_colors.teal40,
4692
- g90: _carbon_colors.teal50,
4693
- g100: _carbon_colors.teal50
4358
+ const tagHoverGray = {
4359
+ whiteTheme: "#d1d1d1",
4360
+ g10: "#d1d1d1",
4361
+ g90: "#636363",
4362
+ g100: "#636363"
4694
4363
  };
4695
- const tagBorderGreen = {
4696
- whiteTheme: _carbon_colors.green40,
4697
- g10: _carbon_colors.green40,
4698
- g90: _carbon_colors.green50,
4699
- g100: _carbon_colors.green50
4364
+ const tagHoverGreen = {
4365
+ whiteTheme: "#74e792",
4366
+ g10: "#74e792",
4367
+ g90: "#11742f",
4368
+ g100: "#11742f"
4700
4369
  };
4701
- const tagBorderMagenta = {
4702
- whiteTheme: _carbon_colors.magenta40,
4703
- g10: _carbon_colors.magenta40,
4704
- g90: _carbon_colors.magenta50,
4705
- g100: _carbon_colors.magenta50
4370
+ const tagHoverMagenta = {
4371
+ whiteTheme: "#ffbdda",
4372
+ g10: "#ffbdda",
4373
+ g90: "#bf1d63",
4374
+ g100: "#bf1d63"
4706
4375
  };
4707
- const tagBorderPurple = {
4708
- whiteTheme: _carbon_colors.purple40,
4709
- g10: _carbon_colors.purple40,
4710
- g90: _carbon_colors.purple50,
4711
- g100: _carbon_colors.purple50
4376
+ const tagHoverPurple = {
4377
+ whiteTheme: "#dcc7ff",
4378
+ g10: "#dcc7ff",
4379
+ g90: "#7c3dd6",
4380
+ g100: "#7c3dd6"
4712
4381
  };
4713
- const tagBorderGray = {
4714
- whiteTheme: _carbon_colors.gray40,
4715
- g10: _carbon_colors.gray40,
4716
- g90: _carbon_colors.gray50,
4717
- g100: _carbon_colors.gray50
4382
+ const tagHoverRed = {
4383
+ whiteTheme: "#ffc2c5",
4384
+ g10: "#ffc2c5",
4385
+ g90: "#c21e25",
4386
+ g100: "#c21e25"
4718
4387
  };
4719
- const tagBorderCoolGray = {
4720
- whiteTheme: _carbon_colors.coolGray40,
4721
- g10: _carbon_colors.coolGray40,
4722
- g90: _carbon_colors.coolGray50,
4723
- g100: _carbon_colors.coolGray50
4388
+ const tagHoverTeal = {
4389
+ whiteTheme: "#57e5e5",
4390
+ g10: "#57e5e5",
4391
+ g90: "#007070",
4392
+ g100: "#007070"
4724
4393
  };
4725
- const tagBorderWarmGray = {
4726
- whiteTheme: _carbon_colors.warmGray40,
4727
- g10: _carbon_colors.warmGray40,
4728
- g90: _carbon_colors.warmGray50,
4729
- g100: _carbon_colors.warmGray50
4394
+ const tagHoverWarmGray = {
4395
+ whiteTheme: "#d8d0cf",
4396
+ g10: "#d8d0cf",
4397
+ g90: "#696363",
4398
+ g100: "#696363"
4730
4399
  };
4731
4400
  //#endregion
4732
- //#region src/component-tokens/tag/index.ts
4733
- var tag_exports = /* @__PURE__ */ __exportAll({ tagTokens: () => tokens_exports$3 });
4734
- //#endregion
4735
- //#region src/component-tokens/notification/tokens.ts
4736
- /**
4737
- * Copyright IBM Corp. 2022, 2026
4738
- *
4739
- * This source code is licensed under the Apache-2.0 license found in the
4740
- * LICENSE file in the root directory of this source tree.
4741
- */
4742
- var tokens_exports$2 = /* @__PURE__ */ __exportAll({
4401
+ //#region js/generated/component-tokens/notification.js
4402
+ var notification_exports = /* @__PURE__ */ __exportAll({
4743
4403
  notificationActionHover: () => notificationActionHover,
4744
4404
  notificationActionTertiaryInverse: () => notificationActionTertiaryInverse,
4745
4405
  notificationActionTertiaryInverseActive: () => notificationActionTertiaryInverseActive,
@@ -4751,76 +4411,67 @@
4751
4411
  notificationBackgroundSuccess: () => notificationBackgroundSuccess,
4752
4412
  notificationBackgroundWarning: () => notificationBackgroundWarning
4753
4413
  });
4754
- const notificationBackgroundError = {
4755
- whiteTheme: _carbon_colors.red10,
4756
- g10: _carbon_colors.red10,
4757
- g90: _carbon_colors.gray80,
4758
- g100: _carbon_colors.gray90
4759
- };
4760
- const notificationBackgroundSuccess = {
4761
- whiteTheme: _carbon_colors.green10,
4762
- g10: _carbon_colors.green10,
4763
- g90: _carbon_colors.gray80,
4764
- g100: _carbon_colors.gray90
4765
- };
4766
- const notificationBackgroundInfo = {
4767
- whiteTheme: _carbon_colors.blue10,
4768
- g10: _carbon_colors.blue10,
4769
- g90: _carbon_colors.gray80,
4770
- g100: _carbon_colors.gray90
4771
- };
4772
- const notificationBackgroundWarning = {
4773
- whiteTheme: _carbon_colors.yellow10,
4774
- g10: _carbon_colors.yellow10,
4775
- g90: _carbon_colors.gray80,
4776
- g100: _carbon_colors.gray90
4777
- };
4778
4414
  const notificationActionHover = {
4779
- whiteTheme: _carbon_colors.white0,
4780
- g10: _carbon_colors.white0
4415
+ whiteTheme: "#ffffff",
4416
+ g10: "#ffffff"
4781
4417
  };
4782
4418
  const notificationActionTertiaryInverse = {
4783
- whiteTheme: buttonTertiary.g100,
4784
- g10: buttonTertiary.g90,
4785
- g90: buttonTertiary.g10,
4786
- g100: buttonTertiary.whiteTheme
4419
+ whiteTheme: "#ffffff",
4420
+ g10: "#ffffff",
4421
+ g90: "#0f62fe",
4422
+ g100: "#0f62fe"
4787
4423
  };
4788
4424
  const notificationActionTertiaryInverseActive = {
4789
- whiteTheme: buttonTertiaryActive.g100,
4790
- g10: buttonTertiaryActive.g90,
4791
- g90: buttonTertiaryActive.g10,
4792
- g100: buttonTertiaryActive.whiteTheme
4425
+ whiteTheme: "#c6c6c6",
4426
+ g10: "#c6c6c6",
4427
+ g90: "#002d9c",
4428
+ g100: "#002d9c"
4793
4429
  };
4794
4430
  const notificationActionTertiaryInverseHover = {
4795
- whiteTheme: buttonTertiaryHover.g100,
4796
- g10: buttonTertiaryHover.g90,
4797
- g90: buttonTertiaryHover.g10,
4798
- g100: buttonTertiaryHover.whiteTheme
4431
+ whiteTheme: "#f4f4f4",
4432
+ g10: "#f4f4f4",
4433
+ g90: "#0050e6",
4434
+ g100: "#0050e6"
4799
4435
  };
4800
4436
  const notificationActionTertiaryInverseText = {
4801
- whiteTheme: textInverse$5,
4802
- g10: textInverse$6,
4803
- g90: textInverse$7,
4804
- g100: textInverse
4437
+ whiteTheme: "#161616",
4438
+ g10: "#161616",
4439
+ g90: "#ffffff",
4440
+ g100: "#ffffff"
4805
4441
  };
4806
4442
  const notificationActionTertiaryInverseTextOnColorDisabled = {
4807
- whiteTheme: textOnColorDisabled$5,
4808
- g10: textOnColorDisabled$6,
4809
- g90: textOnColorDisabled$7,
4810
- g100: textOnColorDisabled
4443
+ whiteTheme: "rgba(255, 255, 255, 0.25)",
4444
+ g10: "rgba(255, 255, 255, 0.25)",
4445
+ g90: "#8d8d8d",
4446
+ g100: "#8d8d8d"
4447
+ };
4448
+ const notificationBackgroundError = {
4449
+ whiteTheme: "#fff1f1",
4450
+ g10: "#fff1f1",
4451
+ g90: "#393939",
4452
+ g100: "#262626"
4453
+ };
4454
+ const notificationBackgroundInfo = {
4455
+ whiteTheme: "#edf5ff",
4456
+ g10: "#edf5ff",
4457
+ g90: "#393939",
4458
+ g100: "#262626"
4459
+ };
4460
+ const notificationBackgroundSuccess = {
4461
+ whiteTheme: "#defbe6",
4462
+ g10: "#defbe6",
4463
+ g90: "#393939",
4464
+ g100: "#262626"
4465
+ };
4466
+ const notificationBackgroundWarning = {
4467
+ whiteTheme: "#fcf4d6",
4468
+ g10: "#fcf4d6",
4469
+ g90: "#393939",
4470
+ g100: "#262626"
4811
4471
  };
4812
4472
  //#endregion
4813
- //#region src/component-tokens/notification/index.ts
4814
- var notification_exports = /* @__PURE__ */ __exportAll({ notificationTokens: () => tokens_exports$2 });
4815
- //#endregion
4816
- //#region src/component-tokens/status/tokens.ts
4817
- /**
4818
- * Copyright IBM Corp. 2025, 2026
4819
- *
4820
- * This source code is licensed under the Apache-2.0 license found in the
4821
- * LICENSE file in the root directory of this source tree.
4822
- */
4823
- var tokens_exports$1 = /* @__PURE__ */ __exportAll({
4473
+ //#region js/generated/component-tokens/status.js
4474
+ var status_exports = /* @__PURE__ */ __exportAll({
4824
4475
  statusAccessibilityBackground: () => statusAccessibilityBackground,
4825
4476
  statusBlue: () => statusBlue,
4826
4477
  statusGray: () => statusGray,
@@ -4832,100 +4483,87 @@
4832
4483
  statusYellow: () => statusYellow,
4833
4484
  statusYellowOutline: () => statusYellowOutline
4834
4485
  });
4835
- const statusRed = {
4836
- whiteTheme: _carbon_colors.red60,
4837
- g10: _carbon_colors.red60,
4838
- g90: _carbon_colors.red50,
4839
- g100: _carbon_colors.red50
4486
+ const statusAccessibilityBackground = {
4487
+ whiteTheme: "#ffffff",
4488
+ g10: "#ffffff",
4489
+ g90: "#161616",
4490
+ g100: "#161616"
4840
4491
  };
4841
- const statusOrange = {
4842
- whiteTheme: _carbon_colors.orange40,
4843
- g10: _carbon_colors.orange40,
4844
- g90: _carbon_colors.orange40,
4845
- g100: _carbon_colors.orange40
4492
+ const statusBlue = {
4493
+ whiteTheme: "#0043ce",
4494
+ g10: "#0043ce",
4495
+ g90: "#4589ff",
4496
+ g100: "#4589ff"
4846
4497
  };
4847
- const statusOrangeOutline = {
4848
- whiteTheme: _carbon_colors.orange60,
4849
- g10: _carbon_colors.orange60
4498
+ const statusGray = {
4499
+ whiteTheme: "#6f6f6f",
4500
+ g10: "#6f6f6f",
4501
+ g90: "#8d8d8d",
4502
+ g100: "#8d8d8d"
4850
4503
  };
4851
- const statusYellow = {
4852
- whiteTheme: _carbon_colors.yellow30,
4853
- g10: _carbon_colors.yellow30,
4854
- g90: _carbon_colors.yellow30,
4855
- g100: _carbon_colors.yellow30
4504
+ const statusGreen = {
4505
+ whiteTheme: "#24a148",
4506
+ g10: "#24a148",
4507
+ g90: "#42be65",
4508
+ g100: "#42be65"
4856
4509
  };
4857
- const statusYellowOutline = {
4858
- whiteTheme: _carbon_colors.yellow60,
4859
- g10: _carbon_colors.yellow60
4510
+ const statusOrange = {
4511
+ whiteTheme: "#ff832b",
4512
+ g10: "#ff832b",
4513
+ g90: "#ff832b",
4514
+ g100: "#ff832b"
4860
4515
  };
4861
- const statusPurple = {
4862
- whiteTheme: _carbon_colors.purple60,
4863
- g10: _carbon_colors.purple60,
4864
- g90: _carbon_colors.purple50,
4865
- g100: _carbon_colors.purple50
4516
+ const statusOrangeOutline = {
4517
+ whiteTheme: "#ba4e00",
4518
+ g10: "#ba4e00"
4866
4519
  };
4867
- const statusGreen = {
4868
- whiteTheme: _carbon_colors.green50,
4869
- g10: _carbon_colors.green50,
4870
- g90: _carbon_colors.green40,
4871
- g100: _carbon_colors.green40
4520
+ const statusPurple = {
4521
+ whiteTheme: "#8a3ffc",
4522
+ g10: "#8a3ffc",
4523
+ g90: "#a56eff",
4524
+ g100: "#a56eff"
4872
4525
  };
4873
- const statusBlue = {
4874
- whiteTheme: _carbon_colors.blue70,
4875
- g10: _carbon_colors.blue70,
4876
- g90: _carbon_colors.blue50,
4877
- g100: _carbon_colors.blue50
4526
+ const statusRed = {
4527
+ whiteTheme: "#da1e28",
4528
+ g10: "#da1e28",
4529
+ g90: "#fa4d56",
4530
+ g100: "#fa4d56"
4878
4531
  };
4879
- const statusGray = {
4880
- whiteTheme: _carbon_colors.gray60,
4881
- g10: _carbon_colors.gray60,
4882
- g90: _carbon_colors.gray50,
4883
- g100: _carbon_colors.gray50
4532
+ const statusYellow = {
4533
+ whiteTheme: "#f1c21b",
4534
+ g10: "#f1c21b",
4535
+ g90: "#f1c21b",
4536
+ g100: "#f1c21b"
4884
4537
  };
4885
- const statusAccessibilityBackground = {
4886
- whiteTheme: _carbon_colors.white,
4887
- g10: _carbon_colors.white,
4888
- g90: _carbon_colors.gray100,
4889
- g100: _carbon_colors.gray100
4538
+ const statusYellowOutline = {
4539
+ whiteTheme: "#8e6a00",
4540
+ g10: "#8e6a00"
4890
4541
  };
4891
4542
  //#endregion
4892
- //#region src/component-tokens/status/index.ts
4893
- var status_exports = /* @__PURE__ */ __exportAll({ statusTokens: () => tokens_exports$1 });
4894
- //#endregion
4895
- //#region src/component-tokens/content-switcher/tokens.ts
4896
- /**
4897
- * Copyright IBM Corp. 2025, 2026
4898
- *
4899
- * This source code is licensed under the Apache-2.0 license found in the
4900
- * LICENSE file in the root directory of this source tree.
4901
- */
4902
- var tokens_exports = /* @__PURE__ */ __exportAll({
4543
+ //#region js/generated/component-tokens/content-switcher.js
4544
+ var content_switcher_exports = /* @__PURE__ */ __exportAll({
4903
4545
  contentSwitcherBackground: () => contentSwitcherBackground,
4904
4546
  contentSwitcherBackgroundHover: () => contentSwitcherBackgroundHover,
4905
4547
  contentSwitcherSelected: () => contentSwitcherSelected
4906
4548
  });
4907
- const transparent = "rgba(0, 0, 0, 0)";
4908
- const contentSwitcherSelected = {
4909
- whiteTheme: _carbon_colors.white,
4910
- g10: _carbon_colors.white,
4911
- g90: (0, _carbon_colors.rgba)(_carbon_colors.gray50, .24),
4912
- g100: (0, _carbon_colors.rgba)(_carbon_colors.gray50, .24)
4913
- };
4914
4549
  const contentSwitcherBackground = {
4915
- whiteTheme: _carbon_colors.gray20,
4916
- g10: _carbon_colors.gray20,
4917
- g90: transparent,
4918
- g100: transparent
4550
+ whiteTheme: "#e0e0e0",
4551
+ g10: "#e0e0e0",
4552
+ g90: "rgba(0, 0, 0, 0)",
4553
+ g100: "rgba(0, 0, 0, 0)"
4919
4554
  };
4920
4555
  const contentSwitcherBackgroundHover = {
4921
- whiteTheme: _carbon_colors.gray20Hover,
4922
- g10: _carbon_colors.gray20Hover,
4923
- g90: (0, _carbon_colors.rgba)(_carbon_colors.gray50, .12),
4924
- g100: (0, _carbon_colors.rgba)(_carbon_colors.gray50, .12)
4556
+ whiteTheme: "#d1d1d1",
4557
+ g10: "#d1d1d1",
4558
+ g90: "rgba(141, 141, 141, 0.12)",
4559
+ g100: "rgba(141, 141, 141, 0.12)"
4560
+ };
4561
+ const contentSwitcherSelected = {
4562
+ whiteTheme: "#ffffff",
4563
+ g10: "#ffffff",
4564
+ g90: "rgba(141, 141, 141, 0.24)",
4565
+ g100: "rgba(141, 141, 141, 0.24)"
4925
4566
  };
4926
- //#endregion
4927
- //#region src/component-tokens/content-switcher/index.ts
4928
- var content_switcher_exports = /* @__PURE__ */ __exportAll({ contentSwitcherTokens: () => tokens_exports });
4929
4567
  //#endregion
4930
4568
  //#region src/tokens/Token.ts
4931
4569
  var Token = class Token {