@pksep/yui 0.1.251 → 0.1.252
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 +3 -1
- package/dist/components/Icon/icons.d.ts +2 -0
- package/dist/sep-yui.es.ts +7477 -7458
- package/dist/sep-yui.umd.ts +36 -31
- package/package.json +1 -1
|
@@ -152,3 +152,5 @@ export declare const strikethrough: IVectorIcon;
|
|
|
152
152
|
export declare const code: IVectorIcon;
|
|
153
153
|
export declare const link: IVectorIcon;
|
|
154
154
|
export declare const blockquote: IVectorIcon;
|
|
155
|
+
export declare const chat: IVectorIcon;
|
|
156
|
+
export declare const calls: IVectorIcon;
|