@propriety/court-calendar 1.0.121 → 1.0.122
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.mjs
CHANGED
|
@@ -16546,6 +16546,7 @@ function b1({
|
|
|
16546
16546
|
fullWidth: !0,
|
|
16547
16547
|
maxWidth: "lg",
|
|
16548
16548
|
TransitionComponent: z1,
|
|
16549
|
+
sx: t ? void 0 : { pointerEvents: "none" },
|
|
16549
16550
|
slotProps: {
|
|
16550
16551
|
backdrop: {
|
|
16551
16552
|
sx: { pointerEvents: t ? "auto" : "none" }
|
package/package.json
CHANGED
|
@@ -131,6 +131,7 @@ export default function CCModal({
|
|
|
131
131
|
fullWidth
|
|
132
132
|
maxWidth='lg'
|
|
133
133
|
TransitionComponent={ModalTransition as React.JSXElementConstructor<TransitionProps & { children: React.ReactElement }>}
|
|
134
|
+
sx={!modalIsOpen ? { pointerEvents: 'none' } : undefined}
|
|
134
135
|
slotProps={{
|
|
135
136
|
backdrop: {
|
|
136
137
|
sx: { pointerEvents: modalIsOpen ? 'auto' : 'none' },
|