@pksep/yui 0.1.135 → 0.1.138
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 +2 -1
- package/dist/components/Icon/icons.d.ts +1 -0
- package/dist/sep-yui.es.ts +8040 -8013
- package/dist/sep-yui.umd.ts +57 -54
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -112,6 +112,7 @@ export declare const pin: IVectorIcon;
|
|
|
112
112
|
export declare const read: IVectorIcon;
|
|
113
113
|
export declare const addUser: IVectorIcon;
|
|
114
114
|
export declare const noDistrub: IVectorIcon;
|
|
115
|
+
export declare const distrub: IVectorIcon;
|
|
115
116
|
export declare const logout: IVectorIcon;
|
|
116
117
|
export declare const keyboard: IVectorIcon;
|
|
117
118
|
export declare const message: IVectorIcon;
|