@geminilight/mindos 0.5.23 → 0.5.24
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/app/components/AskFab.tsx +1 -1
- package/app/package.json +2 -2
- package/package.json +1 -1
|
@@ -35,7 +35,7 @@ export default function AskFab({ onToggle, askPanelOpen }: AskFabProps) {
|
|
|
35
35
|
<Sparkles size={16} className="relative z-10 shrink-0" />
|
|
36
36
|
<span className="
|
|
37
37
|
relative z-10
|
|
38
|
-
group-hover:max-w-[120px]
|
|
38
|
+
max-w-0 group-hover:max-w-[120px]
|
|
39
39
|
opacity-0 group-hover:opacity-100
|
|
40
40
|
transition-all duration-200 ease-out
|
|
41
41
|
whitespace-nowrap overflow-hidden
|
package/app/package.json
CHANGED
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"@codemirror/state": "^6.5.4",
|
|
17
17
|
"@codemirror/theme-one-dark": "^6.1.3",
|
|
18
18
|
"@codemirror/view": "^6.39.16",
|
|
19
|
-
"@mariozechner/pi-agent-core": "^0.
|
|
20
|
-
"@mariozechner/pi-ai": "^0.
|
|
19
|
+
"@mariozechner/pi-agent-core": "^0.60.0",
|
|
20
|
+
"@mariozechner/pi-ai": "^0.60.0",
|
|
21
21
|
"@sinclair/typebox": "^0.34.33",
|
|
22
22
|
"@tiptap/extension-image": "^3.20.1",
|
|
23
23
|
"@tiptap/extension-link": "^3.20.1",
|
package/package.json
CHANGED