@ni/spright-components 6.18.2 → 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 +372 -148
  2. package/dist/all-components-bundle.js.map +1 -1
  3. package/dist/all-components-bundle.min.js +755 -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,10 +14899,19 @@
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')}
14906
+
14907
+ :host {
14908
+ color-scheme: light;
14909
+ }
14910
+
14911
+ :host([theme='dark']),
14912
+ :host([theme='color']) {
14913
+ color-scheme: dark;
14914
+ }
14906
14915
  `;
14907
14916
 
14908
14917
  /**
@@ -15017,7 +15026,7 @@
15017
15026
  const nimbleDesignSystemProvider = ThemeProvider.compose({
15018
15027
  baseName: 'theme-provider',
15019
15028
  styles: styles$1m,
15020
- template: template$$
15029
+ template: template$16
15021
15030
  });
15022
15031
  DesignSystem.getOrCreate()
15023
15032
  .withPrefix('nimble')
@@ -16739,7 +16748,7 @@
16739
16748
  }
16740
16749
  `;
16741
16750
 
16742
- const template$_ = (_context, definition) => html `${
16751
+ const template$15 = (_context, definition) => html `${
16743
16752
  /* top-container div is necessary because setting contenteditable directly on the native anchor instead
16744
16753
  leaves it focusable, unlike the behavior you get when the anchor is _within_ a contenteditable element.
16745
16754
  */ ''}<div
