@ni/spright-components 6.18.3 → 6.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/dist/all-components-bundle.js +363 -148
  2. package/dist/all-components-bundle.js.map +1 -1
  3. package/dist/all-components-bundle.min.js +746 -718
  4. package/dist/all-components-bundle.min.js.map +1 -1
  5. package/dist/esm/icons/all-icons.d.ts +7 -0
  6. package/dist/esm/icons/all-icons.js +7 -0
  7. package/dist/esm/icons/all-icons.js.map +1 -1
  8. package/dist/esm/icons/breakpoint-conditional/icon-data.d.ts +1 -0
  9. package/dist/esm/icons/breakpoint-conditional/icon-data.js +12 -0
  10. package/dist/esm/icons/breakpoint-conditional/icon-data.js.map +1 -0
  11. package/dist/esm/icons/breakpoint-conditional/index.d.ts +12 -0
  12. package/dist/esm/icons/breakpoint-conditional/index.js +23 -0
  13. package/dist/esm/icons/breakpoint-conditional/index.js.map +1 -0
  14. package/dist/esm/icons/breakpoint-disabled/icon-data.d.ts +1 -0
  15. package/dist/esm/icons/breakpoint-disabled/icon-data.js +13 -0
  16. package/dist/esm/icons/breakpoint-disabled/icon-data.js.map +1 -0
  17. package/dist/esm/icons/breakpoint-disabled/index.d.ts +12 -0
  18. package/dist/esm/icons/breakpoint-disabled/index.js +23 -0
  19. package/dist/esm/icons/breakpoint-disabled/index.js.map +1 -0
  20. package/dist/esm/icons/breakpoint-enabled/icon-data.d.ts +1 -0
  21. package/dist/esm/icons/breakpoint-enabled/icon-data.js +12 -0
  22. package/dist/esm/icons/breakpoint-enabled/icon-data.js.map +1 -0
  23. package/dist/esm/icons/breakpoint-enabled/index.d.ts +12 -0
  24. package/dist/esm/icons/breakpoint-enabled/index.js +23 -0
  25. package/dist/esm/icons/breakpoint-enabled/index.js.map +1 -0
  26. package/dist/esm/icons/breakpoint-execution-pointer/icon-data.d.ts +1 -0
  27. package/dist/esm/icons/breakpoint-execution-pointer/icon-data.js +12 -0
  28. package/dist/esm/icons/breakpoint-execution-pointer/icon-data.js.map +1 -0
  29. package/dist/esm/icons/breakpoint-execution-pointer/index.d.ts +12 -0
  30. package/dist/esm/icons/breakpoint-execution-pointer/index.js +23 -0
  31. package/dist/esm/icons/breakpoint-execution-pointer/index.js.map +1 -0
  32. package/dist/esm/icons/breakpoint-hit/icon-data.d.ts +1 -0
  33. package/dist/esm/icons/breakpoint-hit/icon-data.js +17 -0
  34. package/dist/esm/icons/breakpoint-hit/icon-data.js.map +1 -0
  35. package/dist/esm/icons/breakpoint-hit/index.d.ts +12 -0
  36. package/dist/esm/icons/breakpoint-hit/index.js +23 -0
  37. package/dist/esm/icons/breakpoint-hit/index.js.map +1 -0
  38. package/dist/esm/icons/breakpoint-hit-disabled/icon-data.d.ts +1 -0
  39. package/dist/esm/icons/breakpoint-hit-disabled/icon-data.js +17 -0
  40. package/dist/esm/icons/breakpoint-hit-disabled/icon-data.js.map +1 -0
  41. package/dist/esm/icons/breakpoint-hit-disabled/index.d.ts +12 -0
  42. package/dist/esm/icons/breakpoint-hit-disabled/index.js +23 -0
  43. package/dist/esm/icons/breakpoint-hit-disabled/index.js.map +1 -0
  44. package/dist/esm/icons/breakpoint-hover/icon-data.d.ts +1 -0
  45. package/dist/esm/icons/breakpoint-hover/icon-data.js +13 -0
  46. package/dist/esm/icons/breakpoint-hover/icon-data.js.map +1 -0
  47. package/dist/esm/icons/breakpoint-hover/index.d.ts +12 -0
  48. package/dist/esm/icons/breakpoint-hover/index.js +23 -0
  49. package/dist/esm/icons/breakpoint-hover/index.js.map +1 -0
  50. package/package.json +3 -3
@@ -14899,7 +14899,7 @@
14899
14899
  const prefix = 'ni-nimble';
14900
14900
  const styleNameFromTokenName = (tokenName) => `${prefix}-${tokenName}`;
14901
14901
 
14902
- const template$$ = html `<slot></slot>`;
14902
+ const template$16 = html `<slot></slot>`;
14903
14903
 
14904
14904
  const styles$1m = css `
14905
14905
  ${display$1('contents')}
@@ -15026,7 +15026,7 @@
15026
15026
  const nimbleDesignSystemProvider = ThemeProvider.compose({
15027
15027
  baseName: 'theme-provider',
15028
15028
  styles: styles$1m,
15029
- template: template$$
15029
+ template: template$16
15030
15030
  });
15031
15031
  DesignSystem.getOrCreate()
15032
15032
  .withPrefix('nimble')
@@ -16748,7 +16748,7 @@
16748
16748
  }
16749
16749
  `;
16750
16750
 
16751
- const template$_ = (_context, definition) => html `${
16751
+ const template$15 = (_context, definition) => html `${
16752
16752
  /* top-container div is necessary because setting contenteditable directly on the native anchor instead
16753
16753
  leaves it focusable, unlike the behavior you get when the anchor is _within_ a contenteditable element.
16754
16754
  */ ''}<div
