@commercetools-uikit/rich-text-utils 20.0.0 → 20.2.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.
@@ -1924,7 +1924,7 @@ RichTextEditorBody.displayName = 'RichTextEditorBody';
1924
1924
  var RichTextEditorBody$1 = RichTextEditorBody;
1925
1925
 
1926
1926
  // NOTE: This string will be replaced on build time with the package version.
1927
- var version = "20.0.0";
1927
+ var version = "20.2.0";
1928
1928
 
1929
1929
  exports.Element = Element;
1930
1930
  exports.HiddenInput = HiddenInput$1;
@@ -1865,7 +1865,7 @@ RichTextEditorBody.displayName = 'RichTextEditorBody';
1865
1865
  var RichTextEditorBody$1 = RichTextEditorBody;
1866
1866
 
1867
1867
  // NOTE: This string will be replaced on build time with the package version.
1868
- var version = "20.0.0";
1868
+ var version = "20.2.0";
1869
1869
 
1870
1870
  exports.Element = Element;
1871
1871
  exports.HiddenInput = HiddenInput$1;
@@ -1886,6 +1886,6 @@ RichTextEditorBody.displayName = 'RichTextEditorBody';
1886
1886
  var RichTextEditorBody$1 = RichTextEditorBody;
1887
1887
 
1888
1888
  // NOTE: This string will be replaced on build time with the package version.
1889
- var version = "20.0.0";
1889
+ var version = "20.2.0";
1890
1890
 
1891
1891
  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, withLinks };
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": "20.0.0",
4
+ "version": "20.2.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -24,16 +24,16 @@
24
24
  "dependencies": {
25
25
  "@babel/runtime": "^7.20.13",
26
26
  "@babel/runtime-corejs3": "^7.20.13",
27
- "@commercetools-uikit/design-system": "20.0.0",
28
- "@commercetools-uikit/icons": "20.0.0",
29
- "@commercetools-uikit/input-utils": "20.0.0",
30
- "@commercetools-uikit/spacings-inline": "20.0.0",
31
- "@commercetools-uikit/tooltip": "20.0.0",
32
- "@commercetools-uikit/utils": "20.0.0",
27
+ "@commercetools-uikit/design-system": "20.2.0",
28
+ "@commercetools-uikit/icons": "20.2.0",
29
+ "@commercetools-uikit/input-utils": "20.2.0",
30
+ "@commercetools-uikit/spacings-inline": "20.2.0",
31
+ "@commercetools-uikit/tooltip": "20.2.0",
32
+ "@commercetools-uikit/utils": "20.2.0",
33
33
  "@emotion/react": "^11.10.5",
34
34
  "@emotion/styled": "^11.10.5",
35
35
  "@types/escape-html": "1.0.4",
36
- "downshift": "9.0.8",
36
+ "downshift": "9.0.9",
37
37
  "escape-html": "1.0.3",
38
38
  "is-hotkey": "0.2.0",
39
39
  "is-url": "^1.2.4",
@@ -45,8 +45,8 @@
45
45
  "style-to-object": "0.4.4"
46
46
  },
47
47
  "devDependencies": {
48
- "react": "19.0.0",
49
- "react-dom": "19.0.0",
48
+ "react": "19.1.0",
49
+ "react-dom": "19.1.0",
50
50
  "react-intl": "^7.1.4"
51
51
  },
52
52
  "peerDependencies": {