@applica-software-guru/react-admin 1.5.230 → 1.5.231
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/react-admin.cjs.js +42 -42
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +4 -1
- package/dist/react-admin.es.js.map +1 -1
- package/dist/react-admin.umd.js +48 -48
- package/dist/react-admin.umd.js.map +1 -1
- package/dist/themes/index.d.ts +2 -2
- package/dist/themes/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/AdminContext.tsx +3 -3
- package/src/ApplicaAdmin.tsx +3 -3
- package/src/index.jsx +1 -2
- package/src/themes/index.tsx +2 -2
package/dist/react-admin.es.js
CHANGED
|
@@ -32907,7 +32907,8 @@ export {
|
|
|
32907
32907
|
zJ as TextField,
|
|
32908
32908
|
ro as TextInput,
|
|
32909
32909
|
W1 as ThemeContext,
|
|
32910
|
-
Kw as
|
|
32910
|
+
Kw as ThemeCustomizationProvider,
|
|
32911
|
+
HB as ThemeProvider,
|
|
32911
32912
|
Q$ as ThemeToggler,
|
|
32912
32913
|
$ne as TimeInput,
|
|
32913
32914
|
Es as Toolbar,
|
|
@@ -32920,6 +32921,8 @@ export {
|
|
|
32920
32921
|
Coe as email,
|
|
32921
32922
|
F1 as getLocalizedValue,
|
|
32922
32923
|
cH as getPosition,
|
|
32924
|
+
pn as getThemeColor,
|
|
32925
|
+
Gl as getThemeShadow,
|
|
32923
32926
|
k1 as localizedValueHasAllLocales,
|
|
32924
32927
|
moe as maxLength,
|
|
32925
32928
|
Eoe as maxValue,
|