@ni/ok-components 1.3.3 → 1.3.4

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.
@@ -14899,7 +14899,7 @@
14899
14899
  const prefix = 'ni-nimble';
14900
14900
  const styleNameFromTokenName = (tokenName) => `${prefix}-${tokenName}`;
14901
14901
 
14902
- const template$1a = html `<slot></slot>`;
14902
+ const template$1h = html `<slot></slot>`;
14903
14903
 
14904
14904
  const styles$1x = css `
14905
14905
  ${display$2('contents')}
@@ -15026,7 +15026,7 @@
15026
15026
  const nimbleDesignSystemProvider = ThemeProvider.compose({
15027
15027
  baseName: 'theme-provider',
15028
15028
  styles: styles$1x,
15029
- template: template$1a
15029
+ template: template$1h
15030
15030
  });
15031
15031
  DesignSystem.getOrCreate()
15032
15032
  .withPrefix('nimble')
@@ -16748,7 +16748,7 @@
16748
16748
  }
16749
16749
  `;
16750
16750
 
16751
- const template$19 = (_context, definition) => html `${
16751
+ const template$1g = (_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$19,
16854
+ template: template$1g,
16855
16855
  styles: styles$1w,
16856
16856
  shadowOptions: {
16857
16857
  delegatesFocus: true
@@ -17266,7 +17266,7 @@
17266
17266
  }
17267
17267
  `;
17268
17268
 
17269
- const template$18 = (context, definition) => html `
17269
+ const template$1f = (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$18,
17351
+ template: template$1f,
17352
17352
  styles: styles$1u,
17353
17353
  shadowOptions: {
17354
17354
  delegatesFocus: true
@@ -17440,7 +17440,7 @@
17440
17440
  }
17441
17441
  `;
17442
17442
 
17443
- const template$17 = (context, definition) => html `
17443
+ const template$1e = (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$17,
17544
+ template: template$1e,
17545
17545
  styles: styles$1t,
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$16 = html `<div
19266
+ const template$1d = 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$16,
19335
+ template: template$1d,
19336
19336
  styles: styles$1p
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$15 = (context, definition) => html `
19460
+ const template$1c = (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$15,
19607
+ template: template$1c,
19608
19608
  styles: styles$1q,
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$14 = (context, definition) => html `
19732
+ const template$1b = (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$14,
19784
+ template: template$1b,
19785
19785
  styles: styles$1o,
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$13 = (context, definition) => html `
19837
+ const template$1a = (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$13,
19928
+ template: template$1a,
19929
19929
  styles: styles$1m,
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$12 = (context, definition) => html `
19963
+ const template$19 = (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$12,
20264
+ template: template$19,
20265
20265
  styles: styles$1n,
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$11 = (context, definition) => html `
20377
+ const template$18 = (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$11,
20514
+ template: template$18,
20515
20515
  styles: styles$1l,
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$10 = html `
20721
+ const template$17 = 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$10,
20839
+ template: template$17,
20840
20840
  styles: styles$1j
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$$ = html `
21117
+ const template$16 = 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$$,
21132
+ template: template$16,
21133
21133
  styles: styles$1g
21134
21134
  });
21135
21135
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleCard());
@@ -21476,7 +21476,7 @@ so this becomes the fallback color for the slot */ ''}
21476
21476
  </div>
21477
21477
  `;
21478
21478
 
21479
- const template$_ = (_context, definition) => html `
21479
+ const template$15 = (_context, definition) => html `
21480
21480
  <template
21481
21481
  role="checkbox"
21482
21482
  aria-checked="${x => x.checked}"
@@ -21573,7 +21573,7 @@ so this becomes the fallback color for the slot */ ''}
21573
21573
  const nimbleCheckbox = Checkbox.compose({
21574
21574
  baseName: 'checkbox',
21575
21575
  baseClass: Checkbox$1,
21576
- template: template$_,
21576
+ template: template$15,
21577
21577
  styles: styles$1d,
21578
21578
  checkedIndicator: check16X16.data,
21579
21579
  indeterminateIndicator: minus16X16.data
@@ -21647,7 +21647,7 @@ so this becomes the fallback color for the slot */ ''}
21647
21647
  }
21648
21648
  `));
21649
21649
 
21650
- const template$Z = (context, definition) => html `
21650
+ const template$14 = (context, definition) => html `
21651
21651
  ${startSlotTemplate(context, definition)}
21652
21652
  <span
21653
21653
  class="content"
@@ -21733,7 +21733,7 @@ so this becomes the fallback color for the slot */ ''}
21733
21733
  applyMixins(Chip, StartEnd);
21734
21734
  const nimbleChip = Chip.compose({
21735
21735
  baseName: 'chip',
21736
- template: template$Z,
21736
+ template: template$14,
21737
21737
  styles: styles$1c,
21738
21738
  shadowOptions: {
21739
21739
  delegatesFocus: true
@@ -21790,7 +21790,7 @@ so this becomes the fallback color for the slot */ ''}
21790
21790
  }
21791
21791
  `));
21792
21792
 
21793
- const template$Y = (context, definition) => html `
21793
+ const template$13 = (context, definition) => html `
21794
21794
  <div
21795
21795
  role="button"
21796
21796
  part="control"
@@ -21885,7 +21885,7 @@ so this becomes the fallback color for the slot */ ''}
21885
21885
  applyMixins(ToggleButton, StartEnd, DelegatesARIAButton);
21886
21886
  const nimbleToggleButton = ToggleButton.compose({
21887
21887
  baseName: 'toggle-button',
21888
- template: template$Y,
21888
+ template: template$13,
21889
21889
  styles: styles$1b,
21890
21890
  shadowOptions: {
21891
21891
  delegatesFocus: true
@@ -22357,7 +22357,7 @@ so this becomes the fallback color for the slot */ ''}
22357
22357
  <slot></slot>
22358
22358
  </label>
22359
22359
  `);
22360
- const template$X = (context, definition) => html `
22360
+ const template$12 = (context, definition) => html `
22361
22361
  <template
22362
22362
  aria-disabled="${x => x.ariaDisabled}"
22363
22363
  autocomplete="${x => x.autocomplete}"
@@ -23132,7 +23132,7 @@ so this becomes the fallback color for the slot */ ''}
23132
23132
  const nimbleCombobox = Combobox.compose({
23133
23133
  baseName: 'combobox',
23134
23134
  baseClass: FormAssociatedCombobox,
23135
- template: template$X,
23135
+ template: template$12,
23136
23136
  styles: styles$18,
23137
23137
  shadowOptions: {
23138
23138
  delegatesFocus: true
@@ -23270,7 +23270,7 @@ so this becomes the fallback color for the slot */ ''}
23270
23270
  }
23271
23271
  `;
23272
23272
 
23273
- const template$W = html `
23273
+ const template$11 = html `
23274
23274
  <template>
23275
23275
  <dialog
23276
23276
  ${ref('dialogElement')}
@@ -23418,7 +23418,7 @@ so this becomes the fallback color for the slot */ ''}
23418
23418
  applyMixins(Dialog, ARIAGlobalStatesAndProperties);
23419
23419
  const nimbleDialog = Dialog.compose({
23420
23420
  baseName: 'dialog',
23421
- template: template$W,
23421
+ template: template$11,
23422
23422
  styles: styles$17,
23423
23423
  baseClass: Dialog
23424
23424
  });
@@ -23567,7 +23567,7 @@ so this becomes the fallback color for the slot */ ''}
23567
23567
  }
