@ni/ok-components 1.3.5 → 1.3.7

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.
@@ -14893,6 +14893,7 @@
14893
14893
  calendarEventBackgroundTransportOrderColor: 'calendar-event-background-transport-order-color',
14894
14894
  calendarEventBackgroundHoverTransportOrderColor: 'calendar-event-background-hover-transport-order-color',
14895
14895
  calendarEventBorderTransportOrderColor: 'calendar-event-border-transport-order-color',
14896
+ calendarEventBorderWorkOrderColor: 'calendar-event-border-work-order-color',
14896
14897
  calendarEventBackgroundAggregateAvailabilityColor: 'calendar-event-background-aggregate-availability-color',
14897
14898
  calendarEventBorderAggregateAvailabilityColor: 'calendar-event-border-aggregate-availability-color'
14898
14899
  };
@@ -14901,7 +14902,7 @@
14901
14902
 
14902
14903
  const template$1h = html `<slot></slot>`;
14903
14904
 
14904
- const styles$1x = css `
14905
+ const styles$1y = css `
14905
14906
  ${display$2('contents')}
14906
14907
 
14907
14908
  :host {
@@ -15025,7 +15026,7 @@
15025
15026
  ], ThemeProvider.prototype, "theme", void 0);
15026
15027
  const nimbleDesignSystemProvider = ThemeProvider.compose({
15027
15028
  baseName: 'theme-provider',
15028
- styles: styles$1x,
15029
+ styles: styles$1y,
15029
15030
  template: template$1h
15030
15031
  });
15031
15032
  DesignSystem.getOrCreate()
@@ -16387,6 +16388,7 @@
16387
16388
  calendarEventBackgroundTransportOrderColor: createThemeColor(BrownLight10, BrownDark10, BrownDark10),
16388
16389
  calendarEventBackgroundHoverTransportOrderColor: createThemeColor(BrownLight20, BrownDark20, BrownDark20),
16389
16390
  calendarEventBorderTransportOrderColor: createThemeColor(BrownLight, BrownDark, BrownDark),
16391
+ calendarEventBorderWorkOrderColor: createThemeColor(NiIndigo, NiIndigo, NiIndigo),
16390
16392
  calendarEventBackgroundAggregateAvailabilityColor: createThemeColor(Black91V10, Black82, Black82),
16391
16393
  calendarEventBorderAggregateAvailabilityColor: hexToRgbaCssThemeColor(createThemeColor(Black91, Black82V100, Black82V100), 0.5, 1, 1),
16392
16394
  controlHeight: '32px',
@@ -16563,6 +16565,7 @@
16563
16565
  createThemeColorToken(tokenNames.calendarEventBackgroundTransportOrderColor, tokenValues.calendarEventBackgroundTransportOrderColor);
16564
16566
  createThemeColorToken(tokenNames.calendarEventBackgroundHoverTransportOrderColor, tokenValues.calendarEventBackgroundHoverTransportOrderColor);
16565
16567
  const calendarEventBorderTransportOrderColor = createThemeColorToken(tokenNames.calendarEventBorderTransportOrderColor, tokenValues.calendarEventBorderTransportOrderColor);
16568
+ const calendarEventBorderWorkOrderColor = createThemeColorToken(tokenNames.calendarEventBorderWorkOrderColor, tokenValues.calendarEventBorderWorkOrderColor);
16566
16569
  createThemeColorToken(tokenNames.calendarEventBackgroundAggregateAvailabilityColor, tokenValues.calendarEventBackgroundAggregateAvailabilityColor);
16567
16570
  createThemeColorToken(tokenNames.calendarEventBorderAggregateAvailabilityColor, tokenValues.calendarEventBorderAggregateAvailabilityColor);
16568
16571
  // #endregion
@@ -16670,7 +16673,7 @@
16670
16673
  }
16671
16674
  // #endregion
16672
16675
 
16673
- const styles$1w = css `
16676
+ const styles$1x = css `
16674
16677
  @layer base, hover, focusVisible, active, disabled, top;
16675
16678
 
16676
16679
  @layer base {
@@ -16852,7 +16855,7 @@
16852
16855
  baseName: 'anchor',
16853
16856
  baseClass: Anchor$1,
16854
16857
  template: template$1g,
16855
- styles: styles$1w,
16858
+ styles: styles$1x,
16856
16859
  shadowOptions: {
16857
16860
  delegatesFocus: true
16858
16861
  }
@@ -16961,7 +16964,7 @@
16961
16964
  padding: 0;
16962
16965
  `;
16963
16966
 
16964
- const styles$1v = css `
16967
+ const styles$1w = css `
16965
16968
  @layer base, checked, hover, focusVisible, active, disabled, top;
16966
16969
 
16967
16970
  @layer base {
@@ -17245,8 +17248,8 @@
17245
17248
  }
17246
17249
  `));
17247
17250
 
17248
- const styles$1u = css `
17249
- ${styles$1v}
17251
+ const styles$1v = css `
17252
+ ${styles$1w}
17250
17253
  ${buttonAppearanceVariantStyles}
17251
17254
 
