@xsolla/xui-uploader 0.100.0 → 0.101.0-pr167.1772008285
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/README.md +0 -6
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Uploader
|
|
3
|
-
subtitle: File upload component.
|
|
4
|
-
description: A cross-platform React file uploader component with file selection, preview, and management capabilities.
|
|
5
|
-
---
|
|
6
|
-
|
|
7
1
|
# Uploader
|
|
8
2
|
|
|
9
3
|
A cross-platform React file uploader component that provides a button to select files, displays selected files, and allows removing them.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xsolla/xui-uploader",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.101.0-pr167.1772008285",
|
|
4
4
|
"main": "./web/index.js",
|
|
5
5
|
"module": "./web/index.mjs",
|
|
6
6
|
"types": "./web/index.d.ts",
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
"build:native": "PLATFORM=native tsup"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xsolla/xui-button": "0.
|
|
14
|
-
"@xsolla/xui-core": "0.
|
|
15
|
-
"@xsolla/xui-icons": "0.
|
|
16
|
-
"@xsolla/xui-primitives-core": "0.
|
|
13
|
+
"@xsolla/xui-button": "0.101.0-pr167.1772008285",
|
|
14
|
+
"@xsolla/xui-core": "0.101.0-pr167.1772008285",
|
|
15
|
+
"@xsolla/xui-icons": "0.101.0-pr167.1772008285",
|
|
16
|
+
"@xsolla/xui-primitives-core": "0.101.0-pr167.1772008285"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
19
|
"react": ">=16.8.0"
|