23568
23568
  `;
23569
23569
 
23570
- const template$V = html `
23570
+ const template$10 = html `
23571
23571
  <dialog
23572
23572
  ${ref('dialog')}
23573
23573
  aria-label="${x => x.ariaLabel}"
@@ -23709,7 +23709,7 @@ so this becomes the fallback color for the slot */ ''}
23709
23709
  applyMixins(Drawer, ARIAGlobalStatesAndProperties);
23710
23710
  const nimbleDrawer = Drawer.compose({
23711
23711
  baseName: 'drawer',
23712
- template: template$V,
23712
+ template: template$10,
23713
23713
  styles: styles$16
23714
23714
  });
23715
23715
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleDrawer());
@@ -26830,7 +26830,7 @@ so this becomes the fallback color for the slot */ ''}
26830
26830
  * The template for the {@link @ni/fast-foundation#(ListboxOption:class)} component.
26831
26831
  * @public
26832
26832
  */
26833
- const template$U = (context, definition) => html `
26833
+ const template$$ = (context, definition) => html `
26834
26834
  <template
26835
26835
  aria-checked="${x => x.ariaChecked}"
26836
26836
  aria-disabled="${x => x.ariaDisabled}"
@@ -26932,7 +26932,7 @@ so this becomes the fallback color for the slot */ ''}
26932
26932
  const nimbleListOption = ListOption.compose({
26933
26933
  baseName: 'list-option',
26934
26934
  baseClass: ListboxOption,
26935
- template: template$U,
26935
+ template: template$$,
26936
26936
  styles: styles$14
26937
26937
  });
26938
26938
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleListOption());
@@ -27000,7 +27000,7 @@ so this becomes the fallback color for the slot */ ''}
27000
27000
  const isListOption$1 = (n) => {
27001
27001
  return n instanceof ListOption;
27002
27002
  };
27003
- const template$T = html `
27003
+ const template$_ = html `
27004
27004
  <template
27005
27005
  role="group"
27006
27006
  aria-label="${x => x.labelContent}"
@@ -27142,7 +27142,7 @@ so this becomes the fallback color for the slot */ ''}
27142
27142
  const nimbleListOptionGroup = ListOptionGroup.compose({
27143
27143
  baseName: 'list-option-group',
27144
27144
  baseClass: FoundationElement,
27145
- template: template$T,
27145
+ template: template$_,
27146
27146
  styles: styles$13
27147
27147
  });
27148
27148
  DesignSystem.getOrCreate()
@@ -27170,7 +27170,7 @@ so this becomes the fallback color for the slot */ ''}
27170
27170
  attr()
27171
27171
  ], Mapping$1.prototype, "key", void 0);
27172
27172
 
27173
- const template$S = html `<template slot="mapping"></template>`;
27173
+ const template$Z = html `<template slot="mapping"></template>`;
27174
27174
 
27175
27175
  const styles$12 = css `
27176
27176
  ${display$2('none')}
@@ -27188,7 +27188,7 @@ so this becomes the fallback color for the slot */ ''}
27188
27188
  ], MappingEmpty.prototype, "text", void 0);
27189
27189
  const emptyMapping = MappingEmpty.compose({
27190
27190
  baseName: 'mapping-empty',
27191
- template: template$S,
27191
+ template: template$Z,
27192
27192
  styles: styles$12
27193
27193
  });
27194
27194
  DesignSystem.getOrCreate().withPrefix('nimble').register(emptyMapping());
@@ -27259,7 +27259,7 @@ so this becomes the fallback color for the slot */ ''}
27259
27259
  ], MappingIcon.prototype, "resolvedIcon", void 0);
27260
27260
  const iconMapping = MappingIcon.compose({
27261
27261
  baseName: 'mapping-icon',
27262
- template: template$S,
27262
+ template: template$Z,
27263
27263
  styles: styles$12
27264
27264
  });
27265
27265
  DesignSystem.getOrCreate().withPrefix('nimble').register(iconMapping());
@@ -27283,7 +27283,7 @@ so this becomes the fallback color for the slot */ ''}
27283
27283
  ], MappingSpinner.prototype, "textHidden", void 0);
27284
27284
  const spinnerMapping = MappingSpinner.compose({
27285
27285
  baseName: 'mapping-spinner',
27286
- template: template$S,
27286
+ template: template$Z,
27287
27287
  styles: styles$12
27288
27288
  });
27289
27289
  DesignSystem.getOrCreate().withPrefix('nimble').register(spinnerMapping());
@@ -27300,7 +27300,7 @@ so this becomes the fallback color for the slot */ ''}
27300
27300
  ], MappingText.prototype, "text", void 0);
27301
27301
  const textMapping = MappingText.compose({
27302
27302
  baseName: 'mapping-text',
27303
- template: template$S,
27303
+ template: template$Z,
27304
27304
  styles: styles$12
27305
27305
  });
27306
27306
  DesignSystem.getOrCreate().withPrefix('nimble').register(textMapping());
@@ -27603,7 +27603,7 @@ so this becomes the fallback color for the slot */ ''}
27603
27603
  observable
27604
27604
  ], Menu$1.prototype, "itemIcons", void 0);
27605
27605
 
27606
- const template$R = () => html `
27606
+ const template$Y = () => html `
27607
27607
  <template
27608
27608
  slot="${x => {
27609
27609
  if (x.slot) {
@@ -27691,7 +27691,7 @@ so this becomes the fallback color for the slot */ ''}
27691
27691
  const nimbleMenu = Menu.compose({
27692
27692
  baseName: 'menu',
27693
27693
  baseClass: Menu$1,
27694
- template: template$R,
27694
+ template: template$Y,
27695
27695
  styles: styles$11
27696
27696
  });
27697
27697
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenu());
@@ -27726,7 +27726,7 @@ so this becomes the fallback color for the slot */ ''}
27726
27726
  }
27727
27727
  `;
27728
27728
 
27729
- const template$Q = html `
27729
+ const template$X = html `
27730
27730
  <template
27731
27731
  ?open="${x => x.open}"
27732
27732
  @focusout="${(x, c) => x.focusoutHandler(c.event)}"
@@ -27976,7 +27976,7 @@ so this becomes the fallback color for the slot */ ''}
27976
27976
  ], MenuButton.prototype, "slottedMenus", void 0);
27977
27977
  const nimbleMenuButton = MenuButton.compose({
27978
27978
  baseName: 'menu-button',
27979
- template: template$Q,
27979
+ template: template$X,
27980
27980
  styles: styles$10,
27981
27981
  shadowOptions: {
27982
27982
  delegatesFocus: true
@@ -28324,7 +28324,7 @@ so this becomes the fallback color for the slot */ ''}
28324
28324
  * The template for the {@link @ni/fast-foundation#(NumberField:class)} component.
28325
28325
  * @public
28326
28326
  */
28327
- const template$P = (context, definition) => html `
28327
+ const template$W = (context, definition) => html `
28328
28328
  <template class="${x => (x.readOnly ? 'readonly' : '')}">
28329
28329
  ${labelTemplate$4}
28330
28330
  <div class="root" part="root">
@@ -28478,7 +28478,7 @@ so this becomes the fallback color for the slot */ ''}
28478
28478
  const nimbleNumberField = NumberField.compose({
28479
28479
  baseName: 'number-field',
28480
28480
  baseClass: NumberField$1,
28481
- template: template$P,
28481
+ template: template$W,
28482
28482
  styles: styles$_,
28483
28483
  shadowOptions: {
28484
28484
  delegatesFocus: true
@@ -28669,7 +28669,7 @@ so this becomes the fallback color for the slot */ ''}
28669
28669
  `;
28670
28670
 
28671
28671
  const labelTemplate$3 = createRequiredVisibleLabelTemplate(html `<slot name="label"></slot>`);
28672
- const template$O = html `
28672
+ const template$V = html `
28673
28673
  <template
28674
28674
  role="radiogroup"
28675
28675
  aria-disabled="${x => x.disabled}"
