ui-sniper 3.0.4 → 3.0.6

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.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.6"
7813
7813
  ] }),
7814
7814
  /* @__PURE__ */ jsx13(
7815
7815
  "button",
@@ -10579,6 +10579,16 @@ function PageFeedbackToolbarCSS({
10579
10579
  return;
10580
10580
  }
10581
10581
  if (isTyping || e.metaKey || e.ctrlKey) return;
10582
+ if (e.key === "f" || e.key === "F") {
10583
+ e.preventDefault();
10584
+ hideTooltipsUntilMouseLeave();
10585
+ if (isActive) {
10586
+ deactivate();
10587
+ } else {
10588
+ setIsActive(true);
10589
+ }
10590
+ return;
10591
+ }
10582
10592
  if (e.key === "p" || e.key === "P") {
10583
10593
  e.preventDefault();
10584
10594
  hideTooltipsUntilMouseLeave();