@ni/spright-components 5.3.3 → 5.4.1

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.
@@ -16098,6 +16098,7 @@
16098
16098
  calendarEventBackgroundHoverStaticColor: 'calendar-event-background-hover-static-color',
16099
16099
  calendarEventBackgroundHoverDynamicColor: 'calendar-event-background-hover-dynamic-color',
16100
16100
  calendarEventBackgroundHoverTransientColor: 'calendar-event-background-hover-transient-color',
16101
+ calendarEventOuterBorderHighlightedColor: 'calendar-event-outer-border-highlighted-color',
16101
16102
  calendarRowBackgroundSelectedColor: 'calendar-row-background-selected-color',
16102
16103
  calendarEventFillBlockedColor: 'calendar-event-fill-blocked-color',
16103
16104
  calendarGrabHandleBackgroundColor: 'calendar-grab-handle-background-color',
@@ -16297,6 +16298,7 @@
16297
16298
  DesignToken.create(styleNameFromTokenName(tokenNames.calendarEventBackgroundHoverStaticColor)).withDefault((element) => getColorForTheme(element, DigitalGreenLight30, PowerGreen30, PowerGreen30));
16298
16299
  DesignToken.create(styleNameFromTokenName(tokenNames.calendarEventBackgroundHoverDynamicColor)).withDefault((element) => getColorForTheme(element, DigitalGreenDark110, DigitalGreenDark105, DigitalGreenDark105));
16299
16300
  DesignToken.create(styleNameFromTokenName(tokenNames.calendarEventBackgroundHoverTransientColor)).withDefault((element) => getColorForTheme(element, DigitalGreenDark110, DigitalGreenDark105, DigitalGreenDark105));
16301
+ DesignToken.create(styleNameFromTokenName(tokenNames.calendarEventOuterBorderHighlightedColor)).withDefault((element) => getColorForTheme(element, Black88, hexToRgbaCssColor(White, 0.85), hexToRgbaCssColor(White, 0.85)));
16300
16302
  DesignToken.create(styleNameFromTokenName(tokenNames.calendarRowBackgroundSelectedColor)).withDefault((element) => getColorForTheme(element, hexToRgbaCssColor(DigitalGreenLight, 0.2), hexToRgbaCssColor(PowerGreen, 0.2), hexToRgbaCssColor(PowerGreen, 0.2)));
16301
16303
  DesignToken.create(styleNameFromTokenName(tokenNames.calendarEventFillBlockedColor)).withDefault((element) => getColorForTheme(element, hexToRgbaCssColor(Black91, 0.07), Black82, Black82));
16302
16304
  DesignToken.create(styleNameFromTokenName(tokenNames.calendarGrabHandleBackgroundColor)).withDefault((element) => getColorForTheme(element, DigitalGreenLight, PowerGreen, PowerGreen));
@@ -17823,6 +17825,10 @@
17823
17825
  name: 'calendar_check_lines_16_x_16',
17824
17826
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12 3V2h-2v1H6V2H4v1H2v11h12V3zm1 10H3V6h10z" class="cls-2"/><path d="M5.743 11 4 9.242l.766-.742.97 1.007L8.273 7 9 7.758zM10 8h2v1h-2zM8 10h4v1H8z" class="cls-1"/></svg>`,
17825
17827
  };
17828
+ const calendarCircleExclamation16X16 = {
17829
+ name: 'calendar_circle_exclamation_16_x_16',
17830
+ data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.29 13c.13.36.3.69.51 1H2V3h2V2h2v1h4V2h2v1h2v4.7c-.31-.21-.65-.36-1-.48V6.01H3v7h4.29ZM15 11.44c0 1.93-1.57 3.5-3.5 3.5S8 13.37 8 11.44s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5m-2.99 1.29H11v.71h1.01zm.01-3.29h-1.05l.12 2.85h.82l.12-2.85Z" class="cls-1"/></svg>`,
17831
+ };
17826
17832
  const calendarClock16X16 = {
17827
17833
  name: 'calendar_clock_16_x_16',
17828
17834
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M14 8.79V3h-2V2h-2v1H6V2H4v1H2v11h7.47c.545.35 1.19.559 1.885.559a3.5 3.5 0 0 0 3.5-3.5c0-.87-.33-1.657-.855-2.269M3 6h10v1.987a3.46 3.46 0 0 0-1.645-.428A3.5 3.5 0 0 0 8.445 13H3zm9.978 7.041a391 391 0 0 1-1.288-1.304.743.743 0 1 1 0-1.338l.908-.908c.081-.081.356-.149.49-.149 0 .09-.06.358-.134.462-.068.095-.791.822-.917.948a.75.75 0 0 1 0 .633l1.386 1.389s.312.327.268.625c-.208 0-.416-.06-.713-.358" class="cls-1"/></svg>`,
@@ -22790,6 +22796,18 @@ so this becomes the fallback color for the slot */ ''}
22790
22796
  }
22791
22797
  registerIcon('icon-calendar-check-lines', IconCalendarCheckLines);
22792
22798
 
22799
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
22800
+ // See generation source in nimble-components/build/generate-icons
22801
+ /**
22802
+ * The icon component for the 'calendarCircleExclamation' icon
22803
+ */
22804
+ class IconCalendarCircleExclamation extends Icon {
22805
+ constructor() {
22806
+ super(calendarCircleExclamation16X16);
22807
+ }
22808
+ }
22809
+ registerIcon('icon-calendar-circle-exclamation', IconCalendarCircleExclamation);
22810
+
22793
22811
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
22794
22812
  // See generation source in nimble-components/build/generate-icons
22795
22813
  /**