17252
17255
  .control {
@@ -17349,7 +17352,7 @@
17349
17352
  const nimbleAnchorButton = AnchorButton.compose({
17350
17353
  baseName: 'anchor-button',
17351
17354
  template: template$1f,
17352
- styles: styles$1u,
17355
+ styles: styles$1v,
17353
17356
  shadowOptions: {
17354
17357
  delegatesFocus: true
17355
17358
  }
@@ -17357,7 +17360,7 @@
17357
17360
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorButton());
17358
17361
  const anchorButtonTag = 'nimble-anchor-button';
17359
17362
 
17360
- const styles$1t = css `
17363
+ const styles$1u = css `
17361
17364
  ${display$2('grid')}
17362
17365
 
17363
17366
  :host {
@@ -17542,7 +17545,7 @@
17542
17545
  const nimbleAnchorMenuItem = AnchorMenuItem.compose({
17543
17546
  baseName: 'anchor-menu-item',
17544
17547
  template: template$1e,
17545
- styles: styles$1t,
17548
+ styles: styles$1u,
17546
17549
  shadowOptions: {
17547
17550
  delegatesFocus: true
17548
17551
  }
@@ -17554,7 +17557,7 @@
17554
17557
 
17555
17558
  // These styles end up inside a @layer block so must use the
17556
17559
  // cssPartial tag instead of the css tag
17557
- const styles$1s = cssPartial `
17560
+ const styles$1t = cssPartial `
17558
17561
  .severity-text {
17559
17562
  display: none;
17560
17563
  font: ${errorTextFont};
@@ -17664,12 +17667,12 @@
17664
17667
  const themeBehavior = (theme, styles) => new ThemeStyleSheetBehavior(theme, styles);
17665
17668
  /* eslint-enable max-classes-per-file */
17666
17669
 
17667
- const styles$1r = css `
17670
+ const styles$1s = css `
17668
17671
  @layer base, hover, focusVisible, active, disabled, top;
17669
17672
 
17670
17673
  @layer base {
17671
17674
  ${display$2('inline-flex')}
17672
- ${styles$1s}
17675
+ ${styles$1t}
17673
17676
  :host {
17674
17677
  color: ${buttonLabelFontColor};
17675
17678
  font: ${buttonLabelFont};
@@ -18215,8 +18218,8 @@ Defines an interaction area clip-path that leaves out the severity text so it is
18215
18218
  }
18216
18219
  `));
18217
18220
 
18218
- const styles$1q = css `
18219
- ${styles$1r}
18221
+ const styles$1r = css `
18222
+ ${styles$1s}
18220
18223
  ${'' /* Anchor specific styles */}
18221
18224
  @layer base {
18222
18225
  .control {
@@ -19269,7 +19272,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19269
19272
  :innerHTML=${x => x.icon.data}
19270
19273
  ></div>`;
19271
19274
 
19272
- const styles$1p = css `
19275
+ const styles$1q = css `
19273
19276
  ${display$2('inline-flex')}
19274
19277
 
19275
19278
  :host {
@@ -19333,7 +19336,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19333
19336
  const composedIcon = iconClass.compose({
19334
19337
  baseName,
19335
19338
  template: template$1d,
19336
- styles: styles$1p
19339
+ styles: styles$1q
19337
19340
  });
19338
19341
  DesignSystem.getOrCreate().withPrefix('nimble').register(composedIcon());
19339
19342
  };
@@ -19605,14 +19608,14 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19605
19608
  const nimbleAnchorStep = AnchorStep.compose({
19606
19609
  baseName: 'anchor-step',
19607
19610
  template: template$1c,
19608
- styles: styles$1q,
19611
+ styles: styles$1r,
19609
19612
  shadowOptions: {
19610
19613
  delegatesFocus: true
19611
19614
  }
19612
19615
  });
19613
19616
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorStep());
19614
19617
 
19615
- const styles$1o = css `
19618
+ const styles$1p = css `
19616
19619
  ${display$2('inline-flex')}
19617
19620
 
19618
19621
  :host {
@@ -19782,14 +19785,14 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19782
19785
  const nimbleAnchorTab = AnchorTab.compose({
19783
19786
  baseName: 'anchor-tab',
19784
19787
  template: template$1b,
19785
- styles: styles$1o,
19788
+ styles: styles$1p,
19786
19789
  shadowOptions: {
19787
19790
  delegatesFocus: true
19788
19791
  }
19789
19792
  });
19790
19793
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorTab());
19791
19794
 
19792
- const styles$1n = css `
19795
+ const styles$1o = css `
19793
19796
  ${display$2('flex')}
19794
19797
 
19795
19798
  :host {
@@ -19829,8 +19832,8 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19829
19832
  }
19830
19833
  `;
19831
19834
 
19832
- const styles$1m = css `
19833
- ${styles$1v}
19835
+ const styles$1n = css `
19836
+ ${styles$1w}
19834
19837
  ${buttonAppearanceVariantStyles}
19835
19838
  `;
19836
19839
 
@@ -19926,7 +19929,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
19926
19929
  baseName: 'button',
19927
19930
  baseClass: Button$1,
19928
19931
  template: template$1a,
19929
- styles: styles$1m,
19932
+ styles: styles$1n,
19930
19933
  shadowOptions: {
19931
19934
  delegatesFocus: true
19932
19935
  }
@@ -20262,14 +20265,14 @@ Defines an interaction area clip-path that leaves out the severity text so it is
20262
20265
  const nimbleAnchorTabs = AnchorTabs.compose({
20263
20266
  baseName: 'anchor-tabs',
20264
20267
  template: template$19,
20265
- styles: styles$1n,
20268
+ styles: styles$1o,
20266
20269
  shadowOptions: {
20267
20270
  delegatesFocus: false
20268
20271
  }
20269
20272
  });
20270
20273
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorTabs());
20271
20274
 
20272
- const styles$1l = css `
20275
+ const styles$1m = css `
20273
20276
  ${display$2('block')}
20274
20277
 
20275
20278
  :host {
@@ -20512,7 +20515,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
20512
20515
  const nimbleAnchorTreeItem = AnchorTreeItem.compose({
20513
20516
  baseName: 'anchor-tree-item',
20514
20517
  template: template$18,
20515
- styles: styles$1l,
20518
+ styles: styles$1m,
20516
20519
  shadowOptions: {
20517
20520
  delegatesFocus: true
20518
20521
  }
@@ -20528,7 +20531,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
20528
20531
  zIndex1000: '1000'
20529
20532
  };
20530
20533
 
20531
- const styles$1k = css `
20534
+ const styles$1l = css `
20532
20535
  ${display$2('block')}
20533
20536
 
20534
20537
  :host {
@@ -20559,14 +20562,14 @@ Defines an interaction area clip-path that leaves out the severity text so it is
20559
20562
  baseName: 'anchored-region',
20560
20563
  baseClass: AnchoredRegion$1,
20561
20564
  template: anchoredRegionTemplate,
20562
- styles: styles$1k
20565
+ styles: styles$1l
20563
20566
  });
20564
20567
  DesignSystem.getOrCreate()
20565
20568
  .withPrefix('nimble')
20566
20569
  .register(nimbleAnchoredRegion());
20567
20570
  const anchoredRegionTag = 'nimble-anchored-region';
20568
20571
 
20569
- const styles$1j = css `
20572
+ const styles$1k = css `
20570
20573
  ${display$2('flex')}
20571
20574
 
20572
20575
  :host {
@@ -20837,7 +20840,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
20837
20840
  const nimbleBanner = Banner.compose({
20838
20841
  baseName: 'banner',
20839
20842
  template: template$17,
20840
- styles: styles$1j
20843
+ styles: styles$1k
20841
20844
  });
20842
20845
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleBanner());
20843
20846
 
@@ -20878,7 +20881,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
20878
20881
  </template>
20879
20882
  `;
20880
20883
 
20881
- const styles$1i = css `
20884
+ const styles$1j = css `
20882
20885
  ${display$2('inline-flex')}
20883
20886
 
20884
20887
  :host {
@@ -20982,11 +20985,11 @@ Defines an interaction area clip-path that leaves out the severity text so it is
20982
20985
  baseName: 'breadcrumb',
20983
20986
  baseClass: Breadcrumb$1,
20984
20987
  template: breadcrumbTemplate,
20985
- styles: styles$1i
20988
+ styles: styles$1j
20986
20989
  });
20987
20990
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleBreadcrumb());
20988
20991
 
20989
- const styles$1h = css `
20992
+ const styles$1i = css `
20990
20993
  @layer base, hover, focusVisible, active, disabled, top;
20991
20994
 
20992
20995
  @layer base {
@@ -21083,14 +21086,14 @@ so this becomes the fallback color for the slot */ ''}
21083
21086
  baseName: 'breadcrumb-item',
21084
21087
  baseClass: BreadcrumbItem$1,
21085
21088
  template: breadcrumbItemTemplate,
21086
- styles: styles$1h,
21089
+ styles: styles$1i,
21087
21090
  separator: forwardSlash16X16.data
21088
21091
  });
21089
21092
  DesignSystem.getOrCreate()
21090
21093
  .withPrefix('nimble')
21091
21094
  .register(nimbleBreadcrumbItem());
21092
21095
 
21093
- const styles$1g = css `
21096
+ const styles$1h = css `
21094
21097
  ${display$2('flex')}
21095
21098
 
21096
21099
  :host {
@@ -21130,11 +21133,11 @@ so this becomes the fallback color for the slot */ ''}
21130
21133
  baseName: 'card',
21131
21134
  baseClass: Card$1,
21132
21135
  template: template$16,
21133
- styles: styles$1g
21136
+ styles: styles$1h
21134
21137
  });
21135
21138
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleCard());
21136
21139
 
21137
- const styles$1f = css `
21140
+ const styles$1g = css `
21138
21141
  ${display$2('inline-flex')}
21139
21142
 
21140
21143
  :host {
@@ -21292,7 +21295,7 @@ so this becomes the fallback color for the slot */ ''}
21292
21295
  const nimbleCardButton = CardButton.compose({
21293
21296
  baseName: 'card-button',
21294
21297
  template: buttonTemplate,
21295
- styles: styles$1f,
21298
+ styles: styles$1g,
21296
21299
  shadowOptions: {
21297
21300
  delegatesFocus: true
21298
21301
  }
@@ -21300,7 +21303,7 @@ so this becomes the fallback color for the slot */ ''}
21300
21303
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleCardButton());
21301
21304
  const cardButtonTag = 'nimble-card-button';
21302
21305
 
21303
- const styles$1e = css `
21306
+ const styles$1f = css `
21304
21307
  .error-icon {
21305
21308
  display: none;
21306
21309
  }
@@ -21334,9 +21337,9 @@ so this becomes the fallback color for the slot */ ''}
21334
21337
  }
21335
21338
  `;
21336
21339
 
21337
- const styles$1d = css `
21340
+ const styles$1e = css `
21338
21341
  ${display$2('inline-grid')}
21339
- ${styles$1e}
21342
+ ${styles$1f}
21340
21343
 
21341
21344
  :host {
21342
21345
  font: ${bodyFont};
@@ -21574,7 +21577,7 @@ so this becomes the fallback color for the slot */ ''}
21574
21577
  baseName: 'checkbox',
21575
21578
  baseClass: Checkbox$1,
21576
21579
  template: template$15,
21577
- styles: styles$1d,
21580
+ styles: styles$1e,
21578
21581
  checkedIndicator: check16X16.data,
21579
21582
  indeterminateIndicator: minus16X16.data
21580
21583
  });
@@ -21586,7 +21589,7 @@ so this becomes the fallback color for the slot */ ''}
21586
21589
  block: 'block'
21587
21590
  };
21588
21591
 
21589
- const styles$1c = css `
21592
+ const styles$1d = css `
21590
21593
  ${display$2('inline-flex')}
21591
21594
 
21592
21595
  :host {
@@ -21734,7 +21737,7 @@ so this becomes the fallback color for the slot */ ''}
21734
21737
  const nimbleChip = Chip.compose({
21735
21738
  baseName: 'chip',
21736
21739
  template: template$14,
21737
- styles: styles$1c,
21740
+ styles: styles$1d,
21738
21741
  shadowOptions: {
21739
21742
  delegatesFocus: true
21740
21743
  }
@@ -21742,8 +21745,8 @@ so this becomes the fallback color for the slot */ ''}
21742
21745
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleChip());
21743
21746
  const chipTag = 'nimble-chip';
21744
21747
 
21745
- const styles$1b = css `
21746
- ${styles$1v}
21748
+ const styles$1c = css `
21749
+ ${styles$1w}
21747
21750
  ${buttonAppearanceVariantStyles}
21748
21751
 
21749
21752
  @layer checked {
@@ -21886,7 +21889,7 @@ so this becomes the fallback color for the slot */ ''}
21886
21889
  const nimbleToggleButton = ToggleButton.compose({
21887
21890
  baseName: 'toggle-button',
21888
21891
  template: template$13,
21889
- styles: styles$1b,
21892
+ styles: styles$1c,
21890
21893
  shadowOptions: {
21891
21894
  delegatesFocus: true
21892
21895
  }
@@ -21916,7 +21919,7 @@ so this becomes the fallback color for the slot */ ''}
21916
21919
  frameless: 'frameless'
21917
21920
  };
21918
21921
 
21919
- const styles$1a = css `
21922
+ const styles$1b = css `
21920
21923
  ${display$2('inline-flex')}
21921
21924
 
21922
21925
  :host {
@@ -22206,7 +22209,7 @@ so this becomes the fallback color for the slot */ ''}
22206
22209
  }
22207
22210
  `));
22208
22211
 
22209
- const styles$19 = css `
22212
+ const styles$1a = css `
22210
22213
  .annotated-label {
22211
22214
  display: flex;
22212
22215
  flex-direction: row;
@@ -22233,10 +22236,10 @@ so this becomes the fallback color for the slot */ ''}
22233
22236
  none: undefined,
22234
22237
  standard: 'standard'};
22235
22238
 
22236
- const styles$18 = css `
22239
+ const styles$19 = css `
22240
+ ${styles$1b}
22241
+ ${styles$1f}
22237
22242
  ${styles$1a}
22238
- ${styles$1e}
22239
- ${styles$19}
22240
22243
 
22241
22244
  :host {
22242
22245
  --ni-private-hover-bottom-border-width: 2px;
@@ -23133,7 +23136,7 @@ so this becomes the fallback color for the slot */ ''}
23133
23136
  baseName: 'combobox',
23134
23137
  baseClass: FormAssociatedCombobox,
23135
23138
  template: template$12,
23136
- styles: styles$18,
23139
+ styles: styles$19,
23137
23140
  shadowOptions: {
23138
23141
  delegatesFocus: true
23139
23142
  },
@@ -23177,7 +23180,7 @@ so this becomes the fallback color for the slot */ ''}
23177
23180
  */
23178
23181
  const UserDismissed = Symbol('user dismissed');
23179
23182
 
23180
- const styles$17 = css `
23183
+ const styles$18 = css `
23181
23184
  ${display$2('grid')}
23182
23185
 
23183
23186
  dialog {
@@ -23419,12 +23422,12 @@ so this becomes the fallback color for the slot */ ''}
23419
23422
  const nimbleDialog = Dialog.compose({
23420
23423
  baseName: 'dialog',
23421
23424
  template: template$11,
23422
- styles: styles$17,
23425
+ styles: styles$18,
23423
23426
  baseClass: Dialog
23424
23427
  });
23425
23428
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleDialog());
23426
23429
 
23427
- const styles$16 = css `
23430
+ const styles$17 = css `
23428
23431
  ${display$2('block')}
23429
23432
 
23430
23433
  :host {
@@ -23710,7 +23713,7 @@ so this becomes the fallback color for the slot */ ''}
23710
23713
  const nimbleDrawer = Drawer.compose({
23711
23714
  baseName: 'drawer',
23712
23715
  template: template$10,
23713
- styles: styles$16
23716
+ styles: styles$17
23714
23717
  });
23715
23718
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleDrawer());
23716
23719
 
@@ -26508,7 +26511,7 @@ so this becomes the fallback color for the slot */ ''}
26508
26511
  }
26509
26512
  }
26510
26513
 
26511
- const styles$15 = css `
26514
+ const styles$16 = css `
26512
26515
  ${display$2('none')}
26513
26516
  `;
26514
26517
 
@@ -26581,7 +26584,7 @@ so this becomes the fallback color for the slot */ ''}
26581
26584
  ], LabelProviderCore.prototype, "itemRemove", void 0);
