@ni/nimble-components 16.1.1 → 16.1.2

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.
@@ -15700,9 +15700,9 @@
15700
15700
  const prefix = 'ni-nimble';
15701
15701
  const styleNameFromTokenName = (tokenName) => `${prefix}-${tokenName}`;
15702
15702
 
15703
- const template$f = html `<slot></slot>`;
15703
+ const template$g = html `<slot></slot>`;
15704
15704
 
15705
- const styles$E = css `
15705
+ const styles$F = css `
15706
15706
  :host {
15707
15707
  display: contents;
15708
15708
  }
@@ -15758,8 +15758,8 @@
15758
15758
  ], ThemeProvider.prototype, "theme", void 0);
15759
15759
  const nimbleDesignSystemProvider = ThemeProvider.compose({
15760
15760
  baseName: 'theme-provider',
15761
- styles: styles$E,
15762
- template: template$f
15761
+ styles: styles$F,
15762
+ template: template$g
15763
15763
  });
15764
15764
  DesignSystem.getOrCreate()
15765
15765
  .withPrefix('nimble')
@@ -15913,7 +15913,7 @@
15913
15913
  }
15914
15914
  }
15915
15915
 
15916
- const styles$D = css `
15916
+ const styles$E = css `
15917
15917
  ${display('inline')}
15918
15918
 
15919
15919
  :host {
@@ -15996,7 +15996,7 @@
15996
15996
  `;
15997
15997
 
15998
15998
  // prettier-ignore
15999
- const template$e = (context, definition) => html `
15999
+ const template$f = (context, definition) => html `
16000
16000
  <a
16001
16001
  class="control"
16002
16002
  part="control"
@@ -16069,8 +16069,8 @@
16069
16069
  const nimbleAnchor = Anchor.compose({
16070
16070
  baseName: 'anchor',
16071
16071
  baseClass: Anchor$1,
16072
- template: template$e,
16073
- styles: styles$D,
16072
+ template: template$f,
16073
+ styles: styles$E,
16074
16074
  shadowOptions: {
16075
16075
  delegatesFocus: true
16076
16076
  }
@@ -16155,7 +16155,7 @@
16155
16155
  return new MultivaluePropertyStyleSheetBehavior('appearance', value, styles);
16156
16156
  }
16157
16157
 
16158
- const styles$C = css `
16158
+ const styles$D = css `
16159
16159
  ${display('inline-flex')}
16160
16160
 
16161
16161
  :host {
@@ -16436,8 +16436,8 @@
16436
16436
  }
16437
16437
  `));
16438
16438
 
16439
- const styles$B = css `
16440
- ${styles$C}
16439
+ const styles$C = css `
16440
+ ${styles$D}
16441
16441
  ${buttonAppearanceVariantStyles}
16442
16442
 
16443
16443
  .control {
@@ -16445,7 +16445,7 @@
16445
16445
  }
16446
16446
  `;
16447
16447
 
16448
- const template$d = (context, definition) => html `
16448
+ const template$e = (context, definition) => html `
16449
16449
  <a
16450
16450
  class="control"
16451
16451
  part="control"
@@ -16527,15 +16527,15 @@
16527
16527
  ], AnchorButton.prototype, "disabled", void 0);
16528
16528
  const nimbleAnchorButton = AnchorButton.compose({
16529
16529
  baseName: 'anchor-button',
16530
- template: template$d,
16531
- styles: styles$B,
16530
+ template: template$e,
16531
+ styles: styles$C,
16532
16532
  shadowOptions: {
16533
16533
  delegatesFocus: true
16534
16534
  }
16535
16535
  });
16536
16536
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorButton());
16537
16537
 
16538
- const styles$A = css `
16538
+ const styles$B = css `
16539
16539
  :host {
16540
16540
  contain: layout;
16541
16541
  display: block;
@@ -16559,13 +16559,13 @@
16559
16559
  baseName: 'anchored-region',
16560
16560
  baseClass: AnchoredRegion$1,
16561
16561
  template: anchoredRegionTemplate,
16562
- styles: styles$A
16562
+ styles: styles$B
16563
16563
  });
16564
16564
  DesignSystem.getOrCreate()
16565
16565
  .withPrefix('nimble')
16566
16566
  .register(nimbleAnchoredRegion());
16567
16567
 
16568
- const styles$z = css `
16568
+ const styles$A = css `
16569
16569
  ${display('inline-block')}
16570
16570
 
16571
16571
  :host {
@@ -16606,7 +16606,7 @@
16606
16606
  baseName: 'breadcrumb',
16607
16607
  baseClass: Breadcrumb$1,
16608
16608
  template: breadcrumbTemplate,
16609
- styles: styles$z
16609
+ styles: styles$A
16610
16610
  });
16611
16611
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleBreadcrumb());
16612
16612
 
@@ -17212,7 +17212,7 @@
17212
17212
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8.033 14.026L4.9 10.866 6.277 9.53l1.744 1.81 4.562-4.507 1.307 1.363zm1.155-10.68l-1.321-1.32-2.312 2.311-2.311-2.311-1.321 1.32 2.311 2.312L1.923 7.97l1.32 1.32 2.312-2.31 2.312 2.31 1.32-1.32-2.31-2.312z"/></svg>`
17213
17213
  };
