@ixo/editor 5.37.0 → 5.38.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.
- package/README.md +1 -1
- package/dist/{chunk-OOPKMGYW.mjs → chunk-7MGFSE63.js} +2 -2
- package/dist/{chunk-OOPKMGYW.mjs.map → chunk-7MGFSE63.js.map} +1 -1
- package/dist/{chunk-MNPEDF2U.mjs → chunk-G4ZJJPZY.js} +4 -4
- package/dist/chunk-G4ZJJPZY.js.map +1 -0
- package/dist/{chunk-SBSTGR5L.mjs → chunk-VBNP5MV5.js} +2 -2
- package/dist/{chunk-VU34HOXM.mjs → chunk-ZPMRM6DA.js} +1 -1
- package/dist/{cid-6O646X2I.mjs → cid-HDAVQ43S.js} +2 -2
- package/dist/core/index.d.ts +4 -4
- package/dist/core/{index.mjs → index.js} +4 -4
- package/dist/{graphql-client-7RPUfOZ7.d.ts → graphql-client-BCvy3UcL.d.ts} +1 -1
- package/dist/{index-1drTq85A.d.ts → index-bxGFYpnb.d.ts} +2 -1
- package/dist/index.d.ts +3 -3
- package/dist/{index.mjs → index.js} +4 -4
- package/dist/mantine/index.d.ts +3 -3
- package/dist/mantine/{index.mjs → index.js} +3 -3
- package/dist/{store-ChkNN7b4.d.ts → store-BjCD9Lpk.d.ts} +1 -1
- package/package.json +21 -8
- package/dist/chunk-MNPEDF2U.mjs.map +0 -1
- /package/dist/{chunk-SBSTGR5L.mjs.map → chunk-VBNP5MV5.js.map} +0 -0
- /package/dist/{chunk-VU34HOXM.mjs.map → chunk-ZPMRM6DA.js.map} +0 -0
- /package/dist/{cid-6O646X2I.mjs.map → cid-HDAVQ43S.js.map} +0 -0
- /package/dist/core/{index.mjs.map → index.js.map} +0 -0
- /package/dist/{index.mjs.map → index.js.map} +0 -0
- /package/dist/mantine/{index.mjs.map → index.js.map} +0 -0
|
@@ -65,7 +65,7 @@ import {
|
|
|
65
65
|
transformSurveyToCredentialSubject,
|
|
66
66
|
updateXeroWorkReviewPayloadForEditor,
|
|
67
67
|
upsertXeroWorkItemForEditor
|
|
68
|
-
} from "./chunk-
|
|
68
|
+
} from "./chunk-7MGFSE63.js";
|
|
69
69
|
|
|
70
70
|
// src/mantine/hooks/usePanel.ts
|
|
71
71
|
import { useCallback, useMemo, useEffect, useRef } from "react";
|
|
@@ -45672,12 +45672,12 @@ function CoverImage({ coverImageUrl, logoUrl }) {
|
|
|
45672
45672
|
onMouseEnter: () => editable && setIsHovering(true),
|
|
45673
45673
|
onMouseLeave: () => editable && setIsHovering(false)
|
|
45674
45674
|
},
|
|
45675
|
-
/* @__PURE__ */ React390.createElement("div", { style: { maxWidth: "
|
|
45675
|
+
/* @__PURE__ */ React390.createElement("div", { style: { maxWidth: "964px", margin: "0 auto", position: "relative", minHeight: "inherit" } }, /* @__PURE__ */ React390.createElement("input", { ref: coverFileInputRef, type: "file", accept: "image/*", style: { display: "none" }, onChange: (e) => handleFileSelect(e, "cover") }), /* @__PURE__ */ React390.createElement("input", { ref: logoFileInputRef, type: "file", accept: "image/*", style: { display: "none" }, onChange: (e) => handleFileSelect(e, "logo") }), logoSrc && /* @__PURE__ */ React390.createElement(
|
|
45676
45676
|
Box76,
|
|
45677
45677
|
{
|
|
45678
45678
|
style: {
|
|
45679
45679
|
position: "relative",
|
|
45680
|
-
insetInlineStart: "
|
|
45680
|
+
insetInlineStart: "32px",
|
|
45681
45681
|
width: "120px",
|
|
45682
45682
|
height: "120px",
|
|
45683
45683
|
marginTop: "16px",
|
|
@@ -47687,4 +47687,4 @@ export {
|
|
|
47687
47687
|
ixoGraphQLClient,
|
|
47688
47688
|
getEntity
|
|
47689
47689
|
};
|
|
47690
|
-
//# sourceMappingURL=chunk-
|
|
47690
|
+
//# sourceMappingURL=chunk-G4ZJJPZY.js.map
|