@ikas/storefront 6.1.0-beta.33 → 6.1.0-beta.330

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 (275) hide show
  1. package/build/analytics/analytics.d.ts +6 -3
  2. package/build/analytics/analytics.js +1 -1
  3. package/build/analytics/events.d.ts +4 -1
  4. package/build/analytics/events.js +1 -1
  5. package/build/analytics/facebookPixel.d.ts +13 -0
  6. package/build/analytics/facebookPixel.js +1 -1
  7. package/build/analytics/googleAnalytics.d.ts +3 -2
  8. package/build/analytics/googleAnalytics.js +1 -1
  9. package/build/analytics/googleTagManager.d.ts +3 -2
  10. package/build/analytics/googleTagManager.js +1 -1
  11. package/build/analytics/head/index.js +1 -1
  12. package/build/analytics/ikasV3.d.ts +1 -0
  13. package/build/analytics/ikasV3.js +1 -1
  14. package/build/components/checkout/components/address-form/index.js +1 -1
  15. package/build/components/checkout/components/address-form/model.d.ts +5 -0
  16. package/build/components/checkout/components/address-form/model.js +1 -1
  17. package/build/components/checkout/components/adyen/index.js +1 -1
  18. package/build/components/checkout/components/button/index.d.ts +1 -0
  19. package/build/components/checkout/components/button/index.js +1 -1
  20. package/build/components/checkout/components/button/style.module.scss.js +1 -1
  21. package/build/components/checkout/components/cart-summary/cart-item/index.js +1 -1
  22. package/build/components/checkout/components/cart-summary/cart-item/style.module.scss.js +1 -1
  23. package/build/components/checkout/components/cart-summary/index.d.ts +10 -1
  24. package/build/components/checkout/components/cart-summary/index.js +1 -1
  25. package/build/components/checkout/components/cart-summary/style.module.scss.js +1 -1
  26. package/build/components/checkout/components/checkbox/index.d.ts +1 -0
  27. package/build/components/checkout/components/checkbox/index.js +1 -1
  28. package/build/components/checkout/components/credit-card-form/model.js +1 -1
  29. package/build/components/checkout/components/customer-addresses/index.d.ts +1 -0
  30. package/build/components/checkout/components/customer-addresses/index.js +1 -1
  31. package/build/components/checkout/components/customer-addresses/model.js +1 -1
  32. package/build/components/checkout/components/error/stock-error/index.js +1 -1
  33. package/build/components/checkout/components/form-item/index.js +1 -1
  34. package/build/components/checkout/components/form-item/model.d.ts +5 -3
  35. package/build/components/checkout/components/form-item/model.js +1 -1
  36. package/build/components/checkout/components/form-item/style.module.scss.js +1 -1
  37. package/build/components/checkout/components/hepsipay/index.d.ts +9 -0
  38. package/build/components/checkout/components/hepsipay/index.js +1 -0
  39. package/build/components/checkout/components/input-with-button/style.module.scss.js +1 -1
  40. package/build/components/checkout/components/iyzico/index.d.ts +8 -0
  41. package/build/components/checkout/components/iyzico/index.js +1 -0
  42. package/build/components/checkout/components/modal/index.d.ts +1 -0
  43. package/build/components/checkout/components/modal/index.js +1 -1
  44. package/build/components/checkout/components/modal/style.module.scss.js +1 -1
  45. package/build/components/checkout/components/offer-product/index.js +1 -1
  46. package/build/components/checkout/components/offer-product/offer-dots/index.js +1 -1
  47. package/build/components/checkout/components/offer-product/style.module.scss.js +1 -1
  48. package/build/components/checkout/components/offer-product/useCampaignOffer.js +1 -1
  49. package/build/components/checkout/components/phone-number-input/index.d.ts +1 -1
  50. package/build/components/checkout/components/phone-number-input/index.js +1 -1
  51. package/build/components/checkout/components/quick-registration/completed.js +1 -1
  52. package/build/components/checkout/components/quick-registration/index.js +1 -1
  53. package/build/components/checkout/components/quick-registration/model.js +1 -1
  54. package/build/components/checkout/components/step-container/index.d.ts +5 -0
  55. package/build/components/checkout/components/step-container/index.js +1 -1
  56. package/build/components/checkout/components/step-container/style.module.scss.js +1 -1
  57. package/build/components/checkout/components/stripe/checkout-form.js +1 -1
  58. package/build/components/checkout/components/stripe-express/index.d.ts +7 -0
  59. package/build/components/checkout/components/stripe-express/index.js +1 -0
  60. package/build/components/checkout/components/stripe-express/style.module.scss.js +1 -0
  61. package/build/components/checkout/components/svg/arrow-loyalty.d.ts +6 -0
  62. package/build/components/checkout/components/svg/arrow-loyalty.js +1 -0
  63. package/build/components/checkout/components/svg/arrow-right-loyalty.d.ts +6 -0
  64. package/build/components/checkout/components/svg/arrow-right-loyalty.js +1 -0
  65. package/build/components/checkout/components/svg/coupon-code-tag.d.ts +6 -0
  66. package/build/components/checkout/components/svg/coupon-code-tag.js +1 -0
  67. package/build/components/checkout/components/svg/credit-balance.d.ts +6 -0
  68. package/build/components/checkout/components/svg/credit-balance.js +1 -0
  69. package/build/components/checkout/components/svg/gift-cart-tag.d.ts +6 -0
  70. package/build/components/checkout/components/svg/gift-cart-tag.js +1 -0
  71. package/build/components/checkout/components/svg/gift-loyalty.d.ts +6 -0
  72. package/build/components/checkout/components/svg/gift-loyalty.js +1 -0
  73. package/build/components/checkout/components/svg/info.d.ts +6 -0
  74. package/build/components/checkout/components/svg/info.js +1 -0
  75. package/build/components/checkout/components/svg/left-arrow-loyalty.d.ts +6 -0
  76. package/build/components/checkout/components/svg/left-arrow-loyalty.js +1 -0
  77. package/build/components/checkout/components/svg/package-loyalty.d.ts +6 -0
  78. package/build/components/checkout/components/svg/package-loyalty.js +1 -0
  79. package/build/components/checkout/components/svg/percentage-loyalty.d.ts +6 -0
  80. package/build/components/checkout/components/svg/percentage-loyalty.js +1 -0
  81. package/build/components/checkout/components/svg/star-loyalty.d.ts +6 -0
  82. package/build/components/checkout/components/svg/star-loyalty.js +1 -0
  83. package/build/components/checkout/components/svg/store-credit-tag.d.ts +6 -0
  84. package/build/components/checkout/components/svg/store-credit-tag.js +1 -0
  85. package/build/components/checkout/components/svg/subscription.d.ts +6 -0
  86. package/build/components/checkout/components/svg/subscription.js +1 -0
  87. package/build/components/checkout/index.d.ts +1 -0
  88. package/build/components/checkout/index.js +1 -1
  89. package/build/components/checkout/model.d.ts +65 -9
  90. package/build/components/checkout/model.js +1 -1
  91. package/build/components/checkout/steps/step-info/index.js +1 -1
  92. package/build/components/checkout/steps/step-payment/billing-address/index.js +1 -1
  93. package/build/components/checkout/steps/step-payment/index.js +1 -1
  94. package/build/components/checkout/steps/step-payment/payment-gateways/index.js +1 -1
  95. package/build/components/checkout/steps/step-payment/payment-gateways/miles-smiles/index.d.ts +7 -0
  96. package/build/components/checkout/steps/step-payment/payment-gateways/miles-smiles/index.js +1 -0
  97. package/build/components/checkout/steps/step-payment/payment-gateways/miles-smiles/style.module.scss.js +1 -0
  98. package/build/components/checkout/steps/step-payment/payment-gateways/miles-smiles/thy-logo.d.ts +8 -0
  99. package/build/components/checkout/steps/step-payment/payment-gateways/miles-smiles/thy-logo.js +1 -0
  100. package/build/components/checkout/steps/step-payment/payment-gateways/store-credit/index.d.ts +7 -0
  101. package/build/components/checkout/steps/step-payment/payment-gateways/store-credit/index.js +1 -0
  102. package/build/components/checkout/steps/step-payment/payment-gateways/store-credit/style.module.scss.js +1 -0
  103. package/build/components/checkout/steps/step-payment/payment-gateways/style.module.scss.js +1 -1
  104. package/build/components/checkout/steps/step-shipping/index.js +1 -1
  105. package/build/components/checkout/steps/step-success/index.js +1 -1
  106. package/build/components/checkout/style.module.scss.js +1 -1
  107. package/build/components/image/index.d.ts +1 -0
  108. package/build/components/image/index.js +1 -1
  109. package/build/components/index.d.ts +3 -0
  110. package/build/components/page/head.js +1 -1
  111. package/build/components/page/index.d.ts +1 -1
  112. package/build/components/page/index.js +1 -1
  113. package/build/components/page/widgets/common.d.ts +2 -0
  114. package/build/components/page/widgets/common.js +1 -0
  115. package/build/components/page/widgets/loyaltyWidget.d.ts +8 -0
  116. package/build/components/page/widgets/loyaltyWidget.js +1 -0
  117. package/build/components/page/widgets/popupWidget.d.ts +16 -0
  118. package/build/components/page/widgets/popupWidget.js +1 -0
  119. package/build/components/page-editor/ThemeComponentEditor.js +1 -1
  120. package/build/components/page-editor/model.js +1 -1
  121. package/build/components/pay-with-ikas/index.d.ts +9 -0
  122. package/build/components/pay-with-ikas/index.js +1 -0
  123. package/build/components/paypal-express-checkout/index.d.ts +9 -0
  124. package/build/components/paypal-express-checkout/index.js +1 -0
  125. package/build/components/plain-image/index.d.ts +13 -0
  126. package/build/components/plain-image/index.js +1 -0
  127. package/build/ext/@ikas/popup-renderer/build/ext/libphonenumber-js/es6/formatIncompletePhoneNumber.js +1 -0
  128. package/build/ext/@ikas/popup-renderer/build/ext/libphonenumber-js/es6/getCountries.js +1 -0
  129. package/build/ext/@ikas/popup-renderer/build/ext/libphonenumber-js/min/exports/formatIncompletePhoneNumber.js +1 -0
  130. package/build/ext/@ikas/popup-renderer/build/ext/libphonenumber-js/min/exports/getCountries.js +1 -0
  131. package/build/ext/@ikas/popup-renderer/build/ext/libphonenumber-js/min/exports/getCountryCallingCode.js +1 -0
  132. package/build/ext/@ikas/popup-renderer/build/ext/libphonenumber-js/min/exports/isSupportedCountry.js +1 -0
  133. package/build/ext/@ikas/popup-renderer/build/ext/libphonenumber-js/min/exports/parsePhoneNumber.js +1 -0
  134. package/build/ext/@ikas/popup-renderer/build/ext/mobx-react-lite/es/ObserverComponent.js +1 -0
  135. package/build/ext/@ikas/popup-renderer/build/ext/mobx-react-lite/es/index.js +1 -0
  136. package/build/ext/@ikas/popup-renderer/build/ext/mobx-react-lite/es/observer.js +1 -0
  137. package/build/ext/@ikas/popup-renderer/build/ext/mobx-react-lite/es/useObserver.js +1 -0
  138. package/build/ext/@ikas/popup-renderer/build/ext/mobx-react-lite/es/utils/UniversalFinalizationRegistry.js +1 -0
  139. package/build/ext/@ikas/popup-renderer/build/ext/mobx-react-lite/es/utils/assertEnvironment.js +1 -0
  140. package/build/ext/@ikas/popup-renderer/build/ext/mobx-react-lite/es/utils/observerBatching.js +1 -0
  141. package/build/ext/@ikas/popup-renderer/build/ext/mobx-react-lite/es/utils/observerFinalizationRegistry.js +1 -0
  142. package/build/ext/@ikas/popup-renderer/build/ext/mobx-react-lite/es/utils/printDebugValue.js +1 -0
  143. package/build/ext/@ikas/popup-renderer/build/popup-renderer/components/button-element-renderer/index.js +1 -1
  144. package/build/ext/@ikas/popup-renderer/build/popup-renderer/components/form-element-renderer/checkbox-item-view/index.js +1 -1
  145. package/build/ext/@ikas/popup-renderer/build/popup-renderer/components/form-element-renderer/index.js +1 -1
  146. package/build/ext/@ikas/popup-renderer/build/popup-renderer/components/form-element-renderer/input-item-view/index.js +1 -1
  147. package/build/ext/@ikas/popup-renderer/build/popup-renderer/components/form-element-renderer/phone-input-item-view/get-countries.js +1 -0
  148. package/build/ext/@ikas/popup-renderer/build/popup-renderer/components/form-element-renderer/phone-input-item-view/index.js +1 -0
  149. package/build/ext/@ikas/popup-renderer/build/popup-renderer/components/image-column-element-renderer/index.js +1 -1
  150. package/build/ext/@ikas/popup-renderer/build/popup-renderer/components/image-element-renderer/index.js +1 -1
  151. package/build/ext/@ikas/popup-renderer/build/popup-renderer/components/index.js +1 -1
  152. package/build/ext/@ikas/popup-renderer/build/popup-renderer/components/product-list-renderer/index.js +1 -1
  153. package/build/ext/@ikas/popup-renderer/build/popup-renderer/components/social-element-renderer/index.js +1 -1
  154. package/build/ext/@ikas/popup-renderer/build/popup-renderer/helpers/index.js +1 -1
  155. package/build/ext/@ikas/popup-renderer/build/popup-renderer/models/modal/step/elements/form/form-settings/index.js +1 -1
  156. package/build/ext/@ikas/popup-renderer/build/popup-renderer/models/modal/step/elements/image/index.js +1 -1
  157. package/build/ext/@ikas/popup-renderer/build/popup-renderer/models/modal/step/elements/image-column/index.js +1 -1
  158. package/build/ext/@ikas/popup-renderer/build/popup-renderer/models/modal/step/elements/product/index.js +1 -1
  159. package/build/ext/@ikas/popup-script-injector/dist/popup-script-injector.es.js +38 -0
  160. package/build/hooks/useCustomerReviews.d.ts +2 -0
  161. package/build/hooks/useCustomerReviews.js +1 -1
  162. package/build/hooks/useDimension.js +1 -1
  163. package/build/hooks/useStore.js +1 -1
  164. package/build/index.js +1 -1
  165. package/build/models/data/checkout-settings/address-field-restriction/index.d.ts +10 -0
  166. package/build/models/data/checkout-settings/address-field-restriction/index.js +1 -0
  167. package/build/models/data/checkout-settings/index.d.ts +3 -0
  168. package/build/models/data/checkout-settings/index.js +1 -1
  169. package/build/models/data/customer/address/ikas-localized-customer-address.d.ts +1 -0
  170. package/build/models/data/customer/address/ikas-localized-customer-address.js +1 -1
  171. package/build/models/data/customer/review/index.d.ts +4 -1
  172. package/build/models/data/customer/review/index.js +1 -1
  173. package/build/models/data/index.d.ts +1 -0
  174. package/build/models/data/order/address/ikas-localized-order-address.d.ts +1 -0
  175. package/build/models/data/order/address/ikas-localized-order-address.js +1 -1
  176. package/build/models/data/order/adjustment/index.d.ts +3 -1
  177. package/build/models/data/order/adjustment/index.js +1 -1
  178. package/build/models/data/order/gift-card-line/index.d.ts +2 -1
  179. package/build/models/data/order/gift-card-line/index.js +1 -1
  180. package/build/models/data/order/index.d.ts +4 -0
  181. package/build/models/data/order/index.js +1 -1
  182. package/build/models/data/order/line-item/bundle-product-settings/index.d.ts +7 -0
  183. package/build/models/data/order/line-item/bundle-product-settings/index.js +1 -0
  184. package/build/models/data/order/line-item/index.d.ts +4 -0
  185. package/build/models/data/order/line-item/index.js +1 -1
  186. package/build/models/data/order/line-item/order-line-item-subscription-plan/index.d.ts +8 -0
  187. package/build/models/data/order/line-item/order-line-item-subscription-plan/index.js +1 -0
  188. package/build/models/data/order/line-item/order-line-item-subscription-plan/order-line-item-subscription-plan-discount/index.d.ts +6 -0
  189. package/build/models/data/order/line-item/order-line-item-subscription-plan/order-line-item-subscription-plan-discount/index.js +1 -0
  190. package/build/models/data/order/line-item/order-line-item-subscription-plan/order-line-item-subscription-plan-period/index.d.ts +14 -0
  191. package/build/models/data/order/line-item/order-line-item-subscription-plan/order-line-item-subscription-plan-period/index.js +1 -0
  192. package/build/models/data/order/loyalty-line/index.d.ts +9 -0
  193. package/build/models/data/order/loyalty-line/index.js +1 -0
  194. package/build/models/data/order/order-transaction-with-prices/index.d.ts +1 -0
  195. package/build/models/data/order/order-transaction-with-prices/index.js +1 -1
  196. package/build/models/data/order/refund/settings/index.d.ts +1 -0
  197. package/build/models/data/order/refund/settings/index.js +1 -1
  198. package/build/models/data/payment-gateway/index.d.ts +2 -0
  199. package/build/models/data/payment-gateway/index.js +1 -1
  200. package/build/models/data/product/campaign-offer/index.d.ts +2 -0
  201. package/build/models/data/product/campaign-offer/index.js +1 -1
  202. package/build/models/data/product/filter/index.d.ts +2 -0
  203. package/build/models/data/product/filter/index.js +1 -1
  204. package/build/models/data/product/index.d.ts +10 -0
  205. package/build/models/data/product/index.js +1 -1
  206. package/build/models/data/product/translations/index.d.ts +7 -0
  207. package/build/models/data/product/translations/index.js +1 -0
  208. package/build/models/data/product/variant/bundle-settings/bundle-product/index.js +1 -1
  209. package/build/models/data/product/variant/index.d.ts +3 -0
  210. package/build/models/data/product/variant/index.js +1 -1
  211. package/build/models/data/product/variant/subscription-plan/index.d.ts +12 -0
  212. package/build/models/data/product/variant/subscription-plan/index.js +1 -0
  213. package/build/models/data/product/variant/subscription-plan/product-subscription-plan-discount/index.d.ts +6 -0
  214. package/build/models/data/product/variant/subscription-plan/product-subscription-plan-period/index.d.ts +23 -0
  215. package/build/models/data/product/variant/subscription-plan/product-subscription-plan-period/index.js +1 -0
  216. package/build/models/data/store-credit-balance/index.d.ts +26 -0
  217. package/build/models/data/store-credit-balance/index.js +1 -0
  218. package/build/models/data/storefront-popup/index.d.ts +1 -0
  219. package/build/models/data/storefront-popup/index.js +1 -1
  220. package/build/models/data/storefront-popup/storefront-popup-display-filter/index.d.ts +4 -7
  221. package/build/models/data/storefront-popup/storefront-popup-display-filter/index.js +1 -1
  222. package/build/models/data/theme-json/component/prop/index.d.ts +1 -0
  223. package/build/models/data/theme-json/component/prop/index.js +1 -1
  224. package/build/models/data/theme-json/custom-data/index.d.ts +1 -0
  225. package/build/models/data/theme-json/custom-data/index.js +1 -1
  226. package/build/models/data/theme-json/index.js +1 -1
  227. package/build/models/ui/blog-category-list/index.js +1 -1
  228. package/build/models/ui/brand-list/index.js +1 -1
  229. package/build/models/ui/category-list/index.js +1 -1
  230. package/build/models/ui/customer-review-list/index.d.ts +8 -0
  231. package/build/models/ui/customer-review-list/index.js +1 -1
  232. package/build/models/ui/customer-review-summary-list/index.js +1 -1
  233. package/build/models/ui/product-list/index.d.ts +25 -2
  234. package/build/models/ui/product-list/index.js +1 -1
  235. package/build/models/ui/raffle-list/index.js +1 -1
  236. package/build/models/ui/validator/form/account-info.js +1 -1
  237. package/build/models/ui/validator/form/address.js +1 -1
  238. package/build/models/ui/validator/form/ikas-address.js +1 -1
  239. package/build/models/ui/validator/form/login.d.ts +20 -6
  240. package/build/models/ui/validator/form/login.js +1 -1
  241. package/build/models/ui/validator/form/register.d.ts +15 -6
  242. package/build/models/ui/validator/form/register.js +1 -1
  243. package/build/page-data-init/index.d.ts +23 -0
  244. package/build/page-data-init/index.js +1 -1
  245. package/build/pages/checkout.js +1 -1
  246. package/build/store/blog/index.js +1 -1
  247. package/build/store/brand/index.js +1 -1
  248. package/build/store/cart/api.d.ts +3 -1
  249. package/build/store/cart/api.js +1 -1
  250. package/build/store/cart/index.d.ts +25 -1
  251. package/build/store/cart/index.js +1 -1
  252. package/build/store/category/index.js +1 -1
  253. package/build/store/checkout/index.d.ts +8 -1
  254. package/build/store/checkout/index.js +1 -1
  255. package/build/store/customer/api.d.ts +22 -3
  256. package/build/store/customer/api.js +1 -1
  257. package/build/store/customer/index.d.ts +49 -7
  258. package/build/store/customer/index.js +1 -1
  259. package/build/store/html-meta-data/index.js +1 -1
  260. package/build/store/index.d.ts +1 -0
  261. package/build/store/location/index.js +1 -1
  262. package/build/store/product/index.d.ts +2 -1
  263. package/build/store/product/index.js +1 -1
  264. package/build/utils/helper.d.ts +1 -0
  265. package/build/utils/helper.js +1 -1
  266. package/package.json +18 -16
  267. package/build/components/popup/index.d.ts +0 -2
  268. package/build/components/popup/index.js +0 -1
  269. package/build/components/popup/renderer/index.d.ts +0 -8
  270. package/build/components/popup/renderer/index.js +0 -1
  271. package/build/components/popup/renderer/model.d.ts +0 -24
  272. package/build/components/popup/renderer/model.js +0 -1
  273. package/build/components/popup/utils/index.d.ts +0 -13
  274. package/build/components/popup/utils/index.js +0 -1
  275. package/build/store/storefront-popup/index.js +0 -1
