@apolitical/component-library 1.9.4-beta.0 → 1.9.5-beta.0

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.
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  interface Props {
3
- showDevTools: boolean;
3
+ showDevTools?: boolean;
4
4
  children: React.ReactNode;
5
5
  }
6
6
  export declare const ReactQueryProvider: React.FC<Props>;
@@ -19783,7 +19783,7 @@ var ro, es, ts, rs, ii, no, io, oo, ao, so, ns, cg, DR = (cg = class {
19783
19783
  const t = SR(() => {
19784
19784
  const [r] = P(this, no), [n] = P(this, io), [i] = P(this, oo), [o] = P(this, ao), [s] = P(this, ro);
19785
19785
  let a;
19786
- P(this, so) ? a = P(this, so) : (a = fR(() => import("./4TNE5QTO-f2b91710.mjs")), X(this, so, a));
19786
+ P(this, so) ? a = P(this, so) : (a = fR(() => import("./4TNE5QTO-2aefb670.mjs")), X(this, so, a));
19787
19787
  const c = this;
19788
19788
  return sR(a, cR({
19789
19789
  get queryFlavor() {
@@ -19852,7 +19852,10 @@ function BR(e) {
19852
19852
  var UR = process.env.NODE_ENV !== "development" ? function() {
19853
19853
  return null;
19854
19854
  } : BR;
19855
- const hI = ({ showDevTools: e, children: t }) => {
19855
+ const hI = ({
19856
+ showDevTools: e = !0,
19857
+ children: t
19858
+ }) => {
19856
19859
  const r = new Rx({
19857
19860
  // default options we would like on all queries can be overridden individually
19858
19861
  defaultOptions: {