@ni/nimble-components 22.0.0 → 22.0.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.
@@ -16301,7 +16301,7 @@
16301
16301
 
16302
16302
  /**
16303
16303
  * Do not edit directly
16304
- * Generated on Wed, 13 Mar 2024 22:51:24 GMT
16304
+ * Generated on Thu, 14 Mar 2024 14:32:10 GMT
16305
16305
  */
16306
16306
 
16307
16307
  const Information100DarkUi = "#a46eff";
@@ -17124,6 +17124,10 @@
17124
17124
  color: ${linkProminentDisabledFontColor};
17125
17125
  }
17126
17126
 
17127
+ .content {
17128
+ pointer-events: none;
17129
+ }
17130
+
17127
17131
  [part='end'] {
17128
17132
  display: none;
17129
17133
  }
@@ -17618,6 +17622,18 @@
17618
17622
  .control {
17619
17623
  text-decoration: none;
17620
17624
  }
17625
+
17626
+ [part='start'] {
17627
+ pointer-events: none;
17628
+ }
17629
+
17630
+ .content {
17631
+ pointer-events: none;
17632
+ }
17633
+
17634
+ [part='end'] {
17635
+ pointer-events: none;
17636
+ }
17621
17637
  `;
17622
17638
 
17623
17639
  const template$D = (context, definition) => html `
@@ -17767,6 +17783,7 @@
17767
17783
 
17768
17784
  [part='start'] {
17769
17785
  display: contents;
17786
+ pointer-events: none;
17770
17787
  }
17771
17788
 
17772
17789
  slot[name='start']::slotted(*) {
@@ -17779,6 +17796,10 @@
17779
17796
  grid-column: 1;
17780
17797
  }
17781
17798
 
17799
+ .content {
17800
+ pointer-events: none;
17801
+ }
17802
+
17782
17803
  :host(.indent-1) .content {
17783
17804
  grid-column: 2;
17784
17805
  }
@@ -17950,6 +17971,7 @@
17950
17971
  }
17951
17972
 
17952
17973
  slot:not([name]) {
17974
+ pointer-events: none;
17953
17975
  display: block;
17954
17976
  padding: ${mediumPadding} ${standardPadding}
17955
17977
  calc(${mediumPadding} - ${borderWidth});
@@ -18415,6 +18437,7 @@
18415
18437
  /* this rule keeps children without an icon text aligned with parents */ ''}
18416
18438
  [part="start"] {
18417
18439
  width: ${iconSize};
18440
+ pointer-events: none;
18418
18441
  }
18419
18442
 
18420
18443
  ${ /* the start class is applied when the corresponding slot is filled */''}
@@ -18430,6 +18453,10 @@
18430
18453
  height: ${iconSize};
18431
18454
  }
18432
18455
 
18456
+ .content {
18457
+ pointer-events: none;
18458
+ }
18459
+
18433
18460
  [part='end'] {
18434
18461
  display: none;
18435
18462
  }
@@ -20028,6 +20055,10 @@
20028
20055
  display: none;
20029
20056
  }
20030
20057
 
20058
+ .content {
20059
+ pointer-events: none;
20060
+ }
20061
+
20031
20062
  [part='end'] {
20032
20063
  display: none;
20033
20064
  }