@novastera-oss/material-react-table 4.0.0-beta.7 → 4.0.0-beta.9

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.
Files changed (2) hide show
  1. package/README.md +0 -30
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -13,36 +13,6 @@ The original repository has not seen updates for over a year and the v9 beta lac
13
13
 
14
14
  View [Documentation](https://www.material-react-table.com/)
15
15
 
16
- <a href="https://npmjs.com/package/material-react-table" target="_blank">
17
- <img alt="" src="https://badgen.net/npm/v/material-react-table?color=blue" />
18
- </a>
19
- <a href="https://npmtrends.com/material-react-table" target="_blank">
20
- <img alt="" src="https://badgen.net/npm/dt/material-react-table?label=installs&icon=npm&color=blue" />
21
- </a>
22
- <a href="https://bundlephobia.com/result?p=material-react-table" target="_blank">
23
- <img alt="" src="https://badgen.net/bundlephobia/minzip/material-react-table@latest?color=blue" />
24
- </a>
25
- <a href="https://star-history.com/#kevinvandy/material-react-table&Date" target="_blank">
26
- <img alt="" src="https://badgen.net/github/stars/KevinVandy/material-react-table?color=blue" />
27
- </a>
28
- <a href="https://github.com/KevinVandy/material-react-table/blob/v3/LICENSE" target="_blank">
29
- <img alt="" src="https://badgen.net/github/license/KevinVandy/material-react-table?color=blue" />
30
- </a>
31
- <a
32
- href="https://github.com/sponsors/kevinvandy"
33
- target="_blank"
34
- rel="noopener"
35
- >
36
- <img alt="" src="https://img.shields.io/badge/sponsor-violet" />
37
- </a>
38
- <a
39
- href="https://discord.gg/5wqyRx6fnm"
40
- target="_blank"
41
- rel="noopener"
42
- >
43
- <img alt="" src="https://dcbadge.vercel.app/api/server/5wqyRx6fnm?style=flat">
44
- </a>
45
-
46
16
  ## About
47
17
 
48
18
  ### _Quickly Create React Data Tables with Material Design_
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@novastera-oss/material-react-table",
3
- "version": "4.0.0-beta.7",
3
+ "version": "4.0.0-beta.9",
4
4
  "description": "Material UI V9 Material React Table",
5
5
  "author": "Novastera",
6
6
  "license": "MIT",
@@ -13,7 +13,7 @@
13
13
  ],
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "https://github.com/novastera-oss/material-react-table.git"
16
+ "url": "https://github.com/novastera/material-react-table.git"
17
17
  },
18
18
  "sideEffects": false,
19
19
  "type": "module",
@@ -27,9 +27,9 @@
27
27
  "require": "./dist/index.cjs"
28
28
  },
29
29
  "./locales/*": {
30
- "types": "./dist/locales/*.d.ts",
31
- "import": "./dist/locales/*.js",
32
- "require": "./dist/locales/*.cjs"
30
+ "types": "./locales/*/index.d.ts",
31
+ "import": "./locales/*/index.esm.js",
32
+ "require": "./locales/*/index.js"
33
33
  }
34
34
  },
35
35
  "files": [