@pksep/yui 0.1.262 → 0.1.263
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/icons.d.ts +2 -0
- package/dist/sep-yui.es.ts +8234 -8216
- package/dist/sep-yui.umd.ts +17 -13
- package/package.json +1 -1
|
@@ -155,3 +155,5 @@ export declare const blockquote: IVectorIcon;
|
|
|
155
155
|
export declare const chat: IVectorIcon;
|
|
156
156
|
export declare const calls: IVectorIcon;
|
|
157
157
|
export declare const storage: IVectorIcon;
|
|
158
|
+
export declare const asc: IVectorIcon;
|
|
159
|
+
export declare const desc: IVectorIcon;
|