UNPKG

tethysfaceid

Version:

1 lines 2.42 kB
{"ast":null,"code":"import { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\n\nvar _jsxFileName = \"/Users/dhrumil1/Documents/Tethy/online-verification/pages/index.js\",\n _this = this;\n\nimport dynamic from \"next/dynamic\";\n\nvar _require = require(\"antd\"),\n Button = _require.Button;\n\nvar LogIn = dynamic(_c = function _c() {\n return import('components/TermsAndConditionsForm/TermsAndConditions');\n}, {\n ssr: false,\n loadableGenerated: {\n webpack: function webpack() {\n return [require.resolveWeak('components/TermsAndConditionsForm/TermsAndConditions')];\n },\n modules: ['components/TermsAndConditionsForm/TermsAndConditions']\n }\n});\n_c2 = LogIn;\n\nvar demo = function demo() {\n var onLivenessCheckPressed = function onLivenessCheckPressed() {\n Liveness.onLivenessCheckPressed(data, onContinue);\n };\n\n return /*#__PURE__*/_jsxDEV(Button, {\n onClick: onLivenessCheckPressed,\n children: \" test\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 13,\n columnNumber: 5\n }, _this);\n};\n\nexport default LogIn;\n\nvar _c, _c2;\n\n$RefreshReg$(_c, \"LogIn$dynamic\");\n$RefreshReg$(_c2, \"LogIn\");","map":{"version":3,"sources":["/Users/dhrumil1/Documents/Tethy/online-verification/pages/index.js"],"names":["dynamic","require","Button","LogIn","ssr","demo","onLivenessCheckPressed","Liveness","data","onContinue"],"mappings":";;;;;AAAA,OAAOA,OAAP,MAAoB,cAApB;;eAEmBC,OAAO,CAAC,MAAD,C;IAAlBC,M,YAAAA,M;;AAER,IAAMC,KAAK,GAAGH,OAAO,MAAC;AAAA,SAAM,OAAO,sDAAP,CAAN;AAAA,CAAD,EAAuE;AAC1FI,EAAAA,GAAG,EAAE,KADqF;AAAA;AAAA;AAAA,kCAAzD,sDAAyD;AAAA;AAAA,cAAzD,sDAAyD;AAAA;AAAA,CAAvE,CAArB;MAAMD,K;;AAGN,IAAME,IAAI,GAAG,SAAPA,IAAO,GAAM;AACjB,MAAMC,sBAAsB,GAAG,SAAzBA,sBAAyB,GAAM;AACnCC,IAAAA,QAAQ,CAACD,sBAAT,CAAgCE,IAAhC,EAAsCC,UAAtC;AACD,GAFD;;AAGA,sBACE,QAAC,MAAD;AAAQ,IAAA,OAAO,EAAEH,sBAAjB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,WADF;AAGD,CAPD;;AAQA,eAAeH,KAAf","sourcesContent":["import dynamic from \"next/dynamic\";\n\nconst { Button } = require(\"antd\")\n\nconst LogIn = dynamic(() => import('components/TermsAndConditionsForm/TermsAndConditions'), {\n ssr: false,\n})\nconst demo = () => {\n const onLivenessCheckPressed = () => {\n Liveness.onLivenessCheckPressed(data, onContinue);\n }\n return (\n <Button onClick={onLivenessCheckPressed}> test</Button>\n );\n}\nexport default LogIn;\n"]},"metadata":{},"sourceType":"module"}