@commercetools-uikit/localized-rich-text-input 13.0.1 → 13.0.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.
|
@@ -737,7 +737,7 @@ LocalizedRichTextInput.isTouched = localizedUtils.isTouched;
|
|
|
737
737
|
var LocalizedRichTextInput$1 = LocalizedRichTextInput;
|
|
738
738
|
|
|
739
739
|
// NOTE: This string will be replaced on build time with the package version.
|
|
740
|
-
var version = "13.0.
|
|
740
|
+
var version = "13.0.2";
|
|
741
741
|
|
|
742
742
|
exports["default"] = LocalizedRichTextInput$1;
|
|
743
743
|
exports.version = version;
|
|
@@ -577,7 +577,7 @@ LocalizedRichTextInput.isTouched = localizedUtils.isTouched;
|
|
|
577
577
|
var LocalizedRichTextInput$1 = LocalizedRichTextInput;
|
|
578
578
|
|
|
579
579
|
// NOTE: This string will be replaced on build time with the package version.
|
|
580
|
-
var version = "13.0.
|
|
580
|
+
var version = "13.0.2";
|
|
581
581
|
|
|
582
582
|
exports["default"] = LocalizedRichTextInput$1;
|
|
583
583
|
exports.version = version;
|
|
@@ -708,6 +708,6 @@ LocalizedRichTextInput.isTouched = isTouched;
|
|
|
708
708
|
var LocalizedRichTextInput$1 = LocalizedRichTextInput;
|
|
709
709
|
|
|
710
710
|
// NOTE: This string will be replaced on build time with the package version.
|
|
711
|
-
var version = "13.0.
|
|
711
|
+
var version = "13.0.2";
|
|
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": "13.0.
|
|
4
|
+
"version": "13.0.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.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "7.17.2",
|
|
24
|
-
"@commercetools-uikit/collapsible-motion": "13.0.
|
|
25
|
-
"@commercetools-uikit/constraints": "13.0.
|
|
24
|
+
"@commercetools-uikit/collapsible-motion": "13.0.2",
|
|
25
|
+
"@commercetools-uikit/constraints": "13.0.2",
|
|
26
26
|
"@commercetools-uikit/design-system": "13.0.0",
|
|
27
|
-
"@commercetools-uikit/flat-button": "13.0.
|
|
28
|
-
"@commercetools-uikit/hooks": "
|
|
29
|
-
"@commercetools-uikit/icons": "13.0.
|
|
30
|
-
"@commercetools-uikit/input-utils": "13.0.
|
|
31
|
-
"@commercetools-uikit/localized-utils": "
|
|
32
|
-
"@commercetools-uikit/messages": "13.0.
|
|
33
|
-
"@commercetools-uikit/rich-text-utils": "13.0.
|
|
34
|
-
"@commercetools-uikit/spacings-inline": "13.0.
|
|
35
|
-
"@commercetools-uikit/spacings-stack": "13.0.
|
|
36
|
-
"@commercetools-uikit/text": "13.0.
|
|
37
|
-
"@commercetools-uikit/tooltip": "13.0.
|
|
38
|
-
"@commercetools-uikit/utils": "
|
|
27
|
+
"@commercetools-uikit/flat-button": "13.0.2",
|
|
28
|
+
"@commercetools-uikit/hooks": "13.0.2",
|
|
29
|
+
"@commercetools-uikit/icons": "13.0.2",
|
|
30
|
+
"@commercetools-uikit/input-utils": "13.0.2",
|
|
31
|
+
"@commercetools-uikit/localized-utils": "13.0.2",
|
|
32
|
+
"@commercetools-uikit/messages": "13.0.2",
|
|
33
|
+
"@commercetools-uikit/rich-text-utils": "13.0.2",
|
|
34
|
+
"@commercetools-uikit/spacings-inline": "13.0.2",
|
|
35
|
+
"@commercetools-uikit/spacings-stack": "13.0.2",
|
|
36
|
+
"@commercetools-uikit/text": "13.0.2",
|
|
37
|
+
"@commercetools-uikit/tooltip": "13.0.2",
|
|
38
|
+
"@commercetools-uikit/utils": "13.0.2",
|
|
39
39
|
"@emotion/react": "^11.4.0",
|
|
40
40
|
"@emotion/styled": "^11.3.0",
|
|
41
41
|
"common-tags": "1.8.2",
|