@commercetools-uikit/rich-text-utils 20.6.0 → 20.6.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.
|
@@ -1991,7 +1991,7 @@ RichTextEditorBody.displayName = 'RichTextEditorBody';
|
|
|
1991
1991
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
1992
1992
|
|
|
1993
1993
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1994
|
-
var version = "20.6.
|
|
1994
|
+
var version = "20.6.1";
|
|
1995
1995
|
|
|
1996
1996
|
exports.Element = Element;
|
|
1997
1997
|
exports.HiddenInput = HiddenInput$1;
|
|
@@ -1932,7 +1932,7 @@ RichTextEditorBody.displayName = 'RichTextEditorBody';
|
|
|
1932
1932
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
1933
1933
|
|
|
1934
1934
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1935
|
-
var version = "20.6.
|
|
1935
|
+
var version = "20.6.1";
|
|
1936
1936
|
|
|
1937
1937
|
exports.Element = Element;
|
|
1938
1938
|
exports.HiddenInput = HiddenInput$1;
|
|
@@ -1952,6 +1952,6 @@ RichTextEditorBody.displayName = 'RichTextEditorBody';
|
|
|
1952
1952
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
1953
1953
|
|
|
1954
1954
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1955
|
-
var version = "20.6.
|
|
1955
|
+
var version = "20.6.1";
|
|
1956
1956
|
|
|
1957
1957
|
export { Element, HiddenInput$1 as HiddenInput, Leaf, RichTextEditorBody$1 as RichTextBody, Softbreaker, focusEditor, html$1 as html, isBlockActive, isRichTextEmpty as isEmpty, isMarkActive, index as localized, resetEditor, toggleBlock, toggleMark, validSlateStateAdapter, version, withLinks };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/rich-text-utils",
|
|
3
3
|
"description": "Utilities for working with rich-text components.",
|
|
4
|
-
"version": "20.6.
|
|
4
|
+
"version": "20.6.1",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"@types/dompurify": "^2.4.0",
|
|
35
35
|
"@types/escape-html": "1.0.4",
|
|
36
|
-
"dompurify": "3.
|
|
37
|
-
"downshift": "9.
|
|
36
|
+
"dompurify": "3.4.5",
|
|
37
|
+
"downshift": "9.3.3",
|
|
38
38
|
"escape-html": "1.0.3",
|
|
39
39
|
"is-hotkey": "0.2.0",
|
|
40
40
|
"is-url": "^1.2.4",
|
|
@@ -44,17 +44,17 @@
|
|
|
44
44
|
"slate-hyperscript": "0.100.0",
|
|
45
45
|
"slate-react": "0.75.0",
|
|
46
46
|
"style-to-object": "0.4.4",
|
|
47
|
-
"@commercetools-uikit/design-system": "^20.6.
|
|
48
|
-
"@commercetools-uikit/icons": "^20.6.
|
|
49
|
-
"@commercetools-uikit/
|
|
50
|
-
"@commercetools-uikit/
|
|
51
|
-
"@commercetools-uikit/
|
|
52
|
-
"@commercetools-uikit/
|
|
47
|
+
"@commercetools-uikit/design-system": "^20.6.1",
|
|
48
|
+
"@commercetools-uikit/icons": "^20.6.1",
|
|
49
|
+
"@commercetools-uikit/tooltip": "^20.6.1",
|
|
50
|
+
"@commercetools-uikit/utils": "^20.6.1",
|
|
51
|
+
"@commercetools-uikit/input-utils": "^20.6.1",
|
|
52
|
+
"@commercetools-uikit/spacings-inline": "^20.6.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"jsdom": "^26.1.0",
|
|
56
|
-
"react": "19.2.
|
|
57
|
-
"react-dom": "19.2.
|
|
56
|
+
"react": "19.2.6",
|
|
57
|
+
"react-dom": "19.2.6",
|
|
58
58
|
"react-intl": "^7.1.4"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|