@ni/ok-components 0.2.19 → 0.2.21

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.
@@ -14903,7 +14903,7 @@
14903
14903
 
14904
14904
  const template$_ = html `<slot></slot>`;
14905
14905
 
14906
- const styles$1f = css `
14906
+ const styles$1k = css `
14907
14907
  ${display$2('contents')}
14908
14908
  `;
14909
14909
 
@@ -15018,7 +15018,7 @@
15018
15018
  ], ThemeProvider.prototype, "theme", void 0);
15019
15019
  const nimbleDesignSystemProvider = ThemeProvider.compose({
15020
15020
  baseName: 'theme-provider',
15021
- styles: styles$1f,
15021
+ styles: styles$1k,
15022
15022
  template: template$_
15023
15023
  });
15024
15024
  DesignSystem.getOrCreate()
@@ -16523,7 +16523,7 @@
16523
16523
  createThemeColorToken(tokenNames.calendarEventBackgroundStaticColor, tokenValues.calendarEventBackgroundStaticColor);
16524
16524
  createThemeColorToken(tokenNames.calendarEventBackgroundDynamicColor, tokenValues.calendarEventBackgroundDynamicColor);
16525
16525
  createThemeColorToken(tokenNames.calendarEventBackgroundTransientColor, tokenValues.calendarEventBackgroundTransientColor);
16526
- createThemeColorToken(tokenNames.calendarEventBorderStaticColor, tokenValues.calendarEventBorderStaticColor);
16526
+ const calendarEventBorderStaticColor = createThemeColorToken(tokenNames.calendarEventBorderStaticColor, tokenValues.calendarEventBorderStaticColor);
16527
16527
  createThemeColorToken(tokenNames.calendarEventBorderTransientColor, tokenValues.calendarEventBorderTransientColor);
16528
16528
  createThemeColorToken(tokenNames.calendarEventStaticFontColor, tokenValues.calendarEventStaticFontColor);
16529
16529
  createThemeColorToken(tokenNames.calendarEventDynamicFontColor, tokenValues.calendarEventDynamicFontColor);
@@ -16544,16 +16544,16 @@
16544
16544
  createThemeColorToken(tokenNames.calendarEventJobFontColor, tokenValues.calendarEventJobFontColor);
16545
16545
  createThemeColorToken(tokenNames.calendarEventBackgroundMaintenanceColor, tokenValues.calendarEventBackgroundMaintenanceColor);
16546
16546
  createThemeColorToken(tokenNames.calendarEventBackgroundHoverMaintenanceColor, tokenValues.calendarEventBackgroundHoverMaintenanceColor);
16547
- createThemeColorToken(tokenNames.calendarEventBorderMaintenanceColor, tokenValues.calendarEventBorderMaintenanceColor);
16547
+ const calendarEventBorderMaintenanceColor = createThemeColorToken(tokenNames.calendarEventBorderMaintenanceColor, tokenValues.calendarEventBorderMaintenanceColor);
16548
16548
  createThemeColorToken(tokenNames.calendarEventBackgroundCalibrationColor, tokenValues.calendarEventBackgroundCalibrationColor);
16549
16549
  createThemeColorToken(tokenNames.calendarEventBackgroundHoverCalibrationColor, tokenValues.calendarEventBackgroundHoverCalibrationColor);
16550
- createThemeColorToken(tokenNames.calendarEventBorderCalibrationColor, tokenValues.calendarEventBorderCalibrationColor);
16550
+ const calendarEventBorderCalibrationColor = createThemeColorToken(tokenNames.calendarEventBorderCalibrationColor, tokenValues.calendarEventBorderCalibrationColor);
16551
16551
  createThemeColorToken(tokenNames.calendarEventBackgroundReservationColor, tokenValues.calendarEventBackgroundReservationColor);
16552
16552
  createThemeColorToken(tokenNames.calendarEventBackgroundHoverReservationColor, tokenValues.calendarEventBackgroundHoverReservationColor);
16553
- createThemeColorToken(tokenNames.calendarEventBorderReservationColor, tokenValues.calendarEventBorderReservationColor);
16553
+ const calendarEventBorderReservationColor = createThemeColorToken(tokenNames.calendarEventBorderReservationColor, tokenValues.calendarEventBorderReservationColor);
16554
16554
  createThemeColorToken(tokenNames.calendarEventBackgroundTransportOrderColor, tokenValues.calendarEventBackgroundTransportOrderColor);
16555
16555
  createThemeColorToken(tokenNames.calendarEventBackgroundHoverTransportOrderColor, tokenValues.calendarEventBackgroundHoverTransportOrderColor);
16556
- createThemeColorToken(tokenNames.calendarEventBorderTransportOrderColor, tokenValues.calendarEventBorderTransportOrderColor);
16556
+ const calendarEventBorderTransportOrderColor = createThemeColorToken(tokenNames.calendarEventBorderTransportOrderColor, tokenValues.calendarEventBorderTransportOrderColor);
16557
16557
  createThemeColorToken(tokenNames.calendarEventBackgroundAggregateAvailabilityColor, tokenValues.calendarEventBackgroundAggregateAvailabilityColor);
16558
16558
  createThemeColorToken(tokenNames.calendarEventBorderAggregateAvailabilityColor, tokenValues.calendarEventBorderAggregateAvailabilityColor);
16559
16559
  // #endregion
@@ -16661,7 +16661,7 @@
16661
16661
  }
16662
16662
  // #endregion
16663
16663
 
16664
- const styles$1e = css `
16664
+ const styles$1j = css `
16665
16665
  @layer base, hover, focusVisible, active, disabled, top;
16666
16666
 
16667
16667
  @layer base {
@@ -16843,7 +16843,7 @@
16843
16843
  baseName: 'anchor',
16844
16844
  baseClass: Anchor$1,
16845
16845
  template: template$Z,
16846
- styles: styles$1e,
16846
+ styles: styles$1j,
16847
16847
  shadowOptions: {
16848
16848
  delegatesFocus: true
16849
16849
  }
@@ -16952,7 +16952,7 @@
16952
16952
  padding: 0;
16953
16953
  `;
16954
16954
 
16955
- const styles$1d = css `
16955
+ const styles$1i = css `
16956
16956
  @layer base, checked, hover, focusVisible, active, disabled, top;
16957
16957
 
16958
16958
  @layer base {
@@ -17236,8 +17236,8 @@
17236
17236
  }
17237
17237
  `));
17238
17238
 
17239
- const styles$1c = css `
17240
- ${styles$1d}
17239
+ const styles$1h = css `
17240
+ ${styles$1i}
17241
17241
  ${buttonAppearanceVariantStyles}
17242
17242
 
17243
17243
  .control {
@@ -17340,7 +17340,7 @@
17340
17340
  const nimbleAnchorButton = AnchorButton.compose({
17341
17341
  baseName: 'anchor-button',
17342
17342
  template: template$Y,
17343
- styles: styles$1c,
17343
+ styles: styles$1h,
17344
17344
  shadowOptions: {
17345
17345
  delegatesFocus: true
17346
17346
  }
@@ -17348,7 +17348,7 @@
17348
17348
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorButton());
17349
17349
  const anchorButtonTag = 'nimble-anchor-button';
17350
17350
 
17351
- const styles$1b = css `
17351
+ const styles$1g = css `
17352
17352
  ${display$2('grid')}
17353
17353
 
17354
17354
  :host {
@@ -17533,7 +17533,7 @@
17533
17533
  const nimbleAnchorMenuItem = AnchorMenuItem.compose({
17534
17534
  baseName: 'anchor-menu-item',
17535
17535
  template: template$X,
17536
- styles: styles$1b,
17536
+ styles: styles$1g,
17537
17537
  shadowOptions: {
17538
17538
  delegatesFocus: true
17539
17539
  }
@@ -17545,7 +17545,7 @@
17545
17545
 
17546
17546
  // These styles end up inside a @layer block so must use the
17547
17547
  // cssPartial tag instead of the css tag
17548
- const styles$1a = cssPartial `
17548
+ const styles$1f = cssPartial `
17549
17549
  .severity-text {
17550
17550
  display: none;
17551
17551
  font: ${errorTextFont};
@@ -17657,12 +17657,12 @@
17657
17657
  const themeBehavior = (theme, styles) => new ThemeStyleSheetBehavior(theme, styles);
17658
17658
  /* eslint-enable max-classes-per-file */
17659
17659
 
17660
- const styles$19 = css `
17660
+ const styles$1e = css `
17661
17661
  @layer base, hover, focusVisible, active, disabled, top;
17662
17662
 
17663
17663
  @layer base {
17664
17664
  ${display$2('inline-flex')}
17665
- ${styles$1a}
17665
+ ${styles$1f}
17666
17666
  :host {
17667
17667
  ${'' /* Based on text layout: Top padding + title height + subtitle height + bottom padding */}
17668
17668
  height: calc(${smallPadding} + ${controlSlimHeight} + ${errorTextFontLineHeight} + ${smallPadding});
@@ -18077,8 +18077,8 @@
18077
18077
  }
18078
18078
  `));
