@vscode/component-explorer 0.2.1-5 → 0.2.1-51

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,36 +1,37 @@
1
- var Qo = Object.defineProperty;
2
- var Ko = (r, e, o) => e in r ? Qo(r, e, { enumerable: !0, configurable: !0, writable: !0, value: o }) : r[e] = o;
3
- var l = (r, e, o) => Ko(r, typeof e != "symbol" ? e + "" : e, o);
4
- import { f as De, c as Ne, s as Ae, S as me, r as ae, _ as Jo } from "./runtimeVersion-9d34nB3B.js";
5
- import { e as zt, d as Pt, a as Wt, b as $t, g as jt } from "./runtimeVersion-9d34nB3B.js";
6
- import { createRoot as Yo } from "react-dom/client";
7
- import * as uo from "react";
8
- import { createContext as mo, useReducer as Zo, useState as Xo, useContext as er, useEffect as Ge, createElement as or } from "react";
9
- import { jsx as c, jsxs as u, Fragment as Fe } from "react/jsx-runtime";
10
- import { unstable_batchedUpdates as fo } from "react-dom";
11
- function Ie(r) {
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-BinyVO-j.js";
5
+ import { e as Xt, d as ei, a as oi, b as ri, g as ni } from "./runtimeVersion-BinyVO-j.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
+ import { z as k } from "zod";
12
+ function Fe(r) {
12
13
  return typeof r == "object" && r !== null && Ae in r && r[Ae] === !0 && "_options" in r && typeof r._options == "object";
13
14
  }
14
- function Re(r) {
15
+ function Ie(r) {
15
16
  return typeof r == "object" && r !== null && De in r && r[De] === !0 && "_entries" in r && typeof r._entries == "object";
16
17
  }
17
18
  function Ee(r) {
18
19
  return typeof r == "object" && r !== null && Ne in r && r[Ne] === !0 && "_variants" in r && typeof r._variants == "object";
19
20
  }
20
- function Mt(r) {
21
- return Ie(r) ? { success: !0, data: r } : Re(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)" };
21
+ function $t(r) {
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)" };
22
23
  }
23
- function Ot(r) {
24
- return Ie(r) ? { success: !0, data: r } : { success: !1, error: "Value is not a SingleFixtureExport" };
24
+ function Ut(r) {
25
+ return Fe(r) ? { success: !0, data: r } : { success: !1, error: "Value is not a SingleFixtureExport" };
25
26
  }
26
- function Vt(r) {
27
- return Re(r) ? { success: !0, data: r } : { success: !1, error: "Value is not a FixtureGroupExport" };
27
+ function qt(r) {
28
+ return Ie(r) ? { success: !0, data: r } : { success: !1, error: "Value is not a FixtureGroupExport" };
28
29
  }
29
- function Lt(r) {
30
+ function Qt(r) {
30
31
  return Ee(r) ? { success: !0, data: r } : { success: !1, error: "Value is not a FixtureVariantsExport" };
31
32
  }
32
33
  function ze(r, e, o, n, t = []) {
33
- const i = r._options, a = i.expectedVisualDescriptions ? typeof i.expectedVisualDescriptions == "string" ? [i.expectedVisualDescriptions] : [...i.expectedVisualDescriptions] : [], s = [...t, ...a];
34
+ const i = r._options, a = i.expectedVisualDescriptions ? typeof i.expectedVisualDescriptions == "string" ? [i.expectedVisualDescriptions] : [...i.expectedVisualDescriptions] : [], c = [...t, ...a];
34
35
  return {
35
36
  id: e,
36
37
  name: o,
@@ -40,17 +41,18 @@ function ze(r, e, o, n, t = []) {
40
41
  styles: i.styles,
41
42
  background: i.background ?? "light",
42
43
  labels: i.labels ?? [],
43
- expectedVisualDescriptions: s,
44
+ expectedVisualDescriptions: c,
45
+ inputSchema: i.inputSchema,
44
46
  sourceFile: n,
45
47
  render: i.render
46
48
  };
47
49
  }
48
- function Dt(r) {
50
+ function Kt(r) {
49
51
  return typeof r == "object" && r !== null && "render" in r && typeof r.render == "function" && "id" in r && "name" in r;
50
52
  }
51
- class M {
53
+ class O {
52
54
  constructor(e) {
53
- l(this, "_segments");
55
+ p(this, "_segments");
54
56
  this.value = e;
55
57
  }
56
58
  get segments() {
@@ -60,13 +62,13 @@ class M {
60
62
  return this.value;
61
63
  }
62
64
  }
63
- const rr = {
65
+ const ir = {
64
66
  mobile: { width: 390, height: 844 },
65
67
  tablet: { width: 768, height: 1024 },
66
68
  desktop: { width: 1440, height: 900 }
67
69
  };
68
- function nr(r) {
69
- return typeof r == "string" ? { name: r, ...rr[r] } : r;
70
+ function ar(r) {
71
+ return typeof r == "string" ? { name: r, ...ir[r] } : r;
70
72
  }
71
73
  function Pe(r) {
72
74
  if (r.startsWith("/"))
@@ -76,8 +78,8 @@ function Pe(r) {
76
78
  if (r === "")
77
79
  throw new Error("Fixture path cannot be empty (use undefined for default)");
78
80
  }
79
- function tr(r, e) {
80
- const o = ho(r);
81
+ function cr(r, e) {
82
+ const o = vo(r);
81
83
  if (e === void 0)
82
84
  return [o];
83
85
  if (e.endsWith("/")) {
@@ -90,7 +92,7 @@ function tr(r, e) {
90
92
  }
91
93
  function ce(r) {
92
94
  const e = {
93
- id: new M(""),
95
+ id: new O(""),
94
96
  name: "Components",
95
97
  type: "folder",
96
98
  children: [],
@@ -98,8 +100,8 @@ function ce(r) {
98
100
  };
99
101
  for (const [o, n] of r)
100
102
  if (n === void 0) {
101
- const t = ho(o), i = {
102
- id: new M(t),
103
+ const t = vo(o), i = {
104
+ id: new O(t),
103
105
  name: t,
104
106
  type: "component",
105
107
  labels: [],
@@ -107,27 +109,27 @@ function ce(r) {
107
109
  };
108
110
  e.children || (e.children = []), e.children.push(i);
109
111
  } else {
110
- const t = "_path" in n ? n._path : void 0, i = tr(o, t);
111
- xo(e, i, n, [], o);
112
+ const t = "_path" in n ? n._path : void 0, i = cr(o, t);
113
+ ko(e, i, n, [], o);
112
114
  }
113
115
  return e;
114
116
  }
115
- function ho(r) {
117
+ function vo(r) {
116
118
  return (r.split("/").pop() ?? r).replace(/\.fixture\.(tsx?|jsx?)$/, "");
117
119
  }
118
- function xo(r, e, o, n = [], t = "", i = []) {
119
- var g, f;
120
+ function ko(r, e, o, n = [], t = "", i = []) {
121
+ var g, h;
120
122
  let a = r;
121
- const s = [...n];
122
- for (let x = 0; x < e.length - 1; x++) {
123
- const b = e[x];
124
- s.push(b);
125
- const _ = new M(s.join("/"));
123
+ const c = [...n];
124
+ for (let f = 0; f < e.length - 1; f++) {
125
+ const b = e[f];
126
+ c.push(b);
127
+ const C = new O(c.join("/"));
126
128
  let y = (g = a.children) == null ? void 0 : g.find(
127
129
  (v) => v.type === "folder" && v.name === b
128
130
  );
129
131
  y || (y = {
130
- id: _,
132
+ id: C,
131
133
  name: b,
132
134
  type: "folder",
133
135
  children: [],
@@ -135,50 +137,50 @@ function xo(r, e, o, n = [], t = "", i = []) {
135
137
  }, a.children || (a.children = []), a.children.push(y)), a = y;
136
138
  }
137
139
  const d = e[e.length - 1];
138
- s.push(d);
139
- const p = new M(s.join("/"));
140
- if (Ie(o)) {
141
- const x = ze(o, p.value, d, t, i), b = {
142
- id: p,
140
+ c.push(d);
141
+ const l = new O(c.join("/"));
142
+ if (Fe(o)) {
143
+ const f = ze(o, l.value, d, t, i), b = {
144
+ id: l,
143
145
  name: d,
144
146
  type: "component",
145
- component: x,
146
- labels: [...x.labels]
147
+ component: f,
148
+ labels: [...f.labels]
147
149
  };
148
150
  a.children || (a.children = []), a.children.push(b);
149
- } else if (Re(o)) {
150
- let x = (f = a.children) == null ? void 0 : f.find(
151
+ } else if (Ie(o)) {
152
+ let f = (h = a.children) == null ? void 0 : h.find(
151
153
  (b) => b.type === "folder" && b.name === d
152
154
  );
153
- x || (x = {
154
- id: p,
155
+ f || (f = {
156
+ id: l,
155
157
  name: d,
156
158
  type: "folder",
157
159
  children: [],
158
160
  labels: [...o._labels ?? []]
159
- }, a.children || (a.children = []), a.children.push(x));
160
- for (const [b, _] of Object.entries(o._entries)) {
161
- const y = o._expectedVisualDescriptions, v = y ? typeof y == "string" ? [y] : [...y] : [], C = [...i, ...v];
162
- xo(x, [b], _, s, t, C);
161
+ }, a.children || (a.children = []), a.children.push(f));
162
+ for (const [b, C] of Object.entries(o._entries)) {
163
+ const y = o._expectedVisualDescriptions, v = y ? typeof y == "string" ? [y] : [...y] : [], _ = [...i, ...v];
164
+ ko(f, [b], C, c, t, _);
163
165
  }
164
166
  } else if (Ee(o)) {
165
- const x = {
166
- id: p,
167
+ const f = {
168
+ id: l,
167
169
  name: d,
168
170
  type: "variants",
169
171
  children: [],
170
172
  labels: [...o._labels ?? []]
171
173
  };
172
- a.children || (a.children = []), a.children.push(x);
173
- for (const [b, _] of Object.entries(o._variants)) {
174
- const y = o._expectedVisualDescriptions, v = y ? typeof y == "string" ? [y] : [...y] : [], C = [...i, ...v], F = new M([...s, b].join("/")), k = {
175
- id: F,
174
+ a.children || (a.children = []), a.children.push(f);
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 O([...c, b].join("/")), M = {
177
+ id: w,
176
178
  name: b,
177
179
  type: "component",
178
- component: ze(_, F.value, b, t, C),
179
- labels: [..._._options.labels ?? []]
180
+ component: ze(C, w.value, b, t, _),
181
+ labels: [...C._options.labels ?? []]
180
182
  };
181
- x.children.push(k);
183
+ f.children.push(M);
182
184
  }
183
185
  }
184
186
  }
@@ -193,29 +195,29 @@ function We(r, e) {
193
195
  }
194
196
  return o;
195
197
  }
196
- function ir(r) {
198
+ function sr(r) {
197
199
  if (r.type === "component" && r.component)
198
200
  return [r.component];
199
201
  const e = [];
200
202
  for (const o of r.children ?? [])
201
- e.push(...ir(o));
203
+ e.push(...sr(o));
202
204
  return e;
203
205
  }
204
- let P;
205
- function ar(r) {
206
- P ? P instanceof $e ? P.loggers.push(r) : P = new $e([P, r]) : P = r;
206
+ let W;
207
+ function dr(r) {
208
+ W ? W instanceof je ? W.loggers.push(r) : W = new je([W, r]) : W = r;
207
209
  }
208
- function B() {
209
- return P;
210
+ function S() {
211
+ return W;
210
212
  }
211
- let xe;
212
- function cr(r) {
213
- xe = r;
213
+ let he;
214
+ function lr(r) {
215
+ he = r;
214
216
  }
215
- function sr(r) {
216
- xe && xe(r);
217
+ function pr(r) {
218
+ he && he(r);
217
219
  }
218
- class $e {
220
+ class je {
219
221
  constructor(e) {
220
222
  this.loggers = e;
221
223
  }
@@ -268,7 +270,7 @@ class $e {
268
270
  o.handleEndTransaction(e);
269
271
  }
270
272
  }
271
- var O;
273
+ var V;
272
274
  (function(r) {
273
275
  let e = !1;
274
276
  function o() {
@@ -282,25 +284,25 @@ var O;
282
284
  function t(i) {
283
285
  if (!e)
284
286
  return;
285
- const a = Error, s = a.stackTraceLimit;
287
+ const a = Error, c = a.stackTraceLimit;
286
288
  a.stackTraceLimit = 3;
287
289
  const d = new Error().stack;
288
- return a.stackTraceLimit = s, Te.fromStack(d, i + 1);
290
+ return a.stackTraceLimit = c, Re.fromStack(d, i + 1);
289
291
  }
290
292
  r.ofNthCaller = t;
291
- })(O || (O = {}));
292
- class Te {
293
+ })(V || (V = {}));
294
+ class Re {
293
295
  static fromStack(e, o) {
294
296
  const n = e.split(`
295
- `), t = dr(n[o + 1]);
297
+ `), t = gr(n[o + 1]);
296
298
  if (t)
297
- return new Te(t.fileName, t.line, t.column, t.id);
299
+ return new Re(t.fileName, t.line, t.column, t.id);
298
300
  }
299
301
  constructor(e, o, n, t) {
300
302
  this.fileName = e, this.line = o, this.column = n, this.id = t;
301
303
  }
302
304
  }
303
- function dr(r) {
305
+ function gr(r) {
304
306
  if (!r)
305
307
  return;
306
308
  const e = r.match(/\((.*):(\d+):(\d+)\)/);
@@ -325,27 +327,27 @@ class G {
325
327
  this.owner = e, this.debugNameSource = o, this.referenceFn = n;
326
328
  }
327
329
  getDebugName(e) {
328
- return lr(e, this);
330
+ return ur(e, this);
329
331
  }
330
332
  }
331
- const je = /* @__PURE__ */ new Map(), be = /* @__PURE__ */ new WeakMap();
332
- function lr(r, e) {
333
- const o = be.get(r);
333
+ const $e = /* @__PURE__ */ new Map(), xe = /* @__PURE__ */ new WeakMap();
334
+ function ur(r, e) {
335
+ const o = xe.get(r);
334
336
  if (o)
335
337
  return o;
336
- const n = pr(r, e);
338
+ const n = mr(r, e);
337
339
  if (n) {
338
- let t = je.get(n) ?? 0;
339
- t++, je.set(n, t);
340
+ let t = $e.get(n) ?? 0;
341
+ t++, $e.set(n, t);
340
342
  const i = t === 1 ? n : `${n}#${t}`;
341
- return be.set(r, i), i;
343
+ return xe.set(r, i), i;
342
344
  }
343
345
  }
344
- function pr(r, e) {
345
- const o = be.get(r);
346
+ function mr(r, e) {
347
+ const o = xe.get(r);
346
348
  if (o)
347
349
  return o;
348
- const n = e.owner ? ur(e.owner) + "." : "";
350
+ const n = e.owner ? hr(e.owner) + "." : "";
349
351
  let t;
350
352
  const i = e.debugNameSource;
351
353
  if (i !== void 0)
@@ -355,56 +357,56 @@ function pr(r, e) {
355
357
  } else
356
358
  return n + i;
357
359
  const a = e.referenceFn;
358
- if (a !== void 0 && (t = He(a), t !== void 0))
360
+ if (a !== void 0 && (t = Te(a), t !== void 0))
359
361
  return n + t;
360
362
  if (e.owner !== void 0) {
361
- const s = gr(e.owner, r);
362
- if (s !== void 0)
363
- return n + s;
363
+ const c = fr(e.owner, r);
364
+ if (c !== void 0)
365
+ return n + c;
364
366
  }
365
367
  }
366
- function gr(r, e) {
368
+ function fr(r, e) {
367
369
  for (const o in r)
368
370
  if (r[o] === e)
369
371
  return o;
370
372
  }
371
373
  const Ue = /* @__PURE__ */ new Map(), qe = /* @__PURE__ */ new WeakMap();
372
- function ur(r) {
374
+ function hr(r) {
373
375
  const e = qe.get(r);
374
376
  if (e)
375
377
  return e;
376
- const o = bo(r) ?? "Object";
378
+ const o = yo(r) ?? "Object";
377
379
  let n = Ue.get(o) ?? 0;
378
380
  n++, Ue.set(o, n);
379
381
  const t = n === 1 ? o : `${o}#${n}`;
380
382
  return qe.set(r, t), t;
381
383
  }
382
- function bo(r) {
384
+ function yo(r) {
383
385
  const e = r.constructor;
384
386
  if (e)
385
387
  return e.name === "Object" ? void 0 : e.name;
386
388
  }
387
- function He(r) {
389
+ function Te(r) {
388
390
  const e = r.toString(), n = /\/\*\*\s*@description\s*([^*]*)\*\//.exec(e), t = n ? n[1] : void 0;
389
391
  return t == null ? void 0 : t.trim();
390
392
  }
391
- let ve;
392
- function mr(r) {
393
- ve = r;
393
+ let be;
394
+ function xr(r) {
395
+ be = r;
394
396
  }
395
- let vo;
396
- function fr(r) {
397
- vo = r;
397
+ let wo;
398
+ function br(r) {
399
+ wo = r;
398
400
  }
399
- let ko;
400
- function hr(r) {
401
- ko = r;
401
+ let Bo;
402
+ function vr(r) {
403
+ Bo = r;
402
404
  }
403
- let yo;
404
- function xr(r) {
405
- yo = r;
405
+ let _o;
406
+ function kr(r) {
407
+ _o = r;
406
408
  }
407
- class br {
409
+ class yr {
408
410
  get TChange() {
409
411
  return null;
410
412
  }
@@ -415,12 +417,12 @@ class br {
415
417
  read(e) {
416
418
  return e ? e.readObservable(this) : this.get();
417
419
  }
418
- map(e, o, n = O.ofCaller()) {
420
+ map(e, o, n = V.ofCaller()) {
419
421
  const t = o === void 0 ? void 0 : e, i = o === void 0 ? e : o;
420
- return ve({
422
+ return be({
421
423
  owner: t,
422
424
  debugName: () => {
423
- const a = He(i);
425
+ const a = Te(i);
424
426
  if (a !== void 0)
425
427
  return a;
426
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());
@@ -437,13 +439,13 @@ class br {
437
439
  * Converts an observable of an observable value into a direct observable of the value.
438
440
  */
439
441
  flatten() {
440
- return ve({
442
+ return be({
441
443
  owner: void 0,
442
444
  debugName: () => `${this.debugName} (flattened)`
443
445
  }, (e) => this.read(e).read(e));
444
446
  }
445
447
  recomputeInitiallyAndOnChange(e, o) {
446
- return e.add(vo(this, o)), this;
448
+ return e.add(wo(this, o)), this;
447
449
  }
448
450
  /**
449
451
  * Ensures that this observable is observed. This keeps the cache alive.
@@ -451,29 +453,29 @@ class br {
451
453
  * Use `recomputeInitiallyAndOnChange` for eager evaluation.
452
454
  */
453
455
  keepObserved(e) {
454
- return e.add(ko(this)), this;
456
+ return e.add(Bo(this)), this;
455
457
  }
456
458
  get debugValue() {
457
459
  return this.get();
458
460
  }
459
461
  debugGetDependencyGraph() {
460
- return yo(this);
462
+ return _o(this);
461
463
  }
462
464
  }
463
- class Me extends br {
465
+ class He extends yr {
464
466
  constructor(e) {
465
467
  var o;
466
- super(), this._observers = /* @__PURE__ */ new Set(), (o = B()) == null || o.handleObservableCreated(this, e);
468
+ super(), this._observers = /* @__PURE__ */ new Set(), (o = S()) == null || o.handleObservableCreated(this, e);
467
469
  }
468
470
  addObserver(e) {
469
471
  var n;
470
472
  const o = this._observers.size;
471
- this._observers.add(e), o === 0 && this.onFirstObserverAdded(), o !== this._observers.size && ((n = B()) == null || n.handleOnListenerCountChanged(this, this._observers.size));
473
+ this._observers.add(e), o === 0 && this.onFirstObserverAdded(), o !== this._observers.size && ((n = S()) == null || n.handleOnListenerCountChanged(this, this._observers.size));
472
474
  }
473
475
  removeObserver(e) {
474
476
  var n;
475
477
  const o = this._observers.delete(e);
476
- o && this._observers.size === 0 && this.onLastObserverRemoved(), o && ((n = B()) == null || n.handleOnListenerCountChanged(this, this._observers.size));
478
+ o && this._observers.size === 0 && this.onLastObserverRemoved(), o && ((n = S()) == null || n.handleOnListenerCountChanged(this, this._observers.size));
477
479
  }
478
480
  onFirstObserverAdded() {
479
481
  }
@@ -481,14 +483,14 @@ class Me extends br {
481
483
  }
482
484
  log() {
483
485
  var o;
484
- const e = !!B();
485
- return sr(this), e || (o = B()) == null || o.handleObservableCreated(this, O.ofCaller()), this;
486
+ const e = !!S();
487
+ return pr(this), e || (o = S()) == null || o.handleObservableCreated(this, V.ofCaller()), this;
486
488
  }
487
489
  debugGetObservers() {
488
490
  return this._observers;
489
491
  }
490
492
  }
491
- function wo(r) {
493
+ function Co(r) {
492
494
  return {
493
495
  dispose: r
494
496
  };
@@ -501,7 +503,7 @@ class $ extends Error {
501
503
  function se(r) {
502
504
  throw r;
503
505
  }
504
- function vr(r) {
506
+ function wr(r) {
505
507
  console.error("Unexpected error:", r);
506
508
  }
507
509
  const oe = (r, e) => r === e;
@@ -533,7 +535,7 @@ class re {
533
535
  this.disposables = [];
534
536
  }
535
537
  }
536
- function kr(r) {
538
+ function Br(r) {
537
539
  switch (r) {
538
540
  case 0:
539
541
  return "initial";
@@ -547,17 +549,17 @@ function kr(r) {
547
549
  return "<unknown>";
548
550
  }
549
551
  }
550
- class j extends Me {
552
+ class U extends He {
551
553
  get debugName() {
552
554
  return this._debugNameData.getDebugName(this) ?? "(anonymous)";
553
555
  }
554
556
  constructor(e, o, n, t = void 0, i, a) {
555
- var s;
556
- 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 = (s = this._changeTracker) == null ? void 0 : s.createChangeSummary(void 0);
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);
557
559
  }
558
560
  onLastObserverRemoved() {
559
561
  var e, o;
560
- this._state = 0, this._value = void 0, (e = B()) == null || e.handleDerivedCleared(this);
562
+ this._state = 0, this._value = void 0, (e = S()) == null || e.handleDerivedCleared(this);
561
563
  for (const n of this._dependencies)
562
564
  n.removeObserver(this);
563
565
  this._dependencies.clear(), this._store !== void 0 && (this._store.dispose(), this._store = void 0), this._delayedStore !== void 0 && (this._delayedStore.dispose(), this._delayedStore = void 0), (o = this._handleLastObserverRemoved) == null || o.call(this);
@@ -593,33 +595,33 @@ class j extends Me {
593
595
  const o = this._dependenciesToBeRemoved;
594
596
  this._dependenciesToBeRemoved = this._dependencies, this._dependencies = o;
595
597
  try {
596
- const s = this._changeSummary;
597
- this._isReaderValid = !0, this._changeTracker && (this._isInBeforeUpdate = !0, (t = (n = this._changeTracker).beforeUpdate) == null || t.call(n, this, s), this._isInBeforeUpdate = !1, this._changeSummary = (i = this._changeTracker) == null ? void 0 : i.createChangeSummary(s));
598
- const d = this._state !== 0, p = this._value;
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;
599
601
  this._state = 3;
600
602
  const g = this._delayedStore;
601
603
  g !== void 0 && (this._delayedStore = void 0);
602
604
  try {
603
- this._store !== void 0 && (this._store.dispose(), this._store = void 0), this._value = this._computeFn(this, s);
605
+ this._store !== void 0 && (this._store.dispose(), this._store = void 0), this._value = this._computeFn(this, c);
604
606
  } finally {
605
607
  this._isReaderValid = !1;
606
- for (const f of this._dependenciesToBeRemoved)
607
- f.removeObserver(this);
608
+ for (const h of this._dependenciesToBeRemoved)
609
+ h.removeObserver(this);
608
610
  this._dependenciesToBeRemoved.clear(), g !== void 0 && g.dispose();
609
611
  }
610
- e = this._didReportChange || d && !this._equalityComparator(p, this._value), (a = B()) == null || a.handleObservableUpdated(this, {
611
- oldValue: p,
612
+ e = this._didReportChange || d && !this._equalityComparator(l, this._value), (a = S()) == null || a.handleObservableUpdated(this, {
613
+ oldValue: l,
612
614
  newValue: this._value,
613
615
  change: void 0,
614
616
  didChange: e,
615
617
  hadValue: d
616
618
  });
617
- } catch (s) {
618
- se(s);
619
+ } catch (c) {
620
+ se(c);
619
621
  }
620
622
  if (this._isComputing = !1, !this._didReportChange && e)
621
- for (const s of this._observers)
622
- s.handleChange(this, void 0);
623
+ for (const c of this._observers)
624
+ c.handleChange(this, void 0);
623
625
  else
624
626
  this._didReportChange = !1;
625
627
  }
@@ -666,7 +668,7 @@ class j extends Me {
666
668
  handleChange(e, o) {
667
669
  var n;
668
670
  if (this._dependencies.has(e) && !this._dependenciesToBeRemoved.has(e) || this._isInBeforeUpdate) {
669
- (n = B()) == null || n.handleDerivedDependencyChanged(this, e, o);
671
+ (n = S()) == null || n.handleDerivedDependencyChanged(this, e, o);
670
672
  let t = !1;
671
673
  try {
672
674
  t = this._changeTracker ? this._changeTracker.handleChange({
@@ -714,7 +716,7 @@ class j extends Me {
714
716
  debugGetState() {
715
717
  return {
716
718
  state: this._state,
717
- stateStr: kr(this._state),
719
+ stateStr: Br(this._state),
718
720
  updateCount: this._updateCount,
719
721
  isComputing: this._isComputing,
720
722
  dependencies: this._dependencies,
@@ -735,26 +737,26 @@ class j extends Me {
735
737
  i.handleChange(this, n);
736
738
  }
737
739
  }
738
- function I(r, e, o = O.ofCaller()) {
739
- return e !== void 0 ? new j(new G(r, void 0, e), e, void 0, void 0, oe, o) : new j(new G(void 0, void 0, r), r, void 0, void 0, oe, o);
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);
740
742
  }
741
- function yr(r, e, o = O.ofCaller()) {
742
- return new j(new G(r.owner, r.debugName, r.debugReferenceFn), e, void 0, r.onLastObserverRemoved, r.equalsFn ?? oe, o);
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);
743
745
  }
744
- mr(yr);
745
- function wr(r, e, o = O.ofCaller()) {
746
+ xr(_r);
747
+ function Cr(r, e, o = V.ofCaller()) {
746
748
  let n, t;
747
749
  n = r, t = void 0;
748
750
  let i;
749
- return new j(new G(t, void 0, n), (a) => {
751
+ return new U(new G(t, void 0, n), (a) => {
750
752
  i ? i.clear() : i = new re();
751
- const s = n(a);
752
- return s && i.add(s), s;
753
+ const c = n(a);
754
+ return c && i.add(c), c;
753
755
  }, void 0, () => {
754
756
  i && (i.dispose(), i = void 0);
755
757
  }, oe, o);
756
758
  }
757
- function Br(r) {
759
+ function Sr(r) {
758
760
  switch (r) {
759
761
  case 1:
760
762
  return "dependenciesMightHaveChanged";
@@ -766,13 +768,13 @@ function Br(r) {
766
768
  return "<unknown>";
767
769
  }
768
770
  }
769
- class Bo {
771
+ class So {
770
772
  get debugName() {
771
773
  return this._debugNameData.getDebugName(this) ?? "(anonymous)";
772
774
  }
773
775
  constructor(e, o, n, t) {
774
776
  var i, a;
775
- this._debugNameData = e, this._runFn = o, this._changeTracker = n, this._state = 2, this._updateCount = 0, this._disposed = !1, this._dependencies = /* @__PURE__ */ new Set(), this._dependenciesToBeRemoved = /* @__PURE__ */ new Set(), this._isRunning = !1, this._store = void 0, this._delayedStore = void 0, this._changeSummary = (i = this._changeTracker) == null ? void 0 : i.createChangeSummary(void 0), (a = B()) == null || a.handleAutorunCreated(this, t), this._run();
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();
776
778
  }
777
779
  dispose() {
778
780
  var e;
@@ -780,7 +782,7 @@ class Bo {
780
782
  this._disposed = !0;
781
783
  for (const o of this._dependencies)
782
784
  o.removeObserver(this);
783
- this._dependencies.clear(), this._store !== void 0 && this._store.dispose(), this._delayedStore !== void 0 && this._delayedStore.dispose(), (e = B()) == null || e.handleAutorunDisposed(this);
785
+ this._dependencies.clear(), this._store !== void 0 && this._store.dispose(), this._delayedStore !== void 0 && this._delayedStore.dispose(), (e = S()) == null || e.handleAutorunDisposed(this);
784
786
  }
785
787
  }
786
788
  _run() {
@@ -789,19 +791,19 @@ class Bo {
789
791
  this._dependenciesToBeRemoved = this._dependencies, this._dependencies = e, this._state = 3;
790
792
  try {
791
793
  if (!this._disposed) {
792
- (o = B()) == null || o.handleAutorunStarted(this);
793
- const a = this._changeSummary, s = this._delayedStore;
794
- s !== void 0 && (this._delayedStore = void 0);
794
+ (o = S()) == null || o.handleAutorunStarted(this);
795
+ const a = this._changeSummary, c = this._delayedStore;
796
+ c !== void 0 && (this._delayedStore = void 0);
795
797
  try {
796
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);
797
799
  } catch (d) {
798
800
  se(d);
799
801
  } finally {
800
- this._isRunning = !1, s !== void 0 && s.dispose();
802
+ this._isRunning = !1, c !== void 0 && c.dispose();
801
803
  }
802
804
  }
803
805
  } finally {
804
- this._disposed || (i = B()) == null || i.handleAutorunFinished(this);
806
+ this._disposed || (i = S()) == null || i.handleAutorunFinished(this);
805
807
  for (const a of this._dependenciesToBeRemoved)
806
808
  a.removeObserver(this);
807
809
  this._dependenciesToBeRemoved.clear();
@@ -836,7 +838,7 @@ class Bo {
836
838
  handleChange(e, o) {
837
839
  var n;
838
840
  if (this._isDependency(e)) {
839
- (n = B()) == null || n.handleAutorunDependencyChanged(this, e, o);
841
+ (n = S()) == null || n.handleAutorunDependencyChanged(this, e, o);
840
842
  try {
841
843
  (this._changeTracker ? this._changeTracker.handleChange({
842
844
  changedObservable: e,
@@ -879,42 +881,42 @@ class Bo {
879
881
  updateCount: this._updateCount,
880
882
  dependencies: this._dependencies,
881
883
  state: this._state,
882
- stateStr: Br(this._state)
884
+ stateStr: Sr(this._state)
883
885
  };
884
886
  }
885
887
  debugRerun() {
886
888
  this._isRunning ? this._state = 2 : this._run();
887
889
  }
888
890
  }
889
- function _o(r, e = O.ofCaller()) {
890
- return new Bo(new G(void 0, void 0, r), r, void 0, e);
891
+ function Fo(r, e = V.ofCaller()) {
892
+ return new So(new G(void 0, void 0, r), r, void 0, e);
891
893
  }
892
894
  function Qe(r) {
893
895
  const e = new Error("BugIndicatingErrorRecovery: " + r);
894
- vr(e), console.error("recovered from an error that indicates a bug", e);
896
+ wr(e), console.error("recovered from an error that indicates a bug", e);
895
897
  }
896
- function Co(r, e) {
897
- const o = new So(r, e);
898
+ function Io(r, e) {
899
+ const o = new Eo(r, e);
898
900
  try {
899
901
  r(o);
900
902
  } finally {
901
903
  o.finish();
902
904
  }
903
905
  }
904
- function _r(r, e, o) {
905
- r ? e(r) : Co(e, o);
906
+ function Fr(r, e, o) {
907
+ r ? e(r) : Io(e, o);
906
908
  }
907
- class So {
909
+ class Eo {
908
910
  constructor(e, o) {
909
911
  var n;
910
- this._fn = e, this._getDebugName = o, this._updatingObservers = [], (n = B()) == null || n.handleBeginTransaction(this);
912
+ this._fn = e, this._getDebugName = o, this._updatingObservers = [], (n = S()) == null || n.handleBeginTransaction(this);
911
913
  }
912
914
  getDebugName() {
913
- return this._getDebugName ? this._getDebugName() : He(this._fn);
915
+ return this._getDebugName ? this._getDebugName() : Te(this._fn);
914
916
  }
915
917
  updateObserver(e, o) {
916
918
  if (!this._updatingObservers) {
917
- Qe("Transaction already finished!"), Co((n) => {
919
+ Qe("Transaction already finished!"), Io((n) => {
918
920
  n.updateObserver(e, o);
919
921
  });
920
922
  return;
@@ -932,23 +934,23 @@ class So {
932
934
  const { observer: t, observable: i } = e[n];
933
935
  t.endUpdate(i);
934
936
  }
935
- this._updatingObservers = null, (o = B()) == null || o.handleEndTransaction(this);
937
+ this._updatingObservers = null, (o = S()) == null || o.handleEndTransaction(this);
936
938
  }
937
939
  debugGetUpdatingObservers() {
938
940
  return this._updatingObservers;
939
941
  }
940
942
  }
941
- function w(r, e, o = O.ofCaller()) {
943
+ function B(r, e, o = V.ofCaller()) {
942
944
  let n;
943
- return typeof r == "string" ? n = new G(void 0, r, void 0) : n = new G(r, void 0, void 0), new Fo(n, e, oe, o);
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);
944
946
  }
945
- class Fo extends Me {
947
+ class Ro extends He {
946
948
  get debugName() {
947
949
  return this._debugNameData.getDebugName(this) ?? "ObservableValue";
948
950
  }
949
951
  constructor(e, o, n, t) {
950
952
  var i;
951
- super(t), this._debugNameData = e, this._equalityComparator = n, this._value = o, (i = B()) == null || i.handleObservableUpdated(this, { hadValue: !1, newValue: o, change: void 0, didChange: !0, oldValue: void 0 });
953
+ super(t), this._debugNameData = e, this._equalityComparator = n, this._value = o, (i = S()) == null || i.handleObservableUpdated(this, { hadValue: !1, newValue: o, change: void 0, didChange: !0, oldValue: void 0 });
952
954
  }
953
955
  get() {
954
956
  return this._value;
@@ -958,13 +960,13 @@ class Fo extends Me {
958
960
  if (n === void 0 && this._equalityComparator(this._value, e))
959
961
  return;
960
962
  let t;
961
- o || (o = t = new So(() => {
963
+ o || (o = t = new Eo(() => {
962
964
  }, () => `Setting ${this.debugName}`));
963
965
  try {
964
966
  const a = this._value;
965
- this._setValue(e), (i = B()) == null || i.handleObservableUpdated(this, { oldValue: a, newValue: e, change: n, didChange: !0, hadValue: !0 });
966
- for (const s of this._observers)
967
- o.updateObserver(s, this), s.handleChange(this, n);
967
+ this._setValue(e), (i = S()) == null || i.handleObservableUpdated(this, { oldValue: a, newValue: e, change: n, didChange: !0, hadValue: !0 });
968
+ for (const c of this._observers)
969
+ o.updateObserver(c, this), c.handleChange(this, n);
968
970
  } finally {
969
971
  t && t.finish();
970
972
  }
@@ -986,23 +988,23 @@ class Fo extends Me {
986
988
  }
987
989
  function Ke(...r) {
988
990
  let e, o, n, t;
989
- return r.length === 2 ? [o, n] = r : [e, o, n, t] = r, new W(new G(e, void 0, n), o, n, () => W.globalTransaction, oe, t ?? O.ofCaller());
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());
990
992
  }
991
- class W extends Me {
993
+ class j extends He {
992
994
  constructor(e, o, n, t, i, a) {
993
- super(a), this._debugNameData = e, this.event = o, this._getValue = n, this._getTransaction = t, this._equalityComparator = i, this._hasValue = !1, this.handleEvent = (s) => {
994
- var x;
995
- const d = this._getValue(s), p = this._value, g = !this._hasValue || !this._equalityComparator(p, d);
996
- let f = !1;
997
- g && (this._value = d, this._hasValue && (f = !0, _r(this._getTransaction(), (b) => {
998
- var _;
999
- (_ = B()) == null || _.handleObservableUpdated(this, { oldValue: p, newValue: d, change: void 0, didChange: g, hadValue: this._hasValue });
995
+ super(a), this._debugNameData = e, this.event = o, this._getValue = n, this._getTransaction = t, this._equalityComparator = i, this._hasValue = !1, this.handleEvent = (c) => {
996
+ var f;
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) => {
1000
+ var C;
1001
+ (C = S()) == null || C.handleObservableUpdated(this, { oldValue: l, newValue: d, change: void 0, didChange: g, hadValue: this._hasValue });
1000
1002
  for (const y of this._observers)
1001
1003
  b.updateObserver(y, this), y.handleChange(this, void 0);
1002
1004
  }, () => {
1003
1005
  const b = this.getDebugName();
1004
1006
  return "Event fired" + (b ? `: ${b}` : "");
1005
- })), this._hasValue = !0), f || (x = B()) == null || x.handleObservableUpdated(this, { oldValue: p, newValue: d, change: void 0, didChange: g, hadValue: this._hasValue });
1007
+ })), this._hasValue = !0), h || (f = S()) == null || f.handleObservableUpdated(this, { oldValue: l, newValue: d, change: void 0, didChange: g, hadValue: this._hasValue });
1006
1008
  };
1007
1009
  }
1008
1010
  getDebugName() {
@@ -1029,39 +1031,39 @@ class W extends Me {
1029
1031
  }
1030
1032
  }
1031
1033
  (function(r) {
1032
- r.Observer = W;
1034
+ r.Observer = j;
1033
1035
  function e(o, n) {
1034
1036
  let t = !1;
1035
- W.globalTransaction === void 0 && (W.globalTransaction = o, t = !0);
1037
+ j.globalTransaction === void 0 && (j.globalTransaction = o, t = !0);
1036
1038
  try {
1037
1039
  n();
1038
1040
  } finally {
1039
- t && (W.globalTransaction = void 0);
1041
+ t && (j.globalTransaction = void 0);
1040
1042
  }
1041
1043
  }
1042
1044
  r.batchEventsGlobally = e;
1043
1045
  })(Ke || (Ke = {}));
1044
- function Cr(r) {
1045
- const e = new Io(!1, void 0);
1046
- return r.addObserver(e), wo(() => {
1046
+ function Ir(r) {
1047
+ const e = new To(!1, void 0);
1048
+ return r.addObserver(e), Co(() => {
1047
1049
  r.removeObserver(e);
1048
1050
  });
1049
1051
  }
1050
- hr(Cr);
1051
- function Sr(r, e) {
1052
- const o = new Io(!0, e);
1052
+ vr(Ir);
1053
+ function Er(r, e) {
1054
+ const o = new To(!0, e);
1053
1055
  r.addObserver(o);
1054
1056
  try {
1055
1057
  o.beginUpdate(r);
1056
1058
  } finally {
1057
1059
  o.endUpdate(r);
1058
1060
  }
1059
- return wo(() => {
1061
+ return Co(() => {
1060
1062
  r.removeObserver(o);
1061
1063
  });
1062
1064
  }
1063
- fr(Sr);
1064
- class Io {
1065
+ br(Er);
1066
+ class To {
1065
1067
  constructor(e, o) {
1066
1068
  this._forceRecompute = e, this._handleValue = o, this._counter = 0;
1067
1069
  }
@@ -1077,10 +1079,10 @@ class Io {
1077
1079
  }
1078
1080
  }
1079
1081
  let te;
1080
- function Fr(r) {
1081
- te || (te = new Ir(), ar(te)), te.addFilteredObj(r);
1082
+ function Rr(r) {
1083
+ te || (te = new Tr(), dr(te)), te.addFilteredObj(r);
1082
1084
  }
1083
- class Ir {
1085
+ class Tr {
1084
1086
  constructor() {
1085
1087
  this.indentation = 0, this.changedObservablesSets = /* @__PURE__ */ new WeakMap();
1086
1088
  }
@@ -1092,32 +1094,32 @@ class Ir {
1092
1094
  return ((o = this._filteredObjects) == null ? void 0 : o.has(e)) ?? !0;
1093
1095
  }
1094
1096
  textToConsoleArgs(e) {
1095
- return Rr([
1096
- U(Mr("| ", this.indentation)),
1097
+ return Hr([
1098
+ q(Lr("| ", this.indentation)),
1097
1099
  e
1098
1100
  ]);
1099
1101
  }
1100
1102
  formatInfo(e) {
1101
1103
  return e.hadValue ? e.didChange ? [
1102
- U(" "),
1103
- E(ee(e.oldValue, 70), {
1104
+ q(" "),
1105
+ R(ee(e.oldValue, 70), {
1104
1106
  color: "red",
1105
1107
  strikeThrough: !0
1106
1108
  }),
1107
- U(" "),
1108
- E(ee(e.newValue, 60), {
1109
+ q(" "),
1110
+ R(ee(e.newValue, 60), {
1109
1111
  color: "green"
1110
1112
  })
1111
- ] : [U(" (unchanged)")] : [
1112
- U(" "),
1113
- E(ee(e.newValue, 60), {
1113
+ ] : [q(" (unchanged)")] : [
1114
+ q(" "),
1115
+ R(ee(e.newValue, 60), {
1114
1116
  color: "green"
1115
1117
  }),
1116
- U(" (initial)")
1118
+ q(" (initial)")
1117
1119
  ];
1118
1120
  }
1119
1121
  handleObservableCreated(e) {
1120
- if (e instanceof j) {
1122
+ if (e instanceof U) {
1121
1123
  const o = e;
1122
1124
  this.changedObservablesSets.set(o, /* @__PURE__ */ new Set());
1123
1125
  }
@@ -1126,20 +1128,20 @@ class Ir {
1126
1128
  }
1127
1129
  handleObservableUpdated(e, o) {
1128
1130
  if (this._isIncluded(e)) {
1129
- if (e instanceof j) {
1131
+ if (e instanceof U) {
1130
1132
  this._handleDerivedRecomputed(e, o);
1131
1133
  return;
1132
1134
  }
1133
1135
  console.log(...this.textToConsoleArgs([
1134
- q("observable value changed"),
1135
- E(e.debugName, { color: "BlueViolet" }),
1136
+ Q("observable value changed"),
1137
+ R(e.debugName, { color: "BlueViolet" }),
1136
1138
  ...this.formatInfo(o)
1137
1139
  ]));
1138
1140
  }
1139
1141
  }
1140
1142
  formatChanges(e) {
1141
1143
  if (e.size !== 0)
1142
- return E(" (changed deps: " + [...e].map((o) => o.debugName).join(", ") + ")", { color: "gray" });
1144
+ return R(" (changed deps: " + [...e].map((o) => o.debugName).join(", ") + ")", { color: "gray" });
1143
1145
  }
1144
1146
  handleDerivedDependencyChanged(e, o, n) {
1145
1147
  var t;
@@ -1150,8 +1152,8 @@ class Ir {
1150
1152
  return;
1151
1153
  const n = this.changedObservablesSets.get(e);
1152
1154
  n && (console.log(...this.textToConsoleArgs([
1153
- q("derived recomputed"),
1154
- E(e.debugName, { color: "BlueViolet" }),
1155
+ Q("derived recomputed"),
1156
+ R(e.debugName, { color: "BlueViolet" }),
1155
1157
  ...this.formatInfo(o),
1156
1158
  this.formatChanges(n),
1157
1159
  { data: [{ fn: e._debugNameData.referenceFn ?? e._computeFn }] }
@@ -1159,14 +1161,14 @@ class Ir {
1159
1161
  }
1160
1162
  handleDerivedCleared(e) {
1161
1163
  this._isIncluded(e) && console.log(...this.textToConsoleArgs([
1162
- q("derived cleared"),
1163
- E(e.debugName, { color: "BlueViolet" })
1164
+ Q("derived cleared"),
1165
+ R(e.debugName, { color: "BlueViolet" })
1164
1166
  ]));
1165
1167
  }
1166
1168
  handleFromEventObservableTriggered(e, o) {
1167
1169
  this._isIncluded(e) && console.log(...this.textToConsoleArgs([
1168
- q("observable from event triggered"),
1169
- E(e.debugName, { color: "BlueViolet" }),
1170
+ Q("observable from event triggered"),
1171
+ R(e.debugName, { color: "BlueViolet" }),
1170
1172
  ...this.formatInfo(o),
1171
1173
  { data: [{ fn: e._getValue }] }
1172
1174
  ]));
@@ -1182,8 +1184,8 @@ class Ir {
1182
1184
  handleAutorunStarted(e) {
1183
1185
  const o = this.changedObservablesSets.get(e);
1184
1186
  o && (this._isIncluded(e) && console.log(...this.textToConsoleArgs([
1185
- q("autorun"),
1186
- E(e.debugName, { color: "BlueViolet" }),
1187
+ Q("autorun"),
1188
+ R(e.debugName, { color: "BlueViolet" }),
1187
1189
  this.formatChanges(o),
1188
1190
  { data: [{ fn: e._debugNameData.referenceFn ?? e._runFn }] }
1189
1191
  ])), o.clear(), this.indentation++);
@@ -1194,8 +1196,8 @@ class Ir {
1194
1196
  handleBeginTransaction(e) {
1195
1197
  let o = e.getDebugName();
1196
1198
  o === void 0 && (o = ""), this._isIncluded(e) && console.log(...this.textToConsoleArgs([
1197
- q("transaction"),
1198
- E(o, { color: "BlueViolet" }),
1199
+ Q("transaction"),
1200
+ R(o, { color: "BlueViolet" }),
1199
1201
  { data: [{ fn: e._fn }] }
1200
1202
  ])), this.indentation++;
1201
1203
  }
@@ -1203,30 +1205,30 @@ class Ir {
1203
1205
  this.indentation--;
1204
1206
  }
1205
1207
  }
1206
- function Rr(r) {
1208
+ function Hr(r) {
1207
1209
  const e = new Array(), o = [];
1208
1210
  let n = "";
1209
1211
  function t(a) {
1210
1212
  if ("length" in a)
1211
- for (const s of a)
1212
- s && t(s);
1213
+ for (const c of a)
1214
+ c && t(c);
1213
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);
1214
1216
  }
1215
1217
  t(r);
1216
1218
  const i = [n, ...e];
1217
1219
  return i.push(...o), i;
1218
1220
  }
1219
- function U(r) {
1220
- return E(r, { color: "black" });
1221
- }
1222
1221
  function q(r) {
1223
- return E(Or(`${r}: `, 10), { color: "black", bold: !0 });
1222
+ return R(r, { color: "black" });
1224
1223
  }
1225
- function E(r, e = {
1224
+ function Q(r) {
1225
+ return R(Dr(`${r}: `, 10), { color: "black", bold: !0 });
1226
+ }
1227
+ function R(r, e = {
1226
1228
  color: "black"
1227
1229
  }) {
1228
1230
  function o(t) {
1229
- return Object.entries(t).reduce((i, [a, s]) => `${i}${a}:${s};`, "");
1231
+ return Object.entries(t).reduce((i, [a, c]) => `${i}${a}:${c};`, "");
1230
1232
  }
1231
1233
  const n = {
1232
1234
  color: e.color
@@ -1238,12 +1240,12 @@ function E(r, e = {
1238
1240
  }
1239
1241
  function ee(r, e) {
1240
1242
  try {
1241
- return Er(r, e);
1243
+ return Mr(r, e);
1242
1244
  } catch {
1243
1245
  return "[[???]]";
1244
1246
  }
1245
1247
  }
1246
- function Er(r, e) {
1248
+ function Mr(r, e) {
1247
1249
  switch (typeof r) {
1248
1250
  case "number":
1249
1251
  return "" + r;
@@ -1254,7 +1256,7 @@ function Er(r, e) {
1254
1256
  case "undefined":
1255
1257
  return "undefined";
1256
1258
  case "object":
1257
- return r === null ? "null" : Array.isArray(r) ? Tr(r, e) : Hr(r, e);
1259
+ return r === null ? "null" : Array.isArray(r) ? Or(r, e) : Vr(r, e);
1258
1260
  case "symbol":
1259
1261
  return r.toString();
1260
1262
  case "function":
@@ -1263,7 +1265,7 @@ function Er(r, e) {
1263
1265
  return "" + r;
1264
1266
  }
1265
1267
  }
1266
- function Tr(r, e) {
1268
+ function Or(r, e) {
1267
1269
  let o = "[ ", n = !0;
1268
1270
  for (const t of r) {
1269
1271
  if (n || (o += ", "), o.length - 5 > e) {
@@ -1274,7 +1276,7 @@ function Tr(r, e) {
1274
1276
  }
1275
1277
  return o += " ]", o;
1276
1278
  }
1277
- function Hr(r, e) {
1279
+ function Vr(r, e) {
1278
1280
  try {
1279
1281
  if (typeof r.toString == "function" && r.toString !== Object.prototype.toString) {
1280
1282
  const a = r.toString();
@@ -1283,38 +1285,38 @@ function Hr(r, e) {
1283
1285
  } catch {
1284
1286
  return "[[Object]]";
1285
1287
  }
1286
- const o = bo(r);
1288
+ const o = yo(r);
1287
1289
  let n = o ? o + "(" : "{ ", t = !0, i;
1288
1290
  try {
1289
1291
  i = Object.entries(r);
1290
1292
  } catch {
1291
1293
  return o ? `${o}(...)` : "[[Object]]";
1292
1294
  }
1293
- for (const [a, s] of i) {
1295
+ for (const [a, c] of i) {
1294
1296
  if (t || (n += ", "), n.length - 5 > e) {
1295
1297
  n += "...";
1296
1298
  break;
1297
1299
  }
1298
- t = !1, n += `${a}: ${ee(s, e - n.length)}`;
1300
+ t = !1, n += `${a}: ${ee(c, e - n.length)}`;
1299
1301
  }
1300
1302
  return n += o ? ")" : " }", n;
1301
1303
  }
1302
- function Mr(r, e) {
1304
+ function Lr(r, e) {
1303
1305
  let o = "";
1304
1306
  for (let n = 1; n <= e; n++)
1305
1307
  o += r;
1306
1308
  return o;
1307
1309
  }
1308
- function Or(r, e) {
1310
+ function Dr(r, e) {
1309
1311
  for (; r.length < e; )
1310
1312
  r += " ";
1311
1313
  return r;
1312
1314
  }
1313
- function Vr(r, e) {
1315
+ function Nr(r, e) {
1314
1316
  const o = (e == null ? void 0 : e.debugNamePostProcessor) ?? ((i) => i), n = H.from(r, o);
1315
- return n ? Ro(n, 0, /* @__PURE__ */ new Set()).trim() : "";
1317
+ return n ? Ho(n, 0, /* @__PURE__ */ new Set()).trim() : "";
1316
1318
  }
1317
- function Ro(r, e, o) {
1319
+ function Ho(r, e, o) {
1318
1320
  const n = " ".repeat(e), t = [];
1319
1321
  if (o.has(r.sourceObj))
1320
1322
  return t.push(`${n}* ${r.type} ${r.name} (already listed)`), t.join(`
@@ -1322,23 +1324,23 @@ function Ro(r, e, o) {
1322
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) {
1323
1325
  t.push(`${n} dependencies:`);
1324
1326
  for (const a of r.dependencies)
1325
- t.push(Ro(a, e + 1, o));
1327
+ t.push(Ho(a, e + 1, o));
1326
1328
  }
1327
1329
  return t.join(`
1328
1330
  `);
1329
1331
  }
1330
1332
  class H {
1331
1333
  static from(e, o) {
1332
- if (e instanceof Bo) {
1334
+ if (e instanceof So) {
1333
1335
  const n = e.debugGetState();
1334
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)));
1335
- } else if (e instanceof j) {
1337
+ } else if (e instanceof U) {
1336
1338
  const n = e.debugGetState();
1337
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)));
1338
- } else if (e instanceof Fo) {
1340
+ } else if (e instanceof Ro) {
1339
1341
  const n = e.debugGetState();
1340
1342
  return new H(e, o(e.debugName), "observableValue", n.value, "upToDate", []);
1341
- } else if (e instanceof W) {
1343
+ } else if (e instanceof j) {
1342
1344
  const n = e.debugGetState();
1343
1345
  return new H(e, o(e.debugName), "fromEvent", n.value, n.hasValue ? "upToDate" : "initial", []);
1344
1346
  }
@@ -1350,14 +1352,14 @@ class H {
1350
1352
  this.sourceObj = e, this.name = o, this.type = n, this.value = t, this.state = i, this.dependencies = a;
1351
1353
  }
1352
1354
  }
1353
- xr(Vr);
1354
- cr(Fr);
1355
- class Lr {
1355
+ kr(Nr);
1356
+ lr(Rr);
1357
+ class Ar {
1356
1358
  constructor() {
1357
- l(this, "_fixtures", w(this, /* @__PURE__ */ new Map()));
1358
- l(this, "loading", w(this, !1));
1359
- l(this, "error", w(this, void 0));
1360
- l(this, "root", I(this, (e) => {
1359
+ p(this, "_fixtures", B(this, /* @__PURE__ */ new Map()));
1360
+ p(this, "loading", B(this, !1));
1361
+ p(this, "error", B(this, void 0));
1362
+ p(this, "root", I(this, (e) => {
1361
1363
  const o = this._fixtures.read(e);
1362
1364
  return ce(o);
1363
1365
  }));
@@ -1382,7 +1384,7 @@ class Lr {
1382
1384
  return t == null ? void 0 : t.component;
1383
1385
  }
1384
1386
  }
1385
- class Dr {
1387
+ class Gr {
1386
1388
  constructor(e) {
1387
1389
  this._run = e, this._changes = [], this._map = /* @__PURE__ */ new Map(), this._updateCounter = 0;
1388
1390
  }
@@ -1409,48 +1411,48 @@ class Dr {
1409
1411
  }
1410
1412
  }
1411
1413
  function m() {
1414
+ return ve.instance;
1415
+ }
1416
+ function zr() {
1412
1417
  return ke.instance;
1413
1418
  }
1414
- function Nr() {
1419
+ function Pr() {
1415
1420
  return ye.instance;
1416
1421
  }
1417
- function Ar() {
1418
- return we.instance;
1419
- }
1420
- m.const = Nr;
1421
- m.obs = Ar;
1422
- class ke {
1422
+ m.const = zr;
1423
+ m.obs = Pr;
1424
+ class ve {
1423
1425
  create(e) {
1424
1426
  const o = I((n) => e(n));
1425
1427
  return { read: (n) => o };
1426
1428
  }
1427
1429
  }
1428
- ke.instance = new ke();
1429
- class ye {
1430
+ ve.instance = new ve();
1431
+ class ke {
1430
1432
  create(e) {
1431
1433
  const o = I((n) => e(n));
1432
1434
  return { read: (n) => o.read(n) };
1433
1435
  }
1434
1436
  }
1435
- ye.instance = new ye();
1436
- class we {
1437
+ ke.instance = new ke();
1438
+ class ye {
1437
1439
  create(e) {
1438
1440
  const o = I((n) => {
1439
1441
  const t = e(n);
1440
- return Gr(t) ? t.read(n) : t;
1442
+ return Wr(t) ? t.read(n) : t;
1441
1443
  });
1442
1444
  return { read: (n) => o };
1443
1445
  }
1444
1446
  }
1445
- we.instance = new we();
1446
- function Gr(r) {
1447
+ ye.instance = new ye();
1448
+ function Wr(r) {
1447
1449
  return typeof r == "object" && r !== null && "read" in r;
1448
1450
  }
1449
1451
  function Z(r, e) {
1450
1452
  return Object.fromEntries(Object.entries(r).map(([o, n]) => [o, e(n, o)]));
1451
1453
  }
1452
- const fe = Symbol("ViewModelContext");
1453
- class zr {
1454
+ const me = Symbol("ViewModelContext");
1455
+ class jr {
1454
1456
  constructor(e) {
1455
1457
  this._store = new re(), this.props = e;
1456
1458
  }
@@ -1458,35 +1460,35 @@ class zr {
1458
1460
  this._store.dispose();
1459
1461
  }
1460
1462
  }
1461
- function Pr(r) {
1462
- return r[fe] || (r[fe] = mo(void 0)), r[fe];
1463
+ function $r(r) {
1464
+ return r[me] || (r[me] = xo(void 0)), r[me];
1463
1465
  }
1464
1466
  function D(r = {}) {
1465
1467
  var e;
1466
- return e = class extends zr {
1468
+ return e = class extends jr {
1467
1469
  }, e._props = r, e;
1468
1470
  }
1469
- let Be = 0;
1470
- const Wr = new Dr((r) => {
1471
+ let we = 0;
1472
+ const Ur = new Gr((r) => {
1471
1473
  for (const e of r)
1472
1474
  e.rendered = !1;
1473
- if (Be > 0) {
1475
+ if (we > 0) {
1474
1476
  const e = r.find((o) => o.isRendering);
1475
1477
  e.itemsToRender = r;
1476
1478
  } else
1477
- fo(() => {
1479
+ bo(() => {
1478
1480
  for (const e of r)
1479
1481
  e.rendered || e.forceUpdate();
1480
1482
  });
1481
1483
  });
1482
- let $r = 0;
1483
- class jr {
1484
+ let qr = 0;
1485
+ class Qr {
1484
1486
  constructor(e, o) {
1485
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 = () => () => {
1486
1488
  var n;
1487
1489
  (n = this._disposable) == null || n.dispose();
1488
1490
  }, this.itemsToRender = [], this.handleAfterRender = () => {
1489
- fo(() => {
1491
+ bo(() => {
1490
1492
  for (const n of this.itemsToRender)
1491
1493
  n.rendered || n.forceUpdate();
1492
1494
  }), this.itemsToRender = [];
@@ -1496,30 +1498,30 @@ class jr {
1496
1498
  return this.debugName;
1497
1499
  }
1498
1500
  updateProps(e) {
1499
- this._obsProps ? this._obsProps.set(e, void 0) : (this._obsProps = w(this, e), this._render = this.renderFactory(this._obsProps, () => this.contextValues), this.rendering = I(this, this._render), this._disposable = Wr.addDependency(this.rendering, this));
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));
1500
1502
  }
1501
1503
  }
1502
- function Oe(r, e, o) {
1503
- const n = (a) => a + 1, t = () => new jr(r + ++$r, e), i = function(a) {
1504
- const s = Zo(n, 0)[1], d = Xo(t)[0];
1505
- for (const p of o ?? [])
1506
- d.contextValues.set(p, er(p));
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];
1507
+ for (const l of o ?? [])
1508
+ d.contextValues.set(l, nr(l));
1507
1509
  if (Ge(d.cleanupEffect, []), Ge(d.handleAfterRender), d.isRendering)
1508
1510
  throw new Error("Component is already rendering");
1509
- d.isRendering = !0, Be++;
1511
+ d.isRendering = !0, we++;
1510
1512
  try {
1511
- d.forceUpdate = s, d.updateProps(a);
1512
- const p = d.rendering.get();
1513
- return d.rendered = !0, p;
1513
+ d.forceUpdate = c, d.updateProps(a);
1514
+ const l = d.rendering.get();
1515
+ return d.rendered = !0, l;
1514
1516
  } finally {
1515
- d.isRendering = !1, Be--;
1517
+ d.isRendering = !1, we--;
1516
1518
  }
1517
1519
  };
1518
1520
  return i.displayName = r, i;
1519
1521
  }
1520
- Oe("ObsView", (r) => (e) => r.read(e).children(e));
1522
+ Me("ObsView", (r) => (e) => r.read(e).children(e));
1521
1523
  function T(r, e) {
1522
- return Oe("view", (o) => {
1524
+ return Me("view", (o) => {
1523
1525
  const n = Z(r, (t, i) => t.create((a) => o.read(a)[i], void 0));
1524
1526
  return (t) => {
1525
1527
  const i = Z(n, (a) => a.read(t));
@@ -1527,7 +1529,7 @@ function T(r, e) {
1527
1529
  };
1528
1530
  });
1529
1531
  }
1530
- function Ur(r) {
1532
+ function Kr(r) {
1531
1533
  const e = [];
1532
1534
  for (const o of Object.values(r)) {
1533
1535
  const n = o._requiredContext;
@@ -1536,51 +1538,51 @@ function Ur(r) {
1536
1538
  return e;
1537
1539
  }
1538
1540
  function N(r, e, o) {
1539
- const n = typeof e == "function" ? {} : e, t = typeof e == "function" ? e : o, i = "_props" in r ? r._props : {}, a = Ur({ ...i, ...n }), s = Pr(r), d = [...a, s];
1540
- return Oe("viewWithModel", (p, g) => {
1541
- const f = g(), x = f.get(s), b = "_props" in r ? Z(r._props, (v, C) => v.create((F) => p.read(F)[C], f.get(v._requiredContext))) : {}, _ = x ? { read: () => x, dispose: () => {
1542
- } } : wr((v) => {
1543
- const C = Z(b, (F) => F.read(v));
1544
- return new r(C);
1545
- }), y = Z(n, (v, C) => v.create((F) => p.read(F)[C], f.get(v._requiredContext)));
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));
1546
+ return new r(_);
1547
+ }), y = Z(n, (v, _) => v.create((w) => l.read(w)[_], h.get(v._requiredContext)));
1546
1548
  return (v) => {
1547
- const C = _.read(v), F = Z(y, (k) => k.read(v));
1548
- return t(v, C, F);
1549
+ const _ = C.read(v), w = Z(y, (M) => M.read(v));
1550
+ return t(v, _, w);
1549
1551
  };
1550
1552
  }, d.length > 0 ? d : void 0);
1551
1553
  }
1552
1554
  T({ value: m.obs() }, (r, e) => e.value.read(r));
1553
- mo(null);
1554
- function Eo(r) {
1555
+ xo(null);
1556
+ function Mo(r) {
1555
1557
  var e;
1556
1558
  return {
1557
1559
  id: r.id,
1558
1560
  name: r.name,
1559
1561
  type: r.type,
1560
- children: (e = r.children) == null ? void 0 : e.map(Eo),
1562
+ children: (e = r.children) == null ? void 0 : e.map(Mo),
1561
1563
  component: r.component,
1562
1564
  labels: r.labels
1563
1565
  };
1564
1566
  }
1565
- function qr(r, e) {
1567
+ function Jr(r, e) {
1566
1568
  if (r.name.toLowerCase().includes(e)) return !0;
1567
1569
  for (const o of r.labels)
1568
1570
  if (o.toLowerCase().includes(e)) return !0;
1569
1571
  return !1;
1570
1572
  }
1571
- function Qr(r, e) {
1573
+ function Yr(r, e) {
1572
1574
  if (!e) return r;
1573
1575
  const o = e.toLowerCase();
1574
- return To(r, o);
1576
+ return Oo(r, o);
1575
1577
  }
1576
- function To(r, e) {
1577
- const o = qr(r, e);
1578
+ function Oo(r, e) {
1579
+ const o = Jr(r, e);
1578
1580
  if (!r.children || r.children.length === 0)
1579
1581
  return o ? r : void 0;
1580
1582
  if (o) return r;
1581
1583
  const n = [];
1582
1584
  for (const t of r.children) {
1583
- const i = To(t, e);
1585
+ const i = Oo(t, e);
1584
1586
  i && n.push(i);
1585
1587
  }
1586
1588
  if (n.length !== 0)
@@ -1598,112 +1600,112 @@ function ie(r, e) {
1598
1600
  } = e;
1599
1601
  let a = n;
1600
1602
  try {
1601
- const p = localStorage.getItem(o);
1602
- p !== null && (a = i(p));
1603
+ const l = localStorage.getItem(o);
1604
+ l !== null && (a = i(l));
1603
1605
  } catch {
1604
1606
  }
1605
- const s = w(r, a), d = s.set.bind(s);
1606
- return s.set = (p, g) => {
1607
+ const c = B(r, a), d = c.set.bind(c);
1608
+ return c.set = (l, g) => {
1607
1609
  try {
1608
- localStorage.setItem(o, t(p));
1610
+ localStorage.setItem(o, t(l));
1609
1611
  } catch {
1610
1612
  }
1611
- d(p, g);
1612
- }, s;
1613
+ d(l, g);
1614
+ }, c;
1613
1615
  }
1614
1616
  function Je(r, e) {
1615
- const n = new URLSearchParams(location.search).get(e) || void 0, t = w(r, n);
1617
+ const n = new URLSearchParams(location.search).get(e) || void 0, t = B(r, n);
1616
1618
  window.addEventListener("popstate", () => {
1617
1619
  const a = new URLSearchParams(location.search);
1618
1620
  t.set(a.get(e) || void 0, void 0);
1619
1621
  });
1620
1622
  const i = t.set.bind(t);
1621
- return t.set = (a, s) => {
1623
+ return t.set = (a, c) => {
1622
1624
  const d = new URLSearchParams(location.search);
1623
1625
  a ? d.set(e, a) : d.delete(e);
1624
- const p = d.toString(), g = location.pathname + (p ? "?" + p : "") + location.hash;
1625
- history.replaceState(history.state, "", g), i(a, s);
1626
+ const l = d.toString(), g = location.pathname + (l ? "?" + l : "") + location.hash;
1627
+ history.replaceState(history.state, "", g), i(a, c);
1626
1628
  }, t;
1627
1629
  }
1628
- function Ho(r, e) {
1630
+ function Vo(r, e) {
1629
1631
  const o = new URLSearchParams(location.search);
1630
1632
  return o.set(r, e), location.pathname + "?" + o.toString();
1631
1633
  }
1632
- class Kr extends D({
1634
+ class Zr extends D({
1633
1635
  registry: m.const(),
1634
1636
  daemonModel: m.const(),
1635
1637
  reportModel: m.const()
1636
1638
  }) {
1637
1639
  constructor() {
1638
1640
  super(...arguments);
1639
- l(this, "leftSidebarVisible", ie(this, {
1641
+ p(this, "leftSidebarVisible", ie(this, {
1640
1642
  storageKey: "component-explorer:leftSidebarVisible",
1641
1643
  defaultValue: !0
1642
1644
  }));
1643
- l(this, "rightSidebarVisible", ie(this, {
1645
+ p(this, "rightSidebarVisible", ie(this, {
1644
1646
  storageKey: "component-explorer:rightSidebarVisible",
1645
1647
  defaultValue: !1
1646
1648
  }));
1647
- l(this, "isDarkTheme", ie(this, {
1649
+ p(this, "isDarkTheme", ie(this, {
1648
1650
  storageKey: "component-explorer:isDarkTheme",
1649
1651
  defaultValue: !0
1650
1652
  }));
1651
- l(this, "selectedNodeId", Je(this, "fixture"));
1652
- l(this, "expandedNodeIds", w(this, this._initialExpandedNodes()));
1653
- l(this, "viewMode", ie(this, {
1653
+ p(this, "selectedNodeId", Je(this, "fixture"));
1654
+ p(this, "expandedNodeIds", B(this, this._initialExpandedNodes()));
1655
+ p(this, "viewMode", ie(this, {
1654
1656
  storageKey: "component-explorer:viewMode",
1655
1657
  defaultValue: "session"
1656
1658
  }));
1657
- l(this, "loading", I(this, (o) => this.props.registry.loading.read(o)));
1658
- l(this, "error", I(this, (o) => this.props.registry.error.read(o)));
1659
- l(this, "searchQuery", Je(this, "search"));
1659
+ p(this, "loading", I(this, (o) => this.props.registry.loading.read(o)));
1660
+ p(this, "error", I(this, (o) => this.props.registry.error.read(o)));
1661
+ p(this, "searchQuery", Je(this, "search"));
1660
1662
  /** The explorer's tree derived from the registry or report */
1661
- l(this, "tree", I(this, (o) => {
1663
+ p(this, "tree", I(this, (o) => {
1662
1664
  const n = this.props.reportModel;
1663
1665
  if (n)
1664
1666
  return n.buildTree(o);
1665
1667
  const t = this.props.registry.root.read(o);
1666
- return Eo(t);
1668
+ return Mo(t);
1667
1669
  }));
1668
- l(this, "filteredTree", I(this, (o) => {
1670
+ p(this, "filteredTree", I(this, (o) => {
1669
1671
  const n = this.tree.read(o), t = this.searchQuery.read(o);
1670
- return Qr(n, t) ?? { ...n, children: [] };
1672
+ return Yr(n, t) ?? { ...n, children: [] };
1671
1673
  }));
1672
- l(this, "selectedNode", I(this, (o) => {
1674
+ p(this, "selectedNode", I(this, (o) => {
1673
1675
  const n = this.selectedNodeId.read(o);
1674
1676
  if (n === void 0) return;
1675
1677
  const t = this.filteredTree.read(o);
1676
1678
  return t.id.value === n ? t : this._findNode(t.children ?? [], n);
1677
1679
  }));
1678
1680
  /** List of preview rows to render based on current selection and view mode */
1679
- l(this, "selectedFixtures", I(this, (o) => {
1681
+ p(this, "selectedFixtures", I(this, (o) => {
1680
1682
  const n = this.selectedNode.read(o);
1681
1683
  if (!n) return [];
1682
1684
  const t = n.type === "component" ? n.id.segments.slice(-3).join(" / ") : n.name;
1683
1685
  return this.isReportMode ? (this.props.reportModel.state.read(o), this._collectReportRows(n, t)) : this.viewMode.read(o) === "diff" && this.daemonAvailable && this.daemon.sessions.read(o).length > 1 ? this._collectDiffRows(n, t) : this._collectPreviewRows(n, t);
1684
1686
  }));
1685
- l(this, "setViewMode", (o) => {
1687
+ p(this, "setViewMode", (o) => {
1686
1688
  this.viewMode.set(o, void 0);
1687
1689
  });
1688
- l(this, "navigateToSession", (o) => {
1690
+ p(this, "navigateToSession", (o) => {
1689
1691
  const n = this.props.daemonModel;
1690
1692
  if (!n) return;
1691
1693
  const t = n.getSessionExplorerUrl(o);
1692
1694
  t && (window.location.href = t);
1693
1695
  });
1694
- l(this, "toggleLeftSidebar", () => {
1696
+ p(this, "toggleLeftSidebar", () => {
1695
1697
  this.leftSidebarVisible.set(!this.leftSidebarVisible.get(), void 0);
1696
1698
  });
1697
- l(this, "toggleRightSidebar", () => {
1699
+ p(this, "toggleRightSidebar", () => {
1698
1700
  this.rightSidebarVisible.set(!this.rightSidebarVisible.get(), void 0);
1699
1701
  });
1700
- l(this, "toggleTheme", () => {
1702
+ p(this, "toggleTheme", () => {
1701
1703
  this.isDarkTheme.set(!this.isDarkTheme.get(), void 0);
1702
1704
  });
1703
- l(this, "selectNode", (o) => {
1705
+ p(this, "selectNode", (o) => {
1704
1706
  this.selectedNodeId.set(o, void 0);
1705
1707
  });
1706
- l(this, "toggleNodeExpanded", (o) => {
1708
+ p(this, "toggleNodeExpanded", (o) => {
1707
1709
  const n = this.expandedNodeIds.get(), t = new Set(n);
1708
1710
  t.has(o) ? t.delete(o) : t.add(o), this.expandedNodeIds.set(t, void 0);
1709
1711
  });
@@ -1726,7 +1728,7 @@ class Kr extends D({
1726
1728
  _initialExpandedNodes() {
1727
1729
  const o = this.selectedNodeId.get();
1728
1730
  if (!o) return /* @__PURE__ */ new Set([""]);
1729
- const n = new M(o).segments, t = /* @__PURE__ */ new Set([""]);
1731
+ const n = new O(o).segments, t = /* @__PURE__ */ new Set([""]);
1730
1732
  for (let i = 1; i <= n.length; i++)
1731
1733
  t.add(n.slice(0, i).join("/"));
1732
1734
  return t;
@@ -1820,8 +1822,8 @@ class Kr extends D({
1820
1822
  if (t.status !== "ready") return [];
1821
1823
  const i = t.report.fixtures;
1822
1824
  if (o.type === "component") {
1823
- const s = i[o.id.value];
1824
- return s ? [{
1825
+ const c = i[o.id.value];
1826
+ return c ? [{
1825
1827
  type: "report-comparison",
1826
1828
  id: o.id.value,
1827
1829
  name: o.name,
@@ -1830,19 +1832,19 @@ class Kr extends D({
1830
1832
  fixtureId: o.id.value,
1831
1833
  name: o.name,
1832
1834
  path: n,
1833
- entry: s
1835
+ entry: c
1834
1836
  }]
1835
1837
  }] : [];
1836
1838
  }
1837
1839
  const a = [];
1838
- for (const s of o.children ?? []) {
1839
- const d = n ? `${n} / ${s.name}` : s.name;
1840
- a.push(...this._collectReportRows(s, d));
1840
+ for (const c of o.children ?? []) {
1841
+ const d = n ? `${n} / ${c.name}` : c.name;
1842
+ a.push(...this._collectReportRows(c, d));
1841
1843
  }
1842
1844
  return a;
1843
1845
  }
1844
1846
  }
1845
- const h = {
1847
+ const x = {
1846
1848
  container: {
1847
1849
  display: "flex",
1848
1850
  flexDirection: "row",
@@ -2031,16 +2033,16 @@ const h = {
2031
2033
  cursor: "pointer"
2032
2034
  }
2033
2035
  };
2034
- function Ve(...r) {
2036
+ function Oe(...r) {
2035
2037
  return Object.assign({}, ...r.filter(Boolean));
2036
2038
  }
2037
- class Jr extends D({
2039
+ class Xr extends D({
2038
2040
  active: m()
2039
2041
  }) {
2040
2042
  constructor() {
2041
2043
  super(...arguments);
2042
- l(this, "isHovered", w(this, !1));
2043
- l(this, "setHovered", (o) => {
2044
+ p(this, "isHovered", B(this, !1));
2045
+ p(this, "setHovered", (o) => {
2044
2046
  this.isHovered.set(o, void 0);
2045
2047
  });
2046
2048
  }
@@ -2048,20 +2050,20 @@ class Jr extends D({
2048
2050
  return this.props.active;
2049
2051
  }
2050
2052
  }
2051
- const he = N(
2052
- Jr,
2053
+ const fe = N(
2054
+ Xr,
2053
2055
  {
2054
2056
  onClick: m.const(),
2055
2057
  title: m.const(),
2056
2058
  children: m.const()
2057
2059
  },
2058
2060
  (r, e, o) => {
2059
- const n = e.isHovered.read(r), t = e.active.read(r), i = Ve(
2060
- h.titleBarButton,
2061
- n && !t && h.titleBarButtonHover,
2062
- t && h.titleBarButtonActive
2061
+ const n = e.isHovered.read(r), t = e.active.read(r), i = Oe(
2062
+ x.titleBarButton,
2063
+ n && !t && x.titleBarButtonHover,
2064
+ t && x.titleBarButtonActive
2063
2065
  );
2064
- return /* @__PURE__ */ c(
2066
+ return /* @__PURE__ */ s(
2065
2067
  "button",
2066
2068
  {
2067
2069
  style: i,
@@ -2073,34 +2075,34 @@ const he = N(
2073
2075
  }
2074
2076
  );
2075
2077
  }
2076
- ), Yr = ({ style: r }) => /* @__PURE__ */ c("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", style: r, children: /* @__PURE__ */ c("path", { d: "M5.7 13.7L5 13l4.6-4.6L5 3.7l.7-.7 5.3 5.4-5.3 5.3z" }) }), Zr = ({ style: r }) => /* @__PURE__ */ c("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", style: r, children: /* @__PURE__ */ c("path", { d: "M11 5.5L6 10.5L5.3 9.8L9.6 5.5L5.3 1.2L6 0.5L11 5.5z", transform: "rotate(90 8 5.5)" }) }), Xr = ({ style: r }) => /* @__PURE__ */ c("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", style: r, children: /* @__PURE__ */ c("path", { d: "M14.5 2H9l-.35.15-.65.64-.65-.64L7 2H1.5l-.5.5v10l.5.5H7l.35-.15.65-.64.65.64.35.15h5.5l.5-.5v-10l-.5-.5zm-7 10H2V3h5v.86L5.85 5l1.15 1.14V10l-1.15-1.14L7 7.72V12zm6 0H8V7.72l1.15 1.14L8 10V6.14L9.15 5 8 3.86V3h5v9z" }) }), en = ({ style: r }) => /* @__PURE__ */ c("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", style: r, children: /* @__PURE__ */ c("path", { d: "M14.5 3H7.71l-.85-.85L6.5 2h-5l-.5.5v11l.5.5h13l.5-.5v-10l-.5-.5zm-.5 10H2V6h12v7zm0-8H2V3h4.29l.85.85.36.15H14v1z" }) }), on = () => /* @__PURE__ */ c("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", children: /* @__PURE__ */ c("path", { d: "M2 2v12h12V2H2zm11 11H6V3h7v10zM3 3h2v10H3V3z" }) }), rn = () => /* @__PURE__ */ c("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", children: /* @__PURE__ */ c("path", { d: "M2 2v12h12V2H2zm6 11V3h5v10H8zM3 3h4v10H3V3z" }) }), nn = () => /* @__PURE__ */ c("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", children: /* @__PURE__ */ c("path", { d: "M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z" }) }), tn = () => /* @__PURE__ */ c("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "currentColor", children: /* @__PURE__ */ c("path", { d: "M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278z" }) }), an = T(
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(
2077
2079
  { model: m.const() },
2078
2080
  (r, e) => {
2079
- var s, d;
2080
- const o = e.model, n = o.viewMode.read(r), t = ((s = o.daemon) == null ? void 0 : s.sessions.read(r)) ?? [], i = (d = o.daemon) == null ? void 0 : d.sessionName, a = t.filter((p) => p.name !== i);
2081
+ 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);
2081
2083
  return t.length <= 1 ? null : /* @__PURE__ */ u("div", { style: X.container, children: [
2082
2084
  /* @__PURE__ */ u("div", { style: X.segmentedControl, children: [
2083
- /* @__PURE__ */ c(Ye, { label: "Live", mode: "session", active: n === "session", onClick: () => o.setViewMode("session") }),
2084
- /* @__PURE__ */ c(Ye, { label: "Diff", mode: "diff", active: n === "diff", onClick: () => o.setViewMode("diff") })
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") })
2085
2087
  ] }),
2086
- a.length > 0 && /* @__PURE__ */ c("div", { style: X.sessionLinks, children: a.map((p) => /* @__PURE__ */ u(
2088
+ a.length > 0 && /* @__PURE__ */ s("div", { style: X.sessionLinks, children: a.map((l) => /* @__PURE__ */ u(
2087
2089
  "button",
2088
2090
  {
2089
2091
  style: X.sessionLink,
2090
- onClick: () => o.navigateToSession(p.name),
2091
- title: `Switch to ${p.name} session`,
2092
+ onClick: () => o.navigateToSession(l.name),
2093
+ title: `Switch to ${l.name} session`,
2092
2094
  children: [
2093
2095
  "→ ",
2094
- p.name
2096
+ l.name
2095
2097
  ]
2096
2098
  },
2097
- p.name
2099
+ l.name
2098
2100
  )) })
2099
2101
  ] });
2100
2102
  }
2101
2103
  );
2102
2104
  function Ye({ label: r, mode: e, active: o, onClick: n }) {
2103
- return /* @__PURE__ */ c(
2105
+ return /* @__PURE__ */ s(
2104
2106
  "button",
2105
2107
  {
2106
2108
  style: o ? X.segmentActive : X.segment,
@@ -2109,47 +2111,47 @@ function Ye({ label: r, mode: e, active: o, onClick: n }) {
2109
2111
  }
2110
2112
  );
2111
2113
  }
2112
- const cn = T(
2114
+ const ln = T(
2113
2115
  {
2114
2116
  model: m.const()
2115
2117
  },
2116
2118
  (r, e) => {
2117
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);
2118
- return /* @__PURE__ */ u("div", { style: h.titleBar, children: [
2119
- /* @__PURE__ */ c("div", { style: h.titleBarSection, children: /* @__PURE__ */ c(
2120
- he,
2120
+ return /* @__PURE__ */ u("div", { style: x.titleBar, children: [
2121
+ /* @__PURE__ */ s("div", { style: x.titleBarSection, children: /* @__PURE__ */ s(
2122
+ fe,
2121
2123
  {
2122
2124
  active: n,
2123
2125
  onClick: o.toggleLeftSidebar,
2124
2126
  title: "Toggle left sidebar",
2125
- children: /* @__PURE__ */ c(on, {})
2127
+ children: /* @__PURE__ */ s(tn, {})
2126
2128
  }
2127
2129
  ) }),
2128
- /* @__PURE__ */ u("div", { style: h.titleBarCenter, children: [
2129
- o.isReportMode ? /* @__PURE__ */ c("span", { style: { fontSize: 12, color: "var(--component-explorer-descriptionForeground)" }, children: "Screenshot Report" }) : o.daemonAvailable ? /* @__PURE__ */ c(an, { model: o }) : null,
2130
- a ? /* @__PURE__ */ u(Fe, { children: [
2131
- /* @__PURE__ */ c("span", { style: { color: "var(--component-explorer-textLink-foreground)" }, children: "<" }),
2132
- /* @__PURE__ */ c("span", { children: a.name }),
2133
- /* @__PURE__ */ c("span", { style: { color: "var(--component-explorer-textLink-foreground)" }, children: "/>" })
2134
- ] }) : /* @__PURE__ */ c("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: "No component selected" })
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" })
2135
2137
  ] }),
2136
- /* @__PURE__ */ u("div", { style: h.titleBarSection, children: [
2137
- /* @__PURE__ */ c(
2138
- he,
2138
+ /* @__PURE__ */ u("div", { style: x.titleBarSection, children: [
2139
+ /* @__PURE__ */ s(
2140
+ fe,
2139
2141
  {
2140
2142
  active: !1,
2141
2143
  onClick: o.toggleTheme,
2142
2144
  title: i ? "Switch to light theme" : "Switch to dark theme",
2143
- children: i ? /* @__PURE__ */ c(nn, {}) : /* @__PURE__ */ c(tn, {})
2145
+ children: i ? /* @__PURE__ */ s(cn, {}) : /* @__PURE__ */ s(sn, {})
2144
2146
  }
2145
2147
  ),
2146
- /* @__PURE__ */ c(
2147
- he,
2148
+ /* @__PURE__ */ s(
2149
+ fe,
2148
2150
  {
2149
2151
  active: t,
2150
2152
  onClick: o.toggleRightSidebar,
2151
2153
  title: "Toggle right sidebar",
2152
- children: /* @__PURE__ */ c(rn, {})
2154
+ children: /* @__PURE__ */ s(an, {})
2153
2155
  }
2154
2156
  )
2155
2157
  ] })
@@ -2199,7 +2201,7 @@ const cn = T(
2199
2201
  color: "var(--component-explorer-textLink-foreground)",
2200
2202
  cursor: "pointer"
2201
2203
  }
2202
- }, sn = {
2204
+ }, pn = {
2203
2205
  display: "flex",
2204
2206
  gap: "3px",
2205
2207
  marginLeft: "6px",
@@ -2207,10 +2209,10 @@ const cn = T(
2207
2209
  flexShrink: 1,
2208
2210
  minWidth: 0
2209
2211
  };
2210
- function Mo(r) {
2211
- return r.type === "component" ? 1 : (r.children ?? []).reduce((e, o) => e + Mo(o), 0);
2212
+ function Lo(r) {
2213
+ return r.type === "component" ? 1 : (r.children ?? []).reduce((e, o) => e + Lo(o), 0);
2212
2214
  }
2213
- const dn = {
2215
+ const gn = {
2214
2216
  fontSize: "10px",
2215
2217
  lineHeight: "14px",
2216
2218
  padding: "0 4px",
@@ -2222,32 +2224,32 @@ const dn = {
2222
2224
  textOverflow: "ellipsis",
2223
2225
  maxWidth: "60px",
2224
2226
  cursor: "pointer"
2225
- }, Oo = T(
2227
+ }, Do = T(
2226
2228
  {
2227
2229
  model: m.const(),
2228
2230
  nodes: m.const(),
2229
2231
  depth: m.const()
2230
2232
  },
2231
- (r, e) => /* @__PURE__ */ c(Fe, { children: e.nodes.map((o) => /* @__PURE__ */ c(pn, { model: e.model, node: o, depth: e.depth }, o.id.value)) })
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)) })
2232
2234
  );
2233
- class ln extends D({
2235
+ class un extends D({
2234
2236
  model: m.const(),
2235
2237
  node: m.const(),
2236
2238
  depth: m.const()
2237
2239
  }) {
2238
2240
  constructor() {
2239
2241
  super(...arguments);
2240
- l(this, "isHovered", w(this, !1));
2241
- l(this, "setHovered", (o) => {
2242
+ p(this, "isHovered", B(this, !1));
2243
+ p(this, "setHovered", (o) => {
2242
2244
  this.isHovered.set(o, void 0);
2243
2245
  });
2244
- l(this, "handleClick", () => {
2246
+ p(this, "handleClick", () => {
2245
2247
  this.props.model.selectNode(this.props.node.id.value);
2246
2248
  });
2247
- l(this, "handleDoubleClick", () => {
2249
+ p(this, "handleDoubleClick", () => {
2248
2250
  this._hasChildren && this.props.model.toggleNodeExpanded(this.props.node.id.value);
2249
2251
  });
2250
- l(this, "handleChevronClick", (o) => {
2252
+ p(this, "handleChevronClick", (o) => {
2251
2253
  o.stopPropagation(), this.props.model.toggleNodeExpanded(this.props.node.id.value);
2252
2254
  });
2253
2255
  }
@@ -2265,14 +2267,14 @@ class ln extends D({
2265
2267
  return !!(this.props.node.children && this.props.node.children.length > 0);
2266
2268
  }
2267
2269
  }
2268
- const pn = N(ln, {}, (r, e) => {
2269
- const o = e.explorerModel, n = e.treeNode, t = e.treeDepth, i = !!(n.children && n.children.length > 0), a = i ? o.isNodeExpanded(n.id.value, r) : !1, d = o.selectedNodeId.read(r) === n.id.value, p = e.isHovered.read(r), g = Ve(
2270
- h.treeItem,
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(
2272
+ x.treeItem,
2271
2273
  { paddingLeft: `${8 + t * 12}px` },
2272
- d && h.treeItemSelected,
2273
- !d && p && h.treeItemHover
2274
+ d && x.treeItemSelected,
2275
+ !d && l && x.treeItemHover
2274
2276
  );
2275
- return /* @__PURE__ */ u(Fe, { children: [
2277
+ return /* @__PURE__ */ u(Se, { children: [
2276
2278
  /* @__PURE__ */ u(
2277
2279
  "div",
2278
2280
  {
@@ -2282,31 +2284,31 @@ const pn = N(ln, {}, (r, e) => {
2282
2284
  onMouseEnter: () => e.setHovered(!0),
2283
2285
  onMouseLeave: () => e.setHovered(!1),
2284
2286
  children: [
2285
- i ? /* @__PURE__ */ c("div", { style: h.treeItemChevron, onClick: e.handleChevronClick, children: a ? /* @__PURE__ */ c(Zr, {}) : /* @__PURE__ */ c(Yr, {}) }) : /* @__PURE__ */ c("div", { style: h.treeItemChevronPlaceholder }),
2286
- /* @__PURE__ */ c("div", { style: h.treeItemIcon, children: n.type === "folder" ? /* @__PURE__ */ c(en, { style: { color: "var(--component-explorer-symbolIcon-folderForeground)" } }) : /* @__PURE__ */ c(Xr, { style: { color: "#deb45b" } }) }),
2287
- /* @__PURE__ */ c("span", { style: h.treeItemLabel, children: n.name }),
2288
- n.labels.some((f) => !f.startsWith(".")) && /* @__PURE__ */ c("span", { style: sn, children: n.labels.filter((f) => !f.startsWith(".")).map((f) => /* @__PURE__ */ c(
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(
2289
2291
  "span",
2290
2292
  {
2291
- style: dn,
2292
- onClick: (x) => {
2293
- x.stopPropagation(), o.searchQuery.set(f, void 0);
2293
+ style: gn,
2294
+ onClick: (f) => {
2295
+ f.stopPropagation(), o.searchQuery.set(h, void 0);
2294
2296
  },
2295
- title: f,
2296
- children: f
2297
+ title: h,
2298
+ children: h
2297
2299
  },
2298
- f
2300
+ h
2299
2301
  )) }),
2300
- n.type === "folder" && i && /* @__PURE__ */ c("span", { style: h.treeItemCount, children: Mo(n) })
2302
+ n.type === "folder" && i && /* @__PURE__ */ s("span", { style: x.treeItemCount, children: Lo(n) })
2301
2303
  ]
2302
2304
  }
2303
2305
  ),
2304
- i && a && /* @__PURE__ */ c(Oo, { model: o, nodes: n.children, depth: t + 1 })
2306
+ i && a && /* @__PURE__ */ s(Do, { model: o, nodes: n.children, depth: t + 1 })
2305
2307
  ] });
2306
- }), gn = {
2308
+ }), fn = {
2307
2309
  padding: "4px 8px",
2308
2310
  borderBottom: "1px solid var(--component-explorer-panel-border)"
2309
- }, un = {
2311
+ }, hn = {
2310
2312
  width: "100%",
2311
2313
  height: "24px",
2312
2314
  padding: "0 22px 0 6px",
@@ -2317,9 +2319,9 @@ const pn = N(ln, {}, (r, e) => {
2317
2319
  borderRadius: "2px",
2318
2320
  outline: "none",
2319
2321
  boxSizing: "border-box"
2320
- }, mn = {
2322
+ }, xn = {
2321
2323
  position: "relative"
2322
- }, fn = {
2324
+ }, bn = {
2323
2325
  position: "absolute",
2324
2326
  right: "2px",
2325
2327
  top: "50%",
@@ -2336,29 +2338,29 @@ const pn = N(ln, {}, (r, e) => {
2336
2338
  borderRadius: "2px",
2337
2339
  fontSize: "14px",
2338
2340
  opacity: 0.7
2339
- }, hn = T(
2341
+ }, vn = T(
2340
2342
  {
2341
2343
  model: m.const()
2342
2344
  },
2343
2345
  (r, e) => {
2344
2346
  const o = e.model.searchQuery.read(r);
2345
- return /* @__PURE__ */ c("div", { style: gn, children: /* @__PURE__ */ u("div", { style: mn, children: [
2346
- /* @__PURE__ */ c(
2347
+ return /* @__PURE__ */ s("div", { style: fn, children: /* @__PURE__ */ u("div", { style: xn, children: [
2348
+ /* @__PURE__ */ s(
2347
2349
  "input",
2348
2350
  {
2349
2351
  type: "text",
2350
2352
  placeholder: "Filter (name or label)",
2351
- style: un,
2353
+ style: hn,
2352
2354
  value: o ?? "",
2353
2355
  onChange: (n) => e.model.searchQuery.set(n.target.value || void 0, void 0),
2354
2356
  onFocus: (n) => n.target.style.borderColor = "var(--component-explorer-focusBorder)",
2355
2357
  onBlur: (n) => n.target.style.borderColor = "var(--component-explorer-input-border, transparent)"
2356
2358
  }
2357
2359
  ),
2358
- o && /* @__PURE__ */ c(
2360
+ o && /* @__PURE__ */ s(
2359
2361
  "button",
2360
2362
  {
2361
- style: fn,
2363
+ style: bn,
2362
2364
  onClick: () => e.model.searchQuery.set(void 0, void 0),
2363
2365
  title: "Clear filter",
2364
2366
  children: "×"
@@ -2366,29 +2368,29 @@ const pn = N(ln, {}, (r, e) => {
2366
2368
  )
2367
2369
  ] }) });
2368
2370
  }
2369
- ), xn = T(
2371
+ ), kn = T(
2370
2372
  {
2371
2373
  model: m.const()
2372
2374
  },
2373
2375
  (r, e) => {
2374
2376
  const o = e.model.filteredTree.read(r);
2375
- return /* @__PURE__ */ u("div", { style: h.sidebar, children: [
2376
- /* @__PURE__ */ c("div", { style: h.sidebarHeader, children: "Explorer" }),
2377
- /* @__PURE__ */ c(hn, { model: e.model }),
2378
- /* @__PURE__ */ c("div", { style: h.sidebarContent, children: /* @__PURE__ */ c(Oo, { model: e.model, nodes: [o], depth: 0 }) })
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 }) })
2379
2381
  ] });
2380
2382
  }
2381
2383
  );
2382
- class bn extends D({}) {
2384
+ class yn extends D({}) {
2383
2385
  constructor() {
2384
2386
  super(...arguments);
2385
- l(this, "checked", w(this, !1));
2386
- l(this, "toggle", () => {
2387
+ p(this, "checked", B(this, !1));
2388
+ p(this, "toggle", () => {
2387
2389
  this.checked.set(!this.checked.get(), void 0);
2388
2390
  });
2389
2391
  }
2390
2392
  }
2391
- const vn = N(bn, {}, (r, e) => {
2393
+ const wn = N(yn, {}, (r, e) => {
2392
2394
  const o = e.checked.read(r), n = {
2393
2395
  position: "relative",
2394
2396
  width: "36px",
@@ -2408,75 +2410,143 @@ const vn = N(bn, {}, (r, e) => {
2408
2410
  borderRadius: "50%",
2409
2411
  transition: "left 0.2s"
2410
2412
  };
2411
- return /* @__PURE__ */ c("div", { style: n, onClick: e.toggle, children: /* @__PURE__ */ c("div", { style: t }) });
2412
- }), kn = T(
2413
+ return /* @__PURE__ */ s("div", { style: n, onClick: e.toggle, children: /* @__PURE__ */ s("div", { style: t }) });
2414
+ }), Bn = T(
2413
2415
  {
2414
2416
  node: m.const()
2415
2417
  },
2416
- (r, e) => e.node.type !== "component" ? /* @__PURE__ */ c("div", { style: { padding: "12px", color: "var(--component-explorer-descriptionForeground)", fontSize: "12px" }, children: "Select a component (not a folder) to view its properties" }) : /* @__PURE__ */ u("div", { style: h.propertiesPanel, children: [
2417
- /* @__PURE__ */ u("div", { style: h.propertyRow, children: [
2418
- /* @__PURE__ */ u("div", { style: h.propertyLabel, children: [
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: [
2419
2421
  "children",
2420
- /* @__PURE__ */ c("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: " : string" })
2422
+ /* @__PURE__ */ s("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: " : string" })
2421
2423
  ] }),
2422
- /* @__PURE__ */ c(
2424
+ /* @__PURE__ */ s(
2423
2425
  "input",
2424
2426
  {
2425
2427
  type: "text",
2426
- style: h.propertyInput,
2428
+ style: x.propertyInput,
2427
2429
  defaultValue: "Click me",
2428
2430
  placeholder: "Enter text..."
2429
2431
  }
2430
2432
  ),
2431
- /* @__PURE__ */ c("div", { style: h.propertyDescription, children: "Button text content" })
2433
+ /* @__PURE__ */ s("div", { style: x.propertyDescription, children: "Button text content" })
2432
2434
  ] }),
2433
- /* @__PURE__ */ u("div", { style: h.propertyRow, children: [
2434
- /* @__PURE__ */ u("div", { style: h.propertyLabel, children: [
2435
+ /* @__PURE__ */ u("div", { style: x.propertyRow, children: [
2436
+ /* @__PURE__ */ u("div", { style: x.propertyLabel, children: [
2435
2437
  "variant",
2436
- /* @__PURE__ */ c("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: " : select" })
2438
+ /* @__PURE__ */ s("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: " : select" })
2437
2439
  ] }),
2438
- /* @__PURE__ */ u("select", { style: h.propertySelect, defaultValue: "default", children: [
2439
- /* @__PURE__ */ c("option", { value: "default", children: "default" }),
2440
- /* @__PURE__ */ c("option", { value: "primary", children: "primary" }),
2441
- /* @__PURE__ */ c("option", { value: "secondary", children: "secondary" }),
2442
- /* @__PURE__ */ c("option", { value: "destructive", children: "destructive" })
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" })
2443
2445
  ] }),
2444
- /* @__PURE__ */ c("div", { style: h.propertyDescription, children: "Visual style variant" })
2446
+ /* @__PURE__ */ s("div", { style: x.propertyDescription, children: "Visual style variant" })
2445
2447
  ] }),
2446
- /* @__PURE__ */ u("div", { style: h.propertyRow, children: [
2447
- /* @__PURE__ */ u("div", { style: h.propertyLabel, children: [
2448
+ /* @__PURE__ */ u("div", { style: x.propertyRow, children: [
2449
+ /* @__PURE__ */ u("div", { style: x.propertyLabel, children: [
2448
2450
  "size",
2449
- /* @__PURE__ */ c("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: " : select" })
2451
+ /* @__PURE__ */ s("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: " : select" })
2450
2452
  ] }),
2451
- /* @__PURE__ */ u("select", { style: h.propertySelect, defaultValue: "default", children: [
2452
- /* @__PURE__ */ c("option", { value: "sm", children: "sm" }),
2453
- /* @__PURE__ */ c("option", { value: "default", children: "default" }),
2454
- /* @__PURE__ */ c("option", { value: "lg", children: "lg" })
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" })
2455
2457
  ] }),
2456
- /* @__PURE__ */ c("div", { style: h.propertyDescription, children: "Button size" })
2458
+ /* @__PURE__ */ s("div", { style: x.propertyDescription, children: "Button size" })
2457
2459
  ] }),
2458
- /* @__PURE__ */ u("div", { style: h.propertyRow, children: [
2459
- /* @__PURE__ */ u("div", { style: h.propertyLabel, children: [
2460
+ /* @__PURE__ */ u("div", { style: x.propertyRow, children: [
2461
+ /* @__PURE__ */ u("div", { style: x.propertyLabel, children: [
2460
2462
  "disabled",
2461
- /* @__PURE__ */ c("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: " : boolean" })
2463
+ /* @__PURE__ */ s("span", { style: { color: "var(--component-explorer-descriptionForeground)" }, children: " : boolean" })
2462
2464
  ] }),
2463
- /* @__PURE__ */ c(vn, {}),
2464
- /* @__PURE__ */ c("div", { style: h.propertyDescription, children: "Disable the button" })
2465
+ /* @__PURE__ */ s(wn, {}),
2466
+ /* @__PURE__ */ s("div", { style: x.propertyDescription, children: "Disable the button" })
2465
2467
  ] })
2466
2468
  ] })
2467
- ), yn = T(
2469
+ ), _n = T(
2468
2470
  {
2469
2471
  selectedNode: m.const()
2470
2472
  },
2471
- (r, e) => /* @__PURE__ */ u("div", { style: Ve(h.sidebar, h.sidebarRight), children: [
2472
- /* @__PURE__ */ u("div", { style: h.sidebarHeader, children: [
2473
- /* @__PURE__ */ c("span", { style: { marginRight: "6px", color: "var(--component-explorer-textLink-foreground)" }, children: "</>" }),
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: "</>" }),
2474
2476
  "Props"
2475
2477
  ] }),
2476
- /* @__PURE__ */ c("div", { style: h.sidebarContent, children: e.selectedNode ? /* @__PURE__ */ c(kn, { node: e.selectedNode }) : /* @__PURE__ */ c("div", { style: { padding: "12px", color: "var(--component-explorer-descriptionForeground)", fontSize: "12px" }, children: "Select a component to view its properties" }) })
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" }) })
2477
2479
  ] })
2478
- ), Ze = 500;
2479
- function Vo(r) {
2480
+ ), Cn = k.enum([
2481
+ "console.error",
2482
+ "console.warn",
2483
+ "console.log",
2484
+ "window.error",
2485
+ "window.unhandledrejection",
2486
+ "thrownError"
2487
+ ]), Sn = k.object({
2488
+ type: Cn,
2489
+ phase: k.enum(["render", "dispose"]),
2490
+ isError: k.boolean(),
2491
+ message: k.string(),
2492
+ stack: k.string().optional()
2493
+ }), Ze = k.object({
2494
+ /**
2495
+ * Path (relative to manifest.json) to a JSON file in the standard Istanbul
2496
+ * `coverage-final.json` format: `Record<absolutePath, IFileCoverage>`.
2497
+ * Compatible with `istanbul-lib-coverage`, `nyc`, and the `coverage-viewer`.
2498
+ *
2499
+ * When CSS coverage is collected, CSS files are merged into the same map
2500
+ * (one statement per non-blank line) so they appear as ordinary source files.
2501
+ */
2502
+ coverageDataIstanbul: k.string().optional()
2503
+ }).describe("References to coverage report files emitted alongside the manifest");
2504
+ k.object({
2505
+ version: k.literal(1),
2506
+ repository: k.object({
2507
+ owner: k.string(),
2508
+ name: k.string()
2509
+ }),
2510
+ commit: k.object({
2511
+ hash: k.string(),
2512
+ parentHashes: k.array(k.string()),
2513
+ author: k.object({
2514
+ name: k.string(),
2515
+ email: k.string()
2516
+ }),
2517
+ timestamp: k.string(),
2518
+ message: k.string()
2519
+ }),
2520
+ /** Aggregated coverage across all fixtures (always present when coverage was collected). */
2521
+ coverage: Ze.optional(),
2522
+ fixtures: k.array(k.object({
2523
+ fixtureId: k.string(),
2524
+ imageHash: k.string().optional(),
2525
+ imagePath: k.string().optional(),
2526
+ background: k.enum(["light", "dark"]),
2527
+ labels: k.array(k.string()),
2528
+ expectedVisualDescriptions: k.array(k.string()),
2529
+ /** `true` iff at least one event in `events` has `isError: true`. */
2530
+ hasError: k.boolean(),
2531
+ events: k.array(Sn),
2532
+ renderTimeMs: k.object({
2533
+ sync: k.number(),
2534
+ total: k.number()
2535
+ }),
2536
+ /** Arbitrary data the fixture provided via `RenderResult.output`. */
2537
+ output: k.unknown().optional(),
2538
+ /** Coverage attributable to this fixture (only present in per-fixture coverage mode). */
2539
+ coverage: Ze.optional()
2540
+ }))
2541
+ });
2542
+ function Fn(r) {
2543
+ const e = r.baseQuery instanceof URLSearchParams ? new URLSearchParams(r.baseQuery) : new URLSearchParams(r.baseQuery ?? "");
2544
+ r.mode !== void 0 && e.set("mode", r.mode), r.fixtureId !== void 0 && e.set("fixture", r.fixtureId);
2545
+ const o = e.toString(), n = `${r.baseUrl ?? ""}${r.pathname}`;
2546
+ return o ? `${n}?${o}` : n;
2547
+ }
2548
+ const Xe = 500;
2549
+ function Ve(r) {
2480
2550
  let e = null;
2481
2551
  function o() {
2482
2552
  if (e !== null) return e;
@@ -2492,7 +2562,7 @@ function Vo(r) {
2492
2562
  if (e !== null)
2493
2563
  try {
2494
2564
  const t = Object.entries(e);
2495
- t.length > Ze && (e = Object.fromEntries(t.slice(-Ze))), localStorage.setItem(r, JSON.stringify(e));
2565
+ t.length > Xe && (e = Object.fromEntries(t.slice(-Xe))), localStorage.setItem(r, JSON.stringify(e));
2496
2566
  } catch {
2497
2567
  }
2498
2568
  }
@@ -2508,27 +2578,34 @@ function Vo(r) {
2508
2578
  }
2509
2579
  };
2510
2580
  }
2511
- const Lo = Vo("component-explorer:fixtureHeights"), Do = Vo("component-explorer:fixtureContentHeights");
2512
- function wn(r, e) {
2513
- Lo.set(r, e);
2581
+ const No = Ve("component-explorer:fixtureHeights"), Ao = Ve("component-explorer:fixtureContentHeights");
2582
+ function In(r, e) {
2583
+ No.set(r, e);
2584
+ }
2585
+ function En() {
2586
+ return No.getAll();
2587
+ }
2588
+ function Rn(r, e) {
2589
+ Ao.set(r, e);
2514
2590
  }
2515
- function Bn() {
2516
- return Lo.getAll();
2591
+ function Tn(r) {
2592
+ return Ao.get(r);
2517
2593
  }
2518
- function _n(r, e) {
2519
- Do.set(r, e);
2594
+ const Go = Ve("component-explorer:fixtureContentWidths");
2595
+ function Hn(r, e) {
2596
+ Go.set(r, e);
2520
2597
  }
2521
- function Cn(r) {
2522
- return Do.get(r);
2598
+ function Mn(r) {
2599
+ return Go.get(r);
2523
2600
  }
2524
- let Sn = 0;
2601
+ let On = 0;
2525
2602
  const pe = class pe {
2526
2603
  constructor() {
2527
- l(this, "_events");
2528
- l(this, "_installed", !1);
2529
- l(this, "_originalConsoleError");
2530
- l(this, "_originalConsoleWarn");
2531
- this._events = w(this, []);
2604
+ p(this, "_events");
2605
+ p(this, "_installed", !1);
2606
+ p(this, "_originalConsoleError");
2607
+ p(this, "_originalConsoleWarn");
2608
+ this._events = B(this, []);
2532
2609
  }
2533
2610
  static getInstance() {
2534
2611
  return this._instance || (this._instance = new pe()), this._instance;
@@ -2554,7 +2631,7 @@ const pe = class pe {
2554
2631
  }
2555
2632
  _addEvent(e, o, n) {
2556
2633
  const t = {
2557
- id: Sn++,
2634
+ id: On++,
2558
2635
  timestamp: Date.now(),
2559
2636
  type: e,
2560
2637
  message: o,
@@ -2572,9 +2649,13 @@ const pe = class pe {
2572
2649
  this._events.set([], void 0);
2573
2650
  }
2574
2651
  };
2575
- l(pe, "_instance");
2652
+ p(pe, "_instance");
2576
2653
  let de = pe;
2577
- function Xe(r, e) {
2654
+ const eo = 3e3;
2655
+ function oo(r) {
2656
+ return !!r && typeof r.then == "function";
2657
+ }
2658
+ function ro(r, e) {
2578
2659
  const o = [], n = [], t = e instanceof ShadowRoot ? e : e.head;
2579
2660
  for (const i of r)
2580
2661
  if (i.type === "css") {
@@ -2586,162 +2667,219 @@ function Xe(r, e) {
2586
2667
  } else i.type === "adopted" && (e.adoptedStyleSheets = [...e.adoptedStyleSheets, i.sheet], n.push(i.sheet));
2587
2668
  return { injectedElements: o, adoptedSheets: n };
2588
2669
  }
2589
- function Fn(r, e, o) {
2670
+ function Vn(r, e, o) {
2590
2671
  for (const n of r)
2591
2672
  n.remove();
2592
2673
  for (const n of e)
2593
2674
  o.adoptedStyleSheets = o.adoptedStyleSheets.filter((t) => t !== n);
2594
2675
  }
2595
2676
  class Le {
2596
- constructor(e, o, n) {
2597
- l(this, "renderTarget");
2598
- l(this, "iframe", null);
2599
- l(this, "_abortController", new AbortController());
2600
- l(this, "_resolvedResult");
2601
- l(this, "_injectedElements", []);
2602
- l(this, "_adoptedSheets", []);
2603
- l(this, "_styleTarget", document);
2604
- l(this, "_rendered");
2605
- l(this, "_onError");
2606
- l(this, "_errorReported", !1);
2607
- l(this, "error");
2608
- this.component = o, this._onError = n == null ? void 0 : n.onError;
2609
- const t = o.isolation;
2610
- if (t === "shadow-dom") {
2611
- const a = e.attachShadow({ mode: "open" });
2612
- if (this._styleTarget = a, o.styles) {
2613
- const { injectedElements: s, adoptedSheets: d } = Xe(o.styles, a);
2614
- this._injectedElements = s, this._adoptedSheets = d;
2677
+ constructor(e, o, n = { kind: "headless", interactive: !1 }, t) {
2678
+ p(this, "renderTarget");
2679
+ p(this, "iframe", null);
2680
+ p(this, "_abortController", new AbortController());
2681
+ p(this, "_resolvedResult");
2682
+ p(this, "_injectedElements", []);
2683
+ p(this, "_adoptedSheets", []);
2684
+ p(this, "_styleTarget", document);
2685
+ p(this, "_disposables", []);
2686
+ p(this, "_rendered");
2687
+ this.component = o, this._renderHost = n, this._input = t;
2688
+ const i = o.isolation;
2689
+ if (i === "shadow-dom") {
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;
2615
2694
  }
2616
- this.renderTarget = document.createElement("div"), a.appendChild(this.renderTarget);
2617
- } else if (t === "iframe") {
2618
- const a = document.createElement("iframe");
2619
- a.style.border = "none", a.style.display = "block", a.style.width = "100%", a.style.height = (Cn(o.id) ?? 0) + "px";
2620
- const s = new URL(location.pathname, location.origin);
2621
- s.searchParams.set("mode", "embedded"), s.searchParams.set("fixture", o.id), s.searchParams.set("file", o.sourceFile), a.src = s.toString(), e.appendChild(a), this.iframe = a;
2622
- const d = (p) => {
2623
- var g, f, x;
2624
- if (p.source === a.contentWindow)
2625
- if (((g = p.data) == null ? void 0 : g.type) === "component-explorer:resize") {
2626
- const b = p.data.height;
2627
- a.style.height = b + "px", _n(o.id, b);
2628
- } else ((f = p.data) == null ? void 0 : f.type) === "component-explorer:error" ? this._reportError(p.data.error) : ((x = p.data) == null ? void 0 : x.type) === "component-explorer:console" && de.getInstance().addEvent(
2629
- p.data.eventType,
2630
- p.data.message,
2631
- p.data.stack
2695
+ this.renderTarget = document.createElement("div"), c.appendChild(this.renderTarget);
2696
+ } else if (i === "iframe") {
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";
2701
+ const l = new URL(location.pathname, location.origin);
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) => {
2705
+ var b, C, y;
2706
+ if (f.source === c.contentWindow)
2707
+ if (((b = f.data) == null ? void 0 : b.type) === "component-explorer:resize") {
2708
+ const v = f.data.height, _ = f.data.width;
2709
+ c.style.height = v + "px", Rn(o.id, v), d && _ && (c.style.width = _ + "px", Hn(o.id, _));
2710
+ } else if (((C = f.data) == null ? void 0 : C.type) === "component-explorer:error") {
2711
+ const v = f.data.error;
2712
+ this._resolvedResult = { error: v }, g == null || g(v), g = void 0;
2713
+ } else ((y = f.data) == null ? void 0 : y.type) === "component-explorer:console" && de.getInstance().addEvent(
2714
+ f.data.eventType,
2715
+ f.data.message,
2716
+ f.data.stack
2632
2717
  );
2633
2718
  };
2634
- window.addEventListener("message", d), this._abortController.signal.addEventListener("abort", () => {
2635
- window.removeEventListener("message", d);
2636
- }), this.renderTarget = a, this._rendered = Promise.resolve(void 0);
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;
2723
+ });
2637
2724
  return;
2638
2725
  } else {
2639
2726
  if (o.styles) {
2640
- const { injectedElements: a, adoptedSheets: s } = Xe(o.styles, document);
2641
- this._injectedElements = a, this._adoptedSheets = s;
2727
+ const { injectedElements: c, adoptedSheets: d } = ro(o.styles, document);
2728
+ this._injectedElements = c, this._adoptedSheets = d;
2642
2729
  }
2643
2730
  this.renderTarget = document.createElement("div"), e.appendChild(this.renderTarget);
2644
2731
  }
2645
- let i;
2732
+ let a;
2646
2733
  try {
2647
- i = o.render(this.renderTarget, {
2648
- signal: this._abortController.signal
2734
+ a = o.render(this.renderTarget, {
2735
+ fixtureId: o.id,
2736
+ signal: this._abortController.signal,
2737
+ addDisposable: (c) => (this._disposables.push(c), c),
2738
+ host: this._renderHost,
2739
+ input: this._input
2649
2740
  });
2650
- } catch (a) {
2651
- this._reportError({
2652
- message: a instanceof Error ? a.message : String(a),
2653
- stack: a instanceof Error ? a.stack : void 0
2654
- }), this._rendered = Promise.resolve(void 0);
2741
+ } catch (c) {
2742
+ const d = {
2743
+ message: c instanceof Error ? c.message : String(c),
2744
+ stack: c instanceof Error ? c.stack : void 0
2745
+ };
2746
+ this._resolvedResult = { error: d }, this._rendered = Promise.reject(d);
2655
2747
  return;
2656
2748
  }
2657
- i instanceof Promise ? this._rendered = i.then((a) => {
2658
- var s;
2749
+ a instanceof Promise ? this._rendered = a.then((c) => {
2750
+ var d;
2659
2751
  if (this._abortController.signal.aborted) {
2660
- (s = a == null ? void 0 : a.dispose) == null || s.call(a);
2752
+ try {
2753
+ const l = (d = c == null ? void 0 : c.dispose) == null ? void 0 : d.call(c);
2754
+ oo(l) && l.catch(() => {
2755
+ });
2756
+ } catch {
2757
+ }
2661
2758
  return;
2662
2759
  }
2663
- return this._resolvedResult = a ?? void 0, this._resolvedResult;
2664
- }).catch((a) => {
2665
- this._reportError({
2666
- message: a instanceof Error ? a.message : String(a),
2667
- stack: a instanceof Error ? a.stack : void 0
2668
- });
2669
- }) : (this._resolvedResult = i ?? void 0, this._rendered = Promise.resolve(this._resolvedResult));
2670
- }
2671
- _reportError(e) {
2672
- var o;
2673
- this._errorReported || (this._errorReported = !0, this.error = e, (o = this._onError) == null || o.call(this, e));
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
2765
+ };
2766
+ throw this._resolvedResult = { error: d }, d;
2767
+ }) : (this._resolvedResult = a ?? void 0, this._rendered = Promise.resolve(this._resolvedResult));
2674
2768
  }
2675
2769
  async waitForRendering() {
2676
- const e = await this._rendered;
2677
- return await (e == null ? void 0 : e.ready), e;
2770
+ const e = new Promise((o, n) => {
2771
+ const t = setTimeout(() => {
2772
+ n(new Error(`Fixture timed out after ${eo}ms`));
2773
+ }, eo);
2774
+ this._abortController.signal.addEventListener("abort", () => clearTimeout(t));
2775
+ });
2776
+ try {
2777
+ const o = await Promise.race([this._rendered, e]);
2778
+ return await Promise.race([(o == null ? void 0 : o.ready) ?? Promise.resolve(), e]), o;
2779
+ } catch (o) {
2780
+ throw this._renderHost.kind === "embedded" && console.error(o instanceof Error ? o.message : String(o)), o;
2781
+ }
2678
2782
  }
2679
2783
  dispose() {
2680
- var e, o;
2681
- this._abortController.abort(), (o = (e = this._resolvedResult) == null ? void 0 : e.dispose) == null || o.call(e), this._resolvedResult = void 0, Fn(this._injectedElements, this._adoptedSheets, this._styleTarget);
2784
+ this._abortController.abort();
2785
+ const e = [], o = (i) => {
2786
+ e.push({
2787
+ message: i instanceof Error ? i.message : String(i),
2788
+ stack: i instanceof Error ? i.stack : void 0
2789
+ });
2790
+ }, n = [], t = (i) => {
2791
+ try {
2792
+ const a = i();
2793
+ oo(a) && n.push(a.catch(o));
2794
+ } catch (a) {
2795
+ o(a);
2796
+ }
2797
+ };
2798
+ if (this._resolvedResult && !("error" in this._resolvedResult)) {
2799
+ const i = this._resolvedResult.dispose;
2800
+ i && t(() => i.call(this._resolvedResult));
2801
+ }
2802
+ this._resolvedResult = void 0;
2803
+ for (const i of this._disposables)
2804
+ t(() => i.dispose());
2805
+ this._disposables.length = 0;
2806
+ try {
2807
+ Vn(this._injectedElements, this._adoptedSheets, this._styleTarget);
2808
+ } catch (i) {
2809
+ o(i);
2810
+ }
2811
+ return n.length === 0 ? Promise.resolve(e) : Promise.all(n).then(() => e);
2682
2812
  }
2683
2813
  }
2684
- let _e;
2685
- function In(r) {
2686
- _e = r;
2814
+ let Be;
2815
+ function Ln(r) {
2816
+ Be = r;
2687
2817
  }
2688
- function Rn() {
2689
- if (!_e)
2818
+ function Dn() {
2819
+ if (!Be)
2690
2820
  throw new Error("Explorer shadow host not initialized");
2691
- return _e;
2821
+ return Be;
2692
2822
  }
2693
- const No = /* @__PURE__ */ new WeakSet(), eo = HTMLElement.prototype.focus;
2823
+ const zo = /* @__PURE__ */ new WeakSet(), no = HTMLElement.prototype.focus;
2694
2824
  HTMLElement.prototype.focus = function(r) {
2695
- !(r != null && r.preventScroll) && En(this) ? eo.call(this, { ...r, preventScroll: !0 }) : eo.call(this, r);
2825
+ !(r != null && r.preventScroll) && Nn(this) ? no.call(this, { ...r, preventScroll: !0 }) : no.call(this, r);
2696
2826
  };
2697
- function En(r) {
2827
+ function Nn(r) {
2698
2828
  let e = r;
2699
2829
  for (; e; ) {
2700
- if (e instanceof HTMLElement && No.has(e))
2830
+ if (e instanceof HTMLElement && zo.has(e))
2701
2831
  return !0;
2702
2832
  e = e.parentElement;
2703
2833
  }
2704
2834
  return !1;
2705
2835
  }
2706
- function Tn(r) {
2707
- No.add(r);
2836
+ function An(r) {
2837
+ zo.add(r);
2838
+ }
2839
+ function Gn(r) {
2840
+ return Fn({
2841
+ pathname: location.pathname,
2842
+ baseQuery: location.search,
2843
+ mode: "embedded",
2844
+ fixtureId: r
2845
+ });
2708
2846
  }
2709
- let Hn = 0;
2710
- class Mn extends D({
2847
+ let zn = 0;
2848
+ class Pn extends D({
2711
2849
  fixture: m.const(),
2712
2850
  compact: m.const(),
2713
2851
  onSelect: m.const()
2714
2852
  }) {
2715
2853
  constructor() {
2716
2854
  super(...arguments);
2717
- l(this, "_canvasRef", null);
2718
- l(this, "_fixtureContainer", null);
2719
- l(this, "_rendering", null);
2720
- l(this, "_resizeObserver", null);
2721
- l(this, "measuredWidth", w(this, void 0));
2722
- l(this, "measuredHeight", w(this, void 0));
2723
- l(this, "error", w(this, void 0));
2724
- l(this, "slotName", `fixture-${Hn++}`);
2725
- l(this, "setCanvasRef", (o) => {
2855
+ p(this, "_canvasRef", null);
2856
+ p(this, "_fixtureContainer", null);
2857
+ p(this, "_rendering", null);
2858
+ p(this, "_resizeObserver", null);
2859
+ p(this, "measuredWidth", B(this, void 0));
2860
+ p(this, "measuredHeight", B(this, void 0));
2861
+ p(this, "error", B(this, void 0));
2862
+ p(this, "slotName", `fixture-${zn++}`);
2863
+ p(this, "setCanvasRef", (o) => {
2726
2864
  if (o === this._canvasRef || (this._cleanup(), this._canvasRef = o, !o)) return;
2727
- const n = Rn(), t = document.createElement("div");
2865
+ const n = Dn(), t = document.createElement("div");
2728
2866
  t.slot = this.slotName;
2729
2867
  const i = this.fixture.component, a = i.displayMode;
2730
2868
  if (a.type === "page") {
2731
- const d = a.viewports[0], p = nr(d);
2732
- t.style.width = `${p.width}px`, t.style.height = `${p.height}px`, t.style.overflow = "auto";
2869
+ const d = a.viewports[0], l = ar(d);
2870
+ t.style.width = `${l.width}px`, t.style.height = `${l.height}px`, t.style.overflow = "auto";
2733
2871
  } else
2734
2872
  t.style.all = "initial", t.style.display = "inline-block";
2735
- n.appendChild(t), this._fixtureContainer = t, Tn(t);
2736
- const s = new Le(t, i, {
2737
- onError: (d) => this.error.set(d, void 0)
2738
- });
2739
- this._rendering = s, this._resizeObserver = new ResizeObserver((d) => {
2740
- for (const p of d) {
2741
- const { width: g, height: f } = p.contentRect;
2742
- f > 0 && (this.measuredWidth.set(Math.round(g), void 0), this.measuredHeight.set(Math.round(f), void 0));
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));
2743
2881
  }
2744
- }), this._resizeObserver.observe(s.renderTarget);
2882
+ }), this._resizeObserver.observe(c.renderTarget);
2745
2883
  });
2746
2884
  }
2747
2885
  get fixture() {
@@ -2755,38 +2893,50 @@ class Mn extends D({
2755
2893
  }
2756
2894
  _cleanup() {
2757
2895
  var o, n, t;
2758
- (o = this._rendering) == null || o.dispose(), this._rendering = null, (n = this._resizeObserver) == null || n.disconnect(), this._resizeObserver = null, (t = this._fixtureContainer) == null || t.remove(), this._fixtureContainer = null, this.error.set(void 0, void 0);
2896
+ (o = this._rendering) == null || o.dispose().catch(() => {
2897
+ }), this._rendering = null, (n = this._resizeObserver) == null || n.disconnect(), this._resizeObserver = null, (t = this._fixtureContainer) == null || t.remove(), this._fixtureContainer = null, this.error.set(void 0, void 0);
2759
2898
  }
2760
2899
  dispose() {
2761
2900
  this._cleanup();
2762
2901
  }
2763
2902
  }
2764
- const Ao = N(
2765
- Mn,
2903
+ const Po = N(
2904
+ Pn,
2766
2905
  {},
2767
2906
  (r, e) => {
2768
- const o = e.fixture, n = o.component, t = e.measuredWidth.read(r), i = e.measuredHeight.read(r), a = e.error.read(r), s = e.compact, d = t && i ? `${t} × ${i}` : "", p = s ? K.wrapperCompact : K.wrapper, g = s ? K.nameCompact : K.name;
2769
- return /* @__PURE__ */ u("div", { style: p, children: [
2770
- /* @__PURE__ */ u("div", { style: K.labelRow, children: [
2771
- s && /* @__PURE__ */ c(
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(
2772
2911
  "a",
2773
2912
  {
2774
- href: Ho("fixture", o.id),
2913
+ href: Vo("fixture", o.id),
2775
2914
  style: { ...g, textDecoration: "none", color: "inherit" },
2776
- onClick: (f) => {
2777
- e.onSelect && (f.preventDefault(), e.onSelect(o.id));
2915
+ onClick: (h) => {
2916
+ e.onSelect && (h.preventDefault(), e.onSelect(o.id));
2778
2917
  },
2779
2918
  children: o.name
2780
2919
  }
2781
2920
  ),
2782
- !s && d && /* @__PURE__ */ c("span", { style: K.dimensions, children: d })
2921
+ !c && d && /* @__PURE__ */ s("span", { style: z.dimensions, children: d }),
2922
+ /* @__PURE__ */ s(
2923
+ "a",
2924
+ {
2925
+ href: Gn(o.id),
2926
+ target: "_blank",
2927
+ rel: "noopener noreferrer",
2928
+ title: "Open in embedded mode",
2929
+ style: z.embeddedLink,
2930
+ children: /* @__PURE__ */ s(qn, {})
2931
+ }
2932
+ )
2783
2933
  ] }),
2784
- /* @__PURE__ */ c("div", { ref: e.setCanvasRef, style: Dn(n.background), children: /* @__PURE__ */ c("slot", { name: e.slotName }) }),
2785
- a && /* @__PURE__ */ c(Nn, { error: a })
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 })
2786
2936
  ] });
2787
2937
  }
2788
- ), Q = 8;
2789
- function Go(r, e) {
2938
+ ), K = 8;
2939
+ function Wo(r, e) {
2790
2940
  return `
2791
2941
  linear-gradient(45deg, ${e} 25%, transparent 25%),
2792
2942
  linear-gradient(-45deg, ${e} 25%, transparent 25%),
@@ -2794,31 +2944,31 @@ function Go(r, e) {
2794
2944
  linear-gradient(-45deg, transparent 75%, ${e} 75%)
2795
2945
  `;
2796
2946
  }
2797
- const On = {
2947
+ const Wn = {
2798
2948
  backgroundColor: "#ffffff",
2799
- backgroundImage: Go("#ffffff", "#e5e5e5")
2800
- }, Vn = {
2949
+ backgroundImage: Wo("#ffffff", "#e5e5e5")
2950
+ }, jn = {
2801
2951
  backgroundColor: "#1e1e1e",
2802
- backgroundImage: Go("#1e1e1e", "#2d2d2d")
2803
- }, Ln = {
2952
+ backgroundImage: Wo("#1e1e1e", "#2d2d2d")
2953
+ }, $n = {
2804
2954
  display: "inline-block",
2805
2955
  padding: "12px",
2806
2956
  borderRadius: "4px",
2807
- backgroundSize: `${Q * 2}px ${Q * 2}px`,
2808
- backgroundPosition: `0 0, 0 ${Q}px, ${Q}px -${Q}px, -${Q}px 0`,
2957
+ backgroundSize: `${K * 2}px ${K * 2}px`,
2958
+ backgroundPosition: `0 0, 0 ${K}px, ${K}px -${K}px, -${K}px 0`,
2809
2959
  boxShadow: "0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.08)",
2810
2960
  overflow: "hidden",
2811
2961
  position: "relative"
2812
2962
  };
2813
- function Dn(r) {
2814
- const e = r === "dark" ? Vn : On;
2963
+ function Un(r) {
2964
+ const e = r === "dark" ? jn : Wn;
2815
2965
  return {
2816
- ...Ln,
2966
+ ...$n,
2817
2967
  backgroundColor: e.backgroundColor,
2818
2968
  backgroundImage: e.backgroundImage
2819
2969
  };
2820
2970
  }
2821
- const K = {
2971
+ const z = {
2822
2972
  wrapper: {
2823
2973
  marginBottom: "32px"
2824
2974
  },
@@ -2845,10 +2995,27 @@ const K = {
2845
2995
  fontSize: "11px",
2846
2996
  color: "var(--component-explorer-descriptionForeground)",
2847
2997
  fontFamily: "var(--component-explorer-editor-font-family, monospace)"
2998
+ },
2999
+ embeddedLink: {
3000
+ marginLeft: "auto",
3001
+ display: "inline-flex",
3002
+ alignItems: "center",
3003
+ justifyContent: "center",
3004
+ width: "22px",
3005
+ height: "22px",
3006
+ borderRadius: "4px",
3007
+ color: "var(--component-explorer-descriptionForeground)",
3008
+ textDecoration: "none",
3009
+ opacity: 0.7,
3010
+ transition: "opacity 0.1s, background-color 0.1s",
3011
+ cursor: "pointer"
2848
3012
  }
2849
3013
  };
2850
- function Nn({ error: r }) {
2851
- const [e, o] = uo.useState(!1);
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" }) });
3016
+ }
3017
+ function Qn({ error: r }) {
3018
+ const [e, o] = ho.useState(!1);
2852
3019
  return /* @__PURE__ */ u("div", { style: ne.container, children: [
2853
3020
  /* @__PURE__ */ u(
2854
3021
  "button",
@@ -2856,12 +3023,12 @@ function Nn({ error: r }) {
2856
3023
  style: ne.header,
2857
3024
  onClick: () => o(!e),
2858
3025
  children: [
2859
- /* @__PURE__ */ c("span", { style: ne.chevron, children: e ? "▼" : "▶" }),
2860
- /* @__PURE__ */ c("span", { style: ne.message, children: r.message })
3026
+ /* @__PURE__ */ s("span", { style: ne.chevron, children: e ? "▼" : "▶" }),
3027
+ /* @__PURE__ */ s("span", { style: ne.message, children: r.message })
2861
3028
  ]
2862
3029
  }
2863
3030
  ),
2864
- e && r.stack && /* @__PURE__ */ c("pre", { style: ne.stack, children: r.stack })
3031
+ e && r.stack && /* @__PURE__ */ s("pre", { style: ne.stack, children: r.stack })
2865
3032
  ] });
2866
3033
  }
2867
3034
  const ne = {
@@ -2883,7 +3050,8 @@ const ne = {
2883
3050
  cursor: "pointer",
2884
3051
  textAlign: "left",
2885
3052
  fontFamily: "var(--component-explorer-editor-font-family, monospace)",
2886
- fontSize: "12px"
3053
+ fontSize: "12px",
3054
+ userSelect: "text"
2887
3055
  },
2888
3056
  chevron: {
2889
3057
  fontSize: "10px",
@@ -2893,7 +3061,8 @@ const ne = {
2893
3061
  },
2894
3062
  message: {
2895
3063
  color: "#f77",
2896
- wordBreak: "break-word"
3064
+ wordBreak: "break-word",
3065
+ userSelect: "text"
2897
3066
  },
2898
3067
  stack: {
2899
3068
  margin: 0,
@@ -2903,19 +3072,20 @@ const ne = {
2903
3072
  color: "var(--component-explorer-descriptionForeground)",
2904
3073
  whiteSpace: "pre-wrap",
2905
3074
  wordBreak: "break-word",
2906
- lineHeight: 1.4
3075
+ lineHeight: 1.4,
3076
+ userSelect: "text"
2907
3077
  }
2908
3078
  };
2909
- class An extends D({
3079
+ class Kn extends D({
2910
3080
  fixtureId: m.const(),
2911
3081
  sessionName: m.const(),
2912
3082
  daemon: m.const()
2913
3083
  }) {
2914
3084
  constructor(o) {
2915
3085
  super(o);
2916
- l(this, "screenshot", w(this, { status: "idle" }));
2917
- l(this, "_fetchVersion", 0);
2918
- this._store.add(_o((n) => {
3086
+ p(this, "screenshot", B(this, { status: "idle" }));
3087
+ p(this, "_fetchVersion", 0);
3088
+ this._store.add(Fo((n) => {
2919
3089
  this.props.daemon.sourceTreeIds.read(n).get(this.props.sessionName) && this._fetchScreenshot();
2920
3090
  }));
2921
3091
  }
@@ -2933,27 +3103,27 @@ class An extends D({
2933
3103
  }
2934
3104
  }
2935
3105
  }
2936
- const oo = N(
2937
- An,
3106
+ const to = N(
3107
+ Kn,
2938
3108
  {},
2939
3109
  (r, e) => {
2940
3110
  var t;
2941
3111
  const o = e.screenshot.read(r);
2942
3112
  if (o.status === "idle" || o.status === "loading")
2943
- return /* @__PURE__ */ c("div", { style: z.placeholder, children: /* @__PURE__ */ c("div", { style: z.shimmer }) });
3113
+ return /* @__PURE__ */ s("div", { style: P.placeholder, children: /* @__PURE__ */ s("div", { style: P.shimmer }) });
2944
3114
  if (o.status === "error")
2945
- return /* @__PURE__ */ c("div", { style: z.error, children: /* @__PURE__ */ c("span", { style: z.errorText, children: "Screenshot failed" }) });
3115
+ return /* @__PURE__ */ s("div", { style: P.error, children: /* @__PURE__ */ s("span", { style: P.errorText, children: "Screenshot failed" }) });
2946
3116
  const { data: n } = o;
2947
- return n.image ? /* @__PURE__ */ c(
3117
+ return n.image ? /* @__PURE__ */ s(
2948
3118
  "img",
2949
3119
  {
2950
3120
  src: `data:image/png;base64,${n.image}`,
2951
- style: z.image,
3121
+ style: P.image,
2952
3122
  alt: `Screenshot of ${e.fixtureId}`
2953
3123
  }
2954
- ) : /* @__PURE__ */ c("div", { style: z.placeholder, children: /* @__PURE__ */ c("span", { style: z.hashText, children: (t = n.hash) == null ? void 0 : t.slice(0, 12) }) });
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) }) });
2955
3125
  }
2956
- ), z = {
3126
+ ), P = {
2957
3127
  placeholder: {
2958
3128
  minHeight: 80,
2959
3129
  display: "flex",
@@ -2996,7 +3166,7 @@ const oo = N(
2996
3166
  border: "1px solid var(--component-explorer-panel-border)"
2997
3167
  }
2998
3168
  };
2999
- class Gn extends D({
3169
+ class Jn extends D({
3000
3170
  fixtureId: m.const(),
3001
3171
  daemon: m.const(),
3002
3172
  baselineSession: m.const(),
@@ -3004,8 +3174,8 @@ class Gn extends D({
3004
3174
  }) {
3005
3175
  constructor(o) {
3006
3176
  super(o);
3007
- l(this, "comparisonStatus", w(this, { status: "loading" }));
3008
- this._store.add(_o((n) => {
3177
+ p(this, "comparisonStatus", B(this, { status: "loading" }));
3178
+ this._store.add(Fo((n) => {
3009
3179
  const t = this.props.daemon.sourceTreeIds.read(n), i = t.get(this.props.baselineSession), a = t.get(this.props.currentSession);
3010
3180
  i && a && this._fetchComparison();
3011
3181
  }));
@@ -3036,21 +3206,21 @@ class Gn extends D({
3036
3206
  }
3037
3207
  }
3038
3208
  }
3039
- const zn = N(
3040
- Gn,
3209
+ const Yn = N(
3210
+ Jn,
3041
3211
  {},
3042
3212
  (r, e) => {
3043
- const o = e.comparisonStatus.read(r), n = o.status === "loading" ? /* @__PURE__ */ c("span", { style: R.badgeLoading, children: "comparing..." }) : o.status === "error" ? /* @__PURE__ */ c("span", { style: R.badgeError, children: "error" }) : o.match ? /* @__PURE__ */ c("span", { style: R.badgeMatch, children: "✓ match" }) : /* @__PURE__ */ c("span", { style: R.badgeChanged, children: "● changed" });
3044
- return /* @__PURE__ */ u("div", { style: R.fixtureRow, children: [
3045
- /* @__PURE__ */ u("div", { style: R.fixtureLabel, children: [
3046
- /* @__PURE__ */ c("span", { style: R.fixtureName, children: e.fixtureId }),
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 }),
3047
3217
  n
3048
3218
  ] }),
3049
- /* @__PURE__ */ u("div", { style: R.sideBySide, children: [
3050
- /* @__PURE__ */ u("div", { style: R.screenshotColumn, children: [
3051
- /* @__PURE__ */ c("span", { style: R.columnLabel, children: "Current" }),
3052
- /* @__PURE__ */ c(
3053
- oo,
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,
3054
3224
  {
3055
3225
  fixtureId: e.fixtureId,
3056
3226
  sessionName: e.currentSession,
@@ -3058,10 +3228,10 @@ const zn = N(
3058
3228
  }
3059
3229
  )
3060
3230
  ] }),
3061
- /* @__PURE__ */ u("div", { style: R.screenshotColumn, children: [
3062
- /* @__PURE__ */ c("span", { style: R.columnLabel, children: "Baseline" }),
3063
- /* @__PURE__ */ c(
3064
- oo,
3231
+ /* @__PURE__ */ u("div", { style: E.screenshotColumn, children: [
3232
+ /* @__PURE__ */ s("span", { style: E.columnLabel, children: "Baseline" }),
3233
+ /* @__PURE__ */ s(
3234
+ to,
3065
3235
  {
3066
3236
  fixtureId: e.fixtureId,
3067
3237
  sessionName: e.baselineSession,
@@ -3072,7 +3242,7 @@ const zn = N(
3072
3242
  ] })
3073
3243
  ] });
3074
3244
  }
3075
- ), Pn = T(
3245
+ ), Zn = T(
3076
3246
  {
3077
3247
  name: m.const(),
3078
3248
  path: m.const(),
@@ -3081,8 +3251,8 @@ const zn = N(
3081
3251
  baselineSession: m.const(),
3082
3252
  currentSession: m.const()
3083
3253
  },
3084
- (r, e) => /* @__PURE__ */ c("div", { style: R.groupContent, children: e.items.map((o) => /* @__PURE__ */ c(
3085
- zn,
3254
+ (r, e) => /* @__PURE__ */ s("div", { style: E.groupContent, children: e.items.map((o) => /* @__PURE__ */ s(
3255
+ Yn,
3086
3256
  {
3087
3257
  fixtureId: o.fixtureId,
3088
3258
  daemon: e.daemon,
@@ -3091,7 +3261,7 @@ const zn = N(
3091
3261
  },
3092
3262
  o.fixtureId
3093
3263
  )) })
3094
- ), R = {
3264
+ ), E = {
3095
3265
  groupContent: {
3096
3266
  display: "flex",
3097
3267
  flexDirection: "column",
@@ -3152,7 +3322,7 @@ const zn = N(
3152
3322
  fontWeight: 500
3153
3323
  }
3154
3324
  }, J = 8;
3155
- function zo(r, e) {
3325
+ function jo(r, e) {
3156
3326
  return `
3157
3327
  linear-gradient(45deg, ${e} 25%, transparent 25%),
3158
3328
  linear-gradient(-45deg, ${e} 25%, transparent 25%),
@@ -3160,13 +3330,13 @@ function zo(r, e) {
3160
3330
  linear-gradient(-45deg, transparent 75%, ${e} 75%)
3161
3331
  `;
3162
3332
  }
3163
- const Wn = {
3333
+ const Xn = {
3164
3334
  backgroundColor: "#ffffff",
3165
- backgroundImage: zo("#ffffff", "#e5e5e5")
3166
- }, $n = {
3335
+ backgroundImage: jo("#ffffff", "#e5e5e5")
3336
+ }, et = {
3167
3337
  backgroundColor: "#1e1e1e",
3168
- backgroundImage: zo("#1e1e1e", "#2d2d2d")
3169
- }, jn = {
3338
+ backgroundImage: jo("#1e1e1e", "#2d2d2d")
3339
+ }, ot = {
3170
3340
  display: "inline-block",
3171
3341
  padding: "12px",
3172
3342
  borderRadius: "4px",
@@ -3174,34 +3344,34 @@ const Wn = {
3174
3344
  backgroundPosition: `0 0, 0 ${J}px, ${J}px -${J}px, -${J}px 0`,
3175
3345
  boxShadow: "0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.08)"
3176
3346
  };
3177
- function Un(r) {
3178
- const e = r === "dark" ? $n : Wn;
3347
+ function rt(r) {
3348
+ const e = r === "dark" ? et : Xn;
3179
3349
  return {
3180
- ...jn,
3350
+ ...ot,
3181
3351
  backgroundColor: e.backgroundColor,
3182
3352
  backgroundImage: e.backgroundImage
3183
3353
  };
3184
3354
  }
3185
- function ro({ src: r, alt: e, background: o }) {
3186
- return /* @__PURE__ */ c("div", { style: Un(o), children: /* @__PURE__ */ c("img", { src: r, alt: e, style: S.image }) });
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 }) });
3187
3357
  }
3188
- const qn = T(
3358
+ const nt = T(
3189
3359
  {
3190
3360
  item: m.const(),
3191
3361
  reportModel: m.const()
3192
3362
  },
3193
3363
  (r, e) => {
3194
- const { item: o, reportModel: n } = e, { entry: t } = o, i = t.background ?? "light", a = t.status === "unchanged" ? /* @__PURE__ */ c("span", { style: S.badgeMatch, children: "✓ match" }) : t.status === "changed" ? /* @__PURE__ */ c("span", { style: S.badgeChanged, children: "● changed" }) : /* @__PURE__ */ c("span", { style: S.badgeAdded, children: "+ added" }), s = t.baselineScreenshot || t.currentScreenshot;
3195
- return /* @__PURE__ */ u("div", { style: S.fixtureRow, children: [
3196
- /* @__PURE__ */ u("div", { style: S.fixtureLabel, children: [
3197
- /* @__PURE__ */ c("span", { style: S.fixtureName, children: o.fixtureId }),
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 }),
3198
3368
  a
3199
3369
  ] }),
3200
- s && /* @__PURE__ */ u("div", { style: S.sideBySide, children: [
3201
- t.baselineScreenshot && /* @__PURE__ */ u("div", { style: S.screenshotColumn, children: [
3202
- /* @__PURE__ */ c("span", { style: S.columnLabel, children: "Baseline" }),
3203
- /* @__PURE__ */ c(
3204
- ro,
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,
3205
3375
  {
3206
3376
  src: n.resolveScreenshotUrl(t.baselineScreenshot),
3207
3377
  alt: `Baseline screenshot of ${o.fixtureId}`,
@@ -3209,10 +3379,10 @@ const qn = T(
3209
3379
  }
3210
3380
  )
3211
3381
  ] }),
3212
- t.currentScreenshot && /* @__PURE__ */ u("div", { style: S.screenshotColumn, children: [
3213
- /* @__PURE__ */ c("span", { style: S.columnLabel, children: "Current" }),
3214
- /* @__PURE__ */ c(
3215
- ro,
3382
+ t.currentScreenshot && /* @__PURE__ */ u("div", { style: F.screenshotColumn, children: [
3383
+ /* @__PURE__ */ s("span", { style: F.columnLabel, children: "Current" }),
3384
+ /* @__PURE__ */ s(
3385
+ io,
3216
3386
  {
3217
3387
  src: n.resolveScreenshotUrl(t.currentScreenshot),
3218
3388
  alt: `Current screenshot of ${o.fixtureId}`,
@@ -3221,28 +3391,28 @@ const qn = T(
3221
3391
  )
3222
3392
  ] })
3223
3393
  ] }),
3224
- !s && t.status === "unchanged" && /* @__PURE__ */ c("div", { style: S.hashRow, children: /* @__PURE__ */ u("span", { style: S.hashText, children: [
3394
+ !c && t.status === "unchanged" && /* @__PURE__ */ s("div", { style: F.hashRow, children: /* @__PURE__ */ u("span", { style: F.hashText, children: [
3225
3395
  "hash: ",
3226
3396
  t.targetHash
3227
3397
  ] }) })
3228
3398
  ] });
3229
3399
  }
3230
- ), Qn = T(
3400
+ ), tt = T(
3231
3401
  {
3232
3402
  name: m.const(),
3233
3403
  path: m.const(),
3234
3404
  items: m.const(),
3235
3405
  reportModel: m.const()
3236
3406
  },
3237
- (r, e) => /* @__PURE__ */ c("div", { style: S.groupContent, children: e.items.map((o) => /* @__PURE__ */ c(
3238
- qn,
3407
+ (r, e) => /* @__PURE__ */ s("div", { style: F.groupContent, children: e.items.map((o) => /* @__PURE__ */ s(
3408
+ nt,
3239
3409
  {
3240
3410
  item: o,
3241
3411
  reportModel: e.reportModel
3242
3412
  },
3243
3413
  o.fixtureId
3244
3414
  )) })
3245
- ), S = {
3415
+ ), F = {
3246
3416
  groupContent: {
3247
3417
  display: "flex",
3248
3418
  flexDirection: "column",
@@ -3306,46 +3476,46 @@ const qn = T(
3306
3476
  color: "var(--component-explorer-testing-iconQueued)",
3307
3477
  fontWeight: 500
3308
3478
  }
3309
- }, Kn = 280, Jn = 32, le = 32, no = 400;
3310
- const Po = "component-explorer:scrollAnchors", to = 100;
3311
- function Wo() {
3479
+ }, it = 280, at = 32, le = 32, ao = 400;
3480
+ const $o = "component-explorer:scrollAnchors", co = 100;
3481
+ function Uo() {
3312
3482
  try {
3313
- const r = localStorage.getItem(Po);
3483
+ const r = localStorage.getItem($o);
3314
3484
  if (r) return JSON.parse(r);
3315
3485
  } catch {
3316
3486
  }
3317
3487
  return {};
3318
3488
  }
3319
- function Yn(r, e) {
3489
+ function ct(r, e) {
3320
3490
  try {
3321
- const o = Wo();
3491
+ const o = Uo();
3322
3492
  o[r] = e;
3323
- const n = Object.entries(o), t = n.length > to ? Object.fromEntries(n.slice(-to)) : o;
3324
- localStorage.setItem(Po, JSON.stringify(t));
3493
+ const n = Object.entries(o), t = n.length > co ? Object.fromEntries(n.slice(-co)) : o;
3494
+ localStorage.setItem($o, JSON.stringify(t));
3325
3495
  } catch {
3326
3496
  }
3327
3497
  }
3328
- function Zn(r) {
3329
- return Wo()[r];
3498
+ function st(r) {
3499
+ return Uo()[r];
3330
3500
  }
3331
- function $o(r) {
3501
+ function qo(r) {
3332
3502
  return r.type === "single" ? r.fixture.id : r.id;
3333
3503
  }
3334
- function Xn(r, e) {
3504
+ function dt(r, e) {
3335
3505
  const o = new Array(r.length);
3336
3506
  let n = le;
3337
3507
  for (let t = 0; t < r.length; t++) {
3338
- const i = e.get($o(r[t])) ?? Kn;
3339
- o[t] = { top: n, height: i }, n += i + Jn;
3508
+ const i = e.get(qo(r[t])) ?? it;
3509
+ o[t] = { top: n, height: i }, n += i + at;
3340
3510
  }
3341
3511
  return o;
3342
3512
  }
3343
- function Ce(r) {
3513
+ function _e(r) {
3344
3514
  if (r.length === 0) return 0;
3345
3515
  const e = r[r.length - 1];
3346
3516
  return e.top + e.height + le;
3347
3517
  }
3348
- function jo(r, e) {
3518
+ function Qo(r, e) {
3349
3519
  let o = 0, n = r.length;
3350
3520
  for (; o < n; ) {
3351
3521
  const t = o + n >> 1;
@@ -3353,51 +3523,51 @@ function jo(r, e) {
3353
3523
  }
3354
3524
  return o;
3355
3525
  }
3356
- function et(r, e, o) {
3526
+ function lt(r, e, o) {
3357
3527
  if (r.length === 0) return { start: 0, end: 0 };
3358
- const n = jo(r, e - no);
3528
+ const n = Qo(r, e - ao);
3359
3529
  let t = n;
3360
- const i = e + o + no;
3530
+ const i = e + o + ao;
3361
3531
  for (; t < r.length && r[t].top < i; )
3362
3532
  t++;
3363
3533
  return { start: n, end: t };
3364
3534
  }
3365
- function io(r, e) {
3535
+ function so(r, e) {
3366
3536
  if (r.length === 0) return;
3367
- const o = jo(r, e), n = Math.min(o, r.length - 1);
3537
+ const o = Qo(r, e), n = Math.min(o, r.length - 1);
3368
3538
  return {
3369
3539
  rowIndex: n,
3370
3540
  offsetFromViewport: r[n].top - e
3371
3541
  };
3372
3542
  }
3373
- function ao(r, e) {
3543
+ function lo(r, e) {
3374
3544
  return e.rowIndex >= r.length ? 0 : r[e.rowIndex].top - e.offsetFromViewport;
3375
3545
  }
3376
- function co(r) {
3546
+ function po(r) {
3377
3547
  return r.type === "single" ? r.fixture.path : r.path;
3378
3548
  }
3379
- function so(r) {
3549
+ function go(r) {
3380
3550
  return r.split(" / ").slice(1);
3381
3551
  }
3382
- function ot(r, e, o) {
3552
+ function pt(r, e, o) {
3383
3553
  const n = o.split("/"), t = n.length - r.length;
3384
3554
  for (let i = 0; i < r.length; i++)
3385
3555
  if (!e || i >= e.length || r[i] !== e[i])
3386
- return r.slice(i).map((a, s) => ({
3387
- depth: i + s,
3556
+ return r.slice(i).map((a, c) => ({
3557
+ depth: i + c,
3388
3558
  name: a,
3389
- nodeId: n.slice(0, t + i + s + 1).join("/")
3559
+ nodeId: n.slice(0, t + i + c + 1).join("/")
3390
3560
  }));
3391
3561
  return [];
3392
3562
  }
3393
- const lo = ["h1", "h2", "h3", "h4"];
3394
- function rt(r) {
3395
- return lo[Math.min(r, lo.length - 1)];
3563
+ const uo = ["h1", "h2", "h3", "h4"];
3564
+ function gt(r) {
3565
+ return uo[Math.min(r, uo.length - 1)];
3396
3566
  }
3397
- const po = ["22px", "15px", "13px", "12px"];
3398
- function nt(r) {
3567
+ const mo = ["22px", "15px", "13px", "12px"];
3568
+ function ut(r) {
3399
3569
  return {
3400
- fontSize: po[Math.min(r, po.length - 1)],
3570
+ fontSize: mo[Math.min(r, mo.length - 1)],
3401
3571
  fontWeight: r <= 1 ? 600 : 500,
3402
3572
  color: "var(--component-explorer-foreground)",
3403
3573
  margin: 0,
@@ -3406,36 +3576,36 @@ function nt(r) {
3406
3576
  borderBottom: r === 0 ? "1px solid var(--component-explorer-widget-border, var(--component-explorer-panel-border, rgba(128,128,128,0.35)))" : void 0
3407
3577
  };
3408
3578
  }
3409
- class tt extends D({
3579
+ class mt extends D({
3410
3580
  model: m.const()
3411
3581
  }) {
3412
3582
  constructor() {
3413
3583
  super(...arguments);
3414
- l(this, "_rowHeights", w(this, Bn()));
3415
- l(this, "_scrollTop", w(this, 0));
3416
- l(this, "_viewportHeight", w(this, 0));
3417
- l(this, "_scrollContainerRef", null);
3418
- l(this, "_resizeObserver", null);
3419
- l(this, "_viewportResizeObserver", null);
3420
- l(this, "_currentNodeId");
3421
- l(this, "_scrollSaveTimeout", null);
3422
- l(this, "_suppressScrollHandler", !1);
3423
- l(this, "layout", I(this, (o) => {
3584
+ p(this, "_rowHeights", B(this, En()));
3585
+ p(this, "_scrollTop", B(this, 0));
3586
+ p(this, "_viewportHeight", B(this, 0));
3587
+ p(this, "_scrollContainerRef", null);
3588
+ p(this, "_resizeObserver", null);
3589
+ p(this, "_viewportResizeObserver", null);
3590
+ p(this, "_currentNodeId");
3591
+ p(this, "_scrollSaveTimeout", null);
3592
+ p(this, "_suppressScrollHandler", !1);
3593
+ p(this, "layout", I(this, (o) => {
3424
3594
  const n = this.explorerModel.selectedFixtures.read(o), t = this._rowHeights.read(o);
3425
- return Xn(n, t);
3595
+ return dt(n, t);
3426
3596
  }));
3427
- l(this, "visibleRowRange", I(this, (o) => {
3597
+ p(this, "visibleRowRange", I(this, (o) => {
3428
3598
  const n = this.layout.read(o), t = this._scrollTop.read(o), i = this._viewportHeight.read(o);
3429
- return et(n, t, i);
3599
+ return lt(n, t, i);
3430
3600
  }));
3431
- l(this, "setScrollContainerRef", (o) => {
3601
+ p(this, "setScrollContainerRef", (o) => {
3432
3602
  var n;
3433
3603
  this._scrollContainerRef && this._scrollContainerRef.removeEventListener("scroll", this._handleScroll), (n = this._viewportResizeObserver) == null || n.disconnect(), this._scrollContainerRef = o, o && (o.addEventListener("scroll", this._handleScroll, { passive: !0 }), this._viewportHeight.set(o.clientHeight, void 0), o.clientHeight, o.scrollTop, this._viewportResizeObserver = new ResizeObserver(([t]) => {
3434
3604
  const i = Math.round(t.contentRect.height);
3435
3605
  this._viewportHeight.get(), this._viewportHeight.set(i, void 0);
3436
3606
  }), this._viewportResizeObserver.observe(o), this._restoreScrollPosition());
3437
3607
  });
3438
- l(this, "_handleScroll", () => {
3608
+ p(this, "_handleScroll", () => {
3439
3609
  if (!this._scrollContainerRef) return;
3440
3610
  const o = this._scrollTop.get(), n = this._scrollContainerRef.scrollTop, t = n - o;
3441
3611
  if (this._scrollTop.set(n, void 0), Math.abs(t) > 200 && (this._suppressScrollHandler, new Error().stack, void 0), this._suppressScrollHandler || !this._currentNodeId) {
@@ -3444,28 +3614,28 @@ class tt extends D({
3444
3614
  }
3445
3615
  this._scrollSaveTimeout && clearTimeout(this._scrollSaveTimeout), this._scrollSaveTimeout = setTimeout(() => {
3446
3616
  if (!this._currentNodeId) return;
3447
- const i = this.layout.get(), a = io(i, this._scrollTop.get());
3448
- a && Yn(this._currentNodeId, a);
3617
+ const i = this.layout.get(), a = so(i, this._scrollTop.get());
3618
+ a && ct(this._currentNodeId, a);
3449
3619
  }, 150);
3450
3620
  });
3451
- l(this, "observeRowElement", (o, n) => {
3621
+ p(this, "observeRowElement", (o, n) => {
3452
3622
  o && (this._resizeObserver || (this._resizeObserver = new ResizeObserver((t) => {
3453
3623
  const i = this._rowHeights.get();
3454
3624
  let a;
3455
- const s = [];
3625
+ const c = [];
3456
3626
  for (const d of t) {
3457
- const p = d.target.getAttribute("data-row-id");
3458
- if (!p) continue;
3627
+ const l = d.target.getAttribute("data-row-id");
3628
+ if (!l) continue;
3459
3629
  const g = Math.round(d.contentRect.height);
3460
- g > 0 && i.get(p) !== g && (s.push({ rid: p, oldH: i.get(p), newH: g }), a || (a = new Map(i)), a.set(p, g), wn(p, g));
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));
3461
3631
  }
3462
3632
  if (a) {
3463
- const d = this.layout.get(), p = this._scrollTop.get(), g = io(d, p);
3633
+ const d = this.layout.get(), l = this._scrollTop.get(), g = so(d, l);
3464
3634
  this._rowHeights.set(a, void 0);
3465
- const f = this.layout.get();
3635
+ const h = this.layout.get();
3466
3636
  if (g && this._scrollContainerRef) {
3467
- const x = ao(f, g), b = x - p;
3468
- Math.abs(b) > 2 && (Ce(d), Ce(f), void 0), this._suppressScrollHandler = !0, this._scrollContainerRef.scrollTop = x, this._scrollTop.set(x, void 0), requestAnimationFrame(() => {
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(() => {
3469
3639
  this._suppressScrollHandler = !1;
3470
3640
  });
3471
3641
  }
@@ -3495,12 +3665,12 @@ class tt extends D({
3495
3665
  }
3496
3666
  _restoreScrollPosition() {
3497
3667
  if (!this._scrollContainerRef || !this._currentNodeId) return;
3498
- const o = Zn(this._currentNodeId);
3668
+ const o = st(this._currentNodeId);
3499
3669
  if (!o) {
3500
3670
  this._currentNodeId;
3501
3671
  return;
3502
3672
  }
3503
- const n = this.layout.get(), t = ao(n, o);
3673
+ const n = this.layout.get(), t = lo(n, o);
3504
3674
  this._scrollContainerRef.scrollTop, this._currentNodeId, n.length, this._suppressScrollHandler = !0, this._scrollContainerRef.scrollTop = t, this._scrollTop.set(t, void 0), requestAnimationFrame(() => {
3505
3675
  this._suppressScrollHandler = !1;
3506
3676
  });
@@ -3510,50 +3680,50 @@ class tt extends D({
3510
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);
3511
3681
  }
3512
3682
  }
3513
- const it = N(
3514
- tt,
3683
+ const ft = N(
3684
+ mt,
3515
3685
  {},
3516
3686
  (r, e) => {
3517
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);
3518
3688
  if (e.updateForSelection(n), o.length === 0) {
3519
3689
  const d = e.explorerModel.reportModel;
3520
3690
  if (d) {
3521
- const p = d.state.read(r);
3522
- if (p.status === "loading")
3523
- return /* @__PURE__ */ c("div", { style: L.emptyState, children: /* @__PURE__ */ c("span", { style: L.emptyText, children: "Loading report..." }) });
3524
- if (p.status === "error")
3525
- return /* @__PURE__ */ c("div", { style: L.emptyState, children: /* @__PURE__ */ u("span", { style: { ...L.emptyText, color: "var(--component-explorer-errorForeground)" }, children: [
3691
+ const l = d.state.read(r);
3692
+ if (l.status === "loading")
3693
+ return /* @__PURE__ */ s("div", { style: L.emptyState, children: /* @__PURE__ */ s("span", { style: L.emptyText, children: "Loading report..." }) });
3694
+ if (l.status === "error")
3695
+ return /* @__PURE__ */ s("div", { style: L.emptyState, children: /* @__PURE__ */ u("span", { style: { ...L.emptyText, color: "var(--component-explorer-errorForeground)" }, children: [
3526
3696
  "Failed to load report: ",
3527
- p.message
3697
+ l.message
3528
3698
  ] }) });
3529
3699
  }
3530
- return /* @__PURE__ */ c("div", { style: L.emptyState, children: /* @__PURE__ */ c("span", { style: L.emptyText, children: "Select a component or folder to preview" }) });
3700
+ return /* @__PURE__ */ s("div", { style: L.emptyState, children: /* @__PURE__ */ s("span", { style: L.emptyText, children: "Select a component or folder to preview" }) });
3531
3701
  }
3532
- const s = Ce(t);
3533
- return /* @__PURE__ */ c("div", { ref: e.setScrollContainerRef, style: L.scrollContainer, children: /* @__PURE__ */ c("div", { style: { position: "relative", height: s }, children: o.slice(i, a).map((d, p) => {
3534
- const g = i + p, { top: f } = t[g], x = $o(d), b = so(co(d)), _ = g > 0 ? so(co(o[g - 1])) : void 0, y = ot(b, _, x);
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);
3535
3705
  return /* @__PURE__ */ u(
3536
3706
  "div",
3537
3707
  {
3538
- ref: (v) => e.observeRowElement(v, x),
3539
- style: { position: "absolute", top: f, left: le, right: le },
3708
+ ref: (v) => e.observeRowElement(v, f),
3709
+ style: { position: "absolute", top: h, left: le, right: le },
3540
3710
  children: [
3541
3711
  y.map((v) => {
3542
- const C = rt(v.depth);
3543
- return /* @__PURE__ */ c(C, { style: nt(v.depth), children: /* @__PURE__ */ c(
3712
+ const _ = gt(v.depth);
3713
+ return /* @__PURE__ */ s(_, { style: ut(v.depth), children: /* @__PURE__ */ s(
3544
3714
  "a",
3545
3715
  {
3546
- href: Ho("fixture", v.nodeId),
3716
+ href: Vo("fixture", v.nodeId),
3547
3717
  style: L.headingLink,
3548
- onClick: (F) => {
3549
- F.preventDefault(), e.explorerModel.selectNode(v.nodeId);
3718
+ onClick: (w) => {
3719
+ w.preventDefault(), e.explorerModel.selectNode(v.nodeId);
3550
3720
  },
3551
3721
  children: v.name
3552
3722
  }
3553
3723
  ) }, v.depth);
3554
3724
  }),
3555
- d.type === "single" ? /* @__PURE__ */ c(Ao, { fixture: d.fixture, compact: !1, onSelect: e.explorerModel.selectNode }) : d.type === "variants" ? /* @__PURE__ */ c(at, { row: d, onSelect: e.explorerModel.selectNode }) : d.type === "screenshot-comparison" && e.explorerModel.daemon ? /* @__PURE__ */ c(
3556
- Pn,
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,
3557
3727
  {
3558
3728
  name: d.name,
3559
3729
  path: d.path,
@@ -3562,8 +3732,8 @@ const it = N(
3562
3732
  baselineSession: e.baselineSessionName,
3563
3733
  currentSession: e.currentSessionName
3564
3734
  }
3565
- ) : d.type === "report-comparison" && e.explorerModel.reportModel ? /* @__PURE__ */ c(
3566
- Qn,
3735
+ ) : d.type === "report-comparison" && e.explorerModel.reportModel ? /* @__PURE__ */ s(
3736
+ tt,
3567
3737
  {
3568
3738
  name: d.name,
3569
3739
  path: d.path,
@@ -3573,18 +3743,18 @@ const it = N(
3573
3743
  ) : null
3574
3744
  ]
3575
3745
  },
3576
- x
3746
+ f
3577
3747
  );
3578
3748
  }) }) });
3579
3749
  }
3580
- ), at = T(
3750
+ ), ht = T(
3581
3751
  {
3582
3752
  row: m.const(),
3583
3753
  onSelect: m.const()
3584
3754
  },
3585
3755
  (r, e) => {
3586
3756
  const o = e.row;
3587
- return /* @__PURE__ */ c("div", { style: L.variantsContent, children: o.fixtures.map((n) => /* @__PURE__ */ c(Ao, { fixture: n, compact: !0, onSelect: e.onSelect }, n.id)) });
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)) });
3588
3758
  }
3589
3759
  ), L = {
3590
3760
  scrollContainer: {
@@ -3614,12 +3784,12 @@ const it = N(
3614
3784
  color: "inherit"
3615
3785
  }
3616
3786
  };
3617
- class ct extends D({
3787
+ class xt extends D({
3618
3788
  store: m.const()
3619
3789
  }) {
3620
3790
  constructor() {
3621
3791
  super(...arguments);
3622
- l(this, "expanded", w(this, !1));
3792
+ p(this, "expanded", B(this, !1));
3623
3793
  }
3624
3794
  get store() {
3625
3795
  return this.props.store;
@@ -3631,8 +3801,8 @@ class ct extends D({
3631
3801
  this.store.clear();
3632
3802
  }
3633
3803
  }
3634
- const st = N(
3635
- ct,
3804
+ const bt = N(
3805
+ xt,
3636
3806
  { store: m.const() },
3637
3807
  (r, e) => {
3638
3808
  const o = e.store, n = o.events.read(r), t = o.errorCount.read(r), i = e.expanded.read(r);
@@ -3644,12 +3814,12 @@ const st = N(
3644
3814
  onClick: () => e.toggleExpanded(),
3645
3815
  children: [
3646
3816
  /* @__PURE__ */ u("span", { style: A.headerLeft, children: [
3647
- /* @__PURE__ */ c("span", { style: A.chevron, children: i ? "▼" : "▶" }),
3648
- /* @__PURE__ */ c("span", { children: "Console" }),
3649
- t > 0 && /* @__PURE__ */ c("span", { style: A.errorBadge, children: t }),
3650
- n.length > t && /* @__PURE__ */ c("span", { style: A.warnBadge, children: n.length - t })
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 })
3651
3821
  ] }),
3652
- /* @__PURE__ */ c(
3822
+ /* @__PURE__ */ s(
3653
3823
  "button",
3654
3824
  {
3655
3825
  style: A.clearButton,
@@ -3663,12 +3833,12 @@ const st = N(
3663
3833
  ]
3664
3834
  }
3665
3835
  ),
3666
- i && /* @__PURE__ */ c("div", { style: A.content, children: n.map((a) => /* @__PURE__ */ c(dt, { event: a }, a.id)) })
3836
+ i && /* @__PURE__ */ s("div", { style: A.content, children: n.map((a) => /* @__PURE__ */ s(vt, { event: a }, a.id)) })
3667
3837
  ] });
3668
3838
  }
3669
3839
  );
3670
- function dt({ event: r }) {
3671
- const [e, o] = uo.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" });
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" });
3672
3842
  return /* @__PURE__ */ u(
3673
3843
  "div",
3674
3844
  {
@@ -3678,21 +3848,21 @@ function dt({ event: r }) {
3678
3848
  borderLeft: `3px solid ${n ? "#f55" : t ? "#fc0" : "transparent"}`
3679
3849
  },
3680
3850
  children: [
3681
- /* @__PURE__ */ c("span", { style: Y.time, children: a }),
3682
- /* @__PURE__ */ c("span", { style: { ...Y.type, color: n ? "#f77" : t ? "#fc0" : "#888" }, children: r.type.replace("window.", "").replace("console.", "") }),
3683
- /* @__PURE__ */ u(
3684
- "span",
3685
- {
3686
- style: { ...Y.message, cursor: r.stack ? "pointer" : "default" },
3687
- onClick: () => r.stack && o(!e),
3688
- title: r.stack ? "Click to toggle stack trace" : void 0,
3689
- children: [
3690
- r.message,
3691
- r.stack && /* @__PURE__ */ c("span", { style: Y.stackIndicator, children: " ▾" })
3692
- ]
3693
- }
3694
- ),
3695
- e && r.stack && /* @__PURE__ */ c("pre", { style: Y.stack, children: r.stack })
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: [
3854
+ r.message,
3855
+ r.stack && /* @__PURE__ */ s(
3856
+ "span",
3857
+ {
3858
+ style: Y.stackIndicator,
3859
+ onClick: () => o(!e),
3860
+ title: "Toggle stack trace",
3861
+ children: e ? " " : " ▾"
3862
+ }
3863
+ )
3864
+ ] }),
3865
+ e && r.stack && /* @__PURE__ */ s("pre", { style: Y.stack, children: r.stack })
3696
3866
  ]
3697
3867
  }
3698
3868
  );
@@ -3758,7 +3928,9 @@ const A = {
3758
3928
  },
3759
3929
  content: {
3760
3930
  maxHeight: "200px",
3761
- overflowY: "auto"
3931
+ overflowY: "auto",
3932
+ userSelect: "text",
3933
+ cursor: "text"
3762
3934
  }
3763
3935
  }, Y = {
3764
3936
  container: {
@@ -3784,7 +3956,9 @@ const A = {
3784
3956
  },
3785
3957
  stackIndicator: {
3786
3958
  fontSize: "10px",
3787
- opacity: 0.5
3959
+ opacity: 0.5,
3960
+ cursor: "pointer",
3961
+ userSelect: "none"
3788
3962
  },
3789
3963
  stack: {
3790
3964
  gridColumn: "1 / -1",
@@ -3798,9 +3972,9 @@ const A = {
3798
3972
  wordBreak: "break-word",
3799
3973
  lineHeight: 1.4
3800
3974
  }
3801
- }, Uo = de.getInstance();
3802
- Uo.install();
3803
- const go = {
3975
+ }, Ko = de.getInstance();
3976
+ Ko.install();
3977
+ const fo = {
3804
3978
  display: "flex",
3805
3979
  flexDirection: "column",
3806
3980
  alignItems: "center",
@@ -3811,63 +3985,68 @@ const go = {
3811
3985
  color: "var(--component-explorer-foreground)",
3812
3986
  opacity: 0.5,
3813
3987
  fontSize: "13px"
3814
- }, lt = {
3988
+ }, kt = {
3815
3989
  width: "24px",
3816
3990
  height: "24px",
3817
3991
  border: "2px solid currentColor",
3818
3992
  borderTopColor: "transparent",
3819
3993
  borderRadius: "50%",
3820
3994
  animation: "explorer-spin 0.8s linear infinite"
3821
- }, pt = N(
3822
- Kr,
3995
+ }, yt = N(
3996
+ Zr,
3823
3997
  { daemonModel: m.const(), reportModel: m.const() },
3824
3998
  (r, e) => {
3825
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";
3826
4000
  if (t)
3827
- return /* @__PURE__ */ c("div", { className: i, style: { ...h.container, backgroundColor: "var(--component-explorer-editor-background)" }, children: /* @__PURE__ */ u("div", { style: go, children: [
3828
- /* @__PURE__ */ c("span", { style: { color: "var(--component-explorer-errorForeground)" }, children: "Failed to load fixtures" }),
3829
- /* @__PURE__ */ c("pre", { style: { fontSize: "12px", opacity: 0.7, whiteSpace: "pre-wrap", wordBreak: "break-word", margin: 0, fontFamily: "inherit" }, children: t })
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 })
3830
4004
  ] }) });
3831
4005
  if (n)
3832
- return /* @__PURE__ */ u("div", { className: i, style: { ...h.container, backgroundColor: "var(--component-explorer-editor-background)" }, children: [
3833
- /* @__PURE__ */ c("style", { children: "@keyframes explorer-spin { to { transform: rotate(360deg); } }" }),
3834
- /* @__PURE__ */ u("div", { style: go, children: [
3835
- /* @__PURE__ */ c("div", { style: lt }),
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 }),
3836
4010
  "Loading fixtures…"
3837
4011
  ] })
3838
4012
  ] });
3839
- const a = e.leftSidebarVisible.read(r), s = e.rightSidebarVisible.read(r), d = e.selectedNode.read(r);
3840
- return /* @__PURE__ */ u("div", { className: i, style: h.container, children: [
3841
- a && /* @__PURE__ */ c(xn, { model: e }),
3842
- /* @__PURE__ */ u("div", { style: h.centerArea, children: [
3843
- /* @__PURE__ */ c(cn, { model: e }),
3844
- /* @__PURE__ */ c(it, { model: e }),
3845
- /* @__PURE__ */ c(st, { store: Uo })
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 })
3846
4020
  ] }),
3847
- s && /* @__PURE__ */ c(yn, { selectedNode: d })
4021
+ c && /* @__PURE__ */ s(_n, { selectedNode: d })
3848
4022
  ] });
3849
4023
  }
3850
4024
  );
3851
- var gt = class Se {
4025
+ var wt = class Ce {
3852
4026
  constructor(e) {
4027
+ p(this, "iterator");
3853
4028
  this.iterator = e;
3854
4029
  }
3855
4030
  static fromIterable(e) {
3856
- return new Se(e[Symbol.asyncIterator]());
4031
+ return new Ce(e[Symbol.asyncIterator]());
3857
4032
  }
3858
4033
  static fromFn(e) {
3859
- return new Se(e());
4034
+ return new Ce(e());
3860
4035
  }
3861
4036
  [Symbol.asyncIterator]() {
3862
4037
  return this.iterator;
3863
4038
  }
3864
- }, ut = class extends Error {
3865
- constructor(r, e, o) {
3866
- super(o), this.statusCode = r, this.method = e, this.name = "ApiError";
4039
+ }, Bt = class extends Error {
4040
+ constructor(e, o, n) {
4041
+ super(n);
4042
+ p(this, "statusCode");
4043
+ p(this, "method");
4044
+ this.statusCode = e, this.method = o, this.name = "ApiError";
3867
4045
  }
3868
- }, mt = class {
4046
+ }, _t = class {
3869
4047
  constructor(r) {
3870
- l(this, "methods", this._createProxy(""));
4048
+ p(this, "_request");
4049
+ p(this, "methods", this._createProxy(""));
3871
4050
  this._request = r;
3872
4051
  }
3873
4052
  _createProxy(r) {
@@ -3881,67 +4060,67 @@ var gt = class Se {
3881
4060
  });
3882
4061
  }
3883
4062
  };
3884
- function ft(r, e) {
3885
- return new mt(async (o, n) => {
3886
- var s, d;
4063
+ function Ct(r, e) {
4064
+ return new _t(async (o, n) => {
4065
+ var c, d;
3887
4066
  const t = await fetch(`${r}/${o}`, {
3888
4067
  method: "POST",
3889
4068
  headers: {
3890
4069
  "Content-Type": "application/json",
3891
- ...(s = e == null ? void 0 : e.getHeaders) == null ? void 0 : s.call(e)
4070
+ ...(c = e == null ? void 0 : e.getHeaders) == null ? void 0 : c.call(e)
3892
4071
  },
3893
4072
  body: JSON.stringify(n)
3894
4073
  });
3895
4074
  if (t.status !== 200) {
3896
- const p = await t.json().catch(() => null);
4075
+ const l = await t.json().catch(() => null);
3897
4076
  let g;
3898
- if (p && typeof p == "object" && ("errorMessage" in p || "error" in p)) {
3899
- const x = p.errorMessage ?? p.error, b = p.stack;
3900
- g = `${x}${b ? `
4077
+ if (l && typeof l == "object" && ("errorMessage" in l || "error" in l)) {
4078
+ const f = l.errorMessage ?? l.error, b = l.stack;
4079
+ g = `${f}${b ? `
3901
4080
  ${b}` : ""}`;
3902
4081
  } else
3903
- g = `Error calling API method "${o}" (${t.status}): ${JSON.stringify(p)}`;
3904
- const f = new ut(t.status, o, g);
3905
- throw (d = e == null ? void 0 : e.onError) == null || d.call(e, f), f;
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;
3906
4085
  }
3907
4086
  const i = t.headers.get("Content-Type");
3908
- return i != null && i.startsWith("application/jsonl") ? gt.fromFn(async function* () {
4087
+ return i != null && i.startsWith("application/jsonl") ? wt.fromFn(async function* () {
3909
4088
  var b;
3910
- const p = (b = t.body) == null ? void 0 : b.getReader();
3911
- if (!p)
4089
+ const l = (b = t.body) == null ? void 0 : b.getReader();
4090
+ if (!l)
3912
4091
  return;
3913
4092
  let g = "";
3914
- const f = new TextDecoder("utf-8");
4093
+ const h = new TextDecoder("utf-8");
3915
4094
  for (; ; ) {
3916
- const { done: _, value: y } = await p.read();
3917
- if (_)
4095
+ const { done: C, value: y } = await l.read();
4096
+ if (C)
3918
4097
  break;
3919
- g += f.decode(y, { stream: !0 });
4098
+ g += h.decode(y, { stream: !0 });
3920
4099
  let v;
3921
4100
  for (; (v = g.indexOf(`
3922
4101
  `)) >= 0; ) {
3923
- const C = g.slice(0, v).trim();
3924
- g = g.slice(v + 1), C.length > 0 && (yield JSON.parse(C));
4102
+ const _ = g.slice(0, v).trim();
4103
+ g = g.slice(v + 1), _.length > 0 && (yield JSON.parse(_));
3925
4104
  }
3926
4105
  }
3927
- const x = g.trim();
3928
- x.length > 0 && (yield JSON.parse(x));
4106
+ const f = g.trim();
4107
+ f.length > 0 && (yield JSON.parse(f));
3929
4108
  }) : await t.json();
3930
4109
  });
3931
4110
  }
3932
- class ht {
4111
+ class St {
3933
4112
  constructor(e) {
3934
- l(this, "_sourceTreeIds", w(this, /* @__PURE__ */ new Map()));
3935
- l(this, "_sessions", w(this, []));
3936
- l(this, "_screenshotCache", /* @__PURE__ */ new Map());
3937
- l(this, "_client");
3938
- l(this, "_eventStreamAbort", null);
3939
- l(this, "sessionName");
4113
+ p(this, "_sourceTreeIds", B(this, /* @__PURE__ */ new Map()));
4114
+ p(this, "_sessions", B(this, []));
4115
+ p(this, "_screenshotCache", /* @__PURE__ */ new Map());
4116
+ p(this, "_client");
4117
+ p(this, "_eventStreamAbort", null);
4118
+ p(this, "sessionName");
3940
4119
  /** Observable map of sessionName → current sourceTreeId */
3941
- l(this, "sourceTreeIds", this._sourceTreeIds);
4120
+ p(this, "sourceTreeIds", this._sourceTreeIds);
3942
4121
  /** Observable list of sessions from the daemon */
3943
- l(this, "sessions", this._sessions);
3944
- this.config = e, this.sessionName = e.sessionName, this._client = ft("/__explorer/daemon-api", {
4122
+ p(this, "sessions", this._sessions);
4123
+ this.config = e, this.sessionName = e.sessionName, this._client = Ct("/__explorer/daemon-api", {
3945
4124
  getHeaders: () => ({ "X-Client-Name": "explorer-ui" })
3946
4125
  });
3947
4126
  }
@@ -4041,22 +4220,22 @@ class ht {
4041
4220
  }
4042
4221
  }
4043
4222
  _validateProtocolVersions() {
4044
- const e = me.parse("1.0.0"), o = me.parse(this.config.daemonApiVersion);
4223
+ const e = ue.parse("1.0.0"), o = ue.parse(this.config.daemonApiVersion);
4045
4224
  if (e.major !== o.major || e.minor !== o.minor)
4046
4225
  throw new Error(
4047
4226
  `Daemon API version mismatch. Explorer expects 1.0.0, daemon provides ${this.config.daemonApiVersion}. Update CLI, vite plugin, and explorer together.`
4048
4227
  );
4049
- const n = me.parse(this.config.runtimeVersionNeededByPlugin);
4228
+ const n = ue.parse(this.config.runtimeVersionNeededByPlugin);
4050
4229
  if (n.major !== ae.major || n.minor !== ae.minor)
4051
4230
  throw new Error(
4052
4231
  `Explorer runtime version mismatch. Plugin requires ${this.config.runtimeVersionNeededByPlugin}, explorer provides ${ae.toString()}. Reinstall dependencies to align plugin and explorer runtime versions.`
4053
4232
  );
4054
4233
  }
4055
4234
  }
4056
- class xt {
4235
+ class Ft {
4057
4236
  constructor(e) {
4058
- l(this, "state", w(this, { status: "loading" }));
4059
- l(this, "_baseUrl");
4237
+ p(this, "state", B(this, { status: "loading" }));
4238
+ p(this, "_baseUrl");
4060
4239
  this.reportUrl = e;
4061
4240
  const o = e.lastIndexOf("/");
4062
4241
  this._baseUrl = o >= 0 ? e.slice(0, o + 1) : "", this._fetch();
@@ -4066,7 +4245,7 @@ class xt {
4066
4245
  }
4067
4246
  buildTree(e) {
4068
4247
  const o = this.state.read(e);
4069
- return o.status !== "ready" ? { id: new M(""), name: "Report", type: "folder", children: [], labels: [] } : bt(o.report.fixtures);
4248
+ return o.status !== "ready" ? { id: new O(""), name: "Report", type: "folder", children: [], labels: [] } : It(o.report.fixtures);
4070
4249
  }
4071
4250
  async _fetch() {
4072
4251
  this.state.set({ status: "loading" }, void 0);
@@ -4081,51 +4260,51 @@ class xt {
4081
4260
  }
4082
4261
  }
4083
4262
  }
4084
- function bt(r) {
4085
- const e = { id: new M(""), name: "Components", type: "folder", children: [], labels: [] };
4263
+ function It(r) {
4264
+ const e = { id: new O(""), name: "Components", type: "folder", children: [], labels: [] };
4086
4265
  for (const [o, n] of Object.entries(r)) {
4087
- const t = new M(o).segments;
4266
+ const t = new O(o).segments;
4088
4267
  let i = e;
4089
4268
  for (let a = 0; a < t.length; a++) {
4090
- const s = t[a], d = a === t.length - 1, p = new M(t.slice(0, a + 1).join("/"));
4269
+ const c = t[a], d = a === t.length - 1, l = new O(t.slice(0, a + 1).join("/"));
4091
4270
  if (d) {
4092
4271
  const g = [...(n == null ? void 0 : n.labels) ?? []];
4093
4272
  (n == null ? void 0 : n.status) === "changed" && !g.includes("changed") && g.push("changed"), i.children.push({
4094
- id: p,
4095
- name: s,
4273
+ id: l,
4274
+ name: c,
4096
4275
  type: "component",
4097
4276
  reportEntry: n,
4098
4277
  labels: g
4099
4278
  });
4100
4279
  } else {
4101
- let g = i.children.find((f) => f.type === "folder" && f.name === s);
4102
- g || (g = { id: p, name: s, type: "folder", children: [], labels: [] }, i.children.push(g)), i = g;
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;
4103
4282
  }
4104
4283
  }
4105
4284
  }
4106
4285
  return e;
4107
4286
  }
4108
- const vt = '/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-amber-400:oklch(82.8% .189 84.429);--color-amber-500:oklch(76.9% .188 70.08);--color-blue-400:oklch(70.7% .165 254.624);--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-base--line-height: 1.5 ;--font-weight-medium:500;--font-weight-semibold:600;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*{border-color:var(--component-explorer-panel-border)}:host{background-color:var(--component-explorer-editor-background);color:var(--component-explorer-foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:var(--component-explorer-font-family);font-size:var(--component-explorer-font-size);width:100%;height:100%;display:block}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--component-explorer-scrollbarSlider-background);border-radius:0}::-webkit-scrollbar-thumb:hover{background:var(--component-explorer-scrollbarSlider-hoverBackground)}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.static{position:static}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.top-1\\/2{top:50%}.right-2{right:calc(var(--spacing) * 2)}.left-2\\.5{left:calc(var(--spacing) * 2.5)}.isolate{isolation:isolate}.z-50{z-index:50}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.-mx-1{margin-inline:calc(var(--spacing) * -1)}.my-1{margin-block:calc(var(--spacing) * 1)}.mt-1{margin-top:calc(var(--spacing) * 1)}.ml-3\\.5{margin-left:calc(var(--spacing) * 3.5)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.h-2\\.5{height:calc(var(--spacing) * 2.5)}.h-3{height:calc(var(--spacing) * 3)}.h-3\\.5{height:calc(var(--spacing) * 3.5)}.h-4{height:calc(var(--spacing) * 4)}.h-5{height:calc(var(--spacing) * 5)}.h-6{height:calc(var(--spacing) * 6)}.h-8{height:calc(var(--spacing) * 8)}.h-9{height:calc(var(--spacing) * 9)}.h-10{height:calc(var(--spacing) * 10)}.h-12{height:calc(var(--spacing) * 12)}.h-\\[var\\(--radix-select-trigger-height\\)\\]{height:var(--radix-select-trigger-height)}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-48{max-height:calc(var(--spacing) * 48)}.max-h-96{max-height:calc(var(--spacing) * 96)}.min-h-\\[60px\\]{min-height:60px}.w-2\\.5{width:calc(var(--spacing) * 2.5)}.w-3{width:calc(var(--spacing) * 3)}.w-3\\.5{width:calc(var(--spacing) * 3.5)}.w-4{width:calc(var(--spacing) * 4)}.w-5{width:calc(var(--spacing) * 5)}.w-9{width:calc(var(--spacing) * 9)}.w-64{width:calc(var(--spacing) * 64)}.w-80{width:calc(var(--spacing) * 80)}.w-full{width:100%}.min-w-0{min-width:calc(var(--spacing) * 0)}.min-w-\\[8rem\\]{min-width:8rem}.min-w-\\[var\\(--radix-select-trigger-width\\)\\]{min-width:var(--radix-select-trigger-width)}.flex-1{flex:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.-translate-y-1\\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.rotate-90{rotate:90deg}.rotate-180{rotate:180deg}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1\\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-1\\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-x-2>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)))}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.rounded{border-radius:.25rem}.rounded-\\[inherit\\]{border-radius:inherit}.rounded-full{border-radius:3.40282e38px}.rounded-md{border-radius:4px}.rounded-sm{border-radius:2px}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-amber-500\\/30{border-color:#f99c004d}@supports (color:color-mix(in lab,red,red)){.border-amber-500\\/30{border-color:color-mix(in oklab,var(--color-amber-500) 30%,transparent)}}.border-border{border-color:var(--component-explorer-panel-border)}.border-destructive{border-color:var(--component-explorer-editorError-foreground)}.border-input{border-color:var(--component-explorer-input-background)}.border-primary{border-color:var(--component-explorer-focusBorder)}.border-transparent{border-color:#0000}.border-t-transparent{border-top-color:#0000}.border-l-transparent{border-left-color:#0000}.bg-amber-500\\/10{background-color:#f99c001a}@supports (color:color-mix(in lab,red,red)){.bg-amber-500\\/10{background-color:color-mix(in oklab,var(--color-amber-500) 10%,transparent)}}.bg-amber-500\\/15{background-color:#f99c0026}@supports (color:color-mix(in lab,red,red)){.bg-amber-500\\/15{background-color:color-mix(in oklab,var(--color-amber-500) 15%,transparent)}}.bg-background{background-color:var(--component-explorer-editor-background)}.bg-border{background-color:var(--component-explorer-panel-border)}.bg-card{background-color:var(--component-explorer-editorWidget-background)}.bg-destructive,.bg-destructive\\/10{background-color:var(--component-explorer-editorError-foreground)}@supports (color:color-mix(in lab,red,red)){.bg-destructive\\/10{background-color:color-mix(in oklab,var(--component-explorer-editorError-foreground) 10%,transparent)}}.bg-muted{background-color:var(--component-explorer-input-background)}.bg-popover{background-color:var(--component-explorer-editorWidget-background)}.bg-primary,.bg-primary\\/15{background-color:var(--component-explorer-focusBorder)}@supports (color:color-mix(in lab,red,red)){.bg-primary\\/15{background-color:color-mix(in oklab,var(--component-explorer-focusBorder) 15%,transparent)}}.bg-secondary{background-color:var(--component-explorer-button-secondaryBackground)}.bg-sidebar{background-color:var(--component-explorer-sideBar-background)}.bg-transparent{background-color:#0000}.p-1{padding:calc(var(--spacing) * 1)}.p-2{padding:calc(var(--spacing) * 2)}.p-3{padding:calc(var(--spacing) * 3)}.p-4{padding:calc(var(--spacing) * 4)}.p-\\[1px\\]{padding:1px}.px-1\\.5{padding-inline:calc(var(--spacing) * 1.5)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-2\\.5{padding-inline:calc(var(--spacing) * 2.5)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-8{padding-inline:calc(var(--spacing) * 8)}.py-0\\.5{padding-block:calc(var(--spacing) * .5)}.py-1{padding-block:calc(var(--spacing) * 1)}.py-1\\.5{padding-block:calc(var(--spacing) * 1.5)}.py-2{padding-block:calc(var(--spacing) * 2)}.pr-8{padding-right:calc(var(--spacing) * 8)}.pb-2{padding-bottom:calc(var(--spacing) * 2)}.pb-3{padding-bottom:calc(var(--spacing) * 3)}.pl-2{padding-left:calc(var(--spacing) * 2)}.pl-8{padding-left:calc(var(--spacing) * 8)}.font-mono{font-family:var(--font-mono)}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\\[10px\\]{font-size:10px}.leading-none{--tw-leading:1;line-height:1}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.break-all{word-break:break-all}.whitespace-nowrap{white-space:nowrap}.text-amber-400{color:var(--color-amber-400)}.text-amber-500{color:var(--color-amber-500)}.text-blue-400{color:var(--color-blue-400)}.text-current{color:currentColor}.text-destructive{color:var(--component-explorer-editorError-foreground)}.text-foreground{color:var(--component-explorer-foreground)}.text-muted-foreground{color:var(--component-explorer-descriptionForeground)}.text-popover-foreground{color:var(--component-explorer-editorWidget-foreground)}.text-primary{color:var(--component-explorer-focusBorder)}.text-primary-foreground{color:var(--component-explorer-button-foreground)}.text-secondary-foreground{color:var(--component-explorer-button-secondaryForeground)}.uppercase{text-transform:uppercase}.italic{font-style:italic}.underline-offset-4{text-underline-offset:4px}.opacity-50{opacity:.5}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a), 0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-offset-background{--tw-ring-offset-color:var(--component-explorer-editor-background)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.peer-disabled\\:cursor-not-allowed:is(:where(.peer):disabled~*){cursor:not-allowed}.peer-disabled\\:opacity-70:is(:where(.peer):disabled~*){opacity:.7}.file\\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.file\\:bg-transparent::file-selector-button{background-color:#0000}.file\\:text-sm::file-selector-button{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.file\\:font-medium::file-selector-button{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.file\\:text-foreground::file-selector-button{color:var(--component-explorer-foreground)}.placeholder\\:text-muted-foreground::placeholder{color:var(--component-explorer-descriptionForeground)}@media(hover:hover){.hover\\:bg-accent:hover{background-color:var(--component-explorer-list-hoverBackground)}.hover\\:bg-destructive\\/80:hover{background-color:var(--component-explorer-editorError-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-destructive\\/80:hover{background-color:color-mix(in oklab,var(--component-explorer-editorError-foreground) 80%,transparent)}}.hover\\:bg-destructive\\/90:hover{background-color:var(--component-explorer-editorError-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-destructive\\/90:hover{background-color:color-mix(in oklab,var(--component-explorer-editorError-foreground) 90%,transparent)}}.hover\\:bg-primary\\/80:hover{background-color:var(--component-explorer-focusBorder)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-primary\\/80:hover{background-color:color-mix(in oklab,var(--component-explorer-focusBorder) 80%,transparent)}}.hover\\:bg-primary\\/90:hover{background-color:var(--component-explorer-focusBorder)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-primary\\/90:hover{background-color:color-mix(in oklab,var(--component-explorer-focusBorder) 90%,transparent)}}.hover\\:bg-secondary\\/80:hover{background-color:var(--component-explorer-button-secondaryBackground)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-secondary\\/80:hover{background-color:color-mix(in oklab,var(--component-explorer-button-secondaryBackground) 80%,transparent)}}.hover\\:bg-sidebar-accent:hover{background-color:var(--component-explorer-list-hoverBackground)}.hover\\:text-accent-foreground:hover{color:var(--component-explorer-foreground)}.hover\\:underline:hover{text-decoration-line:underline}}.focus\\:bg-accent:focus{background-color:var(--component-explorer-list-hoverBackground)}.focus\\:text-accent-foreground:focus{color:var(--component-explorer-foreground)}.focus\\:ring-1:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\\:ring-ring:focus{--tw-ring-color:var(--component-explorer-focusBorder)}.focus\\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}.focus\\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\\:ring-1:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\\:ring-destructive:focus-visible{--tw-ring-color:var(--component-explorer-editorError-foreground)}.focus-visible\\:ring-ring:focus-visible{--tw-ring-color:var(--component-explorer-focusBorder)}.focus-visible\\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.disabled\\:pointer-events-none:disabled{pointer-events:none}.disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:opacity-50:disabled{opacity:.5}.data-\\[disabled\\]\\:pointer-events-none[data-disabled]{pointer-events:none}.data-\\[disabled\\]\\:opacity-50[data-disabled]{opacity:.5}.data-\\[side\\=bottom\\]\\:translate-y-1[data-side=bottom]{--tw-translate-y:calc(var(--spacing) * 1);translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\\[side\\=left\\]\\:-translate-x-1[data-side=left]{--tw-translate-x:calc(var(--spacing) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\\[side\\=right\\]\\:translate-x-1[data-side=right]{--tw-translate-x:calc(var(--spacing) * 1);translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\\[side\\=top\\]\\:-translate-y-1[data-side=top]{--tw-translate-y:calc(var(--spacing) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\\[state\\=checked\\]\\:bg-primary[data-state=checked]{background-color:var(--component-explorer-focusBorder)}.data-\\[state\\=checked\\]\\:text-primary-foreground[data-state=checked]{color:var(--component-explorer-button-foreground)}@media(min-width:48rem){.md\\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}}.\\[\\&_svg\\]\\:pointer-events-none svg{pointer-events:none}.\\[\\&_svg\\]\\:size-4 svg{width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.\\[\\&_svg\\]\\:shrink-0 svg{flex-shrink:0}.\\[\\&\\>span\\]\\:line-clamp-1>span{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}', kt = '.vscode-theme.default-dark-plus{--component-explorer-font-family: "Segoe WPC", "Segoe UI", sans-serif;--component-explorer-font-weight: normal;--component-explorer-font-size: 13px;--component-explorer-editor-font-family: "Cascadia Code", Consolas, "Courier New", monospace;--component-explorer-editor-font-weight: normal;--component-explorer-editor-font-size: 14px;--component-explorer-foreground: #cccccc;--component-explorer-disabledForeground: rgba(204, 204, 204, .5);--component-explorer-errorForeground: #f48771;--component-explorer-descriptionForeground: rgba(204, 204, 204, .7);--component-explorer-icon-foreground: #c5c5c5;--component-explorer-focusBorder: #007fd4;--component-explorer-textLink-foreground: #3794ff;--component-explorer-textLink-activeForeground: #3794ff;--component-explorer-textSeparator-foreground: rgba(255, 255, 255, .18);--component-explorer-textPreformat-foreground: #d7ba7d;--component-explorer-textPreformat-background: rgba(255, 255, 255, .1);--component-explorer-textBlockQuote-background: #222222;--component-explorer-textBlockQuote-border: rgba(0, 122, 204, .5);--component-explorer-textCodeBlock-background: rgba(10, 10, 10, .4);--component-explorer-sash-hoverBorder: #007fd4;--component-explorer-badge-background: #4d4d4d;--component-explorer-badge-foreground: #ffffff;--component-explorer-activityWarningBadge-foreground: #ffffff;--component-explorer-activityWarningBadge-background: #b27c00;--component-explorer-activityErrorBadge-foreground: #000000;--component-explorer-activityErrorBadge-background: #f14c4c;--component-explorer-scrollbar-shadow: #000000;--component-explorer-scrollbarSlider-background: rgba(121, 121, 121, .4);--component-explorer-scrollbarSlider-hoverBackground: rgba(100, 100, 100, .7);--component-explorer-scrollbarSlider-activeBackground: rgba(191, 191, 191, .4);--component-explorer-progressBar-background: #0e70c0;--component-explorer-chart-line: #236b8e;--component-explorer-chart-axis: rgba(191, 191, 191, .4);--component-explorer-chart-guide: rgba(191, 191, 191, .2);--component-explorer-editor-background: #1e1e1e;--component-explorer-editor-foreground: #d4d4d4;--component-explorer-editorStickyScroll-background: #1e1e1e;--component-explorer-editorStickyScrollGutter-background: #1e1e1e;--component-explorer-editorStickyScrollHover-background: #2a2d2e;--component-explorer-editorStickyScroll-shadow: #000000;--component-explorer-editorWidget-background: #252526;--component-explorer-editorWidget-foreground: #cccccc;--component-explorer-editorWidget-border: #454545;--component-explorer-editorError-foreground: #f14c4c;--component-explorer-editorWarning-foreground: #cca700;--component-explorer-editorInfo-foreground: #59a4f9;--component-explorer-editorHint-foreground: rgba(238, 238, 238, .7);--component-explorer-editorLink-activeForeground: #4e94ce;--component-explorer-editor-selectionBackground: #264f78;--component-explorer-editor-inactiveSelectionBackground: #3a3d41;--component-explorer-editor-selectionHighlightBackground: rgba(173, 214, 255, .15);--component-explorer-editor-compositionBorder: #ffffff;--component-explorer-editor-findMatchBackground: #515c6a;--component-explorer-editor-findMatchHighlightBackground: rgba(234, 92, 0, .33);--component-explorer-editor-findRangeHighlightBackground: rgba(58, 61, 65, .4);--component-explorer-editor-hoverHighlightBackground: rgba(38, 79, 120, .25);--component-explorer-editorHoverWidget-background: #252526;--component-explorer-editorHoverWidget-foreground: #cccccc;--component-explorer-editorHoverWidget-border: #454545;--component-explorer-editorHoverWidget-statusBarBackground: #2c2c2d;--component-explorer-editorInlayHint-foreground: #969696;--component-explorer-editorInlayHint-background: rgba(77, 77, 77, .1);--component-explorer-editorInlayHint-typeForeground: #969696;--component-explorer-editorInlayHint-typeBackground: rgba(77, 77, 77, .1);--component-explorer-editorInlayHint-parameterForeground: #969696;--component-explorer-editorInlayHint-parameterBackground: rgba(77, 77, 77, .1);--component-explorer-editorLightBulb-foreground: #ffcc00;--component-explorer-editorLightBulbAutoFix-foreground: #75beff;--component-explorer-editorLightBulbAi-foreground: #ffcc00;--component-explorer-editor-snippetTabstopHighlightBackground: rgba(124, 124, 124, .3);--component-explorer-editor-snippetFinalTabstopHighlightBorder: #525252;--component-explorer-diffEditor-insertedTextBackground: rgba(156, 204, 44, .2);--component-explorer-diffEditor-removedTextBackground: rgba(255, 0, 0, .2);--component-explorer-diffEditor-insertedLineBackground: rgba(155, 185, 85, .2);--component-explorer-diffEditor-removedLineBackground: rgba(255, 0, 0, .2);--component-explorer-diffEditor-diagonalFill: rgba(204, 204, 204, .2);--component-explorer-diffEditor-unchangedRegionBackground: #252526;--component-explorer-diffEditor-unchangedRegionForeground: #cccccc;--component-explorer-diffEditor-unchangedCodeBackground: rgba(116, 116, 116, .16);--component-explorer-widget-shadow: rgba(0, 0, 0, .36);--component-explorer-widget-border: #303031;--component-explorer-toolbar-hoverBackground: rgba(90, 93, 94, .31);--component-explorer-toolbar-activeBackground: rgba(99, 102, 103, .31);--component-explorer-breadcrumb-foreground: rgba(204, 204, 204, .8);--component-explorer-breadcrumb-background: #1e1e1e;--component-explorer-breadcrumb-focusForeground: #e0e0e0;--component-explorer-breadcrumb-activeSelectionForeground: #e0e0e0;--component-explorer-breadcrumbPicker-background: #252526;--component-explorer-merge-currentHeaderBackground: rgba(64, 200, 174, .5);--component-explorer-merge-currentContentBackground: rgba(64, 200, 174, .2);--component-explorer-merge-incomingHeaderBackground: rgba(64, 166, 255, .5);--component-explorer-merge-incomingContentBackground: rgba(64, 166, 255, .2);--component-explorer-merge-commonHeaderBackground: rgba(96, 96, 96, .4);--component-explorer-merge-commonContentBackground: rgba(96, 96, 96, .16);--component-explorer-editorOverviewRuler-currentContentForeground: rgba(64, 200, 174, .5);--component-explorer-editorOverviewRuler-incomingContentForeground: rgba(64, 166, 255, .5);--component-explorer-editorOverviewRuler-commonContentForeground: rgba(96, 96, 96, .4);--component-explorer-editorOverviewRuler-findMatchForeground: rgba(209, 134, 22, .49);--component-explorer-editorOverviewRuler-selectionHighlightForeground: rgba(160, 160, 160, .8);--component-explorer-problemsErrorIcon-foreground: #f14c4c;--component-explorer-problemsWarningIcon-foreground: #cca700;--component-explorer-problemsInfoIcon-foreground: #59a4f9;--component-explorer-minimap-findMatchHighlight: rgba(234, 92, 0, .33);--component-explorer-minimap-selectionOccurrenceHighlight: rgba(173, 214, 255, .15);--component-explorer-minimap-selectionHighlight: #264f78;--component-explorer-minimap-infoHighlight: #59a4f9;--component-explorer-minimap-warningHighlight: #cca700;--component-explorer-minimap-errorHighlight: rgba(255, 18, 18, .7);--component-explorer-minimap-foregroundOpacity: #000000;--component-explorer-minimapSlider-background: rgba(121, 121, 121, .2);--component-explorer-minimapSlider-hoverBackground: rgba(100, 100, 100, .35);--component-explorer-minimapSlider-activeBackground: rgba(191, 191, 191, .2);--component-explorer-charts-foreground: #cccccc;--component-explorer-charts-lines: rgba(204, 204, 204, .5);--component-explorer-charts-red: #f14c4c;--component-explorer-charts-blue: #59a4f9;--component-explorer-charts-yellow: #cca700;--component-explorer-charts-orange: rgba(234, 92, 0, .33);--component-explorer-charts-green: #89d185;--component-explorer-charts-purple: #b180d7;--component-explorer-input-background: #3c3c3c;--component-explorer-input-foreground: #cccccc;--component-explorer-inputOption-activeBorder: #007acc;--component-explorer-inputOption-hoverBackground: rgba(90, 93, 94, .5);--component-explorer-inputOption-activeBackground: rgba(0, 127, 212, .4);--component-explorer-inputOption-activeForeground: #ffffff;--component-explorer-input-placeholderForeground: #a6a6a6;--component-explorer-inputValidation-infoBackground: #063b49;--component-explorer-inputValidation-infoBorder: #007acc;--component-explorer-inputValidation-warningBackground: #352a05;--component-explorer-inputValidation-warningBorder: #b89500;--component-explorer-inputValidation-errorBackground: #5a1d1d;--component-explorer-inputValidation-errorBorder: #be1100;--component-explorer-dropdown-background: #3c3c3c;--component-explorer-dropdown-foreground: #f0f0f0;--component-explorer-dropdown-border: #3c3c3c;--component-explorer-button-foreground: #ffffff;--component-explorer-button-separator: rgba(255, 255, 255, .4);--component-explorer-button-background: #0e639c;--component-explorer-button-hoverBackground: #1177bb;--component-explorer-button-secondaryForeground: #ffffff;--component-explorer-button-secondaryBackground: #3a3d41;--component-explorer-button-secondaryHoverBackground: #45494e;--component-explorer-radio-activeForeground: #ffffff;--component-explorer-radio-activeBackground: rgba(0, 127, 212, .4);--component-explorer-radio-activeBorder: #007acc;--component-explorer-radio-inactiveBorder: rgba(255, 255, 255, .2);--component-explorer-radio-inactiveHoverBackground: rgba(90, 93, 94, .5);--component-explorer-checkbox-background: #3c3c3c;--component-explorer-checkbox-selectBackground: #252526;--component-explorer-checkbox-foreground: #f0f0f0;--component-explorer-checkbox-border: #6b6b6b;--component-explorer-checkbox-selectBorder: #c5c5c5;--component-explorer-checkbox-disabled\\.background: #777777;--component-explorer-checkbox-disabled\\.foreground: #b4b4b4;--component-explorer-keybindingLabel-background: rgba(128, 128, 128, .17);--component-explorer-keybindingLabel-foreground: #cccccc;--component-explorer-keybindingLabel-border: rgba(51, 51, 51, .6);--component-explorer-keybindingLabel-bottomBorder: rgba(68, 68, 68, .6);--component-explorer-list-focusOutline: #007fd4;--component-explorer-list-activeSelectionBackground: #04395e;--component-explorer-list-activeSelectionForeground: #ffffff;--component-explorer-list-activeSelectionIconForeground: #ffffff;--component-explorer-list-inactiveSelectionBackground: #37373d;--component-explorer-list-hoverBackground: #2a2d2e;--component-explorer-list-dropBackground: #383b3d;--component-explorer-list-dropBetweenBackground: #c5c5c5;--component-explorer-list-highlightForeground: #2aaaff;--component-explorer-list-focusHighlightForeground: #2aaaff;--component-explorer-list-invalidItemForeground: #b89500;--component-explorer-list-errorForeground: #f88070;--component-explorer-list-warningForeground: #cca700;--component-explorer-listFilterWidget-background: #252526;--component-explorer-listFilterWidget-outline: rgba(0, 0, 0, 0);--component-explorer-listFilterWidget-noMatchesOutline: #be1100;--component-explorer-listFilterWidget-shadow: rgba(0, 0, 0, .36);--component-explorer-list-filterMatchBackground: rgba(234, 92, 0, .33);--component-explorer-list-deemphasizedForeground: #8c8c8c;--component-explorer-tree-indentGuidesStroke: #585858;--component-explorer-tree-inactiveIndentGuidesStroke: rgba(88, 88, 88, .4);--component-explorer-tree-tableColumnsBorder: rgba(204, 204, 204, .13);--component-explorer-tree-tableOddRowsBackground: rgba(204, 204, 204, .04);--component-explorer-editorActionList-background: #252526;--component-explorer-editorActionList-foreground: #cccccc;--component-explorer-editorActionList-focusForeground: #ffffff;--component-explorer-editorActionList-focusBackground: #04395e;--component-explorer-menu-border: #454545;--component-explorer-menu-foreground: #cccccc;--component-explorer-menu-background: #252526;--component-explorer-menu-selectionForeground: #ffffff;--component-explorer-menu-selectionBackground: #0078d4;--component-explorer-menu-separatorBackground: #454545;--component-explorer-quickInput-background: #252526;--component-explorer-quickInput-foreground: #cccccc;--component-explorer-quickInputTitle-background: rgba(255, 255, 255, .1);--component-explorer-pickerGroup-foreground: #3794ff;--component-explorer-pickerGroup-border: #3f3f46;--component-explorer-quickInputList-focusForeground: #ffffff;--component-explorer-quickInputList-focusIconForeground: #ffffff;--component-explorer-quickInputList-focusBackground: #04395e;--component-explorer-search-resultsInfoForeground: rgba(204, 204, 204, .65);--component-explorer-searchEditor-findMatchBackground: rgba(234, 92, 0, .22);--component-explorer-editor-lineHighlightBorder: #282828;--component-explorer-editor-rangeHighlightBackground: rgba(255, 255, 255, .04);--component-explorer-editor-symbolHighlightBackground: rgba(234, 92, 0, .33);--component-explorer-editorCursor-foreground: #aeafad;--component-explorer-editorMultiCursor-primary\\.foreground: #aeafad;--component-explorer-editorMultiCursor-secondary\\.foreground: #aeafad;--component-explorer-editorWhitespace-foreground: rgba(227, 228, 226, .16);--component-explorer-editorLineNumber-foreground: #858585;--component-explorer-editorIndentGuide-background: rgba(227, 228, 226, .16);--component-explorer-editorIndentGuide-activeBackground: rgba(227, 228, 226, .16);--component-explorer-editorIndentGuide-background1: #404040;--component-explorer-editorIndentGuide-background2: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-background3: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-background4: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-background5: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-background6: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground1: #707070;--component-explorer-editorIndentGuide-activeBackground2: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground3: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground4: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground5: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground6: rgba(0, 0, 0, 0);--component-explorer-editorActiveLineNumber-foreground: #c6c6c6;--component-explorer-editorLineNumber-activeForeground: #c6c6c6;--component-explorer-editorRuler-foreground: #5a5a5a;--component-explorer-editorCodeLens-foreground: #999999;--component-explorer-editorBracketMatch-background: rgba(0, 100, 0, .1);--component-explorer-editorBracketMatch-border: #888888;--component-explorer-editorOverviewRuler-border: rgba(127, 127, 127, .3);--component-explorer-editorGutter-background: #1e1e1e;--component-explorer-editorUnnecessaryCode-opacity: rgba(0, 0, 0, .67);--component-explorer-editorGhostText-foreground: rgba(255, 255, 255, .34);--component-explorer-editorOverviewRuler-rangeHighlightForeground: rgba(0, 122, 204, .6);--component-explorer-editorOverviewRuler-errorForeground: rgba(255, 18, 18, .7);--component-explorer-editorOverviewRuler-warningForeground: #cca700;--component-explorer-editorOverviewRuler-infoForeground: #59a4f9;--component-explorer-editorBracketHighlight-foreground1: #ffd700;--component-explorer-editorBracketHighlight-foreground2: #da70d6;--component-explorer-editorBracketHighlight-foreground3: #179fff;--component-explorer-editorBracketHighlight-foreground4: rgba(0, 0, 0, 0);--component-explorer-editorBracketHighlight-foreground5: rgba(0, 0, 0, 0);--component-explorer-editorBracketHighlight-foreground6: rgba(0, 0, 0, 0);--component-explorer-editorBracketHighlight-unexpectedBracket\\.foreground: rgba(255, 18, 18, .8);--component-explorer-editorBracketPairGuide-background1: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background2: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background3: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background4: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background5: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background6: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground1: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground2: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground3: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground4: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground5: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground6: rgba(0, 0, 0, 0);--component-explorer-editorUnicodeHighlight-border: #cca700;--component-explorer-diffEditor-move\\.border: rgba(139, 139, 139, .61);--component-explorer-diffEditor-moveActive\\.border: #ffa500;--component-explorer-diffEditor-unchangedRegionShadow: #000000;--component-explorer-editorOverviewRuler-bracketMatchForeground: #a0a0a0;--component-explorer-actionBar-toggledBackground: #383a49;--component-explorer-symbolIcon-arrayForeground: #cccccc;--component-explorer-symbolIcon-booleanForeground: #cccccc;--component-explorer-symbolIcon-classForeground: #ee9d28;--component-explorer-symbolIcon-colorForeground: #cccccc;--component-explorer-symbolIcon-constantForeground: #cccccc;--component-explorer-symbolIcon-constructorForeground: #b180d7;--component-explorer-symbolIcon-enumeratorForeground: #ee9d28;--component-explorer-symbolIcon-enumeratorMemberForeground: #75beff;--component-explorer-symbolIcon-eventForeground: #ee9d28;--component-explorer-symbolIcon-fieldForeground: #75beff;--component-explorer-symbolIcon-fileForeground: #cccccc;--component-explorer-symbolIcon-folderForeground: #cccccc;--component-explorer-symbolIcon-functionForeground: #b180d7;--component-explorer-symbolIcon-interfaceForeground: #75beff;--component-explorer-symbolIcon-keyForeground: #cccccc;--component-explorer-symbolIcon-keywordForeground: #cccccc;--component-explorer-symbolIcon-methodForeground: #b180d7;--component-explorer-symbolIcon-moduleForeground: #cccccc;--component-explorer-symbolIcon-namespaceForeground: #cccccc;--component-explorer-symbolIcon-nullForeground: #cccccc;--component-explorer-symbolIcon-numberForeground: #cccccc;--component-explorer-symbolIcon-objectForeground: #cccccc;--component-explorer-symbolIcon-operatorForeground: #cccccc;--component-explorer-symbolIcon-packageForeground: #cccccc;--component-explorer-symbolIcon-propertyForeground: #cccccc;--component-explorer-symbolIcon-referenceForeground: #cccccc;--component-explorer-symbolIcon-snippetForeground: #cccccc;--component-explorer-symbolIcon-stringForeground: #cccccc;--component-explorer-symbolIcon-structForeground: #cccccc;--component-explorer-symbolIcon-textForeground: #cccccc;--component-explorer-symbolIcon-typeParameterForeground: #cccccc;--component-explorer-symbolIcon-unitForeground: #cccccc;--component-explorer-symbolIcon-variableForeground: #75beff;--component-explorer-peekViewTitle-background: #252526;--component-explorer-peekViewTitleLabel-foreground: #ffffff;--component-explorer-peekViewTitleDescription-foreground: rgba(204, 204, 204, .7);--component-explorer-peekView-border: #59a4f9;--component-explorer-peekViewResult-background: #252526;--component-explorer-peekViewResult-lineForeground: #bbbbbb;--component-explorer-peekViewResult-fileForeground: #ffffff;--component-explorer-peekViewResult-selectionBackground: rgba(51, 153, 255, .2);--component-explorer-peekViewResult-selectionForeground: #ffffff;--component-explorer-peekViewEditor-background: #001f33;--component-explorer-peekViewEditorGutter-background: #001f33;--component-explorer-peekViewEditorStickyScroll-background: #001f33;--component-explorer-peekViewEditorStickyScrollGutter-background: #001f33;--component-explorer-peekViewResult-matchHighlightBackground: rgba(234, 92, 0, .3);--component-explorer-peekViewEditor-matchHighlightBackground: rgba(255, 143, 0, .6);--component-explorer-editorMarkerNavigationError-background: #f14c4c;--component-explorer-editorMarkerNavigationError-headerBackground: rgba(241, 76, 76, .1);--component-explorer-editorMarkerNavigationWarning-background: #cca700;--component-explorer-editorMarkerNavigationWarning-headerBackground: rgba(204, 167, 0, .1);--component-explorer-editorMarkerNavigationInfo-background: #59a4f9;--component-explorer-editorMarkerNavigationInfo-headerBackground: rgba(89, 164, 249, .1);--component-explorer-editorMarkerNavigation-background: #1e1e1e;--component-explorer-editor-foldBackground: rgba(38, 79, 120, .3);--component-explorer-editor-foldPlaceholderForeground: #808080;--component-explorer-editorGutter-foldingControlForeground: #c5c5c5;--component-explorer-editorSuggestWidget-background: #252526;--component-explorer-editorSuggestWidget-border: #454545;--component-explorer-editorSuggestWidget-foreground: #d4d4d4;--component-explorer-editorSuggestWidget-selectedForeground: #ffffff;--component-explorer-editorSuggestWidget-selectedIconForeground: #ffffff;--component-explorer-editorSuggestWidget-selectedBackground: #04395e;--component-explorer-editorSuggestWidget-highlightForeground: #2aaaff;--component-explorer-editorSuggestWidget-focusHighlightForeground: #2aaaff;--component-explorer-editorSuggestWidgetStatus-foreground: rgba(212, 212, 212, .5);--component-explorer-inlineEdit-originalBackground: rgba(255, 0, 0, .04);--component-explorer-inlineEdit-modifiedBackground: rgba(156, 204, 44, .06);--component-explorer-inlineEdit-originalChangedLineBackground: rgba(255, 0, 0, .16);--component-explorer-inlineEdit-originalChangedTextBackground: rgba(255, 0, 0, .16);--component-explorer-inlineEdit-modifiedChangedLineBackground: rgba(155, 185, 85, .14);--component-explorer-inlineEdit-modifiedChangedTextBackground: rgba(156, 204, 44, .14);--component-explorer-inlineEdit-gutterIndicator\\.primaryForeground: #ffffff;--component-explorer-inlineEdit-gutterIndicator\\.primaryBorder: #0e639c;--component-explorer-inlineEdit-gutterIndicator\\.primaryBackground: rgba(14, 99, 156, .4);--component-explorer-inlineEdit-gutterIndicator\\.secondaryForeground: #ffffff;--component-explorer-inlineEdit-gutterIndicator\\.secondaryBorder: #3a3d41;--component-explorer-inlineEdit-gutterIndicator\\.secondaryBackground: #3a3d41;--component-explorer-inlineEdit-gutterIndicator\\.successfulForeground: #ffffff;--component-explorer-inlineEdit-gutterIndicator\\.successfulBorder: #0e639c;--component-explorer-inlineEdit-gutterIndicator\\.successfulBackground: #0e639c;--component-explorer-inlineEdit-gutterIndicator\\.background: rgba(45, 45, 45, .5);--component-explorer-inlineEdit-originalBorder: rgba(255, 0, 0, .2);--component-explorer-inlineEdit-modifiedBorder: rgba(156, 204, 44, .2);--component-explorer-inlineEdit-tabWillAcceptModifiedBorder: rgba(156, 204, 44, .2);--component-explorer-inlineEdit-tabWillAcceptOriginalBorder: rgba(255, 0, 0, .2);--component-explorer-editor-linkedEditingBackground: rgba(255, 0, 0, .3);--component-explorer-editor-wordHighlightBackground: rgba(87, 87, 87, .72);--component-explorer-editor-wordHighlightStrongBackground: rgba(0, 73, 114, .72);--component-explorer-editor-wordHighlightTextBackground: rgba(87, 87, 87, .72);--component-explorer-editorOverviewRuler-wordHighlightForeground: rgba(160, 160, 160, .8);--component-explorer-editorOverviewRuler-wordHighlightStrongForeground: rgba(192, 160, 192, .8);--component-explorer-editorOverviewRuler-wordHighlightTextForeground: rgba(160, 160, 160, .8);--component-explorer-editorHoverWidget-highlightForeground: #2aaaff;--component-explorer-editor-placeholder\\.foreground: rgba(255, 255, 255, .34);--component-explorer-tab-activeBackground: #1e1e1e;--component-explorer-tab-unfocusedActiveBackground: #1e1e1e;--component-explorer-tab-inactiveBackground: #2d2d2d;--component-explorer-tab-unfocusedInactiveBackground: #2d2d2d;--component-explorer-tab-activeForeground: #ffffff;--component-explorer-tab-inactiveForeground: rgba(255, 255, 255, .5);--component-explorer-tab-unfocusedActiveForeground: rgba(255, 255, 255, .5);--component-explorer-tab-unfocusedInactiveForeground: rgba(255, 255, 255, .25);--component-explorer-tab-border: #252526;--component-explorer-tab-lastPinnedBorder: rgba(204, 204, 204, .2);--component-explorer-tab-selectedBackground: #222222;--component-explorer-tab-selectedForeground: rgba(255, 255, 255, .63);--component-explorer-tab-dragAndDropBorder: #ffffff;--component-explorer-tab-activeModifiedBorder: #3399cc;--component-explorer-tab-inactiveModifiedBorder: rgba(51, 153, 204, .5);--component-explorer-tab-unfocusedActiveModifiedBorder: rgba(51, 153, 204, .5);--component-explorer-tab-unfocusedInactiveModifiedBorder: rgba(51, 153, 204, .25);--component-explorer-editorPane-background: #1e1e1e;--component-explorer-editorGroupHeader-tabsBackground: #252526;--component-explorer-editorGroupHeader-noTabsBackground: #1e1e1e;--component-explorer-editorGroup-border: #444444;--component-explorer-editorGroup-dropBackground: rgba(83, 89, 93, .5);--component-explorer-editorGroup-dropIntoPromptForeground: #cccccc;--component-explorer-editorGroup-dropIntoPromptBackground: #252526;--component-explorer-sideBySideEditor-horizontalBorder: #444444;--component-explorer-sideBySideEditor-verticalBorder: #444444;--component-explorer-banner-background: #04395e;--component-explorer-banner-foreground: #ffffff;--component-explorer-banner-iconForeground: #59a4f9;--component-explorer-statusBar-foreground: #ffffff;--component-explorer-statusBar-noFolderForeground: #ffffff;--component-explorer-statusBar-background: #007acc;--component-explorer-statusBar-noFolderBackground: #68217a;--component-explorer-statusBar-focusBorder: #ffffff;--component-explorer-statusBarItem-activeBackground: rgba(255, 255, 255, .18);--component-explorer-statusBarItem-focusBorder: #ffffff;--component-explorer-statusBarItem-hoverBackground: rgba(255, 255, 255, .12);--component-explorer-statusBarItem-hoverForeground: #ffffff;--component-explorer-statusBarItem-compactHoverBackground: rgba(255, 255, 255, .12);--component-explorer-statusBarItem-prominentForeground: #ffffff;--component-explorer-statusBarItem-prominentBackground: rgba(0, 0, 0, .5);--component-explorer-statusBarItem-prominentHoverForeground: #ffffff;--component-explorer-statusBarItem-prominentHoverBackground: rgba(255, 255, 255, .12);--component-explorer-statusBarItem-errorBackground: #c72e0f;--component-explorer-statusBarItem-errorForeground: #ffffff;--component-explorer-statusBarItem-errorHoverForeground: #ffffff;--component-explorer-statusBarItem-errorHoverBackground: rgba(255, 255, 255, .12);--component-explorer-statusBarItem-warningBackground: #7a6400;--component-explorer-statusBarItem-warningForeground: #ffffff;--component-explorer-statusBarItem-warningHoverForeground: #ffffff;--component-explorer-statusBarItem-warningHoverBackground: rgba(255, 255, 255, .12);--component-explorer-activityBar-background: #333333;--component-explorer-activityBar-foreground: #ffffff;--component-explorer-activityBar-inactiveForeground: rgba(255, 255, 255, .4);--component-explorer-activityBar-activeBorder: #ffffff;--component-explorer-activityBar-dropBorder: #ffffff;--component-explorer-activityBarBadge-background: #007acc;--component-explorer-activityBarBadge-foreground: #ffffff;--component-explorer-activityBarTop-foreground: #e7e7e7;--component-explorer-activityBarTop-activeBorder: #e7e7e7;--component-explorer-activityBarTop-inactiveForeground: rgba(231, 231, 231, .6);--component-explorer-activityBarTop-dropBorder: #e7e7e7;--component-explorer-panel-background: #1e1e1e;--component-explorer-panel-border: rgba(128, 128, 128, .35);--component-explorer-panelTitle-activeForeground: #e7e7e7;--component-explorer-panelTitle-inactiveForeground: rgba(231, 231, 231, .6);--component-explorer-panelTitle-activeBorder: #e7e7e7;--component-explorer-panelTitleBadge-background: #007acc;--component-explorer-panelTitleBadge-foreground: #ffffff;--component-explorer-panel-dropBorder: #e7e7e7;--component-explorer-panelSection-dropBackground: rgba(83, 89, 93, .5);--component-explorer-panelSectionHeader-background: rgba(128, 128, 128, .2);--component-explorer-panelSection-border: rgba(128, 128, 128, .35);--component-explorer-panelStickyScroll-background: #1e1e1e;--component-explorer-panelStickyScroll-shadow: #000000;--component-explorer-profileBadge-background: #4d4d4d;--component-explorer-profileBadge-foreground: #ffffff;--component-explorer-statusBarItem-remoteBackground: #16825d;--component-explorer-statusBarItem-remoteForeground: #ffffff;--component-explorer-statusBarItem-remoteHoverForeground: #ffffff;--component-explorer-statusBarItem-remoteHoverBackground: rgba(255, 255, 255, .12);--component-explorer-statusBarItem-offlineBackground: #6c1717;--component-explorer-statusBarItem-offlineForeground: #ffffff;--component-explorer-statusBarItem-offlineHoverForeground: #ffffff;--component-explorer-statusBarItem-offlineHoverBackground: rgba(255, 255, 255, .12);--component-explorer-extensionBadge-remoteBackground: #007acc;--component-explorer-extensionBadge-remoteForeground: #ffffff;--component-explorer-sideBar-background: #252526;--component-explorer-sideBarTitle-background: #252526;--component-explorer-sideBarTitle-foreground: #bbbbbb;--component-explorer-sideBar-dropBackground: rgba(83, 89, 93, .5);--component-explorer-sideBarSectionHeader-background: rgba(0, 0, 0, 0);--component-explorer-sideBarSectionHeader-border: rgba(204, 204, 204, .2);--component-explorer-sideBarActivityBarTop-border: rgba(204, 204, 204, .2);--component-explorer-sideBarStickyScroll-background: #252526;--component-explorer-sideBarStickyScroll-shadow: #000000;--component-explorer-titleBar-activeForeground: #cccccc;--component-explorer-titleBar-inactiveForeground: rgba(204, 204, 204, .6);--component-explorer-titleBar-activeBackground: #3c3c3c;--component-explorer-titleBar-inactiveBackground: rgba(60, 60, 60, .6);--component-explorer-menubar-selectionForeground: #cccccc;--component-explorer-menubar-selectionBackground: rgba(90, 93, 94, .31);--component-explorer-commandCenter-foreground: #cccccc;--component-explorer-commandCenter-activeForeground: #cccccc;--component-explorer-commandCenter-inactiveForeground: rgba(204, 204, 204, .6);--component-explorer-commandCenter-background: rgba(255, 255, 255, .05);--component-explorer-commandCenter-activeBackground: rgba(255, 255, 255, .08);--component-explorer-commandCenter-border: rgba(204, 204, 204, .2);--component-explorer-commandCenter-activeBorder: rgba(204, 204, 204, .3);--component-explorer-commandCenter-inactiveBorder: rgba(204, 204, 204, .15);--component-explorer-notificationCenter-border: #303031;--component-explorer-notificationToast-border: #303031;--component-explorer-notifications-foreground: #cccccc;--component-explorer-notifications-background: #252526;--component-explorer-notificationLink-foreground: #3794ff;--component-explorer-notificationCenterHeader-background: #303031;--component-explorer-notifications-border: #303031;--component-explorer-notificationsErrorIcon-foreground: #f14c4c;--component-explorer-notificationsWarningIcon-foreground: #cca700;--component-explorer-notificationsInfoIcon-foreground: #59a4f9;--component-explorer-editorGutter-modifiedBackground: #1b81a8;--component-explorer-editorGutter-modifiedSecondaryBackground: #0d4054;--component-explorer-editorGutter-addedBackground: #487e02;--component-explorer-editorGutter-addedSecondaryBackground: #243f01;--component-explorer-editorGutter-deletedBackground: #f14c4c;--component-explorer-editorGutter-deletedSecondaryBackground: #b00e0e;--component-explorer-minimapGutter-modifiedBackground: #1b81a8;--component-explorer-minimapGutter-addedBackground: #487e02;--component-explorer-minimapGutter-deletedBackground: #f14c4c;--component-explorer-editorOverviewRuler-modifiedForeground: rgba(27, 129, 168, .6);--component-explorer-editorOverviewRuler-addedForeground: rgba(72, 126, 2, .6);--component-explorer-editorOverviewRuler-deletedForeground: rgba(241, 76, 76, .6);--component-explorer-editorGutter-itemGlyphForeground: #d4d4d4;--component-explorer-editorGutter-itemBackground: #37373d;--component-explorer-terminal-foreground: #cccccc;--component-explorer-terminal-selectionBackground: #264f78;--component-explorer-terminal-inactiveSelectionBackground: #3a3d41;--component-explorer-terminalCommandDecoration-defaultBackground: rgba(255, 255, 255, .25);--component-explorer-terminalCommandDecoration-successBackground: #1b81a8;--component-explorer-terminalCommandDecoration-errorBackground: #f14c4c;--component-explorer-terminalOverviewRuler-cursorForeground: rgba(160, 160, 160, .8);--component-explorer-terminal-border: rgba(128, 128, 128, .35);--component-explorer-terminalOverviewRuler-border: rgba(127, 127, 127, .3);--component-explorer-terminal-findMatchBackground: #515c6a;--component-explorer-terminal-hoverHighlightBackground: rgba(38, 79, 120, .13);--component-explorer-terminal-findMatchHighlightBackground: rgba(234, 92, 0, .33);--component-explorer-terminalOverviewRuler-findMatchForeground: rgba(209, 134, 22, .49);--component-explorer-terminal-dropBackground: rgba(83, 89, 93, .5);--component-explorer-terminal-initialHintForeground: rgba(255, 255, 255, .34);--component-explorer-scmGraph-historyItemRefColor: #59a4f9;--component-explorer-scmGraph-historyItemRemoteRefColor: #b180d7;--component-explorer-scmGraph-historyItemBaseRefColor: #ea5c00;--component-explorer-scmGraph-historyItemHoverDefaultLabelForeground: #cccccc;--component-explorer-scmGraph-historyItemHoverDefaultLabelBackground: #4d4d4d;--component-explorer-scmGraph-historyItemHoverLabelForeground: #1e1e1e;--component-explorer-scmGraph-historyItemHoverAdditionsForeground: #81b88b;--component-explorer-scmGraph-historyItemHoverDeletionsForeground: #c74e39;--component-explorer-scmGraph-foreground1: #ffb000;--component-explorer-scmGraph-foreground2: #dc267f;--component-explorer-scmGraph-foreground3: #994f00;--component-explorer-scmGraph-foreground4: #40b0a6;--component-explorer-scmGraph-foreground5: #b66dff;--component-explorer-commentsView-resolvedIcon: rgba(204, 204, 204, .5);--component-explorer-commentsView-unresolvedIcon: #007fd4;--component-explorer-editorCommentsWidget-replyInputBackground: #252526;--component-explorer-editorCommentsWidget-resolvedBorder: rgba(204, 204, 204, .5);--component-explorer-editorCommentsWidget-unresolvedBorder: #007fd4;--component-explorer-editorCommentsWidget-rangeBackground: rgba(0, 127, 212, .1);--component-explorer-editorCommentsWidget-rangeActiveBackground: rgba(0, 127, 212, .1);--component-explorer-editorGutter-commentRangeForeground: #37373d;--component-explorer-editorOverviewRuler-commentForeground: #37373d;--component-explorer-editorOverviewRuler-commentUnresolvedForeground: #37373d;--component-explorer-editorOverviewRuler-commentDraftForeground: #37373d;--component-explorer-editorGutter-commentGlyphForeground: #d4d4d4;--component-explorer-editorGutter-commentUnresolvedGlyphForeground: #d4d4d4;--component-explorer-editorGutter-commentDraftGlyphForeground: #d4d4d4;--component-explorer-agentSessionReadIndicator-foreground: rgba(204, 204, 204, .15);--component-explorer-agentSessionSelectedBadge-border: rgba(255, 255, 255, .3);--component-explorer-agentSessionSelectedUnfocusedBadge-border: rgba(204, 204, 204, .3);--component-explorer-ports-iconRunningProcessForeground: #369432;--component-explorer-settings-headerForeground: #e7e7e7;--component-explorer-settings-settingsHeaderHoverForeground: rgba(231, 231, 231, .7);--component-explorer-settings-modifiedItemIndicator: #0c7d9d;--component-explorer-settings-headerBorder: rgba(128, 128, 128, .35);--component-explorer-settings-sashBorder: rgba(128, 128, 128, .35);--component-explorer-settings-dropdownBackground: #3c3c3c;--component-explorer-settings-dropdownForeground: #f0f0f0;--component-explorer-settings-dropdownBorder: #3c3c3c;--component-explorer-settings-dropdownListBorder: #454545;--component-explorer-settings-checkboxBackground: #3c3c3c;--component-explorer-settings-checkboxForeground: #f0f0f0;--component-explorer-settings-checkboxBorder: #6b6b6b;--component-explorer-settings-textInputBackground: #3c3c3c;--component-explorer-settings-textInputForeground: #cccccc;--component-explorer-settings-numberInputBackground: #3c3c3c;--component-explorer-settings-numberInputForeground: #cccccc;--component-explorer-settings-focusedRowBackground: rgba(42, 45, 46, .6);--component-explorer-settings-rowHoverBackground: rgba(42, 45, 46, .3);--component-explorer-settings-focusedRowBorder: #007fd4;--component-explorer-keybindingTable-headerBackground: rgba(204, 204, 204, .04);--component-explorer-keybindingTable-rowsBackground: rgba(204, 204, 204, .04);--component-explorer-extensionButton-background: #3a3d41;--component-explorer-extensionButton-foreground: #ffffff;--component-explorer-extensionButton-hoverBackground: #45494e;--component-explorer-extensionButton-separator: rgba(255, 255, 255, .4);--component-explorer-extensionButton-prominentBackground: #0e639c;--component-explorer-extensionButton-prominentForeground: #ffffff;--component-explorer-extensionButton-prominentHoverBackground: #1177bb;--component-explorer-debugToolBar-background: #333333;--component-explorer-debugIcon-startForeground: #89d185;--component-explorer-notebook-cellBorderColor: #37373d;--component-explorer-notebook-focusedEditorBorder: #007fd4;--component-explorer-notebookStatusSuccessIcon-foreground: #89d185;--component-explorer-notebookEditorOverviewRuler-runningCellForeground: #89d185;--component-explorer-notebookStatusErrorIcon-foreground: #f48771;--component-explorer-notebookStatusRunningIcon-foreground: #cccccc;--component-explorer-notebook-cellToolbarSeparator: rgba(128, 128, 128, .35);--component-explorer-notebook-selectedCellBackground: #37373d;--component-explorer-notebook-selectedCellBorder: #37373d;--component-explorer-notebook-focusedCellBorder: #007fd4;--component-explorer-notebook-inactiveFocusedCellBorder: #37373d;--component-explorer-notebook-cellStatusBarItemHoverBackground: rgba(255, 255, 255, .15);--component-explorer-notebook-cellInsertionIndicator: #007fd4;--component-explorer-notebookScrollbarSlider-background: rgba(121, 121, 121, .4);--component-explorer-notebookScrollbarSlider-hoverBackground: rgba(100, 100, 100, .7);--component-explorer-notebookScrollbarSlider-activeBackground: rgba(191, 191, 191, .4);--component-explorer-notebook-symbolHighlightBackground: rgba(255, 255, 255, .04);--component-explorer-notebook-cellEditorBackground: #252526;--component-explorer-notebook-editorBackground: #1e1e1e;--component-explorer-inlineChat-foreground: #cccccc;--component-explorer-inlineChat-background: #252526;--component-explorer-inlineChat-border: #454545;--component-explorer-inlineChat-shadow: rgba(0, 0, 0, .36);--component-explorer-inlineChatInput-border: #454545;--component-explorer-inlineChatInput-focusBorder: #007fd4;--component-explorer-inlineChatInput-placeholderForeground: #a6a6a6;--component-explorer-inlineChatInput-background: #3c3c3c;--component-explorer-inlineChatDiff-inserted: rgba(156, 204, 44, .1);--component-explorer-editorOverviewRuler-inlineChatInserted: rgba(156, 204, 44, .12);--component-explorer-editorMinimap-inlineChatInserted: rgba(156, 204, 44, .12);--component-explorer-inlineChatDiff-removed: rgba(255, 0, 0, .1);--component-explorer-editorOverviewRuler-inlineChatRemoved: rgba(255, 0, 0, .12);--component-explorer-multiDiffEditor-headerBackground: #262626;--component-explorer-multiDiffEditor-background: #1e1e1e;--component-explorer-multiDiffEditor-border: rgba(204, 204, 204, .2);--component-explorer-extensionIcon-verifiedForeground: #3794ff;--component-explorer-chat-requestBorder: rgba(255, 255, 255, .1);--component-explorer-chat-requestBackground: rgba(30, 30, 30, .62);--component-explorer-chat-slashCommandBackground: rgba(38, 71, 120, .4);--component-explorer-chat-slashCommandForeground: #85b6ff;--component-explorer-chat-avatarBackground: #1f1f1f;--component-explorer-chat-avatarForeground: #cccccc;--component-explorer-chat-editedFileForeground: #e2c08d;--component-explorer-chat-requestCodeBorder: rgba(0, 73, 114, .72);--component-explorer-chat-requestBubbleBackground: rgba(38, 79, 120, .3);--component-explorer-chat-requestBubbleHoverBackground: rgba(38, 79, 120, .6);--component-explorer-chat-checkpointSeparator: #585858;--component-explorer-chat-linesAddedForeground: #54b054;--component-explorer-chat-linesRemovedForeground: #fc6a6a;--component-explorer-chat-thinkingShimmer: #ffffff;--component-explorer-extensionIcon-starForeground: #ff8e00;--component-explorer-extensionIcon-preReleaseForeground: #1d9271;--component-explorer-extensionIcon-sponsorForeground: #d758b3;--component-explorer-extensionIcon-privateForeground: rgba(255, 255, 255, .38);--component-explorer-debugExceptionWidget-border: #a31515;--component-explorer-debugExceptionWidget-background: #420b0d;--component-explorer-editor-inlineValuesForeground: rgba(255, 255, 255, .5);--component-explorer-editor-inlineValuesBackground: rgba(255, 200, 0, .2);--component-explorer-debugIcon-breakpointForeground: #e51400;--component-explorer-debugIcon-breakpointDisabledForeground: #848484;--component-explorer-debugIcon-breakpointUnverifiedForeground: #848484;--component-explorer-debugIcon-breakpointCurrentStackframeForeground: #ffcc00;--component-explorer-debugIcon-breakpointStackframeForeground: #89d185;--component-explorer-editor-stackFrameHighlightBackground: rgba(255, 255, 0, .2);--component-explorer-editor-focusedStackFrameHighlightBackground: rgba(122, 189, 122, .3);--component-explorer-minimap-chatEditHighlight: rgba(30, 30, 30, .6);--component-explorer-chatManagement-sashBorder: rgba(128, 128, 128, .35);--component-explorer-gauge-foreground: #007acc;--component-explorer-gauge-background: rgba(0, 122, 204, .3);--component-explorer-gauge-warningForeground: #b89500;--component-explorer-gauge-warningBackground: rgba(184, 149, 0, .3);--component-explorer-gauge-errorForeground: #be1100;--component-explorer-gauge-errorBackground: rgba(190, 17, 0, .3);--component-explorer-mcpIcon-starForeground: #ff8e00;--component-explorer-interactive-activeCodeBorder: #007acc;--component-explorer-interactive-inactiveCodeBorder: #37373d;--component-explorer-testing-iconFailed: #f14c4c;--component-explorer-testing-iconErrored: #f14c4c;--component-explorer-testing-iconPassed: #73c991;--component-explorer-testing-runAction: #73c991;--component-explorer-testing-iconQueued: #cca700;--component-explorer-testing-iconUnset: #848484;--component-explorer-testing-iconSkipped: #848484;--component-explorer-testing-peekBorder: #f14c4c;--component-explorer-testing-messagePeekBorder: #59a4f9;--component-explorer-testing-peekHeaderBackground: rgba(241, 76, 76, .1);--component-explorer-testing-messagePeekHeaderBackground: rgba(89, 164, 249, .1);--component-explorer-testing-coveredBackground: rgba(156, 204, 44, .2);--component-explorer-testing-coveredBorder: rgba(156, 204, 44, .15);--component-explorer-testing-coveredGutterBackground: rgba(156, 204, 44, .12);--component-explorer-testing-uncoveredBranchBackground: #781212;--component-explorer-testing-uncoveredBackground: rgba(255, 0, 0, .2);--component-explorer-testing-uncoveredBorder: rgba(255, 0, 0, .15);--component-explorer-testing-uncoveredGutterBackground: rgba(255, 0, 0, .3);--component-explorer-testing-coverCountBadgeBackground: #4d4d4d;--component-explorer-testing-coverCountBadgeForeground: #ffffff;--component-explorer-testing-message\\.error\\.badgeBackground: #f14c4c;--component-explorer-testing-message\\.error\\.badgeBorder: #f14c4c;--component-explorer-testing-message\\.error\\.badgeForeground: #000000;--component-explorer-testing-message\\.info\\.decorationForeground: rgba(212, 212, 212, .5);--component-explorer-testing-iconErrored\\.retired: rgba(241, 76, 76, .7);--component-explorer-testing-iconFailed\\.retired: rgba(241, 76, 76, .7);--component-explorer-testing-iconPassed\\.retired: rgba(115, 201, 145, .7);--component-explorer-testing-iconQueued\\.retired: rgba(204, 167, 0, .7);--component-explorer-testing-iconUnset\\.retired: rgba(132, 132, 132, .7);--component-explorer-testing-iconSkipped\\.retired: rgba(132, 132, 132, .7);--component-explorer-statusBar-debuggingBackground: #cc6633;--component-explorer-statusBar-debuggingForeground: #ffffff;--component-explorer-commandCenter-debuggingBackground: rgba(204, 102, 51, .26);--component-explorer-debugTokenExpression-name: #c586c0;--component-explorer-debugTokenExpression-type: #4a90e2;--component-explorer-debugTokenExpression-value: rgba(204, 204, 204, .6);--component-explorer-debugTokenExpression-string: #ce9178;--component-explorer-debugTokenExpression-boolean: #4e94ce;--component-explorer-debugTokenExpression-number: #b5cea8;--component-explorer-debugTokenExpression-error: #f48771;--component-explorer-debugView-exceptionLabelForeground: #cccccc;--component-explorer-debugView-exceptionLabelBackground: #6c2022;--component-explorer-debugView-stateLabelForeground: #cccccc;--component-explorer-debugView-stateLabelBackground: rgba(136, 136, 136, .27);--component-explorer-debugView-valueChangedHighlight: #569cd6;--component-explorer-debugConsole-infoForeground: #59a4f9;--component-explorer-debugConsole-warningForeground: #cca700;--component-explorer-debugConsole-errorForeground: #f48771;--component-explorer-debugConsole-sourceForeground: #cccccc;--component-explorer-debugConsoleInputIcon-foreground: #cccccc;--component-explorer-debugIcon-pauseForeground: #75beff;--component-explorer-debugIcon-stopForeground: #f48771;--component-explorer-debugIcon-disconnectForeground: #f48771;--component-explorer-debugIcon-restartForeground: #89d185;--component-explorer-debugIcon-stepOverForeground: #75beff;--component-explorer-debugIcon-stepIntoForeground: #75beff;--component-explorer-debugIcon-stepOutForeground: #75beff;--component-explorer-debugIcon-continueForeground: #75beff;--component-explorer-debugIcon-stepBackForeground: #75beff;--component-explorer-mergeEditor-change\\.background: rgba(155, 185, 85, .2);--component-explorer-mergeEditor-change\\.word\\.background: rgba(156, 204, 44, .2);--component-explorer-mergeEditor-changeBase\\.background: #4b1818;--component-explorer-mergeEditor-changeBase\\.word\\.background: #6f1313;--component-explorer-mergeEditor-conflict\\.unhandledUnfocused\\.border: rgba(255, 166, 0, .48);--component-explorer-mergeEditor-conflict\\.unhandledFocused\\.border: #ffa600;--component-explorer-mergeEditor-conflict\\.handledUnfocused\\.border: rgba(134, 134, 134, .29);--component-explorer-mergeEditor-conflict\\.handledFocused\\.border: rgba(193, 193, 193, .8);--component-explorer-mergeEditor-conflict\\.handled\\.minimapOverViewRuler: rgba(173, 172, 168, .93);--component-explorer-mergeEditor-conflict\\.unhandled\\.minimapOverViewRuler: #fcba03;--component-explorer-mergeEditor-conflictingLines\\.background: rgba(255, 234, 0, .28);--component-explorer-mergeEditor-conflict\\.input1\\.background: rgba(64, 200, 174, .2);--component-explorer-mergeEditor-conflict\\.input2\\.background: rgba(64, 166, 255, .2);--component-explorer-terminal-ansiBlack: #000000;--component-explorer-terminal-ansiRed: #cd3131;--component-explorer-terminal-ansiGreen: #0dbc79;--component-explorer-terminal-ansiYellow: #e5e510;--component-explorer-terminal-ansiBlue: #2472c8;--component-explorer-terminal-ansiMagenta: #bc3fbc;--component-explorer-terminal-ansiCyan: #11a8cd;--component-explorer-terminal-ansiWhite: #e5e5e5;--component-explorer-terminal-ansiBrightBlack: #666666;--component-explorer-terminal-ansiBrightRed: #f14c4c;--component-explorer-terminal-ansiBrightGreen: #23d18b;--component-explorer-terminal-ansiBrightYellow: #f5f543;--component-explorer-terminal-ansiBrightBlue: #3b8eea;--component-explorer-terminal-ansiBrightMagenta: #d670d6;--component-explorer-terminal-ansiBrightCyan: #29b8db;--component-explorer-terminal-ansiBrightWhite: #e5e5e5;--component-explorer-simpleFindWidget-sashBorder: #454545;--component-explorer-terminalStickyScrollHover-background: #2a2d2e;--component-explorer-terminalCommandGuide-foreground: #37373d;--component-explorer-terminalSymbolIcon-flagForeground: #ee9d28;--component-explorer-terminalSymbolIcon-aliasForeground: #b180d7;--component-explorer-terminalSymbolIcon-optionValueForeground: #75beff;--component-explorer-terminalSymbolIcon-methodForeground: #b180d7;--component-explorer-terminalSymbolIcon-argumentForeground: #75beff;--component-explorer-terminalSymbolIcon-optionForeground: #ee9d28;--component-explorer-terminalSymbolIcon-fileForeground: #cccccc;--component-explorer-terminalSymbolIcon-folderForeground: #cccccc;--component-explorer-terminalSymbolIcon-commitForeground: #cccccc;--component-explorer-terminalSymbolIcon-branchForeground: #cccccc;--component-explorer-terminalSymbolIcon-tagForeground: #cccccc;--component-explorer-terminalSymbolIcon-stashForeground: #cccccc;--component-explorer-terminalSymbolIcon-remoteForeground: #cccccc;--component-explorer-terminalSymbolIcon-pullRequestForeground: #cccccc;--component-explorer-terminalSymbolIcon-pullRequestDoneForeground: #cccccc;--component-explorer-terminalSymbolIcon-symbolicLinkFileForeground: #cccccc;--component-explorer-terminalSymbolIcon-symbolicLinkFolderForeground: #cccccc;--component-explorer-terminalSymbolIcon-symbolText: #cccccc;--component-explorer-markdownAlert-note\\.foreground: #59a4f9;--component-explorer-markdownAlert-tip\\.foreground: #89d185;--component-explorer-markdownAlert-important\\.foreground: #b180d7;--component-explorer-markdownAlert-warning\\.foreground: #cca700;--component-explorer-markdownAlert-caution\\.foreground: #f14c4c;--component-explorer-welcomePage-tileBackground: #252526;--component-explorer-welcomePage-tileHoverBackground: #2c2c2d;--component-explorer-welcomePage-tileBorder: rgba(255, 255, 255, .1);--component-explorer-welcomePage-progress\\.background: #3c3c3c;--component-explorer-welcomePage-progress\\.foreground: #3794ff;--component-explorer-walkthrough-stepTitle\\.foreground: #ffffff;--component-explorer-walkThrough-embeddedEditorBackground: rgba(0, 0, 0, .4);--component-explorer-profiles-sashBorder: rgba(128, 128, 128, .35);--component-explorer-gitDecoration-addedResourceForeground: #81b88b;--component-explorer-gitDecoration-modifiedResourceForeground: #e2c08d;--component-explorer-gitDecoration-deletedResourceForeground: #c74e39;--component-explorer-gitDecoration-renamedResourceForeground: #73c991;--component-explorer-gitDecoration-untrackedResourceForeground: #73c991;--component-explorer-gitDecoration-ignoredResourceForeground: #8c8c8c;--component-explorer-gitDecoration-stageModifiedResourceForeground: #e2c08d;--component-explorer-gitDecoration-stageDeletedResourceForeground: #c74e39;--component-explorer-gitDecoration-conflictingResourceForeground: #e4676b;--component-explorer-gitDecoration-submoduleResourceForeground: #8db9e2;--component-explorer-git-blame\\.editorDecorationForeground: #969696;--component-explorer-gitlens-gutterBackgroundColor: rgba(255, 255, 255, .07);--component-explorer-gitlens-gutterForegroundColor: #bebebe;--component-explorer-gitlens-gutterUncommittedForegroundColor: rgba(0, 188, 242, .6);--component-explorer-gitlens-trailingLineBackgroundColor: rgba(0, 0, 0, 0);--component-explorer-gitlens-trailingLineForegroundColor: rgba(153, 153, 153, .35);--component-explorer-gitlens-lineHighlightBackgroundColor: rgba(0, 188, 242, .2);--component-explorer-gitlens-lineHighlightOverviewRulerColor: rgba(0, 188, 242, .6);--component-explorer-gitlens-openAutolinkedIssueIconColor: #3fb950;--component-explorer-gitlens-closedAutolinkedIssueIconColor: #a371f7;--component-explorer-gitlens-closedPullRequestIconColor: #f85149;--component-explorer-gitlens-openPullRequestIconColor: #3fb950;--component-explorer-gitlens-mergedPullRequestIconColor: #a371f7;--component-explorer-gitlens-unpublishedChangesIconColor: #35b15e;--component-explorer-gitlens-unpublishedCommitIconColor: #35b15e;--component-explorer-gitlens-unpulledChangesIconColor: #b15e35;--component-explorer-gitlens-decorations\\.addedForegroundColor: #81b88b;--component-explorer-gitlens-decorations\\.copiedForegroundColor: #73c991;--component-explorer-gitlens-decorations\\.deletedForegroundColor: #c74e39;--component-explorer-gitlens-decorations\\.ignoredForegroundColor: #8c8c8c;--component-explorer-gitlens-decorations\\.modifiedForegroundColor: #e2c08d;--component-explorer-gitlens-decorations\\.untrackedForegroundColor: #73c991;--component-explorer-gitlens-decorations\\.renamedForegroundColor: #73c991;--component-explorer-gitlens-decorations\\.branchAheadForegroundColor: #35b15e;--component-explorer-gitlens-decorations\\.branchBehindForegroundColor: #b15e35;--component-explorer-gitlens-decorations\\.branchDivergedForegroundColor: #d8af1b;--component-explorer-gitlens-decorations\\.branchMissingUpstreamForegroundColor: #c74e39;--component-explorer-gitlens-decorations\\.statusMergingOrRebasingConflictForegroundColor: #c74e39;--component-explorer-gitlens-decorations\\.statusMergingOrRebasingForegroundColor: #d8af1b;--component-explorer-gitlens-decorations\\.workspaceRepoMissingForegroundColor: #909090;--component-explorer-gitlens-decorations\\.workspaceCurrentForegroundColor: #35b15e;--component-explorer-gitlens-decorations\\.workspaceRepoOpenForegroundColor: #35b15e;--component-explorer-gitlens-decorations\\.worktreeHasUncommittedChangesForegroundColor: #e2c08d;--component-explorer-gitlens-decorations\\.worktreeMissingForegroundColor: #c74e39;--component-explorer-gitlens-graphLane1Color: #15a0bf;--component-explorer-gitlens-graphLane2Color: #0669f7;--component-explorer-gitlens-graphLane3Color: #8e00c2;--component-explorer-gitlens-graphLane4Color: #c517b6;--component-explorer-gitlens-graphLane5Color: #d90171;--component-explorer-gitlens-graphLane6Color: #cd0101;--component-explorer-gitlens-graphLane7Color: #f25d2e;--component-explorer-gitlens-graphLane8Color: #f2ca33;--component-explorer-gitlens-graphLane9Color: #7bd938;--component-explorer-gitlens-graphLane10Color: #2ece9d;--component-explorer-gitlens-graphChangesColumnAddedColor: #347d39;--component-explorer-gitlens-graphChangesColumnDeletedColor: #c93c37;--component-explorer-gitlens-graphMinimapMarkerHeadColor: #05e617;--component-explorer-gitlens-graphScrollMarkerHeadColor: #05e617;--component-explorer-gitlens-graphMinimapMarkerUpstreamColor: #09ae17;--component-explorer-gitlens-graphScrollMarkerUpstreamColor: #09ae17;--component-explorer-gitlens-graphMinimapMarkerHighlightsColor: #fbff0a;--component-explorer-gitlens-graphScrollMarkerHighlightsColor: #fbff0a;--component-explorer-gitlens-graphMinimapMarkerLocalBranchesColor: #3087cf;--component-explorer-gitlens-graphScrollMarkerLocalBranchesColor: #3087cf;--component-explorer-gitlens-graphMinimapMarkerPullRequestsColor: #c76801;--component-explorer-gitlens-graphScrollMarkerPullRequestsColor: #c76801;--component-explorer-gitlens-graphMinimapMarkerRemoteBranchesColor: #2b5e88;--component-explorer-gitlens-graphScrollMarkerRemoteBranchesColor: #2b5e88;--component-explorer-gitlens-graphMinimapMarkerStashesColor: #b34db3;--component-explorer-gitlens-graphScrollMarkerStashesColor: #b34db3;--component-explorer-gitlens-graphMinimapMarkerTagsColor: #6b562e;--component-explorer-gitlens-graphScrollMarkerTagsColor: #6b562e;--component-explorer-gitlens-launchpadIndicatorMergeableColor: #3fb950;--component-explorer-gitlens-launchpadIndicatorMergeableHoverColor: #3fb950;--component-explorer-gitlens-launchpadIndicatorBlockedColor: #c74e39;--component-explorer-gitlens-launchpadIndicatorBlockedHoverColor: #c74e39;--component-explorer-gitlens-launchpadIndicatorAttentionColor: #d8af1b;--component-explorer-gitlens-launchpadIndicatorAttentionHoverColor: #d8af1b;--component-explorer-issues-newIssueDecoration: rgba(255, 255, 255, .28);--component-explorer-issues-open: #3fb950;--component-explorer-issues-closed: #8957e5;--component-explorer-github-issues\\.closed: #8957e5;--component-explorer-pullRequests-merged: #8957e5;--component-explorer-pullRequests-draft: #6e7681;--component-explorer-pullRequests-open: #3fb950;--component-explorer-pullRequests-closed: #cb2431;--component-explorer-pullRequests-notification: #59a4f9;--component-explorer-testExplorer-errorDecorationBackground: #5a1d1d;--component-explorer-remoteHub-decorations\\.addedForegroundColor: #81b88b;--component-explorer-remoteHub-decorations\\.modifiedForegroundColor: #e2c08d;--component-explorer-remoteHub-decorations\\.deletedForegroundColor: #c74e39;--component-explorer-remoteHub-decorations\\.submoduleForegroundColor: #8db9e2;--component-explorer-remoteHub-decorations\\.conflictForegroundColor: #e4676b;--component-explorer-remoteHub-decorations\\.incomingAddedForegroundColor: #81b88b;--component-explorer-remoteHub-decorations\\.incomingModifiedForegroundColor: #e2c08d;--component-explorer-remoteHub-decorations\\.incomingDeletedForegroundColor: #c74e39;--component-explorer-remoteHub-decorations\\.incomingRenamedForegroundColor: #73c991;--component-explorer-remoteHub-decorations\\.possibleConflictForegroundColor: #cca700;--component-explorer-remoteHub-decorations\\.ignoredResourceForeground: #8c8c8c;--component-explorer-remoteHub-decorations\\.workspaceRepositoriesView\\.hasUncommittedChangesForegroundColor: #e2c08d;--component-explorer-editor-font-feature-settings: "liga" on,"calt" on}', yt = '.vscode-theme.default-light-plus{--component-explorer-font-family: "Segoe WPC", "Segoe UI", sans-serif;--component-explorer-font-weight: normal;--component-explorer-font-size: 13px;--component-explorer-editor-font-family: "Cascadia Code", Consolas, "Courier New", monospace;--component-explorer-editor-font-weight: normal;--component-explorer-editor-font-size: 14px;--component-explorer-foreground: #616161;--component-explorer-disabledForeground: rgba(97, 97, 97, .5);--component-explorer-errorForeground: #a1260d;--component-explorer-descriptionForeground: #717171;--component-explorer-icon-foreground: #424242;--component-explorer-focusBorder: #0090f1;--component-explorer-textLink-foreground: #006ab1;--component-explorer-textLink-activeForeground: #006ab1;--component-explorer-textSeparator-foreground: rgba(0, 0, 0, .18);--component-explorer-textPreformat-foreground: #a31515;--component-explorer-textPreformat-background: rgba(0, 0, 0, .1);--component-explorer-textBlockQuote-background: #f2f2f2;--component-explorer-textBlockQuote-border: rgba(0, 122, 204, .5);--component-explorer-textCodeBlock-background: rgba(220, 220, 220, .4);--component-explorer-sash-hoverBorder: #0090f1;--component-explorer-badge-background: #c4c4c4;--component-explorer-badge-foreground: #333333;--component-explorer-activityWarningBadge-foreground: #ffffff;--component-explorer-activityWarningBadge-background: #b27c00;--component-explorer-activityErrorBadge-foreground: #ffffff;--component-explorer-activityErrorBadge-background: #e51400;--component-explorer-scrollbar-shadow: #dddddd;--component-explorer-scrollbarSlider-background: rgba(100, 100, 100, .4);--component-explorer-scrollbarSlider-hoverBackground: rgba(100, 100, 100, .7);--component-explorer-scrollbarSlider-activeBackground: rgba(0, 0, 0, .6);--component-explorer-progressBar-background: #0e70c0;--component-explorer-chart-line: #236b8e;--component-explorer-chart-axis: rgba(0, 0, 0, .6);--component-explorer-chart-guide: rgba(0, 0, 0, .2);--component-explorer-editor-background: #ffffff;--component-explorer-editor-foreground: #000000;--component-explorer-editorStickyScroll-background: #ffffff;--component-explorer-editorStickyScrollGutter-background: #ffffff;--component-explorer-editorStickyScrollHover-background: #f0f0f0;--component-explorer-editorStickyScroll-shadow: #dddddd;--component-explorer-editorWidget-background: #f3f3f3;--component-explorer-editorWidget-foreground: #616161;--component-explorer-editorWidget-border: #c8c8c8;--component-explorer-editorError-foreground: #e51400;--component-explorer-editorWarning-foreground: #bf8803;--component-explorer-editorInfo-foreground: #0063d3;--component-explorer-editorHint-foreground: #6c6c6c;--component-explorer-editorLink-activeForeground: #0000ff;--component-explorer-editor-selectionBackground: #add6ff;--component-explorer-editor-inactiveSelectionBackground: #e5ebf1;--component-explorer-editor-selectionHighlightBackground: rgba(173, 214, 255, .5);--component-explorer-editor-compositionBorder: #000000;--component-explorer-editor-findMatchBackground: #a8ac94;--component-explorer-editor-findMatchHighlightBackground: rgba(234, 92, 0, .33);--component-explorer-editor-findRangeHighlightBackground: rgba(180, 180, 180, .3);--component-explorer-editor-hoverHighlightBackground: rgba(173, 214, 255, .15);--component-explorer-editorHoverWidget-background: #f3f3f3;--component-explorer-editorHoverWidget-foreground: #616161;--component-explorer-editorHoverWidget-border: #c8c8c8;--component-explorer-editorHoverWidget-statusBarBackground: #e7e7e7;--component-explorer-editorInlayHint-foreground: #969696;--component-explorer-editorInlayHint-background: rgba(196, 196, 196, .1);--component-explorer-editorInlayHint-typeForeground: #969696;--component-explorer-editorInlayHint-typeBackground: rgba(196, 196, 196, .1);--component-explorer-editorInlayHint-parameterForeground: #969696;--component-explorer-editorInlayHint-parameterBackground: rgba(196, 196, 196, .1);--component-explorer-editorLightBulb-foreground: #ddb100;--component-explorer-editorLightBulbAutoFix-foreground: #007acc;--component-explorer-editorLightBulbAi-foreground: #ddb100;--component-explorer-editor-snippetTabstopHighlightBackground: rgba(10, 50, 100, .2);--component-explorer-editor-snippetFinalTabstopHighlightBorder: rgba(10, 50, 100, .5);--component-explorer-diffEditor-insertedTextBackground: rgba(23, 149, 44, .37);--component-explorer-diffEditor-removedTextBackground: rgba(255, 0, 0, .35);--component-explorer-diffEditor-insertedLineBackground: rgba(155, 185, 85, .2);--component-explorer-diffEditor-removedLineBackground: rgba(255, 0, 0, .2);--component-explorer-diffEditor-diagonalFill: rgba(34, 34, 34, .2);--component-explorer-diffEditor-unchangedRegionBackground: #f8f8f8;--component-explorer-diffEditor-unchangedRegionForeground: #616161;--component-explorer-diffEditor-unchangedCodeBackground: rgba(184, 184, 184, .16);--component-explorer-widget-shadow: rgba(0, 0, 0, .16);--component-explorer-widget-border: #d4d4d4;--component-explorer-toolbar-hoverBackground: rgba(184, 184, 184, .31);--component-explorer-toolbar-activeBackground: rgba(166, 166, 166, .31);--component-explorer-breadcrumb-foreground: rgba(97, 97, 97, .8);--component-explorer-breadcrumb-background: #ffffff;--component-explorer-breadcrumb-focusForeground: #4e4e4e;--component-explorer-breadcrumb-activeSelectionForeground: #4e4e4e;--component-explorer-breadcrumbPicker-background: #f3f3f3;--component-explorer-merge-currentHeaderBackground: rgba(64, 200, 174, .5);--component-explorer-merge-currentContentBackground: rgba(64, 200, 174, .2);--component-explorer-merge-incomingHeaderBackground: rgba(64, 166, 255, .5);--component-explorer-merge-incomingContentBackground: rgba(64, 166, 255, .2);--component-explorer-merge-commonHeaderBackground: rgba(96, 96, 96, .4);--component-explorer-merge-commonContentBackground: rgba(96, 96, 96, .16);--component-explorer-editorOverviewRuler-currentContentForeground: rgba(64, 200, 174, .5);--component-explorer-editorOverviewRuler-incomingContentForeground: rgba(64, 166, 255, .5);--component-explorer-editorOverviewRuler-commonContentForeground: rgba(96, 96, 96, .4);--component-explorer-editorOverviewRuler-findMatchForeground: rgba(209, 134, 22, .49);--component-explorer-editorOverviewRuler-selectionHighlightForeground: rgba(160, 160, 160, .8);--component-explorer-problemsErrorIcon-foreground: #e51400;--component-explorer-problemsWarningIcon-foreground: #bf8803;--component-explorer-problemsInfoIcon-foreground: #0063d3;--component-explorer-minimap-findMatchHighlight: rgba(234, 92, 0, .33);--component-explorer-minimap-selectionOccurrenceHighlight: rgba(173, 214, 255, .5);--component-explorer-minimap-selectionHighlight: #add6ff;--component-explorer-minimap-infoHighlight: #0063d3;--component-explorer-minimap-warningHighlight: #bf8803;--component-explorer-minimap-errorHighlight: rgba(255, 18, 18, .7);--component-explorer-minimap-foregroundOpacity: #000000;--component-explorer-minimapSlider-background: rgba(100, 100, 100, .2);--component-explorer-minimapSlider-hoverBackground: rgba(100, 100, 100, .35);--component-explorer-minimapSlider-activeBackground: rgba(0, 0, 0, .3);--component-explorer-charts-foreground: #616161;--component-explorer-charts-lines: rgba(97, 97, 97, .5);--component-explorer-charts-red: #e51400;--component-explorer-charts-blue: #0063d3;--component-explorer-charts-yellow: #bf8803;--component-explorer-charts-orange: rgba(234, 92, 0, .33);--component-explorer-charts-green: #388a34;--component-explorer-charts-purple: #652d90;--component-explorer-list-focusOutline: #0090f1;--component-explorer-list-focusAndSelectionOutline: #90c2f9;--component-explorer-list-activeSelectionBackground: #0060c0;--component-explorer-list-activeSelectionForeground: #ffffff;--component-explorer-list-activeSelectionIconForeground: #ffffff;--component-explorer-list-inactiveSelectionBackground: #e4e6f1;--component-explorer-list-hoverBackground: #e8e8e8;--component-explorer-list-dropBackground: #d6ebff;--component-explorer-list-dropBetweenBackground: #424242;--component-explorer-list-highlightForeground: #0066bf;--component-explorer-list-focusHighlightForeground: #bbe7ff;--component-explorer-list-invalidItemForeground: #b89500;--component-explorer-list-errorForeground: #b01011;--component-explorer-list-warningForeground: #855f00;--component-explorer-listFilterWidget-background: #f3f3f3;--component-explorer-listFilterWidget-outline: rgba(0, 0, 0, 0);--component-explorer-listFilterWidget-noMatchesOutline: #be1100;--component-explorer-listFilterWidget-shadow: rgba(0, 0, 0, .16);--component-explorer-list-filterMatchBackground: rgba(234, 92, 0, .33);--component-explorer-list-deemphasizedForeground: #8e8e90;--component-explorer-tree-indentGuidesStroke: #a9a9a9;--component-explorer-tree-inactiveIndentGuidesStroke: rgba(169, 169, 169, .4);--component-explorer-tree-tableColumnsBorder: rgba(97, 97, 97, .13);--component-explorer-tree-tableOddRowsBackground: rgba(97, 97, 97, .04);--component-explorer-editorActionList-background: #f3f3f3;--component-explorer-editorActionList-foreground: #616161;--component-explorer-editorActionList-focusForeground: #ffffff;--component-explorer-editorActionList-focusBackground: #0060c0;--component-explorer-input-background: #ffffff;--component-explorer-input-foreground: #616161;--component-explorer-inputOption-activeBorder: #007acc;--component-explorer-inputOption-hoverBackground: rgba(184, 184, 184, .31);--component-explorer-inputOption-activeBackground: rgba(0, 144, 241, .2);--component-explorer-inputOption-activeForeground: #000000;--component-explorer-input-placeholderForeground: #767676;--component-explorer-inputValidation-infoBackground: #d6ecf2;--component-explorer-inputValidation-infoBorder: #007acc;--component-explorer-inputValidation-warningBackground: #f6f5d2;--component-explorer-inputValidation-warningBorder: #b89500;--component-explorer-inputValidation-errorBackground: #f2dede;--component-explorer-inputValidation-errorBorder: #be1100;--component-explorer-dropdown-background: #ffffff;--component-explorer-dropdown-foreground: #616161;--component-explorer-dropdown-border: #cecece;--component-explorer-button-foreground: #ffffff;--component-explorer-button-separator: rgba(255, 255, 255, .4);--component-explorer-button-background: #007acc;--component-explorer-button-hoverBackground: #0062a3;--component-explorer-button-secondaryForeground: #616161;--component-explorer-button-secondaryBorder: rgba(97, 97, 97, .2);--component-explorer-button-secondaryHoverBackground: #e8e8e8;--component-explorer-radio-activeForeground: #000000;--component-explorer-radio-activeBackground: rgba(0, 144, 241, .2);--component-explorer-radio-activeBorder: #007acc;--component-explorer-radio-inactiveBorder: rgba(0, 0, 0, .2);--component-explorer-radio-inactiveHoverBackground: rgba(184, 184, 184, .31);--component-explorer-checkbox-background: #ffffff;--component-explorer-checkbox-selectBackground: #f3f3f3;--component-explorer-checkbox-foreground: #616161;--component-explorer-checkbox-border: #919191;--component-explorer-checkbox-selectBorder: #424242;--component-explorer-checkbox-disabled\\.background: #cacaca;--component-explorer-checkbox-disabled\\.foreground: #959595;--component-explorer-keybindingLabel-background: rgba(221, 221, 221, .4);--component-explorer-keybindingLabel-foreground: #555555;--component-explorer-keybindingLabel-border: rgba(204, 204, 204, .4);--component-explorer-keybindingLabel-bottomBorder: rgba(187, 187, 187, .4);--component-explorer-menu-border: #d4d4d4;--component-explorer-menu-foreground: #616161;--component-explorer-menu-background: #ffffff;--component-explorer-menu-selectionForeground: #ffffff;--component-explorer-menu-selectionBackground: #0060c0;--component-explorer-menu-separatorBackground: #d4d4d4;--component-explorer-quickInput-background: #f3f3f3;--component-explorer-quickInput-foreground: #616161;--component-explorer-quickInputTitle-background: rgba(0, 0, 0, .06);--component-explorer-pickerGroup-foreground: #0066bf;--component-explorer-pickerGroup-border: #cccedb;--component-explorer-quickInputList-focusForeground: #ffffff;--component-explorer-quickInputList-focusIconForeground: #ffffff;--component-explorer-quickInputList-focusBackground: #0060c0;--component-explorer-search-resultsInfoForeground: #616161;--component-explorer-searchEditor-findMatchBackground: rgba(234, 92, 0, .22);--component-explorer-editor-lineHighlightBorder: #eeeeee;--component-explorer-editor-rangeHighlightBackground: rgba(253, 255, 0, .2);--component-explorer-editor-symbolHighlightBackground: rgba(234, 92, 0, .33);--component-explorer-editorCursor-foreground: #000000;--component-explorer-editorMultiCursor-primary\\.foreground: #000000;--component-explorer-editorMultiCursor-secondary\\.foreground: #000000;--component-explorer-editorWhitespace-foreground: rgba(51, 51, 51, .2);--component-explorer-editorLineNumber-foreground: #237893;--component-explorer-editorIndentGuide-background: rgba(51, 51, 51, .2);--component-explorer-editorIndentGuide-activeBackground: rgba(51, 51, 51, .2);--component-explorer-editorIndentGuide-background1: #d3d3d3;--component-explorer-editorIndentGuide-background2: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-background3: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-background4: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-background5: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-background6: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground1: #939393;--component-explorer-editorIndentGuide-activeBackground2: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground3: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground4: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground5: rgba(0, 0, 0, 0);--component-explorer-editorIndentGuide-activeBackground6: rgba(0, 0, 0, 0);--component-explorer-editorActiveLineNumber-foreground: #0b216f;--component-explorer-editorLineNumber-activeForeground: #0b216f;--component-explorer-editorRuler-foreground: rgba(177, 177, 177, .17);--component-explorer-editorCodeLens-foreground: #919191;--component-explorer-editorBracketMatch-background: rgba(0, 100, 0, .1);--component-explorer-editorBracketMatch-border: #b9b9b9;--component-explorer-editorOverviewRuler-border: rgba(127, 127, 127, .3);--component-explorer-editorGutter-background: #ffffff;--component-explorer-editorUnnecessaryCode-opacity: rgba(0, 0, 0, .47);--component-explorer-editorGhostText-foreground: rgba(0, 0, 0, .47);--component-explorer-editorOverviewRuler-rangeHighlightForeground: rgba(0, 122, 204, .6);--component-explorer-editorOverviewRuler-errorForeground: rgba(255, 18, 18, .7);--component-explorer-editorOverviewRuler-warningForeground: #bf8803;--component-explorer-editorOverviewRuler-infoForeground: #0063d3;--component-explorer-editorBracketHighlight-foreground1: #0431fa;--component-explorer-editorBracketHighlight-foreground2: #319331;--component-explorer-editorBracketHighlight-foreground3: #7b3814;--component-explorer-editorBracketHighlight-foreground4: rgba(0, 0, 0, 0);--component-explorer-editorBracketHighlight-foreground5: rgba(0, 0, 0, 0);--component-explorer-editorBracketHighlight-foreground6: rgba(0, 0, 0, 0);--component-explorer-editorBracketHighlight-unexpectedBracket\\.foreground: rgba(255, 18, 18, .8);--component-explorer-editorBracketPairGuide-background1: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background2: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background3: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background4: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background5: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-background6: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground1: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground2: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground3: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground4: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground5: rgba(0, 0, 0, 0);--component-explorer-editorBracketPairGuide-activeBackground6: rgba(0, 0, 0, 0);--component-explorer-editorUnicodeHighlight-border: #bf8803;--component-explorer-diffEditor-move\\.border: rgba(139, 139, 139, .61);--component-explorer-diffEditor-moveActive\\.border: #ffa500;--component-explorer-diffEditor-unchangedRegionShadow: rgba(115, 115, 115, .75);--component-explorer-editorOverviewRuler-bracketMatchForeground: #a0a0a0;--component-explorer-actionBar-toggledBackground: #dddddd;--component-explorer-symbolIcon-arrayForeground: #616161;--component-explorer-symbolIcon-booleanForeground: #616161;--component-explorer-symbolIcon-classForeground: #d67e00;--component-explorer-symbolIcon-colorForeground: #616161;--component-explorer-symbolIcon-constantForeground: #616161;--component-explorer-symbolIcon-constructorForeground: #652d90;--component-explorer-symbolIcon-enumeratorForeground: #d67e00;--component-explorer-symbolIcon-enumeratorMemberForeground: #007acc;--component-explorer-symbolIcon-eventForeground: #d67e00;--component-explorer-symbolIcon-fieldForeground: #007acc;--component-explorer-symbolIcon-fileForeground: #616161;--component-explorer-symbolIcon-folderForeground: #616161;--component-explorer-symbolIcon-functionForeground: #652d90;--component-explorer-symbolIcon-interfaceForeground: #007acc;--component-explorer-symbolIcon-keyForeground: #616161;--component-explorer-symbolIcon-keywordForeground: #616161;--component-explorer-symbolIcon-methodForeground: #652d90;--component-explorer-symbolIcon-moduleForeground: #616161;--component-explorer-symbolIcon-namespaceForeground: #616161;--component-explorer-symbolIcon-nullForeground: #616161;--component-explorer-symbolIcon-numberForeground: #616161;--component-explorer-symbolIcon-objectForeground: #616161;--component-explorer-symbolIcon-operatorForeground: #616161;--component-explorer-symbolIcon-packageForeground: #616161;--component-explorer-symbolIcon-propertyForeground: #616161;--component-explorer-symbolIcon-referenceForeground: #616161;--component-explorer-symbolIcon-snippetForeground: #616161;--component-explorer-symbolIcon-stringForeground: #616161;--component-explorer-symbolIcon-structForeground: #616161;--component-explorer-symbolIcon-textForeground: #616161;--component-explorer-symbolIcon-typeParameterForeground: #616161;--component-explorer-symbolIcon-unitForeground: #616161;--component-explorer-symbolIcon-variableForeground: #007acc;--component-explorer-peekViewTitle-background: #f3f3f3;--component-explorer-peekViewTitleLabel-foreground: #000000;--component-explorer-peekViewTitleDescription-foreground: #616161;--component-explorer-peekView-border: #0063d3;--component-explorer-peekViewResult-background: #f3f3f3;--component-explorer-peekViewResult-lineForeground: #646465;--component-explorer-peekViewResult-fileForeground: #1e1e1e;--component-explorer-peekViewResult-selectionBackground: rgba(51, 153, 255, .2);--component-explorer-peekViewResult-selectionForeground: #6c6c6c;--component-explorer-peekViewEditor-background: #f2f8fc;--component-explorer-peekViewEditorGutter-background: #f2f8fc;--component-explorer-peekViewEditorStickyScroll-background: #f2f8fc;--component-explorer-peekViewEditorStickyScrollGutter-background: #f2f8fc;--component-explorer-peekViewResult-matchHighlightBackground: rgba(234, 92, 0, .3);--component-explorer-peekViewEditor-matchHighlightBackground: rgba(245, 216, 2, .87);--component-explorer-editorMarkerNavigationError-background: #e51400;--component-explorer-editorMarkerNavigationError-headerBackground: rgba(229, 20, 0, .1);--component-explorer-editorMarkerNavigationWarning-background: #bf8803;--component-explorer-editorMarkerNavigationWarning-headerBackground: rgba(191, 136, 3, .1);--component-explorer-editorMarkerNavigationInfo-background: #0063d3;--component-explorer-editorMarkerNavigationInfo-headerBackground: rgba(0, 99, 211, .1);--component-explorer-editorMarkerNavigation-background: #ffffff;--component-explorer-editor-foldBackground: rgba(173, 214, 255, .3);--component-explorer-editor-foldPlaceholderForeground: #808080;--component-explorer-editorGutter-foldingControlForeground: #424242;--component-explorer-editorSuggestWidget-background: #f3f3f3;--component-explorer-editorSuggestWidget-border: #c8c8c8;--component-explorer-editorSuggestWidget-foreground: #000000;--component-explorer-editorSuggestWidget-selectedForeground: #ffffff;--component-explorer-editorSuggestWidget-selectedIconForeground: #ffffff;--component-explorer-editorSuggestWidget-selectedBackground: #0060c0;--component-explorer-editorSuggestWidget-highlightForeground: #0066bf;--component-explorer-editorSuggestWidget-focusHighlightForeground: #bbe7ff;--component-explorer-editorSuggestWidgetStatus-foreground: rgba(0, 0, 0, .5);--component-explorer-inlineEdit-originalBackground: rgba(255, 0, 0, .07);--component-explorer-inlineEdit-modifiedBackground: rgba(23, 149, 44, .11);--component-explorer-inlineEdit-originalChangedLineBackground: rgba(255, 0, 0, .28);--component-explorer-inlineEdit-originalChangedTextBackground: rgba(255, 0, 0, .28);--component-explorer-inlineEdit-modifiedChangedLineBackground: rgba(155, 185, 85, .14);--component-explorer-inlineEdit-modifiedChangedTextBackground: rgba(23, 149, 44, .26);--component-explorer-inlineEdit-gutterIndicator\\.primaryForeground: #ffffff;--component-explorer-inlineEdit-gutterIndicator\\.primaryBorder: #007acc;--component-explorer-inlineEdit-gutterIndicator\\.primaryBackground: rgba(0, 122, 204, .5);--component-explorer-inlineEdit-gutterIndicator\\.secondaryForeground: #616161;--component-explorer-inlineEdit-gutterIndicator\\.successfulForeground: #ffffff;--component-explorer-inlineEdit-gutterIndicator\\.successfulBorder: #007acc;--component-explorer-inlineEdit-gutterIndicator\\.successfulBackground: #007acc;--component-explorer-inlineEdit-gutterIndicator\\.background: rgba(95, 95, 95, .09);--component-explorer-inlineEdit-originalBorder: rgba(255, 0, 0, .35);--component-explorer-inlineEdit-modifiedBorder: rgba(9, 60, 18, .37);--component-explorer-inlineEdit-tabWillAcceptModifiedBorder: rgba(9, 60, 18, .37);--component-explorer-inlineEdit-tabWillAcceptOriginalBorder: rgba(255, 0, 0, .35);--component-explorer-editor-linkedEditingBackground: rgba(255, 0, 0, .3);--component-explorer-editor-wordHighlightBackground: rgba(87, 87, 87, .25);--component-explorer-editor-wordHighlightStrongBackground: rgba(14, 99, 156, .25);--component-explorer-editor-wordHighlightTextBackground: rgba(87, 87, 87, .25);--component-explorer-editorOverviewRuler-wordHighlightForeground: rgba(160, 160, 160, .8);--component-explorer-editorOverviewRuler-wordHighlightStrongForeground: rgba(192, 160, 192, .8);--component-explorer-editorOverviewRuler-wordHighlightTextForeground: rgba(160, 160, 160, .8);--component-explorer-editorHoverWidget-highlightForeground: #0066bf;--component-explorer-editor-placeholder\\.foreground: rgba(0, 0, 0, .47);--component-explorer-tab-activeBackground: #ffffff;--component-explorer-tab-unfocusedActiveBackground: #ffffff;--component-explorer-tab-inactiveBackground: #ececec;--component-explorer-tab-unfocusedInactiveBackground: #ececec;--component-explorer-tab-activeForeground: #333333;--component-explorer-tab-inactiveForeground: rgba(51, 51, 51, .7);--component-explorer-tab-unfocusedActiveForeground: rgba(51, 51, 51, .7);--component-explorer-tab-unfocusedInactiveForeground: rgba(51, 51, 51, .35);--component-explorer-tab-border: #f3f3f3;--component-explorer-tab-lastPinnedBorder: rgba(97, 97, 97, .19);--component-explorer-tab-selectedBackground: rgba(255, 255, 255, .65);--component-explorer-tab-selectedForeground: rgba(51, 51, 51, .7);--component-explorer-tab-dragAndDropBorder: #333333;--component-explorer-tab-activeModifiedBorder: #33aaee;--component-explorer-tab-inactiveModifiedBorder: rgba(51, 170, 238, .5);--component-explorer-tab-unfocusedActiveModifiedBorder: rgba(51, 170, 238, .7);--component-explorer-tab-unfocusedInactiveModifiedBorder: rgba(51, 170, 238, .25);--component-explorer-editorPane-background: #ffffff;--component-explorer-editorGroupHeader-tabsBackground: #f3f3f3;--component-explorer-editorGroupHeader-noTabsBackground: #ffffff;--component-explorer-editorGroup-border: #e7e7e7;--component-explorer-editorGroup-dropBackground: rgba(38, 119, 203, .18);--component-explorer-editorGroup-dropIntoPromptForeground: #616161;--component-explorer-editorGroup-dropIntoPromptBackground: #f3f3f3;--component-explorer-sideBySideEditor-horizontalBorder: #e7e7e7;--component-explorer-sideBySideEditor-verticalBorder: #e7e7e7;--component-explorer-banner-background: #004386;--component-explorer-banner-foreground: #ffffff;--component-explorer-banner-iconForeground: #0063d3;--component-explorer-statusBar-foreground: #ffffff;--component-explorer-statusBar-noFolderForeground: #ffffff;--component-explorer-statusBar-background: #007acc;--component-explorer-statusBar-noFolderBackground: #68217a;--component-explorer-statusBar-focusBorder: #ffffff;--component-explorer-statusBarItem-activeBackground: rgba(255, 255, 255, .18);--component-explorer-statusBarItem-focusBorder: #ffffff;--component-explorer-statusBarItem-hoverBackground: rgba(0, 0, 0, .12);--component-explorer-statusBarItem-hoverForeground: #ffffff;--component-explorer-statusBarItem-compactHoverBackground: rgba(0, 0, 0, .12);--component-explorer-statusBarItem-prominentForeground: #ffffff;--component-explorer-statusBarItem-prominentBackground: rgba(0, 0, 0, .5);--component-explorer-statusBarItem-prominentHoverForeground: #ffffff;--component-explorer-statusBarItem-prominentHoverBackground: rgba(0, 0, 0, .12);--component-explorer-statusBarItem-errorBackground: #c72e0f;--component-explorer-statusBarItem-errorForeground: #ffffff;--component-explorer-statusBarItem-errorHoverForeground: #ffffff;--component-explorer-statusBarItem-errorHoverBackground: rgba(0, 0, 0, .12);--component-explorer-statusBarItem-warningBackground: #725102;--component-explorer-statusBarItem-warningForeground: #ffffff;--component-explorer-statusBarItem-warningHoverForeground: #ffffff;--component-explorer-statusBarItem-warningHoverBackground: rgba(0, 0, 0, .12);--component-explorer-activityBar-background: #2c2c2c;--component-explorer-activityBar-foreground: #ffffff;--component-explorer-activityBar-inactiveForeground: rgba(255, 255, 255, .4);--component-explorer-activityBar-activeBorder: #ffffff;--component-explorer-activityBar-dropBorder: #ffffff;--component-explorer-activityBarBadge-background: #007acc;--component-explorer-activityBarBadge-foreground: #ffffff;--component-explorer-activityBarTop-foreground: #424242;--component-explorer-activityBarTop-activeBorder: #424242;--component-explorer-activityBarTop-inactiveForeground: rgba(66, 66, 66, .75);--component-explorer-activityBarTop-dropBorder: #424242;--component-explorer-panel-background: #ffffff;--component-explorer-panel-border: rgba(128, 128, 128, .35);--component-explorer-panelTitle-activeForeground: #424242;--component-explorer-panelTitle-inactiveForeground: rgba(66, 66, 66, .75);--component-explorer-panelTitle-activeBorder: #424242;--component-explorer-panelTitleBadge-background: #007acc;--component-explorer-panelTitleBadge-foreground: #ffffff;--component-explorer-panelInput-border: #dddddd;--component-explorer-panel-dropBorder: #424242;--component-explorer-panelSection-dropBackground: rgba(38, 119, 203, .18);--component-explorer-panelSectionHeader-background: rgba(128, 128, 128, .2);--component-explorer-panelSection-border: rgba(128, 128, 128, .35);--component-explorer-panelStickyScroll-background: #ffffff;--component-explorer-panelStickyScroll-shadow: #dddddd;--component-explorer-profileBadge-background: #c4c4c4;--component-explorer-profileBadge-foreground: #333333;--component-explorer-statusBarItem-remoteBackground: #16825d;--component-explorer-statusBarItem-remoteForeground: #ffffff;--component-explorer-statusBarItem-remoteHoverForeground: #ffffff;--component-explorer-statusBarItem-remoteHoverBackground: rgba(0, 0, 0, .12);--component-explorer-statusBarItem-offlineBackground: #6c1717;--component-explorer-statusBarItem-offlineForeground: #ffffff;--component-explorer-statusBarItem-offlineHoverForeground: #ffffff;--component-explorer-statusBarItem-offlineHoverBackground: rgba(0, 0, 0, .12);--component-explorer-extensionBadge-remoteBackground: #007acc;--component-explorer-extensionBadge-remoteForeground: #ffffff;--component-explorer-sideBar-background: #f3f3f3;--component-explorer-sideBarTitle-background: #f3f3f3;--component-explorer-sideBarTitle-foreground: #6f6f6f;--component-explorer-sideBar-dropBackground: rgba(38, 119, 203, .18);--component-explorer-sideBarSectionHeader-background: rgba(0, 0, 0, 0);--component-explorer-sideBarSectionHeader-border: rgba(97, 97, 97, .19);--component-explorer-sideBarActivityBarTop-border: rgba(97, 97, 97, .19);--component-explorer-sideBarStickyScroll-background: #f3f3f3;--component-explorer-sideBarStickyScroll-shadow: #dddddd;--component-explorer-titleBar-activeForeground: #333333;--component-explorer-titleBar-inactiveForeground: rgba(51, 51, 51, .6);--component-explorer-titleBar-activeBackground: #dddddd;--component-explorer-titleBar-inactiveBackground: rgba(221, 221, 221, .6);--component-explorer-menubar-selectionForeground: #333333;--component-explorer-menubar-selectionBackground: rgba(184, 184, 184, .31);--component-explorer-commandCenter-foreground: #333333;--component-explorer-commandCenter-activeForeground: #333333;--component-explorer-commandCenter-inactiveForeground: rgba(51, 51, 51, .6);--component-explorer-commandCenter-background: rgba(0, 0, 0, .05);--component-explorer-commandCenter-activeBackground: rgba(0, 0, 0, .08);--component-explorer-commandCenter-border: rgba(51, 51, 51, .2);--component-explorer-commandCenter-activeBorder: rgba(51, 51, 51, .3);--component-explorer-commandCenter-inactiveBorder: rgba(51, 51, 51, .15);--component-explorer-notificationCenter-border: #d4d4d4;--component-explorer-notificationToast-border: #d4d4d4;--component-explorer-notifications-foreground: #616161;--component-explorer-notifications-background: #f3f3f3;--component-explorer-notificationLink-foreground: #006ab1;--component-explorer-notificationCenterHeader-background: #e7e7e7;--component-explorer-notifications-border: #e7e7e7;--component-explorer-notificationsErrorIcon-foreground: #e51400;--component-explorer-notificationsWarningIcon-foreground: #bf8803;--component-explorer-notificationsInfoIcon-foreground: #0063d3;--component-explorer-editorGutter-modifiedBackground: #2090d3;--component-explorer-editorGutter-modifiedSecondaryBackground: #aad8f2;--component-explorer-editorGutter-addedBackground: #48985d;--component-explorer-editorGutter-addedSecondaryBackground: #a7d5b3;--component-explorer-editorGutter-deletedBackground: #e51400;--component-explorer-editorGutter-deletedSecondaryBackground: #ff3d2b;--component-explorer-minimapGutter-modifiedBackground: #2090d3;--component-explorer-minimapGutter-addedBackground: #48985d;--component-explorer-minimapGutter-deletedBackground: #e51400;--component-explorer-editorOverviewRuler-modifiedForeground: rgba(32, 144, 211, .6);--component-explorer-editorOverviewRuler-addedForeground: rgba(72, 152, 93, .6);--component-explorer-editorOverviewRuler-deletedForeground: rgba(229, 20, 0, .6);--component-explorer-editorGutter-itemGlyphForeground: #000000;--component-explorer-editorGutter-itemBackground: #d5d8e9;--component-explorer-terminal-foreground: #333333;--component-explorer-terminal-selectionBackground: #add6ff;--component-explorer-terminal-inactiveSelectionBackground: #e5ebf1;--component-explorer-terminalCommandDecoration-defaultBackground: rgba(0, 0, 0, .25);--component-explorer-terminalCommandDecoration-successBackground: #2090d3;--component-explorer-terminalCommandDecoration-errorBackground: #e51400;--component-explorer-terminalOverviewRuler-cursorForeground: rgba(160, 160, 160, .8);--component-explorer-terminal-border: rgba(128, 128, 128, .35);--component-explorer-terminalOverviewRuler-border: rgba(127, 127, 127, .3);--component-explorer-terminal-findMatchBackground: #a8ac94;--component-explorer-terminal-hoverHighlightBackground: rgba(173, 214, 255, .07);--component-explorer-terminal-findMatchHighlightBackground: rgba(234, 92, 0, .33);--component-explorer-terminalOverviewRuler-findMatchForeground: rgba(209, 134, 22, .49);--component-explorer-terminal-dropBackground: rgba(38, 119, 203, .18);--component-explorer-terminal-initialHintForeground: rgba(0, 0, 0, .47);--component-explorer-scmGraph-historyItemRefColor: #0063d3;--component-explorer-scmGraph-historyItemRemoteRefColor: #652d90;--component-explorer-scmGraph-historyItemBaseRefColor: #ea5c00;--component-explorer-scmGraph-historyItemHoverDefaultLabelForeground: #616161;--component-explorer-scmGraph-historyItemHoverDefaultLabelBackground: #c4c4c4;--component-explorer-scmGraph-historyItemHoverLabelForeground: #ffffff;--component-explorer-scmGraph-historyItemHoverAdditionsForeground: #587c0c;--component-explorer-scmGraph-historyItemHoverDeletionsForeground: #ad0707;--component-explorer-scmGraph-foreground1: #ffb000;--component-explorer-scmGraph-foreground2: #dc267f;--component-explorer-scmGraph-foreground3: #994f00;--component-explorer-scmGraph-foreground4: #40b0a6;--component-explorer-scmGraph-foreground5: #b66dff;--component-explorer-commentsView-resolvedIcon: rgba(97, 97, 97, .5);--component-explorer-commentsView-unresolvedIcon: #0090f1;--component-explorer-editorCommentsWidget-replyInputBackground: #f3f3f3;--component-explorer-editorCommentsWidget-resolvedBorder: rgba(97, 97, 97, .5);--component-explorer-editorCommentsWidget-unresolvedBorder: #0090f1;--component-explorer-editorCommentsWidget-rangeBackground: rgba(0, 144, 241, .1);--component-explorer-editorCommentsWidget-rangeActiveBackground: rgba(0, 144, 241, .1);--component-explorer-editorGutter-commentRangeForeground: #d5d8e9;--component-explorer-editorOverviewRuler-commentForeground: #d5d8e9;--component-explorer-editorOverviewRuler-commentUnresolvedForeground: #d5d8e9;--component-explorer-editorOverviewRuler-commentDraftForeground: #d5d8e9;--component-explorer-editorGutter-commentGlyphForeground: #000000;--component-explorer-editorGutter-commentUnresolvedGlyphForeground: #000000;--component-explorer-editorGutter-commentDraftGlyphForeground: #000000;--component-explorer-agentSessionReadIndicator-foreground: rgba(97, 97, 97, .15);--component-explorer-agentSessionSelectedBadge-border: rgba(255, 255, 255, .3);--component-explorer-agentSessionSelectedUnfocusedBadge-border: rgba(97, 97, 97, .3);--component-explorer-ports-iconRunningProcessForeground: #369432;--component-explorer-settings-headerForeground: #444444;--component-explorer-settings-settingsHeaderHoverForeground: rgba(68, 68, 68, .7);--component-explorer-settings-modifiedItemIndicator: #66afe0;--component-explorer-settings-headerBorder: rgba(128, 128, 128, .35);--component-explorer-settings-sashBorder: rgba(128, 128, 128, .35);--component-explorer-settings-dropdownBackground: #ffffff;--component-explorer-settings-dropdownForeground: #616161;--component-explorer-settings-dropdownBorder: #cecece;--component-explorer-settings-dropdownListBorder: #c8c8c8;--component-explorer-settings-checkboxBackground: #ffffff;--component-explorer-settings-checkboxForeground: #616161;--component-explorer-settings-checkboxBorder: #919191;--component-explorer-settings-textInputBackground: #ffffff;--component-explorer-settings-textInputForeground: #616161;--component-explorer-settings-textInputBorder: #cecece;--component-explorer-settings-numberInputBackground: #ffffff;--component-explorer-settings-numberInputForeground: #616161;--component-explorer-settings-numberInputBorder: #cecece;--component-explorer-settings-focusedRowBackground: rgba(232, 232, 232, .6);--component-explorer-settings-rowHoverBackground: rgba(232, 232, 232, .3);--component-explorer-settings-focusedRowBorder: #0090f1;--component-explorer-keybindingTable-headerBackground: rgba(97, 97, 97, .04);--component-explorer-keybindingTable-rowsBackground: rgba(97, 97, 97, .04);--component-explorer-extensionButton-foreground: #616161;--component-explorer-extensionButton-hoverBackground: #e8e8e8;--component-explorer-extensionButton-border: rgba(97, 97, 97, .2);--component-explorer-extensionButton-separator: rgba(255, 255, 255, .4);--component-explorer-extensionButton-prominentBackground: #007acc;--component-explorer-extensionButton-prominentForeground: #ffffff;--component-explorer-extensionButton-prominentHoverBackground: #0062a3;--component-explorer-debugToolBar-background: #f3f3f3;--component-explorer-debugIcon-startForeground: #388a34;--component-explorer-notebook-cellBorderColor: #e8e8e8;--component-explorer-notebook-focusedEditorBorder: #0090f1;--component-explorer-notebookStatusSuccessIcon-foreground: #388a34;--component-explorer-notebookEditorOverviewRuler-runningCellForeground: #388a34;--component-explorer-notebookStatusErrorIcon-foreground: #a1260d;--component-explorer-notebookStatusRunningIcon-foreground: #616161;--component-explorer-notebook-cellToolbarSeparator: rgba(128, 128, 128, .35);--component-explorer-notebook-selectedCellBackground: rgba(200, 221, 241, .31);--component-explorer-notebook-selectedCellBorder: #e8e8e8;--component-explorer-notebook-focusedCellBorder: #0090f1;--component-explorer-notebook-inactiveFocusedCellBorder: #e8e8e8;--component-explorer-notebook-cellStatusBarItemHoverBackground: rgba(0, 0, 0, .08);--component-explorer-notebook-cellInsertionIndicator: #0090f1;--component-explorer-notebookScrollbarSlider-background: rgba(100, 100, 100, .4);--component-explorer-notebookScrollbarSlider-hoverBackground: rgba(100, 100, 100, .7);--component-explorer-notebookScrollbarSlider-activeBackground: rgba(0, 0, 0, .6);--component-explorer-notebook-symbolHighlightBackground: rgba(253, 255, 0, .2);--component-explorer-notebook-cellEditorBackground: #f3f3f3;--component-explorer-notebook-editorBackground: #ffffff;--component-explorer-inlineChat-foreground: #616161;--component-explorer-inlineChat-background: #f3f3f3;--component-explorer-inlineChat-border: #c8c8c8;--component-explorer-inlineChat-shadow: rgba(0, 0, 0, .16);--component-explorer-inlineChatInput-border: #c8c8c8;--component-explorer-inlineChatInput-focusBorder: #0090f1;--component-explorer-inlineChatInput-placeholderForeground: #767676;--component-explorer-inlineChatInput-background: #ffffff;--component-explorer-inlineChatDiff-inserted: rgba(23, 149, 44, .19);--component-explorer-editorOverviewRuler-inlineChatInserted: rgba(23, 149, 44, .3);--component-explorer-editorMinimap-inlineChatInserted: rgba(23, 149, 44, .3);--component-explorer-inlineChatDiff-removed: rgba(255, 0, 0, .17);--component-explorer-editorOverviewRuler-inlineChatRemoved: rgba(255, 0, 0, .28);--component-explorer-multiDiffEditor-headerBackground: #ececec;--component-explorer-multiDiffEditor-background: #ffffff;--component-explorer-multiDiffEditor-border: #cccccc;--component-explorer-extensionIcon-verifiedForeground: #006ab1;--component-explorer-chat-requestBorder: rgba(0, 0, 0, .1);--component-explorer-chat-requestBackground: rgba(255, 255, 255, .62);--component-explorer-chat-slashCommandBackground: rgba(173, 206, 255, .48);--component-explorer-chat-slashCommandForeground: #26569e;--component-explorer-chat-avatarBackground: #f2f2f2;--component-explorer-chat-avatarForeground: #616161;--component-explorer-chat-editedFileForeground: #895503;--component-explorer-chat-requestCodeBorder: rgba(14, 99, 156, .25);--component-explorer-chat-requestBubbleBackground: rgba(173, 214, 255, .3);--component-explorer-chat-requestBubbleHoverBackground: rgba(173, 214, 255, .6);--component-explorer-chat-checkpointSeparator: #a9a9a9;--component-explorer-chat-linesAddedForeground: #107c10;--component-explorer-chat-linesRemovedForeground: #bc2f32;--component-explorer-chat-thinkingShimmer: #000000;--component-explorer-extensionIcon-starForeground: #df6100;--component-explorer-extensionIcon-preReleaseForeground: #1d9271;--component-explorer-extensionIcon-sponsorForeground: #b51e78;--component-explorer-extensionIcon-privateForeground: rgba(0, 0, 0, .38);--component-explorer-debugExceptionWidget-border: #a31515;--component-explorer-debugExceptionWidget-background: #f1dfde;--component-explorer-editor-inlineValuesForeground: rgba(0, 0, 0, .5);--component-explorer-editor-inlineValuesBackground: rgba(255, 200, 0, .2);--component-explorer-debugIcon-breakpointForeground: #e51400;--component-explorer-debugIcon-breakpointDisabledForeground: #848484;--component-explorer-debugIcon-breakpointUnverifiedForeground: #848484;--component-explorer-debugIcon-breakpointCurrentStackframeForeground: #be8700;--component-explorer-debugIcon-breakpointStackframeForeground: #89d185;--component-explorer-editor-stackFrameHighlightBackground: rgba(255, 255, 102, .45);--component-explorer-editor-focusedStackFrameHighlightBackground: rgba(206, 231, 206, .45);--component-explorer-minimap-chatEditHighlight: rgba(255, 255, 255, .6);--component-explorer-chatManagement-sashBorder: rgba(128, 128, 128, .35);--component-explorer-gauge-foreground: #007acc;--component-explorer-gauge-background: rgba(0, 122, 204, .3);--component-explorer-gauge-warningForeground: #b89500;--component-explorer-gauge-warningBackground: rgba(184, 149, 0, .3);--component-explorer-gauge-errorForeground: #be1100;--component-explorer-gauge-errorBackground: rgba(190, 17, 0, .3);--component-explorer-mcpIcon-starForeground: #df6100;--component-explorer-interactive-activeCodeBorder: #007acc;--component-explorer-interactive-inactiveCodeBorder: #e4e6f1;--component-explorer-testing-iconFailed: #f14c4c;--component-explorer-testing-iconErrored: #f14c4c;--component-explorer-testing-iconPassed: #73c991;--component-explorer-testing-runAction: #73c991;--component-explorer-testing-iconQueued: #cca700;--component-explorer-testing-iconUnset: #848484;--component-explorer-testing-iconSkipped: #848484;--component-explorer-testing-peekBorder: #e51400;--component-explorer-testing-messagePeekBorder: #0063d3;--component-explorer-testing-peekHeaderBackground: rgba(229, 20, 0, .1);--component-explorer-testing-messagePeekHeaderBackground: rgba(0, 99, 211, .1);--component-explorer-testing-coveredBackground: rgba(23, 149, 44, .37);--component-explorer-testing-coveredBorder: rgba(23, 149, 44, .28);--component-explorer-testing-coveredGutterBackground: rgba(23, 149, 44, .22);--component-explorer-testing-uncoveredBranchBackground: #ff4d4d;--component-explorer-testing-uncoveredBackground: rgba(255, 0, 0, .35);--component-explorer-testing-uncoveredBorder: rgba(255, 0, 0, .26);--component-explorer-testing-uncoveredGutterBackground: rgba(255, 0, 0, .52);--component-explorer-testing-coverCountBadgeBackground: #c4c4c4;--component-explorer-testing-coverCountBadgeForeground: #333333;--component-explorer-testing-message\\.error\\.badgeBackground: #e51400;--component-explorer-testing-message\\.error\\.badgeBorder: #e51400;--component-explorer-testing-message\\.error\\.badgeForeground: #ffffff;--component-explorer-testing-message\\.info\\.decorationForeground: rgba(0, 0, 0, .5);--component-explorer-testing-iconErrored\\.retired: rgba(241, 76, 76, .7);--component-explorer-testing-iconFailed\\.retired: rgba(241, 76, 76, .7);--component-explorer-testing-iconPassed\\.retired: rgba(115, 201, 145, .7);--component-explorer-testing-iconQueued\\.retired: rgba(204, 167, 0, .7);--component-explorer-testing-iconUnset\\.retired: rgba(132, 132, 132, .7);--component-explorer-testing-iconSkipped\\.retired: rgba(132, 132, 132, .7);--component-explorer-searchEditor-textInputBorder: #cecece;--component-explorer-statusBar-debuggingBackground: #cc6633;--component-explorer-statusBar-debuggingForeground: #ffffff;--component-explorer-commandCenter-debuggingBackground: rgba(204, 102, 51, .26);--component-explorer-debugTokenExpression-name: #9b46b0;--component-explorer-debugTokenExpression-type: #4a90e2;--component-explorer-debugTokenExpression-value: rgba(108, 108, 108, .8);--component-explorer-debugTokenExpression-string: #a31515;--component-explorer-debugTokenExpression-boolean: #0000ff;--component-explorer-debugTokenExpression-number: #098658;--component-explorer-debugTokenExpression-error: #e51400;--component-explorer-debugView-exceptionLabelForeground: #ffffff;--component-explorer-debugView-exceptionLabelBackground: #a31515;--component-explorer-debugView-stateLabelForeground: #616161;--component-explorer-debugView-stateLabelBackground: rgba(136, 136, 136, .27);--component-explorer-debugView-valueChangedHighlight: #569cd6;--component-explorer-debugConsole-infoForeground: #0063d3;--component-explorer-debugConsole-warningForeground: #bf8803;--component-explorer-debugConsole-errorForeground: #a1260d;--component-explorer-debugConsole-sourceForeground: #616161;--component-explorer-debugConsoleInputIcon-foreground: #616161;--component-explorer-debugIcon-pauseForeground: #007acc;--component-explorer-debugIcon-stopForeground: #a1260d;--component-explorer-debugIcon-disconnectForeground: #a1260d;--component-explorer-debugIcon-restartForeground: #388a34;--component-explorer-debugIcon-stepOverForeground: #007acc;--component-explorer-debugIcon-stepIntoForeground: #007acc;--component-explorer-debugIcon-stepOutForeground: #007acc;--component-explorer-debugIcon-continueForeground: #007acc;--component-explorer-debugIcon-stepBackForeground: #007acc;--component-explorer-mergeEditor-change\\.background: rgba(155, 185, 85, .2);--component-explorer-mergeEditor-change\\.word\\.background: rgba(156, 204, 44, .4);--component-explorer-mergeEditor-changeBase\\.background: #ffcccc;--component-explorer-mergeEditor-changeBase\\.word\\.background: #ffa3a3;--component-explorer-mergeEditor-conflict\\.unhandledUnfocused\\.border: #ffa600;--component-explorer-mergeEditor-conflict\\.unhandledFocused\\.border: #ffa600;--component-explorer-mergeEditor-conflict\\.handledUnfocused\\.border: rgba(134, 134, 134, .29);--component-explorer-mergeEditor-conflict\\.handledFocused\\.border: rgba(193, 193, 193, .8);--component-explorer-mergeEditor-conflict\\.handled\\.minimapOverViewRuler: rgba(173, 172, 168, .93);--component-explorer-mergeEditor-conflict\\.unhandled\\.minimapOverViewRuler: #fcba03;--component-explorer-mergeEditor-conflictingLines\\.background: rgba(255, 234, 0, .28);--component-explorer-mergeEditor-conflict\\.input1\\.background: rgba(64, 200, 174, .2);--component-explorer-mergeEditor-conflict\\.input2\\.background: rgba(64, 166, 255, .2);--component-explorer-terminal-ansiBlack: #000000;--component-explorer-terminal-ansiRed: #cd3131;--component-explorer-terminal-ansiGreen: #107c10;--component-explorer-terminal-ansiYellow: #949800;--component-explorer-terminal-ansiBlue: #0451a5;--component-explorer-terminal-ansiMagenta: #bc05bc;--component-explorer-terminal-ansiCyan: #0598bc;--component-explorer-terminal-ansiWhite: #555555;--component-explorer-terminal-ansiBrightBlack: #666666;--component-explorer-terminal-ansiBrightRed: #cd3131;--component-explorer-terminal-ansiBrightGreen: #14ce14;--component-explorer-terminal-ansiBrightYellow: #b5ba00;--component-explorer-terminal-ansiBrightBlue: #0451a5;--component-explorer-terminal-ansiBrightMagenta: #bc05bc;--component-explorer-terminal-ansiBrightCyan: #0598bc;--component-explorer-terminal-ansiBrightWhite: #a5a5a5;--component-explorer-simpleFindWidget-sashBorder: #c8c8c8;--component-explorer-terminalStickyScrollHover-background: #f0f0f0;--component-explorer-terminalCommandGuide-foreground: #e4e6f1;--component-explorer-terminalSymbolIcon-flagForeground: #d67e00;--component-explorer-terminalSymbolIcon-aliasForeground: #652d90;--component-explorer-terminalSymbolIcon-optionValueForeground: #007acc;--component-explorer-terminalSymbolIcon-methodForeground: #652d90;--component-explorer-terminalSymbolIcon-argumentForeground: #007acc;--component-explorer-terminalSymbolIcon-optionForeground: #d67e00;--component-explorer-terminalSymbolIcon-fileForeground: #616161;--component-explorer-terminalSymbolIcon-folderForeground: #616161;--component-explorer-terminalSymbolIcon-commitForeground: #616161;--component-explorer-terminalSymbolIcon-branchForeground: #616161;--component-explorer-terminalSymbolIcon-tagForeground: #616161;--component-explorer-terminalSymbolIcon-stashForeground: #616161;--component-explorer-terminalSymbolIcon-remoteForeground: #616161;--component-explorer-terminalSymbolIcon-pullRequestForeground: #616161;--component-explorer-terminalSymbolIcon-pullRequestDoneForeground: #616161;--component-explorer-terminalSymbolIcon-symbolicLinkFileForeground: #616161;--component-explorer-terminalSymbolIcon-symbolicLinkFolderForeground: #616161;--component-explorer-terminalSymbolIcon-symbolText: #616161;--component-explorer-markdownAlert-note\\.foreground: #0063d3;--component-explorer-markdownAlert-tip\\.foreground: #388a34;--component-explorer-markdownAlert-important\\.foreground: #652d90;--component-explorer-markdownAlert-warning\\.foreground: #bf8803;--component-explorer-markdownAlert-caution\\.foreground: #e51400;--component-explorer-welcomePage-tileBackground: #f3f3f3;--component-explorer-welcomePage-tileHoverBackground: #dbdbdb;--component-explorer-welcomePage-tileBorder: rgba(0, 0, 0, .1);--component-explorer-welcomePage-progress\\.background: #ffffff;--component-explorer-welcomePage-progress\\.foreground: #006ab1;--component-explorer-walkthrough-stepTitle\\.foreground: #000000;--component-explorer-walkThrough-embeddedEditorBackground: #f4f4f4;--component-explorer-profiles-sashBorder: rgba(128, 128, 128, .35);--component-explorer-gitDecoration-addedResourceForeground: #587c0c;--component-explorer-gitDecoration-modifiedResourceForeground: #895503;--component-explorer-gitDecoration-deletedResourceForeground: #ad0707;--component-explorer-gitDecoration-renamedResourceForeground: #007100;--component-explorer-gitDecoration-untrackedResourceForeground: #007100;--component-explorer-gitDecoration-ignoredResourceForeground: #8e8e90;--component-explorer-gitDecoration-stageModifiedResourceForeground: #895503;--component-explorer-gitDecoration-stageDeletedResourceForeground: #ad0707;--component-explorer-gitDecoration-conflictingResourceForeground: #ad0707;--component-explorer-gitDecoration-submoduleResourceForeground: #1258a7;--component-explorer-git-blame\\.editorDecorationForeground: #969696;--component-explorer-gitlens-gutterBackgroundColor: rgba(0, 0, 0, .05);--component-explorer-gitlens-gutterForegroundColor: #747474;--component-explorer-gitlens-gutterUncommittedForegroundColor: rgba(0, 188, 242, .6);--component-explorer-gitlens-trailingLineBackgroundColor: rgba(0, 0, 0, 0);--component-explorer-gitlens-trailingLineForegroundColor: rgba(153, 153, 153, .35);--component-explorer-gitlens-lineHighlightBackgroundColor: rgba(0, 188, 242, .2);--component-explorer-gitlens-lineHighlightOverviewRulerColor: rgba(0, 188, 242, .6);--component-explorer-gitlens-openAutolinkedIssueIconColor: #1a7f37;--component-explorer-gitlens-closedAutolinkedIssueIconColor: #8250df;--component-explorer-gitlens-closedPullRequestIconColor: #cf222e;--component-explorer-gitlens-openPullRequestIconColor: #1a7f37;--component-explorer-gitlens-mergedPullRequestIconColor: #8250df;--component-explorer-gitlens-unpublishedChangesIconColor: #35b15e;--component-explorer-gitlens-unpublishedCommitIconColor: #35b15e;--component-explorer-gitlens-unpulledChangesIconColor: #b15e35;--component-explorer-gitlens-decorations\\.addedForegroundColor: #587c0c;--component-explorer-gitlens-decorations\\.copiedForegroundColor: #007100;--component-explorer-gitlens-decorations\\.deletedForegroundColor: #ad0707;--component-explorer-gitlens-decorations\\.ignoredForegroundColor: #8e8e90;--component-explorer-gitlens-decorations\\.modifiedForegroundColor: #895503;--component-explorer-gitlens-decorations\\.untrackedForegroundColor: #007100;--component-explorer-gitlens-decorations\\.renamedForegroundColor: #007100;--component-explorer-gitlens-decorations\\.branchAheadForegroundColor: #35b15e;--component-explorer-gitlens-decorations\\.branchBehindForegroundColor: #b15e35;--component-explorer-gitlens-decorations\\.branchDivergedForegroundColor: #d8af1b;--component-explorer-gitlens-decorations\\.branchMissingUpstreamForegroundColor: #ad0707;--component-explorer-gitlens-decorations\\.statusMergingOrRebasingConflictForegroundColor: #ad0707;--component-explorer-gitlens-decorations\\.statusMergingOrRebasingForegroundColor: #d8af1b;--component-explorer-gitlens-decorations\\.workspaceRepoMissingForegroundColor: #949494;--component-explorer-gitlens-decorations\\.workspaceCurrentForegroundColor: #35b15e;--component-explorer-gitlens-decorations\\.workspaceRepoOpenForegroundColor: #35b15e;--component-explorer-gitlens-decorations\\.worktreeHasUncommittedChangesForegroundColor: #895503;--component-explorer-gitlens-decorations\\.worktreeMissingForegroundColor: #ad0707;--component-explorer-gitlens-graphLane1Color: #15a0bf;--component-explorer-gitlens-graphLane2Color: #0669f7;--component-explorer-gitlens-graphLane3Color: #8e00c2;--component-explorer-gitlens-graphLane4Color: #c517b6;--component-explorer-gitlens-graphLane5Color: #d90171;--component-explorer-gitlens-graphLane6Color: #cd0101;--component-explorer-gitlens-graphLane7Color: #f25d2e;--component-explorer-gitlens-graphLane8Color: #f2ca33;--component-explorer-gitlens-graphLane9Color: #7bd938;--component-explorer-gitlens-graphLane10Color: #2ece9d;--component-explorer-gitlens-graphChangesColumnAddedColor: #2da44e;--component-explorer-gitlens-graphChangesColumnDeletedColor: #cf222e;--component-explorer-gitlens-graphMinimapMarkerHeadColor: #04c814;--component-explorer-gitlens-graphScrollMarkerHeadColor: #04c814;--component-explorer-gitlens-graphMinimapMarkerUpstreamColor: #8cd993;--component-explorer-gitlens-graphScrollMarkerUpstreamColor: #8cd993;--component-explorer-gitlens-graphMinimapMarkerHighlightsColor: #f5cc00;--component-explorer-gitlens-graphScrollMarkerHighlightsColor: #f5cc00;--component-explorer-gitlens-graphMinimapMarkerLocalBranchesColor: #3095e8;--component-explorer-gitlens-graphScrollMarkerLocalBranchesColor: #3095e8;--component-explorer-gitlens-graphMinimapMarkerPullRequestsColor: #ff8f18;--component-explorer-gitlens-graphScrollMarkerPullRequestsColor: #ff8f18;--component-explorer-gitlens-graphMinimapMarkerRemoteBranchesColor: #67ace4;--component-explorer-gitlens-graphScrollMarkerRemoteBranchesColor: #67ace4;--component-explorer-gitlens-graphMinimapMarkerStashesColor: #e467e4;--component-explorer-gitlens-graphScrollMarkerStashesColor: #e467e4;--component-explorer-gitlens-graphMinimapMarkerTagsColor: #d2a379;--component-explorer-gitlens-graphScrollMarkerTagsColor: #d2a379;--component-explorer-gitlens-launchpadIndicatorMergeableColor: #42c954;--component-explorer-gitlens-launchpadIndicatorMergeableHoverColor: #42c954;--component-explorer-gitlens-launchpadIndicatorBlockedColor: #ad0707;--component-explorer-gitlens-launchpadIndicatorBlockedHoverColor: #ad0707;--component-explorer-gitlens-launchpadIndicatorAttentionColor: #cc9b15;--component-explorer-gitlens-launchpadIndicatorAttentionHoverColor: #cc9b15;--component-explorer-issues-newIssueDecoration: rgba(0, 0, 0, .28);--component-explorer-issues-open: #3fb950;--component-explorer-issues-closed: #8957e5;--component-explorer-github-issues\\.closed: #8957e5;--component-explorer-pullRequests-merged: #8957e5;--component-explorer-pullRequests-draft: #6e7681;--component-explorer-pullRequests-open: #3fb950;--component-explorer-pullRequests-closed: #cb2431;--component-explorer-pullRequests-notification: #0063d3;--component-explorer-testExplorer-errorDecorationBackground: #f2dede;--component-explorer-remoteHub-decorations\\.addedForegroundColor: #587c0c;--component-explorer-remoteHub-decorations\\.modifiedForegroundColor: #895503;--component-explorer-remoteHub-decorations\\.deletedForegroundColor: #ad0707;--component-explorer-remoteHub-decorations\\.submoduleForegroundColor: #1258a7;--component-explorer-remoteHub-decorations\\.conflictForegroundColor: #ad0707;--component-explorer-remoteHub-decorations\\.incomingAddedForegroundColor: #587c0c;--component-explorer-remoteHub-decorations\\.incomingModifiedForegroundColor: #895503;--component-explorer-remoteHub-decorations\\.incomingDeletedForegroundColor: #ad0707;--component-explorer-remoteHub-decorations\\.incomingRenamedForegroundColor: #007100;--component-explorer-remoteHub-decorations\\.possibleConflictForegroundColor: #855f00;--component-explorer-remoteHub-decorations\\.ignoredResourceForeground: #8e8e90;--component-explorer-remoteHub-decorations\\.workspaceRepositoriesView\\.hasUncommittedChangesForegroundColor: #895503;--component-explorer-editor-font-feature-settings: "liga" on, "calt" on}';
4109
- class wt {
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 {
4110
4289
  constructor(e, o, n) {
4111
- l(this, "_root");
4112
- l(this, "_registry", new Lr());
4113
- l(this, "_daemonModel");
4114
- l(this, "_reportModel");
4290
+ p(this, "_root");
4291
+ p(this, "_registry", new Ar());
4292
+ p(this, "_daemonModel");
4293
+ p(this, "_reportModel");
4115
4294
  this._registry.loading.set(!0, void 0), o.then(
4116
- (s) => {
4117
- this._populateRegistry(s), this._registry.loading.set(!1, void 0), this._registry.error.set(void 0, void 0);
4295
+ (c) => {
4296
+ this._populateRegistry(c), this._registry.loading.set(!1, void 0), this._registry.error.set(void 0, void 0);
4118
4297
  },
4119
- (s) => {
4120
- const d = s instanceof Error ? s.stack ?? s.message : String(s);
4298
+ (c) => {
4299
+ const d = c instanceof Error ? c.stack ?? c.message : String(c);
4121
4300
  this._registry.loading.set(!1, void 0), this._registry.error.set(d, void 0);
4122
4301
  }
4123
4302
  ), this._reportModel = this._initializeReportModel(), this._daemonModel = this._reportModel ? void 0 : this._initializeDaemonModel(n);
4124
4303
  const t = e.attachShadow({ mode: "open" }), i = new CSSStyleSheet();
4125
- i.replaceSync([vt, kt, yt].join(`
4126
- `)), t.adoptedStyleSheets = [i], In(e);
4304
+ i.replaceSync([Et, Rt, Tt].join(`
4305
+ `)), t.adoptedStyleSheets = [i], Ln(e);
4127
4306
  const a = document.createElement("div");
4128
- a.style.height = "100%", a.style.width = "100%", t.appendChild(a), this._root = Yo(a), this._root.render(or(pt, {
4307
+ a.style.height = "100%", a.style.width = "100%", t.appendChild(a), this._root = er(a), this._root.render(tr(yt, {
4129
4308
  registry: this._registry,
4130
4309
  daemonModel: this._daemonModel,
4131
4310
  reportModel: this._reportModel
@@ -4134,12 +4313,12 @@ class wt {
4134
4313
  _initializeReportModel() {
4135
4314
  const o = new URLSearchParams(location.search).get("report");
4136
4315
  if (o)
4137
- return new xt(o);
4316
+ return new Ft(o);
4138
4317
  }
4139
4318
  _initializeDaemonModel(e) {
4140
4319
  if (!e)
4141
4320
  return;
4142
- const o = new ht(e);
4321
+ const o = new St(e);
4143
4322
  return o.initialize().catch((n) => {
4144
4323
  console.error("[ExplorerUIMode] Failed to initialize DaemonModel:", n);
4145
4324
  }), o;
@@ -4161,16 +4340,17 @@ class wt {
4161
4340
  (e = this._daemonModel) == null || e.dispose(), this._root.unmount();
4162
4341
  }
4163
4342
  }
4164
- class Bt {
4343
+ class Mt {
4165
4344
  constructor(e, o) {
4166
- l(this, "sessionId", Math.random().toString(36).slice(2));
4167
- l(this, "_updateVersion", 0);
4168
- l(this, "_root");
4169
- l(this, "_fixtureModules");
4170
- l(this, "_loadError");
4171
- l(this, "_loadPromise");
4172
- l(this, "_currentRendering");
4173
- l(this, "_currentContainer");
4345
+ /** Random ID generated on construction — changes on full page reload. */
4346
+ p(this, "pageInstanceId", Math.random().toString(36).slice(2));
4347
+ p(this, "_updateVersion", 0);
4348
+ p(this, "_root");
4349
+ p(this, "_fixtureModules");
4350
+ p(this, "_loadError");
4351
+ p(this, "_loadPromise");
4352
+ p(this, "_currentRendering");
4353
+ p(this, "_currentContainer");
4174
4354
  this._containerElement = e, this._fixtureModules = {}, this._root = this._buildTree(this._fixtureModules), this._loadPromise = o.then(
4175
4355
  (n) => {
4176
4356
  this._fixtureModules = n, this._root = this._buildTree(n), this._loadError = void 0, this._updateVersion++;
@@ -4180,7 +4360,7 @@ class Bt {
4180
4360
  (n) => {
4181
4361
  this._loadError = n instanceof Error ? n.stack ?? n.message : String(n), this._updateVersion++, console.error("[headless] Failed to load fixtures:", this._loadError);
4182
4362
  }
4183
- ), this._installGlobalApi(), console.log("[headless] Initialized, sessionId:", this.sessionId);
4363
+ ), this._installGlobalApi(), console.log("[headless] Initialized, pageInstanceId:", this.pageInstanceId);
4184
4364
  }
4185
4365
  get updateVersion() {
4186
4366
  return this._updateVersion;
@@ -4198,51 +4378,108 @@ class Bt {
4198
4378
  throw new Error(this._loadError);
4199
4379
  return this._flattenFixtures(this._root);
4200
4380
  }
4201
- async renderFixture(e) {
4202
- const o = this._findFixtureNode(this._root, e);
4203
- if (!o || !o.component)
4204
- throw new Error("Fixture not found: " + e);
4205
- this._currentRendering && (this._currentRendering.dispose(), this._currentRendering = void 0), this._currentContainer && (this._currentContainer.remove(), this._currentContainer = void 0);
4206
- const n = document.createElement("div");
4207
- n.style.display = "inline-block", this._containerElement.appendChild(n), this._currentContainer = n;
4208
- const t = o.component, i = [];
4209
- let a;
4210
- const s = (k) => {
4211
- a || (a = k);
4212
- }, d = console.error, p = console.warn, g = console.log;
4213
- console.error = (...k) => {
4214
- i.push({ type: "console.error", message: k.map(String).join(" ") }), d.apply(console, k);
4215
- }, console.warn = (...k) => {
4216
- i.push({ type: "console.warn", message: k.map(String).join(" ") }), p.apply(console, k);
4217
- }, console.log = (...k) => {
4218
- i.push({ type: "console.log", message: k.map(String).join(" ") }), g.apply(console, k);
4219
- };
4220
- const f = (k) => {
4221
- i.push({ type: "window.error", message: k.message });
4222
- }, x = (k) => {
4223
- const V = k.reason, ge = V instanceof Error ? V.message : String(V);
4224
- i.push({ type: "window.unhandledrejection", message: ge });
4225
- };
4226
- window.addEventListener("error", f), window.addEventListener("unhandledrejection", x);
4381
+ async disposeCurrentFixture() {
4382
+ const e = [], o = [], n = this._captureEvents(e);
4383
+ try {
4384
+ if (this._currentRendering) {
4385
+ const i = this._currentRendering;
4386
+ this._currentRendering = void 0;
4387
+ try {
4388
+ const a = await i.dispose();
4389
+ o.push(...a);
4390
+ } catch (a) {
4391
+ o.push(this._toError(a));
4392
+ }
4393
+ }
4394
+ if (this._currentContainer) {
4395
+ try {
4396
+ this._currentContainer.remove();
4397
+ } catch (i) {
4398
+ o.push(this._toError(i));
4399
+ }
4400
+ this._currentContainer = void 0;
4401
+ }
4402
+ await new Promise((i) => requestAnimationFrame(() => i()));
4403
+ } finally {
4404
+ n();
4405
+ }
4406
+ return { hasError: o.length > 0 || e.some((i) => i.type === "console.error" || i.type === "window.error" || i.type === "window.unhandledrejection"), errors: o, events: e };
4407
+ }
4408
+ async renderFixture(e, o) {
4409
+ if (await this._loadPromise, this._loadError)
4410
+ throw new Error(this._loadError);
4411
+ const n = this._findFixtureNode(this._root, e);
4412
+ if (!n || !n.component) {
4413
+ const w = this._flattenFixtures(this._root).map((ge) => ge.fixtureId), M = Vt(e, w, 5), Jo = M.length > 0 ? `
4414
+ Did you mean one of these?
4415
+ ${M.map((ge) => ` - ${ge}`).join(`
4416
+ `)}` : "";
4417
+ throw new Error("Fixture not found: " + e + Jo);
4418
+ }
4419
+ if (o !== void 0 && (typeof o != "object" || o === null || Array.isArray(o)))
4420
+ throw new Error(
4421
+ `Fixture input must be a JSON object (or undefined) — received ${o === null ? "null" : Array.isArray(o) ? "an array" : typeof o}.`
4422
+ );
4423
+ const t = await this.disposeCurrentFixture(), i = document.createElement("div");
4424
+ i.style.display = "inline-block", this._containerElement.appendChild(i), this._currentContainer = i;
4425
+ const a = n.component, c = [];
4426
+ let d;
4427
+ const l = (w) => {
4428
+ d || (d = w);
4429
+ }, g = this._captureEvents(c);
4430
+ let h;
4431
+ const f = performance.now();
4227
4432
  let b;
4228
- const _ = performance.now();
4229
- let y;
4230
4433
  try {
4231
- const k = new Le(n, t);
4232
- y = performance.now() - _, this._currentRendering = k;
4233
- const V = 3e3, ge = new Promise((St, qo) => setTimeout(() => qo(new Error(`Fixture timed out after ${V}ms`)), V)), ue = await Promise.race([k.waitForRendering(), ge]);
4234
- b = ue == null ? void 0 : ue.data;
4235
- } catch (k) {
4236
- const V = k instanceof Error ? k : new Error(String(k));
4237
- s({ message: V.message, stack: V.stack });
4434
+ const w = new Le(i, a, { kind: "headless", interactive: !1 }, o);
4435
+ b = performance.now() - f, this._currentRendering = w;
4436
+ const M = await w.waitForRendering();
4437
+ h = M == null ? void 0 : M.output;
4438
+ } catch (w) {
4439
+ l(this._toError(w));
4238
4440
  } finally {
4239
- console.error = d, console.warn = p, console.log = g;
4441
+ g();
4240
4442
  }
4241
- a || await new Promise((k) => requestAnimationFrame(() => requestAnimationFrame(() => k())));
4242
- const v = performance.now() - _;
4243
- window.removeEventListener("error", f), window.removeEventListener("unhandledrejection", x);
4244
- const C = !!a || i.some((k) => k.type !== "console.log" && k.type !== "console.warn"), F = { sync: Math.round(y ?? v), total: Math.round(v) };
4245
- return { hasError: C, error: a, events: i, resultData: b, renderTimeMs: F };
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: _ };
4446
+ }
4447
+ /**
4448
+ * Install console + window error/rejection listeners that push into `events`.
4449
+ * Returns a `stop` function that uninstalls them. Listeners do not need to be
4450
+ * uninstalled in a `finally` ordering — multiple captures may overlap; the
4451
+ * outer `console.*` is restored to whatever was the previous value (LIFO via
4452
+ * the closure over `originalError` etc.).
4453
+ */
4454
+ _captureEvents(e) {
4455
+ const o = console.error, n = console.warn, t = console.log, i = (d) => {
4456
+ for (const l of d)
4457
+ if (l instanceof Error && l.stack)
4458
+ return l.stack;
4459
+ };
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);
4466
+ };
4467
+ const a = (d) => {
4468
+ var l;
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 });
4473
+ };
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);
4476
+ };
4477
+ }
4478
+ _toError(e) {
4479
+ return e instanceof Error ? { message: e.message, stack: e.stack } : e && typeof e == "object" && "message" in e ? {
4480
+ message: String(e.message),
4481
+ stack: String(e.stack ?? "") || void 0
4482
+ } : { message: String(e) };
4246
4483
  }
4247
4484
  _buildTree(e) {
4248
4485
  const o = /* @__PURE__ */ new Map();
@@ -4253,12 +4490,20 @@ class Bt {
4253
4490
  return ce(o);
4254
4491
  }
4255
4492
  _flattenFixtures(e, o = [], n = []) {
4256
- var a, s;
4493
+ var a, c, d;
4257
4494
  const t = n.length > 0 && e.labels.length > 0 ? [.../* @__PURE__ */ new Set([...n, ...e.labels])] : e.labels.length > 0 ? [...e.labels] : [...n], i = [];
4258
- e.type === "component" && i.push({ fixtureId: e.id.value, fixtureName: e.name, groupPath: o, background: ((a = e.component) == null ? void 0 : a.background) ?? "light", labels: t, expectedVisualDescriptions: ((s = e.component) == null ? void 0 : s.expectedVisualDescriptions) ?? [] });
4259
- for (const d of e.children ?? []) {
4260
- const p = e.id.value ? [...o, e.name] : o;
4261
- i.push(...this._flattenFixtures(d, p, t));
4495
+ e.type === "component" && i.push({
4496
+ fixtureId: e.id.value,
4497
+ fixtureName: e.name,
4498
+ groupPath: o,
4499
+ background: ((a = e.component) == null ? void 0 : a.background) ?? "light",
4500
+ labels: t,
4501
+ expectedVisualDescriptions: ((c = e.component) == null ? void 0 : c.expectedVisualDescriptions) ?? [],
4502
+ inputSchema: (d = e.component) == null ? void 0 : d.inputSchema
4503
+ });
4504
+ for (const l of e.children ?? []) {
4505
+ const g = e.id.value ? [...o, e.name] : o;
4506
+ i.push(...this._flattenFixtures(l, g, t));
4262
4507
  }
4263
4508
  return i;
4264
4509
  }
@@ -4271,25 +4516,38 @@ class Bt {
4271
4516
  }
4272
4517
  _installGlobalApi() {
4273
4518
  const e = this, o = {
4274
- sessionId: this.sessionId,
4519
+ pageInstanceId: this.pageInstanceId,
4275
4520
  get updateVersion() {
4276
4521
  return e._updateVersion;
4277
4522
  },
4278
4523
  runtimeVersion: ae.toString(),
4279
4524
  listFixtures: () => this.listFixtures(),
4280
- renderFixture: (n) => this.renderFixture(n)
4525
+ renderFixture: (n, t) => this.renderFixture(n, t),
4526
+ disposeCurrentFixture: () => this.disposeCurrentFixture()
4281
4527
  };
4282
4528
  window.__componentExplorer__ = o;
4283
4529
  }
4284
4530
  }
4285
- class _t {
4531
+ function Ot(r, e) {
4532
+ const o = r.length, n = e.length, t = Array.from({ length: o + 1 }, () => new Array(n + 1));
4533
+ for (let i = 0; i <= o; i++) t[i][0] = i;
4534
+ for (let i = 0; i <= n; i++) t[0][i] = i;
4535
+ for (let i = 1; i <= o; i++)
4536
+ for (let a = 1; a <= n; a++)
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]);
4538
+ return t[o][n];
4539
+ }
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);
4542
+ }
4543
+ class Lt {
4286
4544
  constructor(e, o, n) {
4287
- l(this, "_root");
4288
- l(this, "_rendering");
4289
- l(this, "_resizeObserver");
4290
- l(this, "_errorPosted", !1);
4291
- l(this, "_originalConsoleError");
4292
- l(this, "_originalConsoleWarn");
4545
+ p(this, "_root");
4546
+ p(this, "_rendering");
4547
+ p(this, "_resizeObserver");
4548
+ p(this, "_errorPosted", !1);
4549
+ p(this, "_originalConsoleError");
4550
+ p(this, "_originalConsoleWarn");
4293
4551
  this._container = e, this._fixtureId = o, this._setupErrorCapture(), n.then(
4294
4552
  (t) => {
4295
4553
  this._root = this._buildTree(t), this._render();
@@ -4298,7 +4556,7 @@ class _t {
4298
4556
  const i = t instanceof Error ? t.stack ?? t.message : String(t);
4299
4557
  console.error("[EmbeddedMode] Failed to load fixtures:", i), this._container.innerHTML = "";
4300
4558
  const a = document.createElement("div");
4301
- a.style.cssText = "padding:16px;color:#f44;font-size:13px;font-family:monospace;white-space:pre-wrap;", a.textContent = `Failed to load fixture:
4559
+ a.style.cssText = "padding:16px;color:#f44;font-size:13px;font-family:monospace;white-space:pre-wrap;user-select:text;cursor:text;", a.textContent = `Failed to load fixture:
4302
4560
  ${i}`, this._container.appendChild(a), this._postError({ message: t instanceof Error ? t.message : String(t), stack: t instanceof Error ? t.stack : void 0 });
4303
4561
  }
4304
4562
  );
@@ -4338,22 +4596,23 @@ ${i}`, this._container.appendChild(a), this._postError({ message: t instanceof E
4338
4596
  this._render();
4339
4597
  }
4340
4598
  _render() {
4341
- var a, s;
4342
- if ((a = this._rendering) == null || a.dispose(), this._rendering = void 0, (s = this._resizeObserver) == null || s.disconnect(), this._resizeObserver = void 0, this._container.innerHTML = "", !this._root) return;
4599
+ var a, c;
4600
+ if ((a = this._rendering) == null || a.dispose().catch(() => {
4601
+ }), this._rendering = void 0, (c = this._resizeObserver) == null || c.disconnect(), this._resizeObserver = void 0, this._container.innerHTML = "", !this._root) return;
4343
4602
  const e = this._findNode(this._root, this._fixtureId);
4344
4603
  if (!(e != null && e.component)) {
4345
4604
  console.error(`[EmbeddedMode] Fixture not found: ${this._fixtureId}`);
4346
4605
  return;
4347
4606
  }
4348
4607
  const o = { ...e.component, isolation: "none" };
4349
- this._errorPosted = !1;
4608
+ this._errorPosted = !1, this._container.style.width = o.displayMode.type === "component" ? "fit-content" : "";
4350
4609
  try {
4351
- const d = new Le(this._container, o);
4352
- this._rendering = d, d.waitForRendering().catch((p) => {
4353
- this._postError({ message: p instanceof Error ? p.message : String(p), stack: p instanceof Error ? p.stack : void 0 });
4610
+ const d = new Le(this._container, o, { kind: "embedded", interactive: !1 });
4611
+ this._rendering = d, d.waitForRendering().catch((l) => {
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 });
4354
4613
  });
4355
4614
  } catch (d) {
4356
- this._postError({ message: d instanceof Error ? d.message : String(d), stack: d instanceof Error ? d.stack : void 0 });
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);
4357
4616
  return;
4358
4617
  }
4359
4618
  const n = this._rendering, t = this._fixtureId, i = () => {
@@ -4383,7 +4642,7 @@ ${i}`, this._container.appendChild(a), this._postError({ message: t instanceof E
4383
4642
  }
4384
4643
  }
4385
4644
  }
4386
- function Ct(r) {
4645
+ function Dt(r) {
4387
4646
  const e = r.get("mode");
4388
4647
  return {
4389
4648
  mode: e === "headless" || e === "embedded" ? e : void 0,
@@ -4392,21 +4651,21 @@ function Ct(r) {
4392
4651
  report: r.get("report") ?? void 0
4393
4652
  };
4394
4653
  }
4395
- globalThis._buildInfo = Jo;
4396
- class Nt {
4654
+ globalThis._buildInfo = Xo;
4655
+ class Jt {
4397
4656
  constructor(e, o) {
4398
- l(this, "_runtime");
4657
+ p(this, "_runtime");
4399
4658
  const n = globalThis._buildInfo;
4400
4659
  n && console.log(`[component-explorer] v${n.version} (built ${n.date})`);
4401
- const t = new URLSearchParams(location.search), i = Ct(t), a = i.fixture;
4660
+ const t = new URLSearchParams(location.search), i = Dt(t), a = i.fixture;
4402
4661
  if (i.mode === "embedded") {
4403
4662
  if (!a)
4404
4663
  throw new Error("Embedded mode requires a fixture query parameter");
4405
- const s = i.file, d = o.loadFixtures(s ? { file: s } : void 0);
4406
- this._runtime = new _t(e, a, d);
4664
+ const c = i.file, d = o.loadFixtures(c ? { file: c } : void 0);
4665
+ this._runtime = new Lt(e, a, d);
4407
4666
  } else {
4408
- const s = o.loadFixtures();
4409
- this._runtime = i.mode === "headless" ? new Bt(e, s) : new wt(e, s, o.daemonConfig);
4667
+ const c = o.loadFixtures();
4668
+ this._runtime = i.mode === "headless" ? new Mt(e, c) : new Ht(e, c, o.daemonConfig);
4410
4669
  }
4411
4670
  }
4412
4671
  updateFixtures(e) {
@@ -4417,51 +4676,51 @@ class Nt {
4417
4676
  }
4418
4677
  }
4419
4678
  export {
4420
- Zr as ChevronDownIcon,
4421
- Yr as ChevronRightIcon,
4422
- Xr as ComponentIcon,
4423
- ht as DaemonModel,
4424
- pt as Explorer,
4425
- Nt as ExplorerApp,
4426
- Kr as ExplorerModel,
4427
- M as FixturePath,
4428
- Lr as FixtureRegistry,
4429
- en as FolderIcon,
4430
- xn as LeftSidebar,
4431
- tn as MoonIcon,
4432
- on as PanelLeftIcon,
4433
- rn as PanelRightIcon,
4434
- xt as ReportModel,
4435
- yn as RightSidebar,
4436
- nn as SunIcon,
4437
- cn as TitleBar,
4438
- he as TitleBarButton,
4439
- pn as TreeItem,
4440
- Oo as TreeView,
4441
- rr as VIEWPORT_SIZES,
4442
- zt as asyncRender,
4443
- ir as collectComponents,
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,
4444
4703
  ze as createComponentDefinition,
4445
4704
  ce as createFixtureTree,
4446
- Pt as defineFixture,
4447
- Wt as defineFixtureGroup,
4448
- $t as defineFixtureVariants,
4705
+ ei as defineFixture,
4706
+ oi as defineFixtureGroup,
4707
+ ri as defineFixtureVariants,
4449
4708
  We as findNodeByPath,
4450
4709
  De as fixtureGroupBrand,
4451
4710
  Ne as fixtureVariantsBrand,
4452
- Dt as isComponentDefinition,
4453
- Re as isFixtureGroup,
4711
+ Kt as isComponentDefinition,
4712
+ Ie as isFixtureGroup,
4454
4713
  Ee as isFixtureVariants,
4455
- Ie as isSingleFixture,
4456
- Ve as mergeStyles,
4457
- Mt as parseFixtureExport,
4458
- Vt as parseFixtureGroup,
4459
- Lt as parseFixtureVariants,
4460
- Ot as parseSingleFixture,
4461
- nr as resolveViewport,
4714
+ Fe as isSingleFixture,
4715
+ Oe as mergeStyles,
4716
+ $t as parseFixtureExport,
4717
+ qt as parseFixtureGroup,
4718
+ Qt as parseFixtureVariants,
4719
+ Ut as parseSingleFixture,
4720
+ ar as resolveViewport,
4462
4721
  Ae as singleFixtureBrand,
4463
- h as styles,
4464
- jt as syncRender,
4465
- Eo as toExplorerTree
4722
+ x as styles,
4723
+ ni as syncRender,
4724
+ Mo as toExplorerTree
4466
4725
  };
4467
4726
  //# sourceMappingURL=viewer.js.map