@@ -16842,7 +16851,7 @@
16842
16851
  const nimbleAnchor = Anchor.compose({
16843
16852
  baseName: 'anchor',
16844
16853
  baseClass: Anchor$1,
16845
- template: template$_,
16854
+ template: template$15,
16846
16855
  styles: styles$1l,
16847
16856
  shadowOptions: {
16848
16857
  delegatesFocus: true
@@ -17257,7 +17266,7 @@
17257
17266
  }
17258
17267
  `;
17259
17268
 
17260
- const template$Z = (context, definition) => html `
17269
+ const template$14 = (context, definition) => html `
17261
17270
  <a
17262
17271
  class="control"
17263
17272
  part="control"
@@ -17339,7 +17348,7 @@
17339
17348
  ], AnchorButton.prototype, "disabled", void 0);
17340
17349
  const nimbleAnchorButton = AnchorButton.compose({
17341
17350
  baseName: 'anchor-button',
17342
- template: template$Z,
17351
+ template: template$14,
17343
17352
  styles: styles$1j,
17344
17353
  shadowOptions: {
17345
17354
  delegatesFocus: true
@@ -17431,7 +17440,7 @@
17431
17440
  }
17432
17441
  `;
17433
17442
 
17434
- const template$Y = (context, definition) => html `
17443
+ const template$13 = (context, definition) => html `
17435
17444
  <template
17436
17445
  role="menuitem"
17437
17446
  class="${x => (typeof x.startColumnCount === 'number'
@@ -17532,7 +17541,7 @@
17532
17541
  // FoundationAnchor already applies the StartEnd mixin, so we don't need to do it here.
17533
17542
  const nimbleAnchorMenuItem = AnchorMenuItem.compose({
17534
17543
  baseName: 'anchor-menu-item',
17535
- template: template$Y,
17544
+ template: template$13,
17536
17545
  styles: styles$1i,
17537
17546
  shadowOptions: {
17538
17547
  delegatesFocus: true
@@ -18370,7 +18379,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
18370
18379
  };
18371
18380
  const arrowRightThin16X16 = {
18372
18381
  name: 'arrow_right_thin_16_x_16',
18373
- 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>`,
18374
18383
  };
18375
18384
  const arrowRightToLine16X16 = {
18376
18385
  name: 'arrow_right_to_line_16_x_16',
@@ -19254,7 +19263,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19254
19263
  };
19255
19264
 
19256
19265
  // Avoiding any whitespace in the template because this is an inline element
19257
- const template$X = html `<div
19266
+ const template$12 = html `<div
19258
19267
  class="icon"
19259
19268
  aria-hidden="true"
19260
19269
  :innerHTML=${x => x.icon.data}
@@ -19323,7 +19332,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19323
19332
  const registerIconSvg = (baseName, iconClass) => {
19324
19333
  const composedIcon = iconClass.compose({
19325
19334
  baseName,
19326
- template: template$X,
19335
+ template: template$12,
19327
19336
  styles: styles$1e
19328
19337
  });
19329
19338
  DesignSystem.getOrCreate().withPrefix('nimble').register(composedIcon());
@@ -19448,7 +19457,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19448
19457
  */
19449
19458
  const StepperOrientation = Orientation;
19450
19459
 
19451
- const template$W = (context, definition) => html `
19460
+ const template$11 = (context, definition) => html `
19452
19461
  <template slot="step">
19453
19462
  <li class="
19454
19463
  container
@@ -19595,7 +19604,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19595
19604
  ], AnchorStep.prototype, "tabIndex", void 0);
19596
19605
  const nimbleAnchorStep = AnchorStep.compose({
19597
19606
  baseName: 'anchor-step',
19598
- template: template$W,
19607
+ template: template$11,
19599
19608
  styles: styles$1f,
19600
19609
  shadowOptions: {
19601
19610
  delegatesFocus: true
@@ -19720,7 +19729,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19720
19729
  }
19721
19730
  `;
19722
19731
 
19723
- const template$V = (context, definition) => html `
19732
+ const template$10 = (context, definition) => html `
19724
19733
  <template slot="anchortab" role="tab" aria-disabled="${x => x.disabled}">
19725
19734
  <a
19726
19735
  download="${x => x.download}"
@@ -19772,7 +19781,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19772
19781
  // FoundationAnchor already applies the StartEnd mixin, so we don't need to do it here.
19773
19782
  const nimbleAnchorTab = AnchorTab.compose({
19774
19783
  baseName: 'anchor-tab',
19775
- template: template$V,
19784
+ template: template$10,
19776
19785
  styles: styles$1d,
19777
19786
  shadowOptions: {
19778
19787
  delegatesFocus: true
@@ -19825,7 +19834,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19825
19834
  ${buttonAppearanceVariantStyles}
19826
19835
  `;
19827
19836
 
19828
- const template$U = (context, definition) => html `
19837
+ const template$$ = (context, definition) => html `
19829
19838
  <button
19830
19839
  class="control"
19831
19840
  part="control"
@@ -19916,7 +19925,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19916
19925
  const nimbleButton = Button.compose({
19917
19926
  baseName: 'button',
19918
19927
  baseClass: Button$1,
19919
- template: template$U,
19928
+ template: template$$,
19920
19929
  styles: styles$1b,
19921
19930
  shadowOptions: {
19922
19931
  delegatesFocus: true
@@ -19951,7 +19960,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19951
19960
  registerIconSvg('icon-arrow-expander-right', IconArrowExpanderRight);
19952
19961
  const iconArrowExpanderRightTag = 'nimble-icon-arrow-expander-right';
19953
19962
 
19954
- const template$T = (context, definition) => html `
19963
+ const template$_ = (context, definition) => html `
19955
19964
  <div
19956
19965
  class="tab-bar"
19957
19966
  >
@@ -20252,7 +20261,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
20252
20261
  applyMixins(AnchorTabs, StartEnd);
20253
20262
  const nimbleAnchorTabs = AnchorTabs.compose({
20254
20263
  baseName: 'anchor-tabs',
20255
- template: template$T,
20264
+ template: template$_,
20256
20265
  styles: styles$1c,
20257
20266
  shadowOptions: {
20258
20267
  delegatesFocus: false
@@ -20365,7 +20374,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
20365
20374
  }
20366
20375
  `;
20367
20376
 
20368
- const template$S = (context, definition) => html `
20377
+ const template$Z = (context, definition) => html `
20369
20378
  <template
20370
20379
  role="treeitem"
20371
20380
  slot="${x => (x.isNestedItem() ? 'item' : null)}"
@@ -20502,7 +20511,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
20502
20511
  // FoundationAnchor already applies the StartEnd mixin, so we don't need to do it here.
20503
20512
  const nimbleAnchorTreeItem = AnchorTreeItem.compose({
20504
20513
  baseName: 'anchor-tree-item',
20505
- template: template$S,
20514
+ template: template$Z,
20506
20515
  styles: styles$1a,
20507
20516
  shadowOptions: {
20508
20517
  delegatesFocus: true
@@ -20709,7 +20718,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
20709
20718
  information: 'information'
20710
20719
  };
20711
20720
 
20712
- const template$R = html `
20721
+ const template$Y = html `
20713
20722
  <${themeProviderTag} theme="${Theme.color}">
20714
20723
  <div class="container"
20715
20724
  role="status"
@@ -20827,7 +20836,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
20827
20836
  applyMixins(Banner, ARIAGlobalStatesAndProperties);
20828
20837
  const nimbleBanner = Banner.compose({
20829
20838
  baseName: 'banner',
20830
- template: template$R,
20839
+ template: template$Y,
20831
20840
  styles: styles$18
20832
20841
  });
20833
20842
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleBanner());
@@ -21105,7 +21114,7 @@ so this becomes the fallback color for the slot */ ''}
21105
21114
  }
21106
21115
  `;
21107
21116
 
21108
- const template$Q = html `
21117
+ const template$X = html `
21109
21118
  <section aria-labelledby="title-slot">
21110
21119
  <span id="title-slot"><slot name="title"></slot></span>
21111
21120
  <slot></slot>
@@ -21120,7 +21129,7 @@ so this becomes the fallback color for the slot */ ''}
21120
21129
  const nimbleCard = Card.compose({
21121
21130
  baseName: 'card',
21122
21131
  baseClass: Card$1,
21123
- template: template$Q,
21132
+ template: template$X,
21124
21133
  styles: styles$15
21125
21134
  });
21126
21135
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleCard());
@@ -21466,7 +21475,7 @@ so this becomes the fallback color for the slot */ ''}
21466
21475
  </div>
21467
21476
  `;
21468
21477
 
21469
- const template$P = (_context, definition) => html `
21478
+ const template$W = (_context, definition) => html `
21470
21479
  <template
21471
21480
  role="checkbox"
21472
21481
  aria-checked="${x => x.checked}"
@@ -21563,7 +21572,7 @@ so this becomes the fallback color for the slot */ ''}
21563
21572
  const nimbleCheckbox = Checkbox.compose({
21564
21573
  baseName: 'checkbox',
21565
21574
  baseClass: Checkbox$1,
21566
- template: template$P,
21575
+ template: template$W,
21567
21576
  styles: styles$12,
21568
21577
  checkedIndicator: check16X16.data,
21569
21578
  indeterminateIndicator: minus16X16.data
@@ -21637,7 +21646,7 @@ so this becomes the fallback color for the slot */ ''}
21637
21646
  }
21638
21647
  `));
21639
21648
 
21640
- const template$O = (context, definition) => html `
21649
+ const template$V = (context, definition) => html `
21641
21650
  ${startSlotTemplate(context, definition)}
21642
21651
  <span
21643
21652
  class="content"
@@ -21723,7 +21732,7 @@ so this becomes the fallback color for the slot */ ''}
21723
21732
  applyMixins(Chip, StartEnd);
21724
21733
  const nimbleChip = Chip.compose({
21725
21734
  baseName: 'chip',
21726
- template: template$O,
21735
+ template: template$V,
21727
21736
  styles: styles$11,
21728
21737
  shadowOptions: {
21729
21738
  delegatesFocus: true
@@ -21779,7 +21788,7 @@ so this becomes the fallback color for the slot */ ''}
21779
21788
  }
21780
21789
  `));
21781
21790
 
21782
- const template$N = (context, definition) => html `
21791
+ const template$U = (context, definition) => html `
21783
21792
  <div
21784
21793
  role="button"
21785
21794
  part="control"
@@ -21874,7 +21883,7 @@ so this becomes the fallback color for the slot */ ''}
21874
21883
  applyMixins(ToggleButton, StartEnd, DelegatesARIAButton);
21875
21884
  const nimbleToggleButton = ToggleButton.compose({
21876
21885
  baseName: 'toggle-button',
21877
- template: template$N,
21886
+ template: template$U,
21878
21887
  styles: styles$10,
21879
21888
  shadowOptions: {
21880
21889
  delegatesFocus: true
@@ -22346,7 +22355,7 @@ so this becomes the fallback color for the slot */ ''}
22346
22355
  <slot></slot>
22347
22356
  </label>
22348
22357
  `);
22349
- const template$M = (context, definition) => html `
22358
+ const template$T = (context, definition) => html `
22350
22359
  <template
22351
22360
  aria-disabled="${x => x.ariaDisabled}"
22352
22361
  autocomplete="${x => x.autocomplete}"
@@ -23121,7 +23130,7 @@ so this becomes the fallback color for the slot */ ''}
23121
23130
  const nimbleCombobox = Combobox.compose({
23122
23131
  baseName: 'combobox',
23123
23132
  baseClass: FormAssociatedCombobox,
23124
- template: template$M,
23133
+ template: template$T,
23125
23134
  styles: styles$Z,
23126
23135
  shadowOptions: {
23127
23136
  delegatesFocus: true
@@ -23259,7 +23268,7 @@ so this becomes the fallback color for the slot */ ''}
23259
23268
  }
23260
23269
  `;
23261
23270
 
23262
- const template$L = html `
23271
+ const template$S = html `
23263
23272
  <template>
23264
23273
  <dialog
23265
23274
  ${ref('dialogElement')}
@@ -23407,7 +23416,7 @@ so this becomes the fallback color for the slot */ ''}
23407
23416
  applyMixins(Dialog, ARIAGlobalStatesAndProperties);
23408
23417
  const nimbleDialog = Dialog.compose({
23409
23418
  baseName: 'dialog',
23410
- template: template$L,
23419
+ template: template$S,
23411
23420
  styles: styles$Y,
23412
23421
  baseClass: Dialog
23413
23422
  });
@@ -23556,7 +23565,7 @@ so this becomes the fallback color for the slot */ ''}
23556
23565
  }
23557
23566
  `;
23558
23567
 
23559
- const template$K = html `
23568
+ const template$R = html `
23560
23569
  <dialog
23561
23570
  ${ref('dialog')}
23562
23571
  aria-label="${x => x.ariaLabel}"
@@ -23698,7 +23707,7 @@ so this becomes the fallback color for the slot */ ''}
23698
23707
  applyMixins(Drawer, ARIAGlobalStatesAndProperties);
23699
23708
  const nimbleDrawer = Drawer.compose({
23700
23709
  baseName: 'drawer',
23701
- template: template$K,
23710
+ template: template$R,
23702
23711
  styles: styles$X
23703
23712
  });
23704
23713
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleDrawer());
@@ -26817,7 +26826,7 @@ so this becomes the fallback color for the slot */ ''}
26817
26826
  * The template for the {@link @ni/fast-foundation#(ListboxOption:class)} component.
26818
26827
  * @public
26819
26828
  */
26820
- const template$J = (context, definition) => html `
26829
+ const template$Q = (context, definition) => html `
26821
26830
  <template
26822
26831
  aria-checked="${x => x.ariaChecked}"
26823
26832
  aria-disabled="${x => x.ariaDisabled}"
@@ -26919,7 +26928,7 @@ so this becomes the fallback color for the slot */ ''}
26919
26928
  const nimbleListOption = ListOption.compose({
26920
26929
  baseName: 'list-option',
26921
26930
  baseClass: ListboxOption,
26922
- template: template$J,
26931
+ template: template$Q,
26923
26932
  styles: styles$V
26924
26933
  });
26925
26934
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleListOption());
@@ -26987,7 +26996,7 @@ so this becomes the fallback color for the slot */ ''}
26987
26996
  const isListOption$1 = (n) => {
26988
26997
  return n instanceof ListOption;
26989
26998
  };
26990
- const template$I = html `
26999
+ const template$P = html `
26991
27000
  <template
26992
27001
  role="group"
26993
27002
  aria-label="${x => x.labelContent}"
@@ -27129,7 +27138,7 @@ so this becomes the fallback color for the slot */ ''}
27129
27138
  const nimbleListOptionGroup = ListOptionGroup.compose({
27130
27139
  baseName: 'list-option-group',
27131
27140
  baseClass: FoundationElement,
27132
- template: template$I,
27141
+ template: template$P,
27133
27142
  styles: styles$U
27134
27143
  });
27135
27144
  DesignSystem.getOrCreate()
@@ -27157,7 +27166,7 @@ so this becomes the fallback color for the slot */ ''}
27157
27166
  attr()
27158
27167
  ], Mapping$1.prototype, "key", void 0);
27159
27168
 
27160
- const template$H = html `<template slot="mapping"></template>`;
27169
+ const template$O = html `<template slot="mapping"></template>`;
27161
27170
 
27162
27171
  const styles$T = css `
27163
27172
  ${display$1('none')}
@@ -27175,7 +27184,7 @@ so this becomes the fallback color for the slot */ ''}
27175
27184
  ], MappingEmpty.prototype, "text", void 0);
