@pksep/yui 0.1.265 → 0.1.267

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.
@@ -147,5 +147,8 @@ export declare enum IconNameEnum {
147
147
  box = "box",
148
148
  table = "table",
149
149
  briefcase = "briefcase",
150
- warning = "warning"
150
+ warning = "warning",
151
+ asc = "asc",
152
+ desc = "desc",
153
+ errorAlert = "error-alert"
151
154
  }
@@ -163,3 +163,4 @@ export declare const box: IVectorIcon;
163
163
  export declare const table: IVectorIcon;
164
164
  export declare const briefcase: IVectorIcon;
165
165
  export declare const warning: IVectorIcon;
166
+ export declare const errorAlert: IVectorIcon;