@selfcommunity/react-theme-default 0.1.0-alpha.100 → 0.1.0-alpha.102
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/SCCategoryAutocomplete.d.ts +1 -6
- package/lib/cjs/components/SCCategoryAutocomplete.d.ts.map +1 -1
- package/lib/cjs/components/SCCategoryAutocomplete.js +1 -6
- package/lib/cjs/components/SCCategoryAutocomplete.js.map +1 -1
- package/lib/cjs/components/SCComposer.d.ts +6 -0
- package/lib/cjs/components/SCComposer.d.ts.map +1 -1
- package/lib/cjs/components/SCComposer.js +6 -0
- package/lib/cjs/components/SCComposer.js.map +1 -1
- package/lib/cjs/components/SCLoyaltyProgram.d.ts +17 -3
- package/lib/cjs/components/SCLoyaltyProgram.d.ts.map +1 -1
- package/lib/cjs/components/SCLoyaltyProgram.js +19 -5
- package/lib/cjs/components/SCLoyaltyProgram.js.map +1 -1
- package/lib/cjs/components/SCPrivateMessageThread.d.ts +5 -2
- package/lib/cjs/components/SCPrivateMessageThread.d.ts.map +1 -1
- package/lib/cjs/components/SCPrivateMessageThread.js +7 -4
- package/lib/cjs/components/SCPrivateMessageThread.js.map +1 -1
- package/lib/cjs/components/SCPrivateMessageThreadItem.js +1 -1
- package/lib/cjs/index.d.ts +29 -11
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/esm/components/SCCategoryAutocomplete.d.ts +1 -6
- package/lib/esm/components/SCCategoryAutocomplete.d.ts.map +1 -1
- package/lib/esm/components/SCCategoryAutocomplete.js +1 -6
- package/lib/esm/components/SCCategoryAutocomplete.js.map +1 -1
- package/lib/esm/components/SCComposer.d.ts +6 -0
- package/lib/esm/components/SCComposer.d.ts.map +1 -1
- package/lib/esm/components/SCComposer.js +6 -0
- package/lib/esm/components/SCComposer.js.map +1 -1
- package/lib/esm/components/SCLoyaltyProgram.d.ts +17 -3
- package/lib/esm/components/SCLoyaltyProgram.d.ts.map +1 -1
- package/lib/esm/components/SCLoyaltyProgram.js +19 -5
- package/lib/esm/components/SCLoyaltyProgram.js.map +1 -1
- package/lib/esm/components/SCPrivateMessageThread.d.ts +5 -2
- package/lib/esm/components/SCPrivateMessageThread.d.ts.map +1 -1
- package/lib/esm/components/SCPrivateMessageThread.js +7 -4
- package/lib/esm/components/SCPrivateMessageThread.js.map +1 -1
- package/lib/esm/components/SCPrivateMessageThreadItem.js +1 -1
- package/lib/esm/index.d.ts +29 -11
- package/lib/esm/index.d.ts.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
package/lib/esm/index.d.ts
CHANGED
|
@@ -985,17 +985,18 @@ declare const theme: {
|
|
|
985
985
|
};
|
|
986
986
|
};
|
|
987
987
|
};
|
|
988
|
+
'& .SCCategoryAutocomplete-root': {
|
|
989
|
+
minWidth: number;
|
|
990
|
+
'& .MuiFormControl-root': {
|
|
991
|
+
margin: number;
|
|
992
|
+
};
|
|
993
|
+
};
|
|
988
994
|
};
|
|
989
995
|
};
|
|
990
996
|
};
|
|
991
997
|
SCCategoryAutocomplete: {
|
|
992
998
|
styleOverrides: {
|
|
993
|
-
root: ({ theme }: any) => {
|
|
994
|
-
minWidth: number;
|
|
995
|
-
'& .MuiFormControl-root': {
|
|
996
|
-
margin: number;
|
|
997
|
-
};
|
|
998
|
-
};
|
|
999
|
+
root: ({ theme }: any) => {};
|
|
999
1000
|
};
|
|
1000
1001
|
};
|
|
1001
1002
|
SCComposerPoll: {
|
|
@@ -1526,14 +1527,28 @@ declare const theme: {
|
|
|
1526
1527
|
SCLoyaltyProgram: {
|
|
1527
1528
|
styleOverrides: {
|
|
1528
1529
|
root: ({ theme }: any) => {
|
|
1530
|
+
'& .MuiCardContent-root': {
|
|
1531
|
+
padding: any;
|
|
1532
|
+
};
|
|
1533
|
+
'& .SCLoyaltyProgram-title': {
|
|
1534
|
+
fontWeight: any;
|
|
1535
|
+
fontSize: string;
|
|
1536
|
+
};
|
|
1529
1537
|
'& .SCLoyaltyProgram-actions': {
|
|
1538
|
+
display: string;
|
|
1539
|
+
justifyContent: string;
|
|
1530
1540
|
padding: any;
|
|
1531
1541
|
'& .SCLoyaltyProgram-points': {
|
|
1532
|
-
borderRadius: any;
|
|
1533
|
-
backgroundColor: any;
|
|
1534
|
-
padding: any;
|
|
1535
1542
|
fontSize: string;
|
|
1536
1543
|
fontWeight: any;
|
|
1544
|
+
textTransform: string;
|
|
1545
|
+
color: any;
|
|
1546
|
+
'& .MuiChip-root': {
|
|
1547
|
+
color: any;
|
|
1548
|
+
borderRadius: any;
|
|
1549
|
+
backgroundColor: any;
|
|
1550
|
+
marginRight: any;
|
|
1551
|
+
};
|
|
1537
1552
|
};
|
|
1538
1553
|
};
|
|
1539
1554
|
};
|
|
@@ -2481,9 +2496,12 @@ declare const theme: {
|
|
|
2481
2496
|
[x: number]: {
|
|
2482
2497
|
height: string;
|
|
2483
2498
|
maxHeight: string;
|
|
2484
|
-
|
|
2485
|
-
|
|
2499
|
+
} | {
|
|
2500
|
+
maxHeight: string;
|
|
2501
|
+
height?: undefined;
|
|
2486
2502
|
};
|
|
2503
|
+
overflow: string;
|
|
2504
|
+
padding: any;
|
|
2487
2505
|
'& .MuiAlert-root': {
|
|
2488
2506
|
position: string;
|
|
2489
2507
|
bottom: number;
|
package/lib/esm/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,6BAA6B,CAAC;AA+FrC;;GAEG;AAEH,QAAA,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,6BAA6B,CAAC;AA+FrC;;GAEG;AAEH,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsJV,CAAC;AACF,eAAe,KAAK,CAAC"}
|