@ni/ok-components 0.2.20 → 0.3.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.
@@ -14903,7 +14903,7 @@
14903
14903
 
14904
14904
  const template$_ = html `<slot></slot>`;
14905
14905
 
14906
- const styles$1f = css `
14906
+ const styles$1l = css `
14907
14907
  ${display$2('contents')}
14908
14908
  `;
14909
14909
 
@@ -15018,7 +15018,7 @@
15018
15018
  ], ThemeProvider.prototype, "theme", void 0);
15019
15019
  const nimbleDesignSystemProvider = ThemeProvider.compose({
15020
15020
  baseName: 'theme-provider',
15021
- styles: styles$1f,
15021
+ styles: styles$1l,
15022
15022
  template: template$_
15023
15023
  });
15024
15024
  DesignSystem.getOrCreate()
@@ -16523,7 +16523,7 @@
16523
16523
  createThemeColorToken(tokenNames.calendarEventBackgroundStaticColor, tokenValues.calendarEventBackgroundStaticColor);
16524
16524
  createThemeColorToken(tokenNames.calendarEventBackgroundDynamicColor, tokenValues.calendarEventBackgroundDynamicColor);
16525
16525
  createThemeColorToken(tokenNames.calendarEventBackgroundTransientColor, tokenValues.calendarEventBackgroundTransientColor);
16526
- createThemeColorToken(tokenNames.calendarEventBorderStaticColor, tokenValues.calendarEventBorderStaticColor);
16526
+ const calendarEventBorderStaticColor = createThemeColorToken(tokenNames.calendarEventBorderStaticColor, tokenValues.calendarEventBorderStaticColor);
16527
16527
  createThemeColorToken(tokenNames.calendarEventBorderTransientColor, tokenValues.calendarEventBorderTransientColor);
16528
16528
  createThemeColorToken(tokenNames.calendarEventStaticFontColor, tokenValues.calendarEventStaticFontColor);
16529
16529
  createThemeColorToken(tokenNames.calendarEventDynamicFontColor, tokenValues.calendarEventDynamicFontColor);
@@ -16540,20 +16540,20 @@
16540
16540
  createThemeColorToken(tokenNames.calendarGroupHeaderBackgroundColor, tokenValues.calendarGroupHeaderBackgroundColor);
16541
16541
  createThemeColorToken(tokenNames.calendarEventBackgroundJobColor, tokenValues.calendarEventBackgroundJobColor);
16542
16542
  createThemeColorToken(tokenNames.calendarEventBackgroundHoverJobColor, tokenValues.calendarEventBackgroundHoverJobColor);
16543
- createThemeColorToken(tokenNames.calendarEventBorderJobColor, tokenValues.calendarEventBorderJobColor);
16543
+ const calendarEventBorderJobColor = createThemeColorToken(tokenNames.calendarEventBorderJobColor, tokenValues.calendarEventBorderJobColor);
16544
16544
  createThemeColorToken(tokenNames.calendarEventJobFontColor, tokenValues.calendarEventJobFontColor);
16545
16545
  createThemeColorToken(tokenNames.calendarEventBackgroundMaintenanceColor, tokenValues.calendarEventBackgroundMaintenanceColor);
16546
16546
  createThemeColorToken(tokenNames.calendarEventBackgroundHoverMaintenanceColor, tokenValues.calendarEventBackgroundHoverMaintenanceColor);
16547
- createThemeColorToken(tokenNames.calendarEventBorderMaintenanceColor, tokenValues.calendarEventBorderMaintenanceColor);
16547
+ const calendarEventBorderMaintenanceColor = createThemeColorToken(tokenNames.calendarEventBorderMaintenanceColor, tokenValues.calendarEventBorderMaintenanceColor);
16548
16548
  createThemeColorToken(tokenNames.calendarEventBackgroundCalibrationColor, tokenValues.calendarEventBackgroundCalibrationColor);
16549
16549
  createThemeColorToken(tokenNames.calendarEventBackgroundHoverCalibrationColor, tokenValues.calendarEventBackgroundHoverCalibrationColor);
16550
- createThemeColorToken(tokenNames.calendarEventBorderCalibrationColor, tokenValues.calendarEventBorderCalibrationColor);
16550
+ const calendarEventBorderCalibrationColor = createThemeColorToken(tokenNames.calendarEventBorderCalibrationColor, tokenValues.calendarEventBorderCalibrationColor);
16551
16551
  createThemeColorToken(tokenNames.calendarEventBackgroundReservationColor, tokenValues.calendarEventBackgroundReservationColor);
16552
16552
  createThemeColorToken(tokenNames.calendarEventBackgroundHoverReservationColor, tokenValues.calendarEventBackgroundHoverReservationColor);
16553
- createThemeColorToken(tokenNames.calendarEventBorderReservationColor, tokenValues.calendarEventBorderReservationColor);
16553
+ const calendarEventBorderReservationColor = createThemeColorToken(tokenNames.calendarEventBorderReservationColor, tokenValues.calendarEventBorderReservationColor);
16554
16554
  createThemeColorToken(tokenNames.calendarEventBackgroundTransportOrderColor, tokenValues.calendarEventBackgroundTransportOrderColor);
16555
16555
  createThemeColorToken(tokenNames.calendarEventBackgroundHoverTransportOrderColor, tokenValues.calendarEventBackgroundHoverTransportOrderColor);
16556
- createThemeColorToken(tokenNames.calendarEventBorderTransportOrderColor, tokenValues.calendarEventBorderTransportOrderColor);
16556
+ const calendarEventBorderTransportOrderColor = createThemeColorToken(tokenNames.calendarEventBorderTransportOrderColor, tokenValues.calendarEventBorderTransportOrderColor);
16557
16557
  createThemeColorToken(tokenNames.calendarEventBackgroundAggregateAvailabilityColor, tokenValues.calendarEventBackgroundAggregateAvailabilityColor);
16558
16558
  createThemeColorToken(tokenNames.calendarEventBorderAggregateAvailabilityColor, tokenValues.calendarEventBorderAggregateAvailabilityColor);
16559
16559
  // #endregion
@@ -16661,7 +16661,7 @@
16661
16661
  }
16662
16662
  // #endregion
16663
16663
 
16664
- const styles$1e = css `
16664
+ const styles$1k = css `
16665
16665
  @layer base, hover, focusVisible, active, disabled, top;
16666
16666
 
16667
16667
  @layer base {
@@ -16843,7 +16843,7 @@
16843
16843
  baseName: 'anchor',
16844
16844
  baseClass: Anchor$1,
16845
16845
  template: template$Z,
16846
- styles: styles$1e,
16846
+ styles: styles$1k,
16847
16847
  shadowOptions: {
16848
16848
  delegatesFocus: true
16849
16849
  }
@@ -16952,7 +16952,7 @@
16952
16952
  padding: 0;
16953
16953
  `;
16954
16954
 
16955
- const styles$1d = css `
16955
+ const styles$1j = css `
16956
16956
  @layer base, checked, hover, focusVisible, active, disabled, top;
16957
16957
 
16958
16958
  @layer base {
@@ -17236,8 +17236,8 @@
17236
17236
  }
17237
17237
  `));
17238
17238
 
17239
- const styles$1c = css `
17240
- ${styles$1d}
17239
+ const styles$1i = css `
17240
+ ${styles$1j}
17241
17241
  ${buttonAppearanceVariantStyles}
17242
17242
 
17243
17243
  .control {
@@ -17340,7 +17340,7 @@
17340
17340
  const nimbleAnchorButton = AnchorButton.compose({
17341
17341
  baseName: 'anchor-button',
17342
17342
  template: template$Y,
17343
- styles: styles$1c,
17343
+ styles: styles$1i,
17344
17344
  shadowOptions: {
17345
17345
  delegatesFocus: true
17346
17346
  }
@@ -17348,7 +17348,7 @@
17348
17348
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorButton());
17349
17349
  const anchorButtonTag = 'nimble-anchor-button';
17350
17350
 
17351
- const styles$1b = css `
17351
+ const styles$1h = css `
17352
17352
  ${display$2('grid')}
17353
17353
 
17354
17354
  :host {
@@ -17533,7 +17533,7 @@
17533
17533
  const nimbleAnchorMenuItem = AnchorMenuItem.compose({
17534
17534
  baseName: 'anchor-menu-item',
17535
17535
  template: template$X,
17536
- styles: styles$1b,
17536
+ styles: styles$1h,
17537
17537
  shadowOptions: {
17538
17538
  delegatesFocus: true
17539
17539
  }
@@ -17545,7 +17545,7 @@
17545
17545
 
17546
17546
  // These styles end up inside a @layer block so must use the
17547
17547
  // cssPartial tag instead of the css tag
17548
- const styles$1a = cssPartial `
17548
+ const styles$1g = cssPartial `
17549
17549
  .severity-text {
17550
17550
  display: none;
17551
17551
  font: ${errorTextFont};
@@ -17657,12 +17657,12 @@
17657
17657
  const themeBehavior = (theme, styles) => new ThemeStyleSheetBehavior(theme, styles);
17658
17658
  /* eslint-enable max-classes-per-file */
17659
17659
 
17660
- const styles$19 = css `
17660
+ const styles$1f = css `
17661
17661
  @layer base, hover, focusVisible, active, disabled, top;
17662
17662
 
17663
17663
  @layer base {
17664
17664
  ${display$2('inline-flex')}
17665
- ${styles$1a}
17665
+ ${styles$1g}
17666
17666
  :host {
17667
17667
  ${'' /* Based on text layout: Top padding + title height + subtitle height + bottom padding */}
17668
17668
  height: calc(${smallPadding} + ${controlSlimHeight} + ${errorTextFontLineHeight} + ${smallPadding});
@@ -18077,8 +18077,8 @@
18077
18077
  }
18078
18078
  `));
