@commercetools-uikit/rich-text-utils 19.25.1 → 19.26.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.
|
@@ -1980,7 +1980,7 @@ RichTextEditorBody.displayName = 'RichTextEditorBody';
|
|
|
1980
1980
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
1981
1981
|
|
|
1982
1982
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1983
|
-
var version = "19.
|
|
1983
|
+
var version = "19.26.0";
|
|
1984
1984
|
|
|
1985
1985
|
exports.Element = Element;
|
|
1986
1986
|
exports.HiddenInput = HiddenInput$1;
|
|
@@ -1873,7 +1873,7 @@ RichTextEditorBody.displayName = 'RichTextEditorBody';
|
|
|
1873
1873
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
1874
1874
|
|
|
1875
1875
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1876
|
-
var version = "19.
|
|
1876
|
+
var version = "19.26.0";
|
|
1877
1877
|
|
|
1878
1878
|
exports.Element = Element;
|
|
1879
1879
|
exports.HiddenInput = HiddenInput$1;
|
|
@@ -1941,6 +1941,6 @@ RichTextEditorBody.displayName = 'RichTextEditorBody';
|
|
|
1941
1941
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
1942
1942
|
|
|
1943
1943
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1944
|
-
var version = "19.
|
|
1944
|
+
var version = "19.26.0";
|
|
1945
1945
|
|
|
1946
1946
|
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": "19.
|
|
4
|
+
"version": "19.26.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": "19.
|
|
28
|
-
"@commercetools-uikit/icons": "19.
|
|
29
|
-
"@commercetools-uikit/input-utils": "19.
|
|
30
|
-
"@commercetools-uikit/spacings-inline": "19.
|
|
31
|
-
"@commercetools-uikit/tooltip": "19.
|
|
32
|
-
"@commercetools-uikit/utils": "19.
|
|
27
|
+
"@commercetools-uikit/design-system": "19.26.0",
|
|
28
|
+
"@commercetools-uikit/icons": "19.26.0",
|
|
29
|
+
"@commercetools-uikit/input-utils": "19.26.0",
|
|
30
|
+
"@commercetools-uikit/spacings-inline": "19.26.0",
|
|
31
|
+
"@commercetools-uikit/tooltip": "19.26.0",
|
|
32
|
+
"@commercetools-uikit/utils": "19.26.0",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
35
35
|
"@types/escape-html": "1.0.4",
|