@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
|
@@ -1,257 +1,255 @@
|
|
|
1
1
|
{
|
|
2
|
-
"AF": "
|
|
3
|
-
"ZA": "
|
|
2
|
+
"AF": "Afeganistão",
|
|
3
|
+
"ZA": "África do Sul",
|
|
4
4
|
"AX": "Alanda",
|
|
5
|
-
"AL": "
|
|
5
|
+
"AL": "Albânia",
|
|
6
6
|
"DE": "Alemanha",
|
|
7
7
|
"AD": "Andorra",
|
|
8
8
|
"AO": "Angola",
|
|
9
9
|
"AI": "Anguila",
|
|
10
|
-
"AQ": "
|
|
11
|
-
"AG": "
|
|
12
|
-
"SA": "
|
|
13
|
-
"DZ": "
|
|
10
|
+
"AQ": "Antártida",
|
|
11
|
+
"AG": "Antígua e Barbuda",
|
|
12
|
+
"SA": "Arábia Saudita",
|
|
13
|
+
"DZ": "Argélia",
|
|
14
14
|
"AR": "Argentina",
|
|
15
|
-
"AM": "
|
|
15
|
+
"AM": "Arménia",
|
|
16
16
|
"AW": "Aruba",
|
|
17
|
-
"AU": "
|
|
18
|
-
"AT": "
|
|
19
|
-
"AZ": "
|
|
17
|
+
"AU": "Austrália",
|
|
18
|
+
"AT": "Áustria",
|
|
19
|
+
"AZ": "Azerbaijão",
|
|
20
20
|
"BS": "Baamas",
|
|
21
21
|
"BD": "Bangladeche",
|
|
22
22
|
"BB": "Barbados",
|
|
23
|
-
"BH": "
|
|
24
|
-
"BE": "
|
|
23
|
+
"BH": "Barém",
|
|
24
|
+
"BE": "Bélgica",
|
|
25
25
|
"BZ": "Belize",
|
|
26
26
|
"BJ": "Benim",
|
|
27
27
|
"BM": "Bermudas",
|
|
28
|
-
"BY": "
|
|
29
|
-
"BO": "
|
|
30
|
-
"BA": "
|
|
28
|
+
"BY": "Bielorrússia",
|
|
29
|
+
"BO": "Bolívia",
|
|
30
|
+
"BA": "Bósnia e Herzegovina",
|
|
31
31
|
"BW": "Botsuana",
|
|
32
32
|
"BR": "Brasil",
|
|
33
33
|
"BN": "Brunei",
|
|
34
|
-
"BG": "
|
|
34
|
+
"BG": "Bulgária",
|
|
35
35
|
"BF": "Burquina Faso",
|
|
36
36
|
"BI": "Burundi",
|
|
37
|
-
"BT": "
|
|
37
|
+
"BT": "Butão",
|
|
38
38
|
"CV": "Cabo Verde",
|
|
39
|
-
"CM": "
|
|
39
|
+
"CM": "Camarões",
|
|
40
40
|
"KH": "Camboja",
|
|
41
|
-
"CA": "
|
|
41
|
+
"CA": "Canadá",
|
|
42
42
|
"QA": "Catar",
|
|
43
|
-
"KZ": "
|
|
43
|
+
"KZ": "Cazaquistão",
|
|
44
44
|
"EA": "Ceuta e Melilha",
|
|
45
45
|
"TD": "Chade",
|
|
46
|
-
"CZ": "
|
|
46
|
+
"CZ": "Chéquia",
|
|
47
47
|
"CL": "Chile",
|
|
48
48
|
"CN": "China",
|
|
49
49
|
"CY": "Chipre",
|
|
50
50
|
"VA": "Cidade do Vaticano",
|
|
51
|
-
"CO": "
|
|
51
|
+
"CO": "Colômbia",
|
|
52
52
|
"KM": "Comores",
|
|
53
53
|
"CG": "Congo-Brazzaville",
|
|
54
54
|
"CD": "Congo-Kinshasa",
|
|
55
55
|
"KP": "Coreia do Norte",
|
|
56
56
|
"KR": "Coreia do Sul",
|
|
57
57
|
"CR": "Costa Rica",
|
|
58
|
-
"CI": "
|
|
59
|
-
"HR": "
|
|
58
|
+
"CI": "Côte d’Ivoire (Costa do Marfim)",
|
|
59
|
+
"HR": "Croácia",
|
|
60
60
|
"CU": "Cuba",
|
|
61
|
-
"CW": "
|
|
61
|
+
"CW": "Curaçau",
|
|
62
62
|
"DG": "Diego Garcia",
|
|
63
63
|
"DK": "Dinamarca",
|
|
64
|
-
"DM": "
|
|
64
|
+
"DM": "Domínica",
|
|
65
65
|
"EG": "Egito",
|
|
66
|
-
"AE": "Emirados
|
|
66
|
+
"AE": "Emirados Árabes Unidos",
|
|
67
67
|
"EC": "Equador",
|
|
68
68
|
"ER": "Eritreia",
|
|
69
|
-
"SK": "
|
|
70
|
-
"SI": "
|
|
69
|
+
"SK": "Eslováquia",
|
|
70
|
+
"SI": "Eslovénia",
|
|
71
71
|
"ES": "Espanha",
|
|
72
|
-
"SZ": "
|
|
72
|
+
"SZ": "Essuatíni",
|
|
73
73
|
"US": "Estados Unidos",
|
|
74
|
-
"EE": "
|
|
75
|
-
"ET": "
|
|
74
|
+
"EE": "Estónia",
|
|
75
|
+
"ET": "Etiópia",
|
|
76
76
|
"FJ": "Fiji",
|
|
77
77
|
"PH": "Filipinas",
|
|
78
|
-
"FI": "
|
|
79
|
-
"FR": "
|
|
80
|
-
"GA": "
|
|
81
|
-
"GM": "
|
|
78
|
+
"FI": "Finlândia",
|
|
79
|
+
"FR": "França",
|
|
80
|
+
"GA": "Gabão",
|
|
81
|
+
"GM": "Gâmbia",
|
|
82
82
|
"GH": "Gana",
|
|
83
|
-
"GE": "
|
|
83
|
+
"GE": "Geórgia",
|
|
84
84
|
"GI": "Gibraltar",
|
|
85
85
|
"GD": "Granada",
|
|
86
|
-
"GR": "
|
|
87
|
-
"GL": "
|
|
86
|
+
"GR": "Grécia",
|
|
87
|
+
"GL": "Gronelândia",
|
|
88
88
|
"GP": "Guadalupe",
|
|
89
89
|
"GU": "Guame",
|
|
90
90
|
"GT": "Guatemala",
|
|
91
91
|
"GG": "Guernesey",
|
|
92
92
|
"GY": "Guiana",
|
|
93
93
|
"GF": "Guiana Francesa",
|
|
94
|
-
"GN": "
|
|
95
|
-
"GQ": "
|
|
96
|
-
"GW": "Guin
|
|
94
|
+
"GN": "Guiné",
|
|
95
|
+
"GQ": "Guiné Equatorial",
|
|
96
|
+
"GW": "Guiné-Bissau",
|
|
97
97
|
"HT": "Haiti",
|
|
98
98
|
"HN": "Honduras",
|
|
99
99
|
"HK": "Hong Kong, RAE da China",
|
|
100
100
|
"HU": "Hungria",
|
|
101
|
-
"YE": "
|
|
102
|
-
"AC": "Ilha de
|
|
101
|
+
"YE": "Iémen",
|
|
102
|
+
"AC": "Ilha de Ascensão",
|
|
103
103
|
"IM": "Ilha de Man",
|
|
104
104
|
"CX": "Ilha do Natal",
|
|
105
105
|
"NF": "Ilha Norfolk",
|
|
106
|
-
"KY": "Ilhas
|
|
107
|
-
"IC": "Ilhas
|
|
106
|
+
"KY": "Ilhas Caimão",
|
|
107
|
+
"IC": "Ilhas Canárias",
|
|
108
108
|
"CK": "Ilhas Cook",
|
|
109
109
|
"CC": "Ilhas dos Cocos (Keeling)",
|
|
110
|
-
"FO": "Ilhas
|
|
111
|
-
"GS": "Ilhas
|
|
110
|
+
"FO": "Ilhas Faroé",
|
|
111
|
+
"GS": "Ilhas Geórgia do Sul e Sandwich do Sul",
|
|
112
112
|
"FK": "Ilhas Malvinas (Falkland)",
|
|
113
113
|
"MP": "Ilhas Marianas do Norte",
|
|
114
114
|
"MH": "Ilhas Marshall",
|
|
115
115
|
"UM": "Ilhas Menores Afastadas dos EUA",
|
|
116
116
|
"PN": "Ilhas Pitcairn",
|
|
117
|
-
"SB": "Ilhas
|
|
117
|
+
"SB": "Ilhas Salomão",
|
|
118
118
|
"TC": "Ilhas Turcas e Caicos",
|
|
119
|
-
"VG": "Ilhas Virgens
|
|
119
|
+
"VG": "Ilhas Virgens Britânicas",
|
|
120
120
|
"VI": "Ilhas Virgens dos EUA",
|
|
121
|
-
"IN": "
|
|
122
|
-
"ID": "
|
|
123
|
-
"IR": "
|
|
121
|
+
"IN": "Índia",
|
|
122
|
+
"ID": "Indonésia",
|
|
123
|
+
"IR": "Irão",
|
|
124
124
|
"IQ": "Iraque",
|
|
125
125
|
"IE": "Irlanda",
|
|
126
|
-
"IS": "
|
|
126
|
+
"IS": "Islândia",
|
|
127
127
|
"IL": "Israel",
|
|
128
|
-
"IT": "
|
|
128
|
+
"IT": "Itália",
|
|
129
129
|
"JM": "Jamaica",
|
|
130
|
-
"JP": "
|
|
130
|
+
"JP": "Japão",
|
|
131
131
|
"JE": "Jersey",
|
|
132
132
|
"DJ": "Jibuti",
|
|
133
|
-
"JO": "
|
|
133
|
+
"JO": "Jordânia",
|
|
134
134
|
"XK": "Kosovo",
|
|
135
135
|
"KW": "Koweit",
|
|
136
136
|
"LA": "Laos",
|
|
137
137
|
"LS": "Lesoto",
|
|
138
|
-
"LV": "
|
|
139
|
-
"LB": "
|
|
140
|
-
"LR": "
|
|
141
|
-
"LY": "
|
|
138
|
+
"LV": "Letónia",
|
|
139
|
+
"LB": "Líbano",
|
|
140
|
+
"LR": "Libéria",
|
|
141
|
+
"LY": "Líbia",
|
|
142
142
|
"LI": "Listenstaine",
|
|
143
|
-
"LT": "
|
|
143
|
+
"LT": "Lituânia",
|
|
144
144
|
"LU": "Luxemburgo",
|
|
145
145
|
"MO": "Macau, RAE da China",
|
|
146
|
-
"MK": "
|
|
147
|
-
"MG": "
|
|
146
|
+
"MK": "Macedónia",
|
|
147
|
+
"MG": "Madagáscar",
|
|
148
148
|
"YT": "Maiote",
|
|
149
|
-
"MY": "
|
|
150
|
-
"MW": "
|
|
149
|
+
"MY": "Malásia",
|
|
150
|
+
"MW": "Maláui",
|
|
151
151
|
"MV": "Maldivas",
|
|
152
152
|
"ML": "Mali",
|
|
153
153
|
"MT": "Malta",
|
|
154
154
|
"MA": "Marrocos",
|
|
155
155
|
"MQ": "Martinica",
|
|
156
|
-
"MU": "
|
|
157
|
-
"MR": "
|
|
158
|
-
"MX": "
|
|
159
|
-
"MM": "Mianmar (
|
|
160
|
-
"FM": "
|
|
161
|
-
"MZ": "
|
|
162
|
-
"MD": "
|
|
163
|
-
"MC": "
|
|
164
|
-
"MN": "
|
|
156
|
+
"MU": "Maurícia",
|
|
157
|
+
"MR": "Mauritânia",
|
|
158
|
+
"MX": "México",
|
|
159
|
+
"MM": "Mianmar (Birmânia)",
|
|
160
|
+
"FM": "Micronésia",
|
|
161
|
+
"MZ": "Moçambique",
|
|
162
|
+
"MD": "Moldávia",
|
|
163
|
+
"MC": "Mónaco",
|
|
164
|
+
"MN": "Mongólia",
|
|
165
165
|
"MS": "Monserrate",
|
|
166
166
|
"ME": "Montenegro",
|
|
167
|
-
"NA": "
|
|
167
|
+
"NA": "Namíbia",
|
|
168
168
|
"NR": "Nauru",
|
|
169
169
|
"NP": "Nepal",
|
|
170
|
-
"NI": "
|
|
171
|
-
"NE": "
|
|
172
|
-
"NG": "
|
|
173
|
-
"NU": "
|
|
170
|
+
"NI": "Nicarágua",
|
|
171
|
+
"NE": "Níger",
|
|
172
|
+
"NG": "Nigéria",
|
|
173
|
+
"NU": "Niuê",
|
|
174
174
|
"NO": "Noruega",
|
|
175
|
-
"NC": "Nova
|
|
176
|
-
"NZ": "Nova
|
|
177
|
-
"OM": "
|
|
178
|
-
"NL": "
|
|
179
|
-
"BQ": "
|
|
175
|
+
"NC": "Nova Caledónia",
|
|
176
|
+
"NZ": "Nova Zelândia",
|
|
177
|
+
"OM": "Omã",
|
|
178
|
+
"NL": "Países Baixos",
|
|
179
|
+
"BQ": "Países Baixos Caribenhos",
|
|
180
180
|
"PW": "Palau",
|
|
181
|
-
"PA": "
|
|
182
|
-
"PG": "Papua-Nova
|
|
183
|
-
"PK": "
|
|
181
|
+
"PA": "Panamá",
|
|
182
|
+
"PG": "Papua-Nova Guiné",
|
|
183
|
+
"PK": "Paquistão",
|
|
184
184
|
"PY": "Paraguai",
|
|
185
185
|
"PE": "Peru",
|
|
186
|
-
"PF": "
|
|
187
|
-
"PL": "
|
|
186
|
+
"PF": "Polinésia Francesa",
|
|
187
|
+
"PL": "Polónia",
|
|
188
188
|
"PR": "Porto Rico",
|
|
189
189
|
"PT": "Portugal",
|
|
190
|
-
"
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
-
"KG": "Quirguist\u00e3o",
|
|
194
|
-
"KI": "Quirib\u00e1ti",
|
|
190
|
+
"KE": "Quénia",
|
|
191
|
+
"KG": "Quirguistão",
|
|
192
|
+
"KI": "Quiribáti",
|
|
195
193
|
"GB": "Reino Unido",
|
|
196
|
-
"CF": "
|
|
197
|
-
"DO": "
|
|
198
|
-
"RE": "
|
|
199
|
-
"RO": "
|
|
194
|
+
"CF": "República Centro-Africana",
|
|
195
|
+
"DO": "República Dominicana",
|
|
196
|
+
"RE": "Reunião",
|
|
197
|
+
"RO": "Roménia",
|
|
200
198
|
"RW": "Ruanda",
|
|
201
|
-
"RU": "
|
|
199
|
+
"RU": "Rússia",
|
|
202
200
|
"SV": "Salvador",
|
|
203
201
|
"WS": "Samoa",
|
|
204
202
|
"AS": "Samoa Americana",
|
|
205
203
|
"SH": "Santa Helena",
|
|
206
|
-
"LC": "Santa
|
|
207
|
-
"BL": "
|
|
208
|
-
"KN": "
|
|
209
|
-
"SM": "
|
|
210
|
-
"MF": "
|
|
211
|
-
"SX": "
|
|
212
|
-
"PM": "
|
|
213
|
-
"ST": "
|
|
214
|
-
"VC": "
|
|
204
|
+
"LC": "Santa Lúcia",
|
|
205
|
+
"BL": "São Bartolomeu",
|
|
206
|
+
"KN": "São Cristóvão e Neves",
|
|
207
|
+
"SM": "São Marinho",
|
|
208
|
+
"MF": "São Martinho",
|
|
209
|
+
"SX": "São Martinho (Sint Maarten)",
|
|
210
|
+
"PM": "São Pedro e Miquelão",
|
|
211
|
+
"ST": "São Tomé e Príncipe",
|
|
212
|
+
"VC": "São Vicente e Granadinas",
|
|
215
213
|
"EH": "Sara Ocidental",
|
|
216
214
|
"SC": "Seicheles",
|
|
217
215
|
"SN": "Senegal",
|
|
218
216
|
"SL": "Serra Leoa",
|
|
219
|
-
"RS": "
|
|
217
|
+
"RS": "Sérvia",
|
|
220
218
|
"SG": "Singapura",
|
|
221
|
-
"SY": "
|
|
222
|
-
"SO": "
|
|
219
|
+
"SY": "Síria",
|
|
220
|
+
"SO": "Somália",
|
|
223
221
|
"LK": "Sri Lanca",
|
|
224
|
-
"SD": "
|
|
225
|
-
"SS": "
|
|
226
|
-
"SE": "
|
|
227
|
-
"CH": "
|
|
222
|
+
"SD": "Sudão",
|
|
223
|
+
"SS": "Sudão do Sul",
|
|
224
|
+
"SE": "Suécia",
|
|
225
|
+
"CH": "Suíça",
|
|
228
226
|
"SR": "Suriname",
|
|
229
227
|
"SJ": "Svalbard e Jan Mayen",
|
|
230
|
-
"TH": "
|
|
228
|
+
"TH": "Tailândia",
|
|
231
229
|
"TW": "Taiwan",
|
|
232
|
-
"TJ": "
|
|
233
|
-
"TZ": "
|
|
234
|
-
"IO": "
|
|
235
|
-
"TF": "
|
|
236
|
-
"PS": "
|
|
230
|
+
"TJ": "Tajiquistão",
|
|
231
|
+
"TZ": "Tanzânia",
|
|
232
|
+
"IO": "Território Britânico do Oceano Índico",
|
|
233
|
+
"TF": "Territórios Franceses do Sul",
|
|
234
|
+
"PS": "Territórios palestinianos",
|
|
237
235
|
"TL": "Timor-Leste",
|
|
238
236
|
"TG": "Togo",
|
|
239
237
|
"TO": "Tonga",
|
|
240
238
|
"TK": "Toquelau",
|
|
241
239
|
"TT": "Trindade e Tobago",
|
|
242
|
-
"TA": "
|
|
243
|
-
"TN": "
|
|
244
|
-
"TM": "
|
|
240
|
+
"TA": "Tristão da Cunha",
|
|
241
|
+
"TN": "Tunísia",
|
|
242
|
+
"TM": "Turquemenistão",
|
|
245
243
|
"TR": "Turquia",
|
|
246
244
|
"TV": "Tuvalu",
|
|
247
|
-
"UA": "
|
|
245
|
+
"UA": "Ucrânia",
|
|
248
246
|
"UG": "Uganda",
|
|
249
247
|
"UY": "Uruguai",
|
|
250
|
-
"UZ": "
|
|
248
|
+
"UZ": "Usbequistão",
|
|
251
249
|
"VU": "Vanuatu",
|
|
252
250
|
"VE": "Venezuela",
|
|
253
251
|
"VN": "Vietname",
|
|
254
252
|
"WF": "Wallis e Futuna",
|
|
255
|
-
"ZM": "
|
|
256
|
-
"ZW": "
|
|
253
|
+
"ZM": "Zâmbia",
|
|
254
|
+
"ZW": "Zimbabué"
|
|
257
255
|
}
|
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
{
|
|
2
|
+
"AF": "Afganistan",
|
|
3
|
+
"ZA": "Africa de Sud",
|
|
4
|
+
"AL": "Albania",
|
|
5
|
+
"DZ": "Algeria",
|
|
6
|
+
"AD": "Andorra",
|
|
7
|
+
"AO": "Angola",
|
|
8
|
+
"AI": "Anguilla",
|
|
9
|
+
"AQ": "Antarctica",
|
|
10
|
+
"AG": "Antigua și Barbuda",
|
|
11
|
+
"SA": "Arabia Saudită",
|
|
12
|
+
"AR": "Argentina",
|
|
13
|
+
"AM": "Armenia",
|
|
14
|
+
"AW": "Aruba",
|
|
15
|
+
"AU": "Australia",
|
|
16
|
+
"AT": "Austria",
|
|
17
|
+
"AZ": "Azerbaidjan",
|
|
18
|
+
"BS": "Bahamas",
|
|
19
|
+
"BH": "Bahrein",
|
|
20
|
+
"BD": "Bangladesh",
|
|
21
|
+
"BB": "Barbados",
|
|
22
|
+
"BY": "Belarus",
|
|
23
|
+
"BE": "Belgia",
|
|
24
|
+
"BZ": "Belize",
|
|
25
|
+
"BJ": "Benin",
|
|
26
|
+
"BM": "Bermuda",
|
|
27
|
+
"BT": "Bhutan",
|
|
28
|
+
"BO": "Bolivia",
|
|
29
|
+
"BA": "Bosnia și Herțegovina",
|
|
30
|
+
"BW": "Botswana",
|
|
31
|
+
"BR": "Brazilia",
|
|
32
|
+
"BN": "Brunei",
|
|
33
|
+
"BG": "Bulgaria",
|
|
34
|
+
"BF": "Burkina Faso",
|
|
35
|
+
"BI": "Burundi",
|
|
36
|
+
"KH": "Cambodgia",
|
|
37
|
+
"CM": "Camerun",
|
|
38
|
+
"CA": "Canada",
|
|
39
|
+
"CV": "Capul Verde",
|
|
40
|
+
"CZ": "Cehia",
|
|
41
|
+
"EA": "Ceuta și Melilla",
|
|
42
|
+
"CL": "Chile",
|
|
43
|
+
"CN": "China",
|
|
44
|
+
"TD": "Ciad",
|
|
45
|
+
"CY": "Cipru",
|
|
46
|
+
"CI": "Coasta de Fildeș",
|
|
47
|
+
"CO": "Columbia",
|
|
48
|
+
"KM": "Comore",
|
|
49
|
+
"CG": "Congo - Brazzaville",
|
|
50
|
+
"CD": "Congo - Kinshasa",
|
|
51
|
+
"KP": "Coreea de Nord",
|
|
52
|
+
"KR": "Coreea de Sud",
|
|
53
|
+
"CR": "Costa Rica",
|
|
54
|
+
"HR": "Croația",
|
|
55
|
+
"CU": "Cuba",
|
|
56
|
+
"CW": "Curaçao",
|
|
57
|
+
"DK": "Danemarca",
|
|
58
|
+
"DG": "Diego Garcia",
|
|
59
|
+
"DJ": "Djibouti",
|
|
60
|
+
"DM": "Dominica",
|
|
61
|
+
"EC": "Ecuador",
|
|
62
|
+
"EG": "Egipt",
|
|
63
|
+
"SV": "El Salvador",
|
|
64
|
+
"CH": "Elveția",
|
|
65
|
+
"AE": "Emiratele Arabe Unite",
|
|
66
|
+
"ER": "Eritreea",
|
|
67
|
+
"EE": "Estonia",
|
|
68
|
+
"SZ": "Eswatini",
|
|
69
|
+
"ET": "Etiopia",
|
|
70
|
+
"FJ": "Fiji",
|
|
71
|
+
"PH": "Filipine",
|
|
72
|
+
"FI": "Finlanda",
|
|
73
|
+
"FR": "Franța",
|
|
74
|
+
"GA": "Gabon",
|
|
75
|
+
"GM": "Gambia",
|
|
76
|
+
"GE": "Georgia",
|
|
77
|
+
"GS": "Georgia de Sud și Insulele Sandwich de Sud",
|
|
78
|
+
"DE": "Germania",
|
|
79
|
+
"GH": "Ghana",
|
|
80
|
+
"GI": "Gibraltar",
|
|
81
|
+
"GR": "Grecia",
|
|
82
|
+
"GD": "Grenada",
|
|
83
|
+
"GL": "Groenlanda",
|
|
84
|
+
"GP": "Guadelupa",
|
|
85
|
+
"GU": "Guam",
|
|
86
|
+
"GT": "Guatemala",
|
|
87
|
+
"GG": "Guernsey",
|
|
88
|
+
"GN": "Guineea",
|
|
89
|
+
"GQ": "Guineea Ecuatorială",
|
|
90
|
+
"GW": "Guineea-Bissau",
|
|
91
|
+
"GY": "Guyana",
|
|
92
|
+
"GF": "Guyana Franceză",
|
|
93
|
+
"HT": "Haiti",
|
|
94
|
+
"HN": "Honduras",
|
|
95
|
+
"HK": "Hong Kong",
|
|
96
|
+
"IN": "India",
|
|
97
|
+
"ID": "Indonezia",
|
|
98
|
+
"AC": "Insula Ascension",
|
|
99
|
+
"CX": "Insula Crăciunului",
|
|
100
|
+
"IM": "Insula Man",
|
|
101
|
+
"NF": "Insula Norfolk",
|
|
102
|
+
"AX": "Insulele Åland",
|
|
103
|
+
"IC": "Insulele Canare",
|
|
104
|
+
"KY": "Insulele Cayman",
|
|
105
|
+
"CC": "Insulele Cocos (Keeling)",
|
|
106
|
+
"CK": "Insulele Cook",
|
|
107
|
+
"FK": "Insulele Falkland",
|
|
108
|
+
"FO": "Insulele Feroe",
|
|
109
|
+
"MP": "Insulele Mariane de Nord",
|
|
110
|
+
"MH": "Insulele Marshall",
|
|
111
|
+
"UM": "Insulele Minore Îndepărtate ale Statelor Unite",
|
|
112
|
+
"PN": "Insulele Pitcairn",
|
|
113
|
+
"SB": "Insulele Solomon",
|
|
114
|
+
"TC": "Insulele Turks și Caicos",
|
|
115
|
+
"VI": "Insulele Virgine Americane",
|
|
116
|
+
"VG": "Insulele Virgine Britanice",
|
|
117
|
+
"JO": "Iordania",
|
|
118
|
+
"IQ": "Irak",
|
|
119
|
+
"IR": "Iran",
|
|
120
|
+
"IE": "Irlanda",
|
|
121
|
+
"IS": "Islanda",
|
|
122
|
+
"IL": "Israel",
|
|
123
|
+
"IT": "Italia",
|
|
124
|
+
"JM": "Jamaica",
|
|
125
|
+
"JP": "Japonia",
|
|
126
|
+
"JE": "Jersey",
|
|
127
|
+
"KG": "Kârgâzstan",
|
|
128
|
+
"KZ": "Kazahstan",
|
|
129
|
+
"KE": "Kenya",
|
|
130
|
+
"KI": "Kiribati",
|
|
131
|
+
"XK": "Kosovo",
|
|
132
|
+
"KW": "Kuweit",
|
|
133
|
+
"LA": "Laos",
|
|
134
|
+
"LS": "Lesotho",
|
|
135
|
+
"LV": "Letonia",
|
|
136
|
+
"LB": "Liban",
|
|
137
|
+
"LR": "Liberia",
|
|
138
|
+
"LY": "Libia",
|
|
139
|
+
"LI": "Liechtenstein",
|
|
140
|
+
"LT": "Lituania",
|
|
141
|
+
"LU": "Luxemburg",
|
|
142
|
+
"MO": "Macao",
|
|
143
|
+
"MK": "Macedonia de Nord",
|
|
144
|
+
"MG": "Madagascar",
|
|
145
|
+
"MY": "Malaezia",
|
|
146
|
+
"MW": "Malawi",
|
|
147
|
+
"MV": "Maldive",
|
|
148
|
+
"ML": "Mali",
|
|
149
|
+
"MT": "Malta",
|
|
150
|
+
"MA": "Maroc",
|
|
151
|
+
"MQ": "Martinica",
|
|
152
|
+
"MR": "Mauritania",
|
|
153
|
+
"MU": "Mauritius",
|
|
154
|
+
"YT": "Mayotte",
|
|
155
|
+
"MX": "Mexic",
|
|
156
|
+
"FM": "Micronezia",
|
|
157
|
+
"MD": "Moldova",
|
|
158
|
+
"MC": "Monaco",
|
|
159
|
+
"MN": "Mongolia",
|
|
160
|
+
"MS": "Montserrat",
|
|
161
|
+
"MZ": "Mozambic",
|
|
162
|
+
"ME": "Muntenegru",
|
|
163
|
+
"MM": "Myanmar (Burma)",
|
|
164
|
+
"NA": "Namibia",
|
|
165
|
+
"NR": "Nauru",
|
|
166
|
+
"NP": "Nepal",
|
|
167
|
+
"NI": "Nicaragua",
|
|
168
|
+
"NE": "Niger",
|
|
169
|
+
"NG": "Nigeria",
|
|
170
|
+
"NU": "Niue",
|
|
171
|
+
"NO": "Norvegia",
|
|
172
|
+
"NC": "Noua Caledonie",
|
|
173
|
+
"NZ": "Noua Zeelandă",
|
|
174
|
+
"OM": "Oman",
|
|
175
|
+
"PK": "Pakistan",
|
|
176
|
+
"PW": "Palau",
|
|
177
|
+
"PA": "Panama",
|
|
178
|
+
"PG": "Papua Noua Guinee",
|
|
179
|
+
"PY": "Paraguay",
|
|
180
|
+
"PE": "Peru",
|
|
181
|
+
"PF": "Polinezia Franceză",
|
|
182
|
+
"PL": "Polonia",
|
|
183
|
+
"PT": "Portugalia",
|
|
184
|
+
"PR": "Puerto Rico",
|
|
185
|
+
"QA": "Qatar",
|
|
186
|
+
"GB": "Regatul Unit",
|
|
187
|
+
"CF": "Republica Centrafricană",
|
|
188
|
+
"DO": "Republica Dominicană",
|
|
189
|
+
"RE": "Réunion",
|
|
190
|
+
"RO": "România",
|
|
191
|
+
"RU": "Rusia",
|
|
192
|
+
"RW": "Rwanda",
|
|
193
|
+
"EH": "Sahara Occidentală",
|
|
194
|
+
"KN": "Saint Kitts și Nevis",
|
|
195
|
+
"LC": "Saint Lucia",
|
|
196
|
+
"MF": "Saint Martin",
|
|
197
|
+
"PM": "Saint Pierre și Miquelon",
|
|
198
|
+
"VC": "Saint Vincent și Grenadine",
|
|
199
|
+
"BL": "Saint-Barthélemy",
|
|
200
|
+
"WS": "Samoa",
|
|
201
|
+
"AS": "Samoa Americană",
|
|
202
|
+
"SM": "San Marino",
|
|
203
|
+
"ST": "Sao Tome și Principe",
|
|
204
|
+
"SN": "Senegal",
|
|
205
|
+
"RS": "Serbia",
|
|
206
|
+
"SC": "Seychelles",
|
|
207
|
+
"SH": "Sfânta Elena",
|
|
208
|
+
"SL": "Sierra Leone",
|
|
209
|
+
"SG": "Singapore",
|
|
210
|
+
"SX": "Sint Maarten",
|
|
211
|
+
"SY": "Siria",
|
|
212
|
+
"SK": "Slovacia",
|
|
213
|
+
"SI": "Slovenia",
|
|
214
|
+
"SO": "Somalia",
|
|
215
|
+
"ES": "Spania",
|
|
216
|
+
"LK": "Sri Lanka",
|
|
217
|
+
"US": "Statele Unite",
|
|
218
|
+
"SD": "Sudan",
|
|
219
|
+
"SS": "Sudanul de Sud",
|
|
220
|
+
"SE": "Suedia",
|
|
221
|
+
"SR": "Surinam",
|
|
222
|
+
"SJ": "Svalbard și Jan Mayen",
|
|
223
|
+
"TJ": "Tadjikistan",
|
|
224
|
+
"TW": "Taiwan",
|
|
225
|
+
"TZ": "Tanzania",
|
|
226
|
+
"NL": "Țările de Jos",
|
|
227
|
+
"BQ": "Țările de Jos Caraibiene",
|
|
228
|
+
"TF": "Teritoriile Australe și Antarctice Franceze",
|
|
229
|
+
"PS": "Teritoriile Palestiniene",
|
|
230
|
+
"IO": "Teritoriul Britanic din Oceanul Indian",
|
|
231
|
+
"TH": "Thailanda",
|
|
232
|
+
"TL": "Timorul de Est",
|
|
233
|
+
"TG": "Togo",
|
|
234
|
+
"TK": "Tokelau",
|
|
235
|
+
"TO": "Tonga",
|
|
236
|
+
"TT": "Trinidad și Tobago",
|
|
237
|
+
"TA": "Tristan da Cunha",
|
|
238
|
+
"TN": "Tunisia",
|
|
239
|
+
"TR": "Turcia",
|
|
240
|
+
"TM": "Turkmenistan",
|
|
241
|
+
"TV": "Tuvalu",
|
|
242
|
+
"UA": "Ucraina",
|
|
243
|
+
"UG": "Uganda",
|
|
244
|
+
"HU": "Ungaria",
|
|
245
|
+
"UY": "Uruguay",
|
|
246
|
+
"UZ": "Uzbekistan",
|
|
247
|
+
"VU": "Vanuatu",
|
|
248
|
+
"VA": "Vatican",
|
|
249
|
+
"VE": "Venezuela",
|
|
250
|
+
"VN": "Vietnam",
|
|
251
|
+
"WF": "Wallis și Futuna",
|
|
252
|
+
"YE": "Yemen",
|
|
253
|
+
"ZM": "Zambia",
|
|
254
|
+
"ZW": "Zimbabwe"
|
|
255
|
+
}
|