@cere/cere-design-system 0.0.6 → 0.0.8

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
@@ -2453,7 +2453,7 @@ var ListItem3 = ({
2453
2453
  }
2454
2454
  ),
2455
2455
  children,
2456
- action && /* @__PURE__ */ jsx29(ListItemSecondaryAction, { children: action })
2456
+ action && action
2457
2457
  ] });
2458
2458
  };
2459
2459
 
@@ -2524,7 +2524,7 @@ var TableHeader = ({
2524
2524
  };
2525
2525
 
2526
2526
  // src/components/layout/Grid.tsx
2527
- import { Grid } from "@mui/material";
2527
+ import { Grid2 } from "@mui/material";
2528
2528
 
2529
2529
  // src/components/layout/Breadcrumbs.tsx
2530
2530
  import MuiBreadcrumbs from "@mui/material/Breadcrumbs";
@@ -3384,7 +3384,7 @@ export {
3384
3384
  FormControlLabel,
3385
3385
  FormHelperText,
3386
3386
  FormLabel,
3387
- Grid,
3387
+ Grid2 as Grid,
3388
3388
  IconButton,
3389
3389
  InputAdornment2 as InputAdornment,
3390
3390
  InputLabel,