praxys-ui 0.2.0 → 0.3.0

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.
Files changed (2) hide show
  1. package/dist/index.js +11 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import prompts from "prompts";
6
6
  import { existsSync, mkdirSync, writeFileSync } from "fs";
7
7
  import { join } from "path";
8
8
  import { execSync } from "child_process";
9
- const VERSION = "0.2.0";
9
+ const VERSION = "0.3.0";
10
10
  // ─── Utility file contents ──────────────────────────────
11
11
  const UTILS_CONTENT = `import { clsx, type ClassValue } from "clsx";
12
12
  import { twMerge } from "tailwind-merge";
@@ -20,11 +20,15 @@ const COMPONENTS_BASE_URL = "https://raw.githubusercontent.com/sushanttverma/Pra
20
20
  const COMPONENT_LIST = [
21
21
  "accordion",
22
22
  "animated-button",
23
+ "animated-counter",
23
24
  "animated-hero",
24
25
  "animated-number",
25
26
  "animated-tabs",
27
+ "animated-toggle",
28
+ "command-menu",
26
29
  "creepy-button",
27
30
  "displacement-text",
31
+ "dropdown-menu",
28
32
  "expandable-bento-grid",
29
33
  "flip-fade-text",
30
34
  "flip-text",
@@ -32,6 +36,8 @@ const COMPONENT_LIST = [
32
36
  "glass-dock",
33
37
  "glow-border-card",
34
38
  "gradient-mesh",
39
+ "image-comparison",
40
+ "infinite-scroll",
35
41
  "interactive-book",
36
42
  "light-lines",
37
43
  "line-hover-link",
@@ -40,17 +46,21 @@ const COMPONENT_LIST = [
40
46
  "logo-slider",
41
47
  "magnetic-cursor",
42
48
  "masked-avatars",
49
+ "modal-dialog",
43
50
  "morphing-text",
44
51
  "parallax-scroll",
45
52
  "perspective-grid",
53
+ "progress-bar",
46
54
  "reveal-loader",
47
55
  "skeleton-loader",
48
56
  "social-flip-button",
49
57
  "spotlight-card",
50
58
  "spotlight-navbar",
51
59
  "staggered-grid",
60
+ "stepper",
52
61
  "testimonials-card",
53
62
  "toast-notification",
63
+ "tooltip",
54
64
  "typewriter-text",
55
65
  ];
56
66
  // ─── Helpers ─────────────────────────────────────────────
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "praxys-ui",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "type": "module",
5
5
  "description": "CLI for scaffolding Praxys UI components into your project",
6
6
  "bin": {