@foxford/pdf-generator 1.0.27 → 1.0.28

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.
Files changed (22) hide show
  1. package/build/cjs/index.js +5 -5
  2. package/build/es/index.js +5 -5
  3. package/build/libs/pdf-generator/{1.0.27 → 1.0.28}/fonts/Inter-Bold-48747b7a60086f97.ttf +0 -0
  4. package/build/libs/pdf-generator/{1.0.27 → 1.0.28}/fonts/Inter-Light-dd9ec1ae67dd8514.ttf +0 -0
  5. package/build/libs/pdf-generator/{1.0.27 → 1.0.28}/fonts/Inter-Regular-7237d9cf55f17770.ttf +0 -0
  6. package/build/libs/pdf-generator/{1.0.27 → 1.0.28}/fonts/MuseoCyrillic-Bold-9e224f7161a2b71f.ttf +0 -0
  7. package/build/libs/pdf-generator/{1.0.27 → 1.0.28}/fonts/MuseoCyrillic-ExtraBold-1f132ec652e139d9.ttf +0 -0
  8. package/build/libs/pdf-generator/{1.0.27 → 1.0.28}/fonts/MuseoCyrillic-Light-f2ca3b66a92b97de.ttf +0 -0
  9. package/build/libs/pdf-generator/{1.0.27 → 1.0.28}/fonts/MuseoCyrillic-Regular-a25bc12c8faba9bd.ttf +0 -0
  10. package/build/libs/pdf-generator/{1.0.27 → 1.0.28}/fonts/ProximaNova-Bold-e50bf1b696ddda9c.ttf +0 -0
  11. package/build/libs/pdf-generator/{1.0.27 → 1.0.28}/fonts/ProximaNova-Light-ee4cda715dbdcd51.ttf +0 -0
  12. package/build/libs/pdf-generator/{1.0.27 → 1.0.28}/fonts/ProximaNova-Regular-dcb392ad15d2b01f.ttf +0 -0
  13. package/build/libs/pdf-generator/{1.0.27 → 1.0.28}/fonts/ProximaNova-Thin-760dee5bde33772c.ttf +0 -0
  14. package/build/libs/pdf-generator/{1.0.27 → 1.0.28}/fonts/Roboto-Bold-7cbf37b7c3c24bf1.ttf +0 -0
  15. package/build/libs/pdf-generator/{1.0.27 → 1.0.28}/fonts/Roboto-Light-4dbb9a25ecf3d7a4.ttf +0 -0
  16. package/build/libs/pdf-generator/{1.0.27 → 1.0.28}/fonts/Roboto-Regular-928b39227bdcbc8b.ttf +0 -0
  17. package/build/libs/pdf-generator/{1.0.27 → 1.0.28}/fonts/TimesNewRoman-Bold-9c77e8abd7a56d5b.ttf +0 -0
  18. package/build/libs/pdf-generator/{1.0.27 → 1.0.28}/fonts/TimesNewRoman-Regular-a937f6db359e6efc.ttf +0 -0
  19. package/build/libs/pdf-generator/{1.0.27 → 1.0.28}/generator.js +1 -1
  20. package/build/libs/pdf-generator/{1.0.27 → 1.0.28}/generator.worker.js +1 -1
  21. package/build/umd/generator.js +1 -1
  22. package/package.json +1 -1