27176
27185
  const emptyMapping = MappingEmpty.compose({
27177
27186
  baseName: 'mapping-empty',
27178
- template: template$H,
27187
+ template: template$O,
27179
27188
  styles: styles$T
27180
27189
  });
27181
27190
  DesignSystem.getOrCreate().withPrefix('nimble').register(emptyMapping());
@@ -27246,7 +27255,7 @@ so this becomes the fallback color for the slot */ ''}
27246
27255
  ], MappingIcon.prototype, "resolvedIcon", void 0);
27247
27256
  const iconMapping = MappingIcon.compose({
27248
27257
  baseName: 'mapping-icon',
27249
- template: template$H,
27258
+ template: template$O,
27250
27259
  styles: styles$T
27251
27260
  });
27252
27261
  DesignSystem.getOrCreate().withPrefix('nimble').register(iconMapping());
@@ -27270,7 +27279,7 @@ so this becomes the fallback color for the slot */ ''}
27270
27279
  ], MappingSpinner.prototype, "textHidden", void 0);
27271
27280
  const spinnerMapping = MappingSpinner.compose({
27272
27281
  baseName: 'mapping-spinner',
27273
- template: template$H,
27282
+ template: template$O,
27274
27283
  styles: styles$T
27275
27284
  });
27276
27285
  DesignSystem.getOrCreate().withPrefix('nimble').register(spinnerMapping());
@@ -27287,7 +27296,7 @@ so this becomes the fallback color for the slot */ ''}
27287
27296
  ], MappingText.prototype, "text", void 0);
27288
27297
  const textMapping = MappingText.compose({
27289
27298
  baseName: 'mapping-text',
27290
- template: template$H,
27299
+ template: template$O,
27291
27300
  styles: styles$T
27292
27301
  });
27293
27302
  DesignSystem.getOrCreate().withPrefix('nimble').register(textMapping());
@@ -27590,7 +27599,7 @@ so this becomes the fallback color for the slot */ ''}
27590
27599
  observable
27591
27600
  ], Menu$1.prototype, "itemIcons", void 0);
27592
27601
 
27593
- const template$G = () => html `
27602
+ const template$N = () => html `
27594
27603
  <template
27595
27604
  slot="${x => {
27596
27605
  if (x.slot) {
@@ -27678,7 +27687,7 @@ so this becomes the fallback color for the slot */ ''}
27678
27687
  const nimbleMenu = Menu.compose({
27679
27688
  baseName: 'menu',
27680
27689
  baseClass: Menu$1,
27681
- template: template$G,
27690
+ template: template$N,
27682
27691
  styles: styles$S
27683
27692
  });
27684
27693
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenu());
@@ -27712,7 +27721,7 @@ so this becomes the fallback color for the slot */ ''}
27712
27721
  }
27713
27722
  `;
27714
27723
 
27715
- const template$F = html `
27724
+ const template$M = html `
27716
27725
  <template
27717
27726
  ?open="${x => x.open}"
27718
27727
  @focusout="${(x, c) => x.focusoutHandler(c.event)}"
@@ -27962,7 +27971,7 @@ so this becomes the fallback color for the slot */ ''}
27962
27971
  ], MenuButton.prototype, "slottedMenus", void 0);
27963
27972
  const nimbleMenuButton = MenuButton.compose({
27964
27973
  baseName: 'menu-button',
27965
- template: template$F,
27974
+ template: template$M,
27966
27975
  styles: styles$R,
27967
27976
  shadowOptions: {
27968
27977
  delegatesFocus: true
@@ -28309,7 +28318,7 @@ so this becomes the fallback color for the slot */ ''}
28309
28318
  * The template for the {@link @ni/fast-foundation#(NumberField:class)} component.
28310
28319
  * @public
28311
28320
  */
28312
- const template$E = (context, definition) => html `
28321
+ const template$L = (context, definition) => html `
28313
28322
  <template class="${x => (x.readOnly ? 'readonly' : '')}">
28314
28323
  ${labelTemplate$4}
28315
28324
  <div class="root" part="root">
@@ -28463,7 +28472,7 @@ so this becomes the fallback color for the slot */ ''}
28463
28472
  const nimbleNumberField = NumberField.compose({
28464
28473
  baseName: 'number-field',
28465
28474
  baseClass: NumberField$1,
28466
- template: template$E,
28475
+ template: template$L,
28467
28476
  styles: styles$P,
28468
28477
  shadowOptions: {
28469
28478
  delegatesFocus: true
@@ -28654,7 +28663,7 @@ so this becomes the fallback color for the slot */ ''}
28654
28663
  `;
28655
28664
 
28656
28665
  const labelTemplate$3 = createRequiredVisibleLabelTemplate(html `<slot name="label"></slot>`);
28657
- const template$D = html `
28666
+ const template$K = html `
28658
28667
  <template
28659
28668
  role="radiogroup"
28660
28669
  aria-disabled="${x => x.disabled}"
