@jsenv/navi 0.26.26 → 0.26.27

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.
@@ -5312,7 +5312,6 @@ const generateSignalId = () => {
5312
5312
  * const childTab = stateSignal(parentTab);
5313
5313
  * // childTab follows parentTab changes unless explicitly set
5314
5314
  */
5315
- const NO_LOCAL_STORAGE = [() => undefined, () => {}, () => {}];
5316
5315
  const stateSignal = (defaultValue, options = {}) => {
5317
5316
  const {
5318
5317
  id,
@@ -5670,6 +5669,7 @@ const stateSignal = (defaultValue, options = {}) => {
5670
5669
  return facadeSignal;
5671
5670
  };
5672
5671
 
5672
+ const NO_LOCAL_STORAGE = [() => undefined, () => {}, () => {}];
5673
5673
  const localStorageTypeMap = {
5674
5674
  float: "number",
5675
5675
  integer: "number",