@factorialco/deprecated-design-system 0.0.3 → 0.0.4
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.
|
@@ -1128,8 +1128,8 @@ declare interface EditorProps<TResult> {
|
|
|
1128
1128
|
enableBetaFeatures?: boolean;
|
|
1129
1129
|
missingLabel: string;
|
|
1130
1130
|
selectValue: string;
|
|
1131
|
-
richTextCustomPlugins?: default_2.ReactNode;
|
|
1132
|
-
customPlugins?: default_2.ReactNode;
|
|
1131
|
+
richTextCustomPlugins?: (editor: LexicalEditor) => default_2.ReactNode;
|
|
1132
|
+
customPlugins?: (editor: LexicalEditor) => default_2.ReactNode;
|
|
1133
1133
|
richCustomOnChange?: (editor: LexicalEditor, handleOnChange: () => void) => () => void;
|
|
1134
1134
|
customOnChange?: (editor: LexicalEditor, handleOnChange: () => void) => () => void;
|
|
1135
1135
|
onDropRejected: (rejections: FileRejection[]) => void;
|
|
@@ -14855,7 +14855,7 @@ const MM = Fe.forwardRef(function({
|
|
|
14855
14855
|
}
|
|
14856
14856
|
),
|
|
14857
14857
|
/* @__PURE__ */ a.jsx(gM, { onFiles: n, initialFiles: o == null ? void 0 : o.files }),
|
|
14858
|
-
b
|
|
14858
|
+
b && b(W)
|
|
14859
14859
|
] })
|
|
14860
14860
|
] }) : /* @__PURE__ */ a.jsxs("div", { className: p0 + " " + oM, ref: H, children: [
|
|
14861
14861
|
/* @__PURE__ */ a.jsx(
|
|
@@ -14873,7 +14873,7 @@ const MM = Fe.forwardRef(function({
|
|
|
14873
14873
|
ErrorBoundary: d0
|
|
14874
14874
|
}
|
|
14875
14875
|
),
|
|
14876
|
-
j
|
|
14876
|
+
j && j(W)
|
|
14877
14877
|
] }) });
|
|
14878
14878
|
});
|
|
14879
14879
|
function S0(e, r) {
|