@loczer/storefront-sdk 0.152.0 → 0.154.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.
Files changed (254) hide show
  1. package/dist/StorefrontProvider.d.ts +677 -1139
  2. package/dist/StorefrontProvider.d.ts.map +1 -0
  3. package/dist/components/AboutSection/index.d.ts.map +1 -0
  4. package/dist/components/AboutSection/index.js +6 -6
  5. package/dist/components/AddressAutocompleteInput/index.d.ts.map +1 -0
  6. package/dist/components/BikeProductCard/index.d.ts.map +1 -0
  7. package/dist/components/BookingBikeVariantDialog/index.d.ts +12 -2
  8. package/dist/components/BookingBikeVariantDialog/index.d.ts.map +1 -0
  9. package/dist/components/BookingFlowSteps/index.d.ts.map +1 -0
  10. package/dist/components/BookingPeriodSelector/BookingPeriodContext.d.ts +9 -0
  11. package/dist/components/BookingPeriodSelector/BookingPeriodContext.d.ts.map +1 -0
  12. package/dist/components/BookingPeriodSelector/components/BookingEndDateField.d.ts +2 -0
  13. package/dist/components/BookingPeriodSelector/components/BookingEndDateField.d.ts.map +1 -0
  14. package/dist/components/BookingPeriodSelector/components/BookingEndTimeField.d.ts +2 -0
  15. package/dist/components/BookingPeriodSelector/components/BookingEndTimeField.d.ts.map +1 -0
  16. package/dist/components/BookingPeriodSelector/components/BookingPeriodFieldErrorMessage.d.ts +7 -0
  17. package/dist/components/BookingPeriodSelector/components/BookingPeriodFieldErrorMessage.d.ts.map +1 -0
  18. package/dist/components/BookingPeriodSelector/components/BookingStartDateField.d.ts +2 -0
  19. package/dist/components/BookingPeriodSelector/components/BookingStartDateField.d.ts.map +1 -0
  20. package/dist/components/BookingPeriodSelector/components/BookingStartTimeField.d.ts +2 -0
  21. package/dist/components/BookingPeriodSelector/components/BookingStartTimeField.d.ts.map +1 -0
  22. package/dist/components/BookingPeriodSelector/components/internal/ModalDayPickerField.d.ts +24 -0
  23. package/dist/components/BookingPeriodSelector/components/internal/ModalDayPickerField.d.ts.map +1 -0
  24. package/dist/components/BookingPeriodSelector/components/internal/ModalHourPickerField.d.ts +22 -0
  25. package/dist/components/BookingPeriodSelector/components/internal/ModalHourPickerField.d.ts.map +1 -0
  26. package/dist/components/BookingPeriodSelector/index.d.ts.map +1 -0
  27. package/dist/components/BookingPeriodSelector/useBookingPeriodController.d.ts +102 -0
  28. package/dist/components/BookingPeriodSelector/useBookingPeriodController.d.ts.map +1 -0
  29. package/dist/components/ContactSection/index.d.ts.map +1 -0
  30. package/dist/components/ContactSection/index.js +5 -5
  31. package/dist/components/ContractSaleDocument/AcceptanceModal.d.ts +8 -0
  32. package/dist/components/ContractSaleDocument/AcceptanceModal.d.ts.map +1 -0
  33. package/dist/components/ContractSaleDocument/Invoice.d.ts +13 -0
  34. package/dist/components/ContractSaleDocument/Invoice.d.ts.map +1 -0
  35. package/dist/components/ContractSaleDocument/InvoiceDetails.d.ts +18 -0
  36. package/dist/components/ContractSaleDocument/InvoiceDetails.d.ts.map +1 -0
  37. package/dist/components/ContractSaleDocument/Page.d.ts +8 -0
  38. package/dist/components/ContractSaleDocument/Page.d.ts.map +1 -0
  39. package/dist/components/ContractSaleDocument/PageFooter.d.ts +11 -0
  40. package/dist/components/ContractSaleDocument/PageFooter.d.ts.map +1 -0
  41. package/dist/components/ContractSaleDocument/PageHeader.d.ts +11 -0
  42. package/dist/components/ContractSaleDocument/PageHeader.d.ts.map +1 -0
  43. package/dist/components/ContractSaleDocument/SignatureModal.d.ts +9 -0
  44. package/dist/components/ContractSaleDocument/SignatureModal.d.ts.map +1 -0
  45. package/dist/components/ContractSaleDocument/TermsAndConditionsContent.d.ts +12 -0
  46. package/dist/components/ContractSaleDocument/TermsAndConditionsContent.d.ts.map +1 -0
  47. package/dist/components/ContractSaleDocument/ThumbnailSidebar.d.ts +12 -0
  48. package/dist/components/ContractSaleDocument/ThumbnailSidebar.d.ts.map +1 -0
  49. package/dist/components/ContractSaleDocument/index.d.ts.map +1 -0
  50. package/dist/components/ContractSaleDocument/language.d.ts +7 -0
  51. package/dist/components/ContractSaleDocument/language.d.ts.map +1 -0
  52. package/dist/components/DelayedReveal/index.d.ts.map +1 -0
  53. package/dist/components/DeliveryAddressSelector/index.d.ts.map +1 -0
  54. package/dist/components/Footer/BusinessHours.d.ts +17 -0
  55. package/dist/components/Footer/BusinessHours.d.ts.map +1 -0
  56. package/dist/components/Footer/businessHoursUtils.d.ts +14 -0
  57. package/dist/components/Footer/businessHoursUtils.d.ts.map +1 -0
  58. package/dist/components/Footer/businessHoursUtils.js +16 -16
  59. package/dist/components/Footer/index.d.ts.map +1 -0
  60. package/dist/components/FulfillmentSection/index.d.ts.map +1 -0
  61. package/dist/components/Header/index.d.ts.map +1 -0
  62. package/dist/components/Layout/index.d.ts.map +1 -0
  63. package/dist/components/Map/createMarkerElement.d.ts +2 -0
  64. package/dist/components/Map/createMarkerElement.d.ts.map +1 -0
  65. package/dist/components/Map/index.d.ts +101 -1
  66. package/dist/components/Map/index.d.ts.map +1 -0
  67. package/dist/components/Map/index.js +4 -3
  68. package/dist/components/PlatformFooter/index.d.ts.map +1 -0
  69. package/dist/components/PlaygroundDevFloatingButton/index.d.ts.map +1 -0
  70. package/dist/components/PoweredByLoczerBadge/index.d.ts.map +1 -0
  71. package/dist/components/ProductPriceBadge/index.d.ts.map +1 -0
  72. package/dist/components/ProductWarningNotice/index.d.ts.map +1 -0
  73. package/dist/components/StepSectionTitle/index.d.ts.map +1 -0
  74. package/dist/components/StorefrontCartPanel/index.d.ts +2 -1
  75. package/dist/components/StorefrontCartPanel/index.d.ts.map +1 -0
  76. package/dist/components/StorefrontCartPanel/index.js +68 -63
  77. package/dist/components/StorefrontPopupMessages/index.d.ts.map +1 -0
  78. package/dist/components/TestimonialsSection/index.d.ts.map +1 -0
  79. package/dist/components/WhatsAppFloatingButton/WhatsAppFloatingButton.d.ts +5 -0
  80. package/dist/components/WhatsAppFloatingButton/WhatsAppFloatingButton.d.ts.map +1 -0
  81. package/dist/components/WhatsAppFloatingButton/index.d.ts.map +1 -0
  82. package/dist/components/WhatsAppFloatingButton/useWhatsAppFloatingButton.d.ts +11 -0
  83. package/dist/components/WhatsAppFloatingButton/useWhatsAppFloatingButton.d.ts.map +1 -0
  84. package/dist/components/payment/MollieCardFieldsForm.d.ts +11 -0
  85. package/dist/components/payment/MollieCardFieldsForm.d.ts.map +1 -0
  86. package/dist/components/payment/StripeCardFieldsForm.d.ts +16 -0
  87. package/dist/components/payment/StripeCardFieldsForm.d.ts.map +1 -0
  88. package/dist/components/payment/index.d.ts.map +1 -0
  89. package/dist/data/accessories.d.ts.map +1 -0
  90. package/dist/data/bikes.d.ts.map +1 -0
  91. package/dist/data/config.d.ts.map +1 -0
  92. package/dist/i18n/I18nProvider.d.ts.map +1 -0
  93. package/dist/i18n/en.d.ts +1 -0
  94. package/dist/i18n/en.d.ts.map +1 -0
  95. package/dist/i18n/en.js +1 -0
  96. package/dist/i18n/fr.d.ts +1 -0
  97. package/dist/i18n/fr.d.ts.map +1 -0
  98. package/dist/i18n/fr.js +1 -0
  99. package/dist/index.d.ts +5228 -0
  100. package/dist/index.js +103 -100
  101. package/dist/lib/apiCall.d.ts.map +1 -0
  102. package/dist/lib/booking-period-time-slots.d.ts.map +1 -0
  103. package/dist/lib/booking-period.d.ts.map +1 -0
  104. package/dist/lib/booking.d.ts.map +1 -0
  105. package/dist/lib/cart.d.ts.map +1 -0
  106. package/dist/lib/cartSummary.d.ts.map +1 -0
  107. package/dist/lib/checkoutPaymentDecision.d.ts.map +1 -0
  108. package/dist/lib/checkoutPaymentSession.d.ts.map +1 -0
  109. package/dist/lib/checkoutSubmit.d.ts.map +1 -0
  110. package/dist/lib/checkoutVerifyCoupon.d.ts +1 -0
  111. package/dist/lib/checkoutVerifyCoupon.d.ts.map +1 -0
  112. package/dist/lib/checkoutVerifyCoupon.js +1 -0
  113. package/dist/lib/contactForm.d.ts.map +1 -0
  114. package/dist/lib/contractSaleDocument.d.ts.map +1 -0
  115. package/dist/lib/contractSaleDocumentApi.d.ts.map +1 -0
  116. package/dist/lib/isAutomationRuntime.d.ts.map +1 -0
  117. package/dist/lib/mollieComponentStyles.d.ts.map +1 -0
  118. package/dist/lib/playgroundDevSettings.d.ts.map +1 -0
  119. package/dist/lib/pricing.d.ts.map +1 -0
  120. package/dist/lib/productImageStyles.d.ts.map +1 -0
  121. package/dist/lib/productVariants.d.ts.map +1 -0
  122. package/dist/lib/products.d.ts.map +1 -0
  123. package/dist/lib/richAddress.d.ts.map +1 -0
  124. package/dist/lib/securePaymentLink.d.ts.map +1 -0
  125. package/dist/lib/storefrontAvailability.d.ts.map +1 -0
  126. package/dist/lib/storefrontImage.d.ts.map +1 -0
  127. package/dist/lib/storefrontProducts.d.ts.map +1 -0
  128. package/dist/lib/storefrontReviews.d.ts.map +1 -0
  129. package/dist/lib/storefrontTimeSlots.d.ts.map +1 -0
  130. package/dist/lib/utils.d.ts.map +1 -0
  131. package/dist/lib/whatsapp.d.ts.map +1 -0
  132. package/dist/localization.d.ts +9 -13
  133. package/dist/localization.d.ts.map +1 -0
  134. package/dist/pages/BookingPage.d.ts.map +1 -0
  135. package/dist/pages/CheckoutPage.d.ts.map +1 -0
  136. package/dist/pages/CheckoutPage.js +56 -51
  137. package/dist/pages/CheckoutPaymentPage.d.ts.map +1 -0
  138. package/dist/pages/CheckoutSuccessPage.d.ts.map +1 -0
  139. package/dist/pages/ContractSaleDocumentPage.d.ts.map +1 -0
  140. package/dist/pages/ErrorPage.d.ts.map +1 -0
  141. package/dist/pages/HomePage.d.ts.map +1 -0
  142. package/dist/pages/NotFoundPage.d.ts.map +1 -0
  143. package/dist/pages/PaymentLinkPage.d.ts.map +1 -0
  144. package/dist/pages/PaymentLinkSuccessPage.d.ts.map +1 -0
  145. package/dist/pages/ProductPage.d.ts.map +1 -0
  146. package/dist/pages/checkout/components/CheckoutCouponCard.d.ts +15 -0
  147. package/dist/pages/checkout/components/CheckoutCouponCard.d.ts.map +1 -0
  148. package/dist/pages/checkout/components/CheckoutDetailsCard.d.ts +9 -0
  149. package/dist/pages/checkout/components/CheckoutDetailsCard.d.ts.map +1 -0
  150. package/dist/pages/checkout/components/CheckoutPaymentCard.d.ts +22 -0
  151. package/dist/pages/checkout/components/CheckoutPaymentCard.d.ts.map +1 -0
  152. package/dist/pages/checkout/components/CheckoutPaymentSummaryCard.d.ts +23 -0
  153. package/dist/pages/checkout/components/CheckoutPaymentSummaryCard.d.ts.map +1 -0
  154. package/dist/pages/checkout/components/CheckoutSummaryColumn.d.ts +7 -0
  155. package/dist/pages/checkout/components/CheckoutSummaryColumn.d.ts.map +1 -0
  156. package/dist/pages/checkout/components/CheckoutSummaryColumn.js +16 -14
  157. package/dist/pages/checkout/components/MollieCheckoutForm.d.ts +9 -0
  158. package/dist/pages/checkout/components/MollieCheckoutForm.d.ts.map +1 -0
  159. package/dist/pages/checkout/components/StripeCheckoutForm.d.ts +8 -0
  160. package/dist/pages/checkout/components/StripeCheckoutForm.d.ts.map +1 -0
  161. package/dist/pages/checkout/types.d.ts +14 -0
  162. package/dist/pages/checkout/types.d.ts.map +1 -0
  163. package/dist/routes.d.ts +3 -6
  164. package/dist/routes.d.ts.map +1 -0
  165. package/dist/static/strings.d.ts +2 -0
  166. package/dist/static/strings.d.ts.map +1 -0
  167. package/dist/storefront.css +1 -1
  168. package/dist/storefrontSchemas.d.ts +565 -596
  169. package/dist/storefrontSchemas.d.ts.map +1 -0
  170. package/dist/ui/badge.d.ts.map +1 -0
  171. package/dist/ui/button.d.ts +1 -1
  172. package/dist/ui/button.d.ts.map +1 -0
  173. package/dist/ui/button.js +17 -17
  174. package/dist/ui/card.d.ts.map +1 -0
  175. package/dist/ui/card.js +8 -11
  176. package/dist/ui/form.d.ts +1 -1
  177. package/dist/ui/form.d.ts.map +1 -0
  178. package/dist/ui/form.js +52 -86
  179. package/dist/ui/input.d.ts.map +1 -0
  180. package/dist/ui/label.d.ts.map +1 -0
  181. package/dist/ui/radio-group.d.ts +10 -7
  182. package/dist/ui/radio-group.d.ts.map +1 -0
  183. package/dist/ui/radio-group.js +63 -45
  184. package/dist/ui/select.d.ts +29 -15
  185. package/dist/ui/select.d.ts.map +1 -0
  186. package/dist/ui/select.js +158 -232
  187. package/dist/ui/slot.d.ts +3 -7
  188. package/dist/ui/slot.d.ts.map +1 -0
  189. package/dist/ui/slot.js +47 -27
  190. package/dist/ui/textarea.d.ts.map +1 -0
  191. package/dist/ui/theme.d.ts +9 -0
  192. package/dist/ui/theme.d.ts.map +1 -0
  193. package/dist/ui/theme.js +24 -0
  194. package/dist/ui/tooltip.d.ts +30 -13
  195. package/dist/ui/tooltip.d.ts.map +1 -0
  196. package/dist/ui/tooltip.js +89 -60
  197. package/package.json +4 -2
  198. package/dist/BookingPage.d.ts +0 -6
  199. package/dist/CheckoutPage.d.ts +0 -6
  200. package/dist/CheckoutPaymentPage.d.ts +0 -6
  201. package/dist/CheckoutSuccessPage.d.ts +0 -6
  202. package/dist/ContractSaleDocumentPage.d.ts +0 -116
  203. package/dist/ErrorPage.d.ts +0 -6
  204. package/dist/HomePage.d.ts +0 -6
  205. package/dist/I18nProvider.d.ts +0 -23
  206. package/dist/NotFoundPage.d.ts +0 -6
  207. package/dist/PaymentLinkPage.d.ts +0 -40
  208. package/dist/PaymentLinkSuccessPage.d.ts +0 -40
  209. package/dist/ProductPage.d.ts +0 -6
  210. package/dist/accessories.d.ts +0 -42
  211. package/dist/apiCall.d.ts +0 -7
  212. package/dist/badge.d.ts +0 -14
  213. package/dist/bikes.d.ts +0 -107
  214. package/dist/booking-period-time-slots.d.ts +0 -264
  215. package/dist/booking-period.d.ts +0 -193
  216. package/dist/booking.d.ts +0 -402
  217. package/dist/button.d.ts +0 -16
  218. package/dist/card.d.ts +0 -18
  219. package/dist/cart.d.ts +0 -30
  220. package/dist/cartSummary.d.ts +0 -205
  221. package/dist/checkoutPaymentDecision.d.ts +0 -48
  222. package/dist/checkoutPaymentSession.d.ts +0 -65
  223. package/dist/checkoutSubmit.d.ts +0 -97
  224. package/dist/checkoutVerifyCoupon.d.ts +0 -45
  225. package/dist/config.d.ts +0 -19
  226. package/dist/contactForm.d.ts +0 -22
  227. package/dist/contractSaleDocument.d.ts +0 -242
  228. package/dist/contractSaleDocumentApi.d.ts +0 -481
  229. package/dist/en.d.ts +0 -369
  230. package/dist/form.d.ts +0 -44
  231. package/dist/fr.d.ts +0 -369
  232. package/dist/input.d.ts +0 -5
  233. package/dist/isAutomationRuntime.d.ts +0 -3
  234. package/dist/label.d.ts +0 -7
  235. package/dist/mollieComponentStyles.d.ts +0 -3
  236. package/dist/playgroundDevSettings.d.ts +0 -19
  237. package/dist/pricing.d.ts +0 -35
  238. package/dist/productImageStyles.d.ts +0 -25
  239. package/dist/productVariants.d.ts +0 -16
  240. package/dist/products.d.ts +0 -224
  241. package/dist/radio-group.d.ts +0 -14
  242. package/dist/richAddress.d.ts +0 -24
  243. package/dist/securePaymentLink.d.ts +0 -125
  244. package/dist/select.d.ts +0 -41
  245. package/dist/slot.d.ts +0 -15
  246. package/dist/storefrontAvailability.d.ts +0 -107
  247. package/dist/storefrontImage.d.ts +0 -16
  248. package/dist/storefrontProducts.d.ts +0 -400
  249. package/dist/storefrontReviews.d.ts +0 -84
  250. package/dist/storefrontTimeSlots.d.ts +0 -53
  251. package/dist/textarea.d.ts +0 -5
  252. package/dist/tooltip.d.ts +0 -43
  253. package/dist/utils.d.ts +0 -23
  254. package/dist/whatsapp.d.ts +0 -326
