@commercetools-uikit/rich-text-input 15.2.2 → 15.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.
@@ -59,7 +59,7 @@ var isHotkey__default = /*#__PURE__*/_interopDefault(isHotkey);
59
59
  var pipe__default = /*#__PURE__*/_interopDefault(pipe);
60
60
  var _styled__default = /*#__PURE__*/_interopDefault(_styled);
61
61
 
62
- var EditorWrapper = _styled__default["default"]("div", process.env.NODE_ENV === "production" ? {
62
+ var EditorWrapper = /*#__PURE__*/_styled__default["default"]("div", process.env.NODE_ENV === "production" ? {
63
63
  target: "e1d53kc50"
64
64
  } : {
65
65
  target: "e1d53kc50",
@@ -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.2";
383
+ var version = "15.2.3";
384
384
 
385
385
  exports["default"] = RichTextInputWithRef$1;
386
386
  exports.version = version;
@@ -58,7 +58,7 @@ var isHotkey__default = /*#__PURE__*/_interopDefault(isHotkey);
58
58
  var pipe__default = /*#__PURE__*/_interopDefault(pipe);
59
59
  var _styled__default = /*#__PURE__*/_interopDefault(_styled);
60
60
 
61
- var EditorWrapper = _styled__default["default"]("div", {
61
+ var EditorWrapper = /*#__PURE__*/_styled__default["default"]("div", {
62
62
  target: "e1d53kc50"
63
63
  } )("align-self:stretch;cursor:", function (props) {
64
64
  return props.isDisabled || props.isReadOnly ? 'not-allowed' : 'inherit';
@@ -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.2";
358
+ var version = "15.2.3";
359
359
 
360
360
  exports["default"] = RichTextInputWithRef$1;
361
361
  exports.version = version;
@@ -34,7 +34,7 @@ import pipe from 'lodash/fp/pipe';
34
34
  import _styled from '@emotion/styled/base';
35
35
  import { jsx, jsxs } from '@emotion/react/jsx-runtime';
36
36
 
37
- var EditorWrapper = _styled("div", process.env.NODE_ENV === "production" ? {
37
+ var EditorWrapper = /*#__PURE__*/_styled("div", process.env.NODE_ENV === "production" ? {
38
38
  target: "e1d53kc50"
39
39
  } : {
40
40
  target: "e1d53kc50",
@@ -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.2";
358
+ var version = "15.2.3";
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.2",
4
+ "version": "15.2.3",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -19,20 +19,20 @@
19
19
  "module": "dist/commercetools-uikit-rich-text-input.esm.js",
20
20
  "files": ["dist"],
21
21
  "dependencies": {
22
- "@babel/runtime": "^7.17.2",
23
- "@babel/runtime-corejs3": "^7.17.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",
22
+ "@babel/runtime": "^7.19.0",
23
+ "@babel/runtime-corejs3": "^7.19.1",
24
+ "@commercetools-uikit/collapsible-motion": "15.2.3",
25
+ "@commercetools-uikit/constraints": "15.2.3",
26
+ "@commercetools-uikit/design-system": "15.2.3",
27
+ "@commercetools-uikit/flat-button": "15.2.3",
28
+ "@commercetools-uikit/hooks": "15.2.3",
29
+ "@commercetools-uikit/icons": "15.2.3",
30
+ "@commercetools-uikit/input-utils": "15.2.3",
31
+ "@commercetools-uikit/rich-text-utils": "15.2.3",
32
+ "@commercetools-uikit/spacings-inline": "15.2.3",
33
+ "@commercetools-uikit/spacings-stack": "15.2.3",
34
+ "@commercetools-uikit/tooltip": "15.2.3",
35
+ "@commercetools-uikit/utils": "15.2.3",
36
36
  "@emotion/react": "^11.4.0",
37
37
  "@emotion/styled": "^11.3.0",
38
38
  "downshift": "6.1.9",
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "react": "17.0.2",
49
- "react-intl": "^5.24.6"
49
+ "react-intl": "^5.25.1"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "react": "17.x",