From 89db4390cf2a6f564f321eda7fcbbd8687a6bef3 Mon Sep 17 00:00:00 2001 From: Nikita Puzanenko Date: Fri, 15 Dec 2023 05:16:58 -0600 Subject: [PATCH 1/3] fix(storefront): PSE-868 Pagebuilder menu items are in the wrong case (#2407) --- CHANGELOG.md | 1 + schemaTranslations.json | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 064c6f0eec..89bdd896fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Top Global Region Image Widget overlaps the mobile menu [#2402](https://github.com/bigcommerce/cornerstone/pull/2402) - Changed default PayPal checkout button color [#2405](https://github.com/bigcommerce/cornerstone/pull/2405) - Changed default PayPal checkout button size [#2406](https://github.com/bigcommerce/cornerstone/pull/2406) +- Change case of Page builder menu item text [#2407](https://github.com/bigcommerce/cornerstone/pull/2407) ## 6.12.0 (07-06-2023) - sync package lock file [#2373](https://github.com/bigcommerce/cornerstone/pull/2373) diff --git a/schemaTranslations.json b/schemaTranslations.json index 83b049b340..2f3d478983 100644 --- a/schemaTranslations.json +++ b/schemaTranslations.json @@ -1296,7 +1296,7 @@ "pl": "Granica pola aktywna" }, "i18n.HeaderAndFooter": { - "default": "Header & Footer", + "default": "Header and footer", "fr": "En-tête et pied de page", "it": "Intestazione e piè di pagina", "zh": "页眉和页脚", @@ -2214,7 +2214,7 @@ "pl": "Mała" }, "i18n.HomePage": { - "default": "Home Page", + "default": "Homepage", "fr": "Page d'accueil", "it": "Homepage", "zh": "主页", @@ -3546,7 +3546,7 @@ "pl": "Standard" }, "i18n.ButtonsAndIcons": { - "default": "Buttons & Icons", + "default": "Buttons and icons", "fr": "Boutons et icônes", "it": "Pulsanti e icone", "zh": "按钮与图标", @@ -3924,7 +3924,7 @@ "pl": "Pole wyboru i ikona radia" }, "i18n.CheckoutPage": { - "default": "Checkout Page", + "default": "Checkout page", "fr": "Page de paiement", "it": "Pagina di checkout", "zh": "结账台页面", @@ -4734,7 +4734,7 @@ "pl": "Kolor tekstu tostów" }, "i18n.PaymentButtons": { - "default": "Payment Buttons", + "default": "Payment buttons", "fr": "Boutons de paiement", "it": "Pulsanti di pagamento", "zh": "付款按钮", @@ -5508,7 +5508,7 @@ "pl": "Brak" }, "i18n.PaymentBanners": { - "default": "Payment Banners", + "default": "Payment banners", "fr": "Bannières de paiement", "it": "Banner di pagamento", "zh": "付款横幅", From 32b097134d11e699346e33f94d458e0681f0910f Mon Sep 17 00:00:00 2001 From: Yevhenii Buliuk <82589781+bc-yevhenii-buliuk@users.noreply.github.com> Date: Fri, 15 Dec 2023 13:44:59 +0200 Subject: [PATCH 2/3] fix(storefront): BCTHEME-1626 Please Select a file popup forces shopper to re-upload file if the option type is File Upload and is set to required (#2409) --- CHANGELOG.md | 1 + templates/components/cart/modals/configure-product.html | 6 +++--- templates/components/products/options/input-file.html | 9 +++++++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89bdd896fd..60349d53d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Replace Twitter logo with X logo within social sharing and social link components [#2387](https://github.com/bigcommerce/cornerstone/pull/2387) - Added nvm config [#2389](https://github.com/bigcommerce/cornerstone/pull/2389) - Displaying the Hidden cart_order_source Input Field on PDP page [#2392](https://github.com/bigcommerce/cornerstone/pull/2392) +- 'Please Select a file' popup forces shopper to re-upload file if the option type is 'File Upload' and is set to required [#2409](https://github.com/bigcommerce/cornerstone/pull/2409) - Top Global Region Image Widget overlaps the mobile menu [#2402](https://github.com/bigcommerce/cornerstone/pull/2402) - Changed default PayPal checkout button color [#2405](https://github.com/bigcommerce/cornerstone/pull/2405) - Changed default PayPal checkout button size [#2406](https://github.com/bigcommerce/cornerstone/pull/2406) diff --git a/templates/components/cart/modals/configure-product.html b/templates/components/cart/modals/configure-product.html index 6a416a89e4..c829970523 100644 --- a/templates/components/cart/modals/configure-product.html +++ b/templates/components/cart/modals/configure-product.html @@ -1,7 +1,7 @@ From 88d37a9cb8d91f0f9dd12861186393fe0fd7f0fa Mon Sep 17 00:00:00 2001 From: Daniel Philip Johnson Date: Fri, 15 Dec 2023 15:28:10 +0000 Subject: [PATCH 3/3] chore: correct typo in default it appears deafault (#2410) * chore: correct typo in default it appears deafault Change banner--deafault-backgroundColor to banner--default-backgroundColor Changed inside config and alert.scss where it is being used * chore: update draft changelog --- CHANGELOG.md | 2 ++ assets/scss/components/foundation/alerts/_alerts.scss | 2 +- config.json | 6 +++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60349d53d7..ca2ebbc535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed default PayPal checkout button color [#2405](https://github.com/bigcommerce/cornerstone/pull/2405) - Changed default PayPal checkout button size [#2406](https://github.com/bigcommerce/cornerstone/pull/2406) - Change case of Page builder menu item text [#2407](https://github.com/bigcommerce/cornerstone/pull/2407) +- Corrected typo with the word default previously deafault in config.json [#2410](https://github.com/bigcommerce/cornerstone/pull/2410) + ## 6.12.0 (07-06-2023) - sync package lock file [#2373](https://github.com/bigcommerce/cornerstone/pull/2373) diff --git a/assets/scss/components/foundation/alerts/_alerts.scss b/assets/scss/components/foundation/alerts/_alerts.scss index 4278b420f2..c598d452bf 100644 --- a/assets/scss/components/foundation/alerts/_alerts.scss +++ b/assets/scss/components/foundation/alerts/_alerts.scss @@ -14,7 +14,7 @@ } .alertBox--info { - background-color: stencilColor("banner--deafault-backgroundColor"); + background-color: stencilColor("banner--default-backgroundColor"); color: stencilColor("alert-color-alt"); .alertBox-close { diff --git a/config.json b/config.json index f757a5d4bc..52b1a12f8d 100644 --- a/config.json +++ b/config.json @@ -149,7 +149,7 @@ "color-greyLight": "#999999", "color-greyLighter": "#cccccc", "color-greyLightest": "#e5e5e5", - "banner--deafault-backgroundColor": "#707070", + "banner--default-backgroundColor": "#707070", "button--default-color": "#666666", "button--default-colorHover": "#333333", "button--default-colorActive": "#000000", @@ -474,7 +474,7 @@ "color-greyLight": "#757575", "color-greyLighter": "#666666", "color-greyLightest": "#444444", - "banner--deafault-backgroundColor": "#b7b4b4", + "banner--default-backgroundColor": "#b7b4b4", "button--default-color": "#cccccc", "button--default-colorHover": "#ffffff", "button--default-colorActive": "#ffffff", @@ -684,7 +684,7 @@ "color-greyLight": "#a5a5a5", "color-greyLighter": "#dfdfdf", "color-greyLightest": "#e8e8e8", - "banner--deafault-backgroundColor": "#7D644A", + "banner--default-backgroundColor": "#7D644A", "button--default-color": "#74685c", "button--default-colorHover": "#4f3f2f", "button--default-colorActive": "#917052",