@shopgate/engage 7.12.7-beta.1 → 7.20.0-beta.10

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 (504) hide show
  1. package/a11y/components/Section/index.js +2 -2
  2. package/a11y/components/VisuallyHidden/index.js +8 -0
  3. package/a11y/components/index.js +1 -0
  4. package/a11y/constants/index.js +1 -0
  5. package/a11y/helpers/index.js +1 -0
  6. package/a11y/index.js +1 -4
  7. package/account/actions/addContacts.js +2 -2
  8. package/account/actions/deleteContact.js +2 -2
  9. package/account/actions/deleteCustomer.js +2 -2
  10. package/account/actions/fetchContacts.js +2 -2
  11. package/account/actions/fetchCustomer.js +2 -2
  12. package/account/actions/updateContact.js +2 -2
  13. package/account/actions/updateCustomer.js +2 -2
  14. package/account/components/Account/Account.js +1 -1
  15. package/account/components/Account/Account.style.js +1 -1
  16. package/account/components/Profile/Profile.provider.js +3 -3
  17. package/account/components/ProfileContact/ProfileContact.js +1 -1
  18. package/account/reducers/index.js +1 -1
  19. package/app-rating/action-creators/appStart.js +3 -3
  20. package/app-rating/action-creators/ordersPlaced.js +3 -3
  21. package/app-rating/action-creators/popup.js +4 -4
  22. package/app-rating/action-creators/timer.js +3 -3
  23. package/app-rating/actions/showModal.js +6 -6
  24. package/app-rating/constants/index.js +2 -2
  25. package/app-rating/reducers/index.js +2 -2
  26. package/app-rating/subscriptions/index.js +4 -4
  27. package/back-in-stock/actions/index.js +14 -0
  28. package/back-in-stock/components/BackInStockButton/connector.js +1 -0
  29. package/back-in-stock/components/BackInStockButton/index.js +14 -0
  30. package/back-in-stock/components/BackInStockButton/style.js +1 -0
  31. package/back-in-stock/components/CharacteristicsButton/connector.js +3 -0
  32. package/back-in-stock/components/CharacteristicsButton/index.js +8 -0
  33. package/back-in-stock/components/ProductInfoBackInStockButton/connector.js +3 -0
  34. package/back-in-stock/components/ProductInfoBackInStockButton/index.js +10 -0
  35. package/back-in-stock/components/Subscriptions/components/List/index.js +4 -0
  36. package/back-in-stock/components/Subscriptions/components/Subscription/index.js +7 -0
  37. package/back-in-stock/components/Subscriptions/index.js +4 -0
  38. package/back-in-stock/components/index.js +1 -0
  39. package/back-in-stock/constants/Actions.js +1 -0
  40. package/back-in-stock/constants/Common.js +1 -0
  41. package/back-in-stock/constants/Pipelines.js +1 -0
  42. package/back-in-stock/constants/Portals.js +9 -0
  43. package/back-in-stock/constants/index.js +1 -0
  44. package/back-in-stock/hooks/index.js +4 -0
  45. package/back-in-stock/providers/BackInStockSubscriptionsProvider.connector.js +7 -0
  46. package/back-in-stock/providers/BackInStockSubscriptionsProvider.js +5 -0
  47. package/back-in-stock/providers/index.js +1 -0
  48. package/back-in-stock/reducers/index.js +5 -0
  49. package/back-in-stock/selectors/index.js +43 -0
  50. package/back-in-stock/streams/index.js +1 -0
  51. package/back-in-stock/subscriptions/index.js +11 -0
  52. package/cart/cart.helpers.js +9 -2
  53. package/cart/components/CartItem/CartItemCoupon.js +10 -6
  54. package/cart/components/CartItem/CartItemCouponCode.js +2 -2
  55. package/cart/components/CartItem/CartItemCouponDelete.js +1 -1
  56. package/cart/components/CartItem/CartItemCouponFreeShipping.js +1 -1
  57. package/cart/components/CartItem/CartItemCouponIcon.js +2 -2
  58. package/cart/components/CartItem/CartItemCouponLayout.style.js +5 -1
  59. package/cart/components/CartItem/CartItemCouponTitle.js +2 -2
  60. package/cart/components/CartItem/CartItemProductLayout.js +4 -2
  61. package/cart/components/CartItem/CartItemProductLayoutWide.style.js +1 -1
  62. package/cart/components/CartItem/CartItemProductTitle.js +2 -2
  63. package/cart/components/CartItem/CartItemQuantityPicker.js +26 -14
  64. package/cart/components/CartItem/CartItemSubstitution.js +1 -1
  65. package/cart/components/CartItems/CartItemCardReservation.js +1 -1
  66. package/cart/components/CartItems/CartItemGroupReservation.js +1 -1
  67. package/cart/components/CartSummaryWide/CartSummaryWideCheckoutButton.style.js +1 -1
  68. package/cart/components/PaymentBar/PaymentBar.js +1 -1
  69. package/cart/components/PaymentBar/PaymentBarCheckoutButton.style.js +1 -1
  70. package/cart/components/PaymentBar/PaymentBarPromotionCouponMessages.js +1 -1
  71. package/cart/index.js +3 -2
  72. package/cart/streams/index.js +1 -0
  73. package/category/actions/index.js +1 -0
  74. package/category/components/CategoryList/index.js +7 -0
  75. package/category/components/CategoryList/style.js +1 -0
  76. package/category/components/index.js +1 -1
  77. package/category/constants/index.js +1 -0
  78. package/category/helpers/index.js +1 -0
  79. package/category/index.js +1 -6
  80. package/category/selectors/index.js +2 -0
  81. package/category/streams/index.js +1 -1
  82. package/checkout/actions/errorCheckout.js +1 -1
  83. package/checkout/actions/fetchCheckoutOrder.js +1 -1
  84. package/checkout/actions/fetchPaymentMethods.js +1 -1
  85. package/checkout/actions/initializeCheckout.js +1 -1
  86. package/checkout/actions/prepareCheckout.js +2 -2
  87. package/checkout/actions/submitCheckoutOrder.js +1 -1
  88. package/checkout/actions/updateCheckoutOrder.js +1 -1
  89. package/checkout/components/Checkout/CheckoutPickupContactForm.config.js +1 -1
  90. package/checkout/components/Checkout/CheckoutSectionMessages.js +1 -1
  91. package/checkout/components/CheckoutConfirmation/CheckoutConfirmation.js +1 -1
  92. package/checkout/components/CheckoutConfirmation/CheckoutConfirmationBilledTo.js +1 -1
  93. package/checkout/components/GuestCheckout/GuestCheckoutPickupNotes.config.js +1 -1
  94. package/checkout/components/PaymentMethodButton/PaymentMethodButton.js +1 -1
  95. package/checkout/components/ShippingMethods/ShippingMethods.js +4 -4
  96. package/checkout/components/index.js +1 -1
  97. package/checkout/constants/index.js +1 -1
  98. package/checkout/index.js +3 -4
  99. package/checkout/paymentMethods/index.js +2 -2
  100. package/checkout/paymentMethods/paypal/PaypalButtonApp.js +1 -1
  101. package/checkout/paymentMethods/paypal/PaypalButtonWeb.js +1 -1
  102. package/checkout/paymentMethods/paypal/PaypalPayButton.js +1 -1
  103. package/checkout/paymentMethods/paypal/PaypalProvider.js +1 -1
  104. package/checkout/paymentMethods/stripe/StripeButton.js +2 -2
  105. package/checkout/paymentMethods/stripe/StripeCreditCard.js +3 -3
  106. package/checkout/paymentMethods/stripe/StripeProvider.js +8 -8
  107. package/checkout/paymentMethods/stripe/sdk.js +3 -2
  108. package/checkout/providers/AddressBookProvider.js +1 -1
  109. package/checkout/providers/CheckoutProvider.js +8 -8
  110. package/components/ChipLayout/index.js +38 -0
  111. package/components/ChipLayout/spec.js +5 -0
  112. package/components/ChipLayout/style.js +5 -0
  113. package/components/ConditionalWrapper/ConditionalWrapper.js +7 -2
  114. package/components/Footer/Footer.js +7 -7
  115. package/components/Form/Builder/Builder.js +50 -29
  116. package/components/Form/Builder/ElementCheckbox.js +1 -1
  117. package/components/Form/Builder/ElementMultiSelect.js +1 -1
  118. package/components/Form/Builder/ElementPhoneNumber.js +3 -3
  119. package/components/Form/Builder/ElementRadio.js +1 -1
  120. package/components/Form/Builder/ElementSelect.js +1 -1
  121. package/components/Form/Builder/ElementText.js +3 -3
  122. package/components/Form/Builder/classes/ActionListener.constants.js +2 -2
  123. package/components/Form/Builder/classes/ActionListener.js +73 -16
  124. package/components/Form/Builder/helpers/buildFormElements.js +2 -2
  125. package/components/Form/Form.js +8 -5
  126. package/components/IntersectionVisibility/index.js +14 -7
  127. package/components/Logo/connector.js +4 -0
  128. package/components/Logo/index.js +4 -0
  129. package/components/Logo/spec.js +1 -0
  130. package/components/Logo/style.js +1 -0
  131. package/components/Menu/components/Position/index.js +5 -5
  132. package/components/Menu/index.js +9 -9
  133. package/components/MessageBar/MessageBar.js +1 -1
  134. package/components/MessageBar/index.js +1 -1
  135. package/components/NavigationHandler/index.js +4 -4
  136. package/components/NavigationHandler/spec.js +1 -1
  137. package/components/Picker/components/Button/index.js +1 -1
  138. package/components/Picker/components/List/index.js +2 -2
  139. package/components/Picker/components/Modal/index.js +7 -7
  140. package/components/Picker/index.js +18 -9
  141. package/components/PickerUtilize/components/Button/index.js +5 -0
  142. package/components/PickerUtilize/components/Button/style.js +1 -0
  143. package/components/PickerUtilize/index.js +17 -0
  144. package/components/PickerUtilize/spec.js +1 -0
  145. package/components/PickerUtilize/style.js +1 -0
  146. package/components/QuantityInput/QuantityInput.js +5 -4
  147. package/components/Radio/Radio.js +1 -1
  148. package/components/RadioCard/RadioCard.js +1 -1
  149. package/components/RangeSlider/components/Handle/index.js +1 -1
  150. package/components/RangeSlider/index.js +36 -24
  151. package/components/ResponsiveContainer/ResponsiveContainer.js +2 -6
  152. package/components/ResponsiveContainer/breakpoints.js +2 -1
  153. package/components/ResponsiveContainer/hooks.js +20 -0
  154. package/components/ScrollHeader/index.js +2 -2
  155. package/components/ScrollHeader/style.js +1 -1
  156. package/components/SheetList/components/Item/index.js +5 -5
  157. package/components/SheetList/index.js +4 -4
  158. package/components/SideNavigation/SideNavigationCategories.connector.js +2 -2
  159. package/components/SnackBarContainer/index.js +5 -0
  160. package/components/Switch/index.js +12 -0
  161. package/components/Switch/style.js +1 -0
  162. package/components/Tabs/components/TabIndicator.js +2 -2
  163. package/components/Tabs/components/Tabs.js +1 -1
  164. package/components/TimeBoundary/index.js +8 -6
  165. package/components/VideoPlayer/index.js +9 -6
  166. package/components/View/components/Above/index.js +1 -1
  167. package/components/View/components/Below/index.js +1 -1
  168. package/components/View/components/Content/index.js +18 -11
  169. package/components/View/index.js +1 -1
  170. package/components/View/provider.js +22 -5
  171. package/components/index.js +2 -2
  172. package/core/action-creators/app.js +5 -0
  173. package/core/action-creators/appPermissions.js +9 -0
  174. package/core/action-creators/index.js +1 -1
  175. package/core/actions/getGeolocation.js +2 -2
  176. package/core/actions/grantAppTrackingTransparencyPermission.js +6 -0
  177. package/core/actions/grantCameraPermissions.js +1 -1
  178. package/core/actions/grantGeolocationPermissions.js +1 -1
  179. package/core/actions/grantPermissions.js +13 -6
  180. package/core/actions/grantPushPermissions.js +22 -0
  181. package/core/actions/index.js +7 -0
  182. package/core/actions/requestAppPermission.js +12 -0
  183. package/core/actions/requestAppPermissionStatus.js +12 -0
  184. package/core/classes/GeolocationRequest.js +2 -3
  185. package/core/classes/GeolocationRequestApp.js +6 -6
  186. package/core/classes/GeolocationRequestBrowser.js +2 -2
  187. package/core/classes/index.js +1 -0
  188. package/core/collections/AppInitialization.js +49 -0
  189. package/core/collections/index.js +1 -0
  190. package/core/commands/analyticsSetConsent.js +11 -0
  191. package/core/commands/index.js +1 -0
  192. package/core/config/ThemeConfigResolver.js +2 -2
  193. package/core/config/config.action-creators.js +1 -1
  194. package/core/config/config.actions.js +1 -1
  195. package/core/config/config.reducers.js +1 -1
  196. package/core/config/config.subscriptions.js +2 -2
  197. package/core/config/index.js +1 -1
  198. package/core/constants/actionTypes.js +1 -0
  199. package/core/constants/appFeatures.js +1 -0
  200. package/core/constants/index.js +6 -1
  201. package/core/contexts/index.js +1 -0
  202. package/core/helpers/appFeatures.js +15 -0
  203. package/core/helpers/appPermissions.js +43 -6
  204. package/core/helpers/baseUrl.js +14 -0
  205. package/core/helpers/environment.js +4 -0
  206. package/core/helpers/getFullImageSource.js +1 -1
  207. package/core/helpers/i18n.js +5 -3
  208. package/core/helpers/index.js +7 -0
  209. package/core/hocs/index.js +1 -0
  210. package/core/hocs/withCurrentProduct.js +6 -6
  211. package/core/hocs/withTheme.js +2 -2
  212. package/core/hooks/index.js +1 -0
  213. package/core/hooks/useAsyncMemo.js +1 -1
  214. package/core/hooks/useFormState.js +1 -1
  215. package/core/hooks/useScrollTo.js +1 -1
  216. package/core/hooks/useTheme.js +2 -2
  217. package/core/index.js +5 -52
  218. package/core/initialization/index.js +4 -2
  219. package/core/providers/AppProvider.js +10 -8
  220. package/core/providers/index.js +1 -0
  221. package/core/reducers/app.js +6 -0
  222. package/core/reducers/index.js +1 -1
  223. package/core/reducers/merchantSettings.js +1 -1
  224. package/core/reducers/shopSettings.js +1 -1
  225. package/core/selectors/app.js +9 -0
  226. package/core/selectors/index.js +6 -1
  227. package/core/streams/app.js +8 -0
  228. package/core/streams/appPermissions.js +19 -0
  229. package/core/streams/index.js +4 -0
  230. package/core/subscriptions/app.js +7 -0
  231. package/favorites/components/Item/Item.js +7 -7
  232. package/favorites/components/List/List.js +18 -7
  233. package/favorites/components/List/ListAccordionLabel.js +4 -0
  234. package/favorites/components/List/ListContent.js +8 -0
  235. package/favorites/components/List/ListItemWrapper.js +6 -0
  236. package/favorites/components/List/styles.js +1 -0
  237. package/favorites/components/Lists/Lists.js +5 -5
  238. package/favorites/components/Lists/ListsModal.js +3 -2
  239. package/favorites/constants/index.js +1 -0
  240. package/filter/actions/index.js +1 -0
  241. package/filter/components/PriceSlider/index.js +9 -9
  242. package/filter/components/PriceSlider/style.js +1 -3
  243. package/filter/components/index.js +1 -0
  244. package/filter/constants/index.js +1 -1
  245. package/filter/helpers/buildFilterParamsForFetchFiltersRequest.js +9 -0
  246. package/filter/helpers/buildInitialFilters.js +1 -1
  247. package/filter/helpers/buildUpdatedFilters.js +1 -1
  248. package/filter/helpers/index.js +1 -0
  249. package/filter/helpers/translateFilterLabel.js +6 -0
  250. package/filter/index.js +2 -7
  251. package/filter/providers/SortProvider.helpers.js +1 -1
  252. package/filter/selectors/index.js +1 -1
  253. package/filter/streams/index.js +1 -0
  254. package/i18n/locale/cs-cz/countries.json +255 -0
  255. package/i18n/locale/de-de/countries.json +26 -28
  256. package/i18n/locale/el-gr/countries.json +255 -0
  257. package/i18n/locale/en-us/countries.json +12 -14
  258. package/i18n/locale/es-es/countries.json +65 -67
  259. package/i18n/locale/fi-fi/countries.json +255 -0
  260. package/i18n/locale/fr-fr/countries.json +85 -87
  261. package/i18n/locale/hu-hu/countries.json +255 -0
  262. package/i18n/locale/it-it/countries.json +11 -13
  263. package/i18n/locale/nl-nl/countries.json +42 -44
  264. package/i18n/locale/pl-pl/countries.json +255 -0
  265. package/i18n/locale/pt-pt/countries.json +128 -130
  266. package/i18n/locale/ro-ro/countries.json +255 -0
  267. package/i18n/locale/sv-se/countries.json +255 -0
  268. package/locations/action-creators/receiveInventories.js +3 -5
  269. package/locations/actions/fetchFulfillmentSlots.js +1 -1
  270. package/locations/actions/fetchProductLocations.js +2 -2
  271. package/locations/actions/setUserGeolocation.js +1 -1
  272. package/locations/actions/setUserSearchGeolocation.js +1 -1
  273. package/locations/components/Cart/CartContextMenuChangeFulfillmentContent.js +1 -1
  274. package/locations/components/FulfillmentPath/FulfillmentPath.js +1 -1
  275. package/locations/components/FulfillmentPath/FulfillmentPathItem.js +2 -2
  276. package/locations/components/FulfillmentSelector/FulfillmentSelectorAddToCart.js +2 -2
  277. package/locations/components/FulfillmentSelector/FulfillmentSelectorAlternativeLocation.js +1 -1
  278. package/locations/components/FulfillmentSheet/FulfillmentSheet.js +2 -2
  279. package/locations/components/FulfillmentSlotSwitcher/FulfillmentSlotDialog.js +1 -1
  280. package/locations/components/ReserveForm/ReserveForm.js +1 -1
  281. package/locations/components/ReserveForm/ReserveFormPhone.js +1 -1
  282. package/locations/components/StockInfo/StockInfo.defaultSettings.js +1 -1
  283. package/locations/components/StoreFinder/StoreFinderMap.style.js +2 -2
  284. package/locations/components/StoreList/StoreListSearch.js +5 -3
  285. package/locations/locations.streams.js +1 -1
  286. package/locations/providers/FulfillmentProvider.js +4 -4
  287. package/locations/providers/StoreFinderProvider.js +1 -1
  288. package/locations/reducers/storage.js +3 -3
  289. package/locations/selectors/index.js +2 -2
  290. package/locations/subscriptions.js +13 -13
  291. package/login/components/ForgotPassword/ForgotPassword.js +1 -1
  292. package/orders/actions/cancelOrder.js +1 -1
  293. package/orders/actions/fetchOrderDetails.js +1 -1
  294. package/orders/constants/status.js +2 -2
  295. package/orders/index.js +1 -1
  296. package/orders/providers/OrderDetailsPrivateProvider.js +1 -1
  297. package/orders/providers/OrderDetailsProvider.js +3 -3
  298. package/package.json +8 -8
  299. package/page/actions/index.js +1 -0
  300. package/page/components/index.js +1 -0
  301. package/page/constants/index.js +1 -0
  302. package/page/index.js +2 -4
  303. package/page/selectors/index.js +7 -0
  304. package/product/collections/index.js +1 -0
  305. package/product/components/Availability/Availability.connector.js +4 -5
  306. package/product/components/Availability/Availability.js +3 -3
  307. package/product/components/Characteristics/Characteristic/components/Sheet/index.js +20 -0
  308. package/product/components/Characteristics/Characteristic/components/SheetItem/index.js +10 -0
  309. package/product/components/Characteristics/Characteristic/components/SheetItem/style.js +1 -0
  310. package/product/components/Characteristics/Characteristic/index.js +18 -0
  311. package/product/components/Characteristics/Characteristic/style.js +1 -0
  312. package/product/components/Characteristics/Swatch/index.js +12 -0
  313. package/product/components/Characteristics/Swatch/style.js +1 -0
  314. package/product/components/Characteristics/index.js +12 -0
  315. package/product/components/Characteristics/transition.js +1 -0
  316. package/product/components/Description/index.js +2 -2
  317. package/product/components/EffectivityDates/helpers.js +3 -3
  318. package/product/components/EffectivityDates/index.js +1 -1
  319. package/product/components/Header/PriceStriked/connector.js +9 -0
  320. package/product/components/Header/PriceStriked/index.js +5 -0
  321. package/product/components/Header/PriceStriked/style.js +1 -0
  322. package/product/components/Header/Shipping/components/Label/index.js +6 -0
  323. package/product/components/Header/Shipping/components/Label/style.js +1 -0
  324. package/product/components/Header/Shipping/connector.js +9 -0
  325. package/product/components/Header/Shipping/index.js +5 -0
  326. package/product/components/Header/Shipping/mock.js +1 -0
  327. package/product/components/Header/Shipping/spec.js +5 -0
  328. package/product/components/Header/Shipping/style.js +1 -0
  329. package/product/components/Header/Tiers/components/Tier/index.js +6 -0
  330. package/product/components/Header/Tiers/components/Tier/spec.js +1 -0
  331. package/product/components/Header/Tiers/connector.js +10 -0
  332. package/product/components/Header/Tiers/index.js +5 -0
  333. package/product/components/Header/Tiers/spec.js +1 -0
  334. package/product/components/Header/Tiers/style.js +1 -0
  335. package/product/components/Header/index.js +1 -0
  336. package/product/components/MapPriceHint/index.js +1 -1
  337. package/product/components/Media/FeaturedMedia.js +1 -1
  338. package/product/components/MediaSlider/index.js +1 -1
  339. package/product/components/Options/components/Content/connector.js +10 -0
  340. package/product/components/Options/components/Content/index.js +16 -0
  341. package/product/components/Options/components/Content/spec.js +2 -0
  342. package/product/components/Options/components/Option/index.js +4 -0
  343. package/product/components/Options/components/TextOption/components/OptionInfo/index.js +9 -0
  344. package/product/components/Options/components/TextOption/components/OptionInfo/spec.js +1 -0
  345. package/product/components/Options/components/TextOption/components/OptionInfo/style.js +1 -0
  346. package/product/components/Options/components/TextOption/index.js +22 -0
  347. package/product/components/Options/components/TextOption/style.js +1 -0
  348. package/product/components/Options/index.js +5 -0
  349. package/product/components/OrderQuantityHint/index.js +3 -2
  350. package/product/components/OrderQuantityHint/style.js +1 -1
  351. package/product/components/PriceDifference/index.js +1 -1
  352. package/product/components/ProductCard/index.js +2 -2
  353. package/product/components/ProductCharacteristics/helpers/index.js +1 -1
  354. package/product/components/ProductCharacteristics/index.js +28 -12
  355. package/product/components/ProductDiscountBadge/spec.js +1 -1
  356. package/product/components/ProductGridPrice/index.js +2 -2
  357. package/product/components/ProductImage/index.js +15 -12
  358. package/product/components/ProductList/components/Item/index.js +5 -0
  359. package/product/components/ProductList/components/Item/style.js +2 -0
  360. package/product/components/ProductList/components/Iterator/index.js +5 -0
  361. package/product/components/ProductList/components/Iterator/style.js +1 -0
  362. package/product/components/ProductList/components/Layout/index.js +5 -0
  363. package/product/components/ProductList/components/Layout/style.js +1 -0
  364. package/product/components/ProductList/index.js +5 -0
  365. package/product/components/ProductProperties/Content.js +1 -1
  366. package/product/components/ProductProperties/GroupedProperties.js +1 -1
  367. package/product/components/ProductProperties/ListsHTML.js +1 -1
  368. package/product/components/ProductProperties/ProductProperties.js +1 -1
  369. package/product/components/ProductProperties/RowHTML.js +1 -1
  370. package/product/components/ProductProperties/Wrapper.js +1 -1
  371. package/product/components/ProductProperties/style.js +1 -1
  372. package/product/components/ProductSlider/index.js +4 -0
  373. package/product/components/ProductSlider/spec.js +1 -0
  374. package/product/components/ProductSlider/style.js +1 -0
  375. package/product/components/QuantityPicker/hooks.js +5 -0
  376. package/product/components/QuantityPicker/index.js +2 -2
  377. package/product/components/Rating/connector.js +9 -0
  378. package/product/components/Rating/index.js +7 -0
  379. package/product/components/Rating/mock.js +5 -0
  380. package/product/components/Rating/spec.js +5 -0
  381. package/product/components/Rating/style.js +1 -0
  382. package/product/components/Swatch/SwatchContent.js +1 -1
  383. package/product/components/UnitQuantityPicker/CartUnitQuantityPicker.js +2 -2
  384. package/product/components/UnitQuantityPicker/ProductUnitQuantityPicker.js +3 -2
  385. package/product/components/UnitQuantityPicker/UnitQuantityPicker.js +6 -3
  386. package/product/components/UnitQuantityPicker/UnitQuantityPickerWithSection.js +7 -0
  387. package/product/components/UnitQuantityPicker/index.js +1 -1
  388. package/product/components/index.js +1 -0
  389. package/product/constants/index.js +1 -1
  390. package/product/contexts/index.js +1 -0
  391. package/product/helpers/index.js +2 -2
  392. package/product/helpers/redirects.js +1 -1
  393. package/product/hocs/index.js +1 -0
  394. package/product/hooks/index.js +1 -0
  395. package/product/index.js +4 -11
  396. package/product/providers/Product/connector.js +5 -0
  397. package/product/providers/Product/index.js +4 -0
  398. package/product/providers/index.js +1 -0
  399. package/product/selectors/product.js +24 -3
  400. package/product/selectors/variants.js +2 -2
  401. package/product/streams/index.js +1 -0
  402. package/push-opt-in/action-creators/index.js +1 -0
  403. package/push-opt-in/action-creators/optInTrigger.js +23 -0
  404. package/push-opt-in/action-creators/pushOptIn.js +7 -0
  405. package/push-opt-in/actions/index.js +1 -0
  406. package/push-opt-in/actions/pushOptInModal.js +8 -0
  407. package/push-opt-in/components/PushOptInModal/connector.js +9 -0
  408. package/push-opt-in/components/PushOptInModal/index.js +9 -0
  409. package/push-opt-in/components/PushOptInModal/push-opt-in.svg +62 -0
  410. package/push-opt-in/components/PushOptInModal/style.js +1 -0
  411. package/push-opt-in/components/index.js +1 -0
  412. package/push-opt-in/constants/index.js +1 -0
  413. package/push-opt-in/constants/optInModal.js +1 -0
  414. package/push-opt-in/constants/optInTrigger.js +1 -0
  415. package/push-opt-in/reducers/index.js +1 -0
  416. package/push-opt-in/reducers/optInModal.js +6 -0
  417. package/push-opt-in/reducers/optInTrigger.js +6 -0
  418. package/push-opt-in/selectors/index.js +1 -0
  419. package/push-opt-in/selectors/optInModal.js +8 -0
  420. package/push-opt-in/selectors/optInTrigger.js +5 -0
  421. package/push-opt-in/subscriptions/index.js +1 -0
  422. package/push-opt-in/subscriptions/optInTrigger.js +12 -0
  423. package/registration/components/index.js +1 -0
  424. package/registration/index.js +1 -1
  425. package/registration/providers/GuestRegistrationProvider.actions.js +2 -2
  426. package/registration/providers/GuestRegistrationProvider.js +3 -3
  427. package/registration/providers/RegistrationProvider.actions.js +3 -3
  428. package/registration/providers/RegistrationProvider.js +2 -2
  429. package/registration/subscriptions/index.js +1 -1
  430. package/reviews/actions/index.js +1 -0
  431. package/reviews/components/Reviews/components/Header/components/ReviewsExcerpt/index.js +1 -1
  432. package/reviews/components/Reviews/components/Header/components/ReviewsExcerpt/style.js +1 -2
  433. package/reviews/components/Reviews/components/List/index.js +3 -3
  434. package/reviews/components/Reviews/components/List/spec.js +1 -1
  435. package/reviews/components/Reviews/components/RatingCount/index.js +1 -1
  436. package/reviews/components/Reviews/components/RatingCount/style.js +1 -2
  437. package/reviews/components/Reviews/components/ReviewsInfo/index.js +1 -2
  438. package/reviews/components/Reviews/spec.js +1 -1
  439. package/reviews/components/index.js +1 -0
  440. package/reviews/constants/index.js +1 -0
  441. package/reviews/index.js +3 -7
  442. package/reviews/selectors/index.js +1 -0
  443. package/reviews/streams/index.js +1 -0
  444. package/scanner/action-creators/index.js +1 -0
  445. package/scanner/actions/index.js +1 -0
  446. package/scanner/classes/index.js +1 -0
  447. package/scanner/constants/index.js +1 -0
  448. package/scanner/helpers/index.js +1 -0
  449. package/scanner/index.js +1 -6
  450. package/scanner/streams/index.js +1 -0
  451. package/search/actions/index.js +1 -0
  452. package/search/constants/index.js +1 -0
  453. package/search/helpers/index.js +1 -0
  454. package/search/index.js +1 -6
  455. package/search/selectors/index.js +1 -0
  456. package/search/streams/index.js +1 -0
  457. package/styles/helpers/index.js +1 -0
  458. package/styles/helpers/initCSSCustomProperties.js +3 -3
  459. package/styles/helpers/loadCustomStyles.js +2 -2
  460. package/styles/helpers/setPageBackgroundColor.js +2 -1
  461. package/styles/helpers/setPageContentWidth.js +2 -1
  462. package/styles/index.js +1 -1
  463. package/tracking/action-creators/cookieConsent.js +24 -0
  464. package/tracking/action-creators/index.js +1 -4
  465. package/tracking/actions/cookieConsent.js +21 -0
  466. package/tracking/actions/index.js +1 -0
  467. package/tracking/components/CookieConsentModal/connector.js +6 -0
  468. package/tracking/components/CookieConsentModal/index.js +9 -0
  469. package/tracking/components/CookieConsentModal/style.js +1 -0
  470. package/tracking/components/CookieConsentModal/tracking-opt-in.svg +18 -0
  471. package/tracking/components/PrivacySettings/connector.js +6 -0
  472. package/tracking/components/PrivacySettings/index.js +4 -0
  473. package/tracking/components/PrivacySettings/style.js +1 -0
  474. package/tracking/components/index.js +1 -1
  475. package/tracking/constants/index.js +1 -1
  476. package/tracking/reducers/cookieConsentModal.js +6 -0
  477. package/tracking/reducers/cookieSettings.js +6 -0
  478. package/tracking/reducers/index.js +1 -0
  479. package/tracking/selectors/cookieConsent.js +35 -0
  480. package/tracking/selectors/index.js +1 -4
  481. package/tracking/streams/cookieConsent.js +46 -0
  482. package/tracking/streams/index.js +1 -1
  483. package/tracking/subscriptions/analytics.js +11 -0
  484. package/tracking/subscriptions/cookieConsent.js +13 -0
  485. package/tracking/subscriptions/index.js +1 -4
  486. package/components/MessageBar/MessageBar.types.js +0 -0
  487. package/components/MessageBar/style.js +0 -1
  488. package/i18n/locale/ru-ru/countries.json +0 -251
  489. package/product/components/Availability/Availability.types.js +0 -1
  490. package/product/components/QuantityPicker/helpers.js +0 -5
  491. package/tracking/components/CookieConsent/CookieConsent.connector.js +0 -4
  492. package/tracking/components/CookieConsent/CookieConsent.js +0 -4
  493. package/tracking/components/CookieConsent/CookieConsentButtons.js +0 -3
  494. package/tracking/components/CookieConsent/CookieConsentCheckboxes.js +0 -3
  495. package/tracking/components/CookieConsent/CookieConsentContent.js +0 -4
  496. package/tracking/components/CookieConsent/CookieConsentMessage.js +0 -4
  497. package/tracking/components/CookieConsent/index.js +0 -1
  498. package/tracking/helpers/index.js +0 -7
  499. package/tracking/hooks/index.js +0 -4
  500. package/tracking/index.js +0 -1
  501. package/tracking/providers/CookieConsentProvider.connector.js +0 -4
  502. package/tracking/providers/CookieConsentProvider.js +0 -8
  503. /package/{tracking/providers/CookieConsentProvider.context.js → back-in-stock/providers/BackInStockSubscriptionsProvider.context.js} +0 -0
  504. /package/page/{NotFound.js → components/NotFound.js} +0 -0
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "AF": "Afghanistan",
3
- "AX": "\u00c5land",
4
- "AL": "Albani\u00eb",
3
+ "AX": "Åland",
4
+ "AL": "Albanië",
5
5
  "DZ": "Algerije",
