@commercetools-uikit/rich-text-utils 16.7.5 → 16.8.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.
|
@@ -2669,7 +2669,7 @@ RichTextEditorBody.defaultProps = defaultProps;
|
|
|
2669
2669
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
2670
2670
|
|
|
2671
2671
|
// NOTE: This string will be replaced on build time with the package version.
|
|
2672
|
-
var version = "16.
|
|
2672
|
+
var version = "16.8.0";
|
|
2673
2673
|
|
|
2674
2674
|
exports.Element = Element;
|
|
2675
2675
|
exports.HiddenInput = HiddenInput$1;
|
|
@@ -2545,7 +2545,7 @@ RichTextEditorBody.defaultProps = defaultProps;
|
|
|
2545
2545
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
2546
2546
|
|
|
2547
2547
|
// NOTE: This string will be replaced on build time with the package version.
|
|
2548
|
-
var version = "16.
|
|
2548
|
+
var version = "16.8.0";
|
|
2549
2549
|
|
|
2550
2550
|
exports.Element = Element;
|
|
2551
2551
|
exports.HiddenInput = HiddenInput$1;
|
|
@@ -2632,6 +2632,6 @@ RichTextEditorBody.defaultProps = defaultProps;
|
|
|
2632
2632
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
2633
2633
|
|
|
2634
2634
|
// NOTE: This string will be replaced on build time with the package version.
|
|
2635
|
-
var version = "16.
|
|
2635
|
+
var version = "16.8.0";
|
|
2636
2636
|
|
|
2637
2637
|
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": "16.
|
|
4
|
+
"version": "16.8.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": "16.
|
|
28
|
-
"@commercetools-uikit/icons": "16.
|
|
29
|
-
"@commercetools-uikit/input-utils": "16.
|
|
30
|
-
"@commercetools-uikit/spacings-inline": "16.
|
|
31
|
-
"@commercetools-uikit/tooltip": "16.
|
|
32
|
-
"@commercetools-uikit/utils": "16.
|
|
27
|
+
"@commercetools-uikit/design-system": "16.8.0",
|
|
28
|
+
"@commercetools-uikit/icons": "16.8.0",
|
|
29
|
+
"@commercetools-uikit/input-utils": "16.8.0",
|
|
30
|
+
"@commercetools-uikit/spacings-inline": "16.8.0",
|
|
31
|
+
"@commercetools-uikit/tooltip": "16.8.0",
|
|
32
|
+
"@commercetools-uikit/utils": "16.8.0",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
35
35
|
"@types/escape-html": "1.0.2",
|