@vscode/component-explorer 0.2.1-22 → 0.2.1-24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/FixturePreviewItem.d.ts.map +1 -1
- package/dist/core/ComponentRenderer.d.ts +5 -2
- package/dist/core/ComponentRenderer.d.ts.map +1 -1
- package/dist/core/fixtureApi.d.ts +24 -0
- package/dist/core/fixtureApi.d.ts.map +1 -1
- package/dist/core/index.d.ts +1 -1
- 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/lib/explorerQueryParams.d.ts +2 -2
- package/dist/lib/explorerQueryParams.d.ts.map +1 -1
- package/dist/lib/fixtureSizeCache.d.ts +2 -0
- package/dist/lib/fixtureSizeCache.d.ts.map +1 -1
- package/dist/modes/EmbeddedMode.d.ts.map +1 -1
- package/dist/modes/HeadlessMode.d.ts.map +1 -1
- package/dist/{runtimeVersion-Cj1Gx-NS.js → runtimeVersion-DFq_1GHV.js} +2 -2
- package/dist/runtimeVersion-DFq_1GHV.js.map +1 -0
- package/dist/viewer.js +1053 -953
- package/dist/viewer.js.map +1 -1
- package/package.json +1 -1
- package/dist/runtimeVersion-Cj1Gx-NS.js.map +0 -1
package/dist/viewer.js
CHANGED
|
@@ -1,33 +1,34 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var l = (r, e, o) =>
|
|
4
|
-
import { f as De, c as Ne, s as Ae, S as
|
|
5
|
-
import { e as
|
|
6
|
-
import { createRoot as
|
|
7
|
-
import * as
|
|
8
|
-
import { createContext as
|
|
9
|
-
import { jsx as c, jsxs as
|
|
10
|
-
import { unstable_batchedUpdates as
|
|
11
|
-
|
|
1
|
+
var Ko = Object.defineProperty;
|
|
2
|
+
var Jo = (r, e, o) => e in r ? Ko(r, e, { enumerable: !0, configurable: !0, writable: !0, value: o }) : r[e] = o;
|
|
3
|
+
var l = (r, e, o) => Jo(r, typeof e != "symbol" ? e + "" : e, o);
|
|
4
|
+
import { f as De, c as Ne, s as Ae, S as ue, r as ce, _ as Yo } from "./runtimeVersion-DFq_1GHV.js";
|
|
5
|
+
import { e as Kt, d as Jt, a as Yt, b as Zt, g as Xt } from "./runtimeVersion-DFq_1GHV.js";
|
|
6
|
+
import { createRoot as Zo } from "react-dom/client";
|
|
7
|
+
import * as mo from "react";
|
|
8
|
+
import { createContext as fo, useReducer as Xo, useState as er, useContext as or, useEffect as Ge, createElement as rr } from "react";
|
|
9
|
+
import { jsx as c, jsxs as m, Fragment as Se } from "react/jsx-runtime";
|
|
10
|
+
import { unstable_batchedUpdates as ho } from "react-dom";
|
|
11
|
+
import { z as y } from "zod";
|
|
12
|
+
function Fe(r) {
|
|
12
13
|
return typeof r == "object" && r !== null && Ae in r && r[Ae] === !0 && "_options" in r && typeof r._options == "object";
|
|
13
14
|
}
|
|
14
|
-
function
|
|
15
|
+
function Ie(r) {
|
|
15
16
|
return typeof r == "object" && r !== null && De in r && r[De] === !0 && "_entries" in r && typeof r._entries == "object";
|
|
16
17
|
}
|
|
17
|
-
function
|
|
18
|
+
function Re(r) {
|
|
18
19
|
return typeof r == "object" && r !== null && Ne in r && r[Ne] === !0 && "_variants" in r && typeof r._variants == "object";
|
|
19
20
|
}
|
|
20
|
-
function
|
|
21
|
-
return
|
|
21
|
+
function zt(r) {
|
|
22
|
+
return Fe(r) ? { success: !0, data: r } : Ie(r) ? { success: !0, data: r } : Re(r) ? { success: !0, data: r } : { success: !1, error: "Value is not a valid fixture export (missing brand symbol or _options/_entries/_variants)" };
|
|
22
23
|
}
|
|
23
|
-
function
|
|
24
|
-
return
|
|
24
|
+
function Pt(r) {
|
|
25
|
+
return Fe(r) ? { success: !0, data: r } : { success: !1, error: "Value is not a SingleFixtureExport" };
|
|
25
26
|
}
|
|
26
|
-
function
|
|
27
|
-
return
|
|
27
|
+
function Wt(r) {
|
|
28
|
+
return Ie(r) ? { success: !0, data: r } : { success: !1, error: "Value is not a FixtureGroupExport" };
|
|
28
29
|
}
|
|
29
|
-
function
|
|
30
|
-
return
|
|
30
|
+
function jt(r) {
|
|
31
|
+
return Re(r) ? { success: !0, data: r } : { success: !1, error: "Value is not a FixtureVariantsExport" };
|
|
31
32
|
}
|
|
32
33
|
function ze(r, e, o, n, t = []) {
|
|
33
34
|
const i = r._options, a = i.expectedVisualDescriptions ? typeof i.expectedVisualDescriptions == "string" ? [i.expectedVisualDescriptions] : [...i.expectedVisualDescriptions] : [], s = [...t, ...a];
|
|
@@ -45,10 +46,10 @@ function ze(r, e, o, n, t = []) {
|
|
|
45
46
|
render: i.render
|
|
46
47
|
};
|
|
47
48
|
}
|
|
48
|
-
function
|
|
49
|
+
function Ut(r) {
|
|
49
50
|
return typeof r == "object" && r !== null && "render" in r && typeof r.render == "function" && "id" in r && "name" in r;
|
|
50
51
|
}
|
|
51
|
-
class
|
|
52
|
+
class O {
|
|
52
53
|
constructor(e) {
|
|
53
54
|
l(this, "_segments");
|
|
54
55
|
this.value = e;
|
|
@@ -60,13 +61,13 @@ class M {
|
|
|
60
61
|
return this.value;
|
|
61
62
|
}
|
|
62
63
|
}
|
|
63
|
-
const
|
|
64
|
+
const nr = {
|
|
64
65
|
mobile: { width: 390, height: 844 },
|
|
65
66
|
tablet: { width: 768, height: 1024 },
|
|
66
67
|
desktop: { width: 1440, height: 900 }
|
|
67
68
|
};
|
|
68
|
-
function
|
|
69
|
-
return typeof r == "string" ? { name: r, ...
|
|
69
|
+
function tr(r) {
|
|
70
|
+
return typeof r == "string" ? { name: r, ...nr[r] } : r;
|
|
70
71
|
}
|
|
71
72
|
function Pe(r) {
|
|
72
73
|
if (r.startsWith("/"))
|
|
@@ -76,8 +77,8 @@ function Pe(r) {
|
|
|
76
77
|
if (r === "")
|
|
77
78
|
throw new Error("Fixture path cannot be empty (use undefined for default)");
|
|
78
79
|
}
|
|
79
|
-
function
|
|
80
|
-
const o =
|
|
80
|
+
function ir(r, e) {
|
|
81
|
+
const o = xo(r);
|
|
81
82
|
if (e === void 0)
|
|
82
83
|
return [o];
|
|
83
84
|
if (e.endsWith("/")) {
|
|
@@ -88,9 +89,9 @@ function tr(r, e) {
|
|
|
88
89
|
} else
|
|
89
90
|
return Pe(e), e.split("/");
|
|
90
91
|
}
|
|
91
|
-
function
|
|
92
|
+
function se(r) {
|
|
92
93
|
const e = {
|
|
93
|
-
id: new
|
|
94
|
+
id: new O(""),
|
|
94
95
|
name: "Components",
|
|
95
96
|
type: "folder",
|
|
96
97
|
children: [],
|
|
@@ -98,8 +99,8 @@ function ce(r) {
|
|
|
98
99
|
};
|
|
99
100
|
for (const [o, n] of r)
|
|
100
101
|
if (n === void 0) {
|
|
101
|
-
const t =
|
|
102
|
-
id: new
|
|
102
|
+
const t = xo(o), i = {
|
|
103
|
+
id: new O(t),
|
|
103
104
|
name: t,
|
|
104
105
|
type: "component",
|
|
105
106
|
labels: [],
|
|
@@ -107,78 +108,78 @@ function ce(r) {
|
|
|
107
108
|
};
|
|
108
109
|
e.children || (e.children = []), e.children.push(i);
|
|
109
110
|
} else {
|
|
110
|
-
const t = "_path" in n ? n._path : void 0, i =
|
|
111
|
-
|
|
111
|
+
const t = "_path" in n ? n._path : void 0, i = ir(o, t);
|
|
112
|
+
bo(e, i, n, [], o);
|
|
112
113
|
}
|
|
113
114
|
return e;
|
|
114
115
|
}
|
|
115
|
-
function
|
|
116
|
+
function xo(r) {
|
|
116
117
|
return (r.split("/").pop() ?? r).replace(/\.fixture\.(tsx?|jsx?)$/, "");
|
|
117
118
|
}
|
|
118
|
-
function
|
|
119
|
-
var g,
|
|
119
|
+
function bo(r, e, o, n = [], t = "", i = []) {
|
|
120
|
+
var g, u;
|
|
120
121
|
let a = r;
|
|
121
122
|
const s = [...n];
|
|
122
|
-
for (let
|
|
123
|
-
const
|
|
124
|
-
s.push(
|
|
125
|
-
const _ = new
|
|
126
|
-
let
|
|
127
|
-
(
|
|
123
|
+
for (let h = 0; h < e.length - 1; h++) {
|
|
124
|
+
const v = e[h];
|
|
125
|
+
s.push(v);
|
|
126
|
+
const _ = new O(s.join("/"));
|
|
127
|
+
let w = (g = a.children) == null ? void 0 : g.find(
|
|
128
|
+
(b) => b.type === "folder" && b.name === v
|
|
128
129
|
);
|
|
129
|
-
|
|
130
|
+
w || (w = {
|
|
130
131
|
id: _,
|
|
131
|
-
name:
|
|
132
|
+
name: v,
|
|
132
133
|
type: "folder",
|
|
133
134
|
children: [],
|
|
134
135
|
labels: []
|
|
135
|
-
}, a.children || (a.children = []), a.children.push(
|
|
136
|
+
}, a.children || (a.children = []), a.children.push(w)), a = w;
|
|
136
137
|
}
|
|
137
138
|
const d = e[e.length - 1];
|
|
138
139
|
s.push(d);
|
|
139
|
-
const p = new
|
|
140
|
-
if (
|
|
141
|
-
const
|
|
140
|
+
const p = new O(s.join("/"));
|
|
141
|
+
if (Fe(o)) {
|
|
142
|
+
const h = ze(o, p.value, d, t, i), v = {
|
|
142
143
|
id: p,
|
|
143
144
|
name: d,
|
|
144
145
|
type: "component",
|
|
145
|
-
component:
|
|
146
|
-
labels: [...
|
|
146
|
+
component: h,
|
|
147
|
+
labels: [...h.labels]
|
|
147
148
|
};
|
|
148
|
-
a.children || (a.children = []), a.children.push(
|
|
149
|
-
} else if (
|
|
150
|
-
let
|
|
151
|
-
(
|
|
149
|
+
a.children || (a.children = []), a.children.push(v);
|
|
150
|
+
} else if (Ie(o)) {
|
|
151
|
+
let h = (u = a.children) == null ? void 0 : u.find(
|
|
152
|
+
(v) => v.type === "folder" && v.name === d
|
|
152
153
|
);
|
|
153
|
-
|
|
154
|
+
h || (h = {
|
|
154
155
|
id: p,
|
|
155
156
|
name: d,
|
|
156
157
|
type: "folder",
|
|
157
158
|
children: [],
|
|
158
159
|
labels: [...o._labels ?? []]
|
|
159
|
-
}, a.children || (a.children = []), a.children.push(
|
|
160
|
-
for (const [
|
|
161
|
-
const
|
|
162
|
-
|
|
160
|
+
}, a.children || (a.children = []), a.children.push(h));
|
|
161
|
+
for (const [v, _] of Object.entries(o._entries)) {
|
|
162
|
+
const w = o._expectedVisualDescriptions, b = w ? typeof w == "string" ? [w] : [...w] : [], S = [...i, ...b];
|
|
163
|
+
bo(h, [v], _, s, t, S);
|
|
163
164
|
}
|
|
164
|
-
} else if (
|
|
165
|
-
const
|
|
165
|
+
} else if (Re(o)) {
|
|
166
|
+
const h = {
|
|
166
167
|
id: p,
|
|
167
168
|
name: d,
|
|
168
169
|
type: "variants",
|
|
169
170
|
children: [],
|
|
170
171
|
labels: [...o._labels ?? []]
|
|
171
172
|
};
|
|
172
|
-
a.children || (a.children = []), a.children.push(
|
|
173
|
-
for (const [
|
|
174
|
-
const
|
|
175
|
-
id:
|
|
176
|
-
name:
|
|
173
|
+
a.children || (a.children = []), a.children.push(h);
|
|
174
|
+
for (const [v, _] of Object.entries(o._variants)) {
|
|
175
|
+
const w = o._expectedVisualDescriptions, b = w ? typeof w == "string" ? [w] : [...w] : [], S = [...i, ...b], I = new O([...s, v].join("/")), k = {
|
|
176
|
+
id: I,
|
|
177
|
+
name: v,
|
|
177
178
|
type: "component",
|
|
178
|
-
component: ze(_,
|
|
179
|
+
component: ze(_, I.value, v, t, S),
|
|
179
180
|
labels: [..._._options.labels ?? []]
|
|
180
181
|
};
|
|
181
|
-
|
|
182
|
+
h.children.push(k);
|
|
182
183
|
}
|
|
183
184
|
}
|
|
184
185
|
}
|
|
@@ -193,27 +194,27 @@ function We(r, e) {
|
|
|
193
194
|
}
|
|
194
195
|
return o;
|
|
195
196
|
}
|
|
196
|
-
function
|
|
197
|
+
function ar(r) {
|
|
197
198
|
if (r.type === "component" && r.component)
|
|
198
199
|
return [r.component];
|
|
199
200
|
const e = [];
|
|
200
201
|
for (const o of r.children ?? [])
|
|
201
|
-
e.push(...
|
|
202
|
+
e.push(...ar(o));
|
|
202
203
|
return e;
|
|
203
204
|
}
|
|
204
|
-
let
|
|
205
|
-
function ar(r) {
|
|
206
|
-
z ? z instanceof je ? z.loggers.push(r) : z = new je([z, r]) : z = r;
|
|
207
|
-
}
|
|
208
|
-
function B() {
|
|
209
|
-
return z;
|
|
210
|
-
}
|
|
211
|
-
let xe;
|
|
205
|
+
let j;
|
|
212
206
|
function cr(r) {
|
|
213
|
-
|
|
207
|
+
j ? j instanceof je ? j.loggers.push(r) : j = new je([j, r]) : j = r;
|
|
214
208
|
}
|
|
209
|
+
function C() {
|
|
210
|
+
return j;
|
|
211
|
+
}
|
|
212
|
+
let he;
|
|
215
213
|
function sr(r) {
|
|
216
|
-
|
|
214
|
+
he = r;
|
|
215
|
+
}
|
|
216
|
+
function dr(r) {
|
|
217
|
+
he && he(r);
|
|
217
218
|
}
|
|
218
219
|
class je {
|
|
219
220
|
constructor(e) {
|
|
@@ -268,7 +269,7 @@ class je {
|
|
|
268
269
|
o.handleEndTransaction(e);
|
|
269
270
|
}
|
|
270
271
|
}
|
|
271
|
-
var
|
|
272
|
+
var V;
|
|
272
273
|
(function(r) {
|
|
273
274
|
let e = !1;
|
|
274
275
|
function o() {
|
|
@@ -285,22 +286,22 @@ var O;
|
|
|
285
286
|
const a = Error, s = a.stackTraceLimit;
|
|
286
287
|
a.stackTraceLimit = 3;
|
|
287
288
|
const d = new Error().stack;
|
|
288
|
-
return a.stackTraceLimit = s,
|
|
289
|
+
return a.stackTraceLimit = s, Ee.fromStack(d, i + 1);
|
|
289
290
|
}
|
|
290
291
|
r.ofNthCaller = t;
|
|
291
|
-
})(
|
|
292
|
-
class
|
|
292
|
+
})(V || (V = {}));
|
|
293
|
+
class Ee {
|
|
293
294
|
static fromStack(e, o) {
|
|
294
295
|
const n = e.split(`
|
|
295
|
-
`), t =
|
|
296
|
+
`), t = lr(n[o + 1]);
|
|
296
297
|
if (t)
|
|
297
|
-
return new
|
|
298
|
+
return new Ee(t.fileName, t.line, t.column, t.id);
|
|
298
299
|
}
|
|
299
300
|
constructor(e, o, n, t) {
|
|
300
301
|
this.fileName = e, this.line = o, this.column = n, this.id = t;
|
|
301
302
|
}
|
|
302
303
|
}
|
|
303
|
-
function
|
|
304
|
+
function lr(r) {
|
|
304
305
|
if (!r)
|
|
305
306
|
return;
|
|
306
307
|
const e = r.match(/\((.*):(\d+):(\d+)\)/);
|
|
@@ -320,32 +321,32 @@ function dr(r) {
|
|
|
320
321
|
id: r
|
|
321
322
|
};
|
|
322
323
|
}
|
|
323
|
-
class
|
|
324
|
+
class G {
|
|
324
325
|
constructor(e, o, n) {
|
|
325
326
|
this.owner = e, this.debugNameSource = o, this.referenceFn = n;
|
|
326
327
|
}
|
|
327
328
|
getDebugName(e) {
|
|
328
|
-
return
|
|
329
|
+
return pr(e, this);
|
|
329
330
|
}
|
|
330
331
|
}
|
|
331
|
-
const
|
|
332
|
-
function
|
|
333
|
-
const o =
|
|
332
|
+
const Ue = /* @__PURE__ */ new Map(), xe = /* @__PURE__ */ new WeakMap();
|
|
333
|
+
function pr(r, e) {
|
|
334
|
+
const o = xe.get(r);
|
|
334
335
|
if (o)
|
|
335
336
|
return o;
|
|
336
|
-
const n =
|
|
337
|
+
const n = gr(r, e);
|
|
337
338
|
if (n) {
|
|
338
|
-
let t =
|
|
339
|
-
t++,
|
|
339
|
+
let t = Ue.get(n) ?? 0;
|
|
340
|
+
t++, Ue.set(n, t);
|
|
340
341
|
const i = t === 1 ? n : `${n}#${t}`;
|
|
341
|
-
return
|
|
342
|
+
return xe.set(r, i), i;
|
|
342
343
|
}
|
|
343
344
|
}
|
|
344
|
-
function
|
|
345
|
-
const o =
|
|
345
|
+
function gr(r, e) {
|
|
346
|
+
const o = xe.get(r);
|
|
346
347
|
if (o)
|
|
347
348
|
return o;
|
|
348
|
-
const n = e.owner ?
|
|
349
|
+
const n = e.owner ? mr(e.owner) + "." : "";
|
|
349
350
|
let t;
|
|
350
351
|
const i = e.debugNameSource;
|
|
351
352
|
if (i !== void 0)
|
|
@@ -355,46 +356,42 @@ function pr(r, e) {
|
|
|
355
356
|
} else
|
|
356
357
|
return n + i;
|
|
357
358
|
const a = e.referenceFn;
|
|
358
|
-
if (a !== void 0 && (t =
|
|
359
|
+
if (a !== void 0 && (t = Te(a), t !== void 0))
|
|
359
360
|
return n + t;
|
|
360
361
|
if (e.owner !== void 0) {
|
|
361
|
-
const s =
|
|
362
|
+
const s = ur(e.owner, r);
|
|
362
363
|
if (s !== void 0)
|
|
363
364
|
return n + s;
|
|
364
365
|
}
|
|
365
366
|
}
|
|
366
|
-
function
|
|
367
|
+
function ur(r, e) {
|
|
367
368
|
for (const o in r)
|
|
368
369
|
if (r[o] === e)
|
|
369
370
|
return o;
|
|
370
371
|
}
|
|
371
|
-
const
|
|
372
|
-
function
|
|
372
|
+
const $e = /* @__PURE__ */ new Map(), qe = /* @__PURE__ */ new WeakMap();
|
|
373
|
+
function mr(r) {
|
|
373
374
|
const e = qe.get(r);
|
|
374
375
|
if (e)
|
|
375
376
|
return e;
|
|
376
|
-
const o =
|
|
377
|
-
let n =
|
|
378
|
-
n++,
|
|
377
|
+
const o = vo(r) ?? "Object";
|
|
378
|
+
let n = $e.get(o) ?? 0;
|
|
379
|
+
n++, $e.set(o, n);
|
|
379
380
|
const t = n === 1 ? o : `${o}#${n}`;
|
|
380
381
|
return qe.set(r, t), t;
|
|
381
382
|
}
|
|
382
|
-
function
|
|
383
|
+
function vo(r) {
|
|
383
384
|
const e = r.constructor;
|
|
384
385
|
if (e)
|
|
385
386
|
return e.name === "Object" ? void 0 : e.name;
|
|
386
387
|
}
|
|
387
|
-
function
|
|
388
|
+
function Te(r) {
|
|
388
389
|
const e = r.toString(), n = /\/\*\*\s*@description\s*([^*]*)\*\//.exec(e), t = n ? n[1] : void 0;
|
|
389
390
|
return t == null ? void 0 : t.trim();
|
|
390
391
|
}
|
|
391
|
-
let
|
|
392
|
-
function mr(r) {
|
|
393
|
-
ve = r;
|
|
394
|
-
}
|
|
395
|
-
let vo;
|
|
392
|
+
let be;
|
|
396
393
|
function fr(r) {
|
|
397
|
-
|
|
394
|
+
be = r;
|
|
398
395
|
}
|
|
399
396
|
let ko;
|
|
400
397
|
function hr(r) {
|
|
@@ -404,7 +401,11 @@ let yo;
|
|
|
404
401
|
function xr(r) {
|
|
405
402
|
yo = r;
|
|
406
403
|
}
|
|
407
|
-
|
|
404
|
+
let wo;
|
|
405
|
+
function br(r) {
|
|
406
|
+
wo = r;
|
|
407
|
+
}
|
|
408
|
+
class vr {
|
|
408
409
|
get TChange() {
|
|
409
410
|
return null;
|
|
410
411
|
}
|
|
@@ -415,12 +416,12 @@ class br {
|
|
|
415
416
|
read(e) {
|
|
416
417
|
return e ? e.readObservable(this) : this.get();
|
|
417
418
|
}
|
|
418
|
-
map(e, o, n =
|
|
419
|
+
map(e, o, n = V.ofCaller()) {
|
|
419
420
|
const t = o === void 0 ? void 0 : e, i = o === void 0 ? e : o;
|
|
420
|
-
return
|
|
421
|
+
return be({
|
|
421
422
|
owner: t,
|
|
422
423
|
debugName: () => {
|
|
423
|
-
const a =
|
|
424
|
+
const a = Te(i);
|
|
424
425
|
if (a !== void 0)
|
|
425
426
|
return a;
|
|
426
427
|
const d = /^\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());
|
|
@@ -437,13 +438,13 @@ class br {
|
|
|
437
438
|
* Converts an observable of an observable value into a direct observable of the value.
|
|
438
439
|
*/
|
|
439
440
|
flatten() {
|
|
440
|
-
return
|
|
441
|
+
return be({
|
|
441
442
|
owner: void 0,
|
|
442
443
|
debugName: () => `${this.debugName} (flattened)`
|
|
443
444
|
}, (e) => this.read(e).read(e));
|
|
444
445
|
}
|
|
445
446
|
recomputeInitiallyAndOnChange(e, o) {
|
|
446
|
-
return e.add(
|
|
447
|
+
return e.add(ko(this, o)), this;
|
|
447
448
|
}
|
|
448
449
|
/**
|
|
449
450
|
* Ensures that this observable is observed. This keeps the cache alive.
|
|
@@ -451,29 +452,29 @@ class br {
|
|
|
451
452
|
* Use `recomputeInitiallyAndOnChange` for eager evaluation.
|
|
452
453
|
*/
|
|
453
454
|
keepObserved(e) {
|
|
454
|
-
return e.add(
|
|
455
|
+
return e.add(yo(this)), this;
|
|
455
456
|
}
|
|
456
457
|
get debugValue() {
|
|
457
458
|
return this.get();
|
|
458
459
|
}
|
|
459
460
|
debugGetDependencyGraph() {
|
|
460
|
-
return
|
|
461
|
+
return wo(this);
|
|
461
462
|
}
|
|
462
463
|
}
|
|
463
|
-
class
|
|
464
|
+
class He extends vr {
|
|
464
465
|
constructor(e) {
|
|
465
466
|
var o;
|
|
466
|
-
super(), this._observers = /* @__PURE__ */ new Set(), (o =
|
|
467
|
+
super(), this._observers = /* @__PURE__ */ new Set(), (o = C()) == null || o.handleObservableCreated(this, e);
|
|
467
468
|
}
|
|
468
469
|
addObserver(e) {
|
|
469
470
|
var n;
|
|
470
471
|
const o = this._observers.size;
|
|
471
|
-
this._observers.add(e), o === 0 && this.onFirstObserverAdded(), o !== this._observers.size && ((n =
|
|
472
|
+
this._observers.add(e), o === 0 && this.onFirstObserverAdded(), o !== this._observers.size && ((n = C()) == null || n.handleOnListenerCountChanged(this, this._observers.size));
|
|
472
473
|
}
|
|
473
474
|
removeObserver(e) {
|
|
474
475
|
var n;
|
|
475
476
|
const o = this._observers.delete(e);
|
|
476
|
-
o && this._observers.size === 0 && this.onLastObserverRemoved(), o && ((n =
|
|
477
|
+
o && this._observers.size === 0 && this.onLastObserverRemoved(), o && ((n = C()) == null || n.handleOnListenerCountChanged(this, this._observers.size));
|
|
477
478
|
}
|
|
478
479
|
onFirstObserverAdded() {
|
|
479
480
|
}
|
|
@@ -481,31 +482,31 @@ class Me extends br {
|
|
|
481
482
|
}
|
|
482
483
|
log() {
|
|
483
484
|
var o;
|
|
484
|
-
const e = !!
|
|
485
|
-
return
|
|
485
|
+
const e = !!C();
|
|
486
|
+
return dr(this), e || (o = C()) == null || o.handleObservableCreated(this, V.ofCaller()), this;
|
|
486
487
|
}
|
|
487
488
|
debugGetObservers() {
|
|
488
489
|
return this._observers;
|
|
489
490
|
}
|
|
490
491
|
}
|
|
491
|
-
function
|
|
492
|
+
function Bo(r) {
|
|
492
493
|
return {
|
|
493
494
|
dispose: r
|
|
494
495
|
};
|
|
495
496
|
}
|
|
496
|
-
class
|
|
497
|
+
class $ extends Error {
|
|
497
498
|
constructor(e) {
|
|
498
|
-
super(e || "An unexpected bug occurred."), Object.setPrototypeOf(this,
|
|
499
|
+
super(e || "An unexpected bug occurred."), Object.setPrototypeOf(this, $.prototype);
|
|
499
500
|
}
|
|
500
501
|
}
|
|
501
|
-
function
|
|
502
|
+
function de(r) {
|
|
502
503
|
throw r;
|
|
503
504
|
}
|
|
504
|
-
function
|
|
505
|
+
function kr(r) {
|
|
505
506
|
console.error("Unexpected error:", r);
|
|
506
507
|
}
|
|
507
|
-
const
|
|
508
|
-
class
|
|
508
|
+
const re = (r, e) => r === e;
|
|
509
|
+
class ne {
|
|
509
510
|
constructor() {
|
|
510
511
|
this.disposables = [], this._isDisposed = !1;
|
|
511
512
|
}
|
|
@@ -533,7 +534,7 @@ class re {
|
|
|
533
534
|
this.disposables = [];
|
|
534
535
|
}
|
|
535
536
|
}
|
|
536
|
-
function
|
|
537
|
+
function yr(r) {
|
|
537
538
|
switch (r) {
|
|
538
539
|
case 0:
|
|
539
540
|
return "initial";
|
|
@@ -547,7 +548,7 @@ function kr(r) {
|
|
|
547
548
|
return "<unknown>";
|
|
548
549
|
}
|
|
549
550
|
}
|
|
550
|
-
class
|
|
551
|
+
class q extends He {
|
|
551
552
|
get debugName() {
|
|
552
553
|
return this._debugNameData.getDebugName(this) ?? "(anonymous)";
|
|
553
554
|
}
|
|
@@ -557,7 +558,7 @@ class j extends Me {
|
|
|
557
558
|
}
|
|
558
559
|
onLastObserverRemoved() {
|
|
559
560
|
var e, o;
|
|
560
|
-
this._state = 0, this._value = void 0, (e =
|
|
561
|
+
this._state = 0, this._value = void 0, (e = C()) == null || e.handleDerivedCleared(this);
|
|
561
562
|
for (const n of this._dependencies)
|
|
562
563
|
n.removeObserver(this);
|
|
563
564
|
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);
|
|
@@ -603,11 +604,11 @@ class j extends Me {
|
|
|
603
604
|
this._store !== void 0 && (this._store.dispose(), this._store = void 0), this._value = this._computeFn(this, s);
|
|
604
605
|
} finally {
|
|
605
606
|
this._isReaderValid = !1;
|
|
606
|
-
for (const
|
|
607
|
-
|
|
607
|
+
for (const u of this._dependenciesToBeRemoved)
|
|
608
|
+
u.removeObserver(this);
|
|
608
609
|
this._dependenciesToBeRemoved.clear(), g !== void 0 && g.dispose();
|
|
609
610
|
}
|
|
610
|
-
e = this._didReportChange || d && !this._equalityComparator(p, this._value), (a =
|
|
611
|
+
e = this._didReportChange || d && !this._equalityComparator(p, this._value), (a = C()) == null || a.handleObservableUpdated(this, {
|
|
611
612
|
oldValue: p,
|
|
612
613
|
newValue: this._value,
|
|
613
614
|
change: void 0,
|
|
@@ -615,7 +616,7 @@ class j extends Me {
|
|
|
615
616
|
hadValue: d
|
|
616
617
|
});
|
|
617
618
|
} catch (s) {
|
|
618
|
-
|
|
619
|
+
de(s);
|
|
619
620
|
}
|
|
620
621
|
if (this._isComputing = !1, !this._didReportChange && e)
|
|
621
622
|
for (const s of this._observers)
|
|
@@ -629,7 +630,7 @@ class j extends Me {
|
|
|
629
630
|
// IObserver Implementation
|
|
630
631
|
beginUpdate(e) {
|
|
631
632
|
if (this._isUpdating)
|
|
632
|
-
throw new
|
|
633
|
+
throw new $("Cyclic deriveds are not supported yet!");
|
|
633
634
|
this._updateCount++, this._isUpdating = !0;
|
|
634
635
|
try {
|
|
635
636
|
const o = this._updateCount === 1;
|
|
@@ -666,7 +667,7 @@ class j extends Me {
|
|
|
666
667
|
handleChange(e, o) {
|
|
667
668
|
var n;
|
|
668
669
|
if (this._dependencies.has(e) && !this._dependenciesToBeRemoved.has(e) || this._isInBeforeUpdate) {
|
|
669
|
-
(n =
|
|
670
|
+
(n = C()) == null || n.handleDerivedDependencyChanged(this, e, o);
|
|
670
671
|
let t = !1;
|
|
671
672
|
try {
|
|
672
673
|
t = this._changeTracker ? this._changeTracker.handleChange({
|
|
@@ -675,7 +676,7 @@ class j extends Me {
|
|
|
675
676
|
didChange: (a) => a === e
|
|
676
677
|
}, this._changeSummary) : !0;
|
|
677
678
|
} catch (a) {
|
|
678
|
-
|
|
679
|
+
de(a);
|
|
679
680
|
}
|
|
680
681
|
const i = this._state === 3;
|
|
681
682
|
if (t && (this._state === 1 || i) && (this._state = 2, i))
|
|
@@ -686,7 +687,7 @@ class j extends Me {
|
|
|
686
687
|
// IReader Implementation
|
|
687
688
|
_ensureReaderValid() {
|
|
688
689
|
if (!this._isReaderValid)
|
|
689
|
-
throw new
|
|
690
|
+
throw new $("The reader object cannot be used outside its compute function!");
|
|
690
691
|
}
|
|
691
692
|
readObservable(e) {
|
|
692
693
|
this._ensureReaderValid(), e.addObserver(this);
|
|
@@ -699,10 +700,10 @@ class j extends Me {
|
|
|
699
700
|
o.handleChange(this, e);
|
|
700
701
|
}
|
|
701
702
|
get store() {
|
|
702
|
-
return this._ensureReaderValid(), this._store === void 0 && (this._store = new
|
|
703
|
+
return this._ensureReaderValid(), this._store === void 0 && (this._store = new ne()), this._store;
|
|
703
704
|
}
|
|
704
705
|
get delayedStore() {
|
|
705
|
-
return this._ensureReaderValid(), this._delayedStore === void 0 && (this._delayedStore = new
|
|
706
|
+
return this._ensureReaderValid(), this._delayedStore === void 0 && (this._delayedStore = new ne()), this._delayedStore;
|
|
706
707
|
}
|
|
707
708
|
addObserver(e) {
|
|
708
709
|
const o = !this._observers.has(e) && this._updateCount > 0;
|
|
@@ -714,7 +715,7 @@ class j extends Me {
|
|
|
714
715
|
debugGetState() {
|
|
715
716
|
return {
|
|
716
717
|
state: this._state,
|
|
717
|
-
stateStr:
|
|
718
|
+
stateStr: yr(this._state),
|
|
718
719
|
updateCount: this._updateCount,
|
|
719
720
|
isComputing: this._isComputing,
|
|
720
721
|
dependencies: this._dependencies,
|
|
@@ -735,26 +736,26 @@ class j extends Me {
|
|
|
735
736
|
i.handleChange(this, n);
|
|
736
737
|
}
|
|
737
738
|
}
|
|
738
|
-
function
|
|
739
|
-
return e !== void 0 ? new
|
|
739
|
+
function R(r, e, o = V.ofCaller()) {
|
|
740
|
+
return e !== void 0 ? new q(new G(r, void 0, e), e, void 0, void 0, re, o) : new q(new G(void 0, void 0, r), r, void 0, void 0, re, o);
|
|
740
741
|
}
|
|
741
|
-
function
|
|
742
|
-
return new
|
|
742
|
+
function wr(r, e, o = V.ofCaller()) {
|
|
743
|
+
return new q(new G(r.owner, r.debugName, r.debugReferenceFn), e, void 0, r.onLastObserverRemoved, r.equalsFn ?? re, o);
|
|
743
744
|
}
|
|
744
|
-
|
|
745
|
-
function
|
|
745
|
+
fr(wr);
|
|
746
|
+
function Br(r, e, o = V.ofCaller()) {
|
|
746
747
|
let n, t;
|
|
747
748
|
n = r, t = void 0;
|
|
748
749
|
let i;
|
|
749
|
-
return new
|
|
750
|
-
i ? i.clear() : i = new
|
|
750
|
+
return new q(new G(t, void 0, n), (a) => {
|
|
751
|
+
i ? i.clear() : i = new ne();
|
|
751
752
|
const s = n(a);
|
|
752
753
|
return s && i.add(s), s;
|
|
753
754
|
}, void 0, () => {
|
|
754
755
|
i && (i.dispose(), i = void 0);
|
|
755
|
-
},
|
|
756
|
+
}, re, o);
|
|
756
757
|
}
|
|
757
|
-
function
|
|
758
|
+
function _r(r) {
|
|
758
759
|
switch (r) {
|
|
759
760
|
case 1:
|
|
760
761
|
return "dependenciesMightHaveChanged";
|
|
@@ -766,13 +767,13 @@ function Br(r) {
|
|
|
766
767
|
return "<unknown>";
|
|
767
768
|
}
|
|
768
769
|
}
|
|
769
|
-
class
|
|
770
|
+
class _o {
|
|
770
771
|
get debugName() {
|
|
771
772
|
return this._debugNameData.getDebugName(this) ?? "(anonymous)";
|
|
772
773
|
}
|
|
773
774
|
constructor(e, o, n, t) {
|
|
774
775
|
var i, a;
|
|
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), (a =
|
|
776
|
+
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), (a = C()) == null || a.handleAutorunCreated(this, t), this._run();
|
|
776
777
|
}
|
|
777
778
|
dispose() {
|
|
778
779
|
var e;
|
|
@@ -780,7 +781,7 @@ class Bo {
|
|
|
780
781
|
this._disposed = !0;
|
|
781
782
|
for (const o of this._dependencies)
|
|
782
783
|
o.removeObserver(this);
|
|
783
|
-
this._dependencies.clear(), this._store !== void 0 && this._store.dispose(), this._delayedStore !== void 0 && this._delayedStore.dispose(), (e =
|
|
784
|
+
this._dependencies.clear(), this._store !== void 0 && this._store.dispose(), this._delayedStore !== void 0 && this._delayedStore.dispose(), (e = C()) == null || e.handleAutorunDisposed(this);
|
|
784
785
|
}
|
|
785
786
|
}
|
|
786
787
|
_run() {
|
|
@@ -789,19 +790,19 @@ class Bo {
|
|
|
789
790
|
this._dependenciesToBeRemoved = this._dependencies, this._dependencies = e, this._state = 3;
|
|
790
791
|
try {
|
|
791
792
|
if (!this._disposed) {
|
|
792
|
-
(o =
|
|
793
|
+
(o = C()) == null || o.handleAutorunStarted(this);
|
|
793
794
|
const a = this._changeSummary, s = this._delayedStore;
|
|
794
795
|
s !== void 0 && (this._delayedStore = void 0);
|
|
795
796
|
try {
|
|
796
797
|
this._isRunning = !0, this._changeTracker && ((t = (n = this._changeTracker).beforeUpdate) == null || t.call(n, this, a), this._changeSummary = this._changeTracker.createChangeSummary(a)), this._store !== void 0 && (this._store.dispose(), this._store = void 0), this._runFn(this, a);
|
|
797
798
|
} catch (d) {
|
|
798
|
-
|
|
799
|
+
de(d);
|
|
799
800
|
} finally {
|
|
800
801
|
this._isRunning = !1, s !== void 0 && s.dispose();
|
|
801
802
|
}
|
|
802
803
|
}
|
|
803
804
|
} finally {
|
|
804
|
-
this._disposed || (i =
|
|
805
|
+
this._disposed || (i = C()) == null || i.handleAutorunFinished(this);
|
|
805
806
|
for (const a of this._dependenciesToBeRemoved)
|
|
806
807
|
a.removeObserver(this);
|
|
807
808
|
this._dependenciesToBeRemoved.clear();
|
|
@@ -836,7 +837,7 @@ class Bo {
|
|
|
836
837
|
handleChange(e, o) {
|
|
837
838
|
var n;
|
|
838
839
|
if (this._isDependency(e)) {
|
|
839
|
-
(n =
|
|
840
|
+
(n = C()) == null || n.handleAutorunDependencyChanged(this, e, o);
|
|
840
841
|
try {
|
|
841
842
|
(this._changeTracker ? this._changeTracker.handleChange({
|
|
842
843
|
changedObservable: e,
|
|
@@ -844,7 +845,7 @@ class Bo {
|
|
|
844
845
|
didChange: (i) => i === e
|
|
845
846
|
}, this._changeSummary) : !0) && (this._state = 2);
|
|
846
847
|
} catch (t) {
|
|
847
|
-
|
|
848
|
+
de(t);
|
|
848
849
|
}
|
|
849
850
|
}
|
|
850
851
|
}
|
|
@@ -854,7 +855,7 @@ class Bo {
|
|
|
854
855
|
// IReader implementation
|
|
855
856
|
_ensureNoRunning() {
|
|
856
857
|
if (!this._isRunning)
|
|
857
|
-
throw new
|
|
858
|
+
throw new $("The reader object cannot be used outside its compute function!");
|
|
858
859
|
}
|
|
859
860
|
readObservable(e) {
|
|
860
861
|
if (this._ensureNoRunning(), this._disposed)
|
|
@@ -865,13 +866,13 @@ class Bo {
|
|
|
865
866
|
}
|
|
866
867
|
get store() {
|
|
867
868
|
if (this._ensureNoRunning(), this._disposed)
|
|
868
|
-
throw new
|
|
869
|
-
return this._store === void 0 && (this._store = new
|
|
869
|
+
throw new $("Cannot access store after dispose");
|
|
870
|
+
return this._store === void 0 && (this._store = new ne()), this._store;
|
|
870
871
|
}
|
|
871
872
|
get delayedStore() {
|
|
872
873
|
if (this._ensureNoRunning(), this._disposed)
|
|
873
|
-
throw new
|
|
874
|
-
return this._delayedStore === void 0 && (this._delayedStore = new
|
|
874
|
+
throw new $("Cannot access store after dispose");
|
|
875
|
+
return this._delayedStore === void 0 && (this._delayedStore = new ne()), this._delayedStore;
|
|
875
876
|
}
|
|
876
877
|
debugGetState() {
|
|
877
878
|
return {
|
|
@@ -879,42 +880,42 @@ class Bo {
|
|
|
879
880
|
updateCount: this._updateCount,
|
|
880
881
|
dependencies: this._dependencies,
|
|
881
882
|
state: this._state,
|
|
882
|
-
stateStr:
|
|
883
|
+
stateStr: _r(this._state)
|
|
883
884
|
};
|
|
884
885
|
}
|
|
885
886
|
debugRerun() {
|
|
886
887
|
this._isRunning ? this._state = 2 : this._run();
|
|
887
888
|
}
|
|
888
889
|
}
|
|
889
|
-
function
|
|
890
|
-
return new
|
|
890
|
+
function Co(r, e = V.ofCaller()) {
|
|
891
|
+
return new _o(new G(void 0, void 0, r), r, void 0, e);
|
|
891
892
|
}
|
|
892
893
|
function Qe(r) {
|
|
893
894
|
const e = new Error("BugIndicatingErrorRecovery: " + r);
|
|
894
|
-
|
|
895
|
+
kr(e), console.error("recovered from an error that indicates a bug", e);
|
|
895
896
|
}
|
|
896
|
-
function
|
|
897
|
-
const o = new
|
|
897
|
+
function So(r, e) {
|
|
898
|
+
const o = new Fo(r, e);
|
|
898
899
|
try {
|
|
899
900
|
r(o);
|
|
900
901
|
} finally {
|
|
901
902
|
o.finish();
|
|
902
903
|
}
|
|
903
904
|
}
|
|
904
|
-
function
|
|
905
|
-
r ? e(r) :
|
|
905
|
+
function Cr(r, e, o) {
|
|
906
|
+
r ? e(r) : So(e, o);
|
|
906
907
|
}
|
|
907
|
-
class
|
|
908
|
+
class Fo {
|
|
908
909
|
constructor(e, o) {
|
|
909
910
|
var n;
|
|
910
|
-
this._fn = e, this._getDebugName = o, this._updatingObservers = [], (n =
|
|
911
|
+
this._fn = e, this._getDebugName = o, this._updatingObservers = [], (n = C()) == null || n.handleBeginTransaction(this);
|
|
911
912
|
}
|
|
912
913
|
getDebugName() {
|
|
913
|
-
return this._getDebugName ? this._getDebugName() :
|
|
914
|
+
return this._getDebugName ? this._getDebugName() : Te(this._fn);
|
|
914
915
|
}
|
|
915
916
|
updateObserver(e, o) {
|
|
916
917
|
if (!this._updatingObservers) {
|
|
917
|
-
Qe("Transaction already finished!"),
|
|
918
|
+
Qe("Transaction already finished!"), So((n) => {
|
|
918
919
|
n.updateObserver(e, o);
|
|
919
920
|
});
|
|
920
921
|
return;
|
|
@@ -932,23 +933,23 @@ class So {
|
|
|
932
933
|
const { observer: t, observable: i } = e[n];
|
|
933
934
|
t.endUpdate(i);
|
|
934
935
|
}
|
|
935
|
-
this._updatingObservers = null, (o =
|
|
936
|
+
this._updatingObservers = null, (o = C()) == null || o.handleEndTransaction(this);
|
|
936
937
|
}
|
|
937
938
|
debugGetUpdatingObservers() {
|
|
938
939
|
return this._updatingObservers;
|
|
939
940
|
}
|
|
940
941
|
}
|
|
941
|
-
function
|
|
942
|
+
function B(r, e, o = V.ofCaller()) {
|
|
942
943
|
let n;
|
|
943
|
-
return typeof r == "string" ? n = new
|
|
944
|
+
return typeof r == "string" ? n = new G(void 0, r, void 0) : n = new G(r, void 0, void 0), new Io(n, e, re, o);
|
|
944
945
|
}
|
|
945
|
-
class
|
|
946
|
+
class Io extends He {
|
|
946
947
|
get debugName() {
|
|
947
948
|
return this._debugNameData.getDebugName(this) ?? "ObservableValue";
|
|
948
949
|
}
|
|
949
950
|
constructor(e, o, n, t) {
|
|
950
951
|
var i;
|
|
951
|
-
super(t), this._debugNameData = e, this._equalityComparator = n, this._value = o, (i =
|
|
952
|
+
super(t), this._debugNameData = e, this._equalityComparator = n, this._value = o, (i = C()) == null || i.handleObservableUpdated(this, { hadValue: !1, newValue: o, change: void 0, didChange: !0, oldValue: void 0 });
|
|
952
953
|
}
|
|
953
954
|
get() {
|
|
954
955
|
return this._value;
|
|
@@ -958,11 +959,11 @@ class Fo extends Me {
|
|
|
958
959
|
if (n === void 0 && this._equalityComparator(this._value, e))
|
|
959
960
|
return;
|
|
960
961
|
let t;
|
|
961
|
-
o || (o = t = new
|
|
962
|
+
o || (o = t = new Fo(() => {
|
|
962
963
|
}, () => `Setting ${this.debugName}`));
|
|
963
964
|
try {
|
|
964
965
|
const a = this._value;
|
|
965
|
-
this._setValue(e), (i =
|
|
966
|
+
this._setValue(e), (i = C()) == null || i.handleObservableUpdated(this, { oldValue: a, newValue: e, change: n, didChange: !0, hadValue: !0 });
|
|
966
967
|
for (const s of this._observers)
|
|
967
968
|
o.updateObserver(s, this), s.handleChange(this, n);
|
|
968
969
|
} finally {
|
|
@@ -986,23 +987,23 @@ class Fo extends Me {
|
|
|
986
987
|
}
|
|
987
988
|
function Ke(...r) {
|
|
988
989
|
let e, o, n, t;
|
|
989
|
-
return r.length === 2 ? [o, n] = r : [e, o, n, t] = r, new
|
|
990
|
+
return r.length === 2 ? [o, n] = r : [e, o, n, t] = r, new U(new G(e, void 0, n), o, n, () => U.globalTransaction, re, t ?? V.ofCaller());
|
|
990
991
|
}
|
|
991
|
-
class
|
|
992
|
+
class U extends He {
|
|
992
993
|
constructor(e, o, n, t, i, a) {
|
|
993
994
|
super(a), this._debugNameData = e, this.event = o, this._getValue = n, this._getTransaction = t, this._equalityComparator = i, this._hasValue = !1, this.handleEvent = (s) => {
|
|
994
|
-
var
|
|
995
|
+
var h;
|
|
995
996
|
const d = this._getValue(s), p = this._value, g = !this._hasValue || !this._equalityComparator(p, d);
|
|
996
|
-
let
|
|
997
|
-
g && (this._value = d, this._hasValue && (
|
|
997
|
+
let u = !1;
|
|
998
|
+
g && (this._value = d, this._hasValue && (u = !0, Cr(this._getTransaction(), (v) => {
|
|
998
999
|
var _;
|
|
999
|
-
(_ =
|
|
1000
|
-
for (const
|
|
1001
|
-
|
|
1000
|
+
(_ = C()) == null || _.handleObservableUpdated(this, { oldValue: p, newValue: d, change: void 0, didChange: g, hadValue: this._hasValue });
|
|
1001
|
+
for (const w of this._observers)
|
|
1002
|
+
v.updateObserver(w, this), w.handleChange(this, void 0);
|
|
1002
1003
|
}, () => {
|
|
1003
|
-
const
|
|
1004
|
-
return "Event fired" + (
|
|
1005
|
-
})), this._hasValue = !0),
|
|
1004
|
+
const v = this.getDebugName();
|
|
1005
|
+
return "Event fired" + (v ? `: ${v}` : "");
|
|
1006
|
+
})), this._hasValue = !0), u || (h = C()) == null || h.handleObservableUpdated(this, { oldValue: p, newValue: d, change: void 0, didChange: g, hadValue: this._hasValue });
|
|
1006
1007
|
};
|
|
1007
1008
|
}
|
|
1008
1009
|
getDebugName() {
|
|
@@ -1029,39 +1030,39 @@ class P extends Me {
|
|
|
1029
1030
|
}
|
|
1030
1031
|
}
|
|
1031
1032
|
(function(r) {
|
|
1032
|
-
r.Observer =
|
|
1033
|
+
r.Observer = U;
|
|
1033
1034
|
function e(o, n) {
|
|
1034
1035
|
let t = !1;
|
|
1035
|
-
|
|
1036
|
+
U.globalTransaction === void 0 && (U.globalTransaction = o, t = !0);
|
|
1036
1037
|
try {
|
|
1037
1038
|
n();
|
|
1038
1039
|
} finally {
|
|
1039
|
-
t && (
|
|
1040
|
+
t && (U.globalTransaction = void 0);
|
|
1040
1041
|
}
|
|
1041
1042
|
}
|
|
1042
1043
|
r.batchEventsGlobally = e;
|
|
1043
1044
|
})(Ke || (Ke = {}));
|
|
1044
|
-
function
|
|
1045
|
-
const e = new
|
|
1046
|
-
return r.addObserver(e),
|
|
1045
|
+
function Sr(r) {
|
|
1046
|
+
const e = new Ro(!1, void 0);
|
|
1047
|
+
return r.addObserver(e), Bo(() => {
|
|
1047
1048
|
r.removeObserver(e);
|
|
1048
1049
|
});
|
|
1049
1050
|
}
|
|
1050
|
-
|
|
1051
|
-
function
|
|
1052
|
-
const o = new
|
|
1051
|
+
xr(Sr);
|
|
1052
|
+
function Fr(r, e) {
|
|
1053
|
+
const o = new Ro(!0, e);
|
|
1053
1054
|
r.addObserver(o);
|
|
1054
1055
|
try {
|
|
1055
1056
|
o.beginUpdate(r);
|
|
1056
1057
|
} finally {
|
|
1057
1058
|
o.endUpdate(r);
|
|
1058
1059
|
}
|
|
1059
|
-
return
|
|
1060
|
+
return Bo(() => {
|
|
1060
1061
|
r.removeObserver(o);
|
|
1061
1062
|
});
|
|
1062
1063
|
}
|
|
1063
|
-
|
|
1064
|
-
class
|
|
1064
|
+
hr(Fr);
|
|
1065
|
+
class Ro {
|
|
1065
1066
|
constructor(e, o) {
|
|
1066
1067
|
this._forceRecompute = e, this._handleValue = o, this._counter = 0;
|
|
1067
1068
|
}
|
|
@@ -1076,11 +1077,11 @@ class Io {
|
|
|
1076
1077
|
handleChange(e, o) {
|
|
1077
1078
|
}
|
|
1078
1079
|
}
|
|
1079
|
-
let
|
|
1080
|
-
function
|
|
1081
|
-
|
|
1080
|
+
let ie;
|
|
1081
|
+
function Ir(r) {
|
|
1082
|
+
ie || (ie = new Rr(), cr(ie)), ie.addFilteredObj(r);
|
|
1082
1083
|
}
|
|
1083
|
-
class
|
|
1084
|
+
class Rr {
|
|
1084
1085
|
constructor() {
|
|
1085
1086
|
this.indentation = 0, this.changedObservablesSets = /* @__PURE__ */ new WeakMap();
|
|
1086
1087
|
}
|
|
@@ -1092,32 +1093,32 @@ class Ir {
|
|
|
1092
1093
|
return ((o = this._filteredObjects) == null ? void 0 : o.has(e)) ?? !0;
|
|
1093
1094
|
}
|
|
1094
1095
|
textToConsoleArgs(e) {
|
|
1095
|
-
return
|
|
1096
|
-
|
|
1096
|
+
return Er([
|
|
1097
|
+
Q(Or("| ", this.indentation)),
|
|
1097
1098
|
e
|
|
1098
1099
|
]);
|
|
1099
1100
|
}
|
|
1100
1101
|
formatInfo(e) {
|
|
1101
1102
|
return e.hadValue ? e.didChange ? [
|
|
1102
|
-
|
|
1103
|
-
|
|
1103
|
+
Q(" "),
|
|
1104
|
+
T(oe(e.oldValue, 70), {
|
|
1104
1105
|
color: "red",
|
|
1105
1106
|
strikeThrough: !0
|
|
1106
1107
|
}),
|
|
1107
|
-
|
|
1108
|
-
|
|
1108
|
+
Q(" "),
|
|
1109
|
+
T(oe(e.newValue, 60), {
|
|
1109
1110
|
color: "green"
|
|
1110
1111
|
})
|
|
1111
|
-
] : [
|
|
1112
|
-
|
|
1113
|
-
|
|
1112
|
+
] : [Q(" (unchanged)")] : [
|
|
1113
|
+
Q(" "),
|
|
1114
|
+
T(oe(e.newValue, 60), {
|
|
1114
1115
|
color: "green"
|
|
1115
1116
|
}),
|
|
1116
|
-
|
|
1117
|
+
Q(" (initial)")
|
|
1117
1118
|
];
|
|
1118
1119
|
}
|
|
1119
1120
|
handleObservableCreated(e) {
|
|
1120
|
-
if (e instanceof
|
|
1121
|
+
if (e instanceof q) {
|
|
1121
1122
|
const o = e;
|
|
1122
1123
|
this.changedObservablesSets.set(o, /* @__PURE__ */ new Set());
|
|
1123
1124
|
}
|
|
@@ -1126,20 +1127,20 @@ class Ir {
|
|
|
1126
1127
|
}
|
|
1127
1128
|
handleObservableUpdated(e, o) {
|
|
1128
1129
|
if (this._isIncluded(e)) {
|
|
1129
|
-
if (e instanceof
|
|
1130
|
+
if (e instanceof q) {
|
|
1130
1131
|
this._handleDerivedRecomputed(e, o);
|
|
1131
1132
|
return;
|
|
1132
1133
|
}
|
|
1133
1134
|
console.log(...this.textToConsoleArgs([
|
|
1134
|
-
|
|
1135
|
-
|
|
1135
|
+
K("observable value changed"),
|
|
1136
|
+
T(e.debugName, { color: "BlueViolet" }),
|
|
1136
1137
|
...this.formatInfo(o)
|
|
1137
1138
|
]));
|
|
1138
1139
|
}
|
|
1139
1140
|
}
|
|
1140
1141
|
formatChanges(e) {
|
|
1141
1142
|
if (e.size !== 0)
|
|
1142
|
-
return
|
|
1143
|
+
return T(" (changed deps: " + [...e].map((o) => o.debugName).join(", ") + ")", { color: "gray" });
|
|
1143
1144
|
}
|
|
1144
1145
|
handleDerivedDependencyChanged(e, o, n) {
|
|
1145
1146
|
var t;
|
|
@@ -1150,8 +1151,8 @@ class Ir {
|
|
|
1150
1151
|
return;
|
|
1151
1152
|
const n = this.changedObservablesSets.get(e);
|
|
1152
1153
|
n && (console.log(...this.textToConsoleArgs([
|
|
1153
|
-
|
|
1154
|
-
|
|
1154
|
+
K("derived recomputed"),
|
|
1155
|
+
T(e.debugName, { color: "BlueViolet" }),
|
|
1155
1156
|
...this.formatInfo(o),
|
|
1156
1157
|
this.formatChanges(n),
|
|
1157
1158
|
{ data: [{ fn: e._debugNameData.referenceFn ?? e._computeFn }] }
|
|
@@ -1159,14 +1160,14 @@ class Ir {
|
|
|
1159
1160
|
}
|
|
1160
1161
|
handleDerivedCleared(e) {
|
|
1161
1162
|
this._isIncluded(e) && console.log(...this.textToConsoleArgs([
|
|
1162
|
-
|
|
1163
|
-
|
|
1163
|
+
K("derived cleared"),
|
|
1164
|
+
T(e.debugName, { color: "BlueViolet" })
|
|
1164
1165
|
]));
|
|
1165
1166
|
}
|
|
1166
1167
|
handleFromEventObservableTriggered(e, o) {
|
|
1167
1168
|
this._isIncluded(e) && console.log(...this.textToConsoleArgs([
|
|
1168
|
-
|
|
1169
|
-
|
|
1169
|
+
K("observable from event triggered"),
|
|
1170
|
+
T(e.debugName, { color: "BlueViolet" }),
|
|
1170
1171
|
...this.formatInfo(o),
|
|
1171
1172
|
{ data: [{ fn: e._getValue }] }
|
|
1172
1173
|
]));
|
|
@@ -1182,8 +1183,8 @@ class Ir {
|
|
|
1182
1183
|
handleAutorunStarted(e) {
|
|
1183
1184
|
const o = this.changedObservablesSets.get(e);
|
|
1184
1185
|
o && (this._isIncluded(e) && console.log(...this.textToConsoleArgs([
|
|
1185
|
-
|
|
1186
|
-
|
|
1186
|
+
K("autorun"),
|
|
1187
|
+
T(e.debugName, { color: "BlueViolet" }),
|
|
1187
1188
|
this.formatChanges(o),
|
|
1188
1189
|
{ data: [{ fn: e._debugNameData.referenceFn ?? e._runFn }] }
|
|
1189
1190
|
])), o.clear(), this.indentation++);
|
|
@@ -1194,8 +1195,8 @@ class Ir {
|
|
|
1194
1195
|
handleBeginTransaction(e) {
|
|
1195
1196
|
let o = e.getDebugName();
|
|
1196
1197
|
o === void 0 && (o = ""), this._isIncluded(e) && console.log(...this.textToConsoleArgs([
|
|
1197
|
-
|
|
1198
|
-
|
|
1198
|
+
K("transaction"),
|
|
1199
|
+
T(o, { color: "BlueViolet" }),
|
|
1199
1200
|
{ data: [{ fn: e._fn }] }
|
|
1200
1201
|
])), this.indentation++;
|
|
1201
1202
|
}
|
|
@@ -1203,7 +1204,7 @@ class Ir {
|
|
|
1203
1204
|
this.indentation--;
|
|
1204
1205
|
}
|
|
1205
1206
|
}
|
|
1206
|
-
function
|
|
1207
|
+
function Er(r) {
|
|
1207
1208
|
const e = new Array(), o = [];
|
|
1208
1209
|
let n = "";
|
|
1209
1210
|
function t(a) {
|
|
@@ -1216,13 +1217,13 @@ function Rr(r) {
|
|
|
1216
1217
|
const i = [n, ...e];
|
|
1217
1218
|
return i.push(...o), i;
|
|
1218
1219
|
}
|
|
1219
|
-
function
|
|
1220
|
-
return
|
|
1220
|
+
function Q(r) {
|
|
1221
|
+
return T(r, { color: "black" });
|
|
1221
1222
|
}
|
|
1222
|
-
function
|
|
1223
|
-
return
|
|
1223
|
+
function K(r) {
|
|
1224
|
+
return T(Vr(`${r}: `, 10), { color: "black", bold: !0 });
|
|
1224
1225
|
}
|
|
1225
|
-
function
|
|
1226
|
+
function T(r, e = {
|
|
1226
1227
|
color: "black"
|
|
1227
1228
|
}) {
|
|
1228
1229
|
function o(t) {
|
|
@@ -1236,14 +1237,14 @@ function E(r, e = {
|
|
|
1236
1237
|
style: o(n)
|
|
1237
1238
|
};
|
|
1238
1239
|
}
|
|
1239
|
-
function
|
|
1240
|
+
function oe(r, e) {
|
|
1240
1241
|
try {
|
|
1241
|
-
return
|
|
1242
|
+
return Tr(r, e);
|
|
1242
1243
|
} catch {
|
|
1243
1244
|
return "[[???]]";
|
|
1244
1245
|
}
|
|
1245
1246
|
}
|
|
1246
|
-
function
|
|
1247
|
+
function Tr(r, e) {
|
|
1247
1248
|
switch (typeof r) {
|
|
1248
1249
|
case "number":
|
|
1249
1250
|
return "" + r;
|
|
@@ -1254,7 +1255,7 @@ function Er(r, e) {
|
|
|
1254
1255
|
case "undefined":
|
|
1255
1256
|
return "undefined";
|
|
1256
1257
|
case "object":
|
|
1257
|
-
return r === null ? "null" : Array.isArray(r) ?
|
|
1258
|
+
return r === null ? "null" : Array.isArray(r) ? Hr(r, e) : Mr(r, e);
|
|
1258
1259
|
case "symbol":
|
|
1259
1260
|
return r.toString();
|
|
1260
1261
|
case "function":
|
|
@@ -1263,18 +1264,18 @@ function Er(r, e) {
|
|
|
1263
1264
|
return "" + r;
|
|
1264
1265
|
}
|
|
1265
1266
|
}
|
|
1266
|
-
function
|
|
1267
|
+
function Hr(r, e) {
|
|
1267
1268
|
let o = "[ ", n = !0;
|
|
1268
1269
|
for (const t of r) {
|
|
1269
1270
|
if (n || (o += ", "), o.length - 5 > e) {
|
|
1270
1271
|
o += "...";
|
|
1271
1272
|
break;
|
|
1272
1273
|
}
|
|
1273
|
-
n = !1, o += `${
|
|
1274
|
+
n = !1, o += `${oe(t, e - o.length)}`;
|
|
1274
1275
|
}
|
|
1275
1276
|
return o += " ]", o;
|
|
1276
1277
|
}
|
|
1277
|
-
function
|
|
1278
|
+
function Mr(r, e) {
|
|
1278
1279
|
try {
|
|
1279
1280
|
if (typeof r.toString == "function" && r.toString !== Object.prototype.toString) {
|
|
1280
1281
|
const a = r.toString();
|
|
@@ -1283,7 +1284,7 @@ function Hr(r, e) {
|
|
|
1283
1284
|
} catch {
|
|
1284
1285
|
return "[[Object]]";
|
|
1285
1286
|
}
|
|
1286
|
-
const o =
|
|
1287
|
+
const o = vo(r);
|
|
1287
1288
|
let n = o ? o + "(" : "{ ", t = !0, i;
|
|
1288
1289
|
try {
|
|
1289
1290
|
i = Object.entries(r);
|
|
@@ -1295,71 +1296,71 @@ function Hr(r, e) {
|
|
|
1295
1296
|
n += "...";
|
|
1296
1297
|
break;
|
|
1297
1298
|
}
|
|
1298
|
-
t = !1, n += `${a}: ${
|
|
1299
|
+
t = !1, n += `${a}: ${oe(s, e - n.length)}`;
|
|
1299
1300
|
}
|
|
1300
1301
|
return n += o ? ")" : " }", n;
|
|
1301
1302
|
}
|
|
1302
|
-
function
|
|
1303
|
+
function Or(r, e) {
|
|
1303
1304
|
let o = "";
|
|
1304
1305
|
for (let n = 1; n <= e; n++)
|
|
1305
1306
|
o += r;
|
|
1306
1307
|
return o;
|
|
1307
1308
|
}
|
|
1308
|
-
function
|
|
1309
|
+
function Vr(r, e) {
|
|
1309
1310
|
for (; r.length < e; )
|
|
1310
1311
|
r += " ";
|
|
1311
1312
|
return r;
|
|
1312
1313
|
}
|
|
1313
|
-
function
|
|
1314
|
-
const o = (e == null ? void 0 : e.debugNamePostProcessor) ?? ((i) => i), n =
|
|
1315
|
-
return n ?
|
|
1314
|
+
function Lr(r, e) {
|
|
1315
|
+
const o = (e == null ? void 0 : e.debugNamePostProcessor) ?? ((i) => i), n = M.from(r, o);
|
|
1316
|
+
return n ? Eo(n, 0, /* @__PURE__ */ new Set()).trim() : "";
|
|
1316
1317
|
}
|
|
1317
|
-
function
|
|
1318
|
+
function Eo(r, e, o) {
|
|
1318
1319
|
const n = " ".repeat(e), t = [];
|
|
1319
1320
|
if (o.has(r.sourceObj))
|
|
1320
1321
|
return t.push(`${n}* ${r.type} ${r.name} (already listed)`), t.join(`
|
|
1321
1322
|
`);
|
|
1322
|
-
if (o.add(r.sourceObj), t.push(`${n}* ${r.type} ${r.name}:`), t.push(`${n} value: ${
|
|
1323
|
+
if (o.add(r.sourceObj), t.push(`${n}* ${r.type} ${r.name}:`), t.push(`${n} value: ${oe(r.value, 50)}`), t.push(`${n} state: ${r.state}`), r.dependencies.length > 0) {
|
|
1323
1324
|
t.push(`${n} dependencies:`);
|
|
1324
1325
|
for (const a of r.dependencies)
|
|
1325
|
-
t.push(
|
|
1326
|
+
t.push(Eo(a, e + 1, o));
|
|
1326
1327
|
}
|
|
1327
1328
|
return t.join(`
|
|
1328
1329
|
`);
|
|
1329
1330
|
}
|
|
1330
|
-
class
|
|
1331
|
+
class M {
|
|
1331
1332
|
static from(e, o) {
|
|
1332
|
-
if (e instanceof
|
|
1333
|
+
if (e instanceof _o) {
|
|
1333
1334
|
const n = e.debugGetState();
|
|
1334
|
-
return new
|
|
1335
|
-
} else if (e instanceof
|
|
1335
|
+
return new M(e, o(e.debugName), "autorun", void 0, n.stateStr, Array.from(n.dependencies).map((t) => M.from(t, o) || M.unknown(t)));
|
|
1336
|
+
} else if (e instanceof q) {
|
|
1336
1337
|
const n = e.debugGetState();
|
|
1337
|
-
return new
|
|
1338
|
-
} else if (e instanceof
|
|
1338
|
+
return new M(e, o(e.debugName), "derived", n.value, n.stateStr, Array.from(n.dependencies).map((t) => M.from(t, o) || M.unknown(t)));
|
|
1339
|
+
} else if (e instanceof Io) {
|
|
1339
1340
|
const n = e.debugGetState();
|
|
1340
|
-
return new
|
|
1341
|
-
} else if (e instanceof
|
|
1341
|
+
return new M(e, o(e.debugName), "observableValue", n.value, "upToDate", []);
|
|
1342
|
+
} else if (e instanceof U) {
|
|
1342
1343
|
const n = e.debugGetState();
|
|
1343
|
-
return new
|
|
1344
|
+
return new M(e, o(e.debugName), "fromEvent", n.value, n.hasValue ? "upToDate" : "initial", []);
|
|
1344
1345
|
}
|
|
1345
1346
|
}
|
|
1346
1347
|
static unknown(e) {
|
|
1347
|
-
return new
|
|
1348
|
+
return new M(e, "(unknown)", "unknown", void 0, "unknown", []);
|
|
1348
1349
|
}
|
|
1349
1350
|
constructor(e, o, n, t, i, a) {
|
|
1350
1351
|
this.sourceObj = e, this.name = o, this.type = n, this.value = t, this.state = i, this.dependencies = a;
|
|
1351
1352
|
}
|
|
1352
1353
|
}
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
class
|
|
1354
|
+
br(Lr);
|
|
1355
|
+
sr(Ir);
|
|
1356
|
+
class Dr {
|
|
1356
1357
|
constructor() {
|
|
1357
|
-
l(this, "_fixtures",
|
|
1358
|
-
l(this, "loading",
|
|
1359
|
-
l(this, "error",
|
|
1360
|
-
l(this, "root",
|
|
1358
|
+
l(this, "_fixtures", B(this, /* @__PURE__ */ new Map()));
|
|
1359
|
+
l(this, "loading", B(this, !1));
|
|
1360
|
+
l(this, "error", B(this, void 0));
|
|
1361
|
+
l(this, "root", R(this, (e) => {
|
|
1361
1362
|
const o = this._fixtures.read(e);
|
|
1362
|
-
return
|
|
1363
|
+
return se(o);
|
|
1363
1364
|
}));
|
|
1364
1365
|
}
|
|
1365
1366
|
register(e, o) {
|
|
@@ -1378,11 +1379,11 @@ class Lr {
|
|
|
1378
1379
|
return We(n, o);
|
|
1379
1380
|
}
|
|
1380
1381
|
getComponentByPath(e) {
|
|
1381
|
-
const o = this._fixtures.get(), n =
|
|
1382
|
+
const o = this._fixtures.get(), n = se(o), t = We(n, e);
|
|
1382
1383
|
return t == null ? void 0 : t.component;
|
|
1383
1384
|
}
|
|
1384
1385
|
}
|
|
1385
|
-
class
|
|
1386
|
+
class Nr {
|
|
1386
1387
|
constructor(e) {
|
|
1387
1388
|
this._run = e, this._changes = [], this._map = /* @__PURE__ */ new Map(), this._updateCounter = 0;
|
|
1388
1389
|
}
|
|
@@ -1408,85 +1409,85 @@ class Dr {
|
|
|
1408
1409
|
handleChange(e, o) {
|
|
1409
1410
|
}
|
|
1410
1411
|
}
|
|
1411
|
-
function
|
|
1412
|
+
function f() {
|
|
1413
|
+
return ve.instance;
|
|
1414
|
+
}
|
|
1415
|
+
function Ar() {
|
|
1412
1416
|
return ke.instance;
|
|
1413
1417
|
}
|
|
1414
|
-
function
|
|
1418
|
+
function Gr() {
|
|
1415
1419
|
return ye.instance;
|
|
1416
1420
|
}
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
m.const = Nr;
|
|
1421
|
-
m.obs = Ar;
|
|
1422
|
-
class ke {
|
|
1421
|
+
f.const = Ar;
|
|
1422
|
+
f.obs = Gr;
|
|
1423
|
+
class ve {
|
|
1423
1424
|
create(e) {
|
|
1424
|
-
const o =
|
|
1425
|
+
const o = R((n) => e(n));
|
|
1425
1426
|
return { read: (n) => o };
|
|
1426
1427
|
}
|
|
1427
1428
|
}
|
|
1428
|
-
|
|
1429
|
-
class
|
|
1429
|
+
ve.instance = new ve();
|
|
1430
|
+
class ke {
|
|
1430
1431
|
create(e) {
|
|
1431
|
-
const o =
|
|
1432
|
+
const o = R((n) => e(n));
|
|
1432
1433
|
return { read: (n) => o.read(n) };
|
|
1433
1434
|
}
|
|
1434
1435
|
}
|
|
1435
|
-
|
|
1436
|
-
class
|
|
1436
|
+
ke.instance = new ke();
|
|
1437
|
+
class ye {
|
|
1437
1438
|
create(e) {
|
|
1438
|
-
const o =
|
|
1439
|
+
const o = R((n) => {
|
|
1439
1440
|
const t = e(n);
|
|
1440
|
-
return
|
|
1441
|
+
return zr(t) ? t.read(n) : t;
|
|
1441
1442
|
});
|
|
1442
1443
|
return { read: (n) => o };
|
|
1443
1444
|
}
|
|
1444
1445
|
}
|
|
1445
|
-
|
|
1446
|
-
function
|
|
1446
|
+
ye.instance = new ye();
|
|
1447
|
+
function zr(r) {
|
|
1447
1448
|
return typeof r == "object" && r !== null && "read" in r;
|
|
1448
1449
|
}
|
|
1449
|
-
function
|
|
1450
|
+
function X(r, e) {
|
|
1450
1451
|
return Object.fromEntries(Object.entries(r).map(([o, n]) => [o, e(n, o)]));
|
|
1451
1452
|
}
|
|
1452
|
-
const
|
|
1453
|
-
class
|
|
1453
|
+
const me = Symbol("ViewModelContext");
|
|
1454
|
+
class Pr {
|
|
1454
1455
|
constructor(e) {
|
|
1455
|
-
this._store = new
|
|
1456
|
+
this._store = new ne(), this.props = e;
|
|
1456
1457
|
}
|
|
1457
1458
|
dispose() {
|
|
1458
1459
|
this._store.dispose();
|
|
1459
1460
|
}
|
|
1460
1461
|
}
|
|
1461
|
-
function
|
|
1462
|
-
return r[
|
|
1462
|
+
function Wr(r) {
|
|
1463
|
+
return r[me] || (r[me] = fo(void 0)), r[me];
|
|
1463
1464
|
}
|
|
1464
|
-
function
|
|
1465
|
+
function D(r = {}) {
|
|
1465
1466
|
var e;
|
|
1466
|
-
return e = class extends
|
|
1467
|
+
return e = class extends Pr {
|
|
1467
1468
|
}, e._props = r, e;
|
|
1468
1469
|
}
|
|
1469
|
-
let
|
|
1470
|
-
const
|
|
1470
|
+
let we = 0;
|
|
1471
|
+
const jr = new Nr((r) => {
|
|
1471
1472
|
for (const e of r)
|
|
1472
1473
|
e.rendered = !1;
|
|
1473
|
-
if (
|
|
1474
|
+
if (we > 0) {
|
|
1474
1475
|
const e = r.find((o) => o.isRendering);
|
|
1475
1476
|
e.itemsToRender = r;
|
|
1476
1477
|
} else
|
|
1477
|
-
|
|
1478
|
+
ho(() => {
|
|
1478
1479
|
for (const e of r)
|
|
1479
1480
|
e.rendered || e.forceUpdate();
|
|
1480
1481
|
});
|
|
1481
1482
|
});
|
|
1482
|
-
let
|
|
1483
|
+
let Ur = 0;
|
|
1483
1484
|
class $r {
|
|
1484
1485
|
constructor(e, o) {
|
|
1485
1486
|
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 = () => () => {
|
|
1486
1487
|
var n;
|
|
1487
1488
|
(n = this._disposable) == null || n.dispose();
|
|
1488
1489
|
}, this.itemsToRender = [], this.handleAfterRender = () => {
|
|
1489
|
-
|
|
1490
|
+
ho(() => {
|
|
1490
1491
|
for (const n of this.itemsToRender)
|
|
1491
1492
|
n.rendered || n.forceUpdate();
|
|
1492
1493
|
}), this.itemsToRender = [];
|
|
@@ -1496,38 +1497,38 @@ class $r {
|
|
|
1496
1497
|
return this.debugName;
|
|
1497
1498
|
}
|
|
1498
1499
|
updateProps(e) {
|
|
1499
|
-
this._obsProps ? this._obsProps.set(e, void 0) : (this._obsProps =
|
|
1500
|
+
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 = jr.addDependency(this.rendering, this));
|
|
1500
1501
|
}
|
|
1501
1502
|
}
|
|
1502
|
-
function
|
|
1503
|
-
const n = (a) => a + 1, t = () => new $r(r + ++
|
|
1504
|
-
const s =
|
|
1503
|
+
function Me(r, e, o) {
|
|
1504
|
+
const n = (a) => a + 1, t = () => new $r(r + ++Ur, e), i = function(a) {
|
|
1505
|
+
const s = Xo(n, 0)[1], d = er(t)[0];
|
|
1505
1506
|
for (const p of o ?? [])
|
|
1506
|
-
d.contextValues.set(p,
|
|
1507
|
+
d.contextValues.set(p, or(p));
|
|
1507
1508
|
if (Ge(d.cleanupEffect, []), Ge(d.handleAfterRender), d.isRendering)
|
|
1508
1509
|
throw new Error("Component is already rendering");
|
|
1509
|
-
d.isRendering = !0,
|
|
1510
|
+
d.isRendering = !0, we++;
|
|
1510
1511
|
try {
|
|
1511
1512
|
d.forceUpdate = s, d.updateProps(a);
|
|
1512
1513
|
const p = d.rendering.get();
|
|
1513
1514
|
return d.rendered = !0, p;
|
|
1514
1515
|
} finally {
|
|
1515
|
-
d.isRendering = !1,
|
|
1516
|
+
d.isRendering = !1, we--;
|
|
1516
1517
|
}
|
|
1517
1518
|
};
|
|
1518
1519
|
return i.displayName = r, i;
|
|
1519
1520
|
}
|
|
1520
|
-
|
|
1521
|
-
function
|
|
1522
|
-
return
|
|
1523
|
-
const n =
|
|
1521
|
+
Me("ObsView", (r) => (e) => r.read(e).children(e));
|
|
1522
|
+
function H(r, e) {
|
|
1523
|
+
return Me("view", (o) => {
|
|
1524
|
+
const n = X(r, (t, i) => t.create((a) => o.read(a)[i], void 0));
|
|
1524
1525
|
return (t) => {
|
|
1525
|
-
const i =
|
|
1526
|
+
const i = X(n, (a) => a.read(t));
|
|
1526
1527
|
return e(t, i);
|
|
1527
1528
|
};
|
|
1528
1529
|
});
|
|
1529
1530
|
}
|
|
1530
|
-
function
|
|
1531
|
+
function qr(r) {
|
|
1531
1532
|
const e = [];
|
|
1532
1533
|
for (const o of Object.values(r)) {
|
|
1533
1534
|
const n = o._requiredContext;
|
|
@@ -1535,52 +1536,52 @@ function Ur(r) {
|
|
|
1535
1536
|
}
|
|
1536
1537
|
return e;
|
|
1537
1538
|
}
|
|
1538
|
-
function
|
|
1539
|
-
const n = typeof e == "function" ? {} : e, t = typeof e == "function" ? e : o, i = "_props" in r ? r._props : {}, a =
|
|
1540
|
-
return
|
|
1541
|
-
const
|
|
1542
|
-
} } :
|
|
1543
|
-
const
|
|
1544
|
-
return new r(
|
|
1545
|
-
}),
|
|
1546
|
-
return (
|
|
1547
|
-
const
|
|
1548
|
-
return t(
|
|
1539
|
+
function N(r, e, o) {
|
|
1540
|
+
const n = typeof e == "function" ? {} : e, t = typeof e == "function" ? e : o, i = "_props" in r ? r._props : {}, a = qr({ ...i, ...n }), s = Wr(r), d = [...a, s];
|
|
1541
|
+
return Me("viewWithModel", (p, g) => {
|
|
1542
|
+
const u = g(), h = u.get(s), v = "_props" in r ? X(r._props, (b, S) => b.create((I) => p.read(I)[S], u.get(b._requiredContext))) : {}, _ = h ? { read: () => h, dispose: () => {
|
|
1543
|
+
} } : Br((b) => {
|
|
1544
|
+
const S = X(v, (I) => I.read(b));
|
|
1545
|
+
return new r(S);
|
|
1546
|
+
}), w = X(n, (b, S) => b.create((I) => p.read(I)[S], u.get(b._requiredContext)));
|
|
1547
|
+
return (b) => {
|
|
1548
|
+
const S = _.read(b), I = X(w, (k) => k.read(b));
|
|
1549
|
+
return t(b, S, I);
|
|
1549
1550
|
};
|
|
1550
1551
|
}, d.length > 0 ? d : void 0);
|
|
1551
1552
|
}
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
function
|
|
1553
|
+
H({ value: f.obs() }, (r, e) => e.value.read(r));
|
|
1554
|
+
fo(null);
|
|
1555
|
+
function To(r) {
|
|
1555
1556
|
var e;
|
|
1556
1557
|
return {
|
|
1557
1558
|
id: r.id,
|
|
1558
1559
|
name: r.name,
|
|
1559
1560
|
type: r.type,
|
|
1560
|
-
children: (e = r.children) == null ? void 0 : e.map(
|
|
1561
|
+
children: (e = r.children) == null ? void 0 : e.map(To),
|
|
1561
1562
|
component: r.component,
|
|
1562
1563
|
labels: r.labels
|
|
1563
1564
|
};
|
|
1564
1565
|
}
|
|
1565
|
-
function
|
|
1566
|
+
function Qr(r, e) {
|
|
1566
1567
|
if (r.name.toLowerCase().includes(e)) return !0;
|
|
1567
1568
|
for (const o of r.labels)
|
|
1568
1569
|
if (o.toLowerCase().includes(e)) return !0;
|
|
1569
1570
|
return !1;
|
|
1570
1571
|
}
|
|
1571
|
-
function
|
|
1572
|
+
function Kr(r, e) {
|
|
1572
1573
|
if (!e) return r;
|
|
1573
1574
|
const o = e.toLowerCase();
|
|
1574
|
-
return
|
|
1575
|
+
return Ho(r, o);
|
|
1575
1576
|
}
|
|
1576
|
-
function
|
|
1577
|
-
const o =
|
|
1577
|
+
function Ho(r, e) {
|
|
1578
|
+
const o = Qr(r, e);
|
|
1578
1579
|
if (!r.children || r.children.length === 0)
|
|
1579
1580
|
return o ? r : void 0;
|
|
1580
1581
|
if (o) return r;
|
|
1581
1582
|
const n = [];
|
|
1582
1583
|
for (const t of r.children) {
|
|
1583
|
-
const i =
|
|
1584
|
+
const i = Ho(t, e);
|
|
1584
1585
|
i && n.push(i);
|
|
1585
1586
|
}
|
|
1586
1587
|
if (n.length !== 0)
|
|
@@ -1589,7 +1590,7 @@ function To(r, e) {
|
|
|
1589
1590
|
children: n
|
|
1590
1591
|
};
|
|
1591
1592
|
}
|
|
1592
|
-
function
|
|
1593
|
+
function ae(r, e) {
|
|
1593
1594
|
const {
|
|
1594
1595
|
storageKey: o,
|
|
1595
1596
|
defaultValue: n,
|
|
@@ -1602,7 +1603,7 @@ function ie(r, e) {
|
|
|
1602
1603
|
p !== null && (a = i(p));
|
|
1603
1604
|
} catch {
|
|
1604
1605
|
}
|
|
1605
|
-
const s =
|
|
1606
|
+
const s = B(r, a), d = s.set.bind(s);
|
|
1606
1607
|
return s.set = (p, g) => {
|
|
1607
1608
|
try {
|
|
1608
1609
|
localStorage.setItem(o, t(p));
|
|
@@ -1612,7 +1613,7 @@ function ie(r, e) {
|
|
|
1612
1613
|
}, s;
|
|
1613
1614
|
}
|
|
1614
1615
|
function Je(r, e) {
|
|
1615
|
-
const n = new URLSearchParams(location.search).get(e) || void 0, t =
|
|
1616
|
+
const n = new URLSearchParams(location.search).get(e) || void 0, t = B(r, n);
|
|
1616
1617
|
window.addEventListener("popstate", () => {
|
|
1617
1618
|
const a = new URLSearchParams(location.search);
|
|
1618
1619
|
t.set(a.get(e) || void 0, void 0);
|
|
@@ -1625,58 +1626,58 @@ function Je(r, e) {
|
|
|
1625
1626
|
history.replaceState(history.state, "", g), i(a, s);
|
|
1626
1627
|
}, t;
|
|
1627
1628
|
}
|
|
1628
|
-
function
|
|
1629
|
+
function Mo(r, e) {
|
|
1629
1630
|
const o = new URLSearchParams(location.search);
|
|
1630
1631
|
return o.set(r, e), location.pathname + "?" + o.toString();
|
|
1631
1632
|
}
|
|
1632
|
-
class
|
|
1633
|
-
registry:
|
|
1634
|
-
daemonModel:
|
|
1635
|
-
reportModel:
|
|
1633
|
+
class Jr extends D({
|
|
1634
|
+
registry: f.const(),
|
|
1635
|
+
daemonModel: f.const(),
|
|
1636
|
+
reportModel: f.const()
|
|
1636
1637
|
}) {
|
|
1637
1638
|
constructor() {
|
|
1638
1639
|
super(...arguments);
|
|
1639
|
-
l(this, "leftSidebarVisible",
|
|
1640
|
+
l(this, "leftSidebarVisible", ae(this, {
|
|
1640
1641
|
storageKey: "component-explorer:leftSidebarVisible",
|
|
1641
1642
|
defaultValue: !0
|
|
1642
1643
|
}));
|
|
1643
|
-
l(this, "rightSidebarVisible",
|
|
1644
|
+
l(this, "rightSidebarVisible", ae(this, {
|
|
1644
1645
|
storageKey: "component-explorer:rightSidebarVisible",
|
|
1645
1646
|
defaultValue: !1
|
|
1646
1647
|
}));
|
|
1647
|
-
l(this, "isDarkTheme",
|
|
1648
|
+
l(this, "isDarkTheme", ae(this, {
|
|
1648
1649
|
storageKey: "component-explorer:isDarkTheme",
|
|
1649
1650
|
defaultValue: !0
|
|
1650
1651
|
}));
|
|
1651
1652
|
l(this, "selectedNodeId", Je(this, "fixture"));
|
|
1652
|
-
l(this, "expandedNodeIds",
|
|
1653
|
-
l(this, "viewMode",
|
|
1653
|
+
l(this, "expandedNodeIds", B(this, this._initialExpandedNodes()));
|
|
1654
|
+
l(this, "viewMode", ae(this, {
|
|
1654
1655
|
storageKey: "component-explorer:viewMode",
|
|
1655
1656
|
defaultValue: "session"
|
|
1656
1657
|
}));
|
|
1657
|
-
l(this, "loading",
|
|
1658
|
-
l(this, "error",
|
|
1658
|
+
l(this, "loading", R(this, (o) => this.props.registry.loading.read(o)));
|
|
1659
|
+
l(this, "error", R(this, (o) => this.props.registry.error.read(o)));
|
|
1659
1660
|
l(this, "searchQuery", Je(this, "search"));
|
|
1660
1661
|
/** The explorer's tree derived from the registry or report */
|
|
1661
|
-
l(this, "tree",
|
|
1662
|
+
l(this, "tree", R(this, (o) => {
|
|
1662
1663
|
const n = this.props.reportModel;
|
|
1663
1664
|
if (n)
|
|
1664
1665
|
return n.buildTree(o);
|
|
1665
1666
|
const t = this.props.registry.root.read(o);
|
|
1666
|
-
return
|
|
1667
|
+
return To(t);
|
|
1667
1668
|
}));
|
|
1668
|
-
l(this, "filteredTree",
|
|
1669
|
+
l(this, "filteredTree", R(this, (o) => {
|
|
1669
1670
|
const n = this.tree.read(o), t = this.searchQuery.read(o);
|
|
1670
|
-
return
|
|
1671
|
+
return Kr(n, t) ?? { ...n, children: [] };
|
|
1671
1672
|
}));
|
|
1672
|
-
l(this, "selectedNode",
|
|
1673
|
+
l(this, "selectedNode", R(this, (o) => {
|
|
1673
1674
|
const n = this.selectedNodeId.read(o);
|
|
1674
1675
|
if (n === void 0) return;
|
|
1675
1676
|
const t = this.filteredTree.read(o);
|
|
1676
1677
|
return t.id.value === n ? t : this._findNode(t.children ?? [], n);
|
|
1677
1678
|
}));
|
|
1678
1679
|
/** List of preview rows to render based on current selection and view mode */
|
|
1679
|
-
l(this, "selectedFixtures",
|
|
1680
|
+
l(this, "selectedFixtures", R(this, (o) => {
|
|
1680
1681
|
const n = this.selectedNode.read(o);
|
|
1681
1682
|
if (!n) return [];
|
|
1682
1683
|
const t = n.type === "component" ? n.id.segments.slice(-3).join(" / ") : n.name;
|
|
@@ -1726,7 +1727,7 @@ class Kr extends L({
|
|
|
1726
1727
|
_initialExpandedNodes() {
|
|
1727
1728
|
const o = this.selectedNodeId.get();
|
|
1728
1729
|
if (!o) return /* @__PURE__ */ new Set([""]);
|
|
1729
|
-
const n = new
|
|
1730
|
+
const n = new O(o).segments, t = /* @__PURE__ */ new Set([""]);
|
|
1730
1731
|
for (let i = 1; i <= n.length; i++)
|
|
1731
1732
|
t.add(n.slice(0, i).join("/"));
|
|
1732
1733
|
return t;
|
|
@@ -1842,7 +1843,7 @@ class Kr extends L({
|
|
|
1842
1843
|
return a;
|
|
1843
1844
|
}
|
|
1844
1845
|
}
|
|
1845
|
-
const
|
|
1846
|
+
const x = {
|
|
1846
1847
|
container: {
|
|
1847
1848
|
display: "flex",
|
|
1848
1849
|
flexDirection: "row",
|
|
@@ -2031,15 +2032,15 @@ const h = {
|
|
|
2031
2032
|
cursor: "pointer"
|
|
2032
2033
|
}
|
|
2033
2034
|
};
|
|
2034
|
-
function
|
|
2035
|
+
function Oe(...r) {
|
|
2035
2036
|
return Object.assign({}, ...r.filter(Boolean));
|
|
2036
2037
|
}
|
|
2037
|
-
class
|
|
2038
|
-
active:
|
|
2038
|
+
class Yr extends D({
|
|
2039
|
+
active: f()
|
|
2039
2040
|
}) {
|
|
2040
2041
|
constructor() {
|
|
2041
2042
|
super(...arguments);
|
|
2042
|
-
l(this, "isHovered",
|
|
2043
|
+
l(this, "isHovered", B(this, !1));
|
|
2043
2044
|
l(this, "setHovered", (o) => {
|
|
2044
2045
|
this.isHovered.set(o, void 0);
|
|
2045
2046
|
});
|
|
@@ -2048,18 +2049,18 @@ class Jr extends L({
|
|
|
2048
2049
|
return this.props.active;
|
|
2049
2050
|
}
|
|
2050
2051
|
}
|
|
2051
|
-
const
|
|
2052
|
-
|
|
2052
|
+
const fe = N(
|
|
2053
|
+
Yr,
|
|
2053
2054
|
{
|
|
2054
|
-
onClick:
|
|
2055
|
-
title:
|
|
2056
|
-
children:
|
|
2055
|
+
onClick: f.const(),
|
|
2056
|
+
title: f.const(),
|
|
2057
|
+
children: f.const()
|
|
2057
2058
|
},
|
|
2058
2059
|
(r, e, o) => {
|
|
2059
|
-
const n = e.isHovered.read(r), t = e.active.read(r), i =
|
|
2060
|
-
|
|
2061
|
-
n && !t &&
|
|
2062
|
-
t &&
|
|
2060
|
+
const n = e.isHovered.read(r), t = e.active.read(r), i = Oe(
|
|
2061
|
+
x.titleBarButton,
|
|
2062
|
+
n && !t && x.titleBarButtonHover,
|
|
2063
|
+
t && x.titleBarButtonActive
|
|
2063
2064
|
);
|
|
2064
2065
|
return /* @__PURE__ */ c(
|
|
2065
2066
|
"button",
|
|
@@ -2073,20 +2074,20 @@ const he = D(
|
|
|
2073
2074
|
}
|
|
2074
2075
|
);
|
|
2075
2076
|
}
|
|
2076
|
-
),
|
|
2077
|
-
{ model:
|
|
2077
|
+
), Zr = ({ style: r }) => /* @__PURE__ */ c("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", style: r, children: /* @__PURE__ */ c("path", { d: "M5.7 13.7L5 13l4.6-4.6L5 3.7l.7-.7 5.3 5.4-5.3 5.3z" }) }), Xr = ({ style: r }) => /* @__PURE__ */ c("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", style: r, children: /* @__PURE__ */ c("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)" }) }), en = ({ style: r }) => /* @__PURE__ */ c("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", style: r, children: /* @__PURE__ */ c("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" }) }), on = ({ style: r }) => /* @__PURE__ */ c("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", style: r, children: /* @__PURE__ */ c("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" }) }), rn = () => /* @__PURE__ */ c("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", children: /* @__PURE__ */ c("path", { d: "M2 2v12h12V2H2zm11 11H6V3h7v10zM3 3h2v10H3V3z" }) }), nn = () => /* @__PURE__ */ c("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", children: /* @__PURE__ */ c("path", { d: "M2 2v12h12V2H2zm6 11V3h5v10H8zM3 3h4v10H3V3z" }) }), tn = () => /* @__PURE__ */ c("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", children: /* @__PURE__ */ c("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" }) }), an = () => /* @__PURE__ */ c("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", children: /* @__PURE__ */ c("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" }) }), cn = H(
|
|
2078
|
+
{ model: f.const() },
|
|
2078
2079
|
(r, e) => {
|
|
2079
2080
|
var s, d;
|
|
2080
2081
|
const o = e.model, n = o.viewMode.read(r), t = ((s = o.daemon) == null ? void 0 : s.sessions.read(r)) ?? [], i = (d = o.daemon) == null ? void 0 : d.sessionName, a = t.filter((p) => p.name !== i);
|
|
2081
|
-
return t.length <= 1 ? null : /* @__PURE__ */
|
|
2082
|
-
/* @__PURE__ */
|
|
2082
|
+
return t.length <= 1 ? null : /* @__PURE__ */ m("div", { style: ee.container, children: [
|
|
2083
|
+
/* @__PURE__ */ m("div", { style: ee.segmentedControl, children: [
|
|
2083
2084
|
/* @__PURE__ */ c(Ye, { label: "Live", mode: "session", active: n === "session", onClick: () => o.setViewMode("session") }),
|
|
2084
2085
|
/* @__PURE__ */ c(Ye, { label: "Diff", mode: "diff", active: n === "diff", onClick: () => o.setViewMode("diff") })
|
|
2085
2086
|
] }),
|
|
2086
|
-
a.length > 0 && /* @__PURE__ */ c("div", { style:
|
|
2087
|
+
a.length > 0 && /* @__PURE__ */ c("div", { style: ee.sessionLinks, children: a.map((p) => /* @__PURE__ */ m(
|
|
2087
2088
|
"button",
|
|
2088
2089
|
{
|
|
2089
|
-
style:
|
|
2090
|
+
style: ee.sessionLink,
|
|
2090
2091
|
onClick: () => o.navigateToSession(p.name),
|
|
2091
2092
|
title: `Switch to ${p.name} session`,
|
|
2092
2093
|
children: [
|
|
@@ -2103,59 +2104,59 @@ function Ye({ label: r, mode: e, active: o, onClick: n }) {
|
|
|
2103
2104
|
return /* @__PURE__ */ c(
|
|
2104
2105
|
"button",
|
|
2105
2106
|
{
|
|
2106
|
-
style: o ?
|
|
2107
|
+
style: o ? ee.segmentActive : ee.segment,
|
|
2107
2108
|
onClick: n,
|
|
2108
2109
|
children: r
|
|
2109
2110
|
}
|
|
2110
2111
|
);
|
|
2111
2112
|
}
|
|
2112
|
-
const
|
|
2113
|
+
const sn = H(
|
|
2113
2114
|
{
|
|
2114
|
-
model:
|
|
2115
|
+
model: f.const()
|
|
2115
2116
|
},
|
|
2116
2117
|
(r, e) => {
|
|
2117
2118
|
const o = e.model, n = o.leftSidebarVisible.read(r), t = o.rightSidebarVisible.read(r), i = o.isDarkTheme.read(r), a = o.selectedNode.read(r);
|
|
2118
|
-
return /* @__PURE__ */
|
|
2119
|
-
/* @__PURE__ */ c("div", { style:
|
|
2120
|
-
|
|
2119
|
+
return /* @__PURE__ */ m("div", { style: x.titleBar, children: [
|
|
2120
|
+
/* @__PURE__ */ c("div", { style: x.titleBarSection, children: /* @__PURE__ */ c(
|
|
2121
|
+
fe,
|
|
2121
2122
|
{
|
|
2122
2123
|
active: n,
|
|
2123
2124
|
onClick: o.toggleLeftSidebar,
|
|
2124
2125
|
title: "Toggle left sidebar",
|
|
2125
|
-
children: /* @__PURE__ */ c(
|
|
2126
|
+
children: /* @__PURE__ */ c(rn, {})
|
|
2126
2127
|
}
|
|
2127
2128
|
) }),
|
|
2128
|
-
/* @__PURE__ */
|
|
2129
|
-
o.isReportMode ? /* @__PURE__ */ c("span", { style: { fontSize: 12, color: "var(--component-explorer-descriptionForeground)" }, children: "Screenshot Report" }) : o.daemonAvailable ? /* @__PURE__ */ c(
|
|
2130
|
-
a ? /* @__PURE__ */
|
|
2129
|
+
/* @__PURE__ */ m("div", { style: x.titleBarCenter, children: [
|
|
2130
|
+
o.isReportMode ? /* @__PURE__ */ c("span", { style: { fontSize: 12, color: "var(--component-explorer-descriptionForeground)" }, children: "Screenshot Report" }) : o.daemonAvailable ? /* @__PURE__ */ c(cn, { model: o }) : null,
|
|
2131
|
+
a ? /* @__PURE__ */ m(Se, { children: [
|
|
2131
2132
|
/* @__PURE__ */ c("span", { style: { color: "var(--component-explorer-textLink-foreground)" }, children: "<" }),
|
|
2132
2133
|
/* @__PURE__ */ c("span", { children: a.name }),
|
|
2133
2134
|
/* @__PURE__ */ c("span", { style: { color: "var(--component-explorer-textLink-foreground)" }, children: "/>" })
|
|
2134
2135
|
] }) : /* @__PURE__ */ c("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: "No component selected" })
|
|
2135
2136
|
] }),
|
|
2136
|
-
/* @__PURE__ */
|
|
2137
|
+
/* @__PURE__ */ m("div", { style: x.titleBarSection, children: [
|
|
2137
2138
|
/* @__PURE__ */ c(
|
|
2138
|
-
|
|
2139
|
+
fe,
|
|
2139
2140
|
{
|
|
2140
2141
|
active: !1,
|
|
2141
2142
|
onClick: o.toggleTheme,
|
|
2142
2143
|
title: i ? "Switch to light theme" : "Switch to dark theme",
|
|
2143
|
-
children: i ? /* @__PURE__ */ c(
|
|
2144
|
+
children: i ? /* @__PURE__ */ c(tn, {}) : /* @__PURE__ */ c(an, {})
|
|
2144
2145
|
}
|
|
2145
2146
|
),
|
|
2146
2147
|
/* @__PURE__ */ c(
|
|
2147
|
-
|
|
2148
|
+
fe,
|
|
2148
2149
|
{
|
|
2149
2150
|
active: t,
|
|
2150
2151
|
onClick: o.toggleRightSidebar,
|
|
2151
2152
|
title: "Toggle right sidebar",
|
|
2152
|
-
children: /* @__PURE__ */ c(
|
|
2153
|
+
children: /* @__PURE__ */ c(nn, {})
|
|
2153
2154
|
}
|
|
2154
2155
|
)
|
|
2155
2156
|
] })
|
|
2156
2157
|
] });
|
|
2157
2158
|
}
|
|
2158
|
-
),
|
|
2159
|
+
), ee = {
|
|
2159
2160
|
container: {
|
|
2160
2161
|
display: "flex",
|
|
2161
2162
|
alignItems: "center",
|
|
@@ -2199,7 +2200,7 @@ const cn = T(
|
|
|
2199
2200
|
color: "var(--component-explorer-textLink-foreground)",
|
|
2200
2201
|
cursor: "pointer"
|
|
2201
2202
|
}
|
|
2202
|
-
},
|
|
2203
|
+
}, dn = {
|
|
2203
2204
|
display: "flex",
|
|
2204
2205
|
gap: "3px",
|
|
2205
2206
|
marginLeft: "6px",
|
|
@@ -2207,10 +2208,10 @@ const cn = T(
|
|
|
2207
2208
|
flexShrink: 1,
|
|
2208
2209
|
minWidth: 0
|
|
2209
2210
|
};
|
|
2210
|
-
function
|
|
2211
|
-
return r.type === "component" ? 1 : (r.children ?? []).reduce((e, o) => e +
|
|
2211
|
+
function Oo(r) {
|
|
2212
|
+
return r.type === "component" ? 1 : (r.children ?? []).reduce((e, o) => e + Oo(o), 0);
|
|
2212
2213
|
}
|
|
2213
|
-
const
|
|
2214
|
+
const ln = {
|
|
2214
2215
|
fontSize: "10px",
|
|
2215
2216
|
lineHeight: "14px",
|
|
2216
2217
|
padding: "0 4px",
|
|
@@ -2222,22 +2223,22 @@ const dn = {
|
|
|
2222
2223
|
textOverflow: "ellipsis",
|
|
2223
2224
|
maxWidth: "60px",
|
|
2224
2225
|
cursor: "pointer"
|
|
2225
|
-
},
|
|
2226
|
+
}, Vo = H(
|
|
2226
2227
|
{
|
|
2227
|
-
model:
|
|
2228
|
-
nodes:
|
|
2229
|
-
depth:
|
|
2228
|
+
model: f.const(),
|
|
2229
|
+
nodes: f.const(),
|
|
2230
|
+
depth: f.const()
|
|
2230
2231
|
},
|
|
2231
|
-
(r, e) => /* @__PURE__ */ c(
|
|
2232
|
+
(r, e) => /* @__PURE__ */ c(Se, { children: e.nodes.map((o) => /* @__PURE__ */ c(gn, { model: e.model, node: o, depth: e.depth }, o.id.value)) })
|
|
2232
2233
|
);
|
|
2233
|
-
class
|
|
2234
|
-
model:
|
|
2235
|
-
node:
|
|
2236
|
-
depth:
|
|
2234
|
+
class pn extends D({
|
|
2235
|
+
model: f.const(),
|
|
2236
|
+
node: f.const(),
|
|
2237
|
+
depth: f.const()
|
|
2237
2238
|
}) {
|
|
2238
2239
|
constructor() {
|
|
2239
2240
|
super(...arguments);
|
|
2240
|
-
l(this, "isHovered",
|
|
2241
|
+
l(this, "isHovered", B(this, !1));
|
|
2241
2242
|
l(this, "setHovered", (o) => {
|
|
2242
2243
|
this.isHovered.set(o, void 0);
|
|
2243
2244
|
});
|
|
@@ -2265,15 +2266,15 @@ class ln extends L({
|
|
|
2265
2266
|
return !!(this.props.node.children && this.props.node.children.length > 0);
|
|
2266
2267
|
}
|
|
2267
2268
|
}
|
|
2268
|
-
const
|
|
2269
|
-
const o = e.explorerModel, n = e.treeNode, t = e.treeDepth, i = !!(n.children && n.children.length > 0), a = i ? o.isNodeExpanded(n.id.value, r) : !1, d = o.selectedNodeId.read(r) === n.id.value, p = e.isHovered.read(r), g =
|
|
2270
|
-
|
|
2269
|
+
const gn = N(pn, {}, (r, e) => {
|
|
2270
|
+
const o = e.explorerModel, n = e.treeNode, t = e.treeDepth, i = !!(n.children && n.children.length > 0), a = i ? o.isNodeExpanded(n.id.value, r) : !1, d = o.selectedNodeId.read(r) === n.id.value, p = e.isHovered.read(r), g = Oe(
|
|
2271
|
+
x.treeItem,
|
|
2271
2272
|
{ paddingLeft: `${8 + t * 12}px` },
|
|
2272
|
-
d &&
|
|
2273
|
-
!d && p &&
|
|
2273
|
+
d && x.treeItemSelected,
|
|
2274
|
+
!d && p && x.treeItemHover
|
|
2274
2275
|
);
|
|
2275
|
-
return /* @__PURE__ */
|
|
2276
|
-
/* @__PURE__ */
|
|
2276
|
+
return /* @__PURE__ */ m(Se, { children: [
|
|
2277
|
+
/* @__PURE__ */ m(
|
|
2277
2278
|
"div",
|
|
2278
2279
|
{
|
|
2279
2280
|
style: g,
|
|
@@ -2282,31 +2283,31 @@ const pn = D(ln, {}, (r, e) => {
|
|
|
2282
2283
|
onMouseEnter: () => e.setHovered(!0),
|
|
2283
2284
|
onMouseLeave: () => e.setHovered(!1),
|
|
2284
2285
|
children: [
|
|
2285
|
-
i ? /* @__PURE__ */ c("div", { style:
|
|
2286
|
-
/* @__PURE__ */ c("div", { style:
|
|
2287
|
-
/* @__PURE__ */ c("span", { style:
|
|
2288
|
-
n.labels.some((
|
|
2286
|
+
i ? /* @__PURE__ */ c("div", { style: x.treeItemChevron, onClick: e.handleChevronClick, children: a ? /* @__PURE__ */ c(Xr, {}) : /* @__PURE__ */ c(Zr, {}) }) : /* @__PURE__ */ c("div", { style: x.treeItemChevronPlaceholder }),
|
|
2287
|
+
/* @__PURE__ */ c("div", { style: x.treeItemIcon, children: n.type === "folder" ? /* @__PURE__ */ c(on, { style: { color: "var(--component-explorer-symbolIcon-folderForeground)" } }) : /* @__PURE__ */ c(en, { style: { color: "#deb45b" } }) }),
|
|
2288
|
+
/* @__PURE__ */ c("span", { style: x.treeItemLabel, children: n.name }),
|
|
2289
|
+
n.labels.some((u) => !u.startsWith(".")) && /* @__PURE__ */ c("span", { style: dn, children: n.labels.filter((u) => !u.startsWith(".")).map((u) => /* @__PURE__ */ c(
|
|
2289
2290
|
"span",
|
|
2290
2291
|
{
|
|
2291
|
-
style:
|
|
2292
|
-
onClick: (
|
|
2293
|
-
|
|
2292
|
+
style: ln,
|
|
2293
|
+
onClick: (h) => {
|
|
2294
|
+
h.stopPropagation(), o.searchQuery.set(u, void 0);
|
|
2294
2295
|
},
|
|
2295
|
-
title:
|
|
2296
|
-
children:
|
|
2296
|
+
title: u,
|
|
2297
|
+
children: u
|
|
2297
2298
|
},
|
|
2298
|
-
|
|
2299
|
+
u
|
|
2299
2300
|
)) }),
|
|
2300
|
-
n.type === "folder" && i && /* @__PURE__ */ c("span", { style:
|
|
2301
|
+
n.type === "folder" && i && /* @__PURE__ */ c("span", { style: x.treeItemCount, children: Oo(n) })
|
|
2301
2302
|
]
|
|
2302
2303
|
}
|
|
2303
2304
|
),
|
|
2304
|
-
i && a && /* @__PURE__ */ c(
|
|
2305
|
+
i && a && /* @__PURE__ */ c(Vo, { model: o, nodes: n.children, depth: t + 1 })
|
|
2305
2306
|
] });
|
|
2306
|
-
}),
|
|
2307
|
+
}), un = {
|
|
2307
2308
|
padding: "4px 8px",
|
|
2308
2309
|
borderBottom: "1px solid var(--component-explorer-panel-border)"
|
|
2309
|
-
},
|
|
2310
|
+
}, mn = {
|
|
2310
2311
|
width: "100%",
|
|
2311
2312
|
height: "24px",
|
|
2312
2313
|
padding: "0 22px 0 6px",
|
|
@@ -2317,9 +2318,9 @@ const pn = D(ln, {}, (r, e) => {
|
|
|
2317
2318
|
borderRadius: "2px",
|
|
2318
2319
|
outline: "none",
|
|
2319
2320
|
boxSizing: "border-box"
|
|
2320
|
-
}, mn = {
|
|
2321
|
-
position: "relative"
|
|
2322
2321
|
}, fn = {
|
|
2322
|
+
position: "relative"
|
|
2323
|
+
}, hn = {
|
|
2323
2324
|
position: "absolute",
|
|
2324
2325
|
right: "2px",
|
|
2325
2326
|
top: "50%",
|
|
@@ -2336,19 +2337,19 @@ const pn = D(ln, {}, (r, e) => {
|
|
|
2336
2337
|
borderRadius: "2px",
|
|
2337
2338
|
fontSize: "14px",
|
|
2338
2339
|
opacity: 0.7
|
|
2339
|
-
},
|
|
2340
|
+
}, xn = H(
|
|
2340
2341
|
{
|
|
2341
|
-
model:
|
|
2342
|
+
model: f.const()
|
|
2342
2343
|
},
|
|
2343
2344
|
(r, e) => {
|
|
2344
2345
|
const o = e.model.searchQuery.read(r);
|
|
2345
|
-
return /* @__PURE__ */ c("div", { style:
|
|
2346
|
+
return /* @__PURE__ */ c("div", { style: un, children: /* @__PURE__ */ m("div", { style: fn, children: [
|
|
2346
2347
|
/* @__PURE__ */ c(
|
|
2347
2348
|
"input",
|
|
2348
2349
|
{
|
|
2349
2350
|
type: "text",
|
|
2350
2351
|
placeholder: "Filter (name or label)",
|
|
2351
|
-
style:
|
|
2352
|
+
style: mn,
|
|
2352
2353
|
value: o ?? "",
|
|
2353
2354
|
onChange: (n) => e.model.searchQuery.set(n.target.value || void 0, void 0),
|
|
2354
2355
|
onFocus: (n) => n.target.style.borderColor = "var(--component-explorer-focusBorder)",
|
|
@@ -2358,7 +2359,7 @@ const pn = D(ln, {}, (r, e) => {
|
|
|
2358
2359
|
o && /* @__PURE__ */ c(
|
|
2359
2360
|
"button",
|
|
2360
2361
|
{
|
|
2361
|
-
style:
|
|
2362
|
+
style: hn,
|
|
2362
2363
|
onClick: () => e.model.searchQuery.set(void 0, void 0),
|
|
2363
2364
|
title: "Clear filter",
|
|
2364
2365
|
children: "×"
|
|
@@ -2366,29 +2367,29 @@ const pn = D(ln, {}, (r, e) => {
|
|
|
2366
2367
|
)
|
|
2367
2368
|
] }) });
|
|
2368
2369
|
}
|
|
2369
|
-
),
|
|
2370
|
+
), bn = H(
|
|
2370
2371
|
{
|
|
2371
|
-
model:
|
|
2372
|
+
model: f.const()
|
|
2372
2373
|
},
|
|
2373
2374
|
(r, e) => {
|
|
2374
2375
|
const o = e.model.filteredTree.read(r);
|
|
2375
|
-
return /* @__PURE__ */
|
|
2376
|
-
/* @__PURE__ */ c("div", { style:
|
|
2377
|
-
/* @__PURE__ */ c(
|
|
2378
|
-
/* @__PURE__ */ c("div", { style:
|
|
2376
|
+
return /* @__PURE__ */ m("div", { style: x.sidebar, children: [
|
|
2377
|
+
/* @__PURE__ */ c("div", { style: x.sidebarHeader, children: "Explorer" }),
|
|
2378
|
+
/* @__PURE__ */ c(xn, { model: e.model }),
|
|
2379
|
+
/* @__PURE__ */ c("div", { style: x.sidebarContent, children: /* @__PURE__ */ c(Vo, { model: e.model, nodes: [o], depth: 0 }) })
|
|
2379
2380
|
] });
|
|
2380
2381
|
}
|
|
2381
2382
|
);
|
|
2382
|
-
class
|
|
2383
|
+
class vn extends D({}) {
|
|
2383
2384
|
constructor() {
|
|
2384
2385
|
super(...arguments);
|
|
2385
|
-
l(this, "checked",
|
|
2386
|
+
l(this, "checked", B(this, !1));
|
|
2386
2387
|
l(this, "toggle", () => {
|
|
2387
2388
|
this.checked.set(!this.checked.get(), void 0);
|
|
2388
2389
|
});
|
|
2389
2390
|
}
|
|
2390
2391
|
}
|
|
2391
|
-
const
|
|
2392
|
+
const kn = N(vn, {}, (r, e) => {
|
|
2392
2393
|
const o = e.checked.read(r), n = {
|
|
2393
2394
|
position: "relative",
|
|
2394
2395
|
width: "36px",
|
|
@@ -2409,13 +2410,13 @@ const vn = D(bn, {}, (r, e) => {
|
|
|
2409
2410
|
transition: "left 0.2s"
|
|
2410
2411
|
};
|
|
2411
2412
|
return /* @__PURE__ */ c("div", { style: n, onClick: e.toggle, children: /* @__PURE__ */ c("div", { style: t }) });
|
|
2412
|
-
}),
|
|
2413
|
+
}), yn = H(
|
|
2413
2414
|
{
|
|
2414
|
-
node:
|
|
2415
|
+
node: f.const()
|
|
2415
2416
|
},
|
|
2416
|
-
(r, e) => e.node.type !== "component" ? /* @__PURE__ */ c("div", { style: { padding: "12px", color: "var(--component-explorer-descriptionForeground)", fontSize: "12px" }, children: "Select a component (not a folder) to view its properties" }) : /* @__PURE__ */
|
|
2417
|
-
/* @__PURE__ */
|
|
2418
|
-
/* @__PURE__ */
|
|
2417
|
+
(r, e) => e.node.type !== "component" ? /* @__PURE__ */ c("div", { style: { padding: "12px", color: "var(--component-explorer-descriptionForeground)", fontSize: "12px" }, children: "Select a component (not a folder) to view its properties" }) : /* @__PURE__ */ m("div", { style: x.propertiesPanel, children: [
|
|
2418
|
+
/* @__PURE__ */ m("div", { style: x.propertyRow, children: [
|
|
2419
|
+
/* @__PURE__ */ m("div", { style: x.propertyLabel, children: [
|
|
2419
2420
|
"children",
|
|
2420
2421
|
/* @__PURE__ */ c("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: " : string" })
|
|
2421
2422
|
] }),
|
|
@@ -2423,60 +2424,105 @@ const vn = D(bn, {}, (r, e) => {
|
|
|
2423
2424
|
"input",
|
|
2424
2425
|
{
|
|
2425
2426
|
type: "text",
|
|
2426
|
-
style:
|
|
2427
|
+
style: x.propertyInput,
|
|
2427
2428
|
defaultValue: "Click me",
|
|
2428
2429
|
placeholder: "Enter text..."
|
|
2429
2430
|
}
|
|
2430
2431
|
),
|
|
2431
|
-
/* @__PURE__ */ c("div", { style:
|
|
2432
|
+
/* @__PURE__ */ c("div", { style: x.propertyDescription, children: "Button text content" })
|
|
2432
2433
|
] }),
|
|
2433
|
-
/* @__PURE__ */
|
|
2434
|
-
/* @__PURE__ */
|
|
2434
|
+
/* @__PURE__ */ m("div", { style: x.propertyRow, children: [
|
|
2435
|
+
/* @__PURE__ */ m("div", { style: x.propertyLabel, children: [
|
|
2435
2436
|
"variant",
|
|
2436
2437
|
/* @__PURE__ */ c("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: " : select" })
|
|
2437
2438
|
] }),
|
|
2438
|
-
/* @__PURE__ */
|
|
2439
|
+
/* @__PURE__ */ m("select", { style: x.propertySelect, defaultValue: "default", children: [
|
|
2439
2440
|
/* @__PURE__ */ c("option", { value: "default", children: "default" }),
|
|
2440
2441
|
/* @__PURE__ */ c("option", { value: "primary", children: "primary" }),
|
|
2441
2442
|
/* @__PURE__ */ c("option", { value: "secondary", children: "secondary" }),
|
|
2442
2443
|
/* @__PURE__ */ c("option", { value: "destructive", children: "destructive" })
|
|
2443
2444
|
] }),
|
|
2444
|
-
/* @__PURE__ */ c("div", { style:
|
|
2445
|
+
/* @__PURE__ */ c("div", { style: x.propertyDescription, children: "Visual style variant" })
|
|
2445
2446
|
] }),
|
|
2446
|
-
/* @__PURE__ */
|
|
2447
|
-
/* @__PURE__ */
|
|
2447
|
+
/* @__PURE__ */ m("div", { style: x.propertyRow, children: [
|
|
2448
|
+
/* @__PURE__ */ m("div", { style: x.propertyLabel, children: [
|
|
2448
2449
|
"size",
|
|
2449
2450
|
/* @__PURE__ */ c("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: " : select" })
|
|
2450
2451
|
] }),
|
|
2451
|
-
/* @__PURE__ */
|
|
2452
|
+
/* @__PURE__ */ m("select", { style: x.propertySelect, defaultValue: "default", children: [
|
|
2452
2453
|
/* @__PURE__ */ c("option", { value: "sm", children: "sm" }),
|
|
2453
2454
|
/* @__PURE__ */ c("option", { value: "default", children: "default" }),
|
|
2454
2455
|
/* @__PURE__ */ c("option", { value: "lg", children: "lg" })
|
|
2455
2456
|
] }),
|
|
2456
|
-
/* @__PURE__ */ c("div", { style:
|
|
2457
|
+
/* @__PURE__ */ c("div", { style: x.propertyDescription, children: "Button size" })
|
|
2457
2458
|
] }),
|
|
2458
|
-
/* @__PURE__ */
|
|
2459
|
-
/* @__PURE__ */
|
|
2459
|
+
/* @__PURE__ */ m("div", { style: x.propertyRow, children: [
|
|
2460
|
+
/* @__PURE__ */ m("div", { style: x.propertyLabel, children: [
|
|
2460
2461
|
"disabled",
|
|
2461
2462
|
/* @__PURE__ */ c("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: " : boolean" })
|
|
2462
2463
|
] }),
|
|
2463
|
-
/* @__PURE__ */ c(
|
|
2464
|
-
/* @__PURE__ */ c("div", { style:
|
|
2464
|
+
/* @__PURE__ */ c(kn, {}),
|
|
2465
|
+
/* @__PURE__ */ c("div", { style: x.propertyDescription, children: "Disable the button" })
|
|
2465
2466
|
] })
|
|
2466
2467
|
] })
|
|
2467
|
-
),
|
|
2468
|
+
), wn = H(
|
|
2468
2469
|
{
|
|
2469
|
-
selectedNode:
|
|
2470
|
+
selectedNode: f.const()
|
|
2470
2471
|
},
|
|
2471
|
-
(r, e) => /* @__PURE__ */
|
|
2472
|
-
/* @__PURE__ */
|
|
2472
|
+
(r, e) => /* @__PURE__ */ m("div", { style: Oe(x.sidebar, x.sidebarRight), children: [
|
|
2473
|
+
/* @__PURE__ */ m("div", { style: x.sidebarHeader, children: [
|
|
2473
2474
|
/* @__PURE__ */ c("span", { style: { marginRight: "6px", color: "var(--component-explorer-textLink-foreground)" }, children: "</>" }),
|
|
2474
2475
|
"Props"
|
|
2475
2476
|
] }),
|
|
2476
|
-
/* @__PURE__ */ c("div", { style:
|
|
2477
|
+
/* @__PURE__ */ c("div", { style: x.sidebarContent, children: e.selectedNode ? /* @__PURE__ */ c(yn, { node: e.selectedNode }) : /* @__PURE__ */ c("div", { style: { padding: "12px", color: "var(--component-explorer-descriptionForeground)", fontSize: "12px" }, children: "Select a component to view its properties" }) })
|
|
2477
2478
|
] })
|
|
2478
|
-
),
|
|
2479
|
-
|
|
2479
|
+
), Bn = y.object({
|
|
2480
|
+
type: y.enum(["console.error", "console.warn", "console.log", "window.error", "window.unhandledrejection"]),
|
|
2481
|
+
message: y.string()
|
|
2482
|
+
}), _n = y.object({
|
|
2483
|
+
message: y.string(),
|
|
2484
|
+
stack: y.string().optional()
|
|
2485
|
+
});
|
|
2486
|
+
y.object({
|
|
2487
|
+
version: y.literal(1),
|
|
2488
|
+
repository: y.object({
|
|
2489
|
+
owner: y.string(),
|
|
2490
|
+
name: y.string()
|
|
2491
|
+
}),
|
|
2492
|
+
commit: y.object({
|
|
2493
|
+
hash: y.string(),
|
|
2494
|
+
parentHashes: y.array(y.string()),
|
|
2495
|
+
author: y.object({
|
|
2496
|
+
name: y.string(),
|
|
2497
|
+
email: y.string()
|
|
2498
|
+
}),
|
|
2499
|
+
timestamp: y.string(),
|
|
2500
|
+
message: y.string()
|
|
2501
|
+
}),
|
|
2502
|
+
fixtures: y.array(y.object({
|
|
2503
|
+
fixtureId: y.string(),
|
|
2504
|
+
imageHash: y.string().optional(),
|
|
2505
|
+
imagePath: y.string().optional(),
|
|
2506
|
+
background: y.enum(["light", "dark"]),
|
|
2507
|
+
labels: y.array(y.string()),
|
|
2508
|
+
expectedVisualDescriptions: y.array(y.string()),
|
|
2509
|
+
hasError: y.boolean(),
|
|
2510
|
+
error: _n.optional(),
|
|
2511
|
+
events: y.array(Bn),
|
|
2512
|
+
renderTimeMs: y.object({
|
|
2513
|
+
sync: y.number(),
|
|
2514
|
+
total: y.number()
|
|
2515
|
+
})
|
|
2516
|
+
}))
|
|
2517
|
+
});
|
|
2518
|
+
function Cn(r) {
|
|
2519
|
+
const e = r.baseQuery instanceof URLSearchParams ? new URLSearchParams(r.baseQuery) : new URLSearchParams(r.baseQuery ?? "");
|
|
2520
|
+
r.mode !== void 0 && e.set("mode", r.mode), r.fixtureId !== void 0 && e.set("fixture", r.fixtureId);
|
|
2521
|
+
const o = e.toString(), n = `${r.baseUrl ?? ""}${r.pathname}`;
|
|
2522
|
+
return o ? `${n}?${o}` : n;
|
|
2523
|
+
}
|
|
2524
|
+
const Ze = 500;
|
|
2525
|
+
function Ve(r) {
|
|
2480
2526
|
let e = null;
|
|
2481
2527
|
function o() {
|
|
2482
2528
|
if (e !== null) return e;
|
|
@@ -2508,36 +2554,43 @@ function Vo(r) {
|
|
|
2508
2554
|
}
|
|
2509
2555
|
};
|
|
2510
2556
|
}
|
|
2511
|
-
const Lo =
|
|
2512
|
-
function
|
|
2557
|
+
const Lo = Ve("component-explorer:fixtureHeights"), Do = Ve("component-explorer:fixtureContentHeights");
|
|
2558
|
+
function Sn(r, e) {
|
|
2513
2559
|
Lo.set(r, e);
|
|
2514
2560
|
}
|
|
2515
|
-
function
|
|
2561
|
+
function Fn() {
|
|
2516
2562
|
return Lo.getAll();
|
|
2517
2563
|
}
|
|
2518
|
-
function
|
|
2564
|
+
function In(r, e) {
|
|
2519
2565
|
Do.set(r, e);
|
|
2520
2566
|
}
|
|
2521
|
-
function
|
|
2567
|
+
function Rn(r) {
|
|
2522
2568
|
return Do.get(r);
|
|
2523
2569
|
}
|
|
2524
|
-
|
|
2525
|
-
|
|
2570
|
+
const No = Ve("component-explorer:fixtureContentWidths");
|
|
2571
|
+
function En(r, e) {
|
|
2572
|
+
No.set(r, e);
|
|
2573
|
+
}
|
|
2574
|
+
function Tn(r) {
|
|
2575
|
+
return No.get(r);
|
|
2576
|
+
}
|
|
2577
|
+
let Hn = 0;
|
|
2578
|
+
const ge = class ge {
|
|
2526
2579
|
constructor() {
|
|
2527
2580
|
l(this, "_events");
|
|
2528
2581
|
l(this, "_installed", !1);
|
|
2529
2582
|
l(this, "_originalConsoleError");
|
|
2530
2583
|
l(this, "_originalConsoleWarn");
|
|
2531
|
-
this._events =
|
|
2584
|
+
this._events = B(this, []);
|
|
2532
2585
|
}
|
|
2533
2586
|
static getInstance() {
|
|
2534
|
-
return this._instance || (this._instance = new
|
|
2587
|
+
return this._instance || (this._instance = new ge()), this._instance;
|
|
2535
2588
|
}
|
|
2536
2589
|
get events() {
|
|
2537
2590
|
return this._events;
|
|
2538
2591
|
}
|
|
2539
2592
|
get errorCount() {
|
|
2540
|
-
return
|
|
2593
|
+
return R(this, (e) => this._events.read(e).filter((n) => n.type === "console.error" || n.type === "window.error" || n.type === "window.unhandledrejection").length);
|
|
2541
2594
|
}
|
|
2542
2595
|
install() {
|
|
2543
2596
|
this._installed || (this._installed = !0, this._originalConsoleError = console.error, console.error = (...e) => {
|
|
@@ -2554,7 +2607,7 @@ const pe = class pe {
|
|
|
2554
2607
|
}
|
|
2555
2608
|
_addEvent(e, o, n) {
|
|
2556
2609
|
const t = {
|
|
2557
|
-
id:
|
|
2610
|
+
id: Hn++,
|
|
2558
2611
|
timestamp: Date.now(),
|
|
2559
2612
|
type: e,
|
|
2560
2613
|
message: o,
|
|
@@ -2572,9 +2625,10 @@ const pe = class pe {
|
|
|
2572
2625
|
this._events.set([], void 0);
|
|
2573
2626
|
}
|
|
2574
2627
|
};
|
|
2575
|
-
l(
|
|
2576
|
-
let
|
|
2577
|
-
|
|
2628
|
+
l(ge, "_instance");
|
|
2629
|
+
let le = ge;
|
|
2630
|
+
const Xe = 3e3;
|
|
2631
|
+
function eo(r, e) {
|
|
2578
2632
|
const o = [], n = [], t = e instanceof ShadowRoot ? e : e.head;
|
|
2579
2633
|
for (const i of r)
|
|
2580
2634
|
if (i.type === "css") {
|
|
@@ -2586,14 +2640,14 @@ function Xe(r, e) {
|
|
|
2586
2640
|
} else i.type === "adopted" && (e.adoptedStyleSheets = [...e.adoptedStyleSheets, i.sheet], n.push(i.sheet));
|
|
2587
2641
|
return { injectedElements: o, adoptedSheets: n };
|
|
2588
2642
|
}
|
|
2589
|
-
function
|
|
2643
|
+
function Mn(r, e, o) {
|
|
2590
2644
|
for (const n of r)
|
|
2591
2645
|
n.remove();
|
|
2592
2646
|
for (const n of e)
|
|
2593
2647
|
o.adoptedStyleSheets = o.adoptedStyleSheets.filter((t) => t !== n);
|
|
2594
2648
|
}
|
|
2595
2649
|
class Le {
|
|
2596
|
-
constructor(e, o) {
|
|
2650
|
+
constructor(e, o, n = { kind: "headless", interactive: !1 }) {
|
|
2597
2651
|
l(this, "renderTarget");
|
|
2598
2652
|
l(this, "iframe", null);
|
|
2599
2653
|
l(this, "_abortController", new AbortController());
|
|
@@ -2603,120 +2657,141 @@ class Le {
|
|
|
2603
2657
|
l(this, "_styleTarget", document);
|
|
2604
2658
|
l(this, "_disposables", []);
|
|
2605
2659
|
l(this, "_rendered");
|
|
2606
|
-
this.component = o;
|
|
2607
|
-
const
|
|
2608
|
-
if (
|
|
2609
|
-
const
|
|
2610
|
-
if (this._styleTarget =
|
|
2611
|
-
const { injectedElements:
|
|
2612
|
-
this._injectedElements =
|
|
2660
|
+
this.component = o, this._renderHost = n;
|
|
2661
|
+
const t = o.isolation;
|
|
2662
|
+
if (t === "shadow-dom") {
|
|
2663
|
+
const a = e.attachShadow({ mode: "open" });
|
|
2664
|
+
if (this._styleTarget = a, o.styles) {
|
|
2665
|
+
const { injectedElements: s, adoptedSheets: d } = eo(o.styles, a);
|
|
2666
|
+
this._injectedElements = s, this._adoptedSheets = d;
|
|
2613
2667
|
}
|
|
2614
|
-
this.renderTarget = document.createElement("div"),
|
|
2615
|
-
} else if (
|
|
2616
|
-
const
|
|
2617
|
-
|
|
2618
|
-
const
|
|
2619
|
-
a.
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2668
|
+
this.renderTarget = document.createElement("div"), a.appendChild(this.renderTarget);
|
|
2669
|
+
} else if (t === "iframe") {
|
|
2670
|
+
const a = document.createElement("iframe");
|
|
2671
|
+
a.style.border = "none", a.style.display = "block";
|
|
2672
|
+
const s = o.displayMode.type === "component";
|
|
2673
|
+
s ? a.style.width = (Tn(o.id) ?? 0) + "px" : a.style.width = "100%", a.style.height = (Rn(o.id) ?? 0) + "px";
|
|
2674
|
+
const d = new URL(location.pathname, location.origin);
|
|
2675
|
+
d.searchParams.set("mode", "embedded"), d.searchParams.set("fixture", o.id), d.searchParams.set("file", o.sourceFile), a.src = d.toString(), e.appendChild(a), this.iframe = a;
|
|
2676
|
+
let p;
|
|
2677
|
+
const g = (u) => {
|
|
2678
|
+
var h, v, _;
|
|
2679
|
+
if (u.source === a.contentWindow)
|
|
2680
|
+
if (((h = u.data) == null ? void 0 : h.type) === "component-explorer:resize") {
|
|
2681
|
+
const w = u.data.height, b = u.data.width;
|
|
2682
|
+
a.style.height = w + "px", In(o.id, w), s && b && (a.style.width = b + "px", En(o.id, b));
|
|
2683
|
+
} else if (((v = u.data) == null ? void 0 : v.type) === "component-explorer:error") {
|
|
2684
|
+
const w = u.data.error;
|
|
2685
|
+
this._resolvedResult = { error: w }, p == null || p(w), p = void 0;
|
|
2686
|
+
} else ((_ = u.data) == null ? void 0 : _.type) === "component-explorer:console" && le.getInstance().addEvent(
|
|
2687
|
+
u.data.eventType,
|
|
2688
|
+
u.data.message,
|
|
2689
|
+
u.data.stack
|
|
2634
2690
|
);
|
|
2635
2691
|
};
|
|
2636
|
-
window.addEventListener("message",
|
|
2637
|
-
window.removeEventListener("message",
|
|
2638
|
-
}), this.renderTarget =
|
|
2639
|
-
|
|
2692
|
+
window.addEventListener("message", g), this._abortController.signal.addEventListener("abort", () => {
|
|
2693
|
+
window.removeEventListener("message", g);
|
|
2694
|
+
}), this.renderTarget = a, this._rendered = new Promise((u, h) => {
|
|
2695
|
+
p = h;
|
|
2640
2696
|
});
|
|
2641
2697
|
return;
|
|
2642
2698
|
} else {
|
|
2643
2699
|
if (o.styles) {
|
|
2644
|
-
const { injectedElements:
|
|
2645
|
-
this._injectedElements =
|
|
2700
|
+
const { injectedElements: a, adoptedSheets: s } = eo(o.styles, document);
|
|
2701
|
+
this._injectedElements = a, this._adoptedSheets = s;
|
|
2646
2702
|
}
|
|
2647
2703
|
this.renderTarget = document.createElement("div"), e.appendChild(this.renderTarget);
|
|
2648
2704
|
}
|
|
2649
|
-
let
|
|
2705
|
+
let i;
|
|
2650
2706
|
try {
|
|
2651
|
-
|
|
2707
|
+
i = o.render(this.renderTarget, {
|
|
2652
2708
|
signal: this._abortController.signal,
|
|
2653
|
-
addDisposable: (
|
|
2709
|
+
addDisposable: (a) => (this._disposables.push(a), a),
|
|
2710
|
+
host: this._renderHost
|
|
2654
2711
|
});
|
|
2655
|
-
} catch (
|
|
2656
|
-
const
|
|
2657
|
-
message:
|
|
2658
|
-
stack:
|
|
2712
|
+
} catch (a) {
|
|
2713
|
+
const s = {
|
|
2714
|
+
message: a instanceof Error ? a.message : String(a),
|
|
2715
|
+
stack: a instanceof Error ? a.stack : void 0
|
|
2659
2716
|
};
|
|
2660
|
-
this._resolvedResult = { error:
|
|
2717
|
+
this._resolvedResult = { error: s }, this._rendered = Promise.reject(s);
|
|
2661
2718
|
return;
|
|
2662
2719
|
}
|
|
2663
|
-
|
|
2664
|
-
var
|
|
2720
|
+
i instanceof Promise ? this._rendered = i.then((a) => {
|
|
2721
|
+
var s;
|
|
2665
2722
|
if (this._abortController.signal.aborted) {
|
|
2666
|
-
(
|
|
2723
|
+
(s = a == null ? void 0 : a.dispose) == null || s.call(a);
|
|
2667
2724
|
return;
|
|
2668
2725
|
}
|
|
2669
|
-
return this._resolvedResult =
|
|
2670
|
-
}).catch((
|
|
2671
|
-
const
|
|
2672
|
-
message:
|
|
2673
|
-
stack:
|
|
2726
|
+
return this._resolvedResult = a ?? void 0, this._resolvedResult;
|
|
2727
|
+
}).catch((a) => {
|
|
2728
|
+
const s = {
|
|
2729
|
+
message: a instanceof Error ? a.message : String(a),
|
|
2730
|
+
stack: a instanceof Error ? a.stack : void 0
|
|
2674
2731
|
};
|
|
2675
|
-
throw this._resolvedResult = { error:
|
|
2676
|
-
}) : (this._resolvedResult =
|
|
2732
|
+
throw this._resolvedResult = { error: s }, s;
|
|
2733
|
+
}) : (this._resolvedResult = i ?? void 0, this._rendered = Promise.resolve(this._resolvedResult));
|
|
2677
2734
|
}
|
|
2678
2735
|
async waitForRendering() {
|
|
2679
|
-
const e =
|
|
2680
|
-
|
|
2736
|
+
const e = new Promise((o, n) => {
|
|
2737
|
+
const t = setTimeout(() => {
|
|
2738
|
+
n(new Error(`Fixture timed out after ${Xe}ms`));
|
|
2739
|
+
}, Xe);
|
|
2740
|
+
this._abortController.signal.addEventListener("abort", () => clearTimeout(t));
|
|
2741
|
+
});
|
|
2742
|
+
try {
|
|
2743
|
+
const o = await Promise.race([this._rendered, e]);
|
|
2744
|
+
return await Promise.race([(o == null ? void 0 : o.ready) ?? Promise.resolve(), e]), o;
|
|
2745
|
+
} catch (o) {
|
|
2746
|
+
throw this._renderHost.kind === "embedded" && console.error(o instanceof Error ? o.message : String(o)), o;
|
|
2747
|
+
}
|
|
2681
2748
|
}
|
|
2682
2749
|
dispose() {
|
|
2683
2750
|
var e, o;
|
|
2684
2751
|
this._abortController.abort(), this._resolvedResult && !("error" in this._resolvedResult) && ((o = (e = this._resolvedResult).dispose) == null || o.call(e)), this._resolvedResult = void 0;
|
|
2685
2752
|
for (const n of this._disposables)
|
|
2686
2753
|
n.dispose();
|
|
2687
|
-
this._disposables.length = 0,
|
|
2754
|
+
this._disposables.length = 0, Mn(this._injectedElements, this._adoptedSheets, this._styleTarget);
|
|
2688
2755
|
}
|
|
2689
2756
|
}
|
|
2690
|
-
let
|
|
2691
|
-
function
|
|
2692
|
-
|
|
2757
|
+
let Be;
|
|
2758
|
+
function On(r) {
|
|
2759
|
+
Be = r;
|
|
2693
2760
|
}
|
|
2694
|
-
function
|
|
2695
|
-
if (!
|
|
2761
|
+
function Vn() {
|
|
2762
|
+
if (!Be)
|
|
2696
2763
|
throw new Error("Explorer shadow host not initialized");
|
|
2697
|
-
return
|
|
2764
|
+
return Be;
|
|
2698
2765
|
}
|
|
2699
|
-
const
|
|
2766
|
+
const Ao = /* @__PURE__ */ new WeakSet(), oo = HTMLElement.prototype.focus;
|
|
2700
2767
|
HTMLElement.prototype.focus = function(r) {
|
|
2701
|
-
!(r != null && r.preventScroll) &&
|
|
2768
|
+
!(r != null && r.preventScroll) && Ln(this) ? oo.call(this, { ...r, preventScroll: !0 }) : oo.call(this, r);
|
|
2702
2769
|
};
|
|
2703
|
-
function
|
|
2770
|
+
function Ln(r) {
|
|
2704
2771
|
let e = r;
|
|
2705
2772
|
for (; e; ) {
|
|
2706
|
-
if (e instanceof HTMLElement &&
|
|
2773
|
+
if (e instanceof HTMLElement && Ao.has(e))
|
|
2707
2774
|
return !0;
|
|
2708
2775
|
e = e.parentElement;
|
|
2709
2776
|
}
|
|
2710
2777
|
return !1;
|
|
2711
2778
|
}
|
|
2712
|
-
function
|
|
2713
|
-
|
|
2779
|
+
function Dn(r) {
|
|
2780
|
+
Ao.add(r);
|
|
2781
|
+
}
|
|
2782
|
+
function Nn(r) {
|
|
2783
|
+
return Cn({
|
|
2784
|
+
pathname: location.pathname,
|
|
2785
|
+
baseQuery: location.search,
|
|
2786
|
+
mode: "embedded",
|
|
2787
|
+
fixtureId: r
|
|
2788
|
+
});
|
|
2714
2789
|
}
|
|
2715
|
-
let
|
|
2716
|
-
class
|
|
2717
|
-
fixture:
|
|
2718
|
-
compact:
|
|
2719
|
-
onSelect:
|
|
2790
|
+
let An = 0;
|
|
2791
|
+
class Gn extends D({
|
|
2792
|
+
fixture: f.const(),
|
|
2793
|
+
compact: f.const(),
|
|
2794
|
+
onSelect: f.const()
|
|
2720
2795
|
}) {
|
|
2721
2796
|
constructor() {
|
|
2722
2797
|
super(...arguments);
|
|
@@ -2724,28 +2799,28 @@ class Mn extends L({
|
|
|
2724
2799
|
l(this, "_fixtureContainer", null);
|
|
2725
2800
|
l(this, "_rendering", null);
|
|
2726
2801
|
l(this, "_resizeObserver", null);
|
|
2727
|
-
l(this, "measuredWidth",
|
|
2728
|
-
l(this, "measuredHeight",
|
|
2729
|
-
l(this, "error",
|
|
2730
|
-
l(this, "slotName", `fixture-${
|
|
2802
|
+
l(this, "measuredWidth", B(this, void 0));
|
|
2803
|
+
l(this, "measuredHeight", B(this, void 0));
|
|
2804
|
+
l(this, "error", B(this, void 0));
|
|
2805
|
+
l(this, "slotName", `fixture-${An++}`);
|
|
2731
2806
|
l(this, "setCanvasRef", (o) => {
|
|
2732
2807
|
if (o === this._canvasRef || (this._cleanup(), this._canvasRef = o, !o)) return;
|
|
2733
|
-
const n =
|
|
2808
|
+
const n = Vn(), t = document.createElement("div");
|
|
2734
2809
|
t.slot = this.slotName;
|
|
2735
2810
|
const i = this.fixture.component, a = i.displayMode;
|
|
2736
2811
|
if (a.type === "page") {
|
|
2737
|
-
const d = a.viewports[0], p =
|
|
2812
|
+
const d = a.viewports[0], p = tr(d);
|
|
2738
2813
|
t.style.width = `${p.width}px`, t.style.height = `${p.height}px`, t.style.overflow = "auto";
|
|
2739
2814
|
} else
|
|
2740
2815
|
t.style.all = "initial", t.style.display = "inline-block";
|
|
2741
|
-
n.appendChild(t), this._fixtureContainer = t,
|
|
2742
|
-
const s = new Le(t, i);
|
|
2816
|
+
n.appendChild(t), this._fixtureContainer = t, Dn(t);
|
|
2817
|
+
const s = new Le(t, i, { kind: "explorer-ui", interactive: !0 });
|
|
2743
2818
|
this._rendering = s, s.waitForRendering().catch((d) => {
|
|
2744
2819
|
this.error.set(d, void 0);
|
|
2745
2820
|
}), this._resizeObserver = new ResizeObserver((d) => {
|
|
2746
2821
|
for (const p of d) {
|
|
2747
|
-
const { width: g, height:
|
|
2748
|
-
|
|
2822
|
+
const { width: g, height: u } = p.contentRect;
|
|
2823
|
+
u > 0 && (this.measuredWidth.set(Math.round(g), void 0), this.measuredHeight.set(Math.round(u), void 0));
|
|
2749
2824
|
}
|
|
2750
2825
|
}), this._resizeObserver.observe(s.renderTarget);
|
|
2751
2826
|
});
|
|
@@ -2767,32 +2842,43 @@ class Mn extends L({
|
|
|
2767
2842
|
this._cleanup();
|
|
2768
2843
|
}
|
|
2769
2844
|
}
|
|
2770
|
-
const
|
|
2771
|
-
|
|
2845
|
+
const Go = N(
|
|
2846
|
+
Gn,
|
|
2772
2847
|
{},
|
|
2773
2848
|
(r, e) => {
|
|
2774
|
-
const o = e.fixture, n = o.component, t = e.measuredWidth.read(r), i = e.measuredHeight.read(r), a = e.error.read(r), s = e.compact, d = t && i ? `${t} × ${i}` : "", p = s ?
|
|
2775
|
-
return /* @__PURE__ */
|
|
2776
|
-
/* @__PURE__ */
|
|
2849
|
+
const o = e.fixture, n = o.component, t = e.measuredWidth.read(r), i = e.measuredHeight.read(r), a = e.error.read(r), s = e.compact, d = t && i ? `${t} × ${i}` : "", p = s ? P.wrapperCompact : P.wrapper, g = s ? P.nameCompact : P.name;
|
|
2850
|
+
return /* @__PURE__ */ m("div", { style: p, children: [
|
|
2851
|
+
/* @__PURE__ */ m("div", { style: P.labelRow, children: [
|
|
2777
2852
|
s && /* @__PURE__ */ c(
|
|
2778
2853
|
"a",
|
|
2779
2854
|
{
|
|
2780
|
-
href:
|
|
2855
|
+
href: Mo("fixture", o.id),
|
|
2781
2856
|
style: { ...g, textDecoration: "none", color: "inherit" },
|
|
2782
|
-
onClick: (
|
|
2783
|
-
e.onSelect && (
|
|
2857
|
+
onClick: (u) => {
|
|
2858
|
+
e.onSelect && (u.preventDefault(), e.onSelect(o.id));
|
|
2784
2859
|
},
|
|
2785
2860
|
children: o.name
|
|
2786
2861
|
}
|
|
2787
2862
|
),
|
|
2788
|
-
!s && d && /* @__PURE__ */ c("span", { style:
|
|
2863
|
+
!s && d && /* @__PURE__ */ c("span", { style: P.dimensions, children: d }),
|
|
2864
|
+
/* @__PURE__ */ c(
|
|
2865
|
+
"a",
|
|
2866
|
+
{
|
|
2867
|
+
href: Nn(o.id),
|
|
2868
|
+
target: "_blank",
|
|
2869
|
+
rel: "noopener noreferrer",
|
|
2870
|
+
title: "Open in embedded mode",
|
|
2871
|
+
style: P.embeddedLink,
|
|
2872
|
+
children: /* @__PURE__ */ c(Un, {})
|
|
2873
|
+
}
|
|
2874
|
+
)
|
|
2789
2875
|
] }),
|
|
2790
|
-
/* @__PURE__ */ c("div", { ref: e.setCanvasRef, style:
|
|
2791
|
-
a && /* @__PURE__ */ c(
|
|
2876
|
+
/* @__PURE__ */ c("div", { ref: e.setCanvasRef, style: jn(n.background), children: /* @__PURE__ */ c("slot", { name: e.slotName }) }),
|
|
2877
|
+
a && /* @__PURE__ */ c($n, { error: a })
|
|
2792
2878
|
] });
|
|
2793
2879
|
}
|
|
2794
|
-
),
|
|
2795
|
-
function
|
|
2880
|
+
), J = 8;
|
|
2881
|
+
function zo(r, e) {
|
|
2796
2882
|
return `
|
|
2797
2883
|
linear-gradient(45deg, ${e} 25%, transparent 25%),
|
|
2798
2884
|
linear-gradient(-45deg, ${e} 25%, transparent 25%),
|
|
@@ -2800,31 +2886,31 @@ function Go(r, e) {
|
|
|
2800
2886
|
linear-gradient(-45deg, transparent 75%, ${e} 75%)
|
|
2801
2887
|
`;
|
|
2802
2888
|
}
|
|
2803
|
-
const
|
|
2889
|
+
const zn = {
|
|
2804
2890
|
backgroundColor: "#ffffff",
|
|
2805
|
-
backgroundImage:
|
|
2806
|
-
},
|
|
2891
|
+
backgroundImage: zo("#ffffff", "#e5e5e5")
|
|
2892
|
+
}, Pn = {
|
|
2807
2893
|
backgroundColor: "#1e1e1e",
|
|
2808
|
-
backgroundImage:
|
|
2809
|
-
},
|
|
2894
|
+
backgroundImage: zo("#1e1e1e", "#2d2d2d")
|
|
2895
|
+
}, Wn = {
|
|
2810
2896
|
display: "inline-block",
|
|
2811
2897
|
padding: "12px",
|
|
2812
2898
|
borderRadius: "4px",
|
|
2813
|
-
backgroundSize: `${
|
|
2814
|
-
backgroundPosition: `0 0, 0 ${
|
|
2899
|
+
backgroundSize: `${J * 2}px ${J * 2}px`,
|
|
2900
|
+
backgroundPosition: `0 0, 0 ${J}px, ${J}px -${J}px, -${J}px 0`,
|
|
2815
2901
|
boxShadow: "0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.08)",
|
|
2816
2902
|
overflow: "hidden",
|
|
2817
2903
|
position: "relative"
|
|
2818
2904
|
};
|
|
2819
|
-
function
|
|
2820
|
-
const e = r === "dark" ?
|
|
2905
|
+
function jn(r) {
|
|
2906
|
+
const e = r === "dark" ? Pn : zn;
|
|
2821
2907
|
return {
|
|
2822
|
-
...
|
|
2908
|
+
...Wn,
|
|
2823
2909
|
backgroundColor: e.backgroundColor,
|
|
2824
2910
|
backgroundImage: e.backgroundImage
|
|
2825
2911
|
};
|
|
2826
2912
|
}
|
|
2827
|
-
const
|
|
2913
|
+
const P = {
|
|
2828
2914
|
wrapper: {
|
|
2829
2915
|
marginBottom: "32px"
|
|
2830
2916
|
},
|
|
@@ -2851,26 +2937,43 @@ const K = {
|
|
|
2851
2937
|
fontSize: "11px",
|
|
2852
2938
|
color: "var(--component-explorer-descriptionForeground)",
|
|
2853
2939
|
fontFamily: "var(--component-explorer-editor-font-family, monospace)"
|
|
2940
|
+
},
|
|
2941
|
+
embeddedLink: {
|
|
2942
|
+
marginLeft: "auto",
|
|
2943
|
+
display: "inline-flex",
|
|
2944
|
+
alignItems: "center",
|
|
2945
|
+
justifyContent: "center",
|
|
2946
|
+
width: "22px",
|
|
2947
|
+
height: "22px",
|
|
2948
|
+
borderRadius: "4px",
|
|
2949
|
+
color: "var(--component-explorer-descriptionForeground)",
|
|
2950
|
+
textDecoration: "none",
|
|
2951
|
+
opacity: 0.7,
|
|
2952
|
+
transition: "opacity 0.1s, background-color 0.1s",
|
|
2953
|
+
cursor: "pointer"
|
|
2854
2954
|
}
|
|
2855
2955
|
};
|
|
2856
|
-
function
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2956
|
+
function Un() {
|
|
2957
|
+
return /* @__PURE__ */ c("svg", { width: "14", height: "14", viewBox: "0 0 16 16", fill: "currentColor", children: /* @__PURE__ */ c("path", { d: "M1.5 1H6v1H2v12h12v-4h1v4.5l-.5.5h-13l-.5-.5v-13l.5-.5zm8 0H15v5.5l-1-1V3.707L8.357 9.354l-.707-.708L13.293 3H10.5l-1-1z" }) });
|
|
2958
|
+
}
|
|
2959
|
+
function $n({ error: r }) {
|
|
2960
|
+
const [e, o] = mo.useState(!1);
|
|
2961
|
+
return /* @__PURE__ */ m("div", { style: te.container, children: [
|
|
2962
|
+
/* @__PURE__ */ m(
|
|
2860
2963
|
"button",
|
|
2861
2964
|
{
|
|
2862
|
-
style:
|
|
2965
|
+
style: te.header,
|
|
2863
2966
|
onClick: () => o(!e),
|
|
2864
2967
|
children: [
|
|
2865
|
-
/* @__PURE__ */ c("span", { style:
|
|
2866
|
-
/* @__PURE__ */ c("span", { style:
|
|
2968
|
+
/* @__PURE__ */ c("span", { style: te.chevron, children: e ? "▼" : "▶" }),
|
|
2969
|
+
/* @__PURE__ */ c("span", { style: te.message, children: r.message })
|
|
2867
2970
|
]
|
|
2868
2971
|
}
|
|
2869
2972
|
),
|
|
2870
|
-
e && r.stack && /* @__PURE__ */ c("pre", { style:
|
|
2973
|
+
e && r.stack && /* @__PURE__ */ c("pre", { style: te.stack, children: r.stack })
|
|
2871
2974
|
] });
|
|
2872
2975
|
}
|
|
2873
|
-
const
|
|
2976
|
+
const te = {
|
|
2874
2977
|
container: {
|
|
2875
2978
|
marginTop: "8px",
|
|
2876
2979
|
borderRadius: "4px",
|
|
@@ -2915,16 +3018,16 @@ const ne = {
|
|
|
2915
3018
|
userSelect: "text"
|
|
2916
3019
|
}
|
|
2917
3020
|
};
|
|
2918
|
-
class
|
|
2919
|
-
fixtureId:
|
|
2920
|
-
sessionName:
|
|
2921
|
-
daemon:
|
|
3021
|
+
class qn extends D({
|
|
3022
|
+
fixtureId: f.const(),
|
|
3023
|
+
sessionName: f.const(),
|
|
3024
|
+
daemon: f.const()
|
|
2922
3025
|
}) {
|
|
2923
3026
|
constructor(o) {
|
|
2924
3027
|
super(o);
|
|
2925
|
-
l(this, "screenshot",
|
|
3028
|
+
l(this, "screenshot", B(this, { status: "idle" }));
|
|
2926
3029
|
l(this, "_fetchVersion", 0);
|
|
2927
|
-
this._store.add(
|
|
3030
|
+
this._store.add(Co((n) => {
|
|
2928
3031
|
this.props.daemon.sourceTreeIds.read(n).get(this.props.sessionName) && this._fetchScreenshot();
|
|
2929
3032
|
}));
|
|
2930
3033
|
}
|
|
@@ -2942,27 +3045,27 @@ class An extends L({
|
|
|
2942
3045
|
}
|
|
2943
3046
|
}
|
|
2944
3047
|
}
|
|
2945
|
-
const
|
|
2946
|
-
|
|
3048
|
+
const ro = N(
|
|
3049
|
+
qn,
|
|
2947
3050
|
{},
|
|
2948
3051
|
(r, e) => {
|
|
2949
3052
|
var t;
|
|
2950
3053
|
const o = e.screenshot.read(r);
|
|
2951
3054
|
if (o.status === "idle" || o.status === "loading")
|
|
2952
|
-
return /* @__PURE__ */ c("div", { style:
|
|
3055
|
+
return /* @__PURE__ */ c("div", { style: W.placeholder, children: /* @__PURE__ */ c("div", { style: W.shimmer }) });
|
|
2953
3056
|
if (o.status === "error")
|
|
2954
|
-
return /* @__PURE__ */ c("div", { style:
|
|
3057
|
+
return /* @__PURE__ */ c("div", { style: W.error, children: /* @__PURE__ */ c("span", { style: W.errorText, children: "Screenshot failed" }) });
|
|
2955
3058
|
const { data: n } = o;
|
|
2956
3059
|
return n.image ? /* @__PURE__ */ c(
|
|
2957
3060
|
"img",
|
|
2958
3061
|
{
|
|
2959
3062
|
src: `data:image/png;base64,${n.image}`,
|
|
2960
|
-
style:
|
|
3063
|
+
style: W.image,
|
|
2961
3064
|
alt: `Screenshot of ${e.fixtureId}`
|
|
2962
3065
|
}
|
|
2963
|
-
) : /* @__PURE__ */ c("div", { style:
|
|
3066
|
+
) : /* @__PURE__ */ c("div", { style: W.placeholder, children: /* @__PURE__ */ c("span", { style: W.hashText, children: (t = n.hash) == null ? void 0 : t.slice(0, 12) }) });
|
|
2964
3067
|
}
|
|
2965
|
-
),
|
|
3068
|
+
), W = {
|
|
2966
3069
|
placeholder: {
|
|
2967
3070
|
minHeight: 80,
|
|
2968
3071
|
display: "flex",
|
|
@@ -3005,16 +3108,16 @@ const oo = D(
|
|
|
3005
3108
|
border: "1px solid var(--component-explorer-panel-border)"
|
|
3006
3109
|
}
|
|
3007
3110
|
};
|
|
3008
|
-
class
|
|
3009
|
-
fixtureId:
|
|
3010
|
-
daemon:
|
|
3011
|
-
baselineSession:
|
|
3012
|
-
currentSession:
|
|
3111
|
+
class Qn extends D({
|
|
3112
|
+
fixtureId: f.const(),
|
|
3113
|
+
daemon: f.const(),
|
|
3114
|
+
baselineSession: f.const(),
|
|
3115
|
+
currentSession: f.const()
|
|
3013
3116
|
}) {
|
|
3014
3117
|
constructor(o) {
|
|
3015
3118
|
super(o);
|
|
3016
|
-
l(this, "comparisonStatus",
|
|
3017
|
-
this._store.add(
|
|
3119
|
+
l(this, "comparisonStatus", B(this, { status: "loading" }));
|
|
3120
|
+
this._store.add(Co((n) => {
|
|
3018
3121
|
const t = this.props.daemon.sourceTreeIds.read(n), i = t.get(this.props.baselineSession), a = t.get(this.props.currentSession);
|
|
3019
3122
|
i && a && this._fetchComparison();
|
|
3020
3123
|
}));
|
|
@@ -3045,21 +3148,21 @@ class Gn extends L({
|
|
|
3045
3148
|
}
|
|
3046
3149
|
}
|
|
3047
3150
|
}
|
|
3048
|
-
const
|
|
3049
|
-
|
|
3151
|
+
const Kn = N(
|
|
3152
|
+
Qn,
|
|
3050
3153
|
{},
|
|
3051
3154
|
(r, e) => {
|
|
3052
|
-
const o = e.comparisonStatus.read(r), n = o.status === "loading" ? /* @__PURE__ */ c("span", { style:
|
|
3053
|
-
return /* @__PURE__ */
|
|
3054
|
-
/* @__PURE__ */
|
|
3055
|
-
/* @__PURE__ */ c("span", { style:
|
|
3155
|
+
const o = e.comparisonStatus.read(r), n = o.status === "loading" ? /* @__PURE__ */ c("span", { style: E.badgeLoading, children: "comparing..." }) : o.status === "error" ? /* @__PURE__ */ c("span", { style: E.badgeError, children: "error" }) : o.match ? /* @__PURE__ */ c("span", { style: E.badgeMatch, children: "✓ match" }) : /* @__PURE__ */ c("span", { style: E.badgeChanged, children: "● changed" });
|
|
3156
|
+
return /* @__PURE__ */ m("div", { style: E.fixtureRow, children: [
|
|
3157
|
+
/* @__PURE__ */ m("div", { style: E.fixtureLabel, children: [
|
|
3158
|
+
/* @__PURE__ */ c("span", { style: E.fixtureName, children: e.fixtureId }),
|
|
3056
3159
|
n
|
|
3057
3160
|
] }),
|
|
3058
|
-
/* @__PURE__ */
|
|
3059
|
-
/* @__PURE__ */
|
|
3060
|
-
/* @__PURE__ */ c("span", { style:
|
|
3161
|
+
/* @__PURE__ */ m("div", { style: E.sideBySide, children: [
|
|
3162
|
+
/* @__PURE__ */ m("div", { style: E.screenshotColumn, children: [
|
|
3163
|
+
/* @__PURE__ */ c("span", { style: E.columnLabel, children: "Current" }),
|
|
3061
3164
|
/* @__PURE__ */ c(
|
|
3062
|
-
|
|
3165
|
+
ro,
|
|
3063
3166
|
{
|
|
3064
3167
|
fixtureId: e.fixtureId,
|
|
3065
3168
|
sessionName: e.currentSession,
|
|
@@ -3067,10 +3170,10 @@ const zn = D(
|
|
|
3067
3170
|
}
|
|
3068
3171
|
)
|
|
3069
3172
|
] }),
|
|
3070
|
-
/* @__PURE__ */
|
|
3071
|
-
/* @__PURE__ */ c("span", { style:
|
|
3173
|
+
/* @__PURE__ */ m("div", { style: E.screenshotColumn, children: [
|
|
3174
|
+
/* @__PURE__ */ c("span", { style: E.columnLabel, children: "Baseline" }),
|
|
3072
3175
|
/* @__PURE__ */ c(
|
|
3073
|
-
|
|
3176
|
+
ro,
|
|
3074
3177
|
{
|
|
3075
3178
|
fixtureId: e.fixtureId,
|
|
3076
3179
|
sessionName: e.baselineSession,
|
|
@@ -3081,17 +3184,17 @@ const zn = D(
|
|
|
3081
3184
|
] })
|
|
3082
3185
|
] });
|
|
3083
3186
|
}
|
|
3084
|
-
),
|
|
3187
|
+
), Jn = H(
|
|
3085
3188
|
{
|
|
3086
|
-
name:
|
|
3087
|
-
path:
|
|
3088
|
-
items:
|
|
3089
|
-
daemon:
|
|
3090
|
-
baselineSession:
|
|
3091
|
-
currentSession:
|
|
3189
|
+
name: f.const(),
|
|
3190
|
+
path: f.const(),
|
|
3191
|
+
items: f.const(),
|
|
3192
|
+
daemon: f.const(),
|
|
3193
|
+
baselineSession: f.const(),
|
|
3194
|
+
currentSession: f.const()
|
|
3092
3195
|
},
|
|
3093
|
-
(r, e) => /* @__PURE__ */ c("div", { style:
|
|
3094
|
-
|
|
3196
|
+
(r, e) => /* @__PURE__ */ c("div", { style: E.groupContent, children: e.items.map((o) => /* @__PURE__ */ c(
|
|
3197
|
+
Kn,
|
|
3095
3198
|
{
|
|
3096
3199
|
fixtureId: o.fixtureId,
|
|
3097
3200
|
daemon: e.daemon,
|
|
@@ -3100,7 +3203,7 @@ const zn = D(
|
|
|
3100
3203
|
},
|
|
3101
3204
|
o.fixtureId
|
|
3102
3205
|
)) })
|
|
3103
|
-
),
|
|
3206
|
+
), E = {
|
|
3104
3207
|
groupContent: {
|
|
3105
3208
|
display: "flex",
|
|
3106
3209
|
flexDirection: "column",
|
|
@@ -3160,8 +3263,8 @@ const zn = D(
|
|
|
3160
3263
|
color: "var(--component-explorer-errorForeground)",
|
|
3161
3264
|
fontWeight: 500
|
|
3162
3265
|
}
|
|
3163
|
-
},
|
|
3164
|
-
function
|
|
3266
|
+
}, Y = 8;
|
|
3267
|
+
function Po(r, e) {
|
|
3165
3268
|
return `
|
|
3166
3269
|
linear-gradient(45deg, ${e} 25%, transparent 25%),
|
|
3167
3270
|
linear-gradient(-45deg, ${e} 25%, transparent 25%),
|
|
@@ -3169,48 +3272,48 @@ function zo(r, e) {
|
|
|
3169
3272
|
linear-gradient(-45deg, transparent 75%, ${e} 75%)
|
|
3170
3273
|
`;
|
|
3171
3274
|
}
|
|
3172
|
-
const
|
|
3275
|
+
const Yn = {
|
|
3173
3276
|
backgroundColor: "#ffffff",
|
|
3174
|
-
backgroundImage:
|
|
3175
|
-
},
|
|
3277
|
+
backgroundImage: Po("#ffffff", "#e5e5e5")
|
|
3278
|
+
}, Zn = {
|
|
3176
3279
|
backgroundColor: "#1e1e1e",
|
|
3177
|
-
backgroundImage:
|
|
3178
|
-
},
|
|
3280
|
+
backgroundImage: Po("#1e1e1e", "#2d2d2d")
|
|
3281
|
+
}, Xn = {
|
|
3179
3282
|
display: "inline-block",
|
|
3180
3283
|
padding: "12px",
|
|
3181
3284
|
borderRadius: "4px",
|
|
3182
|
-
backgroundSize: `${
|
|
3183
|
-
backgroundPosition: `0 0, 0 ${
|
|
3285
|
+
backgroundSize: `${Y * 2}px ${Y * 2}px`,
|
|
3286
|
+
backgroundPosition: `0 0, 0 ${Y}px, ${Y}px -${Y}px, -${Y}px 0`,
|
|
3184
3287
|
boxShadow: "0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.08)"
|
|
3185
3288
|
};
|
|
3186
|
-
function
|
|
3187
|
-
const e = r === "dark" ?
|
|
3289
|
+
function et(r) {
|
|
3290
|
+
const e = r === "dark" ? Zn : Yn;
|
|
3188
3291
|
return {
|
|
3189
|
-
|
|
3292
|
+
...Xn,
|
|
3190
3293
|
backgroundColor: e.backgroundColor,
|
|
3191
3294
|
backgroundImage: e.backgroundImage
|
|
3192
3295
|
};
|
|
3193
3296
|
}
|
|
3194
|
-
function
|
|
3195
|
-
return /* @__PURE__ */ c("div", { style:
|
|
3297
|
+
function no({ src: r, alt: e, background: o }) {
|
|
3298
|
+
return /* @__PURE__ */ c("div", { style: et(o), children: /* @__PURE__ */ c("img", { src: r, alt: e, style: F.image }) });
|
|
3196
3299
|
}
|
|
3197
|
-
const
|
|
3300
|
+
const ot = H(
|
|
3198
3301
|
{
|
|
3199
|
-
item:
|
|
3200
|
-
reportModel:
|
|
3302
|
+
item: f.const(),
|
|
3303
|
+
reportModel: f.const()
|
|
3201
3304
|
},
|
|
3202
3305
|
(r, e) => {
|
|
3203
|
-
const { item: o, reportModel: n } = e, { entry: t } = o, i = t.background ?? "light", a = t.status === "unchanged" ? /* @__PURE__ */ c("span", { style:
|
|
3204
|
-
return /* @__PURE__ */
|
|
3205
|
-
/* @__PURE__ */
|
|
3206
|
-
/* @__PURE__ */ c("span", { style:
|
|
3306
|
+
const { item: o, reportModel: n } = e, { entry: t } = o, i = t.background ?? "light", a = t.status === "unchanged" ? /* @__PURE__ */ c("span", { style: F.badgeMatch, children: "✓ match" }) : t.status === "changed" ? /* @__PURE__ */ c("span", { style: F.badgeChanged, children: "● changed" }) : /* @__PURE__ */ c("span", { style: F.badgeAdded, children: "+ added" }), s = t.baselineScreenshot || t.currentScreenshot;
|
|
3307
|
+
return /* @__PURE__ */ m("div", { style: F.fixtureRow, children: [
|
|
3308
|
+
/* @__PURE__ */ m("div", { style: F.fixtureLabel, children: [
|
|
3309
|
+
/* @__PURE__ */ c("span", { style: F.fixtureName, children: o.fixtureId }),
|
|
3207
3310
|
a
|
|
3208
3311
|
] }),
|
|
3209
|
-
s && /* @__PURE__ */
|
|
3210
|
-
t.baselineScreenshot && /* @__PURE__ */
|
|
3211
|
-
/* @__PURE__ */ c("span", { style:
|
|
3312
|
+
s && /* @__PURE__ */ m("div", { style: F.sideBySide, children: [
|
|
3313
|
+
t.baselineScreenshot && /* @__PURE__ */ m("div", { style: F.screenshotColumn, children: [
|
|
3314
|
+
/* @__PURE__ */ c("span", { style: F.columnLabel, children: "Baseline" }),
|
|
3212
3315
|
/* @__PURE__ */ c(
|
|
3213
|
-
|
|
3316
|
+
no,
|
|
3214
3317
|
{
|
|
3215
3318
|
src: n.resolveScreenshotUrl(t.baselineScreenshot),
|
|
3216
3319
|
alt: `Baseline screenshot of ${o.fixtureId}`,
|
|
@@ -3218,10 +3321,10 @@ const qn = T(
|
|
|
3218
3321
|
}
|
|
3219
3322
|
)
|
|
3220
3323
|
] }),
|
|
3221
|
-
t.currentScreenshot && /* @__PURE__ */
|
|
3222
|
-
/* @__PURE__ */ c("span", { style:
|
|
3324
|
+
t.currentScreenshot && /* @__PURE__ */ m("div", { style: F.screenshotColumn, children: [
|
|
3325
|
+
/* @__PURE__ */ c("span", { style: F.columnLabel, children: "Current" }),
|
|
3223
3326
|
/* @__PURE__ */ c(
|
|
3224
|
-
|
|
3327
|
+
no,
|
|
3225
3328
|
{
|
|
3226
3329
|
src: n.resolveScreenshotUrl(t.currentScreenshot),
|
|
3227
3330
|
alt: `Current screenshot of ${o.fixtureId}`,
|
|
@@ -3230,28 +3333,28 @@ const qn = T(
|
|
|
3230
3333
|
)
|
|
3231
3334
|
] })
|
|
3232
3335
|
] }),
|
|
3233
|
-
!s && t.status === "unchanged" && /* @__PURE__ */ c("div", { style:
|
|
3336
|
+
!s && t.status === "unchanged" && /* @__PURE__ */ c("div", { style: F.hashRow, children: /* @__PURE__ */ m("span", { style: F.hashText, children: [
|
|
3234
3337
|
"hash: ",
|
|
3235
3338
|
t.targetHash
|
|
3236
3339
|
] }) })
|
|
3237
3340
|
] });
|
|
3238
3341
|
}
|
|
3239
|
-
),
|
|
3342
|
+
), rt = H(
|
|
3240
3343
|
{
|
|
3241
|
-
name:
|
|
3242
|
-
path:
|
|
3243
|
-
items:
|
|
3244
|
-
reportModel:
|
|
3344
|
+
name: f.const(),
|
|
3345
|
+
path: f.const(),
|
|
3346
|
+
items: f.const(),
|
|
3347
|
+
reportModel: f.const()
|
|
3245
3348
|
},
|
|
3246
|
-
(r, e) => /* @__PURE__ */ c("div", { style:
|
|
3247
|
-
|
|
3349
|
+
(r, e) => /* @__PURE__ */ c("div", { style: F.groupContent, children: e.items.map((o) => /* @__PURE__ */ c(
|
|
3350
|
+
ot,
|
|
3248
3351
|
{
|
|
3249
3352
|
item: o,
|
|
3250
3353
|
reportModel: e.reportModel
|
|
3251
3354
|
},
|
|
3252
3355
|
o.fixtureId
|
|
3253
3356
|
)) })
|
|
3254
|
-
),
|
|
3357
|
+
), F = {
|
|
3255
3358
|
groupContent: {
|
|
3256
3359
|
display: "flex",
|
|
3257
3360
|
flexDirection: "column",
|
|
@@ -3315,44 +3418,44 @@ const qn = T(
|
|
|
3315
3418
|
color: "var(--component-explorer-testing-iconQueued)",
|
|
3316
3419
|
fontWeight: 500
|
|
3317
3420
|
}
|
|
3318
|
-
},
|
|
3319
|
-
const
|
|
3320
|
-
function
|
|
3421
|
+
}, nt = 280, tt = 32, pe = 32, to = 400;
|
|
3422
|
+
const Wo = "component-explorer:scrollAnchors", io = 100;
|
|
3423
|
+
function jo() {
|
|
3321
3424
|
try {
|
|
3322
|
-
const r = localStorage.getItem(
|
|
3425
|
+
const r = localStorage.getItem(Wo);
|
|
3323
3426
|
if (r) return JSON.parse(r);
|
|
3324
3427
|
} catch {
|
|
3325
3428
|
}
|
|
3326
3429
|
return {};
|
|
3327
3430
|
}
|
|
3328
|
-
function
|
|
3431
|
+
function it(r, e) {
|
|
3329
3432
|
try {
|
|
3330
|
-
const o =
|
|
3433
|
+
const o = jo();
|
|
3331
3434
|
o[r] = e;
|
|
3332
|
-
const n = Object.entries(o), t = n.length >
|
|
3333
|
-
localStorage.setItem(
|
|
3435
|
+
const n = Object.entries(o), t = n.length > io ? Object.fromEntries(n.slice(-io)) : o;
|
|
3436
|
+
localStorage.setItem(Wo, JSON.stringify(t));
|
|
3334
3437
|
} catch {
|
|
3335
3438
|
}
|
|
3336
3439
|
}
|
|
3337
|
-
function
|
|
3338
|
-
return
|
|
3440
|
+
function at(r) {
|
|
3441
|
+
return jo()[r];
|
|
3339
3442
|
}
|
|
3340
|
-
function
|
|
3443
|
+
function Uo(r) {
|
|
3341
3444
|
return r.type === "single" ? r.fixture.id : r.id;
|
|
3342
3445
|
}
|
|
3343
|
-
function
|
|
3446
|
+
function ct(r, e) {
|
|
3344
3447
|
const o = new Array(r.length);
|
|
3345
|
-
let n =
|
|
3448
|
+
let n = pe;
|
|
3346
3449
|
for (let t = 0; t < r.length; t++) {
|
|
3347
|
-
const i = e.get(
|
|
3348
|
-
o[t] = { top: n, height: i }, n += i +
|
|
3450
|
+
const i = e.get(Uo(r[t])) ?? nt;
|
|
3451
|
+
o[t] = { top: n, height: i }, n += i + tt;
|
|
3349
3452
|
}
|
|
3350
3453
|
return o;
|
|
3351
3454
|
}
|
|
3352
|
-
function
|
|
3455
|
+
function _e(r) {
|
|
3353
3456
|
if (r.length === 0) return 0;
|
|
3354
3457
|
const e = r[r.length - 1];
|
|
3355
|
-
return e.top + e.height +
|
|
3458
|
+
return e.top + e.height + pe;
|
|
3356
3459
|
}
|
|
3357
3460
|
function $o(r, e) {
|
|
3358
3461
|
let o = 0, n = r.length;
|
|
@@ -3362,16 +3465,16 @@ function $o(r, e) {
|
|
|
3362
3465
|
}
|
|
3363
3466
|
return o;
|
|
3364
3467
|
}
|
|
3365
|
-
function
|
|
3468
|
+
function st(r, e, o) {
|
|
3366
3469
|
if (r.length === 0) return { start: 0, end: 0 };
|
|
3367
|
-
const n = $o(r, e -
|
|
3470
|
+
const n = $o(r, e - to);
|
|
3368
3471
|
let t = n;
|
|
3369
|
-
const i = e + o +
|
|
3472
|
+
const i = e + o + to;
|
|
3370
3473
|
for (; t < r.length && r[t].top < i; )
|
|
3371
3474
|
t++;
|
|
3372
3475
|
return { start: n, end: t };
|
|
3373
3476
|
}
|
|
3374
|
-
function
|
|
3477
|
+
function ao(r, e) {
|
|
3375
3478
|
if (r.length === 0) return;
|
|
3376
3479
|
const o = $o(r, e), n = Math.min(o, r.length - 1);
|
|
3377
3480
|
return {
|
|
@@ -3379,16 +3482,16 @@ function io(r, e) {
|
|
|
3379
3482
|
offsetFromViewport: r[n].top - e
|
|
3380
3483
|
};
|
|
3381
3484
|
}
|
|
3382
|
-
function
|
|
3485
|
+
function co(r, e) {
|
|
3383
3486
|
return e.rowIndex >= r.length ? 0 : r[e.rowIndex].top - e.offsetFromViewport;
|
|
3384
3487
|
}
|
|
3385
|
-
function
|
|
3488
|
+
function so(r) {
|
|
3386
3489
|
return r.type === "single" ? r.fixture.path : r.path;
|
|
3387
3490
|
}
|
|
3388
|
-
function
|
|
3491
|
+
function lo(r) {
|
|
3389
3492
|
return r.split(" / ").slice(1);
|
|
3390
3493
|
}
|
|
3391
|
-
function
|
|
3494
|
+
function dt(r, e, o) {
|
|
3392
3495
|
const n = o.split("/"), t = n.length - r.length;
|
|
3393
3496
|
for (let i = 0; i < r.length; i++)
|
|
3394
3497
|
if (!e || i >= e.length || r[i] !== e[i])
|
|
@@ -3399,14 +3502,14 @@ function ot(r, e, o) {
|
|
|
3399
3502
|
}));
|
|
3400
3503
|
return [];
|
|
3401
3504
|
}
|
|
3402
|
-
const
|
|
3403
|
-
function
|
|
3404
|
-
return
|
|
3505
|
+
const po = ["h1", "h2", "h3", "h4"];
|
|
3506
|
+
function lt(r) {
|
|
3507
|
+
return po[Math.min(r, po.length - 1)];
|
|
3405
3508
|
}
|
|
3406
|
-
const
|
|
3407
|
-
function
|
|
3509
|
+
const go = ["22px", "15px", "13px", "12px"];
|
|
3510
|
+
function pt(r) {
|
|
3408
3511
|
return {
|
|
3409
|
-
fontSize:
|
|
3512
|
+
fontSize: go[Math.min(r, go.length - 1)],
|
|
3410
3513
|
fontWeight: r <= 1 ? 600 : 500,
|
|
3411
3514
|
color: "var(--component-explorer-foreground)",
|
|
3412
3515
|
margin: 0,
|
|
@@ -3415,27 +3518,27 @@ function nt(r) {
|
|
|
3415
3518
|
borderBottom: r === 0 ? "1px solid var(--component-explorer-widget-border, var(--component-explorer-panel-border, rgba(128,128,128,0.35)))" : void 0
|
|
3416
3519
|
};
|
|
3417
3520
|
}
|
|
3418
|
-
class
|
|
3419
|
-
model:
|
|
3521
|
+
class gt extends D({
|
|
3522
|
+
model: f.const()
|
|
3420
3523
|
}) {
|
|
3421
3524
|
constructor() {
|
|
3422
3525
|
super(...arguments);
|
|
3423
|
-
l(this, "_rowHeights",
|
|
3424
|
-
l(this, "_scrollTop",
|
|
3425
|
-
l(this, "_viewportHeight",
|
|
3526
|
+
l(this, "_rowHeights", B(this, Fn()));
|
|
3527
|
+
l(this, "_scrollTop", B(this, 0));
|
|
3528
|
+
l(this, "_viewportHeight", B(this, 0));
|
|
3426
3529
|
l(this, "_scrollContainerRef", null);
|
|
3427
3530
|
l(this, "_resizeObserver", null);
|
|
3428
3531
|
l(this, "_viewportResizeObserver", null);
|
|
3429
3532
|
l(this, "_currentNodeId");
|
|
3430
3533
|
l(this, "_scrollSaveTimeout", null);
|
|
3431
3534
|
l(this, "_suppressScrollHandler", !1);
|
|
3432
|
-
l(this, "layout",
|
|
3535
|
+
l(this, "layout", R(this, (o) => {
|
|
3433
3536
|
const n = this.explorerModel.selectedFixtures.read(o), t = this._rowHeights.read(o);
|
|
3434
|
-
return
|
|
3537
|
+
return ct(n, t);
|
|
3435
3538
|
}));
|
|
3436
|
-
l(this, "visibleRowRange",
|
|
3539
|
+
l(this, "visibleRowRange", R(this, (o) => {
|
|
3437
3540
|
const n = this.layout.read(o), t = this._scrollTop.read(o), i = this._viewportHeight.read(o);
|
|
3438
|
-
return
|
|
3541
|
+
return st(n, t, i);
|
|
3439
3542
|
}));
|
|
3440
3543
|
l(this, "setScrollContainerRef", (o) => {
|
|
3441
3544
|
var n;
|
|
@@ -3453,8 +3556,8 @@ class tt extends L({
|
|
|
3453
3556
|
}
|
|
3454
3557
|
this._scrollSaveTimeout && clearTimeout(this._scrollSaveTimeout), this._scrollSaveTimeout = setTimeout(() => {
|
|
3455
3558
|
if (!this._currentNodeId) return;
|
|
3456
|
-
const i = this.layout.get(), a =
|
|
3457
|
-
a &&
|
|
3559
|
+
const i = this.layout.get(), a = ao(i, this._scrollTop.get());
|
|
3560
|
+
a && it(this._currentNodeId, a);
|
|
3458
3561
|
}, 150);
|
|
3459
3562
|
});
|
|
3460
3563
|
l(this, "observeRowElement", (o, n) => {
|
|
@@ -3466,15 +3569,15 @@ class tt extends L({
|
|
|
3466
3569
|
const p = d.target.getAttribute("data-row-id");
|
|
3467
3570
|
if (!p) continue;
|
|
3468
3571
|
const g = Math.round(d.contentRect.height);
|
|
3469
|
-
g > 0 && i.get(p) !== g && (s.push({ rid: p, oldH: i.get(p), newH: g }), a || (a = new Map(i)), a.set(p, g),
|
|
3572
|
+
g > 0 && i.get(p) !== g && (s.push({ rid: p, oldH: i.get(p), newH: g }), a || (a = new Map(i)), a.set(p, g), Sn(p, g));
|
|
3470
3573
|
}
|
|
3471
3574
|
if (a) {
|
|
3472
|
-
const d = this.layout.get(), p = this._scrollTop.get(), g =
|
|
3575
|
+
const d = this.layout.get(), p = this._scrollTop.get(), g = ao(d, p);
|
|
3473
3576
|
this._rowHeights.set(a, void 0);
|
|
3474
|
-
const
|
|
3577
|
+
const u = this.layout.get();
|
|
3475
3578
|
if (g && this._scrollContainerRef) {
|
|
3476
|
-
const
|
|
3477
|
-
Math.abs(
|
|
3579
|
+
const h = co(u, g), v = h - p;
|
|
3580
|
+
Math.abs(v) > 2 && (_e(d), _e(u), void 0), this._suppressScrollHandler = !0, this._scrollContainerRef.scrollTop = h, this._scrollTop.set(h, void 0), requestAnimationFrame(() => {
|
|
3478
3581
|
this._suppressScrollHandler = !1;
|
|
3479
3582
|
});
|
|
3480
3583
|
}
|
|
@@ -3504,12 +3607,12 @@ class tt extends L({
|
|
|
3504
3607
|
}
|
|
3505
3608
|
_restoreScrollPosition() {
|
|
3506
3609
|
if (!this._scrollContainerRef || !this._currentNodeId) return;
|
|
3507
|
-
const o =
|
|
3610
|
+
const o = at(this._currentNodeId);
|
|
3508
3611
|
if (!o) {
|
|
3509
3612
|
this._currentNodeId;
|
|
3510
3613
|
return;
|
|
3511
3614
|
}
|
|
3512
|
-
const n = this.layout.get(), t =
|
|
3615
|
+
const n = this.layout.get(), t = co(n, o);
|
|
3513
3616
|
this._scrollContainerRef.scrollTop, this._currentNodeId, n.length, this._suppressScrollHandler = !0, this._scrollContainerRef.scrollTop = t, this._scrollTop.set(t, void 0), requestAnimationFrame(() => {
|
|
3514
3617
|
this._suppressScrollHandler = !1;
|
|
3515
3618
|
});
|
|
@@ -3519,8 +3622,8 @@ class tt extends L({
|
|
|
3519
3622
|
(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);
|
|
3520
3623
|
}
|
|
3521
3624
|
}
|
|
3522
|
-
const
|
|
3523
|
-
|
|
3625
|
+
const ut = N(
|
|
3626
|
+
gt,
|
|
3524
3627
|
{},
|
|
3525
3628
|
(r, e) => {
|
|
3526
3629
|
const o = e.explorerModel.selectedFixtures.read(r), n = e.explorerModel.selectedNodeId.read(r), t = e.layout.read(r), { start: i, end: a } = e.visibleRowRange.read(r);
|
|
@@ -3529,40 +3632,40 @@ const it = D(
|
|
|
3529
3632
|
if (d) {
|
|
3530
3633
|
const p = d.state.read(r);
|
|
3531
3634
|
if (p.status === "loading")
|
|
3532
|
-
return /* @__PURE__ */ c("div", { style:
|
|
3635
|
+
return /* @__PURE__ */ c("div", { style: L.emptyState, children: /* @__PURE__ */ c("span", { style: L.emptyText, children: "Loading report..." }) });
|
|
3533
3636
|
if (p.status === "error")
|
|
3534
|
-
return /* @__PURE__ */ c("div", { style:
|
|
3637
|
+
return /* @__PURE__ */ c("div", { style: L.emptyState, children: /* @__PURE__ */ m("span", { style: { ...L.emptyText, color: "var(--component-explorer-errorForeground)" }, children: [
|
|
3535
3638
|
"Failed to load report: ",
|
|
3536
3639
|
p.message
|
|
3537
3640
|
] }) });
|
|
3538
3641
|
}
|
|
3539
|
-
return /* @__PURE__ */ c("div", { style:
|
|
3642
|
+
return /* @__PURE__ */ c("div", { style: L.emptyState, children: /* @__PURE__ */ c("span", { style: L.emptyText, children: "Select a component or folder to preview" }) });
|
|
3540
3643
|
}
|
|
3541
|
-
const s =
|
|
3542
|
-
return /* @__PURE__ */ c("div", { ref: e.setScrollContainerRef, style:
|
|
3543
|
-
const g = i + p, { top:
|
|
3544
|
-
return /* @__PURE__ */
|
|
3644
|
+
const s = _e(t);
|
|
3645
|
+
return /* @__PURE__ */ c("div", { ref: e.setScrollContainerRef, style: L.scrollContainer, children: /* @__PURE__ */ c("div", { style: { position: "relative", height: s }, children: o.slice(i, a).map((d, p) => {
|
|
3646
|
+
const g = i + p, { top: u } = t[g], h = Uo(d), v = lo(so(d)), _ = g > 0 ? lo(so(o[g - 1])) : void 0, w = dt(v, _, h);
|
|
3647
|
+
return /* @__PURE__ */ m(
|
|
3545
3648
|
"div",
|
|
3546
3649
|
{
|
|
3547
|
-
ref: (
|
|
3548
|
-
style: { position: "absolute", top:
|
|
3650
|
+
ref: (b) => e.observeRowElement(b, h),
|
|
3651
|
+
style: { position: "absolute", top: u, left: pe, right: pe },
|
|
3549
3652
|
children: [
|
|
3550
|
-
|
|
3551
|
-
const
|
|
3552
|
-
return /* @__PURE__ */ c(
|
|
3653
|
+
w.map((b) => {
|
|
3654
|
+
const S = lt(b.depth);
|
|
3655
|
+
return /* @__PURE__ */ c(S, { style: pt(b.depth), children: /* @__PURE__ */ c(
|
|
3553
3656
|
"a",
|
|
3554
3657
|
{
|
|
3555
|
-
href:
|
|
3556
|
-
style:
|
|
3557
|
-
onClick: (
|
|
3558
|
-
|
|
3658
|
+
href: Mo("fixture", b.nodeId),
|
|
3659
|
+
style: L.headingLink,
|
|
3660
|
+
onClick: (I) => {
|
|
3661
|
+
I.preventDefault(), e.explorerModel.selectNode(b.nodeId);
|
|
3559
3662
|
},
|
|
3560
|
-
children:
|
|
3663
|
+
children: b.name
|
|
3561
3664
|
}
|
|
3562
|
-
) },
|
|
3665
|
+
) }, b.depth);
|
|
3563
3666
|
}),
|
|
3564
|
-
d.type === "single" ? /* @__PURE__ */ c(
|
|
3565
|
-
|
|
3667
|
+
d.type === "single" ? /* @__PURE__ */ c(Go, { fixture: d.fixture, compact: !1, onSelect: e.explorerModel.selectNode }) : d.type === "variants" ? /* @__PURE__ */ c(mt, { row: d, onSelect: e.explorerModel.selectNode }) : d.type === "screenshot-comparison" && e.explorerModel.daemon ? /* @__PURE__ */ c(
|
|
3668
|
+
Jn,
|
|
3566
3669
|
{
|
|
3567
3670
|
name: d.name,
|
|
3568
3671
|
path: d.path,
|
|
@@ -3572,7 +3675,7 @@ const it = D(
|
|
|
3572
3675
|
currentSession: e.currentSessionName
|
|
3573
3676
|
}
|
|
3574
3677
|
) : d.type === "report-comparison" && e.explorerModel.reportModel ? /* @__PURE__ */ c(
|
|
3575
|
-
|
|
3678
|
+
rt,
|
|
3576
3679
|
{
|
|
3577
3680
|
name: d.name,
|
|
3578
3681
|
path: d.path,
|
|
@@ -3582,20 +3685,20 @@ const it = D(
|
|
|
3582
3685
|
) : null
|
|
3583
3686
|
]
|
|
3584
3687
|
},
|
|
3585
|
-
|
|
3688
|
+
h
|
|
3586
3689
|
);
|
|
3587
3690
|
}) }) });
|
|
3588
3691
|
}
|
|
3589
|
-
),
|
|
3692
|
+
), mt = H(
|
|
3590
3693
|
{
|
|
3591
|
-
row:
|
|
3592
|
-
onSelect:
|
|
3694
|
+
row: f.const(),
|
|
3695
|
+
onSelect: f.const()
|
|
3593
3696
|
},
|
|
3594
3697
|
(r, e) => {
|
|
3595
3698
|
const o = e.row;
|
|
3596
|
-
return /* @__PURE__ */ c("div", { style:
|
|
3699
|
+
return /* @__PURE__ */ c("div", { style: L.variantsContent, children: o.fixtures.map((n) => /* @__PURE__ */ c(Go, { fixture: n, compact: !0, onSelect: e.onSelect }, n.id)) });
|
|
3597
3700
|
}
|
|
3598
|
-
),
|
|
3701
|
+
), L = {
|
|
3599
3702
|
scrollContainer: {
|
|
3600
3703
|
flex: 1,
|
|
3601
3704
|
overflow: "auto",
|
|
@@ -3623,12 +3726,12 @@ const it = D(
|
|
|
3623
3726
|
color: "inherit"
|
|
3624
3727
|
}
|
|
3625
3728
|
};
|
|
3626
|
-
class
|
|
3627
|
-
store:
|
|
3729
|
+
class ft extends D({
|
|
3730
|
+
store: f.const()
|
|
3628
3731
|
}) {
|
|
3629
3732
|
constructor() {
|
|
3630
3733
|
super(...arguments);
|
|
3631
|
-
l(this, "expanded",
|
|
3734
|
+
l(this, "expanded", B(this, !1));
|
|
3632
3735
|
}
|
|
3633
3736
|
get store() {
|
|
3634
3737
|
return this.props.store;
|
|
@@ -3640,28 +3743,28 @@ class ct extends L({
|
|
|
3640
3743
|
this.store.clear();
|
|
3641
3744
|
}
|
|
3642
3745
|
}
|
|
3643
|
-
const
|
|
3644
|
-
|
|
3645
|
-
{ store:
|
|
3746
|
+
const ht = N(
|
|
3747
|
+
ft,
|
|
3748
|
+
{ store: f.const() },
|
|
3646
3749
|
(r, e) => {
|
|
3647
3750
|
const o = e.store, n = o.events.read(r), t = o.errorCount.read(r), i = e.expanded.read(r);
|
|
3648
|
-
return n.length === 0 ? null : /* @__PURE__ */
|
|
3649
|
-
/* @__PURE__ */
|
|
3751
|
+
return n.length === 0 ? null : /* @__PURE__ */ m("div", { style: A.container, children: [
|
|
3752
|
+
/* @__PURE__ */ m(
|
|
3650
3753
|
"button",
|
|
3651
3754
|
{
|
|
3652
|
-
style:
|
|
3755
|
+
style: A.header,
|
|
3653
3756
|
onClick: () => e.toggleExpanded(),
|
|
3654
3757
|
children: [
|
|
3655
|
-
/* @__PURE__ */
|
|
3656
|
-
/* @__PURE__ */ c("span", { style:
|
|
3758
|
+
/* @__PURE__ */ m("span", { style: A.headerLeft, children: [
|
|
3759
|
+
/* @__PURE__ */ c("span", { style: A.chevron, children: i ? "▼" : "▶" }),
|
|
3657
3760
|
/* @__PURE__ */ c("span", { children: "Console" }),
|
|
3658
|
-
t > 0 && /* @__PURE__ */ c("span", { style:
|
|
3659
|
-
n.length > t && /* @__PURE__ */ c("span", { style:
|
|
3761
|
+
t > 0 && /* @__PURE__ */ c("span", { style: A.errorBadge, children: t }),
|
|
3762
|
+
n.length > t && /* @__PURE__ */ c("span", { style: A.warnBadge, children: n.length - t })
|
|
3660
3763
|
] }),
|
|
3661
3764
|
/* @__PURE__ */ c(
|
|
3662
3765
|
"button",
|
|
3663
3766
|
{
|
|
3664
|
-
style:
|
|
3767
|
+
style: A.clearButton,
|
|
3665
3768
|
onClick: (a) => {
|
|
3666
3769
|
a.stopPropagation(), e.clear();
|
|
3667
3770
|
},
|
|
@@ -3672,41 +3775,41 @@ const st = D(
|
|
|
3672
3775
|
]
|
|
3673
3776
|
}
|
|
3674
3777
|
),
|
|
3675
|
-
i && /* @__PURE__ */ c("div", { style:
|
|
3778
|
+
i && /* @__PURE__ */ c("div", { style: A.content, children: n.map((a) => /* @__PURE__ */ c(xt, { event: a }, a.id)) })
|
|
3676
3779
|
] });
|
|
3677
3780
|
}
|
|
3678
3781
|
);
|
|
3679
|
-
function
|
|
3680
|
-
const [e, o] =
|
|
3681
|
-
return /* @__PURE__ */
|
|
3782
|
+
function xt({ event: r }) {
|
|
3783
|
+
const [e, o] = mo.useState(!1), n = r.type === "console.error" || r.type === "window.error" || r.type === "window.unhandledrejection", t = r.type === "console.warn", a = new Date(r.timestamp).toLocaleTimeString([], { hour: "2-digit", minute: "2-digit", second: "2-digit" });
|
|
3784
|
+
return /* @__PURE__ */ m(
|
|
3682
3785
|
"div",
|
|
3683
3786
|
{
|
|
3684
3787
|
style: {
|
|
3685
|
-
...
|
|
3788
|
+
...Z.container,
|
|
3686
3789
|
backgroundColor: n ? "rgba(255, 80, 80, 0.1)" : t ? "rgba(255, 200, 0, 0.1)" : "transparent",
|
|
3687
3790
|
borderLeft: `3px solid ${n ? "#f55" : t ? "#fc0" : "transparent"}`
|
|
3688
3791
|
},
|
|
3689
3792
|
children: [
|
|
3690
|
-
/* @__PURE__ */ c("span", { style:
|
|
3691
|
-
/* @__PURE__ */ c("span", { style: { ...
|
|
3692
|
-
/* @__PURE__ */
|
|
3793
|
+
/* @__PURE__ */ c("span", { style: Z.time, children: a }),
|
|
3794
|
+
/* @__PURE__ */ c("span", { style: { ...Z.type, color: n ? "#f77" : t ? "#fc0" : "#888" }, children: r.type.replace("window.", "").replace("console.", "") }),
|
|
3795
|
+
/* @__PURE__ */ m("span", { style: Z.message, children: [
|
|
3693
3796
|
r.message,
|
|
3694
3797
|
r.stack && /* @__PURE__ */ c(
|
|
3695
3798
|
"span",
|
|
3696
3799
|
{
|
|
3697
|
-
style:
|
|
3800
|
+
style: Z.stackIndicator,
|
|
3698
3801
|
onClick: () => o(!e),
|
|
3699
3802
|
title: "Toggle stack trace",
|
|
3700
3803
|
children: e ? " ▴" : " ▾"
|
|
3701
3804
|
}
|
|
3702
3805
|
)
|
|
3703
3806
|
] }),
|
|
3704
|
-
e && r.stack && /* @__PURE__ */ c("pre", { style:
|
|
3807
|
+
e && r.stack && /* @__PURE__ */ c("pre", { style: Z.stack, children: r.stack })
|
|
3705
3808
|
]
|
|
3706
3809
|
}
|
|
3707
3810
|
);
|
|
3708
3811
|
}
|
|
3709
|
-
const
|
|
3812
|
+
const A = {
|
|
3710
3813
|
container: {
|
|
3711
3814
|
borderTop: "1px solid var(--component-explorer-panel-border)",
|
|
3712
3815
|
backgroundColor: "var(--component-explorer-editor-background)",
|
|
@@ -3771,7 +3874,7 @@ const N = {
|
|
|
3771
3874
|
userSelect: "text",
|
|
3772
3875
|
cursor: "text"
|
|
3773
3876
|
}
|
|
3774
|
-
},
|
|
3877
|
+
}, Z = {
|
|
3775
3878
|
container: {
|
|
3776
3879
|
display: "grid",
|
|
3777
3880
|
gridTemplateColumns: "auto auto 1fr",
|
|
@@ -3811,9 +3914,9 @@ const N = {
|
|
|
3811
3914
|
wordBreak: "break-word",
|
|
3812
3915
|
lineHeight: 1.4
|
|
3813
3916
|
}
|
|
3814
|
-
},
|
|
3815
|
-
|
|
3816
|
-
const
|
|
3917
|
+
}, qo = le.getInstance();
|
|
3918
|
+
qo.install();
|
|
3919
|
+
const uo = {
|
|
3817
3920
|
display: "flex",
|
|
3818
3921
|
flexDirection: "column",
|
|
3819
3922
|
alignItems: "center",
|
|
@@ -3824,65 +3927,65 @@ const go = {
|
|
|
3824
3927
|
color: "var(--component-explorer-foreground)",
|
|
3825
3928
|
opacity: 0.5,
|
|
3826
3929
|
fontSize: "13px"
|
|
3827
|
-
},
|
|
3930
|
+
}, bt = {
|
|
3828
3931
|
width: "24px",
|
|
3829
3932
|
height: "24px",
|
|
3830
3933
|
border: "2px solid currentColor",
|
|
3831
3934
|
borderTopColor: "transparent",
|
|
3832
3935
|
borderRadius: "50%",
|
|
3833
3936
|
animation: "explorer-spin 0.8s linear infinite"
|
|
3834
|
-
},
|
|
3835
|
-
|
|
3836
|
-
{ daemonModel:
|
|
3937
|
+
}, vt = N(
|
|
3938
|
+
Jr,
|
|
3939
|
+
{ daemonModel: f.const(), reportModel: f.const() },
|
|
3837
3940
|
(r, e) => {
|
|
3838
3941
|
const o = e.isDarkTheme.read(r), n = e.loading.read(r), t = e.error.read(r), i = o ? "vscode-theme default-dark-plus" : "vscode-theme default-light-plus";
|
|
3839
3942
|
if (t)
|
|
3840
|
-
return /* @__PURE__ */ c("div", { className: i, style: { ...
|
|
3943
|
+
return /* @__PURE__ */ c("div", { className: i, style: { ...x.container, backgroundColor: "var(--component-explorer-editor-background)" }, children: /* @__PURE__ */ m("div", { style: { ...uo, userSelect: "text", cursor: "text" }, children: [
|
|
3841
3944
|
/* @__PURE__ */ c("span", { style: { color: "var(--component-explorer-errorForeground)" }, children: "Failed to load fixtures" }),
|
|
3842
3945
|
/* @__PURE__ */ c("pre", { style: { fontSize: "12px", opacity: 0.7, whiteSpace: "pre-wrap", wordBreak: "break-word", margin: 0, fontFamily: "inherit" }, children: t })
|
|
3843
3946
|
] }) });
|
|
3844
3947
|
if (n)
|
|
3845
|
-
return /* @__PURE__ */
|
|
3948
|
+
return /* @__PURE__ */ m("div", { className: i, style: { ...x.container, backgroundColor: "var(--component-explorer-editor-background)" }, children: [
|
|
3846
3949
|
/* @__PURE__ */ c("style", { children: "@keyframes explorer-spin { to { transform: rotate(360deg); } }" }),
|
|
3847
|
-
/* @__PURE__ */
|
|
3848
|
-
/* @__PURE__ */ c("div", { style:
|
|
3950
|
+
/* @__PURE__ */ m("div", { style: uo, children: [
|
|
3951
|
+
/* @__PURE__ */ c("div", { style: bt }),
|
|
3849
3952
|
"Loading fixtures…"
|
|
3850
3953
|
] })
|
|
3851
3954
|
] });
|
|
3852
3955
|
const a = e.leftSidebarVisible.read(r), s = e.rightSidebarVisible.read(r), d = e.selectedNode.read(r);
|
|
3853
|
-
return /* @__PURE__ */
|
|
3854
|
-
a && /* @__PURE__ */ c(
|
|
3855
|
-
/* @__PURE__ */
|
|
3856
|
-
/* @__PURE__ */ c(
|
|
3857
|
-
/* @__PURE__ */ c(
|
|
3858
|
-
/* @__PURE__ */ c(
|
|
3956
|
+
return /* @__PURE__ */ m("div", { className: i, style: x.container, children: [
|
|
3957
|
+
a && /* @__PURE__ */ c(bn, { model: e }),
|
|
3958
|
+
/* @__PURE__ */ m("div", { style: x.centerArea, children: [
|
|
3959
|
+
/* @__PURE__ */ c(sn, { model: e }),
|
|
3960
|
+
/* @__PURE__ */ c(ut, { model: e }),
|
|
3961
|
+
/* @__PURE__ */ c(ht, { store: qo })
|
|
3859
3962
|
] }),
|
|
3860
|
-
s && /* @__PURE__ */ c(
|
|
3963
|
+
s && /* @__PURE__ */ c(wn, { selectedNode: d })
|
|
3861
3964
|
] });
|
|
3862
3965
|
}
|
|
3863
3966
|
);
|
|
3864
|
-
var
|
|
3967
|
+
var kt = class Ce {
|
|
3865
3968
|
constructor(e) {
|
|
3866
3969
|
l(this, "iterator");
|
|
3867
3970
|
this.iterator = e;
|
|
3868
3971
|
}
|
|
3869
3972
|
static fromIterable(e) {
|
|
3870
|
-
return new
|
|
3973
|
+
return new Ce(e[Symbol.asyncIterator]());
|
|
3871
3974
|
}
|
|
3872
3975
|
static fromFn(e) {
|
|
3873
|
-
return new
|
|
3976
|
+
return new Ce(e());
|
|
3874
3977
|
}
|
|
3875
3978
|
[Symbol.asyncIterator]() {
|
|
3876
3979
|
return this.iterator;
|
|
3877
3980
|
}
|
|
3878
|
-
},
|
|
3981
|
+
}, yt = class extends Error {
|
|
3879
3982
|
constructor(e, o, n) {
|
|
3880
3983
|
super(n);
|
|
3881
3984
|
l(this, "statusCode");
|
|
3882
3985
|
l(this, "method");
|
|
3883
3986
|
this.statusCode = e, this.method = o, this.name = "ApiError";
|
|
3884
3987
|
}
|
|
3885
|
-
},
|
|
3988
|
+
}, wt = class {
|
|
3886
3989
|
constructor(r) {
|
|
3887
3990
|
l(this, "_request");
|
|
3888
3991
|
l(this, "methods", this._createProxy(""));
|
|
@@ -3899,8 +4002,8 @@ var gt = class Se {
|
|
|
3899
4002
|
});
|
|
3900
4003
|
}
|
|
3901
4004
|
};
|
|
3902
|
-
function
|
|
3903
|
-
return new
|
|
4005
|
+
function Bt(r, e) {
|
|
4006
|
+
return new wt(async (o, n) => {
|
|
3904
4007
|
var s, d;
|
|
3905
4008
|
const t = await fetch(`${r}/${o}`, {
|
|
3906
4009
|
method: "POST",
|
|
@@ -3914,43 +4017,43 @@ function ft(r, e) {
|
|
|
3914
4017
|
const p = await t.json().catch(() => null);
|
|
3915
4018
|
let g;
|
|
3916
4019
|
if (p && typeof p == "object" && ("errorMessage" in p || "error" in p)) {
|
|
3917
|
-
const
|
|
3918
|
-
g = `${
|
|
3919
|
-
${
|
|
4020
|
+
const h = p.errorMessage ?? p.error, v = p.stack;
|
|
4021
|
+
g = `${h}${v ? `
|
|
4022
|
+
${v}` : ""}`;
|
|
3920
4023
|
} else
|
|
3921
4024
|
g = `Error calling API method "${o}" (${t.status}): ${JSON.stringify(p)}`;
|
|
3922
|
-
const
|
|
3923
|
-
throw (d = e == null ? void 0 : e.onError) == null || d.call(e,
|
|
4025
|
+
const u = new yt(t.status, o, g);
|
|
4026
|
+
throw (d = e == null ? void 0 : e.onError) == null || d.call(e, u), u;
|
|
3924
4027
|
}
|
|
3925
4028
|
const i = t.headers.get("Content-Type");
|
|
3926
|
-
return i != null && i.startsWith("application/jsonl") ?
|
|
3927
|
-
var
|
|
3928
|
-
const p = (
|
|
4029
|
+
return i != null && i.startsWith("application/jsonl") ? kt.fromFn(async function* () {
|
|
4030
|
+
var v;
|
|
4031
|
+
const p = (v = t.body) == null ? void 0 : v.getReader();
|
|
3929
4032
|
if (!p)
|
|
3930
4033
|
return;
|
|
3931
4034
|
let g = "";
|
|
3932
|
-
const
|
|
4035
|
+
const u = new TextDecoder("utf-8");
|
|
3933
4036
|
for (; ; ) {
|
|
3934
|
-
const { done: _, value:
|
|
4037
|
+
const { done: _, value: w } = await p.read();
|
|
3935
4038
|
if (_)
|
|
3936
4039
|
break;
|
|
3937
|
-
g +=
|
|
3938
|
-
let
|
|
3939
|
-
for (; (
|
|
4040
|
+
g += u.decode(w, { stream: !0 });
|
|
4041
|
+
let b;
|
|
4042
|
+
for (; (b = g.indexOf(`
|
|
3940
4043
|
`)) >= 0; ) {
|
|
3941
|
-
const
|
|
3942
|
-
g = g.slice(
|
|
4044
|
+
const S = g.slice(0, b).trim();
|
|
4045
|
+
g = g.slice(b + 1), S.length > 0 && (yield JSON.parse(S));
|
|
3943
4046
|
}
|
|
3944
4047
|
}
|
|
3945
|
-
const
|
|
3946
|
-
|
|
4048
|
+
const h = g.trim();
|
|
4049
|
+
h.length > 0 && (yield JSON.parse(h));
|
|
3947
4050
|
}) : await t.json();
|
|
3948
4051
|
});
|
|
3949
4052
|
}
|
|
3950
|
-
class
|
|
4053
|
+
class _t {
|
|
3951
4054
|
constructor(e) {
|
|
3952
|
-
l(this, "_sourceTreeIds",
|
|
3953
|
-
l(this, "_sessions",
|
|
4055
|
+
l(this, "_sourceTreeIds", B(this, /* @__PURE__ */ new Map()));
|
|
4056
|
+
l(this, "_sessions", B(this, []));
|
|
3954
4057
|
l(this, "_screenshotCache", /* @__PURE__ */ new Map());
|
|
3955
4058
|
l(this, "_client");
|
|
3956
4059
|
l(this, "_eventStreamAbort", null);
|
|
@@ -3959,7 +4062,7 @@ class ht {
|
|
|
3959
4062
|
l(this, "sourceTreeIds", this._sourceTreeIds);
|
|
3960
4063
|
/** Observable list of sessions from the daemon */
|
|
3961
4064
|
l(this, "sessions", this._sessions);
|
|
3962
|
-
this.config = e, this.sessionName = e.sessionName, this._client =
|
|
4065
|
+
this.config = e, this.sessionName = e.sessionName, this._client = Bt("/__explorer/daemon-api", {
|
|
3963
4066
|
getHeaders: () => ({ "X-Client-Name": "explorer-ui" })
|
|
3964
4067
|
});
|
|
3965
4068
|
}
|
|
@@ -4059,21 +4162,21 @@ class ht {
|
|
|
4059
4162
|
}
|
|
4060
4163
|
}
|
|
4061
4164
|
_validateProtocolVersions() {
|
|
4062
|
-
const e =
|
|
4165
|
+
const e = ue.parse("1.0.0"), o = ue.parse(this.config.daemonApiVersion);
|
|
4063
4166
|
if (e.major !== o.major || e.minor !== o.minor)
|
|
4064
4167
|
throw new Error(
|
|
4065
4168
|
`Daemon API version mismatch. Explorer expects 1.0.0, daemon provides ${this.config.daemonApiVersion}. Update CLI, vite plugin, and explorer together.`
|
|
4066
4169
|
);
|
|
4067
|
-
const n =
|
|
4068
|
-
if (n.major !==
|
|
4170
|
+
const n = ue.parse(this.config.runtimeVersionNeededByPlugin);
|
|
4171
|
+
if (n.major !== ce.major || n.minor !== ce.minor)
|
|
4069
4172
|
throw new Error(
|
|
4070
|
-
`Explorer runtime version mismatch. Plugin requires ${this.config.runtimeVersionNeededByPlugin}, explorer provides ${
|
|
4173
|
+
`Explorer runtime version mismatch. Plugin requires ${this.config.runtimeVersionNeededByPlugin}, explorer provides ${ce.toString()}. Reinstall dependencies to align plugin and explorer runtime versions.`
|
|
4071
4174
|
);
|
|
4072
4175
|
}
|
|
4073
4176
|
}
|
|
4074
|
-
class
|
|
4177
|
+
class Ct {
|
|
4075
4178
|
constructor(e) {
|
|
4076
|
-
l(this, "state",
|
|
4179
|
+
l(this, "state", B(this, { status: "loading" }));
|
|
4077
4180
|
l(this, "_baseUrl");
|
|
4078
4181
|
this.reportUrl = e;
|
|
4079
4182
|
const o = e.lastIndexOf("/");
|
|
@@ -4084,7 +4187,7 @@ class xt {
|
|
|
4084
4187
|
}
|
|
4085
4188
|
buildTree(e) {
|
|
4086
4189
|
const o = this.state.read(e);
|
|
4087
|
-
return o.status !== "ready" ? { id: new
|
|
4190
|
+
return o.status !== "ready" ? { id: new O(""), name: "Report", type: "folder", children: [], labels: [] } : St(o.report.fixtures);
|
|
4088
4191
|
}
|
|
4089
4192
|
async _fetch() {
|
|
4090
4193
|
this.state.set({ status: "loading" }, void 0);
|
|
@@ -4099,13 +4202,13 @@ class xt {
|
|
|
4099
4202
|
}
|
|
4100
4203
|
}
|
|
4101
4204
|
}
|
|
4102
|
-
function
|
|
4103
|
-
const e = { id: new
|
|
4205
|
+
function St(r) {
|
|
4206
|
+
const e = { id: new O(""), name: "Components", type: "folder", children: [], labels: [] };
|
|
4104
4207
|
for (const [o, n] of Object.entries(r)) {
|
|
4105
|
-
const t = new
|
|
4208
|
+
const t = new O(o).segments;
|
|
4106
4209
|
let i = e;
|
|
4107
4210
|
for (let a = 0; a < t.length; a++) {
|
|
4108
|
-
const s = t[a], d = a === t.length - 1, p = new
|
|
4211
|
+
const s = t[a], d = a === t.length - 1, p = new O(t.slice(0, a + 1).join("/"));
|
|
4109
4212
|
if (d) {
|
|
4110
4213
|
const g = [...(n == null ? void 0 : n.labels) ?? []];
|
|
4111
4214
|
(n == null ? void 0 : n.status) === "changed" && !g.includes("changed") && g.push("changed"), i.children.push({
|
|
@@ -4116,18 +4219,18 @@ function bt(r) {
|
|
|
4116
4219
|
labels: g
|
|
4117
4220
|
});
|
|
4118
4221
|
} else {
|
|
4119
|
-
let g = i.children.find((
|
|
4222
|
+
let g = i.children.find((u) => u.type === "folder" && u.name === s);
|
|
4120
4223
|
g || (g = { id: p, name: s, type: "folder", children: [], labels: [] }, i.children.push(g)), i = g;
|
|
4121
4224
|
}
|
|
4122
4225
|
}
|
|
4123
4226
|
}
|
|
4124
4227
|
return e;
|
|
4125
4228
|
}
|
|
4126
|
-
const vt = '/*! tailwindcss v4.2.2 | 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}.static{position:static}.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}.grid{display:grid}.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}', kt = '.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}', yt = '.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}';
|
|
4127
|
-
class
|
|
4229
|
+
const Ft = '/*! tailwindcss v4.2.2 | 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}.static{position:static}.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}.grid{display:grid}.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}', It = '.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}', Rt = '.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}';
|
|
4230
|
+
class Et {
|
|
4128
4231
|
constructor(e, o, n) {
|
|
4129
4232
|
l(this, "_root");
|
|
4130
|
-
l(this, "_registry", new
|
|
4233
|
+
l(this, "_registry", new Dr());
|
|
4131
4234
|
l(this, "_daemonModel");
|
|
4132
4235
|
l(this, "_reportModel");
|
|
4133
4236
|
this._registry.loading.set(!0, void 0), o.then(
|
|
@@ -4140,10 +4243,10 @@ class wt {
|
|
|
4140
4243
|
}
|
|
4141
4244
|
), this._reportModel = this._initializeReportModel(), this._daemonModel = this._reportModel ? void 0 : this._initializeDaemonModel(n);
|
|
4142
4245
|
const t = e.attachShadow({ mode: "open" }), i = new CSSStyleSheet();
|
|
4143
|
-
i.replaceSync([
|
|
4144
|
-
`)), t.adoptedStyleSheets = [i],
|
|
4246
|
+
i.replaceSync([Ft, It, Rt].join(`
|
|
4247
|
+
`)), t.adoptedStyleSheets = [i], On(e);
|
|
4145
4248
|
const a = document.createElement("div");
|
|
4146
|
-
a.style.height = "100%", a.style.width = "100%", t.appendChild(a), this._root =
|
|
4249
|
+
a.style.height = "100%", a.style.width = "100%", t.appendChild(a), this._root = Zo(a), this._root.render(rr(vt, {
|
|
4147
4250
|
registry: this._registry,
|
|
4148
4251
|
daemonModel: this._daemonModel,
|
|
4149
4252
|
reportModel: this._reportModel
|
|
@@ -4152,12 +4255,12 @@ class wt {
|
|
|
4152
4255
|
_initializeReportModel() {
|
|
4153
4256
|
const o = new URLSearchParams(location.search).get("report");
|
|
4154
4257
|
if (o)
|
|
4155
|
-
return new
|
|
4258
|
+
return new Ct(o);
|
|
4156
4259
|
}
|
|
4157
4260
|
_initializeDaemonModel(e) {
|
|
4158
4261
|
if (!e)
|
|
4159
4262
|
return;
|
|
4160
|
-
const o = new
|
|
4263
|
+
const o = new _t(e);
|
|
4161
4264
|
return o.initialize().catch((n) => {
|
|
4162
4265
|
console.error("[ExplorerUIMode] Failed to initialize DaemonModel:", n);
|
|
4163
4266
|
}), o;
|
|
@@ -4179,8 +4282,7 @@ class wt {
|
|
|
4179
4282
|
(e = this._daemonModel) == null || e.dispose(), this._root.unmount();
|
|
4180
4283
|
}
|
|
4181
4284
|
}
|
|
4182
|
-
|
|
4183
|
-
class _t {
|
|
4285
|
+
class Tt {
|
|
4184
4286
|
constructor(e, o) {
|
|
4185
4287
|
/** Random ID generated on construction — changes on full page reload. */
|
|
4186
4288
|
l(this, "pageInstanceId", Math.random().toString(36).slice(2));
|
|
@@ -4232,43 +4334,41 @@ class _t {
|
|
|
4232
4334
|
n.style.display = "inline-block", this._containerElement.appendChild(n), this._currentContainer = n;
|
|
4233
4335
|
const t = o.component, i = [];
|
|
4234
4336
|
let a;
|
|
4235
|
-
const s = (
|
|
4236
|
-
a || (a =
|
|
4337
|
+
const s = (k) => {
|
|
4338
|
+
a || (a = k);
|
|
4237
4339
|
}, d = console.error, p = console.warn, g = console.log;
|
|
4238
|
-
console.error = (...
|
|
4239
|
-
i.push({ type: "console.error", message:
|
|
4240
|
-
}, console.warn = (...
|
|
4241
|
-
i.push({ type: "console.warn", message:
|
|
4242
|
-
}, console.log = (...
|
|
4243
|
-
i.push({ type: "console.log", message:
|
|
4340
|
+
console.error = (...k) => {
|
|
4341
|
+
i.push({ type: "console.error", message: k.map(String).join(" ") }), d.apply(console, k);
|
|
4342
|
+
}, console.warn = (...k) => {
|
|
4343
|
+
i.push({ type: "console.warn", message: k.map(String).join(" ") }), p.apply(console, k);
|
|
4344
|
+
}, console.log = (...k) => {
|
|
4345
|
+
i.push({ type: "console.log", message: k.map(String).join(" ") }), g.apply(console, k);
|
|
4244
4346
|
};
|
|
4245
|
-
const
|
|
4246
|
-
i.push({ type: "window.error", message:
|
|
4247
|
-
},
|
|
4248
|
-
const
|
|
4249
|
-
i.push({ type: "window.unhandledrejection", message:
|
|
4347
|
+
const u = (k) => {
|
|
4348
|
+
i.push({ type: "window.error", message: k.message });
|
|
4349
|
+
}, h = (k) => {
|
|
4350
|
+
const z = k.reason, Qo = z instanceof Error ? z.message : String(z);
|
|
4351
|
+
i.push({ type: "window.unhandledrejection", message: Qo });
|
|
4250
4352
|
};
|
|
4251
|
-
window.addEventListener("error",
|
|
4252
|
-
let
|
|
4353
|
+
window.addEventListener("error", u), window.addEventListener("unhandledrejection", h);
|
|
4354
|
+
let v;
|
|
4253
4355
|
const _ = performance.now();
|
|
4254
|
-
let
|
|
4356
|
+
let w;
|
|
4255
4357
|
try {
|
|
4256
|
-
const
|
|
4257
|
-
|
|
4258
|
-
const
|
|
4259
|
-
|
|
4260
|
-
|
|
4261
|
-
|
|
4262
|
-
} catch (v) {
|
|
4263
|
-
v instanceof Error ? s({ message: v.message, stack: v.stack }) : v && typeof v == "object" && "message" in v ? s({ message: String(v.message), stack: String(v.stack ?? "") || void 0 }) : s({ message: String(v) });
|
|
4358
|
+
const k = new Le(n, t, { kind: "headless", interactive: !1 });
|
|
4359
|
+
w = performance.now() - _, this._currentRendering = k;
|
|
4360
|
+
const z = await k.waitForRendering();
|
|
4361
|
+
v = z == null ? void 0 : z.data;
|
|
4362
|
+
} catch (k) {
|
|
4363
|
+
k instanceof Error ? s({ message: k.message, stack: k.stack }) : k && typeof k == "object" && "message" in k ? s({ message: String(k.message), stack: String(k.stack ?? "") || void 0 }) : s({ message: String(k) });
|
|
4264
4364
|
} finally {
|
|
4265
4365
|
console.error = d, console.warn = p, console.log = g;
|
|
4266
4366
|
}
|
|
4267
|
-
a || await new Promise((
|
|
4268
|
-
const
|
|
4269
|
-
window.removeEventListener("error",
|
|
4270
|
-
const
|
|
4271
|
-
return { hasError:
|
|
4367
|
+
a || await new Promise((k) => requestAnimationFrame(() => requestAnimationFrame(() => k())));
|
|
4368
|
+
const b = performance.now() - _;
|
|
4369
|
+
window.removeEventListener("error", u), window.removeEventListener("unhandledrejection", h);
|
|
4370
|
+
const S = !!a || i.some((k) => k.type !== "console.log" && k.type !== "console.warn"), I = { sync: Math.round(w ?? b), total: Math.round(b) };
|
|
4371
|
+
return { hasError: S, error: a, events: i, resultData: v, renderTimeMs: I };
|
|
4272
4372
|
}
|
|
4273
4373
|
_buildTree(e) {
|
|
4274
4374
|
const o = /* @__PURE__ */ new Map();
|
|
@@ -4276,7 +4376,7 @@ class _t {
|
|
|
4276
4376
|
const i = t.default;
|
|
4277
4377
|
i && typeof i == "object" && o.set(n, i);
|
|
4278
4378
|
}
|
|
4279
|
-
return
|
|
4379
|
+
return se(o);
|
|
4280
4380
|
}
|
|
4281
4381
|
_flattenFixtures(e, o = [], n = []) {
|
|
4282
4382
|
var a, s;
|
|
@@ -4301,7 +4401,7 @@ class _t {
|
|
|
4301
4401
|
get updateVersion() {
|
|
4302
4402
|
return e._updateVersion;
|
|
4303
4403
|
},
|
|
4304
|
-
runtimeVersion:
|
|
4404
|
+
runtimeVersion: ce.toString(),
|
|
4305
4405
|
listFixtures: () => this.listFixtures(),
|
|
4306
4406
|
renderFixture: (n) => this.renderFixture(n),
|
|
4307
4407
|
disposeCurrentFixture: () => this.disposeCurrentFixture()
|
|
@@ -4309,7 +4409,7 @@ class _t {
|
|
|
4309
4409
|
window.__componentExplorer__ = o;
|
|
4310
4410
|
}
|
|
4311
4411
|
}
|
|
4312
|
-
class
|
|
4412
|
+
class Ht {
|
|
4313
4413
|
constructor(e, o, n) {
|
|
4314
4414
|
l(this, "_root");
|
|
4315
4415
|
l(this, "_rendering");
|
|
@@ -4373,9 +4473,9 @@ ${i}`, this._container.appendChild(a), this._postError({ message: t instanceof E
|
|
|
4373
4473
|
return;
|
|
4374
4474
|
}
|
|
4375
4475
|
const o = { ...e.component, isolation: "none" };
|
|
4376
|
-
this._errorPosted = !1;
|
|
4476
|
+
this._errorPosted = !1, this._container.style.width = o.displayMode.type === "component" ? "fit-content" : "";
|
|
4377
4477
|
try {
|
|
4378
|
-
const d = new Le(this._container, o);
|
|
4478
|
+
const d = new Le(this._container, o, { kind: "embedded", interactive: !1 });
|
|
4379
4479
|
this._rendering = d, d.waitForRendering().catch((p) => {
|
|
4380
4480
|
p && typeof p == "object" && "message" in p ? this._postError(p) : this._postError({ message: p instanceof Error ? p.message : String(p), stack: p instanceof Error ? p.stack : void 0 });
|
|
4381
4481
|
});
|
|
@@ -4400,7 +4500,7 @@ ${i}`, this._container.appendChild(a), this._postError({ message: t instanceof E
|
|
|
4400
4500
|
const i = t.default;
|
|
4401
4501
|
i && typeof i == "object" && o.set(n, i);
|
|
4402
4502
|
}
|
|
4403
|
-
return
|
|
4503
|
+
return se(o);
|
|
4404
4504
|
}
|
|
4405
4505
|
_findNode(e, o) {
|
|
4406
4506
|
if (e.id.value === o) return e;
|
|
@@ -4410,7 +4510,7 @@ ${i}`, this._container.appendChild(a), this._postError({ message: t instanceof E
|
|
|
4410
4510
|
}
|
|
4411
4511
|
}
|
|
4412
4512
|
}
|
|
4413
|
-
function
|
|
4513
|
+
function Mt(r) {
|
|
4414
4514
|
const e = r.get("mode");
|
|
4415
4515
|
return {
|
|
4416
4516
|
mode: e === "headless" || e === "embedded" ? e : void 0,
|
|
@@ -4419,21 +4519,21 @@ function St(r) {
|
|
|
4419
4519
|
report: r.get("report") ?? void 0
|
|
4420
4520
|
};
|
|
4421
4521
|
}
|
|
4422
|
-
globalThis._buildInfo =
|
|
4423
|
-
class
|
|
4522
|
+
globalThis._buildInfo = Yo;
|
|
4523
|
+
class $t {
|
|
4424
4524
|
constructor(e, o) {
|
|
4425
4525
|
l(this, "_runtime");
|
|
4426
4526
|
const n = globalThis._buildInfo;
|
|
4427
4527
|
n && console.log(`[component-explorer] v${n.version} (built ${n.date})`);
|
|
4428
|
-
const t = new URLSearchParams(location.search), i =
|
|
4528
|
+
const t = new URLSearchParams(location.search), i = Mt(t), a = i.fixture;
|
|
4429
4529
|
if (i.mode === "embedded") {
|
|
4430
4530
|
if (!a)
|
|
4431
4531
|
throw new Error("Embedded mode requires a fixture query parameter");
|
|
4432
4532
|
const s = i.file, d = o.loadFixtures(s ? { file: s } : void 0);
|
|
4433
|
-
this._runtime = new
|
|
4533
|
+
this._runtime = new Ht(e, a, d);
|
|
4434
4534
|
} else {
|
|
4435
4535
|
const s = o.loadFixtures();
|
|
4436
|
-
this._runtime = i.mode === "headless" ? new
|
|
4536
|
+
this._runtime = i.mode === "headless" ? new Tt(e, s) : new Et(e, s, o.daemonConfig);
|
|
4437
4537
|
}
|
|
4438
4538
|
}
|
|
4439
4539
|
updateFixtures(e) {
|
|
@@ -4444,51 +4544,51 @@ class At {
|
|
|
4444
4544
|
}
|
|
4445
4545
|
}
|
|
4446
4546
|
export {
|
|
4447
|
-
|
|
4448
|
-
|
|
4449
|
-
|
|
4450
|
-
|
|
4451
|
-
|
|
4452
|
-
|
|
4453
|
-
|
|
4454
|
-
|
|
4455
|
-
|
|
4456
|
-
|
|
4457
|
-
|
|
4458
|
-
|
|
4459
|
-
|
|
4460
|
-
|
|
4461
|
-
|
|
4462
|
-
|
|
4463
|
-
|
|
4464
|
-
|
|
4465
|
-
|
|
4466
|
-
|
|
4467
|
-
|
|
4468
|
-
|
|
4469
|
-
|
|
4470
|
-
|
|
4547
|
+
Xr as ChevronDownIcon,
|
|
4548
|
+
Zr as ChevronRightIcon,
|
|
4549
|
+
en as ComponentIcon,
|
|
4550
|
+
_t as DaemonModel,
|
|
4551
|
+
vt as Explorer,
|
|
4552
|
+
$t as ExplorerApp,
|
|
4553
|
+
Jr as ExplorerModel,
|
|
4554
|
+
O as FixturePath,
|
|
4555
|
+
Dr as FixtureRegistry,
|
|
4556
|
+
on as FolderIcon,
|
|
4557
|
+
bn as LeftSidebar,
|
|
4558
|
+
an as MoonIcon,
|
|
4559
|
+
rn as PanelLeftIcon,
|
|
4560
|
+
nn as PanelRightIcon,
|
|
4561
|
+
Ct as ReportModel,
|
|
4562
|
+
wn as RightSidebar,
|
|
4563
|
+
tn as SunIcon,
|
|
4564
|
+
sn as TitleBar,
|
|
4565
|
+
fe as TitleBarButton,
|
|
4566
|
+
gn as TreeItem,
|
|
4567
|
+
Vo as TreeView,
|
|
4568
|
+
nr as VIEWPORT_SIZES,
|
|
4569
|
+
Kt as asyncRender,
|
|
4570
|
+
ar as collectComponents,
|
|
4471
4571
|
ze as createComponentDefinition,
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
|
|
4475
|
-
|
|
4572
|
+
se as createFixtureTree,
|
|
4573
|
+
Jt as defineFixture,
|
|
4574
|
+
Yt as defineFixtureGroup,
|
|
4575
|
+
Zt as defineFixtureVariants,
|
|
4476
4576
|
We as findNodeByPath,
|
|
4477
4577
|
De as fixtureGroupBrand,
|
|
4478
4578
|
Ne as fixtureVariantsBrand,
|
|
4479
|
-
|
|
4480
|
-
|
|
4481
|
-
|
|
4482
|
-
|
|
4483
|
-
|
|
4484
|
-
|
|
4485
|
-
|
|
4486
|
-
|
|
4487
|
-
|
|
4488
|
-
|
|
4579
|
+
Ut as isComponentDefinition,
|
|
4580
|
+
Ie as isFixtureGroup,
|
|
4581
|
+
Re as isFixtureVariants,
|
|
4582
|
+
Fe as isSingleFixture,
|
|
4583
|
+
Oe as mergeStyles,
|
|
4584
|
+
zt as parseFixtureExport,
|
|
4585
|
+
Wt as parseFixtureGroup,
|
|
4586
|
+
jt as parseFixtureVariants,
|
|
4587
|
+
Pt as parseSingleFixture,
|
|
4588
|
+
tr as resolveViewport,
|
|
4489
4589
|
Ae as singleFixtureBrand,
|
|
4490
|
-
|
|
4491
|
-
|
|
4492
|
-
|
|
4590
|
+
x as styles,
|
|
4591
|
+
Xt as syncRender,
|
|
4592
|
+
To as toExplorerTree
|
|
4493
4593
|
};
|
|
4494
4594
|
//# sourceMappingURL=viewer.js.map
|