@pksep/yui 0.1.262 → 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 +7 -0
- package/dist/sep-yui.es.ts +8636 -8582
- package/dist/sep-yui.umd.ts +105 -100
- 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
|
}
|
|
@@ -155,3 +155,10 @@ export declare const blockquote: IVectorIcon;
|
|
|
155
155
|
export declare const chat: IVectorIcon;
|
|
156
156
|
export declare const calls: IVectorIcon;
|
|
157
157
|
export declare const storage: IVectorIcon;
|
|
158
|
+
export declare const asc: IVectorIcon;
|
|
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;
|