@@ -28709,7 +28709,7 @@ so this becomes the fallback color for the slot */ ''}
28709
28709
  const nimbleRadioGroup = RadioGroup.compose({
28710
28710
  baseName: 'radio-group',
28711
28711
  baseClass: RadioGroup$1,
28712
- template: template$O,
28712
+ template: template$V,
28713
28713
  styles: styles$Y,
28714
28714
  shadowOptions: {
28715
28715
  delegatesFocus: true
@@ -48122,7 +48122,7 @@ ${indentedChild}`;
48122
48122
  }
48123
48123
  `;
48124
48124
 
48125
- const template$N = html `
48125
+ const template$U = html `
48126
48126
  <template>
48127
48127
  <${anchoredRegionTag}
48128
48128
  ${ref('region')}
@@ -48410,7 +48410,7 @@ ${indentedChild}`;
48410
48410
  ], RichTextMentionListbox.prototype, "anchorElement", void 0);
48411
48411
  const nimbleRichTextMentionListbox = RichTextMentionListbox.compose({
48412
48412
  baseName: 'rich-text-mention-listbox',
48413
- template: template$N,
48413
+ template: template$U,
48414
48414
  styles: styles$W
48415
48415
  });
48416
48416
  DesignSystem.getOrCreate()
@@ -48418,7 +48418,7 @@ ${indentedChild}`;
48418
48418
  .register(nimbleRichTextMentionListbox());
48419
48419
  const richTextMentionListboxTag = 'nimble-rich-text-mention-listbox';
48420
48420
 
48421
- const template$M = html `
48421
+ const template$T = html `
48422
48422
  <template
48423
48423
  ${children$1({ property: 'childItems', filter: elements() })}
48424
48424
  @focusout="${x => x.focusoutHandler()}"
@@ -65004,7 +65004,7 @@ ${indentedChild}`;
65004
65004
  applyMixins(RichTextEditor, ARIAGlobalStatesAndProperties);
65005
65005
  const nimbleRichTextEditor = RichTextEditor.compose({
65006
65006
  baseName: 'rich-text-editor',
65007
- template: template$M,
65007
+ template: template$T,
65008
65008
  styles: styles$V,
65009
65009
  shadowOptions: {
65010
65010
  delegatesFocus: true
@@ -65014,7 +65014,7 @@ ${indentedChild}`;
65014
65014
  .withPrefix('nimble')
65015
65015
  .register(nimbleRichTextEditor());
65016
65016
 
65017
- const template$L = html `
65017
+ const template$S = html `
65018
65018
  <template ${children$1({ property: 'childItems', filter: elements() })}>
65019
65019
  <div ${ref('viewer')} class="viewer"></div>
65020
65020
  </template>
@@ -65133,7 +65133,7 @@ ${indentedChild}`;
65133
65133
  ], RichTextViewer.prototype, "markdown", void 0);
65134
65134
  const nimbleRichTextViewer = RichTextViewer.compose({
65135
65135
  baseName: 'rich-text-viewer',
65136
- template: template$L,
65136
+ template: template$S,
65137
65137
  styles: styles$U
65138
65138
  });
65139
65139
  DesignSystem.getOrCreate()
@@ -65476,7 +65476,7 @@ ${indentedChild}`;
65476
65476
  }
65477
65477
  `));
65478
65478
 
65479
- const template$K = html `
65479
+ const template$R = html `
65480
65480
  <template role="progressbar">
65481
65481
  ${''
65482
65482
  /**
@@ -65523,7 +65523,7 @@ ${indentedChild}`;
65523
65523
  ], Spinner.prototype, "appearance", void 0);
65524
65524
  const nimbleSpinner = Spinner.compose({
65525
65525
  baseName: 'spinner',
65526
- template: template$K,
65526
+ template: template$R,
65527
65527
  styles: styles$S
65528
65528
  });
65529
65529
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSpinner());
@@ -65540,7 +65540,7 @@ ${indentedChild}`;
65540
65540
  <slot ${ref('labelSlot')}></slot>
65541
65541
  </label>
65542
65542
  `);
65543
- const template$J = (context, definition) => html `
65543
+ const template$Q = (context, definition) => html `
65544
65544
  <template
65545
65545
  class="${x => [
65546
65546
  x.collapsible && 'collapsible',
@@ -66752,7 +66752,7 @@ ${indentedChild}`;
66752
66752
  const nimbleSelect = Select.compose({
66753
66753
  baseName: 'select',
66754
66754
  baseClass: Select$2,
66755
- template: template$J,
66755
+ template: template$Q,
66756
66756
  styles: styles$T,
66757
66757
  indicator: arrowExpanderDown16X16.data,
66758
66758
  end: html `
@@ -66778,7 +66778,7 @@ ${indentedChild}`;
66778
66778
  }
66779
66779
  `;
66780
66780
 
66781
- const template$I = (context, definition) => html `
66781
+ const template$P = (context, definition) => html `
66782
66782
  <template slot="step">
66783
66783
  <li class="
66784
66784
  container
@@ -66900,7 +66900,7 @@ ${indentedChild}`;
66900
66900
  ], Step.prototype, "tabIndex", void 0);
66901
66901
  const nimbleStep = Step.compose({
66902
66902
  baseName: 'step',
66903
- template: template$I,
66903
+ template: template$P,
66904
66904
  styles: styles$R,
66905
66905
  shadowOptions: {
66906
66906
  delegatesFocus: true
@@ -66979,7 +66979,7 @@ ${indentedChild}`;
66979
66979
  }
66980
66980
  `;
66981
66981
 
66982
- const template$H = html `
66982
+ const template$O = html `
66983
66983
  ${when(x => x.showScrollButtons, html `
66984
66984
  <${buttonTag}
66985
66985
  content-hidden
@@ -67124,7 +67124,7 @@ ${indentedChild}`;
67124
67124
  ], Stepper.prototype, "steps", void 0);
67125
67125
  const nimbleStepper = Stepper.compose({
67126
67126
  baseName: 'stepper',
67127
- template: template$H,
67127
+ template: template$O,
67128
67128
  styles: styles$Q
67129
67129
  });
67130
67130
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleStepper());
@@ -67356,7 +67356,7 @@ ${indentedChild}`;
67356
67356
  }
67357
67357
  `));
67358
67358
 
67359
- const template$G = html `
67359
+ const template$N = html `
67360
67360
  <template
67361
67361
  role="switch"
67362
67362
  aria-checked="${x => x.checked}"
@@ -67400,7 +67400,7 @@ ${indentedChild}`;
67400
67400
  const nimbleSwitch = Switch.compose({
67401
67401
  baseClass: Switch$1,
67402
67402
  baseName: 'switch',
67403
- template: template$G,
67403
+ template: template$N,
67404
67404
  styles: styles$P
67405
67405
  });
67406
67406
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSwitch());
@@ -71518,7 +71518,7 @@ focus outline in that case.
71518
71518
  }
71519
71519
  `;
71520
71520
 
71521
- const template$F = html `
71521
+ const template$M = html `
71522
71522
  <template role="columnheader"
71523
71523
  class="${x => (x.alignment === TableColumnAlignment.right ? 'right-align' : '')}"
71524
71524
  aria-sort="${x => x.ariaSort}"
@@ -71604,7 +71604,7 @@ focus outline in that case.
71604
71604
  ], TableHeader.prototype, "isGrouped", void 0);
71605
71605
  const nimbleTableHeader = TableHeader.compose({
71606
71606
  baseName: 'table-header',
71607
- template: template$F,
71607
+ template: template$M,
71608
71608
  styles: styles$L
71609
71609
  });
71610
71610
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableHeader());
@@ -71852,7 +71852,7 @@ focus outline in that case.
71852
71852
  }
71853
71853
  `;
71854
71854
 
71855
- const template$E = html `
71855
+ const template$L = html `
71856
71856
  <template role="cell" style="--ni-private-table-cell-nesting-level: ${x => x.nestingLevel}"
71857
71857
  @focusin="${x => x.onCellFocusIn()}"
71858
71858
  @blur="${x => x.onCellBlur()}"
@@ -71949,13 +71949,13 @@ focus outline in that case.
71949
71949
  ], TableCell.prototype, "nestingLevel", void 0);