6
6
  "AS": "Amerikaans-Samoa",
7
7
  "VI": "Amerikaanse Maagdeneilanden",
@@ -10,26 +10,26 @@
10
10
  "AI": "Anguilla",
11
11
  "AQ": "Antarctica",
12
12
  "AG": "Antigua en Barbuda",
13
- "AR": "Argentini\u00eb",
14
- "AM": "Armeni\u00eb",
13
+ "AR": "Argentinië",
14
+ "AM": "Armenië",
15
15
  "AW": "Aruba",
16
16
  "AC": "Ascension",
17
- "AU": "Australi\u00eb",
17
+ "AU": "Australië",
18
18
  "AZ": "Azerbeidzjan",
19
- "BS": "Bahama\u2019s",
19
+ "BS": "Bahama’s",
20
20
  "BH": "Bahrein",
21
21
  "BD": "Bangladesh",
22
22
  "BB": "Barbados",
23
23
  "BY": "Belarus",
24
- "BE": "Belgi\u00eb",
24
+ "BE": "België",
25
25
  "BZ": "Belize",
26
26
  "BJ": "Benin",
27
27
  "BM": "Bermuda",
28
28
  "BT": "Bhutan",
29
29
  "BO": "Bolivia",
30
- "BA": "Bosni\u00eb en Herzegovina",
30
+ "BA": "Bosnië en Herzegovina",
31
31
  "BW": "Botswana",
