@commercetools-uikit/rich-text-input 20.2.2 → 20.2.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.
|
@@ -313,7 +313,7 @@ RichTextInputWithRef.isTouched = isTouched;
|
|
|
313
313
|
var RichTextInputWithRef$1 = RichTextInputWithRef;
|
|
314
314
|
|
|
315
315
|
// NOTE: This string will be replaced on build time with the package version.
|
|
316
|
-
var version = "20.2.
|
|
316
|
+
var version = "20.2.3";
|
|
317
317
|
|
|
318
318
|
exports["default"] = RichTextInputWithRef$1;
|
|
319
319
|
exports.version = version;
|
|
@@ -306,7 +306,7 @@ RichTextInputWithRef.isTouched = isTouched;
|
|
|
306
306
|
var RichTextInputWithRef$1 = RichTextInputWithRef;
|
|
307
307
|
|
|
308
308
|
// NOTE: This string will be replaced on build time with the package version.
|
|
309
|
-
var version = "20.2.
|
|
309
|
+
var version = "20.2.3";
|
|
310
310
|
|
|
311
311
|
exports["default"] = RichTextInputWithRef$1;
|
|
312
312
|
exports.version = version;
|
|
@@ -290,6 +290,6 @@ RichTextInputWithRef.isTouched = isTouched;
|
|
|
290
290
|
var RichTextInputWithRef$1 = RichTextInputWithRef;
|
|
291
291
|
|
|
292
292
|
// NOTE: This string will be replaced on build time with the package version.
|
|
293
|
-
var version = "20.2.
|
|
293
|
+
var version = "20.2.3";
|
|
294
294
|
|
|
295
295
|
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": "20.2.
|
|
4
|
+
"version": "20.2.3",
|
|
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": "20.2.
|
|
25
|
-
"@commercetools-uikit/constraints": "20.2.
|
|
26
|
-
"@commercetools-uikit/design-system": "20.2.
|
|
27
|
-
"@commercetools-uikit/flat-button": "20.2.
|
|
28
|
-
"@commercetools-uikit/hooks": "20.2.
|
|
29
|
-
"@commercetools-uikit/icons": "20.2.
|
|
30
|
-
"@commercetools-uikit/input-utils": "20.2.
|
|
31
|
-
"@commercetools-uikit/rich-text-utils": "20.2.
|
|
32
|
-
"@commercetools-uikit/spacings-inline": "20.2.
|
|
33
|
-
"@commercetools-uikit/spacings-stack": "20.2.
|
|
34
|
-
"@commercetools-uikit/tooltip": "20.2.
|
|
35
|
-
"@commercetools-uikit/utils": "20.2.
|
|
24
|
+
"@commercetools-uikit/collapsible-motion": "20.2.3",
|
|
25
|
+
"@commercetools-uikit/constraints": "20.2.3",
|
|
26
|
+
"@commercetools-uikit/design-system": "20.2.3",
|
|
27
|
+
"@commercetools-uikit/flat-button": "20.2.3",
|
|
28
|
+
"@commercetools-uikit/hooks": "20.2.3",
|
|
29
|
+
"@commercetools-uikit/icons": "20.2.3",
|
|
30
|
+
"@commercetools-uikit/input-utils": "20.2.3",
|
|
31
|
+
"@commercetools-uikit/rich-text-utils": "20.2.3",
|
|
32
|
+
"@commercetools-uikit/spacings-inline": "20.2.3",
|
|
33
|
+
"@commercetools-uikit/spacings-stack": "20.2.3",
|
|
34
|
+
"@commercetools-uikit/tooltip": "20.2.3",
|
|
35
|
+
"@commercetools-uikit/utils": "20.2.3",
|
|
36
36
|
"@emotion/react": "^11.10.5",
|
|
37
37
|
"@emotion/styled": "^11.10.5",
|
|
38
|
-
"downshift": "9.0.
|
|
38
|
+
"downshift": "9.0.10",
|
|
39
39
|
"immutable": "4.3.7",
|
|
40
40
|
"is-hotkey": "0.2.0",
|
|
41
41
|
"lodash": "4.17.21",
|