@vscode/component-explorer 0.2.0 → 0.2.1-1
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/core/ComponentRenderer.d.ts.map +1 -1
- package/dist/core/FixtureNode.d.ts.map +1 -1
- package/dist/core/fixtureApi.d.ts +8 -37
- package/dist/core/fixtureApi.d.ts.map +1 -1
- package/dist/core/fixtureApiConsumer.d.ts +4 -4
- package/dist/core/fixtureApiConsumer.d.ts.map +1 -1
- package/dist/core/index.d.ts +1 -2
- package/dist/core/index.d.ts.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/modes/HeadlessMode.d.ts +1 -0
- package/dist/modes/HeadlessMode.d.ts.map +1 -1
- package/dist/runtimeVersion-DJWLb_py.js +86 -0
- package/dist/runtimeVersion-DJWLb_py.js.map +1 -0
- package/dist/viewer.js +609 -615
- package/dist/viewer.js.map +1 -1
- package/package.json +1 -1
- package/dist/runtimeVersion-CnnW4nSy.js +0 -84
- package/dist/runtimeVersion-CnnW4nSy.js.map +0 -1
package/dist/viewer.js
CHANGED
|
@@ -1,51 +1,51 @@
|
|
|
1
1
|
var Ao = Object.defineProperty;
|
|
2
2
|
var zo = (r, e, o) => e in r ? Ao(r, e, { enumerable: !0, configurable: !0, writable: !0, value: o }) : r[e] = o;
|
|
3
3
|
var s = (r, e, o) => zo(r, typeof e != "symbol" ? e + "" : e, o);
|
|
4
|
-
import { f as Ee, c as He, s as Te, r as
|
|
5
|
-
import { e as
|
|
4
|
+
import { f as Ee, c as He, s as Te, r as ne, _ as Po } from "./runtimeVersion-DJWLb_py.js";
|
|
5
|
+
import { e as Rt, d as Et, a as Ht, b as Tt, g as Mt } from "./runtimeVersion-DJWLb_py.js";
|
|
6
6
|
import { createRoot as Wo } from "react-dom/client";
|
|
7
7
|
import { createContext as io, useReducer as $o, useState as Uo, useContext as jo, useEffect as Me, createElement as qo } from "react";
|
|
8
|
-
import { jsx as a, jsxs as f, Fragment as
|
|
8
|
+
import { jsx as a, jsxs as f, Fragment as ke } from "react/jsx-runtime";
|
|
9
9
|
import { unstable_batchedUpdates as co } from "react-dom";
|
|
10
|
-
import { SemanticVersion as
|
|
11
|
-
function
|
|
10
|
+
import { SemanticVersion as ae } from "@hediet/semver";
|
|
11
|
+
function ye(r) {
|
|
12
12
|
return typeof r == "object" && r !== null && Te in r && r[Te] === !0 && "_options" in r && typeof r._options == "object";
|
|
13
13
|
}
|
|
14
|
-
function
|
|
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
|
-
function
|
|
17
|
+
function Be(r) {
|
|
18
18
|
return typeof r == "object" && r !== null && He in r && r[He] === !0 && "_variants" in r && typeof r._variants == "object";
|
|
19
19
|
}
|
|
20
|
+
function yt(r) {
|
|
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)" };
|
|
22
|
+
}
|
|
20
23
|
function wt(r) {
|
|
21
|
-
return
|
|
24
|
+
return ye(r) ? { success: !0, data: r } : { success: !1, error: "Value is not a SingleFixtureExport" };
|
|
22
25
|
}
|
|
23
26
|
function Bt(r) {
|
|
24
|
-
return
|
|
27
|
+
return we(r) ? { success: !0, data: r } : { success: !1, error: "Value is not a FixtureGroupExport" };
|
|
25
28
|
}
|
|
26
29
|
function _t(r) {
|
|
27
|
-
return
|
|
28
|
-
}
|
|
29
|
-
function Ct(r) {
|
|
30
|
-
return we(r) ? { success: !0, data: r } : { success: !1, error: "Value is not a FixtureVariantsExport" };
|
|
30
|
+
return Be(r) ? { success: !0, data: r } : { success: !1, error: "Value is not a FixtureVariantsExport" };
|
|
31
31
|
}
|
|
32
|
-
function Oe(r, e, o, n) {
|
|
33
|
-
const
|
|
32
|
+
function Oe(r, e, o, n, t = []) {
|
|
33
|
+
const i = r._options, c = i.expectedVisualDescriptions ? typeof i.expectedVisualDescriptions == "string" ? [i.expectedVisualDescriptions] : [...i.expectedVisualDescriptions] : [], d = [...t, ...c];
|
|
34
34
|
return {
|
|
35
35
|
id: e,
|
|
36
36
|
name: o,
|
|
37
|
-
description:
|
|
38
|
-
isolation:
|
|
39
|
-
displayMode:
|
|
40
|
-
styles:
|
|
41
|
-
background:
|
|
42
|
-
labels:
|
|
43
|
-
|
|
37
|
+
description: i.description,
|
|
38
|
+
isolation: i.isolation ?? "none",
|
|
39
|
+
displayMode: i.displayMode ?? { type: "component" },
|
|
40
|
+
styles: i.styles,
|
|
41
|
+
background: i.background ?? "light",
|
|
42
|
+
labels: i.labels ?? [],
|
|
43
|
+
expectedVisualDescriptions: d,
|
|
44
44
|
sourceFile: n,
|
|
45
|
-
render:
|
|
45
|
+
render: i.render
|
|
46
46
|
};
|
|
47
47
|
}
|
|
48
|
-
function
|
|
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
51
|
class T {
|
|
@@ -68,12 +68,6 @@ const Qo = {
|
|
|
68
68
|
function Ko(r) {
|
|
69
69
|
return typeof r == "string" ? { name: r, ...Qo[r] } : r;
|
|
70
70
|
}
|
|
71
|
-
function Jo(r) {
|
|
72
|
-
const e = {};
|
|
73
|
-
for (const o of r)
|
|
74
|
-
e[o.name] = o.defaultValue;
|
|
75
|
-
return e;
|
|
76
|
-
}
|
|
77
71
|
function Ve(r) {
|
|
78
72
|
if (r.startsWith("/"))
|
|
79
73
|
throw new Error(`Fixture path cannot start with '/': ${r}`);
|
|
@@ -82,7 +76,7 @@ function Ve(r) {
|
|
|
82
76
|
if (r === "")
|
|
83
77
|
throw new Error("Fixture path cannot be empty (use undefined for default)");
|
|
84
78
|
}
|
|
85
|
-
function
|
|
79
|
+
function Jo(r, e) {
|
|
86
80
|
const o = ao(r);
|
|
87
81
|
if (e === void 0)
|
|
88
82
|
return [o];
|
|
@@ -94,7 +88,7 @@ function Zo(r, e) {
|
|
|
94
88
|
} else
|
|
95
89
|
return Ve(e), e.split("/");
|
|
96
90
|
}
|
|
97
|
-
function
|
|
91
|
+
function te(r) {
|
|
98
92
|
const e = {
|
|
99
93
|
id: new T(""),
|
|
100
94
|
name: "Components",
|
|
@@ -113,7 +107,7 @@ function ne(r) {
|
|
|
113
107
|
};
|
|
114
108
|
e.children || (e.children = []), e.children.push(i);
|
|
115
109
|
} else {
|
|
116
|
-
const t = "_path" in n ? n._path : void 0, i =
|
|
110
|
+
const t = "_path" in n ? n._path : void 0, i = Jo(o, t);
|
|
117
111
|
lo(e, i, n, [], o);
|
|
118
112
|
}
|
|
119
113
|
return e;
|
|
@@ -121,68 +115,70 @@ function ne(r) {
|
|
|
121
115
|
function ao(r) {
|
|
122
116
|
return (r.split("/").pop() ?? r).replace(/\.fixture\.(tsx?|jsx?)$/, "");
|
|
123
117
|
}
|
|
124
|
-
function lo(r, e, o, n = [], t = "") {
|
|
125
|
-
var
|
|
126
|
-
let
|
|
127
|
-
const
|
|
128
|
-
for (let
|
|
129
|
-
const
|
|
130
|
-
|
|
131
|
-
const
|
|
132
|
-
let
|
|
133
|
-
(
|
|
118
|
+
function lo(r, e, o, n = [], t = "", i = []) {
|
|
119
|
+
var g, v;
|
|
120
|
+
let c = r;
|
|
121
|
+
const d = [...n];
|
|
122
|
+
for (let b = 0; b < e.length - 1; b++) {
|
|
123
|
+
const k = e[b];
|
|
124
|
+
d.push(k);
|
|
125
|
+
const _ = new T(d.join("/"));
|
|
126
|
+
let u = (g = c.children) == null ? void 0 : g.find(
|
|
127
|
+
(h) => h.type === "folder" && h.name === k
|
|
134
128
|
);
|
|
135
|
-
|
|
136
|
-
id:
|
|
137
|
-
name:
|
|
129
|
+
u || (u = {
|
|
130
|
+
id: _,
|
|
131
|
+
name: k,
|
|
138
132
|
type: "folder",
|
|
139
133
|
children: [],
|
|
140
134
|
labels: []
|
|
141
|
-
},
|
|
142
|
-
}
|
|
143
|
-
const
|
|
144
|
-
|
|
145
|
-
const
|
|
146
|
-
if (
|
|
147
|
-
const
|
|
148
|
-
id:
|
|
149
|
-
name:
|
|
135
|
+
}, c.children || (c.children = []), c.children.push(u)), c = u;
|
|
136
|
+
}
|
|
137
|
+
const l = e[e.length - 1];
|
|
138
|
+
d.push(l);
|
|
139
|
+
const p = new T(d.join("/"));
|
|
140
|
+
if (ye(o)) {
|
|
141
|
+
const b = Oe(o, p.value, l, t, i), k = {
|
|
142
|
+
id: p,
|
|
143
|
+
name: l,
|
|
150
144
|
type: "component",
|
|
151
|
-
component:
|
|
152
|
-
labels: [...
|
|
145
|
+
component: b,
|
|
146
|
+
labels: [...b.labels]
|
|
153
147
|
};
|
|
154
|
-
|
|
155
|
-
} else if (
|
|
156
|
-
let
|
|
157
|
-
(
|
|
148
|
+
c.children || (c.children = []), c.children.push(k);
|
|
149
|
+
} else if (we(o)) {
|
|
150
|
+
let b = (v = c.children) == null ? void 0 : v.find(
|
|
151
|
+
(k) => k.type === "folder" && k.name === l
|
|
158
152
|
);
|
|
159
|
-
|
|
160
|
-
id:
|
|
161
|
-
name:
|
|
153
|
+
b || (b = {
|
|
154
|
+
id: p,
|
|
155
|
+
name: l,
|
|
162
156
|
type: "folder",
|
|
163
157
|
children: [],
|
|
164
158
|
labels: [...o._labels ?? []]
|
|
165
|
-
},
|
|
166
|
-
for (const [
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
159
|
+
}, c.children || (c.children = []), c.children.push(b));
|
|
160
|
+
for (const [k, _] of Object.entries(o._entries)) {
|
|
161
|
+
const u = o._expectedVisualDescriptions, h = u ? typeof u == "string" ? [u] : [...u] : [], y = [...i, ...h];
|
|
162
|
+
lo(b, [k], _, d, t, y);
|
|
163
|
+
}
|
|
164
|
+
} else if (Be(o)) {
|
|
165
|
+
const b = {
|
|
166
|
+
id: p,
|
|
167
|
+
name: l,
|
|
172
168
|
type: "variants",
|
|
173
169
|
children: [],
|
|
174
170
|
labels: [...o._labels ?? []]
|
|
175
171
|
};
|
|
176
|
-
|
|
177
|
-
for (const [
|
|
178
|
-
const
|
|
179
|
-
id:
|
|
180
|
-
name:
|
|
172
|
+
c.children || (c.children = []), c.children.push(b);
|
|
173
|
+
for (const [k, _] of Object.entries(o._variants)) {
|
|
174
|
+
const u = o._expectedVisualDescriptions, h = u ? typeof u == "string" ? [u] : [...u] : [], y = [...i, ...h], C = new T([...d, k].join("/")), ee = {
|
|
175
|
+
id: C,
|
|
176
|
+
name: k,
|
|
181
177
|
type: "component",
|
|
182
|
-
component: Oe(
|
|
183
|
-
labels: [...
|
|
178
|
+
component: Oe(_, C.value, k, t, y),
|
|
179
|
+
labels: [..._._options.labels ?? []]
|
|
184
180
|
};
|
|
185
|
-
|
|
181
|
+
b.children.push(ee);
|
|
186
182
|
}
|
|
187
183
|
}
|
|
188
184
|
}
|
|
@@ -197,29 +193,29 @@ function Le(r, e) {
|
|
|
197
193
|
}
|
|
198
194
|
return o;
|
|
199
195
|
}
|
|
200
|
-
function
|
|
196
|
+
function Zo(r) {
|
|
201
197
|
if (r.type === "component" && r.component)
|
|
202
198
|
return [r.component];
|
|
203
199
|
const e = [];
|
|
204
200
|
for (const o of r.children ?? [])
|
|
205
|
-
e.push(...
|
|
201
|
+
e.push(...Zo(o));
|
|
206
202
|
return e;
|
|
207
203
|
}
|
|
208
204
|
let A;
|
|
209
|
-
function
|
|
210
|
-
A ? A instanceof
|
|
205
|
+
function Yo(r) {
|
|
206
|
+
A ? A instanceof De ? A.loggers.push(r) : A = new De([A, r]) : A = r;
|
|
211
207
|
}
|
|
212
|
-
function
|
|
208
|
+
function w() {
|
|
213
209
|
return A;
|
|
214
210
|
}
|
|
215
|
-
let
|
|
216
|
-
function
|
|
217
|
-
|
|
211
|
+
let se;
|
|
212
|
+
function Xo(r) {
|
|
213
|
+
se = r;
|
|
218
214
|
}
|
|
219
|
-
function
|
|
220
|
-
|
|
215
|
+
function er(r) {
|
|
216
|
+
se && se(r);
|
|
221
217
|
}
|
|
222
|
-
class
|
|
218
|
+
class De {
|
|
223
219
|
constructor(e) {
|
|
224
220
|
this.loggers = e;
|
|
225
221
|
}
|
|
@@ -289,22 +285,22 @@ var M;
|
|
|
289
285
|
const c = Error, d = c.stackTraceLimit;
|
|
290
286
|
c.stackTraceLimit = 3;
|
|
291
287
|
const l = new Error().stack;
|
|
292
|
-
return c.stackTraceLimit = d,
|
|
288
|
+
return c.stackTraceLimit = d, _e.fromStack(l, i + 1);
|
|
293
289
|
}
|
|
294
290
|
r.ofNthCaller = t;
|
|
295
291
|
})(M || (M = {}));
|
|
296
|
-
class
|
|
292
|
+
class _e {
|
|
297
293
|
static fromStack(e, o) {
|
|
298
294
|
const n = e.split(`
|
|
299
|
-
`), t =
|
|
295
|
+
`), t = or(n[o + 1]);
|
|
300
296
|
if (t)
|
|
301
|
-
return new
|
|
297
|
+
return new _e(t.fileName, t.line, t.column, t.id);
|
|
302
298
|
}
|
|
303
299
|
constructor(e, o, n, t) {
|
|
304
300
|
this.fileName = e, this.line = o, this.column = n, this.id = t;
|
|
305
301
|
}
|
|
306
302
|
}
|
|
307
|
-
function
|
|
303
|
+
function or(r) {
|
|
308
304
|
if (!r)
|
|
309
305
|
return;
|
|
310
306
|
const e = r.match(/\((.*):(\d+):(\d+)\)/);
|
|
@@ -329,27 +325,27 @@ class V {
|
|
|
329
325
|
this.owner = e, this.debugNameSource = o, this.referenceFn = n;
|
|
330
326
|
}
|
|
331
327
|
getDebugName(e) {
|
|
332
|
-
return
|
|
328
|
+
return rr(e, this);
|
|
333
329
|
}
|
|
334
330
|
}
|
|
335
|
-
const
|
|
336
|
-
function
|
|
337
|
-
const o =
|
|
331
|
+
const Ne = /* @__PURE__ */ new Map(), pe = /* @__PURE__ */ new WeakMap();
|
|
332
|
+
function rr(r, e) {
|
|
333
|
+
const o = pe.get(r);
|
|
338
334
|
if (o)
|
|
339
335
|
return o;
|
|
340
|
-
const n =
|
|
336
|
+
const n = nr(r, e);
|
|
341
337
|
if (n) {
|
|
342
|
-
let t =
|
|
343
|
-
t++,
|
|
338
|
+
let t = Ne.get(n) ?? 0;
|
|
339
|
+
t++, Ne.set(n, t);
|
|
344
340
|
const i = t === 1 ? n : `${n}#${t}`;
|
|
345
|
-
return
|
|
341
|
+
return pe.set(r, i), i;
|
|
346
342
|
}
|
|
347
343
|
}
|
|
348
|
-
function
|
|
349
|
-
const o =
|
|
344
|
+
function nr(r, e) {
|
|
345
|
+
const o = pe.get(r);
|
|
350
346
|
if (o)
|
|
351
347
|
return o;
|
|
352
|
-
const n = e.owner ?
|
|
348
|
+
const n = e.owner ? ir(e.owner) + "." : "";
|
|
353
349
|
let t;
|
|
354
350
|
const i = e.debugNameSource;
|
|
355
351
|
if (i !== void 0)
|
|
@@ -359,21 +355,21 @@ function tr(r, e) {
|
|
|
359
355
|
} else
|
|
360
356
|
return n + i;
|
|
361
357
|
const c = e.referenceFn;
|
|
362
|
-
if (c !== void 0 && (t =
|
|
358
|
+
if (c !== void 0 && (t = Ce(c), t !== void 0))
|
|
363
359
|
return n + t;
|
|
364
360
|
if (e.owner !== void 0) {
|
|
365
|
-
const d =
|
|
361
|
+
const d = tr(e.owner, r);
|
|
366
362
|
if (d !== void 0)
|
|
367
363
|
return n + d;
|
|
368
364
|
}
|
|
369
365
|
}
|
|
370
|
-
function
|
|
366
|
+
function tr(r, e) {
|
|
371
367
|
for (const o in r)
|
|
372
368
|
if (r[o] === e)
|
|
373
369
|
return o;
|
|
374
370
|
}
|
|
375
371
|
const Ge = /* @__PURE__ */ new Map(), Ae = /* @__PURE__ */ new WeakMap();
|
|
376
|
-
function
|
|
372
|
+
function ir(r) {
|
|
377
373
|
const e = Ae.get(r);
|
|
378
374
|
if (e)
|
|
379
375
|
return e;
|
|
@@ -388,27 +384,27 @@ function so(r) {
|
|
|
388
384
|
if (e)
|
|
389
385
|
return e.name === "Object" ? void 0 : e.name;
|
|
390
386
|
}
|
|
391
|
-
function
|
|
387
|
+
function Ce(r) {
|
|
392
388
|
const e = r.toString(), n = /\/\*\*\s*@description\s*([^*]*)\*\//.exec(e), t = n ? n[1] : void 0;
|
|
393
389
|
return t == null ? void 0 : t.trim();
|
|
394
390
|
}
|
|
395
|
-
let
|
|
396
|
-
function
|
|
397
|
-
|
|
391
|
+
let ge;
|
|
392
|
+
function cr(r) {
|
|
393
|
+
ge = r;
|
|
398
394
|
}
|
|
399
395
|
let po;
|
|
400
|
-
function
|
|
396
|
+
function ar(r) {
|
|
401
397
|
po = r;
|
|
402
398
|
}
|
|
403
399
|
let go;
|
|
404
|
-
function
|
|
400
|
+
function dr(r) {
|
|
405
401
|
go = r;
|
|
406
402
|
}
|
|
407
403
|
let uo;
|
|
408
|
-
function
|
|
404
|
+
function lr(r) {
|
|
409
405
|
uo = r;
|
|
410
406
|
}
|
|
411
|
-
class
|
|
407
|
+
class sr {
|
|
412
408
|
get TChange() {
|
|
413
409
|
return null;
|
|
414
410
|
}
|
|
@@ -421,10 +417,10 @@ class pr {
|
|
|
421
417
|
}
|
|
422
418
|
map(e, o, n = M.ofCaller()) {
|
|
423
419
|
const t = o === void 0 ? void 0 : e, i = o === void 0 ? e : o;
|
|
424
|
-
return
|
|
420
|
+
return ge({
|
|
425
421
|
owner: t,
|
|
426
422
|
debugName: () => {
|
|
427
|
-
const c =
|
|
423
|
+
const c = Ce(i);
|
|
428
424
|
if (c !== void 0)
|
|
429
425
|
return c;
|
|
430
426
|
const l = /^\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());
|
|
@@ -441,7 +437,7 @@ class pr {
|
|
|
441
437
|
* Converts an observable of an observable value into a direct observable of the value.
|
|
442
438
|
*/
|
|
443
439
|
flatten() {
|
|
444
|
-
return
|
|
440
|
+
return ge({
|
|
445
441
|
owner: void 0,
|
|
446
442
|
debugName: () => `${this.debugName} (flattened)`
|
|
447
443
|
}, (e) => this.read(e).read(e));
|
|
@@ -464,20 +460,20 @@ class pr {
|
|
|
464
460
|
return uo(this);
|
|
465
461
|
}
|
|
466
462
|
}
|
|
467
|
-
class
|
|
463
|
+
class Se extends sr {
|
|
468
464
|
constructor(e) {
|
|
469
465
|
var o;
|
|
470
|
-
super(), this._observers = /* @__PURE__ */ new Set(), (o =
|
|
466
|
+
super(), this._observers = /* @__PURE__ */ new Set(), (o = w()) == null || o.handleObservableCreated(this, e);
|
|
471
467
|
}
|
|
472
468
|
addObserver(e) {
|
|
473
469
|
var n;
|
|
474
470
|
const o = this._observers.size;
|
|
475
|
-
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 = w()) == null || n.handleOnListenerCountChanged(this, this._observers.size));
|
|
476
472
|
}
|
|
477
473
|
removeObserver(e) {
|
|
478
474
|
var n;
|
|
479
475
|
const o = this._observers.delete(e);
|
|
480
|
-
o && this._observers.size === 0 && this.onLastObserverRemoved(), o && ((n =
|
|
476
|
+
o && this._observers.size === 0 && this.onLastObserverRemoved(), o && ((n = w()) == null || n.handleOnListenerCountChanged(this, this._observers.size));
|
|
481
477
|
}
|
|
482
478
|
onFirstObserverAdded() {
|
|
483
479
|
}
|
|
@@ -485,8 +481,8 @@ class Ce extends pr {
|
|
|
485
481
|
}
|
|
486
482
|
log() {
|
|
487
483
|
var o;
|
|
488
|
-
const e = !!
|
|
489
|
-
return
|
|
484
|
+
const e = !!w();
|
|
485
|
+
return er(this), e || (o = w()) == null || o.handleObservableCreated(this, M.ofCaller()), this;
|
|
490
486
|
}
|
|
491
487
|
debugGetObservers() {
|
|
492
488
|
return this._observers;
|
|
@@ -502,10 +498,10 @@ class P extends Error {
|
|
|
502
498
|
super(e || "An unexpected bug occurred."), Object.setPrototypeOf(this, P.prototype);
|
|
503
499
|
}
|
|
504
500
|
}
|
|
505
|
-
function
|
|
501
|
+
function ie(r) {
|
|
506
502
|
throw r;
|
|
507
503
|
}
|
|
508
|
-
function
|
|
504
|
+
function pr(r) {
|
|
509
505
|
console.error("Unexpected error:", r);
|
|
510
506
|
}
|
|
511
507
|
const Y = (r, e) => r === e;
|
|
@@ -537,7 +533,7 @@ class X {
|
|
|
537
533
|
this.disposables = [];
|
|
538
534
|
}
|
|
539
535
|
}
|
|
540
|
-
function
|
|
536
|
+
function gr(r) {
|
|
541
537
|
switch (r) {
|
|
542
538
|
case 0:
|
|
543
539
|
return "initial";
|
|
@@ -551,7 +547,7 @@ function ur(r) {
|
|
|
551
547
|
return "<unknown>";
|
|
552
548
|
}
|
|
553
549
|
}
|
|
554
|
-
class W extends
|
|
550
|
+
class W extends Se {
|
|
555
551
|
get debugName() {
|
|
556
552
|
return this._debugNameData.getDebugName(this) ?? "(anonymous)";
|
|
557
553
|
}
|
|
@@ -561,7 +557,7 @@ class W extends Ce {
|
|
|
561
557
|
}
|
|
562
558
|
onLastObserverRemoved() {
|
|
563
559
|
var e, o;
|
|
564
|
-
this._state = 0, this._value = void 0, (e =
|
|
560
|
+
this._state = 0, this._value = void 0, (e = w()) == null || e.handleDerivedCleared(this);
|
|
565
561
|
for (const n of this._dependencies)
|
|
566
562
|
n.removeObserver(this);
|
|
567
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);
|
|
@@ -607,11 +603,11 @@ class W extends Ce {
|
|
|
607
603
|
this._store !== void 0 && (this._store.dispose(), this._store = void 0), this._value = this._computeFn(this, d);
|
|
608
604
|
} finally {
|
|
609
605
|
this._isReaderValid = !1;
|
|
610
|
-
for (const
|
|
611
|
-
|
|
606
|
+
for (const v of this._dependenciesToBeRemoved)
|
|
607
|
+
v.removeObserver(this);
|
|
612
608
|
this._dependenciesToBeRemoved.clear(), g !== void 0 && g.dispose();
|
|
613
609
|
}
|
|
614
|
-
e = this._didReportChange || l && !this._equalityComparator(p, this._value), (c =
|
|
610
|
+
e = this._didReportChange || l && !this._equalityComparator(p, this._value), (c = w()) == null || c.handleObservableUpdated(this, {
|
|
615
611
|
oldValue: p,
|
|
616
612
|
newValue: this._value,
|
|
617
613
|
change: void 0,
|
|
@@ -619,7 +615,7 @@ class W extends Ce {
|
|
|
619
615
|
hadValue: l
|
|
620
616
|
});
|
|
621
617
|
} catch (d) {
|
|
622
|
-
|
|
618
|
+
ie(d);
|
|
623
619
|
}
|
|
624
620
|
if (this._isComputing = !1, !this._didReportChange && e)
|
|
625
621
|
for (const d of this._observers)
|
|
@@ -670,7 +666,7 @@ class W extends Ce {
|
|
|
670
666
|
handleChange(e, o) {
|
|
671
667
|
var n;
|
|
672
668
|
if (this._dependencies.has(e) && !this._dependenciesToBeRemoved.has(e) || this._isInBeforeUpdate) {
|
|
673
|
-
(n =
|
|
669
|
+
(n = w()) == null || n.handleDerivedDependencyChanged(this, e, o);
|
|
674
670
|
let t = !1;
|
|
675
671
|
try {
|
|
676
672
|
t = this._changeTracker ? this._changeTracker.handleChange({
|
|
@@ -679,7 +675,7 @@ class W extends Ce {
|
|
|
679
675
|
didChange: (c) => c === e
|
|
680
676
|
}, this._changeSummary) : !0;
|
|
681
677
|
} catch (c) {
|
|
682
|
-
|
|
678
|
+
ie(c);
|
|
683
679
|
}
|
|
684
680
|
const i = this._state === 3;
|
|
685
681
|
if (t && (this._state === 1 || i) && (this._state = 2, i))
|
|
@@ -718,7 +714,7 @@ class W extends Ce {
|
|
|
718
714
|
debugGetState() {
|
|
719
715
|
return {
|
|
720
716
|
state: this._state,
|
|
721
|
-
stateStr:
|
|
717
|
+
stateStr: gr(this._state),
|
|
722
718
|
updateCount: this._updateCount,
|
|
723
719
|
isComputing: this._isComputing,
|
|
724
720
|
dependencies: this._dependencies,
|
|
@@ -742,11 +738,11 @@ class W extends Ce {
|
|
|
742
738
|
function R(r, e, o = M.ofCaller()) {
|
|
743
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);
|
|
744
740
|
}
|
|
745
|
-
function
|
|
741
|
+
function ur(r, e, o = M.ofCaller()) {
|
|
746
742
|
return new W(new V(r.owner, r.debugName, r.debugReferenceFn), e, void 0, r.onLastObserverRemoved, r.equalsFn ?? Y, o);
|
|
747
743
|
}
|
|
748
|
-
|
|
749
|
-
function
|
|
744
|
+
cr(ur);
|
|
745
|
+
function mr(r, e, o = M.ofCaller()) {
|
|
750
746
|
let n, t;
|
|
751
747
|
n = r, t = void 0;
|
|
752
748
|
let i;
|
|
@@ -758,7 +754,7 @@ function fr(r, e, o = M.ofCaller()) {
|
|
|
758
754
|
i && (i.dispose(), i = void 0);
|
|
759
755
|
}, Y, o);
|
|
760
756
|
}
|
|
761
|
-
function
|
|
757
|
+
function fr(r) {
|
|
762
758
|
switch (r) {
|
|
763
759
|
case 1:
|
|
764
760
|
return "dependenciesMightHaveChanged";
|
|
@@ -776,7 +772,7 @@ class fo {
|
|
|
776
772
|
}
|
|
777
773
|
constructor(e, o, n, t) {
|
|
778
774
|
var i, c;
|
|
779
|
-
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 = w()) == null || c.handleAutorunCreated(this, t), this._run();
|
|
780
776
|
}
|
|
781
777
|
dispose() {
|
|
782
778
|
var e;
|
|
@@ -784,7 +780,7 @@ class fo {
|
|
|
784
780
|
this._disposed = !0;
|
|
785
781
|
for (const o of this._dependencies)
|
|
786
782
|
o.removeObserver(this);
|
|
787
|
-
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 = w()) == null || e.handleAutorunDisposed(this);
|
|
788
784
|
}
|
|
789
785
|
}
|
|
790
786
|
_run() {
|
|
@@ -793,19 +789,19 @@ class fo {
|
|
|
793
789
|
this._dependenciesToBeRemoved = this._dependencies, this._dependencies = e, this._state = 3;
|
|
794
790
|
try {
|
|
795
791
|
if (!this._disposed) {
|
|
796
|
-
(o =
|
|
792
|
+
(o = w()) == null || o.handleAutorunStarted(this);
|
|
797
793
|
const c = this._changeSummary, d = this._delayedStore;
|
|
798
794
|
d !== void 0 && (this._delayedStore = void 0);
|
|
799
795
|
try {
|
|
800
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);
|
|
801
797
|
} catch (l) {
|
|
802
|
-
|
|
798
|
+
ie(l);
|
|
803
799
|
} finally {
|
|
804
800
|
this._isRunning = !1, d !== void 0 && d.dispose();
|
|
805
801
|
}
|
|
806
802
|
}
|
|
807
803
|
} finally {
|
|
808
|
-
this._disposed || (i =
|
|
804
|
+
this._disposed || (i = w()) == null || i.handleAutorunFinished(this);
|
|
809
805
|
for (const c of this._dependenciesToBeRemoved)
|
|
810
806
|
c.removeObserver(this);
|
|
811
807
|
this._dependenciesToBeRemoved.clear();
|
|
@@ -840,7 +836,7 @@ class fo {
|
|
|
840
836
|
handleChange(e, o) {
|
|
841
837
|
var n;
|
|
842
838
|
if (this._isDependency(e)) {
|
|
843
|
-
(n =
|
|
839
|
+
(n = w()) == null || n.handleAutorunDependencyChanged(this, e, o);
|
|
844
840
|
try {
|
|
845
841
|
(this._changeTracker ? this._changeTracker.handleChange({
|
|
846
842
|
changedObservable: e,
|
|
@@ -848,7 +844,7 @@ class fo {
|
|
|
848
844
|
didChange: (i) => i === e
|
|
849
845
|
}, this._changeSummary) : !0) && (this._state = 2);
|
|
850
846
|
} catch (t) {
|
|
851
|
-
|
|
847
|
+
ie(t);
|
|
852
848
|
}
|
|
853
849
|
}
|
|
854
850
|
}
|
|
@@ -883,7 +879,7 @@ class fo {
|
|
|
883
879
|
updateCount: this._updateCount,
|
|
884
880
|
dependencies: this._dependencies,
|
|
885
881
|
state: this._state,
|
|
886
|
-
stateStr:
|
|
882
|
+
stateStr: fr(this._state)
|
|
887
883
|
};
|
|
888
884
|
}
|
|
889
885
|
debugRerun() {
|
|
@@ -895,7 +891,7 @@ function ho(r, e = M.ofCaller()) {
|
|
|
895
891
|
}
|
|
896
892
|
function ze(r) {
|
|
897
893
|
const e = new Error("BugIndicatingErrorRecovery: " + r);
|
|
898
|
-
|
|
894
|
+
pr(e), console.error("recovered from an error that indicates a bug", e);
|
|
899
895
|
}
|
|
900
896
|
function xo(r, e) {
|
|
901
897
|
const o = new bo(r, e);
|
|
@@ -905,16 +901,16 @@ function xo(r, e) {
|
|
|
905
901
|
o.finish();
|
|
906
902
|
}
|
|
907
903
|
}
|
|
908
|
-
function
|
|
904
|
+
function hr(r, e, o) {
|
|
909
905
|
r ? e(r) : xo(e, o);
|
|
910
906
|
}
|
|
911
907
|
class bo {
|
|
912
908
|
constructor(e, o) {
|
|
913
909
|
var n;
|
|
914
|
-
this._fn = e, this._getDebugName = o, this._updatingObservers = [], (n =
|
|
910
|
+
this._fn = e, this._getDebugName = o, this._updatingObservers = [], (n = w()) == null || n.handleBeginTransaction(this);
|
|
915
911
|
}
|
|
916
912
|
getDebugName() {
|
|
917
|
-
return this._getDebugName ? this._getDebugName() :
|
|
913
|
+
return this._getDebugName ? this._getDebugName() : Ce(this._fn);
|
|
918
914
|
}
|
|
919
915
|
updateObserver(e, o) {
|
|
920
916
|
if (!this._updatingObservers) {
|
|
@@ -936,23 +932,23 @@ class bo {
|
|
|
936
932
|
const { observer: t, observable: i } = e[n];
|
|
937
933
|
t.endUpdate(i);
|
|
938
934
|
}
|
|
939
|
-
this._updatingObservers = null, (o =
|
|
935
|
+
this._updatingObservers = null, (o = w()) == null || o.handleEndTransaction(this);
|
|
940
936
|
}
|
|
941
937
|
debugGetUpdatingObservers() {
|
|
942
938
|
return this._updatingObservers;
|
|
943
939
|
}
|
|
944
940
|
}
|
|
945
|
-
function
|
|
941
|
+
function B(r, e, o = M.ofCaller()) {
|
|
946
942
|
let n;
|
|
947
943
|
return typeof r == "string" ? n = new V(void 0, r, void 0) : n = new V(r, void 0, void 0), new vo(n, e, Y, o);
|
|
948
944
|
}
|
|
949
|
-
class vo extends
|
|
945
|
+
class vo extends Se {
|
|
950
946
|
get debugName() {
|
|
951
947
|
return this._debugNameData.getDebugName(this) ?? "ObservableValue";
|
|
952
948
|
}
|
|
953
949
|
constructor(e, o, n, t) {
|
|
954
950
|
var i;
|
|
955
|
-
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 = w()) == null || i.handleObservableUpdated(this, { hadValue: !1, newValue: o, change: void 0, didChange: !0, oldValue: void 0 });
|
|
956
952
|
}
|
|
957
953
|
get() {
|
|
958
954
|
return this._value;
|
|
@@ -966,7 +962,7 @@ class vo extends Ce {
|
|
|
966
962
|
}, () => `Setting ${this.debugName}`));
|
|
967
963
|
try {
|
|
968
964
|
const c = this._value;
|
|
969
|
-
this._setValue(e), (i =
|
|
965
|
+
this._setValue(e), (i = w()) == null || i.handleObservableUpdated(this, { oldValue: c, newValue: e, change: n, didChange: !0, hadValue: !0 });
|
|
970
966
|
for (const d of this._observers)
|
|
971
967
|
o.updateObserver(d, this), d.handleChange(this, n);
|
|
972
968
|
} finally {
|
|
@@ -992,21 +988,21 @@ function Pe(...r) {
|
|
|
992
988
|
let e, o, n, t;
|
|
993
989
|
return r.length === 2 ? [o, n] = r : [e, o, n, t] = r, new z(new V(e, void 0, n), o, n, () => z.globalTransaction, Y, t ?? M.ofCaller());
|
|
994
990
|
}
|
|
995
|
-
class z extends
|
|
991
|
+
class z extends Se {
|
|
996
992
|
constructor(e, o, n, t, i, c) {
|
|
997
993
|
super(c), this._debugNameData = e, this.event = o, this._getValue = n, this._getTransaction = t, this._equalityComparator = i, this._hasValue = !1, this.handleEvent = (d) => {
|
|
998
|
-
var
|
|
994
|
+
var b;
|
|
999
995
|
const l = this._getValue(d), p = this._value, g = !this._hasValue || !this._equalityComparator(p, l);
|
|
1000
|
-
let
|
|
1001
|
-
g && (this._value = l, this._hasValue && (
|
|
1002
|
-
var
|
|
1003
|
-
(
|
|
1004
|
-
for (const
|
|
1005
|
-
k.updateObserver(
|
|
996
|
+
let v = !1;
|
|
997
|
+
g && (this._value = l, this._hasValue && (v = !0, hr(this._getTransaction(), (k) => {
|
|
998
|
+
var _;
|
|
999
|
+
(_ = w()) == null || _.handleObservableUpdated(this, { oldValue: p, newValue: l, change: void 0, didChange: g, hadValue: this._hasValue });
|
|
1000
|
+
for (const u of this._observers)
|
|
1001
|
+
k.updateObserver(u, this), u.handleChange(this, void 0);
|
|
1006
1002
|
}, () => {
|
|
1007
1003
|
const k = this.getDebugName();
|
|
1008
1004
|
return "Event fired" + (k ? `: ${k}` : "");
|
|
1009
|
-
})), this._hasValue = !0),
|
|
1005
|
+
})), this._hasValue = !0), v || (b = w()) == null || b.handleObservableUpdated(this, { oldValue: p, newValue: l, change: void 0, didChange: g, hadValue: this._hasValue });
|
|
1010
1006
|
};
|
|
1011
1007
|
}
|
|
1012
1008
|
getDebugName() {
|
|
@@ -1045,14 +1041,14 @@ class z extends Ce {
|
|
|
1045
1041
|
}
|
|
1046
1042
|
r.batchEventsGlobally = e;
|
|
1047
1043
|
})(Pe || (Pe = {}));
|
|
1048
|
-
function
|
|
1044
|
+
function xr(r) {
|
|
1049
1045
|
const e = new ko(!1, void 0);
|
|
1050
1046
|
return r.addObserver(e), mo(() => {
|
|
1051
1047
|
r.removeObserver(e);
|
|
1052
1048
|
});
|
|
1053
1049
|
}
|
|
1054
|
-
|
|
1055
|
-
function
|
|
1050
|
+
dr(xr);
|
|
1051
|
+
function br(r, e) {
|
|
1056
1052
|
const o = new ko(!0, e);
|
|
1057
1053
|
r.addObserver(o);
|
|
1058
1054
|
try {
|
|
@@ -1064,7 +1060,7 @@ function vr(r, e) {
|
|
|
1064
1060
|
r.removeObserver(o);
|
|
1065
1061
|
});
|
|
1066
1062
|
}
|
|
1067
|
-
|
|
1063
|
+
ar(br);
|
|
1068
1064
|
class ko {
|
|
1069
1065
|
constructor(e, o) {
|
|
1070
1066
|
this._forceRecompute = e, this._handleValue = o, this._counter = 0;
|
|
@@ -1080,11 +1076,11 @@ class ko {
|
|
|
1080
1076
|
handleChange(e, o) {
|
|
1081
1077
|
}
|
|
1082
1078
|
}
|
|
1083
|
-
let
|
|
1084
|
-
function
|
|
1085
|
-
|
|
1079
|
+
let oe;
|
|
1080
|
+
function vr(r) {
|
|
1081
|
+
oe || (oe = new kr(), Yo(oe)), oe.addFilteredObj(r);
|
|
1086
1082
|
}
|
|
1087
|
-
class
|
|
1083
|
+
class kr {
|
|
1088
1084
|
constructor() {
|
|
1089
1085
|
this.indentation = 0, this.changedObservablesSets = /* @__PURE__ */ new WeakMap();
|
|
1090
1086
|
}
|
|
@@ -1096,8 +1092,8 @@ class yr {
|
|
|
1096
1092
|
return ((o = this._filteredObjects) == null ? void 0 : o.has(e)) ?? !0;
|
|
1097
1093
|
}
|
|
1098
1094
|
textToConsoleArgs(e) {
|
|
1099
|
-
return
|
|
1100
|
-
$(
|
|
1095
|
+
return yr([
|
|
1096
|
+
$(Cr("| ", this.indentation)),
|
|
1101
1097
|
e
|
|
1102
1098
|
]);
|
|
1103
1099
|
}
|
|
@@ -1207,7 +1203,7 @@ class yr {
|
|
|
1207
1203
|
this.indentation--;
|
|
1208
1204
|
}
|
|
1209
1205
|
}
|
|
1210
|
-
function
|
|
1206
|
+
function yr(r) {
|
|
1211
1207
|
const e = new Array(), o = [];
|
|
1212
1208
|
let n = "";
|
|
1213
1209
|
function t(c) {
|
|
@@ -1224,7 +1220,7 @@ function $(r) {
|
|
|
1224
1220
|
return I(r, { color: "black" });
|
|
1225
1221
|
}
|
|
1226
1222
|
function U(r) {
|
|
1227
|
-
return I(
|
|
1223
|
+
return I(Sr(`${r}: `, 10), { color: "black", bold: !0 });
|
|
1228
1224
|
}
|
|
1229
1225
|
function I(r, e = {
|
|
1230
1226
|
color: "black"
|
|
@@ -1242,12 +1238,12 @@ function I(r, e = {
|
|
|
1242
1238
|
}
|
|
1243
1239
|
function Z(r, e) {
|
|
1244
1240
|
try {
|
|
1245
|
-
return
|
|
1241
|
+
return wr(r, e);
|
|
1246
1242
|
} catch {
|
|
1247
1243
|
return "[[???]]";
|
|
1248
1244
|
}
|
|
1249
1245
|
}
|
|
1250
|
-
function
|
|
1246
|
+
function wr(r, e) {
|
|
1251
1247
|
switch (typeof r) {
|
|
1252
1248
|
case "number":
|
|
1253
1249
|
return "" + r;
|
|
@@ -1258,7 +1254,7 @@ function Br(r, e) {
|
|
|
1258
1254
|
case "undefined":
|
|
1259
1255
|
return "undefined";
|
|
1260
1256
|
case "object":
|
|
1261
|
-
return r === null ? "null" : Array.isArray(r) ?
|
|
1257
|
+
return r === null ? "null" : Array.isArray(r) ? Br(r, e) : _r(r, e);
|
|
1262
1258
|
case "symbol":
|
|
1263
1259
|
return r.toString();
|
|
1264
1260
|
case "function":
|
|
@@ -1267,7 +1263,7 @@ function Br(r, e) {
|
|
|
1267
1263
|
return "" + r;
|
|
1268
1264
|
}
|
|
1269
1265
|
}
|
|
1270
|
-
function
|
|
1266
|
+
function Br(r, e) {
|
|
1271
1267
|
let o = "[ ", n = !0;
|
|
1272
1268
|
for (const t of r) {
|
|
1273
1269
|
if (n || (o += ", "), o.length - 5 > e) {
|
|
@@ -1278,7 +1274,7 @@ function _r(r, e) {
|
|
|
1278
1274
|
}
|
|
1279
1275
|
return o += " ]", o;
|
|
1280
1276
|
}
|
|
1281
|
-
function
|
|
1277
|
+
function _r(r, e) {
|
|
1282
1278
|
try {
|
|
1283
1279
|
if (typeof r.toString == "function" && r.toString !== Object.prototype.toString) {
|
|
1284
1280
|
const c = r.toString();
|
|
@@ -1303,18 +1299,18 @@ function Cr(r, e) {
|
|
|
1303
1299
|
}
|
|
1304
1300
|
return n += o ? ")" : " }", n;
|
|
1305
1301
|
}
|
|
1306
|
-
function
|
|
1302
|
+
function Cr(r, e) {
|
|
1307
1303
|
let o = "";
|
|
1308
1304
|
for (let n = 1; n <= e; n++)
|
|
1309
1305
|
o += r;
|
|
1310
1306
|
return o;
|
|
1311
1307
|
}
|
|
1312
|
-
function
|
|
1308
|
+
function Sr(r, e) {
|
|
1313
1309
|
for (; r.length < e; )
|
|
1314
1310
|
r += " ";
|
|
1315
1311
|
return r;
|
|
1316
1312
|
}
|
|
1317
|
-
function
|
|
1313
|
+
function Fr(r, e) {
|
|
1318
1314
|
const o = (e == null ? void 0 : e.debugNamePostProcessor) ?? ((i) => i), n = H.from(r, o);
|
|
1319
1315
|
return n ? yo(n, 0, /* @__PURE__ */ new Set()).trim() : "";
|
|
1320
1316
|
}
|
|
@@ -1354,15 +1350,15 @@ class H {
|
|
|
1354
1350
|
this.sourceObj = e, this.name = o, this.type = n, this.value = t, this.state = i, this.dependencies = c;
|
|
1355
1351
|
}
|
|
1356
1352
|
}
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
class
|
|
1353
|
+
lr(Fr);
|
|
1354
|
+
Xo(vr);
|
|
1355
|
+
class Ir {
|
|
1360
1356
|
constructor() {
|
|
1361
|
-
s(this, "_fixtures",
|
|
1362
|
-
s(this, "loading",
|
|
1357
|
+
s(this, "_fixtures", B(this, /* @__PURE__ */ new Map()));
|
|
1358
|
+
s(this, "loading", B(this, !1));
|
|
1363
1359
|
s(this, "root", R(this, (e) => {
|
|
1364
1360
|
const o = this._fixtures.read(e);
|
|
1365
|
-
return
|
|
1361
|
+
return te(o);
|
|
1366
1362
|
}));
|
|
1367
1363
|
}
|
|
1368
1364
|
register(e, o) {
|
|
@@ -1381,11 +1377,11 @@ class Rr {
|
|
|
1381
1377
|
return Le(n, o);
|
|
1382
1378
|
}
|
|
1383
1379
|
getComponentByPath(e) {
|
|
1384
|
-
const o = this._fixtures.get(), n =
|
|
1380
|
+
const o = this._fixtures.get(), n = te(o), t = Le(n, e);
|
|
1385
1381
|
return t == null ? void 0 : t.component;
|
|
1386
1382
|
}
|
|
1387
1383
|
}
|
|
1388
|
-
class
|
|
1384
|
+
class Rr {
|
|
1389
1385
|
constructor(e) {
|
|
1390
1386
|
this._run = e, this._changes = [], this._map = /* @__PURE__ */ new Map(), this._updateCounter = 0;
|
|
1391
1387
|
}
|
|
@@ -1412,48 +1408,48 @@ class Er {
|
|
|
1412
1408
|
}
|
|
1413
1409
|
}
|
|
1414
1410
|
function m() {
|
|
1415
|
-
return ge.instance;
|
|
1416
|
-
}
|
|
1417
|
-
function Hr() {
|
|
1418
1411
|
return ue.instance;
|
|
1419
1412
|
}
|
|
1420
|
-
function
|
|
1413
|
+
function Er() {
|
|
1421
1414
|
return me.instance;
|
|
1422
1415
|
}
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1416
|
+
function Hr() {
|
|
1417
|
+
return fe.instance;
|
|
1418
|
+
}
|
|
1419
|
+
m.const = Er;
|
|
1420
|
+
m.obs = Hr;
|
|
1421
|
+
class ue {
|
|
1426
1422
|
create(e) {
|
|
1427
1423
|
const o = R((n) => e(n));
|
|
1428
1424
|
return { read: (n) => o };
|
|
1429
1425
|
}
|
|
1430
1426
|
}
|
|
1431
|
-
|
|
1432
|
-
class
|
|
1427
|
+
ue.instance = new ue();
|
|
1428
|
+
class me {
|
|
1433
1429
|
create(e) {
|
|
1434
1430
|
const o = R((n) => e(n));
|
|
1435
1431
|
return { read: (n) => o.read(n) };
|
|
1436
1432
|
}
|
|
1437
1433
|
}
|
|
1438
|
-
|
|
1439
|
-
class
|
|
1434
|
+
me.instance = new me();
|
|
1435
|
+
class fe {
|
|
1440
1436
|
create(e) {
|
|
1441
1437
|
const o = R((n) => {
|
|
1442
1438
|
const t = e(n);
|
|
1443
|
-
return
|
|
1439
|
+
return Tr(t) ? t.read(n) : t;
|
|
1444
1440
|
});
|
|
1445
1441
|
return { read: (n) => o };
|
|
1446
1442
|
}
|
|
1447
1443
|
}
|
|
1448
|
-
|
|
1449
|
-
function
|
|
1444
|
+
fe.instance = new fe();
|
|
1445
|
+
function Tr(r) {
|
|
1450
1446
|
return typeof r == "object" && r !== null && "read" in r;
|
|
1451
1447
|
}
|
|
1452
1448
|
function K(r, e) {
|
|
1453
1449
|
return Object.fromEntries(Object.entries(r).map(([o, n]) => [o, e(n, o)]));
|
|
1454
1450
|
}
|
|
1455
|
-
const
|
|
1456
|
-
class
|
|
1451
|
+
const de = Symbol("ViewModelContext");
|
|
1452
|
+
class Mr {
|
|
1457
1453
|
constructor(e) {
|
|
1458
1454
|
this._store = new X(), this.props = e;
|
|
1459
1455
|
}
|
|
@@ -1461,19 +1457,19 @@ class Or {
|
|
|
1461
1457
|
this._store.dispose();
|
|
1462
1458
|
}
|
|
1463
1459
|
}
|
|
1464
|
-
function
|
|
1465
|
-
return r[
|
|
1460
|
+
function Or(r) {
|
|
1461
|
+
return r[de] || (r[de] = io(void 0)), r[de];
|
|
1466
1462
|
}
|
|
1467
1463
|
function L(r = {}) {
|
|
1468
1464
|
var e;
|
|
1469
|
-
return e = class extends
|
|
1465
|
+
return e = class extends Mr {
|
|
1470
1466
|
}, e._props = r, e;
|
|
1471
1467
|
}
|
|
1472
|
-
let
|
|
1473
|
-
const
|
|
1468
|
+
let he = 0;
|
|
1469
|
+
const Vr = new Rr((r) => {
|
|
1474
1470
|
for (const e of r)
|
|
1475
1471
|
e.rendered = !1;
|
|
1476
|
-
if (
|
|
1472
|
+
if (he > 0) {
|
|
1477
1473
|
const e = r.find((o) => o.isRendering);
|
|
1478
1474
|
e.itemsToRender = r;
|
|
1479
1475
|
} else
|
|
@@ -1482,7 +1478,7 @@ const Lr = new Er((r) => {
|
|
|
1482
1478
|
e.rendered || e.forceUpdate();
|
|
1483
1479
|
});
|
|
1484
1480
|
});
|
|
1485
|
-
let
|
|
1481
|
+
let Lr = 0;
|
|
1486
1482
|
class Dr {
|
|
1487
1483
|
constructor(e, o) {
|
|
1488
1484
|
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 = () => () => {
|
|
@@ -1499,30 +1495,30 @@ class Dr {
|
|
|
1499
1495
|
return this.debugName;
|
|
1500
1496
|
}
|
|
1501
1497
|
updateProps(e) {
|
|
1502
|
-
this._obsProps ? this._obsProps.set(e, void 0) : (this._obsProps =
|
|
1498
|
+
this._obsProps ? this._obsProps.set(e, void 0) : (this._obsProps = B(this, e), this._render = this.renderFactory(this._obsProps, () => this.contextValues), this.rendering = R(this, this._render), this._disposable = Vr.addDependency(this.rendering, this));
|
|
1503
1499
|
}
|
|
1504
1500
|
}
|
|
1505
|
-
function
|
|
1506
|
-
const n = (c) => c + 1, t = () => new Dr(r + ++
|
|
1501
|
+
function Fe(r, e, o) {
|
|
1502
|
+
const n = (c) => c + 1, t = () => new Dr(r + ++Lr, e), i = function(c) {
|
|
1507
1503
|
const d = $o(n, 0)[1], l = Uo(t)[0];
|
|
1508
1504
|
for (const p of o ?? [])
|
|
1509
1505
|
l.contextValues.set(p, jo(p));
|
|
1510
1506
|
if (Me(l.cleanupEffect, []), Me(l.handleAfterRender), l.isRendering)
|
|
1511
1507
|
throw new Error("Component is already rendering");
|
|
1512
|
-
l.isRendering = !0,
|
|
1508
|
+
l.isRendering = !0, he++;
|
|
1513
1509
|
try {
|
|
1514
1510
|
l.forceUpdate = d, l.updateProps(c);
|
|
1515
1511
|
const p = l.rendering.get();
|
|
1516
1512
|
return l.rendered = !0, p;
|
|
1517
1513
|
} finally {
|
|
1518
|
-
l.isRendering = !1,
|
|
1514
|
+
l.isRendering = !1, he--;
|
|
1519
1515
|
}
|
|
1520
1516
|
};
|
|
1521
1517
|
return i.displayName = r, i;
|
|
1522
1518
|
}
|
|
1523
|
-
|
|
1519
|
+
Fe("ObsView", (r) => (e) => r.read(e).children(e));
|
|
1524
1520
|
function E(r, e) {
|
|
1525
|
-
return
|
|
1521
|
+
return Fe("view", (o) => {
|
|
1526
1522
|
const n = K(r, (t, i) => t.create((c) => o.read(c)[i], void 0));
|
|
1527
1523
|
return (t) => {
|
|
1528
1524
|
const i = K(n, (c) => c.read(t));
|
|
@@ -1530,7 +1526,7 @@ function E(r, e) {
|
|
|
1530
1526
|
};
|
|
1531
1527
|
});
|
|
1532
1528
|
}
|
|
1533
|
-
function
|
|
1529
|
+
function Nr(r) {
|
|
1534
1530
|
const e = [];
|
|
1535
1531
|
for (const o of Object.values(r)) {
|
|
1536
1532
|
const n = o._requiredContext;
|
|
@@ -1538,17 +1534,17 @@ function Gr(r) {
|
|
|
1538
1534
|
}
|
|
1539
1535
|
return e;
|
|
1540
1536
|
}
|
|
1541
|
-
function
|
|
1542
|
-
const n = typeof e == "function" ? {} : e, t = typeof e == "function" ? e : o, i = "_props" in r ? r._props : {}, c =
|
|
1543
|
-
return
|
|
1544
|
-
const
|
|
1545
|
-
} } :
|
|
1546
|
-
const
|
|
1547
|
-
return new r(
|
|
1548
|
-
}),
|
|
1549
|
-
return (
|
|
1550
|
-
const
|
|
1551
|
-
return t(
|
|
1537
|
+
function D(r, e, o) {
|
|
1538
|
+
const n = typeof e == "function" ? {} : e, t = typeof e == "function" ? e : o, i = "_props" in r ? r._props : {}, c = Nr({ ...i, ...n }), d = Or(r), l = [...c, d];
|
|
1539
|
+
return Fe("viewWithModel", (p, g) => {
|
|
1540
|
+
const v = g(), b = v.get(d), k = "_props" in r ? K(r._props, (h, y) => h.create((C) => p.read(C)[y], v.get(h._requiredContext))) : {}, _ = b ? { read: () => b, dispose: () => {
|
|
1541
|
+
} } : mr((h) => {
|
|
1542
|
+
const y = K(k, (C) => C.read(h));
|
|
1543
|
+
return new r(y);
|
|
1544
|
+
}), u = K(n, (h, y) => h.create((C) => p.read(C)[y], v.get(h._requiredContext)));
|
|
1545
|
+
return (h) => {
|
|
1546
|
+
const y = _.read(h), C = K(u, (ee) => ee.read(h));
|
|
1547
|
+
return t(h, y, C);
|
|
1552
1548
|
};
|
|
1553
1549
|
}, l.length > 0 ? l : void 0);
|
|
1554
1550
|
}
|
|
@@ -1565,19 +1561,19 @@ function wo(r) {
|
|
|
1565
1561
|
labels: r.labels
|
|
1566
1562
|
};
|
|
1567
1563
|
}
|
|
1568
|
-
function
|
|
1564
|
+
function Gr(r, e) {
|
|
1569
1565
|
if (r.name.toLowerCase().includes(e)) return !0;
|
|
1570
1566
|
for (const o of r.labels)
|
|
1571
1567
|
if (o.toLowerCase().includes(e)) return !0;
|
|
1572
1568
|
return !1;
|
|
1573
1569
|
}
|
|
1574
|
-
function
|
|
1570
|
+
function Ar(r, e) {
|
|
1575
1571
|
if (!e) return r;
|
|
1576
1572
|
const o = e.toLowerCase();
|
|
1577
1573
|
return Bo(r, o);
|
|
1578
1574
|
}
|
|
1579
1575
|
function Bo(r, e) {
|
|
1580
|
-
const o =
|
|
1576
|
+
const o = Gr(r, e);
|
|
1581
1577
|
if (!r.children || r.children.length === 0)
|
|
1582
1578
|
return o ? r : void 0;
|
|
1583
1579
|
if (o) return r;
|
|
@@ -1592,7 +1588,7 @@ function Bo(r, e) {
|
|
|
1592
1588
|
children: n
|
|
1593
1589
|
};
|
|
1594
1590
|
}
|
|
1595
|
-
function
|
|
1591
|
+
function re(r, e) {
|
|
1596
1592
|
const {
|
|
1597
1593
|
storageKey: o,
|
|
1598
1594
|
defaultValue: n,
|
|
@@ -1605,7 +1601,7 @@ function oe(r, e) {
|
|
|
1605
1601
|
p !== null && (c = i(p));
|
|
1606
1602
|
} catch {
|
|
1607
1603
|
}
|
|
1608
|
-
const d =
|
|
1604
|
+
const d = B(r, c), l = d.set.bind(d);
|
|
1609
1605
|
return d.set = (p, g) => {
|
|
1610
1606
|
try {
|
|
1611
1607
|
localStorage.setItem(o, t(p));
|
|
@@ -1615,7 +1611,7 @@ function oe(r, e) {
|
|
|
1615
1611
|
}, d;
|
|
1616
1612
|
}
|
|
1617
1613
|
function We(r, e) {
|
|
1618
|
-
const n = new URLSearchParams(location.search).get(e) || void 0, t =
|
|
1614
|
+
const n = new URLSearchParams(location.search).get(e) || void 0, t = B(r, n);
|
|
1619
1615
|
window.addEventListener("popstate", () => {
|
|
1620
1616
|
const c = new URLSearchParams(location.search);
|
|
1621
1617
|
t.set(c.get(e) || void 0, void 0);
|
|
@@ -1632,28 +1628,28 @@ function _o(r, e) {
|
|
|
1632
1628
|
const o = new URLSearchParams(location.search);
|
|
1633
1629
|
return o.set(r, e), location.pathname + "?" + o.toString();
|
|
1634
1630
|
}
|
|
1635
|
-
class
|
|
1631
|
+
class zr extends L({
|
|
1636
1632
|
registry: m.const(),
|
|
1637
1633
|
daemonModel: m.const(),
|
|
1638
1634
|
reportModel: m.const()
|
|
1639
1635
|
}) {
|
|
1640
1636
|
constructor() {
|
|
1641
1637
|
super(...arguments);
|
|
1642
|
-
s(this, "leftSidebarVisible",
|
|
1638
|
+
s(this, "leftSidebarVisible", re(this, {
|
|
1643
1639
|
storageKey: "component-explorer:leftSidebarVisible",
|
|
1644
1640
|
defaultValue: !0
|
|
1645
1641
|
}));
|
|
1646
|
-
s(this, "rightSidebarVisible",
|
|
1642
|
+
s(this, "rightSidebarVisible", re(this, {
|
|
1647
1643
|
storageKey: "component-explorer:rightSidebarVisible",
|
|
1648
1644
|
defaultValue: !1
|
|
1649
1645
|
}));
|
|
1650
|
-
s(this, "isDarkTheme",
|
|
1646
|
+
s(this, "isDarkTheme", re(this, {
|
|
1651
1647
|
storageKey: "component-explorer:isDarkTheme",
|
|
1652
1648
|
defaultValue: !0
|
|
1653
1649
|
}));
|
|
1654
1650
|
s(this, "selectedNodeId", We(this, "fixture"));
|
|
1655
|
-
s(this, "expandedNodeIds",
|
|
1656
|
-
s(this, "viewMode",
|
|
1651
|
+
s(this, "expandedNodeIds", B(this, this._initialExpandedNodes()));
|
|
1652
|
+
s(this, "viewMode", re(this, {
|
|
1657
1653
|
storageKey: "component-explorer:viewMode",
|
|
1658
1654
|
defaultValue: "session"
|
|
1659
1655
|
}));
|
|
@@ -1669,7 +1665,7 @@ class Pr extends L({
|
|
|
1669
1665
|
}));
|
|
1670
1666
|
s(this, "filteredTree", R(this, (o) => {
|
|
1671
1667
|
const n = this.tree.read(o), t = this.searchQuery.read(o);
|
|
1672
|
-
return
|
|
1668
|
+
return Ar(n, t) ?? { ...n, children: [] };
|
|
1673
1669
|
}));
|
|
1674
1670
|
s(this, "selectedNode", R(this, (o) => {
|
|
1675
1671
|
const n = this.selectedNodeId.read(o);
|
|
@@ -1844,7 +1840,7 @@ class Pr extends L({
|
|
|
1844
1840
|
return c;
|
|
1845
1841
|
}
|
|
1846
1842
|
}
|
|
1847
|
-
const
|
|
1843
|
+
const x = {
|
|
1848
1844
|
container: {
|
|
1849
1845
|
display: "flex",
|
|
1850
1846
|
flexDirection: "row",
|
|
@@ -2033,15 +2029,15 @@ const h = {
|
|
|
2033
2029
|
cursor: "pointer"
|
|
2034
2030
|
}
|
|
2035
2031
|
};
|
|
2036
|
-
function
|
|
2032
|
+
function Ie(...r) {
|
|
2037
2033
|
return Object.assign({}, ...r.filter(Boolean));
|
|
2038
2034
|
}
|
|
2039
|
-
class
|
|
2035
|
+
class Pr extends L({
|
|
2040
2036
|
active: m()
|
|
2041
2037
|
}) {
|
|
2042
2038
|
constructor() {
|
|
2043
2039
|
super(...arguments);
|
|
2044
|
-
s(this, "isHovered",
|
|
2040
|
+
s(this, "isHovered", B(this, !1));
|
|
2045
2041
|
s(this, "setHovered", (o) => {
|
|
2046
2042
|
this.isHovered.set(o, void 0);
|
|
2047
2043
|
});
|
|
@@ -2050,18 +2046,18 @@ class Wr extends L({
|
|
|
2050
2046
|
return this.props.active;
|
|
2051
2047
|
}
|
|
2052
2048
|
}
|
|
2053
|
-
const
|
|
2054
|
-
|
|
2049
|
+
const le = D(
|
|
2050
|
+
Pr,
|
|
2055
2051
|
{
|
|
2056
2052
|
onClick: m.const(),
|
|
2057
2053
|
title: m.const(),
|
|
2058
2054
|
children: m.const()
|
|
2059
2055
|
},
|
|
2060
2056
|
(r, e, o) => {
|
|
2061
|
-
const n = e.isHovered.read(r), t = e.active.read(r), i =
|
|
2062
|
-
|
|
2063
|
-
n && !t &&
|
|
2064
|
-
t &&
|
|
2057
|
+
const n = e.isHovered.read(r), t = e.active.read(r), i = Ie(
|
|
2058
|
+
x.titleBarButton,
|
|
2059
|
+
n && !t && x.titleBarButtonHover,
|
|
2060
|
+
t && x.titleBarButtonActive
|
|
2065
2061
|
);
|
|
2066
2062
|
return /* @__PURE__ */ a(
|
|
2067
2063
|
"button",
|
|
@@ -2075,7 +2071,7 @@ const de = N(
|
|
|
2075
2071
|
}
|
|
2076
2072
|
);
|
|
2077
2073
|
}
|
|
2078
|
-
),
|
|
2074
|
+
), Wr = ({ 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" }) }), $r = ({ 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)" }) }), Ur = ({ 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" }) }), 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 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" }) }), Qr = () => /* @__PURE__ */ a("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", children: /* @__PURE__ */ a("path", { d: "M2 2v12h12V2H2zm6 11V3h5v10H8zM3 3h4v10H3V3z" }) }), Kr = () => /* @__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" }) }), Jr = () => /* @__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" }) }), Zr = E(
|
|
2079
2075
|
{ model: m.const() },
|
|
2080
2076
|
(r, e) => {
|
|
2081
2077
|
var d, l;
|
|
@@ -2111,47 +2107,47 @@ function $e({ label: r, mode: e, active: o, onClick: n }) {
|
|
|
2111
2107
|
}
|
|
2112
2108
|
);
|
|
2113
2109
|
}
|
|
2114
|
-
const
|
|
2110
|
+
const Yr = E(
|
|
2115
2111
|
{
|
|
2116
2112
|
model: m.const()
|
|
2117
2113
|
},
|
|
2118
2114
|
(r, e) => {
|
|
2119
2115
|
const o = e.model, n = o.leftSidebarVisible.read(r), t = o.rightSidebarVisible.read(r), i = o.isDarkTheme.read(r), c = o.selectedNode.read(r);
|
|
2120
|
-
return /* @__PURE__ */ f("div", { style:
|
|
2121
|
-
/* @__PURE__ */ a("div", { style:
|
|
2122
|
-
|
|
2116
|
+
return /* @__PURE__ */ f("div", { style: x.titleBar, children: [
|
|
2117
|
+
/* @__PURE__ */ a("div", { style: x.titleBarSection, children: /* @__PURE__ */ a(
|
|
2118
|
+
le,
|
|
2123
2119
|
{
|
|
2124
2120
|
active: n,
|
|
2125
2121
|
onClick: o.toggleLeftSidebar,
|
|
2126
2122
|
title: "Toggle left sidebar",
|
|
2127
|
-
children: /* @__PURE__ */ a(
|
|
2123
|
+
children: /* @__PURE__ */ a(qr, {})
|
|
2128
2124
|
}
|
|
2129
2125
|
) }),
|
|
2130
|
-
/* @__PURE__ */ f("div", { style:
|
|
2131
|
-
o.isReportMode ? /* @__PURE__ */ a("span", { style: { fontSize: 12, color: "var(--component-explorer-descriptionForeground)" }, children: "Screenshot Report" }) : o.daemonAvailable ? /* @__PURE__ */ a(
|
|
2132
|
-
c ? /* @__PURE__ */ f(
|
|
2126
|
+
/* @__PURE__ */ f("div", { style: x.titleBarCenter, children: [
|
|
2127
|
+
o.isReportMode ? /* @__PURE__ */ a("span", { style: { fontSize: 12, color: "var(--component-explorer-descriptionForeground)" }, children: "Screenshot Report" }) : o.daemonAvailable ? /* @__PURE__ */ a(Zr, { model: o }) : null,
|
|
2128
|
+
c ? /* @__PURE__ */ f(ke, { children: [
|
|
2133
2129
|
/* @__PURE__ */ a("span", { style: { color: "var(--component-explorer-textLink-foreground)" }, children: "<" }),
|
|
2134
2130
|
/* @__PURE__ */ a("span", { children: c.name }),
|
|
2135
2131
|
/* @__PURE__ */ a("span", { style: { color: "var(--component-explorer-textLink-foreground)" }, children: "/>" })
|
|
2136
2132
|
] }) : /* @__PURE__ */ a("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: "No component selected" })
|
|
2137
2133
|
] }),
|
|
2138
|
-
/* @__PURE__ */ f("div", { style:
|
|
2134
|
+
/* @__PURE__ */ f("div", { style: x.titleBarSection, children: [
|
|
2139
2135
|
/* @__PURE__ */ a(
|
|
2140
|
-
|
|
2136
|
+
le,
|
|
2141
2137
|
{
|
|
2142
2138
|
active: !1,
|
|
2143
2139
|
onClick: o.toggleTheme,
|
|
2144
2140
|
title: i ? "Switch to light theme" : "Switch to dark theme",
|
|
2145
|
-
children: i ? /* @__PURE__ */ a(
|
|
2141
|
+
children: i ? /* @__PURE__ */ a(Kr, {}) : /* @__PURE__ */ a(Jr, {})
|
|
2146
2142
|
}
|
|
2147
2143
|
),
|
|
2148
2144
|
/* @__PURE__ */ a(
|
|
2149
|
-
|
|
2145
|
+
le,
|
|
2150
2146
|
{
|
|
2151
2147
|
active: t,
|
|
2152
2148
|
onClick: o.toggleRightSidebar,
|
|
2153
2149
|
title: "Toggle right sidebar",
|
|
2154
|
-
children: /* @__PURE__ */ a(
|
|
2150
|
+
children: /* @__PURE__ */ a(Qr, {})
|
|
2155
2151
|
}
|
|
2156
2152
|
)
|
|
2157
2153
|
] })
|
|
@@ -2201,7 +2197,7 @@ const Xr = E(
|
|
|
2201
2197
|
color: "var(--component-explorer-textLink-foreground)",
|
|
2202
2198
|
cursor: "pointer"
|
|
2203
2199
|
}
|
|
2204
|
-
},
|
|
2200
|
+
}, Xr = {
|
|
2205
2201
|
display: "flex",
|
|
2206
2202
|
gap: "3px",
|
|
2207
2203
|
marginLeft: "6px",
|
|
@@ -2212,7 +2208,7 @@ const Xr = E(
|
|
|
2212
2208
|
function Co(r) {
|
|
2213
2209
|
return r.type === "component" ? 1 : (r.children ?? []).reduce((e, o) => e + Co(o), 0);
|
|
2214
2210
|
}
|
|
2215
|
-
const
|
|
2211
|
+
const en = {
|
|
2216
2212
|
fontSize: "10px",
|
|
2217
2213
|
lineHeight: "14px",
|
|
2218
2214
|
padding: "0 4px",
|
|
@@ -2230,16 +2226,16 @@ const on = {
|
|
|
2230
2226
|
nodes: m.const(),
|
|
2231
2227
|
depth: m.const()
|
|
2232
2228
|
},
|
|
2233
|
-
(r, e) => /* @__PURE__ */ a(
|
|
2229
|
+
(r, e) => /* @__PURE__ */ a(ke, { children: e.nodes.map((o) => /* @__PURE__ */ a(rn, { model: e.model, node: o, depth: e.depth }, o.id.value)) })
|
|
2234
2230
|
);
|
|
2235
|
-
class
|
|
2231
|
+
class on extends L({
|
|
2236
2232
|
model: m.const(),
|
|
2237
2233
|
node: m.const(),
|
|
2238
2234
|
depth: m.const()
|
|
2239
2235
|
}) {
|
|
2240
2236
|
constructor() {
|
|
2241
2237
|
super(...arguments);
|
|
2242
|
-
s(this, "isHovered",
|
|
2238
|
+
s(this, "isHovered", B(this, !1));
|
|
2243
2239
|
s(this, "setHovered", (o) => {
|
|
2244
2240
|
this.isHovered.set(o, void 0);
|
|
2245
2241
|
});
|
|
@@ -2267,14 +2263,14 @@ class rn extends L({
|
|
|
2267
2263
|
return !!(this.props.node.children && this.props.node.children.length > 0);
|
|
2268
2264
|
}
|
|
2269
2265
|
}
|
|
2270
|
-
const
|
|
2271
|
-
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, l = o.selectedNodeId.read(r) === n.id.value, p = e.isHovered.read(r), g =
|
|
2272
|
-
|
|
2266
|
+
const rn = D(on, {}, (r, e) => {
|
|
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, l = o.selectedNodeId.read(r) === n.id.value, p = e.isHovered.read(r), g = Ie(
|
|
2268
|
+
x.treeItem,
|
|
2273
2269
|
{ paddingLeft: `${8 + t * 12}px` },
|
|
2274
|
-
l &&
|
|
2275
|
-
!l && p &&
|
|
2270
|
+
l && x.treeItemSelected,
|
|
2271
|
+
!l && p && x.treeItemHover
|
|
2276
2272
|
);
|
|
2277
|
-
return /* @__PURE__ */ f(
|
|
2273
|
+
return /* @__PURE__ */ f(ke, { children: [
|
|
2278
2274
|
/* @__PURE__ */ f(
|
|
2279
2275
|
"div",
|
|
2280
2276
|
{
|
|
@@ -2284,31 +2280,31 @@ const nn = N(rn, {}, (r, e) => {
|
|
|
2284
2280
|
onMouseEnter: () => e.setHovered(!0),
|
|
2285
2281
|
onMouseLeave: () => e.setHovered(!1),
|
|
2286
2282
|
children: [
|
|
2287
|
-
i ? /* @__PURE__ */ a("div", { style:
|
|
2288
|
-
/* @__PURE__ */ a("div", { style:
|
|
2289
|
-
/* @__PURE__ */ a("span", { style:
|
|
2290
|
-
n.labels.some((
|
|
2283
|
+
i ? /* @__PURE__ */ a("div", { style: x.treeItemChevron, onClick: e.handleChevronClick, children: c ? /* @__PURE__ */ a($r, {}) : /* @__PURE__ */ a(Wr, {}) }) : /* @__PURE__ */ a("div", { style: x.treeItemChevronPlaceholder }),
|
|
2284
|
+
/* @__PURE__ */ a("div", { style: x.treeItemIcon, children: n.type === "folder" ? /* @__PURE__ */ a(jr, { style: { color: "var(--component-explorer-symbolIcon-folderForeground)" } }) : /* @__PURE__ */ a(Ur, { style: { color: "#deb45b" } }) }),
|
|
2285
|
+
/* @__PURE__ */ a("span", { style: x.treeItemLabel, children: n.name }),
|
|
2286
|
+
n.labels.some((v) => !v.startsWith(".")) && /* @__PURE__ */ a("span", { style: Xr, children: n.labels.filter((v) => !v.startsWith(".")).map((v) => /* @__PURE__ */ a(
|
|
2291
2287
|
"span",
|
|
2292
2288
|
{
|
|
2293
|
-
style:
|
|
2294
|
-
onClick: (
|
|
2295
|
-
|
|
2289
|
+
style: en,
|
|
2290
|
+
onClick: (b) => {
|
|
2291
|
+
b.stopPropagation(), o.searchQuery.set(v, void 0);
|
|
2296
2292
|
},
|
|
2297
|
-
title:
|
|
2298
|
-
children:
|
|
2293
|
+
title: v,
|
|
2294
|
+
children: v
|
|
2299
2295
|
},
|
|
2300
|
-
|
|
2296
|
+
v
|
|
2301
2297
|
)) }),
|
|
2302
|
-
n.type === "folder" && i && /* @__PURE__ */ a("span", { style:
|
|
2298
|
+
n.type === "folder" && i && /* @__PURE__ */ a("span", { style: x.treeItemCount, children: Co(n) })
|
|
2303
2299
|
]
|
|
2304
2300
|
}
|
|
2305
2301
|
),
|
|
2306
2302
|
i && c && /* @__PURE__ */ a(So, { model: o, nodes: n.children, depth: t + 1 })
|
|
2307
2303
|
] });
|
|
2308
|
-
}),
|
|
2304
|
+
}), nn = {
|
|
2309
2305
|
padding: "4px 8px",
|
|
2310
2306
|
borderBottom: "1px solid var(--component-explorer-panel-border)"
|
|
2311
|
-
},
|
|
2307
|
+
}, tn = {
|
|
2312
2308
|
width: "100%",
|
|
2313
2309
|
height: "24px",
|
|
2314
2310
|
padding: "0 22px 0 6px",
|
|
@@ -2319,9 +2315,9 @@ const nn = N(rn, {}, (r, e) => {
|
|
|
2319
2315
|
borderRadius: "2px",
|
|
2320
2316
|
outline: "none",
|
|
2321
2317
|
boxSizing: "border-box"
|
|
2322
|
-
},
|
|
2318
|
+
}, cn = {
|
|
2323
2319
|
position: "relative"
|
|
2324
|
-
},
|
|
2320
|
+
}, an = {
|
|
2325
2321
|
position: "absolute",
|
|
2326
2322
|
right: "2px",
|
|
2327
2323
|
top: "50%",
|
|
@@ -2338,19 +2334,19 @@ const nn = N(rn, {}, (r, e) => {
|
|
|
2338
2334
|
borderRadius: "2px",
|
|
2339
2335
|
fontSize: "14px",
|
|
2340
2336
|
opacity: 0.7
|
|
2341
|
-
},
|
|
2337
|
+
}, dn = E(
|
|
2342
2338
|
{
|
|
2343
2339
|
model: m.const()
|
|
2344
2340
|
},
|
|
2345
2341
|
(r, e) => {
|
|
2346
2342
|
const o = e.model.searchQuery.read(r);
|
|
2347
|
-
return /* @__PURE__ */ a("div", { style:
|
|
2343
|
+
return /* @__PURE__ */ a("div", { style: nn, children: /* @__PURE__ */ f("div", { style: cn, children: [
|
|
2348
2344
|
/* @__PURE__ */ a(
|
|
2349
2345
|
"input",
|
|
2350
2346
|
{
|
|
2351
2347
|
type: "text",
|
|
2352
2348
|
placeholder: "Filter (name or label)",
|
|
2353
|
-
style:
|
|
2349
|
+
style: tn,
|
|
2354
2350
|
value: o ?? "",
|
|
2355
2351
|
onChange: (n) => e.model.searchQuery.set(n.target.value || void 0, void 0),
|
|
2356
2352
|
onFocus: (n) => n.target.style.borderColor = "var(--component-explorer-focusBorder)",
|
|
@@ -2360,7 +2356,7 @@ const nn = N(rn, {}, (r, e) => {
|
|
|
2360
2356
|
o && /* @__PURE__ */ a(
|
|
2361
2357
|
"button",
|
|
2362
2358
|
{
|
|
2363
|
-
style:
|
|
2359
|
+
style: an,
|
|
2364
2360
|
onClick: () => e.model.searchQuery.set(void 0, void 0),
|
|
2365
2361
|
title: "Clear filter",
|
|
2366
2362
|
children: "×"
|
|
@@ -2368,29 +2364,29 @@ const nn = N(rn, {}, (r, e) => {
|
|
|
2368
2364
|
)
|
|
2369
2365
|
] }) });
|
|
2370
2366
|
}
|
|
2371
|
-
),
|
|
2367
|
+
), ln = E(
|
|
2372
2368
|
{
|
|
2373
2369
|
model: m.const()
|
|
2374
2370
|
},
|
|
2375
2371
|
(r, e) => {
|
|
2376
2372
|
const o = e.model.filteredTree.read(r);
|
|
2377
|
-
return /* @__PURE__ */ f("div", { style:
|
|
2378
|
-
/* @__PURE__ */ a("div", { style:
|
|
2379
|
-
/* @__PURE__ */ a(
|
|
2380
|
-
/* @__PURE__ */ a("div", { style:
|
|
2373
|
+
return /* @__PURE__ */ f("div", { style: x.sidebar, children: [
|
|
2374
|
+
/* @__PURE__ */ a("div", { style: x.sidebarHeader, children: "Explorer" }),
|
|
2375
|
+
/* @__PURE__ */ a(dn, { model: e.model }),
|
|
2376
|
+
/* @__PURE__ */ a("div", { style: x.sidebarContent, children: /* @__PURE__ */ a(So, { model: e.model, nodes: [o], depth: 0 }) })
|
|
2381
2377
|
] });
|
|
2382
2378
|
}
|
|
2383
2379
|
);
|
|
2384
|
-
class
|
|
2380
|
+
class sn extends L({}) {
|
|
2385
2381
|
constructor() {
|
|
2386
2382
|
super(...arguments);
|
|
2387
|
-
s(this, "checked",
|
|
2383
|
+
s(this, "checked", B(this, !1));
|
|
2388
2384
|
s(this, "toggle", () => {
|
|
2389
2385
|
this.checked.set(!this.checked.get(), void 0);
|
|
2390
2386
|
});
|
|
2391
2387
|
}
|
|
2392
2388
|
}
|
|
2393
|
-
const
|
|
2389
|
+
const pn = D(sn, {}, (r, e) => {
|
|
2394
2390
|
const o = e.checked.read(r), n = {
|
|
2395
2391
|
position: "relative",
|
|
2396
2392
|
width: "36px",
|
|
@@ -2411,13 +2407,13 @@ const gn = N(pn, {}, (r, e) => {
|
|
|
2411
2407
|
transition: "left 0.2s"
|
|
2412
2408
|
};
|
|
2413
2409
|
return /* @__PURE__ */ a("div", { style: n, onClick: e.toggle, children: /* @__PURE__ */ a("div", { style: t }) });
|
|
2414
|
-
}),
|
|
2410
|
+
}), gn = E(
|
|
2415
2411
|
{
|
|
2416
2412
|
node: m.const()
|
|
2417
2413
|
},
|
|
2418
|
-
(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:
|
|
2419
|
-
/* @__PURE__ */ f("div", { style:
|
|
2420
|
-
/* @__PURE__ */ f("div", { style:
|
|
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: x.propertiesPanel, children: [
|
|
2415
|
+
/* @__PURE__ */ f("div", { style: x.propertyRow, children: [
|
|
2416
|
+
/* @__PURE__ */ f("div", { style: x.propertyLabel, children: [
|
|
2421
2417
|
"children",
|
|
2422
2418
|
/* @__PURE__ */ a("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: " : string" })
|
|
2423
2419
|
] }),
|
|
@@ -2425,57 +2421,57 @@ const gn = N(pn, {}, (r, e) => {
|
|
|
2425
2421
|
"input",
|
|
2426
2422
|
{
|
|
2427
2423
|
type: "text",
|
|
2428
|
-
style:
|
|
2424
|
+
style: x.propertyInput,
|
|
2429
2425
|
defaultValue: "Click me",
|
|
2430
2426
|
placeholder: "Enter text..."
|
|
2431
2427
|
}
|
|
2432
2428
|
),
|
|
2433
|
-
/* @__PURE__ */ a("div", { style:
|
|
2429
|
+
/* @__PURE__ */ a("div", { style: x.propertyDescription, children: "Button text content" })
|
|
2434
2430
|
] }),
|
|
2435
|
-
/* @__PURE__ */ f("div", { style:
|
|
2436
|
-
/* @__PURE__ */ f("div", { style:
|
|
2431
|
+
/* @__PURE__ */ f("div", { style: x.propertyRow, children: [
|
|
2432
|
+
/* @__PURE__ */ f("div", { style: x.propertyLabel, children: [
|
|
2437
2433
|
"variant",
|
|
2438
2434
|
/* @__PURE__ */ a("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: " : select" })
|
|
2439
2435
|
] }),
|
|
2440
|
-
/* @__PURE__ */ f("select", { style:
|
|
2436
|
+
/* @__PURE__ */ f("select", { style: x.propertySelect, defaultValue: "default", children: [
|
|
2441
2437
|
/* @__PURE__ */ a("option", { value: "default", children: "default" }),
|
|
2442
2438
|
/* @__PURE__ */ a("option", { value: "primary", children: "primary" }),
|
|
2443
2439
|
/* @__PURE__ */ a("option", { value: "secondary", children: "secondary" }),
|
|
2444
2440
|
/* @__PURE__ */ a("option", { value: "destructive", children: "destructive" })
|
|
2445
2441
|
] }),
|
|
2446
|
-
/* @__PURE__ */ a("div", { style:
|
|
2442
|
+
/* @__PURE__ */ a("div", { style: x.propertyDescription, children: "Visual style variant" })
|
|
2447
2443
|
] }),
|
|
2448
|
-
/* @__PURE__ */ f("div", { style:
|
|
2449
|
-
/* @__PURE__ */ f("div", { style:
|
|
2444
|
+
/* @__PURE__ */ f("div", { style: x.propertyRow, children: [
|
|
2445
|
+
/* @__PURE__ */ f("div", { style: x.propertyLabel, children: [
|
|
2450
2446
|
"size",
|
|
2451
2447
|
/* @__PURE__ */ a("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: " : select" })
|
|
2452
2448
|
] }),
|
|
2453
|
-
/* @__PURE__ */ f("select", { style:
|
|
2449
|
+
/* @__PURE__ */ f("select", { style: x.propertySelect, defaultValue: "default", children: [
|
|
2454
2450
|
/* @__PURE__ */ a("option", { value: "sm", children: "sm" }),
|
|
2455
2451
|
/* @__PURE__ */ a("option", { value: "default", children: "default" }),
|
|
2456
2452
|
/* @__PURE__ */ a("option", { value: "lg", children: "lg" })
|
|
2457
2453
|
] }),
|
|
2458
|
-
/* @__PURE__ */ a("div", { style:
|
|
2454
|
+
/* @__PURE__ */ a("div", { style: x.propertyDescription, children: "Button size" })
|
|
2459
2455
|
] }),
|
|
2460
|
-
/* @__PURE__ */ f("div", { style:
|
|
2461
|
-
/* @__PURE__ */ f("div", { style:
|
|
2456
|
+
/* @__PURE__ */ f("div", { style: x.propertyRow, children: [
|
|
2457
|
+
/* @__PURE__ */ f("div", { style: x.propertyLabel, children: [
|
|
2462
2458
|
"disabled",
|
|
2463
2459
|
/* @__PURE__ */ a("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: " : boolean" })
|
|
2464
2460
|
] }),
|
|
2465
|
-
/* @__PURE__ */ a(
|
|
2466
|
-
/* @__PURE__ */ a("div", { style:
|
|
2461
|
+
/* @__PURE__ */ a(pn, {}),
|
|
2462
|
+
/* @__PURE__ */ a("div", { style: x.propertyDescription, children: "Disable the button" })
|
|
2467
2463
|
] })
|
|
2468
2464
|
] })
|
|
2469
|
-
),
|
|
2465
|
+
), un = E(
|
|
2470
2466
|
{
|
|
2471
2467
|
selectedNode: m.const()
|
|
2472
2468
|
},
|
|
2473
|
-
(r, e) => /* @__PURE__ */ f("div", { style:
|
|
2474
|
-
/* @__PURE__ */ f("div", { style:
|
|
2469
|
+
(r, e) => /* @__PURE__ */ f("div", { style: Ie(x.sidebar, x.sidebarRight), children: [
|
|
2470
|
+
/* @__PURE__ */ f("div", { style: x.sidebarHeader, children: [
|
|
2475
2471
|
/* @__PURE__ */ a("span", { style: { marginRight: "6px", color: "var(--component-explorer-textLink-foreground)" }, children: "</>" }),
|
|
2476
2472
|
"Props"
|
|
2477
2473
|
] }),
|
|
2478
|
-
/* @__PURE__ */ a("div", { style:
|
|
2474
|
+
/* @__PURE__ */ a("div", { style: x.sidebarContent, children: e.selectedNode ? /* @__PURE__ */ a(gn, { node: e.selectedNode }) : /* @__PURE__ */ a("div", { style: { padding: "12px", color: "var(--component-explorer-descriptionForeground)", fontSize: "12px" }, children: "Select a component to view its properties" }) })
|
|
2479
2475
|
] })
|
|
2480
2476
|
), Ue = 500;
|
|
2481
2477
|
function Fo(r) {
|
|
@@ -2511,16 +2507,16 @@ function Fo(r) {
|
|
|
2511
2507
|
};
|
|
2512
2508
|
}
|
|
2513
2509
|
const Io = Fo("component-explorer:fixtureHeights"), Ro = Fo("component-explorer:fixtureContentHeights");
|
|
2514
|
-
function
|
|
2510
|
+
function mn(r, e) {
|
|
2515
2511
|
Io.set(r, e);
|
|
2516
2512
|
}
|
|
2517
|
-
function
|
|
2513
|
+
function fn() {
|
|
2518
2514
|
return Io.getAll();
|
|
2519
2515
|
}
|
|
2520
|
-
function
|
|
2516
|
+
function hn(r, e) {
|
|
2521
2517
|
Ro.set(r, e);
|
|
2522
2518
|
}
|
|
2523
|
-
function
|
|
2519
|
+
function xn(r) {
|
|
2524
2520
|
return Ro.get(r);
|
|
2525
2521
|
}
|
|
2526
2522
|
function je(r, e) {
|
|
@@ -2535,13 +2531,13 @@ function je(r, e) {
|
|
|
2535
2531
|
} else i.type === "adopted" && (e.adoptedStyleSheets = [...e.adoptedStyleSheets, i.sheet], n.push(i.sheet));
|
|
2536
2532
|
return { injectedElements: o, adoptedSheets: n };
|
|
2537
2533
|
}
|
|
2538
|
-
function
|
|
2534
|
+
function bn(r, e, o) {
|
|
2539
2535
|
for (const n of r)
|
|
2540
2536
|
n.remove();
|
|
2541
2537
|
for (const n of e)
|
|
2542
2538
|
o.adoptedStyleSheets = o.adoptedStyleSheets.filter((t) => t !== n);
|
|
2543
2539
|
}
|
|
2544
|
-
class
|
|
2540
|
+
class Re {
|
|
2545
2541
|
constructor(e, o) {
|
|
2546
2542
|
s(this, "renderTarget");
|
|
2547
2543
|
s(this, "iframe", null);
|
|
@@ -2554,47 +2550,46 @@ class Ie {
|
|
|
2554
2550
|
this.component = o;
|
|
2555
2551
|
const n = o.isolation;
|
|
2556
2552
|
if (n === "shadow-dom") {
|
|
2557
|
-
const
|
|
2558
|
-
if (this._styleTarget =
|
|
2559
|
-
const { injectedElements:
|
|
2560
|
-
this._injectedElements =
|
|
2553
|
+
const i = e.attachShadow({ mode: "open" });
|
|
2554
|
+
if (this._styleTarget = i, o.styles) {
|
|
2555
|
+
const { injectedElements: c, adoptedSheets: d } = je(o.styles, i);
|
|
2556
|
+
this._injectedElements = c, this._adoptedSheets = d;
|
|
2561
2557
|
}
|
|
2562
|
-
this.renderTarget = document.createElement("div"),
|
|
2558
|
+
this.renderTarget = document.createElement("div"), i.appendChild(this.renderTarget);
|
|
2563
2559
|
} else if (n === "iframe") {
|
|
2564
|
-
const
|
|
2565
|
-
|
|
2566
|
-
const
|
|
2567
|
-
|
|
2568
|
-
const
|
|
2569
|
-
var
|
|
2570
|
-
if (
|
|
2571
|
-
const
|
|
2572
|
-
|
|
2560
|
+
const i = document.createElement("iframe");
|
|
2561
|
+
i.style.border = "none", i.style.display = "block", i.style.width = "100%", i.style.height = (xn(o.id) ?? 0) + "px";
|
|
2562
|
+
const c = new URL(location.pathname, location.origin);
|
|
2563
|
+
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 = (l) => {
|
|
2565
|
+
var p;
|
|
2566
|
+
if (l.source === i.contentWindow && ((p = l.data) == null ? void 0 : p.type) === "component-explorer:resize") {
|
|
2567
|
+
const g = l.data.height;
|
|
2568
|
+
i.style.height = g + "px", hn(o.id, g);
|
|
2573
2569
|
}
|
|
2574
2570
|
};
|
|
2575
|
-
window.addEventListener("message",
|
|
2576
|
-
window.removeEventListener("message",
|
|
2577
|
-
}), this.renderTarget =
|
|
2571
|
+
window.addEventListener("message", d), this._abortController.signal.addEventListener("abort", () => {
|
|
2572
|
+
window.removeEventListener("message", d);
|
|
2573
|
+
}), this.renderTarget = i, this._rendered = Promise.resolve(void 0);
|
|
2578
2574
|
return;
|
|
2579
2575
|
} else {
|
|
2580
2576
|
if (o.styles) {
|
|
2581
|
-
const { injectedElements:
|
|
2582
|
-
this._injectedElements =
|
|
2577
|
+
const { injectedElements: i, adoptedSheets: c } = je(o.styles, document);
|
|
2578
|
+
this._injectedElements = i, this._adoptedSheets = c;
|
|
2583
2579
|
}
|
|
2584
2580
|
this.renderTarget = document.createElement("div"), e.appendChild(this.renderTarget);
|
|
2585
2581
|
}
|
|
2586
|
-
const t =
|
|
2587
|
-
props: t,
|
|
2582
|
+
const t = o.render(this.renderTarget, {
|
|
2588
2583
|
signal: this._abortController.signal
|
|
2589
2584
|
});
|
|
2590
|
-
|
|
2591
|
-
var
|
|
2585
|
+
t instanceof Promise ? this._rendered = t.then((i) => {
|
|
2586
|
+
var c;
|
|
2592
2587
|
if (this._abortController.signal.aborted) {
|
|
2593
|
-
(
|
|
2588
|
+
(c = i == null ? void 0 : i.dispose) == null || c.call(i);
|
|
2594
2589
|
return;
|
|
2595
2590
|
}
|
|
2596
|
-
return this._resolvedResult =
|
|
2597
|
-
}) : (this._resolvedResult =
|
|
2591
|
+
return this._resolvedResult = i ?? void 0, this._resolvedResult;
|
|
2592
|
+
}) : (this._resolvedResult = t ?? void 0, this._rendered = Promise.resolve(this._resolvedResult));
|
|
2598
2593
|
}
|
|
2599
2594
|
async waitForRendering() {
|
|
2600
2595
|
const e = await this._rendered;
|
|
@@ -2602,23 +2597,23 @@ class Ie {
|
|
|
2602
2597
|
}
|
|
2603
2598
|
dispose() {
|
|
2604
2599
|
var e, o;
|
|
2605
|
-
this._abortController.abort(), (o = (e = this._resolvedResult) == null ? void 0 : e.dispose) == null || o.call(e), this._resolvedResult = void 0,
|
|
2600
|
+
this._abortController.abort(), (o = (e = this._resolvedResult) == null ? void 0 : e.dispose) == null || o.call(e), this._resolvedResult = void 0, bn(this._injectedElements, this._adoptedSheets, this._styleTarget);
|
|
2606
2601
|
}
|
|
2607
2602
|
}
|
|
2608
|
-
let
|
|
2609
|
-
function
|
|
2610
|
-
|
|
2603
|
+
let xe;
|
|
2604
|
+
function vn(r) {
|
|
2605
|
+
xe = r;
|
|
2611
2606
|
}
|
|
2612
|
-
function
|
|
2613
|
-
if (!
|
|
2607
|
+
function kn() {
|
|
2608
|
+
if (!xe)
|
|
2614
2609
|
throw new Error("Explorer shadow host not initialized");
|
|
2615
|
-
return
|
|
2610
|
+
return xe;
|
|
2616
2611
|
}
|
|
2617
2612
|
const Eo = /* @__PURE__ */ new WeakSet(), qe = HTMLElement.prototype.focus;
|
|
2618
2613
|
HTMLElement.prototype.focus = function(r) {
|
|
2619
|
-
!(r != null && r.preventScroll) &&
|
|
2614
|
+
!(r != null && r.preventScroll) && yn(this) ? qe.call(this, { ...r, preventScroll: !0 }) : qe.call(this, r);
|
|
2620
2615
|
};
|
|
2621
|
-
function
|
|
2616
|
+
function yn(r) {
|
|
2622
2617
|
let e = r;
|
|
2623
2618
|
for (; e; ) {
|
|
2624
2619
|
if (e instanceof HTMLElement && Eo.has(e))
|
|
@@ -2627,11 +2622,11 @@ function wn(r) {
|
|
|
2627
2622
|
}
|
|
2628
2623
|
return !1;
|
|
2629
2624
|
}
|
|
2630
|
-
function
|
|
2625
|
+
function wn(r) {
|
|
2631
2626
|
Eo.add(r);
|
|
2632
2627
|
}
|
|
2633
|
-
let
|
|
2634
|
-
class
|
|
2628
|
+
let Bn = 0;
|
|
2629
|
+
class _n extends L({
|
|
2635
2630
|
fixture: m.const(),
|
|
2636
2631
|
compact: m.const(),
|
|
2637
2632
|
onSelect: m.const()
|
|
@@ -2642,12 +2637,12 @@ class Cn extends L({
|
|
|
2642
2637
|
s(this, "_fixtureContainer", null);
|
|
2643
2638
|
s(this, "_rendering", null);
|
|
2644
2639
|
s(this, "_resizeObserver", null);
|
|
2645
|
-
s(this, "measuredWidth",
|
|
2646
|
-
s(this, "measuredHeight",
|
|
2647
|
-
s(this, "slotName", `fixture-${
|
|
2640
|
+
s(this, "measuredWidth", B(this, void 0));
|
|
2641
|
+
s(this, "measuredHeight", B(this, void 0));
|
|
2642
|
+
s(this, "slotName", `fixture-${Bn++}`);
|
|
2648
2643
|
s(this, "setCanvasRef", (o) => {
|
|
2649
2644
|
if (o === this._canvasRef || (this._cleanup(), this._canvasRef = o, !o)) return;
|
|
2650
|
-
const n =
|
|
2645
|
+
const n = kn(), t = document.createElement("div");
|
|
2651
2646
|
t.slot = this.slotName;
|
|
2652
2647
|
const i = this.fixture.component, c = i.displayMode;
|
|
2653
2648
|
if (c.type === "page") {
|
|
@@ -2655,12 +2650,12 @@ class Cn extends L({
|
|
|
2655
2650
|
t.style.width = `${p.width}px`, t.style.height = `${p.height}px`, t.style.overflow = "auto";
|
|
2656
2651
|
} else
|
|
2657
2652
|
t.style.all = "initial", t.style.display = "inline-block";
|
|
2658
|
-
n.appendChild(t), this._fixtureContainer = t,
|
|
2659
|
-
const d = new
|
|
2653
|
+
n.appendChild(t), this._fixtureContainer = t, wn(t);
|
|
2654
|
+
const d = new Re(t, i);
|
|
2660
2655
|
this._rendering = d, this._resizeObserver = new ResizeObserver((l) => {
|
|
2661
2656
|
for (const p of l) {
|
|
2662
|
-
const { width: g, height:
|
|
2663
|
-
|
|
2657
|
+
const { width: g, height: v } = p.contentRect;
|
|
2658
|
+
v > 0 && (this.measuredWidth.set(Math.round(g), void 0), this.measuredHeight.set(Math.round(v), void 0));
|
|
2664
2659
|
}
|
|
2665
2660
|
}), this._resizeObserver.observe(d.renderTarget);
|
|
2666
2661
|
});
|
|
@@ -2682,8 +2677,8 @@ class Cn extends L({
|
|
|
2682
2677
|
this._cleanup();
|
|
2683
2678
|
}
|
|
2684
2679
|
}
|
|
2685
|
-
const Ho =
|
|
2686
|
-
|
|
2680
|
+
const Ho = D(
|
|
2681
|
+
_n,
|
|
2687
2682
|
{},
|
|
2688
2683
|
(r, e) => {
|
|
2689
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}` : "", l = c ? q.wrapperCompact : q.wrapper, p = c ? q.nameCompact : q.name;
|
|
@@ -2702,7 +2697,7 @@ const Ho = N(
|
|
|
2702
2697
|
),
|
|
2703
2698
|
!c && d && /* @__PURE__ */ a("span", { style: q.dimensions, children: d })
|
|
2704
2699
|
] }),
|
|
2705
|
-
/* @__PURE__ */ a("div", { ref: e.setCanvasRef, style:
|
|
2700
|
+
/* @__PURE__ */ a("div", { ref: e.setCanvasRef, style: In(n.background), children: /* @__PURE__ */ a("slot", { name: e.slotName }) })
|
|
2706
2701
|
] });
|
|
2707
2702
|
}
|
|
2708
2703
|
), j = 8;
|
|
@@ -2714,13 +2709,13 @@ function To(r, e) {
|
|
|
2714
2709
|
linear-gradient(-45deg, transparent 75%, ${e} 75%)
|
|
2715
2710
|
`;
|
|
2716
2711
|
}
|
|
2717
|
-
const
|
|
2712
|
+
const Cn = {
|
|
2718
2713
|
backgroundColor: "#ffffff",
|
|
2719
2714
|
backgroundImage: To("#ffffff", "#e5e5e5")
|
|
2720
|
-
},
|
|
2715
|
+
}, Sn = {
|
|
2721
2716
|
backgroundColor: "#1e1e1e",
|
|
2722
2717
|
backgroundImage: To("#1e1e1e", "#2d2d2d")
|
|
2723
|
-
},
|
|
2718
|
+
}, Fn = {
|
|
2724
2719
|
display: "inline-block",
|
|
2725
2720
|
padding: "12px",
|
|
2726
2721
|
borderRadius: "4px",
|
|
@@ -2730,10 +2725,10 @@ const Sn = {
|
|
|
2730
2725
|
overflow: "hidden",
|
|
2731
2726
|
position: "relative"
|
|
2732
2727
|
};
|
|
2733
|
-
function
|
|
2734
|
-
const e = r === "dark" ?
|
|
2728
|
+
function In(r) {
|
|
2729
|
+
const e = r === "dark" ? Sn : Cn;
|
|
2735
2730
|
return {
|
|
2736
|
-
...
|
|
2731
|
+
...Fn,
|
|
2737
2732
|
backgroundColor: e.backgroundColor,
|
|
2738
2733
|
backgroundImage: e.backgroundImage
|
|
2739
2734
|
};
|
|
@@ -2767,14 +2762,14 @@ const q = {
|
|
|
2767
2762
|
fontFamily: "var(--component-explorer-editor-font-family, monospace)"
|
|
2768
2763
|
}
|
|
2769
2764
|
};
|
|
2770
|
-
class
|
|
2765
|
+
class Rn extends L({
|
|
2771
2766
|
fixtureId: m.const(),
|
|
2772
2767
|
sessionName: m.const(),
|
|
2773
2768
|
daemon: m.const()
|
|
2774
2769
|
}) {
|
|
2775
2770
|
constructor(o) {
|
|
2776
2771
|
super(o);
|
|
2777
|
-
s(this, "screenshot",
|
|
2772
|
+
s(this, "screenshot", B(this, { status: "idle" }));
|
|
2778
2773
|
s(this, "_fetchVersion", 0);
|
|
2779
2774
|
this._store.add(ho((n) => {
|
|
2780
2775
|
this.props.daemon.sourceTreeIds.read(n).get(this.props.sessionName) && this._fetchScreenshot();
|
|
@@ -2794,26 +2789,26 @@ class En extends L({
|
|
|
2794
2789
|
}
|
|
2795
2790
|
}
|
|
2796
2791
|
}
|
|
2797
|
-
const Qe =
|
|
2798
|
-
|
|
2792
|
+
const Qe = D(
|
|
2793
|
+
Rn,
|
|
2799
2794
|
{},
|
|
2800
2795
|
(r, e) => {
|
|
2801
2796
|
const o = e.screenshot.read(r);
|
|
2802
2797
|
if (o.status === "idle" || o.status === "loading")
|
|
2803
|
-
return /* @__PURE__ */ a("div", { style:
|
|
2798
|
+
return /* @__PURE__ */ a("div", { style: N.placeholder, children: /* @__PURE__ */ a("div", { style: N.shimmer }) });
|
|
2804
2799
|
if (o.status === "error")
|
|
2805
|
-
return /* @__PURE__ */ a("div", { style:
|
|
2800
|
+
return /* @__PURE__ */ a("div", { style: N.error, children: /* @__PURE__ */ a("span", { style: N.errorText, children: "Screenshot failed" }) });
|
|
2806
2801
|
const { data: n } = o;
|
|
2807
2802
|
return n.image ? /* @__PURE__ */ a(
|
|
2808
2803
|
"img",
|
|
2809
2804
|
{
|
|
2810
2805
|
src: `data:image/png;base64,${n.image}`,
|
|
2811
|
-
style:
|
|
2806
|
+
style: N.image,
|
|
2812
2807
|
alt: `Screenshot of ${e.fixtureId}`
|
|
2813
2808
|
}
|
|
2814
|
-
) : /* @__PURE__ */ a("div", { style:
|
|
2809
|
+
) : /* @__PURE__ */ a("div", { style: N.placeholder, children: /* @__PURE__ */ a("span", { style: N.hashText, children: n.hash.slice(0, 12) }) });
|
|
2815
2810
|
}
|
|
2816
|
-
),
|
|
2811
|
+
), N = {
|
|
2817
2812
|
placeholder: {
|
|
2818
2813
|
minHeight: 80,
|
|
2819
2814
|
display: "flex",
|
|
@@ -2856,7 +2851,7 @@ const Qe = N(
|
|
|
2856
2851
|
border: "1px solid var(--component-explorer-panel-border)"
|
|
2857
2852
|
}
|
|
2858
2853
|
};
|
|
2859
|
-
class
|
|
2854
|
+
class En extends L({
|
|
2860
2855
|
fixtureId: m.const(),
|
|
2861
2856
|
daemon: m.const(),
|
|
2862
2857
|
baselineSession: m.const(),
|
|
@@ -2864,7 +2859,7 @@ class Hn extends L({
|
|
|
2864
2859
|
}) {
|
|
2865
2860
|
constructor(o) {
|
|
2866
2861
|
super(o);
|
|
2867
|
-
s(this, "comparisonStatus",
|
|
2862
|
+
s(this, "comparisonStatus", B(this, { status: "loading" }));
|
|
2868
2863
|
this._store.add(ho((n) => {
|
|
2869
2864
|
const t = this.props.daemon.sourceTreeIds.read(n), i = t.get(this.props.baselineSession), c = t.get(this.props.currentSession);
|
|
2870
2865
|
i && c && this._fetchComparison();
|
|
@@ -2896,8 +2891,8 @@ class Hn extends L({
|
|
|
2896
2891
|
}
|
|
2897
2892
|
}
|
|
2898
2893
|
}
|
|
2899
|
-
const
|
|
2900
|
-
|
|
2894
|
+
const Hn = D(
|
|
2895
|
+
En,
|
|
2901
2896
|
{},
|
|
2902
2897
|
(r, e) => {
|
|
2903
2898
|
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" });
|
|
@@ -2932,7 +2927,7 @@ const Tn = N(
|
|
|
2932
2927
|
] })
|
|
2933
2928
|
] });
|
|
2934
2929
|
}
|
|
2935
|
-
),
|
|
2930
|
+
), Tn = E(
|
|
2936
2931
|
{
|
|
2937
2932
|
name: m.const(),
|
|
2938
2933
|
path: m.const(),
|
|
@@ -2942,7 +2937,7 @@ const Tn = N(
|
|
|
2942
2937
|
currentSession: m.const()
|
|
2943
2938
|
},
|
|
2944
2939
|
(r, e) => /* @__PURE__ */ a("div", { style: F.groupContent, children: e.items.map((o) => /* @__PURE__ */ a(
|
|
2945
|
-
|
|
2940
|
+
Hn,
|
|
2946
2941
|
{
|
|
2947
2942
|
fixtureId: o.fixtureId,
|
|
2948
2943
|
daemon: e.daemon,
|
|
@@ -3020,13 +3015,13 @@ function Mo(r, e) {
|
|
|
3020
3015
|
linear-gradient(-45deg, transparent 75%, ${e} 75%)
|
|
3021
3016
|
`;
|
|
3022
3017
|
}
|
|
3023
|
-
const
|
|
3018
|
+
const Mn = {
|
|
3024
3019
|
backgroundColor: "#ffffff",
|
|
3025
3020
|
backgroundImage: Mo("#ffffff", "#e5e5e5")
|
|
3026
|
-
},
|
|
3021
|
+
}, On = {
|
|
3027
3022
|
backgroundColor: "#1e1e1e",
|
|
3028
3023
|
backgroundImage: Mo("#1e1e1e", "#2d2d2d")
|
|
3029
|
-
},
|
|
3024
|
+
}, Vn = {
|
|
3030
3025
|
display: "inline-block",
|
|
3031
3026
|
padding: "12px",
|
|
3032
3027
|
borderRadius: "4px",
|
|
@@ -3034,16 +3029,16 @@ const On = {
|
|
|
3034
3029
|
backgroundPosition: `0 0, 0 ${Q}px, ${Q}px -${Q}px, -${Q}px 0`,
|
|
3035
3030
|
boxShadow: "0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.08)"
|
|
3036
3031
|
};
|
|
3037
|
-
function
|
|
3038
|
-
const e = r === "dark" ?
|
|
3032
|
+
function Ln(r) {
|
|
3033
|
+
const e = r === "dark" ? On : Mn;
|
|
3039
3034
|
return {
|
|
3040
|
-
...
|
|
3035
|
+
...Vn,
|
|
3041
3036
|
backgroundColor: e.backgroundColor,
|
|
3042
3037
|
backgroundImage: e.backgroundImage
|
|
3043
3038
|
};
|
|
3044
3039
|
}
|
|
3045
3040
|
function Ke({ src: r, alt: e, background: o }) {
|
|
3046
|
-
return /* @__PURE__ */ a("div", { style:
|
|
3041
|
+
return /* @__PURE__ */ a("div", { style: Ln(o), children: /* @__PURE__ */ a("img", { src: r, alt: e, style: S.image }) });
|
|
3047
3042
|
}
|
|
3048
3043
|
const Dn = E(
|
|
3049
3044
|
{
|
|
@@ -3051,15 +3046,15 @@ const Dn = E(
|
|
|
3051
3046
|
reportModel: m.const()
|
|
3052
3047
|
},
|
|
3053
3048
|
(r, e) => {
|
|
3054
|
-
const { item: o, reportModel: n } = e, { entry: t } = o, i = t.background ?? "light", c = t.status === "unchanged" ? /* @__PURE__ */ a("span", { style:
|
|
3055
|
-
return /* @__PURE__ */ f("div", { style:
|
|
3056
|
-
/* @__PURE__ */ f("div", { style:
|
|
3057
|
-
/* @__PURE__ */ a("span", { style:
|
|
3049
|
+
const { item: o, reportModel: n } = e, { entry: t } = o, i = t.background ?? "light", c = t.status === "unchanged" ? /* @__PURE__ */ a("span", { style: S.badgeMatch, children: "✓ match" }) : t.status === "changed" ? /* @__PURE__ */ a("span", { style: S.badgeChanged, children: "● changed" }) : /* @__PURE__ */ a("span", { style: S.badgeAdded, children: "+ added" }), d = t.baselineScreenshot || t.currentScreenshot;
|
|
3050
|
+
return /* @__PURE__ */ f("div", { style: S.fixtureRow, children: [
|
|
3051
|
+
/* @__PURE__ */ f("div", { style: S.fixtureLabel, children: [
|
|
3052
|
+
/* @__PURE__ */ a("span", { style: S.fixtureName, children: o.fixtureId }),
|
|
3058
3053
|
c
|
|
3059
3054
|
] }),
|
|
3060
|
-
d && /* @__PURE__ */ f("div", { style:
|
|
3061
|
-
t.baselineScreenshot && /* @__PURE__ */ f("div", { style:
|
|
3062
|
-
/* @__PURE__ */ a("span", { style:
|
|
3055
|
+
d && /* @__PURE__ */ f("div", { style: S.sideBySide, children: [
|
|
3056
|
+
t.baselineScreenshot && /* @__PURE__ */ f("div", { style: S.screenshotColumn, children: [
|
|
3057
|
+
/* @__PURE__ */ a("span", { style: S.columnLabel, children: "Baseline" }),
|
|
3063
3058
|
/* @__PURE__ */ a(
|
|
3064
3059
|
Ke,
|
|
3065
3060
|
{
|
|
@@ -3069,8 +3064,8 @@ const Dn = E(
|
|
|
3069
3064
|
}
|
|
3070
3065
|
)
|
|
3071
3066
|
] }),
|
|
3072
|
-
t.currentScreenshot && /* @__PURE__ */ f("div", { style:
|
|
3073
|
-
/* @__PURE__ */ a("span", { style:
|
|
3067
|
+
t.currentScreenshot && /* @__PURE__ */ f("div", { style: S.screenshotColumn, children: [
|
|
3068
|
+
/* @__PURE__ */ a("span", { style: S.columnLabel, children: "Current" }),
|
|
3074
3069
|
/* @__PURE__ */ a(
|
|
3075
3070
|
Ke,
|
|
3076
3071
|
{
|
|
@@ -3081,20 +3076,20 @@ const Dn = E(
|
|
|
3081
3076
|
)
|
|
3082
3077
|
] })
|
|
3083
3078
|
] }),
|
|
3084
|
-
!d && t.status === "unchanged" && /* @__PURE__ */ a("div", { style:
|
|
3079
|
+
!d && t.status === "unchanged" && /* @__PURE__ */ a("div", { style: S.hashRow, children: /* @__PURE__ */ f("span", { style: S.hashText, children: [
|
|
3085
3080
|
"hash: ",
|
|
3086
3081
|
t.targetHash
|
|
3087
3082
|
] }) })
|
|
3088
3083
|
] });
|
|
3089
3084
|
}
|
|
3090
|
-
),
|
|
3085
|
+
), Nn = E(
|
|
3091
3086
|
{
|
|
3092
3087
|
name: m.const(),
|
|
3093
3088
|
path: m.const(),
|
|
3094
3089
|
items: m.const(),
|
|
3095
3090
|
reportModel: m.const()
|
|
3096
3091
|
},
|
|
3097
|
-
(r, e) => /* @__PURE__ */ a("div", { style:
|
|
3092
|
+
(r, e) => /* @__PURE__ */ a("div", { style: S.groupContent, children: e.items.map((o) => /* @__PURE__ */ a(
|
|
3098
3093
|
Dn,
|
|
3099
3094
|
{
|
|
3100
3095
|
item: o,
|
|
@@ -3102,7 +3097,7 @@ const Dn = E(
|
|
|
3102
3097
|
},
|
|
3103
3098
|
o.fixtureId
|
|
3104
3099
|
)) })
|
|
3105
|
-
),
|
|
3100
|
+
), S = {
|
|
3106
3101
|
groupContent: {
|
|
3107
3102
|
display: "flex",
|
|
3108
3103
|
flexDirection: "column",
|
|
@@ -3166,7 +3161,7 @@ const Dn = E(
|
|
|
3166
3161
|
color: "var(--component-explorer-testing-iconQueued)",
|
|
3167
3162
|
fontWeight: 500
|
|
3168
3163
|
}
|
|
3169
|
-
},
|
|
3164
|
+
}, Gn = 280, An = 32, ce = 32, Je = 400;
|
|
3170
3165
|
let Oo = 0;
|
|
3171
3166
|
function G(r, e) {
|
|
3172
3167
|
const o = ++Oo, n = performance.now().toFixed(1);
|
|
@@ -3192,7 +3187,7 @@ function Lo() {
|
|
|
3192
3187
|
}
|
|
3193
3188
|
return {};
|
|
3194
3189
|
}
|
|
3195
|
-
function
|
|
3190
|
+
function zn(r, e) {
|
|
3196
3191
|
try {
|
|
3197
3192
|
const o = Lo();
|
|
3198
3193
|
o[r] = e;
|
|
@@ -3201,27 +3196,27 @@ function Pn(r, e) {
|
|
|
3201
3196
|
} catch {
|
|
3202
3197
|
}
|
|
3203
3198
|
}
|
|
3204
|
-
function
|
|
3199
|
+
function Pn(r) {
|
|
3205
3200
|
return Lo()[r];
|
|
3206
3201
|
}
|
|
3207
|
-
function
|
|
3202
|
+
function Do(r) {
|
|
3208
3203
|
return r.type === "single" ? r.fixture.id : r.id;
|
|
3209
3204
|
}
|
|
3210
|
-
function
|
|
3205
|
+
function Wn(r, e) {
|
|
3211
3206
|
const o = new Array(r.length);
|
|
3212
|
-
let n =
|
|
3207
|
+
let n = ce;
|
|
3213
3208
|
for (let t = 0; t < r.length; t++) {
|
|
3214
|
-
const i = e.get(
|
|
3215
|
-
o[t] = { top: n, height: i }, n += i +
|
|
3209
|
+
const i = e.get(Do(r[t])) ?? Gn;
|
|
3210
|
+
o[t] = { top: n, height: i }, n += i + An;
|
|
3216
3211
|
}
|
|
3217
3212
|
return o;
|
|
3218
3213
|
}
|
|
3219
|
-
function
|
|
3214
|
+
function be(r) {
|
|
3220
3215
|
if (r.length === 0) return 0;
|
|
3221
3216
|
const e = r[r.length - 1];
|
|
3222
|
-
return e.top + e.height +
|
|
3217
|
+
return e.top + e.height + ce;
|
|
3223
3218
|
}
|
|
3224
|
-
function
|
|
3219
|
+
function No(r, e) {
|
|
3225
3220
|
let o = 0, n = r.length;
|
|
3226
3221
|
for (; o < n; ) {
|
|
3227
3222
|
const t = o + n >> 1;
|
|
@@ -3229,9 +3224,9 @@ function Do(r, e) {
|
|
|
3229
3224
|
}
|
|
3230
3225
|
return o;
|
|
3231
3226
|
}
|
|
3232
|
-
function
|
|
3227
|
+
function $n(r, e, o) {
|
|
3233
3228
|
if (r.length === 0) return { start: 0, end: 0 };
|
|
3234
|
-
const n =
|
|
3229
|
+
const n = No(r, e - Je);
|
|
3235
3230
|
let t = n;
|
|
3236
3231
|
const i = e + o + Je;
|
|
3237
3232
|
for (; t < r.length && r[t].top < i; )
|
|
@@ -3240,7 +3235,7 @@ function Un(r, e, o) {
|
|
|
3240
3235
|
}
|
|
3241
3236
|
function Xe(r, e) {
|
|
3242
3237
|
if (r.length === 0) return;
|
|
3243
|
-
const o =
|
|
3238
|
+
const o = No(r, e), n = Math.min(o, r.length - 1);
|
|
3244
3239
|
return {
|
|
3245
3240
|
rowIndex: n,
|
|
3246
3241
|
offsetFromViewport: r[n].top - e
|
|
@@ -3255,7 +3250,7 @@ function oo(r) {
|
|
|
3255
3250
|
function ro(r) {
|
|
3256
3251
|
return r.split(" / ").slice(1);
|
|
3257
3252
|
}
|
|
3258
|
-
function
|
|
3253
|
+
function Un(r, e, o) {
|
|
3259
3254
|
const n = o.split("/"), t = n.length - r.length;
|
|
3260
3255
|
for (let i = 0; i < r.length; i++)
|
|
3261
3256
|
if (!e || i >= e.length || r[i] !== e[i])
|
|
@@ -3267,11 +3262,11 @@ function jn(r, e, o) {
|
|
|
3267
3262
|
return [];
|
|
3268
3263
|
}
|
|
3269
3264
|
const no = ["h1", "h2", "h3", "h4"];
|
|
3270
|
-
function
|
|
3265
|
+
function jn(r) {
|
|
3271
3266
|
return no[Math.min(r, no.length - 1)];
|
|
3272
3267
|
}
|
|
3273
3268
|
const to = ["22px", "15px", "13px", "12px"];
|
|
3274
|
-
function
|
|
3269
|
+
function qn(r) {
|
|
3275
3270
|
return {
|
|
3276
3271
|
fontSize: to[Math.min(r, to.length - 1)],
|
|
3277
3272
|
fontWeight: r <= 1 ? 600 : 500,
|
|
@@ -3282,14 +3277,14 @@ function Qn(r) {
|
|
|
3282
3277
|
borderBottom: r === 0 ? "1px solid var(--component-explorer-widget-border, var(--component-explorer-panel-border, rgba(128,128,128,0.35)))" : void 0
|
|
3283
3278
|
};
|
|
3284
3279
|
}
|
|
3285
|
-
class
|
|
3280
|
+
class Qn extends L({
|
|
3286
3281
|
model: m.const()
|
|
3287
3282
|
}) {
|
|
3288
3283
|
constructor() {
|
|
3289
3284
|
super(...arguments);
|
|
3290
|
-
s(this, "_rowHeights",
|
|
3291
|
-
s(this, "_scrollTop",
|
|
3292
|
-
s(this, "_viewportHeight",
|
|
3285
|
+
s(this, "_rowHeights", B(this, fn()));
|
|
3286
|
+
s(this, "_scrollTop", B(this, 0));
|
|
3287
|
+
s(this, "_viewportHeight", B(this, 0));
|
|
3293
3288
|
s(this, "_scrollContainerRef", null);
|
|
3294
3289
|
s(this, "_resizeObserver", null);
|
|
3295
3290
|
s(this, "_viewportResizeObserver", null);
|
|
@@ -3298,11 +3293,11 @@ class Kn extends L({
|
|
|
3298
3293
|
s(this, "_suppressScrollHandler", !1);
|
|
3299
3294
|
s(this, "layout", R(this, (o) => {
|
|
3300
3295
|
const n = this.explorerModel.selectedFixtures.read(o), t = this._rowHeights.read(o);
|
|
3301
|
-
return
|
|
3296
|
+
return Wn(n, t);
|
|
3302
3297
|
}));
|
|
3303
3298
|
s(this, "visibleRowRange", R(this, (o) => {
|
|
3304
3299
|
const n = this.layout.read(o), t = this._scrollTop.read(o), i = this._viewportHeight.read(o);
|
|
3305
|
-
return
|
|
3300
|
+
return $n(n, t, i);
|
|
3306
3301
|
}));
|
|
3307
3302
|
s(this, "setScrollContainerRef", (o) => {
|
|
3308
3303
|
var n;
|
|
@@ -3327,7 +3322,7 @@ class Kn extends L({
|
|
|
3327
3322
|
this._scrollSaveTimeout && clearTimeout(this._scrollSaveTimeout), this._scrollSaveTimeout = setTimeout(() => {
|
|
3328
3323
|
if (!this._currentNodeId) return;
|
|
3329
3324
|
const i = this.layout.get(), c = Xe(i, this._scrollTop.get());
|
|
3330
|
-
c &&
|
|
3325
|
+
c && zn(this._currentNodeId, c);
|
|
3331
3326
|
}, 150);
|
|
3332
3327
|
});
|
|
3333
3328
|
s(this, "observeRowElement", (o, n) => {
|
|
@@ -3339,29 +3334,29 @@ class Kn extends L({
|
|
|
3339
3334
|
const p = l.target.getAttribute("data-row-id");
|
|
3340
3335
|
if (!p) continue;
|
|
3341
3336
|
const g = Math.round(l.contentRect.height);
|
|
3342
|
-
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),
|
|
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), mn(p, g));
|
|
3343
3338
|
}
|
|
3344
3339
|
if (c) {
|
|
3345
3340
|
const l = this.layout.get(), p = this._scrollTop.get(), g = Xe(l, p);
|
|
3346
3341
|
this._rowHeights.set(c, void 0);
|
|
3347
|
-
const
|
|
3342
|
+
const v = this.layout.get();
|
|
3348
3343
|
if (g && this._scrollContainerRef) {
|
|
3349
|
-
const
|
|
3344
|
+
const b = eo(v, g), k = b - p;
|
|
3350
3345
|
Math.abs(k) > 2 && G("resizeObserver:reAnchor", {
|
|
3351
3346
|
changedRows: d,
|
|
3352
3347
|
anchor: g,
|
|
3353
3348
|
scrollTopBefore: p,
|
|
3354
|
-
newScrollTop:
|
|
3349
|
+
newScrollTop: b,
|
|
3355
3350
|
delta: k,
|
|
3356
|
-
oldTotalHeight:
|
|
3357
|
-
newTotalHeight:
|
|
3351
|
+
oldTotalHeight: be(l),
|
|
3352
|
+
newTotalHeight: be(v)
|
|
3358
3353
|
}), Math.abs(k) > 200 && Ze("resizeObserver:LARGE_REANCHOR", {
|
|
3359
3354
|
changedRows: d,
|
|
3360
3355
|
anchor: g,
|
|
3361
3356
|
scrollTopBefore: p,
|
|
3362
|
-
newScrollTop:
|
|
3357
|
+
newScrollTop: b,
|
|
3363
3358
|
delta: k
|
|
3364
|
-
}), this._suppressScrollHandler = !0, this._scrollContainerRef.scrollTop =
|
|
3359
|
+
}), this._suppressScrollHandler = !0, this._scrollContainerRef.scrollTop = b, this._scrollTop.set(b, void 0), requestAnimationFrame(() => {
|
|
3365
3360
|
this._suppressScrollHandler = !1;
|
|
3366
3361
|
});
|
|
3367
3362
|
}
|
|
@@ -3391,7 +3386,7 @@ class Kn extends L({
|
|
|
3391
3386
|
}
|
|
3392
3387
|
_restoreScrollPosition() {
|
|
3393
3388
|
if (!this._scrollContainerRef || !this._currentNodeId) return;
|
|
3394
|
-
const o =
|
|
3389
|
+
const o = Pn(this._currentNodeId);
|
|
3395
3390
|
if (!o) {
|
|
3396
3391
|
G("restoreScroll:noAnchor", { nodeId: this._currentNodeId });
|
|
3397
3392
|
return;
|
|
@@ -3413,8 +3408,8 @@ class Kn extends L({
|
|
|
3413
3408
|
(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);
|
|
3414
3409
|
}
|
|
3415
3410
|
}
|
|
3416
|
-
const
|
|
3417
|
-
|
|
3411
|
+
const Kn = D(
|
|
3412
|
+
Qn,
|
|
3418
3413
|
{},
|
|
3419
3414
|
(r, e) => {
|
|
3420
3415
|
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);
|
|
@@ -3432,31 +3427,31 @@ const Jn = N(
|
|
|
3432
3427
|
}
|
|
3433
3428
|
return /* @__PURE__ */ a("div", { style: O.emptyState, children: /* @__PURE__ */ a("span", { style: O.emptyText, children: "Select a component or folder to preview" }) });
|
|
3434
3429
|
}
|
|
3435
|
-
const d =
|
|
3430
|
+
const d = be(t);
|
|
3436
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((l, p) => {
|
|
3437
|
-
const g = i + p, { top:
|
|
3432
|
+
const g = i + p, { top: v } = t[g], b = Do(l), k = ro(oo(l)), _ = g > 0 ? ro(oo(o[g - 1])) : void 0, u = Un(k, _, b);
|
|
3438
3433
|
return /* @__PURE__ */ f(
|
|
3439
3434
|
"div",
|
|
3440
3435
|
{
|
|
3441
|
-
ref: (
|
|
3442
|
-
style: { position: "absolute", top:
|
|
3436
|
+
ref: (h) => e.observeRowElement(h, b),
|
|
3437
|
+
style: { position: "absolute", top: v, left: ce, right: ce },
|
|
3443
3438
|
children: [
|
|
3444
|
-
|
|
3445
|
-
const
|
|
3446
|
-
return /* @__PURE__ */ a(
|
|
3439
|
+
u.map((h) => {
|
|
3440
|
+
const y = jn(h.depth);
|
|
3441
|
+
return /* @__PURE__ */ a(y, { style: qn(h.depth), children: /* @__PURE__ */ a(
|
|
3447
3442
|
"a",
|
|
3448
3443
|
{
|
|
3449
|
-
href: _o("fixture",
|
|
3444
|
+
href: _o("fixture", h.nodeId),
|
|
3450
3445
|
style: O.headingLink,
|
|
3451
|
-
onClick: (
|
|
3452
|
-
|
|
3446
|
+
onClick: (C) => {
|
|
3447
|
+
C.preventDefault(), e.explorerModel.selectNode(h.nodeId);
|
|
3453
3448
|
},
|
|
3454
|
-
children:
|
|
3449
|
+
children: h.name
|
|
3455
3450
|
}
|
|
3456
|
-
) },
|
|
3451
|
+
) }, h.depth);
|
|
3457
3452
|
}),
|
|
3458
|
-
l.type === "single" ? /* @__PURE__ */ a(Ho, { fixture: l.fixture, compact: !1, onSelect: e.explorerModel.selectNode }) : l.type === "variants" ? /* @__PURE__ */ a(
|
|
3459
|
-
|
|
3453
|
+
l.type === "single" ? /* @__PURE__ */ a(Ho, { fixture: l.fixture, compact: !1, onSelect: e.explorerModel.selectNode }) : l.type === "variants" ? /* @__PURE__ */ a(Jn, { row: l, onSelect: e.explorerModel.selectNode }) : l.type === "screenshot-comparison" && e.explorerModel.daemon ? /* @__PURE__ */ a(
|
|
3454
|
+
Tn,
|
|
3460
3455
|
{
|
|
3461
3456
|
name: l.name,
|
|
3462
3457
|
path: l.path,
|
|
@@ -3466,7 +3461,7 @@ const Jn = N(
|
|
|
3466
3461
|
currentSession: e.currentSessionName
|
|
3467
3462
|
}
|
|
3468
3463
|
) : l.type === "report-comparison" && e.explorerModel.reportModel ? /* @__PURE__ */ a(
|
|
3469
|
-
|
|
3464
|
+
Nn,
|
|
3470
3465
|
{
|
|
3471
3466
|
name: l.name,
|
|
3472
3467
|
path: l.path,
|
|
@@ -3476,11 +3471,11 @@ const Jn = N(
|
|
|
3476
3471
|
) : null
|
|
3477
3472
|
]
|
|
3478
3473
|
},
|
|
3479
|
-
|
|
3474
|
+
b
|
|
3480
3475
|
);
|
|
3481
3476
|
}) }) });
|
|
3482
3477
|
}
|
|
3483
|
-
),
|
|
3478
|
+
), Jn = E(
|
|
3484
3479
|
{
|
|
3485
3480
|
row: m.const(),
|
|
3486
3481
|
onSelect: m.const()
|
|
@@ -3516,7 +3511,7 @@ const Jn = N(
|
|
|
3516
3511
|
textDecoration: "none",
|
|
3517
3512
|
color: "inherit"
|
|
3518
3513
|
}
|
|
3519
|
-
},
|
|
3514
|
+
}, Zn = {
|
|
3520
3515
|
display: "flex",
|
|
3521
3516
|
flexDirection: "column",
|
|
3522
3517
|
alignItems: "center",
|
|
@@ -3527,55 +3522,55 @@ const Jn = N(
|
|
|
3527
3522
|
color: "var(--component-explorer-foreground)",
|
|
3528
3523
|
opacity: 0.5,
|
|
3529
3524
|
fontSize: "13px"
|
|
3530
|
-
},
|
|
3525
|
+
}, Yn = {
|
|
3531
3526
|
width: "24px",
|
|
3532
3527
|
height: "24px",
|
|
3533
3528
|
border: "2px solid currentColor",
|
|
3534
3529
|
borderTopColor: "transparent",
|
|
3535
3530
|
borderRadius: "50%",
|
|
3536
3531
|
animation: "explorer-spin 0.8s linear infinite"
|
|
3537
|
-
},
|
|
3538
|
-
|
|
3532
|
+
}, Xn = D(
|
|
3533
|
+
zr,
|
|
3539
3534
|
{ daemonModel: m.const(), reportModel: m.const() },
|
|
3540
3535
|
(r, e) => {
|
|
3541
3536
|
const o = e.isDarkTheme.read(r), n = e.loading.read(r), t = o ? "vscode-theme default-dark-plus" : "vscode-theme default-light-plus";
|
|
3542
3537
|
if (n)
|
|
3543
|
-
return /* @__PURE__ */ f("div", { className: t, style: { ...
|
|
3538
|
+
return /* @__PURE__ */ f("div", { className: t, style: { ...x.container, backgroundColor: "var(--component-explorer-editor-background)" }, children: [
|
|
3544
3539
|
/* @__PURE__ */ a("style", { children: "@keyframes explorer-spin { to { transform: rotate(360deg); } }" }),
|
|
3545
|
-
/* @__PURE__ */ f("div", { style:
|
|
3546
|
-
/* @__PURE__ */ a("div", { style:
|
|
3540
|
+
/* @__PURE__ */ f("div", { style: Zn, children: [
|
|
3541
|
+
/* @__PURE__ */ a("div", { style: Yn }),
|
|
3547
3542
|
"Loading fixtures…"
|
|
3548
3543
|
] })
|
|
3549
3544
|
] });
|
|
3550
3545
|
const i = e.leftSidebarVisible.read(r), c = e.rightSidebarVisible.read(r), d = e.selectedNode.read(r);
|
|
3551
|
-
return /* @__PURE__ */ f("div", { className: t, style:
|
|
3552
|
-
i && /* @__PURE__ */ a(
|
|
3553
|
-
/* @__PURE__ */ f("div", { style:
|
|
3554
|
-
/* @__PURE__ */ a(
|
|
3555
|
-
/* @__PURE__ */ a(
|
|
3546
|
+
return /* @__PURE__ */ f("div", { className: t, style: x.container, children: [
|
|
3547
|
+
i && /* @__PURE__ */ a(ln, { model: e }),
|
|
3548
|
+
/* @__PURE__ */ f("div", { style: x.centerArea, children: [
|
|
3549
|
+
/* @__PURE__ */ a(Yr, { model: e }),
|
|
3550
|
+
/* @__PURE__ */ a(Kn, { model: e })
|
|
3556
3551
|
] }),
|
|
3557
|
-
c && /* @__PURE__ */ a(
|
|
3552
|
+
c && /* @__PURE__ */ a(un, { selectedNode: d })
|
|
3558
3553
|
] });
|
|
3559
3554
|
}
|
|
3560
3555
|
);
|
|
3561
|
-
var
|
|
3556
|
+
var et = class ve {
|
|
3562
3557
|
constructor(e) {
|
|
3563
3558
|
this.iterator = e;
|
|
3564
3559
|
}
|
|
3565
3560
|
static fromIterable(e) {
|
|
3566
|
-
return new
|
|
3561
|
+
return new ve(e[Symbol.asyncIterator]());
|
|
3567
3562
|
}
|
|
3568
3563
|
static fromFn(e) {
|
|
3569
|
-
return new
|
|
3564
|
+
return new ve(e());
|
|
3570
3565
|
}
|
|
3571
3566
|
[Symbol.asyncIterator]() {
|
|
3572
3567
|
return this.iterator;
|
|
3573
3568
|
}
|
|
3574
|
-
},
|
|
3569
|
+
}, ot = class extends Error {
|
|
3575
3570
|
constructor(r, e, o) {
|
|
3576
3571
|
super(o), this.statusCode = r, this.method = e, this.name = "ApiError";
|
|
3577
3572
|
}
|
|
3578
|
-
},
|
|
3573
|
+
}, rt = class {
|
|
3579
3574
|
constructor(r) {
|
|
3580
3575
|
s(this, "methods", this._createProxy(""));
|
|
3581
3576
|
this._request = r;
|
|
@@ -3591,8 +3586,8 @@ var ot = class be {
|
|
|
3591
3586
|
});
|
|
3592
3587
|
}
|
|
3593
3588
|
};
|
|
3594
|
-
function
|
|
3595
|
-
return new
|
|
3589
|
+
function nt(r, e) {
|
|
3590
|
+
return new rt(async (o, n) => {
|
|
3596
3591
|
var d, l;
|
|
3597
3592
|
const t = await fetch(`${r}/${o}`, {
|
|
3598
3593
|
method: "POST",
|
|
@@ -3606,43 +3601,43 @@ function tt(r, e) {
|
|
|
3606
3601
|
const p = await t.json().catch(() => null);
|
|
3607
3602
|
let g;
|
|
3608
3603
|
if (p && typeof p == "object" && ("errorMessage" in p || "error" in p)) {
|
|
3609
|
-
const
|
|
3610
|
-
g = `${
|
|
3604
|
+
const b = p.errorMessage ?? p.error, k = p.stack;
|
|
3605
|
+
g = `${b}${k ? `
|
|
3611
3606
|
${k}` : ""}`;
|
|
3612
3607
|
} else
|
|
3613
3608
|
g = `Error calling API method "${o}" (${t.status}): ${JSON.stringify(p)}`;
|
|
3614
|
-
const
|
|
3615
|
-
throw (l = e == null ? void 0 : e.onError) == null || l.call(e,
|
|
3609
|
+
const v = new ot(t.status, o, g);
|
|
3610
|
+
throw (l = e == null ? void 0 : e.onError) == null || l.call(e, v), v;
|
|
3616
3611
|
}
|
|
3617
3612
|
const i = t.headers.get("Content-Type");
|
|
3618
|
-
return i != null && i.startsWith("application/jsonl") ?
|
|
3613
|
+
return i != null && i.startsWith("application/jsonl") ? et.fromFn(async function* () {
|
|
3619
3614
|
var k;
|
|
3620
3615
|
const p = (k = t.body) == null ? void 0 : k.getReader();
|
|
3621
3616
|
if (!p)
|
|
3622
3617
|
return;
|
|
3623
3618
|
let g = "";
|
|
3624
|
-
const
|
|
3619
|
+
const v = new TextDecoder("utf-8");
|
|
3625
3620
|
for (; ; ) {
|
|
3626
|
-
const { done:
|
|
3627
|
-
if (
|
|
3621
|
+
const { done: _, value: u } = await p.read();
|
|
3622
|
+
if (_)
|
|
3628
3623
|
break;
|
|
3629
|
-
g +=
|
|
3630
|
-
let
|
|
3631
|
-
for (; (
|
|
3624
|
+
g += v.decode(u, { stream: !0 });
|
|
3625
|
+
let h;
|
|
3626
|
+
for (; (h = g.indexOf(`
|
|
3632
3627
|
`)) >= 0; ) {
|
|
3633
|
-
const
|
|
3634
|
-
g = g.slice(
|
|
3628
|
+
const y = g.slice(0, h).trim();
|
|
3629
|
+
g = g.slice(h + 1), y.length > 0 && (yield JSON.parse(y));
|
|
3635
3630
|
}
|
|
3636
3631
|
}
|
|
3637
|
-
const
|
|
3638
|
-
|
|
3632
|
+
const b = g.trim();
|
|
3633
|
+
b.length > 0 && (yield JSON.parse(b));
|
|
3639
3634
|
}) : await t.json();
|
|
3640
3635
|
});
|
|
3641
3636
|
}
|
|
3642
|
-
class
|
|
3637
|
+
class tt {
|
|
3643
3638
|
constructor(e) {
|
|
3644
|
-
s(this, "_sourceTreeIds",
|
|
3645
|
-
s(this, "_sessions",
|
|
3639
|
+
s(this, "_sourceTreeIds", B(this, /* @__PURE__ */ new Map()));
|
|
3640
|
+
s(this, "_sessions", B(this, []));
|
|
3646
3641
|
s(this, "_screenshotCache", /* @__PURE__ */ new Map());
|
|
3647
3642
|
s(this, "_client");
|
|
3648
3643
|
s(this, "_eventStreamAbort", null);
|
|
@@ -3651,7 +3646,7 @@ class it {
|
|
|
3651
3646
|
s(this, "sourceTreeIds", this._sourceTreeIds);
|
|
3652
3647
|
/** Observable list of sessions from the daemon */
|
|
3653
3648
|
s(this, "sessions", this._sessions);
|
|
3654
|
-
this.config = e, this.sessionName = e.sessionName, this._client =
|
|
3649
|
+
this.config = e, this.sessionName = e.sessionName, this._client = nt("/__explorer/daemon-api", {
|
|
3655
3650
|
getHeaders: () => ({ "X-Client-Name": "explorer-ui" })
|
|
3656
3651
|
});
|
|
3657
3652
|
}
|
|
@@ -3751,21 +3746,21 @@ class it {
|
|
|
3751
3746
|
}
|
|
3752
3747
|
}
|
|
3753
3748
|
_validateProtocolVersions() {
|
|
3754
|
-
const e =
|
|
3749
|
+
const e = ae.parse("1.0.0"), o = ae.parse(this.config.daemonApiVersion);
|
|
3755
3750
|
if (e.major !== o.major || e.minor !== o.minor)
|
|
3756
3751
|
throw new Error(
|
|
3757
3752
|
`Daemon API version mismatch. Explorer expects 1.0.0, daemon provides ${this.config.daemonApiVersion}. Update CLI, vite plugin, and explorer together.`
|
|
3758
3753
|
);
|
|
3759
|
-
const n =
|
|
3760
|
-
if (n.major !==
|
|
3754
|
+
const n = ae.parse(this.config.runtimeVersionNeededByPlugin);
|
|
3755
|
+
if (n.major !== ne.major || n.minor !== ne.minor)
|
|
3761
3756
|
throw new Error(
|
|
3762
|
-
`Explorer runtime version mismatch. Plugin requires ${this.config.runtimeVersionNeededByPlugin}, explorer provides ${
|
|
3757
|
+
`Explorer runtime version mismatch. Plugin requires ${this.config.runtimeVersionNeededByPlugin}, explorer provides ${ne.toString()}. Reinstall dependencies to align plugin and explorer runtime versions.`
|
|
3763
3758
|
);
|
|
3764
3759
|
}
|
|
3765
3760
|
}
|
|
3766
|
-
class
|
|
3761
|
+
class it {
|
|
3767
3762
|
constructor(e) {
|
|
3768
|
-
s(this, "state",
|
|
3763
|
+
s(this, "state", B(this, { status: "loading" }));
|
|
3769
3764
|
s(this, "_baseUrl");
|
|
3770
3765
|
this.reportUrl = e;
|
|
3771
3766
|
const o = e.lastIndexOf("/");
|
|
@@ -3776,7 +3771,7 @@ class ct {
|
|
|
3776
3771
|
}
|
|
3777
3772
|
buildTree(e) {
|
|
3778
3773
|
const o = this.state.read(e);
|
|
3779
|
-
return o.status !== "ready" ? { id: new T(""), name: "Report", type: "folder", children: [], labels: [] } :
|
|
3774
|
+
return o.status !== "ready" ? { id: new T(""), name: "Report", type: "folder", children: [], labels: [] } : ct(o.report.fixtures);
|
|
3780
3775
|
}
|
|
3781
3776
|
async _fetch() {
|
|
3782
3777
|
this.state.set({ status: "loading" }, void 0);
|
|
@@ -3791,7 +3786,7 @@ class ct {
|
|
|
3791
3786
|
}
|
|
3792
3787
|
}
|
|
3793
3788
|
}
|
|
3794
|
-
function
|
|
3789
|
+
function ct(r) {
|
|
3795
3790
|
const e = { id: new T(""), name: "Components", type: "folder", children: [], labels: [] };
|
|
3796
3791
|
for (const [o, n] of Object.entries(r)) {
|
|
3797
3792
|
const t = new T(o).segments;
|
|
@@ -3808,26 +3803,26 @@ function at(r) {
|
|
|
3808
3803
|
labels: g
|
|
3809
3804
|
});
|
|
3810
3805
|
} else {
|
|
3811
|
-
let g = i.children.find((
|
|
3806
|
+
let g = i.children.find((v) => v.type === "folder" && v.name === d);
|
|
3812
3807
|
g || (g = { id: p, name: d, type: "folder", children: [], labels: [] }, i.children.push(g)), i = g;
|
|
3813
3808
|
}
|
|
3814
3809
|
}
|
|
3815
3810
|
}
|
|
3816
3811
|
return e;
|
|
3817
3812
|
}
|
|
3818
|
-
const dt = '/*! 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}', lt = '.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}';
|
|
3819
|
-
class
|
|
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 st {
|
|
3820
3815
|
constructor(e, o, n, t) {
|
|
3821
3816
|
s(this, "_root");
|
|
3822
|
-
s(this, "_registry", new
|
|
3817
|
+
s(this, "_registry", new Ir());
|
|
3823
3818
|
s(this, "_daemonModel");
|
|
3824
3819
|
s(this, "_reportModel");
|
|
3825
3820
|
this._populateRegistry(o), this._registry.loading.set(n, void 0), this._reportModel = this._initializeReportModel(), this._daemonModel = this._reportModel ? void 0 : this._initializeDaemonModel(t);
|
|
3826
3821
|
const i = e.attachShadow({ mode: "open" }), c = new CSSStyleSheet();
|
|
3827
|
-
c.replaceSync([dt, lt
|
|
3828
|
-
`)), i.adoptedStyleSheets = [c],
|
|
3822
|
+
c.replaceSync([at, dt, lt].join(`
|
|
3823
|
+
`)), i.adoptedStyleSheets = [c], vn(e);
|
|
3829
3824
|
const d = document.createElement("div");
|
|
3830
|
-
d.style.height = "100%", d.style.width = "100%", i.appendChild(d), this._root = Wo(d), this._root.render(qo(
|
|
3825
|
+
d.style.height = "100%", d.style.width = "100%", i.appendChild(d), this._root = Wo(d), this._root.render(qo(Xn, {
|
|
3831
3826
|
registry: this._registry,
|
|
3832
3827
|
daemonModel: this._daemonModel,
|
|
3833
3828
|
reportModel: this._reportModel
|
|
@@ -3836,12 +3831,12 @@ class pt {
|
|
|
3836
3831
|
_initializeReportModel() {
|
|
3837
3832
|
const o = new URLSearchParams(location.search).get("report");
|
|
3838
3833
|
if (o)
|
|
3839
|
-
return new
|
|
3834
|
+
return new it(o);
|
|
3840
3835
|
}
|
|
3841
3836
|
_initializeDaemonModel(e) {
|
|
3842
3837
|
if (!e)
|
|
3843
3838
|
return;
|
|
3844
|
-
const o = new
|
|
3839
|
+
const o = new tt(e);
|
|
3845
3840
|
return o.initialize().catch((n) => {
|
|
3846
3841
|
console.error("[ExplorerUIMode] Failed to initialize DaemonModel:", n);
|
|
3847
3842
|
}), o;
|
|
@@ -3863,7 +3858,7 @@ class pt {
|
|
|
3863
3858
|
(e = this._daemonModel) == null || e.dispose(), this._root.unmount();
|
|
3864
3859
|
}
|
|
3865
3860
|
}
|
|
3866
|
-
class
|
|
3861
|
+
class pt {
|
|
3867
3862
|
constructor(e, o) {
|
|
3868
3863
|
s(this, "sessionId", Math.random().toString(36).slice(2));
|
|
3869
3864
|
s(this, "_updateVersion", 0);
|
|
@@ -3898,36 +3893,36 @@ class gt {
|
|
|
3898
3893
|
n.style.display = "inline-block", this._containerElement.appendChild(n), this._currentContainer = n;
|
|
3899
3894
|
const t = o.component, i = [];
|
|
3900
3895
|
let c;
|
|
3901
|
-
const d = (
|
|
3902
|
-
c || (c =
|
|
3896
|
+
const d = (u) => {
|
|
3897
|
+
c || (c = u);
|
|
3903
3898
|
}, l = console.error, p = console.warn, g = console.log;
|
|
3904
|
-
console.error = (...
|
|
3905
|
-
i.push({ type: "console.error", message:
|
|
3906
|
-
}, console.warn = (...
|
|
3907
|
-
i.push({ type: "console.warn", message:
|
|
3908
|
-
}, console.log = (...
|
|
3909
|
-
i.push({ type: "console.log", message:
|
|
3899
|
+
console.error = (...u) => {
|
|
3900
|
+
i.push({ type: "console.error", message: u.map(String).join(" ") }), l.apply(console, u);
|
|
3901
|
+
}, console.warn = (...u) => {
|
|
3902
|
+
i.push({ type: "console.warn", message: u.map(String).join(" ") }), p.apply(console, u);
|
|
3903
|
+
}, console.log = (...u) => {
|
|
3904
|
+
i.push({ type: "console.log", message: u.map(String).join(" ") }), g.apply(console, u);
|
|
3910
3905
|
};
|
|
3911
|
-
const
|
|
3912
|
-
i.push({ type: "window.error", message:
|
|
3913
|
-
},
|
|
3914
|
-
const
|
|
3915
|
-
i.push({ type: "window.unhandledrejection", message:
|
|
3906
|
+
const v = (u) => {
|
|
3907
|
+
i.push({ type: "window.error", message: u.message });
|
|
3908
|
+
}, b = (u) => {
|
|
3909
|
+
const h = u.reason, y = h instanceof Error ? h.message : String(h);
|
|
3910
|
+
i.push({ type: "window.unhandledrejection", message: y });
|
|
3916
3911
|
};
|
|
3917
|
-
window.addEventListener("error",
|
|
3912
|
+
window.addEventListener("error", v), window.addEventListener("unhandledrejection", b);
|
|
3918
3913
|
let k;
|
|
3919
3914
|
try {
|
|
3920
|
-
const
|
|
3921
|
-
this._currentRendering =
|
|
3922
|
-
const
|
|
3923
|
-
k =
|
|
3924
|
-
} catch (
|
|
3925
|
-
const
|
|
3926
|
-
d({ message:
|
|
3915
|
+
const u = new Re(n, t);
|
|
3916
|
+
this._currentRendering = u;
|
|
3917
|
+
const h = 3e3, y = new Promise((ee, Go) => setTimeout(() => Go(new Error(`Fixture timed out after ${h}ms`)), h)), C = await Promise.race([u.waitForRendering(), y]);
|
|
3918
|
+
k = C == null ? void 0 : C.data;
|
|
3919
|
+
} catch (u) {
|
|
3920
|
+
const h = u instanceof Error ? u : new Error(String(u));
|
|
3921
|
+
d({ message: h.message, stack: h.stack });
|
|
3927
3922
|
} finally {
|
|
3928
3923
|
console.error = l, console.warn = p, console.log = g;
|
|
3929
3924
|
}
|
|
3930
|
-
return await new Promise((
|
|
3925
|
+
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 };
|
|
3931
3926
|
}
|
|
3932
3927
|
_buildTree(e) {
|
|
3933
3928
|
const o = /* @__PURE__ */ new Map();
|
|
@@ -3935,15 +3930,15 @@ class gt {
|
|
|
3935
3930
|
const i = t.default;
|
|
3936
3931
|
i && typeof i == "object" && o.set(n, i);
|
|
3937
3932
|
}
|
|
3938
|
-
return
|
|
3933
|
+
return te(o);
|
|
3939
3934
|
}
|
|
3940
3935
|
_flattenFixtures(e, o = [], n = []) {
|
|
3941
|
-
var c;
|
|
3936
|
+
var c, d;
|
|
3942
3937
|
const t = n.length > 0 && e.labels.length > 0 ? [.../* @__PURE__ */ new Set([...n, ...e.labels])] : e.labels.length > 0 ? [...e.labels] : [...n], i = [];
|
|
3943
|
-
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 });
|
|
3944
|
-
for (const
|
|
3945
|
-
const
|
|
3946
|
-
i.push(...this._flattenFixtures(
|
|
3938
|
+
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 l of e.children ?? []) {
|
|
3940
|
+
const p = e.id.value ? [...o, e.name] : o;
|
|
3941
|
+
i.push(...this._flattenFixtures(l, p, t));
|
|
3947
3942
|
}
|
|
3948
3943
|
return i;
|
|
3949
3944
|
}
|
|
@@ -3960,14 +3955,14 @@ class gt {
|
|
|
3960
3955
|
get updateVersion() {
|
|
3961
3956
|
return e._updateVersion;
|
|
3962
3957
|
},
|
|
3963
|
-
runtimeVersion:
|
|
3958
|
+
runtimeVersion: ne.toString(),
|
|
3964
3959
|
listFixtures: () => this.listFixtures(),
|
|
3965
3960
|
renderFixture: (n) => this.renderFixture(n)
|
|
3966
3961
|
};
|
|
3967
3962
|
window.__componentExplorer__ = o;
|
|
3968
3963
|
}
|
|
3969
3964
|
}
|
|
3970
|
-
class
|
|
3965
|
+
class gt {
|
|
3971
3966
|
constructor(e, o, n) {
|
|
3972
3967
|
s(this, "_root");
|
|
3973
3968
|
s(this, "_rendering");
|
|
@@ -3990,7 +3985,7 @@ class ut {
|
|
|
3990
3985
|
console.error(`[EmbeddedMode] Fixture not found: ${this._fixtureId}`);
|
|
3991
3986
|
return;
|
|
3992
3987
|
}
|
|
3993
|
-
const o = { ...e.component, isolation: "none" }, n = new
|
|
3988
|
+
const o = { ...e.component, isolation: "none" }, n = new Re(this._container, o);
|
|
3994
3989
|
this._rendering = n;
|
|
3995
3990
|
const t = this._fixtureId, i = () => {
|
|
3996
3991
|
const l = n.renderTarget.getBoundingClientRect();
|
|
@@ -4009,7 +4004,7 @@ class ut {
|
|
|
4009
4004
|
const i = t.default;
|
|
4010
4005
|
i && typeof i == "object" && o.set(n, i);
|
|
4011
4006
|
}
|
|
4012
|
-
return
|
|
4007
|
+
return te(o);
|
|
4013
4008
|
}
|
|
4014
4009
|
_findNode(e, o) {
|
|
4015
4010
|
if (e.id.value === o) return e;
|
|
@@ -4019,7 +4014,7 @@ class ut {
|
|
|
4019
4014
|
}
|
|
4020
4015
|
}
|
|
4021
4016
|
}
|
|
4022
|
-
function
|
|
4017
|
+
function ut(r) {
|
|
4023
4018
|
const e = r.get("mode");
|
|
4024
4019
|
return {
|
|
4025
4020
|
mode: e === "headless" || e === "embedded" ? e : void 0,
|
|
@@ -4029,19 +4024,19 @@ function mt(r) {
|
|
|
4029
4024
|
};
|
|
4030
4025
|
}
|
|
4031
4026
|
globalThis._buildInfo = Po;
|
|
4032
|
-
class
|
|
4027
|
+
class St {
|
|
4033
4028
|
constructor(e, o) {
|
|
4034
4029
|
s(this, "_runtime");
|
|
4035
4030
|
const n = globalThis._buildInfo;
|
|
4036
4031
|
n && console.log(`[component-explorer] v${n.version} (built ${n.date})`);
|
|
4037
|
-
const t = new URLSearchParams(location.search), i =
|
|
4032
|
+
const t = new URLSearchParams(location.search), i = ut(t), c = i.fixture;
|
|
4038
4033
|
if (i.mode === "embedded") {
|
|
4039
4034
|
if (!c)
|
|
4040
4035
|
throw new Error("Embedded mode requires a fixture query parameter");
|
|
4041
4036
|
const d = i.file, l = o.loadFixtures(d ? { file: d } : void 0);
|
|
4042
|
-
this._runtime = new
|
|
4037
|
+
this._runtime = new gt(e, c, l);
|
|
4043
4038
|
} else {
|
|
4044
|
-
const d = i.mode === "headless" ? new
|
|
4039
|
+
const d = i.mode === "headless" ? new pt(e, {}) : new st(e, {}, !0, o.daemonConfig);
|
|
4045
4040
|
this._runtime = d, o.loadFixtures().then((l) => this._runtime.updateFixtures(l));
|
|
4046
4041
|
}
|
|
4047
4042
|
}
|
|
@@ -4053,52 +4048,51 @@ class Ft {
|
|
|
4053
4048
|
}
|
|
4054
4049
|
}
|
|
4055
4050
|
export {
|
|
4056
|
-
|
|
4057
|
-
|
|
4058
|
-
|
|
4059
|
-
|
|
4060
|
-
|
|
4061
|
-
|
|
4062
|
-
|
|
4051
|
+
$r as ChevronDownIcon,
|
|
4052
|
+
Wr as ChevronRightIcon,
|
|
4053
|
+
Ur as ComponentIcon,
|
|
4054
|
+
tt as DaemonModel,
|
|
4055
|
+
Xn as Explorer,
|
|
4056
|
+
St as ExplorerApp,
|
|
4057
|
+
zr as ExplorerModel,
|
|
4063
4058
|
T as FixturePath,
|
|
4064
|
-
|
|
4065
|
-
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
|
|
4069
|
-
|
|
4070
|
-
|
|
4071
|
-
|
|
4072
|
-
|
|
4073
|
-
|
|
4074
|
-
|
|
4075
|
-
|
|
4059
|
+
Ir as FixtureRegistry,
|
|
4060
|
+
jr as FolderIcon,
|
|
4061
|
+
ln as LeftSidebar,
|
|
4062
|
+
Jr as MoonIcon,
|
|
4063
|
+
qr as PanelLeftIcon,
|
|
4064
|
+
Qr as PanelRightIcon,
|
|
4065
|
+
it as ReportModel,
|
|
4066
|
+
un as RightSidebar,
|
|
4067
|
+
Kr as SunIcon,
|
|
4068
|
+
Yr as TitleBar,
|
|
4069
|
+
le as TitleBarButton,
|
|
4070
|
+
rn as TreeItem,
|
|
4076
4071
|
So as TreeView,
|
|
4077
4072
|
Qo as VIEWPORT_SIZES,
|
|
4078
|
-
|
|
4079
|
-
|
|
4073
|
+
Rt as asyncRender,
|
|
4074
|
+
Zo as collectComponents,
|
|
4080
4075
|
Oe as createComponentDefinition,
|
|
4081
|
-
|
|
4082
|
-
|
|
4083
|
-
|
|
4084
|
-
|
|
4076
|
+
te as createFixtureTree,
|
|
4077
|
+
Et as defineFixture,
|
|
4078
|
+
Ht as defineFixtureGroup,
|
|
4079
|
+
Tt as defineFixtureVariants,
|
|
4085
4080
|
Le as findNodeByPath,
|
|
4086
4081
|
Ee as fixtureGroupBrand,
|
|
4087
4082
|
He as fixtureVariantsBrand,
|
|
4088
|
-
|
|
4089
|
-
|
|
4090
|
-
|
|
4091
|
-
|
|
4092
|
-
|
|
4093
|
-
|
|
4094
|
-
|
|
4095
|
-
_t as
|
|
4096
|
-
|
|
4097
|
-
Bt as parseSingleFixture,
|
|
4083
|
+
Ct as isComponentDefinition,
|
|
4084
|
+
we as isFixtureGroup,
|
|
4085
|
+
Be as isFixtureVariants,
|
|
4086
|
+
ye as isSingleFixture,
|
|
4087
|
+
Ie as mergeStyles,
|
|
4088
|
+
yt as parseFixtureExport,
|
|
4089
|
+
Bt as parseFixtureGroup,
|
|
4090
|
+
_t as parseFixtureVariants,
|
|
4091
|
+
wt as parseSingleFixture,
|
|
4098
4092
|
Ko as resolveViewport,
|
|
4099
4093
|
Te as singleFixtureBrand,
|
|
4100
|
-
|
|
4101
|
-
|
|
4094
|
+
x as styles,
|
|
4095
|
+
Mt as syncRender,
|
|
4102
4096
|
wo as toExplorerTree
|
|
4103
4097
|
};
|
|
4104
4098
|
//# sourceMappingURL=viewer.js.map
|