18079
18079
 
18080
- const styles$18 = css `
18081
- ${styles$19}
18080
+ const styles$1d = css `
18081
+ ${styles$1e}
18082
18082
  ${'' /* Anchor specific styles */}
18083
18083
  @layer base {
18084
18084
  .control {
@@ -19122,7 +19122,7 @@
19122
19122
  :innerHTML=${x => x.icon.data}
19123
19123
  ></div>`;
19124
19124
 
19125
- const styles$17 = css `
19125
+ const styles$1c = css `
19126
19126
  ${display$2('inline-flex')}
19127
19127
 
19128
19128
  :host {
@@ -19186,7 +19186,7 @@
19186
19186
  const composedIcon = iconClass.compose({
19187
19187
  baseName,
19188
19188
  template: template$W,
19189
- styles: styles$17
19189
+ styles: styles$1c
19190
19190
  });
19191
19191
  DesignSystem.getOrCreate().withPrefix('nimble').register(composedIcon());
19192
19192
  };
@@ -19374,14 +19374,14 @@
19374
19374
  const nimbleAnchorStep = AnchorStep.compose({
19375
19375
  baseName: 'anchor-step',
19376
19376
  template: template$V,
19377
- styles: styles$18,
19377
+ styles: styles$1d,
19378
19378
  shadowOptions: {
19379
19379
  delegatesFocus: true
19380
19380
  }
19381
19381
  });
19382
19382
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorStep());
19383
19383
 
19384
- const styles$16 = css `
19384
+ const styles$1b = css `
19385
19385
  ${display$2('inline-flex')}
19386
19386
 
19387
19387
  :host {
@@ -19551,14 +19551,14 @@
19551
19551
  const nimbleAnchorTab = AnchorTab.compose({
19552
19552
  baseName: 'anchor-tab',
19553
19553
  template: template$U,
19554
- styles: styles$16,
19554
+ styles: styles$1b,
19555
19555
  shadowOptions: {
19556
19556
  delegatesFocus: true
19557
19557
  }
19558
19558
  });
19559
19559
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorTab());
19560
19560
 
19561
- const styles$15 = css `
19561
+ const styles$1a = css `
19562
19562
  ${display$2('flex')}
19563
19563
 
19564
19564
  :host {
@@ -19598,8 +19598,8 @@
19598
19598
  }
19599
19599
  `;
19600
19600
 
19601
- const styles$14 = css `
19602
- ${styles$1d}
19601
+ const styles$19 = css `
19602
+ ${styles$1i}
19603
19603
  ${buttonAppearanceVariantStyles}
19604
19604
  `;
19605
19605
 
@@ -19695,7 +19695,7 @@
19695
19695
  baseName: 'button',
19696
19696
  baseClass: Button$2,
19697
19697
  template: template$T,
19698
- styles: styles$14,
19698
+ styles: styles$19,
19699
19699
  shadowOptions: {
19700
19700
  delegatesFocus: true
19701
19701
  }
@@ -20095,14 +20095,14 @@
20095
20095
  const nimbleAnchorTabs = AnchorTabs.compose({
20096
20096
  baseName: 'anchor-tabs',
20097
20097
  template: template$S,
20098
- styles: styles$15,
20098
+ styles: styles$1a,
20099
20099
  shadowOptions: {
20100
20100
  delegatesFocus: false
20101
20101
  }
20102
20102
  });
20103
20103
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorTabs());
20104
20104
 
20105
- const styles$13 = css `
20105
+ const styles$18 = css `
20106
20106
  ${display$2('block')}
20107
20107
 
20108
20108
  :host {
@@ -20345,7 +20345,7 @@
20345
20345
  const nimbleAnchorTreeItem = AnchorTreeItem.compose({
20346
20346
  baseName: 'anchor-tree-item',
20347
20347
  template: template$R,
20348
- styles: styles$13,
20348
+ styles: styles$18,
20349
20349
  shadowOptions: {
20350
20350
  delegatesFocus: true
20351
20351
  }
@@ -20361,7 +20361,7 @@
20361
20361
  zIndex1000: '1000'
20362
20362
  };
20363
20363
 
20364
- const styles$12 = css `
20364
+ const styles$17 = css `
20365
20365
  ${display$2('block')}
20366
20366
 
20367
20367
  :host {
@@ -20392,14 +20392,14 @@
20392
20392
  baseName: 'anchored-region',
20393
20393
  baseClass: AnchoredRegion$1,
20394
20394
  template: anchoredRegionTemplate,
20395
- styles: styles$12
20395
+ styles: styles$17
20396
20396
  });
20397
20397
  DesignSystem.getOrCreate()
20398
20398
  .withPrefix('nimble')
20399
20399
  .register(nimbleAnchoredRegion());
20400
20400
  const anchoredRegionTag = 'nimble-anchored-region';
20401
20401
 
20402
- const styles$11 = css `
20402
+ const styles$16 = css `
20403
20403
  ${display$2('flex')}
20404
20404
 
20405
20405
  :host {
@@ -20670,7 +20670,7 @@
20670
20670
  const nimbleBanner = Banner.compose({
20671
20671
  baseName: 'banner',
20672
20672
  template: template$Q,
20673
- styles: styles$11
20673
+ styles: styles$16
20674
20674
  });
20675
20675
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleBanner());
20676
20676
 
@@ -20711,7 +20711,7 @@
20711
20711
  </template>
20712
20712
  `;
20713
20713
 
20714
- const styles$10 = css `
20714
+ const styles$15 = css `
20715
20715
  ${display$2('inline-flex')}
20716
20716
 
20717
20717
  :host {
@@ -20815,11 +20815,11 @@
20815
20815
  baseName: 'breadcrumb',
20816
20816
  baseClass: Breadcrumb$1,
20817
20817
  template: breadcrumbTemplate,
20818
- styles: styles$10
20818
+ styles: styles$15
20819
20819
  });
20820
20820
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleBreadcrumb());
20821
20821
 
20822
- const styles$$ = css `
20822
+ const styles$14 = css `
20823
20823
  @layer base, hover, focusVisible, active, disabled, top;
20824
20824
 
20825
20825
  @layer base {
@@ -20916,14 +20916,14 @@ so this becomes the fallback color for the slot */ ''}
20916
20916
  baseName: 'breadcrumb-item',
20917
20917
  baseClass: BreadcrumbItem$1,
20918
20918
  template: breadcrumbItemTemplate,
20919
- styles: styles$$,
20919
+ styles: styles$14,
20920
20920
  separator: forwardSlash16X16.data
20921
20921
  });
20922
20922
  DesignSystem.getOrCreate()
20923
20923
  .withPrefix('nimble')
20924
20924
  .register(nimbleBreadcrumbItem());
20925
20925
 
20926
- const styles$_ = css `
20926
+ const styles$13 = css `
20927
20927
  ${display$2('flex')}
20928
20928
 
20929
20929
  :host {
@@ -20963,11 +20963,11 @@ so this becomes the fallback color for the slot */ ''}
20963
20963
  baseName: 'card',
20964
20964
  baseClass: Card$1,
20965
20965
  template: template$P,
20966
- styles: styles$_
20966
+ styles: styles$13
20967
20967
  });
20968
20968
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleCard());
20969
20969
 
20970
- const styles$Z = css `
20970
+ const styles$12 = css `
20971
20971
  ${display$2('inline-flex')}
20972
20972
 
20973
20973
  :host {
@@ -21125,14 +21125,14 @@ so this becomes the fallback color for the slot */ ''}
21125
21125
  const nimbleCardButton = CardButton.compose({
21126
21126
  baseName: 'card-button',
21127
21127
  template: buttonTemplate,
21128
- styles: styles$Z,
21128
+ styles: styles$12,
21129
21129
  shadowOptions: {
21130
21130
  delegatesFocus: true
21131
21131
  }
21132
21132
  });
21133
21133
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleCardButton());
21134
21134
 
21135
- const styles$Y = css `
21135
+ const styles$11 = css `
21136
21136
  .error-icon {
21137
21137
  display: none;
21138
21138
  }
@@ -21166,9 +21166,9 @@ so this becomes the fallback color for the slot */ ''}
21166
21166
  }
