ui-sniper 3.0.4 → 3.0.5

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/index.js CHANGED
@@ -7893,7 +7893,7 @@ function SettingsPanel({
7893
7893
  /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("a", { className: styles_module_default9.settingsBrand, href: "https://hara-xy.com", target: "_blank", rel: "noopener noreferrer", children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("svg", { width: "72", height: "16", viewBox: "0 0 500 151", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("text", { x: "10", y: "110", "font-family": "'Arial Black', 'Impact', sans-serif", "font-size": "105", "font-weight": "900", "font-style": "italic", "letter-spacing": "-2", fill: "currentColor", children: "UI SNIPER" }) }) }),
7894
7894
  /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("p", { className: styles_module_default9.settingsVersion, children: [
7895
7895
  "v",
7896
- "3.0.4"
7896
+ "3.0.5"
7897
7897
  ] }),
7898
7898
  /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
7899
7899
  "button",
package/dist/index.mjs CHANGED
@@ -7809,7 +7809,7 @@ function SettingsPanel({
7809
7809
  /* @__PURE__ */ jsx13("a", { className: styles_module_default9.settingsBrand, href: "https://hara-xy.com", target: "_blank", rel: "noopener noreferrer", children: /* @__PURE__ */ jsx13("svg", { width: "72", height: "16", viewBox: "0 0 500 151", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx13("text", { x: "10", y: "110", "font-family": "'Arial Black', 'Impact', sans-serif", "font-size": "105", "font-weight": "900", "font-style": "italic", "letter-spacing": "-2", fill: "currentColor", children: "UI SNIPER" }) }) }),
7810
7810
  /* @__PURE__ */ jsxs12("p", { className: styles_module_default9.settingsVersion, children: [
7811
7811
  "v",
7812
- "3.0.4"
7812
+ "3.0.5"
7813
7813
  ] }),
7814
7814
  /* @__PURE__ */ jsx13(
7815
7815
  "button",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-sniper",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "Visual feedback for AI coding agents",
5
5
  "sideEffects": false,
6
6
  "author": "Shiva Patil",