| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/elite-events-storybook/ |
Upload File : |
"use strict";(self.webpackChunkelite_events_nextjs=self.webpackChunkelite_events_nextjs||[]).push([[3014],{"./src/components/ui/links/ExternalLink.stories.tsx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{Email:()=>Email,Location:()=>Location,Phone:()=>Phone,__namedExportsOrder:()=>__namedExportsOrder,default:()=>__WEBPACK_DEFAULT_EXPORT__});const __WEBPACK_DEFAULT_EXPORT__={title:"UI/Links/ExternalLink",component:__webpack_require__("./src/components/ui/links/ExternalLink.tsx").A,parameters:{layout:"centered"},tags:["autodocs"]},Email={args:{type:"email",value:"contact@eliteevents.com"}},Phone={args:{type:"phone",value:"+1 (555) 123-4567"}},Location={args:{type:"location",value:"123 Main Street, New York, NY 10001"}},__namedExportsOrder=["Email","Phone","Location"]},"./src/components/ui/links/ExternalLink.tsx":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.d(__webpack_exports__,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("./node_modules/next/dist/compiled/react/jsx-runtime.js"),_icons__WEBPACK_IMPORTED_MODULE_2__=(__webpack_require__("./node_modules/next/dist/compiled/react/index.js"),__webpack_require__("./src/components/ui/icons/index.ts"));const __WEBPACK_DEFAULT_EXPORT__=({type,value})=>{const hrefPrefix={email:"mailto:",phone:"tel:",location:"https://maps.google.com/?q="}[type],Icon={email:_icons__WEBPACK_IMPORTED_MODULE_2__.aZ,phone:_icons__WEBPACK_IMPORTED_MODULE_2__.Es,location:_icons__WEBPACK_IMPORTED_MODULE_2__.Tb}[type];return(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("li",{children:(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("a",{href:`${hrefPrefix}${value}`,target:"_blank",rel:"noopener noreferrer",className:"flex items-center gap-4.5 text-dark-3 dark:text-gray-300 hover:text-blue dark:hover:text-blue",children:[(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(Icon,{}),value]})})}}}]);