@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.
- package/dist/anchor-target-BlOvysAr.js +2329 -0
- package/dist/color-picker-popover-B3AVFuei.js +201 -0
- package/dist/components/composer/dataset.d.ts +1 -0
- package/dist/constants/index.d.ts +1 -0
- package/dist/countdown-timer.node-j79tvSTR.js +826 -0
- package/dist/date-picker-B4Rju7gG.js +115 -0
- package/dist/{countdown-timer.node-CGKz1DZI.js → dialog-header-DPLOS7TT.js} +2209 -3174
- package/dist/dropzone-Dbfed3jK.js +490 -0
- package/dist/editor/hooks/index.d.ts +1 -1
- package/dist/editor/lib/index.d.ts +2 -2
- package/dist/editor/toolbars.js +336 -0
- package/dist/editor/types/index.d.ts +0 -2
- package/dist/editor/ui/button/button.d.ts +2 -3
- package/dist/editor/ui/icon-button/icon-button.d.ts +1 -2
- package/dist/editor/ui.js +110 -0
- package/dist/editor.js +273 -269
- package/dist/index-BbiQ0n_-.js +4 -0
- package/dist/index-C9Q0Iqvf.js +4447 -0
- package/dist/index.js +369 -107
- package/dist/lib/container/container.inspector/container.inspector.d.ts +1 -0
- package/dist/lib/container/container.inspector/index.d.ts +1 -0
- package/dist/lib/container/container.node/container.node.d.ts +2 -0
- package/dist/lib/container/container.node/index.d.ts +3 -0
- package/dist/lib/container/container.node/types.d.ts +2 -0
- package/dist/lib/container/index.d.ts +2 -0
- package/dist/lib/index.d.ts +1 -0
- package/dist/style.css +1 -1
- package/dist/templates.js +185 -189
- package/dist/{tooltip-Coblboaw.js → tooltip-KbIHELP2.js} +1 -1
- package/package.json +12 -4
- package/dist/index-Bvy64nrI.js +0 -4
- package/dist/index-Du5uN6Rq.js +0 -6015
- /package/dist/editor/hooks/{use-editor-state.d.ts → use-editor.d.ts} +0 -0
package/dist/templates.js
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { jsx as e, jsxs as r, Fragment as
|
|
2
|
-
import { R as t, B as
|
|
1
|
+
import { jsx as e, jsxs as r, Fragment as x } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { R as t, f as C, B as H, G as m, e as d, h as V, F as v, a as M, b as i, c as s, m as n, A as a, S as L, o as f, l as _, M as T, j as g, V as S, I as Z, d as y, L as N, s as b, p as B, q as A, T as j, r as E, i as h, g as P } from "./countdown-timer.node-j79tvSTR.js";
|
|
3
3
|
import "@craftjs/core";
|
|
4
4
|
import { times as l } from "lodash-es";
|
|
5
5
|
import "react";
|
|
6
6
|
import "clsx";
|
|
7
7
|
import "tailwind-merge";
|
|
8
|
+
import { M as G, P as R } from "./dialog-header-DPLOS7TT.js";
|
|
8
9
|
import "flat";
|
|
9
10
|
import "@janbox/storefront-ui";
|
|
10
11
|
import "@janbox/storefront-ui/hooks";
|
|
@@ -18,6 +19,7 @@ import "@tanstack/react-virtual";
|
|
|
18
19
|
import "react-dropzone";
|
|
19
20
|
import "react-datepicker/dist/react-datepicker.css";
|
|
20
21
|
import "react-datepicker";
|
|
22
|
+
import "./color-picker-popover-B3AVFuei.js";
|
|
21
23
|
import "@tiptap/extension-text-style";
|
|
22
24
|
import "@tiptap/react";
|
|
23
25
|
import "@tiptap/react/menus";
|
|
@@ -25,34 +27,38 @@ import "@tiptap/starter-kit";
|
|
|
25
27
|
import "react-frame-component";
|
|
26
28
|
import "@emotion/react";
|
|
27
29
|
import "@hello-pangea/dnd";
|
|
28
|
-
import "react-router";
|
|
29
30
|
import "usehooks-ts";
|
|
30
|
-
import
|
|
31
|
-
import { renderToString as
|
|
32
|
-
const
|
|
31
|
+
import z from "dayjs";
|
|
32
|
+
import { renderToString as I } from "react-dom/server";
|
|
33
|
+
const U = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
33
34
|
<rect x="3.00024" y="3" width="17.9997" height="17.9997" rx="2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
34
35
|
<path d="M13.5 20.9998V12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
35
36
|
<path d="M9.50011 11.9998V3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
36
37
|
<path d="M20.9999 12H3.00024" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
37
38
|
</svg>
|
|
38
|
-
`,
|
|
39
|
+
`, q = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
39
40
|
<rect x="3" y="3" width="18" height="18" rx="2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
40
41
|
<path d="M3 12H21" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
41
42
|
<path d="M12 21V3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
42
43
|
</svg>
|
|
43
|
-
`,
|
|
44
|
+
`, k = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
44
45
|
<path d="M3 6V18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
45
46
|
<path d="M21 6V18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
46
47
|
<path d="M6 21H18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
47
48
|
<path d="M6 3H18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
48
49
|
</svg>
|
|
49
|
-
`,
|
|
50
|
+
`, E2 = {
|
|
50
51
|
name: "Layout",
|
|
51
52
|
elements: [
|
|
53
|
+
{
|
|
54
|
+
name: "Container",
|
|
55
|
+
template: /* @__PURE__ */ e(t, { is: C }),
|
|
56
|
+
icon: { source: k, height: 32 }
|
|
57
|
+
},
|
|
52
58
|
{
|
|
53
59
|
name: "Block",
|
|
54
|
-
template: /* @__PURE__ */ e(t, { is:
|
|
55
|
-
icon: { source:
|
|
60
|
+
template: /* @__PURE__ */ e(t, { is: H }),
|
|
61
|
+
icon: { source: k, height: 32 }
|
|
56
62
|
},
|
|
57
63
|
{
|
|
58
64
|
name: "Grid",
|
|
@@ -74,11 +80,11 @@ const R = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
74
80
|
]
|
|
75
81
|
}
|
|
76
82
|
),
|
|
77
|
-
icon: { source:
|
|
83
|
+
icon: { source: q, height: 32 }
|
|
78
84
|
},
|
|
79
85
|
{
|
|
80
86
|
name: "Flex",
|
|
81
|
-
template: /* @__PURE__ */ r(t, { is:
|
|
87
|
+
template: /* @__PURE__ */ r(t, { is: V, sx: { columnGap: 8, rowGap: 8, paddingTop: 16, paddingBottom: 16 }, children: [
|
|
82
88
|
/* @__PURE__ */ e(
|
|
83
89
|
t,
|
|
84
90
|
{
|
|
@@ -100,10 +106,10 @@ const R = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
100
106
|
}
|
|
101
107
|
)
|
|
102
108
|
] }),
|
|
103
|
-
icon: { source:
|
|
109
|
+
icon: { source: U, height: 32 }
|
|
104
110
|
}
|
|
105
111
|
]
|
|
106
|
-
},
|
|
112
|
+
}, O = `<svg width="98" height="56" viewBox="0 0 98 56" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
107
113
|
<rect x="4" y="4" width="57" height="6" rx="3" fill="currentColor"></rect>
|
|
108
114
|
<rect x="2" y="4" width="57" height="6" rx="3" fill="currentColor"></rect>
|
|
109
115
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M86.1302 5.61716C86.3037 5.46095 86.5851 5.46095 86.7587 5.61716L90 8.53431L93.2413 5.61716C93.4149 5.46095 93.6963 5.46095 93.8698 5.61716C94.0434 5.77337 94.0434 6.02663 93.8698 6.18284L90.3143 9.38284C90.1407 9.53905 89.8593 9.53905 89.6857 9.38284L86.1302 6.18284C85.9566 6.02663 85.9566 5.77337 86.1302 5.61716Z" fill="currentColor"></path>
|
|
@@ -113,7 +119,7 @@ const R = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
113
119
|
<rect x="4" y="46" width="57" height="6" rx="3" fill="currentColor"></rect>
|
|
114
120
|
<rect x="2" y="46" width="57" height="6" rx="3" fill="currentColor"></rect>
|
|
115
121
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M86.1302 47.6172C86.3037 47.4609 86.5851 47.4609 86.7587 47.6172L90 50.5343L93.2413 47.6172C93.4149 47.4609 93.6963 47.4609 93.8698 47.6172C94.0434 47.7734 94.0434 48.0266 93.8698 48.1828L90.3143 51.3828C90.1407 51.5391 89.8593 51.5391 89.6857 51.3828L86.1302 48.1828C85.9566 48.0266 85.9566 47.7734 86.1302 47.6172Z" fill="currentColor"></path>
|
|
116
|
-
</svg>`,
|
|
122
|
+
</svg>`, F = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", W = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209L12%2015L18%209'%20transform='rotate(180%2012%2012)'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", P2 = {
|
|
117
123
|
name: "Content list",
|
|
118
124
|
elements: [
|
|
119
125
|
{
|
|
@@ -121,7 +127,7 @@ const R = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
121
127
|
template: /* @__PURE__ */ e(
|
|
122
128
|
t,
|
|
123
129
|
{
|
|
124
|
-
is:
|
|
130
|
+
is: M,
|
|
125
131
|
accordionSummaryProps: {
|
|
126
132
|
sx: {
|
|
127
133
|
paddingTop: 8,
|
|
@@ -130,8 +136,8 @@ const R = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
130
136
|
expandIcon: {
|
|
131
137
|
position: "right",
|
|
132
138
|
source: {
|
|
133
|
-
expanded:
|
|
134
|
-
collapsed:
|
|
139
|
+
expanded: W,
|
|
140
|
+
collapsed: F
|
|
135
141
|
}
|
|
136
142
|
}
|
|
137
143
|
},
|
|
@@ -167,14 +173,14 @@ const R = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
167
173
|
] }, o))
|
|
168
174
|
}
|
|
169
175
|
),
|
|
170
|
-
icon: { source:
|
|
176
|
+
icon: { source: O, height: 40 }
|
|
171
177
|
}
|
|
172
178
|
]
|
|
173
|
-
},
|
|
179
|
+
}, p = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
174
180
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.3998 10.6645L13.6661 15.4669C12.6691 16.1777 11.3309 16.1777 10.3339 15.4669L3.60018 10.6645C3.2236 10.3962 3 9.96237 3 9.5C3 9.03763 3.2236 8.60381 3.60018 8.33553L10.3339 3.5331C11.3309 2.8223 12.6691 2.8223 13.6661 3.5331L20.3998 8.33553C20.7764 8.60381 21 9.03763 21 9.5C21 9.96237 20.7764 10.3962 20.3998 10.6645Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
175
181
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.3998 15.6645L13.6661 20.4669C12.6691 21.1777 11.3309 21.1777 10.3339 20.4669L3.60018 15.6645C3.2236 15.3962 3 14.9624 3 14.5C3 14.0376 3.2236 13.6038 3.60018 13.3355L10.3339 8.5331C11.3309 7.8223 12.6691 7.8223 13.6661 8.5331L20.3998 13.3355C20.7764 13.6038 21 14.0376 21 14.5C21 14.9624 20.7764 15.3962 20.3998 15.6645Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
176
182
|
</svg>
|
|
177
|
-
`,
|
|
183
|
+
`, G2 = {
|
|
178
184
|
name: "Interactive",
|
|
179
185
|
elements: [
|
|
180
186
|
{
|
|
@@ -182,7 +188,7 @@ const R = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
182
188
|
template: /* @__PURE__ */ e(
|
|
183
189
|
t,
|
|
184
190
|
{
|
|
185
|
-
is:
|
|
191
|
+
is: L,
|
|
186
192
|
slidesPerView: 2,
|
|
187
193
|
spaceBetween: 8,
|
|
188
194
|
md: {
|
|
@@ -197,32 +203,32 @@ const R = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
197
203
|
custom: {
|
|
198
204
|
displayName: `Slide ${o + 1}`
|
|
199
205
|
},
|
|
200
|
-
is:
|
|
206
|
+
is: f,
|
|
201
207
|
canvas: !0
|
|
202
208
|
},
|
|
203
209
|
o
|
|
204
210
|
))
|
|
205
211
|
}
|
|
206
212
|
),
|
|
207
|
-
icon: { source:
|
|
213
|
+
icon: { source: p, height: 32 }
|
|
208
214
|
},
|
|
209
215
|
{
|
|
210
216
|
name: "Marquee",
|
|
211
|
-
template: /* @__PURE__ */ e(t, { is:
|
|
217
|
+
template: /* @__PURE__ */ e(t, { is: _, children: l(10).map((o) => /* @__PURE__ */ e(
|
|
212
218
|
t,
|
|
213
219
|
{
|
|
214
220
|
canvas: !0,
|
|
215
221
|
custom: {
|
|
216
222
|
displayName: `Marquee Item ${o + 1}`
|
|
217
223
|
},
|
|
218
|
-
is:
|
|
224
|
+
is: T
|
|
219
225
|
},
|
|
220
226
|
o
|
|
221
227
|
)) }),
|
|
222
|
-
icon: { source:
|
|
228
|
+
icon: { source: p, height: 32 }
|
|
223
229
|
}
|
|
224
230
|
]
|
|
225
|
-
},
|
|
231
|
+
}, $ = `<svg height="24" width="24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve">
|
|
226
232
|
<style type="text/css">
|
|
227
233
|
.st0{fill:currentColor;}
|
|
228
234
|
</style>
|
|
@@ -251,31 +257,31 @@ const R = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
251
257
|
c4.709,14.802,17.357,22.204,33.644,22.204c16.286,0,28.668-8.204,33.374-22.881c1.617-5.111,2.29-12.645,2.29-20.716v-0.95
|
|
252
258
|
C372.362,303.664,369.538,300.836,364.556,300.836z"/>
|
|
253
259
|
</g>
|
|
254
|
-
</svg>`,
|
|
260
|
+
</svg>`, D = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
255
261
|
<path d="M20.64 15.3735L16.5187 11.2522C16.1434 10.8769 15.5357 10.8769 15.1613 11.2522L11.04 15.3735" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
256
262
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.76 20.1736H6.24C4.64928 20.1736 3.36 18.8843 3.36 17.2936V5.77355C3.36 4.18283 4.64928 2.89355 6.24 2.89355H17.76C19.3507 2.89355 20.64 4.18283 20.64 5.77355V17.2936C20.64 18.8843 19.3507 20.1736 17.76 20.1736Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
257
263
|
<path d="M15.84 20.1734L9.79872 14.1321C9.42336 13.7567 8.81568 13.7567 8.44128 14.1321L3.78816 18.7852" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
258
264
|
<path d="M9.37456 8.39927C9.51515 8.53986 9.51515 8.7678 9.37456 8.90839C9.23397 9.04898 9.00603 9.04898 8.86544 8.90839C8.72485 8.7678 8.72485 8.53986 8.86544 8.39927C9.00603 8.25868 9.23397 8.25868 9.37456 8.39927" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
259
265
|
</svg>
|
|
260
|
-
`,
|
|
266
|
+
`, Q = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
261
267
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2939 12L14.6229 9.5L10.2939 7V12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
262
268
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.889 3.38867H4.111C3.497 3.38867 3 3.88567 3 4.49967V14.4997C3 15.1137 3.497 15.6107 4.111 15.6107H19.889C20.503 15.6107 21 15.1137 21 14.4997V4.49967C21 3.88567 20.503 3.38867 19.889 3.38867Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
263
269
|
<path d="M8.56066 18.9393C9.14645 19.5251 9.14645 20.4749 8.56066 21.0607C7.97487 21.6464 7.02513 21.6464 6.43934 21.0607C5.85355 20.4749 5.85355 19.5251 6.43934 18.9393C7.02513 18.3536 7.97487 18.3536 8.56066 18.9393" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
264
270
|
<path d="M21 20H9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
265
271
|
<path d="M3 20H6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
266
272
|
</svg>
|
|
267
|
-
`,
|
|
273
|
+
`, R2 = {
|
|
268
274
|
name: "Media",
|
|
269
275
|
elements: [
|
|
270
276
|
{
|
|
271
277
|
name: "Image",
|
|
272
278
|
template: /* @__PURE__ */ e(t, { src: "https://ucarecdn.com/ee6d5074-1640-4cc7-8933-47c8589c3dee/-/format/auto/", is: g }),
|
|
273
|
-
icon: { source:
|
|
279
|
+
icon: { source: D, height: 32 }
|
|
274
280
|
},
|
|
275
281
|
{
|
|
276
282
|
name: "Video",
|
|
277
283
|
template: /* @__PURE__ */ e(
|
|
278
|
-
|
|
284
|
+
S,
|
|
279
285
|
{
|
|
280
286
|
sx: {
|
|
281
287
|
aspectRatio: "16 / 9"
|
|
@@ -283,21 +289,21 @@ const R = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
283
289
|
src: "https://cdn.shopify.com/videos/c/o/v/2cd3deb506b54b009063f7270ab5cf2e.mp4"
|
|
284
290
|
}
|
|
285
291
|
),
|
|
286
|
-
icon: { source:
|
|
292
|
+
icon: { source: Q, height: 32 }
|
|
287
293
|
},
|
|
288
294
|
{
|
|
289
295
|
name: "Icon",
|
|
290
|
-
template: /* @__PURE__ */ e(t, { source:
|
|
291
|
-
icon: { source:
|
|
296
|
+
template: /* @__PURE__ */ e(t, { source: p, is: Z }),
|
|
297
|
+
icon: { source: $, height: 32 }
|
|
292
298
|
}
|
|
293
299
|
]
|
|
294
|
-
},
|
|
300
|
+
}, Y = `<svg width="24" height="24" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
295
301
|
<path d="M5.5 10V8.5M5.5 8.5V3.5C5.5 2.94772 5.94772 2.5 6.5 2.5C7.05228 2.5 7.5 2.94772 7.5 3.5V7.5H10.8529C11.7626 7.5 12.5 8.23741 12.5 9.14706V10C12.5 12.4853 10.4853 14.5 8 14.5H7.5C5.29086 14.5 3.5 12.7091 3.5 10.5C3.5 9.39543 4.39543 8.5 5.5 8.5ZM9 5.5H11C12.3807 5.5 13.5 4.38071 13.5 3C13.5 1.61929 12.3807 0.5 11 0.5H4C2.61929 0.5 1.5 1.61929 1.5 3C1.5 4.38071 2.61929 5.5 4 5.5" stroke="currentColor"/>
|
|
296
|
-
</svg>`,
|
|
302
|
+
</svg>`, X = `<svg fill="currentColor" width="120" height="120" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
|
297
303
|
<path d="M76.26,37.7H73.57V64.63h2.69A3.75,3.75,0,0,0,80,60.89V41.44A3.75,3.75,0,0,0,76.26,37.7Z"/>
|
|
298
304
|
<path d="M20,41.44V60.89a3.75,3.75,0,0,0,3.74,3.74h2.69V37.7H23.74A3.75,3.75,0,0,0,20,41.44Z"/>
|
|
299
305
|
<path d="M66.46,34.33H33.54a3.75,3.75,0,0,0-3.74,3.74V64.26A3.75,3.75,0,0,0,33.54,68H66.46a3.75,3.75,0,0,0,3.74-3.74V38.07A3.75,3.75,0,0,0,66.46,34.33ZM60.89,61.27H37.77a1.21,1.21,0,0,1-1-1.83l7-12.19a.75.75,0,0,1,1.35,0l4.23,7.26a.81.81,0,0,0,1.35.07l3.44-4.94a.8.8,0,0,1,1.35,0l6.28,10A1,1,0,0,1,60.89,61.27Zm-.6-14.36a3.18,3.18,0,1,1,3.18-3.18A3.18,3.18,0,0,1,60.29,46.9Z"/>
|
|
300
|
-
</svg>`,
|
|
306
|
+
</svg>`, J = `<svg width="126" height="80" viewBox="0 0 126 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
301
307
|
<g clip-path="url(#clip0_10250_27631)">
|
|
302
308
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.145174 28C-1.03957 28 -2 28.9604 -2 30.1452V49.8548C-2 51.0396 -1.03957 52 0.145173 52H33.8548C35.0396 52 36 51.0396 36 49.8548V30.1452C36 28.9604 35.0396 28 33.8548 28H0.145174ZM19.4204 37.493C19.2399 37.2145 18.9431 37.05 18.6263 37.05C18.3094 37.05 18.0086 37.2145 17.8321 37.493L14.3426 42.8761L13.2797 41.4797C13.0952 41.2392 12.8184 41.1 12.5296 41.1C12.2408 41.1 11.9601 41.2392 11.7796 41.4797L9.21258 44.8547C8.97995 45.1584 8.93583 45.5761 9.09626 45.9262C9.2567 46.2764 9.59362 46.5 9.96263 46.5H23.4394C23.7964 46.5 24.1253 46.2933 24.2897 45.96C24.4542 45.6267 24.4341 45.2259 24.2336 44.918L19.4204 37.493ZM10.9253 37.05C11.4359 37.05 11.9256 36.8366 12.2866 36.4569C12.6477 36.0771 12.8505 35.5621 12.8505 35.025C12.8505 34.4879 12.6477 33.9729 12.2866 33.5931C11.9256 33.2134 11.4359 33 10.9253 33C10.4146 33 9.92495 33.2134 9.56389 33.5931C9.20284 33.9729 9 34.4879 9 35.025C9 35.5621 9.20284 36.0771 9.56389 36.4569C9.92495 36.8366 10.4146 37.05 10.9253 37.05Z" fill="currentColor"></path>
|
|
303
309
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.145174 28C-1.03957 28 -2 28.9604 -2 30.1452V49.8548C-2 51.0396 -1.03957 52 0.145173 52H33.8548C35.0396 52 36 51.0396 36 49.8548V30.1452C36 28.9604 35.0396 28 33.8548 28H0.145174ZM19.4204 37.493C19.2399 37.2145 18.9431 37.05 18.6263 37.05C18.3094 37.05 18.0086 37.2145 17.8321 37.493L14.3426 42.8761L13.2797 41.4797C13.0952 41.2392 12.8184 41.1 12.5296 41.1C12.2408 41.1 11.9601 41.2392 11.7796 41.4797L9.21258 44.8547C8.97995 45.1584 8.93583 45.5761 9.09626 45.9262C9.2567 46.2764 9.59362 46.5 9.96263 46.5H23.4394C23.7964 46.5 24.1253 46.2933 24.2897 45.96C24.4542 45.6267 24.4341 45.2259 24.2336 44.918L19.4204 37.493ZM10.9253 37.05C11.4359 37.05 11.9256 36.8366 12.2866 36.4569C12.6477 36.0771 12.8505 35.5621 12.8505 35.025C12.8505 34.4879 12.6477 33.9729 12.2866 33.5931C11.9256 33.2134 11.4359 33 10.9253 33C10.4146 33 9.92495 33.2134 9.56389 33.5931C9.20284 33.9729 9 34.4879 9 35.025C9 35.5621 9.20284 36.0771 9.56389 36.4569C9.92495 36.8366 10.4146 37.05 10.9253 37.05Z" fill="url(#paint0_linear_10250_27631)"></path>
|
|
@@ -315,15 +321,15 @@ const R = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
315
321
|
<path d="M0 3C0 1.34315 1.34315 0 3 0H123C124.657 0 126 1.34315 126 3V77C126 78.6569 124.657 80 123 80H3C1.34315 80 0 78.6569 0 77V3Z" fill="white"></path>
|
|
316
322
|
</clipPath>
|
|
317
323
|
</defs>
|
|
318
|
-
</svg>`,
|
|
324
|
+
</svg>`, K = `<svg width="96" height="48" viewBox="0 0 96 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
319
325
|
<rect x="8" y="30" width="32" height="2" fill="currentColor"></rect>
|
|
320
326
|
<rect x="8" y="12" width="32" height="8" rx="4" fill="currentColor"></rect>
|
|
321
327
|
<rect x="56" y="12" width="32" height="8" rx="4" fill="currentColor"></rect>
|
|
322
|
-
</svg>`,
|
|
328
|
+
</svg>`, e2 = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
323
329
|
<path d="M15.964 6.03575C17.345 4.65475 19.583 4.65475 20.964 6.03575V6.03575C22.345 7.41675 22.345 9.65475 20.964 11.0357L15.085 16.9148C13.704 18.2958 11.466 18.2958 10.085 16.9148V16.9148C8.70401 15.5338 8.70401 13.2958 10.085 11.9148L10.964 11.0357" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
324
330
|
<path d="M8.036 18.9636C6.655 20.3446 4.417 20.3446 3.036 18.9636V18.9636C1.655 17.5826 1.655 15.3446 3.036 13.9636L8.915 8.08458C10.296 6.70358 12.534 6.70358 13.915 8.08458V8.08458C15.296 9.46558 15.296 11.7036 13.915 13.0846L13 13.9996" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
325
331
|
</svg>
|
|
326
|
-
`,
|
|
332
|
+
`, z2 = {
|
|
327
333
|
name: "Interactive",
|
|
328
334
|
elements: [
|
|
329
335
|
{
|
|
@@ -334,22 +340,22 @@ const R = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
334
340
|
dangerouslySetInnerHTML: {
|
|
335
341
|
__html: "Button"
|
|
336
342
|
},
|
|
337
|
-
is:
|
|
343
|
+
is: y
|
|
338
344
|
}
|
|
339
345
|
),
|
|
340
|
-
icon: { source:
|
|
346
|
+
icon: { source: Y, height: 32 }
|
|
341
347
|
},
|
|
342
348
|
{
|
|
343
349
|
name: "Link",
|
|
344
|
-
template: /* @__PURE__ */ e(t, { is:
|
|
345
|
-
icon: { source:
|
|
350
|
+
template: /* @__PURE__ */ e(t, { is: N }),
|
|
351
|
+
icon: { source: e2, height: 32 }
|
|
346
352
|
},
|
|
347
353
|
{
|
|
348
354
|
name: "Carousel",
|
|
349
355
|
template: /* @__PURE__ */ e(
|
|
350
356
|
t,
|
|
351
357
|
{
|
|
352
|
-
is:
|
|
358
|
+
is: L,
|
|
353
359
|
slidesPerView: 2,
|
|
354
360
|
spaceBetween: 8,
|
|
355
361
|
md: {
|
|
@@ -358,56 +364,56 @@ const R = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
358
364
|
lg: {
|
|
359
365
|
slidesPerView: 4
|
|
360
366
|
},
|
|
361
|
-
children: l(6).map((o) => /* @__PURE__ */ e(t, { is:
|
|
367
|
+
children: l(6).map((o) => /* @__PURE__ */ e(t, { is: f, canvas: !0 }, o))
|
|
362
368
|
}
|
|
363
369
|
),
|
|
364
|
-
icon: { source:
|
|
370
|
+
icon: { source: X, height: 32 }
|
|
365
371
|
},
|
|
366
372
|
{
|
|
367
373
|
name: "Marquee",
|
|
368
|
-
template: /* @__PURE__ */ e(t, { is:
|
|
369
|
-
icon: { source:
|
|
374
|
+
template: /* @__PURE__ */ e(t, { is: _, children: l(10).map((o) => /* @__PURE__ */ e(t, { canvas: !0, is: T }, o)) }),
|
|
375
|
+
icon: { source: J, height: 32 }
|
|
370
376
|
},
|
|
371
377
|
{
|
|
372
378
|
name: "Tabs",
|
|
373
379
|
template: /* @__PURE__ */ r(
|
|
374
380
|
t,
|
|
375
381
|
{
|
|
376
|
-
is:
|
|
382
|
+
is: b,
|
|
377
383
|
sx: {
|
|
378
384
|
width: "100%"
|
|
379
385
|
},
|
|
380
386
|
children: [
|
|
381
|
-
/* @__PURE__ */ e(t, { is:
|
|
382
|
-
const
|
|
387
|
+
/* @__PURE__ */ e(t, { is: B, children: l(3).map((o) => {
|
|
388
|
+
const u = `Tab ${o + 1}`;
|
|
383
389
|
return /* @__PURE__ */ e(
|
|
384
390
|
t,
|
|
385
391
|
{
|
|
386
392
|
canvas: !0,
|
|
387
|
-
is:
|
|
393
|
+
is: A,
|
|
388
394
|
dangerouslySetInnerHTML: {
|
|
389
|
-
__html:
|
|
395
|
+
__html: u
|
|
390
396
|
}
|
|
391
397
|
},
|
|
392
398
|
o
|
|
393
399
|
);
|
|
394
400
|
}) }),
|
|
395
|
-
/* @__PURE__ */ e(t, { is:
|
|
401
|
+
/* @__PURE__ */ e(t, { is: j, children: l(3).map((o) => /* @__PURE__ */ e(t, { canvas: !0, is: E }, o)) })
|
|
396
402
|
]
|
|
397
403
|
}
|
|
398
404
|
),
|
|
399
|
-
icon: { source:
|
|
405
|
+
icon: { source: K, height: 40 }
|
|
400
406
|
}
|
|
401
407
|
]
|
|
402
|
-
},
|
|
408
|
+
}, t2 = `<svg fill="currentColor" width="24" height="24" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
403
409
|
<title>h</title>
|
|
404
410
|
<path d="M25.264 3.993h-0.928c-0.442 0-0.8 0.358-0.801 0.8v9.952h-15.038v-9.952c-0-0.442-0.358-0.8-0.8-0.8h-0.928c-0.442 0-0.8 0.358-0.8 0.8v22.4c0 0.442 0.358 0.8 0.8 0.801h0.928c0.442-0.001 0.8-0.359 0.8-0.801v0-9.952h15.038v9.952c0.001 0.442 0.359 0.8 0.801 0.801h0.928c0.442-0.001 0.8-0.359 0.801-0.801v-22.4c-0.001-0.442-0.359-0.8-0.801-0.8h-0z"/>
|
|
405
411
|
</svg>
|
|
406
|
-
`,
|
|
412
|
+
`, o2 = `<svg fill="currentColor" width="24" height="24" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
407
413
|
<title>p</title>
|
|
408
414
|
<path d="M24.223 6.397c-1.592-1.495-3.741-2.413-6.104-2.413-0.137 0-0.274 0.003-0.41 0.009l0.019-0.001h-8.416c-0.442 0-0.8 0.358-0.8 0.8v22.4c0 0.442 0.358 0.8 0.8 0.801h0.928c0.442-0.001 0.8-0.359 0.8-0.801v0-6.561h6.688c0.117 0.005 0.253 0.009 0.391 0.009 2.363 0 4.512-0.918 6.108-2.417l-0.005 0.004c1.521-1.457 2.466-3.504 2.466-5.772 0-0.050-0-0.101-0.001-0.151l0 0.008c0.001-0.042 0.001-0.093 0.001-0.143 0-2.268-0.945-4.316-2.463-5.771l-0.003-0.003zM11.040 6.521h6.624c0.12-0.008 0.259-0.012 0.4-0.012 1.678 0 3.208 0.636 4.361 1.68l-0.006-0.005c1.054 0.998 1.709 2.407 1.709 3.969 0 0.056-0.001 0.112-0.003 0.168l0-0.008c0.001 0.047 0.002 0.101 0.002 0.156 0 1.569-0.656 2.985-1.709 3.988l-0.002 0.002c-1.145 1.047-2.676 1.689-4.357 1.689-0.14 0-0.278-0.004-0.416-0.013l0.019 0.001h-6.624z"/>
|
|
409
415
|
</svg>
|
|
410
|
-
`,
|
|
416
|
+
`, U2 = {
|
|
411
417
|
name: "Text",
|
|
412
418
|
elements: [
|
|
413
419
|
{
|
|
@@ -421,10 +427,10 @@ const R = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
421
427
|
as: "h2",
|
|
422
428
|
sizeVariant: "4xl",
|
|
423
429
|
md: { sizeVariant: "5xl" },
|
|
424
|
-
is:
|
|
430
|
+
is: h
|
|
425
431
|
}
|
|
426
432
|
),
|
|
427
|
-
icon: { source:
|
|
433
|
+
icon: { source: t2, height: 32 }
|
|
428
434
|
},
|
|
429
435
|
{
|
|
430
436
|
name: "Paragraph",
|
|
@@ -437,13 +443,13 @@ const R = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
437
443
|
is: n
|
|
438
444
|
}
|
|
439
445
|
),
|
|
440
|
-
icon: { source:
|
|
446
|
+
icon: { source: o2, height: 32 }
|
|
441
447
|
}
|
|
442
448
|
]
|
|
443
|
-
},
|
|
449
|
+
}, n2 = `<svg width="96" height="48" viewBox="0 0 96 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
444
450
|
<path opacity="0.96" d="M6.66797 28.1193C6.02592 28.1193 5.47905 27.9446 5.02734 27.5952C4.57564 27.2429 4.23047 26.733 3.99183 26.0653C3.7532 25.3949 3.63388 24.5852 3.63388 23.6364C3.63388 22.6932 3.7532 21.8878 3.99183 21.2202C4.23331 20.5497 4.5799 20.0384 5.03161 19.6861C5.48615 19.331 6.03161 19.1534 6.66797 19.1534C7.30433 19.1534 7.84837 19.331 8.30007 19.6861C8.75462 20.0384 9.10121 20.5497 9.33984 21.2202C9.58132 21.8878 9.70206 22.6932 9.70206 23.6364C9.70206 24.5852 9.58274 25.3949 9.34411 26.0653C9.10547 26.733 8.7603 27.2429 8.30859 27.5952C7.85689 27.9446 7.31001 28.1193 6.66797 28.1193ZM6.66797 27.1818C7.30433 27.1818 7.79865 26.875 8.15092 26.2614C8.5032 25.6477 8.67933 24.7727 8.67933 23.6364C8.67933 22.8807 8.59837 22.2372 8.43643 21.706C8.27734 21.1747 8.04723 20.7699 7.74609 20.4915C7.4478 20.2131 7.08842 20.0739 6.66797 20.0739C6.03729 20.0739 5.54439 20.3849 5.18928 21.0071C4.83416 21.6264 4.65661 22.5028 4.65661 23.6364C4.65661 24.392 4.73615 25.0341 4.89524 25.5625C5.05433 26.0909 5.28303 26.4929 5.58132 26.7685C5.88246 27.044 6.24467 27.1818 6.66797 27.1818ZM14.168 28.1193C13.5259 28.1193 12.979 27.9446 12.5273 27.5952C12.0756 27.2429 11.7305 26.733 11.4918 26.0653C11.2532 25.3949 11.1339 24.5852 11.1339 23.6364C11.1339 22.6932 11.2532 21.8878 11.4918 21.2202C11.7333 20.5497 12.0799 20.0384 12.5316 19.6861C12.9862 19.331 13.5316 19.1534 14.168 19.1534C14.8043 19.1534 15.3484 19.331 15.8001 19.6861C16.2546 20.0384 16.6012 20.5497 16.8398 21.2202C17.0813 21.8878 17.2021 22.6932 17.2021 23.6364C17.2021 24.5852 17.0827 25.3949 16.8441 26.0653C16.6055 26.733 16.2603 27.2429 15.8086 27.5952C15.3569 27.9446 14.81 28.1193 14.168 28.1193ZM14.168 27.1818C14.8043 27.1818 15.2987 26.875 15.6509 26.2614C16.0032 25.6477 16.1793 24.7727 16.1793 23.6364C16.1793 22.8807 16.0984 22.2372 15.9364 21.706C15.7773 21.1747 15.5472 20.7699 15.2461 20.4915C14.9478 20.2131 14.5884 20.0739 14.168 20.0739C13.5373 20.0739 13.0444 20.3849 12.6893 21.0071C12.3342 21.6264 12.1566 22.5028 12.1566 23.6364C12.1566 24.392 12.2362 25.0341 12.3952 25.5625C12.5543 26.0909 12.783 26.4929 13.0813 26.7685C13.3825 27.044 13.7447 27.1818 14.168 27.1818ZM22.9464 26.8835C22.7362 26.8835 22.5558 26.8082 22.4052 26.6577C22.2546 26.5071 22.1793 26.3267 22.1793 26.1165C22.1793 25.9062 22.2546 25.7259 22.4052 25.5753C22.5558 25.4247 22.7362 25.3494 22.9464 25.3494C23.1566 25.3494 23.337 25.4247 23.4876 25.5753C23.6381 25.7259 23.7134 25.9062 23.7134 26.1165C23.7134 26.2557 23.6779 26.3835 23.6069 26.5C23.5387 26.6165 23.4464 26.7102 23.3299 26.7812C23.2163 26.8494 23.0884 26.8835 22.9464 26.8835ZM22.9464 22.4688C22.7362 22.4688 22.5558 22.3935 22.4052 22.2429C22.2546 22.0923 22.1793 21.9119 22.1793 21.7017C22.1793 21.4915 22.2546 21.3111 22.4052 21.1605C22.5558 21.0099 22.7362 20.9347 22.9464 20.9347C23.1566 20.9347 23.337 21.0099 23.4876 21.1605C23.6381 21.3111 23.7134 21.4915 23.7134 21.7017C23.7134 21.8409 23.6779 21.9688 23.6069 22.0852C23.5387 22.2017 23.4464 22.2955 23.3299 22.3665C23.2163 22.4347 23.0884 22.4688 22.9464 22.4688ZM31.7227 28.1193C31.0806 28.1193 30.5337 27.9446 30.082 27.5952C29.6303 27.2429 29.2852 26.733 29.0465 26.0653C28.8079 25.3949 28.6886 24.5852 28.6886 23.6364C28.6886 22.6932 28.8079 21.8878 29.0465 21.2202C29.288 20.5497 29.6346 20.0384 30.0863 19.6861C30.5408 19.331 31.0863 19.1534 31.7227 19.1534C32.359 19.1534 32.9031 19.331 33.3548 19.6861C33.8093 20.0384 34.1559 20.5497 34.3945 21.2202C34.636 21.8878 34.7567 22.6932 34.7567 23.6364C34.7567 24.5852 34.6374 25.3949 34.3988 26.0653C34.1602 26.733 33.815 27.2429 33.3633 27.5952C32.9116 27.9446 32.3647 28.1193 31.7227 28.1193ZM31.7227 27.1818C32.359 27.1818 32.8533 26.875 33.2056 26.2614C33.5579 25.6477 33.734 24.7727 33.734 23.6364C33.734 22.8807 33.6531 22.2372 33.4911 21.706C33.332 21.1747 33.1019 20.7699 32.8008 20.4915C32.5025 20.2131 32.1431 20.0739 31.7227 20.0739C31.092 20.0739 30.5991 20.3849 30.244 21.0071C29.8888 21.6264 29.7113 22.5028 29.7113 23.6364C29.7113 24.392 29.7908 25.0341 29.9499 25.5625C30.109 26.0909 30.3377 26.4929 30.636 26.7685C30.9371 27.044 31.2994 27.1818 31.7227 27.1818ZM39.2227 28.1193C38.5806 28.1193 38.0337 27.9446 37.582 27.5952C37.1303 27.2429 36.7852 26.733 36.5465 26.0653C36.3079 25.3949 36.1886 24.5852 36.1886 23.6364C36.1886 22.6932 36.3079 21.8878 36.5465 21.2202C36.788 20.5497 37.1346 20.0384 37.5863 19.6861C38.0408 19.331 38.5863 19.1534 39.2227 19.1534C39.859 19.1534 40.4031 19.331 40.8548 19.6861C41.3093 20.0384 41.6559 20.5497 41.8945 21.2202C42.136 21.8878 42.2567 22.6932 42.2567 23.6364C42.2567 24.5852 42.1374 25.3949 41.8988 26.0653C41.6602 26.733 41.315 27.2429 40.8633 27.5952C40.4116 27.9446 39.8647 28.1193 39.2227 28.1193ZM39.2227 27.1818C39.859 27.1818 40.3533 26.875 40.7056 26.2614C41.0579 25.6477 41.234 24.7727 41.234 23.6364C41.234 22.8807 41.1531 22.2372 40.9911 21.706C40.832 21.1747 40.6019 20.7699 40.3008 20.4915C40.0025 20.2131 39.6431 20.0739 39.2227 20.0739C38.592 20.0739 38.0991 20.3849 37.744 21.0071C37.3888 21.6264 37.2113 22.5028 37.2113 23.6364C37.2113 24.392 37.2908 25.0341 37.4499 25.5625C37.609 26.0909 37.8377 26.4929 38.136 26.7685C38.4371 27.044 38.7994 27.1818 39.2227 27.1818ZM48.0011 26.8835C47.7908 26.8835 47.6104 26.8082 47.4599 26.6577C47.3093 26.5071 47.234 26.3267 47.234 26.1165C47.234 25.9062 47.3093 25.7259 47.4599 25.5753C47.6104 25.4247 47.7908 25.3494 48.0011 25.3494C48.2113 25.3494 48.3917 25.4247 48.5423 25.5753C48.6928 25.7259 48.7681 25.9062 48.7681 26.1165C48.7681 26.2557 48.7326 26.3835 48.6616 26.5C48.5934 26.6165 48.5011 26.7102 48.3846 26.7812C48.271 26.8494 48.1431 26.8835 48.0011 26.8835ZM48.0011 22.4688C47.7908 22.4688 47.6104 22.3935 47.4599 22.2429C47.3093 22.0923 47.234 21.9119 47.234 21.7017C47.234 21.4915 47.3093 21.3111 47.4599 21.1605C47.6104 21.0099 47.7908 20.9347 48.0011 20.9347C48.2113 20.9347 48.3917 21.0099 48.5423 21.1605C48.6928 21.3111 48.7681 21.4915 48.7681 21.7017C48.7681 21.8409 48.7326 21.9688 48.6616 22.0852C48.5934 22.2017 48.5011 22.2955 48.3846 22.3665C48.271 22.4347 48.1431 22.4688 48.0011 22.4688ZM56.7773 28.1193C56.1353 28.1193 55.5884 27.9446 55.1367 27.5952C54.685 27.2429 54.3398 26.733 54.1012 26.0653C53.8626 25.3949 53.7433 24.5852 53.7433 23.6364C53.7433 22.6932 53.8626 21.8878 54.1012 21.2202C54.3427 20.5497 54.6893 20.0384 55.141 19.6861C55.5955 19.331 56.141 19.1534 56.7773 19.1534C57.4137 19.1534 57.9577 19.331 58.4094 19.6861C58.864 20.0384 59.2106 20.5497 59.4492 21.2202C59.6907 21.8878 59.8114 22.6932 59.8114 23.6364C59.8114 24.5852 59.6921 25.3949 59.4535 26.0653C59.2148 26.733 58.8697 27.2429 58.418 27.5952C57.9663 27.9446 57.4194 28.1193 56.7773 28.1193ZM56.7773 27.1818C57.4137 27.1818 57.908 26.875 58.2603 26.2614C58.6126 25.6477 58.7887 24.7727 58.7887 23.6364C58.7887 22.8807 58.7077 22.2372 58.5458 21.706C58.3867 21.1747 58.1566 20.7699 57.8555 20.4915C57.5572 20.2131 57.1978 20.0739 56.7773 20.0739C56.1467 20.0739 55.6538 20.3849 55.2987 21.0071C54.9435 21.6264 54.766 22.5028 54.766 23.6364C54.766 24.392 54.8455 25.0341 55.0046 25.5625C55.1637 26.0909 55.3924 26.4929 55.6907 26.7685C55.9918 27.044 56.354 27.1818 56.7773 27.1818ZM64.2773 28.1193C63.6353 28.1193 63.0884 27.9446 62.6367 27.5952C62.185 27.2429 61.8398 26.733 61.6012 26.0653C61.3626 25.3949 61.2433 24.5852 61.2433 23.6364C61.2433 22.6932 61.3626 21.8878 61.6012 21.2202C61.8427 20.5497 62.1893 20.0384 62.641 19.6861C63.0955 19.331 63.641 19.1534 64.2773 19.1534C64.9137 19.1534 65.4577 19.331 65.9094 19.6861C66.364 20.0384 66.7106 20.5497 66.9492 21.2202C67.1907 21.8878 67.3114 22.6932 67.3114 23.6364C67.3114 24.5852 67.1921 25.3949 66.9535 26.0653C66.7148 26.733 66.3697 27.2429 65.918 27.5952C65.4663 27.9446 64.9194 28.1193 64.2773 28.1193ZM64.2773 27.1818C64.9137 27.1818 65.408 26.875 65.7603 26.2614C66.1126 25.6477 66.2887 24.7727 66.2887 23.6364C66.2887 22.8807 66.2077 22.2372 66.0458 21.706C65.8867 21.1747 65.6566 20.7699 65.3555 20.4915C65.0572 20.2131 64.6978 20.0739 64.2773 20.0739C63.6467 20.0739 63.1538 20.3849 62.7987 21.0071C62.4435 21.6264 62.266 22.5028 62.266 23.6364C62.266 24.392 62.3455 25.0341 62.5046 25.5625C62.6637 26.0909 62.8924 26.4929 63.1907 26.7685C63.4918 27.044 63.854 27.1818 64.2773 27.1818ZM73.0558 26.8835C72.8455 26.8835 72.6651 26.8082 72.5146 26.6577C72.364 26.5071 72.2887 26.3267 72.2887 26.1165C72.2887 25.9062 72.364 25.7259 72.5146 25.5753C72.6651 25.4247 72.8455 25.3494 73.0558 25.3494C73.266 25.3494 73.4464 25.4247 73.5969 25.5753C73.7475 25.7259 73.8228 25.9062 73.8228 26.1165C73.8228 26.2557 73.7873 26.3835 73.7163 26.5C73.6481 26.6165 73.5558 26.7102 73.4393 26.7812C73.3256 26.8494 73.1978 26.8835 73.0558 26.8835ZM73.0558 22.4688C72.8455 22.4688 72.6651 22.3935 72.5146 22.2429C72.364 22.0923 72.2887 21.9119 72.2887 21.7017C72.2887 21.4915 72.364 21.3111 72.5146 21.1605C72.6651 21.0099 72.8455 20.9347 73.0558 20.9347C73.266 20.9347 73.4464 21.0099 73.5969 21.1605C73.7475 21.3111 73.8228 21.4915 73.8228 21.7017C73.8228 21.8409 73.7873 21.9688 73.7163 22.0852C73.6481 22.2017 73.5558 22.2955 73.4393 22.3665C73.3256 22.4347 73.1978 22.4688 73.0558 22.4688ZM81.832 28.1193C81.19 28.1193 80.6431 27.9446 80.1914 27.5952C79.7397 27.2429 79.3945 26.733 79.1559 26.0653C78.9173 25.3949 78.7979 24.5852 78.7979 23.6364C78.7979 22.6932 78.9173 21.8878 79.1559 21.2202C79.3974 20.5497 79.744 20.0384 80.1957 19.6861C80.6502 19.331 81.1957 19.1534 81.832 19.1534C82.4684 19.1534 83.0124 19.331 83.4641 19.6861C83.9187 20.0384 84.2653 20.5497 84.5039 21.2202C84.7454 21.8878 84.8661 22.6932 84.8661 23.6364C84.8661 24.5852 84.7468 25.3949 84.5082 26.0653C84.2695 26.733 83.9244 27.2429 83.4727 27.5952C83.021 27.9446 82.4741 28.1193 81.832 28.1193ZM81.832 27.1818C82.4684 27.1818 82.9627 26.875 83.315 26.2614C83.6673 25.6477 83.8434 24.7727 83.8434 23.6364C83.8434 22.8807 83.7624 22.2372 83.6005 21.706C83.4414 21.1747 83.2113 20.7699 82.9102 20.4915C82.6119 20.2131 82.2525 20.0739 81.832 20.0739C81.2013 20.0739 80.7085 20.3849 80.3533 21.0071C79.9982 21.6264 79.8207 22.5028 79.8207 23.6364C79.8207 24.392 79.9002 25.0341 80.0593 25.5625C80.2184 26.0909 80.4471 26.4929 80.7454 26.7685C81.0465 27.044 81.4087 27.1818 81.832 27.1818ZM89.332 28.1193C88.69 28.1193 88.1431 27.9446 87.6914 27.5952C87.2397 27.2429 86.8945 26.733 86.6559 26.0653C86.4173 25.3949 86.2979 24.5852 86.2979 23.6364C86.2979 22.6932 86.4173 21.8878 86.6559 21.2202C86.8974 20.5497 87.244 20.0384 87.6957 19.6861C88.1502 19.331 88.6957 19.1534 89.332 19.1534C89.9684 19.1534 90.5124 19.331 90.9641 19.6861C91.4187 20.0384 91.7653 20.5497 92.0039 21.2202C92.2454 21.8878 92.3661 22.6932 92.3661 23.6364C92.3661 24.5852 92.2468 25.3949 92.0082 26.0653C91.7695 26.733 91.4244 27.2429 90.9727 27.5952C90.521 27.9446 89.9741 28.1193 89.332 28.1193ZM89.332 27.1818C89.9684 27.1818 90.4627 26.875 90.815 26.2614C91.1673 25.6477 91.3434 24.7727 91.3434 23.6364C91.3434 22.8807 91.2624 22.2372 91.1005 21.706C90.9414 21.1747 90.7113 20.7699 90.4102 20.4915C90.1119 20.2131 89.7525 20.0739 89.332 20.0739C88.7013 20.0739 88.2085 20.3849 87.8533 21.0071C87.4982 21.6264 87.3207 22.5028 87.3207 23.6364C87.3207 24.392 87.4002 25.0341 87.5593 25.5625C87.7184 26.0909 87.9471 26.4929 88.2454 26.7685C88.5465 27.044 88.9087 27.1818 89.332 27.1818Z" fill="#F9F9F9"/>
|
|
445
451
|
</svg>
|
|
446
|
-
`,
|
|
452
|
+
`, q2 = {
|
|
447
453
|
name: "Utilities",
|
|
448
454
|
elements: [
|
|
449
455
|
{
|
|
@@ -451,11 +457,11 @@ const R = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
451
457
|
template: /* @__PURE__ */ e(
|
|
452
458
|
t,
|
|
453
459
|
{
|
|
454
|
-
is:
|
|
460
|
+
is: P,
|
|
455
461
|
omit: {
|
|
456
462
|
days: !0
|
|
457
463
|
},
|
|
458
|
-
date:
|
|
464
|
+
date: z().add(1, "week").toDate(),
|
|
459
465
|
sx: {
|
|
460
466
|
justifyContent: "center",
|
|
461
467
|
columnGap: 8,
|
|
@@ -512,7 +518,7 @@ const R = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
512
518
|
]
|
|
513
519
|
}
|
|
514
520
|
),
|
|
515
|
-
icon: { source:
|
|
521
|
+
icon: { source: n2, height: 48 }
|
|
516
522
|
}
|
|
517
523
|
]
|
|
518
524
|
}, w = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
@@ -523,15 +529,14 @@ const R = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
523
529
|
<path d="M19.0029 8.97259C20.3915 10.3612 20.3915 12.6121 19.0029 14.0007C17.6143 15.3893 15.3634 15.3893 13.9748 14.0007C12.5862 12.6121 12.5862 10.3612 13.9748 8.97259C15.3634 7.58401 17.6143 7.58401 19.0029 8.97259" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
524
530
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.0037 16.0018L19.0029 14.001L21.0037 16.0018Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
525
531
|
</svg>
|
|
526
|
-
`,
|
|
532
|
+
`, O2 = {
|
|
527
533
|
name: "Hero",
|
|
528
534
|
icon: { source: w },
|
|
529
535
|
sections: [
|
|
530
536
|
{
|
|
531
|
-
template: /* @__PURE__ */ r(
|
|
537
|
+
template: /* @__PURE__ */ e(C, { children: /* @__PURE__ */ r(
|
|
532
538
|
m,
|
|
533
539
|
{
|
|
534
|
-
container: !0,
|
|
535
540
|
sx: {
|
|
536
541
|
sm: {
|
|
537
542
|
alignItems: "center"
|
|
@@ -552,7 +557,7 @@ const R = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
552
557
|
},
|
|
553
558
|
children: [
|
|
554
559
|
/* @__PURE__ */ e(
|
|
555
|
-
|
|
560
|
+
h,
|
|
556
561
|
{
|
|
557
562
|
as: "h1",
|
|
558
563
|
sizeVariant: "4xl",
|
|
@@ -567,8 +572,8 @@ const R = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
567
572
|
sizeVariant: "5xl"
|
|
568
573
|
},
|
|
569
574
|
dangerouslySetInnerHTML: {
|
|
570
|
-
__html:
|
|
571
|
-
/* @__PURE__ */ r(
|
|
575
|
+
__html: I(
|
|
576
|
+
/* @__PURE__ */ r(x, { children: [
|
|
572
577
|
/* @__PURE__ */ e(
|
|
573
578
|
"span",
|
|
574
579
|
{
|
|
@@ -601,7 +606,7 @@ const R = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
601
606
|
}
|
|
602
607
|
),
|
|
603
608
|
/* @__PURE__ */ e(
|
|
604
|
-
|
|
609
|
+
y,
|
|
605
610
|
{
|
|
606
611
|
sx: {
|
|
607
612
|
marginTop: 32,
|
|
@@ -621,17 +626,17 @@ const R = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
621
626
|
/* @__PURE__ */ e(d, { children: /* @__PURE__ */ e(g, { src: "https://cdn.shopify.com/s/files/1/0959/8114/2305/files/img140.png" }) })
|
|
622
627
|
]
|
|
623
628
|
}
|
|
624
|
-
)
|
|
629
|
+
) })
|
|
625
630
|
}
|
|
626
631
|
]
|
|
627
|
-
},
|
|
632
|
+
}, F2 = {
|
|
628
633
|
name: "FAQs",
|
|
629
634
|
icon: { source: w },
|
|
630
635
|
sections: [
|
|
631
636
|
{
|
|
632
|
-
template: /* @__PURE__ */ r(
|
|
637
|
+
template: /* @__PURE__ */ r(C, { children: [
|
|
633
638
|
/* @__PURE__ */ e(
|
|
634
|
-
|
|
639
|
+
h,
|
|
635
640
|
{
|
|
636
641
|
dangerouslySetInnerHTML: {
|
|
637
642
|
__html: "Frequently Asked Questions"
|
|
@@ -649,7 +654,7 @@ const R = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
649
654
|
}
|
|
650
655
|
),
|
|
651
656
|
/* @__PURE__ */ r(
|
|
652
|
-
|
|
657
|
+
M,
|
|
653
658
|
{
|
|
654
659
|
openMode: "single",
|
|
655
660
|
accordionSummaryProps: {
|
|
@@ -669,8 +674,8 @@ const R = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
669
674
|
expandIcon: {
|
|
670
675
|
position: "right",
|
|
671
676
|
source: {
|
|
672
|
-
expanded:
|
|
673
|
-
collapsed:
|
|
677
|
+
expanded: R,
|
|
678
|
+
collapsed: G
|
|
674
679
|
}
|
|
675
680
|
}
|
|
676
681
|
},
|
|
@@ -801,7 +806,7 @@ const R = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
801
806
|
] })
|
|
802
807
|
}
|
|
803
808
|
]
|
|
804
|
-
},
|
|
809
|
+
}, r2 = [
|
|
805
810
|
{
|
|
806
811
|
image: "https://ucarecdn.com/3c98ccba-611f-43aa-baee-8b70deaa56c4/-/format/auto/",
|
|
807
812
|
title: "24/7 Friendly Support"
|
|
@@ -818,119 +823,110 @@ const R = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
818
823
|
image: "https://ucarecdn.com/8a7a086c-1ef5-43a9-a036-daaf1f15a9f1/-/format/auto/",
|
|
819
824
|
title: "Secure Online Payment"
|
|
820
825
|
}
|
|
821
|
-
],
|
|
826
|
+
], W2 = {
|
|
822
827
|
name: "Guarantee",
|
|
823
828
|
icon: { source: w },
|
|
824
829
|
sections: [
|
|
825
830
|
{
|
|
826
|
-
template: /* @__PURE__ */ r(
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
831
|
+
template: /* @__PURE__ */ r(C, { children: [
|
|
832
|
+
/* @__PURE__ */ e(
|
|
833
|
+
h,
|
|
834
|
+
{
|
|
835
|
+
dangerouslySetInnerHTML: {
|
|
836
|
+
__html: I(
|
|
837
|
+
/* @__PURE__ */ r(x, { children: [
|
|
838
|
+
"Why should you choose",
|
|
839
|
+
/* @__PURE__ */ e("br", {}),
|
|
840
|
+
"our product?"
|
|
841
|
+
] })
|
|
842
|
+
)
|
|
843
|
+
},
|
|
844
|
+
sizeVariant: "4xl",
|
|
845
|
+
sx: {
|
|
846
|
+
textAlign: "center",
|
|
847
|
+
fontWeight: 600
|
|
848
|
+
},
|
|
849
|
+
md: {
|
|
850
|
+
sizeVariant: "5xl"
|
|
851
|
+
}
|
|
852
|
+
}
|
|
853
|
+
),
|
|
854
|
+
/* @__PURE__ */ e(
|
|
855
|
+
n,
|
|
856
|
+
{
|
|
857
|
+
dangerouslySetInnerHTML: {
|
|
858
|
+
__html: "Experience our prestigious after-sales service."
|
|
859
|
+
},
|
|
860
|
+
sizeVariant: "base",
|
|
861
|
+
sx: {
|
|
862
|
+
color: c("neutral.500"),
|
|
863
|
+
textAlign: "center",
|
|
864
|
+
marginTop: 16,
|
|
865
|
+
md: {
|
|
866
|
+
marginTop: 20
|
|
854
867
|
}
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
marginTop: 20
|
|
869
|
-
}
|
|
870
|
-
}
|
|
868
|
+
}
|
|
869
|
+
}
|
|
870
|
+
),
|
|
871
|
+
/* @__PURE__ */ e(
|
|
872
|
+
m,
|
|
873
|
+
{
|
|
874
|
+
sx: {
|
|
875
|
+
width: "100%",
|
|
876
|
+
marginTop: 32,
|
|
877
|
+
rowGap: 32,
|
|
878
|
+
columnGap: 32,
|
|
879
|
+
md: {
|
|
880
|
+
marginTop: 32
|
|
871
881
|
}
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
882
|
+
},
|
|
883
|
+
cols: 1,
|
|
884
|
+
sm: { cols: 2 },
|
|
885
|
+
md: {
|
|
886
|
+
cols: 4
|
|
887
|
+
},
|
|
888
|
+
children: r2.map((o, u) => /* @__PURE__ */ r(d, { children: [
|
|
889
|
+
/* @__PURE__ */ e(
|
|
890
|
+
g,
|
|
891
|
+
{
|
|
892
|
+
sx: {
|
|
893
|
+
width: 80,
|
|
894
|
+
marginLeft: "auto",
|
|
895
|
+
marginRight: "auto"
|
|
896
|
+
},
|
|
897
|
+
src: o.image
|
|
898
|
+
}
|
|
899
|
+
),
|
|
900
|
+
/* @__PURE__ */ e(
|
|
901
|
+
n,
|
|
902
|
+
{
|
|
903
|
+
dangerouslySetInnerHTML: {
|
|
904
|
+
__html: o.title
|
|
905
|
+
},
|
|
906
|
+
sizeVariant: "lg",
|
|
907
|
+
sx: {
|
|
908
|
+
textAlign: "center",
|
|
909
|
+
marginTop: 16,
|
|
910
|
+
fontWeight: 500
|
|
883
911
|
}
|
|
884
|
-
}
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
children: n2.map((o, h) => /* @__PURE__ */ r(d, { children: [
|
|
891
|
-
/* @__PURE__ */ e(
|
|
892
|
-
g,
|
|
893
|
-
{
|
|
894
|
-
sx: {
|
|
895
|
-
width: 80,
|
|
896
|
-
marginLeft: "auto",
|
|
897
|
-
marginRight: "auto"
|
|
898
|
-
},
|
|
899
|
-
src: o.image
|
|
900
|
-
}
|
|
901
|
-
),
|
|
902
|
-
/* @__PURE__ */ e(
|
|
903
|
-
n,
|
|
904
|
-
{
|
|
905
|
-
dangerouslySetInnerHTML: {
|
|
906
|
-
__html: o.title
|
|
907
|
-
},
|
|
908
|
-
sizeVariant: "lg",
|
|
909
|
-
sx: {
|
|
910
|
-
textAlign: "center",
|
|
911
|
-
marginTop: 16,
|
|
912
|
-
fontWeight: 500
|
|
913
|
-
}
|
|
914
|
-
}
|
|
915
|
-
)
|
|
916
|
-
] }, h))
|
|
917
|
-
}
|
|
918
|
-
)
|
|
919
|
-
]
|
|
920
|
-
}
|
|
921
|
-
)
|
|
912
|
+
}
|
|
913
|
+
)
|
|
914
|
+
] }, u))
|
|
915
|
+
}
|
|
916
|
+
)
|
|
917
|
+
] })
|
|
922
918
|
}
|
|
923
919
|
]
|
|
924
920
|
};
|
|
925
921
|
export {
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
922
|
+
G2 as CAROUSEL_ELEMENT_GROUP,
|
|
923
|
+
P2 as CONTENT_LIST_ELEMENT_GROUP,
|
|
924
|
+
F2 as FAQS_SECTION_GROUP,
|
|
925
|
+
W2 as GUARANTEE_SECTION_GROUP,
|
|
926
|
+
O2 as HERO_SECTION_GROUP,
|
|
927
|
+
z2 as INTERACTIVE_ELEMENT_GROUP,
|
|
928
|
+
E2 as LAYOUT_ELEMENT_GROUP,
|
|
929
|
+
R2 as MEDIA_ELEMENT_GROUP,
|
|
930
|
+
U2 as TEXT_ELEMENT_GROUP,
|
|
931
|
+
q2 as UTILITIES_ELEMENT_GROUP
|
|
936
932
|
};
|