21167
21167
  `;
21168
21168
 
21169
- const styles$X = css `
21169
+ const styles$10 = css `
21170
21170
  ${display$2('inline-grid')}
21171
- ${styles$Y}
21171
+ ${styles$11}
21172
21172
 
21173
21173
  :host {
21174
21174
  font: ${bodyFont};
@@ -21393,15 +21393,15 @@ so this becomes the fallback color for the slot */ ''}
21393
21393
  baseName: 'checkbox',
21394
21394
  baseClass: Checkbox$1,
21395
21395
  template: template$O,
21396
- styles: styles$X,
21396
+ styles: styles$10,
21397
21397
  checkedIndicator: check16X16.data,
21398
21398
  indeterminateIndicator: minus16X16.data
21399
21399
  });
21400
21400
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleCheckbox());
21401
21401
  const checkboxTag = 'nimble-checkbox';
21402
21402
 
21403
- const styles$W = css `
21404
- ${styles$1d}
21403
+ const styles$$ = css `
21404
+ ${styles$1i}
21405
21405
  ${buttonAppearanceVariantStyles}
21406
21406
 
21407
21407
  @layer checked {
@@ -21544,7 +21544,7 @@ so this becomes the fallback color for the slot */ ''}
21544
21544
  const nimbleToggleButton = ToggleButton.compose({
21545
21545
  baseName: 'toggle-button',
21546
21546
  template: template$N,
21547
- styles: styles$W,
21547
+ styles: styles$$,
21548
21548
  shadowOptions: {
21549
21549
  delegatesFocus: true
21550
21550
  }
@@ -21574,7 +21574,7 @@ so this becomes the fallback color for the slot */ ''}
21574
21574
  frameless: 'frameless'
21575
21575
  };
21576
21576
 
21577
- const styles$V = css `
21577
+ const styles$_ = css `
21578
21578
  ${display$2('inline-flex')}
21579
21579
 
21580
21580
  :host {
@@ -21864,7 +21864,7 @@ so this becomes the fallback color for the slot */ ''}
21864
21864
  }
21865
21865
  `));
21866
21866
 
21867
- const styles$U = css `
21867
+ const styles$Z = css `
21868
21868
  .annotated-label {
21869
21869
  display: flex;
21870
21870
  flex-direction: row;
@@ -21891,10 +21891,10 @@ so this becomes the fallback color for the slot */ ''}
21891
21891
  none: undefined,
21892
21892
  standard: 'standard'};
21893
21893
 
21894
- const styles$T = css `
21895
- ${styles$V}
21896
- ${styles$Y}
21897
- ${styles$U}
21894
+ const styles$Y = css `
21895
+ ${styles$_}
21896
+ ${styles$11}
21897
+ ${styles$Z}
21898
21898
 
21899
21899
  :host {
21900
21900
  --ni-private-hover-bottom-border-width: 2px;
@@ -22791,7 +22791,7 @@ so this becomes the fallback color for the slot */ ''}
22791
22791
  baseName: 'combobox',
22792
22792
  baseClass: FormAssociatedCombobox,
22793
22793
  template: template$M,
22794
- styles: styles$T,
22794
+ styles: styles$Y,
22795
22795
  shadowOptions: {
22796
22796
  delegatesFocus: true
22797
22797
  },
@@ -22835,7 +22835,7 @@ so this becomes the fallback color for the slot */ ''}
22835
22835
  */
22836
22836
  const UserDismissed = Symbol('user dismissed');
22837
22837
 
22838
- const styles$S = css `
22838
+ const styles$X = css `
22839
22839
  ${display$2('grid')}
22840
22840
 
22841
22841
  dialog {
@@ -23077,12 +23077,12 @@ so this becomes the fallback color for the slot */ ''}
23077
23077
  const nimbleDialog = Dialog.compose({
23078
23078
  baseName: 'dialog',
23079
23079
  template: template$L,
23080
- styles: styles$S,
23080
+ styles: styles$X,
23081
23081
  baseClass: Dialog
23082
23082
  });
23083
23083
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleDialog());
23084
23084
 
23085
- const styles$R = css `
23085
+ const styles$W = css `
23086
23086
  ${display$2('block')}
23087
23087
 
23088
23088
  :host {
@@ -23368,7 +23368,7 @@ so this becomes the fallback color for the slot */ ''}
23368
23368
  const nimbleDrawer = Drawer.compose({
23369
23369
  baseName: 'drawer',
23370
23370
  template: template$K,
23371
- styles: styles$R
23371
+ styles: styles$W
23372
23372
  });
23373
23373
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleDrawer());
23374
23374
 
@@ -26139,7 +26139,7 @@ so this becomes the fallback color for the slot */ ''}
26139
26139
  }
26140
26140
  }
26141
26141
 
26142
- const styles$Q = css `
26142
+ const styles$V = css `
26143
26143
  ${display$2('none')}
26144
26144
  `;
26145
26145
 
@@ -26204,7 +26204,7 @@ so this becomes the fallback color for the slot */ ''}
26204
26204
  ], LabelProviderCore.prototype, "itemRemove", void 0);
26205
26205
  const nimbleLabelProviderCore = LabelProviderCore.compose({
26206
26206
  baseName: 'label-provider-core',
26207
- styles: styles$Q
26207
+ styles: styles$V
26208
26208
  });
26209
26209
  DesignSystem.getOrCreate()
26210
26210
  .withPrefix('nimble')
@@ -26371,13 +26371,13 @@ so this becomes the fallback color for the slot */ ''}
26371
26371
  ], LabelProviderTable.prototype, "groupRowPlaceholderEmpty", void 0);
26372
26372
  const nimbleLabelProviderTable = LabelProviderTable.compose({
26373
26373
  baseName: 'label-provider-table',
26374
- styles: styles$Q
26374
+ styles: styles$V
26375
26375
  });
26376
26376
  DesignSystem.getOrCreate()
26377
26377
  .withPrefix('nimble')
26378
26378
  .register(nimbleLabelProviderTable());
26379
26379
 
26380
- const styles$P = css `
26380
+ const styles$U = css `
26381
26381
  ${display$2('flex')}
26382
26382
 
26383
26383
  :host {
@@ -26567,12 +26567,12 @@ so this becomes the fallback color for the slot */ ''}
26567
26567
  baseName: 'list-option',
26568
26568
  baseClass: ListboxOption,
26569
26569
  template: template$J,
26570
- styles: styles$P
26570
+ styles: styles$U
26571
26571
  });
26572
26572
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleListOption());
26573
26573
  const listOptionTag = 'nimble-list-option';
26574
26574
 
26575
- const styles$O = css `
26575
+ const styles$T = css `
26576
26576
  ${display$2('flex')}
26577
26577
 
26578
26578
  :host {
@@ -26777,7 +26777,7 @@ so this becomes the fallback color for the slot */ ''}
26777
26777
  baseName: 'list-option-group',
26778
26778
  baseClass: FoundationElement,
26779
26779
  template: template$I,
26780
- styles: styles$O
26780
+ styles: styles$T
26781
26781
  });
26782
26782
  DesignSystem.getOrCreate()
26783
26783
  .withPrefix('nimble')
@@ -26806,7 +26806,7 @@ so this becomes the fallback color for the slot */ ''}
26806
26806
 
26807
26807
  const template$H = html `<template slot="mapping"></template>`;
26808
26808
 
26809
- const styles$N = css `
26809
+ const styles$S = css `
26810
26810
  ${display$2('none')}
26811
26811
  `;
26812
26812
 
@@ -26823,7 +26823,7 @@ so this becomes the fallback color for the slot */ ''}
26823
26823
  const emptyMapping = MappingEmpty.compose({
26824
26824
  baseName: 'mapping-empty',
26825
26825
  template: template$H,
26826
- styles: styles$N
26826
+ styles: styles$S
26827
26827
  });
26828
26828
  DesignSystem.getOrCreate().withPrefix('nimble').register(emptyMapping());
26829
26829
 
@@ -26894,7 +26894,7 @@ so this becomes the fallback color for the slot */ ''}
26894
26894
  const iconMapping = MappingIcon.compose({
26895
26895
  baseName: 'mapping-icon',
26896
26896
  template: template$H,
26897
- styles: styles$N
26897
+ styles: styles$S
26898
26898
  });
26899
26899
  DesignSystem.getOrCreate().withPrefix('nimble').register(iconMapping());
26900
26900
 
@@ -26918,7 +26918,7 @@ so this becomes the fallback color for the slot */ ''}
26918
26918
  const spinnerMapping = MappingSpinner.compose({
26919
26919
  baseName: 'mapping-spinner',
26920
26920
  template: template$H,
26921
- styles: styles$N
26921
+ styles: styles$S
26922
26922
  });
26923
26923
  DesignSystem.getOrCreate().withPrefix('nimble').register(spinnerMapping());
26924
26924
 
@@ -26935,7 +26935,7 @@ so this becomes the fallback color for the slot */ ''}
26935
26935
  const textMapping = MappingText.compose({
26936
26936
  baseName: 'mapping-text',
26937
26937
  template: template$H,
26938
- styles: styles$N
26938
+ styles: styles$S
26939
26939
  });
26940
26940
  DesignSystem.getOrCreate().withPrefix('nimble').register(textMapping());
26941
26941
 
@@ -27254,7 +27254,7 @@ so this becomes the fallback color for the slot */ ''}
27254
27254
  </template>
