@ni/spright-components 6.19.2 → 6.20.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.
@@ -14902,7 +14902,7 @@
14902
14902
 
14903
14903
  const template$16 = html `<slot></slot>`;
14904
14904
 
14905
- const styles$1m = css `
14905
+ const styles$1n = css `
14906
14906
  ${display$1('contents')}
14907
14907
 
14908
14908
  :host {
@@ -15026,7 +15026,7 @@
15026
15026
  ], ThemeProvider.prototype, "theme", void 0);
15027
15027
  const nimbleDesignSystemProvider = ThemeProvider.compose({
15028
15028
  baseName: 'theme-provider',
15029
- styles: styles$1m,
15029
+ styles: styles$1n,
15030
15030
  template: template$16
15031
15031
  });
15032
15032
  DesignSystem.getOrCreate()
@@ -16565,7 +16565,7 @@
16565
16565
  createThemeColorToken(tokenNames.calendarEventBackgroundTransportOrderColor, tokenValues.calendarEventBackgroundTransportOrderColor);
16566
16566
  createThemeColorToken(tokenNames.calendarEventBackgroundHoverTransportOrderColor, tokenValues.calendarEventBackgroundHoverTransportOrderColor);
16567
16567
  const calendarEventBorderTransportOrderColor = createThemeColorToken(tokenNames.calendarEventBorderTransportOrderColor, tokenValues.calendarEventBorderTransportOrderColor);
16568
- createThemeColorToken(tokenNames.calendarEventBorderWorkOrderColor, tokenValues.calendarEventBorderWorkOrderColor);
16568
+ const calendarEventBorderWorkOrderColor = createThemeColorToken(tokenNames.calendarEventBorderWorkOrderColor, tokenValues.calendarEventBorderWorkOrderColor);
16569
16569
  createThemeColorToken(tokenNames.calendarEventBackgroundAggregateAvailabilityColor, tokenValues.calendarEventBackgroundAggregateAvailabilityColor);
16570
16570
  createThemeColorToken(tokenNames.calendarEventBorderAggregateAvailabilityColor, tokenValues.calendarEventBorderAggregateAvailabilityColor);
16571
16571
  // #endregion
@@ -16673,7 +16673,7 @@
16673
16673
  }
16674
16674
  // #endregion
16675
16675
 
16676
- const styles$1l = css `
16676
+ const styles$1m = css `
16677
16677
  @layer base, hover, focusVisible, active, disabled, top;
16678
16678
 
16679
16679
  @layer base {
@@ -16855,7 +16855,7 @@
16855
16855
  baseName: 'anchor',
16856
16856
  baseClass: Anchor$1,
16857
16857
  template: template$15,
16858
- styles: styles$1l,
16858
+ styles: styles$1m,
16859
16859
  shadowOptions: {
16860
16860
  delegatesFocus: true
16861
16861
  }
@@ -16964,7 +16964,7 @@
16964
16964
  padding: 0;
16965
16965
  `;
16966
16966
 
16967
- const styles$1k = css `
16967
+ const styles$1l = css `
16968
16968
  @layer base, checked, hover, focusVisible, active, disabled, top;
16969
16969
 
16970
16970
  @layer base {
@@ -17248,8 +17248,8 @@
17248
17248
  }
17249
17249
  `));
17250
17250
 
17251
- const styles$1j = css `
17252
- ${styles$1k}
17251
+ const styles$1k = css `
17252
+ ${styles$1l}
17253
17253
  ${buttonAppearanceVariantStyles}
17254
17254
 
