@tuturuuu/ui 0.29.0 → 0.29.2
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.29.2](https://github.com/tutur3u/platform/compare/ui-v0.29.1...ui-v0.29.2) (2026-08-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **tasks:** stabilize quick view and terminal actions ([380e7ea](https://github.com/tutur3u/platform/commit/380e7eafda2d7717a9356fc5f1f252e0aaddbdcf))
|
|
9
|
+
|
|
10
|
+
## [0.29.1](https://github.com/tutur3u/platform/compare/ui-v0.29.0...ui-v0.29.1) (2026-08-21)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **ci:** complete dependency and Rust validation ([61e4c12](https://github.com/tutur3u/platform/commit/61e4c12ec3c90707dde63ed7469854519b3688c8))
|
|
16
|
+
|
|
3
17
|
## [0.29.0](https://github.com/tutur3u/platform/compare/ui-v0.28.1...ui-v0.29.0) (2026-08-20)
|
|
4
18
|
|
|
5
19
|
|
package/biome.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuturuuu/ui",
|
|
3
|
-
"version": "0.29.
|
|
3
|
+
"version": "0.29.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"@dnd-kit/sortable": "^10.0.0",
|
|
22
22
|
"@dnd-kit/utilities": "^3.2.2",
|
|
23
23
|
"@dqcai/vn-lunar": "^1.0.1",
|
|
24
|
-
"@hookform/resolvers": "^5.
|
|
25
|
-
"@json-render/core": "^0.
|
|
26
|
-
"@json-render/react": "^0.
|
|
24
|
+
"@hookform/resolvers": "^5.9.1",
|
|
25
|
+
"@json-render/core": "^0.20.0",
|
|
26
|
+
"@json-render/react": "^0.20.0",
|
|
27
27
|
"@radix-ui/react-accordion": "^1.2.20",
|
|
28
28
|
"@radix-ui/react-alert-dialog": "^1.1.23",
|
|
29
29
|
"@radix-ui/react-aspect-ratio": "^1.1.15",
|
|
@@ -59,41 +59,41 @@
|
|
|
59
59
|
"@tanstack/react-pacer": "^0.23.0",
|
|
60
60
|
"@tanstack/react-query": "^5.101.2",
|
|
61
61
|
"@tanstack/react-table": "^9.0.0",
|
|
62
|
-
"@tanstack/react-virtual": "^3.14.
|
|
63
|
-
"@tiptap/core": "3.30.
|
|
64
|
-
"@tiptap/extension-collaboration": "3.30.
|
|
65
|
-
"@tiptap/extension-collaboration-caret": "3.30.
|
|
66
|
-
"@tiptap/extension-color": "3.30.
|
|
67
|
-
"@tiptap/extension-details": "3.30.
|
|
68
|
-
"@tiptap/extension-drag-handle": "3.30.
|
|
69
|
-
"@tiptap/extension-drag-handle-react": "3.30.
|
|
70
|
-
"@tiptap/extension-highlight": "3.30.
|
|
71
|
-
"@tiptap/extension-horizontal-rule": "3.30.
|
|
72
|
-
"@tiptap/extension-image": "3.30.
|
|
73
|
-
"@tiptap/extension-link": "3.30.
|
|
74
|
-
"@tiptap/extension-list": "3.30.
|
|
75
|
-
"@tiptap/extension-node-range": "3.30.
|
|
76
|
-
"@tiptap/extension-placeholder": "3.30.
|
|
77
|
-
"@tiptap/extension-strike": "3.30.
|
|
78
|
-
"@tiptap/extension-subscript": "3.30.
|
|
79
|
-
"@tiptap/extension-superscript": "3.30.
|
|
80
|
-
"@tiptap/extension-table": "3.30.
|
|
81
|
-
"@tiptap/extension-table-cell": "3.30.
|
|
82
|
-
"@tiptap/extension-table-header": "3.30.
|
|
83
|
-
"@tiptap/extension-table-row": "3.30.
|
|
84
|
-
"@tiptap/extension-text-align": "3.30.
|
|
85
|
-
"@tiptap/extension-text-style": "3.30.
|
|
86
|
-
"@tiptap/extension-youtube": "3.30.
|
|
87
|
-
"@tiptap/pm": "3.30.
|
|
88
|
-
"@tiptap/react": "3.30.
|
|
89
|
-
"@tiptap/starter-kit": "3.30.
|
|
90
|
-
"@tuturuuu/ai": "0.8.
|
|
91
|
-
"@tuturuuu/apis": "0.11.
|
|
62
|
+
"@tanstack/react-virtual": "^3.14.10",
|
|
63
|
+
"@tiptap/core": "3.30.2",
|
|
64
|
+
"@tiptap/extension-collaboration": "3.30.2",
|
|
65
|
+
"@tiptap/extension-collaboration-caret": "3.30.2",
|
|
66
|
+
"@tiptap/extension-color": "3.30.2",
|
|
67
|
+
"@tiptap/extension-details": "3.30.2",
|
|
68
|
+
"@tiptap/extension-drag-handle": "3.30.2",
|
|
69
|
+
"@tiptap/extension-drag-handle-react": "3.30.2",
|
|
70
|
+
"@tiptap/extension-highlight": "3.30.2",
|
|
71
|
+
"@tiptap/extension-horizontal-rule": "3.30.2",
|
|
72
|
+
"@tiptap/extension-image": "3.30.2",
|
|
73
|
+
"@tiptap/extension-link": "3.30.2",
|
|
74
|
+
"@tiptap/extension-list": "3.30.2",
|
|
75
|
+
"@tiptap/extension-node-range": "3.30.2",
|
|
76
|
+
"@tiptap/extension-placeholder": "3.30.2",
|
|
77
|
+
"@tiptap/extension-strike": "3.30.2",
|
|
78
|
+
"@tiptap/extension-subscript": "3.30.2",
|
|
79
|
+
"@tiptap/extension-superscript": "3.30.2",
|
|
80
|
+
"@tiptap/extension-table": "3.30.2",
|
|
81
|
+
"@tiptap/extension-table-cell": "3.30.2",
|
|
82
|
+
"@tiptap/extension-table-header": "3.30.2",
|
|
83
|
+
"@tiptap/extension-table-row": "3.30.2",
|
|
84
|
+
"@tiptap/extension-text-align": "3.30.2",
|
|
85
|
+
"@tiptap/extension-text-style": "3.30.2",
|
|
86
|
+
"@tiptap/extension-youtube": "3.30.2",
|
|
87
|
+
"@tiptap/pm": "3.30.2",
|
|
88
|
+
"@tiptap/react": "3.30.2",
|
|
89
|
+
"@tiptap/starter-kit": "3.30.2",
|
|
90
|
+
"@tuturuuu/ai": "0.8.3",
|
|
91
|
+
"@tuturuuu/apis": "0.11.3",
|
|
92
92
|
"@tuturuuu/hooks": "0.1.1",
|
|
93
93
|
"@tuturuuu/icons": "0.1.0",
|
|
94
|
-
"@tuturuuu/internal-api": "0.
|
|
95
|
-
"@tuturuuu/supabase": "0.5.
|
|
96
|
-
"@tuturuuu/utils": "0.25.
|
|
94
|
+
"@tuturuuu/internal-api": "0.32.0",
|
|
95
|
+
"@tuturuuu/supabase": "0.5.1",
|
|
96
|
+
"@tuturuuu/utils": "0.25.5",
|
|
97
97
|
"@types/debug": "^4.1.13",
|
|
98
98
|
"browser-image-compression": "^2.0.2",
|
|
99
99
|
"class-variance-authority": "^0.7.1",
|
|
@@ -101,23 +101,23 @@
|
|
|
101
101
|
"cookies-next": "^6.1.1",
|
|
102
102
|
"date-fns": "^4.4.0",
|
|
103
103
|
"date-fns-tz": "^3.2.0",
|
|
104
|
-
"dayjs": "^1.11.
|
|
104
|
+
"dayjs": "^1.11.23",
|
|
105
105
|
"debug": "^4.4.3",
|
|
106
106
|
"embla-carousel-react": "^8.6.0",
|
|
107
107
|
"eventemitter3": "^5.0.4",
|
|
108
|
-
"framer-motion": "^13.1.
|
|
108
|
+
"framer-motion": "^13.1.1",
|
|
109
109
|
"gsap": "^3.15.0",
|
|
110
110
|
"html-entities": "^2.6.0",
|
|
111
|
-
"html2canvas-pro": "^2.3.
|
|
112
|
-
"input-otp": "^1.
|
|
111
|
+
"html2canvas-pro": "^2.3.9",
|
|
112
|
+
"input-otp": "^1.5.0",
|
|
113
113
|
"katex": "^0.18.4",
|
|
114
114
|
"lodash": "4.18.1",
|
|
115
115
|
"moment": "^2.30.1",
|
|
116
|
-
"motion": "^13.1.
|
|
117
|
-
"next": "^16.3.
|
|
118
|
-
"next-intl": "^4.13.
|
|
116
|
+
"motion": "^13.1.1",
|
|
117
|
+
"next": "^16.3.2",
|
|
118
|
+
"next-intl": "^4.13.7",
|
|
119
119
|
"next-themes": "^0.4.6",
|
|
120
|
-
"nuqs": "^2.
|
|
120
|
+
"nuqs": "^2.10.0",
|
|
121
121
|
"prosemirror-state": "^1.4.4",
|
|
122
122
|
"prosemirror-view": "1.42.2",
|
|
123
123
|
"qrcode.react": "^4.2.0",
|
|
@@ -125,13 +125,13 @@
|
|
|
125
125
|
"react-colorful": "^5.8.0",
|
|
126
126
|
"react-day-picker": "^10.0.1",
|
|
127
127
|
"react-dom": "^19.2.8",
|
|
128
|
-
"react-dropzone": "^20.1.
|
|
129
|
-
"react-hook-form": "^7.
|
|
128
|
+
"react-dropzone": "^20.1.1",
|
|
129
|
+
"react-hook-form": "^7.86.0",
|
|
130
130
|
"react-markdown": "^10.1.0",
|
|
131
131
|
"react-papaparse": "^4.4.0",
|
|
132
|
-
"react-pdf": "^10.
|
|
132
|
+
"react-pdf": "^10.5.0",
|
|
133
133
|
"react-resizable": "^4.0.2",
|
|
134
|
-
"react-resizable-panels": "^4.12.
|
|
134
|
+
"react-resizable-panels": "^4.12.3",
|
|
135
135
|
"react-syntax-highlighter": "^16.1.1",
|
|
136
136
|
"recharts": "3.10.1",
|
|
137
137
|
"slot-text": "^0.3.4",
|
|
@@ -150,12 +150,12 @@
|
|
|
150
150
|
"devDependencies": {
|
|
151
151
|
"@tailwindcss/postcss": "^4.3.3",
|
|
152
152
|
"@tailwindcss/typography": "^0.5.20",
|
|
153
|
-
"@tanstack/react-query": "^5.
|
|
153
|
+
"@tanstack/react-query": "^5.102.1",
|
|
154
154
|
"@tanstack/react-table": "^9.1.2",
|
|
155
155
|
"@testing-library/jest-dom": "^7.0.1",
|
|
156
156
|
"@testing-library/react": "^16.3.2",
|
|
157
157
|
"@tuturuuu/types": "0.27.0",
|
|
158
|
-
"@tuturuuu/typescript-config": "0.1.
|
|
158
|
+
"@tuturuuu/typescript-config": "0.1.2",
|
|
159
159
|
"@types/html2canvas": "^1.0.0",
|
|
160
160
|
"@types/lodash": "^4.17.25",
|
|
161
161
|
"@types/node": "^26.2.0",
|
|
@@ -164,15 +164,15 @@
|
|
|
164
164
|
"@types/react-resizable": "^4.0.0",
|
|
165
165
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
166
166
|
"@types/uuid": "^11.0.0",
|
|
167
|
-
"@vitejs/plugin-react": "^6.0
|
|
167
|
+
"@vitejs/plugin-react": "^6.1.0",
|
|
168
168
|
"autoprefixer": "^10.5.4",
|
|
169
169
|
"jsdom": "^30.0.1",
|
|
170
170
|
"postcss": "^8.5.26",
|
|
171
171
|
"postcss-load-config": "^6.0.1",
|
|
172
172
|
"tailwindcss": "^4.3.3",
|
|
173
173
|
"typescript": "7.0.2",
|
|
174
|
-
"uuid": "^14.0.
|
|
175
|
-
"vitest": "^4.1.
|
|
174
|
+
"uuid": "^14.0.2",
|
|
175
|
+
"vitest": "^4.1.11"
|
|
176
176
|
},
|
|
177
177
|
"peerDependencies": {
|
|
178
178
|
"@tanstack/react-query": "^5.101.2",
|
|
@@ -444,5 +444,5 @@
|
|
|
444
444
|
"import": "./src/components/ui/text-editor/text-replacements.ts"
|
|
445
445
|
}
|
|
446
446
|
},
|
|
447
|
-
"packageManager": "bun@1.
|
|
447
|
+
"packageManager": "bun@1.4.0"
|
|
448
448
|
}
|
|
@@ -1085,7 +1085,7 @@ export function FixedToolbar({
|
|
|
1085
1085
|
<div
|
|
1086
1086
|
ref={ref}
|
|
1087
1087
|
className={cn(
|
|
1088
|
-
'@container scrollbar-hide sticky top-
|
|
1088
|
+
'@container scrollbar-hide sticky -top-px z-40 flex w-full min-w-0 max-w-full flex-nowrap items-center gap-1 overflow-x-auto overflow-y-hidden overscroll-x-contain whitespace-nowrap rounded-t-md border-dynamic-border border-b bg-background/95 px-2 py-1.5 backdrop-blur-sm',
|
|
1089
1089
|
className
|
|
1090
1090
|
)}
|
|
1091
1091
|
>
|