@designcrowd/library.brand-page 6.1.0-websitev2-dev-2 → 6.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/src/{CreatedOnBrandCrowd-de-de-D_qQ0sPW.js → CreatedOnBrandCrowd-de-de-CW5bD06L.js} +1 -1
- package/lib/src/{CreatedOnBrandCrowd-en-us-CNMxavFU.js → CreatedOnBrandCrowd-en-us-CofG4e3V.js} +1 -1
- package/lib/src/{CreatedOnBrandCrowd-es-es-Cyaiw1-R.js → CreatedOnBrandCrowd-es-es-XpL0-LWx.js} +1 -1
- package/lib/src/{CreatedOnBrandCrowd-fr-fr-DbniOtuE.js → CreatedOnBrandCrowd-fr-ca-dlVN3zaX.js} +1 -1
- package/lib/src/{CreatedOnBrandCrowd-fr-ca-DbniOtuE.js → CreatedOnBrandCrowd-fr-fr-dlVN3zaX.js} +1 -1
- package/lib/src/{CreatedOnBrandCrowd-pt-pt-DI3JfwR8.js → CreatedOnBrandCrowd-pt-br-98gqdDVF.js} +1 -1
- package/lib/src/{CreatedOnBrandCrowd-pt-br-DI3JfwR8.js → CreatedOnBrandCrowd-pt-pt-98gqdDVF.js} +1 -1
- package/lib/src/{CreatedOnDcom-de-de-DqBzJ_O9.js → CreatedOnDcom-de-de-Dbmlc0i1.js} +1 -1
- package/lib/src/{CreatedOnDcom-en-us-B8uZjYMi.js → CreatedOnDcom-en-us-Dy9z7h1o.js} +1 -1
- package/lib/src/{CreatedOnDcom-es-es-BOLxcx3H.js → CreatedOnDcom-es-es-B3ksvNj9.js} +1 -1
- package/lib/src/{CreatedOnDcom-fr-ca-CbGneDvu.js → CreatedOnDcom-fr-ca-CC9ieRzX.js} +1 -1
- package/lib/src/{CreatedOnDcom-fr-fr-B-UwXpW3.js → CreatedOnDcom-fr-fr-BtnGJjF2.js} +1 -1
- package/lib/src/{CreatedOnDcom-pt-br-CRPrLx5_.js → CreatedOnDcom-pt-br-DT4doFYO.js} +1 -1
- package/lib/src/{CreatedOnDcom-pt-pt-4p2rdAnc.js → CreatedOnDcom-pt-pt-CloXyOe6.js} +1 -1
- package/lib/src/brand-page/components/contact-form/ContactForm.mixin.js +3 -5
- package/lib/src/brand-page/components/mailing-list/MailingList.mixin.js +4 -6
- package/lib/src/brand-page/components/page-footer/PageFooter.mixin.d.ts +0 -1
- package/lib/src/brand-page/components/page-footer/PageFooter.mixin.js +1 -4
- package/lib/src/brand-page/components/payment/Payment.mixin.js +3 -4
- package/lib/src/brand-page/components/payment/__fixtures__/request-payment.d.ts +0 -1
- package/lib/src/brand-page/components/payment/__fixtures__/support-me.d.ts +0 -1
- package/lib/src/brand-page/components/payment/request-payment/RequestPayment.mixin.d.ts +0 -1
- package/lib/src/brand-page/components/payment/request-payment/RequestPayment.mixin.js +1 -4
- package/lib/src/brand-page/composables/consent.composable.d.ts +0 -2
- package/lib/src/brand-page/composables/consent.composable.js +3 -9
- package/lib/src/brand-page/models/brand-page-context.model.d.ts +0 -7
- package/lib/src/brand-page/utils/context.util.d.ts +0 -8
- package/lib/src/brand-page/utils/context.util.js +0 -8
- package/lib/src/brand-page-maker/composables/ai-chat/useAiWebsiteBuilderChat.js +3 -7
- package/lib/src/clients/ai-assistant-client.d.ts +0 -1
- package/lib/src/clients/ai-assistant-client.js +0 -1
- package/lib/src/css/library.brand-page-brandCrowd.min.css +60 -60
- package/lib/src/css/library.brand-page-brandPage.min.css +60 -60
- package/lib/src/css/library.brand-page-designCom.min.css +60 -60
- package/lib/src/css/library.brand-page-preview.min.css +60 -60
- package/lib/src/index.d.ts +0 -1
- package/lib/src/index.mjs +217 -220
- package/lib/src/{lib-DhEJMZFn.js → lib-D7ubPlpu.js} +18168 -18341
- package/lib/src/lib.js +0 -1
- package/lib/src/metadata-builder/builders/global-styles-builder.js +0 -16
- package/lib/src/metadata-builder/builders/section-builders/index.d.ts +0 -1
- package/lib/src/metadata-builder/builders/section-builders/index.js +0 -1
- package/lib/src/metadata-builder/builders/section-builders/text-section-builder.js +2 -5
- package/lib/src/metadata-builder/builders/section-field-maps.js +0 -15
- package/lib/src/metadata-builder/builders/section-field-utils.d.ts +1 -6
- package/lib/src/metadata-builder/builders/section-field-utils.js +12 -48
- package/lib/src/metadata-builder/metadata-executor.js +1 -3
- package/lib/src/metadata-builder/models.d.ts +0 -2
- package/lib/src/metadata-builder/models.js +0 -2
- package/lib/src/metadata-builder/parsers/ai-toolcall-parser.d.ts +0 -1
- package/lib/src/metadata-builder/parsers/ai-toolcall-parser.js +0 -4
- package/lib/src/metadata-builder/parsers/section-tool-arguments.d.ts +2 -14
- package/lib/src/utils/minify-brand-page-metadata.js +0 -7
- package/package.json +1 -1
- package/src/brand-page/components/contact-form/ContactForm.mixin.ts +2 -7
- package/src/brand-page/components/cookie-consent/CookieConsent.vue +0 -1
- package/src/brand-page/components/mailing-list/MailingList.mixin.ts +3 -8
- package/src/brand-page/components/navigation/navigation-carousel/NavigationCarousel.vue +1 -5
- package/src/brand-page/components/page-footer/PageFooter.mixin.ts +1 -4
- package/src/brand-page/components/page-footer/PageFooter.vue +1 -1
- package/src/brand-page/components/payment/Payment.mixin.ts +3 -4
- package/src/brand-page/components/payment/request-payment/RequestPayment.mixin.ts +1 -8
- package/src/brand-page/components/payment/request-payment/RequestPayment.vue +1 -1
- package/src/brand-page/components/save-contact/SaveContactWidget.vue +1 -2
- package/src/brand-page/components/shop/Shop.vue +3 -6
- package/src/brand-page/components/social-links/SocialLinks.vue +2 -5
- package/src/brand-page/composables/consent.composable.ts +4 -18
- package/src/brand-page/models/brand-page-context.model.ts +0 -7
- package/src/brand-page/utils/context.util.ts +0 -10
- package/src/brand-page-maker/components/ai-website-builder/AiWebsiteBuilder.vue +1 -1
- package/src/brand-page-maker/composables/ai-chat/useAiWebsiteBuilderChat.ts +3 -7
- package/src/clients/ai-assistant-client.ts +0 -1
- package/src/lib.ts +0 -1
- package/src/metadata-builder/builders/global-styles-builder.ts +0 -21
- package/src/metadata-builder/builders/section-builders/index.ts +0 -1
- package/src/metadata-builder/builders/section-builders/text-section-builder.ts +2 -5
- package/src/metadata-builder/builders/section-field-maps.ts +0 -18
- package/src/metadata-builder/builders/section-field-utils.ts +18 -69
- package/src/metadata-builder/metadata-executor.ts +0 -3
- package/src/metadata-builder/models.ts +0 -2
- package/src/metadata-builder/parsers/ai-toolcall-parser.ts +0 -4
- package/src/metadata-builder/parsers/section-tool-arguments.ts +1 -14
- package/src/utils/minify-brand-page-metadata.ts +0 -8
- package/lib/src/metadata-builder/builders/global-font-propagation.d.ts +0 -28
- package/lib/src/metadata-builder/builders/global-font-propagation.js +0 -125
- package/lib/src/metadata-builder/builders/section-builders/support-me-builder.d.ts +0 -8
- package/lib/src/metadata-builder/builders/section-builders/support-me-builder.js +0 -25
- package/lib/src/metadata-builder/builders/section-rules/support-me.rules.d.ts +0 -2
- package/lib/src/metadata-builder/builders/section-rules/support-me.rules.js +0 -17
- package/src/brand-page/utils/context.util.test.ts +0 -43
- package/src/metadata-builder/builders/global-font-propagation.test.ts +0 -269
- package/src/metadata-builder/builders/global-font-propagation.ts +0 -205
- package/src/metadata-builder/builders/section-builders/support-me-builder.test.ts +0 -177
- package/src/metadata-builder/builders/section-builders/support-me-builder.ts +0 -43
- package/src/metadata-builder/builders/section-field-utils.test.ts +0 -83
- package/src/metadata-builder/builders/section-rules/support-me.rules.ts +0 -39
- package/src/utils/minify-brand-page-metadata.test.ts +0 -61
package/lib/src/index.mjs
CHANGED
|
@@ -1,222 +1,219 @@
|
|
|
1
|
-
import { A as
|
|
2
|
-
import { U as
|
|
3
|
-
import "
|
|
4
|
-
import "vue-cropperjs";
|
|
5
|
-
import { createPinia as EE, setActivePinia as sE } from "pinia";
|
|
1
|
+
import { A as T, a as E, b as s, c as I, d as S, e as N, f as e, B as A, g as O, h as C, i as t, j as G, k as D, l as P, m as R, n as o, o as L, p as M, q as r, r as n, s as b, t as l, u as F, v as i, w as g, x as c, y as B, z as Y, C as U, D as d, E as u, F as H, G as p, H as y, I as m, J as K, K as k, L as V, M as X, N as v, O as h, P as f, Q as x, R as W, S as z, T as w, U as Z, V as j, W as q, X as J, Y as Q, Z as $, $ as aa, a0 as _a, a1 as Ta, a2 as Ea, a3 as sa, a4 as Ia, a5 as Sa, a6 as Na, a7 as ea, a8 as Aa, a9 as Oa, aa as Ca, ab as ta, ac as Ga, ad as Da, ae as Pa, af as Ra, ag as oa, ah as La, ai as Ma, aj as ra, ak as na, al as ba, am as la, an as Fa, ao as ia, ap as ga, aq as ca, ar as Ba, as as Ya, at as Ua, au as da, av as ua, aw as Ha, ax as pa, ay as ya, az as ma, aA as Ka, aB as ka, aC as Va, aD as Xa, aE as va, aF as ha, aG as fa, aH as xa, aI as Wa, aJ as za, aK as wa, aL as Za, aM as ja, aN as qa, aO as Ja, aP as Qa, aQ as $a, aR as a_, aS as __, aT as T_, aU as E_, aV as s_, aW as I_, aX as S_, aY as N_, aZ as e_, a_ as A_, a$ as O_, b0 as C_, b1 as t_, b2 as G_, b3 as D_, b4 as P_, b5 as R_, b6 as o_, b7 as L_, b8 as M_, b9 as r_, ba as n_, bb as b_, bc as l_, bd as F_, be as i_, bf as g_, bg as c_, bh as B_, bi as Y_, bj as U_, bk as d_, bl as u_, bm as H_, bn as p_, bo as y_, bp as m_, bq as K_, br as k_, bs as V_, bt as X_, bu as v_, bv as h_, bw as f_, bx as x_, by as W_, bz as z_, bA as w_, bB as Z_, bC as j_, bD as q_, bE as J_, bF as Q_, bG as $_, bH as aT, bI as _T, bJ as TT, bK as ET, bL as sT, bM as IT, bN as ST, bO as NT, bP as eT, bQ as AT, bR as OT, bS as CT, bT as tT, bU as GT, bV as DT, bW as PT, bX as RT, bY as oT, bZ as LT, b_ as MT, b$ as rT, c0 as nT, c1 as bT, c2 as lT, c3 as FT, c4 as iT, c5 as gT, c6 as cT, c7 as BT, c8 as YT, c9 as UT, ca as dT, cb as uT, cc as HT, cd as pT, ce as yT, cf as mT, cg as KT, ch as kT, ci as VT, cj as XT, ck as vT, cl as hT, cm as fT, cn as xT, co as WT, cp as zT, cq as wT, cr as ZT, cs as jT } from "./lib-D7ubPlpu.js";
|
|
2
|
+
import { U as JT, u as QT } from "./useEventTracker-DmQ6AkNn.js";
|
|
3
|
+
import { createPinia as aE, setActivePinia as _E } from "pinia";
|
|
6
4
|
export {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
QT as useVideoStore
|
|
5
|
+
T as ABOUT_SECTION_SETTINGS_CONFIG,
|
|
6
|
+
E as AB_TEST_FLAG,
|
|
7
|
+
s as ADMIN_POLICY_DATA_ENDPOINT,
|
|
8
|
+
I as ASPECT_RATIOS,
|
|
9
|
+
S as AbstractMedia,
|
|
10
|
+
N as AbstractPageFooterStyles,
|
|
11
|
+
e as AbstractPageHeaderStyles,
|
|
12
|
+
A as BANNER_SECTION_SETTINGS_CONFIG,
|
|
13
|
+
O as BOOKING_SECTION_SETTINGS_CONFIG,
|
|
14
|
+
C as BP_BRAND_CONTACT_TEMPLATE_TYPE_NAME,
|
|
15
|
+
t as BP_BRAND_SITE_TEMPLATE_TYPE_NAME,
|
|
16
|
+
G as BP_DEFAULT_TEMPLATE_TYPE_NAME,
|
|
17
|
+
D as BRANDCROWD_MANAGED_TRIGGER_ORIGIN,
|
|
18
|
+
P as BRANDPAGE_DEFAULT_ERROR_MESSAGE_DESCRIPTION,
|
|
19
|
+
R as BRANDPAGE_DEFAULT_SAVE_MESSAGE_DESCRIPTION,
|
|
20
|
+
o as BRANDPAGE_DESCRIPTION_CHARACTER_LIMIT,
|
|
21
|
+
L as BRANDPAGE_DESCRIPTION_CHARACTER_LIMIT_ERROR_MESSAGE,
|
|
22
|
+
M as BRANDPAGE_SETTINGS_SAVE_SUCCESS_MESSAGE_DESCRIPTION,
|
|
23
|
+
r as BRANDPAGE_SLUG_CHARACTER_LIMIT,
|
|
24
|
+
n as BRANDPAGE_SLUG_CHARACTER_LIMIT_ERROR_MESSAGE,
|
|
25
|
+
b as BRANDPAGE_SLUG_INVALID_ERROR_MESSAGE,
|
|
26
|
+
l as BRANDPAGE_TITLE_CHARACTER_LIMIT,
|
|
27
|
+
F as BRANDPAGE_TITLE_CHARACTER_LIMIT_ERROR_MESSAGE,
|
|
28
|
+
i as BRAND_CONTACT_PATH_FRAGMENT,
|
|
29
|
+
g as BRAND_PAGE_PATH_FRAGMENT,
|
|
30
|
+
c as BRAND_PAGE_TYPES,
|
|
31
|
+
B as BRAND_SITE_PATH_FRAGMENT,
|
|
32
|
+
Y as BUTTON_LINK_TYPE,
|
|
33
|
+
U as BYO_DETAILS_ENDPOINT,
|
|
34
|
+
d as BYO_LINK_ENDPOINT,
|
|
35
|
+
u as BYO_UPLOAD_ENDPOINT,
|
|
36
|
+
H as BackgroundColorsStarterKit,
|
|
37
|
+
p as BackgroundGradientStarterKit,
|
|
38
|
+
y as BackgroundImageSamples,
|
|
39
|
+
m as BackgroundShape,
|
|
40
|
+
K as BackgroundShapeStarterKit,
|
|
41
|
+
k as BackgroundStyles,
|
|
42
|
+
V as BrandPageMaker,
|
|
43
|
+
X as BrandPageModel,
|
|
44
|
+
v as ButtonStyles,
|
|
45
|
+
h as CONTACT_FORM_SETTINGS_CONFIG,
|
|
46
|
+
f as CONTENT_SETTINGS_CONFIGS,
|
|
47
|
+
x as CONTENT_TYPES,
|
|
48
|
+
W as CREATE_ADMIN_MEDIA_ENDPOINT,
|
|
49
|
+
z as CREATE_USER_MEDIA_ENDPOINT,
|
|
50
|
+
w as CUSTOM_DOMAIN_INSTRUCTION_DNS_HOST_DISPLAY_TEXT,
|
|
51
|
+
Z as CUSTOM_DOMAIN_STATUSES,
|
|
52
|
+
j as CookieConsent,
|
|
53
|
+
q as DEFAULT_ADMIN_ENDPOINTS,
|
|
54
|
+
J as DEFAULT_FONT_FAMILY_KEY,
|
|
55
|
+
Q as DEFAULT_LOGO_BACKGROUND_COLOR_RGB,
|
|
56
|
+
$ as DEFAULT_LOGO_TEXT_COLOR_RGB,
|
|
57
|
+
aa as DEFAULT_SIDE_BAR_TABS,
|
|
58
|
+
_a as DEFAULT_USER_ENDPOINTS,
|
|
59
|
+
Ta as DELETE_ADMIN_MEDIA_ENDPOINT,
|
|
60
|
+
Ea as DELETE_USER_MEDIA_ENDPOINT,
|
|
61
|
+
sa as DESKTOP_HEIGHT,
|
|
62
|
+
Ia as DESKTOP_WIDTH,
|
|
63
|
+
Sa as DEVICE_CSS_TRANSITION_DELAY,
|
|
64
|
+
Na as DIVIDER_SECTION_SETTINGS_CONFIG,
|
|
65
|
+
ea as DIVIDER_STYLES,
|
|
66
|
+
Aa as DNS_CONFIGURATION_STATUSES,
|
|
67
|
+
Oa as DOMAIN_TYPE,
|
|
68
|
+
Ca as EMAIL_CONTENT_SETTINGS_CONFIG,
|
|
69
|
+
ta as EMPTY_LOGO_IMAGE_MODEL,
|
|
70
|
+
Ga as FACEBOOK_CONTENT_SETTINGS_CONFIG,
|
|
71
|
+
Da as FONT_FAMILY_CONFIGS,
|
|
72
|
+
Pa as FORM_FIELD_IDS,
|
|
73
|
+
Ra as FORM_FIELD_TYPES,
|
|
74
|
+
oa as FabricRenderClient,
|
|
75
|
+
La as GALLERY_TYPES,
|
|
76
|
+
Ma as GENERAL_LINK_CONTENT_SETTINGS_CONFIG,
|
|
77
|
+
ra as GET_ALL_ADMIN_MEDIA_ENDPOINT,
|
|
78
|
+
na as GET_ALL_USER_MEDIA_ENDPOINT,
|
|
79
|
+
ba as GalleryStyles,
|
|
80
|
+
la as GettyVideoMedia,
|
|
81
|
+
Fa as GoogleAnalytics,
|
|
82
|
+
ia as GoogleMapsPlugin,
|
|
83
|
+
ga as HEADER_DISPLAY,
|
|
84
|
+
ca as HYPERLINK_TYPE,
|
|
85
|
+
Ba as IMAGES_SECTION_SETTINGS_CONFIG,
|
|
86
|
+
Ya as IMAGE_CONTENT_SETTINGS_CONFIG,
|
|
87
|
+
Ua as IMAGE_GALLERY_CONTENT_SETTINGS_CONFIG,
|
|
88
|
+
da as IMAGE_SIZE_FIELD,
|
|
89
|
+
ua as INSTAGRAM_CONTENT_SETTINGS_CONFIG,
|
|
90
|
+
Ha as LINKEDIN_CONTENT_SETTINGS_CONFIG,
|
|
91
|
+
pa as LOGO_SETTINGS_CONFIG,
|
|
92
|
+
ya as LogoRender,
|
|
93
|
+
ma as LogoStyles,
|
|
94
|
+
Ka as MAILING_LIST_CONTENT_SETTINGS_CONFIG,
|
|
95
|
+
ka as MAKER_MOBILE_BREAKPOINT,
|
|
96
|
+
Va as MAP_CONTENT_SETTINGS_CONFIG,
|
|
97
|
+
Xa as MEDIA_SIZES,
|
|
98
|
+
va as MEDIA_TYPES,
|
|
99
|
+
ha as MESSAGE_VISIBLE_DURATION,
|
|
100
|
+
fa as MOBILE_HEIGHT,
|
|
101
|
+
xa as MOBILE_WIDTH,
|
|
102
|
+
Wa as MY_DESIGN_ASSETS_ENDPOINTS,
|
|
103
|
+
za as NAVIGATION_DISPLAY,
|
|
104
|
+
wa as NavModel,
|
|
105
|
+
Za as NavigationDesktop,
|
|
106
|
+
ja as NavigationMenuStyles,
|
|
107
|
+
qa as NavigationMobile,
|
|
108
|
+
Ja as PAYMENT_OPTION_DISPLAY_TYPES,
|
|
109
|
+
Qa as PAYMENT_OPTION_IMAGE_TYPES,
|
|
110
|
+
$a as PERSONALISATION_ROLES,
|
|
111
|
+
a_ as PHONE_CONTENT_SETTINGS_CONFIG,
|
|
112
|
+
__ as PINTEREST_CONTENT_SETTINGS_CONFIG,
|
|
113
|
+
T_ as PROFILE_CONTENT_SETTINGS_CONFIG,
|
|
114
|
+
E_ as Page,
|
|
115
|
+
s_ as PageFooterDesktop,
|
|
116
|
+
I_ as PageFooterMobile,
|
|
117
|
+
S_ as PageHeaderDesktop,
|
|
118
|
+
N_ as PageHeaderMobile,
|
|
119
|
+
e_ as PageModel,
|
|
120
|
+
A_ as PageStyles,
|
|
121
|
+
O_ as PublishBrandPageModalWithState,
|
|
122
|
+
C_ as RECAPTCHA_ACTION_CONTACT_FORM,
|
|
123
|
+
t_ as RECAPTCHA_ACTION_MAILING_LIST,
|
|
124
|
+
G_ as RECAPTCHA_MIN_SCORE,
|
|
125
|
+
D_ as REQUEST_PAYMENT_CONTENT_SETTINGS_CONFIG,
|
|
126
|
+
P_ as SENSITIVE_CONTENT_TYPES,
|
|
127
|
+
R_ as SHAPES_SECTION_SETTINGS_CONFIG,
|
|
128
|
+
o_ as SHOP_SECTION_SETTINGS_CONFIG,
|
|
129
|
+
L_ as SIDE_BAR_TAB_NAMES,
|
|
130
|
+
M_ as SOCIAL_LINKS_ICON_DISPLAY_STYLES,
|
|
131
|
+
r_ as SOCIAL_LINKS_SETTINGS_CONFIG,
|
|
132
|
+
n_ as STRIPE_ADDRESS_LIMITS,
|
|
133
|
+
b_ as STYLE_THEME_KEYS,
|
|
134
|
+
l_ as SUPPORT_ME_CONTENT_SETTINGS_CONFIG,
|
|
135
|
+
F_ as SensitiveContent,
|
|
136
|
+
i_ as SensitiveContentModal,
|
|
137
|
+
g_ as SeoPageSettings,
|
|
138
|
+
c_ as ShapeAspectRatioCategory,
|
|
139
|
+
B_ as TESTIMONIALS_SECTION_SETTINGS_CONFIG,
|
|
140
|
+
Y_ as TEXT_CONTENT_SETTINGS_CONFIG,
|
|
141
|
+
U_ as TEXT_MEDIA_BACKGROUND_FIELD,
|
|
142
|
+
d_ as TEXT_MEDIA_DESCRIPTION_FIELD,
|
|
143
|
+
u_ as TEXT_MEDIA_DESCRIPTION_STYLE_FIELD,
|
|
144
|
+
H_ as TEXT_MEDIA_DISPLAY_STYLE_FIELD,
|
|
145
|
+
p_ as TEXT_MEDIA_HEADING_STYLE_FIELD,
|
|
146
|
+
y_ as TEXT_MEDIA_PARAGRAPH_STYLE_FIELD,
|
|
147
|
+
m_ as TEXT_MEDIA_TITLE_FIELD,
|
|
148
|
+
K_ as TEXT_MEDIA_TITLE_STYLE_FIELD,
|
|
149
|
+
k_ as TEXT_STYLE_TYPES,
|
|
150
|
+
V_ as TEXT_STYLE_TYPES_DISPLAY_NAME_MAP,
|
|
151
|
+
X_ as TIKTOK_CONTENT_SETTINGS_CONFIG,
|
|
152
|
+
v_ as TWITCH_CONTENT_SETTINGS_CONFIG,
|
|
153
|
+
h_ as TextStyleOption,
|
|
154
|
+
f_ as TextStyles,
|
|
155
|
+
x_ as UI_DEVICE_MODES,
|
|
156
|
+
W_ as UI_EVENTS,
|
|
157
|
+
z_ as UI_EVENT_SOURCES,
|
|
158
|
+
w_ as UI_SCREENSIZE_MODES,
|
|
159
|
+
JT as UPGRADE_CTA_LOCATIONS,
|
|
160
|
+
Z_ as URL_TYPE,
|
|
161
|
+
j_ as USER_POLICY_DATA_ENDPOINT,
|
|
162
|
+
q_ as UrlSettings,
|
|
163
|
+
J_ as UseExistingDomainModal,
|
|
164
|
+
Q_ as VIDEO_CONTENT_SETTINGS_CONFIG,
|
|
165
|
+
$_ as VIEWPORTS,
|
|
166
|
+
aT as WEBSITE_CONTENT_SETTINGS_CONFIG,
|
|
167
|
+
_T as WebSocketGatewayClient,
|
|
168
|
+
TT as X_CONTENT_SETTINGS_CONFIG,
|
|
169
|
+
ET as YOUTUBE_CONTENT_SETTINGS_CONFIG,
|
|
170
|
+
sT as YOUTUBE_EMBED_URL_PREFIX,
|
|
171
|
+
IT as applyLogoImageBase64UrlToBrandPageTemplateModel,
|
|
172
|
+
ST as attachRouterHooks,
|
|
173
|
+
NT as availableGalleryTypes,
|
|
174
|
+
eT as brandPageClient,
|
|
175
|
+
AT as brandPageSlugRe,
|
|
176
|
+
OT as brandPageUtils,
|
|
177
|
+
CT as calculateOptimizedLogoDimensions,
|
|
178
|
+
tT as createBrandPageMakerRouter,
|
|
179
|
+
GT as createNewI18nInstance,
|
|
180
|
+
aE as createPinia,
|
|
181
|
+
DT as emptyGlobalTextStyleDeclaration,
|
|
182
|
+
PT as executeToolCallsAsync,
|
|
183
|
+
RT as findNavItemByPageSlug,
|
|
184
|
+
oT as forEachPageCallContentCallback,
|
|
185
|
+
LT as getAbTestResults,
|
|
186
|
+
MT as getBrandPageViewModelFromBrandPageModel,
|
|
187
|
+
rT as getCurrentLocale,
|
|
188
|
+
nT as getDefaultSubNavBackgroundColor,
|
|
189
|
+
bT as getOptimalLogoSize,
|
|
190
|
+
lT as getPageSlugFromPageTitle,
|
|
191
|
+
FT as getValueType,
|
|
192
|
+
iT as isGoogleType,
|
|
193
|
+
gT as isStripePaymentIntent,
|
|
194
|
+
cT as isUnsetOrTransparentColor,
|
|
195
|
+
BT as isUrlType,
|
|
196
|
+
YT as migrateBrandPageModel,
|
|
197
|
+
UT as minifyBrandPageMetadata,
|
|
198
|
+
dT as recalculateHeaderLogoSizes,
|
|
199
|
+
uT as recalculateLogoContentDimensions,
|
|
200
|
+
HT as sanitizeRTEHtml,
|
|
201
|
+
_E as setActivePinia,
|
|
202
|
+
pT as setLocaleAsync,
|
|
203
|
+
yT as setRouterInstance,
|
|
204
|
+
mT as setupSSRPinia,
|
|
205
|
+
KT as tiptapJsonToHtml,
|
|
206
|
+
kT as tr,
|
|
207
|
+
VT as useBrandPageContainerStore,
|
|
208
|
+
XT as useBrandPageMakerStore,
|
|
209
|
+
vT as useBrandPageMakerUserStore,
|
|
210
|
+
hT as useConsent,
|
|
211
|
+
fT as useEventManagerStore,
|
|
212
|
+
QT as useEventTracker,
|
|
213
|
+
xT as useLocalisedRouteStore,
|
|
214
|
+
WT as useReCaptcha,
|
|
215
|
+
zT as useRouteStore,
|
|
216
|
+
wT as useShopConfigStore,
|
|
217
|
+
ZT as useUiStore,
|
|
218
|
+
jT as useVideoStore
|
|
222
219
|
};
|