71950
71950
  const nimbleTableCell = TableCell.compose({
71951
71951
  baseName: 'table-cell',
71952
- template: template$E,
71952
+ template: template$L,
71953
71953
  styles: styles$I
71954
71954
  });
71955
71955
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableCell());
71956
71956
  const tableCellTag = 'nimble-table-cell';
71957
71957
 
71958
- const template$D = html `
71958
+ const template$K = html `
71959
71959
  <template
71960
71960
  role="row"
71961
71961
  aria-selected=${x => x.ariaSelected}
@@ -72350,7 +72350,7 @@ focus outline in that case.
72350
72350
  ], TableRow.prototype, "ariaSelected", null);
72351
72351
  const nimbleTableRow = TableRow.compose({
72352
72352
  baseName: 'table-row',
72353
- template: template$D,
72353
+ template: template$K,
72354
72354
  styles: styles$J
72355
72355
  });
72356
72356
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableRow());
@@ -72446,7 +72446,7 @@ focus outline in that case.
72446
72446
  }
72447
72447
  `));
72448
72448
 
72449
- const template$C = html `
72449
+ const template$J = html `
72450
72450
  <template
72451
72451
  role="row"
72452
72452
  @click=${x => x.onGroupExpandToggle()}
@@ -72603,13 +72603,13 @@ focus outline in that case.
72603
72603
  ], TableGroupRow.prototype, "allowHover", void 0);
72604
72604
  const nimbleTableGroupRow = TableGroupRow.compose({
72605
72605
  baseName: 'table-group-row',
72606
- template: template$C,
72606
+ template: template$J,
72607
72607
  styles: styles$H
72608
72608
  });
72609
72609
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableGroupRow());
72610
72610
  const tableGroupRowTag = 'nimble-table-group-row';
72611
72611
 
72612
- const template$B = html `
72612
+ const template$I = html `
72613
72613
  <template
72614
72614
  role="treegrid"
72615
72615
  ${'' /* tabindex managed dynamically by KeyboardNavigationManager */}
@@ -76932,7 +76932,7 @@ focus outline in that case.
76932
76932
  ], Table$1.prototype, "windowShiftKeyDown", void 0);
76933
76933
  const nimbleTable = Table$1.compose({
76934
76934
  baseName: 'table',
76935
- template: template$B,
76935
+ template: template$I,
76936
76936
  styles: styles$M
76937
76937
  });
76938
76938
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTable());
@@ -76949,7 +76949,7 @@ focus outline in that case.
76949
76949
 
76950
76950
  // Avoiding a wrapping <template> and be careful about starting and ending whitspace
76951
76951
  // so the template can be composed into other column header templates
76952
- const template$A = html `<span
76952
+ const template$H = html `<span
76953
76953
  ${overflow('hasOverflow')}
76954
76954
  class="header-content"
76955
76955
  title=${x => (x.hasOverflow && x.headerTextContent ? x.headerTextContent : null)}
@@ -77045,7 +77045,7 @@ focus outline in that case.
77045
77045
  }
77046
77046
  `;
77047
77047
 
77048
- const template$z = html `
77048
+ const template$G = html `
77049
77049
  <template
77050
77050
  @click="${(x, c) => {
77051
77051
  if (typeof x.cellRecord?.href === 'string') {
@@ -77137,7 +77137,7 @@ focus outline in that case.
77137
77137
  ], TableColumnAnchorCellView.prototype, "showAnchor", null);
77138
77138
  const anchorCellView = TableColumnAnchorCellView.compose({
77139
77139
  baseName: 'table-column-anchor-cell-view',
77140
- template: template$z,
77140
+ template: template$G,
77141
77141
  styles: styles$F
77142
77142
  });
77143
77143
  DesignSystem.getOrCreate().withPrefix('nimble').register(anchorCellView());
@@ -77215,7 +77215,7 @@ focus outline in that case.
77215
77215
  observable
77216
77216
  ], TableColumnTextGroupHeaderViewBase.prototype, "text", void 0);
77217
77217
 
77218
- const template$y = html `
77218
+ const template$F = html `
77219
77219
  <span
77220
77220
  ${overflow('hasOverflow')}
77221
77221
  title="${x => (x.hasOverflow && x.text ? x.text : null)}"
@@ -77248,7 +77248,7 @@ focus outline in that case.
77248
77248
  }
77249
77249
  const tableColumnTextGroupHeaderView = TableColumnTextGroupHeaderView.compose({
77250
77250
  baseName: 'table-column-text-group-header-view',
77251
- template: template$y,
77251
+ template: template$F,
77252
77252
  styles: styles$E
77253
77253
  });
77254
77254
  DesignSystem.getOrCreate()
@@ -77493,7 +77493,7 @@ focus outline in that case.
77493
77493
  ], TableColumnAnchor.prototype, "download", void 0);
77494
77494
  const nimbleTableColumnAnchor = TableColumnAnchor.compose({
77495
77495
  baseName: 'table-column-anchor',
77496
- template: template$A,
77496
+ template: template$H,
77497
77497
  styles: styles$G
77498
77498
  });
77499
77499
  DesignSystem.getOrCreate()
@@ -77546,7 +77546,7 @@ focus outline in that case.
77546
77546
  }
77547
77547
  const tableColumnDateTextGroupHeaderView = TableColumnDateTextGroupHeaderView.compose({
77548
77548
  baseName: 'table-column-date-text-group-header-view',
77549
- template: template$y,
77549
+ template: template$F,
77550
77550
  styles: styles$E
77551
77551
  });
77552
77552
  DesignSystem.getOrCreate()
@@ -77554,7 +77554,7 @@ focus outline in that case.
77554
77554
  .register(tableColumnDateTextGroupHeaderView());
77555
77555
  const tableColumnDateTextGroupHeaderViewTag = 'nimble-table-column-date-text-group-header-view';
77556
77556
 
77557
- const template$x = html `
77557
+ const template$E = html `
77558
77558
  <template
77559
77559
  class="
77560
77560
  ${x => (x.alignment === TableColumnAlignment.right ? 'right-align' : '')}
@@ -77672,7 +77672,7 @@ focus outline in that case.
77672
77672
  }
77673
77673
  const dateTextCellView = TableColumnDateTextCellView.compose({
77674
77674
  baseName: 'table-column-date-text-cell-view',
77675
- template: template$x,
77675
+ template: template$E,
77676
77676
  styles: styles$D
77677
77677
  });
77678
77678
  DesignSystem.getOrCreate().withPrefix('nimble').register(dateTextCellView());
@@ -77931,7 +77931,7 @@ focus outline in that case.
77931
77931
  ], TableColumnDateText.prototype, "customHourCycle", void 0);
77932
77932
  const nimbleTableColumnDateText = TableColumnDateText.compose({
77933
77933
  baseName: 'table-column-date-text',
77934
- template: template$A,
77934
+ template: template$H,
77935
77935
  styles: styles$G
77936
77936
  });
77937
77937
  DesignSystem.getOrCreate()
@@ -77948,7 +77948,7 @@ focus outline in that case.
77948
77948
  }
77949
77949
  const durationTextCellView = TableColumnDurationTextCellView.compose({
77950
77950
  baseName: 'table-column-duration-text-cell-view',
77951
- template: template$x,
77951
+ template: template$E,
77952
77952
  styles: styles$D
77953
77953
  });
77954
77954
  DesignSystem.getOrCreate()
@@ -78050,7 +78050,7 @@ focus outline in that case.
78050
78050
  }
78051
78051
  const tableColumnDurationTextGroupHeaderView = TableColumnDurationTextGroupHeaderView.compose({
78052
78052
  baseName: 'table-column-duration-text-group-header-view',
78053
- template: template$y,
78053
+ template: template$F,
78054
78054
  styles: styles$E
78055
78055
  });
