@pksep/yui 0.1.271 → 0.1.272

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