create-skybridge 0.0.0-dev.85c4276 → 0.0.0-dev.85d81a9

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": "create-skybridge",
3
- "version": "0.0.0-dev.85c4276",
3
+ "version": "0.0.0-dev.85d81a9",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "Alpic",
@@ -17,14 +17,14 @@
17
17
  "lucide-react": "^1.14.0",
18
18
  "react": "^19.2.4",
19
19
  "react-dom": "^19.2.4",
20
- "skybridge": ">=0.0.0-dev.85c4276",
20
+ "skybridge": "^0.0.0-dev.85d81a9",
21
21
  "sonner": "^2.0.7",
22
22
  "tw-animate-css": "^1.4.0",
23
23
  "vite": "^8.0.3",
24
24
  "zod": "^4.3.6"
25
25
  },
26
26
  "devDependencies": {
27
- "@skybridge/devtools": ">=0.35.14 <1.0.0",
27
+ "@skybridge/devtools": "^1.0.0",
28
28
  "@tailwindcss/vite": "^4.2.4",
29
29
  "@types/node": "^24.12.0",
30
30
  "@types/react": "^19.2.14",
@@ -26,7 +26,7 @@ export default function Onboarding() {
26
26
 
27
27
  return (
28
28
  <div
29
- className={`${theme === "dark" ? "dark" : ""} mx-auto w-full max-w-4xl rounded-xl border border-border overflow-hidden bg-background text-foreground`}
29
+ className={`${theme === "dark" ? "dark" : ""} mx-auto w-full max-w-4xl border border-border overflow-hidden bg-background text-foreground`}
30
30
  >
31
31
  <div className="min-h-136 md:min-h-95 flex flex-col items-center gap-6 p-6 bg-linear-to-br from-purple-50 via-white to-cyan-50 dark:from-purple-950/30 dark:via-zinc-950 dark:to-cyan-900/30 bg-size-[200%_200%] animate-aurora md:flex-row md:items-stretch">
32
32
  <div className="shrink-0 self-center animate-float">