@commercetools-uikit/rich-text-utils 12.2.7 → 12.2.9
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.
|
@@ -3394,7 +3394,7 @@ RichTextEditorBody.defaultProps = {
|
|
|
3394
3394
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
3395
3395
|
|
|
3396
3396
|
// NOTE: This string will be replaced on build time with the package version.
|
|
3397
|
-
var version = "12.2.
|
|
3397
|
+
var version = "12.2.9";
|
|
3398
3398
|
|
|
3399
3399
|
exports.HiddenInput = HiddenInput$1;
|
|
3400
3400
|
exports.RichTextBody = RichTextEditorBody$1;
|
|
@@ -3258,7 +3258,7 @@ RichTextEditorBody.defaultProps = {
|
|
|
3258
3258
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
3259
3259
|
|
|
3260
3260
|
// NOTE: This string will be replaced on build time with the package version.
|
|
3261
|
-
var version = "12.2.
|
|
3261
|
+
var version = "12.2.9";
|
|
3262
3262
|
|
|
3263
3263
|
exports.HiddenInput = HiddenInput$1;
|
|
3264
3264
|
exports.RichTextBody = RichTextEditorBody$1;
|
|
@@ -3357,6 +3357,6 @@ RichTextEditorBody.defaultProps = {
|
|
|
3357
3357
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
3358
3358
|
|
|
3359
3359
|
// NOTE: This string will be replaced on build time with the package version.
|
|
3360
|
-
var version = "12.2.
|
|
3360
|
+
var version = "12.2.9";
|
|
3361
3361
|
|
|
3362
3362
|
export { HiddenInput$1 as HiddenInput, RichTextEditorBody$1 as RichTextBody, html$1 as html, isRichTextEmpty as isEmpty, index as localized, plugins$1 as richTextPlugins, 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": "12.2.
|
|
4
|
+
"version": "12.2.9",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -22,14 +22,14 @@
|
|
|
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.16.
|
|
26
|
-
"@babel/runtime-corejs3": "7.16.
|
|
27
|
-
"@commercetools-uikit/design-system": "12.2.
|
|
28
|
-
"@commercetools-uikit/icons": "12.2.
|
|
29
|
-
"@commercetools-uikit/input-utils": "12.2.
|
|
30
|
-
"@commercetools-uikit/spacings-inline": "12.2.
|
|
31
|
-
"@commercetools-uikit/tooltip": "12.2.
|
|
32
|
-
"@commercetools-uikit/utils": "12.2.
|
|
25
|
+
"@babel/runtime": "7.16.5",
|
|
26
|
+
"@babel/runtime-corejs3": "7.16.5",
|
|
27
|
+
"@commercetools-uikit/design-system": "12.2.9",
|
|
28
|
+
"@commercetools-uikit/icons": "12.2.9",
|
|
29
|
+
"@commercetools-uikit/input-utils": "12.2.9",
|
|
30
|
+
"@commercetools-uikit/spacings-inline": "12.2.9",
|
|
31
|
+
"@commercetools-uikit/tooltip": "12.2.9",
|
|
32
|
+
"@commercetools-uikit/utils": "12.2.9",
|
|
33
33
|
"@emotion/react": "^11.4.0",
|
|
34
34
|
"@emotion/styled": "^11.3.0",
|
|
35
35
|
"downshift": "6.1.7",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"react": "17.0.2",
|
|
44
|
-
"react-intl": "5.
|
|
44
|
+
"react-intl": "5.23.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"react": "17.x",
|