@digipair/skill-web-editor 0.21.1 → 0.21.6

Sign up to get free protection for your applications and to get access to all the features.
package/index.cjs2.js CHANGED
@@ -1171,7 +1171,7 @@ var t$1 = globalThis, i = t$1.trustedTypes, s$1 = i ? i.createPolicy("lit-html",
1171
1171
  createHTML: function(t) {
1172
1172
  return t;
1173
1173
  }
1174
- }) : void 0, e = "$lit$", h = "lit$".concat((Math.random() + "").slice(9), "$"), o$1 = "?" + h, n$1 = "<".concat(o$1, ">"), r$2 = document, l = function() {
1174
+ }) : void 0, e = "$lit$", h = "lit$".concat(Math.random().toFixed(9).slice(2), "$"), o$1 = "?" + h, n$1 = "<".concat(o$1, ">"), r$2 = document, l = function() {
1175
1175
  return r$2.createComment("");
1176
1176
  }, c = function(t) {
1177
1177
  return null === t || "object" != typeof t && "function" != typeof t;
@@ -1632,7 +1632,7 @@ var L = /*#__PURE__*/ function() {
1632
1632
  }();
1633
1633
  var Z = t$1.litHtmlPolyfillSupport;
1634
1634
  var _litHtmlVersions;
1635
- 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");
1635
+ 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");
1636
1636
  var j = function(t, i, s) {
1637
1637
  var _s_renderBefore;
1638
1638
  var e = (_s_renderBefore = s === null || s === void 0 ? void 0 : s.renderBefore) !== null && _s_renderBefore !== void 0 ? _s_renderBefore : i;
@@ -1820,7 +1820,7 @@ r$1 === null || r$1 === void 0 ? void 0 : r$1({
1820
1820
  LitElement: s
1821
1821
  });
1822
1822
  var _litElementVersions;
1823
- ((_litElementVersions = (_globalThis1 = globalThis).litElementVersions) !== null && _litElementVersions !== void 0 ? _litElementVersions : _globalThis1.litElementVersions = []).push("4.0.4");
1823
+ ((_litElementVersions = (_globalThis1 = globalThis).litElementVersions) !== null && _litElementVersions !== void 0 ? _litElementVersions : _globalThis1.litElementVersions = []).push("4.0.6");
1824
1824
 
1825
1825
  /**
1826
1826
  * @license
package/index.esm2.js CHANGED
@@ -1169,7 +1169,7 @@ var t$1 = globalThis, i = t$1.trustedTypes, s$1 = i ? i.createPolicy("lit-html",
1169
1169
  createHTML: function(t) {
1170
1170
  return t;
1171
1171
  }
1172
- }) : void 0, e = "$lit$", h = "lit$".concat((Math.random() + "").slice(9), "$"), o$1 = "?" + h, n$1 = "<".concat(o$1, ">"), r$2 = document, l = function() {
1172
+ }) : void 0, e = "$lit$", h = "lit$".concat(Math.random().toFixed(9).slice(2), "$"), o$1 = "?" + h, n$1 = "<".concat(o$1, ">"), r$2 = document, l = function() {
1173
1173
  return r$2.createComment("");
1174
1174
  }, c = function(t) {
1175
1175
  return null === t || "object" != typeof t && "function" != typeof t;
@@ -1630,7 +1630,7 @@ var L = /*#__PURE__*/ function() {
1630
1630
  }();
1631
1631
  var Z = t$1.litHtmlPolyfillSupport;
1632
1632
  var _litHtmlVersions;
1633
- 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");
1633
+ 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");
1634
1634
  var j = function(t, i, s) {
1635
1635
  var _s_renderBefore;
1636
1636
  var e = (_s_renderBefore = s === null || s === void 0 ? void 0 : s.renderBefore) !== null && _s_renderBefore !== void 0 ? _s_renderBefore : i;
@@ -1818,7 +1818,7 @@ r$1 === null || r$1 === void 0 ? void 0 : r$1({
1818
1818
  LitElement: s
1819
1819
  });
1820
1820
  var _litElementVersions;
1821
- ((_litElementVersions = (_globalThis1 = globalThis).litElementVersions) !== null && _litElementVersions !== void 0 ? _litElementVersions : _globalThis1.litElementVersions = []).push("4.0.4");
1821
+ ((_litElementVersions = (_globalThis1 = globalThis).litElementVersions) !== null && _litElementVersions !== void 0 ? _litElementVersions : _globalThis1.litElementVersions = []).push("4.0.6");
1822
1822
 
1823
1823
  /**
1824
1824
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-web-editor",
3
- "version": "0.21.1",
3
+ "version": "0.21.6",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"