@3sc/common-component 0.0.90 → 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 +1 -1
- 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
|
@@ -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,
|