{"map":"{\"version\":3,\"file\":\"GestureRecognitionState.js\",\"sourceRoot\":\"\",\"sources\":[\"../../../src/enums/GestureRecognitionState.ts\"],\"names\":[],\"mappings\":\"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,CAAN,IAAY,uBAQX;AARD,WAAY,uBAAuB;IACjC,gDAAqB,CAAA;IACrB,0CAAe,CAAA;IACf,8CAAmB,CAAA;IACnB,0CAAe,CAAA;IACf,+CAAoB,CAAA;IACpB,kDAAuB,CAAA;IACvB,4CAAiB,CAAA;AACnB,CAAC,EARW,uBAAuB,KAAvB,uBAAuB,QAQlC;AAAA,CAAC;AAEF,eAAe,uBAAuB,CAAC\"}","code":"/** @license\r\n *  Copyright 2016 - present The Material Motion Authors. All Rights Reserved.\r\n *\r\n *  Licensed under the Apache License, Version 2.0 (the \"License\"); you may not\r\n *  use this file except in compliance with the License. You may obtain a copy\r\n *  of the License at\r\n *\r\n *      http://www.apache.org/licenses/LICENSE-2.0\r\n *\r\n *  Unless required by applicable law or agreed to in writing, software\r\n *  distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\r\n *  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the\r\n *  License for the specific language governing permissions and limitations\r\n *  under the License.\r\n */\r\nexport var GestureRecognitionState;\r\n(function (GestureRecognitionState) {\r\n    GestureRecognitionState[\"POSSIBLE\"] = \"possible\";\r\n    GestureRecognitionState[\"BEGAN\"] = \"began\";\r\n    GestureRecognitionState[\"CHANGED\"] = \"changed\";\r\n    GestureRecognitionState[\"ENDED\"] = \"ended\";\r\n    GestureRecognitionState[\"RECOGNIZED\"] = \"ended\";\r\n    GestureRecognitionState[\"CANCELLED\"] = \"cancelled\";\r\n    GestureRecognitionState[\"FAILED\"] = \"failed\";\r\n})(GestureRecognitionState || (GestureRecognitionState = {}));\r\n;\r\nexport default GestureRecognitionState;\r\n//# sourceMappingURL=GestureRecognitionState.js.map","dts":{"name":"/Users/brentons/Projects/material-motion-js/packages/core/enums/GestureRecognitionState.d.ts","text":"/** @license\r\n *  Copyright 2016 - present The Material Motion Authors. All Rights Reserved.\r\n *\r\n *  Licensed under the Apache License, Version 2.0 (the \"License\"); you may not\r\n *  use this file except in compliance with the License. You may obtain a copy\r\n *  of the License at\r\n *\r\n *      http://www.apache.org/licenses/LICENSE-2.0\r\n *\r\n *  Unless required by applicable law or agreed to in writing, software\r\n *  distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\r\n *  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the\r\n *  License for the specific language governing permissions and limitations\r\n *  under the License.\r\n */\r\nexport declare enum GestureRecognitionState {\r\n    POSSIBLE = \"possible\",\r\n    BEGAN = \"began\",\r\n    CHANGED = \"changed\",\r\n    ENDED = \"ended\",\r\n    RECOGNIZED = \"ended\",\r\n    CANCELLED = \"cancelled\",\r\n    FAILED = \"failed\",\r\n}\r\nexport default GestureRecognitionState;\r\n"}}