package/dist/fr.d.ts DELETED
@@ -1,369 +0,0 @@
1
- export declare const storefront: {
2
- title: string;
3
- subtitle: string;
4
- slug_label: string;
5
- info: string;
6
- top_bar_message: string;
7
- top_bar_whatsapp: string;
8
- nav_categories: string;
9
- nav_featured: string;
10
- nav_products: string;
11
- nav_contact: string;
12
- language_toggle: string;
13
- cta_book_now: string;
14
- cart_button: string;
15
- checkout_button: string;
16
- storefront_popup_title_fallback: string;
17
- status_open: string;
18
- hero_title: string;
19
- hero_description: string;
20
- feature_secure_payment_title: string;
21
- feature_secure_payment_description: string;
22
- feature_delivery_title: string;
23
- feature_delivery_description: string;
24
- feature_ready_in_minutes_title: string;
25
- feature_ready_in_minutes_description: string;
26
- booking_title: string;
27
- booking_subtitle: string;
28
- booking_pickup_label: string;
29
- booking_delivery_label: string;
30
- booking_delivery_description: string;
31
- booking_delivery_start_address_label: string;
32
- booking_delivery_start_address_placeholder: string;
33
- booking_delivery_end_address_label: string;
34
- booking_delivery_end_address_placeholder: string;
35
- booking_delivery_end_address_helper: string;
36
- checkout_delivery_address_required: string;
37
- booking_start_date: string;
38
- booking_start_time: string;
39
- booking_end_date: string;
40
- booking_end_time: string;
41
- booking_selected_days_tooltip_one: string;
42
- booking_selected_days_tooltip_other: string;
43
- booking_minimum_duration: string;
44
- booking_submit: string;
45
- flow_step_booking: string;
46
- flow_step_checkout: string;
47
- featured_title: string;
48
- featured_description: string;
49
- featured_view_all: string;
50
- about_section_title: string;
51
- about_section_heading: string;
52
- about_section_fallback: string;
53
- testimonials: {
54
- title: string;
55
- reviews_label: string;
56
- view_on_google: string;
57
- view_original: string;
58
- google_user: string;
59
- google_review: string;
60
- tripadvisor_review: string;
61
- see_more: string;
62
- see_less: string;
63
- };
64
- availability_in_stock: string;
65
- availability_low_stock: string;
66
- availability_out_of_stock: string;
67
- availability_quantity_unavailable: string;
68
- availability_checking: string;
69
- availability_remaining_count_one: string;
70
- availability_remaining_count_other: string;
71
- price_from: string;
72
- price_then: string;
73
- price_details_aria_label: string;
74
- price_table_title: string;
75
- price_table_day_one: string;
76
- price_table_day_other: string;
77
- price_table_per_day: string;
78
- price_table_contact_prompt: string;
79
- price_unit_day_one: string;
80
- price_unit_day_other: string;
81
- products_title: string;
82
- products_description: string;
83
- products_page_title: string;
84
- products_page_subtitle: string;
85
- booking_summary_title: string;
86
- filter_all: string;
87
- product_details_link: string;
88
- product_cta: string;
89
- add_to_cart: string;
90
- add_short: string;
91
- cart_title: string;
92
- cart_items_count_one: string;
93
- cart_items_count_other: string;
94
- cart_empty: string;
95
- cart_empty_title: string;
96
- cart_empty_description: string;
97
- cart_line_meta: string;
98
- remove_from_cart: string;
99
- cart_total_per_day: string;
100
- cart_clear: string;
101
- booking_select_variant_cancel: string;
102
- close_modal: string;
103
- decrease_quantity: string;
104
- increase_quantity: string;
105
- go_back: string;
106
- back_to_products: string;
107
- back_to_booking: string;
108
- product_not_found_title: string;
109
- product_not_found_description: string;
110
- product_features_title: string;
111
- add_to_cart_title: string;
112
- add_to_cart_description: string;
113
- product_size_label: string;
114
- product_variant_label: string;
115
- quantity_label: string;
116
- go_to_checkout: string;
117
- checkout_title: string;
118
- checkout_subtitle: string;
119
- checkout_summary_title: string;
120
- checkout_summary_description: string;
121
- checkout_estimated_days_one: string;
122
- checkout_estimated_days_other: string;
123
- checkout_estimated_total: string;
124
- checkout_form_title: string;
125
- checkout_form_description: string;
126
- checkout_full_name_label: string;
127
- checkout_full_name_placeholder: string;
128
- checkout_email_label: string;
129
- checkout_email_placeholder: string;
130
- checkout_phone_label: string;
131
- checkout_phone_placeholder: string;
132
- checkout_notes_label: string;
133
- checkout_notes_placeholder: string;
134
- checkout_continue_to_payment: string;
135
- checkout_payment_title: string;
136
- checkout_payment_hold_description: string;
137
- checkout_payment_hold_form_description: string;
138
- checkout_payment_hold_amount: string;
139
- checkout_payment_authorize_button: string;
140
- checkout_payment_authorizing_button: string;
141
- checkout_payment_totals_title: string;
142
- checkout_payment_totals_description: string;
143
- checkout_payment_amount_due_now: string;
144
- checkout_payment_total_excluding_tax: string;
145
- checkout_payment_vat: string;
146
- checkout_payment_deposit_amount: string;
147
- checkout_coupon_title: string;
148
- checkout_coupon_label: string;
149
- checkout_coupon_placeholder: string;
150
- checkout_coupon_apply: string;
151
- checkout_coupon_remove: string;
152
- checkout_coupon_discount: string;
153
- checkout_coupon_applied: string;
154
- checkout_coupon_auto_applied: string;
155
- checkout_coupon_manual_applied: string;
156
- checkout_coupon_invalid: string;
157
- checkout_coupon_error: string;
158
- checkout_payment_estimated_total_hint: string;
159
- checkout_payment_method_card: string;
160
- checkout_payment_method_apple_pay: string;
161
- checkout_payment_method_other: string;
162
- checkout_payment_method_apple_pay_placeholder: string;
163
- checkout_payment_method_other_placeholder_title: string;
164
- checkout_payment_due_now_helper_deposit_refundable_until: string;
165
- checkout_payment_due_now_helper_deposit: string;
166
- checkout_payment_due_now_helper_none: string;
167
- checkout_payment_provider: string;
168
- checkout_payment_loading: string;
169
- checkout_payment_error: string;
170
- checkout_payment_enable_hint: string;
171
- checkout_submit: string;
172
- checkout_success_toast: string;
173
- checkout_success_title: string;
174
- checkout_success_description: string;
175
- checkout_success_back_to_products: string;
176
- checkout_success_back_home: string;
177
- checkout_payment_return_loading: string;
178
- checkout_payment_return_missing_session: string;
179
- checkout_payment_return_status_error: string;
180
- checkout_payment_return_refresh_status: string;
181
- checkout_payment_return_back_to_checkout: string;
182
- checkout_payment_return_retry_checkout: string;
183
- checkout_payment_return_go_to_success: string;
184
- docs_contract_sale_loading: string;
185
- docs_contract_sale_not_found_title: string;
186
- docs_contract_sale_load_error: string;
187
- docs_contract_sale_download_pdf: string;
188
- docs_contract_sale_back_to_storefront: string;
189
- docs_contract_sale_language_selector_label: string;
190
- docs_contract_sale_language_option_fr: string;
191
- docs_contract_sale_language_option_en: string;
192
- docs_contract_sale_preparing_pdf: string;
193
- docs_contract_sale_download_pdf_error: string;
194
- docs_contract_sale_qr_alt: string;
195
- docs_contract_sale_invoice_title: string;
196
- docs_contract_sale_credit_note_title: string;
197
- docs_contract_sale_page_counter: string;
198
- docs_contract_sale_invoice_date_label: string;
199
- docs_contract_sale_credit_note_date_label: string;
200
- docs_contract_sale_due_date_label: string;
201
- docs_contract_sale_invoice_recipient_label: string;
202
- docs_contract_sale_credit_note_recipient_label: string;
203
- docs_contract_sale_description_label: string;
204
- docs_contract_sale_quantity_label: string;
205
- docs_contract_sale_unit_price_label: string;
206
- docs_contract_sale_line_total_label: string;
207
- docs_contract_sale_subtotal_label: string;
208
- docs_contract_sale_tax_label: string;
209
- docs_contract_sale_total_label: string;
210
- docs_contract_sale_notes_title: string;
211
- docs_contract_sale_submitting_signature: string;
212
- docs_contract_sale_submitting_acceptance: string;
213
- docs_contract_sale_acceptance_submit_error: string;
214
- docs_contract_sale_signature_submit_error: string;
215
- docs_contract_sale_action_signature_ready: string;
216
- docs_contract_sale_action_signature_locked: string;
217
- docs_contract_sale_action_acceptance_ready: string;
218
- docs_contract_sale_action_acceptance_locked: string;
219
- docs_contract_sale_already_signed: string;
220
- docs_contract_sale_already_accepted: string;
221
- docs_contract_sale_end: string;
222
- docs_contract_sale_acceptance_modal_title: string;
223
- docs_contract_sale_acceptance_modal_description: string;
224
- docs_contract_sale_acceptance_modal_accept: string;
225
- docs_contract_sale_acceptance_modal_accepting: string;
226
- docs_contract_sale_modal_cancel: string;
227
- docs_contract_sale_signature_modal_title: string;
228
- docs_contract_sale_signature_name_label: string;
229
- docs_contract_sale_signature_phone_label: string;
230
- docs_contract_sale_signature_canvas_label: string;
231
- docs_contract_sale_signature_clear: string;
232
- docs_contract_sale_signature_modal_saving: string;
233
- docs_contract_sale_signature_modal_submit: string;
234
- docs_contract_sale_signature_validation_signature: string;
235
- docs_contract_sale_signature_validation_identity: string;
236
- docs_contract_sale_signature_acknowledgement: string;
237
- docs_contract_sale_signature_issuer_label: string;
238
- docs_contract_sale_signature_customer_label: string;
239
- docs_contract_sale_signature_date_label: string;
240
- docs_contract_sale_signature_image_alt: string;
241
- docs_contract_sale_acceptance_section_accepted_title: string;
242
- docs_contract_sale_acceptance_section_accepted_date: string;
243
- docs_contract_sale_acceptance_section_required_title: string;
244
- docs_contract_sale_acceptance_section_required_description: string;
245
- accessories_title: string;
246
- accessories_description: string;
247
- accessories_badge: string;
248
- contact_section_title: string;
249
- contact_section_subtitle: string;
250
- contact_section_info_title: string;
251
- contact_section_info_description: string;
252
- contact_section_info_description_without_whatsapp: string;
253
- contact_section_whatsapp_label: string;
254
- contact_section_phone_label: string;
255
- contact_section_email_label: string;
256
- contact_section_address_label: string;
257
- contact_section_form_title: string;
258
- contact_section_form_description: string;
259
- contact_form_name_label: string;
260
- contact_form_name_placeholder: string;
261
- contact_form_email_label: string;
262
- contact_form_email_placeholder: string;
263
- contact_form_phone_label: string;
264
- contact_form_phone_placeholder: string;
265
- contact_form_message_label: string;
266
- contact_form_message_placeholder: string;
267
- contact_form_privacy_hint: string;
268
- contact_form_submit_button: string;
269
- contact_form_submitting_button: string;
270
- contact_form_success_toast: string;
271
- contact_form_error_toast: string;
272
- contact_form_error_message: string;
273
- contact_form_validation_name_required: string;
274
- contact_form_validation_email_invalid: string;
275
- contact_form_validation_phone_invalid: string;
276
- contact_form_validation_message_required: string;
277
- contact_form_validation_message_too_long: string;
278
- footer_brand_title: string;
279
- footer_brand_description: string;
280
- footer_contact_title: string;
281
- footer_whatsapp_link: string;
282
- footer_hours_title: string;
283
- footer_business_hours_closed: string;
284
- footer_business_hours_weekday_range: string;
285
- footer_business_hours_season_label: string;
286
- footer_business_hours_season_range: string;
287
- footer_hours_week: string;
288
- footer_hours_weekend: string;
289
- platform_footer_powered_by: string;
290
- platform_footer_terms: string;
291
- platform_footer_privacy: string;
292
- platform_footer_tagline: string;
293
- secure_payment_link: {
294
- loading: string;
295
- title: string;
296
- subtitle: string;
297
- secured_badge: string;
298
- amount_label: string;
299
- reference_label: string;
300
- provider_label: string;
301
- email_label: string;
302
- back_to_store: string;
303
- confirmation_loading_title: string;
304
- confirmation_loading_description: string;
305
- summary_amount: string;
306
- providers: {
307
- stripe_connect_oauth: string;
308
- mollie_connect_oauth: string;
309
- };
310
- statuses: {
311
- pending: string;
312
- authorized: string;
313
- succeeded: string;
314
- failed: string;
315
- cancelled: string;
316
- refunded: string;
317
- };
318
- success_titles: {
319
- pending: string;
320
- authorized: string;
321
- succeeded: string;
322
- failed: string;
323
- cancelled: string;
324
- refunded: string;
325
- };
326
- mollie: {
327
- title: string;
328
- description: string;
329
- cta: string;
330
- form_title: string;
331
- form_description: string;
332
- };
333
- form: {
334
- loading_session: string;
335
- name_label: string;
336
- name_placeholder: string;
337
- email_label: string;
338
- email_placeholder: string;
339
- cardholder_name_label: string;
340
- cardholder_name_placeholder: string;
341
- card_label: string;
342
- card_number_label: string;
343
- card_expiry_label: string;
344
- card_cvc_label: string;
345
- name_required: string;
346
- email_required: string;
347
- submit_button: string;
348
- submitting_button: string;
349
- };
350
- errors: {
351
- title: string;
352
- invalid_link: string;
353
- load_failed: string;
354
- session_failed: string;
355
- mollie_missing_url: string;
356
- missing_publishable_key: string;
357
- stripe_not_ready: string;
358
- mollie_not_ready: string;
359
- payment_failed: string;
360
- };
361
- };
362
- error_title: string;
363
- error_description: string;
364
- not_found_title: string;
365
- not_found_description: string;
366
- back_to_home: string;
367
- };
368
-
369
- export { }
package/dist/input.d.ts DELETED
@@ -1,5 +0,0 @@
1
- import * as React_2 from 'react';
2
-
3
- export declare const Input: React_2.ForwardRefExoticComponent<Omit<React_2.DetailedHTMLProps<React_2.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & React_2.RefAttributes<HTMLInputElement>>;
4
-
5
- export { }
@@ -1,3 +0,0 @@
1
- export declare const isAutomationRuntime: () => boolean;
2
-
3
- export { }
package/dist/label.d.ts DELETED
@@ -1,7 +0,0 @@
1
- import { ClassProp } from 'class-variance-authority/types';
2
- import * as React_2 from 'react';
3
- import { VariantProps } from 'class-variance-authority';
4
-
5
- export declare const Label: React_2.ForwardRefExoticComponent<React_2.LabelHTMLAttributes<HTMLLabelElement> & VariantProps<(props?: ClassProp | undefined) => string> & React_2.RefAttributes<HTMLLabelElement>>;
6
-
7
- export { }
@@ -1,3 +0,0 @@
1
- export declare const getMollieCardStyles: () => Record<string, unknown>;
2
-
3
- export { }
@@ -1,19 +0,0 @@
1
- export declare const DEFAULT_PLAYGROUND_DEV_SETTINGS: PlaygroundDevSettings;
2
-
3
- export declare const isStorefrontPlaygroundRuntime: () => boolean;
4
-
5
- export declare type PlaygroundDevSettings = {
6
- heroMode: PlaygroundHeroMode;
7
- };
8
-
9
- export declare type PlaygroundHeroMode = "current_booking_hero" | "booking_bar_overlay_hero" | "vertical_marquee_hero";
10
-
11
- export declare const readPlaygroundDevSettings: () => PlaygroundDevSettings;
12
-
13
- export declare const resetPlaygroundDevSettings: () => void;
14
-
15
- export declare const usePlaygroundDevSettings: () => PlaygroundDevSettings;
16
-
17
- export declare const writePlaygroundDevSettings: (nextSettings: PlaygroundDevSettings) => void;
18
-
19
- export { }
package/dist/pricing.d.ts DELETED
@@ -1,35 +0,0 @@
1
- import { TFunction } from 'i18next';
2
- import { z } from 'zod';
3
-
4
- export declare function buildDailyPriceRows(prices: StorefrontPublicProductPrice[] | undefined, locale: string): DailyPriceRow[];
5
-
6
- export declare function buildPriceTierLabels(prices: StorefrontPublicProductPrice[] | undefined, locale: string, t: TFunction): string[];
7
-
8
- export declare function calculateDailyPriceForQuantity(prices: StorefrontPublicProductPrice[] | undefined, dayCount: number): number | null;
9
-
10
- export declare type DailyPriceRow = {
11
- dayCount: number;
12
- totalPriceLabel: string;
13
- perDayPriceLabel: string;
14
- };
15
-
16
- export declare const formatStorefrontPriceMinor: (valueMinor: number, locale: string, { currency }?: {
17
- currency?: string;
18
- }) => string;
19
-
20
- declare type StorefrontPublicProductPrice = z.infer<typeof storefrontPublicProductPriceSchema>;
21
-
22
- declare const storefrontPublicProductPriceSchema: z.ZodObject<{
23
- value: z.ZodNumber;
24
- unit: z.ZodEnum<{
25
- hour: "hour";
26
- half_day: "half_day";
27
- day: "day";
28
- week: "week";
29
- month: "month";
30
- }>;
31
- quantity: z.ZodNumber;
32
- currency: z.ZodOptional<z.ZodString>;
33
- }, z.core.$strip>;
34
-
35
- export { }
@@ -1,25 +0,0 @@
1
- import { CSSProperties } from 'react';
2
- import { z } from 'zod';
3
-
4
- declare type ProductImageContainerStyle = {
5
- className: string;
6
- style?: CSSProperties;
7
- };
8
-
9
- export declare const resolveProductImageContainerStyle: (primaryImageStyle?: StorefrontPublicImageStyle) => ProductImageContainerStyle;
10
-
11
- declare type StorefrontPublicImageStyle = z.infer<typeof storefrontPublicImageStyleSchema>;
12
-
13
- declare const storefrontPublicImageStyleSchema: z.ZodObject<{
14
- bgMode: z.ZodEnum<{
15
- transparent: "transparent";
16
- solid: "solid";
17
- complex: "complex";
18
- }>;
19
- bgColor: z.ZodOptional<z.ZodString>;
20
- needsLightBorder: z.ZodDefault<z.ZodBoolean>;
21
- confidence: z.ZodOptional<z.ZodNumber>;
22
- analyzerVersion: z.ZodOptional<z.ZodNumber>;
23
- }, z.core.$strip>;
24
-
25
- export { }
@@ -1,16 +0,0 @@
1
- export declare function getProductVariantAttributeValue(variant: ProductVariantLike, key: string): string | undefined;
2
-
3
- export declare function getProductVariantDisplay(variant: ProductVariantLike): {
4
- label: string;
5
- description?: string;
6
- };
7
-
8
- export declare const getStorefrontProductVariantDisplay: typeof getProductVariantDisplay;
9
-
10
- declare type ProductVariantLike = {
11
- id?: unknown;
12
- computedName?: unknown;
13
- attributes?: unknown;
14
- };
15
-
16
- export { }