@selfcommunity/react-theme-default 0.1.0-alpha.127 → 0.1.0-alpha.128

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.
Files changed (49) hide show
  1. package/lib/cjs/components/{SCLoyaltyProgramDetail.d.ts → SCLoyaltyProgramDetailTemplate.d.ts} +26 -19
  2. package/lib/cjs/components/SCLoyaltyProgramDetailTemplate.d.ts.map +1 -0
  3. package/lib/cjs/components/{SCLoyaltyProgramDetail.js → SCLoyaltyProgramDetailTemplate.js} +25 -20
  4. package/lib/cjs/components/SCLoyaltyProgramDetailTemplate.js.map +1 -0
  5. package/lib/cjs/components/SCLoyaltyProgramDetailTemplateSkeleton.d.ts +30 -0
  6. package/lib/cjs/components/SCLoyaltyProgramDetailTemplateSkeleton.d.ts.map +1 -0
  7. package/lib/cjs/components/SCLoyaltyProgramDetailTemplateSkeleton.js +32 -0
  8. package/lib/cjs/components/SCLoyaltyProgramDetailTemplateSkeleton.js.map +1 -0
  9. package/lib/cjs/components/SCPrivateMessageThreadItemDialog.js +2 -2
  10. package/lib/cjs/components/SCPrizeItemSkeleton.d.ts +31 -0
  11. package/lib/cjs/components/SCPrizeItemSkeleton.d.ts.map +1 -0
  12. package/lib/cjs/components/SCPrizeItemSkeleton.js +33 -0
  13. package/lib/cjs/components/SCPrizeItemSkeleton.js.map +1 -0
  14. package/lib/cjs/index.d.ts +61 -44
  15. package/lib/cjs/index.d.ts.map +1 -1
  16. package/lib/cjs/index.js +7 -5
  17. package/lib/cjs/index.js.map +1 -1
  18. package/lib/esm/components/{SCLoyaltyProgramDetail.d.ts → SCLoyaltyProgramDetailTemplate.d.ts} +26 -19
  19. package/lib/esm/components/SCLoyaltyProgramDetailTemplate.d.ts.map +1 -0
  20. package/lib/esm/components/{SCLoyaltyProgramDetail.js → SCLoyaltyProgramDetailTemplate.js} +25 -20
  21. package/lib/esm/components/SCLoyaltyProgramDetailTemplate.js.map +1 -0
  22. package/lib/esm/components/SCLoyaltyProgramDetailTemplateSkeleton.d.ts +30 -0
  23. package/lib/esm/components/SCLoyaltyProgramDetailTemplateSkeleton.d.ts.map +1 -0
  24. package/lib/esm/components/SCLoyaltyProgramDetailTemplateSkeleton.js +30 -0
  25. package/lib/esm/components/SCLoyaltyProgramDetailTemplateSkeleton.js.map +1 -0
  26. package/lib/esm/components/SCPrivateMessageThreadItemDialog.js +2 -2
  27. package/lib/esm/components/SCPrizeItemSkeleton.d.ts +31 -0
  28. package/lib/esm/components/SCPrizeItemSkeleton.d.ts.map +1 -0
  29. package/lib/esm/components/SCPrizeItemSkeleton.js +31 -0
  30. package/lib/esm/components/SCPrizeItemSkeleton.js.map +1 -0
  31. package/lib/esm/index.d.ts +61 -44
  32. package/lib/esm/index.d.ts.map +1 -1
  33. package/lib/esm/index.js +7 -5
  34. package/lib/esm/index.js.map +1 -1
  35. package/lib/umd/react-theme-default.js +1 -1
  36. package/lib/umd/react-theme-default.js.map +1 -1
  37. package/package.json +4 -4
  38. package/lib/cjs/components/SCLoyaltyProgramDetail.d.ts.map +0 -1
  39. package/lib/cjs/components/SCLoyaltyProgramDetail.js.map +0 -1
  40. package/lib/cjs/components/SCLoyaltyProgramDetailSkeleton.d.ts +0 -49
  41. package/lib/cjs/components/SCLoyaltyProgramDetailSkeleton.d.ts.map +0 -1
  42. package/lib/cjs/components/SCLoyaltyProgramDetailSkeleton.js +0 -51
  43. package/lib/cjs/components/SCLoyaltyProgramDetailSkeleton.js.map +0 -1
  44. package/lib/esm/components/SCLoyaltyProgramDetail.d.ts.map +0 -1
  45. package/lib/esm/components/SCLoyaltyProgramDetail.js.map +0 -1
  46. package/lib/esm/components/SCLoyaltyProgramDetailSkeleton.d.ts +0 -49
  47. package/lib/esm/components/SCLoyaltyProgramDetailSkeleton.d.ts.map +0 -1
  48. package/lib/esm/components/SCLoyaltyProgramDetailSkeleton.js +0 -49
  49. package/lib/esm/components/SCLoyaltyProgramDetailSkeleton.js.map +0 -1
