@kopjra/pdf-sentinel 1.0.1 → 1.1.2
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 +607 -0
- package/dist/preact/pdf-sentinel.js +209 -207
- package/dist/preact/pdf-sentinel.js.map +1 -1
- package/dist/react/pdf-sentinel.js +4 -2
- package/dist/react/pdf-sentinel.js.map +1 -1
- package/package.json +1 -1
|
@@ -5275,12 +5275,14 @@ const av = Wa(({
|
|
|
5275
5275
|
documentId: p,
|
|
5276
5276
|
pageIndex: h,
|
|
5277
5277
|
selectionMenu: (R) => /* @__PURE__ */ S.jsx(sv, { ...R, documentId: p }),
|
|
5278
|
-
|
|
5278
|
+
selectionOutline: { color: "#5198F488" },
|
|
5279
5279
|
resizeUI: {
|
|
5280
5280
|
color: "#5198F488"
|
|
5281
5281
|
},
|
|
5282
5282
|
customAnnotationRenderer: ({ annotation: R, scale: E, isSelected: I, onSelect: v }) => {
|
|
5283
|
-
const g = R.custom
|
|
5283
|
+
const g = R.custom;
|
|
5284
|
+
if (!g) return null;
|
|
5285
|
+
const O = g.type === q.CUSTOM ? g.name || o(q.CUSTOM) : o(g.type), C = g.assignedEmail;
|
|
5284
5286
|
return R.type === wt.FREETEXT ? /* @__PURE__ */ S.jsxs(
|
|
5285
5287
|
"div",
|
|
5286
5288
|
{
|