{"version":3,"sources":["node_modules\\react-dom\\lib\\ARIADOMPropertyConfig.js"],"names":["ARIADOMPropertyConfig","Properties","DOMAttributeNames","DOMPropertyNames","module","exports"],"mappings":";;;;;;;;;;AAUA;;AAEA,GAAIA,uBAAwB;AAC1BC,WAAY;;AAEV,eAAgB,CAFN;AAGV,eAAgB,CAHN;AAIV,gBAAiB,CAJP;AAKV,cAAe,CALL;AAMV,eAAgB,CANN;AAOV,oBAAqB,CAPX;AAQV,aAAc,CARJ;AASV,uBAAwB,CATd;;AAWV,oBAAqB,CAXX;AAYV,eAAgB,CAZN;AAaV,gBAAiB,CAbP;AAcV,gBAAiB,CAdP;AAeV,aAAc,CAfJ;AAgBV,aAAc,CAhBJ;AAiBV,iBAAkB,CAjBR;AAkBV,uBAAwB,CAlBd;AAmBV,mBAAoB,CAnBV;AAoBV,mBAAoB,CApBV;AAqBV,eAAgB,CArBN;AAsBV,gBAAiB,CAtBP;AAuBV,gBAAiB,CAvBP;AAwBV,gBAAiB,CAxBP;AAyBV,YAAa,CAzBH;AA0BV,gBAAiB,CA1BP;AA2BV,gBAAiB,CA3BP;AA4BV,gBAAiB,CA5BP;AA6BV,iBAAkB,CA7BR;;AA+BV,cAAe,CA/BL;AAgCV,YAAa,CAhCH;AAiCV,YAAa,CAjCH;AAkCV,gBAAiB,CAlCP;;AAoCV,kBAAmB,CApCT;AAqCV,eAAgB,CArCN;;AAuCV,wBAAyB,CAvCf;AAwCV,gBAAiB,CAxCP;AAyCV,gBAAiB,CAzCP;AA0CV,eAAgB,CA1CN;AA2CV,gBAAiB,CA3CP;AA4CV,mBAAoB,CA5CV;AA6CV,oBAAqB,CA7CX;AA8CV,cAAe,CA9CL;AA+CV,kBAAmB,CA/CT;AAgDV,YAAa,CAhDH;AAiDV,gBAAiB,CAjDP;AAkDV,gBAAiB,CAlDP;AAmDV,gBAAiB,CAnDP;AAoDV,eAAgB,CApDN;AAqDV,eAAgB,CArDN,CADc;;AAwD1BC,kBAAmB,EAxDO;AAyD1BC,iBAAkB,EAzDQ,CAA5B;;;AA4DAC,OAAOC,OAAP,CAAiBL,qBAAjB","file":"ARIADOMPropertyConfig.js","sourceRoot":"d:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n *\n */\n\n'use strict';\n\nvar ARIADOMPropertyConfig = {\n  Properties: {\n    // Global States and Properties\n    'aria-current': 0, // state\n    'aria-details': 0,\n    'aria-disabled': 0, // state\n    'aria-hidden': 0, // state\n    'aria-invalid': 0, // state\n    'aria-keyshortcuts': 0,\n    'aria-label': 0,\n    'aria-roledescription': 0,\n    // Widget Attributes\n    'aria-autocomplete': 0,\n    'aria-checked': 0,\n    'aria-expanded': 0,\n    'aria-haspopup': 0,\n    'aria-level': 0,\n    'aria-modal': 0,\n    'aria-multiline': 0,\n    'aria-multiselectable': 0,\n    'aria-orientation': 0,\n    'aria-placeholder': 0,\n    'aria-pressed': 0,\n    'aria-readonly': 0,\n    'aria-required': 0,\n    'aria-selected': 0,\n    'aria-sort': 0,\n    'aria-valuemax': 0,\n    'aria-valuemin': 0,\n    'aria-valuenow': 0,\n    'aria-valuetext': 0,\n    // Live Region Attributes\n    'aria-atomic': 0,\n    'aria-busy': 0,\n    'aria-live': 0,\n    'aria-relevant': 0,\n    // Drag-and-Drop Attributes\n    'aria-dropeffect': 0,\n    'aria-grabbed': 0,\n    // Relationship Attributes\n    'aria-activedescendant': 0,\n    'aria-colcount': 0,\n    'aria-colindex': 0,\n    'aria-colspan': 0,\n    'aria-controls': 0,\n    'aria-describedby': 0,\n    'aria-errormessage': 0,\n    'aria-flowto': 0,\n    'aria-labelledby': 0,\n    'aria-owns': 0,\n    'aria-posinset': 0,\n    'aria-rowcount': 0,\n    'aria-rowindex': 0,\n    'aria-rowspan': 0,\n    'aria-setsize': 0\n  },\n  DOMAttributeNames: {},\n  DOMPropertyNames: {}\n};\n\nmodule.exports = ARIADOMPropertyConfig;"]}