form-custom-test 3.0.120 → 3.0.121

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/dist/render.es.js CHANGED
@@ -26185,13 +26185,13 @@ function registerIcon(app) {
26185
26185
  if (typeof window !== "undefined") {
26186
26186
  let loadSvg = function() {
26187
26187
  var body = document.body;
26188
- var svgDom = document.getElementById("__svg__icons__dom__1777534769234__");
26188
+ var svgDom = document.getElementById("__svg__icons__dom__1778139044642__");
26189
26189
  if (!svgDom) {
26190
26190
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
26191
26191
  svgDom.style.position = "absolute";
26192
26192
  svgDom.style.width = "0";
26193
26193
  svgDom.style.height = "0";
26194
- svgDom.id = "__svg__icons__dom__1777534769234__";
26194
+ svgDom.id = "__svg__icons__dom__1778139044642__";
26195
26195
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
26196
26196
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
26197
26197
  }