17255
17255
  .control {
@@ -17352,7 +17352,7 @@
17352
17352
  const nimbleAnchorButton = AnchorButton.compose({
17353
17353
  baseName: 'anchor-button',
17354
17354
  template: template$14,
17355
- styles: styles$1j,
17355
+ styles: styles$1k,
17356
17356
  shadowOptions: {
17357
17357
  delegatesFocus: true
17358
17358
  }
@@ -17360,7 +17360,7 @@
17360
17360
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorButton());
17361
17361
  const anchorButtonTag = 'nimble-anchor-button';
17362
17362
 
17363
- const styles$1i = css `
17363
+ const styles$1j = css `
17364
17364
  ${display$1('grid')}
17365
17365
 
17366
17366
  :host {
@@ -17545,7 +17545,7 @@
17545
17545
  const nimbleAnchorMenuItem = AnchorMenuItem.compose({
17546
17546
  baseName: 'anchor-menu-item',
17547
17547
  template: template$13,
17548
- styles: styles$1i,
17548
+ styles: styles$1j,
17549
17549
  shadowOptions: {
17550
17550
  delegatesFocus: true
17551
17551
  }
@@ -17557,7 +17557,7 @@
17557
17557
 
17558
17558
  // These styles end up inside a @layer block so must use the
17559
17559
  // cssPartial tag instead of the css tag
17560
- const styles$1h = cssPartial `
17560
+ const styles$1i = cssPartial `
17561
17561
  .severity-text {
17562
17562
  display: none;
17563
17563
  font: ${errorTextFont};
@@ -17667,12 +17667,12 @@
17667
17667
  const themeBehavior = (theme, styles) => new ThemeStyleSheetBehavior(theme, styles);
17668
17668
  /* eslint-enable max-classes-per-file */
17669
17669
 
17670
- const styles$1g = css `
17670
+ const styles$1h = css `
17671
17671
  @layer base, hover, focusVisible, active, disabled, top;
17672
17672
 
17673
17673
  @layer base {
17674
17674
  ${display$1('inline-flex')}
17675
- ${styles$1h}
17675
+ ${styles$1i}
17676
17676
  :host {
17677
17677
  color: ${buttonLabelFontColor};
17678
17678
  font: ${buttonLabelFont};
@@ -18218,8 +18218,8 @@ Defines an interaction area clip-path that leaves out the severity text so it is
18218
18218
  }
18219
18219
  `));
18220
18220
 
18221
- const styles$1f = css `
18222
- ${styles$1g}
18221
+ const styles$1g = css `
18222
+ ${styles$1h}
18223
18223
  ${'' /* Anchor specific styles */}
18224
18224
  @layer base {
18225
18225
  .control {
@@ -19272,7 +19272,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19272
19272
  :innerHTML=${x => x.icon.data}
19273
19273
  ></div>`;
19274
19274
 
19275
- const styles$1e = css `
19275
+ const styles$1f = css `
19276
19276
  ${display$1('inline-flex')}
19277
19277
 
19278
19278
  :host {
@@ -19336,7 +19336,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19336
19336
  const composedIcon = iconClass.compose({
19337
19337
  baseName,
19338
19338
  template: template$12,
19339
- styles: styles$1e
19339
+ styles: styles$1f
19340
19340
  });
19341
19341
  DesignSystem.getOrCreate().withPrefix('nimble').register(composedIcon());
19342
19342
  };
@@ -19608,14 +19608,14 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19608
19608
  const nimbleAnchorStep = AnchorStep.compose({
19609
19609
  baseName: 'anchor-step',
19610
19610
  template: template$11,
19611
- styles: styles$1f,
19611
+ styles: styles$1g,
19612
19612
  shadowOptions: {
19613
19613
  delegatesFocus: true
19614
19614
  }
19615
19615
  });
19616
19616
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorStep());
19617
19617
 
19618
- const styles$1d = css `
19618
+ const styles$1e = css `
19619
19619
  ${display$1('inline-flex')}
19620
19620
 
19621
19621
  :host {
@@ -19785,14 +19785,14 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19785
19785
  const nimbleAnchorTab = AnchorTab.compose({
19786
19786
  baseName: 'anchor-tab',
19787
19787
  template: template$10,
19788
- styles: styles$1d,
19788
+ styles: styles$1e,
19789
19789
  shadowOptions: {
19790
19790
  delegatesFocus: true
19791
19791
  }
19792
19792
  });
19793
19793
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorTab());
19794
19794
 
19795
- const styles$1c = css `
19795
+ const styles$1d = css `
19796
19796
  ${display$1('flex')}
19797
19797
 
19798
19798
  :host {
@@ -19832,8 +19832,8 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19832
19832
  }
19833
19833
  `;
19834
19834
 
19835
- const styles$1b = css `
19836
- ${styles$1k}
19835
+ const styles$1c = css `
19836
+ ${styles$1l}
19837
19837
  ${buttonAppearanceVariantStyles}
19838
19838
  `;
19839
19839
 
@@ -19929,7 +19929,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19929
19929
  baseName: 'button',
19930
19930
  baseClass: Button$1,
19931
19931
  template: template$$,
19932
- styles: styles$1b,
19932
+ styles: styles$1c,
19933
19933
  shadowOptions: {
19934
19934
  delegatesFocus: true
19935
19935
  }
@@ -20265,14 +20265,14 @@ Defines an interaction area clip-path that leaves out the severity text so it is
20265
20265
  const nimbleAnchorTabs = AnchorTabs.compose({
20266
20266
  baseName: 'anchor-tabs',
20267
20267
  template: template$_,
20268
- styles: styles$1c,
20268
+ styles: styles$1d,
20269
20269
  shadowOptions: {
20270
20270
  delegatesFocus: false
20271
20271
  }
20272
20272
  });
20273
20273
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorTabs());
20274
20274
 
20275
- const styles$1a = css `
20275
+ const styles$1b = css `
20276
20276
  ${display$1('block')}
20277
20277
 
20278
20278
  :host {
@@ -20515,7 +20515,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
20515
20515
  const nimbleAnchorTreeItem = AnchorTreeItem.compose({
20516
20516
  baseName: 'anchor-tree-item',
20517
20517
  template: template$Z,
20518
- styles: styles$1a,
20518
+ styles: styles$1b,
20519
20519
  shadowOptions: {
20520
20520
  delegatesFocus: true
20521
20521
  }
@@ -20531,7 +20531,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
20531
20531
  zIndex1000: '1000'
20532
20532
  };
20533
20533
 
20534
- const styles$19 = css `
20534
+ const styles$1a = css `
20535
20535
  ${display$1('block')}
20536
20536
 
20537
20537
  :host {
@@ -20562,14 +20562,14 @@ Defines an interaction area clip-path that leaves out the severity text so it is
20562
20562
  baseName: 'anchored-region',
20563
20563
  baseClass: AnchoredRegion$1,
20564
20564
  template: anchoredRegionTemplate,
20565
- styles: styles$19
20565
+ styles: styles$1a
20566
20566
  });
20567
20567
  DesignSystem.getOrCreate()
20568
20568
  .withPrefix('nimble')
20569
20569
  .register(nimbleAnchoredRegion());
20570
20570
  const anchoredRegionTag = 'nimble-anchored-region';
20571
20571
 
20572
- const styles$18 = css `
20572
+ const styles$19 = css `
20573
20573
  ${display$1('flex')}
20574
20574
 
20575
20575
  :host {
@@ -20840,7 +20840,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
20840
20840
  const nimbleBanner = Banner.compose({
20841
20841
  baseName: 'banner',
20842
20842
  template: template$Y,
20843
- styles: styles$18
20843
+ styles: styles$19
20844
20844
  });
20845
20845
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleBanner());
20846
20846
 
@@ -20881,7 +20881,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
20881
20881
  </template>
20882
20882
  `;
20883
20883
 
20884
- const styles$17 = css `
20884
+ const styles$18 = css `
20885
20885
  ${display$1('inline-flex')}
20886
20886
 
20887
20887
  :host {
@@ -20985,11 +20985,11 @@ Defines an interaction area clip-path that leaves out the severity text so it is
20985
20985
  baseName: 'breadcrumb',
20986
20986
  baseClass: Breadcrumb$1,
20987
20987
  template: breadcrumbTemplate,
20988
- styles: styles$17
20988
+ styles: styles$18
20989
20989
  });
20990
20990
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleBreadcrumb());
20991
20991
 
20992
- const styles$16 = css `
20992
+ const styles$17 = css `
20993
20993
  @layer base, hover, focusVisible, active, disabled, top;
20994
20994
 
20995
20995
  @layer base {
@@ -21086,14 +21086,14 @@ so this becomes the fallback color for the slot */ ''}
21086
21086
  baseName: 'breadcrumb-item',
21087
21087
  baseClass: BreadcrumbItem$1,
21088
21088
  template: breadcrumbItemTemplate,
21089
- styles: styles$16,
21089
+ styles: styles$17,
21090
21090
  separator: forwardSlash16X16.data
21091
21091
  });
21092
21092
  DesignSystem.getOrCreate()
21093
21093
  .withPrefix('nimble')
21094
21094
  .register(nimbleBreadcrumbItem());
21095
21095
 
21096
- const styles$15 = css `
21096
+ const styles$16 = css `
21097
21097
  ${display$1('flex')}
21098
21098
 
21099
21099
  :host {
@@ -21133,11 +21133,11 @@ so this becomes the fallback color for the slot */ ''}
21133
21133
  baseName: 'card',
21134
21134
  baseClass: Card$1,
21135
21135
  template: template$X,
21136
- styles: styles$15
21136
+ styles: styles$16
21137
21137
  });
21138
21138
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleCard());
21139
21139
 
21140
- const styles$14 = css `
21140
+ const styles$15 = css `
21141
21141
  ${display$1('inline-flex')}
21142
21142
 
21143
21143
  :host {
@@ -21295,14 +21295,14 @@ so this becomes the fallback color for the slot */ ''}
21295
21295
  const nimbleCardButton = CardButton.compose({
21296
21296
  baseName: 'card-button',
21297
21297
  template: buttonTemplate,
21298
- styles: styles$14,
21298
+ styles: styles$15,
21299
21299
  shadowOptions: {
21300
21300
  delegatesFocus: true
21301
21301
  }
21302
21302
  });
21303
21303
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleCardButton());
21304
21304
 
21305
- const styles$13 = css `
21305
+ const styles$14 = css `
21306
21306
  .error-icon {
21307
21307
  display: none;
21308
21308
  }
@@ -21336,9 +21336,9 @@ so this becomes the fallback color for the slot */ ''}
21336
21336
  }
21337
21337
  `;
21338
21338
 
21339
- const styles$12 = css `
21339
+ const styles$13 = css `
21340
21340
  ${display$1('inline-grid')}
21341
- ${styles$13}
21341
+ ${styles$14}
21342
21342
 
21343
21343
  :host {
21344
21344
  font: ${bodyFont};
@@ -21576,7 +21576,7 @@ so this becomes the fallback color for the slot */ ''}
21576
21576
  baseName: 'checkbox',
21577
21577
  baseClass: Checkbox$1,
21578
21578
  template: template$W,
21579
- styles: styles$12,
21579
+ styles: styles$13,
21580
21580
  checkedIndicator: check16X16.data,
21581
21581
  indeterminateIndicator: minus16X16.data
21582
21582
  });
@@ -21588,7 +21588,7 @@ so this becomes the fallback color for the slot */ ''}
21588
21588
  block: 'block'
21589
21589
  };
21590
21590
 
21591
- const styles$11 = css `
21591
+ const styles$12 = css `
21592
21592
  ${display$1('inline-flex')}
21593
21593
 
21594
21594
  :host {
@@ -21736,15 +21736,15 @@ so this becomes the fallback color for the slot */ ''}
21736
21736
  const nimbleChip = Chip.compose({
21737
21737
  baseName: 'chip',
21738
21738
  template: template$V,
21739
- styles: styles$11,
21739
+ styles: styles$12,
21740
21740
  shadowOptions: {
21741
21741
  delegatesFocus: true
21742
21742
  }
21743
21743
  });
21744
21744
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleChip());
21745
21745
 
21746
- const styles$10 = css `
21747
- ${styles$1k}
21746
+ const styles$11 = css `
21747
+ ${styles$1l}
21748
21748
  ${buttonAppearanceVariantStyles}
21749
21749
 
21750
21750
  @layer checked {
@@ -21887,7 +21887,7 @@ so this becomes the fallback color for the slot */ ''}
21887
21887
  const nimbleToggleButton = ToggleButton.compose({
21888
21888
  baseName: 'toggle-button',
21889
21889
  template: template$U,
21890
- styles: styles$10,
21890
+ styles: styles$11,
21891
21891
  shadowOptions: {
21892
21892
  delegatesFocus: true
21893
21893
  }
@@ -21917,7 +21917,7 @@ so this becomes the fallback color for the slot */ ''}
21917
21917
  frameless: 'frameless'
21918
21918
  };
21919
21919
 
21920
- const styles$$ = css `
21920
+ const styles$10 = css `
21921
21921
  ${display$1('inline-flex')}
21922
21922
 
21923
21923
  :host {
@@ -22207,7 +22207,7 @@ so this becomes the fallback color for the slot */ ''}
22207
22207
  }