17214
17214
 
17215
- const styles$y = css `
17215
+ const styles$z = css `
17216
17216
  ${display('inline-flex')}
17217
17217
 
17218
17218
  :host {
@@ -17291,15 +17291,15 @@
17291
17291
  baseName: 'breadcrumb-item',
17292
17292
  baseClass: BreadcrumbItem$1,
17293
17293
  template: breadcrumbItemTemplate,
17294
- styles: styles$y,
17294
+ styles: styles$z,
17295
17295
  separator: forwardSlash16X16.data
17296
17296
  });
17297
17297
  DesignSystem.getOrCreate()
17298
17298
  .withPrefix('nimble')
17299
17299
  .register(nimbleBreadcrumbItem());
17300
17300
 
17301
- const styles$x = css `
17302
- ${styles$C}
17301
+ const styles$y = css `
17302
+ ${styles$D}
17303
17303
  ${buttonAppearanceVariantStyles}
17304
17304
  `;
17305
17305
 
@@ -17345,7 +17345,7 @@
17345
17345
  baseName: 'button',
17346
17346
  baseClass: Button$1,
17347
17347
  template: buttonTemplate,
17348
- styles: styles$x,
17348
+ styles: styles$y,
17349
17349
  shadowOptions: {
17350
17350
  delegatesFocus: true
17351
17351
  }
@@ -17425,7 +17425,7 @@
17425
17425
  */
17426
17426
  const themeBehavior = (theme, styles) => new ThemeStyleSheetBehavior(theme, styles);
17427
17427
 
17428
- const styles$w = css `
17428
+ const styles$x = css `
17429
17429
  ${display('inline-flex')}
17430
17430
 
17431
17431
  :host {
@@ -17584,14 +17584,14 @@
17584
17584
  const nimbleCardButton = CardButton.compose({
17585
17585
  baseName: 'card-button',
17586
17586
  template: buttonTemplate,
17587
- styles: styles$w,
17587
+ styles: styles$x,
17588
17588
  shadowOptions: {
17589
17589
  delegatesFocus: true
17590
17590
  }
17591
17591
  });
17592
17592
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleCardButton());
17593
17593
 
17594
- const styles$v = css `
17594
+ const styles$w = css `
17595
17595
  ${display('inline-flex')}
17596
17596
 
17597
17597
  :host {
@@ -17709,14 +17709,14 @@
17709
17709
  baseName: 'checkbox',
17710
17710
  baseClass: Checkbox$1,
17711
17711
  template: checkboxTemplate,
17712
- styles: styles$v,
17712
+ styles: styles$w,
17713
17713
  checkedIndicator: check16X16.data,
17714
17714
  indeterminateIndicator: minus16X16.data
17715
17715
  });
17716
17716
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleCheckbox());
17717
17717
 
17718
- const styles$u = css `
17719
- ${styles$C}
17718
+ const styles$v = css `
17719
+ ${styles$D}
17720
17720
 
17721
17721
  .control[aria-pressed='true'] {
17722
17722
  background-color: ${fillSelectedColor};
@@ -17742,7 +17742,7 @@
17742
17742
  }
17743
17743
  `;