27255
27255
  `;
27256
27256
 
27257
- const styles$M = css `
27257
+ const styles$R = css `
27258
27258
  ${display$2('grid')}
27259
27259
 
27260
27260
  :host {
@@ -27326,7 +27326,7 @@ so this becomes the fallback color for the slot */ ''}
27326
27326
  baseName: 'menu',
27327
27327
  baseClass: Menu$1,
27328
27328
  template: template$G,
27329
- styles: styles$M
27329
+ styles: styles$R
27330
27330
  });
27331
27331
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenu());
27332
27332
 
@@ -27341,7 +27341,7 @@ so this becomes the fallback color for the slot */ ''}
27341
27341
  auto: 'auto'
27342
27342
  };
27343
27343
 
27344
- const styles$L = css `
27344
+ const styles$Q = css `
27345
27345
  ${display$2('inline-block')}
27346
27346
 
27347
27347
  :host {
@@ -27610,7 +27610,7 @@ so this becomes the fallback color for the slot */ ''}
27610
27610
  const nimbleMenuButton = MenuButton.compose({
27611
27611
  baseName: 'menu-button',
27612
27612
  template: template$F,
27613
- styles: styles$L,
27613
+ styles: styles$Q,
27614
27614
  shadowOptions: {
27615
27615
  delegatesFocus: true
27616
27616
  }
@@ -27618,7 +27618,7 @@ so this becomes the fallback color for the slot */ ''}
27618
27618
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenuButton());
27619
27619
  const menuButtonTag = 'nimble-menu-button';
27620
27620
 
27621
- const styles$K = css `
27621
+ const styles$P = css `
27622
27622
  ${display$2('grid')}
27623
27623
 
27624
27624
  :host {
@@ -27715,7 +27715,7 @@ so this becomes the fallback color for the slot */ ''}
27715
27715
  baseName: 'menu-item',
27716
27716
  baseClass: MenuItem$1,
27717
27717
  template: menuItemTemplate,
27718
- styles: styles$K,
27718
+ styles: styles$P,
27719
27719
  expandCollapseGlyph: arrowExpanderRight16X16.data
27720
27720
  });
27721
27721
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenuItem());
@@ -27730,10 +27730,10 @@ so this becomes the fallback color for the slot */ ''}
27730
27730
  frameless: 'frameless'
27731
27731
  };
27732
27732
 
27733
- const styles$J = css `
27733
+ const styles$O = css `
27734
27734
  ${display$2('inline-block')}
27735
- ${styles$Y}
27736
- ${styles$U}
27735
+ ${styles$11}
27736
+ ${styles$Z}
27737
27737
 
27738
27738
  :host {
27739
27739
  font: ${bodyFont};
@@ -28111,7 +28111,7 @@ so this becomes the fallback color for the slot */ ''}
28111
28111
  baseName: 'number-field',
28112
28112
  baseClass: NumberField$1,
28113
28113
  template: template$E,
28114
- styles: styles$J,
28114
+ styles: styles$O,
28115
28115
  shadowOptions: {
28116
28116
  delegatesFocus: true
28117
28117
  },
@@ -28154,7 +28154,7 @@ so this becomes the fallback color for the slot */ ''}
28154
28154
  });
28155
28155
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleNumberField());
28156
28156
 
28157
- const styles$I = css `
28157
+ const styles$N = css `
28158
28158
  ${display$2('inline-flex')}
28159
28159
 
28160
28160
  :host {
@@ -28254,15 +28254,15 @@ so this becomes the fallback color for the slot */ ''}
28254
28254
  baseName: 'radio',
28255
28255
  baseClass: Radio$1,
28256
28256
  template: radioTemplate,
28257
- styles: styles$I,
28257
+ styles: styles$N,
28258
28258
  checkedIndicator: circleFilled16X16.data
28259
28259
  });
28260
28260
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleRadio());
28261
28261
 
28262
- const styles$H = css `
28262
+ const styles$M = css `
28263
28263
  ${display$2('inline-block')}
28264
- ${styles$Y}
28265
- ${styles$U}
28264
+ ${styles$11}
28265
+ ${styles$Z}
28266
28266
 
28267
28267
  .positioning-region {
28268
28268
  display: flex;
@@ -28342,7 +28342,7 @@ so this becomes the fallback color for the slot */ ''}
28342
28342
  baseName: 'radio-group',
28343
28343
  baseClass: RadioGroup$1,
28344
28344
  template: template$D,
28345
- styles: styles$H,
28345
+ styles: styles$M,
28346
28346
  shadowOptions: {
28347
28347
  delegatesFocus: true
28348
28348
  }
@@ -47539,7 +47539,7 @@ ${renderedContent}
47539
47539
  // src/index.ts
47540
47540
  var index_default$7 = HardBreak;
47541
47541
 
47542
- const styles$G = css `
47542
+ const styles$L = css `
47543
47543
  ${display$2('inline')}
47544
47544
 
47545
47545
  .positioning-region {
@@ -47576,7 +47576,7 @@ ${renderedContent}
47576
47576
  baseName: 'toolbar',
47577
47577
  baseClass: Toolbar$1,
47578
47578
  template: toolbarTemplate,
47579
- styles: styles$G
47579
+ styles: styles$L
47580
47580
  });
47581
47581
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleToolbar());
47582
47582
  const toolbarTag = 'nimble-toolbar';
@@ -47605,8 +47605,8 @@ ${renderedContent}
47605
47605
  cssCustomPropertyName: null
47606
47606
  }).withDefault(richTextLabelDefaults.richTextToggleNumberedListLabel);
47607
47607
 
47608
- const styles$F = css `
47609
- ${styles$V}
47608
+ const styles$K = css `
47609
+ ${styles$_}
47610
47610
 
47611
47611
  :host {
47612
47612
  height: auto;
@@ -47913,7 +47913,7 @@ ${renderedContent}
47913
47913
  const nimbleRichTextMentionListbox = RichTextMentionListbox.compose({
47914
47914
  baseName: 'rich-text-mention-listbox',
47915
47915
  template: template$C,
47916
- styles: styles$F
47916
+ styles: styles$K
47917
47917
  });
47918
47918
  DesignSystem.getOrCreate()
47919
47919
  .withPrefix('nimble')
@@ -48022,9 +48022,9 @@ ${renderedContent}
48022
48022
  </template>
48023
48023
  `;
48024
48024
 
48025
- const styles$E = css `
48025
+ const styles$J = css `
48026
48026
  ${display$2('inline-flex')}
48027
- ${styles$Y}
48027
+ ${styles$11}
48028
48028
 
48029
48029
  :host {
48030
48030
  font: ${bodyFont};
@@ -64410,7 +64410,7 @@ ${nextLine.slice(indentLevel + 2)}`;
64410
64410
  const nimbleRichTextEditor = RichTextEditor.compose({
64411
64411
  baseName: 'rich-text-editor',
64412
64412
  template: template$B,
64413
- styles: styles$E,
64413
+ styles: styles$J,
64414
64414
  shadowOptions: {
64415
64415
  delegatesFocus: true
64416
64416
  }
@@ -64425,7 +64425,7 @@ ${nextLine.slice(indentLevel + 2)}`;
64425
64425
  </template>
64426
64426
  `;
64427
64427
 
64428
- const styles$D = css `
64428
+ const styles$I = css `
64429
64429
  ${display$2('flex')}
64430
64430
 
64431
64431
  :host {
@@ -64539,16 +64539,16 @@ ${nextLine.slice(indentLevel + 2)}`;
64539
64539
  const nimbleRichTextViewer = RichTextViewer.compose({
64540
64540
  baseName: 'rich-text-viewer',
64541
64541
  template: template$A,
64542
- styles: styles$D
64542
+ styles: styles$I
64543
64543
  });
64544
64544
  DesignSystem.getOrCreate()
64545
64545
  .withPrefix('nimble')
64546
64546
  .register(nimbleRichTextViewer());
64547
64547
 
64548
- const styles$C = css `
64549
- ${styles$V}
64550
- ${styles$Y}
64551
- ${styles$U}
64548
+ const styles$H = css `
64549
+ ${styles$_}
64550
+ ${styles$11}
64551
+ ${styles$Z}
64552
64552
 
64553
64553
  ${
64554
64554
  /* We are using flex `order` to define the visual ordering of the selected value,
@@ -64711,7 +64711,7 @@ ${nextLine.slice(indentLevel + 2)}`;
64711
64711
  }
64712
64712
  `));
64713
64713
 
64714
- const styles$B = css `
64714
+ const styles$G = css `
64715
64715
  ${display$2('inline-grid')}
64716
64716
 
64717
64717
  :host {
@@ -64929,7 +64929,7 @@ ${nextLine.slice(indentLevel + 2)}`;
64929
64929
  const nimbleSpinner = Spinner.compose({
64930
64930
  baseName: 'spinner',
64931
64931
  template: template$z,
64932
- styles: styles$B
64932
+ styles: styles$G
64933
64933
  });
64934
64934
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSpinner());
64935
64935
  const spinnerTag = 'nimble-spinner';
@@ -66158,7 +66158,7 @@ ${nextLine.slice(indentLevel + 2)}`;
66158
66158
  baseName: 'select',
66159
66159
  baseClass: Select$2,
66160
66160
  template: template$y,
66161
- styles: styles$C,
66161
+ styles: styles$H,
66162
66162
  indicator: arrowExpanderDown16X16.data,
66163
66163
  end: html `
66164
66164
  <${iconExclamationMarkTag}
@@ -66171,8 +66171,8 @@ ${nextLine.slice(indentLevel + 2)}`;
66171
66171
  applyMixins(Select, StartEnd, DelegatesARIASelect);
66172
66172
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSelect());
66173
66173
 
66174
- const styles$A = css `
66175
- ${styles$19}
66174
+ const styles$F = css `
66175
+ ${styles$1e}
66176
66176
  ${'' /* Button specific styles */}
66177
66177
  @layer base {
66178
66178
  .control {
@@ -66300,14 +66300,14 @@ ${nextLine.slice(indentLevel + 2)}`;
66300
66300
  const nimbleStep = Step.compose({
66301
66301
  baseName: 'step',
66302
66302
  template: template$x,
66303
- styles: styles$A,
66303
+ styles: styles$F,
66304
66304
  shadowOptions: {
66305
66305
  delegatesFocus: true
66306
66306
  }
66307
66307
  });
66308
66308
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleStep());
66309
66309
 
66310
- const styles$z = css `
66310
+ const styles$E = css `
66311
66311
  ${display$2('inline-flex')}
66312
66312
 
66313
66313
  :host {
@@ -66349,11 +66349,11 @@ ${nextLine.slice(indentLevel + 2)}`;
66349
66349
  const nimbleStepper = Stepper.compose({
66350
66350
  baseName: 'stepper',
66351
66351
  template: template$w,
66352
- styles: styles$z
66352
+ styles: styles$E
66353
66353
  });
66354
66354
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleStepper());
66355
66355
 
66356
- const styles$y = css `
66356
+ const styles$D = css `
66357
66357
  ${display$2('inline-flex')}
66358
66358
 
66359
66359
  :host {
@@ -66625,11 +66625,11 @@ ${nextLine.slice(indentLevel + 2)}`;
66625
66625
  baseClass: Switch$1,
66626
66626
  baseName: 'switch',
66627
66627
  template: template$v,
66628
- styles: styles$y
66628
+ styles: styles$D
66629
66629
  });
66630
66630
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSwitch());
66631
66631
 
66632
- const styles$x = css `
66632
+ const styles$C = css `
66633
66633
  ${display$2('inline-flex')}
66634
66634
 
66635
66635
  :host {
@@ -66740,11 +66740,11 @@ ${nextLine.slice(indentLevel + 2)}`;
66740
66740
  baseName: 'tab',
66741
66741
  baseClass: Tab$1,
66742
66742
  template: tabTemplate,
66743
- styles: styles$x
66743
+ styles: styles$C
66744
66744
  });
66745
66745
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTab());
66746
66746
 