@@ -16851,7 +16851,7 @@
16851
16851
  const nimbleAnchor = Anchor.compose({
16852
16852
  baseName: 'anchor',
16853
16853
  baseClass: Anchor$1,
16854
- template: template$_,
16854
+ template: template$15,
16855
16855
  styles: styles$1l,
16856
16856
  shadowOptions: {
16857
16857
  delegatesFocus: true
@@ -17266,7 +17266,7 @@
17266
17266
  }
17267
17267
  `;
17268
17268
 
17269
- const template$Z = (context, definition) => html `
17269
+ const template$14 = (context, definition) => html `
17270
17270
  <a
17271
17271
  class="control"
17272
17272
  part="control"
@@ -17348,7 +17348,7 @@
17348
17348
  ], AnchorButton.prototype, "disabled", void 0);
17349
17349
  const nimbleAnchorButton = AnchorButton.compose({
17350
17350
  baseName: 'anchor-button',
17351
- template: template$Z,
17351
+ template: template$14,
17352
17352
  styles: styles$1j,
17353
17353
  shadowOptions: {
17354
17354
  delegatesFocus: true
@@ -17440,7 +17440,7 @@
17440
17440
  }
17441
17441
  `;
17442
17442
 
17443
- const template$Y = (context, definition) => html `
17443
+ const template$13 = (context, definition) => html `
17444
17444
  <template
17445
17445
  role="menuitem"
17446
17446
  class="${x => (typeof x.startColumnCount === 'number'
@@ -17541,7 +17541,7 @@
17541
17541
  // FoundationAnchor already applies the StartEnd mixin, so we don't need to do it here.
17542
17542
  const nimbleAnchorMenuItem = AnchorMenuItem.compose({
17543
17543
  baseName: 'anchor-menu-item',
17544
- template: template$Y,
17544
+ template: template$13,
17545
17545
  styles: styles$1i,
17546
17546
  shadowOptions: {
17547
17547
  delegatesFocus: true
@@ -18379,7 +18379,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
18379
18379
  };
18380
18380
  const arrowRightThin16X16 = {
18381
18381
  name: 'arrow_right_thin_16_x_16',
18382
- data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m7.831 4.386-.706 1.127 3.128 1.837H2v1.3h8.365L7.49 10.528l.768 1.085L13.875 8z" class="cls-1"/></svg>`,
18382
+ data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m7.97 4.37-.68 1.12 3.09 1.86H2v1.3h8.38l-3.09 1.86.68 1.12L14 8z" class="cls-1"/></svg>`,
18383
18383
  };
18384
18384
  const arrowRightToLine16X16 = {
18385
18385
  name: 'arrow_right_to_line_16_x_16',
@@ -19263,7 +19263,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19263
19263
  };
19264
19264
 
19265
19265
  // Avoiding any whitespace in the template because this is an inline element
19266
- const template$X = html `<div
19266
+ const template$12 = html `<div
19267
19267
  class="icon"
19268
19268
  aria-hidden="true"
19269
19269
  :innerHTML=${x => x.icon.data}
@@ -19332,7 +19332,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19332
19332
  const registerIconSvg = (baseName, iconClass) => {
19333
19333
  const composedIcon = iconClass.compose({
19334
19334
  baseName,
19335
- template: template$X,
19335
+ template: template$12,
19336
19336
  styles: styles$1e
19337
19337
  });
19338
19338
  DesignSystem.getOrCreate().withPrefix('nimble').register(composedIcon());
@@ -19457,7 +19457,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19457
19457
  */
19458
19458
  const StepperOrientation = Orientation;
19459
19459
 
19460
- const template$W = (context, definition) => html `
19460
+ const template$11 = (context, definition) => html `
19461
19461
  <template slot="step">
19462
19462
  <li class="
19463
19463
  container
@@ -19604,7 +19604,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19604
19604
  ], AnchorStep.prototype, "tabIndex", void 0);
19605
19605
  const nimbleAnchorStep = AnchorStep.compose({
19606
19606
  baseName: 'anchor-step',
19607
- template: template$W,
19607
+ template: template$11,
19608
19608
  styles: styles$1f,
19609
19609
  shadowOptions: {
19610
19610
  delegatesFocus: true
@@ -19729,7 +19729,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19729
19729
  }
19730
19730
  `;
19731
19731
 
19732
- const template$V = (context, definition) => html `
19732
+ const template$10 = (context, definition) => html `
19733
19733
  <template slot="anchortab" role="tab" aria-disabled="${x => x.disabled}">
19734
19734
  <a
19735
19735
  download="${x => x.download}"
@@ -19781,7 +19781,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19781
19781
  // FoundationAnchor already applies the StartEnd mixin, so we don't need to do it here.
19782
19782
  const nimbleAnchorTab = AnchorTab.compose({
19783
19783
  baseName: 'anchor-tab',
19784
- template: template$V,
19784
+ template: template$10,
19785
19785
  styles: styles$1d,
19786
19786
  shadowOptions: {
19787
19787
  delegatesFocus: true
@@ -19834,7 +19834,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19834
19834
  ${buttonAppearanceVariantStyles}
19835
19835
  `;
19836
19836
 
19837
- const template$U = (context, definition) => html `
19837
+ const template$$ = (context, definition) => html `
19838
19838
  <button
19839
19839
  class="control"
19840
19840
  part="control"
@@ -19925,7 +19925,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19925
19925
  const nimbleButton = Button.compose({
19926
19926
  baseName: 'button',
19927
19927
  baseClass: Button$1,
19928
- template: template$U,
19928
+ template: template$$,
19929
19929
  styles: styles$1b,
19930
19930
  shadowOptions: {
19931
19931
  delegatesFocus: true
@@ -19960,7 +19960,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19960
19960
  registerIconSvg('icon-arrow-expander-right', IconArrowExpanderRight);
19961
19961
  const iconArrowExpanderRightTag = 'nimble-icon-arrow-expander-right';
19962
19962
 
19963
- const template$T = (context, definition) => html `
19963
+ const template$_ = (context, definition) => html `
19964
19964
  <div
19965
19965
  class="tab-bar"
19966
19966
  >
@@ -20261,7 +20261,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
20261
20261
  applyMixins(AnchorTabs, StartEnd);
20262
20262
  const nimbleAnchorTabs = AnchorTabs.compose({
20263
20263
  baseName: 'anchor-tabs',
20264
- template: template$T,
20264
+ template: template$_,
20265
20265
  styles: styles$1c,
20266
20266
  shadowOptions: {
20267
20267
  delegatesFocus: false
@@ -20374,7 +20374,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
20374
20374
  }
20375
20375
  `;
20376
20376
 
20377
- const template$S = (context, definition) => html `
20377
+ const template$Z = (context, definition) => html `
20378
20378
  <template
20379
20379
  role="treeitem"
20380
20380
  slot="${x => (x.isNestedItem() ? 'item' : null)}"
@@ -20511,7 +20511,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
20511
20511
  // FoundationAnchor already applies the StartEnd mixin, so we don't need to do it here.
20512
20512
  const nimbleAnchorTreeItem = AnchorTreeItem.compose({
20513
20513
  baseName: 'anchor-tree-item',
20514
- template: template$S,
20514
+ template: template$Z,
20515
20515
  styles: styles$1a,
20516
20516
  shadowOptions: {
20517
20517
  delegatesFocus: true
@@ -20718,7 +20718,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
20718
20718
  information: 'information'
20719
20719
  };
20720
20720
 
20721
- const template$R = html `
20721
+ const template$Y = html `
20722
20722
  <${themeProviderTag} theme="${Theme.color}">
20723
20723
  <div class="container"
20724
20724
  role="status"
@@ -20836,7 +20836,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
20836
20836
  applyMixins(Banner, ARIAGlobalStatesAndProperties);
20837
20837
  const nimbleBanner = Banner.compose({
20838
20838
  baseName: 'banner',
20839
- template: template$R,
20839
+ template: template$Y,
20840
20840
  styles: styles$18
20841
20841
  });
20842
20842
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleBanner());
@@ -21114,7 +21114,7 @@ so this becomes the fallback color for the slot */ ''}
21114
21114
  }
21115
21115
  `;
21116
21116
 
21117
- const template$Q = html `
21117
+ const template$X = html `
21118
21118
  <section aria-labelledby="title-slot">
21119
21119
  <span id="title-slot"><slot name="title"></slot></span>
21120
21120
  <slot></slot>
@@ -21129,7 +21129,7 @@ so this becomes the fallback color for the slot */ ''}
21129
21129
  const nimbleCard = Card.compose({
21130
21130
  baseName: 'card',
21131
21131
  baseClass: Card$1,
21132
- template: template$Q,
21132
+ template: template$X,
21133
21133
  styles: styles$15
21134
21134
  });
21135
21135
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleCard());
@@ -21475,7 +21475,7 @@ so this becomes the fallback color for the slot */ ''}
21475
21475
  </div>
21476
21476
  `;
21477
21477
 
21478
- const template$P = (_context, definition) => html `
21478
+ const template$W = (_context, definition) => html `
21479
21479
  <template
21480
21480
  role="checkbox"
21481
21481
  aria-checked="${x => x.checked}"
@@ -21572,7 +21572,7 @@ so this becomes the fallback color for the slot */ ''}
21572
21572
  const nimbleCheckbox = Checkbox.compose({
21573
21573
  baseName: 'checkbox',
21574
21574
  baseClass: Checkbox$1,
21575
- template: template$P,
21575
+ template: template$W,
21576
21576
  styles: styles$12,
21577
21577
  checkedIndicator: check16X16.data,
21578
21578
  indeterminateIndicator: minus16X16.data
@@ -21646,7 +21646,7 @@ so this becomes the fallback color for the slot */ ''}
21646
21646
  }
21647
21647
  `));
21648
21648
 
21649
- const template$O = (context, definition) => html `
21649
+ const template$V = (context, definition) => html `
21650
21650
  ${startSlotTemplate(context, definition)}
21651
21651
  <span
21652
21652
  class="content"
@@ -21732,7 +21732,7 @@ so this becomes the fallback color for the slot */ ''}
21732
21732
  applyMixins(Chip, StartEnd);
21733
21733
  const nimbleChip = Chip.compose({
21734
21734
  baseName: 'chip',
21735
- template: template$O,
21735
+ template: template$V,
21736
21736
  styles: styles$11,
21737
21737
  shadowOptions: {
21738
21738
  delegatesFocus: true
@@ -21788,7 +21788,7 @@ so this becomes the fallback color for the slot */ ''}
21788
21788
  }
21789
21789
  `));
21790
21790
 
21791
- const template$N = (context, definition) => html `
21791
+ const template$U = (context, definition) => html `
21792
21792
  <div
21793
21793
  role="button"
21794
21794
  part="control"
@@ -21883,7 +21883,7 @@ so this becomes the fallback color for the slot */ ''}
21883
21883
  applyMixins(ToggleButton, StartEnd, DelegatesARIAButton);
21884
21884
  const nimbleToggleButton = ToggleButton.compose({
21885
21885
  baseName: 'toggle-button',
21886
- template: template$N,
21886
+ template: template$U,
21887
21887
  styles: styles$10,
21888
21888
  shadowOptions: {
21889
21889
  delegatesFocus: true
@@ -22355,7 +22355,7 @@ so this becomes the fallback color for the slot */ ''}
22355
22355
  <slot></slot>
22356
22356
  </label>
22357
22357
  `);
22358
- const template$M = (context, definition) => html `
22358
+ const template$T = (context, definition) => html `
22359
22359
  <template
22360
22360
  aria-disabled="${x => x.ariaDisabled}"
22361
22361
  autocomplete="${x => x.autocomplete}"
@@ -23130,7 +23130,7 @@ so this becomes the fallback color for the slot */ ''}
23130
23130
  const nimbleCombobox = Combobox.compose({
23131
23131
  baseName: 'combobox',
23132
23132
  baseClass: FormAssociatedCombobox,
23133
- template: template$M,
23133
+ template: template$T,
23134
23134
  styles: styles$Z,
23135
23135
  shadowOptions: {
23136
23136
  delegatesFocus: true
@@ -23268,7 +23268,7 @@ so this becomes the fallback color for the slot */ ''}
23268
23268
  }
23269
23269
  `;
23270
23270
 
23271
- const template$L = html `
23271
+ const template$S = html `
23272
23272
  <template>
23273
23273
  <dialog
23274
23274
  ${ref('dialogElement')}
@@ -23416,7 +23416,7 @@ so this becomes the fallback color for the slot */ ''}
23416
23416
  applyMixins(Dialog, ARIAGlobalStatesAndProperties);
23417
23417
  const nimbleDialog = Dialog.compose({
23418
23418
  baseName: 'dialog',
23419
- template: template$L,
23419
+ template: template$S,
23420
23420
  styles: styles$Y,
23421
23421
  baseClass: Dialog
23422
23422
  });
@@ -23565,7 +23565,7 @@ so this becomes the fallback color for the slot */ ''}
23565
23565
  }
23566
23566
  `;
23567
23567
 
23568
- const template$K = html `
23568
+ const template$R = html `
23569
23569
  <dialog
23570
23570
  ${ref('dialog')}
23571
23571
  aria-label="${x => x.ariaLabel}"
@@ -23707,7 +23707,7 @@ so this becomes the fallback color for the slot */ ''}
23707
23707
  applyMixins(Drawer, ARIAGlobalStatesAndProperties);
23708
23708
  const nimbleDrawer = Drawer.compose({
23709
23709
  baseName: 'drawer',
23710
- template: template$K,
23710
+ template: template$R,
23711
23711
  styles: styles$X
23712
23712
  });
23713
23713
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleDrawer());
@@ -26826,7 +26826,7 @@ so this becomes the fallback color for the slot */ ''}
26826
26826
  * The template for the {@link @ni/fast-foundation#(ListboxOption:class)} component.
26827
26827
  * @public
26828
26828
  */
26829
- const template$J = (context, definition) => html `
26829
+ const template$Q = (context, definition) => html `
26830
26830
  <template
26831
26831
  aria-checked="${x => x.ariaChecked}"
26832
26832
  aria-disabled="${x => x.ariaDisabled}"
@@ -26928,7 +26928,7 @@ so this becomes the fallback color for the slot */ ''}
26928
26928
  const nimbleListOption = ListOption.compose({
26929
26929
  baseName: 'list-option',
26930
26930
  baseClass: ListboxOption,
26931
- template: template$J,
26931
+ template: template$Q,
26932
26932
  styles: styles$V
26933
26933
  });
26934
26934
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleListOption());
@@ -26996,7 +26996,7 @@ so this becomes the fallback color for the slot */ ''}
26996
26996
  const isListOption$1 = (n) => {
26997
26997
  return n instanceof ListOption;
26998
26998
  };