26582
26585
  const nimbleLabelProviderCore = LabelProviderCore.compose({
26583
26586
  baseName: 'label-provider-core',
26584
- styles: styles$15
26587
+ styles: styles$16
26585
26588
  });
26586
26589
  DesignSystem.getOrCreate()
26587
26590
  .withPrefix('nimble')
@@ -26748,13 +26751,13 @@ so this becomes the fallback color for the slot */ ''}
26748
26751
  ], LabelProviderTable.prototype, "groupRowPlaceholderEmpty", void 0);
26749
26752
  const nimbleLabelProviderTable = LabelProviderTable.compose({
26750
26753
  baseName: 'label-provider-table',
26751
- styles: styles$15
26754
+ styles: styles$16
26752
26755
  });
26753
26756
  DesignSystem.getOrCreate()
26754
26757
  .withPrefix('nimble')
26755
26758
  .register(nimbleLabelProviderTable());
26756
26759
 
26757
- const styles$14 = css `
26760
+ const styles$15 = css `
26758
26761
  ${display$2('flex')}
26759
26762
 
26760
26763
  :host {
@@ -26933,12 +26936,12 @@ so this becomes the fallback color for the slot */ ''}
26933
26936
  baseName: 'list-option',
26934
26937
  baseClass: ListboxOption,
26935
26938
  template: template$$,
26936
- styles: styles$14
26939
+ styles: styles$15
26937
26940
  });
26938
26941
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleListOption());
26939
26942
  const listOptionTag = 'nimble-list-option';
26940
26943
 
26941
- const styles$13 = css `
26944
+ const styles$14 = css `
26942
26945
  ${display$2('flex')}
26943
26946
 
26944
26947
  :host {
@@ -27143,7 +27146,7 @@ so this becomes the fallback color for the slot */ ''}
27143
27146
  baseName: 'list-option-group',
27144
27147
  baseClass: FoundationElement,
27145
27148
  template: template$_,
27146
- styles: styles$13
27149
+ styles: styles$14
27147
27150
  });
27148
27151
  DesignSystem.getOrCreate()
27149
27152
  .withPrefix('nimble')
@@ -27172,7 +27175,7 @@ so this becomes the fallback color for the slot */ ''}
27172
27175
 
27173
27176
  const template$Z = html `<template slot="mapping"></template>`;
27174
27177
 
27175
- const styles$12 = css `
27178
+ const styles$13 = css `
27176
27179
  ${display$2('none')}
27177
27180
  `;
27178
27181
 
@@ -27189,7 +27192,7 @@ so this becomes the fallback color for the slot */ ''}
27189
27192
  const emptyMapping = MappingEmpty.compose({
27190
27193
  baseName: 'mapping-empty',
27191
27194
  template: template$Z,
27192
- styles: styles$12
27195
+ styles: styles$13
27193
27196
  });
27194
27197
  DesignSystem.getOrCreate().withPrefix('nimble').register(emptyMapping());
27195
27198
 
@@ -27260,7 +27263,7 @@ so this becomes the fallback color for the slot */ ''}
27260
27263
  const iconMapping = MappingIcon.compose({
27261
27264
  baseName: 'mapping-icon',
27262
27265
  template: template$Z,
27263
- styles: styles$12
27266
+ styles: styles$13
27264
27267
  });
27265
27268
  DesignSystem.getOrCreate().withPrefix('nimble').register(iconMapping());
27266
27269
 
@@ -27284,7 +27287,7 @@ so this becomes the fallback color for the slot */ ''}
27284
27287
  const spinnerMapping = MappingSpinner.compose({
27285
27288
  baseName: 'mapping-spinner',
27286
27289
  template: template$Z,
27287
- styles: styles$12
27290
+ styles: styles$13
27288
27291
  });
27289
27292
  DesignSystem.getOrCreate().withPrefix('nimble').register(spinnerMapping());
27290
27293
 
@@ -27301,7 +27304,7 @@ so this becomes the fallback color for the slot */ ''}
27301
27304
  const textMapping = MappingText.compose({
27302
27305
  baseName: 'mapping-text',
27303
27306
  template: template$Z,
27304
- styles: styles$12
27307
+ styles: styles$13
27305
27308
  });
27306
27309
  DesignSystem.getOrCreate().withPrefix('nimble').register(textMapping());
27307
27310
 
@@ -27620,7 +27623,7 @@ so this becomes the fallback color for the slot */ ''}
27620
27623
  </template>
27621
27624
  `;
27622
27625
 
27623
- const styles$11 = css `
27626
+ const styles$12 = css `
27624
27627
  ${display$2('grid')}
27625
27628
 
27626
27629
  :host {
@@ -27692,7 +27695,7 @@ so this becomes the fallback color for the slot */ ''}
27692
27695
  baseName: 'menu',
27693
27696
  baseClass: Menu$1,
27694
27697
  template: template$Y,
27695
- styles: styles$11
27698
+ styles: styles$12
27696
27699
  });
27697
27700
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenu());
27698
27701
  const menuTag = 'nimble-menu';
@@ -27708,7 +27711,7 @@ so this becomes the fallback color for the slot */ ''}
27708
27711
  auto: 'auto'
27709
27712
  };
27710
27713
 
27711
- const styles$10 = css `
27714
+ const styles$11 = css `
27712
27715
  ${display$2('inline-block')}
27713
27716
 
27714
27717
  :host {
@@ -27977,7 +27980,7 @@ so this becomes the fallback color for the slot */ ''}
27977
27980
  const nimbleMenuButton = MenuButton.compose({
27978
27981
  baseName: 'menu-button',
27979
27982
  template: template$X,
27980
- styles: styles$10,
27983
+ styles: styles$11,
27981
27984
  shadowOptions: {
27982
27985
  delegatesFocus: true
27983
27986
  }
@@ -27985,7 +27988,7 @@ so this becomes the fallback color for the slot */ ''}
27985
27988
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenuButton());
27986
27989
  const menuButtonTag = 'nimble-menu-button';