22208
22208
  `));
22209
22209
 
22210
- const styles$_ = css `
22210
+ const styles$$ = css `
22211
22211
  .annotated-label {
22212
22212
  display: flex;
22213
22213
  flex-direction: row;
@@ -22234,10 +22234,10 @@ so this becomes the fallback color for the slot */ ''}
22234
22234
  none: undefined,
22235
22235
  standard: 'standard'};
22236
22236
 
22237
- const styles$Z = css `
22237
+ const styles$_ = css `
22238
+ ${styles$10}
22239
+ ${styles$14}
22238
22240
  ${styles$$}
22239
- ${styles$13}
22240
- ${styles$_}
22241
22241
 
22242
22242
  :host {
22243
22243
  --ni-private-hover-bottom-border-width: 2px;
@@ -23134,7 +23134,7 @@ so this becomes the fallback color for the slot */ ''}
23134
23134
  baseName: 'combobox',
23135
23135
  baseClass: FormAssociatedCombobox,
23136
23136
  template: template$T,
23137
- styles: styles$Z,
23137
+ styles: styles$_,
23138
23138
  shadowOptions: {
23139
23139
  delegatesFocus: true
23140
23140
  },
@@ -23178,7 +23178,7 @@ so this becomes the fallback color for the slot */ ''}
23178
23178
  */
23179
23179
  const UserDismissed = Symbol('user dismissed');
23180
23180
 
23181
- const styles$Y = css `
23181
+ const styles$Z = css `
23182
23182
  ${display$1('grid')}
23183
23183
 
23184
23184
  dialog {
@@ -23420,12 +23420,12 @@ so this becomes the fallback color for the slot */ ''}
23420
23420
  const nimbleDialog = Dialog.compose({
23421
23421
  baseName: 'dialog',
23422
23422
  template: template$S,
23423
- styles: styles$Y,
23423
+ styles: styles$Z,
23424
23424
  baseClass: Dialog
23425
23425
  });
23426
23426
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleDialog());
23427
23427
 
23428
- const styles$X = css `
23428
+ const styles$Y = css `
23429
23429
  ${display$1('block')}
23430
23430
 
23431
23431
  :host {
@@ -23711,7 +23711,7 @@ so this becomes the fallback color for the slot */ ''}
23711
23711
  const nimbleDrawer = Drawer.compose({
23712
23712
  baseName: 'drawer',
23713
23713
  template: template$R,
23714
- styles: styles$X
23714
+ styles: styles$Y
23715
23715
  });
23716
23716
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleDrawer());
23717
23717
 
@@ -26507,7 +26507,7 @@ so this becomes the fallback color for the slot */ ''}
26507
26507
  }
26508
26508
  }
26509
26509
 
26510
- const styles$W = css `
26510
+ const styles$X = css `
26511
26511
  ${display$1('none')}
26512
26512
  `;
26513
26513
 
@@ -26580,7 +26580,7 @@ so this becomes the fallback color for the slot */ ''}
26580
26580
  ], LabelProviderCore.prototype, "itemRemove", void 0);
26581
26581
  const nimbleLabelProviderCore = LabelProviderCore.compose({
26582
26582
  baseName: 'label-provider-core',
26583
- styles: styles$W
26583
+ styles: styles$X
26584
26584
  });
26585
26585
  DesignSystem.getOrCreate()
26586
26586
  .withPrefix('nimble')
@@ -26747,13 +26747,13 @@ so this becomes the fallback color for the slot */ ''}
26747
26747
  ], LabelProviderTable.prototype, "groupRowPlaceholderEmpty", void 0);
26748
26748
  const nimbleLabelProviderTable = LabelProviderTable.compose({
26749
26749
  baseName: 'label-provider-table',
26750
- styles: styles$W
26750
+ styles: styles$X
26751
26751
  });
26752
26752
  DesignSystem.getOrCreate()
26753
26753
  .withPrefix('nimble')
26754
26754
  .register(nimbleLabelProviderTable());
26755
26755
 
26756
- const styles$V = css `
26756
+ const styles$W = css `
26757
26757
  ${display$1('flex')}
26758
26758
 
26759
26759
  :host {
@@ -26932,12 +26932,12 @@ so this becomes the fallback color for the slot */ ''}
26932
26932
  baseName: 'list-option',
26933
26933
  baseClass: ListboxOption,
26934
26934
  template: template$Q,
26935
- styles: styles$V
26935
+ styles: styles$W
26936
26936
  });
26937
26937
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleListOption());
26938
26938
  const listOptionTag = 'nimble-list-option';
26939
26939
 
26940
- const styles$U = css `
26940
+ const styles$V = css `
26941
26941
  ${display$1('flex')}
26942
26942
 
26943
26943
  :host {
@@ -27142,7 +27142,7 @@ so this becomes the fallback color for the slot */ ''}
27142
27142
  baseName: 'list-option-group',
27143
27143
  baseClass: FoundationElement,
27144
27144
  template: template$P,
27145
- styles: styles$U
27145
+ styles: styles$V
27146
27146
  });
27147
27147
  DesignSystem.getOrCreate()
27148
27148
  .withPrefix('nimble')
@@ -27171,7 +27171,7 @@ so this becomes the fallback color for the slot */ ''}
27171
27171
 
27172
27172
  const template$O = html `<template slot="mapping"></template>`;
27173
27173
 
27174
- const styles$T = css `
27174
+ const styles$U = css `
27175
27175
  ${display$1('none')}
27176
27176
  `;
27177
27177
 
@@ -27188,7 +27188,7 @@ so this becomes the fallback color for the slot */ ''}
27188
27188
  const emptyMapping = MappingEmpty.compose({
27189
27189
  baseName: 'mapping-empty',
27190
27190
  template: template$O,
27191
- styles: styles$T
27191
+ styles: styles$U
27192
27192
  });
27193
27193
  DesignSystem.getOrCreate().withPrefix('nimble').register(emptyMapping());
27194
27194
 
@@ -27259,7 +27259,7 @@ so this becomes the fallback color for the slot */ ''}
27259
27259
  const iconMapping = MappingIcon.compose({
27260
27260
  baseName: 'mapping-icon',
27261
27261
  template: template$O,
27262
- styles: styles$T
27262
+ styles: styles$U
27263
27263
  });
27264
27264
  DesignSystem.getOrCreate().withPrefix('nimble').register(iconMapping());
27265
27265
 
@@ -27283,7 +27283,7 @@ so this becomes the fallback color for the slot */ ''}
27283
27283
  const spinnerMapping = MappingSpinner.compose({
27284
27284
  baseName: 'mapping-spinner',
27285
27285
  template: template$O,
27286
- styles: styles$T
27286
+ styles: styles$U
27287
27287
  });
27288
27288
  DesignSystem.getOrCreate().withPrefix('nimble').register(spinnerMapping());
27289
27289
 
@@ -27300,7 +27300,7 @@ so this becomes the fallback color for the slot */ ''}
27300
27300
  const textMapping = MappingText.compose({
27301
27301
  baseName: 'mapping-text',
27302
27302
  template: template$O,
27303
- styles: styles$T
27303
+ styles: styles$U
27304
27304
  });
27305
27305
  DesignSystem.getOrCreate().withPrefix('nimble').register(textMapping());
27306
27306
 
@@ -27619,7 +27619,7 @@ so this becomes the fallback color for the slot */ ''}
27619
27619
  </template>
27620
27620
  `;
27621
27621
 
27622
- const styles$S = css `
27622
+ const styles$T = css `
27623
27623
  ${display$1('grid')}
27624
27624
 
27625
27625
  :host {
@@ -27691,7 +27691,7 @@ so this becomes the fallback color for the slot */ ''}
27691
27691
  baseName: 'menu',
27692
27692
  baseClass: Menu$1,
27693
27693
  template: template$N,
27694
- styles: styles$S
27694
+ styles: styles$T
27695
27695
  });
27696
27696
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenu());
27697
27697
 
@@ -27706,7 +27706,7 @@ so this becomes the fallback color for the slot */ ''}
27706
27706
  auto: 'auto'
27707
27707
  };
27708
27708
 
27709
- const styles$R = css `
27709
+ const styles$S = css `
27710
27710
  ${display$1('inline-block')}
27711
27711
 
27712
27712
  :host {
@@ -27975,7 +27975,7 @@ so this becomes the fallback color for the slot */ ''}
27975
27975
  const nimbleMenuButton = MenuButton.compose({
27976
27976
  baseName: 'menu-button',
27977
27977
  template: template$M,
27978
- styles: styles$R,
27978
+ styles: styles$S,
27979
27979
  shadowOptions: {
27980
27980
  delegatesFocus: true
27981
27981
  }
@@ -27983,7 +27983,7 @@ so this becomes the fallback color for the slot */ ''}
27983
27983
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenuButton());
27984
27984
  const menuButtonTag = 'nimble-menu-button';
27985
27985
 
27986
- const styles$Q = css `
27986
+ const styles$R = css `
27987
27987
  ${display$1('grid')}
27988
27988
 
27989
27989
  :host {
@@ -28080,7 +28080,7 @@ so this becomes the fallback color for the slot */ ''}
28080
28080
  baseName: 'menu-item',
28081
28081
  baseClass: MenuItem$1,
28082
28082
  template: menuItemTemplate,
28083
- styles: styles$Q,
28083
+ styles: styles$R,
28084
28084
  expandCollapseGlyph: arrowExpanderRight16X16.data
28085
28085
  });
28086
28086
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenuItem());
@@ -28095,10 +28095,10 @@ so this becomes the fallback color for the slot */ ''}
28095
28095
  frameless: 'frameless'
28096
28096
  };
28097
28097
 
28098
- const styles$P = css `
28098
+ const styles$Q = css `
28099
28099
  ${display$1('inline-block')}
28100
- ${styles$13}
28101
- ${styles$_}
28100
+ ${styles$14}
28101
+ ${styles$$}
28102
28102
 
28103
28103
  :host {
28104
28104
  font: ${bodyFont};
@@ -28476,7 +28476,7 @@ so this becomes the fallback color for the slot */ ''}
28476
28476
  baseName: 'number-field',
