@sustaina/shared-ui 1.19.0 → 1.21.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,7 +1,7 @@
1
1
  {
2
2
  "name": "@sustaina/shared-ui",
3
3
  "author": "Sustaina Team",
4
- "version": "1.19.0",
4
+ "version": "1.21.0",
5
5
  "description": "Laboratory for Sustaina micro-frontend modules.",
6
6
  "license": "UNLICENSED",
7
7
  "scripts": {
@@ -91,14 +91,14 @@
91
91
  "peerDependencies": {
92
92
  "@hookform/resolvers": "^3.10.0",
93
93
  "@tanstack/react-table": "^8.0.0",
94
+ "i18next": "^25.6.0",
94
95
  "react": "^18.0.0 || ^19.0.0",
95
96
  "react-dom": "^18.0.0 || ^19.0.0",
97
+ "react-easy-crop": "^5.5.3",
96
98
  "react-hook-form": "^7.0.0",
99
+ "react-i18next": "^15.6.1",
97
100
  "zod": "^3.25.76",
98
- "zustand": "^5.0.8",
99
- "react-easy-crop": "^5.5.3",
100
- "i18next": "^25.6.0",
101
- "react-i18next": "^15.6.1"
101
+ "zustand": "^5.0.8"
102
102
  },
103
103
  "dependencies": {
104
104
  "@dnd-kit/core": "^6.3.1",
@@ -124,10 +124,15 @@
124
124
  "@radix-ui/react-slot": "^1.2.3",
125
125
  "@radix-ui/react-switch": "^1.2.6",
126
126
  "@radix-ui/react-tooltip": "^1.2.8",
127
+ "@tiptap/core": "^3.11.0",
128
+ "@tiptap/react": "^3.11.0",
129
+ "@tiptap/starter-kit": "^3.11.0",
130
+ "@tiptap/suggestion": "^3.11.0",
127
131
  "class-variance-authority": "^0.7.1",
128
132
  "clsx": "^2.1.1",
129
133
  "lexical": "^0.36.2",
130
134
  "lucide-react": "^0.536.0",
135
+ "prosemirror-state": "^1.4.4",
131
136
  "react-day-picker": "^9.9.0",
132
137
  "react-number-format": "^5.4.4",
133
138
  "tailwind-merge": "^3.3.1",