@ni/nimble-components 34.8.3 → 34.8.5

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.
@@ -20883,7 +20883,6 @@ so this becomes the fallback color for the slot */ ''}
20883
20883
  frameless: 'frameless'
20884
20884
  };
20885
20885
 
20886
- // prettier-ignore
20887
20886
  const styles$K = css `
20888
20887
  ${display('inline-flex')}
20889
20888
 
@@ -72736,7 +72735,7 @@ focus outline in that case.
72736
72735
  return false;
72737
72736
  }
72738
72737
  return (this.hierarchyOptions.get(id)?.delayedHierarchyState
72739
- === TableRecordDelayedHierarchyState.loadingChildren ?? false);
72738
+ === TableRecordDelayedHierarchyState.loadingChildren);
72740
72739
  }
72741
72740
  canLoadDelayedChildren(id) {
72742
72741
  if (!this.isHierarchyEnabled) {
@@ -76490,7 +76489,6 @@ focus outline in that case.
76490
76489
  /** @internal */
76491
76490
  const cellViewMenuSlotName = 'menu-button-menu';
76492
76491
 
76493
- // prettier-ignore
76494
76492
  const template$8 = html `
76495
76493
  ${when(x => x.showMenuButton, html `
76496
76494
  <${menuButtonTag}
@@ -77836,7 +77834,6 @@ focus outline in that case.
77836
77834
  frameless: 'frameless'
77837
77835
  };
77838
77836
 
77839
- // prettier-ignore
77840
77837
  const styles$5 = css `
77841
77838
  ${display('inline-block')}
77842
77839
  ${styles$N}