@designcrowd/library.brand-page 6.0.3 → 6.0.4

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 (383) hide show
  1. package/lib/src/{CreatedOnBrandCrowd-de-de-BctSP4tp.js → CreatedOnBrandCrowd-de-de-Ruu5Az32.js} +3 -3
  2. package/lib/src/{CreatedOnBrandCrowd-en-us-BeNytcxt.js → CreatedOnBrandCrowd-en-us-DGUJtvld.js} +3 -3
  3. package/lib/src/{CreatedOnBrandCrowd-es-es-hY12f5TN.js → CreatedOnBrandCrowd-es-es-Dg-1uOfV.js} +3 -3
  4. package/lib/src/{CreatedOnBrandCrowd-fr-fr-C4SCU39P.js → CreatedOnBrandCrowd-fr-ca-CRKraZl8.js} +3 -3
  5. package/lib/src/{CreatedOnBrandCrowd-fr-ca-C4SCU39P.js → CreatedOnBrandCrowd-fr-fr-CRKraZl8.js} +3 -3
  6. package/lib/src/{CreatedOnBrandCrowd-pt-pt-C5J5kWiD.js → CreatedOnBrandCrowd-pt-br-bZ9VlEAu.js} +3 -3
  7. package/lib/src/{CreatedOnBrandCrowd-pt-br-C5J5kWiD.js → CreatedOnBrandCrowd-pt-pt-bZ9VlEAu.js} +3 -3
  8. package/lib/src/{CreatedOnDcom-de-de-DXCeZZLg.js → CreatedOnDcom-de-de-CJYfwZx8.js} +3 -3
  9. package/lib/src/{CreatedOnDcom-en-us-GeBTaofv.js → CreatedOnDcom-en-us-rzA1lVxH.js} +3 -3
  10. package/lib/src/{CreatedOnDcom-es-es-BiPmv1q-.js → CreatedOnDcom-es-es-CNwGPjik.js} +3 -3
  11. package/lib/src/{CreatedOnDcom-fr-ca-Cns_iX4-.js → CreatedOnDcom-fr-ca-DKw7OGIz.js} +3 -3
  12. package/lib/src/{CreatedOnDcom-fr-fr-CC-f_hUR.js → CreatedOnDcom-fr-fr-WzOEaAZG.js} +3 -3
  13. package/lib/src/{CreatedOnDcom-pt-br-DnhSuPKo.js → CreatedOnDcom-pt-br-DkualVhm.js} +3 -3
  14. package/lib/src/{CreatedOnDcom-pt-pt-BCgbUsqY.js → CreatedOnDcom-pt-pt-w4Nnsdzq.js} +3 -3
  15. package/lib/src/brand-page/clients/brand-page.client.d.ts +9 -9
  16. package/lib/src/brand-page/components/image-gallery/masonry/MasonryGallery.mixin.d.ts +2 -1
  17. package/lib/src/brand-page/components/navigation/hamburger/HamburgerNavigation.mixin.d.ts +2 -4
  18. package/lib/src/brand-page/components/navigation/hamburger/HamburgerNavigation.mixin.js +0 -1
  19. package/lib/src/brand-page/components/navigation/navigation-side-menu/NavigationSideMenu.mixin.d.ts +2 -4
  20. package/lib/src/brand-page/components/navigation/navigation-side-menu/NavigationSideMenu.mixin.js +4 -5
  21. package/lib/src/brand-page/components/page/Page.mixin.d.ts +1 -1
  22. package/lib/src/brand-page/components/page/PageComponent.mixin.d.ts +1 -1
  23. package/lib/src/brand-page/components/payment/Payment.mixin.d.ts +3 -3
  24. package/lib/src/brand-page/components/payment/__fixtures__/request-payment.d.ts +13 -13
  25. package/lib/src/brand-page/components/payment/__fixtures__/support-me.d.ts +13 -13
  26. package/lib/src/brand-page/constants/sections/footer-display.constants.js +1 -1
  27. package/lib/src/brand-page/models/index.d.ts +13 -2
  28. package/lib/src/brand-page/models/index.js +0 -3
  29. package/lib/src/brand-page/models/payment.model.d.ts +1 -1
  30. package/lib/src/brand-page/utils/personalisation.util.js +14 -72
  31. package/lib/src/brand-page-maker/components/action-bar/ActionBar.mixin.d.ts +19 -21
  32. package/lib/src/brand-page-maker/components/action-bar/ActionBar.mixin.js +0 -1
  33. package/lib/src/brand-page-maker/components/admin-background-settings/AdminBackgroundSettings.mixin.d.ts +10 -16
  34. package/lib/src/brand-page-maker/components/admin-background-settings/ShapePositionSlider.mixin.d.ts +1 -1
  35. package/lib/src/brand-page-maker/components/admin-logo-settings/AdminLogoSettings.mixin.d.ts +3 -3
  36. package/lib/src/brand-page-maker/components/brand-page-maker/BrandPageMaker.mixin.d.ts +170 -181
  37. package/lib/src/brand-page-maker/components/brand-page-maker/BrandPageMaker.mixin.js +0 -3
  38. package/lib/src/brand-page-maker/components/brand-page-maker/BrandPageMaker.stories.js +0 -1
  39. package/lib/src/brand-page-maker/components/brand-page-maker/BrandPageMakerTemplateSettings.mixin.d.ts +12 -12
  40. package/lib/src/brand-page-maker/components/brand-page-maker/BrandPageMakerTemplateSettings.stories.js +2 -2
  41. package/lib/src/brand-page-maker/components/brand-page-maker/__fixtures__/brand-page-payment.js +7 -0
  42. package/lib/src/brand-page-maker/components/brandpage-maker-page/BrandPageMakerPage.mixin.d.ts +149 -148
  43. package/lib/src/brand-page-maker/components/brandpage-settings/ReplaceImageSettingsForBrandPageSettings.mixin.d.ts +21 -21
  44. package/lib/src/brand-page-maker/components/brandpage-settings/ReplaceImageSettingsForBrandPageSettings.mixin.js +1 -1
  45. package/lib/src/brand-page-maker/components/color-picker/components/ColorModeSelect.mixin.d.ts +2 -4
  46. package/lib/src/brand-page-maker/components/color-picker/components/ColorModeSelect.mixin.js +0 -1
  47. package/lib/src/brand-page-maker/components/color-picker/components/GradientColorSlider.mixin.d.ts +2 -4
  48. package/lib/src/brand-page-maker/components/color-picker/components/GradientColorSlider.mixin.js +0 -1
  49. package/lib/src/brand-page-maker/components/color-picker/components/GradientColorSliderHandler.mixin.d.ts +2 -5
  50. package/lib/src/brand-page-maker/components/color-picker/components/GradientColorSliderHandler.mixin.js +0 -1
  51. package/lib/src/brand-page-maker/components/color-picker/components/GradientTypeSelector.mixin.d.ts +2 -4
  52. package/lib/src/brand-page-maker/components/color-picker/components/GradientTypeSelector.mixin.js +0 -1
  53. package/lib/src/brand-page-maker/components/device/Device.mixin.d.ts +2 -4
  54. package/lib/src/brand-page-maker/components/device/Device.mixin.js +0 -1
  55. package/lib/src/brand-page-maker/components/navigation/Navigation.mixin.d.ts +2 -4
  56. package/lib/src/brand-page-maker/components/navigation/Navigation.mixin.js +0 -1
  57. package/lib/src/brand-page-maker/components/preview/Preview.mixin.d.ts +3 -3
  58. package/lib/src/brand-page-maker/components/quick-link-bar/QuickLinkBar.mixin.d.ts +11 -11
  59. package/lib/src/brand-page-maker/components/seo-settings/SeoPageSettings.mixin.d.ts +25 -27
  60. package/lib/src/brand-page-maker/components/seo-settings/SeoPageSettings.mixin.js +0 -1
  61. package/lib/src/brand-page-maker/components/seo-settings/UrlSettings.mixin.d.ts +27 -27
  62. package/lib/src/brand-page-maker/components/seo-settings/UrlSettings.mixin.js +1 -1
  63. package/lib/src/brand-page-maker/components/seo-settings/UseExistingDomainModal.mixin.d.ts +12 -17
  64. package/lib/src/brand-page-maker/components/social-share/SocialShare.mixin.d.ts +12 -12
  65. package/lib/src/brand-page-maker/components/template-preview/TemplatePreview.mixin.d.ts +32 -30
  66. package/lib/src/brand-page-maker/components/template-preview/TemplatePreview.mixin.js +5 -16
  67. package/lib/src/brand-page-maker/components/upgrade-to-premium-button/UpgradeToPremiumButton.mixin.d.ts +11 -11
  68. package/lib/src/brand-page-maker/composables/ai-chat/useAiWebsiteBuilderChat.js +6 -3
  69. package/lib/src/brand-page-maker/composables/rich-text-editor/useRichTextEditor.d.ts +1 -1
  70. package/lib/src/brand-page-maker/composables/rich-text-editor/useRichTextEditor.js +6 -6
  71. package/lib/src/brand-page-maker/composables/useEventTracker.d.ts +2 -2
  72. package/lib/src/brand-page-maker/constants/config-settings-constant.d.ts +6 -6
  73. package/lib/src/brand-page-maker/constants/config-settings-constant.js +3 -3
  74. package/lib/src/brand-page-maker/convertors/text-image-display-style.convertor.d.ts +1 -1
  75. package/lib/src/brand-page-maker/convertors/text-image-display-style.convertor.js +1 -1
  76. package/lib/src/brand-page-maker/models/content-settings.d.ts +1 -1
  77. package/lib/src/brand-page-maker/models/navigation-style-configs.js +1 -1
  78. package/lib/src/brand-page-maker/routing/brand-page-maker-router.d.ts +2 -1
  79. package/lib/src/brand-page-maker/stores/ai-checkpoint/ai-checkpoint-store.d.ts +378 -366
  80. package/lib/src/brand-page-maker/stores/brandpage-container/brand-page-container-store.d.ts +4 -5
  81. package/lib/src/brand-page-maker/stores/brandpage-container/brand-page-container-store.js +5 -8
  82. package/lib/src/brand-page-maker/stores/brandpage-maker/brandpage-maker-store.d.ts +1 -3
  83. package/lib/src/brand-page-maker/stores/brandpage-maker/brandpage-maker-store.js +3 -7
  84. package/lib/src/brand-page-maker/stores/history/history-store.d.ts +15 -15
  85. package/lib/src/brand-page-maker/stores/ui/ui-store.d.ts +0 -6
  86. package/lib/src/brand-page-maker/stores/ui/ui-store.js +0 -8
  87. package/lib/src/brand-page-maker/utils/content-settings.util.js +1 -1
  88. package/lib/src/brand-page-maker/utils/rich-text-editor.util.d.ts +1 -1
  89. package/lib/src/brand-page-maker/utils/rich-text-editor.util.js +4 -4
  90. package/lib/src/clients/ai-assistant-client.d.ts +0 -7
  91. package/lib/src/clients/brand-page-client.d.ts +15 -16
  92. package/lib/src/clients/design-template-client.d.ts +0 -3
  93. package/lib/src/clients/media-client.d.ts +2 -2
  94. package/lib/src/clients/models.d.ts +0 -2
  95. package/lib/src/composables/useSnapshot.js +18 -18
  96. package/lib/src/css/library.brand-page-brandCrowd.min.css +324 -342
  97. package/lib/src/css/library.brand-page-brandPage.min.css +324 -620
  98. package/lib/src/css/library.brand-page-designCom.min.css +324 -342
  99. package/lib/src/css/library.brand-page-preview.min.css +324 -598
  100. package/lib/src/index.d.ts +1 -5
  101. package/lib/src/index.mjs +106 -110
  102. package/lib/src/{lib-Cw6L6CfQ.js → lib-Dy7MYyqz.js} +33240 -36457
  103. package/lib/src/lib.js +1 -11
  104. package/lib/src/metadata-builder/builders/footer-builder.js +62 -105
  105. package/lib/src/metadata-builder/builders/item-id-utils.d.ts +54 -0
  106. package/lib/src/metadata-builder/builders/item-id-utils.js +96 -0
  107. package/lib/src/metadata-builder/builders/section-builders/image-gallery-builder.js +57 -68
  108. package/lib/src/metadata-builder/builders/section-builders/images-section-builder.js +58 -93
  109. package/lib/src/metadata-builder/builders/section-builders/shapes-section-builder.js +66 -99
  110. package/lib/src/metadata-builder/builders/section-builders/social-links-builder.js +57 -17
  111. package/lib/src/metadata-builder/builders/section-builders/testimonial-section-builder.js +51 -85
  112. package/lib/src/metadata-builder/builders/section-builders/text-section-builder.js +49 -74
  113. package/lib/src/metadata-builder/builders/section-field-utils.d.ts +0 -7
  114. package/lib/src/metadata-builder/builders/section-field-utils.js +1 -1
  115. package/lib/src/metadata-builder/builders/shape-color-utils.js +1 -1
  116. package/lib/src/metadata-builder/parsers/ai-toolcall-parser.d.ts +16 -7
  117. package/lib/src/metadata-builder/parsers/section-tool-arguments.d.ts +66 -48
  118. package/lib/src/plugins/google-maps-plugin/google-maps-plugin.d.ts +1 -1
  119. package/lib/src/plugins/google-maps-plugin/google-maps-plugin.js +8 -8
  120. package/lib/src/shared/background-settings/components/background-shapes/BackgroundShapeSettings.mixin.d.ts +13 -13
  121. package/lib/src/shared/background-settings/store/background-settings-store.d.ts +3 -3
  122. package/lib/src/shared/color-picker/components/ColorPicker.mixin.d.ts +2 -4
  123. package/lib/src/shared/color-picker/components/ColorPicker.mixin.js +2 -2
  124. package/lib/src/shared/color-picker/components/ColorPickerSwatch.mixin.d.ts +2 -4
  125. package/lib/src/shared/color-picker/components/ColorPickerSwatch.mixin.js +0 -1
  126. package/lib/src/shared/confirm-modal/ConfirmModal.mixin.d.ts +2 -5
  127. package/lib/src/shared/confirm-modal/ConfirmModal.mixin.js +0 -1
  128. package/lib/src/shared/content-settings/components/GenericTextInput.mixin.d.ts +1 -0
  129. package/lib/src/shared/content-settings/components/content-settings/ContentSettings.mixin.d.ts +129 -131
  130. package/lib/src/shared/content-settings/components/content-settings/ContentSettings.mixin.js +1 -2
  131. package/lib/src/shared/content-settings/components/content-settings/ReplaceImageSettingsForContent.mixin.d.ts +110 -111
  132. package/lib/src/shared/content-settings/components/content-settings-item/ContentSettingsItem.mixin.d.ts +81 -84
  133. package/lib/src/shared/content-settings/components/content-settings-item/ContentSettingsItem.mixin.js +0 -5
  134. package/lib/src/shared/content-settings/components/content-settings-item/ContentSettingsItemField.mixin.d.ts +109 -117
  135. package/lib/src/shared/content-settings/components/content-settings-item/ContentSettingsItemField.mixin.js +14 -1
  136. package/lib/src/shared/content-settings/components/email-field/EmailField.mixin.d.ts +1 -0
  137. package/lib/src/shared/content-settings/components/focused-content-item-settings/FocusedContentItemSettings.mixin.d.ts +70 -72
  138. package/lib/src/shared/content-settings/components/focused-content-item-settings/FocusedContentItemSettings.mixin.js +3 -4
  139. package/lib/src/shared/content-settings/components/form-fields-field/FormFieldsField.mixin.d.ts +4 -4
  140. package/lib/src/shared/content-settings/components/icon-library/IconLibrary.mixin.d.ts +1 -3
  141. package/lib/src/shared/content-settings/components/icon-library/IconLibrary.mixin.js +0 -1
  142. package/lib/src/shared/content-settings/components/images-field/ImagesField.mixin.d.ts +2 -2
  143. package/lib/src/shared/content-settings/components/items-field/ItemsField.mixin.d.ts +3 -4
  144. package/lib/src/shared/content-settings/components/items-field/ItemsField.mixin.js +1 -1
  145. package/lib/src/shared/content-settings/components/payment-config-field/PaymentConfigField.mixin.d.ts +40 -40
  146. package/lib/src/shared/content-settings/components/payment-config-field/PaymentConfigOptionField.mixin.d.ts +6 -5
  147. package/lib/src/shared/content-settings/components/shape-field/ShapeField.mixin.d.ts +1 -0
  148. package/lib/src/shared/content-settings/components/slider-field/SliderField.mixin.d.ts +2 -2
  149. package/lib/src/shared/content-settings/components/tel-field/TelField.mixin.d.ts +1 -0
  150. package/lib/src/shared/content-settings/components/testimonial-items-field/TestimonialItemsField.mixin.d.ts +2 -1
  151. package/lib/src/shared/content-settings/components/text-field/TextField.mixin.d.ts +1 -0
  152. package/lib/src/shared/content-settings/components/text-items-field/TextItemsField.mixin.d.ts +2 -1
  153. package/lib/src/shared/content-settings/components/text-items-field/TextItemsField.mixin.js +1 -1
  154. package/lib/src/shared/content-settings/components/text-style-field/TextStyleField.mixin.d.ts +28 -28
  155. package/lib/src/shared/content-settings/components/textarea-field/TextareaField.mixin.d.ts +1 -0
  156. package/lib/src/shared/content-settings/components/toggle-field/ToggleField.mixin.d.ts +2 -2
  157. package/lib/src/shared/content-settings/components/url-field/UrlField.mixin.d.ts +1 -0
  158. package/lib/src/shared/content-settings/components/youtube-video-field/YoutubeVideoField.mixin.d.ts +1 -0
  159. package/lib/src/shared/content-settings/store/content-settings-store.d.ts +39 -39
  160. package/lib/src/shared/content-settings/utils.js +1 -0
  161. package/lib/src/shared/font-family-selector/FontFamilySelector.mixin.d.ts +4 -6
  162. package/lib/src/shared/font-family-selector/FontFamilySelector.mixin.js +0 -1
  163. package/lib/src/shared/image-gallery-style-settings/ImageGalleryStyleSettings.mixin.d.ts +2 -4
  164. package/lib/src/shared/image-gallery-style-settings/ImageGalleryStyleSettings.mixin.js +0 -1
  165. package/lib/src/shared/logo-settings/components/EditLogoSettings.mixin.d.ts +21 -29
  166. package/lib/src/shared/logo-settings/components/EditLogoSettings.mixin.js +1 -1
  167. package/lib/src/shared/logo-settings/components/LogoSettings.mixin.d.ts +51 -50
  168. package/lib/src/shared/logo-settings/components/LogoSettingsHeader.mixin.d.ts +4 -6
  169. package/lib/src/shared/logo-settings/components/LogoSettingsHeader.mixin.js +0 -1
  170. package/lib/src/shared/logo-settings/store/editable-logo-store.js +1 -1
  171. package/lib/src/shared/logo-settings/store/logo-settings-store.d.ts +1 -1
  172. package/lib/src/shared/logo-versions/LogoVersions.mixin.d.ts +5 -13
  173. package/lib/src/shared/logo-versions/LogoVersions.mixin.js +0 -1
  174. package/lib/src/shared/models.d.ts +0 -2
  175. package/lib/src/shared/my-designs/MyDesigns.mixin.d.ts +6 -14
  176. package/lib/src/shared/my-designs/MyDesigns.mixin.js +0 -1
  177. package/lib/src/shared/my-uploads/MyMedia.mixin.d.ts +5 -14
  178. package/lib/src/shared/my-uploads/MyMedia.mixin.js +0 -1
  179. package/lib/src/shared/my-uploads/MyUploads.mixin.d.ts +5 -14
  180. package/lib/src/shared/my-uploads/MyUploads.mixin.js +0 -1
  181. package/lib/src/shared/navigation-style-settings/components/navigation-style-settings/NavigationStyleSettings.mixin.d.ts +3 -5
  182. package/lib/src/shared/navigation-style-settings/components/navigation-style-settings/NavigationStyleSettings.mixin.js +0 -1
  183. package/lib/src/shared/navigation-style-settings/store/index.d.ts +2 -2
  184. package/lib/src/shared/page-navigation/store/page-navigation-store.d.ts +2 -2
  185. package/lib/src/shared/page-settings/components/new-page-modal/NewPageModal.mixin.d.ts +28 -27
  186. package/lib/src/shared/page-settings/components/new-page-modal/NewPageModal.mixin.js +2 -0
  187. package/lib/src/shared/page-settings/components/page-settings/PageSettings.mixin.d.ts +179 -188
  188. package/lib/src/shared/page-settings/components/page-settings-section-styles/PageSettingsSectionStyles.mixin.d.ts +177 -181
  189. package/lib/src/shared/page-settings/components/page-settings-section-styles/PageSettingsSectionStyles.mixin.js +1 -1
  190. package/lib/src/shared/page-settings/store/page-settings-store.d.ts +9 -9
  191. package/lib/src/shared/publish-brand-page-with-state/PublishBrandPageModalWithState.mixin.d.ts +39 -39
  192. package/lib/src/shared/publish-brand-page-with-state/PublishBrandPageModalWithState.mixin.js +1 -0
  193. package/lib/src/shared/side-bar/components/SideBar.mixin.d.ts +18 -18
  194. package/lib/src/shared/side-bar/components/SideBarTabButton.mixin.d.ts +6 -6
  195. package/lib/src/shared/style-settings/components/StyleSettings.mixin.d.ts +60 -66
  196. package/lib/src/shared/style-settings/store/style-settings-store.d.ts +1 -1
  197. package/lib/src/shared/style-settings/store/style-settings-store.js +1 -1
  198. package/lib/src/shared/template-settings/components/TemplatesSettings.mixin.d.ts +450 -20
  199. package/lib/src/shared/template-settings/components/TemplatesSettings.mixin.js +2 -2
  200. package/lib/src/shared/template-settings/models.d.ts +0 -1
  201. package/lib/src/shared/template-settings/store/template-settings-store.d.ts +0 -4
  202. package/lib/src/shared/template-settings/store/template-settings-store.js +11 -79
  203. package/lib/src/shared/unsplash-library/UnsplashLibrary.mixin.d.ts +4 -9
  204. package/lib/src/utils/build-asset-manifest.d.ts +0 -4
  205. package/lib/src/utils/build-asset-manifest.js +0 -8
  206. package/lib/src/utils/minify-brand-page-metadata.d.ts +2 -0
  207. package/lib/src/utils/minify-brand-page-metadata.js +17 -2
  208. package/package.json +56 -60
  209. package/src/brand-page/components/about-section/AboutSection.vue.test.ts +5 -7
  210. package/src/brand-page/components/brand-page-footer/BrandPageFooter.vue +1 -1
  211. package/src/brand-page/components/image/Image.mixin.ts +1 -1
  212. package/src/brand-page/components/image/Image.test.ts +1 -1
  213. package/src/brand-page/components/image-gallery/masonry/MasonryGallery.mixin.ts +2 -1
  214. package/src/brand-page/components/images-section/ImagesSection.vue +1 -0
  215. package/src/brand-page/components/logo/LogoRender.vue +188 -188
  216. package/src/brand-page/components/navigation/hamburger/HamburgerNavigation.mixin.ts +0 -1
  217. package/src/brand-page/components/navigation/navigation-side-menu/NavigationSideMenu.mixin.ts +6 -15
  218. package/src/brand-page/components/page-footer/PageFooter.vue +0 -1
  219. package/src/brand-page/components/page-header/HeaderLayout.vue +6 -12
  220. package/src/brand-page/components/page-header/PageHeader.vue +0 -1
  221. package/src/brand-page/components/shapes-section/ShapesSection.vue +1 -1
  222. package/src/brand-page/components/shop/CartModal.vue +3 -1
  223. package/src/brand-page/components/shop/FeaturedDisplay.vue +2 -2
  224. package/src/brand-page/components/shop/PaymentModal.vue +5 -1
  225. package/src/brand-page/components/shop/ProductDetailModal.vue +1 -1
  226. package/src/brand-page/components/shop/Shop.vue +1 -1
  227. package/src/brand-page/components/shop/TextDisplay.vue +1 -1
  228. package/src/brand-page/components/shop/ThumbnailDisplay.vue +2 -2
  229. package/src/brand-page/components/testimonial-section/TestimonialSection.vue +3 -3
  230. package/src/brand-page/components/text-wrapper/TextWrapper.vue +1 -3
  231. package/src/brand-page/constants/sections/footer-display.constants.ts +1 -1
  232. package/src/brand-page/models/index.ts +12 -4
  233. package/src/brand-page/models/payment.model.ts +1 -2
  234. package/src/brand-page/models/shop.model.ts +2 -0
  235. package/src/brand-page/models/user-personalisation.model.ts +2 -1
  236. package/src/brand-page/utils/__snapshots__/migration.util.test.ts.snap +0 -3
  237. package/src/brand-page/utils/__snapshots__/migration2.util.test.ts.snap +0 -1
  238. package/src/brand-page/utils/__snapshots__/model.util.test.ts.snap +0 -2
  239. package/src/brand-page/utils/migration/migration-01_1.ts +1 -1
  240. package/src/brand-page/utils/migration/migration-02.ts +1 -0
  241. package/src/brand-page/utils/migration/migration-03.ts +1 -0
  242. package/src/brand-page/utils/migration/migration-04.ts +1 -0
  243. package/src/brand-page/utils/migration/migration-05.ts +5 -1
  244. package/src/brand-page/utils/migration/migration-05_2.ts +1 -1
  245. package/src/brand-page/utils/migration/migration-08.test.ts +1 -1
  246. package/src/brand-page/utils/personalisation.util.test.ts +0 -35
  247. package/src/brand-page/utils/personalisation.util.ts +23 -119
  248. package/src/brand-page/view-models.ts +56 -38
  249. package/src/brand-page-maker/assessors/banner-section-description-visibility.assessor.ts +6 -6
  250. package/src/brand-page-maker/assessors/color-replacement-icon-visibility.assessor.ts +2 -2
  251. package/src/brand-page-maker/assessors/color-replacement-profile-visibility.assessor.ts +2 -2
  252. package/src/brand-page-maker/assessors/color-replacement-visibility.assessor.ts +2 -2
  253. package/src/brand-page-maker/assessors/contact-form-visibility.assessor.ts +14 -14
  254. package/src/brand-page-maker/components/action-bar/ActionBar.mixin.ts +0 -1
  255. package/src/brand-page-maker/components/ai-text-edit/TextBubble.vue +0 -1
  256. package/src/brand-page-maker/components/brand-page-maker/BrandPageMaker.mixin.ts +1 -5
  257. package/src/brand-page-maker/components/brand-page-maker/BrandPageMaker.stories.ts +0 -1
  258. package/src/brand-page-maker/components/brand-page-maker/BrandPageMakerTemplateSettings.stories.ts +5 -2
  259. package/src/brand-page-maker/components/brand-page-maker/__fixtures__/brand-page-examples.ts +5 -0
  260. package/src/brand-page-maker/components/brand-page-maker/__fixtures__/brand-page-payment.ts +8 -0
  261. package/src/brand-page-maker/components/brand-page-maker/__fixtures__/brand-site-template.examples.ts +2 -0
  262. package/src/brand-page-maker/components/brandpage-maker-page/BrandPageMakerPage.vue +0 -1
  263. package/src/brand-page-maker/components/brandpage-settings/ReplaceImageSettingsForBrandPageSettings.mixin.ts +1 -1
  264. package/src/brand-page-maker/components/color-palette/BpColorPalette.vue +2 -1
  265. package/src/brand-page-maker/components/color-picker/components/ColorModeSelect.mixin.ts +0 -1
  266. package/src/brand-page-maker/components/color-picker/components/GradientColorSlider.mixin.ts +0 -1
  267. package/src/brand-page-maker/components/color-picker/components/GradientColorSliderHandler.mixin.ts +0 -1
  268. package/src/brand-page-maker/components/color-picker/components/GradientTypeSelector.mixin.ts +0 -1
  269. package/src/brand-page-maker/components/device/Device.mixin.ts +0 -1
  270. package/src/brand-page-maker/components/navigation/Navigation.mixin.ts +0 -1
  271. package/src/brand-page-maker/components/rich-text-editor/RichTextEditor.vue +1 -3
  272. package/src/brand-page-maker/components/sensitive-content/SensitiveContent.vue +4 -1
  273. package/src/brand-page-maker/components/seo-settings/DeleteDomainModal.vue +1 -1
  274. package/src/brand-page-maker/components/seo-settings/SeoPageSettings.mixin.ts +0 -1
  275. package/src/brand-page-maker/components/seo-settings/SeoPageSettings.vue +1 -1
  276. package/src/brand-page-maker/components/seo-settings/UrlSettings.mixin.ts +1 -0
  277. package/src/brand-page-maker/components/seo-settings/UrlSettings.vue +1 -0
  278. package/src/brand-page-maker/components/seo-settings/UseExistingDomainModal.vue +5 -1
  279. package/src/brand-page-maker/components/shop/AddOrEditProductContainer.vue +1 -1
  280. package/src/brand-page-maker/components/shop/ReplaceImageSettingsForShop.vue +1 -1
  281. package/src/brand-page-maker/components/social-share/SocialShare.vue +1 -1
  282. package/src/brand-page-maker/components/template-preview/TemplatePreview.mixin.ts +8 -22
  283. package/src/brand-page-maker/components/template-preview/TemplatePreview.vue +10 -5
  284. package/src/brand-page-maker/components/video-play/VideoPlayButton.vue +1 -1
  285. package/src/brand-page-maker/composables/ai-chat/useAiWebsiteBuilderChat.ts +7 -3
  286. package/src/brand-page-maker/composables/rich-text-editor/useRichTextEditor.ts +6 -6
  287. package/src/brand-page-maker/constants/config-settings-constant.ts +5 -5
  288. package/src/brand-page-maker/convertors/text-image-display-style.convertor.ts +1 -1
  289. package/src/brand-page-maker/models/button-styles-config.ts +2 -4
  290. package/src/brand-page-maker/models/content-settings-configs.ts +2 -4
  291. package/src/brand-page-maker/models/navigation-style-configs.ts +6 -5
  292. package/src/brand-page-maker/stores/admin-logo-settings/admin-logo-settings-store.ts +1 -0
  293. package/src/brand-page-maker/stores/brandpage-container/brand-page-container-store.ts +5 -8
  294. package/src/brand-page-maker/stores/brandpage-maker/brandpage-maker-store.test.ts +3 -1
  295. package/src/brand-page-maker/stores/brandpage-maker/brandpage-maker-store.ts +4 -12
  296. package/src/brand-page-maker/stores/ui/ui-store.ts +0 -16
  297. package/src/brand-page-maker/utils/content-settings.util.ts +1 -1
  298. package/src/brand-page-maker/utils/rich-text-editor.util.ts +4 -4
  299. package/src/clients/ai-assistant-client.ts +0 -7
  300. package/src/clients/design-template-client.ts +0 -3
  301. package/src/clients/models.ts +0 -2
  302. package/src/composables/useSnapshot.ts +22 -19
  303. package/src/lib.ts +0 -13
  304. package/src/metadata-builder/builders/footer-builder.test.ts +229 -130
  305. package/src/metadata-builder/builders/footer-builder.ts +90 -155
  306. package/src/metadata-builder/builders/item-id-utils.test.ts +184 -0
  307. package/src/metadata-builder/builders/item-id-utils.ts +117 -0
  308. package/src/metadata-builder/builders/section-builders/image-gallery-builder.ts +62 -88
  309. package/src/metadata-builder/builders/section-builders/images-section-builder.ts +66 -129
  310. package/src/metadata-builder/builders/section-builders/shapes-section-builder.ts +105 -160
  311. package/src/metadata-builder/builders/section-builders/social-links-builder.ts +65 -20
  312. package/src/metadata-builder/builders/section-builders/testimonial-section-builder.ts +83 -146
  313. package/src/metadata-builder/builders/section-builders/text-section-builder.ts +70 -122
  314. package/src/metadata-builder/builders/section-field-utils.ts +1 -1
  315. package/src/metadata-builder/builders/shape-color-utils.ts +2 -2
  316. package/src/metadata-builder/parsers/ai-toolcall-parser.ts +16 -7
  317. package/src/metadata-builder/parsers/section-tool-arguments.ts +66 -48
  318. package/src/plugins/google-maps-plugin/google-maps-plugin.ts +8 -8
  319. package/src/shared/background-settings/components/BackgroundSettings.vue +1 -1
  320. package/src/shared/background-settings/components/background-color/BackgroundColorSettings.vue +1 -1
  321. package/src/shared/color-picker/components/ColorPicker.mixin.ts +7 -2
  322. package/src/shared/color-picker/components/ColorPickerSwatch.mixin.ts +0 -1
  323. package/src/shared/common/NumberInput.vue +0 -1
  324. package/src/shared/common/SideBarSettingsHeader.vue +2 -2
  325. package/src/shared/confirm-modal/ConfirmModal.mixin.ts +0 -1
  326. package/src/shared/content-settings/components/booking-url-field/BookingUrlField.vue +0 -1
  327. package/src/shared/content-settings/components/button-configuration-field/ButtonConfigurationField.vue +0 -1
  328. package/src/shared/content-settings/components/color-field/ColorField.vue +10 -3
  329. package/src/shared/content-settings/components/content-settings/ContentSettings.mixin.ts +1 -1
  330. package/src/shared/content-settings/components/content-settings/ContentSettingsLockedButton.vue +0 -1
  331. package/src/shared/content-settings/components/content-settings-item/ContentSettingsItem.mixin.ts +0 -5
  332. package/src/shared/content-settings/components/content-settings-item/ContentSettingsItemField.mixin.ts +14 -1
  333. package/src/shared/content-settings/components/focused-content-item-settings/FocusedContentItemSettings.mixin.ts +6 -4
  334. package/src/shared/content-settings/components/icon-library/IconLibrary.mixin.ts +0 -1
  335. package/src/shared/content-settings/components/items-field/ItemsField.mixin.ts +1 -1
  336. package/src/shared/content-settings/components/logo-selection-field/LogoSelectionField.vue +1 -1
  337. package/src/shared/content-settings/components/logo-size-field/LogoSizeSliderField.vue +1 -1
  338. package/src/shared/content-settings/components/page-dropdown-field/PageDropdownField.vue +1 -1
  339. package/src/shared/content-settings/components/personalisation-role-field/PersonalisationRoleField.vue +4 -4
  340. package/src/shared/content-settings/components/text-image-field/TextImageField.vue +8 -2
  341. package/src/shared/content-settings/components/text-items-field/TextItemsField.mixin.ts +1 -1
  342. package/src/shared/content-settings/models.ts +2 -3
  343. package/src/shared/content-settings/utils.ts +1 -0
  344. package/src/shared/dropzone-image-uploader/components/DropzoneImageUploader.vue +0 -1
  345. package/src/shared/ecommerce-settings/store/cart-store.test.ts +1 -1
  346. package/src/shared/font-family-selector/FontFamilySelector.mixin.ts +0 -1
  347. package/src/shared/image-gallery-style-settings/ImageGalleryStyleSettings.mixin.ts +0 -1
  348. package/src/shared/logo-settings/components/EditLogoSettings.mixin.ts +1 -1
  349. package/src/shared/logo-settings/components/LogoSettings.mixin.ts +1 -0
  350. package/src/shared/logo-settings/components/LogoSettingsHeader.mixin.ts +0 -1
  351. package/src/shared/logo-settings/components/LogoStyleSettingsWithState.vue +2 -2
  352. package/src/shared/logo-settings/components/LogoTemplateSearch.vue +1 -1
  353. package/src/shared/logo-settings/store/editable-logo-store.ts +1 -1
  354. package/src/shared/logo-settings/store/logo-settings-store.test.ts +4 -4
  355. package/src/shared/logo-versions/LogoVersions.mixin.ts +0 -1
  356. package/src/shared/models.ts +0 -6
  357. package/src/shared/my-designs/MyDesigns.mixin.ts +0 -1
  358. package/src/shared/my-uploads/MyMedia.mixin.ts +0 -1
  359. package/src/shared/my-uploads/MyMediaSelectionItem.vue +1 -2
  360. package/src/shared/my-uploads/MyUploads.mixin.ts +0 -1
  361. package/src/shared/my-uploads/models.ts +2 -1
  362. package/src/shared/navigation-style-settings/components/navigation-style-settings/NavigationStyleSettings.mixin.ts +0 -1
  363. package/src/shared/navigation-style-settings/components/navigation-style-settings/NavigationStyleSettings.vue +1 -1
  364. package/src/shared/page-settings/components/new-page-modal/NewPageModal.mixin.ts +3 -0
  365. package/src/shared/page-settings/components/page-settings/NestedDraggable.vue +1 -1
  366. package/src/shared/page-settings/components/page-settings/PageSettings.vue +2 -1
  367. package/src/shared/page-settings/components/page-settings-section-styles/HeaderDisplayStyle.vue +1 -1
  368. package/src/shared/page-settings/components/page-settings-section-styles/PageSettingsSectionStyles.mixin.ts +1 -1
  369. package/src/shared/page-settings/store/page-settings-store.test.ts +8 -4
  370. package/src/shared/publish-brand-page-with-state/PublishBrandPageModalWithState.mixin.ts +1 -0
  371. package/src/shared/shape-library/ShapeLibrary.vue +2 -2
  372. package/src/shared/style-settings/store/style-settings-store.ts +1 -1
  373. package/src/shared/template-settings/components/TemplatesSettings.mixin.ts +2 -2
  374. package/src/shared/template-settings/models.ts +0 -1
  375. package/src/shared/template-settings/store/template-settings-store.ts +18 -105
  376. package/src/shared/unsplash-library/UnsplashLibrary.vue +6 -2
  377. package/src/shared/video-library/VideoLibrary.vue +1 -1
  378. package/src/utils/build-asset-manifest.ts +0 -12
  379. package/src/utils/minify-brand-page-metadata.ts +27 -7
  380. package/lib/src/brand-page/components/banner-section/BannerSection.mixin.d.ts +0 -103
  381. package/lib/src/brand-page/components/banner-section/BannerSection.mixin.js +0 -178
  382. package/src/brand-page/components/banner-section/BannerSection.mixin.ts +0 -210
  383. package/src/brand-page-maker/components/template-preview/TemplatePreviewAiBadge.vue +0 -12
