repoweaver
Version:
A GitHub App that skillfully weaves multiple templates together to create and update repositories with intelligent merge strategies
1 lines • 4.03 kB
JSON
{"ast":null,"code":"\"use strict\";\n\nimport Platform from \"react-native-web/dist/exports/Platform\";\nvar WEB_FONT_STACK = 'system-ui, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"';\nexport var fonts = Platform.select({\n web: {\n regular: {\n fontFamily: WEB_FONT_STACK,\n fontWeight: '400'\n },\n medium: {\n fontFamily: WEB_FONT_STACK,\n fontWeight: '500'\n },\n bold: {\n fontFamily: WEB_FONT_STACK,\n fontWeight: '600'\n },\n heavy: {\n fontFamily: WEB_FONT_STACK,\n fontWeight: '700'\n }\n },\n ios: {\n regular: {\n fontFamily: 'System',\n fontWeight: '400'\n },\n medium: {\n fontFamily: 'System',\n fontWeight: '500'\n },\n bold: {\n fontFamily: 'System',\n fontWeight: '600'\n },\n heavy: {\n fontFamily: 'System',\n fontWeight: '700'\n }\n },\n default: {\n regular: {\n fontFamily: 'sans-serif',\n fontWeight: 'normal'\n },\n medium: {\n fontFamily: 'sans-serif-medium',\n fontWeight: 'normal'\n },\n bold: {\n fontFamily: 'sans-serif',\n fontWeight: '600'\n },\n heavy: {\n fontFamily: 'sans-serif',\n fontWeight: '700'\n }\n }\n});","map":{"version":3,"names":["WEB_FONT_STACK","fonts","Platform","select","web","regular","fontFamily","fontWeight","medium","bold","heavy","ios","default"],"sources":["/Users/pmouli/Documents/GitHub.nosync/boots-strapper/mobile/node_modules/@react-navigation/native/src/theming/fonts.tsx"],"sourcesContent":["import { Platform } from 'react-native';\n\nimport type { Theme } from '../types';\n\nconst WEB_FONT_STACK =\n 'system-ui, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"';\n\nexport const fonts = Platform.select({\n web: {\n regular: {\n fontFamily: WEB_FONT_STACK,\n fontWeight: '400',\n },\n medium: {\n fontFamily: WEB_FONT_STACK,\n fontWeight: '500',\n },\n bold: {\n fontFamily: WEB_FONT_STACK,\n fontWeight: '600',\n },\n heavy: {\n fontFamily: WEB_FONT_STACK,\n fontWeight: '700',\n },\n },\n ios: {\n regular: {\n fontFamily: 'System',\n fontWeight: '400',\n },\n medium: {\n fontFamily: 'System',\n fontWeight: '500',\n },\n bold: {\n fontFamily: 'System',\n fontWeight: '600',\n },\n heavy: {\n fontFamily: 'System',\n fontWeight: '700',\n },\n },\n default: {\n regular: {\n fontFamily: 'sans-serif',\n fontWeight: 'normal',\n },\n medium: {\n fontFamily: 'sans-serif-medium',\n fontWeight: 'normal',\n },\n bold: {\n fontFamily: 'sans-serif',\n fontWeight: '600',\n },\n heavy: {\n fontFamily: 'sans-serif',\n fontWeight: '700',\n },\n },\n} as const satisfies Record<string, Theme['fonts']>);\n"],"mappings":";;;AAIA,IAAMA,cAAc,GAClB,uHAAuH;AAEzH,OAAO,IAAMC,KAAK,GAAGC,QAAQ,CAACC,MAAM,CAAC;EACnCC,GAAG,EAAE;IACHC,OAAO,EAAE;MACPC,UAAU,EAAEN,cAAc;MAC1BO,UAAU,EAAE;IACd,CAAC;IACDC,MAAM,EAAE;MACNF,UAAU,EAAEN,cAAc;MAC1BO,UAAU,EAAE;IACd,CAAC;IACDE,IAAI,EAAE;MACJH,UAAU,EAAEN,cAAc;MAC1BO,UAAU,EAAE;IACd,CAAC;IACDG,KAAK,EAAE;MACLJ,UAAU,EAAEN,cAAc;MAC1BO,UAAU,EAAE;IACd;EACF,CAAC;EACDI,GAAG,EAAE;IACHN,OAAO,EAAE;MACPC,UAAU,EAAE,QAAQ;MACpBC,UAAU,EAAE;IACd,CAAC;IACDC,MAAM,EAAE;MACNF,UAAU,EAAE,QAAQ;MACpBC,UAAU,EAAE;IACd,CAAC;IACDE,IAAI,EAAE;MACJH,UAAU,EAAE,QAAQ;MACpBC,UAAU,EAAE;IACd,CAAC;IACDG,KAAK,EAAE;MACLJ,UAAU,EAAE,QAAQ;MACpBC,UAAU,EAAE;IACd;EACF,CAAC;EACDK,OAAO,EAAE;IACPP,OAAO,EAAE;MACPC,UAAU,EAAE,YAAY;MACxBC,UAAU,EAAE;IACd,CAAC;IACDC,MAAM,EAAE;MACNF,UAAU,EAAE,mBAAmB;MAC/BC,UAAU,EAAE;IACd,CAAC;IACDE,IAAI,EAAE;MACJH,UAAU,EAAE,YAAY;MACxBC,UAAU,EAAE;IACd,CAAC;IACDG,KAAK,EAAE;MACLJ,UAAU,EAAE,YAAY;MACxBC,UAAU,EAAE;IACd;EACF;AACF,CAAmD,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}