17744
17744
 
17745
- const template$c = (context, definition) => html `
17745
+ const template$d = (context, definition) => html `
17746
17746
  <div
17747
17747
  role="button"
17748
17748
  part="control"
@@ -17817,8 +17817,8 @@
17817
17817
  applyMixins(ToggleButton, StartEnd, DelegatesARIAButton);
17818
17818
  const nimbleToggleButton = ToggleButton.compose({
17819
17819
  baseName: 'toggle-button',
17820
- template: template$c,
17821
- styles: styles$u,
17820
+ template: template$d,
17821
+ styles: styles$v,
17822
17822
  shadowOptions: {
17823
17823
  delegatesFocus: true
17824
17824
  }
@@ -17831,13 +17831,13 @@
17831
17831
  </div>
17832
17832
  `;
17833
17833
 
17834
- const template$b = html `
17834
+ const template$c = html `
17835
17835
  <template>
17836
17836
  <div class="icon" :innerHTML=${x => x.icon.data}></div>
17837
17837
  </template
17838
17838
  `;
17839
17839
 
17840
- const styles$t = css `
17840
+ const styles$u = css `
17841
17841
  ${display('inline-flex')}
17842
17842
 
17843
17843
  :host {
@@ -17890,8 +17890,8 @@
17890
17890
  const registerIcon = (baseName, iconClass) => {
17891
17891
  const composedIcon = iconClass.compose({
17892
17892
  baseName,
17893
- template: template$b,
17894
- styles: styles$t,
17893
+ template: template$c,
17894
+ styles: styles$u,
17895
17895
  baseClass: iconClass
17896
17896
  });
17897
17897
  DesignSystem.getOrCreate().withPrefix('nimble').register(composedIcon());
@@ -17925,7 +17925,7 @@
17925
17925
  block: 'block'
17926
17926
  };
17927
17927
 
17928
- const styles$s = css `
17928
+ const styles$t = css `
17929
17929
  ${display('inline-flex')}
17930
17930
 
17931
17931
  :host {
@@ -18153,7 +18153,7 @@
18153
18153
  }
18154
18154
  `));
18155
18155
 
18156
- const styles$r = css `
18156
+ const styles$s = css `
18157
18157
  .error-icon {
18158
18158
  display: none;
18159
18159
  }
@@ -18191,9 +18191,9 @@
18191
18191
  }
18192
18192
  `;
18193
18193
 
18194
- const styles$q = css `
18194
+ const styles$r = css `
18195
+ ${styles$t}
18195
18196
  ${styles$s}
18196
- ${styles$r}
18197
18197
 
18198
18198
  :host {
18199
18199
  --ni-private-hover-bottom-border-width: 2px;
@@ -18429,7 +18429,7 @@
18429
18429
  baseName: 'combobox',
18430
18430
  baseClass: Combobox$1,
18431
18431
  template: comboboxTemplate,
18432
- styles: styles$q,
18432
+ styles: styles$r,
18433
18433
  shadowOptions: {
18434
18434
  delegatesFocus: true
18435
18435
  },
@@ -18473,7 +18473,7 @@
18473
18473
  */
18474
18474
  const UserDismissed = Symbol('user dismissed');
18475
18475
 
18476
- const styles$p = css `
18476
+ const styles$q = css `
18477
18477
  ${display('grid')}
18478
18478
 
18479
18479
  dialog {
@@ -18589,7 +18589,7 @@
18589
18589
  }
18590
18590
  `));
18591
18591
 
18592
- const template$a = html `
18592
+ const template$b = html `
18593
18593
  <template>
18594
18594
  <dialog
18595
18595
  ${ref('dialogElement')}
@@ -18715,13 +18715,13 @@
18715
18715
  applyMixins(Dialog, ARIAGlobalStatesAndProperties);
18716
18716
  const nimbleDialog = Dialog.compose({
18717
18717
  baseName: 'dialog',
18718
- template: template$a,
18719
- styles: styles$p,
18718
+ template: template$b,
18719
+ styles: styles$q,
18720
18720
  baseClass: Dialog
18721
18721
  });
18722
18722
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleDialog());
18723
18723
 
18724
- const styles$o = css `
18724
+ const styles$p = css `
18725
18725
  ${display('block')}
18726
18726
 
18727
18727
  :host {
@@ -18876,7 +18876,7 @@
18876
18876
  }
18877
18877
  `));
18878
18878
 
18879
- const template$9 = html `
18879
+ const template$a = html `
18880
18880
  <dialog
18881
18881
  ${ref('dialog')}
18882
18882
  aria-label="${x => x.ariaLabel}"
@@ -18990,8 +18990,8 @@
18990
18990
  applyMixins(Drawer, ARIAGlobalStatesAndProperties);
18991
18991
  const nimbleDrawer = Drawer.compose({
18992
18992
  baseName: 'drawer',
18993
- template: template$9,
18994
- styles: styles$o
18993
+ template: template$a,
18994
+ styles: styles$p
18995
18995
  });
18996
18996
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleDrawer());
18997
18997
 
@@ -20623,7 +20623,7 @@
20623
20623
  }
