@its/core 1.1.12 → 1.1.13
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/core.es.js +6 -3
- package/dist/core.umd.js +48 -48
- package/dist/src/store/idle_context/IdleContext.d.ts +2 -0
- package/dist/src/store/idle_context/IdleContext.d.ts.map +1 -0
- package/dist/src/store/idle_context/IdleProvider.d.ts +0 -1
- package/dist/src/store/idle_context/IdleProvider.d.ts.map +1 -1
- package/dist/src/store/idle_context/index.d.ts +1 -0
- package/dist/src/store/idle_context/index.d.ts.map +1 -1
- package/dist/types/src/store/idle_context/IdleContext.d.ts +2 -0
- package/dist/types/src/store/idle_context/IdleContext.d.ts.map +1 -0
- package/dist/types/src/store/idle_context/IdleProvider.d.ts +0 -1
- package/dist/types/src/store/idle_context/IdleProvider.d.ts.map +1 -1
- package/dist/types/src/store/idle_context/index.d.ts +1 -0
- package/dist/types/src/store/idle_context/index.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/core.es.js
CHANGED
|
@@ -64499,10 +64499,12 @@ function rQe() {
|
|
|
64499
64499
|
type: "recoilAdapter"
|
|
64500
64500
|
};
|
|
64501
64501
|
}
|
|
64502
|
-
|
|
64502
|
+
function Sze() {
|
|
64503
|
+
return Zr([!1, {}]);
|
|
64504
|
+
}
|
|
64503
64505
|
function nQe({ timer: e, children: t }) {
|
|
64504
|
-
const r = qye(e);
|
|
64505
|
-
return /* @__PURE__ */ F.jsx(
|
|
64506
|
+
const r = qye(e), n = Sze();
|
|
64507
|
+
return /* @__PURE__ */ F.jsx(n.Provider, { value: r, children: t });
|
|
64506
64508
|
}
|
|
64507
64509
|
const Rze = {
|
|
64508
64510
|
MuiButton: {
|
|
@@ -69041,6 +69043,7 @@ export {
|
|
|
69041
69043
|
TYe as HotKeysSelector,
|
|
69042
69044
|
zYe as IFrame,
|
|
69043
69045
|
rYe as IconDetailCard,
|
|
69046
|
+
Sze as IdleContext,
|
|
69044
69047
|
nQe as IdleProvider,
|
|
69045
69048
|
$Ue as InnerHeader,
|
|
69046
69049
|
zm as KeyButton,
|