@commercetools-uikit/rich-text-utils 19.15.0 → 19.16.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.
@@ -2920,7 +2920,7 @@ RichTextEditorBody.defaultProps = defaultProps;
2920
2920
  var RichTextEditorBody$1 = RichTextEditorBody;
2921
2921
 
2922
2922
  // NOTE: This string will be replaced on build time with the package version.
2923
- var version = "19.15.0";
2923
+ var version = "19.16.0";
2924
2924
 
2925
2925
  exports.Element = Element;
2926
2926
  exports.HiddenInput = HiddenInput$1;
@@ -2796,7 +2796,7 @@ RichTextEditorBody.defaultProps = defaultProps;
2796
2796
  var RichTextEditorBody$1 = RichTextEditorBody;
2797
2797
 
2798
2798
  // NOTE: This string will be replaced on build time with the package version.
2799
- var version = "19.15.0";
2799
+ var version = "19.16.0";
2800
2800
 
2801
2801
  exports.Element = Element;
2802
2802
  exports.HiddenInput = HiddenInput$1;
@@ -2884,6 +2884,6 @@ RichTextEditorBody.defaultProps = defaultProps;
2884
2884
  var RichTextEditorBody$1 = RichTextEditorBody;
2885
2885
 
2886
2886
  // NOTE: This string will be replaced on build time with the package version.
2887
- var version = "19.15.0";
2887
+ var version = "19.16.0";
2888
2888
 
2889
2889
  export { Element, HiddenInput$1 as HiddenInput, Leaf, RichTextEditorBody$1 as RichTextBody, Softbreaker, focusEditor, html$1 as html, isBlockActive, isRichTextEmpty as isEmpty, isMarkActive, index as localized, resetEditor, toggleBlock, toggleMark, validSlateStateAdapter, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/rich-text-utils",
3
3
  "description": "Utilities for working with rich-text components.",
4
- "version": "19.15.0",
4
+ "version": "19.16.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -24,12 +24,12 @@
24
24
  "dependencies": {
25
25
  "@babel/runtime": "^7.20.13",
26
26
  "@babel/runtime-corejs3": "^7.20.13",
27
- "@commercetools-uikit/design-system": "19.15.0",
28
- "@commercetools-uikit/icons": "19.15.0",
29
- "@commercetools-uikit/input-utils": "19.15.0",
30
- "@commercetools-uikit/spacings-inline": "19.15.0",
31
- "@commercetools-uikit/tooltip": "19.15.0",
32
- "@commercetools-uikit/utils": "19.15.0",
27
+ "@commercetools-uikit/design-system": "19.16.0",
28
+ "@commercetools-uikit/icons": "19.16.0",
29
+ "@commercetools-uikit/input-utils": "19.16.0",
30
+ "@commercetools-uikit/spacings-inline": "19.16.0",
31
+ "@commercetools-uikit/tooltip": "19.16.0",
32
+ "@commercetools-uikit/utils": "19.16.0",
33
33
  "@emotion/react": "^11.10.5",
34
34
  "@emotion/styled": "^11.10.5",
35
35
  "@types/escape-html": "1.0.4",