@ni/nimble-components 19.9.2 → 20.0.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.
@@ -16288,7 +16288,7 @@
16288
16288
 
16289
16289
  /**
16290
16290
  * Do not edit directly
16291
- * Generated on Tue, 25 Jul 2023 03:31:21 GMT
16291
+ * Generated on Tue, 25 Jul 2023 20:58:40 GMT
16292
16292
  */
16293
16293
 
16294
16294
  const Information100DarkUi = "#a46eff";
@@ -19585,7 +19585,7 @@
19585
19585
  ${when(x => !x.preventDismiss, html `
19586
19586
  <${buttonTag} appearance="ghost" content-hidden @click="${x => x.dismissBanner()}">
19587
19587
  <${iconXmarkTag} slot="start"></${iconXmarkTag}>
19588
- ${x => x.dismissButtonLabel ?? popupDismissLabel.getValueFor(x)}
19588
+ ${x => popupDismissLabel.getValueFor(x)}
19589
19589
  </${buttonTag}>
19590
19590
  `)}
19591
19591
  </div>
@@ -19653,9 +19653,6 @@
19653
19653
  __decorate$1([
19654
19654
  attr({ attribute: 'prevent-dismiss', mode: 'boolean' })
19655
19655
  ], Banner.prototype, "preventDismiss", void 0);
19656
- __decorate$1([
19657
- attr({ attribute: 'dismiss-button-label' })
19658
- ], Banner.prototype, "dismissButtonLabel", void 0);
19659
19656
  applyMixins(Banner, ARIAGlobalStatesAndProperties);
19660
19657
  const nimbleBanner = Banner.compose({
19661
19658
  baseName: 'banner',