@commercetools-uikit/localized-rich-text-input 15.14.2 → 15.14.3
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.
|
@@ -715,7 +715,7 @@ LocalizedRichTextInput.isTouched = localizedUtils.isTouched;
|
|
|
715
715
|
var LocalizedRichTextInput$1 = LocalizedRichTextInput;
|
|
716
716
|
|
|
717
717
|
// NOTE: This string will be replaced on build time with the package version.
|
|
718
|
-
var version = "15.14.
|
|
718
|
+
var version = "15.14.3";
|
|
719
719
|
|
|
720
720
|
exports["default"] = LocalizedRichTextInput$1;
|
|
721
721
|
exports.version = version;
|
|
@@ -645,7 +645,7 @@ LocalizedRichTextInput.isTouched = localizedUtils.isTouched;
|
|
|
645
645
|
var LocalizedRichTextInput$1 = LocalizedRichTextInput;
|
|
646
646
|
|
|
647
647
|
// NOTE: This string will be replaced on build time with the package version.
|
|
648
|
-
var version = "15.14.
|
|
648
|
+
var version = "15.14.3";
|
|
649
649
|
|
|
650
650
|
exports["default"] = LocalizedRichTextInput$1;
|
|
651
651
|
exports.version = version;
|
|
@@ -686,6 +686,6 @@ LocalizedRichTextInput.isTouched = isTouched;
|
|
|
686
686
|
var LocalizedRichTextInput$1 = LocalizedRichTextInput;
|
|
687
687
|
|
|
688
688
|
// NOTE: This string will be replaced on build time with the package version.
|
|
689
|
-
var version = "15.14.
|
|
689
|
+
var version = "15.14.3";
|
|
690
690
|
|
|
691
691
|
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": "15.14.
|
|
4
|
+
"version": "15.14.3",
|
|
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": "15.14.
|
|
25
|
-
"@commercetools-uikit/constraints": "15.14.
|
|
26
|
-
"@commercetools-uikit/design-system": "15.14.
|
|
27
|
-
"@commercetools-uikit/flat-button": "15.14.
|
|
28
|
-
"@commercetools-uikit/hooks": "15.14.
|
|
29
|
-
"@commercetools-uikit/icons": "15.14.
|
|
30
|
-
"@commercetools-uikit/input-utils": "15.14.
|
|
31
|
-
"@commercetools-uikit/localized-utils": "15.14.
|
|
32
|
-
"@commercetools-uikit/messages": "15.14.
|
|
33
|
-
"@commercetools-uikit/rich-text-utils": "15.14.
|
|
34
|
-
"@commercetools-uikit/spacings-inline": "15.14.
|
|
35
|
-
"@commercetools-uikit/spacings-stack": "15.14.
|
|
36
|
-
"@commercetools-uikit/text": "15.14.
|
|
37
|
-
"@commercetools-uikit/tooltip": "15.14.
|
|
38
|
-
"@commercetools-uikit/utils": "15.14.
|
|
24
|
+
"@commercetools-uikit/collapsible-motion": "15.14.3",
|
|
25
|
+
"@commercetools-uikit/constraints": "15.14.3",
|
|
26
|
+
"@commercetools-uikit/design-system": "15.14.3",
|
|
27
|
+
"@commercetools-uikit/flat-button": "15.14.3",
|
|
28
|
+
"@commercetools-uikit/hooks": "15.14.3",
|
|
29
|
+
"@commercetools-uikit/icons": "15.14.3",
|
|
30
|
+
"@commercetools-uikit/input-utils": "15.14.3",
|
|
31
|
+
"@commercetools-uikit/localized-utils": "15.14.3",
|
|
32
|
+
"@commercetools-uikit/messages": "15.14.3",
|
|
33
|
+
"@commercetools-uikit/rich-text-utils": "15.14.3",
|
|
34
|
+
"@commercetools-uikit/spacings-inline": "15.14.3",
|
|
35
|
+
"@commercetools-uikit/spacings-stack": "15.14.3",
|
|
36
|
+
"@commercetools-uikit/text": "15.14.3",
|
|
37
|
+
"@commercetools-uikit/tooltip": "15.14.3",
|
|
38
|
+
"@commercetools-uikit/utils": "15.14.3",
|
|
39
39
|
"@emotion/react": "^11.10.5",
|
|
40
40
|
"@emotion/styled": "^11.10.5",
|
|
41
41
|
"downshift": "6.1.12",
|