diff --git a/apps/mantine-react-table-docs/examples/custom-column-actions/sandbox/index.html b/apps/mantine-react-table-docs/examples/custom-column-actions/sandbox/index.html index 67a5a5845..618dca27b 100644 --- a/apps/mantine-react-table-docs/examples/custom-column-actions/sandbox/index.html +++ b/apps/mantine-react-table-docs/examples/custom-column-actions/sandbox/index.html @@ -3,7 +3,7 @@ - Material React Table Example + Mantine React Table Example diff --git a/apps/mantine-react-table-docs/examples/custom-column-filtering-ui/sandbox/index.html b/apps/mantine-react-table-docs/examples/custom-column-filtering-ui/sandbox/index.html index 67a5a5845..618dca27b 100644 --- a/apps/mantine-react-table-docs/examples/custom-column-filtering-ui/sandbox/index.html +++ b/apps/mantine-react-table-docs/examples/custom-column-filtering-ui/sandbox/index.html @@ -3,7 +3,7 @@ - Material React Table Example + Mantine React Table Example diff --git a/apps/mantine-react-table-docs/examples/enable-filter-facet-values/sandbox/index.html b/apps/mantine-react-table-docs/examples/enable-filter-facet-values/sandbox/index.html index 67a5a5845..618dca27b 100644 --- a/apps/mantine-react-table-docs/examples/enable-filter-facet-values/sandbox/index.html +++ b/apps/mantine-react-table-docs/examples/enable-filter-facet-values/sandbox/index.html @@ -3,7 +3,7 @@ - Material React Table Example + Mantine React Table Example diff --git a/apps/mantine-react-table-docs/examples/row-actions-buttons/sandbox/index.html b/apps/mantine-react-table-docs/examples/row-actions-buttons/sandbox/index.html index 67a5a5845..618dca27b 100644 --- a/apps/mantine-react-table-docs/examples/row-actions-buttons/sandbox/index.html +++ b/apps/mantine-react-table-docs/examples/row-actions-buttons/sandbox/index.html @@ -3,7 +3,7 @@ - Material React Table Example + Mantine React Table Example diff --git a/apps/mantine-react-table-docs/examples/row-actions-buttons/sandbox/package.json b/apps/mantine-react-table-docs/examples/row-actions-buttons/sandbox/package.json index 45865099f..457f41d2b 100644 --- a/apps/mantine-react-table-docs/examples/row-actions-buttons/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/row-actions-buttons/sandbox/package.json @@ -10,8 +10,12 @@ "start": "vite" }, "dependencies": { - "@emotion/styled": "^11.11.5", - "@mui/material": "^5.15.14", + "@mantine/core": "^7.7.1", + "@mantine/dates": "^7.7.1", + "@mantine/hooks": "^7.7.1", + "@tabler/icons-react": "3.1.0", + "clsx": "^2.1.0", + "dayjs": "^1.11.10", "mantine-react-table": "^2.0.0-beta.1", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/apps/mantine-react-table-docs/examples/row-actions-menu-items/sandbox/index.html b/apps/mantine-react-table-docs/examples/row-actions-menu-items/sandbox/index.html index 67a5a5845..618dca27b 100644 --- a/apps/mantine-react-table-docs/examples/row-actions-menu-items/sandbox/index.html +++ b/apps/mantine-react-table-docs/examples/row-actions-menu-items/sandbox/index.html @@ -3,7 +3,7 @@ - Material React Table Example + Mantine React Table Example diff --git a/apps/mantine-react-table-docs/examples/row-actions-menu-items/sandbox/package.json b/apps/mantine-react-table-docs/examples/row-actions-menu-items/sandbox/package.json index f2753ba94..3ee749b0e 100644 --- a/apps/mantine-react-table-docs/examples/row-actions-menu-items/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/row-actions-menu-items/sandbox/package.json @@ -10,8 +10,12 @@ "start": "vite" }, "dependencies": { - "@emotion/styled": "^11.11.5", - "@mui/material": "^5.15.14", + "@mantine/core": "^7.7.1", + "@mantine/dates": "^7.7.1", + "@mantine/hooks": "^7.7.1", + "@tabler/icons-react": "3.1.0", + "clsx": "^2.1.0", + "dayjs": "^1.11.10", "mantine-react-table": "^2.0.0-beta.1", "react": "^18.2.0", "react-dom": "^18.2.0"