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