@@ -14818,7 +14818,7 @@ var Diploma = function Diploma(props) {
14818
14818
  transform: "matrix(1,0,0,1,".concat(documentStyle.width / 2, ",").concat(y + 28, ")"),
14819
14819
  children: /*#__PURE__*/jsxRuntime.jsx("text", {
14820
14820
  fontFamily: "InterRegular",
14821
- fontSize: "6.5",
14821
+ fontSize: "6",
14822
14822
  style: {
14823
14823
  fontVariant: 'normal',
14824
14824
  fontWeight: 'normal',
@@ -14844,7 +14844,7 @@ var Diploma = function Diploma(props) {
14844
14844
  transform: "matrix(1,0,0,1,".concat(documentStyle.width / 2, ",").concat(y + 52 + yOffset, ")"),
14845
14845
  children: /*#__PURE__*/jsxRuntime.jsx("text", {
14846
14846
  fontFamily: "InterBold",
14847
- fontSize: "11",
14847
+ fontSize: "10",
14848
14848
  style: {
14849
14849
  fontVariant: 'normal',
14850
14850
  fontWeight: 'normal',
@@ -14865,7 +14865,7 @@ var Diploma = function Diploma(props) {
14865
14865
  children: /*#__PURE__*/jsxRuntime.jsx("g", {
14866
14866
  children: /*#__PURE__*/jsxRuntime.jsx("text", {
14867
14867
  fontFamily: "InterRegular",
14868
- fontSize: "6.5",
14868
+ fontSize: "6",
14869
14869
  x: 0,
14870
14870
  y: 0,
14871
14871
  style: {
@@ -28948,7 +28948,7 @@ var initialState = function () {
28948
28948
  };
28949
28949
  }();
28950
28950
 
28951
- var workerUrl = "https://dist.ngcdn.ru" + "/libs/pdf-generator/" + "1.0.27" + '/' + "generator.worker.js";
28951
+ var workerUrl = "https://dist.ngcdn.ru" + "/libs/pdf-generator/" + "1.0.28" + '/' + "generator.worker.js";
28952
28952
  var Generator = /*#__PURE__*/function (_React$Component) {
28953
28953
  _inherits$1(Generator, _React$Component);
28954
28954
 
@@ -29644,7 +29644,7 @@ var WebDocument = function WebDocument(params) {
29644
29644
  this._onError = params.onError || null;
29645
29645
  this.info = {};
29646
29646
  this._fonts = [];
29647
- this.workerUrl = "https://dist.ngcdn.ru" + "/libs/pdf-generator/" + "1.0.27" + '/' + "generator.worker.js";
29647
+ this.workerUrl = "https://dist.ngcdn.ru" + "/libs/pdf-generator/" + "1.0.28" + '/' + "generator.worker.js";
29648
29648
  };
29649
29649
  var createDocument = function createDocument(data) {
29650
29650
  return new WebDocument(data);
package/build/es/index.js CHANGED
@@ -14782,7 +14782,7 @@ var Diploma = function Diploma(props) {
14782
14782
  transform: "matrix(1,0,0,1,".concat(documentStyle.width / 2, ",").concat(y + 28, ")"),
14783
14783
  children: /*#__PURE__*/jsx("text", {
14784
14784
  fontFamily: "InterRegular",
14785
- fontSize: "6.5",
14785
+ fontSize: "6",
14786
14786
  style: {
14787
14787
  fontVariant: 'normal',
14788
14788
  fontWeight: 'normal',
@@ -14808,7 +14808,7 @@ var Diploma = function Diploma(props) {
14808
14808
  transform: "matrix(1,0,0,1,".concat(documentStyle.width / 2, ",").concat(y + 52 + yOffset, ")"),
14809
14809
  children: /*#__PURE__*/jsx("text", {
14810
14810
  fontFamily: "InterBold",
14811
- fontSize: "11",
14811
+ fontSize: "10",
14812
14812
  style: {
14813
14813
  fontVariant: 'normal',
14814
14814
  fontWeight: 'normal',
@@ -14829,7 +14829,7 @@ var Diploma = function Diploma(props) {
14829
14829
  children: /*#__PURE__*/jsx("g", {
14830
14830
  children: /*#__PURE__*/jsx("text", {
14831
14831
  fontFamily: "InterRegular",
14832
- fontSize: "6.5",
14832
+ fontSize: "6",
14833
14833
  x: 0,
14834
14834
  y: 0,
14835
14835
  style: {
@@ -28912,7 +28912,7 @@ var initialState = function () {
28912
28912
  };
28913
28913
  }();
28914
28914
 
28915
- var workerUrl = "https://dist.ngcdn.ru" + "/libs/pdf-generator/" + "1.0.27" + '/' + "generator.worker.js";
28915
+ var workerUrl = "https://dist.ngcdn.ru" + "/libs/pdf-generator/" + "1.0.28" + '/' + "generator.worker.js";
28916
28916
  var Generator = /*#__PURE__*/function (_React$Component) {
28917
28917
  _inherits$1(Generator, _React$Component);
28918
28918
 
@@ -29608,7 +29608,7 @@ var WebDocument = function WebDocument(params) {
29608
29608
  this._onError = params.onError || null;
29609
29609
  this.info = {};
29610
29610
  this._fonts = [];
29611
- this.workerUrl = "https://dist.ngcdn.ru" + "/libs/pdf-generator/" + "1.0.27" + '/' + "generator.worker.js";
29611
+ this.workerUrl = "https://dist.ngcdn.ru" + "/libs/pdf-generator/" + "1.0.28" + '/' + "generator.worker.js";
29612
29612
  };
29613
29613
  var createDocument = function createDocument(data) {
29614
29614
  return new WebDocument(data);