@commercetools-uikit/rich-text-input 15.2.1 → 15.2.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.
|
@@ -380,7 +380,7 @@ RichTextInputWithRef.isTouched = isTouched;
|
|
|
380
380
|
var RichTextInputWithRef$1 = RichTextInputWithRef;
|
|
381
381
|
|
|
382
382
|
// NOTE: This string will be replaced on build time with the package version.
|
|
383
|
-
var version = "15.2.
|
|
383
|
+
var version = "15.2.2";
|
|
384
384
|
|
|
385
385
|
exports["default"] = RichTextInputWithRef$1;
|
|
386
386
|
exports.version = version;
|
|
@@ -355,7 +355,7 @@ RichTextInputWithRef.isTouched = isTouched;
|
|
|
355
355
|
var RichTextInputWithRef$1 = RichTextInputWithRef;
|
|
356
356
|
|
|
357
357
|
// NOTE: This string will be replaced on build time with the package version.
|
|
358
|
-
var version = "15.2.
|
|
358
|
+
var version = "15.2.2";
|
|
359
359
|
|
|
360
360
|
exports["default"] = RichTextInputWithRef$1;
|
|
361
361
|
exports.version = version;
|
|
@@ -355,6 +355,6 @@ RichTextInputWithRef.isTouched = isTouched;
|
|
|
355
355
|
var RichTextInputWithRef$1 = RichTextInputWithRef;
|
|
356
356
|
|
|
357
357
|
// NOTE: This string will be replaced on build time with the package version.
|
|
358
|
-
var version = "15.2.
|
|
358
|
+
var version = "15.2.2";
|
|
359
359
|
|
|
360
360
|
export { RichTextInputWithRef$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/rich-text-input",
|
|
3
3
|
"description": "A controlled rich text input component for rich text with validation states.",
|
|
4
|
-
"version": "15.2.
|
|
4
|
+
"version": "15.2.2",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,18 +21,18 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.17.2",
|
|
24
|
-
"@commercetools-uikit/collapsible-motion": "15.2.
|
|
25
|
-
"@commercetools-uikit/constraints": "15.2.
|
|
26
|
-
"@commercetools-uikit/design-system": "15.2.
|
|
27
|
-
"@commercetools-uikit/flat-button": "15.2.
|
|
28
|
-
"@commercetools-uikit/hooks": "15.2.
|
|
29
|
-
"@commercetools-uikit/icons": "15.2.
|
|
30
|
-
"@commercetools-uikit/input-utils": "15.2.
|
|
31
|
-
"@commercetools-uikit/rich-text-utils": "15.2.
|
|
32
|
-
"@commercetools-uikit/spacings-inline": "15.2.
|
|
33
|
-
"@commercetools-uikit/spacings-stack": "15.2.
|
|
34
|
-
"@commercetools-uikit/tooltip": "15.2.
|
|
35
|
-
"@commercetools-uikit/utils": "15.2.
|
|
24
|
+
"@commercetools-uikit/collapsible-motion": "15.2.2",
|
|
25
|
+
"@commercetools-uikit/constraints": "15.2.2",
|
|
26
|
+
"@commercetools-uikit/design-system": "15.2.2",
|
|
27
|
+
"@commercetools-uikit/flat-button": "15.2.2",
|
|
28
|
+
"@commercetools-uikit/hooks": "15.2.2",
|
|
29
|
+
"@commercetools-uikit/icons": "15.2.2",
|
|
30
|
+
"@commercetools-uikit/input-utils": "15.2.2",
|
|
31
|
+
"@commercetools-uikit/rich-text-utils": "15.2.2",
|
|
32
|
+
"@commercetools-uikit/spacings-inline": "15.2.2",
|
|
33
|
+
"@commercetools-uikit/spacings-stack": "15.2.2",
|
|
34
|
+
"@commercetools-uikit/tooltip": "15.2.2",
|
|
35
|
+
"@commercetools-uikit/utils": "15.2.2",
|
|
36
36
|
"@emotion/react": "^11.4.0",
|
|
37
37
|
"@emotion/styled": "^11.3.0",
|
|
38
38
|
"downshift": "6.1.9",
|