@commercetools-uikit/rich-text-input 19.2.0 → 19.3.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.
|
@@ -333,7 +333,7 @@ RichTextInputWithRef.isTouched = isTouched;
|
|
|
333
333
|
var RichTextInputWithRef$1 = RichTextInputWithRef;
|
|
334
334
|
|
|
335
335
|
// NOTE: This string will be replaced on build time with the package version.
|
|
336
|
-
var version = "19.
|
|
336
|
+
var version = "19.3.0";
|
|
337
337
|
|
|
338
338
|
exports["default"] = RichTextInputWithRef$1;
|
|
339
339
|
exports.version = version;
|
|
@@ -308,7 +308,7 @@ RichTextInputWithRef.isTouched = isTouched;
|
|
|
308
308
|
var RichTextInputWithRef$1 = RichTextInputWithRef;
|
|
309
309
|
|
|
310
310
|
// NOTE: This string will be replaced on build time with the package version.
|
|
311
|
-
var version = "19.
|
|
311
|
+
var version = "19.3.0";
|
|
312
312
|
|
|
313
313
|
exports["default"] = RichTextInputWithRef$1;
|
|
314
314
|
exports.version = version;
|
|
@@ -309,6 +309,6 @@ 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 = "19.
|
|
312
|
+
var version = "19.3.0";
|
|
313
313
|
|
|
314
314
|
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": "19.
|
|
4
|
+
"version": "19.3.0",
|
|
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.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/collapsible-motion": "19.
|
|
25
|
-
"@commercetools-uikit/constraints": "19.
|
|
26
|
-
"@commercetools-uikit/design-system": "19.
|
|
27
|
-
"@commercetools-uikit/flat-button": "19.
|
|
28
|
-
"@commercetools-uikit/hooks": "19.
|
|
29
|
-
"@commercetools-uikit/icons": "19.
|
|
30
|
-
"@commercetools-uikit/input-utils": "19.
|
|
31
|
-
"@commercetools-uikit/rich-text-utils": "19.
|
|
32
|
-
"@commercetools-uikit/spacings-inline": "19.
|
|
33
|
-
"@commercetools-uikit/spacings-stack": "19.
|
|
34
|
-
"@commercetools-uikit/tooltip": "19.
|
|
35
|
-
"@commercetools-uikit/utils": "19.
|
|
24
|
+
"@commercetools-uikit/collapsible-motion": "19.3.0",
|
|
25
|
+
"@commercetools-uikit/constraints": "19.3.0",
|
|
26
|
+
"@commercetools-uikit/design-system": "19.3.0",
|
|
27
|
+
"@commercetools-uikit/flat-button": "19.3.0",
|
|
28
|
+
"@commercetools-uikit/hooks": "19.3.0",
|
|
29
|
+
"@commercetools-uikit/icons": "19.3.0",
|
|
30
|
+
"@commercetools-uikit/input-utils": "19.3.0",
|
|
31
|
+
"@commercetools-uikit/rich-text-utils": "19.3.0",
|
|
32
|
+
"@commercetools-uikit/spacings-inline": "19.3.0",
|
|
33
|
+
"@commercetools-uikit/spacings-stack": "19.3.0",
|
|
34
|
+
"@commercetools-uikit/tooltip": "19.3.0",
|
|
35
|
+
"@commercetools-uikit/utils": "19.3.0",
|
|
36
36
|
"@emotion/react": "^11.10.5",
|
|
37
37
|
"@emotion/styled": "^11.10.5",
|
|
38
38
|
"downshift": "6.1.12",
|