shadcn-app-dock 0.1.21 → 0.1.22

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 +29 -2
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,7 +1,34 @@
1
+ <p align="center">
2
+ <br />
3
+ <a href="https://www.npmjs.com/package/shadcn-app-dock"><img src="https://img.shields.io/npm/dm/shadcn-app-dock.svg" alt="NPM Monthly Downloads"></a>
4
+ <a href="https://www.npmjs.com/package/shadcn-app-dock"><img src="https://img.shields.io/npm/v/shadcn-app-dock.svg" alt="npm version"></a>
5
+ <a href="https://discord.gg/SJdBqBz3tV">
6
+ <img src="https://img.shields.io/discord/1110227955554209923.svg?label=Chat&logo=Discord&colorB=7289da&style=flat"
7
+ alt="Join Discord" />
8
+ </a>
9
+ <a href="https://github.com/vtempest/qwksearch-research-agent/discussions">
10
+ <img alt="GitHub Stars" src="https://img.shields.io/github/stars/vtempest/qwksearch-research-agent" /></a>
11
+ <br />
12
+ <a href="https://github.com/vtempest/qwksearch-research-agent/discussions">
13
+ <img alt="GitHub Discussions"
14
+ src="https://img.shields.io/github/discussions/vtempest/qwksearch-research-agent" />
15
+ </a>
16
+ <a href="https://github.com/vtempest/qwksearch-research-agent/pulse" alt="Activity">
17
+ <img src="https://img.shields.io/github/commit-activity/m/vtempest/qwksearch-research-agent" />
18
+ </a>
19
+ <img src="https://img.shields.io/github/last-commit/vtempest/qwksearch-research-agent.svg" alt="GitHub last commit" />
20
+ <br />
21
+ <a href="https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request">
22
+ <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"
23
+ alt="PRs Welcome" />
24
+ </a>
25
+ <a href="https://codespaces.new/vtempest/qwksearch-research-agent">
26
+ <img src="https://github.com/codespaces/badge.svg" width="150" height="20" />
27
+ </a>
28
+ </p>
29
+
1
30
  # shadcn-app-dock
2
31
 
3
- <a href="https://www.npmjs.com/package/shadcn-app-dock"><img src="https://img.shields.io/npm/dm/shadcn-app-dock.svg" alt="NPM Monthly Downloads"></a>
4
- <a href="https://www.npmjs.com/package/shadcn-app-dock"><img src="https://img.shields.io/npm/v/shadcn-app-dock.svg" alt="npm version"></a>
5
32
 
6
33
  A prop-driven, macOS-style category **dock** for React — magnifying icon bar with an
7
34
  optional dropdown menu and a built-in **shadcn theme switcher**.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "shadcn-app-dock",
3
3
  "description": "Prop-driven macOS-style category dock with magnification, a custom dropdown menu, and a built-in shadcn theme switcher",
4
- "version": "0.1.21",
4
+ "version": "0.1.22",
5
5
  "author": "vtempest",
6
6
  "repository": {
7
7
  "type": "git",
@@ -61,5 +61,6 @@
61
61
  "react-dom": "^19.2.7",
62
62
  "typescript": "^5.7.2",
63
63
  "vite": "^8.1.3"
64
- }
64
+ },
65
+ "license": "rights.institute/PROSPER"
65
66
  }