@npm-questionpro/wick-ui-editor 2.0.0-next.19 → 2.0.0-next.20

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 +3 -10
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  # @npm-questionpro/wick-ui-editor
2
2
 
3
- A rich text editor component built with React and TipTap. Part of the Wick UI
4
- design system.
3
+ A rich text editor component built with React and TipTap. Part of the Wick UI design system.
5
4
 
6
5
  [![npm version](https://img.shields.io/npm/v/@npm-questionpro/wick-ui-editor.svg)](https://www.npmjs.com/package/@npm-questionpro/wick-ui-editor)
7
6
  [![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg)](https://opensource.org/licenses/ISC)
@@ -27,12 +26,7 @@ CSS is automatically imported when you import the component.
27
26
  import {WuContentEditor} from '@npm-questionpro/wick-ui-editor'
28
27
 
29
28
  function App() {
30
- return (
31
- <WuContentEditor
32
- defaultValue="<p>Start typing...</p>"
33
- onUpdate={html => console.log(html)}
34
- />
35
- )
29
+ return <WuContentEditor defaultValue="<p>Start typing...</p>" onUpdate={html => console.log(html)} />
36
30
  }
37
31
  ```
38
32
 
@@ -53,8 +47,7 @@ function App() {
53
47
 
54
48
  ## Documentation
55
49
 
56
- Full documentation and interactive examples:
57
- [wick-ui-lib.pages.dev](https://wick-ui-lib.pages.dev)
50
+ Full documentation and interactive examples: [wick-ui-lib.pages.dev](https://wick-ui-lib.pages.dev)
58
51
 
59
52
  ## License
60
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm-questionpro/wick-ui-editor",
3
- "version": "2.0.0-next.19",
3
+ "version": "2.0.0-next.20",
4
4
  "description": "Wick Editor is a powerful and intuitive content editing component built with React. It provides a rich set of features for creating and managing content, making it ideal for applications that require dynamic and interactive content creation.",
5
5
  "keywords": [
6
6
  "react",
@@ -95,8 +95,8 @@
95
95
  "vite-bundle-analyzer": "^0.22.3",
96
96
  "vite-plugin-dts": "^4.5.4",
97
97
  "vitest": "^4.1.8",
98
- "@npm-questionpro/wick-ui-icon": "2.0.0-next.19",
99
- "@npm-questionpro/wick-ui-lib": "2.0.0-next.19",
98
+ "@npm-questionpro/wick-ui-icon": "2.0.0-next.20",
99
+ "@npm-questionpro/wick-ui-lib": "2.0.0-next.20",
100
100
  "@npm-questionpro/wick-ui-eslint-config": "1.0.0",
101
101
  "@wick-ui/tsconfig": "1.0.0",
102
102
  "@npm-questionpro/wick-ui-stylelint-config": "1.0.0"