28477
28477
  baseClass: NumberField$1,
28478
28478
  template: template$L,
28479
- styles: styles$P,
28479
+ styles: styles$Q,
28480
28480
  shadowOptions: {
28481
28481
  delegatesFocus: true
28482
28482
  },
@@ -28519,7 +28519,7 @@ so this becomes the fallback color for the slot */ ''}
28519
28519
  });
28520
28520
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleNumberField());
28521
28521
 
28522
- const styles$O = css `
28522
+ const styles$P = css `
28523
28523
  ${display$1('inline-flex')}
28524
28524
 
28525
28525
  :host {
@@ -28619,15 +28619,15 @@ so this becomes the fallback color for the slot */ ''}
28619
28619
  baseName: 'radio',
28620
28620
  baseClass: Radio$1,
28621
28621
  template: radioTemplate,
28622
- styles: styles$O,
28622
+ styles: styles$P,
28623
28623
  checkedIndicator: circleFilled16X16.data
28624
28624
  });
28625
28625
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleRadio());
28626
28626
 
28627
- const styles$N = css `
28627
+ const styles$O = css `
28628
28628
  ${display$1('inline-block')}
28629
- ${styles$13}
28630
- ${styles$_}
28629
+ ${styles$14}
28630
+ ${styles$$}
28631
28631
 
28632
28632
  .positioning-region {
28633
28633
  display: flex;
@@ -28707,7 +28707,7 @@ so this becomes the fallback color for the slot */ ''}
28707
28707
  baseName: 'radio-group',
28708
28708
  baseClass: RadioGroup$1,
28709
28709
  template: template$K,
28710
- styles: styles$N,
28710
+ styles: styles$O,
28711
28711
  shadowOptions: {
28712
28712
  delegatesFocus: true
28713
28713
  }
@@ -48121,7 +48121,7 @@ ${indentedChild}`;
48121
48121
  // src/index.ts
48122
48122
  var index_default$7 = HardBreak;
48123
48123
 
48124
- const styles$M = css `
48124
+ const styles$N = css `
48125
48125
  ${display$1('inline')}
48126
48126
 
48127
48127
  .positioning-region {
@@ -48158,7 +48158,7 @@ ${indentedChild}`;
48158
48158
  baseName: 'toolbar',
48159
48159
  baseClass: Toolbar$1,
48160
48160
  template: toolbarTemplate,
48161
- styles: styles$M
48161
+ styles: styles$N
48162
48162
  });
48163
48163
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleToolbar());
48164
48164
  const toolbarTag = 'nimble-toolbar';
@@ -48187,8 +48187,8 @@ ${indentedChild}`;
48187
48187
  cssCustomPropertyName: null
48188
48188
  }).withDefault(richTextLabelDefaults.richTextToggleNumberedListLabel);
48189
48189
 
48190
- const styles$L = css `
48191
- ${styles$$}
48190
+ const styles$M = css `
48191
+ ${styles$10}
48192
48192
 
48193
48193
  :host {
48194
48194
  height: auto;
@@ -48495,7 +48495,7 @@ ${indentedChild}`;
48495
48495
  const nimbleRichTextMentionListbox = RichTextMentionListbox.compose({
48496
48496
  baseName: 'rich-text-mention-listbox',
48497
48497
  template: template$J,
48498
- styles: styles$L
48498
+ styles: styles$M
48499
48499
  });
48500
48500
  DesignSystem.getOrCreate()
48501
48501
  .withPrefix('nimble')
@@ -48604,9 +48604,9 @@ ${indentedChild}`;
48604
48604
  </template>
48605
48605
  `;
48606
48606
 
48607
- const styles$K = css `
48607
+ const styles$L = css `
48608
48608
  ${display$1('inline-flex')}
48609
- ${styles$13}
48609
+ ${styles$14}
48610
48610
 
48611
48611
  :host {
48612
48612
  font: ${bodyFont};
@@ -65410,7 +65410,7 @@ ${indentedChild}`;
65410
65410
  const nimbleRichTextEditor = RichTextEditor.compose({
65411
65411
  baseName: 'rich-text-editor',
65412
65412
  template: template$I,
65413
- styles: styles$K,
65413
+ styles: styles$L,
65414
65414
  shadowOptions: {
65415
65415
  delegatesFocus: true
65416
65416
  }
@@ -65425,7 +65425,7 @@ ${indentedChild}`;
65425
65425
  </template>
65426
65426
  `;
65427
65427
 
65428
- const styles$J = css `
65428
+ const styles$K = css `
65429
65429
  ${display$1('flex')}
65430
65430
 
65431
65431
  :host {
@@ -65539,16 +65539,16 @@ ${indentedChild}`;
65539
65539
  const nimbleRichTextViewer = RichTextViewer.compose({
65540
65540
  baseName: 'rich-text-viewer',
65541
65541
  template: template$H,
65542
- styles: styles$J
65542
+ styles: styles$K
65543
65543
  });
65544
65544
  DesignSystem.getOrCreate()
65545
65545
  .withPrefix('nimble')
65546
65546
  .register(nimbleRichTextViewer());
65547
65547
 
65548
- const styles$I = css `
65548
+ const styles$J = css `
65549
+ ${styles$10}
65550
+ ${styles$14}
65549
65551
  ${styles$$}
65550
- ${styles$13}
65551
- ${styles$_}
65552
65552
 
65553
65553
  ${
65554
65554
  /* We are using flex `order` to define the visual ordering of the selected value,
@@ -65711,7 +65711,7 @@ ${indentedChild}`;
65711
65711
  }
65712
65712
  `));
65713
65713
 
65714
- const styles$H = css `
65714
+ const styles$I = css `
65715
65715
  ${display$1('inline-grid')}
65716
65716
 
65717
65717
  :host {
@@ -65929,7 +65929,7 @@ ${indentedChild}`;
65929
65929
  const nimbleSpinner = Spinner.compose({
65930
65930
  baseName: 'spinner',
65931
65931
  template: template$G,
65932
- styles: styles$H
65932
+ styles: styles$I
65933
65933
  });
65934
65934
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSpinner());
65935
65935
  const spinnerTag = 'nimble-spinner';
@@ -67158,7 +67158,7 @@ ${indentedChild}`;
67158
67158
  baseName: 'select',
67159
67159
  baseClass: Select$2,
67160
67160
  template: template$F,
67161
- styles: styles$I,
67161
+ styles: styles$J,
67162
67162
  indicator: arrowExpanderDown16X16.data,
67163
67163
  end: html `
67164
67164
  <${iconExclamationMarkTag}
@@ -67171,8 +67171,8 @@ ${indentedChild}`;
67171
67171
  applyMixins(Select, StartEnd, DelegatesARIASelect);
67172
67172
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSelect());
67173
67173
 
67174
- const styles$G = css `
67175
- ${styles$1g}
67174
+ const styles$H = css `
67175
+ ${styles$1h}
67176
67176
  ${'' /* Button specific styles */}
67177
67177
  @layer base {
67178
67178
  .control {
@@ -67306,14 +67306,14 @@ ${indentedChild}`;
67306
67306
  const nimbleStep = Step.compose({
67307
67307
  baseName: 'step',
67308
67308
  template: template$E,
67309
- styles: styles$G,
67309
+ styles: styles$H,
67310
67310
  shadowOptions: {
67311
67311
  delegatesFocus: true
67312
67312
  }
67313
67313
  });
67314
67314
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleStep());
67315
67315
 
67316
- const styles$F = css `
67316
+ const styles$G = css `
67317
67317
  ${display$1('inline-flex')}
67318
67318
 
67319
67319
  :host {
@@ -67530,11 +67530,11 @@ ${indentedChild}`;
67530
67530
  const nimbleStepper = Stepper.compose({
67531
67531
  baseName: 'stepper',
67532
67532
  template: template$D,
67533
- styles: styles$F
67533
+ styles: styles$G
67534
67534
  });
67535
67535
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleStepper());
67536
67536
 
67537
- const styles$E = css `
67537
+ const styles$F = css `
67538
67538
  ${display$1('inline-flex')}
67539
67539
 
67540
67540
  :host {
@@ -67806,11 +67806,11 @@ ${indentedChild}`;
67806
67806
  baseClass: Switch$1,
67807
67807
  baseName: 'switch',
67808
67808
  template: template$C,
67809
- styles: styles$E
67809
+ styles: styles$F
67810
67810
  });
67811
67811
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSwitch());
67812
67812
 
67813
- const styles$D = css `
67813
+ const styles$E = css `
67814
67814
  ${display$1('inline-flex')}
67815
67815
 
67816
67816
  :host {
@@ -67921,11 +67921,11 @@ ${indentedChild}`;
67921
67921
  baseName: 'tab',
67922
67922
  baseClass: Tab$1,
67923
67923
  template: tabTemplate,
67924
- styles: styles$D
67924
+ styles: styles$E
67925
67925
  });
67926
67926
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTab());
67927
67927
 
