@commercetools-uikit/localized-rich-text-input 16.9.0 → 16.10.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.
|
@@ -631,7 +631,7 @@ LocalizedRichTextInput.isTouched = localizedUtils.isTouched;
|
|
|
631
631
|
var LocalizedRichTextInput$1 = LocalizedRichTextInput;
|
|
632
632
|
|
|
633
633
|
// NOTE: This string will be replaced on build time with the package version.
|
|
634
|
-
var version = "16.
|
|
634
|
+
var version = "16.10.0";
|
|
635
635
|
|
|
636
636
|
exports["default"] = LocalizedRichTextInput$1;
|
|
637
637
|
exports.version = version;
|
|
@@ -563,7 +563,7 @@ LocalizedRichTextInput.isTouched = localizedUtils.isTouched;
|
|
|
563
563
|
var LocalizedRichTextInput$1 = LocalizedRichTextInput;
|
|
564
564
|
|
|
565
565
|
// NOTE: This string will be replaced on build time with the package version.
|
|
566
|
-
var version = "16.
|
|
566
|
+
var version = "16.10.0";
|
|
567
567
|
|
|
568
568
|
exports["default"] = LocalizedRichTextInput$1;
|
|
569
569
|
exports.version = version;
|
|
@@ -602,6 +602,6 @@ LocalizedRichTextInput.isTouched = 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 = "16.
|
|
605
|
+
var version = "16.10.0";
|
|
606
606
|
|
|
607
607
|
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": "16.
|
|
4
|
+
"version": "16.10.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": "16.
|
|
25
|
-
"@commercetools-uikit/constraints": "16.
|
|
26
|
-
"@commercetools-uikit/design-system": "16.
|
|
27
|
-
"@commercetools-uikit/flat-button": "16.
|
|
28
|
-
"@commercetools-uikit/hooks": "16.
|
|
29
|
-
"@commercetools-uikit/icons": "16.
|
|
30
|
-
"@commercetools-uikit/input-utils": "16.
|
|
31
|
-
"@commercetools-uikit/localized-utils": "16.
|
|
32
|
-
"@commercetools-uikit/messages": "16.
|
|
33
|
-
"@commercetools-uikit/rich-text-utils": "16.
|
|
34
|
-
"@commercetools-uikit/spacings-inline": "16.
|
|
35
|
-
"@commercetools-uikit/spacings-stack": "16.
|
|
36
|
-
"@commercetools-uikit/text": "16.
|
|
37
|
-
"@commercetools-uikit/tooltip": "16.
|
|
38
|
-
"@commercetools-uikit/utils": "16.
|
|
24
|
+
"@commercetools-uikit/collapsible-motion": "16.10.0",
|
|
25
|
+
"@commercetools-uikit/constraints": "16.10.0",
|
|
26
|
+
"@commercetools-uikit/design-system": "16.10.0",
|
|
27
|
+
"@commercetools-uikit/flat-button": "16.10.0",
|
|
28
|
+
"@commercetools-uikit/hooks": "16.10.0",
|
|
29
|
+
"@commercetools-uikit/icons": "16.10.0",
|
|
30
|
+
"@commercetools-uikit/input-utils": "16.10.0",
|
|
31
|
+
"@commercetools-uikit/localized-utils": "16.10.0",
|
|
32
|
+
"@commercetools-uikit/messages": "16.10.0",
|
|
33
|
+
"@commercetools-uikit/rich-text-utils": "16.10.0",
|
|
34
|
+
"@commercetools-uikit/spacings-inline": "16.10.0",
|
|
35
|
+
"@commercetools-uikit/spacings-stack": "16.10.0",
|
|
36
|
+
"@commercetools-uikit/text": "16.10.0",
|
|
37
|
+
"@commercetools-uikit/tooltip": "16.10.0",
|
|
38
|
+
"@commercetools-uikit/utils": "16.10.0",
|
|
39
39
|
"@emotion/react": "^11.10.5",
|
|
40
40
|
"@emotion/styled": "^11.10.5",
|
|
41
41
|
"downshift": "6.1.12",
|