@commercetools-uikit/rich-text-utils 15.0.2 → 15.1.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.
@@ -3244,7 +3244,7 @@ RichTextEditorBody.defaultProps = defaultProps;
3244
3244
  var RichTextEditorBody$1 = RichTextEditorBody;
3245
3245
 
3246
3246
  // NOTE: This string will be replaced on build time with the package version.
3247
- var version = "15.0.2";
3247
+ var version = "15.1.0";
3248
3248
 
3249
3249
  exports.Element = Element;
3250
3250
  exports.HiddenInput = HiddenInput$1;
@@ -3119,7 +3119,7 @@ RichTextEditorBody.defaultProps = defaultProps;
3119
3119
  var RichTextEditorBody$1 = RichTextEditorBody;
3120
3120
 
3121
3121
  // NOTE: This string will be replaced on build time with the package version.
3122
- var version = "15.0.2";
3122
+ var version = "15.1.0";
3123
3123
 
3124
3124
  exports.Element = Element;
3125
3125
  exports.HiddenInput = HiddenInput$1;
@@ -3207,6 +3207,6 @@ RichTextEditorBody.defaultProps = defaultProps;
3207
3207
  var RichTextEditorBody$1 = RichTextEditorBody;
3208
3208
 
3209
3209
  // NOTE: This string will be replaced on build time with the package version.
3210
- var version = "15.0.2";
3210
+ var version = "15.1.0";
3211
3211
 
3212
3212
  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 };
@@ -8,6 +8,6 @@ declare const toggleMark: (editor: Editor, format: Format) => void;
8
8
  declare const isBlockActive: (editor: TEditor, format: Format) => boolean;
9
9
  declare const toggleBlock: (editor: TEditor, format: Format) => void;
10
10
  declare const validSlateStateAdapter: (value: Deserialized | Deserialized[]) => Descendant[];
11
- declare const resetEditor: (editor: Editor, resetValue?: string | undefined) => void;
11
+ declare const resetEditor: (editor: Editor, resetValue?: string) => void;
12
12
  declare const focusEditor: (editor: Editor) => void;
13
13
  export { Element, Leaf, isMarkActive, isBlockActive, toggleMark, toggleBlock, validSlateStateAdapter, resetEditor, focusEditor, };
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.0.2",
4
+ "version": "15.1.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -24,15 +24,15 @@
24
24
  "dependencies": {
25
25
  "@babel/runtime": "^7.17.2",
26
26
  "@babel/runtime-corejs3": "^7.17.2",
27
- "@commercetools-uikit/design-system": "15.0.0",
28
- "@commercetools-uikit/icons": "15.0.0",
29
- "@commercetools-uikit/input-utils": "15.0.0",
30
- "@commercetools-uikit/spacings-inline": "15.0.0",
31
- "@commercetools-uikit/tooltip": "15.0.0",
32
- "@commercetools-uikit/utils": "15.0.0",
27
+ "@commercetools-uikit/design-system": "15.1.0",
28
+ "@commercetools-uikit/icons": "15.1.0",
29
+ "@commercetools-uikit/input-utils": "15.1.0",
30
+ "@commercetools-uikit/spacings-inline": "15.1.0",
31
+ "@commercetools-uikit/tooltip": "15.1.0",
32
+ "@commercetools-uikit/utils": "15.1.0",
33
33
  "@emotion/react": "^11.4.0",
34
34
  "@emotion/styled": "^11.3.0",
35
- "@types/escape-html": "1.0.1",
35
+ "@types/escape-html": "1.0.2",
36
36
  "downshift": "6.1.7",
37
37
  "escape-html": "1.0.3",
38
38
  "is-hotkey": "0.2.0",
@@ -40,7 +40,7 @@
40
40
  "prop-types": "15.8.1",
41
41
  "slate": "0.75.0",
42
42
  "slate-history": "0.66.0",
43
- "slate-hyperscript": "0.67.0",
43
+ "slate-hyperscript": "0.77.0",
44
44
  "slate-react": "0.75.0",
45
45
  "style-to-object": "0.3.0"
46
46
  },