@@ -28694,7 +28703,7 @@ so this becomes the fallback color for the slot */ ''}
28694
28703
  const nimbleRadioGroup = RadioGroup.compose({
28695
28704
  baseName: 'radio-group',
28696
28705
  baseClass: RadioGroup$1,
28697
- template: template$D,
28706
+ template: template$K,
28698
28707
  styles: styles$N,
28699
28708
  shadowOptions: {
28700
28709
  delegatesFocus: true
@@ -48107,7 +48116,7 @@ ${indentedChild}`;
48107
48116
  }
48108
48117
  `;
48109
48118
 
48110
- const template$C = html `
48119
+ const template$J = html `
48111
48120
  <template>
48112
48121
  <${anchoredRegionTag}
48113
48122
  ${ref('region')}
@@ -48395,7 +48404,7 @@ ${indentedChild}`;
48395
48404
  ], RichTextMentionListbox.prototype, "anchorElement", void 0);
48396
48405
  const nimbleRichTextMentionListbox = RichTextMentionListbox.compose({
48397
48406
  baseName: 'rich-text-mention-listbox',
48398
- template: template$C,
48407
+ template: template$J,
48399
48408
  styles: styles$L
48400
48409
  });
48401
48410
  DesignSystem.getOrCreate()
@@ -48403,7 +48412,7 @@ ${indentedChild}`;
48403
48412
  .register(nimbleRichTextMentionListbox());
48404
48413
  const richTextMentionListboxTag = 'nimble-rich-text-mention-listbox';
48405
48414
 
48406
- const template$B = html `
48415
+ const template$I = html `
48407
48416
  <template
48408
48417
  ${children$1({ property: 'childItems', filter: elements() })}
48409
48418
  @focusout="${x => x.focusoutHandler()}"
@@ -64989,7 +64998,7 @@ ${indentedChild}`;
64989
64998
  applyMixins(RichTextEditor, ARIAGlobalStatesAndProperties);
64990
64999
  const nimbleRichTextEditor = RichTextEditor.compose({
64991
65000
  baseName: 'rich-text-editor',
64992
- template: template$B,
65001
+ template: template$I,
64993
65002
  styles: styles$K,
64994
65003
  shadowOptions: {
64995
65004
  delegatesFocus: true
@@ -64999,7 +65008,7 @@ ${indentedChild}`;
64999
65008
  .withPrefix('nimble')
65000
65009
  .register(nimbleRichTextEditor());
65001
65010
 
65002
- const template$A = html `
65011
+ const template$H = html `
65003
65012
  <template ${children$1({ property: 'childItems', filter: elements() })}>
65004
65013
  <div ${ref('viewer')} class="viewer"></div>
65005
65014
  </template>
@@ -65118,7 +65127,7 @@ ${indentedChild}`;
65118
65127
  ], RichTextViewer.prototype, "markdown", void 0);
65119
65128
  const nimbleRichTextViewer = RichTextViewer.compose({
65120
65129
  baseName: 'rich-text-viewer',
65121
- template: template$A,
65130
+ template: template$H,
65122
65131
  styles: styles$J
65123
65132
  });
65124
65133
  DesignSystem.getOrCreate()
@@ -65461,7 +65470,7 @@ ${indentedChild}`;
65461
65470
  }
65462
65471
  `));
65463
65472
 
65464
- const template$z = html `
65473
+ const template$G = html `
65465
65474
  <template role="progressbar">
65466
65475
  ${''
65467
65476
  /**
@@ -65508,7 +65517,7 @@ ${indentedChild}`;
65508
65517
  ], Spinner.prototype, "appearance", void 0);
65509
65518
  const nimbleSpinner = Spinner.compose({
65510
65519
  baseName: 'spinner',
65511
- template: template$z,
65520
+ template: template$G,
65512
65521
  styles: styles$H
65513
65522
  });
65514
65523
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSpinner());
@@ -65525,7 +65534,7 @@ ${indentedChild}`;
65525
65534
  <slot ${ref('labelSlot')}></slot>
65526
65535
  </label>
65527
65536
  `);
65528
- const template$y = (context, definition) => html `
65537
+ const template$F = (context, definition) => html `
65529
65538
  <template
65530
65539
  class="${x => [
65531
65540
  x.collapsible && 'collapsible',
@@ -66737,7 +66746,7 @@ ${indentedChild}`;
66737
66746
  const nimbleSelect = Select.compose({
66738
66747
  baseName: 'select',
66739
66748
  baseClass: Select$2,
66740
- template: template$y,
66749
+ template: template$F,
66741
66750
  styles: styles$I,
66742
66751
  indicator: arrowExpanderDown16X16.data,
66743
66752
  end: html `
@@ -66763,7 +66772,7 @@ ${indentedChild}`;
66763
66772
  }
66764
66773
  `;
66765
66774
 
66766
- const template$x = (context, definition) => html `
66775
+ const template$E = (context, definition) => html `
66767
66776
  <template slot="step">
66768
66777
  <li class="
66769
66778
  container
@@ -66885,7 +66894,7 @@ ${indentedChild}`;
66885
66894
  ], Step.prototype, "tabIndex", void 0);
66886
66895
  const nimbleStep = Step.compose({
66887
66896
  baseName: 'step',
66888
- template: template$x,
66897
+ template: template$E,
66889
66898
  styles: styles$G,
66890
66899
  shadowOptions: {
66891
66900
  delegatesFocus: true
@@ -66964,7 +66973,7 @@ ${indentedChild}`;
66964
66973
  }
66965
66974
  `;
66966
66975
 
66967
- const template$w = html `
66976
+ const template$D = html `
66968
66977
  ${when(x => x.showScrollButtons, html `
66969
66978
  <${buttonTag}
66970
66979
  content-hidden
@@ -67109,7 +67118,7 @@ ${indentedChild}`;
67109
67118
  ], Stepper.prototype, "steps", void 0);
67110
67119
  const nimbleStepper = Stepper.compose({
67111
67120
  baseName: 'stepper',
67112
- template: template$w,
67121
+ template: template$D,
67113
67122
  styles: styles$F
67114
67123
  });
67115
67124
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleStepper());
@@ -67341,7 +67350,7 @@ ${indentedChild}`;
67341
67350
  }
67342
67351
  `));
67343
67352
 
67344
- const template$v = html `
67353
+ const template$C = html `
67345
67354
  <template
67346
67355
  role="switch"
67347
67356
  aria-checked="${x => x.checked}"
@@ -67385,7 +67394,7 @@ ${indentedChild}`;
67385
67394
  const nimbleSwitch = Switch.compose({
67386
67395
  baseClass: Switch$1,
67387
67396
  baseName: 'switch',
67388
- template: template$v,
67397
+ template: template$C,
67389
67398
  styles: styles$E
67390
67399
  });
67391
67400
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSwitch());
@@ -71503,7 +71512,7 @@ focus outline in that case.
71503
71512
  }
71504
71513
  `;
71505
71514
 
71506
- const template$u = html `
71515
+ const template$B = html `
71507
71516
  <template role="columnheader"
71508
71517
  class="${x => (x.alignment === TableColumnAlignment.right ? 'right-align' : '')}"
71509
71518
  aria-sort="${x => x.ariaSort}"
@@ -71589,7 +71598,7 @@ focus outline in that case.
71589
71598
  ], TableHeader.prototype, "isGrouped", void 0);
71590
71599
  const nimbleTableHeader = TableHeader.compose({
71591
71600
  baseName: 'table-header',
71592
- template: template$u,
71601
+ template: template$B,
71593
71602
  styles: styles$A
71594
71603
  });
71595
71604
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableHeader());
@@ -71837,7 +71846,7 @@ focus outline in that case.
71837
71846
  }
71838
71847
  `;
71839
71848
 
71840
- const template$t = html `
71849
+ const template$A = html `
71841
71850
  <template role="cell" style="--ni-private-table-cell-nesting-level: ${x => x.nestingLevel}"
71842
71851
  @focusin="${x => x.onCellFocusIn()}"
71843
71852
  @blur="${x => x.onCellBlur()}"
@@ -71934,13 +71943,13 @@ focus outline in that case.
71934
71943
  ], TableCell.prototype, "nestingLevel", void 0);
71935
71944
  const nimbleTableCell = TableCell.compose({
71936
71945
  baseName: 'table-cell',
71937
- template: template$t,
71946
+ template: template$A,
71938
71947
  styles: styles$x
71939
71948
  });
