@pksep/yui 0.1.264 → 0.1.266
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.
- package/dist/components/Icon/enum/enum.d.ts +5 -1
- package/dist/components/Icon/icons.d.ts +2 -0
- package/dist/sep-yui.es.ts +7512 -7495
- package/dist/sep-yui.umd.ts +18 -15
- package/package.json +1 -1
|
@@ -146,5 +146,9 @@ export declare enum IconNameEnum {
|
|
|
146
146
|
boxArrowUp = "boxArrowUp",
|
|
147
147
|
box = "box",
|
|
148
148
|
table = "table",
|
|
149
|
-
briefcase = "briefcase"
|
|
149
|
+
briefcase = "briefcase",
|
|
150
|
+
warning = "warning",
|
|
151
|
+
asc = "asc",
|
|
152
|
+
desc = "desc",
|
|
153
|
+
errorAlert = "error-alert"
|
|
150
154
|
}
|
|
@@ -162,3 +162,5 @@ export declare const boxArrowUp: IVectorIcon;
|
|
|
162
162
|
export declare const box: IVectorIcon;
|
|
163
163
|
export declare const table: IVectorIcon;
|
|
164
164
|
export declare const briefcase: IVectorIcon;
|
|
165
|
+
export declare const warning: IVectorIcon;
|
|
166
|
+
export declare const errorAlert: IVectorIcon;
|