@commercetools-uikit/localized-rich-text-input 12.2.4 → 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.
|
@@ -736,8 +736,8 @@ LocalizedRichTextInput.omitEmptyTranslations = richTextUtils.localized.omitEmpty
|
|
|
736
736
|
LocalizedRichTextInput.isTouched = localizedUtils.isTouched;
|
|
737
737
|
var LocalizedRichTextInput$1 = LocalizedRichTextInput;
|
|
738
738
|
|
|
739
|
-
// NOTE: This string will be replaced
|
|
740
|
-
var version =
|
|
739
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
740
|
+
var version = "12.2.9";
|
|
741
741
|
|
|
742
742
|
exports["default"] = LocalizedRichTextInput$1;
|
|
743
743
|
exports.version = version;
|
|
@@ -576,8 +576,8 @@ LocalizedRichTextInput.omitEmptyTranslations = richTextUtils.localized.omitEmpty
|
|
|
576
576
|
LocalizedRichTextInput.isTouched = localizedUtils.isTouched;
|
|
577
577
|
var LocalizedRichTextInput$1 = LocalizedRichTextInput;
|
|
578
578
|
|
|
579
|
-
// NOTE: This string will be replaced
|
|
580
|
-
var version =
|
|
579
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
580
|
+
var version = "12.2.9";
|
|
581
581
|
|
|
582
582
|
exports["default"] = LocalizedRichTextInput$1;
|
|
583
583
|
exports.version = version;
|
|
@@ -707,7 +707,7 @@ LocalizedRichTextInput.omitEmptyTranslations = localized.omitEmptyTranslations;
|
|
|
707
707
|
LocalizedRichTextInput.isTouched = isTouched;
|
|
708
708
|
var LocalizedRichTextInput$1 = LocalizedRichTextInput;
|
|
709
709
|
|
|
710
|
-
// NOTE: This string will be replaced
|
|
711
|
-
var version =
|
|
710
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
711
|
+
var version = "12.2.9";
|
|
712
712
|
|
|
713
713
|
export { LocalizedRichTextInput$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/localized-rich-text-input",
|
|
3
3
|
"description": "A controlled text input component for localized rich text input with validation states.",
|
|
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",
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
"homepage": "https://uikit.commercetools.com",
|
|
12
12
|
"keywords": ["javascript", "design system", "react", "uikit"],
|
|
13
13
|
"license": "MIT",
|
|
14
|
-
"private": false,
|
|
15
14
|
"publishConfig": {
|
|
16
15
|
"access": "public"
|
|
17
16
|
},
|
|
@@ -19,30 +18,27 @@
|
|
|
19
18
|
"main": "dist/commercetools-uikit-localized-rich-text-input.cjs.js",
|
|
20
19
|
"module": "dist/commercetools-uikit-localized-rich-text-input.esm.js",
|
|
21
20
|
"files": ["dist"],
|
|
22
|
-
"scripts": {
|
|
23
|
-
"prepare": "../../../../scripts/version.js replace"
|
|
24
|
-
},
|
|
25
21
|
"dependencies": {
|
|
26
|
-
"@babel/runtime": "7.
|
|
27
|
-
"@babel/runtime-corejs3": "7.
|
|
28
|
-
"@commercetools-uikit/collapsible-motion": "12.2.
|
|
29
|
-
"@commercetools-uikit/constraints": "12.2.
|
|
30
|
-
"@commercetools-uikit/design-system": "12.2.
|
|
31
|
-
"@commercetools-uikit/flat-button": "12.2.
|
|
32
|
-
"@commercetools-uikit/hooks": "12.2.
|
|
33
|
-
"@commercetools-uikit/icons": "12.2.
|
|
34
|
-
"@commercetools-uikit/input-utils": "12.2.
|
|
35
|
-
"@commercetools-uikit/localized-utils": "12.2.
|
|
36
|
-
"@commercetools-uikit/messages": "12.2.
|
|
37
|
-
"@commercetools-uikit/rich-text-utils": "12.2.
|
|
38
|
-
"@commercetools-uikit/spacings-inline": "12.2.
|
|
39
|
-
"@commercetools-uikit/spacings-stack": "12.2.
|
|
40
|
-
"@commercetools-uikit/text": "12.2.
|
|
41
|
-
"@commercetools-uikit/tooltip": "12.2.
|
|
42
|
-
"@commercetools-uikit/utils": "12.2.
|
|
22
|
+
"@babel/runtime": "7.16.5",
|
|
23
|
+
"@babel/runtime-corejs3": "7.16.5",
|
|
24
|
+
"@commercetools-uikit/collapsible-motion": "12.2.9",
|
|
25
|
+
"@commercetools-uikit/constraints": "12.2.9",
|
|
26
|
+
"@commercetools-uikit/design-system": "12.2.9",
|
|
27
|
+
"@commercetools-uikit/flat-button": "12.2.9",
|
|
28
|
+
"@commercetools-uikit/hooks": "12.2.9",
|
|
29
|
+
"@commercetools-uikit/icons": "12.2.9",
|
|
30
|
+
"@commercetools-uikit/input-utils": "12.2.9",
|
|
31
|
+
"@commercetools-uikit/localized-utils": "12.2.9",
|
|
32
|
+
"@commercetools-uikit/messages": "12.2.9",
|
|
33
|
+
"@commercetools-uikit/rich-text-utils": "12.2.9",
|
|
34
|
+
"@commercetools-uikit/spacings-inline": "12.2.9",
|
|
35
|
+
"@commercetools-uikit/spacings-stack": "12.2.9",
|
|
36
|
+
"@commercetools-uikit/text": "12.2.9",
|
|
37
|
+
"@commercetools-uikit/tooltip": "12.2.9",
|
|
38
|
+
"@commercetools-uikit/utils": "12.2.9",
|
|
43
39
|
"@emotion/react": "^11.4.0",
|
|
44
40
|
"@emotion/styled": "^11.3.0",
|
|
45
|
-
"common-tags": "1.8.
|
|
41
|
+
"common-tags": "1.8.2",
|
|
46
42
|
"downshift": "6.1.7",
|
|
47
43
|
"immutable": "4.0.0",
|
|
48
44
|
"is-hotkey": "0.2.0",
|
|
@@ -56,7 +52,7 @@
|
|
|
56
52
|
},
|
|
57
53
|
"devDependencies": {
|
|
58
54
|
"react": "17.0.2",
|
|
59
|
-
"react-intl": "5.
|
|
55
|
+
"react-intl": "5.23.0"
|
|
60
56
|
},
|
|
61
57
|
"peerDependencies": {
|
|
62
58
|
"react": "17.x",
|