@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
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
{
|
|
2
|
+
"AF": "Afghánistán",
|
|
3
|
+
"AX": "Ålandy",
|
|
4
|
+
"AL": "Albánie",
|
|
5
|
+
"DZ": "Alžírsko",
|
|
6
|
+
"AS": "Americká Samoa",
|
|
7
|
+
"VI": "Americké Panenské ostrovy",
|
|
8
|
+
"AD": "Andorra",
|
|
9
|
+
"AO": "Angola",
|
|
10
|
+
"AI": "Anguilla",
|
|
11
|
+
"AQ": "Antarktida",
|
|
12
|
+
"AG": "Antigua a Barbuda",
|
|
13
|
+
"AR": "Argentina",
|
|
14
|
+
"AM": "Arménie",
|
|
15
|
+
"AW": "Aruba",
|
|
16
|
+
"AC": "Ascension",
|
|
17
|
+
"AU": "Austrálie",
|
|
18
|
+
"AZ": "Ázerbájdžán",
|
|
19
|
+
"BS": "Bahamy",
|
|
20
|
+
"BH": "Bahrajn",
|
|
21
|
+
"BD": "Bangladéš",
|
|
22
|
+
"BB": "Barbados",
|
|
23
|
+
"BE": "Belgie",
|
|
24
|
+
"BZ": "Belize",
|
|
25
|
+
"BY": "Bělorusko",
|
|
26
|
+
"BJ": "Benin",
|
|
27
|
+
"BM": "Bermudy",
|
|
28
|
+
"BT": "Bhútán",
|
|
29
|
+
"BO": "Bolívie",
|
|
30
|
+
"BA": "Bosna a Hercegovina",
|
|
31
|
+
"BW": "Botswana",
|
|
32
|
+
"BR": "Brazílie",
|
|
33
|
+
"IO": "Britské indickooceánské území",
|
|
34
|
+
"VG": "Britské Panenské ostrovy",
|
|
35
|
+
"BN": "Brunej",
|
|
36
|
+
"BG": "Bulharsko",
|
|
37
|
+
"BF": "Burkina Faso",
|
|
38
|
+
"BI": "Burundi",
|
|
39
|
+
"TD": "Čad",
|
|
40
|
+
"ME": "Černá Hora",
|
|
41
|
+
"CZ": "Česko",
|
|
42
|
+
"EA": "Ceuta a Melilla",
|
|
43
|
+
"CL": "Chile",
|
|
44
|
+
"HR": "Chorvatsko",
|
|
45
|
+
"CN": "Čína",
|
|
46
|
+
"CK": "Cookovy ostrovy",
|
|
47
|
+
"CW": "Curaçao",
|
|
48
|
+
"DK": "Dánsko",
|
|
49
|
+
"DG": "Diego Garcia",
|
|
50
|
+
"DM": "Dominika",
|
|
51
|
+
"DO": "Dominikánská republika",
|
|
52
|
+
"DJ": "Džibutsko",
|
|
53
|
+
"EG": "Egypt",
|
|
54
|
+
"EC": "Ekvádor",
|
|
55
|
+
"ER": "Eritrea",
|
|
56
|
+
"EE": "Estonsko",
|
|
57
|
+
"SZ": "Eswatini",
|
|
58
|
+
"ET": "Etiopie",
|
|
59
|
+
"FO": "Faerské ostrovy",
|
|
60
|
+
"FK": "Falklandy",
|
|
61
|
+
"FJ": "Fidži",
|
|
62
|
+
"PH": "Filipíny",
|
|
63
|
+
"FI": "Finsko",
|
|
64
|
+
"FR": "Francie",
|
|
65
|
+
"GF": "Francouzská Guyana",
|
|
66
|
+
"TF": "Francouzská jižní území",
|
|
67
|
+
"PF": "Francouzská Polynésie",
|
|
68
|
+
"GA": "Gabon",
|
|
69
|
+
"GM": "Gambie",
|
|
70
|
+
"GH": "Ghana",
|
|
71
|
+
"GI": "Gibraltar",
|
|
72
|
+
"GD": "Grenada",
|
|
73
|
+
"GL": "Grónsko",
|
|
74
|
+
"GE": "Gruzie",
|
|
75
|
+
"GP": "Guadeloupe",
|
|
76
|
+
"GU": "Guam",
|
|
77
|
+
"GT": "Guatemala",
|
|
78
|
+
"GG": "Guernsey",
|
|
79
|
+
"GN": "Guinea",
|
|
80
|
+
"GW": "Guinea-Bissau",
|
|
81
|
+
"GY": "Guyana",
|
|
82
|
+
"HT": "Haiti",
|
|
83
|
+
"HN": "Honduras",
|
|
84
|
+
"HK": "Hongkong",
|
|
85
|
+
"IN": "Indie",
|
|
86
|
+
"ID": "Indonésie",
|
|
87
|
+
"IQ": "Irák",
|
|
88
|
+
"IR": "Írán",
|
|
89
|
+
"IE": "Irsko",
|
|
90
|
+
"IS": "Island",
|
|
91
|
+
"IT": "Itálie",
|
|
92
|
+
"IL": "Izrael",
|
|
93
|
+
"JM": "Jamajka",
|
|
94
|
+
"JP": "Japonsko",
|
|
95
|
+
"YE": "Jemen",
|
|
96
|
+
"JE": "Jersey",
|
|
97
|
+
"ZA": "Jihoafrická republika",
|
|
98
|
+
"GS": "Jižní Georgie a Jižní Sandwichovy ostrovy",
|
|
99
|
+
"KR": "Jižní Korea",
|
|
100
|
+
"SS": "Jižní Súdán",
|
|
101
|
+
"JO": "Jordánsko",
|
|
102
|
+
"KY": "Kajmanské ostrovy",
|
|
103
|
+
"KH": "Kambodža",
|
|
104
|
+
"CM": "Kamerun",
|
|
105
|
+
"CA": "Kanada",
|
|
106
|
+
"IC": "Kanárské ostrovy",
|
|
107
|
+
"CV": "Kapverdy",
|
|
108
|
+
"BQ": "Karibské Nizozemí",
|
|
109
|
+
"QA": "Katar",
|
|
110
|
+
"KZ": "Kazachstán",
|
|
111
|
+
"KE": "Keňa",
|
|
112
|
+
"KI": "Kiribati",
|
|
113
|
+
"CC": "Kokosové ostrovy",
|
|
114
|
+
"CO": "Kolumbie",
|
|
115
|
+
"KM": "Komory",
|
|
116
|
+
"CG": "Kongo - Brazzaville",
|
|
117
|
+
"CD": "Kongo - Kinshasa",
|
|
118
|
+
"XK": "Kosovo",
|
|
119
|
+
"CR": "Kostarika",
|
|
120
|
+
"CU": "Kuba",
|
|
121
|
+
"KW": "Kuvajt",
|
|
122
|
+
"CY": "Kypr",
|
|
123
|
+
"KG": "Kyrgyzstán",
|
|
124
|
+
"LA": "Laos",
|
|
125
|
+
"LS": "Lesotho",
|
|
126
|
+
"LB": "Libanon",
|
|
127
|
+
"LR": "Libérie",
|
|
128
|
+
"LY": "Libye",
|
|
129
|
+
"LI": "Lichtenštejnsko",
|
|
130
|
+
"LT": "Litva",
|
|
131
|
+
"LV": "Lotyšsko",
|
|
132
|
+
"LU": "Lucembursko",
|
|
133
|
+
"MO": "Macao",
|
|
134
|
+
"MG": "Madagaskar",
|
|
135
|
+
"HU": "Maďarsko",
|
|
136
|
+
"MY": "Malajsie",
|
|
137
|
+
"MW": "Malawi",
|
|
138
|
+
"MV": "Maledivy",
|
|
139
|
+
"ML": "Mali",
|
|
140
|
+
"MT": "Malta",
|
|
141
|
+
"MA": "Maroko",
|
|
142
|
+
"MH": "Marshallovy ostrovy",
|
|
143
|
+
"MQ": "Martinik",
|
|
144
|
+
"MU": "Mauricius",
|
|
145
|
+
"MR": "Mauritánie",
|
|
146
|
+
"YT": "Mayotte",
|
|
147
|
+
"UM": "Menší odlehlé ostrovy USA",
|
|
148
|
+
"MX": "Mexiko",
|
|
149
|
+
"FM": "Mikronésie",
|
|
150
|
+
"MD": "Moldavsko",
|
|
151
|
+
"MC": "Monako",
|
|
152
|
+
"MN": "Mongolsko",
|
|
153
|
+
"MS": "Montserrat",
|
|
154
|
+
"MZ": "Mosambik",
|
|
155
|
+
"MM": "Myanmar (Barma)",
|
|
156
|
+
"NA": "Namibie",
|
|
157
|
+
"NR": "Nauru",
|
|
158
|
+
"DE": "Německo",
|
|
159
|
+
"NP": "Nepál",
|
|
160
|
+
"NE": "Niger",
|
|
161
|
+
"NG": "Nigérie",
|
|
162
|
+
"NI": "Nikaragua",
|
|
163
|
+
"NU": "Niue",
|
|
164
|
+
"NL": "Nizozemsko",
|
|
165
|
+
"NF": "Norfolkovy ostrovy",
|
|
166
|
+
"NO": "Norsko",
|
|
167
|
+
"NC": "Nová Kaledonie",
|
|
168
|
+
"NZ": "Nový Zéland",
|
|
169
|
+
"OM": "Omán",
|
|
170
|
+
"IM": "Ostrov Man",
|
|
171
|
+
"PK": "Pákistán",
|
|
172
|
+
"PW": "Palau",
|
|
173
|
+
"PS": "Palestinská území",
|
|
174
|
+
"PA": "Panama",
|
|
175
|
+
"PG": "Papua-Nová Guinea",
|
|
176
|
+
"PY": "Paraguay",
|
|
177
|
+
"PE": "Peru",
|
|
178
|
+
"PN": "Pitcairnovy ostrovy",
|
|
179
|
+
"CI": "Pobřeží slonoviny",
|
|
180
|
+
"PL": "Polsko",
|
|
181
|
+
"PR": "Portoriko",
|
|
182
|
+
"PT": "Portugalsko",
|
|
183
|
+
"AT": "Rakousko",
|
|
184
|
+
"GR": "Řecko",
|
|
185
|
+
"RE": "Réunion",
|
|
186
|
+
"GQ": "Rovníková Guinea",
|
|
187
|
+
"RO": "Rumunsko",
|
|
188
|
+
"RU": "Rusko",
|
|
189
|
+
"RW": "Rwanda",
|
|
190
|
+
"SB": "Šalamounovy ostrovy",
|
|
191
|
+
"SV": "Salvador",
|
|
192
|
+
"WS": "Samoa",
|
|
193
|
+
"SM": "San Marino",
|
|
194
|
+
"SA": "Saúdská Arábie",
|
|
195
|
+
"SN": "Senegal",
|
|
196
|
+
"KP": "Severní Korea",
|
|
197
|
+
"MK": "Severní Makedonie",
|
|
198
|
+
"MP": "Severní Mariany",
|
|
199
|
+
"SC": "Seychely",
|
|
200
|
+
"SL": "Sierra Leone",
|
|
201
|
+
"SG": "Singapur",
|
|
202
|
+
"SK": "Slovensko",
|
|
203
|
+
"SI": "Slovinsko",
|
|
204
|
+
"SO": "Somálsko",
|
|
205
|
+
"ES": "Španělsko",
|
|
206
|
+
"SJ": "Špicberky a Jan Mayen",
|
|
207
|
+
"AE": "Spojené arabské emiráty",
|
|
208
|
+
"GB": "Spojené království",
|
|
209
|
+
"US": "Spojené státy",
|
|
210
|
+
"RS": "Srbsko",
|
|
211
|
+
"LK": "Srí Lanka",
|
|
212
|
+
"CF": "Středoafrická republika",
|
|
213
|
+
"SD": "Súdán",
|
|
214
|
+
"SR": "Surinam",
|
|
215
|
+
"SH": "Svatá Helena",
|
|
216
|
+
"LC": "Svatá Lucie",
|
|
217
|
+
"BL": "Svatý Bartoloměj",
|
|
218
|
+
"KN": "Svatý Kryštof a Nevis",
|
|
219
|
+
"SX": "Svatý Martin",
|
|
220
|
+
"MF": "Svatý Martin",
|
|
221
|
+
"PM": "Svatý Pierre a Miquelon",
|
|
222
|
+
"ST": "Svatý Tomáš a Princův ostrov",
|
|
223
|
+
"VC": "Svatý Vincenc a Grenadiny",
|
|
224
|
+
"SE": "Švédsko",
|
|
225
|
+
"CH": "Švýcarsko",
|
|
226
|
+
"SY": "Sýrie",
|
|
227
|
+
"TJ": "Tádžikistán",
|
|
228
|
+
"TZ": "Tanzanie",
|
|
229
|
+
"TW": "Tchaj-wan",
|
|
230
|
+
"TH": "Thajsko",
|
|
231
|
+
"TG": "Togo",
|
|
232
|
+
"TK": "Tokelau",
|
|
233
|
+
"TO": "Tonga",
|
|
234
|
+
"TT": "Trinidad a Tobago",
|
|
235
|
+
"TA": "Tristan da Cunha",
|
|
236
|
+
"TN": "Tunisko",
|
|
237
|
+
"TR": "Turecko",
|
|
238
|
+
"TM": "Turkmenistán",
|
|
239
|
+
"TC": "Turks a Caicos",
|
|
240
|
+
"TV": "Tuvalu",
|
|
241
|
+
"UG": "Uganda",
|
|
242
|
+
"UA": "Ukrajina",
|
|
243
|
+
"UY": "Uruguay",
|
|
244
|
+
"UZ": "Uzbekistán",
|
|
245
|
+
"CX": "Vánoční ostrov",
|
|
246
|
+
"VU": "Vanuatu",
|
|
247
|
+
"VA": "Vatikán",
|
|
248
|
+
"VE": "Venezuela",
|
|
249
|
+
"VN": "Vietnam",
|
|
250
|
+
"TL": "Východní Timor",
|
|
251
|
+
"WF": "Wallis a Futuna",
|
|
252
|
+
"ZM": "Zambie",
|
|
253
|
+
"EH": "Západní Sahara",
|
|
254
|
+
"ZW": "Zimbabwe"
|
|
255
|
+
}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"AF": "Afghanistan",
|
|
3
|
-
"EG": "
|
|
4
|
-
"AX": "
|
|
3
|
+
"EG": "Ägypten",
|
|
4
|
+
"AX": "Ålandinseln",
|
|
5
5
|
"AL": "Albanien",
|
|
6
6
|
"DZ": "Algerien",
|
|
7
7
|
"AS": "Amerikanisch-Samoa",
|
|
8
8
|
"VI": "Amerikanische Jungferninseln",
|
|
9
|
-
"UM": "Amerikanische
|
|
9
|
+
"UM": "Amerikanische Überseeinseln",
|
|
10
10
|
"AD": "Andorra",
|
|
11
11
|
"AO": "Angola",
|
|
12
12
|
"AI": "Anguilla",
|
|
13
13
|
"AQ": "Antarktis",
|
|
14
14
|
"AG": "Antigua und Barbuda",
|
|
15
|
-
"GQ": "
|
|
15
|
+
"GQ": "Äquatorialguinea",
|
|
16
16
|
"AR": "Argentinien",
|
|
17
17
|
"AM": "Armenien",
|
|
18
18
|
"AW": "Aruba",
|
|
19
19
|
"AC": "Ascension",
|
|
20
20
|
"AZ": "Aserbaidschan",
|
|
21
|
-
"ET": "
|
|
21
|
+
"ET": "Äthiopien",
|
|
22
22
|
"AU": "Australien",
|
|
23
23
|
"BS": "Bahamas",
|
|
24
24
|
"BH": "Bahrain",
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
"CN": "China",
|
|
48
48
|
"CK": "Cookinseln",
|
|
49
49
|
"CR": "Costa Rica",
|
|
50
|
-
"CI": "
|
|
51
|
-
"CW": "
|
|
52
|
-
"DK": "
|
|
50
|
+
"CI": "Côte d’Ivoire",
|
|
51
|
+
"CW": "Curaçao",
|
|
52
|
+
"DK": "Dänemark",
|
|
53
53
|
"DE": "Deutschland",
|
|
54
54
|
"DG": "Diego Garcia",
|
|
55
55
|
"DM": "Dominica",
|
|
@@ -60,13 +60,13 @@
|
|
|
60
60
|
"ER": "Eritrea",
|
|
61
61
|
"EE": "Estland",
|
|
62
62
|
"FK": "Falklandinseln",
|
|
63
|
-
"FO": "
|
|
63
|
+
"FO": "Färöer",
|
|
64
64
|
"FJ": "Fidschi",
|
|
65
65
|
"FI": "Finnland",
|
|
66
66
|
"FR": "Frankreich",
|
|
67
|
-
"GF": "
|
|
68
|
-
"PF": "
|
|
69
|
-
"TF": "
|
|
67
|
+
"GF": "Französisch-Guayana",
|
|
68
|
+
"PF": "Französisch-Polynesien",
|
|
69
|
+
"TF": "Französische Süd- und Antarktisgebiete",
|
|
70
70
|
"GA": "Gabun",
|
|
71
71
|
"GM": "Gambia",
|
|
72
72
|
"GE": "Georgien",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"GI": "Gibraltar",
|
|
75
75
|
"GD": "Grenada",
|
|
76
76
|
"GR": "Griechenland",
|
|
77
|
-
"GL": "
|
|
77
|
+
"GL": "Grönland",
|
|
78
78
|
"GP": "Guadeloupe",
|
|
79
79
|
"GU": "Guam",
|
|
80
80
|
"GT": "Guatemala",
|
|
@@ -157,14 +157,14 @@
|
|
|
157
157
|
"NG": "Nigeria",
|
|
158
158
|
"NU": "Niue",
|
|
159
159
|
"KP": "Nordkorea",
|
|
160
|
-
"MP": "
|
|
160
|
+
"MP": "Nördliche Marianen",
|
|
161
161
|
"MK": "Nordmazedonien",
|
|
162
162
|
"NF": "Norfolkinsel",
|
|
163
163
|
"NO": "Norwegen",
|
|
164
164
|
"OM": "Oman",
|
|
165
|
-
"AT": "
|
|
165
|
+
"AT": "Österreich",
|
|
166
166
|
"PK": "Pakistan",
|
|
167
|
-
"PS": "
|
|
167
|
+
"PS": "Palästinensische Autonomiegebiete",
|
|
168
168
|
"PW": "Palau",
|
|
169
169
|
"PA": "Panama",
|
|
170
170
|
"PG": "Papua-Neuguinea",
|
|
@@ -174,19 +174,17 @@
|
|
|
174
174
|
"PN": "Pitcairninseln",
|
|
175
175
|
"PL": "Polen",
|
|
176
176
|
"PT": "Portugal",
|
|
177
|
-
"XA": "Pseudo-Accents",
|
|
178
|
-
"XB": "Pseudo-Bidi",
|
|
179
177
|
"PR": "Puerto Rico",
|
|
180
178
|
"MD": "Republik Moldau",
|
|
181
|
-
"RE": "
|
|
179
|
+
"RE": "Réunion",
|
|
182
180
|
"RW": "Ruanda",
|
|
183
|
-
"RO": "
|
|
181
|
+
"RO": "Rumänien",
|
|
184
182
|
"RU": "Russland",
|
|
185
183
|
"SB": "Salomonen",
|
|
186
184
|
"ZM": "Sambia",
|
|
187
185
|
"WS": "Samoa",
|
|
188
186
|
"SM": "San Marino",
|
|
189
|
-
"ST": "
|
|
187
|
+
"ST": "São Tomé und Príncipe",
|
|
190
188
|
"SA": "Saudi-Arabien",
|
|
191
189
|
"SE": "Schweden",
|
|
192
190
|
"CH": "Schweiz",
|
|
@@ -205,18 +203,18 @@
|
|
|
205
203
|
"ES": "Spanien",
|
|
206
204
|
"SJ": "Spitzbergen und Jan Mayen",
|
|
207
205
|
"LK": "Sri Lanka",
|
|
208
|
-
"BL": "St.
|
|
206
|
+
"BL": "St. Barthélemy",
|
|
209
207
|
"SH": "St. Helena",
|
|
210
208
|
"KN": "St. Kitts und Nevis",
|
|
211
209
|
"LC": "St. Lucia",
|
|
212
210
|
"MF": "St. Martin",
|
|
213
211
|
"PM": "St. Pierre und Miquelon",
|
|
214
212
|
"VC": "St. Vincent und die Grenadinen",
|
|
215
|
-
"ZA": "
|
|
213
|
+
"ZA": "Südafrika",
|
|
216
214
|
"SD": "Sudan",
|
|
217
|
-
"GS": "
|
|
218
|
-
"KR": "
|
|
219
|
-
"SS": "
|
|
215
|
+
"GS": "Südgeorgien und die Südlichen Sandwichinseln",
|
|
216
|
+
"KR": "Südkorea",
|
|
217
|
+
"SS": "Südsudan",
|
|
220
218
|
"SR": "Suriname",
|
|
221
219
|
"SZ": "Swasiland",
|
|
222
220
|
"SY": "Syrien",
|
|
@@ -233,7 +231,7 @@
|
|
|
233
231
|
"TD": "Tschad",
|
|
234
232
|
"CZ": "Tschechien",
|
|
235
233
|
"TN": "Tunesien",
|
|
236
|
-
"TR": "
|
|
234
|
+
"TR": "Türkei",
|
|
237
235
|
"TM": "Turkmenistan",
|
|
238
236
|
"TC": "Turks- und Caicosinseln",
|
|
239
237
|
"TV": "Tuvalu",
|
|
@@ -247,7 +245,7 @@
|
|
|
247
245
|
"VE": "Venezuela",
|
|
248
246
|
"AE": "Vereinigte Arabische Emirate",
|
|
249
247
|
"US": "Vereinigte Staaten",
|
|
250
|
-
"GB": "Vereinigtes
|
|
248
|
+
"GB": "Vereinigtes Königreich",
|
|
251
249
|
"VN": "Vietnam",
|
|
252
250
|
"WF": "Wallis und Futuna",
|
|
253
251
|
"CX": "Weihnachtsinsel",
|
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
{
|
|
2
|
+
"SH": "Αγία Ελένη",
|
|
3
|
+
"LC": "Αγία Λουκία",
|
|
4
|
+
"BL": "Άγιος Βαρθολομαίος",
|
|
5
|
+
"VC": "Άγιος Βικέντιος και Γρεναδίνες",
|
|
6
|
+
"SM": "Άγιος Μαρίνος",
|
|
7
|
+
"SX": "Άγιος Μαρτίνος",
|
|
8
|
+
"MF": "Άγιος Μαρτίνος",
|
|
9
|
+
"PM": "Άγιος Πέτρος και Μικελόν",
|
|
10
|
+
"KN": "Άγιος Χριστόφορος και Νέβις",
|
|
11
|
+
"AO": "Αγκόλα",
|
|
12
|
+
"AZ": "Αζερμπαϊτζάν",
|
|
13
|
+
"EG": "Αίγυπτος",
|
|
14
|
+
"ET": "Αιθιοπία",
|
|
15
|
+
"HT": "Αϊτή",
|
|
16
|
+
"CI": "Ακτή Ελεφαντοστού",
|
|
17
|
+
"AL": "Αλβανία",
|
|
18
|
+
"DZ": "Αλγερία",
|
|
19
|
+
"VI": "Αμερικανικές Παρθένοι Νήσοι",
|
|
20
|
+
"AS": "Αμερικανική Σαμόα",
|
|
21
|
+
"TL": "Ανατολικό Τιμόρ",
|
|
22
|
+
"AI": "Ανγκουίλα",
|
|
23
|
+
"AD": "Ανδόρα",
|
|
24
|
+
"AQ": "Ανταρκτική",
|
|
25
|
+
"AG": "Αντίγκουα και Μπαρμπούντα",
|
|
26
|
+
"UM": "Απομακρυσμένα Νησιά ΗΠΑ",
|
|
27
|
+
"AR": "Αργεντινή",
|
|
28
|
+
"AM": "Αρμενία",
|
|
29
|
+
"AW": "Αρούμπα",
|
|
30
|
+
"AC": "Ασενσιόν",
|
|
31
|
+
"AU": "Αυστραλία",
|
|
32
|
+
"AT": "Αυστρία",
|
|
33
|
+
"AF": "Αφγανιστάν",
|
|
34
|
+
"VU": "Βανουάτου",
|
|
35
|
+
"VA": "Βατικανό",
|
|
36
|
+
"BE": "Βέλγιο",
|
|
37
|
+
"VE": "Βενεζουέλα",
|
|
38
|
+
"BM": "Βερμούδες",
|
|
39
|
+
"VN": "Βιετνάμ",
|
|
40
|
+
"BO": "Βολιβία",
|
|
41
|
+
"KP": "Βόρεια Κορέα",
|
|
42
|
+
"MK": "Βόρεια Μακεδονία",
|
|
43
|
+
"MP": "Βόρειες Μαριάνες Νήσοι",
|
|
44
|
+
"BA": "Βοσνία και Ερζεγοβίνη",
|
|
45
|
+
"BG": "Βουλγαρία",
|
|
46
|
+
"BR": "Βραζιλία",
|
|
47
|
+
"IO": "Βρετανικά Εδάφη Ινδικού Ωκεανού",
|
|
48
|
+
"VG": "Βρετανικές Παρθένοι Νήσοι",
|
|
49
|
+
"FR": "Γαλλία",
|
|
50
|
+
"TF": "Γαλλικά Νότια και Ανταρκτικά Εδάφη",
|
|
51
|
+
"GF": "Γαλλική Γουιάνα",
|
|
52
|
+
"PF": "Γαλλική Πολυνησία",
|
|
53
|
+
"DE": "Γερμανία",
|
|
54
|
+
"GE": "Γεωργία",
|
|
55
|
+
"GI": "Γιβραλτάρ",
|
|
56
|
+
"GM": "Γκάμπια",
|
|
57
|
+
"GA": "Γκαμπόν",
|
|
58
|
+
"GH": "Γκάνα",
|
|
59
|
+
"GG": "Γκέρνζι",
|
|
60
|
+
"GU": "Γκουάμ",
|
|
61
|
+
"GP": "Γουαδελούπη",
|
|
62
|
+
"GT": "Γουατεμάλα",
|
|
63
|
+
"GY": "Γουιάνα",
|
|
64
|
+
"GN": "Γουινέα",
|
|
65
|
+
"GW": "Γουινέα-Μπισσάου",
|
|
66
|
+
"GD": "Γρενάδα",
|
|
67
|
+
"GL": "Γροιλανδία",
|
|
68
|
+
"DK": "Δανία",
|
|
69
|
+
"DO": "Δομινικανή Δημοκρατία",
|
|
70
|
+
"EH": "Δυτική Σαχάρα",
|
|
71
|
+
"EC": "Εκουαδόρ",
|
|
72
|
+
"SV": "Ελ Σαλβαδόρ",
|
|
73
|
+
"CH": "Ελβετία",
|
|
74
|
+
"GR": "Ελλάδα",
|
|
75
|
+
"ER": "Ερυθραία",
|
|
76
|
+
"EE": "Εσθονία",
|
|
77
|
+
"SZ": "Εσουατίνι",
|
|
78
|
+
"ZM": "Ζάμπια",
|
|
79
|
+
"ZW": "Ζιμπάμπουε",
|
|
80
|
+
"AE": "Ηνωμένα Αραβικά Εμιράτα",
|
|
81
|
+
"US": "Ηνωμένες Πολιτείες",
|
|
82
|
+
"GB": "Ηνωμένο Βασίλειο",
|
|
83
|
+
"EA": "Θεούτα και Μελίγια",
|
|
84
|
+
"JP": "Ιαπωνία",
|
|
85
|
+
"IN": "Ινδία",
|
|
86
|
+
"ID": "Ινδονησία",
|
|
87
|
+
"JO": "Ιορδανία",
|
|
88
|
+
"IQ": "Ιράκ",
|
|
89
|
+
"IR": "Ιράν",
|
|
90
|
+
"IE": "Ιρλανδία",
|
|
91
|
+
"GQ": "Ισημερινή Γουινέα",
|
|
92
|
+
"IS": "Ισλανδία",
|
|
93
|
+
"ES": "Ισπανία",
|
|
94
|
+
"IL": "Ισραήλ",
|
|
95
|
+
"IT": "Ιταλία",
|
|
96
|
+
"KZ": "Καζακστάν",
|
|
97
|
+
"CM": "Καμερούν",
|
|
98
|
+
"KH": "Καμπότζη",
|
|
99
|
+
"CA": "Καναδάς",
|
|
100
|
+
"IC": "Κανάρια Νησιά",
|
|
101
|
+
"QA": "Κατάρ",
|
|
102
|
+
"CF": "Κεντροαφρικανική Δημοκρατία",
|
|
103
|
+
"KE": "Κένυα",
|
|
104
|
+
"CN": "Κίνα",
|
|
105
|
+
"KG": "Κιργιστάν",
|
|
106
|
+
"KI": "Κιριμπάτι",
|
|
107
|
+
"CO": "Κολομβία",
|
|
108
|
+
"KM": "Κομόρες",
|
|
109
|
+
"CD": "Κονγκό - Κινσάσα",
|
|
110
|
+
"CG": "Κονγκό - Μπραζαβίλ",
|
|
111
|
+
"XK": "Κόσοβο",
|
|
112
|
+
"CR": "Κόστα Ρίκα",
|
|
113
|
+
"CU": "Κούβα",
|
|
114
|
+
"KW": "Κουβέιτ",
|
|
115
|
+
"CW": "Κουρασάο",
|
|
116
|
+
"HR": "Κροατία",
|
|
117
|
+
"CY": "Κύπρος",
|
|
118
|
+
"LA": "Λάος",
|
|
119
|
+
"LS": "Λεσότο",
|
|
120
|
+
"LV": "Λετονία",
|
|
121
|
+
"BY": "Λευκορωσία",
|
|
122
|
+
"LB": "Λίβανος",
|
|
123
|
+
"LR": "Λιβερία",
|
|
124
|
+
"LY": "Λιβύη",
|
|
125
|
+
"LT": "Λιθουανία",
|
|
126
|
+
"LI": "Λίχτενσταϊν",
|
|
127
|
+
"LU": "Λουξεμβούργο",
|
|
128
|
+
"YT": "Μαγιότ",
|
|
129
|
+
"MG": "Μαδαγασκάρη",
|
|
130
|
+
"MO": "Μακάο",
|
|
131
|
+
"MY": "Μαλαισία",
|
|
132
|
+
"MW": "Μαλάουι",
|
|
133
|
+
"MV": "Μαλδίβες",
|
|
134
|
+
"ML": "Μάλι",
|
|
135
|
+
"MT": "Μάλτα",
|
|
136
|
+
"MA": "Μαρόκο",
|
|
137
|
+
"MQ": "Μαρτινίκα",
|
|
138
|
+
"MU": "Μαυρίκιος",
|
|
139
|
+
"MR": "Μαυριτανία",
|
|
140
|
+
"ME": "Μαυροβούνιο",
|
|
141
|
+
"MX": "Μεξικό",
|
|
142
|
+
"MM": "Μιανμάρ (Βιρμανία)",
|
|
143
|
+
"FM": "Μικρονησία",
|
|
144
|
+
"MN": "Μογγολία",
|
|
145
|
+
"MZ": "Μοζαμβίκη",
|
|
146
|
+
"MD": "Μολδαβία",
|
|
147
|
+
"MC": "Μονακό",
|
|
148
|
+
"MS": "Μονσεράτ",
|
|
149
|
+
"BD": "Μπανγκλαντές",
|
|
150
|
+
"BB": "Μπαρμπάντος",
|
|
151
|
+
"BS": "Μπαχάμες",
|
|
152
|
+
"BH": "Μπαχρέιν",
|
|
153
|
+
"BZ": "Μπελίζ",
|
|
154
|
+
"BJ": "Μπενίν",
|
|
155
|
+
"BW": "Μποτσουάνα",
|
|
156
|
+
"BF": "Μπουρκίνα Φάσο",
|
|
157
|
+
"BI": "Μπουρούντι",
|
|
158
|
+
"BT": "Μπουτάν",
|
|
159
|
+
"BN": "Μπρουνέι",
|
|
160
|
+
"NA": "Ναμίμπια",
|
|
161
|
+
"NR": "Ναουρού",
|
|
162
|
+
"NZ": "Νέα Ζηλανδία",
|
|
163
|
+
"NC": "Νέα Καληδονία",
|
|
164
|
+
"NP": "Νεπάλ",
|
|
165
|
+
"AX": "Νήσοι Άλαντ",
|
|
166
|
+
"KY": "Νήσοι Κέιμαν",
|
|
167
|
+
"CC": "Νήσοι Κόκος (Κίλινγκ)",
|
|
168
|
+
"CK": "Νήσοι Κουκ",
|
|
169
|
+
"MH": "Νήσοι Μάρσαλ",
|
|
170
|
+
"PN": "Νήσοι Πίτκερν",
|
|
171
|
+
"SB": "Νήσοι Σολομώντα",
|
|
172
|
+
"TC": "Νήσοι Τερκς και Κάικος",
|
|
173
|
+
"FO": "Νήσοι Φερόες",
|
|
174
|
+
"FK": "Νήσοι Φώκλαντ",
|
|
175
|
+
"NF": "Νήσος Νόρφολκ",
|
|
176
|
+
"IM": "Νήσος του Μαν",
|
|
177
|
+
"CX": "Νήσος των Χριστουγέννων",
|
|
178
|
+
"NE": "Νίγηρας",
|
|
179
|
+
"NG": "Νιγηρία",
|
|
180
|
+
"NI": "Νικαράγουα",
|
|
181
|
+
"NU": "Νιούε",
|
|
182
|
+
"NO": "Νορβηγία",
|
|
183
|
+
"ZA": "Νότια Αφρική",
|
|
184
|
+
"GS": "Νότια Γεωργία και Νότιες Σάντουιτς Νήσοι",
|
|
185
|
+
"KR": "Νότια Κορέα",
|
|
186
|
+
"SS": "Νότιο Σουδάν",
|
|
187
|
+
"DG": "Ντιέγκο Γκαρσία",
|
|
188
|
+
"DM": "Ντομίνικα",
|
|
189
|
+
"NL": "Ολλανδία",
|
|
190
|
+
"BQ": "Ολλανδία Καραϊβικής",
|
|
191
|
+
"OM": "Ομάν",
|
|
192
|
+
"HN": "Ονδούρα",
|
|
193
|
+
"WF": "Ουάλις και Φουτουνά",
|
|
194
|
+
"HU": "Ουγγαρία",
|
|
195
|
+
"UG": "Ουγκάντα",
|
|
196
|
+
"UZ": "Ουζμπεκιστάν",
|
|
197
|
+
"UA": "Ουκρανία",
|
|
198
|
+
"UY": "Ουρουγουάη",
|
|
199
|
+
"PK": "Πακιστάν",
|
|
200
|
+
"PS": "Παλαιστινιακά Εδάφη",
|
|
201
|
+
"PW": "Παλάου",
|
|
202
|
+
"PA": "Παναμάς",
|
|
203
|
+
"PG": "Παπούα Νέα Γουινέα",
|
|
204
|
+
"PY": "Παραγουάη",
|
|
205
|
+
"PE": "Περού",
|
|
206
|
+
"PL": "Πολωνία",
|
|
207
|
+
"PT": "Πορτογαλία",
|
|
208
|
+
"PR": "Πουέρτο Ρίκο",
|
|
209
|
+
"CV": "Πράσινο Ακρωτήριο",
|
|
210
|
+
"RE": "Ρεϊνιόν",
|
|
211
|
+
"RW": "Ρουάντα",
|
|
212
|
+
"RO": "Ρουμανία",
|
|
213
|
+
"RU": "Ρωσία",
|
|
214
|
+
"WS": "Σαμόα",
|
|
215
|
+
"ST": "Σάο Τομέ και Πρίνσιπε",
|
|
216
|
+
"SA": "Σαουδική Αραβία",
|
|
217
|
+
"SJ": "Σβάλμπαρντ και Γιαν Μαγιέν",
|
|
218
|
+
"SN": "Σενεγάλη",
|
|
219
|
+
"RS": "Σερβία",
|
|
220
|
+
"SC": "Σεϋχέλλες",
|
|
221
|
+
"SG": "Σιγκαπούρη",
|
|
222
|
+
"SL": "Σιέρα Λεόνε",
|
|
223
|
+
"SK": "Σλοβακία",
|
|
224
|
+
"SI": "Σλοβενία",
|
|
225
|
+
"SO": "Σομαλία",
|
|
226
|
+
"SD": "Σουδάν",
|
|
227
|
+
"SE": "Σουηδία",
|
|
228
|
+
"SR": "Σουρινάμ",
|
|
229
|
+
"LK": "Σρι Λάνκα",
|
|
230
|
+
"SY": "Συρία",
|
|
231
|
+
"TW": "Ταϊβάν",
|
|
232
|
+
"TH": "Ταϊλάνδη",
|
|
233
|
+
"TZ": "Τανζανία",
|
|
234
|
+
"TJ": "Τατζικιστάν",
|
|
235
|
+
"JM": "Τζαμάικα",
|
|
236
|
+
"JE": "Τζέρζι",
|
|
237
|
+
"DJ": "Τζιμπουτί",
|
|
238
|
+
"TG": "Τόγκο",
|
|
239
|
+
"TK": "Τοκελάου",
|
|
240
|
+
"TO": "Τόνγκα",
|
|
241
|
+
"TV": "Τουβαλού",
|
|
242
|
+
"TR": "Τουρκία",
|
|
243
|
+
"TM": "Τουρκμενιστάν",
|
|
244
|
+
"TT": "Τρινιντάντ και Τομπάγκο",
|
|
245
|
+
"TA": "Τριστάν ντα Κούνια",
|
|
246
|
+
"TD": "Τσαντ",
|
|
247
|
+
"CZ": "Τσεχία",
|
|
248
|
+
"TN": "Τυνησία",
|
|
249
|
+
"YE": "Υεμένη",
|
|
250
|
+
"PH": "Φιλιππίνες",
|
|
251
|
+
"FI": "Φινλανδία",
|
|
252
|
+
"FJ": "Φίτζι",
|
|
253
|
+
"CL": "Χιλή",
|
|
254
|
+
"HK": "Χονγκ Κονγκ"
|
|
255
|
+
}
|