@festo-ui/web-essentials 7.3.0-dev.477 → 7.3.0-dev.479
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/dist/css/festo-web-essentials.css +43 -43
- package/dist/css/festo-web-essentials.css.map +1 -1
- package/dist/css/festo-web-essentials.min.css +11 -11
- package/dist/css/festo-web-essentials.min.css.map +1 -1
- package/dist/css/themes/flatpickr/festo.css +1 -1
- package/dist/css/themes/flatpickr/festo.min.css +1 -1
- package/dist/scss/_checkbox.scss +1 -1
- package/dist/scss/_radio.scss +2 -2
- package/dist/scss/_select.scss +2 -2
- package/dist/scss/_text-input.scss +1 -1
- package/dist/scss/festo-web-essentials.scss +1 -1
- package/dist/scss/themes/flatpickr/festo.scss +1 -1
- package/package.json +1 -1
- package/scss/_checkbox.scss +1 -1
- package/scss/_radio.scss +2 -2
- package/scss/_select.scss +2 -2
- package/scss/_text-input.scss +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Festo UI - Web Essentials v7.3.0-dev.
|
|
2
|
+
* Festo UI - Web Essentials v7.3.0-dev.479 (https://storybook.festo.design/)
|
|
3
3
|
* Copyright 2022 Festo SE & Co. KG
|
|
4
4
|
* Licensed under Apache-2.0
|
|
5
5
|
*/
|
|
@@ -2992,7 +2992,7 @@ template {
|
|
|
2992
2992
|
}
|
|
2993
2993
|
|
|
2994
2994
|
/*!
|
|
2995
|
-
* Festo UI - Web Essentials v7.3.0-dev.
|
|
2995
|
+
* Festo UI - Web Essentials v7.3.0-dev.479 (https://storybook.festo.design/)
|
|
2996
2996
|
* Copyright 2022 Festo SE & Co. KG
|
|
2997
2997
|
* Licensed under Apache-2.0
|
|
2998
2998
|
*/
|
|
@@ -14449,7 +14449,7 @@ header.fwe-fixed-header {
|
|
|
14449
14449
|
}
|
|
14450
14450
|
|
|
14451
14451
|
/*!
|
|
14452
|
-
* Festo UI - Web Essentials v7.3.0-dev.
|
|
14452
|
+
* Festo UI - Web Essentials v7.3.0-dev.479 (https://storybook.festo.design/)
|
|
14453
14453
|
* Copyright 2022 Festo SE & Co. KG
|
|
14454
14454
|
* Licensed under Apache-2.0
|
|
14455
14455
|
*/
|
|
@@ -14768,37 +14768,37 @@ label.fwe-input-text textarea:focus {
|
|
|
14768
14768
|
border-color: var(--fwe-hero);
|
|
14769
14769
|
color: var(--fwe-text) !important;
|
|
14770
14770
|
}
|
|
14771
|
-
label.fwe-input-text input[type=text]:invalid,
|
|
14772
|
-
label.fwe-input-text input[type=password]:invalid,
|
|
14773
|
-
label.fwe-input-text input[type=number]:invalid,
|
|
14774
|
-
label.fwe-input-text input[type=date]:invalid,
|
|
14775
|
-
label.fwe-input-text input[type=time]:invalid,
|
|
14776
|
-
label.fwe-input-text input[type=datetime-local]:invalid,
|
|
14777
|
-
label.fwe-input-text textarea:invalid {
|
|
14771
|
+
label.fwe-input-text input[type=text]:user-invalid,
|
|
14772
|
+
label.fwe-input-text input[type=password]:user-invalid,
|
|
14773
|
+
label.fwe-input-text input[type=number]:user-invalid,
|
|
14774
|
+
label.fwe-input-text input[type=date]:user-invalid,
|
|
14775
|
+
label.fwe-input-text input[type=time]:user-invalid,
|
|
14776
|
+
label.fwe-input-text input[type=datetime-local]:user-invalid,
|
|
14777
|
+
label.fwe-input-text textarea:user-invalid {
|
|
14778
14778
|
border-color: var(--fwe-red);
|
|
14779
14779
|
}
|
|
14780
|
-
label.fwe-input-text input[type=text]:invalid ~ .fwe-input-text-info, label.fwe-input-text input[type=text]:invalid ~ .fwe-input-text-invalid,
|
|
14781
|
-
label.fwe-input-text input[type=password]:invalid ~ .fwe-input-text-info,
|
|
14782
|
-
label.fwe-input-text input[type=password]:invalid ~ .fwe-input-text-invalid,
|
|
14783
|
-
label.fwe-input-text input[type=number]:invalid ~ .fwe-input-text-info,
|
|
14784
|
-
label.fwe-input-text input[type=number]:invalid ~ .fwe-input-text-invalid,
|
|
14785
|
-
label.fwe-input-text input[type=date]:invalid ~ .fwe-input-text-info,
|
|
14786
|
-
label.fwe-input-text input[type=date]:invalid ~ .fwe-input-text-invalid,
|
|
14787
|
-
label.fwe-input-text input[type=time]:invalid ~ .fwe-input-text-info,
|
|
14788
|
-
label.fwe-input-text input[type=time]:invalid ~ .fwe-input-text-invalid,
|
|
14789
|
-
label.fwe-input-text input[type=datetime-local]:invalid ~ .fwe-input-text-info,
|
|
14790
|
-
label.fwe-input-text input[type=datetime-local]:invalid ~ .fwe-input-text-invalid,
|
|
14791
|
-
label.fwe-input-text textarea:invalid ~ .fwe-input-text-info,
|
|
14792
|
-
label.fwe-input-text textarea:invalid ~ .fwe-input-text-invalid {
|
|
14780
|
+
label.fwe-input-text input[type=text]:user-invalid ~ .fwe-input-text-info, label.fwe-input-text input[type=text]:user-invalid ~ .fwe-input-text-invalid,
|
|
14781
|
+
label.fwe-input-text input[type=password]:user-invalid ~ .fwe-input-text-info,
|
|
14782
|
+
label.fwe-input-text input[type=password]:user-invalid ~ .fwe-input-text-invalid,
|
|
14783
|
+
label.fwe-input-text input[type=number]:user-invalid ~ .fwe-input-text-info,
|
|
14784
|
+
label.fwe-input-text input[type=number]:user-invalid ~ .fwe-input-text-invalid,
|
|
14785
|
+
label.fwe-input-text input[type=date]:user-invalid ~ .fwe-input-text-info,
|
|
14786
|
+
label.fwe-input-text input[type=date]:user-invalid ~ .fwe-input-text-invalid,
|
|
14787
|
+
label.fwe-input-text input[type=time]:user-invalid ~ .fwe-input-text-info,
|
|
14788
|
+
label.fwe-input-text input[type=time]:user-invalid ~ .fwe-input-text-invalid,
|
|
14789
|
+
label.fwe-input-text input[type=datetime-local]:user-invalid ~ .fwe-input-text-info,
|
|
14790
|
+
label.fwe-input-text input[type=datetime-local]:user-invalid ~ .fwe-input-text-invalid,
|
|
14791
|
+
label.fwe-input-text textarea:user-invalid ~ .fwe-input-text-info,
|
|
14792
|
+
label.fwe-input-text textarea:user-invalid ~ .fwe-input-text-invalid {
|
|
14793
14793
|
display: none;
|
|
14794
14794
|
}
|
|
14795
|
-
label.fwe-input-text input[type=text]:invalid ~ .fwe-input-text-invalid,
|
|
14796
|
-
label.fwe-input-text input[type=password]:invalid ~ .fwe-input-text-invalid,
|
|
14797
|
-
label.fwe-input-text input[type=number]:invalid ~ .fwe-input-text-invalid,
|
|
14798
|
-
label.fwe-input-text input[type=date]:invalid ~ .fwe-input-text-invalid,
|
|
14799
|
-
label.fwe-input-text input[type=time]:invalid ~ .fwe-input-text-invalid,
|
|
14800
|
-
label.fwe-input-text input[type=datetime-local]:invalid ~ .fwe-input-text-invalid,
|
|
14801
|
-
label.fwe-input-text textarea:invalid ~ .fwe-input-text-invalid {
|
|
14795
|
+
label.fwe-input-text input[type=text]:user-invalid ~ .fwe-input-text-invalid,
|
|
14796
|
+
label.fwe-input-text input[type=password]:user-invalid ~ .fwe-input-text-invalid,
|
|
14797
|
+
label.fwe-input-text input[type=number]:user-invalid ~ .fwe-input-text-invalid,
|
|
14798
|
+
label.fwe-input-text input[type=date]:user-invalid ~ .fwe-input-text-invalid,
|
|
14799
|
+
label.fwe-input-text input[type=time]:user-invalid ~ .fwe-input-text-invalid,
|
|
14800
|
+
label.fwe-input-text input[type=datetime-local]:user-invalid ~ .fwe-input-text-invalid,
|
|
14801
|
+
label.fwe-input-text textarea:user-invalid ~ .fwe-input-text-invalid {
|
|
14802
14802
|
display: block;
|
|
14803
14803
|
}
|
|
14804
14804
|
label.fwe-input-text input[type=text]:disabled,
|
|
@@ -15169,7 +15169,7 @@ label.fwe-radio input[type=radio] {
|
|
|
15169
15169
|
label.fwe-radio input[type=radio]:hover:not(:disabled) ~ .fwe-radio-checkmark::before {
|
|
15170
15170
|
background-color: var(--fwe-control);
|
|
15171
15171
|
}
|
|
15172
|
-
label.fwe-radio input[type=radio]:hover:invalid ~ .fwe-radio-checkmark::before {
|
|
15172
|
+
label.fwe-radio input[type=radio]:hover:user-invalid ~ .fwe-radio-checkmark::before {
|
|
15173
15173
|
background-color: var(--fwe-white);
|
|
15174
15174
|
}
|
|
15175
15175
|
label.fwe-radio input[type=radio]:hover:checked:not(:disabled) ~ .fwe-radio-checkmark::after {
|
|
@@ -15205,7 +15205,7 @@ label.fwe-radio input[type=radio]:disabled ~ .fwe-radio-label-content {
|
|
|
15205
15205
|
color: var(--fwe-text-disabled);
|
|
15206
15206
|
cursor: not-allowed;
|
|
15207
15207
|
}
|
|
15208
|
-
label.fwe-radio input[type=radio]:invalid ~ .fwe-radio-checkmark::before {
|
|
15208
|
+
label.fwe-radio input[type=radio]:user-invalid ~ .fwe-radio-checkmark::before {
|
|
15209
15209
|
border-color: var(--fwe-red);
|
|
15210
15210
|
}
|
|
15211
15211
|
|
|
@@ -15322,7 +15322,7 @@ label.fwe-checkbox input[type=checkbox]:disabled ~ .fwe-checkbox-label-content {
|
|
|
15322
15322
|
color: var(--fwe-text-disabled);
|
|
15323
15323
|
cursor: not-allowed;
|
|
15324
15324
|
}
|
|
15325
|
-
label.fwe-checkbox input[type=checkbox]:invalid ~ .fwe-checkbox-checkmark {
|
|
15325
|
+
label.fwe-checkbox input[type=checkbox]:user-invalid ~ .fwe-checkbox-checkmark {
|
|
15326
15326
|
border-color: var(--fwe-red);
|
|
15327
15327
|
}
|
|
15328
15328
|
|
|
@@ -15576,7 +15576,7 @@ a.fwe-btn.fwe-disabled {
|
|
|
15576
15576
|
}
|
|
15577
15577
|
|
|
15578
15578
|
/*!
|
|
15579
|
-
* Festo UI - Web Essentials v7.3.0-dev.
|
|
15579
|
+
* Festo UI - Web Essentials v7.3.0-dev.479 (https://storybook.festo.design/)
|
|
15580
15580
|
* Copyright 2022 Festo SE & Co. KG
|
|
15581
15581
|
* Licensed under Apache-2.0
|
|
15582
15582
|
*/
|
|
@@ -15939,7 +15939,7 @@ input[type=range].fwe-slider-input:disabled::-ms-thumb {
|
|
|
15939
15939
|
.fwe-select-wrapper .fwe-select:hover:not(:disabled) option {
|
|
15940
15940
|
color: var(--fwe-text);
|
|
15941
15941
|
}
|
|
15942
|
-
.fwe-select-wrapper .fwe-select:hover:invalid {
|
|
15942
|
+
.fwe-select-wrapper .fwe-select:hover:user-invalid {
|
|
15943
15943
|
border-color: var(--fwe-red);
|
|
15944
15944
|
}
|
|
15945
15945
|
.fwe-select-wrapper .fwe-select:disabled {
|
|
@@ -15952,14 +15952,14 @@ input[type=range].fwe-slider-input:disabled::-ms-thumb {
|
|
|
15952
15952
|
.fwe-select-wrapper .fwe-select::-ms-expand {
|
|
15953
15953
|
display: none;
|
|
15954
15954
|
}
|
|
15955
|
-
.fwe-select-wrapper .fwe-select:invalid {
|
|
15955
|
+
.fwe-select-wrapper .fwe-select:user-invalid {
|
|
15956
15956
|
box-shadow: none;
|
|
15957
15957
|
border-color: var(--fwe-red);
|
|
15958
15958
|
}
|
|
15959
|
-
.fwe-select-wrapper .fwe-select:invalid ~ .fwe-select-invalid {
|
|
15959
|
+
.fwe-select-wrapper .fwe-select:user-invalid ~ .fwe-select-invalid {
|
|
15960
15960
|
display: block;
|
|
15961
15961
|
}
|
|
15962
|
-
.fwe-select-wrapper .fwe-select:invalid ~ .fwe-select-description {
|
|
15962
|
+
.fwe-select-wrapper .fwe-select:user-invalid ~ .fwe-select-description {
|
|
15963
15963
|
display: none;
|
|
15964
15964
|
}
|
|
15965
15965
|
.fwe-select-wrapper .fwe-select-invalid {
|
|
@@ -16465,7 +16465,7 @@ fieldset.fwe-progress-container label {
|
|
|
16465
16465
|
}
|
|
16466
16466
|
|
|
16467
16467
|
/*!
|
|
16468
|
-
* Festo UI - Web Essentials v7.3.0-dev.
|
|
16468
|
+
* Festo UI - Web Essentials v7.3.0-dev.479 (https://storybook.festo.design/)
|
|
16469
16469
|
* Copyright 2022 Festo SE & Co. KG
|
|
16470
16470
|
* Licensed under Apache-2.0
|
|
16471
16471
|
*/
|
|
@@ -16688,7 +16688,7 @@ fieldset.fwe-progress-container label {
|
|
|
16688
16688
|
}
|
|
16689
16689
|
}
|
|
16690
16690
|
/*!
|
|
16691
|
-
* Festo UI - Web Essentials v7.3.0-dev.
|
|
16691
|
+
* Festo UI - Web Essentials v7.3.0-dev.479 (https://storybook.festo.design/)
|
|
16692
16692
|
* Copyright 2022 Festo SE & Co. KG
|
|
16693
16693
|
* Licensed under Apache-2.0
|
|
16694
16694
|
*/
|
|
@@ -17400,7 +17400,7 @@ fieldset.fwe-progress-container label {
|
|
|
17400
17400
|
}
|
|
17401
17401
|
|
|
17402
17402
|
/*!
|
|
17403
|
-
* Festo UI - Web Essentials v7.3.0-dev.
|
|
17403
|
+
* Festo UI - Web Essentials v7.3.0-dev.479 (https://storybook.festo.design/)
|
|
17404
17404
|
* Copyright 2022 Festo SE & Co. KG
|
|
17405
17405
|
* Licensed under Apache-2.0
|
|
17406
17406
|
*/
|
|
@@ -17900,7 +17900,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
17900
17900
|
}
|
|
17901
17901
|
}
|
|
17902
17902
|
/*!
|
|
17903
|
-
* Festo UI - Web Essentials v7.3.0-dev.
|
|
17903
|
+
* Festo UI - Web Essentials v7.3.0-dev.479 (https://storybook.festo.design/)
|
|
17904
17904
|
* Copyright 2022 Festo SE & Co. KG
|
|
17905
17905
|
* Licensed under Apache-2.0
|
|
17906
17906
|
*/
|
|
@@ -18150,7 +18150,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
18150
18150
|
}
|
|
18151
18151
|
|
|
18152
18152
|
/*!
|
|
18153
|
-
* Festo UI - Web Essentials v7.3.0-dev.
|
|
18153
|
+
* Festo UI - Web Essentials v7.3.0-dev.479 (https://storybook.festo.design/)
|
|
18154
18154
|
* Copyright 2022 Festo SE & Co. KG
|
|
18155
18155
|
* Licensed under Apache-2.0
|
|
18156
18156
|
*/
|