@xsolla/xui-icons 0.100.0 → 0.101.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 +2 -2
package/README.md CHANGED
@@ -1,9 +1,3 @@
1
- ---
2
- title: Icons
3
- subtitle: Theme-aware Lucide-based icons.
4
- description: A cross-platform React icon component library based on Lucide icons with theme integration.
5
- ---
6
-
7
1
  # Icons
8
2
 
9
3
  A cross-platform React icon component library based on Lucide icons. Provides theme-aware icons that automatically adapt to the current theme colors.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xsolla/xui-icons",
3
- "version": "0.100.0",
3
+ "version": "0.101.0",
4
4
  "main": "./web/index.js",
5
5
  "types": "./web/index.d.ts",
6
6
  "scripts": {
@@ -8,7 +8,7 @@
8
8
  "build:native": "PLATFORM=native tsup"
9
9
  },
10
10
  "dependencies": {
11
- "@xsolla/xui-primitives-core": "0.100.0",
11
+ "@xsolla/xui-primitives-core": "0.101.0",
12
12
  "lucide-react": "^0.470.0"
13
13
  },
14
14
  "peerDependencies": {