@@ -3,7 +3,7 @@ declare const Component: {
3
3
  root: ({ theme }: any) => {
4
4
  boxShadow: string;
5
5
  borderRadius: number;
6
- '& .SCLoyaltyProgramDetail-title': {
6
+ '& .SCLoyaltyProgramDetailTemplate-title': {
7
7
  [x: number]: {
8
8
  textAlign: string;
9
9
  };
@@ -11,18 +11,18 @@ declare const Component: {
11
11
  fontSize: string;
12
12
  marginBottom: any;
13
13
  };
14
- '& .SCLoyaltyProgramDetail-section-title': {
14
+ '& .SCLoyaltyProgramDetailTemplate-section-title': {
15
15
  fontWeight: any;
16
16
  fontSize: string;
17
17
  marginBottom: any;
18
18
  };
19
- '& .SCLoyaltyProgramDetail-section-info': {
19
+ '& .SCLoyaltyProgramDetailTemplate-section-info': {
20
20
  [x: number]: {
21
21
  marginBottom: any;
22
22
  };
23
23
  marginBottom: any;
24
24
  };
25
- '& .SCLoyaltyProgramDetail-user-points': {
25
+ '& .SCLoyaltyProgramDetailTemplate-user-points': {
26
26
  marginLeft: any;
27
27
  backgroundColor: any;
28
28
  '& .MuiChip-label': {
@@ -32,25 +32,30 @@ declare const Component: {
32
32
  padding: any;
33
33
  };
34
34
  };
35
- '& .SCLoyaltyProgramDetail-prize-section': {
35
+ '& .SCLoyaltyProgramDetailTemplate-prize-section': {
36
36
  '& .MuiGrid-item': {
37
37
  [x: number]: {
38
+ paddingLeft: any;
39
+ paddingRight: any;
40
+ marginBottom?: undefined;
41
+ } | {
38
42
  marginBottom: any;
43
+ paddingLeft?: undefined;
44
+ paddingRight?: undefined;
39
45
  };
40
46
  };
41
47
  };
42
- '& .SCLoyaltyProgramDetail-card': {
48
+ '& .SCLoyaltyProgramDetailTemplate-card': {
43
49
  [x: number]: {
44
50
  borderRadius: number;
45
- height: string;
46
51
  };
47
52
  boxShadow: string;
48
53
  display: string;
49
54
  flexDirection: string;
50
55
  justifyContent: string;
51
56
  alignItems: string;
52
- height: any;
53
- '& .SCLoyaltyProgramDetail-card-title': {
57
+ height: string;
58
+ '& .SCLoyaltyProgramDetailTemplate-card-title': {
54
59
  fontWeight: any;
55
60
  fontSize: string;
56
61
  };
@@ -60,7 +65,7 @@ declare const Component: {
60
65
  flexDirection: string;
61
66
  justifyContent: string;
62
67
  alignItems: string;
63
- '& .SCLoyaltyProgramDetail-card-content': {
68
+ '& .SCLoyaltyProgramDetailTemplate-card-content': {
64
69
  paddingTop: any;
65
70
  maxHeight: any;
66
71
  overflow: string;
@@ -81,7 +86,7 @@ declare const Component: {
81
86
  '& .MuiCardMedia-root': {
82
87
  height: any;
83
88
  };
84
- '& .SCLoyaltyProgramDetail-prize-points': {
89
+ '& .SCLoyaltyProgramDetailTemplate-prize-points': {
85
90
  marginTop: any;
86
91
  '& .MuiChip-root': {
87
92
  backgroundColor: any;
@@ -91,17 +96,11 @@ declare const Component: {
91
96
  color: any;
92
97
  };
93
98
  };
94
- '& .SCLoyaltyProgramDetail-not-requestable': {
99
+ '& .SCLoyaltyProgramDetailTemplate-not-requestable': {
95
100
  backgroundColor: any;
96
101
  };
97
102
  };
98
103
  };
99
- '& .SCLoyaltyProgramDetail-end-section': {
100
- boxShadow: string;
101
- '& .MuiButtonBase-root': {
102
- padding: number;
103
- };
104
- };
105
104
  '& .SCLoyaltyProgramDetailPointsList-root': {
106
105
  marginTop: any;
107
106
  marginBottom: any;
@@ -114,8 +113,16 @@ declare const Component: {
114
113
  };
115
114
  };
116
115
  };
116
+ '& .SCLoyaltyProgramDetailTemplate-end-message': {
117
+ padding: any;
118
+ fontWeight: any;
119
+ textAlign: string;
120
+ '& .MuiButtonBase-root': {
121
+ padding: number;
122
+ };
123
+ };
117
124
  };
118
125
  };
119
126
  };
120
127
  export default Component;
121
- //# sourceMappingURL=SCLoyaltyProgramDetail.d.ts.map
128
+ //# sourceMappingURL=SCLoyaltyProgramDetailTemplate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCLoyaltyProgramDetailTemplate.d.ts","sourceRoot":"","sources":["../../../src/components/SCLoyaltyProgramDetailTemplate.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyHtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -6,7 +6,7 @@ const Component = {
6
6
  root: ({ theme }) => ({
7
7
  boxShadow: 'none',
8
8
  borderRadius: 0,
9
- '& .SCLoyaltyProgramDetail-title': {
9
+ '& .SCLoyaltyProgramDetailTemplate-title': {
10
10
  fontWeight: theme.typography.fontWeightBold,
11
11
  fontSize: '1.286rem',
12
12
  marginBottom: theme.spacing(5),
@@ -14,18 +14,18 @@ const Component = {
14
14
  textAlign: 'center'
15
15
  }
16
16
  },
17
- '& .SCLoyaltyProgramDetail-section-title': {
17
+ '& .SCLoyaltyProgramDetailTemplate-section-title': {
18
18
  fontWeight: theme.typography.fontWeightBold,
19
19
  fontSize: '1.143rem',
20
20
  marginBottom: theme.spacing(1)
21
21
  },
22
- '& .SCLoyaltyProgramDetail-section-info': {
22
+ '& .SCLoyaltyProgramDetailTemplate-section-info': {
23
23
  marginBottom: theme.spacing(5),
24
24
  [theme.breakpoints.down('md')]: {
25
25
  marginBottom: theme.spacing(3)
26
26
  }
27
27
  },
28
- '& .SCLoyaltyProgramDetail-user-points': {
28
+ '& .SCLoyaltyProgramDetailTemplate-user-points': {
29
29
  marginLeft: theme.spacing(2),
30
30
  backgroundColor: theme.palette.secondary.main,
31
31
  '& .MuiChip-label': {
@@ -35,25 +35,28 @@ const Component = {
35
35
  padding: theme.spacing(1, 2, 1, 2)
36
36
  }
37
37
  },
38
- '& .SCLoyaltyProgramDetail-prize-section': {
38
+ '& .SCLoyaltyProgramDetailTemplate-prize-section': {
39
39
  '& .MuiGrid-item': {
40
+ [theme.breakpoints.up('sm')]: {
41
+ paddingLeft: theme.spacing(4),
42
+ paddingRight: theme.spacing(4)
43
+ },
40
44
  [theme.breakpoints.down('md')]: {
41
45
  marginBottom: theme.spacing(4)
42
46
  }
43
47
  }
44
48
  },
45
- '& .SCLoyaltyProgramDetail-card': {
49
+ '& .SCLoyaltyProgramDetailTemplate-card': {
46
50
  boxShadow: '0px 3px 6px rgba(0, 0, 0, 0.3)',
47
51
  [theme.breakpoints.down('md')]: {
48
- borderRadius: 0,
49
- height: '100%'
52
+ borderRadius: 0
50
53
  },
51
54
  display: 'flex',
52
55
  flexDirection: 'column',
53
56
  justifyContent: 'center',
54
57
  alignItems: 'center',
55
- height: theme.spacing(53),
56
- '& .SCLoyaltyProgramDetail-card-title': {
58
+ height: '100%',
59
+ '& .SCLoyaltyProgramDetailTemplate-card-title': {
57
60
  fontWeight: theme.typography.fontWeightBold,
58
61
  fontSize: '1.143rem'
59
62
  },
@@ -63,7 +66,7 @@ const Component = {
63
66
  flexDirection: 'column',
64
67
  justifyContent: 'center',
65
68
  alignItems: 'center',
66
- '& .SCLoyaltyProgramDetail-card-content': {
69
+ '& .SCLoyaltyProgramDetailTemplate-card-content': {
67
70
  paddingTop: theme.spacing(1),
68
71
  maxHeight: theme.spacing(12.5),
69
72
  overflow: 'hidden',
@@ -84,7 +87,7 @@ const Component = {
84
87
  '& .MuiCardMedia-root': {
85
88
  height: theme.spacing(17)
86
89
  },
87
- '& .SCLoyaltyProgramDetail-prize-points': {
90
+ '& .SCLoyaltyProgramDetailTemplate-prize-points': {
88
91
  marginTop: theme.spacing(2),
89
92
  '& .MuiChip-root': {
90
93
  backgroundColor: theme.palette.secondary.main,
@@ -94,17 +97,11 @@ const Component = {
94
97
  color: theme.palette.common.white
95
98
  }
96
99
  },
97
- '& .SCLoyaltyProgramDetail-not-requestable': {
100
+ '& .SCLoyaltyProgramDetailTemplate-not-requestable': {
98
101
  backgroundColor: theme.palette.error.main
99
102
  }
100
103
  }
101
104
  },
102
- '& .SCLoyaltyProgramDetail-end-section': {
103
- boxShadow: 'none',
104
- '& .MuiButtonBase-root': {
105
- padding: 0
106
- }
107
- },
108
105
  '& .SCLoyaltyProgramDetailPointsList-root': {
109
106
  marginTop: theme.spacing(1),
110
107
  marginBottom: theme.spacing(5),
@@ -116,9 +113,17 @@ const Component = {
116
113
  marginBottom: theme.spacing(1)
117
114
  }
118
115
  }
116
+ },
117
+ '& .SCLoyaltyProgramDetailTemplate-end-message': {
118
+ padding: theme.spacing(3, 2),
119
+ fontWeight: theme.typography.fontWeightBold,
120
+ textAlign: 'center',
121
+ '& .MuiButtonBase-root': {
122
+ padding: 0
123
+ }
119
124
  }
120
125
  })
121
126
  }
122
127
  };
123
128
  exports.default = Component;
124
- //# sourceMappingURL=SCLoyaltyProgramDetail.js.map
129
+ //# sourceMappingURL=SCLoyaltyProgramDetailTemplate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCLoyaltyProgramDetailTemplate.js","sourceRoot":"","sources":["../../../src/components/SCLoyaltyProgramDetailTemplate.tsx"],"names":[],"mappings":";;AAAA,wCAAkC;AAElC,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,SAAS,EAAE,MAAM;YACjB,YAAY,EAAE,CAAC;YACf,yCAAyC,EAAE;gBACzC,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;gBAC3C,QAAQ,EAAE,UAAU;gBACpB,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC9B,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;oBAC9B,SAAS,EAAE,QAAQ;iBACpB;aACF;YACD,iDAAiD,EAAE;gBACjD,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;gBAC3C,QAAQ,EAAE,UAAU;gBACpB,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;aAC/B;YACD,gDAAgD,EAAE;gBAChD,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC9B,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;oBAC9B,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC/B;aACF;YACD,+CAA+C,EAAE;gBAC/C,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC5B,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI;gBAC7C,kBAAkB,EAAE;oBAClB,QAAQ,EAAE,MAAM;oBAChB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;oBAC3C,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK;oBACjC,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;iBACnC;aACF;YACD,iDAAiD,EAAE;gBACjD,iBAAiB,EAAE;oBACjB,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;wBAC5B,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;wBAC7B,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;qBAC/B;oBACD,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;wBAC9B,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;qBAC/B;iBACF;aACF;YACD,wCAAwC,EAAE;gBACxC,SAAS,EAAE,gCAAgC;gBAC3C,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;oBAC9B,YAAY,EAAE,CAAC;iBAChB;gBACD,OAAO,EAAE,MAAM;gBACf,aAAa,EAAE,QAAQ;gBACvB,cAAc,EAAE,QAAQ;gBACxB,UAAU,EAAE,QAAQ;gBACpB,MAAM,EAAE,MAAM;gBACd,8CAA8C,EAAE;oBAC9C,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;oBAC3C,QAAQ,EAAE,UAAU;iBACrB;gBACD,wBAAwB,EAAE;oBACxB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;oBACzB,OAAO,EAAE,MAAM;oBACf,aAAa,EAAE,QAAQ;oBACvB,cAAc,EAAE,QAAQ;oBACxB,UAAU,EAAE,QAAQ;oBACpB,gDAAgD,EAAE;wBAChD,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;wBAC5B,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC;wBAC9B,QAAQ,EAAE,QAAQ;wBAClB,YAAY,EAAE,UAAU;wBACxB,OAAO,EAAE,aAAa;wBACtB,kBAAkB,EAAE,UAAU;wBAC9B,kBAAkB,EAAE,GAAG;qBACxB;iBACF;gBACD,wBAAwB,EAAE;oBACxB,SAAS,EAAE,MAAM;oBACjB,uBAAuB,EAAE;wBACvB,mBAAmB,EAAE;4BACnB,eAAe,EAAE,IAAA,cAAK,EAAC,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC;yBACtF;qBACF;iBACF;gBACD,sBAAsB,EAAE;oBACtB,MAAM,EAAE,KAAK,CAAC,OAAO,CAAC,EAAE,CAAC;iBAC1B;gBACD,gDAAgD,EAAE;oBAChD,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;oBAC3B,iBAAiB,EAAE;wBACjB,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI;wBAC7C,kBAAkB,EAAE;4BAClB,QAAQ,EAAE,UAAU;4BACpB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;4BAC3C,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK;yBAClC;qBACF;oBACD,mDAAmD,EAAE;wBACnD,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI;qBAC1C;iBACF;aACF;YACD,0CAA0C,EAAE;gBAC1C,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC3B,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC9B,iBAAiB,EAAE;oBACjB,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;oBAC5B,6CAA6C,EAAE;wBAC7C,OAAO,EAAE,MAAM;wBACf,cAAc,EAAE,eAAe;wBAC/B,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;qBAC/B;iBACF;aACF;YACD,+CAA+C,EAAE;gBAC/C,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;gBAC5B,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;gBAC3C,SAAS,EAAE,QAAQ;gBACnB,uBAAuB,EAAE;oBACvB,OAAO,EAAE,CAAC;iBACX;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
@@ -0,0 +1,30 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: any) => {
4
+ height: string;
5
+ '& .SCLoyaltyProgramDetailTemplateSkeleton-title': {
6
+ [x: number]: {
7
+ justifyContent: string;
8
+ };
9
+ display: string;
10
+ marginBottom: any;
11
+ alignItems: string;
12
+ '& .SCLoyaltyProgramDetailTemplateSkeleton-chip': {
13
+ marginLeft: any;
14
+ borderRadius: any;
15
+ };
16
+ };
17
+ '& .SCLoyaltyProgramDetailTemplateSkeleton-section-title': {
18
+ marginBottom: any;
19
+ '& .SCLoyaltyProgramDetailTemplateSkeleton-sub-title': {
20
+ marginBottom: any;
21
+ };
22
+ };
23
+ '& .SCLoyaltyProgramDetailTemplateSkeleton-points-list': {
24
+ marginBottom: any;
25
+ };
26
+ };
27
+ };
28
+ };
29
+ export default Component;
30
+ //# sourceMappingURL=SCLoyaltyProgramDetailTemplateSkeleton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCLoyaltyProgramDetailTemplateSkeleton.d.ts","sourceRoot":"","sources":["../../../src/components/SCLoyaltyProgramDetailTemplateSkeleton.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;CAyBtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const Component = {
4
+ styleOverrides: {
5
+ root: ({ theme }) => ({
6
+ height: '100%',
7
+ '& .SCLoyaltyProgramDetailTemplateSkeleton-title': {
8
+ display: 'flex',
9
+ marginBottom: theme.spacing(5),
10
+ alignItems: 'center',
11
+ [theme.breakpoints.down('md')]: {
12
+ justifyContent: 'center'
13
+ },
14
+ '& .SCLoyaltyProgramDetailTemplateSkeleton-chip': {
15
+ marginLeft: theme.spacing(2),
16
+ borderRadius: theme.shape.borderRadius
17
+ }
18
+ },
19
+ '& .SCLoyaltyProgramDetailTemplateSkeleton-section-title': {
20
+ marginBottom: theme.spacing(2),
21
+ '& .SCLoyaltyProgramDetailTemplateSkeleton-sub-title': {
22
+ marginBottom: theme.spacing(4)
23
+ }
24
+ },
25
+ '& .SCLoyaltyProgramDetailTemplateSkeleton-points-list': {
26
+ marginBottom: theme.spacing(5)
27
+ }
28
+ })
29
+ }
30
+ };
31
+ exports.default = Component;
32
+ //# sourceMappingURL=SCLoyaltyProgramDetailTemplateSkeleton.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCLoyaltyProgramDetailTemplateSkeleton.js","sourceRoot":"","sources":["../../../src/components/SCLoyaltyProgramDetailTemplateSkeleton.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,MAAM,EAAE,MAAM;YACd,iDAAiD,EAAE;gBACjD,OAAO,EAAE,MAAM;gBACf,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC9B,UAAU,EAAE,QAAQ;gBACpB,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;oBAC9B,cAAc,EAAE,QAAQ;iBACzB;gBACD,gDAAgD,EAAE;oBAChD,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;oBAC5B,YAAY,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;iBACvC;aACF;YACD,yDAAyD,EAAE;gBACzD,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC9B,qDAAqD,EAAE;oBACrD,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC/B;aACF;YACD,uDAAuD,EAAE;gBACvD,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;aAC/B;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
@@ -15,8 +15,8 @@ const Component = {
15
15
  '& .MuiButtonBase-root': {
16
16
  background: theme.palette.common.white,
17
17
  position: 'absolute',
18
- right: theme.spacing(3),
19
- bottom: theme.spacing(3),
18
+ right: theme.spacing(6),
19
+ bottom: theme.spacing(6),
20
20
  '& .MuiIcon-root': {
21
21
  color: theme.palette.secondary.main,
22
22
  fontSize: '2rem'
@@ -0,0 +1,31 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: any) => {
4
+ [x: number]: {
5
+ width: any;
6
+ height: any;
7
+ };
8
+ '& .MuiCard-root': {
9
+ [x: number]: {
10
+ borderRadius: number;
11
+ height: string;
12
+ };
13
+ };
14
+ '& .MuiCardContent-root': {
15
+ justifyContent: string;
16
+ '& .SCPrizeItemSkeleton-content': {
17
+ display: string;
18
+ flexDirection: string;
19
+ justifyContent: string;
20
+ alignItems: string;
21
+ marginTop: any;
22
+ };
23
+ };
24
+ '& .MuiCardActions-root': {
25
+ justifyContent: string;
26
+ };
27
+ };
28
+ };
29
+ };
30
+ export default Component;
31
+ //# sourceMappingURL=SCPrizeItemSkeleton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCPrizeItemSkeleton.d.ts","sourceRoot":"","sources":["../../../src/components/SCPrizeItemSkeleton.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const Component = {
4
+ styleOverrides: {
5
+ root: ({ theme }) => ({
6
+ [theme.breakpoints.up('sm')]: {
7
+ width: theme.spacing(45),
8
+ height: theme.spacing(45)
9
+ },
10
+ '& .MuiCard-root': {
11
+ [theme.breakpoints.down('md')]: {
12
+ borderRadius: 0,
13
+ height: '100%'
14
+ }
15
+ },
16
+ '& .MuiCardContent-root': {
17
+ justifyContent: 'center',
18
+ '& .SCPrizeItemSkeleton-content': {
19
+ display: 'flex',
20
+ flexDirection: 'column',
21
+ justifyContent: 'center',
22
+ alignItems: 'center',
23
+ marginTop: theme.spacing(2)
24
+ }
25
+ },
26
+ '& .MuiCardActions-root': {
27
+ justifyContent: 'center'
28
+ }
29
+ })
30
+ }
31
+ };
32
+ exports.default = Component;
33
+ //# sourceMappingURL=SCPrizeItemSkeleton.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCPrizeItemSkeleton.js","sourceRoot":"","sources":["../../../src/components/SCPrizeItemSkeleton.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;gBAC5B,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,EAAE,CAAC;gBACxB,MAAM,EAAE,KAAK,CAAC,OAAO,CAAC,EAAE,CAAC;aAC1B;YACD,iBAAiB,EAAE;gBACjB,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;oBAC9B,YAAY,EAAE,CAAC;oBACf,MAAM,EAAE,MAAM;iBACf;aACF;YACD,wBAAwB,EAAE;gBACxB,cAAc,EAAE,QAAQ;gBACxB,gCAAgC,EAAE;oBAChC,OAAO,EAAE,MAAM;oBACf,aAAa,EAAE,QAAQ;oBACvB,cAAc,EAAE,QAAQ;oBACxB,UAAU,EAAE,QAAQ;oBACpB,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC5B;aACF;YACD,wBAAwB,EAAE;gBACxB,cAAc,EAAE,QAAQ;aACzB;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
@@ -2484,12 +2484,12 @@ declare const theme: {
2484
2484
  };
2485
2485
  };
2486
2486
  };
2487
- SCLoyaltyProgramDetail: {
2487
+ SCLoyaltyProgramDetailTemplate: {
2488
2488
  styleOverrides: {
2489
2489
  root: ({ theme }: any) => {
2490
2490
  boxShadow: string;
2491
2491
  borderRadius: number;
2492
- '& .SCLoyaltyProgramDetail-title': {
2492
+ '& .SCLoyaltyProgramDetailTemplate-title': {
2493
2493
  [x: number]: {
2494
2494
  textAlign: string;
2495
2495
  };
@@ -2497,18 +2497,18 @@ declare const theme: {
2497
2497
  fontSize: string;
2498
2498
  marginBottom: any;
2499
2499
  };
2500
- '& .SCLoyaltyProgramDetail-section-title': {
2500
+ '& .SCLoyaltyProgramDetailTemplate-section-title': {
2501
2501
  fontWeight: any;
2502
2502
  fontSize: string;
2503
2503
  marginBottom: any;
2504
2504
  };
2505
- '& .SCLoyaltyProgramDetail-section-info': {
2505
+ '& .SCLoyaltyProgramDetailTemplate-section-info': {
2506
2506
  [x: number]: {
2507
2507
  marginBottom: any;
2508
2508
  };
2509
2509
  marginBottom: any;
2510
2510
  };
2511
- '& .SCLoyaltyProgramDetail-user-points': {
2511
+ '& .SCLoyaltyProgramDetailTemplate-user-points': {
2512
2512
  marginLeft: any;
2513
2513
  backgroundColor: any;
2514
2514
  '& .MuiChip-label': {
@@ -2518,25 +2518,30 @@ declare const theme: {
2518
2518
  padding: any;
2519
2519
  };
2520
2520
  };
2521
- '& .SCLoyaltyProgramDetail-prize-section': {
2521
+ '& .SCLoyaltyProgramDetailTemplate-prize-section': {
2522
2522
  '& .MuiGrid-item': {
2523
2523
  [x: number]: {
2524
+ paddingLeft: any;
2525
+ paddingRight: any;
2526
+ marginBottom?: undefined;
2527
+ } | {
2524
2528
  marginBottom: any;
2529
+ paddingLeft?: undefined;
2530
+ paddingRight?: undefined;
2525
2531
  };
2526
2532
  };
2527
2533
  };
2528
- '& .SCLoyaltyProgramDetail-card': {
2534
+ '& .SCLoyaltyProgramDetailTemplate-card': {
2529
2535
  [x: number]: {
2530
2536
  borderRadius: number;
2531
- height: string;
2532
2537
  };
2533
2538
  boxShadow: string;
2534
2539
  display: string;
2535
2540
  flexDirection: string;
2536
2541
  justifyContent: string;
2537
2542
  alignItems: string;
2538
- height: any;
2539
- '& .SCLoyaltyProgramDetail-card-title': {
2543
+ height: string;
2544
+ '& .SCLoyaltyProgramDetailTemplate-card-title': {
2540
2545
  fontWeight: any;
2541
2546
  fontSize: string;
2542
2547
  };
@@ -2546,7 +2551,7 @@ declare const theme: {
2546
2551
  flexDirection: string;
2547
2552
  justifyContent: string;
2548
2553
  alignItems: string;
2549
- '& .SCLoyaltyProgramDetail-card-content': {
2554
+ '& .SCLoyaltyProgramDetailTemplate-card-content': {
2550
2555
  paddingTop: any;
2551
2556
  maxHeight: any;
2552
2557
  overflow: string;
@@ -2567,7 +2572,7 @@ declare const theme: {
2567
2572
  '& .MuiCardMedia-root': {
2568
2573
  height: any;
2569
2574
  };
2570
- '& .SCLoyaltyProgramDetail-prize-points': {
2575
+ '& .SCLoyaltyProgramDetailTemplate-prize-points': {
2571
2576
  marginTop: any;
2572
2577
  '& .MuiChip-root': {
2573
2578
  backgroundColor: any;
@@ -2577,17 +2582,11 @@ declare const theme: {
2577
2582
  color: any;
2578
2583
  };
2579
2584
  };
2580
- '& .SCLoyaltyProgramDetail-not-requestable': {
2585
+ '& .SCLoyaltyProgramDetailTemplate-not-requestable': {
2581
2586
  backgroundColor: any;
2582
2587
  };
2583
2588
  };
2584
2589
  };
2585
- '& .SCLoyaltyProgramDetail-end-section': {
2586
- boxShadow: string;
2587
- '& .MuiButtonBase-root': {
2588
- padding: number;
2589
- };
2590
- };
2591
2590
  '& .SCLoyaltyProgramDetailPointsList-root': {
2592
2591
  marginTop: any;
2593
2592
  marginBottom: any;
@@ -2600,6 +2599,14 @@ declare const theme: {
2600
2599
  };
2601
2600
  };
2602
2601
  };
2602
+ '& .SCLoyaltyProgramDetailTemplate-end-message': {
2603
+ padding: any;
2604
+ fontWeight: any;
2605
+ textAlign: string;
2606
+ '& .MuiButtonBase-root': {
2607
+ padding: number;
2608
+ };
2609
+ };
2603
2610
  };
2604
2611
  };
2605
2612
  };
@@ -2626,50 +2633,31 @@ declare const theme: {
2626
2633
  };
2627
2634
  };
2628
2635
  };
2629
- SCLoyaltyProgramDetailSkeleton: {
2636
+ SCLoyaltyProgramDetailTemplateSkeleton: {
2630
2637
  styleOverrides: {
2631
2638
  root: ({ theme }: any) => {
2632
2639
  height: string;
2633
- '& .SCLoyaltyProgramDetailSkeleton-title': {
2640
+ '& .SCLoyaltyProgramDetailTemplateSkeleton-title': {
2634
2641
  [x: number]: {
2635
2642
  justifyContent: string;
2636
2643
  };
2637
2644
  display: string;
2638
2645
  marginBottom: any;
2639
2646
  alignItems: string;
2640
- '& .SCLoyaltyProgramDetailSkeleton-chip': {
2647
+ '& .SCLoyaltyProgramDetailTemplateSkeleton-chip': {
2641
2648
  marginLeft: any;
2642
2649
  borderRadius: any;
2643
2650
  };
2644
2651
  };
2645
- '& .SCLoyaltyProgramDetailSkeleton-section-title': {
2652
+ '& .SCLoyaltyProgramDetailTemplateSkeleton-section-title': {
2646
2653
  marginBottom: any;
2647
- '& .SCLoyaltyProgramDetailSkeleton-sub-title': {
2654
+ '& .SCLoyaltyProgramDetailTemplateSkeleton-sub-title': {
2648
2655
  marginBottom: any;
2649
2656
  };
2650
2657
  };
2651
- '& .SCLoyaltyProgramDetailSkeleton-points-list': {
2658
+ '& .SCLoyaltyProgramDetailTemplateSkeleton-points-list': {
2652
2659
  marginBottom: any;
2653
2660
  };
2654
- '& .MuiCard-root': {
2655
- [x: number]: {
2656
- borderRadius: number;
2657
- height: string;
2658
- };
2659
- '& .MuiCardContent-root': {
2660
- justifyContent: string;
2661
- '& .SCLoyaltyProgramDetailSkeleton-content': {
2662
- display: string;
2663
- flexDirection: string;
2664
- justifyContent: string;
2665
- alignItems: string;
2666
- marginTop: any;
2667
- };
2668
- };
2669
- '& .MuiCardActions-root': {
2670
- justifyContent: string;
2671
- };
2672
- };
2673
2661
  };
2674
2662
  };
2675
2663
  };
@@ -4069,6 +4057,35 @@ declare const theme: {
4069
4057
  };
4070
4058
  };
4071
4059
  };
4060
+ SCPrizeItemSkeleton: {
4061
+ styleOverrides: {
4062
+ root: ({ theme }: any) => {
4063
+ [x: number]: {
4064
+ width: any;
4065
+ height: any;
4066
+ };
4067
+ '& .MuiCard-root': {
4068
+ [x: number]: {
4069
+ borderRadius: number;
4070
+ height: string;
4071
+ };
4072
+ };
4073
+ '& .MuiCardContent-root': {
4074
+ justifyContent: string;
4075
+ '& .SCPrizeItemSkeleton-content': {
4076
+ display: string;
4077
+ flexDirection: string;
4078
+ justifyContent: string;
4079
+ alignItems: string;
4080
+ marginTop: any;
4081
+ };
4082
+ };
4083
+ '& .MuiCardActions-root': {
4084
+ justifyContent: string;
4085
+ };
4086
+ };
4087
+ };
4088
+ };
4072
4089
  };
4073
4090
  selfcommunity: {
4074
4091
  user: {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,6BAA6B,CAAC;AAgHrC;;GAEG;AAEH,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuKV,CAAC;AACF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,6BAA6B,CAAC;AAiHrC;;GAEG;AAEH,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwKV,CAAC;AACF,eAAe,KAAK,CAAC"}