@festo-ui/web-essentials 9.0.1-dev.799 → 9.0.1-dev.802
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 +60 -9
- package/dist/css/festo-web-essentials.css.map +1 -1
- package/dist/css/festo-web-essentials.min.css +10 -10
- package/dist/css/festo-web-essentials.min.css.map +1 -1
- package/dist/css/light/festo-web-essentials-light.css +51 -0
- package/dist/css/light/festo-web-essentials-light.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/_text-input.scss +60 -0
- 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/_text-input.scss +60 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Festo UI - Web Essentials v9.0.1-dev.
|
|
2
|
+
* Festo UI - Web Essentials v9.0.1-dev.802 (https://storybook.festo.design/)
|
|
3
3
|
* Copyright 2022 Festo SE & Co. KG
|
|
4
4
|
* Licensed under Apache-2.0
|
|
5
5
|
*/
|
|
@@ -927,7 +927,7 @@ template {
|
|
|
927
927
|
}
|
|
928
928
|
|
|
929
929
|
/*!
|
|
930
|
-
* Festo UI - Web Essentials v9.0.1-dev.
|
|
930
|
+
* Festo UI - Web Essentials v9.0.1-dev.802 (https://storybook.festo.design/)
|
|
931
931
|
* Copyright 2022 Festo SE & Co. KG
|
|
932
932
|
* Licensed under Apache-2.0
|
|
933
933
|
*/
|
|
@@ -12388,7 +12388,7 @@ header.fwe-fixed-header {
|
|
|
12388
12388
|
}
|
|
12389
12389
|
|
|
12390
12390
|
/*!
|
|
12391
|
-
* Festo UI - Web Essentials v9.0.1-dev.
|
|
12391
|
+
* Festo UI - Web Essentials v9.0.1-dev.802 (https://storybook.festo.design/)
|
|
12392
12392
|
* Copyright 2022 Festo SE & Co. KG
|
|
12393
12393
|
* Licensed under Apache-2.0
|
|
12394
12394
|
*/
|
|
@@ -12931,6 +12931,57 @@ label.fwe-input-text textarea ~ .fwe-input-text-invalid {
|
|
|
12931
12931
|
overflow: hidden;
|
|
12932
12932
|
text-overflow: ellipsis;
|
|
12933
12933
|
}
|
|
12934
|
+
label.fwe-input-text:has(input:user-invalid:not(:disabled)) .fwe-input-text-info, label.fwe-input-text:has(input:user-invalid:not(:disabled)) .fwe-input-text-invalid, label.fwe-input-text.fwe-input-text--invalid .fwe-input-text-info, label.fwe-input-text.fwe-input-text--invalid .fwe-input-text-invalid {
|
|
12935
|
+
display: none;
|
|
12936
|
+
}
|
|
12937
|
+
label.fwe-input-text:has(input:user-invalid:not(:disabled)) .fwe-input-text-invalid, label.fwe-input-text.fwe-input-text--invalid .fwe-input-text-invalid {
|
|
12938
|
+
display: block;
|
|
12939
|
+
}
|
|
12940
|
+
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-valid:not(:disabled)):not(.fwe-input-text-icon) input[type=text],
|
|
12941
|
+
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-valid:not(:disabled)):not(.fwe-input-text-icon) input[type=email],
|
|
12942
|
+
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-valid:not(:disabled)):not(.fwe-input-text-icon) input[type=password],
|
|
12943
|
+
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-valid:not(:disabled)):not(.fwe-input-text-icon) input[type=number],
|
|
12944
|
+
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-valid:not(:disabled)):not(.fwe-input-text-icon) input[type=date],
|
|
12945
|
+
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-valid:not(:disabled)):not(.fwe-input-text-icon) input[type=time],
|
|
12946
|
+
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-valid:not(:disabled)):not(.fwe-input-text-icon) input[type=datetime-local], label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-invalid:not(:disabled)):not(.fwe-input-text-icon) input[type=text],
|
|
12947
|
+
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-invalid:not(:disabled)):not(.fwe-input-text-icon) input[type=email],
|
|
12948
|
+
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-invalid:not(:disabled)):not(.fwe-input-text-icon) input[type=password],
|
|
12949
|
+
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-invalid:not(:disabled)):not(.fwe-input-text-icon) input[type=number],
|
|
12950
|
+
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-invalid:not(:disabled)):not(.fwe-input-text-icon) input[type=date],
|
|
12951
|
+
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-invalid:not(:disabled)):not(.fwe-input-text-icon) input[type=time],
|
|
12952
|
+
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-invalid:not(:disabled)):not(.fwe-input-text-icon) input[type=datetime-local], label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--valid:not(.fwe-input-text-icon) input[type=text],
|
|
12953
|
+
label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--valid:not(.fwe-input-text-icon) input[type=email],
|
|
12954
|
+
label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--valid:not(.fwe-input-text-icon) input[type=password],
|
|
12955
|
+
label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--valid:not(.fwe-input-text-icon) input[type=number],
|
|
12956
|
+
label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--valid:not(.fwe-input-text-icon) input[type=date],
|
|
12957
|
+
label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--valid:not(.fwe-input-text-icon) input[type=time],
|
|
12958
|
+
label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--valid:not(.fwe-input-text-icon) input[type=datetime-local], label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--invalid:not(.fwe-input-text-icon) input[type=text],
|
|
12959
|
+
label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--invalid:not(.fwe-input-text-icon) input[type=email],
|
|
12960
|
+
label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--invalid:not(.fwe-input-text-icon) input[type=password],
|
|
12961
|
+
label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--invalid:not(.fwe-input-text-icon) input[type=number],
|
|
12962
|
+
label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--invalid:not(.fwe-input-text-icon) input[type=date],
|
|
12963
|
+
label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--invalid:not(.fwe-input-text-icon) input[type=time],
|
|
12964
|
+
label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--invalid:not(.fwe-input-text-icon) input[type=datetime-local] {
|
|
12965
|
+
padding-right: 24px;
|
|
12966
|
+
}
|
|
12967
|
+
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-valid:not(:disabled)):not(.fwe-input-text-icon)::after, label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-invalid:not(:disabled)):not(.fwe-input-text-icon)::after, label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--valid:not(.fwe-input-text-icon)::after, label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--invalid:not(.fwe-input-text-icon)::after {
|
|
12968
|
+
content: "";
|
|
12969
|
+
position: absolute;
|
|
12970
|
+
bottom: 27px;
|
|
12971
|
+
right: 0px;
|
|
12972
|
+
width: 16px;
|
|
12973
|
+
height: 16px;
|
|
12974
|
+
background-repeat: no-repeat;
|
|
12975
|
+
background-position: center center;
|
|
12976
|
+
}
|
|
12977
|
+
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-valid:not(:disabled)):not(.fwe-input-text-icon)::after, label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--valid:not(.fwe-input-text-icon)::after {
|
|
12978
|
+
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10' fill='none'><path d='M4.207 9.621L0 5.414L1.414 4L4.207 6.793L11 0L12.414 1.414L4.207 9.621Z' fill='%230091DC'/></svg>");
|
|
12979
|
+
background-size: 13px 13px;
|
|
12980
|
+
}
|
|
12981
|
+
label.fwe-input-text.fwe-input-text--with-validation-icons:has(input:user-invalid:not(:disabled)):not(.fwe-input-text-icon)::after, label.fwe-input-text.fwe-input-text--with-validation-icons.fwe-input-text--invalid:not(.fwe-input-text-icon)::after {
|
|
12982
|
+
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M16.95 8.46405L15.536 7.05005L12 10.586L8.46405 7.05005L7.05005 8.46405L10.586 12L7.05005 15.536L8.46405 16.95L12 13.414L15.536 16.95L16.95 15.536L13.414 12L16.95 8.46405Z' fill='%23D50000'/></svg>");
|
|
12983
|
+
background-size: 24px 24px;
|
|
12984
|
+
}
|
|
12934
12985
|
label.fwe-input-text.fwe-input-text-icon .fwe-svg-icon,
|
|
12935
12986
|
label.fwe-input-text.fwe-input-text-icon i {
|
|
12936
12987
|
line-height: 1;
|
|
@@ -13594,7 +13645,7 @@ a.fwe-btn.fwe-disabled {
|
|
|
13594
13645
|
}
|
|
13595
13646
|
|
|
13596
13647
|
/*!
|
|
13597
|
-
* Festo UI - Web Essentials v9.0.1-dev.
|
|
13648
|
+
* Festo UI - Web Essentials v9.0.1-dev.802 (https://storybook.festo.design/)
|
|
13598
13649
|
* Copyright 2022 Festo SE & Co. KG
|
|
13599
13650
|
* Licensed under Apache-2.0
|
|
13600
13651
|
*/
|
|
@@ -14502,7 +14553,7 @@ fieldset.fwe-progress-container label {
|
|
|
14502
14553
|
}
|
|
14503
14554
|
|
|
14504
14555
|
/*!
|
|
14505
|
-
* Festo UI - Web Essentials v9.0.1-dev.
|
|
14556
|
+
* Festo UI - Web Essentials v9.0.1-dev.802 (https://storybook.festo.design/)
|
|
14506
14557
|
* Copyright 2022 Festo SE & Co. KG
|
|
14507
14558
|
* Licensed under Apache-2.0
|
|
14508
14559
|
*/
|
|
@@ -14733,7 +14784,7 @@ fieldset.fwe-progress-container label {
|
|
|
14733
14784
|
}
|
|
14734
14785
|
}
|
|
14735
14786
|
/*!
|
|
14736
|
-
* Festo UI - Web Essentials v9.0.1-dev.
|
|
14787
|
+
* Festo UI - Web Essentials v9.0.1-dev.802 (https://storybook.festo.design/)
|
|
14737
14788
|
* Copyright 2022 Festo SE & Co. KG
|
|
14738
14789
|
* Licensed under Apache-2.0
|
|
14739
14790
|
*/
|
|
@@ -15469,7 +15520,7 @@ fieldset.fwe-progress-container label {
|
|
|
15469
15520
|
}
|
|
15470
15521
|
|
|
15471
15522
|
/*!
|
|
15472
|
-
* Festo UI - Web Essentials v9.0.1-dev.
|
|
15523
|
+
* Festo UI - Web Essentials v9.0.1-dev.802 (https://storybook.festo.design/)
|
|
15473
15524
|
* Copyright 2022 Festo SE & Co. KG
|
|
15474
15525
|
* Licensed under Apache-2.0
|
|
15475
15526
|
*/
|
|
@@ -15968,7 +16019,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
15968
16019
|
}
|
|
15969
16020
|
}
|
|
15970
16021
|
/*!
|
|
15971
|
-
* Festo UI - Web Essentials v9.0.1-dev.
|
|
16022
|
+
* Festo UI - Web Essentials v9.0.1-dev.802 (https://storybook.festo.design/)
|
|
15972
16023
|
* Copyright 2022 Festo SE & Co. KG
|
|
15973
16024
|
* Licensed under Apache-2.0
|
|
15974
16025
|
*/
|
|
@@ -16252,7 +16303,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
16252
16303
|
}
|
|
16253
16304
|
|
|
16254
16305
|
/*!
|
|
16255
|
-
* Festo UI - Web Essentials v9.0.1-dev.
|
|
16306
|
+
* Festo UI - Web Essentials v9.0.1-dev.802 (https://storybook.festo.design/)
|
|
16256
16307
|
* Copyright 2022 Festo SE & Co. KG
|
|
16257
16308
|
* Licensed under Apache-2.0
|
|
16258
16309
|
*/
|