@commercetools-uikit/localized-rich-text-input 14.0.2 → 14.0.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.
|
@@ -741,7 +741,7 @@ LocalizedRichTextInput.isTouched = localizedUtils.isTouched;
|
|
|
741
741
|
var LocalizedRichTextInput$1 = LocalizedRichTextInput;
|
|
742
742
|
|
|
743
743
|
// NOTE: This string will be replaced on build time with the package version.
|
|
744
|
-
var version = "14.0.
|
|
744
|
+
var version = "14.0.3";
|
|
745
745
|
|
|
746
746
|
exports["default"] = LocalizedRichTextInput$1;
|
|
747
747
|
exports.version = version;
|
|
@@ -602,7 +602,7 @@ LocalizedRichTextInput.isTouched = localizedUtils.isTouched;
|
|
|
602
602
|
var LocalizedRichTextInput$1 = LocalizedRichTextInput;
|
|
603
603
|
|
|
604
604
|
// NOTE: This string will be replaced on build time with the package version.
|
|
605
|
-
var version = "14.0.
|
|
605
|
+
var version = "14.0.3";
|
|
606
606
|
|
|
607
607
|
exports["default"] = LocalizedRichTextInput$1;
|
|
608
608
|
exports.version = version;
|
|
@@ -713,6 +713,6 @@ LocalizedRichTextInput.isTouched = isTouched;
|
|
|
713
713
|
var LocalizedRichTextInput$1 = LocalizedRichTextInput;
|
|
714
714
|
|
|
715
715
|
// NOTE: This string will be replaced on build time with the package version.
|
|
716
|
-
var version = "14.0.
|
|
716
|
+
var version = "14.0.3";
|
|
717
717
|
|
|
718
718
|
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": "14.0.
|
|
4
|
+
"version": "14.0.3",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,20 +21,20 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.17.2",
|
|
24
|
-
"@commercetools-uikit/collapsible-motion": "14.0.
|
|
24
|
+
"@commercetools-uikit/collapsible-motion": "14.0.3",
|
|
25
25
|
"@commercetools-uikit/constraints": "14.0.1",
|
|
26
26
|
"@commercetools-uikit/design-system": "14.0.0",
|
|
27
27
|
"@commercetools-uikit/flat-button": "14.0.2",
|
|
28
|
-
"@commercetools-uikit/hooks": "14.0.
|
|
28
|
+
"@commercetools-uikit/hooks": "14.0.3",
|
|
29
29
|
"@commercetools-uikit/icons": "14.0.1",
|
|
30
30
|
"@commercetools-uikit/input-utils": "14.0.2",
|
|
31
31
|
"@commercetools-uikit/localized-utils": "14.0.1",
|
|
32
32
|
"@commercetools-uikit/messages": "14.0.1",
|
|
33
|
-
"@commercetools-uikit/rich-text-utils": "14.0.
|
|
33
|
+
"@commercetools-uikit/rich-text-utils": "14.0.3",
|
|
34
34
|
"@commercetools-uikit/spacings-inline": "14.0.1",
|
|
35
35
|
"@commercetools-uikit/spacings-stack": "14.0.1",
|
|
36
36
|
"@commercetools-uikit/text": "14.0.1",
|
|
37
|
-
"@commercetools-uikit/tooltip": "14.0.
|
|
37
|
+
"@commercetools-uikit/tooltip": "14.0.3",
|
|
38
38
|
"@commercetools-uikit/utils": "14.0.1",
|
|
39
39
|
"@emotion/react": "^11.4.0",
|
|
40
40
|
"@emotion/styled": "^11.3.0",
|