@commercetools-uikit/rich-text-input 20.3.0 → 20.3.1
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.
|
@@ -316,7 +316,7 @@ RichTextInputWithRef.isTouched = isTouched;
|
|
|
316
316
|
var RichTextInputWithRef$1 = RichTextInputWithRef;
|
|
317
317
|
|
|
318
318
|
// NOTE: This string will be replaced on build time with the package version.
|
|
319
|
-
var version = "20.3.
|
|
319
|
+
var version = "20.3.1";
|
|
320
320
|
|
|
321
321
|
exports["default"] = RichTextInputWithRef$1;
|
|
322
322
|
exports.version = version;
|
|
@@ -309,7 +309,7 @@ RichTextInputWithRef.isTouched = isTouched;
|
|
|
309
309
|
var RichTextInputWithRef$1 = RichTextInputWithRef;
|
|
310
310
|
|
|
311
311
|
// NOTE: This string will be replaced on build time with the package version.
|
|
312
|
-
var version = "20.3.
|
|
312
|
+
var version = "20.3.1";
|
|
313
313
|
|
|
314
314
|
exports["default"] = RichTextInputWithRef$1;
|
|
315
315
|
exports.version = version;
|
|
@@ -293,6 +293,6 @@ RichTextInputWithRef.isTouched = isTouched;
|
|
|
293
293
|
var RichTextInputWithRef$1 = RichTextInputWithRef;
|
|
294
294
|
|
|
295
295
|
// NOTE: This string will be replaced on build time with the package version.
|
|
296
|
-
var version = "20.3.
|
|
296
|
+
var version = "20.3.1";
|
|
297
297
|
|
|
298
298
|
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.3.
|
|
4
|
+
"version": "20.3.1",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,24 +21,24 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/collapsible-motion": "20.3.
|
|
25
|
-
"@commercetools-uikit/constraints": "20.3.
|
|
26
|
-
"@commercetools-uikit/design-system": "20.3.
|
|
27
|
-
"@commercetools-uikit/flat-button": "20.3.
|
|
28
|
-
"@commercetools-uikit/hooks": "20.3.
|
|
29
|
-
"@commercetools-uikit/icons": "20.3.
|
|
30
|
-
"@commercetools-uikit/input-utils": "20.3.
|
|
31
|
-
"@commercetools-uikit/rich-text-utils": "20.3.
|
|
32
|
-
"@commercetools-uikit/spacings-inline": "20.3.
|
|
33
|
-
"@commercetools-uikit/spacings-stack": "20.3.
|
|
34
|
-
"@commercetools-uikit/tooltip": "20.3.
|
|
35
|
-
"@commercetools-uikit/utils": "20.3.
|
|
24
|
+
"@commercetools-uikit/collapsible-motion": "20.3.1",
|
|
25
|
+
"@commercetools-uikit/constraints": "20.3.1",
|
|
26
|
+
"@commercetools-uikit/design-system": "20.3.1",
|
|
27
|
+
"@commercetools-uikit/flat-button": "20.3.1",
|
|
28
|
+
"@commercetools-uikit/hooks": "20.3.1",
|
|
29
|
+
"@commercetools-uikit/icons": "20.3.1",
|
|
30
|
+
"@commercetools-uikit/input-utils": "20.3.1",
|
|
31
|
+
"@commercetools-uikit/rich-text-utils": "20.3.1",
|
|
32
|
+
"@commercetools-uikit/spacings-inline": "20.3.1",
|
|
33
|
+
"@commercetools-uikit/spacings-stack": "20.3.1",
|
|
34
|
+
"@commercetools-uikit/tooltip": "20.3.1",
|
|
35
|
+
"@commercetools-uikit/utils": "20.3.1",
|
|
36
36
|
"@emotion/react": "^11.10.5",
|
|
37
37
|
"@emotion/styled": "^11.10.5",
|
|
38
38
|
"downshift": "9.0.10",
|
|
39
39
|
"immutable": "4.3.7",
|
|
40
40
|
"is-hotkey": "0.2.0",
|
|
41
|
-
"lodash": "4.17.
|
|
41
|
+
"lodash": "4.17.23",
|
|
42
42
|
"slate": "0.75.0",
|
|
43
43
|
"slate-history": "0.113.1",
|
|
44
44
|
"slate-react": "0.75.0"
|