@ikas/storefront 5.0.0-beta.4 → 5.0.0-beta.41

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 (1616) hide show
  1. package/build/_virtual/_cloneBuffer.js +1 -0
  2. package/build/_virtual/_nodeUtil.js +1 -0
  3. package/build/_virtual/axios.js +1 -1
  4. package/build/_virtual/browser.js +1 -0
  5. package/build/_virtual/index.js +1 -1
  6. package/build/_virtual/index2.js +1 -0
  7. package/build/_virtual/index4.js +1 -0
  8. package/build/_virtual/index5.js +1 -0
  9. package/build/_virtual/index6.js +1 -0
  10. package/build/_virtual/index7.js +1 -0
  11. package/build/_virtual/isBuffer.js +1 -0
  12. package/build/_virtual/lodash.js +1 -0
  13. package/build/_virtual/node.js +1 -0
  14. package/build/analytics/analytics.d.ts +41 -37
  15. package/build/analytics/analytics.js +1 -1
  16. package/build/analytics/events.d.ts +37 -37
  17. package/build/analytics/events.js +1 -1
  18. package/build/analytics/facebookPixel.d.ts +17 -15
  19. package/build/analytics/facebookPixel.js +1 -1
  20. package/build/analytics/googleAnalytics.d.ts +13 -13
  21. package/build/analytics/googleAnalytics.js +1 -1
  22. package/build/analytics/googleTagManager.d.ts +200 -209
  23. package/build/analytics/googleTagManager.js +1 -1
  24. package/build/analytics/head/index.d.ts +3 -3
  25. package/build/analytics/head/index.js +1 -1
  26. package/build/analytics/ikas.d.ts +135 -134
  27. package/build/analytics/ikas.js +1 -1
  28. package/build/analytics/index.d.ts +2 -2
  29. package/build/analytics/tiktokPixel.d.ts +14 -13
  30. package/build/analytics/tiktokPixel.js +1 -1
  31. package/build/components/checkout/components/address-form/index.d.ts +3 -3
  32. package/build/components/checkout/components/address-form/index.js +1 -1
  33. package/build/components/checkout/components/address-form/model.d.ts +98 -87
  34. package/build/components/checkout/components/address-form/model.js +1 -1
  35. package/build/components/checkout/components/adyen/adyen.module.scss.js +1 -1
  36. package/build/components/checkout/components/adyen/index.d.ts +8 -8
  37. package/build/components/checkout/components/adyen/index.js +1 -1
  38. package/build/components/checkout/components/button/index.d.ts +13 -13
  39. package/build/components/checkout/components/button/index.js +1 -1
  40. package/build/components/checkout/components/button/style.module.scss.js +1 -1
  41. package/build/components/checkout/components/cart-summary/cart-item/bundle-product-item/index.d.ts +7 -0
  42. package/build/components/checkout/components/cart-summary/cart-item/bundle-product-item/index.js +1 -0
  43. package/build/components/checkout/components/cart-summary/cart-item/bundle-product-item/style.module.scss.js +1 -0
  44. package/build/components/checkout/components/cart-summary/cart-item/index.d.ts +12 -11
  45. package/build/components/checkout/components/cart-summary/cart-item/index.js +1 -1
  46. package/build/components/checkout/components/cart-summary/cart-item/style.module.scss.js +1 -1
  47. package/build/components/checkout/components/cart-summary/cart-item/svg/arrow-down.d.ts +2 -0
  48. package/build/components/checkout/components/cart-summary/cart-item/svg/arrow-down.js +1 -0
  49. package/build/components/checkout/components/cart-summary/cart-item/svg/arrow-right.d.ts +2 -2
  50. package/build/components/checkout/components/cart-summary/cart-item/svg/arrow-right.js +1 -1
  51. package/build/components/checkout/components/cart-summary/index.d.ts +23 -12
  52. package/build/components/checkout/components/cart-summary/index.js +1 -1
  53. package/build/components/checkout/components/cart-summary/style.module.scss.js +1 -1
  54. package/build/components/checkout/components/checkbox/check.d.ts +6 -6
  55. package/build/components/checkout/components/checkbox/check.js +1 -1
  56. package/build/components/checkout/components/checkbox/index.d.ts +10 -10
  57. package/build/components/checkout/components/checkbox/index.js +1 -1
  58. package/build/components/checkout/components/checkbox/style.module.scss.js +1 -1
  59. package/build/components/checkout/components/credit-card-form/index.d.ts +7 -7
  60. package/build/components/checkout/components/credit-card-form/index.js +1 -1
  61. package/build/components/checkout/components/credit-card-form/model.d.ts +26 -26
  62. package/build/components/checkout/components/credit-card-form/model.js +1 -1
  63. package/build/components/checkout/components/credit-card-form/style.module.scss.js +1 -1
  64. package/build/components/checkout/components/credit-card-form/svg/amex.d.ts +6 -6
  65. package/build/components/checkout/components/credit-card-form/svg/amex.js +1 -1
  66. package/build/components/checkout/components/credit-card-form/svg/master-card.d.ts +6 -6
  67. package/build/components/checkout/components/credit-card-form/svg/master-card.js +1 -1
  68. package/build/components/checkout/components/credit-card-form/svg/troy.d.ts +6 -6
  69. package/build/components/checkout/components/credit-card-form/svg/troy.js +1 -1
  70. package/build/components/checkout/components/credit-card-form/svg/visa.d.ts +6 -6
  71. package/build/components/checkout/components/credit-card-form/svg/visa.js +1 -1
  72. package/build/components/checkout/components/customer-addresses/index.d.ts +19 -19
  73. package/build/components/checkout/components/customer-addresses/index.js +1 -1
  74. package/build/components/checkout/components/customer-addresses/model.d.ts +21 -21
  75. package/build/components/checkout/components/customer-addresses/model.js +1 -1
  76. package/build/components/checkout/components/customer-addresses/style.module.scss.js +1 -1
  77. package/build/components/checkout/components/delivery-methods/icon-button/index.d.ts +10 -10
  78. package/build/components/checkout/components/delivery-methods/icon-button/index.js +1 -1
  79. package/build/components/checkout/components/delivery-methods/icon-button/style.module.scss.js +1 -1
  80. package/build/components/checkout/components/delivery-methods/icons/box.d.ts +6 -6
  81. package/build/components/checkout/components/delivery-methods/icons/box.js +1 -1
  82. package/build/components/checkout/components/delivery-methods/icons/store.d.ts +6 -6
  83. package/build/components/checkout/components/delivery-methods/icons/store.js +1 -1
  84. package/build/components/checkout/components/delivery-methods/index.d.ts +7 -7
  85. package/build/components/checkout/components/delivery-methods/index.js +1 -1
  86. package/build/components/checkout/components/delivery-methods/style.module.scss.js +1 -1
  87. package/build/components/checkout/components/epaykolay-button/index.d.ts +5 -0
  88. package/build/components/checkout/components/epaykolay-button/index.js +1 -0
  89. package/build/components/checkout/components/epaykolay-button/style.module.scss.js +1 -0
  90. package/build/components/checkout/components/error/customer-account-disabled-error/index.d.ts +8 -0
  91. package/build/components/checkout/components/error/customer-account-disabled-error/index.js +1 -0
  92. package/build/components/checkout/components/error/customer-login-required-error/index.d.ts +8 -8
  93. package/build/components/checkout/components/error/customer-login-required-error/index.js +1 -1
  94. package/build/components/checkout/components/error/index.d.ts +7 -7
  95. package/build/components/checkout/components/error/index.js +1 -1
  96. package/build/components/checkout/components/error/no-shipping-error/index.d.ts +3 -3
  97. package/build/components/checkout/components/error/no-shipping-error/index.js +1 -1
  98. package/build/components/checkout/components/error/payment-error/index.d.ts +8 -8
  99. package/build/components/checkout/components/error/payment-error/index.js +1 -1
  100. package/build/components/checkout/components/error/stock-error/index.d.ts +8 -8
  101. package/build/components/checkout/components/error/stock-error/index.js +1 -1
  102. package/build/components/checkout/components/error/stock-error/style.module.scss.js +1 -1
  103. package/build/components/checkout/components/error/unknown-error/index.d.ts +8 -8
  104. package/build/components/checkout/components/error/unknown-error/index.js +1 -1
  105. package/build/components/checkout/components/expandable-section/index.d.ts +7 -6
  106. package/build/components/checkout/components/expandable-section/index.js +1 -1
  107. package/build/components/checkout/components/expandable-section/style.module.scss.js +1 -1
  108. package/build/components/checkout/components/form-item/caret-down.d.ts +6 -6
  109. package/build/components/checkout/components/form-item/caret-down.js +1 -1
  110. package/build/components/checkout/components/form-item/index.d.ts +3 -3
  111. package/build/components/checkout/components/form-item/index.js +1 -1
  112. package/build/components/checkout/components/form-item/model.d.ts +69 -69
  113. package/build/components/checkout/components/form-item/model.js +1 -1
  114. package/build/components/checkout/components/form-item/style.module.scss.js +1 -1
  115. package/build/components/checkout/components/fullscreen-loading/index.d.ts +2 -2
  116. package/build/components/checkout/components/fullscreen-loading/index.js +1 -1
  117. package/build/components/checkout/components/fullscreen-loading/style.module.scss.js +1 -1
  118. package/build/components/checkout/components/input-with-button/index.d.ts +12 -12
  119. package/build/components/checkout/components/input-with-button/index.js +1 -1
  120. package/build/components/checkout/components/input-with-button/style.module.scss.js +1 -1
  121. package/build/components/checkout/components/klarna/index.d.ts +7 -7
  122. package/build/components/checkout/components/klarna/index.js +1 -1
  123. package/build/components/checkout/components/master-pass/credit-card-form/index.d.ts +8 -8
  124. package/build/components/checkout/components/master-pass/credit-card-form/index.js +1 -1
  125. package/build/components/checkout/components/master-pass/credit-card-form/style.module.scss.js +1 -1
  126. package/build/components/checkout/components/master-pass/link-card-to-client/index.d.ts +8 -8
  127. package/build/components/checkout/components/master-pass/link-card-to-client/index.js +1 -1
  128. package/build/components/checkout/components/master-pass/link-card-to-client/style.module.scss.js +1 -1
  129. package/build/components/checkout/components/master-pass/link-card-to-client/svg/close.d.ts +2 -2
  130. package/build/components/checkout/components/master-pass/link-card-to-client/svg/close.js +1 -1
  131. package/build/components/checkout/components/master-pass/link-card-to-client/svg/info-mark.d.ts +2 -2
  132. package/build/components/checkout/components/master-pass/link-card-to-client/svg/info-mark.js +1 -1
  133. package/build/components/checkout/components/master-pass/link-card-to-client/svg/master-pass-by-master-card-big.d.ts +2 -2
  134. package/build/components/checkout/components/master-pass/link-card-to-client/svg/master-pass-by-master-card-big.js +1 -1
  135. package/build/components/checkout/components/master-pass/modal/index.d.ts +10 -10
  136. package/build/components/checkout/components/master-pass/modal/index.js +1 -1
  137. package/build/components/checkout/components/master-pass/modal/style.module.scss.js +1 -1
  138. package/build/components/checkout/components/master-pass/modal/svg/master-pass-by-master-card-small.d.ts +2 -2
  139. package/build/components/checkout/components/master-pass/modal/svg/master-pass-by-master-card-small.js +1 -1
  140. package/build/components/checkout/components/master-pass/modal/svg/modal-close.d.ts +2 -2
  141. package/build/components/checkout/components/master-pass/modal/svg/modal-close.js +1 -1
  142. package/build/components/checkout/components/master-pass/modal-otp/index.d.ts +10 -10
  143. package/build/components/checkout/components/master-pass/modal-otp/index.js +1 -1
  144. package/build/components/checkout/components/master-pass/modal-otp/style.module.scss.js +1 -1
  145. package/build/components/checkout/components/master-pass/modal-otp/svg/master-pass.d.ts +2 -2
  146. package/build/components/checkout/components/master-pass/modal-otp/svg/master-pass.js +1 -1
  147. package/build/components/checkout/components/master-pass/modal-response/index.d.ts +9 -9
  148. package/build/components/checkout/components/master-pass/modal-response/index.js +1 -1
  149. package/build/components/checkout/components/master-pass/modal-response/style.module.scss.js +1 -1
  150. package/build/components/checkout/components/master-pass/modal-success/index.d.ts +10 -10
  151. package/build/components/checkout/components/master-pass/modal-success/index.js +1 -1
  152. package/build/components/checkout/components/master-pass/modal-success/style.module.scss.js +1 -1
  153. package/build/components/checkout/components/master-pass/modal-success/svg/success.d.ts +2 -2
  154. package/build/components/checkout/components/master-pass/modal-success/svg/success.js +1 -1
  155. package/build/components/checkout/components/master-pass/payment-gateway/svg/master-card.d.ts +2 -2
  156. package/build/components/checkout/components/master-pass/payment-gateway/svg/master-card.js +1 -1
  157. package/build/components/checkout/components/master-pass/payment-gateway/svg/troy.d.ts +6 -6
  158. package/build/components/checkout/components/master-pass/payment-gateway/svg/troy.js +1 -1
  159. package/build/components/checkout/components/master-pass/payment-gateway/svg/visa.d.ts +6 -6
  160. package/build/components/checkout/components/master-pass/payment-gateway/svg/visa.js +1 -1
  161. package/build/components/checkout/components/master-pass/svg/master-pass-by-master-card.d.ts +3 -3
  162. package/build/components/checkout/components/master-pass/svg/master-pass-by-master-card.js +1 -1
  163. package/build/components/checkout/components/modal/index.d.ts +8 -8
  164. package/build/components/checkout/components/modal/index.js +1 -1
  165. package/build/components/checkout/components/modal/style.module.scss.js +1 -1
  166. package/build/components/checkout/components/modal/useEscape.d.ts +5 -5
  167. package/build/components/checkout/components/modal/useEscape.js +1 -1
  168. package/build/components/checkout/components/notification-box/index.d.ts +11 -9
  169. package/build/components/checkout/components/notification-box/index.js +1 -1
  170. package/build/components/checkout/components/notification-box/style.module.scss.js +1 -1
  171. package/build/components/checkout/components/offer-product/index.d.ts +8 -8
  172. package/build/components/checkout/components/offer-product/index.js +1 -1
  173. package/build/components/checkout/components/offer-product/select/arrows.d.ts +6 -6
  174. package/build/components/checkout/components/offer-product/select/arrows.js +1 -1
  175. package/build/components/checkout/components/offer-product/select/index.d.ts +11 -11
  176. package/build/components/checkout/components/offer-product/select/index.js +1 -1
  177. package/build/components/checkout/components/offer-product/select/style.module.scss.js +1 -1
  178. package/build/components/checkout/components/offer-product/style.module.scss.js +1 -1
  179. package/build/components/checkout/components/paypal/index.d.ts +7 -0
  180. package/build/components/checkout/components/paypal/index.js +1 -0
  181. package/build/components/checkout/components/paypal/style.module.scss.js +1 -0
  182. package/build/components/checkout/components/phone-number-input/compare-strings.d.ts +2 -2
  183. package/build/components/checkout/components/phone-number-input/compare-strings.js +1 -1
  184. package/build/components/checkout/components/phone-number-input/get-countries.d.ts +7 -7
  185. package/build/components/checkout/components/phone-number-input/get-countries.js +1 -1
  186. package/build/components/checkout/components/phone-number-input/index.d.ts +10 -10
  187. package/build/components/checkout/components/phone-number-input/index.js +1 -1
  188. package/build/components/checkout/components/phone-number-input/style.module.scss.js +1 -1
  189. package/build/components/checkout/components/product-files/index.d.ts +7 -0
  190. package/build/components/checkout/components/product-files/index.js +1 -0
  191. package/build/components/checkout/components/product-files/style.module.scss.js +1 -0
  192. package/build/components/checkout/components/quick-registration/completed.d.ts +7 -7
  193. package/build/components/checkout/components/quick-registration/completed.js +1 -1
  194. package/build/components/checkout/components/quick-registration/index.d.ts +7 -7
  195. package/build/components/checkout/components/quick-registration/index.js +1 -1
  196. package/build/components/checkout/components/quick-registration/model.d.ts +19 -19
  197. package/build/components/checkout/components/quick-registration/model.js +1 -1
  198. package/build/components/checkout/components/quick-registration/style.module.scss.js +1 -1
  199. package/build/components/checkout/components/select-box/index.d.ts +14 -13
  200. package/build/components/checkout/components/select-box/index.js +1 -1
  201. package/build/components/checkout/components/select-box/style.module.scss.js +1 -1
  202. package/build/components/checkout/components/step-container/index.d.ts +15 -15
  203. package/build/components/checkout/components/step-container/index.js +1 -1
  204. package/build/components/checkout/components/step-container/style.module.scss.js +1 -1
  205. package/build/components/checkout/components/stripe/checkout-form.d.ts +8 -8
  206. package/build/components/checkout/components/stripe/checkout-form.js +1 -1
  207. package/build/components/checkout/components/stripe/index.d.ts +9 -9
  208. package/build/components/checkout/components/stripe/index.js +1 -1
  209. package/build/components/checkout/components/stripe/style.module.scss.js +1 -1
  210. package/build/components/checkout/components/svg/arrow-down.d.ts +6 -6
  211. package/build/components/checkout/components/svg/arrow-down.js +1 -1
  212. package/build/components/checkout/components/svg/arrow-left.d.ts +6 -6
  213. package/build/components/checkout/components/svg/arrow-right.d.ts +6 -6
  214. package/build/components/checkout/components/svg/cross.d.ts +6 -6
  215. package/build/components/checkout/components/svg/cross.js +1 -1
  216. package/build/components/checkout/components/svg/discount.d.ts +6 -6
  217. package/build/components/checkout/components/svg/epaykolay.d.ts +6 -0
  218. package/build/components/checkout/components/svg/epaykolay.js +1 -0
  219. package/build/components/checkout/components/svg/external.d.ts +6 -6
  220. package/build/components/checkout/components/svg/external.js +1 -1
  221. package/build/components/checkout/components/svg/gift.d.ts +7 -7
  222. package/build/components/checkout/components/svg/gift.js +1 -1
  223. package/build/components/checkout/components/svg/ikas.d.ts +6 -6
  224. package/build/components/checkout/components/svg/ikas.js +1 -1
  225. package/build/components/checkout/components/svg/lock.d.ts +6 -6
  226. package/build/components/checkout/components/svg/lock.js +1 -1
  227. package/build/components/checkout/components/svg/shopping-cart.d.ts +6 -6
  228. package/build/components/checkout/components/svg/success-circle.d.ts +6 -6
  229. package/build/components/checkout/components/svg/success-circle.js +1 -1
  230. package/build/components/checkout/components/svg/tag.d.ts +6 -6
  231. package/build/components/checkout/components/svg/warning.d.ts +6 -6
  232. package/build/components/checkout/components/svg/warning.js +1 -1
  233. package/build/components/checkout/components/toggle/index.d.ts +11 -10
  234. package/build/components/checkout/components/toggle/index.js +1 -1
  235. package/build/components/checkout/components/toggle/style.module.scss.js +1 -1
  236. package/build/components/checkout/components/tooltip/index.d.ts +8 -8
  237. package/build/components/checkout/components/tooltip/index.js +1 -1
  238. package/build/components/checkout/components/tooltip/style.module.scss.js +1 -1
  239. package/build/components/checkout/index.d.ts +36 -34
  240. package/build/components/checkout/index.js +1 -1
  241. package/build/components/checkout/model.d.ts +215 -191
  242. package/build/components/checkout/model.js +1 -1
  243. package/build/components/checkout/modelMasterPass.d.ts +201 -201
  244. package/build/components/checkout/modelMasterPass.js +1 -1
  245. package/build/components/checkout/steps/step-info/index.d.ts +7 -7
  246. package/build/components/checkout/steps/step-info/index.js +1 -1
  247. package/build/components/checkout/steps/step-payment/billing-address/index.d.ts +7 -7
  248. package/build/components/checkout/steps/step-payment/billing-address/index.js +1 -1
  249. package/build/components/checkout/steps/step-payment/index.d.ts +7 -7
  250. package/build/components/checkout/steps/step-payment/index.js +1 -1
  251. package/build/components/checkout/steps/step-payment/payment-gateways/index.d.ts +7 -7
  252. package/build/components/checkout/steps/step-payment/payment-gateways/index.js +1 -1
  253. package/build/components/checkout/steps/step-payment/payment-gateways/installments/index.d.ts +7 -7
  254. package/build/components/checkout/steps/step-payment/payment-gateways/installments/index.js +1 -1
  255. package/build/components/checkout/steps/step-payment/payment-gateways/installments/style.module.scss.js +1 -1
  256. package/build/components/checkout/steps/step-payment/payment-gateways/style.module.scss.js +1 -1
  257. package/build/components/checkout/steps/step-payment/style.module.scss.js +1 -1
  258. package/build/components/checkout/steps/step-shipping/index.d.ts +7 -7
  259. package/build/components/checkout/steps/step-shipping/index.js +1 -1
  260. package/build/components/checkout/steps/step-shipping/style.module.scss.js +1 -1
  261. package/build/components/checkout/steps/step-success/index.d.ts +7 -7
  262. package/build/components/checkout/steps/step-success/index.js +1 -1
  263. package/build/components/checkout/steps/step-success/style.module.scss.js +1 -1
  264. package/build/components/checkout/style.module.scss.js +1 -1
  265. package/build/components/checkout/styles/common.module.scss.js +1 -1
  266. package/build/components/client-only/index.d.ts +2 -0
  267. package/build/components/client-only/index.js +1 -0
  268. package/build/components/google-captcha/index.d.ts +9 -9
  269. package/build/components/google-captcha/index.js +1 -1
  270. package/build/components/image/index.d.ts +7 -10
  271. package/build/components/image/index.js +1 -1
  272. package/build/components/index.d.ts +6 -6
  273. package/build/components/link/index.d.ts +8 -16
  274. package/build/components/link/index.js +1 -1
  275. package/build/components/page/ThemeComponent.d.ts +21 -21
  276. package/build/components/page/ThemeComponent.js +1 -1
  277. package/build/components/page/head.d.ts +16 -15
  278. package/build/components/page/head.js +1 -1
  279. package/build/components/page/index.d.ts +24 -23
  280. package/build/components/page/index.js +1 -1
  281. package/build/components/page-editor/ThemeComponentEditor.d.ts +32 -32
  282. package/build/components/page-editor/ThemeComponentEditor.js +1 -1
  283. package/build/components/page-editor/error/index.d.ts +4 -4
  284. package/build/components/page-editor/error/index.js +1 -1
  285. package/build/components/page-editor/index.d.ts +17 -4
  286. package/build/components/page-editor/index.js +1 -1
  287. package/build/components/page-editor/loader/index.d.ts +6 -6
  288. package/build/components/page-editor/loader/index.js +1 -1
  289. package/build/components/page-editor/loader/style.module.scss.js +1 -1
  290. package/build/components/page-editor/model.d.ts +76 -76
  291. package/build/components/page-editor/model.js +1 -1
  292. package/build/hooks/index.d.ts +2 -2
  293. package/build/hooks/useCustomerReviews.d.ts +6 -6
  294. package/build/hooks/useCustomerReviews.js +1 -1
  295. package/build/hooks/useStore.d.ts +2 -2
  296. package/build/hooks/useStore.js +1 -1
  297. package/build/index.d.ts +10 -7
  298. package/build/index.js +1 -1
  299. package/build/models/data/base/index.d.ts +8 -8
  300. package/build/models/data/base/index.js +1 -1
  301. package/build/models/data/blog/category/index.d.ts +12 -12
  302. package/build/models/data/blog/category/index.js +1 -1
  303. package/build/models/data/blog/content/index.d.ts +6 -6
  304. package/build/models/data/blog/content/index.js +1 -1
  305. package/build/models/data/blog/index.d.ts +27 -27
  306. package/build/models/data/blog/index.js +1 -1
  307. package/build/models/data/blog/meta-data/index.d.ts +16 -16
  308. package/build/models/data/blog/meta-data/index.js +1 -1
  309. package/build/models/data/blog/tag/index.d.ts +6 -6
  310. package/build/models/data/blog/tag/index.js +1 -1
  311. package/build/models/data/blog/writer/index.d.ts +6 -6
  312. package/build/models/data/blog/writer/index.js +1 -1
  313. package/build/models/data/brand/index.d.ts +26 -26
  314. package/build/models/data/brand/index.js +1 -1
  315. package/build/models/data/brand/translation/index.d.ts +7 -7
  316. package/build/models/data/brand/translation/index.js +1 -1
  317. package/build/models/data/campaign-offer/index.d.ts +21 -21
  318. package/build/models/data/campaign-offer/index.js +1 -1
  319. package/build/models/data/campaign-offer/product/index.d.ts +25 -25
  320. package/build/models/data/campaign-offer/product/index.js +1 -1
  321. package/build/models/data/cart/available-shipping-method/estimated-delivery-time/index.d.ts +6 -0
  322. package/build/models/data/cart/available-shipping-method/estimated-delivery-time/index.js +1 -0
  323. package/build/models/data/cart/available-shipping-method/index.d.ts +12 -10
  324. package/build/models/data/cart/available-shipping-method/index.js +1 -1
  325. package/build/models/data/cart/campaign-offer/index.d.ts +16 -16
  326. package/build/models/data/cart/campaign-offer/index.js +1 -1
  327. package/build/models/data/cart/index.d.ts +14 -14
  328. package/build/models/data/cart/index.js +1 -1
  329. package/build/models/data/category/conditions/index.d.ts +21 -0
  330. package/build/models/data/category/conditions/index.js +1 -0
  331. package/build/models/data/category/index.d.ts +25 -22
  332. package/build/models/data/category/index.js +1 -1
  333. package/build/models/data/category/path-item/index.d.ts +14 -14
  334. package/build/models/data/category/path-item/index.js +1 -1
  335. package/build/models/data/category/translations/index.d.ts +7 -7
  336. package/build/models/data/category/translations/index.js +1 -1
  337. package/build/models/data/checkout/index.d.ts +26 -26
  338. package/build/models/data/checkout/index.js +1 -1
  339. package/build/models/data/checkout-settings/index.d.ts +22 -21
  340. package/build/models/data/checkout-settings/index.js +1 -1
  341. package/build/models/data/checkout-settings/option/index.d.ts +6 -6
  342. package/build/models/data/checkout-settings/option/index.js +1 -1
  343. package/build/models/data/checkout-settings/price/index.d.ts +8 -7
  344. package/build/models/data/checkout-settings/price/index.js +1 -1
  345. package/build/models/data/city/index.d.ts +12 -12
  346. package/build/models/data/city/index.js +1 -1
  347. package/build/models/data/contact-form/index.d.ts +10 -9
  348. package/build/models/data/contact-form/index.js +1 -1
  349. package/build/models/data/country/index.d.ts +18 -18
  350. package/build/models/data/country/index.js +1 -1
  351. package/build/models/data/country/location-translations/index.d.ts +7 -7
  352. package/build/models/data/customer/address/city/index.d.ts +7 -7
  353. package/build/models/data/customer/address/city/index.js +1 -1
  354. package/build/models/data/customer/address/country/index.d.ts +9 -9
  355. package/build/models/data/customer/address/country/index.js +1 -1
  356. package/build/models/data/customer/address/district/index.d.ts +7 -7
  357. package/build/models/data/customer/address/district/index.js +1 -1
  358. package/build/models/data/customer/address/ikas-localized-customer-address.d.ts +64 -50
  359. package/build/models/data/customer/address/ikas-localized-customer-address.js +1 -1
  360. package/build/models/data/customer/address/index.d.ts +45 -40
  361. package/build/models/data/customer/address/index.js +1 -1
  362. package/build/models/data/customer/address/region/index.d.ts +6 -0
  363. package/build/models/data/customer/address/region/index.js +1 -0
  364. package/build/models/data/customer/address/state/index.d.ts +7 -7
  365. package/build/models/data/customer/address/state/index.js +1 -1
  366. package/build/models/data/customer/attribute/index.d.ts +18 -18
  367. package/build/models/data/customer/attribute/index.js +1 -1
  368. package/build/models/data/customer/attribute/option/index.d.ts +9 -9
  369. package/build/models/data/customer/attribute/option/index.js +1 -1
  370. package/build/models/data/customer/attribute/sales-channel/index.d.ts +8 -8
  371. package/build/models/data/customer/attribute/sales-channel/index.js +1 -1
  372. package/build/models/data/customer/attribute/translation/index.d.ts +9 -9
  373. package/build/models/data/customer/attribute/translation/index.js +1 -1
  374. package/build/models/data/customer/attribute/translation/option/index.d.ts +6 -6
  375. package/build/models/data/customer/attribute/translation/option/index.js +1 -1
  376. package/build/models/data/customer/attribute/value/index.d.ts +11 -11
  377. package/build/models/data/customer/attribute/value/index.js +1 -1
  378. package/build/models/data/customer/index.d.ts +45 -38
  379. package/build/models/data/customer/index.js +1 -1
  380. package/build/models/data/customer/price-list-rule/filter/index.d.ts +7 -0
  381. package/build/models/data/customer/price-list-rule/filter/index.js +1 -0
  382. package/build/models/data/customer/price-list-rule/index.d.ts +10 -0
  383. package/build/models/data/customer/price-list-rule/index.js +1 -0
  384. package/build/models/data/customer/review/index.d.ts +25 -24
  385. package/build/models/data/customer/review/index.js +1 -1
  386. package/build/models/data/customer/review/settings/index.d.ts +6 -6
  387. package/build/models/data/customer/review/settings/index.js +1 -1
  388. package/build/models/data/customer/review/summary/index.d.ts +10 -10
  389. package/build/models/data/customer/review/summary/index.js +1 -1
  390. package/build/models/data/customer/review/summary/star/index.d.ts +6 -6
  391. package/build/models/data/customer/review/summary/star/index.js +1 -1
  392. package/build/models/data/district/index.d.ts +12 -12
  393. package/build/models/data/district/index.js +1 -1
  394. package/build/models/data/favorite-product/index.d.ts +9 -7
  395. package/build/models/data/favorite-product/index.js +1 -1
  396. package/build/models/data/filter-category/index.d.ts +16 -12
  397. package/build/models/data/filter-category/index.js +1 -1
  398. package/build/models/data/html-meta-data/index.d.ts +28 -28
  399. package/build/models/data/html-meta-data/index.js +1 -1
  400. package/build/models/data/html-meta-data/translations/index.d.ts +8 -7
  401. package/build/models/data/html-meta-data/translations/index.js +1 -1
  402. package/build/models/data/image/index.d.ts +11 -10
  403. package/build/models/data/image/index.js +1 -1
  404. package/build/models/data/index.d.ts +152 -139
  405. package/build/models/data/last-viewed-product/index.d.ts +6 -6
  406. package/build/models/data/last-viewed-product/index.js +1 -1
  407. package/build/models/data/merchant-settings/index.d.ts +12 -12
  408. package/build/models/data/merchant-settings/index.js +1 -1
  409. package/build/models/data/order/address/city/index.d.ts +7 -7
  410. package/build/models/data/order/address/city/index.js +1 -1
  411. package/build/models/data/order/address/country/index.d.ts +9 -9
  412. package/build/models/data/order/address/country/index.js +1 -1
  413. package/build/models/data/order/address/district/index.d.ts +7 -7
  414. package/build/models/data/order/address/district/index.js +1 -1
  415. package/build/models/data/order/address/ikas-localized-order-address.d.ts +62 -32
  416. package/build/models/data/order/address/ikas-localized-order-address.js +1 -1
  417. package/build/models/data/order/address/index.d.ts +42 -37
  418. package/build/models/data/order/address/index.js +1 -1
  419. package/build/models/data/order/address/region/index.d.ts +6 -0
  420. package/build/models/data/order/address/region/index.js +1 -0
  421. package/build/models/data/order/address/state/index.d.ts +7 -7
  422. package/build/models/data/order/address/state/index.js +1 -1
  423. package/build/models/data/order/adjustment/applied-order-line/index.d.ts +8 -8
  424. package/build/models/data/order/adjustment/applied-order-line/index.js +1 -1
  425. package/build/models/data/order/adjustment/index.d.ts +15 -15
  426. package/build/models/data/order/adjustment/index.js +1 -1
  427. package/build/models/data/order/customer/index.d.ts +11 -11
  428. package/build/models/data/order/customer/index.js +1 -1
  429. package/build/models/data/order/gift-line/index.d.ts +6 -6
  430. package/build/models/data/order/gift-line/index.js +1 -1
  431. package/build/models/data/order/index.d.ts +72 -69
  432. package/build/models/data/order/index.js +1 -1
  433. package/build/models/data/order/invoice/index.d.ts +12 -12
  434. package/build/models/data/order/invoice/index.js +1 -1
  435. package/build/models/data/order/line-item/base-unit/index.d.ts +9 -9
  436. package/build/models/data/order/line-item/base-unit/index.js +1 -1
  437. package/build/models/data/order/line-item/base-unit/unit-type/index.d.ts +6 -6
  438. package/build/models/data/order/line-item/base-unit/unit-type/index.js +1 -1
  439. package/build/models/data/order/line-item/discount/index.d.ts +11 -11
  440. package/build/models/data/order/line-item/discount/index.js +1 -1
  441. package/build/models/data/order/line-item/index.d.ts +51 -46
  442. package/build/models/data/order/line-item/index.js +1 -1
  443. package/build/models/data/order/line-item/option/index.d.ts +10 -10
  444. package/build/models/data/order/line-item/option/index.js +1 -1
  445. package/build/models/data/order/line-item/option/value/index.d.ts +9 -9
  446. package/build/models/data/order/line-item/option/value/index.js +1 -1
  447. package/build/models/data/order/line-item/variant/brand/index.d.ts +6 -6
  448. package/build/models/data/order/line-item/variant/brand/index.js +1 -1
  449. package/build/models/data/order/line-item/variant/bundle-product/bundle-variant/index.d.ts +33 -0
  450. package/build/models/data/order/line-item/variant/bundle-product/bundle-variant/index.js +1 -0
  451. package/build/models/data/order/line-item/variant/bundle-product/index.d.ts +15 -0
  452. package/build/models/data/order/line-item/variant/bundle-product/index.js +1 -0
  453. package/build/models/data/order/line-item/variant/category/index.d.ts +12 -12
  454. package/build/models/data/order/line-item/variant/category/index.js +1 -1
  455. package/build/models/data/order/line-item/variant/index.d.ts +36 -32
  456. package/build/models/data/order/line-item/variant/index.js +1 -1
  457. package/build/models/data/order/line-item/variant/price/index.d.ts +10 -10
  458. package/build/models/data/order/line-item/variant/price/index.js +1 -1
  459. package/build/models/data/order/line-item/variant/tag/index.d.ts +6 -6
  460. package/build/models/data/order/line-item/variant/tag/index.js +1 -1
  461. package/build/models/data/order/line-item/variant/unit/index.d.ts +6 -6
  462. package/build/models/data/order/line-item/variant/unit/index.js +1 -1
  463. package/build/models/data/order/line-item/variant/value/index.d.ts +11 -11
  464. package/build/models/data/order/line-item/variant/value/index.js +1 -1
  465. package/build/models/data/order/package/index.d.ts +16 -16
  466. package/build/models/data/order/package/index.js +1 -1
  467. package/build/models/data/order/package/tracking-info/index.d.ts +9 -9
  468. package/build/models/data/order/package/tracking-info/index.js +1 -1
  469. package/build/models/data/order/payment-method/index.d.ts +9 -9
  470. package/build/models/data/order/payment-method/index.js +1 -1
  471. package/build/models/data/order/refund/index.d.ts +7 -7
  472. package/build/models/data/order/refund/index.js +1 -1
  473. package/build/models/data/order/refund/line-item/index.d.ts +6 -6
  474. package/build/models/data/order/refund/line-item/index.js +1 -1
  475. package/build/models/data/order/refund/settings/index.d.ts +7 -7
  476. package/build/models/data/order/refund/settings/index.js +1 -1
  477. package/build/models/data/order/shipping-line/index.d.ts +12 -12
  478. package/build/models/data/order/shipping-line/index.js +1 -1
  479. package/build/models/data/order/tax-line/index.d.ts +6 -6
  480. package/build/models/data/order/tax-line/index.js +1 -1
  481. package/build/models/data/order/transaction/error/index.d.ts +7 -7
  482. package/build/models/data/order/transaction/error/index.js +1 -1
  483. package/build/models/data/order/transaction/index.d.ts +27 -26
  484. package/build/models/data/order/transaction/index.js +1 -1
  485. package/build/models/data/order/transaction/payment-method-detail/index.d.ts +14 -13
  486. package/build/models/data/order/transaction/payment-method-detail/index.js +1 -1
  487. package/build/models/data/order/transaction/payment-method-detail/installment-price/index.d.ts +9 -9
  488. package/build/models/data/order/transaction/payment-method-detail/installment-price/index.js +1 -1
  489. package/build/models/data/payment-gateway/additional-price/index.d.ts +9 -9
  490. package/build/models/data/payment-gateway/additional-price/index.js +1 -1
  491. package/build/models/data/payment-gateway/index.d.ts +31 -31
  492. package/build/models/data/payment-gateway/index.js +1 -1
  493. package/build/models/data/payment-gateway/settings/index.d.ts +10 -10
  494. package/build/models/data/payment-gateway/settings/index.js +1 -1
  495. package/build/models/data/payment-gateway/translation/index.d.ts +7 -7
  496. package/build/models/data/payment-gateway/translation/index.js +1 -1
  497. package/build/models/data/product/attribute/index.d.ts +15 -15
  498. package/build/models/data/product/attribute/index.js +1 -1
  499. package/build/models/data/product/attribute/option/index.d.ts +6 -6
  500. package/build/models/data/product/attribute/option/index.js +1 -1
  501. package/build/models/data/product/attribute/table-cell/index.d.ts +6 -6
  502. package/build/models/data/product/attribute/table-cell/index.js +1 -1
  503. package/build/models/data/product/attribute/table-template/index.d.ts +7 -7
  504. package/build/models/data/product/attribute/table-template/index.js +1 -1
  505. package/build/models/data/product/attribute/translation/index.d.ts +13 -13
  506. package/build/models/data/product/attribute/translation/index.js +1 -1
  507. package/build/models/data/product/attribute-value/index.d.ts +28 -28
  508. package/build/models/data/product/attribute-value/index.js +1 -1
  509. package/build/models/data/product/back-in-stock-settings/index.d.ts +5 -5
  510. package/build/models/data/product/back-in-stock-settings/index.js +1 -1
  511. package/build/models/data/product/base-unit/index.d.ts +12 -12
  512. package/build/models/data/product/base-unit/index.js +1 -1
  513. package/build/models/data/product/campaign/data/index.d.ts +27 -27
  514. package/build/models/data/product/campaign/data/index.js +1 -1
  515. package/build/models/data/product/campaign/filter/index.d.ts +7 -7
  516. package/build/models/data/product/campaign/filter/index.js +1 -1
  517. package/build/models/data/product/campaign/index.d.ts +7 -7
  518. package/build/models/data/product/campaign/index.js +1 -1
  519. package/build/models/data/product/campaign/product-buyx-then-gety/index.d.ts +20 -20
  520. package/build/models/data/product/campaign/product-buyx-then-gety/index.js +1 -1
  521. package/build/models/data/product/campaign/product-campaign-date-range-field/index.d.ts +6 -6
  522. package/build/models/data/product/campaign/product-campaign-date-range-field/index.js +1 -1
  523. package/build/models/data/product/campaign/product-fixed-discount/index.d.ts +14 -14
  524. package/build/models/data/product/campaign/product-fixed-discount/index.js +1 -1
  525. package/build/models/data/product/campaign-offer/index.d.ts +15 -0
  526. package/build/models/data/product/campaign-offer/index.js +1 -0
  527. package/build/models/data/product/filter/index.d.ts +84 -82
  528. package/build/models/data/product/filter/index.js +1 -1
  529. package/build/models/data/product/group/index.d.ts +11 -0
  530. package/build/models/data/product/group/index.js +1 -0
  531. package/build/models/data/product/group/translation/index.d.ts +13 -0
  532. package/build/models/data/product/group/translation/index.js +1 -0
  533. package/build/models/data/product/group/value/index.d.ts +7 -0
  534. package/build/models/data/product/group/value/index.js +1 -0
  535. package/build/models/data/product/image/index.d.ts +11 -10
  536. package/build/models/data/product/image/index.js +1 -1
  537. package/build/models/data/product/index.d.ts +110 -77
  538. package/build/models/data/product/index.js +1 -1
  539. package/build/models/data/product/option-set/index.d.ts +29 -29
  540. package/build/models/data/product/option-set/index.js +1 -1
  541. package/build/models/data/product/option-set/option/index.d.ts +70 -70
  542. package/build/models/data/product/option-set/option/index.js +1 -1
  543. package/build/models/data/product/star/index.d.ts +6 -6
  544. package/build/models/data/product/star/index.js +1 -1
  545. package/build/models/data/product/stock-location/index.d.ts +8 -8
  546. package/build/models/data/product/stock-location/index.js +1 -1
  547. package/build/models/data/product/tag/index.d.ts +6 -6
  548. package/build/models/data/product/tag/index.js +1 -1
  549. package/build/models/data/product/variant/bundle-settings/bundle-product/index.d.ts +28 -0
  550. package/build/models/data/product/variant/bundle-settings/bundle-product/index.js +1 -0
  551. package/build/models/data/product/variant/bundle-settings/index.d.ts +8 -0
  552. package/build/models/data/product/variant/bundle-settings/index.js +1 -0
  553. package/build/models/data/product/variant/index.d.ts +63 -31
  554. package/build/models/data/product/variant/index.js +1 -1
  555. package/build/models/data/product/variant/price/index.d.ts +45 -19
  556. package/build/models/data/product/variant/price/index.js +1 -1
  557. package/build/models/data/product/variant/price/product-campaign-price/index.d.ts +6 -0
  558. package/build/models/data/product/variant/price/product-campaign-price/index.js +1 -0
  559. package/build/models/data/product/variant/unit/index.d.ts +6 -6
  560. package/build/models/data/product/variant/unit/index.js +1 -1
  561. package/build/models/data/product/variant-type/index.d.ts +8 -8
  562. package/build/models/data/product/variant-type/index.js +1 -1
  563. package/build/models/data/product-file/index.d.ts +8 -0
  564. package/build/models/data/product-file/index.js +1 -0
  565. package/build/models/data/raffle/index.d.ts +63 -63
  566. package/build/models/data/raffle/index.js +1 -1
  567. package/build/models/data/sales-channel/index.d.ts +19 -19
  568. package/build/models/data/sales-channel/index.js +1 -1
  569. package/build/models/data/shipping-zone/index.d.ts +9 -0
  570. package/build/models/data/shipping-zone/index.js +1 -0
  571. package/build/models/data/shipping-zone/state/city/district/index.d.ts +7 -0
  572. package/build/models/data/shipping-zone/state/city/district/index.js +1 -0
  573. package/build/models/data/shipping-zone/state/city/district/region/index.d.ts +6 -0
  574. package/build/models/data/shipping-zone/state/city/district/region/index.js +1 -0
  575. package/build/models/data/shipping-zone/state/city/index.d.ts +8 -0
  576. package/build/models/data/shipping-zone/state/city/index.js +1 -0
  577. package/build/models/data/shipping-zone/state/index.d.ts +9 -0
  578. package/build/models/data/shipping-zone/state/index.js +1 -0
  579. package/build/models/data/state/index.d.ts +11 -11
  580. package/build/models/data/state/index.js +1 -1
  581. package/build/models/data/state/location-translations/index.d.ts +7 -7
  582. package/build/models/data/stock-location/address/city/index.d.ts +7 -7
  583. package/build/models/data/stock-location/address/city/index.js +1 -1
  584. package/build/models/data/stock-location/address/country/index.d.ts +7 -7
  585. package/build/models/data/stock-location/address/country/index.js +1 -1
  586. package/build/models/data/stock-location/address/district/index.d.ts +7 -7
  587. package/build/models/data/stock-location/address/district/index.js +1 -1
  588. package/build/models/data/stock-location/address/index.d.ts +15 -15
  589. package/build/models/data/stock-location/address/index.js +1 -1
  590. package/build/models/data/stock-location/address/state/index.d.ts +7 -7
  591. package/build/models/data/stock-location/address/state/index.js +1 -1
  592. package/build/models/data/stock-location/available/index.d.ts +10 -10
  593. package/build/models/data/stock-location/available/index.js +1 -1
  594. package/build/models/data/stock-location/index.d.ts +14 -14
  595. package/build/models/data/stock-location/index.js +1 -1
  596. package/build/models/data/storefront/b2b-settings/index.d.ts +8 -0
  597. package/build/models/data/storefront/b2b-settings/index.js +1 -0
  598. package/build/models/data/storefront/domain/index.d.ts +9 -9
  599. package/build/models/data/storefront/domain/index.js +1 -1
  600. package/build/models/data/storefront/index-page-seo-setting/index.d.ts +17 -0
  601. package/build/models/data/storefront/index-page-seo-setting/index.js +1 -0
  602. package/build/models/data/storefront/index.d.ts +35 -30
  603. package/build/models/data/storefront/index.js +1 -1
  604. package/build/models/data/storefront/localization/index.d.ts +8 -8
  605. package/build/models/data/storefront/localization/index.js +1 -1
  606. package/build/models/data/storefront/meta-templates/index.d.ts +8 -8
  607. package/build/models/data/storefront/meta-templates/index.js +1 -1
  608. package/build/models/data/storefront/routing/dynamic-currency/index.d.ts +6 -6
  609. package/build/models/data/storefront/routing/dynamic-currency/index.js +1 -1
  610. package/build/models/data/storefront/routing/index.d.ts +14 -14
  611. package/build/models/data/storefront/routing/index.js +1 -1
  612. package/build/models/data/storefront/theme/index.d.ts +10 -10
  613. package/build/models/data/storefront/theme/index.js +1 -1
  614. package/build/models/data/storefront/theme-localization/index.d.ts +15 -15
  615. package/build/models/data/storefront/theme-localization/index.js +1 -1
  616. package/build/models/data/theme-json/component/index.d.ts +24 -23
  617. package/build/models/data/theme-json/component/index.js +1 -1
  618. package/build/models/data/theme-json/component/prop/index.d.ts +28 -26
  619. package/build/models/data/theme-json/component/prop/index.js +1 -1
  620. package/build/models/data/theme-json/custom-data/index.d.ts +45 -43
  621. package/build/models/data/theme-json/custom-data/index.js +1 -1
  622. package/build/models/data/theme-json/index.d.ts +16 -16
  623. package/build/models/data/theme-json/index.js +1 -1
  624. package/build/models/data/theme-json/page/component/index.d.ts +7 -7
  625. package/build/models/data/theme-json/page/component/index.js +1 -1
  626. package/build/models/data/theme-json/page/index.d.ts +21 -21
  627. package/build/models/data/theme-json/page/index.js +1 -1
  628. package/build/models/data/theme-json/settings/color/index.d.ts +15 -15
  629. package/build/models/data/theme-json/settings/color/index.js +1 -1
  630. package/build/models/data/theme-json/settings/favicon/index.d.ts +5 -5
  631. package/build/models/data/theme-json/settings/favicon/index.js +1 -1
  632. package/build/models/data/theme-json/settings/font-family/index.d.ts +6 -6
  633. package/build/models/data/theme-json/settings/font-family/index.js +1 -1
  634. package/build/models/data/theme-json/settings/index.d.ts +13 -13
  635. package/build/models/data/theme-json/settings/index.js +1 -1
  636. package/build/models/data/variant-type/index.d.ts +13 -13
  637. package/build/models/data/variant-type/index.js +1 -1
  638. package/build/models/data/variant-type/variant-value/index.d.ts +12 -12
  639. package/build/models/data/variant-type/variant-value/index.js +1 -1
  640. package/build/models/data/video/index.d.ts +11 -0
  641. package/build/models/data/video/index.js +1 -0
  642. package/build/models/index.d.ts +2 -2
  643. package/build/models/prop-value/attribute-list.d.ts +6 -0
  644. package/build/models/prop-value/attribute.d.ts +6 -0
  645. package/build/models/prop-value/blog-category-list.d.ts +6 -0
  646. package/build/models/prop-value/blog-category.d.ts +4 -0
  647. package/build/models/prop-value/blog-list.d.ts +8 -0
  648. package/build/models/prop-value/blog.d.ts +4 -0
  649. package/build/models/prop-value/brand-list.d.ts +8 -0
  650. package/build/models/prop-value/brand.d.ts +4 -0
  651. package/build/models/prop-value/category-list.d.ts +8 -0
  652. package/build/models/prop-value/category.d.ts +5 -0
  653. package/build/models/prop-value/image.d.ts +4 -0
  654. package/build/models/prop-value/link.d.ts +18 -0
  655. package/build/models/prop-value/link.js +1 -0
  656. package/build/models/prop-value/product-list.d.ts +18 -0
  657. package/build/models/prop-value/product.d.ts +5 -0
  658. package/build/models/prop-value/raffle-list.d.ts +4 -0
  659. package/build/models/prop-value/raffle.d.ts +4 -0
  660. package/build/models/prop-value/video.d.ts +9 -0
  661. package/build/models/ui/blog-category-list/index.d.ts +51 -51
  662. package/build/models/ui/blog-category-list/index.js +1 -1
  663. package/build/models/ui/blog-list/index.d.ts +55 -55
  664. package/build/models/ui/blog-list/index.js +1 -1
  665. package/build/models/ui/brand-list/index.d.ts +61 -61
  666. package/build/models/ui/brand-list/index.js +1 -1
  667. package/build/models/ui/category-list/index.d.ts +61 -61
  668. package/build/models/ui/category-list/index.js +1 -1
  669. package/build/models/ui/component-renderer/index.d.ts +7 -7
  670. package/build/models/ui/component-renderer/index.js +1 -1
  671. package/build/models/ui/customer-review-list/index.d.ts +43 -43
  672. package/build/models/ui/customer-review-list/index.js +1 -1
  673. package/build/models/ui/customer-review-summary-list/index.d.ts +43 -43
  674. package/build/models/ui/customer-review-summary-list/index.js +1 -1
  675. package/build/models/ui/index.d.ts +27 -27
  676. package/build/models/ui/navigation-link/index.d.ts +8 -8
  677. package/build/models/ui/navigation-link/index.js +1 -1
  678. package/build/models/ui/product-attribute-detail/index.d.ts +8 -8
  679. package/build/models/ui/product-attribute-detail/index.js +1 -1
  680. package/build/models/ui/product-attribute-list/index.d.ts +8 -8
  681. package/build/models/ui/product-attribute-list/index.js +1 -1
  682. package/build/models/ui/product-list/index.d.ts +165 -143
  683. package/build/models/ui/product-list/index.js +1 -1
  684. package/build/models/ui/raffle-list/index.d.ts +53 -53
  685. package/build/models/ui/raffle-list/index.js +1 -1
  686. package/build/models/ui/validator/form/account-info.d.ts +39 -39
  687. package/build/models/ui/validator/form/account-info.js +1 -1
  688. package/build/models/ui/validator/form/address.d.ts +75 -75
  689. package/build/models/ui/validator/form/address.js +1 -1
  690. package/build/models/ui/validator/form/contact-form.d.ts +48 -42
  691. package/build/models/ui/validator/form/contact-form.js +1 -1
  692. package/build/models/ui/validator/form/customer-review.d.ts +34 -34
  693. package/build/models/ui/validator/form/customer-review.js +1 -1
  694. package/build/models/ui/validator/form/forgot-password.d.ts +26 -26
  695. package/build/models/ui/validator/form/forgot-password.js +1 -1
  696. package/build/models/ui/validator/form/ikas-address.d.ts +171 -145
  697. package/build/models/ui/validator/form/ikas-address.js +1 -1
  698. package/build/models/ui/validator/form/login.d.ts +35 -32
  699. package/build/models/ui/validator/form/login.js +1 -1
  700. package/build/models/ui/validator/form/raffle-form.d.ts +62 -62
  701. package/build/models/ui/validator/form/raffle-form.js +1 -1
  702. package/build/models/ui/validator/form/recover-password.d.ts +33 -33
  703. package/build/models/ui/validator/form/recover-password.js +1 -1
  704. package/build/models/ui/validator/form/register.d.ts +82 -73
  705. package/build/models/ui/validator/form/register.js +1 -1
  706. package/build/models/ui/validator/index.d.ts +27 -27
  707. package/build/models/ui/validator/index.js +1 -1
  708. package/build/models/ui/validator/rules/index.d.ts +101 -101
  709. package/build/models/ui/validator/rules/index.js +1 -1
  710. package/build/node_modules/@ikas/fe-api-client/build/_virtual/_commonjsHelpers.js +1 -0
  711. package/build/node_modules/@ikas/fe-api-client/build/_virtual/axios-error-format.js +1 -0
  712. package/build/node_modules/@ikas/fe-api-client/build/_virtual/core.js +1 -0
  713. package/build/node_modules/@ikas/fe-api-client/build/_virtual/index.js +1 -0
  714. package/build/node_modules/@ikas/fe-api-client/build/config/index.js +1 -0
  715. package/build/node_modules/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/axios-error-format.js +1 -0
  716. package/build/node_modules/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/core.js +1 -0
  717. package/build/node_modules/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/index.mjs.js +1 -0
  718. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_arrayMap.js +1 -0
  719. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_assignValue.js +1 -0
  720. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_baseAssignValue.js +1 -0
  721. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_baseSet.js +1 -0
  722. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_baseToString.js +1 -0
  723. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_castPath.js +1 -0
  724. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_defineProperty.js +1 -0
  725. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_isIndex.js +1 -0
  726. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_isKey.js +1 -0
  727. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_stringToPath.js +1 -0
  728. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/_toKey.js +1 -0
  729. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/isArray.js +1 -0
  730. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/isObjectLike.js +1 -0
  731. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/isSymbol.js +1 -0
  732. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/set.js +1 -0
  733. package/build/node_modules/@ikas/fe-api-client/build/ext/lodash/toString.js +1 -0
  734. package/build/node_modules/@ikas/fe-api-client/build/ext/tslib/tslib.es6.js +15 -0
  735. package/build/node_modules/@ikas/fe-api-client/build/helpers/generate-return-fields.js +1 -0
  736. package/build/node_modules/@ikas/fe-api-client/build/utils/api.js +1 -0
  737. package/build/node_modules/@ikas/fe-api-client/build/utils/fetch-query.js +1 -0
  738. package/build/node_modules/@ikas/localized-address/build/_virtual/_tslib.js +1 -0
  739. package/build/node_modules/@ikas/localized-address/build/models/address/index.js +1 -0
  740. package/build/node_modules/@ikas/localized-address/build/models/address/model.js +1 -0
  741. package/build/node_modules/@ikas/storefront-api/build/__api/models/CheckStocksLineInput.js +1 -0
  742. package/build/node_modules/@ikas/storefront-api/build/__api/models/CheckoutCustomerInput.js +1 -0
  743. package/build/node_modules/@ikas/storefront-api/build/__api/models/CustomerAddressCityInput.js +1 -0
  744. package/build/node_modules/@ikas/storefront-api/build/__api/models/CustomerAddressCountryInput.js +1 -0
  745. package/build/node_modules/@ikas/storefront-api/build/__api/models/CustomerAddressDistrictInput.js +1 -0
  746. package/build/node_modules/@ikas/storefront-api/build/__api/models/CustomerAddressRegionInput.js +1 -0
  747. package/build/node_modules/@ikas/storefront-api/build/__api/models/CustomerAddressStateInput.js +1 -0
  748. package/build/node_modules/@ikas/storefront-api/build/__api/models/CustomerAttributeValueInput.js +1 -0
  749. package/build/node_modules/@ikas/storefront-api/build/__api/models/OrderAddressCityInput.js +1 -0
  750. package/build/node_modules/@ikas/storefront-api/build/__api/models/OrderAddressCountryInput.js +1 -0
  751. package/build/node_modules/@ikas/storefront-api/build/__api/models/OrderAddressDistrictInput.js +1 -0
  752. package/build/node_modules/@ikas/storefront-api/build/__api/models/OrderAddressInput.js +1 -0
  753. package/build/node_modules/@ikas/storefront-api/build/__api/models/OrderAddressRegionInput.js +1 -0
  754. package/build/node_modules/@ikas/storefront-api/build/__api/models/OrderAddressStateInput.js +1 -0
  755. package/build/node_modules/@ikas/storefront-api/build/__api/models/OrderAttributeValueInput.js +1 -0
  756. package/build/node_modules/@ikas/storefront-api/build/__api/models/SaveCartInput.js +1 -0
  757. package/build/node_modules/@ikas/storefront-api/build/__api/models/SaveMyCustomerAddressInput.js +1 -0
  758. package/build/node_modules/@ikas/storefront-api/build/__api/models/SaveMyCustomerInput.js +1 -0
  759. package/build/node_modules/@ikas/storefront-api/build/__api/models/_base.js +1 -0
  760. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/activateCustomer.js +1 -0
  761. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/addItemToCart.js +1 -0
  762. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/createAdyenPaymentSession.js +1 -0
  763. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/createCustomerReview.js +1 -0
  764. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/createKlarnaClientToken.js +1 -0
  765. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/createOrderRefundRequest.js +1 -0
  766. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/createPaypalOrder.js +1 -0
  767. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/createSaleTransactionWithCart.js +1 -0
  768. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/createStripePaymentIntent.js +1 -0
  769. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/customerForgotPassword.js +1 -0
  770. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/customerLogin.js +1 -0
  771. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/customerRecoverPassword.js +1 -0
  772. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/customerRefreshToken.js +1 -0
  773. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/getOrderLineFile.js +1 -0
  774. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/getPaypalClientId.js +1 -0
  775. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/registerCustomer.js +1 -0
  776. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/resendCustomerActivationMail.js +1 -0
  777. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/resendCustomerPhoneVerificationCode.js +1 -0
  778. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/retrieveInstallmentInfo.js +1 -0
  779. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/saveCart.js +1 -0
  780. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/saveCartCouponCode.js +1 -0
  781. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/saveFavoriteProduct.js +1 -0
  782. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/saveLastViewedProducts.js +1 -0
  783. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/saveMyCustomer.js +1 -0
  784. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/saveProductBackInStockRemind.js +1 -0
  785. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/saveRaffleParticipant.js +1 -0
  786. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/sendContactFormToMerchant.js +1 -0
  787. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/subscribeToMarketingNotifications.js +1 -0
  788. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/updateCartCampaignOffer.js +1 -0
  789. package/build/node_modules/@ikas/storefront-api/build/__api/mutations/validateCustomerPhoneVerificationCode.js +1 -0
  790. package/build/node_modules/@ikas/storefront-api/build/__api/queries/checkCartStocks.js +1 -0
  791. package/build/node_modules/@ikas/storefront-api/build/__api/queries/checkCustomerEmail.js +1 -0
  792. package/build/node_modules/@ikas/storefront-api/build/__api/queries/checkStocks.js +1 -0
  793. package/build/node_modules/@ikas/storefront-api/build/__api/queries/customerSocialLogin.js +1 -0
  794. package/build/node_modules/@ikas/storefront-api/build/__api/queries/getAvailableShippingCountries.js +1 -0
  795. package/build/node_modules/@ikas/storefront-api/build/__api/queries/getAvailableShippingZones.js +1 -0
  796. package/build/node_modules/@ikas/storefront-api/build/__api/queries/getAvailableStockLocations.js +1 -0
  797. package/build/node_modules/@ikas/storefront-api/build/__api/queries/getCartById.js +1 -0
  798. package/build/node_modules/@ikas/storefront-api/build/__api/queries/getCustomerOrders.js +1 -0
  799. package/build/node_modules/@ikas/storefront-api/build/__api/queries/getDigitalProductFileDownloadUrl.js +1 -0
  800. package/build/node_modules/@ikas/storefront-api/build/__api/queries/getLastViewedProducts.js +1 -0
  801. package/build/node_modules/@ikas/storefront-api/build/__api/queries/getMasterPassRequestToken.js +1 -0
  802. package/build/node_modules/@ikas/storefront-api/build/__api/queries/getMyCountry.js +1 -0
  803. package/build/node_modules/@ikas/storefront-api/build/__api/queries/getMyCustomer.js +1 -0
  804. package/build/node_modules/@ikas/storefront-api/build/__api/queries/getOrderByEmail.js +1 -0
  805. package/build/node_modules/@ikas/storefront-api/build/__api/queries/getProductCampaigns.js +1 -0
  806. package/build/node_modules/@ikas/storefront-api/build/__api/queries/getProductFilterData.js +1 -0
  807. package/build/node_modules/@ikas/storefront-api/build/__api/queries/getProductOptionFileUrl.js +1 -0
  808. package/build/node_modules/@ikas/storefront-api/build/__api/queries/getRelatedProducts.js +1 -0
  809. package/build/node_modules/@ikas/storefront-api/build/__api/queries/getStorefrontSettings.js +1 -0
  810. package/build/node_modules/@ikas/storefront-api/build/__api/queries/getSuggestedProducts.js +1 -0
  811. package/build/node_modules/@ikas/storefront-api/build/__api/queries/getVariantStockLocations.js +1 -0
  812. package/build/node_modules/@ikas/storefront-api/build/__api/queries/isFavoriteProduct.js +1 -0
  813. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listBlog.js +1 -0
  814. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listBlogCategory.js +1 -0
  815. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listBlogMetadata.js +1 -0
  816. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listCampaignOffer.js +1 -0
  817. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listCategory.js +1 -0
  818. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listCheckoutSettings.js +1 -0
  819. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listCity.js +1 -0
  820. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listCountry.js +1 -0
  821. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listCustomerAttribute.js +1 -0
  822. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listCustomerReviewSummary.js +1 -0
  823. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listCustomerReviews.js +1 -0
  824. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listCustomerSettings.js +1 -0
  825. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listDistrict.js +1 -0
  826. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listFavoriteProducts.js +1 -0
  827. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listHTMLMetaData.js +1 -0
  828. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listMerchantSettings.js +1 -0
  829. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listOrderRefundSettings.js +1 -0
  830. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listOrderTransactions.js +1 -0
  831. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listPaymentGateway.js +1 -0
  832. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listProductAttribute.js +1 -0
  833. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listProductBackInStockRemind.js +1 -0
  834. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listProductBrand.js +1 -0
  835. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listProductFile.js +1 -0
  836. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listProductOptionSet.js +1 -0
  837. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listRaffleMetadata.js +1 -0
  838. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listRaffleParticipants.js +1 -0
  839. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listState.js +1 -0
  840. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listStockLocation.js +1 -0
  841. package/build/node_modules/@ikas/storefront-api/build/__api/queries/listStorefrontRaffle.js +1 -0
  842. package/build/node_modules/@ikas/storefront-api/build/__api/queries/searchProducts.js +1 -0
  843. package/build/node_modules/@ikas/storefront-api/build/__api/types/index.js +1 -0
  844. package/build/node_modules/@ikas/storefront-api/build/api/blog/index.js +1 -0
  845. package/build/node_modules/@ikas/storefront-api/build/api/brand/index.js +1 -0
  846. package/build/node_modules/@ikas/storefront-api/build/api/cart/index.js +1 -0
  847. package/build/node_modules/@ikas/storefront-api/build/api/category/index.js +1 -0
  848. package/build/node_modules/@ikas/storefront-api/build/api/checkout/index.js +1 -0
  849. package/build/node_modules/@ikas/storefront-api/build/api/customer/index.js +1 -0
  850. package/build/node_modules/@ikas/storefront-api/build/api/file-upload/index.js +1 -0
  851. package/build/node_modules/@ikas/storefront-api/build/api/html-meta-data/index.js +1 -0
  852. package/build/node_modules/@ikas/storefront-api/build/api/location/index.js +1 -0
  853. package/build/node_modules/@ikas/storefront-api/build/api/masterpass/index.js +1 -0
  854. package/build/node_modules/@ikas/storefront-api/build/api/merchant/index.js +1 -0
  855. package/build/node_modules/@ikas/storefront-api/build/api/product/index.js +1 -0
  856. package/build/node_modules/@ikas/storefront-api/build/api/raffle/index.js +1 -0
  857. package/build/node_modules/@ikas/storefront-api/build/api/storefront/index.js +1 -0
  858. package/build/node_modules/@ikas/storefront-api/build/index.js +1 -0
  859. package/build/node_modules/@ikas/storefront-assets/checkout/de.js +1 -0
  860. package/build/node_modules/@ikas/storefront-assets/checkout/en.js +1 -0
  861. package/build/node_modules/@ikas/storefront-assets/checkout/fr.js +1 -0
  862. package/build/node_modules/@ikas/storefront-assets/checkout/tr.js +1 -0
  863. package/build/node_modules/@ikas/storefront-cmd/build/scripts/generators/api/index.js +1 -0
  864. package/build/node_modules/@ikas/storefront-cmd/build/scripts/generators/api/info.js +1 -0
  865. package/build/node_modules/@ikas/storefront-cmd/build/scripts/generators/components/index.js +1 -0
  866. package/build/node_modules/@ikas/storefront-cmd/build/scripts/generators/pages/index.js +1 -0
  867. package/build/node_modules/@ikas/storefront-cmd/build/scripts/generators/pages/info.js +1 -0
  868. package/build/node_modules/@ikas/storefront-cmd/build/scripts/generators/theme/index.js +1 -0
  869. package/build/node_modules/@ikas/storefront-cmd/build/scripts/generators/types/index.js +1 -0
  870. package/build/node_modules/@ikas/storefront-cmd/build/utils/fs.js +1 -0
  871. package/build/node_modules/@ikas/storefront-cmd/build/utils/helper.js +1 -0
  872. package/build/node_modules/@ikas/storefront-config/build/index.js +1 -0
  873. package/build/node_modules/@ikas/storefront-model-functions/build/functions/blog/category/index.js +1 -0
  874. package/build/node_modules/@ikas/storefront-model-functions/build/functions/blog/index.js +1 -0
  875. package/build/node_modules/@ikas/storefront-model-functions/build/functions/brand/index.js +1 -0
  876. package/build/node_modules/@ikas/storefront-model-functions/build/functions/category/index.js +1 -0
  877. package/build/node_modules/@ikas/storefront-model-functions/build/functions/category/path-item/index.js +1 -0
  878. package/build/node_modules/@ikas/storefront-model-functions/build/functions/checkout/index.js +1 -0
  879. package/build/node_modules/@ikas/storefront-model-functions/build/functions/customer/address/index.js +1 -0
  880. package/build/node_modules/@ikas/storefront-model-functions/build/functions/customer/attribute/index.js +1 -0
  881. package/build/node_modules/@ikas/storefront-model-functions/build/functions/customer/index.js +1 -0
  882. package/build/node_modules/@ikas/storefront-model-functions/build/functions/filter-category/index.js +1 -0
  883. package/build/node_modules/@ikas/storefront-model-functions/build/functions/image/index.js +1 -0
  884. package/build/node_modules/@ikas/storefront-model-functions/build/functions/order/address/index.js +1 -0
  885. package/build/node_modules/@ikas/storefront-model-functions/build/functions/order/index.js +1 -0
  886. package/build/node_modules/@ikas/storefront-model-functions/build/functions/order/line-item/index.js +1 -0
  887. package/build/node_modules/@ikas/storefront-model-functions/build/functions/order/line-item/variant/index.js +1 -0
  888. package/build/node_modules/@ikas/storefront-model-functions/build/functions/order/line-item/variant/value/index.js +1 -0
  889. package/build/node_modules/@ikas/storefront-model-functions/build/functions/payment-gateway/index.js +1 -0
  890. package/build/node_modules/@ikas/storefront-model-functions/build/functions/product/attribute-value/index.js +1 -0
  891. package/build/node_modules/@ikas/storefront-model-functions/build/functions/product/filter/index.js +1 -0
  892. package/build/node_modules/@ikas/storefront-model-functions/build/functions/product/index.js +1 -0
  893. package/build/node_modules/@ikas/storefront-model-functions/build/functions/product/option-set/index.js +1 -0
  894. package/build/node_modules/@ikas/storefront-model-functions/build/functions/product/option-set/option/index.js +1 -0
  895. package/build/node_modules/@ikas/storefront-model-functions/build/functions/product/variant/index.js +1 -0
  896. package/build/node_modules/@ikas/storefront-model-functions/build/functions/product/variant/price/index.js +1 -0
  897. package/build/node_modules/@ikas/storefront-model-functions/build/functions/raffle/index.js +1 -0
  898. package/build/node_modules/@ikas/storefront-model-functions/build/functions/variant-type/index.js +1 -0
  899. package/build/node_modules/@ikas/storefront-model-functions/build/functions/variant-type/variant-value/index.js +1 -0
  900. package/build/node_modules/@ikas/storefront-model-functions/build/utils/helper.js +1 -0
  901. package/build/node_modules/@ikas/storefront-models/build/models/blog/category/init.js +1 -0
  902. package/build/node_modules/@ikas/storefront-models/build/models/blog/init.js +1 -0
  903. package/build/node_modules/@ikas/storefront-models/build/models/blog/meta-data/index.js +1 -0
  904. package/build/node_modules/@ikas/storefront-models/build/models/brand/index.js +1 -0
  905. package/build/node_modules/@ikas/storefront-models/build/models/brand/init.js +1 -0
  906. package/build/node_modules/@ikas/storefront-models/build/models/campaign-offer/index.js +1 -0
  907. package/build/node_modules/@ikas/storefront-models/build/models/campaign-offer/init.js +1 -0
  908. package/build/node_modules/@ikas/storefront-models/build/models/campaign-offer/product/index.js +1 -0
  909. package/build/node_modules/@ikas/storefront-models/build/models/campaign-offer/product/init.js +1 -0
  910. package/build/node_modules/@ikas/storefront-models/build/models/cart/available-shipping-method/estimated-delivery-time/index.js +1 -0
  911. package/build/node_modules/@ikas/storefront-models/build/models/cart/available-shipping-method/index.js +1 -0
  912. package/build/node_modules/@ikas/storefront-models/build/models/cart/campaign-offer/index.js +1 -0
  913. package/build/node_modules/@ikas/storefront-models/build/models/cart/index.js +1 -0
  914. package/build/node_modules/@ikas/storefront-models/build/models/category/conditions/index.js +1 -0
  915. package/build/node_modules/@ikas/storefront-models/build/models/category/index.js +1 -0
  916. package/build/node_modules/@ikas/storefront-models/build/models/category/init.js +1 -0
  917. package/build/node_modules/@ikas/storefront-models/build/models/category/path-item/init.js +1 -0
  918. package/build/node_modules/@ikas/storefront-models/build/models/checkout-settings/index.js +1 -0
  919. package/build/node_modules/@ikas/storefront-models/build/models/country/init.js +1 -0
  920. package/build/node_modules/@ikas/storefront-models/build/models/customer/attribute/index.js +1 -0
  921. package/build/node_modules/@ikas/storefront-models/build/models/customer/attribute/init.js +1 -0
  922. package/build/node_modules/@ikas/storefront-models/build/models/customer/attribute/sales-channel/index.js +1 -0
  923. package/build/node_modules/@ikas/storefront-models/build/models/customer/index.js +1 -0
  924. package/build/node_modules/@ikas/storefront-models/build/models/customer/price-list-rule/filter/index.js +1 -0
  925. package/build/node_modules/@ikas/storefront-models/build/models/customer/price-list-rule/index.js +1 -0
  926. package/build/node_modules/@ikas/storefront-models/build/models/customer/review/index.js +1 -0
  927. package/build/node_modules/@ikas/storefront-models/build/models/customer/review/init.js +1 -0
  928. package/build/node_modules/@ikas/storefront-models/build/models/html-meta-data/index.js +1 -0
  929. package/build/node_modules/@ikas/storefront-models/build/models/html-meta-data/init.js +1 -0
  930. package/build/node_modules/@ikas/storefront-models/build/models/merchant-settings/address/type/index.js +1 -0
  931. package/build/node_modules/@ikas/storefront-models/build/models/merchant-settings/index.js +1 -0
  932. package/build/node_modules/@ikas/storefront-models/build/models/merchant-settings/init.js +1 -0
  933. package/build/node_modules/@ikas/storefront-models/build/models/order/adjustment/index.js +1 -0
  934. package/build/node_modules/@ikas/storefront-models/build/models/order/index.js +1 -0
  935. package/build/node_modules/@ikas/storefront-models/build/models/order/invoice/index.js +1 -0
  936. package/build/node_modules/@ikas/storefront-models/build/models/order/line-item/base-unit/index.js +1 -0
  937. package/build/node_modules/@ikas/storefront-models/build/models/order/line-item/index.js +1 -0
  938. package/build/node_modules/@ikas/storefront-models/build/models/order/package/index.js +1 -0
  939. package/build/node_modules/@ikas/storefront-models/build/models/order/transaction/index.js +1 -0
  940. package/build/node_modules/@ikas/storefront-models/build/models/order/transaction/payment-method-detail/index.js +1 -0
  941. package/build/node_modules/@ikas/storefront-models/build/models/payment-gateway/additional-price/index.js +1 -0
  942. package/build/node_modules/@ikas/storefront-models/build/models/payment-gateway/index.js +1 -0
  943. package/build/node_modules/@ikas/storefront-models/build/models/payment-gateway/settings/index.js +1 -0
  944. package/build/node_modules/@ikas/storefront-models/build/models/product/attribute/index.js +1 -0
  945. package/build/node_modules/@ikas/storefront-models/build/models/product/attribute/init.js +1 -0
  946. package/build/node_modules/@ikas/storefront-models/build/models/product/attribute-value/init.js +1 -0
  947. package/build/node_modules/@ikas/storefront-models/build/models/product/campaign/data/index.js +1 -0
  948. package/build/node_modules/@ikas/storefront-models/build/models/product/campaign/filter/index.js +1 -0
  949. package/build/node_modules/@ikas/storefront-models/build/models/product/filter/index.js +1 -0
  950. package/build/node_modules/@ikas/storefront-models/build/models/product/group/init.js +1 -0
  951. package/build/node_modules/@ikas/storefront-models/build/models/product/image/init.js +1 -0
  952. package/build/node_modules/@ikas/storefront-models/build/models/product/index.js +1 -0
  953. package/build/node_modules/@ikas/storefront-models/build/models/product/init.js +1 -0
  954. package/build/node_modules/@ikas/storefront-models/build/models/product/option-set/init.js +1 -0
  955. package/build/node_modules/@ikas/storefront-models/build/models/product/option-set/option/index.js +1 -0
  956. package/build/node_modules/@ikas/storefront-models/build/models/product/option-set/option/init.js +1 -0
  957. package/build/node_modules/@ikas/storefront-models/build/models/product/stock-location/index.js +1 -0
  958. package/build/node_modules/@ikas/storefront-models/build/models/product/variant/init.js +1 -0
  959. package/build/node_modules/@ikas/storefront-models/build/models/product/variant-type/init.js +1 -0
  960. package/build/node_modules/@ikas/storefront-models/build/models/raffle/index.js +1 -0
  961. package/build/node_modules/@ikas/storefront-models/build/models/raffle/init.js +1 -0
  962. package/build/node_modules/@ikas/storefront-models/build/models/state/init.js +1 -0
  963. package/build/node_modules/@ikas/storefront-models/build/models/stock-location/index.js +1 -0
  964. package/build/node_modules/@ikas/storefront-models/build/models/storefront/b2b-settings/index.js +1 -0
  965. package/build/node_modules/@ikas/storefront-models/build/models/storefront/index.js +1 -0
  966. package/build/node_modules/@ikas/storefront-models/build/models/storefront/meta-templates/index.js +1 -0
  967. package/build/node_modules/@ikas/storefront-models/build/models/storefront/theme/index.js +1 -0
  968. package/build/node_modules/@ikas/storefront-models/build/models/theme-json/component/prop/index.js +1 -0
  969. package/build/node_modules/@ikas/storefront-models/build/models/theme-json/page/index.js +1 -0
  970. package/build/node_modules/@ikas/storefront-models/build/models/theme-json/settings/index.js +1 -0
  971. package/build/node_modules/@ikas/storefront-models/build/models/variant-type/index.js +1 -0
  972. package/build/node_modules/axios/index.js +1 -0
  973. package/build/node_modules/axios/lib/adapters/http.js +1 -0
  974. package/build/node_modules/axios/lib/adapters/xhr.js +1 -0
  975. package/build/node_modules/axios/lib/axios.js +1 -0
  976. package/build/node_modules/axios/lib/core/Axios.js +1 -0
  977. package/build/node_modules/axios/lib/core/InterceptorManager.js +1 -0
  978. package/build/node_modules/axios/lib/core/createError.js +1 -0
  979. package/build/node_modules/axios/lib/core/dispatchRequest.js +1 -0
  980. package/build/{ext → node_modules}/axios/lib/core/enhanceError.js +1 -1
  981. package/build/node_modules/axios/lib/core/mergeConfig.js +1 -0
  982. package/build/node_modules/axios/lib/core/transformData.js +1 -0
  983. package/build/node_modules/axios/lib/defaults/index.js +1 -0
  984. package/build/{ext → node_modules}/axios/lib/defaults/transitional.js +1 -1
  985. package/build/{ext → node_modules}/axios/lib/helpers/bind.js +1 -1
  986. package/build/node_modules/axios/lib/helpers/buildURL.js +1 -0
  987. package/build/node_modules/axios/lib/helpers/cookies.js +1 -0
  988. package/build/node_modules/axios/lib/helpers/isAxiosError.js +1 -0
  989. package/build/node_modules/axios/lib/helpers/isURLSameOrigin.js +1 -0
  990. package/build/node_modules/axios/lib/helpers/normalizeHeaderName.js +1 -0
  991. package/build/node_modules/axios/lib/helpers/parseHeaders.js +1 -0
  992. package/build/{ext → node_modules}/axios/lib/helpers/validator.js +1 -1
  993. package/build/node_modules/axios/lib/utils.js +1 -0
  994. package/build/node_modules/cors/lib/index.js +1 -0
  995. package/build/node_modules/debug/src/browser.js +1 -0
  996. package/build/node_modules/debug/src/common.js +1 -0
  997. package/build/node_modules/debug/src/index.js +1 -0
  998. package/build/node_modules/debug/src/node.js +1 -0
  999. package/build/node_modules/decode-uri-component/index.js +1 -0
  1000. package/build/node_modules/filter-obj/index.js +1 -0
  1001. package/build/node_modules/follow-redirects/debug.js +1 -0
  1002. package/build/node_modules/follow-redirects/index.js +1 -0
  1003. package/build/node_modules/has-flag/index.js +1 -0
  1004. package/build/node_modules/libphonenumber-js/es6/AsYouType.js +1 -0
  1005. package/build/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.PatternMatcher.js +1 -0
  1006. package/build/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.PatternParser.js +1 -0
  1007. package/build/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.complete.js +1 -0
  1008. package/build/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.js +1 -0
  1009. package/build/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.util.js +1 -0
  1010. package/build/node_modules/libphonenumber-js/es6/AsYouTypeParser.js +1 -0
  1011. package/build/node_modules/libphonenumber-js/es6/AsYouTypeState.js +1 -0
  1012. package/build/node_modules/libphonenumber-js/es6/ParseError.js +1 -0
  1013. package/build/node_modules/libphonenumber-js/es6/PhoneNumber.js +1 -0
  1014. package/build/node_modules/libphonenumber-js/es6/constants.js +1 -0
  1015. package/build/node_modules/libphonenumber-js/es6/format.js +1 -0
  1016. package/build/node_modules/libphonenumber-js/es6/formatIncompletePhoneNumber.js +1 -0
  1017. package/build/node_modules/libphonenumber-js/es6/getCountries.js +1 -0
  1018. package/build/node_modules/libphonenumber-js/es6/helpers/RFC3966.js +1 -0
  1019. package/build/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js +1 -0
  1020. package/build/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js +1 -0
  1021. package/build/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js +1 -0
  1022. package/build/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.js +1 -0
  1023. package/build/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js +1 -0
  1024. package/build/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +1 -0
  1025. package/build/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.js +1 -0
  1026. package/build/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js +1 -0
  1027. package/build/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js +1 -0
  1028. package/build/node_modules/libphonenumber-js/es6/helpers/extractPhoneContext.js +1 -0
  1029. package/build/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js +1 -0
  1030. package/build/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.js +1 -0
  1031. package/build/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.js +1 -0
  1032. package/build/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.js +1 -0
  1033. package/build/node_modules/libphonenumber-js/es6/helpers/getNumberType.js +1 -0
  1034. package/build/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.js +1 -0
  1035. package/build/node_modules/libphonenumber-js/es6/helpers/isObject.js +1 -0
  1036. package/build/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.js +1 -0
  1037. package/build/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.js +1 -0
  1038. package/build/node_modules/libphonenumber-js/es6/helpers/mergeArrays.js +1 -0
  1039. package/build/node_modules/libphonenumber-js/es6/helpers/parseDigits.js +1 -0
  1040. package/build/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.js +1 -0
  1041. package/build/node_modules/libphonenumber-js/es6/isPossible.js +1 -0
  1042. package/build/node_modules/libphonenumber-js/es6/isValid.js +1 -0
  1043. package/build/node_modules/libphonenumber-js/es6/metadata.js +1 -0
  1044. package/build/node_modules/libphonenumber-js/es6/normalizeArguments.js +1 -0
  1045. package/build/node_modules/libphonenumber-js/es6/parse.js +1 -0
  1046. package/build/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js +1 -0
  1047. package/build/node_modules/libphonenumber-js/es6/parsePhoneNumber.js +1 -0
  1048. package/build/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.js +1 -0
  1049. package/build/node_modules/libphonenumber-js/es6/parsePhoneNumber_.js +1 -0
  1050. package/build/node_modules/libphonenumber-js/es6/tools/semver-compare.js +1 -0
  1051. package/build/node_modules/libphonenumber-js/metadata.min.json.js +1 -0
  1052. package/build/node_modules/libphonenumber-js/min/exports/formatIncompletePhoneNumber.js +1 -0
  1053. package/build/node_modules/libphonenumber-js/min/exports/getCountries.js +1 -0
  1054. package/build/node_modules/libphonenumber-js/min/exports/getCountryCallingCode.js +1 -0
  1055. package/build/node_modules/libphonenumber-js/min/exports/isSupportedCountry.js +1 -0
  1056. package/build/node_modules/libphonenumber-js/min/exports/parsePhoneNumber.js +1 -0
  1057. package/build/node_modules/libphonenumber-js/min/exports/withMetadataArgument.js +1 -0
  1058. package/build/node_modules/lodash/_DataView.js +1 -0
  1059. package/build/node_modules/lodash/_Hash.js +1 -0
  1060. package/build/node_modules/lodash/_ListCache.js +1 -0
  1061. package/build/node_modules/lodash/_Map.js +1 -0
  1062. package/build/node_modules/lodash/_MapCache.js +1 -0
  1063. package/build/node_modules/lodash/_Promise.js +1 -0
  1064. package/build/node_modules/lodash/_Set.js +1 -0
  1065. package/build/node_modules/lodash/_SetCache.js +1 -0
  1066. package/build/node_modules/lodash/_Stack.js +1 -0
  1067. package/build/node_modules/lodash/_Symbol.js +1 -0
  1068. package/build/node_modules/lodash/_Uint8Array.js +1 -0
  1069. package/build/node_modules/lodash/_WeakMap.js +1 -0
  1070. package/build/node_modules/lodash/_apply.js +1 -0
  1071. package/build/node_modules/lodash/_arrayAggregator.js +1 -0
  1072. package/build/node_modules/lodash/_arrayEach.js +1 -0
  1073. package/build/node_modules/lodash/_arrayFilter.js +1 -0
  1074. package/build/node_modules/lodash/_arrayIncludes.js +1 -0
  1075. package/build/node_modules/lodash/_arrayIncludesWith.js +1 -0
  1076. package/build/node_modules/lodash/_arrayLikeKeys.js +1 -0
  1077. package/build/node_modules/lodash/_arrayMap.js +1 -0
  1078. package/build/node_modules/lodash/_arrayPush.js +1 -0
  1079. package/build/node_modules/lodash/_arraySome.js +1 -0
  1080. package/build/node_modules/lodash/_assignValue.js +1 -0
  1081. package/build/node_modules/lodash/_assocIndexOf.js +1 -0
  1082. package/build/node_modules/lodash/_baseAggregator.js +1 -0
  1083. package/build/node_modules/lodash/_baseAssign.js +1 -0
  1084. package/build/node_modules/lodash/_baseAssignIn.js +1 -0
  1085. package/build/node_modules/lodash/_baseAssignValue.js +1 -0
  1086. package/build/node_modules/lodash/_baseClone.js +1 -0
  1087. package/build/node_modules/lodash/_baseCreate.js +1 -0
  1088. package/build/node_modules/lodash/_baseDifference.js +1 -0
  1089. package/build/node_modules/lodash/_baseEach.js +1 -0
  1090. package/build/node_modules/lodash/_baseFindIndex.js +1 -0
  1091. package/build/node_modules/lodash/_baseFlatten.js +1 -0
  1092. package/build/node_modules/lodash/_baseFor.js +1 -0
  1093. package/build/node_modules/lodash/_baseForOwn.js +1 -0
  1094. package/build/node_modules/lodash/_baseGet.js +1 -0
  1095. package/build/node_modules/lodash/_baseGetAllKeys.js +1 -0
  1096. package/build/node_modules/lodash/_baseGetTag.js +1 -0
  1097. package/build/node_modules/lodash/_baseHasIn.js +1 -0
  1098. package/build/node_modules/lodash/_baseIndexOf.js +1 -0
  1099. package/build/node_modules/lodash/_baseIsArguments.js +1 -0
  1100. package/build/node_modules/lodash/_baseIsEqual.js +1 -0
  1101. package/build/node_modules/lodash/_baseIsEqualDeep.js +1 -0
  1102. package/build/node_modules/lodash/_baseIsMap.js +1 -0
  1103. package/build/node_modules/lodash/_baseIsMatch.js +1 -0
  1104. package/build/node_modules/lodash/_baseIsNaN.js +1 -0
  1105. package/build/node_modules/lodash/_baseIsNative.js +1 -0
  1106. package/build/node_modules/lodash/_baseIsSet.js +1 -0
  1107. package/build/node_modules/lodash/_baseIsTypedArray.js +1 -0
  1108. package/build/node_modules/lodash/_baseIteratee.js +1 -0
  1109. package/build/node_modules/lodash/_baseKeys.js +1 -0
  1110. package/build/node_modules/lodash/_baseKeysIn.js +1 -0
  1111. package/build/node_modules/lodash/_baseMap.js +1 -0
  1112. package/build/node_modules/lodash/_baseMatches.js +1 -0
  1113. package/build/node_modules/lodash/_baseMatchesProperty.js +1 -0
  1114. package/build/node_modules/lodash/_baseOrderBy.js +1 -0
  1115. package/build/node_modules/lodash/_baseProperty.js +1 -0
  1116. package/build/node_modules/lodash/_basePropertyDeep.js +1 -0
  1117. package/build/node_modules/lodash/_baseRest.js +1 -0
  1118. package/build/node_modules/lodash/_baseSetToString.js +1 -0
  1119. package/build/node_modules/lodash/_baseSortBy.js +1 -0
  1120. package/build/node_modules/lodash/_baseTimes.js +1 -0
  1121. package/build/node_modules/lodash/_baseToString.js +1 -0
  1122. package/build/node_modules/lodash/_baseTrim.js +1 -0
  1123. package/build/node_modules/lodash/_baseUnary.js +1 -0
  1124. package/build/node_modules/lodash/_baseUniq.js +1 -0
  1125. package/build/node_modules/lodash/_baseXor.js +1 -0
  1126. package/build/node_modules/lodash/_cacheHas.js +1 -0
  1127. package/build/node_modules/lodash/_castPath.js +1 -0
  1128. package/build/node_modules/lodash/_cloneArrayBuffer.js +1 -0
  1129. package/build/node_modules/lodash/_cloneBuffer.js +1 -0
  1130. package/build/node_modules/lodash/_cloneDataView.js +1 -0
  1131. package/build/node_modules/lodash/_cloneRegExp.js +1 -0
  1132. package/build/node_modules/lodash/_cloneSymbol.js +1 -0
  1133. package/build/node_modules/lodash/_cloneTypedArray.js +1 -0
  1134. package/build/node_modules/lodash/_compareAscending.js +1 -0
  1135. package/build/node_modules/lodash/_compareMultiple.js +1 -0
  1136. package/build/node_modules/lodash/_copyArray.js +1 -0
  1137. package/build/node_modules/lodash/_copyObject.js +1 -0
  1138. package/build/node_modules/lodash/_copySymbols.js +1 -0
  1139. package/build/node_modules/lodash/_copySymbolsIn.js +1 -0
  1140. package/build/node_modules/lodash/_coreJsData.js +1 -0
  1141. package/build/node_modules/lodash/_createAggregator.js +1 -0
  1142. package/build/node_modules/lodash/_createBaseEach.js +1 -0
  1143. package/build/node_modules/lodash/_createBaseFor.js +1 -0
  1144. package/build/node_modules/lodash/_createSet.js +1 -0
  1145. package/build/node_modules/lodash/_defineProperty.js +1 -0
  1146. package/build/node_modules/lodash/_equalArrays.js +1 -0
  1147. package/build/node_modules/lodash/_equalByTag.js +1 -0
  1148. package/build/node_modules/lodash/_equalObjects.js +1 -0
  1149. package/build/node_modules/lodash/_freeGlobal.js +1 -0
  1150. package/build/node_modules/lodash/_getAllKeys.js +1 -0
  1151. package/build/node_modules/lodash/_getAllKeysIn.js +1 -0
  1152. package/build/node_modules/lodash/_getMapData.js +1 -0
  1153. package/build/node_modules/lodash/_getMatchData.js +1 -0
  1154. package/build/node_modules/lodash/_getNative.js +1 -0
  1155. package/build/node_modules/lodash/_getPrototype.js +1 -0
  1156. package/build/node_modules/lodash/_getRawTag.js +1 -0
  1157. package/build/node_modules/lodash/_getSymbols.js +1 -0
  1158. package/build/node_modules/lodash/_getSymbolsIn.js +1 -0
  1159. package/build/node_modules/lodash/_getTag.js +1 -0
  1160. package/build/node_modules/lodash/_getValue.js +1 -0
  1161. package/build/node_modules/lodash/_hasPath.js +1 -0
  1162. package/build/node_modules/lodash/_hashClear.js +1 -0
  1163. package/build/node_modules/lodash/_hashDelete.js +1 -0
  1164. package/build/node_modules/lodash/_hashGet.js +1 -0
  1165. package/build/node_modules/lodash/_hashHas.js +1 -0
  1166. package/build/node_modules/lodash/_hashSet.js +1 -0
  1167. package/build/node_modules/lodash/_initCloneArray.js +1 -0
  1168. package/build/node_modules/lodash/_initCloneByTag.js +1 -0
  1169. package/build/node_modules/lodash/_initCloneObject.js +1 -0
  1170. package/build/node_modules/lodash/_isFlattenable.js +1 -0
  1171. package/build/node_modules/lodash/_isIndex.js +1 -0
  1172. package/build/node_modules/lodash/_isIterateeCall.js +1 -0
  1173. package/build/node_modules/lodash/_isKey.js +1 -0
  1174. package/build/node_modules/lodash/_isKeyable.js +1 -0
  1175. package/build/node_modules/lodash/_isMasked.js +1 -0
  1176. package/build/node_modules/lodash/_isPrototype.js +1 -0
  1177. package/build/node_modules/lodash/_isStrictComparable.js +1 -0
  1178. package/build/node_modules/lodash/_listCacheClear.js +1 -0
  1179. package/build/node_modules/lodash/_listCacheDelete.js +1 -0
  1180. package/build/node_modules/lodash/_listCacheGet.js +1 -0
  1181. package/build/node_modules/lodash/_listCacheHas.js +1 -0
  1182. package/build/node_modules/lodash/_listCacheSet.js +1 -0
  1183. package/build/node_modules/lodash/_mapCacheClear.js +1 -0
  1184. package/build/node_modules/lodash/_mapCacheDelete.js +1 -0
  1185. package/build/node_modules/lodash/_mapCacheGet.js +1 -0
  1186. package/build/node_modules/lodash/_mapCacheHas.js +1 -0
  1187. package/build/node_modules/lodash/_mapCacheSet.js +1 -0
  1188. package/build/node_modules/lodash/_mapToArray.js +1 -0
  1189. package/build/node_modules/lodash/_matchesStrictComparable.js +1 -0
  1190. package/build/node_modules/lodash/_memoizeCapped.js +1 -0
  1191. package/build/node_modules/lodash/_nativeCreate.js +1 -0
  1192. package/build/node_modules/lodash/_nativeKeys.js +1 -0
  1193. package/build/node_modules/lodash/_nativeKeysIn.js +1 -0
  1194. package/build/node_modules/lodash/_nodeUtil.js +1 -0
  1195. package/build/node_modules/lodash/_objectToString.js +1 -0
  1196. package/build/node_modules/lodash/_overArg.js +1 -0
  1197. package/build/node_modules/lodash/_overRest.js +1 -0
  1198. package/build/node_modules/lodash/_root.js +1 -0
  1199. package/build/node_modules/lodash/_setCacheAdd.js +1 -0
  1200. package/build/node_modules/lodash/_setCacheHas.js +1 -0
  1201. package/build/node_modules/lodash/_setToArray.js +1 -0
  1202. package/build/node_modules/lodash/_setToString.js +1 -0
  1203. package/build/node_modules/lodash/_shortOut.js +1 -0
  1204. package/build/node_modules/lodash/_stackClear.js +1 -0
  1205. package/build/node_modules/lodash/_stackDelete.js +1 -0
  1206. package/build/node_modules/lodash/_stackGet.js +1 -0
  1207. package/build/node_modules/lodash/_stackHas.js +1 -0
  1208. package/build/node_modules/lodash/_stackSet.js +1 -0
  1209. package/build/node_modules/lodash/_strictIndexOf.js +1 -0
  1210. package/build/node_modules/lodash/_stringToPath.js +1 -0
  1211. package/build/node_modules/lodash/_toKey.js +1 -0
  1212. package/build/node_modules/lodash/_toSource.js +1 -0
  1213. package/build/node_modules/lodash/_trimmedEndIndex.js +1 -0
  1214. package/build/node_modules/lodash/cloneDeep.js +1 -0
  1215. package/build/node_modules/lodash/constant.js +1 -0
  1216. package/build/node_modules/lodash/debounce.js +1 -0
  1217. package/build/node_modules/lodash/eq.js +1 -0
  1218. package/build/node_modules/lodash/flatten.js +1 -0
  1219. package/build/node_modules/lodash/get.js +1 -0
  1220. package/build/node_modules/lodash/groupBy.js +1 -0
  1221. package/build/node_modules/lodash/hasIn.js +1 -0
  1222. package/build/node_modules/lodash/identity.js +1 -0
  1223. package/build/node_modules/lodash/isArguments.js +1 -0
  1224. package/build/node_modules/lodash/isArray.js +1 -0
  1225. package/build/node_modules/lodash/isArrayLike.js +1 -0
  1226. package/build/node_modules/lodash/isArrayLikeObject.js +1 -0
  1227. package/build/node_modules/lodash/isBuffer.js +1 -0
  1228. package/build/node_modules/lodash/isFunction.js +1 -0
  1229. package/build/node_modules/lodash/isLength.js +1 -0
  1230. package/build/node_modules/lodash/isMap.js +1 -0
  1231. package/build/node_modules/lodash/isObject.js +1 -0
  1232. package/build/node_modules/lodash/isObjectLike.js +1 -0
  1233. package/build/node_modules/lodash/isSet.js +1 -0
  1234. package/build/node_modules/lodash/isSymbol.js +1 -0
  1235. package/build/node_modules/lodash/isTypedArray.js +1 -0
  1236. package/build/node_modules/lodash/keys.js +1 -0
  1237. package/build/node_modules/lodash/keysIn.js +1 -0
  1238. package/build/node_modules/lodash/last.js +1 -0
  1239. package/build/node_modules/lodash/lodash.js +9 -0
  1240. package/build/node_modules/lodash/mapValues.js +1 -0
  1241. package/build/node_modules/lodash/memoize.js +1 -0
  1242. package/build/node_modules/lodash/noop.js +1 -0
  1243. package/build/node_modules/lodash/now.js +1 -0
  1244. package/build/node_modules/lodash/property.js +1 -0
  1245. package/build/node_modules/lodash/sortBy.js +1 -0
  1246. package/build/node_modules/lodash/stubArray.js +1 -0
  1247. package/build/node_modules/lodash/stubFalse.js +1 -0
  1248. package/build/node_modules/lodash/toNumber.js +1 -0
  1249. package/build/node_modules/lodash/toString.js +1 -0
  1250. package/build/node_modules/lodash/uniq.js +1 -0
  1251. package/build/node_modules/lodash/xorBy.js +1 -0
  1252. package/build/node_modules/ms/index.js +1 -0
  1253. package/build/node_modules/object-assign/index.js +6 -0
  1254. package/build/node_modules/prop-types/checkPropTypes.js +1 -0
  1255. package/build/node_modules/prop-types/factoryWithThrowingShims.js +1 -0
  1256. package/build/node_modules/prop-types/factoryWithTypeCheckers.js +1 -0
  1257. package/build/node_modules/prop-types/index.js +1 -0
  1258. package/build/node_modules/prop-types/lib/ReactPropTypesSecret.js +1 -0
  1259. package/build/node_modules/prop-types/lib/has.js +1 -0
  1260. package/build/node_modules/query-string/index.js +1 -0
  1261. package/build/node_modules/react-is/cjs/react-is.development.js +9 -0
  1262. package/build/node_modules/react-is/cjs/react-is.production.min.js +9 -0
  1263. package/build/node_modules/react-is/index.js +1 -0
  1264. package/build/node_modules/react-tooltip/dist/index.es.js +1 -0
  1265. package/build/node_modules/split-on-first/index.js +1 -0
  1266. package/build/node_modules/strict-uri-encode/index.js +1 -0
  1267. package/build/node_modules/supports-color/index.js +1 -0
  1268. package/build/node_modules/uuid/dist/esm-node/bytesToUuid.js +1 -0
  1269. package/build/node_modules/uuid/dist/esm-node/rng.js +1 -0
  1270. package/build/node_modules/uuid/dist/esm-node/v4.js +1 -0
  1271. package/build/node_modules/vary/index.js +6 -0
  1272. package/build/pages/{404.d.ts → 404/index.page.d.ts} +4 -4
  1273. package/build/pages/404/index.page.js +1 -0
  1274. package/build/pages/404/index.page.server.d.ts +3 -0
  1275. package/build/pages/404/index.page.server.js +1 -0
  1276. package/build/pages/{account/forgot-password.d.ts → @slug/index.page.d.ts} +4 -4
  1277. package/build/pages/@slug/index.page.js +1 -0
  1278. package/build/pages/@slug/index.page.server.d.ts +3 -0
  1279. package/build/pages/@slug/index.page.server.js +1 -0
  1280. package/build/pages/account/{orders/[id].d.ts → activate/index.page.d.ts} +4 -4
  1281. package/build/pages/account/activate/index.page.js +1 -0
  1282. package/build/pages/account/activate/index.page.server.d.ts +3 -0
  1283. package/build/pages/account/activate/index.page.server.js +1 -0
  1284. package/build/pages/account/{orders/index.d.ts → addresses/index.page.d.ts} +4 -4
  1285. package/build/pages/account/addresses/index.page.js +1 -0
  1286. package/build/pages/account/addresses/index.page.server.d.ts +3 -0
  1287. package/build/pages/account/addresses/index.page.server.js +1 -0
  1288. package/build/pages/{cart.d.ts → account/favorite-products/index.page.d.ts} +4 -4
  1289. package/build/pages/account/favorite-products/index.page.js +1 -0
  1290. package/build/pages/account/favorite-products/index.page.server.d.ts +3 -0
  1291. package/build/pages/account/favorite-products/index.page.server.js +1 -0
  1292. package/build/pages/{home.d.ts → account/forgot-password/index.page.d.ts} +4 -4
  1293. package/build/pages/account/forgot-password/index.page.js +1 -0
  1294. package/build/pages/account/forgot-password/index.page.server.d.ts +3 -0
  1295. package/build/pages/account/forgot-password/index.page.server.js +1 -0
  1296. package/build/pages/{[slug]/index.d.ts → account/index.page.d.ts} +4 -4
  1297. package/build/pages/account/index.page.js +1 -0
  1298. package/build/pages/account/index.page.server.d.ts +3 -0
  1299. package/build/pages/account/index.page.server.js +1 -0
  1300. package/build/pages/account/login/index.page.d.ts +4 -0
  1301. package/build/pages/account/login/index.page.js +1 -0
  1302. package/build/pages/account/login/index.page.server.d.ts +3 -0
  1303. package/build/pages/account/login/index.page.server.js +1 -0
  1304. package/build/pages/account/orders/@id/index.page.d.ts +4 -0
  1305. package/build/pages/account/orders/@id/index.page.js +1 -0
  1306. package/build/pages/account/orders/@id/index.page.server.d.ts +3 -0
  1307. package/build/pages/account/orders/@id/index.page.server.js +1 -0
  1308. package/build/pages/account/orders/index.page.d.ts +4 -0
  1309. package/build/pages/account/orders/index.page.js +1 -0
  1310. package/build/pages/account/orders/index.page.server.d.ts +3 -0
  1311. package/build/pages/account/orders/index.page.server.js +1 -0
  1312. package/build/pages/account/raffles/index.page.d.ts +4 -0
  1313. package/build/pages/account/raffles/index.page.js +1 -0
  1314. package/build/pages/account/raffles/index.page.server.d.ts +3 -0
  1315. package/build/pages/account/raffles/index.page.server.js +1 -0
  1316. package/build/pages/account/recover-password/index.page.d.ts +4 -0
  1317. package/build/pages/account/recover-password/index.page.js +1 -0
  1318. package/build/pages/account/recover-password/index.page.server.d.ts +3 -0
  1319. package/build/pages/account/recover-password/index.page.server.js +1 -0
  1320. package/build/pages/account/register/index.page.d.ts +4 -0
  1321. package/build/pages/account/register/index.page.js +1 -0
  1322. package/build/pages/account/register/index.page.server.d.ts +3 -0
  1323. package/build/pages/account/register/index.page.server.js +1 -0
  1324. package/build/pages/blog/@slug/index.page.d.ts +4 -0
  1325. package/build/pages/blog/@slug/index.page.js +1 -0
  1326. package/build/pages/blog/@slug/index.page.server.d.ts +3 -0
  1327. package/build/pages/blog/@slug/index.page.server.js +1 -0
  1328. package/build/pages/{account/addresses.d.ts → blog/index.page.d.ts} +4 -4
  1329. package/build/pages/blog/index.page.js +1 -0
  1330. package/build/pages/blog/index.page.server.d.ts +3 -0
  1331. package/build/pages/blog/index.page.server.js +1 -0
  1332. package/build/pages/{account/favorite-products.d.ts → cart/index.page.d.ts} +4 -4
  1333. package/build/pages/cart/index.page.js +1 -0
  1334. package/build/pages/cart/index.page.server.d.ts +3 -0
  1335. package/build/pages/cart/index.page.server.js +1 -0
  1336. package/build/pages/{checkout.d.ts → checkout/index.page.d.ts} +18 -18
  1337. package/build/pages/checkout/index.page.js +1 -0
  1338. package/build/pages/checkout/index.page.server.d.ts +3 -0
  1339. package/build/pages/checkout/index.page.server.js +1 -0
  1340. package/build/pages/{editor.d.ts → editor/index.page.d.ts} +10 -10
  1341. package/build/pages/editor/index.page.js +1 -0
  1342. package/build/pages/home/index.page.d.ts +4 -0
  1343. package/build/pages/home/index.page.js +1 -0
  1344. package/build/pages/home/index.page.server.d.ts +3 -0
  1345. package/build/pages/home/index.page.server.js +1 -0
  1346. package/build/pages/index.d.ts +45 -22
  1347. package/build/pages/pages/@slug/index.page.d.ts +4 -0
  1348. package/build/pages/pages/@slug/index.page.js +1 -0
  1349. package/build/pages/pages/@slug/index.page.server.d.ts +3 -0
  1350. package/build/pages/pages/@slug/index.page.server.js +1 -0
  1351. package/build/pages/raffle/@slug/index.page.d.ts +4 -0
  1352. package/build/pages/raffle/@slug/index.page.js +1 -0
  1353. package/build/pages/raffle/@slug/index.page.server.d.ts +3 -0
  1354. package/build/pages/raffle/@slug/index.page.server.js +1 -0
  1355. package/build/pages/raffle/index.page.d.ts +4 -0
  1356. package/build/pages/raffle/index.page.js +1 -0
  1357. package/build/pages/raffle/index.page.server.d.ts +3 -0
  1358. package/build/pages/raffle/index.page.server.js +1 -0
  1359. package/build/pages/search/index.page.d.ts +4 -0
  1360. package/build/pages/search/index.page.js +1 -0
  1361. package/build/pages/search/index.page.server.d.ts +3 -0
  1362. package/build/pages/search/index.page.server.js +1 -0
  1363. package/build/providers/helpers/raffle.d.ts +3 -0
  1364. package/build/providers/helpers/raffle.js +1 -0
  1365. package/build/providers/page-data-get.d.ts +31 -0
  1366. package/build/providers/page-data-get.js +1 -0
  1367. package/build/{page-data-init/index.d.ts → providers/page-data-init.d.ts} +50 -42
  1368. package/build/providers/page-data-init.js +1 -0
  1369. package/build/providers/page-data-next.d.ts +65 -0
  1370. package/build/providers/page-data-next.js +1 -0
  1371. package/build/providers/placeholders.d.ts +7 -0
  1372. package/build/providers/placeholders.js +1 -0
  1373. package/build/providers/prop-value/attribute-list.d.ts +8 -0
  1374. package/build/providers/prop-value/attribute-list.js +1 -0
  1375. package/build/providers/prop-value/attribute.d.ts +8 -0
  1376. package/build/providers/prop-value/attribute.js +1 -0
  1377. package/build/providers/prop-value/blog-category-list.d.ts +8 -0
  1378. package/build/providers/prop-value/blog-category-list.js +1 -0
  1379. package/build/providers/prop-value/blog-category.d.ts +8 -0
  1380. package/build/providers/prop-value/blog-category.js +1 -0
  1381. package/build/providers/prop-value/blog-list.d.ts +11 -0
  1382. package/build/providers/prop-value/blog-list.js +1 -0
  1383. package/build/providers/prop-value/blog.d.ts +8 -0
  1384. package/build/providers/prop-value/blog.js +1 -0
  1385. package/build/providers/prop-value/boolean.d.ts +6 -0
  1386. package/build/providers/prop-value/boolean.js +1 -0
  1387. package/build/providers/prop-value/brand-list.d.ts +8 -0
  1388. package/build/providers/prop-value/brand-list.js +1 -0
  1389. package/build/providers/prop-value/brand.d.ts +8 -0
  1390. package/build/providers/prop-value/brand.js +1 -0
  1391. package/build/providers/prop-value/category-list.d.ts +8 -0
  1392. package/build/providers/prop-value/category-list.js +1 -0
  1393. package/build/providers/prop-value/category.d.ts +8 -0
  1394. package/build/providers/prop-value/category.js +1 -0
  1395. package/build/providers/prop-value/color.d.ts +6 -0
  1396. package/build/providers/prop-value/color.js +1 -0
  1397. package/build/providers/prop-value/custom.d.ts +43 -0
  1398. package/build/providers/prop-value/custom.js +1 -0
  1399. package/build/providers/prop-value/image-list.d.ts +8 -0
  1400. package/build/providers/prop-value/image-list.js +1 -0
  1401. package/build/providers/prop-value/image.d.ts +9 -0
  1402. package/build/providers/prop-value/image.js +1 -0
  1403. package/build/providers/prop-value/index.d.ts +3 -0
  1404. package/build/providers/prop-value/link.d.ts +26 -0
  1405. package/build/providers/prop-value/link.js +1 -0
  1406. package/build/providers/prop-value/product-detail.d.ts +8 -0
  1407. package/build/providers/prop-value/product-detail.js +1 -0
  1408. package/build/providers/prop-value/product-list.d.ts +21 -0
  1409. package/build/providers/prop-value/product-list.js +1 -0
  1410. package/build/providers/prop-value/raffle-list.d.ts +5 -0
  1411. package/build/providers/prop-value/raffle-list.js +1 -0
  1412. package/build/providers/prop-value/raffle.d.ts +8 -0
  1413. package/build/providers/prop-value/raffle.js +1 -0
  1414. package/build/providers/prop-value/rich-text.d.ts +6 -0
  1415. package/build/providers/prop-value/rich-text.js +1 -0
  1416. package/build/providers/prop-value/slider.d.ts +7 -0
  1417. package/build/providers/prop-value/slider.js +1 -0
  1418. package/build/providers/prop-value/text.d.ts +6 -0
  1419. package/build/providers/prop-value/text.js +1 -0
  1420. package/build/providers/prop-value/video.d.ts +9 -0
  1421. package/build/providers/prop-value/video.js +1 -0
  1422. package/build/providers/types.d.ts +66 -0
  1423. package/build/providers/types.js +1 -0
  1424. package/build/renderer/PageShell.d.ts +6 -0
  1425. package/build/renderer/PageShell.js +1 -0
  1426. package/build/renderer/_default.page.client.d.ts +3 -0
  1427. package/build/renderer/_default.page.client.js +1 -0
  1428. package/build/renderer/_default.page.route.d.ts +9 -0
  1429. package/build/renderer/_default.page.route.js +1 -0
  1430. package/build/renderer/_default.page.server.d.ts +14 -0
  1431. package/build/renderer/_default.page.server.js +21 -0
  1432. package/build/renderer/_error.page.d.ts +4 -0
  1433. package/build/renderer/index.d.ts +5 -0
  1434. package/build/renderer/types.d.ts +22 -0
  1435. package/build/renderer/usePageContext.d.ts +9 -0
  1436. package/build/renderer/usePageContext.js +1 -0
  1437. package/build/server/api/getComponentDirs.d.ts +3 -0
  1438. package/build/server/api/getComponentDirs.js +1 -0
  1439. package/build/server/api/getConfig.d.ts +3 -0
  1440. package/build/server/api/getConfig.js +1 -0
  1441. package/build/server/api/getTheme.d.ts +3 -0
  1442. package/build/server/api/getTheme.js +1 -0
  1443. package/build/server/api/index.d.ts +13 -0
  1444. package/build/server/api/index.js +1 -0
  1445. package/build/server/api/middleware.d.ts +3 -0
  1446. package/build/server/api/middleware.js +1 -0
  1447. package/build/server/api/updateTheme.d.ts +9 -0
  1448. package/build/server/api/updateTheme.js +1 -0
  1449. package/build/server/api/uploadTheme.d.ts +3 -0
  1450. package/build/server/api/uploadTheme.js +1 -0
  1451. package/build/server/index.d.ts +2 -0
  1452. package/build/server/index.js +1 -0
  1453. package/build/server/root.d.ts +2 -0
  1454. package/build/store/base.d.ts +38 -40
  1455. package/build/store/base.js +1 -1
  1456. package/build/store/blog/index.d.ts +25 -26
  1457. package/build/store/blog/index.js +1 -1
  1458. package/build/store/brand/index.d.ts +11 -12
  1459. package/build/store/brand/index.js +1 -1
  1460. package/build/store/cart/api.d.ts +9 -10
  1461. package/build/store/cart/api.js +1 -1
  1462. package/build/store/cart/index.d.ts +44 -40
  1463. package/build/store/cart/index.js +1 -1
  1464. package/build/store/category/index.d.ts +11 -12
  1465. package/build/store/category/index.js +1 -1
  1466. package/build/store/checkout/index.d.ts +20 -16
  1467. package/build/store/checkout/index.js +1 -1
  1468. package/build/store/customer/api.d.ts +57 -54
  1469. package/build/store/customer/api.js +1 -1
  1470. package/build/store/customer/index.d.ts +103 -84
  1471. package/build/store/customer/index.js +1 -1
  1472. package/build/store/html-meta-data/index.d.ts +5 -6
  1473. package/build/store/html-meta-data/index.js +1 -1
  1474. package/build/store/index.d.ts +4 -4
  1475. package/build/store/location/index.d.ts +10 -9
  1476. package/build/store/location/index.js +1 -1
  1477. package/build/store/merchant/index.d.ts +5 -6
  1478. package/build/store/product/index.d.ts +50 -47
  1479. package/build/store/product/index.js +1 -1
  1480. package/build/store/raffle/index.d.ts +14 -15
  1481. package/build/store/raffle/index.js +1 -1
  1482. package/build/utils/constants.d.ts +3 -3
  1483. package/build/utils/constants.js +1 -1
  1484. package/build/utils/currency.d.ts +7 -7
  1485. package/build/utils/currency.js +1 -1
  1486. package/build/utils/fs.d.ts +28 -0
  1487. package/build/utils/fs.js +1 -0
  1488. package/build/utils/google-fonts.d.ts +2 -2
  1489. package/build/utils/google-fonts.js +1 -1
  1490. package/build/utils/helper.d.ts +6 -5
  1491. package/build/utils/helper.js +1 -1
  1492. package/build/utils/i18n.d.ts +20 -11
  1493. package/build/utils/i18n.js +1 -1
  1494. package/build/utils/index.d.ts +3 -3
  1495. package/package.json +65 -43
  1496. package/build/analytics/googleUniversal.d.ts +0 -9
  1497. package/build/analytics/googleUniversal.js +0 -1
  1498. package/build/ext/@builder.io/partytown/integration/index.mjs.js +0 -1
  1499. package/build/ext/@builder.io/partytown/react/index.mjs.js +0 -1
  1500. package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/axios-error-format.js +0 -1
  1501. package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/core.js +0 -1
  1502. package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/index.mjs.js +0 -1
  1503. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseToString.js +0 -1
  1504. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_defineProperty.js +0 -1
  1505. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_stringToPath.js +0 -1
  1506. package/build/ext/@ikas/fe-api-client/build/utils/api.js +0 -1
  1507. package/build/ext/axios/index.js +0 -1
  1508. package/build/ext/axios/lib/adapters/xhr.js +0 -1
  1509. package/build/ext/axios/lib/axios.js +0 -1
  1510. package/build/ext/axios/lib/core/Axios.js +0 -1
  1511. package/build/ext/axios/lib/core/InterceptorManager.js +0 -1
  1512. package/build/ext/axios/lib/core/createError.js +0 -1
  1513. package/build/ext/axios/lib/core/dispatchRequest.js +0 -1
  1514. package/build/ext/axios/lib/core/mergeConfig.js +0 -1
  1515. package/build/ext/axios/lib/core/transformData.js +0 -1
  1516. package/build/ext/axios/lib/defaults/index.js +0 -1
  1517. package/build/ext/axios/lib/helpers/buildURL.js +0 -1
  1518. package/build/ext/axios/lib/helpers/cookies.js +0 -1
  1519. package/build/ext/axios/lib/helpers/isAxiosError.js +0 -1
  1520. package/build/ext/axios/lib/helpers/isURLSameOrigin.js +0 -1
  1521. package/build/ext/axios/lib/helpers/normalizeHeaderName.js +0 -1
  1522. package/build/ext/axios/lib/helpers/parseHeaders.js +0 -1
  1523. package/build/ext/axios/lib/utils.js +0 -1
  1524. package/build/ext/tslib/tslib.es6.js +0 -1
  1525. package/build/models/data/checkout/country-settings-model.d.ts +0 -141
  1526. package/build/models/data/checkout/country-settings-model.js +0 -1
  1527. package/build/page-data-init/index.js +0 -1
  1528. package/build/pages/404.js +0 -1
  1529. package/build/pages/_slug_/index.js +0 -1
  1530. package/build/pages/account/addresses.js +0 -1
  1531. package/build/pages/account/favorite-products.js +0 -1
  1532. package/build/pages/account/forgot-password.js +0 -1
  1533. package/build/pages/account/index.d.ts +0 -4
  1534. package/build/pages/account/index.js +0 -1
  1535. package/build/pages/account/login.d.ts +0 -4
  1536. package/build/pages/account/login.js +0 -1
  1537. package/build/pages/account/orders/_id_.js +0 -1
  1538. package/build/pages/account/orders/index.js +0 -1
  1539. package/build/pages/account/raffles.d.ts +0 -4
  1540. package/build/pages/account/raffles.js +0 -1
  1541. package/build/pages/account/recover-password.d.ts +0 -4
  1542. package/build/pages/account/recover-password.js +0 -1
  1543. package/build/pages/account/register.d.ts +0 -4
  1544. package/build/pages/account/register.js +0 -1
  1545. package/build/pages/blog/[slug].d.ts +0 -4
  1546. package/build/pages/blog/_slug_.js +0 -1
  1547. package/build/pages/blog/index.d.ts +0 -4
  1548. package/build/pages/blog/index.js +0 -1
  1549. package/build/pages/cart.js +0 -1
  1550. package/build/pages/checkout.js +0 -1
  1551. package/build/pages/editor.js +0 -1
  1552. package/build/pages/home.js +0 -1
  1553. package/build/pages/pages/[slug].d.ts +0 -4
  1554. package/build/pages/pages/_slug_.js +0 -1
  1555. package/build/pages/raffle/[slug].d.ts +0 -4
  1556. package/build/pages/raffle/_slug_.js +0 -1
  1557. package/build/pages/raffle/index.d.ts +0 -4
  1558. package/build/pages/raffle/index.js +0 -1
  1559. package/build/pages/search.d.ts +0 -4
  1560. package/build/pages/search.js +0 -1
  1561. package/build/store/storefront/index.d.ts +0 -5
  1562. /package/build/{ext/@ikas/fe-api-client/build/_virtual → _virtual}/_commonjsHelpers.js +0 -0
  1563. /package/build/{ext/@ikas/fe-api-client/build/_virtual/axios-error-format.js → _virtual/index3.js} +0 -0
  1564. /package/build/{ext/@ikas/fe-api-client/build/_virtual/core.js → _virtual/react-is.development.js} +0 -0
  1565. /package/build/{ext/@ikas/fe-api-client/build/_virtual/index.js → _virtual/react-is.production.min.js} +0 -0
  1566. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/index.js +0 -0
  1567. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_Hash.js +0 -0
  1568. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_ListCache.js +0 -0
  1569. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_Map.js +0 -0
  1570. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_MapCache.js +0 -0
  1571. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_Symbol.js +0 -0
  1572. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_assocIndexOf.js +0 -0
  1573. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_baseGetTag.js +0 -0
  1574. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_baseIsNative.js +0 -0
  1575. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_coreJsData.js +0 -0
  1576. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_freeGlobal.js +0 -0
  1577. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_getMapData.js +0 -0
  1578. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_getNative.js +0 -0
  1579. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_getRawTag.js +0 -0
  1580. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_getValue.js +0 -0
  1581. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_hashClear.js +0 -0
  1582. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_hashDelete.js +0 -0
  1583. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_hashGet.js +0 -0
  1584. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_hashHas.js +0 -0
  1585. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_hashSet.js +0 -0
  1586. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_isKeyable.js +0 -0
  1587. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_isMasked.js +0 -0
  1588. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_listCacheClear.js +0 -0
  1589. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_listCacheDelete.js +0 -0
  1590. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_listCacheGet.js +0 -0
  1591. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_listCacheHas.js +0 -0
  1592. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_listCacheSet.js +0 -0
  1593. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_mapCacheClear.js +0 -0
  1594. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_mapCacheDelete.js +0 -0
  1595. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_mapCacheGet.js +0 -0
  1596. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_mapCacheHas.js +0 -0
  1597. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_mapCacheSet.js +0 -0
  1598. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_memoizeCapped.js +0 -0
  1599. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_nativeCreate.js +0 -0
  1600. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_objectToString.js +0 -0
  1601. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_root.js +0 -0
  1602. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/_toSource.js +0 -0
  1603. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/eq.js +0 -0
  1604. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/isFunction.js +0 -0
  1605. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/isObject.js +0 -0
  1606. /package/build/{ext → node_modules}/@ikas/fe-api-client/build/ext/lodash/memoize.js +0 -0
  1607. /package/build/{ext → node_modules}/axios/lib/cancel/Cancel.js +0 -0
  1608. /package/build/{ext → node_modules}/axios/lib/cancel/CancelToken.js +0 -0
  1609. /package/build/{ext → node_modules}/axios/lib/cancel/isCancel.js +0 -0
  1610. /package/build/{ext → node_modules}/axios/lib/core/buildFullPath.js +0 -0
  1611. /package/build/{ext → node_modules}/axios/lib/core/settle.js +0 -0
  1612. /package/build/{ext → node_modules}/axios/lib/env/data.js +0 -0
  1613. /package/build/{ext → node_modules}/axios/lib/helpers/combineURLs.js +0 -0
  1614. /package/build/{ext → node_modules}/axios/lib/helpers/isAbsoluteURL.js +0 -0
  1615. /package/build/{ext → node_modules}/axios/lib/helpers/spread.js +0 -0
  1616. /package/build/{ext → node_modules}/style-inject/dist/style-inject.es.js +0 -0
