@shopgate/engage 7.30.3 → 7.31.0-alpha.1

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 (1351) hide show
  1. package/a11y/components/LiveMessage/index.js +29 -11
  2. package/a11y/components/Navigation/index.js +21 -11
  3. package/a11y/components/VisuallyHidden/index.js +13 -8
  4. package/a11y/styles.js +15 -13
  5. package/account/actions/deleteContact.d.ts +2 -0
  6. package/account/actions/deleteContact.d.ts.map +1 -0
  7. package/account/actions/deleteCustomer.d.ts +2 -0
  8. package/account/actions/deleteCustomer.d.ts.map +1 -0
  9. package/account/actions/fetchContacts.d.ts +2 -0
  10. package/account/actions/fetchContacts.d.ts.map +1 -0
  11. package/account/actions/fetchCustomer.d.ts +2 -0
  12. package/account/actions/fetchCustomer.d.ts.map +1 -0
  13. package/account/actions/updateCustomer.d.ts +2 -0
  14. package/account/actions/updateCustomer.d.ts.map +1 -0
  15. package/account/components/Account/Account.connector.d.ts +5 -0
  16. package/account/components/Account/Account.connector.d.ts.map +1 -0
  17. package/account/components/Account/Account.d.ts +14 -0
  18. package/account/components/Account/Account.d.ts.map +1 -0
  19. package/account/components/Account/Account.js +38 -9
  20. package/account/components/Account/index.d.ts +2 -0
  21. package/account/components/Account/index.d.ts.map +1 -0
  22. package/account/components/Profile/Profile.config.d.ts +20 -0
  23. package/account/components/Profile/Profile.config.d.ts.map +1 -0
  24. package/account/components/Profile/Profile.constraints.d.ts +32 -0
  25. package/account/components/Profile/Profile.constraints.d.ts.map +1 -0
  26. package/account/components/Profile/Profile.d.ts +4 -0
  27. package/account/components/Profile/Profile.d.ts.map +1 -0
  28. package/account/components/Profile/Profile.js +9 -6
  29. package/account/components/Profile/Profile.provider.d.ts +59 -0
  30. package/account/components/Profile/Profile.provider.d.ts.map +1 -0
  31. package/account/components/Profile/ProfileAddressBook.d.ts +15 -0
  32. package/account/components/Profile/ProfileAddressBook.d.ts.map +1 -0
  33. package/account/components/Profile/ProfileAddressBook.js +22 -20
  34. package/account/components/Profile/ProfileAddressCard.d.ts +28 -0
  35. package/account/components/Profile/ProfileAddressCard.d.ts.map +1 -0
  36. package/account/components/Profile/ProfileAddressCard.js +50 -54
  37. package/account/components/Profile/ProfileForm.d.ts +7 -0
  38. package/account/components/Profile/ProfileForm.d.ts.map +1 -0
  39. package/account/components/Profile/ProfileForm.js +29 -27
  40. package/account/components/Profile/ProfileHeader.d.ts +6 -0
  41. package/account/components/Profile/ProfileHeader.d.ts.map +1 -0
  42. package/account/components/Profile/ProfileHeader.js +14 -12
  43. package/account/components/Profile/index.d.ts +2 -0
  44. package/account/components/Profile/index.d.ts.map +1 -0
  45. package/account/components/ProfileContact/ProfileContact.js +23 -20
  46. package/account/components/index.d.ts +2 -0
  47. package/account/components/index.d.ts.map +1 -0
  48. package/account/constants/actions.d.ts +25 -0
  49. package/account/constants/actions.d.ts.map +1 -0
  50. package/account/constants/index.d.ts +4 -0
  51. package/account/constants/index.d.ts.map +1 -0
  52. package/account/constants/pipelines.d.ts +2 -0
  53. package/account/constants/pipelines.d.ts.map +1 -0
  54. package/account/constants/routes.d.ts +7 -0
  55. package/account/constants/routes.d.ts.map +1 -0
  56. package/account/helper/form.d.ts +12 -0
  57. package/account/helper/form.d.ts.map +1 -0
  58. package/account/helper/form.js +2 -1
  59. package/account/index.d.ts +3 -0
  60. package/account/index.d.ts.map +1 -0
  61. package/account/selectors/contacts.d.ts +2 -0
  62. package/account/selectors/contacts.d.ts.map +1 -0
  63. package/account/selectors/customer.d.ts +2 -0
  64. package/account/selectors/customer.d.ts.map +1 -0
  65. package/back-in-stock/components/BackInStockButton/index.js +53 -13
  66. package/back-in-stock/components/Subscriptions/components/List/index.js +17 -14
  67. package/back-in-stock/components/Subscriptions/components/Subscription/index.js +46 -51
  68. package/cart/cart.helpers.js +1 -0
  69. package/cart/components/CartHeaderWide/CartHeaderWide.js +19 -7
  70. package/cart/components/CartItem/CartItemCoupon.js +122 -135
  71. package/cart/components/CartItem/CartItemCouponDelete.js +24 -11
  72. package/cart/components/CartItem/CartItemCouponFreeShipping.js +1 -1
  73. package/cart/components/CartItem/CartItemCouponLayout.js +44 -18
  74. package/cart/components/CartItem/CartItemCouponPrice.js +14 -4
  75. package/cart/components/CartItem/CartItemCouponTitle.js +15 -4
  76. package/cart/components/CartItem/CartItemProduct.js +41 -12
  77. package/cart/components/CartItem/CartItemProductLayout.js +97 -17
  78. package/cart/components/CartItem/CartItemProductLayoutWide.js +144 -26
  79. package/cart/components/CartItem/CartItemProductLayoutWideFulfillmentLabel.js +14 -4
  80. package/cart/components/CartItem/CartItemProductLayoutWideOrderDetails.js +66 -9
  81. package/cart/components/CartItem/CartItemProductLayoutWideRemoveItem.js +20 -4
  82. package/cart/components/CartItem/CartItemProductOrderDetails.js +43 -15
  83. package/cart/components/CartItem/CartItemProductPriceCaption.js +15 -4
  84. package/cart/components/CartItem/CartItemProductPriceList.js +18 -15
  85. package/cart/components/CartItem/CartItemProductPriceListPromotion.js +29 -27
  86. package/cart/components/CartItem/CartItemProductTitle.js +34 -8
  87. package/cart/components/CartItem/CartItemQuantityPicker.js +99 -133
  88. package/cart/components/CartItem/CartItemSubstitution.js +15 -4
  89. package/cart/components/CartItems/CartItemCard.js +12 -3
  90. package/cart/components/CartItems/CartItemCardReservation.js +11 -3
  91. package/cart/components/CartItems/CartItemCardReservationAccordion.js +47 -27
  92. package/cart/components/CartItems/CartItemCardReservationLabel.js +43 -8
  93. package/cart/components/CartItems/CartItemCardReservationLabelChangeStore.js +20 -4
  94. package/cart/components/CartItems/CartItemGroupReservation.js +21 -5
  95. package/cart/components/CartItems/CartItemGroupReservationLabel.js +24 -6
  96. package/cart/components/CartItems/CartItemGroupShipping.js +37 -16
  97. package/cart/components/CartItems/CartItems.js +28 -6
  98. package/cart/components/CartItems/CartItemsHeaderWide.js +140 -42
  99. package/cart/components/CartItems/CartItemsSubstitution.js +1 -1
  100. package/cart/components/CartSummaryWide/CartSummaryWide.js +79 -37
  101. package/cart/components/CartSummaryWide/CartSummaryWideCheckoutButton.js +31 -7
  102. package/cart/components/PaymentBar/PaymentBarAppliedPromotions.js +14 -4
  103. package/cart/components/PaymentBar/PaymentBarCheckoutButton.js +22 -3
  104. package/cart/components/PaymentBar/PaymentBarContent.js +45 -7
  105. package/cart/components/PaymentBar/PaymentBarDiscounts.js +14 -3
  106. package/cart/components/PaymentBar/PaymentBarGrandTotal.js +14 -3
  107. package/cart/components/PaymentBar/PaymentBarPromotionCouponMessages.js +36 -30
  108. package/cart/components/PaymentBar/PaymentBarPromotionCoupons.js +21 -15
  109. package/cart/components/PaymentBar/PaymentBarPromotionalText.js +36 -35
  110. package/cart/components/PaymentBar/PaymentBarReserveButton.js +22 -3
  111. package/cart/components/PaymentBar/PaymentBarShippingCost.js +14 -3
  112. package/cart/components/PaymentBar/PaymentBarSubTotal.js +14 -3
  113. package/cart/components/PaymentBar/PaymentBarTax.js +14 -3
  114. package/cart/components/Substitution/index.js +55 -22
  115. package/cart/components/SupplementalContent/SupplementalContent.js +33 -4
  116. package/category/components/CategoryList/index.js +28 -9
  117. package/checkout/actions/errorCheckout.js +1 -0
  118. package/checkout/components/AddressBook/AddressList.js +22 -25
  119. package/checkout/components/AddressBookContact/AddressBookContact.js +10 -8
  120. package/checkout/components/Checkout/Checkout.js +15 -13
  121. package/checkout/components/Checkout/CheckoutActions.js +10 -7
  122. package/checkout/components/Checkout/CheckoutAddress.js +18 -19
  123. package/checkout/components/Checkout/CheckoutHeader.js +31 -26
  124. package/checkout/components/Checkout/CheckoutPickupContactForm.js +17 -26
  125. package/checkout/components/Checkout/CheckoutSection.js +103 -102
  126. package/checkout/components/Checkout/CheckoutSectionInfo.js +23 -21
  127. package/checkout/components/Checkout/CheckoutSectionMessages.js +26 -27
  128. package/checkout/components/Checkout/CheckoutSummary.js +19 -16
  129. package/checkout/components/CheckoutConfirmation/CheckoutConfirmation.js +56 -63
  130. package/checkout/components/CheckoutConfirmation/CheckoutConfirmationOrderSummary.js +12 -9
  131. package/checkout/components/CheckoutConfirmation/CheckoutConfirmationSection.js +55 -48
  132. package/checkout/components/GuestCheckout/GuestCheckout.js +44 -40
  133. package/checkout/components/GuestCheckout/GuestCheckoutOptIn.config.js +1 -1
  134. package/checkout/components/GuestCheckout/GuestCheckoutOptIn.js +15 -19
  135. package/checkout/components/GuestCheckout/GuestCheckoutPickup.js +13 -14
  136. package/checkout/components/GuestCheckout/GuestCheckoutPickupNotes.config.js +1 -1
  137. package/checkout/components/GuestCheckout/GuestCheckoutPickupNotes.js +13 -10
  138. package/checkout/components/PaymentMethodButton/PaymentMethodButton.js +16 -11
  139. package/checkout/components/ResponsiveBackButton/ResponsiveBackButton.js +30 -5
  140. package/checkout/components/ShippingMethods/ShippingMethod.js +23 -24
  141. package/checkout/components/ShippingMethods/ShippingMethods.js +57 -55
  142. package/checkout/components/SupplementalContent/SupplementalContent.js +33 -4
  143. package/checkout/helpers/index.js +2 -1
  144. package/checkout/paymentMethods/index.js +17 -18
  145. package/checkout/paymentMethods/paypal/PaypalButtonApp.js +9 -6
  146. package/checkout/paymentMethods/paypal/PaypalButtonWeb.js +9 -6
  147. package/checkout/paymentMethods/paypal/PaypalPayButton.js +10 -7
  148. package/checkout/paymentMethods/stripe/StripeButton.js +10 -7
  149. package/checkout/paymentMethods/stripe/StripeCreditCard.js +21 -19
  150. package/checkout/selectors/order.js +1 -0
  151. package/components/BrandingColorBanner/BrandingColorBanner.d.ts +7 -0
  152. package/components/BrandingColorBanner/BrandingColorBanner.d.ts.map +1 -0
  153. package/components/BrandingColorBanner/BrandingColorBanner.js +21 -15
  154. package/components/BrandingColorBanner/index.d.ts +2 -0
  155. package/components/BrandingColorBanner/index.d.ts.map +1 -0
  156. package/components/ChipLayout/index.d.ts +33 -0
  157. package/components/ChipLayout/index.d.ts.map +1 -0
  158. package/components/ChipLayout/index.js +109 -124
  159. package/components/ConditionalWrapper/ConditionalWrapper.d.ts +25 -0
  160. package/components/ConditionalWrapper/ConditionalWrapper.d.ts.map +1 -0
  161. package/components/ConditionalWrapper/index.d.ts +2 -0
  162. package/components/ConditionalWrapper/index.d.ts.map +1 -0
  163. package/components/ConnectedReactPortal/index.d.ts +27 -0
  164. package/components/ConnectedReactPortal/index.d.ts.map +1 -0
  165. package/components/Footer/Footer.d.ts +18 -0
  166. package/components/Footer/Footer.d.ts.map +1 -0
  167. package/components/Footer/Footer.js +16 -5
  168. package/components/Footer/constants.d.ts +3 -0
  169. package/components/Footer/constants.d.ts.map +1 -0
  170. package/components/Footer/helpers.d.ts +5 -0
  171. package/components/Footer/helpers.d.ts.map +1 -0
  172. package/components/Footer/helpers.js +1 -0
  173. package/components/Footer/index.d.ts +2 -0
  174. package/components/Footer/index.d.ts.map +1 -0
  175. package/components/Form/Builder/Builder.constants.d.ts +14 -0
  176. package/components/Form/Builder/Builder.constants.d.ts.map +1 -0
  177. package/components/Form/Builder/Builder.d.ts +562 -0
  178. package/components/Form/Builder/Builder.d.ts.map +1 -0
  179. package/components/Form/Builder/ElementCheckbox.d.ts +21 -0
  180. package/components/Form/Builder/ElementCheckbox.d.ts.map +1 -0
  181. package/components/Form/Builder/ElementMultiSelect.d.ts +21 -0
  182. package/components/Form/Builder/ElementMultiSelect.d.ts.map +1 -0
  183. package/components/Form/Builder/ElementPhoneNumber.d.ts +9 -0
  184. package/components/Form/Builder/ElementPhoneNumber.d.ts.map +1 -0
  185. package/components/Form/Builder/ElementPhoneNumber.js +23 -36
  186. package/components/Form/Builder/ElementRadio.d.ts +21 -0
  187. package/components/Form/Builder/ElementRadio.d.ts.map +1 -0
  188. package/components/Form/Builder/ElementSelect.d.ts +21 -0
  189. package/components/Form/Builder/ElementSelect.d.ts.map +1 -0
  190. package/components/Form/Builder/ElementText.d.ts +21 -0
  191. package/components/Form/Builder/ElementText.d.ts.map +1 -0
  192. package/components/Form/Builder/FormHelper.d.ts +23 -0
  193. package/components/Form/Builder/FormHelper.d.ts.map +1 -0
  194. package/components/Form/Builder/classes/ActionListener.constants.d.ts +21 -0
  195. package/components/Form/Builder/classes/ActionListener.constants.d.ts.map +1 -0
  196. package/components/Form/Builder/classes/ActionListener.d.ts +99 -0
  197. package/components/Form/Builder/classes/ActionListener.d.ts.map +1 -0
  198. package/components/Form/Builder/classes/ActionListener.js +1 -0
  199. package/components/Form/Builder/helpers/buildCountryList.d.ts +3 -0
  200. package/components/Form/Builder/helpers/buildCountryList.d.ts.map +1 -0
  201. package/components/Form/Builder/helpers/buildFormDefaults.d.ts +3 -0
  202. package/components/Form/Builder/helpers/buildFormDefaults.d.ts.map +1 -0
  203. package/components/Form/Builder/helpers/buildFormElements.d.ts +16 -0
  204. package/components/Form/Builder/helpers/buildFormElements.d.ts.map +1 -0
  205. package/components/Form/Builder/helpers/buildProvinceList.d.ts +3 -0
  206. package/components/Form/Builder/helpers/buildProvinceList.d.ts.map +1 -0
  207. package/components/Form/Builder/helpers/buildValidationErrorList.d.ts +6 -0
  208. package/components/Form/Builder/helpers/buildValidationErrorList.d.ts.map +1 -0
  209. package/components/Form/Builder/helpers/common.d.ts +2 -0
  210. package/components/Form/Builder/helpers/common.d.ts.map +1 -0
  211. package/components/Form/Builder/helpers/iso-3166-2.d.ts +6803 -0
  212. package/components/Form/Builder/helpers/iso-3166-2.d.ts.map +1 -0
  213. package/components/Form/Builder/index.d.ts +2 -0
  214. package/components/Form/Builder/index.d.ts.map +1 -0
  215. package/components/Form/Builder/stylePresets.d.ts +22 -0
  216. package/components/Form/Builder/stylePresets.d.ts.map +1 -0
  217. package/components/Form/Builder/stylePresets.js +12 -6
  218. package/components/Form/Form.d.ts +39 -0
  219. package/components/Form/Form.d.ts.map +1 -0
  220. package/components/Form/index.d.ts +4 -0
  221. package/components/Form/index.d.ts.map +1 -0
  222. package/components/IntersectionVisibility/index.d.ts +61 -0
  223. package/components/IntersectionVisibility/index.d.ts.map +1 -0
  224. package/components/Logo/connector.d.ts +3 -0
  225. package/components/Logo/connector.d.ts.map +1 -0
  226. package/components/Logo/index.d.ts +26 -0
  227. package/components/Logo/index.d.ts.map +1 -0
  228. package/components/Logo/index.js +27 -6
  229. package/components/Menu/components/Item/index.d.ts +24 -0
  230. package/components/Menu/components/Item/index.d.ts.map +1 -0
  231. package/components/Menu/components/Item/index.js +30 -3
  232. package/components/Menu/components/Position/index.d.ts +27 -0
  233. package/components/Menu/components/Position/index.d.ts.map +1 -0
  234. package/components/Menu/components/Position/index.js +41 -56
  235. package/components/Menu/index.d.ts +29 -0
  236. package/components/Menu/index.d.ts.map +1 -0
  237. package/components/Menu/index.js +76 -70
  238. package/components/MessageBar/MessageBar.d.ts +31 -0
  239. package/components/MessageBar/MessageBar.d.ts.map +1 -0
  240. package/components/MessageBar/MessageBar.js +147 -8
  241. package/components/MessageBar/index.d.ts +2 -0
  242. package/components/MessageBar/index.d.ts.map +1 -0
  243. package/components/NavigationHandler/connector.d.ts +3 -0
  244. package/components/NavigationHandler/connector.d.ts.map +1 -0
  245. package/components/NavigationHandler/index.d.ts +50 -0
  246. package/components/NavigationHandler/index.d.ts.map +1 -0
  247. package/components/NullComponent/index.d.ts +9 -0
  248. package/components/NullComponent/index.d.ts.map +1 -0
  249. package/components/Picker/components/Button/index.d.ts +20 -0
  250. package/components/Picker/components/Button/index.d.ts.map +1 -0
  251. package/components/Picker/components/Button/index.js +35 -14
  252. package/components/Picker/components/List/index.d.ts +26 -0
  253. package/components/Picker/components/List/index.d.ts.map +1 -0
  254. package/components/Picker/components/List/index.js +25 -7
  255. package/components/Picker/components/Modal/index.d.ts +16 -0
  256. package/components/Picker/components/Modal/index.d.ts.map +1 -0
  257. package/components/Picker/components/Modal/index.js +122 -71
  258. package/components/Picker/index.d.ts +3 -0
  259. package/components/Picker/index.d.ts.map +1 -0
  260. package/components/Picker/index.js +2 -1
  261. package/components/PickerUtilize/components/Button/index.d.ts +23 -0
  262. package/components/PickerUtilize/components/Button/index.d.ts.map +1 -0
  263. package/components/PickerUtilize/components/Button/index.js +58 -14
  264. package/components/PickerUtilize/index.d.ts +3 -0
  265. package/components/PickerUtilize/index.d.ts.map +1 -0
  266. package/components/PickerUtilize/index.js +73 -85
  267. package/components/PickerUtilize/spec.js +0 -1
  268. package/components/QuantityInput/QuantityInput.d.ts +8 -0
  269. package/components/QuantityInput/QuantityInput.d.ts.map +1 -0
  270. package/components/QuantityInput/helper.d.ts +3 -0
  271. package/components/QuantityInput/helper.d.ts.map +1 -0
  272. package/components/QuantityInput/helper.js +1 -1
  273. package/components/QuantityInput/index.d.ts +2 -0
  274. package/components/QuantityInput/index.d.ts.map +1 -0
  275. package/components/QuantityLabel/QuantityLabel.d.ts +24 -0
  276. package/components/QuantityLabel/QuantityLabel.d.ts.map +1 -0
  277. package/components/QuantityLabel/index.d.ts +2 -0
  278. package/components/QuantityLabel/index.d.ts.map +1 -0
  279. package/components/Radio/Radio.d.ts +36 -0
  280. package/components/Radio/Radio.d.ts.map +1 -0
  281. package/components/Radio/Radio.js +30 -27
  282. package/components/Radio/index.d.ts +2 -0
  283. package/components/Radio/index.d.ts.map +1 -0
  284. package/components/RadioCard/RadioCard.d.ts +62 -0
  285. package/components/RadioCard/RadioCard.d.ts.map +1 -0
  286. package/components/RadioCard/RadioCard.js +32 -27
  287. package/components/RadioCard/index.d.ts +2 -0
  288. package/components/RadioCard/index.d.ts.map +1 -0
  289. package/components/RadioGroup/RadioGroup.context.d.ts +4 -0
  290. package/components/RadioGroup/RadioGroup.context.d.ts.map +1 -0
  291. package/components/RadioGroup/RadioGroup.d.ts +36 -0
  292. package/components/RadioGroup/RadioGroup.d.ts.map +1 -0
  293. package/components/RadioGroup/RadioGroup.js +11 -8
  294. package/components/RadioGroup/index.d.ts +3 -0
  295. package/components/RadioGroup/index.d.ts.map +1 -0
  296. package/components/RadioGroup/useRadioGroup.d.ts +6 -0
  297. package/components/RadioGroup/useRadioGroup.d.ts.map +1 -0
  298. package/components/RangeSlider/components/Handle/index.d.ts +39 -0
  299. package/components/RangeSlider/components/Handle/index.d.ts.map +1 -0
  300. package/components/RangeSlider/components/Handle/index.js +23 -4
  301. package/components/RangeSlider/helper.d.ts +7 -0
  302. package/components/RangeSlider/helper.d.ts.map +1 -0
  303. package/components/RangeSlider/index.d.ts +35 -0
  304. package/components/RangeSlider/index.d.ts.map +1 -0
  305. package/components/RangeSlider/index.js +243 -242
  306. package/components/RangeSlider/spec.js +2 -5
  307. package/components/ResponsiveContainer/ResponsiveContainer.d.ts +33 -0
  308. package/components/ResponsiveContainer/ResponsiveContainer.d.ts.map +1 -0
  309. package/components/ResponsiveContainer/breakpoints.d.ts +8 -0
  310. package/components/ResponsiveContainer/breakpoints.d.ts.map +1 -0
  311. package/components/ResponsiveContainer/condition.d.ts +2 -0
  312. package/components/ResponsiveContainer/condition.d.ts.map +1 -0
  313. package/components/ResponsiveContainer/hooks.d.ts +9 -0
  314. package/components/ResponsiveContainer/hooks.d.ts.map +1 -0
  315. package/components/ResponsiveContainer/index.d.ts +2 -0
  316. package/components/ResponsiveContainer/index.d.ts.map +1 -0
  317. package/components/ResponsiveContainer/listener.d.ts +2 -0
  318. package/components/ResponsiveContainer/listener.d.ts.map +1 -0
  319. package/components/ResponsiveContainer/mediaQuery.d.ts +2 -0
  320. package/components/ResponsiveContainer/mediaQuery.d.ts.map +1 -0
  321. package/components/ScrollHeader/index.d.ts +16 -0
  322. package/components/ScrollHeader/index.d.ts.map +1 -0
  323. package/components/ScrollHeader/index.js +35 -7
  324. package/components/SheetDrawer/index.d.ts +7 -0
  325. package/components/SheetDrawer/index.d.ts.map +1 -0
  326. package/components/SheetList/components/Item/index.d.ts +3 -0
  327. package/components/SheetList/components/Item/index.d.ts.map +1 -0
  328. package/components/SheetList/components/Item/index.js +138 -104
  329. package/components/SheetList/components/Item/spec.js +5 -19
  330. package/components/SheetList/index.d.ts +30 -0
  331. package/components/SheetList/index.d.ts.map +1 -0
  332. package/components/SheetList/index.js +77 -59
  333. package/components/SheetList/spec.js +1 -2
  334. package/components/SideNavigation/SideNavigation.d.ts +31 -0
  335. package/components/SideNavigation/SideNavigation.d.ts.map +1 -0
  336. package/components/SideNavigation/SideNavigation.hooks.d.ts +2 -0
  337. package/components/SideNavigation/SideNavigation.hooks.d.ts.map +1 -0
  338. package/components/SideNavigation/SideNavigationCategories.connector.d.ts +3 -0
  339. package/components/SideNavigation/SideNavigationCategories.connector.d.ts.map +1 -0
  340. package/components/SideNavigation/SideNavigationCategories.d.ts +4 -0
  341. package/components/SideNavigation/SideNavigationCategories.d.ts.map +1 -0
  342. package/components/SideNavigation/SideNavigationCategories.js +31 -6
  343. package/components/SideNavigation/SideNavigationCategoriesItem.connector.d.ts +3 -0
  344. package/components/SideNavigation/SideNavigationCategoriesItem.connector.d.ts.map +1 -0
  345. package/components/SideNavigation/SideNavigationCategoriesItem.d.ts +4 -0
  346. package/components/SideNavigation/SideNavigationCategoriesItem.d.ts.map +1 -0
  347. package/components/SideNavigation/SideNavigationCategoriesItem.js +38 -7
  348. package/components/SideNavigation/SideNavigationCategoriesItemChildren.d.ts +22 -0
  349. package/components/SideNavigation/SideNavigationCategoriesItemChildren.d.ts.map +1 -0
  350. package/components/SideNavigation/SideNavigationContent.d.ts +24 -0
  351. package/components/SideNavigation/SideNavigationContent.d.ts.map +1 -0
  352. package/components/SideNavigation/SideNavigationContent.js +11 -3
  353. package/components/SideNavigation/SideNavigationItem.d.ts +38 -0
  354. package/components/SideNavigation/SideNavigationItem.d.ts.map +1 -0
  355. package/components/SideNavigation/SideNavigationItem.js +58 -11
  356. package/components/SideNavigation/SideNavigationLinks.d.ts +7 -0
  357. package/components/SideNavigation/SideNavigationLinks.d.ts.map +1 -0
  358. package/components/SideNavigation/SideNavigationLinks.js +1 -1
  359. package/components/SideNavigation/SideNavigationLinksLegal.connector.d.ts +3 -0
  360. package/components/SideNavigation/SideNavigationLinksLegal.connector.d.ts.map +1 -0
  361. package/components/SideNavigation/SideNavigationLinksLegal.d.ts +4 -0
  362. package/components/SideNavigation/SideNavigationLinksLegal.d.ts.map +1 -0
  363. package/components/SideNavigation/SideNavigationLinksQuicklinks.connector.d.ts +3 -0
  364. package/components/SideNavigation/SideNavigationLinksQuicklinks.connector.d.ts.map +1 -0
  365. package/components/SideNavigation/SideNavigationLinksQuicklinks.d.ts +4 -0
  366. package/components/SideNavigation/SideNavigationLinksQuicklinks.d.ts.map +1 -0
  367. package/components/SideNavigation/SideNavigationNestedItem.d.ts +35 -0
  368. package/components/SideNavigation/SideNavigationNestedItem.d.ts.map +1 -0
  369. package/components/SideNavigation/SideNavigationNestedItem.js +30 -6
  370. package/components/SideNavigation/SideNavigationProvider.connector.d.ts +3 -0
  371. package/components/SideNavigation/SideNavigationProvider.connector.d.ts.map +1 -0
  372. package/components/SideNavigation/SideNavigationProvider.context.d.ts +3 -0
  373. package/components/SideNavigation/SideNavigationProvider.context.d.ts.map +1 -0
  374. package/components/SideNavigation/SideNavigationProvider.d.ts +4 -0
  375. package/components/SideNavigation/SideNavigationProvider.d.ts.map +1 -0
  376. package/components/SideNavigation/SideNavigationProvider.js +1 -0
  377. package/components/SideNavigation/index.d.ts +2 -0
  378. package/components/SideNavigation/index.d.ts.map +1 -0
  379. package/components/SideNavigation/selectors.d.ts +4 -0
  380. package/components/SideNavigation/selectors.d.ts.map +1 -0
  381. package/components/SnackBarContainer/index.d.ts +18 -0
  382. package/components/SnackBarContainer/index.d.ts.map +1 -0
  383. package/components/Switch/index.d.ts +40 -0
  384. package/components/Switch/index.d.ts.map +1 -0
  385. package/components/Switch/index.js +50 -4
  386. package/components/Tabs/TabContext.d.ts +15 -0
  387. package/components/Tabs/TabContext.d.ts.map +1 -0
  388. package/components/Tabs/components/Tab.d.ts +31 -0
  389. package/components/Tabs/components/Tab.d.ts.map +1 -0
  390. package/components/Tabs/components/Tab.js +40 -5
  391. package/components/Tabs/components/TabIndicator.d.ts +18 -0
  392. package/components/Tabs/components/TabIndicator.d.ts.map +1 -0
  393. package/components/Tabs/components/TabIndicator.js +22 -7
  394. package/components/Tabs/components/TabPanel.d.ts +22 -0
  395. package/components/Tabs/components/TabPanel.d.ts.map +1 -0
  396. package/components/Tabs/components/Tabs.d.ts +20 -0
  397. package/components/Tabs/components/Tabs.d.ts.map +1 -0
  398. package/components/Tabs/components/Tabs.js +25 -6
  399. package/components/Tabs/debounce.d.ts +9 -0
  400. package/components/Tabs/debounce.d.ts.map +1 -0
  401. package/components/Tabs/index.d.ts +4 -0
  402. package/components/Tabs/index.d.ts.map +1 -0
  403. package/components/Tabs/ownerDocument.d.ts +6 -0
  404. package/components/Tabs/ownerDocument.d.ts.map +1 -0
  405. package/components/Tabs/ownerWindow.d.ts +6 -0
  406. package/components/Tabs/ownerWindow.d.ts.map +1 -0
  407. package/components/Tabs/useEventCallback.d.ts +8 -0
  408. package/components/Tabs/useEventCallback.d.ts.map +1 -0
  409. package/components/TextLink/TextLink.d.ts +18 -0
  410. package/components/TextLink/TextLink.d.ts.map +1 -0
  411. package/components/TextLink/TextLink.js +26 -10
  412. package/components/TimeBoundary/index.d.ts +55 -0
  413. package/components/TimeBoundary/index.d.ts.map +1 -0
  414. package/components/TimeBoundary/index.js +1 -1
  415. package/components/Toggle/index.d.ts +28 -0
  416. package/components/Toggle/index.d.ts.map +1 -0
  417. package/components/Toggle/index.js +86 -24
  418. package/components/Typography/Typography.js +16 -8
  419. package/components/VideoPlayer/index.d.ts +52 -0
  420. package/components/VideoPlayer/index.d.ts.map +1 -0
  421. package/components/View/components/Above/index.d.ts +6 -0
  422. package/components/View/components/Above/index.d.ts.map +1 -0
  423. package/components/View/components/Below/index.d.ts +6 -0
  424. package/components/View/components/Below/index.d.ts.map +1 -0
  425. package/components/View/components/Content/components/ParallaxProvider/index.d.ts +21 -0
  426. package/components/View/components/Content/components/ParallaxProvider/index.d.ts.map +1 -0
  427. package/components/View/components/Content/components/ParallaxProvider/index.js +2 -2
  428. package/components/View/components/Content/index.d.ts +3 -0
  429. package/components/View/components/Content/index.d.ts.map +1 -0
  430. package/components/View/components/Content/index.js +171 -173
  431. package/components/View/context.d.ts +16 -0
  432. package/components/View/context.d.ts.map +1 -0
  433. package/components/View/index.d.ts +8 -0
  434. package/components/View/index.d.ts.map +1 -0
  435. package/components/View/index.js +19 -2
  436. package/components/View/provider.d.ts +82 -0
  437. package/components/View/provider.d.ts.map +1 -0
  438. package/components/index.d.ts +186 -0
  439. package/components/index.d.ts.map +1 -0
  440. package/components/v2/Button/Button.d.ts +74 -0
  441. package/components/v2/Button/Button.d.ts.map +1 -0
  442. package/components/v2/Button/Button.js +314 -0
  443. package/components/v2/Button/index.d.ts +3 -0
  444. package/components/v2/Button/index.d.ts.map +1 -0
  445. package/components/v2/Button/index.js +1 -0
  446. package/components/v2/ButtonBase/ButtonBase.d.ts +40 -0
  447. package/components/v2/ButtonBase/ButtonBase.d.ts.map +1 -0
  448. package/components/v2/ButtonBase/ButtonBase.js +117 -0
  449. package/components/v2/ButtonBase/Ripple.d.ts +10 -0
  450. package/components/v2/ButtonBase/Ripple.d.ts.map +1 -0
  451. package/components/v2/ButtonBase/Ripple.js +118 -0
  452. package/components/v2/ButtonBase/constants.d.ts +4 -0
  453. package/components/v2/ButtonBase/constants.d.ts.map +1 -0
  454. package/components/v2/ButtonBase/constants.js +3 -0
  455. package/components/v2/ButtonBase/hooks.d.ts +23 -0
  456. package/components/v2/ButtonBase/hooks.d.ts.map +1 -0
  457. package/components/v2/ButtonBase/hooks.js +56 -0
  458. package/components/v2/ButtonBase/index.d.ts +3 -0
  459. package/components/v2/ButtonBase/index.d.ts.map +1 -0
  460. package/components/v2/ButtonBase/index.js +1 -0
  461. package/components/v2/ButtonGroup/ButtonGroup.d.ts +66 -0
  462. package/components/v2/ButtonGroup/ButtonGroup.d.ts.map +1 -0
  463. package/components/v2/ButtonGroup/ButtonGroup.js +195 -0
  464. package/components/v2/ButtonGroup/index.d.ts +3 -0
  465. package/components/v2/ButtonGroup/index.d.ts.map +1 -0
  466. package/components/v2/ButtonGroup/index.js +1 -0
  467. package/components/v2/CircularProgress/CircularProgress.d.ts +61 -0
  468. package/components/v2/CircularProgress/CircularProgress.d.ts.map +1 -0
  469. package/components/v2/CircularProgress/CircularProgress.js +139 -0
  470. package/components/v2/CircularProgress/index.d.ts +3 -0
  471. package/components/v2/CircularProgress/index.d.ts.map +1 -0
  472. package/components/v2/CircularProgress/index.js +1 -0
  473. package/components/v2/index.d.ts +5 -0
  474. package/components/v2/index.d.ts.map +1 -0
  475. package/components/v2/index.js +4 -0
  476. package/core/action-creators/app.d.ts +2 -0
  477. package/core/action-creators/app.d.ts.map +1 -0
  478. package/core/action-creators/appPermissions.d.ts +6 -0
  479. package/core/action-creators/appPermissions.d.ts.map +1 -0
  480. package/core/action-creators/index.d.ts +6 -0
  481. package/core/action-creators/index.d.ts.map +1 -0
  482. package/core/action-creators/merchantSettings.d.ts +2 -0
  483. package/core/action-creators/merchantSettings.d.ts.map +1 -0
  484. package/core/action-creators/optIns.d.ts +23 -0
  485. package/core/action-creators/optIns.d.ts.map +1 -0
  486. package/core/action-creators/shopSettings.d.ts +3 -0
  487. package/core/action-creators/shopSettings.d.ts.map +1 -0
  488. package/core/actions/grantPermissions.js +1 -0
  489. package/core/actions/index.d.ts +29 -0
  490. package/core/actions/index.d.ts.map +1 -0
  491. package/core/actions/requestAppPermission.d.ts +19 -0
  492. package/core/actions/requestAppPermission.d.ts.map +1 -0
  493. package/core/actions/requestAppPermissionStatus.d.ts +16 -0
  494. package/core/actions/requestAppPermissionStatus.d.ts.map +1 -0
  495. package/core/actions/updateStatusBarBackground.d.ts +8 -0
  496. package/core/actions/updateStatusBarBackground.d.ts.map +1 -0
  497. package/core/classes/GeolocationRequest.d.ts +29 -0
  498. package/core/classes/GeolocationRequest.d.ts.map +1 -0
  499. package/core/classes/GeolocationRequestApp.d.ts +25 -0
  500. package/core/classes/GeolocationRequestApp.d.ts.map +1 -0
  501. package/core/classes/GeolocationRequestBrowser.d.ts +15 -0
  502. package/core/classes/GeolocationRequestBrowser.d.ts.map +1 -0
  503. package/core/classes/index.d.ts +16 -0
  504. package/core/classes/index.d.ts.map +1 -0
  505. package/core/collections/AppInitialization.d.ts +67 -0
  506. package/core/collections/AppInitialization.d.ts.map +1 -0
  507. package/core/collections/index.d.ts +10 -0
  508. package/core/collections/index.d.ts.map +1 -0
  509. package/core/commands/analyticsSetConsent.d.ts +28 -0
  510. package/core/commands/analyticsSetConsent.d.ts.map +1 -0
  511. package/core/commands/index.d.ts +29 -0
  512. package/core/commands/index.d.ts.map +1 -0
  513. package/core/config/ThemeConfigResolver.d.ts +57 -0
  514. package/core/config/ThemeConfigResolver.d.ts.map +1 -0
  515. package/core/config/config.action-creators.d.ts +4 -0
  516. package/core/config/config.action-creators.d.ts.map +1 -0
  517. package/core/config/config.actions.d.ts +2 -0
  518. package/core/config/config.actions.d.ts.map +1 -0
  519. package/core/config/config.constants.d.ts +6 -0
  520. package/core/config/config.constants.d.ts.map +1 -0
  521. package/core/config/config.reducers.d.ts +8 -0
  522. package/core/config/config.reducers.d.ts.map +1 -0
  523. package/core/config/config.selectors.d.ts +30 -0
  524. package/core/config/config.selectors.d.ts.map +1 -0
  525. package/core/config/config.streams.d.ts +7 -0
  526. package/core/config/config.streams.d.ts.map +1 -0
  527. package/core/config/config.subscriptions.d.ts +7 -0
  528. package/core/config/config.subscriptions.d.ts.map +1 -0
  529. package/core/config/getPageConfig.d.ts +9 -0
  530. package/core/config/getPageConfig.d.ts.map +1 -0
  531. package/core/config/getPageSettings.d.ts +15 -0
  532. package/core/config/getPageSettings.d.ts.map +1 -0
  533. package/core/config/getThemeAssets.d.ts +8 -0
  534. package/core/config/getThemeAssets.d.ts.map +1 -0
  535. package/core/config/getThemeColors.d.ts +8 -0
  536. package/core/config/getThemeColors.d.ts.map +1 -0
  537. package/core/config/getThemeConfig.d.ts +7 -0
  538. package/core/config/getThemeConfig.d.ts.map +1 -0
  539. package/core/config/getThemeSettings.d.ts +8 -0
  540. package/core/config/getThemeSettings.d.ts.map +1 -0
  541. package/core/config/getThemeStyles.d.ts +8 -0
  542. package/core/config/getThemeStyles.d.ts.map +1 -0
  543. package/core/config/getWidgetConfig.d.ts +14 -0
  544. package/core/config/getWidgetConfig.d.ts.map +1 -0
  545. package/core/config/getWidgetSettings.d.ts +16 -0
  546. package/core/config/getWidgetSettings.d.ts.map +1 -0
  547. package/core/config/index.d.ts +17 -0
  548. package/core/config/index.d.ts.map +1 -0
  549. package/core/config/isBeta.d.ts +6 -0
  550. package/core/config/isBeta.d.ts.map +1 -0
  551. package/core/constants/actionTypes.d.ts +3 -0
  552. package/core/constants/actionTypes.d.ts.map +1 -0
  553. package/core/constants/appFeatures.d.ts +4 -0
  554. package/core/constants/appFeatures.d.ts.map +1 -0
  555. package/core/constants/deviceTypes.d.ts +3 -0
  556. package/core/constants/deviceTypes.d.ts.map +1 -0
  557. package/core/constants/geolocationRequest.d.ts +6 -0
  558. package/core/constants/geolocationRequest.d.ts.map +1 -0
  559. package/core/constants/index.d.ts +61 -0
  560. package/core/constants/index.d.ts.map +1 -0
  561. package/core/constants/merchantSettings.d.ts +12 -0
  562. package/core/constants/merchantSettings.d.ts.map +1 -0
  563. package/core/constants/optIns.d.ts +5 -0
  564. package/core/constants/optIns.d.ts.map +1 -0
  565. package/core/constants/pipelines.d.ts +4 -0
  566. package/core/constants/pipelines.d.ts.map +1 -0
  567. package/core/constants/shopSettings.d.ts +28 -0
  568. package/core/constants/shopSettings.d.ts.map +1 -0
  569. package/core/contexts/AppContext.d.ts +4 -0
  570. package/core/contexts/AppContext.d.ts.map +1 -0
  571. package/core/contexts/index.d.ts +4 -0
  572. package/core/contexts/index.d.ts.map +1 -0
  573. package/core/events/index.d.ts +2 -0
  574. package/core/events/index.d.ts.map +1 -0
  575. package/core/helpers/androidNavigationBar.d.ts +9 -0
  576. package/core/helpers/androidNavigationBar.d.ts.map +1 -0
  577. package/core/helpers/appFeatures.d.ts +4 -0
  578. package/core/helpers/appFeatures.d.ts.map +1 -0
  579. package/core/helpers/appFeatures.js +1 -0
  580. package/core/helpers/appPermissions.d.ts +2 -0
  581. package/core/helpers/appPermissions.d.ts.map +1 -0
  582. package/core/helpers/appPermissions.js +1 -0
  583. package/core/helpers/baseUrl.d.ts +2 -0
  584. package/core/helpers/baseUrl.d.ts.map +1 -0
  585. package/core/helpers/bridge.d.ts +6 -0
  586. package/core/helpers/bridge.d.ts.map +1 -0
  587. package/core/helpers/bridge.js +1 -0
  588. package/core/helpers/deviceType.d.ts +2 -0
  589. package/core/helpers/deviceType.d.ts.map +1 -0
  590. package/core/helpers/environment.d.ts +2 -0
  591. package/core/helpers/environment.d.ts.map +1 -0
  592. package/core/helpers/errorBehavior.d.ts +43 -0
  593. package/core/helpers/errorBehavior.d.ts.map +1 -0
  594. package/core/helpers/featureFlag.d.ts +16 -0
  595. package/core/helpers/featureFlag.d.ts.map +1 -0
  596. package/core/helpers/getFullImageSource.d.ts +5 -0
  597. package/core/helpers/getFullImageSource.d.ts.map +1 -0
  598. package/core/helpers/getFullImageSource.js +1 -0
  599. package/core/helpers/getImageFormat.d.ts +2 -0
  600. package/core/helpers/getImageFormat.d.ts.map +1 -0
  601. package/core/helpers/googleMaps.d.ts +6 -0
  602. package/core/helpers/googleMaps.d.ts.map +1 -0
  603. package/core/helpers/i18n.d.ts +48 -0
  604. package/core/helpers/i18n.d.ts.map +1 -0
  605. package/core/helpers/index.d.ts +49 -0
  606. package/core/helpers/index.d.ts.map +1 -0
  607. package/core/helpers/index.js +1 -1
  608. package/core/helpers/isIOSTheme.d.ts +6 -0
  609. package/core/helpers/isIOSTheme.d.ts.map +1 -0
  610. package/core/helpers/isIOSTheme.js +1 -0
  611. package/core/helpers/isTouchDevice.d.ts +2 -0
  612. package/core/helpers/isTouchDevice.d.ts.map +1 -0
  613. package/core/helpers/nl2br.d.ts +3 -0
  614. package/core/helpers/nl2br.d.ts.map +1 -0
  615. package/core/helpers/scrollContainer.d.ts +3 -0
  616. package/core/helpers/scrollContainer.d.ts.map +1 -0
  617. package/core/helpers/scrollContainer.js +8 -1
  618. package/core/helpers/string.d.ts +3 -0
  619. package/core/helpers/string.d.ts.map +1 -0
  620. package/core/helpers/svgToDataUrl.d.ts +2 -0
  621. package/core/helpers/svgToDataUrl.d.ts.map +1 -0
  622. package/core/helpers/updateLegacyNavigationBar.d.ts +2 -0
  623. package/core/helpers/updateLegacyNavigationBar.d.ts.map +1 -0
  624. package/core/hocs/index.d.ts +11 -0
  625. package/core/hocs/index.d.ts.map +1 -0
  626. package/core/hocs/withApp.d.ts +7 -0
  627. package/core/hocs/withApp.d.ts.map +1 -0
  628. package/core/hocs/withCurrentProduct.d.ts +11 -0
  629. package/core/hocs/withCurrentProduct.d.ts.map +1 -0
  630. package/core/hocs/withForwardedRef.d.ts +12 -0
  631. package/core/hocs/withForwardedRef.d.ts.map +1 -0
  632. package/core/hocs/withNavigation.d.ts +11 -0
  633. package/core/hocs/withNavigation.d.ts.map +1 -0
  634. package/core/hocs/withRoute.d.ts +11 -0
  635. package/core/hocs/withRoute.d.ts.map +1 -0
  636. package/core/hocs/withTheme.d.ts +50 -0
  637. package/core/hocs/withTheme.d.ts.map +1 -0
  638. package/core/hocs/withThemeResources.d.ts +7 -0
  639. package/core/hocs/withThemeResources.d.ts.map +1 -0
  640. package/core/hocs/withWidgetSettings.d.ts +11 -0
  641. package/core/hocs/withWidgetSettings.d.ts.map +1 -0
  642. package/core/hocs/withWidgetStyles.d.ts +9 -0
  643. package/core/hocs/withWidgetStyles.d.ts.map +1 -0
  644. package/core/hooks/events/index.d.ts +5 -0
  645. package/core/hooks/events/index.d.ts.map +1 -0
  646. package/core/hooks/events/usePressHandler.d.ts +53 -0
  647. package/core/hooks/events/usePressHandler.d.ts.map +1 -0
  648. package/core/hooks/html/index.d.ts +2 -0
  649. package/core/hooks/html/index.d.ts.map +1 -0
  650. package/core/hooks/html/useLoadImage.d.ts +7 -0
  651. package/core/hooks/html/useLoadImage.d.ts.map +1 -0
  652. package/core/hooks/index.d.ts +19 -0
  653. package/core/hooks/index.d.ts.map +1 -0
  654. package/core/hooks/layout/index.d.ts +2 -0
  655. package/core/hooks/layout/index.d.ts.map +1 -0
  656. package/core/hooks/useApp.d.ts +6 -0
  657. package/core/hooks/useApp.d.ts.map +1 -0
  658. package/core/hooks/useAsyncMemo.d.ts +12 -0
  659. package/core/hooks/useAsyncMemo.d.ts.map +1 -0
  660. package/core/hooks/useCurrentProduct.d.ts +6 -0
  661. package/core/hooks/useCurrentProduct.d.ts.map +1 -0
  662. package/core/hooks/useLocalStorage.d.ts +24 -8
  663. package/core/hooks/useLocalStorage.d.ts.map +1 -0
  664. package/core/hooks/useLocalStorage.js +58 -13
  665. package/core/hooks/useNavigation.d.ts +6 -0
  666. package/core/hooks/useNavigation.d.ts.map +1 -0
  667. package/core/hooks/usePageConfig.d.ts +8 -0
  668. package/core/hooks/usePageConfig.d.ts.map +1 -0
  669. package/core/hooks/usePageSettings.d.ts +9 -0
  670. package/core/hooks/usePageSettings.d.ts.map +1 -0
  671. package/core/hooks/usePrevious.d.ts +2 -0
  672. package/core/hooks/usePrevious.d.ts.map +1 -0
  673. package/core/hooks/useRoute.d.ts +6 -0
  674. package/core/hooks/useRoute.d.ts.map +1 -0
  675. package/core/hooks/useTheme.d.ts +52 -0
  676. package/core/hooks/useTheme.d.ts.map +1 -0
  677. package/core/hooks/useThemeResources.d.ts +43 -0
  678. package/core/hooks/useThemeResources.d.ts.map +1 -0
  679. package/core/hooks/useWidgetConfig.d.ts +10 -0
  680. package/core/hooks/useWidgetConfig.d.ts.map +1 -0
  681. package/core/hooks/useWidgetSettings.d.ts +10 -0
  682. package/core/hooks/useWidgetSettings.d.ts.map +1 -0
  683. package/core/hooks/useWidgetStyles.d.ts +10 -0
  684. package/core/hooks/useWidgetStyles.d.ts.map +1 -0
  685. package/core/index.d.ts +27 -0
  686. package/core/index.d.ts.map +1 -0
  687. package/core/initialization/index.d.ts +4 -0
  688. package/core/initialization/index.d.ts.map +1 -0
  689. package/core/initialization/index.js +4 -3
  690. package/core/providers/AppProvider.d.ts +46 -0
  691. package/core/providers/AppProvider.d.ts.map +1 -0
  692. package/core/providers/ThemeResourcesProvider.d.ts +56 -0
  693. package/core/providers/ThemeResourcesProvider.d.ts.map +1 -0
  694. package/core/providers/index.d.ts +7 -0
  695. package/core/providers/index.d.ts.map +1 -0
  696. package/core/router/helpers.d.ts +30 -0
  697. package/core/router/helpers.d.ts.map +1 -0
  698. package/core/selectors/app.d.ts +11 -0
  699. package/core/selectors/app.d.ts.map +1 -0
  700. package/core/selectors/index.d.ts +11 -0
  701. package/core/selectors/index.d.ts.map +1 -0
  702. package/core/selectors/merchantSettings.d.ts +21 -0
  703. package/core/selectors/merchantSettings.d.ts.map +1 -0
  704. package/core/selectors/shopSettings.d.ts +54 -0
  705. package/core/selectors/shopSettings.d.ts.map +1 -0
  706. package/core/selectors/shopSettings.js +1 -0
  707. package/core/streams/app.d.ts +7 -0
  708. package/core/streams/app.d.ts.map +1 -0
  709. package/core/streams/appPermissions.d.ts +31 -0
  710. package/core/streams/appPermissions.d.ts.map +1 -0
  711. package/core/streams/index.d.ts +10 -0
  712. package/core/streams/index.d.ts.map +1 -0
  713. package/core/streams/optIns.d.ts +21 -0
  714. package/core/streams/optIns.d.ts.map +1 -0
  715. package/core/validation/index.d.ts +3 -0
  716. package/core/validation/index.d.ts.map +1 -0
  717. package/core/validation/validation.d.ts +10 -0
  718. package/core/validation/validation.d.ts.map +1 -0
  719. package/core/validation/validation.hooks.d.ts +10 -0
  720. package/core/validation/validation.hooks.d.ts.map +1 -0
  721. package/development/components/DevelopmentTools/hooks.js +1 -0
  722. package/development/components/SimulatedInsets/SimulatedInsetBottom.js +15 -12
  723. package/development/components/SimulatedInsets/SimulatedInsetTop.js +24 -21
  724. package/favorites/components/CommentDialog/CommentDialog.d.ts +4 -0
  725. package/favorites/components/CommentDialog/CommentDialog.d.ts.map +1 -0
  726. package/favorites/components/CommentDialog/CommentDialog.js +17 -14
  727. package/favorites/components/CommentDialog/index.d.ts +2 -0
  728. package/favorites/components/CommentDialog/index.d.ts.map +1 -0
  729. package/favorites/components/FavoriteButtonWide/FavoriteButtonWide.js +13 -11
  730. package/favorites/components/Item/Item.d.ts +62 -0
  731. package/favorites/components/Item/Item.d.ts.map +1 -0
  732. package/favorites/components/Item/Item.js +53 -54
  733. package/favorites/components/Item/ItemCharacteristics.d.ts +17 -0
  734. package/favorites/components/Item/ItemCharacteristics.d.ts.map +1 -0
  735. package/favorites/components/Item/ItemCharacteristics.js +9 -6
  736. package/favorites/components/Item/ItemNotes.d.ts +4 -0
  737. package/favorites/components/Item/ItemNotes.d.ts.map +1 -0
  738. package/favorites/components/Item/ItemNotes.js +23 -20
  739. package/favorites/components/Item/ItemQuantity.d.ts +4 -0
  740. package/favorites/components/Item/ItemQuantity.d.ts.map +1 -0
  741. package/favorites/components/Item/ItemQuantity.js +9 -6
  742. package/favorites/components/Item/index.d.ts +2 -0
  743. package/favorites/components/Item/index.d.ts.map +1 -0
  744. package/favorites/components/ItemFulfillmentMethod/ItemFulfillmentMethod.d.ts +16 -0
  745. package/favorites/components/ItemFulfillmentMethod/ItemFulfillmentMethod.d.ts.map +1 -0
  746. package/favorites/components/ItemFulfillmentMethod/ItemFulfillmentMethod.js +2 -1
  747. package/favorites/components/ItemFulfillmentMethod/index.d.ts +2 -0
  748. package/favorites/components/ItemFulfillmentMethod/index.d.ts.map +1 -0
  749. package/favorites/components/List/List.d.ts +50 -0
  750. package/favorites/components/List/List.d.ts.map +1 -0
  751. package/favorites/components/List/List.js +23 -4
  752. package/favorites/components/List/ListAccordionHeader.d.ts +23 -0
  753. package/favorites/components/List/ListAccordionHeader.d.ts.map +1 -0
  754. package/favorites/components/List/ListAccordionLabel.d.ts +14 -0
  755. package/favorites/components/List/ListAccordionLabel.d.ts.map +1 -0
  756. package/favorites/components/List/ListAccordionLabel.js +16 -6
  757. package/favorites/components/List/ListContent.d.ts +4 -0
  758. package/favorites/components/List/ListContent.d.ts.map +1 -0
  759. package/favorites/components/List/ListContent.js +59 -39
  760. package/favorites/components/List/ListItemWrapper.d.ts +28 -0
  761. package/favorites/components/List/ListItemWrapper.d.ts.map +1 -0
  762. package/favorites/components/List/ListItemWrapper.js +38 -23
  763. package/favorites/components/List/index.d.ts +2 -0
  764. package/favorites/components/List/index.d.ts.map +1 -0
  765. package/favorites/components/ListChooser/ListChooser.js +1 -1
  766. package/favorites/components/ListChooser/ListChooserItem.js +16 -13
  767. package/favorites/components/Lists/Lists.d.ts +4 -0
  768. package/favorites/components/Lists/Lists.d.ts.map +1 -0
  769. package/favorites/components/Lists/Lists.js +13 -15
  770. package/favorites/components/Lists/ListsModal.d.ts +26 -0
  771. package/favorites/components/Lists/ListsModal.d.ts.map +1 -0
  772. package/favorites/components/Lists/ListsModal.js +14 -11
  773. package/favorites/components/Lists/index.d.ts +2 -0
  774. package/favorites/components/Lists/index.d.ts.map +1 -0
  775. package/favorites/components/RemoveButton/RemoveButton.d.ts +15 -0
  776. package/favorites/components/RemoveButton/RemoveButton.d.ts.map +1 -0
  777. package/favorites/components/RemoveButton/RemoveButton.js +24 -19
  778. package/favorites/components/RemoveButton/index.d.ts +2 -0
  779. package/favorites/components/RemoveButton/index.d.ts.map +1 -0
  780. package/favorites/constants/Portals.d.ts +7 -0
  781. package/favorites/constants/Portals.d.ts.map +1 -0
  782. package/favorites/constants/index.d.ts +3 -0
  783. package/favorites/constants/index.d.ts.map +1 -0
  784. package/filter/components/FilterItem/index.js +21 -6
  785. package/filter/components/FilterPageContent/components/ApplyButton/index.js +15 -4
  786. package/filter/components/FilterPageContent/components/ResetButton/index.js +32 -20
  787. package/filter/components/FilterPageContent/components/Selector/components/Selected/index.js +47 -42
  788. package/filter/components/FilterPageContent/components/Selector/components/Toggle/index.js +62 -50
  789. package/filter/components/FilterPageContent/components/Selector/components/ValueButton/index.js +59 -51
  790. package/filter/components/FilterPageContent/components/Selector/index.js +88 -139
  791. package/filter/components/PriceSlider/components/Label/index.js +67 -9
  792. package/filter/components/PriceSlider/index.js +99 -91
  793. package/filter/constants/sort.js +1 -0
  794. package/i18n/countries.helpers.d.ts +2 -0
  795. package/i18n/countries.helpers.d.ts.map +1 -0
  796. package/locations/components/Cart/CartContextMenuChangeFulfillmentContent.js +27 -5
  797. package/locations/components/ChangeLocationButton/ChangeLocationButton.js +37 -19
  798. package/locations/components/FulfillmentPath/FulfillmentPath.js +18 -3
  799. package/locations/components/FulfillmentPath/FulfillmentPathItem.js +45 -13
  800. package/locations/components/FulfillmentPathSelector/FulfillmentPathSelector.js +21 -13
  801. package/locations/components/FulfillmentSelector/FulfillmentSelector.js +12 -4
  802. package/locations/components/FulfillmentSelector/FulfillmentSelectorAddToCart.js +1 -0
  803. package/locations/components/FulfillmentSelector/FulfillmentSelectorAlternativeLocation.js +33 -9
  804. package/locations/components/FulfillmentSelector/FulfillmentSelectorBOPIS.js +14 -6
  805. package/locations/components/FulfillmentSelector/FulfillmentSelectorDirectShip.js +30 -8
  806. package/locations/components/FulfillmentSelector/FulfillmentSelectorHeader.js +22 -10
  807. package/locations/components/FulfillmentSelector/FulfillmentSelectorImpossibleError.js +12 -3
  808. package/locations/components/FulfillmentSelector/FulfillmentSelectorItem.js +63 -9
  809. package/locations/components/FulfillmentSelector/FulfillmentSelectorLocation.js +53 -14
  810. package/locations/components/FulfillmentSelector/FulfillmentSelectorLocationMethodNotAvailable.js +11 -6
  811. package/locations/components/FulfillmentSelector/FulfillmentSelectorROPIS.js +14 -6
  812. package/locations/components/FulfillmentSheet/FulfillmentSheetContent.js +20 -3
  813. package/locations/components/FulfillmentSlotSwitcher/FulfillmentSlotDialog.js +49 -46
  814. package/locations/components/FulfillmentSlotSwitcher/FulfillmentSlotSwitcher.js +9 -6
  815. package/locations/components/FulfillmentSlotSwitcher/FulfillmentSlotSwitcherBar.js +56 -10
  816. package/locations/components/FulfillmentSlotSwitcher/FulfillmentSlotSwitcherDefault.js +34 -7
  817. package/locations/components/GlobalLocationSelector/GlobalLocationSelector.js +1 -0
  818. package/locations/components/GlobalLocationSwitcher/GlobalLocationSwitcherBar.js +75 -30
  819. package/locations/components/GlobalLocationSwitcher/GlobalLocationSwitcherDefault.js +52 -23
  820. package/locations/components/ReservationResponses/ReservationError.js +25 -5
  821. package/locations/components/ReservationResponses/ReservationSuccess.js +34 -7
  822. package/locations/components/ReserveForm/ReserveForm.js +59 -19
  823. package/locations/components/ReserveForm/ReserveFormPhone.js +59 -9
  824. package/locations/components/StockInfo/StockInfo.defaultSettings.js +13 -8
  825. package/locations/components/StockInfo/StockInfo.js +24 -14
  826. package/locations/components/StockInfoLists/index.js +15 -12
  827. package/locations/components/StoreDetails/components/FindMoreStores.js +58 -54
  828. package/locations/components/StoreDetails/components/GetDirectionsButton.js +11 -8
  829. package/locations/components/StoreDetails/components/StoreDetails.js +60 -57
  830. package/locations/components/StoreDetails/components/StoreFinderMap.js +22 -5
  831. package/locations/components/StoreDetails/components/StoreLocationMap.js +9 -6
  832. package/locations/components/StoreDetails/components/StoresNearby.js +12 -9
  833. package/locations/components/StoreDetails/components/StoresNearbyListItem.js +41 -38
  834. package/locations/components/StoreDetails/index.js +18 -14
  835. package/locations/components/StoreFinder/StoreFinder.js +30 -5
  836. package/locations/components/StoreFinder/StoreFinderGetDirectionsButton.js +17 -5
  837. package/locations/components/StoreFinder/StoreFinderLocation.js +12 -5
  838. package/locations/components/StoreFinder/StoreFinderLocationDetails.js +23 -4
  839. package/locations/components/StoreFinder/StoreFinderLocationHeader.js +85 -11
  840. package/locations/components/StoreFinder/StoreFinderLocations.js +33 -5
  841. package/locations/components/StoreFinder/StoreFinderSearch.js +18 -8
  842. package/locations/components/StoreFinder/StoreFinderSelectLocationButton.js +21 -5
  843. package/locations/components/StoreFinder/StoreFinderStoreInfoButton.js +15 -17
  844. package/locations/components/StoreList/StoreAddress.js +28 -6
  845. package/locations/components/StoreList/StoreAddressShort.js +23 -9
  846. package/locations/components/StoreList/StoreCard.js +1 -1
  847. package/locations/components/StoreList/StoreDetails.js +17 -4
  848. package/locations/components/StoreList/StoreDetailsLine.js +26 -7
  849. package/locations/components/StoreList/StoreDistance.js +16 -2
  850. package/locations/components/StoreList/StoreHeader.js +22 -6
  851. package/locations/components/StoreList/StoreHoursToday.js +10 -2
  852. package/locations/components/StoreList/StoreListLocations.js +32 -5
  853. package/locations/components/StoreList/StoreListProduct.js +31 -6
  854. package/locations/components/StoreList/StoreListProductInfo.js +28 -5
  855. package/locations/components/StoreList/StoreListProductName.js +13 -3
  856. package/locations/components/StoreList/StoreListSearch.js +103 -14
  857. package/locations/components/StoreList/StoreListSearchRadius.js +42 -7
  858. package/locations/components/StoreList/StoreOpeningHours.js +17 -4
  859. package/locations/components/StoreList/StoreOpeningHoursLine.js +17 -5
  860. package/locations/components/StoreList/StorePhoneNumber.js +19 -5
  861. package/locations/components/StoreList/StoreSelectLocationButton.js +20 -4
  862. package/locations/helpers/formatDistance.js +2 -1
  863. package/locations/providers/FulfillmentProvider.js +1 -0
  864. package/locations/selectors/index.js +1 -0
  865. package/login/components/ForgotPassword/ForgotPassword.js +101 -15
  866. package/orders/action-creators/index.d.ts +3 -0
  867. package/orders/action-creators/index.d.ts.map +1 -0
  868. package/orders/action-creators/orderDetails.d.ts +26 -0
  869. package/orders/action-creators/orderDetails.d.ts.map +1 -0
  870. package/orders/action-creators/orders.d.ts +6 -0
  871. package/orders/action-creators/orders.d.ts.map +1 -0
  872. package/orders/actions/cancelOrder.d.ts +15 -0
  873. package/orders/actions/cancelOrder.d.ts.map +1 -0
  874. package/orders/actions/cancelOrder.js +1 -0
  875. package/orders/actions/fetchOrderDetails.d.ts +19 -0
  876. package/orders/actions/fetchOrderDetails.d.ts.map +1 -0
  877. package/orders/actions/fetchOrderHistory.d.ts +13 -0
  878. package/orders/actions/fetchOrderHistory.d.ts.map +1 -0
  879. package/orders/actions/index.d.ts +4 -0
  880. package/orders/actions/index.d.ts.map +1 -0
  881. package/orders/components/OrderDetails/OrderDetailsAuthenticate.js +41 -9
  882. package/orders/components/OrderDetails/OrderDetailsContent.js +21 -4
  883. package/orders/components/OrderDetails/OrderDetailsOrder.js +74 -13
  884. package/orders/components/OrderDetails/OrderDetailsOrderHeader.js +54 -12
  885. package/orders/components/OrderDetails/OrderDetailsOrderPickupLocation.js +15 -4
  886. package/orders/components/OrderHistory/OrderHistory.d.ts +7 -0
  887. package/orders/components/OrderHistory/OrderHistory.d.ts.map +1 -0
  888. package/orders/components/OrderHistory/OrderHistory.js +15 -4
  889. package/orders/components/OrderHistory/OrderHistoryList.d.ts +21 -0
  890. package/orders/components/OrderHistory/OrderHistoryList.d.ts.map +1 -0
  891. package/orders/components/OrderHistory/OrderHistoryList.js +92 -48
  892. package/orders/components/OrderHistory/OrderHistoryLoader.d.ts +17 -0
  893. package/orders/components/OrderHistory/OrderHistoryLoader.d.ts.map +1 -0
  894. package/orders/components/OrderHistory/OrderHistoryTable.d.ts +21 -0
  895. package/orders/components/OrderHistory/OrderHistoryTable.d.ts.map +1 -0
  896. package/orders/components/OrderHistory/OrderHistoryTable.js +91 -60
  897. package/orders/components/OrderHistory/index.d.ts +2 -0
  898. package/orders/components/OrderHistory/index.d.ts.map +1 -0
  899. package/orders/constants/actionTypes.d.ts +9 -0
  900. package/orders/constants/actionTypes.d.ts.map +1 -0
  901. package/orders/constants/index.d.ts +5 -0
  902. package/orders/constants/index.d.ts.map +1 -0
  903. package/orders/constants/pipelines.d.ts +4 -0
  904. package/orders/constants/pipelines.d.ts.map +1 -0
  905. package/orders/constants/routes.d.ts +4 -0
  906. package/orders/constants/routes.d.ts.map +1 -0
  907. package/orders/constants/status.d.ts +21 -0
  908. package/orders/constants/status.d.ts.map +1 -0
  909. package/orders/helpers/index.d.ts +2 -0
  910. package/orders/helpers/index.d.ts.map +1 -0
  911. package/orders/helpers/orderDetails.d.ts +2 -0
  912. package/orders/helpers/orderDetails.d.ts.map +1 -0
  913. package/orders/helpers/orderStatus.d.ts +4 -0
  914. package/orders/helpers/orderStatus.d.ts.map +1 -0
  915. package/orders/helpers/orderStatus.js +1 -1
  916. package/orders/hooks/index.d.ts +3 -0
  917. package/orders/hooks/index.d.ts.map +1 -0
  918. package/orders/providers/OrderDetailsProvider.context.d.ts +4 -0
  919. package/orders/providers/OrderDetailsProvider.context.d.ts.map +1 -0
  920. package/orders/providers/OrderHistoryProvider.connector.d.ts +9 -0
  921. package/orders/providers/OrderHistoryProvider.connector.d.ts.map +1 -0
  922. package/orders/providers/OrderHistoryProvider.context.d.ts +4 -0
  923. package/orders/providers/OrderHistoryProvider.context.d.ts.map +1 -0
  924. package/orders/providers/OrderHistoryProvider.d.ts +4 -0
  925. package/orders/providers/OrderHistoryProvider.d.ts.map +1 -0
  926. package/orders/selectors/index.d.ts +14 -0
  927. package/orders/selectors/index.d.ts.map +1 -0
  928. package/package.json +13 -9
  929. package/page/components/NotFound.js +23 -24
  930. package/page/components/ResponsiveWidgetImage/ResponsiveWidgetImage.js +2 -2
  931. package/page/components/Widgets/Tooltip.js +3 -1
  932. package/page/components/Widgets/hooks.js +1 -0
  933. package/page/selectors/index.js +1 -0
  934. package/page/widgets/ImageSlider/ImageSlider.js +1 -0
  935. package/page/widgets/NestedCategoryFilter/NestedCategoryFilter.js +5 -6
  936. package/page/widgets/NestedCategoryFilter/components/Picker/components/Sheet/index.js +3 -2
  937. package/page/widgets/NestedCategoryFilter/components/Picker/components/SheetItem/index.js +5 -12
  938. package/page/widgets/NestedCategoryFilter/components/Picker/index.js +4 -4
  939. package/product/components/Availability/Availability.js +20 -6
  940. package/product/components/Characteristics/Characteristic/components/Sheet/index.js +1 -1
  941. package/product/components/Characteristics/Characteristic/components/SheetItem/index.js +125 -83
  942. package/product/components/Characteristics/Characteristic/index.js +47 -11
  943. package/product/components/Characteristics/Swatch/index.js +90 -93
  944. package/product/components/Characteristics/index.js +1 -1
  945. package/product/components/Characteristics/transition.js +4 -8
  946. package/product/components/Description/index.js +48 -7
  947. package/product/components/EffectivityDates/constants.d.ts +3 -0
  948. package/product/components/EffectivityDates/constants.d.ts.map +1 -0
  949. package/product/components/EffectivityDates/helpers.d.ts +6 -0
  950. package/product/components/EffectivityDates/helpers.d.ts.map +1 -0
  951. package/product/components/EffectivityDates/index.js +24 -8
  952. package/product/components/FilterBar/components/Content/components/FilterButton/index.js +47 -6
  953. package/product/components/FilterBar/components/Content/components/FilterChips/index.js +23 -7
  954. package/product/components/FilterBar/components/Content/components/Sort/components/Item/index.js +20 -7
  955. package/product/components/FilterBar/components/Content/components/Sort/index.js +81 -4
  956. package/product/components/FilterBar/components/Content/index.js +12 -4
  957. package/product/components/FilterBar/components/FilterModal/FilterModal.js +9 -6
  958. package/product/components/FilterBar/components/FilterModal/FilterModalContent.js +12 -10
  959. package/product/components/FilterBar/components/FilterModal/FilterModalTitle.js +40 -35
  960. package/product/components/FilterBar/index.js +17 -7
  961. package/product/components/Header/PriceStriked/index.js +31 -7
  962. package/product/components/Header/Shipping/components/Label/index.js +31 -19
  963. package/product/components/Header/Shipping/index.js +37 -20
  964. package/product/components/Header/Shipping/spec.js +1 -0
  965. package/product/components/Header/Tiers/components/Tier/index.js +18 -5
  966. package/product/components/Header/Tiers/index.js +14 -4
  967. package/product/components/MapPriceHint/index.js +16 -6
  968. package/product/components/Media/MediaImage.js +26 -8
  969. package/product/components/Media/MediaPlaceholder.js +46 -12
  970. package/product/components/Media/helpers.d.ts +2 -0
  971. package/product/components/Media/helpers.d.ts.map +1 -0
  972. package/product/components/MediaSlider/components/MediaImage/index.js +26 -14
  973. package/product/components/MediaSlider/components/MediaVideo/index.js +28 -5
  974. package/product/components/MediaSlider/index.js +15 -2
  975. package/product/components/Options/components/TextOption/components/OptionInfo/index.js +22 -5
  976. package/product/components/Options/components/TextOption/index.js +143 -144
  977. package/product/components/OrderQuantityHint/index.js +13 -4
  978. package/product/components/PriceDifference/index.js +24 -6
  979. package/product/components/PriceInfo/PriceInfo.js +17 -12
  980. package/product/components/ProductBadges/index.js +10 -7
  981. package/product/components/ProductCard/index.js +22 -4
  982. package/product/components/ProductDiscountBadge/index.js +38 -6
  983. package/product/components/ProductFilters/index.js +28 -2
  984. package/product/components/ProductGridPrice/index.js +29 -7
  985. package/product/components/ProductImage/ProductImagePlaceholder.js +42 -6
  986. package/product/components/ProductImage/index.js +154 -130
  987. package/product/components/ProductImage/spec.js +14 -10
  988. package/product/components/ProductList/components/Item/index.js +205 -152
  989. package/product/components/ProductList/components/Iterator/index.js +49 -31
  990. package/product/components/ProductList/components/Layout/index.js +20 -9
  991. package/product/components/ProductName/ProductName.d.ts +18 -0
  992. package/product/components/ProductName/ProductName.d.ts.map +1 -0
  993. package/product/components/ProductName/ProductName.js +30 -39
  994. package/product/components/ProductName/ProductNameContent.d.ts +12 -0
  995. package/product/components/ProductName/ProductNameContent.d.ts.map +1 -0
  996. package/product/components/ProductName/ProductNameContent.js +7 -14
  997. package/product/components/ProductProperties/Content.js +13 -3
  998. package/product/components/ProductProperties/Group.js +25 -12
  999. package/product/components/ProductProperties/GroupedProperties.js +27 -17
  1000. package/product/components/ProductProperties/Row.js +45 -27
  1001. package/product/components/ProductProperties/Rows.js +26 -6
  1002. package/product/components/ProductProperties/Wrapper.js +31 -15
  1003. package/product/components/ProductProperties/helpers/getSubgroupsFromProperties.js +1 -0
  1004. package/product/components/ProductSlider/index.js +16 -3
  1005. package/product/components/ProductSlider/spec.js +1 -3
  1006. package/product/components/ProductVariants/VariantAvailability.js +12 -3
  1007. package/product/components/QuantityPicker/index.js +2 -2
  1008. package/product/components/Rating/index.js +13 -2
  1009. package/product/components/RelationsSlider/RelationsSheet.js +23 -5
  1010. package/product/components/RelationsSlider/RelationsSliderContent.js +34 -7
  1011. package/product/components/Swatch/Swatch.js +4 -4
  1012. package/product/components/Swatch/SwatchContent.js +37 -9
  1013. package/product/components/Swatch/VariantSwatch.js +4 -4
  1014. package/product/components/Swatches/Swatches.js +16 -2
  1015. package/product/components/UnitQuantityPicker/CartUnitQuantityPicker.js +16 -8
  1016. package/product/components/UnitQuantityPicker/ProductUnitQuantityPicker.js +23 -21
  1017. package/product/components/UnitQuantityPicker/UnitQuantityPicker.d.ts +75 -0
  1018. package/product/components/UnitQuantityPicker/UnitQuantityPicker.d.ts.map +1 -0
  1019. package/product/components/UnitQuantityPicker/UnitQuantityPicker.js +94 -108
  1020. package/product/components/UnitQuantityPicker/UnitQuantityPickerWithSection.js +15 -12
  1021. package/product/components/UnitQuantityPicker/helper.js +1 -1
  1022. package/product/helpers/index.d.ts +13 -0
  1023. package/product/helpers/index.d.ts.map +1 -0
  1024. package/product/helpers/redirects.d.ts +2 -0
  1025. package/product/helpers/redirects.d.ts.map +1 -0
  1026. package/product/selectors/helpers/filterProperties.d.ts +8 -0
  1027. package/product/selectors/helpers/filterProperties.d.ts.map +1 -0
  1028. package/product/selectors/helpers/index.d.ts +3 -0
  1029. package/product/selectors/helpers/index.d.ts.map +1 -0
  1030. package/product/selectors/helpers/wrapMemoizedSelector.d.ts +2 -0
  1031. package/product/selectors/helpers/wrapMemoizedSelector.d.ts.map +1 -0
  1032. package/product/selectors/media.js +1 -0
  1033. package/product/selectors/product.d.ts +112 -0
  1034. package/product/selectors/product.d.ts.map +1 -0
  1035. package/push-opt-in/components/PushOptInModal/index.js +57 -14
  1036. package/registration/components/GuestRegistration/GuestRegistrationContent.js +11 -12
  1037. package/registration/components/GuestRegistration/GuestRegistrationFormPickup.js +17 -18
  1038. package/registration/components/Registration/RegistrationContent.js +34 -6
  1039. package/registration/components/Registration/RegistrationFormActions.js +22 -5
  1040. package/registration/components/Registration/RegistrationFormBase.js +18 -4
  1041. package/registration/components/Registration/RegistrationFormBilling.js +18 -4
  1042. package/registration/components/Registration/RegistrationFormExtra.config.js +1 -1
  1043. package/registration/components/Registration/RegistrationFormExtra.js +18 -4
  1044. package/registration/components/Registration/RegistrationFormShipping.config.js +1 -1
  1045. package/registration/components/Registration/RegistrationFormShipping.js +22 -5
  1046. package/registration/components/Registration/RegistrationFormToggle.js +13 -10
  1047. package/registration/providers/GuestRegistrationProvider.js +1 -0
  1048. package/registration/providers/RegistrationProvider.js +4 -3
  1049. package/reviews/components/Reviews/components/AllReviewsLink/index.js +17 -4
  1050. package/reviews/components/Reviews/components/Header/components/AverageRating/index.js +21 -3
  1051. package/reviews/components/Reviews/components/Header/components/NoReviews/index.js +38 -18
  1052. package/reviews/components/Reviews/components/Header/components/ReviewsExcerpt/index.js +57 -28
  1053. package/reviews/components/Reviews/components/Header/components/WriteReviewLink/index.js +1 -1
  1054. package/reviews/components/Reviews/components/List/components/Info/components/Author/index.js +1 -1
  1055. package/reviews/components/Reviews/components/List/components/Info/components/ReviewDate/index.js +1 -1
  1056. package/reviews/components/Reviews/components/List/components/Info/index.js +26 -14
  1057. package/reviews/components/Reviews/components/List/components/Rating/index.js +25 -9
  1058. package/reviews/components/Reviews/components/List/components/Text/index.js +13 -3
  1059. package/reviews/components/Reviews/components/List/components/Title/index.js +17 -6
  1060. package/reviews/components/Reviews/components/List/index.js +48 -45
  1061. package/reviews/components/Reviews/components/RatingCount/index.js +28 -7
  1062. package/reviews/components/Reviews/components/ReviewsInfo/index.js +13 -10
  1063. package/reviews/components/Reviews/index.js +12 -3
  1064. package/styles/helpers/color.d.ts +18 -0
  1065. package/styles/helpers/color.d.ts.map +1 -0
  1066. package/styles/helpers/cssCustomProperties.d.ts +3 -0
  1067. package/styles/helpers/cssCustomProperties.d.ts.map +1 -0
  1068. package/styles/helpers/index.d.ts +12 -0
  1069. package/styles/helpers/index.d.ts.map +1 -0
  1070. package/styles/helpers/initCSSCustomProperties.d.ts +3 -0
  1071. package/styles/helpers/initCSSCustomProperties.d.ts.map +1 -0
  1072. package/styles/helpers/loadCustomStyles.d.ts +2 -0
  1073. package/styles/helpers/loadCustomStyles.d.ts.map +1 -0
  1074. package/styles/helpers/loadCustomStyles.js +41 -16
  1075. package/styles/helpers/setPageBackgroundColor.d.ts +2 -0
  1076. package/styles/helpers/setPageBackgroundColor.d.ts.map +1 -0
  1077. package/styles/helpers/setPageContentWidth.d.ts +2 -0
  1078. package/styles/helpers/setPageContentWidth.d.ts.map +1 -0
  1079. package/styles/helpers/setViewportHeight.d.ts +2 -0
  1080. package/styles/helpers/setViewportHeight.d.ts.map +1 -0
  1081. package/styles/helpers/toggleBodyScroll.d.ts +2 -0
  1082. package/styles/helpers/toggleBodyScroll.d.ts.map +1 -0
  1083. package/styles/helpers/updatePageInsets.d.ts +2 -0
  1084. package/styles/helpers/updatePageInsets.d.ts.map +1 -0
  1085. package/styles/index.d.ts +3 -16
  1086. package/styles/index.d.ts.map +1 -0
  1087. package/styles/index.js +2 -2
  1088. package/styles/reset/form.js +52 -53
  1089. package/styles/reset/media.js +21 -19
  1090. package/styles/reset/root.js +50 -52
  1091. package/styles/reset/table.js +9 -7
  1092. package/styles/reset/typography.js +24 -22
  1093. package/styles/theme/createDefaultThemeOptions/index.d.ts +7 -0
  1094. package/styles/theme/createDefaultThemeOptions/index.d.ts.map +1 -0
  1095. package/styles/theme/createDefaultThemeOptions/index.js +51 -0
  1096. package/styles/theme/createTheme/applyStyles.d.ts +15 -0
  1097. package/styles/theme/createTheme/applyStyles.d.ts.map +1 -0
  1098. package/styles/theme/createTheme/applyStyles.js +24 -0
  1099. package/styles/theme/createTheme/createComponents.d.ts +35 -0
  1100. package/styles/theme/createTheme/createComponents.d.ts.map +1 -0
  1101. package/styles/theme/createTheme/createComponents.js +67 -0
  1102. package/styles/theme/createTheme/createComponents.types.d.ts +132 -0
  1103. package/styles/theme/createTheme/createComponents.types.d.ts.map +1 -0
  1104. package/styles/theme/createTheme/createComponents.types.js +120 -0
  1105. package/styles/theme/createTheme/createCssVarsForColorSchemeThemes.d.ts +31 -0
  1106. package/styles/theme/createTheme/createCssVarsForColorSchemeThemes.d.ts.map +1 -0
  1107. package/styles/theme/createTheme/createCssVarsForColorSchemeThemes.js +73 -0
  1108. package/styles/theme/createTheme/createPalette.d.ts +33 -36
  1109. package/styles/theme/createTheme/createPalette.d.ts.map +1 -0
  1110. package/styles/theme/createTheme/createPalette.js +170 -49
  1111. package/styles/theme/createTheme/createPalette.types.d.ts +165 -0
  1112. package/styles/theme/createTheme/createPalette.types.d.ts.map +1 -0
  1113. package/styles/theme/createTheme/createPalette.types.js +123 -0
  1114. package/styles/theme/createTheme/createShape.d.ts +11 -0
  1115. package/styles/theme/createTheme/createShape.d.ts.map +1 -0
  1116. package/styles/theme/createTheme/createShape.js +15 -0
  1117. package/styles/theme/createTheme/createThemeFromColorScheme.d.ts +30 -0
  1118. package/styles/theme/createTheme/createThemeFromColorScheme.d.ts.map +1 -0
  1119. package/styles/theme/createTheme/createThemeFromColorScheme.js +70 -0
  1120. package/styles/theme/createTheme/createTypography.js +7 -11
  1121. package/styles/theme/createTheme/helpers/cssVarsColorAugmentation.d.ts +10 -0
  1122. package/styles/theme/createTheme/helpers/cssVarsColorAugmentation.d.ts.map +1 -0
  1123. package/styles/theme/createTheme/helpers/cssVarsColorAugmentation.js +44 -0
  1124. package/styles/theme/createTheme/helpers/cssVarsParser.d.ts +58 -0
  1125. package/styles/theme/createTheme/helpers/cssVarsParser.d.ts.map +1 -0
  1126. package/styles/theme/createTheme/helpers/cssVarsParser.js +173 -0
  1127. package/styles/theme/createTheme/helpers/cssVarsSelector.d.ts +28 -0
  1128. package/styles/theme/createTheme/helpers/cssVarsSelector.d.ts.map +1 -0
  1129. package/styles/theme/createTheme/helpers/cssVarsSelector.js +44 -0
  1130. package/styles/theme/createTheme/helpers/index.d.ts +6 -0
  1131. package/styles/theme/createTheme/helpers/index.d.ts.map +1 -0
  1132. package/styles/theme/createTheme/helpers/index.js +3 -0
  1133. package/styles/theme/createTheme/index.d.ts +9 -41
  1134. package/styles/theme/createTheme/index.d.ts.map +1 -0
  1135. package/styles/theme/createTheme/index.js +52 -11
  1136. package/styles/theme/createTheme/shadows.d.ts +4 -0
  1137. package/styles/theme/createTheme/shadows.d.ts.map +1 -0
  1138. package/styles/theme/createTheme/shadows.js +10 -0
  1139. package/styles/theme/createTheme/types.d.ts +183 -0
  1140. package/styles/theme/createTheme/types.d.ts.map +1 -0
  1141. package/styles/theme/createTheme/types.js +14 -0
  1142. package/styles/theme/hooks/index.d.ts +2 -0
  1143. package/styles/theme/hooks/index.d.ts.map +1 -0
  1144. package/styles/theme/hooks/index.js +2 -1
  1145. package/styles/theme/hooks/useActiveBreakpoint.d.ts +4 -4
  1146. package/styles/theme/hooks/useActiveBreakpoint.d.ts.map +1 -0
  1147. package/styles/theme/hooks/useActiveBreakpoint.js +12 -1
  1148. package/styles/theme/hooks/useColorScheme.d.ts +7 -0
  1149. package/styles/theme/hooks/useColorScheme.d.ts.map +1 -0
  1150. package/styles/theme/hooks/useColorScheme.js +9 -0
  1151. package/styles/theme/hooks/useMediaQuery.d.ts +10 -8
  1152. package/styles/theme/hooks/useMediaQuery.d.ts.map +1 -0
  1153. package/styles/theme/hooks/useMediaQuery.js +24 -9
  1154. package/styles/theme/hooks/useResponsiveValue.d.ts +6 -6
  1155. package/styles/theme/hooks/useResponsiveValue.d.ts.map +1 -0
  1156. package/styles/theme/hooks/useResponsiveValue.js +22 -2
  1157. package/styles/theme/hooks/useTheme.d.ts +4 -5
  1158. package/styles/theme/hooks/useTheme.d.ts.map +1 -0
  1159. package/styles/theme/hooks/useTheme.js +1 -1
  1160. package/styles/theme/index.d.ts +4 -7
  1161. package/styles/theme/index.d.ts.map +1 -0
  1162. package/styles/theme/index.js +1 -1
  1163. package/styles/theme/providers/ActiveBreakpointProvider.d.ts +9 -21
  1164. package/styles/theme/providers/ActiveBreakpointProvider.d.ts.map +1 -0
  1165. package/styles/theme/providers/ActiveBreakpointProvider.js +6 -17
  1166. package/styles/theme/providers/ThemeProvider.d.ts +22 -17
  1167. package/styles/theme/providers/ThemeProvider.d.ts.map +1 -0
  1168. package/styles/theme/providers/ThemeProvider.js +38 -18
  1169. package/styles/theme/providers/index.d.ts +3 -0
  1170. package/styles/theme/providers/index.d.ts.map +1 -0
  1171. package/styles/theme/providers/index.js +2 -0
  1172. package/styles/theme/utils/color.d.ts +211 -0
  1173. package/styles/theme/utils/color.d.ts.map +1 -0
  1174. package/styles/theme/utils/color.js +112 -0
  1175. package/styles/theme/utils/index.d.ts +2 -0
  1176. package/styles/theme/utils/index.d.ts.map +1 -0
  1177. package/styles/theme/utils/index.js +1 -0
  1178. package/styles/tss/index.d.ts +64 -0
  1179. package/styles/tss/index.d.ts.map +1 -0
  1180. package/styles/tss/index.js +63 -4
  1181. package/tracking/components/CookieConsentModal/index.js +66 -16
  1182. package/tracking/components/PrivacySettings/index.js +55 -16
  1183. package/tracking/streams/cookieConsent.js +1 -0
  1184. package/tsconfig.build.json +26 -0
  1185. package/tsconfig.json +18 -0
  1186. package/types/react.d.ts +16 -0
  1187. package/types/react.d.ts.map +1 -0
  1188. package/types/react.js +1 -0
  1189. package/a11y/components/LiveMessage/styles.js +0 -12
  1190. package/a11y/components/Navigation/style.js +0 -12
  1191. package/account/components/Account/Account.style.js +0 -31
  1192. package/back-in-stock/components/BackInStockButton/style.js +0 -43
  1193. package/cart/components/CartHeaderWide/CartHeaderWide.style.js +0 -10
  1194. package/cart/components/CartItem/CartItem.style.js +0 -23
  1195. package/cart/components/CartItem/CartItemCoupon.style.js +0 -33
  1196. package/cart/components/CartItem/CartItemCouponDelete.style.js +0 -7
  1197. package/cart/components/CartItem/CartItemCouponLayout.style.js +0 -29
  1198. package/cart/components/CartItem/CartItemCouponPrice.style.js +0 -10
  1199. package/cart/components/CartItem/CartItemCouponTitle.style.js +0 -7
  1200. package/cart/components/CartItem/CartItemProduct.style.js +0 -5
  1201. package/cart/components/CartItem/CartItemProductLayout.style.js +0 -94
  1202. package/cart/components/CartItem/CartItemProductLayoutWide.style.js +0 -113
  1203. package/cart/components/CartItem/CartItemProductLayoutWideFulfillmentLabel.style.js +0 -10
  1204. package/cart/components/CartItem/CartItemProductLayoutWideRemoveItem.style.js +0 -16
  1205. package/cart/components/CartItem/CartItemProductOrderDetails.style.js +0 -28
  1206. package/cart/components/CartItem/CartItemProductPriceCaption.style.js +0 -11
  1207. package/cart/components/CartItem/CartItemProductTitle.style.js +0 -28
  1208. package/cart/components/CartItem/CartItemQuantityPicker.style.js +0 -18
  1209. package/cart/components/CartItem/CartItemSubstitution.style.js +0 -9
  1210. package/cart/components/CartItems/CartItemCard.style.js +0 -52
  1211. package/cart/components/CartItems/CartItemCardReservationLabelChangeStore.style.js +0 -12
  1212. package/cart/components/CartItems/CartItemGroup.style.js +0 -39
  1213. package/cart/components/CartItems/CartItems.style.js +0 -21
  1214. package/cart/components/CartItems/CartItemsHeaderWide.style.js +0 -60
  1215. package/cart/components/CartSummaryWide/CartSummaryWide.style.js +0 -37
  1216. package/cart/components/CartSummaryWide/CartSummaryWideCheckoutButton.style.js +0 -21
  1217. package/cart/components/PaymentBar/PaymentBarCheckoutButton.style.js +0 -15
  1218. package/cart/components/PaymentBar/PaymentBarContent.style.js +0 -40
  1219. package/cart/components/Substitution/style.js +0 -32
  1220. package/cart/components/SupplementalContent/SupplementalContent.styles.js +0 -29
  1221. package/category/components/CategoryList/style.js +0 -20
  1222. package/checkout/components/ResponsiveBackButton/ResponsiveBackButton.style.js +0 -25
  1223. package/checkout/components/SupplementalContent/SupplementalContent.styles.js +0 -29
  1224. package/components/ChipLayout/style.js +0 -51
  1225. package/components/Footer/Footer.style.js +0 -11
  1226. package/components/Logo/style.js +0 -22
  1227. package/components/Menu/components/Item/style.js +0 -27
  1228. package/components/Menu/components/Position/style.js +0 -11
  1229. package/components/Menu/style.js +0 -39
  1230. package/components/MessageBar/MessageBar.style.js +0 -127
  1231. package/components/Picker/components/Button/style.js +0 -19
  1232. package/components/Picker/components/List/style.js +0 -17
  1233. package/components/Picker/components/Modal/style.js +0 -78
  1234. package/components/PickerUtilize/components/Button/style.js +0 -42
  1235. package/components/PickerUtilize/style.js +0 -10
  1236. package/components/RangeSlider/components/Handle/style.js +0 -15
  1237. package/components/RangeSlider/style.js +0 -18
  1238. package/components/ScrollHeader/style.js +0 -25
  1239. package/components/SheetList/components/Item/style.js +0 -76
  1240. package/components/SheetList/style.js +0 -36
  1241. package/components/SideNavigation/SideNavigationCategories.style.js +0 -12
  1242. package/components/SideNavigation/SideNavigationCategoriesItem.style.js +0 -41
  1243. package/components/SideNavigation/SideNavigationContent.style.js +0 -8
  1244. package/components/SideNavigation/SideNavigationItem.style.js +0 -41
  1245. package/components/Switch/style.js +0 -46
  1246. package/components/Tabs/components/Tab.style.js +0 -32
  1247. package/components/Tabs/components/TabIndicator.style.js +0 -13
  1248. package/components/Tabs/components/Tabs.style.js +0 -19
  1249. package/components/TextLink/TextLink.style.js +0 -10
  1250. package/components/Toggle/style.js +0 -63
  1251. package/components/View/components/Content/style.js +0 -41
  1252. package/components/View/style.js +0 -12
  1253. package/favorites/components/List/styles.js +0 -35
  1254. package/filter/components/FilterItem/style.js +0 -9
  1255. package/filter/components/FilterPageContent/components/ApplyButton/style.js +0 -11
  1256. package/filter/components/FilterPageContent/components/ResetButton/style.js +0 -6
  1257. package/filter/components/FilterPageContent/components/Selector/components/Selected/style.js +0 -19
  1258. package/filter/components/FilterPageContent/components/Selector/components/Toggle/style.js +0 -30
  1259. package/filter/components/FilterPageContent/components/Selector/components/ValueButton/style.js +0 -23
  1260. package/filter/components/FilterPageContent/components/Selector/style.js +0 -8
  1261. package/filter/components/PriceSlider/style.js +0 -95
  1262. package/locations/components/Cart/CartContextMenuChangeFulfillmentContent.style.js +0 -24
  1263. package/locations/components/ChangeLocationButton/ChangeLocationButton.style.js +0 -17
  1264. package/locations/components/FulfillmentPath/FulfillmentPath.style.js +0 -35
  1265. package/locations/components/FulfillmentPathSelector/FulfillmentPathSelector.style.js +0 -4
  1266. package/locations/components/FulfillmentSelector/FulfillmentSelector.style.js +0 -8
  1267. package/locations/components/FulfillmentSelector/FulfillmentSelectorHeader.style.js +0 -9
  1268. package/locations/components/FulfillmentSelector/FulfillmentSelectorImpossibleError.style.js +0 -4
  1269. package/locations/components/FulfillmentSelector/FulfillmentSelectorItem.style.js +0 -60
  1270. package/locations/components/FulfillmentSelector/FulfillmentSelectorLocation.style.js +0 -22
  1271. package/locations/components/FulfillmentSheet/FulfillmentSheet.style.js +0 -14
  1272. package/locations/components/FulfillmentSlotSwitcher/FulfillmentSlotSwitcherBar.style.js +0 -42
  1273. package/locations/components/FulfillmentSlotSwitcher/FulfillmentSlotSwitcherDefault.style.js +0 -27
  1274. package/locations/components/GlobalLocationSwitcher/GlobalLocationSwitcherBar.style.js +0 -39
  1275. package/locations/components/GlobalLocationSwitcher/GlobalLocationSwitcherDefault.style.js +0 -27
  1276. package/locations/components/ReservationResponses/ReservationResponse.style.js +0 -28
  1277. package/locations/components/ReserveForm/ReserveForm.style.js +0 -77
  1278. package/locations/components/StoreDetails/components/StoreFinderMap.style.js +0 -14
  1279. package/locations/components/StoreFinder/StoreFinder.style.js +0 -25
  1280. package/locations/components/StoreFinder/StoreFinderGetDirectionsButton.style.js +0 -12
  1281. package/locations/components/StoreFinder/StoreFinderLocation.style.js +0 -10
  1282. package/locations/components/StoreFinder/StoreFinderLocationDetails.style.js +0 -15
  1283. package/locations/components/StoreFinder/StoreFinderLocationHeader.style.js +0 -74
  1284. package/locations/components/StoreFinder/StoreFinderLocations.style.js +0 -26
  1285. package/locations/components/StoreFinder/StoreFinderSearch.style.js +0 -5
  1286. package/locations/components/StoreList/Store.style.js +0 -121
  1287. package/locations/components/StoreList/StoreListProduct.style.js +0 -43
  1288. package/locations/components/StoreList/StoreListSearch.style.js +0 -84
  1289. package/locations/components/StoreList/StoreListSearchRadius.style.js +0 -3
  1290. package/login/components/ForgotPassword/ForgotPassword.style.js +0 -88
  1291. package/orders/components/OrderDetails/OrderDetailsAuthenticate.style.js +0 -33
  1292. package/orders/components/OrderDetails/OrderDetailsContent.style.js +0 -18
  1293. package/orders/components/OrderDetails/OrderDetailsOrder.style.js +0 -62
  1294. package/orders/components/OrderDetails/OrderDetailsOrderHeader.style.js +0 -42
  1295. package/orders/components/OrderDetails/OrderDetailsOrderPickupLocation.style.js +0 -7
  1296. package/orders/components/OrderHistory/OrderHistory.style.js +0 -7
  1297. package/orders/components/OrderHistory/OrderHistoryList.style.js +0 -36
  1298. package/orders/components/OrderHistory/OrderHistoryTable.style.js +0 -25
  1299. package/product/components/Availability/Availability.style.js +0 -10
  1300. package/product/components/Characteristics/Characteristic/components/SheetItem/style.js +0 -69
  1301. package/product/components/Characteristics/Characteristic/style.js +0 -40
  1302. package/product/components/Characteristics/Swatch/style.js +0 -28
  1303. package/product/components/Description/style.js +0 -41
  1304. package/product/components/EffectivityDates/style.js +0 -10
  1305. package/product/components/FilterBar/components/Content/components/FilterButton/style.js +0 -42
  1306. package/product/components/FilterBar/components/Content/components/FilterChips/style.js +0 -14
  1307. package/product/components/FilterBar/components/Content/components/Sort/components/Item/style.js +0 -7
  1308. package/product/components/FilterBar/components/Content/components/Sort/style.js +0 -76
  1309. package/product/components/FilterBar/components/Content/style.js +0 -4
  1310. package/product/components/FilterBar/style.js +0 -4
  1311. package/product/components/Header/PriceStriked/style.js +0 -26
  1312. package/product/components/Header/Shipping/components/Label/style.js +0 -11
  1313. package/product/components/Header/Shipping/style.js +0 -14
  1314. package/product/components/Header/Tiers/style.js +0 -17
  1315. package/product/components/Media/style.js +0 -41
  1316. package/product/components/MediaSlider/style.js +0 -32
  1317. package/product/components/Options/components/TextOption/components/OptionInfo/style.js +0 -23
  1318. package/product/components/Options/components/TextOption/style.js +0 -37
  1319. package/product/components/OrderQuantityHint/style.js +0 -6
  1320. package/product/components/PriceDifference/style.js +0 -18
  1321. package/product/components/ProductCard/style.js +0 -18
  1322. package/product/components/ProductDiscountBadge/style.js +0 -31
  1323. package/product/components/ProductFilters/style.js +0 -23
  1324. package/product/components/ProductGridPrice/style.js +0 -21
  1325. package/product/components/ProductImage/style.js +0 -55
  1326. package/product/components/ProductList/components/Item/style.js +0 -66
  1327. package/product/components/ProductList/components/Iterator/style.js +0 -15
  1328. package/product/components/ProductList/components/Layout/style.js +0 -11
  1329. package/product/components/ProductProperties/style.js +0 -44
  1330. package/product/components/ProductSlider/style.js +0 -8
  1331. package/product/components/ProductVariants/VariantAvailability.style.js +0 -5
  1332. package/product/components/Rating/style.js +0 -12
  1333. package/product/components/RelationsSlider/style.js +0 -56
  1334. package/product/components/Swatch/style.js +0 -27
  1335. package/product/components/Swatches/style.js +0 -9
  1336. package/product/components/UnitQuantityPicker/styles.js +0 -7
  1337. package/push-opt-in/components/PushOptInModal/style.js +0 -53
  1338. package/registration/components/Registration/RegistrationContent.style.js +0 -58
  1339. package/reviews/components/Reviews/components/AllReviewsLink/style.js +0 -17
  1340. package/reviews/components/Reviews/components/Header/components/AverageRating/style.js +0 -9
  1341. package/reviews/components/Reviews/components/Header/components/NoReviews/style.js +0 -18
  1342. package/reviews/components/Reviews/components/Header/components/ReviewsExcerpt/style.js +0 -27
  1343. package/reviews/components/Reviews/components/List/components/Info/style.js +0 -9
  1344. package/reviews/components/Reviews/components/List/components/Rating/style.js +0 -14
  1345. package/reviews/components/Reviews/components/List/components/Text/style.js +0 -6
  1346. package/reviews/components/Reviews/components/List/components/Title/style.js +0 -5
  1347. package/reviews/components/Reviews/components/List/style.js +0 -11
  1348. package/reviews/components/Reviews/components/RatingCount/style.js +0 -20
  1349. package/reviews/components/Reviews/style.js +0 -11
  1350. package/tracking/components/CookieConsentModal/style.js +0 -59
  1351. package/tracking/components/PrivacySettings/style.js +0 -45
