@graphysdk/react-renderer 0.0.1-plugins.9 → 1.8.1-beta.1786024899180

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/package.json CHANGED
@@ -1,8 +1,17 @@
1
1
  {
2
2
  "name": "@graphysdk/react-renderer",
3
3
  "author": "Graphy",
4
- "version": "0.0.1-plugins.9",
5
- "private": false,
4
+ "description": "React renderer for @graphysdk/viz-engine",
5
+ "homepage": "https://docs.graphy.dev/sdk-next/rendering/provider-and-renderer",
6
+ "license": "SEE LICENSE IN LICENSE.md",
7
+ "keywords": [
8
+ "graphy",
9
+ "chart",
10
+ "react",
11
+ "visualization",
12
+ "renderer"
13
+ ],
14
+ "version": "1.8.1-beta.1786024899180",
6
15
  "type": "module",
7
16
  "sideEffects": [
8
17
  "**/*.css.ts",
@@ -12,6 +21,7 @@
12
21
  "types": "./dist/index.d.ts",
13
22
  "files": [
14
23
  "dist",
24
+ "LICENSE.md",
15
25
  "README.md"
16
26
  ],
17
27
  "exports": {
@@ -20,11 +30,27 @@
20
30
  "import": "./dist/index.mjs",
21
31
  "require": "./dist/index.cjs"
22
32
  },
23
- "./styles.css": "./dist/index.css"
33
+ "./editable": {
34
+ "types": "./dist/editable.d.ts",
35
+ "import": "./dist/editable.mjs",
36
+ "require": "./dist/editable.cjs"
37
+ }
24
38
  },
25
39
  "dependencies": {
26
40
  "@base-ui/react": "^1.3.0",
27
41
  "@floating-ui/react-dom": "^2.0.8",
42
+ "@vanilla-extract/css": "^1.17.0",
43
+ "@vanilla-extract/dynamic": "^2.1.2",
44
+ "clsx": "^2.1.1",
45
+ "color2k": "^2.0.3",
46
+ "d3-interpolate-path": "^2.3.0",
47
+ "motion": "^12.23.12",
48
+ "react-colorful": "^5.6.1",
49
+ "react-intl": "^8.1.3",
50
+ "zustand": "^5.0.12",
51
+ "@graphysdk/viz-engine": "1.8.1-beta.1786024899180"
52
+ },
53
+ "peerDependencies": {
28
54
  "@tiptap/core": "^3.0.0",
29
55
  "@tiptap/extension-bold": "^3.0.0",
30
56
  "@tiptap/extension-document": "^3.0.0",
@@ -40,27 +66,29 @@
40
66
  "@tiptap/extensions": "^3.0.0",
41
67
  "@tiptap/pm": "^3.0.0",
42
68
  "@tiptap/react": "^3.0.0",
43
- "@vanilla-extract/css": "^1.17.0",
44
- "@vanilla-extract/dynamic": "^2.1.2",
45
- "clsx": "^2.1.1",
46
- "color2k": "^2.0.3",
47
- "d3-interpolate-path": "^2.3.0",
48
- "d3-shape": "^3.2.0",
49
- "motion": "^12.23.12",
50
- "react-colorful": "^5.6.1",
51
- "zustand": "^5.0.12",
52
- "@graphysdk/viz-engine": "0.0.1-plugins.9"
53
- },
54
- "peerDependencies": {
55
69
  "react": "^19.0.0"
56
70
  },
57
71
  "devDependencies": {
58
72
  "@rollup/plugin-replace": "^6.0.3",
59
73
  "@testing-library/jest-dom": "^6.5.0",
60
74
  "@testing-library/react": "^16.3.1",
61
- "@testing-library/user-event": "^13.5.0",
75
+ "@testing-library/user-event": "^14.6.1",
76
+ "@tiptap/core": "^3.0.0",
77
+ "@tiptap/extension-bold": "^3.0.0",
78
+ "@tiptap/extension-document": "^3.0.0",
79
+ "@tiptap/extension-hard-break": "^3.0.0",
80
+ "@tiptap/extension-heading": "^3.0.0",
81
+ "@tiptap/extension-italic": "^3.0.0",
82
+ "@tiptap/extension-link": "^3.0.0",
83
+ "@tiptap/extension-paragraph": "^3.0.0",
84
+ "@tiptap/extension-text": "^3.0.0",
85
+ "@tiptap/extension-text-align": "^3.0.0",
86
+ "@tiptap/extension-text-style": "^3.0.0",
87
+ "@tiptap/extension-underline": "^3.0.0",
88
+ "@tiptap/extensions": "^3.0.0",
89
+ "@tiptap/pm": "^3.0.0",
90
+ "@tiptap/react": "^3.0.0",
62
91
  "@types/d3-interpolate-path": "^2.0.3",
63
- "@types/d3-shape": "^3.1.0",
64
92
  "@types/react": "^19.2.14",
65
93
  "@types/react-dom": "^19.2.3",
66
94
  "@vanilla-extract/vite-plugin": "^5.0.0",
@@ -68,13 +96,13 @@
68
96
  "react-dom": "^19.2.4",
69
97
  "rollup-plugin-node-externals": "^8.1.1",
70
98
  "tslib": "^2.8.1",
71
- "vite": "^6.4.2",
99
+ "vite": "^8.1.5",
72
100
  "vite-plugin-dts": "^4.5.4",
101
+ "vite-plugin-lib-inject-css": "^2.2.2",
73
102
  "vitest": "^4.1.0",
74
103
  "@graphytools/eslint-config": "0.0.1",
75
- "@graphysdk/viz-engine": "0.0.1-plugins.9",
76
- "@graphytools/typescript-config": "0.0.1",
77
104
  "@graphytools/eslint-plugin-graphy": "1.0.0",
105
+ "@graphytools/typescript-config": "0.0.1",
78
106
  "@graphytools/vitest-config": "1.0.0"
79
107
  },
80
108
  "lint-staged": {