18079
18079
 
18080
- const styles$18 = css `
18081
- ${styles$19}
18080
+ const styles$1e = css `
18081
+ ${styles$1f}
18082
18082
  ${'' /* Anchor specific styles */}
18083
18083
  @layer base {
18084
18084
  .control {
@@ -19070,6 +19070,10 @@
19070
19070
  name: 'user_16_x_16',
19071
19071
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8.004 2a2.18 2.18 0 0 1 2.184 2.182v1.09c.647 0 .378.932 0 1.455a4 4 0 0 1-.335.364 9 9 0 0 1-.31.742l.208 1.076h.437l2.75 1.527A2.15 2.15 0 0 1 14 12.291V14H2v-1.673a2.16 2.16 0 0 1 1.063-1.869l2.758-1.55h.437l.21-1.068a9 9 0 0 1-.312-.749 4 4 0 0 1-.335-.364c-.378-.523-.647-1.454 0-1.454v-1.09A2.18 2.18 0 0 1 8.004 2" class="cls-1"/></svg>`,
19072
19072
  };
19073
+ const userHelmetSafety16X16 = {
19074
+ name: 'user_helmet_safety_16_x_16',
19075
+ data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 11.95c.9 0 1.72-.31 2.39-.83V14H5.62v-2.88c.66.52 1.49.83 2.39.83Zm3.19-1.31h-.1V14H14v-.48c0-1.59-1.26-2.89-2.81-2.89ZM2 13.52V14h2.91v-3.36h-.1C3.26 10.64 2 11.93 2 13.53Zm6-2.29c1.78 0 3.22-1.48 3.22-3.31V7.4H4.78v.52c0 1.82 1.44 3.31 3.22 3.31m4-4.42v-.73h-.8a3.29 3.29 0 0 0-1.79-2.61v1.8h-.7V3H7.3v2.27h-.7v-1.8a3.28 3.28 0 0 0-1.79 2.61H4v.73h8.01Z" class="cls-1"/></svg>`,
19076
+ };
19073
19077
  const watch16X16 = {
19074
19078
  name: 'watch_16_x_16',
19075
19079
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m12.57 7.28-.06.013a4.56 4.56 0 0 0-1.38-2.609V3.44a.48.48 0 0 0-.48-.48h-.48V2H5.85v.96h-.48a.48.48 0 0 0-.48.48v1.24a4.545 4.545 0 0 0 0 6.64v1.24a.48.48 0 0 0 .48.48h.48V14h4.32v-.96h.48a.48.48 0 0 0 .48-.48v-1.24a4.55 4.55 0 0 0 1.379-2.612l.061.012a.48.48 0 0 0 .48-.48v-.48a.48.48 0 0 0-.48-.48m-2.3 2.662a1.6 1.6 0 0 0-.182-.26L8.747 8.338a.79.79 0 0 0 0-.666c.132-.133.894-.899.965-1a1.2 1.2 0 0 0 .14-.485 1 1 0 0 0-.515.157l-.955.957a.784.784 0 1 0 0 1.408c.163.167.956.974 1.236 1.254a1.5 1.5 0 0 0 .36.276 3.055 3.055 0 1 1 .291-.297" class="cls-1"/></svg>`,
@@ -19122,7 +19126,7 @@
19122
19126
  :innerHTML=${x => x.icon.data}
19123
19127
  ></div>`;
19124
19128
 
19125
- const styles$17 = css `
19129
+ const styles$1d = css `
19126
19130
  ${display$2('inline-flex')}
19127
19131
 
19128
19132
  :host {
@@ -19186,7 +19190,7 @@
19186
19190
  const composedIcon = iconClass.compose({
19187
19191
  baseName,
19188
19192
  template: template$W,
19189
- styles: styles$17
19193
+ styles: styles$1d
19190
19194
  });
19191
19195
  DesignSystem.getOrCreate().withPrefix('nimble').register(composedIcon());
19192
19196
  };
@@ -19374,14 +19378,14 @@
19374
19378
  const nimbleAnchorStep = AnchorStep.compose({
19375
19379
  baseName: 'anchor-step',
19376
19380
  template: template$V,
19377
- styles: styles$18,
19381
+ styles: styles$1e,
19378
19382
  shadowOptions: {
19379
19383
  delegatesFocus: true
19380
19384
  }
19381
19385
  });
19382
19386
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorStep());
19383
19387
 
19384
- const styles$16 = css `
19388
+ const styles$1c = css `
19385
19389
  ${display$2('inline-flex')}
19386
19390
 
19387
19391
  :host {
@@ -19551,14 +19555,14 @@
19551
19555
  const nimbleAnchorTab = AnchorTab.compose({
19552
19556
  baseName: 'anchor-tab',
19553
19557
  template: template$U,
19554
- styles: styles$16,
19558
+ styles: styles$1c,
19555
19559
  shadowOptions: {
19556
19560
  delegatesFocus: true
19557
19561
  }
19558
19562
  });
19559
19563
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorTab());
19560
19564
 
19561
- const styles$15 = css `
19565
+ const styles$1b = css `
19562
19566
  ${display$2('flex')}
19563
19567
 
19564
19568
  :host {
@@ -19598,8 +19602,8 @@
19598
19602
  }
19599
19603
  `;
19600
19604
 
19601
- const styles$14 = css `
19602
- ${styles$1d}
19605
+ const styles$1a = css `
19606
+ ${styles$1j}
19603
19607
  ${buttonAppearanceVariantStyles}
19604
19608
  `;
19605
19609
 
@@ -19695,7 +19699,7 @@
19695
19699
  baseName: 'button',
19696
19700
  baseClass: Button$2,
19697
19701
  template: template$T,
19698
- styles: styles$14,
19702
+ styles: styles$1a,
19699
19703
  shadowOptions: {
19700
19704
  delegatesFocus: true
19701
19705
  }
@@ -20095,14 +20099,14 @@
20095
20099
  const nimbleAnchorTabs = AnchorTabs.compose({
20096
20100
  baseName: 'anchor-tabs',
20097
20101
  template: template$S,
20098
- styles: styles$15,
20102
+ styles: styles$1b,
20099
20103
  shadowOptions: {
20100
20104
  delegatesFocus: false
20101
20105
  }
20102
20106
  });
20103
20107
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorTabs());
20104
20108
 
20105
- const styles$13 = css `
20109
+ const styles$19 = css `
20106
20110
  ${display$2('block')}
20107
20111
 
20108
20112
  :host {
@@ -20345,7 +20349,7 @@
20345
20349
  const nimbleAnchorTreeItem = AnchorTreeItem.compose({
20346
20350
  baseName: 'anchor-tree-item',
20347
20351
  template: template$R,
20348
- styles: styles$13,
20352
+ styles: styles$19,
20349
20353
  shadowOptions: {
20350
20354
  delegatesFocus: true
20351
20355
  }
@@ -20361,7 +20365,7 @@
20361
20365
  zIndex1000: '1000'
20362
20366
  };
20363
20367
 
20364
- const styles$12 = css `
20368
+ const styles$18 = css `
20365
20369
  ${display$2('block')}
20366
20370
 
20367
20371
  :host {
@@ -20392,14 +20396,14 @@
20392
20396
  baseName: 'anchored-region',
20393
20397
  baseClass: AnchoredRegion$1,
20394
20398
  template: anchoredRegionTemplate,
20395
- styles: styles$12
20399
+ styles: styles$18
20396
20400
  });
20397
20401
  DesignSystem.getOrCreate()
20398
20402
  .withPrefix('nimble')
20399
20403
  .register(nimbleAnchoredRegion());
20400
20404
  const anchoredRegionTag = 'nimble-anchored-region';
20401
20405
 
20402
- const styles$11 = css `
20406
+ const styles$17 = css `
20403
20407
  ${display$2('flex')}
20404
20408
 
20405
20409
  :host {
@@ -20670,7 +20674,7 @@
20670
20674
  const nimbleBanner = Banner.compose({
20671
20675
  baseName: 'banner',
20672
20676
  template: template$Q,
20673
- styles: styles$11
20677
+ styles: styles$17
20674
20678
  });
20675
20679
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleBanner());
20676
20680
 
@@ -20711,7 +20715,7 @@
20711
20715
  </template>
20712
20716
  `;
20713
20717
 
20714
- const styles$10 = css `
20718
+ const styles$16 = css `
20715
20719
  ${display$2('inline-flex')}
20716
20720
 
20717
20721
  :host {
@@ -20815,11 +20819,11 @@
20815
20819
  baseName: 'breadcrumb',
20816
20820
  baseClass: Breadcrumb$1,
20817
20821
  template: breadcrumbTemplate,
20818
- styles: styles$10
20822
+ styles: styles$16
20819
20823
  });
20820
20824
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleBreadcrumb());
20821
20825
 
20822
- const styles$$ = css `
20826
+ const styles$15 = css `
20823
20827
  @layer base, hover, focusVisible, active, disabled, top;