78056
78056
  DesignSystem.getOrCreate()
@@ -78103,7 +78103,7 @@ focus outline in that case.
78103
78103
  }
78104
78104
  const nimbleTableColumnDurationText = TableColumnDurationText.compose({
78105
78105
  baseName: 'table-column-duration-text',
78106
- template: template$A,
78106
+ template: template$H,
78107
78107
  styles: styles$G
78108
78108
  });
78109
78109
  DesignSystem.getOrCreate()
@@ -78220,7 +78220,7 @@ focus outline in that case.
78220
78220
  }
78221
78221
  `;
78222
78222
 
78223
- const template$w = html `${template$A}<slot ${slotted('mappings')} name="mapping"></slot>`;
78223
+ const template$D = html `${template$H}<slot ${slotted('mappings')} name="mapping"></slot>`;
78224
78224
 
78225
78225
  const enumBaseValidityFlagNames = [
78226
78226
  'invalidMappingKeyValueForType',
@@ -78330,7 +78330,7 @@ focus outline in that case.
78330
78330
  }
78331
78331
  `;
78332
78332
 
78333
- const template$v = html `
78333
+ const template$C = html `
78334
78334
  ${when(x => x.visualizationTemplate, html `
78335
78335
  <span class="reserve-icon-size">
78336
78336
  ${x => x.visualizationTemplate}
@@ -78474,7 +78474,7 @@ focus outline in that case.
78474
78474
  ], TableColumnMappingGroupHeaderView.prototype, "visualizationTemplate", void 0);
78475
78475
  const mappingGroupHeaderView = TableColumnMappingGroupHeaderView.compose({
78476
78476
  baseName: 'table-column-mapping-group-header-view',
78477
- template: template$v,
78477
+ template: template$C,
78478
78478
  styles: styles$B
78479
78479
  });
78480
78480
  DesignSystem.getOrCreate()
@@ -78506,7 +78506,7 @@ focus outline in that case.
78506
78506
  }
78507
78507
  `;
78508
78508
 
78509
- const template$u = html `
78509
+ const template$B = html `
78510
78510
  ${when(x => x.visualizationTemplate, html `
78511
78511
  <span class="reserve-icon-size">
78512
78512
  ${x => x.visualizationTemplate}
@@ -78593,7 +78593,7 @@ focus outline in that case.
78593
78593
  ], TableColumnMappingCellView.prototype, "hasOverflow", void 0);
78594
78594
  const mappingCellView = TableColumnMappingCellView.compose({
78595
78595
  baseName: 'table-column-mapping-cell-view',
78596
- template: template$u,
78596
+ template: template$B,
78597
78597
  styles: styles$A
78598
78598
  });
78599
78599
  DesignSystem.getOrCreate().withPrefix('nimble').register(mappingCellView());
@@ -78677,23 +78677,23 @@ focus outline in that case.
78677
78677
  ], TableColumnMapping.prototype, "widthMode", void 0);
78678
78678
  const nimbleTableColumnMapping = TableColumnMapping.compose({
78679
78679
  baseName: 'table-column-mapping',
78680
- template: template$w,
78680
+ template: template$D,
78681
78681
  styles: styles$C
78682
78682
  });
78683
78683
  DesignSystem.getOrCreate()
78684
78684
  .withPrefix('nimble')
78685
78685
  .register(nimbleTableColumnMapping());
78686
78686
 
78687
- const template$t = html `
78687
+ const template$A = html `
78688
78688
  <template @delegated-event="${(x, c) => x.onDelegatedEvent(c.event)}"
78689
- >${template$A}</template
78689
+ >${template$H}</template
78690
78690
  >
78691
78691
  `;
78692
78692
 
78693
78693
  /** @internal */
78694
78694
  const cellViewMenuSlotName = 'menu-button-menu';
78695
78695
 
78696
- const template$s = html `
78696
+ const template$z = html `
78697
78697
  ${when(x => x.showMenuButton, html `
78698
78698
  <${menuButtonTag}
78699
78699
  ${ref('menuButton')}
@@ -78787,7 +78787,7 @@ focus outline in that case.
78787
78787
  ], TableColumnMenuButtonCellView.prototype, "showMenuButton", null);
78788
78788
  const menuButtonCellView = TableColumnMenuButtonCellView.compose({
78789
78789
  baseName: 'table-column-menu-button-cell-view',
78790
- template: template$s,
78790
+ template: template$z,
78791
78791
  styles: styles$z
78792
78792
  });
78793
78793
  DesignSystem.getOrCreate().withPrefix('nimble').register(menuButtonCellView());
@@ -78843,7 +78843,7 @@ focus outline in that case.
78843
78843
  ], TableColumnMenuButton.prototype, "menuSlot", void 0);
78844
78844
  const nimbleTableColumnMenuButton = TableColumnMenuButton.compose({
78845
78845
  baseName: 'table-column-menu-button',
78846
- template: template$t,
78846
+ template: template$A,
78847
78847
  styles: styles$G
78848
78848
  });
78849
78849
  DesignSystem.getOrCreate()
@@ -78852,7 +78852,7 @@ focus outline in that case.
78852
78852
 
78853
78853
  // Avoiding a wrapping <template> and be careful about starting and ending whitespace
78854
78854
  // so the template can be composed into other column header templates
78855
- const template$r = html `<span
78855
+ const template$y = html `<span
78856
78856
  ${overflow('hasOverflow')}
78857
78857
  class="header-content"
78858
78858
  title=${x => (x.hasOverflow && x.headerTextContent ? x.headerTextContent : null)}
@@ -78871,7 +78871,7 @@ focus outline in that case.
78871
78871
  }
78872
78872
  const tableColumnNumberTextGroupHeaderView = TableColumnNumberTextGroupHeaderView.compose({
78873
78873
  baseName: 'table-column-number-text-group-header-view',
78874
- template: template$y,
78874
+ template: template$F,
78875
78875
  styles: styles$E
78876
78876
  });
78877
78877
  DesignSystem.getOrCreate()
@@ -78893,7 +78893,7 @@ focus outline in that case.
78893
78893
  }
78894
78894
  const numberTextCellView = TableColumnNumberTextCellView.compose({
78895
78895
  baseName: 'table-column-number-text-cell-view',
78896
- template: template$x,
78896
+ template: template$E,
78897
78897
  styles: styles$D
78898
78898
  });
78899
78899
  DesignSystem.getOrCreate().withPrefix('nimble').register(numberTextCellView());
@@ -79434,7 +79434,7 @@ focus outline in that case.
79434
79434
  ], TableColumnNumberText.prototype, "unit", void 0);
79435
79435
  const nimbleTableColumnNumberText = TableColumnNumberText.compose({
79436
79436
  baseName: 'table-column-number-text',
79437
- template: template$r,
79437
+ template: template$y,
79438
79438
  styles: styles$G
79439
79439
  });
79440
79440
  DesignSystem.getOrCreate()
@@ -79453,7 +79453,7 @@ focus outline in that case.
79453
79453
  }
79454
79454
  const textCellView = TableColumnTextCellView.compose({
79455
79455
  baseName: 'table-column-text-cell-view',
79456
- template: template$x,
79456
+ template: template$E,
79457
79457
  styles: styles$D
79458
79458
  });
79459
79459
  DesignSystem.getOrCreate().withPrefix('nimble').register(textCellView());
@@ -79508,7 +79508,7 @@ focus outline in that case.
79508
79508
  }
79509
79509
  const nimbleTableColumnText = TableColumnText.compose({
79510
79510
  baseName: 'table-column-text',
79511
- template: template$A,
79511
+ template: template$H,
79512
79512
  styles: styles$G
79513
79513
  });
79514
79514
  DesignSystem.getOrCreate()
@@ -79597,7 +79597,7 @@ focus outline in that case.
79597
79597
  const nimbleTabs = Tabs.compose({
79598
79598
  baseName: 'tabs',
79599
79599
  baseClass: Tabs$1,
79600
- template: template$12,
79600
+ template: template$19,
79601
79601
  styles: styles$y
79602
79602
  });
79603
79603
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabs());
@@ -79634,7 +79634,7 @@ focus outline in that case.
79634
79634
  }
79635
79635
  `;
79636
79636
 
79637
- const template$q = (context, definition) => html `
79637
+ const template$x = (context, definition) => html `
79638
79638
  <template slot="end">
79639
79639
  ${when(x => x.defaultSlottedElements.length > 0, html `
79640
79640
  <div class="separator"></div>
@@ -79666,7 +79666,7 @@ focus outline in that case.
79666
79666
  ], TabsToolbar.prototype, "defaultSlottedElements", void 0);
79667
79667
  const nimbleTabsToolbar = TabsToolbar.compose({
79668
79668
  baseName: 'tabs-toolbar',
79669
- template: template$q,
79669
+ template: template$x,
79670
79670
  styles: styles$x
79671
79671
  });
79672
79672
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabsToolbar());
@@ -79872,7 +79872,7 @@ focus outline in that case.
79872
79872
  <slot ${slotted('defaultSlottedNodes')}></slot>
79873
79873
  </label>
79874
79874
  `);
79875
- const template$p = () => html `
79875
+ const template$w = () => html `
79876
79876
  ${labelTemplate$1}
79877
79877
  <div class="container">
79878
79878
  <textarea
@@ -80020,7 +80020,7 @@ focus outline in that case.
80020
80020
  const nimbleTextArea = TextArea.compose({
80021
80021
  baseName: 'text-area',
80022
80022
  baseClass: TextArea$1,
80023
- template: template$p,
80023
+ template: template$w,
80024
80024
  styles: styles$w,
80025
80025
  shadowOptions: {
80026
80026
  delegatesFocus: true
@@ -80315,7 +80315,7 @@ focus outline in that case.
80315
80315
  * The template for the {@link @ni/fast-foundation#(TextField:class)} component.
80316
80316
  * @public
80317
80317
  */
80318
- const template$o = (context, definition) => html `
80318
+ const template$v = (context, definition) => html `
80319
80319
  <template
80320
80320
  class="
80321
80321
  ${x => (x.readOnly ? 'readonly' : '')}
@@ -80400,7 +80400,7 @@ focus outline in that case.
80400
80400
  const nimbleTextField = TextField.compose({
80401
80401
  baseName: 'text-field',
80402
80402
  baseClass: TextField$1,
80403
- template: template$o,
80403
+ template: template$v,
80404
80404
  styles: styles$v,
80405
80405
  shadowOptions: {
80406
80406
  delegatesFocus: true
@@ -80504,7 +80504,7 @@ focus outline in that case.
80504
80504
  }
80505
80505
  `));
80506
80506
 
80507
- const template$n = html `
80507
+ const template$u = html `
80508
80508
  ${when(x => x.tooltipVisible, html `
80509
80509
  <${anchoredRegionTag}
80510
80510
  class="anchored-region"
@@ -80556,7 +80556,7 @@ focus outline in that case.
80556
80556
  const nimbleTooltip = Tooltip.compose({
80557
80557
  baseName: 'tooltip',
80558
80558
  baseClass: Tooltip$1,
80559
- template: template$n,
80559
+ template: template$u,
80560
80560
  styles: styles$u
80561
80561
  });
80562
80562
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTooltip());
@@ -80882,7 +80882,7 @@ focus outline in that case.
80882
80882
  }
80883
80883
  `;
80884
80884
 
80885
- const template$m = html `
80885
+ const template$t = html `
80886
80886
  <template
80887
80887
  role="tree"
80888
80888
  ${ref('treeView')}
@@ -80978,7 +80978,7 @@ focus outline in that case.
80978
80978
  const nimbleTreeView = TreeView.compose({
80979
80979
  baseName: 'tree-view',
80980
80980
  baseClass: TreeView$1,
80981
- template: template$m,
80981
+ template: template$t,
80982
80982
  styles: styles$s
80983
80983
  });
80984
80984
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTreeView());
@@ -81095,7 +81095,7 @@ focus outline in that case.
81095
81095
  }
81096
81096
  const unitScaleByte = new UnitScaleByte();
81097
81097
 
81098
- const template$l = html `<template slot="unit"></template>`;
81098
+ const template$s = html `<template slot="unit"></template>`;
81099
81099
 
81100
81100
  const styles$r = css `
81101
81101
  ${display$2('none')}
@@ -81125,7 +81125,7 @@ focus outline in that case.
81125
81125
  ], UnitByte.prototype, "binary", void 0);
81126
81126
  const nimbleUnitByte = UnitByte.compose({
81127
81127
  baseName: 'unit-byte',
81128
- template: template$l,
81128
+ template: template$s,
81129
81129
  styles: styles$r
81130
81130
  });
81131
81131
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleUnitByte());
@@ -81178,7 +81178,7 @@ focus outline in that case.
81178
81178
  }
81179
81179
  const nimbleUnitVolt = UnitVolt.compose({
81180
81180
  baseName: 'unit-volt',
81181
- template: template$l,
81181
+ template: template$s,
81182
81182
  styles: styles$r
81183
81183
  });
81184
81184
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleUnitVolt());
@@ -95493,7 +95493,7 @@ focus outline in that case.
95493
95493
  return new Table(reader.readAll());
95494
95494
  }
95495
95495
 
95496
- const template$k = html `
95496
+ const template$r = html `
95497
95497
  <div class="wafer-map-container">
95498
95498
  <svg class="svg-root">
95499
95499
  <g ${ref('zoomContainer')} transform=${x => x.transform.toString()}>
@@ -98551,7 +98551,7 @@ focus outline in that case.
98551
98551
  ], WaferMap.prototype, "colorScale", void 0);
98552
98552
  const nimbleWaferMap = WaferMap.compose({
98553
98553
  baseName: 'wafer-map',
98554
- template: template$k,
98554
+ template: template$r,
98555
98555
  styles: styles$q
98556
98556
  });
98557
98557
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleWaferMap());
@@ -98637,7 +98637,7 @@ focus outline in that case.
98637
98637
  }
98638
98638
  `;
98639
98639
 
98640
- const template$j = html `
98640
+ const template$q = html `
98641
98641
  <div class="toolbar ${x => (x.toolbarEmpty ? 'toolbar-empty' : '')}">
98642
98642
  <slot name="toolbar" ${slotted({ property: 'slottedToolbarElements' })}></slot>
98643
98643
  </div>
@@ -98719,7 +98719,7 @@ focus outline in that case.
98719
98719
  ], ChatConversation.prototype, "slottedEndElements", void 0);
98720
98720
  const sprightChatConversation = ChatConversation.compose({
98721
98721
  baseName: 'chat-conversation',
98722
- template: template$j,
98722
+ template: template$q,
98723
98723
  styles: styles$p
98724
98724
  });
98725
98725
  DesignSystem.getOrCreate()
@@ -98871,7 +98871,7 @@ focus outline in that case.
98871
98871
  }
98872
98872
  `;
98873
98873
 
98874
- const template$i = html `
98874
+ const template$p = html `
98875
98875
  <div class="container">
98876
98876
  <section class="attachments ${x => (x.attachmentsIsEmpty ? '' : 'has-content')}">
98877
98877
  <slot
@@ -99123,7 +99123,7 @@ focus outline in that case.
99123
99123
  ], ChatInput.prototype, "slottedAttachmentsElements", void 0);
