@commercetools-uikit/rich-text-utils 15.2.0 → 15.2.1
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.
- package/dist/commercetools-uikit-rich-text-utils.cjs.dev.js +1 -1
- package/dist/commercetools-uikit-rich-text-utils.cjs.prod.js +1 -1
- package/dist/commercetools-uikit-rich-text-utils.esm.js +1 -1
- package/dist/declarations/src/rich-text-body/dropdown.styles.d.ts +1 -1
- package/dist/declarations/src/rich-text-body/icons/generated/BoldReact.d.ts +1 -1
- package/dist/declarations/src/rich-text-body/icons/generated/ExpandFullReact.d.ts +1 -1
- package/dist/declarations/src/rich-text-body/icons/generated/ItalicReact.d.ts +1 -1
- package/dist/declarations/src/rich-text-body/icons/generated/MoreStylesReact.d.ts +1 -1
- package/dist/declarations/src/rich-text-body/icons/generated/OrderedListReact.d.ts +1 -1
- package/dist/declarations/src/rich-text-body/icons/generated/RedoReact.d.ts +1 -1
- package/dist/declarations/src/rich-text-body/icons/generated/StrikethroughReact.d.ts +1 -1
- package/dist/declarations/src/rich-text-body/icons/generated/SubscriptReact.d.ts +1 -1
- package/dist/declarations/src/rich-text-body/icons/generated/SuperscriptReact.d.ts +1 -1
- package/dist/declarations/src/rich-text-body/icons/generated/UnderlineReact.d.ts +1 -1
- package/dist/declarations/src/rich-text-body/icons/generated/UndoReact.d.ts +1 -1
- package/dist/declarations/src/rich-text-body/icons/generated/UnorderedListReact.d.ts +1 -1
- package/package.json +8 -8
|
@@ -3254,7 +3254,7 @@ RichTextEditorBody.defaultProps = defaultProps;
|
|
|
3254
3254
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
3255
3255
|
|
|
3256
3256
|
// NOTE: This string will be replaced on build time with the package version.
|
|
3257
|
-
var version = "15.2.
|
|
3257
|
+
var version = "15.2.1";
|
|
3258
3258
|
|
|
3259
3259
|
exports.Element = Element;
|
|
3260
3260
|
exports.HiddenInput = HiddenInput$1;
|
|
@@ -3129,7 +3129,7 @@ RichTextEditorBody.defaultProps = defaultProps;
|
|
|
3129
3129
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
3130
3130
|
|
|
3131
3131
|
// NOTE: This string will be replaced on build time with the package version.
|
|
3132
|
-
var version = "15.2.
|
|
3132
|
+
var version = "15.2.1";
|
|
3133
3133
|
|
|
3134
3134
|
exports.Element = Element;
|
|
3135
3135
|
exports.HiddenInput = HiddenInput$1;
|
|
@@ -3217,6 +3217,6 @@ RichTextEditorBody.defaultProps = defaultProps;
|
|
|
3217
3217
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
3218
3218
|
|
|
3219
3219
|
// NOTE: This string will be replaced on build time with the package version.
|
|
3220
|
-
var version = "15.2.
|
|
3220
|
+
var version = "15.2.1";
|
|
3221
3221
|
|
|
3222
3222
|
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 };
|
|
@@ -11,7 +11,7 @@ declare const DropdownItem: import("@emotion/styled").StyledComponent<{
|
|
|
11
11
|
theme?: import("@emotion/react").Theme | undefined;
|
|
12
12
|
as?: import("react").ElementType<any> | undefined;
|
|
13
13
|
} & TDropdownStylesProps, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
|
|
14
|
-
declare const getButtonStyles: (props: TDropdownStylesProps) => (false | import("@emotion/
|
|
14
|
+
declare const getButtonStyles: (props: TDropdownStylesProps) => (false | import("@emotion/react").SerializedStyles | undefined)[];
|
|
15
15
|
declare const DropdownContainer: import("@emotion/styled").StyledComponent<{
|
|
16
16
|
theme?: import("@emotion/react").Theme | undefined;
|
|
17
17
|
as?: import("react").ElementType<any> | undefined;
|
|
@@ -6,7 +6,7 @@ export declare type Props = {
|
|
|
6
6
|
export declare type SVGProps = Props & {
|
|
7
7
|
className: string;
|
|
8
8
|
};
|
|
9
|
-
export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/
|
|
9
|
+
export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/react").SerializedStyles;
|
|
10
10
|
declare const BoldIcon: {
|
|
11
11
|
(props: Props): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
12
12
|
displayName: string;
|
|
@@ -6,7 +6,7 @@ export declare type Props = {
|
|
|
6
6
|
export declare type SVGProps = Props & {
|
|
7
7
|
className: string;
|
|
8
8
|
};
|
|
9
|
-
export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/
|
|
9
|
+
export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/react").SerializedStyles;
|
|
10
10
|
declare const ExpandFullIcon: {
|
|
11
11
|
(props: Props): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
12
12
|
displayName: string;
|
|
@@ -6,7 +6,7 @@ export declare type Props = {
|
|
|
6
6
|
export declare type SVGProps = Props & {
|
|
7
7
|
className: string;
|
|
8
8
|
};
|
|
9
|
-
export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/
|
|
9
|
+
export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/react").SerializedStyles;
|
|
10
10
|
declare const ItalicIcon: {
|
|
11
11
|
(props: Props): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
12
12
|
displayName: string;
|
|
@@ -6,7 +6,7 @@ export declare type Props = {
|
|
|
6
6
|
export declare type SVGProps = Props & {
|
|
7
7
|
className: string;
|
|
8
8
|
};
|
|
9
|
-
export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/
|
|
9
|
+
export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/react").SerializedStyles;
|
|
10
10
|
declare const MoreStylesIcon: {
|
|
11
11
|
(props: Props): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
12
12
|
displayName: string;
|
|
@@ -6,7 +6,7 @@ export declare type Props = {
|
|
|
6
6
|
export declare type SVGProps = Props & {
|
|
7
7
|
className: string;
|
|
8
8
|
};
|
|
9
|
-
export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/
|
|
9
|
+
export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/react").SerializedStyles;
|
|
10
10
|
declare const OrderedListIcon: {
|
|
11
11
|
(props: Props): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
12
12
|
displayName: string;
|
|
@@ -6,7 +6,7 @@ export declare type Props = {
|
|
|
6
6
|
export declare type SVGProps = Props & {
|
|
7
7
|
className: string;
|
|
8
8
|
};
|
|
9
|
-
export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/
|
|
9
|
+
export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/react").SerializedStyles;
|
|
10
10
|
declare const RedoIcon: {
|
|
11
11
|
(props: Props): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
12
12
|
displayName: string;
|
|
@@ -6,7 +6,7 @@ export declare type Props = {
|
|
|
6
6
|
export declare type SVGProps = Props & {
|
|
7
7
|
className: string;
|
|
8
8
|
};
|
|
9
|
-
export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/
|
|
9
|
+
export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/react").SerializedStyles;
|
|
10
10
|
declare const StrikethroughIcon: {
|
|
11
11
|
(props: Props): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
12
12
|
displayName: string;
|
|
@@ -6,7 +6,7 @@ export declare type Props = {
|
|
|
6
6
|
export declare type SVGProps = Props & {
|
|
7
7
|
className: string;
|
|
8
8
|
};
|
|
9
|
-
export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/
|
|
9
|
+
export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/react").SerializedStyles;
|
|
10
10
|
declare const SubscriptIcon: {
|
|
11
11
|
(props: Props): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
12
12
|
displayName: string;
|
|
@@ -6,7 +6,7 @@ export declare type Props = {
|
|
|
6
6
|
export declare type SVGProps = Props & {
|
|
7
7
|
className: string;
|
|
8
8
|
};
|
|
9
|
-
export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/
|
|
9
|
+
export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/react").SerializedStyles;
|
|
10
10
|
declare const SuperscriptIcon: {
|
|
11
11
|
(props: Props): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
12
12
|
displayName: string;
|
|
@@ -6,7 +6,7 @@ export declare type Props = {
|
|
|
6
6
|
export declare type SVGProps = Props & {
|
|
7
7
|
className: string;
|
|
8
8
|
};
|
|
9
|
-
export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/
|
|
9
|
+
export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/react").SerializedStyles;
|
|
10
10
|
declare const UnderlineIcon: {
|
|
11
11
|
(props: Props): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
12
12
|
displayName: string;
|
|
@@ -6,7 +6,7 @@ export declare type Props = {
|
|
|
6
6
|
export declare type SVGProps = Props & {
|
|
7
7
|
className: string;
|
|
8
8
|
};
|
|
9
|
-
export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/
|
|
9
|
+
export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/react").SerializedStyles;
|
|
10
10
|
declare const UndoIcon: {
|
|
11
11
|
(props: Props): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
12
12
|
displayName: string;
|
|
@@ -6,7 +6,7 @@ export declare type Props = {
|
|
|
6
6
|
export declare type SVGProps = Props & {
|
|
7
7
|
className: string;
|
|
8
8
|
};
|
|
9
|
-
export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/
|
|
9
|
+
export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/react").SerializedStyles;
|
|
10
10
|
declare const UnorderedListIcon: {
|
|
11
11
|
(props: Props): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
12
12
|
displayName: string;
|
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.2.
|
|
4
|
+
"version": "15.2.1",
|
|
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.17.2",
|
|
26
26
|
"@babel/runtime-corejs3": "^7.17.2",
|
|
27
|
-
"@commercetools-uikit/design-system": "15.2.
|
|
28
|
-
"@commercetools-uikit/icons": "15.2.
|
|
29
|
-
"@commercetools-uikit/input-utils": "15.2.
|
|
30
|
-
"@commercetools-uikit/spacings-inline": "15.2.
|
|
31
|
-
"@commercetools-uikit/tooltip": "15.2.
|
|
32
|
-
"@commercetools-uikit/utils": "15.2.
|
|
27
|
+
"@commercetools-uikit/design-system": "15.2.1",
|
|
28
|
+
"@commercetools-uikit/icons": "15.2.1",
|
|
29
|
+
"@commercetools-uikit/input-utils": "15.2.1",
|
|
30
|
+
"@commercetools-uikit/spacings-inline": "15.2.1",
|
|
31
|
+
"@commercetools-uikit/tooltip": "15.2.1",
|
|
32
|
+
"@commercetools-uikit/utils": "15.2.1",
|
|
33
33
|
"@emotion/react": "^11.4.0",
|
|
34
34
|
"@emotion/styled": "^11.3.0",
|
|
35
35
|
"@types/escape-html": "1.0.2",
|
|
36
|
-
"downshift": "6.1.
|
|
36
|
+
"downshift": "6.1.9",
|
|
37
37
|
"escape-html": "1.0.3",
|
|
38
38
|
"is-hotkey": "0.2.0",
|
|
39
39
|
"lodash": "4.17.21",
|