@digipair/skill-web-material-icons 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
@@ -1162,7 +1162,7 @@ var t$1 = globalThis, i = t$1.trustedTypes, s$1 = i ? i.createPolicy("lit-html",
1162
1162
  createHTML: function(t) {
1163
1163
  return t;
1164
1164
  }
1165
- }) : void 0, e = "$lit$", h = "lit$".concat((Math.random() + "").slice(9), "$"), o$1 = "?" + h, n$1 = "<".concat(o$1, ">"), r$2 = document, l = function() {
1165
+ }) : 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() {
1166
1166
  return r$2.createComment("");
1167
1167
  }, c = function(t) {
1168
1168
  return null === t || "object" != typeof t && "function" != typeof t;
@@ -1623,7 +1623,7 @@ var L = /*#__PURE__*/ function() {
1623
1623
  }();
1624
1624
  var Z = t$1.litHtmlPolyfillSupport;
1625
1625
  var _litHtmlVersions;
1626
- 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");
1626
+ 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");
1627
1627
  var j = function(t, i, s) {
1628
1628
  var _s_renderBefore;
1629
1629
  var e = (_s_renderBefore = s === null || s === void 0 ? void 0 : s.renderBefore) !== null && _s_renderBefore !== void 0 ? _s_renderBefore : i;
@@ -1811,7 +1811,7 @@ r$1 === null || r$1 === void 0 ? void 0 : r$1({
1811
1811
  LitElement: s
1812
1812
  });
1813
1813
  var _litElementVersions;
1814
- ((_litElementVersions = (_globalThis1 = globalThis).litElementVersions) !== null && _litElementVersions !== void 0 ? _litElementVersions : _globalThis1.litElementVersions = []).push("4.0.4");
1814
+ ((_litElementVersions = (_globalThis1 = globalThis).litElementVersions) !== null && _litElementVersions !== void 0 ? _litElementVersions : _globalThis1.litElementVersions = []).push("4.0.6");
1815
1815
 
1816
1816
  /**
1817
1817
  * @license
package/index.esm.js CHANGED
@@ -1158,7 +1158,7 @@ var t$1 = globalThis, i = t$1.trustedTypes, s$1 = i ? i.createPolicy("lit-html",
1158
1158
  createHTML: function(t) {
1159
1159
  return t;
1160
1160
  }
1161
- }) : void 0, e = "$lit$", h = "lit$".concat((Math.random() + "").slice(9), "$"), o$1 = "?" + h, n$1 = "<".concat(o$1, ">"), r$2 = document, l = function() {
1161
+ }) : 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() {
1162
1162
  return r$2.createComment("");
1163
1163
  }, c = function(t) {
1164
1164
  return null === t || "object" != typeof t && "function" != typeof t;
@@ -1619,7 +1619,7 @@ var L = /*#__PURE__*/ function() {
1619
1619
  }();
1620
1620
  var Z = t$1.litHtmlPolyfillSupport;
1621
1621
  var _litHtmlVersions;
1622
- 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");
1622
+ 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");
1623
1623
  var j = function(t, i, s) {
1624
1624
  var _s_renderBefore;
1625
1625
  var e = (_s_renderBefore = s === null || s === void 0 ? void 0 : s.renderBefore) !== null && _s_renderBefore !== void 0 ? _s_renderBefore : i;
@@ -1807,7 +1807,7 @@ r$1 === null || r$1 === void 0 ? void 0 : r$1({
1807
1807
  LitElement: s
1808
1808
  });
1809
1809
  var _litElementVersions;
1810
- ((_litElementVersions = (_globalThis1 = globalThis).litElementVersions) !== null && _litElementVersions !== void 0 ? _litElementVersions : _globalThis1.litElementVersions = []).push("4.0.4");
1810
+ ((_litElementVersions = (_globalThis1 = globalThis).litElementVersions) !== null && _litElementVersions !== void 0 ? _litElementVersions : _globalThis1.litElementVersions = []).push("4.0.6");
1811
1811
 
1812
1812
  /**
1813
1813
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-web-material-icons",
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"