@nymphjs/tilmeld-setup 1.0.0-alpha.31 → 1.0.0-alpha.35

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.0.0-alpha.35](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.34...v1.0.0-alpha.35) (2022-01-19)
7
+
8
+ ### Bug Fixes
9
+
10
+ - add new props to tilmeld components in setup app ([0afb20b](https://github.com/sciactive/nymphjs/commit/0afb20b4a901951401b7696eec1033a5488e38c5))
11
+
12
+ # [1.0.0-alpha.34](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.33...v1.0.0-alpha.34) (2022-01-08)
13
+
14
+ **Note:** Version bump only for package @nymphjs/tilmeld-setup
15
+
16
+ # [1.0.0-alpha.33](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2022-01-08)
17
+
18
+ **Note:** Version bump only for package @nymphjs/tilmeld-setup
19
+
20
+ # [1.0.0-alpha.32](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2022-01-08)
21
+
22
+ **Note:** Version bump only for package @nymphjs/tilmeld-setup
23
+
6
24
  # [1.0.0-alpha.31](https://github.com/sciactive/nymphjs/compare/v1.0.0-alpha.30...v1.0.0-alpha.31) (2022-01-08)
7
25
 
8
26
  **Note:** Version bump only for package @nymphjs/tilmeld-setup
@@ -111,12 +111,12 @@
111
111
  {/if}
112
112
  {:else if user == null}
113
113
  <section style="display: flex; justify-content: center;">
114
- <Login />
114
+ <Login {User} {clientConfig} />
115
115
  </section>
116
116
  {:else}
117
117
  <section>You don't have permission to access this app.</section>
118
118
  {/if}
119
- <Account bind:open={accountOpen} />
119
+ <Account bind:open={accountOpen} {User} {clientConfig} />
120
120
  </main>
121
121
  </AppContent>
122
122
  </div>