@ni/nimble-components 14.0.0 → 15.0.0

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.
@@ -11554,7 +11554,7 @@
11554
11554
  *
11555
11555
  * @public
11556
11556
  */
11557
- class Radio extends FormAssociatedRadio {
11557
+ class Radio$1 extends FormAssociatedRadio {
11558
11558
  constructor() {
11559
11559
  super();
11560
11560
  /**
@@ -11639,13 +11639,13 @@
11639
11639
  }
11640
11640
  __decorate$1([
11641
11641
  attr({ attribute: "readonly", mode: "boolean" })
11642
- ], Radio.prototype, "readOnly", void 0);
11642
+ ], Radio$1.prototype, "readOnly", void 0);
11643
11643
  __decorate$1([
11644
11644
  observable
11645
- ], Radio.prototype, "name", void 0);
11645
+ ], Radio$1.prototype, "name", void 0);
11646
11646
  __decorate$1([
11647
11647
  observable
11648
- ], Radio.prototype, "defaultSlottedNodes", void 0);
11648
+ ], Radio$1.prototype, "defaultSlottedNodes", void 0);
11649
11649
 
11650
11650
  /**
11651
11651
  * a method to filter out any whitespace _only_ nodes, to be used inside a template
@@ -20262,16 +20262,16 @@
20262
20262
  /**
20263
20263
  * A nimble-styled radio button
20264
20264
  */
20265
- class RadioButton extends Radio {
20265
+ class Radio extends Radio$1 {
20266
20266
  }
20267
- const nimbleRadioButton = RadioButton.compose({
20268
- baseName: 'radio-button',
20269
- baseClass: Radio,
20267
+ const nimbleRadio = Radio.compose({
20268
+ baseName: 'radio',
20269
+ baseClass: Radio$1,
20270
20270
  template: radioTemplate,
20271
20271
  styles: styles$d,
20272
20272
  checkedIndicator: circleFilled16X16.data
20273
20273
  });
20274
- DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleRadioButton());
20274
+ DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleRadio());
20275
20275
 
20276
20276
  const styles$c = css `
20277
20277
  ${display('inline-block')}