@tuturuuu/ui 0.29.1 → 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,12 @@
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
+
3
10
  ## [0.29.1](https://github.com/tutur3u/platform/compare/ui-v0.29.0...ui-v0.29.1) (2026-08-21)
4
11
 
5
12
 
package/biome.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "root": false,
3
- "$schema": "https://biomejs.dev/schemas/2.5.9/schema.json",
3
+ "$schema": "https://biomejs.dev/schemas/2.5.10/schema.json",
4
4
  "extends": "//"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuturuuu/ui",
3
- "version": "0.29.1",
3
+ "version": "0.29.2",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -91,9 +91,9 @@
91
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.31.1",
94
+ "@tuturuuu/internal-api": "0.32.0",
95
95
  "@tuturuuu/supabase": "0.5.1",
96
- "@tuturuuu/utils": "0.25.4",
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",
@@ -126,7 +126,7 @@
126
126
  "react-day-picker": "^10.0.1",
127
127
  "react-dom": "^19.2.8",
128
128
  "react-dropzone": "^20.1.1",
129
- "react-hook-form": "^7.85.0",
129
+ "react-hook-form": "^7.86.0",
130
130
  "react-markdown": "^10.1.0",
131
131
  "react-papaparse": "^4.4.0",
132
132
  "react-pdf": "^10.5.0",
@@ -150,7 +150,7 @@
150
150
  "devDependencies": {
151
151
  "@tailwindcss/postcss": "^4.3.3",
152
152
  "@tailwindcss/typography": "^0.5.20",
153
- "@tanstack/react-query": "^5.101.4",
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",
@@ -97,6 +97,7 @@ describe('inline task conversion toolbar', () => {
97
97
 
98
98
  expect(toolbar).toHaveClass(
99
99
  '@container',
100
+ '-top-px',
100
101
  'flex-nowrap',
101
102
  'max-w-full',
102
103
  'overflow-x-auto',
@@ -1085,7 +1085,7 @@ export function FixedToolbar({
1085
1085
  <div
1086
1086
  ref={ref}
1087
1087
  className={cn(
1088
- '@container scrollbar-hide sticky top-0 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',
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
  >