testeranto 0.164.0 → 0.166.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.
@@ -2383,9 +2383,9 @@
2383
2383
  if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ !== "undefined" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart === "function") {
2384
2384
  __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
2385
2385
  }
2386
- var React88 = require_react();
2386
+ var React87 = require_react();
2387
2387
  var Scheduler = require_scheduler();
2388
- var ReactSharedInternals = React88.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
2388
+ var ReactSharedInternals = React87.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
2389
2389
  var suppressWarning = false;
2390
2390
  function setSuppressWarning(newSuppressWarning) {
2391
2391
  {
@@ -3990,7 +3990,7 @@
3990
3990
  {
3991
3991
  if (props.value == null) {
3992
3992
  if (typeof props.children === "object" && props.children !== null) {
3993
- React88.Children.forEach(props.children, function(child) {
3993
+ React87.Children.forEach(props.children, function(child) {
3994
3994
  if (child == null) {
3995
3995
  return;
3996
3996
  }
@@ -12437,7 +12437,7 @@
12437
12437
  }
12438
12438
  }
12439
12439
  var fakeInternalInstance = {};
12440
- var emptyRefsObject = new React88.Component().refs;
12440
+ var emptyRefsObject = new React87.Component().refs;
12441
12441
  var didWarnAboutStateAssignmentForComponent;
12442
12442
  var didWarnAboutUninitializedState;
12443
12443
  var didWarnAboutGetSnapshotBeforeUpdateWithoutDidUpdate;
@@ -23609,7 +23609,7 @@
23609
23609
  if (true) {
23610
23610
  (function() {
23611
23611
  "use strict";
23612
- var React88 = require_react();
23612
+ var React87 = require_react();
23613
23613
  var REACT_ELEMENT_TYPE = Symbol.for("react.element");
23614
23614
  var REACT_PORTAL_TYPE = Symbol.for("react.portal");
23615
23615
  var REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
@@ -23635,7 +23635,7 @@
23635
23635
  }
23636
23636
  return null;
23637
23637
  }
23638
- var ReactSharedInternals = React88.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
23638
+ var ReactSharedInternals = React87.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
23639
23639
  function error(format) {
23640
23640
  {
23641
23641
  {
@@ -28616,6 +28616,7 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
28616
28616
  })
28617
28617
  });
28618
28618
  });
28619
+ TransitionWrapper.displayName = "TransitionWrapper";
28619
28620
  var TransitionWrapper_default = TransitionWrapper;
28620
28621
 
28621
28622
  // node_modules/react-bootstrap/esm/Collapse.js
@@ -28628,8 +28629,8 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
28628
28629
  const offset = `offset${dimension[0].toUpperCase()}${dimension.slice(1)}`;
28629
28630
  const value = elem[offset];
28630
28631
  const margins = MARGINS[dimension];
28631
- return value + // @ts-ignore
28632
- parseInt(css_default(elem, margins[0]), 10) + // @ts-ignore
28632
+ return value + // @ts-expect-error TODO
28633
+ parseInt(css_default(elem, margins[0]), 10) + // @ts-expect-error TODO
28633
28634
  parseInt(css_default(elem, margins[1]), 10);
28634
28635
  }
28635
28636
  var collapseStyles = {
@@ -28695,6 +28696,7 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
28695
28696
  })
28696
28697
  });
28697
28698
  });
28699
+ Collapse.displayName = "Collapse";
28698
28700
  var Collapse_default = Collapse;
28699
28701
 
28700
28702
  // node_modules/react-bootstrap/esm/Alert.js
@@ -28731,11 +28733,14 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
28731
28733
  var React19 = __toESM(require_react());
28732
28734
  var import_classnames2 = __toESM(require_classnames());
28733
28735
  var import_jsx_runtime4 = __toESM(require_jsx_runtime());
28734
- var divWithClassName_default = (className) => /* @__PURE__ */ React19.forwardRef((p, ref) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("div", {
28735
- ...p,
28736
- ref,
28737
- className: (0, import_classnames2.default)(p.className, className)
28738
- }));
28736
+ var divWithClassName_default = (className) => (
28737
+ // eslint-disable-next-line react/display-name
28738
+ /* @__PURE__ */ React19.forwardRef((p, ref) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("div", {
28739
+ ...p,
28740
+ ref,
28741
+ className: (0, import_classnames2.default)(p.className, className)
28742
+ }))
28743
+ );
28739
28744
 
28740
28745
  // node_modules/react-bootstrap/esm/AlertHeading.js
28741
28746
  var import_jsx_runtime5 = __toESM(require_jsx_runtime());
