feat(pdf): migrate PDF generation to @mintel/pdf package
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 7s
Build & Deploy / 🧪 QA (push) Failing after 1m3s
Build & Deploy / 🏗️ Build (push) Failing after 3m5s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🩺 Health Check (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-02-12 21:46:46 +01:00
parent 7225efb0ea
commit 0fed92ca8c
23 changed files with 101 additions and 2447 deletions

View File

@@ -2,10 +2,12 @@
import * as React from "react";
import { Document as PDFDocument } from "@react-pdf/renderer";
import { EstimationPDF } from "./EstimationPDF";
import { AgbsPDF } from "./AgbsPDF";
import { ClosingModule } from "./pdf/modules/CommonModules";
import { SimpleLayout } from "./pdf/SimpleLayout";
import {
EstimationPDF,
AgbsPDF,
ClosingModule,
SimpleLayout,
} from "@mintel/pdf";
interface CombinedProps {
estimationProps: any;