@designcrowd/library.brand-page 6.0.19 → 6.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.
- package/lib/src/{CreatedOnBrandCrowd-de-de-DCwwdYPj.js → CreatedOnBrandCrowd-de-de-C52IyXZu.js} +1 -1
- package/lib/src/{CreatedOnBrandCrowd-en-us-DTmZeDQ1.js → CreatedOnBrandCrowd-en-us-DhTy_dEV.js} +1 -1
- package/lib/src/{CreatedOnBrandCrowd-es-es-Dbrz6TXv.js → CreatedOnBrandCrowd-es-es-BJelIAQ4.js} +1 -1
- package/lib/src/{CreatedOnBrandCrowd-fr-fr-DLQhgn8T.js → CreatedOnBrandCrowd-fr-ca-DwJohy0T.js} +1 -1
- package/lib/src/{CreatedOnBrandCrowd-fr-ca-DLQhgn8T.js → CreatedOnBrandCrowd-fr-fr-DwJohy0T.js} +1 -1
- package/lib/src/{CreatedOnBrandCrowd-pt-pt-yAzzD2ik.js → CreatedOnBrandCrowd-pt-br-CMzKbxdG.js} +1 -1
- package/lib/src/{CreatedOnBrandCrowd-pt-br-yAzzD2ik.js → CreatedOnBrandCrowd-pt-pt-CMzKbxdG.js} +1 -1
- package/lib/src/{CreatedOnDcom-de-de-CNmNNE5o.js → CreatedOnDcom-de-de-DAy1GHrw.js} +1 -1
- package/lib/src/{CreatedOnDcom-en-us-BUmLFlS_.js → CreatedOnDcom-en-us-CgBDAkJN.js} +1 -1
- package/lib/src/{CreatedOnDcom-es-es-DfygM_0q.js → CreatedOnDcom-es-es-Ds9d5rem.js} +1 -1
- package/lib/src/{CreatedOnDcom-fr-ca-DIEft8xE.js → CreatedOnDcom-fr-ca-CZL0BQ-u.js} +1 -1
- package/lib/src/{CreatedOnDcom-fr-fr-Cn3jWG2n.js → CreatedOnDcom-fr-fr-BVYh5Wvo.js} +1 -1
- package/lib/src/{CreatedOnDcom-pt-br-DXhgGwEh.js → CreatedOnDcom-pt-br-1hsWNXfq.js} +1 -1
- package/lib/src/{CreatedOnDcom-pt-pt-BvE9ckw1.js → CreatedOnDcom-pt-pt-DvM0N-3M.js} +1 -1
- package/lib/src/brand-page/components/contact-form/ContactForm.mixin.js +2 -5
- package/lib/src/brand-page/models/index.d.ts +26 -34
- package/lib/src/brand-page/utils/migration.util.js +0 -11
- package/lib/src/brand-page/utils/text.util.d.ts +1 -1
- package/lib/src/brand-page/utils/text.util.js +0 -32
- package/lib/src/brand-page/utils/vcard.util.js +4 -4
- package/lib/src/brand-page/utils/view-model.util.d.ts +0 -1
- package/lib/src/brand-page/utils/view-model.util.js +20 -68
- package/lib/src/brand-page/view-models.d.ts +3 -3
- package/lib/src/brand-page-maker/composables/rich-text-editor/useRichTextEditor.js +100 -21
- package/lib/src/brand-page-maker/utils/index.d.ts +0 -2
- package/lib/src/brand-page-maker/utils/index.js +0 -2
- package/lib/src/brand-page-maker/utils/rich-text-editor.util.d.ts +5 -19
- package/lib/src/brand-page-maker/utils/rich-text-editor.util.js +5 -35
- package/lib/src/brand-page-maker/validators/field.validator.js +2 -10
- package/lib/src/css/library.brand-page-brandCrowd.min.css +1 -1
- package/lib/src/css/library.brand-page-brandPage.min.css +1 -1
- package/lib/src/css/library.brand-page-designCom.min.css +1 -1
- package/lib/src/css/library.brand-page-preview.min.css +1 -1
- package/lib/src/index.d.ts +0 -1
- package/lib/src/index.mjs +138 -143
- package/lib/src/{lib-Bm-fYap1.js → lib-CK2FPBv5.js} +55098 -55367
- package/lib/src/lib.js +0 -2
- package/lib/src/metadata-builder/builders/update-content-text-builder.js +15 -20
- package/lib/src/metadata-builder/builders/update-content-text-style-builder.js +3 -8
- package/lib/src/metadata-builder/helpers/rte.helpers.d.ts +2 -2
- package/lib/src/metadata-builder/helpers/rte.helpers.js +3 -6
- package/lib/src/shared/content-settings/components/GenericTextInput.mixin.js +1 -14
- package/lib/src/shared/content-settings/components/content-settings-item/ContentSettingsItemField.mixin.js +3 -12
- package/lib/src/utils/minify-brand-page-metadata.js +1 -4
- package/package.json +1 -1
- package/src/brand-page/components/contact-form/ContactForm.mixin.ts +2 -5
- package/src/brand-page/components/text-wrapper/TextWrapper.vue +6 -17
- package/src/brand-page/models/index.ts +26 -35
- package/src/brand-page/utils/__snapshots__/migration.util.test.ts.snap +3 -3
- package/src/brand-page/utils/migration.util.ts +0 -12
- package/src/brand-page/utils/style.util.test.ts +0 -51
- package/src/brand-page/utils/text.util.ts +4 -43
- package/src/brand-page/utils/vcard.util.ts +4 -6
- package/src/brand-page/utils/view-model.util.ts +26 -94
- package/src/brand-page/view-models.ts +2 -3
- package/src/brand-page-maker/composables/rich-text-editor/useRichTextEditor.ts +107 -23
- package/src/brand-page-maker/utils/index.ts +0 -2
- package/src/brand-page-maker/utils/rich-text-editor.util.test.ts +3 -4
- package/src/brand-page-maker/utils/rich-text-editor.util.ts +11 -50
- package/src/brand-page-maker/validators/field.validator.ts +2 -10
- package/src/lib.ts +0 -9
- package/src/metadata-builder/builders/update-content-text-builder.ts +18 -32
- package/src/metadata-builder/builders/update-content-text-style-builder.ts +4 -14
- package/src/metadata-builder/helpers/rte.helpers.ts +7 -11
- package/src/shared/content-settings/components/GenericTextInput.mixin.ts +1 -17
- package/src/shared/content-settings/components/content-settings-item/ContentSettingsItemField.mixin.ts +3 -16
- package/src/utils/minify-brand-page-metadata.ts +1 -4
- package/lib/src/brand-page/utils/migration/migration-19.d.ts +0 -2
- package/lib/src/brand-page/utils/migration/migration-19.js +0 -71
- package/lib/src/brand-page-maker/__fixtures__/complex-rte.fixture.d.ts +0 -22
- package/lib/src/brand-page-maker/__fixtures__/complex-rte.fixture.js +0 -22
- package/lib/src/brand-page-maker/composables/rich-text-editor/extensions/FontFamily.d.ts +0 -14
- package/lib/src/brand-page-maker/composables/rich-text-editor/extensions/FontFamily.js +0 -39
- package/lib/src/brand-page-maker/composables/rich-text-editor/getRteExtensions.d.ts +0 -28
- package/lib/src/brand-page-maker/composables/rich-text-editor/getRteExtensions.js +0 -66
- package/lib/src/brand-page-maker/utils/rte-render.util.d.ts +0 -33
- package/lib/src/brand-page-maker/utils/rte-render.util.js +0 -50
- package/lib/src/brand-page-maker/utils/rte-sanitize.util.d.ts +0 -6
- package/lib/src/brand-page-maker/utils/rte-sanitize.util.js +0 -158
- package/lib/src/brand-page-maker/utils/rte-serializer.d.ts +0 -5
- package/lib/src/brand-page-maker/utils/rte-serializer.js +0 -112
- package/src/brand-page/utils/migration/migration-19.test.ts +0 -72
- package/src/brand-page/utils/migration/migration-19.ts +0 -83
- package/src/brand-page/utils/text.util.test.ts +0 -47
- package/src/brand-page/utils/view-model.pageid-rte.test.ts +0 -104
- package/src/brand-page-maker/__fixtures__/complex-rte.fixture.ts +0 -23
- package/src/brand-page-maker/composables/rich-text-editor/extensions/FontFamily.test.ts +0 -52
- package/src/brand-page-maker/composables/rich-text-editor/extensions/FontFamily.ts +0 -42
- package/src/brand-page-maker/composables/rich-text-editor/getRteExtensions.ts +0 -113
- package/src/brand-page-maker/utils/__snapshots__/rte-render-parity.test.ts.snap +0 -200
- package/src/brand-page-maker/utils/rte-features.test.ts +0 -330
- package/src/brand-page-maker/utils/rte-render-parity.test.ts +0 -156
- package/src/brand-page-maker/utils/rte-render.util.ts +0 -77
- package/src/brand-page-maker/utils/rte-sanitize-json.test.ts +0 -158
- package/src/brand-page-maker/utils/rte-sanitize.util.ts +0 -195
- package/src/brand-page-maker/utils/rte-serializer.ts +0 -172
- package/src/brand-page-maker/validators/field.validator.test.ts +0 -55
package/lib/src/index.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { A as
|
|
2
|
-
import { U as
|
|
3
|
-
import { createPinia as
|
|
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-CK2FPBv5.js";
|
|
2
|
+
import { U as JT, u as QT } from "./useEventTracker-DmQ6AkNn.js";
|
|
3
|
+
import { createPinia as aE, setActivePinia as _E } from "pinia";
|
|
4
4
|
export {
|
|
5
|
-
|
|
5
|
+
T as ABOUT_SECTION_SETTINGS_CONFIG,
|
|
6
6
|
E as AB_TEST_FLAG,
|
|
7
7
|
s as ADMIN_POLICY_DATA_ENDPOINT,
|
|
8
8
|
I as ASPECT_RATIOS,
|
|
@@ -11,8 +11,8 @@ export {
|
|
|
11
11
|
e as AbstractPageHeaderStyles,
|
|
12
12
|
A as BANNER_SECTION_SETTINGS_CONFIG,
|
|
13
13
|
O as BOOKING_SECTION_SETTINGS_CONFIG,
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
C as BP_BRAND_CONTACT_TEMPLATE_TYPE_NAME,
|
|
15
|
+
t as BP_BRAND_SITE_TEMPLATE_TYPE_NAME,
|
|
16
16
|
G as BP_DEFAULT_TEMPLATE_TYPE_NAME,
|
|
17
17
|
D as BRANDCROWD_MANAGED_TRIGGER_ORIGIN,
|
|
18
18
|
P as BRANDPAGE_DEFAULT_ERROR_MESSAGE_DESCRIPTION,
|
|
@@ -24,10 +24,10 @@ export {
|
|
|
24
24
|
n as BRANDPAGE_SLUG_CHARACTER_LIMIT_ERROR_MESSAGE,
|
|
25
25
|
b as BRANDPAGE_SLUG_INVALID_ERROR_MESSAGE,
|
|
26
26
|
l as BRANDPAGE_TITLE_CHARACTER_LIMIT,
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
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
31
|
B as BRAND_SITE_PATH_FRAGMENT,
|
|
32
32
|
Y as BUTTON_LINK_TYPE,
|
|
33
33
|
U as BYO_DETAILS_ENDPOINT,
|
|
@@ -43,20 +43,20 @@ export {
|
|
|
43
43
|
X as BrandPageModel,
|
|
44
44
|
v as ButtonStyles,
|
|
45
45
|
h as CONTACT_FORM_SETTINGS_CONFIG,
|
|
46
|
-
|
|
47
|
-
|
|
46
|
+
f as CONTENT_SETTINGS_CONFIGS,
|
|
47
|
+
x as CONTENT_TYPES,
|
|
48
48
|
W as CREATE_ADMIN_MEDIA_ENDPOINT,
|
|
49
49
|
z as CREATE_USER_MEDIA_ENDPOINT,
|
|
50
50
|
w as CUSTOM_DOMAIN_INSTRUCTION_DNS_HOST_DISPLAY_TEXT,
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
51
|
+
Z as CUSTOM_DOMAIN_STATUSES,
|
|
52
|
+
j as CookieConsent,
|
|
53
|
+
q as DEFAULT_ADMIN_ENDPOINTS,
|
|
54
|
+
J as DEFAULT_FONT_FAMILY_KEY,
|
|
55
55
|
Q as DEFAULT_LOGO_BACKGROUND_COLOR_RGB,
|
|
56
56
|
$ as DEFAULT_LOGO_TEXT_COLOR_RGB,
|
|
57
57
|
aa as DEFAULT_SIDE_BAR_TABS,
|
|
58
|
-
|
|
59
|
-
|
|
58
|
+
_a as DEFAULT_USER_ENDPOINTS,
|
|
59
|
+
Ta as DELETE_ADMIN_MEDIA_ENDPOINT,
|
|
60
60
|
Ea as DELETE_USER_MEDIA_ENDPOINT,
|
|
61
61
|
sa as DESKTOP_HEIGHT,
|
|
62
62
|
Ia as DESKTOP_WIDTH,
|
|
@@ -65,8 +65,8 @@ export {
|
|
|
65
65
|
ea as DIVIDER_STYLES,
|
|
66
66
|
Aa as DNS_CONFIGURATION_STATUSES,
|
|
67
67
|
Oa as DOMAIN_TYPE,
|
|
68
|
-
|
|
69
|
-
|
|
68
|
+
Ca as EMAIL_CONTENT_SETTINGS_CONFIG,
|
|
69
|
+
ta as EMPTY_LOGO_IMAGE_MODEL,
|
|
70
70
|
Ga as FACEBOOK_CONTENT_SETTINGS_CONFIG,
|
|
71
71
|
Da as FONT_FAMILY_CONFIGS,
|
|
72
72
|
Pa as FORM_FIELD_IDS,
|
|
@@ -78,10 +78,10 @@ export {
|
|
|
78
78
|
na as GET_ALL_USER_MEDIA_ENDPOINT,
|
|
79
79
|
ba as GalleryStyles,
|
|
80
80
|
la as GettyVideoMedia,
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
81
|
+
Fa as GoogleAnalytics,
|
|
82
|
+
ia as GoogleMapsPlugin,
|
|
83
|
+
ga as HEADER_DISPLAY,
|
|
84
|
+
ca as HYPERLINK_TYPE,
|
|
85
85
|
Ba as IMAGES_SECTION_SETTINGS_CONFIG,
|
|
86
86
|
Ya as IMAGE_CONTENT_SETTINGS_CONFIG,
|
|
87
87
|
Ua as IMAGE_GALLERY_CONTENT_SETTINGS_CONFIG,
|
|
@@ -97,128 +97,123 @@ export {
|
|
|
97
97
|
Xa as MEDIA_SIZES,
|
|
98
98
|
va as MEDIA_TYPES,
|
|
99
99
|
ha as MESSAGE_VISIBLE_DURATION,
|
|
100
|
-
|
|
101
|
-
|
|
100
|
+
fa as MOBILE_HEIGHT,
|
|
101
|
+
xa as MOBILE_WIDTH,
|
|
102
102
|
Wa as MY_DESIGN_ASSETS_ENDPOINTS,
|
|
103
103
|
za as NAVIGATION_DISPLAY,
|
|
104
104
|
wa as NavModel,
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
105
|
+
Za as NavigationDesktop,
|
|
106
|
+
ja as NavigationMenuStyles,
|
|
107
|
+
qa as NavigationMobile,
|
|
108
|
+
Ja as PAYMENT_OPTION_DISPLAY_TYPES,
|
|
109
109
|
Qa as PAYMENT_OPTION_IMAGE_TYPES,
|
|
110
110
|
$a as PERSONALISATION_ROLES,
|
|
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
|
-
j_ as useReCaptcha,
|
|
220
|
-
q_ as useRouteStore,
|
|
221
|
-
Q_ as useShopConfigStore,
|
|
222
|
-
$_ as useUiStore,
|
|
223
|
-
aE as useVideoStore
|
|
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
|
|
224
219
|
};
|