@sekiui/elements 0.0.71 → 0.0.72

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/README.md +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,7 +17,7 @@ Modern, accessible Web Components library built with Stencil.js, inspired by sha
17
17
  The fastest way to set up SekiUI in any project:
18
18
 
19
19
  ```bash
20
- npx sekiui init
20
+ npx @sekiui/cli init
21
21
  ```
22
22
 
23
23
  This interactive wizard will:
@@ -31,10 +31,10 @@ This interactive wizard will:
31
31
  Then get usage snippets for any component:
32
32
 
33
33
  ```bash
34
- npx sekiui add button
35
- npx sekiui add select
36
- npx sekiui add tooltip --framework vue
37
- npx sekiui add badge --output src/snippets/badge.txt
34
+ npx @sekiui/cli add button
35
+ npx @sekiui/cli add select
36
+ npx @sekiui/cli add tooltip --framework vue
37
+ npx @sekiui/cli add badge --output src/snippets/badge.txt
38
38
  ```
39
39
 
40
40
  Each `add` output includes:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sekiui/elements",
3
- "version": "0.0.71",
3
+ "version": "0.0.72",
4
4
  "description": "Modern, accessible Web Components with shadcn/ui-inspired design",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",