{"map":"{\"version\":3,\"file\":\"ThresholdRegion.js\",\"sourceRoot\":\"\",\"sources\":[\"../../../src/enums/ThresholdRegion.ts\"],\"names\":[],\"mappings\":\"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,CAAN,IAAY,eAIX;AAJD,WAAY,eAAe;IACzB,kCAAe,CAAA;IACf,oCAAiB,CAAA;IACjB,kCAAe,CAAA;AACjB,CAAC,EAJW,eAAe,KAAf,eAAe,QAI1B;AAAA,CAAC;AACF,eAAe,eAAe,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 ThresholdRegion;\r\n(function (ThresholdRegion) {\r\n    ThresholdRegion[\"ABOVE\"] = \"above\";\r\n    ThresholdRegion[\"WITHIN\"] = \"within\";\r\n    ThresholdRegion[\"BELOW\"] = \"below\";\r\n})(ThresholdRegion || (ThresholdRegion = {}));\r\n;\r\nexport default ThresholdRegion;\r\n//# sourceMappingURL=ThresholdRegion.js.map","dts":{"name":"/Users/brentons/Projects/material-motion-js/packages/core/enums/ThresholdRegion.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 ThresholdRegion {\r\n    ABOVE = \"above\",\r\n    WITHIN = \"within\",\r\n    BELOW = \"below\",\r\n}\r\nexport default ThresholdRegion;\r\n"}}