26999
- const template$I = html `
26999
+ const template$P = html `
27000
27000
  <template
27001
27001
  role="group"
27002
27002
  aria-label="${x => x.labelContent}"
@@ -27138,7 +27138,7 @@ so this becomes the fallback color for the slot */ ''}
27138
27138
  const nimbleListOptionGroup = ListOptionGroup.compose({
27139
27139
  baseName: 'list-option-group',
27140
27140
  baseClass: FoundationElement,
27141
- template: template$I,
27141
+ template: template$P,
27142
27142
  styles: styles$U
27143
27143
  });
27144
27144
  DesignSystem.getOrCreate()
@@ -27166,7 +27166,7 @@ so this becomes the fallback color for the slot */ ''}
27166
27166
  attr()
27167
27167
  ], Mapping$1.prototype, "key", void 0);
27168
27168
 
27169
- const template$H = html `<template slot="mapping"></template>`;
27169
+ const template$O = html `<template slot="mapping"></template>`;
27170
27170
 
27171
27171
  const styles$T = css `
27172
27172
  ${display$1('none')}
@@ -27184,7 +27184,7 @@ so this becomes the fallback color for the slot */ ''}
27184
27184
  ], MappingEmpty.prototype, "text", void 0);
27185
27185
  const emptyMapping = MappingEmpty.compose({
27186
27186
  baseName: 'mapping-empty',
27187
- template: template$H,
27187
+ template: template$O,
27188
27188
  styles: styles$T
27189
27189
  });
27190
27190
  DesignSystem.getOrCreate().withPrefix('nimble').register(emptyMapping());
@@ -27255,7 +27255,7 @@ so this becomes the fallback color for the slot */ ''}
27255
27255
  ], MappingIcon.prototype, "resolvedIcon", void 0);
27256
27256
  const iconMapping = MappingIcon.compose({
27257
27257
  baseName: 'mapping-icon',
27258
- template: template$H,
27258
+ template: template$O,
27259
27259
  styles: styles$T
27260
27260
  });
27261
27261
  DesignSystem.getOrCreate().withPrefix('nimble').register(iconMapping());
@@ -27279,7 +27279,7 @@ so this becomes the fallback color for the slot */ ''}
27279
27279
  ], MappingSpinner.prototype, "textHidden", void 0);
27280
27280
  const spinnerMapping = MappingSpinner.compose({
27281
27281
  baseName: 'mapping-spinner',
27282
- template: template$H,
27282
+ template: template$O,
27283
27283
  styles: styles$T
27284
27284
  });
27285
27285
  DesignSystem.getOrCreate().withPrefix('nimble').register(spinnerMapping());
@@ -27296,7 +27296,7 @@ so this becomes the fallback color for the slot */ ''}
27296
27296
  ], MappingText.prototype, "text", void 0);
27297
27297
  const textMapping = MappingText.compose({
27298
27298
  baseName: 'mapping-text',
27299
- template: template$H,
27299
+ template: template$O,
27300
27300
  styles: styles$T
27301
27301
  });
27302
27302
  DesignSystem.getOrCreate().withPrefix('nimble').register(textMapping());
@@ -27599,7 +27599,7 @@ so this becomes the fallback color for the slot */ ''}
27599
27599
  observable
27600
27600
  ], Menu$1.prototype, "itemIcons", void 0);
27601
27601
 
27602
- const template$G = () => html `
27602
+ const template$N = () => html `
27603
27603
  <template
27604
27604
  slot="${x => {
27605
27605
  if (x.slot) {
@@ -27687,7 +27687,7 @@ so this becomes the fallback color for the slot */ ''}
27687
27687
  const nimbleMenu = Menu.compose({
27688
27688
  baseName: 'menu',
27689
27689
  baseClass: Menu$1,
27690
- template: template$G,
27690
+ template: template$N,
27691
27691
  styles: styles$S
27692
27692
  });
27693
27693
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenu());
@@ -27721,7 +27721,7 @@ so this becomes the fallback color for the slot */ ''}
27721
27721
  }
27722
27722
  `;
27723
27723
 
27724
- const template$F = html `
27724
+ const template$M = html `
27725
27725
  <template
27726
27726
  ?open="${x => x.open}"
27727
27727
  @focusout="${(x, c) => x.focusoutHandler(c.event)}"
@@ -27971,7 +27971,7 @@ so this becomes the fallback color for the slot */ ''}
27971
27971
  ], MenuButton.prototype, "slottedMenus", void 0);
27972
27972
  const nimbleMenuButton = MenuButton.compose({
27973
27973
  baseName: 'menu-button',
27974
- template: template$F,
27974
+ template: template$M,
27975
27975
  styles: styles$R,
27976
27976
  shadowOptions: {
27977
27977
  delegatesFocus: true
@@ -28318,7 +28318,7 @@ so this becomes the fallback color for the slot */ ''}
28318
28318
  * The template for the {@link @ni/fast-foundation#(NumberField:class)} component.
28319
28319
  * @public
28320
28320
  */
28321
- const template$E = (context, definition) => html `
28321
+ const template$L = (context, definition) => html `
28322
28322
  <template class="${x => (x.readOnly ? 'readonly' : '')}">
28323
28323
  ${labelTemplate$4}
28324
28324
  <div class="root" part="root">
@@ -28472,7 +28472,7 @@ so this becomes the fallback color for the slot */ ''}
28472
28472
  const nimbleNumberField = NumberField.compose({
28473
28473
  baseName: 'number-field',
28474
28474
  baseClass: NumberField$1,
28475
- template: template$E,
28475
+ template: template$L,
28476
28476
  styles: styles$P,
28477
28477
  shadowOptions: {
28478
28478
  delegatesFocus: true
@@ -28663,7 +28663,7 @@ so this becomes the fallback color for the slot */ ''}
28663
28663
  `;
28664
28664
 
28665
28665
  const labelTemplate$3 = createRequiredVisibleLabelTemplate(html `<slot name="label"></slot>`);
28666
- const template$D = html `
28666
+ const template$K = html `
28667
28667
  <template
28668
28668
  role="radiogroup"
28669
28669
  aria-disabled="${x => x.disabled}"
@@ -28703,7 +28703,7 @@ so this becomes the fallback color for the slot */ ''}
28703
28703
  const nimbleRadioGroup = RadioGroup.compose({
28704
28704
  baseName: 'radio-group',
28705
28705
  baseClass: RadioGroup$1,
28706
- template: template$D,
28706
+ template: template$K,
28707
28707
  styles: styles$N,
28708
28708
  shadowOptions: {
28709
28709
  delegatesFocus: true
@@ -48116,7 +48116,7 @@ ${indentedChild}`;
48116
48116
  }
48117
48117
  `;
48118
48118
 
48119
- const template$C = html `
48119
+ const template$J = html `
48120
48120
  <template>
48121
48121
  <${anchoredRegionTag}
48122
48122
  ${ref('region')}
@@ -48404,7 +48404,7 @@ ${indentedChild}`;
48404
48404
  ], RichTextMentionListbox.prototype, "anchorElement", void 0);
48405
48405
  const nimbleRichTextMentionListbox = RichTextMentionListbox.compose({
48406
48406
  baseName: 'rich-text-mention-listbox',
48407
- template: template$C,
48407
+ template: template$J,
48408
48408
  styles: styles$L
48409
48409
  });
48410
48410
  DesignSystem.getOrCreate()
@@ -48412,7 +48412,7 @@ ${indentedChild}`;
48412
48412
  .register(nimbleRichTextMentionListbox());
48413
48413
  const richTextMentionListboxTag = 'nimble-rich-text-mention-listbox';
48414
48414
 
48415
- const template$B = html `
48415
+ const template$I = html `
48416
48416
  <template
48417
48417
  ${children$1({ property: 'childItems', filter: elements() })}
48418
48418
  @focusout="${x => x.focusoutHandler()}"
@@ -64998,7 +64998,7 @@ ${indentedChild}`;
64998
64998
  applyMixins(RichTextEditor, ARIAGlobalStatesAndProperties);
64999
64999
  const nimbleRichTextEditor = RichTextEditor.compose({
65000
65000
  baseName: 'rich-text-editor',
65001
- template: template$B,
65001
+ template: template$I,
65002
65002
  styles: styles$K,
65003
65003
  shadowOptions: {
65004
65004
  delegatesFocus: true
@@ -65008,7 +65008,7 @@ ${indentedChild}`;
65008
65008
  .withPrefix('nimble')
65009
65009
  .register(nimbleRichTextEditor());
65010
65010
 
65011
- const template$A = html `
65011
+ const template$H = html `
65012
65012
  <template ${children$1({ property: 'childItems', filter: elements() })}>
65013
65013
  <div ${ref('viewer')} class="viewer"></div>
65014
65014
  </template>
@@ -65127,7 +65127,7 @@ ${indentedChild}`;
65127
65127
  ], RichTextViewer.prototype, "markdown", void 0);
65128
65128
  const nimbleRichTextViewer = RichTextViewer.compose({
65129
65129
  baseName: 'rich-text-viewer',
65130
- template: template$A,
65130
+ template: template$H,
65131
65131
  styles: styles$J
65132
65132
  });
65133
65133
  DesignSystem.getOrCreate()
@@ -65470,7 +65470,7 @@ ${indentedChild}`;
65470
65470
  }
65471
65471
  `));
