@janbox/storefront-builder 2.0.18 → 2.0.20

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