@ni/spright-components 1.0.2 → 1.0.4

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.
@@ -16339,7 +16339,7 @@
16339
16339
 
16340
16340
  /**
16341
16341
  * Do not edit directly
16342
- * Generated on Thu, 16 May 2024 18:32:42 GMT
16342
+ * Generated on Mon, 20 May 2024 15:27:02 GMT
16343
16343
  */
16344
16344
 
16345
16345
  const Information100DarkUi = "#a46eff";
@@ -24257,6 +24257,7 @@
24257
24257
  }
24258
24258
  }
24259
24259
  registerIcon('icon-times', IconTimes);
24260
+ const iconTimesTag = 'nimble-icon-times';
24260
24261
 
24261
24262
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
24262
24263
  // See generation source in nimble-components/build/generate-icons
@@ -58662,8 +58663,7 @@ img.ProseMirror-separator {
58662
58663
 
58663
58664
  .clear-button {
58664
58665
  order: 3;
58665
- width: auto;
58666
- height: auto;
58666
+ height: ${controlSlimHeight};
58667
58667
  margin-left: ${smallPadding};
58668
58668
  }
58669
58669
 
@@ -58725,6 +58725,7 @@ img.ProseMirror-separator {
58725
58725
 
58726
58726
  .filter-icon {
58727
58727
  padding-left: ${smallPadding};
58728
+ ${iconColor.cssCustomProperty}: ${placeholderFontColor};
58728
58729
  }
58729
58730
 
58730
58731
  .filter-input {
@@ -58830,7 +58831,7 @@ img.ProseMirror-separator {
58830
58831
  content-hidden
58831
58832
  appearance="ghost"
58832
58833
  @click="${(x, c) => x.clearClickHandler(c.event)}">
58833
- <${iconXmarkTag} slot="start"></${iconXmarkTag}>
58834
+ <${iconTimesTag} slot="start"></${iconTimesTag}>
58834
58835
  </${buttonTag}>
58835
58836
  `)}
58836
58837
  <div aria-hidden="true" class="indicator" part="indicator">
@@ -70787,7 +70788,11 @@ img.ProseMirror-separator {
70787
70788
 
70788
70789
  slot[name='start']::slotted(*) {
70789
70790
  flex: none;
70790
- ${iconColor.cssCustomProperty}: currentcolor;
70791
+ opacity: 0.6;
70792
+ }
70793
+
70794
+ :host([disabled]) slot[name='start']::slotted(*) {
70795
+ opacity: 0.3;
70791
70796
  }
70792
70797
 
70793
70798
  .control {