@festo-ui/web-essentials 9.0.0-dev.703 → 9.0.0-dev.704
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 +12 -11
- 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 +3 -2
- 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/_popover.scss +3 -2
- 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/_popover.scss +3 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Festo UI - Web Essentials v9.0.0-dev.
|
|
2
|
+
* Festo UI - Web Essentials v9.0.0-dev.704 (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.0-dev.
|
|
930
|
+
* Festo UI - Web Essentials v9.0.0-dev.704 (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.0-dev.
|
|
12391
|
+
* Festo UI - Web Essentials v9.0.0-dev.704 (https://storybook.festo.design/)
|
|
12392
12392
|
* Copyright 2022 Festo SE & Co. KG
|
|
12393
12393
|
* Licensed under Apache-2.0
|
|
12394
12394
|
*/
|
|
@@ -13568,7 +13568,7 @@ a.fwe-btn.fwe-disabled {
|
|
|
13568
13568
|
}
|
|
13569
13569
|
|
|
13570
13570
|
/*!
|
|
13571
|
-
* Festo UI - Web Essentials v9.0.0-dev.
|
|
13571
|
+
* Festo UI - Web Essentials v9.0.0-dev.704 (https://storybook.festo.design/)
|
|
13572
13572
|
* Copyright 2022 Festo SE & Co. KG
|
|
13573
13573
|
* Licensed under Apache-2.0
|
|
13574
13574
|
*/
|
|
@@ -14419,7 +14419,7 @@ fieldset.fwe-progress-container label {
|
|
|
14419
14419
|
}
|
|
14420
14420
|
|
|
14421
14421
|
/*!
|
|
14422
|
-
* Festo UI - Web Essentials v9.0.0-dev.
|
|
14422
|
+
* Festo UI - Web Essentials v9.0.0-dev.704 (https://storybook.festo.design/)
|
|
14423
14423
|
* Copyright 2022 Festo SE & Co. KG
|
|
14424
14424
|
* Licensed under Apache-2.0
|
|
14425
14425
|
*/
|
|
@@ -14650,7 +14650,7 @@ fieldset.fwe-progress-container label {
|
|
|
14650
14650
|
}
|
|
14651
14651
|
}
|
|
14652
14652
|
/*!
|
|
14653
|
-
* Festo UI - Web Essentials v9.0.0-dev.
|
|
14653
|
+
* Festo UI - Web Essentials v9.0.0-dev.704 (https://storybook.festo.design/)
|
|
14654
14654
|
* Copyright 2022 Festo SE & Co. KG
|
|
14655
14655
|
* Licensed under Apache-2.0
|
|
14656
14656
|
*/
|
|
@@ -14842,6 +14842,7 @@ fieldset.fwe-progress-container label {
|
|
|
14842
14842
|
font-size: var(--fwe-font-size-base);
|
|
14843
14843
|
line-height: 1.5rem;
|
|
14844
14844
|
padding: 16px;
|
|
14845
|
+
color: var(--fwe-text);
|
|
14845
14846
|
}
|
|
14846
14847
|
.fwe-popover.fwe-popover-menu .fwe-list-group .fwe-list-group-item {
|
|
14847
14848
|
border-bottom: none;
|
|
@@ -14859,7 +14860,7 @@ fieldset.fwe-progress-container label {
|
|
|
14859
14860
|
justify-content: unset;
|
|
14860
14861
|
}
|
|
14861
14862
|
.fwe-popover.fwe-popover-menu .fwe-list-group .fwe-list-group-item button:hover {
|
|
14862
|
-
color: var(--fwe-
|
|
14863
|
+
color: var(--fwe-text);
|
|
14863
14864
|
}
|
|
14864
14865
|
.fwe-popover.fwe-popover-menu .fwe-list-group .fwe-list-group-item button i {
|
|
14865
14866
|
display: inline-flex;
|
|
@@ -14885,7 +14886,7 @@ fieldset.fwe-progress-container label {
|
|
|
14885
14886
|
margin-left: inherit;
|
|
14886
14887
|
}
|
|
14887
14888
|
.fwe-popover.fwe-popover-menu .fwe-list-group .fwe-list-group-item:hover {
|
|
14888
|
-
color: var(--fwe-
|
|
14889
|
+
color: var(--fwe-text);
|
|
14889
14890
|
background-color: rgba(51, 51, 51, 0.1019607843);
|
|
14890
14891
|
}
|
|
14891
14892
|
.fwe-popover.fwe-popover-menu .fwe-list-group .fwe-list-group-item:active {
|
|
@@ -15380,7 +15381,7 @@ fieldset.fwe-progress-container label {
|
|
|
15380
15381
|
}
|
|
15381
15382
|
|
|
15382
15383
|
/*!
|
|
15383
|
-
* Festo UI - Web Essentials v9.0.0-dev.
|
|
15384
|
+
* Festo UI - Web Essentials v9.0.0-dev.704 (https://storybook.festo.design/)
|
|
15384
15385
|
* Copyright 2022 Festo SE & Co. KG
|
|
15385
15386
|
* Licensed under Apache-2.0
|
|
15386
15387
|
*/
|
|
@@ -15878,7 +15879,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
15878
15879
|
}
|
|
15879
15880
|
}
|
|
15880
15881
|
/*!
|
|
15881
|
-
* Festo UI - Web Essentials v9.0.0-dev.
|
|
15882
|
+
* Festo UI - Web Essentials v9.0.0-dev.704 (https://storybook.festo.design/)
|
|
15882
15883
|
* Copyright 2022 Festo SE & Co. KG
|
|
15883
15884
|
* Licensed under Apache-2.0
|
|
15884
15885
|
*/
|
|
@@ -16162,7 +16163,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
16162
16163
|
}
|
|
16163
16164
|
|
|
16164
16165
|
/*!
|
|
16165
|
-
* Festo UI - Web Essentials v9.0.0-dev.
|
|
16166
|
+
* Festo UI - Web Essentials v9.0.0-dev.704 (https://storybook.festo.design/)
|
|
16166
16167
|
* Copyright 2022 Festo SE & Co. KG
|
|
16167
16168
|
* Licensed under Apache-2.0
|
|
16168
16169
|
*/
|