@its/core 1.1.12 → 1.1.14
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 +8 -3
- package/dist/core.umd.js +49 -49
- 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/src/store/pagination_context/index.d.ts +1 -0
- package/dist/src/store/pagination_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/src/store/pagination_context/index.d.ts +1 -0
- package/dist/types/src/store/pagination_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,
|
|
@@ -69059,6 +69062,7 @@ export {
|
|
|
69059
69062
|
NYe as MultipleSelect,
|
|
69060
69063
|
QYe as NotificationsProvider,
|
|
69061
69064
|
A0e as OPEN_DRAWER_WIDTH,
|
|
69065
|
+
xu as Operators,
|
|
69062
69066
|
LYe as PaginatedList,
|
|
69063
69067
|
S7e as PaginationFilters,
|
|
69064
69068
|
zye as PaginationProvider,
|
|
@@ -69098,6 +69102,7 @@ export {
|
|
|
69098
69102
|
VUe as TitleRow,
|
|
69099
69103
|
N0e as ToggleSwitch,
|
|
69100
69104
|
g5 as ToolButton,
|
|
69105
|
+
Ou as Types,
|
|
69101
69106
|
aQe as addToDate,
|
|
69102
69107
|
ZYe as artifactImportRewriteBuild,
|
|
69103
69108
|
XYe as artifactsImportRewrite,
|