@commercetools-uikit/localized-rich-text-input 18.5.0 → 19.1.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.
|
@@ -639,7 +639,7 @@ LocalizedRichTextInput.isTouched = localizedUtils.isTouched;
|
|
|
639
639
|
var LocalizedRichTextInput$1 = LocalizedRichTextInput;
|
|
640
640
|
|
|
641
641
|
// NOTE: This string will be replaced on build time with the package version.
|
|
642
|
-
var version = "
|
|
642
|
+
var version = "19.1.0";
|
|
643
643
|
|
|
644
644
|
exports["default"] = LocalizedRichTextInput$1;
|
|
645
645
|
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 = "
|
|
571
|
+
var version = "19.1.0";
|
|
572
572
|
|
|
573
573
|
exports["default"] = LocalizedRichTextInput$1;
|
|
574
574
|
exports.version = version;
|
|
@@ -610,6 +610,6 @@ LocalizedRichTextInput.isTouched = isTouched;
|
|
|
610
610
|
var LocalizedRichTextInput$1 = LocalizedRichTextInput;
|
|
611
611
|
|
|
612
612
|
// NOTE: This string will be replaced on build time with the package version.
|
|
613
|
-
var version = "
|
|
613
|
+
var version = "19.1.0";
|
|
614
614
|
|
|
615
615
|
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": "
|
|
4
|
+
"version": "19.1.0",
|
|
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": "
|
|
25
|
-
"@commercetools-uikit/constraints": "
|
|
26
|
-
"@commercetools-uikit/design-system": "
|
|
27
|
-
"@commercetools-uikit/flat-button": "
|
|
28
|
-
"@commercetools-uikit/hooks": "
|
|
29
|
-
"@commercetools-uikit/icons": "
|
|
30
|
-
"@commercetools-uikit/input-utils": "
|
|
31
|
-
"@commercetools-uikit/localized-utils": "
|
|
32
|
-
"@commercetools-uikit/messages": "
|
|
33
|
-
"@commercetools-uikit/rich-text-utils": "
|
|
34
|
-
"@commercetools-uikit/spacings-inline": "
|
|
35
|
-
"@commercetools-uikit/spacings-stack": "
|
|
36
|
-
"@commercetools-uikit/text": "
|
|
37
|
-
"@commercetools-uikit/tooltip": "
|
|
38
|
-
"@commercetools-uikit/utils": "
|
|
24
|
+
"@commercetools-uikit/collapsible-motion": "19.1.0",
|
|
25
|
+
"@commercetools-uikit/constraints": "19.1.0",
|
|
26
|
+
"@commercetools-uikit/design-system": "19.1.0",
|
|
27
|
+
"@commercetools-uikit/flat-button": "19.1.0",
|
|
28
|
+
"@commercetools-uikit/hooks": "19.1.0",
|
|
29
|
+
"@commercetools-uikit/icons": "19.1.0",
|
|
30
|
+
"@commercetools-uikit/input-utils": "19.1.0",
|
|
31
|
+
"@commercetools-uikit/localized-utils": "19.1.0",
|
|
32
|
+
"@commercetools-uikit/messages": "19.1.0",
|
|
33
|
+
"@commercetools-uikit/rich-text-utils": "19.1.0",
|
|
34
|
+
"@commercetools-uikit/spacings-inline": "19.1.0",
|
|
35
|
+
"@commercetools-uikit/spacings-stack": "19.1.0",
|
|
36
|
+
"@commercetools-uikit/text": "19.1.0",
|
|
37
|
+
"@commercetools-uikit/tooltip": "19.1.0",
|
|
38
|
+
"@commercetools-uikit/utils": "19.1.0",
|
|
39
39
|
"@emotion/react": "^11.10.5",
|
|
40
40
|
"@emotion/styled": "^11.10.5",
|
|
41
41
|
"downshift": "6.1.12",
|