@3sc/common-component 0.0.89 → 0.0.91
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.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -26192,7 +26192,7 @@ const ND = (e, t) => ad(e) ? new PD(t) : new OD(t, {
|
|
|
26192
26192
|
{
|
|
26193
26193
|
sx: {
|
|
26194
26194
|
fontSize: "1.1rem",
|
|
26195
|
-
color: a.palette.primary.
|
|
26195
|
+
color: a.palette.primary.notifyTextColor
|
|
26196
26196
|
},
|
|
26197
26197
|
children: `Showing ${(t - 1) * n + 1} to ${t * n} of ${o} rows`
|
|
26198
26198
|
}
|
|
@@ -26234,7 +26234,7 @@ const ND = (e, t) => ad(e) ? new PD(t) : new OD(t, {
|
|
|
26234
26234
|
{
|
|
26235
26235
|
sx: {
|
|
26236
26236
|
fontSize: "1.1rem",
|
|
26237
|
-
color: a.palette.primary.
|
|
26237
|
+
color: a.palette.primary.notifyTextColor
|
|
26238
26238
|
},
|
|
26239
26239
|
children: "records per page"
|
|
26240
26240
|
}
|
|
@@ -26765,7 +26765,7 @@ const GD = ({
|
|
|
26765
26765
|
borderTopRightRadius: "0.8rem",
|
|
26766
26766
|
borderBottomRightRadius: "0.8rem",
|
|
26767
26767
|
zIndex: 999,
|
|
26768
|
-
pointerEvents: n ? "auto" : "none"
|
|
26768
|
+
pointerEvents: n || !r ? "auto" : "none"
|
|
26769
26769
|
// boxShadow: 'inset -0.7rem 0rem 1rem -1rem #000000', // Inset shadow on the right side
|
|
26770
26770
|
},
|
|
26771
26771
|
layout: !0,
|