@digipair/skill-web-pdf 0.21.2 → 0.21.7

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/index.cjs.js CHANGED
@@ -1189,7 +1189,7 @@ var t$1 = globalThis, i = t$1.trustedTypes, s$1 = i ? i.createPolicy("lit-html",
1189
1189
  createHTML: function(t) {
1190
1190
  return t;
1191
1191
  }
1192
- }) : void 0, e = "$lit$", h = "lit$".concat((Math.random() + "").slice(9), "$"), o$1 = "?" + h, n$1 = "<".concat(o$1, ">"), r$3 = document, l = function() {
1192
+ }) : void 0, e = "$lit$", h = "lit$".concat(Math.random().toFixed(9).slice(2), "$"), o$1 = "?" + h, n$1 = "<".concat(o$1, ">"), r$3 = document, l = function() {
1193
1193
  return r$3.createComment("");
1194
1194
  }, c = function(t) {
1195
1195
  return null === t || "object" != typeof t && "function" != typeof t;
@@ -1650,7 +1650,7 @@ var L = /*#__PURE__*/ function() {
1650
1650
  }();
1651
1651
  var Z = t$1.litHtmlPolyfillSupport;
1652
1652
  var _litHtmlVersions;
1653
- Z === null || Z === void 0 ? void 0 : Z(V, M), ((_litHtmlVersions = (_t = t$1).litHtmlVersions) !== null && _litHtmlVersions !== void 0 ? _litHtmlVersions : _t.litHtmlVersions = []).push("3.1.2");
1653
+ Z === null || Z === void 0 ? void 0 : Z(V, M), ((_litHtmlVersions = (_t = t$1).litHtmlVersions) !== null && _litHtmlVersions !== void 0 ? _litHtmlVersions : _t.litHtmlVersions = []).push("3.1.4");
1654
1654
  var j = function(t, i, s) {
1655
1655
  var _s_renderBefore;
1656
1656
  var e = (_s_renderBefore = s === null || s === void 0 ? void 0 : s.renderBefore) !== null && _s_renderBefore !== void 0 ? _s_renderBefore : i;
@@ -1838,7 +1838,7 @@ r$2 === null || r$2 === void 0 ? void 0 : r$2({
1838
1838
  LitElement: s
1839
1839
  });
1840
1840
  var _litElementVersions;
1841
- ((_litElementVersions = (_globalThis1 = globalThis).litElementVersions) !== null && _litElementVersions !== void 0 ? _litElementVersions : _globalThis1.litElementVersions = []).push("4.0.4");
1841
+ ((_litElementVersions = (_globalThis1 = globalThis).litElementVersions) !== null && _litElementVersions !== void 0 ? _litElementVersions : _globalThis1.litElementVersions = []).push("4.0.6");
1842
1842
 
1843
1843
  /**
1844
1844
  * @license
package/index.esm.js CHANGED
@@ -1167,7 +1167,7 @@ var t$1 = globalThis, i = t$1.trustedTypes, s$1 = i ? i.createPolicy("lit-html",
1167
1167
  createHTML: function(t) {
1168
1168
  return t;
1169
1169
  }
1170
- }) : void 0, e = "$lit$", h = "lit$".concat((Math.random() + "").slice(9), "$"), o$1 = "?" + h, n$1 = "<".concat(o$1, ">"), r$3 = document, l = function() {
1170
+ }) : void 0, e = "$lit$", h = "lit$".concat(Math.random().toFixed(9).slice(2), "$"), o$1 = "?" + h, n$1 = "<".concat(o$1, ">"), r$3 = document, l = function() {
1171
1171
  return r$3.createComment("");
1172
1172
  }, c = function(t) {
1173
1173
  return null === t || "object" != typeof t && "function" != typeof t;
@@ -1628,7 +1628,7 @@ var L = /*#__PURE__*/ function() {
1628
1628
  }();
1629
1629
  var Z = t$1.litHtmlPolyfillSupport;
1630
1630
  var _litHtmlVersions;
1631
- Z === null || Z === void 0 ? void 0 : Z(V, M), ((_litHtmlVersions = (_t = t$1).litHtmlVersions) !== null && _litHtmlVersions !== void 0 ? _litHtmlVersions : _t.litHtmlVersions = []).push("3.1.2");
1631
+ Z === null || Z === void 0 ? void 0 : Z(V, M), ((_litHtmlVersions = (_t = t$1).litHtmlVersions) !== null && _litHtmlVersions !== void 0 ? _litHtmlVersions : _t.litHtmlVersions = []).push("3.1.4");
1632
1632
  var j = function(t, i, s) {
1633
1633
  var _s_renderBefore;
1634
1634
  var e = (_s_renderBefore = s === null || s === void 0 ? void 0 : s.renderBefore) !== null && _s_renderBefore !== void 0 ? _s_renderBefore : i;
@@ -1816,7 +1816,7 @@ r$2 === null || r$2 === void 0 ? void 0 : r$2({
1816
1816
  LitElement: s
1817
1817
  });
1818
1818
  var _litElementVersions;
1819
- ((_litElementVersions = (_globalThis1 = globalThis).litElementVersions) !== null && _litElementVersions !== void 0 ? _litElementVersions : _globalThis1.litElementVersions = []).push("4.0.4");
1819
+ ((_litElementVersions = (_globalThis1 = globalThis).litElementVersions) !== null && _litElementVersions !== void 0 ? _litElementVersions : _globalThis1.litElementVersions = []).push("4.0.6");
1820
1820
 
1821
1821
  /**
1822
1822
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-web-pdf",
3
- "version": "0.21.2",
3
+ "version": "0.21.7",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"