@movable/ui 1.1.0 → 1.2.0
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/components/InkEmptyState/EmptyStateIcon.d.ts +7 -0
- package/lib/components/InkEmptyState/InkEmptyState.d.ts +16 -0
- package/lib/components/InkEmptyState/index.d.ts +1 -0
- package/lib/components/index.d.ts +1 -0
- package/lib/index.d.ts +1 -1
- package/lib/index.mjs +1511 -1466
- package/lib/index.mjs.map +1 -1
- package/lib/theme/components/form.d.ts +6 -0
- package/lib/theme/components/surfaces/card.d.ts +1 -0
- package/package.json +1 -1
|
@@ -14,6 +14,9 @@ declare const form: {
|
|
|
14
14
|
'& .Mui-error + .MuiFormHelperText-root': {
|
|
15
15
|
color: string;
|
|
16
16
|
};
|
|
17
|
+
'& .MuiInputLabel-root': {
|
|
18
|
+
paddingBottom: number;
|
|
19
|
+
};
|
|
17
20
|
};
|
|
18
21
|
};
|
|
19
22
|
};
|
|
@@ -194,6 +197,9 @@ declare const form: {
|
|
|
194
197
|
'& .MuiFormHelperText-root': {
|
|
195
198
|
margin: number;
|
|
196
199
|
};
|
|
200
|
+
'& .MuiInputLabel-root': {
|
|
201
|
+
paddingBottom: number;
|
|
202
|
+
};
|
|
197
203
|
};
|
|
198
204
|
};
|
|
199
205
|
};
|