@wrdagency/blockout 0.0.18 → 0.1.0
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/2NBKRL7C-7XoDiJp9.js +85 -0
- package/dist/2RSXSRCN-qt84MtKs.js +61 -0
- package/dist/4CMBR7SL-BHIN8rB4.js +308 -0
- package/dist/5JTVDSTH-CG1NL6Fw.js +174 -0
- package/dist/5VQZOHHZ-CscZGerP.js +59 -0
- package/dist/6VRAQV3D-Clhw_nNS.js +201 -0
- package/dist/7PRQYBBV-91wrWGjk.js +17 -0
- package/dist/ArrowRight.es-xyNbtVOa.js +60 -0
- package/dist/DG5U6ZEL-CVj-Czp2.js +17 -0
- package/dist/F5MUBM3I-87B2_4WK.js +54 -0
- package/dist/LMDWO4NN--KEvZePp.js +610 -0
- package/dist/MTZPJQMC-DyCWBG18.js +14 -0
- package/dist/P7GR5CS5-BoOYUfSQ.js +19 -0
- package/dist/PFRGBC2K-BEg8ahbY.js +303 -0
- package/dist/RS7LB2H4-D0fWv5qu.js +15 -0
- package/dist/RZ4GPYOB-13-5LlEb.js +37 -0
- package/dist/S43UC3DV-Dn8EFLaT.js +22 -0
- package/dist/Square.es-KJLdY11q.js +72 -0
- package/dist/T7VMP3TM-DeRMoW8g.js +77 -0
- package/dist/TP7N7UIH-BHb1rEeb.js +34 -0
- package/dist/UQQRIHDV-Bu8e1bYU.js +69 -0
- package/dist/UYGDZTLQ-DcCmv5SE.js +12 -0
- package/dist/VIIRIBF3-D5DmZNtI.js +26 -0
- package/dist/WMYDSCNQ-DECXdiUT.js +1346 -0
- package/dist/WYCIER3C-8jmp2F15.js +175 -0
- package/dist/YV4JVR4I-LkUIiJWj.js +351 -0
- package/dist/assets/button.css +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/assets/index10.css +1 -1
- package/dist/assets/index11.css +1 -1
- package/dist/assets/index12.css +1 -1
- package/dist/assets/index13.css +1 -1
- package/dist/assets/index14.css +1 -0
- package/dist/assets/index15.css +1 -0
- package/dist/assets/index16.css +1 -0
- package/dist/assets/index17.css +1 -0
- package/dist/assets/index18.css +1 -0
- package/dist/assets/index19.css +1 -0
- package/dist/assets/index2.css +1 -1
- package/dist/assets/index3.css +1 -1
- package/dist/assets/index4.css +1 -1
- package/dist/assets/index5.css +1 -1
- package/dist/assets/index6.css +1 -1
- package/dist/assets/index7.css +1 -1
- package/dist/assets/index8.css +1 -1
- package/dist/assets/index9.css +1 -1
- package/dist/assets/style.css +1 -1
- package/dist/assets/style2.css +1 -0
- package/dist/assets/style3.css +1 -0
- package/dist/assets/style4.css +1 -0
- package/dist/assets/styles.css +1 -1
- package/dist/components/block-editor/editor.d.ts +5 -0
- package/dist/components/block-editor/editor.js +6 -0
- package/dist/components/block-editor/index.d.ts +1 -0
- package/dist/components/block-editor/index.js +4 -0
- package/dist/components/breadcrumbs/index.js +87 -31
- package/dist/components/button/button.d.ts +1 -1
- package/dist/components/button/button.js +5 -5
- package/dist/components/button/icon.d.ts +1 -2
- package/dist/components/button/icon.js +10 -3
- package/dist/components/button/index.d.ts +4 -0
- package/dist/components/controls/base-control/affix.js +7 -7
- package/dist/components/controls/base-control/index.js +11 -11
- package/dist/components/controls/base-popover-control/index.d.ts +9 -0
- package/dist/components/controls/base-popover-control/index.js +47 -0
- package/dist/components/controls/checkbox-control/index.d.ts +8 -0
- package/dist/components/controls/checkbox-control/index.js +57 -0
- package/dist/components/controls/choice-control/choice.js +13 -11
- package/dist/components/controls/choice-control/index.js +1 -1
- package/dist/components/controls/index.d.ts +4 -1
- package/dist/components/controls/index.js +25 -16
- package/dist/components/controls/number-control/index.js +29 -27
- package/dist/components/controls/password-control/index.js +1 -1
- package/dist/components/controls/recurrence-control/index.d.ts +8 -0
- package/dist/components/controls/recurrence-control/index.js +208 -0
- package/dist/components/controls/select-control/component.d.ts +12 -0
- package/dist/components/controls/select-control/component.js +1879 -0
- package/dist/components/controls/select-control/index.d.ts +2 -12
- package/dist/components/controls/select-control/index.js +5 -1860
- package/dist/components/controls/select-control/options.d.ts +7 -0
- package/dist/components/controls/select-control/options.js +9 -0
- package/dist/components/controls/textarea-control/index.js +1 -1
- package/dist/components/controls/toggle-control/index.js +11 -9
- package/dist/components/controls/toggle-group-control/index.d.ts +19 -0
- package/dist/components/controls/toggle-group-control/index.js +50 -0
- package/dist/components/data-table/header.js +120 -171
- package/dist/components/data-table/index.js +1 -1
- package/dist/components/filesystem/file.d.ts +7 -0
- package/dist/components/filesystem/file.js +44 -0
- package/dist/components/filesystem/folder.d.ts +6 -0
- package/dist/components/filesystem/folder.js +160 -0
- package/dist/components/filesystem/icon.d.ts +7 -0
- package/dist/components/filesystem/icon.js +908 -0
- package/dist/components/filesystem/index.js +14 -0
- package/dist/components/filesystem/list.d.ts +4 -0
- package/dist/components/filesystem/list.js +18 -0
- package/dist/components/filesystem/root.d.ts +3 -0
- package/dist/components/filesystem/root.js +7 -0
- package/dist/components/form/components/index.js +12 -12
- package/dist/components/form/components/pagination.js +23 -16
- package/dist/components/index.d.ts +5 -0
- package/dist/components/index.js +50 -31
- package/dist/components/markdown/{index.d.ts → editor/component.d.ts} +2 -2
- package/dist/components/markdown/editor/component.js +25583 -0
- package/dist/components/markdown/editor/index.d.ts +1 -0
- package/dist/components/markdown/editor/index.js +4 -0
- package/dist/components/markdown/formats.js +29 -27
- package/dist/components/markdown/index.js +5 -25842
- package/dist/components/markdown/prose.d.ts +3 -0
- package/dist/components/markdown/prose.js +15 -0
- package/dist/components/menu/index.js +24 -23
- package/dist/components/menu/item.js +1 -1
- package/dist/components/menu/items/action.js +1 -1
- package/dist/components/menu/items/spacer.js +14 -42
- package/dist/components/menu/items/submenu.js +2 -2
- package/dist/components/menu/items/toggle.js +25 -91
- package/dist/components/progress/index.js +1 -1
- package/dist/components/tabs/index.js +12 -0
- package/dist/components/tabs/list.d.ts +7 -0
- package/dist/components/tabs/list.js +42 -0
- package/dist/components/tabs/panel.d.ts +8 -0
- package/dist/components/tabs/panel.js +132 -0
- package/dist/components/tabs/root.d.ts +9 -0
- package/dist/components/tabs/root.js +173 -0
- package/dist/components/tabs/tab.d.ts +7 -0
- package/dist/components/tabs/tab.js +81 -0
- package/dist/components/toolbar/index.js +27 -0
- package/dist/components/toolbar/root.d.ts +6 -0
- package/dist/components/toolbar/root.js +6 -0
- package/dist/composite-provider-DxKEAxsZ.js +10 -0
- package/dist/floating-ui.dom-BqewRPVB.js +1124 -0
- package/dist/hooks/state.d.ts +4 -0
- package/dist/hooks/state.js +7 -0
- package/dist/hooks/theme.js +7 -38
- package/dist/index-1AjPIqTN.js +73 -0
- package/dist/index-B5y9bioP.js +258 -0
- package/dist/index-BI5rPXbu.js +391 -0
- package/dist/index.js +63 -40
- package/dist/{item-D9r2-3fk.js → item-BrZqCoM7.js} +240 -234
- package/dist/options-Cfoqhxw2.js +96 -0
- package/dist/primitives/index.d.ts +2 -0
- package/dist/primitives/index.js +4 -0
- package/dist/primitives/resizable/index.js +1 -1
- package/dist/primitives/scroll-area/index.d.ts +7 -0
- package/dist/primitives/scroll-area/index.js +545 -0
- package/dist/primitives/truncate/index.d.ts +7 -0
- package/dist/primitives/truncate/index.js +46 -0
- package/dist/primitives/visually-hidden/index.d.ts +2 -2
- package/dist/primitives/visually-hidden/index.js +13 -3
- package/dist/root-CdR32nP9.js +73 -0
- package/dist/tslib.es6-DN7pKd6F.js +44 -0
- package/dist/types/date.d.ts +39 -0
- package/dist/types/date.js +1749 -0
- package/dist/types/options.d.ts +8 -6
- package/dist/utils/components.d.ts +5 -0
- package/dist/utils/components.js +14 -0
- package/dist/utils/date.d.ts +1 -0
- package/dist/utils/date.js +15 -0
- package/dist/utils/string.d.ts +4 -0
- package/dist/utils/string.js +18 -0
- package/package.json +4 -1
- package/dist/2NBKRL7C-D-Q0qGRV.js +0 -81
- package/dist/P7GR5CS5-qyeuZVEs.js +0 -640
- package/dist/T7VMP3TM-BxgFbvdx.js +0 -2106
- package/dist/UQQRIHDV-BGs025hb.js +0 -1046
- package/dist/VIIRIBF3-D9clDhln.js +0 -21
- package/dist/floating-ui.dom-9sqP7IwC.js +0 -1512
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
import { u as w, D as z } from "./RS7LB2H4-D0fWv5qu.js";
|
|
2
|
+
import { a as T, m as B, o as G, t as J, c as K, s as C, b as x, d as Q, e as ee, f as b } from "./YV4JVR4I-LkUIiJWj.js";
|
|
3
|
+
import { f as R, _ as j, o as _, a as te, q as ne, i as oe, s as se, b as S, l as ae, m as O, n as re, v as ie, X as v, Y as ue, U as le, Z as ce } from "./LMDWO4NN--KEvZePp.js";
|
|
4
|
+
import { useRef as me, useState as de, useMemo as fe } from "react";
|
|
5
|
+
import { r as pe } from "./index-BI5rPXbu.js";
|
|
6
|
+
import { jsx as F } from "react/jsx-runtime";
|
|
7
|
+
var Se = "div";
|
|
8
|
+
function A(n, o) {
|
|
9
|
+
const e = setTimeout(o, n);
|
|
10
|
+
return () => clearTimeout(e);
|
|
11
|
+
}
|
|
12
|
+
function ve(n) {
|
|
13
|
+
let o = requestAnimationFrame(() => {
|
|
14
|
+
o = requestAnimationFrame(n);
|
|
15
|
+
});
|
|
16
|
+
return () => cancelAnimationFrame(o);
|
|
17
|
+
}
|
|
18
|
+
function V(...n) {
|
|
19
|
+
return n.join(", ").split(", ").reduce((o, e) => {
|
|
20
|
+
const t = e.endsWith("ms") ? 1 : 1e3, i = Number.parseFloat(e || "0s") * t;
|
|
21
|
+
return i > o ? i : o;
|
|
22
|
+
}, 0);
|
|
23
|
+
}
|
|
24
|
+
function De(n, o, e) {
|
|
25
|
+
return !e && o !== !1 && (!n || !!o);
|
|
26
|
+
}
|
|
27
|
+
var Ee = te(function(o) {
|
|
28
|
+
var e = o, { store: t, alwaysVisible: i } = e, r = j(e, ["store", "alwaysVisible"]);
|
|
29
|
+
const s = w();
|
|
30
|
+
t = t || s, oe(
|
|
31
|
+
t,
|
|
32
|
+
process.env.NODE_ENV !== "production" && "DisclosureContent must receive a `store` prop or be wrapped in a DisclosureProvider component."
|
|
33
|
+
);
|
|
34
|
+
const a = me(null), f = se(r.id), [l, P] = de(null), c = t.useState("open"), D = t.useState("mounted"), m = t.useState("animated"), d = t.useState("contentElement"), E = T(t.disclosure, "contentElement");
|
|
35
|
+
S(() => {
|
|
36
|
+
a.current && (t == null || t.setContentElement(a.current));
|
|
37
|
+
}, [t]), S(() => {
|
|
38
|
+
let u;
|
|
39
|
+
return t == null || t.setState("animated", (p) => (u = p, !0)), () => {
|
|
40
|
+
u !== void 0 && (t == null || t.setState("animated", u));
|
|
41
|
+
};
|
|
42
|
+
}, [t]), S(() => {
|
|
43
|
+
if (m) {
|
|
44
|
+
if (!(d != null && d.isConnected)) {
|
|
45
|
+
P(null);
|
|
46
|
+
return;
|
|
47
|
+
}
|
|
48
|
+
return ve(() => {
|
|
49
|
+
P(c ? "enter" : D ? "leave" : null);
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
}, [m, d, c, D]), S(() => {
|
|
53
|
+
if (!t || !m || !l || !d) return;
|
|
54
|
+
const u = () => t == null ? void 0 : t.setState("animating", !1), p = () => pe.flushSync(u);
|
|
55
|
+
if (l === "leave" && c || l === "enter" && !c) return;
|
|
56
|
+
if (typeof m == "number")
|
|
57
|
+
return A(m, p);
|
|
58
|
+
const {
|
|
59
|
+
transitionDuration: I,
|
|
60
|
+
animationDuration: M,
|
|
61
|
+
transitionDelay: N,
|
|
62
|
+
animationDelay: q
|
|
63
|
+
} = getComputedStyle(d), {
|
|
64
|
+
transitionDuration: U = "0",
|
|
65
|
+
animationDuration: W = "0",
|
|
66
|
+
transitionDelay: $ = "0",
|
|
67
|
+
animationDelay: k = "0"
|
|
68
|
+
} = E ? getComputedStyle(E) : {}, L = V(
|
|
69
|
+
N,
|
|
70
|
+
q,
|
|
71
|
+
$,
|
|
72
|
+
k
|
|
73
|
+
), X = V(
|
|
74
|
+
I,
|
|
75
|
+
M,
|
|
76
|
+
U,
|
|
77
|
+
W
|
|
78
|
+
), h = L + X;
|
|
79
|
+
if (!h) {
|
|
80
|
+
l === "enter" && t.setState("animated", !1), u();
|
|
81
|
+
return;
|
|
82
|
+
}
|
|
83
|
+
const Y = 1e3 / 60, Z = Math.max(h - Y, 0);
|
|
84
|
+
return A(Z, p);
|
|
85
|
+
}, [t, m, d, E, c, l]), r = ae(
|
|
86
|
+
r,
|
|
87
|
+
(u) => /* @__PURE__ */ F(z, { value: t, children: u }),
|
|
88
|
+
[t]
|
|
89
|
+
);
|
|
90
|
+
const y = De(D, r.hidden, i), g = r.style, H = fe(() => y ? O(_({}, g), { display: "none" }) : g, [y, g]);
|
|
91
|
+
return r = O(_({
|
|
92
|
+
id: f,
|
|
93
|
+
"data-open": c || void 0,
|
|
94
|
+
"data-enter": l === "enter" || void 0,
|
|
95
|
+
"data-leave": l === "leave" || void 0,
|
|
96
|
+
hidden: y
|
|
97
|
+
}, r), {
|
|
98
|
+
ref: re(f ? t.setContentElement : null, a, r.ref),
|
|
99
|
+
style: H
|
|
100
|
+
}), ie(r);
|
|
101
|
+
}), ye = R(function(o) {
|
|
102
|
+
const e = Ee(o);
|
|
103
|
+
return ne(Se, e);
|
|
104
|
+
}), Ve = R(function(o) {
|
|
105
|
+
var e = o, {
|
|
106
|
+
unmountOnHide: t
|
|
107
|
+
} = e, i = j(e, [
|
|
108
|
+
"unmountOnHide"
|
|
109
|
+
]);
|
|
110
|
+
const r = w(), s = i.store || r;
|
|
111
|
+
return T(
|
|
112
|
+
s,
|
|
113
|
+
(f) => !t || (f == null ? void 0 : f.mounted)
|
|
114
|
+
) === !1 ? null : /* @__PURE__ */ F(ye, _({}, i));
|
|
115
|
+
});
|
|
116
|
+
function ge(n = {}) {
|
|
117
|
+
const o = B(
|
|
118
|
+
n.store,
|
|
119
|
+
G(n.disclosure, ["contentElement", "disclosureElement"])
|
|
120
|
+
);
|
|
121
|
+
J(n, o);
|
|
122
|
+
const e = o == null ? void 0 : o.getState(), t = v(
|
|
123
|
+
n.open,
|
|
124
|
+
e == null ? void 0 : e.open,
|
|
125
|
+
n.defaultOpen,
|
|
126
|
+
!1
|
|
127
|
+
), i = v(n.animated, e == null ? void 0 : e.animated, !1), r = {
|
|
128
|
+
open: t,
|
|
129
|
+
animated: i,
|
|
130
|
+
animating: !!i && t,
|
|
131
|
+
mounted: t,
|
|
132
|
+
contentElement: v(e == null ? void 0 : e.contentElement, null),
|
|
133
|
+
disclosureElement: v(e == null ? void 0 : e.disclosureElement, null)
|
|
134
|
+
}, s = K(r, o);
|
|
135
|
+
return C(
|
|
136
|
+
s,
|
|
137
|
+
() => x(s, ["animated", "animating"], (a) => {
|
|
138
|
+
a.animated || s.setState("animating", !1);
|
|
139
|
+
})
|
|
140
|
+
), C(
|
|
141
|
+
s,
|
|
142
|
+
() => Q(s, ["open"], () => {
|
|
143
|
+
s.getState().animated && s.setState("animating", !0);
|
|
144
|
+
})
|
|
145
|
+
), C(
|
|
146
|
+
s,
|
|
147
|
+
() => x(s, ["open", "animating"], (a) => {
|
|
148
|
+
s.setState("mounted", a.open || a.animating);
|
|
149
|
+
})
|
|
150
|
+
), ue(le({}, s), {
|
|
151
|
+
disclosure: n.disclosure,
|
|
152
|
+
setOpen: (a) => s.setState("open", a),
|
|
153
|
+
show: () => s.setState("open", !0),
|
|
154
|
+
hide: () => s.setState("open", !1),
|
|
155
|
+
toggle: () => s.setState("open", (a) => !a),
|
|
156
|
+
stopAnimation: () => s.setState("animating", !1),
|
|
157
|
+
setContentElement: (a) => s.setState("contentElement", a),
|
|
158
|
+
setDisclosureElement: (a) => s.setState("disclosureElement", a)
|
|
159
|
+
});
|
|
160
|
+
}
|
|
161
|
+
function Ce(n, o, e) {
|
|
162
|
+
return ce(o, [e.store, e.disclosure]), b(n, e, "open", "setOpen"), b(n, e, "mounted", "setMounted"), b(n, e, "animated"), Object.assign(n, { disclosure: e.disclosure });
|
|
163
|
+
}
|
|
164
|
+
function we(n = {}) {
|
|
165
|
+
const [o, e] = ee(ge, n);
|
|
166
|
+
return Ce(o, e, n);
|
|
167
|
+
}
|
|
168
|
+
export {
|
|
169
|
+
Ve as D,
|
|
170
|
+
Ee as a,
|
|
171
|
+
Ce as b,
|
|
172
|
+
ge as c,
|
|
173
|
+
De as i,
|
|
174
|
+
we as u
|
|
175
|
+
};
|
|
@@ -0,0 +1,351 @@
|
|
|
1
|
+
import { i as ot, N as A, a2 as st, a3 as at, a4 as ut, a0 as H, a5 as it, Y as ct, U as ft, a6 as lt, E as dt, b as K, m as St, o as C, e as pt, a7 as vt } from "./LMDWO4NN--KEvZePp.js";
|
|
2
|
+
import * as R from "react";
|
|
3
|
+
import F from "react";
|
|
4
|
+
import { g as _t } from "./_commonjsHelpers-DaMA6jEr.js";
|
|
5
|
+
function L(t, n) {
|
|
6
|
+
const e = t.__unstableInternals;
|
|
7
|
+
return ot(e, "Invalid store"), e[n];
|
|
8
|
+
}
|
|
9
|
+
function q(t, ...n) {
|
|
10
|
+
let e = t, f = e, r = Symbol(), o = lt;
|
|
11
|
+
const s = /* @__PURE__ */ new Set(), i = /* @__PURE__ */ new Set(), v = /* @__PURE__ */ new Set(), m = /* @__PURE__ */ new Set(), _ = /* @__PURE__ */ new Set(), a = /* @__PURE__ */ new WeakMap(), p = /* @__PURE__ */ new WeakMap(), u = (c) => (v.add(c), () => v.delete(c)), S = () => {
|
|
12
|
+
const c = s.size, d = Symbol();
|
|
13
|
+
s.add(d);
|
|
14
|
+
const g = () => {
|
|
15
|
+
s.delete(d), !s.size && o();
|
|
16
|
+
};
|
|
17
|
+
if (c) return g;
|
|
18
|
+
const y = ut(e).map(
|
|
19
|
+
(O) => H(
|
|
20
|
+
...n.map((w) => {
|
|
21
|
+
var h;
|
|
22
|
+
const V = (h = w == null ? void 0 : w.getState) == null ? void 0 : h.call(w);
|
|
23
|
+
if (V && A(V, O))
|
|
24
|
+
return X(w, [O], (I) => {
|
|
25
|
+
B(
|
|
26
|
+
O,
|
|
27
|
+
I[O],
|
|
28
|
+
// @ts-expect-error - Not public API. This is just to prevent
|
|
29
|
+
// infinite loops.
|
|
30
|
+
!0
|
|
31
|
+
);
|
|
32
|
+
});
|
|
33
|
+
})
|
|
34
|
+
)
|
|
35
|
+
), x = [];
|
|
36
|
+
for (const O of v)
|
|
37
|
+
x.push(O());
|
|
38
|
+
const P = n.map(J);
|
|
39
|
+
return o = H(...y, ...x, ...P), g;
|
|
40
|
+
}, l = (c, d, g = m) => (g.add(d), p.set(d, c), () => {
|
|
41
|
+
var y;
|
|
42
|
+
(y = a.get(d)) == null || y(), a.delete(d), p.delete(d), g.delete(d);
|
|
43
|
+
}), E = (c, d) => l(c, d), b = (c, d) => (a.set(d, d(e, e)), l(c, d)), D = (c, d) => (a.set(d, d(e, f)), l(c, d, _)), tt = (c) => q(at(e, c), j), et = (c) => q(st(e, c), j), nt = () => e, B = (c, d, g = !1) => {
|
|
44
|
+
var y;
|
|
45
|
+
if (!A(e, c)) return;
|
|
46
|
+
const x = it(d, e[c]);
|
|
47
|
+
if (x === e[c]) return;
|
|
48
|
+
if (!g)
|
|
49
|
+
for (const h of n)
|
|
50
|
+
(y = h == null ? void 0 : h.setState) == null || y.call(h, c, x);
|
|
51
|
+
const P = e;
|
|
52
|
+
e = ct(ft({}, e), { [c]: x });
|
|
53
|
+
const O = Symbol();
|
|
54
|
+
r = O, i.add(c);
|
|
55
|
+
const w = (h, V, I) => {
|
|
56
|
+
var M;
|
|
57
|
+
const $ = p.get(h), rt = (N) => I ? I.has(N) : N === c;
|
|
58
|
+
(!$ || $.some(rt)) && ((M = a.get(h)) == null || M(), a.set(h, h(e, V)));
|
|
59
|
+
};
|
|
60
|
+
for (const h of m)
|
|
61
|
+
w(h, P);
|
|
62
|
+
queueMicrotask(() => {
|
|
63
|
+
if (r !== O) return;
|
|
64
|
+
const h = e;
|
|
65
|
+
for (const V of _)
|
|
66
|
+
w(V, f, i);
|
|
67
|
+
f = h, i.clear();
|
|
68
|
+
});
|
|
69
|
+
}, j = {
|
|
70
|
+
getState: nt,
|
|
71
|
+
setState: B,
|
|
72
|
+
__unstableInternals: {
|
|
73
|
+
setup: u,
|
|
74
|
+
init: S,
|
|
75
|
+
subscribe: E,
|
|
76
|
+
sync: b,
|
|
77
|
+
batch: D,
|
|
78
|
+
pick: tt,
|
|
79
|
+
omit: et
|
|
80
|
+
}
|
|
81
|
+
};
|
|
82
|
+
return j;
|
|
83
|
+
}
|
|
84
|
+
function Vt(t, ...n) {
|
|
85
|
+
if (t)
|
|
86
|
+
return L(t, "setup")(...n);
|
|
87
|
+
}
|
|
88
|
+
function J(t, ...n) {
|
|
89
|
+
if (t)
|
|
90
|
+
return L(t, "init")(...n);
|
|
91
|
+
}
|
|
92
|
+
function Q(t, ...n) {
|
|
93
|
+
if (t)
|
|
94
|
+
return L(t, "subscribe")(...n);
|
|
95
|
+
}
|
|
96
|
+
function X(t, ...n) {
|
|
97
|
+
if (t)
|
|
98
|
+
return L(t, "sync")(...n);
|
|
99
|
+
}
|
|
100
|
+
function ht(t, ...n) {
|
|
101
|
+
if (t)
|
|
102
|
+
return L(t, "batch")(...n);
|
|
103
|
+
}
|
|
104
|
+
function Rt(t, ...n) {
|
|
105
|
+
if (t)
|
|
106
|
+
return L(t, "omit")(...n);
|
|
107
|
+
}
|
|
108
|
+
function At(t, ...n) {
|
|
109
|
+
if (t)
|
|
110
|
+
return L(t, "pick")(...n);
|
|
111
|
+
}
|
|
112
|
+
function Dt(...t) {
|
|
113
|
+
const n = t.reduce((f, r) => {
|
|
114
|
+
var o;
|
|
115
|
+
const s = (o = r == null ? void 0 : r.getState) == null ? void 0 : o.call(r);
|
|
116
|
+
return s ? Object.assign(f, s) : f;
|
|
117
|
+
}, {}), e = q(n, ...t);
|
|
118
|
+
return Object.assign({}, ...t, e);
|
|
119
|
+
}
|
|
120
|
+
function It(t, n) {
|
|
121
|
+
if (process.env.NODE_ENV === "production" || !n) return;
|
|
122
|
+
const e = Object.entries(t).filter(([o, s]) => o.startsWith("default") && s !== void 0).map(([o]) => {
|
|
123
|
+
var s;
|
|
124
|
+
const i = o.replace("default", "");
|
|
125
|
+
return `${((s = i[0]) == null ? void 0 : s.toLowerCase()) || ""}${i.slice(1)}`;
|
|
126
|
+
});
|
|
127
|
+
if (!e.length) return;
|
|
128
|
+
const f = n.getState();
|
|
129
|
+
if (e.filter(
|
|
130
|
+
(o) => A(f, o)
|
|
131
|
+
).length)
|
|
132
|
+
throw new Error(
|
|
133
|
+
`Passing a store prop in conjunction with a default state is not supported.
|
|
134
|
+
|
|
135
|
+
const store = useSelectStore();
|
|
136
|
+
<SelectProvider store={store} defaultValue="Apple" />
|
|
137
|
+
^ ^
|
|
138
|
+
|
|
139
|
+
Instead, pass the default state to the topmost store:
|
|
140
|
+
|
|
141
|
+
const store = useSelectStore({ defaultValue: "Apple" });
|
|
142
|
+
<SelectProvider store={store} />
|
|
143
|
+
|
|
144
|
+
See https://github.com/ariakit/ariakit/pull/2745 for more details.
|
|
145
|
+
|
|
146
|
+
If there's a particular need for this, please submit a feature request at https://github.com/ariakit/ariakit
|
|
147
|
+
`
|
|
148
|
+
);
|
|
149
|
+
}
|
|
150
|
+
var T = { exports: {} }, U = {};
|
|
151
|
+
/**
|
|
152
|
+
* @license React
|
|
153
|
+
* use-sync-external-store-shim.production.js
|
|
154
|
+
*
|
|
155
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
156
|
+
*
|
|
157
|
+
* This source code is licensed under the MIT license found in the
|
|
158
|
+
* LICENSE file in the root directory of this source tree.
|
|
159
|
+
*/
|
|
160
|
+
var W;
|
|
161
|
+
function mt() {
|
|
162
|
+
if (W) return U;
|
|
163
|
+
W = 1;
|
|
164
|
+
var t = F;
|
|
165
|
+
function n(a, p) {
|
|
166
|
+
return a === p && (a !== 0 || 1 / a === 1 / p) || a !== a && p !== p;
|
|
167
|
+
}
|
|
168
|
+
var e = typeof Object.is == "function" ? Object.is : n, f = t.useState, r = t.useEffect, o = t.useLayoutEffect, s = t.useDebugValue;
|
|
169
|
+
function i(a, p) {
|
|
170
|
+
var u = p(), S = f({ inst: { value: u, getSnapshot: p } }), l = S[0].inst, E = S[1];
|
|
171
|
+
return o(
|
|
172
|
+
function() {
|
|
173
|
+
l.value = u, l.getSnapshot = p, v(l) && E({ inst: l });
|
|
174
|
+
},
|
|
175
|
+
[a, u, p]
|
|
176
|
+
), r(
|
|
177
|
+
function() {
|
|
178
|
+
return v(l) && E({ inst: l }), a(function() {
|
|
179
|
+
v(l) && E({ inst: l });
|
|
180
|
+
});
|
|
181
|
+
},
|
|
182
|
+
[a]
|
|
183
|
+
), s(u), u;
|
|
184
|
+
}
|
|
185
|
+
function v(a) {
|
|
186
|
+
var p = a.getSnapshot;
|
|
187
|
+
a = a.value;
|
|
188
|
+
try {
|
|
189
|
+
var u = p();
|
|
190
|
+
return !e(a, u);
|
|
191
|
+
} catch {
|
|
192
|
+
return !0;
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
function m(a, p) {
|
|
196
|
+
return p();
|
|
197
|
+
}
|
|
198
|
+
var _ = typeof window > "u" || typeof window.document > "u" || typeof window.document.createElement > "u" ? m : i;
|
|
199
|
+
return U.useSyncExternalStore = t.useSyncExternalStore !== void 0 ? t.useSyncExternalStore : _, U;
|
|
200
|
+
}
|
|
201
|
+
var G = {};
|
|
202
|
+
/**
|
|
203
|
+
* @license React
|
|
204
|
+
* use-sync-external-store-shim.development.js
|
|
205
|
+
*
|
|
206
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
207
|
+
*
|
|
208
|
+
* This source code is licensed under the MIT license found in the
|
|
209
|
+
* LICENSE file in the root directory of this source tree.
|
|
210
|
+
*/
|
|
211
|
+
var z;
|
|
212
|
+
function Et() {
|
|
213
|
+
return z || (z = 1, process.env.NODE_ENV !== "production" && function() {
|
|
214
|
+
function t(u, S) {
|
|
215
|
+
return u === S && (u !== 0 || 1 / u === 1 / S) || u !== u && S !== S;
|
|
216
|
+
}
|
|
217
|
+
function n(u, S) {
|
|
218
|
+
_ || r.startTransition === void 0 || (_ = !0, console.error(
|
|
219
|
+
"You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."
|
|
220
|
+
));
|
|
221
|
+
var l = S();
|
|
222
|
+
if (!a) {
|
|
223
|
+
var E = S();
|
|
224
|
+
o(l, E) || (console.error(
|
|
225
|
+
"The result of getSnapshot should be cached to avoid an infinite loop"
|
|
226
|
+
), a = !0);
|
|
227
|
+
}
|
|
228
|
+
E = s({
|
|
229
|
+
inst: { value: l, getSnapshot: S }
|
|
230
|
+
});
|
|
231
|
+
var b = E[0].inst, D = E[1];
|
|
232
|
+
return v(
|
|
233
|
+
function() {
|
|
234
|
+
b.value = l, b.getSnapshot = S, e(b) && D({ inst: b });
|
|
235
|
+
},
|
|
236
|
+
[u, l, S]
|
|
237
|
+
), i(
|
|
238
|
+
function() {
|
|
239
|
+
return e(b) && D({ inst: b }), u(function() {
|
|
240
|
+
e(b) && D({ inst: b });
|
|
241
|
+
});
|
|
242
|
+
},
|
|
243
|
+
[u]
|
|
244
|
+
), m(l), l;
|
|
245
|
+
}
|
|
246
|
+
function e(u) {
|
|
247
|
+
var S = u.getSnapshot;
|
|
248
|
+
u = u.value;
|
|
249
|
+
try {
|
|
250
|
+
var l = S();
|
|
251
|
+
return !o(u, l);
|
|
252
|
+
} catch {
|
|
253
|
+
return !0;
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
function f(u, S) {
|
|
257
|
+
return S();
|
|
258
|
+
}
|
|
259
|
+
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());
|
|
260
|
+
var r = F, o = typeof Object.is == "function" ? Object.is : t, s = r.useState, i = r.useEffect, v = r.useLayoutEffect, m = r.useDebugValue, _ = !1, a = !1, p = typeof window > "u" || typeof window.document > "u" || typeof window.document.createElement > "u" ? f : n;
|
|
261
|
+
G.useSyncExternalStore = r.useSyncExternalStore !== void 0 ? r.useSyncExternalStore : p, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
|
|
262
|
+
}()), G;
|
|
263
|
+
}
|
|
264
|
+
var Y;
|
|
265
|
+
function bt() {
|
|
266
|
+
return Y || (Y = 1, process.env.NODE_ENV === "production" ? T.exports = mt() : T.exports = Et()), T.exports;
|
|
267
|
+
}
|
|
268
|
+
var Ot = bt();
|
|
269
|
+
const gt = /* @__PURE__ */ _t(Ot);
|
|
270
|
+
var { useSyncExternalStore: Z } = gt, k = () => () => {
|
|
271
|
+
};
|
|
272
|
+
function yt(t, n = dt) {
|
|
273
|
+
const e = R.useCallback(
|
|
274
|
+
(r) => t ? Q(t, null, r) : k(),
|
|
275
|
+
[t]
|
|
276
|
+
), f = () => {
|
|
277
|
+
const r = typeof n == "string" ? n : null, o = typeof n == "function" ? n : null, s = t == null ? void 0 : t.getState();
|
|
278
|
+
if (o) return o(s);
|
|
279
|
+
if (s && r && A(s, r))
|
|
280
|
+
return s[r];
|
|
281
|
+
};
|
|
282
|
+
return Z(e, f, f);
|
|
283
|
+
}
|
|
284
|
+
function Tt(t, n) {
|
|
285
|
+
const e = R.useRef(
|
|
286
|
+
{}
|
|
287
|
+
), f = R.useCallback(
|
|
288
|
+
(o) => t ? Q(t, null, o) : k(),
|
|
289
|
+
[t]
|
|
290
|
+
), r = () => {
|
|
291
|
+
const o = t == null ? void 0 : t.getState();
|
|
292
|
+
let s = !1;
|
|
293
|
+
const i = e.current;
|
|
294
|
+
for (const v in n) {
|
|
295
|
+
const m = n[v];
|
|
296
|
+
if (typeof m == "function") {
|
|
297
|
+
const _ = m(o);
|
|
298
|
+
_ !== i[v] && (i[v] = _, s = !0);
|
|
299
|
+
}
|
|
300
|
+
if (typeof m == "string") {
|
|
301
|
+
if (!o || !A(o, m)) continue;
|
|
302
|
+
const _ = o[m];
|
|
303
|
+
_ !== i[v] && (i[v] = _, s = !0);
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
return s && (e.current = C({}, i)), e.current;
|
|
307
|
+
};
|
|
308
|
+
return Z(f, r, r);
|
|
309
|
+
}
|
|
310
|
+
function Ct(t, n, e, f) {
|
|
311
|
+
const r = A(n, e) ? n[e] : void 0, o = f ? n[f] : void 0, s = vt({ value: r, setValue: o });
|
|
312
|
+
K(() => X(t, [e], (i, v) => {
|
|
313
|
+
const { value: m, setValue: _ } = s.current;
|
|
314
|
+
_ && i[e] !== v[e] && i[e] !== m && _(i[e]);
|
|
315
|
+
}), [t, e]), K(() => {
|
|
316
|
+
if (r !== void 0)
|
|
317
|
+
return t.setState(e, r), ht(t, [e], () => {
|
|
318
|
+
r !== void 0 && t.setState(e, r);
|
|
319
|
+
});
|
|
320
|
+
});
|
|
321
|
+
}
|
|
322
|
+
function jt(t, n) {
|
|
323
|
+
const [e, f] = R.useState(() => t(n));
|
|
324
|
+
K(() => J(e), [e]);
|
|
325
|
+
const r = R.useCallback(
|
|
326
|
+
(i) => yt(e, i),
|
|
327
|
+
[e]
|
|
328
|
+
), o = R.useMemo(
|
|
329
|
+
() => St(C({}, e), { useState: r }),
|
|
330
|
+
[e, r]
|
|
331
|
+
), s = pt(() => {
|
|
332
|
+
f((i) => t(C(C({}, n), i.getState())));
|
|
333
|
+
});
|
|
334
|
+
return [o, s];
|
|
335
|
+
}
|
|
336
|
+
export {
|
|
337
|
+
yt as a,
|
|
338
|
+
X as b,
|
|
339
|
+
q as c,
|
|
340
|
+
Q as d,
|
|
341
|
+
jt as e,
|
|
342
|
+
Ct as f,
|
|
343
|
+
ht as g,
|
|
344
|
+
J as i,
|
|
345
|
+
Dt as m,
|
|
346
|
+
Rt as o,
|
|
347
|
+
At as p,
|
|
348
|
+
Vt as s,
|
|
349
|
+
It as t,
|
|
350
|
+
Tt as u
|
|
351
|
+
};
|
package/dist/assets/button.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.component-button{--button__bg: var(--blockout__colours__primary--500);--button__bg--hover: var(--blockout__colours__primary--600);--button__text: var(--blockout__colours__surface--50);--button__text--hover: var(--blockout__colours__surface--50);display:flex;align-items:center;justify-content:center;gap:
|
|
1
|
+
.component-button{--button__bg: var(--blockout__colours__primary--500);--button__bg--hover: var(--blockout__colours__primary--600);--button__text: var(--blockout__colours__surface--50);--button__text--hover: var(--blockout__colours__surface--50);--button__icon: var(--blockout__colours__surface--50);--button__icon--hover: var(--blockout__colours__surface--50);--button__padding--y: .75rem;--button__padding--x: 1.25rem;--button__gap: 1rem;--button__font-size: 1rem;display:flex;align-items:center;justify-content:center;gap:var(--button__gap);padding:var(--button__padding--y) var(--button__padding--x);font-size:var(--button__font-size);min-height:40px;width:fit-content;background-color:var(--button__bg);border:1px solid var(--button__border);border-radius:var(--blockout__radius--md);color:var(--button__text);cursor:pointer;outline:0px solid transparent;outline-offset:0px;transition:background-color .25s ease,outline .25s ease,outline-offset .25s ease,border-color .25s ease,color .25s ease,box-shadow .25s ease}.component-button>svg{width:calc(1.375 * var(--button__font-size));height:calc(1.375 * var(--button__font-size));color:var(--button__icon)}.component-button:hover{background-color:var(--button__bg--hover);border-color:var(--button__border--hover);color:var(--button__text--hover)}.component-button:focus{background-color:var(--button__bg--hover);color:var(--button__text--hover);outline:1px solid var(--blockout__colours__outline);outline-offset:4px}.component-button:hover>svg{color:var(--button__icon--hover)}.component-button:active{outline-offset:3px}.component-button[aria-pressed=true]{box-shadow:inset 0 .25rem .5rem #00000040}.component-button--wide{width:100%}.component-button--primary{--button__bg: var(--blockout__colours__primary--500);--button__bg--hover: var(--blockout__colours__primary--400);--button__text: var(--blockout__colours__surface--950);--button__text--hover: var(--blockout__colours__surface--950);--button__icon: var(--blockout__colours__primary--300);--button__icon--hover: var(--blockout__colours__primary--200)}.component-button--neutral{--button__bg: var(--blockout__colours__surface--950);--button__bg--hover: var(--blockout__colours__surface--800);--button__text: var(--blockout__colours__surface--50);--button__text--hover: var(--blockout__colours__surface--50);--button__icon: var(--blockout__colours__primary--500);--button__icon--hover: var(--blockout__colours__primary--500)}.component-button--quiet{--button__border: var(--blockout__colours__surface--300);--button__border--hover: var(--blockout__colours__surface--100);--button__bg: var(--blockout__colours__surface--0);--button__bg--hover: var(--blockout__colours__surface--100);--button__text: var(--blockout__colours__surface--950);--button__text--hover: var(--blockout__colours__surface--950);--button__icon: var(--blockout__colours__primary--500);--button__icon--hover: var(--blockout__colours__primary--500)}.component-button--ghost{--button__bg: transparent;--button__bg--hover: var(--blockout__colours__surface--100);--button__text: var(--blockout__colours__surface--950);--button__text--hover: var(--blockout__colours__surface--950);--button__icon: var(--blockout__colours__primary--500);--button__icon--hover: var(--blockout__colours__primary--500)}.component-button--small{--button__padding--y: .5rem;--button__padding--x: .75rem;--button__gap: .5rem;--button__font-size: .75rem;border-radius:var(--blockout__radius--sm);min-height:2rem}.component-button--medium{--button__padding--y: .75rem;--button__padding--x: 1.25rem;--button__gap: 1rem;--button__font-size: 1rem;border-radius:var(--blockout__radius--md)}.component-button--large{--button__padding--y: 1rem;--button__padding--x: 1.5rem;--button__gap: 1.25rem;--button__font-size: 1.25rem;border-radius:var(--blockout__radius--lg)}.component-button:disabled{opacity:.5;cursor:default;--button__border--hover: var(--button__border);--button__bg--hover: var(--button__bg);--button__text--hover: var(--button__text);--button__icon: var(--button__text);--button__icon--hover: var(--button__text)}.component-button--icon{aspect-ratio:1/1;padding:var(--button__padding--y)}
|
package/dist/assets/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--blockout__colours__surface--0: #ffffff;--blockout__colours__surface--50: #fafaf9;--blockout__colours__surface--100: #f5f5f4;--blockout__colours__surface--200: #e7e5e4;--blockout__colours__surface--300: #d6d3d1;--blockout__colours__surface--400: #a8a29e;--blockout__colours__surface--500: #78716c;--blockout__colours__surface--600: #57534e;--blockout__colours__surface--700: #44403c;--blockout__colours__surface--800: #292524;--blockout__colours__surface--900: #1c1917;--blockout__colours__surface--950: #0c0a09;--blockout__colours__primary--50: #
|
|
1
|
+
:root,[data-colour-scheme=light],:root[data-colour-scheme=dark] [data-colour-scheme=invert]{--blockout__colours__surface--0: #ffffff;--blockout__colours__surface--50: #fafaf9;--blockout__colours__surface--100: #f5f5f4;--blockout__colours__surface--200: #e7e5e4;--blockout__colours__surface--300: #d6d3d1;--blockout__colours__surface--400: #a8a29e;--blockout__colours__surface--500: #78716c;--blockout__colours__surface--600: #57534e;--blockout__colours__surface--700: #44403c;--blockout__colours__surface--800: #292524;--blockout__colours__surface--900: #1c1917;--blockout__colours__surface--950: #0c0a09;--blockout__colours__primary--50: #fffbeb;--blockout__colours__primary--100: #fef3c6;--blockout__colours__primary--200: #fee685;--blockout__colours__primary--300: #ffd230;--blockout__colours__primary--400: #ffb900;--blockout__colours__primary--500: #fe9a00;--blockout__colours__primary--600: #e17100;--blockout__colours__primary--700: #bb4d00;--blockout__colours__primary--800: #973c00;--blockout__colours__primary--900: #7a3306;--blockout__colours__primary--950: #461901;color-scheme:light;color:var(--blockout__colours__surface--950)}[data-colour-scheme=dark],:root[data-colour-scheme=light] [data-colour-scheme=invert]{--blockout__colours__surface--950: #fafaf9;--blockout__colours__surface--900: #f5f5f4;--blockout__colours__surface--800: #e7e5e4;--blockout__colours__surface--700: #d6d3d1;--blockout__colours__surface--600: #a8a29e;--blockout__colours__surface--500: #78716c;--blockout__colours__surface--400: #57534e;--blockout__colours__surface--300: #44403c;--blockout__colours__surface--200: #292524;--blockout__colours__surface--100: #1c1917;--blockout__colours__surface--50: #0c0a09;--blockout__colours__surface--0: #000000;--blockout__colours__primary--950: #fffbeb;--blockout__colours__primary--900: #fef3c6;--blockout__colours__primary--800: #fee685;--blockout__colours__primary--700: #ffd230;--blockout__colours__primary--600: #ffb900;--blockout__colours__primary--500: #fe9a00;--blockout__colours__primary--400: #e17100;--blockout__colours__primary--300: #bb4d00;--blockout__colours__primary--200: #973c00;--blockout__colours__primary--100: #7a3306;--blockout__colours__primary--50: #461901;color-scheme:dark;color:var(--blockout__colours__surface--950)}:root,body{--blockout__radius--xs: .375rem;--blockout__radius--sm: .675rem;--blockout__radius--md: .75rem;--blockout__radius--lg: 1rem;--blockout__radius--2xl: 1.275rem;--blockout__colours__outline: var(--blockout__colours__primary--500);background-color:var(--blockout__colours__surface--0);color:var(--blockout__colours__surface--950)}
|
package/dist/assets/index10.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.component-
|
|
1
|
+
.component-filesystem__list{display:flex;flex-direction:column;gap:.25rem}.component-filesystem__file,.component-filesystem__folder__line{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:var(--blockout__radius--md);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.component-filesystem__file__icon,.component-filesystem__folder__icon{width:1.25rem;height:1.25rem;fill:var(--blockout__colours__surface--500);flex-shrink:0}.component-filesystem__file{outline:0px solid transparent;outline-offset:0px;transition:background-color .25s ease,outline .25s ease,outline-offset .25s ease,border-color .25s ease,color .25s ease,box-shadow .25s ease}.component-filesystem__file:focus-within,.component-filesystem__file:focus{background-color:var(--blockout__colours__surface--100);outline:1px solid var(--blockout__colours__outline);outline-offset:4px}.component-filesystem__file__base{text-underline-offset:0;transition:color .15s ease,text-underline-offset .15s ease}.component-filesystem__file__name:focus{outline:none}a.component-filesystem__file__name:hover .component-filesystem__file__base,a.component-filesystem__file__name:focus .component-filesystem__file__base{text-decoration:underline;text-decoration-color:var(--blockout__colours__primary--500);text-decoration-thickness:1px;text-underline-offset:.25rem}.component-filesystem__file__extension{color:var(--blockout__colours__surface--400);font-size:.875rem;margin-left:.125rem}.component-filesystem__folder__line{width:100%;cursor:pointer;outline:0px solid transparent;outline-offset:0px;transition:background-color .25s ease,outline .25s ease,outline-offset .25s ease,border-color .25s ease,color .25s ease,box-shadow .25s ease}.component-filesystem__folder__line:hover{background-color:var(--blockout__colours__surface--100)}.component-filesystem__folder__line:focus{background-color:var(--blockout__colours__surface--100);outline:1px solid var(--blockout__colours__outline);outline-offset:4px}.component-filesystem__folder__children{padding-left:2rem;padding-top:.25rem}
|
package/dist/assets/index11.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.component-
|
|
1
|
+
.component-progress{--component-progress__steps: 0;--component-progress__step-width: max(.75rem, 3.5%);--component-progress__bg: var(--blockout__colours__surface--200);--component-progress__fg: var(--blockout__colours__surface--950);-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;display:block;height:4px;width:100%;border-radius:0;overflow:clip}.component-progress::-webkit-progress-bar{border-radius:0;height:100%;background:var(--component-progress__bg)}.component-progress::-moz-progress-bar{border-radius:0;height:100%;background:var(--component-progress__fg)}.component-progress::-webkit-progress-value{border-radius:0;height:100%;background:var(--component-progress__fg)}.component-progress:indeterminate:before{content:"";position:absolute;top:0;left:0;background-color:var(--component-progress__fg);height:100%;width:20%;transform-origin:left;animation:component-progress__indeterminate 2s ease-in-out infinite alternate}@keyframes component-progress__indeterminate{0%{left:-50%}to{left:100%}}.component-progress--with-steps:after{content:"";position:absolute;top:-1px;bottom:-1px;left:0;right:0;height:calc(100% + 2px);width:100%;z-index:1;background-image:linear-gradient(90deg,transparent 0%,transparent calc(100% - var(--component-progress__step-width)),var(--blockout__colours__surface--50) calc(100% - var(--component-progress__step-width)),var(--blockout__colours__surface--0) 100%);background-repeat:repeat-x;background-size:calc((100% + ((var(--component-progress__steps) - 1) * (var(--component-progress__step-width) / 2))) / var(--component-progress__steps)) 100%;background-position:0% center}
|
package/dist/assets/index12.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.component-
|
|
1
|
+
.component-toolbar{display:flex;align-items:center;gap:.5rem;padding:.5rem;background-color:var(--blockout__colours__surface--50)}
|