20824
20828
 
20825
20829
  @layer base {
@@ -20916,14 +20920,14 @@ so this becomes the fallback color for the slot */ ''}
20916
20920
  baseName: 'breadcrumb-item',
20917
20921
  baseClass: BreadcrumbItem$1,
20918
20922
  template: breadcrumbItemTemplate,
20919
- styles: styles$$,
20923
+ styles: styles$15,
20920
20924
  separator: forwardSlash16X16.data
20921
20925
  });
20922
20926
  DesignSystem.getOrCreate()
20923
20927
  .withPrefix('nimble')
20924
20928
  .register(nimbleBreadcrumbItem());
20925
20929
 
20926
- const styles$_ = css `
20930
+ const styles$14 = css `
20927
20931
  ${display$2('flex')}
20928
20932
 
20929
20933
  :host {
@@ -20963,11 +20967,11 @@ so this becomes the fallback color for the slot */ ''}
20963
20967
  baseName: 'card',
20964
20968
  baseClass: Card$1,
20965
20969
  template: template$P,
20966
- styles: styles$_
20970
+ styles: styles$14
20967
20971
  });
20968
20972
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleCard());
20969
20973
 
20970
- const styles$Z = css `
20974
+ const styles$13 = css `
20971
20975
  ${display$2('inline-flex')}
20972
20976
 
20973
20977
  :host {
@@ -21125,14 +21129,14 @@ so this becomes the fallback color for the slot */ ''}
21125
21129
  const nimbleCardButton = CardButton.compose({
21126
21130
  baseName: 'card-button',
21127
21131
  template: buttonTemplate,
21128
- styles: styles$Z,
21132
+ styles: styles$13,
21129
21133
  shadowOptions: {
21130
21134
  delegatesFocus: true
21131
21135
  }
21132
21136
  });
21133
21137
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleCardButton());
21134
21138
 
21135
- const styles$Y = css `
21139
+ const styles$12 = css `
21136
21140
  .error-icon {
21137
21141
  display: none;
21138
21142
  }
@@ -21166,9 +21170,9 @@ so this becomes the fallback color for the slot */ ''}
21166
21170
  }
21167
21171
  `;
21168
21172
 
21169
- const styles$X = css `
21173
+ const styles$11 = css `
21170
21174
  ${display$2('inline-grid')}
21171
- ${styles$Y}
21175
+ ${styles$12}
21172
21176
 
21173
21177
  :host {
21174
21178
  font: ${bodyFont};
@@ -21393,15 +21397,15 @@ so this becomes the fallback color for the slot */ ''}
21393
21397
  baseName: 'checkbox',
21394
21398
  baseClass: Checkbox$1,
21395
21399
  template: template$O,
21396
- styles: styles$X,
21400
+ styles: styles$11,
21397
21401
  checkedIndicator: check16X16.data,
21398
21402
  indeterminateIndicator: minus16X16.data
21399
21403
  });
21400
21404
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleCheckbox());
21401
21405
  const checkboxTag = 'nimble-checkbox';
21402
21406
 
21403
- const styles$W = css `
21404
- ${styles$1d}
21407
+ const styles$10 = css `
21408
+ ${styles$1j}
21405
21409
  ${buttonAppearanceVariantStyles}
21406
21410
 
21407
21411
  @layer checked {
@@ -21544,7 +21548,7 @@ so this becomes the fallback color for the slot */ ''}
21544
21548
  const nimbleToggleButton = ToggleButton.compose({
21545
21549
  baseName: 'toggle-button',
21546
21550
  template: template$N,
21547
- styles: styles$W,
21551
+ styles: styles$10,
21548
21552
  shadowOptions: {
21549
21553
  delegatesFocus: true
21550
21554
  }
@@ -21574,7 +21578,7 @@ so this becomes the fallback color for the slot */ ''}
21574
21578
  frameless: 'frameless'
21575
21579
  };
21576
21580
 
21577
- const styles$V = css `
21581
+ const styles$$ = css `
21578
21582
  ${display$2('inline-flex')}
21579
21583
 
21580
21584
  :host {
@@ -21864,7 +21868,7 @@ so this becomes the fallback color for the slot */ ''}
21864
21868
  }
21865
21869
  `));
21866
21870
 
21867
- const styles$U = css `
21871
+ const styles$_ = css `
21868
21872
  .annotated-label {
21869
21873
  display: flex;
21870
21874
  flex-direction: row;
@@ -21891,10 +21895,10 @@ so this becomes the fallback color for the slot */ ''}
21891
21895
  none: undefined,
21892
21896
  standard: 'standard'};
21893
21897
 
21894
- const styles$T = css `
21895
- ${styles$V}
21896
- ${styles$Y}
21897
- ${styles$U}
21898
+ const styles$Z = css `
21899
+ ${styles$$}
21900
+ ${styles$12}
21901
+ ${styles$_}
21898
21902
 
21899
21903
  :host {
21900
21904
  --ni-private-hover-bottom-border-width: 2px;
@@ -22791,7 +22795,7 @@ so this becomes the fallback color for the slot */ ''}
22791
22795
  baseName: 'combobox',
22792
22796
  baseClass: FormAssociatedCombobox,
22793
22797
  template: template$M,
22794
- styles: styles$T,
22798
+ styles: styles$Z,
22795
22799
  shadowOptions: {
22796
22800
  delegatesFocus: true
22797
22801
  },
@@ -22835,7 +22839,7 @@ so this becomes the fallback color for the slot */ ''}
22835
22839
  */
22836
22840
  const UserDismissed = Symbol('user dismissed');
22837
22841
 
22838
- const styles$S = css `
22842
+ const styles$Y = css `
22839
22843
  ${display$2('grid')}
22840
22844
 
22841
22845
  dialog {
@@ -23077,12 +23081,12 @@ so this becomes the fallback color for the slot */ ''}
23077
23081
  const nimbleDialog = Dialog.compose({
23078
23082
  baseName: 'dialog',
23079
23083
  template: template$L,
23080
- styles: styles$S,
23084
+ styles: styles$Y,
23081
23085
  baseClass: Dialog
23082
23086
  });
23083
23087
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleDialog());
23084
23088
 
23085
- const styles$R = css `
23089
+ const styles$X = css `
23086
23090
  ${display$2('block')}
23087
23091
 
23088
23092
  :host {
@@ -23368,7 +23372,7 @@ so this becomes the fallback color for the slot */ ''}
23368
23372
  const nimbleDrawer = Drawer.compose({
23369
23373
  baseName: 'drawer',
23370
23374
  template: template$K,
23371
- styles: styles$R
23375
+ styles: styles$X
23372
23376
  });
23373
23377
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleDrawer());
23374
23378
 
@@ -25954,6 +25958,18 @@ so this becomes the fallback color for the slot */ ''}
25954
25958
  }
25955
25959
  registerIconSvg('icon-user', IconUser);
25956
25960
 
25961
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
25962
+ // See generation source in nimble-components/build/generate-icons
25963
+ /**
25964
+ * The icon component for the 'userHelmetSafety' icon
25965
+ */
25966
+ class IconUserHelmetSafety extends IconSvg {
25967
+ constructor() {
25968
+ super(userHelmetSafety16X16);
25969
+ }
25970
+ }
25971
+ registerIconSvg('icon-user-helmet-safety', IconUserHelmetSafety);
25972
+
25957
25973
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
25958
25974
  // See generation source in nimble-components/build/generate-icons
25959
25975
  /**
@@ -26139,7 +26155,7 @@ so this becomes the fallback color for the slot */ ''}
26139
26155
  }
26140
26156
  }
26141
26157
 
26142
- const styles$Q = css `
26158
+ const styles$W = css `
26143
26159
  ${display$2('none')}
26144
26160
  `;
26145
26161
 
@@ -26204,7 +26220,7 @@ so this becomes the fallback color for the slot */ ''}
26204
26220
  ], LabelProviderCore.prototype, "itemRemove", void 0);
26205
26221
  const nimbleLabelProviderCore = LabelProviderCore.compose({
26206
26222
  baseName: 'label-provider-core',
26207
- styles: styles$Q
26223
+ styles: styles$W
26208
26224
  });
26209
26225
  DesignSystem.getOrCreate()
26210
26226
  .withPrefix('nimble')
@@ -26371,13 +26387,13 @@ so this becomes the fallback color for the slot */ ''}
26371
26387
  ], LabelProviderTable.prototype, "groupRowPlaceholderEmpty", void 0);
26372
26388
  const nimbleLabelProviderTable = LabelProviderTable.compose({
26373
26389
  baseName: 'label-provider-table',
26374
- styles: styles$Q
26390
+ styles: styles$W
26375
26391
  });
26376
26392
  DesignSystem.getOrCreate()
26377
26393
  .withPrefix('nimble')
26378
26394
  .register(nimbleLabelProviderTable());
26379
26395
 
26380
- const styles$P = css `
26396
+ const styles$V = css `
26381
26397
  ${display$2('flex')}
26382
26398
 
26383
26399
  :host {
@@ -26567,12 +26583,12 @@ so this becomes the fallback color for the slot */ ''}
26567
26583
  baseName: 'list-option',
26568
26584
  baseClass: ListboxOption,
26569
26585
  template: template$J,
26570
- styles: styles$P
26586
+ styles: styles$V
26571
26587
  });
26572
26588
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleListOption());
26573
26589
  const listOptionTag = 'nimble-list-option';
26574
26590
 
26575
- const styles$O = css `
26591
+ const styles$U = css `
26576
26592
  ${display$2('flex')}
26577
26593
 
26578
26594
  :host {
@@ -26777,7 +26793,7 @@ so this becomes the fallback color for the slot */ ''}
26777
26793
  baseName: 'list-option-group',
26778
26794
  baseClass: FoundationElement,
26779
26795
  template: template$I,
26780
- styles: styles$O
26796
+ styles: styles$U
26781
26797
  });
26782
26798
  DesignSystem.getOrCreate()
26783
26799
  .withPrefix('nimble')
@@ -26806,7 +26822,7 @@ so this becomes the fallback color for the slot */ ''}
26806
26822
 
26807
26823
  const template$H = html `<template slot="mapping"></template>`;
26808
26824
 
26809
- const styles$N = css `
26825
+ const styles$T = css `
26810
26826
  ${display$2('none')}
26811
26827
  `;
