@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
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"AO": "Angola",
|
|
9
9
|
"AI": "Anguilla",
|
|
10
10
|
"AQ": "Antarctica",
|
|
11
|
-
"AG": "Antigua
|
|
11
|
+
"AG": "Antigua & Barbuda",
|
|
12
12
|
"AR": "Argentina",
|
|
13
13
|
"AM": "Armenia",
|
|
14
14
|
"AW": "Aruba",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"BM": "Bermuda",
|
|
28
28
|
"BT": "Bhutan",
|
|
29
29
|
"BO": "Bolivia",
|
|
30
|
-
"BA": "Bosnia
|
|
30
|
+
"BA": "Bosnia & Herzegovina",
|
|
31
31
|
"BW": "Botswana",
|
|
32
32
|
"BR": "Brazil",
|
|
33
33
|
"IO": "British Indian Ocean Territory",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"BQ": "Caribbean Netherlands",
|
|
45
45
|
"KY": "Cayman Islands",
|
|
46
46
|
"CF": "Central African Republic",
|
|
47
|
-
"EA": "Ceuta
|
|
47
|
+
"EA": "Ceuta & Melilla",
|
|
48
48
|
"TD": "Chad",
|
|
49
49
|
"CL": "Chile",
|
|
50
50
|
"CN": "China",
|
|
@@ -180,8 +180,6 @@
|
|
|
180
180
|
"PN": "Pitcairn Islands",
|
|
181
181
|
"PL": "Poland",
|
|
182
182
|
"PT": "Portugal",
|
|
183
|
-
"XA": "Pseudo-Accents",
|
|
184
|
-
"XB": "Pseudo-Bidi",
|
|
185
183
|
"PR": "Puerto Rico",
|
|
186
184
|
"QA": "Qatar",
|
|
187
185
|
"RE": "Réunion",
|
|
@@ -190,7 +188,7 @@
|
|
|
190
188
|
"RW": "Rwanda",
|
|
191
189
|
"WS": "Samoa",
|
|
192
190
|
"SM": "San Marino",
|
|
193
|
-
"ST": "São Tomé
|
|
191
|
+
"ST": "São Tomé & Príncipe",
|
|
194
192
|
"SA": "Saudi Arabia",
|
|
195
193
|
"SN": "Senegal",
|
|
196
194
|
"RS": "Serbia",
|
|
@@ -203,21 +201,21 @@
|
|
|
203
201
|
"SB": "Solomon Islands",
|
|
204
202
|
"SO": "Somalia",
|
|
205
203
|
"ZA": "South Africa",
|
|
206
|
-
"GS": "South Georgia
|
|
204
|
+
"GS": "South Georgia & South Sandwich Islands",
|
|
207
205
|
"KR": "South Korea",
|
|
208
206
|
"SS": "South Sudan",
|
|
209
207
|
"ES": "Spain",
|
|
210
208
|
"LK": "Sri Lanka",
|
|
211
209
|
"BL": "St. Barthélemy",
|
|
212
210
|
"SH": "St. Helena",
|
|
213
|
-
"KN": "St. Kitts
|
|
211
|
+
"KN": "St. Kitts & Nevis",
|
|
214
212
|
"LC": "St. Lucia",
|
|
215
213
|
"MF": "St. Martin",
|
|
216
|
-
"PM": "St. Pierre
|
|
217
|
-
"VC": "St. Vincent
|
|
214
|
+
"PM": "St. Pierre & Miquelon",
|
|
215
|
+
"VC": "St. Vincent & Grenadines",
|
|
218
216
|
"SD": "Sudan",
|
|
219
217
|
"SR": "Suriname",
|
|
220
|
-
"SJ": "Svalbard
|
|
218
|
+
"SJ": "Svalbard & Jan Mayen",
|
|
221
219
|
"SE": "Sweden",
|
|
222
220
|
"CH": "Switzerland",
|
|
223
221
|
"SY": "Syria",
|
|
@@ -229,12 +227,12 @@
|
|
|
229
227
|
"TG": "Togo",
|
|
230
228
|
"TK": "Tokelau",
|
|
231
229
|
"TO": "Tonga",
|
|
232
|
-
"TT": "Trinidad
|
|
230
|
+
"TT": "Trinidad & Tobago",
|
|
233
231
|
"TA": "Tristan da Cunha",
|
|
234
232
|
"TN": "Tunisia",
|
|
235
233
|
"TR": "Turkey",
|
|
236
234
|
"TM": "Turkmenistan",
|
|
237
|
-
"TC": "Turks
|
|
235
|
+
"TC": "Turks & Caicos Islands",
|
|
238
236
|
"TV": "Tuvalu",
|
|
239
237
|
"UM": "U.S. Outlying Islands",
|
|
240
238
|
"VI": "U.S. Virgin Islands",
|
|
@@ -249,7 +247,7 @@
|
|
|
249
247
|
"VA": "Vatican City",
|
|
250
248
|
"VE": "Venezuela",
|
|
251
249
|
"VN": "Vietnam",
|
|
252
|
-
"WF": "Wallis
|
|
250
|
+
"WF": "Wallis & Futuna",
|
|
253
251
|
"EH": "Western Sahara",
|
|
254
252
|
"YE": "Yemen",
|
|
255
253
|
"ZM": "Zambia",
|
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
{
|
|
2
|
-
"AF": "
|
|
2
|
+
"AF": "Afganistán",
|
|
3
3
|
"AL": "Albania",
|
|
4
4
|
"DE": "Alemania",
|
|
5
5
|
"AD": "Andorra",
|
|
6
6
|
"AO": "Angola",
|
|
7
7
|
"AI": "Anguila",
|
|
8
|
-
"AQ": "
|
|
8
|
+
"AQ": "Antártida",
|
|
9
9
|
"AG": "Antigua y Barbuda",
|
|
10
|
-
"SA": "Arabia
|
|
10
|
+
"SA": "Arabia Saudí",
|
|
11
11
|
"DZ": "Argelia",
|
|
12
12
|
"AR": "Argentina",
|
|
13
13
|
"AM": "Armenia",
|
|
14
14
|
"AW": "Aruba",
|
|
15
15
|
"AU": "Australia",
|
|
16
16
|
"AT": "Austria",
|
|
17
|
-
"AZ": "
|
|
17
|
+
"AZ": "Azerbaiyán",
|
|
18
18
|
"BS": "Bahamas",
|
|
19
|
-
"BD": "
|
|
19
|
+
"BD": "Bangladés",
|
|
20
20
|
"BB": "Barbados",
|
|
21
|
-
"BH": "
|
|
22
|
-
"BE": "
|
|
21
|
+
"BH": "Baréin",
|
|
22
|
+
"BE": "Bélgica",
|
|
23
23
|
"BZ": "Belice",
|
|
24
|
-
"BJ": "
|
|
24
|
+
"BJ": "Benín",
|
|
25
25
|
"BM": "Bermudas",
|
|
26
26
|
"BY": "Bielorrusia",
|
|
27
27
|
"BO": "Bolivia",
|
|
28
28
|
"BA": "Bosnia y Herzegovina",
|
|
29
29
|
"BW": "Botsuana",
|
|
30
30
|
"BR": "Brasil",
|
|
31
|
-
"BN": "
|
|
31
|
+
"BN": "Brunéi",
|
|
32
32
|
"BG": "Bulgaria",
|
|
33
33
|
"BF": "Burkina Faso",
|
|
34
34
|
"BI": "Burundi",
|
|
35
|
-
"BT": "
|
|
35
|
+
"BT": "Bután",
|
|
36
36
|
"CV": "Cabo Verde",
|
|
37
37
|
"KH": "Camboya",
|
|
38
|
-
"CM": "
|
|
39
|
-
"CA": "
|
|
38
|
+
"CM": "Camerún",
|
|
39
|
+
"CA": "Canadá",
|
|
40
40
|
"IC": "Canarias",
|
|
41
|
-
"BQ": "Caribe
|
|
41
|
+
"BQ": "Caribe neerlandés",
|
|
42
42
|
"QA": "Catar",
|
|
43
43
|
"EA": "Ceuta y Melilla",
|
|
44
44
|
"TD": "Chad",
|
|
@@ -53,30 +53,30 @@
|
|
|
53
53
|
"KP": "Corea del Norte",
|
|
54
54
|
"KR": "Corea del Sur",
|
|
55
55
|
"CR": "Costa Rica",
|
|
56
|
-
"CI": "
|
|
56
|
+
"CI": "Côte d’Ivoire",
|
|
57
57
|
"HR": "Croacia",
|
|
58
58
|
"CU": "Cuba",
|
|
59
59
|
"CW": "Curazao",
|
|
60
|
-
"DG": "Diego
|
|
60
|
+
"DG": "Diego García",
|
|
61
61
|
"DK": "Dinamarca",
|
|
62
62
|
"DM": "Dominica",
|
|
63
63
|
"EC": "Ecuador",
|
|
64
64
|
"EG": "Egipto",
|
|
65
65
|
"SV": "El Salvador",
|
|
66
|
-
"AE": "Emiratos
|
|
66
|
+
"AE": "Emiratos Árabes Unidos",
|
|
67
67
|
"ER": "Eritrea",
|
|
68
68
|
"SK": "Eslovaquia",
|
|
69
69
|
"SI": "Eslovenia",
|
|
70
|
-
"ES": "
|
|
70
|
+
"ES": "España",
|
|
71
71
|
"US": "Estados Unidos",
|
|
72
72
|
"EE": "Estonia",
|
|
73
73
|
"SZ": "Esuatini",
|
|
74
|
-
"ET": "
|
|
74
|
+
"ET": "Etiopía",
|
|
75
75
|
"PH": "Filipinas",
|
|
76
76
|
"FI": "Finlandia",
|
|
77
77
|
"FJ": "Fiyi",
|
|
78
78
|
"FR": "Francia",
|
|
79
|
-
"GA": "
|
|
79
|
+
"GA": "Gabón",
|
|
80
80
|
"GM": "Gambia",
|
|
81
81
|
"GE": "Georgia",
|
|
82
82
|
"GH": "Ghana",
|
|
@@ -91,23 +91,23 @@
|
|
|
91
91
|
"GG": "Guernsey",
|
|
92
92
|
"GN": "Guinea",
|
|
93
93
|
"GQ": "Guinea Ecuatorial",
|
|
94
|
-
"GW": "Guinea-
|
|
94
|
+
"GW": "Guinea-Bisáu",
|
|
95
95
|
"GY": "Guyana",
|
|
96
|
-
"HT": "
|
|
96
|
+
"HT": "Haití",
|
|
97
97
|
"HN": "Honduras",
|
|
98
|
-
"HU": "
|
|
98
|
+
"HU": "Hungría",
|
|
99
99
|
"IN": "India",
|
|
100
100
|
"ID": "Indonesia",
|
|
101
101
|
"IQ": "Irak",
|
|
102
|
-
"IR": "
|
|
102
|
+
"IR": "Irán",
|
|
103
103
|
"IE": "Irlanda",
|
|
104
|
-
"AC": "Isla de la
|
|
104
|
+
"AC": "Isla de la Ascensión",
|
|
105
105
|
"IM": "Isla de Man",
|
|
106
106
|
"CX": "Isla de Navidad",
|
|
107
107
|
"NF": "Isla Norfolk",
|
|
108
108
|
"IS": "Islandia",
|
|
109
|
-
"AX": "Islas
|
|
110
|
-
"KY": "Islas
|
|
109
|
+
"AX": "Islas Åland",
|
|
110
|
+
"KY": "Islas Caimán",
|
|
111
111
|
"CC": "Islas Cocos",
|
|
112
112
|
"CK": "Islas Cook",
|
|
113
113
|
"FO": "Islas Feroe",
|
|
@@ -117,26 +117,26 @@
|
|
|
117
117
|
"MH": "Islas Marshall",
|
|
118
118
|
"UM": "Islas menores alejadas de EE. UU.",
|
|
119
119
|
"PN": "Islas Pitcairn",
|
|
120
|
-
"SB": "Islas
|
|
120
|
+
"SB": "Islas Salomón",
|
|
121
121
|
"TC": "Islas Turcas y Caicos",
|
|
122
|
-
"VG": "Islas
|
|
123
|
-
"VI": "Islas
|
|
122
|
+
"VG": "Islas Vírgenes Británicas",
|
|
123
|
+
"VI": "Islas Vírgenes de EE. UU.",
|
|
124
124
|
"IL": "Israel",
|
|
125
125
|
"IT": "Italia",
|
|
126
126
|
"JM": "Jamaica",
|
|
127
|
-
"JP": "
|
|
127
|
+
"JP": "Japón",
|
|
128
128
|
"JE": "Jersey",
|
|
129
129
|
"JO": "Jordania",
|
|
130
|
-
"KZ": "
|
|
130
|
+
"KZ": "Kazajistán",
|
|
131
131
|
"KE": "Kenia",
|
|
132
|
-
"KG": "
|
|
132
|
+
"KG": "Kirguistán",
|
|
133
133
|
"KI": "Kiribati",
|
|
134
134
|
"XK": "Kosovo",
|
|
135
135
|
"KW": "Kuwait",
|
|
136
136
|
"LA": "Laos",
|
|
137
137
|
"LS": "Lesoto",
|
|
138
138
|
"LV": "Letonia",
|
|
139
|
-
"LB": "
|
|
139
|
+
"LB": "Líbano",
|
|
140
140
|
"LR": "Liberia",
|
|
141
141
|
"LY": "Libia",
|
|
142
142
|
"LI": "Liechtenstein",
|
|
@@ -154,10 +154,10 @@
|
|
|
154
154
|
"MU": "Mauricio",
|
|
155
155
|
"MR": "Mauritania",
|
|
156
156
|
"YT": "Mayotte",
|
|
157
|
-
"MX": "
|
|
157
|
+
"MX": "México",
|
|
158
158
|
"FM": "Micronesia",
|
|
159
159
|
"MD": "Moldavia",
|
|
160
|
-
"MC": "
|
|
160
|
+
"MC": "Mónaco",
|
|
161
161
|
"MN": "Mongolia",
|
|
162
162
|
"ME": "Montenegro",
|
|
163
163
|
"MS": "Montserrat",
|
|
@@ -167,48 +167,46 @@
|
|
|
167
167
|
"NR": "Nauru",
|
|
168
168
|
"NP": "Nepal",
|
|
169
169
|
"NI": "Nicaragua",
|
|
170
|
-
"NE": "
|
|
170
|
+
"NE": "Níger",
|
|
171
171
|
"NG": "Nigeria",
|
|
172
172
|
"NU": "Niue",
|
|
173
173
|
"NO": "Noruega",
|
|
174
174
|
"NC": "Nueva Caledonia",
|
|
175
175
|
"NZ": "Nueva Zelanda",
|
|
176
|
-
"OM": "
|
|
177
|
-
"NL": "
|
|
178
|
-
"PK": "
|
|
176
|
+
"OM": "Omán",
|
|
177
|
+
"NL": "Países Bajos",
|
|
178
|
+
"PK": "Pakistán",
|
|
179
179
|
"PW": "Palaos",
|
|
180
|
-
"PA": "
|
|
181
|
-
"PG": "
|
|
180
|
+
"PA": "Panamá",
|
|
181
|
+
"PG": "Papúa Nueva Guinea",
|
|
182
182
|
"PY": "Paraguay",
|
|
183
|
-
"PE": "
|
|
183
|
+
"PE": "Perú",
|
|
184
184
|
"PF": "Polinesia Francesa",
|
|
185
185
|
"PL": "Polonia",
|
|
186
186
|
"PT": "Portugal",
|
|
187
|
-
"XA": "Pseudo-Accents",
|
|
188
|
-
"XB": "Pseudo-Bidi",
|
|
189
187
|
"PR": "Puerto Rico",
|
|
190
188
|
"HK": "RAE de Hong Kong (China)",
|
|
191
189
|
"MO": "RAE de Macao (China)",
|
|
192
190
|
"GB": "Reino Unido",
|
|
193
|
-
"CF": "
|
|
194
|
-
"CD": "
|
|
195
|
-
"DO": "
|
|
196
|
-
"RE": "
|
|
191
|
+
"CF": "República Centroafricana",
|
|
192
|
+
"CD": "República Democrática del Congo",
|
|
193
|
+
"DO": "República Dominicana",
|
|
194
|
+
"RE": "Reunión",
|
|
197
195
|
"RW": "Ruanda",
|
|
198
|
-
"RO": "
|
|
196
|
+
"RO": "Rumanía",
|
|
199
197
|
"RU": "Rusia",
|
|
200
|
-
"EH": "
|
|
198
|
+
"EH": "Sáhara Occidental",
|
|
201
199
|
"WS": "Samoa",
|
|
202
200
|
"AS": "Samoa Americana",
|
|
203
|
-
"BL": "San
|
|
204
|
-
"KN": "San
|
|
201
|
+
"BL": "San Bartolomé",
|
|
202
|
+
"KN": "San Cristóbal y Nieves",
|
|
205
203
|
"SM": "San Marino",
|
|
206
|
-
"MF": "San
|
|
207
|
-
"PM": "San Pedro y
|
|
204
|
+
"MF": "San Martín",
|
|
205
|
+
"PM": "San Pedro y Miquelón",
|
|
208
206
|
"VC": "San Vicente y las Granadinas",
|
|
209
207
|
"SH": "Santa Elena",
|
|
210
|
-
"LC": "Santa
|
|
211
|
-
"ST": "Santo
|
|
208
|
+
"LC": "Santa Lucía",
|
|
209
|
+
"ST": "Santo Tomé y Príncipe",
|
|
212
210
|
"SN": "Senegal",
|
|
213
211
|
"RS": "Serbia",
|
|
214
212
|
"SC": "Seychelles",
|
|
@@ -218,18 +216,18 @@
|
|
|
218
216
|
"SY": "Siria",
|
|
219
217
|
"SO": "Somalia",
|
|
220
218
|
"LK": "Sri Lanka",
|
|
221
|
-
"ZA": "
|
|
222
|
-
"SD": "
|
|
223
|
-
"SS": "
|
|
219
|
+
"ZA": "Sudáfrica",
|
|
220
|
+
"SD": "Sudán",
|
|
221
|
+
"SS": "Sudán del Sur",
|
|
224
222
|
"SE": "Suecia",
|
|
225
223
|
"CH": "Suiza",
|
|
226
224
|
"SR": "Surinam",
|
|
227
225
|
"SJ": "Svalbard y Jan Mayen",
|
|
228
226
|
"TH": "Tailandia",
|
|
229
|
-
"TW": "
|
|
227
|
+
"TW": "Taiwán",
|
|
230
228
|
"TZ": "Tanzania",
|
|
231
|
-
"TJ": "
|
|
232
|
-
"IO": "Territorio
|
|
229
|
+
"TJ": "Tayikistán",
|
|
230
|
+
"IO": "Territorio Británico del Océano Índico",
|
|
233
231
|
"TF": "Territorios Australes Franceses",
|
|
234
232
|
"PS": "Territorios Palestinos",
|
|
235
233
|
"TL": "Timor-Leste",
|
|
@@ -237,15 +235,15 @@
|
|
|
237
235
|
"TK": "Tokelau",
|
|
238
236
|
"TO": "Tonga",
|
|
239
237
|
"TT": "Trinidad y Tobago",
|
|
240
|
-
"TA": "
|
|
241
|
-
"TN": "
|
|
242
|
-
"TM": "
|
|
243
|
-
"TR": "
|
|
238
|
+
"TA": "Tristán de Acuña",
|
|
239
|
+
"TN": "Túnez",
|
|
240
|
+
"TM": "Turkmenistán",
|
|
241
|
+
"TR": "Turquía",
|
|
244
242
|
"TV": "Tuvalu",
|
|
245
243
|
"UA": "Ucrania",
|
|
246
244
|
"UG": "Uganda",
|
|
247
245
|
"UY": "Uruguay",
|
|
248
|
-
"UZ": "
|
|
246
|
+
"UZ": "Uzbekistán",
|
|
249
247
|
"VU": "Vanuatu",
|
|
250
248
|
"VE": "Venezuela",
|
|
251
249
|
"VN": "Vietnam",
|
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
{
|
|
2
|
+
"AF": "Afganistan",
|
|
3
|
+
"AX": "Ahvenanmaa",
|
|
4
|
+
"NL": "Alankomaat",
|
|
5
|
+
"AL": "Albania",
|
|
6
|
+
"DZ": "Algeria",
|
|
7
|
+
"AS": "Amerikan Samoa",
|
|
8
|
+
"AD": "Andorra",
|
|
9
|
+
"AO": "Angola",
|
|
10
|
+
"AI": "Anguilla",
|
|
11
|
+
"AQ": "Antarktis",
|
|
12
|
+
"AG": "Antigua ja Barbuda",
|
|
13
|
+
"AE": "Arabiemiirikunnat",
|
|
14
|
+
"AR": "Argentiina",
|
|
15
|
+
"AM": "Armenia",
|
|
16
|
+
"AW": "Aruba",
|
|
17
|
+
"AC": "Ascension-saari",
|
|
18
|
+
"AU": "Australia",
|
|
19
|
+
"AZ": "Azerbaidžan",
|
|
20
|
+
"BS": "Bahama",
|
|
21
|
+
"BH": "Bahrain",
|
|
22
|
+
"BD": "Bangladesh",
|
|
23
|
+
"BB": "Barbados",
|
|
24
|
+
"BE": "Belgia",
|
|
25
|
+
"BZ": "Belize",
|
|
26
|
+
"BJ": "Benin",
|
|
27
|
+
"BM": "Bermuda",
|
|
28
|
+
"BT": "Bhutan",
|
|
29
|
+
"BO": "Bolivia",
|
|
30
|
+
"BA": "Bosnia ja Hertsegovina",
|
|
31
|
+
"BW": "Botswana",
|
|
32
|
+
"BR": "Brasilia",
|
|
33
|
+
"IO": "Brittiläinen Intian valtameren alue",
|
|
34
|
+
"VG": "Brittiläiset Neitsytsaaret",
|
|
35
|
+
"BN": "Brunei",
|
|
36
|
+
"BG": "Bulgaria",
|
|
37
|
+
"BF": "Burkina Faso",
|
|
38
|
+
"BI": "Burundi",
|
|
39
|
+
"KY": "Caymansaaret",
|
|
40
|
+
"EA": "Ceuta ja Melilla",
|
|
41
|
+
"CL": "Chile",
|
|
42
|
+
"CK": "Cookinsaaret",
|
|
43
|
+
"CR": "Costa Rica",
|
|
44
|
+
"CW": "Curaçao",
|
|
45
|
+
"DG": "Diego Garcia",
|
|
46
|
+
"DJ": "Djibouti",
|
|
47
|
+
"DM": "Dominica",
|
|
48
|
+
"DO": "Dominikaaninen tasavalta",
|
|
49
|
+
"EC": "Ecuador",
|
|
50
|
+
"EG": "Egypti",
|
|
51
|
+
"SV": "El Salvador",
|
|
52
|
+
"ER": "Eritrea",
|
|
53
|
+
"ES": "Espanja",
|
|
54
|
+
"SZ": "Eswatini",
|
|
55
|
+
"ZA": "Etelä-Afrikka",
|
|
56
|
+
"GS": "Etelä-Georgia ja Eteläiset Sandwichsaaret",
|
|
57
|
+
"KR": "Etelä-Korea",
|
|
58
|
+
"SS": "Etelä-Sudan",
|
|
59
|
+
"ET": "Etiopia",
|
|
60
|
+
"FK": "Falklandinsaaret",
|
|
61
|
+
"FO": "Färsaaret",
|
|
62
|
+
"FJ": "Fidži",
|
|
63
|
+
"PH": "Filippiinit",
|
|
64
|
+
"GA": "Gabon",
|
|
65
|
+
"GM": "Gambia",
|
|
66
|
+
"GE": "Georgia",
|
|
67
|
+
"GH": "Ghana",
|
|
68
|
+
"GI": "Gibraltar",
|
|
69
|
+
"GD": "Grenada",
|
|
70
|
+
"GL": "Grönlanti",
|
|
71
|
+
"GP": "Guadeloupe",
|
|
72
|
+
"GU": "Guam",
|
|
73
|
+
"GT": "Guatemala",
|
|
74
|
+
"GG": "Guernsey",
|
|
75
|
+
"GN": "Guinea",
|
|
76
|
+
"GW": "Guinea-Bissau",
|
|
77
|
+
"GY": "Guyana",
|
|
78
|
+
"HT": "Haiti",
|
|
79
|
+
"HN": "Honduras",
|
|
80
|
+
"HK": "Hongkong",
|
|
81
|
+
"SJ": "Huippuvuoret ja Jan Mayen",
|
|
82
|
+
"ID": "Indonesia",
|
|
83
|
+
"IN": "Intia",
|
|
84
|
+
"IQ": "Irak",
|
|
85
|
+
"IR": "Iran",
|
|
86
|
+
"IE": "Irlanti",
|
|
87
|
+
"IS": "Islanti",
|
|
88
|
+
"IL": "Israel",
|
|
89
|
+
"TL": "Itä-Timor",
|
|
90
|
+
"IT": "Italia",
|
|
91
|
+
"AT": "Itävalta",
|
|
92
|
+
"JM": "Jamaika",
|
|
93
|
+
"JP": "Japani",
|
|
94
|
+
"YE": "Jemen",
|
|
95
|
+
"JE": "Jersey",
|
|
96
|
+
"JO": "Jordania",
|
|
97
|
+
"CX": "Joulusaari",
|
|
98
|
+
"KH": "Kambodža",
|
|
99
|
+
"CM": "Kamerun",
|
|
100
|
+
"CA": "Kanada",
|
|
101
|
+
"IC": "Kanariansaaret",
|
|
102
|
+
"CV": "Kap Verde",
|
|
103
|
+
"BQ": "Karibian Alankomaat",
|
|
104
|
+
"KZ": "Kazakstan",
|
|
105
|
+
"KE": "Kenia",
|
|
106
|
+
"CF": "Keski-Afrikan tasavalta",
|
|
107
|
+
"CN": "Kiina",
|
|
108
|
+
"KG": "Kirgisia",
|
|
109
|
+
"KI": "Kiribati",
|
|
110
|
+
"CO": "Kolumbia",
|
|
111
|
+
"KM": "Komorit",
|
|
112
|
+
"CG": "Kongo-Brazzaville",
|
|
113
|
+
"CD": "Kongo-Kinshasa",
|
|
114
|
+
"CC": "Kookossaaret",
|
|
115
|
+
"XK": "Kosovo",
|
|
116
|
+
"GR": "Kreikka",
|
|
117
|
+
"HR": "Kroatia",
|
|
118
|
+
"CU": "Kuuba",
|
|
119
|
+
"KW": "Kuwait",
|
|
120
|
+
"CY": "Kypros",
|
|
121
|
+
"EH": "Länsi-Sahara",
|
|
122
|
+
"LA": "Laos",
|
|
123
|
+
"LV": "Latvia",
|
|
124
|
+
"LS": "Lesotho",
|
|
125
|
+
"LB": "Libanon",
|
|
126
|
+
"LR": "Liberia",
|
|
127
|
+
"LY": "Libya",
|
|
128
|
+
"LI": "Liechtenstein",
|
|
129
|
+
"LT": "Liettua",
|
|
130
|
+
"LU": "Luxemburg",
|
|
131
|
+
"MO": "Macao",
|
|
132
|
+
"MG": "Madagaskar",
|
|
133
|
+
"MW": "Malawi",
|
|
134
|
+
"MV": "Malediivit",
|
|
135
|
+
"MY": "Malesia",
|
|
136
|
+
"ML": "Mali",
|
|
137
|
+
"MT": "Malta",
|
|
138
|
+
"IM": "Mansaari",
|
|
139
|
+
"MA": "Marokko",
|
|
140
|
+
"MH": "Marshallinsaaret",
|
|
141
|
+
"MQ": "Martinique",
|
|
142
|
+
"MR": "Mauritania",
|
|
143
|
+
"MU": "Mauritius",
|
|
144
|
+
"YT": "Mayotte",
|
|
145
|
+
"MX": "Meksiko",
|
|
146
|
+
"FM": "Mikronesia",
|
|
147
|
+
"MD": "Moldova",
|
|
148
|
+
"MC": "Monaco",
|
|
149
|
+
"MN": "Mongolia",
|
|
150
|
+
"ME": "Montenegro",
|
|
151
|
+
"MS": "Montserrat",
|
|
152
|
+
"MZ": "Mosambik",
|
|
153
|
+
"MM": "Myanmar (Burma)",
|
|
154
|
+
"NA": "Namibia",
|
|
155
|
+
"NR": "Nauru",
|
|
156
|
+
"NP": "Nepal",
|
|
157
|
+
"NI": "Nicaragua",
|
|
158
|
+
"NE": "Niger",
|
|
159
|
+
"NG": "Nigeria",
|
|
160
|
+
"NU": "Niue",
|
|
161
|
+
"NF": "Norfolkinsaari",
|
|
162
|
+
"NO": "Norja",
|
|
163
|
+
"CI": "Norsunluurannikko",
|
|
164
|
+
"OM": "Oman",
|
|
165
|
+
"GQ": "Päiväntasaajan Guinea",
|
|
166
|
+
"PK": "Pakistan",
|
|
167
|
+
"PW": "Palau",
|
|
168
|
+
"PS": "Palestiinalaisalueet",
|
|
169
|
+
"PA": "Panama",
|
|
170
|
+
"PG": "Papua-Uusi-Guinea",
|
|
171
|
+
"PY": "Paraguay",
|
|
172
|
+
"PE": "Peru",
|
|
173
|
+
"PN": "Pitcairn",
|
|
174
|
+
"KP": "Pohjois-Korea",
|
|
175
|
+
"MK": "Pohjois-Makedonia",
|
|
176
|
+
"MP": "Pohjois-Mariaanit",
|
|
177
|
+
"PT": "Portugali",
|
|
178
|
+
"PR": "Puerto Rico",
|
|
179
|
+
"PL": "Puola",
|
|
180
|
+
"QA": "Qatar",
|
|
181
|
+
"FR": "Ranska",
|
|
182
|
+
"TF": "Ranskan eteläiset alueet",
|
|
183
|
+
"GF": "Ranskan Guayana",
|
|
184
|
+
"PF": "Ranskan Polynesia",
|
|
185
|
+
"RE": "Réunion",
|
|
186
|
+
"RO": "Romania",
|
|
187
|
+
"RW": "Ruanda",
|
|
188
|
+
"SE": "Ruotsi",
|
|
189
|
+
"SH": "Saint Helena",
|
|
190
|
+
"KN": "Saint Kitts ja Nevis",
|
|
191
|
+
"LC": "Saint Lucia",
|
|
192
|
+
"VC": "Saint Vincent ja Grenadiinit",
|
|
193
|
+
"BL": "Saint-Barthélemy",
|
|
194
|
+
"MF": "Saint-Martin",
|
|
195
|
+
"PM": "Saint-Pierre ja Miquelon",
|
|
196
|
+
"DE": "Saksa",
|
|
197
|
+
"SB": "Salomonsaaret",
|
|
198
|
+
"ZM": "Sambia",
|
|
199
|
+
"WS": "Samoa",
|
|
200
|
+
"SM": "San Marino",
|
|
201
|
+
"ST": "São Tomé ja Príncipe",
|
|
202
|
+
"SA": "Saudi-Arabia",
|
|
203
|
+
"SN": "Senegal",
|
|
204
|
+
"RS": "Serbia",
|
|
205
|
+
"SC": "Seychellit",
|
|
206
|
+
"SL": "Sierra Leone",
|
|
207
|
+
"SG": "Singapore",
|
|
208
|
+
"SX": "Sint Maarten",
|
|
209
|
+
"SK": "Slovakia",
|
|
210
|
+
"SI": "Slovenia",
|
|
211
|
+
"SO": "Somalia",
|
|
212
|
+
"LK": "Sri Lanka",
|
|
213
|
+
"SD": "Sudan",
|
|
214
|
+
"FI": "Suomi",
|
|
215
|
+
"SR": "Suriname",
|
|
216
|
+
"CH": "Sveitsi",
|
|
217
|
+
"SY": "Syyria",
|
|
218
|
+
"TJ": "Tadžikistan",
|
|
219
|
+
"TW": "Taiwan",
|
|
220
|
+
"TZ": "Tansania",
|
|
221
|
+
"DK": "Tanska",
|
|
222
|
+
"TH": "Thaimaa",
|
|
223
|
+
"TG": "Togo",
|
|
224
|
+
"TK": "Tokelau",
|
|
225
|
+
"TO": "Tonga",
|
|
226
|
+
"TT": "Trinidad ja Tobago",
|
|
227
|
+
"TA": "Tristan da Cunha",
|
|
228
|
+
"TD": "Tšad",
|
|
229
|
+
"CZ": "Tšekki",
|
|
230
|
+
"TN": "Tunisia",
|
|
231
|
+
"TR": "Turkki",
|
|
232
|
+
"TM": "Turkmenistan",
|
|
233
|
+
"TC": "Turks- ja Caicossaaret",
|
|
234
|
+
"TV": "Tuvalu",
|
|
235
|
+
"UG": "Uganda",
|
|
236
|
+
"UA": "Ukraina",
|
|
237
|
+
"HU": "Unkari",
|
|
238
|
+
"UY": "Uruguay",
|
|
239
|
+
"NC": "Uusi-Kaledonia",
|
|
240
|
+
"NZ": "Uusi-Seelanti",
|
|
241
|
+
"UZ": "Uzbekistan",
|
|
242
|
+
"BY": "Valko-Venäjä",
|
|
243
|
+
"VU": "Vanuatu",
|
|
244
|
+
"VA": "Vatikaani",
|
|
245
|
+
"RU": "Venäjä",
|
|
246
|
+
"VE": "Venezuela",
|
|
247
|
+
"VN": "Vietnam",
|
|
248
|
+
"EE": "Viro",
|
|
249
|
+
"WF": "Wallis ja Futuna",
|
|
250
|
+
"GB": "Yhdistynyt kuningaskunta",
|
|
251
|
+
"US": "Yhdysvallat",
|
|
252
|
+
"UM": "Yhdysvaltain erillissaaret",
|
|
253
|
+
"VI": "Yhdysvaltain Neitsytsaaret",
|
|
254
|
+
"ZW": "Zimbabwe"
|
|
255
|
+
}
|