UNPKG

repoweaver

Version:

A GitHub App that skillfully weaves multiple templates together to create and update repositories with intelligent merge strategies

1 lines 15.8 kB
{"ast":null,"code":"export { MD3Colors } from \"./styles/themes/v3/tokens\";\nexport { useTheme, withTheme, ThemeProvider, DefaultTheme, adaptNavigationTheme } from \"./core/theming\";\nexport * from \"./styles/themes\";\nexport { default as Provider } from \"./core/PaperProvider\";\nexport { default as PaperProvider } from \"./core/PaperProvider\";\nexport { default as shadow } from \"./styles/shadow\";\nexport { default as overlay } from \"./styles/overlay\";\nexport { default as configureFonts } from \"./styles/fonts\";\nimport * as Avatar from \"./components/Avatar/Avatar\";\nimport * as Drawer from \"./components/Drawer/Drawer\";\nimport * as List from \"./components/List/List\";\nimport * as MD2Colors from \"./styles/themes/v2/colors\";\nexport { MD2Colors };\nexport { Avatar, List, Drawer };\nexport * from \"./components/FAB/AnimatedFAB\";\nexport { default as Badge } from \"./components/Badge\";\nexport { default as ActivityIndicator } from \"./components/ActivityIndicator\";\nexport { default as Banner } from \"./components/Banner\";\nexport { default as BottomNavigation } from \"./components/BottomNavigation/BottomNavigation\";\nexport { default as Button } from \"./components/Button/Button\";\nexport { default as Card } from \"./components/Card/Card\";\nexport { default as Checkbox } from \"./components/Checkbox\";\nexport { default as Chip } from \"./components/Chip/Chip\";\nexport { default as DataTable } from \"./components/DataTable/DataTable\";\nexport { default as Dialog } from \"./components/Dialog/Dialog\";\nexport { default as Divider } from \"./components/Divider\";\nexport { default as FAB } from \"./components/FAB\";\nexport { default as AnimatedFAB } from \"./components/FAB/AnimatedFAB\";\nexport { default as HelperText } from \"./components/HelperText/HelperText\";\nexport { default as Icon } from \"./components/Icon\";\nexport { default as IconButton } from \"./components/IconButton/IconButton\";\nexport { default as Menu } from \"./components/Menu/Menu\";\nexport { default as Modal } from \"./components/Modal\";\nexport { default as Portal } from \"./components/Portal/Portal\";\nexport { default as ProgressBar } from \"./components/ProgressBar\";\nexport { default as RadioButton } from \"./components/RadioButton\";\nexport { default as Searchbar } from \"./components/Searchbar\";\nexport { default as Snackbar } from \"./components/Snackbar\";\nexport { default as Surface } from \"./components/Surface\";\nexport { default as Switch } from \"./components/Switch/Switch\";\nexport { default as Appbar } from \"./components/Appbar\";\nexport { default as TouchableRipple } from \"./components/TouchableRipple/TouchableRipple\";\nexport { default as TextInput } from \"./components/TextInput/TextInput\";\nexport { default as ToggleButton } from \"./components/ToggleButton\";\nexport { default as SegmentedButtons } from \"./components/SegmentedButtons/SegmentedButtons\";\nexport { default as Tooltip } from \"./components/Tooltip/Tooltip\";\nexport { Caption, Headline, Paragraph, Subheading, Title } from \"./components/Typography/v2\";\nexport { default as Text, customText } from \"./components/Typography/Text\";","map":{"version":3,"names":["MD3Colors","useTheme","withTheme","ThemeProvider","DefaultTheme","adaptNavigationTheme","default","Provider","PaperProvider","shadow","overlay","configureFonts","Avatar","Drawer","List","MD2Colors","Badge","ActivityIndicator","Banner","BottomNavigation","Button","Card","Checkbox","Chip","DataTable","Dialog","Divider","FAB","AnimatedFAB","HelperText","Icon","IconButton","Menu","Modal","Portal","ProgressBar","RadioButton","Searchbar","Snackbar","Surface","Switch","Appbar","TouchableRipple","TextInput","ToggleButton","SegmentedButtons","Tooltip","Caption","Headline","Paragraph","Subheading","Title","Text","customText"],"sources":["/Users/pmouli/Documents/GitHub.nosync/boots-strapper/mobile/node_modules/react-native-paper/src/index.tsx"],"sourcesContent":["export { MD3Colors } from './styles/themes/v3/tokens';\n\nexport {\n useTheme,\n withTheme,\n ThemeProvider,\n DefaultTheme,\n adaptNavigationTheme,\n} from './core/theming';\n\nexport * from './styles/themes';\n\nexport { default as Provider } from './core/PaperProvider';\nexport { default as PaperProvider } from './core/PaperProvider';\nexport { default as shadow } from './styles/shadow';\nexport { default as overlay } from './styles/overlay';\nexport { default as configureFonts } from './styles/fonts';\n\nimport * as Avatar from './components/Avatar/Avatar';\nimport * as Drawer from './components/Drawer/Drawer';\nimport * as List from './components/List/List';\nimport * as MD2Colors from './styles/themes/v2/colors';\n\nexport { MD2Colors };\nexport { Avatar, List, Drawer };\n\nexport * from './components/FAB/AnimatedFAB';\n\nexport { default as Badge } from './components/Badge';\nexport { default as ActivityIndicator } from './components/ActivityIndicator';\nexport { default as Banner } from './components/Banner';\nexport { default as BottomNavigation } from './components/BottomNavigation/BottomNavigation';\nexport { default as Button } from './components/Button/Button';\nexport { default as Card } from './components/Card/Card';\nexport { default as Checkbox } from './components/Checkbox';\nexport { default as Chip } from './components/Chip/Chip';\nexport { default as DataTable } from './components/DataTable/DataTable';\nexport { default as Dialog } from './components/Dialog/Dialog';\nexport { default as Divider } from './components/Divider';\nexport { default as FAB } from './components/FAB';\nexport { default as AnimatedFAB } from './components/FAB/AnimatedFAB';\nexport { default as HelperText } from './components/HelperText/HelperText';\nexport { default as Icon } from './components/Icon';\nexport { default as IconButton } from './components/IconButton/IconButton';\nexport { default as Menu } from './components/Menu/Menu';\nexport { default as Modal } from './components/Modal';\nexport { default as Portal } from './components/Portal/Portal';\nexport { default as ProgressBar } from './components/ProgressBar';\nexport { default as RadioButton } from './components/RadioButton';\nexport { default as Searchbar } from './components/Searchbar';\nexport { default as Snackbar } from './components/Snackbar';\nexport { default as Surface } from './components/Surface';\nexport { default as Switch } from './components/Switch/Switch';\nexport { default as Appbar } from './components/Appbar';\nexport { default as TouchableRipple } from './components/TouchableRipple/TouchableRipple';\nexport { default as TextInput } from './components/TextInput/TextInput';\nexport { default as ToggleButton } from './components/ToggleButton';\nexport { default as SegmentedButtons } from './components/SegmentedButtons/SegmentedButtons';\nexport { default as Tooltip } from './components/Tooltip/Tooltip';\n\nexport {\n Caption,\n Headline,\n Paragraph,\n Subheading,\n Title,\n} from './components/Typography/v2';\nexport { default as Text, customText } from './components/Typography/Text';\n\n// Types\nexport type { Props as ActivityIndicatorProps } from './components/ActivityIndicator';\nexport type { Props as AnimatedFABProps } from './components/FAB/AnimatedFAB';\nexport type { Props as AppbarProps } from './components/Appbar/Appbar';\nexport type { Props as AppbarActionProps } from './components/Appbar/AppbarAction';\nexport type { Props as AppbarBackActionProps } from './components/Appbar/AppbarBackAction';\nexport type { Props as AppbarContentProps } from './components/Appbar/AppbarContent';\nexport type { Props as AppbarHeaderProps } from './components/Appbar/AppbarHeader';\nexport type { Props as AvatarIconProps } from './components/Avatar/AvatarIcon';\nexport type { Props as AvatarImageProps } from './components/Avatar/AvatarImage';\nexport type { Props as AvatarTextProps } from './components/Avatar/AvatarText';\nexport type { Props as BadgeProps } from './components/Badge';\nexport type { Props as BannerProps } from './components/Banner';\nexport type {\n Props as BottomNavigationProps,\n BaseRoute as BottomNavigationRoute,\n} from './components/BottomNavigation/BottomNavigation';\nexport type { Props as ButtonProps } from './components/Button/Button';\nexport type { Props as CardProps } from './components/Card/Card';\nexport type { Props as CardActionsProps } from './components/Card/CardActions';\nexport type { Props as CardContentProps } from './components/Card/CardContent';\nexport type { Props as CardCoverProps } from './components/Card/CardCover';\nexport type { Props as CardTitleProps } from './components/Card/CardTitle';\nexport type { Props as CheckboxProps } from './components/Checkbox/Checkbox';\nexport type { Props as CheckboxAndroidProps } from './components/Checkbox/CheckboxAndroid';\nexport type { Props as CheckboxIOSProps } from './components/Checkbox/CheckboxIOS';\nexport type { Props as CheckboxItemProps } from './components/Checkbox/CheckboxItem';\nexport type { Props as ChipProps } from './components/Chip/Chip';\nexport type { Props as DataTableProps } from './components/DataTable/DataTable';\nexport type { Props as DataTableCellProps } from './components/DataTable/DataTableCell';\nexport type { Props as DataTableHeaderProps } from './components/DataTable/DataTableHeader';\nexport type { Props as DataTablePaginationProps } from './components/DataTable/DataTablePagination';\nexport type { Props as DataTableRowProps } from './components/DataTable/DataTableRow';\nexport type { Props as DataTableTitleProps } from './components/DataTable/DataTableTitle';\nexport type { Props as DialogProps } from './components/Dialog/Dialog';\nexport type { Props as DialogActionsProps } from './components/Dialog/DialogActions';\nexport type { Props as DialogContentProps } from './components/Dialog/DialogContent';\nexport type { Props as DialogIconProps } from './components/Dialog/DialogIcon';\nexport type { Props as DialogScrollAreaProps } from './components/Dialog/DialogScrollArea';\nexport type { Props as DialogTitleProps } from './components/Dialog/DialogTitle';\nexport type { Props as DividerProps } from './components/Divider';\nexport type { Props as DrawerCollapsedItemProps } from './components/Drawer/DrawerCollapsedItem';\nexport type { Props as DrawerItemProps } from './components/Drawer/DrawerItem';\nexport type { Props as DrawerSectionProps } from './components/Drawer/DrawerSection';\nexport type { Props as FABProps } from './components/FAB/FAB';\nexport type { Props as FABGroupProps } from './components/FAB/FABGroup';\nexport type { Props as HelperTextProps } from './components/HelperText/HelperText';\nexport type { Props as IconButtonProps } from './components/IconButton/IconButton';\nexport type { Props as ListAccordionProps } from './components/List/ListAccordion';\nexport type { Props as ListAccordionGroupProps } from './components/List/ListAccordionGroup';\nexport type { Props as ListIconProps } from './components/List/ListIcon';\nexport type { Props as ListItemProps } from './components/List/ListItem';\nexport type { Props as ListSectionProps } from './components/List/ListSection';\nexport type { Props as ListSubheaderProps } from './components/List/ListSubheader';\nexport type { Props as MenuProps } from './components/Menu/Menu';\nexport type { Props as MenuItemProps } from './components/Menu/MenuItem';\nexport type { Props as ModalProps } from './components/Modal';\nexport type { Props as PortalProps } from './components/Portal/Portal';\nexport type { Props as PortalHostProps } from './components/Portal/PortalHost';\nexport type { Props as ProgressBarProps } from './components/ProgressBar';\nexport type { Props as ProviderProps } from './core/PaperProvider';\nexport type { Props as RadioButtonProps } from './components/RadioButton/RadioButton';\nexport type { Props as RadioButtonAndroidProps } from './components/RadioButton/RadioButtonAndroid';\nexport type { Props as RadioButtonGroupProps } from './components/RadioButton/RadioButtonGroup';\nexport type { Props as RadioButtonIOSProps } from './components/RadioButton/RadioButtonIOS';\nexport type { Props as RadioButtonItemProps } from './components/RadioButton/RadioButtonItem';\nexport type { Props as SearchbarProps } from './components/Searchbar';\nexport type { Props as SnackbarProps } from './components/Snackbar';\nexport type { Props as SurfaceProps } from './components/Surface';\nexport type { Props as SwitchProps } from './components/Switch/Switch';\nexport type { Props as TextInputProps } from './components/TextInput/TextInput';\nexport type { Props as TextInputAffixProps } from './components/TextInput/Adornment/TextInputAffix';\nexport type { Props as TextInputIconProps } from './components/TextInput/Adornment/TextInputIcon';\nexport type { Props as ToggleButtonProps } from './components/ToggleButton/ToggleButton';\nexport type { Props as ToggleButtonGroupProps } from './components/ToggleButton/ToggleButtonGroup';\nexport type { Props as ToggleButtonRowProps } from './components/ToggleButton/ToggleButtonRow';\nexport type { Props as TouchableRippleProps } from './components/TouchableRipple/TouchableRipple';\nexport type { Props as CaptionProps } from './components/Typography/v2/Caption';\nexport type { Props as HeadlineProps } from './components/Typography/v2/Headline';\nexport type { Props as ParagraphProps } from './components/Typography/v2/Paragraph';\nexport type { Props as SubheadingProps } from './components/Typography/v2/Subheading';\nexport type { Props as TitleProps } from './components/Typography/v2/Title';\nexport type { Props as TextProps } from './components/Typography/Text';\nexport type { Props as SegmentedButtonsProps } from './components/SegmentedButtons/SegmentedButtons';\nexport type { Props as ListImageProps } from './components/List/ListImage';\nexport type { Props as TooltipProps } from './components/Tooltip/Tooltip';\nexport type {\n MaterialBottomTabNavigationEventMap,\n MaterialBottomTabNavigationOptions,\n MaterialBottomTabNavigationProp,\n MaterialBottomTabScreenProps,\n} from './react-navigation';\n\nexport type {\n MD2Theme,\n MD3Theme,\n ThemeBase,\n MD3Elevation,\n MD3TypescaleKey,\n} from './types';\n"],"mappings":"AAAA,SAASA,SAAS;AAElB,SACEC,QAAQ,EACRC,SAAS,EACTC,aAAa,EACbC,YAAY,EACZC,oBAAoB;AAGtB;AAEA,SAASC,OAAO,IAAIC,QAAQ;AAC5B,SAASD,OAAO,IAAIE,aAAa;AACjC,SAASF,OAAO,IAAIG,MAAM;AAC1B,SAASH,OAAO,IAAII,OAAO;AAC3B,SAASJ,OAAO,IAAIK,cAAc;AAElC,OAAO,KAAKC,MAAM;AAClB,OAAO,KAAKC,MAAM;AAClB,OAAO,KAAKC,IAAI;AAChB,OAAO,KAAKC,SAAS;AAErB,SAASA,SAAS;AAClB,SAASH,MAAM,EAAEE,IAAI,EAAED,MAAM;AAE7B;AAEA,SAASP,OAAO,IAAIU,KAAK;AACzB,SAASV,OAAO,IAAIW,iBAAiB;AACrC,SAASX,OAAO,IAAIY,MAAM;AAC1B,SAASZ,OAAO,IAAIa,gBAAgB;AACpC,SAASb,OAAO,IAAIc,MAAM;AAC1B,SAASd,OAAO,IAAIe,IAAI;AACxB,SAASf,OAAO,IAAIgB,QAAQ;AAC5B,SAAShB,OAAO,IAAIiB,IAAI;AACxB,SAASjB,OAAO,IAAIkB,SAAS;AAC7B,SAASlB,OAAO,IAAImB,MAAM;AAC1B,SAASnB,OAAO,IAAIoB,OAAO;AAC3B,SAASpB,OAAO,IAAIqB,GAAG;AACvB,SAASrB,OAAO,IAAIsB,WAAW;AAC/B,SAAStB,OAAO,IAAIuB,UAAU;AAC9B,SAASvB,OAAO,IAAIwB,IAAI;AACxB,SAASxB,OAAO,IAAIyB,UAAU;AAC9B,SAASzB,OAAO,IAAI0B,IAAI;AACxB,SAAS1B,OAAO,IAAI2B,KAAK;AACzB,SAAS3B,OAAO,IAAI4B,MAAM;AAC1B,SAAS5B,OAAO,IAAI6B,WAAW;AAC/B,SAAS7B,OAAO,IAAI8B,WAAW;AAC/B,SAAS9B,OAAO,IAAI+B,SAAS;AAC7B,SAAS/B,OAAO,IAAIgC,QAAQ;AAC5B,SAAShC,OAAO,IAAIiC,OAAO;AAC3B,SAASjC,OAAO,IAAIkC,MAAM;AAC1B,SAASlC,OAAO,IAAImC,MAAM;AAC1B,SAASnC,OAAO,IAAIoC,eAAe;AACnC,SAASpC,OAAO,IAAIqC,SAAS;AAC7B,SAASrC,OAAO,IAAIsC,YAAY;AAChC,SAAStC,OAAO,IAAIuC,gBAAgB;AACpC,SAASvC,OAAO,IAAIwC,OAAO;AAE3B,SACEC,OAAO,EACPC,QAAQ,EACRC,SAAS,EACTC,UAAU,EACVC,KAAK;AAEP,SAAS7C,OAAO,IAAI8C,IAAI,EAAEC,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}