@underverse-ui/underverse 0.2.81 → 0.2.82

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.
Files changed (1) hide show
  1. package/package.json +55 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@underverse-ui/underverse",
3
- "version": "0.2.81",
3
+ "version": "0.2.82",
4
4
  "private": false,
5
5
  "description": "Underverse UI – reusable React/Next.js UI components",
6
6
  "type": "module",
@@ -48,11 +48,63 @@
48
48
  "class-variance-authority": ">=0.7.0",
49
49
  "react-hook-form": ">=7.0.0",
50
50
  "@hookform/resolvers": ">=3.0.0",
51
- "zod": ">=3.0.0"
51
+ "zod": ">=3.0.0",
52
+ "@tiptap/core": "^2.0.0 || ^3.0.0",
53
+ "@tiptap/extension-blockquote": "^2.0.0 || ^3.0.0",
54
+ "@tiptap/extension-bold": "^2.0.0 || ^3.0.0",
55
+ "@tiptap/extension-bubble-menu": "^2.0.0 || ^3.0.0",
56
+ "@tiptap/extension-bullet-list": "^2.0.0 || ^3.0.0",
57
+ "@tiptap/extension-character-count": "^2.0.0 || ^3.0.0",
58
+ "@tiptap/extension-code": "^2.0.0 || ^3.0.0",
59
+ "@tiptap/extension-code-block": "^2.0.0 || ^3.0.0",
60
+ "@tiptap/extension-code-block-lowlight": "^2.0.0 || ^3.0.0",
61
+ "@tiptap/extension-color": "^2.0.0 || ^3.0.0",
62
+ "@tiptap/extension-document": "^2.0.0 || ^3.0.0",
63
+ "@tiptap/extension-dropcursor": "^2.0.0 || ^3.0.0",
64
+ "@tiptap/extension-floating-menu": "^2.0.0 || ^3.0.0",
65
+ "@tiptap/extension-gapcursor": "^2.0.0 || ^3.0.0",
66
+ "@tiptap/extension-heading": "^2.0.0 || ^3.0.0",
67
+ "@tiptap/extension-highlight": "^2.0.0 || ^3.0.0",
68
+ "@tiptap/extension-history": "^2.0.0 || ^3.0.0",
69
+ "@tiptap/extension-horizontal-rule": "^2.0.0 || ^3.0.0",
70
+ "@tiptap/extension-image": "^2.0.0 || ^3.0.0",
71
+ "@tiptap/extension-italic": "^2.0.0 || ^3.0.0",
72
+ "@tiptap/extension-link": "^2.0.0 || ^3.0.0",
73
+ "@tiptap/extension-list": "^2.0.0 || ^3.0.0",
74
+ "@tiptap/extension-list-item": "^2.0.0 || ^3.0.0",
75
+ "@tiptap/extension-ordered-list": "^2.0.0 || ^3.0.0",
76
+ "@tiptap/extension-paragraph": "^2.0.0 || ^3.0.0",
77
+ "@tiptap/extension-placeholder": "^2.0.0 || ^3.0.0",
78
+ "@tiptap/extension-strike": "^2.0.0 || ^3.0.0",
79
+ "@tiptap/extension-subscript": "^2.0.0 || ^3.0.0",
80
+ "@tiptap/extension-superscript": "^2.0.0 || ^3.0.0",
81
+ "@tiptap/extension-table": "^2.0.0 || ^3.0.0",
82
+ "@tiptap/extension-table-cell": "^2.0.0 || ^3.0.0",
83
+ "@tiptap/extension-table-header": "^2.0.0 || ^3.0.0",
84
+ "@tiptap/extension-table-row": "^2.0.0 || ^3.0.0",
85
+ "@tiptap/extension-task-item": "^2.0.0 || ^3.0.0",
86
+ "@tiptap/extension-task-list": "^2.0.0 || ^3.0.0",
87
+ "@tiptap/extension-text": "^2.0.0 || ^3.0.0",
88
+ "@tiptap/extension-text-align": "^2.0.0 || ^3.0.0",
89
+ "@tiptap/extension-text-style": "^2.0.0 || ^3.0.0",
90
+ "@tiptap/extension-typography": "^2.0.0 || ^3.0.0",
91
+ "@tiptap/extension-underline": "^2.0.0 || ^3.0.0",
92
+ "@tiptap/extensions": "^2.0.0 || ^3.0.0",
93
+ "@tiptap/pm": "^2.0.0 || ^3.0.0",
94
+ "@tiptap/react": "^2.0.0 || ^3.0.0",
95
+ "@tiptap/suggestion": "^2.0.0 || ^3.0.0",
96
+ "@types/tippy.js": "^6.3.0",
97
+ "lowlight": "^3.0.0 || ^4.0.0",
98
+ "tippy.js": "^6.3.7"
52
99
  },
53
100
  "dependencies": {
54
101
  "clsx": "^2.1.1",
55
- "tailwind-merge": "^3.3.0",
102
+ "tailwind-merge": "^3.3.0"
103
+ },
104
+ "devDependencies": {
105
+ "tsup": "^8.3.0",
106
+ "typescript": "^5.6.3",
107
+ "rimraf": "^6.0.1",
56
108
  "@tiptap/core": "^3.16.0",
57
109
  "@tiptap/extension-blockquote": "^3.16.0",
58
110
  "@tiptap/extension-bold": "^3.16.0",
@@ -101,11 +153,6 @@
101
153
  "lowlight": "^3.3.0",
102
154
  "tippy.js": "^6.3.7"
103
155
  },
104
- "devDependencies": {
105
- "tsup": "^8.3.0",
106
- "typescript": "^5.6.3",
107
- "rimraf": "^6.0.1"
108
- },
109
156
  "engines": {
110
157
  "node": ">=18"
111
158
  },