react-native-ui-lib 7.39.0-snapshot.6530 → 7.39.0-snapshot.6532
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/package.json
CHANGED
|
@@ -20,7 +20,7 @@ export declare const icons: {
|
|
|
20
20
|
height: number;
|
|
21
21
|
};
|
|
22
22
|
};
|
|
23
|
-
readonly
|
|
23
|
+
readonly chevronDown: {
|
|
24
24
|
uri: any;
|
|
25
25
|
dimensions: {
|
|
26
26
|
width: number;
|
|
@@ -34,20 +34,6 @@ export declare const icons: {
|
|
|
34
34
|
height: number;
|
|
35
35
|
};
|
|
36
36
|
};
|
|
37
|
-
readonly hintTipMiddle: {
|
|
38
|
-
uri: any;
|
|
39
|
-
dimensions: {
|
|
40
|
-
width: number;
|
|
41
|
-
height: number;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
readonly hintTipSide: {
|
|
45
|
-
uri: any;
|
|
46
|
-
dimensions: {
|
|
47
|
-
width: number;
|
|
48
|
-
height: number;
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
37
|
readonly minusSmall: {
|
|
52
38
|
uri: any;
|
|
53
39
|
dimensions: {
|
|
@@ -69,13 +55,6 @@ export declare const icons: {
|
|
|
69
55
|
height: number;
|
|
70
56
|
};
|
|
71
57
|
};
|
|
72
|
-
readonly transparentSwatch: {
|
|
73
|
-
uri: any;
|
|
74
|
-
dimensions: {
|
|
75
|
-
width: number;
|
|
76
|
-
height: number;
|
|
77
|
-
};
|
|
78
|
-
};
|
|
79
58
|
readonly x: {
|
|
80
59
|
uri: any;
|
|
81
60
|
dimensions: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export const icons = {
|
|
2
2
|
get checkSmall() {
|
|
3
3
|
return {
|
|
4
|
-
uri: require("./
|
|
4
|
+
uri: require("./checkSmall.png"),
|
|
5
5
|
dimensions: {
|
|
6
6
|
width: 24,
|
|
7
7
|
height: 24
|
|
@@ -26,9 +26,9 @@ export const icons = {
|
|
|
26
26
|
}
|
|
27
27
|
};
|
|
28
28
|
},
|
|
29
|
-
get
|
|
29
|
+
get chevronDown() {
|
|
30
30
|
return {
|
|
31
|
-
uri: require("./
|
|
31
|
+
uri: require("./chevronDown.png"),
|
|
32
32
|
dimensions: {
|
|
33
33
|
width: 24,
|
|
34
34
|
height: 24
|
|
@@ -44,24 +44,6 @@ export const icons = {
|
|
|
44
44
|
}
|
|
45
45
|
};
|
|
46
46
|
},
|
|
47
|
-
get hintTipMiddle() {
|
|
48
|
-
return {
|
|
49
|
-
uri: require("./hintTipMiddle.png"),
|
|
50
|
-
dimensions: {
|
|
51
|
-
width: 24,
|
|
52
|
-
height: 24
|
|
53
|
-
}
|
|
54
|
-
};
|
|
55
|
-
},
|
|
56
|
-
get hintTipSide() {
|
|
57
|
-
return {
|
|
58
|
-
uri: require("./hintTipSide.png"),
|
|
59
|
-
dimensions: {
|
|
60
|
-
width: 24,
|
|
61
|
-
height: 24
|
|
62
|
-
}
|
|
63
|
-
};
|
|
64
|
-
},
|
|
65
47
|
get minusSmall() {
|
|
66
48
|
return {
|
|
67
49
|
uri: require("./minusSmall.png"),
|
|
@@ -89,15 +71,6 @@ export const icons = {
|
|
|
89
71
|
}
|
|
90
72
|
};
|
|
91
73
|
},
|
|
92
|
-
get transparentSwatch() {
|
|
93
|
-
return {
|
|
94
|
-
uri: require("./transparentSwatch.png"),
|
|
95
|
-
dimensions: {
|
|
96
|
-
width: 20,
|
|
97
|
-
height: 20
|
|
98
|
-
}
|
|
99
|
-
};
|
|
100
|
-
},
|
|
101
74
|
get x() {
|
|
102
75
|
return {
|
|
103
76
|
uri: require("./x.png"),
|
|
@@ -34,4 +34,25 @@ export declare const images: {
|
|
|
34
34
|
height: number;
|
|
35
35
|
};
|
|
36
36
|
};
|
|
37
|
+
readonly hintTipMiddle: {
|
|
38
|
+
uri: any;
|
|
39
|
+
dimensions: {
|
|
40
|
+
width: number;
|
|
41
|
+
height: number;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
readonly hintTipSide: {
|
|
45
|
+
uri: any;
|
|
46
|
+
dimensions: {
|
|
47
|
+
width: number;
|
|
48
|
+
height: number;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
readonly transparentSwatch: {
|
|
52
|
+
uri: any;
|
|
53
|
+
dimensions: {
|
|
54
|
+
width: number;
|
|
55
|
+
height: number;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
37
58
|
};
|
|
@@ -43,5 +43,32 @@ export const images = {
|
|
|
43
43
|
height: 75
|
|
44
44
|
}
|
|
45
45
|
};
|
|
46
|
+
},
|
|
47
|
+
get hintTipMiddle() {
|
|
48
|
+
return {
|
|
49
|
+
uri: require("./hintTipMiddle.png"),
|
|
50
|
+
dimensions: {
|
|
51
|
+
width: 24,
|
|
52
|
+
height: 24
|
|
53
|
+
}
|
|
54
|
+
};
|
|
55
|
+
},
|
|
56
|
+
get hintTipSide() {
|
|
57
|
+
return {
|
|
58
|
+
uri: require("./hintTipSide.png"),
|
|
59
|
+
dimensions: {
|
|
60
|
+
width: 24,
|
|
61
|
+
height: 24
|
|
62
|
+
}
|
|
63
|
+
};
|
|
64
|
+
},
|
|
65
|
+
get transparentSwatch() {
|
|
66
|
+
return {
|
|
67
|
+
uri: require("./transparentSwatch.png"),
|
|
68
|
+
dimensions: {
|
|
69
|
+
width: 20,
|
|
70
|
+
height: 20
|
|
71
|
+
}
|
|
72
|
+
};
|
|
46
73
|
}
|
|
47
74
|
};
|