27987
27990
 
27988
- const styles$$ = css `
27991
+ const styles$10 = css `
27989
27992
  ${display$2('grid')}
27990
27993
 
27991
27994
  :host {
@@ -28082,7 +28085,7 @@ so this becomes the fallback color for the slot */ ''}
28082
28085
  baseName: 'menu-item',
28083
28086
  baseClass: MenuItem$1,
28084
28087
  template: menuItemTemplate,
28085
- styles: styles$$,
28088
+ styles: styles$10,
28086
28089
  expandCollapseGlyph: arrowExpanderRight16X16.data
28087
28090
  });
28088
28091
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenuItem());
@@ -28098,10 +28101,10 @@ so this becomes the fallback color for the slot */ ''}
28098
28101
  frameless: 'frameless'
28099
28102
  };
28100
28103
 
28101
- const styles$_ = css `
28104
+ const styles$$ = css `
28102
28105
  ${display$2('inline-block')}
28103
- ${styles$1e}
28104
- ${styles$19}
28106
+ ${styles$1f}
28107
+ ${styles$1a}
28105
28108
 
28106
28109
  :host {
28107
28110
  font: ${bodyFont};
@@ -28479,7 +28482,7 @@ so this becomes the fallback color for the slot */ ''}
28479
28482
  baseName: 'number-field',
28480
28483
  baseClass: NumberField$1,
28481
28484
  template: template$W,
28482
- styles: styles$_,
28485
+ styles: styles$$,
28483
28486
  shadowOptions: {
28484
28487
  delegatesFocus: true
28485
28488
  },
@@ -28522,7 +28525,7 @@ so this becomes the fallback color for the slot */ ''}
28522
28525
  });
28523
28526
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleNumberField());
28524
28527
 
28525
- const styles$Z = css `
28528
+ const styles$_ = css `
28526
28529
  ${display$2('inline-flex')}
28527
28530
 
28528
28531
  :host {
@@ -28622,15 +28625,15 @@ so this becomes the fallback color for the slot */ ''}
28622
28625
  baseName: 'radio',
28623
28626
  baseClass: Radio$1,
28624
28627
  template: radioTemplate,
28625
- styles: styles$Z,
28628
+ styles: styles$_,
28626
28629
  checkedIndicator: circleFilled16X16.data
28627
28630
  });
28628
28631
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleRadio());
28629
28632
 
28630
- const styles$Y = css `
28633
+ const styles$Z = css `
28631
28634
  ${display$2('inline-block')}
28632
- ${styles$1e}
28633
- ${styles$19}
28635
+ ${styles$1f}
28636
+ ${styles$1a}
28634
28637
 
28635
28638
  .positioning-region {
28636
28639
  display: flex;
@@ -28710,7 +28713,7 @@ so this becomes the fallback color for the slot */ ''}
28710
28713
  baseName: 'radio-group',
28711
28714
  baseClass: RadioGroup$1,
28712
28715
  template: template$V,
28713
- styles: styles$Y,
28716
+ styles: styles$Z,
28714
28717
  shadowOptions: {
28715
28718
  delegatesFocus: true
28716
28719
  }
@@ -48124,7 +48127,7 @@ ${indentedChild}`;
48124
48127
  // src/index.ts
48125
48128
  var index_default$7 = HardBreak;
48126
48129
 
48127
- const styles$X = css `
48130
+ const styles$Y = css `
48128
48131
  ${display$2('inline')}
48129
48132
 
48130
48133
  .positioning-region {
@@ -48161,7 +48164,7 @@ ${indentedChild}`;
48161
48164
  baseName: 'toolbar',
48162
48165
  baseClass: Toolbar$1,
48163
48166
  template: toolbarTemplate,
48164
- styles: styles$X
48167
+ styles: styles$Y
48165
48168
  });
48166
48169
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleToolbar());
48167
48170
  const toolbarTag = 'nimble-toolbar';
@@ -48190,8 +48193,8 @@ ${indentedChild}`;
48190
48193
  cssCustomPropertyName: null
48191
48194
  }).withDefault(richTextLabelDefaults.richTextToggleNumberedListLabel);
48192
48195
 
48193
- const styles$W = css `
48194
- ${styles$1a}
48196
+ const styles$X = css `
48197
+ ${styles$1b}
48195
48198
 
48196
48199
  :host {
48197
48200
  height: auto;
@@ -48498,7 +48501,7 @@ ${indentedChild}`;
48498
48501
  const nimbleRichTextMentionListbox = RichTextMentionListbox.compose({
48499
48502
  baseName: 'rich-text-mention-listbox',
48500
48503
  template: template$U,
48501
- styles: styles$W
48504
+ styles: styles$X
48502
48505
  });
48503
48506
  DesignSystem.getOrCreate()
48504
48507
  .withPrefix('nimble')
@@ -48607,9 +48610,9 @@ ${indentedChild}`;
48607
48610
  </template>
48608
48611
  `;
48609
48612
 
48610
- const styles$V = css `
48613
+ const styles$W = css `
48611
48614
  ${display$2('inline-flex')}
48612
- ${styles$1e}
48615
+ ${styles$1f}
48613
48616
 
48614
48617
  :host {
48615
48618
  font: ${bodyFont};
@@ -65413,7 +65416,7 @@ ${indentedChild}`;
65413
65416
  const nimbleRichTextEditor = RichTextEditor.compose({
65414
65417
  baseName: 'rich-text-editor',
65415
65418
  template: template$T,
65416
- styles: styles$V,
65419
+ styles: styles$W,
65417
65420
  shadowOptions: {
65418
65421
  delegatesFocus: true
65419
65422
  }
@@ -65428,7 +65431,7 @@ ${indentedChild}`;
65428
65431
  </template>
65429
65432
  `;
65430
65433
 
65431
- const styles$U = css `
65434
+ const styles$V = css `
65432
65435
  ${display$2('flex')}
65433
65436
 
65434
65437
  :host {
@@ -65542,16 +65545,16 @@ ${indentedChild}`;
65542
65545
  const nimbleRichTextViewer = RichTextViewer.compose({
65543
65546
  baseName: 'rich-text-viewer',
65544
65547
  template: template$S,
65545
- styles: styles$U
65548
+ styles: styles$V
65546
65549
  });
65547
65550
  DesignSystem.getOrCreate()
65548
65551
  .withPrefix('nimble')
65549
65552
  .register(nimbleRichTextViewer());
65550
65553
 
65551
- const styles$T = css `
65554
+ const styles$U = css `
65555
+ ${styles$1b}
65556
+ ${styles$1f}
65552
65557
  ${styles$1a}
65553
- ${styles$1e}
65554
- ${styles$19}
65555
65558
 
65556
65559
  ${
65557
65560
  /* We are using flex `order` to define the visual ordering of the selected value,
@@ -65714,7 +65717,7 @@ ${indentedChild}`;
65714
65717
  }
65715
65718
  `));
65716
65719
 
65717
- const styles$S = css `
65720
+ const styles$T = css `
65718
65721
  ${display$2('inline-grid')}
65719
65722
 
65720
65723
  :host {
@@ -65932,7 +65935,7 @@ ${indentedChild}`;
65932
65935
  const nimbleSpinner = Spinner.compose({
65933
65936
  baseName: 'spinner',
65934
65937
  template: template$R,
65935
- styles: styles$S
65938
+ styles: styles$T
65936
65939
  });
65937
65940
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSpinner());
65938
65941
  const spinnerTag = 'nimble-spinner';
@@ -67161,7 +67164,7 @@ ${indentedChild}`;
67161
67164
  baseName: 'select',
67162
67165
  baseClass: Select$2,
67163
67166
  template: template$Q,
67164
- styles: styles$T,
67167
+ styles: styles$U,
67165
67168
  indicator: arrowExpanderDown16X16.data,
67166
67169
  end: html `
67167
67170
  <${iconExclamationMarkTag}
@@ -67174,8 +67177,8 @@ ${indentedChild}`;
67174
67177
  applyMixins(Select, StartEnd, DelegatesARIASelect);
67175
67178
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSelect());
67176
67179
 
67177
- const styles$R = css `
67178
- ${styles$1r}
67180
+ const styles$S = css `
67181
+ ${styles$1s}
67179
67182
  ${'' /* Button specific styles */}
67180
67183
  @layer base {
67181
67184
  .control {
@@ -67309,14 +67312,14 @@ ${indentedChild}`;
67309
67312
  const nimbleStep = Step.compose({
67310
67313
  baseName: 'step',
67311
67314
  template: template$P,
67312
- styles: styles$R,
67315
+ styles: styles$S,
67313
67316
  shadowOptions: {
67314
67317
  delegatesFocus: true
67315
67318
  }
67316
67319
  });
67317
67320
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleStep());
67318
67321
 
67319
- const styles$Q = css `
67322
+ const styles$R = css `
67320
67323
  ${display$2('inline-flex')}
67321
67324
 
67322
67325
  :host {
@@ -67533,11 +67536,11 @@ ${indentedChild}`;
67533
67536
  const nimbleStepper = Stepper.compose({
67534
67537
  baseName: 'stepper',
67535
67538
  template: template$O,
67536
- styles: styles$Q
67539
+ styles: styles$R
67537
67540
  });
67538
67541
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleStepper());
67539
67542
 
67540
- const styles$P = css `
67543
+ const styles$Q = css `
67541
67544
  ${display$2('inline-flex')}
67542
67545
 
67543
67546
  :host {
@@ -67809,11 +67812,11 @@ ${indentedChild}`;
67809
67812
  baseClass: Switch$1,
67810
67813
  baseName: 'switch',
67811
67814
  template: template$N,
67812
- styles: styles$P
67815
+ styles: styles$Q
67813
67816
  });
67814
67817
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSwitch());
67815
67818
 
67816
- const styles$O = css `
67819
+ const styles$P = css `
67817
67820
  ${display$2('inline-flex')}
67818
67821
 
67819
67822
  :host {
@@ -67924,11 +67927,11 @@ ${indentedChild}`;
67924
67927
  baseName: 'tab',
67925
67928
  baseClass: Tab$1,
67926
67929
  template: tabTemplate,
67927
- styles: styles$O
67930
+ styles: styles$P
67928
67931
  });
67929
67932
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTab());
67930
67933
 
