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