patronet-pdf-generator 1.0.19 → 1.0.21
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/generator/pdf-generator/pdf-generator.d.ts.map +1 -1
- package/dist/components/generator/pdf-generator-blob/pdf-generator-blob.d.ts.map +1 -1
- package/dist/components/template/offer-pdf/offer-pdf-component/pdf-styles.d.ts +4 -1
- package/dist/components/template/offer-pdf/offer-pdf-component/pdf-styles.d.ts.map +1 -1
- package/dist/components/template/variant-pdf/index.d.ts.map +1 -1
- package/dist/components/template/variant-pdf/variant-pdf-component/pdf-styles.d.ts +2 -0
- package/dist/components/template/variant-pdf/variant-pdf-component/pdf-styles.d.ts.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/package.json +2 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pdf-generator.d.ts","sourceRoot":"","sources":["../../../../src/components/generator/pdf-generator/pdf-generator.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,qBAAqB,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AACnE,OAAO,EACL,kBAAkB,EAClB,aAAa,EAEd,MAAM,qBAAqB,CAAC;AAE7B,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC,kBAAkB,CAAC,CAAC;AAC3D,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,EAAE,YAAY,CAAC,aAAa,EAAE,MAAM,GAAG,qBAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;IAC5E,YAAY,CAAC,EAAE,CAAC,EACd,OAAO,EACP,KAAK,EACL,GAAG,EACH,IAAI,GACL,EAAE,gBAAgB,KAAK,YAAY,CAAC;IACrC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AACD,wBAAgB,YAAY,CAAC,EAC3B,QAAQ,EACR,QAAyB,EACzB,YAAY,GACb,EAAE,iBAAiB,
|
1
|
+
{"version":3,"file":"pdf-generator.d.ts","sourceRoot":"","sources":["../../../../src/components/generator/pdf-generator/pdf-generator.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,qBAAqB,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AACnE,OAAO,EACL,kBAAkB,EAClB,aAAa,EAEd,MAAM,qBAAqB,CAAC;AAE7B,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC,kBAAkB,CAAC,CAAC;AAC3D,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,EAAE,YAAY,CAAC,aAAa,EAAE,MAAM,GAAG,qBAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;IAC5E,YAAY,CAAC,EAAE,CAAC,EACd,OAAO,EACP,KAAK,EACL,GAAG,EACH,IAAI,GACL,EAAE,gBAAgB,KAAK,YAAY,CAAC;IACrC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AACD,wBAAgB,YAAY,CAAC,EAC3B,QAAQ,EACR,QAAyB,EACzB,YAAY,GACb,EAAE,iBAAiB,2CAwBnB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pdf-generator-blob.d.ts","sourceRoot":"","sources":["../../../../src/components/generator/pdf-generator-blob/pdf-generator-blob.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAO,MAAM,qBAAqB,CAAC;AAEzD,UAAU,qBAAqB;IAC7B,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IAC3C,WAAW,EAAE,KAAK,CAAC,YAAY,CAAC,aAAa,CAAC,CAAC;IAC/C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iBAAiB,CAAC,EAAE,YAAY,CAAC;CAClC;AACD,eAAO,MAAM,gBAAgB,GAAU,gEAKpC,qBAAqB,
|
1
|
+
{"version":3,"file":"pdf-generator-blob.d.ts","sourceRoot":"","sources":["../../../../src/components/generator/pdf-generator-blob/pdf-generator-blob.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAO,MAAM,qBAAqB,CAAC;AAEzD,UAAU,qBAAqB;IAC7B,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IAC3C,WAAW,EAAE,KAAK,CAAC,YAAY,CAAC,aAAa,CAAC,CAAC;IAC/C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iBAAiB,CAAC,EAAE,YAAY,CAAC;CAClC;AACD,eAAO,MAAM,gBAAgB,GAAU,gEAKpC,qBAAqB,kBAoBvB,CAAC"}
|
@@ -3,9 +3,12 @@ export declare const styles: {
|
|
3
3
|
padding: number;
|
4
4
|
paddingBottom: number;
|
5
5
|
fontSize: number;
|
6
|
+
fontFamily: string;
|
6
7
|
position: "relative";
|
7
8
|
};
|
8
|
-
fontBold: {
|
9
|
+
fontBold: {
|
10
|
+
fontFamily: string;
|
11
|
+
};
|
9
12
|
header: {
|
10
13
|
position: "relative";
|
11
14
|
flexDirection: "row";
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pdf-styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/template/offer-pdf/offer-pdf-component/pdf-styles.tsx"],"names":[],"mappings":"AAaA,eAAO,MAAM,MAAM
|
1
|
+
{"version":3,"file":"pdf-styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/template/offer-pdf/offer-pdf-component/pdf-styles.tsx"],"names":[],"mappings":"AAaA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmNjB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/template/variant-pdf/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAa,MAAM,SAAS,CAAC;AAoErD,wBAAgB,UAAU,CAAC,EACzB,IAAI,EACJ,YAAY,EACZ,MAAM,EACN,MAAM,EACN,aAAa,EACb,cAAc,GACf,EAAE,eAAe,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/template/variant-pdf/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAa,MAAM,SAAS,CAAC;AAoErD,wBAAgB,UAAU,CAAC,EACzB,IAAI,EACJ,YAAY,EACZ,MAAM,EACN,MAAM,EACN,aAAa,EACb,cAAc,GACf,EAAE,eAAe,2CAyCjB"}
|
@@ -4,6 +4,7 @@ export declare const styles: {
|
|
4
4
|
paddingBottom: number;
|
5
5
|
paddingTop: number;
|
6
6
|
fontSize: number;
|
7
|
+
fontFamily: string;
|
7
8
|
};
|
8
9
|
header: {
|
9
10
|
position: "absolute";
|
@@ -61,6 +62,7 @@ export declare const styles: {
|
|
61
62
|
objectFit: string;
|
62
63
|
};
|
63
64
|
tableHeader: {
|
65
|
+
fontFamily: string;
|
64
66
|
flexDirection: "row";
|
65
67
|
gap: number;
|
66
68
|
borderBottom: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pdf-styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/template/variant-pdf/variant-pdf-component/pdf-styles.tsx"],"names":[],"mappings":"AAcA,eAAO,MAAM,MAAM
|
1
|
+
{"version":3,"file":"pdf-styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/template/variant-pdf/variant-pdf-component/pdf-styles.tsx"],"names":[],"mappings":"AAcA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsGjB,CAAC"}
|