@pksep/yui 0.1.263 → 0.1.264
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 +6 -1
- package/dist/components/Icon/icons.d.ts +5 -0
- package/dist/sep-yui.es.ts +7897 -7861
- package/dist/sep-yui.umd.ts +102 -101
- package/package.json +1 -1
|
@@ -141,5 +141,10 @@ export declare enum IconNameEnum {
|
|
|
141
141
|
link = "link",
|
|
142
142
|
blockquote = "blockquote",
|
|
143
143
|
chat = "chat",
|
|
144
|
-
calls = "calls"
|
|
144
|
+
calls = "calls",
|
|
145
|
+
boxArrowDown = "boxArrowDown",
|
|
146
|
+
boxArrowUp = "boxArrowUp",
|
|
147
|
+
box = "box",
|
|
148
|
+
table = "table",
|
|
149
|
+
briefcase = "briefcase"
|
|
145
150
|
}
|
|
@@ -157,3 +157,8 @@ export declare const calls: IVectorIcon;
|
|
|
157
157
|
export declare const storage: IVectorIcon;
|
|
158
158
|
export declare const asc: IVectorIcon;
|
|
159
159
|
export declare const desc: IVectorIcon;
|
|
160
|
+
export declare const boxArrowDown: IVectorIcon;
|
|
161
|
+
export declare const boxArrowUp: IVectorIcon;
|
|
162
|
+
export declare const box: IVectorIcon;
|
|
163
|
+
export declare const table: IVectorIcon;
|
|
164
|
+
export declare const briefcase: IVectorIcon;
|