@selfcommunity/react-theme-default 0.5.0-mui7.34 → 0.5.0-mui7.37
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/SCMediaFile.d.ts +4 -0
- package/lib/cjs/components/SCMediaFile.js +5 -1
- package/lib/cjs/index.d.ts +4 -0
- package/lib/esm/components/SCMediaFile.d.ts +4 -0
- package/lib/esm/components/SCMediaFile.js +5 -1
- package/lib/esm/index.d.ts +4 -0
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
|
@@ -116,6 +116,7 @@ declare const Component: {
|
|
|
116
116
|
flexBasis: number;
|
|
117
117
|
flexGrow: number;
|
|
118
118
|
flexShrink: number;
|
|
119
|
+
cursor: string;
|
|
119
120
|
'& .SCMediaFile-title': {
|
|
120
121
|
position: string;
|
|
121
122
|
left: any;
|
|
@@ -152,6 +153,9 @@ declare const Component: {
|
|
|
152
153
|
display: string;
|
|
153
154
|
flexDirection: string;
|
|
154
155
|
gap: any;
|
|
156
|
+
'& > .SCMediaFile-doc': {
|
|
157
|
+
cursor: string;
|
|
158
|
+
};
|
|
155
159
|
};
|
|
156
160
|
};
|
|
157
161
|
triggerRoot: () => {};
|
|
@@ -118,6 +118,7 @@ const Component = {
|
|
|
118
118
|
flexBasis: 120,
|
|
119
119
|
flexGrow: 0,
|
|
120
120
|
flexShrink: 0,
|
|
121
|
+
cursor: 'grab',
|
|
121
122
|
'& .SCMediaFile-title': {
|
|
122
123
|
position: 'absolute',
|
|
123
124
|
left: theme.spacing(1),
|
|
@@ -153,7 +154,10 @@ const Component = {
|
|
|
153
154
|
'& .SCMediaFile-docs-wrapper': {
|
|
154
155
|
display: 'flex',
|
|
155
156
|
flexDirection: 'column',
|
|
156
|
-
gap: theme.spacing(2)
|
|
157
|
+
gap: theme.spacing(2),
|
|
158
|
+
'& > .SCMediaFile-doc': {
|
|
159
|
+
cursor: 'grab'
|
|
160
|
+
}
|
|
157
161
|
}
|
|
158
162
|
}),
|
|
159
163
|
triggerRoot: () => ({}),
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -6631,6 +6631,7 @@ declare const theme: {
|
|
|
6631
6631
|
flexBasis: number;
|
|
6632
6632
|
flexGrow: number;
|
|
6633
6633
|
flexShrink: number;
|
|
6634
|
+
cursor: string;
|
|
6634
6635
|
'& .SCMediaFile-title': {
|
|
6635
6636
|
position: string;
|
|
6636
6637
|
left: any;
|
|
@@ -6667,6 +6668,9 @@ declare const theme: {
|
|
|
6667
6668
|
display: string;
|
|
6668
6669
|
flexDirection: string;
|
|
6669
6670
|
gap: any;
|
|
6671
|
+
'& > .SCMediaFile-doc': {
|
|
6672
|
+
cursor: string;
|
|
6673
|
+
};
|
|
6670
6674
|
};
|
|
6671
6675
|
};
|
|
6672
6676
|
triggerRoot: () => {};
|
|
@@ -116,6 +116,7 @@ declare const Component: {
|
|
|
116
116
|
flexBasis: number;
|
|
117
117
|
flexGrow: number;
|
|
118
118
|
flexShrink: number;
|
|
119
|
+
cursor: string;
|
|
119
120
|
'& .SCMediaFile-title': {
|
|
120
121
|
position: string;
|
|
121
122
|
left: any;
|
|
@@ -152,6 +153,9 @@ declare const Component: {
|
|
|
152
153
|
display: string;
|
|
153
154
|
flexDirection: string;
|
|
154
155
|
gap: any;
|
|
156
|
+
'& > .SCMediaFile-doc': {
|
|
157
|
+
cursor: string;
|
|
158
|
+
};
|
|
155
159
|
};
|
|
156
160
|
};
|
|
157
161
|
triggerRoot: () => {};
|
|
@@ -116,6 +116,7 @@ const Component = {
|
|
|
116
116
|
flexBasis: 120,
|
|
117
117
|
flexGrow: 0,
|
|
118
118
|
flexShrink: 0,
|
|
119
|
+
cursor: 'grab',
|
|
119
120
|
'& .SCMediaFile-title': {
|
|
120
121
|
position: 'absolute',
|
|
121
122
|
left: theme.spacing(1),
|
|
@@ -151,7 +152,10 @@ const Component = {
|
|
|
151
152
|
'& .SCMediaFile-docs-wrapper': {
|
|
152
153
|
display: 'flex',
|
|
153
154
|
flexDirection: 'column',
|
|
154
|
-
gap: theme.spacing(2)
|
|
155
|
+
gap: theme.spacing(2),
|
|
156
|
+
'& > .SCMediaFile-doc': {
|
|
157
|
+
cursor: 'grab'
|
|
158
|
+
}
|
|
155
159
|
}
|
|
156
160
|
}),
|
|
157
161
|
triggerRoot: () => ({}),
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -6631,6 +6631,7 @@ declare const theme: {
|
|
|
6631
6631
|
flexBasis: number;
|
|
6632
6632
|
flexGrow: number;
|
|
6633
6633
|
flexShrink: number;
|
|
6634
|
+
cursor: string;
|
|
6634
6635
|
'& .SCMediaFile-title': {
|
|
6635
6636
|
position: string;
|
|
6636
6637
|
left: any;
|
|
@@ -6667,6 +6668,9 @@ declare const theme: {
|
|
|
6667
6668
|
display: string;
|
|
6668
6669
|
flexDirection: string;
|
|
6669
6670
|
gap: any;
|
|
6671
|
+
'& > .SCMediaFile-doc': {
|
|
6672
|
+
cursor: string;
|
|
6673
|
+
};
|
|
6670
6674
|
};
|
|
6671
6675
|
};
|
|
6672
6676
|
triggerRoot: () => {};
|