@pksep/yui 0.1.281 → 0.1.282

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.
@@ -158,5 +158,6 @@ export declare enum IconNameEnum {
158
158
  crop = "crop",
159
159
  imagePaint = "image-paint",
160
160
  text = "text",
161
- colorPicker = "color-picker"
161
+ colorPicker = "color-picker",
162
+ connection = "connection"
162
163
  }
@@ -172,3 +172,4 @@ export declare const crop: IVectorIcon;
172
172
  export declare const imagePaint: IVectorIcon;
173
173
  export declare const text: IVectorIcon;
174
174
  export declare const colorPicker: IVectorIcon;
175
+ export declare const connection: IVectorIcon;