20624
20624
  registerIcon('icon-xmark-check', IconXmarkCheck);
20625
20625
 
20626
- const styles$n = css `
20626
+ const styles$o = css `
20627
20627
  ${display('flex')}
20628
20628
 
20629
20629
  :host {
@@ -20703,11 +20703,11 @@
20703
20703
  baseName: 'list-option',
20704
20704
  baseClass: ListboxOption,
20705
20705
  template: listboxOptionTemplate,
20706
- styles: styles$n
20706
+ styles: styles$o
20707
20707
  });
20708
20708
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleListOption());
20709
20709
 
20710
- const styles$m = css `
20710
+ const styles$n = css `
20711
20711
  ${display('grid')}
20712
20712
 
20713
20713
  :host {
@@ -20762,11 +20762,11 @@
20762
20762
  baseName: 'menu',
20763
20763
  baseClass: Menu$1,
20764
20764
  template: menuTemplate,
20765
- styles: styles$m
20765
+ styles: styles$n
20766
20766
  });
20767
20767
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenu());
20768
20768
 
20769
- const styles$l = css `
20769
+ const styles$m = css `
20770
20770
  ${display('inline-block')}
20771
20771
 
20772
20772
  :host {
@@ -20785,7 +20785,7 @@
20785
20785
  `;
20786
20786
 
20787
20787
  // prettier-ignore
20788
- const template$8 = html `
20788
+ const template$9 = html `
20789
20789
  <template
20790
20790
  ?open="${x => x.open}"
20791
20791
  @focusout="${(x, c) => x.focusoutHandler(c.event)}"
@@ -20993,15 +20993,15 @@
20993
20993
  ], MenuButton.prototype, "slottedMenus", void 0);
20994
20994
  const nimbleMenuButton = MenuButton.compose({
20995
20995
  baseName: 'menu-button',
20996
- template: template$8,
20997
- styles: styles$l,
20996
+ template: template$9,
20997
+ styles: styles$m,
20998
20998
  shadowOptions: {
20999
20999
  delegatesFocus: true
21000
21000
  }
21001
21001
  });
21002
21002
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenuButton());
21003
21003
 
21004
- const styles$k = css `
21004
+ const styles$l = css `
21005
21005
  ${display('grid')}
21006
21006
 
21007
21007
  :host {
@@ -21099,7 +21099,7 @@
21099
21099
  baseName: 'menu-item',
21100
21100
  baseClass: MenuItem$1,
21101
21101
  template: menuItemTemplate,
21102
- styles: styles$k,
21102
+ styles: styles$l,
21103
21103
  expandCollapseGlyph: arrowExpanderRight16X16.data
21104
21104
  });
21105
21105
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenuItem());
@@ -21113,9 +21113,9 @@
21113
21113
  block: 'block'
21114
21114
  };
21115
21115
 
21116
- const styles$j = css `
21116
+ const styles$k = css `
21117
21117
  ${display('inline-block')}
21118
- ${styles$r}
21118
+ ${styles$s}
21119
21119
 
21120
21120
  :host {
21121
21121
  font: ${bodyFont};
@@ -21329,7 +21329,7 @@
21329
21329
  baseName: 'number-field',
21330
21330
  baseClass: NumberField$1,
21331
21331
  template: numberFieldTemplate,
21332
- styles: styles$j,
21332
+ styles: styles$k,
21333
21333
  shadowOptions: {
21334
21334
  delegatesFocus: true
21335
21335
  },
@@ -21370,7 +21370,7 @@
21370
21370
  });
21371
21371
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleNumberField());
21372
21372
 
21373
- const styles$i = css `
21373
+ const styles$j = css `
21374
21374
  ${display('inline-flex')}
21375
21375
 
21376
21376
  :host {
@@ -21470,12 +21470,12 @@
21470
21470
  baseName: 'radio',
21471
21471
  baseClass: Radio$1,
21472
21472
  template: radioTemplate,
21473
- styles: styles$i,
21473
+ styles: styles$j,
21474
21474
  checkedIndicator: circleFilled16X16.data
21475
21475
  });
21476
21476
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleRadio());
21477
21477
 
21478
- const styles$h = css `
21478
+ const styles$i = css `
21479
21479
  ${display('inline-block')}
21480
21480
 
21481
21481
  .positioning-region {
@@ -21510,16 +21510,16 @@
21510
21510
  baseName: 'radio-group',
21511
21511
  baseClass: RadioGroup$1,
21512
21512
  template: radioGroupTemplate,
21513
- styles: styles$h,
21513
+ styles: styles$i,
21514
21514
  shadowOptions: {
21515
21515
  delegatesFocus: true
21516
21516
  }
21517
21517
  });
21518
21518
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleRadioGroup());
21519
21519
 
21520
- const styles$g = css `
21520
+ const styles$h = css `
21521
+ ${styles$t}
21521
21522
  ${styles$s}
21522
- ${styles$r}
21523
21523
 
21524
21524
  ${
21525
21525
  /* We are using flex `order` to define the visual ordering of the selected value,
@@ -21595,7 +21595,7 @@
21595
21595
  baseName: 'select',
21596
21596
  baseClass: Select$1,
21597
21597
  template: selectTemplate,
21598
- styles: styles$g,
21598
+ styles: styles$h,
21599
21599
  indicator: arrowExpanderDown16X16.data,
21600
21600
  end: html `
21601
21601
  <${DesignSystem.tagFor(IconExclamationMark)}
@@ -21607,7 +21607,7 @@
21607
21607
  });
