@vscode/component-explorer 0.2.1-0 → 0.2.1-2
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/dist/components/Explorer.d.ts.map +1 -1
- package/dist/components/ExplorerModel.d.ts +1 -0
- package/dist/components/ExplorerModel.d.ts.map +1 -1
- package/dist/core/FixtureRegistry.d.ts +1 -0
- package/dist/core/FixtureRegistry.d.ts.map +1 -1
- package/dist/daemon/DaemonModel.d.ts +1 -1
- package/dist/daemon/DaemonModel.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/modes/EmbeddedMode.d.ts.map +1 -1
- package/dist/modes/ExplorerUIMode.d.ts +1 -1
- package/dist/modes/ExplorerUIMode.d.ts.map +1 -1
- package/dist/modes/HeadlessMode.d.ts +5 -3
- package/dist/modes/HeadlessMode.d.ts.map +1 -1
- package/dist/{runtimeVersion-BeD9fm3Y.js → runtimeVersion-BIuLqkgX.js} +2 -2
- package/dist/{runtimeVersion-BeD9fm3Y.js.map → runtimeVersion-BIuLqkgX.js.map} +1 -1
- package/dist/viewer.d.ts.map +1 -1
- package/dist/viewer.js +653 -618
- package/dist/viewer.js.map +1 -1
- package/package.json +1 -1
package/dist/viewer.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
import { f as Ee, c as
|
|
5
|
-
import { e as Rt, d as Et, a as
|
|
6
|
-
import { createRoot as
|
|
7
|
-
import { createContext as
|
|
1
|
+
var zo = Object.defineProperty;
|
|
2
|
+
var Po = (r, e, o) => e in r ? zo(r, e, { enumerable: !0, configurable: !0, writable: !0, value: o }) : r[e] = o;
|
|
3
|
+
var l = (r, e, o) => Po(r, typeof e != "symbol" ? e + "" : e, o);
|
|
4
|
+
import { f as Ee, c as Te, s as He, r as ne, _ as Wo } from "./runtimeVersion-BIuLqkgX.js";
|
|
5
|
+
import { e as Rt, d as Et, a as Tt, b as Ht, g as Mt } from "./runtimeVersion-BIuLqkgX.js";
|
|
6
|
+
import { createRoot as $o } from "react-dom/client";
|
|
7
|
+
import { createContext as co, useReducer as Uo, useState as jo, useContext as qo, useEffect as Me, createElement as Qo } from "react";
|
|
8
8
|
import { jsx as a, jsxs as f, Fragment as ke } from "react/jsx-runtime";
|
|
9
|
-
import { unstable_batchedUpdates as
|
|
9
|
+
import { unstable_batchedUpdates as ao } from "react-dom";
|
|
10
10
|
import { SemanticVersion as ae } from "@hediet/semver";
|
|
11
11
|
function ye(r) {
|
|
12
|
-
return typeof r == "object" && r !== null &&
|
|
12
|
+
return typeof r == "object" && r !== null && He in r && r[He] === !0 && "_options" in r && typeof r._options == "object";
|
|
13
13
|
}
|
|
14
14
|
function we(r) {
|
|
15
15
|
return typeof r == "object" && r !== null && Ee in r && r[Ee] === !0 && "_entries" in r && typeof r._entries == "object";
|
|
16
16
|
}
|
|
17
17
|
function Be(r) {
|
|
18
|
-
return typeof r == "object" && r !== null &&
|
|
18
|
+
return typeof r == "object" && r !== null && Te in r && r[Te] === !0 && "_variants" in r && typeof r._variants == "object";
|
|
19
19
|
}
|
|
20
20
|
function yt(r) {
|
|
21
21
|
return ye(r) ? { success: !0, data: r } : we(r) ? { success: !0, data: r } : Be(r) ? { success: !0, data: r } : { success: !1, error: "Value is not a valid fixture export (missing brand symbol or _options/_entries/_variants)" };
|
|
@@ -48,9 +48,9 @@ function Oe(r, e, o, n, t = []) {
|
|
|
48
48
|
function Ct(r) {
|
|
49
49
|
return typeof r == "object" && r !== null && "render" in r && typeof r.render == "function" && "id" in r && "name" in r;
|
|
50
50
|
}
|
|
51
|
-
class
|
|
51
|
+
class H {
|
|
52
52
|
constructor(e) {
|
|
53
|
-
|
|
53
|
+
l(this, "_segments");
|
|
54
54
|
this.value = e;
|
|
55
55
|
}
|
|
56
56
|
get segments() {
|
|
@@ -60,13 +60,13 @@ class T {
|
|
|
60
60
|
return this.value;
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
|
-
const
|
|
63
|
+
const Ko = {
|
|
64
64
|
mobile: { width: 390, height: 844 },
|
|
65
65
|
tablet: { width: 768, height: 1024 },
|
|
66
66
|
desktop: { width: 1440, height: 900 }
|
|
67
67
|
};
|
|
68
|
-
function
|
|
69
|
-
return typeof r == "string" ? { name: r, ...
|
|
68
|
+
function Jo(r) {
|
|
69
|
+
return typeof r == "string" ? { name: r, ...Ko[r] } : r;
|
|
70
70
|
}
|
|
71
71
|
function Ve(r) {
|
|
72
72
|
if (r.startsWith("/"))
|
|
@@ -76,8 +76,8 @@ function Ve(r) {
|
|
|
76
76
|
if (r === "")
|
|
77
77
|
throw new Error("Fixture path cannot be empty (use undefined for default)");
|
|
78
78
|
}
|
|
79
|
-
function
|
|
80
|
-
const o =
|
|
79
|
+
function Zo(r, e) {
|
|
80
|
+
const o = so(r);
|
|
81
81
|
if (e === void 0)
|
|
82
82
|
return [o];
|
|
83
83
|
if (e.endsWith("/")) {
|
|
@@ -90,7 +90,7 @@ function Jo(r, e) {
|
|
|
90
90
|
}
|
|
91
91
|
function te(r) {
|
|
92
92
|
const e = {
|
|
93
|
-
id: new
|
|
93
|
+
id: new H(""),
|
|
94
94
|
name: "Components",
|
|
95
95
|
type: "folder",
|
|
96
96
|
children: [],
|
|
@@ -98,8 +98,8 @@ function te(r) {
|
|
|
98
98
|
};
|
|
99
99
|
for (const [o, n] of r)
|
|
100
100
|
if (n === void 0) {
|
|
101
|
-
const t =
|
|
102
|
-
id: new
|
|
101
|
+
const t = so(o), i = {
|
|
102
|
+
id: new H(t),
|
|
103
103
|
name: t,
|
|
104
104
|
type: "component",
|
|
105
105
|
labels: [],
|
|
@@ -107,12 +107,12 @@ function te(r) {
|
|
|
107
107
|
};
|
|
108
108
|
e.children || (e.children = []), e.children.push(i);
|
|
109
109
|
} else {
|
|
110
|
-
const t = "_path" in n ? n._path : void 0, i =
|
|
110
|
+
const t = "_path" in n ? n._path : void 0, i = Zo(o, t);
|
|
111
111
|
lo(e, i, n, [], o);
|
|
112
112
|
}
|
|
113
113
|
return e;
|
|
114
114
|
}
|
|
115
|
-
function
|
|
115
|
+
function so(r) {
|
|
116
116
|
return (r.split("/").pop() ?? r).replace(/\.fixture\.(tsx?|jsx?)$/, "");
|
|
117
117
|
}
|
|
118
118
|
function lo(r, e, o, n = [], t = "", i = []) {
|
|
@@ -122,9 +122,9 @@ function lo(r, e, o, n = [], t = "", i = []) {
|
|
|
122
122
|
for (let b = 0; b < e.length - 1; b++) {
|
|
123
123
|
const k = e[b];
|
|
124
124
|
d.push(k);
|
|
125
|
-
const _ = new
|
|
125
|
+
const _ = new H(d.join("/"));
|
|
126
126
|
let u = (g = c.children) == null ? void 0 : g.find(
|
|
127
|
-
(
|
|
127
|
+
(x) => x.type === "folder" && x.name === k
|
|
128
128
|
);
|
|
129
129
|
u || (u = {
|
|
130
130
|
id: _,
|
|
@@ -134,13 +134,13 @@ function lo(r, e, o, n = [], t = "", i = []) {
|
|
|
134
134
|
labels: []
|
|
135
135
|
}, c.children || (c.children = []), c.children.push(u)), c = u;
|
|
136
136
|
}
|
|
137
|
-
const
|
|
138
|
-
d.push(
|
|
139
|
-
const p = new
|
|
137
|
+
const s = e[e.length - 1];
|
|
138
|
+
d.push(s);
|
|
139
|
+
const p = new H(d.join("/"));
|
|
140
140
|
if (ye(o)) {
|
|
141
|
-
const b = Oe(o, p.value,
|
|
141
|
+
const b = Oe(o, p.value, s, t, i), k = {
|
|
142
142
|
id: p,
|
|
143
|
-
name:
|
|
143
|
+
name: s,
|
|
144
144
|
type: "component",
|
|
145
145
|
component: b,
|
|
146
146
|
labels: [...b.labels]
|
|
@@ -148,30 +148,30 @@ function lo(r, e, o, n = [], t = "", i = []) {
|
|
|
148
148
|
c.children || (c.children = []), c.children.push(k);
|
|
149
149
|
} else if (we(o)) {
|
|
150
150
|
let b = (v = c.children) == null ? void 0 : v.find(
|
|
151
|
-
(k) => k.type === "folder" && k.name ===
|
|
151
|
+
(k) => k.type === "folder" && k.name === s
|
|
152
152
|
);
|
|
153
153
|
b || (b = {
|
|
154
154
|
id: p,
|
|
155
|
-
name:
|
|
155
|
+
name: s,
|
|
156
156
|
type: "folder",
|
|
157
157
|
children: [],
|
|
158
158
|
labels: [...o._labels ?? []]
|
|
159
159
|
}, c.children || (c.children = []), c.children.push(b));
|
|
160
160
|
for (const [k, _] of Object.entries(o._entries)) {
|
|
161
|
-
const u = o._expectedVisualDescriptions,
|
|
161
|
+
const u = o._expectedVisualDescriptions, x = u ? typeof u == "string" ? [u] : [...u] : [], y = [...i, ...x];
|
|
162
162
|
lo(b, [k], _, d, t, y);
|
|
163
163
|
}
|
|
164
164
|
} else if (Be(o)) {
|
|
165
165
|
const b = {
|
|
166
166
|
id: p,
|
|
167
|
-
name:
|
|
167
|
+
name: s,
|
|
168
168
|
type: "variants",
|
|
169
169
|
children: [],
|
|
170
170
|
labels: [...o._labels ?? []]
|
|
171
171
|
};
|
|
172
172
|
c.children || (c.children = []), c.children.push(b);
|
|
173
173
|
for (const [k, _] of Object.entries(o._variants)) {
|
|
174
|
-
const u = o._expectedVisualDescriptions,
|
|
174
|
+
const u = o._expectedVisualDescriptions, x = u ? typeof u == "string" ? [u] : [...u] : [], y = [...i, ...x], C = new H([...d, k].join("/")), ee = {
|
|
175
175
|
id: C,
|
|
176
176
|
name: k,
|
|
177
177
|
type: "component",
|
|
@@ -193,29 +193,29 @@ function Le(r, e) {
|
|
|
193
193
|
}
|
|
194
194
|
return o;
|
|
195
195
|
}
|
|
196
|
-
function
|
|
196
|
+
function Yo(r) {
|
|
197
197
|
if (r.type === "component" && r.component)
|
|
198
198
|
return [r.component];
|
|
199
199
|
const e = [];
|
|
200
200
|
for (const o of r.children ?? [])
|
|
201
|
-
e.push(...
|
|
201
|
+
e.push(...Yo(o));
|
|
202
202
|
return e;
|
|
203
203
|
}
|
|
204
204
|
let A;
|
|
205
|
-
function
|
|
206
|
-
A ? A instanceof
|
|
205
|
+
function Xo(r) {
|
|
206
|
+
A ? A instanceof Ne ? A.loggers.push(r) : A = new Ne([A, r]) : A = r;
|
|
207
207
|
}
|
|
208
|
-
function
|
|
208
|
+
function B() {
|
|
209
209
|
return A;
|
|
210
210
|
}
|
|
211
|
-
let
|
|
212
|
-
function Xo(r) {
|
|
213
|
-
se = r;
|
|
214
|
-
}
|
|
211
|
+
let le;
|
|
215
212
|
function er(r) {
|
|
216
|
-
|
|
213
|
+
le = r;
|
|
217
214
|
}
|
|
218
|
-
|
|
215
|
+
function or(r) {
|
|
216
|
+
le && le(r);
|
|
217
|
+
}
|
|
218
|
+
class Ne {
|
|
219
219
|
constructor(e) {
|
|
220
220
|
this.loggers = e;
|
|
221
221
|
}
|
|
@@ -284,15 +284,15 @@ var M;
|
|
|
284
284
|
return;
|
|
285
285
|
const c = Error, d = c.stackTraceLimit;
|
|
286
286
|
c.stackTraceLimit = 3;
|
|
287
|
-
const
|
|
288
|
-
return c.stackTraceLimit = d, _e.fromStack(
|
|
287
|
+
const s = new Error().stack;
|
|
288
|
+
return c.stackTraceLimit = d, _e.fromStack(s, i + 1);
|
|
289
289
|
}
|
|
290
290
|
r.ofNthCaller = t;
|
|
291
291
|
})(M || (M = {}));
|
|
292
292
|
class _e {
|
|
293
293
|
static fromStack(e, o) {
|
|
294
294
|
const n = e.split(`
|
|
295
|
-
`), t =
|
|
295
|
+
`), t = rr(n[o + 1]);
|
|
296
296
|
if (t)
|
|
297
297
|
return new _e(t.fileName, t.line, t.column, t.id);
|
|
298
298
|
}
|
|
@@ -300,7 +300,7 @@ class _e {
|
|
|
300
300
|
this.fileName = e, this.line = o, this.column = n, this.id = t;
|
|
301
301
|
}
|
|
302
302
|
}
|
|
303
|
-
function
|
|
303
|
+
function rr(r) {
|
|
304
304
|
if (!r)
|
|
305
305
|
return;
|
|
306
306
|
const e = r.match(/\((.*):(\d+):(\d+)\)/);
|
|
@@ -325,27 +325,27 @@ class V {
|
|
|
325
325
|
this.owner = e, this.debugNameSource = o, this.referenceFn = n;
|
|
326
326
|
}
|
|
327
327
|
getDebugName(e) {
|
|
328
|
-
return
|
|
328
|
+
return nr(e, this);
|
|
329
329
|
}
|
|
330
330
|
}
|
|
331
|
-
const
|
|
332
|
-
function
|
|
331
|
+
const De = /* @__PURE__ */ new Map(), pe = /* @__PURE__ */ new WeakMap();
|
|
332
|
+
function nr(r, e) {
|
|
333
333
|
const o = pe.get(r);
|
|
334
334
|
if (o)
|
|
335
335
|
return o;
|
|
336
|
-
const n =
|
|
336
|
+
const n = tr(r, e);
|
|
337
337
|
if (n) {
|
|
338
|
-
let t =
|
|
339
|
-
t++,
|
|
338
|
+
let t = De.get(n) ?? 0;
|
|
339
|
+
t++, De.set(n, t);
|
|
340
340
|
const i = t === 1 ? n : `${n}#${t}`;
|
|
341
341
|
return pe.set(r, i), i;
|
|
342
342
|
}
|
|
343
343
|
}
|
|
344
|
-
function
|
|
344
|
+
function tr(r, e) {
|
|
345
345
|
const o = pe.get(r);
|
|
346
346
|
if (o)
|
|
347
347
|
return o;
|
|
348
|
-
const n = e.owner ?
|
|
348
|
+
const n = e.owner ? cr(e.owner) + "." : "";
|
|
349
349
|
let t;
|
|
350
350
|
const i = e.debugNameSource;
|
|
351
351
|
if (i !== void 0)
|
|
@@ -358,28 +358,28 @@ function nr(r, e) {
|
|
|
358
358
|
if (c !== void 0 && (t = Ce(c), t !== void 0))
|
|
359
359
|
return n + t;
|
|
360
360
|
if (e.owner !== void 0) {
|
|
361
|
-
const d =
|
|
361
|
+
const d = ir(e.owner, r);
|
|
362
362
|
if (d !== void 0)
|
|
363
363
|
return n + d;
|
|
364
364
|
}
|
|
365
365
|
}
|
|
366
|
-
function
|
|
366
|
+
function ir(r, e) {
|
|
367
367
|
for (const o in r)
|
|
368
368
|
if (r[o] === e)
|
|
369
369
|
return o;
|
|
370
370
|
}
|
|
371
371
|
const Ge = /* @__PURE__ */ new Map(), Ae = /* @__PURE__ */ new WeakMap();
|
|
372
|
-
function
|
|
372
|
+
function cr(r) {
|
|
373
373
|
const e = Ae.get(r);
|
|
374
374
|
if (e)
|
|
375
375
|
return e;
|
|
376
|
-
const o =
|
|
376
|
+
const o = po(r) ?? "Object";
|
|
377
377
|
let n = Ge.get(o) ?? 0;
|
|
378
378
|
n++, Ge.set(o, n);
|
|
379
379
|
const t = n === 1 ? o : `${o}#${n}`;
|
|
380
380
|
return Ae.set(r, t), t;
|
|
381
381
|
}
|
|
382
|
-
function
|
|
382
|
+
function po(r) {
|
|
383
383
|
const e = r.constructor;
|
|
384
384
|
if (e)
|
|
385
385
|
return e.name === "Object" ? void 0 : e.name;
|
|
@@ -389,22 +389,22 @@ function Ce(r) {
|
|
|
389
389
|
return t == null ? void 0 : t.trim();
|
|
390
390
|
}
|
|
391
391
|
let ge;
|
|
392
|
-
function cr(r) {
|
|
393
|
-
ge = r;
|
|
394
|
-
}
|
|
395
|
-
let po;
|
|
396
392
|
function ar(r) {
|
|
397
|
-
|
|
393
|
+
ge = r;
|
|
398
394
|
}
|
|
399
395
|
let go;
|
|
400
396
|
function dr(r) {
|
|
401
397
|
go = r;
|
|
402
398
|
}
|
|
403
399
|
let uo;
|
|
404
|
-
function
|
|
400
|
+
function sr(r) {
|
|
405
401
|
uo = r;
|
|
406
402
|
}
|
|
407
|
-
|
|
403
|
+
let mo;
|
|
404
|
+
function lr(r) {
|
|
405
|
+
mo = r;
|
|
406
|
+
}
|
|
407
|
+
class pr {
|
|
408
408
|
get TChange() {
|
|
409
409
|
return null;
|
|
410
410
|
}
|
|
@@ -423,9 +423,9 @@ class sr {
|
|
|
423
423
|
const c = Ce(i);
|
|
424
424
|
if (c !== void 0)
|
|
425
425
|
return c;
|
|
426
|
-
const
|
|
427
|
-
if (
|
|
428
|
-
return `${this.debugName}.${
|
|
426
|
+
const s = /^\s*\(?\s*([a-zA-Z_$][a-zA-Z_$0-9]*)\s*\)?\s*=>\s*\1(?:\??)\.([a-zA-Z_$][a-zA-Z_$0-9]*)\s*$/.exec(i.toString());
|
|
427
|
+
if (s)
|
|
428
|
+
return `${this.debugName}.${s[2]}`;
|
|
429
429
|
if (!t)
|
|
430
430
|
return `${this.debugName} (mapped)`;
|
|
431
431
|
},
|
|
@@ -443,7 +443,7 @@ class sr {
|
|
|
443
443
|
}, (e) => this.read(e).read(e));
|
|
444
444
|
}
|
|
445
445
|
recomputeInitiallyAndOnChange(e, o) {
|
|
446
|
-
return e.add(
|
|
446
|
+
return e.add(go(this, o)), this;
|
|
447
447
|
}
|
|
448
448
|
/**
|
|
449
449
|
* Ensures that this observable is observed. This keeps the cache alive.
|
|
@@ -451,29 +451,29 @@ class sr {
|
|
|
451
451
|
* Use `recomputeInitiallyAndOnChange` for eager evaluation.
|
|
452
452
|
*/
|
|
453
453
|
keepObserved(e) {
|
|
454
|
-
return e.add(
|
|
454
|
+
return e.add(uo(this)), this;
|
|
455
455
|
}
|
|
456
456
|
get debugValue() {
|
|
457
457
|
return this.get();
|
|
458
458
|
}
|
|
459
459
|
debugGetDependencyGraph() {
|
|
460
|
-
return
|
|
460
|
+
return mo(this);
|
|
461
461
|
}
|
|
462
462
|
}
|
|
463
|
-
class Se extends
|
|
463
|
+
class Se extends pr {
|
|
464
464
|
constructor(e) {
|
|
465
465
|
var o;
|
|
466
|
-
super(), this._observers = /* @__PURE__ */ new Set(), (o =
|
|
466
|
+
super(), this._observers = /* @__PURE__ */ new Set(), (o = B()) == null || o.handleObservableCreated(this, e);
|
|
467
467
|
}
|
|
468
468
|
addObserver(e) {
|
|
469
469
|
var n;
|
|
470
470
|
const o = this._observers.size;
|
|
471
|
-
this._observers.add(e), o === 0 && this.onFirstObserverAdded(), o !== this._observers.size && ((n =
|
|
471
|
+
this._observers.add(e), o === 0 && this.onFirstObserverAdded(), o !== this._observers.size && ((n = B()) == null || n.handleOnListenerCountChanged(this, this._observers.size));
|
|
472
472
|
}
|
|
473
473
|
removeObserver(e) {
|
|
474
474
|
var n;
|
|
475
475
|
const o = this._observers.delete(e);
|
|
476
|
-
o && this._observers.size === 0 && this.onLastObserverRemoved(), o && ((n =
|
|
476
|
+
o && this._observers.size === 0 && this.onLastObserverRemoved(), o && ((n = B()) == null || n.handleOnListenerCountChanged(this, this._observers.size));
|
|
477
477
|
}
|
|
478
478
|
onFirstObserverAdded() {
|
|
479
479
|
}
|
|
@@ -481,14 +481,14 @@ class Se extends sr {
|
|
|
481
481
|
}
|
|
482
482
|
log() {
|
|
483
483
|
var o;
|
|
484
|
-
const e = !!
|
|
485
|
-
return
|
|
484
|
+
const e = !!B();
|
|
485
|
+
return or(this), e || (o = B()) == null || o.handleObservableCreated(this, M.ofCaller()), this;
|
|
486
486
|
}
|
|
487
487
|
debugGetObservers() {
|
|
488
488
|
return this._observers;
|
|
489
489
|
}
|
|
490
490
|
}
|
|
491
|
-
function
|
|
491
|
+
function fo(r) {
|
|
492
492
|
return {
|
|
493
493
|
dispose: r
|
|
494
494
|
};
|
|
@@ -501,7 +501,7 @@ class P extends Error {
|
|
|
501
501
|
function ie(r) {
|
|
502
502
|
throw r;
|
|
503
503
|
}
|
|
504
|
-
function
|
|
504
|
+
function gr(r) {
|
|
505
505
|
console.error("Unexpected error:", r);
|
|
506
506
|
}
|
|
507
507
|
const Y = (r, e) => r === e;
|
|
@@ -533,7 +533,7 @@ class X {
|
|
|
533
533
|
this.disposables = [];
|
|
534
534
|
}
|
|
535
535
|
}
|
|
536
|
-
function
|
|
536
|
+
function ur(r) {
|
|
537
537
|
switch (r) {
|
|
538
538
|
case 0:
|
|
539
539
|
return "initial";
|
|
@@ -557,7 +557,7 @@ class W extends Se {
|
|
|
557
557
|
}
|
|
558
558
|
onLastObserverRemoved() {
|
|
559
559
|
var e, o;
|
|
560
|
-
this._state = 0, this._value = void 0, (e =
|
|
560
|
+
this._state = 0, this._value = void 0, (e = B()) == null || e.handleDerivedCleared(this);
|
|
561
561
|
for (const n of this._dependencies)
|
|
562
562
|
n.removeObserver(this);
|
|
563
563
|
this._dependencies.clear(), this._store !== void 0 && (this._store.dispose(), this._store = void 0), this._delayedStore !== void 0 && (this._delayedStore.dispose(), this._delayedStore = void 0), (o = this._handleLastObserverRemoved) == null || o.call(this);
|
|
@@ -595,7 +595,7 @@ class W extends Se {
|
|
|
595
595
|
try {
|
|
596
596
|
const d = this._changeSummary;
|
|
597
597
|
this._isReaderValid = !0, this._changeTracker && (this._isInBeforeUpdate = !0, (t = (n = this._changeTracker).beforeUpdate) == null || t.call(n, this, d), this._isInBeforeUpdate = !1, this._changeSummary = (i = this._changeTracker) == null ? void 0 : i.createChangeSummary(d));
|
|
598
|
-
const
|
|
598
|
+
const s = this._state !== 0, p = this._value;
|
|
599
599
|
this._state = 3;
|
|
600
600
|
const g = this._delayedStore;
|
|
601
601
|
g !== void 0 && (this._delayedStore = void 0);
|
|
@@ -607,12 +607,12 @@ class W extends Se {
|
|
|
607
607
|
v.removeObserver(this);
|
|
608
608
|
this._dependenciesToBeRemoved.clear(), g !== void 0 && g.dispose();
|
|
609
609
|
}
|
|
610
|
-
e = this._didReportChange ||
|
|
610
|
+
e = this._didReportChange || s && !this._equalityComparator(p, this._value), (c = B()) == null || c.handleObservableUpdated(this, {
|
|
611
611
|
oldValue: p,
|
|
612
612
|
newValue: this._value,
|
|
613
613
|
change: void 0,
|
|
614
614
|
didChange: e,
|
|
615
|
-
hadValue:
|
|
615
|
+
hadValue: s
|
|
616
616
|
});
|
|
617
617
|
} catch (d) {
|
|
618
618
|
ie(d);
|
|
@@ -666,7 +666,7 @@ class W extends Se {
|
|
|
666
666
|
handleChange(e, o) {
|
|
667
667
|
var n;
|
|
668
668
|
if (this._dependencies.has(e) && !this._dependenciesToBeRemoved.has(e) || this._isInBeforeUpdate) {
|
|
669
|
-
(n =
|
|
669
|
+
(n = B()) == null || n.handleDerivedDependencyChanged(this, e, o);
|
|
670
670
|
let t = !1;
|
|
671
671
|
try {
|
|
672
672
|
t = this._changeTracker ? this._changeTracker.handleChange({
|
|
@@ -714,7 +714,7 @@ class W extends Se {
|
|
|
714
714
|
debugGetState() {
|
|
715
715
|
return {
|
|
716
716
|
state: this._state,
|
|
717
|
-
stateStr:
|
|
717
|
+
stateStr: ur(this._state),
|
|
718
718
|
updateCount: this._updateCount,
|
|
719
719
|
isComputing: this._isComputing,
|
|
720
720
|
dependencies: this._dependencies,
|
|
@@ -735,14 +735,14 @@ class W extends Se {
|
|
|
735
735
|
i.handleChange(this, n);
|
|
736
736
|
}
|
|
737
737
|
}
|
|
738
|
-
function
|
|
738
|
+
function I(r, e, o = M.ofCaller()) {
|
|
739
739
|
return e !== void 0 ? new W(new V(r, void 0, e), e, void 0, void 0, Y, o) : new W(new V(void 0, void 0, r), r, void 0, void 0, Y, o);
|
|
740
740
|
}
|
|
741
|
-
function
|
|
741
|
+
function mr(r, e, o = M.ofCaller()) {
|
|
742
742
|
return new W(new V(r.owner, r.debugName, r.debugReferenceFn), e, void 0, r.onLastObserverRemoved, r.equalsFn ?? Y, o);
|
|
743
743
|
}
|
|
744
|
-
|
|
745
|
-
function
|
|
744
|
+
ar(mr);
|
|
745
|
+
function fr(r, e, o = M.ofCaller()) {
|
|
746
746
|
let n, t;
|
|
747
747
|
n = r, t = void 0;
|
|
748
748
|
let i;
|
|
@@ -754,7 +754,7 @@ function mr(r, e, o = M.ofCaller()) {
|
|
|
754
754
|
i && (i.dispose(), i = void 0);
|
|
755
755
|
}, Y, o);
|
|
756
756
|
}
|
|
757
|
-
function
|
|
757
|
+
function hr(r) {
|
|
758
758
|
switch (r) {
|
|
759
759
|
case 1:
|
|
760
760
|
return "dependenciesMightHaveChanged";
|
|
@@ -766,13 +766,13 @@ function fr(r) {
|
|
|
766
766
|
return "<unknown>";
|
|
767
767
|
}
|
|
768
768
|
}
|
|
769
|
-
class
|
|
769
|
+
class ho {
|
|
770
770
|
get debugName() {
|
|
771
771
|
return this._debugNameData.getDebugName(this) ?? "(anonymous)";
|
|
772
772
|
}
|
|
773
773
|
constructor(e, o, n, t) {
|
|
774
774
|
var i, c;
|
|
775
|
-
this._debugNameData = e, this._runFn = o, this._changeTracker = n, this._state = 2, this._updateCount = 0, this._disposed = !1, this._dependencies = /* @__PURE__ */ new Set(), this._dependenciesToBeRemoved = /* @__PURE__ */ new Set(), this._isRunning = !1, this._store = void 0, this._delayedStore = void 0, this._changeSummary = (i = this._changeTracker) == null ? void 0 : i.createChangeSummary(void 0), (c =
|
|
775
|
+
this._debugNameData = e, this._runFn = o, this._changeTracker = n, this._state = 2, this._updateCount = 0, this._disposed = !1, this._dependencies = /* @__PURE__ */ new Set(), this._dependenciesToBeRemoved = /* @__PURE__ */ new Set(), this._isRunning = !1, this._store = void 0, this._delayedStore = void 0, this._changeSummary = (i = this._changeTracker) == null ? void 0 : i.createChangeSummary(void 0), (c = B()) == null || c.handleAutorunCreated(this, t), this._run();
|
|
776
776
|
}
|
|
777
777
|
dispose() {
|
|
778
778
|
var e;
|
|
@@ -780,7 +780,7 @@ class fo {
|
|
|
780
780
|
this._disposed = !0;
|
|
781
781
|
for (const o of this._dependencies)
|
|
782
782
|
o.removeObserver(this);
|
|
783
|
-
this._dependencies.clear(), this._store !== void 0 && this._store.dispose(), this._delayedStore !== void 0 && this._delayedStore.dispose(), (e =
|
|
783
|
+
this._dependencies.clear(), this._store !== void 0 && this._store.dispose(), this._delayedStore !== void 0 && this._delayedStore.dispose(), (e = B()) == null || e.handleAutorunDisposed(this);
|
|
784
784
|
}
|
|
785
785
|
}
|
|
786
786
|
_run() {
|
|
@@ -789,19 +789,19 @@ class fo {
|
|
|
789
789
|
this._dependenciesToBeRemoved = this._dependencies, this._dependencies = e, this._state = 3;
|
|
790
790
|
try {
|
|
791
791
|
if (!this._disposed) {
|
|
792
|
-
(o =
|
|
792
|
+
(o = B()) == null || o.handleAutorunStarted(this);
|
|
793
793
|
const c = this._changeSummary, d = this._delayedStore;
|
|
794
794
|
d !== void 0 && (this._delayedStore = void 0);
|
|
795
795
|
try {
|
|
796
796
|
this._isRunning = !0, this._changeTracker && ((t = (n = this._changeTracker).beforeUpdate) == null || t.call(n, this, c), this._changeSummary = this._changeTracker.createChangeSummary(c)), this._store !== void 0 && (this._store.dispose(), this._store = void 0), this._runFn(this, c);
|
|
797
|
-
} catch (
|
|
798
|
-
ie(
|
|
797
|
+
} catch (s) {
|
|
798
|
+
ie(s);
|
|
799
799
|
} finally {
|
|
800
800
|
this._isRunning = !1, d !== void 0 && d.dispose();
|
|
801
801
|
}
|
|
802
802
|
}
|
|
803
803
|
} finally {
|
|
804
|
-
this._disposed || (i =
|
|
804
|
+
this._disposed || (i = B()) == null || i.handleAutorunFinished(this);
|
|
805
805
|
for (const c of this._dependenciesToBeRemoved)
|
|
806
806
|
c.removeObserver(this);
|
|
807
807
|
this._dependenciesToBeRemoved.clear();
|
|
@@ -836,7 +836,7 @@ class fo {
|
|
|
836
836
|
handleChange(e, o) {
|
|
837
837
|
var n;
|
|
838
838
|
if (this._isDependency(e)) {
|
|
839
|
-
(n =
|
|
839
|
+
(n = B()) == null || n.handleAutorunDependencyChanged(this, e, o);
|
|
840
840
|
try {
|
|
841
841
|
(this._changeTracker ? this._changeTracker.handleChange({
|
|
842
842
|
changedObservable: e,
|
|
@@ -879,42 +879,42 @@ class fo {
|
|
|
879
879
|
updateCount: this._updateCount,
|
|
880
880
|
dependencies: this._dependencies,
|
|
881
881
|
state: this._state,
|
|
882
|
-
stateStr:
|
|
882
|
+
stateStr: hr(this._state)
|
|
883
883
|
};
|
|
884
884
|
}
|
|
885
885
|
debugRerun() {
|
|
886
886
|
this._isRunning ? this._state = 2 : this._run();
|
|
887
887
|
}
|
|
888
888
|
}
|
|
889
|
-
function
|
|
890
|
-
return new
|
|
889
|
+
function xo(r, e = M.ofCaller()) {
|
|
890
|
+
return new ho(new V(void 0, void 0, r), r, void 0, e);
|
|
891
891
|
}
|
|
892
892
|
function ze(r) {
|
|
893
893
|
const e = new Error("BugIndicatingErrorRecovery: " + r);
|
|
894
|
-
|
|
894
|
+
gr(e), console.error("recovered from an error that indicates a bug", e);
|
|
895
895
|
}
|
|
896
|
-
function
|
|
897
|
-
const o = new
|
|
896
|
+
function bo(r, e) {
|
|
897
|
+
const o = new vo(r, e);
|
|
898
898
|
try {
|
|
899
899
|
r(o);
|
|
900
900
|
} finally {
|
|
901
901
|
o.finish();
|
|
902
902
|
}
|
|
903
903
|
}
|
|
904
|
-
function
|
|
905
|
-
r ? e(r) :
|
|
904
|
+
function xr(r, e, o) {
|
|
905
|
+
r ? e(r) : bo(e, o);
|
|
906
906
|
}
|
|
907
|
-
class
|
|
907
|
+
class vo {
|
|
908
908
|
constructor(e, o) {
|
|
909
909
|
var n;
|
|
910
|
-
this._fn = e, this._getDebugName = o, this._updatingObservers = [], (n =
|
|
910
|
+
this._fn = e, this._getDebugName = o, this._updatingObservers = [], (n = B()) == null || n.handleBeginTransaction(this);
|
|
911
911
|
}
|
|
912
912
|
getDebugName() {
|
|
913
913
|
return this._getDebugName ? this._getDebugName() : Ce(this._fn);
|
|
914
914
|
}
|
|
915
915
|
updateObserver(e, o) {
|
|
916
916
|
if (!this._updatingObservers) {
|
|
917
|
-
ze("Transaction already finished!"),
|
|
917
|
+
ze("Transaction already finished!"), bo((n) => {
|
|
918
918
|
n.updateObserver(e, o);
|
|
919
919
|
});
|
|
920
920
|
return;
|
|
@@ -932,23 +932,23 @@ class bo {
|
|
|
932
932
|
const { observer: t, observable: i } = e[n];
|
|
933
933
|
t.endUpdate(i);
|
|
934
934
|
}
|
|
935
|
-
this._updatingObservers = null, (o =
|
|
935
|
+
this._updatingObservers = null, (o = B()) == null || o.handleEndTransaction(this);
|
|
936
936
|
}
|
|
937
937
|
debugGetUpdatingObservers() {
|
|
938
938
|
return this._updatingObservers;
|
|
939
939
|
}
|
|
940
940
|
}
|
|
941
|
-
function
|
|
941
|
+
function w(r, e, o = M.ofCaller()) {
|
|
942
942
|
let n;
|
|
943
|
-
return typeof r == "string" ? n = new V(void 0, r, void 0) : n = new V(r, void 0, void 0), new
|
|
943
|
+
return typeof r == "string" ? n = new V(void 0, r, void 0) : n = new V(r, void 0, void 0), new ko(n, e, Y, o);
|
|
944
944
|
}
|
|
945
|
-
class
|
|
945
|
+
class ko extends Se {
|
|
946
946
|
get debugName() {
|
|
947
947
|
return this._debugNameData.getDebugName(this) ?? "ObservableValue";
|
|
948
948
|
}
|
|
949
949
|
constructor(e, o, n, t) {
|
|
950
950
|
var i;
|
|
951
|
-
super(t), this._debugNameData = e, this._equalityComparator = n, this._value = o, (i =
|
|
951
|
+
super(t), this._debugNameData = e, this._equalityComparator = n, this._value = o, (i = B()) == null || i.handleObservableUpdated(this, { hadValue: !1, newValue: o, change: void 0, didChange: !0, oldValue: void 0 });
|
|
952
952
|
}
|
|
953
953
|
get() {
|
|
954
954
|
return this._value;
|
|
@@ -958,11 +958,11 @@ class vo extends Se {
|
|
|
958
958
|
if (n === void 0 && this._equalityComparator(this._value, e))
|
|
959
959
|
return;
|
|
960
960
|
let t;
|
|
961
|
-
o || (o = t = new
|
|
961
|
+
o || (o = t = new vo(() => {
|
|
962
962
|
}, () => `Setting ${this.debugName}`));
|
|
963
963
|
try {
|
|
964
964
|
const c = this._value;
|
|
965
|
-
this._setValue(e), (i =
|
|
965
|
+
this._setValue(e), (i = B()) == null || i.handleObservableUpdated(this, { oldValue: c, newValue: e, change: n, didChange: !0, hadValue: !0 });
|
|
966
966
|
for (const d of this._observers)
|
|
967
967
|
o.updateObserver(d, this), d.handleChange(this, n);
|
|
968
968
|
} finally {
|
|
@@ -992,17 +992,17 @@ class z extends Se {
|
|
|
992
992
|
constructor(e, o, n, t, i, c) {
|
|
993
993
|
super(c), this._debugNameData = e, this.event = o, this._getValue = n, this._getTransaction = t, this._equalityComparator = i, this._hasValue = !1, this.handleEvent = (d) => {
|
|
994
994
|
var b;
|
|
995
|
-
const
|
|
995
|
+
const s = this._getValue(d), p = this._value, g = !this._hasValue || !this._equalityComparator(p, s);
|
|
996
996
|
let v = !1;
|
|
997
|
-
g && (this._value =
|
|
997
|
+
g && (this._value = s, this._hasValue && (v = !0, xr(this._getTransaction(), (k) => {
|
|
998
998
|
var _;
|
|
999
|
-
(_ =
|
|
999
|
+
(_ = B()) == null || _.handleObservableUpdated(this, { oldValue: p, newValue: s, change: void 0, didChange: g, hadValue: this._hasValue });
|
|
1000
1000
|
for (const u of this._observers)
|
|
1001
1001
|
k.updateObserver(u, this), u.handleChange(this, void 0);
|
|
1002
1002
|
}, () => {
|
|
1003
1003
|
const k = this.getDebugName();
|
|
1004
1004
|
return "Event fired" + (k ? `: ${k}` : "");
|
|
1005
|
-
})), this._hasValue = !0), v || (b =
|
|
1005
|
+
})), this._hasValue = !0), v || (b = B()) == null || b.handleObservableUpdated(this, { oldValue: p, newValue: s, change: void 0, didChange: g, hadValue: this._hasValue });
|
|
1006
1006
|
};
|
|
1007
1007
|
}
|
|
1008
1008
|
getDebugName() {
|
|
@@ -1041,27 +1041,27 @@ class z extends Se {
|
|
|
1041
1041
|
}
|
|
1042
1042
|
r.batchEventsGlobally = e;
|
|
1043
1043
|
})(Pe || (Pe = {}));
|
|
1044
|
-
function
|
|
1045
|
-
const e = new
|
|
1046
|
-
return r.addObserver(e),
|
|
1044
|
+
function br(r) {
|
|
1045
|
+
const e = new yo(!1, void 0);
|
|
1046
|
+
return r.addObserver(e), fo(() => {
|
|
1047
1047
|
r.removeObserver(e);
|
|
1048
1048
|
});
|
|
1049
1049
|
}
|
|
1050
|
-
|
|
1051
|
-
function
|
|
1052
|
-
const o = new
|
|
1050
|
+
sr(br);
|
|
1051
|
+
function vr(r, e) {
|
|
1052
|
+
const o = new yo(!0, e);
|
|
1053
1053
|
r.addObserver(o);
|
|
1054
1054
|
try {
|
|
1055
1055
|
o.beginUpdate(r);
|
|
1056
1056
|
} finally {
|
|
1057
1057
|
o.endUpdate(r);
|
|
1058
1058
|
}
|
|
1059
|
-
return
|
|
1059
|
+
return fo(() => {
|
|
1060
1060
|
r.removeObserver(o);
|
|
1061
1061
|
});
|
|
1062
1062
|
}
|
|
1063
|
-
|
|
1064
|
-
class
|
|
1063
|
+
dr(vr);
|
|
1064
|
+
class yo {
|
|
1065
1065
|
constructor(e, o) {
|
|
1066
1066
|
this._forceRecompute = e, this._handleValue = o, this._counter = 0;
|
|
1067
1067
|
}
|
|
@@ -1077,10 +1077,10 @@ class ko {
|
|
|
1077
1077
|
}
|
|
1078
1078
|
}
|
|
1079
1079
|
let oe;
|
|
1080
|
-
function
|
|
1081
|
-
oe || (oe = new
|
|
1080
|
+
function kr(r) {
|
|
1081
|
+
oe || (oe = new yr(), Xo(oe)), oe.addFilteredObj(r);
|
|
1082
1082
|
}
|
|
1083
|
-
class
|
|
1083
|
+
class yr {
|
|
1084
1084
|
constructor() {
|
|
1085
1085
|
this.indentation = 0, this.changedObservablesSets = /* @__PURE__ */ new WeakMap();
|
|
1086
1086
|
}
|
|
@@ -1092,25 +1092,25 @@ class kr {
|
|
|
1092
1092
|
return ((o = this._filteredObjects) == null ? void 0 : o.has(e)) ?? !0;
|
|
1093
1093
|
}
|
|
1094
1094
|
textToConsoleArgs(e) {
|
|
1095
|
-
return
|
|
1096
|
-
$(
|
|
1095
|
+
return wr([
|
|
1096
|
+
$(Sr("| ", this.indentation)),
|
|
1097
1097
|
e
|
|
1098
1098
|
]);
|
|
1099
1099
|
}
|
|
1100
1100
|
formatInfo(e) {
|
|
1101
1101
|
return e.hadValue ? e.didChange ? [
|
|
1102
1102
|
$(" "),
|
|
1103
|
-
|
|
1103
|
+
R(Z(e.oldValue, 70), {
|
|
1104
1104
|
color: "red",
|
|
1105
1105
|
strikeThrough: !0
|
|
1106
1106
|
}),
|
|
1107
1107
|
$(" "),
|
|
1108
|
-
|
|
1108
|
+
R(Z(e.newValue, 60), {
|
|
1109
1109
|
color: "green"
|
|
1110
1110
|
})
|
|
1111
1111
|
] : [$(" (unchanged)")] : [
|
|
1112
1112
|
$(" "),
|
|
1113
|
-
|
|
1113
|
+
R(Z(e.newValue, 60), {
|
|
1114
1114
|
color: "green"
|
|
1115
1115
|
}),
|
|
1116
1116
|
$(" (initial)")
|
|
@@ -1132,14 +1132,14 @@ class kr {
|
|
|
1132
1132
|
}
|
|
1133
1133
|
console.log(...this.textToConsoleArgs([
|
|
1134
1134
|
U("observable value changed"),
|
|
1135
|
-
|
|
1135
|
+
R(e.debugName, { color: "BlueViolet" }),
|
|
1136
1136
|
...this.formatInfo(o)
|
|
1137
1137
|
]));
|
|
1138
1138
|
}
|
|
1139
1139
|
}
|
|
1140
1140
|
formatChanges(e) {
|
|
1141
1141
|
if (e.size !== 0)
|
|
1142
|
-
return
|
|
1142
|
+
return R(" (changed deps: " + [...e].map((o) => o.debugName).join(", ") + ")", { color: "gray" });
|
|
1143
1143
|
}
|
|
1144
1144
|
handleDerivedDependencyChanged(e, o, n) {
|
|
1145
1145
|
var t;
|
|
@@ -1151,7 +1151,7 @@ class kr {
|
|
|
1151
1151
|
const n = this.changedObservablesSets.get(e);
|
|
1152
1152
|
n && (console.log(...this.textToConsoleArgs([
|
|
1153
1153
|
U("derived recomputed"),
|
|
1154
|
-
|
|
1154
|
+
R(e.debugName, { color: "BlueViolet" }),
|
|
1155
1155
|
...this.formatInfo(o),
|
|
1156
1156
|
this.formatChanges(n),
|
|
1157
1157
|
{ data: [{ fn: e._debugNameData.referenceFn ?? e._computeFn }] }
|
|
@@ -1160,13 +1160,13 @@ class kr {
|
|
|
1160
1160
|
handleDerivedCleared(e) {
|
|
1161
1161
|
this._isIncluded(e) && console.log(...this.textToConsoleArgs([
|
|
1162
1162
|
U("derived cleared"),
|
|
1163
|
-
|
|
1163
|
+
R(e.debugName, { color: "BlueViolet" })
|
|
1164
1164
|
]));
|
|
1165
1165
|
}
|
|
1166
1166
|
handleFromEventObservableTriggered(e, o) {
|
|
1167
1167
|
this._isIncluded(e) && console.log(...this.textToConsoleArgs([
|
|
1168
1168
|
U("observable from event triggered"),
|
|
1169
|
-
|
|
1169
|
+
R(e.debugName, { color: "BlueViolet" }),
|
|
1170
1170
|
...this.formatInfo(o),
|
|
1171
1171
|
{ data: [{ fn: e._getValue }] }
|
|
1172
1172
|
]));
|
|
@@ -1183,7 +1183,7 @@ class kr {
|
|
|
1183
1183
|
const o = this.changedObservablesSets.get(e);
|
|
1184
1184
|
o && (this._isIncluded(e) && console.log(...this.textToConsoleArgs([
|
|
1185
1185
|
U("autorun"),
|
|
1186
|
-
|
|
1186
|
+
R(e.debugName, { color: "BlueViolet" }),
|
|
1187
1187
|
this.formatChanges(o),
|
|
1188
1188
|
{ data: [{ fn: e._debugNameData.referenceFn ?? e._runFn }] }
|
|
1189
1189
|
])), o.clear(), this.indentation++);
|
|
@@ -1195,7 +1195,7 @@ class kr {
|
|
|
1195
1195
|
let o = e.getDebugName();
|
|
1196
1196
|
o === void 0 && (o = ""), this._isIncluded(e) && console.log(...this.textToConsoleArgs([
|
|
1197
1197
|
U("transaction"),
|
|
1198
|
-
|
|
1198
|
+
R(o, { color: "BlueViolet" }),
|
|
1199
1199
|
{ data: [{ fn: e._fn }] }
|
|
1200
1200
|
])), this.indentation++;
|
|
1201
1201
|
}
|
|
@@ -1203,7 +1203,7 @@ class kr {
|
|
|
1203
1203
|
this.indentation--;
|
|
1204
1204
|
}
|
|
1205
1205
|
}
|
|
1206
|
-
function
|
|
1206
|
+
function wr(r) {
|
|
1207
1207
|
const e = new Array(), o = [];
|
|
1208
1208
|
let n = "";
|
|
1209
1209
|
function t(c) {
|
|
@@ -1217,12 +1217,12 @@ function yr(r) {
|
|
|
1217
1217
|
return i.push(...o), i;
|
|
1218
1218
|
}
|
|
1219
1219
|
function $(r) {
|
|
1220
|
-
return
|
|
1220
|
+
return R(r, { color: "black" });
|
|
1221
1221
|
}
|
|
1222
1222
|
function U(r) {
|
|
1223
|
-
return
|
|
1223
|
+
return R(Fr(`${r}: `, 10), { color: "black", bold: !0 });
|
|
1224
1224
|
}
|
|
1225
|
-
function
|
|
1225
|
+
function R(r, e = {
|
|
1226
1226
|
color: "black"
|
|
1227
1227
|
}) {
|
|
1228
1228
|
function o(t) {
|
|
@@ -1238,12 +1238,12 @@ function I(r, e = {
|
|
|
1238
1238
|
}
|
|
1239
1239
|
function Z(r, e) {
|
|
1240
1240
|
try {
|
|
1241
|
-
return
|
|
1241
|
+
return Br(r, e);
|
|
1242
1242
|
} catch {
|
|
1243
1243
|
return "[[???]]";
|
|
1244
1244
|
}
|
|
1245
1245
|
}
|
|
1246
|
-
function
|
|
1246
|
+
function Br(r, e) {
|
|
1247
1247
|
switch (typeof r) {
|
|
1248
1248
|
case "number":
|
|
1249
1249
|
return "" + r;
|
|
@@ -1254,7 +1254,7 @@ function wr(r, e) {
|
|
|
1254
1254
|
case "undefined":
|
|
1255
1255
|
return "undefined";
|
|
1256
1256
|
case "object":
|
|
1257
|
-
return r === null ? "null" : Array.isArray(r) ?
|
|
1257
|
+
return r === null ? "null" : Array.isArray(r) ? _r(r, e) : Cr(r, e);
|
|
1258
1258
|
case "symbol":
|
|
1259
1259
|
return r.toString();
|
|
1260
1260
|
case "function":
|
|
@@ -1263,7 +1263,7 @@ function wr(r, e) {
|
|
|
1263
1263
|
return "" + r;
|
|
1264
1264
|
}
|
|
1265
1265
|
}
|
|
1266
|
-
function
|
|
1266
|
+
function _r(r, e) {
|
|
1267
1267
|
let o = "[ ", n = !0;
|
|
1268
1268
|
for (const t of r) {
|
|
1269
1269
|
if (n || (o += ", "), o.length - 5 > e) {
|
|
@@ -1274,7 +1274,7 @@ function Br(r, e) {
|
|
|
1274
1274
|
}
|
|
1275
1275
|
return o += " ]", o;
|
|
1276
1276
|
}
|
|
1277
|
-
function
|
|
1277
|
+
function Cr(r, e) {
|
|
1278
1278
|
try {
|
|
1279
1279
|
if (typeof r.toString == "function" && r.toString !== Object.prototype.toString) {
|
|
1280
1280
|
const c = r.toString();
|
|
@@ -1283,7 +1283,7 @@ function _r(r, e) {
|
|
|
1283
1283
|
} catch {
|
|
1284
1284
|
return "[[Object]]";
|
|
1285
1285
|
}
|
|
1286
|
-
const o =
|
|
1286
|
+
const o = po(r);
|
|
1287
1287
|
let n = o ? o + "(" : "{ ", t = !0, i;
|
|
1288
1288
|
try {
|
|
1289
1289
|
i = Object.entries(r);
|
|
@@ -1299,22 +1299,22 @@ function _r(r, e) {
|
|
|
1299
1299
|
}
|
|
1300
1300
|
return n += o ? ")" : " }", n;
|
|
1301
1301
|
}
|
|
1302
|
-
function
|
|
1302
|
+
function Sr(r, e) {
|
|
1303
1303
|
let o = "";
|
|
1304
1304
|
for (let n = 1; n <= e; n++)
|
|
1305
1305
|
o += r;
|
|
1306
1306
|
return o;
|
|
1307
1307
|
}
|
|
1308
|
-
function
|
|
1308
|
+
function Fr(r, e) {
|
|
1309
1309
|
for (; r.length < e; )
|
|
1310
1310
|
r += " ";
|
|
1311
1311
|
return r;
|
|
1312
1312
|
}
|
|
1313
|
-
function
|
|
1314
|
-
const o = (e == null ? void 0 : e.debugNamePostProcessor) ?? ((i) => i), n =
|
|
1315
|
-
return n ?
|
|
1313
|
+
function Ir(r, e) {
|
|
1314
|
+
const o = (e == null ? void 0 : e.debugNamePostProcessor) ?? ((i) => i), n = T.from(r, o);
|
|
1315
|
+
return n ? wo(n, 0, /* @__PURE__ */ new Set()).trim() : "";
|
|
1316
1316
|
}
|
|
1317
|
-
function
|
|
1317
|
+
function wo(r, e, o) {
|
|
1318
1318
|
const n = " ".repeat(e), t = [];
|
|
1319
1319
|
if (o.has(r.sourceObj))
|
|
1320
1320
|
return t.push(`${n}* ${r.type} ${r.name} (already listed)`), t.join(`
|
|
@@ -1322,41 +1322,42 @@ function yo(r, e, o) {
|
|
|
1322
1322
|
if (o.add(r.sourceObj), t.push(`${n}* ${r.type} ${r.name}:`), t.push(`${n} value: ${Z(r.value, 50)}`), t.push(`${n} state: ${r.state}`), r.dependencies.length > 0) {
|
|
1323
1323
|
t.push(`${n} dependencies:`);
|
|
1324
1324
|
for (const c of r.dependencies)
|
|
1325
|
-
t.push(
|
|
1325
|
+
t.push(wo(c, e + 1, o));
|
|
1326
1326
|
}
|
|
1327
1327
|
return t.join(`
|
|
1328
1328
|
`);
|
|
1329
1329
|
}
|
|
1330
|
-
class
|
|
1330
|
+
class T {
|
|
1331
1331
|
static from(e, o) {
|
|
1332
|
-
if (e instanceof
|
|
1332
|
+
if (e instanceof ho) {
|
|
1333
1333
|
const n = e.debugGetState();
|
|
1334
|
-
return new
|
|
1334
|
+
return new T(e, o(e.debugName), "autorun", void 0, n.stateStr, Array.from(n.dependencies).map((t) => T.from(t, o) || T.unknown(t)));
|
|
1335
1335
|
} else if (e instanceof W) {
|
|
1336
1336
|
const n = e.debugGetState();
|
|
1337
|
-
return new
|
|
1338
|
-
} else if (e instanceof
|
|
1337
|
+
return new T(e, o(e.debugName), "derived", n.value, n.stateStr, Array.from(n.dependencies).map((t) => T.from(t, o) || T.unknown(t)));
|
|
1338
|
+
} else if (e instanceof ko) {
|
|
1339
1339
|
const n = e.debugGetState();
|
|
1340
|
-
return new
|
|
1340
|
+
return new T(e, o(e.debugName), "observableValue", n.value, "upToDate", []);
|
|
1341
1341
|
} else if (e instanceof z) {
|
|
1342
1342
|
const n = e.debugGetState();
|
|
1343
|
-
return new
|
|
1343
|
+
return new T(e, o(e.debugName), "fromEvent", n.value, n.hasValue ? "upToDate" : "initial", []);
|
|
1344
1344
|
}
|
|
1345
1345
|
}
|
|
1346
1346
|
static unknown(e) {
|
|
1347
|
-
return new
|
|
1347
|
+
return new T(e, "(unknown)", "unknown", void 0, "unknown", []);
|
|
1348
1348
|
}
|
|
1349
1349
|
constructor(e, o, n, t, i, c) {
|
|
1350
1350
|
this.sourceObj = e, this.name = o, this.type = n, this.value = t, this.state = i, this.dependencies = c;
|
|
1351
1351
|
}
|
|
1352
1352
|
}
|
|
1353
|
-
lr(
|
|
1354
|
-
|
|
1355
|
-
class
|
|
1353
|
+
lr(Ir);
|
|
1354
|
+
er(kr);
|
|
1355
|
+
class Rr {
|
|
1356
1356
|
constructor() {
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1357
|
+
l(this, "_fixtures", w(this, /* @__PURE__ */ new Map()));
|
|
1358
|
+
l(this, "loading", w(this, !1));
|
|
1359
|
+
l(this, "error", w(this, void 0));
|
|
1360
|
+
l(this, "root", I(this, (e) => {
|
|
1360
1361
|
const o = this._fixtures.read(e);
|
|
1361
1362
|
return te(o);
|
|
1362
1363
|
}));
|
|
@@ -1381,7 +1382,7 @@ class Ir {
|
|
|
1381
1382
|
return t == null ? void 0 : t.component;
|
|
1382
1383
|
}
|
|
1383
1384
|
}
|
|
1384
|
-
class
|
|
1385
|
+
class Er {
|
|
1385
1386
|
constructor(e) {
|
|
1386
1387
|
this._run = e, this._changes = [], this._map = /* @__PURE__ */ new Map(), this._updateCounter = 0;
|
|
1387
1388
|
}
|
|
@@ -1410,46 +1411,46 @@ class Rr {
|
|
|
1410
1411
|
function m() {
|
|
1411
1412
|
return ue.instance;
|
|
1412
1413
|
}
|
|
1413
|
-
function
|
|
1414
|
+
function Tr() {
|
|
1414
1415
|
return me.instance;
|
|
1415
1416
|
}
|
|
1416
1417
|
function Hr() {
|
|
1417
1418
|
return fe.instance;
|
|
1418
1419
|
}
|
|
1419
|
-
m.const =
|
|
1420
|
+
m.const = Tr;
|
|
1420
1421
|
m.obs = Hr;
|
|
1421
1422
|
class ue {
|
|
1422
1423
|
create(e) {
|
|
1423
|
-
const o =
|
|
1424
|
+
const o = I((n) => e(n));
|
|
1424
1425
|
return { read: (n) => o };
|
|
1425
1426
|
}
|
|
1426
1427
|
}
|
|
1427
1428
|
ue.instance = new ue();
|
|
1428
1429
|
class me {
|
|
1429
1430
|
create(e) {
|
|
1430
|
-
const o =
|
|
1431
|
+
const o = I((n) => e(n));
|
|
1431
1432
|
return { read: (n) => o.read(n) };
|
|
1432
1433
|
}
|
|
1433
1434
|
}
|
|
1434
1435
|
me.instance = new me();
|
|
1435
1436
|
class fe {
|
|
1436
1437
|
create(e) {
|
|
1437
|
-
const o =
|
|
1438
|
+
const o = I((n) => {
|
|
1438
1439
|
const t = e(n);
|
|
1439
|
-
return
|
|
1440
|
+
return Mr(t) ? t.read(n) : t;
|
|
1440
1441
|
});
|
|
1441
1442
|
return { read: (n) => o };
|
|
1442
1443
|
}
|
|
1443
1444
|
}
|
|
1444
1445
|
fe.instance = new fe();
|
|
1445
|
-
function
|
|
1446
|
+
function Mr(r) {
|
|
1446
1447
|
return typeof r == "object" && r !== null && "read" in r;
|
|
1447
1448
|
}
|
|
1448
1449
|
function K(r, e) {
|
|
1449
1450
|
return Object.fromEntries(Object.entries(r).map(([o, n]) => [o, e(n, o)]));
|
|
1450
1451
|
}
|
|
1451
1452
|
const de = Symbol("ViewModelContext");
|
|
1452
|
-
class
|
|
1453
|
+
class Or {
|
|
1453
1454
|
constructor(e) {
|
|
1454
1455
|
this._store = new X(), this.props = e;
|
|
1455
1456
|
}
|
|
@@ -1457,35 +1458,35 @@ class Mr {
|
|
|
1457
1458
|
this._store.dispose();
|
|
1458
1459
|
}
|
|
1459
1460
|
}
|
|
1460
|
-
function
|
|
1461
|
-
return r[de] || (r[de] =
|
|
1461
|
+
function Vr(r) {
|
|
1462
|
+
return r[de] || (r[de] = co(void 0)), r[de];
|
|
1462
1463
|
}
|
|
1463
1464
|
function L(r = {}) {
|
|
1464
1465
|
var e;
|
|
1465
|
-
return e = class extends
|
|
1466
|
+
return e = class extends Or {
|
|
1466
1467
|
}, e._props = r, e;
|
|
1467
1468
|
}
|
|
1468
1469
|
let he = 0;
|
|
1469
|
-
const
|
|
1470
|
+
const Lr = new Er((r) => {
|
|
1470
1471
|
for (const e of r)
|
|
1471
1472
|
e.rendered = !1;
|
|
1472
1473
|
if (he > 0) {
|
|
1473
1474
|
const e = r.find((o) => o.isRendering);
|
|
1474
1475
|
e.itemsToRender = r;
|
|
1475
1476
|
} else
|
|
1476
|
-
|
|
1477
|
+
ao(() => {
|
|
1477
1478
|
for (const e of r)
|
|
1478
1479
|
e.rendered || e.forceUpdate();
|
|
1479
1480
|
});
|
|
1480
1481
|
});
|
|
1481
|
-
let
|
|
1482
|
+
let Nr = 0;
|
|
1482
1483
|
class Dr {
|
|
1483
1484
|
constructor(e, o) {
|
|
1484
1485
|
this.debugName = e, this.renderFactory = o, this._obsProps = void 0, this.forceUpdate = void 0, this._render = void 0, this._disposable = void 0, this.contextValues = /* @__PURE__ */ new Map(), this.cleanupEffect = () => () => {
|
|
1485
1486
|
var n;
|
|
1486
1487
|
(n = this._disposable) == null || n.dispose();
|
|
1487
1488
|
}, this.itemsToRender = [], this.handleAfterRender = () => {
|
|
1488
|
-
|
|
1489
|
+
ao(() => {
|
|
1489
1490
|
for (const n of this.itemsToRender)
|
|
1490
1491
|
n.rendered || n.forceUpdate();
|
|
1491
1492
|
}), this.itemsToRender = [];
|
|
@@ -1495,23 +1496,23 @@ class Dr {
|
|
|
1495
1496
|
return this.debugName;
|
|
1496
1497
|
}
|
|
1497
1498
|
updateProps(e) {
|
|
1498
|
-
this._obsProps ? this._obsProps.set(e, void 0) : (this._obsProps =
|
|
1499
|
+
this._obsProps ? this._obsProps.set(e, void 0) : (this._obsProps = w(this, e), this._render = this.renderFactory(this._obsProps, () => this.contextValues), this.rendering = I(this, this._render), this._disposable = Lr.addDependency(this.rendering, this));
|
|
1499
1500
|
}
|
|
1500
1501
|
}
|
|
1501
1502
|
function Fe(r, e, o) {
|
|
1502
|
-
const n = (c) => c + 1, t = () => new Dr(r + ++
|
|
1503
|
-
const d =
|
|
1503
|
+
const n = (c) => c + 1, t = () => new Dr(r + ++Nr, e), i = function(c) {
|
|
1504
|
+
const d = Uo(n, 0)[1], s = jo(t)[0];
|
|
1504
1505
|
for (const p of o ?? [])
|
|
1505
|
-
|
|
1506
|
-
if (Me(
|
|
1506
|
+
s.contextValues.set(p, qo(p));
|
|
1507
|
+
if (Me(s.cleanupEffect, []), Me(s.handleAfterRender), s.isRendering)
|
|
1507
1508
|
throw new Error("Component is already rendering");
|
|
1508
|
-
|
|
1509
|
+
s.isRendering = !0, he++;
|
|
1509
1510
|
try {
|
|
1510
|
-
|
|
1511
|
-
const p =
|
|
1512
|
-
return
|
|
1511
|
+
s.forceUpdate = d, s.updateProps(c);
|
|
1512
|
+
const p = s.rendering.get();
|
|
1513
|
+
return s.rendered = !0, p;
|
|
1513
1514
|
} finally {
|
|
1514
|
-
|
|
1515
|
+
s.isRendering = !1, he--;
|
|
1515
1516
|
}
|
|
1516
1517
|
};
|
|
1517
1518
|
return i.displayName = r, i;
|
|
@@ -1526,7 +1527,7 @@ function E(r, e) {
|
|
|
1526
1527
|
};
|
|
1527
1528
|
});
|
|
1528
1529
|
}
|
|
1529
|
-
function
|
|
1530
|
+
function Gr(r) {
|
|
1530
1531
|
const e = [];
|
|
1531
1532
|
for (const o of Object.values(r)) {
|
|
1532
1533
|
const n = o._requiredContext;
|
|
@@ -1534,52 +1535,52 @@ function Nr(r) {
|
|
|
1534
1535
|
}
|
|
1535
1536
|
return e;
|
|
1536
1537
|
}
|
|
1537
|
-
function
|
|
1538
|
-
const n = typeof e == "function" ? {} : e, t = typeof e == "function" ? e : o, i = "_props" in r ? r._props : {}, c =
|
|
1538
|
+
function N(r, e, o) {
|
|
1539
|
+
const n = typeof e == "function" ? {} : e, t = typeof e == "function" ? e : o, i = "_props" in r ? r._props : {}, c = Gr({ ...i, ...n }), d = Vr(r), s = [...c, d];
|
|
1539
1540
|
return Fe("viewWithModel", (p, g) => {
|
|
1540
|
-
const v = g(), b = v.get(d), k = "_props" in r ? K(r._props, (
|
|
1541
|
-
} } :
|
|
1542
|
-
const y = K(k, (C) => C.read(
|
|
1541
|
+
const v = g(), b = v.get(d), k = "_props" in r ? K(r._props, (x, y) => x.create((C) => p.read(C)[y], v.get(x._requiredContext))) : {}, _ = b ? { read: () => b, dispose: () => {
|
|
1542
|
+
} } : fr((x) => {
|
|
1543
|
+
const y = K(k, (C) => C.read(x));
|
|
1543
1544
|
return new r(y);
|
|
1544
|
-
}), u = K(n, (
|
|
1545
|
-
return (
|
|
1546
|
-
const y = _.read(
|
|
1547
|
-
return t(
|
|
1545
|
+
}), u = K(n, (x, y) => x.create((C) => p.read(C)[y], v.get(x._requiredContext)));
|
|
1546
|
+
return (x) => {
|
|
1547
|
+
const y = _.read(x), C = K(u, (ee) => ee.read(x));
|
|
1548
|
+
return t(x, y, C);
|
|
1548
1549
|
};
|
|
1549
|
-
},
|
|
1550
|
+
}, s.length > 0 ? s : void 0);
|
|
1550
1551
|
}
|
|
1551
1552
|
E({ value: m.obs() }, (r, e) => e.value.read(r));
|
|
1552
|
-
|
|
1553
|
-
function
|
|
1553
|
+
co(null);
|
|
1554
|
+
function Bo(r) {
|
|
1554
1555
|
var e;
|
|
1555
1556
|
return {
|
|
1556
1557
|
id: r.id,
|
|
1557
1558
|
name: r.name,
|
|
1558
1559
|
type: r.type,
|
|
1559
|
-
children: (e = r.children) == null ? void 0 : e.map(
|
|
1560
|
+
children: (e = r.children) == null ? void 0 : e.map(Bo),
|
|
1560
1561
|
component: r.component,
|
|
1561
1562
|
labels: r.labels
|
|
1562
1563
|
};
|
|
1563
1564
|
}
|
|
1564
|
-
function
|
|
1565
|
+
function Ar(r, e) {
|
|
1565
1566
|
if (r.name.toLowerCase().includes(e)) return !0;
|
|
1566
1567
|
for (const o of r.labels)
|
|
1567
1568
|
if (o.toLowerCase().includes(e)) return !0;
|
|
1568
1569
|
return !1;
|
|
1569
1570
|
}
|
|
1570
|
-
function
|
|
1571
|
+
function zr(r, e) {
|
|
1571
1572
|
if (!e) return r;
|
|
1572
1573
|
const o = e.toLowerCase();
|
|
1573
|
-
return
|
|
1574
|
+
return _o(r, o);
|
|
1574
1575
|
}
|
|
1575
|
-
function
|
|
1576
|
-
const o =
|
|
1576
|
+
function _o(r, e) {
|
|
1577
|
+
const o = Ar(r, e);
|
|
1577
1578
|
if (!r.children || r.children.length === 0)
|
|
1578
1579
|
return o ? r : void 0;
|
|
1579
1580
|
if (o) return r;
|
|
1580
1581
|
const n = [];
|
|
1581
1582
|
for (const t of r.children) {
|
|
1582
|
-
const i =
|
|
1583
|
+
const i = _o(t, e);
|
|
1583
1584
|
i && n.push(i);
|
|
1584
1585
|
}
|
|
1585
1586
|
if (n.length !== 0)
|
|
@@ -1601,107 +1602,108 @@ function re(r, e) {
|
|
|
1601
1602
|
p !== null && (c = i(p));
|
|
1602
1603
|
} catch {
|
|
1603
1604
|
}
|
|
1604
|
-
const d =
|
|
1605
|
+
const d = w(r, c), s = d.set.bind(d);
|
|
1605
1606
|
return d.set = (p, g) => {
|
|
1606
1607
|
try {
|
|
1607
1608
|
localStorage.setItem(o, t(p));
|
|
1608
1609
|
} catch {
|
|
1609
1610
|
}
|
|
1610
|
-
|
|
1611
|
+
s(p, g);
|
|
1611
1612
|
}, d;
|
|
1612
1613
|
}
|
|
1613
1614
|
function We(r, e) {
|
|
1614
|
-
const n = new URLSearchParams(location.search).get(e) || void 0, t =
|
|
1615
|
+
const n = new URLSearchParams(location.search).get(e) || void 0, t = w(r, n);
|
|
1615
1616
|
window.addEventListener("popstate", () => {
|
|
1616
1617
|
const c = new URLSearchParams(location.search);
|
|
1617
1618
|
t.set(c.get(e) || void 0, void 0);
|
|
1618
1619
|
});
|
|
1619
1620
|
const i = t.set.bind(t);
|
|
1620
1621
|
return t.set = (c, d) => {
|
|
1621
|
-
const
|
|
1622
|
-
c ?
|
|
1623
|
-
const p =
|
|
1622
|
+
const s = new URLSearchParams(location.search);
|
|
1623
|
+
c ? s.set(e, c) : s.delete(e);
|
|
1624
|
+
const p = s.toString(), g = location.pathname + (p ? "?" + p : "") + location.hash;
|
|
1624
1625
|
history.replaceState(history.state, "", g), i(c, d);
|
|
1625
1626
|
}, t;
|
|
1626
1627
|
}
|
|
1627
|
-
function
|
|
1628
|
+
function Co(r, e) {
|
|
1628
1629
|
const o = new URLSearchParams(location.search);
|
|
1629
1630
|
return o.set(r, e), location.pathname + "?" + o.toString();
|
|
1630
1631
|
}
|
|
1631
|
-
class
|
|
1632
|
+
class Pr extends L({
|
|
1632
1633
|
registry: m.const(),
|
|
1633
1634
|
daemonModel: m.const(),
|
|
1634
1635
|
reportModel: m.const()
|
|
1635
1636
|
}) {
|
|
1636
1637
|
constructor() {
|
|
1637
1638
|
super(...arguments);
|
|
1638
|
-
|
|
1639
|
+
l(this, "leftSidebarVisible", re(this, {
|
|
1639
1640
|
storageKey: "component-explorer:leftSidebarVisible",
|
|
1640
1641
|
defaultValue: !0
|
|
1641
1642
|
}));
|
|
1642
|
-
|
|
1643
|
+
l(this, "rightSidebarVisible", re(this, {
|
|
1643
1644
|
storageKey: "component-explorer:rightSidebarVisible",
|
|
1644
1645
|
defaultValue: !1
|
|
1645
1646
|
}));
|
|
1646
|
-
|
|
1647
|
+
l(this, "isDarkTheme", re(this, {
|
|
1647
1648
|
storageKey: "component-explorer:isDarkTheme",
|
|
1648
1649
|
defaultValue: !0
|
|
1649
1650
|
}));
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1651
|
+
l(this, "selectedNodeId", We(this, "fixture"));
|
|
1652
|
+
l(this, "expandedNodeIds", w(this, this._initialExpandedNodes()));
|
|
1653
|
+
l(this, "viewMode", re(this, {
|
|
1653
1654
|
storageKey: "component-explorer:viewMode",
|
|
1654
1655
|
defaultValue: "session"
|
|
1655
1656
|
}));
|
|
1656
|
-
|
|
1657
|
-
|
|
1657
|
+
l(this, "loading", I(this, (o) => this.props.registry.loading.read(o)));
|
|
1658
|
+
l(this, "error", I(this, (o) => this.props.registry.error.read(o)));
|
|
1659
|
+
l(this, "searchQuery", We(this, "search"));
|
|
1658
1660
|
/** The explorer's tree derived from the registry or report */
|
|
1659
|
-
|
|
1661
|
+
l(this, "tree", I(this, (o) => {
|
|
1660
1662
|
const n = this.props.reportModel;
|
|
1661
1663
|
if (n)
|
|
1662
1664
|
return n.buildTree(o);
|
|
1663
1665
|
const t = this.props.registry.root.read(o);
|
|
1664
|
-
return
|
|
1666
|
+
return Bo(t);
|
|
1665
1667
|
}));
|
|
1666
|
-
|
|
1668
|
+
l(this, "filteredTree", I(this, (o) => {
|
|
1667
1669
|
const n = this.tree.read(o), t = this.searchQuery.read(o);
|
|
1668
|
-
return
|
|
1670
|
+
return zr(n, t) ?? { ...n, children: [] };
|
|
1669
1671
|
}));
|
|
1670
|
-
|
|
1672
|
+
l(this, "selectedNode", I(this, (o) => {
|
|
1671
1673
|
const n = this.selectedNodeId.read(o);
|
|
1672
1674
|
if (n === void 0) return;
|
|
1673
1675
|
const t = this.filteredTree.read(o);
|
|
1674
1676
|
return t.id.value === n ? t : this._findNode(t.children ?? [], n);
|
|
1675
1677
|
}));
|
|
1676
1678
|
/** List of preview rows to render based on current selection and view mode */
|
|
1677
|
-
|
|
1679
|
+
l(this, "selectedFixtures", I(this, (o) => {
|
|
1678
1680
|
const n = this.selectedNode.read(o);
|
|
1679
1681
|
if (!n) return [];
|
|
1680
1682
|
const t = n.type === "component" ? n.id.segments.slice(-3).join(" / ") : n.name;
|
|
1681
1683
|
return this.isReportMode ? (this.props.reportModel.state.read(o), this._collectReportRows(n, t)) : this.viewMode.read(o) === "diff" && this.daemonAvailable && this.daemon.sessions.read(o).length > 1 ? this._collectDiffRows(n, t) : this._collectPreviewRows(n, t);
|
|
1682
1684
|
}));
|
|
1683
|
-
|
|
1685
|
+
l(this, "setViewMode", (o) => {
|
|
1684
1686
|
this.viewMode.set(o, void 0);
|
|
1685
1687
|
});
|
|
1686
|
-
|
|
1688
|
+
l(this, "navigateToSession", (o) => {
|
|
1687
1689
|
const n = this.props.daemonModel;
|
|
1688
1690
|
if (!n) return;
|
|
1689
1691
|
const t = n.getSessionExplorerUrl(o);
|
|
1690
1692
|
t && (window.location.href = t);
|
|
1691
1693
|
});
|
|
1692
|
-
|
|
1694
|
+
l(this, "toggleLeftSidebar", () => {
|
|
1693
1695
|
this.leftSidebarVisible.set(!this.leftSidebarVisible.get(), void 0);
|
|
1694
1696
|
});
|
|
1695
|
-
|
|
1697
|
+
l(this, "toggleRightSidebar", () => {
|
|
1696
1698
|
this.rightSidebarVisible.set(!this.rightSidebarVisible.get(), void 0);
|
|
1697
1699
|
});
|
|
1698
|
-
|
|
1700
|
+
l(this, "toggleTheme", () => {
|
|
1699
1701
|
this.isDarkTheme.set(!this.isDarkTheme.get(), void 0);
|
|
1700
1702
|
});
|
|
1701
|
-
|
|
1703
|
+
l(this, "selectNode", (o) => {
|
|
1702
1704
|
this.selectedNodeId.set(o, void 0);
|
|
1703
1705
|
});
|
|
1704
|
-
|
|
1706
|
+
l(this, "toggleNodeExpanded", (o) => {
|
|
1705
1707
|
const n = this.expandedNodeIds.get(), t = new Set(n);
|
|
1706
1708
|
t.has(o) ? t.delete(o) : t.add(o), this.expandedNodeIds.set(t, void 0);
|
|
1707
1709
|
});
|
|
@@ -1724,7 +1726,7 @@ class zr extends L({
|
|
|
1724
1726
|
_initialExpandedNodes() {
|
|
1725
1727
|
const o = this.selectedNodeId.get();
|
|
1726
1728
|
if (!o) return /* @__PURE__ */ new Set([""]);
|
|
1727
|
-
const n = new
|
|
1729
|
+
const n = new H(o).segments, t = /* @__PURE__ */ new Set([""]);
|
|
1728
1730
|
for (let i = 1; i <= n.length; i++)
|
|
1729
1731
|
t.add(n.slice(0, i).join("/"));
|
|
1730
1732
|
return t;
|
|
@@ -1834,13 +1836,13 @@ class zr extends L({
|
|
|
1834
1836
|
}
|
|
1835
1837
|
const c = [];
|
|
1836
1838
|
for (const d of o.children ?? []) {
|
|
1837
|
-
const
|
|
1838
|
-
c.push(...this._collectReportRows(d,
|
|
1839
|
+
const s = n ? `${n} / ${d.name}` : d.name;
|
|
1840
|
+
c.push(...this._collectReportRows(d, s));
|
|
1839
1841
|
}
|
|
1840
1842
|
return c;
|
|
1841
1843
|
}
|
|
1842
1844
|
}
|
|
1843
|
-
const
|
|
1845
|
+
const h = {
|
|
1844
1846
|
container: {
|
|
1845
1847
|
display: "flex",
|
|
1846
1848
|
flexDirection: "row",
|
|
@@ -2032,13 +2034,13 @@ const x = {
|
|
|
2032
2034
|
function Ie(...r) {
|
|
2033
2035
|
return Object.assign({}, ...r.filter(Boolean));
|
|
2034
2036
|
}
|
|
2035
|
-
class
|
|
2037
|
+
class Wr extends L({
|
|
2036
2038
|
active: m()
|
|
2037
2039
|
}) {
|
|
2038
2040
|
constructor() {
|
|
2039
2041
|
super(...arguments);
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
+
l(this, "isHovered", w(this, !1));
|
|
2043
|
+
l(this, "setHovered", (o) => {
|
|
2042
2044
|
this.isHovered.set(o, void 0);
|
|
2043
2045
|
});
|
|
2044
2046
|
}
|
|
@@ -2046,8 +2048,8 @@ class Pr extends L({
|
|
|
2046
2048
|
return this.props.active;
|
|
2047
2049
|
}
|
|
2048
2050
|
}
|
|
2049
|
-
const
|
|
2050
|
-
|
|
2051
|
+
const se = N(
|
|
2052
|
+
Wr,
|
|
2051
2053
|
{
|
|
2052
2054
|
onClick: m.const(),
|
|
2053
2055
|
title: m.const(),
|
|
@@ -2055,9 +2057,9 @@ const le = D(
|
|
|
2055
2057
|
},
|
|
2056
2058
|
(r, e, o) => {
|
|
2057
2059
|
const n = e.isHovered.read(r), t = e.active.read(r), i = Ie(
|
|
2058
|
-
|
|
2059
|
-
n && !t &&
|
|
2060
|
-
t &&
|
|
2060
|
+
h.titleBarButton,
|
|
2061
|
+
n && !t && h.titleBarButtonHover,
|
|
2062
|
+
t && h.titleBarButtonActive
|
|
2061
2063
|
);
|
|
2062
2064
|
return /* @__PURE__ */ a(
|
|
2063
2065
|
"button",
|
|
@@ -2071,11 +2073,11 @@ const le = D(
|
|
|
2071
2073
|
}
|
|
2072
2074
|
);
|
|
2073
2075
|
}
|
|
2074
|
-
),
|
|
2076
|
+
), $r = ({ style: r }) => /* @__PURE__ */ a("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", style: r, children: /* @__PURE__ */ a("path", { d: "M5.7 13.7L5 13l4.6-4.6L5 3.7l.7-.7 5.3 5.4-5.3 5.3z" }) }), Ur = ({ style: r }) => /* @__PURE__ */ a("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", style: r, children: /* @__PURE__ */ a("path", { d: "M11 5.5L6 10.5L5.3 9.8L9.6 5.5L5.3 1.2L6 0.5L11 5.5z", transform: "rotate(90 8 5.5)" }) }), jr = ({ style: r }) => /* @__PURE__ */ a("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", style: r, children: /* @__PURE__ */ a("path", { d: "M14.5 2H9l-.35.15-.65.64-.65-.64L7 2H1.5l-.5.5v10l.5.5H7l.35-.15.65-.64.65.64.35.15h5.5l.5-.5v-10l-.5-.5zm-7 10H2V3h5v.86L5.85 5l1.15 1.14V10l-1.15-1.14L7 7.72V12zm6 0H8V7.72l1.15 1.14L8 10V6.14L9.15 5 8 3.86V3h5v9z" }) }), qr = ({ style: r }) => /* @__PURE__ */ a("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", style: r, children: /* @__PURE__ */ a("path", { d: "M14.5 3H7.71l-.85-.85L6.5 2h-5l-.5.5v11l.5.5h13l.5-.5v-10l-.5-.5zm-.5 10H2V6h12v7zm0-8H2V3h4.29l.85.85.36.15H14v1z" }) }), Qr = () => /* @__PURE__ */ a("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", children: /* @__PURE__ */ a("path", { d: "M2 2v12h12V2H2zm11 11H6V3h7v10zM3 3h2v10H3V3z" }) }), Kr = () => /* @__PURE__ */ a("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", children: /* @__PURE__ */ a("path", { d: "M2 2v12h12V2H2zm6 11V3h5v10H8zM3 3h4v10H3V3z" }) }), Jr = () => /* @__PURE__ */ a("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", children: /* @__PURE__ */ a("path", { d: "M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z" }) }), Zr = () => /* @__PURE__ */ a("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", children: /* @__PURE__ */ a("path", { d: "M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278z" }) }), Yr = E(
|
|
2075
2077
|
{ model: m.const() },
|
|
2076
2078
|
(r, e) => {
|
|
2077
|
-
var d,
|
|
2078
|
-
const o = e.model, n = o.viewMode.read(r), t = ((d = o.daemon) == null ? void 0 : d.sessions.read(r)) ?? [], i = (
|
|
2079
|
+
var d, s;
|
|
2080
|
+
const o = e.model, n = o.viewMode.read(r), t = ((d = o.daemon) == null ? void 0 : d.sessions.read(r)) ?? [], i = (s = o.daemon) == null ? void 0 : s.sessionName, c = t.filter((p) => p.name !== i);
|
|
2079
2081
|
return t.length <= 1 ? null : /* @__PURE__ */ f("div", { style: J.container, children: [
|
|
2080
2082
|
/* @__PURE__ */ f("div", { style: J.segmentedControl, children: [
|
|
2081
2083
|
/* @__PURE__ */ a($e, { label: "Live", mode: "session", active: n === "session", onClick: () => o.setViewMode("session") }),
|
|
@@ -2107,47 +2109,47 @@ function $e({ label: r, mode: e, active: o, onClick: n }) {
|
|
|
2107
2109
|
}
|
|
2108
2110
|
);
|
|
2109
2111
|
}
|
|
2110
|
-
const
|
|
2112
|
+
const Xr = E(
|
|
2111
2113
|
{
|
|
2112
2114
|
model: m.const()
|
|
2113
2115
|
},
|
|
2114
2116
|
(r, e) => {
|
|
2115
2117
|
const o = e.model, n = o.leftSidebarVisible.read(r), t = o.rightSidebarVisible.read(r), i = o.isDarkTheme.read(r), c = o.selectedNode.read(r);
|
|
2116
|
-
return /* @__PURE__ */ f("div", { style:
|
|
2117
|
-
/* @__PURE__ */ a("div", { style:
|
|
2118
|
-
|
|
2118
|
+
return /* @__PURE__ */ f("div", { style: h.titleBar, children: [
|
|
2119
|
+
/* @__PURE__ */ a("div", { style: h.titleBarSection, children: /* @__PURE__ */ a(
|
|
2120
|
+
se,
|
|
2119
2121
|
{
|
|
2120
2122
|
active: n,
|
|
2121
2123
|
onClick: o.toggleLeftSidebar,
|
|
2122
2124
|
title: "Toggle left sidebar",
|
|
2123
|
-
children: /* @__PURE__ */ a(
|
|
2125
|
+
children: /* @__PURE__ */ a(Qr, {})
|
|
2124
2126
|
}
|
|
2125
2127
|
) }),
|
|
2126
|
-
/* @__PURE__ */ f("div", { style:
|
|
2127
|
-
o.isReportMode ? /* @__PURE__ */ a("span", { style: { fontSize: 12, color: "var(--component-explorer-descriptionForeground)" }, children: "Screenshot Report" }) : o.daemonAvailable ? /* @__PURE__ */ a(
|
|
2128
|
+
/* @__PURE__ */ f("div", { style: h.titleBarCenter, children: [
|
|
2129
|
+
o.isReportMode ? /* @__PURE__ */ a("span", { style: { fontSize: 12, color: "var(--component-explorer-descriptionForeground)" }, children: "Screenshot Report" }) : o.daemonAvailable ? /* @__PURE__ */ a(Yr, { model: o }) : null,
|
|
2128
2130
|
c ? /* @__PURE__ */ f(ke, { children: [
|
|
2129
2131
|
/* @__PURE__ */ a("span", { style: { color: "var(--component-explorer-textLink-foreground)" }, children: "<" }),
|
|
2130
2132
|
/* @__PURE__ */ a("span", { children: c.name }),
|
|
2131
2133
|
/* @__PURE__ */ a("span", { style: { color: "var(--component-explorer-textLink-foreground)" }, children: "/>" })
|
|
2132
2134
|
] }) : /* @__PURE__ */ a("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: "No component selected" })
|
|
2133
2135
|
] }),
|
|
2134
|
-
/* @__PURE__ */ f("div", { style:
|
|
2136
|
+
/* @__PURE__ */ f("div", { style: h.titleBarSection, children: [
|
|
2135
2137
|
/* @__PURE__ */ a(
|
|
2136
|
-
|
|
2138
|
+
se,
|
|
2137
2139
|
{
|
|
2138
2140
|
active: !1,
|
|
2139
2141
|
onClick: o.toggleTheme,
|
|
2140
2142
|
title: i ? "Switch to light theme" : "Switch to dark theme",
|
|
2141
|
-
children: i ? /* @__PURE__ */ a(
|
|
2143
|
+
children: i ? /* @__PURE__ */ a(Jr, {}) : /* @__PURE__ */ a(Zr, {})
|
|
2142
2144
|
}
|
|
2143
2145
|
),
|
|
2144
2146
|
/* @__PURE__ */ a(
|
|
2145
|
-
|
|
2147
|
+
se,
|
|
2146
2148
|
{
|
|
2147
2149
|
active: t,
|
|
2148
2150
|
onClick: o.toggleRightSidebar,
|
|
2149
2151
|
title: "Toggle right sidebar",
|
|
2150
|
-
children: /* @__PURE__ */ a(
|
|
2152
|
+
children: /* @__PURE__ */ a(Kr, {})
|
|
2151
2153
|
}
|
|
2152
2154
|
)
|
|
2153
2155
|
] })
|
|
@@ -2197,7 +2199,7 @@ const Yr = E(
|
|
|
2197
2199
|
color: "var(--component-explorer-textLink-foreground)",
|
|
2198
2200
|
cursor: "pointer"
|
|
2199
2201
|
}
|
|
2200
|
-
},
|
|
2202
|
+
}, en = {
|
|
2201
2203
|
display: "flex",
|
|
2202
2204
|
gap: "3px",
|
|
2203
2205
|
marginLeft: "6px",
|
|
@@ -2205,10 +2207,10 @@ const Yr = E(
|
|
|
2205
2207
|
flexShrink: 1,
|
|
2206
2208
|
minWidth: 0
|
|
2207
2209
|
};
|
|
2208
|
-
function
|
|
2209
|
-
return r.type === "component" ? 1 : (r.children ?? []).reduce((e, o) => e +
|
|
2210
|
+
function So(r) {
|
|
2211
|
+
return r.type === "component" ? 1 : (r.children ?? []).reduce((e, o) => e + So(o), 0);
|
|
2210
2212
|
}
|
|
2211
|
-
const
|
|
2213
|
+
const on = {
|
|
2212
2214
|
fontSize: "10px",
|
|
2213
2215
|
lineHeight: "14px",
|
|
2214
2216
|
padding: "0 4px",
|
|
@@ -2220,32 +2222,32 @@ const en = {
|
|
|
2220
2222
|
textOverflow: "ellipsis",
|
|
2221
2223
|
maxWidth: "60px",
|
|
2222
2224
|
cursor: "pointer"
|
|
2223
|
-
},
|
|
2225
|
+
}, Fo = E(
|
|
2224
2226
|
{
|
|
2225
2227
|
model: m.const(),
|
|
2226
2228
|
nodes: m.const(),
|
|
2227
2229
|
depth: m.const()
|
|
2228
2230
|
},
|
|
2229
|
-
(r, e) => /* @__PURE__ */ a(ke, { children: e.nodes.map((o) => /* @__PURE__ */ a(
|
|
2231
|
+
(r, e) => /* @__PURE__ */ a(ke, { children: e.nodes.map((o) => /* @__PURE__ */ a(nn, { model: e.model, node: o, depth: e.depth }, o.id.value)) })
|
|
2230
2232
|
);
|
|
2231
|
-
class
|
|
2233
|
+
class rn extends L({
|
|
2232
2234
|
model: m.const(),
|
|
2233
2235
|
node: m.const(),
|
|
2234
2236
|
depth: m.const()
|
|
2235
2237
|
}) {
|
|
2236
2238
|
constructor() {
|
|
2237
2239
|
super(...arguments);
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
+
l(this, "isHovered", w(this, !1));
|
|
2241
|
+
l(this, "setHovered", (o) => {
|
|
2240
2242
|
this.isHovered.set(o, void 0);
|
|
2241
2243
|
});
|
|
2242
|
-
|
|
2244
|
+
l(this, "handleClick", () => {
|
|
2243
2245
|
this.props.model.selectNode(this.props.node.id.value);
|
|
2244
2246
|
});
|
|
2245
|
-
|
|
2247
|
+
l(this, "handleDoubleClick", () => {
|
|
2246
2248
|
this._hasChildren && this.props.model.toggleNodeExpanded(this.props.node.id.value);
|
|
2247
2249
|
});
|
|
2248
|
-
|
|
2250
|
+
l(this, "handleChevronClick", (o) => {
|
|
2249
2251
|
o.stopPropagation(), this.props.model.toggleNodeExpanded(this.props.node.id.value);
|
|
2250
2252
|
});
|
|
2251
2253
|
}
|
|
@@ -2263,12 +2265,12 @@ class on extends L({
|
|
|
2263
2265
|
return !!(this.props.node.children && this.props.node.children.length > 0);
|
|
2264
2266
|
}
|
|
2265
2267
|
}
|
|
2266
|
-
const
|
|
2267
|
-
const o = e.explorerModel, n = e.treeNode, t = e.treeDepth, i = !!(n.children && n.children.length > 0), c = i ? o.isNodeExpanded(n.id.value, r) : !1,
|
|
2268
|
-
|
|
2268
|
+
const nn = N(rn, {}, (r, e) => {
|
|
2269
|
+
const o = e.explorerModel, n = e.treeNode, t = e.treeDepth, i = !!(n.children && n.children.length > 0), c = i ? o.isNodeExpanded(n.id.value, r) : !1, s = o.selectedNodeId.read(r) === n.id.value, p = e.isHovered.read(r), g = Ie(
|
|
2270
|
+
h.treeItem,
|
|
2269
2271
|
{ paddingLeft: `${8 + t * 12}px` },
|
|
2270
|
-
|
|
2271
|
-
!
|
|
2272
|
+
s && h.treeItemSelected,
|
|
2273
|
+
!s && p && h.treeItemHover
|
|
2272
2274
|
);
|
|
2273
2275
|
return /* @__PURE__ */ f(ke, { children: [
|
|
2274
2276
|
/* @__PURE__ */ f(
|
|
@@ -2280,13 +2282,13 @@ const rn = D(on, {}, (r, e) => {
|
|
|
2280
2282
|
onMouseEnter: () => e.setHovered(!0),
|
|
2281
2283
|
onMouseLeave: () => e.setHovered(!1),
|
|
2282
2284
|
children: [
|
|
2283
|
-
i ? /* @__PURE__ */ a("div", { style:
|
|
2284
|
-
/* @__PURE__ */ a("div", { style:
|
|
2285
|
-
/* @__PURE__ */ a("span", { style:
|
|
2286
|
-
n.labels.some((v) => !v.startsWith(".")) && /* @__PURE__ */ a("span", { style:
|
|
2285
|
+
i ? /* @__PURE__ */ a("div", { style: h.treeItemChevron, onClick: e.handleChevronClick, children: c ? /* @__PURE__ */ a(Ur, {}) : /* @__PURE__ */ a($r, {}) }) : /* @__PURE__ */ a("div", { style: h.treeItemChevronPlaceholder }),
|
|
2286
|
+
/* @__PURE__ */ a("div", { style: h.treeItemIcon, children: n.type === "folder" ? /* @__PURE__ */ a(qr, { style: { color: "var(--component-explorer-symbolIcon-folderForeground)" } }) : /* @__PURE__ */ a(jr, { style: { color: "#deb45b" } }) }),
|
|
2287
|
+
/* @__PURE__ */ a("span", { style: h.treeItemLabel, children: n.name }),
|
|
2288
|
+
n.labels.some((v) => !v.startsWith(".")) && /* @__PURE__ */ a("span", { style: en, children: n.labels.filter((v) => !v.startsWith(".")).map((v) => /* @__PURE__ */ a(
|
|
2287
2289
|
"span",
|
|
2288
2290
|
{
|
|
2289
|
-
style:
|
|
2291
|
+
style: on,
|
|
2290
2292
|
onClick: (b) => {
|
|
2291
2293
|
b.stopPropagation(), o.searchQuery.set(v, void 0);
|
|
2292
2294
|
},
|
|
@@ -2295,16 +2297,16 @@ const rn = D(on, {}, (r, e) => {
|
|
|
2295
2297
|
},
|
|
2296
2298
|
v
|
|
2297
2299
|
)) }),
|
|
2298
|
-
n.type === "folder" && i && /* @__PURE__ */ a("span", { style:
|
|
2300
|
+
n.type === "folder" && i && /* @__PURE__ */ a("span", { style: h.treeItemCount, children: So(n) })
|
|
2299
2301
|
]
|
|
2300
2302
|
}
|
|
2301
2303
|
),
|
|
2302
|
-
i && c && /* @__PURE__ */ a(
|
|
2304
|
+
i && c && /* @__PURE__ */ a(Fo, { model: o, nodes: n.children, depth: t + 1 })
|
|
2303
2305
|
] });
|
|
2304
|
-
}),
|
|
2306
|
+
}), tn = {
|
|
2305
2307
|
padding: "4px 8px",
|
|
2306
2308
|
borderBottom: "1px solid var(--component-explorer-panel-border)"
|
|
2307
|
-
},
|
|
2309
|
+
}, cn = {
|
|
2308
2310
|
width: "100%",
|
|
2309
2311
|
height: "24px",
|
|
2310
2312
|
padding: "0 22px 0 6px",
|
|
@@ -2315,9 +2317,9 @@ const rn = D(on, {}, (r, e) => {
|
|
|
2315
2317
|
borderRadius: "2px",
|
|
2316
2318
|
outline: "none",
|
|
2317
2319
|
boxSizing: "border-box"
|
|
2318
|
-
}, cn = {
|
|
2319
|
-
position: "relative"
|
|
2320
2320
|
}, an = {
|
|
2321
|
+
position: "relative"
|
|
2322
|
+
}, dn = {
|
|
2321
2323
|
position: "absolute",
|
|
2322
2324
|
right: "2px",
|
|
2323
2325
|
top: "50%",
|
|
@@ -2334,19 +2336,19 @@ const rn = D(on, {}, (r, e) => {
|
|
|
2334
2336
|
borderRadius: "2px",
|
|
2335
2337
|
fontSize: "14px",
|
|
2336
2338
|
opacity: 0.7
|
|
2337
|
-
},
|
|
2339
|
+
}, sn = E(
|
|
2338
2340
|
{
|
|
2339
2341
|
model: m.const()
|
|
2340
2342
|
},
|
|
2341
2343
|
(r, e) => {
|
|
2342
2344
|
const o = e.model.searchQuery.read(r);
|
|
2343
|
-
return /* @__PURE__ */ a("div", { style:
|
|
2345
|
+
return /* @__PURE__ */ a("div", { style: tn, children: /* @__PURE__ */ f("div", { style: an, children: [
|
|
2344
2346
|
/* @__PURE__ */ a(
|
|
2345
2347
|
"input",
|
|
2346
2348
|
{
|
|
2347
2349
|
type: "text",
|
|
2348
2350
|
placeholder: "Filter (name or label)",
|
|
2349
|
-
style:
|
|
2351
|
+
style: cn,
|
|
2350
2352
|
value: o ?? "",
|
|
2351
2353
|
onChange: (n) => e.model.searchQuery.set(n.target.value || void 0, void 0),
|
|
2352
2354
|
onFocus: (n) => n.target.style.borderColor = "var(--component-explorer-focusBorder)",
|
|
@@ -2356,7 +2358,7 @@ const rn = D(on, {}, (r, e) => {
|
|
|
2356
2358
|
o && /* @__PURE__ */ a(
|
|
2357
2359
|
"button",
|
|
2358
2360
|
{
|
|
2359
|
-
style:
|
|
2361
|
+
style: dn,
|
|
2360
2362
|
onClick: () => e.model.searchQuery.set(void 0, void 0),
|
|
2361
2363
|
title: "Clear filter",
|
|
2362
2364
|
children: "×"
|
|
@@ -2370,23 +2372,23 @@ const rn = D(on, {}, (r, e) => {
|
|
|
2370
2372
|
},
|
|
2371
2373
|
(r, e) => {
|
|
2372
2374
|
const o = e.model.filteredTree.read(r);
|
|
2373
|
-
return /* @__PURE__ */ f("div", { style:
|
|
2374
|
-
/* @__PURE__ */ a("div", { style:
|
|
2375
|
-
/* @__PURE__ */ a(
|
|
2376
|
-
/* @__PURE__ */ a("div", { style:
|
|
2375
|
+
return /* @__PURE__ */ f("div", { style: h.sidebar, children: [
|
|
2376
|
+
/* @__PURE__ */ a("div", { style: h.sidebarHeader, children: "Explorer" }),
|
|
2377
|
+
/* @__PURE__ */ a(sn, { model: e.model }),
|
|
2378
|
+
/* @__PURE__ */ a("div", { style: h.sidebarContent, children: /* @__PURE__ */ a(Fo, { model: e.model, nodes: [o], depth: 0 }) })
|
|
2377
2379
|
] });
|
|
2378
2380
|
}
|
|
2379
2381
|
);
|
|
2380
|
-
class
|
|
2382
|
+
class pn extends L({}) {
|
|
2381
2383
|
constructor() {
|
|
2382
2384
|
super(...arguments);
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
+
l(this, "checked", w(this, !1));
|
|
2386
|
+
l(this, "toggle", () => {
|
|
2385
2387
|
this.checked.set(!this.checked.get(), void 0);
|
|
2386
2388
|
});
|
|
2387
2389
|
}
|
|
2388
2390
|
}
|
|
2389
|
-
const
|
|
2391
|
+
const gn = N(pn, {}, (r, e) => {
|
|
2390
2392
|
const o = e.checked.read(r), n = {
|
|
2391
2393
|
position: "relative",
|
|
2392
2394
|
width: "36px",
|
|
@@ -2407,13 +2409,13 @@ const pn = D(sn, {}, (r, e) => {
|
|
|
2407
2409
|
transition: "left 0.2s"
|
|
2408
2410
|
};
|
|
2409
2411
|
return /* @__PURE__ */ a("div", { style: n, onClick: e.toggle, children: /* @__PURE__ */ a("div", { style: t }) });
|
|
2410
|
-
}),
|
|
2412
|
+
}), un = E(
|
|
2411
2413
|
{
|
|
2412
2414
|
node: m.const()
|
|
2413
2415
|
},
|
|
2414
|
-
(r, e) => e.node.type !== "component" ? /* @__PURE__ */ a("div", { style: { padding: "12px", color: "var(--component-explorer-descriptionForeground)", fontSize: "12px" }, children: "Select a component (not a folder) to view its properties" }) : /* @__PURE__ */ f("div", { style:
|
|
2415
|
-
/* @__PURE__ */ f("div", { style:
|
|
2416
|
-
/* @__PURE__ */ f("div", { style:
|
|
2416
|
+
(r, e) => e.node.type !== "component" ? /* @__PURE__ */ a("div", { style: { padding: "12px", color: "var(--component-explorer-descriptionForeground)", fontSize: "12px" }, children: "Select a component (not a folder) to view its properties" }) : /* @__PURE__ */ f("div", { style: h.propertiesPanel, children: [
|
|
2417
|
+
/* @__PURE__ */ f("div", { style: h.propertyRow, children: [
|
|
2418
|
+
/* @__PURE__ */ f("div", { style: h.propertyLabel, children: [
|
|
2417
2419
|
"children",
|
|
2418
2420
|
/* @__PURE__ */ a("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: " : string" })
|
|
2419
2421
|
] }),
|
|
@@ -2421,60 +2423,60 @@ const pn = D(sn, {}, (r, e) => {
|
|
|
2421
2423
|
"input",
|
|
2422
2424
|
{
|
|
2423
2425
|
type: "text",
|
|
2424
|
-
style:
|
|
2426
|
+
style: h.propertyInput,
|
|
2425
2427
|
defaultValue: "Click me",
|
|
2426
2428
|
placeholder: "Enter text..."
|
|
2427
2429
|
}
|
|
2428
2430
|
),
|
|
2429
|
-
/* @__PURE__ */ a("div", { style:
|
|
2431
|
+
/* @__PURE__ */ a("div", { style: h.propertyDescription, children: "Button text content" })
|
|
2430
2432
|
] }),
|
|
2431
|
-
/* @__PURE__ */ f("div", { style:
|
|
2432
|
-
/* @__PURE__ */ f("div", { style:
|
|
2433
|
+
/* @__PURE__ */ f("div", { style: h.propertyRow, children: [
|
|
2434
|
+
/* @__PURE__ */ f("div", { style: h.propertyLabel, children: [
|
|
2433
2435
|
"variant",
|
|
2434
2436
|
/* @__PURE__ */ a("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: " : select" })
|
|
2435
2437
|
] }),
|
|
2436
|
-
/* @__PURE__ */ f("select", { style:
|
|
2438
|
+
/* @__PURE__ */ f("select", { style: h.propertySelect, defaultValue: "default", children: [
|
|
2437
2439
|
/* @__PURE__ */ a("option", { value: "default", children: "default" }),
|
|
2438
2440
|
/* @__PURE__ */ a("option", { value: "primary", children: "primary" }),
|
|
2439
2441
|
/* @__PURE__ */ a("option", { value: "secondary", children: "secondary" }),
|
|
2440
2442
|
/* @__PURE__ */ a("option", { value: "destructive", children: "destructive" })
|
|
2441
2443
|
] }),
|
|
2442
|
-
/* @__PURE__ */ a("div", { style:
|
|
2444
|
+
/* @__PURE__ */ a("div", { style: h.propertyDescription, children: "Visual style variant" })
|
|
2443
2445
|
] }),
|
|
2444
|
-
/* @__PURE__ */ f("div", { style:
|
|
2445
|
-
/* @__PURE__ */ f("div", { style:
|
|
2446
|
+
/* @__PURE__ */ f("div", { style: h.propertyRow, children: [
|
|
2447
|
+
/* @__PURE__ */ f("div", { style: h.propertyLabel, children: [
|
|
2446
2448
|
"size",
|
|
2447
2449
|
/* @__PURE__ */ a("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: " : select" })
|
|
2448
2450
|
] }),
|
|
2449
|
-
/* @__PURE__ */ f("select", { style:
|
|
2451
|
+
/* @__PURE__ */ f("select", { style: h.propertySelect, defaultValue: "default", children: [
|
|
2450
2452
|
/* @__PURE__ */ a("option", { value: "sm", children: "sm" }),
|
|
2451
2453
|
/* @__PURE__ */ a("option", { value: "default", children: "default" }),
|
|
2452
2454
|
/* @__PURE__ */ a("option", { value: "lg", children: "lg" })
|
|
2453
2455
|
] }),
|
|
2454
|
-
/* @__PURE__ */ a("div", { style:
|
|
2456
|
+
/* @__PURE__ */ a("div", { style: h.propertyDescription, children: "Button size" })
|
|
2455
2457
|
] }),
|
|
2456
|
-
/* @__PURE__ */ f("div", { style:
|
|
2457
|
-
/* @__PURE__ */ f("div", { style:
|
|
2458
|
+
/* @__PURE__ */ f("div", { style: h.propertyRow, children: [
|
|
2459
|
+
/* @__PURE__ */ f("div", { style: h.propertyLabel, children: [
|
|
2458
2460
|
"disabled",
|
|
2459
2461
|
/* @__PURE__ */ a("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: " : boolean" })
|
|
2460
2462
|
] }),
|
|
2461
|
-
/* @__PURE__ */ a(
|
|
2462
|
-
/* @__PURE__ */ a("div", { style:
|
|
2463
|
+
/* @__PURE__ */ a(gn, {}),
|
|
2464
|
+
/* @__PURE__ */ a("div", { style: h.propertyDescription, children: "Disable the button" })
|
|
2463
2465
|
] })
|
|
2464
2466
|
] })
|
|
2465
|
-
),
|
|
2467
|
+
), mn = E(
|
|
2466
2468
|
{
|
|
2467
2469
|
selectedNode: m.const()
|
|
2468
2470
|
},
|
|
2469
|
-
(r, e) => /* @__PURE__ */ f("div", { style: Ie(
|
|
2470
|
-
/* @__PURE__ */ f("div", { style:
|
|
2471
|
+
(r, e) => /* @__PURE__ */ f("div", { style: Ie(h.sidebar, h.sidebarRight), children: [
|
|
2472
|
+
/* @__PURE__ */ f("div", { style: h.sidebarHeader, children: [
|
|
2471
2473
|
/* @__PURE__ */ a("span", { style: { marginRight: "6px", color: "var(--component-explorer-textLink-foreground)" }, children: "</>" }),
|
|
2472
2474
|
"Props"
|
|
2473
2475
|
] }),
|
|
2474
|
-
/* @__PURE__ */ a("div", { style:
|
|
2476
|
+
/* @__PURE__ */ a("div", { style: h.sidebarContent, children: e.selectedNode ? /* @__PURE__ */ a(un, { node: e.selectedNode }) : /* @__PURE__ */ a("div", { style: { padding: "12px", color: "var(--component-explorer-descriptionForeground)", fontSize: "12px" }, children: "Select a component to view its properties" }) })
|
|
2475
2477
|
] })
|
|
2476
2478
|
), Ue = 500;
|
|
2477
|
-
function
|
|
2479
|
+
function Io(r) {
|
|
2478
2480
|
let e = null;
|
|
2479
2481
|
function o() {
|
|
2480
2482
|
if (e !== null) return e;
|
|
@@ -2506,18 +2508,18 @@ function Fo(r) {
|
|
|
2506
2508
|
}
|
|
2507
2509
|
};
|
|
2508
2510
|
}
|
|
2509
|
-
const
|
|
2510
|
-
function
|
|
2511
|
-
|
|
2511
|
+
const Ro = Io("component-explorer:fixtureHeights"), Eo = Io("component-explorer:fixtureContentHeights");
|
|
2512
|
+
function fn(r, e) {
|
|
2513
|
+
Ro.set(r, e);
|
|
2512
2514
|
}
|
|
2513
|
-
function
|
|
2514
|
-
return
|
|
2515
|
+
function hn() {
|
|
2516
|
+
return Ro.getAll();
|
|
2515
2517
|
}
|
|
2516
|
-
function
|
|
2517
|
-
|
|
2518
|
+
function xn(r, e) {
|
|
2519
|
+
Eo.set(r, e);
|
|
2518
2520
|
}
|
|
2519
|
-
function
|
|
2520
|
-
return
|
|
2521
|
+
function bn(r) {
|
|
2522
|
+
return Eo.get(r);
|
|
2521
2523
|
}
|
|
2522
2524
|
function je(r, e) {
|
|
2523
2525
|
const o = [], n = [], t = e instanceof ShadowRoot ? e : e.head;
|
|
@@ -2531,7 +2533,7 @@ function je(r, e) {
|
|
|
2531
2533
|
} else i.type === "adopted" && (e.adoptedStyleSheets = [...e.adoptedStyleSheets, i.sheet], n.push(i.sheet));
|
|
2532
2534
|
return { injectedElements: o, adoptedSheets: n };
|
|
2533
2535
|
}
|
|
2534
|
-
function
|
|
2536
|
+
function vn(r, e, o) {
|
|
2535
2537
|
for (const n of r)
|
|
2536
2538
|
n.remove();
|
|
2537
2539
|
for (const n of e)
|
|
@@ -2539,14 +2541,14 @@ function bn(r, e, o) {
|
|
|
2539
2541
|
}
|
|
2540
2542
|
class Re {
|
|
2541
2543
|
constructor(e, o) {
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2544
|
+
l(this, "renderTarget");
|
|
2545
|
+
l(this, "iframe", null);
|
|
2546
|
+
l(this, "_abortController", new AbortController());
|
|
2547
|
+
l(this, "_resolvedResult");
|
|
2548
|
+
l(this, "_injectedElements", []);
|
|
2549
|
+
l(this, "_adoptedSheets", []);
|
|
2550
|
+
l(this, "_styleTarget", document);
|
|
2551
|
+
l(this, "_rendered");
|
|
2550
2552
|
this.component = o;
|
|
2551
2553
|
const n = o.isolation;
|
|
2552
2554
|
if (n === "shadow-dom") {
|
|
@@ -2558,14 +2560,14 @@ class Re {
|
|
|
2558
2560
|
this.renderTarget = document.createElement("div"), i.appendChild(this.renderTarget);
|
|
2559
2561
|
} else if (n === "iframe") {
|
|
2560
2562
|
const i = document.createElement("iframe");
|
|
2561
|
-
i.style.border = "none", i.style.display = "block", i.style.width = "100%", i.style.height = (
|
|
2563
|
+
i.style.border = "none", i.style.display = "block", i.style.width = "100%", i.style.height = (bn(o.id) ?? 0) + "px";
|
|
2562
2564
|
const c = new URL(location.pathname, location.origin);
|
|
2563
2565
|
c.searchParams.set("mode", "embedded"), c.searchParams.set("fixture", o.id), c.searchParams.set("file", o.sourceFile), i.src = c.toString(), e.appendChild(i), this.iframe = i;
|
|
2564
|
-
const d = (
|
|
2566
|
+
const d = (s) => {
|
|
2565
2567
|
var p;
|
|
2566
|
-
if (
|
|
2567
|
-
const g =
|
|
2568
|
-
i.style.height = g + "px",
|
|
2568
|
+
if (s.source === i.contentWindow && ((p = s.data) == null ? void 0 : p.type) === "component-explorer:resize") {
|
|
2569
|
+
const g = s.data.height;
|
|
2570
|
+
i.style.height = g + "px", xn(o.id, g);
|
|
2569
2571
|
}
|
|
2570
2572
|
};
|
|
2571
2573
|
window.addEventListener("message", d), this._abortController.signal.addEventListener("abort", () => {
|
|
@@ -2597,63 +2599,63 @@ class Re {
|
|
|
2597
2599
|
}
|
|
2598
2600
|
dispose() {
|
|
2599
2601
|
var e, o;
|
|
2600
|
-
this._abortController.abort(), (o = (e = this._resolvedResult) == null ? void 0 : e.dispose) == null || o.call(e), this._resolvedResult = void 0,
|
|
2602
|
+
this._abortController.abort(), (o = (e = this._resolvedResult) == null ? void 0 : e.dispose) == null || o.call(e), this._resolvedResult = void 0, vn(this._injectedElements, this._adoptedSheets, this._styleTarget);
|
|
2601
2603
|
}
|
|
2602
2604
|
}
|
|
2603
2605
|
let xe;
|
|
2604
|
-
function
|
|
2606
|
+
function kn(r) {
|
|
2605
2607
|
xe = r;
|
|
2606
2608
|
}
|
|
2607
|
-
function
|
|
2609
|
+
function yn() {
|
|
2608
2610
|
if (!xe)
|
|
2609
2611
|
throw new Error("Explorer shadow host not initialized");
|
|
2610
2612
|
return xe;
|
|
2611
2613
|
}
|
|
2612
|
-
const
|
|
2614
|
+
const To = /* @__PURE__ */ new WeakSet(), qe = HTMLElement.prototype.focus;
|
|
2613
2615
|
HTMLElement.prototype.focus = function(r) {
|
|
2614
|
-
!(r != null && r.preventScroll) &&
|
|
2616
|
+
!(r != null && r.preventScroll) && wn(this) ? qe.call(this, { ...r, preventScroll: !0 }) : qe.call(this, r);
|
|
2615
2617
|
};
|
|
2616
|
-
function
|
|
2618
|
+
function wn(r) {
|
|
2617
2619
|
let e = r;
|
|
2618
2620
|
for (; e; ) {
|
|
2619
|
-
if (e instanceof HTMLElement &&
|
|
2621
|
+
if (e instanceof HTMLElement && To.has(e))
|
|
2620
2622
|
return !0;
|
|
2621
2623
|
e = e.parentElement;
|
|
2622
2624
|
}
|
|
2623
2625
|
return !1;
|
|
2624
2626
|
}
|
|
2625
|
-
function
|
|
2626
|
-
|
|
2627
|
+
function Bn(r) {
|
|
2628
|
+
To.add(r);
|
|
2627
2629
|
}
|
|
2628
|
-
let
|
|
2629
|
-
class
|
|
2630
|
+
let _n = 0;
|
|
2631
|
+
class Cn extends L({
|
|
2630
2632
|
fixture: m.const(),
|
|
2631
2633
|
compact: m.const(),
|
|
2632
2634
|
onSelect: m.const()
|
|
2633
2635
|
}) {
|
|
2634
2636
|
constructor() {
|
|
2635
2637
|
super(...arguments);
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2638
|
+
l(this, "_canvasRef", null);
|
|
2639
|
+
l(this, "_fixtureContainer", null);
|
|
2640
|
+
l(this, "_rendering", null);
|
|
2641
|
+
l(this, "_resizeObserver", null);
|
|
2642
|
+
l(this, "measuredWidth", w(this, void 0));
|
|
2643
|
+
l(this, "measuredHeight", w(this, void 0));
|
|
2644
|
+
l(this, "slotName", `fixture-${_n++}`);
|
|
2645
|
+
l(this, "setCanvasRef", (o) => {
|
|
2644
2646
|
if (o === this._canvasRef || (this._cleanup(), this._canvasRef = o, !o)) return;
|
|
2645
|
-
const n =
|
|
2647
|
+
const n = yn(), t = document.createElement("div");
|
|
2646
2648
|
t.slot = this.slotName;
|
|
2647
2649
|
const i = this.fixture.component, c = i.displayMode;
|
|
2648
2650
|
if (c.type === "page") {
|
|
2649
|
-
const
|
|
2651
|
+
const s = c.viewports[0], p = Jo(s);
|
|
2650
2652
|
t.style.width = `${p.width}px`, t.style.height = `${p.height}px`, t.style.overflow = "auto";
|
|
2651
2653
|
} else
|
|
2652
2654
|
t.style.all = "initial", t.style.display = "inline-block";
|
|
2653
|
-
n.appendChild(t), this._fixtureContainer = t,
|
|
2655
|
+
n.appendChild(t), this._fixtureContainer = t, Bn(t);
|
|
2654
2656
|
const d = new Re(t, i);
|
|
2655
|
-
this._rendering = d, this._resizeObserver = new ResizeObserver((
|
|
2656
|
-
for (const p of
|
|
2657
|
+
this._rendering = d, this._resizeObserver = new ResizeObserver((s) => {
|
|
2658
|
+
for (const p of s) {
|
|
2657
2659
|
const { width: g, height: v } = p.contentRect;
|
|
2658
2660
|
v > 0 && (this.measuredWidth.set(Math.round(g), void 0), this.measuredHeight.set(Math.round(v), void 0));
|
|
2659
2661
|
}
|
|
@@ -2677,17 +2679,17 @@ class _n extends L({
|
|
|
2677
2679
|
this._cleanup();
|
|
2678
2680
|
}
|
|
2679
2681
|
}
|
|
2680
|
-
const Ho =
|
|
2681
|
-
|
|
2682
|
+
const Ho = N(
|
|
2683
|
+
Cn,
|
|
2682
2684
|
{},
|
|
2683
2685
|
(r, e) => {
|
|
2684
|
-
const o = e.fixture, n = o.component, t = e.measuredWidth.read(r), i = e.measuredHeight.read(r), c = e.compact, d = t && i ? `${t} × ${i}` : "",
|
|
2685
|
-
return /* @__PURE__ */ f("div", { style:
|
|
2686
|
+
const o = e.fixture, n = o.component, t = e.measuredWidth.read(r), i = e.measuredHeight.read(r), c = e.compact, d = t && i ? `${t} × ${i}` : "", s = c ? q.wrapperCompact : q.wrapper, p = c ? q.nameCompact : q.name;
|
|
2687
|
+
return /* @__PURE__ */ f("div", { style: s, children: [
|
|
2686
2688
|
/* @__PURE__ */ f("div", { style: q.labelRow, children: [
|
|
2687
2689
|
c && /* @__PURE__ */ a(
|
|
2688
2690
|
"a",
|
|
2689
2691
|
{
|
|
2690
|
-
href:
|
|
2692
|
+
href: Co("fixture", o.id),
|
|
2691
2693
|
style: { ...p, textDecoration: "none", color: "inherit" },
|
|
2692
2694
|
onClick: (g) => {
|
|
2693
2695
|
e.onSelect && (g.preventDefault(), e.onSelect(o.id));
|
|
@@ -2697,11 +2699,11 @@ const Ho = D(
|
|
|
2697
2699
|
),
|
|
2698
2700
|
!c && d && /* @__PURE__ */ a("span", { style: q.dimensions, children: d })
|
|
2699
2701
|
] }),
|
|
2700
|
-
/* @__PURE__ */ a("div", { ref: e.setCanvasRef, style:
|
|
2702
|
+
/* @__PURE__ */ a("div", { ref: e.setCanvasRef, style: Rn(n.background), children: /* @__PURE__ */ a("slot", { name: e.slotName }) })
|
|
2701
2703
|
] });
|
|
2702
2704
|
}
|
|
2703
2705
|
), j = 8;
|
|
2704
|
-
function
|
|
2706
|
+
function Mo(r, e) {
|
|
2705
2707
|
return `
|
|
2706
2708
|
linear-gradient(45deg, ${e} 25%, transparent 25%),
|
|
2707
2709
|
linear-gradient(-45deg, ${e} 25%, transparent 25%),
|
|
@@ -2709,13 +2711,13 @@ function To(r, e) {
|
|
|
2709
2711
|
linear-gradient(-45deg, transparent 75%, ${e} 75%)
|
|
2710
2712
|
`;
|
|
2711
2713
|
}
|
|
2712
|
-
const
|
|
2714
|
+
const Sn = {
|
|
2713
2715
|
backgroundColor: "#ffffff",
|
|
2714
|
-
backgroundImage:
|
|
2715
|
-
}, Sn = {
|
|
2716
|
-
backgroundColor: "#1e1e1e",
|
|
2717
|
-
backgroundImage: To("#1e1e1e", "#2d2d2d")
|
|
2716
|
+
backgroundImage: Mo("#ffffff", "#e5e5e5")
|
|
2718
2717
|
}, Fn = {
|
|
2718
|
+
backgroundColor: "#1e1e1e",
|
|
2719
|
+
backgroundImage: Mo("#1e1e1e", "#2d2d2d")
|
|
2720
|
+
}, In = {
|
|
2719
2721
|
display: "inline-block",
|
|
2720
2722
|
padding: "12px",
|
|
2721
2723
|
borderRadius: "4px",
|
|
@@ -2725,10 +2727,10 @@ const Cn = {
|
|
|
2725
2727
|
overflow: "hidden",
|
|
2726
2728
|
position: "relative"
|
|
2727
2729
|
};
|
|
2728
|
-
function
|
|
2729
|
-
const e = r === "dark" ?
|
|
2730
|
+
function Rn(r) {
|
|
2731
|
+
const e = r === "dark" ? Fn : Sn;
|
|
2730
2732
|
return {
|
|
2731
|
-
...
|
|
2733
|
+
...In,
|
|
2732
2734
|
backgroundColor: e.backgroundColor,
|
|
2733
2735
|
backgroundImage: e.backgroundImage
|
|
2734
2736
|
};
|
|
@@ -2762,16 +2764,16 @@ const q = {
|
|
|
2762
2764
|
fontFamily: "var(--component-explorer-editor-font-family, monospace)"
|
|
2763
2765
|
}
|
|
2764
2766
|
};
|
|
2765
|
-
class
|
|
2767
|
+
class En extends L({
|
|
2766
2768
|
fixtureId: m.const(),
|
|
2767
2769
|
sessionName: m.const(),
|
|
2768
2770
|
daemon: m.const()
|
|
2769
2771
|
}) {
|
|
2770
2772
|
constructor(o) {
|
|
2771
2773
|
super(o);
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
this._store.add(
|
|
2774
|
+
l(this, "screenshot", w(this, { status: "idle" }));
|
|
2775
|
+
l(this, "_fetchVersion", 0);
|
|
2776
|
+
this._store.add(xo((n) => {
|
|
2775
2777
|
this.props.daemon.sourceTreeIds.read(n).get(this.props.sessionName) && this._fetchScreenshot();
|
|
2776
2778
|
}));
|
|
2777
2779
|
}
|
|
@@ -2789,26 +2791,26 @@ class Rn extends L({
|
|
|
2789
2791
|
}
|
|
2790
2792
|
}
|
|
2791
2793
|
}
|
|
2792
|
-
const Qe =
|
|
2793
|
-
|
|
2794
|
+
const Qe = N(
|
|
2795
|
+
En,
|
|
2794
2796
|
{},
|
|
2795
2797
|
(r, e) => {
|
|
2796
2798
|
const o = e.screenshot.read(r);
|
|
2797
2799
|
if (o.status === "idle" || o.status === "loading")
|
|
2798
|
-
return /* @__PURE__ */ a("div", { style:
|
|
2800
|
+
return /* @__PURE__ */ a("div", { style: D.placeholder, children: /* @__PURE__ */ a("div", { style: D.shimmer }) });
|
|
2799
2801
|
if (o.status === "error")
|
|
2800
|
-
return /* @__PURE__ */ a("div", { style:
|
|
2802
|
+
return /* @__PURE__ */ a("div", { style: D.error, children: /* @__PURE__ */ a("span", { style: D.errorText, children: "Screenshot failed" }) });
|
|
2801
2803
|
const { data: n } = o;
|
|
2802
2804
|
return n.image ? /* @__PURE__ */ a(
|
|
2803
2805
|
"img",
|
|
2804
2806
|
{
|
|
2805
2807
|
src: `data:image/png;base64,${n.image}`,
|
|
2806
|
-
style:
|
|
2808
|
+
style: D.image,
|
|
2807
2809
|
alt: `Screenshot of ${e.fixtureId}`
|
|
2808
2810
|
}
|
|
2809
|
-
) : /* @__PURE__ */ a("div", { style:
|
|
2811
|
+
) : /* @__PURE__ */ a("div", { style: D.placeholder, children: /* @__PURE__ */ a("span", { style: D.hashText, children: n.hash.slice(0, 12) }) });
|
|
2810
2812
|
}
|
|
2811
|
-
),
|
|
2813
|
+
), D = {
|
|
2812
2814
|
placeholder: {
|
|
2813
2815
|
minHeight: 80,
|
|
2814
2816
|
display: "flex",
|
|
@@ -2851,7 +2853,7 @@ const Qe = D(
|
|
|
2851
2853
|
border: "1px solid var(--component-explorer-panel-border)"
|
|
2852
2854
|
}
|
|
2853
2855
|
};
|
|
2854
|
-
class
|
|
2856
|
+
class Tn extends L({
|
|
2855
2857
|
fixtureId: m.const(),
|
|
2856
2858
|
daemon: m.const(),
|
|
2857
2859
|
baselineSession: m.const(),
|
|
@@ -2859,8 +2861,8 @@ class En extends L({
|
|
|
2859
2861
|
}) {
|
|
2860
2862
|
constructor(o) {
|
|
2861
2863
|
super(o);
|
|
2862
|
-
|
|
2863
|
-
this._store.add(
|
|
2864
|
+
l(this, "comparisonStatus", w(this, { status: "loading" }));
|
|
2865
|
+
this._store.add(xo((n) => {
|
|
2864
2866
|
const t = this.props.daemon.sourceTreeIds.read(n), i = t.get(this.props.baselineSession), c = t.get(this.props.currentSession);
|
|
2865
2867
|
i && c && this._fetchComparison();
|
|
2866
2868
|
}));
|
|
@@ -2891,8 +2893,8 @@ class En extends L({
|
|
|
2891
2893
|
}
|
|
2892
2894
|
}
|
|
2893
2895
|
}
|
|
2894
|
-
const Hn =
|
|
2895
|
-
|
|
2896
|
+
const Hn = N(
|
|
2897
|
+
Tn,
|
|
2896
2898
|
{},
|
|
2897
2899
|
(r, e) => {
|
|
2898
2900
|
const o = e.comparisonStatus.read(r), n = o.status === "loading" ? /* @__PURE__ */ a("span", { style: F.badgeLoading, children: "comparing..." }) : o.status === "error" ? /* @__PURE__ */ a("span", { style: F.badgeError, children: "error" }) : o.match ? /* @__PURE__ */ a("span", { style: F.badgeMatch, children: "✓ match" }) : /* @__PURE__ */ a("span", { style: F.badgeChanged, children: "● changed" });
|
|
@@ -2927,7 +2929,7 @@ const Hn = D(
|
|
|
2927
2929
|
] })
|
|
2928
2930
|
] });
|
|
2929
2931
|
}
|
|
2930
|
-
),
|
|
2932
|
+
), Mn = E(
|
|
2931
2933
|
{
|
|
2932
2934
|
name: m.const(),
|
|
2933
2935
|
path: m.const(),
|
|
@@ -3007,7 +3009,7 @@ const Hn = D(
|
|
|
3007
3009
|
fontWeight: 500
|
|
3008
3010
|
}
|
|
3009
3011
|
}, Q = 8;
|
|
3010
|
-
function
|
|
3012
|
+
function Oo(r, e) {
|
|
3011
3013
|
return `
|
|
3012
3014
|
linear-gradient(45deg, ${e} 25%, transparent 25%),
|
|
3013
3015
|
linear-gradient(-45deg, ${e} 25%, transparent 25%),
|
|
@@ -3015,13 +3017,13 @@ function Mo(r, e) {
|
|
|
3015
3017
|
linear-gradient(-45deg, transparent 75%, ${e} 75%)
|
|
3016
3018
|
`;
|
|
3017
3019
|
}
|
|
3018
|
-
const
|
|
3020
|
+
const On = {
|
|
3019
3021
|
backgroundColor: "#ffffff",
|
|
3020
|
-
backgroundImage:
|
|
3021
|
-
}, On = {
|
|
3022
|
-
backgroundColor: "#1e1e1e",
|
|
3023
|
-
backgroundImage: Mo("#1e1e1e", "#2d2d2d")
|
|
3022
|
+
backgroundImage: Oo("#ffffff", "#e5e5e5")
|
|
3024
3023
|
}, Vn = {
|
|
3024
|
+
backgroundColor: "#1e1e1e",
|
|
3025
|
+
backgroundImage: Oo("#1e1e1e", "#2d2d2d")
|
|
3026
|
+
}, Ln = {
|
|
3025
3027
|
display: "inline-block",
|
|
3026
3028
|
padding: "12px",
|
|
3027
3029
|
borderRadius: "4px",
|
|
@@ -3029,16 +3031,16 @@ const Mn = {
|
|
|
3029
3031
|
backgroundPosition: `0 0, 0 ${Q}px, ${Q}px -${Q}px, -${Q}px 0`,
|
|
3030
3032
|
boxShadow: "0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.08)"
|
|
3031
3033
|
};
|
|
3032
|
-
function
|
|
3033
|
-
const e = r === "dark" ?
|
|
3034
|
+
function Nn(r) {
|
|
3035
|
+
const e = r === "dark" ? Vn : On;
|
|
3034
3036
|
return {
|
|
3035
|
-
...
|
|
3037
|
+
...Ln,
|
|
3036
3038
|
backgroundColor: e.backgroundColor,
|
|
3037
3039
|
backgroundImage: e.backgroundImage
|
|
3038
3040
|
};
|
|
3039
3041
|
}
|
|
3040
3042
|
function Ke({ src: r, alt: e, background: o }) {
|
|
3041
|
-
return /* @__PURE__ */ a("div", { style:
|
|
3043
|
+
return /* @__PURE__ */ a("div", { style: Nn(o), children: /* @__PURE__ */ a("img", { src: r, alt: e, style: S.image }) });
|
|
3042
3044
|
}
|
|
3043
3045
|
const Dn = E(
|
|
3044
3046
|
{
|
|
@@ -3082,7 +3084,7 @@ const Dn = E(
|
|
|
3082
3084
|
] }) })
|
|
3083
3085
|
] });
|
|
3084
3086
|
}
|
|
3085
|
-
),
|
|
3087
|
+
), Gn = E(
|
|
3086
3088
|
{
|
|
3087
3089
|
name: m.const(),
|
|
3088
3090
|
path: m.const(),
|
|
@@ -3161,10 +3163,10 @@ const Dn = E(
|
|
|
3161
3163
|
color: "var(--component-explorer-testing-iconQueued)",
|
|
3162
3164
|
fontWeight: 500
|
|
3163
3165
|
}
|
|
3164
|
-
},
|
|
3165
|
-
let
|
|
3166
|
+
}, An = 280, zn = 32, ce = 32, Je = 400;
|
|
3167
|
+
let Vo = 0;
|
|
3166
3168
|
function G(r, e) {
|
|
3167
|
-
const o = ++
|
|
3169
|
+
const o = ++Vo, n = performance.now().toFixed(1);
|
|
3168
3170
|
console.log(
|
|
3169
3171
|
`%c[scroll #${o} @${n}ms] ${r}`,
|
|
3170
3172
|
"color: #3b82f6; font-weight: bold",
|
|
@@ -3172,42 +3174,42 @@ function G(r, e) {
|
|
|
3172
3174
|
);
|
|
3173
3175
|
}
|
|
3174
3176
|
function Ze(r, e) {
|
|
3175
|
-
const o = ++
|
|
3177
|
+
const o = ++Vo, n = performance.now().toFixed(1);
|
|
3176
3178
|
console.warn(
|
|
3177
3179
|
`[scroll #${o} @${n}ms] ${r}`,
|
|
3178
3180
|
e
|
|
3179
3181
|
);
|
|
3180
3182
|
}
|
|
3181
|
-
const
|
|
3182
|
-
function
|
|
3183
|
+
const Lo = "component-explorer:scrollAnchors", Ye = 100;
|
|
3184
|
+
function No() {
|
|
3183
3185
|
try {
|
|
3184
|
-
const r = localStorage.getItem(
|
|
3186
|
+
const r = localStorage.getItem(Lo);
|
|
3185
3187
|
if (r) return JSON.parse(r);
|
|
3186
3188
|
} catch {
|
|
3187
3189
|
}
|
|
3188
3190
|
return {};
|
|
3189
3191
|
}
|
|
3190
|
-
function
|
|
3192
|
+
function Pn(r, e) {
|
|
3191
3193
|
try {
|
|
3192
|
-
const o =
|
|
3194
|
+
const o = No();
|
|
3193
3195
|
o[r] = e;
|
|
3194
3196
|
const n = Object.entries(o), t = n.length > Ye ? Object.fromEntries(n.slice(-Ye)) : o;
|
|
3195
|
-
localStorage.setItem(
|
|
3197
|
+
localStorage.setItem(Lo, JSON.stringify(t));
|
|
3196
3198
|
} catch {
|
|
3197
3199
|
}
|
|
3198
3200
|
}
|
|
3199
|
-
function
|
|
3200
|
-
return
|
|
3201
|
+
function Wn(r) {
|
|
3202
|
+
return No()[r];
|
|
3201
3203
|
}
|
|
3202
3204
|
function Do(r) {
|
|
3203
3205
|
return r.type === "single" ? r.fixture.id : r.id;
|
|
3204
3206
|
}
|
|
3205
|
-
function
|
|
3207
|
+
function $n(r, e) {
|
|
3206
3208
|
const o = new Array(r.length);
|
|
3207
3209
|
let n = ce;
|
|
3208
3210
|
for (let t = 0; t < r.length; t++) {
|
|
3209
|
-
const i = e.get(Do(r[t])) ??
|
|
3210
|
-
o[t] = { top: n, height: i }, n += i +
|
|
3211
|
+
const i = e.get(Do(r[t])) ?? An;
|
|
3212
|
+
o[t] = { top: n, height: i }, n += i + zn;
|
|
3211
3213
|
}
|
|
3212
3214
|
return o;
|
|
3213
3215
|
}
|
|
@@ -3216,7 +3218,7 @@ function be(r) {
|
|
|
3216
3218
|
const e = r[r.length - 1];
|
|
3217
3219
|
return e.top + e.height + ce;
|
|
3218
3220
|
}
|
|
3219
|
-
function
|
|
3221
|
+
function Go(r, e) {
|
|
3220
3222
|
let o = 0, n = r.length;
|
|
3221
3223
|
for (; o < n; ) {
|
|
3222
3224
|
const t = o + n >> 1;
|
|
@@ -3224,9 +3226,9 @@ function No(r, e) {
|
|
|
3224
3226
|
}
|
|
3225
3227
|
return o;
|
|
3226
3228
|
}
|
|
3227
|
-
function
|
|
3229
|
+
function Un(r, e, o) {
|
|
3228
3230
|
if (r.length === 0) return { start: 0, end: 0 };
|
|
3229
|
-
const n =
|
|
3231
|
+
const n = Go(r, e - Je);
|
|
3230
3232
|
let t = n;
|
|
3231
3233
|
const i = e + o + Je;
|
|
3232
3234
|
for (; t < r.length && r[t].top < i; )
|
|
@@ -3235,7 +3237,7 @@ function $n(r, e, o) {
|
|
|
3235
3237
|
}
|
|
3236
3238
|
function Xe(r, e) {
|
|
3237
3239
|
if (r.length === 0) return;
|
|
3238
|
-
const o =
|
|
3240
|
+
const o = Go(r, e), n = Math.min(o, r.length - 1);
|
|
3239
3241
|
return {
|
|
3240
3242
|
rowIndex: n,
|
|
3241
3243
|
offsetFromViewport: r[n].top - e
|
|
@@ -3250,7 +3252,7 @@ function oo(r) {
|
|
|
3250
3252
|
function ro(r) {
|
|
3251
3253
|
return r.split(" / ").slice(1);
|
|
3252
3254
|
}
|
|
3253
|
-
function
|
|
3255
|
+
function jn(r, e, o) {
|
|
3254
3256
|
const n = o.split("/"), t = n.length - r.length;
|
|
3255
3257
|
for (let i = 0; i < r.length; i++)
|
|
3256
3258
|
if (!e || i >= e.length || r[i] !== e[i])
|
|
@@ -3262,11 +3264,11 @@ function Un(r, e, o) {
|
|
|
3262
3264
|
return [];
|
|
3263
3265
|
}
|
|
3264
3266
|
const no = ["h1", "h2", "h3", "h4"];
|
|
3265
|
-
function
|
|
3267
|
+
function qn(r) {
|
|
3266
3268
|
return no[Math.min(r, no.length - 1)];
|
|
3267
3269
|
}
|
|
3268
3270
|
const to = ["22px", "15px", "13px", "12px"];
|
|
3269
|
-
function
|
|
3271
|
+
function Qn(r) {
|
|
3270
3272
|
return {
|
|
3271
3273
|
fontSize: to[Math.min(r, to.length - 1)],
|
|
3272
3274
|
fontWeight: r <= 1 ? 600 : 500,
|
|
@@ -3277,36 +3279,36 @@ function qn(r) {
|
|
|
3277
3279
|
borderBottom: r === 0 ? "1px solid var(--component-explorer-widget-border, var(--component-explorer-panel-border, rgba(128,128,128,0.35)))" : void 0
|
|
3278
3280
|
};
|
|
3279
3281
|
}
|
|
3280
|
-
class
|
|
3282
|
+
class Kn extends L({
|
|
3281
3283
|
model: m.const()
|
|
3282
3284
|
}) {
|
|
3283
3285
|
constructor() {
|
|
3284
3286
|
super(...arguments);
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3287
|
+
l(this, "_rowHeights", w(this, hn()));
|
|
3288
|
+
l(this, "_scrollTop", w(this, 0));
|
|
3289
|
+
l(this, "_viewportHeight", w(this, 0));
|
|
3290
|
+
l(this, "_scrollContainerRef", null);
|
|
3291
|
+
l(this, "_resizeObserver", null);
|
|
3292
|
+
l(this, "_viewportResizeObserver", null);
|
|
3293
|
+
l(this, "_currentNodeId");
|
|
3294
|
+
l(this, "_scrollSaveTimeout", null);
|
|
3295
|
+
l(this, "_suppressScrollHandler", !1);
|
|
3296
|
+
l(this, "layout", I(this, (o) => {
|
|
3295
3297
|
const n = this.explorerModel.selectedFixtures.read(o), t = this._rowHeights.read(o);
|
|
3296
|
-
return
|
|
3298
|
+
return $n(n, t);
|
|
3297
3299
|
}));
|
|
3298
|
-
|
|
3300
|
+
l(this, "visibleRowRange", I(this, (o) => {
|
|
3299
3301
|
const n = this.layout.read(o), t = this._scrollTop.read(o), i = this._viewportHeight.read(o);
|
|
3300
|
-
return
|
|
3302
|
+
return Un(n, t, i);
|
|
3301
3303
|
}));
|
|
3302
|
-
|
|
3304
|
+
l(this, "setScrollContainerRef", (o) => {
|
|
3303
3305
|
var n;
|
|
3304
3306
|
this._scrollContainerRef && this._scrollContainerRef.removeEventListener("scroll", this._handleScroll), (n = this._viewportResizeObserver) == null || n.disconnect(), this._scrollContainerRef = o, o && (o.addEventListener("scroll", this._handleScroll, { passive: !0 }), this._viewportHeight.set(o.clientHeight, void 0), G("setScrollContainerRef", { clientHeight: o.clientHeight, scrollTop: o.scrollTop }), this._viewportResizeObserver = new ResizeObserver(([t]) => {
|
|
3305
3307
|
const i = Math.round(t.contentRect.height), c = this._viewportHeight.get();
|
|
3306
3308
|
i !== c && G("viewportResize", { prev: c, new: i }), this._viewportHeight.set(i, void 0);
|
|
3307
3309
|
}), this._viewportResizeObserver.observe(o), this._restoreScrollPosition());
|
|
3308
3310
|
});
|
|
3309
|
-
|
|
3311
|
+
l(this, "_handleScroll", () => {
|
|
3310
3312
|
if (!this._scrollContainerRef) return;
|
|
3311
3313
|
const o = this._scrollTop.get(), n = this._scrollContainerRef.scrollTop, t = n - o;
|
|
3312
3314
|
if (this._scrollTop.set(n, void 0), Math.abs(t) > 200 && Ze("handleScroll:LARGE_JUMP", {
|
|
@@ -3322,22 +3324,22 @@ class Qn extends L({
|
|
|
3322
3324
|
this._scrollSaveTimeout && clearTimeout(this._scrollSaveTimeout), this._scrollSaveTimeout = setTimeout(() => {
|
|
3323
3325
|
if (!this._currentNodeId) return;
|
|
3324
3326
|
const i = this.layout.get(), c = Xe(i, this._scrollTop.get());
|
|
3325
|
-
c &&
|
|
3327
|
+
c && Pn(this._currentNodeId, c);
|
|
3326
3328
|
}, 150);
|
|
3327
3329
|
});
|
|
3328
|
-
|
|
3330
|
+
l(this, "observeRowElement", (o, n) => {
|
|
3329
3331
|
o && (this._resizeObserver || (this._resizeObserver = new ResizeObserver((t) => {
|
|
3330
3332
|
const i = this._rowHeights.get();
|
|
3331
3333
|
let c;
|
|
3332
3334
|
const d = [];
|
|
3333
|
-
for (const
|
|
3334
|
-
const p =
|
|
3335
|
+
for (const s of t) {
|
|
3336
|
+
const p = s.target.getAttribute("data-row-id");
|
|
3335
3337
|
if (!p) continue;
|
|
3336
|
-
const g = Math.round(
|
|
3337
|
-
g > 0 && i.get(p) !== g && (d.push({ rid: p, oldH: i.get(p), newH: g }), c || (c = new Map(i)), c.set(p, g),
|
|
3338
|
+
const g = Math.round(s.contentRect.height);
|
|
3339
|
+
g > 0 && i.get(p) !== g && (d.push({ rid: p, oldH: i.get(p), newH: g }), c || (c = new Map(i)), c.set(p, g), fn(p, g));
|
|
3338
3340
|
}
|
|
3339
3341
|
if (c) {
|
|
3340
|
-
const
|
|
3342
|
+
const s = this.layout.get(), p = this._scrollTop.get(), g = Xe(s, p);
|
|
3341
3343
|
this._rowHeights.set(c, void 0);
|
|
3342
3344
|
const v = this.layout.get();
|
|
3343
3345
|
if (g && this._scrollContainerRef) {
|
|
@@ -3348,7 +3350,7 @@ class Qn extends L({
|
|
|
3348
3350
|
scrollTopBefore: p,
|
|
3349
3351
|
newScrollTop: b,
|
|
3350
3352
|
delta: k,
|
|
3351
|
-
oldTotalHeight: be(
|
|
3353
|
+
oldTotalHeight: be(s),
|
|
3352
3354
|
newTotalHeight: be(v)
|
|
3353
3355
|
}), Math.abs(k) > 200 && Ze("resizeObserver:LARGE_REANCHOR", {
|
|
3354
3356
|
changedRows: d,
|
|
@@ -3386,7 +3388,7 @@ class Qn extends L({
|
|
|
3386
3388
|
}
|
|
3387
3389
|
_restoreScrollPosition() {
|
|
3388
3390
|
if (!this._scrollContainerRef || !this._currentNodeId) return;
|
|
3389
|
-
const o =
|
|
3391
|
+
const o = Wn(this._currentNodeId);
|
|
3390
3392
|
if (!o) {
|
|
3391
3393
|
G("restoreScroll:noAnchor", { nodeId: this._currentNodeId });
|
|
3392
3394
|
return;
|
|
@@ -3408,15 +3410,15 @@ class Qn extends L({
|
|
|
3408
3410
|
(o = this._resizeObserver) == null || o.disconnect(), (n = this._viewportResizeObserver) == null || n.disconnect(), this._scrollContainerRef && this._scrollContainerRef.removeEventListener("scroll", this._handleScroll), this._scrollSaveTimeout && clearTimeout(this._scrollSaveTimeout);
|
|
3409
3411
|
}
|
|
3410
3412
|
}
|
|
3411
|
-
const
|
|
3412
|
-
|
|
3413
|
+
const Jn = N(
|
|
3414
|
+
Kn,
|
|
3413
3415
|
{},
|
|
3414
3416
|
(r, e) => {
|
|
3415
3417
|
const o = e.explorerModel.selectedFixtures.read(r), n = e.explorerModel.selectedNodeId.read(r), t = e.layout.read(r), { start: i, end: c } = e.visibleRowRange.read(r);
|
|
3416
3418
|
if (e.updateForSelection(n), o.length === 0) {
|
|
3417
|
-
const
|
|
3418
|
-
if (
|
|
3419
|
-
const p =
|
|
3419
|
+
const s = e.explorerModel.reportModel;
|
|
3420
|
+
if (s) {
|
|
3421
|
+
const p = s.state.read(r);
|
|
3420
3422
|
if (p.status === "loading")
|
|
3421
3423
|
return /* @__PURE__ */ a("div", { style: O.emptyState, children: /* @__PURE__ */ a("span", { style: O.emptyText, children: "Loading report..." }) });
|
|
3422
3424
|
if (p.status === "error")
|
|
@@ -3428,44 +3430,44 @@ const Kn = D(
|
|
|
3428
3430
|
return /* @__PURE__ */ a("div", { style: O.emptyState, children: /* @__PURE__ */ a("span", { style: O.emptyText, children: "Select a component or folder to preview" }) });
|
|
3429
3431
|
}
|
|
3430
3432
|
const d = be(t);
|
|
3431
|
-
return /* @__PURE__ */ a("div", { ref: e.setScrollContainerRef, style: O.scrollContainer, children: /* @__PURE__ */ a("div", { style: { position: "relative", height: d }, children: o.slice(i, c).map((
|
|
3432
|
-
const g = i + p, { top: v } = t[g], b = Do(
|
|
3433
|
+
return /* @__PURE__ */ a("div", { ref: e.setScrollContainerRef, style: O.scrollContainer, children: /* @__PURE__ */ a("div", { style: { position: "relative", height: d }, children: o.slice(i, c).map((s, p) => {
|
|
3434
|
+
const g = i + p, { top: v } = t[g], b = Do(s), k = ro(oo(s)), _ = g > 0 ? ro(oo(o[g - 1])) : void 0, u = jn(k, _, b);
|
|
3433
3435
|
return /* @__PURE__ */ f(
|
|
3434
3436
|
"div",
|
|
3435
3437
|
{
|
|
3436
|
-
ref: (
|
|
3438
|
+
ref: (x) => e.observeRowElement(x, b),
|
|
3437
3439
|
style: { position: "absolute", top: v, left: ce, right: ce },
|
|
3438
3440
|
children: [
|
|
3439
|
-
u.map((
|
|
3440
|
-
const y =
|
|
3441
|
-
return /* @__PURE__ */ a(y, { style:
|
|
3441
|
+
u.map((x) => {
|
|
3442
|
+
const y = qn(x.depth);
|
|
3443
|
+
return /* @__PURE__ */ a(y, { style: Qn(x.depth), children: /* @__PURE__ */ a(
|
|
3442
3444
|
"a",
|
|
3443
3445
|
{
|
|
3444
|
-
href:
|
|
3446
|
+
href: Co("fixture", x.nodeId),
|
|
3445
3447
|
style: O.headingLink,
|
|
3446
3448
|
onClick: (C) => {
|
|
3447
|
-
C.preventDefault(), e.explorerModel.selectNode(
|
|
3449
|
+
C.preventDefault(), e.explorerModel.selectNode(x.nodeId);
|
|
3448
3450
|
},
|
|
3449
|
-
children:
|
|
3451
|
+
children: x.name
|
|
3450
3452
|
}
|
|
3451
|
-
) },
|
|
3453
|
+
) }, x.depth);
|
|
3452
3454
|
}),
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
+
s.type === "single" ? /* @__PURE__ */ a(Ho, { fixture: s.fixture, compact: !1, onSelect: e.explorerModel.selectNode }) : s.type === "variants" ? /* @__PURE__ */ a(Zn, { row: s, onSelect: e.explorerModel.selectNode }) : s.type === "screenshot-comparison" && e.explorerModel.daemon ? /* @__PURE__ */ a(
|
|
3456
|
+
Mn,
|
|
3455
3457
|
{
|
|
3456
|
-
name:
|
|
3457
|
-
path:
|
|
3458
|
-
items:
|
|
3458
|
+
name: s.name,
|
|
3459
|
+
path: s.path,
|
|
3460
|
+
items: s.items,
|
|
3459
3461
|
daemon: e.explorerModel.daemon,
|
|
3460
3462
|
baselineSession: e.baselineSessionName,
|
|
3461
3463
|
currentSession: e.currentSessionName
|
|
3462
3464
|
}
|
|
3463
|
-
) :
|
|
3464
|
-
|
|
3465
|
+
) : s.type === "report-comparison" && e.explorerModel.reportModel ? /* @__PURE__ */ a(
|
|
3466
|
+
Gn,
|
|
3465
3467
|
{
|
|
3466
|
-
name:
|
|
3467
|
-
path:
|
|
3468
|
-
items:
|
|
3468
|
+
name: s.name,
|
|
3469
|
+
path: s.path,
|
|
3470
|
+
items: s.items,
|
|
3469
3471
|
reportModel: e.explorerModel.reportModel
|
|
3470
3472
|
}
|
|
3471
3473
|
) : null
|
|
@@ -3475,7 +3477,7 @@ const Kn = D(
|
|
|
3475
3477
|
);
|
|
3476
3478
|
}) }) });
|
|
3477
3479
|
}
|
|
3478
|
-
),
|
|
3480
|
+
), Zn = E(
|
|
3479
3481
|
{
|
|
3480
3482
|
row: m.const(),
|
|
3481
3483
|
onSelect: m.const()
|
|
@@ -3511,7 +3513,7 @@ const Kn = D(
|
|
|
3511
3513
|
textDecoration: "none",
|
|
3512
3514
|
color: "inherit"
|
|
3513
3515
|
}
|
|
3514
|
-
},
|
|
3516
|
+
}, io = {
|
|
3515
3517
|
display: "flex",
|
|
3516
3518
|
flexDirection: "column",
|
|
3517
3519
|
alignItems: "center",
|
|
@@ -3529,27 +3531,32 @@ const Kn = D(
|
|
|
3529
3531
|
borderTopColor: "transparent",
|
|
3530
3532
|
borderRadius: "50%",
|
|
3531
3533
|
animation: "explorer-spin 0.8s linear infinite"
|
|
3532
|
-
}, Xn =
|
|
3533
|
-
|
|
3534
|
+
}, Xn = N(
|
|
3535
|
+
Pr,
|
|
3534
3536
|
{ daemonModel: m.const(), reportModel: m.const() },
|
|
3535
3537
|
(r, e) => {
|
|
3536
|
-
const o = e.isDarkTheme.read(r), n = e.loading.read(r), t = o ? "vscode-theme default-dark-plus" : "vscode-theme default-light-plus";
|
|
3538
|
+
const o = e.isDarkTheme.read(r), n = e.loading.read(r), t = e.error.read(r), i = o ? "vscode-theme default-dark-plus" : "vscode-theme default-light-plus";
|
|
3539
|
+
if (t)
|
|
3540
|
+
return /* @__PURE__ */ a("div", { className: i, style: { ...h.container, backgroundColor: "var(--component-explorer-editor-background)" }, children: /* @__PURE__ */ f("div", { style: io, children: [
|
|
3541
|
+
/* @__PURE__ */ a("span", { style: { color: "var(--component-explorer-errorForeground)" }, children: "Failed to load fixtures" }),
|
|
3542
|
+
/* @__PURE__ */ a("pre", { style: { fontSize: "12px", opacity: 0.7, whiteSpace: "pre-wrap", wordBreak: "break-word", margin: 0, fontFamily: "inherit" }, children: t })
|
|
3543
|
+
] }) });
|
|
3537
3544
|
if (n)
|
|
3538
|
-
return /* @__PURE__ */ f("div", { className:
|
|
3545
|
+
return /* @__PURE__ */ f("div", { className: i, style: { ...h.container, backgroundColor: "var(--component-explorer-editor-background)" }, children: [
|
|
3539
3546
|
/* @__PURE__ */ a("style", { children: "@keyframes explorer-spin { to { transform: rotate(360deg); } }" }),
|
|
3540
|
-
/* @__PURE__ */ f("div", { style:
|
|
3547
|
+
/* @__PURE__ */ f("div", { style: io, children: [
|
|
3541
3548
|
/* @__PURE__ */ a("div", { style: Yn }),
|
|
3542
3549
|
"Loading fixtures…"
|
|
3543
3550
|
] })
|
|
3544
3551
|
] });
|
|
3545
|
-
const
|
|
3546
|
-
return /* @__PURE__ */ f("div", { className:
|
|
3547
|
-
|
|
3548
|
-
/* @__PURE__ */ f("div", { style:
|
|
3549
|
-
/* @__PURE__ */ a(
|
|
3550
|
-
/* @__PURE__ */ a(
|
|
3552
|
+
const c = e.leftSidebarVisible.read(r), d = e.rightSidebarVisible.read(r), s = e.selectedNode.read(r);
|
|
3553
|
+
return /* @__PURE__ */ f("div", { className: i, style: h.container, children: [
|
|
3554
|
+
c && /* @__PURE__ */ a(ln, { model: e }),
|
|
3555
|
+
/* @__PURE__ */ f("div", { style: h.centerArea, children: [
|
|
3556
|
+
/* @__PURE__ */ a(Xr, { model: e }),
|
|
3557
|
+
/* @__PURE__ */ a(Jn, { model: e })
|
|
3551
3558
|
] }),
|
|
3552
|
-
|
|
3559
|
+
d && /* @__PURE__ */ a(mn, { selectedNode: s })
|
|
3553
3560
|
] });
|
|
3554
3561
|
}
|
|
3555
3562
|
);
|
|
@@ -3572,7 +3579,7 @@ var et = class ve {
|
|
|
3572
3579
|
}
|
|
3573
3580
|
}, rt = class {
|
|
3574
3581
|
constructor(r) {
|
|
3575
|
-
|
|
3582
|
+
l(this, "methods", this._createProxy(""));
|
|
3576
3583
|
this._request = r;
|
|
3577
3584
|
}
|
|
3578
3585
|
_createProxy(r) {
|
|
@@ -3588,7 +3595,7 @@ var et = class ve {
|
|
|
3588
3595
|
};
|
|
3589
3596
|
function nt(r, e) {
|
|
3590
3597
|
return new rt(async (o, n) => {
|
|
3591
|
-
var d,
|
|
3598
|
+
var d, s;
|
|
3592
3599
|
const t = await fetch(`${r}/${o}`, {
|
|
3593
3600
|
method: "POST",
|
|
3594
3601
|
headers: {
|
|
@@ -3607,7 +3614,7 @@ ${k}` : ""}`;
|
|
|
3607
3614
|
} else
|
|
3608
3615
|
g = `Error calling API method "${o}" (${t.status}): ${JSON.stringify(p)}`;
|
|
3609
3616
|
const v = new ot(t.status, o, g);
|
|
3610
|
-
throw (
|
|
3617
|
+
throw (s = e == null ? void 0 : e.onError) == null || s.call(e, v), v;
|
|
3611
3618
|
}
|
|
3612
3619
|
const i = t.headers.get("Content-Type");
|
|
3613
3620
|
return i != null && i.startsWith("application/jsonl") ? et.fromFn(async function* () {
|
|
@@ -3622,11 +3629,11 @@ ${k}` : ""}`;
|
|
|
3622
3629
|
if (_)
|
|
3623
3630
|
break;
|
|
3624
3631
|
g += v.decode(u, { stream: !0 });
|
|
3625
|
-
let
|
|
3626
|
-
for (; (
|
|
3632
|
+
let x;
|
|
3633
|
+
for (; (x = g.indexOf(`
|
|
3627
3634
|
`)) >= 0; ) {
|
|
3628
|
-
const y = g.slice(0,
|
|
3629
|
-
g = g.slice(
|
|
3635
|
+
const y = g.slice(0, x).trim();
|
|
3636
|
+
g = g.slice(x + 1), y.length > 0 && (yield JSON.parse(y));
|
|
3630
3637
|
}
|
|
3631
3638
|
}
|
|
3632
3639
|
const b = g.trim();
|
|
@@ -3636,16 +3643,16 @@ ${k}` : ""}`;
|
|
|
3636
3643
|
}
|
|
3637
3644
|
class tt {
|
|
3638
3645
|
constructor(e) {
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3646
|
+
l(this, "_sourceTreeIds", w(this, /* @__PURE__ */ new Map()));
|
|
3647
|
+
l(this, "_sessions", w(this, []));
|
|
3648
|
+
l(this, "_screenshotCache", /* @__PURE__ */ new Map());
|
|
3649
|
+
l(this, "_client");
|
|
3650
|
+
l(this, "_eventStreamAbort", null);
|
|
3651
|
+
l(this, "sessionName");
|
|
3645
3652
|
/** Observable map of sessionName → current sourceTreeId */
|
|
3646
|
-
|
|
3653
|
+
l(this, "sourceTreeIds", this._sourceTreeIds);
|
|
3647
3654
|
/** Observable list of sessions from the daemon */
|
|
3648
|
-
|
|
3655
|
+
l(this, "sessions", this._sessions);
|
|
3649
3656
|
this.config = e, this.sessionName = e.sessionName, this._client = nt("/__explorer/daemon-api", {
|
|
3650
3657
|
getHeaders: () => ({ "X-Client-Name": "explorer-ui" })
|
|
3651
3658
|
});
|
|
@@ -3699,7 +3706,7 @@ class tt {
|
|
|
3699
3706
|
const o = this._sourceTreeIds.get().get(e);
|
|
3700
3707
|
if (!o)
|
|
3701
3708
|
throw new Error(`No sourceTreeId known for session '${e}'`);
|
|
3702
|
-
return this._client.methods.fixtures.list({ sessionName: e, sourceTreeId: o });
|
|
3709
|
+
return (await this._client.methods.fixtures.list({ sessionName: e, sourceTreeId: o })).fixtures;
|
|
3703
3710
|
}
|
|
3704
3711
|
/**
|
|
3705
3712
|
* Get the explorer URL for a different session (for session switching via full navigation).
|
|
@@ -3760,8 +3767,8 @@ class tt {
|
|
|
3760
3767
|
}
|
|
3761
3768
|
class it {
|
|
3762
3769
|
constructor(e) {
|
|
3763
|
-
|
|
3764
|
-
|
|
3770
|
+
l(this, "state", w(this, { status: "loading" }));
|
|
3771
|
+
l(this, "_baseUrl");
|
|
3765
3772
|
this.reportUrl = e;
|
|
3766
3773
|
const o = e.lastIndexOf("/");
|
|
3767
3774
|
this._baseUrl = o >= 0 ? e.slice(0, o + 1) : "", this._fetch();
|
|
@@ -3771,7 +3778,7 @@ class it {
|
|
|
3771
3778
|
}
|
|
3772
3779
|
buildTree(e) {
|
|
3773
3780
|
const o = this.state.read(e);
|
|
3774
|
-
return o.status !== "ready" ? { id: new
|
|
3781
|
+
return o.status !== "ready" ? { id: new H(""), name: "Report", type: "folder", children: [], labels: [] } : ct(o.report.fixtures);
|
|
3775
3782
|
}
|
|
3776
3783
|
async _fetch() {
|
|
3777
3784
|
this.state.set({ status: "loading" }, void 0);
|
|
@@ -3787,13 +3794,13 @@ class it {
|
|
|
3787
3794
|
}
|
|
3788
3795
|
}
|
|
3789
3796
|
function ct(r) {
|
|
3790
|
-
const e = { id: new
|
|
3797
|
+
const e = { id: new H(""), name: "Components", type: "folder", children: [], labels: [] };
|
|
3791
3798
|
for (const [o, n] of Object.entries(r)) {
|
|
3792
|
-
const t = new
|
|
3799
|
+
const t = new H(o).segments;
|
|
3793
3800
|
let i = e;
|
|
3794
3801
|
for (let c = 0; c < t.length; c++) {
|
|
3795
|
-
const d = t[c],
|
|
3796
|
-
if (
|
|
3802
|
+
const d = t[c], s = c === t.length - 1, p = new H(t.slice(0, c + 1).join("/"));
|
|
3803
|
+
if (s) {
|
|
3797
3804
|
const g = [...(n == null ? void 0 : n.labels) ?? []];
|
|
3798
3805
|
(n == null ? void 0 : n.status) === "changed" && !g.includes("changed") && g.push("changed"), i.children.push({
|
|
3799
3806
|
id: p,
|
|
@@ -3810,19 +3817,27 @@ function ct(r) {
|
|
|
3810
3817
|
}
|
|
3811
3818
|
return e;
|
|
3812
3819
|
}
|
|
3813
|
-
const at = '/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-amber-400:oklch(82.8% .189 84.429);--color-amber-500:oklch(76.9% .188 70.08);--color-blue-400:oklch(70.7% .165 254.624);--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-base--line-height: 1.5 ;--font-weight-medium:500;--font-weight-semibold:600;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*{border-color:var(--component-explorer-panel-border)}:host{background-color:var(--component-explorer-editor-background);color:var(--component-explorer-foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:var(--component-explorer-font-family);font-size:var(--component-explorer-font-size);width:100%;height:100%;display:block}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--component-explorer-scrollbarSlider-background);border-radius:0}::-webkit-scrollbar-thumb:hover{background:var(--component-explorer-scrollbarSlider-hoverBackground)}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.top-1\\/2{top:50%}.right-2{right:calc(var(--spacing) * 2)}.left-2\\.5{left:calc(var(--spacing) * 2.5)}.isolate{isolation:isolate}.z-50{z-index:50}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.-mx-1{margin-inline:calc(var(--spacing) * -1)}.my-1{margin-block:calc(var(--spacing) * 1)}.mt-1{margin-top:calc(var(--spacing) * 1)}.ml-3\\.5{margin-left:calc(var(--spacing) * 3.5)}.block{display:block}.flex{display:flex}.hidden{display:none}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.h-2\\.5{height:calc(var(--spacing) * 2.5)}.h-3{height:calc(var(--spacing) * 3)}.h-3\\.5{height:calc(var(--spacing) * 3.5)}.h-4{height:calc(var(--spacing) * 4)}.h-5{height:calc(var(--spacing) * 5)}.h-6{height:calc(var(--spacing) * 6)}.h-8{height:calc(var(--spacing) * 8)}.h-9{height:calc(var(--spacing) * 9)}.h-10{height:calc(var(--spacing) * 10)}.h-12{height:calc(var(--spacing) * 12)}.h-\\[var\\(--radix-select-trigger-height\\)\\]{height:var(--radix-select-trigger-height)}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-48{max-height:calc(var(--spacing) * 48)}.max-h-96{max-height:calc(var(--spacing) * 96)}.min-h-\\[60px\\]{min-height:60px}.w-2\\.5{width:calc(var(--spacing) * 2.5)}.w-3{width:calc(var(--spacing) * 3)}.w-3\\.5{width:calc(var(--spacing) * 3.5)}.w-4{width:calc(var(--spacing) * 4)}.w-5{width:calc(var(--spacing) * 5)}.w-9{width:calc(var(--spacing) * 9)}.w-64{width:calc(var(--spacing) * 64)}.w-80{width:calc(var(--spacing) * 80)}.w-full{width:100%}.min-w-0{min-width:calc(var(--spacing) * 0)}.min-w-\\[8rem\\]{min-width:8rem}.min-w-\\[var\\(--radix-select-trigger-width\\)\\]{min-width:var(--radix-select-trigger-width)}.flex-1{flex:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.-translate-y-1\\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.rotate-90{rotate:90deg}.rotate-180{rotate:180deg}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1\\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-1\\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-x-2>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)))}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.rounded{border-radius:.25rem}.rounded-\\[inherit\\]{border-radius:inherit}.rounded-full{border-radius:3.40282e38px}.rounded-md{border-radius:4px}.rounded-sm{border-radius:2px}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-amber-500\\/30{border-color:#f99c004d}@supports (color:color-mix(in lab,red,red)){.border-amber-500\\/30{border-color:color-mix(in oklab,var(--color-amber-500) 30%,transparent)}}.border-border{border-color:var(--component-explorer-panel-border)}.border-destructive{border-color:var(--component-explorer-editorError-foreground)}.border-input{border-color:var(--component-explorer-input-background)}.border-primary{border-color:var(--component-explorer-focusBorder)}.border-transparent{border-color:#0000}.border-t-transparent{border-top-color:#0000}.border-l-transparent{border-left-color:#0000}.bg-amber-500\\/10{background-color:#f99c001a}@supports (color:color-mix(in lab,red,red)){.bg-amber-500\\/10{background-color:color-mix(in oklab,var(--color-amber-500) 10%,transparent)}}.bg-amber-500\\/15{background-color:#f99c0026}@supports (color:color-mix(in lab,red,red)){.bg-amber-500\\/15{background-color:color-mix(in oklab,var(--color-amber-500) 15%,transparent)}}.bg-background{background-color:var(--component-explorer-editor-background)}.bg-border{background-color:var(--component-explorer-panel-border)}.bg-card{background-color:var(--component-explorer-editorWidget-background)}.bg-destructive,.bg-destructive\\/10{background-color:var(--component-explorer-editorError-foreground)}@supports (color:color-mix(in lab,red,red)){.bg-destructive\\/10{background-color:color-mix(in oklab,var(--component-explorer-editorError-foreground) 10%,transparent)}}.bg-muted{background-color:var(--component-explorer-input-background)}.bg-popover{background-color:var(--component-explorer-editorWidget-background)}.bg-primary,.bg-primary\\/15{background-color:var(--component-explorer-focusBorder)}@supports (color:color-mix(in lab,red,red)){.bg-primary\\/15{background-color:color-mix(in oklab,var(--component-explorer-focusBorder) 15%,transparent)}}.bg-secondary{background-color:var(--component-explorer-button-secondaryBackground)}.bg-sidebar{background-color:var(--component-explorer-sideBar-background)}.bg-transparent{background-color:#0000}.p-1{padding:calc(var(--spacing) * 1)}.p-2{padding:calc(var(--spacing) * 2)}.p-3{padding:calc(var(--spacing) * 3)}.p-4{padding:calc(var(--spacing) * 4)}.p-\\[1px\\]{padding:1px}.px-1\\.5{padding-inline:calc(var(--spacing) * 1.5)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-2\\.5{padding-inline:calc(var(--spacing) * 2.5)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-8{padding-inline:calc(var(--spacing) * 8)}.py-0\\.5{padding-block:calc(var(--spacing) * .5)}.py-1{padding-block:calc(var(--spacing) * 1)}.py-1\\.5{padding-block:calc(var(--spacing) * 1.5)}.py-2{padding-block:calc(var(--spacing) * 2)}.pr-8{padding-right:calc(var(--spacing) * 8)}.pb-2{padding-bottom:calc(var(--spacing) * 2)}.pb-3{padding-bottom:calc(var(--spacing) * 3)}.pl-2{padding-left:calc(var(--spacing) * 2)}.pl-8{padding-left:calc(var(--spacing) * 8)}.font-mono{font-family:var(--font-mono)}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\\[10px\\]{font-size:10px}.leading-none{--tw-leading:1;line-height:1}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.break-all{word-break:break-all}.whitespace-nowrap{white-space:nowrap}.text-amber-400{color:var(--color-amber-400)}.text-amber-500{color:var(--color-amber-500)}.text-blue-400{color:var(--color-blue-400)}.text-current{color:currentColor}.text-destructive{color:var(--component-explorer-editorError-foreground)}.text-foreground{color:var(--component-explorer-foreground)}.text-muted-foreground{color:var(--component-explorer-descriptionForeground)}.text-popover-foreground{color:var(--component-explorer-editorWidget-foreground)}.text-primary{color:var(--component-explorer-focusBorder)}.text-primary-foreground{color:var(--component-explorer-button-foreground)}.text-secondary-foreground{color:var(--component-explorer-button-secondaryForeground)}.uppercase{text-transform:uppercase}.italic{font-style:italic}.underline-offset-4{text-underline-offset:4px}.opacity-50{opacity:.5}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a), 0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-offset-background{--tw-ring-offset-color:var(--component-explorer-editor-background)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.peer-disabled\\:cursor-not-allowed:is(:where(.peer):disabled~*){cursor:not-allowed}.peer-disabled\\:opacity-70:is(:where(.peer):disabled~*){opacity:.7}.file\\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.file\\:bg-transparent::file-selector-button{background-color:#0000}.file\\:text-sm::file-selector-button{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.file\\:font-medium::file-selector-button{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.file\\:text-foreground::file-selector-button{color:var(--component-explorer-foreground)}.placeholder\\:text-muted-foreground::placeholder{color:var(--component-explorer-descriptionForeground)}@media(hover:hover){.hover\\:bg-accent:hover{background-color:var(--component-explorer-list-hoverBackground)}.hover\\:bg-destructive\\/80:hover{background-color:var(--component-explorer-editorError-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-destructive\\/80:hover{background-color:color-mix(in oklab,var(--component-explorer-editorError-foreground) 80%,transparent)}}.hover\\:bg-destructive\\/90:hover{background-color:var(--component-explorer-editorError-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-destructive\\/90:hover{background-color:color-mix(in oklab,var(--component-explorer-editorError-foreground) 90%,transparent)}}.hover\\:bg-primary\\/80:hover{background-color:var(--component-explorer-focusBorder)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-primary\\/80:hover{background-color:color-mix(in oklab,var(--component-explorer-focusBorder) 80%,transparent)}}.hover\\:bg-primary\\/90:hover{background-color:var(--component-explorer-focusBorder)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-primary\\/90:hover{background-color:color-mix(in oklab,var(--component-explorer-focusBorder) 90%,transparent)}}.hover\\:bg-secondary\\/80:hover{background-color:var(--component-explorer-button-secondaryBackground)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-secondary\\/80:hover{background-color:color-mix(in oklab,var(--component-explorer-button-secondaryBackground) 80%,transparent)}}.hover\\:bg-sidebar-accent:hover{background-color:var(--component-explorer-list-hoverBackground)}.hover\\:text-accent-foreground:hover{color:var(--component-explorer-foreground)}.hover\\:underline:hover{text-decoration-line:underline}}.focus\\:bg-accent:focus{background-color:var(--component-explorer-list-hoverBackground)}.focus\\:text-accent-foreground:focus{color:var(--component-explorer-foreground)}.focus\\:ring-1:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\\:ring-ring:focus{--tw-ring-color:var(--component-explorer-focusBorder)}.focus\\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}.focus\\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\\:ring-1:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\\:ring-destructive:focus-visible{--tw-ring-color:var(--component-explorer-editorError-foreground)}.focus-visible\\:ring-ring:focus-visible{--tw-ring-color:var(--component-explorer-focusBorder)}.focus-visible\\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.disabled\\:pointer-events-none:disabled{pointer-events:none}.disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:opacity-50:disabled{opacity:.5}.data-\\[disabled\\]\\:pointer-events-none[data-disabled]{pointer-events:none}.data-\\[disabled\\]\\:opacity-50[data-disabled]{opacity:.5}.data-\\[side\\=bottom\\]\\:translate-y-1[data-side=bottom]{--tw-translate-y:calc(var(--spacing) * 1);translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\\[side\\=left\\]\\:-translate-x-1[data-side=left]{--tw-translate-x:calc(var(--spacing) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\\[side\\=right\\]\\:translate-x-1[data-side=right]{--tw-translate-x:calc(var(--spacing) * 1);translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\\[side\\=top\\]\\:-translate-y-1[data-side=top]{--tw-translate-y:calc(var(--spacing) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\\[state\\=checked\\]\\:bg-primary[data-state=checked]{background-color:var(--component-explorer-focusBorder)}.data-\\[state\\=checked\\]\\:text-primary-foreground[data-state=checked]{color:var(--component-explorer-button-foreground)}@media(min-width:48rem){.md\\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}}.\\[\\&_svg\\]\\:pointer-events-none svg{pointer-events:none}.\\[\\&_svg\\]\\:size-4 svg{width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.\\[\\&_svg\\]\\:shrink-0 svg{flex-shrink:0}.\\[\\&\\>span\\]\\:line-clamp-1>span{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}', dt = '.vscode-theme.default-dark-plus{--component-explorer-font-family: "Segoe WPC", "Segoe UI", sans-serif;--component-explorer-font-weight: normal;--component-explorer-font-size: 13px;--component-explorer-editor-font-family: "Cascadia Code", Consolas, "Courier New", monospace;--component-explorer-editor-font-weight: normal;--component-explorer-editor-font-size: 14px;--component-explorer-foreground: #cccccc;--component-explorer-disabledForeground: rgba(204, 204, 204, .5);--component-explorer-errorForeground: #f48771;--component-explorer-descriptionForeground: rgba(204, 204, 204, .7);--component-explorer-icon-foreground: #c5c5c5;--component-explorer-focusBorder: #007fd4;--component-explorer-textLink-foreground: #3794ff;--component-explorer-textLink-activeForeground: #3794ff;--component-explorer-textSeparator-foreground: rgba(255, 255, 255, .18);--component-explorer-textPreformat-foreground: #d7ba7d;--component-explorer-textPreformat-background: rgba(255, 255, 255, .1);--component-explorer-textBlockQuote-background: #222222;--component-explorer-textBlockQuote-border: rgba(0, 122, 204, .5);--component-explorer-textCodeBlock-background: rgba(10, 10, 10, .4);--component-explorer-sash-hoverBorder: #007fd4;--component-explorer-badge-background: #4d4d4d;--component-explorer-badge-foreground: #ffffff;--component-explorer-activityWarningBadge-foreground: #ffffff;--component-explorer-activityWarningBadge-background: #b27c00;--component-explorer-activityErrorBadge-foreground: #000000;--component-explorer-activityErrorBadge-background: #f14c4c;--component-explorer-scrollbar-shadow: #000000;--component-explorer-scrollbarSlider-background: rgba(121, 121, 121, .4);--component-explorer-scrollbarSlider-hoverBackground: rgba(100, 100, 100, .7);--component-explorer-scrollbarSlider-activeBackground: rgba(191, 191, 191, .4);--component-explorer-progressBar-background: #0e70c0;--component-explorer-chart-line: #236b8e;--component-explorer-chart-axis: rgba(191, 191, 191, .4);--component-explorer-chart-guide: rgba(191, 191, 191, .2);--component-explorer-editor-background: #1e1e1e;--component-explorer-editor-foreground: #d4d4d4;--component-explorer-editorStickyScroll-background: #1e1e1e;--component-explorer-editorStickyScrollGutter-background: #1e1e1e;--component-explorer-editorStickyScrollHover-background: #2a2d2e;--component-explorer-editorStickyScroll-shadow: #000000;--component-explorer-editorWidget-background: #252526;--component-explorer-editorWidget-foreground: #cccccc;--component-explorer-editorWidget-border: #454545;--component-explorer-editorError-foreground: #f14c4c;--component-explorer-editorWarning-foreground: #cca700;--component-explorer-editorInfo-foreground: #59a4f9;--component-explorer-editorHint-foreground: rgba(238, 238, 238, .7);--component-explorer-editorLink-activeForeground: #4e94ce;--component-explorer-editor-selectionBackground: #264f78;--component-explorer-editor-inactiveSelectionBackground: #3a3d41;--component-explorer-editor-selectionHighlightBackground: rgba(173, 214, 255, .15);--component-explorer-editor-compositionBorder: #ffffff;--component-explorer-editor-findMatchBackground: #515c6a;--component-explorer-editor-findMatchHighlightBackground: rgba(234, 92, 0, .33);--component-explorer-editor-findRangeHighlightBackground: rgba(58, 61, 65, .4);--component-explorer-editor-hoverHighlightBackground: rgba(38, 79, 120, .25);--component-explorer-editorHoverWidget-background: #252526;--component-explorer-editorHoverWidget-foreground: #cccccc;--component-explorer-editorHoverWidget-border: #454545;--component-explorer-editorHoverWidget-statusBarBackground: #2c2c2d;--component-explorer-editorInlayHint-foreground: #969696;--component-explorer-editorInlayHint-background: rgba(77, 77, 77, .1);--component-explorer-editorInlayHint-typeForeground: #969696;--component-explorer-editorInlayHint-typeBackground: rgba(77, 77, 77, .1);--component-explorer-editorInlayHint-parameterForeground: #969696;--component-explorer-editorInlayHint-parameterBackground: rgba(77, 77, 77, .1);--component-explorer-editorLightBulb-foreground: #ffcc00;--component-explorer-editorLightBulbAutoFix-foreground: #75beff;--component-explorer-editorLightBulbAi-foreground: #ffcc00;--component-explorer-editor-snippetTabstopHighlightBackground: rgba(124, 124, 124, .3);--component-explorer-editor-snippetFinalTabstopHighlightBorder: #525252;--component-explorer-diffEditor-insertedTextBackground: rgba(156, 204, 44, .2);--component-explorer-diffEditor-removedTextBackground: rgba(255, 0, 0, .2);--component-explorer-diffEditor-insertedLineBackground: rgba(155, 185, 85, .2);--component-explorer-diffEditor-removedLineBackground: rgba(255, 0, 0, .2);--component-explorer-diffEditor-diagonalFill: rgba(204, 204, 204, .2);--component-explorer-diffEditor-unchangedRegionBackground: #252526;--component-explorer-diffEditor-unchangedRegionForeground: #cccccc;--component-explorer-diffEditor-unchangedCodeBackground: rgba(116, 116, 116, .16);--component-explorer-widget-shadow: rgba(0, 0, 0, .36);--component-explorer-widget-border: #303031;--component-explorer-toolbar-hoverBackground: rgba(90, 93, 94, .31);--component-explorer-toolbar-activeBackground: rgba(99, 102, 103, .31);--component-explorer-breadcrumb-foreground: rgba(204, 204, 204, .8);--component-explorer-breadcrumb-background: #1e1e1e;--component-explorer-breadcrumb-focusForeground: #e0e0e0;--component-explorer-breadcrumb-activeSelectionForeground: #e0e0e0;--component-explorer-breadcrumbPicker-background: #252526;--component-explorer-merge-currentHeaderBackground: rgba(64, 200, 174, .5);--component-explorer-merge-currentContentBackground: rgba(64, 200, 174, .2);--component-explorer-merge-incomingHeaderBackground: rgba(64, 166, 255, .5);--component-explorer-merge-incomingContentBackground: rgba(64, 166, 255, .2);--component-explorer-merge-commonHeaderBackground: rgba(96, 96, 96, .4);--component-explorer-merge-commonContentBackground: rgba(96, 96, 96, .16);--component-explorer-editorOverviewRuler-currentContentForeground: rgba(64, 200, 174, .5);--component-explorer-editorOverviewRuler-incomingContentForeground: rgba(64, 166, 255, .5);--component-explorer-editorOverviewRuler-commonContentForeground: rgba(96, 96, 96, .4);--component-explorer-editorOverviewRuler-findMatchForeground: rgba(209, 134, 22, .49);--component-explorer-editorOverviewRuler-selectionHighlightForeground: rgba(160, 160, 160, .8);--component-explorer-problemsErrorIcon-foreground: #f14c4c;--component-explorer-problemsWarningIcon-foreground: #cca700;--component-explorer-problemsInfoIcon-foreground: #59a4f9;--component-explorer-minimap-findMatchHighlight: rgba(234, 92, 0, .33);--component-explorer-minimap-selectionOccurrenceHighlight: rgba(173, 214, 255, .15);--component-explorer-minimap-selectionHighlight: #264f78;--component-explorer-minimap-infoHighlight: #59a4f9;--component-explorer-minimap-warningHighlight: #cca700;--component-explorer-minimap-errorHighlight: rgba(255, 18, 18, .7);--component-explorer-minimap-foregroundOpacity: #000000;--component-explorer-minimapSlider-background: rgba(121, 121, 121, .2);--component-explorer-minimapSlider-hoverBackground: rgba(100, 100, 100, .35);--component-explorer-minimapSlider-activeBackground: rgba(191, 191, 191, .2);--component-explorer-charts-foreground: #cccccc;--component-explorer-charts-lines: rgba(204, 204, 204, .5);--component-explorer-charts-red: #f14c4c;--component-explorer-charts-blue: #59a4f9;--component-explorer-charts-yellow: #cca700;--component-explorer-charts-orange: rgba(234, 92, 0, .33);--component-explorer-charts-green: #89d185;--component-explorer-charts-purple: #b180d7;--component-explorer-input-background: #3c3c3c;--component-explorer-input-foreground: #cccccc;--component-explorer-inputOption-activeBorder: #007acc;--component-explorer-inputOption-hoverBackground: rgba(90, 93, 94, .5);--component-explorer-inputOption-activeBackground: rgba(0, 127, 212, .4);--component-explorer-inputOption-activeForeground: #ffffff;--component-explorer-input-placeholderForeground: #a6a6a6;--component-explorer-inputValidation-infoBackground: #063b49;--component-explorer-inputValidation-infoBorder: #007acc;--component-explorer-inputValidation-warningBackground: #352a05;--component-explorer-inputValidation-warningBorder: #b89500;--component-explorer-inputValidation-errorBackground: #5a1d1d;--component-explorer-inputValidation-errorBorder: #be1100;--component-explorer-dropdown-background: #3c3c3c;--component-explorer-dropdown-foreground: #f0f0f0;--component-explorer-dropdown-border: #3c3c3c;--component-explorer-button-foreground: #ffffff;--component-explorer-button-separator: rgba(255, 255, 255, .4);--component-explorer-button-background: #0e639c;--component-explorer-button-hoverBackground: #1177bb;--component-explorer-button-secondaryForeground: #ffffff;--component-explorer-button-secondaryBackground: #3a3d41;--component-explorer-button-secondaryHoverBackground: #45494e;--component-explorer-radio-activeForeground: #ffffff;--component-explorer-radio-activeBackground: rgba(0, 127, 212, .4);--component-explorer-radio-activeBorder: #007acc;--component-explorer-radio-inactiveBorder: rgba(255, 255, 255, .2);--component-explorer-radio-inactiveHoverBackground: rgba(90, 93, 94, .5);--component-explorer-checkbox-background: #3c3c3c;--component-explorer-checkbox-selectBackground: #252526;--component-explorer-checkbox-foreground: #f0f0f0;--component-explorer-checkbox-border: #6b6b6b;--component-explorer-checkbox-selectBorder: #c5c5c5;--component-explorer-checkbox-disabled\\.background: #777777;--component-explorer-checkbox-disabled\\.foreground: #b4b4b4;--component-explorer-keybindingLabel-background: rgba(128, 128, 128, .17);--component-explorer-keybindingLabel-foreground: #cccccc;--component-explorer-keybindingLabel-border: rgba(51, 51, 51, .6);--component-explorer-keybindingLabel-bottomBorder: rgba(68, 68, 68, .6);--component-explorer-list-focusOutline: #007fd4;--component-explorer-list-activeSelectionBackground: #04395e;--component-explorer-list-activeSelectionForeground: #ffffff;--component-explorer-list-activeSelectionIconForeground: #ffffff;--component-explorer-list-inactiveSelectionBackground: #37373d;--component-explorer-list-hoverBackground: #2a2d2e;--component-explorer-list-dropBackground: #383b3d;--component-explorer-list-dropBetweenBackground: #c5c5c5;--component-explorer-list-highlightForeground: #2aaaff;--component-explorer-list-focusHighlightForeground: #2aaaff;--component-explorer-list-invalidItemForeground: #b89500;--component-explorer-list-errorForeground: #f88070;--component-explorer-list-warningForeground: #cca700;--component-explorer-listFilterWidget-background: #252526;--component-explorer-listFilterWidget-outline: rgba(0, 0, 0, 0);--component-explorer-listFilterWidget-noMatchesOutline: #be1100;--component-explorer-listFilterWidget-shadow: rgba(0, 0, 0, .36);--component-explorer-list-filterMatchBackground: rgba(234, 92, 0, .33);--component-explorer-list-deemphasizedForeground: #8c8c8c;--component-explorer-tree-indentGuidesStroke: #585858;--component-explorer-tree-inactiveIndentGuidesStroke: rgba(88, 88, 88, .4);--component-explorer-tree-tableColumnsBorder: rgba(204, 204, 204, .13);--component-explorer-tree-tableOddRowsBackground: rgba(204, 204, 204, .04);--component-explorer-editorActionList-background: #252526;--component-explorer-editorActionList-foreground: #cccccc;--component-explorer-editorActionList-focusForeground: #ffffff;--component-explorer-editorActionList-focusBackground: #04395e;--component-explorer-menu-border: #454545;--component-explorer-menu-foreground: #cccccc;--component-explorer-menu-background: #252526;--component-explorer-menu-selectionForeground: #ffffff;--component-explorer-menu-selectionBackground: #0078d4;--component-explorer-menu-separatorBackground: #454545;--component-explorer-quickInput-background: #252526;--component-explorer-quickInput-foreground: #cccccc;--component-explorer-quickInputTitle-background: rgba(255, 255, 255, .1);--component-explorer-pickerGroup-foreground: #3794ff;--component-explorer-pickerGroup-border: #3f3f46;--component-explorer-quickInputList-focusForeground: #ffffff;--component-explorer-quickInputList-focusIconForeground: #ffffff;--component-explorer-quickInputList-focusBackground: #04395e;--component-explorer-search-resultsInfoForeground: rgba(204, 204, 204, .65);--component-explorer-searchEditor-findMatchBackground: rgba(234, 92, 0, .22);--component-explorer-editor-lineHighlightBorder: #282828;--component-explorer-editor-rangeHighlightBackground: rgba(255, 255, 255, .04);--component-explorer-editor-symbolHighlightBackground: rgba(234, 92, 0, .33);--component-explorer-editorCursor-foreground: #aeafad;--component-explorer-editorMultiCursor-primary\\.foreground: #aeafad;--component-explorer-editorMultiCursor-secondary\\.foreground: #aeafad;--component-explorer-editorWhitespace-foreground: rgba(227, 228, 226, .16);--component-explorer-editorLineNumber-foreground: #858585;--component-explorer-editorIndentGuide-background: rgba(227, 228, 226, .16);--component-explorer-editorIndentGuide-activeBackground: rgba(227, 228, 226, .16);--component-explorer-editorIndentGuide-background1: #404040;--component-explorer-editorIndentGuide-background2: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-background3: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-background4: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-background5: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-background6: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground1: #707070;--component-explorer-editorIndentGuide-activeBackground2: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground3: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground4: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground5: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground6: rgba(0, 0, 0, 0);--component-explorer-editorActiveLineNumber-foreground: #c6c6c6;--component-explorer-editorLineNumber-activeForeground: #c6c6c6;--component-explorer-editorRuler-foreground: #5a5a5a;--component-explorer-editorCodeLens-foreground: #999999;--component-explorer-editorBracketMatch-background: rgba(0, 100, 0, .1);--component-explorer-editorBracketMatch-border: #888888;--component-explorer-editorOverviewRuler-border: rgba(127, 127, 127, .3);--component-explorer-editorGutter-background: #1e1e1e;--component-explorer-editorUnnecessaryCode-opacity: rgba(0, 0, 0, .67);--component-explorer-editorGhostText-foreground: rgba(255, 255, 255, .34);--component-explorer-editorOverviewRuler-rangeHighlightForeground: rgba(0, 122, 204, .6);--component-explorer-editorOverviewRuler-errorForeground: rgba(255, 18, 18, .7);--component-explorer-editorOverviewRuler-warningForeground: #cca700;--component-explorer-editorOverviewRuler-infoForeground: #59a4f9;--component-explorer-editorBracketHighlight-foreground1: #ffd700;--component-explorer-editorBracketHighlight-foreground2: #da70d6;--component-explorer-editorBracketHighlight-foreground3: #179fff;--component-explorer-editorBracketHighlight-foreground4: rgba(0, 0, 0, 0);--component-explorer-editorBracketHighlight-foreground5: rgba(0, 0, 0, 0);--component-explorer-editorBracketHighlight-foreground6: rgba(0, 0, 0, 0);--component-explorer-editorBracketHighlight-unexpectedBracket\\.foreground: rgba(255, 18, 18, .8);--component-explorer-editorBracketPairGuide-background1: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background2: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background3: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background4: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background5: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background6: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground1: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground2: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground3: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground4: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground5: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground6: rgba(0, 0, 0, 0);--component-explorer-editorUnicodeHighlight-border: #cca700;--component-explorer-diffEditor-move\\.border: rgba(139, 139, 139, .61);--component-explorer-diffEditor-moveActive\\.border: #ffa500;--component-explorer-diffEditor-unchangedRegionShadow: #000000;--component-explorer-editorOverviewRuler-bracketMatchForeground: #a0a0a0;--component-explorer-actionBar-toggledBackground: #383a49;--component-explorer-symbolIcon-arrayForeground: #cccccc;--component-explorer-symbolIcon-booleanForeground: #cccccc;--component-explorer-symbolIcon-classForeground: #ee9d28;--component-explorer-symbolIcon-colorForeground: #cccccc;--component-explorer-symbolIcon-constantForeground: #cccccc;--component-explorer-symbolIcon-constructorForeground: #b180d7;--component-explorer-symbolIcon-enumeratorForeground: #ee9d28;--component-explorer-symbolIcon-enumeratorMemberForeground: #75beff;--component-explorer-symbolIcon-eventForeground: #ee9d28;--component-explorer-symbolIcon-fieldForeground: #75beff;--component-explorer-symbolIcon-fileForeground: #cccccc;--component-explorer-symbolIcon-folderForeground: #cccccc;--component-explorer-symbolIcon-functionForeground: #b180d7;--component-explorer-symbolIcon-interfaceForeground: #75beff;--component-explorer-symbolIcon-keyForeground: #cccccc;--component-explorer-symbolIcon-keywordForeground: #cccccc;--component-explorer-symbolIcon-methodForeground: #b180d7;--component-explorer-symbolIcon-moduleForeground: #cccccc;--component-explorer-symbolIcon-namespaceForeground: #cccccc;--component-explorer-symbolIcon-nullForeground: #cccccc;--component-explorer-symbolIcon-numberForeground: #cccccc;--component-explorer-symbolIcon-objectForeground: #cccccc;--component-explorer-symbolIcon-operatorForeground: #cccccc;--component-explorer-symbolIcon-packageForeground: #cccccc;--component-explorer-symbolIcon-propertyForeground: #cccccc;--component-explorer-symbolIcon-referenceForeground: #cccccc;--component-explorer-symbolIcon-snippetForeground: #cccccc;--component-explorer-symbolIcon-stringForeground: #cccccc;--component-explorer-symbolIcon-structForeground: #cccccc;--component-explorer-symbolIcon-textForeground: #cccccc;--component-explorer-symbolIcon-typeParameterForeground: #cccccc;--component-explorer-symbolIcon-unitForeground: #cccccc;--component-explorer-symbolIcon-variableForeground: #75beff;--component-explorer-peekViewTitle-background: #252526;--component-explorer-peekViewTitleLabel-foreground: #ffffff;--component-explorer-peekViewTitleDescription-foreground: rgba(204, 204, 204, .7);--component-explorer-peekView-border: #59a4f9;--component-explorer-peekViewResult-background: #252526;--component-explorer-peekViewResult-lineForeground: #bbbbbb;--component-explorer-peekViewResult-fileForeground: #ffffff;--component-explorer-peekViewResult-selectionBackground: rgba(51, 153, 255, .2);--component-explorer-peekViewResult-selectionForeground: #ffffff;--component-explorer-peekViewEditor-background: #001f33;--component-explorer-peekViewEditorGutter-background: #001f33;--component-explorer-peekViewEditorStickyScroll-background: #001f33;--component-explorer-peekViewEditorStickyScrollGutter-background: #001f33;--component-explorer-peekViewResult-matchHighlightBackground: rgba(234, 92, 0, .3);--component-explorer-peekViewEditor-matchHighlightBackground: rgba(255, 143, 0, .6);--component-explorer-editorMarkerNavigationError-background: #f14c4c;--component-explorer-editorMarkerNavigationError-headerBackground: rgba(241, 76, 76, .1);--component-explorer-editorMarkerNavigationWarning-background: #cca700;--component-explorer-editorMarkerNavigationWarning-headerBackground: rgba(204, 167, 0, .1);--component-explorer-editorMarkerNavigationInfo-background: #59a4f9;--component-explorer-editorMarkerNavigationInfo-headerBackground: rgba(89, 164, 249, .1);--component-explorer-editorMarkerNavigation-background: #1e1e1e;--component-explorer-editor-foldBackground: rgba(38, 79, 120, .3);--component-explorer-editor-foldPlaceholderForeground: #808080;--component-explorer-editorGutter-foldingControlForeground: #c5c5c5;--component-explorer-editorSuggestWidget-background: #252526;--component-explorer-editorSuggestWidget-border: #454545;--component-explorer-editorSuggestWidget-foreground: #d4d4d4;--component-explorer-editorSuggestWidget-selectedForeground: #ffffff;--component-explorer-editorSuggestWidget-selectedIconForeground: #ffffff;--component-explorer-editorSuggestWidget-selectedBackground: #04395e;--component-explorer-editorSuggestWidget-highlightForeground: #2aaaff;--component-explorer-editorSuggestWidget-focusHighlightForeground: #2aaaff;--component-explorer-editorSuggestWidgetStatus-foreground: rgba(212, 212, 212, .5);--component-explorer-inlineEdit-originalBackground: rgba(255, 0, 0, .04);--component-explorer-inlineEdit-modifiedBackground: rgba(156, 204, 44, .06);--component-explorer-inlineEdit-originalChangedLineBackground: rgba(255, 0, 0, .16);--component-explorer-inlineEdit-originalChangedTextBackground: rgba(255, 0, 0, .16);--component-explorer-inlineEdit-modifiedChangedLineBackground: rgba(155, 185, 85, .14);--component-explorer-inlineEdit-modifiedChangedTextBackground: rgba(156, 204, 44, .14);--component-explorer-inlineEdit-gutterIndicator\\.primaryForeground: #ffffff;--component-explorer-inlineEdit-gutterIndicator\\.primaryBorder: #0e639c;--component-explorer-inlineEdit-gutterIndicator\\.primaryBackground: rgba(14, 99, 156, .4);--component-explorer-inlineEdit-gutterIndicator\\.secondaryForeground: #ffffff;--component-explorer-inlineEdit-gutterIndicator\\.secondaryBorder: #3a3d41;--component-explorer-inlineEdit-gutterIndicator\\.secondaryBackground: #3a3d41;--component-explorer-inlineEdit-gutterIndicator\\.successfulForeground: #ffffff;--component-explorer-inlineEdit-gutterIndicator\\.successfulBorder: #0e639c;--component-explorer-inlineEdit-gutterIndicator\\.successfulBackground: #0e639c;--component-explorer-inlineEdit-gutterIndicator\\.background: rgba(45, 45, 45, .5);--component-explorer-inlineEdit-originalBorder: rgba(255, 0, 0, .2);--component-explorer-inlineEdit-modifiedBorder: rgba(156, 204, 44, .2);--component-explorer-inlineEdit-tabWillAcceptModifiedBorder: rgba(156, 204, 44, .2);--component-explorer-inlineEdit-tabWillAcceptOriginalBorder: rgba(255, 0, 0, .2);--component-explorer-editor-linkedEditingBackground: rgba(255, 0, 0, .3);--component-explorer-editor-wordHighlightBackground: rgba(87, 87, 87, .72);--component-explorer-editor-wordHighlightStrongBackground: rgba(0, 73, 114, .72);--component-explorer-editor-wordHighlightTextBackground: rgba(87, 87, 87, .72);--component-explorer-editorOverviewRuler-wordHighlightForeground: rgba(160, 160, 160, .8);--component-explorer-editorOverviewRuler-wordHighlightStrongForeground: rgba(192, 160, 192, .8);--component-explorer-editorOverviewRuler-wordHighlightTextForeground: rgba(160, 160, 160, .8);--component-explorer-editorHoverWidget-highlightForeground: #2aaaff;--component-explorer-editor-placeholder\\.foreground: rgba(255, 255, 255, .34);--component-explorer-tab-activeBackground: #1e1e1e;--component-explorer-tab-unfocusedActiveBackground: #1e1e1e;--component-explorer-tab-inactiveBackground: #2d2d2d;--component-explorer-tab-unfocusedInactiveBackground: #2d2d2d;--component-explorer-tab-activeForeground: #ffffff;--component-explorer-tab-inactiveForeground: rgba(255, 255, 255, .5);--component-explorer-tab-unfocusedActiveForeground: rgba(255, 255, 255, .5);--component-explorer-tab-unfocusedInactiveForeground: rgba(255, 255, 255, .25);--component-explorer-tab-border: #252526;--component-explorer-tab-lastPinnedBorder: rgba(204, 204, 204, .2);--component-explorer-tab-selectedBackground: #222222;--component-explorer-tab-selectedForeground: rgba(255, 255, 255, .63);--component-explorer-tab-dragAndDropBorder: #ffffff;--component-explorer-tab-activeModifiedBorder: #3399cc;--component-explorer-tab-inactiveModifiedBorder: rgba(51, 153, 204, .5);--component-explorer-tab-unfocusedActiveModifiedBorder: rgba(51, 153, 204, .5);--component-explorer-tab-unfocusedInactiveModifiedBorder: rgba(51, 153, 204, .25);--component-explorer-editorPane-background: #1e1e1e;--component-explorer-editorGroupHeader-tabsBackground: #252526;--component-explorer-editorGroupHeader-noTabsBackground: #1e1e1e;--component-explorer-editorGroup-border: #444444;--component-explorer-editorGroup-dropBackground: rgba(83, 89, 93, .5);--component-explorer-editorGroup-dropIntoPromptForeground: #cccccc;--component-explorer-editorGroup-dropIntoPromptBackground: #252526;--component-explorer-sideBySideEditor-horizontalBorder: #444444;--component-explorer-sideBySideEditor-verticalBorder: #444444;--component-explorer-banner-background: #04395e;--component-explorer-banner-foreground: #ffffff;--component-explorer-banner-iconForeground: #59a4f9;--component-explorer-statusBar-foreground: #ffffff;--component-explorer-statusBar-noFolderForeground: #ffffff;--component-explorer-statusBar-background: #007acc;--component-explorer-statusBar-noFolderBackground: #68217a;--component-explorer-statusBar-focusBorder: #ffffff;--component-explorer-statusBarItem-activeBackground: rgba(255, 255, 255, .18);--component-explorer-statusBarItem-focusBorder: #ffffff;--component-explorer-statusBarItem-hoverBackground: rgba(255, 255, 255, .12);--component-explorer-statusBarItem-hoverForeground: #ffffff;--component-explorer-statusBarItem-compactHoverBackground: rgba(255, 255, 255, .12);--component-explorer-statusBarItem-prominentForeground: #ffffff;--component-explorer-statusBarItem-prominentBackground: rgba(0, 0, 0, .5);--component-explorer-statusBarItem-prominentHoverForeground: #ffffff;--component-explorer-statusBarItem-prominentHoverBackground: rgba(255, 255, 255, .12);--component-explorer-statusBarItem-errorBackground: #c72e0f;--component-explorer-statusBarItem-errorForeground: #ffffff;--component-explorer-statusBarItem-errorHoverForeground: #ffffff;--component-explorer-statusBarItem-errorHoverBackground: rgba(255, 255, 255, .12);--component-explorer-statusBarItem-warningBackground: #7a6400;--component-explorer-statusBarItem-warningForeground: #ffffff;--component-explorer-statusBarItem-warningHoverForeground: #ffffff;--component-explorer-statusBarItem-warningHoverBackground: rgba(255, 255, 255, .12);--component-explorer-activityBar-background: #333333;--component-explorer-activityBar-foreground: #ffffff;--component-explorer-activityBar-inactiveForeground: rgba(255, 255, 255, .4);--component-explorer-activityBar-activeBorder: #ffffff;--component-explorer-activityBar-dropBorder: #ffffff;--component-explorer-activityBarBadge-background: #007acc;--component-explorer-activityBarBadge-foreground: #ffffff;--component-explorer-activityBarTop-foreground: #e7e7e7;--component-explorer-activityBarTop-activeBorder: #e7e7e7;--component-explorer-activityBarTop-inactiveForeground: rgba(231, 231, 231, .6);--component-explorer-activityBarTop-dropBorder: #e7e7e7;--component-explorer-panel-background: #1e1e1e;--component-explorer-panel-border: rgba(128, 128, 128, .35);--component-explorer-panelTitle-activeForeground: #e7e7e7;--component-explorer-panelTitle-inactiveForeground: rgba(231, 231, 231, .6);--component-explorer-panelTitle-activeBorder: #e7e7e7;--component-explorer-panelTitleBadge-background: #007acc;--component-explorer-panelTitleBadge-foreground: #ffffff;--component-explorer-panel-dropBorder: #e7e7e7;--component-explorer-panelSection-dropBackground: rgba(83, 89, 93, .5);--component-explorer-panelSectionHeader-background: rgba(128, 128, 128, .2);--component-explorer-panelSection-border: rgba(128, 128, 128, .35);--component-explorer-panelStickyScroll-background: #1e1e1e;--component-explorer-panelStickyScroll-shadow: #000000;--component-explorer-profileBadge-background: #4d4d4d;--component-explorer-profileBadge-foreground: #ffffff;--component-explorer-statusBarItem-remoteBackground: #16825d;--component-explorer-statusBarItem-remoteForeground: #ffffff;--component-explorer-statusBarItem-remoteHoverForeground: #ffffff;--component-explorer-statusBarItem-remoteHoverBackground: rgba(255, 255, 255, .12);--component-explorer-statusBarItem-offlineBackground: #6c1717;--component-explorer-statusBarItem-offlineForeground: #ffffff;--component-explorer-statusBarItem-offlineHoverForeground: #ffffff;--component-explorer-statusBarItem-offlineHoverBackground: rgba(255, 255, 255, .12);--component-explorer-extensionBadge-remoteBackground: #007acc;--component-explorer-extensionBadge-remoteForeground: #ffffff;--component-explorer-sideBar-background: #252526;--component-explorer-sideBarTitle-background: #252526;--component-explorer-sideBarTitle-foreground: #bbbbbb;--component-explorer-sideBar-dropBackground: rgba(83, 89, 93, .5);--component-explorer-sideBarSectionHeader-background: rgba(0, 0, 0, 0);--component-explorer-sideBarSectionHeader-border: rgba(204, 204, 204, .2);--component-explorer-sideBarActivityBarTop-border: rgba(204, 204, 204, .2);--component-explorer-sideBarStickyScroll-background: #252526;--component-explorer-sideBarStickyScroll-shadow: #000000;--component-explorer-titleBar-activeForeground: #cccccc;--component-explorer-titleBar-inactiveForeground: rgba(204, 204, 204, .6);--component-explorer-titleBar-activeBackground: #3c3c3c;--component-explorer-titleBar-inactiveBackground: rgba(60, 60, 60, .6);--component-explorer-menubar-selectionForeground: #cccccc;--component-explorer-menubar-selectionBackground: rgba(90, 93, 94, .31);--component-explorer-commandCenter-foreground: #cccccc;--component-explorer-commandCenter-activeForeground: #cccccc;--component-explorer-commandCenter-inactiveForeground: rgba(204, 204, 204, .6);--component-explorer-commandCenter-background: rgba(255, 255, 255, .05);--component-explorer-commandCenter-activeBackground: rgba(255, 255, 255, .08);--component-explorer-commandCenter-border: rgba(204, 204, 204, .2);--component-explorer-commandCenter-activeBorder: rgba(204, 204, 204, .3);--component-explorer-commandCenter-inactiveBorder: rgba(204, 204, 204, .15);--component-explorer-notificationCenter-border: #303031;--component-explorer-notificationToast-border: #303031;--component-explorer-notifications-foreground: #cccccc;--component-explorer-notifications-background: #252526;--component-explorer-notificationLink-foreground: #3794ff;--component-explorer-notificationCenterHeader-background: #303031;--component-explorer-notifications-border: #303031;--component-explorer-notificationsErrorIcon-foreground: #f14c4c;--component-explorer-notificationsWarningIcon-foreground: #cca700;--component-explorer-notificationsInfoIcon-foreground: #59a4f9;--component-explorer-editorGutter-modifiedBackground: #1b81a8;--component-explorer-editorGutter-modifiedSecondaryBackground: #0d4054;--component-explorer-editorGutter-addedBackground: #487e02;--component-explorer-editorGutter-addedSecondaryBackground: #243f01;--component-explorer-editorGutter-deletedBackground: #f14c4c;--component-explorer-editorGutter-deletedSecondaryBackground: #b00e0e;--component-explorer-minimapGutter-modifiedBackground: #1b81a8;--component-explorer-minimapGutter-addedBackground: #487e02;--component-explorer-minimapGutter-deletedBackground: #f14c4c;--component-explorer-editorOverviewRuler-modifiedForeground: rgba(27, 129, 168, .6);--component-explorer-editorOverviewRuler-addedForeground: rgba(72, 126, 2, .6);--component-explorer-editorOverviewRuler-deletedForeground: rgba(241, 76, 76, .6);--component-explorer-editorGutter-itemGlyphForeground: #d4d4d4;--component-explorer-editorGutter-itemBackground: #37373d;--component-explorer-terminal-foreground: #cccccc;--component-explorer-terminal-selectionBackground: #264f78;--component-explorer-terminal-inactiveSelectionBackground: #3a3d41;--component-explorer-terminalCommandDecoration-defaultBackground: rgba(255, 255, 255, .25);--component-explorer-terminalCommandDecoration-successBackground: #1b81a8;--component-explorer-terminalCommandDecoration-errorBackground: #f14c4c;--component-explorer-terminalOverviewRuler-cursorForeground: rgba(160, 160, 160, .8);--component-explorer-terminal-border: rgba(128, 128, 128, .35);--component-explorer-terminalOverviewRuler-border: rgba(127, 127, 127, .3);--component-explorer-terminal-findMatchBackground: #515c6a;--component-explorer-terminal-hoverHighlightBackground: rgba(38, 79, 120, .13);--component-explorer-terminal-findMatchHighlightBackground: rgba(234, 92, 0, .33);--component-explorer-terminalOverviewRuler-findMatchForeground: rgba(209, 134, 22, .49);--component-explorer-terminal-dropBackground: rgba(83, 89, 93, .5);--component-explorer-terminal-initialHintForeground: rgba(255, 255, 255, .34);--component-explorer-scmGraph-historyItemRefColor: #59a4f9;--component-explorer-scmGraph-historyItemRemoteRefColor: #b180d7;--component-explorer-scmGraph-historyItemBaseRefColor: #ea5c00;--component-explorer-scmGraph-historyItemHoverDefaultLabelForeground: #cccccc;--component-explorer-scmGraph-historyItemHoverDefaultLabelBackground: #4d4d4d;--component-explorer-scmGraph-historyItemHoverLabelForeground: #1e1e1e;--component-explorer-scmGraph-historyItemHoverAdditionsForeground: #81b88b;--component-explorer-scmGraph-historyItemHoverDeletionsForeground: #c74e39;--component-explorer-scmGraph-foreground1: #ffb000;--component-explorer-scmGraph-foreground2: #dc267f;--component-explorer-scmGraph-foreground3: #994f00;--component-explorer-scmGraph-foreground4: #40b0a6;--component-explorer-scmGraph-foreground5: #b66dff;--component-explorer-commentsView-resolvedIcon: rgba(204, 204, 204, .5);--component-explorer-commentsView-unresolvedIcon: #007fd4;--component-explorer-editorCommentsWidget-replyInputBackground: #252526;--component-explorer-editorCommentsWidget-resolvedBorder: rgba(204, 204, 204, .5);--component-explorer-editorCommentsWidget-unresolvedBorder: #007fd4;--component-explorer-editorCommentsWidget-rangeBackground: rgba(0, 127, 212, .1);--component-explorer-editorCommentsWidget-rangeActiveBackground: rgba(0, 127, 212, .1);--component-explorer-editorGutter-commentRangeForeground: #37373d;--component-explorer-editorOverviewRuler-commentForeground: #37373d;--component-explorer-editorOverviewRuler-commentUnresolvedForeground: #37373d;--component-explorer-editorOverviewRuler-commentDraftForeground: #37373d;--component-explorer-editorGutter-commentGlyphForeground: #d4d4d4;--component-explorer-editorGutter-commentUnresolvedGlyphForeground: #d4d4d4;--component-explorer-editorGutter-commentDraftGlyphForeground: #d4d4d4;--component-explorer-agentSessionReadIndicator-foreground: rgba(204, 204, 204, .15);--component-explorer-agentSessionSelectedBadge-border: rgba(255, 255, 255, .3);--component-explorer-agentSessionSelectedUnfocusedBadge-border: rgba(204, 204, 204, .3);--component-explorer-ports-iconRunningProcessForeground: #369432;--component-explorer-settings-headerForeground: #e7e7e7;--component-explorer-settings-settingsHeaderHoverForeground: rgba(231, 231, 231, .7);--component-explorer-settings-modifiedItemIndicator: #0c7d9d;--component-explorer-settings-headerBorder: rgba(128, 128, 128, .35);--component-explorer-settings-sashBorder: rgba(128, 128, 128, .35);--component-explorer-settings-dropdownBackground: #3c3c3c;--component-explorer-settings-dropdownForeground: #f0f0f0;--component-explorer-settings-dropdownBorder: #3c3c3c;--component-explorer-settings-dropdownListBorder: #454545;--component-explorer-settings-checkboxBackground: #3c3c3c;--component-explorer-settings-checkboxForeground: #f0f0f0;--component-explorer-settings-checkboxBorder: #6b6b6b;--component-explorer-settings-textInputBackground: #3c3c3c;--component-explorer-settings-textInputForeground: #cccccc;--component-explorer-settings-numberInputBackground: #3c3c3c;--component-explorer-settings-numberInputForeground: #cccccc;--component-explorer-settings-focusedRowBackground: rgba(42, 45, 46, .6);--component-explorer-settings-rowHoverBackground: rgba(42, 45, 46, .3);--component-explorer-settings-focusedRowBorder: #007fd4;--component-explorer-keybindingTable-headerBackground: rgba(204, 204, 204, .04);--component-explorer-keybindingTable-rowsBackground: rgba(204, 204, 204, .04);--component-explorer-extensionButton-background: #3a3d41;--component-explorer-extensionButton-foreground: #ffffff;--component-explorer-extensionButton-hoverBackground: #45494e;--component-explorer-extensionButton-separator: rgba(255, 255, 255, .4);--component-explorer-extensionButton-prominentBackground: #0e639c;--component-explorer-extensionButton-prominentForeground: #ffffff;--component-explorer-extensionButton-prominentHoverBackground: #1177bb;--component-explorer-debugToolBar-background: #333333;--component-explorer-debugIcon-startForeground: #89d185;--component-explorer-notebook-cellBorderColor: #37373d;--component-explorer-notebook-focusedEditorBorder: #007fd4;--component-explorer-notebookStatusSuccessIcon-foreground: #89d185;--component-explorer-notebookEditorOverviewRuler-runningCellForeground: #89d185;--component-explorer-notebookStatusErrorIcon-foreground: #f48771;--component-explorer-notebookStatusRunningIcon-foreground: #cccccc;--component-explorer-notebook-cellToolbarSeparator: rgba(128, 128, 128, .35);--component-explorer-notebook-selectedCellBackground: #37373d;--component-explorer-notebook-selectedCellBorder: #37373d;--component-explorer-notebook-focusedCellBorder: #007fd4;--component-explorer-notebook-inactiveFocusedCellBorder: #37373d;--component-explorer-notebook-cellStatusBarItemHoverBackground: rgba(255, 255, 255, .15);--component-explorer-notebook-cellInsertionIndicator: #007fd4;--component-explorer-notebookScrollbarSlider-background: rgba(121, 121, 121, .4);--component-explorer-notebookScrollbarSlider-hoverBackground: rgba(100, 100, 100, .7);--component-explorer-notebookScrollbarSlider-activeBackground: rgba(191, 191, 191, .4);--component-explorer-notebook-symbolHighlightBackground: rgba(255, 255, 255, .04);--component-explorer-notebook-cellEditorBackground: #252526;--component-explorer-notebook-editorBackground: #1e1e1e;--component-explorer-inlineChat-foreground: #cccccc;--component-explorer-inlineChat-background: #252526;--component-explorer-inlineChat-border: #454545;--component-explorer-inlineChat-shadow: rgba(0, 0, 0, .36);--component-explorer-inlineChatInput-border: #454545;--component-explorer-inlineChatInput-focusBorder: #007fd4;--component-explorer-inlineChatInput-placeholderForeground: #a6a6a6;--component-explorer-inlineChatInput-background: #3c3c3c;--component-explorer-inlineChatDiff-inserted: rgba(156, 204, 44, .1);--component-explorer-editorOverviewRuler-inlineChatInserted: rgba(156, 204, 44, .12);--component-explorer-editorMinimap-inlineChatInserted: rgba(156, 204, 44, .12);--component-explorer-inlineChatDiff-removed: rgba(255, 0, 0, .1);--component-explorer-editorOverviewRuler-inlineChatRemoved: rgba(255, 0, 0, .12);--component-explorer-multiDiffEditor-headerBackground: #262626;--component-explorer-multiDiffEditor-background: #1e1e1e;--component-explorer-multiDiffEditor-border: rgba(204, 204, 204, .2);--component-explorer-extensionIcon-verifiedForeground: #3794ff;--component-explorer-chat-requestBorder: rgba(255, 255, 255, .1);--component-explorer-chat-requestBackground: rgba(30, 30, 30, .62);--component-explorer-chat-slashCommandBackground: rgba(38, 71, 120, .4);--component-explorer-chat-slashCommandForeground: #85b6ff;--component-explorer-chat-avatarBackground: #1f1f1f;--component-explorer-chat-avatarForeground: #cccccc;--component-explorer-chat-editedFileForeground: #e2c08d;--component-explorer-chat-requestCodeBorder: rgba(0, 73, 114, .72);--component-explorer-chat-requestBubbleBackground: rgba(38, 79, 120, .3);--component-explorer-chat-requestBubbleHoverBackground: rgba(38, 79, 120, .6);--component-explorer-chat-checkpointSeparator: #585858;--component-explorer-chat-linesAddedForeground: #54b054;--component-explorer-chat-linesRemovedForeground: #fc6a6a;--component-explorer-chat-thinkingShimmer: #ffffff;--component-explorer-extensionIcon-starForeground: #ff8e00;--component-explorer-extensionIcon-preReleaseForeground: #1d9271;--component-explorer-extensionIcon-sponsorForeground: #d758b3;--component-explorer-extensionIcon-privateForeground: rgba(255, 255, 255, .38);--component-explorer-debugExceptionWidget-border: #a31515;--component-explorer-debugExceptionWidget-background: #420b0d;--component-explorer-editor-inlineValuesForeground: rgba(255, 255, 255, .5);--component-explorer-editor-inlineValuesBackground: rgba(255, 200, 0, .2);--component-explorer-debugIcon-breakpointForeground: #e51400;--component-explorer-debugIcon-breakpointDisabledForeground: #848484;--component-explorer-debugIcon-breakpointUnverifiedForeground: #848484;--component-explorer-debugIcon-breakpointCurrentStackframeForeground: #ffcc00;--component-explorer-debugIcon-breakpointStackframeForeground: #89d185;--component-explorer-editor-stackFrameHighlightBackground: rgba(255, 255, 0, .2);--component-explorer-editor-focusedStackFrameHighlightBackground: rgba(122, 189, 122, .3);--component-explorer-minimap-chatEditHighlight: rgba(30, 30, 30, .6);--component-explorer-chatManagement-sashBorder: rgba(128, 128, 128, .35);--component-explorer-gauge-foreground: #007acc;--component-explorer-gauge-background: rgba(0, 122, 204, .3);--component-explorer-gauge-warningForeground: #b89500;--component-explorer-gauge-warningBackground: rgba(184, 149, 0, .3);--component-explorer-gauge-errorForeground: #be1100;--component-explorer-gauge-errorBackground: rgba(190, 17, 0, .3);--component-explorer-mcpIcon-starForeground: #ff8e00;--component-explorer-interactive-activeCodeBorder: #007acc;--component-explorer-interactive-inactiveCodeBorder: #37373d;--component-explorer-testing-iconFailed: #f14c4c;--component-explorer-testing-iconErrored: #f14c4c;--component-explorer-testing-iconPassed: #73c991;--component-explorer-testing-runAction: #73c991;--component-explorer-testing-iconQueued: #cca700;--component-explorer-testing-iconUnset: #848484;--component-explorer-testing-iconSkipped: #848484;--component-explorer-testing-peekBorder: #f14c4c;--component-explorer-testing-messagePeekBorder: #59a4f9;--component-explorer-testing-peekHeaderBackground: rgba(241, 76, 76, .1);--component-explorer-testing-messagePeekHeaderBackground: rgba(89, 164, 249, .1);--component-explorer-testing-coveredBackground: rgba(156, 204, 44, .2);--component-explorer-testing-coveredBorder: rgba(156, 204, 44, .15);--component-explorer-testing-coveredGutterBackground: rgba(156, 204, 44, .12);--component-explorer-testing-uncoveredBranchBackground: #781212;--component-explorer-testing-uncoveredBackground: rgba(255, 0, 0, .2);--component-explorer-testing-uncoveredBorder: rgba(255, 0, 0, .15);--component-explorer-testing-uncoveredGutterBackground: rgba(255, 0, 0, .3);--component-explorer-testing-coverCountBadgeBackground: #4d4d4d;--component-explorer-testing-coverCountBadgeForeground: #ffffff;--component-explorer-testing-message\\.error\\.badgeBackground: #f14c4c;--component-explorer-testing-message\\.error\\.badgeBorder: #f14c4c;--component-explorer-testing-message\\.error\\.badgeForeground: #000000;--component-explorer-testing-message\\.info\\.decorationForeground: rgba(212, 212, 212, .5);--component-explorer-testing-iconErrored\\.retired: rgba(241, 76, 76, .7);--component-explorer-testing-iconFailed\\.retired: rgba(241, 76, 76, .7);--component-explorer-testing-iconPassed\\.retired: rgba(115, 201, 145, .7);--component-explorer-testing-iconQueued\\.retired: rgba(204, 167, 0, .7);--component-explorer-testing-iconUnset\\.retired: rgba(132, 132, 132, .7);--component-explorer-testing-iconSkipped\\.retired: rgba(132, 132, 132, .7);--component-explorer-statusBar-debuggingBackground: #cc6633;--component-explorer-statusBar-debuggingForeground: #ffffff;--component-explorer-commandCenter-debuggingBackground: rgba(204, 102, 51, .26);--component-explorer-debugTokenExpression-name: #c586c0;--component-explorer-debugTokenExpression-type: #4a90e2;--component-explorer-debugTokenExpression-value: rgba(204, 204, 204, .6);--component-explorer-debugTokenExpression-string: #ce9178;--component-explorer-debugTokenExpression-boolean: #4e94ce;--component-explorer-debugTokenExpression-number: #b5cea8;--component-explorer-debugTokenExpression-error: #f48771;--component-explorer-debugView-exceptionLabelForeground: #cccccc;--component-explorer-debugView-exceptionLabelBackground: #6c2022;--component-explorer-debugView-stateLabelForeground: #cccccc;--component-explorer-debugView-stateLabelBackground: rgba(136, 136, 136, .27);--component-explorer-debugView-valueChangedHighlight: #569cd6;--component-explorer-debugConsole-infoForeground: #59a4f9;--component-explorer-debugConsole-warningForeground: #cca700;--component-explorer-debugConsole-errorForeground: #f48771;--component-explorer-debugConsole-sourceForeground: #cccccc;--component-explorer-debugConsoleInputIcon-foreground: #cccccc;--component-explorer-debugIcon-pauseForeground: #75beff;--component-explorer-debugIcon-stopForeground: #f48771;--component-explorer-debugIcon-disconnectForeground: #f48771;--component-explorer-debugIcon-restartForeground: #89d185;--component-explorer-debugIcon-stepOverForeground: #75beff;--component-explorer-debugIcon-stepIntoForeground: #75beff;--component-explorer-debugIcon-stepOutForeground: #75beff;--component-explorer-debugIcon-continueForeground: #75beff;--component-explorer-debugIcon-stepBackForeground: #75beff;--component-explorer-mergeEditor-change\\.background: rgba(155, 185, 85, .2);--component-explorer-mergeEditor-change\\.word\\.background: rgba(156, 204, 44, .2);--component-explorer-mergeEditor-changeBase\\.background: #4b1818;--component-explorer-mergeEditor-changeBase\\.word\\.background: #6f1313;--component-explorer-mergeEditor-conflict\\.unhandledUnfocused\\.border: rgba(255, 166, 0, .48);--component-explorer-mergeEditor-conflict\\.unhandledFocused\\.border: #ffa600;--component-explorer-mergeEditor-conflict\\.handledUnfocused\\.border: rgba(134, 134, 134, .29);--component-explorer-mergeEditor-conflict\\.handledFocused\\.border: rgba(193, 193, 193, .8);--component-explorer-mergeEditor-conflict\\.handled\\.minimapOverViewRuler: rgba(173, 172, 168, .93);--component-explorer-mergeEditor-conflict\\.unhandled\\.minimapOverViewRuler: #fcba03;--component-explorer-mergeEditor-conflictingLines\\.background: rgba(255, 234, 0, .28);--component-explorer-mergeEditor-conflict\\.input1\\.background: rgba(64, 200, 174, .2);--component-explorer-mergeEditor-conflict\\.input2\\.background: rgba(64, 166, 255, .2);--component-explorer-terminal-ansiBlack: #000000;--component-explorer-terminal-ansiRed: #cd3131;--component-explorer-terminal-ansiGreen: #0dbc79;--component-explorer-terminal-ansiYellow: #e5e510;--component-explorer-terminal-ansiBlue: #2472c8;--component-explorer-terminal-ansiMagenta: #bc3fbc;--component-explorer-terminal-ansiCyan: #11a8cd;--component-explorer-terminal-ansiWhite: #e5e5e5;--component-explorer-terminal-ansiBrightBlack: #666666;--component-explorer-terminal-ansiBrightRed: #f14c4c;--component-explorer-terminal-ansiBrightGreen: #23d18b;--component-explorer-terminal-ansiBrightYellow: #f5f543;--component-explorer-terminal-ansiBrightBlue: #3b8eea;--component-explorer-terminal-ansiBrightMagenta: #d670d6;--component-explorer-terminal-ansiBrightCyan: #29b8db;--component-explorer-terminal-ansiBrightWhite: #e5e5e5;--component-explorer-simpleFindWidget-sashBorder: #454545;--component-explorer-terminalStickyScrollHover-background: #2a2d2e;--component-explorer-terminalCommandGuide-foreground: #37373d;--component-explorer-terminalSymbolIcon-flagForeground: #ee9d28;--component-explorer-terminalSymbolIcon-aliasForeground: #b180d7;--component-explorer-terminalSymbolIcon-optionValueForeground: #75beff;--component-explorer-terminalSymbolIcon-methodForeground: #b180d7;--component-explorer-terminalSymbolIcon-argumentForeground: #75beff;--component-explorer-terminalSymbolIcon-optionForeground: #ee9d28;--component-explorer-terminalSymbolIcon-fileForeground: #cccccc;--component-explorer-terminalSymbolIcon-folderForeground: #cccccc;--component-explorer-terminalSymbolIcon-commitForeground: #cccccc;--component-explorer-terminalSymbolIcon-branchForeground: #cccccc;--component-explorer-terminalSymbolIcon-tagForeground: #cccccc;--component-explorer-terminalSymbolIcon-stashForeground: #cccccc;--component-explorer-terminalSymbolIcon-remoteForeground: #cccccc;--component-explorer-terminalSymbolIcon-pullRequestForeground: #cccccc;--component-explorer-terminalSymbolIcon-pullRequestDoneForeground: #cccccc;--component-explorer-terminalSymbolIcon-symbolicLinkFileForeground: #cccccc;--component-explorer-terminalSymbolIcon-symbolicLinkFolderForeground: #cccccc;--component-explorer-terminalSymbolIcon-symbolText: #cccccc;--component-explorer-markdownAlert-note\\.foreground: #59a4f9;--component-explorer-markdownAlert-tip\\.foreground: #89d185;--component-explorer-markdownAlert-important\\.foreground: #b180d7;--component-explorer-markdownAlert-warning\\.foreground: #cca700;--component-explorer-markdownAlert-caution\\.foreground: #f14c4c;--component-explorer-welcomePage-tileBackground: #252526;--component-explorer-welcomePage-tileHoverBackground: #2c2c2d;--component-explorer-welcomePage-tileBorder: rgba(255, 255, 255, .1);--component-explorer-welcomePage-progress\\.background: #3c3c3c;--component-explorer-welcomePage-progress\\.foreground: #3794ff;--component-explorer-walkthrough-stepTitle\\.foreground: #ffffff;--component-explorer-walkThrough-embeddedEditorBackground: rgba(0, 0, 0, .4);--component-explorer-profiles-sashBorder: rgba(128, 128, 128, .35);--component-explorer-gitDecoration-addedResourceForeground: #81b88b;--component-explorer-gitDecoration-modifiedResourceForeground: #e2c08d;--component-explorer-gitDecoration-deletedResourceForeground: #c74e39;--component-explorer-gitDecoration-renamedResourceForeground: #73c991;--component-explorer-gitDecoration-untrackedResourceForeground: #73c991;--component-explorer-gitDecoration-ignoredResourceForeground: #8c8c8c;--component-explorer-gitDecoration-stageModifiedResourceForeground: #e2c08d;--component-explorer-gitDecoration-stageDeletedResourceForeground: #c74e39;--component-explorer-gitDecoration-conflictingResourceForeground: #e4676b;--component-explorer-gitDecoration-submoduleResourceForeground: #8db9e2;--component-explorer-git-blame\\.editorDecorationForeground: #969696;--component-explorer-gitlens-gutterBackgroundColor: rgba(255, 255, 255, .07);--component-explorer-gitlens-gutterForegroundColor: #bebebe;--component-explorer-gitlens-gutterUncommittedForegroundColor: rgba(0, 188, 242, .6);--component-explorer-gitlens-trailingLineBackgroundColor: rgba(0, 0, 0, 0);--component-explorer-gitlens-trailingLineForegroundColor: rgba(153, 153, 153, .35);--component-explorer-gitlens-lineHighlightBackgroundColor: rgba(0, 188, 242, .2);--component-explorer-gitlens-lineHighlightOverviewRulerColor: rgba(0, 188, 242, .6);--component-explorer-gitlens-openAutolinkedIssueIconColor: #3fb950;--component-explorer-gitlens-closedAutolinkedIssueIconColor: #a371f7;--component-explorer-gitlens-closedPullRequestIconColor: #f85149;--component-explorer-gitlens-openPullRequestIconColor: #3fb950;--component-explorer-gitlens-mergedPullRequestIconColor: #a371f7;--component-explorer-gitlens-unpublishedChangesIconColor: #35b15e;--component-explorer-gitlens-unpublishedCommitIconColor: #35b15e;--component-explorer-gitlens-unpulledChangesIconColor: #b15e35;--component-explorer-gitlens-decorations\\.addedForegroundColor: #81b88b;--component-explorer-gitlens-decorations\\.copiedForegroundColor: #73c991;--component-explorer-gitlens-decorations\\.deletedForegroundColor: #c74e39;--component-explorer-gitlens-decorations\\.ignoredForegroundColor: #8c8c8c;--component-explorer-gitlens-decorations\\.modifiedForegroundColor: #e2c08d;--component-explorer-gitlens-decorations\\.untrackedForegroundColor: #73c991;--component-explorer-gitlens-decorations\\.renamedForegroundColor: #73c991;--component-explorer-gitlens-decorations\\.branchAheadForegroundColor: #35b15e;--component-explorer-gitlens-decorations\\.branchBehindForegroundColor: #b15e35;--component-explorer-gitlens-decorations\\.branchDivergedForegroundColor: #d8af1b;--component-explorer-gitlens-decorations\\.branchMissingUpstreamForegroundColor: #c74e39;--component-explorer-gitlens-decorations\\.statusMergingOrRebasingConflictForegroundColor: #c74e39;--component-explorer-gitlens-decorations\\.statusMergingOrRebasingForegroundColor: #d8af1b;--component-explorer-gitlens-decorations\\.workspaceRepoMissingForegroundColor: #909090;--component-explorer-gitlens-decorations\\.workspaceCurrentForegroundColor: #35b15e;--component-explorer-gitlens-decorations\\.workspaceRepoOpenForegroundColor: #35b15e;--component-explorer-gitlens-decorations\\.worktreeHasUncommittedChangesForegroundColor: #e2c08d;--component-explorer-gitlens-decorations\\.worktreeMissingForegroundColor: #c74e39;--component-explorer-gitlens-graphLane1Color: #15a0bf;--component-explorer-gitlens-graphLane2Color: #0669f7;--component-explorer-gitlens-graphLane3Color: #8e00c2;--component-explorer-gitlens-graphLane4Color: #c517b6;--component-explorer-gitlens-graphLane5Color: #d90171;--component-explorer-gitlens-graphLane6Color: #cd0101;--component-explorer-gitlens-graphLane7Color: #f25d2e;--component-explorer-gitlens-graphLane8Color: #f2ca33;--component-explorer-gitlens-graphLane9Color: #7bd938;--component-explorer-gitlens-graphLane10Color: #2ece9d;--component-explorer-gitlens-graphChangesColumnAddedColor: #347d39;--component-explorer-gitlens-graphChangesColumnDeletedColor: #c93c37;--component-explorer-gitlens-graphMinimapMarkerHeadColor: #05e617;--component-explorer-gitlens-graphScrollMarkerHeadColor: #05e617;--component-explorer-gitlens-graphMinimapMarkerUpstreamColor: #09ae17;--component-explorer-gitlens-graphScrollMarkerUpstreamColor: #09ae17;--component-explorer-gitlens-graphMinimapMarkerHighlightsColor: #fbff0a;--component-explorer-gitlens-graphScrollMarkerHighlightsColor: #fbff0a;--component-explorer-gitlens-graphMinimapMarkerLocalBranchesColor: #3087cf;--component-explorer-gitlens-graphScrollMarkerLocalBranchesColor: #3087cf;--component-explorer-gitlens-graphMinimapMarkerPullRequestsColor: #c76801;--component-explorer-gitlens-graphScrollMarkerPullRequestsColor: #c76801;--component-explorer-gitlens-graphMinimapMarkerRemoteBranchesColor: #2b5e88;--component-explorer-gitlens-graphScrollMarkerRemoteBranchesColor: #2b5e88;--component-explorer-gitlens-graphMinimapMarkerStashesColor: #b34db3;--component-explorer-gitlens-graphScrollMarkerStashesColor: #b34db3;--component-explorer-gitlens-graphMinimapMarkerTagsColor: #6b562e;--component-explorer-gitlens-graphScrollMarkerTagsColor: #6b562e;--component-explorer-gitlens-launchpadIndicatorMergeableColor: #3fb950;--component-explorer-gitlens-launchpadIndicatorMergeableHoverColor: #3fb950;--component-explorer-gitlens-launchpadIndicatorBlockedColor: #c74e39;--component-explorer-gitlens-launchpadIndicatorBlockedHoverColor: #c74e39;--component-explorer-gitlens-launchpadIndicatorAttentionColor: #d8af1b;--component-explorer-gitlens-launchpadIndicatorAttentionHoverColor: #d8af1b;--component-explorer-issues-newIssueDecoration: rgba(255, 255, 255, .28);--component-explorer-issues-open: #3fb950;--component-explorer-issues-closed: #8957e5;--component-explorer-github-issues\\.closed: #8957e5;--component-explorer-pullRequests-merged: #8957e5;--component-explorer-pullRequests-draft: #6e7681;--component-explorer-pullRequests-open: #3fb950;--component-explorer-pullRequests-closed: #cb2431;--component-explorer-pullRequests-notification: #59a4f9;--component-explorer-testExplorer-errorDecorationBackground: #5a1d1d;--component-explorer-remoteHub-decorations\\.addedForegroundColor: #81b88b;--component-explorer-remoteHub-decorations\\.modifiedForegroundColor: #e2c08d;--component-explorer-remoteHub-decorations\\.deletedForegroundColor: #c74e39;--component-explorer-remoteHub-decorations\\.submoduleForegroundColor: #8db9e2;--component-explorer-remoteHub-decorations\\.conflictForegroundColor: #e4676b;--component-explorer-remoteHub-decorations\\.incomingAddedForegroundColor: #81b88b;--component-explorer-remoteHub-decorations\\.incomingModifiedForegroundColor: #e2c08d;--component-explorer-remoteHub-decorations\\.incomingDeletedForegroundColor: #c74e39;--component-explorer-remoteHub-decorations\\.incomingRenamedForegroundColor: #73c991;--component-explorer-remoteHub-decorations\\.possibleConflictForegroundColor: #cca700;--component-explorer-remoteHub-decorations\\.ignoredResourceForeground: #8c8c8c;--component-explorer-remoteHub-decorations\\.workspaceRepositoriesView\\.hasUncommittedChangesForegroundColor: #e2c08d;--component-explorer-editor-font-feature-settings: "liga" on,"calt" on}', lt = '.vscode-theme.default-light-plus{--component-explorer-font-family: "Segoe WPC", "Segoe UI", sans-serif;--component-explorer-font-weight: normal;--component-explorer-font-size: 13px;--component-explorer-editor-font-family: "Cascadia Code", Consolas, "Courier New", monospace;--component-explorer-editor-font-weight: normal;--component-explorer-editor-font-size: 14px;--component-explorer-foreground: #616161;--component-explorer-disabledForeground: rgba(97, 97, 97, .5);--component-explorer-errorForeground: #a1260d;--component-explorer-descriptionForeground: #717171;--component-explorer-icon-foreground: #424242;--component-explorer-focusBorder: #0090f1;--component-explorer-textLink-foreground: #006ab1;--component-explorer-textLink-activeForeground: #006ab1;--component-explorer-textSeparator-foreground: rgba(0, 0, 0, .18);--component-explorer-textPreformat-foreground: #a31515;--component-explorer-textPreformat-background: rgba(0, 0, 0, .1);--component-explorer-textBlockQuote-background: #f2f2f2;--component-explorer-textBlockQuote-border: rgba(0, 122, 204, .5);--component-explorer-textCodeBlock-background: rgba(220, 220, 220, .4);--component-explorer-sash-hoverBorder: #0090f1;--component-explorer-badge-background: #c4c4c4;--component-explorer-badge-foreground: #333333;--component-explorer-activityWarningBadge-foreground: #ffffff;--component-explorer-activityWarningBadge-background: #b27c00;--component-explorer-activityErrorBadge-foreground: #ffffff;--component-explorer-activityErrorBadge-background: #e51400;--component-explorer-scrollbar-shadow: #dddddd;--component-explorer-scrollbarSlider-background: rgba(100, 100, 100, .4);--component-explorer-scrollbarSlider-hoverBackground: rgba(100, 100, 100, .7);--component-explorer-scrollbarSlider-activeBackground: rgba(0, 0, 0, .6);--component-explorer-progressBar-background: #0e70c0;--component-explorer-chart-line: #236b8e;--component-explorer-chart-axis: rgba(0, 0, 0, .6);--component-explorer-chart-guide: rgba(0, 0, 0, .2);--component-explorer-editor-background: #ffffff;--component-explorer-editor-foreground: #000000;--component-explorer-editorStickyScroll-background: #ffffff;--component-explorer-editorStickyScrollGutter-background: #ffffff;--component-explorer-editorStickyScrollHover-background: #f0f0f0;--component-explorer-editorStickyScroll-shadow: #dddddd;--component-explorer-editorWidget-background: #f3f3f3;--component-explorer-editorWidget-foreground: #616161;--component-explorer-editorWidget-border: #c8c8c8;--component-explorer-editorError-foreground: #e51400;--component-explorer-editorWarning-foreground: #bf8803;--component-explorer-editorInfo-foreground: #0063d3;--component-explorer-editorHint-foreground: #6c6c6c;--component-explorer-editorLink-activeForeground: #0000ff;--component-explorer-editor-selectionBackground: #add6ff;--component-explorer-editor-inactiveSelectionBackground: #e5ebf1;--component-explorer-editor-selectionHighlightBackground: rgba(173, 214, 255, .5);--component-explorer-editor-compositionBorder: #000000;--component-explorer-editor-findMatchBackground: #a8ac94;--component-explorer-editor-findMatchHighlightBackground: rgba(234, 92, 0, .33);--component-explorer-editor-findRangeHighlightBackground: rgba(180, 180, 180, .3);--component-explorer-editor-hoverHighlightBackground: rgba(173, 214, 255, .15);--component-explorer-editorHoverWidget-background: #f3f3f3;--component-explorer-editorHoverWidget-foreground: #616161;--component-explorer-editorHoverWidget-border: #c8c8c8;--component-explorer-editorHoverWidget-statusBarBackground: #e7e7e7;--component-explorer-editorInlayHint-foreground: #969696;--component-explorer-editorInlayHint-background: rgba(196, 196, 196, .1);--component-explorer-editorInlayHint-typeForeground: #969696;--component-explorer-editorInlayHint-typeBackground: rgba(196, 196, 196, .1);--component-explorer-editorInlayHint-parameterForeground: #969696;--component-explorer-editorInlayHint-parameterBackground: rgba(196, 196, 196, .1);--component-explorer-editorLightBulb-foreground: #ddb100;--component-explorer-editorLightBulbAutoFix-foreground: #007acc;--component-explorer-editorLightBulbAi-foreground: #ddb100;--component-explorer-editor-snippetTabstopHighlightBackground: rgba(10, 50, 100, .2);--component-explorer-editor-snippetFinalTabstopHighlightBorder: rgba(10, 50, 100, .5);--component-explorer-diffEditor-insertedTextBackground: rgba(23, 149, 44, .37);--component-explorer-diffEditor-removedTextBackground: rgba(255, 0, 0, .35);--component-explorer-diffEditor-insertedLineBackground: rgba(155, 185, 85, .2);--component-explorer-diffEditor-removedLineBackground: rgba(255, 0, 0, .2);--component-explorer-diffEditor-diagonalFill: rgba(34, 34, 34, .2);--component-explorer-diffEditor-unchangedRegionBackground: #f8f8f8;--component-explorer-diffEditor-unchangedRegionForeground: #616161;--component-explorer-diffEditor-unchangedCodeBackground: rgba(184, 184, 184, .16);--component-explorer-widget-shadow: rgba(0, 0, 0, .16);--component-explorer-widget-border: #d4d4d4;--component-explorer-toolbar-hoverBackground: rgba(184, 184, 184, .31);--component-explorer-toolbar-activeBackground: rgba(166, 166, 166, .31);--component-explorer-breadcrumb-foreground: rgba(97, 97, 97, .8);--component-explorer-breadcrumb-background: #ffffff;--component-explorer-breadcrumb-focusForeground: #4e4e4e;--component-explorer-breadcrumb-activeSelectionForeground: #4e4e4e;--component-explorer-breadcrumbPicker-background: #f3f3f3;--component-explorer-merge-currentHeaderBackground: rgba(64, 200, 174, .5);--component-explorer-merge-currentContentBackground: rgba(64, 200, 174, .2);--component-explorer-merge-incomingHeaderBackground: rgba(64, 166, 255, .5);--component-explorer-merge-incomingContentBackground: rgba(64, 166, 255, .2);--component-explorer-merge-commonHeaderBackground: rgba(96, 96, 96, .4);--component-explorer-merge-commonContentBackground: rgba(96, 96, 96, .16);--component-explorer-editorOverviewRuler-currentContentForeground: rgba(64, 200, 174, .5);--component-explorer-editorOverviewRuler-incomingContentForeground: rgba(64, 166, 255, .5);--component-explorer-editorOverviewRuler-commonContentForeground: rgba(96, 96, 96, .4);--component-explorer-editorOverviewRuler-findMatchForeground: rgba(209, 134, 22, .49);--component-explorer-editorOverviewRuler-selectionHighlightForeground: rgba(160, 160, 160, .8);--component-explorer-problemsErrorIcon-foreground: #e51400;--component-explorer-problemsWarningIcon-foreground: #bf8803;--component-explorer-problemsInfoIcon-foreground: #0063d3;--component-explorer-minimap-findMatchHighlight: rgba(234, 92, 0, .33);--component-explorer-minimap-selectionOccurrenceHighlight: rgba(173, 214, 255, .5);--component-explorer-minimap-selectionHighlight: #add6ff;--component-explorer-minimap-infoHighlight: #0063d3;--component-explorer-minimap-warningHighlight: #bf8803;--component-explorer-minimap-errorHighlight: rgba(255, 18, 18, .7);--component-explorer-minimap-foregroundOpacity: #000000;--component-explorer-minimapSlider-background: rgba(100, 100, 100, .2);--component-explorer-minimapSlider-hoverBackground: rgba(100, 100, 100, .35);--component-explorer-minimapSlider-activeBackground: rgba(0, 0, 0, .3);--component-explorer-charts-foreground: #616161;--component-explorer-charts-lines: rgba(97, 97, 97, .5);--component-explorer-charts-red: #e51400;--component-explorer-charts-blue: #0063d3;--component-explorer-charts-yellow: #bf8803;--component-explorer-charts-orange: rgba(234, 92, 0, .33);--component-explorer-charts-green: #388a34;--component-explorer-charts-purple: #652d90;--component-explorer-list-focusOutline: #0090f1;--component-explorer-list-focusAndSelectionOutline: #90c2f9;--component-explorer-list-activeSelectionBackground: #0060c0;--component-explorer-list-activeSelectionForeground: #ffffff;--component-explorer-list-activeSelectionIconForeground: #ffffff;--component-explorer-list-inactiveSelectionBackground: #e4e6f1;--component-explorer-list-hoverBackground: #e8e8e8;--component-explorer-list-dropBackground: #d6ebff;--component-explorer-list-dropBetweenBackground: #424242;--component-explorer-list-highlightForeground: #0066bf;--component-explorer-list-focusHighlightForeground: #bbe7ff;--component-explorer-list-invalidItemForeground: #b89500;--component-explorer-list-errorForeground: #b01011;--component-explorer-list-warningForeground: #855f00;--component-explorer-listFilterWidget-background: #f3f3f3;--component-explorer-listFilterWidget-outline: rgba(0, 0, 0, 0);--component-explorer-listFilterWidget-noMatchesOutline: #be1100;--component-explorer-listFilterWidget-shadow: rgba(0, 0, 0, .16);--component-explorer-list-filterMatchBackground: rgba(234, 92, 0, .33);--component-explorer-list-deemphasizedForeground: #8e8e90;--component-explorer-tree-indentGuidesStroke: #a9a9a9;--component-explorer-tree-inactiveIndentGuidesStroke: rgba(169, 169, 169, .4);--component-explorer-tree-tableColumnsBorder: rgba(97, 97, 97, .13);--component-explorer-tree-tableOddRowsBackground: rgba(97, 97, 97, .04);--component-explorer-editorActionList-background: #f3f3f3;--component-explorer-editorActionList-foreground: #616161;--component-explorer-editorActionList-focusForeground: #ffffff;--component-explorer-editorActionList-focusBackground: #0060c0;--component-explorer-input-background: #ffffff;--component-explorer-input-foreground: #616161;--component-explorer-inputOption-activeBorder: #007acc;--component-explorer-inputOption-hoverBackground: rgba(184, 184, 184, .31);--component-explorer-inputOption-activeBackground: rgba(0, 144, 241, .2);--component-explorer-inputOption-activeForeground: #000000;--component-explorer-input-placeholderForeground: #767676;--component-explorer-inputValidation-infoBackground: #d6ecf2;--component-explorer-inputValidation-infoBorder: #007acc;--component-explorer-inputValidation-warningBackground: #f6f5d2;--component-explorer-inputValidation-warningBorder: #b89500;--component-explorer-inputValidation-errorBackground: #f2dede;--component-explorer-inputValidation-errorBorder: #be1100;--component-explorer-dropdown-background: #ffffff;--component-explorer-dropdown-foreground: #616161;--component-explorer-dropdown-border: #cecece;--component-explorer-button-foreground: #ffffff;--component-explorer-button-separator: rgba(255, 255, 255, .4);--component-explorer-button-background: #007acc;--component-explorer-button-hoverBackground: #0062a3;--component-explorer-button-secondaryForeground: #616161;--component-explorer-button-secondaryBorder: rgba(97, 97, 97, .2);--component-explorer-button-secondaryHoverBackground: #e8e8e8;--component-explorer-radio-activeForeground: #000000;--component-explorer-radio-activeBackground: rgba(0, 144, 241, .2);--component-explorer-radio-activeBorder: #007acc;--component-explorer-radio-inactiveBorder: rgba(0, 0, 0, .2);--component-explorer-radio-inactiveHoverBackground: rgba(184, 184, 184, .31);--component-explorer-checkbox-background: #ffffff;--component-explorer-checkbox-selectBackground: #f3f3f3;--component-explorer-checkbox-foreground: #616161;--component-explorer-checkbox-border: #919191;--component-explorer-checkbox-selectBorder: #424242;--component-explorer-checkbox-disabled\\.background: #cacaca;--component-explorer-checkbox-disabled\\.foreground: #959595;--component-explorer-keybindingLabel-background: rgba(221, 221, 221, .4);--component-explorer-keybindingLabel-foreground: #555555;--component-explorer-keybindingLabel-border: rgba(204, 204, 204, .4);--component-explorer-keybindingLabel-bottomBorder: rgba(187, 187, 187, .4);--component-explorer-menu-border: #d4d4d4;--component-explorer-menu-foreground: #616161;--component-explorer-menu-background: #ffffff;--component-explorer-menu-selectionForeground: #ffffff;--component-explorer-menu-selectionBackground: #0060c0;--component-explorer-menu-separatorBackground: #d4d4d4;--component-explorer-quickInput-background: #f3f3f3;--component-explorer-quickInput-foreground: #616161;--component-explorer-quickInputTitle-background: rgba(0, 0, 0, .06);--component-explorer-pickerGroup-foreground: #0066bf;--component-explorer-pickerGroup-border: #cccedb;--component-explorer-quickInputList-focusForeground: #ffffff;--component-explorer-quickInputList-focusIconForeground: #ffffff;--component-explorer-quickInputList-focusBackground: #0060c0;--component-explorer-search-resultsInfoForeground: #616161;--component-explorer-searchEditor-findMatchBackground: rgba(234, 92, 0, .22);--component-explorer-editor-lineHighlightBorder: #eeeeee;--component-explorer-editor-rangeHighlightBackground: rgba(253, 255, 0, .2);--component-explorer-editor-symbolHighlightBackground: rgba(234, 92, 0, .33);--component-explorer-editorCursor-foreground: #000000;--component-explorer-editorMultiCursor-primary\\.foreground: #000000;--component-explorer-editorMultiCursor-secondary\\.foreground: #000000;--component-explorer-editorWhitespace-foreground: rgba(51, 51, 51, .2);--component-explorer-editorLineNumber-foreground: #237893;--component-explorer-editorIndentGuide-background: rgba(51, 51, 51, .2);--component-explorer-editorIndentGuide-activeBackground: rgba(51, 51, 51, .2);--component-explorer-editorIndentGuide-background1: #d3d3d3;--component-explorer-editorIndentGuide-background2: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-background3: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-background4: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-background5: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-background6: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground1: #939393;--component-explorer-editorIndentGuide-activeBackground2: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground3: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground4: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground5: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground6: rgba(0, 0, 0, 0);--component-explorer-editorActiveLineNumber-foreground: #0b216f;--component-explorer-editorLineNumber-activeForeground: #0b216f;--component-explorer-editorRuler-foreground: rgba(177, 177, 177, .17);--component-explorer-editorCodeLens-foreground: #919191;--component-explorer-editorBracketMatch-background: rgba(0, 100, 0, .1);--component-explorer-editorBracketMatch-border: #b9b9b9;--component-explorer-editorOverviewRuler-border: rgba(127, 127, 127, .3);--component-explorer-editorGutter-background: #ffffff;--component-explorer-editorUnnecessaryCode-opacity: rgba(0, 0, 0, .47);--component-explorer-editorGhostText-foreground: rgba(0, 0, 0, .47);--component-explorer-editorOverviewRuler-rangeHighlightForeground: rgba(0, 122, 204, .6);--component-explorer-editorOverviewRuler-errorForeground: rgba(255, 18, 18, .7);--component-explorer-editorOverviewRuler-warningForeground: #bf8803;--component-explorer-editorOverviewRuler-infoForeground: #0063d3;--component-explorer-editorBracketHighlight-foreground1: #0431fa;--component-explorer-editorBracketHighlight-foreground2: #319331;--component-explorer-editorBracketHighlight-foreground3: #7b3814;--component-explorer-editorBracketHighlight-foreground4: rgba(0, 0, 0, 0);--component-explorer-editorBracketHighlight-foreground5: rgba(0, 0, 0, 0);--component-explorer-editorBracketHighlight-foreground6: rgba(0, 0, 0, 0);--component-explorer-editorBracketHighlight-unexpectedBracket\\.foreground: rgba(255, 18, 18, .8);--component-explorer-editorBracketPairGuide-background1: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background2: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background3: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background4: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background5: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background6: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground1: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground2: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground3: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground4: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground5: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground6: rgba(0, 0, 0, 0);--component-explorer-editorUnicodeHighlight-border: #bf8803;--component-explorer-diffEditor-move\\.border: rgba(139, 139, 139, .61);--component-explorer-diffEditor-moveActive\\.border: #ffa500;--component-explorer-diffEditor-unchangedRegionShadow: rgba(115, 115, 115, .75);--component-explorer-editorOverviewRuler-bracketMatchForeground: #a0a0a0;--component-explorer-actionBar-toggledBackground: #dddddd;--component-explorer-symbolIcon-arrayForeground: #616161;--component-explorer-symbolIcon-booleanForeground: #616161;--component-explorer-symbolIcon-classForeground: #d67e00;--component-explorer-symbolIcon-colorForeground: #616161;--component-explorer-symbolIcon-constantForeground: #616161;--component-explorer-symbolIcon-constructorForeground: #652d90;--component-explorer-symbolIcon-enumeratorForeground: #d67e00;--component-explorer-symbolIcon-enumeratorMemberForeground: #007acc;--component-explorer-symbolIcon-eventForeground: #d67e00;--component-explorer-symbolIcon-fieldForeground: #007acc;--component-explorer-symbolIcon-fileForeground: #616161;--component-explorer-symbolIcon-folderForeground: #616161;--component-explorer-symbolIcon-functionForeground: #652d90;--component-explorer-symbolIcon-interfaceForeground: #007acc;--component-explorer-symbolIcon-keyForeground: #616161;--component-explorer-symbolIcon-keywordForeground: #616161;--component-explorer-symbolIcon-methodForeground: #652d90;--component-explorer-symbolIcon-moduleForeground: #616161;--component-explorer-symbolIcon-namespaceForeground: #616161;--component-explorer-symbolIcon-nullForeground: #616161;--component-explorer-symbolIcon-numberForeground: #616161;--component-explorer-symbolIcon-objectForeground: #616161;--component-explorer-symbolIcon-operatorForeground: #616161;--component-explorer-symbolIcon-packageForeground: #616161;--component-explorer-symbolIcon-propertyForeground: #616161;--component-explorer-symbolIcon-referenceForeground: #616161;--component-explorer-symbolIcon-snippetForeground: #616161;--component-explorer-symbolIcon-stringForeground: #616161;--component-explorer-symbolIcon-structForeground: #616161;--component-explorer-symbolIcon-textForeground: #616161;--component-explorer-symbolIcon-typeParameterForeground: #616161;--component-explorer-symbolIcon-unitForeground: #616161;--component-explorer-symbolIcon-variableForeground: #007acc;--component-explorer-peekViewTitle-background: #f3f3f3;--component-explorer-peekViewTitleLabel-foreground: #000000;--component-explorer-peekViewTitleDescription-foreground: #616161;--component-explorer-peekView-border: #0063d3;--component-explorer-peekViewResult-background: #f3f3f3;--component-explorer-peekViewResult-lineForeground: #646465;--component-explorer-peekViewResult-fileForeground: #1e1e1e;--component-explorer-peekViewResult-selectionBackground: rgba(51, 153, 255, .2);--component-explorer-peekViewResult-selectionForeground: #6c6c6c;--component-explorer-peekViewEditor-background: #f2f8fc;--component-explorer-peekViewEditorGutter-background: #f2f8fc;--component-explorer-peekViewEditorStickyScroll-background: #f2f8fc;--component-explorer-peekViewEditorStickyScrollGutter-background: #f2f8fc;--component-explorer-peekViewResult-matchHighlightBackground: rgba(234, 92, 0, .3);--component-explorer-peekViewEditor-matchHighlightBackground: rgba(245, 216, 2, .87);--component-explorer-editorMarkerNavigationError-background: #e51400;--component-explorer-editorMarkerNavigationError-headerBackground: rgba(229, 20, 0, .1);--component-explorer-editorMarkerNavigationWarning-background: #bf8803;--component-explorer-editorMarkerNavigationWarning-headerBackground: rgba(191, 136, 3, .1);--component-explorer-editorMarkerNavigationInfo-background: #0063d3;--component-explorer-editorMarkerNavigationInfo-headerBackground: rgba(0, 99, 211, .1);--component-explorer-editorMarkerNavigation-background: #ffffff;--component-explorer-editor-foldBackground: rgba(173, 214, 255, .3);--component-explorer-editor-foldPlaceholderForeground: #808080;--component-explorer-editorGutter-foldingControlForeground: #424242;--component-explorer-editorSuggestWidget-background: #f3f3f3;--component-explorer-editorSuggestWidget-border: #c8c8c8;--component-explorer-editorSuggestWidget-foreground: #000000;--component-explorer-editorSuggestWidget-selectedForeground: #ffffff;--component-explorer-editorSuggestWidget-selectedIconForeground: #ffffff;--component-explorer-editorSuggestWidget-selectedBackground: #0060c0;--component-explorer-editorSuggestWidget-highlightForeground: #0066bf;--component-explorer-editorSuggestWidget-focusHighlightForeground: #bbe7ff;--component-explorer-editorSuggestWidgetStatus-foreground: rgba(0, 0, 0, .5);--component-explorer-inlineEdit-originalBackground: rgba(255, 0, 0, .07);--component-explorer-inlineEdit-modifiedBackground: rgba(23, 149, 44, .11);--component-explorer-inlineEdit-originalChangedLineBackground: rgba(255, 0, 0, .28);--component-explorer-inlineEdit-originalChangedTextBackground: rgba(255, 0, 0, .28);--component-explorer-inlineEdit-modifiedChangedLineBackground: rgba(155, 185, 85, .14);--component-explorer-inlineEdit-modifiedChangedTextBackground: rgba(23, 149, 44, .26);--component-explorer-inlineEdit-gutterIndicator\\.primaryForeground: #ffffff;--component-explorer-inlineEdit-gutterIndicator\\.primaryBorder: #007acc;--component-explorer-inlineEdit-gutterIndicator\\.primaryBackground: rgba(0, 122, 204, .5);--component-explorer-inlineEdit-gutterIndicator\\.secondaryForeground: #616161;--component-explorer-inlineEdit-gutterIndicator\\.successfulForeground: #ffffff;--component-explorer-inlineEdit-gutterIndicator\\.successfulBorder: #007acc;--component-explorer-inlineEdit-gutterIndicator\\.successfulBackground: #007acc;--component-explorer-inlineEdit-gutterIndicator\\.background: rgba(95, 95, 95, .09);--component-explorer-inlineEdit-originalBorder: rgba(255, 0, 0, .35);--component-explorer-inlineEdit-modifiedBorder: rgba(9, 60, 18, .37);--component-explorer-inlineEdit-tabWillAcceptModifiedBorder: rgba(9, 60, 18, .37);--component-explorer-inlineEdit-tabWillAcceptOriginalBorder: rgba(255, 0, 0, .35);--component-explorer-editor-linkedEditingBackground: rgba(255, 0, 0, .3);--component-explorer-editor-wordHighlightBackground: rgba(87, 87, 87, .25);--component-explorer-editor-wordHighlightStrongBackground: rgba(14, 99, 156, .25);--component-explorer-editor-wordHighlightTextBackground: rgba(87, 87, 87, .25);--component-explorer-editorOverviewRuler-wordHighlightForeground: rgba(160, 160, 160, .8);--component-explorer-editorOverviewRuler-wordHighlightStrongForeground: rgba(192, 160, 192, .8);--component-explorer-editorOverviewRuler-wordHighlightTextForeground: rgba(160, 160, 160, .8);--component-explorer-editorHoverWidget-highlightForeground: #0066bf;--component-explorer-editor-placeholder\\.foreground: rgba(0, 0, 0, .47);--component-explorer-tab-activeBackground: #ffffff;--component-explorer-tab-unfocusedActiveBackground: #ffffff;--component-explorer-tab-inactiveBackground: #ececec;--component-explorer-tab-unfocusedInactiveBackground: #ececec;--component-explorer-tab-activeForeground: #333333;--component-explorer-tab-inactiveForeground: rgba(51, 51, 51, .7);--component-explorer-tab-unfocusedActiveForeground: rgba(51, 51, 51, .7);--component-explorer-tab-unfocusedInactiveForeground: rgba(51, 51, 51, .35);--component-explorer-tab-border: #f3f3f3;--component-explorer-tab-lastPinnedBorder: rgba(97, 97, 97, .19);--component-explorer-tab-selectedBackground: rgba(255, 255, 255, .65);--component-explorer-tab-selectedForeground: rgba(51, 51, 51, .7);--component-explorer-tab-dragAndDropBorder: #333333;--component-explorer-tab-activeModifiedBorder: #33aaee;--component-explorer-tab-inactiveModifiedBorder: rgba(51, 170, 238, .5);--component-explorer-tab-unfocusedActiveModifiedBorder: rgba(51, 170, 238, .7);--component-explorer-tab-unfocusedInactiveModifiedBorder: rgba(51, 170, 238, .25);--component-explorer-editorPane-background: #ffffff;--component-explorer-editorGroupHeader-tabsBackground: #f3f3f3;--component-explorer-editorGroupHeader-noTabsBackground: #ffffff;--component-explorer-editorGroup-border: #e7e7e7;--component-explorer-editorGroup-dropBackground: rgba(38, 119, 203, .18);--component-explorer-editorGroup-dropIntoPromptForeground: #616161;--component-explorer-editorGroup-dropIntoPromptBackground: #f3f3f3;--component-explorer-sideBySideEditor-horizontalBorder: #e7e7e7;--component-explorer-sideBySideEditor-verticalBorder: #e7e7e7;--component-explorer-banner-background: #004386;--component-explorer-banner-foreground: #ffffff;--component-explorer-banner-iconForeground: #0063d3;--component-explorer-statusBar-foreground: #ffffff;--component-explorer-statusBar-noFolderForeground: #ffffff;--component-explorer-statusBar-background: #007acc;--component-explorer-statusBar-noFolderBackground: #68217a;--component-explorer-statusBar-focusBorder: #ffffff;--component-explorer-statusBarItem-activeBackground: rgba(255, 255, 255, .18);--component-explorer-statusBarItem-focusBorder: #ffffff;--component-explorer-statusBarItem-hoverBackground: rgba(0, 0, 0, .12);--component-explorer-statusBarItem-hoverForeground: #ffffff;--component-explorer-statusBarItem-compactHoverBackground: rgba(0, 0, 0, .12);--component-explorer-statusBarItem-prominentForeground: #ffffff;--component-explorer-statusBarItem-prominentBackground: rgba(0, 0, 0, .5);--component-explorer-statusBarItem-prominentHoverForeground: #ffffff;--component-explorer-statusBarItem-prominentHoverBackground: rgba(0, 0, 0, .12);--component-explorer-statusBarItem-errorBackground: #c72e0f;--component-explorer-statusBarItem-errorForeground: #ffffff;--component-explorer-statusBarItem-errorHoverForeground: #ffffff;--component-explorer-statusBarItem-errorHoverBackground: rgba(0, 0, 0, .12);--component-explorer-statusBarItem-warningBackground: #725102;--component-explorer-statusBarItem-warningForeground: #ffffff;--component-explorer-statusBarItem-warningHoverForeground: #ffffff;--component-explorer-statusBarItem-warningHoverBackground: rgba(0, 0, 0, .12);--component-explorer-activityBar-background: #2c2c2c;--component-explorer-activityBar-foreground: #ffffff;--component-explorer-activityBar-inactiveForeground: rgba(255, 255, 255, .4);--component-explorer-activityBar-activeBorder: #ffffff;--component-explorer-activityBar-dropBorder: #ffffff;--component-explorer-activityBarBadge-background: #007acc;--component-explorer-activityBarBadge-foreground: #ffffff;--component-explorer-activityBarTop-foreground: #424242;--component-explorer-activityBarTop-activeBorder: #424242;--component-explorer-activityBarTop-inactiveForeground: rgba(66, 66, 66, .75);--component-explorer-activityBarTop-dropBorder: #424242;--component-explorer-panel-background: #ffffff;--component-explorer-panel-border: rgba(128, 128, 128, .35);--component-explorer-panelTitle-activeForeground: #424242;--component-explorer-panelTitle-inactiveForeground: rgba(66, 66, 66, .75);--component-explorer-panelTitle-activeBorder: #424242;--component-explorer-panelTitleBadge-background: #007acc;--component-explorer-panelTitleBadge-foreground: #ffffff;--component-explorer-panelInput-border: #dddddd;--component-explorer-panel-dropBorder: #424242;--component-explorer-panelSection-dropBackground: rgba(38, 119, 203, .18);--component-explorer-panelSectionHeader-background: rgba(128, 128, 128, .2);--component-explorer-panelSection-border: rgba(128, 128, 128, .35);--component-explorer-panelStickyScroll-background: #ffffff;--component-explorer-panelStickyScroll-shadow: #dddddd;--component-explorer-profileBadge-background: #c4c4c4;--component-explorer-profileBadge-foreground: #333333;--component-explorer-statusBarItem-remoteBackground: #16825d;--component-explorer-statusBarItem-remoteForeground: #ffffff;--component-explorer-statusBarItem-remoteHoverForeground: #ffffff;--component-explorer-statusBarItem-remoteHoverBackground: rgba(0, 0, 0, .12);--component-explorer-statusBarItem-offlineBackground: #6c1717;--component-explorer-statusBarItem-offlineForeground: #ffffff;--component-explorer-statusBarItem-offlineHoverForeground: #ffffff;--component-explorer-statusBarItem-offlineHoverBackground: rgba(0, 0, 0, .12);--component-explorer-extensionBadge-remoteBackground: #007acc;--component-explorer-extensionBadge-remoteForeground: #ffffff;--component-explorer-sideBar-background: #f3f3f3;--component-explorer-sideBarTitle-background: #f3f3f3;--component-explorer-sideBarTitle-foreground: #6f6f6f;--component-explorer-sideBar-dropBackground: rgba(38, 119, 203, .18);--component-explorer-sideBarSectionHeader-background: rgba(0, 0, 0, 0);--component-explorer-sideBarSectionHeader-border: rgba(97, 97, 97, .19);--component-explorer-sideBarActivityBarTop-border: rgba(97, 97, 97, .19);--component-explorer-sideBarStickyScroll-background: #f3f3f3;--component-explorer-sideBarStickyScroll-shadow: #dddddd;--component-explorer-titleBar-activeForeground: #333333;--component-explorer-titleBar-inactiveForeground: rgba(51, 51, 51, .6);--component-explorer-titleBar-activeBackground: #dddddd;--component-explorer-titleBar-inactiveBackground: rgba(221, 221, 221, .6);--component-explorer-menubar-selectionForeground: #333333;--component-explorer-menubar-selectionBackground: rgba(184, 184, 184, .31);--component-explorer-commandCenter-foreground: #333333;--component-explorer-commandCenter-activeForeground: #333333;--component-explorer-commandCenter-inactiveForeground: rgba(51, 51, 51, .6);--component-explorer-commandCenter-background: rgba(0, 0, 0, .05);--component-explorer-commandCenter-activeBackground: rgba(0, 0, 0, .08);--component-explorer-commandCenter-border: rgba(51, 51, 51, .2);--component-explorer-commandCenter-activeBorder: rgba(51, 51, 51, .3);--component-explorer-commandCenter-inactiveBorder: rgba(51, 51, 51, .15);--component-explorer-notificationCenter-border: #d4d4d4;--component-explorer-notificationToast-border: #d4d4d4;--component-explorer-notifications-foreground: #616161;--component-explorer-notifications-background: #f3f3f3;--component-explorer-notificationLink-foreground: #006ab1;--component-explorer-notificationCenterHeader-background: #e7e7e7;--component-explorer-notifications-border: #e7e7e7;--component-explorer-notificationsErrorIcon-foreground: #e51400;--component-explorer-notificationsWarningIcon-foreground: #bf8803;--component-explorer-notificationsInfoIcon-foreground: #0063d3;--component-explorer-editorGutter-modifiedBackground: #2090d3;--component-explorer-editorGutter-modifiedSecondaryBackground: #aad8f2;--component-explorer-editorGutter-addedBackground: #48985d;--component-explorer-editorGutter-addedSecondaryBackground: #a7d5b3;--component-explorer-editorGutter-deletedBackground: #e51400;--component-explorer-editorGutter-deletedSecondaryBackground: #ff3d2b;--component-explorer-minimapGutter-modifiedBackground: #2090d3;--component-explorer-minimapGutter-addedBackground: #48985d;--component-explorer-minimapGutter-deletedBackground: #e51400;--component-explorer-editorOverviewRuler-modifiedForeground: rgba(32, 144, 211, .6);--component-explorer-editorOverviewRuler-addedForeground: rgba(72, 152, 93, .6);--component-explorer-editorOverviewRuler-deletedForeground: rgba(229, 20, 0, .6);--component-explorer-editorGutter-itemGlyphForeground: #000000;--component-explorer-editorGutter-itemBackground: #d5d8e9;--component-explorer-terminal-foreground: #333333;--component-explorer-terminal-selectionBackground: #add6ff;--component-explorer-terminal-inactiveSelectionBackground: #e5ebf1;--component-explorer-terminalCommandDecoration-defaultBackground: rgba(0, 0, 0, .25);--component-explorer-terminalCommandDecoration-successBackground: #2090d3;--component-explorer-terminalCommandDecoration-errorBackground: #e51400;--component-explorer-terminalOverviewRuler-cursorForeground: rgba(160, 160, 160, .8);--component-explorer-terminal-border: rgba(128, 128, 128, .35);--component-explorer-terminalOverviewRuler-border: rgba(127, 127, 127, .3);--component-explorer-terminal-findMatchBackground: #a8ac94;--component-explorer-terminal-hoverHighlightBackground: rgba(173, 214, 255, .07);--component-explorer-terminal-findMatchHighlightBackground: rgba(234, 92, 0, .33);--component-explorer-terminalOverviewRuler-findMatchForeground: rgba(209, 134, 22, .49);--component-explorer-terminal-dropBackground: rgba(38, 119, 203, .18);--component-explorer-terminal-initialHintForeground: rgba(0, 0, 0, .47);--component-explorer-scmGraph-historyItemRefColor: #0063d3;--component-explorer-scmGraph-historyItemRemoteRefColor: #652d90;--component-explorer-scmGraph-historyItemBaseRefColor: #ea5c00;--component-explorer-scmGraph-historyItemHoverDefaultLabelForeground: #616161;--component-explorer-scmGraph-historyItemHoverDefaultLabelBackground: #c4c4c4;--component-explorer-scmGraph-historyItemHoverLabelForeground: #ffffff;--component-explorer-scmGraph-historyItemHoverAdditionsForeground: #587c0c;--component-explorer-scmGraph-historyItemHoverDeletionsForeground: #ad0707;--component-explorer-scmGraph-foreground1: #ffb000;--component-explorer-scmGraph-foreground2: #dc267f;--component-explorer-scmGraph-foreground3: #994f00;--component-explorer-scmGraph-foreground4: #40b0a6;--component-explorer-scmGraph-foreground5: #b66dff;--component-explorer-commentsView-resolvedIcon: rgba(97, 97, 97, .5);--component-explorer-commentsView-unresolvedIcon: #0090f1;--component-explorer-editorCommentsWidget-replyInputBackground: #f3f3f3;--component-explorer-editorCommentsWidget-resolvedBorder: rgba(97, 97, 97, .5);--component-explorer-editorCommentsWidget-unresolvedBorder: #0090f1;--component-explorer-editorCommentsWidget-rangeBackground: rgba(0, 144, 241, .1);--component-explorer-editorCommentsWidget-rangeActiveBackground: rgba(0, 144, 241, .1);--component-explorer-editorGutter-commentRangeForeground: #d5d8e9;--component-explorer-editorOverviewRuler-commentForeground: #d5d8e9;--component-explorer-editorOverviewRuler-commentUnresolvedForeground: #d5d8e9;--component-explorer-editorOverviewRuler-commentDraftForeground: #d5d8e9;--component-explorer-editorGutter-commentGlyphForeground: #000000;--component-explorer-editorGutter-commentUnresolvedGlyphForeground: #000000;--component-explorer-editorGutter-commentDraftGlyphForeground: #000000;--component-explorer-agentSessionReadIndicator-foreground: rgba(97, 97, 97, .15);--component-explorer-agentSessionSelectedBadge-border: rgba(255, 255, 255, .3);--component-explorer-agentSessionSelectedUnfocusedBadge-border: rgba(97, 97, 97, .3);--component-explorer-ports-iconRunningProcessForeground: #369432;--component-explorer-settings-headerForeground: #444444;--component-explorer-settings-settingsHeaderHoverForeground: rgba(68, 68, 68, .7);--component-explorer-settings-modifiedItemIndicator: #66afe0;--component-explorer-settings-headerBorder: rgba(128, 128, 128, .35);--component-explorer-settings-sashBorder: rgba(128, 128, 128, .35);--component-explorer-settings-dropdownBackground: #ffffff;--component-explorer-settings-dropdownForeground: #616161;--component-explorer-settings-dropdownBorder: #cecece;--component-explorer-settings-dropdownListBorder: #c8c8c8;--component-explorer-settings-checkboxBackground: #ffffff;--component-explorer-settings-checkboxForeground: #616161;--component-explorer-settings-checkboxBorder: #919191;--component-explorer-settings-textInputBackground: #ffffff;--component-explorer-settings-textInputForeground: #616161;--component-explorer-settings-textInputBorder: #cecece;--component-explorer-settings-numberInputBackground: #ffffff;--component-explorer-settings-numberInputForeground: #616161;--component-explorer-settings-numberInputBorder: #cecece;--component-explorer-settings-focusedRowBackground: rgba(232, 232, 232, .6);--component-explorer-settings-rowHoverBackground: rgba(232, 232, 232, .3);--component-explorer-settings-focusedRowBorder: #0090f1;--component-explorer-keybindingTable-headerBackground: rgba(97, 97, 97, .04);--component-explorer-keybindingTable-rowsBackground: rgba(97, 97, 97, .04);--component-explorer-extensionButton-foreground: #616161;--component-explorer-extensionButton-hoverBackground: #e8e8e8;--component-explorer-extensionButton-border: rgba(97, 97, 97, .2);--component-explorer-extensionButton-separator: rgba(255, 255, 255, .4);--component-explorer-extensionButton-prominentBackground: #007acc;--component-explorer-extensionButton-prominentForeground: #ffffff;--component-explorer-extensionButton-prominentHoverBackground: #0062a3;--component-explorer-debugToolBar-background: #f3f3f3;--component-explorer-debugIcon-startForeground: #388a34;--component-explorer-notebook-cellBorderColor: #e8e8e8;--component-explorer-notebook-focusedEditorBorder: #0090f1;--component-explorer-notebookStatusSuccessIcon-foreground: #388a34;--component-explorer-notebookEditorOverviewRuler-runningCellForeground: #388a34;--component-explorer-notebookStatusErrorIcon-foreground: #a1260d;--component-explorer-notebookStatusRunningIcon-foreground: #616161;--component-explorer-notebook-cellToolbarSeparator: rgba(128, 128, 128, .35);--component-explorer-notebook-selectedCellBackground: rgba(200, 221, 241, .31);--component-explorer-notebook-selectedCellBorder: #e8e8e8;--component-explorer-notebook-focusedCellBorder: #0090f1;--component-explorer-notebook-inactiveFocusedCellBorder: #e8e8e8;--component-explorer-notebook-cellStatusBarItemHoverBackground: rgba(0, 0, 0, .08);--component-explorer-notebook-cellInsertionIndicator: #0090f1;--component-explorer-notebookScrollbarSlider-background: rgba(100, 100, 100, .4);--component-explorer-notebookScrollbarSlider-hoverBackground: rgba(100, 100, 100, .7);--component-explorer-notebookScrollbarSlider-activeBackground: rgba(0, 0, 0, .6);--component-explorer-notebook-symbolHighlightBackground: rgba(253, 255, 0, .2);--component-explorer-notebook-cellEditorBackground: #f3f3f3;--component-explorer-notebook-editorBackground: #ffffff;--component-explorer-inlineChat-foreground: #616161;--component-explorer-inlineChat-background: #f3f3f3;--component-explorer-inlineChat-border: #c8c8c8;--component-explorer-inlineChat-shadow: rgba(0, 0, 0, .16);--component-explorer-inlineChatInput-border: #c8c8c8;--component-explorer-inlineChatInput-focusBorder: #0090f1;--component-explorer-inlineChatInput-placeholderForeground: #767676;--component-explorer-inlineChatInput-background: #ffffff;--component-explorer-inlineChatDiff-inserted: rgba(23, 149, 44, .19);--component-explorer-editorOverviewRuler-inlineChatInserted: rgba(23, 149, 44, .3);--component-explorer-editorMinimap-inlineChatInserted: rgba(23, 149, 44, .3);--component-explorer-inlineChatDiff-removed: rgba(255, 0, 0, .17);--component-explorer-editorOverviewRuler-inlineChatRemoved: rgba(255, 0, 0, .28);--component-explorer-multiDiffEditor-headerBackground: #ececec;--component-explorer-multiDiffEditor-background: #ffffff;--component-explorer-multiDiffEditor-border: #cccccc;--component-explorer-extensionIcon-verifiedForeground: #006ab1;--component-explorer-chat-requestBorder: rgba(0, 0, 0, .1);--component-explorer-chat-requestBackground: rgba(255, 255, 255, .62);--component-explorer-chat-slashCommandBackground: rgba(173, 206, 255, .48);--component-explorer-chat-slashCommandForeground: #26569e;--component-explorer-chat-avatarBackground: #f2f2f2;--component-explorer-chat-avatarForeground: #616161;--component-explorer-chat-editedFileForeground: #895503;--component-explorer-chat-requestCodeBorder: rgba(14, 99, 156, .25);--component-explorer-chat-requestBubbleBackground: rgba(173, 214, 255, .3);--component-explorer-chat-requestBubbleHoverBackground: rgba(173, 214, 255, .6);--component-explorer-chat-checkpointSeparator: #a9a9a9;--component-explorer-chat-linesAddedForeground: #107c10;--component-explorer-chat-linesRemovedForeground: #bc2f32;--component-explorer-chat-thinkingShimmer: #000000;--component-explorer-extensionIcon-starForeground: #df6100;--component-explorer-extensionIcon-preReleaseForeground: #1d9271;--component-explorer-extensionIcon-sponsorForeground: #b51e78;--component-explorer-extensionIcon-privateForeground: rgba(0, 0, 0, .38);--component-explorer-debugExceptionWidget-border: #a31515;--component-explorer-debugExceptionWidget-background: #f1dfde;--component-explorer-editor-inlineValuesForeground: rgba(0, 0, 0, .5);--component-explorer-editor-inlineValuesBackground: rgba(255, 200, 0, .2);--component-explorer-debugIcon-breakpointForeground: #e51400;--component-explorer-debugIcon-breakpointDisabledForeground: #848484;--component-explorer-debugIcon-breakpointUnverifiedForeground: #848484;--component-explorer-debugIcon-breakpointCurrentStackframeForeground: #be8700;--component-explorer-debugIcon-breakpointStackframeForeground: #89d185;--component-explorer-editor-stackFrameHighlightBackground: rgba(255, 255, 102, .45);--component-explorer-editor-focusedStackFrameHighlightBackground: rgba(206, 231, 206, .45);--component-explorer-minimap-chatEditHighlight: rgba(255, 255, 255, .6);--component-explorer-chatManagement-sashBorder: rgba(128, 128, 128, .35);--component-explorer-gauge-foreground: #007acc;--component-explorer-gauge-background: rgba(0, 122, 204, .3);--component-explorer-gauge-warningForeground: #b89500;--component-explorer-gauge-warningBackground: rgba(184, 149, 0, .3);--component-explorer-gauge-errorForeground: #be1100;--component-explorer-gauge-errorBackground: rgba(190, 17, 0, .3);--component-explorer-mcpIcon-starForeground: #df6100;--component-explorer-interactive-activeCodeBorder: #007acc;--component-explorer-interactive-inactiveCodeBorder: #e4e6f1;--component-explorer-testing-iconFailed: #f14c4c;--component-explorer-testing-iconErrored: #f14c4c;--component-explorer-testing-iconPassed: #73c991;--component-explorer-testing-runAction: #73c991;--component-explorer-testing-iconQueued: #cca700;--component-explorer-testing-iconUnset: #848484;--component-explorer-testing-iconSkipped: #848484;--component-explorer-testing-peekBorder: #e51400;--component-explorer-testing-messagePeekBorder: #0063d3;--component-explorer-testing-peekHeaderBackground: rgba(229, 20, 0, .1);--component-explorer-testing-messagePeekHeaderBackground: rgba(0, 99, 211, .1);--component-explorer-testing-coveredBackground: rgba(23, 149, 44, .37);--component-explorer-testing-coveredBorder: rgba(23, 149, 44, .28);--component-explorer-testing-coveredGutterBackground: rgba(23, 149, 44, .22);--component-explorer-testing-uncoveredBranchBackground: #ff4d4d;--component-explorer-testing-uncoveredBackground: rgba(255, 0, 0, .35);--component-explorer-testing-uncoveredBorder: rgba(255, 0, 0, .26);--component-explorer-testing-uncoveredGutterBackground: rgba(255, 0, 0, .52);--component-explorer-testing-coverCountBadgeBackground: #c4c4c4;--component-explorer-testing-coverCountBadgeForeground: #333333;--component-explorer-testing-message\\.error\\.badgeBackground: #e51400;--component-explorer-testing-message\\.error\\.badgeBorder: #e51400;--component-explorer-testing-message\\.error\\.badgeForeground: #ffffff;--component-explorer-testing-message\\.info\\.decorationForeground: rgba(0, 0, 0, .5);--component-explorer-testing-iconErrored\\.retired: rgba(241, 76, 76, .7);--component-explorer-testing-iconFailed\\.retired: rgba(241, 76, 76, .7);--component-explorer-testing-iconPassed\\.retired: rgba(115, 201, 145, .7);--component-explorer-testing-iconQueued\\.retired: rgba(204, 167, 0, .7);--component-explorer-testing-iconUnset\\.retired: rgba(132, 132, 132, .7);--component-explorer-testing-iconSkipped\\.retired: rgba(132, 132, 132, .7);--component-explorer-searchEditor-textInputBorder: #cecece;--component-explorer-statusBar-debuggingBackground: #cc6633;--component-explorer-statusBar-debuggingForeground: #ffffff;--component-explorer-commandCenter-debuggingBackground: rgba(204, 102, 51, .26);--component-explorer-debugTokenExpression-name: #9b46b0;--component-explorer-debugTokenExpression-type: #4a90e2;--component-explorer-debugTokenExpression-value: rgba(108, 108, 108, .8);--component-explorer-debugTokenExpression-string: #a31515;--component-explorer-debugTokenExpression-boolean: #0000ff;--component-explorer-debugTokenExpression-number: #098658;--component-explorer-debugTokenExpression-error: #e51400;--component-explorer-debugView-exceptionLabelForeground: #ffffff;--component-explorer-debugView-exceptionLabelBackground: #a31515;--component-explorer-debugView-stateLabelForeground: #616161;--component-explorer-debugView-stateLabelBackground: rgba(136, 136, 136, .27);--component-explorer-debugView-valueChangedHighlight: #569cd6;--component-explorer-debugConsole-infoForeground: #0063d3;--component-explorer-debugConsole-warningForeground: #bf8803;--component-explorer-debugConsole-errorForeground: #a1260d;--component-explorer-debugConsole-sourceForeground: #616161;--component-explorer-debugConsoleInputIcon-foreground: #616161;--component-explorer-debugIcon-pauseForeground: #007acc;--component-explorer-debugIcon-stopForeground: #a1260d;--component-explorer-debugIcon-disconnectForeground: #a1260d;--component-explorer-debugIcon-restartForeground: #388a34;--component-explorer-debugIcon-stepOverForeground: #007acc;--component-explorer-debugIcon-stepIntoForeground: #007acc;--component-explorer-debugIcon-stepOutForeground: #007acc;--component-explorer-debugIcon-continueForeground: #007acc;--component-explorer-debugIcon-stepBackForeground: #007acc;--component-explorer-mergeEditor-change\\.background: rgba(155, 185, 85, .2);--component-explorer-mergeEditor-change\\.word\\.background: rgba(156, 204, 44, .4);--component-explorer-mergeEditor-changeBase\\.background: #ffcccc;--component-explorer-mergeEditor-changeBase\\.word\\.background: #ffa3a3;--component-explorer-mergeEditor-conflict\\.unhandledUnfocused\\.border: #ffa600;--component-explorer-mergeEditor-conflict\\.unhandledFocused\\.border: #ffa600;--component-explorer-mergeEditor-conflict\\.handledUnfocused\\.border: rgba(134, 134, 134, .29);--component-explorer-mergeEditor-conflict\\.handledFocused\\.border: rgba(193, 193, 193, .8);--component-explorer-mergeEditor-conflict\\.handled\\.minimapOverViewRuler: rgba(173, 172, 168, .93);--component-explorer-mergeEditor-conflict\\.unhandled\\.minimapOverViewRuler: #fcba03;--component-explorer-mergeEditor-conflictingLines\\.background: rgba(255, 234, 0, .28);--component-explorer-mergeEditor-conflict\\.input1\\.background: rgba(64, 200, 174, .2);--component-explorer-mergeEditor-conflict\\.input2\\.background: rgba(64, 166, 255, .2);--component-explorer-terminal-ansiBlack: #000000;--component-explorer-terminal-ansiRed: #cd3131;--component-explorer-terminal-ansiGreen: #107c10;--component-explorer-terminal-ansiYellow: #949800;--component-explorer-terminal-ansiBlue: #0451a5;--component-explorer-terminal-ansiMagenta: #bc05bc;--component-explorer-terminal-ansiCyan: #0598bc;--component-explorer-terminal-ansiWhite: #555555;--component-explorer-terminal-ansiBrightBlack: #666666;--component-explorer-terminal-ansiBrightRed: #cd3131;--component-explorer-terminal-ansiBrightGreen: #14ce14;--component-explorer-terminal-ansiBrightYellow: #b5ba00;--component-explorer-terminal-ansiBrightBlue: #0451a5;--component-explorer-terminal-ansiBrightMagenta: #bc05bc;--component-explorer-terminal-ansiBrightCyan: #0598bc;--component-explorer-terminal-ansiBrightWhite: #a5a5a5;--component-explorer-simpleFindWidget-sashBorder: #c8c8c8;--component-explorer-terminalStickyScrollHover-background: #f0f0f0;--component-explorer-terminalCommandGuide-foreground: #e4e6f1;--component-explorer-terminalSymbolIcon-flagForeground: #d67e00;--component-explorer-terminalSymbolIcon-aliasForeground: #652d90;--component-explorer-terminalSymbolIcon-optionValueForeground: #007acc;--component-explorer-terminalSymbolIcon-methodForeground: #652d90;--component-explorer-terminalSymbolIcon-argumentForeground: #007acc;--component-explorer-terminalSymbolIcon-optionForeground: #d67e00;--component-explorer-terminalSymbolIcon-fileForeground: #616161;--component-explorer-terminalSymbolIcon-folderForeground: #616161;--component-explorer-terminalSymbolIcon-commitForeground: #616161;--component-explorer-terminalSymbolIcon-branchForeground: #616161;--component-explorer-terminalSymbolIcon-tagForeground: #616161;--component-explorer-terminalSymbolIcon-stashForeground: #616161;--component-explorer-terminalSymbolIcon-remoteForeground: #616161;--component-explorer-terminalSymbolIcon-pullRequestForeground: #616161;--component-explorer-terminalSymbolIcon-pullRequestDoneForeground: #616161;--component-explorer-terminalSymbolIcon-symbolicLinkFileForeground: #616161;--component-explorer-terminalSymbolIcon-symbolicLinkFolderForeground: #616161;--component-explorer-terminalSymbolIcon-symbolText: #616161;--component-explorer-markdownAlert-note\\.foreground: #0063d3;--component-explorer-markdownAlert-tip\\.foreground: #388a34;--component-explorer-markdownAlert-important\\.foreground: #652d90;--component-explorer-markdownAlert-warning\\.foreground: #bf8803;--component-explorer-markdownAlert-caution\\.foreground: #e51400;--component-explorer-welcomePage-tileBackground: #f3f3f3;--component-explorer-welcomePage-tileHoverBackground: #dbdbdb;--component-explorer-welcomePage-tileBorder: rgba(0, 0, 0, .1);--component-explorer-welcomePage-progress\\.background: #ffffff;--component-explorer-welcomePage-progress\\.foreground: #006ab1;--component-explorer-walkthrough-stepTitle\\.foreground: #000000;--component-explorer-walkThrough-embeddedEditorBackground: #f4f4f4;--component-explorer-profiles-sashBorder: rgba(128, 128, 128, .35);--component-explorer-gitDecoration-addedResourceForeground: #587c0c;--component-explorer-gitDecoration-modifiedResourceForeground: #895503;--component-explorer-gitDecoration-deletedResourceForeground: #ad0707;--component-explorer-gitDecoration-renamedResourceForeground: #007100;--component-explorer-gitDecoration-untrackedResourceForeground: #007100;--component-explorer-gitDecoration-ignoredResourceForeground: #8e8e90;--component-explorer-gitDecoration-stageModifiedResourceForeground: #895503;--component-explorer-gitDecoration-stageDeletedResourceForeground: #ad0707;--component-explorer-gitDecoration-conflictingResourceForeground: #ad0707;--component-explorer-gitDecoration-submoduleResourceForeground: #1258a7;--component-explorer-git-blame\\.editorDecorationForeground: #969696;--component-explorer-gitlens-gutterBackgroundColor: rgba(0, 0, 0, .05);--component-explorer-gitlens-gutterForegroundColor: #747474;--component-explorer-gitlens-gutterUncommittedForegroundColor: rgba(0, 188, 242, .6);--component-explorer-gitlens-trailingLineBackgroundColor: rgba(0, 0, 0, 0);--component-explorer-gitlens-trailingLineForegroundColor: rgba(153, 153, 153, .35);--component-explorer-gitlens-lineHighlightBackgroundColor: rgba(0, 188, 242, .2);--component-explorer-gitlens-lineHighlightOverviewRulerColor: rgba(0, 188, 242, .6);--component-explorer-gitlens-openAutolinkedIssueIconColor: #1a7f37;--component-explorer-gitlens-closedAutolinkedIssueIconColor: #8250df;--component-explorer-gitlens-closedPullRequestIconColor: #cf222e;--component-explorer-gitlens-openPullRequestIconColor: #1a7f37;--component-explorer-gitlens-mergedPullRequestIconColor: #8250df;--component-explorer-gitlens-unpublishedChangesIconColor: #35b15e;--component-explorer-gitlens-unpublishedCommitIconColor: #35b15e;--component-explorer-gitlens-unpulledChangesIconColor: #b15e35;--component-explorer-gitlens-decorations\\.addedForegroundColor: #587c0c;--component-explorer-gitlens-decorations\\.copiedForegroundColor: #007100;--component-explorer-gitlens-decorations\\.deletedForegroundColor: #ad0707;--component-explorer-gitlens-decorations\\.ignoredForegroundColor: #8e8e90;--component-explorer-gitlens-decorations\\.modifiedForegroundColor: #895503;--component-explorer-gitlens-decorations\\.untrackedForegroundColor: #007100;--component-explorer-gitlens-decorations\\.renamedForegroundColor: #007100;--component-explorer-gitlens-decorations\\.branchAheadForegroundColor: #35b15e;--component-explorer-gitlens-decorations\\.branchBehindForegroundColor: #b15e35;--component-explorer-gitlens-decorations\\.branchDivergedForegroundColor: #d8af1b;--component-explorer-gitlens-decorations\\.branchMissingUpstreamForegroundColor: #ad0707;--component-explorer-gitlens-decorations\\.statusMergingOrRebasingConflictForegroundColor: #ad0707;--component-explorer-gitlens-decorations\\.statusMergingOrRebasingForegroundColor: #d8af1b;--component-explorer-gitlens-decorations\\.workspaceRepoMissingForegroundColor: #949494;--component-explorer-gitlens-decorations\\.workspaceCurrentForegroundColor: #35b15e;--component-explorer-gitlens-decorations\\.workspaceRepoOpenForegroundColor: #35b15e;--component-explorer-gitlens-decorations\\.worktreeHasUncommittedChangesForegroundColor: #895503;--component-explorer-gitlens-decorations\\.worktreeMissingForegroundColor: #ad0707;--component-explorer-gitlens-graphLane1Color: #15a0bf;--component-explorer-gitlens-graphLane2Color: #0669f7;--component-explorer-gitlens-graphLane3Color: #8e00c2;--component-explorer-gitlens-graphLane4Color: #c517b6;--component-explorer-gitlens-graphLane5Color: #d90171;--component-explorer-gitlens-graphLane6Color: #cd0101;--component-explorer-gitlens-graphLane7Color: #f25d2e;--component-explorer-gitlens-graphLane8Color: #f2ca33;--component-explorer-gitlens-graphLane9Color: #7bd938;--component-explorer-gitlens-graphLane10Color: #2ece9d;--component-explorer-gitlens-graphChangesColumnAddedColor: #2da44e;--component-explorer-gitlens-graphChangesColumnDeletedColor: #cf222e;--component-explorer-gitlens-graphMinimapMarkerHeadColor: #04c814;--component-explorer-gitlens-graphScrollMarkerHeadColor: #04c814;--component-explorer-gitlens-graphMinimapMarkerUpstreamColor: #8cd993;--component-explorer-gitlens-graphScrollMarkerUpstreamColor: #8cd993;--component-explorer-gitlens-graphMinimapMarkerHighlightsColor: #f5cc00;--component-explorer-gitlens-graphScrollMarkerHighlightsColor: #f5cc00;--component-explorer-gitlens-graphMinimapMarkerLocalBranchesColor: #3095e8;--component-explorer-gitlens-graphScrollMarkerLocalBranchesColor: #3095e8;--component-explorer-gitlens-graphMinimapMarkerPullRequestsColor: #ff8f18;--component-explorer-gitlens-graphScrollMarkerPullRequestsColor: #ff8f18;--component-explorer-gitlens-graphMinimapMarkerRemoteBranchesColor: #67ace4;--component-explorer-gitlens-graphScrollMarkerRemoteBranchesColor: #67ace4;--component-explorer-gitlens-graphMinimapMarkerStashesColor: #e467e4;--component-explorer-gitlens-graphScrollMarkerStashesColor: #e467e4;--component-explorer-gitlens-graphMinimapMarkerTagsColor: #d2a379;--component-explorer-gitlens-graphScrollMarkerTagsColor: #d2a379;--component-explorer-gitlens-launchpadIndicatorMergeableColor: #42c954;--component-explorer-gitlens-launchpadIndicatorMergeableHoverColor: #42c954;--component-explorer-gitlens-launchpadIndicatorBlockedColor: #ad0707;--component-explorer-gitlens-launchpadIndicatorBlockedHoverColor: #ad0707;--component-explorer-gitlens-launchpadIndicatorAttentionColor: #cc9b15;--component-explorer-gitlens-launchpadIndicatorAttentionHoverColor: #cc9b15;--component-explorer-issues-newIssueDecoration: rgba(0, 0, 0, .28);--component-explorer-issues-open: #3fb950;--component-explorer-issues-closed: #8957e5;--component-explorer-github-issues\\.closed: #8957e5;--component-explorer-pullRequests-merged: #8957e5;--component-explorer-pullRequests-draft: #6e7681;--component-explorer-pullRequests-open: #3fb950;--component-explorer-pullRequests-closed: #cb2431;--component-explorer-pullRequests-notification: #0063d3;--component-explorer-testExplorer-errorDecorationBackground: #f2dede;--component-explorer-remoteHub-decorations\\.addedForegroundColor: #587c0c;--component-explorer-remoteHub-decorations\\.modifiedForegroundColor: #895503;--component-explorer-remoteHub-decorations\\.deletedForegroundColor: #ad0707;--component-explorer-remoteHub-decorations\\.submoduleForegroundColor: #1258a7;--component-explorer-remoteHub-decorations\\.conflictForegroundColor: #ad0707;--component-explorer-remoteHub-decorations\\.incomingAddedForegroundColor: #587c0c;--component-explorer-remoteHub-decorations\\.incomingModifiedForegroundColor: #895503;--component-explorer-remoteHub-decorations\\.incomingDeletedForegroundColor: #ad0707;--component-explorer-remoteHub-decorations\\.incomingRenamedForegroundColor: #007100;--component-explorer-remoteHub-decorations\\.possibleConflictForegroundColor: #855f00;--component-explorer-remoteHub-decorations\\.ignoredResourceForeground: #8e8e90;--component-explorer-remoteHub-decorations\\.workspaceRepositoriesView\\.hasUncommittedChangesForegroundColor: #895503;--component-explorer-editor-font-feature-settings: "liga" on, "calt" on}';
|
|
3814
|
-
class
|
|
3815
|
-
constructor(e, o, n
|
|
3816
|
-
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
|
|
3820
|
-
this.
|
|
3821
|
-
|
|
3822
|
-
|
|
3823
|
-
|
|
3824
|
-
|
|
3825
|
-
|
|
3820
|
+
const at = '/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-amber-400:oklch(82.8% .189 84.429);--color-amber-500:oklch(76.9% .188 70.08);--color-blue-400:oklch(70.7% .165 254.624);--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-base--line-height: 1.5 ;--font-weight-medium:500;--font-weight-semibold:600;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*{border-color:var(--component-explorer-panel-border)}:host{background-color:var(--component-explorer-editor-background);color:var(--component-explorer-foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:var(--component-explorer-font-family);font-size:var(--component-explorer-font-size);width:100%;height:100%;display:block}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--component-explorer-scrollbarSlider-background);border-radius:0}::-webkit-scrollbar-thumb:hover{background:var(--component-explorer-scrollbarSlider-hoverBackground)}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.top-1\\/2{top:50%}.right-2{right:calc(var(--spacing) * 2)}.left-2\\.5{left:calc(var(--spacing) * 2.5)}.isolate{isolation:isolate}.z-50{z-index:50}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.-mx-1{margin-inline:calc(var(--spacing) * -1)}.my-1{margin-block:calc(var(--spacing) * 1)}.mt-1{margin-top:calc(var(--spacing) * 1)}.ml-3\\.5{margin-left:calc(var(--spacing) * 3.5)}.block{display:block}.flex{display:flex}.hidden{display:none}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.h-2\\.5{height:calc(var(--spacing) * 2.5)}.h-3{height:calc(var(--spacing) * 3)}.h-3\\.5{height:calc(var(--spacing) * 3.5)}.h-4{height:calc(var(--spacing) * 4)}.h-5{height:calc(var(--spacing) * 5)}.h-6{height:calc(var(--spacing) * 6)}.h-8{height:calc(var(--spacing) * 8)}.h-9{height:calc(var(--spacing) * 9)}.h-10{height:calc(var(--spacing) * 10)}.h-12{height:calc(var(--spacing) * 12)}.h-\\[var\\(--radix-select-trigger-height\\)\\]{height:var(--radix-select-trigger-height)}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-48{max-height:calc(var(--spacing) * 48)}.max-h-96{max-height:calc(var(--spacing) * 96)}.min-h-\\[60px\\]{min-height:60px}.w-2\\.5{width:calc(var(--spacing) * 2.5)}.w-3{width:calc(var(--spacing) * 3)}.w-3\\.5{width:calc(var(--spacing) * 3.5)}.w-4{width:calc(var(--spacing) * 4)}.w-5{width:calc(var(--spacing) * 5)}.w-9{width:calc(var(--spacing) * 9)}.w-64{width:calc(var(--spacing) * 64)}.w-80{width:calc(var(--spacing) * 80)}.w-full{width:100%}.min-w-0{min-width:calc(var(--spacing) * 0)}.min-w-\\[8rem\\]{min-width:8rem}.min-w-\\[var\\(--radix-select-trigger-width\\)\\]{min-width:var(--radix-select-trigger-width)}.flex-1{flex:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.-translate-y-1\\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.rotate-90{rotate:90deg}.rotate-180{rotate:180deg}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1\\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-1\\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-x-2>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)))}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.rounded{border-radius:.25rem}.rounded-\\[inherit\\]{border-radius:inherit}.rounded-full{border-radius:3.40282e38px}.rounded-md{border-radius:4px}.rounded-sm{border-radius:2px}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-amber-500\\/30{border-color:#f99c004d}@supports (color:color-mix(in lab,red,red)){.border-amber-500\\/30{border-color:color-mix(in oklab,var(--color-amber-500) 30%,transparent)}}.border-border{border-color:var(--component-explorer-panel-border)}.border-destructive{border-color:var(--component-explorer-editorError-foreground)}.border-input{border-color:var(--component-explorer-input-background)}.border-primary{border-color:var(--component-explorer-focusBorder)}.border-transparent{border-color:#0000}.border-t-transparent{border-top-color:#0000}.border-l-transparent{border-left-color:#0000}.bg-amber-500\\/10{background-color:#f99c001a}@supports (color:color-mix(in lab,red,red)){.bg-amber-500\\/10{background-color:color-mix(in oklab,var(--color-amber-500) 10%,transparent)}}.bg-amber-500\\/15{background-color:#f99c0026}@supports (color:color-mix(in lab,red,red)){.bg-amber-500\\/15{background-color:color-mix(in oklab,var(--color-amber-500) 15%,transparent)}}.bg-background{background-color:var(--component-explorer-editor-background)}.bg-border{background-color:var(--component-explorer-panel-border)}.bg-card{background-color:var(--component-explorer-editorWidget-background)}.bg-destructive,.bg-destructive\\/10{background-color:var(--component-explorer-editorError-foreground)}@supports (color:color-mix(in lab,red,red)){.bg-destructive\\/10{background-color:color-mix(in oklab,var(--component-explorer-editorError-foreground) 10%,transparent)}}.bg-muted{background-color:var(--component-explorer-input-background)}.bg-popover{background-color:var(--component-explorer-editorWidget-background)}.bg-primary,.bg-primary\\/15{background-color:var(--component-explorer-focusBorder)}@supports (color:color-mix(in lab,red,red)){.bg-primary\\/15{background-color:color-mix(in oklab,var(--component-explorer-focusBorder) 15%,transparent)}}.bg-secondary{background-color:var(--component-explorer-button-secondaryBackground)}.bg-sidebar{background-color:var(--component-explorer-sideBar-background)}.bg-transparent{background-color:#0000}.p-1{padding:calc(var(--spacing) * 1)}.p-2{padding:calc(var(--spacing) * 2)}.p-3{padding:calc(var(--spacing) * 3)}.p-4{padding:calc(var(--spacing) * 4)}.p-\\[1px\\]{padding:1px}.px-1\\.5{padding-inline:calc(var(--spacing) * 1.5)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-2\\.5{padding-inline:calc(var(--spacing) * 2.5)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-8{padding-inline:calc(var(--spacing) * 8)}.py-0\\.5{padding-block:calc(var(--spacing) * .5)}.py-1{padding-block:calc(var(--spacing) * 1)}.py-1\\.5{padding-block:calc(var(--spacing) * 1.5)}.py-2{padding-block:calc(var(--spacing) * 2)}.pr-8{padding-right:calc(var(--spacing) * 8)}.pb-2{padding-bottom:calc(var(--spacing) * 2)}.pb-3{padding-bottom:calc(var(--spacing) * 3)}.pl-2{padding-left:calc(var(--spacing) * 2)}.pl-8{padding-left:calc(var(--spacing) * 8)}.font-mono{font-family:var(--font-mono)}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\\[10px\\]{font-size:10px}.leading-none{--tw-leading:1;line-height:1}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.break-all{word-break:break-all}.whitespace-nowrap{white-space:nowrap}.text-amber-400{color:var(--color-amber-400)}.text-amber-500{color:var(--color-amber-500)}.text-blue-400{color:var(--color-blue-400)}.text-current{color:currentColor}.text-destructive{color:var(--component-explorer-editorError-foreground)}.text-foreground{color:var(--component-explorer-foreground)}.text-muted-foreground{color:var(--component-explorer-descriptionForeground)}.text-popover-foreground{color:var(--component-explorer-editorWidget-foreground)}.text-primary{color:var(--component-explorer-focusBorder)}.text-primary-foreground{color:var(--component-explorer-button-foreground)}.text-secondary-foreground{color:var(--component-explorer-button-secondaryForeground)}.uppercase{text-transform:uppercase}.italic{font-style:italic}.underline-offset-4{text-underline-offset:4px}.opacity-50{opacity:.5}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a), 0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-offset-background{--tw-ring-offset-color:var(--component-explorer-editor-background)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.peer-disabled\\:cursor-not-allowed:is(:where(.peer):disabled~*){cursor:not-allowed}.peer-disabled\\:opacity-70:is(:where(.peer):disabled~*){opacity:.7}.file\\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.file\\:bg-transparent::file-selector-button{background-color:#0000}.file\\:text-sm::file-selector-button{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.file\\:font-medium::file-selector-button{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.file\\:text-foreground::file-selector-button{color:var(--component-explorer-foreground)}.placeholder\\:text-muted-foreground::placeholder{color:var(--component-explorer-descriptionForeground)}@media(hover:hover){.hover\\:bg-accent:hover{background-color:var(--component-explorer-list-hoverBackground)}.hover\\:bg-destructive\\/80:hover{background-color:var(--component-explorer-editorError-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-destructive\\/80:hover{background-color:color-mix(in oklab,var(--component-explorer-editorError-foreground) 80%,transparent)}}.hover\\:bg-destructive\\/90:hover{background-color:var(--component-explorer-editorError-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-destructive\\/90:hover{background-color:color-mix(in oklab,var(--component-explorer-editorError-foreground) 90%,transparent)}}.hover\\:bg-primary\\/80:hover{background-color:var(--component-explorer-focusBorder)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-primary\\/80:hover{background-color:color-mix(in oklab,var(--component-explorer-focusBorder) 80%,transparent)}}.hover\\:bg-primary\\/90:hover{background-color:var(--component-explorer-focusBorder)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-primary\\/90:hover{background-color:color-mix(in oklab,var(--component-explorer-focusBorder) 90%,transparent)}}.hover\\:bg-secondary\\/80:hover{background-color:var(--component-explorer-button-secondaryBackground)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-secondary\\/80:hover{background-color:color-mix(in oklab,var(--component-explorer-button-secondaryBackground) 80%,transparent)}}.hover\\:bg-sidebar-accent:hover{background-color:var(--component-explorer-list-hoverBackground)}.hover\\:text-accent-foreground:hover{color:var(--component-explorer-foreground)}.hover\\:underline:hover{text-decoration-line:underline}}.focus\\:bg-accent:focus{background-color:var(--component-explorer-list-hoverBackground)}.focus\\:text-accent-foreground:focus{color:var(--component-explorer-foreground)}.focus\\:ring-1:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\\:ring-ring:focus{--tw-ring-color:var(--component-explorer-focusBorder)}.focus\\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}.focus\\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\\:ring-1:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\\:ring-destructive:focus-visible{--tw-ring-color:var(--component-explorer-editorError-foreground)}.focus-visible\\:ring-ring:focus-visible{--tw-ring-color:var(--component-explorer-focusBorder)}.focus-visible\\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.disabled\\:pointer-events-none:disabled{pointer-events:none}.disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:opacity-50:disabled{opacity:.5}.data-\\[disabled\\]\\:pointer-events-none[data-disabled]{pointer-events:none}.data-\\[disabled\\]\\:opacity-50[data-disabled]{opacity:.5}.data-\\[side\\=bottom\\]\\:translate-y-1[data-side=bottom]{--tw-translate-y:calc(var(--spacing) * 1);translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\\[side\\=left\\]\\:-translate-x-1[data-side=left]{--tw-translate-x:calc(var(--spacing) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\\[side\\=right\\]\\:translate-x-1[data-side=right]{--tw-translate-x:calc(var(--spacing) * 1);translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\\[side\\=top\\]\\:-translate-y-1[data-side=top]{--tw-translate-y:calc(var(--spacing) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\\[state\\=checked\\]\\:bg-primary[data-state=checked]{background-color:var(--component-explorer-focusBorder)}.data-\\[state\\=checked\\]\\:text-primary-foreground[data-state=checked]{color:var(--component-explorer-button-foreground)}@media(min-width:48rem){.md\\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}}.\\[\\&_svg\\]\\:pointer-events-none svg{pointer-events:none}.\\[\\&_svg\\]\\:size-4 svg{width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.\\[\\&_svg\\]\\:shrink-0 svg{flex-shrink:0}.\\[\\&\\>span\\]\\:line-clamp-1>span{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}', dt = '.vscode-theme.default-dark-plus{--component-explorer-font-family: "Segoe WPC", "Segoe UI", sans-serif;--component-explorer-font-weight: normal;--component-explorer-font-size: 13px;--component-explorer-editor-font-family: "Cascadia Code", Consolas, "Courier New", monospace;--component-explorer-editor-font-weight: normal;--component-explorer-editor-font-size: 14px;--component-explorer-foreground: #cccccc;--component-explorer-disabledForeground: rgba(204, 204, 204, .5);--component-explorer-errorForeground: #f48771;--component-explorer-descriptionForeground: rgba(204, 204, 204, .7);--component-explorer-icon-foreground: #c5c5c5;--component-explorer-focusBorder: #007fd4;--component-explorer-textLink-foreground: #3794ff;--component-explorer-textLink-activeForeground: #3794ff;--component-explorer-textSeparator-foreground: rgba(255, 255, 255, .18);--component-explorer-textPreformat-foreground: #d7ba7d;--component-explorer-textPreformat-background: rgba(255, 255, 255, .1);--component-explorer-textBlockQuote-background: #222222;--component-explorer-textBlockQuote-border: rgba(0, 122, 204, .5);--component-explorer-textCodeBlock-background: rgba(10, 10, 10, .4);--component-explorer-sash-hoverBorder: #007fd4;--component-explorer-badge-background: #4d4d4d;--component-explorer-badge-foreground: #ffffff;--component-explorer-activityWarningBadge-foreground: #ffffff;--component-explorer-activityWarningBadge-background: #b27c00;--component-explorer-activityErrorBadge-foreground: #000000;--component-explorer-activityErrorBadge-background: #f14c4c;--component-explorer-scrollbar-shadow: #000000;--component-explorer-scrollbarSlider-background: rgba(121, 121, 121, .4);--component-explorer-scrollbarSlider-hoverBackground: rgba(100, 100, 100, .7);--component-explorer-scrollbarSlider-activeBackground: rgba(191, 191, 191, .4);--component-explorer-progressBar-background: #0e70c0;--component-explorer-chart-line: #236b8e;--component-explorer-chart-axis: rgba(191, 191, 191, .4);--component-explorer-chart-guide: rgba(191, 191, 191, .2);--component-explorer-editor-background: #1e1e1e;--component-explorer-editor-foreground: #d4d4d4;--component-explorer-editorStickyScroll-background: #1e1e1e;--component-explorer-editorStickyScrollGutter-background: #1e1e1e;--component-explorer-editorStickyScrollHover-background: #2a2d2e;--component-explorer-editorStickyScroll-shadow: #000000;--component-explorer-editorWidget-background: #252526;--component-explorer-editorWidget-foreground: #cccccc;--component-explorer-editorWidget-border: #454545;--component-explorer-editorError-foreground: #f14c4c;--component-explorer-editorWarning-foreground: #cca700;--component-explorer-editorInfo-foreground: #59a4f9;--component-explorer-editorHint-foreground: rgba(238, 238, 238, .7);--component-explorer-editorLink-activeForeground: #4e94ce;--component-explorer-editor-selectionBackground: #264f78;--component-explorer-editor-inactiveSelectionBackground: #3a3d41;--component-explorer-editor-selectionHighlightBackground: rgba(173, 214, 255, .15);--component-explorer-editor-compositionBorder: #ffffff;--component-explorer-editor-findMatchBackground: #515c6a;--component-explorer-editor-findMatchHighlightBackground: rgba(234, 92, 0, .33);--component-explorer-editor-findRangeHighlightBackground: rgba(58, 61, 65, .4);--component-explorer-editor-hoverHighlightBackground: rgba(38, 79, 120, .25);--component-explorer-editorHoverWidget-background: #252526;--component-explorer-editorHoverWidget-foreground: #cccccc;--component-explorer-editorHoverWidget-border: #454545;--component-explorer-editorHoverWidget-statusBarBackground: #2c2c2d;--component-explorer-editorInlayHint-foreground: #969696;--component-explorer-editorInlayHint-background: rgba(77, 77, 77, .1);--component-explorer-editorInlayHint-typeForeground: #969696;--component-explorer-editorInlayHint-typeBackground: rgba(77, 77, 77, .1);--component-explorer-editorInlayHint-parameterForeground: #969696;--component-explorer-editorInlayHint-parameterBackground: rgba(77, 77, 77, .1);--component-explorer-editorLightBulb-foreground: #ffcc00;--component-explorer-editorLightBulbAutoFix-foreground: #75beff;--component-explorer-editorLightBulbAi-foreground: #ffcc00;--component-explorer-editor-snippetTabstopHighlightBackground: rgba(124, 124, 124, .3);--component-explorer-editor-snippetFinalTabstopHighlightBorder: #525252;--component-explorer-diffEditor-insertedTextBackground: rgba(156, 204, 44, .2);--component-explorer-diffEditor-removedTextBackground: rgba(255, 0, 0, .2);--component-explorer-diffEditor-insertedLineBackground: rgba(155, 185, 85, .2);--component-explorer-diffEditor-removedLineBackground: rgba(255, 0, 0, .2);--component-explorer-diffEditor-diagonalFill: rgba(204, 204, 204, .2);--component-explorer-diffEditor-unchangedRegionBackground: #252526;--component-explorer-diffEditor-unchangedRegionForeground: #cccccc;--component-explorer-diffEditor-unchangedCodeBackground: rgba(116, 116, 116, .16);--component-explorer-widget-shadow: rgba(0, 0, 0, .36);--component-explorer-widget-border: #303031;--component-explorer-toolbar-hoverBackground: rgba(90, 93, 94, .31);--component-explorer-toolbar-activeBackground: rgba(99, 102, 103, .31);--component-explorer-breadcrumb-foreground: rgba(204, 204, 204, .8);--component-explorer-breadcrumb-background: #1e1e1e;--component-explorer-breadcrumb-focusForeground: #e0e0e0;--component-explorer-breadcrumb-activeSelectionForeground: #e0e0e0;--component-explorer-breadcrumbPicker-background: #252526;--component-explorer-merge-currentHeaderBackground: rgba(64, 200, 174, .5);--component-explorer-merge-currentContentBackground: rgba(64, 200, 174, .2);--component-explorer-merge-incomingHeaderBackground: rgba(64, 166, 255, .5);--component-explorer-merge-incomingContentBackground: rgba(64, 166, 255, .2);--component-explorer-merge-commonHeaderBackground: rgba(96, 96, 96, .4);--component-explorer-merge-commonContentBackground: rgba(96, 96, 96, .16);--component-explorer-editorOverviewRuler-currentContentForeground: rgba(64, 200, 174, .5);--component-explorer-editorOverviewRuler-incomingContentForeground: rgba(64, 166, 255, .5);--component-explorer-editorOverviewRuler-commonContentForeground: rgba(96, 96, 96, .4);--component-explorer-editorOverviewRuler-findMatchForeground: rgba(209, 134, 22, .49);--component-explorer-editorOverviewRuler-selectionHighlightForeground: rgba(160, 160, 160, .8);--component-explorer-problemsErrorIcon-foreground: #f14c4c;--component-explorer-problemsWarningIcon-foreground: #cca700;--component-explorer-problemsInfoIcon-foreground: #59a4f9;--component-explorer-minimap-findMatchHighlight: rgba(234, 92, 0, .33);--component-explorer-minimap-selectionOccurrenceHighlight: rgba(173, 214, 255, .15);--component-explorer-minimap-selectionHighlight: #264f78;--component-explorer-minimap-infoHighlight: #59a4f9;--component-explorer-minimap-warningHighlight: #cca700;--component-explorer-minimap-errorHighlight: rgba(255, 18, 18, .7);--component-explorer-minimap-foregroundOpacity: #000000;--component-explorer-minimapSlider-background: rgba(121, 121, 121, .2);--component-explorer-minimapSlider-hoverBackground: rgba(100, 100, 100, .35);--component-explorer-minimapSlider-activeBackground: rgba(191, 191, 191, .2);--component-explorer-charts-foreground: #cccccc;--component-explorer-charts-lines: rgba(204, 204, 204, .5);--component-explorer-charts-red: #f14c4c;--component-explorer-charts-blue: #59a4f9;--component-explorer-charts-yellow: #cca700;--component-explorer-charts-orange: rgba(234, 92, 0, .33);--component-explorer-charts-green: #89d185;--component-explorer-charts-purple: #b180d7;--component-explorer-input-background: #3c3c3c;--component-explorer-input-foreground: #cccccc;--component-explorer-inputOption-activeBorder: #007acc;--component-explorer-inputOption-hoverBackground: rgba(90, 93, 94, .5);--component-explorer-inputOption-activeBackground: rgba(0, 127, 212, .4);--component-explorer-inputOption-activeForeground: #ffffff;--component-explorer-input-placeholderForeground: #a6a6a6;--component-explorer-inputValidation-infoBackground: #063b49;--component-explorer-inputValidation-infoBorder: #007acc;--component-explorer-inputValidation-warningBackground: #352a05;--component-explorer-inputValidation-warningBorder: #b89500;--component-explorer-inputValidation-errorBackground: #5a1d1d;--component-explorer-inputValidation-errorBorder: #be1100;--component-explorer-dropdown-background: #3c3c3c;--component-explorer-dropdown-foreground: #f0f0f0;--component-explorer-dropdown-border: #3c3c3c;--component-explorer-button-foreground: #ffffff;--component-explorer-button-separator: rgba(255, 255, 255, .4);--component-explorer-button-background: #0e639c;--component-explorer-button-hoverBackground: #1177bb;--component-explorer-button-secondaryForeground: #ffffff;--component-explorer-button-secondaryBackground: #3a3d41;--component-explorer-button-secondaryHoverBackground: #45494e;--component-explorer-radio-activeForeground: #ffffff;--component-explorer-radio-activeBackground: rgba(0, 127, 212, .4);--component-explorer-radio-activeBorder: #007acc;--component-explorer-radio-inactiveBorder: rgba(255, 255, 255, .2);--component-explorer-radio-inactiveHoverBackground: rgba(90, 93, 94, .5);--component-explorer-checkbox-background: #3c3c3c;--component-explorer-checkbox-selectBackground: #252526;--component-explorer-checkbox-foreground: #f0f0f0;--component-explorer-checkbox-border: #6b6b6b;--component-explorer-checkbox-selectBorder: #c5c5c5;--component-explorer-checkbox-disabled\\.background: #777777;--component-explorer-checkbox-disabled\\.foreground: #b4b4b4;--component-explorer-keybindingLabel-background: rgba(128, 128, 128, .17);--component-explorer-keybindingLabel-foreground: #cccccc;--component-explorer-keybindingLabel-border: rgba(51, 51, 51, .6);--component-explorer-keybindingLabel-bottomBorder: rgba(68, 68, 68, .6);--component-explorer-list-focusOutline: #007fd4;--component-explorer-list-activeSelectionBackground: #04395e;--component-explorer-list-activeSelectionForeground: #ffffff;--component-explorer-list-activeSelectionIconForeground: #ffffff;--component-explorer-list-inactiveSelectionBackground: #37373d;--component-explorer-list-hoverBackground: #2a2d2e;--component-explorer-list-dropBackground: #383b3d;--component-explorer-list-dropBetweenBackground: #c5c5c5;--component-explorer-list-highlightForeground: #2aaaff;--component-explorer-list-focusHighlightForeground: #2aaaff;--component-explorer-list-invalidItemForeground: #b89500;--component-explorer-list-errorForeground: #f88070;--component-explorer-list-warningForeground: #cca700;--component-explorer-listFilterWidget-background: #252526;--component-explorer-listFilterWidget-outline: rgba(0, 0, 0, 0);--component-explorer-listFilterWidget-noMatchesOutline: #be1100;--component-explorer-listFilterWidget-shadow: rgba(0, 0, 0, .36);--component-explorer-list-filterMatchBackground: rgba(234, 92, 0, .33);--component-explorer-list-deemphasizedForeground: #8c8c8c;--component-explorer-tree-indentGuidesStroke: #585858;--component-explorer-tree-inactiveIndentGuidesStroke: rgba(88, 88, 88, .4);--component-explorer-tree-tableColumnsBorder: rgba(204, 204, 204, .13);--component-explorer-tree-tableOddRowsBackground: rgba(204, 204, 204, .04);--component-explorer-editorActionList-background: #252526;--component-explorer-editorActionList-foreground: #cccccc;--component-explorer-editorActionList-focusForeground: #ffffff;--component-explorer-editorActionList-focusBackground: #04395e;--component-explorer-menu-border: #454545;--component-explorer-menu-foreground: #cccccc;--component-explorer-menu-background: #252526;--component-explorer-menu-selectionForeground: #ffffff;--component-explorer-menu-selectionBackground: #0078d4;--component-explorer-menu-separatorBackground: #454545;--component-explorer-quickInput-background: #252526;--component-explorer-quickInput-foreground: #cccccc;--component-explorer-quickInputTitle-background: rgba(255, 255, 255, .1);--component-explorer-pickerGroup-foreground: #3794ff;--component-explorer-pickerGroup-border: #3f3f46;--component-explorer-quickInputList-focusForeground: #ffffff;--component-explorer-quickInputList-focusIconForeground: #ffffff;--component-explorer-quickInputList-focusBackground: #04395e;--component-explorer-search-resultsInfoForeground: rgba(204, 204, 204, .65);--component-explorer-searchEditor-findMatchBackground: rgba(234, 92, 0, .22);--component-explorer-editor-lineHighlightBorder: #282828;--component-explorer-editor-rangeHighlightBackground: rgba(255, 255, 255, .04);--component-explorer-editor-symbolHighlightBackground: rgba(234, 92, 0, .33);--component-explorer-editorCursor-foreground: #aeafad;--component-explorer-editorMultiCursor-primary\\.foreground: #aeafad;--component-explorer-editorMultiCursor-secondary\\.foreground: #aeafad;--component-explorer-editorWhitespace-foreground: rgba(227, 228, 226, .16);--component-explorer-editorLineNumber-foreground: #858585;--component-explorer-editorIndentGuide-background: rgba(227, 228, 226, .16);--component-explorer-editorIndentGuide-activeBackground: rgba(227, 228, 226, .16);--component-explorer-editorIndentGuide-background1: #404040;--component-explorer-editorIndentGuide-background2: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-background3: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-background4: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-background5: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-background6: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground1: #707070;--component-explorer-editorIndentGuide-activeBackground2: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground3: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground4: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground5: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground6: rgba(0, 0, 0, 0);--component-explorer-editorActiveLineNumber-foreground: #c6c6c6;--component-explorer-editorLineNumber-activeForeground: #c6c6c6;--component-explorer-editorRuler-foreground: #5a5a5a;--component-explorer-editorCodeLens-foreground: #999999;--component-explorer-editorBracketMatch-background: rgba(0, 100, 0, .1);--component-explorer-editorBracketMatch-border: #888888;--component-explorer-editorOverviewRuler-border: rgba(127, 127, 127, .3);--component-explorer-editorGutter-background: #1e1e1e;--component-explorer-editorUnnecessaryCode-opacity: rgba(0, 0, 0, .67);--component-explorer-editorGhostText-foreground: rgba(255, 255, 255, .34);--component-explorer-editorOverviewRuler-rangeHighlightForeground: rgba(0, 122, 204, .6);--component-explorer-editorOverviewRuler-errorForeground: rgba(255, 18, 18, .7);--component-explorer-editorOverviewRuler-warningForeground: #cca700;--component-explorer-editorOverviewRuler-infoForeground: #59a4f9;--component-explorer-editorBracketHighlight-foreground1: #ffd700;--component-explorer-editorBracketHighlight-foreground2: #da70d6;--component-explorer-editorBracketHighlight-foreground3: #179fff;--component-explorer-editorBracketHighlight-foreground4: rgba(0, 0, 0, 0);--component-explorer-editorBracketHighlight-foreground5: rgba(0, 0, 0, 0);--component-explorer-editorBracketHighlight-foreground6: rgba(0, 0, 0, 0);--component-explorer-editorBracketHighlight-unexpectedBracket\\.foreground: rgba(255, 18, 18, .8);--component-explorer-editorBracketPairGuide-background1: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background2: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background3: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background4: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background5: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background6: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground1: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground2: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground3: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground4: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground5: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground6: rgba(0, 0, 0, 0);--component-explorer-editorUnicodeHighlight-border: #cca700;--component-explorer-diffEditor-move\\.border: rgba(139, 139, 139, .61);--component-explorer-diffEditor-moveActive\\.border: #ffa500;--component-explorer-diffEditor-unchangedRegionShadow: #000000;--component-explorer-editorOverviewRuler-bracketMatchForeground: #a0a0a0;--component-explorer-actionBar-toggledBackground: #383a49;--component-explorer-symbolIcon-arrayForeground: #cccccc;--component-explorer-symbolIcon-booleanForeground: #cccccc;--component-explorer-symbolIcon-classForeground: #ee9d28;--component-explorer-symbolIcon-colorForeground: #cccccc;--component-explorer-symbolIcon-constantForeground: #cccccc;--component-explorer-symbolIcon-constructorForeground: #b180d7;--component-explorer-symbolIcon-enumeratorForeground: #ee9d28;--component-explorer-symbolIcon-enumeratorMemberForeground: #75beff;--component-explorer-symbolIcon-eventForeground: #ee9d28;--component-explorer-symbolIcon-fieldForeground: #75beff;--component-explorer-symbolIcon-fileForeground: #cccccc;--component-explorer-symbolIcon-folderForeground: #cccccc;--component-explorer-symbolIcon-functionForeground: #b180d7;--component-explorer-symbolIcon-interfaceForeground: #75beff;--component-explorer-symbolIcon-keyForeground: #cccccc;--component-explorer-symbolIcon-keywordForeground: #cccccc;--component-explorer-symbolIcon-methodForeground: #b180d7;--component-explorer-symbolIcon-moduleForeground: #cccccc;--component-explorer-symbolIcon-namespaceForeground: #cccccc;--component-explorer-symbolIcon-nullForeground: #cccccc;--component-explorer-symbolIcon-numberForeground: #cccccc;--component-explorer-symbolIcon-objectForeground: #cccccc;--component-explorer-symbolIcon-operatorForeground: #cccccc;--component-explorer-symbolIcon-packageForeground: #cccccc;--component-explorer-symbolIcon-propertyForeground: #cccccc;--component-explorer-symbolIcon-referenceForeground: #cccccc;--component-explorer-symbolIcon-snippetForeground: #cccccc;--component-explorer-symbolIcon-stringForeground: #cccccc;--component-explorer-symbolIcon-structForeground: #cccccc;--component-explorer-symbolIcon-textForeground: #cccccc;--component-explorer-symbolIcon-typeParameterForeground: #cccccc;--component-explorer-symbolIcon-unitForeground: #cccccc;--component-explorer-symbolIcon-variableForeground: #75beff;--component-explorer-peekViewTitle-background: #252526;--component-explorer-peekViewTitleLabel-foreground: #ffffff;--component-explorer-peekViewTitleDescription-foreground: rgba(204, 204, 204, .7);--component-explorer-peekView-border: #59a4f9;--component-explorer-peekViewResult-background: #252526;--component-explorer-peekViewResult-lineForeground: #bbbbbb;--component-explorer-peekViewResult-fileForeground: #ffffff;--component-explorer-peekViewResult-selectionBackground: rgba(51, 153, 255, .2);--component-explorer-peekViewResult-selectionForeground: #ffffff;--component-explorer-peekViewEditor-background: #001f33;--component-explorer-peekViewEditorGutter-background: #001f33;--component-explorer-peekViewEditorStickyScroll-background: #001f33;--component-explorer-peekViewEditorStickyScrollGutter-background: #001f33;--component-explorer-peekViewResult-matchHighlightBackground: rgba(234, 92, 0, .3);--component-explorer-peekViewEditor-matchHighlightBackground: rgba(255, 143, 0, .6);--component-explorer-editorMarkerNavigationError-background: #f14c4c;--component-explorer-editorMarkerNavigationError-headerBackground: rgba(241, 76, 76, .1);--component-explorer-editorMarkerNavigationWarning-background: #cca700;--component-explorer-editorMarkerNavigationWarning-headerBackground: rgba(204, 167, 0, .1);--component-explorer-editorMarkerNavigationInfo-background: #59a4f9;--component-explorer-editorMarkerNavigationInfo-headerBackground: rgba(89, 164, 249, .1);--component-explorer-editorMarkerNavigation-background: #1e1e1e;--component-explorer-editor-foldBackground: rgba(38, 79, 120, .3);--component-explorer-editor-foldPlaceholderForeground: #808080;--component-explorer-editorGutter-foldingControlForeground: #c5c5c5;--component-explorer-editorSuggestWidget-background: #252526;--component-explorer-editorSuggestWidget-border: #454545;--component-explorer-editorSuggestWidget-foreground: #d4d4d4;--component-explorer-editorSuggestWidget-selectedForeground: #ffffff;--component-explorer-editorSuggestWidget-selectedIconForeground: #ffffff;--component-explorer-editorSuggestWidget-selectedBackground: #04395e;--component-explorer-editorSuggestWidget-highlightForeground: #2aaaff;--component-explorer-editorSuggestWidget-focusHighlightForeground: #2aaaff;--component-explorer-editorSuggestWidgetStatus-foreground: rgba(212, 212, 212, .5);--component-explorer-inlineEdit-originalBackground: rgba(255, 0, 0, .04);--component-explorer-inlineEdit-modifiedBackground: rgba(156, 204, 44, .06);--component-explorer-inlineEdit-originalChangedLineBackground: rgba(255, 0, 0, .16);--component-explorer-inlineEdit-originalChangedTextBackground: rgba(255, 0, 0, .16);--component-explorer-inlineEdit-modifiedChangedLineBackground: rgba(155, 185, 85, .14);--component-explorer-inlineEdit-modifiedChangedTextBackground: rgba(156, 204, 44, .14);--component-explorer-inlineEdit-gutterIndicator\\.primaryForeground: #ffffff;--component-explorer-inlineEdit-gutterIndicator\\.primaryBorder: #0e639c;--component-explorer-inlineEdit-gutterIndicator\\.primaryBackground: rgba(14, 99, 156, .4);--component-explorer-inlineEdit-gutterIndicator\\.secondaryForeground: #ffffff;--component-explorer-inlineEdit-gutterIndicator\\.secondaryBorder: #3a3d41;--component-explorer-inlineEdit-gutterIndicator\\.secondaryBackground: #3a3d41;--component-explorer-inlineEdit-gutterIndicator\\.successfulForeground: #ffffff;--component-explorer-inlineEdit-gutterIndicator\\.successfulBorder: #0e639c;--component-explorer-inlineEdit-gutterIndicator\\.successfulBackground: #0e639c;--component-explorer-inlineEdit-gutterIndicator\\.background: rgba(45, 45, 45, .5);--component-explorer-inlineEdit-originalBorder: rgba(255, 0, 0, .2);--component-explorer-inlineEdit-modifiedBorder: rgba(156, 204, 44, .2);--component-explorer-inlineEdit-tabWillAcceptModifiedBorder: rgba(156, 204, 44, .2);--component-explorer-inlineEdit-tabWillAcceptOriginalBorder: rgba(255, 0, 0, .2);--component-explorer-editor-linkedEditingBackground: rgba(255, 0, 0, .3);--component-explorer-editor-wordHighlightBackground: rgba(87, 87, 87, .72);--component-explorer-editor-wordHighlightStrongBackground: rgba(0, 73, 114, .72);--component-explorer-editor-wordHighlightTextBackground: rgba(87, 87, 87, .72);--component-explorer-editorOverviewRuler-wordHighlightForeground: rgba(160, 160, 160, .8);--component-explorer-editorOverviewRuler-wordHighlightStrongForeground: rgba(192, 160, 192, .8);--component-explorer-editorOverviewRuler-wordHighlightTextForeground: rgba(160, 160, 160, .8);--component-explorer-editorHoverWidget-highlightForeground: #2aaaff;--component-explorer-editor-placeholder\\.foreground: rgba(255, 255, 255, .34);--component-explorer-tab-activeBackground: #1e1e1e;--component-explorer-tab-unfocusedActiveBackground: #1e1e1e;--component-explorer-tab-inactiveBackground: #2d2d2d;--component-explorer-tab-unfocusedInactiveBackground: #2d2d2d;--component-explorer-tab-activeForeground: #ffffff;--component-explorer-tab-inactiveForeground: rgba(255, 255, 255, .5);--component-explorer-tab-unfocusedActiveForeground: rgba(255, 255, 255, .5);--component-explorer-tab-unfocusedInactiveForeground: rgba(255, 255, 255, .25);--component-explorer-tab-border: #252526;--component-explorer-tab-lastPinnedBorder: rgba(204, 204, 204, .2);--component-explorer-tab-selectedBackground: #222222;--component-explorer-tab-selectedForeground: rgba(255, 255, 255, .63);--component-explorer-tab-dragAndDropBorder: #ffffff;--component-explorer-tab-activeModifiedBorder: #3399cc;--component-explorer-tab-inactiveModifiedBorder: rgba(51, 153, 204, .5);--component-explorer-tab-unfocusedActiveModifiedBorder: rgba(51, 153, 204, .5);--component-explorer-tab-unfocusedInactiveModifiedBorder: rgba(51, 153, 204, .25);--component-explorer-editorPane-background: #1e1e1e;--component-explorer-editorGroupHeader-tabsBackground: #252526;--component-explorer-editorGroupHeader-noTabsBackground: #1e1e1e;--component-explorer-editorGroup-border: #444444;--component-explorer-editorGroup-dropBackground: rgba(83, 89, 93, .5);--component-explorer-editorGroup-dropIntoPromptForeground: #cccccc;--component-explorer-editorGroup-dropIntoPromptBackground: #252526;--component-explorer-sideBySideEditor-horizontalBorder: #444444;--component-explorer-sideBySideEditor-verticalBorder: #444444;--component-explorer-banner-background: #04395e;--component-explorer-banner-foreground: #ffffff;--component-explorer-banner-iconForeground: #59a4f9;--component-explorer-statusBar-foreground: #ffffff;--component-explorer-statusBar-noFolderForeground: #ffffff;--component-explorer-statusBar-background: #007acc;--component-explorer-statusBar-noFolderBackground: #68217a;--component-explorer-statusBar-focusBorder: #ffffff;--component-explorer-statusBarItem-activeBackground: rgba(255, 255, 255, .18);--component-explorer-statusBarItem-focusBorder: #ffffff;--component-explorer-statusBarItem-hoverBackground: rgba(255, 255, 255, .12);--component-explorer-statusBarItem-hoverForeground: #ffffff;--component-explorer-statusBarItem-compactHoverBackground: rgba(255, 255, 255, .12);--component-explorer-statusBarItem-prominentForeground: #ffffff;--component-explorer-statusBarItem-prominentBackground: rgba(0, 0, 0, .5);--component-explorer-statusBarItem-prominentHoverForeground: #ffffff;--component-explorer-statusBarItem-prominentHoverBackground: rgba(255, 255, 255, .12);--component-explorer-statusBarItem-errorBackground: #c72e0f;--component-explorer-statusBarItem-errorForeground: #ffffff;--component-explorer-statusBarItem-errorHoverForeground: #ffffff;--component-explorer-statusBarItem-errorHoverBackground: rgba(255, 255, 255, .12);--component-explorer-statusBarItem-warningBackground: #7a6400;--component-explorer-statusBarItem-warningForeground: #ffffff;--component-explorer-statusBarItem-warningHoverForeground: #ffffff;--component-explorer-statusBarItem-warningHoverBackground: rgba(255, 255, 255, .12);--component-explorer-activityBar-background: #333333;--component-explorer-activityBar-foreground: #ffffff;--component-explorer-activityBar-inactiveForeground: rgba(255, 255, 255, .4);--component-explorer-activityBar-activeBorder: #ffffff;--component-explorer-activityBar-dropBorder: #ffffff;--component-explorer-activityBarBadge-background: #007acc;--component-explorer-activityBarBadge-foreground: #ffffff;--component-explorer-activityBarTop-foreground: #e7e7e7;--component-explorer-activityBarTop-activeBorder: #e7e7e7;--component-explorer-activityBarTop-inactiveForeground: rgba(231, 231, 231, .6);--component-explorer-activityBarTop-dropBorder: #e7e7e7;--component-explorer-panel-background: #1e1e1e;--component-explorer-panel-border: rgba(128, 128, 128, .35);--component-explorer-panelTitle-activeForeground: #e7e7e7;--component-explorer-panelTitle-inactiveForeground: rgba(231, 231, 231, .6);--component-explorer-panelTitle-activeBorder: #e7e7e7;--component-explorer-panelTitleBadge-background: #007acc;--component-explorer-panelTitleBadge-foreground: #ffffff;--component-explorer-panel-dropBorder: #e7e7e7;--component-explorer-panelSection-dropBackground: rgba(83, 89, 93, .5);--component-explorer-panelSectionHeader-background: rgba(128, 128, 128, .2);--component-explorer-panelSection-border: rgba(128, 128, 128, .35);--component-explorer-panelStickyScroll-background: #1e1e1e;--component-explorer-panelStickyScroll-shadow: #000000;--component-explorer-profileBadge-background: #4d4d4d;--component-explorer-profileBadge-foreground: #ffffff;--component-explorer-statusBarItem-remoteBackground: #16825d;--component-explorer-statusBarItem-remoteForeground: #ffffff;--component-explorer-statusBarItem-remoteHoverForeground: #ffffff;--component-explorer-statusBarItem-remoteHoverBackground: rgba(255, 255, 255, .12);--component-explorer-statusBarItem-offlineBackground: #6c1717;--component-explorer-statusBarItem-offlineForeground: #ffffff;--component-explorer-statusBarItem-offlineHoverForeground: #ffffff;--component-explorer-statusBarItem-offlineHoverBackground: rgba(255, 255, 255, .12);--component-explorer-extensionBadge-remoteBackground: #007acc;--component-explorer-extensionBadge-remoteForeground: #ffffff;--component-explorer-sideBar-background: #252526;--component-explorer-sideBarTitle-background: #252526;--component-explorer-sideBarTitle-foreground: #bbbbbb;--component-explorer-sideBar-dropBackground: rgba(83, 89, 93, .5);--component-explorer-sideBarSectionHeader-background: rgba(0, 0, 0, 0);--component-explorer-sideBarSectionHeader-border: rgba(204, 204, 204, .2);--component-explorer-sideBarActivityBarTop-border: rgba(204, 204, 204, .2);--component-explorer-sideBarStickyScroll-background: #252526;--component-explorer-sideBarStickyScroll-shadow: #000000;--component-explorer-titleBar-activeForeground: #cccccc;--component-explorer-titleBar-inactiveForeground: rgba(204, 204, 204, .6);--component-explorer-titleBar-activeBackground: #3c3c3c;--component-explorer-titleBar-inactiveBackground: rgba(60, 60, 60, .6);--component-explorer-menubar-selectionForeground: #cccccc;--component-explorer-menubar-selectionBackground: rgba(90, 93, 94, .31);--component-explorer-commandCenter-foreground: #cccccc;--component-explorer-commandCenter-activeForeground: #cccccc;--component-explorer-commandCenter-inactiveForeground: rgba(204, 204, 204, .6);--component-explorer-commandCenter-background: rgba(255, 255, 255, .05);--component-explorer-commandCenter-activeBackground: rgba(255, 255, 255, .08);--component-explorer-commandCenter-border: rgba(204, 204, 204, .2);--component-explorer-commandCenter-activeBorder: rgba(204, 204, 204, .3);--component-explorer-commandCenter-inactiveBorder: rgba(204, 204, 204, .15);--component-explorer-notificationCenter-border: #303031;--component-explorer-notificationToast-border: #303031;--component-explorer-notifications-foreground: #cccccc;--component-explorer-notifications-background: #252526;--component-explorer-notificationLink-foreground: #3794ff;--component-explorer-notificationCenterHeader-background: #303031;--component-explorer-notifications-border: #303031;--component-explorer-notificationsErrorIcon-foreground: #f14c4c;--component-explorer-notificationsWarningIcon-foreground: #cca700;--component-explorer-notificationsInfoIcon-foreground: #59a4f9;--component-explorer-editorGutter-modifiedBackground: #1b81a8;--component-explorer-editorGutter-modifiedSecondaryBackground: #0d4054;--component-explorer-editorGutter-addedBackground: #487e02;--component-explorer-editorGutter-addedSecondaryBackground: #243f01;--component-explorer-editorGutter-deletedBackground: #f14c4c;--component-explorer-editorGutter-deletedSecondaryBackground: #b00e0e;--component-explorer-minimapGutter-modifiedBackground: #1b81a8;--component-explorer-minimapGutter-addedBackground: #487e02;--component-explorer-minimapGutter-deletedBackground: #f14c4c;--component-explorer-editorOverviewRuler-modifiedForeground: rgba(27, 129, 168, .6);--component-explorer-editorOverviewRuler-addedForeground: rgba(72, 126, 2, .6);--component-explorer-editorOverviewRuler-deletedForeground: rgba(241, 76, 76, .6);--component-explorer-editorGutter-itemGlyphForeground: #d4d4d4;--component-explorer-editorGutter-itemBackground: #37373d;--component-explorer-terminal-foreground: #cccccc;--component-explorer-terminal-selectionBackground: #264f78;--component-explorer-terminal-inactiveSelectionBackground: #3a3d41;--component-explorer-terminalCommandDecoration-defaultBackground: rgba(255, 255, 255, .25);--component-explorer-terminalCommandDecoration-successBackground: #1b81a8;--component-explorer-terminalCommandDecoration-errorBackground: #f14c4c;--component-explorer-terminalOverviewRuler-cursorForeground: rgba(160, 160, 160, .8);--component-explorer-terminal-border: rgba(128, 128, 128, .35);--component-explorer-terminalOverviewRuler-border: rgba(127, 127, 127, .3);--component-explorer-terminal-findMatchBackground: #515c6a;--component-explorer-terminal-hoverHighlightBackground: rgba(38, 79, 120, .13);--component-explorer-terminal-findMatchHighlightBackground: rgba(234, 92, 0, .33);--component-explorer-terminalOverviewRuler-findMatchForeground: rgba(209, 134, 22, .49);--component-explorer-terminal-dropBackground: rgba(83, 89, 93, .5);--component-explorer-terminal-initialHintForeground: rgba(255, 255, 255, .34);--component-explorer-scmGraph-historyItemRefColor: #59a4f9;--component-explorer-scmGraph-historyItemRemoteRefColor: #b180d7;--component-explorer-scmGraph-historyItemBaseRefColor: #ea5c00;--component-explorer-scmGraph-historyItemHoverDefaultLabelForeground: #cccccc;--component-explorer-scmGraph-historyItemHoverDefaultLabelBackground: #4d4d4d;--component-explorer-scmGraph-historyItemHoverLabelForeground: #1e1e1e;--component-explorer-scmGraph-historyItemHoverAdditionsForeground: #81b88b;--component-explorer-scmGraph-historyItemHoverDeletionsForeground: #c74e39;--component-explorer-scmGraph-foreground1: #ffb000;--component-explorer-scmGraph-foreground2: #dc267f;--component-explorer-scmGraph-foreground3: #994f00;--component-explorer-scmGraph-foreground4: #40b0a6;--component-explorer-scmGraph-foreground5: #b66dff;--component-explorer-commentsView-resolvedIcon: rgba(204, 204, 204, .5);--component-explorer-commentsView-unresolvedIcon: #007fd4;--component-explorer-editorCommentsWidget-replyInputBackground: #252526;--component-explorer-editorCommentsWidget-resolvedBorder: rgba(204, 204, 204, .5);--component-explorer-editorCommentsWidget-unresolvedBorder: #007fd4;--component-explorer-editorCommentsWidget-rangeBackground: rgba(0, 127, 212, .1);--component-explorer-editorCommentsWidget-rangeActiveBackground: rgba(0, 127, 212, .1);--component-explorer-editorGutter-commentRangeForeground: #37373d;--component-explorer-editorOverviewRuler-commentForeground: #37373d;--component-explorer-editorOverviewRuler-commentUnresolvedForeground: #37373d;--component-explorer-editorOverviewRuler-commentDraftForeground: #37373d;--component-explorer-editorGutter-commentGlyphForeground: #d4d4d4;--component-explorer-editorGutter-commentUnresolvedGlyphForeground: #d4d4d4;--component-explorer-editorGutter-commentDraftGlyphForeground: #d4d4d4;--component-explorer-agentSessionReadIndicator-foreground: rgba(204, 204, 204, .15);--component-explorer-agentSessionSelectedBadge-border: rgba(255, 255, 255, .3);--component-explorer-agentSessionSelectedUnfocusedBadge-border: rgba(204, 204, 204, .3);--component-explorer-ports-iconRunningProcessForeground: #369432;--component-explorer-settings-headerForeground: #e7e7e7;--component-explorer-settings-settingsHeaderHoverForeground: rgba(231, 231, 231, .7);--component-explorer-settings-modifiedItemIndicator: #0c7d9d;--component-explorer-settings-headerBorder: rgba(128, 128, 128, .35);--component-explorer-settings-sashBorder: rgba(128, 128, 128, .35);--component-explorer-settings-dropdownBackground: #3c3c3c;--component-explorer-settings-dropdownForeground: #f0f0f0;--component-explorer-settings-dropdownBorder: #3c3c3c;--component-explorer-settings-dropdownListBorder: #454545;--component-explorer-settings-checkboxBackground: #3c3c3c;--component-explorer-settings-checkboxForeground: #f0f0f0;--component-explorer-settings-checkboxBorder: #6b6b6b;--component-explorer-settings-textInputBackground: #3c3c3c;--component-explorer-settings-textInputForeground: #cccccc;--component-explorer-settings-numberInputBackground: #3c3c3c;--component-explorer-settings-numberInputForeground: #cccccc;--component-explorer-settings-focusedRowBackground: rgba(42, 45, 46, .6);--component-explorer-settings-rowHoverBackground: rgba(42, 45, 46, .3);--component-explorer-settings-focusedRowBorder: #007fd4;--component-explorer-keybindingTable-headerBackground: rgba(204, 204, 204, .04);--component-explorer-keybindingTable-rowsBackground: rgba(204, 204, 204, .04);--component-explorer-extensionButton-background: #3a3d41;--component-explorer-extensionButton-foreground: #ffffff;--component-explorer-extensionButton-hoverBackground: #45494e;--component-explorer-extensionButton-separator: rgba(255, 255, 255, .4);--component-explorer-extensionButton-prominentBackground: #0e639c;--component-explorer-extensionButton-prominentForeground: #ffffff;--component-explorer-extensionButton-prominentHoverBackground: #1177bb;--component-explorer-debugToolBar-background: #333333;--component-explorer-debugIcon-startForeground: #89d185;--component-explorer-notebook-cellBorderColor: #37373d;--component-explorer-notebook-focusedEditorBorder: #007fd4;--component-explorer-notebookStatusSuccessIcon-foreground: #89d185;--component-explorer-notebookEditorOverviewRuler-runningCellForeground: #89d185;--component-explorer-notebookStatusErrorIcon-foreground: #f48771;--component-explorer-notebookStatusRunningIcon-foreground: #cccccc;--component-explorer-notebook-cellToolbarSeparator: rgba(128, 128, 128, .35);--component-explorer-notebook-selectedCellBackground: #37373d;--component-explorer-notebook-selectedCellBorder: #37373d;--component-explorer-notebook-focusedCellBorder: #007fd4;--component-explorer-notebook-inactiveFocusedCellBorder: #37373d;--component-explorer-notebook-cellStatusBarItemHoverBackground: rgba(255, 255, 255, .15);--component-explorer-notebook-cellInsertionIndicator: #007fd4;--component-explorer-notebookScrollbarSlider-background: rgba(121, 121, 121, .4);--component-explorer-notebookScrollbarSlider-hoverBackground: rgba(100, 100, 100, .7);--component-explorer-notebookScrollbarSlider-activeBackground: rgba(191, 191, 191, .4);--component-explorer-notebook-symbolHighlightBackground: rgba(255, 255, 255, .04);--component-explorer-notebook-cellEditorBackground: #252526;--component-explorer-notebook-editorBackground: #1e1e1e;--component-explorer-inlineChat-foreground: #cccccc;--component-explorer-inlineChat-background: #252526;--component-explorer-inlineChat-border: #454545;--component-explorer-inlineChat-shadow: rgba(0, 0, 0, .36);--component-explorer-inlineChatInput-border: #454545;--component-explorer-inlineChatInput-focusBorder: #007fd4;--component-explorer-inlineChatInput-placeholderForeground: #a6a6a6;--component-explorer-inlineChatInput-background: #3c3c3c;--component-explorer-inlineChatDiff-inserted: rgba(156, 204, 44, .1);--component-explorer-editorOverviewRuler-inlineChatInserted: rgba(156, 204, 44, .12);--component-explorer-editorMinimap-inlineChatInserted: rgba(156, 204, 44, .12);--component-explorer-inlineChatDiff-removed: rgba(255, 0, 0, .1);--component-explorer-editorOverviewRuler-inlineChatRemoved: rgba(255, 0, 0, .12);--component-explorer-multiDiffEditor-headerBackground: #262626;--component-explorer-multiDiffEditor-background: #1e1e1e;--component-explorer-multiDiffEditor-border: rgba(204, 204, 204, .2);--component-explorer-extensionIcon-verifiedForeground: #3794ff;--component-explorer-chat-requestBorder: rgba(255, 255, 255, .1);--component-explorer-chat-requestBackground: rgba(30, 30, 30, .62);--component-explorer-chat-slashCommandBackground: rgba(38, 71, 120, .4);--component-explorer-chat-slashCommandForeground: #85b6ff;--component-explorer-chat-avatarBackground: #1f1f1f;--component-explorer-chat-avatarForeground: #cccccc;--component-explorer-chat-editedFileForeground: #e2c08d;--component-explorer-chat-requestCodeBorder: rgba(0, 73, 114, .72);--component-explorer-chat-requestBubbleBackground: rgba(38, 79, 120, .3);--component-explorer-chat-requestBubbleHoverBackground: rgba(38, 79, 120, .6);--component-explorer-chat-checkpointSeparator: #585858;--component-explorer-chat-linesAddedForeground: #54b054;--component-explorer-chat-linesRemovedForeground: #fc6a6a;--component-explorer-chat-thinkingShimmer: #ffffff;--component-explorer-extensionIcon-starForeground: #ff8e00;--component-explorer-extensionIcon-preReleaseForeground: #1d9271;--component-explorer-extensionIcon-sponsorForeground: #d758b3;--component-explorer-extensionIcon-privateForeground: rgba(255, 255, 255, .38);--component-explorer-debugExceptionWidget-border: #a31515;--component-explorer-debugExceptionWidget-background: #420b0d;--component-explorer-editor-inlineValuesForeground: rgba(255, 255, 255, .5);--component-explorer-editor-inlineValuesBackground: rgba(255, 200, 0, .2);--component-explorer-debugIcon-breakpointForeground: #e51400;--component-explorer-debugIcon-breakpointDisabledForeground: #848484;--component-explorer-debugIcon-breakpointUnverifiedForeground: #848484;--component-explorer-debugIcon-breakpointCurrentStackframeForeground: #ffcc00;--component-explorer-debugIcon-breakpointStackframeForeground: #89d185;--component-explorer-editor-stackFrameHighlightBackground: rgba(255, 255, 0, .2);--component-explorer-editor-focusedStackFrameHighlightBackground: rgba(122, 189, 122, .3);--component-explorer-minimap-chatEditHighlight: rgba(30, 30, 30, .6);--component-explorer-chatManagement-sashBorder: rgba(128, 128, 128, .35);--component-explorer-gauge-foreground: #007acc;--component-explorer-gauge-background: rgba(0, 122, 204, .3);--component-explorer-gauge-warningForeground: #b89500;--component-explorer-gauge-warningBackground: rgba(184, 149, 0, .3);--component-explorer-gauge-errorForeground: #be1100;--component-explorer-gauge-errorBackground: rgba(190, 17, 0, .3);--component-explorer-mcpIcon-starForeground: #ff8e00;--component-explorer-interactive-activeCodeBorder: #007acc;--component-explorer-interactive-inactiveCodeBorder: #37373d;--component-explorer-testing-iconFailed: #f14c4c;--component-explorer-testing-iconErrored: #f14c4c;--component-explorer-testing-iconPassed: #73c991;--component-explorer-testing-runAction: #73c991;--component-explorer-testing-iconQueued: #cca700;--component-explorer-testing-iconUnset: #848484;--component-explorer-testing-iconSkipped: #848484;--component-explorer-testing-peekBorder: #f14c4c;--component-explorer-testing-messagePeekBorder: #59a4f9;--component-explorer-testing-peekHeaderBackground: rgba(241, 76, 76, .1);--component-explorer-testing-messagePeekHeaderBackground: rgba(89, 164, 249, .1);--component-explorer-testing-coveredBackground: rgba(156, 204, 44, .2);--component-explorer-testing-coveredBorder: rgba(156, 204, 44, .15);--component-explorer-testing-coveredGutterBackground: rgba(156, 204, 44, .12);--component-explorer-testing-uncoveredBranchBackground: #781212;--component-explorer-testing-uncoveredBackground: rgba(255, 0, 0, .2);--component-explorer-testing-uncoveredBorder: rgba(255, 0, 0, .15);--component-explorer-testing-uncoveredGutterBackground: rgba(255, 0, 0, .3);--component-explorer-testing-coverCountBadgeBackground: #4d4d4d;--component-explorer-testing-coverCountBadgeForeground: #ffffff;--component-explorer-testing-message\\.error\\.badgeBackground: #f14c4c;--component-explorer-testing-message\\.error\\.badgeBorder: #f14c4c;--component-explorer-testing-message\\.error\\.badgeForeground: #000000;--component-explorer-testing-message\\.info\\.decorationForeground: rgba(212, 212, 212, .5);--component-explorer-testing-iconErrored\\.retired: rgba(241, 76, 76, .7);--component-explorer-testing-iconFailed\\.retired: rgba(241, 76, 76, .7);--component-explorer-testing-iconPassed\\.retired: rgba(115, 201, 145, .7);--component-explorer-testing-iconQueued\\.retired: rgba(204, 167, 0, .7);--component-explorer-testing-iconUnset\\.retired: rgba(132, 132, 132, .7);--component-explorer-testing-iconSkipped\\.retired: rgba(132, 132, 132, .7);--component-explorer-statusBar-debuggingBackground: #cc6633;--component-explorer-statusBar-debuggingForeground: #ffffff;--component-explorer-commandCenter-debuggingBackground: rgba(204, 102, 51, .26);--component-explorer-debugTokenExpression-name: #c586c0;--component-explorer-debugTokenExpression-type: #4a90e2;--component-explorer-debugTokenExpression-value: rgba(204, 204, 204, .6);--component-explorer-debugTokenExpression-string: #ce9178;--component-explorer-debugTokenExpression-boolean: #4e94ce;--component-explorer-debugTokenExpression-number: #b5cea8;--component-explorer-debugTokenExpression-error: #f48771;--component-explorer-debugView-exceptionLabelForeground: #cccccc;--component-explorer-debugView-exceptionLabelBackground: #6c2022;--component-explorer-debugView-stateLabelForeground: #cccccc;--component-explorer-debugView-stateLabelBackground: rgba(136, 136, 136, .27);--component-explorer-debugView-valueChangedHighlight: #569cd6;--component-explorer-debugConsole-infoForeground: #59a4f9;--component-explorer-debugConsole-warningForeground: #cca700;--component-explorer-debugConsole-errorForeground: #f48771;--component-explorer-debugConsole-sourceForeground: #cccccc;--component-explorer-debugConsoleInputIcon-foreground: #cccccc;--component-explorer-debugIcon-pauseForeground: #75beff;--component-explorer-debugIcon-stopForeground: #f48771;--component-explorer-debugIcon-disconnectForeground: #f48771;--component-explorer-debugIcon-restartForeground: #89d185;--component-explorer-debugIcon-stepOverForeground: #75beff;--component-explorer-debugIcon-stepIntoForeground: #75beff;--component-explorer-debugIcon-stepOutForeground: #75beff;--component-explorer-debugIcon-continueForeground: #75beff;--component-explorer-debugIcon-stepBackForeground: #75beff;--component-explorer-mergeEditor-change\\.background: rgba(155, 185, 85, .2);--component-explorer-mergeEditor-change\\.word\\.background: rgba(156, 204, 44, .2);--component-explorer-mergeEditor-changeBase\\.background: #4b1818;--component-explorer-mergeEditor-changeBase\\.word\\.background: #6f1313;--component-explorer-mergeEditor-conflict\\.unhandledUnfocused\\.border: rgba(255, 166, 0, .48);--component-explorer-mergeEditor-conflict\\.unhandledFocused\\.border: #ffa600;--component-explorer-mergeEditor-conflict\\.handledUnfocused\\.border: rgba(134, 134, 134, .29);--component-explorer-mergeEditor-conflict\\.handledFocused\\.border: rgba(193, 193, 193, .8);--component-explorer-mergeEditor-conflict\\.handled\\.minimapOverViewRuler: rgba(173, 172, 168, .93);--component-explorer-mergeEditor-conflict\\.unhandled\\.minimapOverViewRuler: #fcba03;--component-explorer-mergeEditor-conflictingLines\\.background: rgba(255, 234, 0, .28);--component-explorer-mergeEditor-conflict\\.input1\\.background: rgba(64, 200, 174, .2);--component-explorer-mergeEditor-conflict\\.input2\\.background: rgba(64, 166, 255, .2);--component-explorer-terminal-ansiBlack: #000000;--component-explorer-terminal-ansiRed: #cd3131;--component-explorer-terminal-ansiGreen: #0dbc79;--component-explorer-terminal-ansiYellow: #e5e510;--component-explorer-terminal-ansiBlue: #2472c8;--component-explorer-terminal-ansiMagenta: #bc3fbc;--component-explorer-terminal-ansiCyan: #11a8cd;--component-explorer-terminal-ansiWhite: #e5e5e5;--component-explorer-terminal-ansiBrightBlack: #666666;--component-explorer-terminal-ansiBrightRed: #f14c4c;--component-explorer-terminal-ansiBrightGreen: #23d18b;--component-explorer-terminal-ansiBrightYellow: #f5f543;--component-explorer-terminal-ansiBrightBlue: #3b8eea;--component-explorer-terminal-ansiBrightMagenta: #d670d6;--component-explorer-terminal-ansiBrightCyan: #29b8db;--component-explorer-terminal-ansiBrightWhite: #e5e5e5;--component-explorer-simpleFindWidget-sashBorder: #454545;--component-explorer-terminalStickyScrollHover-background: #2a2d2e;--component-explorer-terminalCommandGuide-foreground: #37373d;--component-explorer-terminalSymbolIcon-flagForeground: #ee9d28;--component-explorer-terminalSymbolIcon-aliasForeground: #b180d7;--component-explorer-terminalSymbolIcon-optionValueForeground: #75beff;--component-explorer-terminalSymbolIcon-methodForeground: #b180d7;--component-explorer-terminalSymbolIcon-argumentForeground: #75beff;--component-explorer-terminalSymbolIcon-optionForeground: #ee9d28;--component-explorer-terminalSymbolIcon-fileForeground: #cccccc;--component-explorer-terminalSymbolIcon-folderForeground: #cccccc;--component-explorer-terminalSymbolIcon-commitForeground: #cccccc;--component-explorer-terminalSymbolIcon-branchForeground: #cccccc;--component-explorer-terminalSymbolIcon-tagForeground: #cccccc;--component-explorer-terminalSymbolIcon-stashForeground: #cccccc;--component-explorer-terminalSymbolIcon-remoteForeground: #cccccc;--component-explorer-terminalSymbolIcon-pullRequestForeground: #cccccc;--component-explorer-terminalSymbolIcon-pullRequestDoneForeground: #cccccc;--component-explorer-terminalSymbolIcon-symbolicLinkFileForeground: #cccccc;--component-explorer-terminalSymbolIcon-symbolicLinkFolderForeground: #cccccc;--component-explorer-terminalSymbolIcon-symbolText: #cccccc;--component-explorer-markdownAlert-note\\.foreground: #59a4f9;--component-explorer-markdownAlert-tip\\.foreground: #89d185;--component-explorer-markdownAlert-important\\.foreground: #b180d7;--component-explorer-markdownAlert-warning\\.foreground: #cca700;--component-explorer-markdownAlert-caution\\.foreground: #f14c4c;--component-explorer-welcomePage-tileBackground: #252526;--component-explorer-welcomePage-tileHoverBackground: #2c2c2d;--component-explorer-welcomePage-tileBorder: rgba(255, 255, 255, .1);--component-explorer-welcomePage-progress\\.background: #3c3c3c;--component-explorer-welcomePage-progress\\.foreground: #3794ff;--component-explorer-walkthrough-stepTitle\\.foreground: #ffffff;--component-explorer-walkThrough-embeddedEditorBackground: rgba(0, 0, 0, .4);--component-explorer-profiles-sashBorder: rgba(128, 128, 128, .35);--component-explorer-gitDecoration-addedResourceForeground: #81b88b;--component-explorer-gitDecoration-modifiedResourceForeground: #e2c08d;--component-explorer-gitDecoration-deletedResourceForeground: #c74e39;--component-explorer-gitDecoration-renamedResourceForeground: #73c991;--component-explorer-gitDecoration-untrackedResourceForeground: #73c991;--component-explorer-gitDecoration-ignoredResourceForeground: #8c8c8c;--component-explorer-gitDecoration-stageModifiedResourceForeground: #e2c08d;--component-explorer-gitDecoration-stageDeletedResourceForeground: #c74e39;--component-explorer-gitDecoration-conflictingResourceForeground: #e4676b;--component-explorer-gitDecoration-submoduleResourceForeground: #8db9e2;--component-explorer-git-blame\\.editorDecorationForeground: #969696;--component-explorer-gitlens-gutterBackgroundColor: rgba(255, 255, 255, .07);--component-explorer-gitlens-gutterForegroundColor: #bebebe;--component-explorer-gitlens-gutterUncommittedForegroundColor: rgba(0, 188, 242, .6);--component-explorer-gitlens-trailingLineBackgroundColor: rgba(0, 0, 0, 0);--component-explorer-gitlens-trailingLineForegroundColor: rgba(153, 153, 153, .35);--component-explorer-gitlens-lineHighlightBackgroundColor: rgba(0, 188, 242, .2);--component-explorer-gitlens-lineHighlightOverviewRulerColor: rgba(0, 188, 242, .6);--component-explorer-gitlens-openAutolinkedIssueIconColor: #3fb950;--component-explorer-gitlens-closedAutolinkedIssueIconColor: #a371f7;--component-explorer-gitlens-closedPullRequestIconColor: #f85149;--component-explorer-gitlens-openPullRequestIconColor: #3fb950;--component-explorer-gitlens-mergedPullRequestIconColor: #a371f7;--component-explorer-gitlens-unpublishedChangesIconColor: #35b15e;--component-explorer-gitlens-unpublishedCommitIconColor: #35b15e;--component-explorer-gitlens-unpulledChangesIconColor: #b15e35;--component-explorer-gitlens-decorations\\.addedForegroundColor: #81b88b;--component-explorer-gitlens-decorations\\.copiedForegroundColor: #73c991;--component-explorer-gitlens-decorations\\.deletedForegroundColor: #c74e39;--component-explorer-gitlens-decorations\\.ignoredForegroundColor: #8c8c8c;--component-explorer-gitlens-decorations\\.modifiedForegroundColor: #e2c08d;--component-explorer-gitlens-decorations\\.untrackedForegroundColor: #73c991;--component-explorer-gitlens-decorations\\.renamedForegroundColor: #73c991;--component-explorer-gitlens-decorations\\.branchAheadForegroundColor: #35b15e;--component-explorer-gitlens-decorations\\.branchBehindForegroundColor: #b15e35;--component-explorer-gitlens-decorations\\.branchDivergedForegroundColor: #d8af1b;--component-explorer-gitlens-decorations\\.branchMissingUpstreamForegroundColor: #c74e39;--component-explorer-gitlens-decorations\\.statusMergingOrRebasingConflictForegroundColor: #c74e39;--component-explorer-gitlens-decorations\\.statusMergingOrRebasingForegroundColor: #d8af1b;--component-explorer-gitlens-decorations\\.workspaceRepoMissingForegroundColor: #909090;--component-explorer-gitlens-decorations\\.workspaceCurrentForegroundColor: #35b15e;--component-explorer-gitlens-decorations\\.workspaceRepoOpenForegroundColor: #35b15e;--component-explorer-gitlens-decorations\\.worktreeHasUncommittedChangesForegroundColor: #e2c08d;--component-explorer-gitlens-decorations\\.worktreeMissingForegroundColor: #c74e39;--component-explorer-gitlens-graphLane1Color: #15a0bf;--component-explorer-gitlens-graphLane2Color: #0669f7;--component-explorer-gitlens-graphLane3Color: #8e00c2;--component-explorer-gitlens-graphLane4Color: #c517b6;--component-explorer-gitlens-graphLane5Color: #d90171;--component-explorer-gitlens-graphLane6Color: #cd0101;--component-explorer-gitlens-graphLane7Color: #f25d2e;--component-explorer-gitlens-graphLane8Color: #f2ca33;--component-explorer-gitlens-graphLane9Color: #7bd938;--component-explorer-gitlens-graphLane10Color: #2ece9d;--component-explorer-gitlens-graphChangesColumnAddedColor: #347d39;--component-explorer-gitlens-graphChangesColumnDeletedColor: #c93c37;--component-explorer-gitlens-graphMinimapMarkerHeadColor: #05e617;--component-explorer-gitlens-graphScrollMarkerHeadColor: #05e617;--component-explorer-gitlens-graphMinimapMarkerUpstreamColor: #09ae17;--component-explorer-gitlens-graphScrollMarkerUpstreamColor: #09ae17;--component-explorer-gitlens-graphMinimapMarkerHighlightsColor: #fbff0a;--component-explorer-gitlens-graphScrollMarkerHighlightsColor: #fbff0a;--component-explorer-gitlens-graphMinimapMarkerLocalBranchesColor: #3087cf;--component-explorer-gitlens-graphScrollMarkerLocalBranchesColor: #3087cf;--component-explorer-gitlens-graphMinimapMarkerPullRequestsColor: #c76801;--component-explorer-gitlens-graphScrollMarkerPullRequestsColor: #c76801;--component-explorer-gitlens-graphMinimapMarkerRemoteBranchesColor: #2b5e88;--component-explorer-gitlens-graphScrollMarkerRemoteBranchesColor: #2b5e88;--component-explorer-gitlens-graphMinimapMarkerStashesColor: #b34db3;--component-explorer-gitlens-graphScrollMarkerStashesColor: #b34db3;--component-explorer-gitlens-graphMinimapMarkerTagsColor: #6b562e;--component-explorer-gitlens-graphScrollMarkerTagsColor: #6b562e;--component-explorer-gitlens-launchpadIndicatorMergeableColor: #3fb950;--component-explorer-gitlens-launchpadIndicatorMergeableHoverColor: #3fb950;--component-explorer-gitlens-launchpadIndicatorBlockedColor: #c74e39;--component-explorer-gitlens-launchpadIndicatorBlockedHoverColor: #c74e39;--component-explorer-gitlens-launchpadIndicatorAttentionColor: #d8af1b;--component-explorer-gitlens-launchpadIndicatorAttentionHoverColor: #d8af1b;--component-explorer-issues-newIssueDecoration: rgba(255, 255, 255, .28);--component-explorer-issues-open: #3fb950;--component-explorer-issues-closed: #8957e5;--component-explorer-github-issues\\.closed: #8957e5;--component-explorer-pullRequests-merged: #8957e5;--component-explorer-pullRequests-draft: #6e7681;--component-explorer-pullRequests-open: #3fb950;--component-explorer-pullRequests-closed: #cb2431;--component-explorer-pullRequests-notification: #59a4f9;--component-explorer-testExplorer-errorDecorationBackground: #5a1d1d;--component-explorer-remoteHub-decorations\\.addedForegroundColor: #81b88b;--component-explorer-remoteHub-decorations\\.modifiedForegroundColor: #e2c08d;--component-explorer-remoteHub-decorations\\.deletedForegroundColor: #c74e39;--component-explorer-remoteHub-decorations\\.submoduleForegroundColor: #8db9e2;--component-explorer-remoteHub-decorations\\.conflictForegroundColor: #e4676b;--component-explorer-remoteHub-decorations\\.incomingAddedForegroundColor: #81b88b;--component-explorer-remoteHub-decorations\\.incomingModifiedForegroundColor: #e2c08d;--component-explorer-remoteHub-decorations\\.incomingDeletedForegroundColor: #c74e39;--component-explorer-remoteHub-decorations\\.incomingRenamedForegroundColor: #73c991;--component-explorer-remoteHub-decorations\\.possibleConflictForegroundColor: #cca700;--component-explorer-remoteHub-decorations\\.ignoredResourceForeground: #8c8c8c;--component-explorer-remoteHub-decorations\\.workspaceRepositoriesView\\.hasUncommittedChangesForegroundColor: #e2c08d;--component-explorer-editor-font-feature-settings: "liga" on,"calt" on}', st = '.vscode-theme.default-light-plus{--component-explorer-font-family: "Segoe WPC", "Segoe UI", sans-serif;--component-explorer-font-weight: normal;--component-explorer-font-size: 13px;--component-explorer-editor-font-family: "Cascadia Code", Consolas, "Courier New", monospace;--component-explorer-editor-font-weight: normal;--component-explorer-editor-font-size: 14px;--component-explorer-foreground: #616161;--component-explorer-disabledForeground: rgba(97, 97, 97, .5);--component-explorer-errorForeground: #a1260d;--component-explorer-descriptionForeground: #717171;--component-explorer-icon-foreground: #424242;--component-explorer-focusBorder: #0090f1;--component-explorer-textLink-foreground: #006ab1;--component-explorer-textLink-activeForeground: #006ab1;--component-explorer-textSeparator-foreground: rgba(0, 0, 0, .18);--component-explorer-textPreformat-foreground: #a31515;--component-explorer-textPreformat-background: rgba(0, 0, 0, .1);--component-explorer-textBlockQuote-background: #f2f2f2;--component-explorer-textBlockQuote-border: rgba(0, 122, 204, .5);--component-explorer-textCodeBlock-background: rgba(220, 220, 220, .4);--component-explorer-sash-hoverBorder: #0090f1;--component-explorer-badge-background: #c4c4c4;--component-explorer-badge-foreground: #333333;--component-explorer-activityWarningBadge-foreground: #ffffff;--component-explorer-activityWarningBadge-background: #b27c00;--component-explorer-activityErrorBadge-foreground: #ffffff;--component-explorer-activityErrorBadge-background: #e51400;--component-explorer-scrollbar-shadow: #dddddd;--component-explorer-scrollbarSlider-background: rgba(100, 100, 100, .4);--component-explorer-scrollbarSlider-hoverBackground: rgba(100, 100, 100, .7);--component-explorer-scrollbarSlider-activeBackground: rgba(0, 0, 0, .6);--component-explorer-progressBar-background: #0e70c0;--component-explorer-chart-line: #236b8e;--component-explorer-chart-axis: rgba(0, 0, 0, .6);--component-explorer-chart-guide: rgba(0, 0, 0, .2);--component-explorer-editor-background: #ffffff;--component-explorer-editor-foreground: #000000;--component-explorer-editorStickyScroll-background: #ffffff;--component-explorer-editorStickyScrollGutter-background: #ffffff;--component-explorer-editorStickyScrollHover-background: #f0f0f0;--component-explorer-editorStickyScroll-shadow: #dddddd;--component-explorer-editorWidget-background: #f3f3f3;--component-explorer-editorWidget-foreground: #616161;--component-explorer-editorWidget-border: #c8c8c8;--component-explorer-editorError-foreground: #e51400;--component-explorer-editorWarning-foreground: #bf8803;--component-explorer-editorInfo-foreground: #0063d3;--component-explorer-editorHint-foreground: #6c6c6c;--component-explorer-editorLink-activeForeground: #0000ff;--component-explorer-editor-selectionBackground: #add6ff;--component-explorer-editor-inactiveSelectionBackground: #e5ebf1;--component-explorer-editor-selectionHighlightBackground: rgba(173, 214, 255, .5);--component-explorer-editor-compositionBorder: #000000;--component-explorer-editor-findMatchBackground: #a8ac94;--component-explorer-editor-findMatchHighlightBackground: rgba(234, 92, 0, .33);--component-explorer-editor-findRangeHighlightBackground: rgba(180, 180, 180, .3);--component-explorer-editor-hoverHighlightBackground: rgba(173, 214, 255, .15);--component-explorer-editorHoverWidget-background: #f3f3f3;--component-explorer-editorHoverWidget-foreground: #616161;--component-explorer-editorHoverWidget-border: #c8c8c8;--component-explorer-editorHoverWidget-statusBarBackground: #e7e7e7;--component-explorer-editorInlayHint-foreground: #969696;--component-explorer-editorInlayHint-background: rgba(196, 196, 196, .1);--component-explorer-editorInlayHint-typeForeground: #969696;--component-explorer-editorInlayHint-typeBackground: rgba(196, 196, 196, .1);--component-explorer-editorInlayHint-parameterForeground: #969696;--component-explorer-editorInlayHint-parameterBackground: rgba(196, 196, 196, .1);--component-explorer-editorLightBulb-foreground: #ddb100;--component-explorer-editorLightBulbAutoFix-foreground: #007acc;--component-explorer-editorLightBulbAi-foreground: #ddb100;--component-explorer-editor-snippetTabstopHighlightBackground: rgba(10, 50, 100, .2);--component-explorer-editor-snippetFinalTabstopHighlightBorder: rgba(10, 50, 100, .5);--component-explorer-diffEditor-insertedTextBackground: rgba(23, 149, 44, .37);--component-explorer-diffEditor-removedTextBackground: rgba(255, 0, 0, .35);--component-explorer-diffEditor-insertedLineBackground: rgba(155, 185, 85, .2);--component-explorer-diffEditor-removedLineBackground: rgba(255, 0, 0, .2);--component-explorer-diffEditor-diagonalFill: rgba(34, 34, 34, .2);--component-explorer-diffEditor-unchangedRegionBackground: #f8f8f8;--component-explorer-diffEditor-unchangedRegionForeground: #616161;--component-explorer-diffEditor-unchangedCodeBackground: rgba(184, 184, 184, .16);--component-explorer-widget-shadow: rgba(0, 0, 0, .16);--component-explorer-widget-border: #d4d4d4;--component-explorer-toolbar-hoverBackground: rgba(184, 184, 184, .31);--component-explorer-toolbar-activeBackground: rgba(166, 166, 166, .31);--component-explorer-breadcrumb-foreground: rgba(97, 97, 97, .8);--component-explorer-breadcrumb-background: #ffffff;--component-explorer-breadcrumb-focusForeground: #4e4e4e;--component-explorer-breadcrumb-activeSelectionForeground: #4e4e4e;--component-explorer-breadcrumbPicker-background: #f3f3f3;--component-explorer-merge-currentHeaderBackground: rgba(64, 200, 174, .5);--component-explorer-merge-currentContentBackground: rgba(64, 200, 174, .2);--component-explorer-merge-incomingHeaderBackground: rgba(64, 166, 255, .5);--component-explorer-merge-incomingContentBackground: rgba(64, 166, 255, .2);--component-explorer-merge-commonHeaderBackground: rgba(96, 96, 96, .4);--component-explorer-merge-commonContentBackground: rgba(96, 96, 96, .16);--component-explorer-editorOverviewRuler-currentContentForeground: rgba(64, 200, 174, .5);--component-explorer-editorOverviewRuler-incomingContentForeground: rgba(64, 166, 255, .5);--component-explorer-editorOverviewRuler-commonContentForeground: rgba(96, 96, 96, .4);--component-explorer-editorOverviewRuler-findMatchForeground: rgba(209, 134, 22, .49);--component-explorer-editorOverviewRuler-selectionHighlightForeground: rgba(160, 160, 160, .8);--component-explorer-problemsErrorIcon-foreground: #e51400;--component-explorer-problemsWarningIcon-foreground: #bf8803;--component-explorer-problemsInfoIcon-foreground: #0063d3;--component-explorer-minimap-findMatchHighlight: rgba(234, 92, 0, .33);--component-explorer-minimap-selectionOccurrenceHighlight: rgba(173, 214, 255, .5);--component-explorer-minimap-selectionHighlight: #add6ff;--component-explorer-minimap-infoHighlight: #0063d3;--component-explorer-minimap-warningHighlight: #bf8803;--component-explorer-minimap-errorHighlight: rgba(255, 18, 18, .7);--component-explorer-minimap-foregroundOpacity: #000000;--component-explorer-minimapSlider-background: rgba(100, 100, 100, .2);--component-explorer-minimapSlider-hoverBackground: rgba(100, 100, 100, .35);--component-explorer-minimapSlider-activeBackground: rgba(0, 0, 0, .3);--component-explorer-charts-foreground: #616161;--component-explorer-charts-lines: rgba(97, 97, 97, .5);--component-explorer-charts-red: #e51400;--component-explorer-charts-blue: #0063d3;--component-explorer-charts-yellow: #bf8803;--component-explorer-charts-orange: rgba(234, 92, 0, .33);--component-explorer-charts-green: #388a34;--component-explorer-charts-purple: #652d90;--component-explorer-list-focusOutline: #0090f1;--component-explorer-list-focusAndSelectionOutline: #90c2f9;--component-explorer-list-activeSelectionBackground: #0060c0;--component-explorer-list-activeSelectionForeground: #ffffff;--component-explorer-list-activeSelectionIconForeground: #ffffff;--component-explorer-list-inactiveSelectionBackground: #e4e6f1;--component-explorer-list-hoverBackground: #e8e8e8;--component-explorer-list-dropBackground: #d6ebff;--component-explorer-list-dropBetweenBackground: #424242;--component-explorer-list-highlightForeground: #0066bf;--component-explorer-list-focusHighlightForeground: #bbe7ff;--component-explorer-list-invalidItemForeground: #b89500;--component-explorer-list-errorForeground: #b01011;--component-explorer-list-warningForeground: #855f00;--component-explorer-listFilterWidget-background: #f3f3f3;--component-explorer-listFilterWidget-outline: rgba(0, 0, 0, 0);--component-explorer-listFilterWidget-noMatchesOutline: #be1100;--component-explorer-listFilterWidget-shadow: rgba(0, 0, 0, .16);--component-explorer-list-filterMatchBackground: rgba(234, 92, 0, .33);--component-explorer-list-deemphasizedForeground: #8e8e90;--component-explorer-tree-indentGuidesStroke: #a9a9a9;--component-explorer-tree-inactiveIndentGuidesStroke: rgba(169, 169, 169, .4);--component-explorer-tree-tableColumnsBorder: rgba(97, 97, 97, .13);--component-explorer-tree-tableOddRowsBackground: rgba(97, 97, 97, .04);--component-explorer-editorActionList-background: #f3f3f3;--component-explorer-editorActionList-foreground: #616161;--component-explorer-editorActionList-focusForeground: #ffffff;--component-explorer-editorActionList-focusBackground: #0060c0;--component-explorer-input-background: #ffffff;--component-explorer-input-foreground: #616161;--component-explorer-inputOption-activeBorder: #007acc;--component-explorer-inputOption-hoverBackground: rgba(184, 184, 184, .31);--component-explorer-inputOption-activeBackground: rgba(0, 144, 241, .2);--component-explorer-inputOption-activeForeground: #000000;--component-explorer-input-placeholderForeground: #767676;--component-explorer-inputValidation-infoBackground: #d6ecf2;--component-explorer-inputValidation-infoBorder: #007acc;--component-explorer-inputValidation-warningBackground: #f6f5d2;--component-explorer-inputValidation-warningBorder: #b89500;--component-explorer-inputValidation-errorBackground: #f2dede;--component-explorer-inputValidation-errorBorder: #be1100;--component-explorer-dropdown-background: #ffffff;--component-explorer-dropdown-foreground: #616161;--component-explorer-dropdown-border: #cecece;--component-explorer-button-foreground: #ffffff;--component-explorer-button-separator: rgba(255, 255, 255, .4);--component-explorer-button-background: #007acc;--component-explorer-button-hoverBackground: #0062a3;--component-explorer-button-secondaryForeground: #616161;--component-explorer-button-secondaryBorder: rgba(97, 97, 97, .2);--component-explorer-button-secondaryHoverBackground: #e8e8e8;--component-explorer-radio-activeForeground: #000000;--component-explorer-radio-activeBackground: rgba(0, 144, 241, .2);--component-explorer-radio-activeBorder: #007acc;--component-explorer-radio-inactiveBorder: rgba(0, 0, 0, .2);--component-explorer-radio-inactiveHoverBackground: rgba(184, 184, 184, .31);--component-explorer-checkbox-background: #ffffff;--component-explorer-checkbox-selectBackground: #f3f3f3;--component-explorer-checkbox-foreground: #616161;--component-explorer-checkbox-border: #919191;--component-explorer-checkbox-selectBorder: #424242;--component-explorer-checkbox-disabled\\.background: #cacaca;--component-explorer-checkbox-disabled\\.foreground: #959595;--component-explorer-keybindingLabel-background: rgba(221, 221, 221, .4);--component-explorer-keybindingLabel-foreground: #555555;--component-explorer-keybindingLabel-border: rgba(204, 204, 204, .4);--component-explorer-keybindingLabel-bottomBorder: rgba(187, 187, 187, .4);--component-explorer-menu-border: #d4d4d4;--component-explorer-menu-foreground: #616161;--component-explorer-menu-background: #ffffff;--component-explorer-menu-selectionForeground: #ffffff;--component-explorer-menu-selectionBackground: #0060c0;--component-explorer-menu-separatorBackground: #d4d4d4;--component-explorer-quickInput-background: #f3f3f3;--component-explorer-quickInput-foreground: #616161;--component-explorer-quickInputTitle-background: rgba(0, 0, 0, .06);--component-explorer-pickerGroup-foreground: #0066bf;--component-explorer-pickerGroup-border: #cccedb;--component-explorer-quickInputList-focusForeground: #ffffff;--component-explorer-quickInputList-focusIconForeground: #ffffff;--component-explorer-quickInputList-focusBackground: #0060c0;--component-explorer-search-resultsInfoForeground: #616161;--component-explorer-searchEditor-findMatchBackground: rgba(234, 92, 0, .22);--component-explorer-editor-lineHighlightBorder: #eeeeee;--component-explorer-editor-rangeHighlightBackground: rgba(253, 255, 0, .2);--component-explorer-editor-symbolHighlightBackground: rgba(234, 92, 0, .33);--component-explorer-editorCursor-foreground: #000000;--component-explorer-editorMultiCursor-primary\\.foreground: #000000;--component-explorer-editorMultiCursor-secondary\\.foreground: #000000;--component-explorer-editorWhitespace-foreground: rgba(51, 51, 51, .2);--component-explorer-editorLineNumber-foreground: #237893;--component-explorer-editorIndentGuide-background: rgba(51, 51, 51, .2);--component-explorer-editorIndentGuide-activeBackground: rgba(51, 51, 51, .2);--component-explorer-editorIndentGuide-background1: #d3d3d3;--component-explorer-editorIndentGuide-background2: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-background3: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-background4: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-background5: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-background6: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground1: #939393;--component-explorer-editorIndentGuide-activeBackground2: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground3: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground4: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground5: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground6: rgba(0, 0, 0, 0);--component-explorer-editorActiveLineNumber-foreground: #0b216f;--component-explorer-editorLineNumber-activeForeground: #0b216f;--component-explorer-editorRuler-foreground: rgba(177, 177, 177, .17);--component-explorer-editorCodeLens-foreground: #919191;--component-explorer-editorBracketMatch-background: rgba(0, 100, 0, .1);--component-explorer-editorBracketMatch-border: #b9b9b9;--component-explorer-editorOverviewRuler-border: rgba(127, 127, 127, .3);--component-explorer-editorGutter-background: #ffffff;--component-explorer-editorUnnecessaryCode-opacity: rgba(0, 0, 0, .47);--component-explorer-editorGhostText-foreground: rgba(0, 0, 0, .47);--component-explorer-editorOverviewRuler-rangeHighlightForeground: rgba(0, 122, 204, .6);--component-explorer-editorOverviewRuler-errorForeground: rgba(255, 18, 18, .7);--component-explorer-editorOverviewRuler-warningForeground: #bf8803;--component-explorer-editorOverviewRuler-infoForeground: #0063d3;--component-explorer-editorBracketHighlight-foreground1: #0431fa;--component-explorer-editorBracketHighlight-foreground2: #319331;--component-explorer-editorBracketHighlight-foreground3: #7b3814;--component-explorer-editorBracketHighlight-foreground4: rgba(0, 0, 0, 0);--component-explorer-editorBracketHighlight-foreground5: rgba(0, 0, 0, 0);--component-explorer-editorBracketHighlight-foreground6: rgba(0, 0, 0, 0);--component-explorer-editorBracketHighlight-unexpectedBracket\\.foreground: rgba(255, 18, 18, .8);--component-explorer-editorBracketPairGuide-background1: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background2: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background3: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background4: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background5: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background6: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground1: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground2: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground3: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground4: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground5: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground6: rgba(0, 0, 0, 0);--component-explorer-editorUnicodeHighlight-border: #bf8803;--component-explorer-diffEditor-move\\.border: rgba(139, 139, 139, .61);--component-explorer-diffEditor-moveActive\\.border: #ffa500;--component-explorer-diffEditor-unchangedRegionShadow: rgba(115, 115, 115, .75);--component-explorer-editorOverviewRuler-bracketMatchForeground: #a0a0a0;--component-explorer-actionBar-toggledBackground: #dddddd;--component-explorer-symbolIcon-arrayForeground: #616161;--component-explorer-symbolIcon-booleanForeground: #616161;--component-explorer-symbolIcon-classForeground: #d67e00;--component-explorer-symbolIcon-colorForeground: #616161;--component-explorer-symbolIcon-constantForeground: #616161;--component-explorer-symbolIcon-constructorForeground: #652d90;--component-explorer-symbolIcon-enumeratorForeground: #d67e00;--component-explorer-symbolIcon-enumeratorMemberForeground: #007acc;--component-explorer-symbolIcon-eventForeground: #d67e00;--component-explorer-symbolIcon-fieldForeground: #007acc;--component-explorer-symbolIcon-fileForeground: #616161;--component-explorer-symbolIcon-folderForeground: #616161;--component-explorer-symbolIcon-functionForeground: #652d90;--component-explorer-symbolIcon-interfaceForeground: #007acc;--component-explorer-symbolIcon-keyForeground: #616161;--component-explorer-symbolIcon-keywordForeground: #616161;--component-explorer-symbolIcon-methodForeground: #652d90;--component-explorer-symbolIcon-moduleForeground: #616161;--component-explorer-symbolIcon-namespaceForeground: #616161;--component-explorer-symbolIcon-nullForeground: #616161;--component-explorer-symbolIcon-numberForeground: #616161;--component-explorer-symbolIcon-objectForeground: #616161;--component-explorer-symbolIcon-operatorForeground: #616161;--component-explorer-symbolIcon-packageForeground: #616161;--component-explorer-symbolIcon-propertyForeground: #616161;--component-explorer-symbolIcon-referenceForeground: #616161;--component-explorer-symbolIcon-snippetForeground: #616161;--component-explorer-symbolIcon-stringForeground: #616161;--component-explorer-symbolIcon-structForeground: #616161;--component-explorer-symbolIcon-textForeground: #616161;--component-explorer-symbolIcon-typeParameterForeground: #616161;--component-explorer-symbolIcon-unitForeground: #616161;--component-explorer-symbolIcon-variableForeground: #007acc;--component-explorer-peekViewTitle-background: #f3f3f3;--component-explorer-peekViewTitleLabel-foreground: #000000;--component-explorer-peekViewTitleDescription-foreground: #616161;--component-explorer-peekView-border: #0063d3;--component-explorer-peekViewResult-background: #f3f3f3;--component-explorer-peekViewResult-lineForeground: #646465;--component-explorer-peekViewResult-fileForeground: #1e1e1e;--component-explorer-peekViewResult-selectionBackground: rgba(51, 153, 255, .2);--component-explorer-peekViewResult-selectionForeground: #6c6c6c;--component-explorer-peekViewEditor-background: #f2f8fc;--component-explorer-peekViewEditorGutter-background: #f2f8fc;--component-explorer-peekViewEditorStickyScroll-background: #f2f8fc;--component-explorer-peekViewEditorStickyScrollGutter-background: #f2f8fc;--component-explorer-peekViewResult-matchHighlightBackground: rgba(234, 92, 0, .3);--component-explorer-peekViewEditor-matchHighlightBackground: rgba(245, 216, 2, .87);--component-explorer-editorMarkerNavigationError-background: #e51400;--component-explorer-editorMarkerNavigationError-headerBackground: rgba(229, 20, 0, .1);--component-explorer-editorMarkerNavigationWarning-background: #bf8803;--component-explorer-editorMarkerNavigationWarning-headerBackground: rgba(191, 136, 3, .1);--component-explorer-editorMarkerNavigationInfo-background: #0063d3;--component-explorer-editorMarkerNavigationInfo-headerBackground: rgba(0, 99, 211, .1);--component-explorer-editorMarkerNavigation-background: #ffffff;--component-explorer-editor-foldBackground: rgba(173, 214, 255, .3);--component-explorer-editor-foldPlaceholderForeground: #808080;--component-explorer-editorGutter-foldingControlForeground: #424242;--component-explorer-editorSuggestWidget-background: #f3f3f3;--component-explorer-editorSuggestWidget-border: #c8c8c8;--component-explorer-editorSuggestWidget-foreground: #000000;--component-explorer-editorSuggestWidget-selectedForeground: #ffffff;--component-explorer-editorSuggestWidget-selectedIconForeground: #ffffff;--component-explorer-editorSuggestWidget-selectedBackground: #0060c0;--component-explorer-editorSuggestWidget-highlightForeground: #0066bf;--component-explorer-editorSuggestWidget-focusHighlightForeground: #bbe7ff;--component-explorer-editorSuggestWidgetStatus-foreground: rgba(0, 0, 0, .5);--component-explorer-inlineEdit-originalBackground: rgba(255, 0, 0, .07);--component-explorer-inlineEdit-modifiedBackground: rgba(23, 149, 44, .11);--component-explorer-inlineEdit-originalChangedLineBackground: rgba(255, 0, 0, .28);--component-explorer-inlineEdit-originalChangedTextBackground: rgba(255, 0, 0, .28);--component-explorer-inlineEdit-modifiedChangedLineBackground: rgba(155, 185, 85, .14);--component-explorer-inlineEdit-modifiedChangedTextBackground: rgba(23, 149, 44, .26);--component-explorer-inlineEdit-gutterIndicator\\.primaryForeground: #ffffff;--component-explorer-inlineEdit-gutterIndicator\\.primaryBorder: #007acc;--component-explorer-inlineEdit-gutterIndicator\\.primaryBackground: rgba(0, 122, 204, .5);--component-explorer-inlineEdit-gutterIndicator\\.secondaryForeground: #616161;--component-explorer-inlineEdit-gutterIndicator\\.successfulForeground: #ffffff;--component-explorer-inlineEdit-gutterIndicator\\.successfulBorder: #007acc;--component-explorer-inlineEdit-gutterIndicator\\.successfulBackground: #007acc;--component-explorer-inlineEdit-gutterIndicator\\.background: rgba(95, 95, 95, .09);--component-explorer-inlineEdit-originalBorder: rgba(255, 0, 0, .35);--component-explorer-inlineEdit-modifiedBorder: rgba(9, 60, 18, .37);--component-explorer-inlineEdit-tabWillAcceptModifiedBorder: rgba(9, 60, 18, .37);--component-explorer-inlineEdit-tabWillAcceptOriginalBorder: rgba(255, 0, 0, .35);--component-explorer-editor-linkedEditingBackground: rgba(255, 0, 0, .3);--component-explorer-editor-wordHighlightBackground: rgba(87, 87, 87, .25);--component-explorer-editor-wordHighlightStrongBackground: rgba(14, 99, 156, .25);--component-explorer-editor-wordHighlightTextBackground: rgba(87, 87, 87, .25);--component-explorer-editorOverviewRuler-wordHighlightForeground: rgba(160, 160, 160, .8);--component-explorer-editorOverviewRuler-wordHighlightStrongForeground: rgba(192, 160, 192, .8);--component-explorer-editorOverviewRuler-wordHighlightTextForeground: rgba(160, 160, 160, .8);--component-explorer-editorHoverWidget-highlightForeground: #0066bf;--component-explorer-editor-placeholder\\.foreground: rgba(0, 0, 0, .47);--component-explorer-tab-activeBackground: #ffffff;--component-explorer-tab-unfocusedActiveBackground: #ffffff;--component-explorer-tab-inactiveBackground: #ececec;--component-explorer-tab-unfocusedInactiveBackground: #ececec;--component-explorer-tab-activeForeground: #333333;--component-explorer-tab-inactiveForeground: rgba(51, 51, 51, .7);--component-explorer-tab-unfocusedActiveForeground: rgba(51, 51, 51, .7);--component-explorer-tab-unfocusedInactiveForeground: rgba(51, 51, 51, .35);--component-explorer-tab-border: #f3f3f3;--component-explorer-tab-lastPinnedBorder: rgba(97, 97, 97, .19);--component-explorer-tab-selectedBackground: rgba(255, 255, 255, .65);--component-explorer-tab-selectedForeground: rgba(51, 51, 51, .7);--component-explorer-tab-dragAndDropBorder: #333333;--component-explorer-tab-activeModifiedBorder: #33aaee;--component-explorer-tab-inactiveModifiedBorder: rgba(51, 170, 238, .5);--component-explorer-tab-unfocusedActiveModifiedBorder: rgba(51, 170, 238, .7);--component-explorer-tab-unfocusedInactiveModifiedBorder: rgba(51, 170, 238, .25);--component-explorer-editorPane-background: #ffffff;--component-explorer-editorGroupHeader-tabsBackground: #f3f3f3;--component-explorer-editorGroupHeader-noTabsBackground: #ffffff;--component-explorer-editorGroup-border: #e7e7e7;--component-explorer-editorGroup-dropBackground: rgba(38, 119, 203, .18);--component-explorer-editorGroup-dropIntoPromptForeground: #616161;--component-explorer-editorGroup-dropIntoPromptBackground: #f3f3f3;--component-explorer-sideBySideEditor-horizontalBorder: #e7e7e7;--component-explorer-sideBySideEditor-verticalBorder: #e7e7e7;--component-explorer-banner-background: #004386;--component-explorer-banner-foreground: #ffffff;--component-explorer-banner-iconForeground: #0063d3;--component-explorer-statusBar-foreground: #ffffff;--component-explorer-statusBar-noFolderForeground: #ffffff;--component-explorer-statusBar-background: #007acc;--component-explorer-statusBar-noFolderBackground: #68217a;--component-explorer-statusBar-focusBorder: #ffffff;--component-explorer-statusBarItem-activeBackground: rgba(255, 255, 255, .18);--component-explorer-statusBarItem-focusBorder: #ffffff;--component-explorer-statusBarItem-hoverBackground: rgba(0, 0, 0, .12);--component-explorer-statusBarItem-hoverForeground: #ffffff;--component-explorer-statusBarItem-compactHoverBackground: rgba(0, 0, 0, .12);--component-explorer-statusBarItem-prominentForeground: #ffffff;--component-explorer-statusBarItem-prominentBackground: rgba(0, 0, 0, .5);--component-explorer-statusBarItem-prominentHoverForeground: #ffffff;--component-explorer-statusBarItem-prominentHoverBackground: rgba(0, 0, 0, .12);--component-explorer-statusBarItem-errorBackground: #c72e0f;--component-explorer-statusBarItem-errorForeground: #ffffff;--component-explorer-statusBarItem-errorHoverForeground: #ffffff;--component-explorer-statusBarItem-errorHoverBackground: rgba(0, 0, 0, .12);--component-explorer-statusBarItem-warningBackground: #725102;--component-explorer-statusBarItem-warningForeground: #ffffff;--component-explorer-statusBarItem-warningHoverForeground: #ffffff;--component-explorer-statusBarItem-warningHoverBackground: rgba(0, 0, 0, .12);--component-explorer-activityBar-background: #2c2c2c;--component-explorer-activityBar-foreground: #ffffff;--component-explorer-activityBar-inactiveForeground: rgba(255, 255, 255, .4);--component-explorer-activityBar-activeBorder: #ffffff;--component-explorer-activityBar-dropBorder: #ffffff;--component-explorer-activityBarBadge-background: #007acc;--component-explorer-activityBarBadge-foreground: #ffffff;--component-explorer-activityBarTop-foreground: #424242;--component-explorer-activityBarTop-activeBorder: #424242;--component-explorer-activityBarTop-inactiveForeground: rgba(66, 66, 66, .75);--component-explorer-activityBarTop-dropBorder: #424242;--component-explorer-panel-background: #ffffff;--component-explorer-panel-border: rgba(128, 128, 128, .35);--component-explorer-panelTitle-activeForeground: #424242;--component-explorer-panelTitle-inactiveForeground: rgba(66, 66, 66, .75);--component-explorer-panelTitle-activeBorder: #424242;--component-explorer-panelTitleBadge-background: #007acc;--component-explorer-panelTitleBadge-foreground: #ffffff;--component-explorer-panelInput-border: #dddddd;--component-explorer-panel-dropBorder: #424242;--component-explorer-panelSection-dropBackground: rgba(38, 119, 203, .18);--component-explorer-panelSectionHeader-background: rgba(128, 128, 128, .2);--component-explorer-panelSection-border: rgba(128, 128, 128, .35);--component-explorer-panelStickyScroll-background: #ffffff;--component-explorer-panelStickyScroll-shadow: #dddddd;--component-explorer-profileBadge-background: #c4c4c4;--component-explorer-profileBadge-foreground: #333333;--component-explorer-statusBarItem-remoteBackground: #16825d;--component-explorer-statusBarItem-remoteForeground: #ffffff;--component-explorer-statusBarItem-remoteHoverForeground: #ffffff;--component-explorer-statusBarItem-remoteHoverBackground: rgba(0, 0, 0, .12);--component-explorer-statusBarItem-offlineBackground: #6c1717;--component-explorer-statusBarItem-offlineForeground: #ffffff;--component-explorer-statusBarItem-offlineHoverForeground: #ffffff;--component-explorer-statusBarItem-offlineHoverBackground: rgba(0, 0, 0, .12);--component-explorer-extensionBadge-remoteBackground: #007acc;--component-explorer-extensionBadge-remoteForeground: #ffffff;--component-explorer-sideBar-background: #f3f3f3;--component-explorer-sideBarTitle-background: #f3f3f3;--component-explorer-sideBarTitle-foreground: #6f6f6f;--component-explorer-sideBar-dropBackground: rgba(38, 119, 203, .18);--component-explorer-sideBarSectionHeader-background: rgba(0, 0, 0, 0);--component-explorer-sideBarSectionHeader-border: rgba(97, 97, 97, .19);--component-explorer-sideBarActivityBarTop-border: rgba(97, 97, 97, .19);--component-explorer-sideBarStickyScroll-background: #f3f3f3;--component-explorer-sideBarStickyScroll-shadow: #dddddd;--component-explorer-titleBar-activeForeground: #333333;--component-explorer-titleBar-inactiveForeground: rgba(51, 51, 51, .6);--component-explorer-titleBar-activeBackground: #dddddd;--component-explorer-titleBar-inactiveBackground: rgba(221, 221, 221, .6);--component-explorer-menubar-selectionForeground: #333333;--component-explorer-menubar-selectionBackground: rgba(184, 184, 184, .31);--component-explorer-commandCenter-foreground: #333333;--component-explorer-commandCenter-activeForeground: #333333;--component-explorer-commandCenter-inactiveForeground: rgba(51, 51, 51, .6);--component-explorer-commandCenter-background: rgba(0, 0, 0, .05);--component-explorer-commandCenter-activeBackground: rgba(0, 0, 0, .08);--component-explorer-commandCenter-border: rgba(51, 51, 51, .2);--component-explorer-commandCenter-activeBorder: rgba(51, 51, 51, .3);--component-explorer-commandCenter-inactiveBorder: rgba(51, 51, 51, .15);--component-explorer-notificationCenter-border: #d4d4d4;--component-explorer-notificationToast-border: #d4d4d4;--component-explorer-notifications-foreground: #616161;--component-explorer-notifications-background: #f3f3f3;--component-explorer-notificationLink-foreground: #006ab1;--component-explorer-notificationCenterHeader-background: #e7e7e7;--component-explorer-notifications-border: #e7e7e7;--component-explorer-notificationsErrorIcon-foreground: #e51400;--component-explorer-notificationsWarningIcon-foreground: #bf8803;--component-explorer-notificationsInfoIcon-foreground: #0063d3;--component-explorer-editorGutter-modifiedBackground: #2090d3;--component-explorer-editorGutter-modifiedSecondaryBackground: #aad8f2;--component-explorer-editorGutter-addedBackground: #48985d;--component-explorer-editorGutter-addedSecondaryBackground: #a7d5b3;--component-explorer-editorGutter-deletedBackground: #e51400;--component-explorer-editorGutter-deletedSecondaryBackground: #ff3d2b;--component-explorer-minimapGutter-modifiedBackground: #2090d3;--component-explorer-minimapGutter-addedBackground: #48985d;--component-explorer-minimapGutter-deletedBackground: #e51400;--component-explorer-editorOverviewRuler-modifiedForeground: rgba(32, 144, 211, .6);--component-explorer-editorOverviewRuler-addedForeground: rgba(72, 152, 93, .6);--component-explorer-editorOverviewRuler-deletedForeground: rgba(229, 20, 0, .6);--component-explorer-editorGutter-itemGlyphForeground: #000000;--component-explorer-editorGutter-itemBackground: #d5d8e9;--component-explorer-terminal-foreground: #333333;--component-explorer-terminal-selectionBackground: #add6ff;--component-explorer-terminal-inactiveSelectionBackground: #e5ebf1;--component-explorer-terminalCommandDecoration-defaultBackground: rgba(0, 0, 0, .25);--component-explorer-terminalCommandDecoration-successBackground: #2090d3;--component-explorer-terminalCommandDecoration-errorBackground: #e51400;--component-explorer-terminalOverviewRuler-cursorForeground: rgba(160, 160, 160, .8);--component-explorer-terminal-border: rgba(128, 128, 128, .35);--component-explorer-terminalOverviewRuler-border: rgba(127, 127, 127, .3);--component-explorer-terminal-findMatchBackground: #a8ac94;--component-explorer-terminal-hoverHighlightBackground: rgba(173, 214, 255, .07);--component-explorer-terminal-findMatchHighlightBackground: rgba(234, 92, 0, .33);--component-explorer-terminalOverviewRuler-findMatchForeground: rgba(209, 134, 22, .49);--component-explorer-terminal-dropBackground: rgba(38, 119, 203, .18);--component-explorer-terminal-initialHintForeground: rgba(0, 0, 0, .47);--component-explorer-scmGraph-historyItemRefColor: #0063d3;--component-explorer-scmGraph-historyItemRemoteRefColor: #652d90;--component-explorer-scmGraph-historyItemBaseRefColor: #ea5c00;--component-explorer-scmGraph-historyItemHoverDefaultLabelForeground: #616161;--component-explorer-scmGraph-historyItemHoverDefaultLabelBackground: #c4c4c4;--component-explorer-scmGraph-historyItemHoverLabelForeground: #ffffff;--component-explorer-scmGraph-historyItemHoverAdditionsForeground: #587c0c;--component-explorer-scmGraph-historyItemHoverDeletionsForeground: #ad0707;--component-explorer-scmGraph-foreground1: #ffb000;--component-explorer-scmGraph-foreground2: #dc267f;--component-explorer-scmGraph-foreground3: #994f00;--component-explorer-scmGraph-foreground4: #40b0a6;--component-explorer-scmGraph-foreground5: #b66dff;--component-explorer-commentsView-resolvedIcon: rgba(97, 97, 97, .5);--component-explorer-commentsView-unresolvedIcon: #0090f1;--component-explorer-editorCommentsWidget-replyInputBackground: #f3f3f3;--component-explorer-editorCommentsWidget-resolvedBorder: rgba(97, 97, 97, .5);--component-explorer-editorCommentsWidget-unresolvedBorder: #0090f1;--component-explorer-editorCommentsWidget-rangeBackground: rgba(0, 144, 241, .1);--component-explorer-editorCommentsWidget-rangeActiveBackground: rgba(0, 144, 241, .1);--component-explorer-editorGutter-commentRangeForeground: #d5d8e9;--component-explorer-editorOverviewRuler-commentForeground: #d5d8e9;--component-explorer-editorOverviewRuler-commentUnresolvedForeground: #d5d8e9;--component-explorer-editorOverviewRuler-commentDraftForeground: #d5d8e9;--component-explorer-editorGutter-commentGlyphForeground: #000000;--component-explorer-editorGutter-commentUnresolvedGlyphForeground: #000000;--component-explorer-editorGutter-commentDraftGlyphForeground: #000000;--component-explorer-agentSessionReadIndicator-foreground: rgba(97, 97, 97, .15);--component-explorer-agentSessionSelectedBadge-border: rgba(255, 255, 255, .3);--component-explorer-agentSessionSelectedUnfocusedBadge-border: rgba(97, 97, 97, .3);--component-explorer-ports-iconRunningProcessForeground: #369432;--component-explorer-settings-headerForeground: #444444;--component-explorer-settings-settingsHeaderHoverForeground: rgba(68, 68, 68, .7);--component-explorer-settings-modifiedItemIndicator: #66afe0;--component-explorer-settings-headerBorder: rgba(128, 128, 128, .35);--component-explorer-settings-sashBorder: rgba(128, 128, 128, .35);--component-explorer-settings-dropdownBackground: #ffffff;--component-explorer-settings-dropdownForeground: #616161;--component-explorer-settings-dropdownBorder: #cecece;--component-explorer-settings-dropdownListBorder: #c8c8c8;--component-explorer-settings-checkboxBackground: #ffffff;--component-explorer-settings-checkboxForeground: #616161;--component-explorer-settings-checkboxBorder: #919191;--component-explorer-settings-textInputBackground: #ffffff;--component-explorer-settings-textInputForeground: #616161;--component-explorer-settings-textInputBorder: #cecece;--component-explorer-settings-numberInputBackground: #ffffff;--component-explorer-settings-numberInputForeground: #616161;--component-explorer-settings-numberInputBorder: #cecece;--component-explorer-settings-focusedRowBackground: rgba(232, 232, 232, .6);--component-explorer-settings-rowHoverBackground: rgba(232, 232, 232, .3);--component-explorer-settings-focusedRowBorder: #0090f1;--component-explorer-keybindingTable-headerBackground: rgba(97, 97, 97, .04);--component-explorer-keybindingTable-rowsBackground: rgba(97, 97, 97, .04);--component-explorer-extensionButton-foreground: #616161;--component-explorer-extensionButton-hoverBackground: #e8e8e8;--component-explorer-extensionButton-border: rgba(97, 97, 97, .2);--component-explorer-extensionButton-separator: rgba(255, 255, 255, .4);--component-explorer-extensionButton-prominentBackground: #007acc;--component-explorer-extensionButton-prominentForeground: #ffffff;--component-explorer-extensionButton-prominentHoverBackground: #0062a3;--component-explorer-debugToolBar-background: #f3f3f3;--component-explorer-debugIcon-startForeground: #388a34;--component-explorer-notebook-cellBorderColor: #e8e8e8;--component-explorer-notebook-focusedEditorBorder: #0090f1;--component-explorer-notebookStatusSuccessIcon-foreground: #388a34;--component-explorer-notebookEditorOverviewRuler-runningCellForeground: #388a34;--component-explorer-notebookStatusErrorIcon-foreground: #a1260d;--component-explorer-notebookStatusRunningIcon-foreground: #616161;--component-explorer-notebook-cellToolbarSeparator: rgba(128, 128, 128, .35);--component-explorer-notebook-selectedCellBackground: rgba(200, 221, 241, .31);--component-explorer-notebook-selectedCellBorder: #e8e8e8;--component-explorer-notebook-focusedCellBorder: #0090f1;--component-explorer-notebook-inactiveFocusedCellBorder: #e8e8e8;--component-explorer-notebook-cellStatusBarItemHoverBackground: rgba(0, 0, 0, .08);--component-explorer-notebook-cellInsertionIndicator: #0090f1;--component-explorer-notebookScrollbarSlider-background: rgba(100, 100, 100, .4);--component-explorer-notebookScrollbarSlider-hoverBackground: rgba(100, 100, 100, .7);--component-explorer-notebookScrollbarSlider-activeBackground: rgba(0, 0, 0, .6);--component-explorer-notebook-symbolHighlightBackground: rgba(253, 255, 0, .2);--component-explorer-notebook-cellEditorBackground: #f3f3f3;--component-explorer-notebook-editorBackground: #ffffff;--component-explorer-inlineChat-foreground: #616161;--component-explorer-inlineChat-background: #f3f3f3;--component-explorer-inlineChat-border: #c8c8c8;--component-explorer-inlineChat-shadow: rgba(0, 0, 0, .16);--component-explorer-inlineChatInput-border: #c8c8c8;--component-explorer-inlineChatInput-focusBorder: #0090f1;--component-explorer-inlineChatInput-placeholderForeground: #767676;--component-explorer-inlineChatInput-background: #ffffff;--component-explorer-inlineChatDiff-inserted: rgba(23, 149, 44, .19);--component-explorer-editorOverviewRuler-inlineChatInserted: rgba(23, 149, 44, .3);--component-explorer-editorMinimap-inlineChatInserted: rgba(23, 149, 44, .3);--component-explorer-inlineChatDiff-removed: rgba(255, 0, 0, .17);--component-explorer-editorOverviewRuler-inlineChatRemoved: rgba(255, 0, 0, .28);--component-explorer-multiDiffEditor-headerBackground: #ececec;--component-explorer-multiDiffEditor-background: #ffffff;--component-explorer-multiDiffEditor-border: #cccccc;--component-explorer-extensionIcon-verifiedForeground: #006ab1;--component-explorer-chat-requestBorder: rgba(0, 0, 0, .1);--component-explorer-chat-requestBackground: rgba(255, 255, 255, .62);--component-explorer-chat-slashCommandBackground: rgba(173, 206, 255, .48);--component-explorer-chat-slashCommandForeground: #26569e;--component-explorer-chat-avatarBackground: #f2f2f2;--component-explorer-chat-avatarForeground: #616161;--component-explorer-chat-editedFileForeground: #895503;--component-explorer-chat-requestCodeBorder: rgba(14, 99, 156, .25);--component-explorer-chat-requestBubbleBackground: rgba(173, 214, 255, .3);--component-explorer-chat-requestBubbleHoverBackground: rgba(173, 214, 255, .6);--component-explorer-chat-checkpointSeparator: #a9a9a9;--component-explorer-chat-linesAddedForeground: #107c10;--component-explorer-chat-linesRemovedForeground: #bc2f32;--component-explorer-chat-thinkingShimmer: #000000;--component-explorer-extensionIcon-starForeground: #df6100;--component-explorer-extensionIcon-preReleaseForeground: #1d9271;--component-explorer-extensionIcon-sponsorForeground: #b51e78;--component-explorer-extensionIcon-privateForeground: rgba(0, 0, 0, .38);--component-explorer-debugExceptionWidget-border: #a31515;--component-explorer-debugExceptionWidget-background: #f1dfde;--component-explorer-editor-inlineValuesForeground: rgba(0, 0, 0, .5);--component-explorer-editor-inlineValuesBackground: rgba(255, 200, 0, .2);--component-explorer-debugIcon-breakpointForeground: #e51400;--component-explorer-debugIcon-breakpointDisabledForeground: #848484;--component-explorer-debugIcon-breakpointUnverifiedForeground: #848484;--component-explorer-debugIcon-breakpointCurrentStackframeForeground: #be8700;--component-explorer-debugIcon-breakpointStackframeForeground: #89d185;--component-explorer-editor-stackFrameHighlightBackground: rgba(255, 255, 102, .45);--component-explorer-editor-focusedStackFrameHighlightBackground: rgba(206, 231, 206, .45);--component-explorer-minimap-chatEditHighlight: rgba(255, 255, 255, .6);--component-explorer-chatManagement-sashBorder: rgba(128, 128, 128, .35);--component-explorer-gauge-foreground: #007acc;--component-explorer-gauge-background: rgba(0, 122, 204, .3);--component-explorer-gauge-warningForeground: #b89500;--component-explorer-gauge-warningBackground: rgba(184, 149, 0, .3);--component-explorer-gauge-errorForeground: #be1100;--component-explorer-gauge-errorBackground: rgba(190, 17, 0, .3);--component-explorer-mcpIcon-starForeground: #df6100;--component-explorer-interactive-activeCodeBorder: #007acc;--component-explorer-interactive-inactiveCodeBorder: #e4e6f1;--component-explorer-testing-iconFailed: #f14c4c;--component-explorer-testing-iconErrored: #f14c4c;--component-explorer-testing-iconPassed: #73c991;--component-explorer-testing-runAction: #73c991;--component-explorer-testing-iconQueued: #cca700;--component-explorer-testing-iconUnset: #848484;--component-explorer-testing-iconSkipped: #848484;--component-explorer-testing-peekBorder: #e51400;--component-explorer-testing-messagePeekBorder: #0063d3;--component-explorer-testing-peekHeaderBackground: rgba(229, 20, 0, .1);--component-explorer-testing-messagePeekHeaderBackground: rgba(0, 99, 211, .1);--component-explorer-testing-coveredBackground: rgba(23, 149, 44, .37);--component-explorer-testing-coveredBorder: rgba(23, 149, 44, .28);--component-explorer-testing-coveredGutterBackground: rgba(23, 149, 44, .22);--component-explorer-testing-uncoveredBranchBackground: #ff4d4d;--component-explorer-testing-uncoveredBackground: rgba(255, 0, 0, .35);--component-explorer-testing-uncoveredBorder: rgba(255, 0, 0, .26);--component-explorer-testing-uncoveredGutterBackground: rgba(255, 0, 0, .52);--component-explorer-testing-coverCountBadgeBackground: #c4c4c4;--component-explorer-testing-coverCountBadgeForeground: #333333;--component-explorer-testing-message\\.error\\.badgeBackground: #e51400;--component-explorer-testing-message\\.error\\.badgeBorder: #e51400;--component-explorer-testing-message\\.error\\.badgeForeground: #ffffff;--component-explorer-testing-message\\.info\\.decorationForeground: rgba(0, 0, 0, .5);--component-explorer-testing-iconErrored\\.retired: rgba(241, 76, 76, .7);--component-explorer-testing-iconFailed\\.retired: rgba(241, 76, 76, .7);--component-explorer-testing-iconPassed\\.retired: rgba(115, 201, 145, .7);--component-explorer-testing-iconQueued\\.retired: rgba(204, 167, 0, .7);--component-explorer-testing-iconUnset\\.retired: rgba(132, 132, 132, .7);--component-explorer-testing-iconSkipped\\.retired: rgba(132, 132, 132, .7);--component-explorer-searchEditor-textInputBorder: #cecece;--component-explorer-statusBar-debuggingBackground: #cc6633;--component-explorer-statusBar-debuggingForeground: #ffffff;--component-explorer-commandCenter-debuggingBackground: rgba(204, 102, 51, .26);--component-explorer-debugTokenExpression-name: #9b46b0;--component-explorer-debugTokenExpression-type: #4a90e2;--component-explorer-debugTokenExpression-value: rgba(108, 108, 108, .8);--component-explorer-debugTokenExpression-string: #a31515;--component-explorer-debugTokenExpression-boolean: #0000ff;--component-explorer-debugTokenExpression-number: #098658;--component-explorer-debugTokenExpression-error: #e51400;--component-explorer-debugView-exceptionLabelForeground: #ffffff;--component-explorer-debugView-exceptionLabelBackground: #a31515;--component-explorer-debugView-stateLabelForeground: #616161;--component-explorer-debugView-stateLabelBackground: rgba(136, 136, 136, .27);--component-explorer-debugView-valueChangedHighlight: #569cd6;--component-explorer-debugConsole-infoForeground: #0063d3;--component-explorer-debugConsole-warningForeground: #bf8803;--component-explorer-debugConsole-errorForeground: #a1260d;--component-explorer-debugConsole-sourceForeground: #616161;--component-explorer-debugConsoleInputIcon-foreground: #616161;--component-explorer-debugIcon-pauseForeground: #007acc;--component-explorer-debugIcon-stopForeground: #a1260d;--component-explorer-debugIcon-disconnectForeground: #a1260d;--component-explorer-debugIcon-restartForeground: #388a34;--component-explorer-debugIcon-stepOverForeground: #007acc;--component-explorer-debugIcon-stepIntoForeground: #007acc;--component-explorer-debugIcon-stepOutForeground: #007acc;--component-explorer-debugIcon-continueForeground: #007acc;--component-explorer-debugIcon-stepBackForeground: #007acc;--component-explorer-mergeEditor-change\\.background: rgba(155, 185, 85, .2);--component-explorer-mergeEditor-change\\.word\\.background: rgba(156, 204, 44, .4);--component-explorer-mergeEditor-changeBase\\.background: #ffcccc;--component-explorer-mergeEditor-changeBase\\.word\\.background: #ffa3a3;--component-explorer-mergeEditor-conflict\\.unhandledUnfocused\\.border: #ffa600;--component-explorer-mergeEditor-conflict\\.unhandledFocused\\.border: #ffa600;--component-explorer-mergeEditor-conflict\\.handledUnfocused\\.border: rgba(134, 134, 134, .29);--component-explorer-mergeEditor-conflict\\.handledFocused\\.border: rgba(193, 193, 193, .8);--component-explorer-mergeEditor-conflict\\.handled\\.minimapOverViewRuler: rgba(173, 172, 168, .93);--component-explorer-mergeEditor-conflict\\.unhandled\\.minimapOverViewRuler: #fcba03;--component-explorer-mergeEditor-conflictingLines\\.background: rgba(255, 234, 0, .28);--component-explorer-mergeEditor-conflict\\.input1\\.background: rgba(64, 200, 174, .2);--component-explorer-mergeEditor-conflict\\.input2\\.background: rgba(64, 166, 255, .2);--component-explorer-terminal-ansiBlack: #000000;--component-explorer-terminal-ansiRed: #cd3131;--component-explorer-terminal-ansiGreen: #107c10;--component-explorer-terminal-ansiYellow: #949800;--component-explorer-terminal-ansiBlue: #0451a5;--component-explorer-terminal-ansiMagenta: #bc05bc;--component-explorer-terminal-ansiCyan: #0598bc;--component-explorer-terminal-ansiWhite: #555555;--component-explorer-terminal-ansiBrightBlack: #666666;--component-explorer-terminal-ansiBrightRed: #cd3131;--component-explorer-terminal-ansiBrightGreen: #14ce14;--component-explorer-terminal-ansiBrightYellow: #b5ba00;--component-explorer-terminal-ansiBrightBlue: #0451a5;--component-explorer-terminal-ansiBrightMagenta: #bc05bc;--component-explorer-terminal-ansiBrightCyan: #0598bc;--component-explorer-terminal-ansiBrightWhite: #a5a5a5;--component-explorer-simpleFindWidget-sashBorder: #c8c8c8;--component-explorer-terminalStickyScrollHover-background: #f0f0f0;--component-explorer-terminalCommandGuide-foreground: #e4e6f1;--component-explorer-terminalSymbolIcon-flagForeground: #d67e00;--component-explorer-terminalSymbolIcon-aliasForeground: #652d90;--component-explorer-terminalSymbolIcon-optionValueForeground: #007acc;--component-explorer-terminalSymbolIcon-methodForeground: #652d90;--component-explorer-terminalSymbolIcon-argumentForeground: #007acc;--component-explorer-terminalSymbolIcon-optionForeground: #d67e00;--component-explorer-terminalSymbolIcon-fileForeground: #616161;--component-explorer-terminalSymbolIcon-folderForeground: #616161;--component-explorer-terminalSymbolIcon-commitForeground: #616161;--component-explorer-terminalSymbolIcon-branchForeground: #616161;--component-explorer-terminalSymbolIcon-tagForeground: #616161;--component-explorer-terminalSymbolIcon-stashForeground: #616161;--component-explorer-terminalSymbolIcon-remoteForeground: #616161;--component-explorer-terminalSymbolIcon-pullRequestForeground: #616161;--component-explorer-terminalSymbolIcon-pullRequestDoneForeground: #616161;--component-explorer-terminalSymbolIcon-symbolicLinkFileForeground: #616161;--component-explorer-terminalSymbolIcon-symbolicLinkFolderForeground: #616161;--component-explorer-terminalSymbolIcon-symbolText: #616161;--component-explorer-markdownAlert-note\\.foreground: #0063d3;--component-explorer-markdownAlert-tip\\.foreground: #388a34;--component-explorer-markdownAlert-important\\.foreground: #652d90;--component-explorer-markdownAlert-warning\\.foreground: #bf8803;--component-explorer-markdownAlert-caution\\.foreground: #e51400;--component-explorer-welcomePage-tileBackground: #f3f3f3;--component-explorer-welcomePage-tileHoverBackground: #dbdbdb;--component-explorer-welcomePage-tileBorder: rgba(0, 0, 0, .1);--component-explorer-welcomePage-progress\\.background: #ffffff;--component-explorer-welcomePage-progress\\.foreground: #006ab1;--component-explorer-walkthrough-stepTitle\\.foreground: #000000;--component-explorer-walkThrough-embeddedEditorBackground: #f4f4f4;--component-explorer-profiles-sashBorder: rgba(128, 128, 128, .35);--component-explorer-gitDecoration-addedResourceForeground: #587c0c;--component-explorer-gitDecoration-modifiedResourceForeground: #895503;--component-explorer-gitDecoration-deletedResourceForeground: #ad0707;--component-explorer-gitDecoration-renamedResourceForeground: #007100;--component-explorer-gitDecoration-untrackedResourceForeground: #007100;--component-explorer-gitDecoration-ignoredResourceForeground: #8e8e90;--component-explorer-gitDecoration-stageModifiedResourceForeground: #895503;--component-explorer-gitDecoration-stageDeletedResourceForeground: #ad0707;--component-explorer-gitDecoration-conflictingResourceForeground: #ad0707;--component-explorer-gitDecoration-submoduleResourceForeground: #1258a7;--component-explorer-git-blame\\.editorDecorationForeground: #969696;--component-explorer-gitlens-gutterBackgroundColor: rgba(0, 0, 0, .05);--component-explorer-gitlens-gutterForegroundColor: #747474;--component-explorer-gitlens-gutterUncommittedForegroundColor: rgba(0, 188, 242, .6);--component-explorer-gitlens-trailingLineBackgroundColor: rgba(0, 0, 0, 0);--component-explorer-gitlens-trailingLineForegroundColor: rgba(153, 153, 153, .35);--component-explorer-gitlens-lineHighlightBackgroundColor: rgba(0, 188, 242, .2);--component-explorer-gitlens-lineHighlightOverviewRulerColor: rgba(0, 188, 242, .6);--component-explorer-gitlens-openAutolinkedIssueIconColor: #1a7f37;--component-explorer-gitlens-closedAutolinkedIssueIconColor: #8250df;--component-explorer-gitlens-closedPullRequestIconColor: #cf222e;--component-explorer-gitlens-openPullRequestIconColor: #1a7f37;--component-explorer-gitlens-mergedPullRequestIconColor: #8250df;--component-explorer-gitlens-unpublishedChangesIconColor: #35b15e;--component-explorer-gitlens-unpublishedCommitIconColor: #35b15e;--component-explorer-gitlens-unpulledChangesIconColor: #b15e35;--component-explorer-gitlens-decorations\\.addedForegroundColor: #587c0c;--component-explorer-gitlens-decorations\\.copiedForegroundColor: #007100;--component-explorer-gitlens-decorations\\.deletedForegroundColor: #ad0707;--component-explorer-gitlens-decorations\\.ignoredForegroundColor: #8e8e90;--component-explorer-gitlens-decorations\\.modifiedForegroundColor: #895503;--component-explorer-gitlens-decorations\\.untrackedForegroundColor: #007100;--component-explorer-gitlens-decorations\\.renamedForegroundColor: #007100;--component-explorer-gitlens-decorations\\.branchAheadForegroundColor: #35b15e;--component-explorer-gitlens-decorations\\.branchBehindForegroundColor: #b15e35;--component-explorer-gitlens-decorations\\.branchDivergedForegroundColor: #d8af1b;--component-explorer-gitlens-decorations\\.branchMissingUpstreamForegroundColor: #ad0707;--component-explorer-gitlens-decorations\\.statusMergingOrRebasingConflictForegroundColor: #ad0707;--component-explorer-gitlens-decorations\\.statusMergingOrRebasingForegroundColor: #d8af1b;--component-explorer-gitlens-decorations\\.workspaceRepoMissingForegroundColor: #949494;--component-explorer-gitlens-decorations\\.workspaceCurrentForegroundColor: #35b15e;--component-explorer-gitlens-decorations\\.workspaceRepoOpenForegroundColor: #35b15e;--component-explorer-gitlens-decorations\\.worktreeHasUncommittedChangesForegroundColor: #895503;--component-explorer-gitlens-decorations\\.worktreeMissingForegroundColor: #ad0707;--component-explorer-gitlens-graphLane1Color: #15a0bf;--component-explorer-gitlens-graphLane2Color: #0669f7;--component-explorer-gitlens-graphLane3Color: #8e00c2;--component-explorer-gitlens-graphLane4Color: #c517b6;--component-explorer-gitlens-graphLane5Color: #d90171;--component-explorer-gitlens-graphLane6Color: #cd0101;--component-explorer-gitlens-graphLane7Color: #f25d2e;--component-explorer-gitlens-graphLane8Color: #f2ca33;--component-explorer-gitlens-graphLane9Color: #7bd938;--component-explorer-gitlens-graphLane10Color: #2ece9d;--component-explorer-gitlens-graphChangesColumnAddedColor: #2da44e;--component-explorer-gitlens-graphChangesColumnDeletedColor: #cf222e;--component-explorer-gitlens-graphMinimapMarkerHeadColor: #04c814;--component-explorer-gitlens-graphScrollMarkerHeadColor: #04c814;--component-explorer-gitlens-graphMinimapMarkerUpstreamColor: #8cd993;--component-explorer-gitlens-graphScrollMarkerUpstreamColor: #8cd993;--component-explorer-gitlens-graphMinimapMarkerHighlightsColor: #f5cc00;--component-explorer-gitlens-graphScrollMarkerHighlightsColor: #f5cc00;--component-explorer-gitlens-graphMinimapMarkerLocalBranchesColor: #3095e8;--component-explorer-gitlens-graphScrollMarkerLocalBranchesColor: #3095e8;--component-explorer-gitlens-graphMinimapMarkerPullRequestsColor: #ff8f18;--component-explorer-gitlens-graphScrollMarkerPullRequestsColor: #ff8f18;--component-explorer-gitlens-graphMinimapMarkerRemoteBranchesColor: #67ace4;--component-explorer-gitlens-graphScrollMarkerRemoteBranchesColor: #67ace4;--component-explorer-gitlens-graphMinimapMarkerStashesColor: #e467e4;--component-explorer-gitlens-graphScrollMarkerStashesColor: #e467e4;--component-explorer-gitlens-graphMinimapMarkerTagsColor: #d2a379;--component-explorer-gitlens-graphScrollMarkerTagsColor: #d2a379;--component-explorer-gitlens-launchpadIndicatorMergeableColor: #42c954;--component-explorer-gitlens-launchpadIndicatorMergeableHoverColor: #42c954;--component-explorer-gitlens-launchpadIndicatorBlockedColor: #ad0707;--component-explorer-gitlens-launchpadIndicatorBlockedHoverColor: #ad0707;--component-explorer-gitlens-launchpadIndicatorAttentionColor: #cc9b15;--component-explorer-gitlens-launchpadIndicatorAttentionHoverColor: #cc9b15;--component-explorer-issues-newIssueDecoration: rgba(0, 0, 0, .28);--component-explorer-issues-open: #3fb950;--component-explorer-issues-closed: #8957e5;--component-explorer-github-issues\\.closed: #8957e5;--component-explorer-pullRequests-merged: #8957e5;--component-explorer-pullRequests-draft: #6e7681;--component-explorer-pullRequests-open: #3fb950;--component-explorer-pullRequests-closed: #cb2431;--component-explorer-pullRequests-notification: #0063d3;--component-explorer-testExplorer-errorDecorationBackground: #f2dede;--component-explorer-remoteHub-decorations\\.addedForegroundColor: #587c0c;--component-explorer-remoteHub-decorations\\.modifiedForegroundColor: #895503;--component-explorer-remoteHub-decorations\\.deletedForegroundColor: #ad0707;--component-explorer-remoteHub-decorations\\.submoduleForegroundColor: #1258a7;--component-explorer-remoteHub-decorations\\.conflictForegroundColor: #ad0707;--component-explorer-remoteHub-decorations\\.incomingAddedForegroundColor: #587c0c;--component-explorer-remoteHub-decorations\\.incomingModifiedForegroundColor: #895503;--component-explorer-remoteHub-decorations\\.incomingDeletedForegroundColor: #ad0707;--component-explorer-remoteHub-decorations\\.incomingRenamedForegroundColor: #007100;--component-explorer-remoteHub-decorations\\.possibleConflictForegroundColor: #855f00;--component-explorer-remoteHub-decorations\\.ignoredResourceForeground: #8e8e90;--component-explorer-remoteHub-decorations\\.workspaceRepositoriesView\\.hasUncommittedChangesForegroundColor: #895503;--component-explorer-editor-font-feature-settings: "liga" on, "calt" on}';
|
|
3821
|
+
class lt {
|
|
3822
|
+
constructor(e, o, n) {
|
|
3823
|
+
l(this, "_root");
|
|
3824
|
+
l(this, "_registry", new Rr());
|
|
3825
|
+
l(this, "_daemonModel");
|
|
3826
|
+
l(this, "_reportModel");
|
|
3827
|
+
this._registry.loading.set(!0, void 0), o.then(
|
|
3828
|
+
(d) => {
|
|
3829
|
+
this._populateRegistry(d), this._registry.loading.set(!1, void 0), this._registry.error.set(void 0, void 0);
|
|
3830
|
+
},
|
|
3831
|
+
(d) => {
|
|
3832
|
+
const s = d instanceof Error ? d.stack ?? d.message : String(d);
|
|
3833
|
+
this._registry.loading.set(!1, void 0), this._registry.error.set(s, void 0);
|
|
3834
|
+
}
|
|
3835
|
+
), this._reportModel = this._initializeReportModel(), this._daemonModel = this._reportModel ? void 0 : this._initializeDaemonModel(n);
|
|
3836
|
+
const t = e.attachShadow({ mode: "open" }), i = new CSSStyleSheet();
|
|
3837
|
+
i.replaceSync([at, dt, st].join(`
|
|
3838
|
+
`)), t.adoptedStyleSheets = [i], kn(e);
|
|
3839
|
+
const c = document.createElement("div");
|
|
3840
|
+
c.style.height = "100%", c.style.width = "100%", t.appendChild(c), this._root = $o(c), this._root.render(Qo(Xn, {
|
|
3826
3841
|
registry: this._registry,
|
|
3827
3842
|
daemonModel: this._daemonModel,
|
|
3828
3843
|
reportModel: this._reportModel
|
|
@@ -3849,7 +3864,7 @@ class st {
|
|
|
3849
3864
|
}
|
|
3850
3865
|
}
|
|
3851
3866
|
updateFixtures(e) {
|
|
3852
|
-
this._populateRegistry(e), this._registry.loading.set(!1, void 0);
|
|
3867
|
+
this._populateRegistry(e), this._registry.loading.set(!1, void 0), this._registry.error.set(void 0, void 0);
|
|
3853
3868
|
}
|
|
3854
3869
|
bumpVersion() {
|
|
3855
3870
|
}
|
|
@@ -3860,28 +3875,39 @@ class st {
|
|
|
3860
3875
|
}
|
|
3861
3876
|
class pt {
|
|
3862
3877
|
constructor(e, o) {
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
this
|
|
3870
|
-
|
|
3871
|
-
|
|
3878
|
+
l(this, "sessionId", Math.random().toString(36).slice(2));
|
|
3879
|
+
l(this, "_updateVersion", 0);
|
|
3880
|
+
l(this, "_root");
|
|
3881
|
+
l(this, "_fixtureModules");
|
|
3882
|
+
l(this, "_loadError");
|
|
3883
|
+
l(this, "_loadPromise");
|
|
3884
|
+
l(this, "_currentRendering");
|
|
3885
|
+
l(this, "_currentContainer");
|
|
3886
|
+
this._containerElement = e, this._fixtureModules = {}, this._root = this._buildTree(this._fixtureModules), this._loadPromise = o.then(
|
|
3887
|
+
(n) => {
|
|
3888
|
+
this._fixtureModules = n, this._root = this._buildTree(n), this._loadError = void 0, this._updateVersion++;
|
|
3889
|
+
const t = this._flattenFixtures(this._root).length;
|
|
3890
|
+
console.log("[headless] Fixtures loaded, version:", this._updateVersion, "fixtures:", t);
|
|
3891
|
+
},
|
|
3892
|
+
(n) => {
|
|
3893
|
+
this._loadError = n instanceof Error ? n.stack ?? n.message : String(n), this._updateVersion++, console.error("[headless] Failed to load fixtures:", this._loadError);
|
|
3894
|
+
}
|
|
3895
|
+
), this._installGlobalApi(), console.log("[headless] Initialized, sessionId:", this.sessionId);
|
|
3872
3896
|
}
|
|
3873
3897
|
get updateVersion() {
|
|
3874
3898
|
return this._updateVersion;
|
|
3875
3899
|
}
|
|
3876
3900
|
updateFixtures(e) {
|
|
3877
|
-
this._fixtureModules = e, this._root = this._buildTree(e), this._updateVersion++;
|
|
3901
|
+
this._fixtureModules = e, this._root = this._buildTree(e), this._loadError = void 0, this._updateVersion++;
|
|
3878
3902
|
const o = this._flattenFixtures(this._root).length;
|
|
3879
3903
|
console.log("[headless] Registry rebuilt, version:", this._updateVersion, "fixtures:", o);
|
|
3880
3904
|
}
|
|
3881
3905
|
bumpVersion() {
|
|
3882
3906
|
this._updateVersion++, console.log("[headless] Version bumped:", this._updateVersion);
|
|
3883
3907
|
}
|
|
3884
|
-
listFixtures() {
|
|
3908
|
+
async listFixtures() {
|
|
3909
|
+
if (await this._loadPromise, this._loadError)
|
|
3910
|
+
throw new Error(this._loadError);
|
|
3885
3911
|
return this._flattenFixtures(this._root);
|
|
3886
3912
|
}
|
|
3887
3913
|
async renderFixture(e) {
|
|
@@ -3895,9 +3921,9 @@ class pt {
|
|
|
3895
3921
|
let c;
|
|
3896
3922
|
const d = (u) => {
|
|
3897
3923
|
c || (c = u);
|
|
3898
|
-
},
|
|
3924
|
+
}, s = console.error, p = console.warn, g = console.log;
|
|
3899
3925
|
console.error = (...u) => {
|
|
3900
|
-
i.push({ type: "console.error", message: u.map(String).join(" ") }),
|
|
3926
|
+
i.push({ type: "console.error", message: u.map(String).join(" ") }), s.apply(console, u);
|
|
3901
3927
|
}, console.warn = (...u) => {
|
|
3902
3928
|
i.push({ type: "console.warn", message: u.map(String).join(" ") }), p.apply(console, u);
|
|
3903
3929
|
}, console.log = (...u) => {
|
|
@@ -3906,7 +3932,7 @@ class pt {
|
|
|
3906
3932
|
const v = (u) => {
|
|
3907
3933
|
i.push({ type: "window.error", message: u.message });
|
|
3908
3934
|
}, b = (u) => {
|
|
3909
|
-
const
|
|
3935
|
+
const x = u.reason, y = x instanceof Error ? x.message : String(x);
|
|
3910
3936
|
i.push({ type: "window.unhandledrejection", message: y });
|
|
3911
3937
|
};
|
|
3912
3938
|
window.addEventListener("error", v), window.addEventListener("unhandledrejection", b);
|
|
@@ -3914,13 +3940,13 @@ class pt {
|
|
|
3914
3940
|
try {
|
|
3915
3941
|
const u = new Re(n, t);
|
|
3916
3942
|
this._currentRendering = u;
|
|
3917
|
-
const
|
|
3943
|
+
const x = 3e3, y = new Promise((ee, Ao) => setTimeout(() => Ao(new Error(`Fixture timed out after ${x}ms`)), x)), C = await Promise.race([u.waitForRendering(), y]);
|
|
3918
3944
|
k = C == null ? void 0 : C.data;
|
|
3919
3945
|
} catch (u) {
|
|
3920
|
-
const
|
|
3921
|
-
d({ message:
|
|
3946
|
+
const x = u instanceof Error ? u : new Error(String(u));
|
|
3947
|
+
d({ message: x.message, stack: x.stack });
|
|
3922
3948
|
} finally {
|
|
3923
|
-
console.error =
|
|
3949
|
+
console.error = s, console.warn = p, console.log = g;
|
|
3924
3950
|
}
|
|
3925
3951
|
return c || await new Promise((u) => requestAnimationFrame(() => requestAnimationFrame(() => u()))), window.removeEventListener("error", v), window.removeEventListener("unhandledrejection", b), { hasError: !!c || i.some((u) => u.type !== "console.log" && u.type !== "console.warn"), error: c, events: i, resultData: k };
|
|
3926
3952
|
}
|
|
@@ -3936,9 +3962,9 @@ class pt {
|
|
|
3936
3962
|
var c, d;
|
|
3937
3963
|
const t = n.length > 0 && e.labels.length > 0 ? [.../* @__PURE__ */ new Set([...n, ...e.labels])] : e.labels.length > 0 ? [...e.labels] : [...n], i = [];
|
|
3938
3964
|
e.type === "component" && i.push({ fixtureId: e.id.value, fixtureName: e.name, groupPath: o, background: ((c = e.component) == null ? void 0 : c.background) ?? "light", labels: t, expectedVisualDescriptions: ((d = e.component) == null ? void 0 : d.expectedVisualDescriptions) ?? [] });
|
|
3939
|
-
for (const
|
|
3965
|
+
for (const s of e.children ?? []) {
|
|
3940
3966
|
const p = e.id.value ? [...o, e.name] : o;
|
|
3941
|
-
i.push(...this._flattenFixtures(
|
|
3967
|
+
i.push(...this._flattenFixtures(s, p, t));
|
|
3942
3968
|
}
|
|
3943
3969
|
return i;
|
|
3944
3970
|
}
|
|
@@ -3964,12 +3990,21 @@ class pt {
|
|
|
3964
3990
|
}
|
|
3965
3991
|
class gt {
|
|
3966
3992
|
constructor(e, o, n) {
|
|
3967
|
-
|
|
3968
|
-
|
|
3969
|
-
|
|
3970
|
-
this._container = e, this._fixtureId = o, n.then(
|
|
3971
|
-
|
|
3972
|
-
|
|
3993
|
+
l(this, "_root");
|
|
3994
|
+
l(this, "_rendering");
|
|
3995
|
+
l(this, "_resizeObserver");
|
|
3996
|
+
this._container = e, this._fixtureId = o, n.then(
|
|
3997
|
+
(t) => {
|
|
3998
|
+
this._root = this._buildTree(t), this._render();
|
|
3999
|
+
},
|
|
4000
|
+
(t) => {
|
|
4001
|
+
const i = t instanceof Error ? t.stack ?? t.message : String(t);
|
|
4002
|
+
console.error("[EmbeddedMode] Failed to load fixtures:", i), this._container.innerHTML = "";
|
|
4003
|
+
const c = document.createElement("div");
|
|
4004
|
+
c.style.cssText = "padding:16px;color:#f44;font-size:13px;font-family:monospace;white-space:pre-wrap;", c.textContent = `Failed to load fixture:
|
|
4005
|
+
${i}`, this._container.appendChild(c);
|
|
4006
|
+
}
|
|
4007
|
+
);
|
|
3973
4008
|
}
|
|
3974
4009
|
updateFixtures(e) {
|
|
3975
4010
|
this._root = this._buildTree(e), this._render();
|
|
@@ -3988,12 +4023,12 @@ class gt {
|
|
|
3988
4023
|
const o = { ...e.component, isolation: "none" }, n = new Re(this._container, o);
|
|
3989
4024
|
this._rendering = n;
|
|
3990
4025
|
const t = this._fixtureId, i = () => {
|
|
3991
|
-
const
|
|
4026
|
+
const s = n.renderTarget.getBoundingClientRect();
|
|
3992
4027
|
window.parent.postMessage({
|
|
3993
4028
|
type: "component-explorer:resize",
|
|
3994
4029
|
fixtureId: t,
|
|
3995
|
-
width:
|
|
3996
|
-
height:
|
|
4030
|
+
width: s.width,
|
|
4031
|
+
height: s.height
|
|
3997
4032
|
}, "*");
|
|
3998
4033
|
};
|
|
3999
4034
|
this._resizeObserver = new ResizeObserver(i), this._resizeObserver.observe(n.renderTarget);
|
|
@@ -4023,21 +4058,21 @@ function ut(r) {
|
|
|
4023
4058
|
report: r.get("report") ?? void 0
|
|
4024
4059
|
};
|
|
4025
4060
|
}
|
|
4026
|
-
globalThis._buildInfo =
|
|
4061
|
+
globalThis._buildInfo = Wo;
|
|
4027
4062
|
class St {
|
|
4028
4063
|
constructor(e, o) {
|
|
4029
|
-
|
|
4064
|
+
l(this, "_runtime");
|
|
4030
4065
|
const n = globalThis._buildInfo;
|
|
4031
4066
|
n && console.log(`[component-explorer] v${n.version} (built ${n.date})`);
|
|
4032
4067
|
const t = new URLSearchParams(location.search), i = ut(t), c = i.fixture;
|
|
4033
4068
|
if (i.mode === "embedded") {
|
|
4034
4069
|
if (!c)
|
|
4035
4070
|
throw new Error("Embedded mode requires a fixture query parameter");
|
|
4036
|
-
const d = i.file,
|
|
4037
|
-
this._runtime = new gt(e, c,
|
|
4071
|
+
const d = i.file, s = o.loadFixtures(d ? { file: d } : void 0);
|
|
4072
|
+
this._runtime = new gt(e, c, s);
|
|
4038
4073
|
} else {
|
|
4039
|
-
const d =
|
|
4040
|
-
this._runtime =
|
|
4074
|
+
const d = o.loadFixtures();
|
|
4075
|
+
this._runtime = i.mode === "headless" ? new pt(e, d) : new lt(e, d, o.daemonConfig);
|
|
4041
4076
|
}
|
|
4042
4077
|
}
|
|
4043
4078
|
updateFixtures(e) {
|
|
@@ -4048,38 +4083,38 @@ class St {
|
|
|
4048
4083
|
}
|
|
4049
4084
|
}
|
|
4050
4085
|
export {
|
|
4051
|
-
|
|
4052
|
-
|
|
4053
|
-
|
|
4086
|
+
Ur as ChevronDownIcon,
|
|
4087
|
+
$r as ChevronRightIcon,
|
|
4088
|
+
jr as ComponentIcon,
|
|
4054
4089
|
tt as DaemonModel,
|
|
4055
4090
|
Xn as Explorer,
|
|
4056
4091
|
St as ExplorerApp,
|
|
4057
|
-
|
|
4058
|
-
|
|
4059
|
-
|
|
4060
|
-
|
|
4092
|
+
Pr as ExplorerModel,
|
|
4093
|
+
H as FixturePath,
|
|
4094
|
+
Rr as FixtureRegistry,
|
|
4095
|
+
qr as FolderIcon,
|
|
4061
4096
|
ln as LeftSidebar,
|
|
4062
|
-
|
|
4063
|
-
|
|
4064
|
-
|
|
4097
|
+
Zr as MoonIcon,
|
|
4098
|
+
Qr as PanelLeftIcon,
|
|
4099
|
+
Kr as PanelRightIcon,
|
|
4065
4100
|
it as ReportModel,
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
|
|
4069
|
-
|
|
4070
|
-
|
|
4071
|
-
|
|
4072
|
-
|
|
4101
|
+
mn as RightSidebar,
|
|
4102
|
+
Jr as SunIcon,
|
|
4103
|
+
Xr as TitleBar,
|
|
4104
|
+
se as TitleBarButton,
|
|
4105
|
+
nn as TreeItem,
|
|
4106
|
+
Fo as TreeView,
|
|
4107
|
+
Ko as VIEWPORT_SIZES,
|
|
4073
4108
|
Rt as asyncRender,
|
|
4074
|
-
|
|
4109
|
+
Yo as collectComponents,
|
|
4075
4110
|
Oe as createComponentDefinition,
|
|
4076
4111
|
te as createFixtureTree,
|
|
4077
4112
|
Et as defineFixture,
|
|
4078
|
-
|
|
4079
|
-
|
|
4113
|
+
Tt as defineFixtureGroup,
|
|
4114
|
+
Ht as defineFixtureVariants,
|
|
4080
4115
|
Le as findNodeByPath,
|
|
4081
4116
|
Ee as fixtureGroupBrand,
|
|
4082
|
-
|
|
4117
|
+
Te as fixtureVariantsBrand,
|
|
4083
4118
|
Ct as isComponentDefinition,
|
|
4084
4119
|
we as isFixtureGroup,
|
|
4085
4120
|
Be as isFixtureVariants,
|
|
@@ -4089,10 +4124,10 @@ export {
|
|
|
4089
4124
|
Bt as parseFixtureGroup,
|
|
4090
4125
|
_t as parseFixtureVariants,
|
|
4091
4126
|
wt as parseSingleFixture,
|
|
4092
|
-
|
|
4093
|
-
|
|
4094
|
-
|
|
4127
|
+
Jo as resolveViewport,
|
|
4128
|
+
He as singleFixtureBrand,
|
|
4129
|
+
h as styles,
|
|
4095
4130
|
Mt as syncRender,
|
|
4096
|
-
|
|
4131
|
+
Bo as toExplorerTree
|
|
4097
4132
|
};
|
|
4098
4133
|
//# sourceMappingURL=viewer.js.map
|