66747
- const styles$w = css `
66747
+ const styles$B = css `
66748
66748
  ${display$2('block')}
66749
66749
 
66750
66750
  :host {
@@ -66763,7 +66763,7 @@ ${nextLine.slice(indentLevel + 2)}`;
66763
66763
  baseName: 'tab-panel',
66764
66764
  baseClass: TabPanel$1,
66765
66765
  template: tabPanelTemplate,
66766
- styles: styles$w
66766
+ styles: styles$B
66767
66767
  });
66768
66768
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabPanel());
66769
66769
 
@@ -70489,7 +70489,7 @@ ${nextLine.slice(indentLevel + 2)}`;
70489
70489
  }
70490
70490
  }
70491
70491
 
70492
- const styles$v = css `
70492
+ const styles$A = css `
70493
70493
  ${display$2('flex')}
70494
70494
 
70495
70495
  :host {
@@ -70709,7 +70709,7 @@ focus outline in that case.
70709
70709
  }
70710
70710
  `));
70711
70711
 
70712
- const styles$u = css `
70712
+ const styles$z = css `
70713
70713
  ${display$2('flex')}
70714
70714
 
70715
70715
  :host {
@@ -70829,12 +70829,12 @@ focus outline in that case.
70829
70829
  const nimbleTableHeader = TableHeader.compose({
70830
70830
  baseName: 'table-header',
70831
70831
  template: template$u,
70832
- styles: styles$u
70832
+ styles: styles$z
70833
70833
  });
70834
70834
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableHeader());
70835
70835
  const tableHeaderTag = 'nimble-table-header';
70836
70836
 
70837
- const styles$t = css `
70837
+ const styles$y = css `
70838
70838
  :host .animating {
70839
70839
  transition: ${mediumDelay} ease-in;
70840
70840
  }
@@ -70859,9 +70859,9 @@ focus outline in that case.
70859
70859
  }
70860
70860
  `;
70861
70861
 
70862
- const styles$s = css `
70862
+ const styles$x = css `
70863
70863
  ${display$2('flex')}
70864
- ${styles$t}
70864
+ ${styles$y}
70865
70865
 
70866
70866
  :host {
70867
70867
  width: fit-content;
@@ -71031,7 +71031,7 @@ focus outline in that case.
71031
71031
  }
71032
71032
  `));
71033
71033
 
71034
- const styles$r = css `
71034
+ const styles$w = css `
71035
71035
  ${display$2('flex')}
71036
71036
 
71037
71037
  :host {
@@ -71174,7 +71174,7 @@ focus outline in that case.
71174
71174
  const nimbleTableCell = TableCell.compose({
71175
71175
  baseName: 'table-cell',
71176
71176
  template: template$t,
71177
- styles: styles$r
71177
+ styles: styles$w
71178
71178
  });
71179
71179
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableCell());
71180
71180
  const tableCellTag = 'nimble-table-cell';
@@ -71580,14 +71580,14 @@ focus outline in that case.
71580
71580
  const nimbleTableRow = TableRow.compose({
71581
71581
  baseName: 'table-row',
71582
71582
  template: template$s,
71583
- styles: styles$s
71583
+ styles: styles$x
71584
71584
  });
71585
71585
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableRow());
71586
71586
  const tableRowTag = 'nimble-table-row';
71587
71587
 
71588
- const styles$q = css `
71588
+ const styles$v = css `
71589
71589
  ${display$2('grid')}
71590
- ${styles$t}
71590
+ ${styles$y}
71591
71591
 
71592
71592
  :host {
71593
71593
  align-items: center;
@@ -71833,7 +71833,7 @@ focus outline in that case.
71833
71833
  const nimbleTableGroupRow = TableGroupRow.compose({
71834
71834
  baseName: 'table-group-row',
71835
71835
  template: template$r,
71836
- styles: styles$q
71836
+ styles: styles$v
71837
71837
  });
71838
71838
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableGroupRow());
71839
71839
  const tableGroupRowTag = 'nimble-table-group-row';
@@ -76103,11 +76103,11 @@ focus outline in that case.
76103
76103
  const nimbleTable = Table$1.compose({
76104
76104
  baseName: 'table',
76105
76105
  template: template$q,
76106
- styles: styles$v
76106
+ styles: styles$A
76107
76107
  });
76108
76108
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTable());
76109
76109
 
76110
- const styles$p = css `
76110
+ const styles$u = css `
76111
76111
  ${display$2('contents')}
76112
76112
 
76113
76113
  .header-content {
@@ -76184,7 +76184,7 @@ focus outline in that case.
76184
76184
  return ColumnWithPlaceholder;
76185
76185
  }
76186
76186
 
76187
- const styles$o = css `
76187
+ const styles$t = css `
76188
76188
  ${display$2('flex')}
76189
76189
 
76190
76190
  :host {
@@ -76308,7 +76308,7 @@ focus outline in that case.
76308
76308
  const anchorCellView = TableColumnAnchorCellView.compose({
76309
76309
  baseName: 'table-column-anchor-cell-view',
76310
76310
  template: template$o,
76311
- styles: styles$o
76311
+ styles: styles$t
76312
76312
  });
76313
76313
  DesignSystem.getOrCreate().withPrefix('nimble').register(anchorCellView());
76314
76314
  const tableColumnAnchorCellViewTag = 'nimble-table-column-anchor-cell-view';
@@ -76394,7 +76394,7 @@ focus outline in that case.
76394
76394
  </span>
76395
76395
  `;
76396
76396
 
76397
- const styles$n = css `
76397
+ const styles$s = css `
76398
76398
  ${display$2('flex')}
76399
76399
 
