@selfcommunity/react-theme-default 0.5.0-alpha.3 → 0.5.0-alpha.4

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.
@@ -93,6 +93,14 @@ declare const Component: {
93
93
  zIndex: number;
94
94
  backgroundColor: any;
95
95
  borderTop: string;
96
+ '& .SCComposer-selected-action': {
97
+ display: string;
98
+ alignItems: string;
99
+ '& .SCComposer-action-selected-icon': {
100
+ marginLeft: any;
101
+ fontSize: any;
102
+ };
103
+ };
96
104
  };
97
105
  '& .SCComposer-general-error': {
98
106
  marginBottom: any;
@@ -81,7 +81,15 @@ const Component = {
81
81
  justifyContent: 'space-between',
82
82
  zIndex: 1,
83
83
  backgroundColor: theme.palette.background.paper,
84
- borderTop: `1px solid ${theme.palette.grey[400]}`
84
+ borderTop: `1px solid ${theme.palette.grey[400]}`,
85
+ '& .SCComposer-selected-action': {
86
+ display: 'flex',
87
+ alignItems: 'center',
88
+ '& .SCComposer-action-selected-icon': {
89
+ marginLeft: theme.spacing(0.5),
90
+ fontSize: theme.spacing(1)
91
+ }
92
+ }
85
93
  },
86
94
  '& .SCComposer-general-error': {
87
95
  marginBottom: theme.spacing(2),
@@ -1418,6 +1418,14 @@ declare const theme: {
1418
1418
  zIndex: number;
1419
1419
  backgroundColor: any;
1420
1420
  borderTop: string;
1421
+ '& .SCComposer-selected-action': {
1422
+ display: string;
1423
+ alignItems: string;
1424
+ '& .SCComposer-action-selected-icon': {
1425
+ marginLeft: any;
1426
+ fontSize: any;
1427
+ };
1428
+ };
1421
1429
  };
1422
1430
  '& .SCComposer-general-error': {
1423
1431
  marginBottom: any;
@@ -93,6 +93,14 @@ declare const Component: {
93
93
  zIndex: number;
94
94
  backgroundColor: any;
95
95
  borderTop: string;
96
+ '& .SCComposer-selected-action': {
97
+ display: string;
98
+ alignItems: string;
99
+ '& .SCComposer-action-selected-icon': {
100
+ marginLeft: any;
101
+ fontSize: any;
102
+ };
103
+ };
96
104
  };
97
105
  '& .SCComposer-general-error': {
98
106
  marginBottom: any;
@@ -79,7 +79,15 @@ const Component = {
79
79
  justifyContent: 'space-between',
80
80
  zIndex: 1,
81
81
  backgroundColor: theme.palette.background.paper,
82
- borderTop: `1px solid ${theme.palette.grey[400]}`
82
+ borderTop: `1px solid ${theme.palette.grey[400]}`,
83
+ '& .SCComposer-selected-action': {
84
+ display: 'flex',
85
+ alignItems: 'center',
86
+ '& .SCComposer-action-selected-icon': {
87
+ marginLeft: theme.spacing(0.5),
88
+ fontSize: theme.spacing(1)
89
+ }
90
+ }
83
91
  },
84
92
  '& .SCComposer-general-error': {
85
93
  marginBottom: theme.spacing(2),
@@ -1418,6 +1418,14 @@ declare const theme: {
1418
1418
  zIndex: number;
1419
1419
  backgroundColor: any;
1420
1420
  borderTop: string;
1421
+ '& .SCComposer-selected-action': {
1422
+ display: string;
1423
+ alignItems: string;
1424
+ '& .SCComposer-action-selected-icon': {
1425
+ marginLeft: any;
1426
+ fontSize: any;
1427
+ };
1428
+ };
1421
1429
  };
1422
1430
  '& .SCComposer-general-error': {
1423
1431
  marginBottom: any;