@smart-factor/gem-ui-components 0.0.99 → 0.0.101

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.
@@ -2197,8 +2197,8 @@ const vO = Xi("div")`
2197
2197
  extendBuiltins: PO
2198
2198
  };
2199
2199
  function QL(o) {
2200
- let e = o.replace(/^<\?xml[^>]*>/, "");
2201
- return e = e.replace(/<!--[\s\S]*?-->/g, ""), e = e.replace(/\n\s*\n/g, `
2200
+ let e = o.replace(/^\s*<!DOCTYPE[^>]*>\s*/i, "");
2201
+ return e = e.replace(/^\s*<\?xml[^>]*>\s*/i, ""), e = e.replace(/<!--[\s\S]*?-->/g, ""), e = e.replace(/\n\s*\n/g, `
2202
2202
  `), e = e.trim(), e;
2203
2203
  }
2204
2204
  const ww = {}, GL = [];