@portabletext/plugin-character-pair-decorator 1.0.0 → 1.0.1
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# `@portabletext/plugin-character-pair-decorator`
|
|
2
2
|
|
|
3
|
-
> Automatically match a pair of characters and decorate the text in between
|
|
3
|
+
> ✨ Automatically match a pair of characters and decorate the text in between
|
|
4
4
|
|
|
5
5
|
Import the `CharacterPairDecoratorPlugin` React component and place it inside the `EditorProvider` to automatically register the necessary Behaviors:
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@portabletext/plugin-character-pair-decorator",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Automatically match a pair of characters and decorate the text in between",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"portabletext",
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
"dist"
|
|
40
40
|
],
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@portabletext/editor": "^1.48.
|
|
42
|
+
"@portabletext/editor": "^1.48.5",
|
|
43
43
|
"@types/react": "^19.1.2",
|
|
44
44
|
"react": "^19.1.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@portabletext/editor": "^1.48.
|
|
47
|
+
"@portabletext/editor": "^1.48.4",
|
|
48
48
|
"react": "^19.1.0"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|