{"version":3,"sources":["../../src/inputotp/UIInputOtp.parts.ts","../../src/inputotp/root/UIInputOtpRoot.tsx","../../src/inputotp/text/UIInputOtpText.tsx","../../src/inputotp/index.ts"],"sourcesContent":["export { UIInputOtpRoot as Root } from './root';\nexport { UIInputOtpText as Text } from './text';\n","'use client';\nimport { Component } from '@primereact/core/component';\nimport { styles } from '@primereact/styles/inputotp';\nimport { withComponent } from '@primereact/ui/base';\nimport { mergeDefaultProps } from '@primeuix/utils';\nimport { InputOtpRoot, defaultRootProps } from 'primereact/inputotp';\nimport * as React from 'react';\n\nexport const UIInputOtpRoot = withComponent({\n    name: 'InputOtp.Root',\n    defaultProps: defaultRootProps,\n    render(instance) {\n        const rootProps = mergeDefaultProps({ styles }, instance.inProps);\n\n        return <Component as={InputOtpRoot} attrs={rootProps} />;\n    }\n});\n","'use client';\nimport { Component, withComponent } from '@primereact/core/component';\nimport { InputText } from '@primereact/ui/inputtext';\nimport { mergeDefaultProps } from '@primeuix/utils';\nimport { defaultTextProps, InputOtpText } from 'primereact/inputotp';\nimport * as React from 'react';\n\nexport const UIInputOtpText = withComponent({\n    name: 'InputOtp.Text',\n    defaultProps: defaultTextProps,\n    render(instance) {\n        const rootProps = mergeDefaultProps({ as: InputText }, instance.inProps);\n\n        return <Component as={InputOtpText} attrs={rootProps} />;\n    }\n});\n","export * as InputOtp from './UIInputOtp.parts';\n\n// Named runtime exports to maximize tree-shaking\nexport { defaultRootProps, defaultTextProps, InputOtpProps, InputOtpProvider, useInputOtpContext } from 'primereact/inputotp';\nexport { UIInputOtpRoot as InputOtpRoot } from './root';\nexport { UIInputOtpText as InputOtpText } from './text';\n"],"mappings":"0FAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,UAAAE,EAAA,SAAAC,ICCA,OAAS,aAAAC,MAAiB,6BAC1B,OAAS,UAAAC,MAAc,8BACvB,OAAS,iBAAAC,MAAqB,sBAC9B,OAAS,qBAAAC,MAAyB,kBAClC,OAAS,gBAAAC,EAAc,oBAAAC,MAAwB,sBAC/C,UAAYC,MAAW,QAEhB,IAAMC,EAAiBL,EAAc,CACxC,KAAM,gBACN,aAAcG,EACd,OAAOG,EAAU,CACb,IAAMC,EAAYN,EAAkB,CAAE,OAAAF,CAAO,EAAGO,EAAS,OAAO,EAEhE,OAAO,gBAACR,EAAA,CAAU,GAAII,EAAc,MAAOK,EAAW,CAC1D,CACJ,CAAC,ECfD,OAAS,aAAAC,EAAW,iBAAAC,MAAqB,6BACzC,OAAS,aAAAC,MAAiB,2BAC1B,OAAS,qBAAAC,MAAyB,kBAClC,OAAS,oBAAAC,EAAkB,gBAAAC,MAAoB,sBAC/C,UAAYC,MAAW,QAEhB,IAAMC,EAAiBN,EAAc,CACxC,KAAM,gBACN,aAAcG,EACd,OAAOI,EAAU,CACb,IAAMC,EAAYN,EAAkB,CAAE,GAAID,CAAU,EAAGM,EAAS,OAAO,EAEvE,OAAO,gBAACR,EAAA,CAAU,GAAIK,EAAc,MAAOI,EAAW,CAC1D,CACJ,CAAC,ECZD,OAAS,oBAAAC,EAAkB,oBAAAC,EAAkB,iBAAAC,EAAe,oBAAAC,EAAkB,sBAAAC,MAA0B","names":["UIInputOtp_parts_exports","__export","UIInputOtpRoot","UIInputOtpText","Component","styles","withComponent","mergeDefaultProps","InputOtpRoot","defaultRootProps","React","UIInputOtpRoot","instance","rootProps","Component","withComponent","InputText","mergeDefaultProps","defaultTextProps","InputOtpText","React","UIInputOtpText","instance","rootProps","defaultRootProps","defaultTextProps","InputOtpProps","InputOtpProvider","useInputOtpContext"]}