7c2cf423c2db8a0c67d5efadcf75b37a.json 1.06 KB
{"ast":null,"code":"Object.defineProperty(exports,\"__esModule\",{value:true});exports.default=void 0;var buttonLikeRoles={button:true,menuitem:true};var _default=buttonLikeRoles;exports.default=_default;","map":{"version":3,"sources":["C:/Users/bluej/Desktop/2_2/searchGuide/searchGuide/node_modules/react-native-web/dist/modules/AccessibilityUtil/buttonLikeRoles.js"],"names":["buttonLikeRoles","button","menuitem"],"mappings":"gFAQA,GAAIA,CAAAA,eAAe,CAAG,CAEpBC,MAAM,CAAE,IAFY,CAMpBC,QAAQ,CAAE,IANU,CAAtB,C,aAQeF,e","sourcesContent":["/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\nvar buttonLikeRoles = {\n  // ARIA button behaves like native 'button' element\n  button: true,\n  // ARIA menuitem responds to Enter/Space like a button. Spec requires AT to\n  // ignore ARIA roles of any children.\n  // https://www.w3.org/WAI/GL/wiki/Using_ARIA_menus\n  menuitem: true\n};\nexport default buttonLikeRoles;"]},"metadata":{},"sourceType":"script"}