@xsolla/xui-tag 0.174.3 → 0.175.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 +5 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Tag
2
2
 
3
3
  A cross-platform React tag component for displaying labels, categories, and removable chips. Supports multiple tones, solid/outlined types, and optional left/right icons.
4
+ <!-- BEGIN:xui-mcp-instructions:tag -->
5
+ Use to visually and textually label, categorize, or organize items using keywords that describe them. You can replace icons inside on images.
6
+
7
+ Don’t use for navigation or as action buttons
8
+ <!-- END:xui-mcp-instructions:tag -->
4
9
 
5
10
  ## Installation
6
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xsolla/xui-tag",
3
- "version": "0.174.3",
3
+ "version": "0.175.0",
4
4
  "main": "./web/index.js",
5
5
  "module": "./web/index.mjs",
6
6
  "types": "./web/index.d.ts",
@@ -10,9 +10,9 @@
10
10
  "build:native": "PLATFORM=native tsup"
11
11
  },
12
12
  "dependencies": {
13
- "@xsolla/xui-core": "0.174.3",
14
- "@xsolla/xui-icons": "0.174.3",
15
- "@xsolla/xui-primitives-core": "0.174.3"
13
+ "@xsolla/xui-core": "0.175.0",
14
+ "@xsolla/xui-icons": "0.175.0",
15
+ "@xsolla/xui-primitives-core": "0.175.0"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "react": ">=16.8.0",