@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
@@ -1,5 +1,5 @@
1
1
  import { openBlock as H, createElementBlock as V, createStaticVNode as t } from "vue";
2
- import { _ as e } from "./lib-Cw6L6CfQ.js";
2
+ import { _ as e } from "./lib-Dy7MYyqz.js";
3
3
  const M = {}, Z = {
4
4
  width: "230",
5
5
  height: "36",
@@ -8,9 +8,9 @@ const M = {}, Z = {
8
8
  xmlns: "http://www.w3.org/2000/svg"
9
9
  };
10
10
  function i(l, C) {
11
- return H(), V("svg", Z, [...C[0] || (C[0] = [
11
+ return H(), V("svg", Z, C[0] || (C[0] = [
12
12
  t('<path d="M0 8C0 3.58172 3.58172 0 8 0H221.5C225.918 0 229.5 3.58172 229.5 8V28C229.5 32.4183 225.918 36 221.5 36H8C3.58173 36 0 32.4183 0 28V8Z" fill="black" fill-opacity="0.7"></path><path d="M16.4943 23H12.8849V12.8182H16.5241C17.5483 12.8182 18.4299 13.022 19.169 13.4297C19.9081 13.834 20.4766 14.4157 20.8743 15.1747C21.2753 15.9337 21.4759 16.8419 21.4759 17.8991C21.4759 18.9598 21.2753 19.8712 20.8743 20.6335C20.4766 21.3958 19.9048 21.9808 19.1591 22.3885C18.4167 22.7962 17.5284 23 16.4943 23ZM15.0376 21.1555H16.4048C17.0412 21.1555 17.5765 21.0429 18.0107 20.8175C18.4482 20.5888 18.7763 20.2358 18.995 19.7585C19.2171 19.2779 19.3281 18.6581 19.3281 17.8991C19.3281 17.1468 19.2171 16.532 18.995 16.0547C18.7763 15.5774 18.4498 15.2261 18.0156 15.0007C17.5814 14.7753 17.0462 14.6626 16.4098 14.6626H15.0376V21.1555ZM23.0307 23V15.3636H25.1486V23H23.0307ZM24.0946 14.3793C23.7798 14.3793 23.5096 14.2749 23.2843 14.0661C23.0622 13.8539 22.9512 13.6004 22.9512 13.3054C22.9512 13.0137 23.0622 12.7635 23.2843 12.5547C23.5096 12.3426 23.7798 12.2365 24.0946 12.2365C24.4095 12.2365 24.678 12.3426 24.9 12.5547C25.1254 12.7635 25.2381 13.0137 25.2381 13.3054C25.2381 13.6004 25.1254 13.8539 24.9 14.0661C24.678 14.2749 24.4095 14.3793 24.0946 14.3793ZM33.1989 17.5412L31.2599 17.6605C31.2268 17.4948 31.1555 17.3456 31.0462 17.2131C30.9368 17.0772 30.7926 16.9695 30.6136 16.8899C30.438 16.8071 30.2275 16.7656 29.9822 16.7656C29.6541 16.7656 29.3774 16.8352 29.152 16.9744C28.9266 17.1103 28.8139 17.2926 28.8139 17.5213C28.8139 17.7036 28.8868 17.8577 29.0327 17.9837C29.1785 18.1096 29.4287 18.2107 29.7834 18.2869L31.1655 18.5653C31.9079 18.7178 32.4614 18.9631 32.826 19.3011C33.1906 19.6392 33.3729 20.0833 33.3729 20.6335C33.3729 21.134 33.2254 21.5732 32.9304 21.951C32.6387 22.3288 32.2377 22.6238 31.7273 22.8359C31.2202 23.0447 30.6352 23.1491 29.9723 23.1491C28.9614 23.1491 28.156 22.9387 27.5561 22.5178C26.9595 22.0935 26.6098 21.5168 26.5071 20.7876L28.5902 20.6783C28.6532 20.9865 28.8056 21.2218 29.0476 21.3842C29.2895 21.5433 29.5994 21.6229 29.9773 21.6229C30.3485 21.6229 30.6468 21.5516 30.8722 21.4091C31.1009 21.2633 31.2169 21.076 31.2202 20.8473C31.2169 20.6551 31.1357 20.4976 30.9766 20.375C30.8175 20.2491 30.5722 20.1529 30.2408 20.0866L28.9183 19.8232C28.1726 19.674 27.6174 19.4155 27.2528 19.0476C26.8916 18.6797 26.7109 18.2107 26.7109 17.6406C26.7109 17.1501 26.8435 16.7275 27.1087 16.3729C27.3771 16.0182 27.7533 15.7448 28.2372 15.5526C28.7244 15.3603 29.2945 15.2642 29.9474 15.2642C30.9119 15.2642 31.6709 15.468 32.2244 15.8757C32.7813 16.2834 33.1061 16.8385 33.1989 17.5412ZM38.1866 23.1491C37.4011 23.1491 36.725 22.9901 36.1582 22.6719C35.5948 22.3504 35.1606 21.8963 34.8556 21.3097C34.5507 20.7197 34.3983 20.022 34.3983 19.2166C34.3983 18.4311 34.5507 17.7417 34.8556 17.1484C35.1606 16.5552 35.5898 16.0928 36.1433 15.7614C36.7001 15.4299 37.353 15.2642 38.1021 15.2642C38.6059 15.2642 39.0749 15.3454 39.5091 15.5078C39.9466 15.6669 40.3277 15.9072 40.6525 16.2287C40.9806 16.5502 41.2359 16.9545 41.4181 17.4418C41.6004 17.9257 41.6916 18.4924 41.6916 19.142V19.7237H35.2434V18.4112H39.698C39.698 18.1063 39.6317 17.8362 39.4991 17.6009C39.3665 17.3655 39.1826 17.1816 38.9473 17.049C38.7153 16.9131 38.4451 16.8452 38.1369 16.8452C37.8154 16.8452 37.5304 16.9197 37.2818 17.0689C37.0365 17.2147 36.8443 17.4119 36.7051 17.6605C36.5659 17.9058 36.4946 18.1792 36.4913 18.4808V19.7287C36.4913 20.1065 36.5609 20.433 36.7001 20.7081C36.8426 20.9832 37.0431 21.1953 37.3017 21.3445C37.5602 21.4936 37.8668 21.5682 38.2214 21.5682C38.4567 21.5682 38.6722 21.535 38.8677 21.4688C39.0633 21.4025 39.2306 21.303 39.3699 21.1705C39.5091 21.0379 39.6151 20.8755 39.688 20.6832L41.6468 20.8125C41.5474 21.2831 41.3436 21.6941 41.0353 22.0455C40.7304 22.3935 40.336 22.6652 39.8521 22.8608C39.3715 23.053 38.8163 23.1491 38.1866 23.1491ZM45.1916 18.5852V23H43.0737V15.3636H45.0922V16.7109H45.1816C45.3507 16.2668 45.6341 15.9155 46.0318 15.657C46.4295 15.3951 46.9118 15.2642 47.4785 15.2642C48.0088 15.2642 48.4712 15.3802 48.8656 15.6122C49.26 15.8442 49.5666 16.1757 49.7853 16.6065C50.0041 17.0341 50.1135 17.5445 50.1135 18.1378V23H47.9956V18.5156C47.9989 18.0483 47.8796 17.6837 47.6376 17.4219C47.3957 17.1567 47.0626 17.0241 46.6383 17.0241C46.3533 17.0241 46.1014 17.0855 45.8826 17.2081C45.6672 17.3307 45.4982 17.5097 45.3755 17.745C45.2562 17.977 45.1949 18.2571 45.1916 18.5852ZM45.1667 14.424L43.9885 14.4091C43.9885 13.776 44.1442 13.2905 44.4558 12.9524C44.7707 12.6143 45.1535 12.4437 45.6042 12.4403C45.8362 12.4403 46.0351 12.4785 46.2008 12.5547C46.3699 12.6276 46.5207 12.7138 46.6532 12.8132C46.7891 12.9126 46.9184 13.0005 47.041 13.0767C47.1636 13.1496 47.2962 13.1861 47.4387 13.1861C47.631 13.1828 47.7768 13.1115 47.8762 12.9723C47.979 12.8298 48.0304 12.6442 48.0304 12.4155L49.1887 12.4503C49.1821 13.0767 49.023 13.5606 48.7115 13.902C48.3999 14.2401 48.0204 14.4107 47.573 14.4141C47.3244 14.4141 47.1156 14.3776 46.9466 14.3047C46.7808 14.2285 46.635 14.1423 46.5091 14.0462C46.3831 13.9467 46.2605 13.8589 46.1412 13.7827C46.0218 13.7064 45.8876 13.6683 45.7385 13.6683C45.5661 13.6683 45.4269 13.7363 45.3208 13.8722C45.2181 14.008 45.1667 14.192 45.1667 14.424ZM53.9602 23.1442C53.473 23.1442 53.0388 23.0597 52.6577 22.8906C52.2765 22.7183 51.9749 22.4647 51.7528 22.13C51.5341 21.7919 51.4247 21.371 51.4247 20.8672C51.4247 20.4429 51.5026 20.0866 51.6584 19.7983C51.8142 19.5099 52.0263 19.2779 52.2947 19.1023C52.5632 18.9266 52.8681 18.794 53.2095 18.7045C53.5542 18.6151 53.9155 18.5521 54.2933 18.5156C54.7375 18.4692 55.0954 18.4261 55.3672 18.3864C55.639 18.3433 55.8362 18.2803 55.9588 18.1974C56.0814 18.1146 56.1428 17.992 56.1428 17.8295V17.7997C56.1428 17.4848 56.0433 17.2412 55.8445 17.0689C55.6489 16.8965 55.3705 16.8104 55.0092 16.8104C54.6281 16.8104 54.3248 16.8949 54.0994 17.0639C53.8741 17.2296 53.7249 17.4384 53.652 17.6903L51.6932 17.5312C51.7926 17.0672 51.9882 16.6662 52.2798 16.3281C52.5715 15.9867 52.9477 15.7249 53.4084 15.5426C53.8724 15.357 54.4093 15.2642 55.0192 15.2642C55.4434 15.2642 55.8494 15.3139 56.2372 15.4134C56.6283 15.5128 56.9747 15.6669 57.2763 15.8757C57.5812 16.0845 57.8215 16.353 57.9972 16.6811C58.1728 17.0059 58.2607 17.3954 58.2607 17.8494V23H56.2521V21.9411H56.1925C56.0698 22.1797 55.9058 22.3902 55.7003 22.5724C55.4948 22.7514 55.2479 22.8923 54.9595 22.995C54.6712 23.0945 54.3381 23.1442 53.9602 23.1442ZM54.5668 21.6825C54.8783 21.6825 55.1534 21.6212 55.392 21.4986C55.6307 21.3726 55.8179 21.2036 55.9538 20.9915C56.0897 20.7794 56.1577 20.5391 56.1577 20.2706V19.4602C56.0914 19.5033 56.0002 19.5431 55.8842 19.5795C55.7715 19.6127 55.6439 19.6442 55.5014 19.674C55.3589 19.7005 55.2164 19.7254 55.0739 19.7486C54.9313 19.7685 54.8021 19.7867 54.6861 19.8033C54.4375 19.8397 54.2204 19.8977 54.0348 19.9773C53.8492 20.0568 53.705 20.1645 53.6023 20.3004C53.4995 20.433 53.4482 20.5987 53.4482 20.7976C53.4482 21.0859 53.5526 21.3063 53.7614 21.4588C53.9735 21.608 54.242 21.6825 54.5668 21.6825ZM62.7177 23.1243C62.1377 23.1243 61.6123 22.9751 61.1417 22.6768C60.6744 22.3752 60.3031 21.9328 60.0281 21.3494C59.7563 20.7628 59.6204 20.0436 59.6204 19.1918C59.6204 18.3168 59.7612 17.5893 60.043 17.0092C60.3247 16.4259 60.6992 15.9901 61.1665 15.7017C61.6372 15.41 62.1526 15.2642 62.7127 15.2642C63.1403 15.2642 63.4966 15.3371 63.7816 15.483C64.07 15.6255 64.302 15.8045 64.4776 16.0199C64.6566 16.232 64.7925 16.4408 64.8853 16.6463H64.9499V12.8182H67.0629V23H64.9748V21.777H64.8853C64.7859 21.9891 64.645 22.1996 64.4627 22.4084C64.2837 22.6139 64.0501 22.7846 63.7617 22.9205C63.4767 23.0563 63.1287 23.1243 62.7177 23.1243ZM63.3888 21.4389C63.7302 21.4389 64.0186 21.3461 64.2539 21.1605C64.4925 20.9716 64.6748 20.7081 64.8008 20.37C64.93 20.032 64.9947 19.6359 64.9947 19.1818C64.9947 18.7277 64.9317 18.3333 64.8058 17.9986C64.6798 17.6638 64.4975 17.4053 64.2589 17.223C64.0202 17.0407 63.7302 16.9496 63.3888 16.9496C63.0408 16.9496 62.7475 17.044 62.5089 17.233C62.2702 17.4219 62.0896 17.6837 61.967 18.0185C61.8443 18.3532 61.783 18.741 61.783 19.1818C61.783 19.6259 61.8443 20.0187 61.967 20.3601C62.0929 20.6982 62.2736 20.9633 62.5089 21.1555C62.7475 21.3445 63.0408 21.4389 63.3888 21.4389ZM72.2544 23.1491C71.4822 23.1491 70.8143 22.9851 70.2509 22.657C69.6908 22.3255 69.2582 21.8648 68.9533 21.2749C68.6484 20.6816 68.4959 19.9938 68.4959 19.2116C68.4959 18.4228 68.6484 17.7334 68.9533 17.1435C69.2582 16.5502 69.6908 16.0895 70.2509 15.7614C70.8143 15.4299 71.4822 15.2642 72.2544 15.2642C73.0267 15.2642 73.6929 15.4299 74.253 15.7614C74.8165 16.0895 75.2507 16.5502 75.5556 17.1435C75.8605 17.7334 76.013 18.4228 76.013 19.2116C76.013 19.9938 75.8605 20.6816 75.5556 21.2749C75.2507 21.8648 74.8165 22.3255 74.253 22.657C73.6929 22.9851 73.0267 23.1491 72.2544 23.1491ZM72.2644 21.5085C72.6157 21.5085 72.909 21.4091 73.1444 21.2102C73.3797 21.008 73.557 20.733 73.6763 20.3849C73.7989 20.0369 73.8603 19.6409 73.8603 19.1967C73.8603 18.7526 73.7989 18.3565 73.6763 18.0085C73.557 17.6605 73.3797 17.3854 73.1444 17.1832C72.909 16.9811 72.6157 16.88 72.2644 16.88C71.9097 16.88 71.6114 16.9811 71.3695 17.1832C71.1309 17.3854 70.9502 17.6605 70.8276 18.0085C70.7083 18.3565 70.6486 18.7526 70.6486 19.1967C70.6486 19.6409 70.7083 20.0369 70.8276 20.3849C70.9502 20.733 71.1309 21.008 71.3695 21.2102C71.6114 21.4091 71.9097 21.5085 72.2644 21.5085ZM84.1104 23.1491C83.3249 23.1491 82.6488 22.9901 82.082 22.6719C81.5186 22.3504 81.0844 21.8963 80.7795 21.3097C80.4746 20.7197 80.3221 20.022 80.3221 19.2166C80.3221 18.4311 80.4746 17.7417 80.7795 17.1484C81.0844 16.5552 81.5136 16.0928 82.0671 15.7614C82.6239 15.4299 83.2769 15.2642 84.0259 15.2642C84.5297 15.2642 84.9987 15.3454 85.4329 15.5078C85.8704 15.6669 86.2515 15.9072 86.5763 16.2287C86.9045 16.5502 87.1597 16.9545 87.342 17.4418C87.5243 17.9257 87.6154 18.4924 87.6154 19.142V19.7237H81.1673V18.4112H85.6218C85.6218 18.1063 85.5555 17.8362 85.4229 17.6009C85.2904 17.3655 85.1064 17.1816 84.8711 17.049C84.6391 16.9131 84.369 16.8452 84.0607 16.8452C83.7392 16.8452 83.4542 16.9197 83.2056 17.0689C82.9603 17.2147 82.7681 17.4119 82.6289 17.6605C82.4897 17.9058 82.4184 18.1792 82.4151 18.4808V19.7287C82.4151 20.1065 82.4847 20.433 82.6239 20.7081C82.7665 20.9832 82.967 21.1953 83.2255 21.3445C83.484 21.4936 83.7906 21.5682 84.1452 21.5682C84.3806 21.5682 84.596 21.535 84.7915 21.4688C84.9871 21.4025 85.1545 21.303 85.2937 21.1705C85.4329 21.0379 85.5389 20.8755 85.6119 20.6832L87.5707 20.8125C87.4712 21.2831 87.2674 21.6941 86.9592 22.0455C86.6542 22.3935 86.2598 22.6652 85.7759 22.8608C85.2953 23.053 84.7402 23.1491 84.1104 23.1491ZM91.1154 18.5852V23H88.9975V15.3636H91.016V16.7109H91.1055C91.2745 16.2668 91.5579 15.9155 91.9556 15.657C92.3533 15.3951 92.8356 15.2642 93.4023 15.2642C93.9326 15.2642 94.395 15.3802 94.7894 15.6122C95.1838 15.8442 95.4904 16.1757 95.7092 16.6065C95.9279 17.0341 96.0373 17.5445 96.0373 18.1378V23H93.9194V18.5156C93.9227 18.0483 93.8034 17.6837 93.5614 17.4219C93.3195 17.1567 92.9864 17.0241 92.5621 17.0241C92.2771 17.0241 92.0252 17.0855 91.8065 17.2081C91.591 17.3307 91.422 17.5097 91.2994 17.745C91.18 17.977 91.1187 18.2571 91.1154 18.5852Z" fill="white"></path><g clip-path="url(#clip0_727_8590)"><path d="M164.52 13.9241C165.185 13.9241 165.808 14.0751 166.385 14.3782C166.964 14.6802 167.441 15.0926 167.819 15.6145L166.47 16.6682C166.259 16.351 165.981 16.0998 165.637 15.9143C165.294 15.7288 164.921 15.637 164.52 15.637C164.09 15.637 163.691 15.7417 163.325 15.9534C162.958 16.1652 162.669 16.4547 162.457 16.8215C162.245 17.1882 162.14 17.5864 162.14 18.0168C162.14 18.4476 162.248 18.8473 162.464 19.2131C162.679 19.5799 162.968 19.8714 163.331 20.0862C163.693 20.3019 164.091 20.4094 164.521 20.4094C164.952 20.4094 165.37 20.3064 165.729 20.1028C166.088 19.8991 166.367 19.6196 166.563 19.2639H164.205V17.6545H168.535V18.3684C168.535 19.0413 168.354 19.6649 167.991 20.2395C167.628 20.8141 167.138 21.2711 166.522 21.6116C165.906 21.9521 165.239 22.1213 164.52 22.1213C163.802 22.1213 163.096 21.9364 162.469 21.5667C161.841 21.1967 161.343 20.6969 160.977 20.0696C160.61 19.4422 160.427 18.7577 160.427 18.0168C160.428 17.2762 160.611 16.5923 160.977 15.9651C161.344 15.3377 161.841 14.8408 162.469 14.4739C163.096 14.1071 163.78 13.9241 164.52 13.9241ZM190.178 13.9241C190.919 13.9241 191.635 14.1207 192.277 14.5139C192.919 14.9071 193.418 15.4252 193.774 16.0676L192.277 16.8723C192.065 16.4943 191.774 16.1939 191.404 15.9709C191.033 15.7481 190.626 15.637 190.18 15.637C189.735 15.637 189.35 15.7416 188.984 15.9534C188.617 16.1652 188.329 16.4547 188.117 16.8215C187.905 17.1883 187.8 17.5863 187.8 18.0168C187.8 18.4476 187.907 18.8473 188.123 19.2131C188.339 19.58 188.627 19.8713 188.99 20.0862C189.353 20.302 189.751 20.4094 190.181 20.4094C190.612 20.4093 191.039 20.2937 191.417 20.0637C191.795 19.8337 192.085 19.525 192.289 19.1389L193.797 19.9563C193.441 20.6057 192.94 21.1294 192.295 21.5266C191.648 21.9227 190.944 22.1213 190.18 22.1213C189.416 22.1213 188.755 21.9365 188.128 21.5667C187.5 21.1967 187.002 20.6969 186.636 20.0696C186.27 19.4423 186.087 18.7577 186.087 18.0168C186.087 17.2762 186.27 16.5923 186.636 15.9651H186.635C187.002 15.3377 187.499 14.8408 188.127 14.4739C188.754 14.1071 189.438 13.9242 190.178 13.9241ZM200.553 13.9241C201.294 13.9241 201.979 14.107 202.606 14.4739C203.234 14.8408 203.731 15.3377 204.097 15.9651C204.464 16.5922 204.647 17.2762 204.647 18.0168C204.647 18.7577 204.464 19.4423 204.097 20.0696C203.731 20.6969 203.234 21.1957 202.606 21.5667C201.979 21.9375 201.294 22.1213 200.553 22.1213C199.813 22.1213 199.129 21.9364 198.502 21.5667C197.874 21.1967 197.376 20.6969 197.01 20.0696C196.644 19.4423 196.461 18.7577 196.461 18.0168C196.461 17.2762 196.644 16.5923 197.01 15.9651C197.377 15.3377 197.874 14.8408 198.502 14.4739C199.129 14.1071 199.813 13.9241 200.553 13.9241ZM149.813 13.8792C150.456 13.8792 151.019 14.0321 151.503 14.3381C151.986 14.6442 152.364 15.0775 152.636 15.637L151.163 16.4758C151.019 16.1587 150.838 15.9255 150.619 15.7786C150.4 15.6316 150.131 15.5579 149.814 15.5579C149.572 15.5579 149.364 15.6235 149.191 15.7561C149.017 15.8888 148.93 16.0419 148.93 16.2151C148.93 16.359 148.966 16.4819 149.038 16.5842C149.11 16.6866 149.242 16.7831 149.435 16.8733C149.629 16.9635 149.914 17.0655 150.292 17.179C150.798 17.3381 151.234 17.5138 151.601 17.7063C151.968 17.8988 152.27 18.1613 152.508 18.4934C152.746 18.8258 152.865 19.2418 152.865 19.7415C152.865 20.2408 152.74 20.6348 152.491 20.9934C152.242 21.3522 151.898 21.628 151.465 21.8215C151.03 22.014 150.541 22.1106 149.997 22.1106C149.21 22.1106 148.551 21.9376 148.018 21.5891H148.017C147.484 21.2415 147.108 20.7689 146.889 20.1721L148.329 19.3323C148.48 19.7102 148.694 19.9907 148.969 20.1721C149.245 20.3535 149.603 20.4445 150.041 20.4446C150.395 20.4446 150.67 20.3617 150.863 20.1956C151.056 20.0294 151.152 19.8436 151.152 19.6399C151.152 19.4891 151.106 19.3605 151.016 19.2551C150.925 19.1497 150.77 19.0486 150.551 18.9534C150.332 18.8592 150.014 18.7517 149.598 18.6301C148.873 18.4183 148.294 18.1316 147.863 17.7688C147.432 17.406 147.217 16.888 147.217 16.2151C147.217 15.7389 147.336 15.3255 147.573 14.9739C147.811 14.6222 148.129 14.3518 148.526 14.1633C148.923 13.9748 149.352 13.8792 149.813 13.8792ZM182.141 20.3752C182.414 20.3753 182.622 20.45 182.77 20.5969C182.917 20.7438 182.991 20.9572 182.991 21.2366C182.991 21.5162 182.917 21.7302 182.77 21.8772C182.623 22.0241 182.414 22.0988 182.141 22.0989C181.869 22.0989 181.659 22.0242 181.511 21.8772C181.365 21.7292 181.291 21.5161 181.291 21.2366C181.291 20.9573 181.365 20.7438 181.511 20.5969C181.658 20.449 181.869 20.3752 182.141 20.3752ZM144.065 15.637H140.914V17.1106H143.794V18.7317H140.914V20.342H144.134V21.9641H139.213V14.0266H144.065V15.637ZM132.376 14.0266C133.117 14.0266 133.799 14.2013 134.423 14.553C135.046 14.9046 135.541 15.3844 135.908 15.9934C136.275 16.6014 136.459 17.2762 136.459 18.0168C136.459 18.7577 136.277 19.4295 135.914 20.0305C135.551 20.6312 135.056 21.1031 134.428 21.4465C133.801 21.7901 133.117 21.9631 132.376 21.9631H129.122V14.0266H132.376ZM157.457 21.9631H155.745V14.0266H157.457V21.9631ZM176.119 18.55H176.12V14.0266H177.82V21.9631H176.381L173.205 16.9963V21.9631H171.505V14.0266H173.205L176.119 18.55ZM212.515 19.9446L215.269 14.0266H217.197V21.9631H215.384V17.7903L213.501 21.9631H211.528L209.646 17.7903V21.9631H207.832V14.0266H209.76L212.515 19.9446ZM200.553 15.637C200.123 15.637 199.724 15.7417 199.358 15.9534C198.991 16.1652 198.702 16.4547 198.49 16.8215C198.278 17.1882 198.174 17.5864 198.174 18.0168C198.174 18.4476 198.281 18.8473 198.497 19.2131C198.713 19.5799 199.001 19.8714 199.364 20.0862C199.727 20.3019 200.124 20.4093 200.554 20.4094C200.985 20.4094 201.384 20.3019 201.751 20.0862L201.75 20.0872C202.117 19.8713 202.408 19.58 202.623 19.2141C202.839 18.8473 202.946 18.4485 202.946 18.0178C202.946 17.5873 202.839 17.1901 202.623 16.8274C202.407 16.4646 202.116 16.1761 201.75 15.9602C201.383 15.7443 200.984 15.637 200.553 15.637ZM130.822 20.342H132.376V20.3411C132.806 20.3411 133.205 20.2373 133.572 20.0286C133.939 19.8208 134.227 19.5394 134.439 19.1848C134.651 18.8291 134.757 18.4368 134.757 18.0061C134.757 17.5754 134.65 17.1785 134.439 16.8157C134.227 16.4528 133.939 16.1652 133.572 15.9534C133.205 15.7416 132.806 15.637 132.376 15.637H130.822V20.342Z" fill="white"></path><path d="M121.995 18C121.995 12.5809 117.708 8.17026 112.358 8.00507C112.254 8.00203 112.151 8 112.047 8H105V19.2435H111.166C111.253 19.2435 111.339 19.2344 111.421 19.2172C111.986 19.0986 112.41 18.6 112.41 18C112.41 17.3129 111.853 16.7565 111.166 16.7565H107.073V10.0726H112.047C112.12 10.0726 112.2 10.0736 112.295 10.0766C114.342 10.1395 116.26 10.9908 117.692 12.4725C119.13 13.9603 119.921 15.9234 119.921 18C119.921 20.0766 119.13 22.0397 117.692 23.5275C116.26 25.0092 114.342 25.8605 112.293 25.9234C112.2 25.9264 112.119 25.9274 112.047 25.9274H107.073V23.6481H112.29C112.343 23.6481 112.394 23.6471 112.447 23.6451C115.158 23.5518 117.331 21.0607 117.331 18C117.331 14.9393 115.158 12.4482 112.447 12.3549C112.394 12.3529 112.343 12.3519 112.29 12.3519H109.145V14.5329H112.29C112.32 14.5329 112.351 14.5339 112.381 14.5349C113.129 14.5603 113.839 14.915 114.376 15.5352C114.944 16.192 115.258 17.0666 115.258 17.999C115.258 18.9314 114.944 19.806 114.376 20.4628C113.838 21.082 113.129 21.4377 112.38 21.4631C112.351 21.4641 112.32 21.4651 112.29 21.4651H107.073H105V27.998H112.047C112.15 27.998 112.253 27.9959 112.358 27.9929C117.708 27.8277 121.995 23.417 121.995 17.998V18Z" fill="white"></path></g><defs><clipPath id="clip0_727_8590"><rect width="112.5" height="20" fill="white" transform="translate(105 8)"></rect></clipPath></defs>', 4)
13
- ])]);
13
+ ]));
14
14
  }
15
15
  const r = /* @__PURE__ */ e(M, [["render", i]]);
16
16
  export {
@@ -1,5 +1,5 @@
1
1
  import { openBlock as H, createElementBlock as V, createStaticVNode as t } from "vue";
2
- import { _ as e } from "./lib-Cw6L6CfQ.js";
2
+ import { _ as e } from "./lib-Dy7MYyqz.js";
3
3
  const i = {}, l = {
4
4
  width: "216",
5
5
  height: "36",
@@ -8,9 +8,9 @@ const i = {}, l = {
8
8
  xmlns: "http://www.w3.org/2000/svg"
9
9
  };
10
10
  function a(M, C) {
11
- return H(), V("svg", l, [...C[0] || (C[0] = [
11
+ return H(), V("svg", l, C[0] || (C[0] = [
12
12
  t('<path d="M0 8C0 3.58172 3.58172 0 8 0H207.5C211.918 0 215.5 3.58172 215.5 8V28C215.5 32.4183 211.918 36 207.5 36H8C3.58172 36 0 32.4183 0 28V8Z" fill="black" fill-opacity="0.7"></path><path d="M21.8686 16.3828H19.6911C19.6513 16.1011 19.5701 15.8509 19.4474 15.6321C19.3248 15.41 19.1674 15.2211 18.9751 15.0653C18.7829 14.9096 18.5608 14.7902 18.3089 14.7074C18.0604 14.6245 17.7902 14.5831 17.4986 14.5831C16.9716 14.5831 16.5125 14.714 16.1214 14.9759C15.7304 15.2344 15.4271 15.6122 15.2116 16.1094C14.9962 16.6032 14.8885 17.2031 14.8885 17.9091C14.8885 18.6349 14.9962 19.2448 15.2116 19.7386C15.4304 20.2325 15.7353 20.6054 16.1264 20.8572C16.5175 21.1091 16.9699 21.2351 17.4837 21.2351C17.772 21.2351 18.0388 21.197 18.2841 21.1207C18.5327 21.0445 18.7531 20.9335 18.9453 20.7876C19.1375 20.6385 19.2966 20.4579 19.4226 20.2457C19.5518 20.0336 19.6413 19.7917 19.6911 19.5199L21.8686 19.5298C21.8123 19.9972 21.6714 20.4479 21.446 20.8821C21.224 21.313 20.924 21.6991 20.5462 22.0405C20.1716 22.3786 19.7242 22.647 19.2038 22.8459C18.6868 23.0414 18.1018 23.1392 17.4489 23.1392C16.5407 23.1392 15.7287 22.9337 15.0128 22.5227C14.3002 22.1117 13.7367 21.5168 13.3224 20.7379C12.9115 19.959 12.706 19.0161 12.706 17.9091C12.706 16.7988 12.9148 15.8542 13.3324 15.0753C13.75 14.2964 14.3168 13.7031 15.0327 13.2955C15.7486 12.8845 16.554 12.679 17.4489 12.679C18.0388 12.679 18.5857 12.7618 19.0895 12.9276C19.5966 13.0933 20.0457 13.3352 20.4368 13.6534C20.8279 13.9683 21.1461 14.3544 21.3913 14.8118C21.6399 15.2692 21.799 15.7929 21.8686 16.3828ZM26.8228 23.1491C26.0505 23.1491 25.3827 22.9851 24.8192 22.657C24.2591 22.3255 23.8266 21.8648 23.5217 21.2749C23.2167 20.6816 23.0643 19.9938 23.0643 19.2116C23.0643 18.4228 23.2167 17.7334 23.5217 17.1435C23.8266 16.5502 24.2591 16.0895 24.8192 15.7614C25.3827 15.4299 26.0505 15.2642 26.8228 15.2642C27.5951 15.2642 28.2612 15.4299 28.8214 15.7614C29.3848 16.0895 29.819 16.5502 30.1239 17.1435C30.4289 17.7334 30.5813 18.4228 30.5813 19.2116C30.5813 19.9938 30.4289 20.6816 30.1239 21.2749C29.819 21.8648 29.3848 22.3255 28.8214 22.657C28.2612 22.9851 27.5951 23.1491 26.8228 23.1491ZM26.8327 21.5085C27.1841 21.5085 27.4774 21.4091 27.7127 21.2102C27.948 21.008 28.1254 20.733 28.2447 20.3849C28.3673 20.0369 28.4286 19.6409 28.4286 19.1967C28.4286 18.7526 28.3673 18.3565 28.2447 18.0085C28.1254 17.6605 27.948 17.3854 27.7127 17.1832C27.4774 16.9811 27.1841 16.88 26.8327 16.88C26.4781 16.88 26.1798 16.9811 25.9379 17.1832C25.6992 17.3854 25.5186 17.6605 25.396 18.0085C25.2766 18.3565 25.217 18.7526 25.217 19.1967C25.217 19.6409 25.2766 20.0369 25.396 20.3849C25.5186 20.733 25.6992 21.008 25.9379 21.2102C26.1798 21.4091 26.4781 21.5085 26.8327 21.5085ZM34.0763 18.5852V23H31.9585V15.3636H33.9769V16.7109H34.0664C34.2354 16.2668 34.5188 15.9155 34.9165 15.657C35.3143 15.3951 35.7965 15.2642 36.3633 15.2642C36.8936 15.2642 37.3559 15.3802 37.7504 15.6122C38.1448 15.8442 38.4513 16.1757 38.6701 16.6065C38.8888 17.0341 38.9982 17.5445 38.9982 18.1378V23H36.8803V18.5156C36.8836 18.0483 36.7643 17.6837 36.5224 17.4219C36.2804 17.1567 35.9473 17.0241 35.5231 17.0241C35.238 17.0241 34.9862 17.0855 34.7674 17.2081C34.552 17.3307 34.3829 17.5097 34.2603 17.745C34.141 17.977 34.0797 18.2571 34.0763 18.5852ZM44.1177 23.1491C43.3355 23.1491 42.6627 22.9834 42.0993 22.652C41.5391 22.3172 41.1083 21.8532 40.8066 21.2599C40.5083 20.6667 40.3592 19.9839 40.3592 19.2116C40.3592 18.4295 40.51 17.7434 40.8116 17.1534C41.1165 16.5601 41.5491 16.0978 42.1092 15.7663C42.6693 15.4316 43.3355 15.2642 44.1078 15.2642C44.774 15.2642 45.3573 15.3852 45.8578 15.6271C46.3583 15.8691 46.7543 16.2088 47.046 16.6463C47.3377 17.0838 47.4984 17.5975 47.5282 18.1875H45.5297C45.4733 17.8063 45.3242 17.4998 45.0822 17.2678C44.8436 17.0324 44.5304 16.9148 44.1426 16.9148C43.8145 16.9148 43.5278 17.0043 43.2825 17.1832C43.0405 17.3589 42.8516 17.6158 42.7157 17.9538C42.5798 18.2919 42.5119 18.7012 42.5119 19.1818C42.5119 19.669 42.5782 20.0833 42.7108 20.4247C42.8467 20.7661 43.0372 21.0263 43.2825 21.2053C43.5278 21.3842 43.8145 21.4737 44.1426 21.4737C44.3845 21.4737 44.6016 21.424 44.7939 21.3246C44.9894 21.2251 45.1502 21.081 45.2761 20.892C45.4054 20.6998 45.4899 20.4695 45.5297 20.201H47.5282C47.4951 20.7843 47.336 21.2981 47.051 21.7422C46.7692 22.183 46.3798 22.5277 45.8826 22.7763C45.3855 23.0249 44.7972 23.1491 44.1177 23.1491ZM43.6206 22.9602H44.595L44.5154 23.3928C44.8568 23.4458 45.1352 23.5734 45.3507 23.7756C45.5694 23.9777 45.6805 24.2528 45.6838 24.6009C45.6871 25.0947 45.4584 25.4875 44.9977 25.7791C44.537 26.0741 43.8907 26.2216 43.0588 26.2216L43.0389 25.277C43.4565 25.277 43.783 25.2256 44.0183 25.1229C44.2569 25.0234 44.3812 24.8677 44.3912 24.6555C44.3978 24.4534 44.3199 24.2992 44.1575 24.1932C43.9951 24.0871 43.7415 24.0125 43.3968 23.9695L43.6206 22.9602ZM53.7812 19.7486V15.3636H55.8991V23H53.8658V21.6129H53.7862C53.6139 22.0604 53.3272 22.42 52.9261 22.6918C52.5284 22.9635 52.0429 23.0994 51.4695 23.0994C50.959 23.0994 50.5099 22.9834 50.1222 22.7514C49.7344 22.5194 49.4311 22.1896 49.2124 21.7621C48.9969 21.3345 48.8875 20.8224 48.8842 20.2259V15.3636H51.0021V19.848C51.0054 20.2988 51.1264 20.6551 51.3651 20.9169C51.6037 21.1787 51.9235 21.3097 52.3246 21.3097C52.5798 21.3097 52.8184 21.2517 53.0405 21.1357C53.2625 21.0163 53.4415 20.8407 53.5774 20.6087C53.7166 20.3767 53.7846 20.09 53.7812 19.7486ZM67.1871 17.5412L65.2482 17.6605C65.2151 17.4948 65.1438 17.3456 65.0344 17.2131C64.9251 17.0772 64.7809 16.9695 64.6019 16.8899C64.4263 16.8071 64.2158 16.7656 63.9705 16.7656C63.6424 16.7656 63.3656 16.8352 63.1403 16.9744C62.9149 17.1103 62.8022 17.2926 62.8022 17.5213C62.8022 17.7036 62.8751 17.8577 63.021 17.9837C63.1668 18.1096 63.417 18.2107 63.7717 18.2869L65.1538 18.5653C65.8962 18.7178 66.4497 18.9631 66.8143 19.3011C67.1789 19.6392 67.3612 20.0833 67.3612 20.6335C67.3612 21.134 67.2137 21.5732 66.9187 21.951C66.627 22.3288 66.226 22.6238 65.7156 22.8359C65.2085 23.0447 64.6235 23.1491 63.9606 23.1491C62.9497 23.1491 62.1443 22.9387 61.5444 22.5178C60.9478 22.0935 60.5981 21.5168 60.4954 20.7876L62.5785 20.6783C62.6415 20.9865 62.7939 21.2218 63.0359 21.3842C63.2778 21.5433 63.5877 21.6229 63.9656 21.6229C64.3368 21.6229 64.6351 21.5516 64.8604 21.4091C65.0891 21.2633 65.2051 21.076 65.2085 20.8473C65.2051 20.6551 65.1239 20.4976 64.9648 20.375C64.8058 20.2491 64.5605 20.1529 64.229 20.0866L62.9066 19.8232C62.1609 19.674 61.6057 19.4155 61.2411 19.0476C60.8799 18.6797 60.6992 18.2107 60.6992 17.6406C60.6992 17.1501 60.8318 16.7275 61.0969 16.3729C61.3654 16.0182 61.7416 15.7448 62.2255 15.5526C62.7127 15.3603 63.2828 15.2642 63.9357 15.2642C64.9002 15.2642 65.6592 15.468 66.2127 15.8757C66.7695 16.2834 67.0943 16.8385 67.1871 17.5412ZM73.5918 19.7486V15.3636H75.7097V23H73.6763V21.6129H73.5968C73.4244 22.0604 73.1377 22.42 72.7367 22.6918C72.339 22.9635 71.8534 23.0994 71.28 23.0994C70.7696 23.0994 70.3205 22.9834 69.9327 22.7514C69.5449 22.5194 69.2417 22.1896 69.0229 21.7621C68.8075 21.3345 68.6981 20.8224 68.6948 20.2259V15.3636H70.8127V19.848C70.816 20.2988 70.937 20.6551 71.1756 20.9169C71.4142 21.1787 71.7341 21.3097 72.1351 21.3097C72.3903 21.3097 72.629 21.2517 72.851 21.1357C73.0731 21.0163 73.2521 20.8407 73.388 20.6087C73.5272 20.3767 73.5951 20.09 73.5918 19.7486ZM77.4038 23V15.3636H79.457V16.696H79.5366C79.6758 16.2221 79.9094 15.8641 80.2376 15.6222C80.5657 15.3769 80.9435 15.2543 81.3711 15.2543C81.4772 15.2543 81.5915 15.2609 81.7141 15.2741C81.8368 15.2874 81.9445 15.3056 82.0373 15.3288V17.2081C81.9379 17.1783 81.8003 17.1518 81.6246 17.1286C81.449 17.1054 81.2882 17.0938 81.1424 17.0938C80.8308 17.0938 80.5524 17.1617 80.3072 17.2976C80.0652 17.4302 79.873 17.6158 79.7305 17.8544C79.5913 18.093 79.5217 18.3681 79.5217 18.6797V23H77.4038Z" fill="white"></path><g clip-path="url(#clip0_727_8516)"><path d="M150.52 13.9241C151.185 13.9241 151.808 14.0751 152.385 14.3782C152.964 14.6802 153.441 15.0926 153.819 15.6145L152.47 16.6682C152.259 16.351 151.981 16.0998 151.637 15.9143C151.294 15.7288 150.921 15.637 150.52 15.637C150.09 15.637 149.691 15.7417 149.325 15.9534C148.958 16.1652 148.669 16.4547 148.457 16.8215C148.245 17.1882 148.14 17.5864 148.14 18.0168C148.14 18.4476 148.248 18.8473 148.464 19.2131C148.679 19.5799 148.968 19.8714 149.331 20.0862C149.693 20.3019 150.091 20.4094 150.521 20.4094C150.952 20.4094 151.37 20.3064 151.729 20.1028C152.088 19.8991 152.367 19.6196 152.563 19.2639H150.205V17.6545H154.535V18.3684C154.535 19.0413 154.354 19.6649 153.991 20.2395C153.628 20.8141 153.138 21.2711 152.522 21.6116C151.906 21.9521 151.239 22.1213 150.52 22.1213C149.802 22.1213 149.096 21.9364 148.469 21.5667C147.841 21.1967 147.343 20.6969 146.977 20.0696C146.61 19.4422 146.427 18.7577 146.427 18.0168C146.428 17.2762 146.611 16.5923 146.977 15.9651C147.344 15.3377 147.841 14.8408 148.469 14.4739C149.096 14.1071 149.78 13.9241 150.52 13.9241ZM176.178 13.9241C176.919 13.9241 177.635 14.1207 178.277 14.5139C178.919 14.9071 179.419 15.4252 179.774 16.0676L178.277 16.8723C178.065 16.4943 177.774 16.1939 177.404 15.9709C177.033 15.7481 176.626 15.637 176.18 15.637C175.735 15.637 175.35 15.7416 174.984 15.9534C174.617 16.1652 174.329 16.4547 174.117 16.8215C173.905 17.1883 173.8 17.5863 173.8 18.0168C173.8 18.4476 173.907 18.8473 174.123 19.2131C174.339 19.58 174.627 19.8713 174.99 20.0862C175.353 20.302 175.751 20.4094 176.181 20.4094C176.612 20.4093 177.039 20.2937 177.417 20.0637C177.795 19.8337 178.085 19.525 178.289 19.1389L179.797 19.9563C179.441 20.6058 178.94 21.1294 178.295 21.5266C177.648 21.9227 176.944 22.1213 176.18 22.1213C175.416 22.1213 174.755 21.9365 174.128 21.5667C173.5 21.1967 173.002 20.6969 172.636 20.0696C172.27 19.4423 172.087 18.7577 172.087 18.0168C172.087 17.2762 172.27 16.5923 172.636 15.9651H172.635C173.002 15.3377 173.499 14.8408 174.127 14.4739C174.754 14.1071 175.438 13.9241 176.178 13.9241ZM186.553 13.9241C187.294 13.9241 187.979 14.107 188.606 14.4739C189.234 14.8408 189.731 15.3377 190.097 15.9651C190.464 16.5922 190.647 17.2762 190.647 18.0168C190.647 18.7577 190.464 19.4423 190.097 20.0696C189.731 20.6969 189.234 21.1957 188.606 21.5667C187.979 21.9375 187.294 22.1213 186.553 22.1213C185.813 22.1213 185.129 21.9364 184.502 21.5667C183.874 21.1967 183.376 20.6969 183.01 20.0696C182.644 19.4423 182.461 18.7577 182.461 18.0168C182.461 17.2762 182.644 16.5923 183.01 15.9651C183.377 15.3377 183.874 14.8408 184.502 14.4739C185.129 14.1071 185.813 13.9241 186.553 13.9241ZM135.813 13.8792C136.456 13.8792 137.019 14.0321 137.503 14.3381C137.986 14.6442 138.364 15.0775 138.636 15.637L137.163 16.4758C137.019 16.1587 136.838 15.9255 136.619 15.7786C136.4 15.6316 136.131 15.5579 135.814 15.5579C135.572 15.5579 135.364 15.6235 135.191 15.7561C135.017 15.8888 134.93 16.0419 134.93 16.2151C134.93 16.359 134.966 16.4819 135.038 16.5842C135.11 16.6866 135.242 16.7831 135.435 16.8733C135.629 16.9635 135.914 17.0655 136.292 17.179C136.798 17.3381 137.234 17.5138 137.601 17.7063C137.968 17.8988 138.27 18.1613 138.508 18.4934C138.746 18.8258 138.865 19.2418 138.865 19.7415C138.865 20.2408 138.74 20.6348 138.491 20.9934C138.242 21.3522 137.898 21.628 137.465 21.8215C137.03 22.014 136.541 22.1106 135.997 22.1106C135.21 22.1106 134.551 21.9376 134.018 21.5891H134.017C133.484 21.2415 133.108 20.7689 132.889 20.1721L134.329 19.3323C134.48 19.7102 134.694 19.9907 134.969 20.1721C135.245 20.3535 135.603 20.4445 136.041 20.4446C136.395 20.4446 136.67 20.3617 136.863 20.1956C137.056 20.0294 137.152 19.8436 137.152 19.6399C137.152 19.4891 137.106 19.3605 137.016 19.2551C136.925 19.1497 136.77 19.0486 136.551 18.9534C136.332 18.8592 136.014 18.7517 135.598 18.6301C134.873 18.4183 134.294 18.1316 133.863 17.7688C133.432 17.406 133.217 16.888 133.217 16.2151C133.217 15.7389 133.336 15.3255 133.573 14.9739C133.811 14.6222 134.129 14.3518 134.526 14.1633C134.923 13.9748 135.352 13.8792 135.813 13.8792ZM168.141 20.3752C168.414 20.3753 168.622 20.45 168.77 20.5969C168.917 20.7438 168.991 20.9572 168.991 21.2366C168.991 21.5162 168.917 21.7302 168.77 21.8772C168.623 22.0241 168.414 22.0988 168.141 22.0989C167.869 22.0989 167.659 22.0242 167.511 21.8772C167.365 21.7292 167.291 21.5161 167.291 21.2366C167.291 20.9573 167.365 20.7438 167.511 20.5969C167.658 20.449 167.869 20.3752 168.141 20.3752ZM130.065 15.637H126.914V17.1106H129.794V18.7317H126.914V20.342H130.134V21.9641H125.213V14.0266H130.065V15.637ZM118.376 14.0266C119.117 14.0266 119.799 14.2013 120.423 14.553C121.046 14.9046 121.541 15.3844 121.908 15.9934C122.275 16.6014 122.459 17.2762 122.459 18.0168C122.459 18.7577 122.277 19.4295 121.914 20.0305C121.551 20.6312 121.056 21.1031 120.428 21.4465C119.801 21.7901 119.117 21.9631 118.376 21.9631H115.122V14.0266H118.376ZM143.457 21.9631H141.745V14.0266H143.457V21.9631ZM162.119 18.55H162.12V14.0266H163.82V21.9631H162.381L159.205 16.9963V21.9631H157.505V14.0266H159.205L162.119 18.55ZM198.515 19.9446L201.269 14.0266H203.197V21.9631H201.384V17.7903L199.501 21.9631H197.528L195.646 17.7903V21.9631H193.832V14.0266H195.76L198.515 19.9446ZM186.553 15.637C186.123 15.637 185.724 15.7417 185.358 15.9534C184.991 16.1652 184.702 16.4547 184.49 16.8215C184.278 17.1882 184.174 17.5864 184.174 18.0168C184.174 18.4476 184.281 18.8473 184.497 19.2131C184.713 19.5799 185.001 19.8714 185.364 20.0862C185.727 20.3019 186.124 20.4093 186.554 20.4094C186.985 20.4094 187.384 20.3019 187.751 20.0862L187.75 20.0872C188.117 19.8713 188.408 19.58 188.623 19.2141C188.839 18.8473 188.946 18.4485 188.946 18.0178C188.946 17.5873 188.839 17.1901 188.623 16.8274C188.407 16.4646 188.116 16.1761 187.75 15.9602C187.383 15.7443 186.984 15.637 186.553 15.637ZM116.822 20.342H118.376V20.3411C118.806 20.3411 119.205 20.2373 119.572 20.0286C119.939 19.8208 120.227 19.5394 120.439 19.1848C120.651 18.8291 120.757 18.4368 120.757 18.0061C120.757 17.5754 120.65 17.1785 120.439 16.8157C120.227 16.4528 119.939 16.1652 119.572 15.9534C119.205 15.7416 118.806 15.637 118.376 15.637H116.822V20.342Z" fill="white"></path><path d="M107.995 18C107.995 12.5809 103.708 8.17026 98.3579 8.00507C98.2545 8.00203 98.1511 8 98.0467 8H91V19.2435H97.166C97.2532 19.2435 97.3393 19.2344 97.4214 19.2172C97.9859 19.0986 98.4095 18.6 98.4095 18C98.4095 17.3129 97.8531 16.7565 97.166 16.7565H93.0726V10.0726H98.0467C98.1197 10.0726 98.1998 10.0736 98.295 10.0766C100.342 10.1395 102.26 10.9908 103.692 12.4725C105.13 13.9603 105.921 15.9234 105.921 18C105.921 20.0766 105.13 22.0397 103.692 23.5275C102.26 25.0092 100.342 25.8605 98.293 25.9234C98.1998 25.9264 98.1187 25.9274 98.0467 25.9274H93.0726V23.6481H98.29C98.3427 23.6481 98.3943 23.6471 98.447 23.6451C101.158 23.5518 103.331 21.0607 103.331 18C103.331 14.9393 101.158 12.4482 98.447 12.3549C98.3943 12.3529 98.3427 12.3519 98.29 12.3519H95.1451V14.5329H98.29C98.3204 14.5329 98.3508 14.5339 98.3812 14.5349C99.1291 14.5603 99.8386 14.915 100.376 15.5352C100.944 16.192 101.258 17.0666 101.258 17.999C101.258 18.9314 100.944 19.806 100.376 20.4628C99.8375 21.082 99.1291 21.4377 98.3802 21.4631C98.3508 21.4641 98.3204 21.4651 98.29 21.4651H93.0726H91V27.998H98.0467C98.1501 27.998 98.2535 27.9959 98.3579 27.9929C103.708 27.8277 107.995 23.417 107.995 17.998V18Z" fill="white"></path></g><defs><clipPath id="clip0_727_8516"><rect width="112.5" height="20" fill="white" transform="translate(91 8)"></rect></clipPath></defs>', 4)
13
- ])]);
13
+ ]));
14
14
  }
15
15
  const h = /* @__PURE__ */ e(i, [["render", a]]);
16
16
  export {
@@ -1,5 +1,5 @@
1
1
  import { openBlock as H, createElementBlock as V, createStaticVNode as t } from "vue";
2
- import { _ as e } from "./lib-Cw6L6CfQ.js";
2
+ import { _ as e } from "./lib-Dy7MYyqz.js";
3
3
  const i = {}, l = {
4
4
  width: "216",
5
5
  height: "36",
@@ -8,9 +8,9 @@ const i = {}, l = {
8
8
  xmlns: "http://www.w3.org/2000/svg"
9
9
  };
10
10
  function r(M, C) {
11
- return H(), V("svg", l, [...C[0] || (C[0] = [
11
+ return H(), V("svg", l, C[0] || (C[0] = [
12
12
  t('<path d="M0 8C0 3.58172 3.58172 0 8 0H207.5C211.918 0 215.5 3.58172 215.5 8V28C215.5 32.4183 211.918 36 207.5 36H8C3.58172 36 0 32.4183 0 28V8Z" fill="black" fill-opacity="0.7"></path><path d="M21.8686 16.3828H19.6911C19.6513 16.1011 19.5701 15.8509 19.4474 15.6321C19.3248 15.41 19.1674 15.2211 18.9751 15.0653C18.7829 14.9096 18.5608 14.7902 18.3089 14.7074C18.0604 14.6245 17.7902 14.5831 17.4986 14.5831C16.9716 14.5831 16.5125 14.714 16.1214 14.9759C15.7304 15.2344 15.4271 15.6122 15.2116 16.1094C14.9962 16.6032 14.8885 17.2031 14.8885 17.9091C14.8885 18.6349 14.9962 19.2448 15.2116 19.7386C15.4304 20.2325 15.7353 20.6054 16.1264 20.8572C16.5175 21.1091 16.9699 21.2351 17.4837 21.2351C17.772 21.2351 18.0388 21.197 18.2841 21.1207C18.5327 21.0445 18.7531 20.9335 18.9453 20.7876C19.1375 20.6385 19.2966 20.4579 19.4226 20.2457C19.5518 20.0336 19.6413 19.7917 19.6911 19.5199L21.8686 19.5298C21.8123 19.9972 21.6714 20.4479 21.446 20.8821C21.224 21.313 20.924 21.6991 20.5462 22.0405C20.1716 22.3786 19.7242 22.647 19.2038 22.8459C18.6868 23.0414 18.1018 23.1392 17.4489 23.1392C16.5407 23.1392 15.7287 22.9337 15.0128 22.5227C14.3002 22.1117 13.7367 21.5168 13.3224 20.7379C12.9115 19.959 12.706 19.0161 12.706 17.9091C12.706 16.7988 12.9148 15.8542 13.3324 15.0753C13.75 14.2964 14.3168 13.7031 15.0327 13.2955C15.7486 12.8845 16.554 12.679 17.4489 12.679C18.0388 12.679 18.5857 12.7618 19.0895 12.9276C19.5966 13.0933 20.0457 13.3352 20.4368 13.6534C20.8279 13.9683 21.1461 14.3544 21.3913 14.8118C21.6399 15.2692 21.799 15.7929 21.8686 16.3828ZM26.8228 23.1491C26.0505 23.1491 25.3827 22.9851 24.8192 22.657C24.2591 22.3255 23.8266 21.8648 23.5217 21.2749C23.2167 20.6816 23.0643 19.9938 23.0643 19.2116C23.0643 18.4228 23.2167 17.7334 23.5217 17.1435C23.8266 16.5502 24.2591 16.0895 24.8192 15.7614C25.3827 15.4299 26.0505 15.2642 26.8228 15.2642C27.5951 15.2642 28.2612 15.4299 28.8214 15.7614C29.3848 16.0895 29.819 16.5502 30.1239 17.1435C30.4289 17.7334 30.5813 18.4228 30.5813 19.2116C30.5813 19.9938 30.4289 20.6816 30.1239 21.2749C29.819 21.8648 29.3848 22.3255 28.8214 22.657C28.2612 22.9851 27.5951 23.1491 26.8228 23.1491ZM26.8327 21.5085C27.1841 21.5085 27.4774 21.4091 27.7127 21.2102C27.948 21.008 28.1254 20.733 28.2447 20.3849C28.3673 20.0369 28.4286 19.6409 28.4286 19.1967C28.4286 18.7526 28.3673 18.3565 28.2447 18.0085C28.1254 17.6605 27.948 17.3854 27.7127 17.1832C27.4774 16.9811 27.1841 16.88 26.8327 16.88C26.4781 16.88 26.1798 16.9811 25.9379 17.1832C25.6992 17.3854 25.5186 17.6605 25.396 18.0085C25.2766 18.3565 25.217 18.7526 25.217 19.1967C25.217 19.6409 25.2766 20.0369 25.396 20.3849C25.5186 20.733 25.6992 21.008 25.9379 21.2102C26.1798 21.4091 26.4781 21.5085 26.8327 21.5085ZM34.0763 18.5852V23H31.9585V15.3636H33.9769V16.7109H34.0664C34.2354 16.2668 34.5188 15.9155 34.9165 15.657C35.3143 15.3951 35.7965 15.2642 36.3633 15.2642C36.8936 15.2642 37.3559 15.3802 37.7504 15.6122C38.1448 15.8442 38.4513 16.1757 38.6701 16.6065C38.8888 17.0341 38.9982 17.5445 38.9982 18.1378V23H36.8803V18.5156C36.8836 18.0483 36.7643 17.6837 36.5224 17.4219C36.2804 17.1567 35.9473 17.0241 35.5231 17.0241C35.238 17.0241 34.9862 17.0855 34.7674 17.2081C34.552 17.3307 34.3829 17.5097 34.2603 17.745C34.141 17.977 34.0797 18.2571 34.0763 18.5852ZM44.1177 23.1491C43.3355 23.1491 42.6627 22.9834 42.0993 22.652C41.5391 22.3172 41.1083 21.8532 40.8066 21.2599C40.5083 20.6667 40.3592 19.9839 40.3592 19.2116C40.3592 18.4295 40.51 17.7434 40.8116 17.1534C41.1165 16.5601 41.5491 16.0978 42.1092 15.7663C42.6693 15.4316 43.3355 15.2642 44.1078 15.2642C44.774 15.2642 45.3573 15.3852 45.8578 15.6271C46.3583 15.8691 46.7543 16.2088 47.046 16.6463C47.3377 17.0838 47.4984 17.5975 47.5282 18.1875H45.5297C45.4733 17.8063 45.3242 17.4998 45.0822 17.2678C44.8436 17.0324 44.5304 16.9148 44.1426 16.9148C43.8145 16.9148 43.5278 17.0043 43.2825 17.1832C43.0405 17.3589 42.8516 17.6158 42.7157 17.9538C42.5798 18.2919 42.5119 18.7012 42.5119 19.1818C42.5119 19.669 42.5782 20.0833 42.7108 20.4247C42.8467 20.7661 43.0372 21.0263 43.2825 21.2053C43.5278 21.3842 43.8145 21.4737 44.1426 21.4737C44.3845 21.4737 44.6016 21.424 44.7939 21.3246C44.9894 21.2251 45.1502 21.081 45.2761 20.892C45.4054 20.6998 45.4899 20.4695 45.5297 20.201H47.5282C47.4951 20.7843 47.336 21.2981 47.051 21.7422C46.7692 22.183 46.3798 22.5277 45.8826 22.7763C45.3855 23.0249 44.7972 23.1491 44.1177 23.1491ZM43.6206 22.9602H44.595L44.5154 23.3928C44.8568 23.4458 45.1352 23.5734 45.3507 23.7756C45.5694 23.9777 45.6805 24.2528 45.6838 24.6009C45.6871 25.0947 45.4584 25.4875 44.9977 25.7791C44.537 26.0741 43.8907 26.2216 43.0588 26.2216L43.0389 25.277C43.4565 25.277 43.783 25.2256 44.0183 25.1229C44.2569 25.0234 44.3812 24.8677 44.3912 24.6555C44.3978 24.4534 44.3199 24.2992 44.1575 24.1932C43.9951 24.0871 43.7415 24.0125 43.3968 23.9695L43.6206 22.9602ZM53.7812 19.7486V15.3636H55.8991V23H53.8658V21.6129H53.7862C53.6139 22.0604 53.3272 22.42 52.9261 22.6918C52.5284 22.9635 52.0429 23.0994 51.4695 23.0994C50.959 23.0994 50.5099 22.9834 50.1222 22.7514C49.7344 22.5194 49.4311 22.1896 49.2124 21.7621C48.9969 21.3345 48.8875 20.8224 48.8842 20.2259V15.3636H51.0021V19.848C51.0054 20.2988 51.1264 20.6551 51.3651 20.9169C51.6037 21.1787 51.9235 21.3097 52.3246 21.3097C52.5798 21.3097 52.8184 21.2517 53.0405 21.1357C53.2625 21.0163 53.4415 20.8407 53.5774 20.6087C53.7166 20.3767 53.7846 20.09 53.7812 19.7486ZM67.1871 17.5412L65.2482 17.6605C65.2151 17.4948 65.1438 17.3456 65.0344 17.2131C64.9251 17.0772 64.7809 16.9695 64.6019 16.8899C64.4263 16.8071 64.2158 16.7656 63.9705 16.7656C63.6424 16.7656 63.3656 16.8352 63.1403 16.9744C62.9149 17.1103 62.8022 17.2926 62.8022 17.5213C62.8022 17.7036 62.8751 17.8577 63.021 17.9837C63.1668 18.1096 63.417 18.2107 63.7717 18.2869L65.1538 18.5653C65.8962 18.7178 66.4497 18.9631 66.8143 19.3011C67.1789 19.6392 67.3612 20.0833 67.3612 20.6335C67.3612 21.134 67.2137 21.5732 66.9187 21.951C66.627 22.3288 66.226 22.6238 65.7156 22.8359C65.2085 23.0447 64.6235 23.1491 63.9606 23.1491C62.9497 23.1491 62.1443 22.9387 61.5444 22.5178C60.9478 22.0935 60.5981 21.5168 60.4954 20.7876L62.5785 20.6783C62.6415 20.9865 62.7939 21.2218 63.0359 21.3842C63.2778 21.5433 63.5877 21.6229 63.9656 21.6229C64.3368 21.6229 64.6351 21.5516 64.8604 21.4091C65.0891 21.2633 65.2051 21.076 65.2085 20.8473C65.2051 20.6551 65.1239 20.4976 64.9648 20.375C64.8058 20.2491 64.5605 20.1529 64.229 20.0866L62.9066 19.8232C62.1609 19.674 61.6057 19.4155 61.2411 19.0476C60.8799 18.6797 60.6992 18.2107 60.6992 17.6406C60.6992 17.1501 60.8318 16.7275 61.0969 16.3729C61.3654 16.0182 61.7416 15.7448 62.2255 15.5526C62.7127 15.3603 63.2828 15.2642 63.9357 15.2642C64.9002 15.2642 65.6592 15.468 66.2127 15.8757C66.7695 16.2834 67.0943 16.8385 67.1871 17.5412ZM73.5918 19.7486V15.3636H75.7097V23H73.6763V21.6129H73.5968C73.4244 22.0604 73.1377 22.42 72.7367 22.6918C72.339 22.9635 71.8534 23.0994 71.28 23.0994C70.7696 23.0994 70.3205 22.9834 69.9327 22.7514C69.5449 22.5194 69.2417 22.1896 69.0229 21.7621C68.8075 21.3345 68.6981 20.8224 68.6948 20.2259V15.3636H70.8127V19.848C70.816 20.2988 70.937 20.6551 71.1756 20.9169C71.4142 21.1787 71.7341 21.3097 72.1351 21.3097C72.3903 21.3097 72.629 21.2517 72.851 21.1357C73.0731 21.0163 73.2521 20.8407 73.388 20.6087C73.5272 20.3767 73.5951 20.09 73.5918 19.7486ZM77.4038 23V15.3636H79.457V16.696H79.5366C79.6758 16.2221 79.9094 15.8641 80.2376 15.6222C80.5657 15.3769 80.9435 15.2543 81.3711 15.2543C81.4772 15.2543 81.5915 15.2609 81.7141 15.2741C81.8368 15.2874 81.9445 15.3056 82.0373 15.3288V17.2081C81.9379 17.1783 81.8003 17.1518 81.6246 17.1286C81.449 17.1054 81.2882 17.0938 81.1424 17.0938C80.8308 17.0938 80.5524 17.1617 80.3072 17.2976C80.0652 17.4302 79.873 17.6158 79.7305 17.8544C79.5913 18.093 79.5217 18.3681 79.5217 18.6797V23H77.4038Z" fill="white"></path><g clip-path="url(#clip0_727_8516)"><path d="M150.52 13.9241C151.185 13.9241 151.808 14.0751 152.385 14.3782C152.964 14.6802 153.441 15.0926 153.819 15.6145L152.47 16.6682C152.259 16.351 151.981 16.0998 151.637 15.9143C151.294 15.7288 150.921 15.637 150.52 15.637C150.09 15.637 149.691 15.7417 149.325 15.9534C148.958 16.1652 148.669 16.4547 148.457 16.8215C148.245 17.1882 148.14 17.5864 148.14 18.0168C148.14 18.4476 148.248 18.8473 148.464 19.2131C148.679 19.5799 148.968 19.8714 149.331 20.0862C149.693 20.3019 150.091 20.4094 150.521 20.4094C150.952 20.4094 151.37 20.3064 151.729 20.1028C152.088 19.8991 152.367 19.6196 152.563 19.2639H150.205V17.6545H154.535V18.3684C154.535 19.0413 154.354 19.6649 153.991 20.2395C153.628 20.8141 153.138 21.2711 152.522 21.6116C151.906 21.9521 151.239 22.1213 150.52 22.1213C149.802 22.1213 149.096 21.9364 148.469 21.5667C147.841 21.1967 147.343 20.6969 146.977 20.0696C146.61 19.4422 146.427 18.7577 146.427 18.0168C146.428 17.2762 146.611 16.5923 146.977 15.9651C147.344 15.3377 147.841 14.8408 148.469 14.4739C149.096 14.1071 149.78 13.9241 150.52 13.9241ZM176.178 13.9241C176.919 13.9241 177.635 14.1207 178.277 14.5139C178.919 14.9071 179.419 15.4252 179.774 16.0676L178.277 16.8723C178.065 16.4943 177.774 16.1939 177.404 15.9709C177.033 15.7481 176.626 15.637 176.18 15.637C175.735 15.637 175.35 15.7416 174.984 15.9534C174.617 16.1652 174.329 16.4547 174.117 16.8215C173.905 17.1883 173.8 17.5863 173.8 18.0168C173.8 18.4476 173.907 18.8473 174.123 19.2131C174.339 19.58 174.627 19.8713 174.99 20.0862C175.353 20.302 175.751 20.4094 176.181 20.4094C176.612 20.4093 177.039 20.2937 177.417 20.0637C177.795 19.8337 178.085 19.525 178.289 19.1389L179.797 19.9563C179.441 20.6058 178.94 21.1294 178.295 21.5266C177.648 21.9227 176.944 22.1213 176.18 22.1213C175.416 22.1213 174.755 21.9365 174.128 21.5667C173.5 21.1967 173.002 20.6969 172.636 20.0696C172.27 19.4423 172.087 18.7577 172.087 18.0168C172.087 17.2762 172.27 16.5923 172.636 15.9651H172.635C173.002 15.3377 173.499 14.8408 174.127 14.4739C174.754 14.1071 175.438 13.9241 176.178 13.9241ZM186.553 13.9241C187.294 13.9241 187.979 14.107 188.606 14.4739C189.234 14.8408 189.731 15.3377 190.097 15.9651C190.464 16.5922 190.647 17.2762 190.647 18.0168C190.647 18.7577 190.464 19.4423 190.097 20.0696C189.731 20.6969 189.234 21.1957 188.606 21.5667C187.979 21.9375 187.294 22.1213 186.553 22.1213C185.813 22.1213 185.129 21.9364 184.502 21.5667C183.874 21.1967 183.376 20.6969 183.01 20.0696C182.644 19.4423 182.461 18.7577 182.461 18.0168C182.461 17.2762 182.644 16.5923 183.01 15.9651C183.377 15.3377 183.874 14.8408 184.502 14.4739C185.129 14.1071 185.813 13.9241 186.553 13.9241ZM135.813 13.8792C136.456 13.8792 137.019 14.0321 137.503 14.3381C137.986 14.6442 138.364 15.0775 138.636 15.637L137.163 16.4758C137.019 16.1587 136.838 15.9255 136.619 15.7786C136.4 15.6316 136.131 15.5579 135.814 15.5579C135.572 15.5579 135.364 15.6235 135.191 15.7561C135.017 15.8888 134.93 16.0419 134.93 16.2151C134.93 16.359 134.966 16.4819 135.038 16.5842C135.11 16.6866 135.242 16.7831 135.435 16.8733C135.629 16.9635 135.914 17.0655 136.292 17.179C136.798 17.3381 137.234 17.5138 137.601 17.7063C137.968 17.8988 138.27 18.1613 138.508 18.4934C138.746 18.8258 138.865 19.2418 138.865 19.7415C138.865 20.2408 138.74 20.6348 138.491 20.9934C138.242 21.3522 137.898 21.628 137.465 21.8215C137.03 22.014 136.541 22.1106 135.997 22.1106C135.21 22.1106 134.551 21.9376 134.018 21.5891H134.017C133.484 21.2415 133.108 20.7689 132.889 20.1721L134.329 19.3323C134.48 19.7102 134.694 19.9907 134.969 20.1721C135.245 20.3535 135.603 20.4445 136.041 20.4446C136.395 20.4446 136.67 20.3617 136.863 20.1956C137.056 20.0294 137.152 19.8436 137.152 19.6399C137.152 19.4891 137.106 19.3605 137.016 19.2551C136.925 19.1497 136.77 19.0486 136.551 18.9534C136.332 18.8592 136.014 18.7517 135.598 18.6301C134.873 18.4183 134.294 18.1316 133.863 17.7688C133.432 17.406 133.217 16.888 133.217 16.2151C133.217 15.7389 133.336 15.3255 133.573 14.9739C133.811 14.6222 134.129 14.3518 134.526 14.1633C134.923 13.9748 135.352 13.8792 135.813 13.8792ZM168.141 20.3752C168.414 20.3753 168.622 20.45 168.77 20.5969C168.917 20.7438 168.991 20.9572 168.991 21.2366C168.991 21.5162 168.917 21.7302 168.77 21.8772C168.623 22.0241 168.414 22.0988 168.141 22.0989C167.869 22.0989 167.659 22.0242 167.511 21.8772C167.365 21.7292 167.291 21.5161 167.291 21.2366C167.291 20.9573 167.365 20.7438 167.511 20.5969C167.658 20.449 167.869 20.3752 168.141 20.3752ZM130.065 15.637H126.914V17.1106H129.794V18.7317H126.914V20.342H130.134V21.9641H125.213V14.0266H130.065V15.637ZM118.376 14.0266C119.117 14.0266 119.799 14.2013 120.423 14.553C121.046 14.9046 121.541 15.3844 121.908 15.9934C122.275 16.6014 122.459 17.2762 122.459 18.0168C122.459 18.7577 122.277 19.4295 121.914 20.0305C121.551 20.6312 121.056 21.1031 120.428 21.4465C119.801 21.7901 119.117 21.9631 118.376 21.9631H115.122V14.0266H118.376ZM143.457 21.9631H141.745V14.0266H143.457V21.9631ZM162.119 18.55H162.12V14.0266H163.82V21.9631H162.381L159.205 16.9963V21.9631H157.505V14.0266H159.205L162.119 18.55ZM198.515 19.9446L201.269 14.0266H203.197V21.9631H201.384V17.7903L199.501 21.9631H197.528L195.646 17.7903V21.9631H193.832V14.0266H195.76L198.515 19.9446ZM186.553 15.637C186.123 15.637 185.724 15.7417 185.358 15.9534C184.991 16.1652 184.702 16.4547 184.49 16.8215C184.278 17.1882 184.174 17.5864 184.174 18.0168C184.174 18.4476 184.281 18.8473 184.497 19.2131C184.713 19.5799 185.001 19.8714 185.364 20.0862C185.727 20.3019 186.124 20.4093 186.554 20.4094C186.985 20.4094 187.384 20.3019 187.751 20.0862L187.75 20.0872C188.117 19.8713 188.408 19.58 188.623 19.2141C188.839 18.8473 188.946 18.4485 188.946 18.0178C188.946 17.5873 188.839 17.1901 188.623 16.8274C188.407 16.4646 188.116 16.1761 187.75 15.9602C187.383 15.7443 186.984 15.637 186.553 15.637ZM116.822 20.342H118.376V20.3411C118.806 20.3411 119.205 20.2373 119.572 20.0286C119.939 19.8208 120.227 19.5394 120.439 19.1848C120.651 18.8291 120.757 18.4368 120.757 18.0061C120.757 17.5754 120.65 17.1785 120.439 16.8157C120.227 16.4528 119.939 16.1652 119.572 15.9534C119.205 15.7416 118.806 15.637 118.376 15.637H116.822V20.342Z" fill="white"></path><path d="M107.995 18C107.995 12.5809 103.708 8.17026 98.3579 8.00507C98.2545 8.00203 98.1511 8 98.0467 8H91V19.2435H97.166C97.2532 19.2435 97.3393 19.2344 97.4214 19.2172C97.9859 19.0986 98.4095 18.6 98.4095 18C98.4095 17.3129 97.8531 16.7565 97.166 16.7565H93.0726V10.0726H98.0467C98.1197 10.0726 98.1998 10.0736 98.295 10.0766C100.342 10.1395 102.26 10.9908 103.692 12.4725C105.13 13.9603 105.921 15.9234 105.921 18C105.921 20.0766 105.13 22.0397 103.692 23.5275C102.26 25.0092 100.342 25.8605 98.293 25.9234C98.1998 25.9264 98.1187 25.9274 98.0467 25.9274H93.0726V23.6481H98.29C98.3427 23.6481 98.3943 23.6471 98.447 23.6451C101.158 23.5518 103.331 21.0607 103.331 18C103.331 14.9393 101.158 12.4482 98.447 12.3549C98.3943 12.3529 98.3427 12.3519 98.29 12.3519H95.1451V14.5329H98.29C98.3204 14.5329 98.3508 14.5339 98.3812 14.5349C99.1291 14.5603 99.8386 14.915 100.376 15.5352C100.944 16.192 101.258 17.0666 101.258 17.999C101.258 18.9314 100.944 19.806 100.376 20.4628C99.8375 21.082 99.1291 21.4377 98.3802 21.4631C98.3508 21.4641 98.3204 21.4651 98.29 21.4651H93.0726H91V27.998H98.0467C98.1501 27.998 98.2535 27.9959 98.3579 27.9929C103.708 27.8277 107.995 23.417 107.995 17.998V18Z" fill="white"></path></g><defs><clipPath id="clip0_727_8516"><rect width="112.5" height="20" fill="white" transform="translate(91 8)"></rect></clipPath></defs>', 4)
13
- ])]);
13
+ ]));
14
14
  }
15
15
  const h = /* @__PURE__ */ e(i, [["render", r]]);
16
16
  export {
@@ -1,5 +1,5 @@
1
1
  import { openBlock as H, createElementBlock as V, createStaticVNode as t } from "vue";
2
- import { _ as M } from "./lib-Cw6L6CfQ.js";
2
+ import { _ as M } from "./lib-Dy7MYyqz.js";
3
3
  const Z = {}, e = {
4
4
  width: "232",
5
5
  height: "36",
@@ -8,9 +8,9 @@ const Z = {}, e = {
8
8
  xmlns: "http://www.w3.org/2000/svg"
9
9
  };
10
10
  function i(l, C) {
11
- return H(), V("svg", e, [...C[0] || (C[0] = [
11
+ return H(), V("svg", e, C[0] || (C[0] = [
12
12
  t('<path d="M0 8C0 3.58172 3.58172 0 8 0H223.5C227.918 0 231.5 3.58172 231.5 8V28C231.5 32.4183 227.918 36 223.5 36H8C3.58172 36 0 32.4183 0 28V8Z" fill="black" fill-opacity="0.7"></path><path d="M12.8849 23V12.8182H16.902C17.6742 12.8182 18.3321 12.9657 18.8757 13.2607C19.4193 13.5523 19.8336 13.9583 20.1186 14.4787C20.407 14.9957 20.5511 15.5923 20.5511 16.2685C20.5511 16.9446 20.4053 17.5412 20.1136 18.0582C19.822 18.5753 19.3994 18.978 18.8459 19.2663C18.2957 19.5547 17.6295 19.6989 16.8473 19.6989H14.2869V17.9737H16.4993C16.9136 17.9737 17.255 17.9025 17.5234 17.7599C17.7952 17.6141 17.9974 17.4136 18.13 17.1584C18.2659 16.8999 18.3338 16.6032 18.3338 16.2685C18.3338 15.9304 18.2659 15.6354 18.13 15.3835C17.9974 15.1283 17.7952 14.9311 17.5234 14.7919C17.2517 14.6494 16.907 14.5781 16.4893 14.5781H15.0376V23H12.8849ZM21.9096 23V15.3636H23.9629V16.696H24.0424C24.1816 16.2221 24.4153 15.8641 24.7434 15.6222C25.0716 15.3769 25.4494 15.2543 25.877 15.2543C25.983 15.2543 26.0974 15.2609 26.22 15.2741C26.3426 15.2874 26.4503 15.3056 26.5431 15.3288V17.2081C26.4437 17.1783 26.3062 17.1518 26.1305 17.1286C25.9548 17.1054 25.7941 17.0938 25.6483 17.0938C25.3367 17.0938 25.0583 17.1617 24.813 17.2976C24.5711 17.4302 24.3788 17.6158 24.2363 17.8544C24.0971 18.093 24.0275 18.3681 24.0275 18.6797V23H21.9096ZM30.733 23.1491C29.9607 23.1491 29.2929 22.9851 28.7294 22.657C28.1693 22.3255 27.7367 21.8648 27.4318 21.2749C27.1269 20.6816 26.9744 19.9938 26.9744 19.2116C26.9744 18.4228 27.1269 17.7334 27.4318 17.1435C27.7367 16.5502 28.1693 16.0895 28.7294 15.7614C29.2929 15.4299 29.9607 15.2642 30.733 15.2642C31.5052 15.2642 32.1714 15.4299 32.7315 15.7614C33.295 16.0895 33.7292 16.5502 34.0341 17.1435C34.339 17.7334 34.4915 18.4228 34.4915 19.2116C34.4915 19.9938 34.339 20.6816 34.0341 21.2749C33.7292 21.8648 33.295 22.3255 32.7315 22.657C32.1714 22.9851 31.5052 23.1491 30.733 23.1491ZM30.7429 21.5085C31.0942 21.5085 31.3875 21.4091 31.6229 21.2102C31.8582 21.008 32.0355 20.733 32.1548 20.3849C32.2775 20.0369 32.3388 19.6409 32.3388 19.1967C32.3388 18.7526 32.2775 18.3565 32.1548 18.0085C32.0355 17.6605 31.8582 17.3854 31.6229 17.1832C31.3875 16.9811 31.0942 16.88 30.7429 16.88C30.3883 16.88 30.09 16.9811 29.848 17.1832C29.6094 17.3854 29.4287 17.6605 29.3061 18.0085C29.1868 18.3565 29.1271 18.7526 29.1271 19.1967C29.1271 19.6409 29.1868 20.0369 29.3061 20.3849C29.4287 20.733 29.6094 21.008 29.848 21.2102C30.09 21.4091 30.3883 21.5085 30.7429 21.5085ZM35.8686 15.3636H37.9865V23.3778C37.9865 23.9678 37.8705 24.4451 37.6385 24.8097C37.4065 25.1742 37.0734 25.4411 36.6392 25.6101C36.2083 25.7791 35.6929 25.8636 35.093 25.8636C35.0201 25.8636 34.9505 25.862 34.8842 25.8587C34.8146 25.8587 34.7417 25.857 34.6655 25.8537V24.1982C34.7218 24.2015 34.7715 24.2031 34.8146 24.2031C34.8544 24.2064 34.8975 24.2081 34.9439 24.2081C35.2853 24.2081 35.5239 24.1352 35.6598 23.9893C35.799 23.8468 35.8686 23.6314 35.8686 23.343V15.3636ZM36.9226 14.3793C36.611 14.3793 36.3426 14.2749 36.1172 14.0661C35.8918 13.8539 35.7791 13.6004 35.7791 13.3054C35.7791 13.0137 35.8918 12.7635 36.1172 12.5547C36.3426 12.3426 36.611 12.2365 36.9226 12.2365C37.2408 12.2365 37.5109 12.3426 37.733 12.5547C37.9583 12.7635 38.071 13.0137 38.071 13.3054C38.071 13.6004 37.9583 13.8539 37.733 14.0661C37.5109 14.2749 37.2408 14.3793 36.9226 14.3793ZM43.1632 23.1491C42.3777 23.1491 41.7015 22.9901 41.1348 22.6719C40.5713 22.3504 40.1371 21.8963 39.8322 21.3097C39.5273 20.7197 39.3748 20.022 39.3748 19.2166C39.3748 18.4311 39.5273 17.7417 39.8322 17.1484C40.1371 16.5552 40.5663 16.0928 41.1199 15.7614C41.6767 15.4299 42.3296 15.2642 43.0787 15.2642C43.5824 15.2642 44.0514 15.3454 44.4856 15.5078C44.9231 15.6669 45.3043 15.9072 45.6291 16.2287C45.9572 16.5502 46.2124 16.9545 46.3947 17.4418C46.577 17.9257 46.6681 18.4924 46.6681 19.142V19.7237H40.22V18.4112H44.6745C44.6745 18.1063 44.6083 17.8362 44.4757 17.6009C44.3431 17.3655 44.1592 17.1816 43.9238 17.049C43.6918 16.9131 43.4217 16.8452 43.1135 16.8452C42.792 16.8452 42.5069 16.9197 42.2583 17.0689C42.0131 17.2147 41.8208 17.4119 41.6816 17.6605C41.5424 17.9058 41.4712 18.1792 41.4679 18.4808V19.7287C41.4679 20.1065 41.5375 20.433 41.6767 20.7081C41.8192 20.9832 42.0197 21.1953 42.2782 21.3445C42.5368 21.4936 42.8433 21.5682 43.198 21.5682C43.4333 21.5682 43.6487 21.535 43.8443 21.4688C44.0398 21.4025 44.2072 21.303 44.3464 21.1705C44.4856 21.0379 44.5917 20.8755 44.6646 20.6832L46.6234 20.8125C46.524 21.2831 46.3201 21.6941 46.0119 22.0455C45.707 22.3935 45.3126 22.6652 44.8287 22.8608C44.3481 23.053 43.7929 23.1491 43.1632 23.1491ZM52.112 15.3636V16.9545H47.5133V15.3636H52.112ZM48.5574 13.5341H50.6752V20.6534C50.6752 20.849 50.7051 21.0014 50.7647 21.1108C50.8244 21.2169 50.9073 21.2914 51.0133 21.3345C51.1227 21.3776 51.2486 21.3991 51.3912 21.3991C51.4906 21.3991 51.59 21.3909 51.6895 21.3743C51.7889 21.3544 51.8651 21.3395 51.9181 21.3295L52.2512 22.9055C52.1452 22.9387 51.996 22.9768 51.8038 23.0199C51.6116 23.0663 51.3779 23.0945 51.1028 23.1044C50.5924 23.1243 50.1449 23.0563 49.7605 22.9006C49.3793 22.7448 49.0827 22.5028 48.8706 22.1747C48.6584 21.8466 48.554 21.4323 48.5574 20.9318V13.5341ZM55.6692 23.1442C55.182 23.1442 54.7478 23.0597 54.3667 22.8906C53.9855 22.7183 53.6839 22.4647 53.4618 22.13C53.2431 21.7919 53.1337 21.371 53.1337 20.8672C53.1337 20.4429 53.2116 20.0866 53.3674 19.7983C53.5231 19.5099 53.7353 19.2779 54.0037 19.1023C54.2722 18.9266 54.5771 18.794 54.9185 18.7045C55.2632 18.6151 55.6245 18.5521 56.0023 18.5156C56.4464 18.4692 56.8044 18.4261 57.0762 18.3864C57.348 18.3433 57.5452 18.2803 57.6678 18.1974C57.7904 18.1146 57.8517 17.992 57.8517 17.8295V17.7997C57.8517 17.4848 57.7523 17.2412 57.5534 17.0689C57.3579 16.8965 57.0795 16.8104 56.7182 16.8104C56.3371 16.8104 56.0338 16.8949 55.8084 17.0639C55.583 17.2296 55.4339 17.4384 55.361 17.6903L53.4022 17.5312C53.5016 17.0672 53.6971 16.6662 53.9888 16.3281C54.2805 15.9867 54.6567 15.7249 55.1174 15.5426C55.5814 15.357 56.1183 15.2642 56.7282 15.2642C57.1524 15.2642 57.5584 15.3139 57.9462 15.4134C58.3373 15.5128 58.6837 15.6669 58.9853 15.8757C59.2902 16.0845 59.5305 16.353 59.7061 16.6811C59.8818 17.0059 59.9696 17.3954 59.9696 17.8494V23H57.9611V21.9411H57.9015C57.7788 22.1797 57.6148 22.3902 57.4093 22.5724C57.2038 22.7514 56.9569 22.8923 56.6685 22.995C56.3801 23.0945 56.0471 23.1442 55.6692 23.1442ZM56.2757 21.6825C56.5873 21.6825 56.8624 21.6212 57.101 21.4986C57.3397 21.3726 57.5269 21.2036 57.6628 20.9915C57.7987 20.7794 57.8667 20.5391 57.8667 20.2706V19.4602C57.8004 19.5033 57.7092 19.5431 57.5932 19.5795C57.4805 19.6127 57.3529 19.6442 57.2104 19.674C57.0679 19.7005 56.9254 19.7254 56.7828 19.7486C56.6403 19.7685 56.5111 19.7867 56.3951 19.8033C56.1465 19.8397 55.9294 19.8977 55.7438 19.9773C55.5582 20.0568 55.414 20.1645 55.3113 20.3004C55.2085 20.433 55.1571 20.5987 55.1571 20.7976C55.1571 21.0859 55.2615 21.3063 55.4703 21.4588C55.6825 21.608 55.9509 21.6825 56.2757 21.6825ZM64.4267 23.1243C63.8467 23.1243 63.3213 22.9751 62.8507 22.6768C62.3833 22.3752 62.0121 21.9328 61.737 21.3494C61.4653 20.7628 61.3294 20.0436 61.3294 19.1918C61.3294 18.3168 61.4702 17.5893 61.752 17.0092C62.0337 16.4259 62.4082 15.9901 62.8755 15.7017C63.3462 15.41 63.8616 15.2642 64.4217 15.2642C64.8493 15.2642 65.2056 15.3371 65.4906 15.483C65.7789 15.6255 66.0109 15.8045 66.1866 16.0199C66.3656 16.232 66.5015 16.4408 66.5943 16.6463H66.6589V12.8182H68.7718V23H66.6838V21.777H66.5943C66.4949 21.9891 66.354 22.1996 66.1717 22.4084C65.9927 22.6139 65.7591 22.7846 65.4707 22.9205C65.1857 23.0563 64.8377 23.1243 64.4267 23.1243ZM65.0978 21.4389C65.4392 21.4389 65.7276 21.3461 65.9629 21.1605C66.2015 20.9716 66.3838 20.7081 66.5098 20.37C66.639 20.032 66.7037 19.6359 66.7037 19.1818C66.7037 18.7277 66.6407 18.3333 66.5147 17.9986C66.3888 17.6638 66.2065 17.4053 65.9679 17.223C65.7292 17.0407 65.4392 16.9496 65.0978 16.9496C64.7498 16.9496 64.4565 17.044 64.2179 17.233C63.9792 17.4219 63.7986 17.6837 63.676 18.0185C63.5533 18.3532 63.492 18.741 63.492 19.1818C63.492 19.6259 63.5533 20.0187 63.676 20.3601C63.8019 20.6982 63.9825 20.9633 64.2179 21.1555C64.4565 21.3445 64.7498 21.4389 65.0978 21.4389ZM73.9634 23.1491C73.1912 23.1491 72.5233 22.9851 71.9599 22.657C71.3997 22.3255 70.9672 21.8648 70.6623 21.2749C70.3574 20.6816 70.2049 19.9938 70.2049 19.2116C70.2049 18.4228 70.3574 17.7334 70.6623 17.1435C70.9672 16.5502 71.3997 16.0895 71.9599 15.7614C72.5233 15.4299 73.1912 15.2642 73.9634 15.2642C74.7357 15.2642 75.4019 15.4299 75.962 15.7614C76.5254 16.0895 76.9596 16.5502 77.2646 17.1435C77.5695 17.7334 77.7219 18.4228 77.7219 19.2116C77.7219 19.9938 77.5695 20.6816 77.2646 21.2749C76.9596 21.8648 76.5254 22.3255 75.962 22.657C75.4019 22.9851 74.7357 23.1491 73.9634 23.1491ZM73.9734 21.5085C74.3247 21.5085 74.618 21.4091 74.8533 21.2102C75.0887 21.008 75.266 20.733 75.3853 20.3849C75.5079 20.0369 75.5692 19.6409 75.5692 19.1967C75.5692 18.7526 75.5079 18.3565 75.3853 18.0085C75.266 17.6605 75.0887 17.3854 74.8533 17.1832C74.618 16.9811 74.3247 16.88 73.9734 16.88C73.6187 16.88 73.3204 16.9811 73.0785 17.1832C72.8398 17.3854 72.6592 17.6605 72.5366 18.0085C72.4173 18.3565 72.3576 18.7526 72.3576 19.1967C72.3576 19.6409 72.4173 20.0369 72.5366 20.3849C72.6592 20.733 72.8398 21.008 73.0785 21.2102C73.3204 21.4091 73.6187 21.5085 73.9734 21.5085ZM84.4572 18.5852V23H82.3393V15.3636H84.3578V16.7109H84.4473C84.6163 16.2668 84.8997 15.9155 85.2974 15.657C85.6951 15.3951 86.1774 15.2642 86.7441 15.2642C87.2744 15.2642 87.7368 15.3802 88.1312 15.6122C88.5256 15.8442 88.8322 16.1757 89.051 16.6065C89.2697 17.0341 89.3791 17.5445 89.3791 18.1378V23H87.2612V18.5156C87.2645 18.0483 87.1452 17.6837 86.9032 17.4219C86.6613 17.1567 86.3282 17.0241 85.9039 17.0241C85.6189 17.0241 85.367 17.0855 85.1483 17.2081C84.9328 17.3307 84.7638 17.5097 84.6412 17.745C84.5218 17.977 84.4605 18.2571 84.4572 18.5852ZM94.4986 23.1491C93.7263 23.1491 93.0585 22.9851 92.495 22.657C91.9349 22.3255 91.5024 21.8648 91.1974 21.2749C90.8925 20.6816 90.7401 19.9938 90.7401 19.2116C90.7401 18.4228 90.8925 17.7334 91.1974 17.1435C91.5024 16.5502 91.9349 16.0895 92.495 15.7614C93.0585 15.4299 93.7263 15.2642 94.4986 15.2642C95.2708 15.2642 95.937 15.4299 96.4972 15.7614C97.0606 16.0895 97.4948 16.5502 97.7997 17.1435C98.1046 17.7334 98.2571 18.4228 98.2571 19.2116C98.2571 19.9938 98.1046 20.6816 97.7997 21.2749C97.4948 21.8648 97.0606 22.3255 96.4972 22.657C95.937 22.9851 95.2708 23.1491 94.4986 23.1491ZM94.5085 21.5085C94.8598 21.5085 95.1532 21.4091 95.3885 21.2102C95.6238 21.008 95.8011 20.733 95.9205 20.3849C96.0431 20.0369 96.1044 19.6409 96.1044 19.1967C96.1044 18.7526 96.0431 18.3565 95.9205 18.0085C95.8011 17.6605 95.6238 17.3854 95.3885 17.1832C95.1532 16.9811 94.8598 16.88 94.5085 16.88C94.1539 16.88 93.8556 16.9811 93.6136 17.1832C93.375 17.3854 93.1944 17.6605 93.0717 18.0085C92.9524 18.3565 92.8928 18.7526 92.8928 19.1967C92.8928 19.6409 92.9524 20.0369 93.0717 20.3849C93.1944 20.733 93.375 21.008 93.6136 21.2102C93.8556 21.4091 94.1539 21.5085 94.5085 21.5085Z" fill="white"></path><g clip-path="url(#clip0_727_8627)"><path d="M166.52 13.9241C167.185 13.9241 167.808 14.0751 168.385 14.3782C168.964 14.6802 169.441 15.0926 169.819 15.6145L168.47 16.6682C168.259 16.351 167.981 16.0998 167.637 15.9143C167.294 15.7288 166.921 15.637 166.52 15.637C166.09 15.637 165.691 15.7417 165.325 15.9534C164.958 16.1652 164.669 16.4547 164.457 16.8215C164.245 17.1882 164.14 17.5864 164.14 18.0168C164.14 18.4476 164.248 18.8473 164.464 19.2131C164.679 19.5799 164.968 19.8714 165.331 20.0862C165.693 20.3019 166.091 20.4094 166.521 20.4094C166.952 20.4094 167.37 20.3064 167.729 20.1028C168.088 19.8991 168.367 19.6196 168.563 19.2639H166.205V17.6545H170.535V18.3684C170.535 19.0413 170.354 19.6649 169.991 20.2395C169.628 20.8141 169.138 21.2711 168.522 21.6116C167.906 21.9521 167.239 22.1213 166.52 22.1213C165.802 22.1213 165.096 21.9364 164.469 21.5667C163.841 21.1967 163.343 20.6969 162.977 20.0696C162.61 19.4422 162.427 18.7577 162.427 18.0168C162.428 17.2762 162.611 16.5923 162.977 15.9651C163.344 15.3377 163.841 14.8408 164.469 14.4739C165.096 14.1071 165.78 13.9241 166.52 13.9241ZM192.178 13.9241C192.919 13.9241 193.635 14.1207 194.277 14.5139C194.919 14.9071 195.418 15.4252 195.774 16.0676L194.277 16.8723C194.065 16.4943 193.774 16.1939 193.404 15.9709C193.033 15.7481 192.626 15.637 192.18 15.637C191.735 15.637 191.35 15.7416 190.984 15.9534C190.617 16.1652 190.329 16.4547 190.117 16.8215C189.905 17.1883 189.8 17.5863 189.8 18.0168C189.8 18.4476 189.907 18.8473 190.123 19.2131C190.339 19.58 190.627 19.8713 190.99 20.0862C191.353 20.302 191.751 20.4094 192.181 20.4094C192.612 20.4093 193.039 20.2937 193.417 20.0637C193.795 19.8337 194.085 19.525 194.289 19.1389L195.797 19.9563C195.441 20.6057 194.94 21.1294 194.295 21.5266C193.648 21.9227 192.944 22.1213 192.18 22.1213C191.416 22.1213 190.755 21.9365 190.128 21.5667C189.5 21.1967 189.002 20.6969 188.636 20.0696C188.27 19.4423 188.087 18.7577 188.087 18.0168C188.087 17.2762 188.27 16.5923 188.636 15.9651H188.635C189.002 15.3377 189.499 14.8408 190.127 14.4739C190.754 14.1071 191.438 13.9242 192.178 13.9241ZM202.553 13.9241C203.294 13.9241 203.979 14.107 204.606 14.4739C205.234 14.8408 205.731 15.3377 206.097 15.9651C206.464 16.5922 206.647 17.2762 206.647 18.0168C206.647 18.7577 206.464 19.4423 206.097 20.0696C205.731 20.6969 205.234 21.1957 204.606 21.5667C203.979 21.9375 203.294 22.1213 202.553 22.1213C201.813 22.1213 201.129 21.9364 200.502 21.5667C199.874 21.1967 199.376 20.6969 199.01 20.0696C198.644 19.4423 198.461 18.7577 198.461 18.0168C198.461 17.2762 198.644 16.5923 199.01 15.9651C199.377 15.3377 199.874 14.8408 200.502 14.4739C201.129 14.1071 201.813 13.9241 202.553 13.9241ZM151.813 13.8792C152.456 13.8792 153.019 14.0321 153.503 14.3381C153.986 14.6442 154.364 15.0775 154.636 15.637L153.163 16.4758C153.019 16.1587 152.838 15.9255 152.619 15.7786C152.4 15.6316 152.131 15.5579 151.814 15.5579C151.572 15.5579 151.364 15.6235 151.191 15.7561C151.017 15.8888 150.93 16.0419 150.93 16.2151C150.93 16.359 150.966 16.4819 151.038 16.5842C151.11 16.6866 151.242 16.7831 151.435 16.8733C151.629 16.9635 151.914 17.0655 152.292 17.179C152.798 17.3381 153.234 17.5138 153.601 17.7063C153.968 17.8988 154.27 18.1613 154.508 18.4934C154.746 18.8258 154.865 19.2418 154.865 19.7415C154.865 20.2408 154.74 20.6348 154.491 20.9934C154.242 21.3522 153.898 21.628 153.465 21.8215C153.03 22.014 152.541 22.1106 151.997 22.1106C151.21 22.1106 150.551 21.9376 150.018 21.5891H150.017C149.484 21.2415 149.108 20.7689 148.889 20.1721L150.329 19.3323C150.48 19.7102 150.694 19.9907 150.969 20.1721C151.245 20.3535 151.603 20.4445 152.041 20.4446C152.395 20.4446 152.67 20.3617 152.863 20.1956C153.056 20.0294 153.152 19.8436 153.152 19.6399C153.152 19.4891 153.106 19.3605 153.016 19.2551C152.925 19.1497 152.77 19.0486 152.551 18.9534C152.332 18.8592 152.014 18.7517 151.598 18.6301C150.873 18.4183 150.294 18.1316 149.863 17.7688C149.432 17.406 149.217 16.888 149.217 16.2151C149.217 15.7389 149.336 15.3255 149.573 14.9739C149.811 14.6222 150.129 14.3518 150.526 14.1633C150.923 13.9748 151.352 13.8792 151.813 13.8792ZM184.141 20.3752C184.414 20.3753 184.622 20.45 184.77 20.5969C184.917 20.7438 184.991 20.9572 184.991 21.2366C184.991 21.5162 184.917 21.7302 184.77 21.8772C184.623 22.0241 184.414 22.0988 184.141 22.0989C183.869 22.0989 183.659 22.0242 183.511 21.8772C183.365 21.7292 183.291 21.5161 183.291 21.2366C183.291 20.9573 183.365 20.7438 183.511 20.5969C183.658 20.449 183.869 20.3752 184.141 20.3752ZM146.065 15.637H142.914V17.1106H145.794V18.7317H142.914V20.342H146.134V21.9641H141.213V14.0266H146.065V15.637ZM134.376 14.0266C135.117 14.0266 135.799 14.2013 136.423 14.553C137.046 14.9046 137.541 15.3844 137.908 15.9934C138.275 16.6014 138.459 17.2762 138.459 18.0168C138.459 18.7577 138.277 19.4295 137.914 20.0305C137.551 20.6312 137.056 21.1031 136.428 21.4465C135.801 21.7901 135.117 21.9631 134.376 21.9631H131.122V14.0266H134.376ZM159.457 21.9631H157.745V14.0266H159.457V21.9631ZM178.119 18.55H178.12V14.0266H179.82V21.9631H178.381L175.205 16.9963V21.9631H173.505V14.0266H175.205L178.119 18.55ZM214.515 19.9446L217.269 14.0266H219.197V21.9631H217.384V17.7903L215.501 21.9631H213.528L211.646 17.7903V21.9631H209.832V14.0266H211.76L214.515 19.9446ZM202.553 15.637C202.123 15.637 201.724 15.7417 201.358 15.9534C200.991 16.1652 200.702 16.4547 200.49 16.8215C200.278 17.1882 200.174 17.5864 200.174 18.0168C200.174 18.4476 200.281 18.8473 200.497 19.2131C200.713 19.5799 201.001 19.8714 201.364 20.0862C201.727 20.3019 202.124 20.4093 202.554 20.4094C202.985 20.4094 203.384 20.3019 203.751 20.0862L203.75 20.0872C204.117 19.8713 204.408 19.58 204.623 19.2141C204.839 18.8473 204.946 18.4485 204.946 18.0178C204.946 17.5873 204.839 17.1901 204.623 16.8274C204.407 16.4646 204.116 16.1761 203.75 15.9602C203.383 15.7443 202.984 15.637 202.553 15.637ZM132.822 20.342H134.376V20.3411C134.806 20.3411 135.205 20.2373 135.572 20.0286C135.939 19.8208 136.227 19.5394 136.439 19.1848C136.651 18.8291 136.757 18.4368 136.757 18.0061C136.757 17.5754 136.65 17.1785 136.439 16.8157C136.227 16.4528 135.939 16.1652 135.572 15.9534C135.205 15.7416 134.806 15.637 134.376 15.637H132.822V20.342Z" fill="white"></path><path d="M123.995 18C123.995 12.5809 119.708 8.17026 114.358 8.00507C114.254 8.00203 114.151 8 114.047 8H107V19.2435H113.166C113.253 19.2435 113.339 19.2344 113.421 19.2172C113.986 19.0986 114.41 18.6 114.41 18C114.41 17.3129 113.853 16.7565 113.166 16.7565H109.073V10.0726H114.047C114.12 10.0726 114.2 10.0736 114.295 10.0766C116.342 10.1395 118.26 10.9908 119.692 12.4725C121.13 13.9603 121.921 15.9234 121.921 18C121.921 20.0766 121.13 22.0397 119.692 23.5275C118.26 25.0092 116.342 25.8605 114.293 25.9234C114.2 25.9264 114.119 25.9274 114.047 25.9274H109.073V23.6481H114.29C114.343 23.6481 114.394 23.6471 114.447 23.6451C117.158 23.5518 119.331 21.0607 119.331 18C119.331 14.9393 117.158 12.4482 114.447 12.3549C114.394 12.3529 114.343 12.3519 114.29 12.3519H111.145V14.5329H114.29C114.32 14.5329 114.351 14.5339 114.381 14.5349C115.129 14.5603 115.839 14.915 116.376 15.5352C116.944 16.192 117.258 17.0666 117.258 17.999C117.258 18.9314 116.944 19.806 116.376 20.4628C115.838 21.082 115.129 21.4377 114.38 21.4631C114.351 21.4641 114.32 21.4651 114.29 21.4651H109.073H107V27.998H114.047C114.15 27.998 114.253 27.9959 114.358 27.9929C119.708 27.8277 123.995 23.417 123.995 17.998V18Z" fill="white"></path></g><defs><clipPath id="clip0_727_8627"><rect width="112.5" height="20" fill="white" transform="translate(107 8)"></rect></clipPath></defs>', 4)
13
- ])]);
13
+ ]));
14
14
  }
15
15
  const h = /* @__PURE__ */ M(Z, [["render", i]]);
16
16
  export {
@@ -1,5 +1,5 @@
1
1
  import { openBlock as H, createElementBlock as V, createStaticVNode as t } from "vue";
2
- import { _ as M } from "./lib-Cw6L6CfQ.js";
2
+ import { _ as M } from "./lib-Dy7MYyqz.js";
3
3
  const Z = {}, e = {
4
4
  width: "232",
5
5
  height: "36",
@@ -8,9 +8,9 @@ const Z = {}, e = {
8
8
  xmlns: "http://www.w3.org/2000/svg"
9
9
  };
10
10
  function i(l, C) {
11
- return H(), V("svg", e, [...C[0] || (C[0] = [
11
+ return H(), V("svg", e, C[0] || (C[0] = [
12
12
  t('<path d="M0 8C0 3.58172 3.58172 0 8 0H223.5C227.918 0 231.5 3.58172 231.5 8V28C231.5 32.4183 227.918 36 223.5 36H8C3.58172 36 0 32.4183 0 28V8Z" fill="black" fill-opacity="0.7"></path><path d="M12.8849 23V12.8182H16.902C17.6742 12.8182 18.3321 12.9657 18.8757 13.2607C19.4193 13.5523 19.8336 13.9583 20.1186 14.4787C20.407 14.9957 20.5511 15.5923 20.5511 16.2685C20.5511 16.9446 20.4053 17.5412 20.1136 18.0582C19.822 18.5753 19.3994 18.978 18.8459 19.2663C18.2957 19.5547 17.6295 19.6989 16.8473 19.6989H14.2869V17.9737H16.4993C16.9136 17.9737 17.255 17.9025 17.5234 17.7599C17.7952 17.6141 17.9974 17.4136 18.13 17.1584C18.2659 16.8999 18.3338 16.6032 18.3338 16.2685C18.3338 15.9304 18.2659 15.6354 18.13 15.3835C17.9974 15.1283 17.7952 14.9311 17.5234 14.7919C17.2517 14.6494 16.907 14.5781 16.4893 14.5781H15.0376V23H12.8849ZM21.9096 23V15.3636H23.9629V16.696H24.0424C24.1816 16.2221 24.4153 15.8641 24.7434 15.6222C25.0716 15.3769 25.4494 15.2543 25.877 15.2543C25.983 15.2543 26.0974 15.2609 26.22 15.2741C26.3426 15.2874 26.4503 15.3056 26.5431 15.3288V17.2081C26.4437 17.1783 26.3062 17.1518 26.1305 17.1286C25.9548 17.1054 25.7941 17.0938 25.6483 17.0938C25.3367 17.0938 25.0583 17.1617 24.813 17.2976C24.5711 17.4302 24.3788 17.6158 24.2363 17.8544C24.0971 18.093 24.0275 18.3681 24.0275 18.6797V23H21.9096ZM30.733 23.1491C29.9607 23.1491 29.2929 22.9851 28.7294 22.657C28.1693 22.3255 27.7367 21.8648 27.4318 21.2749C27.1269 20.6816 26.9744 19.9938 26.9744 19.2116C26.9744 18.4228 27.1269 17.7334 27.4318 17.1435C27.7367 16.5502 28.1693 16.0895 28.7294 15.7614C29.2929 15.4299 29.9607 15.2642 30.733 15.2642C31.5052 15.2642 32.1714 15.4299 32.7315 15.7614C33.295 16.0895 33.7292 16.5502 34.0341 17.1435C34.339 17.7334 34.4915 18.4228 34.4915 19.2116C34.4915 19.9938 34.339 20.6816 34.0341 21.2749C33.7292 21.8648 33.295 22.3255 32.7315 22.657C32.1714 22.9851 31.5052 23.1491 30.733 23.1491ZM30.7429 21.5085C31.0942 21.5085 31.3875 21.4091 31.6229 21.2102C31.8582 21.008 32.0355 20.733 32.1548 20.3849C32.2775 20.0369 32.3388 19.6409 32.3388 19.1967C32.3388 18.7526 32.2775 18.3565 32.1548 18.0085C32.0355 17.6605 31.8582 17.3854 31.6229 17.1832C31.3875 16.9811 31.0942 16.88 30.7429 16.88C30.3883 16.88 30.09 16.9811 29.848 17.1832C29.6094 17.3854 29.4287 17.6605 29.3061 18.0085C29.1868 18.3565 29.1271 18.7526 29.1271 19.1967C29.1271 19.6409 29.1868 20.0369 29.3061 20.3849C29.4287 20.733 29.6094 21.008 29.848 21.2102C30.09 21.4091 30.3883 21.5085 30.7429 21.5085ZM35.8686 15.3636H37.9865V23.3778C37.9865 23.9678 37.8705 24.4451 37.6385 24.8097C37.4065 25.1742 37.0734 25.4411 36.6392 25.6101C36.2083 25.7791 35.6929 25.8636 35.093 25.8636C35.0201 25.8636 34.9505 25.862 34.8842 25.8587C34.8146 25.8587 34.7417 25.857 34.6655 25.8537V24.1982C34.7218 24.2015 34.7715 24.2031 34.8146 24.2031C34.8544 24.2064 34.8975 24.2081 34.9439 24.2081C35.2853 24.2081 35.5239 24.1352 35.6598 23.9893C35.799 23.8468 35.8686 23.6314 35.8686 23.343V15.3636ZM36.9226 14.3793C36.611 14.3793 36.3426 14.2749 36.1172 14.0661C35.8918 13.8539 35.7791 13.6004 35.7791 13.3054C35.7791 13.0137 35.8918 12.7635 36.1172 12.5547C36.3426 12.3426 36.611 12.2365 36.9226 12.2365C37.2408 12.2365 37.5109 12.3426 37.733 12.5547C37.9583 12.7635 38.071 13.0137 38.071 13.3054C38.071 13.6004 37.9583 13.8539 37.733 14.0661C37.5109 14.2749 37.2408 14.3793 36.9226 14.3793ZM43.1632 23.1491C42.3777 23.1491 41.7015 22.9901 41.1348 22.6719C40.5713 22.3504 40.1371 21.8963 39.8322 21.3097C39.5273 20.7197 39.3748 20.022 39.3748 19.2166C39.3748 18.4311 39.5273 17.7417 39.8322 17.1484C40.1371 16.5552 40.5663 16.0928 41.1199 15.7614C41.6767 15.4299 42.3296 15.2642 43.0787 15.2642C43.5824 15.2642 44.0514 15.3454 44.4856 15.5078C44.9231 15.6669 45.3043 15.9072 45.6291 16.2287C45.9572 16.5502 46.2124 16.9545 46.3947 17.4418C46.577 17.9257 46.6681 18.4924 46.6681 19.142V19.7237H40.22V18.4112H44.6745C44.6745 18.1063 44.6083 17.8362 44.4757 17.6009C44.3431 17.3655 44.1592 17.1816 43.9238 17.049C43.6918 16.9131 43.4217 16.8452 43.1135 16.8452C42.792 16.8452 42.5069 16.9197 42.2583 17.0689C42.0131 17.2147 41.8208 17.4119 41.6816 17.6605C41.5424 17.9058 41.4712 18.1792 41.4679 18.4808V19.7287C41.4679 20.1065 41.5375 20.433 41.6767 20.7081C41.8192 20.9832 42.0197 21.1953 42.2782 21.3445C42.5368 21.4936 42.8433 21.5682 43.198 21.5682C43.4333 21.5682 43.6487 21.535 43.8443 21.4688C44.0398 21.4025 44.2072 21.303 44.3464 21.1705C44.4856 21.0379 44.5917 20.8755 44.6646 20.6832L46.6234 20.8125C46.524 21.2831 46.3201 21.6941 46.0119 22.0455C45.707 22.3935 45.3126 22.6652 44.8287 22.8608C44.3481 23.053 43.7929 23.1491 43.1632 23.1491ZM52.112 15.3636V16.9545H47.5133V15.3636H52.112ZM48.5574 13.5341H50.6752V20.6534C50.6752 20.849 50.7051 21.0014 50.7647 21.1108C50.8244 21.2169 50.9073 21.2914 51.0133 21.3345C51.1227 21.3776 51.2486 21.3991 51.3912 21.3991C51.4906 21.3991 51.59 21.3909 51.6895 21.3743C51.7889 21.3544 51.8651 21.3395 51.9181 21.3295L52.2512 22.9055C52.1452 22.9387 51.996 22.9768 51.8038 23.0199C51.6116 23.0663 51.3779 23.0945 51.1028 23.1044C50.5924 23.1243 50.1449 23.0563 49.7605 22.9006C49.3793 22.7448 49.0827 22.5028 48.8706 22.1747C48.6584 21.8466 48.554 21.4323 48.5574 20.9318V13.5341ZM55.6692 23.1442C55.182 23.1442 54.7478 23.0597 54.3667 22.8906C53.9855 22.7183 53.6839 22.4647 53.4618 22.13C53.2431 21.7919 53.1337 21.371 53.1337 20.8672C53.1337 20.4429 53.2116 20.0866 53.3674 19.7983C53.5231 19.5099 53.7353 19.2779 54.0037 19.1023C54.2722 18.9266 54.5771 18.794 54.9185 18.7045C55.2632 18.6151 55.6245 18.5521 56.0023 18.5156C56.4464 18.4692 56.8044 18.4261 57.0762 18.3864C57.348 18.3433 57.5452 18.2803 57.6678 18.1974C57.7904 18.1146 57.8517 17.992 57.8517 17.8295V17.7997C57.8517 17.4848 57.7523 17.2412 57.5534 17.0689C57.3579 16.8965 57.0795 16.8104 56.7182 16.8104C56.3371 16.8104 56.0338 16.8949 55.8084 17.0639C55.583 17.2296 55.4339 17.4384 55.361 17.6903L53.4022 17.5312C53.5016 17.0672 53.6971 16.6662 53.9888 16.3281C54.2805 15.9867 54.6567 15.7249 55.1174 15.5426C55.5814 15.357 56.1183 15.2642 56.7282 15.2642C57.1524 15.2642 57.5584 15.3139 57.9462 15.4134C58.3373 15.5128 58.6837 15.6669 58.9853 15.8757C59.2902 16.0845 59.5305 16.353 59.7061 16.6811C59.8818 17.0059 59.9696 17.3954 59.9696 17.8494V23H57.9611V21.9411H57.9015C57.7788 22.1797 57.6148 22.3902 57.4093 22.5724C57.2038 22.7514 56.9569 22.8923 56.6685 22.995C56.3801 23.0945 56.0471 23.1442 55.6692 23.1442ZM56.2757 21.6825C56.5873 21.6825 56.8624 21.6212 57.101 21.4986C57.3397 21.3726 57.5269 21.2036 57.6628 20.9915C57.7987 20.7794 57.8667 20.5391 57.8667 20.2706V19.4602C57.8004 19.5033 57.7092 19.5431 57.5932 19.5795C57.4805 19.6127 57.3529 19.6442 57.2104 19.674C57.0679 19.7005 56.9254 19.7254 56.7828 19.7486C56.6403 19.7685 56.5111 19.7867 56.3951 19.8033C56.1465 19.8397 55.9294 19.8977 55.7438 19.9773C55.5582 20.0568 55.414 20.1645 55.3113 20.3004C55.2085 20.433 55.1571 20.5987 55.1571 20.7976C55.1571 21.0859 55.2615 21.3063 55.4703 21.4588C55.6825 21.608 55.9509 21.6825 56.2757 21.6825ZM64.4267 23.1243C63.8467 23.1243 63.3213 22.9751 62.8507 22.6768C62.3833 22.3752 62.0121 21.9328 61.737 21.3494C61.4653 20.7628 61.3294 20.0436 61.3294 19.1918C61.3294 18.3168 61.4702 17.5893 61.752 17.0092C62.0337 16.4259 62.4082 15.9901 62.8755 15.7017C63.3462 15.41 63.8616 15.2642 64.4217 15.2642C64.8493 15.2642 65.2056 15.3371 65.4906 15.483C65.7789 15.6255 66.0109 15.8045 66.1866 16.0199C66.3656 16.232 66.5015 16.4408 66.5943 16.6463H66.6589V12.8182H68.7718V23H66.6838V21.777H66.5943C66.4949 21.9891 66.354 22.1996 66.1717 22.4084C65.9927 22.6139 65.7591 22.7846 65.4707 22.9205C65.1857 23.0563 64.8377 23.1243 64.4267 23.1243ZM65.0978 21.4389C65.4392 21.4389 65.7276 21.3461 65.9629 21.1605C66.2015 20.9716 66.3838 20.7081 66.5098 20.37C66.639 20.032 66.7037 19.6359 66.7037 19.1818C66.7037 18.7277 66.6407 18.3333 66.5147 17.9986C66.3888 17.6638 66.2065 17.4053 65.9679 17.223C65.7292 17.0407 65.4392 16.9496 65.0978 16.9496C64.7498 16.9496 64.4565 17.044 64.2179 17.233C63.9792 17.4219 63.7986 17.6837 63.676 18.0185C63.5533 18.3532 63.492 18.741 63.492 19.1818C63.492 19.6259 63.5533 20.0187 63.676 20.3601C63.8019 20.6982 63.9825 20.9633 64.2179 21.1555C64.4565 21.3445 64.7498 21.4389 65.0978 21.4389ZM73.9634 23.1491C73.1912 23.1491 72.5233 22.9851 71.9599 22.657C71.3997 22.3255 70.9672 21.8648 70.6623 21.2749C70.3574 20.6816 70.2049 19.9938 70.2049 19.2116C70.2049 18.4228 70.3574 17.7334 70.6623 17.1435C70.9672 16.5502 71.3997 16.0895 71.9599 15.7614C72.5233 15.4299 73.1912 15.2642 73.9634 15.2642C74.7357 15.2642 75.4019 15.4299 75.962 15.7614C76.5254 16.0895 76.9596 16.5502 77.2646 17.1435C77.5695 17.7334 77.7219 18.4228 77.7219 19.2116C77.7219 19.9938 77.5695 20.6816 77.2646 21.2749C76.9596 21.8648 76.5254 22.3255 75.962 22.657C75.4019 22.9851 74.7357 23.1491 73.9634 23.1491ZM73.9734 21.5085C74.3247 21.5085 74.618 21.4091 74.8533 21.2102C75.0887 21.008 75.266 20.733 75.3853 20.3849C75.5079 20.0369 75.5692 19.6409 75.5692 19.1967C75.5692 18.7526 75.5079 18.3565 75.3853 18.0085C75.266 17.6605 75.0887 17.3854 74.8533 17.1832C74.618 16.9811 74.3247 16.88 73.9734 16.88C73.6187 16.88 73.3204 16.9811 73.0785 17.1832C72.8398 17.3854 72.6592 17.6605 72.5366 18.0085C72.4173 18.3565 72.3576 18.7526 72.3576 19.1967C72.3576 19.6409 72.4173 20.0369 72.5366 20.3849C72.6592 20.733 72.8398 21.008 73.0785 21.2102C73.3204 21.4091 73.6187 21.5085 73.9734 21.5085ZM84.4572 18.5852V23H82.3393V15.3636H84.3578V16.7109H84.4473C84.6163 16.2668 84.8997 15.9155 85.2974 15.657C85.6951 15.3951 86.1774 15.2642 86.7441 15.2642C87.2744 15.2642 87.7368 15.3802 88.1312 15.6122C88.5256 15.8442 88.8322 16.1757 89.051 16.6065C89.2697 17.0341 89.3791 17.5445 89.3791 18.1378V23H87.2612V18.5156C87.2645 18.0483 87.1452 17.6837 86.9032 17.4219C86.6613 17.1567 86.3282 17.0241 85.9039 17.0241C85.6189 17.0241 85.367 17.0855 85.1483 17.2081C84.9328 17.3307 84.7638 17.5097 84.6412 17.745C84.5218 17.977 84.4605 18.2571 84.4572 18.5852ZM94.4986 23.1491C93.7263 23.1491 93.0585 22.9851 92.495 22.657C91.9349 22.3255 91.5024 21.8648 91.1974 21.2749C90.8925 20.6816 90.7401 19.9938 90.7401 19.2116C90.7401 18.4228 90.8925 17.7334 91.1974 17.1435C91.5024 16.5502 91.9349 16.0895 92.495 15.7614C93.0585 15.4299 93.7263 15.2642 94.4986 15.2642C95.2708 15.2642 95.937 15.4299 96.4972 15.7614C97.0606 16.0895 97.4948 16.5502 97.7997 17.1435C98.1046 17.7334 98.2571 18.4228 98.2571 19.2116C98.2571 19.9938 98.1046 20.6816 97.7997 21.2749C97.4948 21.8648 97.0606 22.3255 96.4972 22.657C95.937 22.9851 95.2708 23.1491 94.4986 23.1491ZM94.5085 21.5085C94.8598 21.5085 95.1532 21.4091 95.3885 21.2102C95.6238 21.008 95.8011 20.733 95.9205 20.3849C96.0431 20.0369 96.1044 19.6409 96.1044 19.1967C96.1044 18.7526 96.0431 18.3565 95.9205 18.0085C95.8011 17.6605 95.6238 17.3854 95.3885 17.1832C95.1532 16.9811 94.8598 16.88 94.5085 16.88C94.1539 16.88 93.8556 16.9811 93.6136 17.1832C93.375 17.3854 93.1944 17.6605 93.0717 18.0085C92.9524 18.3565 92.8928 18.7526 92.8928 19.1967C92.8928 19.6409 92.9524 20.0369 93.0717 20.3849C93.1944 20.733 93.375 21.008 93.6136 21.2102C93.8556 21.4091 94.1539 21.5085 94.5085 21.5085Z" fill="white"></path><g clip-path="url(#clip0_727_8627)"><path d="M166.52 13.9241C167.185 13.9241 167.808 14.0751 168.385 14.3782C168.964 14.6802 169.441 15.0926 169.819 15.6145L168.47 16.6682C168.259 16.351 167.981 16.0998 167.637 15.9143C167.294 15.7288 166.921 15.637 166.52 15.637C166.09 15.637 165.691 15.7417 165.325 15.9534C164.958 16.1652 164.669 16.4547 164.457 16.8215C164.245 17.1882 164.14 17.5864 164.14 18.0168C164.14 18.4476 164.248 18.8473 164.464 19.2131C164.679 19.5799 164.968 19.8714 165.331 20.0862C165.693 20.3019 166.091 20.4094 166.521 20.4094C166.952 20.4094 167.37 20.3064 167.729 20.1028C168.088 19.8991 168.367 19.6196 168.563 19.2639H166.205V17.6545H170.535V18.3684C170.535 19.0413 170.354 19.6649 169.991 20.2395C169.628 20.8141 169.138 21.2711 168.522 21.6116C167.906 21.9521 167.239 22.1213 166.52 22.1213C165.802 22.1213 165.096 21.9364 164.469 21.5667C163.841 21.1967 163.343 20.6969 162.977 20.0696C162.61 19.4422 162.427 18.7577 162.427 18.0168C162.428 17.2762 162.611 16.5923 162.977 15.9651C163.344 15.3377 163.841 14.8408 164.469 14.4739C165.096 14.1071 165.78 13.9241 166.52 13.9241ZM192.178 13.9241C192.919 13.9241 193.635 14.1207 194.277 14.5139C194.919 14.9071 195.418 15.4252 195.774 16.0676L194.277 16.8723C194.065 16.4943 193.774 16.1939 193.404 15.9709C193.033 15.7481 192.626 15.637 192.18 15.637C191.735 15.637 191.35 15.7416 190.984 15.9534C190.617 16.1652 190.329 16.4547 190.117 16.8215C189.905 17.1883 189.8 17.5863 189.8 18.0168C189.8 18.4476 189.907 18.8473 190.123 19.2131C190.339 19.58 190.627 19.8713 190.99 20.0862C191.353 20.302 191.751 20.4094 192.181 20.4094C192.612 20.4093 193.039 20.2937 193.417 20.0637C193.795 19.8337 194.085 19.525 194.289 19.1389L195.797 19.9563C195.441 20.6057 194.94 21.1294 194.295 21.5266C193.648 21.9227 192.944 22.1213 192.18 22.1213C191.416 22.1213 190.755 21.9365 190.128 21.5667C189.5 21.1967 189.002 20.6969 188.636 20.0696C188.27 19.4423 188.087 18.7577 188.087 18.0168C188.087 17.2762 188.27 16.5923 188.636 15.9651H188.635C189.002 15.3377 189.499 14.8408 190.127 14.4739C190.754 14.1071 191.438 13.9242 192.178 13.9241ZM202.553 13.9241C203.294 13.9241 203.979 14.107 204.606 14.4739C205.234 14.8408 205.731 15.3377 206.097 15.9651C206.464 16.5922 206.647 17.2762 206.647 18.0168C206.647 18.7577 206.464 19.4423 206.097 20.0696C205.731 20.6969 205.234 21.1957 204.606 21.5667C203.979 21.9375 203.294 22.1213 202.553 22.1213C201.813 22.1213 201.129 21.9364 200.502 21.5667C199.874 21.1967 199.376 20.6969 199.01 20.0696C198.644 19.4423 198.461 18.7577 198.461 18.0168C198.461 17.2762 198.644 16.5923 199.01 15.9651C199.377 15.3377 199.874 14.8408 200.502 14.4739C201.129 14.1071 201.813 13.9241 202.553 13.9241ZM151.813 13.8792C152.456 13.8792 153.019 14.0321 153.503 14.3381C153.986 14.6442 154.364 15.0775 154.636 15.637L153.163 16.4758C153.019 16.1587 152.838 15.9255 152.619 15.7786C152.4 15.6316 152.131 15.5579 151.814 15.5579C151.572 15.5579 151.364 15.6235 151.191 15.7561C151.017 15.8888 150.93 16.0419 150.93 16.2151C150.93 16.359 150.966 16.4819 151.038 16.5842C151.11 16.6866 151.242 16.7831 151.435 16.8733C151.629 16.9635 151.914 17.0655 152.292 17.179C152.798 17.3381 153.234 17.5138 153.601 17.7063C153.968 17.8988 154.27 18.1613 154.508 18.4934C154.746 18.8258 154.865 19.2418 154.865 19.7415C154.865 20.2408 154.74 20.6348 154.491 20.9934C154.242 21.3522 153.898 21.628 153.465 21.8215C153.03 22.014 152.541 22.1106 151.997 22.1106C151.21 22.1106 150.551 21.9376 150.018 21.5891H150.017C149.484 21.2415 149.108 20.7689 148.889 20.1721L150.329 19.3323C150.48 19.7102 150.694 19.9907 150.969 20.1721C151.245 20.3535 151.603 20.4445 152.041 20.4446C152.395 20.4446 152.67 20.3617 152.863 20.1956C153.056 20.0294 153.152 19.8436 153.152 19.6399C153.152 19.4891 153.106 19.3605 153.016 19.2551C152.925 19.1497 152.77 19.0486 152.551 18.9534C152.332 18.8592 152.014 18.7517 151.598 18.6301C150.873 18.4183 150.294 18.1316 149.863 17.7688C149.432 17.406 149.217 16.888 149.217 16.2151C149.217 15.7389 149.336 15.3255 149.573 14.9739C149.811 14.6222 150.129 14.3518 150.526 14.1633C150.923 13.9748 151.352 13.8792 151.813 13.8792ZM184.141 20.3752C184.414 20.3753 184.622 20.45 184.77 20.5969C184.917 20.7438 184.991 20.9572 184.991 21.2366C184.991 21.5162 184.917 21.7302 184.77 21.8772C184.623 22.0241 184.414 22.0988 184.141 22.0989C183.869 22.0989 183.659 22.0242 183.511 21.8772C183.365 21.7292 183.291 21.5161 183.291 21.2366C183.291 20.9573 183.365 20.7438 183.511 20.5969C183.658 20.449 183.869 20.3752 184.141 20.3752ZM146.065 15.637H142.914V17.1106H145.794V18.7317H142.914V20.342H146.134V21.9641H141.213V14.0266H146.065V15.637ZM134.376 14.0266C135.117 14.0266 135.799 14.2013 136.423 14.553C137.046 14.9046 137.541 15.3844 137.908 15.9934C138.275 16.6014 138.459 17.2762 138.459 18.0168C138.459 18.7577 138.277 19.4295 137.914 20.0305C137.551 20.6312 137.056 21.1031 136.428 21.4465C135.801 21.7901 135.117 21.9631 134.376 21.9631H131.122V14.0266H134.376ZM159.457 21.9631H157.745V14.0266H159.457V21.9631ZM178.119 18.55H178.12V14.0266H179.82V21.9631H178.381L175.205 16.9963V21.9631H173.505V14.0266H175.205L178.119 18.55ZM214.515 19.9446L217.269 14.0266H219.197V21.9631H217.384V17.7903L215.501 21.9631H213.528L211.646 17.7903V21.9631H209.832V14.0266H211.76L214.515 19.9446ZM202.553 15.637C202.123 15.637 201.724 15.7417 201.358 15.9534C200.991 16.1652 200.702 16.4547 200.49 16.8215C200.278 17.1882 200.174 17.5864 200.174 18.0168C200.174 18.4476 200.281 18.8473 200.497 19.2131C200.713 19.5799 201.001 19.8714 201.364 20.0862C201.727 20.3019 202.124 20.4093 202.554 20.4094C202.985 20.4094 203.384 20.3019 203.751 20.0862L203.75 20.0872C204.117 19.8713 204.408 19.58 204.623 19.2141C204.839 18.8473 204.946 18.4485 204.946 18.0178C204.946 17.5873 204.839 17.1901 204.623 16.8274C204.407 16.4646 204.116 16.1761 203.75 15.9602C203.383 15.7443 202.984 15.637 202.553 15.637ZM132.822 20.342H134.376V20.3411C134.806 20.3411 135.205 20.2373 135.572 20.0286C135.939 19.8208 136.227 19.5394 136.439 19.1848C136.651 18.8291 136.757 18.4368 136.757 18.0061C136.757 17.5754 136.65 17.1785 136.439 16.8157C136.227 16.4528 135.939 16.1652 135.572 15.9534C135.205 15.7416 134.806 15.637 134.376 15.637H132.822V20.342Z" fill="white"></path><path d="M123.995 18C123.995 12.5809 119.708 8.17026 114.358 8.00507C114.254 8.00203 114.151 8 114.047 8H107V19.2435H113.166C113.253 19.2435 113.339 19.2344 113.421 19.2172C113.986 19.0986 114.41 18.6 114.41 18C114.41 17.3129 113.853 16.7565 113.166 16.7565H109.073V10.0726H114.047C114.12 10.0726 114.2 10.0736 114.295 10.0766C116.342 10.1395 118.26 10.9908 119.692 12.4725C121.13 13.9603 121.921 15.9234 121.921 18C121.921 20.0766 121.13 22.0397 119.692 23.5275C118.26 25.0092 116.342 25.8605 114.293 25.9234C114.2 25.9264 114.119 25.9274 114.047 25.9274H109.073V23.6481H114.29C114.343 23.6481 114.394 23.6471 114.447 23.6451C117.158 23.5518 119.331 21.0607 119.331 18C119.331 14.9393 117.158 12.4482 114.447 12.3549C114.394 12.3529 114.343 12.3519 114.29 12.3519H111.145V14.5329H114.29C114.32 14.5329 114.351 14.5339 114.381 14.5349C115.129 14.5603 115.839 14.915 116.376 15.5352C116.944 16.192 117.258 17.0666 117.258 17.999C117.258 18.9314 116.944 19.806 116.376 20.4628C115.838 21.082 115.129 21.4377 114.38 21.4631C114.351 21.4641 114.32 21.4651 114.29 21.4651H109.073H107V27.998H114.047C114.15 27.998 114.253 27.9959 114.358 27.9929C119.708 27.8277 123.995 23.417 123.995 17.998V18Z" fill="white"></path></g><defs><clipPath id="clip0_727_8627"><rect width="112.5" height="20" fill="white" transform="translate(107 8)"></rect></clipPath></defs>', 4)
13
- ])]);
13
+ ]));
14
14
  }
15
15
  const r = /* @__PURE__ */ M(Z, [["render", i]]);
16
16
  export {
@@ -16,22 +16,22 @@ export interface CartForShopRequest {
16
16
  unitPrice: number;
17
17
  }
18
18
  declare const _default: {
19
- addMailSubscriber: (brandPageToken: string, email: string, name?: string, recaptchaToken?: string) => Promise<FormResult>;
20
- submitContactForm: (brandPageToken: string, contentBlockId: string, values: ContactFormField[], recaptchaToken?: string) => Promise<FormResult>;
19
+ addMailSubscriber: (brandPageToken: string, email: string, name?: string | undefined, recaptchaToken?: string | undefined) => Promise<FormResult>;
20
+ submitContactForm: (brandPageToken: string, contentBlockId: string, values: ContactFormField[], recaptchaToken?: string | undefined) => Promise<FormResult>;
21
21
  getPaymentConfigStatusByPaymentConfigId: (paymentConfigId: string) => Promise<string>;
22
22
  getStoreProductsByBrandPageToken: (brandPageToken: string) => Promise<string>;
23
23
  createBrandPageCart: (request: {
24
- productIds?: string[];
25
- productDetails?: CartForShopRequest[];
26
- paymentConfigId?: string;
27
- customAmount?: number;
24
+ productIds?: string[] | undefined;
25
+ productDetails?: CartForShopRequest[] | undefined;
26
+ paymentConfigId?: string | undefined;
27
+ customAmount?: number | undefined;
28
28
  }) => Promise<CreateCartResult<unknown> | null>;
29
29
  createStripePaymentIntent: (request: {
30
30
  cartId: string[];
31
31
  customerEmail: string;
32
- customerRequestDetails?: string;
33
- customerMessage?: string;
34
- shippingDetails?: StripeShippingDetails;
32
+ customerRequestDetails?: string | undefined;
33
+ customerMessage?: string | undefined;
34
+ shippingDetails?: StripeShippingDetails | undefined;
35
35
  }) => Promise<CreateStripePaymentIntentResponse | null>;
36
36
  };
37
37
  export default _default;
@@ -1,8 +1,9 @@
1
+ /// <reference types="types/lodash-shims" />
1
2
  import type { PropType } from 'vue';
2
3
  import type { ImageGalleryViewModel } from '../../../view-models';
3
4
  import type { DebounceHandle } from 'lodash.debounce';
4
5
  import type { BrandPageContext, ImageGalleryItem } from '../../../models';
5
- interface IndexedImageGalleryItem extends ImageGalleryItem {
6
+ interface IndexedImageGalleryItem extends Omit<ImageGalleryItem, 'id'> {
6
7
  id: number;
7
8
  }
8
9
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -12,12 +12,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
12
12
  isHamburgerRounded(): boolean;
13
13
  }, {
14
14
  openSideMenu(): void;
15
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "open-side-menu"[], "open-side-menu", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
16
  navigation: {
17
17
  type: PropType<NavigationDesktop | NavigationMobile>;
18
18
  required: true;
19
19
  };
20
- }>> & Readonly<{
21
- "onOpen-side-menu"?: ((...args: any[]) => any) | undefined;
22
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
20
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
23
21
  export default _default;
@@ -7,7 +7,6 @@ export default defineComponent({
7
7
  required: true,
8
8
  },
9
9
  },
10
- emits: ['open-side-menu'],
11
10
  computed: {
12
11
  iconStyle() {
13
12
  // rounded
@@ -36,7 +36,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
36
36
  toggleExpanded(pageId: string): void;
37
37
  isExpanded(pageId: string): boolean;
38
38
  expandSubPageIfCurrentPage(): void;
39
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close-side-menu"[], "close-side-menu", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
39
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
40
40
  context: {
41
41
  type: PropType<BrandPageContext>;
42
42
  required: true;
@@ -53,7 +53,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
53
53
  type: PropType<NavigationDesktop | NavigationMobile>;
54
54
  required: true;
55
55
  };
56
- }>> & Readonly<{
57
- "onClose-side-menu"?: ((...args: any[]) => any) | undefined;
58
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
56
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
59
57
  export default _default;
@@ -18,7 +18,6 @@ export default defineComponent({
18
18
  required: true,
19
19
  },
20
20
  },
21
- emits: ['close-side-menu'],
22
21
  data() {
23
22
  return {
24
23
  expandedItems: {}, // Keep track of which navs are expanded
@@ -42,15 +41,15 @@ export default defineComponent({
42
41
  },
43
42
  // Prevents us from doubling down on em sizing of font
44
43
  defaultWrapperStyle() {
45
- const { fontSize: _fontSize, lineHeight: _lineHeight, letterSpacing: _letterSpacing, ...rest } = this.defaultButtonStyle;
44
+ const { fontSize, lineHeight, letterSpacing, ...rest } = this.defaultButtonStyle;
46
45
  return rest;
47
46
  },
48
47
  selectedWrapperStyle() {
49
- const { fontSize: _fontSize, lineHeight: _lineHeight, letterSpacing: _letterSpacing, ...rest } = this.selectedButtonStyle;
48
+ const { fontSize, lineHeight, letterSpacing, ...rest } = this.selectedButtonStyle;
50
49
  return rest;
51
50
  },
52
51
  routes() {
53
- return this.visibleNavItems.map((navItem, _i) => {
52
+ return this.visibleNavItems.map((navItem, i) => {
54
53
  return {
55
54
  routeName: navItem.routeName,
56
55
  routeParams: navItem.routeParams,
@@ -80,7 +79,7 @@ export default defineComponent({
80
79
  paddingLeft: '32px',
81
80
  backgroundColor: isActive
82
81
  ? baseStyle.backgroundColor
83
- : (this.styles.hamburgerMenuStyle.subNavBackgroundColor ?? '#ffffff'),
82
+ : this.styles.hamburgerMenuStyle.subNavBackgroundColor ?? '#ffffff',
84
83
  };
85
84
  },
86
85
  closeSideMenu() {
@@ -145,8 +145,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
145
145
  }>, {
146
146
  viewport: ViewportsType;
147
147
  isMobileDevice: boolean;
148
- containerClientWidth: number | undefined;
149
148
  containerClientHeight: number | undefined;
149
+ containerClientWidth: number | undefined;
150
150
  isContentSelected: boolean;
151
151
  isHeaderSelected: boolean;
152
152
  isFooterSelected: boolean;
@@ -78,7 +78,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
78
78
  }>> & Readonly<{}>, {
79
79
  brandPageToken: string;
80
80
  isMobileDevice: boolean;
81
- containerClientWidth: number;
82
81
  containerClientHeight: number;
82
+ containerClientWidth: number;
83
83
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
84
84
  export default _default;
@@ -23,7 +23,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
23
23
  required: true;
24
24
  };
25
25
  viewModel: {
26
- type: PropType<RequestPaymentViewModel | SupportMeViewModel>;
26
+ type: PropType<SupportMeViewModel | RequestPaymentViewModel>;
27
27
  required: true;
28
28
  };
29
29
  paymentConfig: {
@@ -42,7 +42,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
42
42
  readonly CheckoutStripe: "checkout-stripe";
43
43
  readonly Success: "success";
44
44
  };
45
- cart: CreateCartResult<unknown> | undefined | null;
45
+ cart: CreateCartResult<unknown> | null | undefined;
46
46
  isCollapsed: boolean;
47
47
  isPaymentConfigActive: boolean;
48
48
  state: State;
@@ -78,7 +78,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
78
78
  required: true;
79
79
  };
80
80
  viewModel: {
81
- type: PropType<RequestPaymentViewModel | SupportMeViewModel>;
81
+ type: PropType<SupportMeViewModel | RequestPaymentViewModel>;
82
82
  required: true;
83
83
  };
84
84
  paymentConfig: {
@@ -3,33 +3,33 @@ export declare const context: {
3
3
  stripePublishableKey: string;
4
4
  isTemplate: boolean;
5
5
  isPreview: boolean;
6
- isMobile?: boolean;
6
+ isMobile?: boolean | undefined;
7
7
  isDesignCom: boolean;
8
8
  isProduction: boolean;
9
9
  isServerRender: boolean;
10
10
  brandPageSlug: string;
11
- brandPageToken?: string;
12
- pages?: import("../../../view-models").PageViewModel[];
11
+ brandPageToken?: string | undefined;
12
+ pages?: import("../../../view-models").PageViewModel[] | undefined;
13
13
  nav: import("../../../view-models").NavViewModel;
14
- currentPageRelativePath?: string;
14
+ currentPageRelativePath?: string | undefined;
15
15
  runtimeEnvironment: string;
16
16
  recaptchaSiteKey: string | undefined;
17
17
  pageTitle: string;
18
18
  customDomain: string | undefined;
19
- brandPageType: import("../../../models").BrandPageType;
19
+ brandPageType: "default" | "brandSite" | "brandContact";
20
20
  isBrandPage: boolean;
21
21
  isBrandPageOrIsBrandContact: boolean;
22
22
  isBrandSite: boolean;
23
23
  isBrandContact: boolean;
24
24
  options?: {
25
- disableNavigationSideMenu?: boolean;
26
- mediaSizes?: import("../../../models").MediaSizes;
27
- renderVideoAsImage?: boolean;
28
- shouldPlayVideos?: boolean;
29
- enableSaveContact?: boolean;
30
- };
31
- abTests?: import("../../../models").AbTest;
25
+ disableNavigationSideMenu?: boolean | undefined;
26
+ mediaSizes?: "size1x" | "size2x" | "sizeThumb" | undefined;
27
+ renderVideoAsImage?: boolean | undefined;
28
+ shouldPlayVideos?: boolean | undefined;
29
+ enableSaveContact?: boolean | undefined;
30
+ } | undefined;
31
+ abTests?: import("../../../models").AbTest | undefined;
32
32
  isCapturingPreview: boolean;
33
- disableLogoRenderOnServerside?: boolean;
33
+ disableLogoRenderOnServerside?: boolean | undefined;
34
34
  };
35
35
  export declare const viewModel: RequestPaymentViewModel;
@@ -3,33 +3,33 @@ export declare const context: {
3
3
  stripePublishableKey: string;
4
4
  isTemplate: boolean;
5
5
  isPreview: boolean;
6
- isMobile?: boolean;
6
+ isMobile?: boolean | undefined;
7
7
  isDesignCom: boolean;
8
8
  isProduction: boolean;
9
9
  isServerRender: boolean;
10
10
  brandPageSlug: string;
11
- brandPageToken?: string;
12
- pages?: import("../../../view-models").PageViewModel[];
11
+ brandPageToken?: string | undefined;
12
+ pages?: import("../../../view-models").PageViewModel[] | undefined;
13
13
  nav: import("../../../view-models").NavViewModel;
14
- currentPageRelativePath?: string;
14
+ currentPageRelativePath?: string | undefined;
15
15
  runtimeEnvironment: string;
16
16
  recaptchaSiteKey: string | undefined;
17
17
  pageTitle: string;
18
18
  customDomain: string | undefined;
19
- brandPageType: import("../../../models").BrandPageType;
19
+ brandPageType: "default" | "brandSite" | "brandContact";
20
20
  isBrandPage: boolean;
21
21
  isBrandPageOrIsBrandContact: boolean;
22
22
  isBrandSite: boolean;
23
23
  isBrandContact: boolean;
24
24
  options?: {
25
- disableNavigationSideMenu?: boolean;
26
- mediaSizes?: import("../../../models").MediaSizes;
27
- renderVideoAsImage?: boolean;
28
- shouldPlayVideos?: boolean;
29
- enableSaveContact?: boolean;
30
- };
31
- abTests?: import("../../../models").AbTest;
25
+ disableNavigationSideMenu?: boolean | undefined;
26
+ mediaSizes?: "size1x" | "size2x" | "sizeThumb" | undefined;
27
+ renderVideoAsImage?: boolean | undefined;
28
+ shouldPlayVideos?: boolean | undefined;
29
+ enableSaveContact?: boolean | undefined;
30
+ } | undefined;
31
+ abTests?: import("../../../models").AbTest | undefined;
32
32
  isCapturingPreview: boolean;
33
- disableLogoRenderOnServerside?: boolean;
33
+ disableLogoRenderOnServerside?: boolean | undefined;
34
34
  };
35
35
  export declare const viewModel: SupportMeViewModel;
@@ -1,5 +1,5 @@
1
1
  import { ALIGN_CENTERED, ALIGN_JUSTIFIED } from '../misc.constants';
2
- import { commonTr } from '@src/composables/useTranslate';
2
+ import { tr, commonTr } from '@src/composables/useTranslate';
3
3
  export const FOOTER_DISPLAY = {
4
4
  /** @deprecated */
5
5
  ALIGN_CENTERED, // mapped to CENTERED