@ni/nimble-components 20.2.8 → 20.2.10

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.
@@ -16288,7 +16288,7 @@
16288
16288
 
16289
16289
  /**
16290
16290
  * Do not edit directly
16291
- * Generated on Tue, 12 Sep 2023 17:00:05 GMT
16291
+ * Generated on Wed, 13 Sep 2023 04:43:06 GMT
16292
16292
  */
16293
16293
 
16294
16294
  const Information100DarkUi = "#a46eff";
@@ -43078,6 +43078,15 @@ img.ProseMirror-separator {
43078
43078
  gap: ${standardPadding};
43079
43079
  place-items: center;
43080
43080
  }
43081
+ ${
43082
+ /**
43083
+ * Restricting the pointer-events for the slot="start" where the icon is rendered.
43084
+ * This can be removed after the below issue is fixed.
43085
+ * https://github.com/ni/nimble/issues/1422
43086
+ */ ''}
43087
+ nimble-toggle-button::part(start) {
43088
+ pointer-events: none;
43089
+ }
43081
43090
 
43082
43091
  :host([error-visible]) .error-icon {
43083
43092
  display: none;
@@ -56750,6 +56759,7 @@ img.ProseMirror-separator {
56750
56759
  box-sizing: border-box;
56751
56760
  position: relative;
56752
56761
  color: inherit;
56762
+ overflow-wrap: anywhere;
56753
56763
  }
56754
56764
 
56755
56765
  .viewer > :first-child {