@commercetools-uikit/rich-text-input 16.2.0 → 16.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.
@@ -334,7 +334,7 @@ RichTextInputWithRef.isTouched = isTouched;
334
334
  var RichTextInputWithRef$1 = RichTextInputWithRef;
335
335
 
336
336
  // NOTE: This string will be replaced on build time with the package version.
337
- var version = "16.2.0";
337
+ var version = "16.3.0";
338
338
 
339
339
  exports["default"] = RichTextInputWithRef$1;
340
340
  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 = "16.2.0";
312
+ var version = "16.3.0";
313
313
 
314
314
  exports["default"] = RichTextInputWithRef$1;
315
315
  exports.version = version;
@@ -310,6 +310,6 @@ RichTextInputWithRef.isTouched = isTouched;
310
310
  var RichTextInputWithRef$1 = RichTextInputWithRef;
311
311
 
312
312
  // NOTE: This string will be replaced on build time with the package version.
313
- var version = "16.2.0";
313
+ var version = "16.3.0";
314
314
 
315
315
  export { RichTextInputWithRef$1 as default, version };
@@ -22,5 +22,5 @@ export type TEditorProps = {
22
22
  isAutofocused?: boolean;
23
23
  ref?: Ref<unknown>;
24
24
  };
25
- declare const Editor: import("react").ForwardRefExoticComponent<Pick<TEditorProps, "value" | "id" | "placeholder" | "children" | "onFocus" | "onBlur" | "onChange" | "disabled" | "name" | "readOnly" | "isDisabled" | "horizontalConstraint" | "isReadOnly" | "hasWarning" | "hasError" | "defaultExpandMultilineText" | "showExpandIcon" | "onClickExpand" | "isAutofocused"> & import("react").RefAttributes<unknown>>;
25
+ declare const Editor: import("react").ForwardRefExoticComponent<Pick<TEditorProps, "value" | "id" | "placeholder" | "children" | "onFocus" | "onBlur" | "onChange" | "disabled" | "name" | "readOnly" | "isDisabled" | "horizontalConstraint" | "isReadOnly" | "hasError" | "hasWarning" | "defaultExpandMultilineText" | "showExpandIcon" | "onClickExpand" | "isAutofocused"> & import("react").RefAttributes<unknown>>;
26
26
  export default Editor;
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": "16.2.0",
4
+ "version": "16.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": "16.2.0",
25
- "@commercetools-uikit/constraints": "16.2.0",
26
- "@commercetools-uikit/design-system": "16.2.0",
27
- "@commercetools-uikit/flat-button": "16.2.0",
28
- "@commercetools-uikit/hooks": "16.2.0",
29
- "@commercetools-uikit/icons": "16.2.0",
30
- "@commercetools-uikit/input-utils": "16.2.0",
31
- "@commercetools-uikit/rich-text-utils": "16.2.0",
32
- "@commercetools-uikit/spacings-inline": "16.2.0",
33
- "@commercetools-uikit/spacings-stack": "16.2.0",
34
- "@commercetools-uikit/tooltip": "16.2.0",
35
- "@commercetools-uikit/utils": "16.2.0",
24
+ "@commercetools-uikit/collapsible-motion": "16.3.0",
25
+ "@commercetools-uikit/constraints": "16.3.0",
26
+ "@commercetools-uikit/design-system": "16.3.0",
27
+ "@commercetools-uikit/flat-button": "16.3.0",
28
+ "@commercetools-uikit/hooks": "16.3.0",
29
+ "@commercetools-uikit/icons": "16.3.0",
30
+ "@commercetools-uikit/input-utils": "16.3.0",
31
+ "@commercetools-uikit/rich-text-utils": "16.3.0",
32
+ "@commercetools-uikit/spacings-inline": "16.3.0",
33
+ "@commercetools-uikit/spacings-stack": "16.3.0",
34
+ "@commercetools-uikit/tooltip": "16.3.0",
35
+ "@commercetools-uikit/utils": "16.3.0",
36
36
  "@emotion/react": "^11.10.5",
37
37
  "@emotion/styled": "^11.10.5",
38
38
  "downshift": "6.1.12",