@aurodesignsystem-dev/auro-formkit 0.0.0-pr624.51 → 0.0.0-pr624.52
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.
|
@@ -69,8 +69,8 @@ export class AuroRadio extends LitElement {
|
|
|
69
69
|
attribute: boolean;
|
|
70
70
|
};
|
|
71
71
|
/**
|
|
72
|
+
* Do not add to api doc since changing of this can easily break a11y.
|
|
72
73
|
* @private
|
|
73
|
-
* not to add to api.md since changing of this can easily break a11y.
|
|
74
74
|
*/
|
|
75
75
|
role: {
|
|
76
76
|
type: StringConstructor;
|
|
@@ -181,8 +181,8 @@ class AuroRadio extends LitElement {
|
|
|
181
181
|
},
|
|
182
182
|
|
|
183
183
|
/**
|
|
184
|
+
* Do not add to api doc since changing of this can easily break a11y.
|
|
184
185
|
* @private
|
|
185
|
-
* not to add to api.md since changing of this can easily break a11y.
|
|
186
186
|
*/
|
|
187
187
|
role: {
|
|
188
188
|
type: String,
|
|
@@ -181,8 +181,8 @@ class AuroRadio extends LitElement {
|
|
|
181
181
|
},
|
|
182
182
|
|
|
183
183
|
/**
|
|
184
|
+
* Do not add to api doc since changing of this can easily break a11y.
|
|
184
185
|
* @private
|
|
185
|
-
* not to add to api.md since changing of this can easily break a11y.
|
|
186
186
|
*/
|
|
187
187
|
role: {
|
|
188
188
|
type: String,
|
package/package.json
CHANGED