@macrulez/vue-command-palette 0.1.0 → 0.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.
Files changed (2) hide show
  1. package/README.md +22 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,13 @@
1
- # @macrulez/vue-command-palette
1
+ <div align="center" style="background:#111827;border-radius:20px;padding:28px 20px 20px;margin-bottom:32px">
2
+ <h1 style="color:#f9fafb;margin:0 0 32px;font-size:2.2em;letter-spacing:-0.03em;font-weight:700;font-family:sans-serif">
3
+ @macrulez/vue-command-palette
4
+ </h1>
5
+ <img
6
+ src="https://s3.twcstorage.ru/c9a2cc89-780f97fd-311d-4a1a-b86f-c25665c9dc46/images/npm/vue-command-palette.webp"
7
+ alt="vue-virtual-scroller-kit"
8
+ style="max-width:100%;width:auto;height:300px;border-radius:12px"
9
+ />
10
+ </div>
2
11
 
3
12
  Command+K palette for Vue 3. Fuzzy search with match highlighting, grouped commands, nested sub-palettes, global keyboard shortcuts, async search, confirmation dialogs, recent command history, and full headless customisation via slots — all with a single peer dependency (Vue 3).
4
13
 
@@ -1012,3 +1021,15 @@ Danil Lisin Vladimirovich aka Macrulez
1012
1021
  GitHub: [macrulezru](https://github.com/macrulezru) · Website: [macrulez.ru/en](https://macrulez.ru/en)
1013
1022
 
1014
1023
  Bugs and questions — [issues](https://github.com/macrulezru/@macrulez/vue-command-palette/issues)
1024
+
1025
+ ---
1026
+
1027
+ ## 💖 Support the project
1028
+
1029
+ Open source takes time and effort. If my work saves you time or brings value, consider supporting further development.
1030
+
1031
+ <a href="https://donate.cryptocloud.plus/M6O34NIN" target="_blank">
1032
+ <img src="https://img.shields.io/badge/Donate-CryptoCloud-8A2BE2?style=for-the-badge&logo=cryptocurrency&logoColor=white" alt="Donate via CryptoCloud">
1033
+ </a>
1034
+
1035
+ Thank you for being part of this journey. ❤️
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@macrulez/vue-command-palette",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Command+K palette for Vue 3 — headless, fuzzy search, keyboard navigation, nested palettes",
5
5
  "type": "module",
6
6
  "main": "./dist/vue-command-palette.cjs",