mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
29 lines
572 B
JavaScript
29 lines
572 B
JavaScript
|
'use strict';
|
||
|
|
||
|
Object.defineProperty(exports, "__esModule", {
|
||
|
value: true
|
||
|
});
|
||
|
var switchRole = {
|
||
|
abstract: false,
|
||
|
accessibleNameRequired: true,
|
||
|
baseConcepts: [],
|
||
|
childrenPresentational: true,
|
||
|
nameFrom: ['author', 'contents'],
|
||
|
props: {
|
||
|
'aria-checked': 'false'
|
||
|
},
|
||
|
relatedConcepts: [{
|
||
|
module: 'ARIA',
|
||
|
concept: {
|
||
|
name: 'button'
|
||
|
}
|
||
|
}],
|
||
|
requireContextRole: [],
|
||
|
requiredOwnedElements: [],
|
||
|
requiredProps: {
|
||
|
'aria-checked': 'false'
|
||
|
},
|
||
|
superClass: [['roletype', 'widget', 'input', 'checkbox']]
|
||
|
};
|
||
|
|
||
|
exports.default = switchRole;
|