shineout 3.9.0-beta.2 → 3.9.0-beta.21

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/esm/index.js CHANGED
@@ -62,5 +62,5 @@ export * from "./deprecated";
62
62
  import * as _TYPE from "./type";
63
63
  export { _TYPE as TYPE };
64
64
  export default {
65
- version: '3.9.0-beta.2'
65
+ version: '3.9.0-beta.21'
66
66
  };
@@ -5,7 +5,7 @@ export type BaseUploadButtonProps<T> = Omit<UnStyledUploadButtonProps<T>, 'jssSt
5
5
  export type UploadButtonProps<T> = GetWithFieldProps<BaseUploadButtonProps<T>, BaseUploadButtonProps<T>['value']>;
6
6
  /**
7
7
  * @title Upload.Button
8
- * @cn 基本API 和 Upload 一致,特定API如下
8
+ * @cn 不支持这些API: listType, imageStyle, canDelete, showUploadList, customResult, multiple, leftHandler, onPreview, renderContent, recoverAble,其他API 和 Upload 一致,特有API如下
9
9
  * @en The basic API is consistent with Upload, and the specific API is as follows
10
10
  * @sort 2
11
11
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shineout",
3
- "version": "3.9.0-beta.2",
3
+ "version": "3.9.0-beta.21",
4
4
  "description": "A components library for React",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -16,10 +16,10 @@
16
16
  "module": "./esm/index.js",
17
17
  "typings": "./cjs/index.d.ts",
18
18
  "dependencies": {
19
- "@sheinx/base": "3.9.0-beta.2",
20
- "@sheinx/hooks": "3.9.0-beta.2",
21
- "@sheinx/shineout-style": "3.9.0-beta.2",
22
- "@sheinx/theme": "3.9.0-beta.2",
19
+ "@sheinx/base": "3.9.0-beta.21",
20
+ "@sheinx/hooks": "3.9.0-beta.21",
21
+ "@sheinx/shineout-style": "3.9.0-beta.21",
22
+ "@sheinx/theme": "3.9.0-beta.21",
23
23
  "classnames": "^2.0.0",
24
24
  "deep-eql": "^4.0.0",
25
25
  "immer": "^10.0.0"