mimir-ui-kit 1.43.19 → 1.43.20
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.
@@ -48,6 +48,8 @@ export type TProps = {
|
|
48
48
|
onChange?: (isOpen: boolean) => void;
|
49
49
|
/** Позиция контента аккордеона */
|
50
50
|
contentPosition?: EAccordionContentPosition | `${EAccordionContentPosition}`;
|
51
|
+
/** Флаг, указывающий, нужно ли останавливать распространение события */
|
52
|
+
needStopPropagation?: boolean;
|
51
53
|
};
|
52
54
|
export declare const Accordion: import('react').ForwardRefExoticComponent<TProps & import('react').RefAttributes<HTMLElement>>;
|
53
55
|
export {};
|
@@ -1,24 +1,24 @@
|
|
1
|
-
import { jsxs as
|
2
|
-
import { c as
|
3
|
-
import
|
4
|
-
import { AccordionItem as
|
5
|
-
import { EAccordionButtonType as
|
6
|
-
import { useMediaQuery as
|
7
|
-
import { EMediaQuery as
|
8
|
-
import { Icon as
|
9
|
-
import { Link as
|
10
|
-
import { M as
|
11
|
-
import { w as
|
12
|
-
import { e as
|
13
|
-
import { c as
|
14
|
-
import { C as
|
15
|
-
import { r as
|
16
|
-
import '../../assets/Accordion.css';var
|
17
|
-
let
|
1
|
+
import { jsxs as F, Fragment as W, jsx as x } from "react/jsx-runtime";
|
2
|
+
import { c as k } from "../../index-DIxK0V-G.js";
|
3
|
+
import $, { createContext as Q, useRef as de, Fragment as pe, useReducer as De, useMemo as U, useId as me, useEffect as V, useState as fe, useContext as z, forwardRef as Pe } from "react";
|
4
|
+
import { AccordionItem as $e } from "./AccordionItem/AccordionItem.js";
|
5
|
+
import { EAccordionButtonType as w, EAccordionContentPosition as N, EAccordionSize as H, EAccordionLinkIconSize as le, EAccordionButtonStyle as ve, EAccordionIconType as se, EAccordionButtonIconSize as ce } from "./constants.js";
|
6
|
+
import { useMediaQuery as ye } from "../../hooks/useMediaQuery/useMediaQuery.js";
|
7
|
+
import { EMediaQuery as he } from "../../hooks/useMediaQuery/constants.js";
|
8
|
+
import { Icon as ke } from "../../icons/Icon.js";
|
9
|
+
import { Link as Oe } from "../AnchorLink/Link.js";
|
10
|
+
import { M as ae, W as K, y as X, T as Be, o as O, a as G, H as J, I as _e, $ as we, b as Ne, D as ie, u as Ae, c as A } from "../../keyboard-wis2TUql.js";
|
11
|
+
import { w as Ce } from "../../use-active-press-CnDeVvQq.js";
|
12
|
+
import { e as Me } from "../../use-resolve-button-type-DhFdPxnv.js";
|
13
|
+
import { c as Re, i as q, u as Le, R as Fe, H as He, s as Ue } from "../../open-closed-CJijMeI2.js";
|
14
|
+
import { C as qe } from "../../close-provider-CEutdhG8.js";
|
15
|
+
import { r as je } from "../../bugs-diTMAGNw.js";
|
16
|
+
import '../../assets/Accordion.css';var ue;
|
17
|
+
let We = (ue = $.startTransition) != null ? ue : function(e) {
|
18
18
|
e();
|
19
19
|
};
|
20
|
-
var
|
21
|
-
let
|
20
|
+
var Qe = ((e) => (e[e.Open = 0] = "Open", e[e.Closed = 1] = "Closed", e))(Qe || {}), Ve = ((e) => (e[e.ToggleDisclosure = 0] = "ToggleDisclosure", e[e.CloseDisclosure = 1] = "CloseDisclosure", e[e.SetButtonId = 2] = "SetButtonId", e[e.SetPanelId = 3] = "SetPanelId", e[e.SetButtonElement = 4] = "SetButtonElement", e[e.SetPanelElement = 5] = "SetPanelElement", e))(Ve || {});
|
21
|
+
let ze = { 0: (e) => ({ ...e, disclosureState: G(e.disclosureState, { 0: 1, 1: 0 }) }), 1: (e) => e.disclosureState === 1 ? e : { ...e, disclosureState: 1 }, 2(e, t) {
|
22
22
|
return e.buttonId === t.buttonId ? e : { ...e, buttonId: t.buttonId };
|
23
23
|
}, 3(e, t) {
|
24
24
|
return e.panelId === t.panelId ? e : { ...e, panelId: t.panelId };
|
@@ -26,180 +26,183 @@ let Qe = { 0: (e) => ({ ...e, disclosureState: X(e.disclosureState, { 0: 1, 1: 0
|
|
26
26
|
return e.buttonElement === t.element ? e : { ...e, buttonElement: t.element };
|
27
27
|
}, 5(e, t) {
|
28
28
|
return e.panelElement === t.element ? e : { ...e, panelElement: t.element };
|
29
|
-
} },
|
30
|
-
|
31
|
-
function
|
32
|
-
let t =
|
29
|
+
} }, Y = Q(null);
|
30
|
+
Y.displayName = "DisclosureContext";
|
31
|
+
function Z(e) {
|
32
|
+
let t = z(Y);
|
33
33
|
if (t === null) {
|
34
34
|
let d = new Error(`<${e} /> is missing a parent <Disclosure /> component.`);
|
35
|
-
throw Error.captureStackTrace && Error.captureStackTrace(d,
|
35
|
+
throw Error.captureStackTrace && Error.captureStackTrace(d, Z), d;
|
36
36
|
}
|
37
37
|
return t;
|
38
38
|
}
|
39
|
-
let
|
40
|
-
|
41
|
-
function
|
42
|
-
let t =
|
39
|
+
let ee = Q(null);
|
40
|
+
ee.displayName = "DisclosureAPIContext";
|
41
|
+
function Ee(e) {
|
42
|
+
let t = z(ee);
|
43
43
|
if (t === null) {
|
44
44
|
let d = new Error(`<${e} /> is missing a parent <Disclosure /> component.`);
|
45
|
-
throw Error.captureStackTrace && Error.captureStackTrace(d,
|
45
|
+
throw Error.captureStackTrace && Error.captureStackTrace(d, Ee), d;
|
46
46
|
}
|
47
47
|
return t;
|
48
48
|
}
|
49
|
-
let
|
50
|
-
|
51
|
-
function
|
52
|
-
return
|
49
|
+
let te = Q(null);
|
50
|
+
te.displayName = "DisclosurePanelContext";
|
51
|
+
function Ke() {
|
52
|
+
return z(te);
|
53
53
|
}
|
54
|
-
function ze(e, t) {
|
55
|
-
return X(t.type, Qe, e, t);
|
56
|
-
}
|
57
|
-
let Ke = ue;
|
58
54
|
function Xe(e, t) {
|
59
|
-
|
60
|
-
c.current = i;
|
61
|
-
}, e.as === void 0 || e.as === ue)), a = xe(ze, { disclosureState: d ? 0 : 1, buttonElement: null, panelElement: null, buttonId: null, panelId: null }), [{ disclosureState: n, buttonId: o }, S] = a, s = B((i) => {
|
62
|
-
S({ type: 1 });
|
63
|
-
let _ = we(c);
|
64
|
-
if (!_ || !o) return;
|
65
|
-
let g = i ? i instanceof HTMLElement ? i : i.current instanceof HTMLElement ? i.current : _.getElementById(o) : _.getElementById(o);
|
66
|
-
g == null || g.focus();
|
67
|
-
}), T = F(() => ({ close: s }), [s]), b = F(() => ({ open: n === 0, close: s }), [n, s]), I = { ref: m };
|
68
|
-
return P.createElement(J.Provider, { value: a }, P.createElement(Z.Provider, { value: T }, P.createElement(He, { value: s }, P.createElement(Ce, { value: X(n, { 0: H.Open, 1: H.Closed }) }, G({ ourProps: I, theirProps: p, slot: b, defaultTag: Ke, name: "Disclosure" })))));
|
55
|
+
return G(t.type, ze, e, t);
|
69
56
|
}
|
70
|
-
let Ge =
|
57
|
+
let Ge = pe;
|
71
58
|
function Je(e, t) {
|
72
|
-
let
|
73
|
-
|
74
|
-
})),
|
75
|
-
|
76
|
-
|
77
|
-
|
59
|
+
let { defaultOpen: d = !1, ...p } = e, a = de(null), m = X(t, Be((u) => {
|
60
|
+
a.current = u;
|
61
|
+
}, e.as === void 0 || e.as === pe)), i = De(Xe, { disclosureState: d ? 0 : 1, buttonElement: null, panelElement: null, buttonId: null, panelId: null }), [{ disclosureState: n, buttonId: l }, S] = i, c = O((u) => {
|
62
|
+
S({ type: 1 });
|
63
|
+
let f = Ae(a);
|
64
|
+
if (!f || !l) return;
|
65
|
+
let E = u ? u instanceof HTMLElement ? u : u.current instanceof HTMLElement ? u.current : f.getElementById(l) : f.getElementById(l);
|
66
|
+
E == null || E.focus();
|
67
|
+
}), T = U(() => ({ close: c }), [c]), b = U(() => ({ open: n === 0, close: c }), [n, c]), I = { ref: m };
|
68
|
+
return $.createElement(Y.Provider, { value: i }, $.createElement(ee.Provider, { value: T }, $.createElement(qe, { value: c }, $.createElement(Re, { value: G(n, { 0: q.Open, 1: q.Closed }) }, J({ ourProps: I, theirProps: p, slot: b, defaultTag: Ge, name: "Disclosure" })))));
|
69
|
+
}
|
70
|
+
let Ye = "button";
|
71
|
+
function Ze(e, t) {
|
72
|
+
let d = me(), { id: p = `headlessui-disclosure-button-${d}`, disabled: a = !1, autoFocus: m = !1, ...i } = e, [n, l] = Z("Disclosure.Button"), S = Ke(), c = S === null ? !1 : S === n.panelId, T = de(null), b = X(T, t, O((r) => {
|
73
|
+
if (!c) return l({ type: 4, element: r });
|
74
|
+
})), I = _e();
|
75
|
+
V(() => {
|
76
|
+
if (!c) return l({ type: 2, buttonId: p }), () => {
|
77
|
+
l({ type: 2, buttonId: null });
|
78
78
|
};
|
79
|
-
}, [p,
|
80
|
-
let
|
81
|
-
var
|
82
|
-
if (
|
79
|
+
}, [p, l, c]);
|
80
|
+
let u = O((r) => {
|
81
|
+
var P;
|
82
|
+
if (c) {
|
83
83
|
if (n.disclosureState === 1) return;
|
84
|
-
switch (
|
85
|
-
case
|
86
|
-
case
|
87
|
-
|
84
|
+
switch (r.key) {
|
85
|
+
case A.Space:
|
86
|
+
case A.Enter:
|
87
|
+
r.preventDefault(), r.stopPropagation(), l({ type: 0 }), (P = n.buttonElement) == null || P.focus();
|
88
88
|
break;
|
89
89
|
}
|
90
|
-
} else switch (
|
91
|
-
case
|
92
|
-
case
|
93
|
-
|
90
|
+
} else switch (r.key) {
|
91
|
+
case A.Space:
|
92
|
+
case A.Enter:
|
93
|
+
r.preventDefault(), r.stopPropagation(), l({ type: 0 });
|
94
94
|
break;
|
95
95
|
}
|
96
|
-
}),
|
97
|
-
switch (
|
98
|
-
case
|
99
|
-
|
96
|
+
}), f = O((r) => {
|
97
|
+
switch (r.key) {
|
98
|
+
case A.Space:
|
99
|
+
r.preventDefault();
|
100
100
|
break;
|
101
101
|
}
|
102
|
-
}),
|
103
|
-
var
|
104
|
-
|
105
|
-
}), { isFocusVisible:
|
106
|
-
return
|
102
|
+
}), E = O((r) => {
|
103
|
+
var P;
|
104
|
+
je(r.currentTarget) || a || (c ? (l({ type: 0 }), (P = n.buttonElement) == null || P.focus()) : l({ type: 0 }));
|
105
|
+
}), { isFocusVisible: _, focusProps: v } = we({ autoFocus: m }), { isHovered: y, hoverProps: C } = Ne({ isDisabled: a }), { pressed: D, pressProps: M } = Ce({ disabled: a }), h = U(() => ({ open: n.disclosureState === 0, hover: y, active: D, disabled: a, focus: _, autofocus: m }), [n, y, D, _, a, m]), R = Me(e, n.buttonElement), L = c ? ie({ ref: b, type: R, disabled: a || void 0, autoFocus: m, onKeyDown: u, onClick: E }, v, C, M) : ie({ ref: b, id: p, type: R, "aria-expanded": n.disclosureState === 0, "aria-controls": n.panelElement ? n.panelId : void 0, disabled: a || void 0, autoFocus: m, onKeyDown: u, onKeyUp: f, onClick: E }, v, C, M);
|
106
|
+
return J({ mergeRefs: I, ourProps: L, theirProps: i, slot: h, defaultTag: Ye, name: "Disclosure.Button" });
|
107
107
|
}
|
108
|
-
let
|
109
|
-
function
|
110
|
-
let d =
|
111
|
-
|
108
|
+
let et = "div", tt = ae.RenderStrategy | ae.Static;
|
109
|
+
function nt(e, t) {
|
110
|
+
let d = me(), { id: p = `headlessui-disclosure-panel-${d}`, transition: a = !1, ...m } = e, [i, n] = Z("Disclosure.Panel"), { close: l } = Ee("Disclosure.Panel"), S = _e(), [c, T] = fe(null), b = X(t, O((v) => {
|
111
|
+
We(() => n({ type: 5, element: v }));
|
112
112
|
}), T);
|
113
|
-
|
113
|
+
V(() => (n({ type: 3, panelId: p }), () => {
|
114
114
|
n({ type: 3, panelId: null });
|
115
115
|
}), [p, n]);
|
116
|
-
let I =
|
117
|
-
return
|
116
|
+
let I = Le(), [u, f] = Fe(a, c, I !== null ? (I & q.Open) === q.Open : i.disclosureState === 0), E = U(() => ({ open: i.disclosureState === 0, close: l }), [i.disclosureState, l]), _ = { ref: b, id: p, ...He(f) };
|
117
|
+
return $.createElement(Ue, null, $.createElement(te.Provider, { value: i.panelId }, J({ mergeRefs: S, ourProps: _, theirProps: m, slot: E, defaultTag: et, features: tt, visible: u, name: "Disclosure.Panel" })));
|
118
118
|
}
|
119
|
-
let
|
120
|
-
const
|
121
|
-
icon:
|
119
|
+
let ot = K(Je), ge = K(Ze), Se = K(nt), rt = Object.assign(ot, { Button: ge, Panel: Se });
|
120
|
+
const lt = "_icon_1x2lg_2", st = "_open_1x2lg_15", ct = "_square_1x2lg_19", at = "_circle_1x2lg_23", it = "_disabled_1x2lg_23", ut = "_accordion_1x2lg_37", dt = "_button_1x2lg_49", pt = "_header_1x2lg_53", mt = "_title_1x2lg_69", ft = "_panel_1x2lg_96", _t = "_m_1x2lg_133", Et = "_s_1x2lg_19", s = {
|
121
|
+
icon: lt,
|
122
122
|
"icon-container": "_icon-container_1x2lg_8",
|
123
|
-
open:
|
124
|
-
square:
|
125
|
-
circle:
|
126
|
-
disabled:
|
127
|
-
accordion:
|
123
|
+
open: st,
|
124
|
+
square: ct,
|
125
|
+
circle: at,
|
126
|
+
disabled: it,
|
127
|
+
accordion: ut,
|
128
128
|
"is-link": "_is-link_1x2lg_41",
|
129
129
|
"content-top": "_content-top_1x2lg_44",
|
130
|
-
button:
|
131
|
-
header:
|
132
|
-
title:
|
130
|
+
button: dt,
|
131
|
+
header: pt,
|
132
|
+
title: mt,
|
133
133
|
"title-uppercase": "_title-uppercase_1x2lg_72",
|
134
|
-
panel:
|
134
|
+
panel: ft,
|
135
135
|
"content-bottom": "_content-bottom_1x2lg_109",
|
136
136
|
"link-open": "_link-open_1x2lg_129",
|
137
|
-
m:
|
138
|
-
s:
|
137
|
+
m: _t,
|
138
|
+
s: Et,
|
139
139
|
"wrapper-button": "_wrapper-button_1x2lg_161"
|
140
|
-
},
|
140
|
+
}, wt = Pe(
|
141
141
|
({
|
142
142
|
title: e,
|
143
143
|
disabled: t,
|
144
|
-
buttonType: d =
|
144
|
+
buttonType: d = w.BUTTON,
|
145
145
|
children: p,
|
146
|
-
showTitleByDefault:
|
146
|
+
showTitleByDefault: a = !0,
|
147
147
|
linkClassName: m,
|
148
|
-
size:
|
148
|
+
size: i = H.M,
|
149
149
|
titleUppercase: n,
|
150
|
-
buttonStyle:
|
151
|
-
iconType: S =
|
152
|
-
classNameTitle:
|
150
|
+
buttonStyle: l = ve.CIRCLE,
|
151
|
+
iconType: S = se.ARROW,
|
152
|
+
classNameTitle: c,
|
153
153
|
classNameContent: T,
|
154
154
|
classNameAccordion: b,
|
155
155
|
classNameIconButton: I,
|
156
|
-
subtitleNode:
|
157
|
-
onlyOpenSubtitleNode:
|
158
|
-
classNameSubtitleContainer:
|
159
|
-
activeKey:
|
156
|
+
subtitleNode: u,
|
157
|
+
onlyOpenSubtitleNode: f,
|
158
|
+
classNameSubtitleContainer: E,
|
159
|
+
activeKey: _,
|
160
160
|
defaultActiveKey: v,
|
161
161
|
onChange: y,
|
162
|
-
|
162
|
+
needStopPropagation: C = !1,
|
163
|
+
contentPosition: D = N.BOTTOM
|
163
164
|
}, M) => {
|
164
|
-
const
|
165
|
+
const h = _ !== void 0, [R, L] = fe(
|
165
166
|
() => !!v
|
166
|
-
),
|
167
|
-
[
|
168
|
-
},
|
169
|
-
[
|
170
|
-
[
|
167
|
+
), r = h ? !!_ : R, P = ye(he.XS1), B = d === w.LINK, ne = {
|
168
|
+
[s["is-link"]]: B
|
169
|
+
}, j = {
|
170
|
+
[s["content-top"]]: D === N.TOP,
|
171
|
+
[s["content-bottom"]]: D === N.BOTTOM
|
171
172
|
};
|
172
|
-
|
173
|
-
|
174
|
-
}, [
|
175
|
-
const
|
173
|
+
V(() => {
|
174
|
+
h && L(!!_);
|
175
|
+
}, [_, h]);
|
176
|
+
const be = (o) => {
|
177
|
+
var re;
|
176
178
|
if (t)
|
177
179
|
return;
|
178
|
-
|
179
|
-
|
180
|
-
|
180
|
+
C && ((re = o == null ? void 0 : o.stopPropagation) == null || re.call(o));
|
181
|
+
const g = !r;
|
182
|
+
y == null || y(g), h || L(g);
|
183
|
+
}, Ie = i === H.S ? le.S : le.M, xe = (o) => ({
|
181
184
|
variant: "anchor",
|
182
|
-
size:
|
185
|
+
size: P ? "s" : "l",
|
183
186
|
rightIcon: {
|
184
|
-
iconName:
|
185
|
-
className:
|
186
|
-
[
|
187
|
+
iconName: Ie,
|
188
|
+
className: k({
|
189
|
+
[s["link-open"]]: o
|
187
190
|
})
|
188
191
|
}
|
189
|
-
}),
|
190
|
-
const
|
192
|
+
}), Te = (o) => {
|
193
|
+
const g = () => S === se.DROPDOWN ? i === H.S ? "DropdownArrowBottom16px" : "DropdownArrowDown24px" : i === H.S ? ce.S : ce.M;
|
191
194
|
switch (d) {
|
192
|
-
case
|
195
|
+
case w.LINK:
|
193
196
|
return e;
|
194
|
-
case
|
195
|
-
return /* @__PURE__ */
|
197
|
+
case w.BUTTON:
|
198
|
+
return /* @__PURE__ */ F(W, { children: [
|
196
199
|
/* @__PURE__ */ x(
|
197
200
|
"span",
|
198
201
|
{
|
199
|
-
className:
|
200
|
-
|
201
|
-
|
202
|
-
n &&
|
202
|
+
className: k(
|
203
|
+
s.title,
|
204
|
+
c,
|
205
|
+
n && s["title-uppercase"]
|
203
206
|
),
|
204
207
|
children: e
|
205
208
|
}
|
@@ -207,19 +210,19 @@ const ot = "_icon_1x2lg_2", rt = "_open_1x2lg_15", lt = "_square_1x2lg_19", st =
|
|
207
210
|
/* @__PURE__ */ x(
|
208
211
|
"div",
|
209
212
|
{
|
210
|
-
className:
|
211
|
-
|
212
|
-
|
213
|
-
t &&
|
214
|
-
l
|
213
|
+
className: k(
|
214
|
+
s["icon-container"],
|
215
|
+
o && s.open,
|
216
|
+
t && s.disabled,
|
217
|
+
s[l],
|
215
218
|
I
|
216
219
|
),
|
217
220
|
"data-testid": "accordion-icon-container",
|
218
221
|
children: /* @__PURE__ */ x(
|
219
|
-
|
222
|
+
ke,
|
220
223
|
{
|
221
|
-
iconName:
|
222
|
-
className:
|
224
|
+
iconName: g(),
|
225
|
+
className: s.icon,
|
223
226
|
"data-testid": "accordion-icon"
|
224
227
|
}
|
225
228
|
)
|
@@ -229,69 +232,69 @@ const ot = "_icon_1x2lg_2", rt = "_open_1x2lg_15", lt = "_square_1x2lg_19", st =
|
|
229
232
|
default:
|
230
233
|
return null;
|
231
234
|
}
|
232
|
-
},
|
233
|
-
|
235
|
+
}, oe = (o, g) => /* @__PURE__ */ x(
|
236
|
+
Se,
|
234
237
|
{
|
235
238
|
"data-testid": "accordion-panel",
|
236
|
-
className:
|
237
|
-
|
239
|
+
className: k(
|
240
|
+
s.panel,
|
238
241
|
T,
|
239
|
-
|
240
|
-
|
242
|
+
ne,
|
243
|
+
j
|
241
244
|
),
|
242
|
-
children: /* @__PURE__ */ x(
|
243
|
-
open:
|
244
|
-
close:
|
245
|
+
children: /* @__PURE__ */ x($e, { size: i, children: typeof p == "function" ? p({
|
246
|
+
open: o,
|
247
|
+
close: g
|
245
248
|
}) : p })
|
246
249
|
}
|
247
250
|
);
|
248
|
-
return /* @__PURE__ */
|
251
|
+
return /* @__PURE__ */ F(W, { children: [
|
249
252
|
/* @__PURE__ */ x(
|
250
253
|
"div",
|
251
254
|
{
|
252
|
-
className:
|
253
|
-
|
254
|
-
|
255
|
-
|
255
|
+
className: k(
|
256
|
+
s.accordion,
|
257
|
+
s[i],
|
258
|
+
ne,
|
256
259
|
b,
|
257
|
-
|
260
|
+
j
|
258
261
|
),
|
259
262
|
children: /* @__PURE__ */ x(
|
260
|
-
|
263
|
+
rt,
|
261
264
|
{
|
262
265
|
ref: M,
|
263
|
-
defaultOpen:
|
264
|
-
children: ({ open:
|
265
|
-
D ===
|
266
|
-
(!
|
267
|
-
|
266
|
+
defaultOpen: r,
|
267
|
+
children: ({ open: o, close: g }) => /* @__PURE__ */ F(W, { children: [
|
268
|
+
D === N.TOP && o && oe(o, g),
|
269
|
+
(!o || a) && /* @__PURE__ */ x(
|
270
|
+
ge,
|
268
271
|
{
|
269
272
|
disabled: t,
|
270
|
-
as:
|
271
|
-
onClick:
|
272
|
-
className:
|
273
|
-
[
|
274
|
-
[
|
275
|
-
[m ?? ""]:
|
273
|
+
as: B ? Oe : w.BUTTON,
|
274
|
+
onClick: be,
|
275
|
+
className: k(s.button, j, {
|
276
|
+
[s.header]: !B,
|
277
|
+
[s.disabled]: t,
|
278
|
+
[m ?? ""]: B && m
|
276
279
|
}),
|
277
|
-
...
|
278
|
-
children: (!
|
280
|
+
...B ? xe(o) : {},
|
281
|
+
children: (!o || a) && Te(o)
|
279
282
|
}
|
280
283
|
),
|
281
|
-
D ===
|
284
|
+
D === N.BOTTOM && o && oe(o, g)
|
282
285
|
] })
|
283
286
|
},
|
284
|
-
|
287
|
+
_ ? String(r) : void 0
|
285
288
|
)
|
286
289
|
}
|
287
290
|
),
|
288
|
-
(
|
289
|
-
|
290
|
-
|
291
|
+
(u || f) && /* @__PURE__ */ F("div", { className: E, children: [
|
292
|
+
u,
|
293
|
+
r && f
|
291
294
|
] })
|
292
295
|
] });
|
293
296
|
}
|
294
297
|
);
|
295
298
|
export {
|
296
|
-
|
299
|
+
wt as Accordion
|
297
300
|
};
|