@@ -1 +1 @@
1
- import n from'./../../../../ext/style-inject/dist/style-inject.es.js';var e={Container:"style-module_Container__-EKYc",Border:"style-module_Border__DqZgC",ActiveOffer:"style-module_ActiveOffer__JZyW-",CountdownContainer:"style-module_CountdownContainer__bc-5v",CountdownContainerIsLine:"style-module_CountdownContainerIsLine__YtdAv",CountdownTextMain:"style-module_CountdownTextMain__S9Rrn",CountdownText:"style-module_CountdownText__Hd-3I",CountdownTime:"style-module_CountdownTime__a2aRF",ContentContainer:"style-module_ContentContainer__tC3zO",HeaderMain:"style-module_HeaderMain__-tiUy",Header:"style-module_Header__J2wyt",IsLineCountDown:"style-module_IsLineCountDown__xgFDT",IsBigProductImage:"style-module_IsBigProductImage__YdAgY",IsLineProductContainer:"style-module_IsLineProductContainer__3Nkqr",Title:"style-module_Title__4T394",Description:"style-module_Description__GPKR-",RejectButton:"style-module_RejectButton__3SwP8",ProductContainer:"style-module_ProductContainer__9qr9n",ImageContainer:"style-module_ImageContainer__gxlXU",PlaceHolderProductContainer:"style-module_PlaceHolderProductContainer__XVvyr",BigImage:"style-module_BigImage__n1DH9",SmallImage:"style-module_SmallImage__42qY-",BiggerImage:"style-module_BiggerImage__2M7Dw",Image:"style-module_Image__gDla7",ProductDetails:"style-module_ProductDetails__a-gJx",ProductName:"style-module_ProductName__yTmJx",VariantName:"style-module_VariantName__DF1mY",Brand:"style-module_Brand__UxK7C",ProductPriceMain:"style-module_ProductPriceMain__IJHv-",ProductPrice:"style-module_ProductPrice__U6Lhy",Discount:"style-module_Discount__tjllJ",Actions:"style-module_Actions__XZsJD",DiscountBadge:"style-module_DiscountBadge__deWxZ",ContentContainerItems:"style-module_ContentContainerItems__SIB05",OfferActionsMain:"style-module_OfferActionsMain__9axsN",OfferActionsMainMiddlePhase:"style-module_OfferActionsMainMiddlePhase__7VryS",OfferButton:"style-module_OfferButton__pkhNI",OfferActionsMainBigImage:"style-module_OfferActionsMainBigImage__qCPQB",MobileSmallHeader:"style-module_MobileSmallHeader__zrlIx",ContentContainerPopup:"style-module_ContentContainerPopup__Pburr",ContentContainerPopupItems:"style-module_ContentContainerPopupItems__7Azct",PopupOfferButton:"style-module_PopupOfferButton__-9ljg",PopupContainer:"style-module_PopupContainer__sL4sY",PopupContainerDesktop:"style-module_PopupContainerDesktop__c13p-"};n(".style-module_Container__-EKYc {\n margin: 32px 0 48px 0;\n border: 1px solid var(--checkout-border-color);\n border-radius: 8px;\n flex-shrink: 0;\n width: 100%;\n transition: 0.5s ease;\n background-color: var(--checkout-campaign-container-bg-color);\n}\n@media only screen and (max-width: 1000px) {\n .style-module_Container__-EKYc {\n margin: 0;\n border-radius: 0;\n border: unset;\n border-bottom: 1px solid var(--checkout-border-color);\n }\n}\n@media only screen and (max-width: 1000px) {\n .style-module_Container__-EKYc.style-module_Border__DqZgC {\n border-top: 1px solid var(--checkout-border-color);\n }\n}\n\n.style-module_ActiveOffer__JZyW- {\n position: relative;\n opacity: 1;\n}\n\n.style-module_CountdownContainer__bc-5v {\n display: flex;\n justify-content: center;\n padding: 12px 16px;\n border-radius: 8px 8px 0 0;\n background-color: var(--checkout-campaign-countdown-bg-color);\n}\n@media only screen and (max-width: 1000px) {\n .style-module_CountdownContainer__bc-5v {\n border-radius: 0;\n }\n}\n\n.style-module_CountdownContainerIsLine__YtdAv {\n display: flex;\n justify-content: center;\n padding: 4px 12px;\n border-radius: 8px;\n background-color: var(--checkout-campaign-countdown-bg-color);\n height: 32px;\n}\n\n.style-module_CountdownTextMain__S9Rrn {\n gap: 6px;\n display: flex;\n}\n\n.style-module_CountdownText__Hd-3I {\n color: var(--checkout-campaign-countdown-text-color);\n font-size: 16px;\n font-weight: 500;\n line-height: 24px;\n}\n\n.style-module_CountdownTime__a2aRF {\n color: var(--checkout-campaign-countdown-time-color);\n font-size: 16px;\n font-weight: 700;\n line-height: 24px;\n}\n\n.style-module_ContentContainer__tC3zO {\n padding: 24px;\n width: 100%;\n position: relative;\n}\n\n.style-module_HeaderMain__-tiUy {\n display: flex;\n flex-direction: column;\n margin-bottom: 16px;\n}\n\n.style-module_Header__J2wyt {\n display: flex;\n flex-direction: column;\n}\n\n.style-module_IsLineCountDown__xgFDT {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n}\n.style-module_IsLineCountDown__xgFDT .style-module_Header__J2wyt {\n width: 75%;\n}\n\n@media only screen and (max-width: 1000px) {\n .style-module_IsBigProductImage__YdAgY {\n flex-direction: column;\n justify-content: center;\n text-align: center;\n row-gap: 16px;\n align-items: center;\n }\n}\n\n@media only screen and (max-width: 1000px) {\n .style-module_IsLineProductContainer__3Nkqr {\n flex-direction: column;\n justify-content: center;\n align-items: center;\n width: 256px;\n margin: 0 auto;\n row-gap: 12px;\n }\n}\n\n.style-module_Title__4T394 {\n font-size: 20px;\n color: var(--checkout-campaign-title-color);\n font-weight: 500;\n line-height: 32px;\n}\n@media only screen and (max-width: 1000px) {\n .style-module_Title__4T394 {\n font-size: 18px;\n line-height: 26px;\n }\n}\n\n.style-module_Description__GPKR- {\n color: var(--checkout-campaign-description-color);\n font-size: 16px;\n font-weight: 400;\n line-height: 24px;\n}\n\n.style-module_RejectButton__3SwP8 {\n height: 35px;\n width: 20px;\n display: flex;\n align-items: center;\n justify-content: center;\n right: 16px;\n top: 10px;\n cursor: pointer;\n position: absolute;\n}\n\n.style-module_ProductContainer__9qr9n {\n display: flex;\n}\n\n.style-module_ImageContainer__gxlXU {\n height: 80px;\n width: 80px;\n position: relative;\n background-color: #fff;\n margin-right: 12px;\n border-radius: 8px;\n border: 1px solid var(--checkout-border-color);\n}\n.style-module_ImageContainer__gxlXU svg {\n width: 40px;\n height: 40px;\n}\n\n.style-module_PlaceHolderProductContainer__XVvyr {\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.style-module_BigImage__n1DH9 {\n height: 152px;\n width: 152px;\n margin-right: 16px;\n}\n.style-module_BigImage__n1DH9 svg {\n width: 80px;\n height: 80px;\n}\n@media only screen and (max-width: 1000px) {\n .style-module_BigImage__n1DH9 {\n height: 256px;\n width: 256px;\n margin-right: 0;\n }\n}\n\n.style-module_SmallImage__42qY- {\n height: 52px;\n width: 52px;\n}\n\n.style-module_BiggerImage__2M7Dw {\n height: 320px;\n width: 320px;\n}\n\n.style-module_Image__gDla7 {\n width: 100%;\n height: 100%;\n object-fit: cover;\n border-radius: 8px;\n}\n\n.style-module_ProductDetails__a-gJx {\n flex: 1;\n width: 100%;\n position: relative;\n}\n\n.style-module_ProductName__yTmJx {\n margin-bottom: 4px;\n font-size: 16px;\n color: var(--checkout-primary-text-color);\n font-weight: 500;\n line-height: 24px;\n}\n\n.style-module_VariantName__DF1mY {\n margin-bottom: 4px;\n font-size: 14px;\n color: var(--checkout-primary-text-color);\n line-height: 20px;\n}\n\n.style-module_Brand__UxK7C {\n margin-bottom: 2px;\n font-size: 14px;\n color: var(--checkout-primary-text-color);\n line-height: 20px;\n}\n\n.style-module_ProductPriceMain__IJHv- {\n gap: 6px;\n display: flex;\n}\n\n.style-module_ProductPrice__U6Lhy {\n font-size: 16px;\n font-weight: 500;\n color: var(--checkout-primary-text-color);\n line-height: 24px;\n}\n\n.style-module_Discount__tjllJ {\n font-size: 16px;\n font-weight: 400;\n color: var(--checkout-secondary-text-color);\n text-decoration: line-through;\n line-height: 24px;\n}\n\n.style-module_Actions__XZsJD {\n display: flex;\n margin-top: 16px;\n width: 100%;\n}\n\n.style-module_DiscountBadge__deWxZ {\n color: var(--checkout-campaign-discount-percentage-color);\n background-color: var(--checkout-campaign-discount-percentage-bg-color);\n display: flex;\n padding: 4px 8px;\n border-radius: 4px;\n font-size: 14px;\n font-weight: 700;\n line-height: 20px;\n width: max-content;\n margin-bottom: 4px;\n}\n@media only screen and (max-width: 1000px) {\n .style-module_DiscountBadge__deWxZ {\n font-size: 12px;\n }\n}\n\n.style-module_ContentContainerItems__SIB05 {\n position: relative;\n}\n@media only screen and (max-width: 1000px) {\n .style-module_ContentContainerItems__SIB05 {\n padding-bottom: 60px;\n }\n}\n\n.style-module_OfferActionsMain__9axsN {\n display: flex;\n gap: 12px;\n margin-top: 24px;\n}\n\n.style-module_OfferActionsMainMiddlePhase__7VryS {\n display: flex;\n flex-direction: column;\n gap: 12px;\n margin-top: 24px;\n flex-direction: column-reverse;\n position: absolute;\n bottom: 0;\n width: 100%;\n}\n.style-module_OfferActionsMainMiddlePhase__7VryS .style-module_OfferButton__pkhNI div span:nth-child(2) {\n background-color: rgb(255, 255, 255);\n width: 2px;\n height: 2px;\n display: flex;\n}\n.style-module_OfferActionsMainMiddlePhase__7VryS .style-module_OfferButton__pkhNI div {\n display: flex;\n align-items: center;\n gap: 8px;\n font-weight: 500;\n}\n.style-module_OfferActionsMainMiddlePhase__7VryS .style-module_OfferButton__pkhNI div span {\n font-weight: 500;\n}\n\n@media only screen and (max-width: 1000px) {\n .style-module_OfferActionsMainBigImage__qCPQB {\n display: flex;\n flex-direction: column;\n flex-direction: column-reverse;\n }\n}\n\n.style-module_OfferButton__pkhNI {\n font-weight: 500 !important;\n width: 100%;\n height: 52px !important;\n font-size: 16px;\n}\n\n.style-module_MobileSmallHeader__zrlIx {\n margin-bottom: 10px;\n}\n.style-module_MobileSmallHeader__zrlIx .style-module_Header__J2wyt .style-module_Title__4T394 {\n font-size: 16px;\n font-weight: 500;\n line-height: 24px;\n}\n\n.style-module_ContentContainerPopup__Pburr {\n padding: 16px;\n padding-bottom: 60px;\n}\n.style-module_ContentContainerPopup__Pburr .style-module_ProductContainer__9qr9n .style-module_ProductDetails__a-gJx {\n position: relative;\n}\n\n.style-module_ContentContainerPopupItems__7Azct {\n padding: 16px;\n}\n.style-module_ContentContainerPopupItems__7Azct .style-module_ProductContainer__9qr9n .style-module_ProductDetails__a-gJx {\n position: relative;\n}\n\n.style-module_PopupOfferButton__-9ljg {\n position: absolute;\n bottom: 0;\n right: 0;\n width: 40%;\n font-size: 12px;\n height: 44px !important;\n}\n\n.style-module_PopupContainer__sL4sY {\n border-bottom: unset;\n}\n.style-module_PopupContainer__sL4sY .style-module_ContentContainer__tC3zO {\n padding-bottom: 16px;\n}\n\n.style-module_PopupContainerDesktop__c13p- {\n border: 1px solid var(--checkout-border-color);\n}");export{e as default};
1
+ import n from'./../../../../ext/style-inject/dist/style-inject.es.js';var e={Container:"style-module_Container__-EKYc",Border:"style-module_Border__DqZgC",ActiveOffer:"style-module_ActiveOffer__JZyW-",CountdownContainer:"style-module_CountdownContainer__bc-5v",CountdownContainerIsLine:"style-module_CountdownContainerIsLine__YtdAv",CountdownTextMain:"style-module_CountdownTextMain__S9Rrn",CountdownText:"style-module_CountdownText__Hd-3I",CountdownTime:"style-module_CountdownTime__a2aRF",ContentContainer:"style-module_ContentContainer__tC3zO",HeaderMain:"style-module_HeaderMain__-tiUy",Header:"style-module_Header__J2wyt",IsLineCountDown:"style-module_IsLineCountDown__xgFDT",IsBigProductImage:"style-module_IsBigProductImage__YdAgY",IsLineProductContainer:"style-module_IsLineProductContainer__3Nkqr",Title:"style-module_Title__4T394",Description:"style-module_Description__GPKR-",RejectButton:"style-module_RejectButton__3SwP8",ProductContainer:"style-module_ProductContainer__9qr9n",ImageContainer:"style-module_ImageContainer__gxlXU",PlaceHolderProductContainer:"style-module_PlaceHolderProductContainer__XVvyr",BigImage:"style-module_BigImage__n1DH9",SmallImage:"style-module_SmallImage__42qY-",BiggerImage:"style-module_BiggerImage__2M7Dw",Image:"style-module_Image__gDla7",ProductDetails:"style-module_ProductDetails__a-gJx",ProductName:"style-module_ProductName__yTmJx",VariantName:"style-module_VariantName__DF1mY",Brand:"style-module_Brand__UxK7C",ProductPriceMain:"style-module_ProductPriceMain__IJHv-",ProductPrice:"style-module_ProductPrice__U6Lhy",Discount:"style-module_Discount__tjllJ",Actions:"style-module_Actions__XZsJD",DiscountBadge:"style-module_DiscountBadge__deWxZ",ContentContainerItems:"style-module_ContentContainerItems__SIB05",OfferActionsMain:"style-module_OfferActionsMain__9axsN",OfferActionsMainMiddlePhase:"style-module_OfferActionsMainMiddlePhase__7VryS",OfferButton:"style-module_OfferButton__pkhNI",OfferActionsMainBigImage:"style-module_OfferActionsMainBigImage__qCPQB",ProteinOceanOfferButton:"style-module_ProteinOceanOfferButton__ypr7i",MobileSmallHeader:"style-module_MobileSmallHeader__zrlIx",ContentContainerPopup:"style-module_ContentContainerPopup__Pburr",ContentContainerPopupItems:"style-module_ContentContainerPopupItems__7Azct",PopupOfferButton:"style-module_PopupOfferButton__-9ljg",PopupContainer:"style-module_PopupContainer__sL4sY",PopupContainerDesktop:"style-module_PopupContainerDesktop__c13p-"};n(".style-module_Container__-EKYc {\n margin: 32px 0 48px 0;\n border: 1px solid var(--checkout-border-color);\n border-radius: 8px;\n flex-shrink: 0;\n width: 100%;\n transition: 0.5s ease;\n background-color: var(--checkout-campaign-container-bg-color);\n}\n@media only screen and (max-width: 1000px) {\n .style-module_Container__-EKYc {\n margin: 0;\n border-radius: 0;\n border: unset;\n border-bottom: 1px solid var(--checkout-border-color);\n }\n}\n@media only screen and (max-width: 1000px) {\n .style-module_Container__-EKYc.style-module_Border__DqZgC {\n border-top: 1px solid var(--checkout-border-color);\n }\n}\n\n.style-module_ActiveOffer__JZyW- {\n position: relative;\n opacity: 1;\n}\n\n.style-module_CountdownContainer__bc-5v {\n display: flex;\n justify-content: center;\n padding: 12px 16px;\n border-radius: 8px 8px 0 0;\n background-color: var(--checkout-campaign-countdown-bg-color);\n}\n@media only screen and (max-width: 1000px) {\n .style-module_CountdownContainer__bc-5v {\n border-radius: 0;\n }\n}\n\n.style-module_CountdownContainerIsLine__YtdAv {\n display: flex;\n justify-content: center;\n padding: 4px 12px;\n border-radius: 8px;\n background-color: var(--checkout-campaign-countdown-bg-color);\n height: 32px;\n}\n\n.style-module_CountdownTextMain__S9Rrn {\n gap: 6px;\n display: flex;\n}\n\n.style-module_CountdownText__Hd-3I {\n color: var(--checkout-campaign-countdown-text-color);\n font-size: 16px;\n font-weight: 500;\n line-height: 24px;\n}\n\n.style-module_CountdownTime__a2aRF {\n color: var(--checkout-campaign-countdown-time-color);\n font-size: 16px;\n font-weight: 700;\n line-height: 24px;\n}\n\n.style-module_ContentContainer__tC3zO {\n padding: 24px;\n width: 100%;\n position: relative;\n}\n\n.style-module_HeaderMain__-tiUy {\n display: flex;\n flex-direction: column;\n margin-bottom: 16px;\n}\n\n.style-module_Header__J2wyt {\n display: flex;\n flex-direction: column;\n}\n\n.style-module_IsLineCountDown__xgFDT {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n}\n.style-module_IsLineCountDown__xgFDT .style-module_Header__J2wyt {\n width: 75%;\n}\n\n@media only screen and (max-width: 1000px) {\n .style-module_IsBigProductImage__YdAgY {\n flex-direction: column;\n justify-content: center;\n text-align: center;\n row-gap: 16px;\n align-items: center;\n }\n}\n\n@media only screen and (max-width: 1000px) {\n .style-module_IsLineProductContainer__3Nkqr {\n flex-direction: column;\n justify-content: center;\n align-items: center;\n width: 256px;\n margin: 0 auto;\n row-gap: 12px;\n }\n}\n\n.style-module_Title__4T394 {\n font-size: 20px;\n color: var(--checkout-campaign-title-color);\n font-weight: 500;\n line-height: 32px;\n}\n@media only screen and (max-width: 1000px) {\n .style-module_Title__4T394 {\n font-size: 18px;\n line-height: 26px;\n }\n}\n\n.style-module_Description__GPKR- {\n color: var(--checkout-campaign-description-color);\n font-size: 16px;\n font-weight: 400;\n line-height: 24px;\n}\n\n.style-module_RejectButton__3SwP8 {\n height: 35px;\n width: 20px;\n display: flex;\n align-items: center;\n justify-content: center;\n right: 16px;\n top: 10px;\n cursor: pointer;\n position: absolute;\n}\n\n.style-module_ProductContainer__9qr9n {\n display: flex;\n}\n\n.style-module_ImageContainer__gxlXU {\n height: 80px;\n width: 80px;\n position: relative;\n background-color: #fff;\n margin-right: 12px;\n border-radius: 8px;\n border: 1px solid var(--checkout-border-color);\n}\n.style-module_ImageContainer__gxlXU svg {\n width: 40px;\n height: 40px;\n}\n\n.style-module_PlaceHolderProductContainer__XVvyr {\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.style-module_BigImage__n1DH9 {\n height: 152px;\n width: 152px;\n margin-right: 16px;\n}\n.style-module_BigImage__n1DH9 svg {\n width: 80px;\n height: 80px;\n}\n@media only screen and (max-width: 1000px) {\n .style-module_BigImage__n1DH9 {\n height: 256px;\n width: 256px;\n margin-right: 0;\n }\n}\n\n.style-module_SmallImage__42qY- {\n height: 52px;\n width: 52px;\n}\n\n.style-module_BiggerImage__2M7Dw {\n height: 320px;\n width: 320px;\n}\n\n.style-module_Image__gDla7 {\n width: 100%;\n height: 100%;\n object-fit: cover;\n border-radius: 8px;\n}\n\n.style-module_ProductDetails__a-gJx {\n flex: 1;\n width: 100%;\n position: relative;\n}\n\n.style-module_ProductName__yTmJx {\n margin-bottom: 4px;\n font-size: 16px;\n color: var(--checkout-primary-text-color);\n font-weight: 500;\n line-height: 24px;\n}\n\n.style-module_VariantName__DF1mY {\n margin-bottom: 4px;\n font-size: 14px;\n color: var(--checkout-primary-text-color);\n line-height: 20px;\n}\n\n.style-module_Brand__UxK7C {\n margin-bottom: 2px;\n font-size: 14px;\n color: var(--checkout-primary-text-color);\n line-height: 20px;\n}\n\n.style-module_ProductPriceMain__IJHv- {\n gap: 6px;\n display: flex;\n}\n\n.style-module_ProductPrice__U6Lhy {\n font-size: 16px;\n font-weight: 500;\n color: var(--checkout-primary-text-color);\n line-height: 24px;\n}\n\n.style-module_Discount__tjllJ {\n font-size: 16px;\n font-weight: 400;\n color: var(--checkout-secondary-text-color);\n text-decoration: line-through;\n line-height: 24px;\n}\n\n.style-module_Actions__XZsJD {\n display: flex;\n margin-top: 16px;\n width: 100%;\n}\n\n.style-module_DiscountBadge__deWxZ {\n color: var(--checkout-campaign-discount-percentage-color);\n background-color: var(--checkout-campaign-discount-percentage-bg-color);\n display: flex;\n padding: 4px 8px;\n border-radius: 4px;\n font-size: 14px;\n font-weight: 700;\n line-height: 20px;\n width: max-content;\n margin-bottom: 4px;\n}\n@media only screen and (max-width: 1000px) {\n .style-module_DiscountBadge__deWxZ {\n font-size: 12px;\n }\n}\n\n.style-module_ContentContainerItems__SIB05 {\n position: relative;\n}\n@media only screen and (max-width: 1000px) {\n .style-module_ContentContainerItems__SIB05 {\n padding-bottom: 60px;\n }\n}\n\n.style-module_OfferActionsMain__9axsN {\n display: flex;\n gap: 12px;\n margin-top: 24px;\n}\n\n.style-module_OfferActionsMainMiddlePhase__7VryS {\n display: flex;\n flex-direction: column;\n gap: 12px;\n margin-top: 24px;\n flex-direction: column-reverse;\n position: absolute;\n bottom: 0;\n width: 100%;\n}\n.style-module_OfferActionsMainMiddlePhase__7VryS .style-module_OfferButton__pkhNI div span:nth-child(2) {\n background-color: rgb(255, 255, 255);\n width: 2px;\n height: 2px;\n display: flex;\n}\n.style-module_OfferActionsMainMiddlePhase__7VryS .style-module_OfferButton__pkhNI div {\n display: flex;\n align-items: center;\n gap: 8px;\n font-weight: 500;\n}\n.style-module_OfferActionsMainMiddlePhase__7VryS .style-module_OfferButton__pkhNI div span {\n font-weight: 500;\n}\n\n@media only screen and (max-width: 1000px) {\n .style-module_OfferActionsMainBigImage__qCPQB {\n display: flex;\n flex-direction: column;\n flex-direction: column-reverse;\n }\n}\n\n.style-module_OfferButton__pkhNI {\n font-weight: 500 !important;\n width: 100%;\n height: 52px !important;\n font-size: 16px;\n}\n\n.style-module_ProteinOceanOfferButton__ypr7i {\n font-weight: 600 !important;\n}\n\n.style-module_MobileSmallHeader__zrlIx {\n margin-bottom: 10px;\n}\n.style-module_MobileSmallHeader__zrlIx .style-module_Header__J2wyt .style-module_Title__4T394 {\n font-size: 16px;\n font-weight: 500;\n line-height: 24px;\n}\n\n.style-module_ContentContainerPopup__Pburr {\n padding: 16px;\n padding-bottom: 60px;\n}\n.style-module_ContentContainerPopup__Pburr .style-module_ProductContainer__9qr9n .style-module_ProductDetails__a-gJx {\n position: relative;\n}\n\n.style-module_ContentContainerPopupItems__7Azct {\n padding: 16px;\n}\n.style-module_ContentContainerPopupItems__7Azct .style-module_ProductContainer__9qr9n .style-module_ProductDetails__a-gJx {\n position: relative;\n}\n\n.style-module_PopupOfferButton__-9ljg {\n position: absolute;\n bottom: 0;\n right: 0;\n width: 40%;\n font-size: 12px;\n height: 44px !important;\n}\n\n.style-module_PopupContainer__sL4sY {\n border-bottom: unset;\n}\n.style-module_PopupContainer__sL4sY .style-module_ContentContainer__tC3zO {\n padding-bottom: 16px;\n}\n\n.style-module_PopupContainerDesktop__c13p- {\n border: 1px solid var(--checkout-border-color);\n}");export{e as default};
@@ -1 +1 @@
1
- import e from"react";import a from"../../../../hooks/useDimension.js";import{CheckoutStep as i}from"../../model.js";var n=function(n,s){var t,o,f,r=a().isMobile,l=e.useState(!0),c=l[0],g=l[1],m=e.useState(0),p=m[0],u=m[1],d=e.useState(s||!1),O=d[0],h=d[1],v=e.useCallback((function(){u((function(e){return 0===e?(n.$campaignOffers||[]).length-1:e-1}))}),[(n.$campaignOffers||[]).length]),P=e.useCallback((function(){u((function(e){return e===(n.$campaignOffers||[]).length-1?0:e+1}))}),[(n.$campaignOffers||[]).length]),S=!!(null===(t=n.customizationProps)||void 0===t?void 0:t.campaignOfferIsSmallDesign)&&r&&n.$campaignOffers&&!!n.$campaignOffers.length&&n.isCampaignOfferLoaded&&!O,$=!!(null===(o=n.customizationProps)||void 0===o?void 0:o.campaignOfferIsSmallDesign)&&r&&n.$campaignOffers&&!!n.$campaignOffers.length&&n.isCampaignOfferLoaded&&O,C=n.step===i.SUCCESS&&!r&&n.$campaignOffers&&!!n.$campaignOffers.length&&c&&!!(null===(f=n.customizationProps)||void 0===f?void 0:f.campaignOffersEnableMiddlePhase);return{showDetailPage:c,setShowDetailPage:g,activeIndex:p,setActiveIndex:u,setIsActiveOverlay:h,handlePrev:v,handleNext:P,isPopupClosedIndexPage:S,isPopupShowIndexPage:$,isShowSuccessPageMiddlePhase:C,isMobile:r,isActiveOverlay:O}};export{n as default};
1
+ import e from"react";import a from"../../../../hooks/useDimension.js";import{CheckoutStep as i}from"../../model.js";var n=function(n,s){var t,o,f,r=a().isMobile,l=e.useState(!0),c=l[0],g=l[1],m=e.useState(0),p=m[0],u=m[1],d=e.useState(s||!1),O=d[0],h=d[1],v=e.useCallback((function(){u((function(e){return 0===e?(n.campaignOffers||[]).length-1:e-1}))}),[(n.campaignOffers||[]).length]),P=e.useCallback((function(){u((function(e){return e===(n.campaignOffers||[]).length-1?0:e+1}))}),[(n.campaignOffers||[]).length]),S=!!(null===(t=n.customizationProps)||void 0===t?void 0:t.campaignOfferIsSmallDesign)&&r&&n.campaignOffers&&!!n.campaignOffers.length&&n.isCampaignOfferLoaded&&!O,C=!!(null===(o=n.customizationProps)||void 0===o?void 0:o.campaignOfferIsSmallDesign)&&r&&n.campaignOffers&&!!n.campaignOffers.length&&n.isCampaignOfferLoaded&&O,I=n.step===i.SUCCESS&&!r&&n.campaignOffers&&!!n.campaignOffers.length&&c&&!!(null===(f=n.customizationProps)||void 0===f?void 0:f.campaignOffersEnableMiddlePhase);return{showDetailPage:c,setShowDetailPage:g,activeIndex:p,setActiveIndex:u,setIsActiveOverlay:h,handlePrev:v,handleNext:P,isPopupClosedIndexPage:S,isPopupShowIndexPage:C,isShowSuccessPageMiddlePhase:I,isMobile:r,isActiveOverlay:O}};export{n as default};
@@ -6,5 +6,5 @@ declare type Props = {
6
6
  value: string;
7
7
  onChange: (value: string) => void;
8
8
  };
