praxys-ui 1.0.4 → 1.1.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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,218 @@
1
+ # Changelog
2
+
3
+ All notable changes to Praxys UI are documented here.
4
+
5
+ ## [1.1.0] — Feb 14, 2026
6
+
7
+ **11 New Components — Forms, Layout & Data**
8
+
9
+ 11 new components covering forms (Input, Select, Textarea, Checkbox, Radio), feedback (Alert, Sheet), data display (Pagination, Timeline, Stats Card), and layout (Divider) — bringing the total to 60. CLI updated to v1.1.0.
10
+
11
+ ### Added
12
+
13
+ - Animated Input — floating label, animated focus ring, left/right icons, error state, 3 sizes
14
+ - Animated Select — custom dropdown with keyboard navigation, spring animations, click-outside close
15
+ - Animated Textarea — floating label, auto-resize, character counter, animated focus ring
16
+ - Checkbox — animated SVG checkmark with pathLength draw, spring scale, error state, ARIA checkbox role
17
+ - Radio Group — animated dot selection, horizontal/vertical layout, keyboard navigation, ARIA radiogroup
18
+ - Alert — 4 variants (info/success/warning/error) with auto-icons, dismissible with animated exit
19
+ - Pagination — sliding active indicator with layoutId, ellipsis, prev/next, 2 sizes
20
+ - Sheet — slide-in drawer from 4 sides, backdrop blur, Escape close, scroll lock
21
+ - Divider — horizontal/vertical with optional label, gradient mode, animated entrance
22
+ - Timeline — alternating two-column layout, staggered scroll animations, active/completed states
23
+ - Stats Card — animated counter with useSpring, trend indicator, icon slot
24
+
25
+ ### Fixed
26
+
27
+ - Navbar — replaced useEffect setState with React-idiomatic derived state pattern for route change detection
28
+ - Sidebar — same derived state fix to comply with react-hooks/set-state-in-effect rule
29
+ - Header inconsistency — docs pages now use the shared Navbar instead of a separate custom header
30
+
31
+ ### Improved
32
+
33
+ - CLI updated to v1.1.0 with all 60 components published to npm
34
+ - Component count updated from 50 to 60 across landing page and registry
35
+ - Navbar — active link highlighting, skip-to-content accessibility link
36
+ - Docs — breadcrumbs on all pages, slim footer, back-to-top button
37
+ - Changelog — extracted data to single source of truth, auto-generates CHANGELOG.md
38
+ - ComponentPreview — proper ARIA tab roles (tablist, tab, tabpanel)
39
+ - 404 page — now has Navbar/Footer, fixed stale template count
40
+ - Loading skeletons added to changelog, templates, examples, and customize pages
41
+
42
+ ## [0.9.0] — Feb 10, 2026
43
+
44
+ **10 New Components & CLI v0.3.0**
45
+
46
+ 10 new interactive components spanning modals, tooltips, dropdowns, progress indicators, and more — bringing the total to 50. CLI updated to v0.3.0.
47
+
48
+ ### Added
49
+
50
+ - Modal Dialog — animated modal with backdrop blur, spring scale, Escape key, scroll lock, and ARIA attributes
51
+ - Tooltip — 4-position tooltip with configurable delay, direction-aware animation, and arrow pointer
52
+ - Dropdown Menu — full keyboard navigation, click-outside close, divider and disabled item support
53
+ - Progress Bar — animated bar with sm/md/lg sizes, candy-stripe overlay, custom colors, and label/value display
54
+ - Stepper — horizontal/vertical multi-step indicator with animated check icons and connector fill
55
+ - Image Comparison — before/after slider with pointer-capture drag, clip-based reveal, and animated handle
56
+ - Animated Counter — spring-physics number counter triggered on scroll into view with prefix/suffix/decimals
57
+ - Infinite Scroll — Intersection Observer-based with configurable threshold and animated loader
58
+ - Command Menu — search-filtered palette with grouped items, keyboard nav, match highlighting, and shortcut badges
59
+ - Animated Toggle — switch with spring-animated knob, 3 sizes, ARIA role="switch", and disabled state
60
+
61
+ ### Improved
62
+
63
+ - CLI updated to v0.3.0 with all 50 components published to npm
64
+ - Component count updated from 34 to 50 across landing page and registry
65
+
66
+ ## [0.8.0] — Feb 2, 2026
67
+
68
+ **New Components, Theme Customizer & Open Source**
69
+
70
+ 10 new components, interactive theme customizer with export, Props Playground for all components, and full open-source community setup.
71
+
72
+ ### Added
73
+
74
+ - Typewriter Text — animated typing effect with cursor and configurable speed
75
+ - Toast Notification — stackable toast system with multiple variants
76
+ - Accordion — smooth expand/collapse with icon rotation
77
+ - Animated Tabs — tab switcher with sliding indicator and content transitions
78
+ - Magnetic Cursor — element that pulls toward the mouse pointer
79
+ - Parallax Scroll — depth-based scroll animations for layered content
80
+ - Gradient Mesh — animated multi-point gradient background
81
+ - Skeleton Loader — pulsing placeholder for loading states
82
+ - Morphing Text — smooth text transitions between words
83
+ - Spotlight Card — card with mouse-following light effect
84
+ - Theme Customizer page (/customize) with color pickers, 6 presets, live preview, and CSS export
85
+ - Interactive Props Playground with live controls for all 34 components
86
+ - Live interactive demos on component showcase (landing page)
87
+ - 6 interactive template pages with preview toolbar and responsive viewport switcher
88
+ - CONTRIBUTING.md, CODE_OF_CONDUCT.md, issue templates, and PR template for open source
89
+
90
+ ### Fixed
91
+
92
+ - Nested <a> tags in ComponentShowcase — replaced Link with div + useRouter
93
+ - ToastContainer crash when toasts/onDismiss are undefined in playground
94
+ - LogoSlider animation shorthand/longhand conflict in React 19
95
+ - Missing playground defaults for glass-dock and logo-slider
96
+ - CopyButton invisible on touch devices — now always visible on mobile
97
+
98
+ ### Improved
99
+
100
+ - CLI updated to v0.2.0 with all 34 components
101
+ - Component showcase redesigned with live demos instead of placeholder cards
102
+ - Dark mode text contrast improved (--color-text-faint bumped to #6b6560)
103
+ - Comprehensive responsive design fixes across all components and pages
104
+
105
+ ## [0.7.0] — Jan 11, 2026
106
+
107
+ **SEO, Accessibility & Polish**
108
+
109
+ Comprehensive SEO metadata, accessibility audit fixes, and public assets.
110
+
111
+ ### Added
112
+
113
+ - Open Graph and Twitter Card metadata across all pages
114
+ - Dynamic generateMetadata for all /docs/[slug] pages
115
+ - SVG favicon, robots.txt, and sitemap.xml
116
+
117
+ ### Fixed
118
+
119
+ - suppressHydrationWarning on body to handle browser extension attributes
120
+
121
+ ### Improved
122
+
123
+ - ARIA labels, roles, and keyboard navigation on Navbar, CommandPalette, Sidebar
124
+ - Focus trap in command palette dialog
125
+ - aria-current="page" on active sidebar links
126
+
127
+ ## [0.6.0] — Jan 8, 2026
128
+
129
+ **Bug Fix Pass**
130
+
131
+ Major audit fixing 10 issues across the docs — broken links, duplicate pages, layout problems, and error handling.
132
+
133
+ ### Fixed
134
+
135
+ - Broken /docs/components links across 5 files — now points to /docs/components-overview
136
+ - Mobile menu not closing on link click in Navbar
137
+ - Duplicate IntroductionPage — single source of truth now
138
+ - ComponentPageClient dynamic import error handling with .catch() and error state
139
+ - Sidebar slug extraction for trailing slashes
140
+ - ComponentsOverviewPage uses sidebar order, removed dead code
141
+ - Component count corrected to 24, added missing Logo Slider
142
+ - GitHub links in Footer now point to actual repository
143
+
144
+ ### Improved
145
+
146
+ - Docs layout.tsx extracted to server component + DocsShell client component
147
+
148
+ ## [0.5.0] — Jan 7, 2026
149
+
150
+ **CLI Tool & Templates**
151
+
152
+ Added a CLI for scaffolding components and a templates gallery page.
153
+
154
+ ### Added
155
+
156
+ - npx praxys-ui CLI with init, add, and list commands
157
+ - Templates gallery page with 6 template previews
158
+ - CLI docs page at /docs/cli
159
+
160
+ ## [0.4.0] — Jan 4, 2026
161
+
162
+ **Command Palette**
163
+
164
+ Ctrl+K fuzzy search across all components and documentation pages.
165
+
166
+ ### Added
167
+
168
+ - Ctrl+K / Cmd+K keyboard shortcut to open search
169
+ - Fuzzy matching with scoring (exact > starts with > contains > fuzzy)
170
+ - Arrow key navigation and Enter to select
171
+
172
+ ## [0.3.0] — Jan 2, 2026
173
+
174
+ **Complete Component Library**
175
+
176
+ All 24 components implemented with live previews, code examples, and props tables.
177
+
178
+ ### Added
179
+
180
+ - Interactive Book — 3D page-flip book component
181
+ - Logo Slider — infinite marquee logo carousel
182
+ - Animated Hero — cinematic hero section with parallax
183
+ - Masked Avatars — overlapping avatar stack with hover reveal
184
+ - Folder Preview — macOS-style folder with hover preview
185
+ - Liquid Ocean, Liquid Metal, Reveal Loader — visual effects
186
+ - Spotlight Navbar, Glass Dock — navigation components
187
+ - Flip Fade Text, 3D Displacement Text — text effects
188
+ - Testimonials Card, Staggered Grid, Expandable Bento Grid, Perspective Grid — cards & layout
189
+ - Creepy Button, Social Flip Button — button variants
190
+
191
+ ## [0.2.0] — Dec 22, 2025
192
+
193
+ **Theme System & First Components**
194
+
195
+ Light/dark mode with CSS custom properties and the first 6 animated components.
196
+
197
+ ### Added
198
+
199
+ - Light/dark theme toggle with localStorage persistence and FOUC prevention
200
+ - Animated Button, Flip Text, Glow Border Card, Animated Number, Line Hover Link, Light Lines
201
+ - Shiki dual-theme code blocks (vitesse-dark + vitesse-light)
202
+ - Component preview with Preview/Code tab switcher
203
+
204
+ ## [0.1.0] — Dec 15, 2025
205
+
206
+ **Initial Release**
207
+
208
+ Project scaffolding, design system, landing page, and docs infrastructure.
209
+
210
+ ### Added
211
+
212
+ - Next.js 16 project with React 19, Tailwind CSS 4, Framer Motion 12
213
+ - Praxys brand palette — Void, Obsidian, Ignite, Blush, Chalk
214
+ - Font stack — Geist Pixel Square, Satoshi, JetBrains Mono
215
+ - Landing page with 7 sections (Navbar, Hero, Showcase, Features, Grid, CTA, Footer)
216
+ - Docs with sidebar navigation and dynamic [slug] routing
217
+ - Getting Started pages (Installation, Tailwind, Utilities)
218
+ - Component registry architecture with lazy-loaded demos
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 = "1.0.4";
9
+ const VERSION = "1.1.0";
10
10
  // ─── Utility file contents ──────────────────────────────
11
11
  const UTILS_CONTENT = `import { clsx, type ClassValue } from "clsx";
12
12
  import { twMerge } from "tailwind-merge";
@@ -19,19 +19,25 @@ export function cn(...inputs: ClassValue[]) {
19
19
  const COMPONENTS_BASE_URL = "https://raw.githubusercontent.com/sushanttverma/Praxys-UI/main/app/components/ui";
20
20
  const COMPONENT_LIST = [
21
21
  "accordion",
22
+ "alert",
22
23
  "animated-button",
23
24
  "animated-counter",
24
25
  "animated-hero",
26
+ "animated-input",
25
27
  "animated-number",
28
+ "animated-select",
26
29
  "animated-tabs",
30
+ "animated-textarea",
27
31
  "animated-toggle",
28
32
  "avatar-group",
29
33
  "badge",
30
34
  "breadcrumbs",
35
+ "checkbox",
31
36
  "command-menu",
32
37
  "creepy-button",
33
38
  "data-table",
34
39
  "displacement-text",
40
+ "divider",
35
41
  "dropdown-menu",
36
42
  "expandable-bento-grid",
37
43
  "flip-fade-text",
@@ -53,18 +59,23 @@ const COMPONENT_LIST = [
53
59
  "masked-avatars",
54
60
  "modal-dialog",
55
61
  "morphing-text",
62
+ "pagination",
56
63
  "parallax-scroll",
57
64
  "perspective-grid",
58
65
  "progress-bar",
66
+ "radio-group",
59
67
  "reveal-loader",
68
+ "sheet",
60
69
  "skeleton-loader",
61
70
  "social-flip-button",
62
71
  "spotlight-card",
63
72
  "spotlight-navbar",
64
73
  "staggered-grid",
74
+ "stats-card",
65
75
  "stepper",
66
76
  "tag-input",
67
77
  "testimonials-card",
78
+ "timeline",
68
79
  "toast-notification",
69
80
  "tooltip",
70
81
  "typewriter-text",
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "praxys-ui",
3
- "version": "1.0.4",
3
+ "version": "1.1.0",
4
4
  "type": "module",
5
5
  "description": "CLI for scaffolding Praxys UI components into your project",
6
6
  "bin": {
7
7
  "praxys-ui": "dist/index.js"
8
8
  },
9
9
  "files": [
10
- "dist"
10
+ "dist",
11
+ "CHANGELOG.md"
11
12
  ],
12
13
  "scripts": {
13
14
  "build": "tsc",