@festo-ui/web-essentials 9.0.1-dev.780 → 9.0.1-dev.782
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 +11 -11
- 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 +10 -12
- package/dist/scss/_search-input.scss +1 -0
- package/dist/scss/festo-web-essentials.scss +1 -1
- package/dist/scss/themes/flatpickr/festo.scss +1 -1
- package/package.json +9 -11
- package/scss/_popover.scss +10 -12
- package/scss/_search-input.scss +1 -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.782 (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.782 (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.782 (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.782 (https://storybook.festo.design/)
|
|
13598
13598
|
* Copyright 2022 Festo SE & Co. KG
|
|
13599
13599
|
* Licensed under Apache-2.0
|
|
13600
13600
|
*/
|
|
@@ -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.782 (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.782 (https://storybook.festo.design/)
|
|
14737
14737
|
* Copyright 2022 Festo SE & Co. KG
|
|
14738
14738
|
* Licensed under Apache-2.0
|
|
14739
14739
|
*/
|
|
@@ -14985,7 +14985,7 @@ fieldset.fwe-progress-container label {
|
|
|
14985
14985
|
padding: 16px;
|
|
14986
14986
|
}
|
|
14987
14987
|
|
|
14988
|
-
.fwe-popover-menu-trigger
|
|
14988
|
+
.fwe-popover-menu-trigger {
|
|
14989
14989
|
background: none;
|
|
14990
14990
|
border: none;
|
|
14991
14991
|
padding: 0;
|
|
@@ -14994,7 +14994,7 @@ fieldset.fwe-progress-container label {
|
|
|
14994
14994
|
display: block;
|
|
14995
14995
|
cursor: pointer;
|
|
14996
14996
|
}
|
|
14997
|
-
.fwe-popover-menu-trigger
|
|
14997
|
+
.fwe-popover-menu-trigger:hover {
|
|
14998
14998
|
color: var(--fwe-hero);
|
|
14999
14999
|
}
|
|
15000
15000
|
|
|
@@ -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.782 (https://storybook.festo.design/)
|
|
15473
15473
|
* Copyright 2022 Festo SE & Co. KG
|
|
15474
15474
|
* Licensed under Apache-2.0
|
|
15475
15475
|
*/
|
|
@@ -15602,6 +15602,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
15602
15602
|
|
|
15603
15603
|
.fwe-search-suggestions {
|
|
15604
15604
|
position: absolute;
|
|
15605
|
+
z-index: var(--fwe-z-index-dropdown);
|
|
15605
15606
|
top: 38px;
|
|
15606
15607
|
left: 0px;
|
|
15607
15608
|
right: 0px;
|
|
@@ -15967,7 +15968,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
15967
15968
|
}
|
|
15968
15969
|
}
|
|
15969
15970
|
/*!
|
|
15970
|
-
* Festo UI - Web Essentials v9.0.1-dev.
|
|
15971
|
+
* Festo UI - Web Essentials v9.0.1-dev.782 (https://storybook.festo.design/)
|
|
15971
15972
|
* Copyright 2022 Festo SE & Co. KG
|
|
15972
15973
|
* Licensed under Apache-2.0
|
|
15973
15974
|
*/
|
|
@@ -16251,7 +16252,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
16251
16252
|
}
|
|
16252
16253
|
|
|
16253
16254
|
/*!
|
|
16254
|
-
* Festo UI - Web Essentials v9.0.1-dev.
|
|
16255
|
+
* Festo UI - Web Essentials v9.0.1-dev.782 (https://storybook.festo.design/)
|
|
16255
16256
|
* Copyright 2022 Festo SE & Co. KG
|
|
16256
16257
|
* Licensed under Apache-2.0
|
|
16257
16258
|
*/
|