@@ -29561,7 +29566,7 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
29561
29566
  }
29562
29567
  function $b5e257d569688ac6$var$useLegacySSRSafeId(defaultId) {
29563
29568
  let ctx = (0, import_react30.useContext)($b5e257d569688ac6$var$SSRContext);
29564
- if (ctx === $b5e257d569688ac6$var$defaultContext && !$b5e257d569688ac6$var$canUseDOM)
29569
+ if (ctx === $b5e257d569688ac6$var$defaultContext && !$b5e257d569688ac6$var$canUseDOM && true)
29565
29570
  console.warn("When server rendering, you must wrap your application in an <SSRProvider> to ensure consistent ids are generated between the client and server.");
29566
29571
  let counter = $b5e257d569688ac6$var$useCounter(!!defaultId);
29567
29572
  let prefix = ctx === $b5e257d569688ac6$var$defaultContext && false ? "react-aria" : `react-aria${ctx.prefix}`;
@@ -30710,7 +30715,6 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
30710
30715
  var React53 = __toESM(require_react());
30711
30716
  "use client";
30712
30717
  var ModalContext = /* @__PURE__ */ React53.createContext({
30713
- // eslint-disable-next-line @typescript-eslint/no-empty-function
30714
30718
  onHide() {
30715
30719
  }
30716
30720
  });
@@ -30802,6 +30806,7 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
30802
30806
  })]
30803
30807
  });
30804
30808
  });
30809
+ AbstractModalHeader.displayName = "AbstractModalHeader";
30805
30810
  var AbstractModalHeader_default = AbstractModalHeader;
30806
30811
 
30807
30812
  // node_modules/react-bootstrap/esm/ModalHeader.js
@@ -31735,9 +31740,6 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
31735
31740
  // node_modules/react-bootstrap/esm/Tab.js
31736
31741
  var import_prop_types4 = __toESM(require_prop_types());
31737
31742
 
31738
- // node_modules/react-bootstrap/esm/TabContainer.js
31739
- var React76 = __toESM(require_react());
31740
-
31741
31743
  // node_modules/@restart/ui/esm/Tabs.js
31742
31744
  var React75 = __toESM(require_react());
31743
31745
  var import_react55 = __toESM(require_react());
@@ -31920,11 +31922,11 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
31920
31922
  var TabContainer_default = TabContainer;
31921
31923
 
31922
31924
  // node_modules/react-bootstrap/esm/TabContent.js
31923
- var React77 = __toESM(require_react());
31925
+ var React76 = __toESM(require_react());
31924
31926
  var import_classnames41 = __toESM(require_classnames());
31925
31927
  var import_jsx_runtime60 = __toESM(require_jsx_runtime());
31926
31928
  "use client";
31927
- var TabContent = /* @__PURE__ */ React77.forwardRef(({
31929
+ var TabContent = /* @__PURE__ */ React76.forwardRef(({
31928
31930
  className,
31929
31931
  bsPrefix,
31930
31932
  as: Component4 = "div",
@@ -31942,10 +31944,10 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
31942
31944
 
31943
31945
  // node_modules/react-bootstrap/esm/TabPane.js
31944
31946
  var import_classnames42 = __toESM(require_classnames());
31945
- var React78 = __toESM(require_react());
31947
+ var React77 = __toESM(require_react());
31946
31948
  var import_jsx_runtime61 = __toESM(require_jsx_runtime());
31947
31949
  "use client";
31948
- var TabPane = /* @__PURE__ */ React78.forwardRef(({
31950
+ var TabPane = /* @__PURE__ */ React77.forwardRef(({
31949
31951
  bsPrefix,
31950
31952
  transition,
31951
31953
  ...props
@@ -32029,10 +32031,10 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
32029
32031
 
32030
32032
  // node_modules/react-bootstrap/esm/Table.js
32031
32033
  var import_classnames43 = __toESM(require_classnames());
32032
- var React79 = __toESM(require_react());
32034
+ var React78 = __toESM(require_react());
32033
32035
  var import_jsx_runtime62 = __toESM(require_jsx_runtime());
32034
32036
  "use client";
32035
- var Table = /* @__PURE__ */ React79.forwardRef(({
32037
+ var Table = /* @__PURE__ */ React78.forwardRef(({
32036
32038
  bsPrefix,
32037
32039
  className,
32038
32040
  striped,
@@ -32063,6 +32065,7 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
32063
32065
  }
32064
32066
  return table;
32065
32067
  });
32068
+ Table.displayName = "Table";
32066
32069
  var Table_default = Table;
32067
32070
 
32068
32071
  // src/NavBar.tsx