@commercetools-uikit/rich-text-input 14.0.2 → 14.0.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.
|
@@ -397,7 +397,7 @@ RichTextInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
397
397
|
var RichTextInput$1 = RichTextInput;
|
|
398
398
|
|
|
399
399
|
// NOTE: This string will be replaced on build time with the package version.
|
|
400
|
-
var version = "14.0.
|
|
400
|
+
var version = "14.0.3";
|
|
401
401
|
|
|
402
402
|
exports["default"] = RichTextInput$1;
|
|
403
403
|
exports.version = version;
|
|
@@ -353,7 +353,7 @@ RichTextInput.propTypes = {};
|
|
|
353
353
|
var RichTextInput$1 = RichTextInput;
|
|
354
354
|
|
|
355
355
|
// NOTE: This string will be replaced on build time with the package version.
|
|
356
|
-
var version = "14.0.
|
|
356
|
+
var version = "14.0.3";
|
|
357
357
|
|
|
358
358
|
exports["default"] = RichTextInput$1;
|
|
359
359
|
exports.version = version;
|
|
@@ -372,6 +372,6 @@ RichTextInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
372
372
|
var RichTextInput$1 = RichTextInput;
|
|
373
373
|
|
|
374
374
|
// NOTE: This string will be replaced on build time with the package version.
|
|
375
|
-
var version = "14.0.
|
|
375
|
+
var version = "14.0.3";
|
|
376
376
|
|
|
377
377
|
export { RichTextInput$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": "14.0.
|
|
4
|
+
"version": "14.0.3",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.17.2",
|
|
24
|
-
"@commercetools-uikit/collapsible-motion": "14.0.
|
|
24
|
+
"@commercetools-uikit/collapsible-motion": "14.0.3",
|
|
25
25
|
"@commercetools-uikit/constraints": "14.0.1",
|
|
26
26
|
"@commercetools-uikit/design-system": "14.0.0",
|
|
27
27
|
"@commercetools-uikit/flat-button": "14.0.2",
|
|
28
|
-
"@commercetools-uikit/hooks": "14.0.
|
|
28
|
+
"@commercetools-uikit/hooks": "14.0.3",
|
|
29
29
|
"@commercetools-uikit/icons": "14.0.1",
|
|
30
30
|
"@commercetools-uikit/input-utils": "14.0.2",
|
|
31
|
-
"@commercetools-uikit/rich-text-utils": "14.0.
|
|
31
|
+
"@commercetools-uikit/rich-text-utils": "14.0.3",
|
|
32
32
|
"@commercetools-uikit/spacings-inline": "14.0.1",
|
|
33
33
|
"@commercetools-uikit/spacings-stack": "14.0.1",
|
|
34
|
-
"@commercetools-uikit/tooltip": "14.0.
|
|
34
|
+
"@commercetools-uikit/tooltip": "14.0.3",
|
|
35
35
|
"@commercetools-uikit/utils": "14.0.1",
|
|
36
36
|
"@emotion/react": "^11.4.0",
|
|
37
37
|
"@emotion/styled": "^11.3.0",
|