vat-form 1.0.11 → 1.0.12

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.
@@ -63144,13 +63144,13 @@ function registerIcon(app) {
63144
63144
  if (typeof window !== "undefined") {
63145
63145
  let loadSvg = function() {
63146
63146
  var body = document.body;
63147
- var svgDom = document.getElementById("__svg__icons__dom__1766543971399__");
63147
+ var svgDom = document.getElementById("__svg__icons__dom__1766563975114__");
63148
63148
  if (!svgDom) {
63149
63149
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
63150
63150
  svgDom.style.position = "absolute";
63151
63151
  svgDom.style.width = "0";
63152
63152
  svgDom.style.height = "0";
63153
- svgDom.id = "__svg__icons__dom__1766543971399__";
63153
+ svgDom.id = "__svg__icons__dom__1766563975114__";
63154
63154
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
63155
63155
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
63156
63156
  }