26812
26828
 
@@ -26823,7 +26839,7 @@ so this becomes the fallback color for the slot */ ''}
26823
26839
  const emptyMapping = MappingEmpty.compose({
26824
26840
  baseName: 'mapping-empty',
26825
26841
  template: template$H,
26826
- styles: styles$N
26842
+ styles: styles$T
26827
26843
  });
26828
26844
  DesignSystem.getOrCreate().withPrefix('nimble').register(emptyMapping());
26829
26845
 
@@ -26894,7 +26910,7 @@ so this becomes the fallback color for the slot */ ''}
26894
26910
  const iconMapping = MappingIcon.compose({
26895
26911
  baseName: 'mapping-icon',
26896
26912
  template: template$H,
26897
- styles: styles$N
26913
+ styles: styles$T
26898
26914
  });
26899
26915
  DesignSystem.getOrCreate().withPrefix('nimble').register(iconMapping());
26900
26916
 
@@ -26918,7 +26934,7 @@ so this becomes the fallback color for the slot */ ''}
26918
26934
  const spinnerMapping = MappingSpinner.compose({
26919
26935
  baseName: 'mapping-spinner',
26920
26936
  template: template$H,
26921
- styles: styles$N
26937
+ styles: styles$T
26922
26938
  });
26923
26939
  DesignSystem.getOrCreate().withPrefix('nimble').register(spinnerMapping());
26924
26940
 
@@ -26935,7 +26951,7 @@ so this becomes the fallback color for the slot */ ''}
26935
26951
  const textMapping = MappingText.compose({
26936
26952
  baseName: 'mapping-text',
26937
26953
  template: template$H,
26938
- styles: styles$N
26954
+ styles: styles$T
26939
26955
  });
26940
26956
  DesignSystem.getOrCreate().withPrefix('nimble').register(textMapping());
26941
26957
 
@@ -27254,7 +27270,7 @@ so this becomes the fallback color for the slot */ ''}
27254
27270
  </template>
27255
27271
  `;
27256
27272
 
27257
- const styles$M = css `
27273
+ const styles$S = css `
27258
27274
  ${display$2('grid')}
27259
27275
 
27260
27276
  :host {
@@ -27326,7 +27342,7 @@ so this becomes the fallback color for the slot */ ''}
27326
27342
  baseName: 'menu',
27327
27343
  baseClass: Menu$1,
27328
27344
  template: template$G,
27329
- styles: styles$M
27345
+ styles: styles$S
27330
27346
  });
27331
27347
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenu());
27332
27348
 
@@ -27341,7 +27357,7 @@ so this becomes the fallback color for the slot */ ''}
27341
27357
  auto: 'auto'
27342
27358
  };
27343
27359
 
27344
- const styles$L = css `
27360
+ const styles$R = css `
27345
27361
  ${display$2('inline-block')}
27346
27362
 
27347
27363
  :host {
@@ -27610,7 +27626,7 @@ so this becomes the fallback color for the slot */ ''}
27610
27626
  const nimbleMenuButton = MenuButton.compose({
27611
27627
  baseName: 'menu-button',
27612
27628
  template: template$F,
27613
- styles: styles$L,
27629
+ styles: styles$R,
27614
27630
  shadowOptions: {
27615
27631
  delegatesFocus: true
27616
27632
  }
@@ -27618,7 +27634,7 @@ so this becomes the fallback color for the slot */ ''}
27618
27634
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenuButton());
27619
27635
  const menuButtonTag = 'nimble-menu-button';
27620
27636
 
27621
- const styles$K = css `
27637
+ const styles$Q = css `
27622
27638
  ${display$2('grid')}
27623
27639
 
27624
27640
  :host {
@@ -27715,7 +27731,7 @@ so this becomes the fallback color for the slot */ ''}
27715
27731
  baseName: 'menu-item',
27716
27732
  baseClass: MenuItem$1,
27717
27733
  template: menuItemTemplate,
27718
- styles: styles$K,
27734
+ styles: styles$Q,
27719
27735
  expandCollapseGlyph: arrowExpanderRight16X16.data
27720
27736
  });
27721
27737
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenuItem());
@@ -27730,10 +27746,10 @@ so this becomes the fallback color for the slot */ ''}
27730
27746
  frameless: 'frameless'
27731
27747
  };
27732
27748
 
27733
- const styles$J = css `
27749
+ const styles$P = css `
27734
27750
  ${display$2('inline-block')}
27735
- ${styles$Y}
27736
- ${styles$U}
27751
+ ${styles$12}
27752
+ ${styles$_}
27737
27753
 
27738
27754
  :host {
27739
27755
  font: ${bodyFont};
@@ -28111,7 +28127,7 @@ so this becomes the fallback color for the slot */ ''}
28111
28127
  baseName: 'number-field',
28112
28128
  baseClass: NumberField$1,
28113
28129
  template: template$E,
28114
- styles: styles$J,
28130
+ styles: styles$P,
28115
28131
  shadowOptions: {
28116
28132
  delegatesFocus: true
28117
28133
  },
@@ -28154,7 +28170,7 @@ so this becomes the fallback color for the slot */ ''}
28154
28170
  });
28155
28171
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleNumberField());
28156
28172
 
28157
- const styles$I = css `
28173
+ const styles$O = css `
28158
28174
  ${display$2('inline-flex')}
28159
28175
 
28160
28176
  :host {
@@ -28254,15 +28270,15 @@ so this becomes the fallback color for the slot */ ''}
28254
28270
  baseName: 'radio',
28255
28271
  baseClass: Radio$1,
28256
28272
  template: radioTemplate,
28257
- styles: styles$I,
28273
+ styles: styles$O,
28258
28274
  checkedIndicator: circleFilled16X16.data
28259
28275
  });
28260
28276
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleRadio());
28261
28277
 
28262
- const styles$H = css `
28278
+ const styles$N = css `
28263
28279
  ${display$2('inline-block')}
28264
- ${styles$Y}
28265
- ${styles$U}
28280
+ ${styles$12}
28281
+ ${styles$_}
28266
28282
 
28267
28283
  .positioning-region {
28268
28284
  display: flex;
@@ -28342,7 +28358,7 @@ so this becomes the fallback color for the slot */ ''}
28342
28358
  baseName: 'radio-group',
28343
28359
  baseClass: RadioGroup$1,
28344
28360
  template: template$D,
28345
- styles: styles$H,
28361
+ styles: styles$N,
28346
28362
  shadowOptions: {
28347
28363
  delegatesFocus: true
28348
28364
  }
@@ -47539,7 +47555,7 @@ ${renderedContent}
47539
47555
  // src/index.ts
47540
47556
  var index_default$7 = HardBreak;
47541
47557
 
47542
- const styles$G = css `
47558
+ const styles$M = css `
47543
47559
  ${display$2('inline')}
47544
47560
 
47545
47561
  .positioning-region {
@@ -47576,7 +47592,7 @@ ${renderedContent}
47576
47592
  baseName: 'toolbar',
47577
47593
  baseClass: Toolbar$1,
47578
47594
  template: toolbarTemplate,
47579
- styles: styles$G
47595
+ styles: styles$M
47580
47596
  });
47581
47597
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleToolbar());
47582
47598
  const toolbarTag = 'nimble-toolbar';
@@ -47605,8 +47621,8 @@ ${renderedContent}
47605
47621
  cssCustomPropertyName: null
47606
47622
  }).withDefault(richTextLabelDefaults.richTextToggleNumberedListLabel);
47607
47623
 
47608
- const styles$F = css `
47609
- ${styles$V}
47624
+ const styles$L = css `
47625
+ ${styles$$}
47610
47626
 
47611
47627
  :host {
47612
47628
  height: auto;
@@ -47913,7 +47929,7 @@ ${renderedContent}
47913
47929
  const nimbleRichTextMentionListbox = RichTextMentionListbox.compose({
47914
47930
  baseName: 'rich-text-mention-listbox',
47915
47931
  template: template$C,
47916
- styles: styles$F
47932
+ styles: styles$L
47917
47933
  });
47918
47934
  DesignSystem.getOrCreate()
47919
47935
  .withPrefix('nimble')
@@ -48022,9 +48038,9 @@ ${renderedContent}
48022
48038
  </template>
48023
48039
  `;
48024
48040
 
48025
- const styles$E = css `
48041
+ const styles$K = css `
48026
48042
  ${display$2('inline-flex')}