71940
71949
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableCell());
71941
71950
  const tableCellTag = 'nimble-table-cell';
71942
71951
 
71943
- const template$s = html `
71952
+ const template$z = html `
71944
71953
  <template
71945
71954
  role="row"
71946
71955
  aria-selected=${x => x.ariaSelected}
@@ -72335,7 +72344,7 @@ focus outline in that case.
72335
72344
  ], TableRow.prototype, "ariaSelected", null);
72336
72345
  const nimbleTableRow = TableRow.compose({
72337
72346
  baseName: 'table-row',
72338
- template: template$s,
72347
+ template: template$z,
72339
72348
  styles: styles$y
72340
72349
  });
72341
72350
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableRow());
@@ -72431,7 +72440,7 @@ focus outline in that case.
72431
72440
  }
72432
72441
  `));
72433
72442
 
72434
- const template$r = html `
72443
+ const template$y = html `
72435
72444
  <template
72436
72445
  role="row"
72437
72446
  @click=${x => x.onGroupExpandToggle()}
@@ -72588,13 +72597,13 @@ focus outline in that case.
72588
72597
  ], TableGroupRow.prototype, "allowHover", void 0);
72589
72598
  const nimbleTableGroupRow = TableGroupRow.compose({
72590
72599
  baseName: 'table-group-row',
72591
- template: template$r,
72600
+ template: template$y,
72592
72601
  styles: styles$w
72593
72602
  });
72594
72603
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableGroupRow());
72595
72604
  const tableGroupRowTag = 'nimble-table-group-row';
72596
72605
 
72597
- const template$q = html `
72606
+ const template$x = html `
72598
72607
  <template
72599
72608
  role="treegrid"
72600
72609
  ${'' /* tabindex managed dynamically by KeyboardNavigationManager */}
@@ -76917,7 +76926,7 @@ focus outline in that case.
76917
76926
  ], Table$1.prototype, "windowShiftKeyDown", void 0);
76918
76927
  const nimbleTable = Table$1.compose({
76919
76928
  baseName: 'table',
76920
- template: template$q,
76929
+ template: template$x,
76921
76930
  styles: styles$B
76922
76931
  });
76923
76932
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTable());
@@ -76934,7 +76943,7 @@ focus outline in that case.
76934
76943
 
76935
76944
  // Avoiding a wrapping <template> and be careful about starting and ending whitspace
76936
76945
  // so the template can be composed into other column header templates
76937
- const template$p = html `<span
76946
+ const template$w = html `<span
76938
76947
  ${overflow('hasOverflow')}
76939
76948
  class="header-content"
76940
76949
  title=${x => (x.hasOverflow && x.headerTextContent ? x.headerTextContent : null)}
@@ -77030,7 +77039,7 @@ focus outline in that case.
77030
77039
  }
77031
77040
  `;
77032
77041
 
77033
- const template$o = html `
77042
+ const template$v = html `
77034
77043
  <template
77035
77044
  @click="${(x, c) => {
77036
77045
  if (typeof x.cellRecord?.href === 'string') {
@@ -77122,7 +77131,7 @@ focus outline in that case.
77122
77131
  ], TableColumnAnchorCellView.prototype, "showAnchor", null);
77123
77132
  const anchorCellView = TableColumnAnchorCellView.compose({
77124
77133
  baseName: 'table-column-anchor-cell-view',
77125
- template: template$o,
77134
+ template: template$v,
77126
77135
  styles: styles$u
77127
77136
  });
77128
77137
  DesignSystem.getOrCreate().withPrefix('nimble').register(anchorCellView());
@@ -77200,7 +77209,7 @@ focus outline in that case.
77200
77209
  observable
77201
77210
  ], TableColumnTextGroupHeaderViewBase.prototype, "text", void 0);
77202
77211
 
77203
- const template$n = html `
77212
+ const template$u = html `
77204
77213
  <span
77205
77214
  ${overflow('hasOverflow')}
77206
77215
  title="${x => (x.hasOverflow && x.text ? x.text : null)}"
@@ -77233,7 +77242,7 @@ focus outline in that case.
77233
77242
  }
77234
77243
  const tableColumnTextGroupHeaderView = TableColumnTextGroupHeaderView.compose({
77235
77244
  baseName: 'table-column-text-group-header-view',
77236
- template: template$n,
77245
+ template: template$u,
77237
77246
  styles: styles$t
77238
77247
  });
77239
77248
  DesignSystem.getOrCreate()
@@ -77478,7 +77487,7 @@ focus outline in that case.
77478
77487
  ], TableColumnAnchor.prototype, "download", void 0);
77479
77488
  const nimbleTableColumnAnchor = TableColumnAnchor.compose({
77480
77489
  baseName: 'table-column-anchor',
77481
- template: template$p,
77490
+ template: template$w,
77482
77491
  styles: styles$v
77483
77492
  });
77484
77493
  DesignSystem.getOrCreate()
@@ -77531,7 +77540,7 @@ focus outline in that case.
77531
77540
  }
77532
77541
  const tableColumnDateTextGroupHeaderView = TableColumnDateTextGroupHeaderView.compose({
77533
77542
  baseName: 'table-column-date-text-group-header-view',
77534
- template: template$n,
77543
+ template: template$u,
77535
77544
  styles: styles$t
77536
77545
  });
77537
77546
  DesignSystem.getOrCreate()
@@ -77539,7 +77548,7 @@ focus outline in that case.
77539
77548
  .register(tableColumnDateTextGroupHeaderView());
77540
77549
  const tableColumnDateTextGroupHeaderViewTag = 'nimble-table-column-date-text-group-header-view';
77541
77550
 
77542
- const template$m = html `
77551
+ const template$t = html `
77543
77552
  <template
77544
77553
  class="
77545
77554
  ${x => (x.alignment === TableColumnAlignment.right ? 'right-align' : '')}
@@ -77657,7 +77666,7 @@ focus outline in that case.
77657
77666
  }
77658
77667
  const dateTextCellView = TableColumnDateTextCellView.compose({
77659
77668
  baseName: 'table-column-date-text-cell-view',
77660
- template: template$m,
77669
+ template: template$t,
77661
77670
  styles: styles$s
77662
77671
  });
77663
77672
  DesignSystem.getOrCreate().withPrefix('nimble').register(dateTextCellView());
@@ -77916,7 +77925,7 @@ focus outline in that case.
77916
77925
  ], TableColumnDateText.prototype, "customHourCycle", void 0);
77917
77926
  const nimbleTableColumnDateText = TableColumnDateText.compose({
77918
77927
  baseName: 'table-column-date-text',
77919
- template: template$p,
77928
+ template: template$w,
77920
77929
  styles: styles$v
77921
77930
  });
77922
77931
  DesignSystem.getOrCreate()
@@ -77933,7 +77942,7 @@ focus outline in that case.
77933
77942
  }
77934
77943
  const durationTextCellView = TableColumnDurationTextCellView.compose({
77935
77944
  baseName: 'table-column-duration-text-cell-view',
77936
- template: template$m,
77945
+ template: template$t,
77937
77946
  styles: styles$s
77938
77947
  });
77939
77948
  DesignSystem.getOrCreate()
@@ -78035,7 +78044,7 @@ focus outline in that case.
78035
78044
  }
78036
78045
  const tableColumnDurationTextGroupHeaderView = TableColumnDurationTextGroupHeaderView.compose({
78037
78046
  baseName: 'table-column-duration-text-group-header-view',
78038
- template: template$n,
78047
+ template: template$u,
78039
78048
  styles: styles$t
78040
78049
  });
78041
78050
  DesignSystem.getOrCreate()
@@ -78088,7 +78097,7 @@ focus outline in that case.
78088
78097
  }
