@commercetools-uikit/rich-text-utils 15.1.2 → 15.2.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.
|
@@ -3254,7 +3254,7 @@ RichTextEditorBody.defaultProps = defaultProps;
|
|
|
3254
3254
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
3255
3255
|
|
|
3256
3256
|
// NOTE: This string will be replaced on build time with the package version.
|
|
3257
|
-
var version = "15.
|
|
3257
|
+
var version = "15.2.0";
|
|
3258
3258
|
|
|
3259
3259
|
exports.Element = Element;
|
|
3260
3260
|
exports.HiddenInput = HiddenInput$1;
|
|
@@ -3129,7 +3129,7 @@ RichTextEditorBody.defaultProps = defaultProps;
|
|
|
3129
3129
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
3130
3130
|
|
|
3131
3131
|
// NOTE: This string will be replaced on build time with the package version.
|
|
3132
|
-
var version = "15.
|
|
3132
|
+
var version = "15.2.0";
|
|
3133
3133
|
|
|
3134
3134
|
exports.Element = Element;
|
|
3135
3135
|
exports.HiddenInput = HiddenInput$1;
|
|
@@ -3217,6 +3217,6 @@ RichTextEditorBody.defaultProps = defaultProps;
|
|
|
3217
3217
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
3218
3218
|
|
|
3219
3219
|
// NOTE: This string will be replaced on build time with the package version.
|
|
3220
|
-
var version = "15.
|
|
3220
|
+
var version = "15.2.0";
|
|
3221
3221
|
|
|
3222
3222
|
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": "15.
|
|
4
|
+
"version": "15.2.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.17.2",
|
|
26
26
|
"@babel/runtime-corejs3": "^7.17.2",
|
|
27
|
-
"@commercetools-uikit/design-system": "15.
|
|
28
|
-
"@commercetools-uikit/icons": "15.
|
|
29
|
-
"@commercetools-uikit/input-utils": "15.
|
|
30
|
-
"@commercetools-uikit/spacings-inline": "15.
|
|
31
|
-
"@commercetools-uikit/tooltip": "15.
|
|
32
|
-
"@commercetools-uikit/utils": "15.
|
|
27
|
+
"@commercetools-uikit/design-system": "15.2.0",
|
|
28
|
+
"@commercetools-uikit/icons": "15.2.0",
|
|
29
|
+
"@commercetools-uikit/input-utils": "15.2.0",
|
|
30
|
+
"@commercetools-uikit/spacings-inline": "15.2.0",
|
|
31
|
+
"@commercetools-uikit/tooltip": "15.2.0",
|
|
32
|
+
"@commercetools-uikit/utils": "15.2.0",
|
|
33
33
|
"@emotion/react": "^11.4.0",
|
|
34
34
|
"@emotion/styled": "^11.3.0",
|
|
35
35
|
"@types/escape-html": "1.0.2",
|