@wrdagency/blockout 0.0.19 → 0.1.1

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.
Files changed (166) hide show
  1. package/dist/2NBKRL7C-BAzCMGOw.js +85 -0
  2. package/dist/2RSXSRCN-qt84MtKs.js +61 -0
  3. package/dist/4CMBR7SL-BAGv8IL2.js +308 -0
  4. package/dist/5JTVDSTH-CG1NL6Fw.js +174 -0
  5. package/dist/5VQZOHHZ-CscZGerP.js +59 -0
  6. package/dist/6VRAQV3D-2rb_aClP.js +201 -0
  7. package/dist/7PRQYBBV-91wrWGjk.js +17 -0
  8. package/dist/ArrowRight.es-xyNbtVOa.js +60 -0
  9. package/dist/DG5U6ZEL-CVj-Czp2.js +17 -0
  10. package/dist/F5MUBM3I-87B2_4WK.js +54 -0
  11. package/dist/LMDWO4NN--KEvZePp.js +610 -0
  12. package/dist/MTZPJQMC-DyCWBG18.js +14 -0
  13. package/dist/P7GR5CS5-BoOYUfSQ.js +19 -0
  14. package/dist/PFRGBC2K-BEg8ahbY.js +303 -0
  15. package/dist/RS7LB2H4-D0fWv5qu.js +15 -0
  16. package/dist/RZ4GPYOB-13-5LlEb.js +37 -0
  17. package/dist/S43UC3DV-Dn8EFLaT.js +22 -0
  18. package/dist/Square.es-KJLdY11q.js +72 -0
  19. package/dist/T7VMP3TM-DeRMoW8g.js +77 -0
  20. package/dist/TP7N7UIH-BHb1rEeb.js +34 -0
  21. package/dist/UQQRIHDV-Bu8e1bYU.js +69 -0
  22. package/dist/UYGDZTLQ-DcCmv5SE.js +12 -0
  23. package/dist/VIIRIBF3-D5DmZNtI.js +26 -0
  24. package/dist/WMYDSCNQ-Dy1O-Kdl.js +2405 -0
  25. package/dist/WYCIER3C-DRn904Gy.js +175 -0
  26. package/dist/YV4JVR4I-kvospPUa.js +351 -0
  27. package/dist/_commonjsHelpers-C6fGbg64.js +6 -0
  28. package/dist/assets/button.css +1 -1
  29. package/dist/assets/index.css +1 -1
  30. package/dist/assets/index10.css +1 -1
  31. package/dist/assets/index11.css +1 -1
  32. package/dist/assets/index12.css +1 -1
  33. package/dist/assets/index13.css +1 -1
  34. package/dist/assets/index14.css +1 -0
  35. package/dist/assets/index15.css +1 -0
  36. package/dist/assets/index16.css +1 -0
  37. package/dist/assets/index17.css +1 -0
  38. package/dist/assets/index18.css +1 -0
  39. package/dist/assets/index2.css +1 -1
  40. package/dist/assets/index3.css +1 -1
  41. package/dist/assets/index4.css +1 -1
  42. package/dist/assets/index5.css +1 -1
  43. package/dist/assets/index6.css +1 -1
  44. package/dist/assets/index7.css +1 -1
  45. package/dist/assets/index8.css +1 -1
  46. package/dist/assets/index9.css +1 -1
  47. package/dist/assets/style.css +1 -1
  48. package/dist/assets/style2.css +1 -0
  49. package/dist/assets/style3.css +1 -0
  50. package/dist/assets/style4.css +1 -0
  51. package/dist/assets/styles.css +1 -1
  52. package/dist/components/block-editor/editor.d.ts +5 -0
  53. package/dist/components/block-editor/editor.js +6 -0
  54. package/dist/components/block-editor/index.d.ts +1 -0
  55. package/dist/components/block-editor/index.js +4 -0
  56. package/dist/components/breadcrumbs/index.js +87 -31
  57. package/dist/components/button/button.d.ts +1 -1
  58. package/dist/components/button/button.js +5 -5
  59. package/dist/components/button/icon.d.ts +1 -2
  60. package/dist/components/button/icon.js +10 -3
  61. package/dist/components/button/index.d.ts +4 -0
  62. package/dist/components/controls/base-control/affix.js +7 -7
  63. package/dist/components/controls/base-control/index.js +11 -11
  64. package/dist/components/controls/base-popover-control/index.d.ts +9 -0
  65. package/dist/components/controls/base-popover-control/index.js +47 -0
  66. package/dist/components/controls/checkbox-control/index.d.ts +8 -0
  67. package/dist/components/controls/checkbox-control/index.js +57 -0
  68. package/dist/components/controls/choice-control/choice.js +13 -11
  69. package/dist/components/controls/choice-control/index.js +1 -1
  70. package/dist/components/controls/index.d.ts +4 -1
  71. package/dist/components/controls/index.js +25 -16
  72. package/dist/components/controls/number-control/index.js +29 -27
  73. package/dist/components/controls/password-control/index.js +1 -1
  74. package/dist/components/controls/recurrence-control/index.d.ts +8 -0
  75. package/dist/components/controls/recurrence-control/index.js +208 -0
  76. package/dist/components/controls/select-control/component.d.ts +12 -0
  77. package/dist/components/controls/select-control/component.js +1879 -0
  78. package/dist/components/controls/select-control/index.d.ts +2 -12
  79. package/dist/components/controls/select-control/index.js +5 -1860
  80. package/dist/components/controls/select-control/options.d.ts +7 -0
  81. package/dist/components/controls/select-control/options.js +9 -0
  82. package/dist/components/controls/textarea-control/index.js +1 -1
  83. package/dist/components/controls/toggle-control/index.js +11 -9
  84. package/dist/components/controls/toggle-group-control/index.d.ts +19 -0
  85. package/dist/components/controls/toggle-group-control/index.js +50 -0
  86. package/dist/components/data-table/column.js +1 -1
  87. package/dist/components/data-table/header.js +120 -171
  88. package/dist/components/data-table/index.js +1 -1
  89. package/dist/components/filesystem/file.d.ts +7 -0
  90. package/dist/components/filesystem/file.js +44 -0
  91. package/dist/components/filesystem/folder.d.ts +6 -0
  92. package/dist/components/filesystem/folder.js +160 -0
  93. package/dist/components/filesystem/icon.d.ts +7 -0
  94. package/dist/components/filesystem/icon.js +908 -0
  95. package/dist/components/filesystem/index.js +14 -0
  96. package/dist/components/filesystem/list.d.ts +4 -0
  97. package/dist/components/filesystem/list.js +18 -0
  98. package/dist/components/filesystem/root.d.ts +3 -0
  99. package/dist/components/filesystem/root.js +7 -0
  100. package/dist/components/form/components/index.js +12 -12
  101. package/dist/components/form/components/pagination.js +23 -16
  102. package/dist/components/form/components/progress.d.ts +3 -2
  103. package/dist/components/index.d.ts +4 -0
  104. package/dist/components/index.js +48 -31
  105. package/dist/components/menu/index.js +24 -23
  106. package/dist/components/menu/item.js +1 -1
  107. package/dist/components/menu/items/action.js +1 -1
  108. package/dist/components/menu/items/spacer.js +14 -42
  109. package/dist/components/menu/items/submenu.js +2 -2
  110. package/dist/components/menu/items/toggle.js +25 -91
  111. package/dist/components/progress/index.d.ts +5 -3
  112. package/dist/components/progress/index.js +44 -27
  113. package/dist/components/tabs/index.js +12 -0
  114. package/dist/components/tabs/list.d.ts +7 -0
  115. package/dist/components/tabs/list.js +42 -0
  116. package/dist/components/tabs/panel.d.ts +8 -0
  117. package/dist/components/tabs/panel.js +132 -0
  118. package/dist/components/tabs/root.d.ts +9 -0
  119. package/dist/components/tabs/root.js +173 -0
  120. package/dist/components/tabs/tab.d.ts +7 -0
  121. package/dist/components/tabs/tab.js +81 -0
  122. package/dist/components/toolbar/index.js +27 -0
  123. package/dist/components/toolbar/root.d.ts +6 -0
  124. package/dist/components/toolbar/root.js +6 -0
  125. package/dist/composite-provider-DNftbE5U.js +10 -0
  126. package/dist/hooks/state.d.ts +4 -0
  127. package/dist/hooks/state.js +7 -0
  128. package/dist/hooks/theme.js +7 -38
  129. package/dist/index-1AjPIqTN.js +73 -0
  130. package/dist/index-Cgx3BqdJ.js +388 -0
  131. package/dist/index.js +61 -40
  132. package/dist/{item-D9r2-3fk.js → item-B1ugJ7YQ.js} +240 -234
  133. package/dist/options-Cfoqhxw2.js +96 -0
  134. package/dist/primitives/index.d.ts +2 -0
  135. package/dist/primitives/index.js +4 -0
  136. package/dist/primitives/resizable/index.js +1 -1
  137. package/dist/primitives/scroll-area/index.d.ts +7 -0
  138. package/dist/primitives/scroll-area/index.js +777 -0
  139. package/dist/primitives/truncate/index.d.ts +7 -0
  140. package/dist/primitives/truncate/index.js +46 -0
  141. package/dist/primitives/visually-hidden/index.d.ts +2 -2
  142. package/dist/primitives/visually-hidden/index.js +13 -3
  143. package/dist/root-CaKPdqzv.js +73 -0
  144. package/dist/types/date.d.ts +39 -0
  145. package/dist/types/date.js +1778 -0
  146. package/dist/types/options.d.ts +8 -6
  147. package/dist/utils/components.d.ts +5 -0
  148. package/dist/utils/components.js +14 -0
  149. package/dist/utils/date.d.ts +1 -0
  150. package/dist/utils/date.js +15 -0
  151. package/dist/utils/string.d.ts +4 -0
  152. package/dist/utils/string.js +18 -0
  153. package/package.json +4 -2
  154. package/dist/2NBKRL7C-D-Q0qGRV.js +0 -81
  155. package/dist/P7GR5CS5-qyeuZVEs.js +0 -640
  156. package/dist/T7VMP3TM-BxgFbvdx.js +0 -2106
  157. package/dist/UQQRIHDV-BGs025hb.js +0 -1046
  158. package/dist/VIIRIBF3-D9clDhln.js +0 -21
  159. package/dist/_commonjsHelpers-DaMA6jEr.js +0 -8
  160. package/dist/components/markdown/formats.d.ts +0 -11
  161. package/dist/components/markdown/formats.js +0 -318
  162. package/dist/components/markdown/index.d.ts +0 -7
  163. package/dist/components/markdown/index.js +0 -25845
  164. package/dist/components/markdown/types/format.d.ts +0 -27
  165. package/dist/components/markdown/types/format.js +0 -4
  166. package/dist/floating-ui.dom-9sqP7IwC.js +0 -1512
