@weaverse/core 3.1.8 → 3.1.9

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/dist/index.d.mts CHANGED
@@ -320,7 +320,7 @@ interface ToggleGroupConfigs {
320
320
  options?: {
321
321
  value: string;
322
322
  label: string;
323
- icon?: IconName;
323
+ icon?: IconName | string;
324
324
  weight?: string;
325
325
  }[];
326
326
  }
package/dist/index.d.ts CHANGED
@@ -320,7 +320,7 @@ interface ToggleGroupConfigs {
320
320
  options?: {
321
321
  value: string;
322
322
  label: string;
323
- icon?: IconName;
323
+ icon?: IconName | string;
324
324
  weight?: string;
325
325
  }[];
326
326
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@weaverse/core",
3
3
  "author": "Weaverse Team",
4
4
  "description": "Weaverse Core",
5
- "version": "3.1.8",
5
+ "version": "3.1.9",
6
6
  "license": "MIT",
7
7
  "main": "dist/index.js",
8
8
  "types": "dist/index.d.ts",