99124
99124
  const sprightChatInput = ChatInput.compose({
99125
99125
  baseName: 'chat-input',
99126
- template: template$i,
99126
+ template: template$p,
99127
99127
  styles: styles$o,
99128
99128
  shadowOptions: {
99129
99129
  delegatesFocus: true
@@ -99216,7 +99216,7 @@ focus outline in that case.
99216
99216
  }
99217
99217
  `;
99218
99218
 
99219
- const template$h = (context, definition) => html `
99219
+ const template$o = (context, definition) => html `
99220
99220
  <div class="container">
99221
99221
  ${startSlotTemplate(context, definition)}
99222
99222
  <section class="message-content">
@@ -99265,7 +99265,7 @@ focus outline in that case.
99265
99265
  applyMixins(ChatMessage, StartEnd);
99266
99266
  const sprightChatMessage = ChatMessage.compose({
99267
99267
  baseName: 'chat-message',
99268
- template: template$h,
99268
+ template: template$o,
99269
99269
  styles: styles$n
99270
99270
  });
99271
99271
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessage());
@@ -99328,7 +99328,7 @@ focus outline in that case.
99328
99328
  }
99329
99329
  `;
99330
99330
 
99331
- const template$g = (context, definition) => html `
99331
+ const template$n = (context, definition) => html `
99332
99332
  <div class="container">
99333
99333
  ${startSlotTemplate(context, definition)}
99334
99334
  <section class="message-content">
@@ -99366,7 +99366,7 @@ focus outline in that case.
99366
99366
  applyMixins(ChatMessageInbound, StartEnd);
99367
99367
  const sprightChatMessageInbound = ChatMessageInbound.compose({
99368
99368
  baseName: 'chat-message-inbound',
99369
- template: template$g,
99369
+ template: template$n,
99370
99370
  styles: styles$m
99371
99371
  });
99372
99372
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageInbound());
@@ -99405,7 +99405,7 @@ focus outline in that case.
99405
99405
  }
