@pksep/yui 0.1.166 → 0.1.167
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 +1 -1
- package/dist/components/Icon/icons.d.ts +3 -15
- package/dist/sep-yui.es.ts +7554 -7545
- package/dist/sep-yui.umd.ts +71 -69
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { IconNameEnum } from './enum/enum';
|
|
2
1
|
import { IVectorIcon } from './interface/interface';
|
|
3
2
|
|
|
4
3
|
export declare const alertTriangle: IVectorIcon;
|
|
@@ -107,6 +106,7 @@ export declare const time: IVectorIcon;
|
|
|
107
106
|
export declare const remains: IVectorIcon;
|
|
108
107
|
export declare const atSign: IVectorIcon;
|
|
109
108
|
export declare const smile: IVectorIcon;
|
|
109
|
+
export declare const planeRightFill: IVectorIcon;
|
|
110
110
|
export declare const planeRight: IVectorIcon;
|
|
111
111
|
export declare const sidebar: IVectorIcon;
|
|
112
112
|
export declare const pin: IVectorIcon;
|
|
@@ -119,19 +119,7 @@ export declare const keyboard: IVectorIcon;
|
|
|
119
119
|
export declare const message: IVectorIcon;
|
|
120
120
|
export declare const darkThemeSwitcher: IVectorIcon;
|
|
121
121
|
export declare const qrCode: IVectorIcon;
|
|
122
|
-
export declare const notDelivered:
|
|
123
|
-
|
|
124
|
-
viewbox: string;
|
|
125
|
-
style: string;
|
|
126
|
-
fill: string;
|
|
127
|
-
path: string;
|
|
128
|
-
};
|
|
129
|
-
export declare const delivered: {
|
|
130
|
-
name: IconNameEnum;
|
|
131
|
-
viewbox: string;
|
|
132
|
-
style: string;
|
|
133
|
-
fill: string;
|
|
134
|
-
path: string;
|
|
135
|
-
};
|
|
122
|
+
export declare const notDelivered: IVectorIcon;
|
|
123
|
+
export declare const delivered: IVectorIcon;
|
|
136
124
|
export declare const zoomMinus: IVectorIcon;
|
|
137
125
|
export declare const zoomPlus: IVectorIcon;
|