@commercetools-uikit/rich-text-utils 15.14.0 → 15.14.2
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.
|
@@ -3409,7 +3409,7 @@ RichTextEditorBody.defaultProps = defaultProps;
|
|
|
3409
3409
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
3410
3410
|
|
|
3411
3411
|
// NOTE: This string will be replaced on build time with the package version.
|
|
3412
|
-
var version = "15.14.
|
|
3412
|
+
var version = "15.14.2";
|
|
3413
3413
|
|
|
3414
3414
|
exports.Element = Element;
|
|
3415
3415
|
exports.HiddenInput = HiddenInput$1;
|
|
@@ -3280,7 +3280,7 @@ RichTextEditorBody.defaultProps = defaultProps;
|
|
|
3280
3280
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
3281
3281
|
|
|
3282
3282
|
// NOTE: This string will be replaced on build time with the package version.
|
|
3283
|
-
var version = "15.14.
|
|
3283
|
+
var version = "15.14.2";
|
|
3284
3284
|
|
|
3285
3285
|
exports.Element = Element;
|
|
3286
3286
|
exports.HiddenInput = HiddenInput$1;
|
|
@@ -3372,6 +3372,6 @@ RichTextEditorBody.defaultProps = defaultProps;
|
|
|
3372
3372
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
3373
3373
|
|
|
3374
3374
|
// NOTE: This string will be replaced on build time with the package version.
|
|
3375
|
-
var version = "15.14.
|
|
3375
|
+
var version = "15.14.2";
|
|
3376
3376
|
|
|
3377
3377
|
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.14.
|
|
4
|
+
"version": "15.14.2",
|
|
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": "15.14.
|
|
28
|
-
"@commercetools-uikit/icons": "15.14.
|
|
29
|
-
"@commercetools-uikit/input-utils": "15.14.
|
|
30
|
-
"@commercetools-uikit/spacings-inline": "15.14.
|
|
31
|
-
"@commercetools-uikit/tooltip": "15.14.
|
|
32
|
-
"@commercetools-uikit/utils": "15.14.
|
|
27
|
+
"@commercetools-uikit/design-system": "15.14.2",
|
|
28
|
+
"@commercetools-uikit/icons": "15.14.2",
|
|
29
|
+
"@commercetools-uikit/input-utils": "15.14.2",
|
|
30
|
+
"@commercetools-uikit/spacings-inline": "15.14.2",
|
|
31
|
+
"@commercetools-uikit/tooltip": "15.14.2",
|
|
32
|
+
"@commercetools-uikit/utils": "15.14.2",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
35
35
|
"@types/escape-html": "1.0.2",
|