32
- "BR": "Brazili\u00eb",
32
+ "BR": "Brazilië",
33
33
  "IO": "Brits Indische Oceaanterritorium",
34
34
  "VG": "Britse Maagdeneilanden",
35
35
  "BN": "Brunei",
@@ -53,7 +53,7 @@
53
53
  "CK": "Cookeilanden",
54
54
  "CR": "Costa Rica",
55
55
  "CU": "Cuba",
56
- "CW": "Cura\u00e7ao",
56
+ "CW": "Curaçao",
57
57
  "CY": "Cyprus",
58
58
  "DK": "Denemarken",
59
59
  "DG": "Diego Garcia",
@@ -68,19 +68,19 @@
68
68
  "ER": "Eritrea",
69
69
  "EE": "Estland",
70
70
  "SZ": "eSwatini",
71
- "ET": "Ethiopi\u00eb",
72
- "FO": "Faer\u00f6er",
71
+ "ET": "Ethiopië",
72
+ "FO": "Faeröer",
73
73
  "FK": "Falklandeilanden",
74
74
  "FJ": "Fiji",
75
75
  "PH": "Filipijnen",
76
76
  "FI": "Finland",
77
77
  "FR": "Frankrijk",
78
78
  "GF": "Frans-Guyana",
79
- "PF": "Frans-Polynesi\u00eb",
79
+ "PF": "Frans-Polynesië",
80
80
  "TF": "Franse Gebieden in de zuidelijke Indische Oceaan",
