@work-rjkashyap/unified-ui 0.3.0 → 0.3.2
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 +107 -0
- package/bin/cli.mjs +131 -343
- package/dist/{chunk-EUHL6H76.cjs → chunk-A2DGHQL2.cjs} +5285 -5303
- package/dist/{chunk-AQJ7H5SF.mjs → chunk-XAIUX2YS.mjs} +5285 -5303
- package/dist/components.cjs +310 -310
- package/dist/components.d.cts +730 -730
- package/dist/components.d.ts +730 -730
- package/dist/components.mjs +1 -1
- package/dist/index.cjs +311 -311
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
- package/styles.css +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,112 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
10
10
|
|
|
11
11
|
### 🚀 Features
|
|
12
12
|
|
|
13
|
+
- Update composer.json version to 0.0.5, add PHP config integration, and enhance InitCommand ([26cacd4](https://github.com/imrj05/unified-ui/commit/26cacd4b8a16ea4cc31d7894c5fb0dbbb0541f8a))
|
|
14
|
+
- Update composer.json version to 0.0.4 and enhance InitCommand with skip-npm option ([0ce9f0e](https://github.com/imrj05/unified-ui/commit/0ce9f0eb0e9da9bdf8e421a27571b160b343e293))
|
|
15
|
+
- Update composer.json version and enhance InitCommand for app.js and app.css patching ([67ee978](https://github.com/imrj05/unified-ui/commit/67ee97825c2c89ef7c2da15bc41532c1aa776da7))
|
|
16
|
+
- Enhance InitCommand to install and patch Unified UI integration
|
|
17
|
+
- Added functionality to install the @work-rjkashyap/unified-ui npm package.
|
|
18
|
+
- Implemented patching of app.js to include Unified UI styles.
|
|
19
|
+
- Updated patching logic for app.css to import Unified UI tokens.
|
|
20
|
+
- Improved user instructions for next steps after initialization.
|
|
21
|
+
- Refactored InstallAlpineCommand to support Unified UI CSS integration. ([d456a1a](https://github.com/imrj05/unified-ui/commit/d456a1a9f6344f9204399060786a14d65b3db958))
|
|
22
|
+
- Add new UI components and styles for toggle group, tree view, video player, virtual list, and visually hidden elements
|
|
23
|
+
- Introduced `toggle-group` component for single/multi-select toggle buttons.
|
|
24
|
+
- Added `tree-view` component for hierarchical tree structures with expand/collapse functionality.
|
|
25
|
+
- Implemented `video-player` component with controls for play, pause, mute, and fullscreen.
|
|
26
|
+
- Created `virtual-list` component for efficient rendering of large lists.
|
|
27
|
+
- Added `visually-hidden` component for screen reader accessibility.
|
|
28
|
+
- Included a comprehensive CSS file with design tokens for colors, spacing, typography, and utility classes. ([fce5f13](https://github.com/imrj05/unified-ui/commit/fce5f13a72c92d69af6b40012d6ece6e54415293))
|
|
29
|
+
- **templates:** Add nextjs, react, tanstack-router and laravel starter templates ([5763bec](https://github.com/imrj05/unified-ui/commit/5763bec76e06bee1abaccba0baa4304777dfbf82))
|
|
30
|
+
- Add Laravel documentation layout and navigation
|
|
31
|
+
- Introduced a new layout for Laravel documentation in `layout.tsx`.
|
|
32
|
+
- Added Laravel icon component in `layout.config.tsx`.
|
|
33
|
+
- Updated navigation links to include Laravel section with appropriate icon.
|
|
34
|
+
- Enhanced sidebar tabs to feature Laravel documentation.
|
|
35
|
+
- Integrated Laravel source loader in `source.ts` for documentation retrieval. ([99ed76f](https://github.com/imrj05/unified-ui/commit/99ed76f9070d1a1be5137262c1dcd24e85ff93c2))
|
|
36
|
+
|
|
37
|
+
### 🐛 Bug Fixes
|
|
38
|
+
|
|
39
|
+
- Update version and metadata in composer.json for unified-ui-laravel ([2dd5dbe](https://github.com/imrj05/unified-ui/commit/2dd5dbe837f6e7972c32f1d69aeabea2a0437709))
|
|
40
|
+
- Update exports in unified-ui to include missing components and variants ([c289e35](https://github.com/imrj05/unified-ui/commit/c289e3584e1fb3809ac30d99bff4734a02dedbaa))
|
|
41
|
+
|
|
42
|
+
### ⚙️ CI/CD
|
|
43
|
+
|
|
44
|
+
- **templates:** Add sync-templates workflow to split 4 template repos on push to main ([9b5bb43](https://github.com/imrj05/unified-ui/commit/9b5bb43b9fd86a3afa75e378d902884fa3d6831b))
|
|
45
|
+
|
|
46
|
+
### 🏗️ Miscellaneous
|
|
47
|
+
|
|
48
|
+
- **changelog:** Auto-update unreleased entries [skip ci] ([7dbe966](https://github.com/imrj05/unified-ui/commit/7dbe96600fe84196757a878c4256a3e3cb0f6682))
|
|
49
|
+
- **changelog:** Auto-update unreleased entries [skip ci] ([6569725](https://github.com/imrj05/unified-ui/commit/656972599dd7703317fbd6b184b95050aca092d8))
|
|
50
|
+
- **changelog:** Auto-update unreleased entries [skip ci] ([57bfcc3](https://github.com/imrj05/unified-ui/commit/57bfcc37256d43487f773bddda7d8c70e7c89b31))
|
|
51
|
+
- **changelog:** Auto-update unreleased entries [skip ci] ([15a41e4](https://github.com/imrj05/unified-ui/commit/15a41e4f97bb1959e73a04b038375c949f966805))
|
|
52
|
+
- **changelog:** Auto-update unreleased entries [skip ci] ([dcea98f](https://github.com/imrj05/unified-ui/commit/dcea98fa12d3fc3acdb0bf95cba410ecd50ba18b))
|
|
53
|
+
- **changelog:** Auto-update unreleased entries [skip ci] ([ca389cf](https://github.com/imrj05/unified-ui/commit/ca389cf172256d0801c2754cc40cb62d6897d11b))
|
|
54
|
+
- **changelog:** Auto-update unreleased entries [skip ci] ([d8089e7](https://github.com/imrj05/unified-ui/commit/d8089e77df0051c8507b8346782b96c48cf556e3))
|
|
55
|
+
- Add pre-commit and pre-push git hooks with biome format, lint, ts and build checks ([dd1f545](https://github.com/imrj05/unified-ui/commit/dd1f545fa9affe920e4354e9bf611c39ee50f338))
|
|
56
|
+
- **changelog:** Auto-update unreleased entries [skip ci] ([5ae6ea4](https://github.com/imrj05/unified-ui/commit/5ae6ea49b8bc458be53eb6df8b4bfba75436711a))
|
|
57
|
+
- **changelog:** Auto-update unreleased entries [skip ci] ([4bd4977](https://github.com/imrj05/unified-ui/commit/4bd497781d30f6619e42ca96c32e191505023744))
|
|
58
|
+
- **changelog:** Auto-update unreleased entries [skip ci] ([6361c64](https://github.com/imrj05/unified-ui/commit/6361c64bbca738ef05a24601ec16ad1913d314d6))
|
|
59
|
+
- **changelog:** Auto-update unreleased entries [skip ci] ([2ad8e77](https://github.com/imrj05/unified-ui/commit/2ad8e77bbde2313487ecd0dfd70b674d9d0e031e))
|
|
60
|
+
- **changelog:** Auto-update unreleased entries [skip ci] ([a04b91d](https://github.com/imrj05/unified-ui/commit/a04b91dbeb88e02f90c777346e0ceec0d6d26637))
|
|
61
|
+
|
|
62
|
+
### Other
|
|
63
|
+
|
|
64
|
+
- Merge branch 'main' of github.com:imrj05/unified-ui ([f005622](https://github.com/imrj05/unified-ui/commit/f005622e162390eaf623f1f45ba17b2d777eca1b))
|
|
65
|
+
- Add template to tsconfig exclude ([da8df2e](https://github.com/imrj05/unified-ui/commit/da8df2ef8d4bda119e32cdb676f07cb30aa68c1e))
|
|
66
|
+
- Update logo image source in README.md ([110747c](https://github.com/imrj05/unified-ui/commit/110747cabb45527eda9b62009503b161ae81c555))
|
|
67
|
+
## [laravel/v0.0.1] — 2026-03-08
|
|
68
|
+
|
|
69
|
+
### 🚀 Features
|
|
70
|
+
|
|
71
|
+
- Add unified UI components for Laravel
|
|
72
|
+
- Introduced new Blade components for tabs, text, textarea, toggle, and tooltip.
|
|
73
|
+
- Implemented a structured JSON schema for configuration and component registration.
|
|
74
|
+
- Enhanced text area with auto-resize and character counting features.
|
|
75
|
+
- Added toggle button functionality with pressed state management.
|
|
76
|
+
- Created tooltip component with customizable content, positioning, and delay.
|
|
77
|
+
- Updated TypeScript configuration to exclude unified-ui-laravel package. ([7d1c16e](https://github.com/imrj05/unified-ui/commit/7d1c16ea44d13fc3d5a89fbe4c5d777522af74fd))
|
|
78
|
+
- **nav:** Refactor navigation component and add versioning
|
|
79
|
+
- Refactored Discord, X, and GitHub icon components for consistency.
|
|
80
|
+
- Introduced a new `ds-version.ts` file to manage design system versioning.
|
|
81
|
+
- Updated navigation links and their active state handling.
|
|
82
|
+
- Enhanced layout header with improved styling and responsiveness. ([6af6e8d](https://github.com/imrj05/unified-ui/commit/6af6e8d79728df0f1b5c2c8b488dc74326b0007c))
|
|
83
|
+
- Add status and sinceVersion fields to component metadata ([65446d2](https://github.com/imrj05/unified-ui/commit/65446d29b59849483c0f33909815e3074af7b1e7))
|
|
84
|
+
|
|
85
|
+
### 🐛 Bug Fixes
|
|
86
|
+
|
|
87
|
+
- **laravel:** Remove minimum-stability from library composer.json ([5c23809](https://github.com/imrj05/unified-ui/commit/5c23809c37908219c78da4815c7f452190a44fb8))
|
|
88
|
+
|
|
89
|
+
### 🏗️ Miscellaneous
|
|
90
|
+
|
|
91
|
+
- **changelog:** Auto-update unreleased entries [skip ci] ([fdb4d80](https://github.com/imrj05/unified-ui/commit/fdb4d80ab19f2f28e03bdd13cc30f6aec6e01936))
|
|
92
|
+
- **changelog:** Auto-update unreleased entries [skip ci] ([6174899](https://github.com/imrj05/unified-ui/commit/617489931d92a6ccec06d2e2dbaf40b7e6199695))
|
|
93
|
+
- **changelog:** Auto-update unreleased entries [skip ci] ([0fe04e0](https://github.com/imrj05/unified-ui/commit/0fe04e080a65e48b28ed6d84297992d56669b160))
|
|
94
|
+
- **changelog:** Auto-update unreleased entries [skip ci] ([9be3204](https://github.com/imrj05/unified-ui/commit/9be32046aec7408f39af5e1a22a2cea3ca5cac57))
|
|
95
|
+
- **tsconfig:** Format and update paths in tsconfig.json ([b4cd53c](https://github.com/imrj05/unified-ui/commit/b4cd53c8963081fdd315a3b5955f9a14edbb1f3b))
|
|
96
|
+
- **changelog:** Auto-update unreleased entries [skip ci] ([da78e1a](https://github.com/imrj05/unified-ui/commit/da78e1a8c7102af9289518def430a70c6da16ffc))
|
|
97
|
+
## [0.3.1] — 2026-03-07
|
|
98
|
+
|
|
99
|
+
### 🏗️ Miscellaneous
|
|
100
|
+
|
|
101
|
+
- Update version to 0.3.1 in package.json ([5dc589d](https://github.com/imrj05/unified-ui/commit/5dc589dac389f1f9714513574d58d6b30c1948a0))
|
|
102
|
+
- **changelog:** Auto-update unreleased entries [skip ci] ([de99bae](https://github.com/imrj05/unified-ui/commit/de99baed40b7fdbe6e130b8436acd455b92ba3b3))
|
|
103
|
+
- Update version to 0.3.0 in package.json ([0da22c2](https://github.com/imrj05/unified-ui/commit/0da22c2c96ce3303fd619df4a2daed3b50eb5a76))
|
|
104
|
+
- **changelog:** Auto-update unreleased entries [skip ci] ([bc71407](https://github.com/imrj05/unified-ui/commit/bc71407c37fad8ceaba9552f588ed3a5d464c630))
|
|
105
|
+
## [0.3.0] — 2026-03-07
|
|
106
|
+
|
|
107
|
+
### 🚀 Features
|
|
108
|
+
|
|
109
|
+
- Add initial UI components for Laravel, Next.js, React, and Vue.js starters
|
|
110
|
+
- Implemented input and text components in Laravel Blade.
|
|
111
|
+
- Created layout and welcome views for Laravel Blade starter.
|
|
112
|
+
- Added Vite configuration for Laravel Blade.
|
|
113
|
+
- Established global styles for Next.js and Vue.js starters.
|
|
114
|
+
- Developed layout and page components for Next.js starter.
|
|
115
|
+
- Introduced main application structure for Vite React starter.
|
|
116
|
+
- Built UI components including buttons, badges, cards, alerts, and text in Vue.js.
|
|
117
|
+
- Integrated theme toggle functionality across Vue.js components.
|
|
118
|
+
- Added utility functions for class name merging. ([4e217c9](https://github.com/imrj05/unified-ui/commit/4e217c90730757929335804f5bab456e4e2a18ab))
|
|
13
119
|
- Add postpublish script for automatic tagging and changelog regeneration ([f07fbd7](https://github.com/imrj05/unified-ui/commit/f07fbd7e8ad0583d891a623c89db1ef952d90b8e))
|
|
14
120
|
- Add Separator component with customizable styles and accessibility features ([a8320ae](https://github.com/imrj05/unified-ui/commit/a8320aea8c105b954b28e5c7d0ab73f22dfea085))
|
|
15
121
|
- Add loading skeleton for themes page and enhance sidebar functionality
|
|
@@ -54,6 +160,7 @@ fix: correct site name in route handler for Open Graph image generation ([f92e1f
|
|
|
54
160
|
|
|
55
161
|
### 🏗️ Miscellaneous
|
|
56
162
|
|
|
163
|
+
- **changelog:** Auto-update unreleased entries [skip ci] ([993c692](https://github.com/imrj05/unified-ui/commit/993c6923cc7df910cce064d95cbf399e880dbf0c))
|
|
57
164
|
- **changelog:** Auto-update unreleased entries [skip ci] ([4dc43b0](https://github.com/imrj05/unified-ui/commit/4dc43b053de38b769c2c407bb4de375e2d1bb110))
|
|
58
165
|
- **changelog:** Auto-update unreleased entries [skip ci] ([bf93189](https://github.com/imrj05/unified-ui/commit/bf931896586457223f5e2a60cbbae2955ecb202d))
|
|
59
166
|
- **changelog:** Auto-update unreleased entries [skip ci] ([2c133db](https://github.com/imrj05/unified-ui/commit/2c133dbc6225bde8a5e95320b6e3c857afa7038c))
|