weloop-kosign 1.1.0 → 1.1.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/README.md +11 -0
- package/package.json +1 -1
- package/scripts/cli-remote.js +654 -57
package/README.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
A modular component library built with Next.js, similar to shadcn/ui. Install only the components you need directly into your project.
|
|
4
4
|
|
|
5
|
+
**Current Version:** `1.1.2`
|
|
6
|
+
|
|
7
|
+
## What's New in v1.1.2
|
|
8
|
+
|
|
9
|
+
- Added new component pages (kbd, label, menubar, navigation-menu, pagination, popover, progress, radio-group, resizable, scroll-area, select, separator, sheet, skeleton, slider, spinner, switch, tabs, textarea, toast, toggle, toggle-group, tooltip)
|
|
10
|
+
- Added comprehensive sidebar demo pages and examples (13 demo variations)
|
|
11
|
+
- Added installation documentation for Next.js and Vite
|
|
12
|
+
- Updated existing component pages and documentation
|
|
13
|
+
- Reorganized sidebar examples and components structure
|
|
14
|
+
- Improved component organization and file structure
|
|
15
|
+
|
|
5
16
|
## Installation
|
|
6
17
|
|
|
7
18
|
Install components directly - the CLI handles everything automatically:
|