@loadsmart/miranda-wc 1.51.1 → 1.51.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.
@@ -37,7 +37,7 @@ export declare class RadioGroup extends LitElement {
37
37
  value: RadioGroupProps['value'];
38
38
  /**
39
39
  * Type of the selected radio-button.
40
- * It is necessary due to elegibility as a SelectionHost for the SelectionController
40
+ * It is necessary due to eligibility as a SelectionHost for the SelectionController
41
41
  */
42
42
  type: SelectionType;
43
43
  /**
@@ -45,7 +45,7 @@ export declare class Tabs extends Component {
45
45
  lazy: TabsProps['lazy'];
46
46
  /**
47
47
  * Type of selection to be managed.
48
- * It is necessary due to elegibility as a SelectionHost for the SelectionController.
48
+ * It is necessary due to eligibility as a SelectionHost for the SelectionController.
49
49
  */
50
50
  type: SelectionType;
51
51
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/miranda-wc",
3
- "version": "1.51.1",
3
+ "version": "1.51.2",
4
4
  "description": "Miranda Web Components component library",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",