@skutally/ui-library 0.1.0 → 0.1.1
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 +1 -1
- package/bin/cli.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -511,4 +511,4 @@ Built-in accessibility features across all components:
|
|
|
511
511
|
|
|
512
512
|
MIT — Free to use for personal and commercial projects. No attribution required.
|
|
513
513
|
|
|
514
|
-
Built with Stimulus.js + Tailwind CSS.
|
|
514
|
+
Built with Html + Stimulus.js + Tailwind CSS.
|
package/bin/cli.js
CHANGED
|
@@ -253,7 +253,7 @@ switch (command) {
|
|
|
253
253
|
case "-h":
|
|
254
254
|
case undefined:
|
|
255
255
|
console.log(`
|
|
256
|
-
${c.bold}ui-library${c.reset} —
|
|
256
|
+
${c.bold}ui-library${c.reset} — UI components for Stimulus + Tailwind
|
|
257
257
|
|
|
258
258
|
${c.bold}Usage:${c.reset}
|
|
259
259
|
ui-library init Initialize project (creates components.json, base CSS, tailwind config)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skutally/ui-library",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "A
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"description": "A modern UI component library for HTML, Tailwind CSS & Stimulus.js. Copy-paste components into your project.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"ui-library": "./bin/cli.js"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"components",
|
|
21
21
|
"tailwindcss",
|
|
22
22
|
"stimulus",
|
|
23
|
-
"
|
|
23
|
+
"HTML"
|
|
24
24
|
],
|
|
25
25
|
"scripts": {
|
|
26
26
|
"dev": "npx @tailwindcss/cli -i src/base.css -o dist/output.css --watch",
|