@commercetools-uikit/rich-text-utils 15.11.2 → 15.12.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.
|
@@ -3218,7 +3218,7 @@ RichTextEditorBody.defaultProps = defaultProps;
|
|
|
3218
3218
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
3219
3219
|
|
|
3220
3220
|
// NOTE: This string will be replaced on build time with the package version.
|
|
3221
|
-
var version = "15.
|
|
3221
|
+
var version = "15.12.0";
|
|
3222
3222
|
|
|
3223
3223
|
exports.Element = Element;
|
|
3224
3224
|
exports.HiddenInput = HiddenInput$1;
|
|
@@ -3093,7 +3093,7 @@ RichTextEditorBody.defaultProps = defaultProps;
|
|
|
3093
3093
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
3094
3094
|
|
|
3095
3095
|
// NOTE: This string will be replaced on build time with the package version.
|
|
3096
|
-
var version = "15.
|
|
3096
|
+
var version = "15.12.0";
|
|
3097
3097
|
|
|
3098
3098
|
exports.Element = Element;
|
|
3099
3099
|
exports.HiddenInput = HiddenInput$1;
|
|
@@ -3181,6 +3181,6 @@ RichTextEditorBody.defaultProps = defaultProps;
|
|
|
3181
3181
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
3182
3182
|
|
|
3183
3183
|
// NOTE: This string will be replaced on build time with the package version.
|
|
3184
|
-
var version = "15.
|
|
3184
|
+
var version = "15.12.0";
|
|
3185
3185
|
|
|
3186
3186
|
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.12.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
"generate-icons": "svgr -d src/rich-text-body/icons/generated --typescript -- src/rich-text-body/icons/svg"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@babel/runtime": "^7.
|
|
26
|
-
"@babel/runtime-corejs3": "^7.
|
|
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.
|
|
33
|
-
"@emotion/react": "^11.
|
|
34
|
-
"@emotion/styled": "^11.
|
|
25
|
+
"@babel/runtime": "^7.20.13",
|
|
26
|
+
"@babel/runtime-corejs3": "^7.20.13",
|
|
27
|
+
"@commercetools-uikit/design-system": "15.12.0",
|
|
28
|
+
"@commercetools-uikit/icons": "15.12.0",
|
|
29
|
+
"@commercetools-uikit/input-utils": "15.12.0",
|
|
30
|
+
"@commercetools-uikit/spacings-inline": "15.12.0",
|
|
31
|
+
"@commercetools-uikit/tooltip": "15.12.0",
|
|
32
|
+
"@commercetools-uikit/utils": "15.12.0",
|
|
33
|
+
"@emotion/react": "^11.10.5",
|
|
34
|
+
"@emotion/styled": "^11.10.5",
|
|
35
35
|
"@types/escape-html": "1.0.2",
|
|
36
36
|
"downshift": "6.1.12",
|
|
37
37
|
"escape-html": "1.0.3",
|