@ni/nimble-components 34.6.0 → 34.6.1

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.
@@ -22247,6 +22247,7 @@ so this becomes the fallback color for the slot */ ''}
22247
22247
  @cancel="${(x, c) => x.cancelHandler(c.event)}"
22248
22248
  @close="${(x, c) => x.closeHandler(c.event)}"
22249
22249
  aria-labelledby="header"
22250
+ closedby="${x => (x.preventDismiss ? 'none' : 'closerequest')}"
22250
22251
  >
22251
22252
  <header id="header">
22252
22253
  <div class="title">
@@ -22541,6 +22542,7 @@ so this becomes the fallback color for the slot */ ''}
22541
22542
  aria-label="${x => x.ariaLabel}"
22542
22543
  @cancel="${(x, c) => x.cancelHandler(c.event)}"
22543
22544
  @close="${(x, c) => x.closeHandler(c.event)}"
22545
+ closedby="${x => (x.preventDismiss ? 'none' : 'closerequest')}"
22544
22546
  >
22545
22547
  <div class="dialog-contents">
22546
22548
  <slot></slot>