81
81
  "GA": "Gabon",
82
82
  "GM": "Gambia",
83
- "GE": "Georgi\u00eb",
83
+ "GE": "Georgië",
84
84
  "GH": "Ghana",
85
85
  "GI": "Gibraltar",
86
86
  "GD": "Grenada",
@@ -93,42 +93,42 @@
93
93
  "GN": "Guinee",
94
94
  "GW": "Guinee-Bissau",
95
95
  "GY": "Guyana",
96
- "HT": "Ha\u00efti",
96
+ "HT": "Haïti",
97
97
  "HN": "Honduras",
98
98
  "HU": "Hongarije",
99
99
  "HK": "Hongkong SAR van China",
100
100
  "IE": "Ierland",
101
101
  "IS": "IJsland",
102
102
  "IN": "India",
103
- "ID": "Indonesi\u00eb",
103
+ "ID": "Indonesië",
104
104
  "IQ": "Irak",
105
105
  "IR": "Iran",
106
106
  "IM": "Isle of Man",
107
- "IL": "Isra\u00ebl",
108
- "IT": "Itali\u00eb",
107
+ "IL": "Israël",
108
+ "IT": "Italië",
109
109
  "CI": "Ivoorkust",
110
110
  "JM": "Jamaica",
111
111
  "JP": "Japan",