67931
- const styles$N = css `
67934
+ const styles$O = css `
67932
67935
  ${display$2('block')}
67933
67936
 
67934
67937
  :host {
@@ -67947,7 +67950,7 @@ ${indentedChild}`;
67947
67950
  baseName: 'tab-panel',
67948
67951
  baseClass: TabPanel$1,
67949
67952
  template: tabPanelTemplate,
67950
- styles: styles$N
67953
+ styles: styles$O
67951
67954
  });
67952
67955
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabPanel());
67953
67956
 
@@ -71673,7 +71676,7 @@ ${indentedChild}`;
71673
71676
  }
71674
71677
  }
71675
71678
 
71676
- const styles$M = css `
71679
+ const styles$N = css `
71677
71680
  ${display$2('flex')}
71678
71681
 
71679
71682
  :host {
@@ -71893,7 +71896,7 @@ focus outline in that case.
71893
71896
  }
71894
71897
  `));
71895
71898
 
71896
- const styles$L = css `
71899
+ const styles$M = css `
71897
71900
  ${display$2('flex')}
71898
71901
 
71899
71902
  :host {
@@ -72013,12 +72016,12 @@ focus outline in that case.
72013
72016
  const nimbleTableHeader = TableHeader.compose({
72014
72017
  baseName: 'table-header',
72015
72018
  template: template$M,
72016
- styles: styles$L
72019
+ styles: styles$M
72017
72020
  });
72018
72021
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableHeader());
72019
72022
  const tableHeaderTag = 'nimble-table-header';
72020
72023
 
72021
- const styles$K = css `
72024
+ const styles$L = css `
72022
72025
  :host .animating {
72023
72026
  transition: ${mediumDelay} ease-in;
72024
72027
  }
@@ -72043,9 +72046,9 @@ focus outline in that case.
72043
72046
  }
72044
72047
  `;
72045
72048
 
72046
- const styles$J = css `
72049
+ const styles$K = css `
72047
72050
  ${display$2('flex')}
72048
- ${styles$K}
72051
+ ${styles$L}
72049
72052
 
72050
72053
  :host {
72051
72054
  width: fit-content;
@@ -72215,7 +72218,7 @@ focus outline in that case.
72215
72218
  }
72216
72219
  `));
72217
72220
 
72218
- const styles$I = css `
72221
+ const styles$J = css `
72219
72222
  ${display$2('flex')}
72220
72223
 
72221
72224
  :host {
@@ -72358,7 +72361,7 @@ focus outline in that case.
72358
72361
  const nimbleTableCell = TableCell.compose({
72359
72362
  baseName: 'table-cell',
72360
72363
  template: template$L,
72361
- styles: styles$I
72364
+ styles: styles$J
72362
72365
  });
72363
72366
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableCell());
72364
72367
  const tableCellTag = 'nimble-table-cell';
@@ -72759,14 +72762,14 @@ focus outline in that case.
72759
72762
  const nimbleTableRow = TableRow.compose({
72760
72763
  baseName: 'table-row',
72761
72764
  template: template$K,
72762
- styles: styles$J
72765
+ styles: styles$K
72763
72766
  });
72764
72767
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableRow());
72765
72768
  const tableRowTag = 'nimble-table-row';
72766
72769
 
72767
- const styles$H = css `
72770
+ const styles$I = css `
72768
72771
  ${display$2('grid')}
72769
- ${styles$K}
72772
+ ${styles$L}
72770
72773
 
72771
72774
  :host {
72772
72775
  align-items: center;
@@ -73012,7 +73015,7 @@ focus outline in that case.
73012
73015
  const nimbleTableGroupRow = TableGroupRow.compose({
73013
73016
  baseName: 'table-group-row',
73014
73017
  template: template$J,
73015
- styles: styles$H
73018
+ styles: styles$I
73016
73019
  });
73017
73020
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableGroupRow());
73018
73021
  const tableGroupRowTag = 'nimble-table-group-row';
@@ -77659,11 +77662,11 @@ focus outline in that case.
77659
77662
  const nimbleTable = Table$1.compose({
77660
77663
  baseName: 'table',
77661
77664
  template: template$I,
77662
- styles: styles$M
77665
+ styles: styles$N
77663
77666
  });
77664
77667
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTable());
77665
77668
 
77666
- const styles$G = css `
77669
+ const styles$H = css `
77667
77670
  ${display$2('contents')}
77668
77671
 
77669
77672
  .header-content {
@@ -77740,7 +77743,7 @@ focus outline in that case.
77740
77743
  return ColumnWithPlaceholder;
77741
77744
  }
77742
77745
 
77743
- const styles$F = css `
77746
+ const styles$G = css `
77744
77747
  ${display$2('flex')}
77745
77748
 
77746
77749
  :host {
@@ -77864,7 +77867,7 @@ focus outline in that case.
77864
77867
  const anchorCellView = TableColumnAnchorCellView.compose({
77865
77868
  baseName: 'table-column-anchor-cell-view',
77866
77869
  template: template$G,
77867
- styles: styles$F
77870
+ styles: styles$G
77868
77871
  });
77869
77872
  DesignSystem.getOrCreate().withPrefix('nimble').register(anchorCellView());
77870
77873
  const tableColumnAnchorCellViewTag = 'nimble-table-column-anchor-cell-view';
@@ -77950,7 +77953,7 @@ focus outline in that case.
77950
77953
  </span>
77951
77954
  `;
77952
77955
 
77953
- const styles$E = css `
77956
+ const styles$F = css `
77954
77957
  ${display$2('flex')}
77955
77958
 
