storefront-layouts-staging 1.0.0-staging.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +539 -0
- package/dist/components/auth/LoginForm.d.ts +9 -0
- package/dist/components/auth/LoginForm.d.ts.map +1 -0
- package/dist/components/auth/LoginForm.js +21 -0
- package/dist/components/auth/LoginSheet.d.ts +7 -0
- package/dist/components/auth/LoginSheet.d.ts.map +1 -0
- package/dist/components/auth/LoginSheet.js +8 -0
- package/dist/components/auth/login-form-core.d.ts +11 -0
- package/dist/components/auth/login-form-core.d.ts.map +1 -0
- package/dist/components/auth/login-form-core.js +19 -0
- package/dist/components/auth/login-sheet-header.d.ts +10 -0
- package/dist/components/auth/login-sheet-header.d.ts.map +1 -0
- package/dist/components/auth/login-sheet-header.js +10 -0
- package/dist/components/auth/login-sheet-registry.d.ts +11 -0
- package/dist/components/auth/login-sheet-registry.d.ts.map +1 -0
- package/dist/components/auth/login-sheet-registry.js +9 -0
- package/dist/components/auth/login-sheet-theme.types.d.ts +29 -0
- package/dist/components/auth/login-sheet-theme.types.d.ts.map +1 -0
- package/dist/components/auth/login-sheet-theme.types.js +1 -0
- package/dist/components/auth/login-sheet-themes/booking-agenda.theme.d.ts +3 -0
- package/dist/components/auth/login-sheet-themes/booking-agenda.theme.d.ts.map +1 -0
- package/dist/components/auth/login-sheet-themes/booking-agenda.theme.js +21 -0
- package/dist/components/auth/login-sheet-themes/booking.theme.d.ts +3 -0
- package/dist/components/auth/login-sheet-themes/booking.theme.d.ts.map +1 -0
- package/dist/components/auth/login-sheet-themes/booking.theme.js +20 -0
- package/dist/components/auth/login-sheet-themes/clothing-minimal.theme.d.ts +3 -0
- package/dist/components/auth/login-sheet-themes/clothing-minimal.theme.d.ts.map +1 -0
- package/dist/components/auth/login-sheet-themes/clothing-minimal.theme.js +20 -0
- package/dist/components/auth/login-sheet-themes/clothing.theme.d.ts +3 -0
- package/dist/components/auth/login-sheet-themes/clothing.theme.d.ts.map +1 -0
- package/dist/components/auth/login-sheet-themes/clothing.theme.js +21 -0
- package/dist/components/auth/login-sheet-themes/electronics-grid.theme.d.ts +3 -0
- package/dist/components/auth/login-sheet-themes/electronics-grid.theme.d.ts.map +1 -0
- package/dist/components/auth/login-sheet-themes/electronics-grid.theme.js +20 -0
- package/dist/components/auth/login-sheet-themes/electronics.theme.d.ts +3 -0
- package/dist/components/auth/login-sheet-themes/electronics.theme.d.ts.map +1 -0
- package/dist/components/auth/login-sheet-themes/electronics.theme.js +20 -0
- package/dist/components/auth/login-sheet-themes/food-modern.theme.d.ts +3 -0
- package/dist/components/auth/login-sheet-themes/food-modern.theme.d.ts.map +1 -0
- package/dist/components/auth/login-sheet-themes/food-modern.theme.js +22 -0
- package/dist/components/auth/login-sheet-themes/food.theme.d.ts +3 -0
- package/dist/components/auth/login-sheet-themes/food.theme.d.ts.map +1 -0
- package/dist/components/auth/login-sheet-themes/food.theme.js +22 -0
- package/dist/components/auth/login-sheet-themes/index.d.ts +14 -0
- package/dist/components/auth/login-sheet-themes/index.d.ts.map +1 -0
- package/dist/components/auth/login-sheet-themes/index.js +29 -0
- package/dist/components/auth/login-sheet-themes/motivational-speaker.theme.d.ts +3 -0
- package/dist/components/auth/login-sheet-themes/motivational-speaker.theme.d.ts.map +1 -0
- package/dist/components/auth/login-sheet-themes/motivational-speaker.theme.js +20 -0
- package/dist/components/auth/login-sheet-themes/theme-input-baselines.d.ts +24 -0
- package/dist/components/auth/login-sheet-themes/theme-input-baselines.d.ts.map +1 -0
- package/dist/components/auth/login-sheet-themes/theme-input-baselines.js +23 -0
- package/dist/components/auth/login-sheets/StoreLoginSheetShell.d.ts +13 -0
- package/dist/components/auth/login-sheets/StoreLoginSheetShell.d.ts.map +1 -0
- package/dist/components/auth/login-sheets/StoreLoginSheetShell.js +14 -0
- package/dist/components/auth/use-login-submit.d.ts +22 -0
- package/dist/components/auth/use-login-submit.d.ts.map +1 -0
- package/dist/components/auth/use-login-submit.js +99 -0
- package/dist/components/cart/InventoryHoldCountdown.d.ts +8 -0
- package/dist/components/cart/InventoryHoldCountdown.d.ts.map +1 -0
- package/dist/components/cart/InventoryHoldCountdown.js +73 -0
- package/dist/components/categories/category-masonry-grid.d.ts +18 -0
- package/dist/components/categories/category-masonry-grid.d.ts.map +1 -0
- package/dist/components/categories/category-masonry-grid.js +50 -0
- package/dist/components/categories/category-masonry-utils.d.ts +9 -0
- package/dist/components/categories/category-masonry-utils.d.ts.map +1 -0
- package/dist/components/categories/category-masonry-utils.js +67 -0
- package/dist/components/checkout/CheckoutFeeLines.d.ts +12 -0
- package/dist/components/checkout/CheckoutFeeLines.d.ts.map +1 -0
- package/dist/components/checkout/CheckoutFeeLines.js +9 -0
- package/dist/components/checkout/ShippingOptionsPanel.d.ts +54 -0
- package/dist/components/checkout/ShippingOptionsPanel.d.ts.map +1 -0
- package/dist/components/checkout/ShippingOptionsPanel.js +115 -0
- package/dist/components/learning/CertificateTemplates.d.ts +25 -0
- package/dist/components/learning/CertificateTemplates.d.ts.map +1 -0
- package/dist/components/learning/CertificateTemplates.js +31 -0
- package/dist/components/learning/CertificateViewer.d.ts +11 -0
- package/dist/components/learning/CertificateViewer.d.ts.map +1 -0
- package/dist/components/learning/CertificateViewer.js +114 -0
- package/dist/components/learning/MentorshipProgress.d.ts +18 -0
- package/dist/components/learning/MentorshipProgress.d.ts.map +1 -0
- package/dist/components/learning/MentorshipProgress.js +20 -0
- package/dist/components/product/ProductVariationSelectors.d.ts +10 -0
- package/dist/components/product/ProductVariationSelectors.d.ts.map +1 -0
- package/dist/components/product/ProductVariationSelectors.js +27 -0
- package/dist/components/rich-text/CategoryDescription.d.ts +7 -0
- package/dist/components/rich-text/CategoryDescription.d.ts.map +1 -0
- package/dist/components/rich-text/CategoryDescription.js +11 -0
- package/dist/components/rich-text/ProductDescription.d.ts +9 -0
- package/dist/components/rich-text/ProductDescription.d.ts.map +1 -0
- package/dist/components/rich-text/ProductDescription.js +10 -0
- package/dist/components/rich-text/RichTextExcerpt.d.ts +10 -0
- package/dist/components/rich-text/RichTextExcerpt.d.ts.map +1 -0
- package/dist/components/rich-text/RichTextExcerpt.js +12 -0
- package/dist/components/rich-text/SafeRichHtml.d.ts +14 -0
- package/dist/components/rich-text/SafeRichHtml.d.ts.map +1 -0
- package/dist/components/rich-text/SafeRichHtml.js +15 -0
- package/dist/components/shipping/MerchantHandledDeliveryNotice.d.ts +7 -0
- package/dist/components/shipping/MerchantHandledDeliveryNotice.d.ts.map +1 -0
- package/dist/components/shipping/MerchantHandledDeliveryNotice.js +7 -0
- package/dist/components/shipping/ProductDeliveryInfoSection.d.ts +21 -0
- package/dist/components/shipping/ProductDeliveryInfoSection.d.ts.map +1 -0
- package/dist/components/shipping/ProductDeliveryInfoSection.js +22 -0
- package/dist/components/shipping/ShippingQuoteAddressForm.d.ts +11 -0
- package/dist/components/shipping/ShippingQuoteAddressForm.d.ts.map +1 -0
- package/dist/components/shipping/ShippingQuoteAddressForm.js +66 -0
- package/dist/components/ui/address-selector.d.ts +11 -0
- package/dist/components/ui/address-selector.d.ts.map +1 -0
- package/dist/components/ui/address-selector.js +21 -0
- package/dist/components/ui/alert-modal.d.ts +21 -0
- package/dist/components/ui/alert-modal.d.ts.map +1 -0
- package/dist/components/ui/alert-modal.js +59 -0
- package/dist/components/ui/avatar-image.d.ts +11 -0
- package/dist/components/ui/avatar-image.d.ts.map +1 -0
- package/dist/components/ui/avatar-image.js +39 -0
- package/dist/components/ui/background-patterns.d.ts +27 -0
- package/dist/components/ui/background-patterns.d.ts.map +1 -0
- package/dist/components/ui/background-patterns.js +5 -0
- package/dist/components/ui/badge.d.ts +10 -0
- package/dist/components/ui/badge.d.ts.map +1 -0
- package/dist/components/ui/badge.js +20 -0
- package/dist/components/ui/breadcrumbs.d.ts +12 -0
- package/dist/components/ui/breadcrumbs.d.ts.map +1 -0
- package/dist/components/ui/breadcrumbs.js +12 -0
- package/dist/components/ui/button.d.ts +11 -0
- package/dist/components/ui/button.d.ts.map +1 -0
- package/dist/components/ui/button.js +34 -0
- package/dist/components/ui/card.d.ts +10 -0
- package/dist/components/ui/card.d.ts.map +1 -0
- package/dist/components/ui/card.js +24 -0
- package/dist/components/ui/category-tree.d.ts +16 -0
- package/dist/components/ui/category-tree.d.ts.map +1 -0
- package/dist/components/ui/category-tree.js +74 -0
- package/dist/components/ui/checkout-button.d.ts +11 -0
- package/dist/components/ui/checkout-button.d.ts.map +1 -0
- package/dist/components/ui/checkout-button.js +298 -0
- package/dist/components/ui/dynamic-icon.d.ts +11 -0
- package/dist/components/ui/dynamic-icon.d.ts.map +1 -0
- package/dist/components/ui/dynamic-icon.js +77 -0
- package/dist/components/ui/guest-checkout-modal.d.ts +19 -0
- package/dist/components/ui/guest-checkout-modal.d.ts.map +1 -0
- package/dist/components/ui/guest-checkout-modal.js +95 -0
- package/dist/components/ui/image-skeleton.d.ts +7 -0
- package/dist/components/ui/image-skeleton.d.ts.map +1 -0
- package/dist/components/ui/image-skeleton.js +15 -0
- package/dist/components/ui/image-with-fallback.d.ts +10 -0
- package/dist/components/ui/image-with-fallback.d.ts.map +1 -0
- package/dist/components/ui/image-with-fallback.js +165 -0
- package/dist/components/ui/input.d.ts +6 -0
- package/dist/components/ui/input.d.ts.map +1 -0
- package/dist/components/ui/input.js +8 -0
- package/dist/components/ui/limited-time-offer-badge.d.ts +12 -0
- package/dist/components/ui/limited-time-offer-badge.d.ts.map +1 -0
- package/dist/components/ui/limited-time-offer-badge.js +13 -0
- package/dist/components/ui/loading-skeleton-wrapper.d.ts +6 -0
- package/dist/components/ui/loading-skeleton-wrapper.d.ts.map +1 -0
- package/dist/components/ui/loading-skeleton-wrapper.js +10 -0
- package/dist/components/ui/modal.d.ts +11 -0
- package/dist/components/ui/modal.d.ts.map +1 -0
- package/dist/components/ui/modal.js +26 -0
- package/dist/components/ui/otp-input.d.ts +10 -0
- package/dist/components/ui/otp-input.d.ts.map +1 -0
- package/dist/components/ui/otp-input.js +57 -0
- package/dist/components/ui/out-of-stock-overlay.d.ts +8 -0
- package/dist/components/ui/out-of-stock-overlay.d.ts.map +1 -0
- package/dist/components/ui/out-of-stock-overlay.js +12 -0
- package/dist/components/ui/page-animate-wrapper.d.ts +7 -0
- package/dist/components/ui/page-animate-wrapper.d.ts.map +1 -0
- package/dist/components/ui/page-animate-wrapper.js +13 -0
- package/dist/components/ui/page-content-loader.d.ts +13 -0
- package/dist/components/ui/page-content-loader.d.ts.map +1 -0
- package/dist/components/ui/page-content-loader.js +12 -0
- package/dist/components/ui/page-loader.d.ts +20 -0
- package/dist/components/ui/page-loader.d.ts.map +1 -0
- package/dist/components/ui/page-loader.js +31 -0
- package/dist/components/ui/product-card.d.ts +11 -0
- package/dist/components/ui/product-card.d.ts.map +1 -0
- package/dist/components/ui/product-card.js +124 -0
- package/dist/components/ui/product-rating.d.ts +17 -0
- package/dist/components/ui/product-rating.d.ts.map +1 -0
- package/dist/components/ui/product-rating.js +54 -0
- package/dist/components/ui/product-stock-badge.d.ts +9 -0
- package/dist/components/ui/product-stock-badge.d.ts.map +1 -0
- package/dist/components/ui/product-stock-badge.js +20 -0
- package/dist/components/ui/review-form.d.ts +9 -0
- package/dist/components/ui/review-form.d.ts.map +1 -0
- package/dist/components/ui/review-form.js +28 -0
- package/dist/components/ui/route-skeleton-loader.d.ts +7 -0
- package/dist/components/ui/route-skeleton-loader.d.ts.map +1 -0
- package/dist/components/ui/route-skeleton-loader.js +75 -0
- package/dist/components/ui/sheet.d.ts +29 -0
- package/dist/components/ui/sheet.d.ts.map +1 -0
- package/dist/components/ui/sheet.js +45 -0
- package/dist/components/ui/skeleton.d.ts +3 -0
- package/dist/components/ui/skeleton.d.ts.map +1 -0
- package/dist/components/ui/skeleton.js +6 -0
- package/dist/components/ui/skeletons/category-grid-skeleton.d.ts +6 -0
- package/dist/components/ui/skeletons/category-grid-skeleton.d.ts.map +1 -0
- package/dist/components/ui/skeletons/category-grid-skeleton.js +9 -0
- package/dist/components/ui/skeletons/checkout-skeleton.d.ts +2 -0
- package/dist/components/ui/skeletons/checkout-skeleton.d.ts.map +1 -0
- package/dist/components/ui/skeletons/checkout-skeleton.js +4 -0
- package/dist/components/ui/skeletons/index.d.ts +6 -0
- package/dist/components/ui/skeletons/index.d.ts.map +1 -0
- package/dist/components/ui/skeletons/index.js +5 -0
- package/dist/components/ui/skeletons/page-skeleton.d.ts +2 -0
- package/dist/components/ui/skeletons/page-skeleton.d.ts.map +1 -0
- package/dist/components/ui/skeletons/page-skeleton.js +4 -0
- package/dist/components/ui/skeletons/product-card-skeleton.d.ts +2 -0
- package/dist/components/ui/skeletons/product-card-skeleton.d.ts.map +1 -0
- package/dist/components/ui/skeletons/product-card-skeleton.js +4 -0
- package/dist/components/ui/skeletons/product-detail-skeleton.d.ts +2 -0
- package/dist/components/ui/skeletons/product-detail-skeleton.d.ts.map +1 -0
- package/dist/components/ui/skeletons/product-detail-skeleton.js +4 -0
- package/dist/components/ui/skeletons/product-grid-skeleton.d.ts +7 -0
- package/dist/components/ui/skeletons/product-grid-skeleton.d.ts.map +1 -0
- package/dist/components/ui/skeletons/product-grid-skeleton.js +12 -0
- package/dist/components/ui/store-logos.d.ts +43 -0
- package/dist/components/ui/store-logos.d.ts.map +1 -0
- package/dist/components/ui/store-logos.js +83 -0
- package/dist/components/ui/toast.d.ts +20 -0
- package/dist/components/ui/toast.d.ts.map +1 -0
- package/dist/components/ui/toast.js +33 -0
- package/dist/components/ui/video-player.d.ts +48 -0
- package/dist/components/ui/video-player.d.ts.map +1 -0
- package/dist/components/ui/video-player.js +101 -0
- package/dist/editor/alignment-schemas/booking-agenda.d.ts +3 -0
- package/dist/editor/alignment-schemas/booking-agenda.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/booking-agenda.js +145 -0
- package/dist/editor/alignment-schemas/booking-footer-section.d.ts +4 -0
- package/dist/editor/alignment-schemas/booking-footer-section.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/booking-footer-section.js +69 -0
- package/dist/editor/alignment-schemas/booking.d.ts +3 -0
- package/dist/editor/alignment-schemas/booking.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/booking.js +476 -0
- package/dist/editor/alignment-schemas/clothing-minimal.d.ts +3 -0
- package/dist/editor/alignment-schemas/clothing-minimal.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/clothing-minimal.js +363 -0
- package/dist/editor/alignment-schemas/clothing.d.ts +3 -0
- package/dist/editor/alignment-schemas/clothing.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/clothing.js +477 -0
- package/dist/editor/alignment-schemas/electronics-grid.d.ts +3 -0
- package/dist/editor/alignment-schemas/electronics-grid.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/electronics-grid.js +97 -0
- package/dist/editor/alignment-schemas/electronics.d.ts +3 -0
- package/dist/editor/alignment-schemas/electronics.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/electronics.js +145 -0
- package/dist/editor/alignment-schemas/food-modern.d.ts +3 -0
- package/dist/editor/alignment-schemas/food-modern.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/food-modern.js +237 -0
- package/dist/editor/alignment-schemas/food.d.ts +3 -0
- package/dist/editor/alignment-schemas/food.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/food.js +494 -0
- package/dist/editor/alignment-schemas/index.d.ts +15 -0
- package/dist/editor/alignment-schemas/index.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/index.js +50 -0
- package/dist/editor/alignment-schemas/lazy-loader.d.ts +14 -0
- package/dist/editor/alignment-schemas/lazy-loader.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/lazy-loader.js +80 -0
- package/dist/editor/alignment-schemas/metadata.d.ts +25 -0
- package/dist/editor/alignment-schemas/metadata.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/metadata.js +225 -0
- package/dist/editor/alignment-schemas/motivational-speaker.d.ts +3 -0
- package/dist/editor/alignment-schemas/motivational-speaker.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/motivational-speaker.js +185 -0
- package/dist/editor/alignment-schemas/resolve-canvas-inspector-leaf.d.ts +18 -0
- package/dist/editor/alignment-schemas/resolve-canvas-inspector-leaf.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/resolve-canvas-inspector-leaf.js +166 -0
- package/dist/editor/alignment-schemas/resolve-field.d.ts +9 -0
- package/dist/editor/alignment-schemas/resolve-field.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/resolve-field.js +56 -0
- package/dist/editor/alignment-schemas/types.d.ts +53 -0
- package/dist/editor/alignment-schemas/types.d.ts.map +1 -0
- package/dist/editor/alignment-schemas/types.js +1 -0
- package/dist/editor/blocks/defaults/clothing-minimal-home.d.ts +9 -0
- package/dist/editor/blocks/defaults/clothing-minimal-home.d.ts.map +1 -0
- package/dist/editor/blocks/defaults/clothing-minimal-home.js +207 -0
- package/dist/editor/blocks/index.d.ts +4 -0
- package/dist/editor/blocks/index.d.ts.map +1 -0
- package/dist/editor/blocks/index.js +3 -0
- package/dist/editor/blocks/migrate-clothing-minimal.d.ts +5 -0
- package/dist/editor/blocks/migrate-clothing-minimal.d.ts.map +1 -0
- package/dist/editor/blocks/migrate-clothing-minimal.js +140 -0
- package/dist/editor/blocks/nav-outline-utils.d.ts +47 -0
- package/dist/editor/blocks/nav-outline-utils.d.ts.map +1 -0
- package/dist/editor/blocks/nav-outline-utils.js +201 -0
- package/dist/editor/blocks/registry.d.ts +19 -0
- package/dist/editor/blocks/registry.d.ts.map +1 -0
- package/dist/editor/blocks/registry.js +118 -0
- package/dist/editor/blocks/types.d.ts +14 -0
- package/dist/editor/blocks/types.d.ts.map +1 -0
- package/dist/editor/blocks/types.js +14 -0
- package/dist/editor/document/adapter.d.ts +44 -0
- package/dist/editor/document/adapter.d.ts.map +1 -0
- package/dist/editor/document/adapter.js +159 -0
- package/dist/editor/document/block-tree.d.ts +46 -0
- package/dist/editor/document/block-tree.d.ts.map +1 -0
- package/dist/editor/document/block-tree.js +345 -0
- package/dist/editor/document/constants.d.ts +6 -0
- package/dist/editor/document/constants.d.ts.map +1 -0
- package/dist/editor/document/constants.js +14 -0
- package/dist/editor/document/index.d.ts +7 -0
- package/dist/editor/document/index.d.ts.map +1 -0
- package/dist/editor/document/index.js +6 -0
- package/dist/editor/document/layout-id.d.ts +3 -0
- package/dist/editor/document/layout-id.d.ts.map +1 -0
- package/dist/editor/document/layout-id.js +17 -0
- package/dist/editor/document/types.d.ts +91 -0
- package/dist/editor/document/types.d.ts.map +1 -0
- package/dist/editor/document/types.js +1 -0
- package/dist/editor/document/validate.d.ts +11 -0
- package/dist/editor/document/validate.d.ts.map +1 -0
- package/dist/editor/document/validate.js +92 -0
- package/dist/editor/feature-flags.d.ts +11 -0
- package/dist/editor/feature-flags.d.ts.map +1 -0
- package/dist/editor/feature-flags.js +19 -0
- package/dist/editor/index.d.ts +28 -0
- package/dist/editor/index.d.ts.map +1 -0
- package/dist/editor/index.js +72 -0
- package/dist/editor/layout-content-loader.d.ts +13 -0
- package/dist/editor/layout-content-loader.d.ts.map +1 -0
- package/dist/editor/layout-content-loader.js +222 -0
- package/dist/editor/payaza-form/ActiveArrayFocusContext.d.ts +20 -0
- package/dist/editor/payaza-form/ActiveArrayFocusContext.d.ts.map +1 -0
- package/dist/editor/payaza-form/ActiveArrayFocusContext.js +31 -0
- package/dist/editor/payaza-form/ArrayItemManager.d.ts +19 -0
- package/dist/editor/payaza-form/ArrayItemManager.d.ts.map +1 -0
- package/dist/editor/payaza-form/ArrayItemManager.js +62 -0
- package/dist/editor/payaza-form/AssetSelectionContext.d.ts +17 -0
- package/dist/editor/payaza-form/AssetSelectionContext.d.ts.map +1 -0
- package/dist/editor/payaza-form/AssetSelectionContext.js +81 -0
- package/dist/editor/payaza-form/EditorCanvasPreview.d.ts +41 -0
- package/dist/editor/payaza-form/EditorCanvasPreview.d.ts.map +1 -0
- package/dist/editor/payaza-form/EditorCanvasPreview.js +56 -0
- package/dist/editor/payaza-form/EditorLayoutContext.d.ts +8 -0
- package/dist/editor/payaza-form/EditorLayoutContext.d.ts.map +1 -0
- package/dist/editor/payaza-form/EditorLayoutContext.js +6 -0
- package/dist/editor/payaza-form/FieldRenderer.d.ts +16 -0
- package/dist/editor/payaza-form/FieldRenderer.d.ts.map +1 -0
- package/dist/editor/payaza-form/FieldRenderer.js +192 -0
- package/dist/editor/payaza-form/IframePreviewMessageBridge.d.ts +29 -0
- package/dist/editor/payaza-form/IframePreviewMessageBridge.d.ts.map +1 -0
- package/dist/editor/payaza-form/IframePreviewMessageBridge.js +46 -0
- package/dist/editor/payaza-form/PayazaFormEditor.d.ts +12 -0
- package/dist/editor/payaza-form/PayazaFormEditor.d.ts.map +1 -0
- package/dist/editor/payaza-form/PayazaFormEditor.js +1226 -0
- package/dist/editor/payaza-form/PayazaFormEditorFullPage.d.ts +9 -0
- package/dist/editor/payaza-form/PayazaFormEditorFullPage.d.ts.map +1 -0
- package/dist/editor/payaza-form/PayazaFormEditorFullPage.js +6 -0
- package/dist/editor/payaza-form/SliderArrayEditor.d.ts +17 -0
- package/dist/editor/payaza-form/SliderArrayEditor.d.ts.map +1 -0
- package/dist/editor/payaza-form/SliderArrayEditor.js +96 -0
- package/dist/editor/payaza-form/components/ArrayField.d.ts +21 -0
- package/dist/editor/payaza-form/components/ArrayField.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/ArrayField.js +18 -0
- package/dist/editor/payaza-form/components/BlockStylesInspector.d.ts +9 -0
- package/dist/editor/payaza-form/components/BlockStylesInspector.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/BlockStylesInspector.js +150 -0
- package/dist/editor/payaza-form/components/BlocksField.d.ts +17 -0
- package/dist/editor/payaza-form/components/BlocksField.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/BlocksField.js +108 -0
- package/dist/editor/payaza-form/components/ButtonField.d.ts +15 -0
- package/dist/editor/payaza-form/components/ButtonField.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/ButtonField.js +17 -0
- package/dist/editor/payaza-form/components/CanvasGranularInspector.d.ts +16 -0
- package/dist/editor/payaza-form/components/CanvasGranularInspector.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/CanvasGranularInspector.js +32 -0
- package/dist/editor/payaza-form/components/FieldDensityContext.d.ts +10 -0
- package/dist/editor/payaza-form/components/FieldDensityContext.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/FieldDensityContext.js +13 -0
- package/dist/editor/payaza-form/components/IconField.d.ts +12 -0
- package/dist/editor/payaza-form/components/IconField.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/IconField.js +42 -0
- package/dist/editor/payaza-form/components/ImageField.d.ts +10 -0
- package/dist/editor/payaza-form/components/ImageField.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/ImageField.js +30 -0
- package/dist/editor/payaza-form/components/NumberField.d.ts +14 -0
- package/dist/editor/payaza-form/components/NumberField.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/NumberField.js +23 -0
- package/dist/editor/payaza-form/components/ObjectField.d.ts +11 -0
- package/dist/editor/payaza-form/components/ObjectField.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/ObjectField.js +7 -0
- package/dist/editor/payaza-form/components/RichTextField.d.ts +15 -0
- package/dist/editor/payaza-form/components/RichTextField.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/RichTextField.js +88 -0
- package/dist/editor/payaza-form/components/SectionField.d.ts +14 -0
- package/dist/editor/payaza-form/components/SectionField.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/SectionField.js +8 -0
- package/dist/editor/payaza-form/components/SectionSchemaInspector.d.ts +18 -0
- package/dist/editor/payaza-form/components/SectionSchemaInspector.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/SectionSchemaInspector.js +64 -0
- package/dist/editor/payaza-form/components/SegmentedControlField.d.ts +13 -0
- package/dist/editor/payaza-form/components/SegmentedControlField.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/SegmentedControlField.js +7 -0
- package/dist/editor/payaza-form/components/StarRatingField.d.ts +13 -0
- package/dist/editor/payaza-form/components/StarRatingField.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/StarRatingField.js +16 -0
- package/dist/editor/payaza-form/components/TextField.d.ts +13 -0
- package/dist/editor/payaza-form/components/TextField.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/TextField.js +12 -0
- package/dist/editor/payaza-form/components/TextareaField.d.ts +11 -0
- package/dist/editor/payaza-form/components/TextareaField.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/TextareaField.js +6 -0
- package/dist/editor/payaza-form/components/ToggleField.d.ts +12 -0
- package/dist/editor/payaza-form/components/ToggleField.d.ts.map +1 -0
- package/dist/editor/payaza-form/components/ToggleField.js +15 -0
- package/dist/editor/payaza-form/data-merger.d.ts +28 -0
- package/dist/editor/payaza-form/data-merger.d.ts.map +1 -0
- package/dist/editor/payaza-form/data-merger.js +878 -0
- package/dist/editor/payaza-form/data-transformer.d.ts +28 -0
- package/dist/editor/payaza-form/data-transformer.d.ts.map +1 -0
- package/dist/editor/payaza-form/data-transformer.js +304 -0
- package/dist/editor/payaza-form/engine.d.ts +72 -0
- package/dist/editor/payaza-form/engine.d.ts.map +1 -0
- package/dist/editor/payaza-form/engine.js +140 -0
- package/dist/editor/payaza-form/examples/custom-widgets.example.d.ts +8 -0
- package/dist/editor/payaza-form/examples/custom-widgets.example.d.ts.map +1 -0
- package/dist/editor/payaza-form/examples/custom-widgets.example.js +51 -0
- package/dist/editor/payaza-form/field-renderer-ref.d.ts +4 -0
- package/dist/editor/payaza-form/field-renderer-ref.d.ts.map +1 -0
- package/dist/editor/payaza-form/field-renderer-ref.js +16 -0
- package/dist/editor/payaza-form/index.d.ts +11 -0
- package/dist/editor/payaza-form/index.d.ts.map +1 -0
- package/dist/editor/payaza-form/index.js +8 -0
- package/dist/editor/payaza-form/layout-loader.d.ts +12 -0
- package/dist/editor/payaza-form/layout-loader.d.ts.map +1 -0
- package/dist/editor/payaza-form/layout-loader.js +43 -0
- package/dist/editor/payaza-form/payaza-style-sanitize.d.ts +14 -0
- package/dist/editor/payaza-form/payaza-style-sanitize.d.ts.map +1 -0
- package/dist/editor/payaza-form/payaza-style-sanitize.js +76 -0
- package/dist/editor/payaza-form/preview-message-handler.d.ts +18 -0
- package/dist/editor/payaza-form/preview-message-handler.d.ts.map +1 -0
- package/dist/editor/payaza-form/preview-message-handler.js +89 -0
- package/dist/editor/payaza-form/schema-bridge.d.ts +12 -0
- package/dist/editor/payaza-form/schema-bridge.d.ts.map +1 -0
- package/dist/editor/payaza-form/schema-bridge.js +90 -0
- package/dist/editor/payaza-form/widget-registry.d.ts +94 -0
- package/dist/editor/payaza-form/widget-registry.d.ts.map +1 -0
- package/dist/editor/payaza-form/widget-registry.js +107 -0
- package/dist/editor/shared/AIGenerateModal.d.ts +17 -0
- package/dist/editor/shared/AIGenerateModal.d.ts.map +1 -0
- package/dist/editor/shared/AIGenerateModal.js +59 -0
- package/dist/editor/shared/BlockOutlineTree.d.ts +14 -0
- package/dist/editor/shared/BlockOutlineTree.d.ts.map +1 -0
- package/dist/editor/shared/BlockOutlineTree.js +47 -0
- package/dist/editor/shared/EditorHeader.d.ts +61 -0
- package/dist/editor/shared/EditorHeader.d.ts.map +1 -0
- package/dist/editor/shared/EditorHeader.js +181 -0
- package/dist/editor/shared/EditorNavigator.d.ts +42 -0
- package/dist/editor/shared/EditorNavigator.d.ts.map +1 -0
- package/dist/editor/shared/EditorNavigator.js +44 -0
- package/dist/editor/shared/IframePreview.d.ts +36 -0
- package/dist/editor/shared/IframePreview.d.ts.map +1 -0
- package/dist/editor/shared/IframePreview.js +217 -0
- package/dist/editor/shared/InlineCanvasPreview.d.ts +36 -0
- package/dist/editor/shared/InlineCanvasPreview.d.ts.map +1 -0
- package/dist/editor/shared/InlineCanvasPreview.js +174 -0
- package/dist/editor/shared/LayoutRenderer.d.ts +11 -0
- package/dist/editor/shared/LayoutRenderer.d.ts.map +1 -0
- package/dist/editor/shared/LayoutRenderer.js +7 -0
- package/dist/editor/shared/PageTabs.d.ts +13 -0
- package/dist/editor/shared/PageTabs.d.ts.map +1 -0
- package/dist/editor/shared/PageTabs.js +6 -0
- package/dist/editor/shared/ResizableSidebar.d.ts +14 -0
- package/dist/editor/shared/ResizableSidebar.d.ts.map +1 -0
- package/dist/editor/shared/ResizableSidebar.js +45 -0
- package/dist/editor/shared/index.d.ts +8 -0
- package/dist/editor/shared/index.d.ts.map +1 -0
- package/dist/editor/shared/index.js +7 -0
- package/dist/editor/shared/preview-viewport.d.ts +9 -0
- package/dist/editor/shared/preview-viewport.d.ts.map +1 -0
- package/dist/editor/shared/preview-viewport.js +17 -0
- package/dist/editor/shared/useEditorChromeMetrics.d.ts +15 -0
- package/dist/editor/shared/useEditorChromeMetrics.d.ts.map +1 -0
- package/dist/editor/shared/useEditorChromeMetrics.js +52 -0
- package/dist/editor/types.d.ts +162 -0
- package/dist/editor/types.d.ts.map +1 -0
- package/dist/editor/types.js +1 -0
- package/dist/hooks/use-analytics.d.ts +15 -0
- package/dist/hooks/use-analytics.d.ts.map +1 -0
- package/dist/hooks/use-analytics.js +62 -0
- package/dist/hooks/use-api.d.ts +17 -0
- package/dist/hooks/use-api.d.ts.map +1 -0
- package/dist/hooks/use-api.js +53 -0
- package/dist/hooks/use-cart-api.d.ts +28 -0
- package/dist/hooks/use-cart-api.d.ts.map +1 -0
- package/dist/hooks/use-cart-api.js +116 -0
- package/dist/hooks/use-catalog-loader.d.ts +19 -0
- package/dist/hooks/use-catalog-loader.d.ts.map +1 -0
- package/dist/hooks/use-catalog-loader.js +107 -0
- package/dist/hooks/use-catalog-price-range.d.ts +17 -0
- package/dist/hooks/use-catalog-price-range.d.ts.map +1 -0
- package/dist/hooks/use-catalog-price-range.js +26 -0
- package/dist/hooks/use-checkout-fees.d.ts +16 -0
- package/dist/hooks/use-checkout-fees.d.ts.map +1 -0
- package/dist/hooks/use-checkout-fees.js +105 -0
- package/dist/hooks/use-content-ready.d.ts +17 -0
- package/dist/hooks/use-content-ready.d.ts.map +1 -0
- package/dist/hooks/use-content-ready.js +197 -0
- package/dist/hooks/use-debounce.d.ts +6 -0
- package/dist/hooks/use-debounce.d.ts.map +1 -0
- package/dist/hooks/use-debounce.js +17 -0
- package/dist/hooks/use-multi-store-checkout-fees.d.ts +25 -0
- package/dist/hooks/use-multi-store-checkout-fees.d.ts.map +1 -0
- package/dist/hooks/use-multi-store-checkout-fees.js +116 -0
- package/dist/hooks/use-navigation-loading.d.ts +4 -0
- package/dist/hooks/use-navigation-loading.d.ts.map +1 -0
- package/dist/hooks/use-navigation-loading.js +14 -0
- package/dist/hooks/use-payaza-checkout.d.ts +15 -0
- package/dist/hooks/use-payaza-checkout.d.ts.map +1 -0
- package/dist/hooks/use-payaza-checkout.js +123 -0
- package/dist/hooks/use-product-variation-selection.d.ts +26 -0
- package/dist/hooks/use-product-variation-selection.d.ts.map +1 -0
- package/dist/hooks/use-product-variation-selection.js +26 -0
- package/dist/hooks/use-products-api.d.ts +19 -0
- package/dist/hooks/use-products-api.d.ts.map +1 -0
- package/dist/hooks/use-products-api.js +84 -0
- package/dist/hooks/use-shipping-quote.d.ts +25 -0
- package/dist/hooks/use-shipping-quote.d.ts.map +1 -0
- package/dist/hooks/use-shipping-quote.js +80 -0
- package/dist/hooks/use-store-api.d.ts +12 -0
- package/dist/hooks/use-store-api.d.ts.map +1 -0
- package/dist/hooks/use-store-api.js +73 -0
- package/dist/hooks/usePreviewSlideSync.d.ts +5 -0
- package/dist/hooks/usePreviewSlideSync.d.ts.map +1 -0
- package/dist/hooks/usePreviewSlideSync.js +28 -0
- package/dist/index.d.ts +150 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +164 -0
- package/dist/json/booking-agenda.json +166 -0
- package/dist/json/booking.json +224 -0
- package/dist/json/clothing-minimal.json +203 -0
- package/dist/json/clothing.json +418 -0
- package/dist/json/electronics-grid.json +246 -0
- package/dist/json/electronics.json +303 -0
- package/dist/json/food-modern.json +191 -0
- package/dist/json/food.json +283 -0
- package/dist/json/json-map.d.ts +7 -0
- package/dist/json/json-map.d.ts.map +1 -0
- package/dist/json/json-map.js +36 -0
- package/dist/json/motivational-speaker.json +361 -0
- package/dist/layouts/booking/components/BookingHomePage.d.ts +7 -0
- package/dist/layouts/booking/components/BookingHomePage.d.ts.map +1 -0
- package/dist/layouts/booking/components/BookingHomePage.js +107 -0
- package/dist/layouts/booking/components/BookingMultilineHeading.d.ts +20 -0
- package/dist/layouts/booking/components/BookingMultilineHeading.d.ts.map +1 -0
- package/dist/layouts/booking/components/BookingMultilineHeading.js +32 -0
- package/dist/layouts/booking/components/BookingTestimonialCard.d.ts +10 -0
- package/dist/layouts/booking/components/BookingTestimonialCard.d.ts.map +1 -0
- package/dist/layouts/booking/components/BookingTestimonialCard.js +11 -0
- package/dist/layouts/booking/components/BookingTestimonialsEmptyState.d.ts +9 -0
- package/dist/layouts/booking/components/BookingTestimonialsEmptyState.d.ts.map +1 -0
- package/dist/layouts/booking/components/BookingTestimonialsEmptyState.js +19 -0
- package/dist/layouts/booking/components/booking-about-defaults.d.ts +26 -0
- package/dist/layouts/booking/components/booking-about-defaults.d.ts.map +1 -0
- package/dist/layouts/booking/components/booking-about-defaults.js +99 -0
- package/dist/layouts/booking/components/booking-footer-defaults.d.ts +19 -0
- package/dist/layouts/booking/components/booking-footer-defaults.d.ts.map +1 -0
- package/dist/layouts/booking/components/booking-footer-defaults.js +52 -0
- package/dist/layouts/booking/components/booking-testimonial-defaults.d.ts +21 -0
- package/dist/layouts/booking/components/booking-testimonial-defaults.d.ts.map +1 -0
- package/dist/layouts/booking/components/booking-testimonial-defaults.js +112 -0
- package/dist/layouts/booking/index.d.ts +9 -0
- package/dist/layouts/booking/index.d.ts.map +1 -0
- package/dist/layouts/booking/index.js +9 -0
- package/dist/layouts/booking/pages/AboutPage.d.ts +7 -0
- package/dist/layouts/booking/pages/AboutPage.d.ts.map +1 -0
- package/dist/layouts/booking/pages/AboutPage.js +69 -0
- package/dist/layouts/booking/pages/BookPage.d.ts +8 -0
- package/dist/layouts/booking/pages/BookPage.d.ts.map +1 -0
- package/dist/layouts/booking/pages/BookPage.js +482 -0
- package/dist/layouts/booking/pages/CategoriesPage.d.ts +7 -0
- package/dist/layouts/booking/pages/CategoriesPage.d.ts.map +1 -0
- package/dist/layouts/booking/pages/CategoriesPage.js +30 -0
- package/dist/layouts/booking/pages/CategoryPage.d.ts +8 -0
- package/dist/layouts/booking/pages/CategoryPage.d.ts.map +1 -0
- package/dist/layouts/booking/pages/CategoryPage.js +51 -0
- package/dist/layouts/booking/pages/ContactPage.d.ts +7 -0
- package/dist/layouts/booking/pages/ContactPage.d.ts.map +1 -0
- package/dist/layouts/booking/pages/ContactPage.js +59 -0
- package/dist/layouts/booking/pages/ProductDetailPage.d.ts +8 -0
- package/dist/layouts/booking/pages/ProductDetailPage.d.ts.map +1 -0
- package/dist/layouts/booking/pages/ProductDetailPage.js +433 -0
- package/dist/layouts/booking/pages/ServicesPage.d.ts +9 -0
- package/dist/layouts/booking/pages/ServicesPage.d.ts.map +1 -0
- package/dist/layouts/booking/pages/ServicesPage.js +54 -0
- package/dist/layouts/booking-agenda/components/BookingHomePageAgenda.d.ts +7 -0
- package/dist/layouts/booking-agenda/components/BookingHomePageAgenda.d.ts.map +1 -0
- package/dist/layouts/booking-agenda/components/BookingHomePageAgenda.js +283 -0
- package/dist/layouts/booking-agenda/index.d.ts +9 -0
- package/dist/layouts/booking-agenda/index.d.ts.map +1 -0
- package/dist/layouts/booking-agenda/index.js +9 -0
- package/dist/layouts/booking-agenda/pages/AboutPage.d.ts +7 -0
- package/dist/layouts/booking-agenda/pages/AboutPage.d.ts.map +1 -0
- package/dist/layouts/booking-agenda/pages/AboutPage.js +51 -0
- package/dist/layouts/booking-agenda/pages/BookPage.d.ts +8 -0
- package/dist/layouts/booking-agenda/pages/BookPage.d.ts.map +1 -0
- package/dist/layouts/booking-agenda/pages/BookPage.js +468 -0
- package/dist/layouts/booking-agenda/pages/CategoriesPage.d.ts +7 -0
- package/dist/layouts/booking-agenda/pages/CategoriesPage.d.ts.map +1 -0
- package/dist/layouts/booking-agenda/pages/CategoriesPage.js +23 -0
- package/dist/layouts/booking-agenda/pages/CategoryPage.d.ts +8 -0
- package/dist/layouts/booking-agenda/pages/CategoryPage.d.ts.map +1 -0
- package/dist/layouts/booking-agenda/pages/CategoryPage.js +48 -0
- package/dist/layouts/booking-agenda/pages/ContactPage.d.ts +7 -0
- package/dist/layouts/booking-agenda/pages/ContactPage.d.ts.map +1 -0
- package/dist/layouts/booking-agenda/pages/ContactPage.js +57 -0
- package/dist/layouts/booking-agenda/pages/ProductDetailPage.d.ts +8 -0
- package/dist/layouts/booking-agenda/pages/ProductDetailPage.d.ts.map +1 -0
- package/dist/layouts/booking-agenda/pages/ProductDetailPage.js +433 -0
- package/dist/layouts/booking-agenda/pages/ServicesPage.d.ts +9 -0
- package/dist/layouts/booking-agenda/pages/ServicesPage.d.ts.map +1 -0
- package/dist/layouts/booking-agenda/pages/ServicesPage.js +46 -0
- package/dist/layouts/clothing/components/ClothingHomePage.d.ts +7 -0
- package/dist/layouts/clothing/components/ClothingHomePage.d.ts.map +1 -0
- package/dist/layouts/clothing/components/ClothingHomePage.js +260 -0
- package/dist/layouts/clothing/index.d.ts +8 -0
- package/dist/layouts/clothing/index.d.ts.map +1 -0
- package/dist/layouts/clothing/index.js +8 -0
- package/dist/layouts/clothing/pages/AboutPage.d.ts +7 -0
- package/dist/layouts/clothing/pages/AboutPage.d.ts.map +1 -0
- package/dist/layouts/clothing/pages/AboutPage.js +55 -0
- package/dist/layouts/clothing/pages/CategoriesPage.d.ts +7 -0
- package/dist/layouts/clothing/pages/CategoriesPage.d.ts.map +1 -0
- package/dist/layouts/clothing/pages/CategoriesPage.js +34 -0
- package/dist/layouts/clothing/pages/CategoryPage.d.ts +8 -0
- package/dist/layouts/clothing/pages/CategoryPage.d.ts.map +1 -0
- package/dist/layouts/clothing/pages/CategoryPage.js +77 -0
- package/dist/layouts/clothing/pages/ContactPage.d.ts +7 -0
- package/dist/layouts/clothing/pages/ContactPage.d.ts.map +1 -0
- package/dist/layouts/clothing/pages/ContactPage.js +58 -0
- package/dist/layouts/clothing/pages/ProductDetailPage.d.ts +8 -0
- package/dist/layouts/clothing/pages/ProductDetailPage.d.ts.map +1 -0
- package/dist/layouts/clothing/pages/ProductDetailPage.js +393 -0
- package/dist/layouts/clothing/pages/ProductsPage.d.ts +7 -0
- package/dist/layouts/clothing/pages/ProductsPage.d.ts.map +1 -0
- package/dist/layouts/clothing/pages/ProductsPage.js +268 -0
- package/dist/layouts/clothing/payaza-bindings.d.ts +23 -0
- package/dist/layouts/clothing/payaza-bindings.d.ts.map +1 -0
- package/dist/layouts/clothing/payaza-bindings.js +17 -0
- package/dist/layouts/clothing/styles/clothing.css +80 -0
- package/dist/layouts/clothing-minimal/components/ClothingHomePageMinimal.d.ts +7 -0
- package/dist/layouts/clothing-minimal/components/ClothingHomePageMinimal.d.ts.map +1 -0
- package/dist/layouts/clothing-minimal/components/ClothingHomePageMinimal.js +163 -0
- package/dist/layouts/clothing-minimal/components/clothing-minimal-block-render.d.ts +40 -0
- package/dist/layouts/clothing-minimal/components/clothing-minimal-block-render.d.ts.map +1 -0
- package/dist/layouts/clothing-minimal/components/clothing-minimal-block-render.js +180 -0
- package/dist/layouts/clothing-minimal/index.d.ts +8 -0
- package/dist/layouts/clothing-minimal/index.d.ts.map +1 -0
- package/dist/layouts/clothing-minimal/index.js +8 -0
- package/dist/layouts/clothing-minimal/pages/AboutPage.d.ts +7 -0
- package/dist/layouts/clothing-minimal/pages/AboutPage.d.ts.map +1 -0
- package/dist/layouts/clothing-minimal/pages/AboutPage.js +71 -0
- package/dist/layouts/clothing-minimal/pages/CategoriesPage.d.ts +7 -0
- package/dist/layouts/clothing-minimal/pages/CategoriesPage.d.ts.map +1 -0
- package/dist/layouts/clothing-minimal/pages/CategoriesPage.js +35 -0
- package/dist/layouts/clothing-minimal/pages/CategoryPage.d.ts +8 -0
- package/dist/layouts/clothing-minimal/pages/CategoryPage.d.ts.map +1 -0
- package/dist/layouts/clothing-minimal/pages/CategoryPage.js +56 -0
- package/dist/layouts/clothing-minimal/pages/ContactPage.d.ts +7 -0
- package/dist/layouts/clothing-minimal/pages/ContactPage.d.ts.map +1 -0
- package/dist/layouts/clothing-minimal/pages/ContactPage.js +53 -0
- package/dist/layouts/clothing-minimal/pages/ProductDetailPage.d.ts +8 -0
- package/dist/layouts/clothing-minimal/pages/ProductDetailPage.d.ts.map +1 -0
- package/dist/layouts/clothing-minimal/pages/ProductDetailPage.js +432 -0
- package/dist/layouts/clothing-minimal/pages/ProductsPage.d.ts +7 -0
- package/dist/layouts/clothing-minimal/pages/ProductsPage.d.ts.map +1 -0
- package/dist/layouts/clothing-minimal/pages/ProductsPage.js +274 -0
- package/dist/layouts/electronics/components/ElectronicsCategoriesPage.d.ts +7 -0
- package/dist/layouts/electronics/components/ElectronicsCategoriesPage.d.ts.map +1 -0
- package/dist/layouts/electronics/components/ElectronicsCategoriesPage.js +40 -0
- package/dist/layouts/electronics/components/ElectronicsGridProductCard.d.ts +10 -0
- package/dist/layouts/electronics/components/ElectronicsGridProductCard.d.ts.map +1 -0
- package/dist/layouts/electronics/components/ElectronicsGridProductCard.js +107 -0
- package/dist/layouts/electronics/components/ElectronicsHomePage.d.ts +7 -0
- package/dist/layouts/electronics/components/ElectronicsHomePage.d.ts.map +1 -0
- package/dist/layouts/electronics/components/ElectronicsHomePage.js +96 -0
- package/dist/layouts/electronics/components/ElectronicsPageWrapper.d.ts +8 -0
- package/dist/layouts/electronics/components/ElectronicsPageWrapper.d.ts.map +1 -0
- package/dist/layouts/electronics/components/ElectronicsPageWrapper.js +10 -0
- package/dist/layouts/electronics/components/ElectronicsProductsPage.d.ts +7 -0
- package/dist/layouts/electronics/components/ElectronicsProductsPage.d.ts.map +1 -0
- package/dist/layouts/electronics/components/ElectronicsProductsPage.js +99 -0
- package/dist/layouts/electronics/components/ElectronicsStoreFooter.d.ts +7 -0
- package/dist/layouts/electronics/components/ElectronicsStoreFooter.d.ts.map +1 -0
- package/dist/layouts/electronics/components/ElectronicsStoreFooter.js +11 -0
- package/dist/layouts/electronics/components/ElectronicsStoreHeader.d.ts +7 -0
- package/dist/layouts/electronics/components/ElectronicsStoreHeader.d.ts.map +1 -0
- package/dist/layouts/electronics/components/ElectronicsStoreHeader.js +39 -0
- package/dist/layouts/electronics/index.d.ts +19 -0
- package/dist/layouts/electronics/index.d.ts.map +1 -0
- package/dist/layouts/electronics/index.js +19 -0
- package/dist/layouts/electronics/pages/AboutPage.d.ts +7 -0
- package/dist/layouts/electronics/pages/AboutPage.d.ts.map +1 -0
- package/dist/layouts/electronics/pages/AboutPage.js +51 -0
- package/dist/layouts/electronics/pages/CategoriesPage.d.ts +7 -0
- package/dist/layouts/electronics/pages/CategoriesPage.d.ts.map +1 -0
- package/dist/layouts/electronics/pages/CategoriesPage.js +6 -0
- package/dist/layouts/electronics/pages/CategoryPage.d.ts +8 -0
- package/dist/layouts/electronics/pages/CategoryPage.d.ts.map +1 -0
- package/dist/layouts/electronics/pages/CategoryPage.js +55 -0
- package/dist/layouts/electronics/pages/ContactPage.d.ts +7 -0
- package/dist/layouts/electronics/pages/ContactPage.d.ts.map +1 -0
- package/dist/layouts/electronics/pages/ContactPage.js +57 -0
- package/dist/layouts/electronics/pages/HelpCenterPage.d.ts +7 -0
- package/dist/layouts/electronics/pages/HelpCenterPage.d.ts.map +1 -0
- package/dist/layouts/electronics/pages/HelpCenterPage.js +55 -0
- package/dist/layouts/electronics/pages/PrivacyPolicyPage.d.ts +7 -0
- package/dist/layouts/electronics/pages/PrivacyPolicyPage.d.ts.map +1 -0
- package/dist/layouts/electronics/pages/PrivacyPolicyPage.js +9 -0
- package/dist/layouts/electronics/pages/ProductDetailPage.d.ts +8 -0
- package/dist/layouts/electronics/pages/ProductDetailPage.d.ts.map +1 -0
- package/dist/layouts/electronics/pages/ProductDetailPage.js +430 -0
- package/dist/layouts/electronics/pages/ProductsPage.d.ts +7 -0
- package/dist/layouts/electronics/pages/ProductsPage.d.ts.map +1 -0
- package/dist/layouts/electronics/pages/ProductsPage.js +273 -0
- package/dist/layouts/electronics/pages/ShippingReturnsPage.d.ts +7 -0
- package/dist/layouts/electronics/pages/ShippingReturnsPage.d.ts.map +1 -0
- package/dist/layouts/electronics/pages/ShippingReturnsPage.js +7 -0
- package/dist/layouts/electronics/pages/TermsPage.d.ts +7 -0
- package/dist/layouts/electronics/pages/TermsPage.d.ts.map +1 -0
- package/dist/layouts/electronics/pages/TermsPage.js +9 -0
- package/dist/layouts/electronics/pages/TrackOrderPage.d.ts +7 -0
- package/dist/layouts/electronics/pages/TrackOrderPage.d.ts.map +1 -0
- package/dist/layouts/electronics/pages/TrackOrderPage.js +376 -0
- package/dist/layouts/electronics-grid/components/ElectronicsGridProductCard.d.ts +10 -0
- package/dist/layouts/electronics-grid/components/ElectronicsGridProductCard.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/components/ElectronicsGridProductCard.js +107 -0
- package/dist/layouts/electronics-grid/components/ElectronicsHomePageGrid.d.ts +7 -0
- package/dist/layouts/electronics-grid/components/ElectronicsHomePageGrid.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/components/ElectronicsHomePageGrid.js +111 -0
- package/dist/layouts/electronics-grid/index.d.ts +15 -0
- package/dist/layouts/electronics-grid/index.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/index.js +15 -0
- package/dist/layouts/electronics-grid/pages/AboutPage.d.ts +7 -0
- package/dist/layouts/electronics-grid/pages/AboutPage.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/pages/AboutPage.js +51 -0
- package/dist/layouts/electronics-grid/pages/CategoriesPage.d.ts +7 -0
- package/dist/layouts/electronics-grid/pages/CategoriesPage.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/pages/CategoriesPage.js +6 -0
- package/dist/layouts/electronics-grid/pages/CategoryPage.d.ts +8 -0
- package/dist/layouts/electronics-grid/pages/CategoryPage.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/pages/CategoryPage.js +55 -0
- package/dist/layouts/electronics-grid/pages/ContactPage.d.ts +7 -0
- package/dist/layouts/electronics-grid/pages/ContactPage.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/pages/ContactPage.js +57 -0
- package/dist/layouts/electronics-grid/pages/ElectronicsGridCategoriesPage.d.ts +7 -0
- package/dist/layouts/electronics-grid/pages/ElectronicsGridCategoriesPage.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/pages/ElectronicsGridCategoriesPage.js +26 -0
- package/dist/layouts/electronics-grid/pages/HelpCenterPage.d.ts +7 -0
- package/dist/layouts/electronics-grid/pages/HelpCenterPage.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/pages/HelpCenterPage.js +55 -0
- package/dist/layouts/electronics-grid/pages/PrivacyPolicyPage.d.ts +7 -0
- package/dist/layouts/electronics-grid/pages/PrivacyPolicyPage.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/pages/PrivacyPolicyPage.js +9 -0
- package/dist/layouts/electronics-grid/pages/ProductDetailPage.d.ts +8 -0
- package/dist/layouts/electronics-grid/pages/ProductDetailPage.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/pages/ProductDetailPage.js +430 -0
- package/dist/layouts/electronics-grid/pages/ProductsPage.d.ts +7 -0
- package/dist/layouts/electronics-grid/pages/ProductsPage.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/pages/ProductsPage.js +273 -0
- package/dist/layouts/electronics-grid/pages/ShippingReturnsPage.d.ts +7 -0
- package/dist/layouts/electronics-grid/pages/ShippingReturnsPage.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/pages/ShippingReturnsPage.js +7 -0
- package/dist/layouts/electronics-grid/pages/TermsPage.d.ts +7 -0
- package/dist/layouts/electronics-grid/pages/TermsPage.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/pages/TermsPage.js +9 -0
- package/dist/layouts/electronics-grid/pages/TrackOrderPage.d.ts +7 -0
- package/dist/layouts/electronics-grid/pages/TrackOrderPage.d.ts.map +1 -0
- package/dist/layouts/electronics-grid/pages/TrackOrderPage.js +376 -0
- package/dist/layouts/food/components/FoodHomePage.d.ts +7 -0
- package/dist/layouts/food/components/FoodHomePage.d.ts.map +1 -0
- package/dist/layouts/food/components/FoodHomePage.js +387 -0
- package/dist/layouts/food/index.d.ts +9 -0
- package/dist/layouts/food/index.d.ts.map +1 -0
- package/dist/layouts/food/index.js +9 -0
- package/dist/layouts/food/pages/AboutPage.d.ts +7 -0
- package/dist/layouts/food/pages/AboutPage.d.ts.map +1 -0
- package/dist/layouts/food/pages/AboutPage.js +67 -0
- package/dist/layouts/food/pages/CategoriesPage.d.ts +7 -0
- package/dist/layouts/food/pages/CategoriesPage.d.ts.map +1 -0
- package/dist/layouts/food/pages/CategoriesPage.js +26 -0
- package/dist/layouts/food/pages/CategoryPage.d.ts +8 -0
- package/dist/layouts/food/pages/CategoryPage.d.ts.map +1 -0
- package/dist/layouts/food/pages/CategoryPage.js +65 -0
- package/dist/layouts/food/pages/ContactPage.d.ts +7 -0
- package/dist/layouts/food/pages/ContactPage.d.ts.map +1 -0
- package/dist/layouts/food/pages/ContactPage.js +55 -0
- package/dist/layouts/food/pages/MenuPage.d.ts +8 -0
- package/dist/layouts/food/pages/MenuPage.d.ts.map +1 -0
- package/dist/layouts/food/pages/MenuPage.js +107 -0
- package/dist/layouts/food/pages/ProductDetailPage.d.ts +8 -0
- package/dist/layouts/food/pages/ProductDetailPage.d.ts.map +1 -0
- package/dist/layouts/food/pages/ProductDetailPage.js +485 -0
- package/dist/layouts/food/pages/ProductsPage.d.ts +7 -0
- package/dist/layouts/food/pages/ProductsPage.d.ts.map +1 -0
- package/dist/layouts/food/pages/ProductsPage.js +174 -0
- package/dist/layouts/food-modern/components/FoodHomePageModern.d.ts +7 -0
- package/dist/layouts/food-modern/components/FoodHomePageModern.d.ts.map +1 -0
- package/dist/layouts/food-modern/components/FoodHomePageModern.js +101 -0
- package/dist/layouts/food-modern/index.d.ts +9 -0
- package/dist/layouts/food-modern/index.d.ts.map +1 -0
- package/dist/layouts/food-modern/index.js +9 -0
- package/dist/layouts/food-modern/pages/AboutPage.d.ts +7 -0
- package/dist/layouts/food-modern/pages/AboutPage.d.ts.map +1 -0
- package/dist/layouts/food-modern/pages/AboutPage.js +52 -0
- package/dist/layouts/food-modern/pages/CategoriesPage.d.ts +7 -0
- package/dist/layouts/food-modern/pages/CategoriesPage.d.ts.map +1 -0
- package/dist/layouts/food-modern/pages/CategoriesPage.js +23 -0
- package/dist/layouts/food-modern/pages/CategoryPage.d.ts +8 -0
- package/dist/layouts/food-modern/pages/CategoryPage.d.ts.map +1 -0
- package/dist/layouts/food-modern/pages/CategoryPage.js +64 -0
- package/dist/layouts/food-modern/pages/ContactPage.d.ts +7 -0
- package/dist/layouts/food-modern/pages/ContactPage.d.ts.map +1 -0
- package/dist/layouts/food-modern/pages/ContactPage.js +55 -0
- package/dist/layouts/food-modern/pages/MenuPage.d.ts +8 -0
- package/dist/layouts/food-modern/pages/MenuPage.d.ts.map +1 -0
- package/dist/layouts/food-modern/pages/MenuPage.js +110 -0
- package/dist/layouts/food-modern/pages/ProductDetailPage.d.ts +8 -0
- package/dist/layouts/food-modern/pages/ProductDetailPage.d.ts.map +1 -0
- package/dist/layouts/food-modern/pages/ProductDetailPage.js +427 -0
- package/dist/layouts/food-modern/pages/ProductsPage.d.ts +7 -0
- package/dist/layouts/food-modern/pages/ProductsPage.d.ts.map +1 -0
- package/dist/layouts/food-modern/pages/ProductsPage.js +175 -0
- package/dist/layouts/motivational-speaker/components/MotivationalHomePage.d.ts +7 -0
- package/dist/layouts/motivational-speaker/components/MotivationalHomePage.d.ts.map +1 -0
- package/dist/layouts/motivational-speaker/components/MotivationalHomePage.js +131 -0
- package/dist/layouts/motivational-speaker/components/MotivationalSpeakerPageWrapper.d.ts +3 -0
- package/dist/layouts/motivational-speaker/components/MotivationalSpeakerPageWrapper.d.ts.map +1 -0
- package/dist/layouts/motivational-speaker/components/MotivationalSpeakerPageWrapper.js +7 -0
- package/dist/layouts/motivational-speaker/index.d.ts +10 -0
- package/dist/layouts/motivational-speaker/index.d.ts.map +1 -0
- package/dist/layouts/motivational-speaker/index.js +10 -0
- package/dist/layouts/motivational-speaker/pages/AboutPage.d.ts +7 -0
- package/dist/layouts/motivational-speaker/pages/AboutPage.d.ts.map +1 -0
- package/dist/layouts/motivational-speaker/pages/AboutPage.js +51 -0
- package/dist/layouts/motivational-speaker/pages/CategoryPage.d.ts +8 -0
- package/dist/layouts/motivational-speaker/pages/CategoryPage.d.ts.map +1 -0
- package/dist/layouts/motivational-speaker/pages/CategoryPage.js +72 -0
- package/dist/layouts/motivational-speaker/pages/ContactPage.d.ts +7 -0
- package/dist/layouts/motivational-speaker/pages/ContactPage.d.ts.map +1 -0
- package/dist/layouts/motivational-speaker/pages/ContactPage.js +57 -0
- package/dist/layouts/motivational-speaker/pages/ProductsPage.d.ts +7 -0
- package/dist/layouts/motivational-speaker/pages/ProductsPage.d.ts.map +1 -0
- package/dist/layouts/motivational-speaker/pages/ProductsPage.js +273 -0
- package/dist/layouts/motivational-speaker/pages/ServiceDetailPage.d.ts +8 -0
- package/dist/layouts/motivational-speaker/pages/ServiceDetailPage.d.ts.map +1 -0
- package/dist/layouts/motivational-speaker/pages/ServiceDetailPage.js +153 -0
- package/dist/layouts/motivational-speaker/pages/ServicesPage.d.ts +9 -0
- package/dist/layouts/motivational-speaker/pages/ServicesPage.d.ts.map +1 -0
- package/dist/layouts/motivational-speaker/pages/ServicesPage.js +46 -0
- package/dist/layouts/motivational-speaker/pages/SubscriptionPage.d.ts +7 -0
- package/dist/layouts/motivational-speaker/pages/SubscriptionPage.d.ts.map +1 -0
- package/dist/layouts/motivational-speaker/pages/SubscriptionPage.js +137 -0
- package/dist/layouts/shared/components/BaseStoreLayout.d.ts +8 -0
- package/dist/layouts/shared/components/BaseStoreLayout.d.ts.map +1 -0
- package/dist/layouts/shared/components/BaseStoreLayout.js +49 -0
- package/dist/layouts/shared/components/CartLineQuantityControl.d.ts +12 -0
- package/dist/layouts/shared/components/CartLineQuantityControl.d.ts.map +1 -0
- package/dist/layouts/shared/components/CartLineQuantityControl.js +99 -0
- package/dist/layouts/shared/components/GenericPageWrapper.d.ts +8 -0
- package/dist/layouts/shared/components/GenericPageWrapper.d.ts.map +1 -0
- package/dist/layouts/shared/components/GenericPageWrapper.js +24 -0
- package/dist/layouts/shared/components/PromoBanner.d.ts +12 -0
- package/dist/layouts/shared/components/PromoBanner.d.ts.map +1 -0
- package/dist/layouts/shared/components/PromoBanner.js +17 -0
- package/dist/layouts/shared/components/StoreFooter.d.ts +7 -0
- package/dist/layouts/shared/components/StoreFooter.d.ts.map +1 -0
- package/dist/layouts/shared/components/StoreFooter.js +156 -0
- package/dist/layouts/shared/components/StoreHeader.d.ts +8 -0
- package/dist/layouts/shared/components/StoreHeader.d.ts.map +1 -0
- package/dist/layouts/shared/components/StoreHeader.js +111 -0
- package/dist/layouts/shared/components/TestimonialCard.d.ts +8 -0
- package/dist/layouts/shared/components/TestimonialCard.d.ts.map +1 -0
- package/dist/layouts/shared/components/TestimonialCard.js +10 -0
- package/dist/layouts/shared/components/headers/BookingAgendaSidebar.d.ts +8 -0
- package/dist/layouts/shared/components/headers/BookingAgendaSidebar.d.ts.map +1 -0
- package/dist/layouts/shared/components/headers/BookingAgendaSidebar.js +16 -0
- package/dist/layouts/shared/components/headers/ClothingMinimalHeader.d.ts +7 -0
- package/dist/layouts/shared/components/headers/ClothingMinimalHeader.d.ts.map +1 -0
- package/dist/layouts/shared/components/headers/ClothingMinimalHeader.js +38 -0
- package/dist/layouts/shared/components/headers/FoodModernHeader.d.ts +7 -0
- package/dist/layouts/shared/components/headers/FoodModernHeader.d.ts.map +1 -0
- package/dist/layouts/shared/components/headers/FoodModernHeader.js +61 -0
- package/dist/layouts/shared/index.d.ts +23 -0
- package/dist/layouts/shared/index.d.ts.map +1 -0
- package/dist/layouts/shared/index.js +23 -0
- package/dist/layouts/shared/pages/AccountPage.d.ts +7 -0
- package/dist/layouts/shared/pages/AccountPage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/AccountPage.js +549 -0
- package/dist/layouts/shared/pages/CartPage.d.ts +7 -0
- package/dist/layouts/shared/pages/CartPage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/CartPage.js +121 -0
- package/dist/layouts/shared/pages/CheckoutPage.d.ts +7 -0
- package/dist/layouts/shared/pages/CheckoutPage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/CheckoutPage.js +1430 -0
- package/dist/layouts/shared/pages/CookiePolicyPage.d.ts +7 -0
- package/dist/layouts/shared/pages/CookiePolicyPage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/CookiePolicyPage.js +9 -0
- package/dist/layouts/shared/pages/FeatureDisabledPage.d.ts +9 -0
- package/dist/layouts/shared/pages/FeatureDisabledPage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/FeatureDisabledPage.js +8 -0
- package/dist/layouts/shared/pages/HelpCenterPage.d.ts +7 -0
- package/dist/layouts/shared/pages/HelpCenterPage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/HelpCenterPage.js +55 -0
- package/dist/layouts/shared/pages/MaintenancePage.d.ts +7 -0
- package/dist/layouts/shared/pages/MaintenancePage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/MaintenancePage.js +10 -0
- package/dist/layouts/shared/pages/PortfolioPage.d.ts +7 -0
- package/dist/layouts/shared/pages/PortfolioPage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/PortfolioPage.js +130 -0
- package/dist/layouts/shared/pages/PrivacyPolicyPage.d.ts +7 -0
- package/dist/layouts/shared/pages/PrivacyPolicyPage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/PrivacyPolicyPage.js +9 -0
- package/dist/layouts/shared/pages/ShippingReturnsPage.d.ts +7 -0
- package/dist/layouts/shared/pages/ShippingReturnsPage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/ShippingReturnsPage.js +7 -0
- package/dist/layouts/shared/pages/SizeGuidePage.d.ts +7 -0
- package/dist/layouts/shared/pages/SizeGuidePage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/SizeGuidePage.js +10 -0
- package/dist/layouts/shared/pages/StyleGuidePage.d.ts +7 -0
- package/dist/layouts/shared/pages/StyleGuidePage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/StyleGuidePage.js +126 -0
- package/dist/layouts/shared/pages/TeamPage.d.ts +7 -0
- package/dist/layouts/shared/pages/TeamPage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/TeamPage.js +39 -0
- package/dist/layouts/shared/pages/TermsPage.d.ts +7 -0
- package/dist/layouts/shared/pages/TermsPage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/TermsPage.js +9 -0
- package/dist/layouts/shared/pages/TrackOrderPage.d.ts +7 -0
- package/dist/layouts/shared/pages/TrackOrderPage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/TrackOrderPage.js +379 -0
- package/dist/layouts/shared/pages/WishlistPage.d.ts +7 -0
- package/dist/layouts/shared/pages/WishlistPage.d.ts.map +1 -0
- package/dist/layouts/shared/pages/WishlistPage.js +144 -0
- package/dist/layouts/shared/wrappers/BookingAgendaLayout.d.ts +14 -0
- package/dist/layouts/shared/wrappers/BookingAgendaLayout.d.ts.map +1 -0
- package/dist/layouts/shared/wrappers/BookingAgendaLayout.js +152 -0
- package/dist/layouts/shared/wrappers/ClothingLayout.d.ts +10 -0
- package/dist/layouts/shared/wrappers/ClothingLayout.d.ts.map +1 -0
- package/dist/layouts/shared/wrappers/ClothingLayout.js +44 -0
- package/dist/layouts/shared/wrappers/ClothingMinimalLayout.d.ts +8 -0
- package/dist/layouts/shared/wrappers/ClothingMinimalLayout.d.ts.map +1 -0
- package/dist/layouts/shared/wrappers/ClothingMinimalLayout.js +48 -0
- package/dist/layouts/shared/wrappers/ElectronicsLayout.d.ts +8 -0
- package/dist/layouts/shared/wrappers/ElectronicsLayout.d.ts.map +1 -0
- package/dist/layouts/shared/wrappers/ElectronicsLayout.js +40 -0
- package/dist/layouts/shared/wrappers/FoodModernLayout.d.ts +8 -0
- package/dist/layouts/shared/wrappers/FoodModernLayout.d.ts.map +1 -0
- package/dist/layouts/shared/wrappers/FoodModernLayout.js +48 -0
- package/dist/layouts/shared/wrappers/MotivationalLayout.d.ts +8 -0
- package/dist/layouts/shared/wrappers/MotivationalLayout.d.ts.map +1 -0
- package/dist/layouts/shared/wrappers/MotivationalLayout.js +51 -0
- package/dist/layouts/shared/wrappers/StandardLayout.d.ts +8 -0
- package/dist/layouts/shared/wrappers/StandardLayout.d.ts.map +1 -0
- package/dist/layouts/shared/wrappers/StandardLayout.js +45 -0
- package/dist/lib/alignment-schemas.d.ts +51 -0
- package/dist/lib/alignment-schemas.d.ts.map +1 -0
- package/dist/lib/alignment-schemas.js +637 -0
- package/dist/lib/api.d.ts +11 -0
- package/dist/lib/api.d.ts.map +1 -0
- package/dist/lib/api.js +167 -0
- package/dist/lib/auth-context.d.ts +49 -0
- package/dist/lib/auth-context.d.ts.map +1 -0
- package/dist/lib/auth-context.js +296 -0
- package/dist/lib/checkout-availability.d.ts +10 -0
- package/dist/lib/checkout-availability.d.ts.map +1 -0
- package/dist/lib/checkout-availability.js +16 -0
- package/dist/lib/compact-array-items.d.ts +7 -0
- package/dist/lib/compact-array-items.d.ts.map +1 -0
- package/dist/lib/compact-array-items.js +13 -0
- package/dist/lib/content-selectors.d.ts +21 -0
- package/dist/lib/content-selectors.d.ts.map +1 -0
- package/dist/lib/content-selectors.js +75 -0
- package/dist/lib/countries.d.ts +13 -0
- package/dist/lib/countries.d.ts.map +1 -0
- package/dist/lib/countries.js +292 -0
- package/dist/lib/currency-symbols.d.ts +36 -0
- package/dist/lib/currency-symbols.d.ts.map +1 -0
- package/dist/lib/currency-symbols.js +153 -0
- package/dist/lib/guest-user.d.ts +27 -0
- package/dist/lib/guest-user.d.ts.map +1 -0
- package/dist/lib/guest-user.js +71 -0
- package/dist/lib/inventory-utils.d.ts +41 -0
- package/dist/lib/inventory-utils.d.ts.map +1 -0
- package/dist/lib/inventory-utils.js +180 -0
- package/dist/lib/layout-badges.d.ts +4 -0
- package/dist/lib/layout-badges.d.ts.map +1 -0
- package/dist/lib/layout-badges.js +5 -0
- package/dist/lib/layout-config-hydration.d.ts +25 -0
- package/dist/lib/layout-config-hydration.d.ts.map +1 -0
- package/dist/lib/layout-config-hydration.js +264 -0
- package/dist/lib/layout-field-normalize.d.ts +18 -0
- package/dist/lib/layout-field-normalize.d.ts.map +1 -0
- package/dist/lib/layout-field-normalize.js +190 -0
- package/dist/lib/layout-route-utils.d.ts +30 -0
- package/dist/lib/layout-route-utils.d.ts.map +1 -0
- package/dist/lib/layout-route-utils.js +79 -0
- package/dist/lib/limited-time-offer.d.ts +6 -0
- package/dist/lib/limited-time-offer.d.ts.map +1 -0
- package/dist/lib/limited-time-offer.js +24 -0
- package/dist/lib/loading-context.d.ts +20 -0
- package/dist/lib/loading-context.d.ts.map +1 -0
- package/dist/lib/loading-context.js +212 -0
- package/dist/lib/mock-stores.d.ts +24 -0
- package/dist/lib/mock-stores.d.ts.map +1 -0
- package/dist/lib/mock-stores.js +2106 -0
- package/dist/lib/order-success-cart.d.ts +5 -0
- package/dist/lib/order-success-cart.d.ts.map +1 -0
- package/dist/lib/order-success-cart.js +50 -0
- package/dist/lib/payaza-checkout.d.ts +147 -0
- package/dist/lib/payaza-checkout.d.ts.map +1 -0
- package/dist/lib/payaza-checkout.js +717 -0
- package/dist/lib/payaza-section-styles.d.ts +16 -0
- package/dist/lib/payaza-section-styles.d.ts.map +1 -0
- package/dist/lib/payaza-section-styles.js +93 -0
- package/dist/lib/preview-data.d.ts +58 -0
- package/dist/lib/preview-data.d.ts.map +1 -0
- package/dist/lib/preview-data.js +2576 -0
- package/dist/lib/product-variation-utils.d.ts +8 -0
- package/dist/lib/product-variation-utils.d.ts.map +1 -0
- package/dist/lib/product-variation-utils.js +101 -0
- package/dist/lib/rich-html.d.ts +38 -0
- package/dist/lib/rich-html.d.ts.map +1 -0
- package/dist/lib/rich-html.js +272 -0
- package/dist/lib/services/analytics.service.d.ts +59 -0
- package/dist/lib/services/analytics.service.d.ts.map +1 -0
- package/dist/lib/services/analytics.service.js +382 -0
- package/dist/lib/services/auth.service.d.ts +63 -0
- package/dist/lib/services/auth.service.d.ts.map +1 -0
- package/dist/lib/services/auth.service.js +101 -0
- package/dist/lib/services/booking.service.d.ts +53 -0
- package/dist/lib/services/booking.service.d.ts.map +1 -0
- package/dist/lib/services/booking.service.js +52 -0
- package/dist/lib/services/category.service.d.ts +21 -0
- package/dist/lib/services/category.service.d.ts.map +1 -0
- package/dist/lib/services/category.service.js +41 -0
- package/dist/lib/services/checkout.service.d.ts +168 -0
- package/dist/lib/services/checkout.service.d.ts.map +1 -0
- package/dist/lib/services/checkout.service.js +48 -0
- package/dist/lib/services/contact.service.d.ts +26 -0
- package/dist/lib/services/contact.service.d.ts.map +1 -0
- package/dist/lib/services/contact.service.js +23 -0
- package/dist/lib/services/customer.service.d.ts +54 -0
- package/dist/lib/services/customer.service.d.ts.map +1 -0
- package/dist/lib/services/customer.service.js +64 -0
- package/dist/lib/services/fees.service.d.ts +85 -0
- package/dist/lib/services/fees.service.d.ts.map +1 -0
- package/dist/lib/services/fees.service.js +147 -0
- package/dist/lib/services/index.d.ts +19 -0
- package/dist/lib/services/index.d.ts.map +1 -0
- package/dist/lib/services/index.js +18 -0
- package/dist/lib/services/location.service.d.ts +31 -0
- package/dist/lib/services/location.service.d.ts.map +1 -0
- package/dist/lib/services/location.service.js +25 -0
- package/dist/lib/services/order.service.d.ts +5 -0
- package/dist/lib/services/order.service.d.ts.map +1 -0
- package/dist/lib/services/order.service.js +12 -0
- package/dist/lib/services/payment.service.d.ts +56 -0
- package/dist/lib/services/payment.service.d.ts.map +1 -0
- package/dist/lib/services/payment.service.js +122 -0
- package/dist/lib/services/product.service.d.ts +92 -0
- package/dist/lib/services/product.service.d.ts.map +1 -0
- package/dist/lib/services/product.service.js +86 -0
- package/dist/lib/services/promo.service.d.ts +31 -0
- package/dist/lib/services/promo.service.d.ts.map +1 -0
- package/dist/lib/services/promo.service.js +29 -0
- package/dist/lib/services/review.service.d.ts +47 -0
- package/dist/lib/services/review.service.d.ts.map +1 -0
- package/dist/lib/services/review.service.js +54 -0
- package/dist/lib/services/service.service.d.ts +55 -0
- package/dist/lib/services/service.service.d.ts.map +1 -0
- package/dist/lib/services/service.service.js +37 -0
- package/dist/lib/services/shipping.service.d.ts +62 -0
- package/dist/lib/services/shipping.service.d.ts.map +1 -0
- package/dist/lib/services/shipping.service.js +39 -0
- package/dist/lib/services/store.service.d.ts +89 -0
- package/dist/lib/services/store.service.d.ts.map +1 -0
- package/dist/lib/services/store.service.js +41 -0
- package/dist/lib/shipping-address.util.d.ts +76 -0
- package/dist/lib/shipping-address.util.d.ts.map +1 -0
- package/dist/lib/shipping-address.util.js +149 -0
- package/dist/lib/shipping-settings.util.d.ts +4 -0
- package/dist/lib/shipping-settings.util.d.ts.map +1 -0
- package/dist/lib/shipping-settings.util.js +6 -0
- package/dist/lib/store-config-utils.d.ts +50 -0
- package/dist/lib/store-config-utils.d.ts.map +1 -0
- package/dist/lib/store-config-utils.js +1713 -0
- package/dist/lib/store-config.d.ts +4 -0
- package/dist/lib/store-config.d.ts.map +1 -0
- package/dist/lib/store-config.js +4 -0
- package/dist/lib/store-context.d.ts +69 -0
- package/dist/lib/store-context.d.ts.map +1 -0
- package/dist/lib/store-context.js +456 -0
- package/dist/lib/store-types.d.ts +921 -0
- package/dist/lib/store-types.d.ts.map +1 -0
- package/dist/lib/store-types.js +1 -0
- package/dist/lib/template-pages.d.ts +8 -0
- package/dist/lib/template-pages.d.ts.map +1 -0
- package/dist/lib/template-pages.js +62 -0
- package/dist/lib/utils/asset-helpers.d.ts +111 -0
- package/dist/lib/utils/asset-helpers.d.ts.map +1 -0
- package/dist/lib/utils/asset-helpers.js +462 -0
- package/dist/lib/utils/catalog-price-bounds.d.ts +13 -0
- package/dist/lib/utils/catalog-price-bounds.d.ts.map +1 -0
- package/dist/lib/utils/catalog-price-bounds.js +24 -0
- package/dist/lib/utils/category-tree.d.ts +25 -0
- package/dist/lib/utils/category-tree.d.ts.map +1 -0
- package/dist/lib/utils/category-tree.js +85 -0
- package/dist/lib/utils/demo-detection.d.ts +23 -0
- package/dist/lib/utils/demo-detection.d.ts.map +1 -0
- package/dist/lib/utils/demo-detection.js +36 -0
- package/dist/lib/utils/editor-preview.d.ts +42 -0
- package/dist/lib/utils/editor-preview.d.ts.map +1 -0
- package/dist/lib/utils/editor-preview.js +214 -0
- package/dist/lib/utils/fee-calculations.d.ts +35 -0
- package/dist/lib/utils/fee-calculations.d.ts.map +1 -0
- package/dist/lib/utils/fee-calculations.js +81 -0
- package/dist/lib/utils/footer-nav-defaults.d.ts +11 -0
- package/dist/lib/utils/footer-nav-defaults.d.ts.map +1 -0
- package/dist/lib/utils/footer-nav-defaults.js +67 -0
- package/dist/lib/utils/idempotency-key.d.ts +15 -0
- package/dist/lib/utils/idempotency-key.d.ts.map +1 -0
- package/dist/lib/utils/idempotency-key.js +22 -0
- package/dist/lib/utils/index.d.ts +45 -0
- package/dist/lib/utils/index.d.ts.map +1 -0
- package/dist/lib/utils/index.js +197 -0
- package/dist/lib/utils/mobile-editor.d.ts +13 -0
- package/dist/lib/utils/mobile-editor.d.ts.map +1 -0
- package/dist/lib/utils/mobile-editor.js +34 -0
- package/dist/lib/utils/phone-format.d.ts +6 -0
- package/dist/lib/utils/phone-format.d.ts.map +1 -0
- package/dist/lib/utils/phone-format.js +17 -0
- package/dist/lib/utils/product-catalog.d.ts +11 -0
- package/dist/lib/utils/product-catalog.d.ts.map +1 -0
- package/dist/lib/utils/product-catalog.js +40 -0
- package/dist/lib/utils/product-images.d.ts +20 -0
- package/dist/lib/utils/product-images.d.ts.map +1 -0
- package/dist/lib/utils/product-images.js +31 -0
- package/dist/lib/utils/product-share.d.ts +17 -0
- package/dist/lib/utils/product-share.d.ts.map +1 -0
- package/dist/lib/utils/product-share.js +48 -0
- package/dist/lib/utils/scroll-to-top.util.d.ts +9 -0
- package/dist/lib/utils/scroll-to-top.util.d.ts.map +1 -0
- package/dist/lib/utils/scroll-to-top.util.js +18 -0
- package/dist/lib/utils/url-helpers.d.ts +30 -0
- package/dist/lib/utils/url-helpers.d.ts.map +1 -0
- package/dist/lib/utils/url-helpers.js +61 -0
- package/dist/lib/utils/video-helpers.d.ts +32 -0
- package/dist/lib/utils/video-helpers.d.ts.map +1 -0
- package/dist/lib/utils/video-helpers.js +210 -0
- package/dist/preview/LayoutPreview.d.ts +14 -0
- package/dist/preview/LayoutPreview.d.ts.map +1 -0
- package/dist/preview/LayoutPreview.js +122 -0
- package/dist/preview/PreviewRouter.d.ts +9 -0
- package/dist/preview/PreviewRouter.d.ts.map +1 -0
- package/dist/preview/PreviewRouter.js +332 -0
- package/dist/preview/ShadowDOMWrapper.d.ts +18 -0
- package/dist/preview/ShadowDOMWrapper.d.ts.map +1 -0
- package/dist/preview/ShadowDOMWrapper.js +80 -0
- package/dist/preview/canvas/PreviewBlockToolbar.d.ts +23 -0
- package/dist/preview/canvas/PreviewBlockToolbar.d.ts.map +1 -0
- package/dist/preview/canvas/PreviewBlockToolbar.js +113 -0
- package/dist/preview/canvas/PreviewCanvasEnhancer.d.ts +17 -0
- package/dist/preview/canvas/PreviewCanvasEnhancer.d.ts.map +1 -0
- package/dist/preview/canvas/PreviewCanvasEnhancer.js +741 -0
- package/dist/preview/canvas/PreviewCanvasStyles.d.ts +4 -0
- package/dist/preview/canvas/PreviewCanvasStyles.d.ts.map +1 -0
- package/dist/preview/canvas/PreviewCanvasStyles.js +51 -0
- package/dist/preview/canvas/extract-editable-plain-text.d.ts +11 -0
- package/dist/preview/canvas/extract-editable-plain-text.d.ts.map +1 -0
- package/dist/preview/canvas/extract-editable-plain-text.js +65 -0
- package/dist/preview/canvas/field-key.d.ts +34 -0
- package/dist/preview/canvas/field-key.d.ts.map +1 -0
- package/dist/preview/canvas/field-key.js +62 -0
- package/dist/preview/canvas/preview-editable-commit.util.d.ts +3 -0
- package/dist/preview/canvas/preview-editable-commit.util.d.ts.map +1 -0
- package/dist/preview/canvas/preview-editable-commit.util.js +11 -0
- package/dist/preview/canvas/preview-flush-await.d.ts +6 -0
- package/dist/preview/canvas/preview-flush-await.d.ts.map +1 -0
- package/dist/preview/canvas/preview-flush-await.js +23 -0
- package/dist/preview/canvas/preview-flush-handle.d.ts +13 -0
- package/dist/preview/canvas/preview-flush-handle.d.ts.map +1 -0
- package/dist/preview/canvas/preview-flush-handle.js +3 -0
- package/dist/preview/canvas/preview-isolation.d.ts +9 -0
- package/dist/preview/canvas/preview-isolation.d.ts.map +1 -0
- package/dist/preview/canvas/preview-isolation.js +10 -0
- package/dist/preview/canvas/preview-messages.d.ts +65 -0
- package/dist/preview/canvas/preview-messages.d.ts.map +1 -0
- package/dist/preview/canvas/preview-messages.js +17 -0
- package/dist/preview/canvas/preview-route.d.ts +4 -0
- package/dist/preview/canvas/preview-route.d.ts.map +1 -0
- package/dist/preview/canvas/preview-route.js +76 -0
- package/dist/preview/index.d.ts +13 -0
- package/dist/preview/index.d.ts.map +1 -0
- package/dist/preview/index.js +12 -0
- package/dist/preview/route-audit.d.ts +17 -0
- package/dist/preview/route-audit.d.ts.map +1 -0
- package/dist/preview/route-audit.js +54 -0
- package/dist/styles/index.css +10598 -0
- package/dist/utils/date.d.ts +20 -0
- package/dist/utils/date.d.ts.map +1 -0
- package/dist/utils/date.js +47 -0
- package/package.json +192 -0
|
@@ -0,0 +1,921 @@
|
|
|
1
|
+
import type { PayazaRichTextStored } from './rich-html';
|
|
2
|
+
export type StoreLayoutType = 'food' | 'food-modern' | 'clothing' | 'clothing-minimal' | 'booking' | 'booking-agenda' | 'electronics' | 'electronics-grid' | 'motivational-speaker' | 'marketplace';
|
|
3
|
+
export interface StoreBranding {
|
|
4
|
+
primaryColor: string;
|
|
5
|
+
secondaryColor?: string;
|
|
6
|
+
accentColor?: string;
|
|
7
|
+
logo?: string;
|
|
8
|
+
favicon?: string;
|
|
9
|
+
theme?: 'light' | 'dark' | 'auto';
|
|
10
|
+
fontFamily?: string;
|
|
11
|
+
socialMedia?: {
|
|
12
|
+
facebook?: string;
|
|
13
|
+
twitter?: string;
|
|
14
|
+
instagram?: string;
|
|
15
|
+
pinterest?: string;
|
|
16
|
+
youtube?: string;
|
|
17
|
+
};
|
|
18
|
+
advanced?: {
|
|
19
|
+
borderRadius: string;
|
|
20
|
+
spacingDensity: 'compact' | 'comfortable' | 'spacious';
|
|
21
|
+
fontScale: number;
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
export interface StoreNavigation {
|
|
25
|
+
main: Array<{
|
|
26
|
+
label: string;
|
|
27
|
+
href: string;
|
|
28
|
+
children?: Array<{
|
|
29
|
+
label: string;
|
|
30
|
+
href: string;
|
|
31
|
+
}>;
|
|
32
|
+
}>;
|
|
33
|
+
footer: Array<{
|
|
34
|
+
title: string;
|
|
35
|
+
links: Array<{
|
|
36
|
+
label: string;
|
|
37
|
+
href: string;
|
|
38
|
+
}>;
|
|
39
|
+
}>;
|
|
40
|
+
}
|
|
41
|
+
export interface StoreCategory {
|
|
42
|
+
id: string;
|
|
43
|
+
name: string;
|
|
44
|
+
slug: string;
|
|
45
|
+
description?: string | PayazaRichTextStored;
|
|
46
|
+
image?: string;
|
|
47
|
+
parentId?: string;
|
|
48
|
+
children?: StoreCategory[];
|
|
49
|
+
}
|
|
50
|
+
export interface ProductReview {
|
|
51
|
+
id: string;
|
|
52
|
+
userId: string;
|
|
53
|
+
userName: string;
|
|
54
|
+
userAvatar?: string;
|
|
55
|
+
rating: number;
|
|
56
|
+
title?: string;
|
|
57
|
+
comment: string;
|
|
58
|
+
date: string;
|
|
59
|
+
verified?: boolean;
|
|
60
|
+
helpful?: number;
|
|
61
|
+
images?: string[];
|
|
62
|
+
}
|
|
63
|
+
export interface StoreProduct {
|
|
64
|
+
id: string;
|
|
65
|
+
name: string;
|
|
66
|
+
slug: string;
|
|
67
|
+
description: string | PayazaRichTextStored;
|
|
68
|
+
price: number;
|
|
69
|
+
compareAtPrice?: number;
|
|
70
|
+
isLimitedTimeOffer?: boolean;
|
|
71
|
+
limitedTimeOfferEndsAt?: string | null;
|
|
72
|
+
images: string[];
|
|
73
|
+
categoryId: string;
|
|
74
|
+
category?: string;
|
|
75
|
+
inStock: boolean;
|
|
76
|
+
trackInventory?: boolean;
|
|
77
|
+
availableStock?: number;
|
|
78
|
+
lowStockThreshold?: number;
|
|
79
|
+
sku?: string;
|
|
80
|
+
currency?: string;
|
|
81
|
+
variants?: Array<{
|
|
82
|
+
id: string;
|
|
83
|
+
name?: string;
|
|
84
|
+
value?: string;
|
|
85
|
+
attributes?: Record<string, string>;
|
|
86
|
+
price?: number;
|
|
87
|
+
compareAtPrice?: number;
|
|
88
|
+
sku?: string;
|
|
89
|
+
stock?: number;
|
|
90
|
+
inStock?: boolean;
|
|
91
|
+
isActive?: boolean;
|
|
92
|
+
images?: string[];
|
|
93
|
+
}>;
|
|
94
|
+
specifications?: Record<string, string>;
|
|
95
|
+
rating?: number;
|
|
96
|
+
reviewCount?: number;
|
|
97
|
+
reviews?: ProductReview[];
|
|
98
|
+
isActive?: boolean;
|
|
99
|
+
status?: 'active' | 'inactive' | 'draft';
|
|
100
|
+
}
|
|
101
|
+
export interface StoreService {
|
|
102
|
+
id: string;
|
|
103
|
+
name: string;
|
|
104
|
+
slug: string;
|
|
105
|
+
description: string | PayazaRichTextStored;
|
|
106
|
+
price: number;
|
|
107
|
+
currency?: string;
|
|
108
|
+
duration: number;
|
|
109
|
+
categoryId: string;
|
|
110
|
+
image?: string;
|
|
111
|
+
provider?: {
|
|
112
|
+
id: string;
|
|
113
|
+
name: string;
|
|
114
|
+
avatar?: string;
|
|
115
|
+
rating?: number;
|
|
116
|
+
};
|
|
117
|
+
availability?: Array<{
|
|
118
|
+
day: string;
|
|
119
|
+
slots: string[];
|
|
120
|
+
}>;
|
|
121
|
+
contentUrl?: string;
|
|
122
|
+
previewUrl?: string;
|
|
123
|
+
contentType?: 'video' | 'audio' | 'pdf' | 'course' | 'other';
|
|
124
|
+
accessLevel?: 'free' | 'paid' | 'subscription';
|
|
125
|
+
isActive?: boolean;
|
|
126
|
+
status?: 'active' | 'inactive' | 'draft';
|
|
127
|
+
}
|
|
128
|
+
export interface StoreMenuItem {
|
|
129
|
+
id: string;
|
|
130
|
+
name: string;
|
|
131
|
+
description: string;
|
|
132
|
+
price: number;
|
|
133
|
+
image?: string;
|
|
134
|
+
categoryId: string;
|
|
135
|
+
dietaryInfo?: string[];
|
|
136
|
+
inStock: boolean;
|
|
137
|
+
customizable?: boolean;
|
|
138
|
+
}
|
|
139
|
+
export interface StoreDomain {
|
|
140
|
+
customDomain?: string;
|
|
141
|
+
verified: boolean;
|
|
142
|
+
dnsSettings?: {
|
|
143
|
+
recordType: 'A' | 'CNAME';
|
|
144
|
+
host: string;
|
|
145
|
+
value: string;
|
|
146
|
+
};
|
|
147
|
+
}
|
|
148
|
+
export interface StoreNotifications {
|
|
149
|
+
emailOrderConfirmation: boolean;
|
|
150
|
+
emailShipment: boolean;
|
|
151
|
+
emailPromotional: boolean;
|
|
152
|
+
smsUpdates: boolean;
|
|
153
|
+
}
|
|
154
|
+
export interface StoreLocation {
|
|
155
|
+
id: string;
|
|
156
|
+
name: string;
|
|
157
|
+
address: string;
|
|
158
|
+
currency: string | string[];
|
|
159
|
+
type: 'online' | 'offline';
|
|
160
|
+
contactPhone?: string;
|
|
161
|
+
contactEmail?: string;
|
|
162
|
+
openingHours?: string;
|
|
163
|
+
}
|
|
164
|
+
export interface TestimonialItem {
|
|
165
|
+
id: string;
|
|
166
|
+
name: string;
|
|
167
|
+
role: string;
|
|
168
|
+
quote: string;
|
|
169
|
+
rating: number;
|
|
170
|
+
image?: string;
|
|
171
|
+
order: number;
|
|
172
|
+
location?: string;
|
|
173
|
+
date?: string;
|
|
174
|
+
}
|
|
175
|
+
export interface StorySection {
|
|
176
|
+
show: boolean;
|
|
177
|
+
label?: string;
|
|
178
|
+
title?: string;
|
|
179
|
+
description?: string;
|
|
180
|
+
image?: string;
|
|
181
|
+
signature?: string;
|
|
182
|
+
quote?: string;
|
|
183
|
+
author?: string;
|
|
184
|
+
badge?: string;
|
|
185
|
+
section_title?: string;
|
|
186
|
+
chef_name?: string;
|
|
187
|
+
chef_bio?: string;
|
|
188
|
+
}
|
|
189
|
+
export interface PromoBannerSection {
|
|
190
|
+
show: boolean;
|
|
191
|
+
image?: string;
|
|
192
|
+
title?: string;
|
|
193
|
+
subtitle?: string;
|
|
194
|
+
button?: {
|
|
195
|
+
text: string;
|
|
196
|
+
link: string;
|
|
197
|
+
};
|
|
198
|
+
buttonText?: string;
|
|
199
|
+
buttonLink?: string;
|
|
200
|
+
badge?: string;
|
|
201
|
+
description?: string;
|
|
202
|
+
}
|
|
203
|
+
export interface TestimonialsSection {
|
|
204
|
+
show: boolean;
|
|
205
|
+
title?: string;
|
|
206
|
+
subtitle?: string;
|
|
207
|
+
items: TestimonialItem[];
|
|
208
|
+
}
|
|
209
|
+
export interface StoreConfig {
|
|
210
|
+
id: string;
|
|
211
|
+
slug: string;
|
|
212
|
+
name: string;
|
|
213
|
+
description: string;
|
|
214
|
+
/** When false, customer checkout and booking payments are disabled (merchant not verified). */
|
|
215
|
+
checkoutEnabled?: boolean;
|
|
216
|
+
type: StoreLayoutType;
|
|
217
|
+
layout: StoreLayoutType;
|
|
218
|
+
branding: StoreBranding;
|
|
219
|
+
navigation: StoreNavigation;
|
|
220
|
+
categories: StoreCategory[];
|
|
221
|
+
products?: StoreProduct[];
|
|
222
|
+
services?: StoreService[];
|
|
223
|
+
menuItems?: StoreMenuItem[];
|
|
224
|
+
domain?: StoreDomain;
|
|
225
|
+
notifications?: StoreNotifications;
|
|
226
|
+
locations?: StoreLocation[];
|
|
227
|
+
features: {
|
|
228
|
+
cart: boolean;
|
|
229
|
+
wishlist: boolean;
|
|
230
|
+
reviews: boolean;
|
|
231
|
+
search: boolean;
|
|
232
|
+
filters: boolean;
|
|
233
|
+
booking: boolean;
|
|
234
|
+
delivery: boolean;
|
|
235
|
+
};
|
|
236
|
+
pageFeatures?: {
|
|
237
|
+
teamPage?: boolean;
|
|
238
|
+
portfolioPage?: boolean;
|
|
239
|
+
aboutPage?: boolean;
|
|
240
|
+
contactPage?: boolean;
|
|
241
|
+
servicesPage?: boolean;
|
|
242
|
+
helpCenterPage?: boolean;
|
|
243
|
+
shippingReturnsPage?: boolean;
|
|
244
|
+
trackOrderPage?: boolean;
|
|
245
|
+
};
|
|
246
|
+
settings: {
|
|
247
|
+
currency: string;
|
|
248
|
+
industry?: string;
|
|
249
|
+
taxRate?: number;
|
|
250
|
+
shippingEnabled?: boolean;
|
|
251
|
+
minOrderAmount?: number;
|
|
252
|
+
freeShippingThreshold?: number;
|
|
253
|
+
vat?: {
|
|
254
|
+
type: 'flat' | 'percentage';
|
|
255
|
+
value: number;
|
|
256
|
+
enabled: boolean;
|
|
257
|
+
};
|
|
258
|
+
serviceCharge?: {
|
|
259
|
+
type: 'flat' | 'percentage';
|
|
260
|
+
value: number;
|
|
261
|
+
enabled: boolean;
|
|
262
|
+
applyTo: 'pos' | 'online' | 'both';
|
|
263
|
+
};
|
|
264
|
+
/** Who pays Shopaza collection fees at checkout: customer (added to total) or merchant (deducted at settlement). */
|
|
265
|
+
collectionFeePayer?: 'customer' | 'merchant';
|
|
266
|
+
};
|
|
267
|
+
payment?: {
|
|
268
|
+
payazaPublicKey?: string;
|
|
269
|
+
enabled?: boolean;
|
|
270
|
+
};
|
|
271
|
+
socialLinks?: {
|
|
272
|
+
facebook?: string;
|
|
273
|
+
twitter?: string;
|
|
274
|
+
instagram?: string;
|
|
275
|
+
linkedin?: string;
|
|
276
|
+
youtube?: string;
|
|
277
|
+
tiktok?: string;
|
|
278
|
+
pinterest?: string;
|
|
279
|
+
whatsapp?: string;
|
|
280
|
+
};
|
|
281
|
+
contactInfo?: {
|
|
282
|
+
email?: string;
|
|
283
|
+
phone?: string;
|
|
284
|
+
address?: {
|
|
285
|
+
street?: string;
|
|
286
|
+
city?: string;
|
|
287
|
+
state?: string;
|
|
288
|
+
zipCode?: string;
|
|
289
|
+
country?: string;
|
|
290
|
+
};
|
|
291
|
+
};
|
|
292
|
+
layoutConfig?: StoreLayoutConfig;
|
|
293
|
+
puckData?: Record<string, any>;
|
|
294
|
+
isPreview?: boolean;
|
|
295
|
+
headerConfig?: {
|
|
296
|
+
show?: boolean;
|
|
297
|
+
loginButtonText?: string;
|
|
298
|
+
signUpButtonText?: string;
|
|
299
|
+
accountButtonText?: string;
|
|
300
|
+
cartButtonText?: string;
|
|
301
|
+
wishlistButtonText?: string;
|
|
302
|
+
searchPlaceholder?: string;
|
|
303
|
+
};
|
|
304
|
+
}
|
|
305
|
+
export interface HeroSlider {
|
|
306
|
+
id: string;
|
|
307
|
+
image: string;
|
|
308
|
+
badge?: string;
|
|
309
|
+
title: string;
|
|
310
|
+
description?: string;
|
|
311
|
+
highlight?: string;
|
|
312
|
+
primaryButton?: {
|
|
313
|
+
text: string;
|
|
314
|
+
link: string;
|
|
315
|
+
};
|
|
316
|
+
secondaryButton?: {
|
|
317
|
+
text: string;
|
|
318
|
+
link: string;
|
|
319
|
+
};
|
|
320
|
+
order: number;
|
|
321
|
+
}
|
|
322
|
+
export interface BenefitItem {
|
|
323
|
+
title: string;
|
|
324
|
+
description: string;
|
|
325
|
+
icon?: string;
|
|
326
|
+
order: number;
|
|
327
|
+
}
|
|
328
|
+
export interface StoreLayoutConfig {
|
|
329
|
+
isPreview?: boolean;
|
|
330
|
+
hero?: {
|
|
331
|
+
show: boolean;
|
|
332
|
+
showCTA?: boolean;
|
|
333
|
+
showSecondaryCTA?: boolean;
|
|
334
|
+
autoPlay?: boolean;
|
|
335
|
+
showBadges?: boolean;
|
|
336
|
+
sliders?: HeroSlider[];
|
|
337
|
+
badge?: string;
|
|
338
|
+
title?: string;
|
|
339
|
+
subtitle?: string;
|
|
340
|
+
description?: string;
|
|
341
|
+
primaryCTA?: string;
|
|
342
|
+
secondaryCTA?: string;
|
|
343
|
+
};
|
|
344
|
+
features?: {
|
|
345
|
+
show: boolean;
|
|
346
|
+
showIcons?: boolean;
|
|
347
|
+
title?: string;
|
|
348
|
+
description?: string;
|
|
349
|
+
items?: BenefitItem[];
|
|
350
|
+
};
|
|
351
|
+
sections?: {
|
|
352
|
+
[key: string]: any;
|
|
353
|
+
hero?: {
|
|
354
|
+
show?: boolean;
|
|
355
|
+
autoPlay?: boolean;
|
|
356
|
+
showCTA?: boolean;
|
|
357
|
+
showSecondaryCTA?: boolean;
|
|
358
|
+
showBadges?: boolean;
|
|
359
|
+
sliders?: HeroSlider[];
|
|
360
|
+
badge?: string;
|
|
361
|
+
hero_badge?: string;
|
|
362
|
+
title?: string;
|
|
363
|
+
titleHighlight?: string;
|
|
364
|
+
subtitle?: string;
|
|
365
|
+
description?: string;
|
|
366
|
+
primaryCTA?: string;
|
|
367
|
+
secondaryCTA?: string;
|
|
368
|
+
primaryButton?: {
|
|
369
|
+
text?: string;
|
|
370
|
+
link?: string;
|
|
371
|
+
};
|
|
372
|
+
secondaryButton?: {
|
|
373
|
+
text?: string;
|
|
374
|
+
link?: string;
|
|
375
|
+
};
|
|
376
|
+
showTrustIndicators?: boolean;
|
|
377
|
+
deliveryTime?: string;
|
|
378
|
+
ratingText?: string;
|
|
379
|
+
ratingIcon?: string;
|
|
380
|
+
};
|
|
381
|
+
categories?: {
|
|
382
|
+
show: boolean;
|
|
383
|
+
showViewAll?: boolean;
|
|
384
|
+
limit?: number;
|
|
385
|
+
title?: string;
|
|
386
|
+
subtitle?: string;
|
|
387
|
+
viewAll?: string;
|
|
388
|
+
viewAllLabel?: string;
|
|
389
|
+
};
|
|
390
|
+
featuredProducts?: {
|
|
391
|
+
show: boolean;
|
|
392
|
+
title?: string;
|
|
393
|
+
subtitle?: string;
|
|
394
|
+
showViewAll?: boolean;
|
|
395
|
+
viewAll?: string;
|
|
396
|
+
viewAllLabel?: string;
|
|
397
|
+
showAddToCart?: boolean;
|
|
398
|
+
showWishlist?: boolean;
|
|
399
|
+
showRatings?: boolean;
|
|
400
|
+
emptyState?: string;
|
|
401
|
+
eyebrow?: string;
|
|
402
|
+
};
|
|
403
|
+
marketing?: {
|
|
404
|
+
show: boolean;
|
|
405
|
+
showNewsletter?: boolean;
|
|
406
|
+
showPromoBanner?: boolean;
|
|
407
|
+
newsletterTitle?: string;
|
|
408
|
+
newsletterSubtitle?: string;
|
|
409
|
+
newsletterButton?: string;
|
|
410
|
+
newsletterPlaceholder?: string;
|
|
411
|
+
newsletterBadge?: string;
|
|
412
|
+
subscriptionTitle?: string;
|
|
413
|
+
subscriptionSubtitle?: string;
|
|
414
|
+
subscriptionButton?: string;
|
|
415
|
+
subscriptionBadge?: string;
|
|
416
|
+
subscriptionDescription?: string;
|
|
417
|
+
backgroundImage?: string;
|
|
418
|
+
badge?: string;
|
|
419
|
+
title?: string;
|
|
420
|
+
subtitle?: string;
|
|
421
|
+
promoDiscount?: string;
|
|
422
|
+
editorial?: {
|
|
423
|
+
show?: boolean;
|
|
424
|
+
label?: string;
|
|
425
|
+
title?: string;
|
|
426
|
+
description?: string;
|
|
427
|
+
image?: string;
|
|
428
|
+
detailImage?: string;
|
|
429
|
+
primaryButtonText?: string;
|
|
430
|
+
primaryButtonLink?: string;
|
|
431
|
+
secondaryButtonText?: string;
|
|
432
|
+
secondaryButtonLink?: string;
|
|
433
|
+
badgeText?: string;
|
|
434
|
+
primaryButton?: {
|
|
435
|
+
text: string;
|
|
436
|
+
link: string;
|
|
437
|
+
};
|
|
438
|
+
secondaryButton?: {
|
|
439
|
+
text: string;
|
|
440
|
+
link: string;
|
|
441
|
+
};
|
|
442
|
+
};
|
|
443
|
+
promoBanner?: {
|
|
444
|
+
show?: boolean;
|
|
445
|
+
image?: string;
|
|
446
|
+
title?: string;
|
|
447
|
+
subtitle?: string;
|
|
448
|
+
buttonText?: string;
|
|
449
|
+
buttonLink?: string;
|
|
450
|
+
};
|
|
451
|
+
newsletter?: {
|
|
452
|
+
show?: boolean;
|
|
453
|
+
title?: string;
|
|
454
|
+
subtitle?: string;
|
|
455
|
+
button?: string;
|
|
456
|
+
placeholder?: string;
|
|
457
|
+
disclaimer?: string;
|
|
458
|
+
badge?: string;
|
|
459
|
+
};
|
|
460
|
+
ctaTitle?: string;
|
|
461
|
+
ctaDescription?: string;
|
|
462
|
+
ctaButton?: string;
|
|
463
|
+
shopTheLook?: {
|
|
464
|
+
show?: boolean;
|
|
465
|
+
image?: string;
|
|
466
|
+
title?: string;
|
|
467
|
+
description?: string;
|
|
468
|
+
products?: string[];
|
|
469
|
+
};
|
|
470
|
+
chefRecommendations?: {
|
|
471
|
+
show?: boolean;
|
|
472
|
+
title?: string;
|
|
473
|
+
description?: string;
|
|
474
|
+
items?: string[];
|
|
475
|
+
};
|
|
476
|
+
showDiscountBadge?: boolean;
|
|
477
|
+
discountSuffix?: string;
|
|
478
|
+
};
|
|
479
|
+
testimonials?: {
|
|
480
|
+
show: boolean;
|
|
481
|
+
title?: string;
|
|
482
|
+
subtitle?: string;
|
|
483
|
+
items?: TestimonialItem[];
|
|
484
|
+
showRatings?: boolean;
|
|
485
|
+
limit?: number;
|
|
486
|
+
quote?: string;
|
|
487
|
+
author?: string;
|
|
488
|
+
role?: string;
|
|
489
|
+
maxItems?: number;
|
|
490
|
+
};
|
|
491
|
+
story?: StorySection;
|
|
492
|
+
promoBanner?: PromoBannerSection;
|
|
493
|
+
blog?: {
|
|
494
|
+
show: boolean;
|
|
495
|
+
title?: string;
|
|
496
|
+
subtitle?: string;
|
|
497
|
+
};
|
|
498
|
+
brands?: {
|
|
499
|
+
show: boolean;
|
|
500
|
+
title?: string;
|
|
501
|
+
};
|
|
502
|
+
process?: {
|
|
503
|
+
show: boolean;
|
|
504
|
+
title?: string;
|
|
505
|
+
subtitle?: string;
|
|
506
|
+
steps?: Array<{
|
|
507
|
+
title: string;
|
|
508
|
+
description: string;
|
|
509
|
+
icon?: string;
|
|
510
|
+
order: number;
|
|
511
|
+
}>;
|
|
512
|
+
};
|
|
513
|
+
team?: {
|
|
514
|
+
show: boolean;
|
|
515
|
+
title?: string;
|
|
516
|
+
description?: string;
|
|
517
|
+
subtitle?: string;
|
|
518
|
+
showViewAll?: boolean;
|
|
519
|
+
viewAll?: string;
|
|
520
|
+
viewAllLabel?: string;
|
|
521
|
+
memberName?: string;
|
|
522
|
+
memberRole?: string;
|
|
523
|
+
memberRating?: string;
|
|
524
|
+
memberReviewCount?: string;
|
|
525
|
+
ratingIcon?: string;
|
|
526
|
+
specialist_image?: string;
|
|
527
|
+
features?: Array<{
|
|
528
|
+
text: string;
|
|
529
|
+
icon?: string;
|
|
530
|
+
}>;
|
|
531
|
+
};
|
|
532
|
+
services?: {
|
|
533
|
+
show: boolean;
|
|
534
|
+
title?: string;
|
|
535
|
+
subtitle?: string;
|
|
536
|
+
showViewAll?: boolean;
|
|
537
|
+
viewAll?: string;
|
|
538
|
+
limit?: number;
|
|
539
|
+
viewAllLabel?: string;
|
|
540
|
+
};
|
|
541
|
+
map?: {
|
|
542
|
+
show: boolean;
|
|
543
|
+
title?: string;
|
|
544
|
+
};
|
|
545
|
+
about?: {
|
|
546
|
+
show: boolean;
|
|
547
|
+
title?: string;
|
|
548
|
+
description?: string;
|
|
549
|
+
image?: string;
|
|
550
|
+
detailImage?: string;
|
|
551
|
+
label?: string;
|
|
552
|
+
primaryButtonText?: string;
|
|
553
|
+
primaryButtonLink?: string;
|
|
554
|
+
secondaryButtonText?: string;
|
|
555
|
+
secondaryButtonLink?: string;
|
|
556
|
+
quote?: string;
|
|
557
|
+
author?: string;
|
|
558
|
+
badge?: string;
|
|
559
|
+
section_title?: string;
|
|
560
|
+
chef_name?: string;
|
|
561
|
+
chef_bio?: string;
|
|
562
|
+
showStats?: boolean;
|
|
563
|
+
stat1Label?: string;
|
|
564
|
+
stat1Value?: string;
|
|
565
|
+
stat2Label?: string;
|
|
566
|
+
stat2Value?: string;
|
|
567
|
+
buttonText?: string;
|
|
568
|
+
buttonLink?: string;
|
|
569
|
+
chefBadgeTitle?: string;
|
|
570
|
+
chefBadgeSubtitle?: string;
|
|
571
|
+
};
|
|
572
|
+
trust?: {
|
|
573
|
+
show: boolean;
|
|
574
|
+
title?: string;
|
|
575
|
+
};
|
|
576
|
+
faq?: {
|
|
577
|
+
show: boolean;
|
|
578
|
+
title?: string;
|
|
579
|
+
items?: any[];
|
|
580
|
+
};
|
|
581
|
+
subscription?: {
|
|
582
|
+
show: boolean;
|
|
583
|
+
title?: string;
|
|
584
|
+
subtitle?: string;
|
|
585
|
+
description?: string;
|
|
586
|
+
buttonText?: string;
|
|
587
|
+
badge?: string;
|
|
588
|
+
};
|
|
589
|
+
};
|
|
590
|
+
pages?: {
|
|
591
|
+
about?: {
|
|
592
|
+
title?: string;
|
|
593
|
+
heroImage?: string;
|
|
594
|
+
content?: string;
|
|
595
|
+
missionStatement?: string;
|
|
596
|
+
gallerySection?: Array<{
|
|
597
|
+
image: string;
|
|
598
|
+
caption?: string;
|
|
599
|
+
}>;
|
|
600
|
+
hero?: any;
|
|
601
|
+
story?: any;
|
|
602
|
+
aboutHero?: any;
|
|
603
|
+
ourStory?: any;
|
|
604
|
+
stats?: any;
|
|
605
|
+
'contact-info'?: any;
|
|
606
|
+
values?: any;
|
|
607
|
+
aboutHeader?: any;
|
|
608
|
+
aboutContent?: any;
|
|
609
|
+
statsSection?: any;
|
|
610
|
+
contactSection?: any;
|
|
611
|
+
contactInfoSection?: any;
|
|
612
|
+
};
|
|
613
|
+
team?: {
|
|
614
|
+
title?: string;
|
|
615
|
+
description?: string;
|
|
616
|
+
members?: Array<{
|
|
617
|
+
name: string;
|
|
618
|
+
role: string;
|
|
619
|
+
photo: string;
|
|
620
|
+
bio?: string;
|
|
621
|
+
socialLinks?: {
|
|
622
|
+
linkedin?: string;
|
|
623
|
+
twitter?: string;
|
|
624
|
+
instagram?: string;
|
|
625
|
+
};
|
|
626
|
+
}>;
|
|
627
|
+
};
|
|
628
|
+
portfolio?: {
|
|
629
|
+
title?: string;
|
|
630
|
+
description?: string;
|
|
631
|
+
projects?: Array<{
|
|
632
|
+
title: string;
|
|
633
|
+
description: string;
|
|
634
|
+
image: string;
|
|
635
|
+
category?: string;
|
|
636
|
+
date?: string;
|
|
637
|
+
}>;
|
|
638
|
+
};
|
|
639
|
+
services?: {
|
|
640
|
+
title?: string;
|
|
641
|
+
description?: string;
|
|
642
|
+
hero?: {
|
|
643
|
+
title?: string;
|
|
644
|
+
description?: string;
|
|
645
|
+
backgroundImage?: string;
|
|
646
|
+
show?: boolean;
|
|
647
|
+
[key: string]: any;
|
|
648
|
+
};
|
|
649
|
+
servicesHeader?: {
|
|
650
|
+
title?: string;
|
|
651
|
+
showFilters?: boolean;
|
|
652
|
+
showSearch?: boolean;
|
|
653
|
+
backgroundImage?: string;
|
|
654
|
+
[key: string]: any;
|
|
655
|
+
};
|
|
656
|
+
servicesGrid?: {
|
|
657
|
+
showPagination?: boolean;
|
|
658
|
+
showBookButton?: boolean;
|
|
659
|
+
[key: string]: any;
|
|
660
|
+
};
|
|
661
|
+
'services-list'?: {
|
|
662
|
+
show?: boolean;
|
|
663
|
+
[key: string]: any;
|
|
664
|
+
};
|
|
665
|
+
};
|
|
666
|
+
faq?: {
|
|
667
|
+
title?: string;
|
|
668
|
+
items?: Array<{
|
|
669
|
+
question: string;
|
|
670
|
+
answer: string;
|
|
671
|
+
}>;
|
|
672
|
+
};
|
|
673
|
+
products?: {
|
|
674
|
+
productsHeader?: any;
|
|
675
|
+
productsGrid?: any;
|
|
676
|
+
};
|
|
677
|
+
categories?: {
|
|
678
|
+
categoriesHeader?: any;
|
|
679
|
+
categoryGrid?: any;
|
|
680
|
+
categoriesGrid?: any;
|
|
681
|
+
};
|
|
682
|
+
categoryDetail?: {
|
|
683
|
+
categoryDetail?: any;
|
|
684
|
+
categoryHeader?: any;
|
|
685
|
+
productGrid?: any;
|
|
686
|
+
showServices?: boolean;
|
|
687
|
+
showProducts?: boolean;
|
|
688
|
+
showBanner?: boolean;
|
|
689
|
+
showDescription?: boolean;
|
|
690
|
+
showFilters?: boolean;
|
|
691
|
+
};
|
|
692
|
+
productDetail?: {
|
|
693
|
+
productDetail?: any;
|
|
694
|
+
menuItemInfo?: any;
|
|
695
|
+
showSizeGuide?: boolean;
|
|
696
|
+
showAddToCart?: boolean;
|
|
697
|
+
showWishlist?: boolean;
|
|
698
|
+
showReviews?: boolean;
|
|
699
|
+
showRelatedProducts?: boolean;
|
|
700
|
+
};
|
|
701
|
+
contact?: {
|
|
702
|
+
contact?: any;
|
|
703
|
+
contactHeader?: any;
|
|
704
|
+
contactForm?: any;
|
|
705
|
+
hero?: any;
|
|
706
|
+
form?: any;
|
|
707
|
+
reservationForm?: any;
|
|
708
|
+
backgroundImage?: string;
|
|
709
|
+
title?: string;
|
|
710
|
+
subtitle?: string;
|
|
711
|
+
infoTitle?: string;
|
|
712
|
+
infoDescription?: string;
|
|
713
|
+
};
|
|
714
|
+
book?: {
|
|
715
|
+
bookingHeader?: any;
|
|
716
|
+
bookingForm?: any;
|
|
717
|
+
};
|
|
718
|
+
serviceDetail?: any;
|
|
719
|
+
menu?: {
|
|
720
|
+
menuHeader?: any;
|
|
721
|
+
menuGrid?: any;
|
|
722
|
+
};
|
|
723
|
+
};
|
|
724
|
+
text?: {
|
|
725
|
+
hero?: {
|
|
726
|
+
badge?: string;
|
|
727
|
+
title?: string;
|
|
728
|
+
subtitle?: string;
|
|
729
|
+
primaryButton?: string;
|
|
730
|
+
secondaryButton?: string;
|
|
731
|
+
slides?: Array<{
|
|
732
|
+
badge?: string;
|
|
733
|
+
title?: string;
|
|
734
|
+
description?: string;
|
|
735
|
+
primaryButton?: string;
|
|
736
|
+
secondaryButton?: string;
|
|
737
|
+
}>;
|
|
738
|
+
};
|
|
739
|
+
sections?: {
|
|
740
|
+
categories?: {
|
|
741
|
+
title?: string;
|
|
742
|
+
subtitle?: string;
|
|
743
|
+
viewAll?: string;
|
|
744
|
+
emptyState?: {
|
|
745
|
+
products?: string;
|
|
746
|
+
services?: string;
|
|
747
|
+
};
|
|
748
|
+
};
|
|
749
|
+
featuredProducts?: {
|
|
750
|
+
title?: string;
|
|
751
|
+
subtitle?: string;
|
|
752
|
+
viewAll?: string;
|
|
753
|
+
emptyState?: string;
|
|
754
|
+
};
|
|
755
|
+
marketing?: {
|
|
756
|
+
newsletter?: {
|
|
757
|
+
title?: string;
|
|
758
|
+
subtitle?: string;
|
|
759
|
+
button?: string;
|
|
760
|
+
placeholder?: string;
|
|
761
|
+
disclaimer?: string;
|
|
762
|
+
};
|
|
763
|
+
promoBanner?: {
|
|
764
|
+
title?: string;
|
|
765
|
+
subtitle?: string;
|
|
766
|
+
button?: string;
|
|
767
|
+
};
|
|
768
|
+
};
|
|
769
|
+
testimonials?: {
|
|
770
|
+
title?: string;
|
|
771
|
+
subtitle?: string;
|
|
772
|
+
};
|
|
773
|
+
team?: {
|
|
774
|
+
title?: string;
|
|
775
|
+
subtitle?: string;
|
|
776
|
+
viewAll?: string;
|
|
777
|
+
};
|
|
778
|
+
process?: {
|
|
779
|
+
title?: string;
|
|
780
|
+
subtitle?: string;
|
|
781
|
+
};
|
|
782
|
+
};
|
|
783
|
+
common?: {
|
|
784
|
+
shopNow?: string;
|
|
785
|
+
viewAll?: string;
|
|
786
|
+
addToCart?: string;
|
|
787
|
+
buyNow?: string;
|
|
788
|
+
learnMore?: string;
|
|
789
|
+
readMore?: string;
|
|
790
|
+
seeMore?: string;
|
|
791
|
+
discover?: string;
|
|
792
|
+
explore?: string;
|
|
793
|
+
new?: string;
|
|
794
|
+
trending?: string;
|
|
795
|
+
limited?: string;
|
|
796
|
+
sale?: string;
|
|
797
|
+
outOfStock?: string;
|
|
798
|
+
inStock?: string;
|
|
799
|
+
selectSize?: string;
|
|
800
|
+
selectColor?: string;
|
|
801
|
+
quantity?: string;
|
|
802
|
+
reviews?: string;
|
|
803
|
+
writeReview?: string;
|
|
804
|
+
customerReviews?: string;
|
|
805
|
+
noReviews?: string;
|
|
806
|
+
search?: string;
|
|
807
|
+
searchPlaceholder?: string;
|
|
808
|
+
cart?: string;
|
|
809
|
+
wishlist?: string;
|
|
810
|
+
account?: string;
|
|
811
|
+
login?: string;
|
|
812
|
+
logout?: string;
|
|
813
|
+
signup?: string;
|
|
814
|
+
checkout?: string;
|
|
815
|
+
continueShopping?: string;
|
|
816
|
+
proceedToCheckout?: string;
|
|
817
|
+
};
|
|
818
|
+
footer?: {
|
|
819
|
+
newsletter?: {
|
|
820
|
+
title?: string;
|
|
821
|
+
subtitle?: string;
|
|
822
|
+
button?: string;
|
|
823
|
+
placeholder?: string;
|
|
824
|
+
disclaimer?: string;
|
|
825
|
+
};
|
|
826
|
+
copyright?: string;
|
|
827
|
+
links?: {
|
|
828
|
+
about?: string;
|
|
829
|
+
contact?: string;
|
|
830
|
+
privacy?: string;
|
|
831
|
+
terms?: string;
|
|
832
|
+
shipping?: string;
|
|
833
|
+
faq?: string;
|
|
834
|
+
};
|
|
835
|
+
};
|
|
836
|
+
header?: {
|
|
837
|
+
searchPlaceholder?: string;
|
|
838
|
+
cartEmpty?: string;
|
|
839
|
+
wishlistEmpty?: string;
|
|
840
|
+
accountMenu?: {
|
|
841
|
+
profile?: string;
|
|
842
|
+
orders?: string;
|
|
843
|
+
wishlist?: string;
|
|
844
|
+
logout?: string;
|
|
845
|
+
};
|
|
846
|
+
};
|
|
847
|
+
booking?: {
|
|
848
|
+
pageTitle?: string;
|
|
849
|
+
pageSubtitle?: string;
|
|
850
|
+
bookAppointment?: string;
|
|
851
|
+
viewServices?: string;
|
|
852
|
+
selectDate?: string;
|
|
853
|
+
selectService?: string;
|
|
854
|
+
selectTime?: string;
|
|
855
|
+
confirmBooking?: string;
|
|
856
|
+
completePayment?: string;
|
|
857
|
+
bookingConfirmed?: string;
|
|
858
|
+
limitedAvailability?: string;
|
|
859
|
+
availableServices?: string;
|
|
860
|
+
showingResults?: string;
|
|
861
|
+
filters?: string;
|
|
862
|
+
providers?: string;
|
|
863
|
+
};
|
|
864
|
+
food?: {
|
|
865
|
+
reserveTable?: string;
|
|
866
|
+
viewMenu?: string;
|
|
867
|
+
chefRecommendations?: string;
|
|
868
|
+
ourPhilosophy?: string;
|
|
869
|
+
meetChef?: string;
|
|
870
|
+
menuCategories?: string;
|
|
871
|
+
};
|
|
872
|
+
electronics?: {
|
|
873
|
+
newArrivals?: string;
|
|
874
|
+
techSpecs?: string;
|
|
875
|
+
compare?: string;
|
|
876
|
+
addToCompare?: string;
|
|
877
|
+
removeFromCompare?: string;
|
|
878
|
+
brands?: string;
|
|
879
|
+
};
|
|
880
|
+
};
|
|
881
|
+
themeColors?: {
|
|
882
|
+
background?: {
|
|
883
|
+
primary?: string;
|
|
884
|
+
secondary?: string;
|
|
885
|
+
tertiary?: string;
|
|
886
|
+
overlay?: string;
|
|
887
|
+
dark?: string;
|
|
888
|
+
};
|
|
889
|
+
text?: {
|
|
890
|
+
primary?: string;
|
|
891
|
+
secondary?: string;
|
|
892
|
+
muted?: string;
|
|
893
|
+
inverse?: string;
|
|
894
|
+
};
|
|
895
|
+
border?: {
|
|
896
|
+
primary?: string;
|
|
897
|
+
secondary?: string;
|
|
898
|
+
accent?: string;
|
|
899
|
+
};
|
|
900
|
+
gradient?: {
|
|
901
|
+
from?: string;
|
|
902
|
+
via?: string;
|
|
903
|
+
to?: string;
|
|
904
|
+
};
|
|
905
|
+
accent?: {
|
|
906
|
+
hover?: string;
|
|
907
|
+
active?: string;
|
|
908
|
+
focus?: string;
|
|
909
|
+
success?: string;
|
|
910
|
+
warning?: string;
|
|
911
|
+
error?: string;
|
|
912
|
+
};
|
|
913
|
+
layoutSpecific?: Record<string, string>;
|
|
914
|
+
};
|
|
915
|
+
assignedText?: Record<string, string>;
|
|
916
|
+
assignedAssets?: Record<string, string>;
|
|
917
|
+
assetRequirements?: any;
|
|
918
|
+
/** Inline section styles keyed by `${pageId}::${sectionKey}` — Payaza Styles inspector. */
|
|
919
|
+
payazaSectionStyles?: Record<string, Record<string, string>>;
|
|
920
|
+
}
|
|
921
|
+
//# sourceMappingURL=store-types.d.ts.map
|