67928
- const styles$C = css `
67928
+ const styles$D = css `
67929
67929
  ${display$1('block')}
67930
67930
 
67931
67931
  :host {
@@ -67944,7 +67944,7 @@ ${indentedChild}`;
67944
67944
  baseName: 'tab-panel',
67945
67945
  baseClass: TabPanel$1,
67946
67946
  template: tabPanelTemplate,
67947
- styles: styles$C
67947
+ styles: styles$D
67948
67948
  });
67949
67949
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabPanel());
67950
67950
 
@@ -71670,7 +71670,7 @@ ${indentedChild}`;
71670
71670
  }
71671
71671
  }
71672
71672
 
71673
- const styles$B = css `
71673
+ const styles$C = css `
71674
71674
  ${display$1('flex')}
71675
71675
 
71676
71676
  :host {
@@ -71890,7 +71890,7 @@ focus outline in that case.
71890
71890
  }
71891
71891
  `));
71892
71892
 
71893
- const styles$A = css `
71893
+ const styles$B = css `
71894
71894
  ${display$1('flex')}
71895
71895
 
71896
71896
  :host {
@@ -72010,12 +72010,12 @@ focus outline in that case.
72010
72010
  const nimbleTableHeader = TableHeader.compose({
72011
72011
  baseName: 'table-header',
72012
72012
  template: template$B,
72013
- styles: styles$A
72013
+ styles: styles$B
72014
72014
  });
72015
72015
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableHeader());
72016
72016
  const tableHeaderTag = 'nimble-table-header';
72017
72017
 
72018
- const styles$z = css `
72018
+ const styles$A = css `
72019
72019
  :host .animating {
72020
72020
  transition: ${mediumDelay} ease-in;
72021
72021
  }
@@ -72040,9 +72040,9 @@ focus outline in that case.
72040
72040
  }
72041
72041
  `;
72042
72042
 
72043
- const styles$y = css `
72043
+ const styles$z = css `
72044
72044
  ${display$1('flex')}
72045
- ${styles$z}
72045
+ ${styles$A}
72046
72046
 
72047
72047
  :host {
72048
72048
  width: fit-content;
@@ -72212,7 +72212,7 @@ focus outline in that case.
72212
72212
  }
72213
72213
  `));
72214
72214
 
72215
- const styles$x = css `
72215
+ const styles$y = css `
72216
72216
  ${display$1('flex')}
72217
72217
 
72218
72218
  :host {
@@ -72355,7 +72355,7 @@ focus outline in that case.
72355
72355
  const nimbleTableCell = TableCell.compose({
72356
72356
  baseName: 'table-cell',
72357
72357
  template: template$A,
72358
- styles: styles$x
72358
+ styles: styles$y
72359
72359
  });
72360
72360
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableCell());
72361
72361
  const tableCellTag = 'nimble-table-cell';
@@ -72756,14 +72756,14 @@ focus outline in that case.
72756
72756
  const nimbleTableRow = TableRow.compose({
72757
72757
  baseName: 'table-row',
72758
72758
  template: template$z,
72759
- styles: styles$y
72759
+ styles: styles$z
72760
72760
  });
72761
72761
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableRow());
72762
72762
  const tableRowTag = 'nimble-table-row';
72763
72763
 
72764
- const styles$w = css `
72764
+ const styles$x = css `
72765
72765
  ${display$1('grid')}
72766
- ${styles$z}
72766
+ ${styles$A}
72767
72767
 
72768
72768
  :host {
72769
72769
  align-items: center;
@@ -73009,7 +73009,7 @@ focus outline in that case.
73009
73009
  const nimbleTableGroupRow = TableGroupRow.compose({
73010
73010
  baseName: 'table-group-row',
73011
73011
  template: template$y,
73012
- styles: styles$w
73012
+ styles: styles$x
73013
73013
  });
73014
73014
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableGroupRow());
73015
73015
  const tableGroupRowTag = 'nimble-table-group-row';
@@ -77656,11 +77656,11 @@ focus outline in that case.
77656
77656
  const nimbleTable = Table$1.compose({
77657
77657
  baseName: 'table',
77658
77658
  template: template$x,
77659
- styles: styles$B
77659
+ styles: styles$C
77660
77660
  });
77661
77661
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTable());
77662
77662
 
77663
- const styles$v = css `
77663
+ const styles$w = css `
77664
77664
  ${display$1('contents')}
77665
77665
 
77666
77666
  .header-content {
@@ -77737,7 +77737,7 @@ focus outline in that case.
77737
77737
  return ColumnWithPlaceholder;
77738
77738
  }
77739
77739
 
77740
- const styles$u = css `
77740
+ const styles$v = css `
77741
77741
  ${display$1('flex')}
77742
77742
 
77743
77743
  :host {
@@ -77861,7 +77861,7 @@ focus outline in that case.
77861
77861
  const anchorCellView = TableColumnAnchorCellView.compose({
77862
77862
  baseName: 'table-column-anchor-cell-view',
77863
77863
  template: template$v,
77864
- styles: styles$u
77864
+ styles: styles$v
77865
77865
  });
77866
77866
  DesignSystem.getOrCreate().withPrefix('nimble').register(anchorCellView());
77867
77867
  const tableColumnAnchorCellViewTag = 'nimble-table-column-anchor-cell-view';
@@ -77947,7 +77947,7 @@ focus outline in that case.
77947
77947
  </span>
77948
77948
  `;
77949
77949
 
77950
- const styles$t = css `
77950
+ const styles$u = css `
77951
77951
  ${display$1('flex')}
77952
77952
 
77953
77953
  span {
@@ -77972,7 +77972,7 @@ focus outline in that case.
77972
77972
  const tableColumnTextGroupHeaderView = TableColumnTextGroupHeaderView.compose({
77973
77973
  baseName: 'table-column-text-group-header-view',
77974
77974
  template: template$u,
77975
- styles: styles$t
77975
+ styles: styles$u
77976
77976
  });
77977
77977
  DesignSystem.getOrCreate()
77978
77978
  .withPrefix('nimble')
@@ -78217,7 +78217,7 @@ focus outline in that case.
78217
78217
  const nimbleTableColumnAnchor = TableColumnAnchor.compose({
78218
78218
  baseName: 'table-column-anchor',
78219
78219
  template: template$w,
78220
- styles: styles$v
78220
+ styles: styles$w
78221
78221
  });
78222
78222
  DesignSystem.getOrCreate()
78223
78223
  .withPrefix('nimble')
@@ -78270,7 +78270,7 @@ focus outline in that case.
78270
78270
  const tableColumnDateTextGroupHeaderView = TableColumnDateTextGroupHeaderView.compose({
78271
78271
  baseName: 'table-column-date-text-group-header-view',
78272
78272
  template: template$u,
78273
- styles: styles$t
78273
+ styles: styles$u
78274
78274
  });
78275
78275
  DesignSystem.getOrCreate()
78276
78276
  .withPrefix('nimble')
@@ -78293,7 +78293,7 @@ focus outline in that case.
78293
78293
  </template>
78294
78294
  `;
78295
78295
 
78296
- const styles$s = css `
78296
+ const styles$t = css `
78297
78297
  ${display$1('flex')}
78298
78298
 
78299
78299
  :host {
@@ -78396,7 +78396,7 @@ focus outline in that case.
78396
78396
  const dateTextCellView = TableColumnDateTextCellView.compose({
78397
78397
  baseName: 'table-column-date-text-cell-view',
78398
78398
  template: template$t,
78399
- styles: styles$s
78399
+ styles: styles$t
78400
78400
  });
78401
78401
  DesignSystem.getOrCreate().withPrefix('nimble').register(dateTextCellView());
78402
78402
  const tableColumnDateTextCellViewTag = 'nimble-table-column-date-text-cell-view';
@@ -78655,7 +78655,7 @@ focus outline in that case.
78655
78655
  const nimbleTableColumnDateText = TableColumnDateText.compose({
78656
78656
  baseName: 'table-column-date-text',
78657
78657
  template: template$w,
78658
- styles: styles$v
78658
+ styles: styles$w
78659
78659
  });
78660
78660
  DesignSystem.getOrCreate()
78661
78661
  .withPrefix('nimble')
@@ -78672,7 +78672,7 @@ focus outline in that case.
78672
78672
  const durationTextCellView = TableColumnDurationTextCellView.compose({
78673
78673
  baseName: 'table-column-duration-text-cell-view',
78674
78674
  template: template$t,
78675
- styles: styles$s
78675
+ styles: styles$t
78676
78676
  });
78677
78677
  DesignSystem.getOrCreate()
78678
78678
  .withPrefix('nimble')
@@ -78774,7 +78774,7 @@ focus outline in that case.
78774
78774
  const tableColumnDurationTextGroupHeaderView = TableColumnDurationTextGroupHeaderView.compose({
78775
78775
  baseName: 'table-column-duration-text-group-header-view',
78776
78776
  template: template$u,
78777
- styles: styles$t
78777
+ styles: styles$u
78778
78778
  });
78779
78779
  DesignSystem.getOrCreate()
78780
78780
  .withPrefix('nimble')
@@ -78827,7 +78827,7 @@ focus outline in that case.
78827
78827
  const nimbleTableColumnDurationText = TableColumnDurationText.compose({
78828
78828
  baseName: 'table-column-duration-text',
78829
78829
  template: template$w,
78830
- styles: styles$v
78830
+ styles: styles$w
78831
78831
  });
78832
78832
  DesignSystem.getOrCreate()
78833
78833
  .withPrefix('nimble')
@@ -78935,8 +78935,8 @@ focus outline in that case.
78935
78935
  attr({ attribute: 'key-type' })
78936
78936
  ], TableColumnEnumBase.prototype, "keyType", void 0);
78937
78937
 
78938
- const styles$r = css `
78939
- ${styles$v}
78938
+ const styles$s = css `
78939
+ ${styles$w}
78940
78940
 
78941
78941
  slot[name='mapping'] {
78942
78942
  display: none;
@@ -79029,7 +79029,7 @@ focus outline in that case.
79029
79029
  }
79030
79030
  }
79031
79031
 
79032
- const styles$q = css `
79032
+ const styles$r = css `
79033
79033
  ${display$1('inline-flex')}
79034
79034
 
79035
79035
  :host {
@@ -79198,14 +79198,14 @@ focus outline in that case.
79198
79198
  const mappingGroupHeaderView = TableColumnMappingGroupHeaderView.compose({
79199
79199
  baseName: 'table-column-mapping-group-header-view',
79200
79200
  template: template$r,
79201
- styles: styles$q
79201
+ styles: styles$r
79202
79202
  });
79203
79203
  DesignSystem.getOrCreate()
79204
79204
  .withPrefix('nimble')
79205
79205
  .register(mappingGroupHeaderView());
79206
79206
  const tableColumnMappingGroupHeaderViewTag = 'nimble-table-column-mapping-group-header-view';
79207
79207
 
79208
- const styles$p = css `
79208
+ const styles$q = css `
79209
79209
  ${display$1('inline-flex')}
79210
79210
 
79211
79211
  :host {
@@ -79317,7 +79317,7 @@ focus outline in that case.
79317
79317
  const mappingCellView = TableColumnMappingCellView.compose({
79318
79318
  baseName: 'table-column-mapping-cell-view',
79319
79319
  template: template$q,
79320
- styles: styles$p
79320
+ styles: styles$q
79321
79321
  });
79322
79322
  DesignSystem.getOrCreate().withPrefix('nimble').register(mappingCellView());
79323
79323
  const tableColumnMappingCellViewTag = 'nimble-table-column-mapping-cell-view';
@@ -79401,7 +79401,7 @@ focus outline in that case.
79401
79401
  const nimbleTableColumnMapping = TableColumnMapping.compose({
79402
79402
  baseName: 'table-column-mapping',
79403
79403
  template: template$s,
79404
- styles: styles$r
79404
+ styles: styles$s
79405
79405
  });
79406
79406
  DesignSystem.getOrCreate()
79407
79407
  .withPrefix('nimble')
@@ -79435,7 +79435,7 @@ focus outline in that case.
79435
79435
  `)}
