@commercetools-uikit/rich-text-utils 13.0.0 → 13.0.2

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.
@@ -3393,7 +3393,7 @@ RichTextEditorBody.defaultProps = {
3393
3393
  var RichTextEditorBody$1 = RichTextEditorBody;
3394
3394
 
3395
3395
  // NOTE: This string will be replaced on build time with the package version.
3396
- var version = "13.0.0";
3396
+ var version = "13.0.2";
3397
3397
 
3398
3398
  exports.HiddenInput = HiddenInput$1;
3399
3399
  exports.RichTextBody = RichTextEditorBody$1;
@@ -3257,7 +3257,7 @@ RichTextEditorBody.defaultProps = {
3257
3257
  var RichTextEditorBody$1 = RichTextEditorBody;
3258
3258
 
3259
3259
  // NOTE: This string will be replaced on build time with the package version.
3260
- var version = "13.0.0";
3260
+ var version = "13.0.2";
3261
3261
 
3262
3262
  exports.HiddenInput = HiddenInput$1;
3263
3263
  exports.RichTextBody = RichTextEditorBody$1;
@@ -3356,6 +3356,6 @@ RichTextEditorBody.defaultProps = {
3356
3356
  var RichTextEditorBody$1 = RichTextEditorBody;
3357
3357
 
3358
3358
  // NOTE: This string will be replaced on build time with the package version.
3359
- var version = "13.0.0";
3359
+ var version = "13.0.2";
3360
3360
 
3361
3361
  export { HiddenInput$1 as HiddenInput, RichTextEditorBody$1 as RichTextBody, html$1 as html, isRichTextEmpty as isEmpty, index as localized, plugins$1 as richTextPlugins, 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": "13.0.0",
4
+ "version": "13.0.2",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -25,11 +25,11 @@
25
25
  "@babel/runtime": "7.17.2",
26
26
  "@babel/runtime-corejs3": "7.17.2",
27
27
  "@commercetools-uikit/design-system": "13.0.0",
28
- "@commercetools-uikit/icons": "13.0.0",
29
- "@commercetools-uikit/input-utils": "13.0.0",
30
- "@commercetools-uikit/spacings-inline": "13.0.0",
31
- "@commercetools-uikit/tooltip": "13.0.0",
32
- "@commercetools-uikit/utils": "12.2.9",
28
+ "@commercetools-uikit/icons": "13.0.2",
29
+ "@commercetools-uikit/input-utils": "13.0.2",
30
+ "@commercetools-uikit/spacings-inline": "13.0.2",
31
+ "@commercetools-uikit/tooltip": "13.0.2",
32
+ "@commercetools-uikit/utils": "13.0.2",
33
33
  "@emotion/react": "^11.4.0",
34
34
  "@emotion/styled": "^11.3.0",
35
35
  "downshift": "6.1.7",