@rahmatsaputra-my-id/react-js-library 0.0.79 → 0.0.81
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.
|
@@ -12,10 +12,9 @@ export declare const styles: {
|
|
|
12
12
|
};
|
|
13
13
|
card: {
|
|
14
14
|
maxWidth: string;
|
|
15
|
-
boxShadow: string;
|
|
16
15
|
padding: number;
|
|
17
16
|
borderRadius: number;
|
|
18
|
-
backgroundColor: "#
|
|
17
|
+
backgroundColor: "#ffffff";
|
|
19
18
|
width: number;
|
|
20
19
|
justifyContent: string;
|
|
21
20
|
};
|
|
@@ -29,6 +28,7 @@ export declare const styles: {
|
|
|
29
28
|
alignSelf: string;
|
|
30
29
|
marginBottom: number;
|
|
31
30
|
fontSize: number;
|
|
31
|
+
textAlign: string;
|
|
32
32
|
};
|
|
33
33
|
buttonPositive: {
|
|
34
34
|
width: string;
|
package/dist/index.es.js
CHANGED
|
@@ -156881,10 +156881,9 @@ var styles$5 = {
|
|
|
156881
156881
|
},
|
|
156882
156882
|
card: {
|
|
156883
156883
|
maxWidth: '60%',
|
|
156884
|
-
boxShadow: "1px 2px 9px ".concat(colors.black),
|
|
156885
156884
|
padding: 24,
|
|
156886
156885
|
borderRadius: 8,
|
|
156887
|
-
backgroundColor: colors.
|
|
156886
|
+
backgroundColor: colors.white,
|
|
156888
156887
|
width: 300,
|
|
156889
156888
|
justifyContent: 'space-between',
|
|
156890
156889
|
},
|
|
@@ -156898,6 +156897,7 @@ var styles$5 = {
|
|
|
156898
156897
|
alignSelf: 'center',
|
|
156899
156898
|
marginBottom: 50,
|
|
156900
156899
|
fontSize: 18,
|
|
156900
|
+
textAlign: 'center'
|
|
156901
156901
|
},
|
|
156902
156902
|
buttonPositive: {
|
|
156903
156903
|
width: '100%',
|
package/dist/index.js
CHANGED
|
@@ -156890,10 +156890,9 @@ var styles$5 = {
|
|
|
156890
156890
|
},
|
|
156891
156891
|
card: {
|
|
156892
156892
|
maxWidth: '60%',
|
|
156893
|
-
boxShadow: "1px 2px 9px ".concat(colors.black),
|
|
156894
156893
|
padding: 24,
|
|
156895
156894
|
borderRadius: 8,
|
|
156896
|
-
backgroundColor: colors.
|
|
156895
|
+
backgroundColor: colors.white,
|
|
156897
156896
|
width: 300,
|
|
156898
156897
|
justifyContent: 'space-between',
|
|
156899
156898
|
},
|
|
@@ -156907,6 +156906,7 @@ var styles$5 = {
|
|
|
156907
156906
|
alignSelf: 'center',
|
|
156908
156907
|
marginBottom: 50,
|
|
156909
156908
|
fontSize: 18,
|
|
156909
|
+
textAlign: 'center'
|
|
156910
156910
|
},
|
|
156911
156911
|
buttonPositive: {
|
|
156912
156912
|
width: '100%',
|