@ni/nimble-components 22.1.0 → 22.1.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 Mon, 18 Mar 2024 16:55:50 GMT
16304
+ * Generated on Wed, 20 Mar 2024 16:28:54 GMT
16305
16305
  */
16306
16306
 
16307
16307
  const Information100DarkUi = "#a46eff";
@@ -21222,21 +21222,6 @@
21222
21222
  this.emitChangeIfValueUpdated();
21223
21223
  return returnValue;
21224
21224
  }
21225
- /**
21226
- * @internal
21227
- */
21228
- registerOption(option) {
21229
- if (this.options.includes(option)) {
21230
- return;
21231
- }
21232
- // Adding an option to the end, ultimately, isn't the correct
21233
- // thing to do, as this will mean the option's index in the options,
21234
- // at least temporarily, does not match the DOM order. However, it
21235
- // is expected that a successive run of `slottedOptionsChanged` will
21236
- // correct this order issue. See 'https://github.com/ni/nimble/issues/1915'
21237
- // for more info.
21238
- this.options.push(option);
21239
- }
21240
21225
  focusAndScrollOptionIntoView() {
21241
21226
  if (this.open) {
21242
21227
  super.focusAndScrollOptionIntoView();