so-web-components 0.1.9 → 0.1.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.
package/README.md CHANGED
@@ -43,6 +43,8 @@ Outputs:
43
43
  - `dist/styles/tokens.css`
44
44
  - `dist/styles/reset.css`
45
45
  - `dist/styles/fonts.css`
46
+ - `dist/styles/FrutigerLTW05-55Roman.woff2`
47
+ - `dist/styles/FrutigerLTW05-75Black.woff2`
46
48
  - `dist/demo/index.html`
47
49
  - `dist/demo/cdn-demo.html`
48
50
 
@@ -96,7 +98,7 @@ Optional ohne Versions-Pin:
96
98
 
97
99
  Hinweis:
98
100
  - `@latest` ist möglich und lädt die aktuellste veröffentlichte Version.
99
- - Für stabile Produktion empfiehlt sich trotzdem ein expliziter Versions-Pin (z.B. `@0.1.8`).
101
+ - Für stabile Produktion empfiehlt sich trotzdem ein expliziter Versions-Pin (z.B. `@0.1.10`).
100
102
 
101
103
  ### Einfache Test-Webseite via CDN (Version `latest`)
102
104
 
@@ -133,7 +135,7 @@ Hinweis zu Fonts:
133
135
 
134
136
  - Die Schrift wird **nicht** automatisch durch `index.js` nachgeladen.
135
137
  - `dist/styles/fonts.css` muss explizit eingebunden werden (lokal oder via CDN).
136
- - In `fonts.css` ist die Frutiger-Webfont als `@font-face` enthalten.
138
+ - `fonts.css` referenziert die mitgelieferten `woff2`-Dateien aus `dist/styles/`.
137
139
 
138
140
  ## Dev / Demo starten
139
141
 
@@ -259,7 +261,7 @@ Einfach per CSS Custom Properties:
259
261
  }
260
262
  ```
261
263
 
262
- > Hinweis: Wenn du `styles/fonts.css` einbindest, wird Frutiger als Webfont geladen.
264
+ > Hinweis: Wenn du `styles/fonts.css` einbindest, wird Frutiger über die mitgelieferten `woff2`-Dateien aus `styles/` geladen.
263
265
 
264
266
  ## Lizenz
265
267
 
@@ -145,8 +145,8 @@ export class SoBreadcrumb extends HTMLElement {
145
145
  }
146
146
 
147
147
  .chevron{
148
- width: 21px;
149
- height: 21px;
148
+ width: 16px;
149
+ height: 16px;
150
150
  fill: #e01f26;
151
151
  flex: 0 0 auto;
152
152
  display: block;