@festo-ui/web-essentials 6.1.0-dev.286 → 6.1.0-dev.290
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 +16 -7
- 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/_navbar-menu.scss +3 -2
- package/dist/scss/_snackbar.scss +6 -1
- package/dist/scss/_table.scss +6 -8
- 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/_navbar-menu.scss +3 -2
- package/scss/_snackbar.scss +6 -1
- package/scss/_table.scss +6 -8
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Festo UI - Web Essentials v6.1.0-dev.
|
|
2
|
+
* Festo UI - Web Essentials v6.1.0-dev.290 (https://storybook.festo.design/)
|
|
3
3
|
* Copyright 2022 Festo SE & Co. KG
|
|
4
4
|
* Licensed under Apache-2.0
|
|
5
5
|
*/
|
|
@@ -13916,10 +13916,7 @@ table.fwe-table tr th.fwe-table-order::before {
|
|
|
13916
13916
|
top: 2px;
|
|
13917
13917
|
left: 12px;
|
|
13918
13918
|
}
|
|
13919
|
-
table.fwe-table tr th.fwe-table-order
|
|
13920
|
-
color: var(--fwe-hero);
|
|
13921
|
-
}
|
|
13922
|
-
table.fwe-table tr th.fwe-table-order:not(.fwe-active)::before {
|
|
13919
|
+
table.fwe-table tr th.fwe-table-order::before {
|
|
13923
13920
|
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjcwOCIgaGVpZ2h0PSIxMy43NjgiIHZpZXdCb3g9IjAgMCA4LjcwOCAxMy43NjgiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMzEuNjQ2IC0xMzguOTM5KSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzI4IDE0MikiPjxwYXRoIGQ9Ik04LDEwLjcwNywzLjY0Niw2LjM1NGwuNzA4LS43MDhMOCw5LjI5M2wzLjY0Ni0zLjY0Ny43MDguNzA4WiIgZmlsbD0iI2EzYjJiYyIvPjwvZz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNDQgMTQ5LjY0Nikgcm90YXRlKDE4MCkiPjxwYXRoIGQ9Ik04LDEwLjcwNywzLjY0Niw2LjM1NGwuNzA4LS43MDhMOCw5LjI5M2wzLjY0Ni0zLjY0Ny43MDguNzA4WiIgZmlsbD0iI2EzYjJiYyIvPjwvZz48L2c+PC9zdmc+");
|
|
13924
13921
|
}
|
|
13925
13922
|
table.fwe-table tr th.fwe-table-order.fwe-table-order-ascending::before {
|
|
@@ -13928,6 +13925,9 @@ table.fwe-table tr th.fwe-table-order.fwe-table-order-ascending::before {
|
|
|
13928
13925
|
table.fwe-table tr th.fwe-table-order.fwe-table-order-descending::before {
|
|
13929
13926
|
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjcwOCIgaGVpZ2h0PSIxMy43NjgiIHZpZXdCb3g9IjAgMCA4LjcwOCAxMy43NjgiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMzEuNjQ2IC0xMzguOTM5KSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzI4IDE0MikiPjxwYXRoIGQ9Ik04LDEwLjcwNywzLjY0Niw2LjM1NGwuNzA4LS43MDhMOCw5LjI5M2wzLjY0Ni0zLjY0Ny43MDguNzA4WiIgZmlsbD0iIzAwOTFkYyIvPjwvZz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNDQgMTQ5LjY0Nikgcm90YXRlKDE4MCkiPjxwYXRoIGQ9Ik04LDEwLjcwNywzLjY0Niw2LjM1NGwuNzA4LS43MDhMOCw5LjI5M2wzLjY0Ni0zLjY0Ny43MDguNzA4WiIgZmlsbD0iI2EzYjJiYyIvPjwvZz48L2c+PC9zdmc+");
|
|
13930
13927
|
}
|
|
13928
|
+
table.fwe-table tr th.fwe-active {
|
|
13929
|
+
color: var(--fwe-hero);
|
|
13930
|
+
}
|
|
13931
13931
|
table.fwe-table tr td {
|
|
13932
13932
|
background-color: var(--fwe-white);
|
|
13933
13933
|
border-bottom: 2px solid var(--fwe-background);
|
|
@@ -16268,6 +16268,9 @@ fieldset.fwe-progress-container label {
|
|
|
16268
16268
|
font-size: var(--fwe-font-size-xl);
|
|
16269
16269
|
line-height: var(--fwe-font-size-xl);
|
|
16270
16270
|
}
|
|
16271
|
+
.fwe-snackbar .fwe-icon.fwe-icon-close-small, .fwe-snackbar .fwe-navbar .fwe-icon-close-small.fwe-navbar-burger-menu, .fwe-navbar .fwe-snackbar .fwe-icon-close-small.fwe-navbar-burger-menu {
|
|
16272
|
+
padding-right: 0px;
|
|
16273
|
+
}
|
|
16271
16274
|
.fwe-snackbar .fwe-icon.fwe-icon-close-small::before, .fwe-snackbar .fwe-navbar .fwe-icon-close-small.fwe-navbar-burger-menu::before, .fwe-navbar .fwe-snackbar .fwe-icon-close-small.fwe-navbar-burger-menu::before {
|
|
16272
16275
|
vertical-align: middle;
|
|
16273
16276
|
}
|
|
@@ -16278,6 +16281,11 @@ fieldset.fwe-progress-container label {
|
|
|
16278
16281
|
}
|
|
16279
16282
|
.fwe-snackbar .fwe-btn {
|
|
16280
16283
|
color: var(--fwe-hero);
|
|
16284
|
+
min-height: 24px;
|
|
16285
|
+
}
|
|
16286
|
+
.fwe-snackbar .fwe-btn i {
|
|
16287
|
+
height: 24px;
|
|
16288
|
+
display: flex;
|
|
16281
16289
|
}
|
|
16282
16290
|
.fwe-snackbar .fwe-btn:hover {
|
|
16283
16291
|
color: var(--fwe-hero-dark);
|
|
@@ -17041,8 +17049,9 @@ fieldset.fwe-progress-container label {
|
|
|
17041
17049
|
text-align: left;
|
|
17042
17050
|
justify-content: unset;
|
|
17043
17051
|
}
|
|
17044
|
-
.fwe-profile-menu .fwe-profile-menu-item
|
|
17045
|
-
|
|
17052
|
+
.fwe-profile-menu .fwe-profile-menu-item .fwe-icon, .fwe-profile-menu .fwe-profile-menu-item .fwe-navbar .fwe-navbar-burger-menu, .fwe-navbar .fwe-profile-menu .fwe-profile-menu-item .fwe-navbar-burger-menu,
|
|
17053
|
+
.fwe-profile-menu .fwe-profile-menu-item .fwe-svg-icon {
|
|
17054
|
+
margin-right: 12px !important;
|
|
17046
17055
|
}
|
|
17047
17056
|
.fwe-profile-menu .fwe-btn-logout {
|
|
17048
17057
|
border-radius: 0;
|