@reinosoft-ui/core 0.1.13 → 0.1.14
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/icons/art.d.ts +2 -0
- package/dist/components/Icon/icons/basketball.d.ts +2 -0
- package/dist/components/Icon/icons/bell.d.ts +2 -0
- package/dist/components/Icon/icons/blocks.d.ts +2 -0
- package/dist/components/Icon/icons/box.d.ts +2 -0
- package/dist/components/Icon/icons/calendar.d.ts +2 -0
- package/dist/components/Icon/icons/card.d.ts +2 -0
- package/dist/components/Icon/icons/church.d.ts +2 -0
- package/dist/components/Icon/icons/clipboard.d.ts +2 -0
- package/dist/components/Icon/icons/corporate.d.ts +2 -0
- package/dist/components/Icon/icons/envelope.d.ts +2 -0
- package/dist/components/Icon/icons/facebook.d.ts +2 -0
- package/dist/components/Icon/icons/fashion.d.ts +2 -0
- package/dist/components/Icon/icons/gastronomy.d.ts +2 -0
- package/dist/components/Icon/icons/health.d.ts +2 -0
- package/dist/components/Icon/icons/heart.d.ts +2 -0
- package/dist/components/Icon/icons/index.d.ts +29 -0
- package/dist/components/Icon/icons/instagram.d.ts +2 -0
- package/dist/components/Icon/icons/linkedin.d.ts +2 -0
- package/dist/components/Icon/icons/lock.d.ts +2 -0
- package/dist/components/Icon/icons/musicalNote.d.ts +2 -0
- package/dist/components/Icon/icons/phone.d.ts +2 -0
- package/dist/components/Icon/icons/question.d.ts +2 -0
- package/dist/components/Icon/icons/share.d.ts +2 -0
- package/dist/components/Icon/icons/shield.d.ts +2 -0
- package/dist/components/Icon/icons/spotfy.d.ts +2 -0
- package/dist/components/Icon/icons/sun.d.ts +2 -0
- package/dist/components/Icon/icons/whatsapp.d.ts +2 -0
- package/dist/components/Icon/icons/x.d.ts +2 -0
- package/dist/components/Icon/icons/youtube.d.ts +2 -0
- package/dist/components/Icon/types.d.ts +20 -0
- package/dist/reinosoft-ui.es.js +2524 -1821
- package/dist/reinosoft-ui.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
export declare const icons: {
|
|
2
|
+
x: import("../types").IconDefinition;
|
|
2
3
|
eye: import("../types").IconDefinition;
|
|
4
|
+
sun: import("../types").IconDefinition;
|
|
5
|
+
box: import("../types").IconDefinition;
|
|
6
|
+
art: import("../types").IconDefinition;
|
|
7
|
+
bell: import("../types").IconDefinition;
|
|
8
|
+
lock: import("../types").IconDefinition;
|
|
3
9
|
star: import("../types").IconDefinition;
|
|
4
10
|
home: import("../types").IconDefinition;
|
|
5
11
|
edit: import("../types").IconDefinition;
|
|
@@ -11,29 +17,52 @@ export declare const icons: {
|
|
|
11
17
|
link: import("../types").IconDefinition;
|
|
12
18
|
head: import("../types").IconDefinition;
|
|
13
19
|
bold: import("../types").IconDefinition;
|
|
20
|
+
card: import("../types").IconDefinition;
|
|
21
|
+
heart: import("../types").IconDefinition;
|
|
14
22
|
oList: import("../types").IconDefinition;
|
|
15
23
|
uList: import("../types").IconDefinition;
|
|
16
24
|
close: import("../types").IconDefinition;
|
|
17
25
|
clock: import("../types").IconDefinition;
|
|
18
26
|
login: import("../types").IconDefinition;
|
|
19
27
|
image: import("../types").IconDefinition;
|
|
28
|
+
phone: import("../types").IconDefinition;
|
|
20
29
|
trash: import("../types").IconDefinition;
|
|
30
|
+
share: import("../types").IconDefinition;
|
|
31
|
+
spotfy: import("../types").IconDefinition;
|
|
32
|
+
church: import("../types").IconDefinition;
|
|
33
|
+
health: import("../types").IconDefinition;
|
|
34
|
+
blocks: import("../types").IconDefinition;
|
|
35
|
+
shield: import("../types").IconDefinition;
|
|
21
36
|
upload: import("../types").IconDefinition;
|
|
22
37
|
italic: import("../types").IconDefinition;
|
|
23
38
|
logout: import("../types").IconDefinition;
|
|
24
39
|
ticket: import("../types").IconDefinition;
|
|
25
40
|
search: import("../types").IconDefinition;
|
|
26
41
|
eyeOff: import("../types").IconDefinition;
|
|
42
|
+
fashion: import("../types").IconDefinition;
|
|
27
43
|
addUser: import("../types").IconDefinition;
|
|
28
44
|
loading: import("../types").IconDefinition;
|
|
29
45
|
sortAsc: import("../types").IconDefinition;
|
|
30
46
|
profile: import("../types").IconDefinition;
|
|
47
|
+
youtube: import("../types").IconDefinition;
|
|
31
48
|
warning: import("../types").IconDefinition;
|
|
49
|
+
calendar: import("../types").IconDefinition;
|
|
50
|
+
whatsapp: import("../types").IconDefinition;
|
|
51
|
+
linkedin: import("../types").IconDefinition;
|
|
52
|
+
facebook: import("../types").IconDefinition;
|
|
53
|
+
question: import("../types").IconDefinition;
|
|
54
|
+
envelope: import("../types").IconDefinition;
|
|
32
55
|
sortDesc: import("../types").IconDefinition;
|
|
33
56
|
location: import("../types").IconDefinition;
|
|
57
|
+
clipboard: import("../types").IconDefinition;
|
|
58
|
+
corporate: import("../types").IconDefinition;
|
|
59
|
+
instagram: import("../types").IconDefinition;
|
|
34
60
|
arrowLeft: import("../types").IconDefinition;
|
|
35
61
|
starSolid: import("../types").IconDefinition;
|
|
62
|
+
basketball: import("../types").IconDefinition;
|
|
63
|
+
gastronomy: import("../types").IconDefinition;
|
|
36
64
|
closeSolid: import("../types").IconDefinition;
|
|
65
|
+
musicalNote: import("../types").IconDefinition;
|
|
37
66
|
shoppingBag: import("../types").IconDefinition;
|
|
38
67
|
directionDown: import("../types").IconDefinition;
|
|
39
68
|
shoppingBasket: import("../types").IconDefinition;
|
|
@@ -9,6 +9,7 @@ export type IconPath = {
|
|
|
9
9
|
opacity?: number;
|
|
10
10
|
fillRule?: 'evenodd' | 'nonzero';
|
|
11
11
|
clipRule?: 'evenodd' | 'nonzero';
|
|
12
|
+
transform?: string;
|
|
12
13
|
} | {
|
|
13
14
|
type: 'circle';
|
|
14
15
|
cx: number;
|
|
@@ -34,6 +35,25 @@ export type IconPath = {
|
|
|
34
35
|
stroke: string;
|
|
35
36
|
strokeWidth?: number;
|
|
36
37
|
strokeLinecap?: 'round' | 'square' | 'butt';
|
|
38
|
+
} | {
|
|
39
|
+
type: 'rect';
|
|
40
|
+
x: number;
|
|
41
|
+
y: number;
|
|
42
|
+
width: number;
|
|
43
|
+
height: number;
|
|
44
|
+
rx?: number;
|
|
45
|
+
ry?: number;
|
|
46
|
+
fill?: string;
|
|
47
|
+
stroke?: string;
|
|
48
|
+
strokeWidth?: number;
|
|
49
|
+
strokeLinecap?: 'round' | 'square' | 'butt';
|
|
50
|
+
} | {
|
|
51
|
+
type: 'polygon';
|
|
52
|
+
points: string;
|
|
53
|
+
fill?: string;
|
|
54
|
+
stroke?: string;
|
|
55
|
+
strokeWidth?: number;
|
|
56
|
+
strokeLinecap?: 'round' | 'square' | 'butt';
|
|
37
57
|
};
|
|
38
58
|
export interface IconDefinition {
|
|
39
59
|
viewBox: string;
|