77956
77959
  span {
@@ -77975,7 +77978,7 @@ focus outline in that case.
77975
77978
  const tableColumnTextGroupHeaderView = TableColumnTextGroupHeaderView.compose({
77976
77979
  baseName: 'table-column-text-group-header-view',
77977
77980
  template: template$F,
77978
- styles: styles$E
77981
+ styles: styles$F
77979
77982
  });
77980
77983
  DesignSystem.getOrCreate()
77981
77984
  .withPrefix('nimble')
@@ -78220,7 +78223,7 @@ focus outline in that case.
78220
78223
  const nimbleTableColumnAnchor = TableColumnAnchor.compose({
78221
78224
  baseName: 'table-column-anchor',
78222
78225
  template: template$H,
78223
- styles: styles$G
78226
+ styles: styles$H
78224
78227
  });
78225
78228
  DesignSystem.getOrCreate()
78226
78229
  .withPrefix('nimble')
@@ -78273,7 +78276,7 @@ focus outline in that case.
78273
78276
  const tableColumnDateTextGroupHeaderView = TableColumnDateTextGroupHeaderView.compose({
78274
78277
  baseName: 'table-column-date-text-group-header-view',
78275
78278
  template: template$F,
78276
- styles: styles$E
78279
+ styles: styles$F
78277
78280
  });
78278
78281
  DesignSystem.getOrCreate()
78279
78282
  .withPrefix('nimble')
@@ -78296,7 +78299,7 @@ focus outline in that case.
78296
78299
  </template>
78297
78300
  `;
78298
78301
 
78299
- const styles$D = css `
78302
+ const styles$E = css `
78300
78303
  ${display$2('flex')}
78301
78304
 
78302
78305
  :host {
@@ -78399,7 +78402,7 @@ focus outline in that case.
78399
78402
  const dateTextCellView = TableColumnDateTextCellView.compose({
78400
78403
  baseName: 'table-column-date-text-cell-view',
78401
78404
  template: template$E,
78402
- styles: styles$D
78405
+ styles: styles$E
78403
78406
  });
78404
78407
  DesignSystem.getOrCreate().withPrefix('nimble').register(dateTextCellView());
78405
78408
  const tableColumnDateTextCellViewTag = 'nimble-table-column-date-text-cell-view';
@@ -78658,7 +78661,7 @@ focus outline in that case.
78658
78661
  const nimbleTableColumnDateText = TableColumnDateText.compose({
78659
78662
  baseName: 'table-column-date-text',
78660
78663
  template: template$H,
78661
- styles: styles$G
78664
+ styles: styles$H
78662
78665
  });
78663
78666
  DesignSystem.getOrCreate()
78664
78667
  .withPrefix('nimble')
@@ -78675,7 +78678,7 @@ focus outline in that case.
78675
78678
  const durationTextCellView = TableColumnDurationTextCellView.compose({
78676
78679
  baseName: 'table-column-duration-text-cell-view',
78677
78680
  template: template$E,
78678
- styles: styles$D
78681
+ styles: styles$E
78679
78682
  });
78680
78683
  DesignSystem.getOrCreate()
78681
78684
  .withPrefix('nimble')
@@ -78777,7 +78780,7 @@ focus outline in that case.
78777
78780
  const tableColumnDurationTextGroupHeaderView = TableColumnDurationTextGroupHeaderView.compose({
78778
78781
  baseName: 'table-column-duration-text-group-header-view',
78779
78782
  template: template$F,
78780
- styles: styles$E
78783
+ styles: styles$F
78781
78784
  });
78782
78785
  DesignSystem.getOrCreate()
78783
78786
  .withPrefix('nimble')
@@ -78830,7 +78833,7 @@ focus outline in that case.
78830
78833
  const nimbleTableColumnDurationText = TableColumnDurationText.compose({
78831
78834
  baseName: 'table-column-duration-text',
78832
78835
  template: template$H,
78833
- styles: styles$G
78836
+ styles: styles$H
78834
78837
  });
78835
78838
  DesignSystem.getOrCreate()
78836
78839
  .withPrefix('nimble')
@@ -78938,8 +78941,8 @@ focus outline in that case.
78938
78941
  attr({ attribute: 'key-type' })
78939
78942
  ], TableColumnEnumBase.prototype, "keyType", void 0);
78940
78943
 
78941
- const styles$C = css `
78942
- ${styles$G}
78944
+ const styles$D = css `
78945
+ ${styles$H}
78943
78946
 
78944
78947
  slot[name='mapping'] {
78945
78948
  display: none;
@@ -79032,7 +79035,7 @@ focus outline in that case.
79032
79035
  }
79033
79036
  }
79034
79037
 
79035
- const styles$B = css `
79038
+ const styles$C = css `
79036
79039
  ${display$2('inline-flex')}
79037
79040
 
79038
79041
  :host {
@@ -79201,14 +79204,14 @@ focus outline in that case.
79201
79204
  const mappingGroupHeaderView = TableColumnMappingGroupHeaderView.compose({
79202
79205
  baseName: 'table-column-mapping-group-header-view',
79203
79206
  template: template$C,
79204
- styles: styles$B
79207
+ styles: styles$C
79205
79208
  });
79206
79209
  DesignSystem.getOrCreate()
79207
79210
  .withPrefix('nimble')
79208
79211
  .register(mappingGroupHeaderView());
79209
79212
  const tableColumnMappingGroupHeaderViewTag = 'nimble-table-column-mapping-group-header-view';
79210
79213
 
79211
- const styles$A = css `
79214
+ const styles$B = css `
79212
79215
  ${display$2('inline-flex')}
79213
79216
 
79214
79217
  :host {
@@ -79320,7 +79323,7 @@ focus outline in that case.
79320
79323
  const mappingCellView = TableColumnMappingCellView.compose({
79321
79324
  baseName: 'table-column-mapping-cell-view',
79322
79325
  template: template$B,
79323
- styles: styles$A
79326
+ styles: styles$B
79324
79327
  });
79325
79328
  DesignSystem.getOrCreate().withPrefix('nimble').register(mappingCellView());
79326
79329
  const tableColumnMappingCellViewTag = 'nimble-table-column-mapping-cell-view';
@@ -79404,7 +79407,7 @@ focus outline in that case.
79404
79407
  const nimbleTableColumnMapping = TableColumnMapping.compose({
79405
79408
  baseName: 'table-column-mapping',
79406
79409
  template: template$D,
79407
- styles: styles$C
79410
+ styles: styles$D
79408
79411
  });
79409
79412
  DesignSystem.getOrCreate()
79410
79413
  .withPrefix('nimble')
@@ -79438,7 +79441,7 @@ focus outline in that case.
79438
79441
  `)}
79439
79442
  `;
79440
79443
 
79441
- const styles$z = css `
79444
+ const styles$A = css `
79442
79445
  :host {
79443
79446
  align-self: center;
79444
79447
  width: 100%;
@@ -79514,7 +79517,7 @@ focus outline in that case.
79514
79517
  const menuButtonCellView = TableColumnMenuButtonCellView.compose({
79515
79518
  baseName: 'table-column-menu-button-cell-view',
79516
79519
  template: template$z,
79517
- styles: styles$z
79520
+ styles: styles$A
79518
79521
  });
79519
79522
  DesignSystem.getOrCreate().withPrefix('nimble').register(menuButtonCellView());
79520
79523
  const tableColumnMenuButtonCellViewTag = 'nimble-table-column-menu-button-cell-view';
@@ -79570,7 +79573,7 @@ focus outline in that case.
79570
79573
  const nimbleTableColumnMenuButton = TableColumnMenuButton.compose({
79571
79574
  baseName: 'table-column-menu-button',
79572
79575
  template: template$A,
79573
- styles: styles$G
79576
+ styles: styles$H
79574
79577
  });
79575
79578
  DesignSystem.getOrCreate()
79576
79579
  .withPrefix('nimble')
@@ -79598,7 +79601,7 @@ focus outline in that case.
79598
79601
  const tableColumnNumberTextGroupHeaderView = TableColumnNumberTextGroupHeaderView.compose({
79599
79602
  baseName: 'table-column-number-text-group-header-view',
79600
79603
  template: template$F,
79601
- styles: styles$E
79604
+ styles: styles$F
79602
79605
  });
79603
79606
  DesignSystem.getOrCreate()
79604
79607
  .withPrefix('nimble')
@@ -79620,7 +79623,7 @@ focus outline in that case.
79620
79623
  const numberTextCellView = TableColumnNumberTextCellView.compose({
79621
79624
  baseName: 'table-column-number-text-cell-view',
79622
79625
  template: template$E,
79623
- styles: styles$D
79626
+ styles: styles$E
79624
79627
  });
79625
79628
  DesignSystem.getOrCreate().withPrefix('nimble').register(numberTextCellView());
79626
79629
  const tableColumnNumberTextCellViewTag = 'nimble-table-column-number-text-cell-view';
@@ -80161,7 +80164,7 @@ focus outline in that case.
80161
80164
  const nimbleTableColumnNumberText = TableColumnNumberText.compose({
80162
80165
  baseName: 'table-column-number-text',
80163
80166
  template: template$y,
80164
- styles: styles$G
80167
+ styles: styles$H
80165
80168
  });
80166
80169
  DesignSystem.getOrCreate()
80167
80170
  .withPrefix('nimble')
@@ -80180,7 +80183,7 @@ focus outline in that case.
80180
80183
  const textCellView = TableColumnTextCellView.compose({
80181
80184
  baseName: 'table-column-text-cell-view',
80182
80185
  template: template$E,
80183
- styles: styles$D
80186
+ styles: styles$E
80184
80187
  });
80185
80188
  DesignSystem.getOrCreate().withPrefix('nimble').register(textCellView());
80186
80189
  const tableColumnTextCellViewTag = 'nimble-table-column-text-cell-view';
@@ -80235,14 +80238,14 @@ focus outline in that case.
80235
80238
  const nimbleTableColumnText = TableColumnText.compose({
80236
80239
  baseName: 'table-column-text',
80237
80240
  template: template$H,
80238
- styles: styles$G
80241
+ styles: styles$H
80239
80242
  });
80240
80243
  DesignSystem.getOrCreate()
80241
80244
  .withPrefix('nimble')
80242
80245
  .register(nimbleTableColumnText());
80243
80246
 
80244
- const styles$y = css `
80245
- ${styles$1n}
80247
+ const styles$z = css `
80248
+ ${styles$1o}
80246
80249
 
80247
80250
  .tabpanel {
80248
80251
  overflow: auto;
@@ -80324,11 +80327,11 @@ focus outline in that case.
80324
80327
  baseName: 'tabs',
80325
80328
  baseClass: Tabs$1,
80326
80329
  template: template$19,
80327
- styles: styles$y
80330
+ styles: styles$z
80328
80331
  });
80329
80332
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabs());
80330
80333
 
80331
- const styles$x = css `
80334
+ const styles$y = css `
80332
80335
  ${display$2('flex')}
80333
80336
 
80334
80337
  :host {
@@ -80393,7 +80396,7 @@ focus outline in that case.
80393
80396
  const nimbleTabsToolbar = TabsToolbar.compose({
80394
80397
  baseName: 'tabs-toolbar',
80395
80398
  template: template$x,
80396
- styles: styles$x
80399
+ styles: styles$y
80397
80400
  });
80398
80401
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabsToolbar());
80399
80402
  applyMixins(TabsToolbar, StartEnd);
@@ -80403,10 +80406,10 @@ focus outline in that case.
80403
80406
  block: 'block'
80404
80407
  };
80405
80408
 
80406
- const styles$w = css `
80409
+ const styles$x = css `
80407
80410
  ${display$2('inline-flex')}
80408
- ${styles$1e}
80409
- ${styles$19}
80411
+ ${styles$1f}
80412
+ ${styles$1a}
80410
80413
 
80411
80414
  :host {
80412
80415
  font: ${bodyFont};
@@ -80747,7 +80750,7 @@ focus outline in that case.
80747
80750
  baseName: 'text-area',
80748
80751
  baseClass: TextArea$1,
80749
80752
  template: template$w,
80750
- styles: styles$w,
80753
+ styles: styles$x,
80751
80754
  shadowOptions: {
80752
80755
  delegatesFocus: true
80753
80756
  }
@@ -80764,10 +80767,10 @@ focus outline in that case.
80764
80767
  frameless: 'frameless'
80765
80768
  };
80766
80769
 
80767
- const styles$v = css `
80770
+ const styles$w = css `
80768
80771
  ${display$2('inline-block')}
80769
- ${styles$1e}
80770
- ${styles$19}
80772
+ ${styles$1f}
80773
+ ${styles$1a}
80771
80774
 
80772
80775
  :host {
80773
80776
  font: ${bodyFont};
@@ -81127,7 +81130,7 @@ focus outline in that case.
81127
81130
  baseName: 'text-field',
81128
81131
  baseClass: TextField$1,
81129
81132
  template: template$v,
81130
- styles: styles$v,
81133
+ styles: styles$w,
81131
81134
  shadowOptions: {
81132
81135
  delegatesFocus: true
81133
81136
  },
@@ -81144,7 +81147,7 @@ focus outline in that case.
81144
81147
  });
81145
81148
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTextField());
81146
81149
 
81147
- const styles$u = css `
81150
+ const styles$v = css `
81148
81151
  ${display$2('inline-flex')}
81149
81152
 
81150
81153
  :host {
@@ -81283,7 +81286,7 @@ focus outline in that case.
81283
81286
  baseName: 'tooltip',
81284
81287
  baseClass: Tooltip$1,
81285
81288
  template: template$u,
81286
- styles: styles$u
81289
+ styles: styles$v
81287
81290
  });
81288
81291
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTooltip());
81289
81292
  const tooltipTag = 'nimble-tooltip';
@@ -81372,7 +81375,7 @@ focus outline in that case.
81372
81375
  }
81373
81376
  }
81374
81377
 
81375
- const styles$t = css `
81378
+ const styles$u = css `
81376
81379
  ${display$2('block')}
81377
81380
 
81378
81381
  :host {
@@ -81589,12 +81592,12 @@ focus outline in that case.
81589
81592
  baseName: 'tree-item',
81590
81593
  baseClass: TreeItem$1,
81591
81594
  template: treeItemTemplate,
81592
- styles: styles$t,
81595
+ styles: styles$u,
81593
81596
  expandCollapseGlyph: arrowExpanderUp16X16.data
81594
81597
  });
81595
81598
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTreeItem());
81596
81599
 
81597
- const styles$s = css `
81600
+ const styles$t = css `
81598
81601
  ${display$2('flex')}
81599
81602
 
81600
81603
  :host {
@@ -81705,7 +81708,7 @@ focus outline in that case.
81705
81708
  baseName: 'tree-view',
81706
81709
  baseClass: TreeView$1,
81707
81710
  template: template$t,
81708
- styles: styles$s
81711
+ styles: styles$t
81709
81712
  });
81710
81713
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTreeView());
81711
81714
 
@@ -81823,7 +81826,7 @@ focus outline in that case.
81823
81826
 
81824
81827
  const template$s = html `<template slot="unit"></template>`;
81825
81828
 
81826
- const styles$r = css `
81829
+ const styles$s = css `
81827
81830
  ${display$2('none')}
81828
81831
  `;
