You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1 lines
2.9 KiB

{"ast":null,"code":"var _jsxFileName = \"/Users/mahdi/Documents/work/programming/barnameNegar/arbaeenWebApp/src/components/HorizontalTextDivider/index.js\";\nimport React from \"react\";\nimport { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\n\nconst HorizontalTextDivider = _ref => {\n let {\n title,\n titleClass,\n borderClassname\n } = _ref;\n return /*#__PURE__*/_jsxDEV(\"div\", {\n className: \"flex items-center\",\n children: [/*#__PURE__*/_jsxDEV(\"hr\", {\n className: `w-full border ${borderClassname}`\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 6,\n columnNumber: 7\n }, this), /*#__PURE__*/_jsxDEV(\"p\", {\n className: `mx-3 text-xs ${titleClass}`,\n children: title\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 7,\n columnNumber: 7\n }, this), /*#__PURE__*/_jsxDEV(\"hr\", {\n className: `w-full border ${borderClassname}`\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 8,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 5,\n columnNumber: 5\n }, this);\n};\n\n_c = HorizontalTextDivider;\nexport default HorizontalTextDivider;\nHorizontalTextDivider.defaultProps = {\n title: \"یه متن بنویسیم اینجا\",\n titleClass: \"text-lg text-red-400\",\n borderClassname: \"border-red-600\"\n};\n\nvar _c;\n\n$RefreshReg$(_c, \"HorizontalTextDivider\");","map":{"version":3,"names":["React","HorizontalTextDivider","title","titleClass","borderClassname","defaultProps"],"sources":["/Users/mahdi/Documents/work/programming/barnameNegar/arbaeenWebApp/src/components/HorizontalTextDivider/index.js"],"sourcesContent":["import React from \"react\";\n\nconst HorizontalTextDivider = ({ title, titleClass, borderClassname }) => {\n return (\n <div className=\"flex items-center\">\n <hr className={`w-full border ${borderClassname}`} />\n <p className={`mx-3 text-xs ${titleClass}`}>{title}</p>\n <hr className={`w-full border ${borderClassname}`} />\n </div>\n );\n};\n\nexport default HorizontalTextDivider;\n\nHorizontalTextDivider.defaultProps = {\n title: \"یه متن بنویسیم اینجا\",\n titleClass: \"text-lg text-red-400\",\n borderClassname: \"border-red-600\",\n};\n"],"mappings":";AAAA,OAAOA,KAAP,MAAkB,OAAlB;;;AAEA,MAAMC,qBAAqB,GAAG,QAA4C;EAAA,IAA3C;IAAEC,KAAF;IAASC,UAAT;IAAqBC;EAArB,CAA2C;EACxE,oBACE;IAAK,SAAS,EAAC,mBAAf;IAAA,wBACE;MAAI,SAAS,EAAG,kBAAiBA,eAAgB;IAAjD;MAAA;MAAA;MAAA;IAAA,QADF,eAEE;MAAG,SAAS,EAAG,gBAAeD,UAAW,EAAzC;MAAA,UAA6CD;IAA7C;MAAA;MAAA;MAAA;IAAA,QAFF,eAGE;MAAI,SAAS,EAAG,kBAAiBE,eAAgB;IAAjD;MAAA;MAAA;MAAA;IAAA,QAHF;EAAA;IAAA;IAAA;IAAA;EAAA,QADF;AAOD,CARD;;KAAMH,qB;AAUN,eAAeA,qBAAf;AAEAA,qBAAqB,CAACI,YAAtB,GAAqC;EACnCH,KAAK,EAAE,sBAD4B;EAEnCC,UAAU,EAAE,sBAFuB;EAGnCC,eAAe,EAAE;AAHkB,CAArC"},"metadata":{},"sourceType":"module"}