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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +0 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weg-shared-layout",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "Shared layout Web Components built with Stencil",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
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`.