78089
78098
  const nimbleTableColumnDurationText = TableColumnDurationText.compose({
78090
78099
  baseName: 'table-column-duration-text',
78091
- template: template$p,
78100
+ template: template$w,
78092
78101
  styles: styles$v
78093
78102
  });
78094
78103
  DesignSystem.getOrCreate()
@@ -78205,7 +78214,7 @@ focus outline in that case.
78205
78214
  }
78206
78215
  `;
78207
78216
 
78208
- 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>`;
78209
78218
 
78210
78219
  const enumBaseValidityFlagNames = [
78211
78220
  'invalidMappingKeyValueForType',
@@ -78315,7 +78324,7 @@ focus outline in that case.
78315
78324
  }
78316
78325
  `;
78317
78326
 
78318
- const template$k = html `
78327
+ const template$r = html `
78319
78328
  ${when(x => x.visualizationTemplate, html `
78320
78329
  <span class="reserve-icon-size">
78321
78330
  ${x => x.visualizationTemplate}
@@ -78459,7 +78468,7 @@ focus outline in that case.
78459
78468
  ], TableColumnMappingGroupHeaderView.prototype, "visualizationTemplate", void 0);
78460
78469
  const mappingGroupHeaderView = TableColumnMappingGroupHeaderView.compose({
78461
78470
  baseName: 'table-column-mapping-group-header-view',
78462
- template: template$k,
78471
+ template: template$r,
78463
78472
  styles: styles$q
78464
78473
  });
78465
78474
  DesignSystem.getOrCreate()
@@ -78491,7 +78500,7 @@ focus outline in that case.
78491
78500
  }
78492
78501
  `;
78493
78502
 
78494
- const template$j = html `
78503
+ const template$q = html `
78495
78504
  ${when(x => x.visualizationTemplate, html `
78496
78505
  <span class="reserve-icon-size">
78497
78506
  ${x => x.visualizationTemplate}
@@ -78578,7 +78587,7 @@ focus outline in that case.
78578
78587
  ], TableColumnMappingCellView.prototype, "hasOverflow", void 0);
78579
78588
  const mappingCellView = TableColumnMappingCellView.compose({
78580
78589
  baseName: 'table-column-mapping-cell-view',
78581
- template: template$j,
78590
+ template: template$q,
78582
78591
  styles: styles$p
78583
78592
  });
78584
78593
  DesignSystem.getOrCreate().withPrefix('nimble').register(mappingCellView());
@@ -78662,23 +78671,23 @@ focus outline in that case.
78662
78671
  ], TableColumnMapping.prototype, "widthMode", void 0);
78663
78672
  const nimbleTableColumnMapping = TableColumnMapping.compose({
78664
78673
  baseName: 'table-column-mapping',
78665
- template: template$l,
78674
+ template: template$s,
78666
78675
  styles: styles$r
78667
78676
  });
78668
78677
  DesignSystem.getOrCreate()
78669
78678
  .withPrefix('nimble')
78670
78679
  .register(nimbleTableColumnMapping());
78671
78680
 
78672
- const template$i = html `
78681
+ const template$p = html `
78673
78682
  <template @delegated-event="${(x, c) => x.onDelegatedEvent(c.event)}"
78674
- >${template$p}</template
78683
+ >${template$w}</template
78675
78684
  >
78676
78685
  `;
78677
78686
 
78678
78687
  /** @internal */
78679
78688
  const cellViewMenuSlotName = 'menu-button-menu';
78680
78689
 
78681
- const template$h = html `
78690
+ const template$o = html `
78682
78691
  ${when(x => x.showMenuButton, html `
78683
78692
  <${menuButtonTag}
78684
78693
  ${ref('menuButton')}
@@ -78772,7 +78781,7 @@ focus outline in that case.
78772
78781
  ], TableColumnMenuButtonCellView.prototype, "showMenuButton", null);
78773
78782
  const menuButtonCellView = TableColumnMenuButtonCellView.compose({
78774
78783
  baseName: 'table-column-menu-button-cell-view',
78775
- template: template$h,
78784
+ template: template$o,
78776
78785
  styles: styles$o
78777
78786
  });
78778
78787
  DesignSystem.getOrCreate().withPrefix('nimble').register(menuButtonCellView());
@@ -78828,7 +78837,7 @@ focus outline in that case.
78828
78837
  ], TableColumnMenuButton.prototype, "menuSlot", void 0);
78829
78838
  const nimbleTableColumnMenuButton = TableColumnMenuButton.compose({
78830
78839
  baseName: 'table-column-menu-button',
78831
- template: template$i,
78840
+ template: template$p,
78832
78841
  styles: styles$v
78833
78842
  });
78834
78843
  DesignSystem.getOrCreate()
@@ -78837,7 +78846,7 @@ focus outline in that case.
78837
78846
 
78838
78847
  // Avoiding a wrapping <template> and be careful about starting and ending whitespace
78839
78848
  // so the template can be composed into other column header templates
78840
- const template$g = html `<span
78849
+ const template$n = html `<span
78841
78850
  ${overflow('hasOverflow')}
78842
78851
  class="header-content"
78843
78852
  title=${x => (x.hasOverflow && x.headerTextContent ? x.headerTextContent : null)}
@@ -78856,7 +78865,7 @@ focus outline in that case.
78856
78865
  }
78857
78866
  const tableColumnNumberTextGroupHeaderView = TableColumnNumberTextGroupHeaderView.compose({
78858
78867
  baseName: 'table-column-number-text-group-header-view',
78859
- template: template$n,
78868
+ template: template$u,
78860
78869
  styles: styles$t
78861
78870
  });
78862
78871
  DesignSystem.getOrCreate()
@@ -78878,7 +78887,7 @@ focus outline in that case.
78878
78887
  }
78879
78888
  const numberTextCellView = TableColumnNumberTextCellView.compose({
78880
78889
  baseName: 'table-column-number-text-cell-view',
78881
- template: template$m,
78890
+ template: template$t,
78882
78891
  styles: styles$s
78883
78892
  });
78884
78893
  DesignSystem.getOrCreate().withPrefix('nimble').register(numberTextCellView());
@@ -79419,7 +79428,7 @@ focus outline in that case.
79419
79428
  ], TableColumnNumberText.prototype, "unit", void 0);
79420
79429
  const nimbleTableColumnNumberText = TableColumnNumberText.compose({
79421
79430
  baseName: 'table-column-number-text',
79422
- template: template$g,
79431
+ template: template$n,
79423
79432
  styles: styles$v
79424
79433
  });
79425
79434
  DesignSystem.getOrCreate()
@@ -79438,7 +79447,7 @@ focus outline in that case.
79438
79447
  }
79439
79448
  const textCellView = TableColumnTextCellView.compose({
79440
79449
  baseName: 'table-column-text-cell-view',
79441
- template: template$m,
79450
+ template: template$t,
79442
79451
  styles: styles$s
79443
79452
  });
79444
79453
  DesignSystem.getOrCreate().withPrefix('nimble').register(textCellView());
@@ -79493,7 +79502,7 @@ focus outline in that case.
79493
79502
  }
79494
79503
  const nimbleTableColumnText = TableColumnText.compose({
79495
79504
  baseName: 'table-column-text',
79496
- template: template$p,
79505
+ template: template$w,
79497
79506
  styles: styles$v
79498
79507
  });
79499
79508
  DesignSystem.getOrCreate()
@@ -79582,7 +79591,7 @@ focus outline in that case.
79582
79591
  const nimbleTabs = Tabs.compose({
79583
79592
  baseName: 'tabs',
79584
79593
  baseClass: Tabs$1,
79585
- template: template$T,
79594
+ template: template$_,
79586
79595
  styles: styles$n
79587
79596
  });
