@janbox/storefront-builder 1.0.7 → 1.0.9

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 (33) hide show
  1. package/dist/anchor-target-BlOvysAr.js +2329 -0
  2. package/dist/color-picker-popover-B3AVFuei.js +201 -0
  3. package/dist/components/composer/dataset.d.ts +1 -0
  4. package/dist/constants/index.d.ts +1 -0
  5. package/dist/countdown-timer.node-j79tvSTR.js +826 -0
  6. package/dist/date-picker-B4Rju7gG.js +115 -0
  7. package/dist/{countdown-timer.node-CGKz1DZI.js → dialog-header-DPLOS7TT.js} +2209 -3174
  8. package/dist/dropzone-Dbfed3jK.js +490 -0
  9. package/dist/editor/hooks/index.d.ts +1 -1
  10. package/dist/editor/lib/index.d.ts +2 -2
  11. package/dist/editor/toolbars.js +336 -0
  12. package/dist/editor/types/index.d.ts +0 -2
  13. package/dist/editor/ui/button/button.d.ts +2 -3
  14. package/dist/editor/ui/icon-button/icon-button.d.ts +1 -2
  15. package/dist/editor/ui.js +110 -0
  16. package/dist/editor.js +273 -269
  17. package/dist/index-BbiQ0n_-.js +4 -0
  18. package/dist/index-C9Q0Iqvf.js +4447 -0
  19. package/dist/index.js +369 -107
  20. package/dist/lib/container/container.inspector/container.inspector.d.ts +1 -0
  21. package/dist/lib/container/container.inspector/index.d.ts +1 -0
  22. package/dist/lib/container/container.node/container.node.d.ts +2 -0
  23. package/dist/lib/container/container.node/index.d.ts +3 -0
  24. package/dist/lib/container/container.node/types.d.ts +2 -0
  25. package/dist/lib/container/index.d.ts +2 -0
  26. package/dist/lib/index.d.ts +1 -0
  27. package/dist/style.css +1 -1
  28. package/dist/templates.js +185 -189
  29. package/dist/{tooltip-Coblboaw.js → tooltip-KbIHELP2.js} +1 -1
  30. package/package.json +12 -4
  31. package/dist/index-Bvy64nrI.js +0 -4
  32. package/dist/index-Du5uN6Rq.js +0 -6015
  33. /package/dist/editor/hooks/{use-editor-state.d.ts → use-editor.d.ts} +0 -0
package/dist/index.js CHANGED
@@ -1,112 +1,374 @@
1
- import { A as m, a as I, b as P, d as l, B as g, e as x, C as b, f as C, g as T, F as L, h as S, G as f, H as w, i as A, I as F, j as R, L as v, k as B, M as G, l as h, P as H, R as k, m as q, S as M, n as U, T as V, o as y, p as D, q as z, r as j, U as E, s as J, V as K, c as O, t as Q, u as W, v as X, w as Y, x as Z, y as _, z as $, D as ee, E as se, J as oe, K as ae, N as re, O as de } from "./countdown-timer.node-CGKz1DZI.js";
2
- import { u as e } from "./index-Du5uN6Rq.js";
3
- import { A as ne, B as pe, a as Ne, C as ie, b as ue, c as ce, d as me, F as Ie, e as Pe, G as le, H as ge, f as xe, I as be, g as Ce, L as Te, M as Le, P as Se, h as fe, S as we, i as Ae, T as Fe, j as Re, U as ve, V as Be, k as Ge, l as he, m as He, n as ke, o as qe, p as Me, q as Ue, r as Ve, s as ye, t as De, v as ze, w as je, x as Ee, y as Je, z as Ke, D as Oe, E as Qe, J as We, K as Xe, N as Ye, O as Ze } from "./index-Du5uN6Rq.js";
4
- import { useNode as $e } from "@craftjs/core";
5
- import "lodash-es";
6
- import "react";
1
+ import { u as x, P as B, H } from "./countdown-timer.node-j79tvSTR.js";
2
+ import { A as Ee, a as _e, b as Re, c as Ve, B as De, d as je, C as qe, e as Ge, f as We, g as Oe, F as Ke, h as Ze, G as Je, i as Qe, I as $e, j as Xe, L as Ye, k as eo, M as oo, l as to, m as so, R as ro, n as no, S as ao, o as io, T as co, p as lo, q as uo, r as po, s as mo, U as No, t as fo, V as go } from "./countdown-timer.node-j79tvSTR.js";
3
+ import { D as v, a as k } from "./index-C9Q0Iqvf.js";
4
+ import { A as wo, B as Io, b as Po, C as So, c as bo, d as Co, e as xo, f as vo, F as ko, g as To, G as yo, H as Lo, I as Ao, h as Mo, L as Bo, M as Ho, P as zo, S as Fo, i as Uo, T as Eo, j as _o, U as Ro, V as Vo, k as Do, u as jo, l as qo, m as Go, n as Wo, o as Oo, p as Ko, q as Zo, r as Jo, s as Qo, t as $o, v as Xo, w as Yo, x as et, y as ot, z as tt, E as st, J as rt, K as nt, N as at } from "./index-C9Q0Iqvf.js";
5
+ import { useNode as P } from "@craftjs/core";
6
+ import { useNode as dt } from "@craftjs/core";
7
+ import { isString as b, isNil as T } from "lodash-es";
8
+ import { Fragment as N, useState as z, useEffect as S, useRef as h } from "react";
7
9
  import "clsx";
