@foxford/pdf-generator 1.0.28 → 1.0.29

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 +3 -3
  2. package/build/es/index.js +3 -3
  3. package/build/libs/pdf-generator/{1.0.28 → 1.0.29}/fonts/Inter-Bold-48747b7a60086f97.ttf +0 -0
  4. package/build/libs/pdf-generator/{1.0.28 → 1.0.29}/fonts/Inter-Light-dd9ec1ae67dd8514.ttf +0 -0
  5. package/build/libs/pdf-generator/{1.0.28 → 1.0.29}/fonts/Inter-Regular-7237d9cf55f17770.ttf +0 -0
  6. package/build/libs/pdf-generator/{1.0.28 → 1.0.29}/fonts/MuseoCyrillic-Bold-9e224f7161a2b71f.ttf +0 -0
  7. package/build/libs/pdf-generator/{1.0.28 → 1.0.29}/fonts/MuseoCyrillic-ExtraBold-1f132ec652e139d9.ttf +0 -0
  8. package/build/libs/pdf-generator/{1.0.28 → 1.0.29}/fonts/MuseoCyrillic-Light-f2ca3b66a92b97de.ttf +0 -0
  9. package/build/libs/pdf-generator/{1.0.28 → 1.0.29}/fonts/MuseoCyrillic-Regular-a25bc12c8faba9bd.ttf +0 -0
  10. package/build/libs/pdf-generator/{1.0.28 → 1.0.29}/fonts/ProximaNova-Bold-e50bf1b696ddda9c.ttf +0 -0
  11. package/build/libs/pdf-generator/{1.0.28 → 1.0.29}/fonts/ProximaNova-Light-ee4cda715dbdcd51.ttf +0 -0
  12. package/build/libs/pdf-generator/{1.0.28 → 1.0.29}/fonts/ProximaNova-Regular-dcb392ad15d2b01f.ttf +0 -0
  13. package/build/libs/pdf-generator/{1.0.28 → 1.0.29}/fonts/ProximaNova-Thin-760dee5bde33772c.ttf +0 -0
  14. package/build/libs/pdf-generator/{1.0.28 → 1.0.29}/fonts/Roboto-Bold-7cbf37b7c3c24bf1.ttf +0 -0
  15. package/build/libs/pdf-generator/{1.0.28 → 1.0.29}/fonts/Roboto-Light-4dbb9a25ecf3d7a4.ttf +0 -0
  16. package/build/libs/pdf-generator/{1.0.28 → 1.0.29}/fonts/Roboto-Regular-928b39227bdcbc8b.ttf +0 -0
  17. package/build/libs/pdf-generator/{1.0.28 → 1.0.29}/fonts/TimesNewRoman-Bold-9c77e8abd7a56d5b.ttf +0 -0
  18. package/build/libs/pdf-generator/{1.0.28 → 1.0.29}/fonts/TimesNewRoman-Regular-a937f6db359e6efc.ttf +0 -0
  19. package/build/libs/pdf-generator/{1.0.28 → 1.0.29}/generator.js +1 -1
  20. package/build/libs/pdf-generator/{1.0.28 → 1.0.29}/generator.worker.js +1 -1
  21. package/build/umd/generator.js +1 -1
  22. package/package.json +1 -1
@@ -26723,7 +26723,7 @@ var Letter = function Letter(props) {
26723
26723
  children: "\u0411\u043B\u0430\u0433\u043E\u0434\u0430\u0440\u0441\u0442\u0432\u0435\u043D\u043D\u043E\u0435"
26724
26724
  }), /*#__PURE__*/jsxRuntime.jsx("tspan", {
26725
26725
  x: "0",
26726
- y: "1.2em",
26726
+ y: "1em",
26727
26727
  children: "\u043F\u0438\u0441\u044C\u043C\u043E"
26728
26728
  })]
26729
26729
  })
@@ -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.28" + '/' + "generator.worker.js";
28951
+ var workerUrl = "https://dist.ngcdn.ru" + "/libs/pdf-generator/" + "1.0.29" + '/' + "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.28" + '/' + "generator.worker.js";
29647
+ this.workerUrl = "https://dist.ngcdn.ru" + "/libs/pdf-generator/" + "1.0.29" + '/' + "generator.worker.js";
29648
29648
  };
29649
29649
  var createDocument = function createDocument(data) {
29650
29650
  return new WebDocument(data);
package/build/es/index.js CHANGED
@@ -26687,7 +26687,7 @@ var Letter = function Letter(props) {
26687
26687
  children: "\u0411\u043B\u0430\u0433\u043E\u0434\u0430\u0440\u0441\u0442\u0432\u0435\u043D\u043D\u043E\u0435"
26688
26688
  }), /*#__PURE__*/jsx("tspan", {
26689
26689
  x: "0",
26690
- y: "1.2em",
26690
+ y: "1em",
26691
26691
  children: "\u043F\u0438\u0441\u044C\u043C\u043E"
26692
26692
  })]
26693
26693
  })
@@ -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.28" + '/' + "generator.worker.js";
28915
+ var workerUrl = "https://dist.ngcdn.ru" + "/libs/pdf-generator/" + "1.0.29" + '/' + "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.28" + '/' + "generator.worker.js";
29611
+ this.workerUrl = "https://dist.ngcdn.ru" + "/libs/pdf-generator/" + "1.0.29" + '/' + "generator.worker.js";
29612
29612
  };
29613
29613
  var createDocument = function createDocument(data) {
29614
29614
  return new WebDocument(data);