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