76400
76400
  span {
@@ -76419,7 +76419,7 @@ focus outline in that case.
76419
76419
  const tableColumnTextGroupHeaderView = TableColumnTextGroupHeaderView.compose({
76420
76420
  baseName: 'table-column-text-group-header-view',
76421
76421
  template: template$n,
76422
- styles: styles$n
76422
+ styles: styles$s
76423
76423
  });
76424
76424
  DesignSystem.getOrCreate()
76425
76425
  .withPrefix('nimble')
@@ -76664,7 +76664,7 @@ focus outline in that case.
76664
76664
  const nimbleTableColumnAnchor = TableColumnAnchor.compose({
76665
76665
  baseName: 'table-column-anchor',
76666
76666
  template: template$p,
76667
- styles: styles$p
76667
+ styles: styles$u
76668
76668
  });
76669
76669
  DesignSystem.getOrCreate()
76670
76670
  .withPrefix('nimble')
@@ -76717,7 +76717,7 @@ focus outline in that case.
76717
76717
  const tableColumnDateTextGroupHeaderView = TableColumnDateTextGroupHeaderView.compose({
76718
76718
  baseName: 'table-column-date-text-group-header-view',
76719
76719
  template: template$n,
76720
- styles: styles$n
76720
+ styles: styles$s
76721
76721
  });
76722
76722
  DesignSystem.getOrCreate()
76723
76723
  .withPrefix('nimble')
@@ -76740,7 +76740,7 @@ focus outline in that case.
76740
76740
  </template>
76741
76741
  `;
76742
76742
 
76743
- const styles$m = css `
76743
+ const styles$r = css `
76744
76744
  ${display$2('flex')}
76745
76745
 
76746
76746
  :host {
@@ -76843,7 +76843,7 @@ focus outline in that case.
76843
76843
  const dateTextCellView = TableColumnDateTextCellView.compose({
76844
76844
  baseName: 'table-column-date-text-cell-view',
76845
76845
  template: template$m,
76846
- styles: styles$m
76846
+ styles: styles$r
76847
76847
  });
76848
76848
  DesignSystem.getOrCreate().withPrefix('nimble').register(dateTextCellView());
76849
76849
  const tableColumnDateTextCellViewTag = 'nimble-table-column-date-text-cell-view';
@@ -77102,7 +77102,7 @@ focus outline in that case.
77102
77102
  const nimbleTableColumnDateText = TableColumnDateText.compose({
77103
77103
  baseName: 'table-column-date-text',
77104
77104
  template: template$p,
77105
- styles: styles$p
77105
+ styles: styles$u
77106
77106
  });
77107
77107
  DesignSystem.getOrCreate()
77108
77108
  .withPrefix('nimble')
@@ -77119,7 +77119,7 @@ focus outline in that case.
77119
77119
  const durationTextCellView = TableColumnDurationTextCellView.compose({
77120
77120
  baseName: 'table-column-duration-text-cell-view',
77121
77121
  template: template$m,
77122
- styles: styles$m
77122
+ styles: styles$r
77123
77123
  });
77124
77124
  DesignSystem.getOrCreate()
77125
77125
  .withPrefix('nimble')
@@ -77221,7 +77221,7 @@ focus outline in that case.
77221
77221
  const tableColumnDurationTextGroupHeaderView = TableColumnDurationTextGroupHeaderView.compose({
77222
77222
  baseName: 'table-column-duration-text-group-header-view',
77223
77223
  template: template$n,
77224
- styles: styles$n
77224
+ styles: styles$s
77225
77225
  });
77226
77226
  DesignSystem.getOrCreate()
77227
77227
  .withPrefix('nimble')
@@ -77274,7 +77274,7 @@ focus outline in that case.
77274
77274
  const nimbleTableColumnDurationText = TableColumnDurationText.compose({
77275
77275
  baseName: 'table-column-duration-text',
77276
77276
  template: template$p,
77277
- styles: styles$p
77277
+ styles: styles$u
77278
77278
  });
77279
77279
  DesignSystem.getOrCreate()
77280
77280
  .withPrefix('nimble')
@@ -77382,8 +77382,8 @@ focus outline in that case.
77382
77382
  attr({ attribute: 'key-type' })
77383
77383
  ], TableColumnEnumBase.prototype, "keyType", void 0);
77384
77384
 
77385
- const styles$l = css `
77386
- ${styles$p}
77385
+ const styles$q = css `
77386
+ ${styles$u}
77387
77387
 
77388
77388
  slot[name='mapping'] {
77389
77389
  display: none;
@@ -77476,7 +77476,7 @@ focus outline in that case.
77476
77476
  }
77477
77477
  }
77478
77478
 
77479
- const styles$k = css `
77479
+ const styles$p = css `
77480
77480
  ${display$2('inline-flex')}
77481
77481
 
77482
77482
  :host {
@@ -77645,14 +77645,14 @@ focus outline in that case.
77645
77645
  const mappingGroupHeaderView = TableColumnMappingGroupHeaderView.compose({
77646
77646
  baseName: 'table-column-mapping-group-header-view',
77647
77647
  template: template$k,
77648
- styles: styles$k
77648
+ styles: styles$p
77649
77649
  });
77650
77650
  DesignSystem.getOrCreate()
77651
77651
  .withPrefix('nimble')
77652
77652
  .register(mappingGroupHeaderView());
77653
77653
  const tableColumnMappingGroupHeaderViewTag = 'nimble-table-column-mapping-group-header-view';
77654
77654
 
77655
- const styles$j = css `
77655
+ const styles$o = css `
77656
77656
  ${display$2('inline-flex')}
77657
77657
 
77658
77658
  :host {
@@ -77764,7 +77764,7 @@ focus outline in that case.
77764
77764
  const mappingCellView = TableColumnMappingCellView.compose({
77765
77765
  baseName: 'table-column-mapping-cell-view',
77766
77766
  template: template$j,
77767
- styles: styles$j
77767
+ styles: styles$o
77768
77768
  });
77769
77769
  DesignSystem.getOrCreate().withPrefix('nimble').register(mappingCellView());
77770
77770
  const tableColumnMappingCellViewTag = 'nimble-table-column-mapping-cell-view';
@@ -77848,7 +77848,7 @@ focus outline in that case.
77848
77848
  const nimbleTableColumnMapping = TableColumnMapping.compose({
77849
77849
  baseName: 'table-column-mapping',
77850
77850
  template: template$l,
77851
- styles: styles$l
77851
+ styles: styles$q
77852
77852
  });
77853
77853
  DesignSystem.getOrCreate()
77854
77854
  .withPrefix('nimble')
@@ -77882,7 +77882,7 @@ focus outline in that case.
77882
77882
  `)}
