{"version":3,"file":"/Users/anthonygubler/development/dojo-org/parade/src/Landing.tsx","sourceRoot":"","sources":["Landing.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,2BAA2B,CAAC;AAExD,MAAM,OAAO,GAAG,MAAM,EAAE,CAAC,UAAU,EAAuC,CAAC;AAE3E,eAAe,OAAO,CAAC,SAAS,OAAO,CAAC,EAAE,UAAU,EAAE;IACrD,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,GAAG,UAAU,EAAE,CAAC;IAC/C,MAAM,aAAa,GAAG,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IACjD,OAAO,aAAK,SAAS,EAAE,aAAa,GAAI,CAAC;AAC1C,CAAC,CAAC,CAAC","sourcesContent":["import { create, tsx } from '@dojo/framework/core/vdom';\n\nconst factory = create().properties<{ widgetReadmes: any; config: any }>();\n\nexport default factory(function Landing({ properties }) {\n\tconst { widgetReadmes, config } = properties();\n\tconst readmeContent = widgetReadmes[config.home];\n\treturn <div innerHTML={readmeContent} />;\n});\n"]}