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