form-custom-test 3.0.66 → 3.0.67

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
@@ -25907,13 +25907,13 @@ function registerIcon(app) {
25907
25907
  if (typeof window !== "undefined") {
25908
25908
  let loadSvg = function() {
25909
25909
  var body = document.body;
25910
- var svgDom = document.getElementById("__svg__icons__dom__1773976044084__");
25910
+ var svgDom = document.getElementById("__svg__icons__dom__1773976378269__");
25911
25911
  if (!svgDom) {
25912
25912
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
25913
25913
  svgDom.style.position = "absolute";
25914
25914
  svgDom.style.width = "0";
25915
25915
  svgDom.style.height = "0";
25916
- svgDom.id = "__svg__icons__dom__1773976044084__";
25916
+ svgDom.id = "__svg__icons__dom__1773976378269__";
25917
25917
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
25918
25918
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
25919
25919
  }