ik-next-form 0.0.2 → 0.0.4

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.
@@ -108761,13 +108761,13 @@ var Draggable = /* @__PURE__ */ getDefaultExportFromCjs(vuedraggable_umd.exports
108761
108761
  if (typeof window !== "undefined") {
108762
108762
  let loadSvg = function() {
108763
108763
  var body = document.body;
108764
- var svgDom = document.getElementById("__svg__icons__dom__1774517221686__");
108764
+ var svgDom = document.getElementById("__svg__icons__dom__1774518155934__");
108765
108765
  if (!svgDom) {
108766
108766
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
108767
108767
  svgDom.style.position = "absolute";
108768
108768
  svgDom.style.width = "0";
108769
108769
  svgDom.style.height = "0";
108770
- svgDom.id = "__svg__icons__dom__1774517221686__";
108770
+ svgDom.id = "__svg__icons__dom__1774518155934__";
108771
108771
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
108772
108772
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
108773
108773
  }