@designcrowd/library.brand-page 6.0.26-json-prereq-2 → 6.0.26
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-CKBqjDH3.js → CreatedOnBrandCrowd-de-de-DU6YEVcW.js} +1 -1
- package/lib/src/{CreatedOnBrandCrowd-en-us-CRXiimvT.js → CreatedOnBrandCrowd-en-us-DNWWK6Tj.js} +1 -1
- package/lib/src/{CreatedOnBrandCrowd-es-es-DCYdY6sj.js → CreatedOnBrandCrowd-es-es-DVFvV9Qp.js} +1 -1
- package/lib/src/{CreatedOnBrandCrowd-fr-fr-Dk7LOhxE.js → CreatedOnBrandCrowd-fr-ca-B4ZkjNdw.js} +1 -1
- package/lib/src/{CreatedOnBrandCrowd-fr-ca-Dk7LOhxE.js → CreatedOnBrandCrowd-fr-fr-B4ZkjNdw.js} +1 -1
- package/lib/src/{CreatedOnBrandCrowd-pt-pt-Cp4ufHJP.js → CreatedOnBrandCrowd-pt-br-DP7AQGgW.js} +1 -1
- package/lib/src/{CreatedOnBrandCrowd-pt-br-Cp4ufHJP.js → CreatedOnBrandCrowd-pt-pt-DP7AQGgW.js} +1 -1
- package/lib/src/{CreatedOnDcom-de-de-ZSLkWMwM.js → CreatedOnDcom-de-de-CaC3GtG9.js} +1 -1
- package/lib/src/{CreatedOnDcom-en-us-BgdIGfT3.js → CreatedOnDcom-en-us-D16yT0-P.js} +1 -1
- package/lib/src/{CreatedOnDcom-es-es-D0KemkCZ.js → CreatedOnDcom-es-es-DA5sHgD_.js} +1 -1
- package/lib/src/{CreatedOnDcom-fr-ca-BuwNjNbC.js → CreatedOnDcom-fr-ca-CDv2SG1-.js} +1 -1
- package/lib/src/{CreatedOnDcom-fr-fr-DCQcsFPf.js → CreatedOnDcom-fr-fr-Cygc7c5d.js} +1 -1
- package/lib/src/{CreatedOnDcom-pt-br-DD-oLAS1.js → CreatedOnDcom-pt-br-B_3RIzgF.js} +1 -1
- package/lib/src/{CreatedOnDcom-pt-pt-D8qLq2wW.js → CreatedOnDcom-pt-pt-Bz5w-rrD.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/ai-chat/useAiMetadataBuilder.d.ts +1 -0
- package/lib/src/brand-page-maker/composables/rich-text-editor/bubbleMenu.d.ts +9 -2
- package/lib/src/brand-page-maker/composables/rich-text-editor/bubbleMenu.js +10 -6
- package/lib/src/brand-page-maker/composables/rich-text-editor/extensions/FontSize.d.ts +20 -0
- package/lib/src/brand-page-maker/composables/rich-text-editor/extensions/FontSize.js +44 -0
- package/lib/src/brand-page-maker/composables/rich-text-editor/extensions/LineHeight.d.ts +27 -0
- package/lib/src/brand-page-maker/composables/rich-text-editor/extensions/LineHeight.js +44 -0
- package/lib/src/brand-page-maker/composables/rich-text-editor/useRichTextEditor.d.ts +1 -1
- package/lib/src/brand-page-maker/composables/rich-text-editor/useRichTextEditor.js +103 -24
- 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 -28
- package/lib/src/brand-page-maker/utils/rich-text-editor.util.js +5 -48
- package/lib/src/brand-page-maker/validators/field.validator.js +2 -10
- package/lib/src/css/library.brand-page-brandCrowd.min.css +39 -39
- package/lib/src/css/library.brand-page-brandPage.min.css +39 -39
- package/lib/src/css/library.brand-page-designCom.min.css +39 -39
- package/lib/src/css/library.brand-page-preview.min.css +39 -39
- package/lib/src/index.d.ts +0 -1
- package/lib/src/index.mjs +138 -143
- package/lib/src/{lib-Db6j9fQZ.js → lib-6_P6kXPu.js} +51709 -55194
- package/lib/src/lib.js +0 -2
- package/lib/src/metadata-builder/ai-metadata-executor.d.ts +1 -0
- package/lib/src/metadata-builder/ai-metadata-executor.js +19 -0
- package/lib/src/metadata-builder/builders/section-builders/about-section-builder.js +3 -2
- package/lib/src/metadata-builder/builders/section-builders/banner-section-builder.js +3 -2
- package/lib/src/metadata-builder/builders/section-builders/booking-section-builder.js +3 -2
- package/lib/src/metadata-builder/builders/section-builders/contact-form-builder.js +4 -3
- package/lib/src/metadata-builder/builders/section-builders/images-section-builder.js +3 -2
- package/lib/src/metadata-builder/builders/section-builders/mailing-list-builder.js +2 -1
- package/lib/src/metadata-builder/builders/section-builders/mailing-list-section-builder.js +2 -1
- package/lib/src/metadata-builder/builders/section-builders/profile-section-builder.js +4 -3
- package/lib/src/metadata-builder/builders/section-builders/shapes-section-builder.js +3 -2
- package/lib/src/metadata-builder/builders/section-builders/testimonial-section-builder.js +2 -1
- package/lib/src/metadata-builder/builders/section-builders/text-section-builder.js +11 -15
- package/lib/src/metadata-builder/builders/update-content-text-builder.d.ts +17 -0
- package/lib/src/metadata-builder/builders/update-content-text-builder.js +103 -0
- package/lib/src/metadata-builder/builders/update-content-text-style-builder.d.ts +16 -0
- package/lib/src/metadata-builder/builders/update-content-text-style-builder.js +216 -0
- package/lib/src/metadata-builder/helpers/rte.helpers.d.ts +13 -11
- package/lib/src/metadata-builder/helpers/rte.helpers.js +73 -14
- package/lib/src/metadata-builder/metadata-executor.js +4 -0
- package/lib/src/metadata-builder/models.d.ts +2 -0
- package/lib/src/metadata-builder/models.js +2 -0
- package/lib/src/metadata-builder/parsers/ai-toolcall-parser.d.ts +19 -0
- package/lib/src/metadata-builder/parsers/ai-toolcall-parser.js +4 -0
- package/lib/src/metadata-builder/sanitizers/rte-schema-check.d.ts +8 -7
- package/lib/src/metadata-builder/sanitizers/rte-schema-check.js +52 -21
- 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/shared/content-settings/components/testimonial-items-field/TestimonialItemsField.mixin.d.ts +2 -3
- package/lib/src/shared/content-settings/components/testimonial-items-field/TestimonialItemsField.mixin.js +3 -10
- package/lib/src/shared/content-settings/components/text-items-field/TextItemsField.mixin.d.ts +1 -2
- package/lib/src/shared/content-settings/components/text-items-field/TextItemsField.mixin.js +1 -4
- package/lib/src/utils/minify-brand-page-metadata.js +1 -4
- package/package.json +15 -17
- 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/components/rich-text-editor/RichTextEditor.vue +3 -4
- package/src/brand-page-maker/composables/ai-chat/useAiMetadataBuilder.ts +1 -0
- package/src/brand-page-maker/composables/rich-text-editor/bubbleMenu.ts +10 -6
- package/src/brand-page-maker/composables/rich-text-editor/extensions/FontSize.ts +73 -0
- package/src/brand-page-maker/composables/rich-text-editor/extensions/LineHeight.ts +85 -0
- package/src/brand-page-maker/composables/rich-text-editor/useRichTextEditor.ts +111 -27
- package/src/brand-page-maker/utils/index.ts +0 -2
- package/src/brand-page-maker/utils/rich-text-editor.util.test.ts +3 -37
- package/src/brand-page-maker/utils/rich-text-editor.util.ts +11 -66
- package/src/brand-page-maker/validators/field.validator.ts +2 -10
- package/src/lib.ts +0 -9
- package/src/metadata-builder/ai-metadata-executor.ts +26 -0
- package/src/metadata-builder/builders/section-builders/about-section-builder.ts +3 -2
- package/src/metadata-builder/builders/section-builders/banner-section-builder.ts +3 -2
- package/src/metadata-builder/builders/section-builders/booking-section-builder.ts +5 -2
- package/src/metadata-builder/builders/section-builders/contact-form-builder.ts +4 -3
- package/src/metadata-builder/builders/section-builders/images-section-builder.ts +3 -2
- package/src/metadata-builder/builders/section-builders/mailing-list-builder.ts +2 -1
- package/src/metadata-builder/builders/section-builders/mailing-list-section-builder.ts +2 -1
- package/src/metadata-builder/builders/section-builders/profile-section-builder.ts +6 -3
- package/src/metadata-builder/builders/section-builders/shapes-section-builder.ts +3 -2
- package/src/metadata-builder/builders/section-builders/testimonial-section-builder.ts +2 -1
- package/src/metadata-builder/builders/section-builders/text-section-builder.ts +13 -19
- package/src/metadata-builder/builders/update-content-text-builder.ts +148 -0
- package/src/metadata-builder/builders/update-content-text-style-builder.ts +352 -0
- package/src/metadata-builder/helpers/rte.helpers.ts +101 -15
- package/src/metadata-builder/metadata-executor.ts +5 -0
- package/src/metadata-builder/models.ts +3 -0
- package/src/metadata-builder/parsers/ai-toolcall-parser.ts +27 -0
- package/src/metadata-builder/sanitizers/rte-schema-check.ts +53 -24
- 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/shared/content-settings/components/testimonial-items-field/TestimonialItemsField.mixin.ts +4 -13
- package/src/shared/content-settings/components/testimonial-items-field/TestimonialItemsField.vue +4 -6
- package/src/shared/content-settings/components/text-image-field/TextImageField.vue +3 -6
- package/src/shared/content-settings/components/text-items-field/TextItemsField.mixin.ts +1 -6
- package/src/shared/content-settings/components/text-items-field/TextItemsField.vue +1 -1
- package/src/utils/minify-brand-page-metadata.ts +1 -4
- package/lib/src/brand-page/utils/migration/migration-20.d.ts +0 -2
- package/lib/src/brand-page/utils/migration/migration-20.js +0 -66
- 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 -90
- package/lib/src/brand-page-maker/utils/rte-render.util.d.ts +0 -63
- package/lib/src/brand-page-maker/utils/rte-render.util.js +0 -95
- 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/src/brand-page/utils/migration/migration-20.server.test.ts +0 -125
- package/src/brand-page/utils/migration/migration-20.test.ts +0 -72
- package/src/brand-page/utils/migration/migration-20.ts +0 -87
- 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 -137
- package/src/brand-page-maker/utils/__snapshots__/rte-render-parity.test.ts.snap +0 -202
- package/src/brand-page-maker/utils/rte-features.test.ts +0 -351
- package/src/brand-page-maker/utils/rte-render-parity.test.ts +0 -157
- package/src/brand-page-maker/utils/rte-render.util.ts +0 -165
- 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/validators/field.validator.test.ts +0 -55
|
@@ -5723,7 +5723,7 @@ input[data-v-4cd691db]::-webkit-inner-spin-button {
|
|
|
5723
5723
|
);
|
|
5724
5724
|
}
|
|
5725
5725
|
|
|
5726
|
-
.bp .empty-para[data-v-
|
|
5726
|
+
.bp .empty-para[data-v-2520851c] p:empty::after {
|
|
5727
5727
|
content: '\00A0';
|
|
5728
5728
|
}
|
|
5729
5729
|
|
|
@@ -8899,11 +8899,11 @@ to {
|
|
|
8899
8899
|
contain-intrinsic-size: auto 36px;
|
|
8900
8900
|
}
|
|
8901
8901
|
|
|
8902
|
-
.bp .rich-text-editor[data-v-
|
|
8902
|
+
.bp .rich-text-editor[data-v-1ea61cf8]:focus-within {
|
|
8903
8903
|
--tw-border-opacity: 1;
|
|
8904
8904
|
border-color: rgb(94 94 94 / var(--tw-border-opacity));
|
|
8905
8905
|
}
|
|
8906
|
-
.bp .style-editor[data-v-
|
|
8906
|
+
.bp .style-editor[data-v-1ea61cf8] {
|
|
8907
8907
|
display: -webkit-box;
|
|
8908
8908
|
display: -ms-flexbox;
|
|
8909
8909
|
display: flex;
|
|
@@ -8914,7 +8914,7 @@ to {
|
|
|
8914
8914
|
-ms-flex-wrap: wrap;
|
|
8915
8915
|
flex-wrap: wrap;
|
|
8916
8916
|
}
|
|
8917
|
-
.bp .style-editor[data-v-
|
|
8917
|
+
.bp .style-editor[data-v-1ea61cf8] button:not(.c-button-style) {
|
|
8918
8918
|
display: -webkit-box;
|
|
8919
8919
|
display: -ms-flexbox;
|
|
8920
8920
|
display: flex;
|
|
@@ -8924,16 +8924,16 @@ to {
|
|
|
8924
8924
|
padding-left: 0.5rem;
|
|
8925
8925
|
padding-right: 0.5rem;
|
|
8926
8926
|
}
|
|
8927
|
-
.bp .style-editor-button[data-v-
|
|
8927
|
+
.bp .style-editor-button[data-v-1ea61cf8] {
|
|
8928
8928
|
cursor: pointer;
|
|
8929
8929
|
padding-left: 0.25rem;
|
|
8930
8930
|
padding-top: 0.25rem;
|
|
8931
8931
|
}
|
|
8932
|
-
.bp .toolbar-editor-button.active[data-v-
|
|
8932
|
+
.bp .toolbar-editor-button.active[data-v-1ea61cf8] {
|
|
8933
8933
|
font-weight: 700;
|
|
8934
8934
|
background: #e3e3e3;
|
|
8935
8935
|
}
|
|
8936
|
-
.bp .toolbar-editor-button[data-v-
|
|
8936
|
+
.bp .toolbar-editor-button[data-v-1ea61cf8] {
|
|
8937
8937
|
height: 32px;
|
|
8938
8938
|
width: 32px;
|
|
8939
8939
|
border-radius: 4px;
|
|
@@ -8951,7 +8951,7 @@ to {
|
|
|
8951
8951
|
-ms-flex-pack: center;
|
|
8952
8952
|
justify-content: center;
|
|
8953
8953
|
}
|
|
8954
|
-
[data-v-
|
|
8954
|
+
[data-v-1ea61cf8] .ProseMirror {
|
|
8955
8955
|
border-top: 1px solid #ccc;
|
|
8956
8956
|
min-height: 150px;
|
|
8957
8957
|
padding: 8px;
|
|
@@ -8964,13 +8964,13 @@ to {
|
|
|
8964
8964
|
max-height: 14rem;
|
|
8965
8965
|
overflow: auto;
|
|
8966
8966
|
}
|
|
8967
|
-
.bp .editor-compact[data-v-
|
|
8967
|
+
.bp .editor-compact[data-v-1ea61cf8] .ProseMirror {
|
|
8968
8968
|
min-height: 6rem;
|
|
8969
8969
|
}
|
|
8970
|
-
[data-v-
|
|
8970
|
+
[data-v-1ea61cf8] .ProseMirror:focus {
|
|
8971
8971
|
outline: none;
|
|
8972
8972
|
}
|
|
8973
|
-
[data-v-
|
|
8973
|
+
[data-v-1ea61cf8] .ProseMirror * {
|
|
8974
8974
|
text-align: left !important;
|
|
8975
8975
|
font-size: 16px !important;
|
|
8976
8976
|
color: #606060 !important;
|
|
@@ -8979,28 +8979,28 @@ to {
|
|
|
8979
8979
|
background-color: transparent !important;
|
|
8980
8980
|
font-family: 'Lato' !important;
|
|
8981
8981
|
}
|
|
8982
|
-
[data-v-
|
|
8982
|
+
[data-v-1ea61cf8] .ProseMirror a s,[data-v-1ea61cf8] .ProseMirror a strike,[data-v-1ea61cf8] .ProseMirror a [data-strike] {
|
|
8983
8983
|
text-decoration: line-through !important;
|
|
8984
8984
|
}
|
|
8985
|
-
[data-v-
|
|
8985
|
+
[data-v-1ea61cf8] .ProseMirror a,[data-v-1ea61cf8] .ProseMirror a * {
|
|
8986
8986
|
color: #0097d7 !important;
|
|
8987
8987
|
text-decoration: underline !important;
|
|
8988
8988
|
}
|
|
8989
|
-
.bp .error-message[data-v-
|
|
8989
|
+
.bp .error-message[data-v-1ea61cf8] {
|
|
8990
8990
|
color: #d32f2f;
|
|
8991
8991
|
font-size: 0.875rem;
|
|
8992
8992
|
margin-top: 4px;
|
|
8993
8993
|
}
|
|
8994
|
-
.bp .popup-container[data-v-
|
|
8994
|
+
.bp .popup-container[data-v-1ea61cf8] {
|
|
8995
8995
|
position: absolute;
|
|
8996
8996
|
z-index: 10;
|
|
8997
8997
|
right: 8%;
|
|
8998
8998
|
}
|
|
8999
|
-
.bp .hyperlink-preview[data-v-
|
|
8999
|
+
.bp .hyperlink-preview[data-v-1ea61cf8] {
|
|
9000
9000
|
position: absolute;
|
|
9001
9001
|
z-index: 10;
|
|
9002
9002
|
}
|
|
9003
|
-
.bp .popup-panel[data-v-
|
|
9003
|
+
.bp .popup-panel[data-v-1ea61cf8] {
|
|
9004
9004
|
background: #fff;
|
|
9005
9005
|
border: 1px solid #ccc;
|
|
9006
9006
|
border-radius: 8px;
|
|
@@ -9008,17 +9008,17 @@ to {
|
|
|
9008
9008
|
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
|
|
9009
9009
|
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
|
|
9010
9010
|
}
|
|
9011
|
-
.bp .popup-panel[data-v-
|
|
9011
|
+
.bp .popup-panel[data-v-1ea61cf8] input {
|
|
9012
9012
|
border: 1px solid #ccc;
|
|
9013
9013
|
border-radius: 8px;
|
|
9014
9014
|
}
|
|
9015
|
-
.bp .border[data-v-
|
|
9015
|
+
.bp .border[data-v-1ea61cf8] {
|
|
9016
9016
|
width: 100%;
|
|
9017
9017
|
--tw-bg-opacity: 1;
|
|
9018
9018
|
background-color: rgb(208 208 208 / var(--tw-bg-opacity));
|
|
9019
9019
|
height: 1px;
|
|
9020
9020
|
}
|
|
9021
|
-
[data-v-
|
|
9021
|
+
[data-v-1ea61cf8] .text-dropdown-title {
|
|
9022
9022
|
height: 2rem;
|
|
9023
9023
|
width: 100%;
|
|
9024
9024
|
font-size: 0.875rem;
|
|
@@ -9027,7 +9027,7 @@ to {
|
|
|
9027
9027
|
color: rgb(43 43 43 / var(--tw-text-opacity));
|
|
9028
9028
|
font-weight: 300;
|
|
9029
9029
|
}
|
|
9030
|
-
[data-v-
|
|
9030
|
+
[data-v-1ea61cf8] .ProseMirror p.is-editor-empty:first-child::before {
|
|
9031
9031
|
--tw-text-opacity: 1;
|
|
9032
9032
|
color: rgb(208 208 208 / var(--tw-text-opacity));
|
|
9033
9033
|
content: attr(data-placeholder);
|
|
@@ -9036,56 +9036,56 @@ to {
|
|
|
9036
9036
|
pointer-events: none;
|
|
9037
9037
|
}
|
|
9038
9038
|
@media (max-width: 399px) {
|
|
9039
|
-
.bp .style-editor-button-font[data-v-
|
|
9040
|
-
.bp .style-editor-button-textstyle[data-v-
|
|
9039
|
+
.bp .style-editor-button-font[data-v-1ea61cf8],
|
|
9040
|
+
.bp .style-editor-button-textstyle[data-v-1ea61cf8] {
|
|
9041
9041
|
max-width: 48%;
|
|
9042
9042
|
padding-bottom: 0.25rem;
|
|
9043
9043
|
}
|
|
9044
|
-
.bp .style-editor-button.stepper[data-v-
|
|
9044
|
+
.bp .style-editor-button.stepper[data-v-1ea61cf8] {
|
|
9045
9045
|
max-width: 40%;
|
|
9046
9046
|
}
|
|
9047
|
-
.bp .style-editor-button-stepper[data-v-
|
|
9047
|
+
.bp .style-editor-button-stepper[data-v-1ea61cf8] {
|
|
9048
9048
|
max-width: 100%;
|
|
9049
9049
|
}
|
|
9050
|
-
.bp .border.desktop[data-v-
|
|
9050
|
+
.bp .border.desktop[data-v-1ea61cf8] {
|
|
9051
9051
|
display: none;
|
|
9052
9052
|
}
|
|
9053
|
-
.bp .border.mobile[data-v-
|
|
9053
|
+
.bp .border.mobile[data-v-1ea61cf8] {
|
|
9054
9054
|
display: block;
|
|
9055
9055
|
}
|
|
9056
|
-
[data-v-
|
|
9056
|
+
[data-v-1ea61cf8] .left-align {
|
|
9057
9057
|
-webkit-transform: translateX(-48%);
|
|
9058
9058
|
transform: translateX(-48%);
|
|
9059
9059
|
}
|
|
9060
|
-
.bp .hyperlink-popup[data-v-
|
|
9060
|
+
.bp .hyperlink-popup[data-v-1ea61cf8] {
|
|
9061
9061
|
z-index: 10000 !important;
|
|
9062
9062
|
}
|
|
9063
9063
|
}
|
|
9064
9064
|
@media (min-width: 400px) {
|
|
9065
|
-
.bp .style-editor-button.stepper[data-v-
|
|
9065
|
+
.bp .style-editor-button.stepper[data-v-1ea61cf8] {
|
|
9066
9066
|
max-width: 32%;
|
|
9067
9067
|
}
|
|
9068
|
-
.bp .style-editor-button-font[data-v-
|
|
9068
|
+
.bp .style-editor-button-font[data-v-1ea61cf8] {
|
|
9069
9069
|
max-width: 28%;
|
|
9070
9070
|
}
|
|
9071
|
-
.bp .style-editor-button-stepper[data-v-
|
|
9071
|
+
.bp .style-editor-button-stepper[data-v-1ea61cf8] {
|
|
9072
9072
|
max-width: 100%;
|
|
9073
9073
|
}
|
|
9074
|
-
.bp .style-editor-button-textstyle[data-v-
|
|
9074
|
+
.bp .style-editor-button-textstyle[data-v-1ea61cf8] {
|
|
9075
9075
|
max-width: 25%;
|
|
9076
9076
|
}
|
|
9077
|
-
.bp .border.desktop[data-v-
|
|
9077
|
+
.bp .border.desktop[data-v-1ea61cf8] {
|
|
9078
9078
|
display: block;
|
|
9079
9079
|
}
|
|
9080
|
-
.bp .border.mobile[data-v-
|
|
9080
|
+
.bp .border.mobile[data-v-1ea61cf8] {
|
|
9081
9081
|
display: none;
|
|
9082
9082
|
}
|
|
9083
|
-
[data-v-
|
|
9083
|
+
[data-v-1ea61cf8] .left-align {
|
|
9084
9084
|
-webkit-transform: translateX(-25%);
|
|
9085
9085
|
transform: translateX(-25%);
|
|
9086
9086
|
}
|
|
9087
9087
|
}
|
|
9088
|
-
.bp .drop-down-item[data-v-
|
|
9088
|
+
.bp .drop-down-item[data-v-1ea61cf8]:hover {
|
|
9089
9089
|
background-color: #eee;
|
|
9090
9090
|
}
|
|
9091
9091
|
|
|
@@ -9105,7 +9105,7 @@ input[type='number'][data-v-f3d394d9] {
|
|
|
9105
9105
|
}
|
|
9106
9106
|
}
|
|
9107
9107
|
|
|
9108
|
-
.bp .testimonial-preview[data-v-
|
|
9108
|
+
.bp .testimonial-preview[data-v-bb4e9acc] {
|
|
9109
9109
|
overflow: hidden;
|
|
9110
9110
|
text-overflow: ellipsis;
|
|
9111
9111
|
max-height: 21px;
|
|
@@ -9117,7 +9117,7 @@ input[type='number'][data-v-f3d394d9] {
|
|
|
9117
9117
|
align-items: flex-start;
|
|
9118
9118
|
}
|
|
9119
9119
|
|
|
9120
|
-
.bp .text-item-preview[data-v-
|
|
9120
|
+
.bp .text-item-preview[data-v-7aefa82c] {
|
|
9121
9121
|
overflow: hidden;
|
|
9122
9122
|
text-overflow: ellipsis;
|
|
9123
9123
|
max-height: 21px;
|
package/lib/src/index.d.ts
CHANGED
|
@@ -28,7 +28,6 @@ export * as brandPageUtils from './brand-page/utils';
|
|
|
28
28
|
export type { CriticalResourceURLs } from './brand-page/utils/view-model.util';
|
|
29
29
|
export { getOptimalLogoSize, calculateOptimizedLogoDimensions, applyLogoImageBase64UrlToBrandPageTemplateModel, recalculateLogoContentDimensions, recalculateHeaderLogoSizes, } from './brand-page/utils/logo.util';
|
|
30
30
|
export { sanitizeRTEHtml } from './brand-page-maker/utils';
|
|
31
|
-
export { renderRteToHtml, toRteJson, isTiptapDocument, sanitizeRteJson, getRteJsonPlainText, type RichTextValue, } from './brand-page-maker/utils';
|
|
32
31
|
export { getPageSlugFromPageTitle } from './brand-page-maker/utils/slug.util';
|
|
33
32
|
export { executeToolCallsAsync } from './metadata-builder/ai-metadata-executor';
|
|
34
33
|
export type { ParsedToolCall } from './metadata-builder/parsers/ai-toolcall-parser';
|
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-6_P6kXPu.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
|
};
|