@viibestack/ui 0.7.2 → 0.7.3
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@viibestack/ui",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.3",
|
|
4
4
|
"description": "Dependency-free React UI kit -- icons, core components (Button, Card, Input, Modal, etc.), gamification primitives (PointsDisplay, StreakCounter, Achievements, Leaderboard, fireReward), a real per-app data client (listRows/upsertRow/deleteRow/captureClientError), a real per-app end-user auth client (signUp/logIn/logOut/getCurrentUser/reportError), and a self-gating PoweredByBadge component -- backed by ViibeStack's own platform-managed data store.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.ts",
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
"react-dom": ">=18"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@types/canvas-confetti": "^1.9.0",
|
|
17
16
|
"@types/react": "^19",
|
|
18
17
|
"@types/react-dom": "^19",
|
|
19
18
|
"react": "^19",
|
|
@@ -26,6 +25,7 @@
|
|
|
26
25
|
"license": "MIT",
|
|
27
26
|
"dependencies": {
|
|
28
27
|
"@modelcontextprotocol/ext-apps": "^1.7.4",
|
|
28
|
+
"@types/canvas-confetti": "^1.9.0",
|
|
29
29
|
"canvas-confetti": "^1.9.4"
|
|
30
30
|
}
|
|
31
31
|
}
|