@faasjs/ant-design 2.8.1 → 2.9.0

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/dist/index.d.mts CHANGED
@@ -29,7 +29,7 @@ declare const Modal: react.FC<ModalProps$1> & antd_es_modal_confirm.ModalStaticF
29
29
  useModal: typeof antd_es_modal_useModal.default;
30
30
  destroyAll: () => void;
31
31
  config: typeof antd_es_modal_confirm.modalGlobalConfig;
32
- _InternalPanelDoNotUseOrYouWillBeFired: (props: antd_es_modal_PurePanel.PurePanelProps) => react.JSX.Element;
32
+ _InternalPanelDoNotUseOrYouWillBeFired: (props: antd_es_modal_PurePanel.PurePanelProps) => React.JSX.Element;
33
33
  };
34
34
  interface ModalProps extends ModalProps$1 {
35
35
  children?: JSX.Element | JSX.Element[] | string;
package/dist/index.d.ts CHANGED
@@ -29,7 +29,7 @@ declare const Modal: react.FC<ModalProps$1> & antd_es_modal_confirm.ModalStaticF
29
29
  useModal: typeof antd_es_modal_useModal.default;
30
30
  destroyAll: () => void;
31
31
  config: typeof antd_es_modal_confirm.modalGlobalConfig;
32
- _InternalPanelDoNotUseOrYouWillBeFired: (props: antd_es_modal_PurePanel.PurePanelProps) => react.JSX.Element;
32
+ _InternalPanelDoNotUseOrYouWillBeFired: (props: antd_es_modal_PurePanel.PurePanelProps) => React.JSX.Element;
33
33
  };
34
34
  interface ModalProps extends ModalProps$1 {
35
35
  children?: JSX.Element | JSX.Element[] | string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faasjs/ant-design",
3
- "version": "2.8.1",
3
+ "version": "2.9.0",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -38,7 +38,7 @@
38
38
  "lodash-es": "*"
39
39
  },
40
40
  "peerDependencies": {
41
- "@faasjs/react": "2.8.1",
41
+ "@faasjs/react": "2.9.0",
42
42
  "antd": "*",
43
43
  "react": "*",
44
44
  "react-dom": "*",
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/lodash-es": "*",
49
- "@faasjs/react": "2.8.1",
49
+ "@faasjs/react": "2.9.0",
50
50
  "antd": "*",
51
51
  "react": "*",
52
52
  "react-dom": "*",