@burdenoff/fe-libs 2026.527.1 → 2026.527.2

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.
@@ -116,9 +116,14 @@ var f = ({ value: e, onChange: t, placeholder: n, inputRef: r }) => /* @__PURE__
116
116
  };
117
117
  if (T) return document.addEventListener("mousedown", e), () => document.removeEventListener("mousedown", e);
118
118
  }, [T, j]), a(() => {
119
- T ? (O(P.current ? "workspace" : "org"), setTimeout(() => {
120
- N.current?.focus();
121
- }, 100)) : A({
119
+ if (T) {
120
+ O(P.current ? "workspace" : "org");
121
+ let e = setTimeout(() => {
122
+ N.current?.focus();
123
+ }, 100);
124
+ return () => clearTimeout(e);
125
+ }
126
+ A({
122
127
  org: "",
123
128
  workspace: "",
124
129
  project: ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burdenoff/fe-libs",
3
- "version": "2026.527.1",
3
+ "version": "2026.527.2",
4
4
  "description": "Burdenoff frontend primitives and domain libraries",
5
5
  "type": "module",
6
6
  "imports": {