48027
- ${styles$Y}
48043
+ ${styles$12}
48028
48044
 
48029
48045
  :host {
48030
48046
  font: ${bodyFont};
@@ -64410,7 +64426,7 @@ ${nextLine.slice(indentLevel + 2)}`;
64410
64426
  const nimbleRichTextEditor = RichTextEditor.compose({
64411
64427
  baseName: 'rich-text-editor',
64412
64428
  template: template$B,
64413
- styles: styles$E,
64429
+ styles: styles$K,
64414
64430
  shadowOptions: {
64415
64431
  delegatesFocus: true
64416
64432
  }
@@ -64425,7 +64441,7 @@ ${nextLine.slice(indentLevel + 2)}`;
64425
64441
  </template>
64426
64442
  `;
64427
64443
 
64428
- const styles$D = css `
64444
+ const styles$J = css `
64429
64445
  ${display$2('flex')}
64430
64446
 
64431
64447
  :host {
@@ -64539,16 +64555,16 @@ ${nextLine.slice(indentLevel + 2)}`;
64539
64555
  const nimbleRichTextViewer = RichTextViewer.compose({
64540
64556
  baseName: 'rich-text-viewer',
64541
64557
  template: template$A,
64542
- styles: styles$D
64558
+ styles: styles$J
64543
64559
  });
64544
64560
  DesignSystem.getOrCreate()
64545
64561
  .withPrefix('nimble')
64546
64562
  .register(nimbleRichTextViewer());
64547
64563
 
64548
- const styles$C = css `
64549
- ${styles$V}
64550
- ${styles$Y}
64551
- ${styles$U}
64564
+ const styles$I = css `
64565
+ ${styles$$}
64566
+ ${styles$12}
64567
+ ${styles$_}
64552
64568
 
64553
64569
  ${
64554
64570
  /* We are using flex `order` to define the visual ordering of the selected value,
@@ -64711,7 +64727,7 @@ ${nextLine.slice(indentLevel + 2)}`;
64711
64727
  }
64712
64728
  `));
64713
64729
 
64714
- const styles$B = css `
64730
+ const styles$H = css `
64715
64731
  ${display$2('inline-grid')}
64716
64732
 
64717
64733
  :host {
@@ -64929,7 +64945,7 @@ ${nextLine.slice(indentLevel + 2)}`;
64929
64945
  const nimbleSpinner = Spinner.compose({
64930
64946
  baseName: 'spinner',
64931
64947
  template: template$z,
64932
- styles: styles$B
64948
+ styles: styles$H
64933
64949
  });
64934
64950
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSpinner());
64935
64951
  const spinnerTag = 'nimble-spinner';
@@ -66158,7 +66174,7 @@ ${nextLine.slice(indentLevel + 2)}`;
66158
66174
  baseName: 'select',
66159
66175
  baseClass: Select$2,
66160
66176
  template: template$y,
66161
- styles: styles$C,
66177
+ styles: styles$I,
66162
66178
  indicator: arrowExpanderDown16X16.data,
66163
66179
  end: html `
66164
66180
  <${iconExclamationMarkTag}
@@ -66171,8 +66187,8 @@ ${nextLine.slice(indentLevel + 2)}`;
66171
66187
  applyMixins(Select, StartEnd, DelegatesARIASelect);
66172
66188
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSelect());
66173
66189
 
66174
- const styles$A = css `
66175
- ${styles$19}
66190
+ const styles$G = css `
66191
+ ${styles$1f}
66176
66192
  ${'' /* Button specific styles */}
66177
66193
  @layer base {
66178
66194
  .control {
@@ -66300,14 +66316,14 @@ ${nextLine.slice(indentLevel + 2)}`;
66300
66316
  const nimbleStep = Step.compose({
66301
66317
  baseName: 'step',
66302
66318
  template: template$x,
66303
- styles: styles$A,
66319
+ styles: styles$G,
66304
66320
  shadowOptions: {
66305
66321
  delegatesFocus: true
66306
66322
  }
66307
66323
  });
66308
66324
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleStep());
66309
66325
 
66310
- const styles$z = css `
66326
+ const styles$F = css `
66311
66327
  ${display$2('inline-flex')}
66312
66328
 
66313
66329
  :host {
@@ -66349,11 +66365,11 @@ ${nextLine.slice(indentLevel + 2)}`;
66349
66365
  const nimbleStepper = Stepper.compose({
66350
66366
  baseName: 'stepper',
66351
66367
  template: template$w,
66352
- styles: styles$z
66368
+ styles: styles$F
66353
66369
  });
66354
66370
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleStepper());
66355
66371
 
66356
- const styles$y = css `
66372
+ const styles$E = css `
66357
66373
  ${display$2('inline-flex')}
66358
66374
 
66359
66375
  :host {
@@ -66625,11 +66641,11 @@ ${nextLine.slice(indentLevel + 2)}`;
66625
66641
  baseClass: Switch$1,
66626
66642
  baseName: 'switch',
66627
66643
  template: template$v,
66628
- styles: styles$y
66644
+ styles: styles$E
66629
66645
  });
66630
66646
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSwitch());
66631
66647
 
66632
- const styles$x = css `
66648
+ const styles$D = css `
66633
66649
  ${display$2('inline-flex')}
66634
66650
 
66635
66651
  :host {
@@ -66740,11 +66756,11 @@ ${nextLine.slice(indentLevel + 2)}`;
66740
66756
  baseName: 'tab',
66741
66757
  baseClass: Tab$1,
66742
66758
  template: tabTemplate,
66743
- styles: styles$x
66759
+ styles: styles$D
66744
66760
  });
66745
66761
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTab());
66746
66762
 
66747
- const styles$w = css `
66763
+ const styles$C = css `
66748
66764
  ${display$2('block')}
66749
66765
 
66750
66766
  :host {
@@ -66763,7 +66779,7 @@ ${nextLine.slice(indentLevel + 2)}`;
66763
66779
  baseName: 'tab-panel',
66764
66780
  baseClass: TabPanel$1,
66765
66781
  template: tabPanelTemplate,
66766
- styles: styles$w
66782
+ styles: styles$C
66767
66783
  });
66768
66784
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabPanel());
66769
66785
 
@@ -70489,7 +70505,7 @@ ${nextLine.slice(indentLevel + 2)}`;
70489
70505
  }
70490
70506
  }
70491
70507
 
70492
- const styles$v = css `
70508
+ const styles$B = css `
70493
70509
  ${display$2('flex')}
70494
70510
 
70495
70511
  :host {
@@ -70709,7 +70725,7 @@ focus outline in that case.
70709
70725
  }
70710
70726
  `));
70711
70727
 
70712
- const styles$u = css `
70728
+ const styles$A = css `
70713
70729
  ${display$2('flex')}
70714
70730
 
70715
70731
  :host {
@@ -70829,12 +70845,12 @@ focus outline in that case.
70829
70845
  const nimbleTableHeader = TableHeader.compose({
70830
70846
  baseName: 'table-header',
70831
70847
  template: template$u,
70832
- styles: styles$u
70848
+ styles: styles$A
70833
70849
  });
70834
70850
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableHeader());
70835
70851
  const tableHeaderTag = 'nimble-table-header';
70836
70852
 
70837
- const styles$t = css `
70853
+ const styles$z = css `
70838
70854
  :host .animating {
70839
70855
  transition: ${mediumDelay} ease-in;
70840
70856
  }
@@ -70859,9 +70875,9 @@ focus outline in that case.
70859
70875
  }
70860
70876
  `;
70861
70877
 
70862
- const styles$s = css `
70878
+ const styles$y = css `
70863
70879
  ${display$2('flex')}
70864
- ${styles$t}
70880
+ ${styles$z}
70865
70881
 
70866
70882
  :host {
70867
70883
  width: fit-content;
@@ -71031,7 +71047,7 @@ focus outline in that case.
71031
71047
  }
