@graphysdk/react-renderer 0.0.1-alpha.20260721093629 → 0.0.1-experimental.1

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,7 +1,8 @@
1
1
  {
2
2
  "name": "@graphysdk/react-renderer",
3
3
  "author": "Graphy",
4
- "version": "0.0.1-alpha.20260721093629",
4
+ "version": "0.0.1-experimental.1",
5
+ "private": false,
5
6
  "type": "module",
6
7
  "sideEffects": [
7
8
  "**/*.css.ts",
@@ -24,19 +25,6 @@
24
25
  "dependencies": {
25
26
  "@base-ui/react": "^1.3.0",
26
27
  "@floating-ui/react-dom": "^2.0.8",
27
- "@vanilla-extract/css": "^1.17.0",
28
- "@vanilla-extract/dynamic": "^2.1.2",
29
- "clsx": "^2.1.1",
30
- "color2k": "^2.0.3",
31
- "d3-interpolate-path": "^2.3.0",
32
- "motion": "^12.23.12",
33
- "react-colorful": "^5.6.1",
34
- "react-intl": "^8.1.3",
35
- "zustand": "^5.0.12",
36
- "@graphysdk/viz-engine": "0.0.1-alpha.20260721093629",
37
- "@graphysdk/i18n": "1.7.2"
38
- },
39
- "peerDependencies": {
40
28
  "@tiptap/core": "^3.0.0",
41
29
  "@tiptap/extension-bold": "^3.0.0",
42
30
  "@tiptap/extension-document": "^3.0.0",
@@ -52,6 +40,19 @@
52
40
  "@tiptap/extensions": "^3.0.0",
53
41
  "@tiptap/pm": "^3.0.0",
54
42
  "@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
+ "motion": "^12.23.12",
49
+ "react-colorful": "^5.6.1",
50
+ "react-intl": "^8.1.3",
51
+ "zustand": "^5.0.12",
52
+ "@graphysdk/viz-engine": "0.0.1-experimental.1",
53
+ "@graphysdk/i18n": "1.6.0"
54
+ },
55
+ "peerDependencies": {
55
56
  "react": "^19.0.0"
56
57
  },
57
58
  "devDependencies": {
@@ -59,21 +60,6 @@
59
60
  "@testing-library/jest-dom": "^6.5.0",
60
61
  "@testing-library/react": "^16.3.1",
61
62
  "@testing-library/user-event": "^13.5.0",
62
- "@tiptap/core": "^3.0.0",
63
- "@tiptap/extension-bold": "^3.0.0",
64
- "@tiptap/extension-document": "^3.0.0",
65
- "@tiptap/extension-hard-break": "^3.0.0",
66
- "@tiptap/extension-heading": "^3.0.0",
67
- "@tiptap/extension-italic": "^3.0.0",
68
- "@tiptap/extension-link": "^3.0.0",
69
- "@tiptap/extension-paragraph": "^3.0.0",
70
- "@tiptap/extension-text": "^3.0.0",
71
- "@tiptap/extension-text-align": "^3.0.0",
72
- "@tiptap/extension-text-style": "^3.0.0",
73
- "@tiptap/extension-underline": "^3.0.0",
74
- "@tiptap/extensions": "^3.0.0",
75
- "@tiptap/pm": "^3.0.0",
76
- "@tiptap/react": "^3.0.0",
77
63
  "@types/d3-interpolate-path": "^2.0.3",
78
64
  "@types/react": "^19.2.14",
79
65
  "@types/react-dom": "^19.2.3",
@@ -82,12 +68,12 @@
82
68
  "react-dom": "^19.2.4",
83
69
  "rollup-plugin-node-externals": "^8.1.1",
84
70
  "tslib": "^2.8.1",
85
- "vite": "^6.4.3",
71
+ "vite": "^6.4.2",
86
72
  "vite-plugin-dts": "^4.5.4",
87
73
  "vitest": "^4.1.0",
88
- "@graphytools/eslint-plugin-graphy": "1.0.0",
89
- "@graphytools/typescript-config": "0.0.1",
90
74
  "@graphytools/eslint-config": "0.0.1",
75
+ "@graphytools/typescript-config": "0.0.1",
76
+ "@graphytools/eslint-plugin-graphy": "1.0.0",
91
77
  "@graphytools/vitest-config": "1.0.0"
92
78
  },
93
79
  "lint-staged": {