@@ -1,94 +0,0 @@
1
- import { css } from 'glamor';
2
- import { themeConfig } from '@shopgate/pwa-common/helpers/config';
3
- const {
4
- variables,
5
- colors
6
- } = themeConfig;
7
- const leftColumnWidth = 72;
8
- const item = css({
9
- padding: variables.gap.big,
10
- /** Row is DOM reversed for a11y navigation */
11
- flexDirection: 'row-reverse'
12
- }).toString();
13
- const leftColumn = css({
14
- width: leftColumnWidth
15
- }).toString();
16
- const image = css({
17
- background: colors.placeholder,
18
- marginBottom: variables.gap.small * 1.25,
19
- height: leftColumnWidth,
20
- width: leftColumnWidth
21
- }).toString();
22
- const content = css({
23
- display: 'flex',
24
- flexDirection: 'column',
25
- paddingLeft: variables.gap.big
26
- }).toString();
27
- const info = css({
28
- fontSize: '0.875rem',
29
- marginTop: variables.gap.big * 0.875,
30
- marginBottom: variables.gap.small * 0.25,
31
- flexGrow: 1,
32
- alignItems: 'flex-end',
33
- justifyContent: 'space-between'
34
- }).toString();
35
- const promotionLine = css({
36
- marginTop: 0
37
- }).toString();
38
- const promotionLineItem = css({
39
- width: '100%'
40
- }).toString();
41
- const priceInfo = css({
42
- textAlign: 'right',
43
- wordBreak: 'break-word'
44
- }).toString();
45
- const disclaimerSpacer = css({
46
- width: 10
47
- }).toString();
48
- const price = css({
49
- display: 'flex',
50
- marginLeft: '1em',
51
- alignItems: 'flex-end',
52
- flexDirection: 'column'
53
- }).toString();
54
- const properties = css({
55
- wordBreak: 'break-word',
56
- alignSelf: 'flex-start',
57
- fontSize: '0.875rem',
58
- color: `var(--color-text-medium-emphasis, ${colors.shade6})`,
59
- lineHeight: 1.3,
60
- /**
61
- * When the properties column has content, apply a max width to the price column
62
- * to avoid issues with long availability texts.
63
- */
64
- [`:not(:empty) + .${price}`]: {
65
- textAlign: 'right',
66
- maxWidth: '40%'
67
- }
68
- }).toString();
69
- const itemInactive = css({
70
- ' *': {
71
- color: 'var(--color-text-low-emphasis) !important'
72
- },
73
- [` .${image}`]: {
74
- opacity: 0.7
75
- }
76
- }).toString();
77
- const orderDetailsSubtotalLabel = css({
78
- color: `var(--color-text-low-emphasis, ${colors.shade9})`
79
- }).toString();
80
- export default {
81
- item,
82
- itemInactive,
83
- leftColumn,
84
- image,
85
- content,
86
- info,
87
- promotionLine,
88
- promotionLineItem,
89
- disclaimerSpacer,
90
- priceInfo,
91
- price,
92
- properties,
93
- orderDetailsSubtotalLabel
94
- };
@@ -1,113 +0,0 @@
1
- import { css } from 'glamor';
2
- import { themeConfig } from '@shopgate/pwa-common/helpers/config';
3
- const {
4
- variables
5
- } = themeConfig;
6
- export const container = css({
7
- display: 'flex',
8
- flexDirection: 'row',
9
- justifyContent: 'space-between',
10
- padding: variables.gap.big
11
- }).toString();
12
- export const imageColumn = css({
13
- width: 120,
14
- height: 120,
15
- marginRight: variables.gap.small,
16
- flexShrink: 0,
17
- flexGrow: 0
18
- }).toString();
19
- export const column = css({
20
- display: 'flex',
21
- alignItems: 'center',
22
- flexDirection: 'column',
23
- flexShrink: 1,
24
- flexGrow: 1,
25
- flexBasis: 0,
26
- padding: `0 ${variables.gap.small}px`,
27
- ':last-child': {
28
- paddingRight: 0
29
- }
30
- });
31
- export const detailsColumn = css(column, {
32
- flexShrink: 1,
33
- flexGrow: 3,
34
- alignItems: 'flex-start'
35
- });
36
- export const priceColumnWide = css(column, {
37
- flexGrow: 4,
38
- alignItems: 'flex-end'
39
- });
40
- export const locationColumn = css(column, {
41
- fontSize: '1.25rem',
42
- lineHeight: '1.625rem',
43
- fontWeight: 500,
44
- flexGrow: 2
45
- }).toString();
46
- export const statusColumn = css(column, {
47
- fontSize: '1.25rem',
48
- lineHeight: '1.625rem'
49
- }).toString();
50
- export const productName = css({
51
- fontSize: '1.25rem',
52
- lineHeight: '1.5rem',
53
- fontWeight: 500,
54
- wordBreak: ['keep-all', 'break-word'],
55
- hyphens: 'auto'
56
- }).toString();
57
- export const productProperties = css({
58
- paddingTop: variables.gap.small,
59
- color: 'var(--color-text-low-emphasis)',
60
- fontSize: '1rem'
61
- }).toString();
62
- export const quantityPicker = css({
63
- width: 140
64
- }).toString();
65
- export const quantityPickerDisabled = css({
66
- padding: `0 ${variables.gap.small}px`,
67
- textAlign: 'center',
68
- fontSize: '1.25rem',
69
- lineHeight: '1.625rem',
70
- height: 28,
71
- width: '100%',
72
- fontWeight: 500,
73
- color: 'var(--color-text-high-emphasis)',
74
- whiteSpace: 'nowrap'
75
- }).toString();
76
- export const containerInactive = css({
77
- color: 'var(--color-text-low-emphasis)',
78
- [` .${quantityPickerDisabled}`]: {
79
- color: 'var(--color-text-low-emphasis)'
80
- },
81
- [` .${imageColumn}`]: {
82
- opacity: 0.7
83
- }
84
- }).toString();
85
- export const price = css({
86
- fontSize: '1.25rem !important',
87
- lineHeight: '1.625rem !important'
88
- }).toString();
89
- export const priceListEntry = css({
90
- flexDirection: 'column-reverse !important'
91
- }).toString();
92
- export const priceListPromo = css({
93
- paddingRight: 0,
94
- alignSelf: 'flex-end'
95
- }).toString();
96
- export const priceInfo = css({
97
- wordBreak: 'break-word',
98
- fontSize: '0.75rem',
99
- lineHeight: '0.875rem',
100
- color: 'var(--color-text-low-emphasis)',
101
- padding: `${variables.gap.xsmall}px 0`
102
- }).toString();
103
- export const contextMenu = css({
104
- marginTop: `-${variables.gap.xsmall * 3}px`,
105
- marginRight: `-${variables.gap.big}px`
106
- }).toString();
107
- export const messageContainer = css({
108
- marginTop: 0
109
- }).toString();
110
- export const messageContainerRope = css({
111
- marginTop: 0,
112
- marginBottom: 0
113
- }).toString();
@@ -1,10 +0,0 @@
1
- import { css } from 'glamor';
2
- import { themeConfig } from '@shopgate/pwa-common/helpers/config';
3
- const {
4
- colors
5
- } = themeConfig;
6
- export const label = css({
7
- color: `var(--color-secondary, ${colors.accent})`,
8
- fontSize: '0.875rem',
9
- marginTop: 'auto'
10
- }).toString();
@@ -1,16 +0,0 @@
1
- import { css } from 'glamor';
2
- import { themeConfig } from '@shopgate/pwa-common/helpers/config';
3
- const {
4
- variables
5
- } = themeConfig;
6
- export const button = css({
7
- fontSize: '0.875rem !important',
8
- letterSpacing: '0.05em',
9
- padding: `${variables.gap.big}px 0 !important`,
10
- ' *': {
11
- padding: '0 !important'
12
- }
13
- }).toString();
14
- export const ripple = css({
15
- padding: 0
16
- }).toString();
@@ -1,28 +0,0 @@
1
- import { css } from 'glamor';
2
- import { themeConfig } from '@shopgate/pwa-common/helpers/config';
3
- const {
4
- variables
5
- } = themeConfig;
6
- export const container = css({
7
- paddingTop: variables.gap.small
8
- }).toString();
9
- export const quantityLabel = css({
10
- textAlign: 'center',
11
- whiteSpace: 'nowrap'
12
- }).toString();
13
- export const label = css({
14
- ':after': {
15
- content: ': '
16
- }
17
- }).toString();
18
- export const labelValue = css({
19
- fontWeight: 500,
20
- display: 'inline',
21
- color: 'var(--color-text-medium-emphasis)'
22
- }).toString();
23
- export const fulfillmentLabel = css({
24
- fontSize: 'inherit',
25
- ':before': {
26
- content: ' '
27
- }
28
- }).toString();
@@ -1,11 +0,0 @@
1
- import { css } from 'glamor';
2
- import { themeConfig } from '@shopgate/pwa-common/helpers/config';
3
- const {
4
- variables
5
- } = themeConfig;
6
- export const caption = css({
7
- fontSize: '0.75rem',
8
- lineHeight: '0.875rem',
9
- color: 'var(--color-text-low-emphasis)',
10
- paddingTop: variables.gap.xsmall
11
- });
@@ -1,28 +0,0 @@
1
- import { css } from 'glamor';
2
- import { themeConfig } from '@shopgate/pwa-common/helpers/config';
3
- const {
4
- variables
5
- } = themeConfig;
6
- export const title = css({
7
- fontWeight: 500,
8
- lineHeight: 1.125,
9
- wordBreak: ['keep-all', 'break-word'],
10
- hyphens: 'auto'
11
- }).toString();
12
- export const menuContainer = css({
13
- marginTop: `-${variables.gap.big}px`,
14
- marginRight: `-${variables.gap.big}px`
15
- }).toString();
16
- const menuToggleSize = variables.gap.big * 2;
17
- const menuToggleFontSize = variables.gap.big * 1.5;
18
- export const menuToggleContainer = css({
19
- margin: variables.gap.small
20
- }).toString();
21
- export const menuToggleButton = css({
22
- height: menuToggleSize,
23
- width: menuToggleSize,
24
- fontSize: menuToggleFontSize,
25
- display: 'flex',
26
- alignItems: 'center',
27
- justifyContent: 'flex-end'
28
- }).toString();
@@ -1,18 +0,0 @@
1
- import { css } from 'glamor';
2
- import { themeConfig } from '@shopgate/pwa-common/helpers/config';
3
- const {
4
- colors,
5
- variables
6
- } = themeConfig;
7
- export const inputStyle = css({
8
- border: 'none',
9
- background: colors.placeholder,
10
- display: 'block',
11
- fontSize: '0.75rem',
12
- lineHeight: 1,
13
- textAlign: 'center',
14
- padding: `${variables.gap.small * 0.75}px ${variables.gap.small}px`,
15
- outline: 0,
16
- width: '100%',
17
- borderRadius: 4
18
- });
@@ -1,9 +0,0 @@
1
- import { css } from 'glamor';
2
- import { themeColors, themeVariables } from '@shopgate/pwa-common/helpers/config';
3
- const {
4
- gap
5
- } = themeVariables;
6
- export const root = css({
7
- padding: gap.big,
8
- borderTop: `1px solid ${themeColors.shade7}`
9
- }).toString();
@@ -1,52 +0,0 @@
1
- import { css } from 'glamor';
2
- import { responsiveMediaQuery } from '@shopgate/engage/styles';
3
- import { themeColors, themeVariables } from '@shopgate/pwa-common/helpers/config';
4
- const {
5
- gap
6
- } = themeVariables;
7
- export const withBorder = css({
8
- borderBottom: `1px solid ${themeColors.shade7}`
9
- });
10
- export const accordionToggle = css({
11
- padding: `${gap.big * 1.25}px ${gap.big}px`
12
- }).toString();
13
- export const accordionContent = css({
14
- paddingLeft: gap.xbig * 1.25
15
- });
16
- export const address = css({
17
- display: 'flex',
18
- flexFlow: 'row nowrap'
19
- });
20
- export const addressIcon = css({
21
- fontSize: '1.25rem',
22
- marginRight: gap.big * 1.25,
23
- flexShrink: 0,
24
- color: 'var(--color-text-heigh-emphasis)'
25
- });
26
- export const titles = css({
27
- marginTop: -3,
28
- marginBottom: -2,
29
- paddingRight: themeVariables.gap.big * 2
30
- });
31
- export const name = css({
32
- fontSize: '0.85rem',
33
- fontWeight: 500,
34
- [responsiveMediaQuery('>xs', {
35
- webOnly: true
36
- })]: {
37
- fontSize: '1.25rem',
38
- lineHeight: '1.5rem'
39
- }
40
- });
41
- export const method = css({
42
- fontSize: '0.75rem',
43
- color: themeColors.shade11
44
- });
45
- export const locationAddress = css({
46
- fontSize: '0.85rem',
47
- color: 'var(--color-text-low-emphasis)'
48
- });
49
- export const locationHours = css({
50
- paddingTop: gap.big,
51
- fontSize: '0.85rem'
52
- });
@@ -1,12 +0,0 @@
1
- import { css } from 'glamor';
2
- export const button = css({
3
- fontSize: '0.875rem !important',
4
- letterSpacing: '0.05em',
5
- padding: '0px !important',
6
- ' *': {
7
- padding: '0px !important'
8
- }
9
- }).toString();
10
- export const ripple = css({
11
- padding: 0
12
- }).toString();
@@ -1,39 +0,0 @@
1
- import { css } from 'glamor';
2
- import { themeVariables } from '@shopgate/pwa-common/helpers/config';
3
- const {
4
- gap
5
- } = themeVariables;
6
- export const accordionToggle = css({
7
- paddingTop: gap.xsmall,
8
- paddingBottom: gap.xsmall
9
- }).toString();
10
- export const simpleLabel = css({
11
- padding: `${gap.xsmall}px ${gap.xbig}px ${gap.xsmall}px ${gap.big}px`
12
- });
13
- export const address = css({
14
- display: 'flex',
15
- flexFlow: 'row nowrap',
16
- fontSize: '0.875rem'
17
- });
18
- export const addressIcon = css({
19
- fontSize: '1.25rem',
20
- padding: `${gap.small}px ${gap.small}px 0 0`,
21
- paddingTop: gap.small,
22
- flexShrink: 0
23
- });
24
- export const shippingIcon = css({
25
- fontSize: '1.25rem',
26
- padding: `${gap.small}px ${gap.big}px ${gap.small}px 0`,
27
- transform: 'rotateY(180deg)'
28
- });
29
- export const title = css({
30
- fontWeight: 600
31
- });
32
- export const shippingTitle = css({
33
- fontWeight: 600,
34
- padding: gap.small
35
- });
36
- export const addressDetails = css({
37
- fontSize: '0.875rem',
38
- paddingLeft: gap.xbig
39
- });
@@ -1,21 +0,0 @@
1
- import { css } from 'glamor';
2
- import { themeVariables, themeColors } from '@shopgate/pwa-common/helpers/config';
3
- const {
4
- gap
5
- } = themeVariables;
6
- export const items = css({
7
- background: `var(--color-background-accent, ${themeColors.background})`,
8
- padding: `${gap.small * 1.5}px ${gap.small * 1.5}px ${gap.big}px`,
9
- marginBottom: `-${gap.small * 1.5}px`
10
- });
11
- export const card = css({
12
- background: themeColors.light,
13
- marginBottom: gap.small * 1.5,
14
- ':last-of-type': {
15
- marginBottom: 0
16
- },
17
- border: `1px solid ${themeColors.shade7}`,
18
- boxSizing: 'border-box',
19
- boxShadow: '0px 4px 2px rgba(0, 0, 0, 0.05)',
20
- borderRadius: 5
21
- }).toString();
@@ -1,60 +0,0 @@
1
- import { css } from 'glamor';
2
- import { themeConfig } from '@shopgate/pwa-common/helpers/config';
3
- const {
4
- variables
5
- } = themeConfig;
6
- export const header = css({
7
- display: 'flex',
8
- flexDirection: 'row',
9
- justifyContent: 'space-between',
10
- fontWeight: 500,
11
- fontSize: '1rem',
12
- lineHeight: '1.5rem',
13
- padding: `0 ${variables.gap.big}px ${variables.gap.small}px ${variables.gap.big}px`
14
- }).toString();
15
- export const column = css({
16
- display: 'flex',
17
- alignItems: 'center',
18
- flexDirection: 'column',
19
- flexShrink: 0,
20
- flexGrow: 1,
21
- flexBasis: 0,
22
- padding: `0 ${variables.gap.small}px`,
23
- textAlign: 'center',
24
- ':last-child': {
25
- paddingRight: variables.gap.small
26
- }
27
- });
28
- export const priceColumnWide = css({
29
- flexGrow: 4,
30
- alignItems: 'flex-end'
31
- }).toString();
32
- export const imageColumn = css({
33
- flexGrow: 0,
34
- width: 120,
35
- margin: `0 ${variables.gap.small}px 0 ${variables.gap.big}px`,
36
- paddingLeft: 0
37
- }).toString();
38
- export const detailsColumn = css(column, {
39
- flexShrink: 1,
40
- flexGrow: 3,
41
- alignItems: 'flex-start',
42
- padding: `0 ${variables.gap.small}px`
43
- }).toString();
44
- export const locationColumn = css(column, {
45
- flexGrow: 2
46
- }).toString();
47
- export const quantityPickerColumn = css(column, {
48
- ' > *': {
49
- width: 140,
50
- textAlign: 'center'
51
- }
52
- }).toString();
53
- export const quantityPickerColumnNotEditable = css(column, {
54
- ' > *': {
55
- textAlign: 'center'
56
- }
57
- });
58
- export const contextMenuColumn = css({
59
- width: variables.gap.xbig + variables.gap.small
60
- }).toString();
@@ -1,37 +0,0 @@
1
- import { css } from 'glamor';
2
- import { themeConfig } from '@shopgate/pwa-common/helpers/config';
3
- const {
4
- variables,
5
- colors
6
- } = themeConfig;
7
- export const container = css({
8
- display: 'flex',
9
- flexDirection: 'column',
10
- alignSelf: 'flex-end',
11
- padding: variables.gap.big,
12
- width: 420
13
- });
14
- export const headline = css({
15
- fontSize: '1.25rem',
16
- fontWeight: 500,
17
- lineHeight: '1.5rem'
18
- });
19
- export const summary = css({
20
- background: 'var(--color-background-accent)',
21
- padding: variables.gap.big
22
- });
23
- export const total = css({
24
- fontSize: '1rem',
25
- padding: `${variables.gap.small}px 0`,
26
- color: 'var(--color-text-high-emphasis)'
27
- }).toString();
28
- export const grandTotal = css({
29
- fontSize: '1.25rem !important',
30
- fontWeight: 500,
31
- borderTop: `1px solid ${colors.shade4}`,
32
- padding: `${variables.gap.small}px 0`,
33
- color: 'var(--color-text-high-emphasis)',
34
- '&:last-child': {
35
- paddingBottom: 0
36
- }
37
- }).toString();
@@ -1,21 +0,0 @@
1
- import { css } from 'glamor';
2
- import { themeConfig } from '@shopgate/pwa-common/helpers/config';
3
- const {
4
- colors,
5
- variables
6
- } = themeConfig;
7
- export const container = css({
8
- display: 'flex',
9
- flexDirection: 'column'
10
- }).toString();
11
- export const button = css({
12
- width: '100%',
13
- background: `var(--color-button-cta, ${colors.cta})`,
14
- color: `var(--color-button-cta-contrast, ${colors.ctaContrast})!important`,
15
- borderRadius: 4,
16
- margin: `${variables.gap.big}px 0`
17
- }).toString();
18
- export const disabledButton = css({
19
- background: colors.shade7,
20
- color: `${colors.shade4}!important`
21
- }).toString();
@@ -1,15 +0,0 @@
1
- import { css } from 'glamor';
2
- import { themeConfig } from '@shopgate/pwa-common/helpers/config';
3
- const {
4
- colors
5
- } = themeConfig;
6
- export const button = css({
7
- width: '100%',
8
- background: `var(--color-button-cta, ${colors.cta})`,
9
- color: `var(--color-button-cta-contrast, ${colors.ctaContrast})!important`
10
- }).toString();
11
- export const disabledButton = css({
12
- width: '100%',
13
- background: colors.shade7,
14
- color: `${colors.shade4}!important`
15
- }).toString();
@@ -1,40 +0,0 @@
1
- import { css } from 'glamor';
2
- import { isIOSTheme } from '@shopgate/engage/core';
3
- import { themeConfig } from '@shopgate/pwa-common/helpers/config';
4
- const {
5
- colors,
6
- variables,
7
- shadows
8
- } = themeConfig;
9
- export const wrapper = css({
10
- background: colors.light,
11
- boxShadow: shadows.cart.paymentBar,
12
- position: 'relative',
13
- zIndex: 2,
14
- paddingBottom: 'var(--safe-area-inset-bottom)'
15
- });
16
- export const container = css({
17
- padding: isIOSTheme() ? variables.gap.small : variables.gap.big,
18
- paddingBottom: 0,
19
- lineHeight: 1.45,
20
- flexWrap: 'wrap',
21
- flexDirection: 'column',
22
- minWidth: 'auto'
23
- }).toString();
24
- export const checkoutButton = css({
25
- display: 'flex',
26
- justifyContent: 'flex-end',
27
- flexDirection: 'column'
28
- });
29
- export const checkoutButtonContainer = css({
30
- background: colors.light,
31
- alignItems: 'center',
32
- padding: isIOSTheme() ? variables.gap.small : variables.gap.big,
33
- position: 'relative',
34
- zIndex: 2
35
- });
36
- export const spacer = css({
37
- width: isIOSTheme() ? 27 : 32,
38
- order: 1,
39
- flexShrink: 0
40
- }).toString();
@@ -1,32 +0,0 @@
1
- import { css } from 'glamor';
2
- import { themeVariables } from '@shopgate/pwa-common/helpers/config';
3
- import { responsiveMediaQuery } from '@shopgate/engage/styles';
4
- const {
5
- gap
6
- } = themeVariables;
7
- export const root = css({
8
- padding: gap.big,
9
- display: 'flex',
10
- flexDirection: 'row',
11
- justifyContent: 'flex-end',
12
- alignItems: 'baseline',
13
- flex: 1
14
- }).toString();
15
- export const checkbox = css({
16
- marginLeft: 8
17
- }).toString();
18
- export const text = css({
19
- flexGrow: 0
20
- }).toString();
21
- export const rightSpace = css({
22
- flex: 1,
23
- display: 'flex',
24
- justifyContent: 'flex-end',
25
- alignItems: 'baseline',
26
- flexGrow: 0,
27
- [responsiveMediaQuery('>xs', {
28
- webOnly: true
29
- })]: {
30
- flex: 0
31
- }
32
- }).toString();