@tempots/dom 36.0.0 → 36.0.1
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/index.js +3 -3
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -2222,7 +2222,7 @@ const Ke = (s) => JSON.parse(s.replace(/"/g, '"')), Et = (s) => {
|
|
|
2222
2222
|
}
|
|
2223
2223
|
r.hasAttribute(oe) && Et(r), r.hasAttribute(ce) && Ct(r), r.hasAttribute(ae) && Dt(r), r.hasAttribute(le) && Ot(r), r.hasAttribute(ue) && xt(r);
|
|
2224
2224
|
});
|
|
2225
|
-
}, Pt = "data-tempo-id", Q = Symbol("class"), Z = Symbol("style"), me = Symbol("handler"), Ge = () => Math.random().toString(36).substring(2, 15), Lt = (s) => s.replace(/<[^>]*>?/g, "");
|
|
2225
|
+
}, Pt = "data-tempo-id", Q = /* @__PURE__ */ Symbol("class"), Z = /* @__PURE__ */ Symbol("style"), me = /* @__PURE__ */ Symbol("handler"), Ge = () => Math.random().toString(36).substring(2, 15), Lt = (s) => s.replace(/<[^>]*>?/g, "");
|
|
2226
2226
|
class ze {
|
|
2227
2227
|
constructor(e) {
|
|
2228
2228
|
this.parent = e;
|
|
@@ -2491,7 +2491,7 @@ const Ht = /* @__PURE__ */ new Set([
|
|
|
2491
2491
|
]), Me = /* @__PURE__ */ new Set(["img", "br", "hr", "input", "link", "meta"]), Cs = () => (
|
|
2492
2492
|
/* c8 ignore next */
|
|
2493
2493
|
typeof window < "u" ? window : void 0
|
|
2494
|
-
), Nt = Symbol("DOM_RENDERABLE"), L = (s) => nt(Nt, s), Rt = At({
|
|
2494
|
+
), Nt = /* @__PURE__ */ Symbol("DOM_RENDERABLE"), L = (s) => nt(Nt, s), Rt = At({
|
|
2495
2495
|
create: L
|
|
2496
2496
|
}), {
|
|
2497
2497
|
Empty: jt,
|
|
@@ -2831,7 +2831,7 @@ const vn = (s, e) => L((t) => {
|
|
|
2831
2831
|
onUse: () => i.counter++
|
|
2832
2832
|
};
|
|
2833
2833
|
}
|
|
2834
|
-
}), wn = ss(Symbol("GlobalProbe"));
|
|
2834
|
+
}), wn = ss(/* @__PURE__ */ Symbol("GlobalProbe"));
|
|
2835
2835
|
function bn({
|
|
2836
2836
|
mode: s,
|
|
2837
2837
|
delegatesFocus: e,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tempots/dom",
|
|
3
|
-
"version": "36.0.
|
|
3
|
+
"version": "36.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./index.cjs",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
},
|
|
15
15
|
"license": "Apache-2.0",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@tempots/core": "^2.1.
|
|
18
|
-
"@tempots/render": "^0.0.
|
|
17
|
+
"@tempots/core": "^2.1.1",
|
|
18
|
+
"@tempots/render": "^0.0.2"
|
|
19
19
|
},
|
|
20
20
|
"description": "Fully-typed frontend framework alternative to React and Angular",
|
|
21
21
|
"keywords": [
|