From b8c858a33cfe665ddfe177df4dbd63d12f6777a6 Mon Sep 17 00:00:00 2001 From: mgurgel Date: Thu, 5 Sep 2024 14:36:26 +0000 Subject: [PATCH] Release build 6.14.1 [ci release] --- .../dist/pages/release-notes/js/index.css | 17 ++++++++++------- .../dist/pages/special-error/index.html | 17 ++++++++++------- .../dist/pages/special-error/js/index.css | 17 ++++++++++------- .../pages/release-notes/js/index.css | 17 ++++++++++------- .../pages/special-error/js/index.css | 17 ++++++++++------- .../shared/components/Button/Button.module.css | 14 +++++++------- 6 files changed, 57 insertions(+), 42 deletions(-) diff --git a/Sources/ContentScopeScripts/dist/pages/release-notes/js/index.css b/Sources/ContentScopeScripts/dist/pages/release-notes/js/index.css index 611bb06aa..e1c0435eb 100644 --- a/Sources/ContentScopeScripts/dist/pages/release-notes/js/index.css +++ b/Sources/ContentScopeScripts/dist/pages/release-notes/js/index.css @@ -183,26 +183,29 @@ a { color: var(--button-text--disabled, var(--button-text)); } } -[data-platform-name=""] { - .Button_button { +body:not([data-platform-name]) { + & .Button_button { background-blend-mode: normal, color-burn, normal; - background: linear-gradient(180deg, var(rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%)), #007aff; + background: + linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%), + linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%), + #007aff; border-radius: var(--sp-2); - border: 1px solid rgba(40, var(145, 255, 0.05)); - box-shadow: 0 0 1px 0 rgba(40, var(145, 255, 0.05), 0 1px 1px 0 rgba(40, 145, 255, 0.1)); + border: 1px solid rgba(40, 145, 255, 0.05); + box-shadow: 0 0 1px 0 rgba(40, 145, 255, 0.05), 0 1px 1px 0 rgba(40, 145, 255, 0.1); color: white; font-size: calc(13 * var(--px-in-rem)); font-weight: 600; line-height: var(--sp-8); padding: 0 var(--sp-4); &:hover { - background: linear-gradient(0deg, var(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 100%)), #2749db; + background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 100%), #2749db; } &:active { - background: linear-gradient(0deg, var(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 100%)), #1743d1; + background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 100%), #1743d1; } } } diff --git a/Sources/ContentScopeScripts/dist/pages/special-error/index.html b/Sources/ContentScopeScripts/dist/pages/special-error/index.html index 1383cecef..19d2017fa 100644 --- a/Sources/ContentScopeScripts/dist/pages/special-error/index.html +++ b/Sources/ContentScopeScripts/dist/pages/special-error/index.html @@ -185,26 +185,29 @@ color: var(--button-text--disabled, var(--button-text)); } } -[data-platform-name=""] { - .Button_button { +body:not([data-platform-name]) { + & .Button_button { background-blend-mode: normal, color-burn, normal; - background: linear-gradient(180deg, var(rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%)), #007aff; + background: + linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%), + linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%), + #007aff; border-radius: var(--sp-2); - border: 1px solid rgba(40, var(145, 255, 0.05)); - box-shadow: 0 0 1px 0 rgba(40, var(145, 255, 0.05), 0 1px 1px 0 rgba(40, 145, 255, 0.1)); + border: 1px solid rgba(40, 145, 255, 0.05); + box-shadow: 0 0 1px 0 rgba(40, 145, 255, 0.05), 0 1px 1px 0 rgba(40, 145, 255, 0.1); color: white; font-size: calc(13 * var(--px-in-rem)); font-weight: 600; line-height: var(--sp-8); padding: 0 var(--sp-4); &:hover { - background: linear-gradient(0deg, var(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 100%)), #2749db; + background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 100%), #2749db; } &:active { - background: linear-gradient(0deg, var(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 100%)), #1743d1; + background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 100%), #1743d1; } } } diff --git a/Sources/ContentScopeScripts/dist/pages/special-error/js/index.css b/Sources/ContentScopeScripts/dist/pages/special-error/js/index.css index 6beef30ab..00d47ca0b 100644 --- a/Sources/ContentScopeScripts/dist/pages/special-error/js/index.css +++ b/Sources/ContentScopeScripts/dist/pages/special-error/js/index.css @@ -161,26 +161,29 @@ a { color: var(--button-text--disabled, var(--button-text)); } } -[data-platform-name=""] { - .Button_button { +body:not([data-platform-name]) { + & .Button_button { background-blend-mode: normal, color-burn, normal; - background: linear-gradient(180deg, var(rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%)), #007aff; + background: + linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%), + linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%), + #007aff; border-radius: var(--sp-2); - border: 1px solid rgba(40, var(145, 255, 0.05)); - box-shadow: 0 0 1px 0 rgba(40, var(145, 255, 0.05), 0 1px 1px 0 rgba(40, 145, 255, 0.1)); + border: 1px solid rgba(40, 145, 255, 0.05); + box-shadow: 0 0 1px 0 rgba(40, 145, 255, 0.05), 0 1px 1px 0 rgba(40, 145, 255, 0.1); color: white; font-size: calc(13 * var(--px-in-rem)); font-weight: 600; line-height: var(--sp-8); padding: 0 var(--sp-4); &:hover { - background: linear-gradient(0deg, var(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 100%)), #2749db; + background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 100%), #2749db; } &:active { - background: linear-gradient(0deg, var(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 100%)), #1743d1; + background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 100%), #1743d1; } } } diff --git a/build/integration/pages/release-notes/js/index.css b/build/integration/pages/release-notes/js/index.css index 611bb06aa..e1c0435eb 100644 --- a/build/integration/pages/release-notes/js/index.css +++ b/build/integration/pages/release-notes/js/index.css @@ -183,26 +183,29 @@ a { color: var(--button-text--disabled, var(--button-text)); } } -[data-platform-name=""] { - .Button_button { +body:not([data-platform-name]) { + & .Button_button { background-blend-mode: normal, color-burn, normal; - background: linear-gradient(180deg, var(rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%)), #007aff; + background: + linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%), + linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%), + #007aff; border-radius: var(--sp-2); - border: 1px solid rgba(40, var(145, 255, 0.05)); - box-shadow: 0 0 1px 0 rgba(40, var(145, 255, 0.05), 0 1px 1px 0 rgba(40, 145, 255, 0.1)); + border: 1px solid rgba(40, 145, 255, 0.05); + box-shadow: 0 0 1px 0 rgba(40, 145, 255, 0.05), 0 1px 1px 0 rgba(40, 145, 255, 0.1); color: white; font-size: calc(13 * var(--px-in-rem)); font-weight: 600; line-height: var(--sp-8); padding: 0 var(--sp-4); &:hover { - background: linear-gradient(0deg, var(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 100%)), #2749db; + background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 100%), #2749db; } &:active { - background: linear-gradient(0deg, var(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 100%)), #1743d1; + background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 100%), #1743d1; } } } diff --git a/build/integration/pages/special-error/js/index.css b/build/integration/pages/special-error/js/index.css index 6beef30ab..00d47ca0b 100644 --- a/build/integration/pages/special-error/js/index.css +++ b/build/integration/pages/special-error/js/index.css @@ -161,26 +161,29 @@ a { color: var(--button-text--disabled, var(--button-text)); } } -[data-platform-name=""] { - .Button_button { +body:not([data-platform-name]) { + & .Button_button { background-blend-mode: normal, color-burn, normal; - background: linear-gradient(180deg, var(rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%)), #007aff; + background: + linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%), + linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%), + #007aff; border-radius: var(--sp-2); - border: 1px solid rgba(40, var(145, 255, 0.05)); - box-shadow: 0 0 1px 0 rgba(40, var(145, 255, 0.05), 0 1px 1px 0 rgba(40, 145, 255, 0.1)); + border: 1px solid rgba(40, 145, 255, 0.05); + box-shadow: 0 0 1px 0 rgba(40, 145, 255, 0.05), 0 1px 1px 0 rgba(40, 145, 255, 0.1); color: white; font-size: calc(13 * var(--px-in-rem)); font-weight: 600; line-height: var(--sp-8); padding: 0 var(--sp-4); &:hover { - background: linear-gradient(0deg, var(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 100%)), #2749db; + background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 100%), #2749db; } &:active { - background: linear-gradient(0deg, var(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 100%)), #1743d1; + background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 100%), #1743d1; } } } diff --git a/packages/special-pages/shared/components/Button/Button.module.css b/packages/special-pages/shared/components/Button/Button.module.css index 4b6d1a49f..f427a716a 100644 --- a/packages/special-pages/shared/components/Button/Button.module.css +++ b/packages/special-pages/shared/components/Button/Button.module.css @@ -67,13 +67,13 @@ } /* Backward-compatible styles for use with Release Notes */ -[data-platform-name=""] { - .button { +body:not([data-platform-name]) { + & .button { background-blend-mode: normal, color-burn, normal; - background: linear-gradient(180deg, var(rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%)), #007aff; + background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%), #007aff; border-radius: var(--sp-2); - border: 1px solid rgba(40, var(145, 255, 0.05)); - box-shadow: 0 0 1px 0 rgba(40, var(145, 255, 0.05), 0 1px 1px 0 rgba(40, 145, 255, 0.1)); + border: 1px solid rgba(40, 145, 255, 0.05); + box-shadow: 0 0 1px 0 rgba(40, 145, 255, 0.05), 0 1px 1px 0 rgba(40, 145, 255, 0.1); color: white; font-size: calc(13 * var(--px-in-rem)); font-weight: 600; @@ -81,11 +81,11 @@ padding: 0 var(--sp-4); &:hover { - background: linear-gradient(0deg, var(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 100%)), #2749db; + background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 100%), #2749db; } &:active { - background: linear-gradient(0deg, var(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 100%)), #1743d1; + background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 100%), #1743d1; } } }