@yh-ui/icons 1.0.30 → 1.0.37

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.
@@ -1,6 +1,6 @@
1
1
  import { IconifyJSON } from '@iconify/vue';
2
2
  export declare const POPULAR_COLLECTION_PREFIXES: readonly ["mdi", "ep", "lucide", "tabler", "ri", "bi", "heroicons", "fa", "carbon", "antd"];
3
- export type CollectionPrefix = typeof POPULAR_COLLECTION_PREFIXES[number];
3
+ export type CollectionPrefix = (typeof POPULAR_COLLECTION_PREFIXES)[number];
4
4
  /**
5
5
  * 获取图标集前缀列表
6
6
  */
@@ -140,4 +140,4 @@ export declare const AVAILABLE_COLLECTIONS: readonly [{
140
140
  * 推荐的图标集(默认启用的图标集)
141
141
  */
142
142
  export declare const RECOMMENDED_COLLECTIONS: readonly ["mdi", "ep", "lucide", "tabler", "ri"];
143
- export type RecommendedCollection = typeof RECOMMENDED_COLLECTIONS[number];
143
+ export type RecommendedCollection = (typeof RECOMMENDED_COLLECTIONS)[number];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yh-ui/icons",
3
- "version": "1.0.30",
3
+ "version": "1.0.37",
4
4
  "description": "YH-UI Icons - High performance icon library with Iconify integration",
5
5
  "type": "module",
6
6
  "sideEffects": false,