@commercetools-uikit/rich-text-utils 12.2.4 → 12.2.5
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.
|
@@ -3393,8 +3393,8 @@ RichTextEditorBody.defaultProps = {
|
|
|
3393
3393
|
};
|
|
3394
3394
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
3395
3395
|
|
|
3396
|
-
// NOTE: This string will be replaced
|
|
3397
|
-
var version =
|
|
3396
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
3397
|
+
var version = "12.2.5";
|
|
3398
3398
|
|
|
3399
3399
|
exports.HiddenInput = HiddenInput$1;
|
|
3400
3400
|
exports.RichTextBody = RichTextEditorBody$1;
|
|
@@ -3257,8 +3257,8 @@ RichTextEditorBody.defaultProps = {
|
|
|
3257
3257
|
};
|
|
3258
3258
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
3259
3259
|
|
|
3260
|
-
// NOTE: This string will be replaced
|
|
3261
|
-
var version =
|
|
3260
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
3261
|
+
var version = "12.2.5";
|
|
3262
3262
|
|
|
3263
3263
|
exports.HiddenInput = HiddenInput$1;
|
|
3264
3264
|
exports.RichTextBody = RichTextEditorBody$1;
|
|
@@ -3356,7 +3356,7 @@ RichTextEditorBody.defaultProps = {
|
|
|
3356
3356
|
};
|
|
3357
3357
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
3358
3358
|
|
|
3359
|
-
// NOTE: This string will be replaced
|
|
3360
|
-
var version =
|
|
3359
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
3360
|
+
var version = "12.2.5";
|
|
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.5",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -9,29 +9,34 @@
|
|
|
9
9
|
"directory": "packages/components/inputs/rich-text-utils"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://uikit.commercetools.com",
|
|
12
|
-
"keywords": [
|
|
12
|
+
"keywords": [
|
|
13
|
+
"javascript",
|
|
14
|
+
"design system",
|
|
15
|
+
"react",
|
|
16
|
+
"uikit"
|
|
17
|
+
],
|
|
13
18
|
"license": "MIT",
|
|
14
|
-
"private": false,
|
|
15
19
|
"publishConfig": {
|
|
16
20
|
"access": "public"
|
|
17
21
|
},
|
|
18
22
|
"sideEffects": false,
|
|
19
23
|
"main": "dist/commercetools-uikit-rich-text-utils.cjs.js",
|
|
20
24
|
"module": "dist/commercetools-uikit-rich-text-utils.esm.js",
|
|
21
|
-
"files": [
|
|
25
|
+
"files": [
|
|
26
|
+
"dist"
|
|
27
|
+
],
|
|
22
28
|
"scripts": {
|
|
23
|
-
"prepare": "../../../../scripts/version.js replace",
|
|
24
29
|
"generate-icons": "svgr -d src/rich-text-body/icons/generated --typescript src/rich-text-body/icons/svg"
|
|
25
30
|
},
|
|
26
31
|
"dependencies": {
|
|
27
|
-
"@babel/runtime": "7.
|
|
28
|
-
"@babel/runtime-corejs3": "7.
|
|
29
|
-
"@commercetools-uikit/design-system": "12.2.
|
|
30
|
-
"@commercetools-uikit/icons": "12.2.
|
|
31
|
-
"@commercetools-uikit/input-utils": "12.2.
|
|
32
|
-
"@commercetools-uikit/spacings-inline": "12.2.
|
|
33
|
-
"@commercetools-uikit/tooltip": "12.2.
|
|
34
|
-
"@commercetools-uikit/utils": "12.2.
|
|
32
|
+
"@babel/runtime": "7.16.3",
|
|
33
|
+
"@babel/runtime-corejs3": "7.16.3",
|
|
34
|
+
"@commercetools-uikit/design-system": "12.2.5",
|
|
35
|
+
"@commercetools-uikit/icons": "12.2.5",
|
|
36
|
+
"@commercetools-uikit/input-utils": "12.2.5",
|
|
37
|
+
"@commercetools-uikit/spacings-inline": "12.2.5",
|
|
38
|
+
"@commercetools-uikit/tooltip": "12.2.5",
|
|
39
|
+
"@commercetools-uikit/utils": "12.2.5",
|
|
35
40
|
"@emotion/react": "^11.4.0",
|
|
36
41
|
"@emotion/styled": "^11.3.0",
|
|
37
42
|
"downshift": "6.1.7",
|
|
@@ -43,7 +48,7 @@
|
|
|
43
48
|
},
|
|
44
49
|
"devDependencies": {
|
|
45
50
|
"react": "17.0.2",
|
|
46
|
-
"react-intl": "5.
|
|
51
|
+
"react-intl": "5.21.2"
|
|
47
52
|
},
|
|
48
53
|
"peerDependencies": {
|
|
49
54
|
"react": "17.x",
|