@vscode/component-explorer 0.2.1-50 → 0.2.1-52
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/viewer.js
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var p = (r, e, o) =>
|
|
4
|
-
import { f as
|
|
5
|
-
import { e as
|
|
6
|
-
import { createRoot as
|
|
7
|
-
import * as
|
|
8
|
-
import { createContext as
|
|
9
|
-
import { jsx as
|
|
10
|
-
import { unstable_batchedUpdates as
|
|
1
|
+
var Yo = Object.defineProperty;
|
|
2
|
+
var Zo = (r, e, o) => e in r ? Yo(r, e, { enumerable: !0, configurable: !0, writable: !0, value: o }) : r[e] = o;
|
|
3
|
+
var p = (r, e, o) => Zo(r, typeof e != "symbol" ? e + "" : e, o);
|
|
4
|
+
import { f as De, c as Ne, s as Ae, S as ue, r as ae, _ as Xo } from "./runtimeVersion-DC96ZBPp.js";
|
|
5
|
+
import { e as Xt, d as ei, a as oi, b as ri, g as ni } from "./runtimeVersion-DC96ZBPp.js";
|
|
6
|
+
import { createRoot as er } from "react-dom/client";
|
|
7
|
+
import * as ho from "react";
|
|
8
|
+
import { createContext as xo, useReducer as or, useState as rr, useContext as nr, useEffect as Ge, createElement as tr } from "react";
|
|
9
|
+
import { jsx as s, jsxs as u, Fragment as Se } from "react/jsx-runtime";
|
|
10
|
+
import { unstable_batchedUpdates as bo } from "react-dom";
|
|
11
11
|
import { z as k } from "zod";
|
|
12
12
|
function Fe(r) {
|
|
13
|
-
return typeof r == "object" && r !== null &&
|
|
13
|
+
return typeof r == "object" && r !== null && Ae in r && r[Ae] === !0 && "_options" in r && typeof r._options == "object";
|
|
14
14
|
}
|
|
15
15
|
function Ie(r) {
|
|
16
|
-
return typeof r == "object" && r !== null &&
|
|
16
|
+
return typeof r == "object" && r !== null && De in r && r[De] === !0 && "_entries" in r && typeof r._entries == "object";
|
|
17
17
|
}
|
|
18
18
|
function Ee(r) {
|
|
19
|
-
return typeof r == "object" && r !== null &&
|
|
19
|
+
return typeof r == "object" && r !== null && Ne in r && r[Ne] === !0 && "_variants" in r && typeof r._variants == "object";
|
|
20
20
|
}
|
|
21
|
-
function
|
|
21
|
+
function $t(r) {
|
|
22
22
|
return Fe(r) ? { success: !0, data: r } : Ie(r) ? { success: !0, data: r } : Ee(r) ? { success: !0, data: r } : { success: !1, error: "Value is not a valid fixture export (missing brand symbol or _options/_entries/_variants)" };
|
|
23
23
|
}
|
|
24
|
-
function
|
|
24
|
+
function Ut(r) {
|
|
25
25
|
return Fe(r) ? { success: !0, data: r } : { success: !1, error: "Value is not a SingleFixtureExport" };
|
|
26
26
|
}
|
|
27
|
-
function
|
|
27
|
+
function qt(r) {
|
|
28
28
|
return Ie(r) ? { success: !0, data: r } : { success: !1, error: "Value is not a FixtureGroupExport" };
|
|
29
29
|
}
|
|
30
|
-
function
|
|
30
|
+
function Qt(r) {
|
|
31
31
|
return Ee(r) ? { success: !0, data: r } : { success: !1, error: "Value is not a FixtureVariantsExport" };
|
|
32
32
|
}
|
|
33
|
-
function
|
|
34
|
-
const i = r._options, a = i.expectedVisualDescriptions ? typeof i.expectedVisualDescriptions == "string" ? [i.expectedVisualDescriptions] : [...i.expectedVisualDescriptions] : [],
|
|
33
|
+
function ze(r, e, o, n, t = []) {
|
|
34
|
+
const i = r._options, a = i.expectedVisualDescriptions ? typeof i.expectedVisualDescriptions == "string" ? [i.expectedVisualDescriptions] : [...i.expectedVisualDescriptions] : [], c = [...t, ...a];
|
|
35
35
|
return {
|
|
36
36
|
id: e,
|
|
37
37
|
name: o,
|
|
@@ -41,16 +41,16 @@ function Pe(r, e, o, n, t = []) {
|
|
|
41
41
|
styles: i.styles,
|
|
42
42
|
background: i.background ?? "light",
|
|
43
43
|
labels: i.labels ?? [],
|
|
44
|
-
expectedVisualDescriptions:
|
|
44
|
+
expectedVisualDescriptions: c,
|
|
45
45
|
inputSchema: i.inputSchema,
|
|
46
46
|
sourceFile: n,
|
|
47
47
|
render: i.render
|
|
48
48
|
};
|
|
49
49
|
}
|
|
50
|
-
function
|
|
50
|
+
function Kt(r) {
|
|
51
51
|
return typeof r == "object" && r !== null && "render" in r && typeof r.render == "function" && "id" in r && "name" in r;
|
|
52
52
|
}
|
|
53
|
-
class
|
|
53
|
+
class O {
|
|
54
54
|
constructor(e) {
|
|
55
55
|
p(this, "_segments");
|
|
56
56
|
this.value = e;
|
|
@@ -62,15 +62,15 @@ class V {
|
|
|
62
62
|
return this.value;
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
|
-
const
|
|
65
|
+
const ir = {
|
|
66
66
|
mobile: { width: 390, height: 844 },
|
|
67
67
|
tablet: { width: 768, height: 1024 },
|
|
68
68
|
desktop: { width: 1440, height: 900 }
|
|
69
69
|
};
|
|
70
|
-
function
|
|
71
|
-
return typeof r == "string" ? { name: r, ...
|
|
70
|
+
function ar(r) {
|
|
71
|
+
return typeof r == "string" ? { name: r, ...ir[r] } : r;
|
|
72
72
|
}
|
|
73
|
-
function
|
|
73
|
+
function Pe(r) {
|
|
74
74
|
if (r.startsWith("/"))
|
|
75
75
|
throw new Error(`Fixture path cannot start with '/': ${r}`);
|
|
76
76
|
if (r.includes("//"))
|
|
@@ -78,21 +78,21 @@ function $e(r) {
|
|
|
78
78
|
if (r === "")
|
|
79
79
|
throw new Error("Fixture path cannot be empty (use undefined for default)");
|
|
80
80
|
}
|
|
81
|
-
function
|
|
82
|
-
const o =
|
|
81
|
+
function cr(r, e) {
|
|
82
|
+
const o = vo(r);
|
|
83
83
|
if (e === void 0)
|
|
84
84
|
return [o];
|
|
85
85
|
if (e.endsWith("/")) {
|
|
86
86
|
const n = e.slice(0, -1);
|
|
87
87
|
if (n)
|
|
88
|
-
return
|
|
88
|
+
return Pe(n), [...n.split("/"), o];
|
|
89
89
|
throw new Error(`Fixture path cannot be just '/': ${e}`);
|
|
90
90
|
} else
|
|
91
|
-
return
|
|
91
|
+
return Pe(e), e.split("/");
|
|
92
92
|
}
|
|
93
|
-
function
|
|
93
|
+
function ce(r) {
|
|
94
94
|
const e = {
|
|
95
|
-
id: new
|
|
95
|
+
id: new O(""),
|
|
96
96
|
name: "Components",
|
|
97
97
|
type: "folder",
|
|
98
98
|
children: [],
|
|
@@ -100,8 +100,8 @@ function se(r) {
|
|
|
100
100
|
};
|
|
101
101
|
for (const [o, n] of r)
|
|
102
102
|
if (n === void 0) {
|
|
103
|
-
const t =
|
|
104
|
-
id: new
|
|
103
|
+
const t = vo(o), i = {
|
|
104
|
+
id: new O(t),
|
|
105
105
|
name: t,
|
|
106
106
|
type: "component",
|
|
107
107
|
labels: [],
|
|
@@ -109,23 +109,23 @@ function se(r) {
|
|
|
109
109
|
};
|
|
110
110
|
e.children || (e.children = []), e.children.push(i);
|
|
111
111
|
} else {
|
|
112
|
-
const t = "_path" in n ? n._path : void 0, i =
|
|
113
|
-
|
|
112
|
+
const t = "_path" in n ? n._path : void 0, i = cr(o, t);
|
|
113
|
+
ko(e, i, n, [], o);
|
|
114
114
|
}
|
|
115
115
|
return e;
|
|
116
116
|
}
|
|
117
|
-
function
|
|
117
|
+
function vo(r) {
|
|
118
118
|
return (r.split("/").pop() ?? r).replace(/\.fixture\.(tsx?|jsx?)$/, "");
|
|
119
119
|
}
|
|
120
|
-
function
|
|
121
|
-
var
|
|
120
|
+
function ko(r, e, o, n = [], t = "", i = []) {
|
|
121
|
+
var g, h;
|
|
122
122
|
let a = r;
|
|
123
|
-
const
|
|
123
|
+
const c = [...n];
|
|
124
124
|
for (let f = 0; f < e.length - 1; f++) {
|
|
125
125
|
const b = e[f];
|
|
126
|
-
|
|
127
|
-
const C = new
|
|
128
|
-
let y = (
|
|
126
|
+
c.push(b);
|
|
127
|
+
const C = new O(c.join("/"));
|
|
128
|
+
let y = (g = a.children) == null ? void 0 : g.find(
|
|
129
129
|
(v) => v.type === "folder" && v.name === b
|
|
130
130
|
);
|
|
131
131
|
y || (y = {
|
|
@@ -136,48 +136,48 @@ function Co(r, e, o, n = [], t = "", i = []) {
|
|
|
136
136
|
labels: []
|
|
137
137
|
}, a.children || (a.children = []), a.children.push(y)), a = y;
|
|
138
138
|
}
|
|
139
|
-
const
|
|
140
|
-
|
|
141
|
-
const l = new
|
|
139
|
+
const d = e[e.length - 1];
|
|
140
|
+
c.push(d);
|
|
141
|
+
const l = new O(c.join("/"));
|
|
142
142
|
if (Fe(o)) {
|
|
143
|
-
const f =
|
|
143
|
+
const f = ze(o, l.value, d, t, i), b = {
|
|
144
144
|
id: l,
|
|
145
|
-
name:
|
|
145
|
+
name: d,
|
|
146
146
|
type: "component",
|
|
147
147
|
component: f,
|
|
148
148
|
labels: [...f.labels]
|
|
149
149
|
};
|
|
150
150
|
a.children || (a.children = []), a.children.push(b);
|
|
151
151
|
} else if (Ie(o)) {
|
|
152
|
-
let f = (
|
|
153
|
-
(b) => b.type === "folder" && b.name ===
|
|
152
|
+
let f = (h = a.children) == null ? void 0 : h.find(
|
|
153
|
+
(b) => b.type === "folder" && b.name === d
|
|
154
154
|
);
|
|
155
155
|
f || (f = {
|
|
156
156
|
id: l,
|
|
157
|
-
name:
|
|
157
|
+
name: d,
|
|
158
158
|
type: "folder",
|
|
159
159
|
children: [],
|
|
160
160
|
labels: [...o._labels ?? []]
|
|
161
161
|
}, a.children || (a.children = []), a.children.push(f));
|
|
162
162
|
for (const [b, C] of Object.entries(o._entries)) {
|
|
163
163
|
const y = o._expectedVisualDescriptions, v = y ? typeof y == "string" ? [y] : [...y] : [], _ = [...i, ...v];
|
|
164
|
-
|
|
164
|
+
ko(f, [b], C, c, t, _);
|
|
165
165
|
}
|
|
166
166
|
} else if (Ee(o)) {
|
|
167
167
|
const f = {
|
|
168
168
|
id: l,
|
|
169
|
-
name:
|
|
169
|
+
name: d,
|
|
170
170
|
type: "variants",
|
|
171
171
|
children: [],
|
|
172
172
|
labels: [...o._labels ?? []]
|
|
173
173
|
};
|
|
174
174
|
a.children || (a.children = []), a.children.push(f);
|
|
175
175
|
for (const [b, C] of Object.entries(o._variants)) {
|
|
176
|
-
const y = o._expectedVisualDescriptions, v = y ? typeof y == "string" ? [y] : [...y] : [], _ = [...i, ...v], w = new
|
|
176
|
+
const y = o._expectedVisualDescriptions, v = y ? typeof y == "string" ? [y] : [...y] : [], _ = [...i, ...v], w = new O([...c, b].join("/")), M = {
|
|
177
177
|
id: w,
|
|
178
178
|
name: b,
|
|
179
179
|
type: "component",
|
|
180
|
-
component:
|
|
180
|
+
component: ze(C, w.value, b, t, _),
|
|
181
181
|
labels: [...C._options.labels ?? []]
|
|
182
182
|
};
|
|
183
183
|
f.children.push(M);
|
|
@@ -195,27 +195,27 @@ function We(r, e) {
|
|
|
195
195
|
}
|
|
196
196
|
return o;
|
|
197
197
|
}
|
|
198
|
-
function
|
|
198
|
+
function sr(r) {
|
|
199
199
|
if (r.type === "component" && r.component)
|
|
200
200
|
return [r.component];
|
|
201
201
|
const e = [];
|
|
202
202
|
for (const o of r.children ?? [])
|
|
203
|
-
e.push(...
|
|
203
|
+
e.push(...sr(o));
|
|
204
204
|
return e;
|
|
205
205
|
}
|
|
206
|
-
let
|
|
207
|
-
function
|
|
208
|
-
|
|
206
|
+
let W;
|
|
207
|
+
function dr(r) {
|
|
208
|
+
W ? W instanceof je ? W.loggers.push(r) : W = new je([W, r]) : W = r;
|
|
209
209
|
}
|
|
210
210
|
function S() {
|
|
211
|
-
return
|
|
211
|
+
return W;
|
|
212
212
|
}
|
|
213
|
-
let
|
|
214
|
-
function
|
|
215
|
-
|
|
213
|
+
let he;
|
|
214
|
+
function lr(r) {
|
|
215
|
+
he = r;
|
|
216
216
|
}
|
|
217
|
-
function
|
|
218
|
-
|
|
217
|
+
function pr(r) {
|
|
218
|
+
he && he(r);
|
|
219
219
|
}
|
|
220
220
|
class je {
|
|
221
221
|
constructor(e) {
|
|
@@ -270,7 +270,7 @@ class je {
|
|
|
270
270
|
o.handleEndTransaction(e);
|
|
271
271
|
}
|
|
272
272
|
}
|
|
273
|
-
var
|
|
273
|
+
var V;
|
|
274
274
|
(function(r) {
|
|
275
275
|
let e = !1;
|
|
276
276
|
function o() {
|
|
@@ -278,23 +278,23 @@ var T;
|
|
|
278
278
|
}
|
|
279
279
|
r.enable = o;
|
|
280
280
|
function n() {
|
|
281
|
-
return t(
|
|
281
|
+
return t(1);
|
|
282
282
|
}
|
|
283
283
|
r.ofCaller = n;
|
|
284
284
|
function t(i) {
|
|
285
285
|
if (!e)
|
|
286
286
|
return;
|
|
287
|
-
const a = Error,
|
|
288
|
-
a.stackTraceLimit =
|
|
289
|
-
const
|
|
290
|
-
return a.stackTraceLimit =
|
|
287
|
+
const a = Error, c = a.stackTraceLimit;
|
|
288
|
+
a.stackTraceLimit = 3;
|
|
289
|
+
const d = new Error().stack;
|
|
290
|
+
return a.stackTraceLimit = c, Re.fromStack(d, i + 1);
|
|
291
291
|
}
|
|
292
292
|
r.ofNthCaller = t;
|
|
293
|
-
})(
|
|
293
|
+
})(V || (V = {}));
|
|
294
294
|
class Re {
|
|
295
295
|
static fromStack(e, o) {
|
|
296
296
|
const n = e.split(`
|
|
297
|
-
`), t =
|
|
297
|
+
`), t = gr(n[o + 1]);
|
|
298
298
|
if (t)
|
|
299
299
|
return new Re(t.fileName, t.line, t.column, t.id);
|
|
300
300
|
}
|
|
@@ -302,7 +302,7 @@ class Re {
|
|
|
302
302
|
this.fileName = e, this.line = o, this.column = n, this.id = t;
|
|
303
303
|
}
|
|
304
304
|
}
|
|
305
|
-
function
|
|
305
|
+
function gr(r) {
|
|
306
306
|
if (!r)
|
|
307
307
|
return;
|
|
308
308
|
const e = r.match(/\((.*):(\d+):(\d+)\)/);
|
|
@@ -322,32 +322,32 @@ function fr(r) {
|
|
|
322
322
|
id: r
|
|
323
323
|
};
|
|
324
324
|
}
|
|
325
|
-
class
|
|
325
|
+
class G {
|
|
326
326
|
constructor(e, o, n) {
|
|
327
327
|
this.owner = e, this.debugNameSource = o, this.referenceFn = n;
|
|
328
328
|
}
|
|
329
329
|
getDebugName(e) {
|
|
330
|
-
return
|
|
330
|
+
return ur(e, this);
|
|
331
331
|
}
|
|
332
332
|
}
|
|
333
|
-
const
|
|
334
|
-
function
|
|
333
|
+
const $e = /* @__PURE__ */ new Map(), xe = /* @__PURE__ */ new WeakMap();
|
|
334
|
+
function ur(r, e) {
|
|
335
335
|
const o = xe.get(r);
|
|
336
336
|
if (o)
|
|
337
337
|
return o;
|
|
338
|
-
const n =
|
|
338
|
+
const n = mr(r, e);
|
|
339
339
|
if (n) {
|
|
340
|
-
let t =
|
|
341
|
-
t++,
|
|
340
|
+
let t = $e.get(n) ?? 0;
|
|
341
|
+
t++, $e.set(n, t);
|
|
342
342
|
const i = t === 1 ? n : `${n}#${t}`;
|
|
343
343
|
return xe.set(r, i), i;
|
|
344
344
|
}
|
|
345
345
|
}
|
|
346
|
-
function
|
|
346
|
+
function mr(r, e) {
|
|
347
347
|
const o = xe.get(r);
|
|
348
348
|
if (o)
|
|
349
349
|
return o;
|
|
350
|
-
const n = e.owner ?
|
|
350
|
+
const n = e.owner ? hr(e.owner) + "." : "";
|
|
351
351
|
let t;
|
|
352
352
|
const i = e.debugNameSource;
|
|
353
353
|
if (i !== void 0)
|
|
@@ -357,59 +357,56 @@ function br(r, e) {
|
|
|
357
357
|
} else
|
|
358
358
|
return n + i;
|
|
359
359
|
const a = e.referenceFn;
|
|
360
|
-
if (a !== void 0 && (t =
|
|
360
|
+
if (a !== void 0 && (t = Te(a), t !== void 0))
|
|
361
361
|
return n + t;
|
|
362
362
|
if (e.owner !== void 0) {
|
|
363
|
-
const
|
|
364
|
-
if (
|
|
365
|
-
return n +
|
|
363
|
+
const c = fr(e.owner, r);
|
|
364
|
+
if (c !== void 0)
|
|
365
|
+
return n + c;
|
|
366
366
|
}
|
|
367
367
|
}
|
|
368
|
-
function
|
|
368
|
+
function fr(r, e) {
|
|
369
369
|
for (const o in r)
|
|
370
370
|
if (r[o] === e)
|
|
371
371
|
return o;
|
|
372
372
|
}
|
|
373
|
-
const
|
|
374
|
-
function
|
|
375
|
-
const e =
|
|
373
|
+
const Ue = /* @__PURE__ */ new Map(), qe = /* @__PURE__ */ new WeakMap();
|
|
374
|
+
function hr(r) {
|
|
375
|
+
const e = qe.get(r);
|
|
376
376
|
if (e)
|
|
377
377
|
return e;
|
|
378
|
-
const o =
|
|
379
|
-
let n =
|
|
380
|
-
n++,
|
|
378
|
+
const o = yo(r) ?? "Object";
|
|
379
|
+
let n = Ue.get(o) ?? 0;
|
|
380
|
+
n++, Ue.set(o, n);
|
|
381
381
|
const t = n === 1 ? o : `${o}#${n}`;
|
|
382
|
-
return
|
|
382
|
+
return qe.set(r, t), t;
|
|
383
383
|
}
|
|
384
|
-
function
|
|
384
|
+
function yo(r) {
|
|
385
385
|
const e = r.constructor;
|
|
386
386
|
if (e)
|
|
387
387
|
return e.name === "Object" ? void 0 : e.name;
|
|
388
388
|
}
|
|
389
|
-
function
|
|
389
|
+
function Te(r) {
|
|
390
390
|
const e = r.toString(), n = /\/\*\*\s*@description\s*([^*]*)\*\//.exec(e), t = n ? n[1] : void 0;
|
|
391
391
|
return t == null ? void 0 : t.trim();
|
|
392
392
|
}
|
|
393
393
|
let be;
|
|
394
|
-
function
|
|
394
|
+
function xr(r) {
|
|
395
395
|
be = r;
|
|
396
396
|
}
|
|
397
|
-
let
|
|
398
|
-
function
|
|
399
|
-
|
|
397
|
+
let wo;
|
|
398
|
+
function br(r) {
|
|
399
|
+
wo = r;
|
|
400
400
|
}
|
|
401
|
-
let
|
|
402
|
-
function
|
|
403
|
-
|
|
401
|
+
let Bo;
|
|
402
|
+
function vr(r) {
|
|
403
|
+
Bo = r;
|
|
404
404
|
}
|
|
405
|
-
let
|
|
406
|
-
function
|
|
407
|
-
|
|
408
|
-
}
|
|
409
|
-
function Cr() {
|
|
410
|
-
return Te;
|
|
405
|
+
let _o;
|
|
406
|
+
function kr(r) {
|
|
407
|
+
_o = r;
|
|
411
408
|
}
|
|
412
|
-
class
|
|
409
|
+
class yr {
|
|
413
410
|
get TChange() {
|
|
414
411
|
return null;
|
|
415
412
|
}
|
|
@@ -420,17 +417,17 @@ class Sr {
|
|
|
420
417
|
read(e) {
|
|
421
418
|
return e ? e.readObservable(this) : this.get();
|
|
422
419
|
}
|
|
423
|
-
map(e, o, n =
|
|
420
|
+
map(e, o, n = V.ofCaller()) {
|
|
424
421
|
const t = o === void 0 ? void 0 : e, i = o === void 0 ? e : o;
|
|
425
422
|
return be({
|
|
426
423
|
owner: t,
|
|
427
424
|
debugName: () => {
|
|
428
|
-
const a =
|
|
425
|
+
const a = Te(i);
|
|
429
426
|
if (a !== void 0)
|
|
430
427
|
return a;
|
|
431
|
-
const
|
|
432
|
-
if (
|
|
433
|
-
return `${this.debugName}.${
|
|
428
|
+
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());
|
|
429
|
+
if (d)
|
|
430
|
+
return `${this.debugName}.${d[2]}`;
|
|
434
431
|
if (!t)
|
|
435
432
|
return `${this.debugName} (mapped)`;
|
|
436
433
|
},
|
|
@@ -448,7 +445,7 @@ class Sr {
|
|
|
448
445
|
}, (e) => this.read(e).read(e));
|
|
449
446
|
}
|
|
450
447
|
recomputeInitiallyAndOnChange(e, o) {
|
|
451
|
-
return e.add(
|
|
448
|
+
return e.add(wo(this, o)), this;
|
|
452
449
|
}
|
|
453
450
|
/**
|
|
454
451
|
* Ensures that this observable is observed. This keeps the cache alive.
|
|
@@ -456,16 +453,16 @@ class Sr {
|
|
|
456
453
|
* Use `recomputeInitiallyAndOnChange` for eager evaluation.
|
|
457
454
|
*/
|
|
458
455
|
keepObserved(e) {
|
|
459
|
-
return e.add(
|
|
456
|
+
return e.add(Bo(this)), this;
|
|
460
457
|
}
|
|
461
458
|
get debugValue() {
|
|
462
459
|
return this.get();
|
|
463
460
|
}
|
|
464
|
-
|
|
465
|
-
return
|
|
461
|
+
debugGetDependencyGraph() {
|
|
462
|
+
return _o(this);
|
|
466
463
|
}
|
|
467
464
|
}
|
|
468
|
-
class
|
|
465
|
+
class He extends yr {
|
|
469
466
|
constructor(e) {
|
|
470
467
|
var o;
|
|
471
468
|
super(), this._observers = /* @__PURE__ */ new Set(), (o = S()) == null || o.handleObservableCreated(this, e);
|
|
@@ -487,26 +484,26 @@ class Me extends Sr {
|
|
|
487
484
|
log() {
|
|
488
485
|
var o;
|
|
489
486
|
const e = !!S();
|
|
490
|
-
return
|
|
487
|
+
return pr(this), e || (o = S()) == null || o.handleObservableCreated(this, V.ofCaller()), this;
|
|
491
488
|
}
|
|
492
489
|
debugGetObservers() {
|
|
493
490
|
return this._observers;
|
|
494
491
|
}
|
|
495
492
|
}
|
|
496
|
-
function
|
|
493
|
+
function Co(r) {
|
|
497
494
|
return {
|
|
498
495
|
dispose: r
|
|
499
496
|
};
|
|
500
497
|
}
|
|
501
|
-
class
|
|
498
|
+
class $ extends Error {
|
|
502
499
|
constructor(e) {
|
|
503
|
-
super(e || "An unexpected bug occurred."), Object.setPrototypeOf(this,
|
|
500
|
+
super(e || "An unexpected bug occurred."), Object.setPrototypeOf(this, $.prototype);
|
|
504
501
|
}
|
|
505
502
|
}
|
|
506
|
-
function
|
|
503
|
+
function se(r) {
|
|
507
504
|
throw r;
|
|
508
505
|
}
|
|
509
|
-
function
|
|
506
|
+
function wr(r) {
|
|
510
507
|
console.error("Unexpected error:", r);
|
|
511
508
|
}
|
|
512
509
|
const oe = (r, e) => r === e;
|
|
@@ -538,7 +535,7 @@ class re {
|
|
|
538
535
|
this.disposables = [];
|
|
539
536
|
}
|
|
540
537
|
}
|
|
541
|
-
function
|
|
538
|
+
function Br(r) {
|
|
542
539
|
switch (r) {
|
|
543
540
|
case 0:
|
|
544
541
|
return "initial";
|
|
@@ -552,13 +549,13 @@ function Ir(r) {
|
|
|
552
549
|
return "<unknown>";
|
|
553
550
|
}
|
|
554
551
|
}
|
|
555
|
-
class
|
|
552
|
+
class U extends He {
|
|
556
553
|
get debugName() {
|
|
557
554
|
return this._debugNameData.getDebugName(this) ?? "(anonymous)";
|
|
558
555
|
}
|
|
559
556
|
constructor(e, o, n, t = void 0, i, a) {
|
|
560
|
-
var
|
|
561
|
-
super(a), this._debugNameData = e, this._computeFn = o, this._changeTracker = n, this._handleLastObserverRemoved = t, this._equalityComparator = i, this._state = 0, this._value = void 0, this._updateCount = 0, this._dependencies = /* @__PURE__ */ new Set(), this._dependenciesToBeRemoved = /* @__PURE__ */ new Set(), this._changeSummary = void 0, this._isUpdating = !1, this._isComputing = !1, this._didReportChange = !1, this._isInBeforeUpdate = !1, this._isReaderValid = !1, this._store = void 0, this._delayedStore = void 0, this._removedObserverToCallEndUpdateOn = null, this._changeSummary = (
|
|
557
|
+
var c;
|
|
558
|
+
super(a), this._debugNameData = e, this._computeFn = o, this._changeTracker = n, this._handleLastObserverRemoved = t, this._equalityComparator = i, this._state = 0, this._value = void 0, this._updateCount = 0, this._dependencies = /* @__PURE__ */ new Set(), this._dependenciesToBeRemoved = /* @__PURE__ */ new Set(), this._changeSummary = void 0, this._isUpdating = !1, this._isComputing = !1, this._didReportChange = !1, this._isInBeforeUpdate = !1, this._isReaderValid = !1, this._store = void 0, this._delayedStore = void 0, this._removedObserverToCallEndUpdateOn = null, this._changeSummary = (c = this._changeTracker) == null ? void 0 : c.createChangeSummary(void 0);
|
|
562
559
|
}
|
|
563
560
|
onLastObserverRemoved() {
|
|
564
561
|
var e, o;
|
|
@@ -598,33 +595,33 @@ class q extends Me {
|
|
|
598
595
|
const o = this._dependenciesToBeRemoved;
|
|
599
596
|
this._dependenciesToBeRemoved = this._dependencies, this._dependencies = o;
|
|
600
597
|
try {
|
|
601
|
-
const
|
|
602
|
-
this._isReaderValid = !0, this._changeTracker && (this._isInBeforeUpdate = !0, (t = (n = this._changeTracker).beforeUpdate) == null || t.call(n, this,
|
|
603
|
-
const
|
|
598
|
+
const c = this._changeSummary;
|
|
599
|
+
this._isReaderValid = !0, this._changeTracker && (this._isInBeforeUpdate = !0, (t = (n = this._changeTracker).beforeUpdate) == null || t.call(n, this, c), this._isInBeforeUpdate = !1, this._changeSummary = (i = this._changeTracker) == null ? void 0 : i.createChangeSummary(c));
|
|
600
|
+
const d = this._state !== 0, l = this._value;
|
|
604
601
|
this._state = 3;
|
|
605
|
-
const
|
|
606
|
-
|
|
602
|
+
const g = this._delayedStore;
|
|
603
|
+
g !== void 0 && (this._delayedStore = void 0);
|
|
607
604
|
try {
|
|
608
|
-
this._store !== void 0 && (this._store.dispose(), this._store = void 0), this._value = this._computeFn(this,
|
|
605
|
+
this._store !== void 0 && (this._store.dispose(), this._store = void 0), this._value = this._computeFn(this, c);
|
|
609
606
|
} finally {
|
|
610
607
|
this._isReaderValid = !1;
|
|
611
|
-
for (const
|
|
612
|
-
|
|
613
|
-
this._dependenciesToBeRemoved.clear(),
|
|
608
|
+
for (const h of this._dependenciesToBeRemoved)
|
|
609
|
+
h.removeObserver(this);
|
|
610
|
+
this._dependenciesToBeRemoved.clear(), g !== void 0 && g.dispose();
|
|
614
611
|
}
|
|
615
|
-
e = this._didReportChange ||
|
|
612
|
+
e = this._didReportChange || d && !this._equalityComparator(l, this._value), (a = S()) == null || a.handleObservableUpdated(this, {
|
|
616
613
|
oldValue: l,
|
|
617
614
|
newValue: this._value,
|
|
618
615
|
change: void 0,
|
|
619
616
|
didChange: e,
|
|
620
|
-
hadValue:
|
|
617
|
+
hadValue: d
|
|
621
618
|
});
|
|
622
|
-
} catch (
|
|
623
|
-
|
|
619
|
+
} catch (c) {
|
|
620
|
+
se(c);
|
|
624
621
|
}
|
|
625
622
|
if (this._isComputing = !1, !this._didReportChange && e)
|
|
626
|
-
for (const
|
|
627
|
-
|
|
623
|
+
for (const c of this._observers)
|
|
624
|
+
c.handleChange(this, void 0);
|
|
628
625
|
else
|
|
629
626
|
this._didReportChange = !1;
|
|
630
627
|
}
|
|
@@ -634,7 +631,7 @@ class q extends Me {
|
|
|
634
631
|
// IObserver Implementation
|
|
635
632
|
beginUpdate(e) {
|
|
636
633
|
if (this._isUpdating)
|
|
637
|
-
throw new
|
|
634
|
+
throw new $("Cyclic deriveds are not supported yet!");
|
|
638
635
|
this._updateCount++, this._isUpdating = !0;
|
|
639
636
|
try {
|
|
640
637
|
const o = this._updateCount === 1;
|
|
@@ -680,7 +677,7 @@ class q extends Me {
|
|
|
680
677
|
didChange: (a) => a === e
|
|
681
678
|
}, this._changeSummary) : !0;
|
|
682
679
|
} catch (a) {
|
|
683
|
-
|
|
680
|
+
se(a);
|
|
684
681
|
}
|
|
685
682
|
const i = this._state === 3;
|
|
686
683
|
if (t && (this._state === 1 || i) && (this._state = 2, i))
|
|
@@ -691,7 +688,7 @@ class q extends Me {
|
|
|
691
688
|
// IReader Implementation
|
|
692
689
|
_ensureReaderValid() {
|
|
693
690
|
if (!this._isReaderValid)
|
|
694
|
-
throw new
|
|
691
|
+
throw new $("The reader object cannot be used outside its compute function!");
|
|
695
692
|
}
|
|
696
693
|
readObservable(e) {
|
|
697
694
|
this._ensureReaderValid(), e.addObserver(this);
|
|
@@ -710,9 +707,8 @@ class q extends Me {
|
|
|
710
707
|
return this._ensureReaderValid(), this._delayedStore === void 0 && (this._delayedStore = new re()), this._delayedStore;
|
|
711
708
|
}
|
|
712
709
|
addObserver(e) {
|
|
713
|
-
var n;
|
|
714
710
|
const o = !this._observers.has(e) && this._updateCount > 0;
|
|
715
|
-
super.addObserver(e), o && (
|
|
711
|
+
super.addObserver(e), o && (this._removedObserverToCallEndUpdateOn && this._removedObserverToCallEndUpdateOn.has(e) ? this._removedObserverToCallEndUpdateOn.delete(e) : e.beginUpdate(this));
|
|
716
712
|
}
|
|
717
713
|
removeObserver(e) {
|
|
718
714
|
this._observers.has(e) && this._updateCount > 0 && (this._removedObserverToCallEndUpdateOn || (this._removedObserverToCallEndUpdateOn = /* @__PURE__ */ new Set()), this._removedObserverToCallEndUpdateOn.add(e)), super.removeObserver(e);
|
|
@@ -720,7 +716,7 @@ class q extends Me {
|
|
|
720
716
|
debugGetState() {
|
|
721
717
|
return {
|
|
722
718
|
state: this._state,
|
|
723
|
-
stateStr:
|
|
719
|
+
stateStr: Br(this._state),
|
|
724
720
|
updateCount: this._updateCount,
|
|
725
721
|
isComputing: this._isComputing,
|
|
726
722
|
dependencies: this._dependencies,
|
|
@@ -731,12 +727,7 @@ class q extends Me {
|
|
|
731
727
|
this._value = e;
|
|
732
728
|
}
|
|
733
729
|
debugRecompute() {
|
|
734
|
-
this.
|
|
735
|
-
try {
|
|
736
|
-
this._isComputing ? this._state = 2 : this._recompute();
|
|
737
|
-
} finally {
|
|
738
|
-
this.endUpdate(this);
|
|
739
|
-
}
|
|
730
|
+
this._isComputing ? this._state = 2 : this._recompute();
|
|
740
731
|
}
|
|
741
732
|
setValue(e, o, n) {
|
|
742
733
|
this._value = e;
|
|
@@ -746,26 +737,26 @@ class q extends Me {
|
|
|
746
737
|
i.handleChange(this, n);
|
|
747
738
|
}
|
|
748
739
|
}
|
|
749
|
-
function I(r, e, o =
|
|
750
|
-
return e !== void 0 ? new
|
|
740
|
+
function I(r, e, o = V.ofCaller()) {
|
|
741
|
+
return e !== void 0 ? new U(new G(r, void 0, e), e, void 0, void 0, oe, o) : new U(new G(void 0, void 0, r), r, void 0, void 0, oe, o);
|
|
751
742
|
}
|
|
752
|
-
function
|
|
753
|
-
return new
|
|
743
|
+
function _r(r, e, o = V.ofCaller()) {
|
|
744
|
+
return new U(new G(r.owner, r.debugName, r.debugReferenceFn), e, void 0, r.onLastObserverRemoved, r.equalsFn ?? oe, o);
|
|
754
745
|
}
|
|
755
|
-
|
|
756
|
-
function
|
|
746
|
+
xr(_r);
|
|
747
|
+
function Cr(r, e, o = V.ofCaller()) {
|
|
757
748
|
let n, t;
|
|
758
749
|
n = r, t = void 0;
|
|
759
750
|
let i;
|
|
760
|
-
return new
|
|
751
|
+
return new U(new G(t, void 0, n), (a) => {
|
|
761
752
|
i ? i.clear() : i = new re();
|
|
762
|
-
const
|
|
763
|
-
return
|
|
753
|
+
const c = n(a);
|
|
754
|
+
return c && i.add(c), c;
|
|
764
755
|
}, void 0, () => {
|
|
765
756
|
i && (i.dispose(), i = void 0);
|
|
766
757
|
}, oe, o);
|
|
767
758
|
}
|
|
768
|
-
function
|
|
759
|
+
function Sr(r) {
|
|
769
760
|
switch (r) {
|
|
770
761
|
case 1:
|
|
771
762
|
return "dependenciesMightHaveChanged";
|
|
@@ -777,13 +768,13 @@ function Hr(r) {
|
|
|
777
768
|
return "<unknown>";
|
|
778
769
|
}
|
|
779
770
|
}
|
|
780
|
-
class
|
|
771
|
+
class So {
|
|
781
772
|
get debugName() {
|
|
782
773
|
return this._debugNameData.getDebugName(this) ?? "(anonymous)";
|
|
783
774
|
}
|
|
784
775
|
constructor(e, o, n, t) {
|
|
785
776
|
var i, a;
|
|
786
|
-
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.
|
|
777
|
+
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 = S()) == null || a.handleAutorunCreated(this, t), this._run();
|
|
787
778
|
}
|
|
788
779
|
dispose() {
|
|
789
780
|
var e;
|
|
@@ -801,14 +792,14 @@ class Ro {
|
|
|
801
792
|
try {
|
|
802
793
|
if (!this._disposed) {
|
|
803
794
|
(o = S()) == null || o.handleAutorunStarted(this);
|
|
804
|
-
const a = this._changeSummary,
|
|
805
|
-
|
|
795
|
+
const a = this._changeSummary, c = this._delayedStore;
|
|
796
|
+
c !== void 0 && (this._delayedStore = void 0);
|
|
806
797
|
try {
|
|
807
798
|
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);
|
|
808
|
-
} catch (
|
|
809
|
-
|
|
799
|
+
} catch (d) {
|
|
800
|
+
se(d);
|
|
810
801
|
} finally {
|
|
811
|
-
this._isRunning = !1,
|
|
802
|
+
this._isRunning = !1, c !== void 0 && c.dispose();
|
|
812
803
|
}
|
|
813
804
|
}
|
|
814
805
|
} finally {
|
|
@@ -823,30 +814,26 @@ class Ro {
|
|
|
823
814
|
}
|
|
824
815
|
// IObserver implementation
|
|
825
816
|
beginUpdate(e) {
|
|
826
|
-
this._state === 3 && (this.
|
|
817
|
+
this._state === 3 && (this._state = 1), this._updateCount++;
|
|
827
818
|
}
|
|
828
819
|
endUpdate(e) {
|
|
829
820
|
try {
|
|
830
|
-
if (this._updateCount === 1)
|
|
831
|
-
this._iteration = 1;
|
|
821
|
+
if (this._updateCount === 1)
|
|
832
822
|
do {
|
|
833
|
-
if (this._checkIterations())
|
|
834
|
-
return;
|
|
835
823
|
if (this._state === 1) {
|
|
836
824
|
this._state = 3;
|
|
837
825
|
for (const o of this._dependencies)
|
|
838
826
|
if (o.reportChanges(), this._state === 2)
|
|
839
827
|
break;
|
|
840
828
|
}
|
|
841
|
-
this.
|
|
829
|
+
this._state !== 3 && this._run();
|
|
842
830
|
} while (this._state !== 3);
|
|
843
|
-
}
|
|
844
831
|
} finally {
|
|
845
832
|
this._updateCount--;
|
|
846
833
|
}
|
|
847
834
|
}
|
|
848
835
|
handlePossibleChange(e) {
|
|
849
|
-
this._state === 3 && this._isDependency(e) && (this.
|
|
836
|
+
this._state === 3 && this._isDependency(e) && (this._state = 1);
|
|
850
837
|
}
|
|
851
838
|
handleChange(e, o) {
|
|
852
839
|
var n;
|
|
@@ -857,9 +844,9 @@ class Ro {
|
|
|
857
844
|
changedObservable: e,
|
|
858
845
|
change: o,
|
|
859
846
|
didChange: (i) => i === e
|
|
860
|
-
}, this._changeSummary) : !0) && (this.
|
|
847
|
+
}, this._changeSummary) : !0) && (this._state = 2);
|
|
861
848
|
} catch (t) {
|
|
862
|
-
|
|
849
|
+
se(t);
|
|
863
850
|
}
|
|
864
851
|
}
|
|
865
852
|
}
|
|
@@ -869,7 +856,7 @@ class Ro {
|
|
|
869
856
|
// IReader implementation
|
|
870
857
|
_ensureNoRunning() {
|
|
871
858
|
if (!this._isRunning)
|
|
872
|
-
throw new
|
|
859
|
+
throw new $("The reader object cannot be used outside its compute function!");
|
|
873
860
|
}
|
|
874
861
|
readObservable(e) {
|
|
875
862
|
if (this._ensureNoRunning(), this._disposed)
|
|
@@ -880,12 +867,12 @@ class Ro {
|
|
|
880
867
|
}
|
|
881
868
|
get store() {
|
|
882
869
|
if (this._ensureNoRunning(), this._disposed)
|
|
883
|
-
throw new
|
|
870
|
+
throw new $("Cannot access store after dispose");
|
|
884
871
|
return this._store === void 0 && (this._store = new re()), this._store;
|
|
885
872
|
}
|
|
886
873
|
get delayedStore() {
|
|
887
874
|
if (this._ensureNoRunning(), this._disposed)
|
|
888
|
-
throw new
|
|
875
|
+
throw new $("Cannot access store after dispose");
|
|
889
876
|
return this._delayedStore === void 0 && (this._delayedStore = new re()), this._delayedStore;
|
|
890
877
|
}
|
|
891
878
|
debugGetState() {
|
|
@@ -894,45 +881,42 @@ class Ro {
|
|
|
894
881
|
updateCount: this._updateCount,
|
|
895
882
|
dependencies: this._dependencies,
|
|
896
883
|
state: this._state,
|
|
897
|
-
stateStr:
|
|
884
|
+
stateStr: Sr(this._state)
|
|
898
885
|
};
|
|
899
886
|
}
|
|
900
887
|
debugRerun() {
|
|
901
888
|
this._isRunning ? this._state = 2 : this._run();
|
|
902
889
|
}
|
|
903
|
-
_checkIterations() {
|
|
904
|
-
return this._iteration > 100 ? (te(new z(`Autorun '${this.debugName}' is stuck in an infinite update loop.`)), !0) : !1;
|
|
905
|
-
}
|
|
906
890
|
}
|
|
907
|
-
function
|
|
908
|
-
return new
|
|
891
|
+
function Fo(r, e = V.ofCaller()) {
|
|
892
|
+
return new So(new G(void 0, void 0, r), r, void 0, e);
|
|
909
893
|
}
|
|
910
|
-
function
|
|
894
|
+
function Qe(r) {
|
|
911
895
|
const e = new Error("BugIndicatingErrorRecovery: " + r);
|
|
912
|
-
|
|
896
|
+
wr(e), console.error("recovered from an error that indicates a bug", e);
|
|
913
897
|
}
|
|
914
|
-
function
|
|
915
|
-
const o = new
|
|
898
|
+
function Io(r, e) {
|
|
899
|
+
const o = new Eo(r, e);
|
|
916
900
|
try {
|
|
917
901
|
r(o);
|
|
918
902
|
} finally {
|
|
919
903
|
o.finish();
|
|
920
904
|
}
|
|
921
905
|
}
|
|
922
|
-
function
|
|
923
|
-
r ? e(r) :
|
|
906
|
+
function Fr(r, e, o) {
|
|
907
|
+
r ? e(r) : Io(e, o);
|
|
924
908
|
}
|
|
925
|
-
class
|
|
909
|
+
class Eo {
|
|
926
910
|
constructor(e, o) {
|
|
927
911
|
var n;
|
|
928
912
|
this._fn = e, this._getDebugName = o, this._updatingObservers = [], (n = S()) == null || n.handleBeginTransaction(this);
|
|
929
913
|
}
|
|
930
914
|
getDebugName() {
|
|
931
|
-
return this._getDebugName ? this._getDebugName() :
|
|
915
|
+
return this._getDebugName ? this._getDebugName() : Te(this._fn);
|
|
932
916
|
}
|
|
933
917
|
updateObserver(e, o) {
|
|
934
918
|
if (!this._updatingObservers) {
|
|
935
|
-
|
|
919
|
+
Qe("Transaction already finished!"), Io((n) => {
|
|
936
920
|
n.updateObserver(e, o);
|
|
937
921
|
});
|
|
938
922
|
return;
|
|
@@ -943,7 +927,7 @@ class Mo {
|
|
|
943
927
|
var o;
|
|
944
928
|
const e = this._updatingObservers;
|
|
945
929
|
if (!e) {
|
|
946
|
-
|
|
930
|
+
Qe("transaction.finish() has already been called!");
|
|
947
931
|
return;
|
|
948
932
|
}
|
|
949
933
|
for (let n = 0; n < e.length; n++) {
|
|
@@ -956,14 +940,11 @@ class Mo {
|
|
|
956
940
|
return this._updatingObservers;
|
|
957
941
|
}
|
|
958
942
|
}
|
|
959
|
-
function
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
function B(r, e, o = T.ofCaller()) {
|
|
963
|
-
const n = Mr(r);
|
|
964
|
-
return new Oo(n, e, oe, o);
|
|
943
|
+
function B(r, e, o = V.ofCaller()) {
|
|
944
|
+
let n;
|
|
945
|
+
return typeof r == "string" ? n = new G(void 0, r, void 0) : n = new G(r, void 0, void 0), new Ro(n, e, oe, o);
|
|
965
946
|
}
|
|
966
|
-
class
|
|
947
|
+
class Ro extends He {
|
|
967
948
|
get debugName() {
|
|
968
949
|
return this._debugNameData.getDebugName(this) ?? "ObservableValue";
|
|
969
950
|
}
|
|
@@ -979,13 +960,13 @@ class Oo extends Me {
|
|
|
979
960
|
if (n === void 0 && this._equalityComparator(this._value, e))
|
|
980
961
|
return;
|
|
981
962
|
let t;
|
|
982
|
-
o || (o = t = new
|
|
963
|
+
o || (o = t = new Eo(() => {
|
|
983
964
|
}, () => `Setting ${this.debugName}`));
|
|
984
965
|
try {
|
|
985
966
|
const a = this._value;
|
|
986
967
|
this._setValue(e), (i = S()) == null || i.handleObservableUpdated(this, { oldValue: a, newValue: e, change: n, didChange: !0, hadValue: !0 });
|
|
987
|
-
for (const
|
|
988
|
-
o.updateObserver(
|
|
968
|
+
for (const c of this._observers)
|
|
969
|
+
o.updateObserver(c, this), c.handleChange(this, n);
|
|
989
970
|
} finally {
|
|
990
971
|
t && t.finish();
|
|
991
972
|
}
|
|
@@ -1005,25 +986,25 @@ class Oo extends Me {
|
|
|
1005
986
|
this._value = e;
|
|
1006
987
|
}
|
|
1007
988
|
}
|
|
1008
|
-
function
|
|
989
|
+
function Ke(...r) {
|
|
1009
990
|
let e, o, n, t;
|
|
1010
|
-
return r.length === 2 ? [o, n] = r : [e, o, n, t] = r, new
|
|
991
|
+
return r.length === 2 ? [o, n] = r : [e, o, n, t] = r, new j(new G(e, void 0, n), o, n, () => j.globalTransaction, oe, t ?? V.ofCaller());
|
|
1011
992
|
}
|
|
1012
|
-
class
|
|
993
|
+
class j extends He {
|
|
1013
994
|
constructor(e, o, n, t, i, a) {
|
|
1014
|
-
super(a), this._debugNameData = e, this.event = o, this._getValue = n, this._getTransaction = t, this._equalityComparator = i, this._hasValue = !1, this.handleEvent = (
|
|
995
|
+
super(a), this._debugNameData = e, this.event = o, this._getValue = n, this._getTransaction = t, this._equalityComparator = i, this._hasValue = !1, this.handleEvent = (c) => {
|
|
1015
996
|
var f;
|
|
1016
|
-
const
|
|
1017
|
-
let
|
|
1018
|
-
|
|
997
|
+
const d = this._getValue(c), l = this._value, g = !this._hasValue || !this._equalityComparator(l, d);
|
|
998
|
+
let h = !1;
|
|
999
|
+
g && (this._value = d, this._hasValue && (h = !0, Fr(this._getTransaction(), (b) => {
|
|
1019
1000
|
var C;
|
|
1020
|
-
(C = S()) == null || C.handleObservableUpdated(this, { oldValue: l, newValue:
|
|
1001
|
+
(C = S()) == null || C.handleObservableUpdated(this, { oldValue: l, newValue: d, change: void 0, didChange: g, hadValue: this._hasValue });
|
|
1021
1002
|
for (const y of this._observers)
|
|
1022
1003
|
b.updateObserver(y, this), y.handleChange(this, void 0);
|
|
1023
1004
|
}, () => {
|
|
1024
1005
|
const b = this.getDebugName();
|
|
1025
1006
|
return "Event fired" + (b ? `: ${b}` : "");
|
|
1026
|
-
})), this._hasValue = !0),
|
|
1007
|
+
})), this._hasValue = !0), h || (f = S()) == null || f.handleObservableUpdated(this, { oldValue: l, newValue: d, change: void 0, didChange: g, hadValue: this._hasValue });
|
|
1027
1008
|
};
|
|
1028
1009
|
}
|
|
1029
1010
|
getDebugName() {
|
|
@@ -1050,39 +1031,39 @@ class U extends Me {
|
|
|
1050
1031
|
}
|
|
1051
1032
|
}
|
|
1052
1033
|
(function(r) {
|
|
1053
|
-
r.Observer =
|
|
1034
|
+
r.Observer = j;
|
|
1054
1035
|
function e(o, n) {
|
|
1055
1036
|
let t = !1;
|
|
1056
|
-
|
|
1037
|
+
j.globalTransaction === void 0 && (j.globalTransaction = o, t = !0);
|
|
1057
1038
|
try {
|
|
1058
1039
|
n();
|
|
1059
1040
|
} finally {
|
|
1060
|
-
t && (
|
|
1041
|
+
t && (j.globalTransaction = void 0);
|
|
1061
1042
|
}
|
|
1062
1043
|
}
|
|
1063
1044
|
r.batchEventsGlobally = e;
|
|
1064
|
-
})(
|
|
1065
|
-
function
|
|
1066
|
-
const e = new
|
|
1067
|
-
return r.addObserver(e),
|
|
1045
|
+
})(Ke || (Ke = {}));
|
|
1046
|
+
function Ir(r) {
|
|
1047
|
+
const e = new To(!1, void 0);
|
|
1048
|
+
return r.addObserver(e), Co(() => {
|
|
1068
1049
|
r.removeObserver(e);
|
|
1069
1050
|
});
|
|
1070
1051
|
}
|
|
1071
|
-
|
|
1072
|
-
function
|
|
1073
|
-
const o = new
|
|
1052
|
+
vr(Ir);
|
|
1053
|
+
function Er(r, e) {
|
|
1054
|
+
const o = new To(!0, e);
|
|
1074
1055
|
r.addObserver(o);
|
|
1075
1056
|
try {
|
|
1076
1057
|
o.beginUpdate(r);
|
|
1077
1058
|
} finally {
|
|
1078
1059
|
o.endUpdate(r);
|
|
1079
1060
|
}
|
|
1080
|
-
return
|
|
1061
|
+
return Co(() => {
|
|
1081
1062
|
r.removeObserver(o);
|
|
1082
1063
|
});
|
|
1083
1064
|
}
|
|
1084
|
-
|
|
1085
|
-
class
|
|
1065
|
+
br(Er);
|
|
1066
|
+
class To {
|
|
1086
1067
|
constructor(e, o) {
|
|
1087
1068
|
this._forceRecompute = e, this._handleValue = o, this._counter = 0;
|
|
1088
1069
|
}
|
|
@@ -1097,11 +1078,11 @@ class Vo {
|
|
|
1097
1078
|
handleChange(e, o) {
|
|
1098
1079
|
}
|
|
1099
1080
|
}
|
|
1100
|
-
let
|
|
1101
|
-
function
|
|
1102
|
-
|
|
1081
|
+
let te;
|
|
1082
|
+
function Rr(r) {
|
|
1083
|
+
te || (te = new Tr(), dr(te)), te.addFilteredObj(r);
|
|
1103
1084
|
}
|
|
1104
|
-
class
|
|
1085
|
+
class Tr {
|
|
1105
1086
|
constructor() {
|
|
1106
1087
|
this.indentation = 0, this.changedObservablesSets = /* @__PURE__ */ new WeakMap();
|
|
1107
1088
|
}
|
|
@@ -1113,32 +1094,32 @@ class Dr {
|
|
|
1113
1094
|
return ((o = this._filteredObjects) == null ? void 0 : o.has(e)) ?? !0;
|
|
1114
1095
|
}
|
|
1115
1096
|
textToConsoleArgs(e) {
|
|
1116
|
-
return
|
|
1117
|
-
|
|
1097
|
+
return Hr([
|
|
1098
|
+
q(Lr("| ", this.indentation)),
|
|
1118
1099
|
e
|
|
1119
1100
|
]);
|
|
1120
1101
|
}
|
|
1121
1102
|
formatInfo(e) {
|
|
1122
1103
|
return e.hadValue ? e.didChange ? [
|
|
1123
|
-
|
|
1124
|
-
R(
|
|
1104
|
+
q(" "),
|
|
1105
|
+
R(ee(e.oldValue, 70), {
|
|
1125
1106
|
color: "red",
|
|
1126
1107
|
strikeThrough: !0
|
|
1127
1108
|
}),
|
|
1128
|
-
|
|
1129
|
-
R(
|
|
1109
|
+
q(" "),
|
|
1110
|
+
R(ee(e.newValue, 60), {
|
|
1130
1111
|
color: "green"
|
|
1131
1112
|
})
|
|
1132
|
-
] : [
|
|
1133
|
-
|
|
1134
|
-
R(
|
|
1113
|
+
] : [q(" (unchanged)")] : [
|
|
1114
|
+
q(" "),
|
|
1115
|
+
R(ee(e.newValue, 60), {
|
|
1135
1116
|
color: "green"
|
|
1136
1117
|
}),
|
|
1137
|
-
|
|
1118
|
+
q(" (initial)")
|
|
1138
1119
|
];
|
|
1139
1120
|
}
|
|
1140
1121
|
handleObservableCreated(e) {
|
|
1141
|
-
if (e instanceof
|
|
1122
|
+
if (e instanceof U) {
|
|
1142
1123
|
const o = e;
|
|
1143
1124
|
this.changedObservablesSets.set(o, /* @__PURE__ */ new Set());
|
|
1144
1125
|
}
|
|
@@ -1147,12 +1128,12 @@ class Dr {
|
|
|
1147
1128
|
}
|
|
1148
1129
|
handleObservableUpdated(e, o) {
|
|
1149
1130
|
if (this._isIncluded(e)) {
|
|
1150
|
-
if (e instanceof
|
|
1131
|
+
if (e instanceof U) {
|
|
1151
1132
|
this._handleDerivedRecomputed(e, o);
|
|
1152
1133
|
return;
|
|
1153
1134
|
}
|
|
1154
1135
|
console.log(...this.textToConsoleArgs([
|
|
1155
|
-
|
|
1136
|
+
Q("observable value changed"),
|
|
1156
1137
|
R(e.debugName, { color: "BlueViolet" }),
|
|
1157
1138
|
...this.formatInfo(o)
|
|
1158
1139
|
]));
|
|
@@ -1171,7 +1152,7 @@ class Dr {
|
|
|
1171
1152
|
return;
|
|
1172
1153
|
const n = this.changedObservablesSets.get(e);
|
|
1173
1154
|
n && (console.log(...this.textToConsoleArgs([
|
|
1174
|
-
|
|
1155
|
+
Q("derived recomputed"),
|
|
1175
1156
|
R(e.debugName, { color: "BlueViolet" }),
|
|
1176
1157
|
...this.formatInfo(o),
|
|
1177
1158
|
this.formatChanges(n),
|
|
@@ -1180,13 +1161,13 @@ class Dr {
|
|
|
1180
1161
|
}
|
|
1181
1162
|
handleDerivedCleared(e) {
|
|
1182
1163
|
this._isIncluded(e) && console.log(...this.textToConsoleArgs([
|
|
1183
|
-
|
|
1164
|
+
Q("derived cleared"),
|
|
1184
1165
|
R(e.debugName, { color: "BlueViolet" })
|
|
1185
1166
|
]));
|
|
1186
1167
|
}
|
|
1187
1168
|
handleFromEventObservableTriggered(e, o) {
|
|
1188
1169
|
this._isIncluded(e) && console.log(...this.textToConsoleArgs([
|
|
1189
|
-
|
|
1170
|
+
Q("observable from event triggered"),
|
|
1190
1171
|
R(e.debugName, { color: "BlueViolet" }),
|
|
1191
1172
|
...this.formatInfo(o),
|
|
1192
1173
|
{ data: [{ fn: e._getValue }] }
|
|
@@ -1203,7 +1184,7 @@ class Dr {
|
|
|
1203
1184
|
handleAutorunStarted(e) {
|
|
1204
1185
|
const o = this.changedObservablesSets.get(e);
|
|
1205
1186
|
o && (this._isIncluded(e) && console.log(...this.textToConsoleArgs([
|
|
1206
|
-
|
|
1187
|
+
Q("autorun"),
|
|
1207
1188
|
R(e.debugName, { color: "BlueViolet" }),
|
|
1208
1189
|
this.formatChanges(o),
|
|
1209
1190
|
{ data: [{ fn: e._debugNameData.referenceFn ?? e._runFn }] }
|
|
@@ -1215,7 +1196,7 @@ class Dr {
|
|
|
1215
1196
|
handleBeginTransaction(e) {
|
|
1216
1197
|
let o = e.getDebugName();
|
|
1217
1198
|
o === void 0 && (o = ""), this._isIncluded(e) && console.log(...this.textToConsoleArgs([
|
|
1218
|
-
|
|
1199
|
+
Q("transaction"),
|
|
1219
1200
|
R(o, { color: "BlueViolet" }),
|
|
1220
1201
|
{ data: [{ fn: e._fn }] }
|
|
1221
1202
|
])), this.indentation++;
|
|
@@ -1224,30 +1205,30 @@ class Dr {
|
|
|
1224
1205
|
this.indentation--;
|
|
1225
1206
|
}
|
|
1226
1207
|
}
|
|
1227
|
-
function
|
|
1208
|
+
function Hr(r) {
|
|
1228
1209
|
const e = new Array(), o = [];
|
|
1229
1210
|
let n = "";
|
|
1230
1211
|
function t(a) {
|
|
1231
1212
|
if ("length" in a)
|
|
1232
|
-
for (const
|
|
1233
|
-
|
|
1213
|
+
for (const c of a)
|
|
1214
|
+
c && t(c);
|
|
1234
1215
|
else "text" in a ? (n += `%c${a.text}`, e.push(a.style), a.data && o.push(...a.data)) : "data" in a && o.push(...a.data);
|
|
1235
1216
|
}
|
|
1236
1217
|
t(r);
|
|
1237
1218
|
const i = [n, ...e];
|
|
1238
1219
|
return i.push(...o), i;
|
|
1239
1220
|
}
|
|
1240
|
-
function
|
|
1221
|
+
function q(r) {
|
|
1241
1222
|
return R(r, { color: "black" });
|
|
1242
1223
|
}
|
|
1243
|
-
function
|
|
1244
|
-
return R(
|
|
1224
|
+
function Q(r) {
|
|
1225
|
+
return R(Dr(`${r}: `, 10), { color: "black", bold: !0 });
|
|
1245
1226
|
}
|
|
1246
1227
|
function R(r, e = {
|
|
1247
1228
|
color: "black"
|
|
1248
1229
|
}) {
|
|
1249
1230
|
function o(t) {
|
|
1250
|
-
return Object.entries(t).reduce((i, [a,
|
|
1231
|
+
return Object.entries(t).reduce((i, [a, c]) => `${i}${a}:${c};`, "");
|
|
1251
1232
|
}
|
|
1252
1233
|
const n = {
|
|
1253
1234
|
color: e.color
|
|
@@ -1257,14 +1238,14 @@ function R(r, e = {
|
|
|
1257
1238
|
style: o(n)
|
|
1258
1239
|
};
|
|
1259
1240
|
}
|
|
1260
|
-
function
|
|
1241
|
+
function ee(r, e) {
|
|
1261
1242
|
try {
|
|
1262
|
-
return
|
|
1243
|
+
return Mr(r, e);
|
|
1263
1244
|
} catch {
|
|
1264
1245
|
return "[[???]]";
|
|
1265
1246
|
}
|
|
1266
1247
|
}
|
|
1267
|
-
function
|
|
1248
|
+
function Mr(r, e) {
|
|
1268
1249
|
switch (typeof r) {
|
|
1269
1250
|
case "number":
|
|
1270
1251
|
return "" + r;
|
|
@@ -1275,7 +1256,7 @@ function Ar(r, e) {
|
|
|
1275
1256
|
case "undefined":
|
|
1276
1257
|
return "undefined";
|
|
1277
1258
|
case "object":
|
|
1278
|
-
return r === null ? "null" : Array.isArray(r) ?
|
|
1259
|
+
return r === null ? "null" : Array.isArray(r) ? Or(r, e) : Vr(r, e);
|
|
1279
1260
|
case "symbol":
|
|
1280
1261
|
return r.toString();
|
|
1281
1262
|
case "function":
|
|
@@ -1284,18 +1265,18 @@ function Ar(r, e) {
|
|
|
1284
1265
|
return "" + r;
|
|
1285
1266
|
}
|
|
1286
1267
|
}
|
|
1287
|
-
function
|
|
1268
|
+
function Or(r, e) {
|
|
1288
1269
|
let o = "[ ", n = !0;
|
|
1289
1270
|
for (const t of r) {
|
|
1290
1271
|
if (n || (o += ", "), o.length - 5 > e) {
|
|
1291
1272
|
o += "...";
|
|
1292
1273
|
break;
|
|
1293
1274
|
}
|
|
1294
|
-
n = !1, o += `${
|
|
1275
|
+
n = !1, o += `${ee(t, e - o.length)}`;
|
|
1295
1276
|
}
|
|
1296
1277
|
return o += " ]", o;
|
|
1297
1278
|
}
|
|
1298
|
-
function
|
|
1279
|
+
function Vr(r, e) {
|
|
1299
1280
|
try {
|
|
1300
1281
|
if (typeof r.toString == "function" && r.toString !== Object.prototype.toString) {
|
|
1301
1282
|
const a = r.toString();
|
|
@@ -1304,228 +1285,83 @@ function zr(r, e) {
|
|
|
1304
1285
|
} catch {
|
|
1305
1286
|
return "[[Object]]";
|
|
1306
1287
|
}
|
|
1307
|
-
const o =
|
|
1288
|
+
const o = yo(r);
|
|
1308
1289
|
let n = o ? o + "(" : "{ ", t = !0, i;
|
|
1309
1290
|
try {
|
|
1310
1291
|
i = Object.entries(r);
|
|
1311
1292
|
} catch {
|
|
1312
1293
|
return o ? `${o}(...)` : "[[Object]]";
|
|
1313
1294
|
}
|
|
1314
|
-
for (const [a,
|
|
1295
|
+
for (const [a, c] of i) {
|
|
1315
1296
|
if (t || (n += ", "), n.length - 5 > e) {
|
|
1316
1297
|
n += "...";
|
|
1317
1298
|
break;
|
|
1318
1299
|
}
|
|
1319
|
-
t = !1, n += `${a}: ${
|
|
1300
|
+
t = !1, n += `${a}: ${ee(c, e - n.length)}`;
|
|
1320
1301
|
}
|
|
1321
1302
|
return n += o ? ")" : " }", n;
|
|
1322
1303
|
}
|
|
1323
|
-
function
|
|
1304
|
+
function Lr(r, e) {
|
|
1324
1305
|
let o = "";
|
|
1325
1306
|
for (let n = 1; n <= e; n++)
|
|
1326
1307
|
o += r;
|
|
1327
1308
|
return o;
|
|
1328
1309
|
}
|
|
1329
|
-
function
|
|
1310
|
+
function Dr(r, e) {
|
|
1330
1311
|
for (; r.length < e; )
|
|
1331
1312
|
r += " ";
|
|
1332
1313
|
return r;
|
|
1333
1314
|
}
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
}
|
|
1338
|
-
beginUpdate(e) {
|
|
1339
|
-
this._updateCounter++, this._changes.push(e);
|
|
1340
|
-
}
|
|
1341
|
-
endUpdate(e) {
|
|
1342
|
-
if (this._updateCounter--, this._updateCounter === 0 && this._changes.length > 0) {
|
|
1343
|
-
const o = this._changes;
|
|
1344
|
-
this._changes = [], this._run(o);
|
|
1345
|
-
}
|
|
1346
|
-
}
|
|
1347
|
-
handlePossibleChange(e) {
|
|
1348
|
-
this._changes.push(e);
|
|
1349
|
-
}
|
|
1350
|
-
handleChange(e, o) {
|
|
1351
|
-
}
|
|
1352
|
-
};
|
|
1353
|
-
class jr {
|
|
1354
|
-
constructor(e, o, n = T.ofCaller()) {
|
|
1355
|
-
var t;
|
|
1356
|
-
this._run = e, this._dependencies = /* @__PURE__ */ new Set(), this._disposed = !1, this.debugName = o ?? "(anonymous ManualObserver)", this._debugNameData = new D(void 0, this.debugName, void 0), this._runFn = e, this._handler = new Wr(() => {
|
|
1357
|
-
this._disposed || this._run();
|
|
1358
|
-
}), (t = S()) == null || t.handleAutorunCreated(this, n);
|
|
1359
|
-
}
|
|
1360
|
-
get reader() {
|
|
1361
|
-
return this;
|
|
1362
|
-
}
|
|
1363
|
-
readObservable(e) {
|
|
1364
|
-
e.addObserver(this._handler);
|
|
1365
|
-
const o = e.get();
|
|
1366
|
-
return this._dependencies.add(e), o;
|
|
1367
|
-
}
|
|
1368
|
-
getDependencies() {
|
|
1369
|
-
return this._dependencies;
|
|
1370
|
-
}
|
|
1371
|
-
get debug() {
|
|
1372
|
-
return new (Cr())(this);
|
|
1373
|
-
}
|
|
1374
|
-
dispose() {
|
|
1375
|
-
var e;
|
|
1376
|
-
if (!this._disposed) {
|
|
1377
|
-
this._disposed = !0;
|
|
1378
|
-
for (const o of this._dependencies)
|
|
1379
|
-
o.removeObserver(this._handler);
|
|
1380
|
-
this._dependencies.clear(), (e = S()) == null || e.handleAutorunDisposed(this);
|
|
1381
|
-
}
|
|
1382
|
-
}
|
|
1315
|
+
function Nr(r, e) {
|
|
1316
|
+
const o = (e == null ? void 0 : e.debugNamePostProcessor) ?? ((i) => i), n = H.from(r, o);
|
|
1317
|
+
return n ? Ho(n, 0, /* @__PURE__ */ new Set()).trim() : "";
|
|
1383
1318
|
}
|
|
1384
|
-
|
|
1385
|
-
constructor(e, o, n, t, i) {
|
|
1386
|
-
this.name = e, this.type = o, this.value = n, this.state = t, this.children = i;
|
|
1387
|
-
}
|
|
1388
|
-
}
|
|
1389
|
-
function Ye(r, e) {
|
|
1390
|
-
const o = e.debugNamePostProcessor ?? ((a) => a), n = /* @__PURE__ */ new Map();
|
|
1391
|
-
function t(a) {
|
|
1392
|
-
const s = n.get(a);
|
|
1393
|
-
if (s)
|
|
1394
|
-
return s;
|
|
1395
|
-
const c = O.from(a, o) ?? O.unknown(a), l = e.type === "observers" ? c.observers : c.dependencies, u = new Ur(c.name, c.type, c.value, c.state, []);
|
|
1396
|
-
return n.set(c.sourceObj, u), u.children.push(...l.map(t)), u;
|
|
1397
|
-
}
|
|
1398
|
-
if (O.from(r, o))
|
|
1399
|
-
return t(r);
|
|
1400
|
-
}
|
|
1401
|
-
function Ze(r) {
|
|
1402
|
-
return Lo(r, 0, /* @__PURE__ */ new Set()).trim();
|
|
1403
|
-
}
|
|
1404
|
-
function Lo(r, e, o) {
|
|
1319
|
+
function Ho(r, e, o) {
|
|
1405
1320
|
const n = " ".repeat(e), t = [];
|
|
1406
|
-
if (o.has(r))
|
|
1321
|
+
if (o.has(r.sourceObj))
|
|
1407
1322
|
return t.push(`${n}* ${r.type} ${r.name} (already listed)`), t.join(`
|
|
1408
1323
|
`);
|
|
1409
|
-
if (o.add(r), t.push(`${n}* ${r.type} ${r.name}:`), t.push(`${n} value: ${
|
|
1410
|
-
t.push(`${n}
|
|
1411
|
-
for (const
|
|
1412
|
-
t.push(
|
|
1324
|
+
if (o.add(r.sourceObj), t.push(`${n}* ${r.type} ${r.name}:`), t.push(`${n} value: ${ee(r.value, 50)}`), t.push(`${n} state: ${r.state}`), r.dependencies.length > 0) {
|
|
1325
|
+
t.push(`${n} dependencies:`);
|
|
1326
|
+
for (const a of r.dependencies)
|
|
1327
|
+
t.push(Ho(a, e + 1, o));
|
|
1413
1328
|
}
|
|
1414
1329
|
return t.join(`
|
|
1415
1330
|
`);
|
|
1416
1331
|
}
|
|
1417
|
-
|
|
1418
|
-
const e = /* @__PURE__ */ new Map();
|
|
1419
|
-
let o = 0;
|
|
1420
|
-
const n = (c) => {
|
|
1421
|
-
let l = e.get(c);
|
|
1422
|
-
return l || (l = `n${o++}`, e.set(c, l)), l;
|
|
1423
|
-
}, t = ["graph TD"], i = /* @__PURE__ */ new Set(), a = (c) => c.replace(/"/g, "#quot;");
|
|
1424
|
-
function s(c) {
|
|
1425
|
-
if (i.has(c))
|
|
1426
|
-
return;
|
|
1427
|
-
i.add(c);
|
|
1428
|
-
const l = n(c), u = `${c.type}: ${c.name}\\nstate: ${c.state}${c.value !== void 0 ? `\\nvalue: ${P(c.value, 30)}` : ""}`;
|
|
1429
|
-
t.push(` ${l}["${a(u)}"]`);
|
|
1430
|
-
for (const g of c.children)
|
|
1431
|
-
t.push(` ${l} --> ${n(g)}`), s(g);
|
|
1432
|
-
}
|
|
1433
|
-
return s(r), t.join(`
|
|
1434
|
-
`);
|
|
1435
|
-
}
|
|
1436
|
-
function eo(r) {
|
|
1437
|
-
const e = /* @__PURE__ */ new Map();
|
|
1438
|
-
let o = 0;
|
|
1439
|
-
const n = (c) => {
|
|
1440
|
-
let l = e.get(c);
|
|
1441
|
-
return l || (l = `n${o++}`, e.set(c, l)), l;
|
|
1442
|
-
}, t = ["digraph {"], i = /* @__PURE__ */ new Set(), a = (c) => c.replace(/\\/g, "\\\\").replace(/"/g, '\\"');
|
|
1443
|
-
function s(c) {
|
|
1444
|
-
if (i.has(c))
|
|
1445
|
-
return;
|
|
1446
|
-
i.add(c);
|
|
1447
|
-
const l = n(c), u = `${c.type}: ${c.name}
|
|
1448
|
-
state: ${c.state}${c.value !== void 0 ? `
|
|
1449
|
-
value: ${P(c.value, 30)}` : ""}`;
|
|
1450
|
-
t.push(` ${l} [label="${a(u)}"]`);
|
|
1451
|
-
for (const g of c.children)
|
|
1452
|
-
t.push(` ${l} -> ${n(g)}`), s(g);
|
|
1453
|
-
}
|
|
1454
|
-
return s(r), t.push("}"), t.join(`
|
|
1455
|
-
`);
|
|
1456
|
-
}
|
|
1457
|
-
class qr {
|
|
1458
|
-
constructor(e) {
|
|
1459
|
-
this._node = e;
|
|
1460
|
-
}
|
|
1461
|
-
buildDependencyGraph() {
|
|
1462
|
-
return Ye(this._node, { type: "dependencies" });
|
|
1463
|
-
}
|
|
1464
|
-
buildObserverGraph() {
|
|
1465
|
-
return Ye(this._node, { type: "observers" });
|
|
1466
|
-
}
|
|
1467
|
-
getDependencyGraph() {
|
|
1468
|
-
const e = this.buildDependencyGraph();
|
|
1469
|
-
return e ? Ze(e) : "";
|
|
1470
|
-
}
|
|
1471
|
-
getObserverGraph() {
|
|
1472
|
-
const e = this.buildObserverGraph();
|
|
1473
|
-
return e ? Ze(e) : "";
|
|
1474
|
-
}
|
|
1475
|
-
getDependencyMermaid() {
|
|
1476
|
-
const e = this.buildDependencyGraph();
|
|
1477
|
-
return e ? Xe(e) : "";
|
|
1478
|
-
}
|
|
1479
|
-
getObserverMermaid() {
|
|
1480
|
-
const e = this.buildObserverGraph();
|
|
1481
|
-
return e ? Xe(e) : "";
|
|
1482
|
-
}
|
|
1483
|
-
getDependencyGraphviz() {
|
|
1484
|
-
const e = this.buildDependencyGraph();
|
|
1485
|
-
return e ? eo(e) : "";
|
|
1486
|
-
}
|
|
1487
|
-
getObserverGraphviz() {
|
|
1488
|
-
const e = this.buildObserverGraph();
|
|
1489
|
-
return e ? eo(e) : "";
|
|
1490
|
-
}
|
|
1491
|
-
}
|
|
1492
|
-
class O {
|
|
1332
|
+
class H {
|
|
1493
1333
|
static from(e, o) {
|
|
1494
|
-
if (e instanceof
|
|
1334
|
+
if (e instanceof So) {
|
|
1495
1335
|
const n = e.debugGetState();
|
|
1496
|
-
return new
|
|
1497
|
-
} else {
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
} else if (e instanceof U) {
|
|
1507
|
-
const n = e.debugGetState();
|
|
1508
|
-
return new O(e, o(e.debugName), "fromEvent", n.value, n.hasValue ? "upToDate" : "initial", [], Array.from(e.debugGetObservers()));
|
|
1509
|
-
}
|
|
1336
|
+
return new H(e, o(e.debugName), "autorun", void 0, n.stateStr, Array.from(n.dependencies).map((t) => H.from(t, o) || H.unknown(t)));
|
|
1337
|
+
} else if (e instanceof U) {
|
|
1338
|
+
const n = e.debugGetState();
|
|
1339
|
+
return new H(e, o(e.debugName), "derived", n.value, n.stateStr, Array.from(n.dependencies).map((t) => H.from(t, o) || H.unknown(t)));
|
|
1340
|
+
} else if (e instanceof Ro) {
|
|
1341
|
+
const n = e.debugGetState();
|
|
1342
|
+
return new H(e, o(e.debugName), "observableValue", n.value, "upToDate", []);
|
|
1343
|
+
} else if (e instanceof j) {
|
|
1344
|
+
const n = e.debugGetState();
|
|
1345
|
+
return new H(e, o(e.debugName), "fromEvent", n.value, n.hasValue ? "upToDate" : "initial", []);
|
|
1510
1346
|
}
|
|
1511
1347
|
}
|
|
1512
1348
|
static unknown(e) {
|
|
1513
|
-
return new
|
|
1349
|
+
return new H(e, "(unknown)", "unknown", void 0, "unknown", []);
|
|
1514
1350
|
}
|
|
1515
|
-
constructor(e, o, n, t, i, a
|
|
1516
|
-
this.sourceObj = e, this.name = o, this.type = n, this.value = t, this.state = i, this.dependencies = a
|
|
1351
|
+
constructor(e, o, n, t, i, a) {
|
|
1352
|
+
this.sourceObj = e, this.name = o, this.type = n, this.value = t, this.state = i, this.dependencies = a;
|
|
1517
1353
|
}
|
|
1518
1354
|
}
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
class
|
|
1355
|
+
kr(Nr);
|
|
1356
|
+
lr(Rr);
|
|
1357
|
+
class Ar {
|
|
1522
1358
|
constructor() {
|
|
1523
1359
|
p(this, "_fixtures", B(this, /* @__PURE__ */ new Map()));
|
|
1524
1360
|
p(this, "loading", B(this, !1));
|
|
1525
1361
|
p(this, "error", B(this, void 0));
|
|
1526
1362
|
p(this, "root", I(this, (e) => {
|
|
1527
1363
|
const o = this._fixtures.read(e);
|
|
1528
|
-
return
|
|
1364
|
+
return ce(o);
|
|
1529
1365
|
}));
|
|
1530
1366
|
}
|
|
1531
1367
|
register(e, o) {
|
|
@@ -1544,11 +1380,11 @@ class Qr {
|
|
|
1544
1380
|
return We(n, o);
|
|
1545
1381
|
}
|
|
1546
1382
|
getComponentByPath(e) {
|
|
1547
|
-
const o = this._fixtures.get(), n =
|
|
1383
|
+
const o = this._fixtures.get(), n = ce(o), t = We(n, e);
|
|
1548
1384
|
return t == null ? void 0 : t.component;
|
|
1549
1385
|
}
|
|
1550
1386
|
}
|
|
1551
|
-
class
|
|
1387
|
+
class Gr {
|
|
1552
1388
|
constructor(e) {
|
|
1553
1389
|
this._run = e, this._changes = [], this._map = /* @__PURE__ */ new Map(), this._updateCounter = 0;
|
|
1554
1390
|
}
|
|
@@ -1574,17 +1410,17 @@ class Kr {
|
|
|
1574
1410
|
handleChange(e, o) {
|
|
1575
1411
|
}
|
|
1576
1412
|
}
|
|
1577
|
-
function
|
|
1413
|
+
function m() {
|
|
1578
1414
|
return ve.instance;
|
|
1579
1415
|
}
|
|
1580
|
-
function
|
|
1416
|
+
function zr() {
|
|
1581
1417
|
return ke.instance;
|
|
1582
1418
|
}
|
|
1583
|
-
function
|
|
1419
|
+
function Pr() {
|
|
1584
1420
|
return ye.instance;
|
|
1585
1421
|
}
|
|
1586
|
-
|
|
1587
|
-
|
|
1422
|
+
m.const = zr;
|
|
1423
|
+
m.obs = Pr;
|
|
1588
1424
|
class ve {
|
|
1589
1425
|
create(e) {
|
|
1590
1426
|
const o = I((n) => e(n));
|
|
@@ -1603,20 +1439,20 @@ class ye {
|
|
|
1603
1439
|
create(e) {
|
|
1604
1440
|
const o = I((n) => {
|
|
1605
1441
|
const t = e(n);
|
|
1606
|
-
return
|
|
1442
|
+
return Wr(t) ? t.read(n) : t;
|
|
1607
1443
|
});
|
|
1608
1444
|
return { read: (n) => o };
|
|
1609
1445
|
}
|
|
1610
1446
|
}
|
|
1611
1447
|
ye.instance = new ye();
|
|
1612
|
-
function
|
|
1448
|
+
function Wr(r) {
|
|
1613
1449
|
return typeof r == "object" && r !== null && "read" in r;
|
|
1614
1450
|
}
|
|
1615
|
-
function
|
|
1451
|
+
function Z(r, e) {
|
|
1616
1452
|
return Object.fromEntries(Object.entries(r).map(([o, n]) => [o, e(n, o)]));
|
|
1617
1453
|
}
|
|
1618
1454
|
const me = Symbol("ViewModelContext");
|
|
1619
|
-
class
|
|
1455
|
+
class jr {
|
|
1620
1456
|
constructor(e) {
|
|
1621
1457
|
this._store = new re(), this.props = e;
|
|
1622
1458
|
}
|
|
@@ -1624,35 +1460,35 @@ class Xr {
|
|
|
1624
1460
|
this._store.dispose();
|
|
1625
1461
|
}
|
|
1626
1462
|
}
|
|
1627
|
-
function
|
|
1628
|
-
return r[me] || (r[me] =
|
|
1463
|
+
function $r(r) {
|
|
1464
|
+
return r[me] || (r[me] = xo(void 0)), r[me];
|
|
1629
1465
|
}
|
|
1630
|
-
function
|
|
1466
|
+
function D(r = {}) {
|
|
1631
1467
|
var e;
|
|
1632
|
-
return e = class extends
|
|
1468
|
+
return e = class extends jr {
|
|
1633
1469
|
}, e._props = r, e;
|
|
1634
1470
|
}
|
|
1635
1471
|
let we = 0;
|
|
1636
|
-
const
|
|
1472
|
+
const Ur = new Gr((r) => {
|
|
1637
1473
|
for (const e of r)
|
|
1638
1474
|
e.rendered = !1;
|
|
1639
1475
|
if (we > 0) {
|
|
1640
1476
|
const e = r.find((o) => o.isRendering);
|
|
1641
1477
|
e.itemsToRender = r;
|
|
1642
1478
|
} else
|
|
1643
|
-
|
|
1479
|
+
bo(() => {
|
|
1644
1480
|
for (const e of r)
|
|
1645
1481
|
e.rendered || e.forceUpdate();
|
|
1646
1482
|
});
|
|
1647
1483
|
});
|
|
1648
|
-
let
|
|
1649
|
-
class
|
|
1484
|
+
let qr = 0;
|
|
1485
|
+
class Qr {
|
|
1650
1486
|
constructor(e, o) {
|
|
1651
1487
|
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 = () => () => {
|
|
1652
1488
|
var n;
|
|
1653
1489
|
(n = this._disposable) == null || n.dispose();
|
|
1654
1490
|
}, this.itemsToRender = [], this.handleAfterRender = () => {
|
|
1655
|
-
|
|
1491
|
+
bo(() => {
|
|
1656
1492
|
for (const n of this.itemsToRender)
|
|
1657
1493
|
n.rendered || n.forceUpdate();
|
|
1658
1494
|
}), this.itemsToRender = [];
|
|
@@ -1662,38 +1498,38 @@ class nn {
|
|
|
1662
1498
|
return this.debugName;
|
|
1663
1499
|
}
|
|
1664
1500
|
updateProps(e) {
|
|
1665
|
-
this._obsProps ? this._obsProps.set(e, void 0) : (this._obsProps = B(this, e), this._render = this.renderFactory(this._obsProps, () => this.contextValues), this.rendering = I(this, this._render), this._disposable =
|
|
1501
|
+
this._obsProps ? this._obsProps.set(e, void 0) : (this._obsProps = B(this, e), this._render = this.renderFactory(this._obsProps, () => this.contextValues), this.rendering = I(this, this._render), this._disposable = Ur.addDependency(this.rendering, this));
|
|
1666
1502
|
}
|
|
1667
1503
|
}
|
|
1668
|
-
function
|
|
1669
|
-
const n = (a) => a + 1, t = () => new
|
|
1670
|
-
const
|
|
1504
|
+
function Me(r, e, o) {
|
|
1505
|
+
const n = (a) => a + 1, t = () => new Qr(r + ++qr, e), i = function(a) {
|
|
1506
|
+
const c = or(n, 0)[1], d = rr(t)[0];
|
|
1671
1507
|
for (const l of o ?? [])
|
|
1672
|
-
|
|
1673
|
-
if (
|
|
1508
|
+
d.contextValues.set(l, nr(l));
|
|
1509
|
+
if (Ge(d.cleanupEffect, []), Ge(d.handleAfterRender), d.isRendering)
|
|
1674
1510
|
throw new Error("Component is already rendering");
|
|
1675
|
-
|
|
1511
|
+
d.isRendering = !0, we++;
|
|
1676
1512
|
try {
|
|
1677
|
-
|
|
1678
|
-
const l =
|
|
1679
|
-
return
|
|
1513
|
+
d.forceUpdate = c, d.updateProps(a);
|
|
1514
|
+
const l = d.rendering.get();
|
|
1515
|
+
return d.rendered = !0, l;
|
|
1680
1516
|
} finally {
|
|
1681
|
-
|
|
1517
|
+
d.isRendering = !1, we--;
|
|
1682
1518
|
}
|
|
1683
1519
|
};
|
|
1684
1520
|
return i.displayName = r, i;
|
|
1685
1521
|
}
|
|
1686
|
-
|
|
1687
|
-
function
|
|
1688
|
-
return
|
|
1689
|
-
const n =
|
|
1522
|
+
Me("ObsView", (r) => (e) => r.read(e).children(e));
|
|
1523
|
+
function T(r, e) {
|
|
1524
|
+
return Me("view", (o) => {
|
|
1525
|
+
const n = Z(r, (t, i) => t.create((a) => o.read(a)[i], void 0));
|
|
1690
1526
|
return (t) => {
|
|
1691
|
-
const i =
|
|
1527
|
+
const i = Z(n, (a) => a.read(t));
|
|
1692
1528
|
return e(t, i);
|
|
1693
1529
|
};
|
|
1694
1530
|
});
|
|
1695
1531
|
}
|
|
1696
|
-
function
|
|
1532
|
+
function Kr(r) {
|
|
1697
1533
|
const e = [];
|
|
1698
1534
|
for (const o of Object.values(r)) {
|
|
1699
1535
|
const n = o._requiredContext;
|
|
@@ -1701,52 +1537,52 @@ function tn(r) {
|
|
|
1701
1537
|
}
|
|
1702
1538
|
return e;
|
|
1703
1539
|
}
|
|
1704
|
-
function
|
|
1705
|
-
const n = typeof e == "function" ? {} : e, t = typeof e == "function" ? e : o, i = "_props" in r ? r._props : {}, a =
|
|
1706
|
-
return
|
|
1707
|
-
const
|
|
1708
|
-
} } :
|
|
1709
|
-
const _ =
|
|
1540
|
+
function N(r, e, o) {
|
|
1541
|
+
const n = typeof e == "function" ? {} : e, t = typeof e == "function" ? e : o, i = "_props" in r ? r._props : {}, a = Kr({ ...i, ...n }), c = $r(r), d = [...a, c];
|
|
1542
|
+
return Me("viewWithModel", (l, g) => {
|
|
1543
|
+
const h = g(), f = h.get(c), b = "_props" in r ? Z(r._props, (v, _) => v.create((w) => l.read(w)[_], h.get(v._requiredContext))) : {}, C = f ? { read: () => f, dispose: () => {
|
|
1544
|
+
} } : Cr((v) => {
|
|
1545
|
+
const _ = Z(b, (w) => w.read(v));
|
|
1710
1546
|
return new r(_);
|
|
1711
|
-
}), y =
|
|
1547
|
+
}), y = Z(n, (v, _) => v.create((w) => l.read(w)[_], h.get(v._requiredContext)));
|
|
1712
1548
|
return (v) => {
|
|
1713
|
-
const _ = C.read(v), w =
|
|
1549
|
+
const _ = C.read(v), w = Z(y, (M) => M.read(v));
|
|
1714
1550
|
return t(v, _, w);
|
|
1715
1551
|
};
|
|
1716
|
-
},
|
|
1552
|
+
}, d.length > 0 ? d : void 0);
|
|
1717
1553
|
}
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
function
|
|
1554
|
+
T({ value: m.obs() }, (r, e) => e.value.read(r));
|
|
1555
|
+
xo(null);
|
|
1556
|
+
function Mo(r) {
|
|
1721
1557
|
var e;
|
|
1722
1558
|
return {
|
|
1723
1559
|
id: r.id,
|
|
1724
1560
|
name: r.name,
|
|
1725
1561
|
type: r.type,
|
|
1726
|
-
children: (e = r.children) == null ? void 0 : e.map(
|
|
1562
|
+
children: (e = r.children) == null ? void 0 : e.map(Mo),
|
|
1727
1563
|
component: r.component,
|
|
1728
1564
|
labels: r.labels
|
|
1729
1565
|
};
|
|
1730
1566
|
}
|
|
1731
|
-
function
|
|
1567
|
+
function Jr(r, e) {
|
|
1732
1568
|
if (r.name.toLowerCase().includes(e)) return !0;
|
|
1733
1569
|
for (const o of r.labels)
|
|
1734
1570
|
if (o.toLowerCase().includes(e)) return !0;
|
|
1735
1571
|
return !1;
|
|
1736
1572
|
}
|
|
1737
|
-
function
|
|
1573
|
+
function Yr(r, e) {
|
|
1738
1574
|
if (!e) return r;
|
|
1739
1575
|
const o = e.toLowerCase();
|
|
1740
|
-
return
|
|
1576
|
+
return Oo(r, o);
|
|
1741
1577
|
}
|
|
1742
|
-
function
|
|
1743
|
-
const o =
|
|
1578
|
+
function Oo(r, e) {
|
|
1579
|
+
const o = Jr(r, e);
|
|
1744
1580
|
if (!r.children || r.children.length === 0)
|
|
1745
1581
|
return o ? r : void 0;
|
|
1746
1582
|
if (o) return r;
|
|
1747
1583
|
const n = [];
|
|
1748
1584
|
for (const t of r.children) {
|
|
1749
|
-
const i =
|
|
1585
|
+
const i = Oo(t, e);
|
|
1750
1586
|
i && n.push(i);
|
|
1751
1587
|
}
|
|
1752
1588
|
if (n.length !== 0)
|
|
@@ -1755,7 +1591,7 @@ function No(r, e) {
|
|
|
1755
1591
|
children: n
|
|
1756
1592
|
};
|
|
1757
1593
|
}
|
|
1758
|
-
function
|
|
1594
|
+
function ie(r, e) {
|
|
1759
1595
|
const {
|
|
1760
1596
|
storageKey: o,
|
|
1761
1597
|
defaultValue: n,
|
|
@@ -1768,72 +1604,72 @@ function ae(r, e) {
|
|
|
1768
1604
|
l !== null && (a = i(l));
|
|
1769
1605
|
} catch {
|
|
1770
1606
|
}
|
|
1771
|
-
const
|
|
1772
|
-
return
|
|
1607
|
+
const c = B(r, a), d = c.set.bind(c);
|
|
1608
|
+
return c.set = (l, g) => {
|
|
1773
1609
|
try {
|
|
1774
1610
|
localStorage.setItem(o, t(l));
|
|
1775
1611
|
} catch {
|
|
1776
1612
|
}
|
|
1777
|
-
|
|
1778
|
-
},
|
|
1613
|
+
d(l, g);
|
|
1614
|
+
}, c;
|
|
1779
1615
|
}
|
|
1780
|
-
function
|
|
1616
|
+
function Je(r, e) {
|
|
1781
1617
|
const n = new URLSearchParams(location.search).get(e) || void 0, t = B(r, n);
|
|
1782
1618
|
window.addEventListener("popstate", () => {
|
|
1783
1619
|
const a = new URLSearchParams(location.search);
|
|
1784
1620
|
t.set(a.get(e) || void 0, void 0);
|
|
1785
1621
|
});
|
|
1786
1622
|
const i = t.set.bind(t);
|
|
1787
|
-
return t.set = (a,
|
|
1788
|
-
const
|
|
1789
|
-
a ?
|
|
1790
|
-
const l =
|
|
1791
|
-
history.replaceState(history.state, "",
|
|
1623
|
+
return t.set = (a, c) => {
|
|
1624
|
+
const d = new URLSearchParams(location.search);
|
|
1625
|
+
a ? d.set(e, a) : d.delete(e);
|
|
1626
|
+
const l = d.toString(), g = location.pathname + (l ? "?" + l : "") + location.hash;
|
|
1627
|
+
history.replaceState(history.state, "", g), i(a, c);
|
|
1792
1628
|
}, t;
|
|
1793
1629
|
}
|
|
1794
|
-
function
|
|
1630
|
+
function Vo(r, e) {
|
|
1795
1631
|
const o = new URLSearchParams(location.search);
|
|
1796
1632
|
return o.set(r, e), location.pathname + "?" + o.toString();
|
|
1797
1633
|
}
|
|
1798
|
-
class
|
|
1799
|
-
registry:
|
|
1800
|
-
daemonModel:
|
|
1801
|
-
reportModel:
|
|
1634
|
+
class Zr extends D({
|
|
1635
|
+
registry: m.const(),
|
|
1636
|
+
daemonModel: m.const(),
|
|
1637
|
+
reportModel: m.const()
|
|
1802
1638
|
}) {
|
|
1803
1639
|
constructor() {
|
|
1804
1640
|
super(...arguments);
|
|
1805
|
-
p(this, "leftSidebarVisible",
|
|
1641
|
+
p(this, "leftSidebarVisible", ie(this, {
|
|
1806
1642
|
storageKey: "component-explorer:leftSidebarVisible",
|
|
1807
1643
|
defaultValue: !0
|
|
1808
1644
|
}));
|
|
1809
|
-
p(this, "rightSidebarVisible",
|
|
1645
|
+
p(this, "rightSidebarVisible", ie(this, {
|
|
1810
1646
|
storageKey: "component-explorer:rightSidebarVisible",
|
|
1811
1647
|
defaultValue: !1
|
|
1812
1648
|
}));
|
|
1813
|
-
p(this, "isDarkTheme",
|
|
1649
|
+
p(this, "isDarkTheme", ie(this, {
|
|
1814
1650
|
storageKey: "component-explorer:isDarkTheme",
|
|
1815
1651
|
defaultValue: !0
|
|
1816
1652
|
}));
|
|
1817
|
-
p(this, "selectedNodeId",
|
|
1653
|
+
p(this, "selectedNodeId", Je(this, "fixture"));
|
|
1818
1654
|
p(this, "expandedNodeIds", B(this, this._initialExpandedNodes()));
|
|
1819
|
-
p(this, "viewMode",
|
|
1655
|
+
p(this, "viewMode", ie(this, {
|
|
1820
1656
|
storageKey: "component-explorer:viewMode",
|
|
1821
1657
|
defaultValue: "session"
|
|
1822
1658
|
}));
|
|
1823
1659
|
p(this, "loading", I(this, (o) => this.props.registry.loading.read(o)));
|
|
1824
1660
|
p(this, "error", I(this, (o) => this.props.registry.error.read(o)));
|
|
1825
|
-
p(this, "searchQuery",
|
|
1661
|
+
p(this, "searchQuery", Je(this, "search"));
|
|
1826
1662
|
/** The explorer's tree derived from the registry or report */
|
|
1827
1663
|
p(this, "tree", I(this, (o) => {
|
|
1828
1664
|
const n = this.props.reportModel;
|
|
1829
1665
|
if (n)
|
|
1830
1666
|
return n.buildTree(o);
|
|
1831
1667
|
const t = this.props.registry.root.read(o);
|
|
1832
|
-
return
|
|
1668
|
+
return Mo(t);
|
|
1833
1669
|
}));
|
|
1834
1670
|
p(this, "filteredTree", I(this, (o) => {
|
|
1835
1671
|
const n = this.tree.read(o), t = this.searchQuery.read(o);
|
|
1836
|
-
return
|
|
1672
|
+
return Yr(n, t) ?? { ...n, children: [] };
|
|
1837
1673
|
}));
|
|
1838
1674
|
p(this, "selectedNode", I(this, (o) => {
|
|
1839
1675
|
const n = this.selectedNodeId.read(o);
|
|
@@ -1892,7 +1728,7 @@ class sn extends N({
|
|
|
1892
1728
|
_initialExpandedNodes() {
|
|
1893
1729
|
const o = this.selectedNodeId.get();
|
|
1894
1730
|
if (!o) return /* @__PURE__ */ new Set([""]);
|
|
1895
|
-
const n = new
|
|
1731
|
+
const n = new O(o).segments, t = /* @__PURE__ */ new Set([""]);
|
|
1896
1732
|
for (let i = 1; i <= n.length; i++)
|
|
1897
1733
|
t.add(n.slice(0, i).join("/"));
|
|
1898
1734
|
return t;
|
|
@@ -1986,8 +1822,8 @@ class sn extends N({
|
|
|
1986
1822
|
if (t.status !== "ready") return [];
|
|
1987
1823
|
const i = t.report.fixtures;
|
|
1988
1824
|
if (o.type === "component") {
|
|
1989
|
-
const
|
|
1990
|
-
return
|
|
1825
|
+
const c = i[o.id.value];
|
|
1826
|
+
return c ? [{
|
|
1991
1827
|
type: "report-comparison",
|
|
1992
1828
|
id: o.id.value,
|
|
1993
1829
|
name: o.name,
|
|
@@ -1996,14 +1832,14 @@ class sn extends N({
|
|
|
1996
1832
|
fixtureId: o.id.value,
|
|
1997
1833
|
name: o.name,
|
|
1998
1834
|
path: n,
|
|
1999
|
-
entry:
|
|
1835
|
+
entry: c
|
|
2000
1836
|
}]
|
|
2001
1837
|
}] : [];
|
|
2002
1838
|
}
|
|
2003
1839
|
const a = [];
|
|
2004
|
-
for (const
|
|
2005
|
-
const
|
|
2006
|
-
a.push(...this._collectReportRows(
|
|
1840
|
+
for (const c of o.children ?? []) {
|
|
1841
|
+
const d = n ? `${n} / ${c.name}` : c.name;
|
|
1842
|
+
a.push(...this._collectReportRows(c, d));
|
|
2007
1843
|
}
|
|
2008
1844
|
return a;
|
|
2009
1845
|
}
|
|
@@ -2197,11 +2033,11 @@ const x = {
|
|
|
2197
2033
|
cursor: "pointer"
|
|
2198
2034
|
}
|
|
2199
2035
|
};
|
|
2200
|
-
function
|
|
2036
|
+
function Oe(...r) {
|
|
2201
2037
|
return Object.assign({}, ...r.filter(Boolean));
|
|
2202
2038
|
}
|
|
2203
|
-
class
|
|
2204
|
-
active:
|
|
2039
|
+
class Xr extends D({
|
|
2040
|
+
active: m()
|
|
2205
2041
|
}) {
|
|
2206
2042
|
constructor() {
|
|
2207
2043
|
super(...arguments);
|
|
@@ -2214,20 +2050,20 @@ class dn extends N({
|
|
|
2214
2050
|
return this.props.active;
|
|
2215
2051
|
}
|
|
2216
2052
|
}
|
|
2217
|
-
const
|
|
2218
|
-
|
|
2053
|
+
const fe = N(
|
|
2054
|
+
Xr,
|
|
2219
2055
|
{
|
|
2220
|
-
onClick:
|
|
2221
|
-
title:
|
|
2222
|
-
children:
|
|
2056
|
+
onClick: m.const(),
|
|
2057
|
+
title: m.const(),
|
|
2058
|
+
children: m.const()
|
|
2223
2059
|
},
|
|
2224
2060
|
(r, e, o) => {
|
|
2225
|
-
const n = e.isHovered.read(r), t = e.active.read(r), i =
|
|
2061
|
+
const n = e.isHovered.read(r), t = e.active.read(r), i = Oe(
|
|
2226
2062
|
x.titleBarButton,
|
|
2227
2063
|
n && !t && x.titleBarButtonHover,
|
|
2228
2064
|
t && x.titleBarButtonActive
|
|
2229
2065
|
);
|
|
2230
|
-
return /* @__PURE__ */
|
|
2066
|
+
return /* @__PURE__ */ s(
|
|
2231
2067
|
"button",
|
|
2232
2068
|
{
|
|
2233
2069
|
style: i,
|
|
@@ -2239,20 +2075,20 @@ const he = A(
|
|
|
2239
2075
|
}
|
|
2240
2076
|
);
|
|
2241
2077
|
}
|
|
2242
|
-
),
|
|
2243
|
-
{ model:
|
|
2078
|
+
), en = ({ style: r }) => /* @__PURE__ */ s("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", style: r, children: /* @__PURE__ */ s("path", { d: "M5.7 13.7L5 13l4.6-4.6L5 3.7l.7-.7 5.3 5.4-5.3 5.3z" }) }), on = ({ style: r }) => /* @__PURE__ */ s("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", style: r, children: /* @__PURE__ */ s("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)" }) }), rn = ({ style: r }) => /* @__PURE__ */ s("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", style: r, children: /* @__PURE__ */ s("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" }) }), nn = ({ style: r }) => /* @__PURE__ */ s("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", style: r, children: /* @__PURE__ */ s("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" }) }), tn = () => /* @__PURE__ */ s("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", children: /* @__PURE__ */ s("path", { d: "M2 2v12h12V2H2zm11 11H6V3h7v10zM3 3h2v10H3V3z" }) }), an = () => /* @__PURE__ */ s("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", children: /* @__PURE__ */ s("path", { d: "M2 2v12h12V2H2zm6 11V3h5v10H8zM3 3h4v10H3V3z" }) }), cn = () => /* @__PURE__ */ s("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", children: /* @__PURE__ */ s("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" }) }), sn = () => /* @__PURE__ */ s("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", children: /* @__PURE__ */ s("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" }) }), dn = T(
|
|
2079
|
+
{ model: m.const() },
|
|
2244
2080
|
(r, e) => {
|
|
2245
|
-
var
|
|
2246
|
-
const o = e.model, n = o.viewMode.read(r), t = ((
|
|
2247
|
-
return t.length <= 1 ? null : /* @__PURE__ */
|
|
2248
|
-
/* @__PURE__ */
|
|
2249
|
-
/* @__PURE__ */
|
|
2250
|
-
/* @__PURE__ */
|
|
2081
|
+
var c, d;
|
|
2082
|
+
const o = e.model, n = o.viewMode.read(r), t = ((c = o.daemon) == null ? void 0 : c.sessions.read(r)) ?? [], i = (d = o.daemon) == null ? void 0 : d.sessionName, a = t.filter((l) => l.name !== i);
|
|
2083
|
+
return t.length <= 1 ? null : /* @__PURE__ */ u("div", { style: X.container, children: [
|
|
2084
|
+
/* @__PURE__ */ u("div", { style: X.segmentedControl, children: [
|
|
2085
|
+
/* @__PURE__ */ s(Ye, { label: "Live", mode: "session", active: n === "session", onClick: () => o.setViewMode("session") }),
|
|
2086
|
+
/* @__PURE__ */ s(Ye, { label: "Diff", mode: "diff", active: n === "diff", onClick: () => o.setViewMode("diff") })
|
|
2251
2087
|
] }),
|
|
2252
|
-
a.length > 0 && /* @__PURE__ */
|
|
2088
|
+
a.length > 0 && /* @__PURE__ */ s("div", { style: X.sessionLinks, children: a.map((l) => /* @__PURE__ */ u(
|
|
2253
2089
|
"button",
|
|
2254
2090
|
{
|
|
2255
|
-
style:
|
|
2091
|
+
style: X.sessionLink,
|
|
2256
2092
|
onClick: () => o.navigateToSession(l.name),
|
|
2257
2093
|
title: `Switch to ${l.name} session`,
|
|
2258
2094
|
children: [
|
|
@@ -2265,63 +2101,63 @@ const he = A(
|
|
|
2265
2101
|
] });
|
|
2266
2102
|
}
|
|
2267
2103
|
);
|
|
2268
|
-
function
|
|
2269
|
-
return /* @__PURE__ */
|
|
2104
|
+
function Ye({ label: r, mode: e, active: o, onClick: n }) {
|
|
2105
|
+
return /* @__PURE__ */ s(
|
|
2270
2106
|
"button",
|
|
2271
2107
|
{
|
|
2272
|
-
style: o ?
|
|
2108
|
+
style: o ? X.segmentActive : X.segment,
|
|
2273
2109
|
onClick: n,
|
|
2274
2110
|
children: r
|
|
2275
2111
|
}
|
|
2276
2112
|
);
|
|
2277
2113
|
}
|
|
2278
|
-
const
|
|
2114
|
+
const ln = T(
|
|
2279
2115
|
{
|
|
2280
|
-
model:
|
|
2116
|
+
model: m.const()
|
|
2281
2117
|
},
|
|
2282
2118
|
(r, e) => {
|
|
2283
2119
|
const o = e.model, n = o.leftSidebarVisible.read(r), t = o.rightSidebarVisible.read(r), i = o.isDarkTheme.read(r), a = o.selectedNode.read(r);
|
|
2284
|
-
return /* @__PURE__ */
|
|
2285
|
-
/* @__PURE__ */
|
|
2286
|
-
|
|
2120
|
+
return /* @__PURE__ */ u("div", { style: x.titleBar, children: [
|
|
2121
|
+
/* @__PURE__ */ s("div", { style: x.titleBarSection, children: /* @__PURE__ */ s(
|
|
2122
|
+
fe,
|
|
2287
2123
|
{
|
|
2288
2124
|
active: n,
|
|
2289
2125
|
onClick: o.toggleLeftSidebar,
|
|
2290
2126
|
title: "Toggle left sidebar",
|
|
2291
|
-
children: /* @__PURE__ */
|
|
2127
|
+
children: /* @__PURE__ */ s(tn, {})
|
|
2292
2128
|
}
|
|
2293
2129
|
) }),
|
|
2294
|
-
/* @__PURE__ */
|
|
2295
|
-
o.isReportMode ? /* @__PURE__ */
|
|
2296
|
-
a ? /* @__PURE__ */
|
|
2297
|
-
/* @__PURE__ */
|
|
2298
|
-
/* @__PURE__ */
|
|
2299
|
-
/* @__PURE__ */
|
|
2300
|
-
] }) : /* @__PURE__ */
|
|
2130
|
+
/* @__PURE__ */ u("div", { style: x.titleBarCenter, children: [
|
|
2131
|
+
o.isReportMode ? /* @__PURE__ */ s("span", { style: { fontSize: 12, color: "var(--component-explorer-descriptionForeground)" }, children: "Screenshot Report" }) : o.daemonAvailable ? /* @__PURE__ */ s(dn, { model: o }) : null,
|
|
2132
|
+
a ? /* @__PURE__ */ u(Se, { children: [
|
|
2133
|
+
/* @__PURE__ */ s("span", { style: { color: "var(--component-explorer-textLink-foreground)" }, children: "<" }),
|
|
2134
|
+
/* @__PURE__ */ s("span", { children: a.name }),
|
|
2135
|
+
/* @__PURE__ */ s("span", { style: { color: "var(--component-explorer-textLink-foreground)" }, children: "/>" })
|
|
2136
|
+
] }) : /* @__PURE__ */ s("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: "No component selected" })
|
|
2301
2137
|
] }),
|
|
2302
|
-
/* @__PURE__ */
|
|
2303
|
-
/* @__PURE__ */
|
|
2304
|
-
|
|
2138
|
+
/* @__PURE__ */ u("div", { style: x.titleBarSection, children: [
|
|
2139
|
+
/* @__PURE__ */ s(
|
|
2140
|
+
fe,
|
|
2305
2141
|
{
|
|
2306
2142
|
active: !1,
|
|
2307
2143
|
onClick: o.toggleTheme,
|
|
2308
2144
|
title: i ? "Switch to light theme" : "Switch to dark theme",
|
|
2309
|
-
children: i ? /* @__PURE__ */
|
|
2145
|
+
children: i ? /* @__PURE__ */ s(cn, {}) : /* @__PURE__ */ s(sn, {})
|
|
2310
2146
|
}
|
|
2311
2147
|
),
|
|
2312
|
-
/* @__PURE__ */
|
|
2313
|
-
|
|
2148
|
+
/* @__PURE__ */ s(
|
|
2149
|
+
fe,
|
|
2314
2150
|
{
|
|
2315
2151
|
active: t,
|
|
2316
2152
|
onClick: o.toggleRightSidebar,
|
|
2317
2153
|
title: "Toggle right sidebar",
|
|
2318
|
-
children: /* @__PURE__ */
|
|
2154
|
+
children: /* @__PURE__ */ s(an, {})
|
|
2319
2155
|
}
|
|
2320
2156
|
)
|
|
2321
2157
|
] })
|
|
2322
2158
|
] });
|
|
2323
2159
|
}
|
|
2324
|
-
),
|
|
2160
|
+
), X = {
|
|
2325
2161
|
container: {
|
|
2326
2162
|
display: "flex",
|
|
2327
2163
|
alignItems: "center",
|
|
@@ -2365,7 +2201,7 @@ const vn = H(
|
|
|
2365
2201
|
color: "var(--component-explorer-textLink-foreground)",
|
|
2366
2202
|
cursor: "pointer"
|
|
2367
2203
|
}
|
|
2368
|
-
},
|
|
2204
|
+
}, pn = {
|
|
2369
2205
|
display: "flex",
|
|
2370
2206
|
gap: "3px",
|
|
2371
2207
|
marginLeft: "6px",
|
|
@@ -2373,10 +2209,10 @@ const vn = H(
|
|
|
2373
2209
|
flexShrink: 1,
|
|
2374
2210
|
minWidth: 0
|
|
2375
2211
|
};
|
|
2376
|
-
function
|
|
2377
|
-
return r.type === "component" ? 1 : (r.children ?? []).reduce((e, o) => e +
|
|
2212
|
+
function Lo(r) {
|
|
2213
|
+
return r.type === "component" ? 1 : (r.children ?? []).reduce((e, o) => e + Lo(o), 0);
|
|
2378
2214
|
}
|
|
2379
|
-
const
|
|
2215
|
+
const gn = {
|
|
2380
2216
|
fontSize: "10px",
|
|
2381
2217
|
lineHeight: "14px",
|
|
2382
2218
|
padding: "0 4px",
|
|
@@ -2388,18 +2224,18 @@ const yn = {
|
|
|
2388
2224
|
textOverflow: "ellipsis",
|
|
2389
2225
|
maxWidth: "60px",
|
|
2390
2226
|
cursor: "pointer"
|
|
2391
|
-
},
|
|
2227
|
+
}, Do = T(
|
|
2392
2228
|
{
|
|
2393
|
-
model:
|
|
2394
|
-
nodes:
|
|
2395
|
-
depth:
|
|
2229
|
+
model: m.const(),
|
|
2230
|
+
nodes: m.const(),
|
|
2231
|
+
depth: m.const()
|
|
2396
2232
|
},
|
|
2397
|
-
(r, e) => /* @__PURE__ */
|
|
2233
|
+
(r, e) => /* @__PURE__ */ s(Se, { children: e.nodes.map((o) => /* @__PURE__ */ s(mn, { model: e.model, node: o, depth: e.depth }, o.id.value)) })
|
|
2398
2234
|
);
|
|
2399
|
-
class
|
|
2400
|
-
model:
|
|
2401
|
-
node:
|
|
2402
|
-
depth:
|
|
2235
|
+
class un extends D({
|
|
2236
|
+
model: m.const(),
|
|
2237
|
+
node: m.const(),
|
|
2238
|
+
depth: m.const()
|
|
2403
2239
|
}) {
|
|
2404
2240
|
constructor() {
|
|
2405
2241
|
super(...arguments);
|
|
@@ -2431,48 +2267,48 @@ class wn extends N({
|
|
|
2431
2267
|
return !!(this.props.node.children && this.props.node.children.length > 0);
|
|
2432
2268
|
}
|
|
2433
2269
|
}
|
|
2434
|
-
const
|
|
2435
|
-
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,
|
|
2270
|
+
const mn = N(un, {}, (r, e) => {
|
|
2271
|
+
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, l = e.isHovered.read(r), g = Oe(
|
|
2436
2272
|
x.treeItem,
|
|
2437
2273
|
{ paddingLeft: `${8 + t * 12}px` },
|
|
2438
|
-
|
|
2439
|
-
!
|
|
2274
|
+
d && x.treeItemSelected,
|
|
2275
|
+
!d && l && x.treeItemHover
|
|
2440
2276
|
);
|
|
2441
|
-
return /* @__PURE__ */
|
|
2442
|
-
/* @__PURE__ */
|
|
2277
|
+
return /* @__PURE__ */ u(Se, { children: [
|
|
2278
|
+
/* @__PURE__ */ u(
|
|
2443
2279
|
"div",
|
|
2444
2280
|
{
|
|
2445
|
-
style:
|
|
2281
|
+
style: g,
|
|
2446
2282
|
onClick: e.handleClick,
|
|
2447
2283
|
onDoubleClick: e.handleDoubleClick,
|
|
2448
2284
|
onMouseEnter: () => e.setHovered(!0),
|
|
2449
2285
|
onMouseLeave: () => e.setHovered(!1),
|
|
2450
2286
|
children: [
|
|
2451
|
-
i ? /* @__PURE__ */
|
|
2452
|
-
/* @__PURE__ */
|
|
2453
|
-
/* @__PURE__ */
|
|
2454
|
-
n.labels.some((
|
|
2287
|
+
i ? /* @__PURE__ */ s("div", { style: x.treeItemChevron, onClick: e.handleChevronClick, children: a ? /* @__PURE__ */ s(on, {}) : /* @__PURE__ */ s(en, {}) }) : /* @__PURE__ */ s("div", { style: x.treeItemChevronPlaceholder }),
|
|
2288
|
+
/* @__PURE__ */ s("div", { style: x.treeItemIcon, children: n.type === "folder" ? /* @__PURE__ */ s(nn, { style: { color: "var(--component-explorer-symbolIcon-folderForeground)" } }) : /* @__PURE__ */ s(rn, { style: { color: "#deb45b" } }) }),
|
|
2289
|
+
/* @__PURE__ */ s("span", { style: x.treeItemLabel, children: n.name }),
|
|
2290
|
+
n.labels.some((h) => !h.startsWith(".")) && /* @__PURE__ */ s("span", { style: pn, children: n.labels.filter((h) => !h.startsWith(".")).map((h) => /* @__PURE__ */ s(
|
|
2455
2291
|
"span",
|
|
2456
2292
|
{
|
|
2457
|
-
style:
|
|
2293
|
+
style: gn,
|
|
2458
2294
|
onClick: (f) => {
|
|
2459
|
-
f.stopPropagation(), o.searchQuery.set(
|
|
2295
|
+
f.stopPropagation(), o.searchQuery.set(h, void 0);
|
|
2460
2296
|
},
|
|
2461
|
-
title:
|
|
2462
|
-
children:
|
|
2297
|
+
title: h,
|
|
2298
|
+
children: h
|
|
2463
2299
|
},
|
|
2464
|
-
|
|
2300
|
+
h
|
|
2465
2301
|
)) }),
|
|
2466
|
-
n.type === "folder" && i && /* @__PURE__ */
|
|
2302
|
+
n.type === "folder" && i && /* @__PURE__ */ s("span", { style: x.treeItemCount, children: Lo(n) })
|
|
2467
2303
|
]
|
|
2468
2304
|
}
|
|
2469
2305
|
),
|
|
2470
|
-
i && a && /* @__PURE__ */
|
|
2306
|
+
i && a && /* @__PURE__ */ s(Do, { model: o, nodes: n.children, depth: t + 1 })
|
|
2471
2307
|
] });
|
|
2472
|
-
}),
|
|
2308
|
+
}), fn = {
|
|
2473
2309
|
padding: "4px 8px",
|
|
2474
2310
|
borderBottom: "1px solid var(--component-explorer-panel-border)"
|
|
2475
|
-
},
|
|
2311
|
+
}, hn = {
|
|
2476
2312
|
width: "100%",
|
|
2477
2313
|
height: "24px",
|
|
2478
2314
|
padding: "0 22px 0 6px",
|
|
@@ -2483,9 +2319,9 @@ const Bn = A(wn, {}, (r, e) => {
|
|
|
2483
2319
|
borderRadius: "2px",
|
|
2484
2320
|
outline: "none",
|
|
2485
2321
|
boxSizing: "border-box"
|
|
2486
|
-
},
|
|
2322
|
+
}, xn = {
|
|
2487
2323
|
position: "relative"
|
|
2488
|
-
},
|
|
2324
|
+
}, bn = {
|
|
2489
2325
|
position: "absolute",
|
|
2490
2326
|
right: "2px",
|
|
2491
2327
|
top: "50%",
|
|
@@ -2502,29 +2338,29 @@ const Bn = A(wn, {}, (r, e) => {
|
|
|
2502
2338
|
borderRadius: "2px",
|
|
2503
2339
|
fontSize: "14px",
|
|
2504
2340
|
opacity: 0.7
|
|
2505
|
-
},
|
|
2341
|
+
}, vn = T(
|
|
2506
2342
|
{
|
|
2507
|
-
model:
|
|
2343
|
+
model: m.const()
|
|
2508
2344
|
},
|
|
2509
2345
|
(r, e) => {
|
|
2510
2346
|
const o = e.model.searchQuery.read(r);
|
|
2511
|
-
return /* @__PURE__ */
|
|
2512
|
-
/* @__PURE__ */
|
|
2347
|
+
return /* @__PURE__ */ s("div", { style: fn, children: /* @__PURE__ */ u("div", { style: xn, children: [
|
|
2348
|
+
/* @__PURE__ */ s(
|
|
2513
2349
|
"input",
|
|
2514
2350
|
{
|
|
2515
2351
|
type: "text",
|
|
2516
2352
|
placeholder: "Filter (name or label)",
|
|
2517
|
-
style:
|
|
2353
|
+
style: hn,
|
|
2518
2354
|
value: o ?? "",
|
|
2519
2355
|
onChange: (n) => e.model.searchQuery.set(n.target.value || void 0, void 0),
|
|
2520
2356
|
onFocus: (n) => n.target.style.borderColor = "var(--component-explorer-focusBorder)",
|
|
2521
2357
|
onBlur: (n) => n.target.style.borderColor = "var(--component-explorer-input-border, transparent)"
|
|
2522
2358
|
}
|
|
2523
2359
|
),
|
|
2524
|
-
o && /* @__PURE__ */
|
|
2360
|
+
o && /* @__PURE__ */ s(
|
|
2525
2361
|
"button",
|
|
2526
2362
|
{
|
|
2527
|
-
style:
|
|
2363
|
+
style: bn,
|
|
2528
2364
|
onClick: () => e.model.searchQuery.set(void 0, void 0),
|
|
2529
2365
|
title: "Clear filter",
|
|
2530
2366
|
children: "×"
|
|
@@ -2532,20 +2368,20 @@ const Bn = A(wn, {}, (r, e) => {
|
|
|
2532
2368
|
)
|
|
2533
2369
|
] }) });
|
|
2534
2370
|
}
|
|
2535
|
-
),
|
|
2371
|
+
), kn = T(
|
|
2536
2372
|
{
|
|
2537
|
-
model:
|
|
2373
|
+
model: m.const()
|
|
2538
2374
|
},
|
|
2539
2375
|
(r, e) => {
|
|
2540
2376
|
const o = e.model.filteredTree.read(r);
|
|
2541
|
-
return /* @__PURE__ */
|
|
2542
|
-
/* @__PURE__ */
|
|
2543
|
-
/* @__PURE__ */
|
|
2544
|
-
/* @__PURE__ */
|
|
2377
|
+
return /* @__PURE__ */ u("div", { style: x.sidebar, children: [
|
|
2378
|
+
/* @__PURE__ */ s("div", { style: x.sidebarHeader, children: "Explorer" }),
|
|
2379
|
+
/* @__PURE__ */ s(vn, { model: e.model }),
|
|
2380
|
+
/* @__PURE__ */ s("div", { style: x.sidebarContent, children: /* @__PURE__ */ s(Do, { model: e.model, nodes: [o], depth: 0 }) })
|
|
2545
2381
|
] });
|
|
2546
2382
|
}
|
|
2547
2383
|
);
|
|
2548
|
-
class
|
|
2384
|
+
class yn extends D({}) {
|
|
2549
2385
|
constructor() {
|
|
2550
2386
|
super(...arguments);
|
|
2551
2387
|
p(this, "checked", B(this, !1));
|
|
@@ -2554,7 +2390,7 @@ class Rn extends N({}) {
|
|
|
2554
2390
|
});
|
|
2555
2391
|
}
|
|
2556
2392
|
}
|
|
2557
|
-
const
|
|
2393
|
+
const wn = N(yn, {}, (r, e) => {
|
|
2558
2394
|
const o = e.checked.read(r), n = {
|
|
2559
2395
|
position: "relative",
|
|
2560
2396
|
width: "36px",
|
|
@@ -2574,18 +2410,18 @@ const Hn = A(Rn, {}, (r, e) => {
|
|
|
2574
2410
|
borderRadius: "50%",
|
|
2575
2411
|
transition: "left 0.2s"
|
|
2576
2412
|
};
|
|
2577
|
-
return /* @__PURE__ */
|
|
2578
|
-
}),
|
|
2413
|
+
return /* @__PURE__ */ s("div", { style: n, onClick: e.toggle, children: /* @__PURE__ */ s("div", { style: t }) });
|
|
2414
|
+
}), Bn = T(
|
|
2579
2415
|
{
|
|
2580
|
-
node:
|
|
2416
|
+
node: m.const()
|
|
2581
2417
|
},
|
|
2582
|
-
(r, e) => e.node.type !== "component" ? /* @__PURE__ */
|
|
2583
|
-
/* @__PURE__ */
|
|
2584
|
-
/* @__PURE__ */
|
|
2418
|
+
(r, e) => e.node.type !== "component" ? /* @__PURE__ */ s("div", { style: { padding: "12px", color: "var(--component-explorer-descriptionForeground)", fontSize: "12px" }, children: "Select a component (not a folder) to view its properties" }) : /* @__PURE__ */ u("div", { style: x.propertiesPanel, children: [
|
|
2419
|
+
/* @__PURE__ */ u("div", { style: x.propertyRow, children: [
|
|
2420
|
+
/* @__PURE__ */ u("div", { style: x.propertyLabel, children: [
|
|
2585
2421
|
"children",
|
|
2586
|
-
/* @__PURE__ */
|
|
2422
|
+
/* @__PURE__ */ s("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: " : string" })
|
|
2587
2423
|
] }),
|
|
2588
|
-
/* @__PURE__ */
|
|
2424
|
+
/* @__PURE__ */ s(
|
|
2589
2425
|
"input",
|
|
2590
2426
|
{
|
|
2591
2427
|
type: "text",
|
|
@@ -2594,67 +2430,67 @@ const Hn = A(Rn, {}, (r, e) => {
|
|
|
2594
2430
|
placeholder: "Enter text..."
|
|
2595
2431
|
}
|
|
2596
2432
|
),
|
|
2597
|
-
/* @__PURE__ */
|
|
2433
|
+
/* @__PURE__ */ s("div", { style: x.propertyDescription, children: "Button text content" })
|
|
2598
2434
|
] }),
|
|
2599
|
-
/* @__PURE__ */
|
|
2600
|
-
/* @__PURE__ */
|
|
2435
|
+
/* @__PURE__ */ u("div", { style: x.propertyRow, children: [
|
|
2436
|
+
/* @__PURE__ */ u("div", { style: x.propertyLabel, children: [
|
|
2601
2437
|
"variant",
|
|
2602
|
-
/* @__PURE__ */
|
|
2438
|
+
/* @__PURE__ */ s("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: " : select" })
|
|
2603
2439
|
] }),
|
|
2604
|
-
/* @__PURE__ */
|
|
2605
|
-
/* @__PURE__ */
|
|
2606
|
-
/* @__PURE__ */
|
|
2607
|
-
/* @__PURE__ */
|
|
2608
|
-
/* @__PURE__ */
|
|
2440
|
+
/* @__PURE__ */ u("select", { style: x.propertySelect, defaultValue: "default", children: [
|
|
2441
|
+
/* @__PURE__ */ s("option", { value: "default", children: "default" }),
|
|
2442
|
+
/* @__PURE__ */ s("option", { value: "primary", children: "primary" }),
|
|
2443
|
+
/* @__PURE__ */ s("option", { value: "secondary", children: "secondary" }),
|
|
2444
|
+
/* @__PURE__ */ s("option", { value: "destructive", children: "destructive" })
|
|
2609
2445
|
] }),
|
|
2610
|
-
/* @__PURE__ */
|
|
2446
|
+
/* @__PURE__ */ s("div", { style: x.propertyDescription, children: "Visual style variant" })
|
|
2611
2447
|
] }),
|
|
2612
|
-
/* @__PURE__ */
|
|
2613
|
-
/* @__PURE__ */
|
|
2448
|
+
/* @__PURE__ */ u("div", { style: x.propertyRow, children: [
|
|
2449
|
+
/* @__PURE__ */ u("div", { style: x.propertyLabel, children: [
|
|
2614
2450
|
"size",
|
|
2615
|
-
/* @__PURE__ */
|
|
2451
|
+
/* @__PURE__ */ s("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: " : select" })
|
|
2616
2452
|
] }),
|
|
2617
|
-
/* @__PURE__ */
|
|
2618
|
-
/* @__PURE__ */
|
|
2619
|
-
/* @__PURE__ */
|
|
2620
|
-
/* @__PURE__ */
|
|
2453
|
+
/* @__PURE__ */ u("select", { style: x.propertySelect, defaultValue: "default", children: [
|
|
2454
|
+
/* @__PURE__ */ s("option", { value: "sm", children: "sm" }),
|
|
2455
|
+
/* @__PURE__ */ s("option", { value: "default", children: "default" }),
|
|
2456
|
+
/* @__PURE__ */ s("option", { value: "lg", children: "lg" })
|
|
2621
2457
|
] }),
|
|
2622
|
-
/* @__PURE__ */
|
|
2458
|
+
/* @__PURE__ */ s("div", { style: x.propertyDescription, children: "Button size" })
|
|
2623
2459
|
] }),
|
|
2624
|
-
/* @__PURE__ */
|
|
2625
|
-
/* @__PURE__ */
|
|
2460
|
+
/* @__PURE__ */ u("div", { style: x.propertyRow, children: [
|
|
2461
|
+
/* @__PURE__ */ u("div", { style: x.propertyLabel, children: [
|
|
2626
2462
|
"disabled",
|
|
2627
|
-
/* @__PURE__ */
|
|
2463
|
+
/* @__PURE__ */ s("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: " : boolean" })
|
|
2628
2464
|
] }),
|
|
2629
|
-
/* @__PURE__ */
|
|
2630
|
-
/* @__PURE__ */
|
|
2465
|
+
/* @__PURE__ */ s(wn, {}),
|
|
2466
|
+
/* @__PURE__ */ s("div", { style: x.propertyDescription, children: "Disable the button" })
|
|
2631
2467
|
] })
|
|
2632
2468
|
] })
|
|
2633
|
-
),
|
|
2469
|
+
), _n = T(
|
|
2634
2470
|
{
|
|
2635
|
-
selectedNode:
|
|
2471
|
+
selectedNode: m.const()
|
|
2636
2472
|
},
|
|
2637
|
-
(r, e) => /* @__PURE__ */
|
|
2638
|
-
/* @__PURE__ */
|
|
2639
|
-
/* @__PURE__ */
|
|
2473
|
+
(r, e) => /* @__PURE__ */ u("div", { style: Oe(x.sidebar, x.sidebarRight), children: [
|
|
2474
|
+
/* @__PURE__ */ u("div", { style: x.sidebarHeader, children: [
|
|
2475
|
+
/* @__PURE__ */ s("span", { style: { marginRight: "6px", color: "var(--component-explorer-textLink-foreground)" }, children: "</>" }),
|
|
2640
2476
|
"Props"
|
|
2641
2477
|
] }),
|
|
2642
|
-
/* @__PURE__ */
|
|
2478
|
+
/* @__PURE__ */ s("div", { style: x.sidebarContent, children: e.selectedNode ? /* @__PURE__ */ s(Bn, { node: e.selectedNode }) : /* @__PURE__ */ s("div", { style: { padding: "12px", color: "var(--component-explorer-descriptionForeground)", fontSize: "12px" }, children: "Select a component to view its properties" }) })
|
|
2643
2479
|
] })
|
|
2644
|
-
),
|
|
2480
|
+
), Cn = k.enum([
|
|
2645
2481
|
"console.error",
|
|
2646
2482
|
"console.warn",
|
|
2647
2483
|
"console.log",
|
|
2648
2484
|
"window.error",
|
|
2649
2485
|
"window.unhandledrejection",
|
|
2650
2486
|
"thrownError"
|
|
2651
|
-
]),
|
|
2652
|
-
type:
|
|
2487
|
+
]), Sn = k.object({
|
|
2488
|
+
type: Cn,
|
|
2653
2489
|
phase: k.enum(["render", "dispose"]),
|
|
2654
2490
|
isError: k.boolean(),
|
|
2655
2491
|
message: k.string(),
|
|
2656
2492
|
stack: k.string().optional()
|
|
2657
|
-
}),
|
|
2493
|
+
}), Ze = k.object({
|
|
2658
2494
|
/**
|
|
2659
2495
|
* Path (relative to manifest.json) to a JSON file in the standard Istanbul
|
|
2660
2496
|
* `coverage-final.json` format: `Record<absolutePath, IFileCoverage>`.
|
|
@@ -2682,7 +2518,7 @@ k.object({
|
|
|
2682
2518
|
message: k.string()
|
|
2683
2519
|
}),
|
|
2684
2520
|
/** Aggregated coverage across all fixtures (always present when coverage was collected). */
|
|
2685
|
-
coverage:
|
|
2521
|
+
coverage: Ze.optional(),
|
|
2686
2522
|
fixtures: k.array(k.object({
|
|
2687
2523
|
fixtureId: k.string(),
|
|
2688
2524
|
imageHash: k.string().optional(),
|
|
@@ -2692,7 +2528,7 @@ k.object({
|
|
|
2692
2528
|
expectedVisualDescriptions: k.array(k.string()),
|
|
2693
2529
|
/** `true` iff at least one event in `events` has `isError: true`. */
|
|
2694
2530
|
hasError: k.boolean(),
|
|
2695
|
-
events: k.array(
|
|
2531
|
+
events: k.array(Sn),
|
|
2696
2532
|
renderTimeMs: k.object({
|
|
2697
2533
|
sync: k.number(),
|
|
2698
2534
|
total: k.number()
|
|
@@ -2700,17 +2536,17 @@ k.object({
|
|
|
2700
2536
|
/** Arbitrary data the fixture provided via `RenderResult.output`. */
|
|
2701
2537
|
output: k.unknown().optional(),
|
|
2702
2538
|
/** Coverage attributable to this fixture (only present in per-fixture coverage mode). */
|
|
2703
|
-
coverage:
|
|
2539
|
+
coverage: Ze.optional()
|
|
2704
2540
|
}))
|
|
2705
2541
|
});
|
|
2706
|
-
function
|
|
2542
|
+
function Fn(r) {
|
|
2707
2543
|
const e = r.baseQuery instanceof URLSearchParams ? new URLSearchParams(r.baseQuery) : new URLSearchParams(r.baseQuery ?? "");
|
|
2708
2544
|
r.mode !== void 0 && e.set("mode", r.mode), r.fixtureId !== void 0 && e.set("fixture", r.fixtureId);
|
|
2709
2545
|
const o = e.toString(), n = `${r.baseUrl ?? ""}${r.pathname}`;
|
|
2710
2546
|
return o ? `${n}?${o}` : n;
|
|
2711
2547
|
}
|
|
2712
|
-
const
|
|
2713
|
-
function
|
|
2548
|
+
const Xe = 500;
|
|
2549
|
+
function Ve(r) {
|
|
2714
2550
|
let e = null;
|
|
2715
2551
|
function o() {
|
|
2716
2552
|
if (e !== null) return e;
|
|
@@ -2726,7 +2562,7 @@ function Le(r) {
|
|
|
2726
2562
|
if (e !== null)
|
|
2727
2563
|
try {
|
|
2728
2564
|
const t = Object.entries(e);
|
|
2729
|
-
t.length >
|
|
2565
|
+
t.length > Xe && (e = Object.fromEntries(t.slice(-Xe))), localStorage.setItem(r, JSON.stringify(e));
|
|
2730
2566
|
} catch {
|
|
2731
2567
|
}
|
|
2732
2568
|
}
|
|
@@ -2742,27 +2578,27 @@ function Le(r) {
|
|
|
2742
2578
|
}
|
|
2743
2579
|
};
|
|
2744
2580
|
}
|
|
2745
|
-
const
|
|
2746
|
-
function
|
|
2747
|
-
|
|
2581
|
+
const No = Ve("component-explorer:fixtureHeights"), Ao = Ve("component-explorer:fixtureContentHeights");
|
|
2582
|
+
function In(r, e) {
|
|
2583
|
+
No.set(r, e);
|
|
2748
2584
|
}
|
|
2749
|
-
function
|
|
2750
|
-
return
|
|
2585
|
+
function En() {
|
|
2586
|
+
return No.getAll();
|
|
2751
2587
|
}
|
|
2752
|
-
function
|
|
2753
|
-
|
|
2588
|
+
function Rn(r, e) {
|
|
2589
|
+
Ao.set(r, e);
|
|
2754
2590
|
}
|
|
2755
|
-
function
|
|
2756
|
-
return
|
|
2591
|
+
function Tn(r) {
|
|
2592
|
+
return Ao.get(r);
|
|
2757
2593
|
}
|
|
2758
|
-
const
|
|
2759
|
-
function
|
|
2760
|
-
|
|
2594
|
+
const Go = Ve("component-explorer:fixtureContentWidths");
|
|
2595
|
+
function Hn(r, e) {
|
|
2596
|
+
Go.set(r, e);
|
|
2761
2597
|
}
|
|
2762
|
-
function
|
|
2763
|
-
return
|
|
2598
|
+
function Mn(r) {
|
|
2599
|
+
return Go.get(r);
|
|
2764
2600
|
}
|
|
2765
|
-
let
|
|
2601
|
+
let On = 0;
|
|
2766
2602
|
const pe = class pe {
|
|
2767
2603
|
constructor() {
|
|
2768
2604
|
p(this, "_events");
|
|
@@ -2795,7 +2631,7 @@ const pe = class pe {
|
|
|
2795
2631
|
}
|
|
2796
2632
|
_addEvent(e, o, n) {
|
|
2797
2633
|
const t = {
|
|
2798
|
-
id:
|
|
2634
|
+
id: On++,
|
|
2799
2635
|
timestamp: Date.now(),
|
|
2800
2636
|
type: e,
|
|
2801
2637
|
message: o,
|
|
@@ -2815,11 +2651,11 @@ const pe = class pe {
|
|
|
2815
2651
|
};
|
|
2816
2652
|
p(pe, "_instance");
|
|
2817
2653
|
let de = pe;
|
|
2818
|
-
const
|
|
2819
|
-
function
|
|
2654
|
+
const eo = 3e3;
|
|
2655
|
+
function oo(r) {
|
|
2820
2656
|
return !!r && typeof r.then == "function";
|
|
2821
2657
|
}
|
|
2822
|
-
function
|
|
2658
|
+
function ro(r, e) {
|
|
2823
2659
|
const o = [], n = [], t = e instanceof ShadowRoot ? e : e.head;
|
|
2824
2660
|
for (const i of r)
|
|
2825
2661
|
if (i.type === "css") {
|
|
@@ -2831,13 +2667,13 @@ function co(r, e) {
|
|
|
2831
2667
|
} else i.type === "adopted" && (e.adoptedStyleSheets = [...e.adoptedStyleSheets, i.sheet], n.push(i.sheet));
|
|
2832
2668
|
return { injectedElements: o, adoptedSheets: n };
|
|
2833
2669
|
}
|
|
2834
|
-
function
|
|
2670
|
+
function Vn(r, e, o) {
|
|
2835
2671
|
for (const n of r)
|
|
2836
2672
|
n.remove();
|
|
2837
2673
|
for (const n of e)
|
|
2838
2674
|
o.adoptedStyleSheets = o.adoptedStyleSheets.filter((t) => t !== n);
|
|
2839
2675
|
}
|
|
2840
|
-
class
|
|
2676
|
+
class Le {
|
|
2841
2677
|
constructor(e, o, n = { kind: "headless", interactive: !1 }, t) {
|
|
2842
2678
|
p(this, "renderTarget");
|
|
2843
2679
|
p(this, "iframe", null);
|
|
@@ -2851,45 +2687,45 @@ class De {
|
|
|
2851
2687
|
this.component = o, this._renderHost = n, this._input = t;
|
|
2852
2688
|
const i = o.isolation;
|
|
2853
2689
|
if (i === "shadow-dom") {
|
|
2854
|
-
const
|
|
2855
|
-
if (this._styleTarget =
|
|
2856
|
-
const { injectedElements:
|
|
2857
|
-
this._injectedElements =
|
|
2690
|
+
const c = e.attachShadow({ mode: "open" });
|
|
2691
|
+
if (this._styleTarget = c, o.styles) {
|
|
2692
|
+
const { injectedElements: d, adoptedSheets: l } = ro(o.styles, c);
|
|
2693
|
+
this._injectedElements = d, this._adoptedSheets = l;
|
|
2858
2694
|
}
|
|
2859
|
-
this.renderTarget = document.createElement("div"),
|
|
2695
|
+
this.renderTarget = document.createElement("div"), c.appendChild(this.renderTarget);
|
|
2860
2696
|
} else if (i === "iframe") {
|
|
2861
|
-
const
|
|
2862
|
-
|
|
2863
|
-
const
|
|
2864
|
-
|
|
2697
|
+
const c = document.createElement("iframe");
|
|
2698
|
+
c.style.border = "none", c.style.display = "block";
|
|
2699
|
+
const d = o.displayMode.type === "component";
|
|
2700
|
+
d ? c.style.width = (Mn(o.id) ?? 0) + "px" : c.style.width = "100%", c.style.height = (Tn(o.id) ?? 0) + "px";
|
|
2865
2701
|
const l = new URL(location.pathname, location.origin);
|
|
2866
|
-
l.searchParams.set("mode", "embedded"), l.searchParams.set("fixture", o.id), l.searchParams.set("file", o.sourceFile),
|
|
2867
|
-
let
|
|
2868
|
-
const
|
|
2702
|
+
l.searchParams.set("mode", "embedded"), l.searchParams.set("fixture", o.id), l.searchParams.set("file", o.sourceFile), c.src = l.toString(), e.appendChild(c), this.iframe = c;
|
|
2703
|
+
let g;
|
|
2704
|
+
const h = (f) => {
|
|
2869
2705
|
var b, C, y;
|
|
2870
|
-
if (f.source ===
|
|
2706
|
+
if (f.source === c.contentWindow)
|
|
2871
2707
|
if (((b = f.data) == null ? void 0 : b.type) === "component-explorer:resize") {
|
|
2872
2708
|
const v = f.data.height, _ = f.data.width;
|
|
2873
|
-
|
|
2709
|
+
c.style.height = v + "px", Rn(o.id, v), d && _ && (c.style.width = _ + "px", Hn(o.id, _));
|
|
2874
2710
|
} else if (((C = f.data) == null ? void 0 : C.type) === "component-explorer:error") {
|
|
2875
2711
|
const v = f.data.error;
|
|
2876
|
-
this._resolvedResult = { error: v },
|
|
2712
|
+
this._resolvedResult = { error: v }, g == null || g(v), g = void 0;
|
|
2877
2713
|
} else ((y = f.data) == null ? void 0 : y.type) === "component-explorer:console" && de.getInstance().addEvent(
|
|
2878
2714
|
f.data.eventType,
|
|
2879
2715
|
f.data.message,
|
|
2880
2716
|
f.data.stack
|
|
2881
2717
|
);
|
|
2882
2718
|
};
|
|
2883
|
-
window.addEventListener("message",
|
|
2884
|
-
window.removeEventListener("message",
|
|
2885
|
-
}), this.renderTarget =
|
|
2886
|
-
|
|
2719
|
+
window.addEventListener("message", h), this._abortController.signal.addEventListener("abort", () => {
|
|
2720
|
+
window.removeEventListener("message", h);
|
|
2721
|
+
}), this.renderTarget = c, this._rendered = new Promise((f, b) => {
|
|
2722
|
+
g = b;
|
|
2887
2723
|
});
|
|
2888
2724
|
return;
|
|
2889
2725
|
} else {
|
|
2890
2726
|
if (o.styles) {
|
|
2891
|
-
const { injectedElements:
|
|
2892
|
-
this._injectedElements =
|
|
2727
|
+
const { injectedElements: c, adoptedSheets: d } = ro(o.styles, document);
|
|
2728
|
+
this._injectedElements = c, this._adoptedSheets = d;
|
|
2893
2729
|
}
|
|
2894
2730
|
this.renderTarget = document.createElement("div"), e.appendChild(this.renderTarget);
|
|
2895
2731
|
}
|
|
@@ -2898,43 +2734,43 @@ class De {
|
|
|
2898
2734
|
a = o.render(this.renderTarget, {
|
|
2899
2735
|
fixtureId: o.id,
|
|
2900
2736
|
signal: this._abortController.signal,
|
|
2901
|
-
addDisposable: (
|
|
2737
|
+
addDisposable: (c) => (this._disposables.push(c), c),
|
|
2902
2738
|
host: this._renderHost,
|
|
2903
2739
|
input: this._input
|
|
2904
2740
|
});
|
|
2905
|
-
} catch (
|
|
2906
|
-
const
|
|
2907
|
-
message:
|
|
2908
|
-
stack:
|
|
2741
|
+
} catch (c) {
|
|
2742
|
+
const d = {
|
|
2743
|
+
message: c instanceof Error ? c.message : String(c),
|
|
2744
|
+
stack: c instanceof Error ? c.stack : void 0
|
|
2909
2745
|
};
|
|
2910
|
-
this._resolvedResult = { error:
|
|
2746
|
+
this._resolvedResult = { error: d }, this._rendered = Promise.reject(d);
|
|
2911
2747
|
return;
|
|
2912
2748
|
}
|
|
2913
|
-
a instanceof Promise ? this._rendered = a.then((
|
|
2914
|
-
var
|
|
2749
|
+
a instanceof Promise ? this._rendered = a.then((c) => {
|
|
2750
|
+
var d;
|
|
2915
2751
|
if (this._abortController.signal.aborted) {
|
|
2916
2752
|
try {
|
|
2917
|
-
const l = (
|
|
2918
|
-
|
|
2753
|
+
const l = (d = c == null ? void 0 : c.dispose) == null ? void 0 : d.call(c);
|
|
2754
|
+
oo(l) && l.catch(() => {
|
|
2919
2755
|
});
|
|
2920
2756
|
} catch {
|
|
2921
2757
|
}
|
|
2922
2758
|
return;
|
|
2923
2759
|
}
|
|
2924
|
-
return this._resolvedResult =
|
|
2925
|
-
}).catch((
|
|
2926
|
-
const
|
|
2927
|
-
message:
|
|
2928
|
-
stack:
|
|
2760
|
+
return this._resolvedResult = c ?? void 0, this._resolvedResult;
|
|
2761
|
+
}).catch((c) => {
|
|
2762
|
+
const d = {
|
|
2763
|
+
message: c instanceof Error ? c.message : String(c),
|
|
2764
|
+
stack: c instanceof Error ? c.stack : void 0
|
|
2929
2765
|
};
|
|
2930
|
-
throw this._resolvedResult = { error:
|
|
2766
|
+
throw this._resolvedResult = { error: d }, d;
|
|
2931
2767
|
}) : (this._resolvedResult = a ?? void 0, this._rendered = Promise.resolve(this._resolvedResult));
|
|
2932
2768
|
}
|
|
2933
2769
|
async waitForRendering() {
|
|
2934
2770
|
const e = new Promise((o, n) => {
|
|
2935
2771
|
const t = setTimeout(() => {
|
|
2936
|
-
n(new Error(`Fixture timed out after ${
|
|
2937
|
-
},
|
|
2772
|
+
n(new Error(`Fixture timed out after ${eo}ms`));
|
|
2773
|
+
}, eo);
|
|
2938
2774
|
this._abortController.signal.addEventListener("abort", () => clearTimeout(t));
|
|
2939
2775
|
});
|
|
2940
2776
|
try {
|
|
@@ -2954,7 +2790,7 @@ class De {
|
|
|
2954
2790
|
}, n = [], t = (i) => {
|
|
2955
2791
|
try {
|
|
2956
2792
|
const a = i();
|
|
2957
|
-
|
|
2793
|
+
oo(a) && n.push(a.catch(o));
|
|
2958
2794
|
} catch (a) {
|
|
2959
2795
|
o(a);
|
|
2960
2796
|
}
|
|
@@ -2968,7 +2804,7 @@ class De {
|
|
|
2968
2804
|
t(() => i.dispose());
|
|
2969
2805
|
this._disposables.length = 0;
|
|
2970
2806
|
try {
|
|
2971
|
-
|
|
2807
|
+
Vn(this._injectedElements, this._adoptedSheets, this._styleTarget);
|
|
2972
2808
|
} catch (i) {
|
|
2973
2809
|
o(i);
|
|
2974
2810
|
}
|
|
@@ -2976,43 +2812,43 @@ class De {
|
|
|
2976
2812
|
}
|
|
2977
2813
|
}
|
|
2978
2814
|
let Be;
|
|
2979
|
-
function
|
|
2815
|
+
function Ln(r) {
|
|
2980
2816
|
Be = r;
|
|
2981
2817
|
}
|
|
2982
|
-
function
|
|
2818
|
+
function Dn() {
|
|
2983
2819
|
if (!Be)
|
|
2984
2820
|
throw new Error("Explorer shadow host not initialized");
|
|
2985
2821
|
return Be;
|
|
2986
2822
|
}
|
|
2987
|
-
const
|
|
2823
|
+
const zo = /* @__PURE__ */ new WeakSet(), no = HTMLElement.prototype.focus;
|
|
2988
2824
|
HTMLElement.prototype.focus = function(r) {
|
|
2989
|
-
!(r != null && r.preventScroll) &&
|
|
2825
|
+
!(r != null && r.preventScroll) && Nn(this) ? no.call(this, { ...r, preventScroll: !0 }) : no.call(this, r);
|
|
2990
2826
|
};
|
|
2991
|
-
function
|
|
2827
|
+
function Nn(r) {
|
|
2992
2828
|
let e = r;
|
|
2993
2829
|
for (; e; ) {
|
|
2994
|
-
if (e instanceof HTMLElement &&
|
|
2830
|
+
if (e instanceof HTMLElement && zo.has(e))
|
|
2995
2831
|
return !0;
|
|
2996
2832
|
e = e.parentElement;
|
|
2997
2833
|
}
|
|
2998
2834
|
return !1;
|
|
2999
2835
|
}
|
|
3000
|
-
function
|
|
3001
|
-
|
|
2836
|
+
function An(r) {
|
|
2837
|
+
zo.add(r);
|
|
3002
2838
|
}
|
|
3003
|
-
function
|
|
3004
|
-
return
|
|
2839
|
+
function Gn(r) {
|
|
2840
|
+
return Fn({
|
|
3005
2841
|
pathname: location.pathname,
|
|
3006
2842
|
baseQuery: location.search,
|
|
3007
2843
|
mode: "embedded",
|
|
3008
2844
|
fixtureId: r
|
|
3009
2845
|
});
|
|
3010
2846
|
}
|
|
3011
|
-
let
|
|
3012
|
-
class
|
|
3013
|
-
fixture:
|
|
3014
|
-
compact:
|
|
3015
|
-
onSelect:
|
|
2847
|
+
let zn = 0;
|
|
2848
|
+
class Pn extends D({
|
|
2849
|
+
fixture: m.const(),
|
|
2850
|
+
compact: m.const(),
|
|
2851
|
+
onSelect: m.const()
|
|
3016
2852
|
}) {
|
|
3017
2853
|
constructor() {
|
|
3018
2854
|
super(...arguments);
|
|
@@ -3023,27 +2859,27 @@ class Yn extends N({
|
|
|
3023
2859
|
p(this, "measuredWidth", B(this, void 0));
|
|
3024
2860
|
p(this, "measuredHeight", B(this, void 0));
|
|
3025
2861
|
p(this, "error", B(this, void 0));
|
|
3026
|
-
p(this, "slotName", `fixture-${
|
|
2862
|
+
p(this, "slotName", `fixture-${zn++}`);
|
|
3027
2863
|
p(this, "setCanvasRef", (o) => {
|
|
3028
2864
|
if (o === this._canvasRef || (this._cleanup(), this._canvasRef = o, !o)) return;
|
|
3029
|
-
const n =
|
|
2865
|
+
const n = Dn(), t = document.createElement("div");
|
|
3030
2866
|
t.slot = this.slotName;
|
|
3031
2867
|
const i = this.fixture.component, a = i.displayMode;
|
|
3032
2868
|
if (a.type === "page") {
|
|
3033
|
-
const
|
|
2869
|
+
const d = a.viewports[0], l = ar(d);
|
|
3034
2870
|
t.style.width = `${l.width}px`, t.style.height = `${l.height}px`, t.style.overflow = "auto";
|
|
3035
2871
|
} else
|
|
3036
2872
|
t.style.all = "initial", t.style.display = "inline-block";
|
|
3037
|
-
n.appendChild(t), this._fixtureContainer = t,
|
|
3038
|
-
const
|
|
3039
|
-
this._rendering =
|
|
3040
|
-
this.error.set(
|
|
3041
|
-
}), this._resizeObserver = new ResizeObserver((
|
|
3042
|
-
for (const l of
|
|
3043
|
-
const { width:
|
|
3044
|
-
|
|
2873
|
+
n.appendChild(t), this._fixtureContainer = t, An(t);
|
|
2874
|
+
const c = new Le(t, i, { kind: "explorer-ui", interactive: !0 });
|
|
2875
|
+
this._rendering = c, c.waitForRendering().catch((d) => {
|
|
2876
|
+
this.error.set(d, void 0);
|
|
2877
|
+
}), this._resizeObserver = new ResizeObserver((d) => {
|
|
2878
|
+
for (const l of d) {
|
|
2879
|
+
const { width: g, height: h } = l.contentRect;
|
|
2880
|
+
h > 0 && (this.measuredWidth.set(Math.round(g), void 0), this.measuredHeight.set(Math.round(h), void 0));
|
|
3045
2881
|
}
|
|
3046
|
-
}), this._resizeObserver.observe(
|
|
2882
|
+
}), this._resizeObserver.observe(c.renderTarget);
|
|
3047
2883
|
});
|
|
3048
2884
|
}
|
|
3049
2885
|
get fixture() {
|
|
@@ -3064,43 +2900,43 @@ class Yn extends N({
|
|
|
3064
2900
|
this._cleanup();
|
|
3065
2901
|
}
|
|
3066
2902
|
}
|
|
3067
|
-
const
|
|
3068
|
-
|
|
2903
|
+
const Po = N(
|
|
2904
|
+
Pn,
|
|
3069
2905
|
{},
|
|
3070
2906
|
(r, e) => {
|
|
3071
|
-
const o = e.fixture, n = o.component, t = e.measuredWidth.read(r), i = e.measuredHeight.read(r), a = e.error.read(r),
|
|
3072
|
-
return /* @__PURE__ */
|
|
3073
|
-
/* @__PURE__ */
|
|
3074
|
-
|
|
2907
|
+
const o = e.fixture, n = o.component, t = e.measuredWidth.read(r), i = e.measuredHeight.read(r), a = e.error.read(r), c = e.compact, d = t && i ? `${t} × ${i}` : "", l = c ? z.wrapperCompact : z.wrapper, g = c ? z.nameCompact : z.name;
|
|
2908
|
+
return /* @__PURE__ */ u("div", { style: l, children: [
|
|
2909
|
+
/* @__PURE__ */ u("div", { style: z.labelRow, children: [
|
|
2910
|
+
c && /* @__PURE__ */ s(
|
|
3075
2911
|
"a",
|
|
3076
2912
|
{
|
|
3077
|
-
href:
|
|
3078
|
-
style: { ...
|
|
3079
|
-
onClick: (
|
|
3080
|
-
e.onSelect && (
|
|
2913
|
+
href: Vo("fixture", o.id),
|
|
2914
|
+
style: { ...g, textDecoration: "none", color: "inherit" },
|
|
2915
|
+
onClick: (h) => {
|
|
2916
|
+
e.onSelect && (h.preventDefault(), e.onSelect(o.id));
|
|
3081
2917
|
},
|
|
3082
2918
|
children: o.name
|
|
3083
2919
|
}
|
|
3084
2920
|
),
|
|
3085
|
-
!
|
|
3086
|
-
/* @__PURE__ */
|
|
2921
|
+
!c && d && /* @__PURE__ */ s("span", { style: z.dimensions, children: d }),
|
|
2922
|
+
/* @__PURE__ */ s(
|
|
3087
2923
|
"a",
|
|
3088
2924
|
{
|
|
3089
|
-
href:
|
|
2925
|
+
href: Gn(o.id),
|
|
3090
2926
|
target: "_blank",
|
|
3091
2927
|
rel: "noopener noreferrer",
|
|
3092
2928
|
title: "Open in embedded mode",
|
|
3093
|
-
style:
|
|
3094
|
-
children: /* @__PURE__ */
|
|
2929
|
+
style: z.embeddedLink,
|
|
2930
|
+
children: /* @__PURE__ */ s(qn, {})
|
|
3095
2931
|
}
|
|
3096
2932
|
)
|
|
3097
2933
|
] }),
|
|
3098
|
-
/* @__PURE__ */
|
|
3099
|
-
a && /* @__PURE__ */
|
|
2934
|
+
/* @__PURE__ */ s("div", { ref: e.setCanvasRef, style: Un(n.background), children: /* @__PURE__ */ s("slot", { name: e.slotName }) }),
|
|
2935
|
+
a && /* @__PURE__ */ s(Qn, { error: a })
|
|
3100
2936
|
] });
|
|
3101
2937
|
}
|
|
3102
|
-
),
|
|
3103
|
-
function
|
|
2938
|
+
), K = 8;
|
|
2939
|
+
function Wo(r, e) {
|
|
3104
2940
|
return `
|
|
3105
2941
|
linear-gradient(45deg, ${e} 25%, transparent 25%),
|
|
3106
2942
|
linear-gradient(-45deg, ${e} 25%, transparent 25%),
|
|
@@ -3108,31 +2944,31 @@ function qo(r, e) {
|
|
|
3108
2944
|
linear-gradient(-45deg, transparent 75%, ${e} 75%)
|
|
3109
2945
|
`;
|
|
3110
2946
|
}
|
|
3111
|
-
const
|
|
2947
|
+
const Wn = {
|
|
3112
2948
|
backgroundColor: "#ffffff",
|
|
3113
|
-
backgroundImage:
|
|
3114
|
-
},
|
|
2949
|
+
backgroundImage: Wo("#ffffff", "#e5e5e5")
|
|
2950
|
+
}, jn = {
|
|
3115
2951
|
backgroundColor: "#1e1e1e",
|
|
3116
|
-
backgroundImage:
|
|
3117
|
-
},
|
|
2952
|
+
backgroundImage: Wo("#1e1e1e", "#2d2d2d")
|
|
2953
|
+
}, $n = {
|
|
3118
2954
|
display: "inline-block",
|
|
3119
2955
|
padding: "12px",
|
|
3120
2956
|
borderRadius: "4px",
|
|
3121
|
-
backgroundSize: `${
|
|
3122
|
-
backgroundPosition: `0 0, 0 ${
|
|
2957
|
+
backgroundSize: `${K * 2}px ${K * 2}px`,
|
|
2958
|
+
backgroundPosition: `0 0, 0 ${K}px, ${K}px -${K}px, -${K}px 0`,
|
|
3123
2959
|
boxShadow: "0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.08)",
|
|
3124
2960
|
overflow: "hidden",
|
|
3125
2961
|
position: "relative"
|
|
3126
2962
|
};
|
|
3127
|
-
function
|
|
3128
|
-
const e = r === "dark" ?
|
|
2963
|
+
function Un(r) {
|
|
2964
|
+
const e = r === "dark" ? jn : Wn;
|
|
3129
2965
|
return {
|
|
3130
|
-
|
|
2966
|
+
...$n,
|
|
3131
2967
|
backgroundColor: e.backgroundColor,
|
|
3132
2968
|
backgroundImage: e.backgroundImage
|
|
3133
2969
|
};
|
|
3134
2970
|
}
|
|
3135
|
-
const
|
|
2971
|
+
const z = {
|
|
3136
2972
|
wrapper: {
|
|
3137
2973
|
marginBottom: "32px"
|
|
3138
2974
|
},
|
|
@@ -3175,24 +3011,24 @@ const $ = {
|
|
|
3175
3011
|
cursor: "pointer"
|
|
3176
3012
|
}
|
|
3177
3013
|
};
|
|
3178
|
-
function
|
|
3179
|
-
return /* @__PURE__ */
|
|
3014
|
+
function qn() {
|
|
3015
|
+
return /* @__PURE__ */ s("svg", { width: "14", height: "14", viewBox: "0 0 16 16", fill: "currentColor", children: /* @__PURE__ */ s("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" }) });
|
|
3180
3016
|
}
|
|
3181
|
-
function
|
|
3182
|
-
const [e, o] =
|
|
3183
|
-
return /* @__PURE__ */
|
|
3184
|
-
/* @__PURE__ */
|
|
3017
|
+
function Qn({ error: r }) {
|
|
3018
|
+
const [e, o] = ho.useState(!1);
|
|
3019
|
+
return /* @__PURE__ */ u("div", { style: ne.container, children: [
|
|
3020
|
+
/* @__PURE__ */ u(
|
|
3185
3021
|
"button",
|
|
3186
3022
|
{
|
|
3187
3023
|
style: ne.header,
|
|
3188
3024
|
onClick: () => o(!e),
|
|
3189
3025
|
children: [
|
|
3190
|
-
/* @__PURE__ */
|
|
3191
|
-
/* @__PURE__ */
|
|
3026
|
+
/* @__PURE__ */ s("span", { style: ne.chevron, children: e ? "▼" : "▶" }),
|
|
3027
|
+
/* @__PURE__ */ s("span", { style: ne.message, children: r.message })
|
|
3192
3028
|
]
|
|
3193
3029
|
}
|
|
3194
3030
|
),
|
|
3195
|
-
e && r.stack && /* @__PURE__ */
|
|
3031
|
+
e && r.stack && /* @__PURE__ */ s("pre", { style: ne.stack, children: r.stack })
|
|
3196
3032
|
] });
|
|
3197
3033
|
}
|
|
3198
3034
|
const ne = {
|
|
@@ -3240,16 +3076,16 @@ const ne = {
|
|
|
3240
3076
|
userSelect: "text"
|
|
3241
3077
|
}
|
|
3242
3078
|
};
|
|
3243
|
-
class
|
|
3244
|
-
fixtureId:
|
|
3245
|
-
sessionName:
|
|
3246
|
-
daemon:
|
|
3079
|
+
class Kn extends D({
|
|
3080
|
+
fixtureId: m.const(),
|
|
3081
|
+
sessionName: m.const(),
|
|
3082
|
+
daemon: m.const()
|
|
3247
3083
|
}) {
|
|
3248
3084
|
constructor(o) {
|
|
3249
3085
|
super(o);
|
|
3250
3086
|
p(this, "screenshot", B(this, { status: "idle" }));
|
|
3251
3087
|
p(this, "_fetchVersion", 0);
|
|
3252
|
-
this._store.add(
|
|
3088
|
+
this._store.add(Fo((n) => {
|
|
3253
3089
|
this.props.daemon.sourceTreeIds.read(n).get(this.props.sessionName) && this._fetchScreenshot();
|
|
3254
3090
|
}));
|
|
3255
3091
|
}
|
|
@@ -3267,27 +3103,27 @@ class tt extends N({
|
|
|
3267
3103
|
}
|
|
3268
3104
|
}
|
|
3269
3105
|
}
|
|
3270
|
-
const
|
|
3271
|
-
|
|
3106
|
+
const to = N(
|
|
3107
|
+
Kn,
|
|
3272
3108
|
{},
|
|
3273
3109
|
(r, e) => {
|
|
3274
3110
|
var t;
|
|
3275
3111
|
const o = e.screenshot.read(r);
|
|
3276
3112
|
if (o.status === "idle" || o.status === "loading")
|
|
3277
|
-
return /* @__PURE__ */
|
|
3113
|
+
return /* @__PURE__ */ s("div", { style: P.placeholder, children: /* @__PURE__ */ s("div", { style: P.shimmer }) });
|
|
3278
3114
|
if (o.status === "error")
|
|
3279
|
-
return /* @__PURE__ */
|
|
3115
|
+
return /* @__PURE__ */ s("div", { style: P.error, children: /* @__PURE__ */ s("span", { style: P.errorText, children: "Screenshot failed" }) });
|
|
3280
3116
|
const { data: n } = o;
|
|
3281
|
-
return n.image ? /* @__PURE__ */
|
|
3117
|
+
return n.image ? /* @__PURE__ */ s(
|
|
3282
3118
|
"img",
|
|
3283
3119
|
{
|
|
3284
3120
|
src: `data:image/png;base64,${n.image}`,
|
|
3285
|
-
style:
|
|
3121
|
+
style: P.image,
|
|
3286
3122
|
alt: `Screenshot of ${e.fixtureId}`
|
|
3287
3123
|
}
|
|
3288
|
-
) : /* @__PURE__ */
|
|
3124
|
+
) : /* @__PURE__ */ s("div", { style: P.placeholder, children: /* @__PURE__ */ s("span", { style: P.hashText, children: (t = n.hash) == null ? void 0 : t.slice(0, 12) }) });
|
|
3289
3125
|
}
|
|
3290
|
-
),
|
|
3126
|
+
), P = {
|
|
3291
3127
|
placeholder: {
|
|
3292
3128
|
minHeight: 80,
|
|
3293
3129
|
display: "flex",
|
|
@@ -3330,16 +3166,16 @@ const lo = A(
|
|
|
3330
3166
|
border: "1px solid var(--component-explorer-panel-border)"
|
|
3331
3167
|
}
|
|
3332
3168
|
};
|
|
3333
|
-
class
|
|
3334
|
-
fixtureId:
|
|
3335
|
-
daemon:
|
|
3336
|
-
baselineSession:
|
|
3337
|
-
currentSession:
|
|
3169
|
+
class Jn extends D({
|
|
3170
|
+
fixtureId: m.const(),
|
|
3171
|
+
daemon: m.const(),
|
|
3172
|
+
baselineSession: m.const(),
|
|
3173
|
+
currentSession: m.const()
|
|
3338
3174
|
}) {
|
|
3339
3175
|
constructor(o) {
|
|
3340
3176
|
super(o);
|
|
3341
3177
|
p(this, "comparisonStatus", B(this, { status: "loading" }));
|
|
3342
|
-
this._store.add(
|
|
3178
|
+
this._store.add(Fo((n) => {
|
|
3343
3179
|
const t = this.props.daemon.sourceTreeIds.read(n), i = t.get(this.props.baselineSession), a = t.get(this.props.currentSession);
|
|
3344
3180
|
i && a && this._fetchComparison();
|
|
3345
3181
|
}));
|
|
@@ -3370,21 +3206,21 @@ class it extends N({
|
|
|
3370
3206
|
}
|
|
3371
3207
|
}
|
|
3372
3208
|
}
|
|
3373
|
-
const
|
|
3374
|
-
|
|
3209
|
+
const Yn = N(
|
|
3210
|
+
Jn,
|
|
3375
3211
|
{},
|
|
3376
3212
|
(r, e) => {
|
|
3377
|
-
const o = e.comparisonStatus.read(r), n = o.status === "loading" ? /* @__PURE__ */
|
|
3378
|
-
return /* @__PURE__ */
|
|
3379
|
-
/* @__PURE__ */
|
|
3380
|
-
/* @__PURE__ */
|
|
3213
|
+
const o = e.comparisonStatus.read(r), n = o.status === "loading" ? /* @__PURE__ */ s("span", { style: E.badgeLoading, children: "comparing..." }) : o.status === "error" ? /* @__PURE__ */ s("span", { style: E.badgeError, children: "error" }) : o.match ? /* @__PURE__ */ s("span", { style: E.badgeMatch, children: "✓ match" }) : /* @__PURE__ */ s("span", { style: E.badgeChanged, children: "● changed" });
|
|
3214
|
+
return /* @__PURE__ */ u("div", { style: E.fixtureRow, children: [
|
|
3215
|
+
/* @__PURE__ */ u("div", { style: E.fixtureLabel, children: [
|
|
3216
|
+
/* @__PURE__ */ s("span", { style: E.fixtureName, children: e.fixtureId }),
|
|
3381
3217
|
n
|
|
3382
3218
|
] }),
|
|
3383
|
-
/* @__PURE__ */
|
|
3384
|
-
/* @__PURE__ */
|
|
3385
|
-
/* @__PURE__ */
|
|
3386
|
-
/* @__PURE__ */
|
|
3387
|
-
|
|
3219
|
+
/* @__PURE__ */ u("div", { style: E.sideBySide, children: [
|
|
3220
|
+
/* @__PURE__ */ u("div", { style: E.screenshotColumn, children: [
|
|
3221
|
+
/* @__PURE__ */ s("span", { style: E.columnLabel, children: "Current" }),
|
|
3222
|
+
/* @__PURE__ */ s(
|
|
3223
|
+
to,
|
|
3388
3224
|
{
|
|
3389
3225
|
fixtureId: e.fixtureId,
|
|
3390
3226
|
sessionName: e.currentSession,
|
|
@@ -3392,10 +3228,10 @@ const at = A(
|
|
|
3392
3228
|
}
|
|
3393
3229
|
)
|
|
3394
3230
|
] }),
|
|
3395
|
-
/* @__PURE__ */
|
|
3396
|
-
/* @__PURE__ */
|
|
3397
|
-
/* @__PURE__ */
|
|
3398
|
-
|
|
3231
|
+
/* @__PURE__ */ u("div", { style: E.screenshotColumn, children: [
|
|
3232
|
+
/* @__PURE__ */ s("span", { style: E.columnLabel, children: "Baseline" }),
|
|
3233
|
+
/* @__PURE__ */ s(
|
|
3234
|
+
to,
|
|
3399
3235
|
{
|
|
3400
3236
|
fixtureId: e.fixtureId,
|
|
3401
3237
|
sessionName: e.baselineSession,
|
|
@@ -3406,17 +3242,17 @@ const at = A(
|
|
|
3406
3242
|
] })
|
|
3407
3243
|
] });
|
|
3408
3244
|
}
|
|
3409
|
-
),
|
|
3245
|
+
), Zn = T(
|
|
3410
3246
|
{
|
|
3411
|
-
name:
|
|
3412
|
-
path:
|
|
3413
|
-
items:
|
|
3414
|
-
daemon:
|
|
3415
|
-
baselineSession:
|
|
3416
|
-
currentSession:
|
|
3247
|
+
name: m.const(),
|
|
3248
|
+
path: m.const(),
|
|
3249
|
+
items: m.const(),
|
|
3250
|
+
daemon: m.const(),
|
|
3251
|
+
baselineSession: m.const(),
|
|
3252
|
+
currentSession: m.const()
|
|
3417
3253
|
},
|
|
3418
|
-
(r, e) => /* @__PURE__ */
|
|
3419
|
-
|
|
3254
|
+
(r, e) => /* @__PURE__ */ s("div", { style: E.groupContent, children: e.items.map((o) => /* @__PURE__ */ s(
|
|
3255
|
+
Yn,
|
|
3420
3256
|
{
|
|
3421
3257
|
fixtureId: o.fixtureId,
|
|
3422
3258
|
daemon: e.daemon,
|
|
@@ -3485,8 +3321,8 @@ const at = A(
|
|
|
3485
3321
|
color: "var(--component-explorer-errorForeground)",
|
|
3486
3322
|
fontWeight: 500
|
|
3487
3323
|
}
|
|
3488
|
-
},
|
|
3489
|
-
function
|
|
3324
|
+
}, J = 8;
|
|
3325
|
+
function jo(r, e) {
|
|
3490
3326
|
return `
|
|
3491
3327
|
linear-gradient(45deg, ${e} 25%, transparent 25%),
|
|
3492
3328
|
linear-gradient(-45deg, ${e} 25%, transparent 25%),
|
|
@@ -3494,48 +3330,48 @@ function Qo(r, e) {
|
|
|
3494
3330
|
linear-gradient(-45deg, transparent 75%, ${e} 75%)
|
|
3495
3331
|
`;
|
|
3496
3332
|
}
|
|
3497
|
-
const
|
|
3333
|
+
const Xn = {
|
|
3498
3334
|
backgroundColor: "#ffffff",
|
|
3499
|
-
backgroundImage:
|
|
3500
|
-
},
|
|
3335
|
+
backgroundImage: jo("#ffffff", "#e5e5e5")
|
|
3336
|
+
}, et = {
|
|
3501
3337
|
backgroundColor: "#1e1e1e",
|
|
3502
|
-
backgroundImage:
|
|
3503
|
-
},
|
|
3338
|
+
backgroundImage: jo("#1e1e1e", "#2d2d2d")
|
|
3339
|
+
}, ot = {
|
|
3504
3340
|
display: "inline-block",
|
|
3505
3341
|
padding: "12px",
|
|
3506
3342
|
borderRadius: "4px",
|
|
3507
|
-
backgroundSize: `${
|
|
3508
|
-
backgroundPosition: `0 0, 0 ${
|
|
3343
|
+
backgroundSize: `${J * 2}px ${J * 2}px`,
|
|
3344
|
+
backgroundPosition: `0 0, 0 ${J}px, ${J}px -${J}px, -${J}px 0`,
|
|
3509
3345
|
boxShadow: "0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.08)"
|
|
3510
3346
|
};
|
|
3511
|
-
function
|
|
3512
|
-
const e = r === "dark" ?
|
|
3347
|
+
function rt(r) {
|
|
3348
|
+
const e = r === "dark" ? et : Xn;
|
|
3513
3349
|
return {
|
|
3514
|
-
...
|
|
3350
|
+
...ot,
|
|
3515
3351
|
backgroundColor: e.backgroundColor,
|
|
3516
3352
|
backgroundImage: e.backgroundImage
|
|
3517
3353
|
};
|
|
3518
3354
|
}
|
|
3519
|
-
function
|
|
3520
|
-
return /* @__PURE__ */
|
|
3355
|
+
function io({ src: r, alt: e, background: o }) {
|
|
3356
|
+
return /* @__PURE__ */ s("div", { style: rt(o), children: /* @__PURE__ */ s("img", { src: r, alt: e, style: F.image }) });
|
|
3521
3357
|
}
|
|
3522
|
-
const
|
|
3358
|
+
const nt = T(
|
|
3523
3359
|
{
|
|
3524
|
-
item:
|
|
3525
|
-
reportModel:
|
|
3360
|
+
item: m.const(),
|
|
3361
|
+
reportModel: m.const()
|
|
3526
3362
|
},
|
|
3527
3363
|
(r, e) => {
|
|
3528
|
-
const { item: o, reportModel: n } = e, { entry: t } = o, i = t.background ?? "light", a = t.status === "unchanged" ? /* @__PURE__ */
|
|
3529
|
-
return /* @__PURE__ */
|
|
3530
|
-
/* @__PURE__ */
|
|
3531
|
-
/* @__PURE__ */
|
|
3364
|
+
const { item: o, reportModel: n } = e, { entry: t } = o, i = t.background ?? "light", a = t.status === "unchanged" ? /* @__PURE__ */ s("span", { style: F.badgeMatch, children: "✓ match" }) : t.status === "changed" ? /* @__PURE__ */ s("span", { style: F.badgeChanged, children: "● changed" }) : /* @__PURE__ */ s("span", { style: F.badgeAdded, children: "+ added" }), c = t.baselineScreenshot || t.currentScreenshot;
|
|
3365
|
+
return /* @__PURE__ */ u("div", { style: F.fixtureRow, children: [
|
|
3366
|
+
/* @__PURE__ */ u("div", { style: F.fixtureLabel, children: [
|
|
3367
|
+
/* @__PURE__ */ s("span", { style: F.fixtureName, children: o.fixtureId }),
|
|
3532
3368
|
a
|
|
3533
3369
|
] }),
|
|
3534
|
-
|
|
3535
|
-
t.baselineScreenshot && /* @__PURE__ */
|
|
3536
|
-
/* @__PURE__ */
|
|
3537
|
-
/* @__PURE__ */
|
|
3538
|
-
|
|
3370
|
+
c && /* @__PURE__ */ u("div", { style: F.sideBySide, children: [
|
|
3371
|
+
t.baselineScreenshot && /* @__PURE__ */ u("div", { style: F.screenshotColumn, children: [
|
|
3372
|
+
/* @__PURE__ */ s("span", { style: F.columnLabel, children: "Baseline" }),
|
|
3373
|
+
/* @__PURE__ */ s(
|
|
3374
|
+
io,
|
|
3539
3375
|
{
|
|
3540
3376
|
src: n.resolveScreenshotUrl(t.baselineScreenshot),
|
|
3541
3377
|
alt: `Baseline screenshot of ${o.fixtureId}`,
|
|
@@ -3543,10 +3379,10 @@ const ut = H(
|
|
|
3543
3379
|
}
|
|
3544
3380
|
)
|
|
3545
3381
|
] }),
|
|
3546
|
-
t.currentScreenshot && /* @__PURE__ */
|
|
3547
|
-
/* @__PURE__ */
|
|
3548
|
-
/* @__PURE__ */
|
|
3549
|
-
|
|
3382
|
+
t.currentScreenshot && /* @__PURE__ */ u("div", { style: F.screenshotColumn, children: [
|
|
3383
|
+
/* @__PURE__ */ s("span", { style: F.columnLabel, children: "Current" }),
|
|
3384
|
+
/* @__PURE__ */ s(
|
|
3385
|
+
io,
|
|
3550
3386
|
{
|
|
3551
3387
|
src: n.resolveScreenshotUrl(t.currentScreenshot),
|
|
3552
3388
|
alt: `Current screenshot of ${o.fixtureId}`,
|
|
@@ -3555,21 +3391,21 @@ const ut = H(
|
|
|
3555
3391
|
)
|
|
3556
3392
|
] })
|
|
3557
3393
|
] }),
|
|
3558
|
-
!
|
|
3394
|
+
!c && t.status === "unchanged" && /* @__PURE__ */ s("div", { style: F.hashRow, children: /* @__PURE__ */ u("span", { style: F.hashText, children: [
|
|
3559
3395
|
"hash: ",
|
|
3560
3396
|
t.targetHash
|
|
3561
3397
|
] }) })
|
|
3562
3398
|
] });
|
|
3563
3399
|
}
|
|
3564
|
-
),
|
|
3400
|
+
), tt = T(
|
|
3565
3401
|
{
|
|
3566
|
-
name:
|
|
3567
|
-
path:
|
|
3568
|
-
items:
|
|
3569
|
-
reportModel:
|
|
3402
|
+
name: m.const(),
|
|
3403
|
+
path: m.const(),
|
|
3404
|
+
items: m.const(),
|
|
3405
|
+
reportModel: m.const()
|
|
3570
3406
|
},
|
|
3571
|
-
(r, e) => /* @__PURE__ */
|
|
3572
|
-
|
|
3407
|
+
(r, e) => /* @__PURE__ */ s("div", { style: F.groupContent, children: e.items.map((o) => /* @__PURE__ */ s(
|
|
3408
|
+
nt,
|
|
3573
3409
|
{
|
|
3574
3410
|
item: o,
|
|
3575
3411
|
reportModel: e.reportModel
|
|
@@ -3640,37 +3476,37 @@ const ut = H(
|
|
|
3640
3476
|
color: "var(--component-explorer-testing-iconQueued)",
|
|
3641
3477
|
fontWeight: 500
|
|
3642
3478
|
}
|
|
3643
|
-
},
|
|
3644
|
-
const
|
|
3645
|
-
function
|
|
3479
|
+
}, it = 280, at = 32, le = 32, ao = 400;
|
|
3480
|
+
const $o = "component-explorer:scrollAnchors", co = 100;
|
|
3481
|
+
function Uo() {
|
|
3646
3482
|
try {
|
|
3647
|
-
const r = localStorage.getItem(
|
|
3483
|
+
const r = localStorage.getItem($o);
|
|
3648
3484
|
if (r) return JSON.parse(r);
|
|
3649
3485
|
} catch {
|
|
3650
3486
|
}
|
|
3651
3487
|
return {};
|
|
3652
3488
|
}
|
|
3653
|
-
function
|
|
3489
|
+
function ct(r, e) {
|
|
3654
3490
|
try {
|
|
3655
|
-
const o =
|
|
3491
|
+
const o = Uo();
|
|
3656
3492
|
o[r] = e;
|
|
3657
|
-
const n = Object.entries(o), t = n.length >
|
|
3658
|
-
localStorage.setItem(
|
|
3493
|
+
const n = Object.entries(o), t = n.length > co ? Object.fromEntries(n.slice(-co)) : o;
|
|
3494
|
+
localStorage.setItem($o, JSON.stringify(t));
|
|
3659
3495
|
} catch {
|
|
3660
3496
|
}
|
|
3661
3497
|
}
|
|
3662
|
-
function
|
|
3663
|
-
return
|
|
3498
|
+
function st(r) {
|
|
3499
|
+
return Uo()[r];
|
|
3664
3500
|
}
|
|
3665
|
-
function
|
|
3501
|
+
function qo(r) {
|
|
3666
3502
|
return r.type === "single" ? r.fixture.id : r.id;
|
|
3667
3503
|
}
|
|
3668
|
-
function
|
|
3504
|
+
function dt(r, e) {
|
|
3669
3505
|
const o = new Array(r.length);
|
|
3670
3506
|
let n = le;
|
|
3671
3507
|
for (let t = 0; t < r.length; t++) {
|
|
3672
|
-
const i = e.get(
|
|
3673
|
-
o[t] = { top: n, height: i }, n += i +
|
|
3508
|
+
const i = e.get(qo(r[t])) ?? it;
|
|
3509
|
+
o[t] = { top: n, height: i }, n += i + at;
|
|
3674
3510
|
}
|
|
3675
3511
|
return o;
|
|
3676
3512
|
}
|
|
@@ -3679,7 +3515,7 @@ function _e(r) {
|
|
|
3679
3515
|
const e = r[r.length - 1];
|
|
3680
3516
|
return e.top + e.height + le;
|
|
3681
3517
|
}
|
|
3682
|
-
function
|
|
3518
|
+
function Qo(r, e) {
|
|
3683
3519
|
let o = 0, n = r.length;
|
|
3684
3520
|
for (; o < n; ) {
|
|
3685
3521
|
const t = o + n >> 1;
|
|
@@ -3687,51 +3523,51 @@ function Zo(r, e) {
|
|
|
3687
3523
|
}
|
|
3688
3524
|
return o;
|
|
3689
3525
|
}
|
|
3690
|
-
function
|
|
3526
|
+
function lt(r, e, o) {
|
|
3691
3527
|
if (r.length === 0) return { start: 0, end: 0 };
|
|
3692
|
-
const n =
|
|
3528
|
+
const n = Qo(r, e - ao);
|
|
3693
3529
|
let t = n;
|
|
3694
|
-
const i = e + o +
|
|
3530
|
+
const i = e + o + ao;
|
|
3695
3531
|
for (; t < r.length && r[t].top < i; )
|
|
3696
3532
|
t++;
|
|
3697
3533
|
return { start: n, end: t };
|
|
3698
3534
|
}
|
|
3699
|
-
function
|
|
3535
|
+
function so(r, e) {
|
|
3700
3536
|
if (r.length === 0) return;
|
|
3701
|
-
const o =
|
|
3537
|
+
const o = Qo(r, e), n = Math.min(o, r.length - 1);
|
|
3702
3538
|
return {
|
|
3703
3539
|
rowIndex: n,
|
|
3704
3540
|
offsetFromViewport: r[n].top - e
|
|
3705
3541
|
};
|
|
3706
3542
|
}
|
|
3707
|
-
function
|
|
3543
|
+
function lo(r, e) {
|
|
3708
3544
|
return e.rowIndex >= r.length ? 0 : r[e.rowIndex].top - e.offsetFromViewport;
|
|
3709
3545
|
}
|
|
3710
|
-
function
|
|
3546
|
+
function po(r) {
|
|
3711
3547
|
return r.type === "single" ? r.fixture.path : r.path;
|
|
3712
3548
|
}
|
|
3713
|
-
function
|
|
3549
|
+
function go(r) {
|
|
3714
3550
|
return r.split(" / ").slice(1);
|
|
3715
3551
|
}
|
|
3716
|
-
function
|
|
3552
|
+
function pt(r, e, o) {
|
|
3717
3553
|
const n = o.split("/"), t = n.length - r.length;
|
|
3718
3554
|
for (let i = 0; i < r.length; i++)
|
|
3719
3555
|
if (!e || i >= e.length || r[i] !== e[i])
|
|
3720
|
-
return r.slice(i).map((a,
|
|
3721
|
-
depth: i +
|
|
3556
|
+
return r.slice(i).map((a, c) => ({
|
|
3557
|
+
depth: i + c,
|
|
3722
3558
|
name: a,
|
|
3723
|
-
nodeId: n.slice(0, t + i +
|
|
3559
|
+
nodeId: n.slice(0, t + i + c + 1).join("/")
|
|
3724
3560
|
}));
|
|
3725
3561
|
return [];
|
|
3726
3562
|
}
|
|
3727
|
-
const
|
|
3728
|
-
function
|
|
3729
|
-
return
|
|
3563
|
+
const uo = ["h1", "h2", "h3", "h4"];
|
|
3564
|
+
function gt(r) {
|
|
3565
|
+
return uo[Math.min(r, uo.length - 1)];
|
|
3730
3566
|
}
|
|
3731
|
-
const
|
|
3732
|
-
function
|
|
3567
|
+
const mo = ["22px", "15px", "13px", "12px"];
|
|
3568
|
+
function ut(r) {
|
|
3733
3569
|
return {
|
|
3734
|
-
fontSize:
|
|
3570
|
+
fontSize: mo[Math.min(r, mo.length - 1)],
|
|
3735
3571
|
fontWeight: r <= 1 ? 600 : 500,
|
|
3736
3572
|
color: "var(--component-explorer-foreground)",
|
|
3737
3573
|
margin: 0,
|
|
@@ -3740,12 +3576,12 @@ function wt(r) {
|
|
|
3740
3576
|
borderBottom: r === 0 ? "1px solid var(--component-explorer-widget-border, var(--component-explorer-panel-border, rgba(128,128,128,0.35)))" : void 0
|
|
3741
3577
|
};
|
|
3742
3578
|
}
|
|
3743
|
-
class
|
|
3744
|
-
model:
|
|
3579
|
+
class mt extends D({
|
|
3580
|
+
model: m.const()
|
|
3745
3581
|
}) {
|
|
3746
3582
|
constructor() {
|
|
3747
3583
|
super(...arguments);
|
|
3748
|
-
p(this, "_rowHeights", B(this,
|
|
3584
|
+
p(this, "_rowHeights", B(this, En()));
|
|
3749
3585
|
p(this, "_scrollTop", B(this, 0));
|
|
3750
3586
|
p(this, "_viewportHeight", B(this, 0));
|
|
3751
3587
|
p(this, "_scrollContainerRef", null);
|
|
@@ -3756,11 +3592,11 @@ class Bt extends N({
|
|
|
3756
3592
|
p(this, "_suppressScrollHandler", !1);
|
|
3757
3593
|
p(this, "layout", I(this, (o) => {
|
|
3758
3594
|
const n = this.explorerModel.selectedFixtures.read(o), t = this._rowHeights.read(o);
|
|
3759
|
-
return
|
|
3595
|
+
return dt(n, t);
|
|
3760
3596
|
}));
|
|
3761
3597
|
p(this, "visibleRowRange", I(this, (o) => {
|
|
3762
3598
|
const n = this.layout.read(o), t = this._scrollTop.read(o), i = this._viewportHeight.read(o);
|
|
3763
|
-
return
|
|
3599
|
+
return lt(n, t, i);
|
|
3764
3600
|
}));
|
|
3765
3601
|
p(this, "setScrollContainerRef", (o) => {
|
|
3766
3602
|
var n;
|
|
@@ -3778,28 +3614,28 @@ class Bt extends N({
|
|
|
3778
3614
|
}
|
|
3779
3615
|
this._scrollSaveTimeout && clearTimeout(this._scrollSaveTimeout), this._scrollSaveTimeout = setTimeout(() => {
|
|
3780
3616
|
if (!this._currentNodeId) return;
|
|
3781
|
-
const i = this.layout.get(), a =
|
|
3782
|
-
a &&
|
|
3617
|
+
const i = this.layout.get(), a = so(i, this._scrollTop.get());
|
|
3618
|
+
a && ct(this._currentNodeId, a);
|
|
3783
3619
|
}, 150);
|
|
3784
3620
|
});
|
|
3785
3621
|
p(this, "observeRowElement", (o, n) => {
|
|
3786
3622
|
o && (this._resizeObserver || (this._resizeObserver = new ResizeObserver((t) => {
|
|
3787
3623
|
const i = this._rowHeights.get();
|
|
3788
3624
|
let a;
|
|
3789
|
-
const
|
|
3790
|
-
for (const
|
|
3791
|
-
const l =
|
|
3625
|
+
const c = [];
|
|
3626
|
+
for (const d of t) {
|
|
3627
|
+
const l = d.target.getAttribute("data-row-id");
|
|
3792
3628
|
if (!l) continue;
|
|
3793
|
-
const
|
|
3794
|
-
|
|
3629
|
+
const g = Math.round(d.contentRect.height);
|
|
3630
|
+
g > 0 && i.get(l) !== g && (c.push({ rid: l, oldH: i.get(l), newH: g }), a || (a = new Map(i)), a.set(l, g), In(l, g));
|
|
3795
3631
|
}
|
|
3796
3632
|
if (a) {
|
|
3797
|
-
const
|
|
3633
|
+
const d = this.layout.get(), l = this._scrollTop.get(), g = so(d, l);
|
|
3798
3634
|
this._rowHeights.set(a, void 0);
|
|
3799
|
-
const
|
|
3800
|
-
if (
|
|
3801
|
-
const f =
|
|
3802
|
-
Math.abs(b) > 2 && (_e(
|
|
3635
|
+
const h = this.layout.get();
|
|
3636
|
+
if (g && this._scrollContainerRef) {
|
|
3637
|
+
const f = lo(h, g), b = f - l;
|
|
3638
|
+
Math.abs(b) > 2 && (_e(d), _e(h), void 0), this._suppressScrollHandler = !0, this._scrollContainerRef.scrollTop = f, this._scrollTop.set(f, void 0), requestAnimationFrame(() => {
|
|
3803
3639
|
this._suppressScrollHandler = !1;
|
|
3804
3640
|
});
|
|
3805
3641
|
}
|
|
@@ -3829,12 +3665,12 @@ class Bt extends N({
|
|
|
3829
3665
|
}
|
|
3830
3666
|
_restoreScrollPosition() {
|
|
3831
3667
|
if (!this._scrollContainerRef || !this._currentNodeId) return;
|
|
3832
|
-
const o =
|
|
3668
|
+
const o = st(this._currentNodeId);
|
|
3833
3669
|
if (!o) {
|
|
3834
3670
|
this._currentNodeId;
|
|
3835
3671
|
return;
|
|
3836
3672
|
}
|
|
3837
|
-
const n = this.layout.get(), t =
|
|
3673
|
+
const n = this.layout.get(), t = lo(n, o);
|
|
3838
3674
|
this._scrollContainerRef.scrollTop, this._currentNodeId, n.length, this._suppressScrollHandler = !0, this._scrollContainerRef.scrollTop = t, this._scrollTop.set(t, void 0), requestAnimationFrame(() => {
|
|
3839
3675
|
this._suppressScrollHandler = !1;
|
|
3840
3676
|
});
|
|
@@ -3844,40 +3680,40 @@ class Bt extends N({
|
|
|
3844
3680
|
(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);
|
|
3845
3681
|
}
|
|
3846
3682
|
}
|
|
3847
|
-
const
|
|
3848
|
-
|
|
3683
|
+
const ft = N(
|
|
3684
|
+
mt,
|
|
3849
3685
|
{},
|
|
3850
3686
|
(r, e) => {
|
|
3851
3687
|
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);
|
|
3852
3688
|
if (e.updateForSelection(n), o.length === 0) {
|
|
3853
|
-
const
|
|
3854
|
-
if (
|
|
3855
|
-
const l =
|
|
3689
|
+
const d = e.explorerModel.reportModel;
|
|
3690
|
+
if (d) {
|
|
3691
|
+
const l = d.state.read(r);
|
|
3856
3692
|
if (l.status === "loading")
|
|
3857
|
-
return /* @__PURE__ */
|
|
3693
|
+
return /* @__PURE__ */ s("div", { style: L.emptyState, children: /* @__PURE__ */ s("span", { style: L.emptyText, children: "Loading report..." }) });
|
|
3858
3694
|
if (l.status === "error")
|
|
3859
|
-
return /* @__PURE__ */
|
|
3695
|
+
return /* @__PURE__ */ s("div", { style: L.emptyState, children: /* @__PURE__ */ u("span", { style: { ...L.emptyText, color: "var(--component-explorer-errorForeground)" }, children: [
|
|
3860
3696
|
"Failed to load report: ",
|
|
3861
3697
|
l.message
|
|
3862
3698
|
] }) });
|
|
3863
3699
|
}
|
|
3864
|
-
return /* @__PURE__ */
|
|
3700
|
+
return /* @__PURE__ */ s("div", { style: L.emptyState, children: /* @__PURE__ */ s("span", { style: L.emptyText, children: "Select a component or folder to preview" }) });
|
|
3865
3701
|
}
|
|
3866
|
-
const
|
|
3867
|
-
return /* @__PURE__ */
|
|
3868
|
-
const
|
|
3869
|
-
return /* @__PURE__ */
|
|
3702
|
+
const c = _e(t);
|
|
3703
|
+
return /* @__PURE__ */ s("div", { ref: e.setScrollContainerRef, style: L.scrollContainer, children: /* @__PURE__ */ s("div", { style: { position: "relative", height: c }, children: o.slice(i, a).map((d, l) => {
|
|
3704
|
+
const g = i + l, { top: h } = t[g], f = qo(d), b = go(po(d)), C = g > 0 ? go(po(o[g - 1])) : void 0, y = pt(b, C, f);
|
|
3705
|
+
return /* @__PURE__ */ u(
|
|
3870
3706
|
"div",
|
|
3871
3707
|
{
|
|
3872
3708
|
ref: (v) => e.observeRowElement(v, f),
|
|
3873
|
-
style: { position: "absolute", top:
|
|
3709
|
+
style: { position: "absolute", top: h, left: le, right: le },
|
|
3874
3710
|
children: [
|
|
3875
3711
|
y.map((v) => {
|
|
3876
|
-
const _ =
|
|
3877
|
-
return /* @__PURE__ */
|
|
3712
|
+
const _ = gt(v.depth);
|
|
3713
|
+
return /* @__PURE__ */ s(_, { style: ut(v.depth), children: /* @__PURE__ */ s(
|
|
3878
3714
|
"a",
|
|
3879
3715
|
{
|
|
3880
|
-
href:
|
|
3716
|
+
href: Vo("fixture", v.nodeId),
|
|
3881
3717
|
style: L.headingLink,
|
|
3882
3718
|
onClick: (w) => {
|
|
3883
3719
|
w.preventDefault(), e.explorerModel.selectNode(v.nodeId);
|
|
@@ -3886,22 +3722,22 @@ const _t = A(
|
|
|
3886
3722
|
}
|
|
3887
3723
|
) }, v.depth);
|
|
3888
3724
|
}),
|
|
3889
|
-
|
|
3890
|
-
|
|
3725
|
+
d.type === "single" ? /* @__PURE__ */ s(Po, { fixture: d.fixture, compact: !1, onSelect: e.explorerModel.selectNode }) : d.type === "variants" ? /* @__PURE__ */ s(ht, { row: d, onSelect: e.explorerModel.selectNode }) : d.type === "screenshot-comparison" && e.explorerModel.daemon ? /* @__PURE__ */ s(
|
|
3726
|
+
Zn,
|
|
3891
3727
|
{
|
|
3892
|
-
name:
|
|
3893
|
-
path:
|
|
3894
|
-
items:
|
|
3728
|
+
name: d.name,
|
|
3729
|
+
path: d.path,
|
|
3730
|
+
items: d.items,
|
|
3895
3731
|
daemon: e.explorerModel.daemon,
|
|
3896
3732
|
baselineSession: e.baselineSessionName,
|
|
3897
3733
|
currentSession: e.currentSessionName
|
|
3898
3734
|
}
|
|
3899
|
-
) :
|
|
3900
|
-
|
|
3735
|
+
) : d.type === "report-comparison" && e.explorerModel.reportModel ? /* @__PURE__ */ s(
|
|
3736
|
+
tt,
|
|
3901
3737
|
{
|
|
3902
|
-
name:
|
|
3903
|
-
path:
|
|
3904
|
-
items:
|
|
3738
|
+
name: d.name,
|
|
3739
|
+
path: d.path,
|
|
3740
|
+
items: d.items,
|
|
3905
3741
|
reportModel: e.explorerModel.reportModel
|
|
3906
3742
|
}
|
|
3907
3743
|
) : null
|
|
@@ -3911,14 +3747,14 @@ const _t = A(
|
|
|
3911
3747
|
);
|
|
3912
3748
|
}) }) });
|
|
3913
3749
|
}
|
|
3914
|
-
),
|
|
3750
|
+
), ht = T(
|
|
3915
3751
|
{
|
|
3916
|
-
row:
|
|
3917
|
-
onSelect:
|
|
3752
|
+
row: m.const(),
|
|
3753
|
+
onSelect: m.const()
|
|
3918
3754
|
},
|
|
3919
3755
|
(r, e) => {
|
|
3920
3756
|
const o = e.row;
|
|
3921
|
-
return /* @__PURE__ */
|
|
3757
|
+
return /* @__PURE__ */ s("div", { style: L.variantsContent, children: o.fixtures.map((n) => /* @__PURE__ */ s(Po, { fixture: n, compact: !0, onSelect: e.onSelect }, n.id)) });
|
|
3922
3758
|
}
|
|
3923
3759
|
), L = {
|
|
3924
3760
|
scrollContainer: {
|
|
@@ -3948,8 +3784,8 @@ const _t = A(
|
|
|
3948
3784
|
color: "inherit"
|
|
3949
3785
|
}
|
|
3950
3786
|
};
|
|
3951
|
-
class
|
|
3952
|
-
store:
|
|
3787
|
+
class xt extends D({
|
|
3788
|
+
store: m.const()
|
|
3953
3789
|
}) {
|
|
3954
3790
|
constructor() {
|
|
3955
3791
|
super(...arguments);
|
|
@@ -3965,28 +3801,28 @@ class St extends N({
|
|
|
3965
3801
|
this.store.clear();
|
|
3966
3802
|
}
|
|
3967
3803
|
}
|
|
3968
|
-
const
|
|
3969
|
-
|
|
3970
|
-
{ store:
|
|
3804
|
+
const bt = N(
|
|
3805
|
+
xt,
|
|
3806
|
+
{ store: m.const() },
|
|
3971
3807
|
(r, e) => {
|
|
3972
3808
|
const o = e.store, n = o.events.read(r), t = o.errorCount.read(r), i = e.expanded.read(r);
|
|
3973
|
-
return n.length === 0 ? null : /* @__PURE__ */
|
|
3974
|
-
/* @__PURE__ */
|
|
3809
|
+
return n.length === 0 ? null : /* @__PURE__ */ u("div", { style: A.container, children: [
|
|
3810
|
+
/* @__PURE__ */ u(
|
|
3975
3811
|
"button",
|
|
3976
3812
|
{
|
|
3977
|
-
style:
|
|
3813
|
+
style: A.header,
|
|
3978
3814
|
onClick: () => e.toggleExpanded(),
|
|
3979
3815
|
children: [
|
|
3980
|
-
/* @__PURE__ */
|
|
3981
|
-
/* @__PURE__ */
|
|
3982
|
-
/* @__PURE__ */
|
|
3983
|
-
t > 0 && /* @__PURE__ */
|
|
3984
|
-
n.length > t && /* @__PURE__ */
|
|
3816
|
+
/* @__PURE__ */ u("span", { style: A.headerLeft, children: [
|
|
3817
|
+
/* @__PURE__ */ s("span", { style: A.chevron, children: i ? "▼" : "▶" }),
|
|
3818
|
+
/* @__PURE__ */ s("span", { children: "Console" }),
|
|
3819
|
+
t > 0 && /* @__PURE__ */ s("span", { style: A.errorBadge, children: t }),
|
|
3820
|
+
n.length > t && /* @__PURE__ */ s("span", { style: A.warnBadge, children: n.length - t })
|
|
3985
3821
|
] }),
|
|
3986
|
-
/* @__PURE__ */
|
|
3822
|
+
/* @__PURE__ */ s(
|
|
3987
3823
|
"button",
|
|
3988
3824
|
{
|
|
3989
|
-
style:
|
|
3825
|
+
style: A.clearButton,
|
|
3990
3826
|
onClick: (a) => {
|
|
3991
3827
|
a.stopPropagation(), e.clear();
|
|
3992
3828
|
},
|
|
@@ -3997,41 +3833,41 @@ const Ft = A(
|
|
|
3997
3833
|
]
|
|
3998
3834
|
}
|
|
3999
3835
|
),
|
|
4000
|
-
i && /* @__PURE__ */
|
|
3836
|
+
i && /* @__PURE__ */ s("div", { style: A.content, children: n.map((a) => /* @__PURE__ */ s(vt, { event: a }, a.id)) })
|
|
4001
3837
|
] });
|
|
4002
3838
|
}
|
|
4003
3839
|
);
|
|
4004
|
-
function
|
|
4005
|
-
const [e, o] =
|
|
4006
|
-
return /* @__PURE__ */
|
|
3840
|
+
function vt({ event: r }) {
|
|
3841
|
+
const [e, o] = ho.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" });
|
|
3842
|
+
return /* @__PURE__ */ u(
|
|
4007
3843
|
"div",
|
|
4008
3844
|
{
|
|
4009
3845
|
style: {
|
|
4010
|
-
...
|
|
3846
|
+
...Y.container,
|
|
4011
3847
|
backgroundColor: n ? "rgba(255, 80, 80, 0.1)" : t ? "rgba(255, 200, 0, 0.1)" : "transparent",
|
|
4012
3848
|
borderLeft: `3px solid ${n ? "#f55" : t ? "#fc0" : "transparent"}`
|
|
4013
3849
|
},
|
|
4014
3850
|
children: [
|
|
4015
|
-
/* @__PURE__ */
|
|
4016
|
-
/* @__PURE__ */
|
|
4017
|
-
/* @__PURE__ */
|
|
3851
|
+
/* @__PURE__ */ s("span", { style: Y.time, children: a }),
|
|
3852
|
+
/* @__PURE__ */ s("span", { style: { ...Y.type, color: n ? "#f77" : t ? "#fc0" : "#888" }, children: r.type.replace("window.", "").replace("console.", "") }),
|
|
3853
|
+
/* @__PURE__ */ u("span", { style: Y.message, children: [
|
|
4018
3854
|
r.message,
|
|
4019
|
-
r.stack && /* @__PURE__ */
|
|
3855
|
+
r.stack && /* @__PURE__ */ s(
|
|
4020
3856
|
"span",
|
|
4021
3857
|
{
|
|
4022
|
-
style:
|
|
3858
|
+
style: Y.stackIndicator,
|
|
4023
3859
|
onClick: () => o(!e),
|
|
4024
3860
|
title: "Toggle stack trace",
|
|
4025
3861
|
children: e ? " ▴" : " ▾"
|
|
4026
3862
|
}
|
|
4027
3863
|
)
|
|
4028
3864
|
] }),
|
|
4029
|
-
e && r.stack && /* @__PURE__ */
|
|
3865
|
+
e && r.stack && /* @__PURE__ */ s("pre", { style: Y.stack, children: r.stack })
|
|
4030
3866
|
]
|
|
4031
3867
|
}
|
|
4032
3868
|
);
|
|
4033
3869
|
}
|
|
4034
|
-
const
|
|
3870
|
+
const A = {
|
|
4035
3871
|
container: {
|
|
4036
3872
|
borderTop: "1px solid var(--component-explorer-panel-border)",
|
|
4037
3873
|
backgroundColor: "var(--component-explorer-editor-background)",
|
|
@@ -4096,7 +3932,7 @@ const G = {
|
|
|
4096
3932
|
userSelect: "text",
|
|
4097
3933
|
cursor: "text"
|
|
4098
3934
|
}
|
|
4099
|
-
},
|
|
3935
|
+
}, Y = {
|
|
4100
3936
|
container: {
|
|
4101
3937
|
display: "grid",
|
|
4102
3938
|
gridTemplateColumns: "auto auto 1fr",
|
|
@@ -4136,9 +3972,9 @@ const G = {
|
|
|
4136
3972
|
wordBreak: "break-word",
|
|
4137
3973
|
lineHeight: 1.4
|
|
4138
3974
|
}
|
|
4139
|
-
},
|
|
4140
|
-
|
|
4141
|
-
const
|
|
3975
|
+
}, Ko = de.getInstance();
|
|
3976
|
+
Ko.install();
|
|
3977
|
+
const fo = {
|
|
4142
3978
|
display: "flex",
|
|
4143
3979
|
flexDirection: "column",
|
|
4144
3980
|
alignItems: "center",
|
|
@@ -4149,44 +3985,44 @@ const ko = {
|
|
|
4149
3985
|
color: "var(--component-explorer-foreground)",
|
|
4150
3986
|
opacity: 0.5,
|
|
4151
3987
|
fontSize: "13px"
|
|
4152
|
-
},
|
|
3988
|
+
}, kt = {
|
|
4153
3989
|
width: "24px",
|
|
4154
3990
|
height: "24px",
|
|
4155
3991
|
border: "2px solid currentColor",
|
|
4156
3992
|
borderTopColor: "transparent",
|
|
4157
3993
|
borderRadius: "50%",
|
|
4158
3994
|
animation: "explorer-spin 0.8s linear infinite"
|
|
4159
|
-
},
|
|
4160
|
-
|
|
4161
|
-
{ daemonModel:
|
|
3995
|
+
}, yt = N(
|
|
3996
|
+
Zr,
|
|
3997
|
+
{ daemonModel: m.const(), reportModel: m.const() },
|
|
4162
3998
|
(r, e) => {
|
|
4163
3999
|
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";
|
|
4164
4000
|
if (t)
|
|
4165
|
-
return /* @__PURE__ */
|
|
4166
|
-
/* @__PURE__ */
|
|
4167
|
-
/* @__PURE__ */
|
|
4001
|
+
return /* @__PURE__ */ s("div", { className: i, style: { ...x.container, backgroundColor: "var(--component-explorer-editor-background)" }, children: /* @__PURE__ */ u("div", { style: { ...fo, userSelect: "text", cursor: "text" }, children: [
|
|
4002
|
+
/* @__PURE__ */ s("span", { style: { color: "var(--component-explorer-errorForeground)" }, children: "Failed to load fixtures" }),
|
|
4003
|
+
/* @__PURE__ */ s("pre", { style: { fontSize: "12px", opacity: 0.7, whiteSpace: "pre-wrap", wordBreak: "break-word", margin: 0, fontFamily: "inherit" }, children: t })
|
|
4168
4004
|
] }) });
|
|
4169
4005
|
if (n)
|
|
4170
|
-
return /* @__PURE__ */
|
|
4171
|
-
/* @__PURE__ */
|
|
4172
|
-
/* @__PURE__ */
|
|
4173
|
-
/* @__PURE__ */
|
|
4006
|
+
return /* @__PURE__ */ u("div", { className: i, style: { ...x.container, backgroundColor: "var(--component-explorer-editor-background)" }, children: [
|
|
4007
|
+
/* @__PURE__ */ s("style", { children: "@keyframes explorer-spin { to { transform: rotate(360deg); } }" }),
|
|
4008
|
+
/* @__PURE__ */ u("div", { style: fo, children: [
|
|
4009
|
+
/* @__PURE__ */ s("div", { style: kt }),
|
|
4174
4010
|
"Loading fixtures…"
|
|
4175
4011
|
] })
|
|
4176
4012
|
] });
|
|
4177
|
-
const a = e.leftSidebarVisible.read(r),
|
|
4178
|
-
return /* @__PURE__ */
|
|
4179
|
-
a && /* @__PURE__ */
|
|
4180
|
-
/* @__PURE__ */
|
|
4181
|
-
/* @__PURE__ */
|
|
4182
|
-
/* @__PURE__ */
|
|
4183
|
-
/* @__PURE__ */
|
|
4013
|
+
const a = e.leftSidebarVisible.read(r), c = e.rightSidebarVisible.read(r), d = e.selectedNode.read(r);
|
|
4014
|
+
return /* @__PURE__ */ u("div", { className: i, style: x.container, children: [
|
|
4015
|
+
a && /* @__PURE__ */ s(kn, { model: e }),
|
|
4016
|
+
/* @__PURE__ */ u("div", { style: x.centerArea, children: [
|
|
4017
|
+
/* @__PURE__ */ s(ln, { model: e }),
|
|
4018
|
+
/* @__PURE__ */ s(ft, { model: e }),
|
|
4019
|
+
/* @__PURE__ */ s(bt, { store: Ko })
|
|
4184
4020
|
] }),
|
|
4185
|
-
|
|
4021
|
+
c && /* @__PURE__ */ s(_n, { selectedNode: d })
|
|
4186
4022
|
] });
|
|
4187
4023
|
}
|
|
4188
4024
|
);
|
|
4189
|
-
var
|
|
4025
|
+
var wt = class Ce {
|
|
4190
4026
|
constructor(e) {
|
|
4191
4027
|
p(this, "iterator");
|
|
4192
4028
|
this.iterator = e;
|
|
@@ -4200,14 +4036,14 @@ var Ht = class Ce {
|
|
|
4200
4036
|
[Symbol.asyncIterator]() {
|
|
4201
4037
|
return this.iterator;
|
|
4202
4038
|
}
|
|
4203
|
-
},
|
|
4039
|
+
}, Bt = class extends Error {
|
|
4204
4040
|
constructor(e, o, n) {
|
|
4205
4041
|
super(n);
|
|
4206
4042
|
p(this, "statusCode");
|
|
4207
4043
|
p(this, "method");
|
|
4208
4044
|
this.statusCode = e, this.method = o, this.name = "ApiError";
|
|
4209
4045
|
}
|
|
4210
|
-
},
|
|
4046
|
+
}, _t = class {
|
|
4211
4047
|
constructor(r) {
|
|
4212
4048
|
p(this, "_request");
|
|
4213
4049
|
p(this, "methods", this._createProxy(""));
|
|
@@ -4224,55 +4060,55 @@ var Ht = class Ce {
|
|
|
4224
4060
|
});
|
|
4225
4061
|
}
|
|
4226
4062
|
};
|
|
4227
|
-
function
|
|
4228
|
-
return new
|
|
4229
|
-
var
|
|
4063
|
+
function Ct(r, e) {
|
|
4064
|
+
return new _t(async (o, n) => {
|
|
4065
|
+
var c, d;
|
|
4230
4066
|
const t = await fetch(`${r}/${o}`, {
|
|
4231
4067
|
method: "POST",
|
|
4232
4068
|
headers: {
|
|
4233
4069
|
"Content-Type": "application/json",
|
|
4234
|
-
...(
|
|
4070
|
+
...(c = e == null ? void 0 : e.getHeaders) == null ? void 0 : c.call(e)
|
|
4235
4071
|
},
|
|
4236
4072
|
body: JSON.stringify(n)
|
|
4237
4073
|
});
|
|
4238
4074
|
if (t.status !== 200) {
|
|
4239
4075
|
const l = await t.json().catch(() => null);
|
|
4240
|
-
let
|
|
4076
|
+
let g;
|
|
4241
4077
|
if (l && typeof l == "object" && ("errorMessage" in l || "error" in l)) {
|
|
4242
4078
|
const f = l.errorMessage ?? l.error, b = l.stack;
|
|
4243
|
-
|
|
4079
|
+
g = `${f}${b ? `
|
|
4244
4080
|
${b}` : ""}`;
|
|
4245
4081
|
} else
|
|
4246
|
-
|
|
4247
|
-
const
|
|
4248
|
-
throw (
|
|
4082
|
+
g = `Error calling API method "${o}" (${t.status}): ${JSON.stringify(l)}`;
|
|
4083
|
+
const h = new Bt(t.status, o, g);
|
|
4084
|
+
throw (d = e == null ? void 0 : e.onError) == null || d.call(e, h), h;
|
|
4249
4085
|
}
|
|
4250
4086
|
const i = t.headers.get("Content-Type");
|
|
4251
|
-
return i != null && i.startsWith("application/jsonl") ?
|
|
4087
|
+
return i != null && i.startsWith("application/jsonl") ? wt.fromFn(async function* () {
|
|
4252
4088
|
var b;
|
|
4253
4089
|
const l = (b = t.body) == null ? void 0 : b.getReader();
|
|
4254
4090
|
if (!l)
|
|
4255
4091
|
return;
|
|
4256
|
-
let
|
|
4257
|
-
const
|
|
4092
|
+
let g = "";
|
|
4093
|
+
const h = new TextDecoder("utf-8");
|
|
4258
4094
|
for (; ; ) {
|
|
4259
4095
|
const { done: C, value: y } = await l.read();
|
|
4260
4096
|
if (C)
|
|
4261
4097
|
break;
|
|
4262
|
-
|
|
4098
|
+
g += h.decode(y, { stream: !0 });
|
|
4263
4099
|
let v;
|
|
4264
|
-
for (; (v =
|
|
4100
|
+
for (; (v = g.indexOf(`
|
|
4265
4101
|
`)) >= 0; ) {
|
|
4266
|
-
const _ =
|
|
4267
|
-
|
|
4102
|
+
const _ = g.slice(0, v).trim();
|
|
4103
|
+
g = g.slice(v + 1), _.length > 0 && (yield JSON.parse(_));
|
|
4268
4104
|
}
|
|
4269
4105
|
}
|
|
4270
|
-
const f =
|
|
4106
|
+
const f = g.trim();
|
|
4271
4107
|
f.length > 0 && (yield JSON.parse(f));
|
|
4272
4108
|
}) : await t.json();
|
|
4273
4109
|
});
|
|
4274
4110
|
}
|
|
4275
|
-
class
|
|
4111
|
+
class St {
|
|
4276
4112
|
constructor(e) {
|
|
4277
4113
|
p(this, "_sourceTreeIds", B(this, /* @__PURE__ */ new Map()));
|
|
4278
4114
|
p(this, "_sessions", B(this, []));
|
|
@@ -4284,7 +4120,7 @@ class Vt {
|
|
|
4284
4120
|
p(this, "sourceTreeIds", this._sourceTreeIds);
|
|
4285
4121
|
/** Observable list of sessions from the daemon */
|
|
4286
4122
|
p(this, "sessions", this._sessions);
|
|
4287
|
-
this.config = e, this.sessionName = e.sessionName, this._client =
|
|
4123
|
+
this.config = e, this.sessionName = e.sessionName, this._client = Ct("/__explorer/daemon-api", {
|
|
4288
4124
|
getHeaders: () => ({ "X-Client-Name": "explorer-ui" })
|
|
4289
4125
|
});
|
|
4290
4126
|
}
|
|
@@ -4384,19 +4220,19 @@ class Vt {
|
|
|
4384
4220
|
}
|
|
4385
4221
|
}
|
|
4386
4222
|
_validateProtocolVersions() {
|
|
4387
|
-
const e =
|
|
4223
|
+
const e = ue.parse("1.0.0"), o = ue.parse(this.config.daemonApiVersion);
|
|
4388
4224
|
if (e.major !== o.major || e.minor !== o.minor)
|
|
4389
4225
|
throw new Error(
|
|
4390
4226
|
`Daemon API version mismatch. Explorer expects 1.0.0, daemon provides ${this.config.daemonApiVersion}. Update CLI, vite plugin, and explorer together.`
|
|
4391
4227
|
);
|
|
4392
|
-
const n =
|
|
4393
|
-
if (n.major !==
|
|
4228
|
+
const n = ue.parse(this.config.runtimeVersionNeededByPlugin);
|
|
4229
|
+
if (n.major !== ae.major || n.minor !== ae.minor)
|
|
4394
4230
|
throw new Error(
|
|
4395
|
-
`Explorer runtime version mismatch. Plugin requires ${this.config.runtimeVersionNeededByPlugin}, explorer provides ${
|
|
4231
|
+
`Explorer runtime version mismatch. Plugin requires ${this.config.runtimeVersionNeededByPlugin}, explorer provides ${ae.toString()}. Reinstall dependencies to align plugin and explorer runtime versions.`
|
|
4396
4232
|
);
|
|
4397
4233
|
}
|
|
4398
4234
|
}
|
|
4399
|
-
class
|
|
4235
|
+
class Ft {
|
|
4400
4236
|
constructor(e) {
|
|
4401
4237
|
p(this, "state", B(this, { status: "loading" }));
|
|
4402
4238
|
p(this, "_baseUrl");
|
|
@@ -4409,7 +4245,7 @@ class Lt {
|
|
|
4409
4245
|
}
|
|
4410
4246
|
buildTree(e) {
|
|
4411
4247
|
const o = this.state.read(e);
|
|
4412
|
-
return o.status !== "ready" ? { id: new
|
|
4248
|
+
return o.status !== "ready" ? { id: new O(""), name: "Report", type: "folder", children: [], labels: [] } : It(o.report.fixtures);
|
|
4413
4249
|
}
|
|
4414
4250
|
async _fetch() {
|
|
4415
4251
|
this.state.set({ status: "loading" }, void 0);
|
|
@@ -4424,51 +4260,51 @@ class Lt {
|
|
|
4424
4260
|
}
|
|
4425
4261
|
}
|
|
4426
4262
|
}
|
|
4427
|
-
function
|
|
4428
|
-
const e = { id: new
|
|
4263
|
+
function It(r) {
|
|
4264
|
+
const e = { id: new O(""), name: "Components", type: "folder", children: [], labels: [] };
|
|
4429
4265
|
for (const [o, n] of Object.entries(r)) {
|
|
4430
|
-
const t = new
|
|
4266
|
+
const t = new O(o).segments;
|
|
4431
4267
|
let i = e;
|
|
4432
4268
|
for (let a = 0; a < t.length; a++) {
|
|
4433
|
-
const
|
|
4434
|
-
if (
|
|
4435
|
-
const
|
|
4436
|
-
(n == null ? void 0 : n.status) === "changed" && !
|
|
4269
|
+
const c = t[a], d = a === t.length - 1, l = new O(t.slice(0, a + 1).join("/"));
|
|
4270
|
+
if (d) {
|
|
4271
|
+
const g = [...(n == null ? void 0 : n.labels) ?? []];
|
|
4272
|
+
(n == null ? void 0 : n.status) === "changed" && !g.includes("changed") && g.push("changed"), i.children.push({
|
|
4437
4273
|
id: l,
|
|
4438
|
-
name:
|
|
4274
|
+
name: c,
|
|
4439
4275
|
type: "component",
|
|
4440
4276
|
reportEntry: n,
|
|
4441
|
-
labels:
|
|
4277
|
+
labels: g
|
|
4442
4278
|
});
|
|
4443
4279
|
} else {
|
|
4444
|
-
let
|
|
4445
|
-
|
|
4280
|
+
let g = i.children.find((h) => h.type === "folder" && h.name === c);
|
|
4281
|
+
g || (g = { id: l, name: c, type: "folder", children: [], labels: [] }, i.children.push(g)), i = g;
|
|
4446
4282
|
}
|
|
4447
4283
|
}
|
|
4448
4284
|
}
|
|
4449
4285
|
return e;
|
|
4450
4286
|
}
|
|
4451
|
-
const Nt = '/*! 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}', At = '.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}', Gt = '.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}';
|
|
4452
|
-
class
|
|
4287
|
+
const Et = '/*! 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}', Rt = '.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}', Tt = '.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}';
|
|
4288
|
+
class Ht {
|
|
4453
4289
|
constructor(e, o, n) {
|
|
4454
4290
|
p(this, "_root");
|
|
4455
|
-
p(this, "_registry", new
|
|
4291
|
+
p(this, "_registry", new Ar());
|
|
4456
4292
|
p(this, "_daemonModel");
|
|
4457
4293
|
p(this, "_reportModel");
|
|
4458
4294
|
this._registry.loading.set(!0, void 0), o.then(
|
|
4459
|
-
(
|
|
4460
|
-
this._populateRegistry(
|
|
4295
|
+
(c) => {
|
|
4296
|
+
this._populateRegistry(c), this._registry.loading.set(!1, void 0), this._registry.error.set(void 0, void 0);
|
|
4461
4297
|
},
|
|
4462
|
-
(
|
|
4463
|
-
const
|
|
4464
|
-
this._registry.loading.set(!1, void 0), this._registry.error.set(
|
|
4298
|
+
(c) => {
|
|
4299
|
+
const d = c instanceof Error ? c.stack ?? c.message : String(c);
|
|
4300
|
+
this._registry.loading.set(!1, void 0), this._registry.error.set(d, void 0);
|
|
4465
4301
|
}
|
|
4466
4302
|
), this._reportModel = this._initializeReportModel(), this._daemonModel = this._reportModel ? void 0 : this._initializeDaemonModel(n);
|
|
4467
4303
|
const t = e.attachShadow({ mode: "open" }), i = new CSSStyleSheet();
|
|
4468
|
-
i.replaceSync([
|
|
4469
|
-
`)), t.adoptedStyleSheets = [i],
|
|
4304
|
+
i.replaceSync([Et, Rt, Tt].join(`
|
|
4305
|
+
`)), t.adoptedStyleSheets = [i], Ln(e);
|
|
4470
4306
|
const a = document.createElement("div");
|
|
4471
|
-
a.style.height = "100%", a.style.width = "100%", t.appendChild(a), this._root =
|
|
4307
|
+
a.style.height = "100%", a.style.width = "100%", t.appendChild(a), this._root = er(a), this._root.render(tr(yt, {
|
|
4472
4308
|
registry: this._registry,
|
|
4473
4309
|
daemonModel: this._daemonModel,
|
|
4474
4310
|
reportModel: this._reportModel
|
|
@@ -4477,12 +4313,12 @@ class zt {
|
|
|
4477
4313
|
_initializeReportModel() {
|
|
4478
4314
|
const o = new URLSearchParams(location.search).get("report");
|
|
4479
4315
|
if (o)
|
|
4480
|
-
return new
|
|
4316
|
+
return new Ft(o);
|
|
4481
4317
|
}
|
|
4482
4318
|
_initializeDaemonModel(e) {
|
|
4483
4319
|
if (!e)
|
|
4484
4320
|
return;
|
|
4485
|
-
const o = new
|
|
4321
|
+
const o = new St(e);
|
|
4486
4322
|
return o.initialize().catch((n) => {
|
|
4487
4323
|
console.error("[ExplorerUIMode] Failed to initialize DaemonModel:", n);
|
|
4488
4324
|
}), o;
|
|
@@ -4504,7 +4340,7 @@ class zt {
|
|
|
4504
4340
|
(e = this._daemonModel) == null || e.dispose(), this._root.unmount();
|
|
4505
4341
|
}
|
|
4506
4342
|
}
|
|
4507
|
-
class
|
|
4343
|
+
class Mt {
|
|
4508
4344
|
constructor(e, o) {
|
|
4509
4345
|
/** Random ID generated on construction — changes on full page reload. */
|
|
4510
4346
|
p(this, "pageInstanceId", Math.random().toString(36).slice(2));
|
|
@@ -4574,11 +4410,11 @@ class Pt {
|
|
|
4574
4410
|
throw new Error(this._loadError);
|
|
4575
4411
|
const n = this._findFixtureNode(this._root, e);
|
|
4576
4412
|
if (!n || !n.component) {
|
|
4577
|
-
const w = this._flattenFixtures(this._root).map((
|
|
4413
|
+
const w = this._flattenFixtures(this._root).map((ge) => ge.fixtureId), M = Vt(e, w, 5), Jo = M.length > 0 ? `
|
|
4578
4414
|
Did you mean one of these?
|
|
4579
|
-
${M.map((
|
|
4415
|
+
${M.map((ge) => ` - ${ge}`).join(`
|
|
4580
4416
|
`)}` : "";
|
|
4581
|
-
throw new Error("Fixture not found: " + e +
|
|
4417
|
+
throw new Error("Fixture not found: " + e + Jo);
|
|
4582
4418
|
}
|
|
4583
4419
|
if (o !== void 0 && (typeof o != "object" || o === null || Array.isArray(o)))
|
|
4584
4420
|
throw new Error(
|
|
@@ -4586,27 +4422,27 @@ ${M.map((ue) => ` - ${ue}`).join(`
|
|
|
4586
4422
|
);
|
|
4587
4423
|
const t = await this.disposeCurrentFixture(), i = document.createElement("div");
|
|
4588
4424
|
i.style.display = "inline-block", this._containerElement.appendChild(i), this._currentContainer = i;
|
|
4589
|
-
const a = n.component,
|
|
4590
|
-
let
|
|
4425
|
+
const a = n.component, c = [];
|
|
4426
|
+
let d;
|
|
4591
4427
|
const l = (w) => {
|
|
4592
|
-
|
|
4593
|
-
},
|
|
4594
|
-
let
|
|
4428
|
+
d || (d = w);
|
|
4429
|
+
}, g = this._captureEvents(c);
|
|
4430
|
+
let h;
|
|
4595
4431
|
const f = performance.now();
|
|
4596
4432
|
let b;
|
|
4597
4433
|
try {
|
|
4598
|
-
const w = new
|
|
4434
|
+
const w = new Le(i, a, { kind: "headless", interactive: !1 }, o);
|
|
4599
4435
|
b = performance.now() - f, this._currentRendering = w;
|
|
4600
4436
|
const M = await w.waitForRendering();
|
|
4601
|
-
|
|
4437
|
+
h = M == null ? void 0 : M.output;
|
|
4602
4438
|
} catch (w) {
|
|
4603
4439
|
l(this._toError(w));
|
|
4604
4440
|
} finally {
|
|
4605
|
-
|
|
4441
|
+
g();
|
|
4606
4442
|
}
|
|
4607
|
-
|
|
4608
|
-
const C = performance.now() - f, y = !!
|
|
4609
|
-
return { hasError: y, error:
|
|
4443
|
+
d || await new Promise((w) => requestAnimationFrame(() => requestAnimationFrame(() => w())));
|
|
4444
|
+
const C = performance.now() - f, y = !!d || c.some((w) => w.type !== "console.log" && w.type !== "console.warn"), v = { sync: Math.round(b ?? C), total: Math.round(C) }, _ = t.hasError || t.events.length > 0 || t.errors.length > 0 ? t : void 0;
|
|
4445
|
+
return { hasError: y, error: d, events: c, output: h, renderTimeMs: v, previousDispose: _ };
|
|
4610
4446
|
}
|
|
4611
4447
|
/**
|
|
4612
4448
|
* Install console + window error/rejection listeners that push into `events`.
|
|
@@ -4616,27 +4452,27 @@ ${M.map((ue) => ` - ${ue}`).join(`
|
|
|
4616
4452
|
* the closure over `originalError` etc.).
|
|
4617
4453
|
*/
|
|
4618
4454
|
_captureEvents(e) {
|
|
4619
|
-
const o = console.error, n = console.warn, t = console.log, i = (
|
|
4620
|
-
for (const l of
|
|
4455
|
+
const o = console.error, n = console.warn, t = console.log, i = (d) => {
|
|
4456
|
+
for (const l of d)
|
|
4621
4457
|
if (l instanceof Error && l.stack)
|
|
4622
4458
|
return l.stack;
|
|
4623
4459
|
};
|
|
4624
|
-
console.error = (...
|
|
4625
|
-
e.push({ type: "console.error", message:
|
|
4626
|
-
}, console.warn = (...
|
|
4627
|
-
e.push({ type: "console.warn", message:
|
|
4628
|
-
}, console.log = (...
|
|
4629
|
-
e.push({ type: "console.log", message:
|
|
4460
|
+
console.error = (...d) => {
|
|
4461
|
+
e.push({ type: "console.error", message: d.map(String).join(" "), stack: i(d) }), o.apply(console, d);
|
|
4462
|
+
}, console.warn = (...d) => {
|
|
4463
|
+
e.push({ type: "console.warn", message: d.map(String).join(" "), stack: i(d) }), n.apply(console, d);
|
|
4464
|
+
}, console.log = (...d) => {
|
|
4465
|
+
e.push({ type: "console.log", message: d.map(String).join(" ") }), t.apply(console, d);
|
|
4630
4466
|
};
|
|
4631
|
-
const a = (
|
|
4467
|
+
const a = (d) => {
|
|
4632
4468
|
var l;
|
|
4633
|
-
e.push({ type: "window.error", message:
|
|
4634
|
-
},
|
|
4635
|
-
const l =
|
|
4636
|
-
e.push({ type: "window.unhandledrejection", message:
|
|
4469
|
+
e.push({ type: "window.error", message: d.message, stack: (l = d.error) == null ? void 0 : l.stack });
|
|
4470
|
+
}, c = (d) => {
|
|
4471
|
+
const l = d.reason, g = l instanceof Error ? l.message : String(l), h = l instanceof Error ? l.stack : void 0;
|
|
4472
|
+
e.push({ type: "window.unhandledrejection", message: g, stack: h });
|
|
4637
4473
|
};
|
|
4638
|
-
return window.addEventListener("error", a), window.addEventListener("unhandledrejection",
|
|
4639
|
-
console.error = o, console.warn = n, console.log = t, window.removeEventListener("error", a), window.removeEventListener("unhandledrejection",
|
|
4474
|
+
return window.addEventListener("error", a), window.addEventListener("unhandledrejection", c), () => {
|
|
4475
|
+
console.error = o, console.warn = n, console.log = t, window.removeEventListener("error", a), window.removeEventListener("unhandledrejection", c);
|
|
4640
4476
|
};
|
|
4641
4477
|
}
|
|
4642
4478
|
_toError(e) {
|
|
@@ -4651,10 +4487,10 @@ ${M.map((ue) => ` - ${ue}`).join(`
|
|
|
4651
4487
|
const i = t.default;
|
|
4652
4488
|
i && typeof i == "object" && o.set(n, i);
|
|
4653
4489
|
}
|
|
4654
|
-
return
|
|
4490
|
+
return ce(o);
|
|
4655
4491
|
}
|
|
4656
4492
|
_flattenFixtures(e, o = [], n = []) {
|
|
4657
|
-
var a,
|
|
4493
|
+
var a, c, d;
|
|
4658
4494
|
const t = n.length > 0 && e.labels.length > 0 ? [.../* @__PURE__ */ new Set([...n, ...e.labels])] : e.labels.length > 0 ? [...e.labels] : [...n], i = [];
|
|
4659
4495
|
e.type === "component" && i.push({
|
|
4660
4496
|
fixtureId: e.id.value,
|
|
@@ -4662,12 +4498,12 @@ ${M.map((ue) => ` - ${ue}`).join(`
|
|
|
4662
4498
|
groupPath: o,
|
|
4663
4499
|
background: ((a = e.component) == null ? void 0 : a.background) ?? "light",
|
|
4664
4500
|
labels: t,
|
|
4665
|
-
expectedVisualDescriptions: ((
|
|
4666
|
-
inputSchema: (
|
|
4501
|
+
expectedVisualDescriptions: ((c = e.component) == null ? void 0 : c.expectedVisualDescriptions) ?? [],
|
|
4502
|
+
inputSchema: (d = e.component) == null ? void 0 : d.inputSchema
|
|
4667
4503
|
});
|
|
4668
4504
|
for (const l of e.children ?? []) {
|
|
4669
|
-
const
|
|
4670
|
-
i.push(...this._flattenFixtures(l,
|
|
4505
|
+
const g = e.id.value ? [...o, e.name] : o;
|
|
4506
|
+
i.push(...this._flattenFixtures(l, g, t));
|
|
4671
4507
|
}
|
|
4672
4508
|
return i;
|
|
4673
4509
|
}
|
|
@@ -4684,7 +4520,7 @@ ${M.map((ue) => ` - ${ue}`).join(`
|
|
|
4684
4520
|
get updateVersion() {
|
|
4685
4521
|
return e._updateVersion;
|
|
4686
4522
|
},
|
|
4687
|
-
runtimeVersion:
|
|
4523
|
+
runtimeVersion: ae.toString(),
|
|
4688
4524
|
listFixtures: () => this.listFixtures(),
|
|
4689
4525
|
renderFixture: (n, t) => this.renderFixture(n, t),
|
|
4690
4526
|
disposeCurrentFixture: () => this.disposeCurrentFixture()
|
|
@@ -4692,7 +4528,7 @@ ${M.map((ue) => ` - ${ue}`).join(`
|
|
|
4692
4528
|
window.__componentExplorer__ = o;
|
|
4693
4529
|
}
|
|
4694
4530
|
}
|
|
4695
|
-
function
|
|
4531
|
+
function Ot(r, e) {
|
|
4696
4532
|
const o = r.length, n = e.length, t = Array.from({ length: o + 1 }, () => new Array(n + 1));
|
|
4697
4533
|
for (let i = 0; i <= o; i++) t[i][0] = i;
|
|
4698
4534
|
for (let i = 0; i <= n; i++) t[0][i] = i;
|
|
@@ -4701,10 +4537,10 @@ function $t(r, e) {
|
|
|
4701
4537
|
t[i][a] = r[i - 1] === e[a - 1] ? t[i - 1][a - 1] : 1 + Math.min(t[i - 1][a - 1], t[i - 1][a], t[i][a - 1]);
|
|
4702
4538
|
return t[o][n];
|
|
4703
4539
|
}
|
|
4704
|
-
function
|
|
4705
|
-
return e.map((n) => ({ id: n, dist:
|
|
4540
|
+
function Vt(r, e, o) {
|
|
4541
|
+
return e.map((n) => ({ id: n, dist: Ot(r.toLowerCase(), n.toLowerCase()) })).sort((n, t) => n.dist - t.dist).slice(0, o).map((n) => n.id);
|
|
4706
4542
|
}
|
|
4707
|
-
class
|
|
4543
|
+
class Lt {
|
|
4708
4544
|
constructor(e, o, n) {
|
|
4709
4545
|
p(this, "_root");
|
|
4710
4546
|
p(this, "_rendering");
|
|
@@ -4760,9 +4596,9 @@ ${i}`, this._container.appendChild(a), this._postError({ message: t instanceof E
|
|
|
4760
4596
|
this._render();
|
|
4761
4597
|
}
|
|
4762
4598
|
_render() {
|
|
4763
|
-
var a,
|
|
4599
|
+
var a, c;
|
|
4764
4600
|
if ((a = this._rendering) == null || a.dispose().catch(() => {
|
|
4765
|
-
}), this._rendering = void 0, (
|
|
4601
|
+
}), this._rendering = void 0, (c = this._resizeObserver) == null || c.disconnect(), this._resizeObserver = void 0, this._container.innerHTML = "", !this._root) return;
|
|
4766
4602
|
const e = this._findNode(this._root, this._fixtureId);
|
|
4767
4603
|
if (!(e != null && e.component)) {
|
|
4768
4604
|
console.error(`[EmbeddedMode] Fixture not found: ${this._fixtureId}`);
|
|
@@ -4771,21 +4607,21 @@ ${i}`, this._container.appendChild(a), this._postError({ message: t instanceof E
|
|
|
4771
4607
|
const o = { ...e.component, isolation: "none" };
|
|
4772
4608
|
this._errorPosted = !1, this._container.style.width = o.displayMode.type === "component" ? "fit-content" : "";
|
|
4773
4609
|
try {
|
|
4774
|
-
const
|
|
4775
|
-
this._rendering =
|
|
4610
|
+
const d = new Le(this._container, o, { kind: "embedded", interactive: !1 });
|
|
4611
|
+
this._rendering = d, d.waitForRendering().catch((l) => {
|
|
4776
4612
|
l && typeof l == "object" && "message" in l ? this._postError(l) : this._postError({ message: l instanceof Error ? l.message : String(l), stack: l instanceof Error ? l.stack : void 0 });
|
|
4777
4613
|
});
|
|
4778
|
-
} catch (
|
|
4779
|
-
this._postError({ message:
|
|
4614
|
+
} catch (d) {
|
|
4615
|
+
this._postError({ message: d instanceof Error ? d.message : String(d), stack: d instanceof Error ? d.stack : void 0 }), console.error("[EmbeddedMode] Error during rendering:", d);
|
|
4780
4616
|
return;
|
|
4781
4617
|
}
|
|
4782
4618
|
const n = this._rendering, t = this._fixtureId, i = () => {
|
|
4783
|
-
const
|
|
4619
|
+
const d = n.renderTarget.getBoundingClientRect();
|
|
4784
4620
|
window.parent.postMessage({
|
|
4785
4621
|
type: "component-explorer:resize",
|
|
4786
4622
|
fixtureId: t,
|
|
4787
|
-
width:
|
|
4788
|
-
height:
|
|
4623
|
+
width: d.width,
|
|
4624
|
+
height: d.height
|
|
4789
4625
|
}, "*");
|
|
4790
4626
|
};
|
|
4791
4627
|
this._resizeObserver = new ResizeObserver(i), this._resizeObserver.observe(n.renderTarget);
|
|
@@ -4796,7 +4632,7 @@ ${i}`, this._container.appendChild(a), this._postError({ message: t instanceof E
|
|
|
4796
4632
|
const i = t.default;
|
|
4797
4633
|
i && typeof i == "object" && o.set(n, i);
|
|
4798
4634
|
}
|
|
4799
|
-
return
|
|
4635
|
+
return ce(o);
|
|
4800
4636
|
}
|
|
4801
4637
|
_findNode(e, o) {
|
|
4802
4638
|
if (e.id.value === o) return e;
|
|
@@ -4806,7 +4642,7 @@ ${i}`, this._container.appendChild(a), this._postError({ message: t instanceof E
|
|
|
4806
4642
|
}
|
|
4807
4643
|
}
|
|
4808
4644
|
}
|
|
4809
|
-
function
|
|
4645
|
+
function Dt(r) {
|
|
4810
4646
|
const e = r.get("mode");
|
|
4811
4647
|
return {
|
|
4812
4648
|
mode: e === "headless" || e === "embedded" ? e : void 0,
|
|
@@ -4815,21 +4651,21 @@ function Ut(r) {
|
|
|
4815
4651
|
report: r.get("report") ?? void 0
|
|
4816
4652
|
};
|
|
4817
4653
|
}
|
|
4818
|
-
globalThis._buildInfo =
|
|
4819
|
-
class
|
|
4654
|
+
globalThis._buildInfo = Xo;
|
|
4655
|
+
class Jt {
|
|
4820
4656
|
constructor(e, o) {
|
|
4821
4657
|
p(this, "_runtime");
|
|
4822
4658
|
const n = globalThis._buildInfo;
|
|
4823
4659
|
n && console.log(`[component-explorer] v${n.version} (built ${n.date})`);
|
|
4824
|
-
const t = new URLSearchParams(location.search), i =
|
|
4660
|
+
const t = new URLSearchParams(location.search), i = Dt(t), a = i.fixture;
|
|
4825
4661
|
if (i.mode === "embedded") {
|
|
4826
4662
|
if (!a)
|
|
4827
4663
|
throw new Error("Embedded mode requires a fixture query parameter");
|
|
4828
|
-
const
|
|
4829
|
-
this._runtime = new
|
|
4664
|
+
const c = i.file, d = o.loadFixtures(c ? { file: c } : void 0);
|
|
4665
|
+
this._runtime = new Lt(e, a, d);
|
|
4830
4666
|
} else {
|
|
4831
|
-
const
|
|
4832
|
-
this._runtime = i.mode === "headless" ? new
|
|
4667
|
+
const c = o.loadFixtures();
|
|
4668
|
+
this._runtime = i.mode === "headless" ? new Mt(e, c) : new Ht(e, c, o.daemonConfig);
|
|
4833
4669
|
}
|
|
4834
4670
|
}
|
|
4835
4671
|
updateFixtures(e) {
|
|
@@ -4840,51 +4676,51 @@ class ai {
|
|
|
4840
4676
|
}
|
|
4841
4677
|
}
|
|
4842
4678
|
export {
|
|
4843
|
-
|
|
4844
|
-
|
|
4845
|
-
|
|
4846
|
-
|
|
4847
|
-
|
|
4848
|
-
|
|
4849
|
-
|
|
4850
|
-
|
|
4851
|
-
|
|
4852
|
-
|
|
4853
|
-
|
|
4854
|
-
|
|
4855
|
-
|
|
4856
|
-
|
|
4857
|
-
|
|
4858
|
-
|
|
4859
|
-
|
|
4860
|
-
|
|
4861
|
-
|
|
4862
|
-
|
|
4863
|
-
|
|
4864
|
-
|
|
4865
|
-
|
|
4866
|
-
|
|
4867
|
-
|
|
4868
|
-
|
|
4869
|
-
|
|
4870
|
-
|
|
4871
|
-
|
|
4679
|
+
on as ChevronDownIcon,
|
|
4680
|
+
en as ChevronRightIcon,
|
|
4681
|
+
rn as ComponentIcon,
|
|
4682
|
+
St as DaemonModel,
|
|
4683
|
+
yt as Explorer,
|
|
4684
|
+
Jt as ExplorerApp,
|
|
4685
|
+
Zr as ExplorerModel,
|
|
4686
|
+
O as FixturePath,
|
|
4687
|
+
Ar as FixtureRegistry,
|
|
4688
|
+
nn as FolderIcon,
|
|
4689
|
+
kn as LeftSidebar,
|
|
4690
|
+
sn as MoonIcon,
|
|
4691
|
+
tn as PanelLeftIcon,
|
|
4692
|
+
an as PanelRightIcon,
|
|
4693
|
+
Ft as ReportModel,
|
|
4694
|
+
_n as RightSidebar,
|
|
4695
|
+
cn as SunIcon,
|
|
4696
|
+
ln as TitleBar,
|
|
4697
|
+
fe as TitleBarButton,
|
|
4698
|
+
mn as TreeItem,
|
|
4699
|
+
Do as TreeView,
|
|
4700
|
+
ir as VIEWPORT_SIZES,
|
|
4701
|
+
Xt as asyncRender,
|
|
4702
|
+
sr as collectComponents,
|
|
4703
|
+
ze as createComponentDefinition,
|
|
4704
|
+
ce as createFixtureTree,
|
|
4705
|
+
ei as defineFixture,
|
|
4706
|
+
oi as defineFixtureGroup,
|
|
4707
|
+
ri as defineFixtureVariants,
|
|
4872
4708
|
We as findNodeByPath,
|
|
4873
|
-
|
|
4874
|
-
|
|
4875
|
-
|
|
4709
|
+
De as fixtureGroupBrand,
|
|
4710
|
+
Ne as fixtureVariantsBrand,
|
|
4711
|
+
Kt as isComponentDefinition,
|
|
4876
4712
|
Ie as isFixtureGroup,
|
|
4877
4713
|
Ee as isFixtureVariants,
|
|
4878
4714
|
Fe as isSingleFixture,
|
|
4879
|
-
|
|
4880
|
-
|
|
4881
|
-
|
|
4882
|
-
|
|
4883
|
-
|
|
4884
|
-
|
|
4885
|
-
|
|
4715
|
+
Oe as mergeStyles,
|
|
4716
|
+
$t as parseFixtureExport,
|
|
4717
|
+
qt as parseFixtureGroup,
|
|
4718
|
+
Qt as parseFixtureVariants,
|
|
4719
|
+
Ut as parseSingleFixture,
|
|
4720
|
+
ar as resolveViewport,
|
|
4721
|
+
Ae as singleFixtureBrand,
|
|
4886
4722
|
x as styles,
|
|
4887
|
-
|
|
4888
|
-
|
|
4723
|
+
ni as syncRender,
|
|
4724
|
+
Mo as toExplorerTree
|
|
4889
4725
|
};
|
|
4890
4726
|
//# sourceMappingURL=viewer.js.map
|