77883
77883
  `;
77884
77884
 
77885
- const styles$i = css `
77885
+ const styles$n = css `
77886
77886
  :host {
77887
77887
  align-self: center;
77888
77888
  width: 100%;
@@ -77958,7 +77958,7 @@ focus outline in that case.
77958
77958
  const menuButtonCellView = TableColumnMenuButtonCellView.compose({
77959
77959
  baseName: 'table-column-menu-button-cell-view',
77960
77960
  template: template$h,
77961
- styles: styles$i
77961
+ styles: styles$n
77962
77962
  });
77963
77963
  DesignSystem.getOrCreate().withPrefix('nimble').register(menuButtonCellView());
77964
77964
  const tableColumnMenuButtonCellViewTag = 'nimble-table-column-menu-button-cell-view';
@@ -78014,7 +78014,7 @@ focus outline in that case.
78014
78014
  const nimbleTableColumnMenuButton = TableColumnMenuButton.compose({
78015
78015
  baseName: 'table-column-menu-button',
78016
78016
  template: template$i,
78017
- styles: styles$p
78017
+ styles: styles$u
78018
78018
  });
78019
78019
  DesignSystem.getOrCreate()
78020
78020
  .withPrefix('nimble')
@@ -78042,7 +78042,7 @@ focus outline in that case.
78042
78042
  const tableColumnNumberTextGroupHeaderView = TableColumnNumberTextGroupHeaderView.compose({
78043
78043
  baseName: 'table-column-number-text-group-header-view',
78044
78044
  template: template$n,
78045
- styles: styles$n
78045
+ styles: styles$s
78046
78046
  });
78047
78047
  DesignSystem.getOrCreate()
78048
78048
  .withPrefix('nimble')
@@ -78064,7 +78064,7 @@ focus outline in that case.
78064
78064
  const numberTextCellView = TableColumnNumberTextCellView.compose({
78065
78065
  baseName: 'table-column-number-text-cell-view',
78066
78066
  template: template$m,
78067
- styles: styles$m
78067
+ styles: styles$r
78068
78068
  });
78069
78069
  DesignSystem.getOrCreate().withPrefix('nimble').register(numberTextCellView());
78070
78070
  const tableColumnNumberTextCellViewTag = 'nimble-table-column-number-text-cell-view';
@@ -78605,7 +78605,7 @@ focus outline in that case.
78605
78605
  const nimbleTableColumnNumberText = TableColumnNumberText.compose({
78606
78606
  baseName: 'table-column-number-text',
78607
78607
  template: template$g,
78608
- styles: styles$p
78608
+ styles: styles$u
78609
78609
  });
78610
78610
  DesignSystem.getOrCreate()
78611
78611
  .withPrefix('nimble')
@@ -78624,7 +78624,7 @@ focus outline in that case.
78624
78624
  const textCellView = TableColumnTextCellView.compose({
78625
78625
  baseName: 'table-column-text-cell-view',
78626
78626
  template: template$m,
78627
- styles: styles$m
78627
+ styles: styles$r
78628
78628
  });
78629
78629
  DesignSystem.getOrCreate().withPrefix('nimble').register(textCellView());
78630
78630
  const tableColumnTextCellViewTag = 'nimble-table-column-text-cell-view';
@@ -78679,14 +78679,14 @@ focus outline in that case.
78679
78679
  const nimbleTableColumnText = TableColumnText.compose({
78680
78680
  baseName: 'table-column-text',
78681
78681
  template: template$p,
78682
- styles: styles$p
78682
+ styles: styles$u
78683
78683
  });
78684
78684
  DesignSystem.getOrCreate()
78685
78685
  .withPrefix('nimble')
78686
78686
  .register(nimbleTableColumnText());
78687
78687
 
78688
- const styles$h = css `
78689
- ${styles$15}
78688
+ const styles$m = css `
78689
+ ${styles$1a}
78690
78690
 
78691
78691
  .tabpanel {
78692
78692
  overflow: auto;
@@ -78768,11 +78768,11 @@ focus outline in that case.
78768
78768
  baseName: 'tabs',
78769
78769
  baseClass: Tabs$1,
78770
78770
  template: template$S,
78771
- styles: styles$h
78771
+ styles: styles$m
78772
78772
  });
78773
78773
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabs());
78774
78774
 
78775
- const styles$g = css `
78775
+ const styles$l = css `
78776
78776
  ${display$2('flex')}
78777
78777
 
78778
78778
  :host {
@@ -78837,7 +78837,7 @@ focus outline in that case.
78837
78837
  const nimbleTabsToolbar = TabsToolbar.compose({
78838
78838
  baseName: 'tabs-toolbar',
78839
78839
  template: template$f,
78840
- styles: styles$g
78840
+ styles: styles$l
78841
78841
  });
78842
78842
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabsToolbar());
78843
78843
  applyMixins(TabsToolbar, StartEnd);
@@ -78847,10 +78847,10 @@ focus outline in that case.
78847
78847
  block: 'block'
78848
78848
  };
78849
78849
 
78850
- const styles$f = css `
78850
+ const styles$k = css `
78851
78851
  ${display$2('inline-flex')}
78852
- ${styles$Y}
78853
- ${styles$U}
78852
+ ${styles$11}
78853
+ ${styles$Z}
78854
78854
 
78855
78855
  :host {
78856
78856
  font: ${bodyFont};
@@ -79191,7 +79191,7 @@ focus outline in that case.
79191
79191
  baseName: 'text-area',
79192
79192
  baseClass: TextArea$1,
79193
79193
  template: template$e,
79194
- styles: styles$f,
79194
+ styles: styles$k,
79195
79195
  shadowOptions: {
79196
79196
  delegatesFocus: true
79197
79197
  }
@@ -79208,10 +79208,10 @@ focus outline in that case.
79208
79208
  frameless: 'frameless'
79209
79209
  };
79210
79210
 
79211
- const styles$e = css `
79211
+ const styles$j = css `
79212
79212
  ${display$2('inline-block')}
79213
- ${styles$Y}
79214
- ${styles$U}
79213
+ ${styles$11}
79214
+ ${styles$Z}
79215
79215
 
79216
79216
  :host {
79217
79217
  font: ${bodyFont};
@@ -79571,7 +79571,7 @@ focus outline in that case.
79571
79571
  baseName: 'text-field',
79572
79572
  baseClass: TextField$1,
79573
79573
  template: template$d,
79574
- styles: styles$e,
79574
+ styles: styles$j,
79575
79575
  shadowOptions: {
79576
79576
  delegatesFocus: true
79577
79577
  },
@@ -79588,7 +79588,7 @@ focus outline in that case.
79588
79588
  });
79589
79589
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTextField());
79590
79590
 
79591
- const styles$d = css `
79591
+ const styles$i = css `
79592
79592
  ${display$2('inline-flex')}
79593
79593
 
79594
79594
  :host {
@@ -79727,7 +79727,7 @@ focus outline in that case.
79727
79727
  baseName: 'tooltip',
79728
79728
  baseClass: Tooltip$1,
79729
79729
  template: template$c,
79730
- styles: styles$d
79730
+ styles: styles$i
79731
79731
  });
79732
79732
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTooltip());
79733
79733
 
@@ -79815,7 +79815,7 @@ focus outline in that case.
79815
79815
  }
79816
79816
  }
79817
79817
 
79818
- const styles$c = css `
79818
+ const styles$h = css `
79819
79819
  ${display$2('block')}
79820
79820
 
79821
79821
  :host {
@@ -80032,12 +80032,12 @@ focus outline in that case.
80032
80032
  baseName: 'tree-item',
80033
80033
  baseClass: TreeItem$1,
80034
80034
  template: treeItemTemplate,
80035
- styles: styles$c,
80035
+ styles: styles$h,
80036
80036
  expandCollapseGlyph: arrowExpanderUp16X16.data
80037
80037
  });
80038
80038
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTreeItem());
80039
80039
 
80040
- const styles$b = css `
80040
+ const styles$g = css `
80041
80041
  ${display$2('flex')}
80042
80042
 
80043
80043
  :host {
@@ -80148,7 +80148,7 @@ focus outline in that case.
80148
80148
  baseName: 'tree-view',
80149
80149
  baseClass: TreeView$1,
80150
80150
  template: template$b,
80151
- styles: styles$b
80151
+ styles: styles$g
80152
80152
  });
80153
80153
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTreeView());
80154
80154
 
@@ -80266,7 +80266,7 @@ focus outline in that case.
80266
80266
 
80267
80267
  const template$a = html `<template slot="unit"></template>`;
80268
80268
 
80269
- const styles$a = css `
80269
+ const styles$f = css `
80270
80270
  ${display$2('none')}
80271
80271
  `;
80272
80272
 
@@ -80295,7 +80295,7 @@ focus outline in that case.
80295
80295
  const nimbleUnitByte = UnitByte.compose({
80296
80296
  baseName: 'unit-byte',
80297
80297
  template: template$a,
80298
- styles: styles$a
80298
+ styles: styles$f
80299
80299
  });
80300
80300
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleUnitByte());
80301
80301
 
@@ -80348,7 +80348,7 @@ focus outline in that case.
80348
80348
  const nimbleUnitVolt = UnitVolt.compose({
80349
80349
  baseName: 'unit-volt',
80350
80350
  template: template$a,
80351
- styles: styles$a
80351
+ styles: styles$f
80352
80352
  });
80353
80353
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleUnitVolt());
80354
80354
 
@@ -94695,7 +94695,7 @@ focus outline in that case.
94695
94695
  </div>
