wally-ui 1.0.13 → 1.0.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wally-ui",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
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"
@@ -20,8 +20,12 @@
20
20
  onclick="navigator.clipboard.writeText('npx wally-ui add button')">
21
21
  <pre class="m-0">$ npx wally-ui add button</pre>
22
22
  </code>
23
+
24
+ <code
25
+ class="w-full 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"
26
+ onclick="navigator.clipboard.writeText('npx wally-ui list')">
27
+ <pre class="m-0">$ npx wally-ui list</pre>
28
+ </code>
23
29
  </div>
24
- <wally-button></wally-button>
25
30
  </div>
26
-
27
31
  </div>