@pksep/yui 0.1.223 → 0.1.224

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.
@@ -117,5 +117,15 @@ export declare enum IconNameEnum {
117
117
  zoomPlus = "zoom-plus",
118
118
  download = "download",
119
119
  android = "android",
120
- apple = "apple"
120
+ apple = "apple",
121
+ project = "project",
122
+ taskStatus = "task-status",
123
+ taskPriority = "task-priority",
124
+ taskAssignees = "task-assignees",
125
+ taskTags = "task-tags",
126
+ taskDueDate = "task-due-date",
127
+ priorityLow = "priority-low",
128
+ priorityMedium = "priority-medium",
129
+ priorityHigh = "priority-high",
130
+ priorityUrgent = "priority-urgent"
121
131
  }
@@ -130,3 +130,13 @@ export declare const support: IVectorIcon;
130
130
  export declare const download: IVectorIcon;
131
131
  export declare const android: IVectorIcon;
132
132
  export declare const apple: IVectorIcon;
133
+ export declare const project: IVectorIcon;
134
+ export declare const taskStatus: IVectorIcon;
135
+ export declare const taskPriority: IVectorIcon;
136
+ export declare const taskAssignees: IVectorIcon;
137
+ export declare const taskTags: IVectorIcon;
138
+ export declare const taskDueDate: IVectorIcon;
139
+ export declare const priorityLow: IVectorIcon;
140
+ export declare const priorityMedium: IVectorIcon;
141
+ export declare const priorityHigh: IVectorIcon;
142
+ export declare const priorityUrgent: IVectorIcon;