@@ -8,7 +8,6 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
8
8
  userMessageId: string;
9
9
  model: {
10
10
  v: number;
11
- userPromptContentKey?: string | undefined;
12
11
  styles: {
13
12
  backgroundStyles: {
14
13
  style: {
@@ -148,7 +147,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
148
147
  wordBreak?: string | undefined;
149
148
  };
150
149
  }[];
151
- personalisationRole?: import("../../../brand-page/models").PersonalisationRole | undefined;
150
+ personalisationRole?: "website" | "email" | "phone" | "profile" | "about" | "information" | "media" | undefined;
152
151
  media?: {
153
152
  type: import("../../../brand-page/models").MediaTypes;
154
153
  } | undefined;
@@ -429,10 +428,10 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
429
428
  width?: string | undefined;
430
429
  wordBreak?: string | undefined;
431
430
  };
432
- textFontFamily: import("../../../brand-page").FontFamilyKey;
431
+ textFontFamily: "lato" | "roboto" | "notoSans" | "openSans" | "arvo" | "bebasNeue" | "ptSerif" | "oswald" | "inter" | "montserrat" | "raleway" | "anton" | "antonSc" | "quicksand" | "pacifico" | "bioRhyme" | "playfairDisplay" | "mulish" | "telex" | "pridi" | "hindMadurai" | "kanit" | "libreBaskerville" | "amiko" | "neuton" | "tenorSans" | "jacquesFrancois" | "varela" | "quattrocentoSans" | "workSans" | "titilliumWeb" | "amaticSc" | "poiretOne" | "shantellSans" | "dancingScript" | "tangerine" | "cinzel" | "jost" | "exo2" | "ebGaramond" | "ubuntu" | "cabin" | "josefinSans" | "lobsterTwo" | "sacramento" | "nunito" | "aboreto" | "afacad" | "aleo" | "abhayaLibre" | "caladea" | "rokkitt" | "rubik" | "frankRuhlLibre" | "spectral" | "abrilFatface" | "courgette" | "kiteOne" | "amarante" | "satisfy" | "lilitaOne" | "lobster" | "titanOne" | "cookie" | "bungee" | "poppins" | "staatliches" | "patuaOne" | "calistoga" | "suezOne" | "caprasimo" | "rubikMonoOne" | "silkscreen" | "alfaSlabOne" | "orelegaOne" | "audiowide" | "redRose" | "kalnia" | "imbue" | "climateCrisis" | "gluten" | "madimiOne" | "anta" | "trykker" | "moul" | "bevan" | "wendyOne" | "lexendDeca" | "vinaSans" | "chango" | "changaOne" | "protestGuerrilla" | "londrinaShadow" | "candal" | "borel" | "rockNRollOne" | "bungeeInline" | "rampartOne" | "manrope" | "yuseiMagic" | "patrickHandSC" | "farsan" | "handlee" | "lemonada" | "arsenal" | "bakbakOne" | "belleza" | "blackHanSans" | "bowlbyOne" | "brunoAceSC" | "castoroTitling" | "contrailOne" | "delaGothicOne" | "dotGothic16" | "fahkwang" | "francoisOne" | "gloock" | "graduate" | "jersey10" | "kavoon" | "kronaOne" | "notable" | "pavanam" | "phudu" | "poetsenOne" | "pollerOne" | "questrial" | "racingSansOne" | "rammettoOne" | "rubikGlitch" | "shrikhand" | "spicyRice" | "syncopate" | "urbanist" | "yesevaOne" | "zenDots" | "ballet" | "luxuriousScript" | "windSong" | "calSans" | "specialGothicExpandedOne" | "imperialScript" | "greatVibes" | "limelight" | "bodoniModaSc" | "zillaSlab" | "righteous" | "cherryBombOne" | "barlow" | "comfortaa" | "cormorant" | "msMadi" | "tektur" | "spaceGrotesk" | "leagueSpartan" | "cormorantGaramond" | "gwendolyn" | "playwriteOsterreich" | "sourceCodePro" | "commissioner" | "lora" | "sairaCondensed" | "fruktur" | "caudex" | "cascadiaCode" | "merriweather" | "unbounded" | "nataSans" | "museoModerno" | "geologica" | "tomorrow" | "fraunces" | "notoSerifDisplay" | "coiny" | "sriracha" | "redditSans" | "heptaSlab" | "parisienne" | "monteCarlo" | "georama" | "goldman" | "montaguSlab" | "ephesis" | "sigmar" | "knewave";
433
432
  textStyleOptions: {
434
433
  buttons: {
435
- type: import("../../../brand-page/models").TextStyleType;
434
+ type: "buttons" | "titles" | "headings" | "paragraphs";
436
435
  title: string;
437
436
  style: {
438
437
  color: string | undefined;
@@ -443,12 +442,12 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
443
442
  letterSpacing: string | undefined;
444
443
  lineHeight: string | undefined;
445
444
  textDecoration: string | undefined;
446
- textStyleType: import("../../../brand-page/models").TextStyleType | undefined;
445
+ textStyleType: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
447
446
  };
448
447
  isModified: boolean;
449
448
  };
450
449
  titles: {
451
- type: import("../../../brand-page/models").TextStyleType;
450
+ type: "buttons" | "titles" | "headings" | "paragraphs";
452
451
  title: string;
453
452
  style: {
454
453
  color: string | undefined;
@@ -459,12 +458,12 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
459
458
  letterSpacing: string | undefined;
460
459
  lineHeight: string | undefined;
461
460
  textDecoration: string | undefined;
462
- textStyleType: import("../../../brand-page/models").TextStyleType | undefined;
461
+ textStyleType: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
463
462
  };
464
463
  isModified: boolean;
465
464
  };
466
465
  headings: {
467
- type: import("../../../brand-page/models").TextStyleType;
466
+ type: "buttons" | "titles" | "headings" | "paragraphs";
468
467
  title: string;
469
468
  style: {
470
469
  color: string | undefined;
@@ -475,12 +474,12 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
475
474
  letterSpacing: string | undefined;
476
475
  lineHeight: string | undefined;
477
476
  textDecoration: string | undefined;
478
- textStyleType: import("../../../brand-page/models").TextStyleType | undefined;
477
+ textStyleType: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
479
478
  };
480
479
  isModified: boolean;
481
480
  };
482
481
  paragraphs: {
483
- type: import("../../../brand-page/models").TextStyleType;
482
+ type: "buttons" | "titles" | "headings" | "paragraphs";
484
483
  title: string;
485
484
  style: {
486
485
  color: string | undefined;
@@ -491,18 +490,18 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
491
490
  letterSpacing: string | undefined;
492
491
  lineHeight: string | undefined;
493
492
  textDecoration: string | undefined;
494
- textStyleType: import("../../../brand-page/models").TextStyleType | undefined;
493
+ textStyleType: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
495
494
  };
496
495
  isModified: boolean;
497
496
  };
498
497
  };
499
498
  };
500
499
  galleryStyles: {
501
- galleryType: import("../../../brand-page/models").GalleryType;
500
+ galleryType: "grid" | "carousel" | "masonry";
502
501
  };
503
502
  };
