@pksep/yui 0.1.250 → 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.
@@ -139,5 +139,7 @@ export declare enum IconNameEnum {
139
139
  strikethrough = "strikethrough",
140
140
  code = "code",
141
141
  link = "link",
142
- blockquote = "blockquote"
142
+ blockquote = "blockquote",
143
+ chat = "chat",
144
+ calls = "calls"
143
145
  }
@@ -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;