65472
65472
 
65473
- const template$z = html `
65473
+ const template$G = html `
65474
65474
  <template role="progressbar">
65475
65475
  ${''
65476
65476
  /**
@@ -65517,7 +65517,7 @@ ${indentedChild}`;
65517
65517
  ], Spinner.prototype, "appearance", void 0);
65518
65518
  const nimbleSpinner = Spinner.compose({
65519
65519
  baseName: 'spinner',
65520
- template: template$z,
65520
+ template: template$G,
65521
65521
  styles: styles$H
65522
65522
  });
65523
65523
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSpinner());
@@ -65534,7 +65534,7 @@ ${indentedChild}`;
65534
65534
  <slot ${ref('labelSlot')}></slot>
65535
65535
  </label>
65536
65536
  `);
65537
- const template$y = (context, definition) => html `
65537
+ const template$F = (context, definition) => html `
65538
65538
  <template
65539
65539
  class="${x => [
65540
65540
  x.collapsible && 'collapsible',
@@ -66746,7 +66746,7 @@ ${indentedChild}`;
66746
66746
  const nimbleSelect = Select.compose({
66747
66747
  baseName: 'select',
66748
66748
  baseClass: Select$2,
66749
- template: template$y,
66749
+ template: template$F,
66750
66750
  styles: styles$I,
66751
66751
  indicator: arrowExpanderDown16X16.data,
66752
66752
  end: html `
@@ -66772,7 +66772,7 @@ ${indentedChild}`;
66772
66772
  }
66773
66773
  `;
66774
66774
 
66775
- const template$x = (context, definition) => html `
66775
+ const template$E = (context, definition) => html `
66776
66776
  <template slot="step">
66777
66777
  <li class="
66778
66778
  container
@@ -66894,7 +66894,7 @@ ${indentedChild}`;
66894
66894
  ], Step.prototype, "tabIndex", void 0);
66895
66895
  const nimbleStep = Step.compose({
66896
66896
  baseName: 'step',
66897
- template: template$x,
66897
+ template: template$E,
66898
66898
  styles: styles$G,
66899
66899
  shadowOptions: {
66900
66900
  delegatesFocus: true
@@ -66973,7 +66973,7 @@ ${indentedChild}`;
66973
66973
  }
66974
66974
  `;
66975
66975
 
66976
- const template$w = html `
66976
+ const template$D = html `
66977
66977
  ${when(x => x.showScrollButtons, html `
66978
66978
  <${buttonTag}
66979
66979
  content-hidden
@@ -67118,7 +67118,7 @@ ${indentedChild}`;
67118
67118
  ], Stepper.prototype, "steps", void 0);
67119
67119
  const nimbleStepper = Stepper.compose({
67120
67120
  baseName: 'stepper',
67121
- template: template$w,
67121
+ template: template$D,
67122
67122
  styles: styles$F
67123
67123
  });
67124
67124
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleStepper());
@@ -67350,7 +67350,7 @@ ${indentedChild}`;
67350
67350
  }
67351
67351
  `));
67352
67352
 
67353
- const template$v = html `
67353
+ const template$C = html `
67354
67354
  <template
67355
67355
  role="switch"
67356
67356
  aria-checked="${x => x.checked}"
@@ -67394,7 +67394,7 @@ ${indentedChild}`;
67394
67394
  const nimbleSwitch = Switch.compose({
67395
67395
  baseClass: Switch$1,
67396
67396
  baseName: 'switch',
67397
- template: template$v,
67397
+ template: template$C,
67398
67398
  styles: styles$E
67399
67399
  });
67400
67400
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSwitch());
@@ -71512,7 +71512,7 @@ focus outline in that case.
71512
71512
  }
71513
71513
  `;
71514
71514
 
71515
- const template$u = html `
71515
+ const template$B = html `
71516
71516
  <template role="columnheader"
71517
71517
  class="${x => (x.alignment === TableColumnAlignment.right ? 'right-align' : '')}"
71518
71518
  aria-sort="${x => x.ariaSort}"
@@ -71598,7 +71598,7 @@ focus outline in that case.
71598
71598
  ], TableHeader.prototype, "isGrouped", void 0);
71599
71599
  const nimbleTableHeader = TableHeader.compose({
71600
71600
  baseName: 'table-header',
71601
- template: template$u,
71601
+ template: template$B,
71602
71602
  styles: styles$A
71603
71603
  });
71604
71604
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableHeader());
@@ -71846,7 +71846,7 @@ focus outline in that case.
71846
71846
  }
71847
71847
  `;
71848
71848
 
71849
- const template$t = html `
71849
+ const template$A = html `
71850
71850
  <template role="cell" style="--ni-private-table-cell-nesting-level: ${x => x.nestingLevel}"
71851
71851
  @focusin="${x => x.onCellFocusIn()}"
71852
71852
  @blur="${x => x.onCellBlur()}"
@@ -71943,13 +71943,13 @@ focus outline in that case.
71943
71943
  ], TableCell.prototype, "nestingLevel", void 0);
71944
71944
  const nimbleTableCell = TableCell.compose({
71945
71945
  baseName: 'table-cell',
71946
- template: template$t,
71946
+ template: template$A,
71947
71947
  styles: styles$x
71948
71948
  });
71949
71949
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableCell());
71950
71950
  const tableCellTag = 'nimble-table-cell';
71951
71951
 
71952
- const template$s = html `
71952
+ const template$z = html `
71953
71953
  <template
71954
71954
  role="row"
71955
71955
  aria-selected=${x => x.ariaSelected}
@@ -72344,7 +72344,7 @@ focus outline in that case.
72344
72344
  ], TableRow.prototype, "ariaSelected", null);
72345
72345
  const nimbleTableRow = TableRow.compose({
72346
72346
  baseName: 'table-row',
72347
- template: template$s,
72347
+ template: template$z,
72348
72348
  styles: styles$y
72349
72349
  });
72350
72350
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableRow());
@@ -72440,7 +72440,7 @@ focus outline in that case.
72440
72440
  }
72441
72441
  `));
72442
72442
 
72443
- const template$r = html `
72443
+ const template$y = html `
72444
72444
  <template
72445
72445
  role="row"
72446
72446
  @click=${x => x.onGroupExpandToggle()}
@@ -72597,13 +72597,13 @@ focus outline in that case.
72597
72597
  ], TableGroupRow.prototype, "allowHover", void 0);
72598
72598
  const nimbleTableGroupRow = TableGroupRow.compose({
72599
72599
  baseName: 'table-group-row',
72600
- template: template$r,
72600
+ template: template$y,
72601
72601
  styles: styles$w
72602
72602
  });
72603
72603
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableGroupRow());
72604
72604
  const tableGroupRowTag = 'nimble-table-group-row';
72605
72605
 
72606
- const template$q = html `
72606
+ const template$x = html `
72607
72607
  <template
72608
72608
  role="treegrid"
72609
72609
  ${'' /* tabindex managed dynamically by KeyboardNavigationManager */}
@@ -76926,7 +76926,7 @@ focus outline in that case.
76926
76926
  ], Table$1.prototype, "windowShiftKeyDown", void 0);
76927
76927
  const nimbleTable = Table$1.compose({
76928
76928
  baseName: 'table',
76929
- template: template$q,
76929
+ template: template$x,
76930
76930
  styles: styles$B
76931
76931
  });
76932
76932
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTable());
@@ -76943,7 +76943,7 @@ focus outline in that case.
76943
76943
 
76944
76944
  // Avoiding a wrapping <template> and be careful about starting and ending whitspace
76945
76945
  // so the template can be composed into other column header templates
76946
- const template$p = html `<span
76946
+ const template$w = html `<span
76947
76947
  ${overflow('hasOverflow')}
76948
76948
  class="header-content"
76949
76949
  title=${x => (x.hasOverflow && x.headerTextContent ? x.headerTextContent : null)}
@@ -77039,7 +77039,7 @@ focus outline in that case.
77039
77039
  }