71032
71048
  `));
71033
71049
 
71034
- const styles$r = css `
71050
+ const styles$x = css `
71035
71051
  ${display$2('flex')}
71036
71052
 
71037
71053
  :host {
@@ -71174,7 +71190,7 @@ focus outline in that case.
71174
71190
  const nimbleTableCell = TableCell.compose({
71175
71191
  baseName: 'table-cell',
71176
71192
  template: template$t,
71177
- styles: styles$r
71193
+ styles: styles$x
71178
71194
  });
71179
71195
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableCell());
71180
71196
  const tableCellTag = 'nimble-table-cell';
@@ -71580,14 +71596,14 @@ focus outline in that case.
71580
71596
  const nimbleTableRow = TableRow.compose({
71581
71597
  baseName: 'table-row',
71582
71598
  template: template$s,
71583
- styles: styles$s
71599
+ styles: styles$y
71584
71600
  });
71585
71601
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableRow());
71586
71602
  const tableRowTag = 'nimble-table-row';
71587
71603
 
71588
- const styles$q = css `
71604
+ const styles$w = css `
71589
71605
  ${display$2('grid')}
71590
- ${styles$t}
71606
+ ${styles$z}
71591
71607
 
71592
71608
  :host {
71593
71609
  align-items: center;
@@ -71833,7 +71849,7 @@ focus outline in that case.
71833
71849
  const nimbleTableGroupRow = TableGroupRow.compose({
71834
71850
  baseName: 'table-group-row',
71835
71851
  template: template$r,
71836
- styles: styles$q
71852
+ styles: styles$w
71837
71853
  });
71838
71854
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableGroupRow());
71839
71855
  const tableGroupRowTag = 'nimble-table-group-row';
@@ -76103,11 +76119,11 @@ focus outline in that case.
76103
76119
  const nimbleTable = Table$1.compose({
76104
76120
  baseName: 'table',
76105
76121
  template: template$q,
76106
- styles: styles$v
76122
+ styles: styles$B
76107
76123
  });
76108
76124
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTable());
76109
76125
 
76110
- const styles$p = css `
76126
+ const styles$v = css `
76111
76127
  ${display$2('contents')}
76112
76128
 
76113
76129
  .header-content {
@@ -76184,7 +76200,7 @@ focus outline in that case.
76184
76200
  return ColumnWithPlaceholder;
76185
76201
  }
76186
76202
 
76187
- const styles$o = css `
76203
+ const styles$u = css `
76188
76204
  ${display$2('flex')}
76189
76205
 
76190
76206
  :host {
@@ -76308,7 +76324,7 @@ focus outline in that case.
76308
76324
  const anchorCellView = TableColumnAnchorCellView.compose({
76309
76325
  baseName: 'table-column-anchor-cell-view',
76310
76326
  template: template$o,
76311
- styles: styles$o
76327
+ styles: styles$u
76312
76328
  });
76313
76329
  DesignSystem.getOrCreate().withPrefix('nimble').register(anchorCellView());
76314
76330
  const tableColumnAnchorCellViewTag = 'nimble-table-column-anchor-cell-view';
@@ -76394,7 +76410,7 @@ focus outline in that case.
76394
76410
  </span>
76395
76411
  `;
76396
76412
 
76397
- const styles$n = css `
76413
+ const styles$t = css `
76398
76414
  ${display$2('flex')}
76399
76415
 
76400
76416
  span {
@@ -76419,7 +76435,7 @@ focus outline in that case.
76419
76435
  const tableColumnTextGroupHeaderView = TableColumnTextGroupHeaderView.compose({
76420
76436
  baseName: 'table-column-text-group-header-view',
76421
76437
  template: template$n,
76422
- styles: styles$n
76438
+ styles: styles$t
76423
76439
  });
76424
76440
  DesignSystem.getOrCreate()
76425
76441
  .withPrefix('nimble')
@@ -76664,7 +76680,7 @@ focus outline in that case.
76664
76680
  const nimbleTableColumnAnchor = TableColumnAnchor.compose({
76665
76681
  baseName: 'table-column-anchor',
76666
76682
  template: template$p,
76667
- styles: styles$p
76683
+ styles: styles$v
76668
76684
  });
76669
76685
  DesignSystem.getOrCreate()
76670
76686
  .withPrefix('nimble')
@@ -76717,7 +76733,7 @@ focus outline in that case.
76717
76733
  const tableColumnDateTextGroupHeaderView = TableColumnDateTextGroupHeaderView.compose({
76718
76734
  baseName: 'table-column-date-text-group-header-view',
76719
76735
  template: template$n,
76720
- styles: styles$n
76736
+ styles: styles$t
76721
76737
  });
76722
76738
  DesignSystem.getOrCreate()
76723
76739
  .withPrefix('nimble')
@@ -76740,7 +76756,7 @@ focus outline in that case.
76740
76756
  </template>
76741
76757
  `;
76742
76758
 
76743
- const styles$m = css `
76759
+ const styles$s = css `
76744
76760
  ${display$2('flex')}
76745
76761
 
76746
76762
  :host {
@@ -76843,7 +76859,7 @@ focus outline in that case.
76843
76859
  const dateTextCellView = TableColumnDateTextCellView.compose({
76844
76860
  baseName: 'table-column-date-text-cell-view',
76845
76861
  template: template$m,
76846
- styles: styles$m
76862
+ styles: styles$s
76847
76863
  });
76848
76864
  DesignSystem.getOrCreate().withPrefix('nimble').register(dateTextCellView());
76849
76865
  const tableColumnDateTextCellViewTag = 'nimble-table-column-date-text-cell-view';
@@ -77102,7 +77118,7 @@ focus outline in that case.
77102
77118
  const nimbleTableColumnDateText = TableColumnDateText.compose({
77103
77119
  baseName: 'table-column-date-text',
77104
77120
  template: template$p,
77105
- styles: styles$p
77121
+ styles: styles$v
77106
77122
  });
77107
77123
  DesignSystem.getOrCreate()
77108
77124
  .withPrefix('nimble')
@@ -77119,7 +77135,7 @@ focus outline in that case.
77119
77135
  const durationTextCellView = TableColumnDurationTextCellView.compose({
77120
77136
  baseName: 'table-column-duration-text-cell-view',
77121
77137
  template: template$m,
77122
- styles: styles$m
77138
+ styles: styles$s
77123
77139
  });
77124
77140
  DesignSystem.getOrCreate()
77125
77141
  .withPrefix('nimble')
@@ -77221,7 +77237,7 @@ focus outline in that case.
77221
77237
  const tableColumnDurationTextGroupHeaderView = TableColumnDurationTextGroupHeaderView.compose({
77222
77238
  baseName: 'table-column-duration-text-group-header-view',
77223
77239
  template: template$n,
77224
- styles: styles$n
77240
+ styles: styles$t
77225
77241
  });
77226
77242
  DesignSystem.getOrCreate()
77227
77243
  .withPrefix('nimble')
@@ -77274,7 +77290,7 @@ focus outline in that case.
77274
77290
  const nimbleTableColumnDurationText = TableColumnDurationText.compose({
77275
77291
  baseName: 'table-column-duration-text',
77276
77292
  template: template$p,
77277
- styles: styles$p
77293
+ styles: styles$v
77278
77294
  });
77279
77295
  DesignSystem.getOrCreate()
77280
77296
  .withPrefix('nimble')
@@ -77382,8 +77398,8 @@ focus outline in that case.
77382
77398
  attr({ attribute: 'key-type' })
77383
77399
  ], TableColumnEnumBase.prototype, "keyType", void 0);
77384
77400
 
77385
- const styles$l = css `
77386
- ${styles$p}
77401
+ const styles$r = css `
77402
+ ${styles$v}
77387
77403
 
77388
77404
  slot[name='mapping'] {
77389
77405
  display: none;
@@ -77476,7 +77492,7 @@ focus outline in that case.
77476
77492
  }
77477
77493
  }
77478
77494
 
77479
- const styles$k = css `
77495
+ const styles$q = css `
77480
77496
  ${display$2('inline-flex')}
77481
77497
 
77482
77498
  :host {
@@ -77645,14 +77661,14 @@ focus outline in that case.
77645
77661
  const mappingGroupHeaderView = TableColumnMappingGroupHeaderView.compose({
77646
77662
  baseName: 'table-column-mapping-group-header-view',
77647
77663
  template: template$k,
77648
- styles: styles$k
77664
+ styles: styles$q
77649
77665
  });
77650
77666
  DesignSystem.getOrCreate()
77651
77667
  .withPrefix('nimble')
77652
77668
  .register(mappingGroupHeaderView());
77653
77669
  const tableColumnMappingGroupHeaderViewTag = 'nimble-table-column-mapping-group-header-view';
77654
77670
 
77655
- const styles$j = css `
77671
+ const styles$p = css `
77656
77672
  ${display$2('inline-flex')}
77657
77673
 
77658
77674
  :host {
@@ -77764,7 +77780,7 @@ focus outline in that case.
77764
77780
  const mappingCellView = TableColumnMappingCellView.compose({
77765
77781
  baseName: 'table-column-mapping-cell-view',
77766
77782
  template: template$j,
77767
- styles: styles$j
77783
+ styles: styles$p
77768
77784
  });
77769
77785
  DesignSystem.getOrCreate().withPrefix('nimble').register(mappingCellView());
77770
77786
  const tableColumnMappingCellViewTag = 'nimble-table-column-mapping-cell-view';
@@ -77848,7 +77864,7 @@ focus outline in that case.
77848
77864
  const nimbleTableColumnMapping = TableColumnMapping.compose({
77849
77865
  baseName: 'table-column-mapping',
77850
77866
  template: template$l,
77851
- styles: styles$l
77867
+ styles: styles$r
77852
77868
  });
77853
77869
  DesignSystem.getOrCreate()
77854
77870
  .withPrefix('nimble')
@@ -77882,7 +77898,7 @@ focus outline in that case.
77882
77898
  `)}
