@applica-software-guru/react-admin 1.4.202 → 1.4.203
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/components/MenuPopover/styles.d.ts.map +1 -1
- package/dist/react-admin.cjs.js +1 -1
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +2 -2
- package/dist/react-admin.es.js.map +1 -1
- package/dist/react-admin.umd.js +1 -1
- package/dist/react-admin.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/MenuPopover/styles.jsx +2 -3
package/dist/react-admin.es.js
CHANGED
|
@@ -3303,7 +3303,7 @@ const q5 = (e) => {
|
|
|
3303
3303
|
let t;
|
|
3304
3304
|
return e < 1 ? t = 5.11916 * e ** 2 : t = 4.5 * Math.log(e + 1) + 2, (t / 100).toFixed(2);
|
|
3305
3305
|
}, $E = q5, J5 = le("span")(({ arrow: e, theme: t }) => {
|
|
3306
|
-
const o = t.palette.mode === "dark" ?
|
|
3306
|
+
const o = t.palette.mode === "dark" ? "none" : `solid 1px ${Ge(t.palette.grey[500], 0.12)}`, a = {
|
|
3307
3307
|
borderRadius: "0 0 3px 0",
|
|
3308
3308
|
top: -6,
|
|
3309
3309
|
borderBottom: o,
|
|
@@ -3320,7 +3320,7 @@ const q5 = (e) => {
|
|
|
3320
3320
|
borderRight: o
|
|
3321
3321
|
}, u = {
|
|
3322
3322
|
borderRadius: "0 0 0 3px",
|
|
3323
|
-
right: -6
|
|
3323
|
+
right: -6,
|
|
3324
3324
|
borderBottom: o,
|
|
3325
3325
|
borderLeft: o
|
|
3326
3326
|
};
|