@xsolla/xui-primitives-web 0.105.0 → 0.106.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xsolla/xui-primitives-web",
3
- "version": "0.105.0",
3
+ "version": "0.106.0",
4
4
  "description": "Internal web primitives for the Xsolla UI Toolkit. Not intended for direct consumer use.",
5
5
  "main": "./index.js",
6
6
  "module": "./index.mjs",
@@ -14,7 +14,7 @@
14
14
  "styled-components": "^4.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@xsolla/xui-primitives-core": "0.105.0",
17
+ "@xsolla/xui-primitives-core": "0.106.0",
18
18
  "lucide-react": "^0.470.0"
19
19
  },
20
20
  "devDependencies": {