77883
77899
  `;
77884
77900
 
77885
- const styles$i = css `
77901
+ const styles$o = css `
77886
77902
  :host {
77887
77903
  align-self: center;
77888
77904
  width: 100%;
@@ -77958,7 +77974,7 @@ focus outline in that case.
77958
77974
  const menuButtonCellView = TableColumnMenuButtonCellView.compose({
77959
77975
  baseName: 'table-column-menu-button-cell-view',
77960
77976
  template: template$h,
77961
- styles: styles$i
77977
+ styles: styles$o
77962
77978
  });
77963
77979
  DesignSystem.getOrCreate().withPrefix('nimble').register(menuButtonCellView());
77964
77980
  const tableColumnMenuButtonCellViewTag = 'nimble-table-column-menu-button-cell-view';
@@ -78014,7 +78030,7 @@ focus outline in that case.
78014
78030
  const nimbleTableColumnMenuButton = TableColumnMenuButton.compose({
78015
78031
  baseName: 'table-column-menu-button',
78016
78032
  template: template$i,
78017
- styles: styles$p
78033
+ styles: styles$v
78018
78034
  });
78019
78035
  DesignSystem.getOrCreate()
78020
78036
  .withPrefix('nimble')
@@ -78042,7 +78058,7 @@ focus outline in that case.
78042
78058
  const tableColumnNumberTextGroupHeaderView = TableColumnNumberTextGroupHeaderView.compose({
78043
78059
  baseName: 'table-column-number-text-group-header-view',
78044
78060
  template: template$n,
78045
- styles: styles$n
78061
+ styles: styles$t
78046
78062
  });
78047
78063
  DesignSystem.getOrCreate()
78048
78064
  .withPrefix('nimble')
@@ -78064,7 +78080,7 @@ focus outline in that case.
78064
78080
  const numberTextCellView = TableColumnNumberTextCellView.compose({
78065
78081
  baseName: 'table-column-number-text-cell-view',
78066
78082
  template: template$m,
78067
- styles: styles$m
78083
+ styles: styles$s
78068
78084
  });
78069
78085
  DesignSystem.getOrCreate().withPrefix('nimble').register(numberTextCellView());
78070
78086
  const tableColumnNumberTextCellViewTag = 'nimble-table-column-number-text-cell-view';
@@ -78605,7 +78621,7 @@ focus outline in that case.
78605
78621
  const nimbleTableColumnNumberText = TableColumnNumberText.compose({
78606
78622
  baseName: 'table-column-number-text',
78607
78623
  template: template$g,
78608
- styles: styles$p
78624
+ styles: styles$v
78609
78625
  });
78610
78626
  DesignSystem.getOrCreate()
78611
78627
  .withPrefix('nimble')
@@ -78624,7 +78640,7 @@ focus outline in that case.
78624
78640
  const textCellView = TableColumnTextCellView.compose({
78625
78641
  baseName: 'table-column-text-cell-view',
78626
78642
  template: template$m,
78627
- styles: styles$m
78643
+ styles: styles$s
78628
78644
  });
78629
78645
  DesignSystem.getOrCreate().withPrefix('nimble').register(textCellView());
78630
78646
  const tableColumnTextCellViewTag = 'nimble-table-column-text-cell-view';
@@ -78679,14 +78695,14 @@ focus outline in that case.
78679
78695
  const nimbleTableColumnText = TableColumnText.compose({
78680
78696
  baseName: 'table-column-text',
78681
78697
  template: template$p,
78682
- styles: styles$p
78698
+ styles: styles$v
78683
78699
  });
78684
78700
  DesignSystem.getOrCreate()
78685
78701
  .withPrefix('nimble')
78686
78702
  .register(nimbleTableColumnText());
78687
78703
 
78688
- const styles$h = css `
78689
- ${styles$15}
78704
+ const styles$n = css `
78705
+ ${styles$1b}
78690
78706
 
78691
78707
  .tabpanel {
78692
78708
  overflow: auto;
@@ -78768,11 +78784,11 @@ focus outline in that case.
78768
78784
  baseName: 'tabs',
78769
78785
  baseClass: Tabs$1,
78770
78786
  template: template$S,
78771
- styles: styles$h
78787
+ styles: styles$n
78772
78788
  });
78773
78789
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabs());
78774
78790
 
78775
- const styles$g = css `
78791
+ const styles$m = css `
78776
78792
  ${display$2('flex')}
78777
78793
 
78778
78794
  :host {
@@ -78837,7 +78853,7 @@ focus outline in that case.
78837
78853
  const nimbleTabsToolbar = TabsToolbar.compose({
78838
78854
  baseName: 'tabs-toolbar',
78839
78855
  template: template$f,
78840
- styles: styles$g
78856
+ styles: styles$m
78841
78857
  });
78842
78858
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabsToolbar());
78843
78859
  applyMixins(TabsToolbar, StartEnd);
@@ -78847,10 +78863,10 @@ focus outline in that case.
78847
78863
  block: 'block'
78848
78864
  };
78849
78865
 
78850
- const styles$f = css `
78866
+ const styles$l = css `
78851
78867
  ${display$2('inline-flex')}
78852
- ${styles$Y}
78853
- ${styles$U}
78868
+ ${styles$12}
78869
+ ${styles$_}
78854
78870
 
78855
78871
  :host {
78856
78872
  font: ${bodyFont};
@@ -79191,7 +79207,7 @@ focus outline in that case.
79191
79207
  baseName: 'text-area',
79192
79208
  baseClass: TextArea$1,
79193
79209
  template: template$e,
79194
- styles: styles$f,
79210
+ styles: styles$l,
79195
79211
  shadowOptions: {
79196
79212
  delegatesFocus: true
79197
79213
  }
@@ -79208,10 +79224,10 @@ focus outline in that case.
79208
79224
  frameless: 'frameless'
79209
79225
  };
79210
79226
 
79211
- const styles$e = css `
79227
+ const styles$k = css `
79212
79228
  ${display$2('inline-block')}
79213
- ${styles$Y}
79214
- ${styles$U}
79229
+ ${styles$12}
79230
+ ${styles$_}
79215
79231
 
79216
79232
  :host {
79217
79233
  font: ${bodyFont};
@@ -79571,7 +79587,7 @@ focus outline in that case.
79571
79587
  baseName: 'text-field',
79572
79588
  baseClass: TextField$1,
79573
79589
  template: template$d,
79574
- styles: styles$e,
79590
+ styles: styles$k,
79575
79591
  shadowOptions: {
79576
79592
  delegatesFocus: true
79577
79593
  },
@@ -79588,7 +79604,7 @@ focus outline in that case.
79588
79604
  });
79589
79605
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTextField());
79590
79606
 
79591
- const styles$d = css `
79607
+ const styles$j = css `
79592
79608
  ${display$2('inline-flex')}
79593
79609
 
79594
79610
  :host {
@@ -79727,7 +79743,7 @@ focus outline in that case.
79727
79743
  baseName: 'tooltip',
79728
79744
  baseClass: Tooltip$1,
79729
79745
  template: template$c,
79730
- styles: styles$d
79746
+ styles: styles$j
79731
79747
  });
79732
79748
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTooltip());
79733
79749
 
@@ -79815,7 +79831,7 @@ focus outline in that case.
79815
79831
  }
79816
79832
  }
79817
79833
 
79818
- const styles$c = css `
79834
+ const styles$i = css `
79819
79835
  ${display$2('block')}
79820
79836
 
79821
79837
  :host {
@@ -80032,12 +80048,12 @@ focus outline in that case.
80032
80048
  baseName: 'tree-item',
80033
80049
  baseClass: TreeItem$1,
80034
80050
  template: treeItemTemplate,
80035
- styles: styles$c,
80051
+ styles: styles$i,
80036
80052
  expandCollapseGlyph: arrowExpanderUp16X16.data
80037
80053
  });
80038
80054
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTreeItem());
80039
80055
 
80040
- const styles$b = css `
80056
+ const styles$h = css `
80041
80057
  ${display$2('flex')}
80042
80058
 
80043
80059
  :host {
@@ -80148,7 +80164,7 @@ focus outline in that case.
80148
80164
  baseName: 'tree-view',
80149
80165
  baseClass: TreeView$1,
80150
80166
  template: template$b,
80151
- styles: styles$b
80167
+ styles: styles$h
80152
80168
  });
80153
80169
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTreeView());
80154
80170
 
@@ -80266,7 +80282,7 @@ focus outline in that case.
80266
80282
 
80267
80283
  const template$a = html `<template slot="unit"></template>`;
80268
80284
 
80269
- const styles$a = css `
80285
+ const styles$g = css `
80270
80286
  ${display$2('none')}
80271
80287
  `;
80272
80288
 
@@ -80295,7 +80311,7 @@ focus outline in that case.
80295
80311
  const nimbleUnitByte = UnitByte.compose({
80296
80312
  baseName: 'unit-byte',
80297
80313
  template: template$a,
80298
- styles: styles$a
80314
+ styles: styles$g
80299
80315
  });
80300
80316
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleUnitByte());
80301
80317
 
@@ -80348,7 +80364,7 @@ focus outline in that case.
80348
80364
  const nimbleUnitVolt = UnitVolt.compose({
80349
80365
  baseName: 'unit-volt',
80350
80366
  template: template$a,
80351
- styles: styles$a
80367
+ styles: styles$g
80352
80368
  });
80353
80369
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleUnitVolt());
80354
80370
 
@@ -94695,7 +94711,7 @@ focus outline in that case.
94695
94711
  </div>
