tempest-react-sdk 0.10.0 → 0.11.0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "tempest-react-sdk",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "description": "SDK público da Tempest com componentes, hooks e integrações para projetos React.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -60,6 +60,16 @@
60
60
  "import": "./dist/sw.js",
61
61
  "require": "./dist/sw.cjs"
62
62
  },
63
+ "./charts": {
64
+ "types": "./dist/charts.d.ts",
65
+ "import": "./dist/charts.js",
66
+ "require": "./dist/charts.cjs"
67
+ },
68
+ "./editor": {
69
+ "types": "./dist/editor.d.ts",
70
+ "import": "./dist/editor.js",
71
+ "require": "./dist/editor.cjs"
72
+ },
63
73
  "./styles.css": "./dist/styles.css",
64
74
  "./package.json": "./package.json"
65
75
  },
@@ -98,9 +108,12 @@
98
108
  "zustand": "^4.0.0 || ^5.0.0"
99
109
  },
100
110
  "peerDependencies": {
111
+ "@tiptap/react": "^2.0.0 || ^3.0.0",
112
+ "@tiptap/starter-kit": "^2.0.0 || ^3.0.0",
101
113
  "@vitejs/plugin-react": "^4.0.0 || ^5.0.0",
102
114
  "react": "^18.0.0 || ^19.0.0",
103
115
  "react-dom": "^18.0.0 || ^19.0.0",
116
+ "recharts": "^2.0.0 || ^3.0.0",
104
117
  "vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
105
118
  },
106
119
  "peerDependenciesMeta": {
@@ -109,6 +122,15 @@
109
122
  },
110
123
  "@vitejs/plugin-react": {
111
124
  "optional": true
125
+ },
126
+ "recharts": {
127
+ "optional": true
128
+ },
129
+ "@tiptap/react": {
130
+ "optional": true
131
+ },
132
+ "@tiptap/starter-kit": {
133
+ "optional": true
112
134
  }
113
135
  },
114
136
  "devDependencies": {
@@ -118,6 +140,9 @@
118
140
  "@testing-library/jest-dom": "^6.9.1",
119
141
  "@testing-library/react": "^16.3.2",
120
142
  "@testing-library/user-event": "^14.6.1",
143
+ "@tiptap/pm": "^3.27.1",
144
+ "@tiptap/react": "^3.27.1",
145
+ "@tiptap/starter-kit": "^3.27.1",
121
146
  "@types/node": "^24.0.0",
122
147
  "@types/react": "^19.1.0",
123
148
  "@types/react-dom": "^19.1.0",
@@ -137,6 +162,7 @@
137
162
  "react": "^19.1.0",
138
163
  "react-dom": "^19.1.0",
139
164
  "react-hook-form": "^7.76.0",
165
+ "recharts": "^3.9.0",
140
166
  "size-limit": "^12.1.0",
141
167
  "typescript": "~5.9.0",
142
168
  "typescript-eslint": "^8.45.0",