diff --git a/semantic-tokens-patterns.html b/semantic-tokens-patterns.html index cb79f6a..b5d331b 100644 --- a/semantic-tokens-patterns.html +++ b/semantic-tokens-patterns.html @@ -56,8 +56,8 @@
| Semantischer Token | Verwendeter Foundation-Token | Beschreibung Verwendungszweck im Pattern |
|---|---|---|
| layout-notifications-card-flex-basis | layout-object-card-min-width | Flex-Basis der Notification Card im Notifications-Pattern; gilt auch in der dokumentierten Variante innerhalb von .sg-group-card. |
| layout-notifications-card-min-width | layout-object-card-min-width | Mindestbreite der Notification Card im Notifications-Pattern; verhindert zu frühes Schrumpfen bei Viewport-Änderungen. |
| layout-notifications-card-flex-basis | calc(var(--layout-object-card-min-width) + 50px) | Flex-Basis der Notification Card im Notifications-Pattern; entspricht der um 50px erhöhten Mindestbreite und gilt auch in der dokumentierten Variante innerhalb von .sg-group-card. |
| layout-notifications-card-min-width | calc(var(--layout-object-card-min-width) + 50px) | Mindestbreite der Notification Card im Notifications-Pattern; 50px größer als die Object Card und verhindert zu frühes Schrumpfen bei Viewport-Änderungen. |
| layout-notifications-card-max-width | layout-object-card-max-width | Maximalbreite der Notification Card im Notifications-Pattern; begrenzt Wachstum konsistent zur Object-Card-Breite. |
| layout-notifications-text-segment-fixed-height | dimension-notifications-text-segment-fixed-height | Fixe Desktop-Höhe des ersten Text-Segments im Notifications-Pattern; auf Mobile wird die Höhe auf auto gesetzt. |
| layout-notifications-text-segment-fixed-height-small | dimension-notifications-text-segment-fixed-height-small | Fixe Desktop-Höhe des ersten Text-Segments in der Variante Pattern: Notifications small; auf Mobile wird die Höhe auf auto gesetzt. |