praxys-ui 1.3.4 → 1.3.6

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/README.md CHANGED
@@ -87,7 +87,7 @@ npx praxys-ui info animated-button
87
87
  Category: buttons
88
88
  Dependencies: framer-motion, clsx, tailwind-merge
89
89
  A button with a shiny border sweep and text reveal effect.
90
- Docs: https://praxysui.vercel.app/components/animated-button
90
+ Docs: https://ui.praxys.xyz/components/animated-button
91
91
  ```
92
92
 
93
93
  ## Inspecting & Comparing
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import prompts from "prompts";
6
6
  import { existsSync, mkdirSync, writeFileSync, readFileSync, unlinkSync } from "fs";
7
7
  import { join } from "path";
8
8
  import { execSync } from "child_process";
9
- const VERSION = "1.3.4";
9
+ const VERSION = "1.3.6";
10
10
  // ─── Utility file contents ──────────────────────────────
11
11
  const UTILS_CONTENT = `import { clsx, type ClassValue } from "clsx";
12
12
  import { twMerge } from "tailwind-merge";
@@ -692,7 +692,7 @@ program
692
692
  console.log(chalk.hex(catColor)(` Category: ${meta.category}`));
693
693
  console.log(` Dependencies: ${chalk.cyan(meta.dependencies.join(", "))}`);
694
694
  console.log(` ${chalk.dim(meta.description)}`);
695
- console.log(chalk.dim(` Docs: https://praxysui.vercel.app/components/${component}`));
695
+ console.log(chalk.dim(` Docs: https://ui.praxys.xyz/components/${component}`));
696
696
  console.log("");
697
697
  });
698
698
  // ── view <component> ─────────────────────────────────────
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "praxys-ui",
3
- "version": "1.3.4",
3
+ "version": "1.3.6",
4
4
  "type": "module",
5
5
  "description": "CLI for scaffolding Praxys UI components into your project",
6
6
  "bin": {