@propriety/court-calendar 1.0.79 → 1.0.81

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
@@ -14464,7 +14464,7 @@ function DH({
14464
14464
  return /* @__PURE__ */ A(Ln, { children: [
14465
14465
  /* @__PURE__ */ A(n9, { value: a, onChange: (H, b) => {
14466
14466
  i(b);
14467
- }, sx: { justifyContent: "flex-start !important" }, children: [
14467
+ }, sx: { "& .MuiTabs-flexContainer": { justifyContent: "flex-start" } }, children: [
14468
14468
  /* @__PURE__ */ X(Dc, { label: "Cases", ...vi(0) }),
14469
14469
  /* @__PURE__ */ X(Dc, { label: "Logs", ...vi(1) })
14470
14470
  ] }),
@@ -15829,7 +15829,6 @@ function QH({
15829
15829
  Li,
15830
15830
  {
15831
15831
  open: t,
15832
- keepMounted: !0,
15833
15832
  onClose: () => r(!1),
15834
15833
  fullWidth: !0,
15835
15834
  maxWidth: "lg",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@propriety/court-calendar",
3
3
  "private": false,
4
- "version": "1.0.79",
4
+ "version": "1.0.81",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -66,7 +66,7 @@ export default function DateTabs({
66
66
 
67
67
  return (
68
68
  <>
69
- <Tabs value={activeTab} onChange={handleChange} sx={{ justifyContent: 'flex-start !important' }}>
69
+ <Tabs value={activeTab} onChange={handleChange} sx={{ '& .MuiTabs-flexContainer': { justifyContent: 'flex-start' } }}>
70
70
  <Tab label='Cases' {...a11yProps(0)} />
71
71
  <Tab label='Logs' {...a11yProps(1)} />
72
72
  </Tabs>
@@ -105,7 +105,6 @@ export default function CCModal({
105
105
  return (
106
106
  <Dialog
107
107
  open={modalIsOpen}
108
- keepMounted
109
108
  onClose={() => setIsOpen(false)}
110
109
  fullWidth
111
110
  maxWidth='lg'