@festo-ui/web-essentials 9.0.1-dev.778 → 9.0.1-dev.780
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 +13 -13
- 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 +4 -4
- 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/_select.scss +2 -3
- 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/_select.scss +2 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Festo UI - Web Essentials v9.0.1-dev.
|
|
2
|
+
* Festo UI - Web Essentials v9.0.1-dev.780 (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.780 (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.780 (https://storybook.festo.design/)
|
|
12392
12392
|
* Copyright 2022 Festo SE & Co. KG
|
|
12393
12393
|
* Licensed under Apache-2.0
|
|
12394
12394
|
*/
|
|
@@ -13594,7 +13594,7 @@ a.fwe-btn.fwe-disabled {
|
|
|
13594
13594
|
}
|
|
13595
13595
|
|
|
13596
13596
|
/*!
|
|
13597
|
-
* Festo UI - Web Essentials v9.0.1-dev.
|
|
13597
|
+
* Festo UI - Web Essentials v9.0.1-dev.780 (https://storybook.festo.design/)
|
|
13598
13598
|
* Copyright 2022 Festo SE & Co. KG
|
|
13599
13599
|
* Licensed under Apache-2.0
|
|
13600
13600
|
*/
|
|
@@ -14008,8 +14008,8 @@ input[type=range].fwe-slider-input:disabled::-ms-thumb {
|
|
|
14008
14008
|
.fwe-options-container--multi-select {
|
|
14009
14009
|
display: flex;
|
|
14010
14010
|
flex-direction: column;
|
|
14011
|
-
gap:
|
|
14012
|
-
padding:
|
|
14011
|
+
gap: 12px;
|
|
14012
|
+
padding: 20px 12px;
|
|
14013
14013
|
}
|
|
14014
14014
|
|
|
14015
14015
|
.fwe-combobox-option {
|
|
@@ -14021,10 +14021,10 @@ input[type=range].fwe-slider-input:disabled::-ms-thumb {
|
|
|
14021
14021
|
background-color: var(--fwe-background);
|
|
14022
14022
|
color: var(--fwe-hero);
|
|
14023
14023
|
}
|
|
14024
|
-
.fwe-combobox-option
|
|
14024
|
+
.fwe-combobox-option.fwe-selected {
|
|
14025
14025
|
color: var(--fwe-hero);
|
|
14026
14026
|
}
|
|
14027
|
-
.fwe-combobox-option
|
|
14027
|
+
.fwe-combobox-option.fwe-selected::before {
|
|
14028
14028
|
content: "";
|
|
14029
14029
|
width: 4px;
|
|
14030
14030
|
height: 100%;
|
|
@@ -14502,7 +14502,7 @@ fieldset.fwe-progress-container label {
|
|
|
14502
14502
|
}
|
|
14503
14503
|
|
|
14504
14504
|
/*!
|
|
14505
|
-
* Festo UI - Web Essentials v9.0.1-dev.
|
|
14505
|
+
* Festo UI - Web Essentials v9.0.1-dev.780 (https://storybook.festo.design/)
|
|
14506
14506
|
* Copyright 2022 Festo SE & Co. KG
|
|
14507
14507
|
* Licensed under Apache-2.0
|
|
14508
14508
|
*/
|
|
@@ -14733,7 +14733,7 @@ fieldset.fwe-progress-container label {
|
|
|
14733
14733
|
}
|
|
14734
14734
|
}
|
|
14735
14735
|
/*!
|
|
14736
|
-
* Festo UI - Web Essentials v9.0.1-dev.
|
|
14736
|
+
* Festo UI - Web Essentials v9.0.1-dev.780 (https://storybook.festo.design/)
|
|
14737
14737
|
* Copyright 2022 Festo SE & Co. KG
|
|
14738
14738
|
* Licensed under Apache-2.0
|
|
14739
14739
|
*/
|
|
@@ -15469,7 +15469,7 @@ fieldset.fwe-progress-container label {
|
|
|
15469
15469
|
}
|
|
15470
15470
|
|
|
15471
15471
|
/*!
|
|
15472
|
-
* Festo UI - Web Essentials v9.0.1-dev.
|
|
15472
|
+
* Festo UI - Web Essentials v9.0.1-dev.780 (https://storybook.festo.design/)
|
|
15473
15473
|
* Copyright 2022 Festo SE & Co. KG
|
|
15474
15474
|
* Licensed under Apache-2.0
|
|
15475
15475
|
*/
|
|
@@ -15967,7 +15967,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
15967
15967
|
}
|
|
15968
15968
|
}
|
|
15969
15969
|
/*!
|
|
15970
|
-
* Festo UI - Web Essentials v9.0.1-dev.
|
|
15970
|
+
* Festo UI - Web Essentials v9.0.1-dev.780 (https://storybook.festo.design/)
|
|
15971
15971
|
* Copyright 2022 Festo SE & Co. KG
|
|
15972
15972
|
* Licensed under Apache-2.0
|
|
15973
15973
|
*/
|
|
@@ -16251,7 +16251,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
16251
16251
|
}
|
|
16252
16252
|
|
|
16253
16253
|
/*!
|
|
16254
|
-
* Festo UI - Web Essentials v9.0.1-dev.
|
|
16254
|
+
* Festo UI - Web Essentials v9.0.1-dev.780 (https://storybook.festo.design/)
|
|
16255
16255
|
* Copyright 2022 Festo SE & Co. KG
|
|
16256
16256
|
* Licensed under Apache-2.0
|
|
16257
16257
|
*/
|