@telemetryos/sdk 1.15.0 → 1.16.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/CHANGELOG.md +26 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1984 -1769
- package/dist/react.cjs +4 -0
- package/dist/react.js +4 -0
- package/package.json +2 -2
- /package/dist/{index.spec.d.ts → index.test.d.ts} +0 -0
package/dist/react.cjs
CHANGED
|
@@ -20,6 +20,8 @@
|
|
|
20
20
|
React keys must be passed directly to JSX without using spread:
|
|
21
21
|
let props = %s;
|
|
22
22
|
<%s key={someKey} {...props} />`,d,g,y,g),J[g+d]=!0)}if(g=null,l!==void 0&&(i(l),g=""+l),p(r)&&(i(r.key),g=""+r.key),"key"in r){l={};for(var z in r)z!=="key"&&(l[z]=r[z])}else l=r;return g&&f(l,typeof e=="function"?e.displayName||e.name||"Unknown":e),m(e,g,l,a(),A,U)}function h(e){v(e)?e._store&&(e._store.validated=1):typeof e=="object"&&e!==null&&e.$$typeof===F&&(e._payload.status==="fulfilled"?v(e._payload.value)&&e._payload.value._store&&(e._payload.value._store.validated=1):e._store&&(e._store.validated=1))}function v(e){return typeof e=="object"&&e!==null&&e.$$typeof===T}var S=u,T=Symbol.for("react.transitional.element"),P=Symbol.for("react.portal"),E=Symbol.for("react.fragment"),_=Symbol.for("react.strict_mode"),N=Symbol.for("react.profiler"),C=Symbol.for("react.consumer"),X=Symbol.for("react.context"),Q=Symbol.for("react.forward_ref"),Z=Symbol.for("react.suspense"),K=Symbol.for("react.suspense_list"),ee=Symbol.for("react.memo"),F=Symbol.for("react.lazy"),ne=Symbol.for("react.activity"),te=Symbol.for("react.client.reference"),L=S.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,$=Object.prototype.hasOwnProperty,re=Array.isArray,I=console.createTask?console.createTask:function(){return null};S={react_stack_bottom_frame:function(e){return e()}};var D,Y={},W=S.react_stack_bottom_frame.bind(S,c)(),V=I(o(c)),J={};R.Fragment=E,R.jsx=function(e,r,l){var d=1e4>L.recentlyCreatedOwnerStacks++;return w(e,r,l,!1,d?Error("react-stack-top-frame"):W,d?I(o(e)):V)},R.jsxs=function(e,r,l){var d=1e4>L.recentlyCreatedOwnerStacks++;return w(e,r,l,!0,d?Error("react-stack-top-frame"):W,d?I(o(e)):V)}})()),R}var H;function ae(){return H||(H=1,process.env.NODE_ENV==="production"?O.exports=oe():O.exports=ie()),O.exports}var t=ae();const ce=`:root {
|
|
23
|
+
color-scheme: light;
|
|
24
|
+
|
|
23
25
|
--background: 0 0% 100%;
|
|
24
26
|
--foreground: 222.2 84% 4.9%;
|
|
25
27
|
|
|
@@ -50,6 +52,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
50
52
|
}
|
|
51
53
|
|
|
52
54
|
.dark {
|
|
55
|
+
color-scheme: dark;
|
|
56
|
+
|
|
53
57
|
--background: 210 28% 8%;
|
|
54
58
|
--foreground: 210 40% 88%;
|
|
55
59
|
|
package/dist/react.js
CHANGED
|
@@ -279,6 +279,8 @@ function hn() {
|
|
|
279
279
|
}
|
|
280
280
|
var t = hn();
|
|
281
281
|
const _n = `:root {
|
|
282
|
+
color-scheme: light;
|
|
283
|
+
|
|
282
284
|
--background: 0 0% 100%;
|
|
283
285
|
--foreground: 222.2 84% 4.9%;
|
|
284
286
|
|
|
@@ -309,6 +311,8 @@ const _n = `:root {
|
|
|
309
311
|
}
|
|
310
312
|
|
|
311
313
|
.dark {
|
|
314
|
+
color-scheme: dark;
|
|
315
|
+
|
|
312
316
|
--background: 210 28% 8%;
|
|
313
317
|
--foreground: 210 40% 88%;
|
|
314
318
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telemetryos/sdk",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.16.1",
|
|
4
4
|
"description": "The official TelemetryOS application API package. Use it to build applications that run on the TelemetryOS platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"license": "",
|
|
43
43
|
"repository": "github:TelemetryTV/Application-API",
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@telemetryos/root-sdk": "^1.
|
|
45
|
+
"@telemetryos/root-sdk": "^1.16.1",
|
|
46
46
|
"zod": "^3.24.4"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
File without changes
|