@still-forest/canopy 0.30.0 → 0.32.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/chunks/{Code-DSfz_jrJ.js → Code-C8KML31r.js} +1 -1
- package/dist/chunks/{Heading-Bpvbpnw2.js → Heading-DpEVkX3a.js} +63 -57
- package/dist/chunks/{Layout-DAdzkAxW.js → Layout-CjE5bQn7.js} +79 -72
- package/dist/chunks/{PageNotFound-BqoSSvCP.js → PageNotFound-DxxRBMDz.js} +4 -4
- package/dist/chunks/{Paragraph-Lcw42_Mz.js → Paragraph-DiAQlGea.js} +1 -1
- package/dist/chunks/{SidebarLayout-Bm8SlspC.js → SidebarLayout--MNsYxAf.js} +657 -604
- package/dist/chunks/{Textarea-Doc1h--A.js → Textarea-DQRwMNUV.js} +4 -4
- package/dist/chunks/{calendar-D21xByT8.js → calendar-DfVsywp-.js} +1 -1
- package/dist/chunks/{popover-BhBG-w7n.js → popover-CP7xkaYK.js} +1 -1
- package/dist/forms.js +2 -2
- package/dist/index.d.ts +37 -9
- package/dist/index.js +110 -161
- package/dist/interstitials.js +1 -1
- package/dist/layout.d.ts +2 -1
- package/dist/layout.js +1 -1
- package/dist/navigation.js +1 -1
- package/dist/typography.d.ts +1 -1
- package/dist/typography.js +3 -3
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { j as e } from "./jsx-runtime-B0GD0xBr.js";
|
|
2
|
-
import { T as s } from "./Heading-
|
|
2
|
+
import { T as s } from "./Heading-DpEVkX3a.js";
|
|
3
3
|
const r = ({ children: o, ...t }) => /* @__PURE__ */ e.jsx(s, { className: "inline-block w-fit rounded bg-accent px-2", family: "mono", size: "sm", variant: "accent", ...t, children: o });
|
|
4
4
|
export {
|
|
5
5
|
r as C
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
const y =
|
|
1
|
+
import { j as a } from "./jsx-runtime-B0GD0xBr.js";
|
|
2
|
+
import h from "react";
|
|
3
|
+
import { c as p } from "./index-CRiPKpXj.js";
|
|
4
|
+
const y = h.forwardRef(
|
|
5
5
|
({
|
|
6
6
|
className: c,
|
|
7
7
|
as: o,
|
|
8
8
|
size: e,
|
|
9
|
-
weight:
|
|
9
|
+
weight: f,
|
|
10
10
|
variant: t = "default",
|
|
11
|
-
align:
|
|
11
|
+
align: d,
|
|
12
12
|
leading: s,
|
|
13
13
|
// No default: Tailwind applies a default from text size classes
|
|
14
14
|
tracking: r,
|
|
15
|
-
family:
|
|
15
|
+
family: n = "body",
|
|
16
16
|
asForeground: x = !1,
|
|
17
|
-
truncate:
|
|
18
|
-
numeric:
|
|
17
|
+
truncate: u = !1,
|
|
18
|
+
numeric: m = !1,
|
|
19
19
|
...i
|
|
20
|
-
},
|
|
20
|
+
}, b) => {
|
|
21
21
|
const g = o || "p";
|
|
22
|
-
return /* @__PURE__ */
|
|
22
|
+
return /* @__PURE__ */ a.jsx(
|
|
23
23
|
g,
|
|
24
24
|
{
|
|
25
|
-
className:
|
|
25
|
+
className: p(
|
|
26
26
|
// Font sizes
|
|
27
27
|
{
|
|
28
28
|
"text-xs": e === "xs",
|
|
@@ -41,15 +41,15 @@ const y = p.forwardRef(
|
|
|
41
41
|
},
|
|
42
42
|
// Font weights
|
|
43
43
|
{
|
|
44
|
-
"font-thin":
|
|
45
|
-
"font-extralight":
|
|
46
|
-
"font-light":
|
|
47
|
-
"font-normal":
|
|
48
|
-
"font-medium":
|
|
49
|
-
"font-semibold":
|
|
50
|
-
"font-bold":
|
|
51
|
-
"font-extrabold":
|
|
52
|
-
"font-black":
|
|
44
|
+
"font-thin": f === "thin",
|
|
45
|
+
"font-extralight": f === "extralight",
|
|
46
|
+
"font-light": f === "light",
|
|
47
|
+
"font-normal": f === "normal",
|
|
48
|
+
"font-medium": f === "medium",
|
|
49
|
+
"font-semibold": f === "semibold",
|
|
50
|
+
"font-bold": f === "bold",
|
|
51
|
+
"font-extrabold": f === "extrabold",
|
|
52
|
+
"font-black": f === "black"
|
|
53
53
|
},
|
|
54
54
|
// Text colors (variants)
|
|
55
55
|
{
|
|
@@ -73,12 +73,12 @@ const y = p.forwardRef(
|
|
|
73
73
|
},
|
|
74
74
|
// Text alignment
|
|
75
75
|
{
|
|
76
|
-
"text-left":
|
|
77
|
-
"text-center":
|
|
78
|
-
"text-right":
|
|
79
|
-
"text-justify":
|
|
80
|
-
"text-start":
|
|
81
|
-
"text-end":
|
|
76
|
+
"text-left": d === "left",
|
|
77
|
+
"text-center": d === "center",
|
|
78
|
+
"text-right": d === "right",
|
|
79
|
+
"text-justify": d === "justify",
|
|
80
|
+
"text-start": d === "start",
|
|
81
|
+
"text-end": d === "end"
|
|
82
82
|
},
|
|
83
83
|
// Leading (line height)
|
|
84
84
|
{
|
|
@@ -100,43 +100,46 @@ const y = p.forwardRef(
|
|
|
100
100
|
},
|
|
101
101
|
// Font family
|
|
102
102
|
{
|
|
103
|
-
"font-display":
|
|
104
|
-
"font-
|
|
105
|
-
"font-
|
|
106
|
-
"font-
|
|
103
|
+
"font-display": n === "display",
|
|
104
|
+
"font-heading": n === "heading",
|
|
105
|
+
"font-body": n === "body",
|
|
106
|
+
"font-brand": n === "brand",
|
|
107
|
+
"font-sans": n === "sans",
|
|
108
|
+
"font-serif": n === "serif",
|
|
109
|
+
"font-mono": n === "mono"
|
|
107
110
|
},
|
|
108
111
|
// Truncation
|
|
109
|
-
|
|
112
|
+
u && "truncate",
|
|
110
113
|
// Tabular numerals
|
|
111
|
-
|
|
114
|
+
m && "tabular-nums",
|
|
112
115
|
c
|
|
113
116
|
),
|
|
114
|
-
ref:
|
|
117
|
+
ref: b,
|
|
115
118
|
...i
|
|
116
119
|
}
|
|
117
120
|
);
|
|
118
121
|
}
|
|
119
122
|
);
|
|
120
123
|
y.displayName = "Text";
|
|
121
|
-
const j =
|
|
124
|
+
const j = h.forwardRef(
|
|
122
125
|
({
|
|
123
126
|
className: c,
|
|
124
127
|
variant: o = "default",
|
|
125
128
|
level: e = "2",
|
|
126
|
-
size:
|
|
129
|
+
size: f,
|
|
127
130
|
weight: t = "bold",
|
|
128
131
|
// Typical default browser style for headings
|
|
129
|
-
align:
|
|
132
|
+
align: d,
|
|
130
133
|
leading: s,
|
|
131
134
|
// No default: Tailwind applies a default from text size classes
|
|
132
135
|
tracking: r,
|
|
133
|
-
family:
|
|
136
|
+
family: n = "heading",
|
|
134
137
|
asForeground: x = !1,
|
|
135
|
-
truncate:
|
|
136
|
-
numeric:
|
|
138
|
+
truncate: u = !1,
|
|
139
|
+
numeric: m = !1,
|
|
137
140
|
...i
|
|
138
|
-
},
|
|
139
|
-
const g = `h${e}`, l =
|
|
141
|
+
}, b) => {
|
|
142
|
+
const g = `h${e}`, l = f || {
|
|
140
143
|
1: "4xl",
|
|
141
144
|
2: "3xl",
|
|
142
145
|
3: "2xl",
|
|
@@ -144,10 +147,10 @@ const j = p.forwardRef(
|
|
|
144
147
|
5: "lg",
|
|
145
148
|
6: "base"
|
|
146
149
|
}[e];
|
|
147
|
-
return /* @__PURE__ */
|
|
150
|
+
return /* @__PURE__ */ a.jsx(
|
|
148
151
|
g,
|
|
149
152
|
{
|
|
150
|
-
className:
|
|
153
|
+
className: p(
|
|
151
154
|
// Size scales
|
|
152
155
|
{
|
|
153
156
|
"text-xs": l === "xs",
|
|
@@ -198,12 +201,12 @@ const j = p.forwardRef(
|
|
|
198
201
|
},
|
|
199
202
|
// Text alignment
|
|
200
203
|
{
|
|
201
|
-
"text-left":
|
|
202
|
-
"text-center":
|
|
203
|
-
"text-right":
|
|
204
|
-
"text-justify":
|
|
205
|
-
"text-start":
|
|
206
|
-
"text-end":
|
|
204
|
+
"text-left": d === "left",
|
|
205
|
+
"text-center": d === "center",
|
|
206
|
+
"text-right": d === "right",
|
|
207
|
+
"text-justify": d === "justify",
|
|
208
|
+
"text-start": d === "start",
|
|
209
|
+
"text-end": d === "end"
|
|
207
210
|
},
|
|
208
211
|
// Leading (line height)
|
|
209
212
|
{
|
|
@@ -225,20 +228,23 @@ const j = p.forwardRef(
|
|
|
225
228
|
},
|
|
226
229
|
// Font family
|
|
227
230
|
{
|
|
228
|
-
"font-
|
|
229
|
-
"font-
|
|
230
|
-
"font-
|
|
231
|
-
"font-
|
|
231
|
+
"font-brand": n === "brand",
|
|
232
|
+
"font-heading": n === "heading",
|
|
233
|
+
"font-body": n === "body",
|
|
234
|
+
"font-display": n === "display",
|
|
235
|
+
"font-sans": n === "sans",
|
|
236
|
+
"font-serif": n === "serif",
|
|
237
|
+
"font-mono": n === "mono"
|
|
232
238
|
},
|
|
233
239
|
// Truncation
|
|
234
|
-
|
|
240
|
+
u && "truncate",
|
|
235
241
|
// Tabular numerals
|
|
236
|
-
|
|
242
|
+
m && "tabular-nums",
|
|
237
243
|
// Add some scroll margin for better anchor navigation
|
|
238
244
|
"scroll-m-20",
|
|
239
245
|
c
|
|
240
246
|
),
|
|
241
|
-
ref:
|
|
247
|
+
ref: b,
|
|
242
248
|
...i
|
|
243
249
|
}
|
|
244
250
|
);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
const
|
|
1
|
+
import { j as m } from "./jsx-runtime-B0GD0xBr.js";
|
|
2
|
+
import y from "react";
|
|
3
|
+
import { c as f } from "./index-CRiPKpXj.js";
|
|
4
|
+
const i = y.forwardRef(
|
|
5
5
|
({
|
|
6
|
-
className:
|
|
6
|
+
className: a,
|
|
7
7
|
as: t = "div",
|
|
8
8
|
variant: n,
|
|
9
9
|
size: r,
|
|
@@ -12,15 +12,15 @@ const w = g.forwardRef(
|
|
|
12
12
|
display: l,
|
|
13
13
|
sizing: s,
|
|
14
14
|
position: x,
|
|
15
|
-
overflow:
|
|
15
|
+
overflow: c,
|
|
16
16
|
overflowX: b,
|
|
17
17
|
overflowY: d,
|
|
18
|
-
rounded:
|
|
18
|
+
rounded: u,
|
|
19
19
|
...p
|
|
20
|
-
}, v) => /* @__PURE__ */
|
|
20
|
+
}, v) => /* @__PURE__ */ m.jsx(
|
|
21
21
|
t,
|
|
22
22
|
{
|
|
23
|
-
className:
|
|
23
|
+
className: f(
|
|
24
24
|
// Variant
|
|
25
25
|
{
|
|
26
26
|
"bg-primary text-primary-foreground": n === "primary",
|
|
@@ -202,11 +202,11 @@ const w = g.forwardRef(
|
|
|
202
202
|
},
|
|
203
203
|
// Overflow
|
|
204
204
|
{
|
|
205
|
-
"overflow-auto":
|
|
206
|
-
"overflow-hidden":
|
|
207
|
-
"overflow-clip":
|
|
208
|
-
"overflow-visible":
|
|
209
|
-
"overflow-scroll":
|
|
205
|
+
"overflow-auto": c === "auto",
|
|
206
|
+
"overflow-hidden": c === "hidden",
|
|
207
|
+
"overflow-clip": c === "clip",
|
|
208
|
+
"overflow-visible": c === "visible",
|
|
209
|
+
"overflow-scroll": c === "scroll"
|
|
210
210
|
},
|
|
211
211
|
// Overflow X
|
|
212
212
|
{
|
|
@@ -226,39 +226,46 @@ const w = g.forwardRef(
|
|
|
226
226
|
},
|
|
227
227
|
// Rounded
|
|
228
228
|
{
|
|
229
|
-
rounded:
|
|
230
|
-
"rounded-none":
|
|
231
|
-
"rounded-xs":
|
|
232
|
-
"rounded-sm":
|
|
233
|
-
"rounded-md":
|
|
234
|
-
"rounded-lg":
|
|
235
|
-
"rounded-xl":
|
|
236
|
-
"rounded-2xl":
|
|
237
|
-
"rounded-3xl":
|
|
238
|
-
"rounded-full":
|
|
229
|
+
rounded: u === !0,
|
|
230
|
+
"rounded-none": u === "none",
|
|
231
|
+
"rounded-xs": u === "xs",
|
|
232
|
+
"rounded-sm": u === "sm",
|
|
233
|
+
"rounded-md": u === "md",
|
|
234
|
+
"rounded-lg": u === "lg",
|
|
235
|
+
"rounded-xl": u === "xl",
|
|
236
|
+
"rounded-2xl": u === "2xl",
|
|
237
|
+
"rounded-3xl": u === "3xl",
|
|
238
|
+
"rounded-full": u === "full"
|
|
239
239
|
},
|
|
240
|
-
|
|
240
|
+
a
|
|
241
241
|
),
|
|
242
242
|
ref: v,
|
|
243
243
|
...p
|
|
244
244
|
}
|
|
245
245
|
)
|
|
246
246
|
);
|
|
247
|
-
|
|
248
|
-
const
|
|
249
|
-
const { display:
|
|
250
|
-
|
|
251
|
-
|
|
247
|
+
i.displayName = "Box";
|
|
248
|
+
const g = ({ children: a, className: t, direction: n = "col", separation: r = "md", ...e }) => {
|
|
249
|
+
const { display: o = "flex", ...l } = e, s = f("w-full px-4 md:px-8 lg:px-12", t, {
|
|
250
|
+
"py-0": r === "none",
|
|
251
|
+
"py-0.5 md:py-1": r === "xs",
|
|
252
|
+
"py-1 md:py-2 ": r === "sm",
|
|
253
|
+
"py-2 md:py-4": r === "md",
|
|
254
|
+
"py-4 md:py-6": r === "lg",
|
|
255
|
+
"py-6 md:py-8": r === "xl"
|
|
256
|
+
});
|
|
257
|
+
return o === "block" ? /* @__PURE__ */ m.jsx(i, { className: s, ...l, children: a }) : /* @__PURE__ */ m.jsx(w, { className: s, direction: n, ...l, children: a });
|
|
258
|
+
}, j = ({ flex: a, className: t, as: n, children: r, ...e }) => {
|
|
252
259
|
const o = n || "div";
|
|
253
|
-
return /* @__PURE__ */
|
|
260
|
+
return /* @__PURE__ */ m.jsx(
|
|
254
261
|
o,
|
|
255
262
|
{
|
|
256
|
-
className:
|
|
263
|
+
className: f(
|
|
257
264
|
{
|
|
258
|
-
"flex-1":
|
|
259
|
-
"flex-auto":
|
|
260
|
-
"flex-initial":
|
|
261
|
-
"flex-none":
|
|
265
|
+
"flex-1": a === "1",
|
|
266
|
+
"flex-auto": a === "auto",
|
|
267
|
+
"flex-initial": a === "initial",
|
|
268
|
+
"flex-none": a === "none"
|
|
262
269
|
},
|
|
263
270
|
t
|
|
264
271
|
),
|
|
@@ -266,11 +273,11 @@ const y = ({ children: c, className: t, direction: n = "col", ...r }) => {
|
|
|
266
273
|
children: r
|
|
267
274
|
}
|
|
268
275
|
);
|
|
269
|
-
}, N =
|
|
270
|
-
({ className:
|
|
276
|
+
}, N = y.forwardRef(
|
|
277
|
+
({ className: a, as: t = "div", direction: n, align: r, justify: e, grow: o, wrap: l, gap: s, gapX: x, gapY: c, ...b }, d) => /* @__PURE__ */ m.jsx(
|
|
271
278
|
t,
|
|
272
279
|
{
|
|
273
|
-
className:
|
|
280
|
+
className: f(
|
|
274
281
|
"flex",
|
|
275
282
|
// Flex direction
|
|
276
283
|
{
|
|
@@ -361,35 +368,35 @@ const y = ({ children: c, className: t, direction: n = "col", ...r }) => {
|
|
|
361
368
|
"gap-x-16": x === "16"
|
|
362
369
|
},
|
|
363
370
|
{
|
|
364
|
-
"gap-y-0":
|
|
365
|
-
"gap-y-1":
|
|
366
|
-
"gap-y-2":
|
|
367
|
-
"gap-y-3":
|
|
368
|
-
"gap-y-4":
|
|
369
|
-
"gap-y-5":
|
|
370
|
-
"gap-y-6":
|
|
371
|
-
"gap-y-7":
|
|
372
|
-
"gap-y-8":
|
|
373
|
-
"gap-y-9":
|
|
374
|
-
"gap-y-10":
|
|
375
|
-
"gap-y-11":
|
|
376
|
-
"gap-y-12":
|
|
377
|
-
"gap-y-13":
|
|
378
|
-
"gap-y-14":
|
|
379
|
-
"gap-y-15":
|
|
380
|
-
"gap-y-16":
|
|
371
|
+
"gap-y-0": c === "0",
|
|
372
|
+
"gap-y-1": c === "1",
|
|
373
|
+
"gap-y-2": c === "2",
|
|
374
|
+
"gap-y-3": c === "3",
|
|
375
|
+
"gap-y-4": c === "4",
|
|
376
|
+
"gap-y-5": c === "5",
|
|
377
|
+
"gap-y-6": c === "6",
|
|
378
|
+
"gap-y-7": c === "7",
|
|
379
|
+
"gap-y-8": c === "8",
|
|
380
|
+
"gap-y-9": c === "9",
|
|
381
|
+
"gap-y-10": c === "10",
|
|
382
|
+
"gap-y-11": c === "11",
|
|
383
|
+
"gap-y-12": c === "12",
|
|
384
|
+
"gap-y-13": c === "13",
|
|
385
|
+
"gap-y-14": c === "14",
|
|
386
|
+
"gap-y-15": c === "15",
|
|
387
|
+
"gap-y-16": c === "16"
|
|
381
388
|
},
|
|
382
|
-
|
|
389
|
+
a
|
|
383
390
|
),
|
|
384
391
|
ref: d,
|
|
385
392
|
...b
|
|
386
393
|
}
|
|
387
394
|
)
|
|
388
|
-
),
|
|
389
|
-
({ className:
|
|
395
|
+
), w = Object.assign(N, { Item: j }), k = ({ children: a, className: t, ...n }) => /* @__PURE__ */ m.jsx(g, { as: "footer", className: f("bottom-0 mt-auto pb-2", t), justify: "between", ...n, children: a }), R = y.forwardRef(
|
|
396
|
+
({ className: a, as: t = "div", cols: n, rows: r, gap: e, gapX: o, gapY: l, flow: s, ...x }, c) => /* @__PURE__ */ m.jsx(
|
|
390
397
|
t,
|
|
391
398
|
{
|
|
392
|
-
className:
|
|
399
|
+
className: f(
|
|
393
400
|
"grid",
|
|
394
401
|
{
|
|
395
402
|
"grid-cols-1": n === "1",
|
|
@@ -498,31 +505,31 @@ const y = ({ children: c, className: t, direction: n = "col", ...r }) => {
|
|
|
498
505
|
"grid-flow-row-dense": s === "row-dense",
|
|
499
506
|
"grid-flow-col-dense": s === "col-dense"
|
|
500
507
|
},
|
|
501
|
-
|
|
508
|
+
a
|
|
502
509
|
),
|
|
503
|
-
ref:
|
|
510
|
+
ref: c,
|
|
504
511
|
...x
|
|
505
512
|
}
|
|
506
513
|
)
|
|
507
514
|
);
|
|
508
515
|
R.displayName = "Grid";
|
|
509
|
-
const C = ({ children:
|
|
510
|
-
const e =
|
|
511
|
-
return n ? /* @__PURE__ */
|
|
512
|
-
}, B =
|
|
513
|
-
|
|
516
|
+
const C = ({ children: a, sticky: t = !1, className: n, ...r }) => /* @__PURE__ */ m.jsx(g, { as: "header", className: f("top-0 ", t && "z-50 sticky", n), justify: "between", ...r, children: a }), F = ({ children: a, className: t, withContainer: n = !1, ...r }) => {
|
|
517
|
+
const e = f("flex-1 grow", t);
|
|
518
|
+
return n ? /* @__PURE__ */ m.jsx(g, { as: "main", className: e, display: "block", ...r, children: a }) : /* @__PURE__ */ m.jsx(w.Item, { as: "main", className: e, ...r, children: a });
|
|
519
|
+
}, B = y.forwardRef(({ children: a, className: t, ...n }, r) => /* @__PURE__ */ m.jsx(
|
|
520
|
+
w,
|
|
514
521
|
{
|
|
515
|
-
className:
|
|
522
|
+
className: f("mx-auto w-full max-w-screen-xl h-screen flex-1", t),
|
|
516
523
|
direction: "col",
|
|
517
524
|
ref: r,
|
|
518
525
|
...n,
|
|
519
|
-
children:
|
|
526
|
+
children: a
|
|
520
527
|
}
|
|
521
528
|
)), H = Object.assign(B, { Header: C, Body: F, Footer: k });
|
|
522
529
|
export {
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
530
|
+
i as B,
|
|
531
|
+
g as C,
|
|
532
|
+
w as F,
|
|
526
533
|
R as G,
|
|
527
534
|
C as H,
|
|
528
535
|
H as L,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { j as e } from "./jsx-runtime-B0GD0xBr.js";
|
|
2
|
-
import { c, B as l } from "./calendar-
|
|
2
|
+
import { c, B as l } from "./calendar-DfVsywp-.js";
|
|
3
3
|
import "react";
|
|
4
|
-
import { F as o, B as d } from "./Layout-
|
|
5
|
-
import { C as m } from "./Code-
|
|
6
|
-
import { H as h } from "./Heading-
|
|
4
|
+
import { F as o, B as d } from "./Layout-CjE5bQn7.js";
|
|
5
|
+
import { C as m } from "./Code-C8KML31r.js";
|
|
6
|
+
import { H as h } from "./Heading-DpEVkX3a.js";
|
|
7
7
|
import { c as x } from "./index-CRiPKpXj.js";
|
|
8
8
|
/**
|
|
9
9
|
* @license lucide-react v0.543.0 - ISC
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { j as o } from "./jsx-runtime-B0GD0xBr.js";
|
|
2
2
|
import { c as t } from "./index-CRiPKpXj.js";
|
|
3
|
-
import { T as p } from "./Heading-
|
|
3
|
+
import { T as p } from "./Heading-DpEVkX3a.js";
|
|
4
4
|
const i = ({ children: r, className: s, as: a = "p", ...m }) => /* @__PURE__ */ o.jsx(p, { as: a, className: t("mb-4", s), ...m, children: r });
|
|
5
5
|
export {
|
|
6
6
|
i as P
|