@commercetools-uikit/rich-text-utils 19.21.0 → 19.22.1

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.
@@ -1843,7 +1843,7 @@ RichTextEditorBody.displayName = 'RichTextEditorBody';
1843
1843
  var RichTextEditorBody$1 = RichTextEditorBody;
1844
1844
 
1845
1845
  // NOTE: This string will be replaced on build time with the package version.
1846
- var version = "19.21.0";
1846
+ var version = "19.22.1";
1847
1847
 
1848
1848
  exports.Element = Element;
1849
1849
  exports.HiddenInput = HiddenInput$1;
@@ -1731,7 +1731,7 @@ RichTextEditorBody.displayName = 'RichTextEditorBody';
1731
1731
  var RichTextEditorBody$1 = RichTextEditorBody;
1732
1732
 
1733
1733
  // NOTE: This string will be replaced on build time with the package version.
1734
- var version = "19.21.0";
1734
+ var version = "19.22.1";
1735
1735
 
1736
1736
  exports.Element = Element;
1737
1737
  exports.HiddenInput = HiddenInput$1;
@@ -1807,6 +1807,6 @@ RichTextEditorBody.displayName = 'RichTextEditorBody';
1807
1807
  var RichTextEditorBody$1 = RichTextEditorBody;
1808
1808
 
1809
1809
  // NOTE: This string will be replaced on build time with the package version.
1810
- var version = "19.21.0";
1810
+ var version = "19.22.1";
1811
1811
 
1812
1812
  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.21.0",
4
+ "version": "19.22.1",
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.21.0",
28
- "@commercetools-uikit/icons": "19.21.0",
29
- "@commercetools-uikit/input-utils": "19.21.0",
30
- "@commercetools-uikit/spacings-inline": "19.21.0",
31
- "@commercetools-uikit/tooltip": "19.21.0",
32
- "@commercetools-uikit/utils": "19.21.0",
27
+ "@commercetools-uikit/design-system": "19.22.1",
28
+ "@commercetools-uikit/icons": "19.22.1",
29
+ "@commercetools-uikit/input-utils": "19.22.1",
30
+ "@commercetools-uikit/spacings-inline": "19.22.1",
31
+ "@commercetools-uikit/tooltip": "19.22.1",
32
+ "@commercetools-uikit/utils": "19.22.1",
33
33
  "@emotion/react": "^11.10.5",
34
34
  "@emotion/styled": "^11.10.5",
35
35
  "@types/escape-html": "1.0.4",