@noraent/nora-datagrid 0.0.300 → 0.0.301

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noraent/nora-datagrid",
3
- "version": "0.0.300",
3
+ "version": "0.0.301",
4
4
  "module": "./dist/nora_datagrid.es.js",
5
5
  "main": "./dist/nora_datagrid.cjs.js",
6
6
  "private": false,
@@ -35,6 +35,7 @@
35
35
  "dependencies": {
36
36
  "@emotion/css": "^11.13.5",
37
37
  "@noraent/nora-datagrid": "file:",
38
+ "jose": "^6.1.0",
38
39
  "lodash": "^4.17.21",
39
40
  "rimraf": "^6.0.1",
40
41
  "sass-embedded": "^1.87.0"
@@ -59,15 +60,15 @@
59
60
  "eslint-plugin-react-hooks": "^5.1.0-rc.0",
60
61
  "eslint-plugin-react-refresh": "^0.4.9",
61
62
  "globals": "^15.9.0",
63
+ "react": "^19.0.0",
64
+ "react-dom": "^19.0.0",
62
65
  "terser": "^5.39.0",
63
66
  "typescript": "~5.8.3",
64
67
  "typescript-eslint": "^8.24.1",
65
68
  "vite": "^6.2.0",
66
69
  "vite-plugin-dts": "^4.5.3",
67
70
  "vite-plugin-svgr": "^4.3.0",
68
- "vite-tsconfig-paths": "^5.1.4",
69
- "react": "^19.0.0",
70
- "react-dom": "^19.0.0"
71
+ "vite-tsconfig-paths": "^5.1.4"
71
72
  },
72
73
  "peerDependenciesMeta": {
73
74
  "@emotion/react": {
@@ -42,3 +42,6 @@ export declare const NoraDataGridStyled: import('@emotion/styled').StyledCompone
42
42
  export declare const NoraDataGridBodyStyled: import('@emotion/styled').StyledComponent<any, {}, {
43
43
  ref?: React.Ref<any> | undefined;
44
44
  }>;
45
+ export declare const WatermarStyled: import('@emotion/styled').StyledComponent<any, {}, {
46
+ ref?: React.Ref<any> | undefined;
47
+ }>;