@openeventkit/event-site 1.0.7 → 1.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +0,0 @@
1
- {
2
- "name": "netlify-local-plugins",
3
- "description": "This directory contains Build plugins that have been automatically installed by Netlify.",
4
- "version": "1.0.0",
5
- "private": true,
6
- "author": "Netlify",
7
- "license": "MIT",
8
- "dependencies": {
9
- "@netlify/plugin-gatsby": "3.6.0",
10
- "netlify-plugin-gatsby-cache": "0.3.0"
11
- }
12
- }
@@ -1,34 +0,0 @@
1
- import * as React from "react";
2
- import { connect } from "react-redux";
3
- import Navbar from './Navbar';
4
-
5
- const Header = ({
6
- location,
7
- summit,
8
- isLoggedUser,
9
- idpProfile,
10
- idpLoading
11
- }) => (
12
- <header>
13
- <Navbar
14
- isLoggedUser={isLoggedUser}
15
- idpProfile={idpProfile}
16
- idpLoading={idpLoading}
17
- location={location}
18
- logo={summit?.logo}
19
- />
20
- </header>
21
- );
22
-
23
- const mapStateToProps = ({
24
- summitState,
25
- loggedUserState,
26
- userState
27
- }) => ({
28
- summit: summitState.summit,
29
- isLoggedUser: loggedUserState.isLoggedUser,
30
- idpProfile: userState.idpProfile,
31
- idpLoading: userState.loadingIDP
32
- })
33
-
34
- export default connect(mapStateToProps)(Header);
@@ -1 +0,0 @@
1
- {"616":0,"617":8,"623":3,"624":1,"625":5,"626":2,"633":6,"634":7,"635":4,"730":9,"731":18,"732":27,"733":17,"734":26,"735":35,"736":12,"737":21,"738":30,"739":10,"740":19,"741":28,"742":13,"743":23,"744":32,"745":11,"746":20,"747":29,"748":14,"749":24,"750":33,"751":15,"752":25,"753":34,"754":16,"755":22,"756":31}