77040
77040
  `;
77041
77041
 
77042
- const template$o = html `
77042
+ const template$v = html `
77043
77043
  <template
77044
77044
  @click="${(x, c) => {
77045
77045
  if (typeof x.cellRecord?.href === 'string') {
@@ -77131,7 +77131,7 @@ focus outline in that case.
77131
77131
  ], TableColumnAnchorCellView.prototype, "showAnchor", null);
77132
77132
  const anchorCellView = TableColumnAnchorCellView.compose({
77133
77133
  baseName: 'table-column-anchor-cell-view',
77134
- template: template$o,
77134
+ template: template$v,
77135
77135
  styles: styles$u
77136
77136
  });
77137
77137
  DesignSystem.getOrCreate().withPrefix('nimble').register(anchorCellView());
@@ -77209,7 +77209,7 @@ focus outline in that case.
77209
77209
  observable
77210
77210
  ], TableColumnTextGroupHeaderViewBase.prototype, "text", void 0);
77211
77211
 
77212
- const template$n = html `
77212
+ const template$u = html `
77213
77213
  <span
77214
77214
  ${overflow('hasOverflow')}
77215
77215
  title="${x => (x.hasOverflow && x.text ? x.text : null)}"
@@ -77242,7 +77242,7 @@ focus outline in that case.
77242
77242
  }
77243
77243
  const tableColumnTextGroupHeaderView = TableColumnTextGroupHeaderView.compose({
77244
77244
  baseName: 'table-column-text-group-header-view',
77245
- template: template$n,
77245
+ template: template$u,
77246
77246
  styles: styles$t
77247
77247
  });
77248
77248
  DesignSystem.getOrCreate()
@@ -77487,7 +77487,7 @@ focus outline in that case.
77487
77487
  ], TableColumnAnchor.prototype, "download", void 0);
77488
77488
  const nimbleTableColumnAnchor = TableColumnAnchor.compose({
77489
77489
  baseName: 'table-column-anchor',
77490
- template: template$p,
77490
+ template: template$w,
77491
77491
  styles: styles$v
77492
77492
  });
77493
77493
  DesignSystem.getOrCreate()
@@ -77540,7 +77540,7 @@ focus outline in that case.
77540
77540
  }
77541
77541
  const tableColumnDateTextGroupHeaderView = TableColumnDateTextGroupHeaderView.compose({
77542
77542
  baseName: 'table-column-date-text-group-header-view',
77543
- template: template$n,
77543
+ template: template$u,
77544
77544
  styles: styles$t
77545
77545
  });
77546
77546
  DesignSystem.getOrCreate()
@@ -77548,7 +77548,7 @@ focus outline in that case.
77548
77548
  .register(tableColumnDateTextGroupHeaderView());
77549
77549
  const tableColumnDateTextGroupHeaderViewTag = 'nimble-table-column-date-text-group-header-view';
77550
77550
 
77551
- const template$m = html `
77551
+ const template$t = html `
77552
77552
  <template
77553
77553
  class="
77554
77554
  ${x => (x.alignment === TableColumnAlignment.right ? 'right-align' : '')}
@@ -77666,7 +77666,7 @@ focus outline in that case.
77666
77666
  }
77667
77667
  const dateTextCellView = TableColumnDateTextCellView.compose({
77668
77668
  baseName: 'table-column-date-text-cell-view',
77669
- template: template$m,
77669
+ template: template$t,
77670
77670
  styles: styles$s
77671
77671
  });
77672
77672
  DesignSystem.getOrCreate().withPrefix('nimble').register(dateTextCellView());
@@ -77925,7 +77925,7 @@ focus outline in that case.
77925
77925
  ], TableColumnDateText.prototype, "customHourCycle", void 0);
77926
77926
  const nimbleTableColumnDateText = TableColumnDateText.compose({
77927
77927
  baseName: 'table-column-date-text',
77928
- template: template$p,
77928
+ template: template$w,
77929
77929
  styles: styles$v
77930
77930
  });
77931
77931
  DesignSystem.getOrCreate()
@@ -77942,7 +77942,7 @@ focus outline in that case.
77942
77942
  }
77943
77943
  const durationTextCellView = TableColumnDurationTextCellView.compose({
77944
77944
  baseName: 'table-column-duration-text-cell-view',
77945
- template: template$m,
77945
+ template: template$t,
77946
77946
  styles: styles$s
77947
77947
  });
77948
77948
  DesignSystem.getOrCreate()
@@ -78044,7 +78044,7 @@ focus outline in that case.
78044
78044
  }
78045
78045
  const tableColumnDurationTextGroupHeaderView = TableColumnDurationTextGroupHeaderView.compose({
78046
78046
  baseName: 'table-column-duration-text-group-header-view',
78047
- template: template$n,
78047
+ template: template$u,
78048
78048
  styles: styles$t
78049
78049
  });
78050
78050
  DesignSystem.getOrCreate()
@@ -78097,7 +78097,7 @@ focus outline in that case.
78097
78097
  }
78098
78098
  const nimbleTableColumnDurationText = TableColumnDurationText.compose({
78099
78099
  baseName: 'table-column-duration-text',
78100
- template: template$p,
78100
+ template: template$w,
78101
78101
  styles: styles$v
78102
78102
  });
78103
78103
  DesignSystem.getOrCreate()
@@ -78214,7 +78214,7 @@ focus outline in that case.
78214
78214
  }
78215
78215
  `;
78216
78216
 
78217
- const template$l = html `${template$p}<slot ${slotted('mappings')} name="mapping"></slot>`;
78217
+ const template$s = html `${template$w}<slot ${slotted('mappings')} name="mapping"></slot>`;
78218
78218
 
78219
78219
  const enumBaseValidityFlagNames = [
78220
78220
  'invalidMappingKeyValueForType',
@@ -78324,7 +78324,7 @@ focus outline in that case.
78324
78324
  }
78325
78325
  `;
78326
78326
 
78327
- const template$k = html `
78327
+ const template$r = html `
78328
78328
  ${when(x => x.visualizationTemplate, html `
78329
78329
  <span class="reserve-icon-size">
78330
78330
  ${x => x.visualizationTemplate}
@@ -78468,7 +78468,7 @@ focus outline in that case.
78468
78468
  ], TableColumnMappingGroupHeaderView.prototype, "visualizationTemplate", void 0);
78469
78469
  const mappingGroupHeaderView = TableColumnMappingGroupHeaderView.compose({
78470
78470
  baseName: 'table-column-mapping-group-header-view',
78471
- template: template$k,
78471
+ template: template$r,
78472
78472
  styles: styles$q
78473
78473
  });
78474
78474
  DesignSystem.getOrCreate()
@@ -78500,7 +78500,7 @@ focus outline in that case.
78500
78500
  }
78501
78501
  `;
78502
78502
 
78503
- const template$j = html `
78503
+ const template$q = html `
78504
78504
  ${when(x => x.visualizationTemplate, html `
78505
78505
  <span class="reserve-icon-size">
78506
78506
  ${x => x.visualizationTemplate}
@@ -78587,7 +78587,7 @@ focus outline in that case.
78587
78587
  ], TableColumnMappingCellView.prototype, "hasOverflow", void 0);
78588
78588
  const mappingCellView = TableColumnMappingCellView.compose({
78589
78589
  baseName: 'table-column-mapping-cell-view',
78590
- template: template$j,
78590
+ template: template$q,
78591
78591
  styles: styles$p
78592
78592
  });
78593
78593
  DesignSystem.getOrCreate().withPrefix('nimble').register(mappingCellView());
@@ -78671,23 +78671,23 @@ focus outline in that case.
78671
78671
  ], TableColumnMapping.prototype, "widthMode", void 0);
78672
78672
  const nimbleTableColumnMapping = TableColumnMapping.compose({
78673
78673
  baseName: 'table-column-mapping',
78674
- template: template$l,
78674
+ template: template$s,
78675
78675
  styles: styles$r
78676
78676
  });
78677
78677
  DesignSystem.getOrCreate()
78678
78678
  .withPrefix('nimble')
78679
78679
  .register(nimbleTableColumnMapping());
78680
78680
 
78681
- const template$i = html `
78681
+ const template$p = html `
78682
78682
  <template @delegated-event="${(x, c) => x.onDelegatedEvent(c.event)}"
78683
- >${template$p}</template
78683
+ >${template$w}</template
78684
78684
  >
78685
78685
  `;
78686
78686
 
78687
78687
  /** @internal */
78688
78688
  const cellViewMenuSlotName = 'menu-button-menu';
78689
78689
 
78690
- const template$h = html `
78690
+ const template$o = html `
78691
78691
  ${when(x => x.showMenuButton, html `
78692
78692
  <${menuButtonTag}
78693
78693
  ${ref('menuButton')}
@@ -78781,7 +78781,7 @@ focus outline in that case.
78781
78781
  ], TableColumnMenuButtonCellView.prototype, "showMenuButton", null);
78782
78782
  const menuButtonCellView = TableColumnMenuButtonCellView.compose({
78783
78783
  baseName: 'table-column-menu-button-cell-view',
78784
- template: template$h,
78784
+ template: template$o,
78785
78785
  styles: styles$o
78786
78786
  });
78787
78787
  DesignSystem.getOrCreate().withPrefix('nimble').register(menuButtonCellView());
@@ -78837,7 +78837,7 @@ focus outline in that case.
78837
78837
  ], TableColumnMenuButton.prototype, "menuSlot", void 0);
78838
78838
  const nimbleTableColumnMenuButton = TableColumnMenuButton.compose({
78839
78839
  baseName: 'table-column-menu-button',
78840
- template: template$i,
78840
+ template: template$p,
78841
78841
  styles: styles$v
78842
78842
  });
78843
78843
  DesignSystem.getOrCreate()
@@ -78846,7 +78846,7 @@ focus outline in that case.
78846
78846
 