79436
79436
  `;
79437
79437
 
79438
- const styles$o = css `
79438
+ const styles$p = css `
79439
79439
  :host {
79440
79440
  align-self: center;
79441
79441
  width: 100%;
@@ -79511,7 +79511,7 @@ focus outline in that case.
79511
79511
  const menuButtonCellView = TableColumnMenuButtonCellView.compose({
79512
79512
  baseName: 'table-column-menu-button-cell-view',
79513
79513
  template: template$o,
79514
- styles: styles$o
79514
+ styles: styles$p
79515
79515
  });
79516
79516
  DesignSystem.getOrCreate().withPrefix('nimble').register(menuButtonCellView());
79517
79517
  const tableColumnMenuButtonCellViewTag = 'nimble-table-column-menu-button-cell-view';
@@ -79567,7 +79567,7 @@ focus outline in that case.
79567
79567
  const nimbleTableColumnMenuButton = TableColumnMenuButton.compose({
79568
79568
  baseName: 'table-column-menu-button',
79569
79569
  template: template$p,
79570
- styles: styles$v
79570
+ styles: styles$w
79571
79571
  });
79572
79572
  DesignSystem.getOrCreate()
79573
79573
  .withPrefix('nimble')
@@ -79595,7 +79595,7 @@ focus outline in that case.
79595
79595
  const tableColumnNumberTextGroupHeaderView = TableColumnNumberTextGroupHeaderView.compose({
79596
79596
  baseName: 'table-column-number-text-group-header-view',
79597
79597
  template: template$u,
79598
- styles: styles$t
79598
+ styles: styles$u
79599
79599
  });
79600
79600
  DesignSystem.getOrCreate()
79601
79601
  .withPrefix('nimble')
@@ -79617,7 +79617,7 @@ focus outline in that case.
79617
79617
  const numberTextCellView = TableColumnNumberTextCellView.compose({
79618
79618
  baseName: 'table-column-number-text-cell-view',
79619
79619
  template: template$t,
79620
- styles: styles$s
79620
+ styles: styles$t
79621
79621
  });
79622
79622
  DesignSystem.getOrCreate().withPrefix('nimble').register(numberTextCellView());
79623
79623
  const tableColumnNumberTextCellViewTag = 'nimble-table-column-number-text-cell-view';
@@ -80158,7 +80158,7 @@ focus outline in that case.
80158
80158
  const nimbleTableColumnNumberText = TableColumnNumberText.compose({
80159
80159
  baseName: 'table-column-number-text',
80160
80160
  template: template$n,
80161
- styles: styles$v
80161
+ styles: styles$w
80162
80162
  });
80163
80163
  DesignSystem.getOrCreate()
80164
80164
  .withPrefix('nimble')
@@ -80177,7 +80177,7 @@ focus outline in that case.
80177
80177
  const textCellView = TableColumnTextCellView.compose({
80178
80178
  baseName: 'table-column-text-cell-view',
80179
80179
  template: template$t,
80180
- styles: styles$s
80180
+ styles: styles$t
80181
80181
  });
80182
80182
  DesignSystem.getOrCreate().withPrefix('nimble').register(textCellView());
80183
80183
  const tableColumnTextCellViewTag = 'nimble-table-column-text-cell-view';
@@ -80232,14 +80232,14 @@ focus outline in that case.
80232
80232
  const nimbleTableColumnText = TableColumnText.compose({
80233
80233
  baseName: 'table-column-text',
80234
80234
  template: template$w,
80235
- styles: styles$v
80235
+ styles: styles$w
80236
80236
  });
80237
80237
  DesignSystem.getOrCreate()
80238
80238
  .withPrefix('nimble')
80239
80239
  .register(nimbleTableColumnText());
80240
80240
 
80241
- const styles$n = css `
80242
- ${styles$1c}
80241
+ const styles$o = css `
80242
+ ${styles$1d}
80243
80243
 
80244
80244
  .tabpanel {
80245
80245
  overflow: auto;
@@ -80321,11 +80321,11 @@ focus outline in that case.
80321
80321
  baseName: 'tabs',
80322
80322
  baseClass: Tabs$1,
80323
80323
  template: template$_,
80324
- styles: styles$n
80324
+ styles: styles$o
80325
80325
  });
80326
80326
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabs());
80327
80327
 
80328
- const styles$m = css `
80328
+ const styles$n = css `
80329
80329
  ${display$1('flex')}
80330
80330
 
80331
80331
  :host {
@@ -80390,7 +80390,7 @@ focus outline in that case.
80390
80390
  const nimbleTabsToolbar = TabsToolbar.compose({
80391
80391
  baseName: 'tabs-toolbar',
80392
80392
  template: template$m,
80393
- styles: styles$m
80393
+ styles: styles$n
80394
80394
  });
80395
80395
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabsToolbar());
80396
80396
  applyMixins(TabsToolbar, StartEnd);
@@ -80400,10 +80400,10 @@ focus outline in that case.
80400
80400
  block: 'block'
80401
80401
  };
80402
80402
 
80403
- const styles$l = css `
80403
+ const styles$m = css `
80404
80404
  ${display$1('inline-flex')}
80405
- ${styles$13}
80406
- ${styles$_}
80405
+ ${styles$14}
80406
+ ${styles$$}
80407
80407
 
80408
80408
  :host {
80409
80409
  font: ${bodyFont};
@@ -80744,7 +80744,7 @@ focus outline in that case.
80744
80744
  baseName: 'text-area',
80745
80745
  baseClass: TextArea$1,
80746
80746
  template: template$l,
80747
- styles: styles$l,
80747
+ styles: styles$m,
80748
80748
  shadowOptions: {
80749
80749
  delegatesFocus: true
80750
80750
  }
@@ -80761,10 +80761,10 @@ focus outline in that case.
80761
80761
  frameless: 'frameless'
80762
80762
  };
80763
80763
 
80764
- const styles$k = css `
80764
+ const styles$l = css `
80765
80765
  ${display$1('inline-block')}
80766
- ${styles$13}
80767
- ${styles$_}
80766
+ ${styles$14}
80767
+ ${styles$$}
80768
80768
 
80769
80769
  :host {
80770
80770
  font: ${bodyFont};
@@ -81124,7 +81124,7 @@ focus outline in that case.
81124
81124
  baseName: 'text-field',
81125
81125
  baseClass: TextField$1,
81126
81126
  template: template$k,
81127
- styles: styles$k,
81127
+ styles: styles$l,
81128
81128
  shadowOptions: {
81129
81129
  delegatesFocus: true
81130
81130
  },
@@ -81141,7 +81141,7 @@ focus outline in that case.
81141
81141
  });
81142
81142
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTextField());
81143
81143
 
81144
- const styles$j = css `
81144
+ const styles$k = css `
81145
81145
  ${display$1('inline-flex')}
81146
81146
 
81147
81147
  :host {
@@ -81280,7 +81280,7 @@ focus outline in that case.
81280
81280
  baseName: 'tooltip',
81281
81281
  baseClass: Tooltip$1,
81282
81282
  template: template$j,
81283
- styles: styles$j
81283
+ styles: styles$k
81284
81284
  });
81285
81285
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTooltip());
81286
81286
 
@@ -81368,7 +81368,7 @@ focus outline in that case.
81368
81368
  }
81369
81369
  }
81370
81370
 
81371
- const styles$i = css `
81371
+ const styles$j = css `
81372
81372
  ${display$1('block')}
81373
81373
 
81374
81374
  :host {
@@ -81585,12 +81585,12 @@ focus outline in that case.
81585
81585
  baseName: 'tree-item',
81586
81586
  baseClass: TreeItem$1,
81587
81587
  template: treeItemTemplate,
81588
- styles: styles$i,
81588
+ styles: styles$j,
81589
81589
  expandCollapseGlyph: arrowExpanderUp16X16.data
81590
81590
  });
81591
81591
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTreeItem());
81592
81592
 
81593
- const styles$h = css `
81593
+ const styles$i = css `
81594
81594
  ${display$1('flex')}
81595
81595
 
81596
81596
  :host {
@@ -81701,7 +81701,7 @@ focus outline in that case.
81701
81701
  baseName: 'tree-view',
81702
81702
  baseClass: TreeView$1,
81703
81703
  template: template$i,
81704
- styles: styles$h
81704
+ styles: styles$i
81705
81705
  });
81706
81706
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTreeView());
81707
81707
 
@@ -81819,7 +81819,7 @@ focus outline in that case.
81819
81819
 
81820
81820
  const template$h = html `<template slot="unit"></template>`;
81821
81821
 
81822
- const styles$g = css `
81822
+ const styles$h = css `
81823
81823
  ${display$1('none')}
81824
81824
  `;
