{"ast":null,"code":"\"use strict\";\n\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/objectWithoutPropertiesLoose\";\nconst _excluded = [\"style\"];\nimport { useTheme } from '@react-navigation/native';\nimport NativeText from \"react-native-web/dist/exports/Text\";\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport function Text(_ref) {\n  let {\n      style\n    } = _ref,\n    rest = _objectWithoutPropertiesLoose(_ref, _excluded);\n  const {\n    colors,\n    fonts\n  } = useTheme();\n  return _jsx(NativeText, Object.assign({}, rest, {\n    style: [{\n      color: colors.text\n    }, fonts.regular, style]\n  }));\n}","map":{"version":3,"names":["useTheme","NativeText","jsx","_jsx","Text","_ref","style","rest","_objectWithoutPropertiesLoose","_excluded","colors","fonts","Object","assign","color","text","regular"],"sources":["/Users/pmouli/Documents/GitHub.nosync/boots-strapper/mobile/node_modules/@react-navigation/elements/src/Text.tsx"],"sourcesContent":["import { useTheme } from '@react-navigation/native';\n// eslint-disable-next-line no-restricted-imports\nimport { Text as NativeText, type TextProps } from 'react-native';\n\nexport function Text({ style, ...rest }: TextProps) {\n  const { colors, fonts } = useTheme();\n\n  return (\n    <NativeText\n      {...rest}\n      style={[{ color: colors.text }, fonts.regular, style]}\n    />\n  );\n}\n"],"mappings":";;;;AAAA,SAASA,QAAQ,QAAQ,0BAA0B;AAAA,OAAAC,UAAA;AAEe,SAAAC,GAAA,IAAAC,IAAA;AAElE,OAAO,SAASC,IAAIA,CAAAC,IAAA,EAAgC;EAAA,IAA/B;MAAEC;IAA0B,CAAC,GAAAD,IAAA;IAAjBE,IAAA,GAAAC,6BAAA,CAAAH,IAAA,EAAAI,SAAA;EAC/B,MAAM;IAAEC,MAAM;IAAEC;EAAM,CAAC,GAAGX,QAAQ,CAAC,CAAC;EAEpC,OACEG,IAAA,CAACF,UAAU,EAAAW,MAAA,CAAAC,MAAA,KACLN,IAAI;IACRD,KAAK,EAAE,CAAC;MAAEQ,KAAK,EAAEJ,MAAM,CAACK;IAAK,CAAC,EAAEJ,KAAK,CAACK,OAAO,EAAEV,KAAK;EAAA,EACrD,CAAC;AAEN","ignoreList":[]},"metadata":{"hasCjsExports":false},"sourceType":"module","externalDependencies":[]}