@vc-shell/framework 1.1.51 → 1.1.52

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vc-shell/framework",
3
- "version": "1.1.51",
3
+ "version": "1.1.52",
4
4
  "type": "module",
5
5
  "main": "./dist/framework.js",
6
6
  "types": "./dist/index.d.ts",
@@ -82,9 +82,9 @@
82
82
  "@fullhuman/postcss-purgecss": "^7.0.2",
83
83
  "@laynezh/vite-plugin-lib-assets": "v1.1.0",
84
84
  "@types/dompurify": "^3.0.5",
85
- "@vc-shell/api-client-generator": "^1.1.51",
86
- "@vc-shell/config-generator": "^1.1.51",
87
- "@vc-shell/ts-config": "^1.1.51",
85
+ "@vc-shell/api-client-generator": "^1.1.52",
86
+ "@vc-shell/config-generator": "^1.1.52",
87
+ "@vc-shell/ts-config": "^1.1.52",
88
88
  "@vitejs/plugin-vue": "^5.2.3",
89
89
  "@vue/test-utils": "^2.4.5",
90
90
  "cypress-signalr-mock": "^1.5.0",
@@ -88,7 +88,7 @@ const iconName = computed(() => {
88
88
  style = "duotone";
89
89
  break;
90
90
  default:
91
- name = props.icon.replace("fa-", "");
91
+ // Use the already processed name from slice(1), not the original props.icon
92
92
  break;
93
93
  }
94
94
  } else {