@commercetools-uikit/rich-text-utils 18.5.0 → 19.0.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.
|
@@ -2705,7 +2705,7 @@ RichTextEditorBody.defaultProps = defaultProps;
|
|
|
2705
2705
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
2706
2706
|
|
|
2707
2707
|
// NOTE: This string will be replaced on build time with the package version.
|
|
2708
|
-
var version = "
|
|
2708
|
+
var version = "19.0.0";
|
|
2709
2709
|
|
|
2710
2710
|
exports.Element = Element;
|
|
2711
2711
|
exports.HiddenInput = HiddenInput$1;
|
|
@@ -2581,7 +2581,7 @@ RichTextEditorBody.defaultProps = defaultProps;
|
|
|
2581
2581
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
2582
2582
|
|
|
2583
2583
|
// NOTE: This string will be replaced on build time with the package version.
|
|
2584
|
-
var version = "
|
|
2584
|
+
var version = "19.0.0";
|
|
2585
2585
|
|
|
2586
2586
|
exports.Element = Element;
|
|
2587
2587
|
exports.HiddenInput = HiddenInput$1;
|
|
@@ -2668,6 +2668,6 @@ RichTextEditorBody.defaultProps = defaultProps;
|
|
|
2668
2668
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
2669
2669
|
|
|
2670
2670
|
// NOTE: This string will be replaced on build time with the package version.
|
|
2671
|
-
var version = "
|
|
2671
|
+
var version = "19.0.0";
|
|
2672
2672
|
|
|
2673
2673
|
export { Element, HiddenInput$1 as HiddenInput, Leaf, RichTextEditorBody$1 as RichTextBody, focusEditor, html$1 as html, isBlockActive, isRichTextEmpty as isEmpty, isMarkActive, index as localized, resetEditor, toggleBlock, toggleMark, validSlateStateAdapter, version };
|
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": "
|
|
4
|
+
"version": "19.0.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": "
|
|
28
|
-
"@commercetools-uikit/icons": "
|
|
29
|
-
"@commercetools-uikit/input-utils": "
|
|
30
|
-
"@commercetools-uikit/spacings-inline": "
|
|
31
|
-
"@commercetools-uikit/tooltip": "
|
|
32
|
-
"@commercetools-uikit/utils": "
|
|
27
|
+
"@commercetools-uikit/design-system": "19.0.0",
|
|
28
|
+
"@commercetools-uikit/icons": "19.0.0",
|
|
29
|
+
"@commercetools-uikit/input-utils": "19.0.0",
|
|
30
|
+
"@commercetools-uikit/spacings-inline": "19.0.0",
|
|
31
|
+
"@commercetools-uikit/tooltip": "19.0.0",
|
|
32
|
+
"@commercetools-uikit/utils": "19.0.0",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
35
35
|
"@types/escape-html": "1.0.4",
|