@applica-software-guru/react-admin 1.0.51 → 1.0.52
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/dist/index.d.ts +1 -0
- package/dist/react-admin.cjs.js +42 -42
- package/dist/react-admin.es.js +1 -0
- package/dist/react-admin.umd.js +42 -42
- package/dist/react-admin.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/index.jsx +1 -0
package/dist/react-admin.es.js
CHANGED
|
@@ -27917,6 +27917,7 @@ export {
|
|
|
27917
27917
|
Mc as TextInput,
|
|
27918
27918
|
wI as ThemeConfigContext,
|
|
27919
27919
|
TI as ThemeConfigProvider,
|
|
27920
|
+
Eb as ThemeProvider,
|
|
27920
27921
|
Ab as TimeInput,
|
|
27921
27922
|
Yo as Toolbar,
|
|
27922
27923
|
c5 as Tooltip,
|