@festo-ui/angular 3.1.0-pre-20220310.2 → 3.1.0-pre-20220321.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/scss/styles.scss +27 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@festo-ui/angular",
3
- "version": "3.1.0-pre-20220310.2",
3
+ "version": "3.1.0-pre-20220321.2",
4
4
  "author": "Festo UI (styleguide@festo.com)",
5
5
  "license": "apache-2.0",
6
6
  "description": "CSS framework and utils to build FESTO web applications",
package/scss/styles.scss CHANGED
@@ -2047,6 +2047,33 @@ $zindex-tooltip: var(--fwe-z-index-tooltip) !default;
2047
2047
  .fwe-icon-simulation:before {
2048
2048
  content: "\ea9d";
2049
2049
  }
2050
+ .fwe-icon-control-valve:before {
2051
+ content: "\ea9e";
2052
+ }
2053
+ .fwe-icon-country-selector:before {
2054
+ content: "\ea9f";
2055
+ }
2056
+ .fwe-icon-dosing-heads:before {
2057
+ content: "\eaa0";
2058
+ }
2059
+ .fwe-icon-single-valve:before {
2060
+ content: "\eaa1";
2061
+ }
2062
+ .fwe-icon-show-course:before {
2063
+ content: "\eaa2";
2064
+ }
2065
+ .fwe-icon-show-equipment:before {
2066
+ content: "\eaa3";
2067
+ }
2068
+ .fwe-icon-show-group:before {
2069
+ content: "\eaa4";
2070
+ }
2071
+ .fwe-icon-show-results:before {
2072
+ content: "\eaa5";
2073
+ }
2074
+ .fwe-icon-show-user:before {
2075
+ content: "\eaa6";
2076
+ }
2050
2077
 
2051
2078
 
2052
2079
  .cdk-overlay-container,