112
112
  "YE": "Jemen",
113
113
  "JE": "Jersey",
114
- "JO": "Jordani\u00eb",
114
+ "JO": "Jordanië",
115
115
  "KY": "Kaaimaneilanden",
116
- "CV": "Kaapverdi\u00eb",
116
+ "CV": "Kaapverdië",
117
117
  "CM": "Kameroen",
118
118
  "KZ": "Kazachstan",
119
119
  "KE": "Kenia",
120
- "KG": "Kirgizi\u00eb",
120
+ "KG": "Kirgizië",
121
121
  "KI": "Kiribati",
122
122
  "UM": "Kleine afgelegen eilanden van de Verenigde Staten",
123
123
  "KW": "Koeweit",
124
124
  "XK": "Kosovo",
125
- "HR": "Kroati\u00eb",
125
+ "HR": "Kroatië",
126
126
  "LA": "Laos",
127
127
  "LS": "Lesotho",
128
128
  "LV": "Letland",
129
129
  "LB": "Libanon",
130
130
  "LR": "Liberia",
131
- "LY": "Libi\u00eb",
131
+ "LY": "Libië",
132
132
  "LI": "Liechtenstein",
133
133
  "LT": "Litouwen",
134
134
  "LU": "Luxemburg",
@@ -136,41 +136,41 @@
136
136
  "MG": "Madagaskar",