81825
81825
 
@@ -81848,7 +81848,7 @@ focus outline in that case.
81848
81848
  const nimbleUnitByte = UnitByte.compose({
81849
81849
  baseName: 'unit-byte',
81850
81850
  template: template$h,
81851
- styles: styles$g
81851
+ styles: styles$h
81852
81852
  });
81853
81853
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleUnitByte());
81854
81854
 
@@ -81901,7 +81901,7 @@ focus outline in that case.
81901
81901
  const nimbleUnitVolt = UnitVolt.compose({
81902
81902
  baseName: 'unit-volt',
81903
81903
  template: template$h,
81904
- styles: styles$g
81904
+ styles: styles$h
81905
81905
  });
81906
81906
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleUnitVolt());
81907
81907
 
@@ -96248,7 +96248,7 @@ focus outline in that case.
96248
96248
  </div>
96249
96249
  `;
96250
96250
 
96251
- const styles$f = css `
96251
+ const styles$g = css `
96252
96252
  ${display$1('inline-block')}
96253
96253
 
96254
96254
  :host {
@@ -99274,7 +99274,7 @@ focus outline in that case.
99274
99274
  const nimbleWaferMap = WaferMap.compose({
99275
99275
  baseName: 'wafer-map',
99276
99276
  template: template$g,
99277
- styles: styles$f
99277
+ styles: styles$g
99278
99278
  });
99279
99279
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleWaferMap());
99280
99280
 
@@ -99286,7 +99286,7 @@ focus outline in that case.
99286
99286
  */
99287
99287
  const display = (displayValue) => `${display$2(displayValue)}:host{box-sizing:border-box;}*{box-sizing:border-box;}:host::before,:host::after,::before,::after{box-sizing:border-box;}`;
99288
99288
 
99289
- const styles$e = css `
99289
+ const styles$f = css `
99290
99290
  ${display('flex')}
99291
99291
 
99292
99292
  :host {
@@ -99442,15 +99442,15 @@ focus outline in that case.
99442
99442
  const sprightChatConversation = ChatConversation.compose({
99443
99443
  baseName: 'chat-conversation',
99444
99444
  template: template$f,
99445
- styles: styles$e
99445
+ styles: styles$f
99446
99446
  });
99447
99447
  DesignSystem.getOrCreate()
99448
99448
  .withPrefix('spright')
99449
99449
  .register(sprightChatConversation());
99450
99450
 
99451
- const styles$d = css `
99451
+ const styles$e = css `
99452
99452
  ${display('flex')}
99453
- ${styles$13}
99453
+ ${styles$14}
99454
99454
 
99455
99455
  :host {
99456
99456
  width: 100%;
@@ -99547,8 +99547,9 @@ focus outline in that case.
99547
99547
 
99548
99548
  .action-button {
99549
99549
  align-self: flex-end;
99550
- width: 80px;
99550
+ width: 48px;
99551
99551
  margin: ${mediumPadding};
99552
+ height: ${controlSlimHeight};
99552
99553
  }
99553
99554
 
99554
99555
  .attachments {
@@ -99846,7 +99847,7 @@ focus outline in that case.
99846
99847
  const sprightChatInput = ChatInput.compose({
99847
99848
  baseName: 'chat-input',
99848
99849
  template: template$e,
99849
- styles: styles$d,
99850
+ styles: styles$e,
99850
99851
  shadowOptions: {
99851
99852
  delegatesFocus: true
99852
99853
  }
@@ -99864,7 +99865,7 @@ focus outline in that case.
99864
99865
  inbound: 'inbound'
99865
99866
  };
99866
99867
 
99867
- const styles$c = css `
99868
+ const styles$d = css `
99868
99869
  ${display('flex')}
99869
99870
 
99870
99871
  :host {
@@ -99988,11 +99989,11 @@ focus outline in that case.
99988
99989
  const sprightChatMessage = ChatMessage.compose({
99989
99990
  baseName: 'chat-message',
99990
99991
  template: template$d,
99991
- styles: styles$c
99992
+ styles: styles$d
99992
99993
  });
99993
99994
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessage());
99994
99995
 
99995
- const styles$b = css `
99996
+ const styles$c = css `
99996
99997
  ${display('flex')}
99997
99998
 
99998
99999
  :host {
@@ -100089,11 +100090,11 @@ focus outline in that case.
100089
100090
  const sprightChatMessageInbound = ChatMessageInbound.compose({
100090
100091
  baseName: 'chat-message-inbound',
100091
100092
  template: template$c,
100092
- styles: styles$b
100093
+ styles: styles$c
100093
100094
  });
100094
100095
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageInbound());
100095
100096
 
100096
- const styles$a = css `
100097
+ const styles$b = css `
100097
100098
  ${display('flex')}
100098
100099
 
100099
100100
  :host {
@@ -100143,11 +100144,11 @@ focus outline in that case.
100143
100144
  const sprightChatMessageOutbound = ChatMessageOutbound.compose({
100144
100145
  baseName: 'chat-message-outbound',
100145
100146
  template: template$b,
100146
- styles: styles$a
100147
+ styles: styles$b
100147
100148
  });
100148
100149
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageOutbound());
100149
100150
 
100150
- const styles$9 = css `
100151
+ const styles$a = css `
100151
100152
  ${display('flex')}
100152
100153
 
100153
100154
  :host {
@@ -100190,11 +100191,11 @@ focus outline in that case.
100190
100191
  const sprightChatMessageSystem = ChatMessageSystem.compose({
100191
100192
  baseName: 'chat-message-system',
100192
100193
  template: template$a,
100193
- styles: styles$9
100194
+ styles: styles$a
100194
100195
  });
100195
100196
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageSystem());
100196
100197
 
100197
- const styles$8 = css `
100198
+ const styles$9 = css `
100198
100199
  ${display('flex')}
100199
100200
 
100200
100201
  :host {
@@ -100302,8 +100303,8 @@ focus outline in that case.
100302
100303
  <div class="icon dark-icon" aria-hidden="true" :innerHTML="${() => nigelChatDarkData}"></div>
100303
100304
  `;
100304
100305
 
100305
- const styles$7 = css `
100306
- ${styles$1e}
100306
+ const styles$8 = css `
100307
+ ${styles$1f}
100307
100308
 