9
- export declare const PhoneNumberInput: React.FC<Props>;
9
+ export declare const PhoneNumberInput: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<Props & React.RefAttributes<HTMLInputElement>, keyof Props | "key"> & React.RefAttributes<HTMLInputElement>>>;
10
10
  export {};
@@ -1 +1 @@
1
- import{__awaiter as e,__generator as t}from'./../../../../ext/tslib/tslib.es6.js';import*as a from"react";import{observer as r}from"mobx-react-lite";import n,{isSupportedCountry as l,formatIncompletePhoneNumber as o,getCountryCallingCode as s,parseIncompletePhoneNumber as c}from"libphonenumber-js";import u from"./get-countries.js";import i from"./style.module.scss.js";var m=r((function(r){var m=r.defaultCountry,v=r.disabled,f=void 0!==v&&v,d=r.placeholder,g=r.value,p=r.onChange,b=a.useState([]),E=b[0],h=b[1],y=a.useState(m||"TR"),N=y[0],C=y[1],S=a.useState(""),F=S[0],j=S[1];a.useEffect((function(){x();var e=N;if(l(e)||(e="US"),g){var t=n(g);t&&t.country&&(e=t.country),j(o(g,e))}else k(e);C(e)}),[m]);var x=function(){return e(void 0,void 0,void 0,(function(){var e;return t(this,(function(t){switch(t.label){case 0:return[4,u()];case 1:return e=t.sent(),h(e),[2]}}))}))},k=function(e){var t=s(e);j("+".concat(t))},w=function(e){return o(e,N)};return a.createElement(a.Fragment,null,a.createElement("div",{className:i.SelectFlag},a.createElement("div",{className:i.FlagContainer},a.createElement("div",{className:i.Flag},a.createElement("img",{className:i.FlagImage,alt:N,src:"https://cdn.myikas.com/sf/assets/flags/3x2/".concat(N,".svg")}),a.createElement("div",{className:i.Arrow})),a.createElement("select",{className:i.Select,value:N,onChange:function(e){if(e.target.value){var t=e.target.value;C(t),k(t)}},disabled:f},E.map((function(e){return a.createElement("option",{key:e.value,value:e.value},e.label)}))))),a.createElement("input",{type:"tel",autoComplete:"tel",className:i.Input,value:F,onChange:function(e){var t=E.find((function(t){var a;return t.value===(null===(a=n(e.target.value))||void 0===a?void 0:a.country)}));t&&C(t.value);var a=w(e.target.value);j(a),p(a?c(a):e.target.value)},placeholder:d,disabled:f}))}));export{m as PhoneNumberInput};
1
+ import{__awaiter as e,__generator as t}from'./../../../../ext/tslib/tslib.es6.js';import*as a from"react";import{observer as r}from"mobx-react-lite";import n,{isSupportedCountry as l,formatIncompletePhoneNumber as o,getCountryCallingCode as u,parseIncompletePhoneNumber as s}from"libphonenumber-js";import c from"./get-countries.js";import i from"./style.module.scss.js";var m=r(a.forwardRef((function(r,m){var v=r.defaultCountry,f=r.disabled,d=void 0!==f&&f,p=r.placeholder,g=r.value,b=r.onChange,E=a.useState([]),y=E[0],h=E[1],N=a.useState(v||"TR"),S=N[0],F=N[1],j=a.useState(""),C=j[0],I=j[1];a.useEffect((function(){w();var e=S;if("KK"===e&&(e="TR"),l(e)||(e="US"),g){var t=n(g);t&&t.country&&(e=t.country),I(o(g,e))}else x(e);F(e)}),[v]);var w=function(){return e(void 0,void 0,void 0,(function(){var e;return t(this,(function(t){switch(t.label){case 0:return[4,c()];case 1:return e=t.sent(),h(e),[2]}}))}))},x=function(e){var t=u(e);I("+".concat(t))},R=function(e){return o(e,S)};return a.createElement(a.Fragment,null,a.createElement("div",{className:i.SelectFlag},a.createElement("div",{className:i.FlagContainer},a.createElement("div",{className:i.Flag},a.createElement("img",{className:i.FlagImage,alt:S,src:"https://cdn.myikas.com/sf/assets/flags/3x2/".concat(S,".svg")}),a.createElement("div",{className:i.Arrow})),a.createElement("select",{className:i.Select,value:S,onInput:function(e){if(e.target.value){var t=e.target.value;F(t),x(t)}},disabled:d},y.map((function(e){return a.createElement("option",{key:e.value,value:e.value},e.label)}))))),a.createElement("input",{ref:m,type:"tel",autoComplete:"tel",className:i.Input,value:C,onInput:function(e){var t=y.find((function(t){var a;return t.value===(null===(a=n(e.target.value))||void 0===a?void 0:a.country)}));t&&F(t.value);var a=R(e.target.value);I(a),b(a?s(a):e.target.value)},placeholder:p,disabled:d}))})));export{m as PhoneNumberInput};
@@ -1 +1 @@
1
- import*as e from"react";import{observer as t}from"mobx-react-lite";import{Button as o}from"../button/index.js";import"@ikas/storefront-config";import{useTranslation as i}from"../../../../utils/i18n.js";import c from"../svg/success-circle.js";import r from"./style.module.scss.js";var a=t((function(t){var a=t.vm,m=i().t;return e.createElement("div",{className:r.Container},e.createElement("div",{className:r.TitleContainer},e.createElement(c,{className:r.Icon}),e.createElement("div",{className:r.CompletedTitle},m("checkout-page:quickRegistration.completedTitle"))),e.createElement("div",{className:r.SubTitle},m("checkout-page:quickRegistration.completedSubtitle")),e.createElement(o,{text:m("checkout-page:actions.login"),onClick:a.onGoToLoginClick,style:{width:"100%",marginTop:32}}))}));export{a as QuickRegistrationCompleted};
1
+ import*as e from"react";import{observer as t}from"mobx-react-lite";import{Button as o}from"../button/index.js";import"@ikas/storefront-config";import{useTranslation as i}from"../../../../utils/i18n.js";import r from"../svg/success-circle.js";import c from"./style.module.scss.js";var a=t((function(t){var a=t.vm,m=i().t;return e.createElement("div",{className:c.Container},e.createElement("div",{className:c.TitleContainer},e.createElement(r,{className:c.Icon}),e.createElement("div",{className:c.CompletedTitle},m("checkout-page:quickRegistration.completedTitle"))),e.createElement("div",{className:c.SubTitle},m("checkout-page:quickRegistration.completedSubtitle")),e.createElement(o,{href:a.getGoToLoginHref(),text:m("checkout-page:actions.login"),style:{width:"100%",marginTop:32}}))}));export{a as QuickRegistrationCompleted};
@@ -1 +1 @@
1
- import*as e from"react";import{observer as t}from"mobx-react-lite";import{FormItem as r}from"../form-item/index.js";import{FormItemType as o,FormItemInputType as a}from"../form-item/model.js";import{Button as i}from"../button/index.js";import"@ikas/storefront-config";import{useTranslation as s}from"../../../../utils/i18n.js";import{QuickRegistrationCompleted as m}from"./completed.js";import{QuickRegistrationViewModel as c}from"./model.js";import n from"./style.module.scss.js";var l=t((function(t){var l=t.vm,u=s().t,p=e.useMemo((function(){return new c(l,u)}),[]);return l.checkout.customer?p.isRegisteredCustomer?e.createElement(m,{vm:l}):e.createElement("div",{className:n.Container},e.createElement("div",{className:n.Title},u("checkout-page:quickRegistration.title")),e.createElement("div",{className:n.SubTitle},u("checkout-page:quickRegistration.subtitle")),e.createElement("div",{className:n.EmailContainer},e.createElement("div",{className:n.Label},u("checkout-page:quickRegistration.accountEmail"),":"),e.createElement("div",{className:n.Email},l.checkout.customer.email)),e.createElement(r,{type:o.TEXT,inputType:a.PASSWORD,label:u("checkout-page:password"),value:p.password,onChange:p.onPasswordChange,hasError:!!p.passwordErrorMessage,errorText:p.passwordErrorMessage}),e.createElement(i,{style:{width:"100%",marginTop:16},text:u("checkout-page:actions.signup"),isLoading:p.isLoading,onClick:p.onSubmit})):null}));export{l as QuickRegistration};
1
+ import*as e from"react";import{observer as t}from"mobx-react-lite";import{FormItem as r}from"../form-item/index.js";import{FormItemType as o,FormItemInputType as a}from"../form-item/model.js";import{Button as i}from"../button/index.js";import"@ikas/storefront-config";import{useTranslation as s}from"../../../../utils/i18n.js";import{QuickRegistrationCompleted as m}from"./completed.js";import{QuickRegistrationViewModel as c}from"./model.js";import n from"./style.module.scss.js";var l=t((function(t){var l=t.vm,u=s().t,p=e.useMemo((function(){return new c(l,u)}),[]);return l.checkout.customer?p.isRegisteredCustomer?e.createElement(m,{vm:l}):e.createElement("div",{className:n.Container},e.createElement("div",{className:n.Title},u("checkout-page:quickRegistration.title")),e.createElement("div",{className:n.SubTitle},u("checkout-page:quickRegistration.subtitle")),e.createElement("div",{className:n.EmailContainer},e.createElement("div",{className:n.Label},u("checkout-page:quickRegistration.accountEmail"),":"),e.createElement("div",{className:n.Email},l.checkout.customer.email)),e.createElement(r,{name:"password",type:o.TEXT,inputType:a.PASSWORD,label:u("checkout-page:password"),value:p.password,onChange:p.onPasswordChange,hasError:!!p.passwordErrorMessage,errorText:p.passwordErrorMessage}),e.createElement(i,{style:{width:"100%",marginTop:16},text:u("checkout-page:actions.signup"),isLoading:p.isLoading,onClick:p.onSubmit})):null}));export{l as QuickRegistration};
@@ -1 +1 @@
1
- import{__awaiter as e,__generator as t}from'./../../../../ext/tslib/tslib.es6.js';import{makeAutoObservable as o,observable as i}from"mobx";import"../../../../models/data/blog/category/index.js";import"../../../../models/data/blog/content/index.js";import"../../../../models/data/blog/meta-data/index.js";import"../../../../models/data/blog/tag/index.js";import"../../../../models/data/blog/index.js";import"../../../../models/data/brand/index.js";import"@ikas/storefront-models";import"../../../../models/data/campaign-offer/index.js";import"../../../../models/data/cart/campaign-offer/index.js";import"../../../../models/data/cart/index.js";import"../../../../models/data/category/path-item/index.js";import"../../../../models/data/category/index.js";import"../../../../models/data/checkout/index.js";import"../../../../models/data/checkout-settings/index.js";import"../../../../models/data/city/index.js";import"../../../../models/data/country/index.js";import"../../../../models/data/customer/address/region/index.js";import"../../../../models/data/customer/address/index.js";import"../../../../models/data/customer/address/ikas-localized-customer-address.js";import"../../../../models/data/customer/attribute/index.js";import"../../../../models/data/customer/review/summary/index.js";import"../../../../models/data/customer/review/index.js";import"../../../../models/data/customer/index.js";import"../../../../models/data/customer-form-data-input/index.js";import"../../../../models/data/district/index.js";import"../../../../models/data/favorite-product/index.js";import"../../../../models/data/filter-category/index.js";import"../../../../models/data/html-meta-data/index.js";import"../../../../models/data/image/index.js";import"../../../../models/data/order/address/region/index.js";import"../../../../models/data/order/address/index.js";import"../../../../models/data/order/line-item/option/value/index.js";import"../../../../models/data/order/line-item/variant/value/index.js";import"../../../../models/data/order/line-item/variant/index.js";import"../../../../models/data/order/line-item/index.js";import"../../../../models/data/order/order-transaction-with-prices/index.js";import"../../../../models/data/order/package/index.js";import"../../../../models/data/order/transaction/index.js";import"../../../../models/data/order/index.js";import"../../../../models/data/payment-gateway/index.js";import"../../../../models/data/product/attribute-value/index.js";import"../../../../models/data/product/filter/index.js";import"../../../../models/data/product/campaign-offer/index.js";import"../../../../models/data/product/option-set/option/index.js";import"../../../../models/data/product/option-set/index.js";import"../../../../models/data/product/stock-location/index.js";import"../../../../models/data/product/variant/price/index.js";import"../../../../models/data/product/variant/index.js";import"../../../../models/data/variant-type/index.js";import"../../../../models/data/product/index.js";import"../../../../models/data/raffle/index.js";import"../../../../models/data/shipping-zone/state/city/district/region/index.js";import"../../../../models/data/state/index.js";import"../../../../models/data/storefront-popup/storefront-popup-display-filter/index.js";import"../../../../models/data/storefront-popup/storefront-popup-display-settings/index.js";import"../../../../models/data/storefront-popup/storefront-popup-page-filter/index.js";import"../../../../models/data/storefront-popup/index.js";import"../../../../models/data/theme-json/index.js";import"../../../../models/data/theme-json/component/index.js";import"../../../../models/data/theme-json/custom-data/index.js";import"../../../../models/data/variant-type/variant-value/index.js";import"@ikas/localized-address";import"../../../../models/ui/blog-list/index.js";import"../../../../models/ui/blog-category-list/index.js";import"../../../../models/ui/brand-list/index.js";import"../../../../models/ui/category-list/index.js";import"../../../../models/ui/product-list/index.js";import"../../../../models/ui/product-attribute-detail/index.js";import"../../../../models/ui/product-attribute-list/index.js";import"../../../../models/ui/customer-review-list/index.js";import"../../../../models/ui/customer-review-summary-list/index.js";import{Validator as r}from"../../../../models/ui/validator/index.js";import{RequiredRule as s,MinRule as d}from"../../../../models/ui/validator/rules/index.js";import"../../../../models/ui/validator/form/login.js";import"../../../../models/ui/validator/form/address.js";import"../../../../models/ui/validator/form/ikas-address.js";import"../../../../models/ui/validator/form/register.js";import"../../../../models/ui/validator/form/contact-form.js";import"../../../../models/ui/validator/form/forgot-password.js";import"../../../../models/ui/validator/form/recover-password.js";import"../../../../models/ui/validator/form/account-info.js";import"../../../../models/ui/validator/form/raffle-form.js";import"../../../../models/ui/validator/form/customer-review.js";import"../../../../models/ui/raffle-list/index.js";var a=function(){function a(a,m){var n=this;this.model={password:""},this._isLoading=!1,this._isRegisteredCustomer=!1,this.onPasswordChange=function(e){n.model.password=e},this.validateAll=function(){return n.validator.validateAll()},this.onSubmit=function(){return e(n,void 0,void 0,(function(){var e;return t(this,(function(t){switch(t.label){case 0:return[4,this.validateAll()];case 1:return t.sent()?[3,3]:(this._isLoading=!0,[4,this.vm.registerCustomer(this.password)]);case 2:(null==(e=t.sent())?void 0:e.isSuccess)&&(this._isRegisteredCustomer=!0),this._isLoading=!1,t.label=3;case 3:return[2]}}))}))},o(this,{model:i}),this.vm=a,this.t=m,this.validator=new r(this.model,[new s({fieldKey:"password",valuePath:"password",message:m("checkout-page:passwordRequiredError")}),new d({fieldKey:"password",valuePath:"password",minValue:6,message:m("checkout-page:passwordMinError",{value:6})})])}return Object.defineProperty(a.prototype,"password",{get:function(){return this.model.password},enumerable:!1,configurable:!0}),Object.defineProperty(a.prototype,"isLoading",{get:function(){return this._isLoading},enumerable:!1,configurable:!0}),Object.defineProperty(a.prototype,"isRegisteredCustomer",{get:function(){return this._isRegisteredCustomer},enumerable:!1,configurable:!0}),Object.defineProperty(a.prototype,"hasError",{get:function(){return this.validator.hasError},enumerable:!1,configurable:!0}),Object.defineProperty(a.prototype,"passwordErrorMessage",{get:function(){return this.validator.results.password.errorMessage},enumerable:!1,configurable:!0}),a}();export{a as QuickRegistrationViewModel};
1
+ import{__awaiter as e,__generator as t}from'./../../../../ext/tslib/tslib.es6.js';import{makeAutoObservable as o,observable as i}from"mobx";import"../../../../models/data/blog/category/index.js";import"../../../../models/data/blog/content/index.js";import"../../../../models/data/blog/meta-data/index.js";import"../../../../models/data/blog/tag/index.js";import"../../../../models/data/blog/index.js";import"../../../../models/data/brand/index.js";import"@ikas/storefront-models";import"../../../../models/data/campaign-offer/index.js";import"../../../../models/data/cart/campaign-offer/index.js";import"../../../../models/data/cart/index.js";import"../../../../models/data/category/path-item/index.js";import"../../../../models/data/category/index.js";import"../../../../models/data/checkout/index.js";import"../../../../models/data/checkout-settings/index.js";import"../../../../models/data/city/index.js";import"../../../../models/data/country/index.js";import"../../../../models/data/customer/address/region/index.js";import"../../../../models/data/customer/address/index.js";import"../../../../models/data/customer/address/ikas-localized-customer-address.js";import"../../../../models/data/customer/attribute/index.js";import"../../../../models/data/customer/review/summary/index.js";import"../../../../models/data/customer/review/index.js";import"../../../../models/data/customer/index.js";import"../../../../models/data/customer-form-data-input/index.js";import"../../../../models/data/district/index.js";import"../../../../models/data/favorite-product/index.js";import"../../../../models/data/filter-category/index.js";import"../../../../models/data/html-meta-data/index.js";import"../../../../models/data/image/index.js";import"../../../../models/data/order/address/region/index.js";import"../../../../models/data/order/address/index.js";import"../../../../models/data/order/line-item/option/value/index.js";import"../../../../models/data/order/line-item/variant/value/index.js";import"../../../../models/data/order/line-item/variant/index.js";import"../../../../models/data/order/line-item/index.js";import"../../../../models/data/order/order-transaction-with-prices/index.js";import"../../../../models/data/order/package/index.js";import"../../../../models/data/order/transaction/index.js";import"../../../../models/data/order/index.js";import"../../../../models/data/payment-gateway/index.js";import"../../../../models/data/product/attribute-value/index.js";import"../../../../models/data/product/filter/index.js";import"../../../../models/data/product/campaign-offer/index.js";import"../../../../models/data/product/option-set/option/index.js";import"../../../../models/data/product/option-set/index.js";import"../../../../models/data/product/stock-location/index.js";import"../../../../models/data/product/variant/price/index.js";import"../../../../models/data/product/variant/index.js";import"../../../../models/data/variant-type/index.js";import"../../../../models/data/product/index.js";import"../../../../models/data/raffle/index.js";import"../../../../models/data/shipping-zone/state/city/district/region/index.js";import"../../../../models/data/state/index.js";import"../../../../models/data/storefront-popup/storefront-popup-display-settings/index.js";import"../../../../models/data/storefront-popup/storefront-popup-page-filter/index.js";import"../../../../models/data/storefront-popup/index.js";import"../../../../models/data/theme-json/index.js";import"../../../../models/data/theme-json/component/index.js";import"../../../../models/data/theme-json/custom-data/index.js";import"../../../../models/data/variant-type/variant-value/index.js";import"@ikas/localized-address";import"../../../../models/ui/blog-list/index.js";import"../../../../models/ui/blog-category-list/index.js";import"../../../../models/ui/brand-list/index.js";import"../../../../models/ui/category-list/index.js";import"../../../../models/ui/product-list/index.js";import"../../../../models/ui/product-attribute-detail/index.js";import"../../../../models/ui/product-attribute-list/index.js";import"../../../../models/ui/customer-review-list/index.js";import"../../../../models/ui/customer-review-summary-list/index.js";import{Validator as r}from"../../../../models/ui/validator/index.js";import{RequiredRule as s,MinRule as d}from"../../../../models/ui/validator/rules/index.js";import"../../../../models/ui/validator/form/login.js";import"../../../../models/ui/validator/form/address.js";import"../../../../models/ui/validator/form/ikas-address.js";import"../../../../models/ui/validator/form/register.js";import"../../../../models/ui/validator/form/contact-form.js";import"../../../../models/ui/validator/form/forgot-password.js";import"../../../../models/ui/validator/form/recover-password.js";import"../../../../models/ui/validator/form/account-info.js";import"../../../../models/ui/validator/form/raffle-form.js";import"../../../../models/ui/validator/form/customer-review.js";import"../../../../models/ui/raffle-list/index.js";var a=function(){function a(a,m){var n=this;this.model={password:""},this._isLoading=!1,this._isRegisteredCustomer=!1,this.onPasswordChange=function(e){n.model.password=e},this.validateAll=function(){return n.validator.validateAll()},this.onSubmit=function(){return e(n,void 0,void 0,(function(){var e;return t(this,(function(t){switch(t.label){case 0:return[4,this.validateAll()];case 1:return t.sent()?[3,3]:(this._isLoading=!0,[4,this.vm.registerCustomer(this.password)]);case 2:(null==(e=t.sent())?void 0:e.isSuccess)&&(this._isRegisteredCustomer=!0),this._isLoading=!1,t.label=3;case 3:return[2]}}))}))},o(this,{model:i}),this.vm=a,this.t=m,this.validator=new r(this.model,[new s({fieldKey:"password",valuePath:"password",message:m("checkout-page:passwordRequiredError")}),new d({fieldKey:"password",valuePath:"password",minValue:6,message:m("checkout-page:passwordMinError",{value:6})})])}return Object.defineProperty(a.prototype,"password",{get:function(){return this.model.password},enumerable:!1,configurable:!0}),Object.defineProperty(a.prototype,"isLoading",{get:function(){return this._isLoading},enumerable:!1,configurable:!0}),Object.defineProperty(a.prototype,"isRegisteredCustomer",{get:function(){return this._isRegisteredCustomer},enumerable:!1,configurable:!0}),Object.defineProperty(a.prototype,"hasError",{get:function(){return this.validator.hasError},enumerable:!1,configurable:!0}),Object.defineProperty(a.prototype,"passwordErrorMessage",{get:function(){return this.validator.results.password.errorMessage},enumerable:!1,configurable:!0}),a}();export{a as QuickRegistrationViewModel};
@@ -1,7 +1,12 @@
1
1
  import * as React from "react";
