@festo-ui/web-essentials 6.1.0-dev.279 → 6.1.0-dev.282
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 -5
- 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/fonts/festo_icons-16.woff2 +0 -0
- package/dist/css/fonts/festo_icons-24.woff2 +0 -0
- package/dist/css/fonts/festo_icons-32.woff2 +0 -0
- package/dist/css/themes/flatpickr/festo.css +1 -1
- package/dist/css/themes/flatpickr/festo.min.css +1 -1
- package/dist/fonts/festo_icons-16.woff2 +0 -0
- package/dist/fonts/festo_icons-24.woff2 +0 -0
- package/dist/fonts/festo_icons-32.woff2 +0 -0
- package/dist/scss/_icons.scss +8 -9
- package/dist/scss/festo-web-essentials.scss +1 -1
- package/dist/scss/fonts/festo_icons-16.woff2 +0 -0
- package/dist/scss/fonts/festo_icons-24.woff2 +0 -0
- package/dist/scss/fonts/festo_icons-32.woff2 +0 -0
- package/dist/scss/themes/flatpickr/festo.scss +1 -1
- package/package.json +1 -1
- package/scss/_icons.scss +8 -9
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Festo UI - Web Essentials v6.1.0-dev.
|
|
2
|
+
* Festo UI - Web Essentials v6.1.0-dev.282 (https://storybook.festo.design/)
|
|
3
3
|
* Copyright 2022 Festo SE & Co. KG
|
|
4
4
|
* Licensed under Apache-2.0
|
|
5
5
|
*/
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
.fwe-icon:before, .fwe-stepper-vertical .fwe-step-container.fwe-step-done .fwe-step:before, .fwe-stepper-horizontal .fwe-step-container.fwe-step-done .fwe-step:before, .fwe-search-input .fwe-clear-icon:before, .fwe-search-input .fwe-search-icon:before, .fwe-notification-menu .fwe-notification-list .fwe-notification-item-content:before, .fwe-notification-menu .fwe-notification-list .fwe-notification-error:before, .fwe-notification-menu .fwe-notification-list .fwe-notification-warning:before, .fwe-notification-menu .fwe-notification-list .fwe-notification-info:before, .fwe-pagination .fwe-navigate-btn:before, .fwe-pagination .fwe-navigate-btn-down:before, .fwe-pagination .fwe-navigate-btn-up:before, .fwe-select-wrapper:before, label.fwe-checkbox .fwe-checkbox-checkmark:before, .fwe-mobile-flyout-page .fwe-page-back i:before, .fwe-mobile-flyout .fwe-mobile-flyout-button:before, .fwe-mobile-flyout .fwe-close-button:before, .fwe-mobile-flyout .fwe-burger-button:before, .fwe-navbar .fwe-navbar-burger-menu:before {
|
|
95
95
|
line-height: 1;
|
|
96
96
|
display: inline-block;
|
|
97
|
-
speak: none;
|
|
97
|
+
speak-as: none;
|
|
98
98
|
font-style: normal;
|
|
99
99
|
font-weight: normal;
|
|
100
100
|
font-variant: normal;
|
|
@@ -261,7 +261,7 @@ button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"]:before, label.fwe-checkbox.fwe-
|
|
|
261
261
|
content: "\e919";
|
|
262
262
|
}
|
|
263
263
|
|
|
264
|
-
.fwe-icon-communication-
|
|
264
|
+
.fwe-icon-communication-audio-on:before {
|
|
265
265
|
content: "\e91a";
|
|
266
266
|
}
|
|
267
267
|
|
|
@@ -1105,7 +1105,7 @@ button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"]:before, label.fwe-checkbox.fwe-
|
|
|
1105
1105
|
content: "\e9ec";
|
|
1106
1106
|
}
|
|
1107
1107
|
|
|
1108
|
-
.fwe-icon-network-show-
|
|
1108
|
+
.fwe-icon-network-show-nuggets:before {
|
|
1109
1109
|
content: "\e9ed";
|
|
1110
1110
|
}
|
|
1111
1111
|
|
|
@@ -1409,7 +1409,7 @@ button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"]:before, label.fwe-checkbox.fwe-
|
|
|
1409
1409
|
content: "\ea38";
|
|
1410
1410
|
}
|
|
1411
1411
|
|
|
1412
|
-
.fwe-icon-time-outline:before {
|
|
1412
|
+
.fwe-icon-time-time-outline:before {
|
|
1413
1413
|
content: "\ea39";
|
|
1414
1414
|
}
|
|
1415
1415
|
|
|
@@ -2105,6 +2105,10 @@ button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"]:before, label.fwe-checkbox.fwe-
|
|
|
2105
2105
|
content: "\eae6";
|
|
2106
2106
|
}
|
|
2107
2107
|
|
|
2108
|
+
.fwe-icon-check-small:before {
|
|
2109
|
+
content: "\eae7";
|
|
2110
|
+
}
|
|
2111
|
+
|
|
2108
2112
|
.fwe-color-black {
|
|
2109
2113
|
color: var(--fwe-black) !important;
|
|
2110
2114
|
}
|