137
137
  "MW": "Malawi",
138
138
  "MV": "Maldiven",
139
- "MY": "Maleisi\u00eb",
139
+ "MY": "Maleisië",
140
140
  "ML": "Mali",
141
141
  "MT": "Malta",
142
142
  "MA": "Marokko",
143
143
  "MH": "Marshalleilanden",
144
144
  "MQ": "Martinique",
145
- "MR": "Mauritani\u00eb",
145
+ "MR": "Mauritanië",
146
146
  "MU": "Mauritius",
147
147
  "YT": "Mayotte",
148
148
  "MX": "Mexico",
149
149
  "FM": "Micronesia",
150
- "MD": "Moldavi\u00eb",
150
+ "MD": "Moldavië",
151
151
  "MC": "Monaco",
152
- "MN": "Mongoli\u00eb",
152
+ "MN": "Mongolië",
153
153
  "ME": "Montenegro",
154
154
  "MS": "Montserrat",
155
155
  "MZ": "Mozambique",
156
156
  "MM": "Myanmar (Birma)",
157
- "NA": "Namibi\u00eb",
157
+ "NA": "Namibië",
158
158
  "NR": "Nauru",
159
159
  "NL": "Nederland",
160
160
  "NP": "Nepal",
161
161
  "NI": "Nicaragua",
162
- "NC": "Nieuw-Caledoni\u00eb",
162
+ "NC": "Nieuw-Caledonië",
163
163
  "NZ": "Nieuw-Zeeland",
164
164
  "NE": "Niger",
165
165
  "NG": "Nigeria",
166
166
  "NU": "Niue",
167
167
  "KP": "Noord-Korea",
168
- "MK": "Noord-Macedoni\u00eb",
168
+ "MK": "Noord-Macedonië",
169
169
  "MP": "Noordelijke Marianen",
170
170
  "NO": "Noorwegen",
171
171
  "NF": "Norfolk",
172
172
  "UG": "Oeganda",
173
- "UA": "Oekra\u00efne",
173
+ "UA": "Oekraïne",
174
174
  "UZ": "Oezbekistan",
175
175
  "OM": "Oman",
176
176
  "TL": "Oost-Timor",
@@ -185,41 +185,39 @@
185
185
  "PN": "Pitcairneilanden",
