@para-ui/core 3.0.6 → 3.0.8

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/index.js CHANGED
@@ -20,8 +20,8 @@ export { Drawer } from './Drawer/index.js';
20
20
  export { Dropdown } from './Dropdown/index.js';
21
21
  export { default as Empty } from './Empty/index.js';
22
22
  export { default as Form } from './Form/index.js';
23
- export { F as FormItem } from './_verture/index-7b63f88e.js';
24
- export { u as FunctionModal, F as FunctionModalProvider, a as useClose } from './_verture/modalContext-4bce2dae.js';
23
+ export { F as FormItem } from './_verture/index-2a854dc1.js';
24
+ export { u as FunctionModal, F as FunctionModalProvider, a as useClose } from './_verture/modalContext-44a724b5.js';
25
25
  export { default as GlobalContext, changeConfirmLocale, getConfirmLocale } from './GlobalContext/index.js';
26
26
  export { default as Help } from './Help/index.js';
27
27
  export { default as HelperText } from './HelperText/index.js';
@@ -152,6 +152,8 @@ import '@para-ui/icons/UpTriangleF';
152
152
  import '@para-ui/icons/DownTriangleF';
153
153
  import '@para-ui/icons/Panel';
154
154
  import 'rc-tabs';
155
+ import '@wangeditor/editor-for-react';
156
+ import '@wangeditor/editor';
155
157
  import '@para-ui/icons/PreviewClose';
156
158
  import '@para-ui/icons/PreviewOpen';
157
159
  import 'rc-tooltip';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@para-ui/core",
3
3
  "private": false,
4
- "version": "3.0.6",
4
+ "version": "3.0.8",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",
7
7
  "description": "Powered by Para FED",