94696
94696
  `;
94697
94697
 
94698
- const styles$9 = css `
94698
+ const styles$e = css `
94699
94699
  ${display$2('inline-block')}
94700
94700
 
94701
94701
  :host {
@@ -97721,7 +97721,7 @@ focus outline in that case.
97721
97721
  const nimbleWaferMap = WaferMap.compose({
97722
97722
  baseName: 'wafer-map',
97723
97723
  template: template$9,
97724
- styles: styles$9
97724
+ styles: styles$e
97725
97725
  });
97726
97726
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleWaferMap());
97727
97727
 
@@ -97733,7 +97733,7 @@ focus outline in that case.
97733
97733
  */
97734
97734
  const display$1 = (displayValue) => `${display$3(displayValue)}:host{box-sizing:border-box;}*{box-sizing:border-box;}:host::before,:host::after,::before,::after{box-sizing:border-box;}`;
97735
97735
 
97736
- const styles$8 = css `
97736
+ const styles$d = css `
97737
97737
  ${display$1('flex')}
97738
97738
 
97739
97739
  :host {
@@ -97755,6 +97755,14 @@ focus outline in that case.
97755
97755
  display: none;
97756
97756
  }
97757
97757
 
97758
+ .start {
97759
+ display: block;
97760
+ }
97761
+
97762
+ .start.start-empty {
97763
+ display: none;
97764
+ }
97765
+
97758
97766
  .messages {
97759
97767
  flex: 1;
97760
97768
  display: flex;
@@ -97785,6 +97793,9 @@ focus outline in that case.
97785
97793
  <div class="toolbar ${x => (x.toolbarEmpty ? 'toolbar-empty' : '')}">
97786
97794
  <slot name="toolbar" ${slotted({ property: 'slottedToolbarElements' })}></slot>
97787
97795
  </div>
97796
+ <div class="start ${x => (x.startEmpty ? 'start-empty' : '')}">
97797
+ <slot name="start" ${slotted({ property: 'slottedStartElements' })}></slot>
97798
+ </div>
97788
97799
  <div class="messages"><slot></slot></div>
97789
97800
  <div class="input ${x => (x.inputEmpty ? 'input-empty' : '')}">
97790
97801
  <slot name="input" ${slotted({ property: 'slottedInputElements' })}>
@@ -97810,6 +97821,8 @@ focus outline in that case.
97810
97821
  this.inputEmpty = true;
97811
97822
  /** @internal */
97812
97823
  this.toolbarEmpty = true;
97824
+ /** @internal */
97825
+ this.startEmpty = true;
97813
97826
  }
97814
97827
  slottedInputElementsChanged(_prev, next) {
97815
97828
  this.inputEmpty = next === undefined || next.length === 0;
@@ -97817,6 +97830,9 @@ focus outline in that case.
97817
97830
  slottedToolbarElementsChanged(_prev, next) {
97818
97831
  this.toolbarEmpty = next === undefined || next.length === 0;
97819
97832
  }
97833
+ slottedStartElementsChanged(_prev, next) {
97834
+ this.startEmpty = next === undefined || next.length === 0;
97835
+ }
97820
97836
  }
97821
97837
  __decorate([
97822
97838
  attr
@@ -97833,18 +97849,24 @@ focus outline in that case.
97833
97849
  __decorate([
97834
97850
  observable
97835
97851
  ], ChatConversation.prototype, "slottedToolbarElements", void 0);
97852
+ __decorate([
97853
+ observable
97854
+ ], ChatConversation.prototype, "startEmpty", void 0);
97855
+ __decorate([
97856
+ observable
97857
+ ], ChatConversation.prototype, "slottedStartElements", void 0);
97836
97858
  const sprightChatConversation = ChatConversation.compose({
97837
97859
  baseName: 'chat-conversation',
97838
97860
  template: template$8,
97839
- styles: styles$8
97861
+ styles: styles$d
97840
97862
  });
97841
97863
  DesignSystem.getOrCreate()
97842
97864
  .withPrefix('spright')
97843
97865
  .register(sprightChatConversation());
97844
97866
 
97845
- const styles$7 = css `
97867
+ const styles$c = css `
97846
97868
  ${display$1('flex')}
97847
- ${styles$Y}
97869
+ ${styles$11}
97848
97870
 
97849
97871
  :host {
97850
97872
  width: 100%;
@@ -98147,7 +98169,7 @@ focus outline in that case.
98147
98169
  const sprightChatInput = ChatInput.compose({
98148
98170
  baseName: 'chat-input',
98149
98171
  template: template$7,
98150
- styles: styles$7,
98172
+ styles: styles$c,
98151
98173
  shadowOptions: {
98152
98174
  delegatesFocus: true
98153
98175
  }
@@ -98165,7 +98187,7 @@ focus outline in that case.
98165
98187
  inbound: 'inbound'
98166
98188
  };
98167
98189
 
98168
- const styles$6 = css `
98190
+ const styles$b = css `
98169
98191
  ${display$1('flex')}
98170
98192
 
98171
98193
  :host {
@@ -98289,11 +98311,11 @@ focus outline in that case.
98289
98311
  const sprightChatMessage = ChatMessage.compose({
98290
98312
  baseName: 'chat-message',
98291
98313
  template: template$6,
98292
- styles: styles$6
98314
+ styles: styles$b
98293
98315
  });
98294
98316
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessage());
98295
98317
 
98296
- const styles$5 = css `
98318
+ const styles$a = css `
98297
98319
  ${display$1('flex')}
98298
98320
 
98299
98321
  :host {
@@ -98390,11 +98412,11 @@ focus outline in that case.
98390
98412
  const sprightChatMessageInbound = ChatMessageInbound.compose({
98391
98413
  baseName: 'chat-message-inbound',
98392
98414
  template: template$5,
98393
- styles: styles$5
98415
+ styles: styles$a
98394
98416
  });
98395
98417
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageInbound());
98396
98418
 
98397
- const styles$4 = css `
98419
+ const styles$9 = css `
98398
98420
  ${display$1('flex')}
98399
98421
 
98400
98422
  :host {
@@ -98444,11 +98466,11 @@ focus outline in that case.
98444
98466
  const sprightChatMessageOutbound = ChatMessageOutbound.compose({
98445
98467
  baseName: 'chat-message-outbound',
98446
98468
  template: template$4,
98447
- styles: styles$4
98469
+ styles: styles$9
98448
98470
  });
98449
98471
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageOutbound());
98450
98472
 
98451
- const styles$3 = css `
98473
+ const styles$8 = css `
98452
98474
  ${display$1('flex')}
98453
98475
 
98454
98476
  :host {
@@ -98491,10 +98513,135 @@ focus outline in that case.
98491
98513
  const sprightChatMessageSystem = ChatMessageSystem.compose({
98492
98514
  baseName: 'chat-message-system',
98493
98515
  template: template$3,
98494
- styles: styles$3
98516
+ styles: styles$8
98495
98517
  });
98496
98518
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageSystem());
98497
98519
 
98520
+ const styles$7 = css `
98521
+ ${styles$1c}
98522
+
98523
+ .icon svg {
98524
+ fill: ${calendarEventBorderReservationColor};
98525
+ }
98526
+ `;
98527
+
98528
+ /**
98529
+ * Spright calendar week icon for reservation work items
98530
+ */
98531
+ class IconWorkItemCalendarWeek extends IconSvg {
98532
+ constructor() {
98533
+ super(calendarWeek16X16);
98534
+ }
98535
+ }
98536
+ const sprightIconWorkItemCalendarWeek = IconWorkItemCalendarWeek.compose({
98537
+ baseName: 'icon-work-item-calendar-week',
98538
+ template: template$W,
98539
+ styles: styles$7
98540
+ });
98541
+ DesignSystem.getOrCreate()
98542
+ .withPrefix('spright')
98543
+ .register(sprightIconWorkItemCalendarWeek());
98544
+
98545
+ const styles$6 = css `
98546
+ ${styles$1c}
98547
+
98548
+ .icon svg {
98549
+ fill: ${calendarEventBorderCalibrationColor};
98550
+ }
98551
+ `;
98552
+
98553
+ /**
98554
+ * Spright calipers icon for calibration work items
98555
+ */
98556
+ class IconWorkItemCalipers extends IconSvg {
98557
+ constructor() {
98558
+ super(calipers16X16);
98559
+ }
98560
+ }
98561
+ const sprightIconWorkItemCalipers = IconWorkItemCalipers.compose({
98562
+ baseName: 'icon-work-item-calipers',
98563
+ template: template$W,
98564
+ styles: styles$6
98565
+ });
98566
+ DesignSystem.getOrCreate()
98567
+ .withPrefix('spright')
98568
+ .register(sprightIconWorkItemCalipers());
98569
+
98570
+ const styles$5 = css `
98571
+ ${styles$1c}
98572
+
98573
+ .icon svg {
98574
+ fill: ${calendarEventBorderTransportOrderColor};
98575
+ }
98576
+ `;
98577
+
98578
+ /**
98579
+ * Spright forklift icon for transport order work items
98580
+ */
98581
+ class IconWorkItemForklift extends IconSvg {
98582
+ constructor() {
98583
+ super(forklift16X16);
98584
+ }
98585
+ }
98586
+ const sprightIconWorkItemForklift = IconWorkItemForklift.compose({
98587
+ baseName: 'icon-work-item-forklift',
98588
+ template: template$W,
98589
+ styles: styles$5
98590
+ });
98591
+ DesignSystem.getOrCreate()
98592
+ .withPrefix('spright')
98593
+ .register(sprightIconWorkItemForklift());
98594
+
98595
+ const styles$4 = css `
98596
+ ${styles$1c}
98597
+
98598
+ .icon svg {
98599
+ fill: ${calendarEventBorderStaticColor};
98600
+ }
98601
+ `;
98602
+
98603
+ /**
98604
+ * Spright rectangle check lines icon for test plan work items
98605
+ */
98606
+ class IconWorkItemRectangleCheckLines extends IconSvg {
98607
+ constructor() {
98608
+ super(rectangleCheckLines16X16);
98609
+ }
98610
+ }
98611
+ const sprightIconWorkItemRectangleCheckLines = IconWorkItemRectangleCheckLines.compose({
98612
+ baseName: 'icon-work-item-rectangle-check-lines',
98613
+ template: template$W,
98614
+ styles: styles$4
98615
+ });
98616
+ DesignSystem.getOrCreate()
98617
+ .withPrefix('spright')
98618
+ .register(sprightIconWorkItemRectangleCheckLines());
98619
+
98620
+ const styles$3 = css `
98621
+ ${styles$1c}
98622
+
98623
+ .icon svg {
98624
+ fill: ${calendarEventBorderMaintenanceColor};
98625
+ }
98626
+ `;
98627
+
98628
+ /**
98629
+ * Spright wrench hammer icon for maintenance work items
98630
+ */
98631
+ class IconWorkItemWrenchHammer extends IconSvg {
98632
+ constructor() {
98633
+ super(wrenchHammer16X16);
98634
+ }
98635
+ }
98636
+ const sprightIconWorkItemWrenchHammer = IconWorkItemWrenchHammer.compose({
98637
+ baseName: 'icon-work-item-wrench-hammer',
98638
+ template: template$W,
98639
+ styles: styles$3
98640
+ });
98641
+ DesignSystem.getOrCreate()
98642
+ .withPrefix('spright')
98643
+ .register(sprightIconWorkItemWrenchHammer());
98644
+
98498
98645
  const styles$2 = css `
98499
98646
  ${display$1('inline-block')}
98500
98647