@its/core 1.1.6 → 1.1.8

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 CHANGED
@@ -62526,14 +62526,17 @@ const $qe = (e) => Lqe({
62526
62526
  ), Uqe = (e) => {
62527
62527
  const t = e.id;
62528
62528
  return t !== null && typeof t != "string" ? String(t) : t;
62529
- }, Bqe = (e) => new xf.Environment({
62530
- network: xf.Network.create(
62531
- (t, r) => qqe(t, r, e),
62532
- (t, r) => Vqe(t, r, e)
62533
- ),
62534
- store: new xf.Store(new xf.RecordSource()),
62535
- getDataID: Uqe
62536
- });
62529
+ };
62530
+ function Bqe(e) {
62531
+ return new xf.Environment({
62532
+ network: xf.Network.create(
62533
+ (t, r) => qqe(t, r, e),
62534
+ (t, r) => Vqe(t, r, e)
62535
+ ),
62536
+ store: new xf.Store(new xf.RecordSource()),
62537
+ getDataID: Uqe
62538
+ });
62539
+ }
62537
62540
  function kGe({ children: e }) {
62538
62541
  const t = NZ();
62539
62542
  return /* @__PURE__ */ F.jsx(qB.RelayEnvironmentProvider, { environment: Bqe(t), children: e });
@@ -67573,6 +67576,7 @@ export {
67573
67576
  E8e as TableToolbar,
67574
67577
  _Ge as Tabs,
67575
67578
  $Ge as ThemeProvider,
67579
+ jh as Themes,
67576
67580
  GHe as TimelineChart,
67577
67581
  E7e as TitleRow,
67578
67582
  rme as ToggleSwitch,
@@ -67583,6 +67587,7 @@ export {
67583
67587
  zGe as autoGrideSize,
67584
67588
  WGe as bitwiseCheck,
67585
67589
  qGe as calcTimeDifference,
67590
+ Bqe as createRelayEnvironment,
67586
67591
  HGe as extractEdges,
67587
67592
  i7 as formatDateTime,
67588
67593
  GGe as formatDecimals,