@wavemaker/angular-codegen 11.8.5-next.27439 → 11.8.5-next.27445

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.
@@ -146660,7 +146660,7 @@ class FileIconClassPipe {
146660
146660
  class StateClassPipe {
146661
146661
  transform(state) {
146662
146662
  const stateClassMap = {
146663
- 'success': 'wi wi-done text-success',
146663
+ 'success': 'wi wi-check-circle text-success',
146664
146664
  'error': 'wi wi-error text-danger'
146665
146665
  };
146666
146666
  return stateClassMap[state.toLowerCase()];
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.8.5-next.27439",
3
+ "version": "11.8.5-next.27445",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {