weg-shared-layout 0.0.15 → 0.0.16
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/package.json +1 -1
- package/readme.md +0 -2
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -40,8 +40,6 @@ The payload shape matches **`dummy-data.json`** (and `GET /api/layout` from the
|
|
|
40
40
|
}
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
-
The WEG logo is bundled inside `<weg-header>` (`logo-data.ts`) and is not configurable via `layout`.
|
|
44
|
-
|
|
45
43
|
### Auth (Sign in / Sign out)
|
|
46
44
|
|
|
47
45
|
Set **`signed-in`** on `<weg-header>` from your app when the user has a session. Labels come from `layout.header.signIn` / `layout.header.signOut`.
|