@commercetools-uikit/localized-rich-text-input 20.3.0 → 20.4.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.
|
@@ -621,7 +621,7 @@ LocalizedRichTextInput.isTouched = localizedUtils.isTouched;
|
|
|
621
621
|
var LocalizedRichTextInput$1 = LocalizedRichTextInput;
|
|
622
622
|
|
|
623
623
|
// NOTE: This string will be replaced on build time with the package version.
|
|
624
|
-
var version = "20.
|
|
624
|
+
var version = "20.4.0";
|
|
625
625
|
|
|
626
626
|
exports["default"] = LocalizedRichTextInput$1;
|
|
627
627
|
exports.version = version;
|
|
@@ -568,7 +568,7 @@ LocalizedRichTextInput.isTouched = localizedUtils.isTouched;
|
|
|
568
568
|
var LocalizedRichTextInput$1 = LocalizedRichTextInput;
|
|
569
569
|
|
|
570
570
|
// NOTE: This string will be replaced on build time with the package version.
|
|
571
|
-
var version = "20.
|
|
571
|
+
var version = "20.4.0";
|
|
572
572
|
|
|
573
573
|
exports["default"] = LocalizedRichTextInput$1;
|
|
574
574
|
exports.version = version;
|
|
@@ -593,6 +593,6 @@ LocalizedRichTextInput.isTouched = isTouched;
|
|
|
593
593
|
var LocalizedRichTextInput$1 = LocalizedRichTextInput;
|
|
594
594
|
|
|
595
595
|
// NOTE: This string will be replaced on build time with the package version.
|
|
596
|
-
var version = "20.
|
|
596
|
+
var version = "20.4.0";
|
|
597
597
|
|
|
598
598
|
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": "20.
|
|
4
|
+
"version": "20.4.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,27 +21,27 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/collapsible-motion": "20.
|
|
25
|
-
"@commercetools-uikit/constraints": "20.
|
|
26
|
-
"@commercetools-uikit/design-system": "20.
|
|
27
|
-
"@commercetools-uikit/flat-button": "20.
|
|
28
|
-
"@commercetools-uikit/hooks": "20.
|
|
29
|
-
"@commercetools-uikit/icons": "20.
|
|
30
|
-
"@commercetools-uikit/input-utils": "20.
|
|
31
|
-
"@commercetools-uikit/localized-utils": "20.
|
|
32
|
-
"@commercetools-uikit/messages": "20.
|
|
33
|
-
"@commercetools-uikit/rich-text-utils": "20.
|
|
34
|
-
"@commercetools-uikit/spacings-inline": "20.
|
|
35
|
-
"@commercetools-uikit/spacings-stack": "20.
|
|
36
|
-
"@commercetools-uikit/text": "20.
|
|
37
|
-
"@commercetools-uikit/tooltip": "20.
|
|
38
|
-
"@commercetools-uikit/utils": "20.
|
|
24
|
+
"@commercetools-uikit/collapsible-motion": "20.4.0",
|
|
25
|
+
"@commercetools-uikit/constraints": "20.4.0",
|
|
26
|
+
"@commercetools-uikit/design-system": "20.4.0",
|
|
27
|
+
"@commercetools-uikit/flat-button": "20.4.0",
|
|
28
|
+
"@commercetools-uikit/hooks": "20.4.0",
|
|
29
|
+
"@commercetools-uikit/icons": "20.4.0",
|
|
30
|
+
"@commercetools-uikit/input-utils": "20.4.0",
|
|
31
|
+
"@commercetools-uikit/localized-utils": "20.4.0",
|
|
32
|
+
"@commercetools-uikit/messages": "20.4.0",
|
|
33
|
+
"@commercetools-uikit/rich-text-utils": "20.4.0",
|
|
34
|
+
"@commercetools-uikit/spacings-inline": "20.4.0",
|
|
35
|
+
"@commercetools-uikit/spacings-stack": "20.4.0",
|
|
36
|
+
"@commercetools-uikit/text": "20.4.0",
|
|
37
|
+
"@commercetools-uikit/tooltip": "20.4.0",
|
|
38
|
+
"@commercetools-uikit/utils": "20.4.0",
|
|
39
39
|
"@emotion/react": "^11.10.5",
|
|
40
40
|
"@emotion/styled": "^11.10.5",
|
|
41
41
|
"downshift": "9.0.10",
|
|
42
42
|
"immutable": "4.3.7",
|
|
43
43
|
"is-hotkey": "0.2.0",
|
|
44
|
-
"lodash": "4.17.
|
|
44
|
+
"lodash": "4.17.23",
|
|
45
45
|
"react-textarea-autosize": "8.4.0",
|
|
46
46
|
"slate": "0.75.0",
|
|
47
47
|
"slate-history": "0.113.1",
|