@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.
- package/a11y/components/Section/index.js +2 -2
- package/a11y/components/VisuallyHidden/index.js +8 -0
- package/a11y/components/index.js +1 -0
- package/a11y/constants/index.js +1 -0
- package/a11y/helpers/index.js +1 -0
- package/a11y/index.js +1 -4
- package/account/actions/addContacts.js +2 -2
- package/account/actions/deleteContact.js +2 -2
- package/account/actions/deleteCustomer.js +2 -2
- package/account/actions/fetchContacts.js +2 -2
- package/account/actions/fetchCustomer.js +2 -2
- package/account/actions/updateContact.js +2 -2
- package/account/actions/updateCustomer.js +2 -2
- package/account/components/Account/Account.js +1 -1
- package/account/components/Account/Account.style.js +1 -1
- package/account/components/Profile/Profile.provider.js +3 -3
- package/account/components/ProfileContact/ProfileContact.js +1 -1
- package/account/reducers/index.js +1 -1
- package/app-rating/action-creators/appStart.js +3 -3
- package/app-rating/action-creators/ordersPlaced.js +3 -3
- package/app-rating/action-creators/popup.js +4 -4
- package/app-rating/action-creators/timer.js +3 -3
- package/app-rating/actions/showModal.js +6 -6
- package/app-rating/constants/index.js +2 -2
- package/app-rating/reducers/index.js +2 -2
- package/app-rating/subscriptions/index.js +4 -4
- package/back-in-stock/actions/index.js +14 -0
- package/back-in-stock/components/BackInStockButton/connector.js +1 -0
- package/back-in-stock/components/BackInStockButton/index.js +14 -0
- package/back-in-stock/components/BackInStockButton/style.js +1 -0
- package/back-in-stock/components/CharacteristicsButton/connector.js +3 -0
- package/back-in-stock/components/CharacteristicsButton/index.js +8 -0
- package/back-in-stock/components/ProductInfoBackInStockButton/connector.js +3 -0
- package/back-in-stock/components/ProductInfoBackInStockButton/index.js +10 -0
- package/back-in-stock/components/Subscriptions/components/List/index.js +4 -0
- package/back-in-stock/components/Subscriptions/components/Subscription/index.js +7 -0
- package/back-in-stock/components/Subscriptions/index.js +4 -0
- package/back-in-stock/components/index.js +1 -0
- package/back-in-stock/constants/Actions.js +1 -0
- package/back-in-stock/constants/Common.js +1 -0
- package/back-in-stock/constants/Pipelines.js +1 -0
- package/back-in-stock/constants/Portals.js +9 -0
- package/back-in-stock/constants/index.js +1 -0
- package/back-in-stock/hooks/index.js +4 -0
- package/back-in-stock/providers/BackInStockSubscriptionsProvider.connector.js +7 -0
- package/back-in-stock/providers/BackInStockSubscriptionsProvider.js +5 -0
- package/back-in-stock/providers/index.js +1 -0
- package/back-in-stock/reducers/index.js +5 -0
- package/back-in-stock/selectors/index.js +43 -0
- package/back-in-stock/streams/index.js +1 -0
- package/back-in-stock/subscriptions/index.js +11 -0
- package/cart/cart.helpers.js +9 -2
- package/cart/components/CartItem/CartItemCoupon.js +10 -6
- package/cart/components/CartItem/CartItemCouponCode.js +2 -2
- package/cart/components/CartItem/CartItemCouponDelete.js +1 -1
- package/cart/components/CartItem/CartItemCouponFreeShipping.js +1 -1
- package/cart/components/CartItem/CartItemCouponIcon.js +2 -2
- package/cart/components/CartItem/CartItemCouponLayout.style.js +5 -1
- package/cart/components/CartItem/CartItemCouponTitle.js +2 -2
- package/cart/components/CartItem/CartItemProductLayout.js +4 -2
- package/cart/components/CartItem/CartItemProductLayoutWide.style.js +1 -1
- package/cart/components/CartItem/CartItemProductTitle.js +2 -2
- package/cart/components/CartItem/CartItemQuantityPicker.js +26 -14
- package/cart/components/CartItem/CartItemSubstitution.js +1 -1
- package/cart/components/CartItems/CartItemCardReservation.js +1 -1
- package/cart/components/CartItems/CartItemGroupReservation.js +1 -1
- package/cart/components/CartSummaryWide/CartSummaryWideCheckoutButton.style.js +1 -1
- package/cart/components/PaymentBar/PaymentBar.js +1 -1
- package/cart/components/PaymentBar/PaymentBarCheckoutButton.style.js +1 -1
- package/cart/components/PaymentBar/PaymentBarPromotionCouponMessages.js +1 -1
- package/cart/index.js +3 -2
- package/cart/streams/index.js +1 -0
- package/category/actions/index.js +1 -0
- package/category/components/CategoryList/index.js +7 -0
- package/category/components/CategoryList/style.js +1 -0
- package/category/components/index.js +1 -1
- package/category/constants/index.js +1 -0
- package/category/helpers/index.js +1 -0
- package/category/index.js +1 -6
- package/category/selectors/index.js +2 -0
- package/category/streams/index.js +1 -1
- package/checkout/actions/errorCheckout.js +1 -1
- package/checkout/actions/fetchCheckoutOrder.js +1 -1
- package/checkout/actions/fetchPaymentMethods.js +1 -1
- package/checkout/actions/initializeCheckout.js +1 -1
- package/checkout/actions/prepareCheckout.js +2 -2
- package/checkout/actions/submitCheckoutOrder.js +1 -1
- package/checkout/actions/updateCheckoutOrder.js +1 -1
- package/checkout/components/Checkout/CheckoutPickupContactForm.config.js +1 -1
- package/checkout/components/Checkout/CheckoutSectionMessages.js +1 -1
- package/checkout/components/CheckoutConfirmation/CheckoutConfirmation.js +1 -1
- package/checkout/components/CheckoutConfirmation/CheckoutConfirmationBilledTo.js +1 -1
- package/checkout/components/GuestCheckout/GuestCheckoutPickupNotes.config.js +1 -1
- package/checkout/components/PaymentMethodButton/PaymentMethodButton.js +1 -1
- package/checkout/components/ShippingMethods/ShippingMethods.js +4 -4
- package/checkout/components/index.js +1 -1
- package/checkout/constants/index.js +1 -1
- package/checkout/index.js +3 -4
- package/checkout/paymentMethods/index.js +2 -2
- package/checkout/paymentMethods/paypal/PaypalButtonApp.js +1 -1
- package/checkout/paymentMethods/paypal/PaypalButtonWeb.js +1 -1
- package/checkout/paymentMethods/paypal/PaypalPayButton.js +1 -1
- package/checkout/paymentMethods/paypal/PaypalProvider.js +1 -1
- package/checkout/paymentMethods/stripe/StripeButton.js +2 -2
- package/checkout/paymentMethods/stripe/StripeCreditCard.js +3 -3
- package/checkout/paymentMethods/stripe/StripeProvider.js +8 -8
- package/checkout/paymentMethods/stripe/sdk.js +3 -2
- package/checkout/providers/AddressBookProvider.js +1 -1
- package/checkout/providers/CheckoutProvider.js +8 -8
- package/components/ChipLayout/index.js +38 -0
- package/components/ChipLayout/spec.js +5 -0
- package/components/ChipLayout/style.js +5 -0
- package/components/ConditionalWrapper/ConditionalWrapper.js +7 -2
- package/components/Footer/Footer.js +7 -7
- package/components/Form/Builder/Builder.js +50 -29
- package/components/Form/Builder/ElementCheckbox.js +1 -1
- package/components/Form/Builder/ElementMultiSelect.js +1 -1
- package/components/Form/Builder/ElementPhoneNumber.js +3 -3
- package/components/Form/Builder/ElementRadio.js +1 -1
- package/components/Form/Builder/ElementSelect.js +1 -1
- package/components/Form/Builder/ElementText.js +3 -3
- package/components/Form/Builder/classes/ActionListener.constants.js +2 -2
- package/components/Form/Builder/classes/ActionListener.js +73 -16
- package/components/Form/Builder/helpers/buildFormElements.js +2 -2
- package/components/Form/Form.js +8 -5
- package/components/IntersectionVisibility/index.js +14 -7
- package/components/Logo/connector.js +4 -0
- package/components/Logo/index.js +4 -0
- package/components/Logo/spec.js +1 -0
- package/components/Logo/style.js +1 -0
- package/components/Menu/components/Position/index.js +5 -5
- package/components/Menu/index.js +9 -9
- package/components/MessageBar/MessageBar.js +1 -1
- package/components/MessageBar/index.js +1 -1
- package/components/NavigationHandler/index.js +4 -4
- package/components/NavigationHandler/spec.js +1 -1
- package/components/Picker/components/Button/index.js +1 -1
- package/components/Picker/components/List/index.js +2 -2
- package/components/Picker/components/Modal/index.js +7 -7
- package/components/Picker/index.js +18 -9
- package/components/PickerUtilize/components/Button/index.js +5 -0
- package/components/PickerUtilize/components/Button/style.js +1 -0
- package/components/PickerUtilize/index.js +17 -0
- package/components/PickerUtilize/spec.js +1 -0
- package/components/PickerUtilize/style.js +1 -0
- package/components/QuantityInput/QuantityInput.js +5 -4
- package/components/Radio/Radio.js +1 -1
- package/components/RadioCard/RadioCard.js +1 -1
- package/components/RangeSlider/components/Handle/index.js +1 -1
- package/components/RangeSlider/index.js +36 -24
- package/components/ResponsiveContainer/ResponsiveContainer.js +2 -6
- package/components/ResponsiveContainer/breakpoints.js +2 -1
- package/components/ResponsiveContainer/hooks.js +20 -0
- package/components/ScrollHeader/index.js +2 -2
- package/components/ScrollHeader/style.js +1 -1
- package/components/SheetList/components/Item/index.js +5 -5
- package/components/SheetList/index.js +4 -4
- package/components/SideNavigation/SideNavigationCategories.connector.js +2 -2
- package/components/SnackBarContainer/index.js +5 -0
- package/components/Switch/index.js +12 -0
- package/components/Switch/style.js +1 -0
- package/components/Tabs/components/TabIndicator.js +2 -2
- package/components/Tabs/components/Tabs.js +1 -1
- package/components/TimeBoundary/index.js +8 -6
- package/components/VideoPlayer/index.js +9 -6
- package/components/View/components/Above/index.js +1 -1
- package/components/View/components/Below/index.js +1 -1
- package/components/View/components/Content/index.js +18 -11
- package/components/View/index.js +1 -1
- package/components/View/provider.js +22 -5
- package/components/index.js +2 -2
- package/core/action-creators/app.js +5 -0
- package/core/action-creators/appPermissions.js +9 -0
- package/core/action-creators/index.js +1 -1
- package/core/actions/getGeolocation.js +2 -2
- package/core/actions/grantAppTrackingTransparencyPermission.js +6 -0
- package/core/actions/grantCameraPermissions.js +1 -1
- package/core/actions/grantGeolocationPermissions.js +1 -1
- package/core/actions/grantPermissions.js +13 -6
- package/core/actions/grantPushPermissions.js +22 -0
- package/core/actions/index.js +7 -0
- package/core/actions/requestAppPermission.js +12 -0
- package/core/actions/requestAppPermissionStatus.js +12 -0
- package/core/classes/GeolocationRequest.js +2 -3
- package/core/classes/GeolocationRequestApp.js +6 -6
- package/core/classes/GeolocationRequestBrowser.js +2 -2
- package/core/classes/index.js +1 -0
- package/core/collections/AppInitialization.js +49 -0
- package/core/collections/index.js +1 -0
- package/core/commands/analyticsSetConsent.js +11 -0
- package/core/commands/index.js +1 -0
- package/core/config/ThemeConfigResolver.js +2 -2
- package/core/config/config.action-creators.js +1 -1
- package/core/config/config.actions.js +1 -1
- package/core/config/config.reducers.js +1 -1
- package/core/config/config.subscriptions.js +2 -2
- package/core/config/index.js +1 -1
- package/core/constants/actionTypes.js +1 -0
- package/core/constants/appFeatures.js +1 -0
- package/core/constants/index.js +6 -1
- package/core/contexts/index.js +1 -0
- package/core/helpers/appFeatures.js +15 -0
- package/core/helpers/appPermissions.js +43 -6
- package/core/helpers/baseUrl.js +14 -0
- package/core/helpers/environment.js +4 -0
- package/core/helpers/getFullImageSource.js +1 -1
- package/core/helpers/i18n.js +5 -3
- package/core/helpers/index.js +7 -0
- package/core/hocs/index.js +1 -0
- package/core/hocs/withCurrentProduct.js +6 -6
- package/core/hocs/withTheme.js +2 -2
- package/core/hooks/index.js +1 -0
- package/core/hooks/useAsyncMemo.js +1 -1
- package/core/hooks/useFormState.js +1 -1
- package/core/hooks/useScrollTo.js +1 -1
- package/core/hooks/useTheme.js +2 -2
- package/core/index.js +5 -52
- package/core/initialization/index.js +4 -2
- package/core/providers/AppProvider.js +10 -8
- package/core/providers/index.js +1 -0
- package/core/reducers/app.js +6 -0
- package/core/reducers/index.js +1 -1
- package/core/reducers/merchantSettings.js +1 -1
- package/core/reducers/shopSettings.js +1 -1
- package/core/selectors/app.js +9 -0
- package/core/selectors/index.js +6 -1
- package/core/streams/app.js +8 -0
- package/core/streams/appPermissions.js +19 -0
- package/core/streams/index.js +4 -0
- package/core/subscriptions/app.js +7 -0
- package/favorites/components/Item/Item.js +7 -7
- package/favorites/components/List/List.js +18 -7
- package/favorites/components/List/ListAccordionLabel.js +4 -0
- package/favorites/components/List/ListContent.js +8 -0
- package/favorites/components/List/ListItemWrapper.js +6 -0
- package/favorites/components/List/styles.js +1 -0
- package/favorites/components/Lists/Lists.js +5 -5
- package/favorites/components/Lists/ListsModal.js +3 -2
- package/favorites/constants/index.js +1 -0
- package/filter/actions/index.js +1 -0
- package/filter/components/PriceSlider/index.js +9 -9
- package/filter/components/PriceSlider/style.js +1 -3
- package/filter/components/index.js +1 -0
- package/filter/constants/index.js +1 -1
- package/filter/helpers/buildFilterParamsForFetchFiltersRequest.js +9 -0
- package/filter/helpers/buildInitialFilters.js +1 -1
- package/filter/helpers/buildUpdatedFilters.js +1 -1
- package/filter/helpers/index.js +1 -0
- package/filter/helpers/translateFilterLabel.js +6 -0
- package/filter/index.js +2 -7
- package/filter/providers/SortProvider.helpers.js +1 -1
- package/filter/selectors/index.js +1 -1
- package/filter/streams/index.js +1 -0
- package/i18n/locale/cs-cz/countries.json +255 -0
- package/i18n/locale/de-de/countries.json +26 -28
- package/i18n/locale/el-gr/countries.json +255 -0
- package/i18n/locale/en-us/countries.json +12 -14
- package/i18n/locale/es-es/countries.json +65 -67
- package/i18n/locale/fi-fi/countries.json +255 -0
- package/i18n/locale/fr-fr/countries.json +85 -87
- package/i18n/locale/hu-hu/countries.json +255 -0
- package/i18n/locale/it-it/countries.json +11 -13
- package/i18n/locale/nl-nl/countries.json +42 -44
- package/i18n/locale/pl-pl/countries.json +255 -0
- package/i18n/locale/pt-pt/countries.json +128 -130
- package/i18n/locale/ro-ro/countries.json +255 -0
- package/i18n/locale/sv-se/countries.json +255 -0
- package/locations/action-creators/receiveInventories.js +3 -5
- package/locations/actions/fetchFulfillmentSlots.js +1 -1
- package/locations/actions/fetchProductLocations.js +2 -2
- package/locations/actions/setUserGeolocation.js +1 -1
- package/locations/actions/setUserSearchGeolocation.js +1 -1
- package/locations/components/Cart/CartContextMenuChangeFulfillmentContent.js +1 -1
- package/locations/components/FulfillmentPath/FulfillmentPath.js +1 -1
- package/locations/components/FulfillmentPath/FulfillmentPathItem.js +2 -2
- package/locations/components/FulfillmentSelector/FulfillmentSelectorAddToCart.js +2 -2
- package/locations/components/FulfillmentSelector/FulfillmentSelectorAlternativeLocation.js +1 -1
- package/locations/components/FulfillmentSheet/FulfillmentSheet.js +2 -2
- package/locations/components/FulfillmentSlotSwitcher/FulfillmentSlotDialog.js +1 -1
- package/locations/components/ReserveForm/ReserveForm.js +1 -1
- package/locations/components/ReserveForm/ReserveFormPhone.js +1 -1
- package/locations/components/StockInfo/StockInfo.defaultSettings.js +1 -1
- package/locations/components/StoreFinder/StoreFinderMap.style.js +2 -2
- package/locations/components/StoreList/StoreListSearch.js +5 -3
- package/locations/locations.streams.js +1 -1
- package/locations/providers/FulfillmentProvider.js +4 -4
- package/locations/providers/StoreFinderProvider.js +1 -1
- package/locations/reducers/storage.js +3 -3
- package/locations/selectors/index.js +2 -2
- package/locations/subscriptions.js +13 -13
- package/login/components/ForgotPassword/ForgotPassword.js +1 -1
- package/orders/actions/cancelOrder.js +1 -1
- package/orders/actions/fetchOrderDetails.js +1 -1
- package/orders/constants/status.js +2 -2
- package/orders/index.js +1 -1
- package/orders/providers/OrderDetailsPrivateProvider.js +1 -1
- package/orders/providers/OrderDetailsProvider.js +3 -3
- package/package.json +8 -8
- package/page/actions/index.js +1 -0
- package/page/components/index.js +1 -0
- package/page/constants/index.js +1 -0
- package/page/index.js +2 -4
- package/page/selectors/index.js +7 -0
- package/product/collections/index.js +1 -0
- package/product/components/Availability/Availability.connector.js +4 -5
- package/product/components/Availability/Availability.js +3 -3
- package/product/components/Characteristics/Characteristic/components/Sheet/index.js +20 -0
- package/product/components/Characteristics/Characteristic/components/SheetItem/index.js +10 -0
- package/product/components/Characteristics/Characteristic/components/SheetItem/style.js +1 -0
- package/product/components/Characteristics/Characteristic/index.js +18 -0
- package/product/components/Characteristics/Characteristic/style.js +1 -0
- package/product/components/Characteristics/Swatch/index.js +12 -0
- package/product/components/Characteristics/Swatch/style.js +1 -0
- package/product/components/Characteristics/index.js +12 -0
- package/product/components/Characteristics/transition.js +1 -0
- package/product/components/Description/index.js +2 -2
- package/product/components/EffectivityDates/helpers.js +3 -3
- package/product/components/EffectivityDates/index.js +1 -1
- package/product/components/Header/PriceStriked/connector.js +9 -0
- package/product/components/Header/PriceStriked/index.js +5 -0
- package/product/components/Header/PriceStriked/style.js +1 -0
- package/product/components/Header/Shipping/components/Label/index.js +6 -0
- package/product/components/Header/Shipping/components/Label/style.js +1 -0
- package/product/components/Header/Shipping/connector.js +9 -0
- package/product/components/Header/Shipping/index.js +5 -0
- package/product/components/Header/Shipping/mock.js +1 -0
- package/product/components/Header/Shipping/spec.js +5 -0
- package/product/components/Header/Shipping/style.js +1 -0
- package/product/components/Header/Tiers/components/Tier/index.js +6 -0
- package/product/components/Header/Tiers/components/Tier/spec.js +1 -0
- package/product/components/Header/Tiers/connector.js +10 -0
- package/product/components/Header/Tiers/index.js +5 -0
- package/product/components/Header/Tiers/spec.js +1 -0
- package/product/components/Header/Tiers/style.js +1 -0
- package/product/components/Header/index.js +1 -0
- package/product/components/MapPriceHint/index.js +1 -1
- package/product/components/Media/FeaturedMedia.js +1 -1
- package/product/components/MediaSlider/index.js +1 -1
- package/product/components/Options/components/Content/connector.js +10 -0
- package/product/components/Options/components/Content/index.js +16 -0
- package/product/components/Options/components/Content/spec.js +2 -0
- package/product/components/Options/components/Option/index.js +4 -0
- package/product/components/Options/components/TextOption/components/OptionInfo/index.js +9 -0
- package/product/components/Options/components/TextOption/components/OptionInfo/spec.js +1 -0
- package/product/components/Options/components/TextOption/components/OptionInfo/style.js +1 -0
- package/product/components/Options/components/TextOption/index.js +22 -0
- package/product/components/Options/components/TextOption/style.js +1 -0
- package/product/components/Options/index.js +5 -0
- package/product/components/OrderQuantityHint/index.js +3 -2
- package/product/components/OrderQuantityHint/style.js +1 -1
- package/product/components/PriceDifference/index.js +1 -1
- package/product/components/ProductCard/index.js +2 -2
- package/product/components/ProductCharacteristics/helpers/index.js +1 -1
- package/product/components/ProductCharacteristics/index.js +28 -12
- package/product/components/ProductDiscountBadge/spec.js +1 -1
- package/product/components/ProductGridPrice/index.js +2 -2
- package/product/components/ProductImage/index.js +15 -12
- package/product/components/ProductList/components/Item/index.js +5 -0
- package/product/components/ProductList/components/Item/style.js +2 -0
- package/product/components/ProductList/components/Iterator/index.js +5 -0
- package/product/components/ProductList/components/Iterator/style.js +1 -0
- package/product/components/ProductList/components/Layout/index.js +5 -0
- package/product/components/ProductList/components/Layout/style.js +1 -0
- package/product/components/ProductList/index.js +5 -0
- package/product/components/ProductProperties/Content.js +1 -1
- package/product/components/ProductProperties/GroupedProperties.js +1 -1
- package/product/components/ProductProperties/ListsHTML.js +1 -1
- package/product/components/ProductProperties/ProductProperties.js +1 -1
- package/product/components/ProductProperties/RowHTML.js +1 -1
- package/product/components/ProductProperties/Wrapper.js +1 -1
- package/product/components/ProductProperties/style.js +1 -1
- package/product/components/ProductSlider/index.js +4 -0
- package/product/components/ProductSlider/spec.js +1 -0
- package/product/components/ProductSlider/style.js +1 -0
- package/product/components/QuantityPicker/hooks.js +5 -0
- package/product/components/QuantityPicker/index.js +2 -2
- package/product/components/Rating/connector.js +9 -0
- package/product/components/Rating/index.js +7 -0
- package/product/components/Rating/mock.js +5 -0
- package/product/components/Rating/spec.js +5 -0
- package/product/components/Rating/style.js +1 -0
- package/product/components/Swatch/SwatchContent.js +1 -1
- package/product/components/UnitQuantityPicker/CartUnitQuantityPicker.js +2 -2
- package/product/components/UnitQuantityPicker/ProductUnitQuantityPicker.js +3 -2
- package/product/components/UnitQuantityPicker/UnitQuantityPicker.js +6 -3
- package/product/components/UnitQuantityPicker/UnitQuantityPickerWithSection.js +7 -0
- package/product/components/UnitQuantityPicker/index.js +1 -1
- package/product/components/index.js +1 -0
- package/product/constants/index.js +1 -1
- package/product/contexts/index.js +1 -0
- package/product/helpers/index.js +2 -2
- package/product/helpers/redirects.js +1 -1
- package/product/hocs/index.js +1 -0
- package/product/hooks/index.js +1 -0
- package/product/index.js +4 -11
- package/product/providers/Product/connector.js +5 -0
- package/product/providers/Product/index.js +4 -0
- package/product/providers/index.js +1 -0
- package/product/selectors/product.js +24 -3
- package/product/selectors/variants.js +2 -2
- package/product/streams/index.js +1 -0
- package/push-opt-in/action-creators/index.js +1 -0
- package/push-opt-in/action-creators/optInTrigger.js +23 -0
- package/push-opt-in/action-creators/pushOptIn.js +7 -0
- package/push-opt-in/actions/index.js +1 -0
- package/push-opt-in/actions/pushOptInModal.js +8 -0
- package/push-opt-in/components/PushOptInModal/connector.js +9 -0
- package/push-opt-in/components/PushOptInModal/index.js +9 -0
- package/push-opt-in/components/PushOptInModal/push-opt-in.svg +62 -0
- package/push-opt-in/components/PushOptInModal/style.js +1 -0
- package/push-opt-in/components/index.js +1 -0
- package/push-opt-in/constants/index.js +1 -0
- package/push-opt-in/constants/optInModal.js +1 -0
- package/push-opt-in/constants/optInTrigger.js +1 -0
- package/push-opt-in/reducers/index.js +1 -0
- package/push-opt-in/reducers/optInModal.js +6 -0
- package/push-opt-in/reducers/optInTrigger.js +6 -0
- package/push-opt-in/selectors/index.js +1 -0
- package/push-opt-in/selectors/optInModal.js +8 -0
- package/push-opt-in/selectors/optInTrigger.js +5 -0
- package/push-opt-in/subscriptions/index.js +1 -0
- package/push-opt-in/subscriptions/optInTrigger.js +12 -0
- package/registration/components/index.js +1 -0
- package/registration/index.js +1 -1
- package/registration/providers/GuestRegistrationProvider.actions.js +2 -2
- package/registration/providers/GuestRegistrationProvider.js +3 -3
- package/registration/providers/RegistrationProvider.actions.js +3 -3
- package/registration/providers/RegistrationProvider.js +2 -2
- package/registration/subscriptions/index.js +1 -1
- package/reviews/actions/index.js +1 -0
- package/reviews/components/Reviews/components/Header/components/ReviewsExcerpt/index.js +1 -1
- package/reviews/components/Reviews/components/Header/components/ReviewsExcerpt/style.js +1 -2
- package/reviews/components/Reviews/components/List/index.js +3 -3
- package/reviews/components/Reviews/components/List/spec.js +1 -1
- package/reviews/components/Reviews/components/RatingCount/index.js +1 -1
- package/reviews/components/Reviews/components/RatingCount/style.js +1 -2
- package/reviews/components/Reviews/components/ReviewsInfo/index.js +1 -2
- package/reviews/components/Reviews/spec.js +1 -1
- package/reviews/components/index.js +1 -0
- package/reviews/constants/index.js +1 -0
- package/reviews/index.js +3 -7
- package/reviews/selectors/index.js +1 -0
- package/reviews/streams/index.js +1 -0
- package/scanner/action-creators/index.js +1 -0
- package/scanner/actions/index.js +1 -0
- package/scanner/classes/index.js +1 -0
- package/scanner/constants/index.js +1 -0
- package/scanner/helpers/index.js +1 -0
- package/scanner/index.js +1 -6
- package/scanner/streams/index.js +1 -0
- package/search/actions/index.js +1 -0
- package/search/constants/index.js +1 -0
- package/search/helpers/index.js +1 -0
- package/search/index.js +1 -6
- package/search/selectors/index.js +1 -0
- package/search/streams/index.js +1 -0
- package/styles/helpers/index.js +1 -0
- package/styles/helpers/initCSSCustomProperties.js +3 -3
- package/styles/helpers/loadCustomStyles.js +2 -2
- package/styles/helpers/setPageBackgroundColor.js +2 -1
- package/styles/helpers/setPageContentWidth.js +2 -1
- package/styles/index.js +1 -1
- package/tracking/action-creators/cookieConsent.js +24 -0
- package/tracking/action-creators/index.js +1 -4
- package/tracking/actions/cookieConsent.js +21 -0
- package/tracking/actions/index.js +1 -0
- package/tracking/components/CookieConsentModal/connector.js +6 -0
- package/tracking/components/CookieConsentModal/index.js +9 -0
- package/tracking/components/CookieConsentModal/style.js +1 -0
- package/tracking/components/CookieConsentModal/tracking-opt-in.svg +18 -0
- package/tracking/components/PrivacySettings/connector.js +6 -0
- package/tracking/components/PrivacySettings/index.js +4 -0
- package/tracking/components/PrivacySettings/style.js +1 -0
- package/tracking/components/index.js +1 -1
- package/tracking/constants/index.js +1 -1
- package/tracking/reducers/cookieConsentModal.js +6 -0
- package/tracking/reducers/cookieSettings.js +6 -0
- package/tracking/reducers/index.js +1 -0
- package/tracking/selectors/cookieConsent.js +35 -0
- package/tracking/selectors/index.js +1 -4
- package/tracking/streams/cookieConsent.js +46 -0
- package/tracking/streams/index.js +1 -1
- package/tracking/subscriptions/analytics.js +11 -0
- package/tracking/subscriptions/cookieConsent.js +13 -0
- package/tracking/subscriptions/index.js +1 -4
- package/components/MessageBar/MessageBar.types.js +0 -0
- package/components/MessageBar/style.js +0 -1
- package/i18n/locale/ru-ru/countries.json +0 -251
- package/product/components/Availability/Availability.types.js +0 -1
- package/product/components/QuantityPicker/helpers.js +0 -5
- package/tracking/components/CookieConsent/CookieConsent.connector.js +0 -4
- package/tracking/components/CookieConsent/CookieConsent.js +0 -4
- package/tracking/components/CookieConsent/CookieConsentButtons.js +0 -3
- package/tracking/components/CookieConsent/CookieConsentCheckboxes.js +0 -3
- package/tracking/components/CookieConsent/CookieConsentContent.js +0 -4
- package/tracking/components/CookieConsent/CookieConsentMessage.js +0 -4
- package/tracking/components/CookieConsent/index.js +0 -1
- package/tracking/helpers/index.js +0 -7
- package/tracking/hooks/index.js +0 -4
- package/tracking/index.js +0 -1
- package/tracking/providers/CookieConsentProvider.connector.js +0 -4
- package/tracking/providers/CookieConsentProvider.js +0 -8
- /package/{tracking/providers/CookieConsentProvider.context.js → back-in-stock/providers/BackInStockSubscriptionsProvider.context.js} +0 -0
- /package/page/{NotFound.js → components/NotFound.js} +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"AF": "Afghanistan",
|
|
3
3
|
"ZA": "Afrique du Sud",
|
|
4
4
|
"AL": "Albanie",
|
|
5
|
-
"DZ": "
|
|
5
|
+
"DZ": "Algérie",
|
|
6
6
|
"DE": "Allemagne",
|
|
7
7
|
"AD": "Andorre",
|
|
8
8
|
"AO": "Angola",
|
|
@@ -11,26 +11,26 @@
|
|
|
11
11
|
"AG": "Antigua-et-Barbuda",
|
|
12
12
|
"SA": "Arabie saoudite",
|
|
13
13
|
"AR": "Argentine",
|
|
14
|
-
"AM": "
|
|
14
|
+
"AM": "Arménie",
|
|
15
15
|
"AW": "Aruba",
|
|
16
16
|
"AU": "Australie",
|
|
17
17
|
"AT": "Autriche",
|
|
18
|
-
"AZ": "
|
|
18
|
+
"AZ": "Azerbaïdjan",
|
|
19
19
|
"BS": "Bahamas",
|
|
20
|
-
"BH": "
|
|
20
|
+
"BH": "Bahreïn",
|
|
21
21
|
"BD": "Bangladesh",
|
|
22
22
|
"BB": "Barbade",
|
|
23
23
|
"BE": "Belgique",
|
|
24
24
|
"BZ": "Belize",
|
|
25
|
-
"BJ": "
|
|
25
|
+
"BJ": "Bénin",
|
|
26
26
|
"BM": "Bermudes",
|
|
27
27
|
"BT": "Bhoutan",
|
|
28
|
-
"BY": "
|
|
28
|
+
"BY": "Biélorussie",
|
|
29
29
|
"BO": "Bolivie",
|
|
30
|
-
"BA": "Bosnie-
|
|
30
|
+
"BA": "Bosnie-Herzégovine",
|
|
31
31
|
"BW": "Botswana",
|
|
32
|
-
"BR": "
|
|
33
|
-
"BN": "
|
|
32
|
+
"BR": "Brésil",
|
|
33
|
+
"BN": "Brunéi Darussalam",
|
|
34
34
|
"BG": "Bulgarie",
|
|
35
35
|
"BF": "Burkina Faso",
|
|
36
36
|
"BI": "Burundi",
|
|
@@ -46,80 +46,80 @@
|
|
|
46
46
|
"KM": "Comores",
|
|
47
47
|
"CG": "Congo-Brazzaville",
|
|
48
48
|
"CD": "Congo-Kinshasa",
|
|
49
|
-
"KP": "
|
|
50
|
-
"KR": "
|
|
49
|
+
"KP": "Corée du Nord",
|
|
50
|
+
"KR": "Corée du Sud",
|
|
51
51
|
"CR": "Costa Rica",
|
|
52
|
-
"CI": "
|
|
52
|
+
"CI": "Côte d’Ivoire",
|
|
53
53
|
"HR": "Croatie",
|
|
54
54
|
"CU": "Cuba",
|
|
55
|
-
"CW": "
|
|
55
|
+
"CW": "Curaçao",
|
|
56
56
|
"DK": "Danemark",
|
|
57
57
|
"DG": "Diego Garcia",
|
|
58
58
|
"DJ": "Djibouti",
|
|
59
59
|
"DM": "Dominique",
|
|
60
|
-
"EG": "
|
|
61
|
-
"AE": "
|
|
62
|
-
"EC": "
|
|
63
|
-
"ER": "
|
|
60
|
+
"EG": "Égypte",
|
|
61
|
+
"AE": "Émirats arabes unis",
|
|
62
|
+
"EC": "Équateur",
|
|
63
|
+
"ER": "Érythrée",
|
|
64
64
|
"ES": "Espagne",
|
|
65
65
|
"EE": "Estonie",
|
|
66
66
|
"SZ": "Eswatini",
|
|
67
|
-
"VA": "
|
|
68
|
-
"FM": "
|
|
69
|
-
"US": "
|
|
70
|
-
"ET": "
|
|
67
|
+
"VA": "État de la Cité du Vatican",
|
|
68
|
+
"FM": "États fédérés de Micronésie",
|
|
69
|
+
"US": "États-Unis",
|
|
70
|
+
"ET": "Éthiopie",
|
|
71
71
|
"FJ": "Fidji",
|
|
72
72
|
"FI": "Finlande",
|
|
73
73
|
"FR": "France",
|
|
74
74
|
"GA": "Gabon",
|
|
75
75
|
"GM": "Gambie",
|
|
76
|
-
"GE": "
|
|
77
|
-
"GS": "
|
|
76
|
+
"GE": "Géorgie",
|
|
77
|
+
"GS": "Géorgie du Sud et îles Sandwich du Sud",
|
|
78
78
|
"GH": "Ghana",
|
|
79
79
|
"GI": "Gibraltar",
|
|
80
|
-
"GR": "
|
|
80
|
+
"GR": "Grèce",
|
|
81
81
|
"GD": "Grenade",
|
|
82
82
|
"GL": "Groenland",
|
|
83
83
|
"GP": "Guadeloupe",
|
|
84
84
|
"GU": "Guam",
|
|
85
85
|
"GT": "Guatemala",
|
|
86
86
|
"GG": "Guernesey",
|
|
87
|
-
"GN": "
|
|
88
|
-
"GQ": "
|
|
89
|
-
"GW": "
|
|
87
|
+
"GN": "Guinée",
|
|
88
|
+
"GQ": "Guinée équatoriale",
|
|
89
|
+
"GW": "Guinée-Bissau",
|
|
90
90
|
"GY": "Guyana",
|
|
91
|
-
"GF": "Guyane
|
|
92
|
-
"HT": "
|
|
91
|
+
"GF": "Guyane française",
|
|
92
|
+
"HT": "Haïti",
|
|
93
93
|
"HN": "Honduras",
|
|
94
94
|
"HU": "Hongrie",
|
|
95
|
-
"CX": "
|
|
96
|
-
"AC": "
|
|
97
|
-
"IM": "
|
|
98
|
-
"NF": "
|
|
99
|
-
"AX": "
|
|
100
|
-
"KY": "
|
|
101
|
-
"IC": "
|
|
102
|
-
"CC": "
|
|
103
|
-
"CK": "
|
|
104
|
-
"FO": "
|
|
105
|
-
"FK": "
|
|
106
|
-
"MP": "
|
|
107
|
-
"MH": "
|
|
108
|
-
"UM": "
|
|
109
|
-
"PN": "
|
|
110
|
-
"SB": "
|
|
111
|
-
"TC": "
|
|
112
|
-
"VG": "
|
|
113
|
-
"VI": "
|
|
95
|
+
"CX": "Île Christmas",
|
|
96
|
+
"AC": "Île de l’Ascension",
|
|
97
|
+
"IM": "Île de Man",
|
|
98
|
+
"NF": "Île Norfolk",
|
|
99
|
+
"AX": "Îles Åland",
|
|
100
|
+
"KY": "Îles Caïmans",
|
|
101
|
+
"IC": "Îles Canaries",
|
|
102
|
+
"CC": "Îles Cocos",
|
|
103
|
+
"CK": "Îles Cook",
|
|
104
|
+
"FO": "Îles Féroé",
|
|
105
|
+
"FK": "Îles Malouines",
|
|
106
|
+
"MP": "Îles Mariannes du Nord",
|
|
107
|
+
"MH": "Îles Marshall",
|
|
108
|
+
"UM": "Îles mineures éloignées des États-Unis",
|
|
109
|
+
"PN": "Îles Pitcairn",
|
|
110
|
+
"SB": "Îles Salomon",
|
|
111
|
+
"TC": "Îles Turques-et-Caïques",
|
|
112
|
+
"VG": "Îles Vierges britanniques",
|
|
113
|
+
"VI": "Îles Vierges des États-Unis",
|
|
114
114
|
"IN": "Inde",
|
|
115
|
-
"ID": "
|
|
115
|
+
"ID": "Indonésie",
|
|
116
116
|
"IQ": "Irak",
|
|
117
117
|
"IR": "Iran",
|
|
118
118
|
"IE": "Irlande",
|
|
119
119
|
"IS": "Islande",
|
|
120
|
-
"IL": "
|
|
120
|
+
"IL": "Israël",
|
|
121
121
|
"IT": "Italie",
|
|
122
|
-
"JM": "
|
|
122
|
+
"JM": "Jamaïque",
|
|
123
123
|
"JP": "Japon",
|
|
124
124
|
"JE": "Jersey",
|
|
125
125
|
"JO": "Jordanie",
|
|
@@ -128,18 +128,18 @@
|
|
|
128
128
|
"KG": "Kirghizistan",
|
|
129
129
|
"KI": "Kiribati",
|
|
130
130
|
"XK": "Kosovo",
|
|
131
|
-
"KW": "
|
|
132
|
-
"RE": "La
|
|
131
|
+
"KW": "Koweït",
|
|
132
|
+
"RE": "La Réunion",
|
|
133
133
|
"LA": "Laos",
|
|
134
134
|
"LS": "Lesotho",
|
|
135
135
|
"LV": "Lettonie",
|
|
136
136
|
"LB": "Liban",
|
|
137
|
-
"LR": "
|
|
137
|
+
"LR": "Libéria",
|
|
138
138
|
"LY": "Libye",
|
|
139
139
|
"LI": "Liechtenstein",
|
|
140
140
|
"LT": "Lituanie",
|
|
141
141
|
"LU": "Luxembourg",
|
|
142
|
-
"MK": "
|
|
142
|
+
"MK": "Macédoine",
|
|
143
143
|
"MG": "Madagascar",
|
|
144
144
|
"MY": "Malaisie",
|
|
145
145
|
"MW": "Malawi",
|
|
@@ -155,94 +155,92 @@
|
|
|
155
155
|
"MD": "Moldavie",
|
|
156
156
|
"MC": "Monaco",
|
|
157
157
|
"MN": "Mongolie",
|
|
158
|
-
"ME": "
|
|
158
|
+
"ME": "Monténégro",
|
|
159
159
|
"MS": "Montserrat",
|
|
160
160
|
"MZ": "Mozambique",
|
|
161
161
|
"MM": "Myanmar (Birmanie)",
|
|
162
162
|
"NA": "Namibie",
|
|
163
163
|
"NR": "Nauru",
|
|
164
|
-
"NP": "
|
|
164
|
+
"NP": "Népal",
|
|
165
165
|
"NI": "Nicaragua",
|
|
166
166
|
"NE": "Niger",
|
|
167
|
-
"NG": "
|
|
167
|
+
"NG": "Nigéria",
|
|
168
168
|
"NU": "Niue",
|
|
169
|
-
"NO": "
|
|
170
|
-
"NC": "Nouvelle-
|
|
171
|
-
"NZ": "Nouvelle-
|
|
169
|
+
"NO": "Norvège",
|
|
170
|
+
"NC": "Nouvelle-Calédonie",
|
|
171
|
+
"NZ": "Nouvelle-Zélande",
|
|
172
172
|
"OM": "Oman",
|
|
173
173
|
"UG": "Ouganda",
|
|
174
|
-
"UZ": "
|
|
174
|
+
"UZ": "Ouzbékistan",
|
|
175
175
|
"PK": "Pakistan",
|
|
176
176
|
"PW": "Palaos",
|
|
177
177
|
"PA": "Panama",
|
|
178
|
-
"PG": "Papouasie-Nouvelle-
|
|
178
|
+
"PG": "Papouasie-Nouvelle-Guinée",
|
|
179
179
|
"PY": "Paraguay",
|
|
180
180
|
"NL": "Pays-Bas",
|
|
181
|
-
"BQ": "Pays-Bas
|
|
182
|
-
"PE": "
|
|
181
|
+
"BQ": "Pays-Bas caribéens",
|
|
182
|
+
"PE": "Pérou",
|
|
183
183
|
"PH": "Philippines",
|
|
184
184
|
"PL": "Pologne",
|
|
185
|
-
"PF": "
|
|
185
|
+
"PF": "Polynésie française",
|
|
186
186
|
"PR": "Porto Rico",
|
|
187
187
|
"PT": "Portugal",
|
|
188
|
-
"XA": "pseudo-accents",
|
|
189
|
-
"XB": "pseudo-bidi",
|
|
190
188
|
"QA": "Qatar",
|
|
191
189
|
"HK": "R.A.S. chinoise de Hong Kong",
|
|
192
190
|
"MO": "R.A.S. chinoise de Macao",
|
|
193
|
-
"CF": "
|
|
194
|
-
"DO": "
|
|
191
|
+
"CF": "République centrafricaine",
|
|
192
|
+
"DO": "République dominicaine",
|
|
195
193
|
"RO": "Roumanie",
|
|
196
194
|
"GB": "Royaume-Uni",
|
|
197
195
|
"RU": "Russie",
|
|
198
196
|
"RW": "Rwanda",
|
|
199
197
|
"EH": "Sahara occidental",
|
|
200
|
-
"BL": "Saint-
|
|
201
|
-
"KN": "Saint-Christophe-et-
|
|
198
|
+
"BL": "Saint-Barthélemy",
|
|
199
|
+
"KN": "Saint-Christophe-et-Niévès",
|
|
202
200
|
"SM": "Saint-Marin",
|
|
203
201
|
"MF": "Saint-Martin",
|
|
204
|
-
"SX": "Saint-Martin (partie
|
|
202
|
+
"SX": "Saint-Martin (partie néerlandaise)",
|
|
205
203
|
"PM": "Saint-Pierre-et-Miquelon",
|
|
206
204
|
"VC": "Saint-Vincent-et-les-Grenadines",
|
|
207
|
-
"SH": "Sainte-
|
|
205
|
+
"SH": "Sainte-Hélène",
|
|
208
206
|
"LC": "Sainte-Lucie",
|
|
209
207
|
"SV": "Salvador",
|
|
210
208
|
"WS": "Samoa",
|
|
211
|
-
"AS": "Samoa
|
|
212
|
-
"ST": "Sao Tom
|
|
213
|
-
"SN": "
|
|
209
|
+
"AS": "Samoa américaines",
|
|
210
|
+
"ST": "Sao Tomé-et-Principe",
|
|
211
|
+
"SN": "Sénégal",
|
|
214
212
|
"RS": "Serbie",
|
|
215
213
|
"SC": "Seychelles",
|
|
216
214
|
"SL": "Sierra Leone",
|
|
217
215
|
"SG": "Singapour",
|
|
218
216
|
"SK": "Slovaquie",
|
|
219
|
-
"SI": "
|
|
217
|
+
"SI": "Slovénie",
|
|
220
218
|
"SO": "Somalie",
|
|
221
219
|
"SD": "Soudan",
|
|
222
220
|
"SS": "Soudan du Sud",
|
|
223
221
|
"LK": "Sri Lanka",
|
|
224
|
-
"SE": "
|
|
222
|
+
"SE": "Suède",
|
|
225
223
|
"CH": "Suisse",
|
|
226
224
|
"SR": "Suriname",
|
|
227
225
|
"SJ": "Svalbard et Jan Mayen",
|
|
228
226
|
"SY": "Syrie",
|
|
229
227
|
"TJ": "Tadjikistan",
|
|
230
|
-
"TW": "
|
|
228
|
+
"TW": "Taïwan",
|
|
231
229
|
"TZ": "Tanzanie",
|
|
232
230
|
"TD": "Tchad",
|
|
233
|
-
"CZ": "
|
|
234
|
-
"TF": "Terres australes
|
|
235
|
-
"IO": "Territoire britannique de l
|
|
231
|
+
"CZ": "Tchéquie",
|
|
232
|
+
"TF": "Terres australes françaises",
|
|
233
|
+
"IO": "Territoire britannique de l’océan Indien",
|
|
236
234
|
"PS": "Territoires palestiniens",
|
|
237
|
-
"TH": "
|
|
235
|
+
"TH": "Thaïlande",
|
|
238
236
|
"TL": "Timor oriental",
|
|
239
237
|
"TG": "Togo",
|
|
240
238
|
"TK": "Tokelau",
|
|
241
239
|
"TO": "Tonga",
|
|
242
|
-
"TT": "Trinit
|
|
240
|
+
"TT": "Trinité-et-Tobago",
|
|
243
241
|
"TA": "Tristan da Cunha",
|
|
244
242
|
"TN": "Tunisie",
|
|
245
|
-
"TM": "
|
|
243
|
+
"TM": "Turkménistan",
|
|
246
244
|
"TR": "Turquie",
|
|
247
245
|
"TV": "Tuvalu",
|
|
248
246
|
"UA": "Ukraine",
|
|
@@ -251,7 +249,7 @@
|
|
|
251
249
|
"VE": "Venezuela",
|
|
252
250
|
"VN": "Vietnam",
|
|
253
251
|
"WF": "Wallis-et-Futuna",
|
|
254
|
-
"YE": "
|
|
252
|
+
"YE": "Yémen",
|
|
255
253
|
"ZM": "Zambie",
|
|
256
254
|
"ZW": "Zimbabwe"
|
|
257
255
|
}
|
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
{
|
|
2
|
+
"AF": "Afganisztán",
|
|
3
|
+
"AX": "Åland-szigetek",
|
|
4
|
+
"AL": "Albánia",
|
|
5
|
+
"DZ": "Algéria",
|
|
6
|
+
"AS": "Amerikai Szamoa",
|
|
7
|
+
"VI": "Amerikai Virgin-szigetek",
|
|
8
|
+
"AD": "Andorra",
|
|
9
|
+
"AO": "Angola",
|
|
10
|
+
"AI": "Anguilla",
|
|
11
|
+
"AQ": "Antarktisz",
|
|
12
|
+
"AG": "Antigua és Barbuda",
|
|
13
|
+
"AR": "Argentína",
|
|
14
|
+
"AW": "Aruba",
|
|
15
|
+
"AC": "Ascension-sziget",
|
|
16
|
+
"AU": "Ausztrália",
|
|
17
|
+
"AT": "Ausztria",
|
|
18
|
+
"UM": "Az Egyesült Államok lakatlan külbirtokai",
|
|
19
|
+
"AZ": "Azerbajdzsán",
|
|
20
|
+
"BS": "Bahamák",
|
|
21
|
+
"BH": "Bahrein",
|
|
22
|
+
"BD": "Banglades",
|
|
23
|
+
"BB": "Barbados",
|
|
24
|
+
"BE": "Belgium",
|
|
25
|
+
"BZ": "Belize",
|
|
26
|
+
"BJ": "Benin",
|
|
27
|
+
"BM": "Bermuda",
|
|
28
|
+
"BT": "Bhután",
|
|
29
|
+
"GW": "Bissau-Guinea",
|
|
30
|
+
"BO": "Bolívia",
|
|
31
|
+
"BA": "Bosznia-Hercegovina",
|
|
32
|
+
"BW": "Botswana",
|
|
33
|
+
"BR": "Brazília",
|
|
34
|
+
"IO": "Brit Indiai-óceáni Terület",
|
|
35
|
+
"VG": "Brit Virgin-szigetek",
|
|
36
|
+
"BN": "Brunei",
|
|
37
|
+
"BG": "Bulgária",
|
|
38
|
+
"BF": "Burkina Faso",
|
|
39
|
+
"BI": "Burundi",
|
|
40
|
+
"EA": "Ceuta és Melilla",
|
|
41
|
+
"CL": "Chile",
|
|
42
|
+
"CY": "Ciprus",
|
|
43
|
+
"KM": "Comore-szigetek",
|
|
44
|
+
"CK": "Cook-szigetek",
|
|
45
|
+
"CR": "Costa Rica",
|
|
46
|
+
"TD": "Csád",
|
|
47
|
+
"CZ": "Csehország",
|
|
48
|
+
"CW": "Curaçao",
|
|
49
|
+
"DK": "Dánia",
|
|
50
|
+
"ZA": "Dél-Afrika",
|
|
51
|
+
"GS": "Dél-Georgia és a Déli-Sandwich-szigetek",
|
|
52
|
+
"KR": "Dél-Korea",
|
|
53
|
+
"SS": "Dél-Szudán",
|
|
54
|
+
"DG": "Diego Garcia",
|
|
55
|
+
"DM": "Dominika",
|
|
56
|
+
"DO": "Dominikai Köztársaság",
|
|
57
|
+
"DJ": "Dzsibuti",
|
|
58
|
+
"EC": "Ecuador",
|
|
59
|
+
"GQ": "Egyenlítői-Guinea",
|
|
60
|
+
"US": "Egyesült Államok",
|
|
61
|
+
"AE": "Egyesült Arab Emírségek",
|
|
62
|
+
"GB": "Egyesült Királyság",
|
|
63
|
+
"EG": "Egyiptom",
|
|
64
|
+
"CI": "Elefántcsontpart",
|
|
65
|
+
"ER": "Eritrea",
|
|
66
|
+
"SZ": "Eswatini",
|
|
67
|
+
"KP": "Észak-Korea",
|
|
68
|
+
"MK": "Észak-Macedónia",
|
|
69
|
+
"MP": "Északi Mariana-szigetek",
|
|
70
|
+
"EE": "Észtország",
|
|
71
|
+
"ET": "Etiópia",
|
|
72
|
+
"FK": "Falkland-szigetek",
|
|
73
|
+
"BY": "Fehéroroszország",
|
|
74
|
+
"FO": "Feröer-szigetek",
|
|
75
|
+
"FJ": "Fidzsi-szigetek",
|
|
76
|
+
"FI": "Finnország",
|
|
77
|
+
"TF": "Francia Déli és Antarktiszi Területek",
|
|
78
|
+
"GF": "Francia Guyana",
|
|
79
|
+
"PF": "Francia Polinézia",
|
|
80
|
+
"FR": "Franciaország",
|
|
81
|
+
"PH": "Fülöp-szigetek",
|
|
82
|
+
"GA": "Gabon",
|
|
83
|
+
"GM": "Gambia",
|
|
84
|
+
"GH": "Ghána",
|
|
85
|
+
"GI": "Gibraltár",
|
|
86
|
+
"GR": "Görögország",
|
|
87
|
+
"GD": "Grenada",
|
|
88
|
+
"GL": "Grönland",
|
|
89
|
+
"GE": "Grúzia",
|
|
90
|
+
"GP": "Guadeloupe",
|
|
91
|
+
"GU": "Guam",
|
|
92
|
+
"GT": "Guatemala",
|
|
93
|
+
"GG": "Guernsey",
|
|
94
|
+
"GN": "Guinea",
|
|
95
|
+
"GY": "Guyana",
|
|
96
|
+
"HT": "Haiti",
|
|
97
|
+
"BQ": "Holland Karib-szigetek",
|
|
98
|
+
"NL": "Hollandia",
|
|
99
|
+
"HN": "Honduras",
|
|
100
|
+
"HK": "Hongkong",
|
|
101
|
+
"HR": "Horvátország",
|
|
102
|
+
"IN": "India",
|
|
103
|
+
"ID": "Indonézia",
|
|
104
|
+
"IQ": "Irak",
|
|
105
|
+
"IR": "Irán",
|
|
106
|
+
"IE": "Írország",
|
|
107
|
+
"IS": "Izland",
|
|
108
|
+
"IL": "Izrael",
|
|
109
|
+
"JM": "Jamaica",
|
|
110
|
+
"JP": "Japán",
|
|
111
|
+
"YE": "Jemen",
|
|
112
|
+
"JE": "Jersey",
|
|
113
|
+
"JO": "Jordánia",
|
|
114
|
+
"KY": "Kajmán-szigetek",
|
|
115
|
+
"KH": "Kambodzsa",
|
|
116
|
+
"CM": "Kamerun",
|
|
117
|
+
"CA": "Kanada",
|
|
118
|
+
"IC": "Kanári-szigetek",
|
|
119
|
+
"CX": "Karácsony-sziget",
|
|
120
|
+
"QA": "Katar",
|
|
121
|
+
"KZ": "Kazahsztán",
|
|
122
|
+
"TL": "Kelet-Timor",
|
|
123
|
+
"KE": "Kenya",
|
|
124
|
+
"CN": "Kína",
|
|
125
|
+
"KG": "Kirgizisztán",
|
|
126
|
+
"KI": "Kiribati",
|
|
127
|
+
"CC": "Kókusz (Keeling)-szigetek",
|
|
128
|
+
"CO": "Kolumbia",
|
|
129
|
+
"CG": "Kongó - Brazzaville",
|
|
130
|
+
"CD": "Kongó - Kinshasa",
|
|
131
|
+
"XK": "Koszovó",
|
|
132
|
+
"CF": "Közép-afrikai Köztársaság",
|
|
133
|
+
"CU": "Kuba",
|
|
134
|
+
"KW": "Kuvait",
|
|
135
|
+
"LA": "Laosz",
|
|
136
|
+
"PL": "Lengyelország",
|
|
137
|
+
"LS": "Lesotho",
|
|
138
|
+
"LV": "Lettország",
|
|
139
|
+
"LB": "Libanon",
|
|
140
|
+
"LR": "Libéria",
|
|
141
|
+
"LY": "Líbia",
|
|
142
|
+
"LI": "Liechtenstein",
|
|
143
|
+
"LT": "Litvánia",
|
|
144
|
+
"LU": "Luxemburg",
|
|
145
|
+
"MG": "Madagaszkár",
|
|
146
|
+
"HU": "Magyarország",
|
|
147
|
+
"MO": "Makaó",
|
|
148
|
+
"MY": "Malajzia",
|
|
149
|
+
"MW": "Malawi",
|
|
150
|
+
"MV": "Maldív-szigetek",
|
|
151
|
+
"ML": "Mali",
|
|
152
|
+
"MT": "Málta",
|
|
153
|
+
"IM": "Man-sziget",
|
|
154
|
+
"MA": "Marokkó",
|
|
155
|
+
"MH": "Marshall-szigetek",
|
|
156
|
+
"MQ": "Martinique",
|
|
157
|
+
"MR": "Mauritánia",
|
|
158
|
+
"MU": "Mauritius",
|
|
159
|
+
"YT": "Mayotte",
|
|
160
|
+
"MX": "Mexikó",
|
|
161
|
+
"MM": "Mianmar (Burma)",
|
|
162
|
+
"FM": "Mikronézia",
|
|
163
|
+
"MD": "Moldova",
|
|
164
|
+
"MC": "Monaco",
|
|
165
|
+
"MN": "Mongólia",
|
|
166
|
+
"ME": "Montenegró",
|
|
167
|
+
"MS": "Montserrat",
|
|
168
|
+
"MZ": "Mozambik",
|
|
169
|
+
"NA": "Namíbia",
|
|
170
|
+
"NR": "Nauru",
|
|
171
|
+
"DE": "Németország",
|
|
172
|
+
"NP": "Nepál",
|
|
173
|
+
"NI": "Nicaragua",
|
|
174
|
+
"NE": "Niger",
|
|
175
|
+
"NG": "Nigéria",
|
|
176
|
+
"NU": "Niue",
|
|
177
|
+
"NF": "Norfolk-sziget",
|
|
178
|
+
"NO": "Norvégia",
|
|
179
|
+
"EH": "Nyugat-Szahara",
|
|
180
|
+
"IT": "Olaszország",
|
|
181
|
+
"OM": "Omán",
|
|
182
|
+
"AM": "Örményország",
|
|
183
|
+
"RU": "Oroszország",
|
|
184
|
+
"PK": "Pakisztán",
|
|
185
|
+
"PW": "Palau",
|
|
186
|
+
"PS": "Palesztin Területek",
|
|
187
|
+
"PA": "Panama",
|
|
188
|
+
"PG": "Pápua Új-Guinea",
|
|
189
|
+
"PY": "Paraguay",
|
|
190
|
+
"PE": "Peru",
|
|
191
|
+
"PN": "Pitcairn-szigetek",
|
|
192
|
+
"PT": "Portugália",
|
|
193
|
+
"PR": "Puerto Rico",
|
|
194
|
+
"RE": "Réunion",
|
|
195
|
+
"RO": "Románia",
|
|
196
|
+
"RW": "Ruanda",
|
|
197
|
+
"KN": "Saint Kitts és Nevis",
|
|
198
|
+
"LC": "Saint Lucia",
|
|
199
|
+
"PM": "Saint Pierre és Miquelon",
|
|
200
|
+
"VC": "Saint Vincent és a Grenadine-szigetek",
|
|
201
|
+
"BL": "Saint-Barthélemy",
|
|
202
|
+
"MF": "Saint-Martin",
|
|
203
|
+
"SB": "Salamon-szigetek",
|
|
204
|
+
"SV": "Salvador",
|
|
205
|
+
"SM": "San Marino",
|
|
206
|
+
"ST": "Sao Tomé és Príncipe",
|
|
207
|
+
"SC": "Seychelle-szigetek",
|
|
208
|
+
"SL": "Sierra Leone",
|
|
209
|
+
"SX": "Sint Maarten",
|
|
210
|
+
"ES": "Spanyolország",
|
|
211
|
+
"LK": "Srí Lanka",
|
|
212
|
+
"SR": "Suriname",
|
|
213
|
+
"CH": "Svájc",
|
|
214
|
+
"SJ": "Svalbard és Jan Mayen",
|
|
215
|
+
"SE": "Svédország",
|
|
216
|
+
"WS": "Szamoa",
|
|
217
|
+
"SA": "Szaúd-Arábia",
|
|
218
|
+
"SN": "Szenegál",
|
|
219
|
+
"SH": "Szent Ilona",
|
|
220
|
+
"RS": "Szerbia",
|
|
221
|
+
"SG": "Szingapúr",
|
|
222
|
+
"SY": "Szíria",
|
|
223
|
+
"SK": "Szlovákia",
|
|
224
|
+
"SI": "Szlovénia",
|
|
225
|
+
"SO": "Szomália",
|
|
226
|
+
"SD": "Szudán",
|
|
227
|
+
"TJ": "Tádzsikisztán",
|
|
228
|
+
"TW": "Tajvan",
|
|
229
|
+
"TZ": "Tanzánia",
|
|
230
|
+
"TH": "Thaiföld",
|
|
231
|
+
"TG": "Togo",
|
|
232
|
+
"TK": "Tokelau-szigetek",
|
|
233
|
+
"TO": "Tonga",
|
|
234
|
+
"TR": "Törökország",
|
|
235
|
+
"TT": "Trinidad és Tobago",
|
|
236
|
+
"TA": "Tristan da Cunha",
|
|
237
|
+
"TN": "Tunézia",
|
|
238
|
+
"TM": "Türkmenisztán",
|
|
239
|
+
"TC": "Turks- és Caicos-szigetek",
|
|
240
|
+
"TV": "Tuvalu",
|
|
241
|
+
"UG": "Uganda",
|
|
242
|
+
"NC": "Új-Kaledónia",
|
|
243
|
+
"NZ": "Új-Zéland",
|
|
244
|
+
"UA": "Ukrajna",
|
|
245
|
+
"UY": "Uruguay",
|
|
246
|
+
"UZ": "Üzbegisztán",
|
|
247
|
+
"VU": "Vanuatu",
|
|
248
|
+
"VA": "Vatikán",
|
|
249
|
+
"VE": "Venezuela",
|
|
250
|
+
"VN": "Vietnam",
|
|
251
|
+
"WF": "Wallis és Futuna",
|
|
252
|
+
"ZM": "Zambia",
|
|
253
|
+
"ZW": "Zimbabwe",
|
|
254
|
+
"CV": "Zöld-foki Köztársaság"
|
|
255
|
+
}
|
|
@@ -44,18 +44,18 @@
|
|
|
44
44
|
"CL": "Cile",
|
|
45
45
|
"CN": "Cina",
|
|
46
46
|
"CY": "Cipro",
|
|
47
|
-
"VA": "
|
|
47
|
+
"VA": "Città del Vaticano",
|
|
48
48
|
"CO": "Colombia",
|
|
49
49
|
"KM": "Comore",
|
|
50
50
|
"CD": "Congo - Kinshasa",
|
|
51
51
|
"CG": "Congo-Brazzaville",
|
|
52
52
|
"KP": "Corea del Nord",
|
|
53
53
|
"KR": "Corea del Sud",
|
|
54
|
-
"CI": "Costa d
|
|
54
|
+
"CI": "Costa d’Avorio",
|
|
55
55
|
"CR": "Costa Rica",
|
|
56
56
|
"HR": "Croazia",
|
|
57
57
|
"CU": "Cuba",
|
|
58
|
-
"CW": "
|
|
58
|
+
"CW": "Curaçao",
|
|
59
59
|
"DK": "Danimarca",
|
|
60
60
|
"DG": "Diego Garcia",
|
|
61
61
|
"DM": "Dominica",
|
|
@@ -105,12 +105,12 @@
|
|
|
105
105
|
"CX": "Isola Christmas",
|
|
106
106
|
"IM": "Isola di Man",
|
|
107
107
|
"NF": "Isola Norfolk",
|
|
108
|
-
"AX": "Isole
|
|
108
|
+
"AX": "Isole Åland",
|
|
109
109
|
"IC": "Isole Canarie",
|
|
110
110
|
"KY": "Isole Cayman",
|
|
111
111
|
"CC": "Isole Cocos (Keeling)",
|
|
112
112
|
"CK": "Isole Cook",
|
|
113
|
-
"FO": "Isole
|
|
113
|
+
"FO": "Isole Fær Øer",
|
|
114
114
|
"FK": "Isole Falkland",
|
|
115
115
|
"MP": "Isole Marianne settentrionali",
|
|
116
116
|
"MH": "Isole Marshall",
|
|
@@ -172,16 +172,14 @@
|
|
|
172
172
|
"NL": "Paesi Bassi",
|
|
173
173
|
"PK": "Pakistan",
|
|
174
174
|
"PW": "Palau",
|
|
175
|
-
"PA": "
|
|
175
|
+
"PA": "Panamá",
|
|
176
176
|
"PG": "Papua Nuova Guinea",
|
|
177
177
|
"PY": "Paraguay",
|
|
178
|
-
"PE": "
|
|
178
|
+
"PE": "Perù",
|
|
179
179
|
"PF": "Polinesia francese",
|
|
180
180
|
"PL": "Polonia",
|
|
181
181
|
"PT": "Portogallo",
|
|
182
182
|
"PR": "Portorico",
|
|
183
|
-
"XA": "pseudo-accenti",
|
|
184
|
-
"XB": "pseudo-bidi",
|
|
185
183
|
"QA": "Qatar",
|
|
186
184
|
"HK": "RAS di Hong Kong",
|
|
187
185
|
"MO": "RAS di Macao",
|
|
@@ -197,13 +195,13 @@
|
|
|
197
195
|
"LC": "Saint Lucia",
|
|
198
196
|
"MF": "Saint Martin",
|
|
199
197
|
"VC": "Saint Vincent e Grenadine",
|
|
200
|
-
"BL": "Saint-
|
|
198
|
+
"BL": "Saint-Barthélemy",
|
|
201
199
|
"PM": "Saint-Pierre e Miquelon",
|
|
202
200
|
"WS": "Samoa",
|
|
203
201
|
"AS": "Samoa americane",
|
|
204
202
|
"SM": "San Marino",
|
|
205
|
-
"SH": "Sant
|
|
206
|
-
"ST": "
|
|
203
|
+
"SH": "Sant’Elena",
|
|
204
|
+
"ST": "São Tomé e Príncipe",
|
|
207
205
|
"SN": "Senegal",
|
|
208
206
|
"RS": "Serbia",
|
|
209
207
|
"SC": "Seychelles",
|
|
@@ -230,7 +228,7 @@
|
|
|
230
228
|
"TZ": "Tanzania",
|
|
231
229
|
"TF": "Terre australi francesi",
|
|
232
230
|
"PS": "Territori palestinesi",
|
|
233
|
-
"IO": "Territorio britannico dell
|
|
231
|
+
"IO": "Territorio britannico dell’Oceano Indiano",
|
|
234
232
|
"TH": "Thailandia",
|
|
235
233
|
"TL": "Timor Est",
|
|
236
234
|
"TG": "Togo",
|