78847
78847
  // Avoiding a wrapping <template> and be careful about starting and ending whitespace
78848
78848
  // so the template can be composed into other column header templates
78849
- const template$g = html `<span
78849
+ const template$n = html `<span
78850
78850
  ${overflow('hasOverflow')}
78851
78851
  class="header-content"
78852
78852
  title=${x => (x.hasOverflow && x.headerTextContent ? x.headerTextContent : null)}
@@ -78865,7 +78865,7 @@ focus outline in that case.
78865
78865
  }
78866
78866
  const tableColumnNumberTextGroupHeaderView = TableColumnNumberTextGroupHeaderView.compose({
78867
78867
  baseName: 'table-column-number-text-group-header-view',
78868
- template: template$n,
78868
+ template: template$u,
78869
78869
  styles: styles$t
78870
78870
  });
78871
78871
  DesignSystem.getOrCreate()
@@ -78887,7 +78887,7 @@ focus outline in that case.
78887
78887
  }
78888
78888
  const numberTextCellView = TableColumnNumberTextCellView.compose({
78889
78889
  baseName: 'table-column-number-text-cell-view',
78890
- template: template$m,
78890
+ template: template$t,
78891
78891
  styles: styles$s
78892
78892
  });
78893
78893
  DesignSystem.getOrCreate().withPrefix('nimble').register(numberTextCellView());
@@ -79428,7 +79428,7 @@ focus outline in that case.
79428
79428
  ], TableColumnNumberText.prototype, "unit", void 0);
79429
79429
  const nimbleTableColumnNumberText = TableColumnNumberText.compose({
79430
79430
  baseName: 'table-column-number-text',
79431
- template: template$g,
79431
+ template: template$n,
79432
79432
  styles: styles$v
79433
79433
  });
79434
79434
  DesignSystem.getOrCreate()
@@ -79447,7 +79447,7 @@ focus outline in that case.
79447
79447
  }
79448
79448
  const textCellView = TableColumnTextCellView.compose({
79449
79449
  baseName: 'table-column-text-cell-view',
79450
- template: template$m,
79450
+ template: template$t,
79451
79451
  styles: styles$s
79452
79452
  });
79453
79453
  DesignSystem.getOrCreate().withPrefix('nimble').register(textCellView());
@@ -79502,7 +79502,7 @@ focus outline in that case.
79502
79502
  }
79503
79503
  const nimbleTableColumnText = TableColumnText.compose({
79504
79504
  baseName: 'table-column-text',
79505
- template: template$p,
79505
+ template: template$w,
79506
79506
  styles: styles$v
79507
79507
  });
79508
79508
  DesignSystem.getOrCreate()
@@ -79591,7 +79591,7 @@ focus outline in that case.
79591
79591
  const nimbleTabs = Tabs.compose({
79592
79592
  baseName: 'tabs',
79593
79593
  baseClass: Tabs$1,
79594
- template: template$T,
79594
+ template: template$_,
79595
79595
  styles: styles$n
79596
79596
  });
79597
79597
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabs());
@@ -79628,7 +79628,7 @@ focus outline in that case.
79628
79628
  }
79629
79629
  `;
79630
79630
 
79631
- const template$f = (context, definition) => html `
79631
+ const template$m = (context, definition) => html `
79632
79632
  <template slot="end">
79633
79633
  ${when(x => x.defaultSlottedElements.length > 0, html `
79634
79634
  <div class="separator"></div>
@@ -79660,7 +79660,7 @@ focus outline in that case.
79660
79660
  ], TabsToolbar.prototype, "defaultSlottedElements", void 0);
79661
79661
  const nimbleTabsToolbar = TabsToolbar.compose({
79662
79662
  baseName: 'tabs-toolbar',
79663
- template: template$f,
79663
+ template: template$m,
79664
79664
  styles: styles$m
79665
79665
  });
79666
79666
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabsToolbar());
@@ -79866,7 +79866,7 @@ focus outline in that case.
79866
79866
  <slot ${slotted('defaultSlottedNodes')}></slot>
79867
79867
  </label>
79868
79868
  `);
79869
- const template$e = () => html `
79869
+ const template$l = () => html `
79870
79870
  ${labelTemplate$1}
79871
79871
  <div class="container">
79872
79872
  <textarea
@@ -80014,7 +80014,7 @@ focus outline in that case.
80014
80014
  const nimbleTextArea = TextArea.compose({
80015
80015
  baseName: 'text-area',
80016
80016
  baseClass: TextArea$1,
80017
- template: template$e,
80017
+ template: template$l,
80018
80018
  styles: styles$l,
80019
80019
  shadowOptions: {
80020
80020
  delegatesFocus: true
@@ -80309,7 +80309,7 @@ focus outline in that case.
80309
80309
  * The template for the {@link @ni/fast-foundation#(TextField:class)} component.
80310
80310
  * @public
80311
80311
  */
80312
- const template$d = (context, definition) => html `
80312
+ const template$k = (context, definition) => html `
80313
80313
  <template
80314
80314
  class="
80315
80315
  ${x => (x.readOnly ? 'readonly' : '')}
@@ -80394,7 +80394,7 @@ focus outline in that case.
80394
80394
  const nimbleTextField = TextField.compose({
80395
80395
  baseName: 'text-field',
80396
80396
  baseClass: TextField$1,
80397
- template: template$d,
80397
+ template: template$k,
80398
80398
  styles: styles$k,
80399
80399
  shadowOptions: {
80400
80400
  delegatesFocus: true
@@ -80498,7 +80498,7 @@ focus outline in that case.
80498
80498
  }
80499
80499
  `));
80500
80500
 
80501
- const template$c = html `
80501
+ const template$j = html `
80502
80502
  ${when(x => x.tooltipVisible, html `
80503
80503
  <${anchoredRegionTag}
80504
80504
  class="anchored-region"
@@ -80550,7 +80550,7 @@ focus outline in that case.
80550
80550
  const nimbleTooltip = Tooltip.compose({
80551
80551
  baseName: 'tooltip',
80552
80552
  baseClass: Tooltip$1,
80553
- template: template$c,
80553
+ template: template$j,
80554
80554
  styles: styles$j
80555
80555
  });
80556
80556
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTooltip());
@@ -80875,7 +80875,7 @@ focus outline in that case.
80875
80875
  }
80876
80876
  `;
80877
80877
 
80878
- const template$b = html `
80878
+ const template$i = html `
80879
80879
  <template
80880
80880
  role="tree"
80881
80881
  ${ref('treeView')}
@@ -80971,7 +80971,7 @@ focus outline in that case.
80971
80971
  const nimbleTreeView = TreeView.compose({
80972
80972
  baseName: 'tree-view',
80973
80973
  baseClass: TreeView$1,
80974
- template: template$b,
80974
+ template: template$i,
80975
80975
  styles: styles$h
80976
80976
  });
80977
80977
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTreeView());
@@ -81088,7 +81088,7 @@ focus outline in that case.
81088
81088
  }
81089
81089
  const unitScaleByte = new UnitScaleByte();
81090
81090
 
81091
- const template$a = html `<template slot="unit"></template>`;
81091
+ const template$h = html `<template slot="unit"></template>`;
81092
81092
 
81093
81093
  const styles$g = css `
81094
81094
  ${display$1('none')}
@@ -81118,7 +81118,7 @@ focus outline in that case.
81118
81118
  ], UnitByte.prototype, "binary", void 0);
81119
81119
  const nimbleUnitByte = UnitByte.compose({
81120
81120
  baseName: 'unit-byte',
81121
- template: template$a,
81121
+ template: template$h,
81122
81122
  styles: styles$g
81123
81123
  });
81124
81124
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleUnitByte());
@@ -81171,7 +81171,7 @@ focus outline in that case.
81171
81171
  }
81172
81172
  const nimbleUnitVolt = UnitVolt.compose({
81173
81173
  baseName: 'unit-volt',
81174
- template: template$a,
81174
+ template: template$h,
81175
81175
  styles: styles$g
81176
81176
  });
81177
81177
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleUnitVolt());
@@ -95486,7 +95486,7 @@ focus outline in that case.
95486
95486
  return new Table(reader.readAll());
95487
95487
  }
95488
95488
 
95489
- const template$9 = html `
95489
+ const template$g = html `
95490
95490
  <div class="wafer-map-container">
95491
95491
  <svg class="svg-root">
95492
95492
  <g ${ref('zoomContainer')} transform=${x => x.transform.toString()}>
@@ -98544,7 +98544,7 @@ focus outline in that case.
98544
98544
  ], WaferMap.prototype, "colorScale", void 0);
98545
98545
  const nimbleWaferMap = WaferMap.compose({
98546
98546
  baseName: 'wafer-map',
98547
- template: template$9,
98547
+ template: template$g,
98548
98548
  styles: styles$f
98549
98549
  });
98550
98550
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleWaferMap());
@@ -98630,7 +98630,7 @@ focus outline in that case.
98630
98630
  }
98631
98631
  `;
98632
98632
 
98633
- const template$8 = html `
98633
+ const template$f = html `
98634
98634
  <div class="toolbar ${x => (x.toolbarEmpty ? 'toolbar-empty' : '')}">
98635
98635
  <slot name="toolbar" ${slotted({ property: 'slottedToolbarElements' })}></slot>
98636
98636
  </div>
@@ -98712,7 +98712,7 @@ focus outline in that case.
98712
98712
  ], ChatConversation.prototype, "slottedEndElements", void 0);
