@ni/nimble-components 35.9.3 → 35.10.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.
@@ -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
  };
@@ -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
  createThemeColorToken(tokenNames.calendarEventBorderTransportOrderColor, tokenValues.calendarEventBorderTransportOrderColor);
16568
+ createThemeColorToken(tokenNames.calendarEventBorderWorkOrderColor, tokenValues.calendarEventBorderWorkOrderColor);
16566
16569
  createThemeColorToken(tokenNames.calendarEventBackgroundAggregateAvailabilityColor, tokenValues.calendarEventBackgroundAggregateAvailabilityColor);
16567
16570
  createThemeColorToken(tokenNames.calendarEventBorderAggregateAvailabilityColor, tokenValues.calendarEventBorderAggregateAvailabilityColor);
16568
16571
  // #endregion
@@ -58281,7 +58284,7 @@ ${indentedChild}`;
58281
58284
  href: {},
58282
58285
  rel: { default: 'noopener noreferrer' },
58283
58286
  // Adding `class` here is a workaround to render two mentions without a whitespace as display names
58284
- // This attribute can be removed when the below issue is resolved
58287
+ // For more details on this behavior, refer to the issue below:
58285
58288
  // https://github.com/ni/nimble/issues/1707
58286
58289
  class: { default: '' }
58287
58290
  },
@@ -58320,7 +58323,7 @@ ${indentedChild}`;
58320
58323
  : null,
58321
58324
  rel: node.attrs.rel,
58322
58325
  // Adding `class` here is a workaround to render two mentions without a whitespace as display names
58323
- // This attribute can be removed when the below issue is resolved
58326
+ // For more details on this behavior, refer to the issue below:
58324
58327
  // https://github.com/ni/nimble/issues/1707
58325
58328
  class: href,
58326
58329
  'underline-hidden': _a$4.startsWithHttpOrHttps(href)
@@ -64667,7 +64670,7 @@ ${indentedChild}`;
64667
64670
  rel: 'noopener noreferrer',
64668
64671
  target: null,
64669
64672
  // Adding `class` here is a workaround to render two mentions without a whitespace as display names
64670
- // This attribute can be removed when the below issue is resolved
64673
+ // For more details on this behavior, refer to the issue below:
64671
64674
  // https://github.com/ni/nimble/issues/1707
64672
64675
  class: ''
64673
64676
  },