@commercetools-uikit/localized-rich-text-input 16.1.0 → 16.1.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-localized-rich-text-input.cjs.dev.js +10 -13
- package/dist/commercetools-uikit-localized-rich-text-input.cjs.prod.js +2 -5
- package/dist/commercetools-uikit-localized-rich-text-input.esm.js +11 -14
- package/dist/declarations/src/editor.d.ts +1 -1
- package/dist/declarations/src/editor.styles.d.ts +0 -1
- package/package.json +16 -16
|
@@ -25,5 +25,5 @@ export type TEditorProps = {
|
|
|
25
25
|
placeholder?: string;
|
|
26
26
|
ref?: Ref<unknown>;
|
|
27
27
|
};
|
|
28
|
-
declare const Editor: import("react").ForwardRefExoticComponent<Pick<TEditorProps, "value" | "
|
|
28
|
+
declare const Editor: import("react").ForwardRefExoticComponent<Pick<TEditorProps, "value" | "children" | "id" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "isOpen" | "name" | "isDisabled" | "warning" | "error" | "isReadOnly" | "hasWarning" | "hasError" | "defaultExpandMultilineText" | "language" | "hasLanguagesControl" | "showExpandIcon" | "onClickExpand" | "isAutofocused" | "toggleLanguage"> & import("react").RefAttributes<unknown>>;
|
|
29
29
|
export default Editor;
|
|
@@ -3,7 +3,6 @@ import type { TEditorProps } from './editor';
|
|
|
3
3
|
type TEditorLanguageLabelProps = {
|
|
4
4
|
isReadOnly?: boolean;
|
|
5
5
|
isDisabled?: boolean;
|
|
6
|
-
isNewTheme?: boolean;
|
|
7
6
|
};
|
|
8
7
|
declare const EditorLanguageLabel: import("@emotion/styled").StyledComponent<{
|
|
9
8
|
theme?: import("@emotion/react").Theme | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/localized-rich-text-input",
|
|
3
3
|
"description": "A controlled text input component for localized rich text input with validation states.",
|
|
4
|
-
"version": "16.1.
|
|
4
|
+
"version": "16.1.1",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,21 +21,21 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/collapsible-motion": "16.1.
|
|
25
|
-
"@commercetools-uikit/constraints": "16.1.
|
|
26
|
-
"@commercetools-uikit/design-system": "16.1.
|
|
27
|
-
"@commercetools-uikit/flat-button": "16.1.
|
|
28
|
-
"@commercetools-uikit/hooks": "16.1.
|
|
29
|
-
"@commercetools-uikit/icons": "16.1.
|
|
30
|
-
"@commercetools-uikit/input-utils": "16.1.
|
|
31
|
-
"@commercetools-uikit/localized-utils": "16.1.
|
|
32
|
-
"@commercetools-uikit/messages": "16.1.
|
|
33
|
-
"@commercetools-uikit/rich-text-utils": "16.1.
|
|
34
|
-
"@commercetools-uikit/spacings-inline": "16.1.
|
|
35
|
-
"@commercetools-uikit/spacings-stack": "16.1.
|
|
36
|
-
"@commercetools-uikit/text": "16.1.
|
|
37
|
-
"@commercetools-uikit/tooltip": "16.1.
|
|
38
|
-
"@commercetools-uikit/utils": "16.1.
|
|
24
|
+
"@commercetools-uikit/collapsible-motion": "16.1.1",
|
|
25
|
+
"@commercetools-uikit/constraints": "16.1.1",
|
|
26
|
+
"@commercetools-uikit/design-system": "16.1.1",
|
|
27
|
+
"@commercetools-uikit/flat-button": "16.1.1",
|
|
28
|
+
"@commercetools-uikit/hooks": "16.1.1",
|
|
29
|
+
"@commercetools-uikit/icons": "16.1.1",
|
|
30
|
+
"@commercetools-uikit/input-utils": "16.1.1",
|
|
31
|
+
"@commercetools-uikit/localized-utils": "16.1.1",
|
|
32
|
+
"@commercetools-uikit/messages": "16.1.1",
|
|
33
|
+
"@commercetools-uikit/rich-text-utils": "16.1.1",
|
|
34
|
+
"@commercetools-uikit/spacings-inline": "16.1.1",
|
|
35
|
+
"@commercetools-uikit/spacings-stack": "16.1.1",
|
|
36
|
+
"@commercetools-uikit/text": "16.1.1",
|
|
37
|
+
"@commercetools-uikit/tooltip": "16.1.1",
|
|
38
|
+
"@commercetools-uikit/utils": "16.1.1",
|
|
39
39
|
"@emotion/react": "^11.10.5",
|
|
40
40
|
"@emotion/styled": "^11.10.5",
|
|
41
41
|
"downshift": "6.1.12",
|