98713
98713
  const sprightChatConversation = ChatConversation.compose({
98714
98714
  baseName: 'chat-conversation',
98715
- template: template$8,
98715
+ template: template$f,
98716
98716
  styles: styles$e
98717
98717
  });
98718
98718
  DesignSystem.getOrCreate()
@@ -98864,7 +98864,7 @@ focus outline in that case.
98864
98864
  }
98865
98865
  `;
98866
98866
 
98867
- const template$7 = html `
98867
+ const template$e = html `
98868
98868
  <div class="container">
98869
98869
  <section class="attachments ${x => (x.attachmentsIsEmpty ? '' : 'has-content')}">
98870
98870
  <slot
@@ -99116,7 +99116,7 @@ focus outline in that case.
99116
99116
  ], ChatInput.prototype, "slottedAttachmentsElements", void 0);
99117
99117
  const sprightChatInput = ChatInput.compose({
99118
99118
  baseName: 'chat-input',
99119
- template: template$7,
99119
+ template: template$e,
99120
99120
  styles: styles$d,
99121
99121
  shadowOptions: {
99122
99122
  delegatesFocus: true
@@ -99209,7 +99209,7 @@ focus outline in that case.
99209
99209
  }
99210
99210
  `;
99211
99211
 
99212
- const template$6 = (context, definition) => html `
99212
+ const template$d = (context, definition) => html `
99213
99213
  <div class="container">
99214
99214
  ${startSlotTemplate(context, definition)}
99215
99215
  <section class="message-content">
@@ -99258,7 +99258,7 @@ focus outline in that case.
99258
99258
  applyMixins(ChatMessage, StartEnd);
99259
99259
  const sprightChatMessage = ChatMessage.compose({
99260
99260
  baseName: 'chat-message',
99261
- template: template$6,
99261
+ template: template$d,
99262
99262
  styles: styles$c
99263
99263
  });
99264
99264
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessage());
@@ -99321,7 +99321,7 @@ focus outline in that case.
99321
99321
  }
99322
99322
  `;
99323
99323
 
99324
- const template$5 = (context, definition) => html `
99324
+ const template$c = (context, definition) => html `
99325
99325
  <div class="container">
99326
99326
  ${startSlotTemplate(context, definition)}
99327
99327
  <section class="message-content">
@@ -99359,7 +99359,7 @@ focus outline in that case.
99359
99359
  applyMixins(ChatMessageInbound, StartEnd);
99360
99360
  const sprightChatMessageInbound = ChatMessageInbound.compose({
99361
99361
  baseName: 'chat-message-inbound',
99362
- template: template$5,
99362
+ template: template$c,
99363
99363
  styles: styles$b
99364
99364
  });
99365
99365
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageInbound());
@@ -99398,7 +99398,7 @@ focus outline in that case.
99398
99398
  }
99399
99399
  `;
99400
99400
 
99401
- const template$4 = () => html `
99401
+ const template$b = () => html `
99402
99402
  <div class="container">
99403
99403
  <section class="message-content">
99404
99404
  <slot></slot>
@@ -99413,7 +99413,7 @@ focus outline in that case.
99413
99413
  }
99414
99414
  const sprightChatMessageOutbound = ChatMessageOutbound.compose({
99415
99415
  baseName: 'chat-message-outbound',
99416
- template: template$4,
99416
+ template: template$b,
99417
99417
  styles: styles$a
99418
99418
  });
99419
99419
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageOutbound());
@@ -99445,7 +99445,7 @@ focus outline in that case.
99445
99445
  }
99446
99446
  `;
99447
99447
 
99448
- const template$3 = () => html `
99448
+ const template$a = () => html `
99449
99449
  <div class="container">
99450
99450
  <section class="message-content">
99451
99451
  <slot></slot>
@@ -99460,7 +99460,7 @@ focus outline in that case.
99460
99460
  }
99461
99461
  const sprightChatMessageSystem = ChatMessageSystem.compose({
99462
99462
  baseName: 'chat-message-system',
99463
- template: template$3,
99463
+ template: template$a,
99464
99464
  styles: styles$9
99465
99465
  });
99466
99466
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageSystem());
@@ -99568,7 +99568,7 @@ focus outline in that case.
99568
99568
  <path class="nigel-chat-dark-0" d="M11.36,7.6l-.03.02c-1.12.61-2.04,1.53-2.65,2.65l-.02.03c-.1.18-.35.18-.45,0l-.02-.03c-.61-1.12-1.53-2.04-2.65-2.65l-.03-.02c-.18-.1-.18-.35,0-.45l.03-.02c1.12-.61,2.04-1.53,2.65-2.65l.02-.03c.1-.18.35-.18.45,0l.02.03c.61,1.12,1.53,2.04,2.65,2.65l.03.02c.18.1.18.35,0,.45Z"/>
99569
99569
  </svg>`;
99570
99570
 
99571
- const template$2 = html `
99571
+ const template$9 = html `
99572
99572
  <div class="icon light-icon" aria-hidden="true" :innerHTML="${() => nigelChatLightData}"></div>
99573
99573
  <div class="icon dark-icon" aria-hidden="true" :innerHTML="${() => nigelChatDarkData}"></div>
