@usereq/widget 0.2.6 → 0.2.8

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": "@usereq/widget",
3
- "version": "0.2.6",
3
+ "version": "0.2.8",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -67,7 +67,7 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "packageManager": "bun@1.2.22",
70
+ "packageManager": "bun@1.3.11",
71
71
  "scripts": {
72
72
  "build:core": "bunx tsc -p tsconfig.json --noEmit",
73
73
  "build:embed": "vite build",
@@ -76,7 +76,7 @@
76
76
  },
77
77
  "dependencies": {
78
78
  "@streamdown/mermaid": "^1.0.2",
79
- "@usereq/ui": "^0.2.5",
79
+ "@usereq/ui": "^0.2.6",
80
80
  "lucide-react": "^0.553.0",
81
81
  "motion": "^12.23.24",
82
82
  "react": "^19.2.0",
@@ -520,8 +520,9 @@ function MessengerComposer({
520
520
  onKeyDown={handleKeyDown}
521
521
  rows={1}
522
522
  disabled={disabled}
523
+ autoResize
523
524
  className={cn(
524
- "min-h-9 max-h-32 flex-1 resize-none border-0 bg-transparent py-2 text-[14px] leading-snug shadow-none",
525
+ "min-h-9 max-h-32 flex-1 border-0 bg-transparent py-2 text-[14px] leading-snug shadow-none",
525
526
  "focus-visible:ring-0 focus-visible:border-0",
526
527
  )}
527
528
  />