From 2a785c2420aee4f5271ef608a3fd52da87fa2c95 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Tue, 20 Feb 2024 09:53:51 +0300 Subject: [PATCH] Fixed #5311 - InputSwitch: Aura invalid state updates --- public/themes/aura-dark-amber/theme.css | 6 ++++++ public/themes/aura-dark-blue/theme.css | 6 ++++++ public/themes/aura-dark-cyan/theme.css | 6 ++++++ public/themes/aura-dark-green/theme.css | 6 ++++++ public/themes/aura-dark-indigo/theme.css | 6 ++++++ public/themes/aura-dark-lime/theme.css | 6 ++++++ public/themes/aura-dark-noir/theme.css | 6 ++++++ public/themes/aura-dark-pink/theme.css | 6 ++++++ public/themes/aura-dark-purple/theme.css | 6 ++++++ public/themes/aura-dark-teal/theme.css | 6 ++++++ public/themes/aura-light-amber/theme.css | 6 ++++++ public/themes/aura-light-blue/theme.css | 6 ++++++ public/themes/aura-light-cyan/theme.css | 6 ++++++ public/themes/aura-light-green/theme.css | 6 ++++++ public/themes/aura-light-indigo/theme.css | 6 ++++++ public/themes/aura-light-lime/theme.css | 6 ++++++ public/themes/aura-light-noir/theme.css | 6 ++++++ public/themes/aura-light-pink/theme.css | 6 ++++++ public/themes/aura-light-purple/theme.css | 6 ++++++ public/themes/aura-light-teal/theme.css | 6 ++++++ 20 files changed, 120 insertions(+) diff --git a/public/themes/aura-dark-amber/theme.css b/public/themes/aura-dark-amber/theme.css index ab341638b..8cf644ac1 100644 --- a/public/themes/aura-dark-amber/theme.css +++ b/public/themes/aura-dark-amber/theme.css @@ -11292,6 +11292,12 @@ left: 1.25rem; transform: none; } + .p-inputswitch.p-invalid > .p-inputswitch-slider { + background: #fca5a5; + } + .p-inputswitch.p-invalid > .p-inputswitch-slider:before { + background: #18181b; + } .p-inputtext { box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05); diff --git a/public/themes/aura-dark-blue/theme.css b/public/themes/aura-dark-blue/theme.css index 56ee81de2..4efb18f52 100644 --- a/public/themes/aura-dark-blue/theme.css +++ b/public/themes/aura-dark-blue/theme.css @@ -11292,6 +11292,12 @@ left: 1.25rem; transform: none; } + .p-inputswitch.p-invalid > .p-inputswitch-slider { + background: #fca5a5; + } + .p-inputswitch.p-invalid > .p-inputswitch-slider:before { + background: #18181b; + } .p-inputtext { box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05); diff --git a/public/themes/aura-dark-cyan/theme.css b/public/themes/aura-dark-cyan/theme.css index d0285c7c5..86532beda 100644 --- a/public/themes/aura-dark-cyan/theme.css +++ b/public/themes/aura-dark-cyan/theme.css @@ -11292,6 +11292,12 @@ left: 1.25rem; transform: none; } + .p-inputswitch.p-invalid > .p-inputswitch-slider { + background: #fca5a5; + } + .p-inputswitch.p-invalid > .p-inputswitch-slider:before { + background: #18181b; + } .p-inputtext { box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05); diff --git a/public/themes/aura-dark-green/theme.css b/public/themes/aura-dark-green/theme.css index 64b323e35..52e6faad1 100644 --- a/public/themes/aura-dark-green/theme.css +++ b/public/themes/aura-dark-green/theme.css @@ -11292,6 +11292,12 @@ left: 1.25rem; transform: none; } + .p-inputswitch.p-invalid > .p-inputswitch-slider { + background: #fca5a5; + } + .p-inputswitch.p-invalid > .p-inputswitch-slider:before { + background: #18181b; + } .p-inputtext { box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05); diff --git a/public/themes/aura-dark-indigo/theme.css b/public/themes/aura-dark-indigo/theme.css index c7c0f0d58..d6da905ae 100644 --- a/public/themes/aura-dark-indigo/theme.css +++ b/public/themes/aura-dark-indigo/theme.css @@ -11292,6 +11292,12 @@ left: 1.25rem; transform: none; } + .p-inputswitch.p-invalid > .p-inputswitch-slider { + background: #fca5a5; + } + .p-inputswitch.p-invalid > .p-inputswitch-slider:before { + background: #18181b; + } .p-inputtext { box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05); diff --git a/public/themes/aura-dark-lime/theme.css b/public/themes/aura-dark-lime/theme.css index fb2ae1ff1..fd5acc100 100644 --- a/public/themes/aura-dark-lime/theme.css +++ b/public/themes/aura-dark-lime/theme.css @@ -11292,6 +11292,12 @@ left: 1.25rem; transform: none; } + .p-inputswitch.p-invalid > .p-inputswitch-slider { + background: #fca5a5; + } + .p-inputswitch.p-invalid > .p-inputswitch-slider:before { + background: #18181b; + } .p-inputtext { box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05); diff --git a/public/themes/aura-dark-noir/theme.css b/public/themes/aura-dark-noir/theme.css index 6f256b83a..9a59198b3 100644 --- a/public/themes/aura-dark-noir/theme.css +++ b/public/themes/aura-dark-noir/theme.css @@ -11292,6 +11292,12 @@ left: 1.25rem; transform: none; } + .p-inputswitch.p-invalid > .p-inputswitch-slider { + background: #fca5a5; + } + .p-inputswitch.p-invalid > .p-inputswitch-slider:before { + background: #18181b; + } .p-inputtext { box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05); diff --git a/public/themes/aura-dark-pink/theme.css b/public/themes/aura-dark-pink/theme.css index ae61ade53..c6cd72169 100644 --- a/public/themes/aura-dark-pink/theme.css +++ b/public/themes/aura-dark-pink/theme.css @@ -11292,6 +11292,12 @@ left: 1.25rem; transform: none; } + .p-inputswitch.p-invalid > .p-inputswitch-slider { + background: #fca5a5; + } + .p-inputswitch.p-invalid > .p-inputswitch-slider:before { + background: #18181b; + } .p-inputtext { box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05); diff --git a/public/themes/aura-dark-purple/theme.css b/public/themes/aura-dark-purple/theme.css index 4128071a0..452b3e382 100644 --- a/public/themes/aura-dark-purple/theme.css +++ b/public/themes/aura-dark-purple/theme.css @@ -11292,6 +11292,12 @@ left: 1.25rem; transform: none; } + .p-inputswitch.p-invalid > .p-inputswitch-slider { + background: #fca5a5; + } + .p-inputswitch.p-invalid > .p-inputswitch-slider:before { + background: #18181b; + } .p-inputtext { box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05); diff --git a/public/themes/aura-dark-teal/theme.css b/public/themes/aura-dark-teal/theme.css index f4cc47ec3..42f26b0a9 100644 --- a/public/themes/aura-dark-teal/theme.css +++ b/public/themes/aura-dark-teal/theme.css @@ -11292,6 +11292,12 @@ left: 1.25rem; transform: none; } + .p-inputswitch.p-invalid > .p-inputswitch-slider { + background: #fca5a5; + } + .p-inputswitch.p-invalid > .p-inputswitch-slider:before { + background: #18181b; + } .p-inputtext { box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05); diff --git a/public/themes/aura-light-amber/theme.css b/public/themes/aura-light-amber/theme.css index 98fac38f9..e78a79226 100644 --- a/public/themes/aura-light-amber/theme.css +++ b/public/themes/aura-light-amber/theme.css @@ -11293,6 +11293,12 @@ left: 1.25rem; transform: none; } + .p-inputswitch.p-invalid > .p-inputswitch-slider { + background: #f87171; + } + .p-inputswitch.p-invalid > .p-inputswitch-slider:before { + background: #ffffff; + } .p-inputtext { box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05); diff --git a/public/themes/aura-light-blue/theme.css b/public/themes/aura-light-blue/theme.css index f6a61de35..f4a5c07b3 100644 --- a/public/themes/aura-light-blue/theme.css +++ b/public/themes/aura-light-blue/theme.css @@ -11293,6 +11293,12 @@ left: 1.25rem; transform: none; } + .p-inputswitch.p-invalid > .p-inputswitch-slider { + background: #f87171; + } + .p-inputswitch.p-invalid > .p-inputswitch-slider:before { + background: #ffffff; + } .p-inputtext { box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05); diff --git a/public/themes/aura-light-cyan/theme.css b/public/themes/aura-light-cyan/theme.css index 4044bb260..ee4e978ef 100644 --- a/public/themes/aura-light-cyan/theme.css +++ b/public/themes/aura-light-cyan/theme.css @@ -11293,6 +11293,12 @@ left: 1.25rem; transform: none; } + .p-inputswitch.p-invalid > .p-inputswitch-slider { + background: #f87171; + } + .p-inputswitch.p-invalid > .p-inputswitch-slider:before { + background: #ffffff; + } .p-inputtext { box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05); diff --git a/public/themes/aura-light-green/theme.css b/public/themes/aura-light-green/theme.css index c5b582b39..aa07961a1 100644 --- a/public/themes/aura-light-green/theme.css +++ b/public/themes/aura-light-green/theme.css @@ -11293,6 +11293,12 @@ left: 1.25rem; transform: none; } + .p-inputswitch.p-invalid > .p-inputswitch-slider { + background: #f87171; + } + .p-inputswitch.p-invalid > .p-inputswitch-slider:before { + background: #ffffff; + } .p-inputtext { box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05); diff --git a/public/themes/aura-light-indigo/theme.css b/public/themes/aura-light-indigo/theme.css index d31a6b733..149e8ddb0 100644 --- a/public/themes/aura-light-indigo/theme.css +++ b/public/themes/aura-light-indigo/theme.css @@ -11293,6 +11293,12 @@ left: 1.25rem; transform: none; } + .p-inputswitch.p-invalid > .p-inputswitch-slider { + background: #f87171; + } + .p-inputswitch.p-invalid > .p-inputswitch-slider:before { + background: #ffffff; + } .p-inputtext { box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05); diff --git a/public/themes/aura-light-lime/theme.css b/public/themes/aura-light-lime/theme.css index fc6d32518..677d4a054 100644 --- a/public/themes/aura-light-lime/theme.css +++ b/public/themes/aura-light-lime/theme.css @@ -11293,6 +11293,12 @@ left: 1.25rem; transform: none; } + .p-inputswitch.p-invalid > .p-inputswitch-slider { + background: #f87171; + } + .p-inputswitch.p-invalid > .p-inputswitch-slider:before { + background: #ffffff; + } .p-inputtext { box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05); diff --git a/public/themes/aura-light-noir/theme.css b/public/themes/aura-light-noir/theme.css index c3c161669..4e5d047d5 100644 --- a/public/themes/aura-light-noir/theme.css +++ b/public/themes/aura-light-noir/theme.css @@ -11301,6 +11301,12 @@ left: 1.25rem; transform: none; } + .p-inputswitch.p-invalid > .p-inputswitch-slider { + background: #f87171; + } + .p-inputswitch.p-invalid > .p-inputswitch-slider:before { + background: #ffffff; + } .p-inputtext { box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05); diff --git a/public/themes/aura-light-pink/theme.css b/public/themes/aura-light-pink/theme.css index 54a1abb91..5575832bd 100644 --- a/public/themes/aura-light-pink/theme.css +++ b/public/themes/aura-light-pink/theme.css @@ -11293,6 +11293,12 @@ left: 1.25rem; transform: none; } + .p-inputswitch.p-invalid > .p-inputswitch-slider { + background: #f87171; + } + .p-inputswitch.p-invalid > .p-inputswitch-slider:before { + background: #ffffff; + } .p-inputtext { box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05); diff --git a/public/themes/aura-light-purple/theme.css b/public/themes/aura-light-purple/theme.css index 52287861f..7d2abf327 100644 --- a/public/themes/aura-light-purple/theme.css +++ b/public/themes/aura-light-purple/theme.css @@ -11293,6 +11293,12 @@ left: 1.25rem; transform: none; } + .p-inputswitch.p-invalid > .p-inputswitch-slider { + background: #f87171; + } + .p-inputswitch.p-invalid > .p-inputswitch-slider:before { + background: #ffffff; + } .p-inputtext { box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05); diff --git a/public/themes/aura-light-teal/theme.css b/public/themes/aura-light-teal/theme.css index acfcfd9dd..961e1ab3c 100644 --- a/public/themes/aura-light-teal/theme.css +++ b/public/themes/aura-light-teal/theme.css @@ -11293,6 +11293,12 @@ left: 1.25rem; transform: none; } + .p-inputswitch.p-invalid > .p-inputswitch-slider { + background: #f87171; + } + .p-inputswitch.p-invalid > .p-inputswitch-slider:before { + background: #ffffff; + } .p-inputtext { box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05);