@@ -1,69 +1,69 @@
1
- /// <reference types="react" />
2
- export default class FormItemViewModel implements Props {
3
- type: FormItemType;
4
- inputType?: FormItemInputType;
5
- inputMode?: FormItemInputMode;
6
- options?: FormItemSelectOption[];
7
- label: string;
8
- value?: string;
9
- hasError?: boolean;
10
- errorText?: string;
11
- tooltipText?: string;
12
- country?: string | null;
13
- textAreaPlaceholder?: string | null;
14
- rightContent?: React.ReactElement | null;
15
- disableResize?: boolean;
16
- disabled: boolean;
17
- onChange: (value: string) => void;
18
- constructor(props: Props);
19
- get formItemStyle(): string;
20
- get labelStyle(): string;
21
- get inputStyle(): string;
22
- onValueChange: (e: React.ChangeEvent<HTMLInputElement>) => void;
23
- onTextAreaValueChange: (e: React.ChangeEvent<HTMLTextAreaElement>) => void;
24
- onSelectChange: (e: React.ChangeEvent<HTMLSelectElement>) => void;
25
- onPhoneChange: (value: string) => void;
26
- onCountryChange: (value: string | undefined) => void;
27
- }
28
- export interface Props {
29
- type: FormItemType;
30
- inputType?: FormItemInputType;
31
- inputMode?: FormItemInputMode;
32
- options?: FormItemSelectOption[];
33
- label: string;
34
- value?: string;
35
- hasError?: boolean;
36
- errorText?: string;
37
- name?: string;
38
- autocomplete?: string;
39
- required?: boolean;
40
- pattern?: string;
41
- tooltipText?: string;
42
- country?: string | null;
43
- currentCountryCode?: string | null;
44
- style?: React.CSSProperties;
45
- textAreaPlaceholder?: string | null;
46
- rightContent?: React.ReactElement | null;
47
- disableResize?: boolean;
48
- disabled?: boolean;
49
- onChange: (value: string) => void;
50
- }
51
- export declare enum FormItemType {
52
- TEXT = 0,
53
- TEXT_AREA = 1,
54
- SELECT = 2,
55
- TEL = 3
56
- }
57
- export declare type FormItemSelectOption = {
58
- value: string;
59
- label: string;
60
- };
61
- export declare enum FormItemInputType {
62
- TEXT = "text",
63
- PASSWORD = "password"
64
- }
65
- export declare enum FormItemInputMode {
66
- NUMERIC = "numeric",
67
- TEL = "tel",
68
- EMAIL = "email"
69
- }
1
+ /// <reference types="react" />
2
+ export default class FormItemViewModel implements Props {
3
+ type: FormItemType;
4
+ inputType?: FormItemInputType;
5
+ inputMode?: FormItemInputMode;
6
+ options?: FormItemSelectOption[];
7
+ label: string;
8
+ value?: string;
9
+ hasError?: boolean;
10
+ errorText?: string;
11
+ tooltipText?: string;
12
+ country?: string | null;
13
+ textAreaPlaceholder?: string | null;
14
+ rightContent?: React.ReactElement | null;
15
+ disableResize?: boolean;
16
+ disabled: boolean;
17
+ onChange: (value: string) => void;
18
+ constructor(props: Props);
19
+ get formItemStyle(): string;
20
+ get labelStyle(): string;
21
+ get inputStyle(): string;
22
+ onValueChange: (e: React.ChangeEvent<HTMLInputElement>) => void;
23
+ onTextAreaValueChange: (e: React.ChangeEvent<HTMLTextAreaElement>) => void;
24
+ onSelectChange: (e: React.ChangeEvent<HTMLSelectElement>) => void;
25
+ onPhoneChange: (value: string) => void;
26
+ onCountryChange: (value: string | undefined) => void;
27
+ }
28
+ export interface Props {
29
+ type: FormItemType;
30
+ inputType?: FormItemInputType;
31
+ inputMode?: FormItemInputMode;
32
+ options?: FormItemSelectOption[];
33
+ label: string;
34
+ value?: string;
35
+ hasError?: boolean;
36
+ errorText?: string;
37
+ name?: string;
38
+ autocomplete?: string;
39
+ required?: boolean;
40
+ pattern?: string;
41
+ tooltipText?: string;
42
+ country?: string | null;
43
+ currentCountryCode?: string | null;
44
+ style?: React.CSSProperties;
45
+ textAreaPlaceholder?: string | null;
46
+ rightContent?: React.ReactElement | null;
47
+ disableResize?: boolean;
48
+ disabled?: boolean;
49
+ onChange: (value: string) => void;
50
+ }
51
+ export declare enum FormItemType {
52
+ TEXT = 0,
53
+ TEXT_AREA = 1,
54
+ SELECT = 2,
55
+ TEL = 3
56
+ }
57
+ export type FormItemSelectOption = {
58
+ value: string;
59
+ label: string;
60
+ };
61
+ export declare enum FormItemInputType {
62
+ TEXT = "text",
63
+ PASSWORD = "password"
64
+ }
65
+ export declare enum FormItemInputMode {
66
+ NUMERIC = "numeric",
67
+ TEL = "tel",
68
+ EMAIL = "email"
69
+ }
@@ -1 +1 @@
1
- import{makeAutoObservable as e}from"mobx";import t from"./style.module.scss.js";var i,n,o,r=function(){function n(t){var i=this;this.country=null,this.textAreaPlaceholder=null,this.onValueChange=function(e){i.disabled||i.onChange(e.target.value)},this.onTextAreaValueChange=function(e){i.disabled||i.onChange(e.target.value)},this.onSelectChange=function(e){var t;if(!i.disabled){var n=null===(t=i.options)||void 0===t?void 0:t.find((function(t){return t.label===e.target.value}));n&&i.onChange(n.value)}},this.onPhoneChange=function(e){i.disabled||i.onChange(e)},this.onCountryChange=function(e){i.disabled||(i.country=e)},this.type=t.type,this.inputType=t.inputType,this.options=t.options,this.label=t.label,this.value=t.value,this.hasError=t.hasError,this.errorText=t.errorText,this.tooltipText=t.tooltipText,this.country=t.country||null,this.textAreaPlaceholder=t.textAreaPlaceholder||null,this.rightContent=t.rightContent||null,this.disableResize=t.disableResize||!1,this.disabled=t.disabled||!1,this.onChange=t.onChange,e(this)}return Object.defineProperty(n.prototype,"formItemStyle",{get:function(){var e=[t.FormItem];return this.type===i.TEL&&this.hasError&&e.push(t.PhoneError),e.join(" ")},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"labelStyle",{get:function(){return this.value||this.type===i.TEL?[t.FieldLabel,t.FieldLabelTop].join(" "):[t.FieldLabel].join(" ")},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"inputStyle",{get:function(){var e=[];return this.value&&e.push(t.Bottom),this.hasError&&e.push(t.Error),this.tooltipText&&e.push(t.WithTooltip),this.type===i.TEL&&e.push(t.Tel),this.disabled&&e.push(t.Disabled),e.join(" ")},enumerable:!1,configurable:!0}),n}();!function(e){e[e.TEXT=0]="TEXT",e[e.TEXT_AREA=1]="TEXT_AREA",e[e.SELECT=2]="SELECT",e[e.TEL=3]="TEL"}(i||(i={})),function(e){e.TEXT="text",e.PASSWORD="password"}(n||(n={})),function(e){e.NUMERIC="numeric",e.TEL="tel",e.EMAIL="email"}(o||(o={}));export{o as FormItemInputMode,n as FormItemInputType,i as FormItemType,r as default};
1
+ import{makeAutoObservable as t}from"mobx";import e from"./style.module.scss.js";class i{constructor(e){this.country=null,this.textAreaPlaceholder=null,this.onValueChange=t=>{this.disabled||this.onChange(t.target.value)},this.onTextAreaValueChange=t=>{this.disabled||this.onChange(t.target.value)},this.onSelectChange=t=>{if(this.disabled)return;const e=this.options?.find((e=>e.label===t.target.value));e&&this.onChange(e.value)},this.onPhoneChange=t=>{this.disabled||this.onChange(t)},this.onCountryChange=t=>{this.disabled||(this.country=t)},this.type=e.type,this.inputType=e.inputType,this.inputMode=e.inputMode,this.options=e.options,this.label=e.label,this.value=e.value,this.hasError=e.hasError,this.errorText=e.errorText,this.tooltipText=e.tooltipText,this.country=e.country||null,this.textAreaPlaceholder=e.textAreaPlaceholder||null,this.rightContent=e.rightContent||null,this.disableResize=e.disableResize||!1,this.disabled=e.disabled||!1,this.onChange=e.onChange,t(this)}get formItemStyle(){const t=[e.FormItem];return this.type===s.TEL&&this.hasError&&t.push(e.PhoneError),t.join(" ")}get labelStyle(){return this.value||this.type===s.TEL?[e.FieldLabel,e.FieldLabelTop].join(" "):[e.FieldLabel].join(" ")}get inputStyle(){const t=[];return this.value&&t.push(e.Bottom),this.hasError&&t.push(e.Error),this.tooltipText&&t.push(e.WithTooltip),this.type===s.TEL&&t.push(e.Tel),this.disabled&&t.push(e.Disabled),t.join(" ")}}var s,h,o;!function(t){t[t.TEXT=0]="TEXT",t[t.TEXT_AREA=1]="TEXT_AREA",t[t.SELECT=2]="SELECT",t[t.TEL=3]="TEL"}(s||(s={})),function(t){t.TEXT="text",t.PASSWORD="password"}(h||(h={})),function(t){t.NUMERIC="numeric",t.TEL="tel",t.EMAIL="email"}(o||(o={}));export{o as FormItemInputMode,h as FormItemInputType,s as FormItemType,i as default};
@@ -1 +1 @@
1
- import e from'./../../../../ext/style-inject/dist/style-inject.es.js';var t={FormSectionTitle:"style-module_FormSectionTitle__VB-M-",Title:"style-module_Title__vKJBI",WithSubTitle:"style-module_WithSubTitle__D0bIa",SubTitle:"style-module_SubTitle__QOgiQ",Grid:"style-module_Grid__zW07u",Grid2:"style-module_Grid2__ngFn-",Grid3:"style-module_Grid3__WkRIF",FormItem:"style-module_FormItem__Uk50U",FormItemWrapper:"style-module_FormItemWrapper__7lb91",RightContent:"style-module_RightContent__mPnNX",FormItemInputWrapper:"style-module_FormItemInputWrapper__-bMzj",FieldLabel:"style-module_FieldLabel__FLtYi",FieldLabelTop:"style-module_FieldLabelTop__-neJm",Bottom:"style-module_Bottom__Syp-M",Error:"style-module_Error__TxUpM",WithTooltip:"style-module_WithTooltip__vErQH",ArrowContainer:"style-module_ArrowContainer__4GCN2",ErrorMsg:"style-module_ErrorMsg__AL-SH",fadeInFromRight:"style-module_fadeInFromRight__jtf8N",PhoneError:"style-module_PhoneError__Jl0Ig",FormItemTooltipContainer:"style-module_FormItemTooltipContainer__Het-k"};e('.style-module_FormSectionTitle__VB-M- {\n width: 100%;\n display: flex;\n justify-content: space-between;\n align-items: center;\n}\n.style-module_FormSectionTitle__VB-M- .style-module_Title__vKJBI {\n flex: 1 1 auto;\n padding-bottom: 16px;\n color: var(--checkout-primary-text-color);\n font-size: 20px;\n line-height: 32px;\n}\n.style-module_FormSectionTitle__VB-M- .style-module_Title__vKJBI.style-module_WithSubTitle__D0bIa {\n line-height: auto;\n padding-bottom: 0;\n}\n\n.style-module_SubTitle__QOgiQ {\n color: var(--checkout-secondary-text-color);\n font-size: 14px;\n padding-bottom: 16px;\n padding-top: 2px;\n}\n\n.style-module_Grid__zW07u {\n display: grid;\n grid-gap: 16px;\n grid-template-columns: 1fr;\n}\n.style-module_Grid__zW07u.style-module_Grid2__ngFn- {\n grid-template-columns: repeat(2, 1fr);\n}\n.style-module_Grid__zW07u.style-module_Grid3__WkRIF {\n grid-template-columns: repeat(3, 1fr);\n}\n@media only screen and (max-width: 768px) {\n .style-module_Grid__zW07u {\n grid-template-columns: 1fr !important;\n }\n}\n\n@keyframes style-module_fadeInFromRight__jtf8N {\n from {\n opacity: 0;\n transform: translateY(10px);\n }\n to {\n opacity: 1;\n transform: translateY(0);\n }\n}\n.style-module_FormItem__Uk50U {\n width: 100%;\n}\n.style-module_FormItemWrapper__7lb91 {\n width: 100%;\n position: relative;\n}\n.style-module_FormItemWrapper__7lb91 .style-module_RightContent__mPnNX {\n position: absolute;\n height: 100%;\n top: 0;\n right: 0;\n}\n.style-module_FormItemInputWrapper__-bMzj {\n position: relative;\n width: 100%;\n}\n.style-module_FormItemInputWrapper__-bMzj label.style-module_FieldLabel__FLtYi {\n color: var(--checkout-secondary-text-color);\n position: absolute;\n top: 0;\n left: 17px;\n width: 100%;\n z-index: 1;\n user-select: none;\n pointer-events: none;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n transition: transform 0.1s;\n transform: translateY(18px);\n font-size: 0.85em;\n line-height: 22px;\n}\n.style-module_FormItemInputWrapper__-bMzj label.style-module_FieldLabelTop__-neJm {\n transform: translateY(8px);\n font-size: 0.7em;\n}\n.style-module_FormItemInputWrapper__-bMzj input,\n.style-module_FormItemInputWrapper__-bMzj select,\n.style-module_FormItemInputWrapper__-bMzj textarea {\n border: 1px solid var(--checkout-border-color);\n background-color: var(--checkout-primary-bg-color);\n color: var(--checkout-primary-text-color);\n background-clip: padding-box;\n border-radius: 8px;\n display: block;\n width: 100%;\n height: 56px;\n padding: 8px 16px;\n outline: none;\n transition: padding 0.1s, border-color 0.5s, box-shadow 0.5s;\n box-shadow: 0 0 0 1px transparent;\n -moz-appearance: none;\n -webkit-appearance: none;\n}\n.style-module_FormItemInputWrapper__-bMzj input:focus,\n.style-module_FormItemInputWrapper__-bMzj select:focus,\n.style-module_FormItemInputWrapper__-bMzj textarea:focus {\n box-shadow: 0 0 0 1px var(--checkout-button-bg-color);\n border-color: var(--checkout-button-bg-color);\n}\n.style-module_FormItemInputWrapper__-bMzj input.style-module_Bottom__Syp-M,\n.style-module_FormItemInputWrapper__-bMzj select.style-module_Bottom__Syp-M,\n.style-module_FormItemInputWrapper__-bMzj textarea.style-module_Bottom__Syp-M {\n padding-top: 1.2em;\n padding-bottom: 0.2em;\n}\n.style-module_FormItemInputWrapper__-bMzj input.style-module_Error__TxUpM,\n.style-module_FormItemInputWrapper__-bMzj select.style-module_Error__TxUpM,\n.style-module_FormItemInputWrapper__-bMzj textarea.style-module_Error__TxUpM {\n box-shadow: 0 0 0 1px var(--checkout-error-color);\n border-color: var(--checkout-error-color);\n}\n.style-module_FormItemInputWrapper__-bMzj input.style-module_WithTooltip__vErQH,\n.style-module_FormItemInputWrapper__-bMzj select.style-module_WithTooltip__vErQH,\n.style-module_FormItemInputWrapper__-bMzj textarea.style-module_WithTooltip__vErQH {\n padding-right: 40px;\n}\n.style-module_FormItemInputWrapper__-bMzj input::-ms-expand,\n.style-module_FormItemInputWrapper__-bMzj select::-ms-expand,\n.style-module_FormItemInputWrapper__-bMzj textarea::-ms-expand {\n display: none;\n}\n.style-module_FormItemInputWrapper__-bMzj input::placeholder,\n.style-module_FormItemInputWrapper__-bMzj select::placeholder,\n.style-module_FormItemInputWrapper__-bMzj textarea::placeholder {\n color: var(--checkout-secondary-text-color) !important;\n}\n.style-module_FormItemInputWrapper__-bMzj textarea {\n min-height: 120px;\n}\n.style-module_FormItemInputWrapper__-bMzj .style-module_ArrowContainer__4GCN2 {\n position: absolute;\n right: 1px;\n padding-right: 0.5em;\n top: 1px;\n height: calc(100% - 2px);\n display: flex;\n align-items: center;\n color: var(--checkout-secondary-text-color);\n background-color: var(--checkout-primary-bg-color);\n z-index: 2;\n border-radius: 6px;\n}\n.style-module_FormItemInputWrapper__-bMzj .PhoneInput {\n display: flex;\n align-items: center;\n}\n.style-module_FormItemInputWrapper__-bMzj .PhoneInputInput {\n padding-left: 64px;\n}\n.style-module_FormItemInputWrapper__-bMzj .PhoneInputInput:disabled {\n color: var(--checkout-button-disabled-text-color) !important;\n background-color: var(--checkout-button-disabled-bg-color) !important;\n}\n.style-module_FormItemInputWrapper__-bMzj .PhoneInputInput::placeholder {\n color: var(--checkout-secondary-text-color) !important;\n font-size: 14px !important;\n}\n.style-module_FormItemInputWrapper__-bMzj .PhoneInputCountry {\n position: absolute;\n align-self: stretch;\n display: flex;\n align-items: center;\n top: 26px;\n left: 16px;\n}\n.style-module_FormItemInputWrapper__-bMzj .PhoneInputCountrySelect {\n border: none;\n display: inline-flex;\n width: 60px;\n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n width: 100%;\n z-index: 1;\n border: 0;\n opacity: 0;\n cursor: pointer;\n}\n.style-module_FormItemInputWrapper__-bMzj .PhoneInputCountryIcon {\n width: 1.5em;\n height: 1em;\n}\n.style-module_FormItemInputWrapper__-bMzj .PhoneInputCountrySelectArrow {\n display: block;\n content: "";\n width: 0.3em;\n height: 0.3em;\n margin-left: 0.35em;\n border-style: solid;\n border-color: inherit;\n border-top-width: 0;\n border-bottom-width: 1px;\n border-left-width: 0;\n border-right-width: 1px;\n transform: rotate(45deg);\n opacity: 0.45;\n}\n.style-module_FormItemInputWrapper__-bMzj .PhoneInputCountryIconImg {\n width: 24px;\n}\n.style-module_FormItem__Uk50U .style-module_ErrorMsg__AL-SH {\n color: var(--checkout-error-color);\n font-size: 12px;\n margin-top: 8px;\n animation-name: style-module_fadeInFromRight__jtf8N;\n animation-duration: 0.3s;\n}\n.style-module_FormItem__Uk50U.style-module_PhoneError__Jl0Ig input {\n box-shadow: 0 0 0 1px var(--checkout-error-color) !important;\n border-color: var(--checkout-error-color) !important;\n}\n\n.style-module_FormItemWrapper__7lb91 {\n position: relative;\n}\n\n.style-module_FormItemTooltipContainer__Het-k {\n width: 16px;\n height: 16px;\n border-radius: 100%;\n color: white;\n background-color: var(--checkout-secondary-text-color);\n position: absolute;\n top: 20px;\n right: 16px;\n margin: auto;\n display: flex;\n justify-content: center;\n align-items: center;\n font-size: 12px !important;\n line-height: 16px !important;\n cursor: pointer;\n}');export{t as default};
1
+ import e from"../../../../node_modules/style-inject/dist/style-inject.es.js";var t={FormSectionTitle:"style-module_FormSectionTitle__VB-M-",Title:"style-module_Title__vKJBI",WithSubTitle:"style-module_WithSubTitle__D0bIa",SubTitle:"style-module_SubTitle__QOgiQ",Grid:"style-module_Grid__zW07u",Grid2:"style-module_Grid2__ngFn-",Grid3:"style-module_Grid3__WkRIF",FormItem:"style-module_FormItem__Uk50U",FormItemWrapper:"style-module_FormItemWrapper__7lb91",RightContent:"style-module_RightContent__mPnNX",FormItemInputWrapper:"style-module_FormItemInputWrapper__-bMzj",FieldLabel:"style-module_FieldLabel__FLtYi",FieldLabelTop:"style-module_FieldLabelTop__-neJm",Bottom:"style-module_Bottom__Syp-M",Error:"style-module_Error__TxUpM",WithTooltip:"style-module_WithTooltip__vErQH",ArrowContainer:"style-module_ArrowContainer__4GCN2",ErrorMsg:"style-module_ErrorMsg__AL-SH",fadeInFromRight:"style-module_fadeInFromRight__jtf8N",PhoneError:"style-module_PhoneError__Jl0Ig",FormItemTooltipContainer:"style-module_FormItemTooltipContainer__Het-k"};e('.style-module_FormSectionTitle__VB-M- {\n width: 100%;\n display: flex;\n justify-content: space-between;\n align-items: center;\n}\n.style-module_FormSectionTitle__VB-M- .style-module_Title__vKJBI {\n flex: 1 1 auto;\n padding-bottom: 16px;\n color: var(--checkout-primary-text-color);\n font-size: 20px;\n line-height: 32px;\n}\n.style-module_FormSectionTitle__VB-M- .style-module_Title__vKJBI.style-module_WithSubTitle__D0bIa {\n line-height: auto;\n padding-bottom: 0;\n}\n\n.style-module_SubTitle__QOgiQ {\n color: var(--checkout-secondary-text-color);\n font-size: 14px;\n padding-bottom: 16px;\n padding-top: 2px;\n}\n\n.style-module_Grid__zW07u {\n display: grid;\n grid-gap: 16px;\n grid-template-columns: 1fr;\n}\n.style-module_Grid__zW07u.style-module_Grid2__ngFn- {\n grid-template-columns: repeat(2, 1fr);\n}\n.style-module_Grid__zW07u.style-module_Grid3__WkRIF {\n grid-template-columns: repeat(3, 1fr);\n}\n@media only screen and (max-width: 768px) {\n .style-module_Grid__zW07u {\n grid-template-columns: 1fr !important;\n }\n}\n\n@keyframes style-module_fadeInFromRight__jtf8N {\n from {\n opacity: 0;\n transform: translateY(10px);\n }\n to {\n opacity: 1;\n transform: translateY(0);\n }\n}\n.style-module_FormItem__Uk50U {\n width: 100%;\n}\n.style-module_FormItemWrapper__7lb91 {\n width: 100%;\n position: relative;\n}\n.style-module_FormItemWrapper__7lb91 .style-module_RightContent__mPnNX {\n position: absolute;\n height: 100%;\n top: 0;\n right: 0;\n}\n.style-module_FormItemInputWrapper__-bMzj {\n position: relative;\n width: 100%;\n}\n.style-module_FormItemInputWrapper__-bMzj label.style-module_FieldLabel__FLtYi {\n color: var(--checkout-secondary-text-color);\n position: absolute;\n top: 0;\n left: 17px;\n width: 100%;\n z-index: 1;\n user-select: none;\n pointer-events: none;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n transition: transform 0.1s;\n transform: translateY(18px);\n font-size: 0.85em;\n line-height: 22px;\n}\n.style-module_FormItemInputWrapper__-bMzj label.style-module_FieldLabelTop__-neJm {\n transform: translateY(8px);\n font-size: 0.7em;\n}\n.style-module_FormItemInputWrapper__-bMzj input,\n.style-module_FormItemInputWrapper__-bMzj select,\n.style-module_FormItemInputWrapper__-bMzj textarea {\n border: 1px solid var(--checkout-border-color);\n background-color: var(--checkout-primary-bg-color);\n color: var(--checkout-primary-text-color);\n background-clip: padding-box;\n border-radius: 8px;\n display: block;\n width: 100%;\n height: 56px;\n padding: 8px 16px;\n outline: none;\n transition: padding 0.1s, border-color 0.5s, box-shadow 0.5s;\n box-shadow: 0 0 0 1px transparent;\n -moz-appearance: none;\n -webkit-appearance: none;\n}\n.style-module_FormItemInputWrapper__-bMzj input:focus,\n.style-module_FormItemInputWrapper__-bMzj select:focus,\n.style-module_FormItemInputWrapper__-bMzj textarea:focus {\n box-shadow: 0 0 0 1px var(--checkout-button-bg-color);\n border-color: var(--checkout-button-bg-color);\n}\n.style-module_FormItemInputWrapper__-bMzj input.style-module_Bottom__Syp-M,\n.style-module_FormItemInputWrapper__-bMzj select.style-module_Bottom__Syp-M,\n.style-module_FormItemInputWrapper__-bMzj textarea.style-module_Bottom__Syp-M {\n padding-top: 1.2em;\n padding-bottom: 0.2em;\n}\n.style-module_FormItemInputWrapper__-bMzj input.style-module_Error__TxUpM,\n.style-module_FormItemInputWrapper__-bMzj select.style-module_Error__TxUpM,\n.style-module_FormItemInputWrapper__-bMzj textarea.style-module_Error__TxUpM {\n box-shadow: 0 0 0 1px var(--checkout-error-color);\n border-color: var(--checkout-error-color);\n}\n.style-module_FormItemInputWrapper__-bMzj input.style-module_WithTooltip__vErQH,\n.style-module_FormItemInputWrapper__-bMzj select.style-module_WithTooltip__vErQH,\n.style-module_FormItemInputWrapper__-bMzj textarea.style-module_WithTooltip__vErQH {\n padding-right: 40px;\n}\n.style-module_FormItemInputWrapper__-bMzj input::-ms-expand,\n.style-module_FormItemInputWrapper__-bMzj select::-ms-expand,\n.style-module_FormItemInputWrapper__-bMzj textarea::-ms-expand {\n display: none;\n}\n.style-module_FormItemInputWrapper__-bMzj input::placeholder,\n.style-module_FormItemInputWrapper__-bMzj select::placeholder,\n.style-module_FormItemInputWrapper__-bMzj textarea::placeholder {\n color: var(--checkout-secondary-text-color) !important;\n}\n.style-module_FormItemInputWrapper__-bMzj textarea {\n min-height: 120px;\n}\n.style-module_FormItemInputWrapper__-bMzj .style-module_ArrowContainer__4GCN2 {\n position: absolute;\n right: 1px;\n padding-right: 0.5em;\n top: 1px;\n height: calc(100% - 2px);\n display: flex;\n align-items: center;\n color: var(--checkout-secondary-text-color);\n background-color: var(--checkout-primary-bg-color);\n z-index: 2;\n border-radius: 6px;\n}\n.style-module_FormItemInputWrapper__-bMzj .PhoneInput {\n display: flex;\n align-items: center;\n}\n.style-module_FormItemInputWrapper__-bMzj .PhoneInputInput {\n padding-left: 64px;\n}\n.style-module_FormItemInputWrapper__-bMzj .PhoneInputInput:disabled {\n color: var(--checkout-button-disabled-text-color) !important;\n background-color: var(--checkout-button-disabled-bg-color) !important;\n}\n.style-module_FormItemInputWrapper__-bMzj .PhoneInputInput::placeholder {\n color: var(--checkout-secondary-text-color) !important;\n font-size: 14px !important;\n}\n.style-module_FormItemInputWrapper__-bMzj .PhoneInputCountry {\n position: absolute;\n align-self: stretch;\n display: flex;\n align-items: center;\n top: 26px;\n left: 16px;\n}\n.style-module_FormItemInputWrapper__-bMzj .PhoneInputCountrySelect {\n border: none;\n display: inline-flex;\n width: 60px;\n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n width: 100%;\n z-index: 1;\n border: 0;\n opacity: 0;\n cursor: pointer;\n}\n.style-module_FormItemInputWrapper__-bMzj .PhoneInputCountryIcon {\n width: 1.5em;\n height: 1em;\n}\n.style-module_FormItemInputWrapper__-bMzj .PhoneInputCountrySelectArrow {\n display: block;\n content: "";\n width: 0.3em;\n height: 0.3em;\n margin-left: 0.35em;\n border-style: solid;\n border-color: inherit;\n border-top-width: 0;\n border-bottom-width: 1px;\n border-left-width: 0;\n border-right-width: 1px;\n transform: rotate(45deg);\n opacity: 0.45;\n}\n.style-module_FormItemInputWrapper__-bMzj .PhoneInputCountryIconImg {\n width: 24px;\n}\n.style-module_FormItem__Uk50U .style-module_ErrorMsg__AL-SH {\n color: var(--checkout-error-color);\n font-size: 12px;\n margin-top: 8px;\n animation-name: style-module_fadeInFromRight__jtf8N;\n animation-duration: 0.3s;\n}\n.style-module_FormItem__Uk50U.style-module_PhoneError__Jl0Ig input {\n box-shadow: 0 0 0 1px var(--checkout-error-color) !important;\n border-color: var(--checkout-error-color) !important;\n}\n\n.style-module_FormItemWrapper__7lb91 {\n position: relative;\n}\n\n.style-module_FormItemTooltipContainer__Het-k {\n width: 16px;\n height: 16px;\n border-radius: 100%;\n color: white;\n background-color: var(--checkout-secondary-text-color);\n position: absolute;\n top: 20px;\n right: 16px;\n margin: auto;\n display: flex;\n justify-content: center;\n align-items: center;\n font-size: 12px !important;\n line-height: 16px !important;\n cursor: pointer;\n}');export{t as default};
@@ -1,2 +1,2 @@
1
- import * as React from "react";
2
- export declare const FullscreenLoading: React.FC;
1
+ import * as React from "react";
2
+ export declare const FullscreenLoading: React.FC;
@@ -1 +1 @@
1
- import*as e from"react";import r from"./style.module.scss.js";var t=function(){return e.createElement("div",{className:r.Container},e.createElement("div",{className:r.loader}))};export{t as FullscreenLoading};
1
+ import{jsx as s}from"react/jsx-runtime";import e from"./style.module.scss.js";const r=()=>s("div",{className:e.Container,children:s("div",{className:e.loader})});export{r as FullscreenLoading};
@@ -1 +1 @@
1
- import e from'./../../../../ext/style-inject/dist/style-inject.es.js';var t={Container:"style-module_Container__-rfwM",loader:"style-module_loader__yXZd2",load8:"style-module_load8__6d-wP"};e(".style-module_Container__-rfwM {\n width: 100vw;\n height: 100vh;\n background-color: var(--checkout-primary-bg-color);\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.style-module_Container__-rfwM .style-module_loader__yXZd2,\n.style-module_Container__-rfwM .style-module_loader__yXZd2:after {\n border-radius: 50%;\n width: 5em;\n height: 5em;\n}\n.style-module_Container__-rfwM .style-module_loader__yXZd2 {\n font-size: 6px;\n position: relative;\n text-indent: -9999em;\n border-top: 0.5em solid rgba(255, 255, 255, 0.2);\n border-right: 0.5em solid rgba(255, 255, 255, 0.2);\n border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);\n border-left: 0.5em solid var(--checkout-button-bg-color);\n -webkit-transform: translateZ(0);\n -ms-transform: translateZ(0);\n transform: translateZ(0);\n -webkit-animation: style-module_load8__6d-wP 1.1s infinite linear;\n animation: style-module_load8__6d-wP 1.1s infinite linear;\n}\n@-webkit-keyframes style-module_load8__6d-wP {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n@keyframes style-module_load8__6d-wP {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}");export{t as default};
1
+ import e from"../../../../node_modules/style-inject/dist/style-inject.es.js";var t={Container:"style-module_Container__-rfwM",loader:"style-module_loader__yXZd2",load8:"style-module_load8__6d-wP"};e(".style-module_Container__-rfwM {\n width: 100vw;\n height: 100vh;\n background-color: var(--checkout-primary-bg-color);\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.style-module_Container__-rfwM .style-module_loader__yXZd2,\n.style-module_Container__-rfwM .style-module_loader__yXZd2:after {\n border-radius: 50%;\n width: 5em;\n height: 5em;\n}\n.style-module_Container__-rfwM .style-module_loader__yXZd2 {\n font-size: 6px;\n position: relative;\n text-indent: -9999em;\n border-top: 0.5em solid rgba(255, 255, 255, 0.2);\n border-right: 0.5em solid rgba(255, 255, 255, 0.2);\n border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);\n border-left: 0.5em solid var(--checkout-button-bg-color);\n -webkit-transform: translateZ(0);\n -ms-transform: translateZ(0);\n transform: translateZ(0);\n -webkit-animation: style-module_load8__6d-wP 1.1s infinite linear;\n animation: style-module_load8__6d-wP 1.1s infinite linear;\n}\n@-webkit-keyframes style-module_load8__6d-wP {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n@keyframes style-module_load8__6d-wP {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}");export{t as default};
@@ -1,12 +1,12 @@
1
- import * as React from "react";
2
- declare type Props = {
3
- value?: string;
4
- buttonLabel: string;
5
- placeholder?: string;
6
- isLoading?: boolean;
7
- inputRef?: React.RefObject<HTMLInputElement>;
8
- onClick: () => void;
9
- onChange: (value: string) => void;
10
- };
11
- declare const _default: React.FunctionComponent<Props>;
12
- export default _default;
1
+ import * as React from "react";
2
+ type Props = {
3
+ value?: string;
4
+ buttonLabel: string;
5
+ placeholder?: string;
6
+ isLoading?: boolean;
7
+ inputRef?: React.RefObject<HTMLInputElement>;
8
+ onClick: () => void;
9
+ onChange: (value: string) => void;
10
+ };
11
+ declare const _default: React.FunctionComponent<Props>;
12
+ export default _default;
@@ -1 +1 @@
1
- import*as e from"react";import{observer as a}from"mobx-react-lite";import t from"./style.module.scss.js";var l=a((function(a){var l=a.value,n=a.placeholder,r=a.buttonLabel,o=a.isLoading,c=a.inputRef,s=a.onClick,i=a.onChange,m=e.useCallback((function(e){i(e.target.value||"")}),[i]),u=e.useCallback((function(e){"Enter"===e.key&&s()}),[s]);return e.createElement("div",{className:t.Container},e.createElement("input",{ref:c,value:l,onChange:m,placeholder:n,onKeyPress:u}),e.createElement("div",{className:t.Button,onClick:s},o?e.createElement("div",{className:t.loader}):r))}));export{l as default};
1
+ import{jsxs as e,jsx as a}from"react/jsx-runtime";import*as r from"react";import{observer as l}from"mobx-react-lite";import o from"./style.module.scss.js";var t=l((({value:l,placeholder:t,buttonLabel:n,isLoading:s,inputRef:i,onClick:c,onChange:m})=>{const u=r.useCallback((e=>{m(e.target.value||"")}),[m]),d=r.useCallback((e=>{"Enter"===e.key&&c()}),[c]);return e("div",{className:o.Container,children:[a("input",{ref:i,value:l,onChange:u,placeholder:t,onKeyPress:d}),a("div",{className:o.Button,onClick:c,children:s?a("div",{className:o.loader}):n})]})}));export{t as default};
@@ -1 +1 @@
1
- import n from'./../../../../ext/style-inject/dist/style-inject.es.js';var e={Container:"style-module_Container__lcmQH",Button:"style-module_Button__f1URY",loader:"style-module_loader__JSw-M",load8:"style-module_load8__8s2-g"};n(".style-module_Container__lcmQH {\n width: 100%;\n height: 44px;\n background-color: white;\n border-radius: 8px;\n display: flex;\n justify-content: flex-end;\n position: relative;\n}\n.style-module_Container__lcmQH input {\n width: calc(100% - 2px);\n height: 100%;\n padding: 10px 16px;\n outline: none;\n -moz-appearance: none;\n -webkit-appearance: none;\n transition: all 0.5s;\n box-shadow: 0 0 0 1px transparent;\n border: 1px solid transparent;\n border-radius: 9px;\n margin-left: 1px;\n color: var(--checkout-primary-text-color);\n position: absolute;\n top: 0px;\n left: 0px;\n padding-right: calc(33% + 16px);\n}\n.style-module_Container__lcmQH input::placeholder {\n color: var(--checkout-secondary-text-color) !important;\n}\n.style-module_Container__lcmQH input:focus {\n box-shadow: 0 0 0 1px var(--checkout-button-bg-color);\n border-color: var(--checkout-button-bg-color);\n}\n.style-module_Container__lcmQH .style-module_Button__f1URY {\n flex: 0 0 auto;\n height: 100%;\n width: 33%;\n color: var(--checkout-button-text-color);\n background-color: var(--checkout-button-bg-color);\n border-radius: 8px;\n font-weight: 600;\n text-align: center;\n position: relative;\n transition: all 0.2s;\n display: flex;\n justify-content: center;\n align-items: center;\n user-select: none;\n cursor: pointer;\n}\n.style-module_Container__lcmQH .style-module_Button__f1URY .style-module_loader__JSw-M,\n.style-module_Container__lcmQH .style-module_Button__f1URY .style-module_loader__JSw-M:after {\n border-radius: 50%;\n width: 5em;\n height: 5em;\n}\n.style-module_Container__lcmQH .style-module_Button__f1URY .style-module_loader__JSw-M {\n font-size: 4px;\n position: relative;\n text-indent: -9999em;\n border-top: 0.5em solid rgba(255, 255, 255, 0.2);\n border-right: 0.5em solid rgba(255, 255, 255, 0.2);\n border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);\n border-left: 0.5em solid var(--checkout-button-text-color);\n -webkit-transform: translateZ(0);\n -ms-transform: translateZ(0);\n transform: translateZ(0);\n -webkit-animation: style-module_load8__8s2-g 1.1s infinite linear;\n animation: style-module_load8__8s2-g 1.1s infinite linear;\n}\n@-webkit-keyframes style-module_load8__8s2-g {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n@keyframes style-module_load8__8s2-g {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}");export{e as default};
1
+ import n from"../../../../node_modules/style-inject/dist/style-inject.es.js";var e={Container:"style-module_Container__lcmQH",Button:"style-module_Button__f1URY",loader:"style-module_loader__JSw-M",load8:"style-module_load8__8s2-g"};n(".style-module_Container__lcmQH {\n width: 100%;\n height: 44px;\n background-color: white;\n border-radius: 8px;\n display: flex;\n justify-content: flex-end;\n position: relative;\n}\n.style-module_Container__lcmQH input {\n width: calc(100% - 2px);\n height: 100%;\n padding: 10px 16px;\n outline: none;\n -moz-appearance: none;\n -webkit-appearance: none;\n transition: all 0.5s;\n box-shadow: 0 0 0 1px transparent;\n border: 1px solid transparent;\n border-radius: 9px;\n margin-left: 1px;\n color: var(--checkout-primary-text-color);\n position: absolute;\n top: 0px;\n left: 0px;\n padding-right: calc(33% + 16px);\n}\n.style-module_Container__lcmQH input::placeholder {\n color: var(--checkout-secondary-text-color) !important;\n}\n.style-module_Container__lcmQH input:focus {\n box-shadow: 0 0 0 1px var(--checkout-button-bg-color);\n border-color: var(--checkout-button-bg-color);\n}\n.style-module_Container__lcmQH .style-module_Button__f1URY {\n flex: 0 0 auto;\n height: 100%;\n width: 33%;\n color: var(--checkout-button-text-color);\n background-color: var(--checkout-button-bg-color);\n border-radius: 8px;\n font-weight: 600;\n text-align: center;\n position: relative;\n transition: all 0.2s;\n display: flex;\n justify-content: center;\n align-items: center;\n user-select: none;\n cursor: pointer;\n}\n.style-module_Container__lcmQH .style-module_Button__f1URY .style-module_loader__JSw-M,\n.style-module_Container__lcmQH .style-module_Button__f1URY .style-module_loader__JSw-M:after {\n border-radius: 50%;\n width: 5em;\n height: 5em;\n}\n.style-module_Container__lcmQH .style-module_Button__f1URY .style-module_loader__JSw-M {\n font-size: 4px;\n position: relative;\n text-indent: -9999em;\n border-top: 0.5em solid rgba(255, 255, 255, 0.2);\n border-right: 0.5em solid rgba(255, 255, 255, 0.2);\n border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);\n border-left: 0.5em solid var(--checkout-button-text-color);\n -webkit-transform: translateZ(0);\n -ms-transform: translateZ(0);\n transform: translateZ(0);\n -webkit-animation: style-module_load8__8s2-g 1.1s infinite linear;\n animation: style-module_load8__8s2-g 1.1s infinite linear;\n}\n@-webkit-keyframes style-module_load8__8s2-g {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n@keyframes style-module_load8__8s2-g {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}");export{e as default};
@@ -1,7 +1,7 @@
1
- import * as React from "react";
2
- import CheckoutViewModel from "../../model";
3
- declare type Props = {
4
- vm: CheckoutViewModel;
5
- };
6
- export declare const Klarna: React.FC<Props>;
7
- export {};
1
+ import * as React from "react";
2
+ import CheckoutViewModel from "../../model";
3
+ type Props = {
4
+ vm: CheckoutViewModel;
5
+ };
6
+ export declare const Klarna: React.FC<Props>;
7
+ export {};
@@ -1 +1 @@
1
- import*as n from"react";import{observer as e}from"mobx-react-lite";import t from"next/script";import"@ikas/storefront-config";import{useTranslation as a}from"../../../../utils/i18n.js";var r=e((function(e){var r=e.vm;return a().t,n.useEffect((function(){window.handleKlarna=function(n){var e;n&&(r.isStepLoading=!0,fetch((null===(e=r.klarnaResponse)||void 0===e?void 0:e.authorizeUrl)+"&data="+n).then((function(n){return n.json()})).then((function(n){window.location.href=n.redirectUrl})).catch((function(n){r.isStepLoading=!1})))}}),[]),r.klarnaResponse?n.createElement(n.Fragment,null,n.createElement("div",{id:"klarna-payments-container"}),n.createElement(t,{dangerouslySetInnerHTML:{__html:'window.klarnaAsyncCallback = function () {\n try {\n Klarna.Payments.init({\n client_token: "'.concat(r.klarnaResponse.clientToken,'",\n });\n Klarna.Payments.load({\n container: "#klarna-payments-container",\n },\n function (res) {\n }\n );\n } catch (e) {\n console.log("error", e);\n }\n };')}}),n.createElement(t,{dangerouslySetInnerHTML:{__html:"".concat(r.isKlarnaPaymentCompleted&&"Klarna.Payments.authorize({ auto_finalize: true }, function (res) {\n if (res.approved && !!res.authorization_token) {\n window.handleKlarna(JSON.stringify(res))\n } else{\n ".concat(setTimeout((function(){r.setIsKlarnaPaymentCompleted(!1)}),2e3),"\n }\n });"))}}),n.createElement(t,{src:"https://x.klarnacdn.net/kp/lib/v1/api.js"})):null}));export{r as Klarna};
1
+ import{jsxs as n,Fragment as e,jsx as t}from"react/jsx-runtime";import*as a from"react";import{observer as o}from"mobx-react-lite";import"../../../../node_modules/@ikas/storefront-config/build/index.js";import"../../../../node_modules/lodash/_baseGetTag.js";import"../../../../node_modules/lodash/_stringToPath.js";import"../../../../node_modules/lodash/_baseToString.js";import"fs";import"path";const r=o((({vm:o})=>(a.useEffect((()=>{window.handleKlarna=n=>{n&&(o.isStepLoading=!0,fetch(o.klarnaResponse?.authorizeUrl+"&data="+n).then((n=>n.json())).then((n=>{window.location.href=n.redirectUrl})).catch((n=>{o.isStepLoading=!1})))}}),[]),o.klarnaResponse?n(e,{children:[t("div",{id:"klarna-payments-container"}),t("script",{dangerouslySetInnerHTML:{__html:`window.klarnaAsyncCallback = function () {\n try {\n Klarna.Payments.init({\n client_token: "${o.klarnaResponse.clientToken}",\n });\n Klarna.Payments.load({\n container: "#klarna-payments-container",\n },\n function (res) {\n }\n );\n } catch (e) {\n console.log("error", e);\n }\n };`}}),t("script",{dangerouslySetInnerHTML:{__html:`${o.isKlarnaPaymentCompleted&&`Klarna.Payments.authorize({ auto_finalize: true }, function (res) {\n if (res.approved && !!res.authorization_token) {\n window.handleKlarna(JSON.stringify(res))\n } else{\n ${setTimeout((()=>{o.setIsKlarnaPaymentCompleted(!1)}),2e3)}\n }\n });`}`}}),t("script",{src:"https://x.klarnacdn.net/kp/lib/v1/api.js"})]}):null)));export{r as Klarna};
@@ -1,8 +1,8 @@
1
- import CheckoutViewModel from "../../../model";
2
- declare type Props = {
3
- vm: CheckoutViewModel;
4
- };
5
- declare const CreditCardFormMasterPass: (({ vm }: Props) => JSX.Element) & {
6
- displayName: string;
7
- };
8
- export default CreditCardFormMasterPass;
1
+ import CheckoutViewModel from "../../../model";
2
+ type Props = {
3
+ vm: CheckoutViewModel;
4
+ };
5
+ declare const CreditCardFormMasterPass: (({ vm }: Props) => import("react/jsx-runtime").JSX.Element) & {
6
+ displayName: string;
7
+ };
8
+ export default CreditCardFormMasterPass;
@@ -1 +1 @@
1
- import e from"react";import{observer as a}from"mobx-react-lite";import t from"../svg/master-pass-by-master-card.js";import o from"../../../style.module.scss.js";import r from"./style.module.scss.js";import{createTranslationInputData as s,useTranslation as n}from"../../../../../utils/i18n.js";import{IkasStorefrontConfig as m}from"@ikas/storefront-config";import{Button as i}from"../../button/index.js";import{Checkbox as c}from"../../checkbox/index.js";import{FormItem as d}from"../../form-item/index.js";import{FormItemType as l}from"../../form-item/model.js";var u=a((function(a){var u=a.vm,p=n().t,C=m.getTranslations()["checkout-page"],v=e.useMemo((function(){var e,a;return s(null===(a=null===(e=null==C?void 0:C.masterPass)||void 0===e?void 0:e.creditCardForm)||void 0===a?void 0:a.checkboxLabel)}),[C]),P=e.useMemo((function(){return e.createElement("div",{className:r.CheckboxLabel},v.map((function(a,o){var s,n,m,i;return a.isVariable?"{{ link }}"===a.value?e.createElement("a",{key:o,className:r.MasterPassInfoLink,title:null===(n=null===(s=null==C?void 0:C.masterPass)||void 0===s?void 0:s.creditCardForm)||void 0===n?void 0:n.moreInformation,target:"_blank",href:"https://www.masterpassturkiye.com/TermsAndConditions.aspx"},null===(i=null===(m=null==C?void 0:C.masterPass)||void 0===m?void 0:m.creditCardForm)||void 0===i?void 0:i.checkboxLabelLink):e.createElement("span",{key:o,className:r.Logo},e.createElement(t,null)):e.createElement(e.Fragment,{key:o},a.value)})))}),[v]),M=u.mpVM.isSaveCardToMasterPassPhoneNumberInputDisabled?u.mpVM.saveCardToMasterPassPhoneNumberDisabledInputValue({withPlus:!0,store:u.store,checkout:u.checkout}):u.mpVM.saveCardToMasterPass.phoneNumber;return e.createElement("div",null,e.createElement(c,{label:P,value:u.mpVM.saveCardToMasterPass.isCheckboxChecked,onChange:u.mpVM.onSaveCardToMasterPassCheckedChange}),u.mpVM.saveCardToMasterPass.isCheckboxChecked&&e.createElement("div",{className:r.FormWrapper},e.createElement("div",{className:o.RowPB},e.createElement(d,{name:"masterPassCardName",type:l.TEXT,label:p("checkout-page:masterPass.creditCardForm.cardName"),value:u.mpVM.saveCardToMasterPass.cardName,onChange:u.mpVM.onSaveCardToMasterPassCardNameChange})),u.mpVM.isSaveCardToMasterPassPhoneNumberInputVisible&&e.createElement("div",{className:o.RowPB},e.createElement(d,{name:"masterPassPhoneNumber",autocomplete:"tel",type:l.TEL,currentCountryCode:u.store.currentCountryCode,disabled:u.mpVM.isSaveCardToMasterPassPhoneNumberInputDisabled,label:p("checkout-page:masterPass.creditCardForm.phoneNumber"),value:M,onChange:u.mpVM.onSaveCardToMasterPassPhoneNumberChange})),e.createElement(i,{style:{width:"100%"},text:p("checkout-page:masterPass.creditCardForm.button"),isDisabled:u.mpVM.isSendConfirmationButtonDisabled,isLoading:u.mpVM.saveCardToMasterPass.isSendConfirmationButtonPending,onClick:function(){if(!u.mpVM.saveCardToMasterPass.isSendConfirmationButtonPending&&(console.log("onSendConfirmationButtonClick 1"),u.checkout.selectedPaymentGateway&&(console.log("onSendConfirmationButtonClick 2"),u.cardData&&u.cardData.cardNumber&&u.cardData.expirationDate&&u.cardData.cvv&&(console.log("onSendConfirmationButtonClick 3"),u.mpVM.saveCardToMasterPass.cardName)))){console.log("onSendConfirmationButtonClick 4");var e=u.mpVM.isSaveCardToMasterPassPhoneNumberInputDisabled?u.mpVM.saveCardToMasterPassPhoneNumberDisabledInputValue({withPlus:!1,store:u.store,checkout:u.checkout}):u.mpVM.saveCardToMasterPass.phoneNumber.replace("+","");if(e){var a,t,o,r,s={creditCard:{rtaPan:u.cardData.cardNumber.replace(/ /g,""),expiryDate:(a=u.cardData.expirationDate,t=a.replace(" / ",""),o=t.substring(0,2),r=t.substring(2,4),"".concat(r).concat(o)),cvc:u.cardData.cvv,accountAliasName:u.mpVM.saveCardToMasterPass.cardName,phoneNumber:e},store:u.store,checkout:u.checkout,paymentGateway:u.checkout.selectedPaymentGateway,callback:function(){u.mpVM.saveCardToMasterPass.isSendConfirmationButtonPending=!1}};console.log("onSendConfirmationButtonClick 5",s),u.mpVM.saveCardToMasterPass.isSendConfirmationButtonPending=!0,u.mpVM.onSaveCardToMasterPassSendConfirmationButtonClick(s)}}}})))}));export{u as default};
1
+ import{jsx as e,jsxs as a}from"react/jsx-runtime";import s from"react";import{observer as r}from"mobx-react-lite";import o from"../svg/master-pass-by-master-card.js";import t from"../../../style.module.scss.js";import n from"./style.module.scss.js";import{createTranslationInputData as i,useTranslation as m}from"../../../../../utils/i18n.js";import{IkasStorefrontConfig as c}from"../../../../../node_modules/@ikas/storefront-config/build/index.js";import{Button as d}from"../../button/index.js";import{Checkbox as l}from"../../checkbox/index.js";import{FormItem as u}from"../../form-item/index.js";import{FormItemType as p}from"../../form-item/model.js";const C=r((({vm:r})=>{const{t:C}=m(),h=c.getTranslations()["checkout-page"],P=s.useMemo((()=>i(h?.masterPass?.creditCardForm?.checkboxLabel)),[h]),M=s.useMemo((()=>e("div",{className:n.CheckboxLabel,children:P.map(((a,r)=>a.isVariable?"{{ link }}"===a.value?e("a",{className:n.MasterPassInfoLink,title:h?.masterPass?.creditCardForm?.moreInformation,target:"_blank",href:"https://www.masterpassturkiye.com/TermsAndConditions.aspx",children:h?.masterPass?.creditCardForm?.checkboxLabelLink},r):e("span",{className:n.Logo,children:e(o,{})},r):e(s.Fragment,{children:a.value},r)))})),[P]),b=r.mpVM.isSaveCardToMasterPassPhoneNumberInputDisabled?r.mpVM.saveCardToMasterPassPhoneNumberDisabledInputValue({withPlus:!0,store:r.store,checkout:r.checkout}):r.mpVM.saveCardToMasterPass.phoneNumber;return a("div",{children:[e(l,{label:M,value:r.mpVM.saveCardToMasterPass.isCheckboxChecked,onChange:r.mpVM.onSaveCardToMasterPassCheckedChange}),r.mpVM.saveCardToMasterPass.isCheckboxChecked&&a("div",{className:n.FormWrapper,children:[e("div",{className:t.RowPB,children:e(u,{name:"masterPassCardName",type:p.TEXT,label:C("checkout-page:masterPass.creditCardForm.cardName"),value:r.mpVM.saveCardToMasterPass.cardName,onChange:r.mpVM.onSaveCardToMasterPassCardNameChange})}),r.mpVM.isSaveCardToMasterPassPhoneNumberInputVisible&&e("div",{className:t.RowPB,children:e(u,{name:"masterPassPhoneNumber",autocomplete:"tel",type:p.TEL,currentCountryCode:r.store.currentCountryCode,disabled:r.mpVM.isSaveCardToMasterPassPhoneNumberInputDisabled,label:C("checkout-page:masterPass.creditCardForm.phoneNumber"),value:b,onChange:r.mpVM.onSaveCardToMasterPassPhoneNumberChange})}),e(d,{style:{width:"100%"},text:C("checkout-page:masterPass.creditCardForm.button"),isDisabled:r.mpVM.isSendConfirmationButtonDisabled,isLoading:r.mpVM.saveCardToMasterPass.isSendConfirmationButtonPending,onClick:()=>{if(r.mpVM.saveCardToMasterPass.isSendConfirmationButtonPending)return;if(console.log("onSendConfirmationButtonClick 1"),!r.checkout.selectedPaymentGateway)return;if(console.log("onSendConfirmationButtonClick 2"),!(r.cardData&&r.cardData.cardNumber&&r.cardData.expirationDate&&r.cardData.cvv))return;if(console.log("onSendConfirmationButtonClick 3"),!r.mpVM.saveCardToMasterPass.cardName)return;console.log("onSendConfirmationButtonClick 4");const e=r.mpVM.isSaveCardToMasterPassPhoneNumberInputDisabled?r.mpVM.saveCardToMasterPassPhoneNumberDisabledInputValue({withPlus:!1,store:r.store,checkout:r.checkout}):r.mpVM.saveCardToMasterPass.phoneNumber.replace("+","");if(!e)return;const a={creditCard:{rtaPan:r.cardData.cardNumber.replace(/ /g,""),expiryDate:(e=>{const a=e.replace(" / ",""),s=a.substring(0,2);return`${a.substring(2,4)}${s}`})(r.cardData.expirationDate),cvc:r.cardData.cvv,accountAliasName:r.mpVM.saveCardToMasterPass.cardName,phoneNumber:e},store:r.store,checkout:r.checkout,paymentGateway:r.checkout.selectedPaymentGateway,callback:()=>{r.mpVM.saveCardToMasterPass.isSendConfirmationButtonPending=!1}};console.log("onSendConfirmationButtonClick 5",a),r.mpVM.saveCardToMasterPass.isSendConfirmationButtonPending=!0,r.mpVM.onSaveCardToMasterPassSendConfirmationButtonClick(a)}})]})]})}));export{C as default};
@@ -1 +1 @@
1
- import e from'./../../../../../ext/style-inject/dist/style-inject.es.js';var o={FormWrapper:"style-module_FormWrapper__cXImD",MasterPassInfoLink:"style-module_MasterPassInfoLink__UsDhH",CheckboxLabel:"style-module_CheckboxLabel__KFrUu",Logo:"style-module_Logo__83gZK"};e(".style-module_FormWrapper__cXImD {\n margin-top: 16px;\n}\n\n.style-module_MasterPassInfoLink__UsDhH {\n text-decoration: underline;\n}\n\n.style-module_CheckboxLabel__KFrUu {\n color: var(--checkout-primary-text-color);\n}\n.style-module_CheckboxLabel__KFrUu .style-module_Logo__83gZK {\n display: inline-block;\n vertical-align: middle;\n margin: 0 8px;\n}");export{o as default};
1
+ import e from"../../../../../node_modules/style-inject/dist/style-inject.es.js";var o={FormWrapper:"style-module_FormWrapper__cXImD",MasterPassInfoLink:"style-module_MasterPassInfoLink__UsDhH",CheckboxLabel:"style-module_CheckboxLabel__KFrUu",Logo:"style-module_Logo__83gZK"};e(".style-module_FormWrapper__cXImD {\n margin-top: 16px;\n}\n\n.style-module_MasterPassInfoLink__UsDhH {\n text-decoration: underline;\n}\n\n.style-module_CheckboxLabel__KFrUu {\n color: var(--checkout-primary-text-color);\n}\n.style-module_CheckboxLabel__KFrUu .style-module_Logo__83gZK {\n display: inline-block;\n vertical-align: middle;\n margin: 0 8px;\n}");export{o as default};
@@ -1,8 +1,8 @@
1
- import CheckoutViewModel from "../../../model";
2
- declare type Props = {
3
- vm: CheckoutViewModel;
4
- };
5
- declare const LinkCardToClient: (({ vm }: Props) => JSX.Element) & {
6
- displayName: string;
7
- };
8
- export default LinkCardToClient;
1
+ import CheckoutViewModel from "../../../model";
2
+ type Props = {
3
+ vm: CheckoutViewModel;
4
+ };
5
+ declare const LinkCardToClient: (({ vm }: Props) => import("react/jsx-runtime").JSX.Element) & {
6
+ displayName: string;
7
+ };
8
+ export default LinkCardToClient;
@@ -1 +1 @@
1
- import e,{useRef as t,useState as o}from"react";import{observer as a}from"mobx-react-lite";import{useTranslation as r}from"../../../../../utils/i18n.js";import{Button as n}from"../../button/index.js";import c from"./svg/close.js";import l from"./svg/info-mark.js";import s from"./svg/master-pass-by-master-card-big.js";import m from"./style.module.scss.js";var i=a((function(a){var i=a.vm,u=t(null),p=r().t,d=o(!1),f=d[0],k=d[1],b="checkout-page:masterPass.linkCardToClient";return e.createElement("div",{ref:u,className:m.Wrapper},e.createElement("div",{className:m.Logo,"data-mb":!0},e.createElement(s,null),e.createElement("button",{className:m.CloseButton,onClick:i.mpVM.hideLinkCardToClient},e.createElement(c,null))),e.createElement("p",{className:m.Text},p("".concat(b,".text"))),e.createElement(n,{style:{width:"100%"},text:p("".concat(b,".buttonText")),isLoading:f,isDisabled:f,onClick:function(){k(!0),i.mpVM.onLinkCardToClientButtonClick({cartId:i.checkout.id,checkout:i.checkout,store:i.store,callback:function(){k(!1)}})}}),e.createElement("p",{className:m.SubInfoText},e.createElement("span",null,e.createElement(l,null)),p("".concat(b,".subInfoText"))))}));export{i as default};
1
+ import{jsxs as t,jsx as e}from"react/jsx-runtime";import{useRef as o,useState as r}from"react";import{observer as s}from"mobx-react-lite";import{useTranslation as i}from"../../../../../utils/i18n.js";import{Button as a}from"../../button/index.js";import m from"./svg/close.js";import c from"./svg/info-mark.js";import n from"./svg/master-pass-by-master-card-big.js";import l from"./style.module.scss.js";const d=s((({vm:s})=>{const d=o(null),{t:p}=i(),[u,f]=r(!1),h="checkout-page:masterPass.linkCardToClient";return t("div",{ref:d,className:l.Wrapper,children:[t("div",{className:l.Logo,"data-mb":!0,children:[e(n,{}),e("button",{className:l.CloseButton,onClick:s.mpVM.hideLinkCardToClient,children:e(m,{})})]}),e("p",{className:l.Text,children:p(`${h}.text`)}),e(a,{style:{width:"100%"},text:p(`${h}.buttonText`),isLoading:u,isDisabled:u,onClick:()=>{f(!0),s.mpVM.onLinkCardToClientButtonClick({cartId:s.checkout.id,checkout:s.checkout,store:s.store,callback:()=>{f(!1)}})}}),t("p",{className:l.SubInfoText,children:[e("span",{children:e(c,{})}),p(`${h}.subInfoText`)]})]})}));export{d as default};
@@ -1 +1 @@
1
- import n from'./../../../../../ext/style-inject/dist/style-inject.es.js';var e={Wrapper:"style-module_Wrapper__Lu1IW","wrapper-init":"style-module_wrapper-init__jyc1W",Logo:"style-module_Logo__zVLsv",CloseButton:"style-module_CloseButton__0gZys",Text:"style-module_Text__zaTiu",SubInfoText:"style-module_SubInfoText__cIXEf"};n(".style-module_Wrapper__Lu1IW {\n padding: 24px;\n margin-bottom: 24px;\n background-color: var(--checkout-card-bg-color);\n border-radius: 8px;\n opacity: 0;\n animation: style-module_wrapper-init__jyc1W 300ms ease-in-out 0ms 1 normal forwards;\n}\n\n@keyframes style-module_wrapper-init__jyc1W {\n 100% {\n opacity: 100%;\n }\n}\n.style-module_Logo__zVLsv[data-mb] {\n position: relative;\n margin-bottom: 16px;\n}\n\n.style-module_CloseButton__0gZys {\n position: absolute;\n top: 0px;\n right: 0px;\n width: 24px;\n height: 24px;\n cursor: pointer;\n color: var(--checkout-secondary-text-color);\n background-color: transparent;\n outline: none;\n padding: 0;\n margin: 0;\n border: none;\n}\n\n.style-module_Text__zaTiu {\n font-size: 16px;\n line-height: 24px;\n color: var(--checkout-secondary-text-color);\n margin-bottom: 32px;\n}\n\n.style-module_SubInfoText__cIXEf {\n margin-top: 12px;\n font-size: 14px;\n line-height: 20px;\n text-align: center;\n color: var(--checkout-secondary-text-color);\n}\n.style-module_SubInfoText__cIXEf span {\n display: inline-block;\n vertical-align: middle;\n margin-right: 8px;\n width: 16px;\n height: 16px;\n}");export{e as default};
1
+ import n from"../../../../../node_modules/style-inject/dist/style-inject.es.js";var e={Wrapper:"style-module_Wrapper__Lu1IW","wrapper-init":"style-module_wrapper-init__jyc1W",Logo:"style-module_Logo__zVLsv",CloseButton:"style-module_CloseButton__0gZys",Text:"style-module_Text__zaTiu",SubInfoText:"style-module_SubInfoText__cIXEf"};n(".style-module_Wrapper__Lu1IW {\n padding: 24px;\n margin-bottom: 24px;\n background-color: var(--checkout-card-bg-color);\n border-radius: 8px;\n opacity: 0;\n animation: style-module_wrapper-init__jyc1W 300ms ease-in-out 0ms 1 normal forwards;\n}\n\n@keyframes style-module_wrapper-init__jyc1W {\n 100% {\n opacity: 100%;\n }\n}\n.style-module_Logo__zVLsv[data-mb] {\n position: relative;\n margin-bottom: 16px;\n}\n\n.style-module_CloseButton__0gZys {\n position: absolute;\n top: 0px;\n right: 0px;\n width: 24px;\n height: 24px;\n cursor: pointer;\n color: var(--checkout-secondary-text-color);\n background-color: transparent;\n outline: none;\n padding: 0;\n margin: 0;\n border: none;\n}\n\n.style-module_Text__zaTiu {\n font-size: 16px;\n line-height: 24px;\n color: var(--checkout-secondary-text-color);\n margin-bottom: 32px;\n}\n\n.style-module_SubInfoText__cIXEf {\n margin-top: 12px;\n font-size: 14px;\n line-height: 20px;\n text-align: center;\n color: var(--checkout-secondary-text-color);\n}\n.style-module_SubInfoText__cIXEf span {\n display: inline-block;\n vertical-align: middle;\n margin-right: 8px;\n width: 16px;\n height: 16px;\n}");export{e as default};
@@ -1,2 +1,2 @@
1
- declare const svg: () => JSX.Element;
2
- export default svg;
1
+ declare const svg: () => import("react/jsx-runtime").JSX.Element;
2
+ export default svg;
@@ -1 +1 @@
1
- import e from"react";var t=function(){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"24",height:"24"},e.createElement("path",{fill:"none",d:"M0 0h24v24H0z"}),e.createElement("path",{fill:"currentColor",d:"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z"}))};export{t as default};
1
+ import{jsxs as t,jsx as r}from"react/jsx-runtime";const e=()=>t("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"24",height:"24",children:[r("path",{fill:"none",d:"M0 0h24v24H0z"}),r("path",{fill:"currentColor",d:"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z"})]});export{e as default};
@@ -1,2 +1,2 @@
1
- declare const SVGInfoMark: () => JSX.Element;
2
- export default SVGInfoMark;
1
+ declare const SVGInfoMark: () => import("react/jsx-runtime").JSX.Element;
2
+ export default SVGInfoMark;
@@ -1 +1 @@
1
- import e from"react";var t=function(){return e.createElement("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e.createElement("circle",{cx:"8",cy:"8",r:"8",fill:"#CFCED3"}),e.createElement("path",{d:"M7.49023 12V5.90625H8.50977V12H7.49023ZM8 4.88086C7.82812 4.88086 7.67969 4.81836 7.55469 4.69336C7.42969 4.56836 7.36719 4.41992 7.36719 4.24805C7.36719 4.07227 7.42969 3.92383 7.55469 3.80273C7.67969 3.67773 7.82812 3.61523 8 3.61523C8.17578 3.61523 8.32617 3.67773 8.45117 3.80273C8.57617 3.92383 8.63867 4.07227 8.63867 4.24805C8.63867 4.41992 8.57617 4.56836 8.45117 4.69336C8.32617 4.81836 8.17578 4.88086 8 4.88086Z",fill:"white"}))};export{t as default};
1
+ import{jsxs as t,jsx as i}from"react/jsx-runtime";const e=()=>t("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[i("circle",{cx:"8",cy:"8",r:"8",fill:"#CFCED3"}),i("path",{d:"M7.49023 12V5.90625H8.50977V12H7.49023ZM8 4.88086C7.82812 4.88086 7.67969 4.81836 7.55469 4.69336C7.42969 4.56836 7.36719 4.41992 7.36719 4.24805C7.36719 4.07227 7.42969 3.92383 7.55469 3.80273C7.67969 3.67773 7.82812 3.61523 8 3.61523C8.17578 3.61523 8.32617 3.67773 8.45117 3.80273C8.57617 3.92383 8.63867 4.07227 8.63867 4.24805C8.63867 4.41992 8.57617 4.56836 8.45117 4.69336C8.32617 4.81836 8.17578 4.88086 8 4.88086Z",fill:"white"})]});export{e as default};
@@ -1,2 +1,2 @@
1
- declare const SVGMasterPassByMasterCardBig: () => JSX.Element;
2
- export default SVGMasterPassByMasterCardBig;
1
+ declare const SVGMasterPassByMasterCardBig: () => import("react/jsx-runtime").JSX.Element;
2
+ export default SVGMasterPassByMasterCardBig;
@@ -1 +1 @@
1
- import C from"react";var V=function(){return C.createElement("svg",{width:"276",height:"48",viewBox:"0 0 276 48",fill:"none",xmlns:"http://www.w3.org/2000/svg"},C.createElement("g",{"clip-path":"url(#clip0_632_16632)"},C.createElement("path",{d:"M23.8964 48.012C37.094 48.012 47.7928 37.2641 47.7928 24.006C47.7928 10.7478 37.094 0 23.8964 0C10.6988 0 0 10.7478 0 24.006C0 37.2641 10.6988 48.012 23.8964 48.012Z",fill:"#EB001B"}),C.createElement("path",{d:"M52.7607 48.012C65.9583 48.012 76.6571 37.2641 76.6571 24.006C76.6571 10.7478 65.9583 0 52.7607 0C39.563 0 28.8643 10.7478 28.8643 24.006C28.8643 37.2641 39.563 48.012 52.7607 48.012Z",fill:"#F79E1B"}),C.createElement("path",{d:"M38.3228 4.83453C44.0765 9.21449 47.7813 16.1554 47.7813 23.9579C47.7813 31.7605 44.0765 38.7134 38.3228 43.0933C32.569 38.7134 28.8643 31.7725 28.8643 23.9579C28.8643 16.1434 32.5809 9.21449 38.3228 4.83453Z",fill:"#FF5F00"}),C.createElement("path",{d:"M75.1682 39.9463V40.1497H74.7275V41.2986H74.513V40.1497H74.0723V39.9463H75.1682ZM76.8479 39.9463V41.2986H76.6335V40.1856L76.2403 41.1669H76.0021L75.609 40.1976V41.2986H75.3946V39.9463H75.7281L76.1212 40.9156L76.5143 39.9463H76.8479V39.9463Z",fill:"#F79E1B"}),C.createElement("path",{d:"M274.333 24.8076V25.0111H273.892V26.1599H273.678V25.0111H273.237V24.8076H274.333ZM276 24.8076V26.1599H275.786V25.047L275.393 26.0283H275.167L274.774 25.0589V26.1599H274.559V24.8076H274.893L275.286 25.7769L275.679 24.8076H276V24.8076ZM111.072 9.62137C114.729 9.62137 117.314 12.1464 117.314 15.7605V25.4538H113.943V16.8734C113.943 14.2766 112.609 12.8286 110.369 12.8286C108.201 12.8286 106.391 14.2646 106.391 16.9093V25.4658H103.019V16.8854C103.019 14.2885 101.685 12.8405 99.4457 12.8405C97.2776 12.8405 95.4669 14.2766 95.4669 16.9213V25.4778H92.0957V10.0402H95.4312V11.9191C96.6701 10.1001 98.5761 9.63334 100.149 9.63334C102.495 9.63334 104.401 10.6745 105.462 12.3858C106.796 10.1599 109.166 9.62137 111.072 9.62137ZM136.875 10.0163V25.4538H133.527V23.5989C132.467 24.9632 130.883 25.8488 128.703 25.8488C124.402 25.8488 121.019 22.4501 121.019 17.7351C121.019 13.02 124.402 9.62137 128.703 9.62137C130.883 9.62137 132.467 10.5189 133.527 11.8951V10.0163H136.875ZM129.096 12.7927C126.213 12.7927 124.462 15.0305 124.462 17.7351C124.462 20.4396 126.213 22.6775 129.096 22.6775C131.871 22.6775 133.73 20.5473 133.73 17.7351C133.73 14.9228 131.871 12.7927 129.096 12.7927ZM153.743 11.2609L152.301 13.8817C151.372 13.3072 149.466 12.5653 147.56 12.5653C145.738 12.5653 144.654 13.3072 144.654 14.3962C144.654 15.4733 145.773 15.7844 147.191 15.9879L148.775 16.2272C152.123 16.7059 154.112 18.1419 154.112 20.7867C154.112 23.7545 151.551 25.8248 147.119 25.8248C145.535 25.8248 142.771 25.5137 140.532 23.8383L142.092 21.3132C143.2 22.1629 144.654 22.8929 147.155 22.8929C149.442 22.8929 150.646 22.1629 150.646 21.014C150.646 20.1404 149.812 19.566 147.989 19.3028L146.381 19.0993C142.986 18.6326 141.175 17.0529 141.175 14.5757C141.175 11.5122 143.617 9.63334 147.524 9.63334C149.931 9.63334 152.158 10.2317 153.743 11.2609ZM168.24 10.0163V13.0799H162.355V19.7934C162.355 21.8757 163.451 22.6775 164.798 22.6775C165.834 22.6775 166.978 22.2108 167.895 21.6363L169.229 24.3289C167.99 25.1666 166.441 25.8607 164.512 25.8607C161.033 25.8607 158.996 23.9819 158.996 19.8652V13.0799H155.935V10.0163H158.996V5.34912H162.367V10.0163H168.24ZM178.58 9.62137C182.881 9.62137 185.823 12.9123 185.847 17.7231C185.847 18.1539 185.811 18.5967 185.787 18.9796H174.435C174.887 21.756 176.829 22.9048 179.009 22.9048C180.546 22.9048 182.19 22.2945 183.452 21.2773L185.12 23.6827C183.25 25.2983 181.13 25.8607 178.807 25.8607C174.208 25.8607 170.944 22.6416 170.944 17.747C170.932 12.9004 174.065 9.62137 178.58 9.62137ZM178.521 12.6131C176.126 12.6131 174.804 14.1569 174.447 16.4187H182.416C182.047 14.0133 180.653 12.6131 178.521 12.6131ZM197.485 9.62137C198.51 9.62137 199.296 9.75301 200.07 10.0522L199.272 13.391C198.569 13.02 197.545 12.8286 196.723 12.8286C194.591 12.8286 193.066 14.3484 193.066 16.9692V25.4538H189.718V10.0163H193.042V11.7515C194.043 10.2915 195.615 9.62137 197.485 9.62137ZM211.363 9.62137C215.664 9.62137 219.047 13.02 219.047 17.7351C219.047 22.4501 215.664 25.8488 211.363 25.8488C209.183 25.8488 207.611 24.9632 206.551 23.6109V31.8921H203.203V10.0163H206.551V11.8473C207.611 10.5069 209.183 9.62137 211.363 9.62137ZM210.958 12.7927C208.183 12.7927 206.324 14.9228 206.324 17.7351C206.324 20.5473 208.183 22.6775 210.958 22.6775C213.841 22.6775 215.592 20.4396 215.592 17.7351C215.592 15.0305 213.841 12.7927 210.958 12.7927ZM237.654 10.0163V25.4538H234.307V23.5989C233.247 24.9632 231.662 25.8488 229.482 25.8488C225.182 25.8488 221.799 22.4501 221.799 17.7351C221.799 13.02 225.182 9.62137 229.482 9.62137C231.662 9.62137 233.247 10.5189 234.307 11.8951V10.0163H237.654ZM229.875 12.7927C226.993 12.7927 225.241 15.0305 225.241 17.7351C225.241 20.4396 226.993 22.6775 229.875 22.6775C232.651 22.6775 234.509 20.5473 234.509 17.7351C234.509 14.9228 232.651 12.7927 229.875 12.7927ZM254.522 11.2609L253.081 13.8817C252.152 13.3072 250.246 12.5653 248.34 12.5653C246.517 12.5653 245.433 13.3072 245.433 14.3962C245.433 15.4733 246.553 15.7844 247.97 15.9879L249.555 16.2272C252.902 16.7059 254.892 18.1419 254.892 20.7867C254.892 23.7545 252.33 25.8248 247.899 25.8248C246.315 25.8248 243.551 25.5137 241.311 23.8383L242.872 21.3132C243.98 22.1629 245.433 22.8929 247.935 22.8929C250.222 22.8929 251.425 22.1629 251.425 21.014C251.425 20.1404 250.591 19.566 248.769 19.3028L247.16 19.0993C243.765 18.6326 241.955 17.0529 241.955 14.5757C241.955 11.5122 244.397 9.63334 248.304 9.63334C250.71 9.63334 252.938 10.2317 254.522 11.2609ZM270.449 11.2609L269.008 13.8817C268.079 13.3072 266.173 12.5653 264.267 12.5653C262.444 12.5653 261.36 13.3072 261.36 14.3962C261.36 15.4733 262.48 15.7844 263.897 15.9879L265.482 16.2272C268.829 16.7059 270.819 18.1419 270.819 20.7867C270.819 23.7545 268.257 25.8248 263.826 25.8248C262.242 25.8248 259.478 25.5137 257.238 23.8383L258.799 21.3132C259.907 22.1629 261.36 22.8929 263.862 22.8929C266.149 22.8929 267.352 22.1629 267.352 21.014C267.352 20.1404 266.518 19.566 264.696 19.3028L263.087 19.0993C259.692 18.6326 257.882 17.0529 257.882 14.5757C257.882 11.5122 260.324 9.63334 264.231 9.63334C266.637 9.63334 268.865 10.2317 270.449 11.2609ZM96.1579 33.7949C98.183 33.7949 99.7673 35.3865 99.7673 37.6124C99.7673 39.8383 98.183 41.4299 96.1579 41.4299C95.1334 41.4299 94.3948 41.0111 93.8945 40.3768V41.2384H92.322V30.3364H93.8945V34.848C94.3829 34.2137 95.1334 33.7949 96.1579 33.7949ZM95.9673 35.2908C94.6688 35.2908 93.7873 36.296 93.7873 37.6124C93.7873 38.9288 94.6569 39.934 95.9673 39.934C97.3253 39.934 98.1472 38.8809 98.1472 37.6124C98.1472 36.3439 97.3253 35.2908 95.9673 35.2908ZM108.154 33.9864L102.448 44.314H100.697L103.282 39.7545L100.089 33.9864H101.852L104.175 38.1509L106.415 33.9864H108.154ZM121.579 33.7949C123.294 33.7949 124.51 34.9796 124.51 36.679V41.2384H122.925V37.2055C122.925 35.9849 122.294 35.3028 121.246 35.3028C120.233 35.3028 119.375 35.9729 119.375 37.2175V41.2384H117.791V37.2055C117.791 35.9849 117.171 35.3028 116.111 35.3028C115.099 35.3028 114.241 35.9729 114.241 37.2175V41.2384H112.657V33.9864H114.229V34.8719C114.813 34.0103 115.706 33.7949 116.445 33.7949C117.541 33.7949 118.446 34.2856 118.935 35.0873C119.566 34.0582 120.686 33.7949 121.579 33.7949ZM133.551 33.9864V41.2384H131.979V40.3648C131.478 41.0111 130.74 41.4299 129.715 41.4299C127.69 41.4299 126.106 39.8383 126.106 37.6124C126.106 35.3865 127.702 33.7949 129.715 33.7949C130.74 33.7949 131.49 34.2137 131.979 34.86V33.9864H133.551ZM129.894 35.2908C128.536 35.2908 127.714 36.3439 127.714 37.6124C127.714 38.8809 128.536 39.934 129.894 39.934C131.192 39.934 132.074 38.9288 132.074 37.6124C132.074 36.2841 131.204 35.2908 129.894 35.2908ZM141.33 34.5728L140.651 35.8054C140.21 35.5301 139.317 35.1831 138.423 35.1831C137.566 35.1831 137.053 35.5301 137.053 36.0447C137.053 36.5473 137.578 36.6909 138.245 36.7986L138.995 36.9183C140.568 37.1457 141.509 37.8158 141.509 39.0604C141.509 40.4486 140.306 41.4299 138.221 41.4299C137.47 41.4299 136.184 41.2863 135.124 40.4965L135.85 39.3117C136.374 39.7186 137.053 40.0537 138.233 40.0537C139.305 40.0537 139.877 39.7186 139.877 39.1681C139.877 38.7612 139.484 38.486 138.626 38.3663L137.875 38.2706C136.279 38.0552 135.421 37.3132 135.421 36.1404C135.421 34.7044 136.565 33.8188 138.411 33.8188C139.531 33.8069 140.579 34.0821 141.33 34.5728ZM147.989 33.9864V35.4224H145.225V38.5817C145.225 39.563 145.738 39.934 146.369 39.934C146.857 39.934 147.393 39.7186 147.822 39.4434L148.442 40.7119C147.858 41.1068 147.131 41.4299 146.226 41.4299C144.594 41.4299 143.629 40.5443 143.629 38.6176V35.4224H142.188V33.9864H143.629V31.7964H145.213V33.9864H147.989ZM152.694 33.7949C154.72 33.7949 156.101 35.3387 156.113 37.6004C156.113 37.8039 156.101 38.0073 156.078 38.1868H150.741C150.955 39.4912 151.861 40.0298 152.885 40.0298C153.612 40.0298 154.374 39.7425 154.97 39.2639L155.756 40.3888C154.874 41.1427 153.874 41.406 152.79 41.406C150.622 41.406 149.097 39.8861 149.097 37.5885C149.109 35.3387 150.574 33.7949 152.694 33.7949ZM152.671 35.207C151.551 35.207 150.92 35.937 150.753 36.9901H154.493C154.326 35.8652 153.671 35.207 152.671 35.207ZM161.426 33.7949C161.903 33.7949 162.272 33.8547 162.641 33.9983L162.26 35.566C161.927 35.3865 161.45 35.3028 161.057 35.3028C160.056 35.3028 159.342 36.0088 159.342 37.2534V41.2384H157.769V33.9864H159.33V34.8001C159.806 34.118 160.545 33.7949 161.426 33.7949ZM166.942 33.7949C168.014 33.7949 169.003 34.1898 169.634 34.9557L168.621 36.0327C168.121 35.5541 167.585 35.2788 166.882 35.2788C165.667 35.2788 164.75 36.2362 164.75 37.6004C164.75 38.9647 165.667 39.922 166.882 39.922C167.573 39.922 168.193 39.5989 168.657 39.1681L169.634 40.2571C168.979 41.023 168.014 41.4179 166.942 41.4179C164.643 41.4179 163.142 39.7784 163.142 37.6004C163.142 35.4344 164.643 33.7949 166.942 33.7949ZM177.889 33.9864V41.2384H176.317V40.3648C175.817 41.0111 175.078 41.4299 174.054 41.4299C172.028 41.4299 170.444 39.8383 170.444 37.6124C170.444 35.3865 172.028 33.7949 174.054 33.7949C175.078 33.7949 175.828 34.2137 176.317 34.86V33.9864H177.889ZM174.244 35.2908C172.886 35.2908 172.064 36.3439 172.064 37.6124C172.064 38.8809 172.886 39.934 174.244 39.934C175.543 39.934 176.424 38.9288 176.424 37.6124C176.412 36.2841 175.543 35.2908 174.244 35.2908ZM183.738 33.7949C184.215 33.7949 184.584 33.8547 184.953 33.9983L184.572 35.566C184.239 35.3865 183.762 35.3028 183.369 35.3028C182.368 35.3028 181.654 36.0088 181.654 37.2534V41.2384H180.081V33.9864H181.642V34.8001C182.106 34.118 182.845 33.7949 183.738 33.7949ZM189.349 33.7949C190.374 33.7949 191.124 34.2137 191.613 34.86V30.3364H193.185V41.2384H191.613V40.3648C191.112 41.0111 190.374 41.4299 189.349 41.4299C187.324 41.4299 185.74 39.8383 185.74 37.6124C185.74 35.3865 187.336 33.7949 189.349 33.7949ZM189.54 35.2908C188.182 35.2908 187.36 36.3439 187.36 37.6124C187.36 38.8809 188.182 39.934 189.54 39.934C190.838 39.934 191.72 38.9288 191.72 37.6124C191.72 36.2841 190.85 35.2908 189.54 35.2908Z",fill:"#272727"})),C.createElement("defs",null,C.createElement("clipPath",{id:"clip0_632_16632"},C.createElement("rect",{width:"276",height:"48",fill:"white"}))))};export{V as default};
1
+ import{jsxs as C,jsx as V}from"react/jsx-runtime";const H=()=>C("svg",{width:"276",height:"48",viewBox:"0 0 276 48",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[C("g",{"clip-path":"url(#clip0_632_16632)",children:[V("path",{d:"M23.8964 48.012C37.094 48.012 47.7928 37.2641 47.7928 24.006C47.7928 10.7478 37.094 0 23.8964 0C10.6988 0 0 10.7478 0 24.006C0 37.2641 10.6988 48.012 23.8964 48.012Z",fill:"#EB001B"}),V("path",{d:"M52.7607 48.012C65.9583 48.012 76.6571 37.2641 76.6571 24.006C76.6571 10.7478 65.9583 0 52.7607 0C39.563 0 28.8643 10.7478 28.8643 24.006C28.8643 37.2641 39.563 48.012 52.7607 48.012Z",fill:"#F79E1B"}),V("path",{d:"M38.3228 4.83453C44.0765 9.21449 47.7813 16.1554 47.7813 23.9579C47.7813 31.7605 44.0765 38.7134 38.3228 43.0933C32.569 38.7134 28.8643 31.7725 28.8643 23.9579C28.8643 16.1434 32.5809 9.21449 38.3228 4.83453Z",fill:"#FF5F00"}),V("path",{d:"M75.1682 39.9463V40.1497H74.7275V41.2986H74.513V40.1497H74.0723V39.9463H75.1682ZM76.8479 39.9463V41.2986H76.6335V40.1856L76.2403 41.1669H76.0021L75.609 40.1976V41.2986H75.3946V39.9463H75.7281L76.1212 40.9156L76.5143 39.9463H76.8479V39.9463Z",fill:"#F79E1B"}),V("path",{d:"M274.333 24.8076V25.0111H273.892V26.1599H273.678V25.0111H273.237V24.8076H274.333ZM276 24.8076V26.1599H275.786V25.047L275.393 26.0283H275.167L274.774 25.0589V26.1599H274.559V24.8076H274.893L275.286 25.7769L275.679 24.8076H276V24.8076ZM111.072 9.62137C114.729 9.62137 117.314 12.1464 117.314 15.7605V25.4538H113.943V16.8734C113.943 14.2766 112.609 12.8286 110.369 12.8286C108.201 12.8286 106.391 14.2646 106.391 16.9093V25.4658H103.019V16.8854C103.019 14.2885 101.685 12.8405 99.4457 12.8405C97.2776 12.8405 95.4669 14.2766 95.4669 16.9213V25.4778H92.0957V10.0402H95.4312V11.9191C96.6701 10.1001 98.5761 9.63334 100.149 9.63334C102.495 9.63334 104.401 10.6745 105.462 12.3858C106.796 10.1599 109.166 9.62137 111.072 9.62137ZM136.875 10.0163V25.4538H133.527V23.5989C132.467 24.9632 130.883 25.8488 128.703 25.8488C124.402 25.8488 121.019 22.4501 121.019 17.7351C121.019 13.02 124.402 9.62137 128.703 9.62137C130.883 9.62137 132.467 10.5189 133.527 11.8951V10.0163H136.875ZM129.096 12.7927C126.213 12.7927 124.462 15.0305 124.462 17.7351C124.462 20.4396 126.213 22.6775 129.096 22.6775C131.871 22.6775 133.73 20.5473 133.73 17.7351C133.73 14.9228 131.871 12.7927 129.096 12.7927ZM153.743 11.2609L152.301 13.8817C151.372 13.3072 149.466 12.5653 147.56 12.5653C145.738 12.5653 144.654 13.3072 144.654 14.3962C144.654 15.4733 145.773 15.7844 147.191 15.9879L148.775 16.2272C152.123 16.7059 154.112 18.1419 154.112 20.7867C154.112 23.7545 151.551 25.8248 147.119 25.8248C145.535 25.8248 142.771 25.5137 140.532 23.8383L142.092 21.3132C143.2 22.1629 144.654 22.8929 147.155 22.8929C149.442 22.8929 150.646 22.1629 150.646 21.014C150.646 20.1404 149.812 19.566 147.989 19.3028L146.381 19.0993C142.986 18.6326 141.175 17.0529 141.175 14.5757C141.175 11.5122 143.617 9.63334 147.524 9.63334C149.931 9.63334 152.158 10.2317 153.743 11.2609ZM168.24 10.0163V13.0799H162.355V19.7934C162.355 21.8757 163.451 22.6775 164.798 22.6775C165.834 22.6775 166.978 22.2108 167.895 21.6363L169.229 24.3289C167.99 25.1666 166.441 25.8607 164.512 25.8607C161.033 25.8607 158.996 23.9819 158.996 19.8652V13.0799H155.935V10.0163H158.996V5.34912H162.367V10.0163H168.24ZM178.58 9.62137C182.881 9.62137 185.823 12.9123 185.847 17.7231C185.847 18.1539 185.811 18.5967 185.787 18.9796H174.435C174.887 21.756 176.829 22.9048 179.009 22.9048C180.546 22.9048 182.19 22.2945 183.452 21.2773L185.12 23.6827C183.25 25.2983 181.13 25.8607 178.807 25.8607C174.208 25.8607 170.944 22.6416 170.944 17.747C170.932 12.9004 174.065 9.62137 178.58 9.62137ZM178.521 12.6131C176.126 12.6131 174.804 14.1569 174.447 16.4187H182.416C182.047 14.0133 180.653 12.6131 178.521 12.6131ZM197.485 9.62137C198.51 9.62137 199.296 9.75301 200.07 10.0522L199.272 13.391C198.569 13.02 197.545 12.8286 196.723 12.8286C194.591 12.8286 193.066 14.3484 193.066 16.9692V25.4538H189.718V10.0163H193.042V11.7515C194.043 10.2915 195.615 9.62137 197.485 9.62137ZM211.363 9.62137C215.664 9.62137 219.047 13.02 219.047 17.7351C219.047 22.4501 215.664 25.8488 211.363 25.8488C209.183 25.8488 207.611 24.9632 206.551 23.6109V31.8921H203.203V10.0163H206.551V11.8473C207.611 10.5069 209.183 9.62137 211.363 9.62137ZM210.958 12.7927C208.183 12.7927 206.324 14.9228 206.324 17.7351C206.324 20.5473 208.183 22.6775 210.958 22.6775C213.841 22.6775 215.592 20.4396 215.592 17.7351C215.592 15.0305 213.841 12.7927 210.958 12.7927ZM237.654 10.0163V25.4538H234.307V23.5989C233.247 24.9632 231.662 25.8488 229.482 25.8488C225.182 25.8488 221.799 22.4501 221.799 17.7351C221.799 13.02 225.182 9.62137 229.482 9.62137C231.662 9.62137 233.247 10.5189 234.307 11.8951V10.0163H237.654ZM229.875 12.7927C226.993 12.7927 225.241 15.0305 225.241 17.7351C225.241 20.4396 226.993 22.6775 229.875 22.6775C232.651 22.6775 234.509 20.5473 234.509 17.7351C234.509 14.9228 232.651 12.7927 229.875 12.7927ZM254.522 11.2609L253.081 13.8817C252.152 13.3072 250.246 12.5653 248.34 12.5653C246.517 12.5653 245.433 13.3072 245.433 14.3962C245.433 15.4733 246.553 15.7844 247.97 15.9879L249.555 16.2272C252.902 16.7059 254.892 18.1419 254.892 20.7867C254.892 23.7545 252.33 25.8248 247.899 25.8248C246.315 25.8248 243.551 25.5137 241.311 23.8383L242.872 21.3132C243.98 22.1629 245.433 22.8929 247.935 22.8929C250.222 22.8929 251.425 22.1629 251.425 21.014C251.425 20.1404 250.591 19.566 248.769 19.3028L247.16 19.0993C243.765 18.6326 241.955 17.0529 241.955 14.5757C241.955 11.5122 244.397 9.63334 248.304 9.63334C250.71 9.63334 252.938 10.2317 254.522 11.2609ZM270.449 11.2609L269.008 13.8817C268.079 13.3072 266.173 12.5653 264.267 12.5653C262.444 12.5653 261.36 13.3072 261.36 14.3962C261.36 15.4733 262.48 15.7844 263.897 15.9879L265.482 16.2272C268.829 16.7059 270.819 18.1419 270.819 20.7867C270.819 23.7545 268.257 25.8248 263.826 25.8248C262.242 25.8248 259.478 25.5137 257.238 23.8383L258.799 21.3132C259.907 22.1629 261.36 22.8929 263.862 22.8929C266.149 22.8929 267.352 22.1629 267.352 21.014C267.352 20.1404 266.518 19.566 264.696 19.3028L263.087 19.0993C259.692 18.6326 257.882 17.0529 257.882 14.5757C257.882 11.5122 260.324 9.63334 264.231 9.63334C266.637 9.63334 268.865 10.2317 270.449 11.2609ZM96.1579 33.7949C98.183 33.7949 99.7673 35.3865 99.7673 37.6124C99.7673 39.8383 98.183 41.4299 96.1579 41.4299C95.1334 41.4299 94.3948 41.0111 93.8945 40.3768V41.2384H92.322V30.3364H93.8945V34.848C94.3829 34.2137 95.1334 33.7949 96.1579 33.7949ZM95.9673 35.2908C94.6688 35.2908 93.7873 36.296 93.7873 37.6124C93.7873 38.9288 94.6569 39.934 95.9673 39.934C97.3253 39.934 98.1472 38.8809 98.1472 37.6124C98.1472 36.3439 97.3253 35.2908 95.9673 35.2908ZM108.154 33.9864L102.448 44.314H100.697L103.282 39.7545L100.089 33.9864H101.852L104.175 38.1509L106.415 33.9864H108.154ZM121.579 33.7949C123.294 33.7949 124.51 34.9796 124.51 36.679V41.2384H122.925V37.2055C122.925 35.9849 122.294 35.3028 121.246 35.3028C120.233 35.3028 119.375 35.9729 119.375 37.2175V41.2384H117.791V37.2055C117.791 35.9849 117.171 35.3028 116.111 35.3028C115.099 35.3028 114.241 35.9729 114.241 37.2175V41.2384H112.657V33.9864H114.229V34.8719C114.813 34.0103 115.706 33.7949 116.445 33.7949C117.541 33.7949 118.446 34.2856 118.935 35.0873C119.566 34.0582 120.686 33.7949 121.579 33.7949ZM133.551 33.9864V41.2384H131.979V40.3648C131.478 41.0111 130.74 41.4299 129.715 41.4299C127.69 41.4299 126.106 39.8383 126.106 37.6124C126.106 35.3865 127.702 33.7949 129.715 33.7949C130.74 33.7949 131.49 34.2137 131.979 34.86V33.9864H133.551ZM129.894 35.2908C128.536 35.2908 127.714 36.3439 127.714 37.6124C127.714 38.8809 128.536 39.934 129.894 39.934C131.192 39.934 132.074 38.9288 132.074 37.6124C132.074 36.2841 131.204 35.2908 129.894 35.2908ZM141.33 34.5728L140.651 35.8054C140.21 35.5301 139.317 35.1831 138.423 35.1831C137.566 35.1831 137.053 35.5301 137.053 36.0447C137.053 36.5473 137.578 36.6909 138.245 36.7986L138.995 36.9183C140.568 37.1457 141.509 37.8158 141.509 39.0604C141.509 40.4486 140.306 41.4299 138.221 41.4299C137.47 41.4299 136.184 41.2863 135.124 40.4965L135.85 39.3117C136.374 39.7186 137.053 40.0537 138.233 40.0537C139.305 40.0537 139.877 39.7186 139.877 39.1681C139.877 38.7612 139.484 38.486 138.626 38.3663L137.875 38.2706C136.279 38.0552 135.421 37.3132 135.421 36.1404C135.421 34.7044 136.565 33.8188 138.411 33.8188C139.531 33.8069 140.579 34.0821 141.33 34.5728ZM147.989 33.9864V35.4224H145.225V38.5817C145.225 39.563 145.738 39.934 146.369 39.934C146.857 39.934 147.393 39.7186 147.822 39.4434L148.442 40.7119C147.858 41.1068 147.131 41.4299 146.226 41.4299C144.594 41.4299 143.629 40.5443 143.629 38.6176V35.4224H142.188V33.9864H143.629V31.7964H145.213V33.9864H147.989ZM152.694 33.7949C154.72 33.7949 156.101 35.3387 156.113 37.6004C156.113 37.8039 156.101 38.0073 156.078 38.1868H150.741C150.955 39.4912 151.861 40.0298 152.885 40.0298C153.612 40.0298 154.374 39.7425 154.97 39.2639L155.756 40.3888C154.874 41.1427 153.874 41.406 152.79 41.406C150.622 41.406 149.097 39.8861 149.097 37.5885C149.109 35.3387 150.574 33.7949 152.694 33.7949ZM152.671 35.207C151.551 35.207 150.92 35.937 150.753 36.9901H154.493C154.326 35.8652 153.671 35.207 152.671 35.207ZM161.426 33.7949C161.903 33.7949 162.272 33.8547 162.641 33.9983L162.26 35.566C161.927 35.3865 161.45 35.3028 161.057 35.3028C160.056 35.3028 159.342 36.0088 159.342 37.2534V41.2384H157.769V33.9864H159.33V34.8001C159.806 34.118 160.545 33.7949 161.426 33.7949ZM166.942 33.7949C168.014 33.7949 169.003 34.1898 169.634 34.9557L168.621 36.0327C168.121 35.5541 167.585 35.2788 166.882 35.2788C165.667 35.2788 164.75 36.2362 164.75 37.6004C164.75 38.9647 165.667 39.922 166.882 39.922C167.573 39.922 168.193 39.5989 168.657 39.1681L169.634 40.2571C168.979 41.023 168.014 41.4179 166.942 41.4179C164.643 41.4179 163.142 39.7784 163.142 37.6004C163.142 35.4344 164.643 33.7949 166.942 33.7949ZM177.889 33.9864V41.2384H176.317V40.3648C175.817 41.0111 175.078 41.4299 174.054 41.4299C172.028 41.4299 170.444 39.8383 170.444 37.6124C170.444 35.3865 172.028 33.7949 174.054 33.7949C175.078 33.7949 175.828 34.2137 176.317 34.86V33.9864H177.889ZM174.244 35.2908C172.886 35.2908 172.064 36.3439 172.064 37.6124C172.064 38.8809 172.886 39.934 174.244 39.934C175.543 39.934 176.424 38.9288 176.424 37.6124C176.412 36.2841 175.543 35.2908 174.244 35.2908ZM183.738 33.7949C184.215 33.7949 184.584 33.8547 184.953 33.9983L184.572 35.566C184.239 35.3865 183.762 35.3028 183.369 35.3028C182.368 35.3028 181.654 36.0088 181.654 37.2534V41.2384H180.081V33.9864H181.642V34.8001C182.106 34.118 182.845 33.7949 183.738 33.7949ZM189.349 33.7949C190.374 33.7949 191.124 34.2137 191.613 34.86V30.3364H193.185V41.2384H191.613V40.3648C191.112 41.0111 190.374 41.4299 189.349 41.4299C187.324 41.4299 185.74 39.8383 185.74 37.6124C185.74 35.3865 187.336 33.7949 189.349 33.7949ZM189.54 35.2908C188.182 35.2908 187.36 36.3439 187.36 37.6124C187.36 38.8809 188.182 39.934 189.54 39.934C190.838 39.934 191.72 38.9288 191.72 37.6124C191.72 36.2841 190.85 35.2908 189.54 35.2908Z",fill:"#272727"})]}),V("defs",{children:V("clipPath",{id:"clip0_632_16632",children:V("rect",{width:"276",height:"48",fill:"white"})})})]});export{H as default};
@@ -1,10 +1,10 @@
1
- import React from "react";
2
- declare type Props = {
3
- visible: boolean;
4
- children?: React.ReactNode;
5
- onClose: () => void;
6
- };
7
- declare const Modal: (({ visible, children, onClose }: Props) => JSX.Element | null) & {
8
- displayName: string;
9
- };
10
- export default Modal;
1
+ import React from "react";
2
+ type Props = {
3
+ visible: boolean;
4
+ children?: React.ReactNode;
5
+ onClose: () => void;
6
+ };
7
+ declare const Modal: (({ visible, children, onClose }: Props) => import("react/jsx-runtime").JSX.Element | null) & {
8
+ displayName: string;
9
+ };
10
+ export default Modal;
@@ -1 +1 @@
1
- import e from"react";import{observer as l}from"mobx-react-lite";import t from"./svg/modal-close.js";import a from"./style.module.scss.js";import o from"../../modal/useEscape.js";import r from"./svg/master-pass-by-master-card-small.js";var m=l((function(l){var m=l.visible,s=l.children,n=l.onClose;return o({callback:function(){return n()}}),m?e.createElement("div",{className:a.ModalContainer},e.createElement("div",{role:"dialog","aria-modal":"true",className:a.Modal},e.createElement("button",{className:a.CloseButton,onClick:n},e.createElement(t,null)),e.createElement("div",{className:a.ModalContent},s),e.createElement("footer",{className:a.ModalFooter},e.createElement("div",null,e.createElement(r,null))))):null}));export{m as default};
1
+ import{jsx as o,jsxs as l}from"react/jsx-runtime";import{observer as e}from"mobx-react-lite";import s from"./svg/modal-close.js";import a from"./style.module.scss.js";import r from"../../modal/useEscape.js";import m from"./svg/master-pass-by-master-card-small.js";const t=e((({visible:e,children:t,onClose:i})=>(r({callback:()=>i()}),e?o("div",{className:a.ModalContainer,children:l("div",{role:"dialog","aria-modal":"true",className:a.Modal,children:[o("button",{className:a.CloseButton,onClick:i,children:o(s,{})}),o("div",{className:a.ModalContent,children:t}),o("footer",{className:a.ModalFooter,children:o("div",{children:o(m,{})})})]})}):null)));export{t as default};
@@ -1 +1 @@
1
- import n from'./../../../../../ext/style-inject/dist/style-inject.es.js';var o={ModalContainer:"style-module_ModalContainer__-ISMu",Modal:"style-module_Modal__MIUmp",CloseButton:"style-module_CloseButton__TK27f",ModalContent:"style-module_ModalContent__E-xV-",ModalFooter:"style-module_ModalFooter__9oRTZ"};n(".style-module_ModalContainer__-ISMu {\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n display: flex;\n justify-content: center;\n align-items: center;\n background-color: rgba(39, 39, 39, 0.7);\n z-index: 99999999;\n}\n\n.style-module_Modal__MIUmp {\n position: relative;\n border-radius: 8px;\n background-color: #fff;\n width: 100%;\n max-width: 440px;\n}\n@media only screen and (max-width: 1000px) {\n .style-module_Modal__MIUmp {\n width: calc(100% - 32px);\n margin: 0 16px;\n }\n}\n\n.style-module_CloseButton__TK27f {\n position: absolute;\n top: 16px;\n right: 16px;\n width: 24px;\n height: 24px;\n cursor: pointer;\n color: var(--checkout-primary-text-color);\n background-color: transparent;\n outline: none;\n padding: 0;\n margin: 0;\n border: none;\n}\n\n.style-module_ModalContent__E-xV- {\n padding: 24px;\n}\n\n.style-module_ModalFooter__9oRTZ {\n display: flex;\n justify-content: center;\n align-items: center;\n padding: 12px 0;\n border-top: 1px solid var(--checkout-border-color);\n}");export{o as default};
1
+ import n from"../../../../../node_modules/style-inject/dist/style-inject.es.js";var o={ModalContainer:"style-module_ModalContainer__-ISMu",Modal:"style-module_Modal__MIUmp",CloseButton:"style-module_CloseButton__TK27f",ModalContent:"style-module_ModalContent__E-xV-",ModalFooter:"style-module_ModalFooter__9oRTZ"};n(".style-module_ModalContainer__-ISMu {\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n display: flex;\n justify-content: center;\n align-items: center;\n background-color: rgba(39, 39, 39, 0.7);\n z-index: 99999999;\n}\n\n.style-module_Modal__MIUmp {\n position: relative;\n border-radius: 8px;\n background-color: #fff;\n width: 100%;\n max-width: 440px;\n}\n@media only screen and (max-width: 1000px) {\n .style-module_Modal__MIUmp {\n width: calc(100% - 32px);\n margin: 0 16px;\n }\n}\n\n.style-module_CloseButton__TK27f {\n position: absolute;\n top: 16px;\n right: 16px;\n width: 24px;\n height: 24px;\n cursor: pointer;\n color: var(--checkout-primary-text-color);\n background-color: transparent;\n outline: none;\n padding: 0;\n margin: 0;\n border: none;\n}\n\n.style-module_ModalContent__E-xV- {\n padding: 24px;\n}\n\n.style-module_ModalFooter__9oRTZ {\n display: flex;\n justify-content: center;\n align-items: center;\n padding: 12px 0;\n border-top: 1px solid var(--checkout-border-color);\n}");export{o as default};
@@ -1,2 +1,2 @@
1
- declare const SVGMasterPassByMasterCardSmall: () => JSX.Element;
2
- export default SVGMasterPassByMasterCardSmall;
1
+ declare const SVGMasterPassByMasterCardSmall: () => import("react/jsx-runtime").JSX.Element;
2
+ export default SVGMasterPassByMasterCardSmall;
@@ -1 +1 @@
1
- import C from"react";var V=function(){return C.createElement("svg",{width:"128",height:"22",viewBox:"0 0 128 22",fill:"none",xmlns:"http://www.w3.org/2000/svg"},C.createElement("g",{"clip-path":"url(#clip0_111_5133)"},C.createElement("path",{d:"M11.0824 22.0055C17.203 22.0055 22.1648 17.0794 22.1648 11.0027C22.1648 4.9261 17.203 0 11.0824 0C4.96176 0 0 4.9261 0 11.0027C0 17.0794 4.96176 22.0055 11.0824 22.0055Z",fill:"#EB001B"}),C.createElement("path",{d:"M24.4691 22.0055C30.5898 22.0055 35.5515 17.0794 35.5515 11.0027C35.5515 4.9261 30.5898 0 24.4691 0C18.3485 0 13.3867 4.9261 13.3867 11.0027C13.3867 17.0794 18.3485 22.0055 24.4691 22.0055Z",fill:"#F79E1B"}),C.createElement("path",{d:"M17.7733 2.21582C20.4417 4.2233 22.1598 7.40455 22.1598 10.9807C22.1598 14.5569 20.4417 17.7436 17.7733 19.7511C15.1049 17.7436 13.3867 14.5624 13.3867 10.9807C13.3867 7.39907 15.1104 4.2233 17.7733 2.21582Z",fill:"#FF5F00"}),C.createElement("path",{d:"M34.8598 18.3086V18.4018H34.6554V18.9284H34.556V18.4018H34.3516V18.3086H34.8598ZM35.6388 18.3086V18.9284H35.5394V18.4183L35.357 18.8681H35.2466L35.0642 18.4238V18.9284H34.9648V18.3086H35.1195L35.3018 18.7529L35.4841 18.3086H35.6388V18.3086Z",fill:"#F79E1B"}),C.createElement("path",{d:"M127.227 11.3701V11.4634H127.022V11.9899H126.923V11.4634H126.718V11.3701H127.227ZM128 11.3701V11.9899H127.901V11.4798L127.718 11.9296H127.613L127.431 11.4853V11.9899H127.332V11.3701H127.486L127.669 11.8144L127.851 11.3701H128V11.3701ZM51.5117 4.40978C53.2077 4.40978 54.4066 5.56709 54.4066 7.22354V11.6663H52.8431V7.73364C52.8431 6.54341 52.2243 5.87973 51.1857 5.87973C50.1802 5.87973 49.3405 6.53792 49.3405 7.75009V11.6718H47.777V7.73912C47.777 6.54889 47.1583 5.88522 46.1196 5.88522C45.1142 5.88522 44.2744 6.54341 44.2744 7.75557V11.6773H42.7109V4.60175H44.2578V5.46288C44.8324 4.62917 45.7163 4.41526 46.4456 4.41526C47.5339 4.41526 48.4179 4.89245 48.9096 5.67679C49.5283 4.6566 50.6277 4.40978 51.5117 4.40978ZM63.478 4.59078V11.6663H61.9256V10.8162C61.4339 11.4414 60.6991 11.8473 59.6881 11.8473C57.6937 11.8473 56.1247 10.2896 56.1247 8.12855C56.1247 5.96749 57.6937 4.40978 59.6881 4.40978C60.6991 4.40978 61.4339 4.82114 61.9256 5.45191V4.59078H63.478ZM59.8704 5.86328C58.5335 5.86328 57.7214 6.88896 57.7214 8.12855C57.7214 9.36814 58.5335 10.3938 59.8704 10.3938C61.1577 10.3938 62.0195 9.4175 62.0195 8.12855C62.0195 6.83959 61.1577 5.86328 59.8704 5.86328ZM71.3009 5.16121L70.6324 6.36241C70.2015 6.09913 69.3175 5.75907 68.4336 5.75907C67.5883 5.75907 67.0856 6.09913 67.0856 6.59826C67.0856 7.0919 67.6049 7.23451 68.2623 7.32775L68.9971 7.43745C70.5495 7.65685 71.4721 8.31504 71.4721 9.5272C71.4721 10.8875 70.2843 11.8364 68.2292 11.8364C67.4944 11.8364 66.2127 11.6937 65.1741 10.9259L65.8978 9.76854C66.4116 10.158 67.0856 10.4925 68.2458 10.4925C69.3065 10.4925 69.8645 10.158 69.8645 9.63142C69.8645 9.23102 69.4778 8.96774 68.6325 8.84707L67.8867 8.75383C66.3121 8.53992 65.4724 7.81591 65.4724 6.68053C65.4724 5.27639 66.6049 4.41526 68.417 4.41526C69.533 4.41526 70.5661 4.68951 71.3009 5.16121ZM78.0244 4.59078V5.99492H75.2952V9.07195C75.2952 10.0263 75.8034 10.3938 76.4277 10.3938C76.9084 10.3938 77.4387 10.1799 77.8641 9.91663L78.4829 11.1507C77.9083 11.5347 77.1901 11.8528 76.2951 11.8528C74.6819 11.8528 73.7372 10.9917 73.7372 9.10486V5.99492H72.3174V4.59078H73.7372V2.45166H75.3007V4.59078H78.0244ZM82.8197 4.40978C84.8141 4.40978 86.1787 5.91813 86.1897 8.12306C86.1897 8.32052 86.1732 8.52346 86.1621 8.69898H80.8972C81.1071 9.97148 82.0076 10.498 83.0186 10.498C83.7313 10.498 84.4937 10.2183 85.0793 9.75209L85.8527 10.8546C84.9854 11.595 84.002 11.8528 82.9247 11.8528C80.7922 11.8528 79.2784 10.3774 79.2784 8.13403C79.2729 5.91264 80.7259 4.40978 82.8197 4.40978ZM82.7921 5.781C81.6816 5.781 81.0684 6.48856 80.9027 7.52521H84.5987C84.4274 6.42274 83.781 5.781 82.7921 5.781ZM91.5873 4.40978C92.0624 4.40978 92.427 4.47011 92.7861 4.60723L92.416 6.13752C92.09 5.96749 91.6149 5.87973 91.2337 5.87973C90.2448 5.87973 89.5377 6.57632 89.5377 7.77751V11.6663H87.9852V4.59078H89.5266V5.38609C89.9907 4.71693 90.7199 4.40978 91.5873 4.40978ZM98.0235 4.40978C100.018 4.40978 101.587 5.96749 101.587 8.12855C101.587 10.2896 100.018 11.8473 98.0235 11.8473C97.0125 11.8473 96.2832 11.4414 95.7915 10.8216V14.6172H94.2391V4.59078H95.7915V5.42997C96.2832 4.81566 97.0125 4.40978 98.0235 4.40978ZM97.8357 5.86328C96.5484 5.86328 95.6866 6.83959 95.6866 8.12855C95.6866 9.4175 96.5484 10.3938 97.8357 10.3938C99.1726 10.3938 99.9847 9.36814 99.9847 8.12855C99.9847 6.88896 99.1726 5.86328 97.8357 5.86328ZM110.216 4.59078V11.6663H108.664V10.8162C108.172 11.4414 107.437 11.8473 106.426 11.8473C104.432 11.8473 102.863 10.2896 102.863 8.12855C102.863 5.96749 104.432 4.40978 106.426 4.40978C107.437 4.40978 108.172 4.82114 108.664 5.45191V4.59078H110.216ZM106.609 5.86328C105.272 5.86328 104.46 6.88896 104.46 8.12855C104.46 9.36814 105.272 10.3938 106.609 10.3938C107.896 10.3938 108.758 9.4175 108.758 8.12855C108.758 6.83959 107.896 5.86328 106.609 5.86328ZM118.039 5.16121L117.371 6.36241C116.94 6.09913 116.056 5.75907 115.172 5.75907C114.327 5.75907 113.824 6.09913 113.824 6.59826C113.824 7.0919 114.343 7.23451 115.001 7.32775L115.735 7.43745C117.288 7.65685 118.21 8.31504 118.21 9.5272C118.21 10.8875 117.023 11.8364 114.968 11.8364C114.233 11.8364 112.951 11.6937 111.912 10.9259L112.636 9.76854C113.15 10.158 113.824 10.4925 114.984 10.4925C116.045 10.4925 116.603 10.158 116.603 9.63142C116.603 9.23102 116.216 8.96774 115.371 8.84707L114.625 8.75383C113.05 8.53992 112.211 7.81591 112.211 6.68053C112.211 5.27639 113.343 4.41526 115.155 4.41526C116.271 4.41526 117.304 4.68951 118.039 5.16121ZM125.426 5.16121L124.757 6.36241C124.326 6.09913 123.442 5.75907 122.558 5.75907C121.713 5.75907 121.21 6.09913 121.21 6.59826C121.21 7.0919 121.73 7.23451 122.387 7.32775L123.122 7.43745C124.674 7.65685 125.597 8.31504 125.597 9.5272C125.597 10.8875 124.409 11.8364 122.354 11.8364C121.619 11.8364 120.337 11.6937 119.299 10.9259L120.023 9.76854C120.536 10.158 121.21 10.4925 122.371 10.4925C123.431 10.4925 123.989 10.158 123.989 9.63142C123.989 9.23102 123.603 8.96774 122.757 8.84707L122.011 8.75383C120.437 8.53992 119.597 7.81591 119.597 6.68053C119.597 5.27639 120.73 4.41526 122.542 4.41526C123.658 4.41526 124.691 4.68951 125.426 5.16121ZM44.5948 15.4893C45.534 15.4893 46.2688 16.2188 46.2688 17.239C46.2688 18.2592 45.534 18.9887 44.5948 18.9887C44.1197 18.9887 43.7772 18.7967 43.5452 18.506V18.9009H42.8159V13.9042H43.5452V15.972C43.7717 15.6813 44.1197 15.4893 44.5948 15.4893ZM44.5064 16.1749C43.9043 16.1749 43.4954 16.6357 43.4954 17.239C43.4954 17.8423 43.8987 18.3031 44.5064 18.3031C45.1362 18.3031 45.5175 17.8204 45.5175 17.239C45.5175 16.6576 45.1362 16.1749 44.5064 16.1749ZM50.1581 15.5771L47.5118 20.3105H46.6997L47.8986 18.2208L46.418 15.5771H47.2356L48.3129 17.4858L49.3515 15.5771H50.1581ZM56.3844 15.4893C57.1799 15.4893 57.7434 16.0323 57.7434 16.8112V18.9009H57.0087V17.0525C57.0087 16.493 56.7159 16.1804 56.2297 16.1804C55.7601 16.1804 55.3623 16.4876 55.3623 17.058V18.9009H54.6276V17.0525C54.6276 16.493 54.3403 16.1804 53.8486 16.1804C53.379 16.1804 52.9812 16.4876 52.9812 17.058V18.9009H52.2464V15.5771H52.9757V15.983C53.2464 15.588 53.6607 15.4893 54.0033 15.4893C54.5115 15.4893 54.9314 15.7142 55.1579 16.0817C55.4507 15.61 55.97 15.4893 56.3844 15.4893ZM61.9366 15.5771V18.9009H61.2074V18.5005C60.9754 18.7967 60.6328 18.9887 60.1577 18.9887C59.2185 18.9887 58.4837 18.2592 58.4837 17.239C58.4837 16.2188 59.224 15.4893 60.1577 15.4893C60.6328 15.4893 60.9809 15.6813 61.2074 15.9775V15.5771H61.9366ZM60.2406 16.1749C59.6108 16.1749 59.2296 16.6576 59.2296 17.239C59.2296 17.8204 59.6108 18.3031 60.2406 18.3031C60.8428 18.3031 61.2516 17.8423 61.2516 17.239C61.2516 16.6302 60.8483 16.1749 60.2406 16.1749ZM65.5442 15.8458L65.2293 16.4108C65.0249 16.2846 64.6106 16.1256 64.1962 16.1256C63.7984 16.1256 63.5609 16.2846 63.5609 16.5205C63.5609 16.7508 63.804 16.8167 64.1133 16.866L64.4614 16.9209C65.1906 17.0251 65.6271 17.3322 65.6271 17.9027C65.6271 18.5389 65.0691 18.9887 64.1023 18.9887C63.7542 18.9887 63.1576 18.9229 62.6659 18.5609L63.0029 18.0179C63.246 18.2043 63.5609 18.3579 64.1078 18.3579C64.605 18.3579 64.8702 18.2043 64.8702 17.952C64.8702 17.7655 64.6879 17.6394 64.2901 17.5845L63.9421 17.5407C63.2018 17.4419 62.804 17.1019 62.804 16.5644C62.804 15.9062 63.3344 15.5003 64.1907 15.5003C64.71 15.4948 65.1962 15.6209 65.5442 15.8458ZM68.6325 15.5771V16.2353H67.3508V17.6833C67.3508 18.133 67.5883 18.3031 67.8811 18.3031C68.1076 18.3031 68.3563 18.2043 68.5551 18.0782L68.8424 18.6596C68.5717 18.8406 68.2347 18.9887 67.8148 18.9887C67.058 18.9887 66.6105 18.5828 66.6105 17.6997V16.2353H65.942V15.5771H66.6105V14.5733H67.3452V15.5771H68.6325ZM70.8147 15.4893C71.7539 15.4893 72.3948 16.1969 72.4003 17.2335C72.4003 17.3268 72.3948 17.42 72.3837 17.5023H69.9087C70.0081 18.1001 70.428 18.3469 70.9031 18.3469C71.2401 18.3469 71.5937 18.2153 71.8699 17.9959L72.2345 18.5115C71.8257 18.857 71.3616 18.9777 70.8589 18.9777C69.8534 18.9777 69.1463 18.2811 69.1463 17.228C69.1518 16.1969 69.8313 15.4893 70.8147 15.4893ZM70.8037 16.1365C70.2843 16.1365 69.9915 16.4711 69.9142 16.9538H71.6489C71.5716 16.4382 71.2677 16.1365 70.8037 16.1365ZM74.8643 15.4893C75.0852 15.4893 75.2565 15.5167 75.4278 15.5826L75.251 16.3011C75.0963 16.2188 74.8753 16.1804 74.693 16.1804C74.2289 16.1804 73.8975 16.504 73.8975 17.0744V18.9009H73.1682V15.5771H73.8919V15.95C74.1129 15.6374 74.4554 15.4893 74.8643 15.4893ZM77.4222 15.4893C77.9194 15.4893 78.3779 15.6703 78.6707 16.0213L78.2011 16.515C77.9691 16.2956 77.7205 16.1694 77.3945 16.1694C76.831 16.1694 76.4056 16.6082 76.4056 17.2335C76.4056 17.8588 76.831 18.2976 77.3945 18.2976C77.715 18.2976 78.0023 18.1495 78.2177 17.952L78.6707 18.4512C78.3669 18.8022 77.9194 18.9832 77.4222 18.9832C76.3559 18.9832 75.6598 18.2318 75.6598 17.2335C75.6598 16.2407 76.3559 15.4893 77.4222 15.4893ZM82.4993 15.5771V18.9009H81.77V18.5005C81.538 18.7967 81.1955 18.9887 80.7204 18.9887C79.7812 18.9887 79.0464 18.2592 79.0464 17.239C79.0464 16.2188 79.7812 15.4893 80.7204 15.4893C81.1955 15.4893 81.5435 15.6813 81.77 15.9775V15.5771H82.4993ZM80.8088 16.1749C80.1789 16.1749 79.7978 16.6576 79.7978 17.239C79.7978 17.8204 80.1789 18.3031 80.8088 18.3031C81.4109 18.3031 81.8198 17.8423 81.8198 17.239C81.8142 16.6302 81.4109 16.1749 80.8088 16.1749ZM85.2119 15.4893C85.4329 15.4893 85.6041 15.5167 85.7754 15.5826L85.5986 16.3011C85.4439 16.2188 85.2229 16.1804 85.0406 16.1804C84.5766 16.1804 84.2451 16.504 84.2451 17.0744V18.9009H83.5158V15.5771H84.2396V15.95C84.455 15.6374 84.7975 15.4893 85.2119 15.4893ZM87.814 15.4893C88.2891 15.4893 88.6372 15.6813 88.8637 15.9775V13.9042H89.5929V18.9009H88.8637V18.5005C88.6316 18.7967 88.2891 18.9887 87.814 18.9887C86.8748 18.9887 86.14 18.2592 86.14 17.239C86.14 16.2188 86.8803 15.4893 87.814 15.4893ZM87.9024 16.1749C87.2726 16.1749 86.8914 16.6576 86.8914 17.239C86.8914 17.8204 87.2726 18.3031 87.9024 18.3031C88.5046 18.3031 88.9134 17.8423 88.9134 17.239C88.9134 16.6302 88.5101 16.1749 87.9024 16.1749Z",fill:"black"})),C.createElement("defs",null,C.createElement("clipPath",{id:"clip0_111_5133"},C.createElement("rect",{width:"128",height:"22",fill:"white"}))))};export{V as default};
1
+ import{jsxs as C,jsx as V}from"react/jsx-runtime";const H=()=>C("svg",{width:"128",height:"22",viewBox:"0 0 128 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[C("g",{"clip-path":"url(#clip0_111_5133)",children:[V("path",{d:"M11.0824 22.0055C17.203 22.0055 22.1648 17.0794 22.1648 11.0027C22.1648 4.9261 17.203 0 11.0824 0C4.96176 0 0 4.9261 0 11.0027C0 17.0794 4.96176 22.0055 11.0824 22.0055Z",fill:"#EB001B"}),V("path",{d:"M24.4691 22.0055C30.5898 22.0055 35.5515 17.0794 35.5515 11.0027C35.5515 4.9261 30.5898 0 24.4691 0C18.3485 0 13.3867 4.9261 13.3867 11.0027C13.3867 17.0794 18.3485 22.0055 24.4691 22.0055Z",fill:"#F79E1B"}),V("path",{d:"M17.7733 2.21582C20.4417 4.2233 22.1598 7.40455 22.1598 10.9807C22.1598 14.5569 20.4417 17.7436 17.7733 19.7511C15.1049 17.7436 13.3867 14.5624 13.3867 10.9807C13.3867 7.39907 15.1104 4.2233 17.7733 2.21582Z",fill:"#FF5F00"}),V("path",{d:"M34.8598 18.3086V18.4018H34.6554V18.9284H34.556V18.4018H34.3516V18.3086H34.8598ZM35.6388 18.3086V18.9284H35.5394V18.4183L35.357 18.8681H35.2466L35.0642 18.4238V18.9284H34.9648V18.3086H35.1195L35.3018 18.7529L35.4841 18.3086H35.6388V18.3086Z",fill:"#F79E1B"}),V("path",{d:"M127.227 11.3701V11.4634H127.022V11.9899H126.923V11.4634H126.718V11.3701H127.227ZM128 11.3701V11.9899H127.901V11.4798L127.718 11.9296H127.613L127.431 11.4853V11.9899H127.332V11.3701H127.486L127.669 11.8144L127.851 11.3701H128V11.3701ZM51.5117 4.40978C53.2077 4.40978 54.4066 5.56709 54.4066 7.22354V11.6663H52.8431V7.73364C52.8431 6.54341 52.2243 5.87973 51.1857 5.87973C50.1802 5.87973 49.3405 6.53792 49.3405 7.75009V11.6718H47.777V7.73912C47.777 6.54889 47.1583 5.88522 46.1196 5.88522C45.1142 5.88522 44.2744 6.54341 44.2744 7.75557V11.6773H42.7109V4.60175H44.2578V5.46288C44.8324 4.62917 45.7163 4.41526 46.4456 4.41526C47.5339 4.41526 48.4179 4.89245 48.9096 5.67679C49.5283 4.6566 50.6277 4.40978 51.5117 4.40978ZM63.478 4.59078V11.6663H61.9256V10.8162C61.4339 11.4414 60.6991 11.8473 59.6881 11.8473C57.6937 11.8473 56.1247 10.2896 56.1247 8.12855C56.1247 5.96749 57.6937 4.40978 59.6881 4.40978C60.6991 4.40978 61.4339 4.82114 61.9256 5.45191V4.59078H63.478ZM59.8704 5.86328C58.5335 5.86328 57.7214 6.88896 57.7214 8.12855C57.7214 9.36814 58.5335 10.3938 59.8704 10.3938C61.1577 10.3938 62.0195 9.4175 62.0195 8.12855C62.0195 6.83959 61.1577 5.86328 59.8704 5.86328ZM71.3009 5.16121L70.6324 6.36241C70.2015 6.09913 69.3175 5.75907 68.4336 5.75907C67.5883 5.75907 67.0856 6.09913 67.0856 6.59826C67.0856 7.0919 67.6049 7.23451 68.2623 7.32775L68.9971 7.43745C70.5495 7.65685 71.4721 8.31504 71.4721 9.5272C71.4721 10.8875 70.2843 11.8364 68.2292 11.8364C67.4944 11.8364 66.2127 11.6937 65.1741 10.9259L65.8978 9.76854C66.4116 10.158 67.0856 10.4925 68.2458 10.4925C69.3065 10.4925 69.8645 10.158 69.8645 9.63142C69.8645 9.23102 69.4778 8.96774 68.6325 8.84707L67.8867 8.75383C66.3121 8.53992 65.4724 7.81591 65.4724 6.68053C65.4724 5.27639 66.6049 4.41526 68.417 4.41526C69.533 4.41526 70.5661 4.68951 71.3009 5.16121ZM78.0244 4.59078V5.99492H75.2952V9.07195C75.2952 10.0263 75.8034 10.3938 76.4277 10.3938C76.9084 10.3938 77.4387 10.1799 77.8641 9.91663L78.4829 11.1507C77.9083 11.5347 77.1901 11.8528 76.2951 11.8528C74.6819 11.8528 73.7372 10.9917 73.7372 9.10486V5.99492H72.3174V4.59078H73.7372V2.45166H75.3007V4.59078H78.0244ZM82.8197 4.40978C84.8141 4.40978 86.1787 5.91813 86.1897 8.12306C86.1897 8.32052 86.1732 8.52346 86.1621 8.69898H80.8972C81.1071 9.97148 82.0076 10.498 83.0186 10.498C83.7313 10.498 84.4937 10.2183 85.0793 9.75209L85.8527 10.8546C84.9854 11.595 84.002 11.8528 82.9247 11.8528C80.7922 11.8528 79.2784 10.3774 79.2784 8.13403C79.2729 5.91264 80.7259 4.40978 82.8197 4.40978ZM82.7921 5.781C81.6816 5.781 81.0684 6.48856 80.9027 7.52521H84.5987C84.4274 6.42274 83.781 5.781 82.7921 5.781ZM91.5873 4.40978C92.0624 4.40978 92.427 4.47011 92.7861 4.60723L92.416 6.13752C92.09 5.96749 91.6149 5.87973 91.2337 5.87973C90.2448 5.87973 89.5377 6.57632 89.5377 7.77751V11.6663H87.9852V4.59078H89.5266V5.38609C89.9907 4.71693 90.7199 4.40978 91.5873 4.40978ZM98.0235 4.40978C100.018 4.40978 101.587 5.96749 101.587 8.12855C101.587 10.2896 100.018 11.8473 98.0235 11.8473C97.0125 11.8473 96.2832 11.4414 95.7915 10.8216V14.6172H94.2391V4.59078H95.7915V5.42997C96.2832 4.81566 97.0125 4.40978 98.0235 4.40978ZM97.8357 5.86328C96.5484 5.86328 95.6866 6.83959 95.6866 8.12855C95.6866 9.4175 96.5484 10.3938 97.8357 10.3938C99.1726 10.3938 99.9847 9.36814 99.9847 8.12855C99.9847 6.88896 99.1726 5.86328 97.8357 5.86328ZM110.216 4.59078V11.6663H108.664V10.8162C108.172 11.4414 107.437 11.8473 106.426 11.8473C104.432 11.8473 102.863 10.2896 102.863 8.12855C102.863 5.96749 104.432 4.40978 106.426 4.40978C107.437 4.40978 108.172 4.82114 108.664 5.45191V4.59078H110.216ZM106.609 5.86328C105.272 5.86328 104.46 6.88896 104.46 8.12855C104.46 9.36814 105.272 10.3938 106.609 10.3938C107.896 10.3938 108.758 9.4175 108.758 8.12855C108.758 6.83959 107.896 5.86328 106.609 5.86328ZM118.039 5.16121L117.371 6.36241C116.94 6.09913 116.056 5.75907 115.172 5.75907C114.327 5.75907 113.824 6.09913 113.824 6.59826C113.824 7.0919 114.343 7.23451 115.001 7.32775L115.735 7.43745C117.288 7.65685 118.21 8.31504 118.21 9.5272C118.21 10.8875 117.023 11.8364 114.968 11.8364C114.233 11.8364 112.951 11.6937 111.912 10.9259L112.636 9.76854C113.15 10.158 113.824 10.4925 114.984 10.4925C116.045 10.4925 116.603 10.158 116.603 9.63142C116.603 9.23102 116.216 8.96774 115.371 8.84707L114.625 8.75383C113.05 8.53992 112.211 7.81591 112.211 6.68053C112.211 5.27639 113.343 4.41526 115.155 4.41526C116.271 4.41526 117.304 4.68951 118.039 5.16121ZM125.426 5.16121L124.757 6.36241C124.326 6.09913 123.442 5.75907 122.558 5.75907C121.713 5.75907 121.21 6.09913 121.21 6.59826C121.21 7.0919 121.73 7.23451 122.387 7.32775L123.122 7.43745C124.674 7.65685 125.597 8.31504 125.597 9.5272C125.597 10.8875 124.409 11.8364 122.354 11.8364C121.619 11.8364 120.337 11.6937 119.299 10.9259L120.023 9.76854C120.536 10.158 121.21 10.4925 122.371 10.4925C123.431 10.4925 123.989 10.158 123.989 9.63142C123.989 9.23102 123.603 8.96774 122.757 8.84707L122.011 8.75383C120.437 8.53992 119.597 7.81591 119.597 6.68053C119.597 5.27639 120.73 4.41526 122.542 4.41526C123.658 4.41526 124.691 4.68951 125.426 5.16121ZM44.5948 15.4893C45.534 15.4893 46.2688 16.2188 46.2688 17.239C46.2688 18.2592 45.534 18.9887 44.5948 18.9887C44.1197 18.9887 43.7772 18.7967 43.5452 18.506V18.9009H42.8159V13.9042H43.5452V15.972C43.7717 15.6813 44.1197 15.4893 44.5948 15.4893ZM44.5064 16.1749C43.9043 16.1749 43.4954 16.6357 43.4954 17.239C43.4954 17.8423 43.8987 18.3031 44.5064 18.3031C45.1362 18.3031 45.5175 17.8204 45.5175 17.239C45.5175 16.6576 45.1362 16.1749 44.5064 16.1749ZM50.1581 15.5771L47.5118 20.3105H46.6997L47.8986 18.2208L46.418 15.5771H47.2356L48.3129 17.4858L49.3515 15.5771H50.1581ZM56.3844 15.4893C57.1799 15.4893 57.7434 16.0323 57.7434 16.8112V18.9009H57.0087V17.0525C57.0087 16.493 56.7159 16.1804 56.2297 16.1804C55.7601 16.1804 55.3623 16.4876 55.3623 17.058V18.9009H54.6276V17.0525C54.6276 16.493 54.3403 16.1804 53.8486 16.1804C53.379 16.1804 52.9812 16.4876 52.9812 17.058V18.9009H52.2464V15.5771H52.9757V15.983C53.2464 15.588 53.6607 15.4893 54.0033 15.4893C54.5115 15.4893 54.9314 15.7142 55.1579 16.0817C55.4507 15.61 55.97 15.4893 56.3844 15.4893ZM61.9366 15.5771V18.9009H61.2074V18.5005C60.9754 18.7967 60.6328 18.9887 60.1577 18.9887C59.2185 18.9887 58.4837 18.2592 58.4837 17.239C58.4837 16.2188 59.224 15.4893 60.1577 15.4893C60.6328 15.4893 60.9809 15.6813 61.2074 15.9775V15.5771H61.9366ZM60.2406 16.1749C59.6108 16.1749 59.2296 16.6576 59.2296 17.239C59.2296 17.8204 59.6108 18.3031 60.2406 18.3031C60.8428 18.3031 61.2516 17.8423 61.2516 17.239C61.2516 16.6302 60.8483 16.1749 60.2406 16.1749ZM65.5442 15.8458L65.2293 16.4108C65.0249 16.2846 64.6106 16.1256 64.1962 16.1256C63.7984 16.1256 63.5609 16.2846 63.5609 16.5205C63.5609 16.7508 63.804 16.8167 64.1133 16.866L64.4614 16.9209C65.1906 17.0251 65.6271 17.3322 65.6271 17.9027C65.6271 18.5389 65.0691 18.9887 64.1023 18.9887C63.7542 18.9887 63.1576 18.9229 62.6659 18.5609L63.0029 18.0179C63.246 18.2043 63.5609 18.3579 64.1078 18.3579C64.605 18.3579 64.8702 18.2043 64.8702 17.952C64.8702 17.7655 64.6879 17.6394 64.2901 17.5845L63.9421 17.5407C63.2018 17.4419 62.804 17.1019 62.804 16.5644C62.804 15.9062 63.3344 15.5003 64.1907 15.5003C64.71 15.4948 65.1962 15.6209 65.5442 15.8458ZM68.6325 15.5771V16.2353H67.3508V17.6833C67.3508 18.133 67.5883 18.3031 67.8811 18.3031C68.1076 18.3031 68.3563 18.2043 68.5551 18.0782L68.8424 18.6596C68.5717 18.8406 68.2347 18.9887 67.8148 18.9887C67.058 18.9887 66.6105 18.5828 66.6105 17.6997V16.2353H65.942V15.5771H66.6105V14.5733H67.3452V15.5771H68.6325ZM70.8147 15.4893C71.7539 15.4893 72.3948 16.1969 72.4003 17.2335C72.4003 17.3268 72.3948 17.42 72.3837 17.5023H69.9087C70.0081 18.1001 70.428 18.3469 70.9031 18.3469C71.2401 18.3469 71.5937 18.2153 71.8699 17.9959L72.2345 18.5115C71.8257 18.857 71.3616 18.9777 70.8589 18.9777C69.8534 18.9777 69.1463 18.2811 69.1463 17.228C69.1518 16.1969 69.8313 15.4893 70.8147 15.4893ZM70.8037 16.1365C70.2843 16.1365 69.9915 16.4711 69.9142 16.9538H71.6489C71.5716 16.4382 71.2677 16.1365 70.8037 16.1365ZM74.8643 15.4893C75.0852 15.4893 75.2565 15.5167 75.4278 15.5826L75.251 16.3011C75.0963 16.2188 74.8753 16.1804 74.693 16.1804C74.2289 16.1804 73.8975 16.504 73.8975 17.0744V18.9009H73.1682V15.5771H73.8919V15.95C74.1129 15.6374 74.4554 15.4893 74.8643 15.4893ZM77.4222 15.4893C77.9194 15.4893 78.3779 15.6703 78.6707 16.0213L78.2011 16.515C77.9691 16.2956 77.7205 16.1694 77.3945 16.1694C76.831 16.1694 76.4056 16.6082 76.4056 17.2335C76.4056 17.8588 76.831 18.2976 77.3945 18.2976C77.715 18.2976 78.0023 18.1495 78.2177 17.952L78.6707 18.4512C78.3669 18.8022 77.9194 18.9832 77.4222 18.9832C76.3559 18.9832 75.6598 18.2318 75.6598 17.2335C75.6598 16.2407 76.3559 15.4893 77.4222 15.4893ZM82.4993 15.5771V18.9009H81.77V18.5005C81.538 18.7967 81.1955 18.9887 80.7204 18.9887C79.7812 18.9887 79.0464 18.2592 79.0464 17.239C79.0464 16.2188 79.7812 15.4893 80.7204 15.4893C81.1955 15.4893 81.5435 15.6813 81.77 15.9775V15.5771H82.4993ZM80.8088 16.1749C80.1789 16.1749 79.7978 16.6576 79.7978 17.239C79.7978 17.8204 80.1789 18.3031 80.8088 18.3031C81.4109 18.3031 81.8198 17.8423 81.8198 17.239C81.8142 16.6302 81.4109 16.1749 80.8088 16.1749ZM85.2119 15.4893C85.4329 15.4893 85.6041 15.5167 85.7754 15.5826L85.5986 16.3011C85.4439 16.2188 85.2229 16.1804 85.0406 16.1804C84.5766 16.1804 84.2451 16.504 84.2451 17.0744V18.9009H83.5158V15.5771H84.2396V15.95C84.455 15.6374 84.7975 15.4893 85.2119 15.4893ZM87.814 15.4893C88.2891 15.4893 88.6372 15.6813 88.8637 15.9775V13.9042H89.5929V18.9009H88.8637V18.5005C88.6316 18.7967 88.2891 18.9887 87.814 18.9887C86.8748 18.9887 86.14 18.2592 86.14 17.239C86.14 16.2188 86.8803 15.4893 87.814 15.4893ZM87.9024 16.1749C87.2726 16.1749 86.8914 16.6576 86.8914 17.239C86.8914 17.8204 87.2726 18.3031 87.9024 18.3031C88.5046 18.3031 88.9134 17.8423 88.9134 17.239C88.9134 16.6302 88.5101 16.1749 87.9024 16.1749Z",fill:"black"})]}),V("defs",{children:V("clipPath",{id:"clip0_111_5133",children:V("rect",{width:"128",height:"22",fill:"white"})})})]});export{H as default};