@gataca/design-system 0.2.46 → 0.2.48
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/native/Action/ActionItems/actionItems_styles.native.d.ts +0 -22
- package/dist/components/native/Cards/Credential/credential.native.d.ts +1 -1
- package/dist/components/native/Cards/Credential/credential_styles.native.d.ts +6 -2
- package/dist/components/native/Headings/HeadingCredential/HeadingCredential_styles.native.d.ts +0 -20
- package/dist/index.native.js +1 -1
- package/dist/index.native.js.map +1 -1
- package/package.json +1 -1
|
@@ -21,44 +21,22 @@ declare const _default: {
|
|
|
21
21
|
width: number;
|
|
22
22
|
height: number;
|
|
23
23
|
borderRadius: number;
|
|
24
|
-
position: "relative";
|
|
25
|
-
overflow: "hidden";
|
|
26
24
|
};
|
|
27
25
|
landscapeImage: {
|
|
28
|
-
position: "absolute";
|
|
29
|
-
left: "-50%";
|
|
30
|
-
right: "-50%";
|
|
31
|
-
top: "-50%";
|
|
32
|
-
bottom: "-50%";
|
|
33
|
-
margin: "auto";
|
|
34
26
|
minWidth: "100%";
|
|
35
27
|
minHeight: "100%";
|
|
36
28
|
maxHeight: "100%";
|
|
37
29
|
objectFit: "cover";
|
|
38
30
|
};
|
|
39
31
|
portraitImage: {
|
|
40
|
-
position: "absolute";
|
|
41
|
-
left: "-50%";
|
|
42
|
-
right: "-50%";
|
|
43
|
-
top: "-50%";
|
|
44
|
-
bottom: "-50%";
|
|
45
|
-
margin: "auto";
|
|
46
32
|
minWidth: "100%";
|
|
47
33
|
minHeight: "100%";
|
|
48
34
|
maxWidth: "100%";
|
|
49
35
|
objectFit: "cover";
|
|
50
36
|
};
|
|
51
37
|
squareImage: {
|
|
52
|
-
position: "absolute";
|
|
53
|
-
left: "-50%";
|
|
54
|
-
right: "-50%";
|
|
55
|
-
top: "-50%";
|
|
56
|
-
bottom: "-50%";
|
|
57
|
-
margin: "auto";
|
|
58
38
|
minWidth: "100%";
|
|
59
39
|
minHeight: "100%";
|
|
60
|
-
maxWidth: "100%";
|
|
61
|
-
maxHeight: "100%";
|
|
62
40
|
objectFit: "cover";
|
|
63
41
|
};
|
|
64
42
|
};
|
|
@@ -22,11 +22,15 @@ export declare const styles: (colors: ColorsType, fontStyles: StyleType, backgro
|
|
|
22
22
|
flexDirection: "column";
|
|
23
23
|
gap: number;
|
|
24
24
|
minHeight: number;
|
|
25
|
+
width: "100%";
|
|
26
|
+
alignSelf: "center";
|
|
25
27
|
justifyContent: "space-between";
|
|
26
28
|
};
|
|
27
29
|
credCardTopData: {
|
|
28
30
|
display: "flex";
|
|
29
|
-
|
|
31
|
+
};
|
|
32
|
+
mainClaim: {
|
|
33
|
+
minHeight: number;
|
|
30
34
|
};
|
|
31
35
|
credCardDetailRow: {
|
|
32
36
|
display: "flex";
|
|
@@ -39,7 +43,7 @@ export declare const styles: (colors: ColorsType, fontStyles: StyleType, backgro
|
|
|
39
43
|
display: "flex";
|
|
40
44
|
flexDirection: "column";
|
|
41
45
|
gap: number;
|
|
42
|
-
|
|
46
|
+
maxHeight: number;
|
|
43
47
|
};
|
|
44
48
|
credCardIssuerImageContainer: {
|
|
45
49
|
maxHeight: number;
|
package/dist/components/native/Headings/HeadingCredential/HeadingCredential_styles.native.d.ts
CHANGED
|
@@ -13,40 +13,20 @@ declare const _default: {
|
|
|
13
13
|
borderRadius: number;
|
|
14
14
|
};
|
|
15
15
|
landscapeImage: {
|
|
16
|
-
position: "absolute";
|
|
17
|
-
left: "-50%";
|
|
18
|
-
right: "-50%";
|
|
19
|
-
top: "-50%";
|
|
20
|
-
bottom: "-50%";
|
|
21
|
-
margin: "auto";
|
|
22
16
|
minWidth: "100%";
|
|
23
17
|
minHeight: "100%";
|
|
24
18
|
maxHeight: "100%";
|
|
25
19
|
objectFit: "cover";
|
|
26
20
|
};
|
|
27
21
|
portraitImage: {
|
|
28
|
-
position: "absolute";
|
|
29
|
-
left: "-50%";
|
|
30
|
-
right: "-50%";
|
|
31
|
-
top: "-50%";
|
|
32
|
-
bottom: "-50%";
|
|
33
|
-
margin: "auto";
|
|
34
22
|
minWidth: "100%";
|
|
35
23
|
minHeight: "100%";
|
|
36
24
|
maxWidth: "100%";
|
|
37
25
|
objectFit: "cover";
|
|
38
26
|
};
|
|
39
27
|
squareImage: {
|
|
40
|
-
position: "absolute";
|
|
41
|
-
left: "-50%";
|
|
42
|
-
right: "-50%";
|
|
43
|
-
top: "-50%";
|
|
44
|
-
bottom: "-50%";
|
|
45
|
-
margin: "auto";
|
|
46
28
|
minWidth: "100%";
|
|
47
29
|
minHeight: "100%";
|
|
48
|
-
maxWidth: "100%";
|
|
49
|
-
maxHeight: "100%";
|
|
50
30
|
objectFit: "cover";
|
|
51
31
|
};
|
|
52
32
|
};
|