2
+ import CheckoutViewModel, { CheckoutStep } from "../../model";
2
3
  declare type Props = {
3
4
  steps: Step[];
4
5
  stepContent: React.ReactElement;
6
+ step?: CheckoutStep;
7
+ hasTopMargin?: boolean;
8
+ vm: CheckoutViewModel;
9
+ isMobile?: boolean;
5
10
  };
6
11
  declare const StepContainer: React.FC<Props>;
7
12
  export default StepContainer;
@@ -1 +1 @@
1
- import*as t from"react";import{observer as e}from"mobx-react-lite";import{makeAutoObservable as i}from"mobx";import n from"../checkbox/check.js";import o from"./style.module.scss.js";var l=e((function(e){var i=e.steps,l=e.stepContent;return t.useEffect((function(){var t,e;if(document.body.getBoundingClientRect().width<768){var n=i.findIndex((function(t){return t.isSelected}));if(0===n)return;2===n?null===(t=document.getElementById("step-".concat(1)))||void 0===t||t.scrollIntoView():null===(e=document.getElementById("step-".concat(n)))||void 0===e||e.scrollIntoView()}}),[]),t.createElement("div",{className:o.StepContainer},i.map((function(e,i){return t.createElement("div",{className:o.Step},t.createElement("div",{id:"step-".concat(i),className:[o.StepTitleContainer,0===i?o.First:""].join(" ")},t.createElement("div",{className:[o.StepTitleTop,e.titleRightContent?o.WithRightContent:""].join(" ")},t.createElement("div",{className:[o.StepCircle,e.isSelected||e.isComplete?o.Selected:""].join(" ").trim()},e.isComplete?t.createElement(n,null):i+1),t.createElement("div",{className:[o.StepTitle,e.isSelected||e.isComplete?"":o.Light].join(" ")},e.label),!!e.titleRightContent&&t.createElement("div",{className:o.StepTitleRightContent},e.titleRightContent)),!!e.titleBottomContent&&t.createElement("div",{className:o.StepTitleBottom},e.titleBottomContent)),e.isSelected&&t.createElement("div",{className:o.StepContent},l))})))})),c=function(t,e,n,o,l){this.label=t,this.isSelected=e,this.isComplete=n,this.titleRightContent=o,this.titleBottomContent=l,i(this)};export{c as Step,l as default};
1
+ import*as e from"react";import{observer as t}from"mobx-react-lite";import{makeAutoObservable as i}from"mobx";import n from"../checkbox/check.js";import o from"./style.module.scss.js";import{PayWithIkas as l}from"../../../pay-with-ikas/index.js";import{CheckoutStep as s}from"../../model.js";import{IkasStorefrontConfig as a}from"@ikas/storefront-config";import{LoyaltyPointsLine as r}from"../cart-summary/index.js";import{IkasCartCreatedBy as c}from"@ikas/storefront-models";import m from"next/dynamic";m((function(){return import("../stripe-express/index.js").then((function(e){return e.default}))}));var d=t((function(t){var i,m,d,p=t.steps,u=t.stepContent,h=t.step,y=t.hasTopMargin,v=t.vm,f=t.isMobile;e.useEffect((function(){var e,t;if(document.body.getBoundingClientRect().width<768){var i=p.findIndex((function(e){return e.isSelected}));if(0===i)return;2===i?null===(e=document.getElementById("step-".concat(1)))||void 0===e||e.scrollIntoView():null===(t=document.getElementById("step-".concat(i)))||void 0===t||t.scrollIntoView()}}),[]);var C=a.getPayWithIkasUrl(),g=a.getCurrentRouting(),E="tr"===(null==g?void 0:g.locale)&&"TRY"===(null==g?void 0:g.currencyCode)&&C&&h===s.INFO,S=!!(null===(i=v.loyaltySpendingMethods)||void 0===i?void 0:i.length)&&(null===(m=v.loyaltySpendingMethods)||void 0===m?void 0:m.length)>0&&f&&!!(null===(d=v.customizationProps)||void 0===d?void 0:d.showLoyaltyPoints)&&!v.isOpenEditOrderWithTransaction&&!(v.checkout.createdBy===c.UPSELL||v.checkout.createdBy===c.ADMIN);return e.createElement("div",{className:o.StepContainer},S&&e.createElement(r,{vm:v,isVisibleLoyaltyPoints:v.isLoyaltyPointsVisible,setIsVisibleLoyaltyPoints:v.setIsLoyaltyPointsVisible,isMobile:f}),E&&e.createElement("div",{className:[o.PayWithIkasContainer,y?o.HasTopMargin:""].join(" ")},e.createElement("div",{className:o.PayWithIkasContent},e.createElement("span",{className:o.PayWithIkasTitle},"Hızlı Öde ile Kolay Alışveriş"),e.createElement("span",{className:o.PayWithIkasDescription},"Bilgilerini bir kez kaydet, 20.000 e-ticaret sitesinde tek tıkla öde.")),e.createElement("div",{className:o.PayWithIkasButton},e.createElement(l,{useExistingCart:!0}))),p.map((function(t,i){return e.createElement("div",{className:o.Step},e.createElement("div",{id:"step-".concat(i),className:[o.StepTitleContainer,0===i?o.First:""].join(" ")},e.createElement("div",{className:[o.StepTitleTop,t.titleRightContent?o.WithRightContent:""].join(" ")},e.createElement("div",{className:[o.StepCircle,t.isSelected||t.isComplete?o.Selected:""].join(" ").trim()},t.isComplete?e.createElement(n,null):i+1),e.createElement("div",{className:[o.StepTitle,t.isSelected||t.isComplete?"":o.Light].join(" ")},t.label),!!t.titleRightContent&&e.createElement("div",{className:o.StepTitleRightContent},t.titleRightContent)),!!t.titleBottomContent&&e.createElement("div",{className:o.StepTitleBottom},t.titleBottomContent)),t.isSelected&&e.createElement("div",{className:o.StepContent},u))})))})),p=function(e,t,n,o,l){this.label=e,this.isSelected=t,this.isComplete=n,this.titleRightContent=o,this.titleBottomContent=l,i(this)};export{p as Step,d as default};
@@ -1 +1 @@
1
- import e from'./../../../../ext/style-inject/dist/style-inject.es.js';var t={StepContainer:"style-module_StepContainer__2C4C1",Step:"style-module_Step__y2Vro",StepTitleContainer:"style-module_StepTitleContainer__A8Lkg",First:"style-module_First__jH8s6",StepTitleTop:"style-module_StepTitleTop__3PuCO",WithRightContent:"style-module_WithRightContent__IhjA-",StepCircle:"style-module_StepCircle__PGY--",Selected:"style-module_Selected__-Y7Yq",StepTitle:"style-module_StepTitle__hyDmR",Light:"style-module_Light__y8MER",StepTitleRightContent:"style-module_StepTitleRightContent__oFGFw",StepContent:"style-module_StepContent__9pGUV"};e(".style-module_StepContainer__2C4C1 {\n width: 100%;\n}\n.style-module_StepContainer__2C4C1 .style-module_Step__y2Vro {\n width: 100%;\n}\n.style-module_StepContainer__2C4C1 .style-module_Step__y2Vro .style-module_StepTitleContainer__A8Lkg {\n padding: 24px 0;\n border-top: 1px solid var(--checkout-border-color);\n}\n.style-module_StepContainer__2C4C1 .style-module_Step__y2Vro .style-module_StepTitleContainer__A8Lkg.style-module_First__jH8s6 {\n border-top: none;\n}\n.style-module_StepContainer__2C4C1 .style-module_Step__y2Vro .style-module_StepTitleContainer__A8Lkg .style-module_StepTitleTop__3PuCO {\n display: flex;\n align-items: center;\n}\n.style-module_StepContainer__2C4C1 .style-module_Step__y2Vro .style-module_StepTitleContainer__A8Lkg .style-module_StepTitleTop__3PuCO.style-module_WithRightContent__IhjA- {\n align-items: flex-start;\n}\n.style-module_StepContainer__2C4C1 .style-module_Step__y2Vro .style-module_StepTitleContainer__A8Lkg .style-module_StepCircle__PGY-- {\n width: 32px;\n height: 32px;\n border-radius: 100%;\n border: 1px solid var(--checkout-button-bg-color);\n color: var(--checkout-button-bg-color);\n display: flex;\n justify-content: center;\n align-items: center;\n margin-right: 16px;\n flex: 0 0 auto;\n font-size: 20px;\n}\n.style-module_StepContainer__2C4C1 .style-module_Step__y2Vro .style-module_StepTitleContainer__A8Lkg .style-module_StepCircle__PGY--.style-module_Selected__-Y7Yq {\n background-color: var(--checkout-button-bg-color);\n color: var(--checkout-button-text-color);\n}\n.style-module_StepContainer__2C4C1 .style-module_Step__y2Vro .style-module_StepTitleContainer__A8Lkg .style-module_StepCircle__PGY--.style-module_Selected__-Y7Yq svg {\n transform: scale(1.5);\n position: relative;\n right: -1px;\n}\n.style-module_StepContainer__2C4C1 .style-module_Step__y2Vro .style-module_StepTitleContainer__A8Lkg .style-module_StepTitle__hyDmR {\n font-size: 22px;\n color: var(--checkout-primary-text-color);\n flex: 0 0 auto;\n font-weight: 600;\n line-height: 32px;\n}\n.style-module_StepContainer__2C4C1 .style-module_Step__y2Vro .style-module_StepTitleContainer__A8Lkg .style-module_StepTitle__hyDmR.style-module_Light__y8MER {\n color: var(--checkout-button-disabled-text-color);\n}\n.style-module_StepContainer__2C4C1 .style-module_Step__y2Vro .style-module_StepTitleContainer__A8Lkg .style-module_StepTitleRightContent__oFGFw {\n flex: 1 1 auto;\n}\n.style-module_StepContainer__2C4C1 .style-module_StepContent__9pGUV {\n padding-bottom: 24px;\n padding-left: 48px;\n width: 100%;\n}\n@media only screen and (max-width: 1000px) {\n .style-module_StepContainer__2C4C1 {\n padding: 0 24px;\n }\n .style-module_StepContainer__2C4C1 .style-module_StepContent__9pGUV {\n padding-left: 0px;\n }\n}");export{t as default};
1
+ import e from'./../../../../ext/style-inject/dist/style-inject.es.js';var t={StepContainer:"style-module_StepContainer__2C4C1",Step:"style-module_Step__y2Vro",StepTitleContainer:"style-module_StepTitleContainer__A8Lkg",First:"style-module_First__jH8s6",StepTitleTop:"style-module_StepTitleTop__3PuCO",WithRightContent:"style-module_WithRightContent__IhjA-",StepCircle:"style-module_StepCircle__PGY--",Selected:"style-module_Selected__-Y7Yq",StepTitle:"style-module_StepTitle__hyDmR",Light:"style-module_Light__y8MER",StepTitleRightContent:"style-module_StepTitleRightContent__oFGFw",StepContent:"style-module_StepContent__9pGUV",PayWithIkasContainer:"style-module_PayWithIkasContainer__ex863",PayWithIkasContent:"style-module_PayWithIkasContent__WSxkH",PayWithIkasTitle:"style-module_PayWithIkasTitle__67vhn",PayWithIkasDescription:"style-module_PayWithIkasDescription__k6kqx",PayWithIkasButton:"style-module_PayWithIkasButton__Z1rka",HasTopMargin:"style-module_HasTopMargin__6-CHw"};e(".style-module_StepContainer__2C4C1 {\n width: 100%;\n}\n.style-module_StepContainer__2C4C1 .style-module_Step__y2Vro {\n width: 100%;\n}\n.style-module_StepContainer__2C4C1 .style-module_Step__y2Vro .style-module_StepTitleContainer__A8Lkg {\n padding: 24px 0;\n border-top: 1px solid var(--checkout-border-color);\n}\n.style-module_StepContainer__2C4C1 .style-module_Step__y2Vro .style-module_StepTitleContainer__A8Lkg.style-module_First__jH8s6 {\n border-top: none;\n}\n.style-module_StepContainer__2C4C1 .style-module_Step__y2Vro .style-module_StepTitleContainer__A8Lkg .style-module_StepTitleTop__3PuCO {\n display: flex;\n align-items: center;\n}\n.style-module_StepContainer__2C4C1 .style-module_Step__y2Vro .style-module_StepTitleContainer__A8Lkg .style-module_StepTitleTop__3PuCO.style-module_WithRightContent__IhjA- {\n align-items: flex-start;\n}\n.style-module_StepContainer__2C4C1 .style-module_Step__y2Vro .style-module_StepTitleContainer__A8Lkg .style-module_StepCircle__PGY-- {\n width: 32px;\n height: 32px;\n border-radius: 100%;\n border: 1px solid var(--checkout-button-bg-color);\n color: var(--checkout-button-bg-color);\n display: flex;\n justify-content: center;\n align-items: center;\n margin-right: 16px;\n flex: 0 0 auto;\n font-size: 20px;\n}\n.style-module_StepContainer__2C4C1 .style-module_Step__y2Vro .style-module_StepTitleContainer__A8Lkg .style-module_StepCircle__PGY--.style-module_Selected__-Y7Yq {\n background-color: var(--checkout-button-bg-color);\n color: var(--checkout-button-text-color);\n}\n.style-module_StepContainer__2C4C1 .style-module_Step__y2Vro .style-module_StepTitleContainer__A8Lkg .style-module_StepCircle__PGY--.style-module_Selected__-Y7Yq svg {\n transform: scale(1.5);\n position: relative;\n right: -1px;\n}\n.style-module_StepContainer__2C4C1 .style-module_Step__y2Vro .style-module_StepTitleContainer__A8Lkg .style-module_StepTitle__hyDmR {\n font-size: 22px;\n color: var(--checkout-primary-text-color);\n flex: 0 0 auto;\n font-weight: 600;\n line-height: 32px;\n}\n.style-module_StepContainer__2C4C1 .style-module_Step__y2Vro .style-module_StepTitleContainer__A8Lkg .style-module_StepTitle__hyDmR.style-module_Light__y8MER {\n color: var(--checkout-button-disabled-text-color);\n}\n.style-module_StepContainer__2C4C1 .style-module_Step__y2Vro .style-module_StepTitleContainer__A8Lkg .style-module_StepTitleRightContent__oFGFw {\n flex: 1 1 auto;\n}\n.style-module_StepContainer__2C4C1 .style-module_StepContent__9pGUV {\n padding-bottom: 24px;\n padding-left: 48px;\n width: 100%;\n}\n.style-module_StepContainer__2C4C1 .style-module_PayWithIkasContainer__ex863 {\n border-radius: 8px;\n border: 1px solid #f4f4f5;\n padding: 20px;\n gap: 32px;\n height: 112px;\n display: flex;\n align-items: center;\n justify-content: space-between;\n background-color: #fafafa;\n margin-bottom: 20px;\n}\n.style-module_StepContainer__2C4C1 .style-module_PayWithIkasContent__WSxkH {\n display: flex;\n flex-direction: column;\n}\n.style-module_StepContainer__2C4C1 .style-module_PayWithIkasTitle__67vhn {\n font-size: 18px;\n font-weight: 500;\n color: #09090b;\n line-height: 28px;\n margin-bottom: 4px;\n}\n.style-module_StepContainer__2C4C1 .style-module_PayWithIkasDescription__k6kqx {\n font-size: 14px;\n font-weight: 400;\n color: #52525b;\n line-height: 20px;\n}\n.style-module_StepContainer__2C4C1 .style-module_PayWithIkasButton__Z1rka {\n height: 56px;\n}\n.style-module_StepContainer__2C4C1 .style-module_HasTopMargin__6-CHw {\n margin-top: 24px;\n}\n@media only screen and (max-width: 1280px) {\n .style-module_StepContainer__2C4C1 .style-module_PayWithIkasContainer__ex863 {\n border-radius: 8px;\n border: 1px solid #f4f4f5;\n padding: 20px;\n gap: 16px;\n height: auto;\n flex-direction: column;\n align-items: inherit;\n margin-bottom: 8px;\n margin-top: 24px;\n }\n}\n@media only screen and (max-width: 1000px) {\n .style-module_StepContainer__2C4C1 {\n padding: 0 24px;\n }\n .style-module_StepContainer__2C4C1 .style-module_StepContent__9pGUV {\n padding-left: 0px;\n }\n}");export{t as default};
@@ -1 +1 @@
1
- import{__awaiter as e,__generator as r}from'./../../../../ext/tslib/tslib.es6.js';import*as t from"react";import{observer as n}from"mobx-react-lite";import{ErrorType as m}from"../../model.js";import{useStripe as o,useElements as a,PaymentElement as s}from"@stripe/react-stripe-js";import i from"./style.module.scss.js";var l=n((function(n){var l=n.callbackUrl,c=n.vm,d=o(),u=a(),f=t.useState(!0),p=f[0],b=f[1];return t.createElement(t.Fragment,null,t.createElement("form",{className:i.Form,id:"stripe-form",onSubmit:function(t){return e(void 0,void 0,void 0,(function(){var e;return r(this,(function(r){switch(r.label){case 0:return t.preventDefault(),d&&u&&l?(b(!0),[4,d.confirmPayment({elements:u,confirmParams:{return_url:l}})]):[2];case 1:return(e=r.sent().error)&&(c.handlePaymentError(m.PAYMENT_ERROR,e.message),c.isStepLoading=!1,b(!1)),[2]}}))}))}},t.createElement(s,{onReady:function(){return b(!1)}}),t.createElement("button",{id:"stripe-form-btn",hidden:!0,disabled:!d}),p&&t.createElement("div",{className:i.Disabled},t.createElement("div",{className:i.loader}))))}));export{l as CheckoutForm};
1
+ import{__awaiter as e,__generator as r}from'./../../../../ext/tslib/tslib.es6.js';import*as t from"react";import{observer as o}from"mobx-react-lite";import{ErrorType as n}from"../../model.js";import{useStripe as m,useElements as a,PaymentElement as s}from"@stripe/react-stripe-js";import i from"./style.module.scss.js";var l=o((function(o){var l=o.callbackUrl,c=o.vm,d=m(),u=a(),f=t.useState(!0),p=f[0],b=f[1];return t.createElement(t.Fragment,null,t.createElement("form",{className:i.Form,id:"stripe-form",onSubmit:function(t){return e(void 0,void 0,void 0,(function(){var e;return r(this,(function(r){switch(r.label){case 0:return t.preventDefault(),d&&u&&l?(b(!0),[4,d.confirmPayment({elements:u,confirmParams:{return_url:l}})]):[2];case 1:return(e=r.sent().error)&&(console.log("stripe error",e),c.handlePaymentError(n.PAYMENT_ERROR,e.message),c.isStepLoading=!1,b(!1)),[2]}}))}))}},t.createElement(s,{onReady:function(){return b(!1)}}),t.createElement("button",{id:"stripe-form-btn",hidden:!0,disabled:!d}),p&&t.createElement("div",{className:i.Disabled},t.createElement("div",{className:i.loader}))))}));export{l as CheckoutForm};
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ import CheckoutViewModel from "../../model";
3
+ declare type Props = {
4
+ vm: CheckoutViewModel;
5
+ };
6
+ declare const StripeExpressForm: React.FC<Props>;
7
+ export default StripeExpressForm;
@@ -0,0 +1 @@
1
+ import{__awaiter as e,__generator as t}from'./../../../../ext/tslib/tslib.es6.js';import*as s from"react";import{observer as r}from"mobx-react-lite";import{ErrorType as i}from"../../model.js";import{useStripe as n,useElements as o,ExpressCheckoutElement as a,Elements as c}from"@stripe/react-stripe-js";import{loadStripe as l}from"@stripe/stripe-js";import u from"./style.module.scss.js";import{useTranslation as p}from"../../../../utils/i18n.js";var m=r((function(r){var c=r.vm,l=n(),p=o(),m=c.stripeExpressCheckoutSessionResponse;if(!m)return null;return s.createElement("div",{className:u.ExpressCheckoutWrapper,style:{visibility:c.isStripeExpressCheckoutSessionVisible?"visible":"hidden"}},s.createElement(a,{onConfirm:function(){return e(void 0,void 0,void 0,(function(){var e;return t(this,(function(t){switch(t.label){case 0:return l&&p?[4,l.confirmPayment({elements:p,confirmParams:{return_url:m.callbackUrl}})]:[2];case 1:return(e=t.sent().error)&&c.handlePaymentError(i.PAYMENT_ERROR,e.message),[2]}}))}))},onReady:function(e){e.availablePaymentMethods&&(c.isStripeExpressCheckoutSessionVisible=!0)},onShippingAddressChange:function(s){var r=s.resolve,i=s.reject,n=s.address;return e(void 0,void 0,void 0,(function(){return t(this,(function(e){switch(e.label){case 0:return[4,c.updateStripeExpressCheckoutSession({address:{city:(null==n?void 0:n.city)||null,country:(null==n?void 0:n.country)||null,postalCode:(null==n?void 0:n.postal_code)||null,state:(null==n?void 0:n.state)||null}})];case 1:return e.sent()?r():i(),[2]}}))}))},onShippingRateChange:function(s){var r=s.resolve,i=s.reject,n=s.shippingRate;return e(void 0,void 0,void 0,(function(){return t(this,(function(e){switch(e.label){case 0:return[4,c.updateStripeExpressCheckoutSession({shippingZoneRateId:(null==n?void 0:n.id)||null})];case 1:return e.sent()?r():i(),[2]}}))}))}}))})),d=r((function(r){var i=r.vm,n=s.useState(null),o=n[0],a=n[1],d=p().t,v=i.stripeExpressCheckoutSessionResponse;return s.useEffect((function(){!function(){e(this,void 0,void 0,(function(){var e;return t(this,(function(t){switch(t.label){case 0:return v?[4,l(v.apiKey,{stripeAccount:v.accountId})]:[3,2];case 1:e=t.sent(),a(e),t.label=2;case 2:return[2]}}))}))}()}),[v]),v?s.createElement("div",{style:{display:i.isStripeExpressCheckoutSessionVisible?"block":"none"},className:u.StripeExpressCheckoutContainer},s.createElement("div",{className:u.StripeExpressCheckoutTitle},d("checkout-page:stripeExpressCheckoutTitle")),s.createElement("div",{className:u.Container},s.createElement(c,{stripe:o,options:{clientSecret:v.clientSecret}},s.createElement(m,{vm:i}))),s.createElement("div",{className:u.StripeExpressCheckoutDivider},s.createElement("span",{className:u.StripeExpressCheckoutDividerLine}),s.createElement("span",{className:u.StripeExpressCheckoutDividerText},d("checkout-page:or")),s.createElement("span",{className:u.StripeExpressCheckoutDividerLine}))):null}));export{d as default};
@@ -0,0 +1 @@
1
+ import e from'./../../../../ext/style-inject/dist/style-inject.es.js';var t={StripeExpressCheckoutContainer:"style-module_StripeExpressCheckoutContainer__08prd",StripeExpressCheckoutTitle:"style-module_StripeExpressCheckoutTitle__zeDIp",StripeExpressCheckoutDivider:"style-module_StripeExpressCheckoutDivider__JVT-A",StripeExpressCheckoutDividerLine:"style-module_StripeExpressCheckoutDividerLine__feAyn",StripeExpressCheckoutDividerText:"style-module_StripeExpressCheckoutDividerText__9mIdS"};e("@media only screen and (max-width: 768px) {\n .style-module_StripeExpressCheckoutContainer__08prd {\n margin-top: 16px;\n }\n}\n.style-module_StripeExpressCheckoutContainer__08prd .style-module_StripeExpressCheckoutTitle__zeDIp {\n font-size: 22px;\n font-weight: 500;\n color: var(--checkout-primary-text-color);\n line-height: 32px;\n margin-bottom: 24px;\n}\n.style-module_StripeExpressCheckoutContainer__08prd .style-module_StripeExpressCheckoutDivider__JVT-A {\n display: flex;\n align-items: center;\n gap: 14px;\n margin-top: 16px;\n}\n.style-module_StripeExpressCheckoutContainer__08prd .style-module_StripeExpressCheckoutDividerLine__feAyn {\n flex: 1;\n height: 1px;\n background-color: var(--checkout-border-color);\n}\n.style-module_StripeExpressCheckoutContainer__08prd .style-module_StripeExpressCheckoutDividerText__9mIdS {\n font-size: 14px;\n color: var(--checkout-secondary-text-color);\n letter-spacing: 0.5px;\n}");export{t as default};
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ declare type Props = {
3
+ className?: string;
4
+ };
5
+ declare const SVGArrowLoyalty: React.FC<Props>;
6
+ export default SVGArrowLoyalty;
@@ -0,0 +1 @@
1
+ import*as e from"react";var t=function(t){return t.className,e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18",fill:"none"},e.createElement("path",{d:"M6.75 13.5L11.25 9L6.75 4.5",stroke:"#4A33DA","stroke-width":"1.4","stroke-linecap":"round","stroke-linejoin":"round"}))};export{t as default};
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ declare type Props = {
3
+ className?: string;
4
+ };
5
+ declare const SVGArrowRightLoyalty: React.FC<Props>;
6
+ export default SVGArrowRightLoyalty;
@@ -0,0 +1 @@
1
+ import*as e from"react";var t=function(t){return t.className,e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",viewBox:"0 0 14 14",fill:"none"},e.createElement("path",{d:"M0.796875 6.63411H12.4635M12.4635 6.63411L6.63021 0.800781M12.4635 6.63411L6.63021 12.4674",stroke:"#8A8B94","stroke-width":"1.6","stroke-linecap":"round","stroke-linejoin":"round"}))};export{t as default};
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ declare type Props = {
3
+ className?: string;
4
+ };
5
+ declare const SVGCouponCodeTag: React.FC<Props>;
6
+ export default SVGCouponCodeTag;
@@ -0,0 +1 @@
1
+ import*as e from"react";var t=function(t){return t.className,e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},e.createElement("path",{d:"M13.7293 8.93967L8.94927 13.7197C8.82544 13.8436 8.67839 13.942 8.51652 14.0091C8.35466 14.0762 8.18116 14.1107 8.00594 14.1107C7.83072 14.1107 7.65721 14.0762 7.49535 14.0091C7.33349 13.942 7.18643 13.8436 7.0626 13.7197L1.33594 7.99967V1.33301H8.0026L13.7293 7.05967C13.9776 7.30949 14.117 7.64743 14.117 7.99967C14.117 8.35192 13.9776 8.68986 13.7293 8.93967Z",fill:"#CFCED3"}),e.createElement("path",{d:"M4.66406 4.66699H4.67073",stroke:"white","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}))};export{t as default};
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ declare type Props = {
3
+ className?: string;
4
+ };
5
+ declare const SVGCreditBalance: React.FC<Props>;
6
+ export default SVGCreditBalance;
@@ -0,0 +1 @@
1
+ import*as e from"react";var t=function(t){return t.className,e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"},e.createElement("g",{filter:"url(#filter0_ii_4315_5854)"},e.createElement("rect",{width:"24",height:"24",rx:"6",fill:"#FFBC1F"}),e.createElement("rect",{x:"0.2",y:"0.2",width:"23.6",height:"23.6",rx:"5.8",stroke:"#FFBC1F","stroke-width":"0.4"}),e.createElement("g",{"clip-path":"url(#clip0_4315_5854)"},e.createElement("path",{d:"M14.6278 14.6251C16.9095 14.3196 18.6693 12.3653 18.6693 9.99992C18.6693 7.42259 16.5799 5.33325 14.0026 5.33325C11.6373 5.33325 9.68293 7.09303 9.37745 9.37476M9.0026 12.6666L10.0026 11.9999V15.6666M9.0026 15.6666H11.0026M14.6693 13.9999C14.6693 16.5772 12.5799 18.6666 10.0026 18.6666C7.42528 18.6666 5.33594 16.5772 5.33594 13.9999C5.33594 11.4226 7.42528 9.33325 10.0026 9.33325C12.5799 9.33325 14.6693 11.4226 14.6693 13.9999Z",stroke:"white","stroke-width":"1.4","stroke-linecap":"round","stroke-linejoin":"round"}))),e.createElement("defs",null,e.createElement("filter",{id:"filter0_ii_4315_5854",x:"0",y:"0",width:"24",height:"24",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"},e.createElement("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),e.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),e.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),e.createElement("feOffset",{dy:"-1"}),e.createElement("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),e.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0.903339 0 0 0 0 0.658627 0 0 0 0 0.085197 0 0 0 1 0"}),e.createElement("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_4315_5854"}),e.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),e.createElement("feOffset",{dy:"1"}),e.createElement("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),e.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.16 0"}),e.createElement("feBlend",{mode:"normal",in2:"effect1_innerShadow_4315_5854",result:"effect2_innerShadow_4315_5854"})),e.createElement("clipPath",{id:"clip0_4315_5854"},e.createElement("rect",{width:"16",height:"16",fill:"white",transform:"translate(4 4)"}))))};export{t as default};
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ declare type Props = {
3
+ className?: string;
4
+ };
5
+ declare const SVGGiftCartTag: React.FC<Props>;
6
+ export default SVGGiftCartTag;
@@ -0,0 +1 @@
1
+ import*as e from"react";var t=function(t){return t.className,e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},e.createElement("g",{"clip-path":"url(#clip0_4350_5612)"},e.createElement("path",{d:"M14.9565 3.11611H13.7919C13.9455 2.87299 14.0469 2.60008 14.0758 2.31145C14.1681 1.38905 13.6823 0.562174 12.8553 0.19558C12.0951 -0.141389 11.2408 -0.0036388 10.6257 0.554299L9.15506 1.88711C8.86866 1.57386 8.45694 1.37699 8 1.37699C7.54225 1.37699 7.12988 1.57449 6.84341 1.8887L5.37091 0.554142C4.75475 -0.00379503 3.90081 -0.141014 3.14097 0.195767C2.31416 0.562392 1.82828 1.38955 1.92091 2.31192C1.94987 2.60033 2.05119 2.87311 2.20478 3.11611H1.04347C0.467156 3.11611 0 3.5833 0 4.15958V5.7248C0 6.01292 0.233594 6.24655 0.52175 6.24655H15.4783C15.7664 6.24655 16 6.01295 16 5.7248V4.15958C16 3.5833 15.5328 3.11611 14.9565 3.11611ZM6.43478 2.9422V3.11611H3.98031C3.33181 3.11611 2.82144 2.51155 2.98341 1.83636C3.05475 1.53902 3.26937 1.28555 3.54697 1.15724C3.92816 0.981049 4.35041 1.03761 4.67056 1.32739L6.43522 2.92683C6.43512 2.93199 6.43478 2.93705 6.43478 2.9422ZM13.0404 2.17292C13.0016 2.7152 12.5117 3.11617 11.9681 3.11617H9.56522V2.94227C9.56522 2.93611 9.56484 2.93002 9.56478 2.92386C9.96453 2.56149 10.8317 1.77549 11.3021 1.34914C11.5694 1.10686 11.9434 0.993767 12.2892 1.09689C12.7853 1.24489 13.0767 1.66683 13.0404 2.17292Z",fill:"#CFCED3"}),e.createElement("path",{d:"M1.04688 7.29004V14.9422C1.04688 15.5185 1.51403 15.9857 2.09034 15.9857H6.95991V7.29004H1.04688Z",fill:"#CFCED3"}),e.createElement("path",{d:"M9.04688 7.29004V15.9857H13.9164C14.4928 15.9857 14.9599 15.5185 14.9599 14.9422V7.29004H9.04688Z",fill:"#CFCED3"})),e.createElement("defs",null,e.createElement("clipPath",{id:"clip0_4350_5612"},e.createElement("rect",{width:"16",height:"16",fill:"white"}))))};export{t as default};
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ declare type Props = {
3
+ className?: string;
4
+ };
5
+ declare const SVGGiftLoyalty: React.FC<Props>;
6
+ export default SVGGiftLoyalty;
@@ -0,0 +1 @@
1
+ import*as e from"react";var t=function(t){return t.className,e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},e.createElement("path",{d:"M2.66406 7.33398V10.0007C2.66406 12.2005 2.66406 13.3005 3.34748 13.9839C4.0309 14.6673 5.13084 14.6673 7.33073 14.6673H8.66406C10.8639 14.6673 11.9639 14.6673 12.6473 13.9839C13.3307 13.3005 13.3307 12.2005 13.3307 10.0007V7.33398",stroke:"#272727","stroke-width":"1.2","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElement("path",{d:"M2 5.99935C2 5.50089 2 5.25166 2.13397 5.06602C2.22174 4.9444 2.34798 4.84341 2.5 4.7732C2.73205 4.66602 3.04359 4.66602 3.66667 4.66602H12.3333C12.9564 4.66602 13.2679 4.66602 13.5 4.7732C13.652 4.84341 13.7783 4.9444 13.866 5.06602C14 5.25166 14 5.50089 14 5.99935C14 6.49781 14 6.74702 13.866 6.93268C13.7783 7.05428 13.652 7.15528 13.5 7.22548C13.2679 7.33268 12.9564 7.33268 12.3333 7.33268H3.66667C3.04359 7.33268 2.73205 7.33268 2.5 7.22548C2.34798 7.15528 2.22174 7.05428 2.13397 6.93268C2 6.74702 2 6.49781 2 5.99935Z",stroke:"#272727","stroke-width":"1.2","stroke-linejoin":"round"}),e.createElement("path",{d:"M4 2.52446C4 1.86698 4.53299 1.33398 5.19047 1.33398H5.42857C6.84873 1.33398 8 2.48525 8 3.90541V4.66732H6.14286C4.95939 4.66732 4 3.70792 4 2.52446Z",stroke:"#272727","stroke-width":"1.2","stroke-linejoin":"round"}),e.createElement("path",{d:"M12 2.52446C12 1.86698 11.467 1.33398 10.8095 1.33398H10.5714C9.15127 1.33398 8 2.48525 8 3.90541V4.66732H9.85713C11.0406 4.66732 12 3.70792 12 2.52446Z",stroke:"#272727","stroke-width":"1.2","stroke-linejoin":"round"}),e.createElement("path",{d:"M8 7.33398V14.6673",stroke:"#272727","stroke-width":"1.2","stroke-linecap":"round","stroke-linejoin":"round"}))};export{t as default};
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ declare type Props = {
3
+ className?: string;
4
+ };
5
+ declare const SVGInfo: React.FC<Props>;
6
+ export default SVGInfo;
@@ -0,0 +1 @@
1
+ import*as e from"react";var t=function(t){return t.className,e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"28",height:"28",viewBox:"0 0 28 28",fill:"none"},e.createElement("g",{filter:"url(#filter0_ii_4722_14637)"},e.createElement("rect",{width:"28",height:"28",rx:"6",fill:"#FFBC1F"}),e.createElement("rect",{x:"0.2",y:"0.2",width:"27.6",height:"27.6",rx:"5.8",stroke:"#FFBC1F","stroke-width":"0.4"}),e.createElement("g",{"clip-path":"url(#clip0_4722_14637)"},e.createElement("path",{d:"M14 11.3333V14M14 16.6666H14.0067M20.6667 14C20.6667 17.6819 17.6819 20.6666 14 20.6666C10.3181 20.6666 7.33334 17.6819 7.33334 14C7.33334 10.3181 10.3181 7.33331 14 7.33331C17.6819 7.33331 20.6667 10.3181 20.6667 14Z",stroke:"white","stroke-width":"1.4","stroke-linecap":"round","stroke-linejoin":"round"}))),e.createElement("defs",null,e.createElement("filter",{id:"filter0_ii_4722_14637",x:"0",y:"0",width:"28",height:"28",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"},e.createElement("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),e.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),e.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),e.createElement("feOffset",{dy:"-1"}),e.createElement("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),e.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0.903339 0 0 0 0 0.658627 0 0 0 0 0.085197 0 0 0 1 0"}),e.createElement("feBlend",{mode:"normal",in2:"shape",result:"effect1_innerShadow_4722_14637"}),e.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),e.createElement("feOffset",{dy:"1"}),e.createElement("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),e.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.16 0"}),e.createElement("feBlend",{mode:"normal",in2:"effect1_innerShadow_4722_14637",result:"effect2_innerShadow_4722_14637"})),e.createElement("clipPath",{id:"clip0_4722_14637"},e.createElement("rect",{width:"16",height:"16",fill:"white",transform:"translate(6 6)"}))))};export{t as default};
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ declare type Props = {
3
+ className?: string;
4
+ };
5
+ declare const SVGLeftArrowLoyalty: React.FC<Props>;
6
+ export default SVGLeftArrowLoyalty;
@@ -0,0 +1 @@
1
+ import*as e from"react";var t=function(t){return t.className,e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"14",viewBox:"0 0 18 14",fill:"none"},e.createElement("path",{d:"M16.7969 6.80078H0.796875M0.796875 6.80078L6.79688 12.8008M0.796875 6.80078L6.79688 0.800781",stroke:"#8A8B94","stroke-width":"1.6","stroke-linecap":"round","stroke-linejoin":"round"}))};export{t as default};
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ declare type Props = {
3
+ className?: string;
4
+ };
5
+ declare const SVGPackageLoyalty: React.FC<Props>;
6
+ export default SVGPackageLoyalty;
@@ -0,0 +1 @@
1
+ import*as e from"react";var t=function(t){return t.className,e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},e.createElement("path",{d:"M14 4.66602V7.99935M2 4.66602C2 6.70902 2 11.1821 2 11.4402C2 12.3619 3.29709 12.9098 5.89129 14.0057C6.93347 14.4459 7.45453 14.666 8 14.666V7.56922",stroke:"#272727","stroke-width":"1.2","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElement("path",{d:"M10 12.6667C10 12.6667 10.5833 12.6667 11.1667 14C11.1667 14 13.0196 10.6667 14.6667 10",stroke:"#272727","stroke-width":"1.2","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElement("path",{d:"M5.55061 6.46157L3.60315 5.51922C2.53438 5.00205 2 4.74347 2 4.33398C2 3.9245 2.53438 3.66592 3.60315 3.14875L5.55061 2.2064C6.75253 1.62479 7.35353 1.33398 8 1.33398C8.64647 1.33398 9.24747 1.62478 10.4494 2.2064L12.3969 3.14875C13.4656 3.66592 14 3.9245 14 4.33398C14 4.74347 13.4656 5.00205 12.3969 5.51922L10.4494 6.46157C9.24747 7.04318 8.64647 7.33398 8 7.33398C7.35353 7.33398 6.75253 7.04318 5.55061 6.46157Z",stroke:"#272727","stroke-width":"1.2","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElement("path",{d:"M4 8L5.33333 8.66667",stroke:"#272727","stroke-width":"1.2","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElement("path",{d:"M11.3307 2.66602L4.66406 5.99935",stroke:"#272727","stroke-width":"1.2","stroke-linecap":"round","stroke-linejoin":"round"}))};export{t as default};
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ declare type Props = {
3
+ className?: string;
4
+ };
5
+ declare const SVGPercentageLoyalty: React.FC<Props>;
6
+ export default SVGPercentageLoyalty;
@@ -0,0 +1 @@
1
+ import*as e from"react";var t=function(t){return t.className,e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},e.createElement("path",{d:"M7.32812 6.66602H7.33812M7.33059 10.666H7.34059",stroke:"#272727","stroke-width":"1.2","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElement("path",{d:"M4.66406 8.66602H9.9974",stroke:"#272727","stroke-width":"1.2","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElement("path",{d:"M11.6641 3.33398C12.2163 3.33398 12.6641 3.7817 12.6641 4.33398C12.6641 4.88627 12.2163 5.33398 11.6641 5.33398C11.1118 5.33398 10.6641 4.88627 10.6641 4.33398C10.6641 3.7817 11.1118 3.33398 11.6641 3.33398Z",stroke:"#272727","stroke-width":"1.2","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElement("path",{d:"M1.85209 7.42992C1.18333 8.17685 1.16894 9.30372 1.78271 10.0965C3.00068 11.6695 4.33377 13.0026 5.90683 14.2205C6.69954 14.8343 7.82641 14.8199 8.57334 14.1512C10.6012 12.3355 12.4583 10.4379 14.2505 8.35258C14.4277 8.14645 14.5385 7.89378 14.5634 7.62305C14.6734 6.42597 14.8994 2.9771 13.9628 2.04048C13.0261 1.10386 9.57727 1.32983 8.38021 1.43982C8.10947 1.4647 7.85681 1.57554 7.65061 1.75272C5.56535 3.54496 3.66781 5.40206 1.85209 7.42992Z",stroke:"#272727","stroke-width":"1.2"}))};export{t as default};
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ declare type Props = {
3
+ className?: string;
4
+ };
5
+ declare const SVGStarLoyalty: React.FC<Props>;
6
+ export default SVGStarLoyalty;
@@ -0,0 +1 @@
1
+ import*as e from"react";var t=function(t){return t.className,e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"17",height:"16",viewBox:"0 0 17 16",fill:"none"},e.createElement("g",{filter:"url(#filter0_dii_4527_5468)"},e.createElement("path",{d:"M7.73445 0.617758C7.90731 0.267554 7.99375 0.0924516 8.11108 0.0365064C8.21317 -0.0121688 8.33178 -0.0121688 8.43386 0.0365064C8.5512 0.0924516 8.63763 0.267554 8.8105 0.617758L10.4505 3.94023C10.5015 4.04362 10.5271 4.09532 10.5643 4.13545C10.5974 4.17099 10.637 4.19978 10.6809 4.22024C10.7306 4.24334 10.7877 4.25168 10.9018 4.26835L14.5702 4.80455C14.9565 4.86101 15.1497 4.88925 15.239 4.9836C15.3168 5.06569 15.3534 5.17849 15.3386 5.2906C15.3216 5.41946 15.1817 5.55566 14.9021 5.82806L12.2485 8.41258C12.1658 8.49315 12.1245 8.53344 12.0978 8.58137C12.0742 8.62381 12.059 8.67043 12.0531 8.71865C12.0465 8.77311 12.0563 8.83002 12.0758 8.94382L12.7019 12.5944C12.768 12.9794 12.801 13.1719 12.7389 13.2861C12.6849 13.3855 12.589 13.4553 12.4778 13.4759C12.3499 13.4996 12.1771 13.4087 11.8313 13.2268L8.55174 11.5021C8.44956 11.4484 8.39847 11.4215 8.34464 11.411C8.29698 11.4016 8.24796 11.4016 8.2003 11.411C8.14648 11.4215 8.09539 11.4484 7.9932 11.5021L4.71365 13.2268C4.3679 13.4087 4.19502 13.4996 4.06719 13.4759C3.95597 13.4553 3.86 13.3855 3.80601 13.2861C3.74396 13.1719 3.77698 12.9794 3.84302 12.5944L4.46913 8.94382C4.48864 8.83002 4.4984 8.77311 4.4918 8.71865C4.48595 8.67043 4.47079 8.62381 4.44717 8.58137C4.42048 8.53344 4.37912 8.49315 4.2964 8.41258L1.64288 5.82806C1.36321 5.55566 1.22337 5.41946 1.20636 5.2906C1.19155 5.17849 1.22813 5.06569 1.3059 4.9836C1.39529 4.88925 1.58844 4.86101 1.97474 4.80455L5.64319 4.26835C5.75728 4.25168 5.81432 4.24334 5.864 4.22024C5.90798 4.19978 5.94758 4.17099 5.9806 4.13545C6.01789 4.09532 6.04341 4.04362 6.09444 3.94023L7.73445 0.617758Z",fill:"url(#paint0_linear_4527_5468)"})),e.createElement("defs",null,e.createElement("filter",{id:"filter0_dii_4527_5468",x:"0.00312495",y:"-1.2",width:"16.5406",height:"17.0805",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"},e.createElement("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),e.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),e.createElement("feOffset",{dy:"1.2"}),e.createElement("feGaussianBlur",{stdDeviation:"0.6"}),e.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),e.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0.552941 0 0 0 0 0.294118 0 0 0 0 0 0 0 0 0.24 0"}),e.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_4527_5468"}),e.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_4527_5468",result:"shape"}),e.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),e.createElement("feOffset",{dy:"-1.2"}),e.createElement("feGaussianBlur",{stdDeviation:"1.2"}),e.createElement("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),e.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0.844933 0 0 0 0 0.523295 0 0 0 0 0.161948 0 0 0 1 0"}),e.createElement("feBlend",{mode:"normal",in2:"shape",result:"effect2_innerShadow_4527_5468"}),e.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),e.createElement("feOffset",{dy:"1.2"}),e.createElement("feGaussianBlur",{stdDeviation:"1.2"}),e.createElement("feComposite",{in2:"hardAlpha",operator:"arithmetic",k2:"-1",k3:"1"}),e.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.4 0"}),e.createElement("feBlend",{mode:"normal",in2:"effect2_innerShadow_4527_5468",result:"effect3_innerShadow_4527_5468"})),e.createElement("linearGradient",{id:"paint0_linear_4527_5468",x1:"8.27247",y1:"0",x2:"8.27247",y2:"13.4796",gradientUnits:"userSpaceOnUse"},e.createElement("stop",{"stop-color":"#FFE6B1"}),e.createElement("stop",{offset:"1","stop-color":"#F49D30"}))))};export{t as default};
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ declare type Props = {
3
+ className?: string;
4
+ };
5
+ declare const SVGStoreCreditTag: React.FC<Props>;
6
+ export default SVGStoreCreditTag;
@@ -0,0 +1 @@
1
+ import*as e from"react";var t=function(t){return t.className,e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none"},e.createElement("g",{"clip-path":"url(#clip0_4350_5702)"},e.createElement("path",{d:"M13.2788 13.2818C16.131 12.8999 18.3307 10.457 18.3307 7.50033C18.3307 4.27866 15.7191 1.66699 12.4974 1.66699C9.54071 1.66699 7.0978 3.86672 6.71595 6.71888M6.2474 10.8337L7.4974 10.0003V14.5837M6.2474 14.5837H8.7474M13.3307 12.5003C13.3307 15.722 10.7191 18.3337 7.4974 18.3337C4.27573 18.3337 1.66406 15.722 1.66406 12.5003C1.66406 9.27866 4.27573 6.66699 7.4974 6.66699C10.7191 6.66699 13.3307 9.27866 13.3307 12.5003Z",stroke:"#8A8B94","stroke-width":"1.6","stroke-linecap":"round","stroke-linejoin":"round"})),e.createElement("defs",null,e.createElement("clipPath",{id:"clip0_4350_5702"},e.createElement("rect",{width:"20",height:"20",fill:"white"}))))};export{t as default};
@@ -0,0 +1,6 @@
1
+ import * as React from "react";
2
+ declare type Props = {
3
+ className?: string;
4
+ };
5
+ declare const SVGSubscription: React.FC<Props>;
6
+ export default SVGSubscription;
@@ -0,0 +1 @@
1
+ import*as e from"react";var t=function(t){return t.className,e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none"},e.createElement("path",{d:"M1 7C1 7 1.06066 7.42462 2.81802 9.18198C4.57538 10.9393 7.42462 10.9393 9.18198 9.18198C9.80462 8.55934 10.2067 7.79964 10.3881 7M1 7V10M1 7H4M11 5C11 5 10.9393 4.57538 9.18198 2.81802C7.42462 1.06066 4.57538 1.06066 2.81802 2.81802C2.19538 3.44066 1.79335 4.20036 1.61191 5M11 5V2M11 5H8",stroke:"#5A44D5","stroke-width":"1.2","stroke-linecap":"round","stroke-linejoin":"round"}))};export{t as default};
@@ -15,6 +15,7 @@ export declare type IkasCheckoutPageProps = {
15
15
  export declare type IkasCheckoutCustomizationProps = {
16
16
  logo?: IkasImage;
17
17
  showTax?: boolean;
18
+ showLoyaltyPoints?: boolean;
18
19
  showCampaignIsBiggerImage?: boolean;
19
20
  showCampaignOffersDesign?: boolean;
20
21
  campaignOfferIsSmallDesign?: boolean;