94696
94712
  `;
94697
94713
 
94698
- const styles$9 = css `
94714
+ const styles$f = css `
94699
94715
  ${display$2('inline-block')}
94700
94716
 
94701
94717
  :host {
@@ -97721,7 +97737,7 @@ focus outline in that case.
97721
97737
  const nimbleWaferMap = WaferMap.compose({
97722
97738
  baseName: 'wafer-map',
97723
97739
  template: template$9,
97724
- styles: styles$9
97740
+ styles: styles$f
97725
97741
  });
97726
97742
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleWaferMap());
97727
97743
 
@@ -97733,7 +97749,7 @@ focus outline in that case.
97733
97749
  */
97734
97750
  const display$1 = (displayValue) => `${display$3(displayValue)}:host{box-sizing:border-box;}*{box-sizing:border-box;}:host::before,:host::after,::before,::after{box-sizing:border-box;}`;
97735
97751
 
97736
- const styles$8 = css `
97752
+ const styles$e = css `
97737
97753
  ${display$1('flex')}
97738
97754
 
97739
97755
  :host {
@@ -97858,15 +97874,15 @@ focus outline in that case.
97858
97874
  const sprightChatConversation = ChatConversation.compose({
97859
97875
  baseName: 'chat-conversation',
97860
97876
  template: template$8,
97861
- styles: styles$8
97877
+ styles: styles$e
97862
97878
  });
97863
97879
  DesignSystem.getOrCreate()
97864
97880
  .withPrefix('spright')
97865
97881
  .register(sprightChatConversation());
97866
97882
 
97867
- const styles$7 = css `
97883
+ const styles$d = css `
97868
97884
  ${display$1('flex')}
97869
- ${styles$Y}
97885
+ ${styles$12}
97870
97886
 
97871
97887
  :host {
97872
97888
  width: 100%;
@@ -98169,7 +98185,7 @@ focus outline in that case.
98169
98185
  const sprightChatInput = ChatInput.compose({
98170
98186
  baseName: 'chat-input',
98171
98187
  template: template$7,
98172
- styles: styles$7,
98188
+ styles: styles$d,
98173
98189
  shadowOptions: {
98174
98190
  delegatesFocus: true
98175
98191
  }
@@ -98187,7 +98203,7 @@ focus outline in that case.
98187
98203
  inbound: 'inbound'
98188
98204
  };
98189
98205
 
98190
- const styles$6 = css `
98206
+ const styles$c = css `
98191
98207
  ${display$1('flex')}
98192
98208
 
98193
98209
  :host {
@@ -98311,11 +98327,11 @@ focus outline in that case.
98311
98327
  const sprightChatMessage = ChatMessage.compose({
98312
98328
  baseName: 'chat-message',
98313
98329
  template: template$6,
98314
- styles: styles$6
98330
+ styles: styles$c
98315
98331
  });
98316
98332
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessage());
98317
98333
 
98318
- const styles$5 = css `
98334
+ const styles$b = css `
98319
98335
  ${display$1('flex')}
98320
98336
 
98321
98337
  :host {
@@ -98412,11 +98428,11 @@ focus outline in that case.
98412
98428
  const sprightChatMessageInbound = ChatMessageInbound.compose({
98413
98429
  baseName: 'chat-message-inbound',
98414
98430
  template: template$5,
98415
- styles: styles$5
98431
+ styles: styles$b
98416
98432
  });
98417
98433
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageInbound());
98418
98434
 
98419
- const styles$4 = css `
98435
+ const styles$a = css `
98420
98436
  ${display$1('flex')}
98421
98437
 
98422
98438
  :host {
@@ -98466,11 +98482,11 @@ focus outline in that case.
98466
98482
  const sprightChatMessageOutbound = ChatMessageOutbound.compose({
98467
98483
  baseName: 'chat-message-outbound',
98468
98484
  template: template$4,
98469
- styles: styles$4
98485
+ styles: styles$a
98470
98486
  });
98471
98487
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageOutbound());
98472
98488
 
98473
- const styles$3 = css `
98489
+ const styles$9 = css `
98474
98490
  ${display$1('flex')}
98475
98491
 
98476
98492
  :host {
@@ -98513,10 +98529,160 @@ focus outline in that case.
98513
98529
  const sprightChatMessageSystem = ChatMessageSystem.compose({
98514
98530
  baseName: 'chat-message-system',
98515
98531
  template: template$3,
98516
- styles: styles$3
98532
+ styles: styles$9
98517
98533
  });
98518
98534
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageSystem());
98519
98535
 
98536
+ const styles$8 = css `
98537
+ ${styles$1d}
98538
+
98539
+ .icon svg {
98540
+ fill: ${calendarEventBorderReservationColor};
98541
+ }
98542
+ `;
98543
+
98544
+ /**
98545
+ * Spright calendar week icon for reservation work items
98546
+ */
98547
+ class IconWorkItemCalendarWeek extends IconSvg {
98548
+ constructor() {
98549
+ super(calendarWeek16X16);
98550
+ }
98551
+ }
98552
+ const sprightIconWorkItemCalendarWeek = IconWorkItemCalendarWeek.compose({
98553
+ baseName: 'icon-work-item-calendar-week',
98554
+ template: template$W,
98555
+ styles: styles$8
98556
+ });
98557
+ DesignSystem.getOrCreate()
98558
+ .withPrefix('spright')
98559
+ .register(sprightIconWorkItemCalendarWeek());
98560
+
98561
+ const styles$7 = css `
98562
+ ${styles$1d}
98563
+
98564
+ .icon svg {
98565
+ fill: ${calendarEventBorderCalibrationColor};
98566
+ }
98567
+ `;
98568
+
98569
+ /**
98570
+ * Spright calipers icon for calibration work items
98571
+ */
98572
+ class IconWorkItemCalipers extends IconSvg {
98573
+ constructor() {
98574
+ super(calipers16X16);
98575
+ }
98576
+ }
98577
+ const sprightIconWorkItemCalipers = IconWorkItemCalipers.compose({
98578
+ baseName: 'icon-work-item-calipers',
98579
+ template: template$W,
98580
+ styles: styles$7
98581
+ });
98582
+ DesignSystem.getOrCreate()
98583
+ .withPrefix('spright')
98584
+ .register(sprightIconWorkItemCalipers());
98585
+
98586
+ const styles$6 = css `
98587
+ ${styles$1d}
98588
+
98589
+ .icon svg {
98590
+ fill: ${calendarEventBorderTransportOrderColor};
98591
+ }
98592
+ `;
98593
+
98594
+ /**
98595
+ * Spright forklift icon for transport order work items
98596
+ */
98597
+ class IconWorkItemForklift extends IconSvg {
98598
+ constructor() {
98599
+ super(forklift16X16);
98600
+ }
98601
+ }
98602
+ const sprightIconWorkItemForklift = IconWorkItemForklift.compose({
98603
+ baseName: 'icon-work-item-forklift',
98604
+ template: template$W,
98605
+ styles: styles$6
98606
+ });
98607
+ DesignSystem.getOrCreate()
98608
+ .withPrefix('spright')
98609
+ .register(sprightIconWorkItemForklift());
98610
+
98611
+ const styles$5 = css `
98612
+ ${styles$1d}
98613
+
98614
+ .icon svg {
98615
+ fill: ${calendarEventBorderStaticColor};
98616
+ }
98617
+ `;
98618
+
98619
+ /**
98620
+ * Spright rectangle check lines icon for test plan work items
98621
+ */
98622
+ class IconWorkItemRectangleCheckLines extends IconSvg {
98623
+ constructor() {
98624
+ super(rectangleCheckLines16X16);
98625
+ }
98626
+ }
98627
+ const sprightIconWorkItemRectangleCheckLines = IconWorkItemRectangleCheckLines.compose({
98628
+ baseName: 'icon-work-item-rectangle-check-lines',
98629
+ template: template$W,
98630
+ styles: styles$5
98631
+ });
98632
+ DesignSystem.getOrCreate()
98633
+ .withPrefix('spright')
98634
+ .register(sprightIconWorkItemRectangleCheckLines());
98635
+
98636
+ const styles$4 = css `
98637
+ ${styles$1d}
98638
+
98639
+ .icon svg {
98640
+ fill: ${calendarEventBorderJobColor};
98641
+ }
98642
+ `;
98643
+
98644
+ /**
98645
+ * Spright user helmet safety icon for work items
98646
+ */
98647
+ class IconWorkItemUserHelmetSafety extends IconSvg {
98648
+ constructor() {
98649
+ super(userHelmetSafety16X16);
98650
+ }
98651
+ }
98652
+ const sprightIconWorkItemUserHelmetSafety = IconWorkItemUserHelmetSafety.compose({
98653
+ baseName: 'icon-work-item-user-helmet-safety',
98654
+ template: template$W,
98655
+ styles: styles$4
98656
+ });
98657
+ DesignSystem.getOrCreate()
98658
+ .withPrefix('spright')
98659
+ .register(sprightIconWorkItemUserHelmetSafety());
98660
+
98661
+ const styles$3 = css `
98662
+ ${styles$1d}
98663
+
98664
+ .icon svg {
98665
+ fill: ${calendarEventBorderMaintenanceColor};
98666
+ }
98667
+ `;
98668
+
98669
+ /**
98670
+ * Spright wrench hammer icon for maintenance work items
98671
+ */
98672
+ class IconWorkItemWrenchHammer extends IconSvg {
98673
+ constructor() {
98674
+ super(wrenchHammer16X16);
98675
+ }
98676
+ }
98677
+ const sprightIconWorkItemWrenchHammer = IconWorkItemWrenchHammer.compose({
98678
+ baseName: 'icon-work-item-wrench-hammer',
98679
+ template: template$W,
98680
+ styles: styles$3
98681
+ });
98682
+ DesignSystem.getOrCreate()
98683
+ .withPrefix('spright')
98684
+ .register(sprightIconWorkItemWrenchHammer());
98685
+
98520
98686
  const styles$2 = css `
98521
98687
  ${display$1('inline-block')}
98522
98688