81829
81832
 
@@ -81852,7 +81855,7 @@ focus outline in that case.
81852
81855
  const nimbleUnitByte = UnitByte.compose({
81853
81856
  baseName: 'unit-byte',
81854
81857
  template: template$s,
81855
- styles: styles$r
81858
+ styles: styles$s
81856
81859
  });
81857
81860
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleUnitByte());
81858
81861
 
@@ -81905,7 +81908,7 @@ focus outline in that case.
81905
81908
  const nimbleUnitVolt = UnitVolt.compose({
81906
81909
  baseName: 'unit-volt',
81907
81910
  template: template$s,
81908
- styles: styles$r
81911
+ styles: styles$s
81909
81912
  });
81910
81913
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleUnitVolt());
81911
81914
 
@@ -96252,7 +96255,7 @@ focus outline in that case.
96252
96255
  </div>
96253
96256
  `;
96254
96257
 
96255
- const styles$q = css `
96258
+ const styles$r = css `
96256
96259
  ${display$2('inline-block')}
96257
96260
 
96258
96261
  :host {
@@ -99278,7 +99281,7 @@ focus outline in that case.
99278
99281
  const nimbleWaferMap = WaferMap.compose({
99279
99282
  baseName: 'wafer-map',
99280
99283
  template: template$r,
99281
- styles: styles$q
99284
+ styles: styles$r
99282
99285
  });
99283
99286
  DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleWaferMap());
99284
99287
 
@@ -99290,7 +99293,7 @@ focus outline in that case.
99290
99293
  */
99291
99294
  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;}`;
99292
99295
 
99293
- const styles$p = css `
99296
+ const styles$q = css `
99294
99297
  ${display$1('flex')}
99295
99298
 