186
186
  "PL": "Polen",
187
187
  "PT": "Portugal",
188
- "XA": "Pseudo-Accenten",
189
- "XB": "Pseudo-Bidi",
190
188
  "PR": "Puerto Rico",
191
189
  "QA": "Qatar",
192
- "RE": "R\u00e9union",
193
- "RO": "Roemeni\u00eb",
190
+ "RE": "Réunion",
191
+ "RO": "Roemenië",
194
192
  "RU": "Rusland",
195
193
  "RW": "Rwanda",
196
194
  "KN": "Saint Kitts en Nevis",
197
195
  "LC": "Saint Lucia",
198
196
  "VC": "Saint Vincent en de Grenadines",
199
- "BL": "Saint-Barth\u00e9lemy",
197
+ "BL": "Saint-Barthélemy",
200
198
  "MF": "Saint-Martin",
201
199
  "PM": "Saint-Pierre en Miquelon",
202
200
  "SB": "Salomonseilanden",
203
201
  "WS": "Samoa",
204
202
  "SM": "San Marino",
205
- "ST": "Sao Tom\u00e9 en Principe",
206
- "SA": "Saoedi-Arabi\u00eb",
203
+ "ST": "Sao Tomé en Principe",
204
+ "SA": "Saoedi-Arabië",
207
205
  "SN": "Senegal",
208
- "RS": "Servi\u00eb",
206
+ "RS": "Servië",
209
207
  "SC": "Seychellen",
210
208
  "SL": "Sierra Leone",
211
209
  "SG": "Singapore",
212
210
  "SH": "Sint-Helena",
213
211
  "SX": "Sint-Maarten",
214
- "SI": "Sloveni\u00eb",
212
+ "SI": "Slovenië",
215
213
  "SK": "Slowakije",
216
214
  "SD": "Soedan",
217
- "SO": "Somali\u00eb",
215
+ "SO": "Somalië",
218
216
  "ES": "Spanje",
219
217
  "SJ": "Spitsbergen en Jan Mayen",
220
218
  "LK": "Sri Lanka",
221
219
  "SR": "Suriname",
222
- "SY": "Syri\u00eb",
220
+ "SY": "Syrië",
223
221
  "TJ": "Tadzjikistan",
224
222
  "TW": "Taiwan",
225
223
  "TZ": "Tanzania",
@@ -230,8 +228,8 @@
230
228
  "TT": "Trinidad en Tobago",
231
229
  "TA": "Tristan da Cunha",
232
230
  "TD": "Tsjaad",
233
- "CZ": "Tsjechi\u00eb",
234
- "TN": "Tunesi\u00eb",
231
+ "CZ": "Tsjechië",
232
+ "TN": "Tunesië",
235
233
  "TR": "Turkije",
236
234
  "TM": "Turkmenistan",
237
235
  "TC": "Turks- en Caicoseilanden",
