@commercetools-uikit/rich-text-utils 15.15.1 → 16.0.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.
@@ -3236,7 +3236,7 @@ RichTextEditorBody.defaultProps = defaultProps;
3236
3236
  var RichTextEditorBody$1 = RichTextEditorBody;
3237
3237
 
3238
3238
  // NOTE: This string will be replaced on build time with the package version.
3239
- var version = "15.15.1";
3239
+ var version = "16.0.0";
3240
3240
 
3241
3241
  exports.Element = Element;
3242
3242
  exports.HiddenInput = HiddenInput$1;
@@ -3107,7 +3107,7 @@ RichTextEditorBody.defaultProps = defaultProps;
3107
3107
  var RichTextEditorBody$1 = RichTextEditorBody;
3108
3108
 
3109
3109
  // NOTE: This string will be replaced on build time with the package version.
3110
- var version = "15.15.1";
3110
+ var version = "16.0.0";
3111
3111
 
3112
3112
  exports.Element = Element;
3113
3113
  exports.HiddenInput = HiddenInput$1;
@@ -3199,6 +3199,6 @@ RichTextEditorBody.defaultProps = defaultProps;
3199
3199
  var RichTextEditorBody$1 = RichTextEditorBody;
3200
3200
 
3201
3201
  // NOTE: This string will be replaced on build time with the package version.
3202
- var version = "15.15.1";
3202
+ var version = "16.0.0";
3203
3203
 
3204
3204
  export { Element, HiddenInput$1 as HiddenInput, Leaf, RichTextEditorBody$1 as RichTextBody, 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": "15.15.1",
4
+ "version": "16.0.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": "15.15.1",
28
- "@commercetools-uikit/icons": "15.15.1",
29
- "@commercetools-uikit/input-utils": "15.15.1",
30
- "@commercetools-uikit/spacings-inline": "15.15.1",
31
- "@commercetools-uikit/tooltip": "15.15.1",
32
- "@commercetools-uikit/utils": "15.15.1",
27
+ "@commercetools-uikit/design-system": "16.0.0",
28
+ "@commercetools-uikit/icons": "16.0.0",
29
+ "@commercetools-uikit/input-utils": "16.0.0",
30
+ "@commercetools-uikit/spacings-inline": "16.0.0",
31
+ "@commercetools-uikit/tooltip": "16.0.0",
32
+ "@commercetools-uikit/utils": "16.0.0",
33
33
  "@emotion/react": "^11.10.5",
34
34
  "@emotion/styled": "^11.10.5",
35
35
  "@types/escape-html": "1.0.2",
@@ -46,10 +46,10 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "react": "17.0.2",
49
- "react-intl": "^5.25.1"
49
+ "react-intl": "^6.3.2"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "react": "17.x",
53
- "react-intl": "5.x"
53
+ "react-intl": "6.x"
54
54
  }
55
55
  }