@commercetools-uikit/localized-rich-text-input 20.2.1 → 20.2.2
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.
|
@@ -614,7 +614,7 @@ LocalizedRichTextInput.isTouched = localizedUtils.isTouched;
|
|
|
614
614
|
var LocalizedRichTextInput$1 = LocalizedRichTextInput;
|
|
615
615
|
|
|
616
616
|
// NOTE: This string will be replaced on build time with the package version.
|
|
617
|
-
var version = "20.2.
|
|
617
|
+
var version = "20.2.2";
|
|
618
618
|
|
|
619
619
|
exports["default"] = LocalizedRichTextInput$1;
|
|
620
620
|
exports.version = version;
|
|
@@ -561,7 +561,7 @@ LocalizedRichTextInput.isTouched = localizedUtils.isTouched;
|
|
|
561
561
|
var LocalizedRichTextInput$1 = LocalizedRichTextInput;
|
|
562
562
|
|
|
563
563
|
// NOTE: This string will be replaced on build time with the package version.
|
|
564
|
-
var version = "20.2.
|
|
564
|
+
var version = "20.2.2";
|
|
565
565
|
|
|
566
566
|
exports["default"] = LocalizedRichTextInput$1;
|
|
567
567
|
exports.version = version;
|
|
@@ -587,6 +587,6 @@ LocalizedRichTextInput.isTouched = isTouched;
|
|
|
587
587
|
var LocalizedRichTextInput$1 = LocalizedRichTextInput;
|
|
588
588
|
|
|
589
589
|
// NOTE: This string will be replaced on build time with the package version.
|
|
590
|
-
var version = "20.2.
|
|
590
|
+
var version = "20.2.2";
|
|
591
591
|
|
|
592
592
|
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.2.
|
|
4
|
+
"version": "20.2.2",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,21 +21,21 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/collapsible-motion": "20.2.
|
|
25
|
-
"@commercetools-uikit/constraints": "20.2.
|
|
26
|
-
"@commercetools-uikit/design-system": "20.2.
|
|
27
|
-
"@commercetools-uikit/flat-button": "20.2.
|
|
28
|
-
"@commercetools-uikit/hooks": "20.2.
|
|
29
|
-
"@commercetools-uikit/icons": "20.2.
|
|
30
|
-
"@commercetools-uikit/input-utils": "20.2.
|
|
31
|
-
"@commercetools-uikit/localized-utils": "20.2.
|
|
32
|
-
"@commercetools-uikit/messages": "20.2.
|
|
33
|
-
"@commercetools-uikit/rich-text-utils": "20.2.
|
|
34
|
-
"@commercetools-uikit/spacings-inline": "20.2.
|
|
35
|
-
"@commercetools-uikit/spacings-stack": "20.2.
|
|
36
|
-
"@commercetools-uikit/text": "20.2.
|
|
37
|
-
"@commercetools-uikit/tooltip": "20.2.
|
|
38
|
-
"@commercetools-uikit/utils": "20.2.
|
|
24
|
+
"@commercetools-uikit/collapsible-motion": "20.2.2",
|
|
25
|
+
"@commercetools-uikit/constraints": "20.2.2",
|
|
26
|
+
"@commercetools-uikit/design-system": "20.2.2",
|
|
27
|
+
"@commercetools-uikit/flat-button": "20.2.2",
|
|
28
|
+
"@commercetools-uikit/hooks": "20.2.2",
|
|
29
|
+
"@commercetools-uikit/icons": "20.2.2",
|
|
30
|
+
"@commercetools-uikit/input-utils": "20.2.2",
|
|
31
|
+
"@commercetools-uikit/localized-utils": "20.2.2",
|
|
32
|
+
"@commercetools-uikit/messages": "20.2.2",
|
|
33
|
+
"@commercetools-uikit/rich-text-utils": "20.2.2",
|
|
34
|
+
"@commercetools-uikit/spacings-inline": "20.2.2",
|
|
35
|
+
"@commercetools-uikit/spacings-stack": "20.2.2",
|
|
36
|
+
"@commercetools-uikit/text": "20.2.2",
|
|
37
|
+
"@commercetools-uikit/tooltip": "20.2.2",
|
|
38
|
+
"@commercetools-uikit/utils": "20.2.2",
|
|
39
39
|
"@emotion/react": "^11.10.5",
|
|
40
40
|
"@emotion/styled": "^11.10.5",
|
|
41
41
|
"downshift": "9.0.9",
|