kui-complex 0.0.152 → 0.0.154

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/index.d.ts +2 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -434,9 +434,9 @@ declare const InputFile: React__default.ForwardRefExoticComponent<Pick<any, stri
434
434
 
435
435
  type UploadFileParams = {
436
436
  id?: number | null
437
- index?: number | string
437
+ index?: number | string | null
438
438
  size?: number | null
439
- file?: File | FileParams
439
+ file?: File | FileParams | null
440
440
  name?: string
441
441
  title?: string
442
442
  url?: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-complex",
3
- "version": "0.0.152",
3
+ "version": "0.0.154",
4
4
  "description": "ui kit for maroom products",
5
5
  "main": "./cjs/index.js",
6
6
  "types": "./index.d.ts",