21608
21608
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSelect());
21609
21609
 
21610
- const styles$f = css `
21610
+ const styles$g = css `
21611
21611
  ${display('inline-flex')}
21612
21612
 
21613
21613
  :host {
@@ -21751,7 +21751,7 @@
21751
21751
  }
21752
21752
  `));
21753
21753
 
21754
- const template$7 = html `
21754
+ const template$8 = html `
21755
21755
  <template role="progressbar">
21756
21756
  <div class="container">
21757
21757
  <div class="bit1"></div>
@@ -21768,12 +21768,12 @@
21768
21768
  }
21769
21769
  const nimbleSpinner = Spinner.compose({
21770
21770
  baseName: 'spinner',
21771
- template: template$7,
21772
- styles: styles$f
21771
+ template: template$8,
21772
+ styles: styles$g
21773
21773
  });
21774
21774
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSpinner());
21775
21775
 
21776
- const styles$e = css `
21776
+ const styles$f = css `
21777
21777
  ${display('inline-flex')}
21778
21778
 
21779
21779
  :host {
@@ -21936,7 +21936,7 @@
21936
21936
  `));
21937
21937
 
21938
21938
  // prettier-ignore
21939
- const template$6 = html `
21939
+ const template$7 = html `
21940
21940
  <template
21941
21941
  role="switch"
21942
21942
  aria-checked="${x => x.checked}"