99406
99406
  `;
99407
99407
 
99408
- const template$f = () => html `
99408
+ const template$m = () => html `
99409
99409
  <div class="container">
99410
99410
  <section class="message-content">
99411
99411
  <slot></slot>
@@ -99420,7 +99420,7 @@ focus outline in that case.
99420
99420
  }
99421
99421
  const sprightChatMessageOutbound = ChatMessageOutbound.compose({
99422
99422
  baseName: 'chat-message-outbound',
99423
- template: template$f,
99423
+ template: template$m,
99424
99424
  styles: styles$l
99425
99425
  });
99426
99426
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageOutbound());
@@ -99452,7 +99452,7 @@ focus outline in that case.
99452
99452
  }
99453
99453
  `;
99454
99454
 
99455
- const template$e = () => html `
99455
+ const template$l = () => html `
99456
99456
  <div class="container">
99457
99457
  <section class="message-content">
99458
99458
  <slot></slot>
@@ -99467,7 +99467,7 @@ focus outline in that case.
99467
99467
  }
99468
99468
  const sprightChatMessageSystem = ChatMessageSystem.compose({
99469
99469
  baseName: 'chat-message-system',
99470
- template: template$e,
99470
+ template: template$l,
99471
99471
  styles: styles$k
99472
99472
  });
99473
99473
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageSystem());
@@ -99575,7 +99575,7 @@ focus outline in that case.
99575
99575
  <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"/>
99576
99576
  </svg>`;
99577
99577
 
99578
- const template$d = html `
99578
+ const template$k = html `
99579
99579
  <div class="icon light-icon" aria-hidden="true" :innerHTML="${() => nigelChatLightData}"></div>
99580
99580
  <div class="icon dark-icon" aria-hidden="true" :innerHTML="${() => nigelChatDarkData}"></div>
99581
99581
  `;
@@ -99604,7 +99604,7 @@ focus outline in that case.
99604
99604
  }
99605
99605
  const sprightIconNigelChat = IconNigelChat.compose({
99606
99606
  baseName: 'icon-nigel-chat',
99607
- template: template$d,
99607
+ template: template$k,
99608
99608
  styles: styles$i
99609
99609
  });
99610
99610
  DesignSystem.getOrCreate()
@@ -99612,7 +99612,7 @@ focus outline in that case.
99612
99612
  .register(sprightIconNigelChat());
99613
99613
  const iconNigelChatTag = 'spright-icon-nigel-chat';
99614
99614
 
99615
- const template$c = () => html `
99615
+ const template$j = () => html `
99616
99616
  <div class="container">
99617
99617
  <div class="brand-icon">
99618
99618
  <slot name="brand-icon">
@@ -99644,11 +99644,226 @@ focus outline in that case.
99644
99644
  ], ChatMessageWelcome.prototype, "subtitle", void 0);
99645
99645
  const sprightChatMessageWelcome = ChatMessageWelcome.compose({
99646
99646
  baseName: 'chat-message-welcome',
99647
- template: template$c,
99647
+ template: template$j,
99648
99648
  styles: styles$j
99649
99649
  });
99650
99650
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageWelcome());
99651
99651
 
