@pksep/yui 0.1.226 → 0.1.228
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/components/Icon/enum/enum.d.ts +1 -0
- package/dist/components/Icon/icons.d.ts +1 -0
- package/dist/sep-yui.es.ts +7493 -7463
- package/dist/sep-yui.umd.ts +17 -5
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -130,6 +130,7 @@ export declare const support: IVectorIcon;
|
|
|
130
130
|
export declare const download: IVectorIcon;
|
|
131
131
|
export declare const android: IVectorIcon;
|
|
132
132
|
export declare const apple: IVectorIcon;
|
|
133
|
+
export declare const refresh: IVectorIcon;
|
|
133
134
|
export declare const project: IVectorIcon;
|
|
134
135
|
export declare const taskStatus: IVectorIcon;
|
|
135
136
|
export declare const taskPriority: IVectorIcon;
|