100308
100309
  .dark-icon {
100309
100310
  display: none;
@@ -100327,7 +100328,7 @@ focus outline in that case.
100327
100328
  const sprightIconNigelChat = IconNigelChat.compose({
100328
100329
  baseName: 'icon-nigel-chat',
100329
100330
  template: template$9,
100330
- styles: styles$7
100331
+ styles: styles$8
100331
100332
  });
100332
100333
  DesignSystem.getOrCreate()
100333
100334
  .withPrefix('spright')
@@ -100367,7 +100368,7 @@ focus outline in that case.
100367
100368
  const sprightChatMessageWelcome = ChatMessageWelcome.compose({
100368
100369
  baseName: 'chat-message-welcome',
100369
100370
  template: template$8,
100370
- styles: styles$8
100371
+ styles: styles$9
100371
100372
  });
100372
100373
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageWelcome());
100373
100374
 
@@ -100394,7 +100395,7 @@ focus outline in that case.
100394
100395
  const sprightIconBreakpointConditional = IconBreakpointConditional.compose({
100395
100396
  baseName: 'icon-breakpoint-conditional',
100396
100397
  template: template$7,
100397
- styles: styles$1e
100398
+ styles: styles$1f
100398
100399
  });
100399
100400
  DesignSystem.getOrCreate()
100400
100401
  .withPrefix('spright')
@@ -100424,7 +100425,7 @@ focus outline in that case.
100424
100425
  const sprightIconBreakpointDisabled = IconBreakpointDisabled.compose({
100425
100426
  baseName: 'icon-breakpoint-disabled',
100426
100427
  template: template$6,
100427
- styles: styles$1e
100428
+ styles: styles$1f
100428
100429
  });
100429
100430
  DesignSystem.getOrCreate()
100430
100431
  .withPrefix('spright')
@@ -100453,7 +100454,7 @@ focus outline in that case.
100453
100454
  const sprightIconBreakpointEnabled = IconBreakpointEnabled.compose({
100454
100455
  baseName: 'icon-breakpoint-enabled',
100455
100456
  template: template$5,
100456
- styles: styles$1e
100457
+ styles: styles$1f
100457
100458
  });
100458
100459
  DesignSystem.getOrCreate()
100459
100460
  .withPrefix('spright')
@@ -100482,7 +100483,7 @@ focus outline in that case.
100482
100483
  const sprightIconBreakpointExecutionPointer = IconBreakpointExecutionPointer.compose({
100483
100484
  baseName: 'icon-breakpoint-execution-pointer',
100484
100485
  template: template$4,
100485
- styles: styles$1e
100486
+ styles: styles$1f
100486
100487
  });
100487
100488
  DesignSystem.getOrCreate()
100488
100489
  .withPrefix('spright')
@@ -100516,7 +100517,7 @@ focus outline in that case.
100516
100517
  const sprightIconBreakpointHitDisabled = IconBreakpointHitDisabled.compose({
100517
100518
  baseName: 'icon-breakpoint-hit-disabled',
100518
100519
  template: template$3,
100519
- styles: styles$1e
100520
+ styles: styles$1f
100520
100521
  });
100521
100522
  DesignSystem.getOrCreate()
100522
100523
  .withPrefix('spright')
@@ -100550,7 +100551,7 @@ focus outline in that case.
100550
100551
  const sprightIconBreakpointHit = IconBreakpointHit.compose({
100551
100552
  baseName: 'icon-breakpoint-hit',
100552
100553
  template: template$2,
100553
- styles: styles$1e
100554
+ styles: styles$1f
100554
100555
  });
100555
100556
  DesignSystem.getOrCreate()
100556
100557
  .withPrefix('spright')
@@ -100580,14 +100581,14 @@ focus outline in that case.
100580
100581
  const sprightIconBreakpointHover = IconBreakpointHover.compose({
100581
100582
  baseName: 'icon-breakpoint-hover',
100582
100583
  template: template$1,
100583
- styles: styles$1e
100584
+ styles: styles$1f
100584
100585
  });
100585
100586
  DesignSystem.getOrCreate()
100586
100587
  .withPrefix('spright')
100587
100588
  .register(sprightIconBreakpointHover());
100588
100589
 
100589
- const styles$6 = css `
100590
- ${styles$1e}
100590
+ const styles$7 = css `
100591
+ ${styles$1f}
100591
100592
 
100592
100593
  .icon svg {
100593
100594
  fill: ${calendarEventBorderReservationColor};
@@ -100605,14 +100606,14 @@ focus outline in that case.
100605
100606
  const sprightIconWorkItemCalendarWeek = IconWorkItemCalendarWeek.compose({
100606
100607
  baseName: 'icon-work-item-calendar-week',
100607
100608
  template: template$12,
100608
- styles: styles$6
100609
+ styles: styles$7
100609
100610
  });
100610
100611
  DesignSystem.getOrCreate()
100611
100612
  .withPrefix('spright')
100612
100613
  .register(sprightIconWorkItemCalendarWeek());
100613
100614
 
100614
- const styles$5 = css `
100615
- ${styles$1e}
100615
+ const styles$6 = css `
100616
+ ${styles$1f}
100616
100617
 
100617
100618
  .icon svg {
100618
100619
  fill: ${calendarEventBorderCalibrationColor};
@@ -100630,14 +100631,14 @@ focus outline in that case.
100630
100631
  const sprightIconWorkItemCalipers = IconWorkItemCalipers.compose({
100631
100632
  baseName: 'icon-work-item-calipers',
100632
100633
  template: template$12,
100633
- styles: styles$5
100634
+ styles: styles$6
100634
100635
  });
100635
100636
  DesignSystem.getOrCreate()
100636
100637
  .withPrefix('spright')
100637
100638
  .register(sprightIconWorkItemCalipers());
100638
100639
 
100639
- const styles$4 = css `
100640
- ${styles$1e}
100640
+ const styles$5 = css `
100641
+ ${styles$1f}
100641
100642
 
100642
100643
  .icon svg {
100643
100644
  fill: ${calendarEventBorderTransportOrderColor};
@@ -100655,14 +100656,14 @@ focus outline in that case.
100655
100656
  const sprightIconWorkItemForklift = IconWorkItemForklift.compose({
100656
100657
  baseName: 'icon-work-item-forklift',
100657
100658
  template: template$12,
100658
- styles: styles$4
100659
+ styles: styles$5
100659
100660
  });
100660
100661
  DesignSystem.getOrCreate()
100661
100662
  .withPrefix('spright')
100662
100663
  .register(sprightIconWorkItemForklift());
100663
100664
 
100664
- const styles$3 = css `
100665
- ${styles$1e}
100665
+ const styles$4 = css `
100666
+ ${styles$1f}
100666
100667
 
100667
100668
  .icon svg {
100668
100669
  fill: ${calendarEventBorderStaticColor};
@@ -100680,14 +100681,39 @@ focus outline in that case.
100680
100681
  const sprightIconWorkItemRectangleCheckLines = IconWorkItemRectangleCheckLines.compose({
100681
100682
  baseName: 'icon-work-item-rectangle-check-lines',
100682
100683
  template: template$12,
100683
- styles: styles$3
100684
+ styles: styles$4
100684
100685
  });
100685
100686
  DesignSystem.getOrCreate()
100686
100687
  .withPrefix('spright')
100687
100688
  .register(sprightIconWorkItemRectangleCheckLines());
100688
100689
 
100690
+ const styles$3 = css `
100691
+ ${styles$1f}
100692
+
100693
+ .icon svg {
100694
+ fill: ${calendarEventBorderWorkOrderColor};
100695
+ }
100696
+ `;
100697
+
100698
+ /**
100699
+ * Spright square list cog icon for work order items
100700
+ */
100701
+ class IconWorkItemSquareListCog extends IconSvg {
100702
+ constructor() {
100703
+ super(squareListCog16X16);
100704
+ }
100705
+ }
100706
+ const sprightIconWorkItemSquareListCog = IconWorkItemSquareListCog.compose({
100707
+ baseName: 'icon-work-item-square-list-cog',
100708
+ template: template$12,
100709
+ styles: styles$3
100710
+ });
100711
+ DesignSystem.getOrCreate()
100712
+ .withPrefix('spright')
100713
+ .register(sprightIconWorkItemSquareListCog());
100714
+
100689
100715
  const styles$2 = css `
100690
- ${styles$1e}
100716
+ ${styles$1f}
100691
100717
 
100692
100718
  .icon svg {
100693
100719
  fill: ${calendarEventBorderJobColor};
@@ -100712,7 +100738,7 @@ focus outline in that case.
100712
100738
  .register(sprightIconWorkItemUserHelmetSafety());
100713
100739
 
100714
100740
  const styles$1 = css `
100715
- ${styles$1e}
100741
+ ${styles$1f}
100716
100742
 
100717
100743
  .icon svg {
100718
100744
  fill: ${calendarEventBorderMaintenanceColor};