wally-ui 1.0.10 → 1.0.11

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 CHANGED
@@ -1,6 +1,8 @@
1
1
  # Wally UI
2
2
 
3
- Angular component generator CLI
3
+ Where's Wally? Right here — bringing you ready-to-use Angular components.
4
+
5
+ **[Live Demo](https://walissoncf.github.io/wally-ui/)**
4
6
 
5
7
  ## Usage
6
8
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wally-ui",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "About Where’s Wally? Right here — bringing you ready-to-use Angular components with Wally-UI. Stop searching, start building.",
5
5
  "bin": {
6
6
  "wally": "dist/cli.js"
@@ -45,7 +45,7 @@
45
45
  "bugs": {
46
46
  "url": "https://github.com/WalissonCF/wally-ui/issues"
47
47
  },
48
- "homepage": "https://github.com/WalissonCF/wally-ui#readme",
48
+ "homepage": "https://walissoncf.github.io/wally-ui/",
49
49
  "devDependencies": {
50
50
  "@types/fs-extra": "^11.0.4",
51
51
  "@types/node": "^24.5.1",
@@ -1,4 +1,23 @@
1
- <p>home works!</p>
2
- <div class="p-4">
3
- <wally-button></wally-button>
4
- </div>
1
+ <div class="h-dvh antialiased font-mono">
2
+ <div class="w-full h-full flex flex-col items-center justify-center">
3
+ <div class="max-w-md">
4
+ <h1 class="text-2xl font-bold text-[#0a0a0a] dark:text-white">
5
+ Wally UI
6
+ </h1>
7
+ <h2 class="text-xl font-semibold text-[#0a0a0a] dark:text-white">
8
+ Where's Wally? Right here!
9
+ </h2>
10
+ <p class="mt-4 text-gray-700 dark:text-gray-400">
11
+ Stop searching for the perfect Angular components. Wally UI brings you a
12
+ collection of ready-to-use, beautifully crafted components that integrate
13
+ seamlessly with your projects.
14
+ </p>
15
+ </div>
16
+
17
+ <code
18
+ class="w-md max-w-md mt-6 block bg-gray-200 dark:bg-[#121212] dark:text-white text-[#0a0a0a] p-4 rounded-md text-sm cursor-pointer hover:opacity-85 transition-colorsselect-all"
19
+ onclick="navigator.clipboard.writeText('npx wally-ui add button')">
20
+ <pre class="m-0">$ npx wally-ui add button</pre>
21
+ </code>
22
+ </div>
23
+ </div>