@movable/ui 2.12.6 → 2.13.0

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.
@@ -0,0 +1,6 @@
1
+ type SkeletonGridType = {
2
+ skeletonRows: number;
3
+ skeletonColumns: number;
4
+ };
5
+ declare const FormSkeletonGrid: ({ skeletonRows, skeletonColumns, }: SkeletonGridType) => import("react/jsx-runtime").JSX.Element;
6
+ export default FormSkeletonGrid;
@@ -1 +1,2 @@
1
1
  export { default as PageWrapper } from './PageWrapper';
2
+ export { default as FormSkeletonGrid } from './FormSkeletonGrid';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@movable/ui",
3
- "version": "2.12.6",
3
+ "version": "2.13.0",
4
4
  "description": "Movable Ink's shared MUI components and MUI theme for our vite applications",
5
5
  "module": "lib/index.mjs",
6
6
  "types": "lib/index.d.ts",