@janbox/storefront-builder 2.0.18 → 2.0.19
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/components/composer/dataset.d.ts +5 -3
- package/dist/constants/index.d.ts +3 -1
- package/dist/editor/components/index.d.ts +0 -1
- package/dist/editor/controls/index.d.ts +37 -0
- package/dist/editor/hooks/index.d.ts +1 -0
- package/dist/editor/hooks/use-editor.d.ts +11 -1
- package/dist/editor/hooks/use-inline-editable.d.ts +1 -0
- package/dist/editor/index.d.ts +1 -0
- package/dist/editor/lib/index.d.ts +4 -3
- package/dist/editor/lib/node-renderer/index.d.ts +0 -2
- package/dist/editor/lib/node-renderer/node-renderer.d.ts +1 -1
- package/dist/editor/toolbars/index.d.ts +5 -37
- package/dist/editor/toolbars/inline-utils.d.ts +20 -0
- package/dist/editor/toolbars/insert-inline-toolbar.d.ts +1 -0
- package/dist/editor/toolbars/insert-link-toolbar.d.ts +1 -0
- package/dist/editor/toolbars/node-delete-toolbar.d.ts +1 -0
- package/dist/editor/toolbars/node-drag-toolbar.d.ts +1 -0
- package/dist/editor/toolbars/node-name-toolbar.d.ts +1 -0
- package/dist/editor.js +1252 -10293
- package/dist/hooks/use-paragraph-editable.d.ts +10 -0
- package/dist/index-CAk0Z6SL.js +60 -0
- package/dist/index-DxdUdXU0.js +4 -0
- package/dist/index.js +102 -92
- package/dist/lib/fragment/fragment.node/fragment.node.d.ts +2 -0
- package/dist/lib/fragment/fragment.node/index.d.ts +2 -0
- package/dist/lib/fragment/fragment.node/types.d.ts +3 -0
- package/dist/lib/fragment/index.d.ts +1 -0
- package/dist/lib/heading/heading/heading.d.ts +1 -1
- package/dist/lib/heading/heading/helpers.d.ts +2 -0
- package/dist/lib/heading/heading.node/heading.node.d.ts +1 -1
- package/dist/lib/heading/heading.toolbar/heading.toolbar.d.ts +1 -0
- package/dist/lib/heading/heading.toolbar/index.d.ts +1 -0
- package/dist/lib/index.d.ts +2 -0
- package/dist/lib/inline/index.d.ts +2 -0
- package/dist/lib/inline/inline.inspector/index.d.ts +1 -0
- package/dist/lib/inline/inline.inspector/inline.inspector.d.ts +1 -0
- package/dist/lib/inline/inline.node/helpers.d.ts +3 -0
- package/dist/lib/inline/inline.node/index.d.ts +2 -0
- package/dist/lib/inline/inline.node/inline.node.d.ts +2 -0
- package/dist/lib/inline/inline.node/types.d.ts +11 -0
- package/dist/lib/link/link.node/link.node.d.ts +1 -1
- package/dist/lib/link/link.toolbar/index.d.ts +1 -0
- package/dist/lib/link/link.toolbar/link.toolbar.d.ts +1 -0
- package/dist/lib/paragraph/paragraph/helpers.d.ts +2 -0
- package/dist/lib/paragraph/paragraph/index.d.ts +2 -0
- package/dist/lib/paragraph/paragraph/paragraph.d.ts +2 -0
- package/dist/lib/paragraph/paragraph/types.d.ts +2 -0
- package/dist/lib/paragraph/paragraph.node/paragraph.node.d.ts +1 -1
- package/dist/lib/paragraph/paragraph.toolbar/index.d.ts +1 -0
- package/dist/lib/paragraph/paragraph.toolbar/paragraph.toolbar.d.ts +1 -0
- package/dist/templates.js +91 -194
- package/dist/toaster-j03A1kAt.js +17829 -0
- package/dist/types/index.d.ts +1 -3
- package/package.json +1 -4
- package/dist/countdown-timer.node-B1zlySOV.js +0 -8373
- package/dist/editor/components/text-inline-editor.d.ts +0 -10
- package/dist/editor/lib/node-renderer/node-actions.d.ts +0 -1
- package/dist/index-Cl02EX34.js +0 -187
- package/dist/index-D6iOLmDe.js +0 -4
- package/dist/lib/heading/heading.renderer/heading.renderer.d.ts +0 -2
- package/dist/lib/heading/heading.renderer/index.d.ts +0 -1
- package/dist/lib/paragraph/paragraph.renderer/index.d.ts +0 -1
- package/dist/lib/paragraph/paragraph.renderer/paragraph.renderer.d.ts +0 -2
- package/dist/minus-BrRnjbhB.js +0 -4
- package/dist/tooltip-CLs3ofGk.js +0 -75
- /package/dist/editor/{toolbars → controls}/aspect-ratio/aspect-ratio.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/aspect-ratio/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/background/background-toolbar.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/background/bg-color-tab.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/background/bg-image-tab.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/background/dataset.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/background/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/background/types.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/border/border.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/border/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/border/types.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/border-radius/border-radius.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/border-radius/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/child-nodes/child-node.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/child-nodes/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/color/color.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/color/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/color-variant/color-variant.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/color-variant/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/column-gap/column-gap.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/column-gap/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/css-font-weight/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/css-width/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/display/display.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/display/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/flex/flex.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/flex/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/flex-align-items/flex-align-items.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/flex-align-items/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/flex-wrap/flex-wrap.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/flex-wrap/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/font-size/font-size.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/font-size/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/grid-align-items/grid-align-items.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/grid-align-items/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/height/height.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/height/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/html-anchor-target/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/justify-content/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/justify-content/justify-content.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/justify-items/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/justify-items/justify-items.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/line-height/dataset.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/line-height/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/line-height/line-height.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/margin/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/margin/margin.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/min-width/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/min-width/min-width.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/number-field/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/number-field/number-field.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/number-field-mix-options/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/number-field-mix-options/number-field-mix-options.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/object-fit/dataset.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/object-fit/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/object-fit/object-fit.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/order/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/order/order.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/padding/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/padding/padding.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/row-gap/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/row-gap/row-gap.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/svg-source/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/svg-source/svg-source.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/svg-source/uploaded-source.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/tag-name/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/tag-name/tag-name.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/text-align/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/text-style/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/text-style/text-style.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/text-style-group/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/text-style-group/text-style-group.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/text-transform/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/text-transform/text-transform.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/text-variant/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/text-variant/text-variant.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/visibility/index.d.ts +0 -0
- /package/dist/editor/{toolbars → controls}/visibility/visibility.d.ts +0 -0
package/dist/templates.js
CHANGED
|
@@ -1,14 +1,25 @@
|
|
|
1
|
-
import { jsx as e, jsxs as
|
|
2
|
-
import {
|
|
3
|
-
import { renderToString as p } from "react-dom/server";
|
|
4
|
-
import { f as s, G as h, e as a, i as d, P as t, d as x, j as g, a as f, W as T, b as n, c as r, A as i } from "./countdown-timer.node-B1zlySOV.js";
|
|
1
|
+
import { jsx as e, jsxs as t } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { k as d, G as m, j as a, o as s, P as i, h, p as u, b as g, an as x, ao as f, c as o, e as r, A as n } from "./toaster-j03A1kAt.js";
|
|
5
3
|
import "@craftjs/core";
|
|
6
4
|
import "lodash-es";
|
|
7
5
|
import "react";
|
|
8
6
|
import "flat";
|
|
7
|
+
import "@janbox/storefront-ui/utils";
|
|
8
|
+
import "@janbox/storefront-ui/hooks";
|
|
9
|
+
import "@emotion/react";
|
|
10
|
+
import "@floating-ui/react";
|
|
11
|
+
import { getColorVar as k } from "@janbox/storefront-ui/theme";
|
|
12
|
+
import "react-colorful";
|
|
13
|
+
import "overlayscrollbars-react";
|
|
14
|
+
import "@tanstack/react-virtual";
|
|
15
|
+
import "react-frame-component";
|
|
16
|
+
import "react-dropzone";
|
|
17
|
+
import "react-datepicker";
|
|
18
|
+
import "usehooks-ts";
|
|
19
|
+
import "@hello-pangea/dnd";
|
|
20
|
+
import "@craftjs/layers";
|
|
9
21
|
import "@janbox/storefront-ui";
|
|
10
|
-
|
|
11
|
-
const l = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
22
|
+
const c = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
12
23
|
<path d="M17.0021 19.5031H3.99667" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
13
24
|
<path d="M8.99875 14.5012H3.99667" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
14
25
|
<path d="M8.99875 9.49874H3.99667" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
@@ -16,13 +27,13 @@ const l = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
16
27
|
<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"/>
|
|
17
28
|
<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"/>
|
|
18
29
|
</svg>
|
|
19
|
-
`,
|
|
30
|
+
`, R = {
|
|
20
31
|
name: "Hero",
|
|
21
|
-
icon: { source:
|
|
32
|
+
icon: { source: c },
|
|
22
33
|
templates: [
|
|
23
34
|
{
|
|
24
|
-
template: /* @__PURE__ */ e(
|
|
25
|
-
|
|
35
|
+
template: /* @__PURE__ */ e(d, { children: /* @__PURE__ */ t(
|
|
36
|
+
m,
|
|
26
37
|
{
|
|
27
38
|
sx: {
|
|
28
39
|
sm: {
|
|
@@ -33,7 +44,7 @@ const l = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
33
44
|
cols: 2
|
|
34
45
|
},
|
|
35
46
|
children: [
|
|
36
|
-
/* @__PURE__ */
|
|
47
|
+
/* @__PURE__ */ t(
|
|
37
48
|
a,
|
|
38
49
|
{
|
|
39
50
|
sx: {
|
|
@@ -43,8 +54,8 @@ const l = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
43
54
|
}
|
|
44
55
|
},
|
|
45
56
|
children: [
|
|
46
|
-
/* @__PURE__ */
|
|
47
|
-
|
|
57
|
+
/* @__PURE__ */ t(
|
|
58
|
+
s,
|
|
48
59
|
{
|
|
49
60
|
as: "h1",
|
|
50
61
|
sizeVariant: "4xl",
|
|
@@ -58,27 +69,16 @@ const l = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
58
69
|
md: {
|
|
59
70
|
sizeVariant: "5xl"
|
|
60
71
|
},
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
style: {
|
|
68
|
-
color: u("primary.600")
|
|
69
|
-
},
|
|
70
|
-
children: "Boost Performance:"
|
|
71
|
-
}
|
|
72
|
-
),
|
|
73
|
-
/* @__PURE__ */ e("br", {}),
|
|
74
|
-
"Shop Athletic Shoes!"
|
|
75
|
-
] })
|
|
76
|
-
)
|
|
77
|
-
}
|
|
72
|
+
children: [
|
|
73
|
+
"Boost Performance:",
|
|
74
|
+
`
|
|
75
|
+
`,
|
|
76
|
+
"Shop Athletic Shoes!"
|
|
77
|
+
]
|
|
78
78
|
}
|
|
79
79
|
),
|
|
80
80
|
/* @__PURE__ */ e(
|
|
81
|
-
|
|
81
|
+
i,
|
|
82
82
|
{
|
|
83
83
|
sx: {
|
|
84
84
|
marginTop: 12,
|
|
@@ -87,13 +87,11 @@ const l = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
87
87
|
textAlign: "left"
|
|
88
88
|
}
|
|
89
89
|
},
|
|
90
|
-
|
|
91
|
-
__html: "Discover our latest running shoes with advanced air technology soles and boost technology, conquering every terrain with comfort and confidence."
|
|
92
|
-
}
|
|
90
|
+
children: "Discover our latest running shoes with advanced air technology soles and boost technology, conquering every terrain with comfort and confidence."
|
|
93
91
|
}
|
|
94
92
|
),
|
|
95
93
|
/* @__PURE__ */ e(
|
|
96
|
-
|
|
94
|
+
h,
|
|
97
95
|
{
|
|
98
96
|
sx: {
|
|
99
97
|
marginTop: 32,
|
|
@@ -102,32 +100,27 @@ const l = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
102
100
|
width: 200
|
|
103
101
|
}
|
|
104
102
|
},
|
|
105
|
-
|
|
106
|
-
__html: "Explore Now"
|
|
107
|
-
}
|
|
103
|
+
children: "Explore Now"
|
|
108
104
|
}
|
|
109
105
|
)
|
|
110
106
|
]
|
|
111
107
|
}
|
|
112
108
|
),
|
|
113
|
-
/* @__PURE__ */ e(a, { children: /* @__PURE__ */ e(
|
|
109
|
+
/* @__PURE__ */ e(a, { children: /* @__PURE__ */ e(u, { src: "https://cdn.shopify.com/s/files/1/0959/8114/2305/files/img140.png" }) })
|
|
114
110
|
]
|
|
115
111
|
}
|
|
116
112
|
) })
|
|
117
113
|
}
|
|
118
114
|
]
|
|
119
|
-
},
|
|
115
|
+
}, F = {
|
|
120
116
|
name: "FAQs",
|
|
121
|
-
icon: { source:
|
|
117
|
+
icon: { source: c },
|
|
122
118
|
templates: [
|
|
123
119
|
{
|
|
124
|
-
template: /* @__PURE__ */
|
|
120
|
+
template: /* @__PURE__ */ t(d, { children: [
|
|
125
121
|
/* @__PURE__ */ e(
|
|
126
|
-
|
|
122
|
+
s,
|
|
127
123
|
{
|
|
128
|
-
dangerouslySetInnerHTML: {
|
|
129
|
-
__html: "Frequently Asked Questions"
|
|
130
|
-
},
|
|
131
124
|
sizeVariant: "4xl",
|
|
132
125
|
sx: {
|
|
133
126
|
fontWeight: 600,
|
|
@@ -137,11 +130,12 @@ const l = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
137
130
|
marginBottom: 24
|
|
138
131
|
}
|
|
139
132
|
},
|
|
140
|
-
md: { sizeVariant: "5xl" }
|
|
133
|
+
md: { sizeVariant: "5xl" },
|
|
134
|
+
children: "Frequently Asked Questions"
|
|
141
135
|
}
|
|
142
136
|
),
|
|
143
|
-
/* @__PURE__ */
|
|
144
|
-
|
|
137
|
+
/* @__PURE__ */ t(
|
|
138
|
+
g,
|
|
145
139
|
{
|
|
146
140
|
openMode: "single",
|
|
147
141
|
accordionSummaryProps: {
|
|
@@ -161,8 +155,8 @@ const l = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
161
155
|
expandIcon: {
|
|
162
156
|
position: "right",
|
|
163
157
|
source: {
|
|
164
|
-
expanded:
|
|
165
|
-
collapsed:
|
|
158
|
+
expanded: f,
|
|
159
|
+
collapsed: x
|
|
166
160
|
}
|
|
167
161
|
}
|
|
168
162
|
},
|
|
@@ -173,119 +167,29 @@ const l = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
173
167
|
}
|
|
174
168
|
},
|
|
175
169
|
children: [
|
|
176
|
-
/* @__PURE__ */ o
|
|
177
|
-
/* @__PURE__ */ e(r, { children: /* @__PURE__ */ e(
|
|
178
|
-
|
|
179
|
-
{
|
|
180
|
-
sizeVariant: "base",
|
|
181
|
-
dangerouslySetInnerHTML: {
|
|
182
|
-
__html: "At vero eos et accusamus odio?"
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
) }),
|
|
186
|
-
/* @__PURE__ */ e(i, { children: /* @__PURE__ */ e(
|
|
187
|
-
t,
|
|
188
|
-
{
|
|
189
|
-
dangerouslySetInnerHTML: {
|
|
190
|
-
__html: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation."
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
) })
|
|
170
|
+
/* @__PURE__ */ t(o, { defaultOpen: !0, children: [
|
|
171
|
+
/* @__PURE__ */ e(r, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", children: "At vero eos et accusamus odio?" }) }),
|
|
172
|
+
/* @__PURE__ */ e(n, { children: /* @__PURE__ */ e(i, { children: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation." }) })
|
|
194
173
|
] }),
|
|
195
|
-
/* @__PURE__ */ o
|
|
196
|
-
/* @__PURE__ */ e(r, { children: /* @__PURE__ */ e(
|
|
197
|
-
|
|
198
|
-
{
|
|
199
|
-
sizeVariant: "base",
|
|
200
|
-
dangerouslySetInnerHTML: {
|
|
201
|
-
__html: "At vero eos et accusamus et iusto?"
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
) }),
|
|
205
|
-
/* @__PURE__ */ e(i, { children: /* @__PURE__ */ e(
|
|
206
|
-
t,
|
|
207
|
-
{
|
|
208
|
-
dangerouslySetInnerHTML: {
|
|
209
|
-
__html: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation."
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
) })
|
|
174
|
+
/* @__PURE__ */ t(o, { children: [
|
|
175
|
+
/* @__PURE__ */ e(r, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", children: "At vero eos et accusamus et iusto?" }) }),
|
|
176
|
+
/* @__PURE__ */ e(n, { children: /* @__PURE__ */ e(i, { children: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation." }) })
|
|
213
177
|
] }),
|
|
214
|
-
/* @__PURE__ */ o
|
|
215
|
-
/* @__PURE__ */ e(r, { children: /* @__PURE__ */ e(
|
|
216
|
-
|
|
217
|
-
{
|
|
218
|
-
sizeVariant: "base",
|
|
219
|
-
dangerouslySetInnerHTML: {
|
|
220
|
-
__html: "At vero eos et accusamus?"
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
|
-
) }),
|
|
224
|
-
/* @__PURE__ */ e(i, { children: /* @__PURE__ */ e(
|
|
225
|
-
t,
|
|
226
|
-
{
|
|
227
|
-
dangerouslySetInnerHTML: {
|
|
228
|
-
__html: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation."
|
|
229
|
-
}
|
|
230
|
-
}
|
|
231
|
-
) })
|
|
178
|
+
/* @__PURE__ */ t(o, { children: [
|
|
179
|
+
/* @__PURE__ */ e(r, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", children: "At vero eos et accusamus?" }) }),
|
|
180
|
+
/* @__PURE__ */ e(n, { children: /* @__PURE__ */ e(i, { children: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation." }) })
|
|
232
181
|
] }),
|
|
233
|
-
/* @__PURE__ */ o
|
|
234
|
-
/* @__PURE__ */ e(r, { children: /* @__PURE__ */ e(
|
|
235
|
-
|
|
236
|
-
{
|
|
237
|
-
sizeVariant: "base",
|
|
238
|
-
dangerouslySetInnerHTML: {
|
|
239
|
-
__html: "At vero eos et iusto?"
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
|
-
) }),
|
|
243
|
-
/* @__PURE__ */ e(i, { children: /* @__PURE__ */ e(
|
|
244
|
-
t,
|
|
245
|
-
{
|
|
246
|
-
dangerouslySetInnerHTML: {
|
|
247
|
-
__html: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation."
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
) })
|
|
182
|
+
/* @__PURE__ */ t(o, { children: [
|
|
183
|
+
/* @__PURE__ */ e(r, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", children: "At vero eos et iusto?" }) }),
|
|
184
|
+
/* @__PURE__ */ e(n, { children: /* @__PURE__ */ e(i, { children: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation." }) })
|
|
251
185
|
] }),
|
|
252
|
-
/* @__PURE__ */ o
|
|
253
|
-
/* @__PURE__ */ e(r, { children: /* @__PURE__ */ e(
|
|
254
|
-
|
|
255
|
-
{
|
|
256
|
-
sizeVariant: "base",
|
|
257
|
-
dangerouslySetInnerHTML: {
|
|
258
|
-
__html: "At vero eos et accusamus?"
|
|
259
|
-
}
|
|
260
|
-
}
|
|
261
|
-
) }),
|
|
262
|
-
/* @__PURE__ */ e(i, { children: /* @__PURE__ */ e(
|
|
263
|
-
t,
|
|
264
|
-
{
|
|
265
|
-
dangerouslySetInnerHTML: {
|
|
266
|
-
__html: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation."
|
|
267
|
-
}
|
|
268
|
-
}
|
|
269
|
-
) })
|
|
186
|
+
/* @__PURE__ */ t(o, { children: [
|
|
187
|
+
/* @__PURE__ */ e(r, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", children: "At vero eos et accusamus?" }) }),
|
|
188
|
+
/* @__PURE__ */ e(n, { children: /* @__PURE__ */ e(i, { children: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation." }) })
|
|
270
189
|
] }),
|
|
271
|
-
/* @__PURE__ */ o
|
|
272
|
-
/* @__PURE__ */ e(r, { children: /* @__PURE__ */ e(
|
|
273
|
-
|
|
274
|
-
{
|
|
275
|
-
sizeVariant: "base",
|
|
276
|
-
dangerouslySetInnerHTML: {
|
|
277
|
-
__html: "At vero eos et accusamus et iusto?"
|
|
278
|
-
}
|
|
279
|
-
}
|
|
280
|
-
) }),
|
|
281
|
-
/* @__PURE__ */ e(i, { children: /* @__PURE__ */ e(
|
|
282
|
-
t,
|
|
283
|
-
{
|
|
284
|
-
dangerouslySetInnerHTML: {
|
|
285
|
-
__html: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation."
|
|
286
|
-
}
|
|
287
|
-
}
|
|
288
|
-
) })
|
|
190
|
+
/* @__PURE__ */ t(o, { children: [
|
|
191
|
+
/* @__PURE__ */ e(r, { children: /* @__PURE__ */ e(i, { sizeVariant: "base", children: "At vero eos et accusamus et iusto?" }) }),
|
|
192
|
+
/* @__PURE__ */ e(n, { children: /* @__PURE__ */ e(i, { children: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation." }) })
|
|
289
193
|
] })
|
|
290
194
|
]
|
|
291
195
|
}
|
|
@@ -293,7 +197,7 @@ const l = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
293
197
|
] })
|
|
294
198
|
}
|
|
295
199
|
]
|
|
296
|
-
},
|
|
200
|
+
}, A = [
|
|
297
201
|
{
|
|
298
202
|
image: "https://ucarecdn.com/3c98ccba-611f-43aa-baee-8b70deaa56c4/-/format/auto/",
|
|
299
203
|
title: "24/7 Friendly Support"
|
|
@@ -310,24 +214,15 @@ const l = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
310
214
|
image: "https://ucarecdn.com/8a7a086c-1ef5-43a9-a036-daaf1f15a9f1/-/format/auto/",
|
|
311
215
|
title: "Secure Online Payment"
|
|
312
216
|
}
|
|
313
|
-
],
|
|
217
|
+
], H = {
|
|
314
218
|
name: "Guarantee",
|
|
315
|
-
icon: { source:
|
|
219
|
+
icon: { source: c },
|
|
316
220
|
templates: [
|
|
317
221
|
{
|
|
318
|
-
template: /* @__PURE__ */
|
|
319
|
-
/* @__PURE__ */
|
|
320
|
-
|
|
222
|
+
template: /* @__PURE__ */ t(d, { children: [
|
|
223
|
+
/* @__PURE__ */ t(
|
|
224
|
+
s,
|
|
321
225
|
{
|
|
322
|
-
dangerouslySetInnerHTML: {
|
|
323
|
-
__html: p(
|
|
324
|
-
/* @__PURE__ */ o(c, { children: [
|
|
325
|
-
"Why should you choose",
|
|
326
|
-
/* @__PURE__ */ e("br", {}),
|
|
327
|
-
"our product?"
|
|
328
|
-
] })
|
|
329
|
-
)
|
|
330
|
-
},
|
|
331
226
|
sizeVariant: "4xl",
|
|
332
227
|
sx: {
|
|
333
228
|
textAlign: "center",
|
|
@@ -335,28 +230,32 @@ const l = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
335
230
|
},
|
|
336
231
|
md: {
|
|
337
232
|
sizeVariant: "5xl"
|
|
338
|
-
}
|
|
233
|
+
},
|
|
234
|
+
children: [
|
|
235
|
+
"Why should you choose",
|
|
236
|
+
`
|
|
237
|
+
`,
|
|
238
|
+
"our product?"
|
|
239
|
+
]
|
|
339
240
|
}
|
|
340
241
|
),
|
|
341
242
|
/* @__PURE__ */ e(
|
|
342
|
-
|
|
243
|
+
i,
|
|
343
244
|
{
|
|
344
|
-
dangerouslySetInnerHTML: {
|
|
345
|
-
__html: "Experience our prestigious after-sales service."
|
|
346
|
-
},
|
|
347
245
|
sizeVariant: "base",
|
|
348
246
|
sx: {
|
|
349
|
-
color:
|
|
247
|
+
color: k("neutral.500"),
|
|
350
248
|
textAlign: "center",
|
|
351
249
|
marginTop: 16,
|
|
352
250
|
md: {
|
|
353
251
|
marginTop: 20
|
|
354
252
|
}
|
|
355
|
-
}
|
|
253
|
+
},
|
|
254
|
+
children: "Experience our prestigious after-sales service."
|
|
356
255
|
}
|
|
357
256
|
),
|
|
358
257
|
/* @__PURE__ */ e(
|
|
359
|
-
|
|
258
|
+
m,
|
|
360
259
|
{
|
|
361
260
|
sx: {
|
|
362
261
|
width: "100%",
|
|
@@ -372,33 +271,31 @@ const l = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
372
271
|
md: {
|
|
373
272
|
cols: 4
|
|
374
273
|
},
|
|
375
|
-
children:
|
|
274
|
+
children: A.map((l, p) => /* @__PURE__ */ t(a, { children: [
|
|
376
275
|
/* @__PURE__ */ e(
|
|
377
|
-
|
|
276
|
+
u,
|
|
378
277
|
{
|
|
379
278
|
sx: {
|
|
380
279
|
width: 80,
|
|
381
280
|
marginLeft: "auto",
|
|
382
281
|
marginRight: "auto"
|
|
383
282
|
},
|
|
384
|
-
src:
|
|
283
|
+
src: l.image
|
|
385
284
|
}
|
|
386
285
|
),
|
|
387
286
|
/* @__PURE__ */ e(
|
|
388
|
-
|
|
287
|
+
i,
|
|
389
288
|
{
|
|
390
|
-
dangerouslySetInnerHTML: {
|
|
391
|
-
__html: m.title
|
|
392
|
-
},
|
|
393
289
|
sizeVariant: "lg",
|
|
394
290
|
sx: {
|
|
395
291
|
textAlign: "center",
|
|
396
292
|
marginTop: 16,
|
|
397
293
|
fontWeight: 500
|
|
398
|
-
}
|
|
294
|
+
},
|
|
295
|
+
children: l.title
|
|
399
296
|
}
|
|
400
297
|
)
|
|
401
|
-
] },
|
|
298
|
+
] }, p))
|
|
402
299
|
}
|
|
403
300
|
)
|
|
404
301
|
] })
|
|
@@ -406,7 +303,7 @@ const l = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
406
303
|
]
|
|
407
304
|
};
|
|
408
305
|
export {
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
306
|
+
F as FAQS_SECTION_GROUP,
|
|
307
|
+
H as GUARANTEE_SECTION_GROUP,
|
|
308
|
+
R as HERO_SECTION_GROUP
|
|
412
309
|
};
|