repoweaver
Version:
A GitHub App that skillfully weaves multiple templates together to create and update repositories with intelligent merge strategies
1 lines • 5.3 kB
JSON
{"ast":null,"code":"\"use strict\";\n\nimport _defineProperty from \"@babel/runtime/helpers/defineProperty\";\nimport _objectWithoutProperties from \"@babel/runtime/helpers/objectWithoutProperties\";\nvar _excluded = [\"style\"];\nfunction ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }\nfunction _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }\nimport { useTheme } from '@react-navigation/native';\nimport * as React from 'react';\nimport Animated from \"react-native-web/dist/exports/Animated\";\nimport Platform from \"react-native-web/dist/exports/Platform\";\nimport StyleSheet from \"react-native-web/dist/exports/StyleSheet\";\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport function HeaderBackground(_ref) {\n var style = _ref.style,\n rest = _objectWithoutProperties(_ref, _excluded);\n var _useTheme = useTheme(),\n colors = _useTheme.colors,\n dark = _useTheme.dark;\n return _jsx(Animated.View, _objectSpread({\n style: [styles.container, _objectSpread({\n backgroundColor: colors.card,\n borderBottomColor: colors.border\n }, Platform.OS === 'ios' && {\n shadowColor: dark ? 'rgba(255, 255, 255, 0.45)' : 'rgba(0, 0, 0, 1)'\n }), style]\n }, rest));\n}\nvar styles = StyleSheet.create({\n container: _objectSpread({\n flex: 1\n }, Platform.select({\n android: {\n elevation: 4\n },\n ios: {\n shadowOpacity: 0.3,\n shadowRadius: 0,\n shadowOffset: {\n width: 0,\n height: StyleSheet.hairlineWidth\n }\n },\n default: {\n borderBottomWidth: StyleSheet.hairlineWidth\n }\n }))\n});","map":{"version":3,"names":["useTheme","React","Animated","Platform","StyleSheet","jsx","_jsx","HeaderBackground","_ref","style","rest","_objectWithoutProperties","_excluded","_useTheme","colors","dark","View","_objectSpread","styles","container","backgroundColor","card","borderBottomColor","border","OS","shadowColor","create","flex","select","android","elevation","ios","shadowOpacity","shadowRadius","shadowOffset","width","height","hairlineWidth","default","borderBottomWidth"],"sources":["/Users/pmouli/Documents/GitHub.nosync/boots-strapper/mobile/node_modules/@react-navigation/elements/src/Header/HeaderBackground.tsx"],"sourcesContent":["import { useTheme } from '@react-navigation/native';\nimport * as React from 'react';\nimport {\n Animated,\n Platform,\n type StyleProp,\n StyleSheet,\n type ViewProps,\n type ViewStyle,\n} from 'react-native';\n\ntype Props = Omit<ViewProps, 'style'> & {\n style?: Animated.WithAnimatedValue<StyleProp<ViewStyle>>;\n children?: React.ReactNode;\n};\n\nexport function HeaderBackground({ style, ...rest }: Props) {\n const { colors, dark } = useTheme();\n\n return (\n <Animated.View\n style={[\n styles.container,\n {\n backgroundColor: colors.card,\n borderBottomColor: colors.border,\n ...(Platform.OS === 'ios' && {\n shadowColor: dark\n ? 'rgba(255, 255, 255, 0.45)'\n : 'rgba(0, 0, 0, 1)',\n }),\n },\n style,\n ]}\n {...rest}\n />\n );\n}\n\nconst styles = StyleSheet.create({\n container: {\n flex: 1,\n ...Platform.select({\n android: {\n elevation: 4,\n },\n ios: {\n shadowOpacity: 0.3,\n shadowRadius: 0,\n shadowOffset: {\n width: 0,\n height: StyleSheet.hairlineWidth,\n },\n },\n default: {\n borderBottomWidth: StyleSheet.hairlineWidth,\n },\n }),\n },\n});\n"],"mappings":";;;;;;;AAAA,SAASA,QAAQ,QAAQ,0BAA0B;AACnD,OAAO,KAAKC,KAAK,MAAM,OAAO;AAAA,OAAAC,QAAA;AAAA,OAAAC,QAAA;AAAA,OAAAC,UAAA;AAQR,SAAAC,GAAA,IAAAC,IAAA;AAOtB,OAAO,SAASC,gBAAgBA,CAAAC,IAAA,EAA4B;EAAA,IAAzBC,KAAK,GAAAD,IAAA,CAALC,KAAK;IAAKC,IAAA,GAAAC,wBAAA,CAAAH,IAAA,EAAAI,SAAA;EAC3C,IAAAC,SAAA,GAAyBb,QAAQ,CAAC,CAAC;IAA3Bc,MAAM,GAAAD,SAAA,CAANC,MAAM;IAAEC,IAAA,GAAAF,SAAA,CAAAE,IAAA;EAEhB,OACET,IAAA,CAACJ,QAAQ,CAACc,IAAI,EAAAC,aAAA;IACZR,KAAK,EAAE,CACLS,MAAM,CAACC,SAAS,EAAAF,aAAA;MAEdG,eAAe,EAAEN,MAAM,CAACO,IAAI;MAC5BC,iBAAiB,EAAER,MAAM,CAACS;IAAM,GAC5BpB,QAAQ,CAACqB,EAAE,KAAK,KAAK,IAAI;MAC3BC,WAAW,EAAEV,IAAI,GACb,2BAA2B,GAC3B;IACN,CAAC,GAEHN,KAAK;EACL,GACEC,IAAA,CACL,CAAC;AAEN;AAEA,IAAMQ,MAAM,GAAGd,UAAU,CAACsB,MAAM,CAAC;EAC/BP,SAAS,EAAAF,aAAA;IACPU,IAAI,EAAE;EAAC,GACJxB,QAAQ,CAACyB,MAAM,CAAC;IACjBC,OAAO,EAAE;MACPC,SAAS,EAAE;IACb,CAAC;IACDC,GAAG,EAAE;MACHC,aAAa,EAAE,GAAG;MAClBC,YAAY,EAAE,CAAC;MACfC,YAAY,EAAE;QACZC,KAAK,EAAE,CAAC;QACRC,MAAM,EAAEhC,UAAU,CAACiC;MACrB;IACF,CAAC;IACDC,OAAO,EAAE;MACPC,iBAAiB,EAAEnC,UAAU,CAACiC;IAChC;EACF,CAAC;AAEL,CAAC,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}