@selfcommunity/react-theme-default 0.4.5-alpha.20 → 0.4.5-alpha.21
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/SCGroups.d.ts +8 -0
- package/lib/cjs/components/SCGroups.js +8 -0
- package/lib/cjs/index.d.ts +8 -0
- package/lib/esm/components/SCGroups.d.ts +8 -0
- package/lib/esm/components/SCGroups.js +8 -0
- package/lib/esm/index.d.ts +8 -0
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
|
@@ -13,6 +13,14 @@ declare const Component: {
|
|
|
13
13
|
marginTop: any;
|
|
14
14
|
marginBottom: any;
|
|
15
15
|
};
|
|
16
|
+
'& .SCGroups-search': {
|
|
17
|
+
'& .MuiButtonBase-root': {
|
|
18
|
+
minWidth: string;
|
|
19
|
+
'& .MuiButton-endIcon': {
|
|
20
|
+
margin: number;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
};
|
|
16
24
|
'& .SCGroups-groups': {
|
|
17
25
|
marginTop: any;
|
|
18
26
|
'& .SCGroups-item': {
|
|
@@ -15,6 +15,14 @@ const Component = {
|
|
|
15
15
|
marginTop: theme.spacing(),
|
|
16
16
|
marginBottom: theme.spacing(2)
|
|
17
17
|
},
|
|
18
|
+
'& .SCGroups-search': {
|
|
19
|
+
'& .MuiButtonBase-root': {
|
|
20
|
+
minWidth: '30px',
|
|
21
|
+
'& .MuiButton-endIcon': {
|
|
22
|
+
margin: 0
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
},
|
|
18
26
|
'& .SCGroups-groups': {
|
|
19
27
|
marginTop: theme.spacing(2),
|
|
20
28
|
'& .SCGroups-item': {
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -3498,6 +3498,14 @@ declare const theme: {
|
|
|
3498
3498
|
marginTop: any;
|
|
3499
3499
|
marginBottom: any;
|
|
3500
3500
|
};
|
|
3501
|
+
'& .SCGroups-search': {
|
|
3502
|
+
'& .MuiButtonBase-root': {
|
|
3503
|
+
minWidth: string;
|
|
3504
|
+
'& .MuiButton-endIcon': {
|
|
3505
|
+
margin: number;
|
|
3506
|
+
};
|
|
3507
|
+
};
|
|
3508
|
+
};
|
|
3501
3509
|
'& .SCGroups-groups': {
|
|
3502
3510
|
marginTop: any;
|
|
3503
3511
|
'& .SCGroups-item': {
|
|
@@ -13,6 +13,14 @@ declare const Component: {
|
|
|
13
13
|
marginTop: any;
|
|
14
14
|
marginBottom: any;
|
|
15
15
|
};
|
|
16
|
+
'& .SCGroups-search': {
|
|
17
|
+
'& .MuiButtonBase-root': {
|
|
18
|
+
minWidth: string;
|
|
19
|
+
'& .MuiButton-endIcon': {
|
|
20
|
+
margin: number;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
};
|
|
16
24
|
'& .SCGroups-groups': {
|
|
17
25
|
marginTop: any;
|
|
18
26
|
'& .SCGroups-item': {
|
|
@@ -13,6 +13,14 @@ const Component = {
|
|
|
13
13
|
marginTop: theme.spacing(),
|
|
14
14
|
marginBottom: theme.spacing(2)
|
|
15
15
|
},
|
|
16
|
+
'& .SCGroups-search': {
|
|
17
|
+
'& .MuiButtonBase-root': {
|
|
18
|
+
minWidth: '30px',
|
|
19
|
+
'& .MuiButton-endIcon': {
|
|
20
|
+
margin: 0
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
},
|
|
16
24
|
'& .SCGroups-groups': {
|
|
17
25
|
marginTop: theme.spacing(2),
|
|
18
26
|
'& .SCGroups-item': {
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -3498,6 +3498,14 @@ declare const theme: {
|
|
|
3498
3498
|
marginTop: any;
|
|
3499
3499
|
marginBottom: any;
|
|
3500
3500
|
};
|
|
3501
|
+
'& .SCGroups-search': {
|
|
3502
|
+
'& .MuiButtonBase-root': {
|
|
3503
|
+
minWidth: string;
|
|
3504
|
+
'& .MuiButton-endIcon': {
|
|
3505
|
+
margin: number;
|
|
3506
|
+
};
|
|
3507
|
+
};
|
|
3508
|
+
};
|
|
3501
3509
|
'& .SCGroups-groups': {
|
|
3502
3510
|
marginTop: any;
|
|
3503
3511
|
'& .SCGroups-item': {
|