@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,173 @@
|
|
|
1
|
+
import { jsx as P } from "react/jsx-runtime";
|
|
2
|
+
import { cn as F } from "../../utils/css.js";
|
|
3
|
+
import { u as U } from "../../DG5U6ZEL-CVj-Czp2.js";
|
|
4
|
+
import { c as k, a as z, b as A } from "../../4CMBR7SL-BHIN8rB4.js";
|
|
5
|
+
import { u as K } from "../../S43UC3DV-Dn8EFLaT.js";
|
|
6
|
+
import { m as N, o as O, c as R, s as f, b as l, g as W, e as y, f as M } from "../../YV4JVR4I-LkUIiJWj.js";
|
|
7
|
+
import { $ as X, Y as p, X as I, U as S, a0 as T, m as B, o as L, Z as V } from "../../LMDWO4NN--KEvZePp.js";
|
|
8
|
+
import { useMemo as Y } from "react";
|
|
9
|
+
import { b as Z } from "../../UYGDZTLQ-DcCmv5SE.js";
|
|
10
|
+
function q(e = {}) {
|
|
11
|
+
var n = e, {
|
|
12
|
+
composite: o,
|
|
13
|
+
combobox: c
|
|
14
|
+
} = n, d = X(n, [
|
|
15
|
+
"composite",
|
|
16
|
+
"combobox"
|
|
17
|
+
]);
|
|
18
|
+
const g = [
|
|
19
|
+
"items",
|
|
20
|
+
"renderedItems",
|
|
21
|
+
"moves",
|
|
22
|
+
"orientation",
|
|
23
|
+
"virtualFocus",
|
|
24
|
+
"includesBaseElement",
|
|
25
|
+
"baseElement",
|
|
26
|
+
"focusLoop",
|
|
27
|
+
"focusShift",
|
|
28
|
+
"focusWrap"
|
|
29
|
+
], v = N(
|
|
30
|
+
d.store,
|
|
31
|
+
O(o, g),
|
|
32
|
+
O(c, g)
|
|
33
|
+
), r = v == null ? void 0 : v.getState(), b = k(p(S({}, d), {
|
|
34
|
+
store: v,
|
|
35
|
+
// We need to explicitly set the default value of `includesBaseElement` to
|
|
36
|
+
// `false` since we don't want the composite store to default it to `true`
|
|
37
|
+
// when the activeId state is null, which could be the case when rendering
|
|
38
|
+
// combobox with tab.
|
|
39
|
+
includesBaseElement: I(
|
|
40
|
+
d.includesBaseElement,
|
|
41
|
+
r == null ? void 0 : r.includesBaseElement,
|
|
42
|
+
!1
|
|
43
|
+
),
|
|
44
|
+
orientation: I(
|
|
45
|
+
d.orientation,
|
|
46
|
+
r == null ? void 0 : r.orientation,
|
|
47
|
+
"horizontal"
|
|
48
|
+
),
|
|
49
|
+
focusLoop: I(d.focusLoop, r == null ? void 0 : r.focusLoop, !0)
|
|
50
|
+
})), x = z(), j = p(S({}, b.getState()), {
|
|
51
|
+
selectedId: I(
|
|
52
|
+
d.selectedId,
|
|
53
|
+
r == null ? void 0 : r.selectedId,
|
|
54
|
+
d.defaultSelectedId
|
|
55
|
+
),
|
|
56
|
+
selectOnMove: I(
|
|
57
|
+
d.selectOnMove,
|
|
58
|
+
r == null ? void 0 : r.selectOnMove,
|
|
59
|
+
!0
|
|
60
|
+
)
|
|
61
|
+
}), t = R(j, b, v);
|
|
62
|
+
f(
|
|
63
|
+
t,
|
|
64
|
+
() => l(t, ["moves"], () => {
|
|
65
|
+
const { activeId: s, selectOnMove: a } = t.getState();
|
|
66
|
+
if (!a || !s) return;
|
|
67
|
+
const i = b.item(s);
|
|
68
|
+
i && (i.dimmed || i.disabled || t.setState("selectedId", i.id));
|
|
69
|
+
})
|
|
70
|
+
);
|
|
71
|
+
let h = !0;
|
|
72
|
+
f(
|
|
73
|
+
t,
|
|
74
|
+
() => W(t, ["selectedId"], (s, a) => {
|
|
75
|
+
if (!h) {
|
|
76
|
+
h = !0;
|
|
77
|
+
return;
|
|
78
|
+
}
|
|
79
|
+
o && s.selectedId === a.selectedId || t.setState("activeId", s.selectedId);
|
|
80
|
+
})
|
|
81
|
+
), f(
|
|
82
|
+
t,
|
|
83
|
+
() => l(t, ["selectedId", "renderedItems"], (s) => {
|
|
84
|
+
if (s.selectedId !== void 0) return;
|
|
85
|
+
const { activeId: a, renderedItems: i } = t.getState(), m = b.item(a);
|
|
86
|
+
if (m && !m.disabled && !m.dimmed)
|
|
87
|
+
t.setState("selectedId", m.id);
|
|
88
|
+
else {
|
|
89
|
+
const _ = i.find(
|
|
90
|
+
(u) => !u.disabled && !u.dimmed
|
|
91
|
+
);
|
|
92
|
+
t.setState("selectedId", _ == null ? void 0 : _.id);
|
|
93
|
+
}
|
|
94
|
+
})
|
|
95
|
+
), f(
|
|
96
|
+
t,
|
|
97
|
+
() => l(t, ["renderedItems"], (s) => {
|
|
98
|
+
const a = s.renderedItems;
|
|
99
|
+
if (a.length)
|
|
100
|
+
return l(x, ["renderedItems"], (i) => {
|
|
101
|
+
const m = i.renderedItems;
|
|
102
|
+
m.some((u) => !u.tabId) && m.forEach((u, $) => {
|
|
103
|
+
if (u.tabId) return;
|
|
104
|
+
const E = a[$];
|
|
105
|
+
E && x.renderItem(p(S({}, u), { tabId: E.id }));
|
|
106
|
+
});
|
|
107
|
+
});
|
|
108
|
+
})
|
|
109
|
+
);
|
|
110
|
+
let C = null;
|
|
111
|
+
return f(t, () => {
|
|
112
|
+
const s = () => {
|
|
113
|
+
C = t.getState().selectedId;
|
|
114
|
+
}, a = () => {
|
|
115
|
+
h = !1, t.setState("selectedId", C);
|
|
116
|
+
};
|
|
117
|
+
if (o && "setSelectElement" in o)
|
|
118
|
+
return T(
|
|
119
|
+
l(o, ["value"], s),
|
|
120
|
+
l(o, ["mounted"], a)
|
|
121
|
+
);
|
|
122
|
+
if (c)
|
|
123
|
+
return T(
|
|
124
|
+
l(c, ["selectedValue"], s),
|
|
125
|
+
l(c, ["mounted"], a)
|
|
126
|
+
);
|
|
127
|
+
}), p(S(S({}, b), t), {
|
|
128
|
+
panels: x,
|
|
129
|
+
setSelectedId: (s) => t.setState("selectedId", s),
|
|
130
|
+
select: (s) => {
|
|
131
|
+
t.setState("selectedId", s), b.move(s);
|
|
132
|
+
}
|
|
133
|
+
});
|
|
134
|
+
}
|
|
135
|
+
function w(e, n, o) {
|
|
136
|
+
V(n, [o.composite, o.combobox]), e = A(e, n, o), M(e, o, "selectedId", "setSelectedId"), M(e, o, "selectOnMove");
|
|
137
|
+
const [c, d] = y(() => e.panels, {});
|
|
138
|
+
return V(d, [e, d]), Object.assign(
|
|
139
|
+
Y(() => B(L({}, e), { panels: c }), [e, c]),
|
|
140
|
+
{ composite: o.composite, combobox: o.combobox }
|
|
141
|
+
);
|
|
142
|
+
}
|
|
143
|
+
function D(e = {}) {
|
|
144
|
+
const n = K(), o = U() || n;
|
|
145
|
+
e = B(L({}, e), {
|
|
146
|
+
composite: e.composite !== void 0 ? e.composite : o,
|
|
147
|
+
combobox: e.combobox !== void 0 ? e.combobox : n
|
|
148
|
+
});
|
|
149
|
+
const [c, d] = y(q, e);
|
|
150
|
+
return w(c, d, e);
|
|
151
|
+
}
|
|
152
|
+
function G(e = {}) {
|
|
153
|
+
const n = D(e);
|
|
154
|
+
return /* @__PURE__ */ P(Z, { value: n, children: e.children });
|
|
155
|
+
}
|
|
156
|
+
const ce = ({
|
|
157
|
+
value: e,
|
|
158
|
+
onValueChange: n,
|
|
159
|
+
defaultValue: o,
|
|
160
|
+
className: c,
|
|
161
|
+
children: d
|
|
162
|
+
}) => /* @__PURE__ */ P(
|
|
163
|
+
G,
|
|
164
|
+
{
|
|
165
|
+
selectedId: e,
|
|
166
|
+
setSelectedId: n,
|
|
167
|
+
defaultSelectedId: o,
|
|
168
|
+
children: /* @__PURE__ */ P("div", { className: F("component-tabs", c), children: d })
|
|
169
|
+
}
|
|
170
|
+
);
|
|
171
|
+
export {
|
|
172
|
+
ce as Tabs
|
|
173
|
+
};
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
2
|
+
import { cn as N } from "../../utils/css.js";
|
|
3
|
+
import { u as w } from "../../UYGDZTLQ-DcCmv5SE.js";
|
|
4
|
+
import { C, u as E } from "../../6VRAQV3D-Clhw_nNS.js";
|
|
5
|
+
import { a as F } from "../../YV4JVR4I-LkUIiJWj.js";
|
|
6
|
+
import { r as V, f as W, a as D, q as j, _ as A, i as q, s as H, t as L, m as a, o as r, e as O } from "../../LMDWO4NN--KEvZePp.js";
|
|
7
|
+
import { useCallback as $ } from "react";
|
|
8
|
+
var y = "button", z = D(function(i) {
|
|
9
|
+
var n = i, {
|
|
10
|
+
store: e,
|
|
11
|
+
getItem: l
|
|
12
|
+
} = n, t = A(n, [
|
|
13
|
+
"store",
|
|
14
|
+
"getItem"
|
|
15
|
+
]), p;
|
|
16
|
+
const h = w();
|
|
17
|
+
e = e || h, q(
|
|
18
|
+
e,
|
|
19
|
+
process.env.NODE_ENV !== "production" && "Tab must be wrapped in a TabList component."
|
|
20
|
+
);
|
|
21
|
+
const b = H(), s = t.id || b, I = L(t), x = $(
|
|
22
|
+
(o) => {
|
|
23
|
+
const c = a(r({}, o), { dimmed: I });
|
|
24
|
+
return l ? l(c) : c;
|
|
25
|
+
},
|
|
26
|
+
[I, l]
|
|
27
|
+
), f = t.onClick, g = O((o) => {
|
|
28
|
+
f == null || f(o), !o.defaultPrevented && (e == null || e.setSelectedId(s));
|
|
29
|
+
}), T = e.panels.useState(
|
|
30
|
+
(o) => {
|
|
31
|
+
var c;
|
|
32
|
+
return (c = o.items.find((k) => k.tabId === s)) == null ? void 0 : c.id;
|
|
33
|
+
}
|
|
34
|
+
), v = b ? t.shouldRegisterItem : !1, S = e.useState((o) => !!s && o.activeId === s), u = e.useState((o) => !!s && o.selectedId === s), P = e.useState((o) => !!e.item(o.activeId)), R = S || u && !P, _ = u || ((p = t.accessibleWhenDisabled) != null ? p : !0);
|
|
35
|
+
if (F(
|
|
36
|
+
e.combobox || e.composite,
|
|
37
|
+
"virtualFocus"
|
|
38
|
+
) && (t = a(r({}, t), {
|
|
39
|
+
tabIndex: -1
|
|
40
|
+
})), t = a(r({
|
|
41
|
+
id: s,
|
|
42
|
+
role: "tab",
|
|
43
|
+
"aria-selected": u,
|
|
44
|
+
"aria-controls": T || void 0
|
|
45
|
+
}, t), {
|
|
46
|
+
onClick: g
|
|
47
|
+
}), e.composite) {
|
|
48
|
+
const o = {
|
|
49
|
+
id: s,
|
|
50
|
+
accessibleWhenDisabled: _,
|
|
51
|
+
store: e.composite,
|
|
52
|
+
shouldRegisterItem: R && v,
|
|
53
|
+
rowId: t.rowId,
|
|
54
|
+
render: t.render
|
|
55
|
+
};
|
|
56
|
+
t = a(r({}, t), {
|
|
57
|
+
render: /* @__PURE__ */ m(
|
|
58
|
+
C,
|
|
59
|
+
a(r({}, o), {
|
|
60
|
+
render: e.combobox && e.composite !== e.combobox ? /* @__PURE__ */ m(C, a(r({}, o), { store: e.combobox })) : o.render
|
|
61
|
+
})
|
|
62
|
+
)
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
return t = E(a(r({
|
|
66
|
+
store: e
|
|
67
|
+
}, t), {
|
|
68
|
+
accessibleWhenDisabled: _,
|
|
69
|
+
getItem: x,
|
|
70
|
+
shouldRegisterItem: v
|
|
71
|
+
})), t;
|
|
72
|
+
}), B = V(
|
|
73
|
+
W(function(i) {
|
|
74
|
+
const n = z(i);
|
|
75
|
+
return j(y, n);
|
|
76
|
+
})
|
|
77
|
+
);
|
|
78
|
+
const Z = ({ className: d, value: i, children: n }) => /* @__PURE__ */ m(B, { id: i, className: N("component-tabs__tab", d), children: /* @__PURE__ */ m("div", { className: "component-tabs__tab__label", children: n }) });
|
|
79
|
+
export {
|
|
80
|
+
Z as Tab
|
|
81
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { createComposite as n } from "../../utils/components.js";
|
|
2
|
+
import { Button as c } from "../button/index.js";
|
|
3
|
+
import { u, R as i } from "../../root-CdR32nP9.js";
|
|
4
|
+
import { u as l } from "../../6VRAQV3D-Clhw_nNS.js";
|
|
5
|
+
import { r as p, f as b, a as f, q as _, _ as I, o as T } from "../../LMDWO4NN--KEvZePp.js";
|
|
6
|
+
import '../../assets/index12.css';var v = "button", R = f(
|
|
7
|
+
function(t) {
|
|
8
|
+
var o = t, { store: e } = o, r = I(o, ["store"]);
|
|
9
|
+
const m = u();
|
|
10
|
+
return e = e || m, r = l(T({ store: e }, r)), r;
|
|
11
|
+
}
|
|
12
|
+
), a = p(
|
|
13
|
+
b(function(t) {
|
|
14
|
+
const o = R(t);
|
|
15
|
+
return _(v, o);
|
|
16
|
+
})
|
|
17
|
+
);
|
|
18
|
+
const B = Object.assign(i, {
|
|
19
|
+
Generic: a,
|
|
20
|
+
IconButton: n(a, c.Icon, {
|
|
21
|
+
size: "small",
|
|
22
|
+
className: "component-toolbar__icon-button"
|
|
23
|
+
})
|
|
24
|
+
});
|
|
25
|
+
export {
|
|
26
|
+
B as Toolbar
|
|
27
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { u as e } from "./4CMBR7SL-BHIN8rB4.js";
|
|
2
|
+
import { a as t } from "./P7GR5CS5-BoOYUfSQ.js";
|
|
3
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
4
|
+
function a(o = {}) {
|
|
5
|
+
const r = e(o);
|
|
6
|
+
return /* @__PURE__ */ i(t, { value: r, children: o.children });
|
|
7
|
+
}
|
|
8
|
+
export {
|
|
9
|
+
a as C
|
|
10
|
+
};
|