79588
79597
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabs());
@@ -79619,7 +79628,7 @@ focus outline in that case.
79619
79628
  }
79620
79629
  `;
79621
79630
 
79622
- const template$f = (context, definition) => html `
79631
+ const template$m = (context, definition) => html `
79623
79632
  <template slot="end">
79624
79633
  ${when(x => x.defaultSlottedElements.length > 0, html `
79625
79634
  <div class="separator"></div>
@@ -79651,7 +79660,7 @@ focus outline in that case.
79651
79660
  ], TabsToolbar.prototype, "defaultSlottedElements", void 0);
79652
79661
  const nimbleTabsToolbar = TabsToolbar.compose({
79653
79662
  baseName: 'tabs-toolbar',
79654
- template: template$f,
79663
+ template: template$m,
79655
79664
  styles: styles$m
79656
79665
  });
79657
79666
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabsToolbar());
@@ -79857,7 +79866,7 @@ focus outline in that case.
79857
79866
  <slot ${slotted('defaultSlottedNodes')}></slot>
79858
79867
  </label>
79859
79868
  `);
79860
- const template$e = () => html `
79869
+ const template$l = () => html `
79861
79870
  ${labelTemplate$1}
79862
79871
  <div class="container">
79863
79872
  <textarea
@@ -80005,7 +80014,7 @@ focus outline in that case.
80005
80014
  const nimbleTextArea = TextArea.compose({
80006
80015
  baseName: 'text-area',
80007
80016
  baseClass: TextArea$1,
80008
- template: template$e,
80017
+ template: template$l,
80009
80018
  styles: styles$l,
80010
80019
  shadowOptions: {
80011
80020
  delegatesFocus: true
@@ -80300,7 +80309,7 @@ focus outline in that case.
80300
80309
  * The template for the {@link @ni/fast-foundation#(TextField:class)} component.
80301
80310
  * @public
80302
80311
  */
80303
- const template$d = (context, definition) => html `
80312
+ const template$k = (context, definition) => html `
80304
80313
  <template
80305
80314
  class="
80306
80315
  ${x => (x.readOnly ? 'readonly' : '')}
@@ -80385,7 +80394,7 @@ focus outline in that case.
80385
80394
  const nimbleTextField = TextField.compose({
80386
80395
  baseName: 'text-field',
80387
80396
  baseClass: TextField$1,
80388
- template: template$d,
80397
+ template: template$k,
80389
80398
  styles: styles$k,
80390
80399
  shadowOptions: {
80391
80400
  delegatesFocus: true
@@ -80489,7 +80498,7 @@ focus outline in that case.
80489
80498
  }
80490
80499
  `));
80491
80500
 
80492
- const template$c = html `
80501
+ const template$j = html `
80493
80502
  ${when(x => x.tooltipVisible, html `
80494
80503
  <${anchoredRegionTag}
80495
80504
  class="anchored-region"
@@ -80541,7 +80550,7 @@ focus outline in that case.
80541
80550
  const nimbleTooltip = Tooltip.compose({
80542
80551
  baseName: 'tooltip',
80543
80552
  baseClass: Tooltip$1,
80544
- template: template$c,
80553
+ template: template$j,
80545
80554
  styles: styles$j
80546
80555
  });
80547
80556
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTooltip());
@@ -80866,7 +80875,7 @@ focus outline in that case.
80866
80875
  }
80867
80876
  `;
80868
80877
 
80869
- const template$b = html `
80878
+ const template$i = html `
80870
80879
  <template
80871
80880
  role="tree"
80872
80881
  ${ref('treeView')}
@@ -80962,7 +80971,7 @@ focus outline in that case.
80962
80971
  const nimbleTreeView = TreeView.compose({
80963
80972
  baseName: 'tree-view',
80964
80973
  baseClass: TreeView$1,
80965
- template: template$b,
80974
+ template: template$i,
80966
80975
  styles: styles$h
80967
80976
  });
80968
80977
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTreeView());
@@ -81079,7 +81088,7 @@ focus outline in that case.
81079
81088
  }
81080
81089
  const unitScaleByte = new UnitScaleByte();
81081
81090
 
81082
- const template$a = html `<template slot="unit"></template>`;
81091
+ const template$h = html `<template slot="unit"></template>`;
81083
81092
 
81084
81093
  const styles$g = css `
81085
81094
  ${display$1('none')}
@@ -81109,7 +81118,7 @@ focus outline in that case.
81109
81118
  ], UnitByte.prototype, "binary", void 0);
81110
81119
  const nimbleUnitByte = UnitByte.compose({
81111
81120
  baseName: 'unit-byte',
81112
- template: template$a,
81121
+ template: template$h,
81113
81122
  styles: styles$g
81114
81123
  });
81115
81124
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleUnitByte());
@@ -81162,7 +81171,7 @@ focus outline in that case.
81162
81171
  }
81163
81172
  const nimbleUnitVolt = UnitVolt.compose({
81164
81173
  baseName: 'unit-volt',
81165
- template: template$a,
81174
+ template: template$h,
81166
81175
  styles: styles$g
81167
81176
  });
81168
81177
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleUnitVolt());
@@ -95477,7 +95486,7 @@ focus outline in that case.
95477
95486
  return new Table(reader.readAll());
95478
95487
  }
95479
95488
 
95480
- const template$9 = html `
95489
+ const template$g = html `
95481
95490
  <div class="wafer-map-container">
95482
95491
  <svg class="svg-root">
95483
95492
  <g ${ref('zoomContainer')} transform=${x => x.transform.toString()}>
@@ -98535,7 +98544,7 @@ focus outline in that case.
98535
98544
  ], WaferMap.prototype, "colorScale", void 0);
98536
98545
  const nimbleWaferMap = WaferMap.compose({
98537
98546
  baseName: 'wafer-map',
98538
- template: template$9,
98547
+ template: template$g,
98539
98548
  styles: styles$f
98540
98549
  });
98541
98550
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleWaferMap());
@@ -98621,7 +98630,7 @@ focus outline in that case.
98621
98630
  }
98622
98631
  `;
98623
98632
 
98624
- const template$8 = html `
98633
+ const template$f = html `
98625
98634
  <div class="toolbar ${x => (x.toolbarEmpty ? 'toolbar-empty' : '')}">
98626
98635
  <slot name="toolbar" ${slotted({ property: 'slottedToolbarElements' })}></slot>
98627
98636
  </div>
@@ -98703,7 +98712,7 @@ focus outline in that case.
98703
98712
  ], ChatConversation.prototype, "slottedEndElements", void 0);
98704
98713
  const sprightChatConversation = ChatConversation.compose({
98705
98714
  baseName: 'chat-conversation',
98706
- template: template$8,
98715
+ template: template$f,
98707
98716
  styles: styles$e
98708
98717
  });
98709
98718
  DesignSystem.getOrCreate()
@@ -98855,7 +98864,7 @@ focus outline in that case.
98855
98864
  }
98856
98865
  `;
98857
98866
 
98858
- const template$7 = html `
98867
+ const template$e = html `
98859
98868
  <div class="container">
98860
98869
  <section class="attachments ${x => (x.attachmentsIsEmpty ? '' : 'has-content')}">
98861
98870
  <slot
@@ -99107,7 +99116,7 @@ focus outline in that case.
99107
99116
  ], ChatInput.prototype, "slottedAttachmentsElements", void 0);
99108
99117
  const sprightChatInput = ChatInput.compose({
99109
99118
  baseName: 'chat-input',
99110
- template: template$7,
99119
+ template: template$e,
99111
99120
  styles: styles$d,
99112
99121
  shadowOptions: {
99113
99122
  delegatesFocus: true
@@ -99200,7 +99209,7 @@ focus outline in that case.
99200
99209
  }
99201
99210
  `;