504
503
  headerStyles?: {
505
- displayStyle: import("../../../brand-page").HeaderDisplayStyle;
504
+ displayStyle: import("../../../brand-page").PageSectionDisplayStyle;
506
505
  navigationStyles?: {
507
506
  displayType: import("../../../brand-page").NavigationDisplayType;
508
507
  renderAfterLogo: boolean;
@@ -550,7 +549,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
550
549
  transition?: string | undefined;
551
550
  width?: string | undefined;
552
551
  wordBreak?: string | undefined;
553
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
552
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
554
553
  applyAutoScale?: boolean | undefined;
555
554
  };
556
555
  selectedButtonStyle: {
@@ -690,7 +689,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
690
689
  transition?: string | undefined;
691
690
  width?: string | undefined;
692
691
  wordBreak?: string | undefined;
693
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
692
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
694
693
  applyAutoScale?: boolean | undefined;
695
694
  };
696
695
  selectedButtonStyle: {
@@ -833,7 +832,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
833
832
  transition?: string | undefined;
834
833
  width?: string | undefined;
835
834
  wordBreak?: string | undefined;
836
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
835
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
837
836
  applyAutoScale?: boolean | undefined;
838
837
  };
839
838
  selectedButtonStyle: {
@@ -973,7 +972,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
973
972
  transition?: string | undefined;
974
973
  width?: string | undefined;
975
974
  wordBreak?: string | undefined;
976
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
975
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
977
976
  applyAutoScale?: boolean | undefined;
978
977
  };
979
978
  selectedButtonStyle: {
@@ -1117,7 +1116,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
1117
1116
  transition?: string | undefined;
1118
1117
  width?: string | undefined;
1119
1118
  wordBreak?: string | undefined;
1120
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
1119
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
1121
1120
  applyAutoScale?: boolean | undefined;
1122
1121
  };
1123
1122
  selectedButtonStyle: {
@@ -1257,7 +1256,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
1257
1256
  transition?: string | undefined;
1258
1257
  width?: string | undefined;
1259
1258
  wordBreak?: string | undefined;
1260
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
1259
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
1261
1260
  applyAutoScale?: boolean | undefined;
1262
1261
  };
1263
1262
  selectedButtonStyle: {
@@ -1400,7 +1399,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
1400
1399
  transition?: string | undefined;
1401
1400
  width?: string | undefined;
1402
1401
  wordBreak?: string | undefined;
1403
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
1402
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
1404
1403
  applyAutoScale?: boolean | undefined;
1405
1404
  };
1406
1405
  selectedButtonStyle: {
@@ -1540,7 +1539,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
1540
1539
  transition?: string | undefined;
1541
1540
  width?: string | undefined;
1542
1541
  wordBreak?: string | undefined;
1543
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
1542
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
1544
1543
  applyAutoScale?: boolean | undefined;
1545
1544
  };
1546
1545
  selectedButtonStyle: {
@@ -1691,7 +1690,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
1691
1690
  logoVariation?: number | undefined;
1692
1691
  logoImage: {
1693
1692
  logoDraftToken: string;
1694
- logoVariation: import("../../../brand-page/models").LogoVariation;
1693
+ logoVariation: number;
1695
1694
  logoLastUpdate: string | undefined;
1696
1695
  };
1697
1696
  logoTemplateImage: {
@@ -1794,7 +1793,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
1794
1793
  viewport: import("../../../brand-page/models").ViewportsType;
1795
1794
  } | undefined;
1796
1795
  pageHeaderMobile: {
1797
- displayStyle: import("../../../brand-page").HeaderDisplayStyle;
1796
+ displayStyle: import("../../../brand-page").PageSectionDisplayStyle;
1798
1797
  navigationStyles?: {
1799
1798
  displayType: import("../../../brand-page").NavigationDisplayType;
1800
1799
  renderAfterLogo: boolean;
@@ -1842,7 +1841,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
1842
1841
  transition?: string | undefined;
1843
1842
  width?: string | undefined;
1844
1843
  wordBreak?: string | undefined;
1845
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
1844
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
1846
1845
  applyAutoScale?: boolean | undefined;
1847
1846
  };
1848
1847
  selectedButtonStyle: {
@@ -1982,7 +1981,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
1982
1981
  transition?: string | undefined;
1983
1982
  width?: string | undefined;
1984
1983
  wordBreak?: string | undefined;
1985
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
1984
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
1986
1985
  applyAutoScale?: boolean | undefined;
1987
1986
  };
1988
1987
  selectedButtonStyle: {
@@ -2125,7 +2124,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
2125
2124
  transition?: string | undefined;
2126
2125
  width?: string | undefined;
2127
2126
  wordBreak?: string | undefined;
2128
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
2127
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
2129
2128
  applyAutoScale?: boolean | undefined;
2130
2129
  };
2131
2130
  selectedButtonStyle: {
@@ -2265,7 +2264,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
2265
2264
  transition?: string | undefined;
2266
2265
  width?: string | undefined;
2267
2266
  wordBreak?: string | undefined;
2268
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
2267
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
2269
2268
  applyAutoScale?: boolean | undefined;
2270
2269
  };
2271
2270
  selectedButtonStyle: {
@@ -2409,7 +2408,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
2409
2408
  transition?: string | undefined;
2410
2409
  width?: string | undefined;
2411
2410
  wordBreak?: string | undefined;
2412
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
2411
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
2413
2412
  applyAutoScale?: boolean | undefined;
2414
2413
  };
2415
2414
  selectedButtonStyle: {
@@ -2549,7 +2548,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
2549
2548
  transition?: string | undefined;
2550
2549
  width?: string | undefined;
2551
2550
  wordBreak?: string | undefined;
2552
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
2551
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
2553
2552
  applyAutoScale?: boolean | undefined;
2554
2553
  };
2555
2554
  selectedButtonStyle: {
@@ -2692,7 +2691,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
2692
2691
  transition?: string | undefined;
2693
2692
  width?: string | undefined;
2694
2693
  wordBreak?: string | undefined;
2695
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
2694
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
2696
2695
  applyAutoScale?: boolean | undefined;
2697
2696
  };
2698
2697
  selectedButtonStyle: {
@@ -2832,7 +2831,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
2832
2831
  transition?: string | undefined;
2833
2832
  width?: string | undefined;
2834
2833
  wordBreak?: string | undefined;
2835
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
2834
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
2836
2835
  applyAutoScale?: boolean | undefined;
2837
2836
  };
2838
2837
  selectedButtonStyle: {
@@ -2983,7 +2982,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
2983
2982
  logoVariation?: number | undefined;
2984
2983
  logoImage: {
2985
2984
  logoDraftToken: string;
2986
- logoVariation: import("../../../brand-page/models").LogoVariation;
2985
+ logoVariation: number;
2987
2986
  logoLastUpdate: string | undefined;
2988
2987
  };
2989
2988
  logoTemplateImage: {
@@ -3086,7 +3085,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
3086
3085
  viewport: import("../../../brand-page/models").ViewportsType;
3087
3086
  };
3088
3087
  pageHeaderDesktop: {
3089
- displayStyle: import("../../../brand-page").HeaderDisplayStyle;
3088
+ displayStyle: import("../../../brand-page").PageSectionDisplayStyle;
3090
3089
  navigationStyles?: {
3091
3090
  displayType: import("../../../brand-page").NavigationDisplayType;
3092
3091
  renderAfterLogo: boolean;
@@ -3134,7 +3133,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
3134
3133
  transition?: string | undefined;
3135
3134
  width?: string | undefined;
3136
3135
  wordBreak?: string | undefined;
3137
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
3136
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
3138
3137
  applyAutoScale?: boolean | undefined;
3139
3138
  };
3140
3139
  selectedButtonStyle: {
@@ -3274,7 +3273,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
3274
3273
  transition?: string | undefined;
3275
3274
  width?: string | undefined;
3276
3275
  wordBreak?: string | undefined;
3277
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
3276
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
3278
3277
  applyAutoScale?: boolean | undefined;
3279
3278
  };
3280
3279
  selectedButtonStyle: {
@@ -3417,7 +3416,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
3417
3416
  transition?: string | undefined;
3418
3417
  width?: string | undefined;
3419
3418
  wordBreak?: string | undefined;
3420
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
3419
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
3421
3420
  applyAutoScale?: boolean | undefined;
3422
3421
  };
3423
3422
  selectedButtonStyle: {
@@ -3557,7 +3556,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
3557
3556
  transition?: string | undefined;
3558
3557
  width?: string | undefined;
3559
3558
  wordBreak?: string | undefined;
3560
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
3559
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
3561
3560
  applyAutoScale?: boolean | undefined;
3562
3561
  };
3563
3562
  selectedButtonStyle: {
@@ -3701,7 +3700,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
3701
3700
  transition?: string | undefined;
3702
3701
  width?: string | undefined;
3703
3702
  wordBreak?: string | undefined;
3704
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
3703
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
3705
3704
  applyAutoScale?: boolean | undefined;
3706
3705
  };
3707
3706
  selectedButtonStyle: {
@@ -3841,7 +3840,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
3841
3840
  transition?: string | undefined;
3842
3841
  width?: string | undefined;
3843
3842
  wordBreak?: string | undefined;
3844
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
3843
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
3845
3844
  applyAutoScale?: boolean | undefined;
3846
3845
  };
3847
3846
  selectedButtonStyle: {
@@ -3984,7 +3983,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
3984
3983
  transition?: string | undefined;
3985
3984
  width?: string | undefined;
3986
3985
  wordBreak?: string | undefined;
3987
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
3986
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
3988
3987
  applyAutoScale?: boolean | undefined;
3989
3988
  };
3990
3989
  selectedButtonStyle: {
@@ -4124,7 +4123,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
4124
4123
  transition?: string | undefined;
4125
4124
  width?: string | undefined;
4126
4125
  wordBreak?: string | undefined;
4127
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
4126
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
4128
4127
  applyAutoScale?: boolean | undefined;
4129
4128
  };
4130
4129
  selectedButtonStyle: {
@@ -4275,7 +4274,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
4275
4274
  logoVariation?: number | undefined;
4276
4275
  logoImage: {
4277
4276
  logoDraftToken: string;
4278
- logoVariation: import("../../../brand-page/models").LogoVariation;
4277
+ logoVariation: number;
4279
4278
  logoLastUpdate: string | undefined;
4280
4279
  };
4281
4280
  logoTemplateImage: {
@@ -4378,7 +4377,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
4378
4377
  viewport: import("../../../brand-page/models").ViewportsType;
4379
4378
  };
4380
4379
  footerStyles?: {
4381
- displayStyle: import("../../../brand-page").FooterDisplayStyle;
4380
+ displayStyle: string;
4382
4381
  copyrightText: string;
4383
4382
  copyrightStyle: {
4384
4383
  aspectRatio?: string | undefined;
@@ -4424,7 +4423,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
4424
4423
  transition?: string | undefined;
4425
4424
  width?: string | undefined;
4426
4425
  wordBreak?: string | undefined;
4427
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
4426
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
4428
4427
  applyAutoScale?: boolean | undefined;
4429
4428
  };
4430
4429
  backgroundStyle: {
@@ -4569,7 +4568,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
4569
4568
  logoVariation?: number | undefined;
4570
4569
  logoImage: {
4571
4570
  logoDraftToken: string;
4572
- logoVariation: import("../../../brand-page/models").LogoVariation;
4571
+ logoVariation: number;
4573
4572
  logoLastUpdate: string | undefined;
4574
4573
  };
4575
4574
  logoTemplateImage: {
@@ -4581,12 +4580,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
4581
4580
  logoImageBase64Url?: string | undefined;
4582
4581
  socialLinks: {
4583
4582
  url: string;
4583
+ id?: string | undefined;
4584
4584
  imageUrl: string;
4585
4585
  size?: string | undefined;
4586
4586
  imageTitle: string;
4587
4587
  width: number;
4588
4588
  height: number;
4589
- mediaType?: import("../../../brand-page/models").MediaType | undefined;
4589
+ mediaType?: "image" | "shape" | undefined;
4590
4590
  colorReplacements?: {
4591
4591
  attribute: string;
4592
4592
  originalColor: string;
@@ -4596,13 +4596,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
4596
4596
  imageUrlOverride?: string | undefined;
4597
4597
  imageTitleOverride?: string | undefined;
4598
4598
  }[];
4599
- textFontFamily?: import("../../../brand-page").FontFamilyKey | undefined;
4599
+ textFontFamily?: "lato" | "roboto" | "notoSans" | "openSans" | "arvo" | "bebasNeue" | "ptSerif" | "oswald" | "inter" | "montserrat" | "raleway" | "anton" | "antonSc" | "quicksand" | "pacifico" | "bioRhyme" | "playfairDisplay" | "mulish" | "telex" | "pridi" | "hindMadurai" | "kanit" | "libreBaskerville" | "amiko" | "neuton" | "tenorSans" | "jacquesFrancois" | "varela" | "quattrocentoSans" | "workSans" | "titilliumWeb" | "amaticSc" | "poiretOne" | "shantellSans" | "dancingScript" | "tangerine" | "cinzel" | "jost" | "exo2" | "ebGaramond" | "ubuntu" | "cabin" | "josefinSans" | "lobsterTwo" | "sacramento" | "nunito" | "aboreto" | "afacad" | "aleo" | "abhayaLibre" | "caladea" | "rokkitt" | "rubik" | "frankRuhlLibre" | "spectral" | "abrilFatface" | "courgette" | "kiteOne" | "amarante" | "satisfy" | "lilitaOne" | "lobster" | "titanOne" | "cookie" | "bungee" | "poppins" | "staatliches" | "patuaOne" | "calistoga" | "suezOne" | "caprasimo" | "rubikMonoOne" | "silkscreen" | "alfaSlabOne" | "orelegaOne" | "audiowide" | "redRose" | "kalnia" | "imbue" | "climateCrisis" | "gluten" | "madimiOne" | "anta" | "trykker" | "moul" | "bevan" | "wendyOne" | "lexendDeca" | "vinaSans" | "chango" | "changaOne" | "protestGuerrilla" | "londrinaShadow" | "candal" | "borel" | "rockNRollOne" | "bungeeInline" | "rampartOne" | "manrope" | "yuseiMagic" | "patrickHandSC" | "farsan" | "handlee" | "lemonada" | "arsenal" | "bakbakOne" | "belleza" | "blackHanSans" | "bowlbyOne" | "brunoAceSC" | "castoroTitling" | "contrailOne" | "delaGothicOne" | "dotGothic16" | "fahkwang" | "francoisOne" | "gloock" | "graduate" | "jersey10" | "kavoon" | "kronaOne" | "notable" | "pavanam" | "phudu" | "poetsenOne" | "pollerOne" | "questrial" | "racingSansOne" | "rammettoOne" | "rubikGlitch" | "shrikhand" | "spicyRice" | "syncopate" | "urbanist" | "yesevaOne" | "zenDots" | "ballet" | "luxuriousScript" | "windSong" | "calSans" | "specialGothicExpandedOne" | "imperialScript" | "greatVibes" | "limelight" | "bodoniModaSc" | "zillaSlab" | "righteous" | "cherryBombOne" | "barlow" | "comfortaa" | "cormorant" | "msMadi" | "tektur" | "spaceGrotesk" | "leagueSpartan" | "cormorantGaramond" | "gwendolyn" | "playwriteOsterreich" | "sourceCodePro" | "commissioner" | "lora" | "sairaCondensed" | "fruktur" | "caudex" | "cascadiaCode" | "merriweather" | "unbounded" | "nataSans" | "museoModerno" | "geologica" | "tomorrow" | "fraunces" | "notoSerifDisplay" | "coiny" | "sriracha" | "redditSans" | "heptaSlab" | "parisienne" | "monteCarlo" | "georama" | "goldman" | "montaguSlab" | "ephesis" | "sigmar" | "knewave" | undefined;
4600
4600
  viewport: import("../../../brand-page/models").ViewportsType;
4601
4601
  logoImageHeight: string | undefined;
4602
4602
  logoImageWidth: string | undefined;
4603
4603
  } | undefined;
4604
4604
  pageFooterMobile: {
4605
- displayStyle: import("../../../brand-page").FooterDisplayStyle;
4605
+ displayStyle: string;
4606
4606
  copyrightText: string;
4607
4607
  copyrightStyle: {
4608
4608
  aspectRatio?: string | undefined;
@@ -4648,7 +4648,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
4648
4648
  transition?: string | undefined;
4649
4649
  width?: string | undefined;
4650
4650
  wordBreak?: string | undefined;
4651
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
4651
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
4652
4652
  applyAutoScale?: boolean | undefined;
4653
4653
  };
4654
4654
  backgroundStyle: {
@@ -4793,7 +4793,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
4793
4793
  logoVariation?: number | undefined;
4794
4794
  logoImage: {
4795
4795
  logoDraftToken: string;
4796
- logoVariation: import("../../../brand-page/models").LogoVariation;
4796
+ logoVariation: number;
4797
4797
  logoLastUpdate: string | undefined;
4798
4798
  };
4799
4799
  logoTemplateImage: {
@@ -4805,12 +4805,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
4805
4805
  logoImageBase64Url?: string | undefined;
4806
4806
  socialLinks: {
4807
4807
  url: string;
4808
+ id?: string | undefined;
4808
4809
  imageUrl: string;
4809
4810
  size?: string | undefined;
4810
4811
  imageTitle: string;
4811
4812
  width: number;
4812
4813
  height: number;
4813
- mediaType?: import("../../../brand-page/models").MediaType | undefined;
4814
+ mediaType?: "image" | "shape" | undefined;
4814
4815
  colorReplacements?: {
4815
4816
  attribute: string;
4816
4817
  originalColor: string;
@@ -4820,13 +4821,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
4820
4821
  imageUrlOverride?: string | undefined;
4821
4822
  imageTitleOverride?: string | undefined;
4822
4823
  }[];
4823
- textFontFamily?: import("../../../brand-page").FontFamilyKey | undefined;
4824
+ textFontFamily?: "lato" | "roboto" | "notoSans" | "openSans" | "arvo" | "bebasNeue" | "ptSerif" | "oswald" | "inter" | "montserrat" | "raleway" | "anton" | "antonSc" | "quicksand" | "pacifico" | "bioRhyme" | "playfairDisplay" | "mulish" | "telex" | "pridi" | "hindMadurai" | "kanit" | "libreBaskerville" | "amiko" | "neuton" | "tenorSans" | "jacquesFrancois" | "varela" | "quattrocentoSans" | "workSans" | "titilliumWeb" | "amaticSc" | "poiretOne" | "shantellSans" | "dancingScript" | "tangerine" | "cinzel" | "jost" | "exo2" | "ebGaramond" | "ubuntu" | "cabin" | "josefinSans" | "lobsterTwo" | "sacramento" | "nunito" | "aboreto" | "afacad" | "aleo" | "abhayaLibre" | "caladea" | "rokkitt" | "rubik" | "frankRuhlLibre" | "spectral" | "abrilFatface" | "courgette" | "kiteOne" | "amarante" | "satisfy" | "lilitaOne" | "lobster" | "titanOne" | "cookie" | "bungee" | "poppins" | "staatliches" | "patuaOne" | "calistoga" | "suezOne" | "caprasimo" | "rubikMonoOne" | "silkscreen" | "alfaSlabOne" | "orelegaOne" | "audiowide" | "redRose" | "kalnia" | "imbue" | "climateCrisis" | "gluten" | "madimiOne" | "anta" | "trykker" | "moul" | "bevan" | "wendyOne" | "lexendDeca" | "vinaSans" | "chango" | "changaOne" | "protestGuerrilla" | "londrinaShadow" | "candal" | "borel" | "rockNRollOne" | "bungeeInline" | "rampartOne" | "manrope" | "yuseiMagic" | "patrickHandSC" | "farsan" | "handlee" | "lemonada" | "arsenal" | "bakbakOne" | "belleza" | "blackHanSans" | "bowlbyOne" | "brunoAceSC" | "castoroTitling" | "contrailOne" | "delaGothicOne" | "dotGothic16" | "fahkwang" | "francoisOne" | "gloock" | "graduate" | "jersey10" | "kavoon" | "kronaOne" | "notable" | "pavanam" | "phudu" | "poetsenOne" | "pollerOne" | "questrial" | "racingSansOne" | "rammettoOne" | "rubikGlitch" | "shrikhand" | "spicyRice" | "syncopate" | "urbanist" | "yesevaOne" | "zenDots" | "ballet" | "luxuriousScript" | "windSong" | "calSans" | "specialGothicExpandedOne" | "imperialScript" | "greatVibes" | "limelight" | "bodoniModaSc" | "zillaSlab" | "righteous" | "cherryBombOne" | "barlow" | "comfortaa" | "cormorant" | "msMadi" | "tektur" | "spaceGrotesk" | "leagueSpartan" | "cormorantGaramond" | "gwendolyn" | "playwriteOsterreich" | "sourceCodePro" | "commissioner" | "lora" | "sairaCondensed" | "fruktur" | "caudex" | "cascadiaCode" | "merriweather" | "unbounded" | "nataSans" | "museoModerno" | "geologica" | "tomorrow" | "fraunces" | "notoSerifDisplay" | "coiny" | "sriracha" | "redditSans" | "heptaSlab" | "parisienne" | "monteCarlo" | "georama" | "goldman" | "montaguSlab" | "ephesis" | "sigmar" | "knewave" | undefined;
4824
4825
  viewport: import("../../../brand-page/models").ViewportsType;
4825
4826
  logoImageHeight: string | undefined;
4826
4827
  logoImageWidth: string | undefined;
4827
4828
  };
4828
4829
  pageFooterDesktop: {
4829
- displayStyle: import("../../../brand-page").FooterDisplayStyle;
4830
+ displayStyle: string;
4830
4831
  copyrightText: string;
4831
4832
  copyrightStyle: {
4832
4833
  aspectRatio?: string | undefined;
@@ -4872,7 +4873,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
4872
4873
  transition?: string | undefined;
4873
4874
  width?: string | undefined;
4874
4875
  wordBreak?: string | undefined;
4875
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
4876
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
4876
4877
  applyAutoScale?: boolean | undefined;
4877
4878
  };
4878
4879
  backgroundStyle: {
@@ -5017,7 +5018,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
5017
5018
  logoVariation?: number | undefined;
5018
5019
  logoImage: {
5019
5020
  logoDraftToken: string;
5020
- logoVariation: import("../../../brand-page/models").LogoVariation;
5021
+ logoVariation: number;
5021
5022
  logoLastUpdate: string | undefined;
5022
5023
  };
5023
5024
  logoTemplateImage: {
@@ -5029,12 +5030,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
5029
5030
  logoImageBase64Url?: string | undefined;
5030
5031
  socialLinks: {
5031
5032
  url: string;
5033
+ id?: string | undefined;
5032
5034
  imageUrl: string;
5033
5035
  size?: string | undefined;
5034
5036
  imageTitle: string;
5035
5037
  width: number;
5036
5038
  height: number;
5037
- mediaType?: import("../../../brand-page/models").MediaType | undefined;
5039
+ mediaType?: "image" | "shape" | undefined;
5038
5040
  colorReplacements?: {
5039
5041
  attribute: string;
5040
5042
  originalColor: string;
@@ -5044,7 +5046,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
5044
5046
  imageUrlOverride?: string | undefined;
5045
5047
  imageTitleOverride?: string | undefined;
5046
5048
  }[];
5047
- textFontFamily?: import("../../../brand-page").FontFamilyKey | undefined;
5049
+ textFontFamily?: "lato" | "roboto" | "notoSans" | "openSans" | "arvo" | "bebasNeue" | "ptSerif" | "oswald" | "inter" | "montserrat" | "raleway" | "anton" | "antonSc" | "quicksand" | "pacifico" | "bioRhyme" | "playfairDisplay" | "mulish" | "telex" | "pridi" | "hindMadurai" | "kanit" | "libreBaskerville" | "amiko" | "neuton" | "tenorSans" | "jacquesFrancois" | "varela" | "quattrocentoSans" | "workSans" | "titilliumWeb" | "amaticSc" | "poiretOne" | "shantellSans" | "dancingScript" | "tangerine" | "cinzel" | "jost" | "exo2" | "ebGaramond" | "ubuntu" | "cabin" | "josefinSans" | "lobsterTwo" | "sacramento" | "nunito" | "aboreto" | "afacad" | "aleo" | "abhayaLibre" | "caladea" | "rokkitt" | "rubik" | "frankRuhlLibre" | "spectral" | "abrilFatface" | "courgette" | "kiteOne" | "amarante" | "satisfy" | "lilitaOne" | "lobster" | "titanOne" | "cookie" | "bungee" | "poppins" | "staatliches" | "patuaOne" | "calistoga" | "suezOne" | "caprasimo" | "rubikMonoOne" | "silkscreen" | "alfaSlabOne" | "orelegaOne" | "audiowide" | "redRose" | "kalnia" | "imbue" | "climateCrisis" | "gluten" | "madimiOne" | "anta" | "trykker" | "moul" | "bevan" | "wendyOne" | "lexendDeca" | "vinaSans" | "chango" | "changaOne" | "protestGuerrilla" | "londrinaShadow" | "candal" | "borel" | "rockNRollOne" | "bungeeInline" | "rampartOne" | "manrope" | "yuseiMagic" | "patrickHandSC" | "farsan" | "handlee" | "lemonada" | "arsenal" | "bakbakOne" | "belleza" | "blackHanSans" | "bowlbyOne" | "brunoAceSC" | "castoroTitling" | "contrailOne" | "delaGothicOne" | "dotGothic16" | "fahkwang" | "francoisOne" | "gloock" | "graduate" | "jersey10" | "kavoon" | "kronaOne" | "notable" | "pavanam" | "phudu" | "poetsenOne" | "pollerOne" | "questrial" | "racingSansOne" | "rammettoOne" | "rubikGlitch" | "shrikhand" | "spicyRice" | "syncopate" | "urbanist" | "yesevaOne" | "zenDots" | "ballet" | "luxuriousScript" | "windSong" | "calSans" | "specialGothicExpandedOne" | "imperialScript" | "greatVibes" | "limelight" | "bodoniModaSc" | "zillaSlab" | "righteous" | "cherryBombOne" | "barlow" | "comfortaa" | "cormorant" | "msMadi" | "tektur" | "spaceGrotesk" | "leagueSpartan" | "cormorantGaramond" | "gwendolyn" | "playwriteOsterreich" | "sourceCodePro" | "commissioner" | "lora" | "sairaCondensed" | "fruktur" | "caudex" | "cascadiaCode" | "merriweather" | "unbounded" | "nataSans" | "museoModerno" | "geologica" | "tomorrow" | "fraunces" | "notoSerifDisplay" | "coiny" | "sriracha" | "redditSans" | "heptaSlab" | "parisienne" | "monteCarlo" | "georama" | "goldman" | "montaguSlab" | "ephesis" | "sigmar" | "knewave" | undefined;
5048
5050
  viewport: import("../../../brand-page/models").ViewportsType;
5049
5051
  logoImageHeight: string | undefined;
5050
5052
  logoImageWidth: string | undefined;
@@ -5053,8 +5055,8 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
5053
5055
  title: string;
5054
5056
  contents: {
5055
5057
  id: string;
5056
- type: import("../../../brand-page/models").ContentType;
5057
- personalisationRole?: import("../../../brand-page/models").PersonalisationRole | undefined;
5058
+ type: "website" | "image" | "email" | "phone" | "logo" | "general-link" | "profile" | "video" | "text" | "facebook" | "x" | "instagram" | "youtube" | "linkedin" | "pinterest" | "twitch" | "tiktok" | "map" | "image-gallery" | "mailing-list" | "request-payment" | "support-me" | "contact-form" | "banner-section" | "about-section" | "divider-section" | "images-section" | "testimonial-section" | "social-links" | "shapes-section" | "shop-section" | "booking-section";
5059
+ personalisationRole?: "website" | "email" | "phone" | "profile" | "about" | "information" | "media" | undefined;
5058
5060
  topPadding?: number | undefined;
5059
5061
  bottomPadding?: number | undefined;
5060
5062
  imageUrlOverride?: string | undefined;
@@ -5076,7 +5078,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
5076
5078
  nav: {
5077
5079
  orders: {
5078
5080
  routeId: string;
5079
- subRoutes: /*elided*/ any[];
5081
+ subRoutes: any[];
5080
5082
  }[];
5081
5083
  routes: {
5082
5084
  id: string;
@@ -5087,7 +5089,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
5087
5089
  }[];
5088
5090
  };
5089
5091
  isModifiedAfterTemplateApplied?: boolean | undefined;
5090
- brandPageType?: import("../../../brand-page/models").BrandPageType | undefined;
5092
+ brandPageType?: "default" | "brandSite" | "brandContact" | undefined;
5091
5093
  faviconUrl?: string | undefined;
5092
5094
  ogImageUrl?: string | undefined;
5093
5095
  measurementID?: string | undefined;
@@ -5117,7 +5119,6 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
5117
5119
  userMessageId: string;
5118
5120
  model: {
5119
5121
  v: number;
5120
- userPromptContentKey?: string | undefined;
5121
5122
  styles: {
5122
5123
  backgroundStyles: {
5123
5124
  style: {
@@ -5257,7 +5258,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
5257
5258
  wordBreak?: string | undefined;
5258
5259
  };
5259
5260
  }[];
5260
- personalisationRole?: import("../../../brand-page/models").PersonalisationRole | undefined;
5261
+ personalisationRole?: "website" | "email" | "phone" | "profile" | "about" | "information" | "media" | undefined;
5261
5262
  media?: {
5262
5263
  type: import("../../../brand-page/models").MediaTypes;
5263
5264
  } | undefined;
@@ -5538,10 +5539,10 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
5538
5539
  width?: string | undefined;
5539
5540
  wordBreak?: string | undefined;
5540
5541
  };
5541
- textFontFamily: import("../../../brand-page").FontFamilyKey;
5542
+ textFontFamily: "lato" | "roboto" | "notoSans" | "openSans" | "arvo" | "bebasNeue" | "ptSerif" | "oswald" | "inter" | "montserrat" | "raleway" | "anton" | "antonSc" | "quicksand" | "pacifico" | "bioRhyme" | "playfairDisplay" | "mulish" | "telex" | "pridi" | "hindMadurai" | "kanit" | "libreBaskerville" | "amiko" | "neuton" | "tenorSans" | "jacquesFrancois" | "varela" | "quattrocentoSans" | "workSans" | "titilliumWeb" | "amaticSc" | "poiretOne" | "shantellSans" | "dancingScript" | "tangerine" | "cinzel" | "jost" | "exo2" | "ebGaramond" | "ubuntu" | "cabin" | "josefinSans" | "lobsterTwo" | "sacramento" | "nunito" | "aboreto" | "afacad" | "aleo" | "abhayaLibre" | "caladea" | "rokkitt" | "rubik" | "frankRuhlLibre" | "spectral" | "abrilFatface" | "courgette" | "kiteOne" | "amarante" | "satisfy" | "lilitaOne" | "lobster" | "titanOne" | "cookie" | "bungee" | "poppins" | "staatliches" | "patuaOne" | "calistoga" | "suezOne" | "caprasimo" | "rubikMonoOne" | "silkscreen" | "alfaSlabOne" | "orelegaOne" | "audiowide" | "redRose" | "kalnia" | "imbue" | "climateCrisis" | "gluten" | "madimiOne" | "anta" | "trykker" | "moul" | "bevan" | "wendyOne" | "lexendDeca" | "vinaSans" | "chango" | "changaOne" | "protestGuerrilla" | "londrinaShadow" | "candal" | "borel" | "rockNRollOne" | "bungeeInline" | "rampartOne" | "manrope" | "yuseiMagic" | "patrickHandSC" | "farsan" | "handlee" | "lemonada" | "arsenal" | "bakbakOne" | "belleza" | "blackHanSans" | "bowlbyOne" | "brunoAceSC" | "castoroTitling" | "contrailOne" | "delaGothicOne" | "dotGothic16" | "fahkwang" | "francoisOne" | "gloock" | "graduate" | "jersey10" | "kavoon" | "kronaOne" | "notable" | "pavanam" | "phudu" | "poetsenOne" | "pollerOne" | "questrial" | "racingSansOne" | "rammettoOne" | "rubikGlitch" | "shrikhand" | "spicyRice" | "syncopate" | "urbanist" | "yesevaOne" | "zenDots" | "ballet" | "luxuriousScript" | "windSong" | "calSans" | "specialGothicExpandedOne" | "imperialScript" | "greatVibes" | "limelight" | "bodoniModaSc" | "zillaSlab" | "righteous" | "cherryBombOne" | "barlow" | "comfortaa" | "cormorant" | "msMadi" | "tektur" | "spaceGrotesk" | "leagueSpartan" | "cormorantGaramond" | "gwendolyn" | "playwriteOsterreich" | "sourceCodePro" | "commissioner" | "lora" | "sairaCondensed" | "fruktur" | "caudex" | "cascadiaCode" | "merriweather" | "unbounded" | "nataSans" | "museoModerno" | "geologica" | "tomorrow" | "fraunces" | "notoSerifDisplay" | "coiny" | "sriracha" | "redditSans" | "heptaSlab" | "parisienne" | "monteCarlo" | "georama" | "goldman" | "montaguSlab" | "ephesis" | "sigmar" | "knewave";
5542
5543
  textStyleOptions: {
5543
5544
  buttons: {
5544
- type: import("../../../brand-page/models").TextStyleType;
5545
+ type: "buttons" | "titles" | "headings" | "paragraphs";
5545
5546
  title: string;
5546
5547
  style: {
5547
5548
  color: string | undefined;
@@ -5552,12 +5553,12 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
5552
5553
  letterSpacing: string | undefined;
5553
5554
  lineHeight: string | undefined;
5554
5555
  textDecoration: string | undefined;
5555
- textStyleType: import("../../../brand-page/models").TextStyleType | undefined;
5556
+ textStyleType: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
5556
5557
  };
5557
5558
  isModified: boolean;
5558
5559
  };
5559
5560
  titles: {
5560
- type: import("../../../brand-page/models").TextStyleType;
5561
+ type: "buttons" | "titles" | "headings" | "paragraphs";
5561
5562
  title: string;
5562
5563
  style: {
5563
5564
  color: string | undefined;
@@ -5568,12 +5569,12 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
5568
5569
  letterSpacing: string | undefined;
5569
5570
  lineHeight: string | undefined;
5570
5571
  textDecoration: string | undefined;
5571
- textStyleType: import("../../../brand-page/models").TextStyleType | undefined;
5572
+ textStyleType: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
5572
5573
  };
5573
5574
  isModified: boolean;
5574
5575
  };
5575
5576
  headings: {
5576
- type: import("../../../brand-page/models").TextStyleType;
5577
+ type: "buttons" | "titles" | "headings" | "paragraphs";
5577
5578
  title: string;
5578
5579
  style: {
5579
5580
  color: string | undefined;
@@ -5584,12 +5585,12 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
5584
5585
  letterSpacing: string | undefined;
5585
5586
  lineHeight: string | undefined;
5586
5587
  textDecoration: string | undefined;
5587
- textStyleType: import("../../../brand-page/models").TextStyleType | undefined;
5588
+ textStyleType: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
5588
5589
  };
5589
5590
  isModified: boolean;
5590
5591
  };
5591
5592
  paragraphs: {
5592
- type: import("../../../brand-page/models").TextStyleType;
5593
+ type: "buttons" | "titles" | "headings" | "paragraphs";
5593
5594
  title: string;
5594
5595
  style: {
5595
5596
  color: string | undefined;
@@ -5600,18 +5601,18 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
5600
5601
  letterSpacing: string | undefined;
5601
5602
  lineHeight: string | undefined;
5602
5603
  textDecoration: string | undefined;
5603
- textStyleType: import("../../../brand-page/models").TextStyleType | undefined;
5604
+ textStyleType: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
5604
5605
  };
5605
5606
  isModified: boolean;
5606
5607
  };
5607
5608
  };
5608
5609
  };
5609
5610
  galleryStyles: {
5610
- galleryType: import("../../../brand-page/models").GalleryType;
5611
+ galleryType: "grid" | "carousel" | "masonry";
5611
5612
  };
5612
5613
  };
5613
5614
  headerStyles?: {
5614
- displayStyle: import("../../../brand-page").HeaderDisplayStyle;
5615
+ displayStyle: import("../../../brand-page").PageSectionDisplayStyle;
5615
5616
  navigationStyles?: {
5616
5617
  displayType: import("../../../brand-page").NavigationDisplayType;
5617
5618
  renderAfterLogo: boolean;
@@ -5659,7 +5660,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
5659
5660
  transition?: string | undefined;
5660
5661
  width?: string | undefined;
5661
5662
  wordBreak?: string | undefined;
5662
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
5663
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
5663
5664
  applyAutoScale?: boolean | undefined;
5664
5665
  };
5665
5666
  selectedButtonStyle: {
@@ -5799,7 +5800,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
5799
5800
  transition?: string | undefined;
5800
5801
  width?: string | undefined;
5801
5802
  wordBreak?: string | undefined;
5802
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
5803
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
5803
5804
  applyAutoScale?: boolean | undefined;
5804
5805
  };
5805
5806
  selectedButtonStyle: {
@@ -5942,7 +5943,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
5942
5943
  transition?: string | undefined;
5943
5944
  width?: string | undefined;
5944
5945
  wordBreak?: string | undefined;
5945
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
5946
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
5946
5947
  applyAutoScale?: boolean | undefined;
5947
5948
  };
5948
5949
  selectedButtonStyle: {
@@ -6082,7 +6083,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
6082
6083
  transition?: string | undefined;
6083
6084
  width?: string | undefined;
6084
6085
  wordBreak?: string | undefined;
6085
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
6086
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
6086
6087
  applyAutoScale?: boolean | undefined;
6087
6088
  };
6088
6089
  selectedButtonStyle: {
@@ -6226,7 +6227,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
6226
6227
  transition?: string | undefined;
6227
6228
  width?: string | undefined;
6228
6229
  wordBreak?: string | undefined;
6229
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
6230
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
6230
6231
  applyAutoScale?: boolean | undefined;
6231
6232
  };
6232
6233
  selectedButtonStyle: {
@@ -6366,7 +6367,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
6366
6367
  transition?: string | undefined;
6367
6368
  width?: string | undefined;
6368
6369
  wordBreak?: string | undefined;
6369
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
6370
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
6370
6371
  applyAutoScale?: boolean | undefined;
6371
6372
  };
6372
6373
  selectedButtonStyle: {
@@ -6509,7 +6510,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
6509
6510
  transition?: string | undefined;
6510
6511
  width?: string | undefined;
6511
6512
  wordBreak?: string | undefined;
6512
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
6513
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
6513
6514
  applyAutoScale?: boolean | undefined;
6514
6515
  };
6515
6516
  selectedButtonStyle: {
@@ -6649,7 +6650,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
6649
6650
  transition?: string | undefined;
6650
6651
  width?: string | undefined;
6651
6652
  wordBreak?: string | undefined;
6652
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
6653
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
6653
6654
  applyAutoScale?: boolean | undefined;
6654
6655
  };
6655
6656
  selectedButtonStyle: {
@@ -6800,7 +6801,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
6800
6801
  logoVariation?: number | undefined;
6801
6802
  logoImage: {
6802
6803
  logoDraftToken: string;
6803
- logoVariation: import("../../../brand-page/models").LogoVariation;
6804
+ logoVariation: number;
6804
6805
  logoLastUpdate: string | undefined;
6805
6806
  };
6806
6807
  logoTemplateImage: {
@@ -6903,7 +6904,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
6903
6904
  viewport: import("../../../brand-page/models").ViewportsType;
6904
6905
  } | undefined;
6905
6906
  pageHeaderMobile: {
6906
- displayStyle: import("../../../brand-page").HeaderDisplayStyle;
6907
+ displayStyle: import("../../../brand-page").PageSectionDisplayStyle;
6907
6908
  navigationStyles?: {
6908
6909
  displayType: import("../../../brand-page").NavigationDisplayType;
6909
6910
  renderAfterLogo: boolean;
@@ -6951,7 +6952,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
6951
6952
  transition?: string | undefined;
6952
6953
  width?: string | undefined;
6953
6954
  wordBreak?: string | undefined;
6954
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
6955
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
6955
6956
  applyAutoScale?: boolean | undefined;
6956
6957
  };
6957
6958
  selectedButtonStyle: {
@@ -7091,7 +7092,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
7091
7092
  transition?: string | undefined;
7092
7093
  width?: string | undefined;
7093
7094
  wordBreak?: string | undefined;
7094
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
7095
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
7095
7096
  applyAutoScale?: boolean | undefined;
7096
7097
  };
7097
7098
  selectedButtonStyle: {
@@ -7234,7 +7235,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
7234
7235
  transition?: string | undefined;
7235
7236
  width?: string | undefined;
7236
7237
  wordBreak?: string | undefined;
7237
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
7238
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
7238
7239
  applyAutoScale?: boolean | undefined;
7239
7240
  };
7240
7241
  selectedButtonStyle: {
@@ -7374,7 +7375,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
7374
7375
  transition?: string | undefined;
7375
7376
  width?: string | undefined;
7376
7377
  wordBreak?: string | undefined;
7377
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
7378
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
7378
7379
  applyAutoScale?: boolean | undefined;
7379
7380
  };
7380
7381
  selectedButtonStyle: {
@@ -7518,7 +7519,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
7518
7519
  transition?: string | undefined;
7519
7520
  width?: string | undefined;
7520
7521
  wordBreak?: string | undefined;
7521
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
7522
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
7522
7523
  applyAutoScale?: boolean | undefined;
7523
7524
  };
7524
7525
  selectedButtonStyle: {
@@ -7658,7 +7659,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
7658
7659
  transition?: string | undefined;
7659
7660
  width?: string | undefined;
7660
7661
  wordBreak?: string | undefined;
7661
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
7662
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
7662
7663
  applyAutoScale?: boolean | undefined;
7663
7664
  };
7664
7665
  selectedButtonStyle: {
@@ -7801,7 +7802,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
7801
7802
  transition?: string | undefined;
7802
7803
  width?: string | undefined;
7803
7804
  wordBreak?: string | undefined;
7804
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
7805
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
7805
7806
  applyAutoScale?: boolean | undefined;
7806
7807
  };
7807
7808
  selectedButtonStyle: {
@@ -7941,7 +7942,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
7941
7942
  transition?: string | undefined;
7942
7943
  width?: string | undefined;
7943
7944
  wordBreak?: string | undefined;
7944
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
7945
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
7945
7946
  applyAutoScale?: boolean | undefined;
7946
7947
  };
7947
7948
  selectedButtonStyle: {
@@ -8092,7 +8093,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
8092
8093
  logoVariation?: number | undefined;
8093
8094
  logoImage: {
8094
8095
  logoDraftToken: string;
8095
- logoVariation: import("../../../brand-page/models").LogoVariation;
8096
+ logoVariation: number;
8096
8097
  logoLastUpdate: string | undefined;
8097
8098
  };
8098
8099
  logoTemplateImage: {
@@ -8195,7 +8196,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
8195
8196
  viewport: import("../../../brand-page/models").ViewportsType;
8196
8197
  };
8197
8198
  pageHeaderDesktop: {
8198
- displayStyle: import("../../../brand-page").HeaderDisplayStyle;
8199
+ displayStyle: import("../../../brand-page").PageSectionDisplayStyle;
8199
8200
  navigationStyles?: {
8200
8201
  displayType: import("../../../brand-page").NavigationDisplayType;
8201
8202
  renderAfterLogo: boolean;
@@ -8243,7 +8244,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
8243
8244
  transition?: string | undefined;
8244
8245
  width?: string | undefined;
8245
8246
  wordBreak?: string | undefined;
8246
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
8247
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
8247
8248
  applyAutoScale?: boolean | undefined;
8248
8249
  };
8249
8250
  selectedButtonStyle: {
@@ -8383,7 +8384,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
8383
8384
  transition?: string | undefined;
8384
8385
  width?: string | undefined;
8385
8386
  wordBreak?: string | undefined;
8386
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
8387
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
8387
8388
  applyAutoScale?: boolean | undefined;
8388
8389
  };
8389
8390
  selectedButtonStyle: {
@@ -8526,7 +8527,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
8526
8527
  transition?: string | undefined;
8527
8528
  width?: string | undefined;
8528
8529
  wordBreak?: string | undefined;
8529
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
8530
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
8530
8531
  applyAutoScale?: boolean | undefined;
8531
8532
  };
8532
8533
  selectedButtonStyle: {
@@ -8666,7 +8667,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
8666
8667
  transition?: string | undefined;
8667
8668
  width?: string | undefined;
8668
8669
  wordBreak?: string | undefined;
8669
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
8670
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
8670
8671
  applyAutoScale?: boolean | undefined;
8671
8672
  };
8672
8673
  selectedButtonStyle: {
@@ -8810,7 +8811,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
8810
8811
  transition?: string | undefined;
8811
8812
  width?: string | undefined;
8812
8813
  wordBreak?: string | undefined;
8813
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
8814
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
8814
8815
  applyAutoScale?: boolean | undefined;
8815
8816
  };
8816
8817
  selectedButtonStyle: {
@@ -8950,7 +8951,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
8950
8951
  transition?: string | undefined;
8951
8952
  width?: string | undefined;
8952
8953
  wordBreak?: string | undefined;
8953
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
8954
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
8954
8955
  applyAutoScale?: boolean | undefined;
8955
8956
  };
8956
8957
  selectedButtonStyle: {
@@ -9093,7 +9094,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
9093
9094
  transition?: string | undefined;
9094
9095
  width?: string | undefined;
9095
9096
  wordBreak?: string | undefined;
9096
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
9097
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
9097
9098
  applyAutoScale?: boolean | undefined;
9098
9099
  };
9099
9100
  selectedButtonStyle: {
@@ -9233,7 +9234,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
9233
9234
  transition?: string | undefined;
9234
9235
  width?: string | undefined;
9235
9236
  wordBreak?: string | undefined;
9236
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
9237
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
9237
9238
  applyAutoScale?: boolean | undefined;
9238
9239
  };
9239
9240
  selectedButtonStyle: {
@@ -9384,7 +9385,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
9384
9385
  logoVariation?: number | undefined;
9385
9386
  logoImage: {
9386
9387
  logoDraftToken: string;
9387
- logoVariation: import("../../../brand-page/models").LogoVariation;
9388
+ logoVariation: number;
9388
9389
  logoLastUpdate: string | undefined;
9389
9390
  };
9390
9391
  logoTemplateImage: {
@@ -9487,7 +9488,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
9487
9488
  viewport: import("../../../brand-page/models").ViewportsType;
9488
9489
  };
9489
9490
  footerStyles?: {
9490
- displayStyle: import("../../../brand-page").FooterDisplayStyle;
9491
+ displayStyle: string;
9491
9492
  copyrightText: string;
9492
9493
  copyrightStyle: {
9493
9494
  aspectRatio?: string | undefined;
@@ -9533,7 +9534,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
9533
9534
  transition?: string | undefined;
9534
9535
  width?: string | undefined;
9535
9536
  wordBreak?: string | undefined;
9536
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
9537
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
9537
9538
  applyAutoScale?: boolean | undefined;
9538
9539
  };
9539
9540
  backgroundStyle: {
@@ -9678,7 +9679,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
9678
9679
  logoVariation?: number | undefined;
9679
9680
  logoImage: {
9680
9681
  logoDraftToken: string;
9681
- logoVariation: import("../../../brand-page/models").LogoVariation;
9682
+ logoVariation: number;
9682
9683
  logoLastUpdate: string | undefined;
9683
9684
  };
9684
9685
  logoTemplateImage: {
@@ -9690,12 +9691,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
9690
9691
  logoImageBase64Url?: string | undefined;
9691
9692
  socialLinks: {
9692
9693
  url: string;
9694
+ id?: string | undefined;
9693
9695
  imageUrl: string;
9694
9696
  size?: string | undefined;
9695
9697
  imageTitle: string;
9696
9698
  width: number;
9697
9699
  height: number;
9698
- mediaType?: import("../../../brand-page/models").MediaType | undefined;
9700
+ mediaType?: "image" | "shape" | undefined;
9699
9701
  colorReplacements?: {
9700
9702
  attribute: string;
9701
9703
  originalColor: string;
@@ -9705,13 +9707,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
9705
9707
  imageUrlOverride?: string | undefined;
9706
9708
  imageTitleOverride?: string | undefined;
9707
9709
  }[];
9708
- textFontFamily?: import("../../../brand-page").FontFamilyKey | undefined;
9710
+ textFontFamily?: "lato" | "roboto" | "notoSans" | "openSans" | "arvo" | "bebasNeue" | "ptSerif" | "oswald" | "inter" | "montserrat" | "raleway" | "anton" | "antonSc" | "quicksand" | "pacifico" | "bioRhyme" | "playfairDisplay" | "mulish" | "telex" | "pridi" | "hindMadurai" | "kanit" | "libreBaskerville" | "amiko" | "neuton" | "tenorSans" | "jacquesFrancois" | "varela" | "quattrocentoSans" | "workSans" | "titilliumWeb" | "amaticSc" | "poiretOne" | "shantellSans" | "dancingScript" | "tangerine" | "cinzel" | "jost" | "exo2" | "ebGaramond" | "ubuntu" | "cabin" | "josefinSans" | "lobsterTwo" | "sacramento" | "nunito" | "aboreto" | "afacad" | "aleo" | "abhayaLibre" | "caladea" | "rokkitt" | "rubik" | "frankRuhlLibre" | "spectral" | "abrilFatface" | "courgette" | "kiteOne" | "amarante" | "satisfy" | "lilitaOne" | "lobster" | "titanOne" | "cookie" | "bungee" | "poppins" | "staatliches" | "patuaOne" | "calistoga" | "suezOne" | "caprasimo" | "rubikMonoOne" | "silkscreen" | "alfaSlabOne" | "orelegaOne" | "audiowide" | "redRose" | "kalnia" | "imbue" | "climateCrisis" | "gluten" | "madimiOne" | "anta" | "trykker" | "moul" | "bevan" | "wendyOne" | "lexendDeca" | "vinaSans" | "chango" | "changaOne" | "protestGuerrilla" | "londrinaShadow" | "candal" | "borel" | "rockNRollOne" | "bungeeInline" | "rampartOne" | "manrope" | "yuseiMagic" | "patrickHandSC" | "farsan" | "handlee" | "lemonada" | "arsenal" | "bakbakOne" | "belleza" | "blackHanSans" | "bowlbyOne" | "brunoAceSC" | "castoroTitling" | "contrailOne" | "delaGothicOne" | "dotGothic16" | "fahkwang" | "francoisOne" | "gloock" | "graduate" | "jersey10" | "kavoon" | "kronaOne" | "notable" | "pavanam" | "phudu" | "poetsenOne" | "pollerOne" | "questrial" | "racingSansOne" | "rammettoOne" | "rubikGlitch" | "shrikhand" | "spicyRice" | "syncopate" | "urbanist" | "yesevaOne" | "zenDots" | "ballet" | "luxuriousScript" | "windSong" | "calSans" | "specialGothicExpandedOne" | "imperialScript" | "greatVibes" | "limelight" | "bodoniModaSc" | "zillaSlab" | "righteous" | "cherryBombOne" | "barlow" | "comfortaa" | "cormorant" | "msMadi" | "tektur" | "spaceGrotesk" | "leagueSpartan" | "cormorantGaramond" | "gwendolyn" | "playwriteOsterreich" | "sourceCodePro" | "commissioner" | "lora" | "sairaCondensed" | "fruktur" | "caudex" | "cascadiaCode" | "merriweather" | "unbounded" | "nataSans" | "museoModerno" | "geologica" | "tomorrow" | "fraunces" | "notoSerifDisplay" | "coiny" | "sriracha" | "redditSans" | "heptaSlab" | "parisienne" | "monteCarlo" | "georama" | "goldman" | "montaguSlab" | "ephesis" | "sigmar" | "knewave" | undefined;
9709
9711
  viewport: import("../../../brand-page/models").ViewportsType;
9710
9712
  logoImageHeight: string | undefined;
9711
9713
  logoImageWidth: string | undefined;
9712
9714
  } | undefined;
9713
9715
  pageFooterMobile: {
9714
- displayStyle: import("../../../brand-page").FooterDisplayStyle;
9716
+ displayStyle: string;
9715
9717
  copyrightText: string;
9716
9718
  copyrightStyle: {
9717
9719
  aspectRatio?: string | undefined;
@@ -9757,7 +9759,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
9757
9759
  transition?: string | undefined;
9758
9760
  width?: string | undefined;
9759
9761
  wordBreak?: string | undefined;
9760
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
9762
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
9761
9763
  applyAutoScale?: boolean | undefined;
9762
9764
  };
9763
9765
  backgroundStyle: {
@@ -9902,7 +9904,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
9902
9904
  logoVariation?: number | undefined;
9903
9905
  logoImage: {
9904
9906
  logoDraftToken: string;
9905
- logoVariation: import("../../../brand-page/models").LogoVariation;
9907
+ logoVariation: number;
9906
9908
  logoLastUpdate: string | undefined;
9907
9909
  };
9908
9910
  logoTemplateImage: {
@@ -9914,12 +9916,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
9914
9916
  logoImageBase64Url?: string | undefined;
9915
9917
  socialLinks: {
9916
9918
  url: string;
9919
+ id?: string | undefined;
9917
9920
  imageUrl: string;
9918
9921
  size?: string | undefined;
9919
9922
  imageTitle: string;
9920
9923
  width: number;
9921
9924
  height: number;
9922
- mediaType?: import("../../../brand-page/models").MediaType | undefined;
9925
+ mediaType?: "image" | "shape" | undefined;
9923
9926
  colorReplacements?: {
9924
9927
  attribute: string;
9925
9928
  originalColor: string;
@@ -9929,13 +9932,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
9929
9932
  imageUrlOverride?: string | undefined;
9930
9933
  imageTitleOverride?: string | undefined;
9931
9934
  }[];
9932
- textFontFamily?: import("../../../brand-page").FontFamilyKey | undefined;
9935
+ textFontFamily?: "lato" | "roboto" | "notoSans" | "openSans" | "arvo" | "bebasNeue" | "ptSerif" | "oswald" | "inter" | "montserrat" | "raleway" | "anton" | "antonSc" | "quicksand" | "pacifico" | "bioRhyme" | "playfairDisplay" | "mulish" | "telex" | "pridi" | "hindMadurai" | "kanit" | "libreBaskerville" | "amiko" | "neuton" | "tenorSans" | "jacquesFrancois" | "varela" | "quattrocentoSans" | "workSans" | "titilliumWeb" | "amaticSc" | "poiretOne" | "shantellSans" | "dancingScript" | "tangerine" | "cinzel" | "jost" | "exo2" | "ebGaramond" | "ubuntu" | "cabin" | "josefinSans" | "lobsterTwo" | "sacramento" | "nunito" | "aboreto" | "afacad" | "aleo" | "abhayaLibre" | "caladea" | "rokkitt" | "rubik" | "frankRuhlLibre" | "spectral" | "abrilFatface" | "courgette" | "kiteOne" | "amarante" | "satisfy" | "lilitaOne" | "lobster" | "titanOne" | "cookie" | "bungee" | "poppins" | "staatliches" | "patuaOne" | "calistoga" | "suezOne" | "caprasimo" | "rubikMonoOne" | "silkscreen" | "alfaSlabOne" | "orelegaOne" | "audiowide" | "redRose" | "kalnia" | "imbue" | "climateCrisis" | "gluten" | "madimiOne" | "anta" | "trykker" | "moul" | "bevan" | "wendyOne" | "lexendDeca" | "vinaSans" | "chango" | "changaOne" | "protestGuerrilla" | "londrinaShadow" | "candal" | "borel" | "rockNRollOne" | "bungeeInline" | "rampartOne" | "manrope" | "yuseiMagic" | "patrickHandSC" | "farsan" | "handlee" | "lemonada" | "arsenal" | "bakbakOne" | "belleza" | "blackHanSans" | "bowlbyOne" | "brunoAceSC" | "castoroTitling" | "contrailOne" | "delaGothicOne" | "dotGothic16" | "fahkwang" | "francoisOne" | "gloock" | "graduate" | "jersey10" | "kavoon" | "kronaOne" | "notable" | "pavanam" | "phudu" | "poetsenOne" | "pollerOne" | "questrial" | "racingSansOne" | "rammettoOne" | "rubikGlitch" | "shrikhand" | "spicyRice" | "syncopate" | "urbanist" | "yesevaOne" | "zenDots" | "ballet" | "luxuriousScript" | "windSong" | "calSans" | "specialGothicExpandedOne" | "imperialScript" | "greatVibes" | "limelight" | "bodoniModaSc" | "zillaSlab" | "righteous" | "cherryBombOne" | "barlow" | "comfortaa" | "cormorant" | "msMadi" | "tektur" | "spaceGrotesk" | "leagueSpartan" | "cormorantGaramond" | "gwendolyn" | "playwriteOsterreich" | "sourceCodePro" | "commissioner" | "lora" | "sairaCondensed" | "fruktur" | "caudex" | "cascadiaCode" | "merriweather" | "unbounded" | "nataSans" | "museoModerno" | "geologica" | "tomorrow" | "fraunces" | "notoSerifDisplay" | "coiny" | "sriracha" | "redditSans" | "heptaSlab" | "parisienne" | "monteCarlo" | "georama" | "goldman" | "montaguSlab" | "ephesis" | "sigmar" | "knewave" | undefined;
9933
9936
  viewport: import("../../../brand-page/models").ViewportsType;
9934
9937
  logoImageHeight: string | undefined;
9935
9938
  logoImageWidth: string | undefined;
9936
9939
  };
9937
9940
  pageFooterDesktop: {
9938
- displayStyle: import("../../../brand-page").FooterDisplayStyle;
9941
+ displayStyle: string;
9939
9942
  copyrightText: string;
9940
9943
  copyrightStyle: {
9941
9944
  aspectRatio?: string | undefined;
@@ -9981,7 +9984,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
9981
9984
  transition?: string | undefined;
9982
9985
  width?: string | undefined;
9983
9986
  wordBreak?: string | undefined;
9984
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
9987
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
9985
9988
  applyAutoScale?: boolean | undefined;
9986
9989
  };
9987
9990
  backgroundStyle: {
@@ -10126,7 +10129,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
10126
10129
  logoVariation?: number | undefined;
10127
10130
  logoImage: {
10128
10131
  logoDraftToken: string;
10129
- logoVariation: import("../../../brand-page/models").LogoVariation;
10132
+ logoVariation: number;
10130
10133
  logoLastUpdate: string | undefined;
10131
10134
  };
10132
10135
  logoTemplateImage: {
@@ -10138,12 +10141,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
10138
10141
  logoImageBase64Url?: string | undefined;
10139
10142
  socialLinks: {
10140
10143
  url: string;
10144
+ id?: string | undefined;
10141
10145
  imageUrl: string;
10142
10146
  size?: string | undefined;
10143
10147
  imageTitle: string;
10144
10148
  width: number;
10145
10149
  height: number;
10146
- mediaType?: import("../../../brand-page/models").MediaType | undefined;
10150
+ mediaType?: "image" | "shape" | undefined;
10147
10151
  colorReplacements?: {
10148
10152
  attribute: string;
10149
10153
  originalColor: string;
@@ -10153,7 +10157,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
10153
10157
  imageUrlOverride?: string | undefined;
10154
10158
  imageTitleOverride?: string | undefined;
10155
10159
  }[];
10156
- textFontFamily?: import("../../../brand-page").FontFamilyKey | undefined;
10160
+ textFontFamily?: "lato" | "roboto" | "notoSans" | "openSans" | "arvo" | "bebasNeue" | "ptSerif" | "oswald" | "inter" | "montserrat" | "raleway" | "anton" | "antonSc" | "quicksand" | "pacifico" | "bioRhyme" | "playfairDisplay" | "mulish" | "telex" | "pridi" | "hindMadurai" | "kanit" | "libreBaskerville" | "amiko" | "neuton" | "tenorSans" | "jacquesFrancois" | "varela" | "quattrocentoSans" | "workSans" | "titilliumWeb" | "amaticSc" | "poiretOne" | "shantellSans" | "dancingScript" | "tangerine" | "cinzel" | "jost" | "exo2" | "ebGaramond" | "ubuntu" | "cabin" | "josefinSans" | "lobsterTwo" | "sacramento" | "nunito" | "aboreto" | "afacad" | "aleo" | "abhayaLibre" | "caladea" | "rokkitt" | "rubik" | "frankRuhlLibre" | "spectral" | "abrilFatface" | "courgette" | "kiteOne" | "amarante" | "satisfy" | "lilitaOne" | "lobster" | "titanOne" | "cookie" | "bungee" | "poppins" | "staatliches" | "patuaOne" | "calistoga" | "suezOne" | "caprasimo" | "rubikMonoOne" | "silkscreen" | "alfaSlabOne" | "orelegaOne" | "audiowide" | "redRose" | "kalnia" | "imbue" | "climateCrisis" | "gluten" | "madimiOne" | "anta" | "trykker" | "moul" | "bevan" | "wendyOne" | "lexendDeca" | "vinaSans" | "chango" | "changaOne" | "protestGuerrilla" | "londrinaShadow" | "candal" | "borel" | "rockNRollOne" | "bungeeInline" | "rampartOne" | "manrope" | "yuseiMagic" | "patrickHandSC" | "farsan" | "handlee" | "lemonada" | "arsenal" | "bakbakOne" | "belleza" | "blackHanSans" | "bowlbyOne" | "brunoAceSC" | "castoroTitling" | "contrailOne" | "delaGothicOne" | "dotGothic16" | "fahkwang" | "francoisOne" | "gloock" | "graduate" | "jersey10" | "kavoon" | "kronaOne" | "notable" | "pavanam" | "phudu" | "poetsenOne" | "pollerOne" | "questrial" | "racingSansOne" | "rammettoOne" | "rubikGlitch" | "shrikhand" | "spicyRice" | "syncopate" | "urbanist" | "yesevaOne" | "zenDots" | "ballet" | "luxuriousScript" | "windSong" | "calSans" | "specialGothicExpandedOne" | "imperialScript" | "greatVibes" | "limelight" | "bodoniModaSc" | "zillaSlab" | "righteous" | "cherryBombOne" | "barlow" | "comfortaa" | "cormorant" | "msMadi" | "tektur" | "spaceGrotesk" | "leagueSpartan" | "cormorantGaramond" | "gwendolyn" | "playwriteOsterreich" | "sourceCodePro" | "commissioner" | "lora" | "sairaCondensed" | "fruktur" | "caudex" | "cascadiaCode" | "merriweather" | "unbounded" | "nataSans" | "museoModerno" | "geologica" | "tomorrow" | "fraunces" | "notoSerifDisplay" | "coiny" | "sriracha" | "redditSans" | "heptaSlab" | "parisienne" | "monteCarlo" | "georama" | "goldman" | "montaguSlab" | "ephesis" | "sigmar" | "knewave" | undefined;
10157
10161
  viewport: import("../../../brand-page/models").ViewportsType;
10158
10162
  logoImageHeight: string | undefined;
10159
10163
  logoImageWidth: string | undefined;
@@ -10162,8 +10166,8 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
10162
10166
  title: string;
10163
10167
  contents: {
10164
10168
  id: string;
10165
- type: import("../../../brand-page/models").ContentType;
10166
- personalisationRole?: import("../../../brand-page/models").PersonalisationRole | undefined;
10169
+ type: "website" | "image" | "email" | "phone" | "logo" | "general-link" | "profile" | "video" | "text" | "facebook" | "x" | "instagram" | "youtube" | "linkedin" | "pinterest" | "twitch" | "tiktok" | "map" | "image-gallery" | "mailing-list" | "request-payment" | "support-me" | "contact-form" | "banner-section" | "about-section" | "divider-section" | "images-section" | "testimonial-section" | "social-links" | "shapes-section" | "shop-section" | "booking-section";
10170
+ personalisationRole?: "website" | "email" | "phone" | "profile" | "about" | "information" | "media" | undefined;
10167
10171
  topPadding?: number | undefined;
10168
10172
  bottomPadding?: number | undefined;
10169
10173
  imageUrlOverride?: string | undefined;
@@ -10185,7 +10189,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
10185
10189
  nav: {
10186
10190
  orders: {
10187
10191
  routeId: string;
10188
- subRoutes: /*elided*/ any[];
10192
+ subRoutes: any[];
10189
10193
  }[];
10190
10194
  routes: {
10191
10195
  id: string;
@@ -10196,7 +10200,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
10196
10200
  }[];
10197
10201
  };
10198
10202
  isModifiedAfterTemplateApplied?: boolean | undefined;
10199
- brandPageType?: import("../../../brand-page/models").BrandPageType | undefined;
10203
+ brandPageType?: "default" | "brandSite" | "brandContact" | undefined;
10200
10204
  faviconUrl?: string | undefined;
10201
10205
  ogImageUrl?: string | undefined;
10202
10206
  measurementID?: string | undefined;
@@ -10232,7 +10236,6 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
10232
10236
  userMessageId: string;
10233
10237
  model: {
10234
10238
  v: number;
10235
- userPromptContentKey?: string | undefined;
10236
10239
  styles: {
10237
10240
  backgroundStyles: {
10238
10241
  style: {
@@ -10372,7 +10375,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
10372
10375
  wordBreak?: string | undefined;
10373
10376
  };
10374
10377
  }[];
10375
- personalisationRole?: import("../../../brand-page/models").PersonalisationRole | undefined;
10378
+ personalisationRole?: "website" | "email" | "phone" | "profile" | "about" | "information" | "media" | undefined;
10376
10379
  media?: {
10377
10380
  type: import("../../../brand-page/models").MediaTypes;
10378
10381
  } | undefined;
@@ -10653,10 +10656,10 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
10653
10656
  width?: string | undefined;
10654
10657
  wordBreak?: string | undefined;
10655
10658
  };
10656
- textFontFamily: import("../../../brand-page").FontFamilyKey;
10659
+ textFontFamily: "lato" | "roboto" | "notoSans" | "openSans" | "arvo" | "bebasNeue" | "ptSerif" | "oswald" | "inter" | "montserrat" | "raleway" | "anton" | "antonSc" | "quicksand" | "pacifico" | "bioRhyme" | "playfairDisplay" | "mulish" | "telex" | "pridi" | "hindMadurai" | "kanit" | "libreBaskerville" | "amiko" | "neuton" | "tenorSans" | "jacquesFrancois" | "varela" | "quattrocentoSans" | "workSans" | "titilliumWeb" | "amaticSc" | "poiretOne" | "shantellSans" | "dancingScript" | "tangerine" | "cinzel" | "jost" | "exo2" | "ebGaramond" | "ubuntu" | "cabin" | "josefinSans" | "lobsterTwo" | "sacramento" | "nunito" | "aboreto" | "afacad" | "aleo" | "abhayaLibre" | "caladea" | "rokkitt" | "rubik" | "frankRuhlLibre" | "spectral" | "abrilFatface" | "courgette" | "kiteOne" | "amarante" | "satisfy" | "lilitaOne" | "lobster" | "titanOne" | "cookie" | "bungee" | "poppins" | "staatliches" | "patuaOne" | "calistoga" | "suezOne" | "caprasimo" | "rubikMonoOne" | "silkscreen" | "alfaSlabOne" | "orelegaOne" | "audiowide" | "redRose" | "kalnia" | "imbue" | "climateCrisis" | "gluten" | "madimiOne" | "anta" | "trykker" | "moul" | "bevan" | "wendyOne" | "lexendDeca" | "vinaSans" | "chango" | "changaOne" | "protestGuerrilla" | "londrinaShadow" | "candal" | "borel" | "rockNRollOne" | "bungeeInline" | "rampartOne" | "manrope" | "yuseiMagic" | "patrickHandSC" | "farsan" | "handlee" | "lemonada" | "arsenal" | "bakbakOne" | "belleza" | "blackHanSans" | "bowlbyOne" | "brunoAceSC" | "castoroTitling" | "contrailOne" | "delaGothicOne" | "dotGothic16" | "fahkwang" | "francoisOne" | "gloock" | "graduate" | "jersey10" | "kavoon" | "kronaOne" | "notable" | "pavanam" | "phudu" | "poetsenOne" | "pollerOne" | "questrial" | "racingSansOne" | "rammettoOne" | "rubikGlitch" | "shrikhand" | "spicyRice" | "syncopate" | "urbanist" | "yesevaOne" | "zenDots" | "ballet" | "luxuriousScript" | "windSong" | "calSans" | "specialGothicExpandedOne" | "imperialScript" | "greatVibes" | "limelight" | "bodoniModaSc" | "zillaSlab" | "righteous" | "cherryBombOne" | "barlow" | "comfortaa" | "cormorant" | "msMadi" | "tektur" | "spaceGrotesk" | "leagueSpartan" | "cormorantGaramond" | "gwendolyn" | "playwriteOsterreich" | "sourceCodePro" | "commissioner" | "lora" | "sairaCondensed" | "fruktur" | "caudex" | "cascadiaCode" | "merriweather" | "unbounded" | "nataSans" | "museoModerno" | "geologica" | "tomorrow" | "fraunces" | "notoSerifDisplay" | "coiny" | "sriracha" | "redditSans" | "heptaSlab" | "parisienne" | "monteCarlo" | "georama" | "goldman" | "montaguSlab" | "ephesis" | "sigmar" | "knewave";
10657
10660
  textStyleOptions: {
10658
10661
  buttons: {
10659
- type: import("../../../brand-page/models").TextStyleType;
10662
+ type: "buttons" | "titles" | "headings" | "paragraphs";
10660
10663
  title: string;
10661
10664
  style: {
10662
10665
  color: string | undefined;
@@ -10667,12 +10670,12 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
10667
10670
  letterSpacing: string | undefined;
10668
10671
  lineHeight: string | undefined;
10669
10672
  textDecoration: string | undefined;
10670
- textStyleType: import("../../../brand-page/models").TextStyleType | undefined;
10673
+ textStyleType: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
10671
10674
  };
10672
10675
  isModified: boolean;
10673
10676
  };
10674
10677
  titles: {
10675
- type: import("../../../brand-page/models").TextStyleType;
10678
+ type: "buttons" | "titles" | "headings" | "paragraphs";
10676
10679
  title: string;
10677
10680
  style: {
10678
10681
  color: string | undefined;
@@ -10683,12 +10686,12 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
10683
10686
  letterSpacing: string | undefined;
10684
10687
  lineHeight: string | undefined;
10685
10688
  textDecoration: string | undefined;
10686
- textStyleType: import("../../../brand-page/models").TextStyleType | undefined;
10689
+ textStyleType: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
10687
10690
  };
10688
10691
  isModified: boolean;
10689
10692
  };
10690
10693
  headings: {
10691
- type: import("../../../brand-page/models").TextStyleType;
10694
+ type: "buttons" | "titles" | "headings" | "paragraphs";
10692
10695
  title: string;
10693
10696
  style: {
10694
10697
  color: string | undefined;
@@ -10699,12 +10702,12 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
10699
10702
  letterSpacing: string | undefined;
10700
10703
  lineHeight: string | undefined;
10701
10704
  textDecoration: string | undefined;
10702
- textStyleType: import("../../../brand-page/models").TextStyleType | undefined;
10705
+ textStyleType: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
10703
10706
  };
10704
10707
  isModified: boolean;
10705
10708
  };
10706
10709
  paragraphs: {
10707
- type: import("../../../brand-page/models").TextStyleType;
10710
+ type: "buttons" | "titles" | "headings" | "paragraphs";
10708
10711
  title: string;
10709
10712
  style: {
10710
10713
  color: string | undefined;
@@ -10715,18 +10718,18 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
10715
10718
  letterSpacing: string | undefined;
10716
10719
  lineHeight: string | undefined;
10717
10720
  textDecoration: string | undefined;
10718
- textStyleType: import("../../../brand-page/models").TextStyleType | undefined;
10721
+ textStyleType: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
10719
10722
  };
10720
10723
  isModified: boolean;
10721
10724
  };
10722
10725
  };
10723
10726
  };
10724
10727
  galleryStyles: {
10725
- galleryType: import("../../../brand-page/models").GalleryType;
10728
+ galleryType: "grid" | "carousel" | "masonry";
10726
10729
  };
10727
10730
  };
10728
10731
  headerStyles?: {
10729
- displayStyle: import("../../../brand-page").HeaderDisplayStyle;
10732
+ displayStyle: import("../../../brand-page").PageSectionDisplayStyle;
10730
10733
  navigationStyles?: {
10731
10734
  displayType: import("../../../brand-page").NavigationDisplayType;
10732
10735
  renderAfterLogo: boolean;
@@ -10774,7 +10777,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
10774
10777
  transition?: string | undefined;
10775
10778
  width?: string | undefined;
10776
10779
  wordBreak?: string | undefined;
10777
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
10780
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
10778
10781
  applyAutoScale?: boolean | undefined;
10779
10782
  };
10780
10783
  selectedButtonStyle: {
@@ -10914,7 +10917,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
10914
10917
  transition?: string | undefined;
10915
10918
  width?: string | undefined;
10916
10919
  wordBreak?: string | undefined;
10917
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
10920
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
10918
10921
  applyAutoScale?: boolean | undefined;
10919
10922
  };
10920
10923
  selectedButtonStyle: {
@@ -11057,7 +11060,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
11057
11060
  transition?: string | undefined;
11058
11061
  width?: string | undefined;
11059
11062
  wordBreak?: string | undefined;
11060
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
11063
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
11061
11064
  applyAutoScale?: boolean | undefined;
11062
11065
  };
11063
11066
  selectedButtonStyle: {
@@ -11197,7 +11200,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
11197
11200
  transition?: string | undefined;
11198
11201
  width?: string | undefined;
11199
11202
  wordBreak?: string | undefined;
11200
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
11203
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
11201
11204
  applyAutoScale?: boolean | undefined;
11202
11205
  };
11203
11206
  selectedButtonStyle: {
@@ -11341,7 +11344,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
11341
11344
  transition?: string | undefined;
11342
11345
  width?: string | undefined;
11343
11346
  wordBreak?: string | undefined;
11344
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
11347
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
11345
11348
  applyAutoScale?: boolean | undefined;
11346
11349
  };
11347
11350
  selectedButtonStyle: {
@@ -11481,7 +11484,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
11481
11484
  transition?: string | undefined;
11482
11485
  width?: string | undefined;
11483
11486
  wordBreak?: string | undefined;
11484
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
11487
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
11485
11488
  applyAutoScale?: boolean | undefined;
11486
11489
  };
11487
11490
  selectedButtonStyle: {
@@ -11624,7 +11627,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
11624
11627
  transition?: string | undefined;
11625
11628
  width?: string | undefined;
11626
11629
  wordBreak?: string | undefined;
11627
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
11630
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
11628
11631
  applyAutoScale?: boolean | undefined;
11629
11632
  };
11630
11633
  selectedButtonStyle: {
@@ -11764,7 +11767,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
11764
11767
  transition?: string | undefined;
11765
11768
  width?: string | undefined;
11766
11769
  wordBreak?: string | undefined;
11767
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
11770
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
11768
11771
  applyAutoScale?: boolean | undefined;
11769
11772
  };
11770
11773
  selectedButtonStyle: {
@@ -11915,7 +11918,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
11915
11918
  logoVariation?: number | undefined;
11916
11919
  logoImage: {
11917
11920
  logoDraftToken: string;
11918
- logoVariation: import("../../../brand-page/models").LogoVariation;
11921
+ logoVariation: number;
11919
11922
  logoLastUpdate: string | undefined;
11920
11923
  };
11921
11924
  logoTemplateImage: {
@@ -12018,7 +12021,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
12018
12021
  viewport: import("../../../brand-page/models").ViewportsType;
12019
12022
  } | undefined;
12020
12023
  pageHeaderMobile: {
12021
- displayStyle: import("../../../brand-page").HeaderDisplayStyle;
12024
+ displayStyle: import("../../../brand-page").PageSectionDisplayStyle;
12022
12025
  navigationStyles?: {
12023
12026
  displayType: import("../../../brand-page").NavigationDisplayType;
12024
12027
  renderAfterLogo: boolean;
@@ -12066,7 +12069,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
12066
12069
  transition?: string | undefined;
12067
12070
  width?: string | undefined;
12068
12071
  wordBreak?: string | undefined;
12069
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
12072
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
12070
12073
  applyAutoScale?: boolean | undefined;
12071
12074
  };
12072
12075
  selectedButtonStyle: {
@@ -12206,7 +12209,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
12206
12209
  transition?: string | undefined;
12207
12210
  width?: string | undefined;
12208
12211
  wordBreak?: string | undefined;
12209
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
12212
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
12210
12213
  applyAutoScale?: boolean | undefined;
12211
12214
  };
12212
12215
  selectedButtonStyle: {
@@ -12349,7 +12352,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
12349
12352
  transition?: string | undefined;
12350
12353
  width?: string | undefined;
12351
12354
  wordBreak?: string | undefined;
12352
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
12355
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
12353
12356
  applyAutoScale?: boolean | undefined;
12354
12357
  };
12355
12358
  selectedButtonStyle: {
@@ -12489,7 +12492,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
12489
12492
  transition?: string | undefined;
12490
12493
  width?: string | undefined;
12491
12494
  wordBreak?: string | undefined;
12492
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
12495
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
12493
12496
  applyAutoScale?: boolean | undefined;
12494
12497
  };
12495
12498
  selectedButtonStyle: {
@@ -12633,7 +12636,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
12633
12636
  transition?: string | undefined;
12634
12637
  width?: string | undefined;
12635
12638
  wordBreak?: string | undefined;
12636
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
12639
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
12637
12640
  applyAutoScale?: boolean | undefined;
12638
12641
  };
12639
12642
  selectedButtonStyle: {
@@ -12773,7 +12776,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
12773
12776
  transition?: string | undefined;
12774
12777
  width?: string | undefined;
12775
12778
  wordBreak?: string | undefined;
12776
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
12779
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
12777
12780
  applyAutoScale?: boolean | undefined;
12778
12781
  };
12779
12782
  selectedButtonStyle: {
@@ -12916,7 +12919,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
12916
12919
  transition?: string | undefined;
12917
12920
  width?: string | undefined;
12918
12921
  wordBreak?: string | undefined;
12919
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
12922
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
12920
12923
  applyAutoScale?: boolean | undefined;
12921
12924
  };
12922
12925
  selectedButtonStyle: {
@@ -13056,7 +13059,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
13056
13059
  transition?: string | undefined;
13057
13060
  width?: string | undefined;
13058
13061
  wordBreak?: string | undefined;
13059
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
13062
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
13060
13063
  applyAutoScale?: boolean | undefined;
13061
13064
  };
13062
13065
  selectedButtonStyle: {
@@ -13207,7 +13210,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
13207
13210
  logoVariation?: number | undefined;
13208
13211
  logoImage: {
13209
13212
  logoDraftToken: string;
13210
- logoVariation: import("../../../brand-page/models").LogoVariation;
13213
+ logoVariation: number;
13211
13214
  logoLastUpdate: string | undefined;
13212
13215
  };
13213
13216
  logoTemplateImage: {
@@ -13310,7 +13313,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
13310
13313
  viewport: import("../../../brand-page/models").ViewportsType;
13311
13314
  };
13312
13315
  pageHeaderDesktop: {
13313
- displayStyle: import("../../../brand-page").HeaderDisplayStyle;
13316
+ displayStyle: import("../../../brand-page").PageSectionDisplayStyle;
13314
13317
  navigationStyles?: {
13315
13318
  displayType: import("../../../brand-page").NavigationDisplayType;
13316
13319
  renderAfterLogo: boolean;
@@ -13358,7 +13361,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
13358
13361
  transition?: string | undefined;
13359
13362
  width?: string | undefined;
13360
13363
  wordBreak?: string | undefined;
13361
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
13364
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
13362
13365
  applyAutoScale?: boolean | undefined;
13363
13366
  };
13364
13367
  selectedButtonStyle: {
@@ -13498,7 +13501,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
13498
13501
  transition?: string | undefined;
13499
13502
  width?: string | undefined;
13500
13503
  wordBreak?: string | undefined;
13501
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
13504
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
13502
13505
  applyAutoScale?: boolean | undefined;
13503
13506
  };
13504
13507
  selectedButtonStyle: {
@@ -13641,7 +13644,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
13641
13644
  transition?: string | undefined;
13642
13645
  width?: string | undefined;
13643
13646
  wordBreak?: string | undefined;
13644
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
13647
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
13645
13648
  applyAutoScale?: boolean | undefined;
13646
13649
  };
13647
13650
  selectedButtonStyle: {
@@ -13781,7 +13784,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
13781
13784
  transition?: string | undefined;
13782
13785
  width?: string | undefined;
13783
13786
  wordBreak?: string | undefined;
13784
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
13787
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
13785
13788
  applyAutoScale?: boolean | undefined;
13786
13789
  };
13787
13790
  selectedButtonStyle: {
@@ -13925,7 +13928,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
13925
13928
  transition?: string | undefined;
13926
13929
  width?: string | undefined;
13927
13930
  wordBreak?: string | undefined;
13928
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
13931
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
13929
13932
  applyAutoScale?: boolean | undefined;
13930
13933
  };
13931
13934
  selectedButtonStyle: {
@@ -14065,7 +14068,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
14065
14068
  transition?: string | undefined;
14066
14069
  width?: string | undefined;
14067
14070
  wordBreak?: string | undefined;
14068
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
14071
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
14069
14072
  applyAutoScale?: boolean | undefined;
14070
14073
  };
14071
14074
  selectedButtonStyle: {
@@ -14208,7 +14211,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
14208
14211
  transition?: string | undefined;
14209
14212
  width?: string | undefined;
14210
14213
  wordBreak?: string | undefined;
14211
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
14214
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
14212
14215
  applyAutoScale?: boolean | undefined;
14213
14216
  };
14214
14217
  selectedButtonStyle: {
@@ -14348,7 +14351,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
14348
14351
  transition?: string | undefined;
14349
14352
  width?: string | undefined;
14350
14353
  wordBreak?: string | undefined;
14351
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
14354
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
14352
14355
  applyAutoScale?: boolean | undefined;
14353
14356
  };
14354
14357
  selectedButtonStyle: {
@@ -14499,7 +14502,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
14499
14502
  logoVariation?: number | undefined;
14500
14503
  logoImage: {
14501
14504
  logoDraftToken: string;
14502
- logoVariation: import("../../../brand-page/models").LogoVariation;
14505
+ logoVariation: number;
14503
14506
  logoLastUpdate: string | undefined;
14504
14507
  };
14505
14508
  logoTemplateImage: {
@@ -14602,7 +14605,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
14602
14605
  viewport: import("../../../brand-page/models").ViewportsType;
14603
14606
  };
14604
14607
  footerStyles?: {
14605
- displayStyle: import("../../../brand-page").FooterDisplayStyle;
14608
+ displayStyle: string;
14606
14609
  copyrightText: string;
14607
14610
  copyrightStyle: {
14608
14611
  aspectRatio?: string | undefined;
@@ -14648,7 +14651,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
14648
14651
  transition?: string | undefined;
14649
14652
  width?: string | undefined;
14650
14653
  wordBreak?: string | undefined;
14651
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
14654
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
14652
14655
  applyAutoScale?: boolean | undefined;
14653
14656
  };
14654
14657
  backgroundStyle: {
@@ -14793,7 +14796,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
14793
14796
  logoVariation?: number | undefined;
14794
14797
  logoImage: {
14795
14798
  logoDraftToken: string;
14796
- logoVariation: import("../../../brand-page/models").LogoVariation;
14799
+ logoVariation: number;
14797
14800
  logoLastUpdate: string | undefined;
14798
14801
  };
14799
14802
  logoTemplateImage: {
@@ -14805,12 +14808,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
14805
14808
  logoImageBase64Url?: string | undefined;
14806
14809
  socialLinks: {
14807
14810
  url: string;
14811
+ id?: string | undefined;
14808
14812
  imageUrl: string;
14809
14813
  size?: string | undefined;
14810
14814
  imageTitle: string;
14811
14815
  width: number;
14812
14816
  height: number;
14813
- mediaType?: import("../../../brand-page/models").MediaType | undefined;
14817
+ mediaType?: "image" | "shape" | undefined;
14814
14818
  colorReplacements?: {
14815
14819
  attribute: string;
14816
14820
  originalColor: string;
@@ -14820,13 +14824,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
14820
14824
  imageUrlOverride?: string | undefined;
14821
14825
  imageTitleOverride?: string | undefined;
14822
14826
  }[];
14823
- textFontFamily?: import("../../../brand-page").FontFamilyKey | undefined;
14827
+ textFontFamily?: "lato" | "roboto" | "notoSans" | "openSans" | "arvo" | "bebasNeue" | "ptSerif" | "oswald" | "inter" | "montserrat" | "raleway" | "anton" | "antonSc" | "quicksand" | "pacifico" | "bioRhyme" | "playfairDisplay" | "mulish" | "telex" | "pridi" | "hindMadurai" | "kanit" | "libreBaskerville" | "amiko" | "neuton" | "tenorSans" | "jacquesFrancois" | "varela" | "quattrocentoSans" | "workSans" | "titilliumWeb" | "amaticSc" | "poiretOne" | "shantellSans" | "dancingScript" | "tangerine" | "cinzel" | "jost" | "exo2" | "ebGaramond" | "ubuntu" | "cabin" | "josefinSans" | "lobsterTwo" | "sacramento" | "nunito" | "aboreto" | "afacad" | "aleo" | "abhayaLibre" | "caladea" | "rokkitt" | "rubik" | "frankRuhlLibre" | "spectral" | "abrilFatface" | "courgette" | "kiteOne" | "amarante" | "satisfy" | "lilitaOne" | "lobster" | "titanOne" | "cookie" | "bungee" | "poppins" | "staatliches" | "patuaOne" | "calistoga" | "suezOne" | "caprasimo" | "rubikMonoOne" | "silkscreen" | "alfaSlabOne" | "orelegaOne" | "audiowide" | "redRose" | "kalnia" | "imbue" | "climateCrisis" | "gluten" | "madimiOne" | "anta" | "trykker" | "moul" | "bevan" | "wendyOne" | "lexendDeca" | "vinaSans" | "chango" | "changaOne" | "protestGuerrilla" | "londrinaShadow" | "candal" | "borel" | "rockNRollOne" | "bungeeInline" | "rampartOne" | "manrope" | "yuseiMagic" | "patrickHandSC" | "farsan" | "handlee" | "lemonada" | "arsenal" | "bakbakOne" | "belleza" | "blackHanSans" | "bowlbyOne" | "brunoAceSC" | "castoroTitling" | "contrailOne" | "delaGothicOne" | "dotGothic16" | "fahkwang" | "francoisOne" | "gloock" | "graduate" | "jersey10" | "kavoon" | "kronaOne" | "notable" | "pavanam" | "phudu" | "poetsenOne" | "pollerOne" | "questrial" | "racingSansOne" | "rammettoOne" | "rubikGlitch" | "shrikhand" | "spicyRice" | "syncopate" | "urbanist" | "yesevaOne" | "zenDots" | "ballet" | "luxuriousScript" | "windSong" | "calSans" | "specialGothicExpandedOne" | "imperialScript" | "greatVibes" | "limelight" | "bodoniModaSc" | "zillaSlab" | "righteous" | "cherryBombOne" | "barlow" | "comfortaa" | "cormorant" | "msMadi" | "tektur" | "spaceGrotesk" | "leagueSpartan" | "cormorantGaramond" | "gwendolyn" | "playwriteOsterreich" | "sourceCodePro" | "commissioner" | "lora" | "sairaCondensed" | "fruktur" | "caudex" | "cascadiaCode" | "merriweather" | "unbounded" | "nataSans" | "museoModerno" | "geologica" | "tomorrow" | "fraunces" | "notoSerifDisplay" | "coiny" | "sriracha" | "redditSans" | "heptaSlab" | "parisienne" | "monteCarlo" | "georama" | "goldman" | "montaguSlab" | "ephesis" | "sigmar" | "knewave" | undefined;
14824
14828
  viewport: import("../../../brand-page/models").ViewportsType;
14825
14829
  logoImageHeight: string | undefined;
14826
14830
  logoImageWidth: string | undefined;
14827
14831
  } | undefined;
14828
14832
  pageFooterMobile: {
14829
- displayStyle: import("../../../brand-page").FooterDisplayStyle;
14833
+ displayStyle: string;
14830
14834
  copyrightText: string;
14831
14835
  copyrightStyle: {
14832
14836
  aspectRatio?: string | undefined;
@@ -14872,7 +14876,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
14872
14876
  transition?: string | undefined;
14873
14877
  width?: string | undefined;
14874
14878
  wordBreak?: string | undefined;
14875
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
14879
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
14876
14880
  applyAutoScale?: boolean | undefined;
14877
14881
  };
14878
14882
  backgroundStyle: {
@@ -15017,7 +15021,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
15017
15021
  logoVariation?: number | undefined;
15018
15022
  logoImage: {
15019
15023
  logoDraftToken: string;
15020
- logoVariation: import("../../../brand-page/models").LogoVariation;
15024
+ logoVariation: number;
15021
15025
  logoLastUpdate: string | undefined;
15022
15026
  };
15023
15027
  logoTemplateImage: {
@@ -15029,12 +15033,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
15029
15033
  logoImageBase64Url?: string | undefined;
15030
15034
  socialLinks: {
15031
15035
  url: string;
15036
+ id?: string | undefined;
15032
15037
  imageUrl: string;
15033
15038
  size?: string | undefined;
15034
15039
  imageTitle: string;
15035
15040
  width: number;
15036
15041
  height: number;
15037
- mediaType?: import("../../../brand-page/models").MediaType | undefined;
15042
+ mediaType?: "image" | "shape" | undefined;
15038
15043
  colorReplacements?: {
15039
15044
  attribute: string;
15040
15045
  originalColor: string;
@@ -15044,13 +15049,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
15044
15049
  imageUrlOverride?: string | undefined;
15045
15050
  imageTitleOverride?: string | undefined;
15046
15051
  }[];
15047
- textFontFamily?: import("../../../brand-page").FontFamilyKey | undefined;
15052
+ textFontFamily?: "lato" | "roboto" | "notoSans" | "openSans" | "arvo" | "bebasNeue" | "ptSerif" | "oswald" | "inter" | "montserrat" | "raleway" | "anton" | "antonSc" | "quicksand" | "pacifico" | "bioRhyme" | "playfairDisplay" | "mulish" | "telex" | "pridi" | "hindMadurai" | "kanit" | "libreBaskerville" | "amiko" | "neuton" | "tenorSans" | "jacquesFrancois" | "varela" | "quattrocentoSans" | "workSans" | "titilliumWeb" | "amaticSc" | "poiretOne" | "shantellSans" | "dancingScript" | "tangerine" | "cinzel" | "jost" | "exo2" | "ebGaramond" | "ubuntu" | "cabin" | "josefinSans" | "lobsterTwo" | "sacramento" | "nunito" | "aboreto" | "afacad" | "aleo" | "abhayaLibre" | "caladea" | "rokkitt" | "rubik" | "frankRuhlLibre" | "spectral" | "abrilFatface" | "courgette" | "kiteOne" | "amarante" | "satisfy" | "lilitaOne" | "lobster" | "titanOne" | "cookie" | "bungee" | "poppins" | "staatliches" | "patuaOne" | "calistoga" | "suezOne" | "caprasimo" | "rubikMonoOne" | "silkscreen" | "alfaSlabOne" | "orelegaOne" | "audiowide" | "redRose" | "kalnia" | "imbue" | "climateCrisis" | "gluten" | "madimiOne" | "anta" | "trykker" | "moul" | "bevan" | "wendyOne" | "lexendDeca" | "vinaSans" | "chango" | "changaOne" | "protestGuerrilla" | "londrinaShadow" | "candal" | "borel" | "rockNRollOne" | "bungeeInline" | "rampartOne" | "manrope" | "yuseiMagic" | "patrickHandSC" | "farsan" | "handlee" | "lemonada" | "arsenal" | "bakbakOne" | "belleza" | "blackHanSans" | "bowlbyOne" | "brunoAceSC" | "castoroTitling" | "contrailOne" | "delaGothicOne" | "dotGothic16" | "fahkwang" | "francoisOne" | "gloock" | "graduate" | "jersey10" | "kavoon" | "kronaOne" | "notable" | "pavanam" | "phudu" | "poetsenOne" | "pollerOne" | "questrial" | "racingSansOne" | "rammettoOne" | "rubikGlitch" | "shrikhand" | "spicyRice" | "syncopate" | "urbanist" | "yesevaOne" | "zenDots" | "ballet" | "luxuriousScript" | "windSong" | "calSans" | "specialGothicExpandedOne" | "imperialScript" | "greatVibes" | "limelight" | "bodoniModaSc" | "zillaSlab" | "righteous" | "cherryBombOne" | "barlow" | "comfortaa" | "cormorant" | "msMadi" | "tektur" | "spaceGrotesk" | "leagueSpartan" | "cormorantGaramond" | "gwendolyn" | "playwriteOsterreich" | "sourceCodePro" | "commissioner" | "lora" | "sairaCondensed" | "fruktur" | "caudex" | "cascadiaCode" | "merriweather" | "unbounded" | "nataSans" | "museoModerno" | "geologica" | "tomorrow" | "fraunces" | "notoSerifDisplay" | "coiny" | "sriracha" | "redditSans" | "heptaSlab" | "parisienne" | "monteCarlo" | "georama" | "goldman" | "montaguSlab" | "ephesis" | "sigmar" | "knewave" | undefined;
15048
15053
  viewport: import("../../../brand-page/models").ViewportsType;
15049
15054
  logoImageHeight: string | undefined;
15050
15055
  logoImageWidth: string | undefined;
15051
15056
  };
15052
15057
  pageFooterDesktop: {
15053
- displayStyle: import("../../../brand-page").FooterDisplayStyle;
15058
+ displayStyle: string;
15054
15059
  copyrightText: string;
15055
15060
  copyrightStyle: {
15056
15061
  aspectRatio?: string | undefined;
@@ -15096,7 +15101,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
15096
15101
  transition?: string | undefined;
15097
15102
  width?: string | undefined;
15098
15103
  wordBreak?: string | undefined;
15099
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
15104
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
15100
15105
  applyAutoScale?: boolean | undefined;
15101
15106
  };
15102
15107
  backgroundStyle: {
@@ -15241,7 +15246,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
15241
15246
  logoVariation?: number | undefined;
15242
15247
  logoImage: {
15243
15248
  logoDraftToken: string;
15244
- logoVariation: import("../../../brand-page/models").LogoVariation;
15249
+ logoVariation: number;
15245
15250
  logoLastUpdate: string | undefined;
15246
15251
  };
15247
15252
  logoTemplateImage: {
@@ -15253,12 +15258,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
15253
15258
  logoImageBase64Url?: string | undefined;
15254
15259
  socialLinks: {
15255
15260
  url: string;
15261
+ id?: string | undefined;
15256
15262
  imageUrl: string;
15257
15263
  size?: string | undefined;
15258
15264
  imageTitle: string;
15259
15265
  width: number;
15260
15266
  height: number;
15261
- mediaType?: import("../../../brand-page/models").MediaType | undefined;
15267
+ mediaType?: "image" | "shape" | undefined;
15262
15268
  colorReplacements?: {
15263
15269
  attribute: string;
15264
15270
  originalColor: string;
@@ -15268,7 +15274,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
15268
15274
  imageUrlOverride?: string | undefined;
15269
15275
  imageTitleOverride?: string | undefined;
15270
15276
  }[];
15271
- textFontFamily?: import("../../../brand-page").FontFamilyKey | undefined;
15277
+ textFontFamily?: "lato" | "roboto" | "notoSans" | "openSans" | "arvo" | "bebasNeue" | "ptSerif" | "oswald" | "inter" | "montserrat" | "raleway" | "anton" | "antonSc" | "quicksand" | "pacifico" | "bioRhyme" | "playfairDisplay" | "mulish" | "telex" | "pridi" | "hindMadurai" | "kanit" | "libreBaskerville" | "amiko" | "neuton" | "tenorSans" | "jacquesFrancois" | "varela" | "quattrocentoSans" | "workSans" | "titilliumWeb" | "amaticSc" | "poiretOne" | "shantellSans" | "dancingScript" | "tangerine" | "cinzel" | "jost" | "exo2" | "ebGaramond" | "ubuntu" | "cabin" | "josefinSans" | "lobsterTwo" | "sacramento" | "nunito" | "aboreto" | "afacad" | "aleo" | "abhayaLibre" | "caladea" | "rokkitt" | "rubik" | "frankRuhlLibre" | "spectral" | "abrilFatface" | "courgette" | "kiteOne" | "amarante" | "satisfy" | "lilitaOne" | "lobster" | "titanOne" | "cookie" | "bungee" | "poppins" | "staatliches" | "patuaOne" | "calistoga" | "suezOne" | "caprasimo" | "rubikMonoOne" | "silkscreen" | "alfaSlabOne" | "orelegaOne" | "audiowide" | "redRose" | "kalnia" | "imbue" | "climateCrisis" | "gluten" | "madimiOne" | "anta" | "trykker" | "moul" | "bevan" | "wendyOne" | "lexendDeca" | "vinaSans" | "chango" | "changaOne" | "protestGuerrilla" | "londrinaShadow" | "candal" | "borel" | "rockNRollOne" | "bungeeInline" | "rampartOne" | "manrope" | "yuseiMagic" | "patrickHandSC" | "farsan" | "handlee" | "lemonada" | "arsenal" | "bakbakOne" | "belleza" | "blackHanSans" | "bowlbyOne" | "brunoAceSC" | "castoroTitling" | "contrailOne" | "delaGothicOne" | "dotGothic16" | "fahkwang" | "francoisOne" | "gloock" | "graduate" | "jersey10" | "kavoon" | "kronaOne" | "notable" | "pavanam" | "phudu" | "poetsenOne" | "pollerOne" | "questrial" | "racingSansOne" | "rammettoOne" | "rubikGlitch" | "shrikhand" | "spicyRice" | "syncopate" | "urbanist" | "yesevaOne" | "zenDots" | "ballet" | "luxuriousScript" | "windSong" | "calSans" | "specialGothicExpandedOne" | "imperialScript" | "greatVibes" | "limelight" | "bodoniModaSc" | "zillaSlab" | "righteous" | "cherryBombOne" | "barlow" | "comfortaa" | "cormorant" | "msMadi" | "tektur" | "spaceGrotesk" | "leagueSpartan" | "cormorantGaramond" | "gwendolyn" | "playwriteOsterreich" | "sourceCodePro" | "commissioner" | "lora" | "sairaCondensed" | "fruktur" | "caudex" | "cascadiaCode" | "merriweather" | "unbounded" | "nataSans" | "museoModerno" | "geologica" | "tomorrow" | "fraunces" | "notoSerifDisplay" | "coiny" | "sriracha" | "redditSans" | "heptaSlab" | "parisienne" | "monteCarlo" | "georama" | "goldman" | "montaguSlab" | "ephesis" | "sigmar" | "knewave" | undefined;
15272
15278
  viewport: import("../../../brand-page/models").ViewportsType;
15273
15279
  logoImageHeight: string | undefined;
15274
15280
  logoImageWidth: string | undefined;
@@ -15277,8 +15283,8 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
15277
15283
  title: string;
15278
15284
  contents: {
15279
15285
  id: string;
15280
- type: import("../../../brand-page/models").ContentType;
15281
- personalisationRole?: import("../../../brand-page/models").PersonalisationRole | undefined;
15286
+ type: "website" | "image" | "email" | "phone" | "logo" | "general-link" | "profile" | "video" | "text" | "facebook" | "x" | "instagram" | "youtube" | "linkedin" | "pinterest" | "twitch" | "tiktok" | "map" | "image-gallery" | "mailing-list" | "request-payment" | "support-me" | "contact-form" | "banner-section" | "about-section" | "divider-section" | "images-section" | "testimonial-section" | "social-links" | "shapes-section" | "shop-section" | "booking-section";
15287
+ personalisationRole?: "website" | "email" | "phone" | "profile" | "about" | "information" | "media" | undefined;
15282
15288
  topPadding?: number | undefined;
15283
15289
  bottomPadding?: number | undefined;
15284
15290
  imageUrlOverride?: string | undefined;
@@ -15300,7 +15306,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
15300
15306
  nav: {
15301
15307
  orders: {
15302
15308
  routeId: string;
15303
- subRoutes: /*elided*/ any[];
15309
+ subRoutes: any[];
15304
15310
  }[];
15305
15311
  routes: {
15306
15312
  id: string;
@@ -15311,7 +15317,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
15311
15317
  }[];
15312
15318
  };
15313
15319
  isModifiedAfterTemplateApplied?: boolean | undefined;
15314
- brandPageType?: import("../../../brand-page/models").BrandPageType | undefined;
15320
+ brandPageType?: "default" | "brandSite" | "brandContact" | undefined;
15315
15321
  faviconUrl?: string | undefined;
15316
15322
  ogImageUrl?: string | undefined;
15317
15323
  measurementID?: string | undefined;
@@ -15341,7 +15347,6 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
15341
15347
  userMessageId: string;
15342
15348
  model: {
15343
15349
  v: number;
15344
- userPromptContentKey?: string | undefined;
15345
15350
  styles: {
15346
15351
  backgroundStyles: {
15347
15352
  style: {
@@ -15481,7 +15486,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
15481
15486
  wordBreak?: string | undefined;
15482
15487
  };
15483
15488
  }[];
15484
- personalisationRole?: import("../../../brand-page/models").PersonalisationRole | undefined;
15489
+ personalisationRole?: "website" | "email" | "phone" | "profile" | "about" | "information" | "media" | undefined;
15485
15490
  media?: {
15486
15491
  type: import("../../../brand-page/models").MediaTypes;
15487
15492
  } | undefined;
@@ -15762,10 +15767,10 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
15762
15767
  width?: string | undefined;
15763
15768
  wordBreak?: string | undefined;
15764
15769
  };
15765
- textFontFamily: import("../../../brand-page").FontFamilyKey;
15770
+ textFontFamily: "lato" | "roboto" | "notoSans" | "openSans" | "arvo" | "bebasNeue" | "ptSerif" | "oswald" | "inter" | "montserrat" | "raleway" | "anton" | "antonSc" | "quicksand" | "pacifico" | "bioRhyme" | "playfairDisplay" | "mulish" | "telex" | "pridi" | "hindMadurai" | "kanit" | "libreBaskerville" | "amiko" | "neuton" | "tenorSans" | "jacquesFrancois" | "varela" | "quattrocentoSans" | "workSans" | "titilliumWeb" | "amaticSc" | "poiretOne" | "shantellSans" | "dancingScript" | "tangerine" | "cinzel" | "jost" | "exo2" | "ebGaramond" | "ubuntu" | "cabin" | "josefinSans" | "lobsterTwo" | "sacramento" | "nunito" | "aboreto" | "afacad" | "aleo" | "abhayaLibre" | "caladea" | "rokkitt" | "rubik" | "frankRuhlLibre" | "spectral" | "abrilFatface" | "courgette" | "kiteOne" | "amarante" | "satisfy" | "lilitaOne" | "lobster" | "titanOne" | "cookie" | "bungee" | "poppins" | "staatliches" | "patuaOne" | "calistoga" | "suezOne" | "caprasimo" | "rubikMonoOne" | "silkscreen" | "alfaSlabOne" | "orelegaOne" | "audiowide" | "redRose" | "kalnia" | "imbue" | "climateCrisis" | "gluten" | "madimiOne" | "anta" | "trykker" | "moul" | "bevan" | "wendyOne" | "lexendDeca" | "vinaSans" | "chango" | "changaOne" | "protestGuerrilla" | "londrinaShadow" | "candal" | "borel" | "rockNRollOne" | "bungeeInline" | "rampartOne" | "manrope" | "yuseiMagic" | "patrickHandSC" | "farsan" | "handlee" | "lemonada" | "arsenal" | "bakbakOne" | "belleza" | "blackHanSans" | "bowlbyOne" | "brunoAceSC" | "castoroTitling" | "contrailOne" | "delaGothicOne" | "dotGothic16" | "fahkwang" | "francoisOne" | "gloock" | "graduate" | "jersey10" | "kavoon" | "kronaOne" | "notable" | "pavanam" | "phudu" | "poetsenOne" | "pollerOne" | "questrial" | "racingSansOne" | "rammettoOne" | "rubikGlitch" | "shrikhand" | "spicyRice" | "syncopate" | "urbanist" | "yesevaOne" | "zenDots" | "ballet" | "luxuriousScript" | "windSong" | "calSans" | "specialGothicExpandedOne" | "imperialScript" | "greatVibes" | "limelight" | "bodoniModaSc" | "zillaSlab" | "righteous" | "cherryBombOne" | "barlow" | "comfortaa" | "cormorant" | "msMadi" | "tektur" | "spaceGrotesk" | "leagueSpartan" | "cormorantGaramond" | "gwendolyn" | "playwriteOsterreich" | "sourceCodePro" | "commissioner" | "lora" | "sairaCondensed" | "fruktur" | "caudex" | "cascadiaCode" | "merriweather" | "unbounded" | "nataSans" | "museoModerno" | "geologica" | "tomorrow" | "fraunces" | "notoSerifDisplay" | "coiny" | "sriracha" | "redditSans" | "heptaSlab" | "parisienne" | "monteCarlo" | "georama" | "goldman" | "montaguSlab" | "ephesis" | "sigmar" | "knewave";
15766
15771
  textStyleOptions: {
15767
15772
  buttons: {
15768
- type: import("../../../brand-page/models").TextStyleType;
15773
+ type: "buttons" | "titles" | "headings" | "paragraphs";
15769
15774
  title: string;
15770
15775
  style: {
15771
15776
  color: string | undefined;
@@ -15776,12 +15781,12 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
15776
15781
  letterSpacing: string | undefined;
15777
15782
  lineHeight: string | undefined;
15778
15783
  textDecoration: string | undefined;
15779
- textStyleType: import("../../../brand-page/models").TextStyleType | undefined;
15784
+ textStyleType: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
15780
15785
  };
15781
15786
  isModified: boolean;
15782
15787
  };
15783
15788
  titles: {
15784
- type: import("../../../brand-page/models").TextStyleType;
15789
+ type: "buttons" | "titles" | "headings" | "paragraphs";
15785
15790
  title: string;
15786
15791
  style: {
15787
15792
  color: string | undefined;
@@ -15792,12 +15797,12 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
15792
15797
  letterSpacing: string | undefined;
15793
15798
  lineHeight: string | undefined;
15794
15799
  textDecoration: string | undefined;
15795
- textStyleType: import("../../../brand-page/models").TextStyleType | undefined;
15800
+ textStyleType: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
15796
15801
  };
15797
15802
  isModified: boolean;
15798
15803
  };
15799
15804
  headings: {
15800
- type: import("../../../brand-page/models").TextStyleType;
15805
+ type: "buttons" | "titles" | "headings" | "paragraphs";
15801
15806
  title: string;
15802
15807
  style: {
15803
15808
  color: string | undefined;
@@ -15808,12 +15813,12 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
15808
15813
  letterSpacing: string | undefined;
15809
15814
  lineHeight: string | undefined;
15810
15815
  textDecoration: string | undefined;
15811
- textStyleType: import("../../../brand-page/models").TextStyleType | undefined;
15816
+ textStyleType: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
15812
15817
  };
15813
15818
  isModified: boolean;
15814
15819
  };
15815
15820
  paragraphs: {
15816
- type: import("../../../brand-page/models").TextStyleType;
15821
+ type: "buttons" | "titles" | "headings" | "paragraphs";
15817
15822
  title: string;
15818
15823
  style: {
15819
15824
  color: string | undefined;
@@ -15824,18 +15829,18 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
15824
15829
  letterSpacing: string | undefined;
15825
15830
  lineHeight: string | undefined;
15826
15831
  textDecoration: string | undefined;
15827
- textStyleType: import("../../../brand-page/models").TextStyleType | undefined;
15832
+ textStyleType: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
15828
15833
  };
15829
15834
  isModified: boolean;
15830
15835
  };
15831
15836
  };
15832
15837
  };
15833
15838
  galleryStyles: {
15834
- galleryType: import("../../../brand-page/models").GalleryType;
15839
+ galleryType: "grid" | "carousel" | "masonry";
15835
15840
  };
15836
15841
  };
15837
15842
  headerStyles?: {
15838
- displayStyle: import("../../../brand-page").HeaderDisplayStyle;
15843
+ displayStyle: import("../../../brand-page").PageSectionDisplayStyle;
15839
15844
  navigationStyles?: {
15840
15845
  displayType: import("../../../brand-page").NavigationDisplayType;
15841
15846
  renderAfterLogo: boolean;
@@ -15883,7 +15888,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
15883
15888
  transition?: string | undefined;
15884
15889
  width?: string | undefined;
15885
15890
  wordBreak?: string | undefined;
15886
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
15891
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
15887
15892
  applyAutoScale?: boolean | undefined;
15888
15893
  };
15889
15894
  selectedButtonStyle: {
@@ -16023,7 +16028,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
16023
16028
  transition?: string | undefined;
16024
16029
  width?: string | undefined;
16025
16030
  wordBreak?: string | undefined;
16026
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
16031
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
16027
16032
  applyAutoScale?: boolean | undefined;
16028
16033
  };
16029
16034
  selectedButtonStyle: {
@@ -16166,7 +16171,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
16166
16171
  transition?: string | undefined;
16167
16172
  width?: string | undefined;
16168
16173
  wordBreak?: string | undefined;
16169
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
16174
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
16170
16175
  applyAutoScale?: boolean | undefined;
16171
16176
  };
16172
16177
  selectedButtonStyle: {
@@ -16306,7 +16311,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
16306
16311
  transition?: string | undefined;
16307
16312
  width?: string | undefined;
16308
16313
  wordBreak?: string | undefined;
16309
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
16314
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
16310
16315
  applyAutoScale?: boolean | undefined;
16311
16316
  };
16312
16317
  selectedButtonStyle: {
@@ -16450,7 +16455,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
16450
16455
  transition?: string | undefined;
16451
16456
  width?: string | undefined;
16452
16457
  wordBreak?: string | undefined;
16453
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
16458
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
16454
16459
  applyAutoScale?: boolean | undefined;
16455
16460
  };
16456
16461
  selectedButtonStyle: {
@@ -16590,7 +16595,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
16590
16595
  transition?: string | undefined;
16591
16596
  width?: string | undefined;
16592
16597
  wordBreak?: string | undefined;
16593
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
16598
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
16594
16599
  applyAutoScale?: boolean | undefined;
16595
16600
  };
16596
16601
  selectedButtonStyle: {
@@ -16733,7 +16738,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
16733
16738
  transition?: string | undefined;
16734
16739
  width?: string | undefined;
16735
16740
  wordBreak?: string | undefined;
16736
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
16741
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
16737
16742
  applyAutoScale?: boolean | undefined;
16738
16743
  };
16739
16744
  selectedButtonStyle: {
@@ -16873,7 +16878,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
16873
16878
  transition?: string | undefined;
16874
16879
  width?: string | undefined;
16875
16880
  wordBreak?: string | undefined;
16876
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
16881
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
16877
16882
  applyAutoScale?: boolean | undefined;
16878
16883
  };
16879
16884
  selectedButtonStyle: {
@@ -17024,7 +17029,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
17024
17029
  logoVariation?: number | undefined;
17025
17030
  logoImage: {
17026
17031
  logoDraftToken: string;
17027
- logoVariation: import("../../../brand-page/models").LogoVariation;
17032
+ logoVariation: number;
17028
17033
  logoLastUpdate: string | undefined;
17029
17034
  };
17030
17035
  logoTemplateImage: {
@@ -17127,7 +17132,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
17127
17132
  viewport: import("../../../brand-page/models").ViewportsType;
17128
17133
  } | undefined;
17129
17134
  pageHeaderMobile: {
17130
- displayStyle: import("../../../brand-page").HeaderDisplayStyle;
17135
+ displayStyle: import("../../../brand-page").PageSectionDisplayStyle;
17131
17136
  navigationStyles?: {
17132
17137
  displayType: import("../../../brand-page").NavigationDisplayType;
17133
17138
  renderAfterLogo: boolean;
@@ -17175,7 +17180,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
17175
17180
  transition?: string | undefined;
17176
17181
  width?: string | undefined;
17177
17182
  wordBreak?: string | undefined;
17178
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
17183
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
17179
17184
  applyAutoScale?: boolean | undefined;
17180
17185
  };
17181
17186
  selectedButtonStyle: {
@@ -17315,7 +17320,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
17315
17320
  transition?: string | undefined;
17316
17321
  width?: string | undefined;
17317
17322
  wordBreak?: string | undefined;
17318
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
17323
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
17319
17324
  applyAutoScale?: boolean | undefined;
17320
17325
  };
17321
17326
  selectedButtonStyle: {
@@ -17458,7 +17463,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
17458
17463
  transition?: string | undefined;
17459
17464
  width?: string | undefined;
17460
17465
  wordBreak?: string | undefined;
17461
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
17466
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
17462
17467
  applyAutoScale?: boolean | undefined;
17463
17468
  };
17464
17469
  selectedButtonStyle: {
@@ -17598,7 +17603,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
17598
17603
  transition?: string | undefined;
17599
17604
  width?: string | undefined;
17600
17605
  wordBreak?: string | undefined;
17601
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
17606
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
17602
17607
  applyAutoScale?: boolean | undefined;
17603
17608
  };
17604
17609
  selectedButtonStyle: {
@@ -17742,7 +17747,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
17742
17747
  transition?: string | undefined;
17743
17748
  width?: string | undefined;
17744
17749
  wordBreak?: string | undefined;
17745
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
17750
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
17746
17751
  applyAutoScale?: boolean | undefined;
17747
17752
  };
17748
17753
  selectedButtonStyle: {
@@ -17882,7 +17887,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
17882
17887
  transition?: string | undefined;
17883
17888
  width?: string | undefined;
17884
17889
  wordBreak?: string | undefined;
17885
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
17890
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
17886
17891
  applyAutoScale?: boolean | undefined;
17887
17892
  };
17888
17893
  selectedButtonStyle: {
@@ -18025,7 +18030,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
18025
18030
  transition?: string | undefined;
18026
18031
  width?: string | undefined;
18027
18032
  wordBreak?: string | undefined;
18028
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
18033
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
18029
18034
  applyAutoScale?: boolean | undefined;
18030
18035
  };
18031
18036
  selectedButtonStyle: {
@@ -18165,7 +18170,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
18165
18170
  transition?: string | undefined;
18166
18171
  width?: string | undefined;
18167
18172
  wordBreak?: string | undefined;
18168
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
18173
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
18169
18174
  applyAutoScale?: boolean | undefined;
18170
18175
  };
18171
18176
  selectedButtonStyle: {
@@ -18316,7 +18321,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
18316
18321
  logoVariation?: number | undefined;
18317
18322
  logoImage: {
18318
18323
  logoDraftToken: string;
18319
- logoVariation: import("../../../brand-page/models").LogoVariation;
18324
+ logoVariation: number;
18320
18325
  logoLastUpdate: string | undefined;
18321
18326
  };
18322
18327
  logoTemplateImage: {
@@ -18419,7 +18424,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
18419
18424
  viewport: import("../../../brand-page/models").ViewportsType;
18420
18425
  };
18421
18426
  pageHeaderDesktop: {
18422
- displayStyle: import("../../../brand-page").HeaderDisplayStyle;
18427
+ displayStyle: import("../../../brand-page").PageSectionDisplayStyle;
18423
18428
  navigationStyles?: {
18424
18429
  displayType: import("../../../brand-page").NavigationDisplayType;
18425
18430
  renderAfterLogo: boolean;
@@ -18467,7 +18472,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
18467
18472
  transition?: string | undefined;
18468
18473
  width?: string | undefined;
18469
18474
  wordBreak?: string | undefined;
18470
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
18475
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
18471
18476
  applyAutoScale?: boolean | undefined;
18472
18477
  };
18473
18478
  selectedButtonStyle: {
@@ -18607,7 +18612,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
18607
18612
  transition?: string | undefined;
18608
18613
  width?: string | undefined;
18609
18614
  wordBreak?: string | undefined;
18610
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
18615
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
18611
18616
  applyAutoScale?: boolean | undefined;
18612
18617
  };
18613
18618
  selectedButtonStyle: {
@@ -18750,7 +18755,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
18750
18755
  transition?: string | undefined;
18751
18756
  width?: string | undefined;
18752
18757
  wordBreak?: string | undefined;
18753
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
18758
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
18754
18759
  applyAutoScale?: boolean | undefined;
18755
18760
  };
18756
18761
  selectedButtonStyle: {
@@ -18890,7 +18895,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
18890
18895
  transition?: string | undefined;
18891
18896
  width?: string | undefined;
18892
18897
  wordBreak?: string | undefined;
18893
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
18898
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
18894
18899
  applyAutoScale?: boolean | undefined;
18895
18900
  };
18896
18901
  selectedButtonStyle: {
@@ -19034,7 +19039,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
19034
19039
  transition?: string | undefined;
19035
19040
  width?: string | undefined;
19036
19041
  wordBreak?: string | undefined;
19037
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
19042
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
19038
19043
  applyAutoScale?: boolean | undefined;
19039
19044
  };
19040
19045
  selectedButtonStyle: {
@@ -19174,7 +19179,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
19174
19179
  transition?: string | undefined;
19175
19180
  width?: string | undefined;
19176
19181
  wordBreak?: string | undefined;
19177
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
19182
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
19178
19183
  applyAutoScale?: boolean | undefined;
19179
19184
  };
19180
19185
  selectedButtonStyle: {
@@ -19317,7 +19322,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
19317
19322
  transition?: string | undefined;
19318
19323
  width?: string | undefined;
19319
19324
  wordBreak?: string | undefined;
19320
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
19325
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
19321
19326
  applyAutoScale?: boolean | undefined;
19322
19327
  };
19323
19328
  selectedButtonStyle: {
@@ -19457,7 +19462,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
19457
19462
  transition?: string | undefined;
19458
19463
  width?: string | undefined;
19459
19464
  wordBreak?: string | undefined;
19460
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
19465
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
19461
19466
  applyAutoScale?: boolean | undefined;
19462
19467
  };
19463
19468
  selectedButtonStyle: {
@@ -19608,7 +19613,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
19608
19613
  logoVariation?: number | undefined;
19609
19614
  logoImage: {
19610
19615
  logoDraftToken: string;
19611
- logoVariation: import("../../../brand-page/models").LogoVariation;
19616
+ logoVariation: number;
19612
19617
  logoLastUpdate: string | undefined;
19613
19618
  };
19614
19619
  logoTemplateImage: {
@@ -19711,7 +19716,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
19711
19716
  viewport: import("../../../brand-page/models").ViewportsType;
19712
19717
  };
19713
19718
  footerStyles?: {
19714
- displayStyle: import("../../../brand-page").FooterDisplayStyle;
19719
+ displayStyle: string;
19715
19720
  copyrightText: string;
19716
19721
  copyrightStyle: {
19717
19722
  aspectRatio?: string | undefined;
@@ -19757,7 +19762,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
19757
19762
  transition?: string | undefined;
19758
19763
  width?: string | undefined;
19759
19764
  wordBreak?: string | undefined;
19760
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
19765
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
19761
19766
  applyAutoScale?: boolean | undefined;
19762
19767
  };
19763
19768
  backgroundStyle: {
@@ -19902,7 +19907,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
19902
19907
  logoVariation?: number | undefined;
19903
19908
  logoImage: {
19904
19909
  logoDraftToken: string;
19905
- logoVariation: import("../../../brand-page/models").LogoVariation;
19910
+ logoVariation: number;
19906
19911
  logoLastUpdate: string | undefined;
19907
19912
  };
19908
19913
  logoTemplateImage: {
@@ -19914,12 +19919,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
19914
19919
  logoImageBase64Url?: string | undefined;
19915
19920
  socialLinks: {
19916
19921
  url: string;
19922
+ id?: string | undefined;
19917
19923
  imageUrl: string;
19918
19924
  size?: string | undefined;
19919
19925
  imageTitle: string;
19920
19926
  width: number;
19921
19927
  height: number;
19922
- mediaType?: import("../../../brand-page/models").MediaType | undefined;
19928
+ mediaType?: "image" | "shape" | undefined;
19923
19929
  colorReplacements?: {
19924
19930
  attribute: string;
19925
19931
  originalColor: string;
@@ -19929,13 +19935,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
19929
19935
  imageUrlOverride?: string | undefined;
19930
19936
  imageTitleOverride?: string | undefined;
19931
19937
  }[];
19932
- textFontFamily?: import("../../../brand-page").FontFamilyKey | undefined;
19938
+ textFontFamily?: "lato" | "roboto" | "notoSans" | "openSans" | "arvo" | "bebasNeue" | "ptSerif" | "oswald" | "inter" | "montserrat" | "raleway" | "anton" | "antonSc" | "quicksand" | "pacifico" | "bioRhyme" | "playfairDisplay" | "mulish" | "telex" | "pridi" | "hindMadurai" | "kanit" | "libreBaskerville" | "amiko" | "neuton" | "tenorSans" | "jacquesFrancois" | "varela" | "quattrocentoSans" | "workSans" | "titilliumWeb" | "amaticSc" | "poiretOne" | "shantellSans" | "dancingScript" | "tangerine" | "cinzel" | "jost" | "exo2" | "ebGaramond" | "ubuntu" | "cabin" | "josefinSans" | "lobsterTwo" | "sacramento" | "nunito" | "aboreto" | "afacad" | "aleo" | "abhayaLibre" | "caladea" | "rokkitt" | "rubik" | "frankRuhlLibre" | "spectral" | "abrilFatface" | "courgette" | "kiteOne" | "amarante" | "satisfy" | "lilitaOne" | "lobster" | "titanOne" | "cookie" | "bungee" | "poppins" | "staatliches" | "patuaOne" | "calistoga" | "suezOne" | "caprasimo" | "rubikMonoOne" | "silkscreen" | "alfaSlabOne" | "orelegaOne" | "audiowide" | "redRose" | "kalnia" | "imbue" | "climateCrisis" | "gluten" | "madimiOne" | "anta" | "trykker" | "moul" | "bevan" | "wendyOne" | "lexendDeca" | "vinaSans" | "chango" | "changaOne" | "protestGuerrilla" | "londrinaShadow" | "candal" | "borel" | "rockNRollOne" | "bungeeInline" | "rampartOne" | "manrope" | "yuseiMagic" | "patrickHandSC" | "farsan" | "handlee" | "lemonada" | "arsenal" | "bakbakOne" | "belleza" | "blackHanSans" | "bowlbyOne" | "brunoAceSC" | "castoroTitling" | "contrailOne" | "delaGothicOne" | "dotGothic16" | "fahkwang" | "francoisOne" | "gloock" | "graduate" | "jersey10" | "kavoon" | "kronaOne" | "notable" | "pavanam" | "phudu" | "poetsenOne" | "pollerOne" | "questrial" | "racingSansOne" | "rammettoOne" | "rubikGlitch" | "shrikhand" | "spicyRice" | "syncopate" | "urbanist" | "yesevaOne" | "zenDots" | "ballet" | "luxuriousScript" | "windSong" | "calSans" | "specialGothicExpandedOne" | "imperialScript" | "greatVibes" | "limelight" | "bodoniModaSc" | "zillaSlab" | "righteous" | "cherryBombOne" | "barlow" | "comfortaa" | "cormorant" | "msMadi" | "tektur" | "spaceGrotesk" | "leagueSpartan" | "cormorantGaramond" | "gwendolyn" | "playwriteOsterreich" | "sourceCodePro" | "commissioner" | "lora" | "sairaCondensed" | "fruktur" | "caudex" | "cascadiaCode" | "merriweather" | "unbounded" | "nataSans" | "museoModerno" | "geologica" | "tomorrow" | "fraunces" | "notoSerifDisplay" | "coiny" | "sriracha" | "redditSans" | "heptaSlab" | "parisienne" | "monteCarlo" | "georama" | "goldman" | "montaguSlab" | "ephesis" | "sigmar" | "knewave" | undefined;
19933
19939
  viewport: import("../../../brand-page/models").ViewportsType;
19934
19940
  logoImageHeight: string | undefined;
19935
19941
  logoImageWidth: string | undefined;
19936
19942
  } | undefined;
19937
19943
  pageFooterMobile: {
19938
- displayStyle: import("../../../brand-page").FooterDisplayStyle;
19944
+ displayStyle: string;
19939
19945
  copyrightText: string;
19940
19946
  copyrightStyle: {
19941
19947
  aspectRatio?: string | undefined;
@@ -19981,7 +19987,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
19981
19987
  transition?: string | undefined;
19982
19988
  width?: string | undefined;
19983
19989
  wordBreak?: string | undefined;
19984
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
19990
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
19985
19991
  applyAutoScale?: boolean | undefined;
19986
19992
  };
19987
19993
  backgroundStyle: {
@@ -20126,7 +20132,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
20126
20132
  logoVariation?: number | undefined;
20127
20133
  logoImage: {
20128
20134
  logoDraftToken: string;
20129
- logoVariation: import("../../../brand-page/models").LogoVariation;
20135
+ logoVariation: number;
20130
20136
  logoLastUpdate: string | undefined;
20131
20137
  };
20132
20138
  logoTemplateImage: {
@@ -20138,12 +20144,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
20138
20144
  logoImageBase64Url?: string | undefined;
20139
20145
  socialLinks: {
20140
20146
  url: string;
20147
+ id?: string | undefined;
20141
20148
  imageUrl: string;
20142
20149
  size?: string | undefined;
20143
20150
  imageTitle: string;
20144
20151
  width: number;
20145
20152
  height: number;
20146
- mediaType?: import("../../../brand-page/models").MediaType | undefined;
20153
+ mediaType?: "image" | "shape" | undefined;
20147
20154
  colorReplacements?: {
20148
20155
  attribute: string;
20149
20156
  originalColor: string;
@@ -20153,13 +20160,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
20153
20160
  imageUrlOverride?: string | undefined;
20154
20161
  imageTitleOverride?: string | undefined;
20155
20162
  }[];
20156
- textFontFamily?: import("../../../brand-page").FontFamilyKey | undefined;
20163
+ textFontFamily?: "lato" | "roboto" | "notoSans" | "openSans" | "arvo" | "bebasNeue" | "ptSerif" | "oswald" | "inter" | "montserrat" | "raleway" | "anton" | "antonSc" | "quicksand" | "pacifico" | "bioRhyme" | "playfairDisplay" | "mulish" | "telex" | "pridi" | "hindMadurai" | "kanit" | "libreBaskerville" | "amiko" | "neuton" | "tenorSans" | "jacquesFrancois" | "varela" | "quattrocentoSans" | "workSans" | "titilliumWeb" | "amaticSc" | "poiretOne" | "shantellSans" | "dancingScript" | "tangerine" | "cinzel" | "jost" | "exo2" | "ebGaramond" | "ubuntu" | "cabin" | "josefinSans" | "lobsterTwo" | "sacramento" | "nunito" | "aboreto" | "afacad" | "aleo" | "abhayaLibre" | "caladea" | "rokkitt" | "rubik" | "frankRuhlLibre" | "spectral" | "abrilFatface" | "courgette" | "kiteOne" | "amarante" | "satisfy" | "lilitaOne" | "lobster" | "titanOne" | "cookie" | "bungee" | "poppins" | "staatliches" | "patuaOne" | "calistoga" | "suezOne" | "caprasimo" | "rubikMonoOne" | "silkscreen" | "alfaSlabOne" | "orelegaOne" | "audiowide" | "redRose" | "kalnia" | "imbue" | "climateCrisis" | "gluten" | "madimiOne" | "anta" | "trykker" | "moul" | "bevan" | "wendyOne" | "lexendDeca" | "vinaSans" | "chango" | "changaOne" | "protestGuerrilla" | "londrinaShadow" | "candal" | "borel" | "rockNRollOne" | "bungeeInline" | "rampartOne" | "manrope" | "yuseiMagic" | "patrickHandSC" | "farsan" | "handlee" | "lemonada" | "arsenal" | "bakbakOne" | "belleza" | "blackHanSans" | "bowlbyOne" | "brunoAceSC" | "castoroTitling" | "contrailOne" | "delaGothicOne" | "dotGothic16" | "fahkwang" | "francoisOne" | "gloock" | "graduate" | "jersey10" | "kavoon" | "kronaOne" | "notable" | "pavanam" | "phudu" | "poetsenOne" | "pollerOne" | "questrial" | "racingSansOne" | "rammettoOne" | "rubikGlitch" | "shrikhand" | "spicyRice" | "syncopate" | "urbanist" | "yesevaOne" | "zenDots" | "ballet" | "luxuriousScript" | "windSong" | "calSans" | "specialGothicExpandedOne" | "imperialScript" | "greatVibes" | "limelight" | "bodoniModaSc" | "zillaSlab" | "righteous" | "cherryBombOne" | "barlow" | "comfortaa" | "cormorant" | "msMadi" | "tektur" | "spaceGrotesk" | "leagueSpartan" | "cormorantGaramond" | "gwendolyn" | "playwriteOsterreich" | "sourceCodePro" | "commissioner" | "lora" | "sairaCondensed" | "fruktur" | "caudex" | "cascadiaCode" | "merriweather" | "unbounded" | "nataSans" | "museoModerno" | "geologica" | "tomorrow" | "fraunces" | "notoSerifDisplay" | "coiny" | "sriracha" | "redditSans" | "heptaSlab" | "parisienne" | "monteCarlo" | "georama" | "goldman" | "montaguSlab" | "ephesis" | "sigmar" | "knewave" | undefined;
20157
20164
  viewport: import("../../../brand-page/models").ViewportsType;
20158
20165
  logoImageHeight: string | undefined;
20159
20166
  logoImageWidth: string | undefined;
20160
20167
  };
20161
20168
  pageFooterDesktop: {
20162
- displayStyle: import("../../../brand-page").FooterDisplayStyle;
20169
+ displayStyle: string;
20163
20170
  copyrightText: string;
20164
20171
  copyrightStyle: {
20165
20172
  aspectRatio?: string | undefined;
@@ -20205,7 +20212,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
20205
20212
  transition?: string | undefined;
20206
20213
  width?: string | undefined;
20207
20214
  wordBreak?: string | undefined;
20208
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
20215
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
20209
20216
  applyAutoScale?: boolean | undefined;
20210
20217
  };
20211
20218
  backgroundStyle: {
@@ -20350,7 +20357,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
20350
20357
  logoVariation?: number | undefined;
20351
20358
  logoImage: {
20352
20359
  logoDraftToken: string;
20353
- logoVariation: import("../../../brand-page/models").LogoVariation;
20360
+ logoVariation: number;
20354
20361
  logoLastUpdate: string | undefined;
20355
20362
  };
20356
20363
  logoTemplateImage: {
@@ -20362,12 +20369,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
20362
20369
  logoImageBase64Url?: string | undefined;
20363
20370
  socialLinks: {
20364
20371
  url: string;
20372
+ id?: string | undefined;
20365
20373
  imageUrl: string;
20366
20374
  size?: string | undefined;
20367
20375
  imageTitle: string;
20368
20376
  width: number;
20369
20377
  height: number;
20370
- mediaType?: import("../../../brand-page/models").MediaType | undefined;
20378
+ mediaType?: "image" | "shape" | undefined;
20371
20379
  colorReplacements?: {
20372
20380
  attribute: string;
20373
20381
  originalColor: string;
@@ -20377,7 +20385,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
20377
20385
  imageUrlOverride?: string | undefined;
20378
20386
  imageTitleOverride?: string | undefined;
20379
20387
  }[];
20380
- textFontFamily?: import("../../../brand-page").FontFamilyKey | undefined;
20388
+ textFontFamily?: "lato" | "roboto" | "notoSans" | "openSans" | "arvo" | "bebasNeue" | "ptSerif" | "oswald" | "inter" | "montserrat" | "raleway" | "anton" | "antonSc" | "quicksand" | "pacifico" | "bioRhyme" | "playfairDisplay" | "mulish" | "telex" | "pridi" | "hindMadurai" | "kanit" | "libreBaskerville" | "amiko" | "neuton" | "tenorSans" | "jacquesFrancois" | "varela" | "quattrocentoSans" | "workSans" | "titilliumWeb" | "amaticSc" | "poiretOne" | "shantellSans" | "dancingScript" | "tangerine" | "cinzel" | "jost" | "exo2" | "ebGaramond" | "ubuntu" | "cabin" | "josefinSans" | "lobsterTwo" | "sacramento" | "nunito" | "aboreto" | "afacad" | "aleo" | "abhayaLibre" | "caladea" | "rokkitt" | "rubik" | "frankRuhlLibre" | "spectral" | "abrilFatface" | "courgette" | "kiteOne" | "amarante" | "satisfy" | "lilitaOne" | "lobster" | "titanOne" | "cookie" | "bungee" | "poppins" | "staatliches" | "patuaOne" | "calistoga" | "suezOne" | "caprasimo" | "rubikMonoOne" | "silkscreen" | "alfaSlabOne" | "orelegaOne" | "audiowide" | "redRose" | "kalnia" | "imbue" | "climateCrisis" | "gluten" | "madimiOne" | "anta" | "trykker" | "moul" | "bevan" | "wendyOne" | "lexendDeca" | "vinaSans" | "chango" | "changaOne" | "protestGuerrilla" | "londrinaShadow" | "candal" | "borel" | "rockNRollOne" | "bungeeInline" | "rampartOne" | "manrope" | "yuseiMagic" | "patrickHandSC" | "farsan" | "handlee" | "lemonada" | "arsenal" | "bakbakOne" | "belleza" | "blackHanSans" | "bowlbyOne" | "brunoAceSC" | "castoroTitling" | "contrailOne" | "delaGothicOne" | "dotGothic16" | "fahkwang" | "francoisOne" | "gloock" | "graduate" | "jersey10" | "kavoon" | "kronaOne" | "notable" | "pavanam" | "phudu" | "poetsenOne" | "pollerOne" | "questrial" | "racingSansOne" | "rammettoOne" | "rubikGlitch" | "shrikhand" | "spicyRice" | "syncopate" | "urbanist" | "yesevaOne" | "zenDots" | "ballet" | "luxuriousScript" | "windSong" | "calSans" | "specialGothicExpandedOne" | "imperialScript" | "greatVibes" | "limelight" | "bodoniModaSc" | "zillaSlab" | "righteous" | "cherryBombOne" | "barlow" | "comfortaa" | "cormorant" | "msMadi" | "tektur" | "spaceGrotesk" | "leagueSpartan" | "cormorantGaramond" | "gwendolyn" | "playwriteOsterreich" | "sourceCodePro" | "commissioner" | "lora" | "sairaCondensed" | "fruktur" | "caudex" | "cascadiaCode" | "merriweather" | "unbounded" | "nataSans" | "museoModerno" | "geologica" | "tomorrow" | "fraunces" | "notoSerifDisplay" | "coiny" | "sriracha" | "redditSans" | "heptaSlab" | "parisienne" | "monteCarlo" | "georama" | "goldman" | "montaguSlab" | "ephesis" | "sigmar" | "knewave" | undefined;
20381
20389
  viewport: import("../../../brand-page/models").ViewportsType;
20382
20390
  logoImageHeight: string | undefined;
20383
20391
  logoImageWidth: string | undefined;
@@ -20386,8 +20394,8 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
20386
20394
  title: string;
20387
20395
  contents: {
20388
20396
  id: string;
20389
- type: import("../../../brand-page/models").ContentType;
20390
- personalisationRole?: import("../../../brand-page/models").PersonalisationRole | undefined;
20397
+ type: "website" | "image" | "email" | "phone" | "logo" | "general-link" | "profile" | "video" | "text" | "facebook" | "x" | "instagram" | "youtube" | "linkedin" | "pinterest" | "twitch" | "tiktok" | "map" | "image-gallery" | "mailing-list" | "request-payment" | "support-me" | "contact-form" | "banner-section" | "about-section" | "divider-section" | "images-section" | "testimonial-section" | "social-links" | "shapes-section" | "shop-section" | "booking-section";
20398
+ personalisationRole?: "website" | "email" | "phone" | "profile" | "about" | "information" | "media" | undefined;
20391
20399
  topPadding?: number | undefined;
20392
20400
  bottomPadding?: number | undefined;
20393
20401
  imageUrlOverride?: string | undefined;
@@ -20409,7 +20417,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
20409
20417
  nav: {
20410
20418
  orders: {
20411
20419
  routeId: string;
20412
- subRoutes: /*elided*/ any[];
20420
+ subRoutes: any[];
20413
20421
  }[];
20414
20422
  routes: {
20415
20423
  id: string;
@@ -20420,7 +20428,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
20420
20428
  }[];
20421
20429
  };
20422
20430
  isModifiedAfterTemplateApplied?: boolean | undefined;
20423
- brandPageType?: import("../../../brand-page/models").BrandPageType | undefined;
20431
+ brandPageType?: "default" | "brandSite" | "brandContact" | undefined;
20424
20432
  faviconUrl?: string | undefined;
20425
20433
  ogImageUrl?: string | undefined;
20426
20434
  measurementID?: string | undefined;
@@ -20456,7 +20464,6 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
20456
20464
  userMessageId: string;
20457
20465
  model: {
20458
20466
  v: number;
20459
- userPromptContentKey?: string | undefined;
20460
20467
  styles: {
20461
20468
  backgroundStyles: {
20462
20469
  style: {
@@ -20596,7 +20603,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
20596
20603
  wordBreak?: string | undefined;
20597
20604
  };
20598
20605
  }[];
20599
- personalisationRole?: import("../../../brand-page/models").PersonalisationRole | undefined;
20606
+ personalisationRole?: "website" | "email" | "phone" | "profile" | "about" | "information" | "media" | undefined;
20600
20607
  media?: {
20601
20608
  type: import("../../../brand-page/models").MediaTypes;
20602
20609
  } | undefined;
@@ -20877,10 +20884,10 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
20877
20884
  width?: string | undefined;
20878
20885
  wordBreak?: string | undefined;
20879
20886
  };
20880
- textFontFamily: import("../../../brand-page").FontFamilyKey;
20887
+ textFontFamily: "lato" | "roboto" | "notoSans" | "openSans" | "arvo" | "bebasNeue" | "ptSerif" | "oswald" | "inter" | "montserrat" | "raleway" | "anton" | "antonSc" | "quicksand" | "pacifico" | "bioRhyme" | "playfairDisplay" | "mulish" | "telex" | "pridi" | "hindMadurai" | "kanit" | "libreBaskerville" | "amiko" | "neuton" | "tenorSans" | "jacquesFrancois" | "varela" | "quattrocentoSans" | "workSans" | "titilliumWeb" | "amaticSc" | "poiretOne" | "shantellSans" | "dancingScript" | "tangerine" | "cinzel" | "jost" | "exo2" | "ebGaramond" | "ubuntu" | "cabin" | "josefinSans" | "lobsterTwo" | "sacramento" | "nunito" | "aboreto" | "afacad" | "aleo" | "abhayaLibre" | "caladea" | "rokkitt" | "rubik" | "frankRuhlLibre" | "spectral" | "abrilFatface" | "courgette" | "kiteOne" | "amarante" | "satisfy" | "lilitaOne" | "lobster" | "titanOne" | "cookie" | "bungee" | "poppins" | "staatliches" | "patuaOne" | "calistoga" | "suezOne" | "caprasimo" | "rubikMonoOne" | "silkscreen" | "alfaSlabOne" | "orelegaOne" | "audiowide" | "redRose" | "kalnia" | "imbue" | "climateCrisis" | "gluten" | "madimiOne" | "anta" | "trykker" | "moul" | "bevan" | "wendyOne" | "lexendDeca" | "vinaSans" | "chango" | "changaOne" | "protestGuerrilla" | "londrinaShadow" | "candal" | "borel" | "rockNRollOne" | "bungeeInline" | "rampartOne" | "manrope" | "yuseiMagic" | "patrickHandSC" | "farsan" | "handlee" | "lemonada" | "arsenal" | "bakbakOne" | "belleza" | "blackHanSans" | "bowlbyOne" | "brunoAceSC" | "castoroTitling" | "contrailOne" | "delaGothicOne" | "dotGothic16" | "fahkwang" | "francoisOne" | "gloock" | "graduate" | "jersey10" | "kavoon" | "kronaOne" | "notable" | "pavanam" | "phudu" | "poetsenOne" | "pollerOne" | "questrial" | "racingSansOne" | "rammettoOne" | "rubikGlitch" | "shrikhand" | "spicyRice" | "syncopate" | "urbanist" | "yesevaOne" | "zenDots" | "ballet" | "luxuriousScript" | "windSong" | "calSans" | "specialGothicExpandedOne" | "imperialScript" | "greatVibes" | "limelight" | "bodoniModaSc" | "zillaSlab" | "righteous" | "cherryBombOne" | "barlow" | "comfortaa" | "cormorant" | "msMadi" | "tektur" | "spaceGrotesk" | "leagueSpartan" | "cormorantGaramond" | "gwendolyn" | "playwriteOsterreich" | "sourceCodePro" | "commissioner" | "lora" | "sairaCondensed" | "fruktur" | "caudex" | "cascadiaCode" | "merriweather" | "unbounded" | "nataSans" | "museoModerno" | "geologica" | "tomorrow" | "fraunces" | "notoSerifDisplay" | "coiny" | "sriracha" | "redditSans" | "heptaSlab" | "parisienne" | "monteCarlo" | "georama" | "goldman" | "montaguSlab" | "ephesis" | "sigmar" | "knewave";
20881
20888
  textStyleOptions: {
20882
20889
  buttons: {
20883
- type: import("../../../brand-page/models").TextStyleType;
20890
+ type: "buttons" | "titles" | "headings" | "paragraphs";
20884
20891
  title: string;
20885
20892
  style: {
20886
20893
  color: string | undefined;
@@ -20891,12 +20898,12 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
20891
20898
  letterSpacing: string | undefined;
20892
20899
  lineHeight: string | undefined;
20893
20900
  textDecoration: string | undefined;
20894
- textStyleType: import("../../../brand-page/models").TextStyleType | undefined;
20901
+ textStyleType: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
20895
20902
  };
20896
20903
  isModified: boolean;
20897
20904
  };
20898
20905
  titles: {
20899
- type: import("../../../brand-page/models").TextStyleType;
20906
+ type: "buttons" | "titles" | "headings" | "paragraphs";
20900
20907
  title: string;
20901
20908
  style: {
20902
20909
  color: string | undefined;
@@ -20907,12 +20914,12 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
20907
20914
  letterSpacing: string | undefined;
20908
20915
  lineHeight: string | undefined;
20909
20916
  textDecoration: string | undefined;
20910
- textStyleType: import("../../../brand-page/models").TextStyleType | undefined;
20917
+ textStyleType: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
20911
20918
  };
20912
20919
  isModified: boolean;
20913
20920
  };
20914
20921
  headings: {
20915
- type: import("../../../brand-page/models").TextStyleType;
20922
+ type: "buttons" | "titles" | "headings" | "paragraphs";
20916
20923
  title: string;
20917
20924
  style: {
20918
20925
  color: string | undefined;
@@ -20923,12 +20930,12 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
20923
20930
  letterSpacing: string | undefined;
20924
20931
  lineHeight: string | undefined;
20925
20932
  textDecoration: string | undefined;
20926
- textStyleType: import("../../../brand-page/models").TextStyleType | undefined;
20933
+ textStyleType: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
20927
20934
  };
20928
20935
  isModified: boolean;
20929
20936
  };
20930
20937
  paragraphs: {
20931
- type: import("../../../brand-page/models").TextStyleType;
20938
+ type: "buttons" | "titles" | "headings" | "paragraphs";
20932
20939
  title: string;
20933
20940
  style: {
20934
20941
  color: string | undefined;
@@ -20939,18 +20946,18 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
20939
20946
  letterSpacing: string | undefined;
20940
20947
  lineHeight: string | undefined;
20941
20948
  textDecoration: string | undefined;
20942
- textStyleType: import("../../../brand-page/models").TextStyleType | undefined;
20949
+ textStyleType: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
20943
20950
  };
20944
20951
  isModified: boolean;
20945
20952
  };
20946
20953
  };
20947
20954
  };
20948
20955
  galleryStyles: {
20949
- galleryType: import("../../../brand-page/models").GalleryType;
20956
+ galleryType: "grid" | "carousel" | "masonry";
20950
20957
  };
20951
20958
  };
20952
20959
  headerStyles?: {
20953
- displayStyle: import("../../../brand-page").HeaderDisplayStyle;
20960
+ displayStyle: import("../../../brand-page").PageSectionDisplayStyle;
20954
20961
  navigationStyles?: {
20955
20962
  displayType: import("../../../brand-page").NavigationDisplayType;
20956
20963
  renderAfterLogo: boolean;
@@ -20998,7 +21005,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
20998
21005
  transition?: string | undefined;
20999
21006
  width?: string | undefined;
21000
21007
  wordBreak?: string | undefined;
21001
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
21008
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
21002
21009
  applyAutoScale?: boolean | undefined;
21003
21010
  };
21004
21011
  selectedButtonStyle: {
@@ -21138,7 +21145,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
21138
21145
  transition?: string | undefined;
21139
21146
  width?: string | undefined;
21140
21147
  wordBreak?: string | undefined;
21141
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
21148
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
21142
21149
  applyAutoScale?: boolean | undefined;
21143
21150
  };
21144
21151
  selectedButtonStyle: {
@@ -21281,7 +21288,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
21281
21288
  transition?: string | undefined;
21282
21289
  width?: string | undefined;
21283
21290
  wordBreak?: string | undefined;
21284
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
21291
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
21285
21292
  applyAutoScale?: boolean | undefined;
21286
21293
  };
21287
21294
  selectedButtonStyle: {
@@ -21421,7 +21428,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
21421
21428
  transition?: string | undefined;
21422
21429
  width?: string | undefined;
21423
21430
  wordBreak?: string | undefined;
21424
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
21431
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
21425
21432
  applyAutoScale?: boolean | undefined;
21426
21433
  };
21427
21434
  selectedButtonStyle: {
@@ -21565,7 +21572,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
21565
21572
  transition?: string | undefined;
21566
21573
  width?: string | undefined;
21567
21574
  wordBreak?: string | undefined;
21568
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
21575
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
21569
21576
  applyAutoScale?: boolean | undefined;
21570
21577
  };
21571
21578
  selectedButtonStyle: {
@@ -21705,7 +21712,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
21705
21712
  transition?: string | undefined;
21706
21713
  width?: string | undefined;
21707
21714
  wordBreak?: string | undefined;
21708
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
21715
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
21709
21716
  applyAutoScale?: boolean | undefined;
21710
21717
  };
21711
21718
  selectedButtonStyle: {
@@ -21848,7 +21855,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
21848
21855
  transition?: string | undefined;
21849
21856
  width?: string | undefined;
21850
21857
  wordBreak?: string | undefined;
21851
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
21858
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
21852
21859
  applyAutoScale?: boolean | undefined;
21853
21860
  };
21854
21861
  selectedButtonStyle: {
@@ -21988,7 +21995,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
21988
21995
  transition?: string | undefined;
21989
21996
  width?: string | undefined;
21990
21997
  wordBreak?: string | undefined;
21991
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
21998
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
21992
21999
  applyAutoScale?: boolean | undefined;
21993
22000
  };
21994
22001
  selectedButtonStyle: {
@@ -22139,7 +22146,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
22139
22146
  logoVariation?: number | undefined;
22140
22147
  logoImage: {
22141
22148
  logoDraftToken: string;
22142
- logoVariation: import("../../../brand-page/models").LogoVariation;
22149
+ logoVariation: number;
22143
22150
  logoLastUpdate: string | undefined;
22144
22151
  };
22145
22152
  logoTemplateImage: {
@@ -22242,7 +22249,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
22242
22249
  viewport: import("../../../brand-page/models").ViewportsType;
22243
22250
  } | undefined;
22244
22251
  pageHeaderMobile: {
22245
- displayStyle: import("../../../brand-page").HeaderDisplayStyle;
22252
+ displayStyle: import("../../../brand-page").PageSectionDisplayStyle;
22246
22253
  navigationStyles?: {
22247
22254
  displayType: import("../../../brand-page").NavigationDisplayType;
22248
22255
  renderAfterLogo: boolean;
@@ -22290,7 +22297,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
22290
22297
  transition?: string | undefined;
22291
22298
  width?: string | undefined;
22292
22299
  wordBreak?: string | undefined;
22293
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
22300
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
22294
22301
  applyAutoScale?: boolean | undefined;
22295
22302
  };
22296
22303
  selectedButtonStyle: {
@@ -22430,7 +22437,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
22430
22437
  transition?: string | undefined;
22431
22438
  width?: string | undefined;
22432
22439
  wordBreak?: string | undefined;
22433
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
22440
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
22434
22441
  applyAutoScale?: boolean | undefined;
22435
22442
  };
22436
22443
  selectedButtonStyle: {
@@ -22573,7 +22580,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
22573
22580
  transition?: string | undefined;
22574
22581
  width?: string | undefined;
22575
22582
  wordBreak?: string | undefined;
22576
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
22583
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
22577
22584
  applyAutoScale?: boolean | undefined;
22578
22585
  };
22579
22586
  selectedButtonStyle: {
@@ -22713,7 +22720,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
22713
22720
  transition?: string | undefined;
22714
22721
  width?: string | undefined;
22715
22722
  wordBreak?: string | undefined;
22716
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
22723
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
22717
22724
  applyAutoScale?: boolean | undefined;
22718
22725
  };
22719
22726
  selectedButtonStyle: {
@@ -22857,7 +22864,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
22857
22864
  transition?: string | undefined;
22858
22865
  width?: string | undefined;
22859
22866
  wordBreak?: string | undefined;
22860
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
22867
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
22861
22868
  applyAutoScale?: boolean | undefined;
22862
22869
  };
22863
22870
  selectedButtonStyle: {
@@ -22997,7 +23004,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
22997
23004
  transition?: string | undefined;
22998
23005
  width?: string | undefined;
22999
23006
  wordBreak?: string | undefined;
23000
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
23007
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
23001
23008
  applyAutoScale?: boolean | undefined;
23002
23009
  };
23003
23010
  selectedButtonStyle: {
@@ -23140,7 +23147,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
23140
23147
  transition?: string | undefined;
23141
23148
  width?: string | undefined;
23142
23149
  wordBreak?: string | undefined;
23143
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
23150
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
23144
23151
  applyAutoScale?: boolean | undefined;
23145
23152
  };
23146
23153
  selectedButtonStyle: {
@@ -23280,7 +23287,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
23280
23287
  transition?: string | undefined;
23281
23288
  width?: string | undefined;
23282
23289
  wordBreak?: string | undefined;
23283
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
23290
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
23284
23291
  applyAutoScale?: boolean | undefined;
23285
23292
  };
23286
23293
  selectedButtonStyle: {
@@ -23431,7 +23438,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
23431
23438
  logoVariation?: number | undefined;
23432
23439
  logoImage: {
23433
23440
  logoDraftToken: string;
23434
- logoVariation: import("../../../brand-page/models").LogoVariation;
23441
+ logoVariation: number;
23435
23442
  logoLastUpdate: string | undefined;
23436
23443
  };
23437
23444
  logoTemplateImage: {
@@ -23534,7 +23541,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
23534
23541
  viewport: import("../../../brand-page/models").ViewportsType;
23535
23542
  };
23536
23543
  pageHeaderDesktop: {
23537
- displayStyle: import("../../../brand-page").HeaderDisplayStyle;
23544
+ displayStyle: import("../../../brand-page").PageSectionDisplayStyle;
23538
23545
  navigationStyles?: {
23539
23546
  displayType: import("../../../brand-page").NavigationDisplayType;
23540
23547
  renderAfterLogo: boolean;
@@ -23582,7 +23589,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
23582
23589
  transition?: string | undefined;
23583
23590
  width?: string | undefined;
23584
23591
  wordBreak?: string | undefined;
23585
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
23592
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
23586
23593
  applyAutoScale?: boolean | undefined;
23587
23594
  };
23588
23595
  selectedButtonStyle: {
@@ -23722,7 +23729,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
23722
23729
  transition?: string | undefined;
23723
23730
  width?: string | undefined;
23724
23731
  wordBreak?: string | undefined;
23725
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
23732
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
23726
23733
  applyAutoScale?: boolean | undefined;
23727
23734
  };
23728
23735
  selectedButtonStyle: {
@@ -23865,7 +23872,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
23865
23872
  transition?: string | undefined;
23866
23873
  width?: string | undefined;
23867
23874
  wordBreak?: string | undefined;
23868
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
23875
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
23869
23876
  applyAutoScale?: boolean | undefined;
23870
23877
  };
23871
23878
  selectedButtonStyle: {
@@ -24005,7 +24012,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
24005
24012
  transition?: string | undefined;
24006
24013
  width?: string | undefined;
24007
24014
  wordBreak?: string | undefined;
24008
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
24015
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
24009
24016
  applyAutoScale?: boolean | undefined;
24010
24017
  };
24011
24018
  selectedButtonStyle: {
@@ -24149,7 +24156,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
24149
24156
  transition?: string | undefined;
24150
24157
  width?: string | undefined;
24151
24158
  wordBreak?: string | undefined;
24152
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
24159
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
24153
24160
  applyAutoScale?: boolean | undefined;
24154
24161
  };
24155
24162
  selectedButtonStyle: {
@@ -24289,7 +24296,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
24289
24296
  transition?: string | undefined;
24290
24297
  width?: string | undefined;
24291
24298
  wordBreak?: string | undefined;
24292
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
24299
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
24293
24300
  applyAutoScale?: boolean | undefined;
24294
24301
  };
24295
24302
  selectedButtonStyle: {
@@ -24432,7 +24439,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
24432
24439
  transition?: string | undefined;
24433
24440
  width?: string | undefined;
24434
24441
  wordBreak?: string | undefined;
24435
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
24442
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
24436
24443
  applyAutoScale?: boolean | undefined;
24437
24444
  };
24438
24445
  selectedButtonStyle: {
@@ -24572,7 +24579,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
24572
24579
  transition?: string | undefined;
24573
24580
  width?: string | undefined;
24574
24581
  wordBreak?: string | undefined;
24575
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
24582
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
24576
24583
  applyAutoScale?: boolean | undefined;
24577
24584
  };
24578
24585
  selectedButtonStyle: {
@@ -24723,7 +24730,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
24723
24730
  logoVariation?: number | undefined;
24724
24731
  logoImage: {
24725
24732
  logoDraftToken: string;
24726
- logoVariation: import("../../../brand-page/models").LogoVariation;
24733
+ logoVariation: number;
24727
24734
  logoLastUpdate: string | undefined;
24728
24735
  };
24729
24736
  logoTemplateImage: {
@@ -24826,7 +24833,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
24826
24833
  viewport: import("../../../brand-page/models").ViewportsType;
24827
24834
  };
24828
24835
  footerStyles?: {
24829
- displayStyle: import("../../../brand-page").FooterDisplayStyle;
24836
+ displayStyle: string;
24830
24837
  copyrightText: string;
24831
24838
  copyrightStyle: {
24832
24839
  aspectRatio?: string | undefined;
@@ -24872,7 +24879,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
24872
24879
  transition?: string | undefined;
24873
24880
  width?: string | undefined;
24874
24881
  wordBreak?: string | undefined;
24875
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
24882
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
24876
24883
  applyAutoScale?: boolean | undefined;
24877
24884
  };
24878
24885
  backgroundStyle: {
@@ -25017,7 +25024,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
25017
25024
  logoVariation?: number | undefined;
25018
25025
  logoImage: {
25019
25026
  logoDraftToken: string;
25020
- logoVariation: import("../../../brand-page/models").LogoVariation;
25027
+ logoVariation: number;
25021
25028
  logoLastUpdate: string | undefined;
25022
25029
  };
25023
25030
  logoTemplateImage: {
@@ -25029,12 +25036,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
25029
25036
  logoImageBase64Url?: string | undefined;
25030
25037
  socialLinks: {
25031
25038
  url: string;
25039
+ id?: string | undefined;
25032
25040
  imageUrl: string;
25033
25041
  size?: string | undefined;
25034
25042
  imageTitle: string;
25035
25043
  width: number;
25036
25044
  height: number;
25037
- mediaType?: import("../../../brand-page/models").MediaType | undefined;
25045
+ mediaType?: "image" | "shape" | undefined;
25038
25046
  colorReplacements?: {
25039
25047
  attribute: string;
25040
25048
  originalColor: string;
@@ -25044,13 +25052,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
25044
25052
  imageUrlOverride?: string | undefined;
25045
25053
  imageTitleOverride?: string | undefined;
25046
25054
  }[];
25047
- textFontFamily?: import("../../../brand-page").FontFamilyKey | undefined;
25055
+ textFontFamily?: "lato" | "roboto" | "notoSans" | "openSans" | "arvo" | "bebasNeue" | "ptSerif" | "oswald" | "inter" | "montserrat" | "raleway" | "anton" | "antonSc" | "quicksand" | "pacifico" | "bioRhyme" | "playfairDisplay" | "mulish" | "telex" | "pridi" | "hindMadurai" | "kanit" | "libreBaskerville" | "amiko" | "neuton" | "tenorSans" | "jacquesFrancois" | "varela" | "quattrocentoSans" | "workSans" | "titilliumWeb" | "amaticSc" | "poiretOne" | "shantellSans" | "dancingScript" | "tangerine" | "cinzel" | "jost" | "exo2" | "ebGaramond" | "ubuntu" | "cabin" | "josefinSans" | "lobsterTwo" | "sacramento" | "nunito" | "aboreto" | "afacad" | "aleo" | "abhayaLibre" | "caladea" | "rokkitt" | "rubik" | "frankRuhlLibre" | "spectral" | "abrilFatface" | "courgette" | "kiteOne" | "amarante" | "satisfy" | "lilitaOne" | "lobster" | "titanOne" | "cookie" | "bungee" | "poppins" | "staatliches" | "patuaOne" | "calistoga" | "suezOne" | "caprasimo" | "rubikMonoOne" | "silkscreen" | "alfaSlabOne" | "orelegaOne" | "audiowide" | "redRose" | "kalnia" | "imbue" | "climateCrisis" | "gluten" | "madimiOne" | "anta" | "trykker" | "moul" | "bevan" | "wendyOne" | "lexendDeca" | "vinaSans" | "chango" | "changaOne" | "protestGuerrilla" | "londrinaShadow" | "candal" | "borel" | "rockNRollOne" | "bungeeInline" | "rampartOne" | "manrope" | "yuseiMagic" | "patrickHandSC" | "farsan" | "handlee" | "lemonada" | "arsenal" | "bakbakOne" | "belleza" | "blackHanSans" | "bowlbyOne" | "brunoAceSC" | "castoroTitling" | "contrailOne" | "delaGothicOne" | "dotGothic16" | "fahkwang" | "francoisOne" | "gloock" | "graduate" | "jersey10" | "kavoon" | "kronaOne" | "notable" | "pavanam" | "phudu" | "poetsenOne" | "pollerOne" | "questrial" | "racingSansOne" | "rammettoOne" | "rubikGlitch" | "shrikhand" | "spicyRice" | "syncopate" | "urbanist" | "yesevaOne" | "zenDots" | "ballet" | "luxuriousScript" | "windSong" | "calSans" | "specialGothicExpandedOne" | "imperialScript" | "greatVibes" | "limelight" | "bodoniModaSc" | "zillaSlab" | "righteous" | "cherryBombOne" | "barlow" | "comfortaa" | "cormorant" | "msMadi" | "tektur" | "spaceGrotesk" | "leagueSpartan" | "cormorantGaramond" | "gwendolyn" | "playwriteOsterreich" | "sourceCodePro" | "commissioner" | "lora" | "sairaCondensed" | "fruktur" | "caudex" | "cascadiaCode" | "merriweather" | "unbounded" | "nataSans" | "museoModerno" | "geologica" | "tomorrow" | "fraunces" | "notoSerifDisplay" | "coiny" | "sriracha" | "redditSans" | "heptaSlab" | "parisienne" | "monteCarlo" | "georama" | "goldman" | "montaguSlab" | "ephesis" | "sigmar" | "knewave" | undefined;
25048
25056
  viewport: import("../../../brand-page/models").ViewportsType;
25049
25057
  logoImageHeight: string | undefined;
25050
25058
  logoImageWidth: string | undefined;
25051
25059
  } | undefined;
25052
25060
  pageFooterMobile: {
25053
- displayStyle: import("../../../brand-page").FooterDisplayStyle;
25061
+ displayStyle: string;
25054
25062
  copyrightText: string;
25055
25063
  copyrightStyle: {
25056
25064
  aspectRatio?: string | undefined;
@@ -25096,7 +25104,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
25096
25104
  transition?: string | undefined;
25097
25105
  width?: string | undefined;
25098
25106
  wordBreak?: string | undefined;
25099
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
25107
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
25100
25108
  applyAutoScale?: boolean | undefined;
25101
25109
  };
25102
25110
  backgroundStyle: {
@@ -25241,7 +25249,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
25241
25249
  logoVariation?: number | undefined;
25242
25250
  logoImage: {
25243
25251
  logoDraftToken: string;
25244
- logoVariation: import("../../../brand-page/models").LogoVariation;
25252
+ logoVariation: number;
25245
25253
  logoLastUpdate: string | undefined;
25246
25254
  };
25247
25255
  logoTemplateImage: {
@@ -25253,12 +25261,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
25253
25261
  logoImageBase64Url?: string | undefined;
25254
25262
  socialLinks: {
25255
25263
  url: string;
25264
+ id?: string | undefined;
25256
25265
  imageUrl: string;
25257
25266
  size?: string | undefined;
25258
25267
  imageTitle: string;
25259
25268
  width: number;
25260
25269
  height: number;
25261
- mediaType?: import("../../../brand-page/models").MediaType | undefined;
25270
+ mediaType?: "image" | "shape" | undefined;
25262
25271
  colorReplacements?: {
25263
25272
  attribute: string;
25264
25273
  originalColor: string;
@@ -25268,13 +25277,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
25268
25277
  imageUrlOverride?: string | undefined;
25269
25278
  imageTitleOverride?: string | undefined;
25270
25279
  }[];
25271
- textFontFamily?: import("../../../brand-page").FontFamilyKey | undefined;
25280
+ textFontFamily?: "lato" | "roboto" | "notoSans" | "openSans" | "arvo" | "bebasNeue" | "ptSerif" | "oswald" | "inter" | "montserrat" | "raleway" | "anton" | "antonSc" | "quicksand" | "pacifico" | "bioRhyme" | "playfairDisplay" | "mulish" | "telex" | "pridi" | "hindMadurai" | "kanit" | "libreBaskerville" | "amiko" | "neuton" | "tenorSans" | "jacquesFrancois" | "varela" | "quattrocentoSans" | "workSans" | "titilliumWeb" | "amaticSc" | "poiretOne" | "shantellSans" | "dancingScript" | "tangerine" | "cinzel" | "jost" | "exo2" | "ebGaramond" | "ubuntu" | "cabin" | "josefinSans" | "lobsterTwo" | "sacramento" | "nunito" | "aboreto" | "afacad" | "aleo" | "abhayaLibre" | "caladea" | "rokkitt" | "rubik" | "frankRuhlLibre" | "spectral" | "abrilFatface" | "courgette" | "kiteOne" | "amarante" | "satisfy" | "lilitaOne" | "lobster" | "titanOne" | "cookie" | "bungee" | "poppins" | "staatliches" | "patuaOne" | "calistoga" | "suezOne" | "caprasimo" | "rubikMonoOne" | "silkscreen" | "alfaSlabOne" | "orelegaOne" | "audiowide" | "redRose" | "kalnia" | "imbue" | "climateCrisis" | "gluten" | "madimiOne" | "anta" | "trykker" | "moul" | "bevan" | "wendyOne" | "lexendDeca" | "vinaSans" | "chango" | "changaOne" | "protestGuerrilla" | "londrinaShadow" | "candal" | "borel" | "rockNRollOne" | "bungeeInline" | "rampartOne" | "manrope" | "yuseiMagic" | "patrickHandSC" | "farsan" | "handlee" | "lemonada" | "arsenal" | "bakbakOne" | "belleza" | "blackHanSans" | "bowlbyOne" | "brunoAceSC" | "castoroTitling" | "contrailOne" | "delaGothicOne" | "dotGothic16" | "fahkwang" | "francoisOne" | "gloock" | "graduate" | "jersey10" | "kavoon" | "kronaOne" | "notable" | "pavanam" | "phudu" | "poetsenOne" | "pollerOne" | "questrial" | "racingSansOne" | "rammettoOne" | "rubikGlitch" | "shrikhand" | "spicyRice" | "syncopate" | "urbanist" | "yesevaOne" | "zenDots" | "ballet" | "luxuriousScript" | "windSong" | "calSans" | "specialGothicExpandedOne" | "imperialScript" | "greatVibes" | "limelight" | "bodoniModaSc" | "zillaSlab" | "righteous" | "cherryBombOne" | "barlow" | "comfortaa" | "cormorant" | "msMadi" | "tektur" | "spaceGrotesk" | "leagueSpartan" | "cormorantGaramond" | "gwendolyn" | "playwriteOsterreich" | "sourceCodePro" | "commissioner" | "lora" | "sairaCondensed" | "fruktur" | "caudex" | "cascadiaCode" | "merriweather" | "unbounded" | "nataSans" | "museoModerno" | "geologica" | "tomorrow" | "fraunces" | "notoSerifDisplay" | "coiny" | "sriracha" | "redditSans" | "heptaSlab" | "parisienne" | "monteCarlo" | "georama" | "goldman" | "montaguSlab" | "ephesis" | "sigmar" | "knewave" | undefined;
25272
25281
  viewport: import("../../../brand-page/models").ViewportsType;
25273
25282
  logoImageHeight: string | undefined;
25274
25283
  logoImageWidth: string | undefined;
25275
25284
  };
25276
25285
  pageFooterDesktop: {
25277
- displayStyle: import("../../../brand-page").FooterDisplayStyle;
25286
+ displayStyle: string;
25278
25287
  copyrightText: string;
25279
25288
  copyrightStyle: {
25280
25289
  aspectRatio?: string | undefined;
@@ -25320,7 +25329,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
25320
25329
  transition?: string | undefined;
25321
25330
  width?: string | undefined;
25322
25331
  wordBreak?: string | undefined;
25323
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
25332
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
25324
25333
  applyAutoScale?: boolean | undefined;
25325
25334
  };
25326
25335
  backgroundStyle: {
@@ -25465,7 +25474,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
25465
25474
  logoVariation?: number | undefined;
25466
25475
  logoImage: {
25467
25476
  logoDraftToken: string;
25468
- logoVariation: import("../../../brand-page/models").LogoVariation;
25477
+ logoVariation: number;
25469
25478
  logoLastUpdate: string | undefined;
25470
25479
  };
25471
25480
  logoTemplateImage: {
@@ -25477,12 +25486,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
25477
25486
  logoImageBase64Url?: string | undefined;
25478
25487
  socialLinks: {
25479
25488
  url: string;
25489
+ id?: string | undefined;
25480
25490
  imageUrl: string;
25481
25491
  size?: string | undefined;
25482
25492
  imageTitle: string;
25483
25493
  width: number;
25484
25494
  height: number;
25485
- mediaType?: import("../../../brand-page/models").MediaType | undefined;
25495
+ mediaType?: "image" | "shape" | undefined;
25486
25496
  colorReplacements?: {
25487
25497
  attribute: string;
25488
25498
  originalColor: string;
@@ -25492,7 +25502,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
25492
25502
  imageUrlOverride?: string | undefined;
25493
25503
  imageTitleOverride?: string | undefined;
25494
25504
  }[];
25495
- textFontFamily?: import("../../../brand-page").FontFamilyKey | undefined;
25505
+ textFontFamily?: "lato" | "roboto" | "notoSans" | "openSans" | "arvo" | "bebasNeue" | "ptSerif" | "oswald" | "inter" | "montserrat" | "raleway" | "anton" | "antonSc" | "quicksand" | "pacifico" | "bioRhyme" | "playfairDisplay" | "mulish" | "telex" | "pridi" | "hindMadurai" | "kanit" | "libreBaskerville" | "amiko" | "neuton" | "tenorSans" | "jacquesFrancois" | "varela" | "quattrocentoSans" | "workSans" | "titilliumWeb" | "amaticSc" | "poiretOne" | "shantellSans" | "dancingScript" | "tangerine" | "cinzel" | "jost" | "exo2" | "ebGaramond" | "ubuntu" | "cabin" | "josefinSans" | "lobsterTwo" | "sacramento" | "nunito" | "aboreto" | "afacad" | "aleo" | "abhayaLibre" | "caladea" | "rokkitt" | "rubik" | "frankRuhlLibre" | "spectral" | "abrilFatface" | "courgette" | "kiteOne" | "amarante" | "satisfy" | "lilitaOne" | "lobster" | "titanOne" | "cookie" | "bungee" | "poppins" | "staatliches" | "patuaOne" | "calistoga" | "suezOne" | "caprasimo" | "rubikMonoOne" | "silkscreen" | "alfaSlabOne" | "orelegaOne" | "audiowide" | "redRose" | "kalnia" | "imbue" | "climateCrisis" | "gluten" | "madimiOne" | "anta" | "trykker" | "moul" | "bevan" | "wendyOne" | "lexendDeca" | "vinaSans" | "chango" | "changaOne" | "protestGuerrilla" | "londrinaShadow" | "candal" | "borel" | "rockNRollOne" | "bungeeInline" | "rampartOne" | "manrope" | "yuseiMagic" | "patrickHandSC" | "farsan" | "handlee" | "lemonada" | "arsenal" | "bakbakOne" | "belleza" | "blackHanSans" | "bowlbyOne" | "brunoAceSC" | "castoroTitling" | "contrailOne" | "delaGothicOne" | "dotGothic16" | "fahkwang" | "francoisOne" | "gloock" | "graduate" | "jersey10" | "kavoon" | "kronaOne" | "notable" | "pavanam" | "phudu" | "poetsenOne" | "pollerOne" | "questrial" | "racingSansOne" | "rammettoOne" | "rubikGlitch" | "shrikhand" | "spicyRice" | "syncopate" | "urbanist" | "yesevaOne" | "zenDots" | "ballet" | "luxuriousScript" | "windSong" | "calSans" | "specialGothicExpandedOne" | "imperialScript" | "greatVibes" | "limelight" | "bodoniModaSc" | "zillaSlab" | "righteous" | "cherryBombOne" | "barlow" | "comfortaa" | "cormorant" | "msMadi" | "tektur" | "spaceGrotesk" | "leagueSpartan" | "cormorantGaramond" | "gwendolyn" | "playwriteOsterreich" | "sourceCodePro" | "commissioner" | "lora" | "sairaCondensed" | "fruktur" | "caudex" | "cascadiaCode" | "merriweather" | "unbounded" | "nataSans" | "museoModerno" | "geologica" | "tomorrow" | "fraunces" | "notoSerifDisplay" | "coiny" | "sriracha" | "redditSans" | "heptaSlab" | "parisienne" | "monteCarlo" | "georama" | "goldman" | "montaguSlab" | "ephesis" | "sigmar" | "knewave" | undefined;
25496
25506
  viewport: import("../../../brand-page/models").ViewportsType;
25497
25507
  logoImageHeight: string | undefined;
25498
25508
  logoImageWidth: string | undefined;
@@ -25501,8 +25511,8 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
25501
25511
  title: string;
25502
25512
  contents: {
25503
25513
  id: string;
25504
- type: import("../../../brand-page/models").ContentType;
25505
- personalisationRole?: import("../../../brand-page/models").PersonalisationRole | undefined;
25514
+ type: "website" | "image" | "email" | "phone" | "logo" | "general-link" | "profile" | "video" | "text" | "facebook" | "x" | "instagram" | "youtube" | "linkedin" | "pinterest" | "twitch" | "tiktok" | "map" | "image-gallery" | "mailing-list" | "request-payment" | "support-me" | "contact-form" | "banner-section" | "about-section" | "divider-section" | "images-section" | "testimonial-section" | "social-links" | "shapes-section" | "shop-section" | "booking-section";
25515
+ personalisationRole?: "website" | "email" | "phone" | "profile" | "about" | "information" | "media" | undefined;
25506
25516
  topPadding?: number | undefined;
25507
25517
  bottomPadding?: number | undefined;
25508
25518
  imageUrlOverride?: string | undefined;
@@ -25524,7 +25534,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
25524
25534
  nav: {
25525
25535
  orders: {
25526
25536
  routeId: string;
25527
- subRoutes: /*elided*/ any[];
25537
+ subRoutes: any[];
25528
25538
  }[];
25529
25539
  routes: {
25530
25540
  id: string;
@@ -25535,7 +25545,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
25535
25545
  }[];
25536
25546
  };
25537
25547
  isModifiedAfterTemplateApplied?: boolean | undefined;
25538
- brandPageType?: import("../../../brand-page/models").BrandPageType | undefined;
25548
+ brandPageType?: "default" | "brandSite" | "brandContact" | undefined;
25539
25549
  faviconUrl?: string | undefined;
25540
25550
  ogImageUrl?: string | undefined;
25541
25551
  measurementID?: string | undefined;
@@ -25565,7 +25575,6 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
25565
25575
  userMessageId: string;
25566
25576
  model: {
25567
25577
  v: number;
25568
- userPromptContentKey?: string | undefined;
25569
25578
  styles: {
25570
25579
  backgroundStyles: {
25571
25580
  style: {
@@ -25705,7 +25714,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
25705
25714
  wordBreak?: string | undefined;
25706
25715
  };
25707
25716
  }[];
25708
- personalisationRole?: import("../../../brand-page/models").PersonalisationRole | undefined;
25717
+ personalisationRole?: "website" | "email" | "phone" | "profile" | "about" | "information" | "media" | undefined;
25709
25718
  media?: {
25710
25719
  type: import("../../../brand-page/models").MediaTypes;
25711
25720
  } | undefined;
@@ -25986,10 +25995,10 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
25986
25995
  width?: string | undefined;
25987
25996
  wordBreak?: string | undefined;
25988
25997
  };
25989
- textFontFamily: import("../../../brand-page").FontFamilyKey;
25998
+ textFontFamily: "lato" | "roboto" | "notoSans" | "openSans" | "arvo" | "bebasNeue" | "ptSerif" | "oswald" | "inter" | "montserrat" | "raleway" | "anton" | "antonSc" | "quicksand" | "pacifico" | "bioRhyme" | "playfairDisplay" | "mulish" | "telex" | "pridi" | "hindMadurai" | "kanit" | "libreBaskerville" | "amiko" | "neuton" | "tenorSans" | "jacquesFrancois" | "varela" | "quattrocentoSans" | "workSans" | "titilliumWeb" | "amaticSc" | "poiretOne" | "shantellSans" | "dancingScript" | "tangerine" | "cinzel" | "jost" | "exo2" | "ebGaramond" | "ubuntu" | "cabin" | "josefinSans" | "lobsterTwo" | "sacramento" | "nunito" | "aboreto" | "afacad" | "aleo" | "abhayaLibre" | "caladea" | "rokkitt" | "rubik" | "frankRuhlLibre" | "spectral" | "abrilFatface" | "courgette" | "kiteOne" | "amarante" | "satisfy" | "lilitaOne" | "lobster" | "titanOne" | "cookie" | "bungee" | "poppins" | "staatliches" | "patuaOne" | "calistoga" | "suezOne" | "caprasimo" | "rubikMonoOne" | "silkscreen" | "alfaSlabOne" | "orelegaOne" | "audiowide" | "redRose" | "kalnia" | "imbue" | "climateCrisis" | "gluten" | "madimiOne" | "anta" | "trykker" | "moul" | "bevan" | "wendyOne" | "lexendDeca" | "vinaSans" | "chango" | "changaOne" | "protestGuerrilla" | "londrinaShadow" | "candal" | "borel" | "rockNRollOne" | "bungeeInline" | "rampartOne" | "manrope" | "yuseiMagic" | "patrickHandSC" | "farsan" | "handlee" | "lemonada" | "arsenal" | "bakbakOne" | "belleza" | "blackHanSans" | "bowlbyOne" | "brunoAceSC" | "castoroTitling" | "contrailOne" | "delaGothicOne" | "dotGothic16" | "fahkwang" | "francoisOne" | "gloock" | "graduate" | "jersey10" | "kavoon" | "kronaOne" | "notable" | "pavanam" | "phudu" | "poetsenOne" | "pollerOne" | "questrial" | "racingSansOne" | "rammettoOne" | "rubikGlitch" | "shrikhand" | "spicyRice" | "syncopate" | "urbanist" | "yesevaOne" | "zenDots" | "ballet" | "luxuriousScript" | "windSong" | "calSans" | "specialGothicExpandedOne" | "imperialScript" | "greatVibes" | "limelight" | "bodoniModaSc" | "zillaSlab" | "righteous" | "cherryBombOne" | "barlow" | "comfortaa" | "cormorant" | "msMadi" | "tektur" | "spaceGrotesk" | "leagueSpartan" | "cormorantGaramond" | "gwendolyn" | "playwriteOsterreich" | "sourceCodePro" | "commissioner" | "lora" | "sairaCondensed" | "fruktur" | "caudex" | "cascadiaCode" | "merriweather" | "unbounded" | "nataSans" | "museoModerno" | "geologica" | "tomorrow" | "fraunces" | "notoSerifDisplay" | "coiny" | "sriracha" | "redditSans" | "heptaSlab" | "parisienne" | "monteCarlo" | "georama" | "goldman" | "montaguSlab" | "ephesis" | "sigmar" | "knewave";
25990
25999
  textStyleOptions: {
25991
26000
  buttons: {
25992
- type: import("../../../brand-page/models").TextStyleType;
26001
+ type: "buttons" | "titles" | "headings" | "paragraphs";
25993
26002
  title: string;
25994
26003
  style: {
25995
26004
  color: string | undefined;
@@ -26000,12 +26009,12 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
26000
26009
  letterSpacing: string | undefined;
26001
26010
  lineHeight: string | undefined;
26002
26011
  textDecoration: string | undefined;
26003
- textStyleType: import("../../../brand-page/models").TextStyleType | undefined;
26012
+ textStyleType: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
26004
26013
  };
26005
26014
  isModified: boolean;
26006
26015
  };
26007
26016
  titles: {
26008
- type: import("../../../brand-page/models").TextStyleType;
26017
+ type: "buttons" | "titles" | "headings" | "paragraphs";
26009
26018
  title: string;
26010
26019
  style: {
26011
26020
  color: string | undefined;
@@ -26016,12 +26025,12 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
26016
26025
  letterSpacing: string | undefined;
26017
26026
  lineHeight: string | undefined;
26018
26027
  textDecoration: string | undefined;
26019
- textStyleType: import("../../../brand-page/models").TextStyleType | undefined;
26028
+ textStyleType: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
26020
26029
  };
26021
26030
  isModified: boolean;
26022
26031
  };
26023
26032
  headings: {
26024
- type: import("../../../brand-page/models").TextStyleType;
26033
+ type: "buttons" | "titles" | "headings" | "paragraphs";
26025
26034
  title: string;
26026
26035
  style: {
26027
26036
  color: string | undefined;
@@ -26032,12 +26041,12 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
26032
26041
  letterSpacing: string | undefined;
26033
26042
  lineHeight: string | undefined;
26034
26043
  textDecoration: string | undefined;
26035
- textStyleType: import("../../../brand-page/models").TextStyleType | undefined;
26044
+ textStyleType: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
26036
26045
  };
26037
26046
  isModified: boolean;
26038
26047
  };
26039
26048
  paragraphs: {
26040
- type: import("../../../brand-page/models").TextStyleType;
26049
+ type: "buttons" | "titles" | "headings" | "paragraphs";
26041
26050
  title: string;
26042
26051
  style: {
26043
26052
  color: string | undefined;
@@ -26048,18 +26057,18 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
26048
26057
  letterSpacing: string | undefined;
26049
26058
  lineHeight: string | undefined;
26050
26059
  textDecoration: string | undefined;
26051
- textStyleType: import("../../../brand-page/models").TextStyleType | undefined;
26060
+ textStyleType: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
26052
26061
  };
26053
26062
  isModified: boolean;
26054
26063
  };
26055
26064
  };
26056
26065
  };
26057
26066
  galleryStyles: {
26058
- galleryType: import("../../../brand-page/models").GalleryType;
26067
+ galleryType: "grid" | "carousel" | "masonry";
26059
26068
  };
26060
26069
  };
26061
26070
  headerStyles?: {
26062
- displayStyle: import("../../../brand-page").HeaderDisplayStyle;
26071
+ displayStyle: import("../../../brand-page").PageSectionDisplayStyle;
26063
26072
  navigationStyles?: {
26064
26073
  displayType: import("../../../brand-page").NavigationDisplayType;
26065
26074
  renderAfterLogo: boolean;
@@ -26107,7 +26116,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
26107
26116
  transition?: string | undefined;
26108
26117
  width?: string | undefined;
26109
26118
  wordBreak?: string | undefined;
26110
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
26119
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
26111
26120
  applyAutoScale?: boolean | undefined;
26112
26121
  };
26113
26122
  selectedButtonStyle: {
@@ -26247,7 +26256,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
26247
26256
  transition?: string | undefined;
26248
26257
  width?: string | undefined;
26249
26258
  wordBreak?: string | undefined;
26250
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
26259
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
26251
26260
  applyAutoScale?: boolean | undefined;
26252
26261
  };
26253
26262
  selectedButtonStyle: {
@@ -26390,7 +26399,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
26390
26399
  transition?: string | undefined;
26391
26400
  width?: string | undefined;
26392
26401
  wordBreak?: string | undefined;
26393
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
26402
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
26394
26403
  applyAutoScale?: boolean | undefined;
26395
26404
  };
26396
26405
  selectedButtonStyle: {
@@ -26530,7 +26539,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
26530
26539
  transition?: string | undefined;
26531
26540
  width?: string | undefined;
26532
26541
  wordBreak?: string | undefined;
26533
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
26542
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
26534
26543
  applyAutoScale?: boolean | undefined;
26535
26544
  };
26536
26545
  selectedButtonStyle: {
@@ -26674,7 +26683,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
26674
26683
  transition?: string | undefined;
26675
26684
  width?: string | undefined;
26676
26685
  wordBreak?: string | undefined;
26677
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
26686
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
26678
26687
  applyAutoScale?: boolean | undefined;
26679
26688
  };
26680
26689
  selectedButtonStyle: {
@@ -26814,7 +26823,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
26814
26823
  transition?: string | undefined;
26815
26824
  width?: string | undefined;
26816
26825
  wordBreak?: string | undefined;
26817
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
26826
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
26818
26827
  applyAutoScale?: boolean | undefined;
26819
26828
  };
26820
26829
  selectedButtonStyle: {
@@ -26957,7 +26966,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
26957
26966
  transition?: string | undefined;
26958
26967
  width?: string | undefined;
26959
26968
  wordBreak?: string | undefined;
26960
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
26969
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
26961
26970
  applyAutoScale?: boolean | undefined;
26962
26971
  };
26963
26972
  selectedButtonStyle: {
@@ -27097,7 +27106,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
27097
27106
  transition?: string | undefined;
27098
27107
  width?: string | undefined;
27099
27108
  wordBreak?: string | undefined;
27100
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
27109
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
27101
27110
  applyAutoScale?: boolean | undefined;
27102
27111
  };
27103
27112
  selectedButtonStyle: {
@@ -27248,7 +27257,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
27248
27257
  logoVariation?: number | undefined;
27249
27258
  logoImage: {
27250
27259
  logoDraftToken: string;
27251
- logoVariation: import("../../../brand-page/models").LogoVariation;
27260
+ logoVariation: number;
27252
27261
  logoLastUpdate: string | undefined;
27253
27262
  };
27254
27263
  logoTemplateImage: {
@@ -27351,7 +27360,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
27351
27360
  viewport: import("../../../brand-page/models").ViewportsType;
27352
27361
  } | undefined;
27353
27362
  pageHeaderMobile: {
27354
- displayStyle: import("../../../brand-page").HeaderDisplayStyle;
27363
+ displayStyle: import("../../../brand-page").PageSectionDisplayStyle;
27355
27364
  navigationStyles?: {
27356
27365
  displayType: import("../../../brand-page").NavigationDisplayType;
27357
27366
  renderAfterLogo: boolean;
@@ -27399,7 +27408,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
27399
27408
  transition?: string | undefined;
27400
27409
  width?: string | undefined;
27401
27410
  wordBreak?: string | undefined;
27402
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
27411
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
27403
27412
  applyAutoScale?: boolean | undefined;
27404
27413
  };
27405
27414
  selectedButtonStyle: {
@@ -27539,7 +27548,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
27539
27548
  transition?: string | undefined;
27540
27549
  width?: string | undefined;
27541
27550
  wordBreak?: string | undefined;
27542
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
27551
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
27543
27552
  applyAutoScale?: boolean | undefined;
27544
27553
  };
27545
27554
  selectedButtonStyle: {
@@ -27682,7 +27691,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
27682
27691
  transition?: string | undefined;
27683
27692
  width?: string | undefined;
27684
27693
  wordBreak?: string | undefined;
27685
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
27694
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
27686
27695
  applyAutoScale?: boolean | undefined;
27687
27696
  };
27688
27697
  selectedButtonStyle: {
@@ -27822,7 +27831,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
27822
27831
  transition?: string | undefined;
27823
27832
  width?: string | undefined;
27824
27833
  wordBreak?: string | undefined;
27825
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
27834
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
27826
27835
  applyAutoScale?: boolean | undefined;
27827
27836
  };
27828
27837
  selectedButtonStyle: {
@@ -27966,7 +27975,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
27966
27975
  transition?: string | undefined;
27967
27976
  width?: string | undefined;
27968
27977
  wordBreak?: string | undefined;
27969
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
27978
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
27970
27979
  applyAutoScale?: boolean | undefined;
27971
27980
  };
27972
27981
  selectedButtonStyle: {
@@ -28106,7 +28115,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
28106
28115
  transition?: string | undefined;
28107
28116
  width?: string | undefined;
28108
28117
  wordBreak?: string | undefined;
28109
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
28118
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
28110
28119
  applyAutoScale?: boolean | undefined;
28111
28120
  };
28112
28121
  selectedButtonStyle: {
@@ -28249,7 +28258,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
28249
28258
  transition?: string | undefined;
28250
28259
  width?: string | undefined;
28251
28260
  wordBreak?: string | undefined;
28252
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
28261
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
28253
28262
  applyAutoScale?: boolean | undefined;
28254
28263
  };
28255
28264
  selectedButtonStyle: {
@@ -28389,7 +28398,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
28389
28398
  transition?: string | undefined;
28390
28399
  width?: string | undefined;
28391
28400
  wordBreak?: string | undefined;
28392
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
28401
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
28393
28402
  applyAutoScale?: boolean | undefined;
28394
28403
  };
28395
28404
  selectedButtonStyle: {
@@ -28540,7 +28549,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
28540
28549
  logoVariation?: number | undefined;
28541
28550
  logoImage: {
28542
28551
  logoDraftToken: string;
28543
- logoVariation: import("../../../brand-page/models").LogoVariation;
28552
+ logoVariation: number;
28544
28553
  logoLastUpdate: string | undefined;
28545
28554
  };
28546
28555
  logoTemplateImage: {
@@ -28643,7 +28652,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
28643
28652
  viewport: import("../../../brand-page/models").ViewportsType;
28644
28653
  };
28645
28654
  pageHeaderDesktop: {
28646
- displayStyle: import("../../../brand-page").HeaderDisplayStyle;
28655
+ displayStyle: import("../../../brand-page").PageSectionDisplayStyle;
28647
28656
  navigationStyles?: {
28648
28657
  displayType: import("../../../brand-page").NavigationDisplayType;
28649
28658
  renderAfterLogo: boolean;
@@ -28691,7 +28700,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
28691
28700
  transition?: string | undefined;
28692
28701
  width?: string | undefined;
28693
28702
  wordBreak?: string | undefined;
28694
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
28703
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
28695
28704
  applyAutoScale?: boolean | undefined;
28696
28705
  };
28697
28706
  selectedButtonStyle: {
@@ -28831,7 +28840,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
28831
28840
  transition?: string | undefined;
28832
28841
  width?: string | undefined;
28833
28842
  wordBreak?: string | undefined;
28834
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
28843
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
28835
28844
  applyAutoScale?: boolean | undefined;
28836
28845
  };
28837
28846
  selectedButtonStyle: {
@@ -28974,7 +28983,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
28974
28983
  transition?: string | undefined;
28975
28984
  width?: string | undefined;
28976
28985
  wordBreak?: string | undefined;
28977
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
28986
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
28978
28987
  applyAutoScale?: boolean | undefined;
28979
28988
  };
28980
28989
  selectedButtonStyle: {
@@ -29114,7 +29123,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
29114
29123
  transition?: string | undefined;
29115
29124
  width?: string | undefined;
29116
29125
  wordBreak?: string | undefined;
29117
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
29126
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
29118
29127
  applyAutoScale?: boolean | undefined;
29119
29128
  };
29120
29129
  selectedButtonStyle: {
@@ -29258,7 +29267,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
29258
29267
  transition?: string | undefined;
29259
29268
  width?: string | undefined;
29260
29269
  wordBreak?: string | undefined;
29261
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
29270
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
29262
29271
  applyAutoScale?: boolean | undefined;
29263
29272
  };
29264
29273
  selectedButtonStyle: {
@@ -29398,7 +29407,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
29398
29407
  transition?: string | undefined;
29399
29408
  width?: string | undefined;
29400
29409
  wordBreak?: string | undefined;
29401
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
29410
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
29402
29411
  applyAutoScale?: boolean | undefined;
29403
29412
  };
29404
29413
  selectedButtonStyle: {
@@ -29541,7 +29550,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
29541
29550
  transition?: string | undefined;
29542
29551
  width?: string | undefined;
29543
29552
  wordBreak?: string | undefined;
29544
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
29553
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
29545
29554
  applyAutoScale?: boolean | undefined;
29546
29555
  };
29547
29556
  selectedButtonStyle: {
@@ -29681,7 +29690,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
29681
29690
  transition?: string | undefined;
29682
29691
  width?: string | undefined;
29683
29692
  wordBreak?: string | undefined;
29684
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
29693
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
29685
29694
  applyAutoScale?: boolean | undefined;
29686
29695
  };
29687
29696
  selectedButtonStyle: {
@@ -29832,7 +29841,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
29832
29841
  logoVariation?: number | undefined;
29833
29842
  logoImage: {
29834
29843
  logoDraftToken: string;
29835
- logoVariation: import("../../../brand-page/models").LogoVariation;
29844
+ logoVariation: number;
29836
29845
  logoLastUpdate: string | undefined;
29837
29846
  };
29838
29847
  logoTemplateImage: {
@@ -29935,7 +29944,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
29935
29944
  viewport: import("../../../brand-page/models").ViewportsType;
29936
29945
  };
29937
29946
  footerStyles?: {
29938
- displayStyle: import("../../../brand-page").FooterDisplayStyle;
29947
+ displayStyle: string;
29939
29948
  copyrightText: string;
29940
29949
  copyrightStyle: {
29941
29950
  aspectRatio?: string | undefined;
@@ -29981,7 +29990,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
29981
29990
  transition?: string | undefined;
29982
29991
  width?: string | undefined;
29983
29992
  wordBreak?: string | undefined;
29984
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
29993
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
29985
29994
  applyAutoScale?: boolean | undefined;
29986
29995
  };
29987
29996
  backgroundStyle: {
@@ -30126,7 +30135,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
30126
30135
  logoVariation?: number | undefined;
30127
30136
  logoImage: {
30128
30137
  logoDraftToken: string;
30129
- logoVariation: import("../../../brand-page/models").LogoVariation;
30138
+ logoVariation: number;
30130
30139
  logoLastUpdate: string | undefined;
30131
30140
  };
30132
30141
  logoTemplateImage: {
@@ -30138,12 +30147,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
30138
30147
  logoImageBase64Url?: string | undefined;
30139
30148
  socialLinks: {
30140
30149
  url: string;
30150
+ id?: string | undefined;
30141
30151
  imageUrl: string;
30142
30152
  size?: string | undefined;
30143
30153
  imageTitle: string;
30144
30154
  width: number;
30145
30155
  height: number;
30146
- mediaType?: import("../../../brand-page/models").MediaType | undefined;
30156
+ mediaType?: "image" | "shape" | undefined;
30147
30157
  colorReplacements?: {
30148
30158
  attribute: string;
30149
30159
  originalColor: string;
@@ -30153,13 +30163,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
30153
30163
  imageUrlOverride?: string | undefined;
30154
30164
  imageTitleOverride?: string | undefined;
30155
30165
  }[];
30156
- textFontFamily?: import("../../../brand-page").FontFamilyKey | undefined;
30166
+ textFontFamily?: "lato" | "roboto" | "notoSans" | "openSans" | "arvo" | "bebasNeue" | "ptSerif" | "oswald" | "inter" | "montserrat" | "raleway" | "anton" | "antonSc" | "quicksand" | "pacifico" | "bioRhyme" | "playfairDisplay" | "mulish" | "telex" | "pridi" | "hindMadurai" | "kanit" | "libreBaskerville" | "amiko" | "neuton" | "tenorSans" | "jacquesFrancois" | "varela" | "quattrocentoSans" | "workSans" | "titilliumWeb" | "amaticSc" | "poiretOne" | "shantellSans" | "dancingScript" | "tangerine" | "cinzel" | "jost" | "exo2" | "ebGaramond" | "ubuntu" | "cabin" | "josefinSans" | "lobsterTwo" | "sacramento" | "nunito" | "aboreto" | "afacad" | "aleo" | "abhayaLibre" | "caladea" | "rokkitt" | "rubik" | "frankRuhlLibre" | "spectral" | "abrilFatface" | "courgette" | "kiteOne" | "amarante" | "satisfy" | "lilitaOne" | "lobster" | "titanOne" | "cookie" | "bungee" | "poppins" | "staatliches" | "patuaOne" | "calistoga" | "suezOne" | "caprasimo" | "rubikMonoOne" | "silkscreen" | "alfaSlabOne" | "orelegaOne" | "audiowide" | "redRose" | "kalnia" | "imbue" | "climateCrisis" | "gluten" | "madimiOne" | "anta" | "trykker" | "moul" | "bevan" | "wendyOne" | "lexendDeca" | "vinaSans" | "chango" | "changaOne" | "protestGuerrilla" | "londrinaShadow" | "candal" | "borel" | "rockNRollOne" | "bungeeInline" | "rampartOne" | "manrope" | "yuseiMagic" | "patrickHandSC" | "farsan" | "handlee" | "lemonada" | "arsenal" | "bakbakOne" | "belleza" | "blackHanSans" | "bowlbyOne" | "brunoAceSC" | "castoroTitling" | "contrailOne" | "delaGothicOne" | "dotGothic16" | "fahkwang" | "francoisOne" | "gloock" | "graduate" | "jersey10" | "kavoon" | "kronaOne" | "notable" | "pavanam" | "phudu" | "poetsenOne" | "pollerOne" | "questrial" | "racingSansOne" | "rammettoOne" | "rubikGlitch" | "shrikhand" | "spicyRice" | "syncopate" | "urbanist" | "yesevaOne" | "zenDots" | "ballet" | "luxuriousScript" | "windSong" | "calSans" | "specialGothicExpandedOne" | "imperialScript" | "greatVibes" | "limelight" | "bodoniModaSc" | "zillaSlab" | "righteous" | "cherryBombOne" | "barlow" | "comfortaa" | "cormorant" | "msMadi" | "tektur" | "spaceGrotesk" | "leagueSpartan" | "cormorantGaramond" | "gwendolyn" | "playwriteOsterreich" | "sourceCodePro" | "commissioner" | "lora" | "sairaCondensed" | "fruktur" | "caudex" | "cascadiaCode" | "merriweather" | "unbounded" | "nataSans" | "museoModerno" | "geologica" | "tomorrow" | "fraunces" | "notoSerifDisplay" | "coiny" | "sriracha" | "redditSans" | "heptaSlab" | "parisienne" | "monteCarlo" | "georama" | "goldman" | "montaguSlab" | "ephesis" | "sigmar" | "knewave" | undefined;
30157
30167
  viewport: import("../../../brand-page/models").ViewportsType;
30158
30168
  logoImageHeight: string | undefined;
30159
30169
  logoImageWidth: string | undefined;
30160
30170
  } | undefined;
30161
30171
  pageFooterMobile: {
30162
- displayStyle: import("../../../brand-page").FooterDisplayStyle;
30172
+ displayStyle: string;
30163
30173
  copyrightText: string;
30164
30174
  copyrightStyle: {
30165
30175
  aspectRatio?: string | undefined;
@@ -30205,7 +30215,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
30205
30215
  transition?: string | undefined;
30206
30216
  width?: string | undefined;
30207
30217
  wordBreak?: string | undefined;
30208
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
30218
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
30209
30219
  applyAutoScale?: boolean | undefined;
30210
30220
  };
30211
30221
  backgroundStyle: {
@@ -30350,7 +30360,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
30350
30360
  logoVariation?: number | undefined;
30351
30361
  logoImage: {
30352
30362
  logoDraftToken: string;
30353
- logoVariation: import("../../../brand-page/models").LogoVariation;
30363
+ logoVariation: number;
30354
30364
  logoLastUpdate: string | undefined;
30355
30365
  };
30356
30366
  logoTemplateImage: {
@@ -30362,12 +30372,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
30362
30372
  logoImageBase64Url?: string | undefined;
30363
30373
  socialLinks: {
30364
30374
  url: string;
30375
+ id?: string | undefined;
30365
30376
  imageUrl: string;
30366
30377
  size?: string | undefined;
30367
30378
  imageTitle: string;
30368
30379
  width: number;
30369
30380
  height: number;
30370
- mediaType?: import("../../../brand-page/models").MediaType | undefined;
30381
+ mediaType?: "image" | "shape" | undefined;
30371
30382
  colorReplacements?: {
30372
30383
  attribute: string;
30373
30384
  originalColor: string;
@@ -30377,13 +30388,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
30377
30388
  imageUrlOverride?: string | undefined;
30378
30389
  imageTitleOverride?: string | undefined;
30379
30390
  }[];
30380
- textFontFamily?: import("../../../brand-page").FontFamilyKey | undefined;
30391
+ textFontFamily?: "lato" | "roboto" | "notoSans" | "openSans" | "arvo" | "bebasNeue" | "ptSerif" | "oswald" | "inter" | "montserrat" | "raleway" | "anton" | "antonSc" | "quicksand" | "pacifico" | "bioRhyme" | "playfairDisplay" | "mulish" | "telex" | "pridi" | "hindMadurai" | "kanit" | "libreBaskerville" | "amiko" | "neuton" | "tenorSans" | "jacquesFrancois" | "varela" | "quattrocentoSans" | "workSans" | "titilliumWeb" | "amaticSc" | "poiretOne" | "shantellSans" | "dancingScript" | "tangerine" | "cinzel" | "jost" | "exo2" | "ebGaramond" | "ubuntu" | "cabin" | "josefinSans" | "lobsterTwo" | "sacramento" | "nunito" | "aboreto" | "afacad" | "aleo" | "abhayaLibre" | "caladea" | "rokkitt" | "rubik" | "frankRuhlLibre" | "spectral" | "abrilFatface" | "courgette" | "kiteOne" | "amarante" | "satisfy" | "lilitaOne" | "lobster" | "titanOne" | "cookie" | "bungee" | "poppins" | "staatliches" | "patuaOne" | "calistoga" | "suezOne" | "caprasimo" | "rubikMonoOne" | "silkscreen" | "alfaSlabOne" | "orelegaOne" | "audiowide" | "redRose" | "kalnia" | "imbue" | "climateCrisis" | "gluten" | "madimiOne" | "anta" | "trykker" | "moul" | "bevan" | "wendyOne" | "lexendDeca" | "vinaSans" | "chango" | "changaOne" | "protestGuerrilla" | "londrinaShadow" | "candal" | "borel" | "rockNRollOne" | "bungeeInline" | "rampartOne" | "manrope" | "yuseiMagic" | "patrickHandSC" | "farsan" | "handlee" | "lemonada" | "arsenal" | "bakbakOne" | "belleza" | "blackHanSans" | "bowlbyOne" | "brunoAceSC" | "castoroTitling" | "contrailOne" | "delaGothicOne" | "dotGothic16" | "fahkwang" | "francoisOne" | "gloock" | "graduate" | "jersey10" | "kavoon" | "kronaOne" | "notable" | "pavanam" | "phudu" | "poetsenOne" | "pollerOne" | "questrial" | "racingSansOne" | "rammettoOne" | "rubikGlitch" | "shrikhand" | "spicyRice" | "syncopate" | "urbanist" | "yesevaOne" | "zenDots" | "ballet" | "luxuriousScript" | "windSong" | "calSans" | "specialGothicExpandedOne" | "imperialScript" | "greatVibes" | "limelight" | "bodoniModaSc" | "zillaSlab" | "righteous" | "cherryBombOne" | "barlow" | "comfortaa" | "cormorant" | "msMadi" | "tektur" | "spaceGrotesk" | "leagueSpartan" | "cormorantGaramond" | "gwendolyn" | "playwriteOsterreich" | "sourceCodePro" | "commissioner" | "lora" | "sairaCondensed" | "fruktur" | "caudex" | "cascadiaCode" | "merriweather" | "unbounded" | "nataSans" | "museoModerno" | "geologica" | "tomorrow" | "fraunces" | "notoSerifDisplay" | "coiny" | "sriracha" | "redditSans" | "heptaSlab" | "parisienne" | "monteCarlo" | "georama" | "goldman" | "montaguSlab" | "ephesis" | "sigmar" | "knewave" | undefined;
30381
30392
  viewport: import("../../../brand-page/models").ViewportsType;
30382
30393
  logoImageHeight: string | undefined;
30383
30394
  logoImageWidth: string | undefined;
30384
30395
  };
30385
30396
  pageFooterDesktop: {
30386
- displayStyle: import("../../../brand-page").FooterDisplayStyle;
30397
+ displayStyle: string;
30387
30398
  copyrightText: string;
30388
30399
  copyrightStyle: {
30389
30400
  aspectRatio?: string | undefined;
@@ -30429,7 +30440,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
30429
30440
  transition?: string | undefined;
30430
30441
  width?: string | undefined;
30431
30442
  wordBreak?: string | undefined;
30432
- textStyleType?: import("../../../brand-page/models").TextStyleType | undefined;
30443
+ textStyleType?: "buttons" | "titles" | "headings" | "paragraphs" | undefined;
30433
30444
  applyAutoScale?: boolean | undefined;
30434
30445
  };
30435
30446
  backgroundStyle: {
@@ -30574,7 +30585,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
30574
30585
  logoVariation?: number | undefined;
30575
30586
  logoImage: {
30576
30587
  logoDraftToken: string;
30577
- logoVariation: import("../../../brand-page/models").LogoVariation;
30588
+ logoVariation: number;
30578
30589
  logoLastUpdate: string | undefined;
30579
30590
  };
30580
30591
  logoTemplateImage: {
@@ -30586,12 +30597,13 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
30586
30597
  logoImageBase64Url?: string | undefined;
30587
30598
  socialLinks: {
30588
30599
  url: string;
30600
+ id?: string | undefined;
30589
30601
  imageUrl: string;
30590
30602
  size?: string | undefined;
30591
30603
  imageTitle: string;
30592
30604
  width: number;
30593
30605
  height: number;
30594
- mediaType?: import("../../../brand-page/models").MediaType | undefined;
30606
+ mediaType?: "image" | "shape" | undefined;
30595
30607
  colorReplacements?: {
30596
30608
  attribute: string;
30597
30609
  originalColor: string;
@@ -30601,7 +30613,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
30601
30613
  imageUrlOverride?: string | undefined;
30602
30614
  imageTitleOverride?: string | undefined;
30603
30615
  }[];
30604
- textFontFamily?: import("../../../brand-page").FontFamilyKey | undefined;
30616
+ textFontFamily?: "lato" | "roboto" | "notoSans" | "openSans" | "arvo" | "bebasNeue" | "ptSerif" | "oswald" | "inter" | "montserrat" | "raleway" | "anton" | "antonSc" | "quicksand" | "pacifico" | "bioRhyme" | "playfairDisplay" | "mulish" | "telex" | "pridi" | "hindMadurai" | "kanit" | "libreBaskerville" | "amiko" | "neuton" | "tenorSans" | "jacquesFrancois" | "varela" | "quattrocentoSans" | "workSans" | "titilliumWeb" | "amaticSc" | "poiretOne" | "shantellSans" | "dancingScript" | "tangerine" | "cinzel" | "jost" | "exo2" | "ebGaramond" | "ubuntu" | "cabin" | "josefinSans" | "lobsterTwo" | "sacramento" | "nunito" | "aboreto" | "afacad" | "aleo" | "abhayaLibre" | "caladea" | "rokkitt" | "rubik" | "frankRuhlLibre" | "spectral" | "abrilFatface" | "courgette" | "kiteOne" | "amarante" | "satisfy" | "lilitaOne" | "lobster" | "titanOne" | "cookie" | "bungee" | "poppins" | "staatliches" | "patuaOne" | "calistoga" | "suezOne" | "caprasimo" | "rubikMonoOne" | "silkscreen" | "alfaSlabOne" | "orelegaOne" | "audiowide" | "redRose" | "kalnia" | "imbue" | "climateCrisis" | "gluten" | "madimiOne" | "anta" | "trykker" | "moul" | "bevan" | "wendyOne" | "lexendDeca" | "vinaSans" | "chango" | "changaOne" | "protestGuerrilla" | "londrinaShadow" | "candal" | "borel" | "rockNRollOne" | "bungeeInline" | "rampartOne" | "manrope" | "yuseiMagic" | "patrickHandSC" | "farsan" | "handlee" | "lemonada" | "arsenal" | "bakbakOne" | "belleza" | "blackHanSans" | "bowlbyOne" | "brunoAceSC" | "castoroTitling" | "contrailOne" | "delaGothicOne" | "dotGothic16" | "fahkwang" | "francoisOne" | "gloock" | "graduate" | "jersey10" | "kavoon" | "kronaOne" | "notable" | "pavanam" | "phudu" | "poetsenOne" | "pollerOne" | "questrial" | "racingSansOne" | "rammettoOne" | "rubikGlitch" | "shrikhand" | "spicyRice" | "syncopate" | "urbanist" | "yesevaOne" | "zenDots" | "ballet" | "luxuriousScript" | "windSong" | "calSans" | "specialGothicExpandedOne" | "imperialScript" | "greatVibes" | "limelight" | "bodoniModaSc" | "zillaSlab" | "righteous" | "cherryBombOne" | "barlow" | "comfortaa" | "cormorant" | "msMadi" | "tektur" | "spaceGrotesk" | "leagueSpartan" | "cormorantGaramond" | "gwendolyn" | "playwriteOsterreich" | "sourceCodePro" | "commissioner" | "lora" | "sairaCondensed" | "fruktur" | "caudex" | "cascadiaCode" | "merriweather" | "unbounded" | "nataSans" | "museoModerno" | "geologica" | "tomorrow" | "fraunces" | "notoSerifDisplay" | "coiny" | "sriracha" | "redditSans" | "heptaSlab" | "parisienne" | "monteCarlo" | "georama" | "goldman" | "montaguSlab" | "ephesis" | "sigmar" | "knewave" | undefined;
30605
30617
  viewport: import("../../../brand-page/models").ViewportsType;
30606
30618
  logoImageHeight: string | undefined;
30607
30619
  logoImageWidth: string | undefined;
@@ -30610,8 +30622,8 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
30610
30622
  title: string;
30611
30623
  contents: {
30612
30624
  id: string;
30613
- type: import("../../../brand-page/models").ContentType;
30614
- personalisationRole?: import("../../../brand-page/models").PersonalisationRole | undefined;
30625
+ type: "website" | "image" | "email" | "phone" | "logo" | "general-link" | "profile" | "video" | "text" | "facebook" | "x" | "instagram" | "youtube" | "linkedin" | "pinterest" | "twitch" | "tiktok" | "map" | "image-gallery" | "mailing-list" | "request-payment" | "support-me" | "contact-form" | "banner-section" | "about-section" | "divider-section" | "images-section" | "testimonial-section" | "social-links" | "shapes-section" | "shop-section" | "booking-section";
30626
+ personalisationRole?: "website" | "email" | "phone" | "profile" | "about" | "information" | "media" | undefined;
30615
30627
  topPadding?: number | undefined;
30616
30628
  bottomPadding?: number | undefined;
30617
30629
  imageUrlOverride?: string | undefined;
@@ -30633,7 +30645,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
30633
30645
  nav: {
30634
30646
  orders: {
30635
30647
  routeId: string;
30636
- subRoutes: /*elided*/ any[];
30648
+ subRoutes: any[];
30637
30649
  }[];
30638
30650
  routes: {
30639
30651
  id: string;
@@ -30644,7 +30656,7 @@ export declare const useAiCheckpointStore: import("pinia").StoreDefinition<"aiCh
30644
30656
  }[];
30645
30657
  };
30646
30658
  isModifiedAfterTemplateApplied?: boolean | undefined;
30647
- brandPageType?: import("../../../brand-page/models").BrandPageType | undefined;
30659
+ brandPageType?: "default" | "brandSite" | "brandContact" | undefined;
30648
30660
  faviconUrl?: string | undefined;
30649
30661
  ogImageUrl?: string | undefined;
30650
30662
  measurementID?: string | undefined;