@ni/nimble-components 28.0.2 → 28.0.3

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.
@@ -16333,7 +16333,7 @@
16333
16333
 
16334
16334
  /**
16335
16335
  * Do not edit directly
16336
- * Generated on Tue, 07 May 2024 16:11:49 GMT
16336
+ * Generated on Tue, 07 May 2024 20:03:30 GMT
16337
16337
  */
16338
16338
 
16339
16339
  const Information100DarkUi = "#a46eff";
@@ -58709,6 +58709,10 @@ img.ProseMirror-separator {
58709
58709
  background-color: transparent;
58710
58710
  }
58711
58711
 
58712
+ ::slotted([role='option']:hover) {
58713
+ background-color: ${fillHoverColor};
58714
+ }
58715
+
58712
58716
  ::slotted([role='option'][active-option]) {
58713
58717
  background-color: ${fillSelectedColor};
58714
58718
  }