@pnkx-lib/ui 1.9.337 → 1.9.338

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.
@@ -100,6 +100,7 @@ const ImportFile = ({ onUploadSuccess, ...rest }) => {
100
100
  {
101
101
  customRequest: handleUploadFile,
102
102
  listType: "picture",
103
+ accept: ".xlsx",
103
104
  ...rest,
104
105
  onRemove: () => setStatus(() => ({
105
106
  message: "",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnkx-lib/ui",
3
3
  "private": false,
4
- "version": "1.9.337",
4
+ "version": "1.9.338",
5
5
  "type": "module",
6
6
  "main": "./es/index.js",
7
7
  "module": "./es/index.js",