@commercetools-uikit/rich-text-utils 16.3.0 → 16.4.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.
|
@@ -2994,7 +2994,7 @@ RichTextEditorBody.defaultProps = defaultProps;
|
|
|
2994
2994
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
2995
2995
|
|
|
2996
2996
|
// NOTE: This string will be replaced on build time with the package version.
|
|
2997
|
-
var version = "16.
|
|
2997
|
+
var version = "16.4.0";
|
|
2998
2998
|
|
|
2999
2999
|
exports.Element = Element;
|
|
3000
3000
|
exports.HiddenInput = HiddenInput$1;
|
|
@@ -2762,7 +2762,7 @@ RichTextEditorBody.defaultProps = defaultProps;
|
|
|
2762
2762
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
2763
2763
|
|
|
2764
2764
|
// NOTE: This string will be replaced on build time with the package version.
|
|
2765
|
-
var version = "16.
|
|
2765
|
+
var version = "16.4.0";
|
|
2766
2766
|
|
|
2767
2767
|
exports.Element = Element;
|
|
2768
2768
|
exports.HiddenInput = HiddenInput$1;
|
|
@@ -2957,6 +2957,6 @@ RichTextEditorBody.defaultProps = defaultProps;
|
|
|
2957
2957
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
2958
2958
|
|
|
2959
2959
|
// NOTE: This string will be replaced on build time with the package version.
|
|
2960
|
-
var version = "16.
|
|
2960
|
+
var version = "16.4.0";
|
|
2961
2961
|
|
|
2962
2962
|
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": "16.
|
|
4
|
+
"version": "16.4.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": "16.
|
|
28
|
-
"@commercetools-uikit/icons": "16.
|
|
29
|
-
"@commercetools-uikit/input-utils": "16.
|
|
30
|
-
"@commercetools-uikit/spacings-inline": "16.
|
|
31
|
-
"@commercetools-uikit/tooltip": "16.
|
|
32
|
-
"@commercetools-uikit/utils": "16.
|
|
27
|
+
"@commercetools-uikit/design-system": "16.4.0",
|
|
28
|
+
"@commercetools-uikit/icons": "16.4.0",
|
|
29
|
+
"@commercetools-uikit/input-utils": "16.4.0",
|
|
30
|
+
"@commercetools-uikit/spacings-inline": "16.4.0",
|
|
31
|
+
"@commercetools-uikit/tooltip": "16.4.0",
|
|
32
|
+
"@commercetools-uikit/utils": "16.4.0",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
35
35
|
"@types/escape-html": "1.0.2",
|