@signiphi/pdf-signer 0.1.1 → 0.1.3
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/components/index.js +2 -2
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +2 -2
- package/dist/components/index.mjs.map +1 -1
- package/dist/index.css +1174 -1583
- package/dist/index.css.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/styles/index.css +1115 -1597
- package/package.json +181 -180
- package/src/styles/index.css +135 -84
package/dist/components/index.js
CHANGED
|
@@ -2408,7 +2408,7 @@ var PdfViewerStyled = React7.forwardRef(
|
|
|
2408
2408
|
children: /* @__PURE__ */ jsxRuntime.jsx(PdfViewerCore, { ref, onLoad, onError, pdfjsBasePath, children: ({ iframeRef, handleIframeLoad }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2409
2409
|
"div",
|
|
2410
2410
|
{
|
|
2411
|
-
className: `w-full h-full relative ${className}`,
|
|
2411
|
+
className: `signiphi-pdf-signer w-full h-full relative ${className}`,
|
|
2412
2412
|
style: { margin: 0, padding: 0 },
|
|
2413
2413
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2414
2414
|
"iframe",
|
|
@@ -5971,7 +5971,7 @@ function SubmissionForm({
|
|
|
5971
5971
|
}
|
|
5972
5972
|
return true;
|
|
5973
5973
|
}, [filteredFields, fieldValues, hasSignature, showFullFieldsSidebar]);
|
|
5974
|
-
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex flex-col gap-4 md:gap-6 h-full overflow-auto px-2 md:px-0", className), children: [
|
|
5974
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("signiphi-pdf-signer flex flex-col gap-4 md:gap-6 h-full overflow-auto px-2 md:px-0", className), children: [
|
|
5975
5975
|
documentTitle && /* @__PURE__ */ jsxRuntime.jsx(Card, { className: "flex-shrink-0 border-0 shadow-none", children: /* @__PURE__ */ jsxRuntime.jsx(CardHeader, { className: "space-y-2 p-0 pb-3 md:pb-4", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col sm:flex-row items-start justify-between gap-3 sm:gap-4", children: [
|
|
5976
5976
|
/* @__PURE__ */ jsxRuntime.jsx(CardTitle, { className: "text-2xl sm:text-3xl md:text-4xl font-bold text-primary tracking-tight flex-1", children: documentTitle }),
|
|
5977
5977
|
showPoweredBy && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex-shrink-0", children: /* @__PURE__ */ jsxRuntime.jsx(PoweredBySigniphi, {}) })
|