@aurodesignsystem-dev/auro-formkit 0.0.0-pr731.2 → 0.0.0-pr731.3

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.
@@ -62,7 +62,6 @@
62
62
  | [name](#name) | `name` | `string` | | |
63
63
  | [onDark](#onDark) | `onDark` | `Boolean` | false | If set to true, the component will render with a dark theme. |
64
64
  | [required](#required) | `required` | `Boolean` | false | Defines element as required. |
65
- | [role](#role) | | `string` | "radio" | |
66
65
  | [value](#value) | `value` | `string` | | |
67
66
 
68
67
  ## Methods
@@ -246,7 +246,7 @@ class AuroRadio extends i$2 {
246
246
  },
247
247
 
248
248
  /**
249
- * @ignore
249
+ * @private
250
250
  * not to add to api.md since changing of this can easily break a11y.
251
251
  */
252
252
  role: {
@@ -221,7 +221,7 @@ class AuroRadio extends i$2 {
221
221
  },
222
222
 
223
223
  /**
224
- * @ignore
224
+ * @private
225
225
  * not to add to api.md since changing of this can easily break a11y.
226
226
  */
227
227
  role: {
@@ -69,7 +69,7 @@ export class AuroRadio extends LitElement {
69
69
  attribute: boolean;
70
70
  };
71
71
  /**
72
- * @ignore
72
+ * @private
73
73
  * not to add to api.md since changing of this can easily break a11y.
74
74
  */
75
75
  role: {
@@ -181,7 +181,7 @@ class AuroRadio extends LitElement {
181
181
  },
182
182
 
183
183
  /**
184
- * @ignore
184
+ * @private
185
185
  * not to add to api.md since changing of this can easily break a11y.
186
186
  */
187
187
  role: {
@@ -181,7 +181,7 @@ class AuroRadio extends LitElement {
181
181
  },
182
182
 
183
183
  /**
184
- * @ignore
184
+ * @private
185
185
  * not to add to api.md since changing of this can easily break a11y.
186
186
  */
187
187
  role: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurodesignsystem-dev/auro-formkit",
3
- "version": "0.0.0-pr731.2",
3
+ "version": "0.0.0-pr731.3",
4
4
  "description": "A collection of web components used to build forms.",
5
5
  "homepage": "https://github.com/AlaskaAirlines/auro-formkit#readme",
6
6
  "bugs": {