99202
99211
 
99203
- const template$6 = (context, definition) => html `
99212
+ const template$d = (context, definition) => html `
99204
99213
  <div class="container">
99205
99214
  ${startSlotTemplate(context, definition)}
99206
99215
  <section class="message-content">
@@ -99249,7 +99258,7 @@ focus outline in that case.
99249
99258
  applyMixins(ChatMessage, StartEnd);
99250
99259
  const sprightChatMessage = ChatMessage.compose({
99251
99260
  baseName: 'chat-message',
99252
- template: template$6,
99261
+ template: template$d,
99253
99262
  styles: styles$c
99254
99263
  });
99255
99264
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessage());
@@ -99312,7 +99321,7 @@ focus outline in that case.
99312
99321
  }
99313
99322
  `;
99314
99323
 
99315
- const template$5 = (context, definition) => html `
99324
+ const template$c = (context, definition) => html `
99316
99325
  <div class="container">
99317
99326
  ${startSlotTemplate(context, definition)}
99318
99327
  <section class="message-content">
@@ -99350,7 +99359,7 @@ focus outline in that case.
99350
99359
  applyMixins(ChatMessageInbound, StartEnd);
99351
99360
  const sprightChatMessageInbound = ChatMessageInbound.compose({
99352
99361
  baseName: 'chat-message-inbound',
99353
- template: template$5,
99362
+ template: template$c,
99354
99363
  styles: styles$b
99355
99364
  });
99356
99365
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageInbound());
@@ -99389,7 +99398,7 @@ focus outline in that case.
99389
99398
  }
99390
99399
  `;
99391
99400
 
99392
- const template$4 = () => html `
99401
+ const template$b = () => html `
99393
99402
  <div class="container">
99394
99403
  <section class="message-content">
99395
99404
  <slot></slot>
@@ -99404,7 +99413,7 @@ focus outline in that case.
99404
99413
  }
99405
99414
  const sprightChatMessageOutbound = ChatMessageOutbound.compose({
99406
99415
  baseName: 'chat-message-outbound',
99407
- template: template$4,
99416
+ template: template$b,
99408
99417
  styles: styles$a
99409
99418
  });
99410
99419
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageOutbound());
@@ -99436,7 +99445,7 @@ focus outline in that case.
99436
99445
  }
99437
99446
  `;
99438
99447
 
99439
- const template$3 = () => html `
99448
+ const template$a = () => html `
99440
99449
  <div class="container">
99441
99450
  <section class="message-content">
99442
99451
  <slot></slot>
@@ -99451,7 +99460,7 @@ focus outline in that case.
99451
99460
  }
99452
99461
  const sprightChatMessageSystem = ChatMessageSystem.compose({
99453
99462
  baseName: 'chat-message-system',
99454
- template: template$3,
99463
+ template: template$a,
99455
99464
  styles: styles$9
99456
99465
  });
99457
99466
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageSystem());
@@ -99559,7 +99568,7 @@ focus outline in that case.
99559
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"/>
99560
99569
  </svg>`;
99561
99570
 
99562
- const template$2 = html `
99571
+ const template$9 = html `
99563
99572
  <div class="icon light-icon" aria-hidden="true" :innerHTML="${() => nigelChatLightData}"></div>
99564
99573
  <div class="icon dark-icon" aria-hidden="true" :innerHTML="${() => nigelChatDarkData}"></div>
99565
99574
  `;
@@ -99588,7 +99597,7 @@ focus outline in that case.
99588
99597
  }
99589
99598
  const sprightIconNigelChat = IconNigelChat.compose({
99590
99599
  baseName: 'icon-nigel-chat',
99591
- template: template$2,
99600
+ template: template$9,
99592
99601
  styles: styles$7
99593
99602
  });
99594
99603
  DesignSystem.getOrCreate()
@@ -99596,7 +99605,7 @@ focus outline in that case.
99596
99605
  .register(sprightIconNigelChat());
99597
99606
  const iconNigelChatTag = 'spright-icon-nigel-chat';
99598
99607
 
99599
- const template$1 = () => html `
99608
+ const template$8 = () => html `
99600
99609
  <div class="container">
99601
99610
  <div class="brand-icon">
99602
99611
  <slot name="brand-icon">
@@ -99628,11 +99637,226 @@ focus outline in that case.
99628
99637
  ], ChatMessageWelcome.prototype, "subtitle", void 0);
99629
99638
  const sprightChatMessageWelcome = ChatMessageWelcome.compose({
99630
99639
  baseName: 'chat-message-welcome',
99631
- template: template$1,
99640
+ template: template$8,
99632
99641
  styles: styles$8
99633
99642
  });
99634
99643
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageWelcome());
99635
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
+
99636
99860
  const styles$6 = css `
99637
99861
  ${styles$1e}
99638
99862
 
@@ -99651,7 +99875,7 @@ focus outline in that case.
99651
99875
  }
99652
99876
  const sprightIconWorkItemCalendarWeek = IconWorkItemCalendarWeek.compose({
99653
99877
  baseName: 'icon-work-item-calendar-week',
99654
- template: template$X,
99878
+ template: template$12,
99655
99879
  styles: styles$6
99656
99880
  });
99657
99881
  DesignSystem.getOrCreate()
@@ -99676,7 +99900,7 @@ focus outline in that case.
99676
99900
  }
99677
99901
  const sprightIconWorkItemCalipers = IconWorkItemCalipers.compose({
99678
99902
  baseName: 'icon-work-item-calipers',
99679
- template: template$X,
99903
+ template: template$12,
99680
99904
  styles: styles$5
99681
99905
  });
99682
99906
  DesignSystem.getOrCreate()
@@ -99701,7 +99925,7 @@ focus outline in that case.
99701
99925
  }
99702
99926
  const sprightIconWorkItemForklift = IconWorkItemForklift.compose({
99703
99927
  baseName: 'icon-work-item-forklift',
99704
- template: template$X,
99928
+ template: template$12,
99705
99929
  styles: styles$4
99706
99930
  });
99707
99931
  DesignSystem.getOrCreate()
@@ -99726,7 +99950,7 @@ focus outline in that case.
99726
99950
  }
99727
99951
  const sprightIconWorkItemRectangleCheckLines = IconWorkItemRectangleCheckLines.compose({
99728
99952
  baseName: 'icon-work-item-rectangle-check-lines',
99729
- template: template$X,
99953
+ template: template$12,
99730
99954
  styles: styles$3
99731
99955
  });
99732
99956
  DesignSystem.getOrCreate()
@@ -99751,7 +99975,7 @@ focus outline in that case.
99751
99975
  }
99752
99976
  const sprightIconWorkItemUserHelmetSafety = IconWorkItemUserHelmetSafety.compose({
99753
99977
  baseName: 'icon-work-item-user-helmet-safety',
99754
- template: template$X,
99978
+ template: template$12,
99755
99979
  styles: styles$2
99756
99980
  });
99757
99981
  DesignSystem.getOrCreate()
@@ -99776,7 +100000,7 @@ focus outline in that case.
99776
100000
  }
99777
100001
  const sprightIconWorkItemWrenchHammer = IconWorkItemWrenchHammer.compose({
99778
100002
  baseName: 'icon-work-item-wrench-hammer',
99779
- template: template$X,
100003
+ template: template$12,
99780
100004
  styles: styles$1
99781
100005
  });
99782
100006
  DesignSystem.getOrCreate()