@@ -0,0 +1,201 @@
1
+ import { b as ie, i as j, c as se, g as ae } from "./5VQZOHHZ-CscZGerP.js";
2
+ import { u as ue } from "./RZ4GPYOB-13-5LlEb.js";
3
+ import { b as le, c as fe, d as ce } from "./P7GR5CS5-BoOYUfSQ.js";
4
+ import { u as de } from "./2RSXSRCN-qt84MtKs.js";
5
+ import { u as me } from "./YV4JVR4I-kvospPUa.js";
6
+ import { r as pe, f as be, a as Ie, q as ge, _ as ve, s as we, t as Pe, m as S, o as x, e as T, j as N, l as Se, n as xe, v as Ce, h as D, w as A, x as he, y as Ee, z as ye, A as Te, k as De, B as Ae, C as ke } from "./LMDWO4NN--KEvZePp.js";
7
+ import { useRef as V, useContext as Oe, useCallback as Re, useMemo as ze } from "react";
8
+ import { jsx as Ke } from "react/jsx-runtime";
9
+ var Fe = "button";
10
+ function _e(o) {
11
+ return A(o) ? !0 : o.tagName === "INPUT" && !ke(o);
12
+ }
13
+ function Be(o, u = !1) {
14
+ const a = o.clientHeight, { top: t } = o.getBoundingClientRect(), c = Math.max(a * 0.875, a - 40) * 1.5, m = u ? a - c + t : c + t;
15
+ return o.tagName === "HTML" ? m + o.scrollTop : m;
16
+ }
17
+ function He(o, u = !1) {
18
+ const { top: a } = o.getBoundingClientRect();
19
+ return u ? a + o.clientHeight : a;
20
+ }
21
+ function L(o, u, a, t = !1) {
22
+ var c;
23
+ if (!u || !a) return;
24
+ const { renderedItems: m } = u.getState(), v = Ae(o);
25
+ if (!v) return;
26
+ const C = Be(v, t);
27
+ let f, p;
28
+ for (let b = 0; b < m.length; b += 1) {
29
+ const r = f;
30
+ if (f = a(b), !f) break;
31
+ if (f === r) continue;
32
+ const w = (c = ae(u, f)) == null ? void 0 : c.element;
33
+ if (!w) continue;
34
+ const I = He(w, t) - C, s = Math.abs(I);
35
+ if (t && I <= 0 || !t && I >= 0) {
36
+ p !== void 0 && p < s && (f = r);
37
+ break;
38
+ }
39
+ p = s;
40
+ }
41
+ return f;
42
+ }
43
+ function Me(o, u) {
44
+ return D(o) ? !1 : j(u, o.target);
45
+ }
46
+ var Ne = Ie(
47
+ function(u) {
48
+ var a = u, {
49
+ store: t,
50
+ rowId: c,
51
+ preventScrollOnKeyDown: m = !1,
52
+ moveOnKeyPress: v = !0,
53
+ tabbable: C = !1,
54
+ getItem: f,
55
+ "aria-setsize": p,
56
+ "aria-posinset": b
57
+ } = a, r = ve(a, [
58
+ "store",
59
+ "rowId",
60
+ "preventScrollOnKeyDown",
61
+ "moveOnKeyPress",
62
+ "tabbable",
63
+ "getItem",
64
+ "aria-setsize",
65
+ "aria-posinset"
66
+ ]);
67
+ const w = le();
68
+ t = t || w;
69
+ const l = we(r.id), I = V(null), s = Oe(fe), k = Pe(r) && !r.accessibleWhenDisabled, {
70
+ rowId: h,
71
+ baseElement: O,
72
+ isActiveItem: U,
73
+ ariaSetSize: W,
74
+ ariaPosInSet: q,
75
+ isTabbable: G
76
+ } = me(t, {
77
+ rowId(e) {
78
+ if (c) return c;
79
+ if (e && s != null && s.baseElement && s.baseElement === e.baseElement)
80
+ return s.id;
81
+ },
82
+ baseElement(e) {
83
+ return (e == null ? void 0 : e.baseElement) || void 0;
84
+ },
85
+ isActiveItem(e) {
86
+ return !!e && e.activeId === l;
87
+ },
88
+ ariaSetSize(e) {
89
+ if (p != null) return p;
90
+ if (e && s != null && s.ariaSetSize && s.baseElement === e.baseElement)
91
+ return s.ariaSetSize;
92
+ },
93
+ ariaPosInSet(e) {
94
+ if (b != null) return b;
95
+ if (!e || !(s != null && s.ariaPosInSet) || s.baseElement !== e.baseElement) return;
96
+ const n = e.renderedItems.filter(
97
+ (i) => i.rowId === h
98
+ );
99
+ return s.ariaPosInSet + n.findIndex((i) => i.id === l);
100
+ },
101
+ isTabbable(e) {
102
+ if (!(e != null && e.renderedItems.length)) return !0;
103
+ if (e.virtualFocus) return !1;
104
+ if (C) return !0;
105
+ if (e.activeId === null) return !1;
106
+ const n = t == null ? void 0 : t.item(e.activeId);
107
+ return n != null && n.disabled || !(n != null && n.element) ? !0 : e.activeId === l;
108
+ }
109
+ }), J = Re(
110
+ (e) => {
111
+ var n;
112
+ const i = S(x({}, e), {
113
+ id: l || e.id,
114
+ rowId: h,
115
+ disabled: !!k,
116
+ children: (n = e.element) == null ? void 0 : n.textContent
117
+ });
118
+ return f ? f(i) : i;
119
+ },
120
+ [l, h, k, f]
121
+ ), R = r.onFocus, E = V(!1), Q = T((e) => {
122
+ if (R == null || R(e), e.defaultPrevented || ye(e) || !l || !t || Me(e, t)) return;
123
+ const { virtualFocus: n, baseElement: i } = t.getState();
124
+ if (t.setActiveId(l), A(e.currentTarget) && ie(e.currentTarget), !n || !D(e) || _e(e.currentTarget) || !(i != null && i.isConnected)) return;
125
+ Te() && e.currentTarget.hasAttribute("data-autofocus") && e.currentTarget.scrollIntoView({
126
+ block: "nearest",
127
+ inline: "nearest"
128
+ }), E.current = !0, e.relatedTarget === i || j(t, e.relatedTarget) ? se(i) : i.focus();
129
+ }), z = r.onBlurCapture, X = T((e) => {
130
+ if (z == null || z(e), e.defaultPrevented) return;
131
+ const n = t == null ? void 0 : t.getState();
132
+ n != null && n.virtualFocus && E.current && (E.current = !1, e.preventDefault(), e.stopPropagation());
133
+ }), K = r.onKeyDown, Y = N(m), Z = N(v), $ = T((e) => {
134
+ if (K == null || K(e), e.defaultPrevented || !D(e) || !t) return;
135
+ const { currentTarget: n } = e, i = t.getState(), y = t.item(l), d = !!(y != null && y.rowId), P = i.orientation !== "horizontal", g = i.orientation !== "vertical", _ = () => !!(d || g || !i.baseElement || !De(i.baseElement)), B = {
136
+ ArrowUp: (d || P) && t.up,
137
+ ArrowRight: (d || g) && t.next,
138
+ ArrowDown: (d || P) && t.down,
139
+ ArrowLeft: (d || g) && t.previous,
140
+ Home: () => {
141
+ if (_())
142
+ return !d || e.ctrlKey ? t == null ? void 0 : t.first() : t == null ? void 0 : t.previous(-1);
143
+ },
144
+ End: () => {
145
+ if (_())
146
+ return !d || e.ctrlKey ? t == null ? void 0 : t.last() : t == null ? void 0 : t.next(-1);
147
+ },
148
+ PageUp: () => L(n, t, t == null ? void 0 : t.up, !0),
149
+ PageDown: () => L(n, t, t == null ? void 0 : t.down)
150
+ }[e.key];
151
+ if (B) {
152
+ if (A(n)) {
153
+ const M = he(n), ee = g && e.key === "ArrowLeft", te = g && e.key === "ArrowRight", re = P && e.key === "ArrowUp", ne = P && e.key === "ArrowDown";
154
+ if (te || ne) {
155
+ const { length: oe } = Ee(n);
156
+ if (M.end !== oe) return;
157
+ } else if ((ee || re) && M.start !== 0) return;
158
+ }
159
+ const H = B();
160
+ if (Y(e) || H !== void 0) {
161
+ if (!Z(e)) return;
162
+ e.preventDefault(), t.move(H);
163
+ }
164
+ }
165
+ }), F = ze(
166
+ () => ({ id: l, baseElement: O }),
167
+ [l, O]
168
+ );
169
+ return r = Se(
170
+ r,
171
+ (e) => /* @__PURE__ */ Ke(ce.Provider, { value: F, children: e }),
172
+ [F]
173
+ ), r = S(x({
174
+ id: l,
175
+ "data-active-item": U || void 0
176
+ }, r), {
177
+ ref: xe(I, r.ref),
178
+ tabIndex: G ? r.tabIndex : -1,
179
+ onFocus: Q,
180
+ onBlurCapture: X,
181
+ onKeyDown: $
182
+ }), r = de(r), r = ue(S(x({
183
+ store: t
184
+ }, r), {
185
+ getItem: J,
186
+ shouldRegisterItem: l ? r.shouldRegisterItem : !1
187
+ })), Ce(S(x({}, r), {
188
+ "aria-setsize": W,
189
+ "aria-posinset": q
190
+ }));
191
+ }
192
+ ), Ye = pe(
193
+ be(function(u) {
194
+ const a = Ne(u);
195
+ return ge(Fe, a);
196
+ })
197
+ );
198
+ export {
199
+ Ye as C,
200
+ Ne as u
201
+ };
@@ -0,0 +1,17 @@
1
+ function n(r) {
2
+ return Array.isArray(r) ? r : typeof r < "u" ? [r] : [];
3
+ }
4
+ function f(r) {
5
+ const e = [];
6
+ for (const t of r)
7
+ e.push(...t);
8
+ return e;
9
+ }
10
+ function o(r) {
11
+ return r.slice().reverse();
12
+ }
13
+ export {
14
+ f,
15
+ o as r,
16
+ n as t
17
+ };
@@ -0,0 +1,60 @@
1
+ import * as e from "react";
2
+ import { w as l } from "./SSRBase.es-BUXS72ra.js";
3
+ const n = /* @__PURE__ */ new Map([
4
+ [
5
+ "bold",
6
+ /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M228,128a12,12,0,0,1-12,12H69l51.52,51.51a12,12,0,0,1-17,17l-72-72a12,12,0,0,1,0-17l72-72a12,12,0,0,1,17,17L69,116H216A12,12,0,0,1,228,128Z" }))
7
+ ],
8
+ [
9
+ "duotone",
10
+ /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M112,56V200L40,128Z", opacity: "0.2" }), /* @__PURE__ */ e.createElement("path", { d: "M216,120H120V56a8,8,0,0,0-13.66-5.66l-72,72a8,8,0,0,0,0,11.32l72,72A8,8,0,0,0,120,200V136h96a8,8,0,0,0,0-16ZM104,180.69,51.31,128,104,75.31Z" }))
11
+ ],
12
+ [
13
+ "fill",
14
+ /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M224,128a8,8,0,0,1-8,8H120v64a8,8,0,0,1-13.66,5.66l-72-72a8,8,0,0,1,0-11.32l72-72A8,8,0,0,1,120,56v64h96A8,8,0,0,1,224,128Z" }))
15
+ ],
16
+ [
17
+ "light",
18
+ /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M222,128a6,6,0,0,1-6,6H54.49l61.75,61.76a6,6,0,1,1-8.48,8.48l-72-72a6,6,0,0,1,0-8.48l72-72a6,6,0,0,1,8.48,8.48L54.49,122H216A6,6,0,0,1,222,128Z" }))
19
+ ],
20
+ [
21
+ "regular",
22
+ /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z" }))
23
+ ],
24
+ [
25
+ "thin",
26
+ /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M220,128a4,4,0,0,1-4,4H49.66l65.17,65.17a4,4,0,0,1-5.66,5.66l-72-72a4,4,0,0,1,0-5.66l72-72a4,4,0,0,1,5.66,5.66L49.66,124H216A4,4,0,0,1,220,128Z" }))
27
+ ]
28
+ ]), r = e.forwardRef((a, t) => /* @__PURE__ */ e.createElement(l, { ref: t, ...a, weights: n }));
29
+ r.displayName = "ArrowLeftIcon";
30
+ const m = /* @__PURE__ */ new Map([
31
+ [
32
+ "bold",
33
+ /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M224.49,136.49l-72,72a12,12,0,0,1-17-17L187,140H40a12,12,0,0,1,0-24H187L135.51,64.48a12,12,0,0,1,17-17l72,72A12,12,0,0,1,224.49,136.49Z" }))
34
+ ],
35
+ [
36
+ "duotone",
37
+ /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M216,128l-72,72V56Z", opacity: "0.2" }), /* @__PURE__ */ e.createElement("path", { d: "M221.66,122.34l-72-72A8,8,0,0,0,136,56v64H40a8,8,0,0,0,0,16h96v64a8,8,0,0,0,13.66,5.66l72-72A8,8,0,0,0,221.66,122.34ZM152,180.69V75.31L204.69,128Z" }))
38
+ ],
39
+ [
40
+ "fill",
41
+ /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M221.66,133.66l-72,72A8,8,0,0,1,136,200V136H40a8,8,0,0,1,0-16h96V56a8,8,0,0,1,13.66-5.66l72,72A8,8,0,0,1,221.66,133.66Z" }))
42
+ ],
43
+ [
44
+ "light",
45
+ /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M220.24,132.24l-72,72a6,6,0,0,1-8.48-8.48L201.51,134H40a6,6,0,0,1,0-12H201.51L139.76,60.24a6,6,0,0,1,8.48-8.48l72,72A6,6,0,0,1,220.24,132.24Z" }))
46
+ ],
47
+ [
48
+ "regular",
49
+ /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M221.66,133.66l-72,72a8,8,0,0,1-11.32-11.32L196.69,136H40a8,8,0,0,1,0-16H196.69L138.34,61.66a8,8,0,0,1,11.32-11.32l72,72A8,8,0,0,1,221.66,133.66Z" }))
50
+ ],
51
+ [
52
+ "thin",
53
+ /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M218.83,130.83l-72,72a4,4,0,0,1-5.66-5.66L206.34,132H40a4,4,0,0,1,0-8H206.34L141.17,58.83a4,4,0,0,1,5.66-5.66l72,72A4,4,0,0,1,218.83,130.83Z" }))
54
+ ]
55
+ ]), c = e.forwardRef((a, t) => /* @__PURE__ */ e.createElement(l, { ref: t, ...a, weights: m }));
56
+ c.displayName = "ArrowRightIcon";
57
+ export {
58
+ c as a,
59
+ r as o
60
+ };
@@ -0,0 +1,17 @@
1
+ import { P as o, a as r } from "./MTZPJQMC-DyCWBG18.js";
2
+ import { C as a, a as C } from "./P7GR5CS5-BoOYUfSQ.js";
3
+ import { c as s } from "./LMDWO4NN--KEvZePp.js";
4
+ import { createContext as t } from "react";
5
+ var e = s(
6
+ [r, C],
7
+ [o, a]
8
+ ), d = e.useContext, i = e.useScopedContext, p = e.useProviderContext, S = e.ContextProvider, P = e.ScopedContextProvider, m = t(!1), l = t(null);
9
+ export {
10
+ P as S,
11
+ p as a,
12
+ S as b,
13
+ i as c,
14
+ m as d,
15
+ l as e,
16
+ d as u
17
+ };
@@ -0,0 +1,54 @@
1
+ import { u as T } from "./RS7LB2H4-D0fWv5qu.js";
2
+ import { u as h } from "./2RSXSRCN-qt84MtKs.js";
3
+ import { a as v, O as j, C as f, m as p, n as g, o as l, f as D, q as E, _ as w, i as M, j as V, F as q, e as F } from "./LMDWO4NN--KEvZePp.js";
4
+ import { useRef as C, useState as P, useEffect as _ } from "react";
5
+ var b = "button", N = v(
6
+ function(t) {
7
+ const s = C(null), e = j(s, b), [a, o] = P(
8
+ () => !!e && f({ tagName: e, type: t.type })
9
+ );
10
+ return _(() => {
11
+ s.current && o(f(s.current));
12
+ }, []), t = p(l({
13
+ role: !a && e !== "a" ? "button" : void 0
14
+ }, t), {
15
+ ref: g(s, t.ref)
16
+ }), t = h(t), t;
17
+ }
18
+ );
19
+ D(function(t) {
20
+ const s = N(t);
21
+ return E(b, s);
22
+ });
23
+ var H = "button", I = Symbol("disclosure"), $ = v(
24
+ function(t) {
25
+ var s = t, { store: e, toggleOnClick: a = !0 } = s, o = w(s, ["store", "toggleOnClick"]);
26
+ const k = T();
27
+ e = e || k, M(
28
+ e,
29
+ process.env.NODE_ENV !== "production" && "Disclosure must receive a `store` prop or be wrapped in a DisclosureProvider component."
30
+ );
31
+ const i = C(null), [B, x] = P(!1), n = e.useState("disclosureElement"), c = e.useState("open");
32
+ _(() => {
33
+ let r = n === i.current;
34
+ n != null && n.isConnected || (e == null || e.setDisclosureElement(i.current), r = !0), x(c && r);
35
+ }, [n, e, c]);
36
+ const d = o.onClick, O = V(a), [S, y] = q(o, I, !0), R = F((r) => {
37
+ d == null || d(r), !r.defaultPrevented && (S || O(r) && (e == null || e.setDisclosureElement(r.currentTarget), e == null || e.toggle()));
38
+ }), m = e.useState("contentElement");
39
+ return o = p(l(l({
40
+ "aria-expanded": B,
41
+ "aria-controls": m == null ? void 0 : m.id
42
+ }, y), o), {
43
+ ref: g(i, o.ref),
44
+ onClick: R
45
+ }), o = N(o), o;
46
+ }
47
+ ), K = D(function(t) {
48
+ const s = $(t);
49
+ return E(H, s);
50
+ });
51
+ export {
52
+ K as D,
53
+ $ as u
54
+ };