@ni/nimble-components 21.6.0 → 21.6.2

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, 21 Feb 2024 21:01:51 GMT
16304
+ * Generated on Thu, 22 Feb 2024 00:57:15 GMT
16305
16305
  */
16306
16306
 
16307
16307
  const Information100DarkUi = "#a46eff";
@@ -62599,8 +62599,8 @@ img.ProseMirror-separator {
62599
62599
 
62600
62600
  const TableRecordDelayedHierarchyState = {
62601
62601
  none: undefined,
62602
- canLoadChildren: 'canLoadChildren',
62603
- loadingChildren: 'loadingChildren'
62602
+ canLoadChildren: 'can-load-children',
62603
+ loadingChildren: 'loading-children'
62604
62604
  };
62605
62605
  /**
62606
62606
  * The possible directions a table column can be sorted in.
@@ -62624,9 +62624,9 @@ img.ProseMirror-separator {
62624
62624
  * The possible selection states that the table or a table row can be in.
62625
62625
  */
62626
62626
  const TableRowSelectionState = {
62627
- notSelected: 'notSelected',
62627
+ notSelected: 'not-selected',
62628
62628
  selected: 'selected',
62629
- partiallySelected: 'partiallySelected'
62629
+ partiallySelected: 'partially-selected'
62630
62630
  };
62631
62631
 
62632
62632
  /**
@@ -63670,7 +63670,7 @@ img.ProseMirror-separator {
63670
63670
  aria-label="${x => tableRowLoadingLabel.getValueFor(x)}"
63671
63671
  title="${x => tableRowLoadingLabel.getValueFor(x)}"
63672
63672
  >
63673
- <${spinnerTag}>
63673
+ </${spinnerTag}>
63674
63674
  </span>
63675
63675
  `)}
63676
63676
  ${when(x => !x.loading, html `