@@ -21980,12 +21980,12 @@
21980
21980
  const nimbleSwitch = Switch.compose({
21981
21981
  baseClass: Switch$1,
21982
21982
  baseName: 'switch',
21983
- template: template$6,
21984
- styles: styles$e
21983
+ template: template$7,
21984
+ styles: styles$f
21985
21985
  });
21986
21986
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSwitch());
21987
21987
 
21988
- const styles$d = css `
21988
+ const styles$e = css `
21989
21989
  ${display('inline-flex')}
21990
21990
 
21991
21991
  :host {
@@ -22089,11 +22089,11 @@
22089
22089
  baseName: 'tab',
22090
22090
  baseClass: Tab$1,
22091
22091
  template: tabTemplate,
22092
- styles: styles$d
22092
+ styles: styles$e
22093
22093
  });
22094
22094
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTab());
22095
22095
 
22096
- const styles$c = css `
22096
+ const styles$d = css `
22097
22097
  ${display('block')}
22098
22098
 
22099
22099
  :host {
@@ -22113,7 +22113,7 @@
22113
22113
  baseName: 'tab-panel',
22114
22114
  baseClass: TabPanel$1,
22115
22115
  template: tabPanelTemplate,
22116
- styles: styles$c
22116
+ styles: styles$d
22117
22117
  });
22118
22118
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabPanel());
22119
22119
 
@@ -25065,7 +25065,7 @@
25065
25065
  });
25066
25066
  }
25067
25067
 
25068
- const styles$b = css `
25068
+ const styles$c = css `
25069
25069
  ${display('flex')}
25070
25070
 
25071
25071
  .table-container {
@@ -25075,16 +25075,40 @@
25075
25075
  color: ${bodyFontColor};
25076
25076
  }
25077
25077
 
25078
- .table-header {
25078
+ .header-row {
25079
25079
  display: flex;
25080
25080
  flex-direction: row;
25081
25081
  }
25082
25082
 
25083
- .table-cell {
25083
+ .header {
25084
25084
  flex: 1;
25085
25085
  }
25086
25086
  `;
25087
25087
 
25088
+ const styles$b = css `
25089
+ ${display('flex')}
25090
+ `;
25091
+
25092
+ // prettier-ignore
25093
+ const template$6 = html `
25094
+ <template role="columnheader">
25095
+ <slot></slot>
25096
+ </template>
25097
+ `;
25098
+
25099
+ /**
25100
+ * A styled header that is used within the nimble-table.
25101
+ * @internal
25102
+ */
25103
+ class TableHeader extends FoundationElement {
25104
+ }
25105
+ const nimbleTableHeader = TableHeader.compose({
25106
+ baseName: 'table-header',
25107
+ template: template$6,
25108
+ styles: styles$b
25109
+ });
25110
+ DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableHeader());
25111
+
25088
25112
  const styles$a = css `
25089
25113
  ${display('flex')}
25090
25114
 
@@ -25166,9 +25190,11 @@
25166
25190
  <template role="table">
25167
25191
  <div class="table-container">
25168
25192
  <div role="rowgroup">
25169
- <div class="table-header" role="row">
25193
+ <div class="header-row" role="row">
25170
25194
  ${repeat(x => x.columnHeaders, html `
25171
- <span class="table-cell" role="columnheader">${x => x}</span>
25195
+ <${DesignSystem.tagFor(TableHeader)} class="header">
25196
+ ${x => x}
25197
+ </${DesignSystem.tagFor(TableHeader)}>
25172
25198
  `)}
25173
25199
  </div>
25174
25200
  </div>
@@ -25269,7 +25295,7 @@
25269
25295
  const nimbleTable = Table.compose({
25270
25296
  baseName: 'table',
25271
25297
  template: template$3,
25272
- styles: styles$b
25298
+ styles: styles$c
25273
25299
  });
25274
25300
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTable());
25275
25301
 
@@ -25513,7 +25539,7 @@
25513
25539
 
25514
25540
  const styles$5 = css `
25515
25541
  ${display('inline-block')}
25516
- ${styles$r}
25542
+ ${styles$s}
25517
25543
 
25518
25544
  :host {
25519
25545
  font: ${bodyFont};