@xsolla/xui-quest-card 0.100.0 → 0.102.0

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 +0 -6
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,9 +1,3 @@
1
- ---
2
- title: QuestCard
3
- subtitle: A card component for quest/mission items.
4
- description: A cross-platform React card component for displaying quest or mission items with progress tracking, status indicators, and reward tags.
5
- ---
6
-
7
1
  # QuestCard
8
2
 
9
3
  A cross-platform React card component for displaying quest or mission items with progress tracking, status indicators, and reward tags. Perfect for gamification systems, daily challenges, and achievement displays.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xsolla/xui-quest-card",
3
- "version": "0.100.0",
3
+ "version": "0.102.0",
4
4
  "main": "./web/index.js",
5
5
  "module": "./web/index.mjs",
6
6
  "types": "./web/index.d.ts",
@@ -14,8 +14,8 @@
14
14
  "test:coverage": "vitest run --coverage"
15
15
  },
16
16
  "dependencies": {
17
- "@xsolla/xui-core": "0.100.0",
18
- "@xsolla/xui-primitives-core": "0.100.0"
17
+ "@xsolla/xui-core": "0.102.0",
18
+ "@xsolla/xui-primitives-core": "0.102.0"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "react": ">=16.8.0",