@flexem/fc-gui 3.0.0-alpha.160 → 3.0.0-alpha.161

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.
@@ -132,7 +132,7 @@ export class StateControlElement extends ConditionalDynamicDisplayElement {
132
132
  stroke = '#ff4444';
133
133
  break;
134
134
  case State.InvalidMonitor:
135
- url = 'assets/img/loading.svg';
135
+ url = 'assets/img/exclamation-outline-circle.png';
136
136
  title = this.localization.invalidMonitor;
137
137
  stroke = '#226abc';
138
138
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "main": "bundles/fc-gui.umd.js",
3
- "version": "3.0.0-alpha.160",
3
+ "version": "3.0.0-alpha.161",
4
4
  "module": "public_api.js",
5
5
  "typings": "public_api.d.ts",
6
6
  "license": "UNLICENSED",