99574
99574
  `;
@@ -99597,7 +99597,7 @@ focus outline in that case.
99597
99597
  }
99598
99598
  const sprightIconNigelChat = IconNigelChat.compose({
99599
99599
  baseName: 'icon-nigel-chat',
99600
- template: template$2,
99600
+ template: template$9,
99601
99601
  styles: styles$7
99602
99602
  });
99603
99603
  DesignSystem.getOrCreate()
@@ -99605,7 +99605,7 @@ focus outline in that case.
99605
99605
  .register(sprightIconNigelChat());
99606
99606
  const iconNigelChatTag = 'spright-icon-nigel-chat';
99607
99607
 
99608
- const template$1 = () => html `
99608
+ const template$8 = () => html `
99609
99609
  <div class="container">
99610
99610
  <div class="brand-icon">
99611
99611
  <slot name="brand-icon">
@@ -99637,11 +99637,226 @@ focus outline in that case.
99637
99637
  ], ChatMessageWelcome.prototype, "subtitle", void 0);
99638
99638
  const sprightChatMessageWelcome = ChatMessageWelcome.compose({
99639
99639
  baseName: 'chat-message-welcome',
99640
- template: template$1,
99640
+ template: template$8,
99641
99641
  styles: styles$8
99642
99642
  });
99643
99643
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageWelcome());
99644
99644
 
99645
+ const iconData$6 = `<?xml version="1.0" encoding="UTF-8"?>
99646
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
99647
+ <defs>
99648
+ <style>
99649
+ .breakpoint-conditional-0 {
99650
+ fill: #c42126;
99651
+ }
99652
+ </style>
99653
+ </defs>
99654
+ <path class="breakpoint-conditional-0" d="M8,3c-2.76,0-5,2.24-5,5s2.24,5,5,5,5-2.24,5-5-2.24-5-5-5ZM11,9h-2v2h-2v-2h-2v-2h2v-2h2v2h2v2Z"/>
99655
+ </svg>`;
99656
+
99657
+ /**
99658
+ * Spright breakpoint conditional icon.
99659
+ */
99660
+ class IconBreakpointConditional extends Icon {
99661
+ }
99662
+ const template$7 = html `
99663
+ <div class="icon" aria-hidden="true" :innerHTML="${() => iconData$6}"></div>
99664
+ `;
99665
+ const sprightIconBreakpointConditional = IconBreakpointConditional.compose({
99666
+ baseName: 'icon-breakpoint-conditional',
99667
+ template: template$7,
99668
+ styles: styles$1e
99669
+ });
99670
+ DesignSystem.getOrCreate()
99671
+ .withPrefix('spright')
99672
+ .register(sprightIconBreakpointConditional());
99673
+
99674
+ const iconData$5 = `<?xml version="1.0" encoding="UTF-8"?>
99675
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
99676
+ <defs>
99677
+ <style>
99678
+ .breakpoint-disabled-0 {
99679
+ fill: #161617;
99680
+ opacity: .3;
99681
+ }
99682
+ </style>
99683
+ </defs>
99684
+ <circle class="breakpoint-disabled-0" cx="8" cy="8" r="5"/>
99685
+ </svg>`;
99686
+
99687
+ /**
99688
+ * Spright breakpoint disabled icon.
99689
+ */
99690
+ class IconBreakpointDisabled extends Icon {
99691
+ }
99692
+ const template$6 = html `
99693
+ <div class="icon" aria-hidden="true" :innerHTML="${() => iconData$5}"></div>
99694
+ `;
99695
+ const sprightIconBreakpointDisabled = IconBreakpointDisabled.compose({
99696
+ baseName: 'icon-breakpoint-disabled',
99697
+ template: template$6,
99698
+ styles: styles$1e
99699
+ });
99700
+ DesignSystem.getOrCreate()
99701
+ .withPrefix('spright')
99702
+ .register(sprightIconBreakpointDisabled());
99703
+
99704
+ const iconData$4 = `<?xml version="1.0" encoding="UTF-8"?>
99705
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
99706
+ <defs>
99707
+ <style>
99708
+ .breakpoint-enabled-0 {
99709
+ fill: #c42126;
99710
+ }
99711
+ </style>
99712
+ </defs>
99713
+ <circle class="breakpoint-enabled-0" cx="8" cy="8" r="5"/>
99714
+ </svg>`;
99715
+
99716
+ /**
99717
+ * Spright breakpoint enabled icon.
99718
+ */
99719
+ class IconBreakpointEnabled extends Icon {
99720
+ }
99721
+ const template$5 = html `
99722
+ <div class="icon" aria-hidden="true" :innerHTML="${() => iconData$4}"></div>
99723
+ `;
99724
+ const sprightIconBreakpointEnabled = IconBreakpointEnabled.compose({
99725
+ baseName: 'icon-breakpoint-enabled',
99726
+ template: template$5,
99727
+ styles: styles$1e
99728
+ });
99729
+ DesignSystem.getOrCreate()
99730
+ .withPrefix('spright')
99731
+ .register(sprightIconBreakpointEnabled());
99732
+
99733
+ const iconData$3 = `<?xml version="1.0" encoding="UTF-8"?>
99734
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
99735
+ <defs>
99736
+ <style>
99737
+ .breakpoint-execution-pointer-0 {
99738
+ fill: #161617;
99739
+ }
99740
+ </style>
99741
+ </defs>
99742
+ <polygon class="breakpoint-execution-pointer-0" points="7.97 4.37 7.29 5.49 9.8 7 2 7 2 9 9.8 9 7.29 10.51 7.97 11.63 14 8 7.97 4.37"/>
99743
+ </svg>`;
99744
+
99745
+ /**
99746
+ * Spright breakpoint execution pointer icon.
99747
+ */
99748
+ class IconBreakpointExecutionPointer extends Icon {
99749
+ }
99750
+ const template$4 = html `
99751
+ <div class="icon" aria-hidden="true" :innerHTML="${() => iconData$3}"></div>
99752
+ `;
99753
+ const sprightIconBreakpointExecutionPointer = IconBreakpointExecutionPointer.compose({
99754
+ baseName: 'icon-breakpoint-execution-pointer',
99755
+ template: template$4,
99756
+ styles: styles$1e
99757
+ });
99758
+ DesignSystem.getOrCreate()
99759
+ .withPrefix('spright')
99760
+ .register(sprightIconBreakpointExecutionPointer());
99761
+
99762
+ const iconData$2 = `<?xml version="1.0" encoding="UTF-8"?>
99763
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
99764
+ <defs>
99765
+ <style>
99766
+ .breakpoint-hit-disabled-0 {
99767
+ opacity: .3;
99768
+ }
99769
+
99770
+ .breakpoint-hit-disabled-0, .breakpoint-hit-disabled-1 {
99771
+ fill: #161617;
99772
+ }
99773
+ </style>
99774
+ </defs>
99775
+ <path class="breakpoint-hit-disabled-0" d="M3.36,6.25c.71-1.89,2.5-3.25,4.64-3.25s3.98,1.4,4.67,3.33l-4.96-2.99-1.45,2.4.84.51h-3.75ZM7.71,12.66l-1.45-2.4.84-.51h-3.75c.71,1.89,2.5,3.25,4.64,3.25s3.98-1.4,4.67-3.33l-4.96,2.99Z"/>
99776
+ <polygon class="breakpoint-hit-disabled-1" points="7.97 4.37 7.29 5.49 9.8 7 2 7 2 9 9.8 9 7.29 10.51 7.97 11.63 14 8 7.97 4.37"/>
99777
+ </svg>`;
99778
+
99779
+ /**
99780
+ * Spright breakpoint hit disabled icon.
99781
+ */
99782
+ class IconBreakpointHitDisabled extends Icon {
99783
+ }
99784
+ const template$3 = html `
99785
+ <div class="icon" aria-hidden="true" :innerHTML="${() => iconData$2}"></div>
99786
+ `;
99787
+ const sprightIconBreakpointHitDisabled = IconBreakpointHitDisabled.compose({
99788
+ baseName: 'icon-breakpoint-hit-disabled',
99789
+ template: template$3,
99790
+ styles: styles$1e
99791
+ });
99792
+ DesignSystem.getOrCreate()
99793
+ .withPrefix('spright')
99794
+ .register(sprightIconBreakpointHitDisabled());
99795
+
99796
+ const iconData$1 = `<?xml version="1.0" encoding="UTF-8"?>
99797
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
99798
+ <defs>
99799
+ <style>
99800
+ .breakpoint-hit-0 {
99801
+ fill: #c42126;
99802
+ }
99803
+
99804
+ .breakpoint-hit-1 {
99805
+ fill: #161617;
99806
+ }
99807
+ </style>
99808
+ </defs>
99809
+ <path class="breakpoint-hit-0" d="M3.36,6.25c.71-1.89,2.5-3.25,4.64-3.25s3.98,1.4,4.67,3.33l-4.96-2.99-1.45,2.4.84.51h-3.75ZM7.71,12.66l-1.45-2.4.84-.51h-3.75c.71,1.89,2.5,3.25,4.64,3.25s3.98-1.4,4.67-3.33l-4.96,2.99Z"/>
99810
+ <polygon class="breakpoint-hit-1" points="7.97 4.37 7.29 5.49 9.8 7 2 7 2 9 9.8 9 7.29 10.51 7.97 11.63 14 8 7.97 4.37"/>
99811
+ </svg>`;
99812
+
99813
+ /**
99814
+ * Spright breakpoint hit icon.
99815
+ */
99816
+ class IconBreakpointHit extends Icon {
99817
+ }
99818
+ const template$2 = html `
99819
+ <div class="icon" aria-hidden="true" :innerHTML="${() => iconData$1}"></div>
99820
+ `;
99821
+ const sprightIconBreakpointHit = IconBreakpointHit.compose({
99822
+ baseName: 'icon-breakpoint-hit',
99823
+ template: template$2,
99824
+ styles: styles$1e
99825
+ });
99826
+ DesignSystem.getOrCreate()
99827
+ .withPrefix('spright')
99828
+ .register(sprightIconBreakpointHit());
99829
+
99830
+ const iconData = `<?xml version="1.0" encoding="UTF-8"?>
99831
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
99832
+ <defs>
99833
+ <style>
99834
+ .breakpoint-hover-0 {
99835
+ fill: #c42126;
99836
+ opacity: .3;
99837
+ }
99838
+ </style>
99839
+ </defs>
99840
+ <circle class="breakpoint-hover-0" cx="8" cy="8" r="5"/>
99841
+ </svg>`;
99842
+
99843
+ /**
99844
+ * Spright breakpoint hover icon.
99845
+ */
99846
+ class IconBreakpointHover extends Icon {
99847
+ }
99848
+ const template$1 = html `
99849
+ <div class="icon" aria-hidden="true" :innerHTML="${() => iconData}"></div>
99850
+ `;
99851
+ const sprightIconBreakpointHover = IconBreakpointHover.compose({
99852
+ baseName: 'icon-breakpoint-hover',
99853
+ template: template$1,
99854
+ styles: styles$1e
99855
+ });
99856
+ DesignSystem.getOrCreate()
99857
+ .withPrefix('spright')
99858
+ .register(sprightIconBreakpointHover());
99859
+
99645
99860
  const styles$6 = css `
99646
99861
  ${styles$1e}
99647
99862
 
@@ -99660,7 +99875,7 @@ focus outline in that case.
99660
99875
  }
99661
99876
  const sprightIconWorkItemCalendarWeek = IconWorkItemCalendarWeek.compose({
99662
99877
  baseName: 'icon-work-item-calendar-week',
99663
- template: template$X,
99878
+ template: template$12,
99664
99879
  styles: styles$6
99665
99880
  });
99666
99881
  DesignSystem.getOrCreate()
@@ -99685,7 +99900,7 @@ focus outline in that case.
99685
99900
  }
99686
99901
  const sprightIconWorkItemCalipers = IconWorkItemCalipers.compose({
99687
99902
  baseName: 'icon-work-item-calipers',
99688
- template: template$X,
99903
+ template: template$12,
99689
99904
  styles: styles$5
99690
99905
  });
99691
99906
  DesignSystem.getOrCreate()
@@ -99710,7 +99925,7 @@ focus outline in that case.
99710
99925
  }
99711
99926
  const sprightIconWorkItemForklift = IconWorkItemForklift.compose({
99712
99927
  baseName: 'icon-work-item-forklift',
99713
- template: template$X,
99928
+ template: template$12,
99714
99929
  styles: styles$4
99715
99930
  });
99716
99931
  DesignSystem.getOrCreate()
@@ -99735,7 +99950,7 @@ focus outline in that case.
99735
99950
  }
99736
99951
  const sprightIconWorkItemRectangleCheckLines = IconWorkItemRectangleCheckLines.compose({
99737
99952
  baseName: 'icon-work-item-rectangle-check-lines',
99738
- template: template$X,
99953
+ template: template$12,
99739
99954
  styles: styles$3
99740
99955
  });
99741
99956
  DesignSystem.getOrCreate()
@@ -99760,7 +99975,7 @@ focus outline in that case.
99760
99975
  }
99761
99976
  const sprightIconWorkItemUserHelmetSafety = IconWorkItemUserHelmetSafety.compose({
99762
99977
  baseName: 'icon-work-item-user-helmet-safety',
99763
- template: template$X,
99978
+ template: template$12,
99764
99979
  styles: styles$2
99765
99980
  });
99766
99981
  DesignSystem.getOrCreate()
@@ -99785,7 +100000,7 @@ focus outline in that case.
99785
100000
  }
99786
100001
  const sprightIconWorkItemWrenchHammer = IconWorkItemWrenchHammer.compose({
99787
100002
  baseName: 'icon-work-item-wrench-hammer',
99788
- template: template$X,
100003
+ template: template$12,
99789
100004
  styles: styles$1
99790
100005
  });
99791
100006
  DesignSystem.getOrCreate()