99296
99299
  :host {
@@ -99446,15 +99449,15 @@ focus outline in that case.
99446
99449
  const sprightChatConversation = ChatConversation.compose({
99447
99450
  baseName: 'chat-conversation',
99448
99451
  template: template$q,
99449
- styles: styles$p
99452
+ styles: styles$q
99450
99453
  });
99451
99454
  DesignSystem.getOrCreate()
99452
99455
  .withPrefix('spright')
99453
99456
  .register(sprightChatConversation());
99454
99457
 
99455
- const styles$o = css `
99458
+ const styles$p = css `
99456
99459
  ${display$1('flex')}
99457
- ${styles$1e}
99460
+ ${styles$1f}
99458
99461
 
99459
99462
  :host {
99460
99463
  width: 100%;
@@ -99850,7 +99853,7 @@ focus outline in that case.
99850
99853
  const sprightChatInput = ChatInput.compose({
99851
99854
  baseName: 'chat-input',
99852
99855
  template: template$p,
99853
- styles: styles$o,
99856
+ styles: styles$p,
99854
99857
  shadowOptions: {
99855
99858
  delegatesFocus: true
99856
99859
  }
@@ -99868,7 +99871,7 @@ focus outline in that case.
99868
99871
  inbound: 'inbound'
99869
99872
  };
99870
99873
 
99871
- const styles$n = css `
99874
+ const styles$o = css `
99872
99875
  ${display$1('flex')}
99873
99876
 
99874
99877
  :host {
@@ -99992,11 +99995,11 @@ focus outline in that case.
99992
99995
  const sprightChatMessage = ChatMessage.compose({
99993
99996
  baseName: 'chat-message',
99994
99997
  template: template$o,
99995
- styles: styles$n
99998
+ styles: styles$o
99996
99999
  });
99997
100000
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessage());
99998
100001
 
99999
- const styles$m = css `
100002
+ const styles$n = css `
100000
100003
  ${display$1('flex')}
100001
100004
 
100002
100005
  :host {
@@ -100093,11 +100096,11 @@ focus outline in that case.
100093
100096
  const sprightChatMessageInbound = ChatMessageInbound.compose({
100094
100097
  baseName: 'chat-message-inbound',
100095
100098
  template: template$n,
100096
- styles: styles$m
100099
+ styles: styles$n
100097
100100
  });
100098
100101
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageInbound());
100099
100102
 
100100
- const styles$l = css `
100103
+ const styles$m = css `
100101
100104
  ${display$1('flex')}
100102
100105
 
100103
100106
  :host {
@@ -100147,11 +100150,11 @@ focus outline in that case.
100147
100150
  const sprightChatMessageOutbound = ChatMessageOutbound.compose({
100148
100151
  baseName: 'chat-message-outbound',
100149
100152
  template: template$m,
100150
- styles: styles$l
100153
+ styles: styles$m
100151
100154
  });
100152
100155
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageOutbound());
100153
100156
 
100154
- const styles$k = css `
100157
+ const styles$l = css `
100155
100158
  ${display$1('flex')}
100156
100159
 
100157
100160
  :host {
@@ -100194,11 +100197,11 @@ focus outline in that case.
100194
100197
  const sprightChatMessageSystem = ChatMessageSystem.compose({
100195
100198
  baseName: 'chat-message-system',
100196
100199
  template: template$l,
100197
- styles: styles$k
100200
+ styles: styles$l
100198
100201
  });
100199
100202
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageSystem());
100200
100203
 
100201
- const styles$j = css `
100204
+ const styles$k = css `
100202
100205
  ${display$1('flex')}
100203
100206
 
100204
100207
  :host {
@@ -100306,8 +100309,8 @@ focus outline in that case.
100306
100309
  <div class="icon dark-icon" aria-hidden="true" :innerHTML="${() => nigelChatDarkData}"></div>
100307
100310
  `;
100308
100311
 
100309
- const styles$i = css `
100310
- ${styles$1p}
100312
+ const styles$j = css `
100313
+ ${styles$1q}
100311
100314
 
100312
100315
  .dark-icon {
100313
100316
  display: none;
@@ -100331,7 +100334,7 @@ focus outline in that case.
100331
100334
  const sprightIconNigelChat = IconNigelChat.compose({
100332
100335
  baseName: 'icon-nigel-chat',
100333
100336
  template: template$k,
100334
- styles: styles$i
100337
+ styles: styles$j
100335
100338
  });
100336
100339
  DesignSystem.getOrCreate()
100337
100340
  .withPrefix('spright')
@@ -100371,7 +100374,7 @@ focus outline in that case.
100371
100374
  const sprightChatMessageWelcome = ChatMessageWelcome.compose({
100372
100375
  baseName: 'chat-message-welcome',
100373
100376
  template: template$j,
100374
- styles: styles$j
100377
+ styles: styles$k
100375
100378
  });
100376
100379
  DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageWelcome());
100377
100380
 
@@ -100398,7 +100401,7 @@ focus outline in that case.
100398
100401
  const sprightIconBreakpointConditional = IconBreakpointConditional.compose({
100399
100402
  baseName: 'icon-breakpoint-conditional',
100400
100403
  template: template$i,
100401
- styles: styles$1p
100404
+ styles: styles$1q
100402
100405
  });
100403
100406
  DesignSystem.getOrCreate()
100404
100407
  .withPrefix('spright')
@@ -100428,7 +100431,7 @@ focus outline in that case.
100428
100431
  const sprightIconBreakpointDisabled = IconBreakpointDisabled.compose({
100429
100432
  baseName: 'icon-breakpoint-disabled',
100430
100433
  template: template$h,
100431
- styles: styles$1p
100434
+ styles: styles$1q
100432
100435
  });
100433
100436
  DesignSystem.getOrCreate()
100434
100437
  .withPrefix('spright')
@@ -100457,7 +100460,7 @@ focus outline in that case.
100457
100460
  const sprightIconBreakpointEnabled = IconBreakpointEnabled.compose({
100458
100461
  baseName: 'icon-breakpoint-enabled',
100459
100462
  template: template$g,
100460
- styles: styles$1p
100463
+ styles: styles$1q
100461
100464
  });
100462
100465
  DesignSystem.getOrCreate()
100463
100466
  .withPrefix('spright')
@@ -100486,7 +100489,7 @@ focus outline in that case.
100486
100489
  const sprightIconBreakpointExecutionPointer = IconBreakpointExecutionPointer.compose({
100487
100490
  baseName: 'icon-breakpoint-execution-pointer',
100488
100491
  template: template$f,
100489
- styles: styles$1p
100492
+ styles: styles$1q
100490
100493
  });
100491
100494
  DesignSystem.getOrCreate()
100492
100495
  .withPrefix('spright')
@@ -100520,7 +100523,7 @@ focus outline in that case.
100520
100523
  const sprightIconBreakpointHitDisabled = IconBreakpointHitDisabled.compose({
100521
100524
  baseName: 'icon-breakpoint-hit-disabled',
100522
100525
  template: template$e,
100523
- styles: styles$1p
100526
+ styles: styles$1q
100524
100527
  });
100525
100528
  DesignSystem.getOrCreate()
100526
100529
  .withPrefix('spright')
@@ -100554,7 +100557,7 @@ focus outline in that case.
100554
100557
  const sprightIconBreakpointHit = IconBreakpointHit.compose({
100555
100558
  baseName: 'icon-breakpoint-hit',
100556
100559
  template: template$d,
100557
- styles: styles$1p
100560
+ styles: styles$1q
100558
100561
  });
100559
100562
  DesignSystem.getOrCreate()
100560
100563
  .withPrefix('spright')
@@ -100584,14 +100587,14 @@ focus outline in that case.
100584
100587
  const sprightIconBreakpointHover = IconBreakpointHover.compose({
100585
100588
  baseName: 'icon-breakpoint-hover',
100586
100589
  template: template$c,
100587
- styles: styles$1p
100590
+ styles: styles$1q
100588
100591
  });
100589
100592
  DesignSystem.getOrCreate()
100590
100593
  .withPrefix('spright')
100591
100594
  .register(sprightIconBreakpointHover());
100592
100595
 
100593
- const styles$h = css `
100594
- ${styles$1p}
100596
+ const styles$i = css `
100597
+ ${styles$1q}
100595
100598
 
100596
100599
  .icon svg {
100597
100600
  fill: ${calendarEventBorderReservationColor};
@@ -100609,14 +100612,14 @@ focus outline in that case.
100609
100612
  const sprightIconWorkItemCalendarWeek = IconWorkItemCalendarWeek.compose({
100610
100613
  baseName: 'icon-work-item-calendar-week',
100611
100614
  template: template$1d,
100612
- styles: styles$h
100615
+ styles: styles$i
100613
100616
  });
100614
100617
  DesignSystem.getOrCreate()
100615
100618
  .withPrefix('spright')
100616
100619
  .register(sprightIconWorkItemCalendarWeek());
100617
100620
 
100618
- const styles$g = css `
100619
- ${styles$1p}
100621
+ const styles$h = css `
100622
+ ${styles$1q}
100620
100623
 
100621
100624
  .icon svg {
100622
100625
  fill: ${calendarEventBorderCalibrationColor};
@@ -100634,14 +100637,14 @@ focus outline in that case.
100634
100637
  const sprightIconWorkItemCalipers = IconWorkItemCalipers.compose({
100635
100638
  baseName: 'icon-work-item-calipers',
100636
100639
  template: template$1d,
100637
- styles: styles$g
100640
+ styles: styles$h
100638
100641
  });
100639
100642
  DesignSystem.getOrCreate()
100640
100643
  .withPrefix('spright')
100641
100644
  .register(sprightIconWorkItemCalipers());
100642
100645
 
100643
- const styles$f = css `
100644
- ${styles$1p}
100646
+ const styles$g = css `
100647
+ ${styles$1q}
100645
100648
 
100646
100649
  .icon svg {
100647
100650
  fill: ${calendarEventBorderTransportOrderColor};
@@ -100659,14 +100662,14 @@ focus outline in that case.
100659
100662
  const sprightIconWorkItemForklift = IconWorkItemForklift.compose({
100660
100663
  baseName: 'icon-work-item-forklift',
100661
100664
  template: template$1d,
100662
- styles: styles$f
100665
+ styles: styles$g
100663
100666
  });
100664
100667
  DesignSystem.getOrCreate()
100665
100668
  .withPrefix('spright')
100666
100669
  .register(sprightIconWorkItemForklift());
100667
100670
 
100668
- const styles$e = css `
100669
- ${styles$1p}
100671
+ const styles$f = css `
100672
+ ${styles$1q}
100670
100673
 
100671
100674
  .icon svg {
100672
100675
  fill: ${calendarEventBorderStaticColor};
@@ -100684,14 +100687,39 @@ focus outline in that case.
100684
100687
  const sprightIconWorkItemRectangleCheckLines = IconWorkItemRectangleCheckLines.compose({
100685
100688
  baseName: 'icon-work-item-rectangle-check-lines',
100686
100689
  template: template$1d,
100687
- styles: styles$e
100690
+ styles: styles$f
100688
100691
  });
100689
100692
  DesignSystem.getOrCreate()
100690
100693
  .withPrefix('spright')
100691
100694
  .register(sprightIconWorkItemRectangleCheckLines());
100692
100695
 
100696
+ const styles$e = css `
100697
+ ${styles$1q}
100698
+
100699
+ .icon svg {
100700
+ fill: ${calendarEventBorderWorkOrderColor};
100701
+ }
100702
+ `;
100703
+
100704
+ /**
100705
+ * Spright square list cog icon for work order items
100706
+ */
100707
+ class IconWorkItemSquareListCog extends IconSvg {
100708
+ constructor() {
100709
+ super(squareListCog16X16);
100710
+ }
100711
+ }
100712
+ const sprightIconWorkItemSquareListCog = IconWorkItemSquareListCog.compose({
100713
+ baseName: 'icon-work-item-square-list-cog',
100714
+ template: template$1d,
100715
+ styles: styles$e
100716
+ });
100717
+ DesignSystem.getOrCreate()
100718
+ .withPrefix('spright')
100719
+ .register(sprightIconWorkItemSquareListCog());
100720
+
100693
100721
  const styles$d = css `
100694
- ${styles$1p}
100722
+ ${styles$1q}
100695
100723
 
100696
100724
  .icon svg {
100697
100725
  fill: ${calendarEventBorderJobColor};
@@ -100716,7 +100744,7 @@ focus outline in that case.
100716
100744
  .register(sprightIconWorkItemUserHelmetSafety());
100717
100745
 
100718
100746
  const styles$c = css `
100719
- ${styles$1p}
100747
+ ${styles$1q}
100720
100748
 
100721
100749
  .icon svg {
100722
100750
  fill: ${calendarEventBorderMaintenanceColor};