@commercetools-uikit/rich-text-utils 20.2.1 → 20.2.3
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.
|
@@ -1924,7 +1924,7 @@ RichTextEditorBody.displayName = 'RichTextEditorBody';
|
|
|
1924
1924
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
1925
1925
|
|
|
1926
1926
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1927
|
-
var version = "20.2.
|
|
1927
|
+
var version = "20.2.3";
|
|
1928
1928
|
|
|
1929
1929
|
exports.Element = Element;
|
|
1930
1930
|
exports.HiddenInput = HiddenInput$1;
|
|
@@ -1865,7 +1865,7 @@ RichTextEditorBody.displayName = 'RichTextEditorBody';
|
|
|
1865
1865
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
1866
1866
|
|
|
1867
1867
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1868
|
-
var version = "20.2.
|
|
1868
|
+
var version = "20.2.3";
|
|
1869
1869
|
|
|
1870
1870
|
exports.Element = Element;
|
|
1871
1871
|
exports.HiddenInput = HiddenInput$1;
|
|
@@ -1886,6 +1886,6 @@ RichTextEditorBody.displayName = 'RichTextEditorBody';
|
|
|
1886
1886
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
1887
1887
|
|
|
1888
1888
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1889
|
-
var version = "20.2.
|
|
1889
|
+
var version = "20.2.3";
|
|
1890
1890
|
|
|
1891
1891
|
export { Element, HiddenInput$1 as HiddenInput, Leaf, RichTextEditorBody$1 as RichTextBody, Softbreaker, focusEditor, html$1 as html, isBlockActive, isRichTextEmpty as isEmpty, isMarkActive, index as localized, resetEditor, toggleBlock, toggleMark, validSlateStateAdapter, version, withLinks };
|
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": "20.2.
|
|
4
|
+
"version": "20.2.3",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -24,16 +24,16 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@babel/runtime": "^7.20.13",
|
|
26
26
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
27
|
-
"@commercetools-uikit/design-system": "20.2.
|
|
28
|
-
"@commercetools-uikit/icons": "20.2.
|
|
29
|
-
"@commercetools-uikit/input-utils": "20.2.
|
|
30
|
-
"@commercetools-uikit/spacings-inline": "20.2.
|
|
31
|
-
"@commercetools-uikit/tooltip": "20.2.
|
|
32
|
-
"@commercetools-uikit/utils": "20.2.
|
|
27
|
+
"@commercetools-uikit/design-system": "20.2.3",
|
|
28
|
+
"@commercetools-uikit/icons": "20.2.3",
|
|
29
|
+
"@commercetools-uikit/input-utils": "20.2.3",
|
|
30
|
+
"@commercetools-uikit/spacings-inline": "20.2.3",
|
|
31
|
+
"@commercetools-uikit/tooltip": "20.2.3",
|
|
32
|
+
"@commercetools-uikit/utils": "20.2.3",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
35
35
|
"@types/escape-html": "1.0.4",
|
|
36
|
-
"downshift": "9.0.
|
|
36
|
+
"downshift": "9.0.10",
|
|
37
37
|
"escape-html": "1.0.3",
|
|
38
38
|
"is-hotkey": "0.2.0",
|
|
39
39
|
"is-url": "^1.2.4",
|