@selfcommunity/react-theme-default 0.4.2-courses.198 → 0.4.2-courses.200

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.
@@ -15,6 +15,15 @@ declare const Component: {
15
15
  borderBottomLeftRadius: string;
16
16
  borderBottomRightRadius: string;
17
17
  };
18
+ '& .SCCourseUsersTable-end-adornment-wrapper': {
19
+ flexDirection: string;
20
+ '& .SCCourseUsersTable-search-button': {
21
+ minWidth: string;
22
+ width: string;
23
+ height: string;
24
+ padding: any;
25
+ };
26
+ };
18
27
  };
19
28
  '& .SCCourseUsersTable-avatar-wrapper': {
20
29
  flexDirection: string;
@@ -14,6 +14,15 @@ const Component = {
14
14
  '& > .MuiInputBase-root': {
15
15
  borderBottomLeftRadius: 'unset',
16
16
  borderBottomRightRadius: 'unset'
17
+ },
18
+ '& .SCCourseUsersTable-end-adornment-wrapper': {
19
+ flexDirection: 'row',
20
+ '& .SCCourseUsersTable-search-button': {
21
+ minWidth: 'unset',
22
+ width: '36px',
23
+ height: '36px',
24
+ padding: theme.spacing(1)
25
+ }
17
26
  }
18
27
  },
19
28
  '& .SCCourseUsersTable-avatar-wrapper': {
@@ -2892,6 +2892,15 @@ declare const theme: {
2892
2892
  borderBottomLeftRadius: string;
2893
2893
  borderBottomRightRadius: string;
2894
2894
  };
2895
+ '& .SCCourseUsersTable-end-adornment-wrapper': {
2896
+ flexDirection: string;
2897
+ '& .SCCourseUsersTable-search-button': {
2898
+ minWidth: string;
2899
+ width: string;
2900
+ height: string;
2901
+ padding: any;
2902
+ };
2903
+ };
2895
2904
  };
2896
2905
  '& .SCCourseUsersTable-avatar-wrapper': {
2897
2906
  flexDirection: string;
@@ -15,6 +15,15 @@ declare const Component: {
15
15
  borderBottomLeftRadius: string;
16
16
  borderBottomRightRadius: string;
17
17
  };
18
+ '& .SCCourseUsersTable-end-adornment-wrapper': {
19
+ flexDirection: string;
20
+ '& .SCCourseUsersTable-search-button': {
21
+ minWidth: string;
22
+ width: string;
23
+ height: string;
24
+ padding: any;
25
+ };
26
+ };
18
27
  };
19
28
  '& .SCCourseUsersTable-avatar-wrapper': {
20
29
  flexDirection: string;
@@ -12,6 +12,15 @@ const Component = {
12
12
  '& > .MuiInputBase-root': {
13
13
  borderBottomLeftRadius: 'unset',
14
14
  borderBottomRightRadius: 'unset'
15
+ },
16
+ '& .SCCourseUsersTable-end-adornment-wrapper': {
17
+ flexDirection: 'row',
18
+ '& .SCCourseUsersTable-search-button': {
19
+ minWidth: 'unset',
20
+ width: '36px',
21
+ height: '36px',
22
+ padding: theme.spacing(1)
23
+ }
15
24
  }
16
25
  },
17
26
  '& .SCCourseUsersTable-avatar-wrapper': {
@@ -2892,6 +2892,15 @@ declare const theme: {
2892
2892
  borderBottomLeftRadius: string;
2893
2893
  borderBottomRightRadius: string;
2894
2894
  };
2895
+ '& .SCCourseUsersTable-end-adornment-wrapper': {
2896
+ flexDirection: string;
2897
+ '& .SCCourseUsersTable-search-button': {
2898
+ minWidth: string;
2899
+ width: string;
2900
+ height: string;
2901
+ padding: any;
2902
+ };
2903
+ };
2895
2904
  };
2896
2905
  '& .SCCourseUsersTable-avatar-wrapper': {
2897
2906
  flexDirection: string;