@festo-ui/web-essentials 5.0.0-dev.66 → 5.0.0-dev.68
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 +9 -9
- package/dist/css/festo-web-essentials.css.map +1 -1
- package/dist/css/festo-web-essentials.min.css +2 -2
- 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/_mixins.scss +2 -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/_mixins.scss +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Festo UI - Web Essentials v5.0.0-dev.
|
|
2
|
+
* Festo UI - Web Essentials v5.0.0-dev.68 (https://storybook.festo.design/)
|
|
3
3
|
* Copyright 2022 Festo SE & Co. KG
|
|
4
4
|
* Licensed under Apache-2.0
|
|
5
5
|
*/
|
|
@@ -13816,7 +13816,7 @@ header.fwe-fixed-header {
|
|
|
13816
13816
|
overflow-y: auto;
|
|
13817
13817
|
}
|
|
13818
13818
|
.fwe-mobile-flyout-page::-webkit-scrollbar {
|
|
13819
|
-
width:
|
|
13819
|
+
width: 14px;
|
|
13820
13820
|
}
|
|
13821
13821
|
.fwe-mobile-flyout-page::-webkit-scrollbar-track {
|
|
13822
13822
|
background: transparent;
|
|
@@ -13827,7 +13827,7 @@ header.fwe-fixed-header {
|
|
|
13827
13827
|
border: 3px solid rgba(242, 243, 245, 0);
|
|
13828
13828
|
-webkit-background-clip: padding-box;
|
|
13829
13829
|
background-clip: padding-box;
|
|
13830
|
-
border-radius:
|
|
13830
|
+
border-radius: 8px;
|
|
13831
13831
|
}
|
|
13832
13832
|
.fwe-mobile-flyout-page.fwe-opened {
|
|
13833
13833
|
transform: translateX(0%);
|
|
@@ -15686,7 +15686,7 @@ fieldset.fwe-progress-container label {
|
|
|
15686
15686
|
overflow-y: auto;
|
|
15687
15687
|
}
|
|
15688
15688
|
.fwe-modal .fwe-modal-body::-webkit-scrollbar {
|
|
15689
|
-
width:
|
|
15689
|
+
width: 14px;
|
|
15690
15690
|
}
|
|
15691
15691
|
.fwe-modal .fwe-modal-body::-webkit-scrollbar-track {
|
|
15692
15692
|
background: transparent;
|
|
@@ -15697,7 +15697,7 @@ fieldset.fwe-progress-container label {
|
|
|
15697
15697
|
border: 3px solid rgba(242, 243, 245, 0);
|
|
15698
15698
|
-webkit-background-clip: padding-box;
|
|
15699
15699
|
background-clip: padding-box;
|
|
15700
|
-
border-radius:
|
|
15700
|
+
border-radius: 8px;
|
|
15701
15701
|
}
|
|
15702
15702
|
.fwe-modal-h1 {
|
|
15703
15703
|
margin-top: 0px;
|
|
@@ -16498,7 +16498,7 @@ fieldset.fwe-progress-container label {
|
|
|
16498
16498
|
scrollbar-color: var(--fwe-control-scrollbar) var(--fwe-gray-100);
|
|
16499
16499
|
}
|
|
16500
16500
|
.fwe-scrollbar::-webkit-scrollbar {
|
|
16501
|
-
width:
|
|
16501
|
+
width: 14px;
|
|
16502
16502
|
}
|
|
16503
16503
|
.fwe-scrollbar::-webkit-scrollbar-track {
|
|
16504
16504
|
background: transparent;
|
|
@@ -16509,7 +16509,7 @@ fieldset.fwe-progress-container label {
|
|
|
16509
16509
|
border: 3px solid rgba(242, 243, 245, 0);
|
|
16510
16510
|
-webkit-background-clip: padding-box;
|
|
16511
16511
|
background-clip: padding-box;
|
|
16512
|
-
border-radius:
|
|
16512
|
+
border-radius: 8px;
|
|
16513
16513
|
}
|
|
16514
16514
|
|
|
16515
16515
|
/* stylelint-disable */
|
|
@@ -16967,7 +16967,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
16967
16967
|
position: relative;
|
|
16968
16968
|
}
|
|
16969
16969
|
.fwe-tree::-webkit-scrollbar {
|
|
16970
|
-
width:
|
|
16970
|
+
width: 14px;
|
|
16971
16971
|
}
|
|
16972
16972
|
.fwe-tree::-webkit-scrollbar-track {
|
|
16973
16973
|
background: transparent;
|
|
@@ -16978,7 +16978,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
16978
16978
|
border: 3px solid rgba(242, 243, 245, 0);
|
|
16979
16979
|
-webkit-background-clip: padding-box;
|
|
16980
16980
|
background-clip: padding-box;
|
|
16981
|
-
border-radius:
|
|
16981
|
+
border-radius: 8px;
|
|
16982
16982
|
}
|
|
16983
16983
|
.fwe-tree-node {
|
|
16984
16984
|
position: relative;
|