99652
+ const iconData$6 = `<?xml version="1.0" encoding="UTF-8"?>
99653
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
99654
+ <defs>
99655
+ <style>
99656
+ .breakpoint-conditional-0 {
99657
+ fill: #c42126;
99658
+ }
99659
+ </style>
99660
+ </defs>
99661
+ <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"/>
99662
+ </svg>`;
99663
+
99664
+ /**
99665
+ * Spright breakpoint conditional icon.
99666
+ */
99667
+ class IconBreakpointConditional extends Icon {
99668
+ }
99669
+ const template$i = html `
99670
+ <div class="icon" aria-hidden="true" :innerHTML="${() => iconData$6}"></div>
99671
+ `;
99672
+ const sprightIconBreakpointConditional = IconBreakpointConditional.compose({
99673
+ baseName: 'icon-breakpoint-conditional',
99674
+ template: template$i,
99675
+ styles: styles$1p
99676
+ });
99677
+ DesignSystem.getOrCreate()
99678
+ .withPrefix('spright')
99679
+ .register(sprightIconBreakpointConditional());
99680
+
99681
+ const iconData$5 = `<?xml version="1.0" encoding="UTF-8"?>
99682
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
99683
+ <defs>
99684
+ <style>
99685
+ .breakpoint-disabled-0 {
99686
+ fill: #161617;
99687
+ opacity: .3;
99688
+ }
99689
+ </style>
99690
+ </defs>
99691
+ <circle class="breakpoint-disabled-0" cx="8" cy="8" r="5"/>
99692
+ </svg>`;
99693
+
99694
+ /**
99695
+ * Spright breakpoint disabled icon.
99696
+ */
99697
+ class IconBreakpointDisabled extends Icon {
99698
+ }
99699
+ const template$h = html `
99700
+ <div class="icon" aria-hidden="true" :innerHTML="${() => iconData$5}"></div>
99701
+ `;
99702
+ const sprightIconBreakpointDisabled = IconBreakpointDisabled.compose({
99703
+ baseName: 'icon-breakpoint-disabled',
99704
+ template: template$h,
99705
+ styles: styles$1p
99706
+ });
99707
+ DesignSystem.getOrCreate()
99708
+ .withPrefix('spright')
99709
+ .register(sprightIconBreakpointDisabled());
99710
+
99711
+ const iconData$4 = `<?xml version="1.0" encoding="UTF-8"?>
99712
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
99713
+ <defs>
99714
+ <style>
99715
+ .breakpoint-enabled-0 {
99716
+ fill: #c42126;
99717
+ }
99718
+ </style>
99719
+ </defs>
99720
+ <circle class="breakpoint-enabled-0" cx="8" cy="8" r="5"/>
99721
+ </svg>`;
99722
+
99723
+ /**
99724
+ * Spright breakpoint enabled icon.
99725
+ */
99726
+ class IconBreakpointEnabled extends Icon {
99727
+ }
99728
+ const template$g = html `
99729
+ <div class="icon" aria-hidden="true" :innerHTML="${() => iconData$4}"></div>
99730
+ `;
99731
+ const sprightIconBreakpointEnabled = IconBreakpointEnabled.compose({
99732
+ baseName: 'icon-breakpoint-enabled',
99733
+ template: template$g,
99734
+ styles: styles$1p
99735
+ });
99736
+ DesignSystem.getOrCreate()
99737
+ .withPrefix('spright')
99738
+ .register(sprightIconBreakpointEnabled());
99739
+
99740
+ const iconData$3 = `<?xml version="1.0" encoding="UTF-8"?>
99741
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
99742
+ <defs>
99743
+ <style>
99744
+ .breakpoint-execution-pointer-0 {
99745
+ fill: #161617;
99746
+ }
99747
+ </style>
99748
+ </defs>
99749
+ <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"/>
99750
+ </svg>`;
99751
+
99752
+ /**
99753
+ * Spright breakpoint execution pointer icon.
99754
+ */
99755
+ class IconBreakpointExecutionPointer extends Icon {
99756
+ }
99757
+ const template$f = html `
99758
+ <div class="icon" aria-hidden="true" :innerHTML="${() => iconData$3}"></div>
99759
+ `;
99760
+ const sprightIconBreakpointExecutionPointer = IconBreakpointExecutionPointer.compose({
99761
+ baseName: 'icon-breakpoint-execution-pointer',
99762
+ template: template$f,
99763
+ styles: styles$1p
99764
+ });
99765
+ DesignSystem.getOrCreate()
99766
+ .withPrefix('spright')
99767
+ .register(sprightIconBreakpointExecutionPointer());
99768
+
99769
+ const iconData$2 = `<?xml version="1.0" encoding="UTF-8"?>
99770
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
99771
+ <defs>
99772
+ <style>
99773
+ .breakpoint-hit-disabled-0 {
99774
+ opacity: .3;
99775
+ }
99776
+
99777
+ .breakpoint-hit-disabled-0, .breakpoint-hit-disabled-1 {
99778
+ fill: #161617;
99779
+ }
99780
+ </style>
99781
+ </defs>
99782
+ <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"/>
99783
+ <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"/>
99784
+ </svg>`;
99785
+
99786
+ /**
99787
+ * Spright breakpoint hit disabled icon.
99788
+ */
99789
+ class IconBreakpointHitDisabled extends Icon {
99790
+ }
99791
+ const template$e = html `
99792
+ <div class="icon" aria-hidden="true" :innerHTML="${() => iconData$2}"></div>
99793
+ `;
99794
+ const sprightIconBreakpointHitDisabled = IconBreakpointHitDisabled.compose({
99795
+ baseName: 'icon-breakpoint-hit-disabled',
99796
+ template: template$e,
99797
+ styles: styles$1p
99798
+ });
99799
+ DesignSystem.getOrCreate()
99800
+ .withPrefix('spright')
99801
+ .register(sprightIconBreakpointHitDisabled());
99802
+
99803
+ const iconData$1 = `<?xml version="1.0" encoding="UTF-8"?>
99804
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
99805
+ <defs>
99806
+ <style>
99807
+ .breakpoint-hit-0 {
99808
+ fill: #c42126;
99809
+ }
99810
+
99811
+ .breakpoint-hit-1 {
99812
+ fill: #161617;
99813
+ }
99814
+ </style>
99815
+ </defs>
99816
+ <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"/>
99817
+ <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"/>
99818
+ </svg>`;
99819
+
99820
+ /**
99821
+ * Spright breakpoint hit icon.
99822
+ */
99823
+ class IconBreakpointHit extends Icon {
99824
+ }
99825
+ const template$d = html `
99826
+ <div class="icon" aria-hidden="true" :innerHTML="${() => iconData$1}"></div>
99827
+ `;
99828
+ const sprightIconBreakpointHit = IconBreakpointHit.compose({
99829
+ baseName: 'icon-breakpoint-hit',
99830
+ template: template$d,
99831
+ styles: styles$1p
99832
+ });
99833
+ DesignSystem.getOrCreate()
99834
+ .withPrefix('spright')
99835
+ .register(sprightIconBreakpointHit());
99836
+
99837
+ const iconData = `<?xml version="1.0" encoding="UTF-8"?>
99838
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
99839
+ <defs>
99840
+ <style>
99841
+ .breakpoint-hover-0 {
99842
+ fill: #c42126;
99843
+ opacity: .3;
99844
+ }
99845
+ </style>
99846
+ </defs>
99847
+ <circle class="breakpoint-hover-0" cx="8" cy="8" r="5"/>
99848
+ </svg>`;
99849
+
99850
+ /**
99851
+ * Spright breakpoint hover icon.
99852
+ */
99853
+ class IconBreakpointHover extends Icon {
99854
+ }
99855
+ const template$c = html `
99856
+ <div class="icon" aria-hidden="true" :innerHTML="${() => iconData}"></div>
99857
+ `;
99858
+ const sprightIconBreakpointHover = IconBreakpointHover.compose({
99859
+ baseName: 'icon-breakpoint-hover',
99860
+ template: template$c,
99861
+ styles: styles$1p
99862
+ });
99863
+ DesignSystem.getOrCreate()
99864
+ .withPrefix('spright')
99865
+ .register(sprightIconBreakpointHover());
99866
+
99652
99867
  const styles$h = css `
99653
99868
  ${styles$1p}
99654
99869
 
@@ -99667,7 +99882,7 @@ focus outline in that case.
99667
99882
  }
99668
99883
  const sprightIconWorkItemCalendarWeek = IconWorkItemCalendarWeek.compose({
99669
99884
  baseName: 'icon-work-item-calendar-week',
99670
- template: template$16,
99885
+ template: template$1d,
99671
99886
  styles: styles$h
99672
99887
  });
99673
99888
  DesignSystem.getOrCreate()
@@ -99692,7 +99907,7 @@ focus outline in that case.
99692
99907
  }
99693
99908
  const sprightIconWorkItemCalipers = IconWorkItemCalipers.compose({
99694
99909
  baseName: 'icon-work-item-calipers',
99695
- template: template$16,
99910
+ template: template$1d,
99696
99911
  styles: styles$g
99697
99912
  });
99698
99913
  DesignSystem.getOrCreate()
@@ -99717,7 +99932,7 @@ focus outline in that case.
99717
99932
  }
99718
99933
  const sprightIconWorkItemForklift = IconWorkItemForklift.compose({
99719
99934
  baseName: 'icon-work-item-forklift',
99720
- template: template$16,
99935
+ template: template$1d,
99721
99936
  styles: styles$f
99722
99937
  });
99723
99938
  DesignSystem.getOrCreate()
@@ -99742,7 +99957,7 @@ focus outline in that case.
99742
99957
  }
99743
99958
  const sprightIconWorkItemRectangleCheckLines = IconWorkItemRectangleCheckLines.compose({
99744
99959
  baseName: 'icon-work-item-rectangle-check-lines',
99745
- template: template$16,
99960
+ template: template$1d,
99746
99961
  styles: styles$e
99747
99962
  });
99748
99963
  DesignSystem.getOrCreate()
@@ -99767,7 +99982,7 @@ focus outline in that case.
99767
99982
  }
99768
99983
  const sprightIconWorkItemUserHelmetSafety = IconWorkItemUserHelmetSafety.compose({
99769
99984
  baseName: 'icon-work-item-user-helmet-safety',
99770
- template: template$16,
99985
+ template: template$1d,
99771
99986
  styles: styles$d
99772
99987
  });
99773
99988
  DesignSystem.getOrCreate()
@@ -99792,7 +100007,7 @@ focus outline in that case.
99792
100007
  }
99793
100008
  const sprightIconWorkItemWrenchHammer = IconWorkItemWrenchHammer.compose({
99794
100009
  baseName: 'icon-work-item-wrench-hammer',
99795
- template: template$16,
100010
+ template: template$1d,
99796
100011
  styles: styles$c
99797
100012
  });
99798
100013
  DesignSystem.getOrCreate()