@faasjs/ant-design 0.0.2-beta.364 → 0.0.2-beta.365

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/README.md +5 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -248,15 +248,15 @@ ___
248
248
 
249
249
  | Name | Type |
250
250
  | :------ | :------ |
251
- | `Blank` | `Object` |
251
+ | `Blank` | { `text`: `string` } |
252
252
  | `Blank.text` | `string` |
253
- | `Form` | `Object` |
254
- | `Form.submit` | `Object` |
253
+ | `Form` | { `submit`: { `text`: `string` } } |
254
+ | `Form.submit` | { `text`: `string` } |
255
255
  | `Form.submit.text` | `string` |
256
- | `Title` | `Object` |
256
+ | `Title` | { `separator`: `string` ; `suffix`: `string` } |
257
257
  | `Title.separator` | `string` |
258
258
  | `Title.suffix` | `string` |
259
- | `common` | `Object` |
259
+ | `common` | { `all`: `string` ; `blank`: `string` ; `pageNotFound`: `string` ; `submit`: `string` } |
260
260
  | `common.all` | `string` |
261
261
  | `common.blank` | `string` |
262
262
  | `common.pageNotFound` | `string` |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faasjs/ant-design",
3
- "version": "0.0.2-beta.364",
3
+ "version": "0.0.2-beta.365",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -28,7 +28,7 @@
28
28
  "lodash": "*",
29
29
  "react": "*",
30
30
  "react-dom": "*",
31
- "@faasjs/react": "^0.0.2-beta.364",
31
+ "@faasjs/react": "^0.0.2-beta.365",
32
32
  "react-use": "*",
33
33
  "react-router-dom": "*"
34
34
  },