@commercetools-uikit/rich-text-utils 20.4.0 → 20.5.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.
|
@@ -1997,7 +1997,7 @@ RichTextEditorBody.displayName = 'RichTextEditorBody';
|
|
|
1997
1997
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
1998
1998
|
|
|
1999
1999
|
// NOTE: This string will be replaced on build time with the package version.
|
|
2000
|
-
var version = "20.
|
|
2000
|
+
var version = "20.5.0";
|
|
2001
2001
|
|
|
2002
2002
|
exports.Element = Element;
|
|
2003
2003
|
exports.HiddenInput = HiddenInput$1;
|
|
@@ -1938,7 +1938,7 @@ RichTextEditorBody.displayName = 'RichTextEditorBody';
|
|
|
1938
1938
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
1939
1939
|
|
|
1940
1940
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1941
|
-
var version = "20.
|
|
1941
|
+
var version = "20.5.0";
|
|
1942
1942
|
|
|
1943
1943
|
exports.Element = Element;
|
|
1944
1944
|
exports.HiddenInput = HiddenInput$1;
|
|
@@ -1957,6 +1957,6 @@ RichTextEditorBody.displayName = 'RichTextEditorBody';
|
|
|
1957
1957
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
1958
1958
|
|
|
1959
1959
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1960
|
-
var version = "20.
|
|
1960
|
+
var version = "20.5.0";
|
|
1961
1961
|
|
|
1962
1962
|
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.
|
|
4
|
+
"version": "20.5.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@babel/runtime": "^7.20.13",
|
|
26
26
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
27
|
-
"@commercetools-uikit/design-system": "20.
|
|
28
|
-
"@commercetools-uikit/icons": "20.
|
|
29
|
-
"@commercetools-uikit/input-utils": "20.
|
|
30
|
-
"@commercetools-uikit/spacings-inline": "20.
|
|
31
|
-
"@commercetools-uikit/tooltip": "20.
|
|
32
|
-
"@commercetools-uikit/utils": "20.
|
|
27
|
+
"@commercetools-uikit/design-system": "20.5.0",
|
|
28
|
+
"@commercetools-uikit/icons": "20.5.0",
|
|
29
|
+
"@commercetools-uikit/input-utils": "20.5.0",
|
|
30
|
+
"@commercetools-uikit/spacings-inline": "20.5.0",
|
|
31
|
+
"@commercetools-uikit/tooltip": "20.5.0",
|
|
32
|
+
"@commercetools-uikit/utils": "20.5.0",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
35
35
|
"@types/dompurify": "^2.4.0",
|