@@ -0,0 +1,255 @@
1
+ {
2
+ "AF": "Afganistan",
3
+ "AL": "Albania",
4
+ "DZ": "Algieria",
5
+ "AD": "Andora",
6
+ "AO": "Angola",
7
+ "AI": "Anguilla",
8
+ "AQ": "Antarktyda",
9
+ "AG": "Antigua i Barbuda",
10
+ "SA": "Arabia Saudyjska",
11
+ "AR": "Argentyna",
12
+ "AM": "Armenia",
13
+ "AW": "Aruba",
14
+ "AU": "Australia",
15
+ "AT": "Austria",
16
+ "AZ": "Azerbejdżan",
17
+ "BS": "Bahamy",
18
+ "BH": "Bahrajn",
19
+ "BD": "Bangladesz",
20
+ "BB": "Barbados",
21
+ "BE": "Belgia",
22
+ "BZ": "Belize",
23
+ "BJ": "Benin",
24
+ "BM": "Bermudy",
25
+ "BT": "Bhutan",
26
+ "BY": "Białoruś",
27
+ "BO": "Boliwia",
28
+ "BA": "Bośnia i Hercegowina",
29
+ "BW": "Botswana",
30
+ "BR": "Brazylia",
31
+ "BN": "Brunei",
32
+ "IO": "Brytyjskie Terytorium Oceanu Indyjskiego",
33
+ "VG": "Brytyjskie Wyspy Dziewicze",
34
+ "BG": "Bułgaria",
35
+ "BF": "Burkina Faso",
36
+ "BI": "Burundi",
37
+ "EA": "Ceuta i Melilla",
38
+ "CL": "Chile",
39
+ "CN": "Chiny",
40
+ "HR": "Chorwacja",
41
+ "CW": "Curaçao",
42
+ "CY": "Cypr",
43
+ "TD": "Czad",
44
+ "ME": "Czarnogóra",
45
+ "CZ": "Czechy",
46
+ "UM": "Dalekie Wyspy Mniejsze Stanów Zjednoczonych",
47
+ "DK": "Dania",
48
+ "DG": "Diego Garcia",
49
+ "DM": "Dominika",
50
+ "DO": "Dominikana",
51
+ "DJ": "Dżibuti",
52
+ "EG": "Egipt",
53
+ "EC": "Ekwador",
54
+ "ER": "Erytrea",
55
+ "EE": "Estonia",
56
+ "SZ": "Eswatini",
57
+ "ET": "Etiopia",
58
+ "FK": "Falklandy",
59
+ "FJ": "Fidżi",
60
+ "PH": "Filipiny",
61
+ "FI": "Finlandia",
62
+ "FR": "Francja",
63
+ "TF": "Francuskie Terytoria Południowe i Antarktyczne",
64
+ "GA": "Gabon",
65
+ "GM": "Gambia",
66
+ "GS": "Georgia Południowa i Sandwich Południowy",
67
+ "GH": "Ghana",
68
+ "GI": "Gibraltar",
69
+ "GR": "Grecja",
70
+ "GD": "Grenada",
71
+ "GL": "Grenlandia",
72
+ "GE": "Gruzja",
73
+ "GU": "Guam",
74
+ "GG": "Guernsey",
75
+ "GY": "Gujana",
76
+ "GF": "Gujana Francuska",
77
+ "GP": "Gwadelupa",
78
+ "GT": "Gwatemala",
79
+ "GN": "Gwinea",
80
+ "GW": "Gwinea Bissau",
81
+ "GQ": "Gwinea Równikowa",
82
+ "HT": "Haiti",
83
+ "ES": "Hiszpania",
84
+ "NL": "Holandia",
85
+ "HN": "Honduras",
86
+ "HK": "Hongkong",
87
+ "IN": "Indie",
88
+ "ID": "Indonezja",
89
+ "IQ": "Irak",
90
+ "IR": "Iran",
91
+ "IE": "Irlandia",
92
+ "IS": "Islandia",
93
+ "IL": "Izrael",
94
+ "JM": "Jamajka",
95
+ "JP": "Japonia",
96
+ "YE": "Jemen",
97
+ "JE": "Jersey",
98
+ "JO": "Jordania",
99
+ "KY": "Kajmany",
100
+ "KH": "Kambodża",
101
+ "CM": "Kamerun",
102
+ "CA": "Kanada",
103
+ "QA": "Katar",
104
+ "KZ": "Kazachstan",
105
+ "KE": "Kenia",
106
+ "KG": "Kirgistan",
107
+ "KI": "Kiribati",
108
+ "CO": "Kolumbia",
109
+ "KM": "Komory",
110
+ "CG": "Kongo - Brazzaville",
111
+ "CD": "Kongo - Kinszasa",
112
+ "KP": "Korea Północna",
113
+ "KR": "Korea Południowa",
114
+ "XK": "Kosowo",
115
+ "CR": "Kostaryka",
116
+ "CU": "Kuba",
117
+ "KW": "Kuwejt",
118
+ "LA": "Laos",
119
+ "LS": "Lesotho",
120
+ "LB": "Liban",
121
+ "LR": "Liberia",
122
+ "LY": "Libia",
123
+ "LI": "Liechtenstein",
124
+ "LT": "Litwa",
125
+ "LV": "Łotwa",
126
+ "LU": "Luksemburg",
127
+ "MK": "Macedonia Północna",
128
+ "MG": "Madagaskar",
129
+ "YT": "Majotta",
130
+ "MO": "Makau",
131
+ "MW": "Malawi",
132
+ "MV": "Malediwy",
133
+ "MY": "Malezja",
134
+ "ML": "Mali",
135
+ "MT": "Malta",
136
+ "MP": "Mariany Północne",
137
+ "MA": "Maroko",
138
+ "MQ": "Martynika",
139
+ "MR": "Mauretania",
140
+ "MU": "Mauritius",
141
+ "MX": "Meksyk",
142
+ "FM": "Mikronezja",
143
+ "MM": "Mjanma (Birma)",
144
+ "MD": "Mołdawia",
145
+ "MC": "Monako",
146
+ "MN": "Mongolia",
147
+ "MS": "Montserrat",
148
+ "MZ": "Mozambik",
149
+ "NA": "Namibia",
150
+ "NR": "Nauru",
151
+ "NP": "Nepal",
152
+ "BQ": "Niderlandy Karaibskie",
153
+ "DE": "Niemcy",
154
+ "NE": "Niger",
155
+ "NG": "Nigeria",
156
+ "NI": "Nikaragua",
157
+ "NU": "Niue",
158
+ "NF": "Norfolk",
159
+ "NO": "Norwegia",
160
+ "NC": "Nowa Kaledonia",
161
+ "NZ": "Nowa Zelandia",
162
+ "OM": "Oman",
163
+ "PK": "Pakistan",
164
+ "PW": "Palau",
165
+ "PA": "Panama",
166
+ "PG": "Papua-Nowa Gwinea",
167
+ "PY": "Paragwaj",
168
+ "PE": "Peru",
169
+ "PN": "Pitcairn",
170
+ "PF": "Polinezja Francuska",
171
+ "PL": "Polska",
172
+ "PR": "Portoryko",
173
+ "PT": "Portugalia",
174
+ "ZA": "Republika Południowej Afryki",
175
+ "CF": "Republika Środkowoafrykańska",
176
+ "RE": "Reunion",
177
+ "RU": "Rosja",
178
+ "RO": "Rumunia",
179
+ "RW": "Rwanda",
180
+ "EH": "Sahara Zachodnia",
181
+ "KN": "Saint Kitts i Nevis",
182
+ "LC": "Saint Lucia",
183
+ "VC": "Saint Vincent i Grenadyny",
184
+ "BL": "Saint-Barthélemy",
185
+ "MF": "Saint-Martin",
186
+ "PM": "Saint-Pierre i Miquelon",
187
+ "SV": "Salwador",
188
+ "WS": "Samoa",
189
+ "AS": "Samoa Amerykańskie",
190
+ "SM": "San Marino",
191
+ "SN": "Senegal",
192
+ "RS": "Serbia",
193
+ "SC": "Seszele",
194
+ "SL": "Sierra Leone",
195
+ "SG": "Singapur",
196
+ "SX": "Sint Maarten",
197
+ "SK": "Słowacja",
198
+ "SI": "Słowenia",
199
+ "SO": "Somalia",
200
+ "LK": "Sri Lanka",
201
+ "US": "Stany Zjednoczone",
202
+ "SD": "Sudan",
203
+ "SS": "Sudan Południowy",
204
+ "SR": "Surinam",
205
+ "SJ": "Svalbard i Jan Mayen",
206
+ "SH": "Święta Helena",
207
+ "SY": "Syria",
208
+ "CH": "Szwajcaria",
209
+ "SE": "Szwecja",
210
+ "TJ": "Tadżykistan",
211
+ "TH": "Tajlandia",
212
+ "TW": "Tajwan",
213
+ "TZ": "Tanzania",
214
+ "PS": "Terytoria Palestyńskie",
215
+ "TL": "Timor Wschodni",
216
+ "TG": "Togo",
217
+ "TK": "Tokelau",
218
+ "TO": "Tonga",
219
+ "TA": "Tristan da Cunha",
220
+ "TT": "Trynidad i Tobago",
221
+ "TN": "Tunezja",
222
+ "TR": "Turcja",
223
+ "TM": "Turkmenistan",
224
+ "TC": "Turks i Caicos",
225
+ "TV": "Tuvalu",
226
+ "UG": "Uganda",
227
+ "UA": "Ukraina",
228
+ "UY": "Urugwaj",
229
+ "UZ": "Uzbekistan",
230
+ "VU": "Vanuatu",
231
+ "WF": "Wallis i Futuna",
232
+ "VA": "Watykan",
233
+ "HU": "Węgry",
234
+ "VE": "Wenezuela",
235
+ "GB": "Wielka Brytania",
236
+ "VN": "Wietnam",
237
+ "IT": "Włochy",
238
+ "CI": "Wybrzeże Kości Słoniowej",
239
+ "CX": "Wyspa Bożego Narodzenia",
240
+ "IM": "Wyspa Man",
241
+ "AC": "Wyspa Wniebowstąpienia",
242
+ "AX": "Wyspy Alandzkie",
243
+ "CK": "Wyspy Cooka",
244
+ "VI": "Wyspy Dziewicze Stanów Zjednoczonych",
245
+ "IC": "Wyspy Kanaryjskie",
246
+ "CC": "Wyspy Kokosowe",
247
+ "MH": "Wyspy Marshalla",
248
+ "FO": "Wyspy Owcze",
249
+ "SB": "Wyspy Salomona",
250
+ "ST": "Wyspy Świętego Tomasza i Książęca",
251
+ "CV": "Wyspy Zielonego Przylądka",
252
+ "ZM": "Zambia",
253
+ "ZW": "Zimbabwe",
254
+ "AE": "Zjednoczone Emiraty Arabskie"
255
+ }