8
10
  import "tailwind-merge";
9
- import { getTabPanelProps as s, getListItemProps as o } from "@janbox/storefront-ui";
10
- const N = () => e({
11
- transform: s
12
- }), i = () => e({
13
- transform: o
11
+ import { y as C, l as f, W as g } from "./dialog-header-DPLOS7TT.js";
12
+ import { c as lt, z as ut } from "./dialog-header-DPLOS7TT.js";
13
+ import { u as F, I as U, U as E, v as w, w as y } from "./anchor-target-BlOvysAr.js";
14
+ import { jsxs as l, jsx as e } from "@emotion/react/jsx-runtime";
15
+ import "flat";
16
+ import { C as _, u as L } from "./color-picker-popover-B3AVFuei.js";
17
+ import { d as mt, g as Nt, a as ft, b as gt, c as ht, e as wt, i as It, r as Pt, t as St } from "./color-picker-popover-B3AVFuei.js";
18
+ import { useDebounceCallback as A } from "usehooks-ts";
19
+ import "@janbox/storefront-ui/hooks";
20
+ import "@floating-ui/react";
21
+ import "react-use";
22
+ import "@janbox/storefront-ui/theme";
23
+ import "react-colorful";
24
+ import "overlayscrollbars-react";
25
+ import "@tanstack/react-virtual";
26
+ import "react-dropzone";
27
+ import "react-datepicker/dist/react-datepicker.css";
28
+ import "react-datepicker";
29
+ import { TextStyleKit as R } from "@tiptap/extension-text-style";
30
+ import { useEditor as V, EditorContent as D, useEditorState as j } from "@tiptap/react";
31
+ import { BubbleMenu as q } from "@tiptap/react/menus";
32
+ import { StarterKit as G } from "@tiptap/starter-kit";
33
+ import { useFrame as W } from "react-frame-component";
34
+ import { c as O } from "./dropzone-Dbfed3jK.js";
35
+ import "@emotion/react";
36
+ import { getTextProps as K, getTabPanelProps as Z, getListItemProps as J } from "@janbox/storefront-ui";
37
+ const Q = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
38
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M20.221 4.29206V4.29206C19.438 3.50906 18.183 3.46806 17.35 4.19606L9.31298 11.2281C8.44198 11.9901 8.39798 13.3291 9.21598 14.1471L10.365 15.2961C11.183 16.1141 12.523 16.0691 13.284 15.1991L20.316 7.16206C21.045 6.33006 21.003 5.07506 20.221 4.29206V4.29206Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
39
+ <path d="M10.87 9.87012L14.65 13.6501" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
40
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.59903 20.3231H7.30203C10.287 20.3231 11.782 16.7141 9.67103 14.6031V14.6031C8.11903 13.0511 5.48303 13.6221 4.71303 15.6771L3.19103 19.7351C3.08503 20.0201 3.29503 20.3231 3.59903 20.3231Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
41
+ </svg>
42
+ `, $ = ({ editor: s }) => {
43
+ const [c, a] = z(!1), { nodeDOM: d } = P((t) => ({
44
+ nodeDOM: t.dom
45
+ }));
46
+ S(() => {
47
+ const t = () => {
48
+ a((p) => p && s.state.selection.from !== s.state.selection.to);
49
+ };
50
+ return s.on("selectionUpdate", t), () => {
51
+ s.off("selectionUpdate", t);
52
+ };
53
+ }, [s]);
54
+ const o = j({
55
+ editor: s,
56
+ selector(t) {
57
+ return {
58
+ isBold: t.editor.isActive("bold") ?? !1,
59
+ canBold: t.editor.can().chain().toggleBold().run() ?? !1,
60
+ isItalic: t.editor.isActive("italic") ?? !1,
61
+ canItalic: t.editor.can().chain().toggleItalic().run() ?? !1,
62
+ isStrike: t.editor.isActive("strike") ?? !1,
63
+ canStrike: t.editor.can().chain().toggleStrike().run() ?? !1,
64
+ textStyle: s.isActive("textStyle") ? t.editor.getAttributes("textStyle") : {}
65
+ };
66
+ }
67
+ }), m = (() => {
68
+ if (o.textStyle.fontSize && b(o.textStyle.fontSize))
69
+ return C(o.textStyle.fontSize);
70
+ })(), u = o.textStyle.color && b(o.textStyle.color) ? o.textStyle.color : d?.computedStyleMap().get("color")?.toString(), r = (t) => {
71
+ s.chain().focus().setColor(t).run(), a(!1);
72
+ }, i = (t) => {
73
+ if (isNaN(t.target.valueAsNumber)) {
74
+ s.chain().focus().unsetFontSize().run();
75
+ return;
76
+ }
77
+ s.chain().focus().setFontSize(`${t.target.valueAsNumber}px`).run();
78
+ };
79
+ return /* @__PURE__ */ l("div", { className: "tw:bg-ic-ink-6s tw:text-white tw:py-1 tw:px-1.5 tw:rounded tw:text-xs tw:flex tw:items-center tw:gap-2 tw:border tw:border-ic-white-2s tw:shadow tw:shadow-ic-white-2s", children: [
80
+ /* @__PURE__ */ e("div", { className: "tw:w-28 tw:flex-shrink-0", children: /* @__PURE__ */ e(
81
+ O,
82
+ {
83
+ value: m ?? "",
84
+ placeholder: C(d?.computedStyleMap().get("font-size")?.toString())?.toString(),
85
+ onChange: i,
86
+ debounce: 400,
87
+ min: 10,
88
+ className: "tw:text-center",
89
+ step: 1,
90
+ fullWidth: !0
91
+ }
92
+ ) }),
93
+ /* @__PURE__ */ e("div", { className: "tw:h-5 tw:w-px tw:bg-ic-white-1s" }),
94
+ /* @__PURE__ */ e(
95
+ f,
96
+ {
97
+ title: "Bold",
98
+ size: "28",
99
+ isHighlighted: o.isBold,
100
+ onClick: () => s.chain().focus().toggleBold().run(),
101
+ disabled: !o.canBold,
102
+ children: /* @__PURE__ */ e(g, { source: F })
103
+ }
104
+ ),
105
+ /* @__PURE__ */ e(
106
+ f,
107
+ {
108
+ size: "28",
109
+ title: "Italic",
110
+ isHighlighted: o.isItalic,
111
+ onClick: () => s.chain().focus().toggleItalic().run(),
112
+ disabled: !o.canItalic,
113
+ children: /* @__PURE__ */ e(g, { source: U })
114
+ }
115
+ ),
116
+ /* @__PURE__ */ e(
117
+ f,
118
+ {
119
+ size: "28",
120
+ title: "Underline",
121
+ isHighlighted: o.isStrike,
122
+ onClick: () => s.chain().focus().toggleStrike().run(),
123
+ disabled: !o.canStrike,
124
+ children: /* @__PURE__ */ e(g, { source: E })
125
+ }
126
+ ),
127
+ /* @__PURE__ */ e(
128
+ _,
129
+ {
130
+ open: c,
131
+ onOpenChange: a,
132
+ placement: "bottom",
133
+ color: u,
134
+ onChange: r,
135
+ children: /* @__PURE__ */ e(f, { size: "28", title: "Underline", children: /* @__PURE__ */ l("div", { className: "tw:relative tw:size-5 tw:flex tw:flex-col tw:items-center tw:justify-center", children: [
136
+ /* @__PURE__ */ e(g, { size: 18, source: Q }),
137
+ /* @__PURE__ */ e(
138
+ "div",
139
+ {
140
+ style: { backgroundColor: u },
141
+ className: "tw:absolute tw:inset-x-0 tw:h-1 tw:-bottom-1 tw:rounded tw:border tw:border-ic-white-1s"
142
+ }
143
+ )
144
+ ] }) })
145
+ }
146
+ )
147
+ ] });
148
+ }, M = ({ options: s, deps: c, ref: a }) => {
149
+ const { document: d } = W(), o = V(
150
+ {
151
+ ...s,
152
+ extensions: [G, R, ...s?.extensions ?? []]
153
+ },
154
+ c
155
+ );
156
+ return /* @__PURE__ */ l(N, { children: [
157
+ /* @__PURE__ */ e(
158
+ D,
159
+ {
160
+ css: {
161
+ ".tiptap": {
162
+ outline: "none"
163
+ }
164
+ },
165
+ editor: o,
166
+ ref: a
167
+ }
168
+ ),
169
+ /* @__PURE__ */ e(
170
+ q,
171
+ {
172
+ appendTo: document.body,
173
+ getReferencedVirtualElement: () => d?.activeElement ?? null,
174
+ editor: o,
175
+ children: /* @__PURE__ */ e($, { editor: o })
176
+ }
177
+ )
178
+ ] });
179
+ }, X = () => w(), Me = () => {
180
+ const s = x(), { connectors: c } = P(), a = h(null), {
181
+ id: d,
182
+ nodeProps: { dangerouslySetInnerHTML: o, ...m },
183
+ setNodeProps: u
184
+ } = X(), r = h(o?.__html), { isActive: i } = L((n, I) => ({
185
+ isActive: I.getEvent("selected").contains(d)
186
+ }));
187
+ S(() => {
188
+ i || T(r.current) || (u({
189
+ dangerouslySetInnerHTML: { __html: r.current }
190
+ }), r.current = void 0);
191
+ }, [i]);
192
+ const t = A(({ editor: n }) => {
193
+ r.current = n.getHTML();
194
+ }), {
195
+ queryParams: { mode: p }
196
+ } = y();
197
+ return /* @__PURE__ */ l(N, { children: [
198
+ i && p === "full" && /* @__PURE__ */ l(N, { children: [
199
+ /* @__PURE__ */ e(v, {}),
200
+ /* @__PURE__ */ e(k, {})
201
+ ] }),
202
+ /* @__PURE__ */ e(
203
+ B,
204
+ {
205
+ ...m,
206
+ ...s,
207
+ ref: (n) => {
208
+ n && c.connect(n);
209
+ },
210
+ children: /* @__PURE__ */ e(
211
+ M,
212
+ {
213
+ ref: a,
214
+ options: {
215
+ content: o?.__html,
216
+ onUpdate: t
217
+ }
218
+ }
219
+ )
220
+ }
221
+ )
222
+ ] });
223
+ }, Y = () => w({
224
+ transform: K
225
+ }), Be = () => {
226
+ const s = x(), { connectors: c } = P(), a = h(null), {
227
+ id: d,
228
+ nodeProps: { dangerouslySetInnerHTML: o, ...m },
229
+ setNodeProps: u
230
+ } = Y(), r = h(o?.__html), { isActive: i } = L((n, I) => ({
231
+ isActive: I.getEvent("selected").contains(d)
232
+ }));
233
+ S(() => {
234
+ i || T(r.current) || (u({
235
+ dangerouslySetInnerHTML: { __html: r.current }
236
+ }), r.current = void 0);
237
+ }, [i]);
238
+ const t = A(({ editor: n }) => {
239
+ r.current = n.getHTML();
240
+ }), {
241
+ queryParams: { mode: p }
242
+ } = y();
243
+ return /* @__PURE__ */ l(N, { children: [
244
+ i && p === "full" && /* @__PURE__ */ l(N, { children: [
245
+ /* @__PURE__ */ e(v, {}),
246
+ /* @__PURE__ */ e(k, {})
247
+ ] }),
248
+ /* @__PURE__ */ e(
249
+ H,
250
+ {
251
+ ...m,
252
+ ...s,
253
+ ref: (n) => {
254
+ n && c.connect(n);
255
+ },
256
+ children: /* @__PURE__ */ e(
257
+ M,
258
+ {
259
+ ref: a,
260
+ options: {
261
+ content: o?.__html,
262
+ onUpdate: t
263
+ }
264
+ }
265
+ )
266
+ }
267
+ )
268
+ ] });
269
+ }, He = () => w({
270
+ transform: Z
271
+ }), ze = () => w({
272
+ transform: J
14
273
  });
15
274
  export {
16
- m as AccordionContentNode,
17
- ne as AccordionGroupInspector,
18
- I as AccordionGroupNode,
19
- P as AccordionNode,
20
- l as AccordionSummaryNode,
21
- pe as BoxInspector,
22
- g as BoxNode,
23
- Ne as ButtonInspector,
24
- x as ButtonNode,
25
- ie as Canvas,
26
- b as CanvasPlaceholder,
27
- ue as CellInspector,
28
- C as CellNode,
29
- ce as Composer,
30
- me as CountdownTimerInspector,
31
- T as CountdownTimerNode,
32
- Ie as FlexItemInspector,
33
- L as FlexItemNode,
34
- Pe as FlexboxInspector,
35
- S as FlexboxNode,
36
- le as GridInspector,
37
- f as GridNode,
38
- w as Heading,
39
- ge as HeadingInspector,
40
- A as HeadingNode,
41
- xe as HeadingRenderer,
42
- be as IconInspector,
43
- F as IconNode,
44
- Ce as ImageInspector,
45
- R as ImageNode,
46
- Te as LinkInspector,
47
- v as LinkNode,
48
- B as ListItemNode,
49
- Le as MarqueeInspector,
50
- G as MarqueeItemNode,
51
- h as MarqueeNode,
52
- Se as ParagraphInspector,
53
- H as ParagraphNode,
54
- fe as ParagraphRenderer,
55
- k as Resolver,
56
- q as RootNode,
57
- we as SizeField,
58
- Ae as SwiperInspector,
59
- M as SwiperNode,
60
- U as SwiperSlideNode,
61
- V as TabContentNode,
62
- y as TabListNode,
63
- D as TabNode,
64
- z as TabPanelNode,
65
- Fe as TabsInspector,
66
- j as TabsNode,
67
- Re as TextInspector,
68
- E as UnknownNode,
69
- ve as UnorderedListInspector,
70
- J as UnorderedListNode,
71
- Be as VariantField,
72
- Ge as VideoInspector,
73
- K as VideoNode,
74
- O as cn,
75
- Q as defineNode,
76
- W as getNodeCustom,
77
- X as getNodeDisplayName,
78
- Y as getNodeInfo,
79
- Z as getNodeRelated,
80
- _ as getNodeResolved,
81
- $ as isNodeSelectable,
82
- ee as parseNumber,
83
- se as parseSvgString,
84
- oe as registerNodeRelated,
85
- ae as toResponsiveCss,
86
- he as useAccordionGroupNodeProps,
87
- He as useAccordionNodeProps,
88
- ke as useBoxNodeProps,
89
- qe as useButtonNodeProps,
90
- Me as useCellNodeProps,
91
- re as useComposer,
92
- Ue as useCountdownTimerNodeProps,
93
- Ve as useFlexItemNodeProps,
94
- ye as useFlexboxNodeProps,
95
- De as useGridNodeProps,
96
- ze as useHeadingNodeProps,
97
- je as useIconNodeProps,
98
- Ee as useImageNodeProps,
99
- Je as useLinkNodeProps,
100
- i as useListItemNodeProps,
101
- Ke as useMarqueeNodeProps,
102
- $e as useNode,
103
- de as useNodeDataAttributes,
104
- e as useNodeProps,
105
- Oe as useParagraphNodeProps,
106
- Qe as useSwiperNodeProps,
107
- We as useTabNodeProps,
108
- N as useTabPanelNodeProps,
109
- Xe as useTabsNodeProps,
110
- Ye as useUnorderedListNodeProps,
111
- Ze as useVideoNodeProps
275
+ Ee as AccordionContentNode,
276
+ wo as AccordionGroupInspector,
277
+ _e as AccordionGroupNode,
278
+ Re as AccordionNode,
279
+ Ve as AccordionSummaryNode,
280
+ Io as BoxInspector,
281
+ De as BoxNode,
282
+ Po as ButtonInspector,
283
+ je as ButtonNode,
284
+ So as Canvas,
285
+ qe as CanvasPlaceholder,
286
+ bo as CellInspector,
287
+ Ge as CellNode,
288
+ Co as Composer,
289
+ xo as ContainerInspector,
290
+ We as ContainerNode,
291
+ vo as CountdownTimerInspector,
292
+ Oe as CountdownTimerNode,
293
+ ko as FlexItemInspector,
294
+ Ke as FlexItemNode,
295
+ To as FlexboxInspector,
296
+ Ze as FlexboxNode,
297
+ yo as GridInspector,
298
+ Je as GridNode,
299
+ H as Heading,
300
+ Lo as HeadingInspector,
301
+ Qe as HeadingNode,
302
+ Be as HeadingRenderer,
303
+ Ao as IconInspector,
304
+ $e as IconNode,
305
+ Mo as ImageInspector,
306
+ Xe as ImageNode,
307
+ Bo as LinkInspector,
308
+ Ye as LinkNode,
309
+ eo as ListItemNode,
310
+ Ho as MarqueeInspector,
311
+ oo as MarqueeItemNode,
312
+ to as MarqueeNode,
313
+ zo as ParagraphInspector,
314
+ so as ParagraphNode,
315
+ Me as ParagraphRenderer,
316
+ ro as Resolver,
317
+ no as RootNode,
318
+ Fo as SizeField,
319
+ Uo as SwiperInspector,
320
+ ao as SwiperNode,
321
+ io as SwiperSlideNode,
322
+ co as TabContentNode,
323
+ lo as TabListNode,
324
+ uo as TabNode,
325
+ po as TabPanelNode,
326
+ Eo as TabsInspector,
327
+ mo as TabsNode,
328
+ _o as TextInspector,
329
+ No as UnknownNode,
330
+ Ro as UnorderedListInspector,
331
+ fo as UnorderedListNode,
332
+ Vo as VariantField,
333
+ Do as VideoInspector,
334
+ go as VideoNode,
335
+ lt as cn,
336
+ mt as defineNode,
337
+ Nt as getNodeCustom,
338
+ ft as getNodeDisplayName,
339
+ gt as getNodeInfo,
340
+ ht as getNodeRelated,
341
+ wt as getNodeResolved,
342
+ It as isNodeSelectable,
343
+ C as parseNumber,
344
+ ut as parseSvgString,
345
+ Pt as registerNodeRelated,
346
+ St as toResponsiveCss,
347
+ jo as useAccordionGroupNodeProps,
348
+ qo as useAccordionNodeProps,
349
+ Go as useBoxNodeProps,
350
+ Wo as useButtonNodeProps,
351
+ Oo as useCellNodeProps,
352
+ L as useComposer,
353
+ Ko as useContainerNodeProps,
354
+ Zo as useCountdownTimerNodeProps,
355
+ Jo as useFlexItemNodeProps,
356
+ Qo as useFlexboxNodeProps,
357
+ $o as useGridNodeProps,
358
+ Y as useHeadingNodeProps,
359
+ Xo as useIconNodeProps,
360
+ Yo as useImageNodeProps,
361
+ et as useLinkNodeProps,
362
+ ze as useListItemNodeProps,
363
+ ot as useMarqueeNodeProps,
364
+ dt as useNode,
365
+ x as useNodeDataAttributes,
366
+ w as useNodeProps,
367
+ X as useParagraphNodeProps,
368
+ tt as useSwiperNodeProps,
369
+ st as useTabNodeProps,
370
+ He as useTabPanelNodeProps,
371
+ rt as useTabsNodeProps,
372
+ nt as useUnorderedListNodeProps,
373
+ at as useVideoNodeProps
112
374
  };
@@ -0,0 +1 @@
1
+ export declare const ContainerInspector: () => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './container.inspector';
@@ -0,0 +1,2 @@
1
+ import { ContainerNodeProps } from './types';
2
+ export declare const ContainerNode: ({ children, ...props }: ContainerNodeProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ export * from './container.node';
2
+ export * from './types';
3
+ export * from './helpers';
@@ -0,0 +1,2 @@
1
+ import { ContainerProps } from '@janbox/storefront-ui';
2
+ export type ContainerNodeProps = ContainerProps;
@@ -0,0 +1,2 @@
1
+ export * from './container.node';
2
+ export * from './container.inspector';
@@ -28,4 +28,5 @@ export * from './accordion-content';
28
28
  export * from './accordion-group';
29
29
  export * from './video';
30
30
  export * from './box';
31
+ export * from './container';
31
32
  export * from './countdown-timer';