@selfcommunity/react-theme-default 0.1.0-alpha.58 → 0.1.0-alpha.59
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/lib/cjs/components/SCLoyaltyProgram.d.ts +3 -6
- package/lib/cjs/components/SCLoyaltyProgram.d.ts.map +1 -1
- package/lib/cjs/components/SCLoyaltyProgram.js +4 -7
- package/lib/cjs/components/SCLoyaltyProgram.js.map +1 -1
- package/lib/esm/components/SCLoyaltyProgram.d.ts +3 -6
- package/lib/esm/components/SCLoyaltyProgram.d.ts.map +1 -1
- package/lib/esm/components/SCLoyaltyProgram.js +4 -7
- package/lib/esm/components/SCLoyaltyProgram.js.map +1 -1
- package/lib/umd/react-theme-default.js +1 -1
- package/lib/umd/react-theme-default.js.map +1 -1
- package/package.json +4 -4
|
@@ -3,15 +3,12 @@ declare const Component: {
|
|
|
3
3
|
root: ({ theme }: any) => {
|
|
4
4
|
'& .SCLoyaltyProgram-actions': {
|
|
5
5
|
padding: any;
|
|
6
|
-
'& .SCLoyaltyProgram-points
|
|
6
|
+
'& .SCLoyaltyProgram-points': {
|
|
7
7
|
borderRadius: any;
|
|
8
8
|
backgroundColor: any;
|
|
9
9
|
padding: any;
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
fontWeight: any;
|
|
13
|
-
backgroundColor: any;
|
|
14
|
-
};
|
|
10
|
+
fontSize: string;
|
|
11
|
+
fontWeight: any;
|
|
15
12
|
};
|
|
16
13
|
};
|
|
17
14
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCLoyaltyProgram.d.ts","sourceRoot":"","sources":["../../../src/components/SCLoyaltyProgram.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG
|
|
1
|
+
{"version":3,"file":"SCLoyaltyProgram.d.ts","sourceRoot":"","sources":["../../../src/components/SCLoyaltyProgram.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;CAatB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -4,16 +4,13 @@ const Component = {
|
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
root: ({ theme }) => ({
|
|
6
6
|
'& .SCLoyaltyProgram-actions': {
|
|
7
|
-
padding: theme.spacing(2),
|
|
8
|
-
'& .SCLoyaltyProgram-points
|
|
7
|
+
padding: theme.spacing(0, 2, 2),
|
|
8
|
+
'& .SCLoyaltyProgram-points': {
|
|
9
9
|
borderRadius: theme.shape.borderRadius,
|
|
10
10
|
backgroundColor: theme.palette.secondary.main,
|
|
11
11
|
padding: theme.spacing(1, 2),
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
fontWeight: theme.typography.fontWeightBold,
|
|
15
|
-
backgroundColor: theme.palette.secondary.main
|
|
16
|
-
}
|
|
12
|
+
fontSize: '1rem',
|
|
13
|
+
fontWeight: theme.typography.fontWeightBold
|
|
17
14
|
}
|
|
18
15
|
}
|
|
19
16
|
})
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCLoyaltyProgram.js","sourceRoot":"","sources":["../../../src/components/SCLoyaltyProgram.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,6BAA6B,EAAE;gBAC7B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"SCLoyaltyProgram.js","sourceRoot":"","sources":["../../../src/components/SCLoyaltyProgram.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,6BAA6B,EAAE;gBAC7B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;gBAC/B,4BAA4B,EAAE;oBAC5B,YAAY,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;oBACtC,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI;oBAC7C,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;oBAC5B,QAAQ,EAAE,MAAM;oBAChB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;iBAC5C;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
|
@@ -3,15 +3,12 @@ declare const Component: {
|
|
|
3
3
|
root: ({ theme }: any) => {
|
|
4
4
|
'& .SCLoyaltyProgram-actions': {
|
|
5
5
|
padding: any;
|
|
6
|
-
'& .SCLoyaltyProgram-points
|
|
6
|
+
'& .SCLoyaltyProgram-points': {
|
|
7
7
|
borderRadius: any;
|
|
8
8
|
backgroundColor: any;
|
|
9
9
|
padding: any;
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
fontWeight: any;
|
|
13
|
-
backgroundColor: any;
|
|
14
|
-
};
|
|
10
|
+
fontSize: string;
|
|
11
|
+
fontWeight: any;
|
|
15
12
|
};
|
|
16
13
|
};
|
|
17
14
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCLoyaltyProgram.d.ts","sourceRoot":"","sources":["../../../src/components/SCLoyaltyProgram.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG
|
|
1
|
+
{"version":3,"file":"SCLoyaltyProgram.d.ts","sourceRoot":"","sources":["../../../src/components/SCLoyaltyProgram.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;CAatB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -2,16 +2,13 @@ const Component = {
|
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }) => ({
|
|
4
4
|
'& .SCLoyaltyProgram-actions': {
|
|
5
|
-
padding: theme.spacing(2),
|
|
6
|
-
'& .SCLoyaltyProgram-points
|
|
5
|
+
padding: theme.spacing(0, 2, 2),
|
|
6
|
+
'& .SCLoyaltyProgram-points': {
|
|
7
7
|
borderRadius: theme.shape.borderRadius,
|
|
8
8
|
backgroundColor: theme.palette.secondary.main,
|
|
9
9
|
padding: theme.spacing(1, 2),
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
fontWeight: theme.typography.fontWeightBold,
|
|
13
|
-
backgroundColor: theme.palette.secondary.main
|
|
14
|
-
}
|
|
10
|
+
fontSize: '1rem',
|
|
11
|
+
fontWeight: theme.typography.fontWeightBold
|
|
15
12
|
}
|
|
16
13
|
}
|
|
17
14
|
})
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCLoyaltyProgram.js","sourceRoot":"","sources":["../../../src/components/SCLoyaltyProgram.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,6BAA6B,EAAE;gBAC7B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"SCLoyaltyProgram.js","sourceRoot":"","sources":["../../../src/components/SCLoyaltyProgram.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,6BAA6B,EAAE;gBAC7B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;gBAC/B,4BAA4B,EAAE;oBAC5B,YAAY,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;oBACtC,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI;oBAC7C,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;oBAC5B,QAAQ,EAAE,MAAM;oBAChB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;iBAC5C;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
|