sep-yui 0.0.35 → 0.0.37

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.
@@ -0,0 +1,3 @@
1
+ export interface IDialogProps {
2
+ open: boolean;
3
+ }
@@ -52,6 +52,7 @@ export declare enum IconNameEnum {
52
52
  warehouse = "warehouse",
53
53
  production = "production",
54
54
  wastes = "wastes",
55
+ paperClip = "paperClip",
55
56
  writeDowns = "writeDowns",
56
57
  theComplaint = "theComplaint",
57
58
  usersGroup = "usersGroup",
@@ -58,3 +58,4 @@ export declare const baseOfEquipmentAndInventory: IVectorIcon;
58
58
  export declare const usersGroup: IVectorIcon;
59
59
  export declare const reports: IVectorIcon;
60
60
  export declare const editing: IVectorIcon;
61
+ export declare const paperClip: IVectorIcon;