form-custom-test 3.0.257 → 3.0.258

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.
@@ -81886,13 +81886,13 @@ function registerIcon(app) {
81886
81886
  if (typeof window !== "undefined") {
81887
81887
  let loadSvg = function() {
81888
81888
  var body = document.body;
81889
- var svgDom = document.getElementById("__svg__icons__dom__1789955603676__");
81889
+ var svgDom = document.getElementById("__svg__icons__dom__1789955756310__");
81890
81890
  if (!svgDom) {
81891
81891
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
81892
81892
  svgDom.style.position = "absolute";
81893
81893
  svgDom.style.width = "0";
81894
81894
  svgDom.style.height = "0";
81895
- svgDom.id = "__svg__icons__dom__1789955603676__";
81895
+ svgDom.id = "__svg__icons__dom__1789955756310__";
81896
81896
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
81897
81897
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
81898
81898
  }