@commercetools-uikit/rich-text-utils 15.11.0 → 15.11.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.
@@ -3218,7 +3218,7 @@ RichTextEditorBody.defaultProps = defaultProps;
3218
3218
  var RichTextEditorBody$1 = RichTextEditorBody;
3219
3219
 
3220
3220
  // NOTE: This string will be replaced on build time with the package version.
3221
- var version = "15.11.0";
3221
+ var version = "15.11.2";
3222
3222
 
3223
3223
  exports.Element = Element;
3224
3224
  exports.HiddenInput = HiddenInput$1;
@@ -3093,7 +3093,7 @@ RichTextEditorBody.defaultProps = defaultProps;
3093
3093
  var RichTextEditorBody$1 = RichTextEditorBody;
3094
3094
 
3095
3095
  // NOTE: This string will be replaced on build time with the package version.
3096
- var version = "15.11.0";
3096
+ var version = "15.11.2";
3097
3097
 
3098
3098
  exports.Element = Element;
3099
3099
  exports.HiddenInput = HiddenInput$1;
@@ -3181,6 +3181,6 @@ RichTextEditorBody.defaultProps = defaultProps;
3181
3181
  var RichTextEditorBody$1 = RichTextEditorBody;
3182
3182
 
3183
3183
  // NOTE: This string will be replaced on build time with the package version.
3184
- var version = "15.11.0";
3184
+ var version = "15.11.2";
3185
3185
 
3186
3186
  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.11.0",
4
+ "version": "15.11.2",
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.19.0",
26
26
  "@babel/runtime-corejs3": "^7.19.1",
27
- "@commercetools-uikit/design-system": "15.11.0",
28
- "@commercetools-uikit/icons": "15.11.0",
29
- "@commercetools-uikit/input-utils": "15.11.0",
30
- "@commercetools-uikit/spacings-inline": "15.11.0",
31
- "@commercetools-uikit/tooltip": "15.11.0",
32
- "@commercetools-uikit/utils": "15.11.0",
27
+ "@commercetools-uikit/design-system": "15.11.2",
28
+ "@commercetools-uikit/icons": "15.11.2",
29
+ "@commercetools-uikit/input-utils": "15.11.2",
30
+ "@commercetools-uikit/spacings-inline": "15.11.2",
31
+ "@commercetools-uikit/tooltip": "15.11.2",
32
+ "@commercetools-uikit/utils": "15.11.2",
33
33
  "@emotion/react": "^11.4.0",
34
34
  "@emotion/styled": "^11.3.0",
35
35
  "@types/escape-html": "1.0.2",