@festo-ui/web-essentials 6.1.0-dev.261 → 6.1.0-dev.265
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/README.md +1 -1
- package/dist/css/festo-web-essentials.css +13 -1
- 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 +9 -0
- 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 +9 -0
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ Let us know if you have a demand for a specific example and we will see what we
|
|
|
17
17
|
|
|
18
18
|
### Angular & React
|
|
19
19
|
|
|
20
|
-
We love Angular and React at Festo. We deliver the component libraries for Angular and React based on the Web Essentials
|
|
20
|
+
We love Angular and React at Festo. We deliver the component libraries for Angular and React based on the Web Essentials [@festo-ui/angular](https://www.npmjs.com/package/@festo-ui/angular) and [@festo-ui/react](https://www.npmjs.com/package/@festo-ui/react).
|
|
21
21
|
These libraries extend the basic HTML controls of the Web Essentials with enhanced (non-basic) features.
|
|
22
22
|
For example Checkboxes with indeterminate state or sortable table headings.
|
|
23
23
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Festo UI - Web Essentials v6.1.0-dev.
|
|
2
|
+
* Festo UI - Web Essentials v6.1.0-dev.265 (https://storybook.festo.design/)
|
|
3
3
|
* Copyright 2022 Festo SE & Co. KG
|
|
4
4
|
* Licensed under Apache-2.0
|
|
5
5
|
*/
|
|
@@ -2093,6 +2093,18 @@ button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"]:before, label.fwe-checkbox.fwe-
|
|
|
2093
2093
|
content: "\eae3";
|
|
2094
2094
|
}
|
|
2095
2095
|
|
|
2096
|
+
.fwe-icon-applause:before {
|
|
2097
|
+
content: "\eae4";
|
|
2098
|
+
}
|
|
2099
|
+
|
|
2100
|
+
.fwe-icon-battery:before {
|
|
2101
|
+
content: "\eae5";
|
|
2102
|
+
}
|
|
2103
|
+
|
|
2104
|
+
.fwe-icon-dangerous-goods:before {
|
|
2105
|
+
content: "\eae6";
|
|
2106
|
+
}
|
|
2107
|
+
|
|
2096
2108
|
.fwe-color-black {
|
|
2097
2109
|
color: var(--fwe-black) !important;
|
|
2098
2110
|
}
|