diff --git a/docs/styleguide/styles/41-components-charts.css b/docs/styleguide/styles/41-components-charts.css index 5e2d8e1..f478222 100644 --- a/docs/styleguide/styles/41-components-charts.css +++ b/docs/styleguide/styles/41-components-charts.css @@ -20,6 +20,7 @@ } .sg-score-state--positive, +.sg-score-state--warning, .sg-score-state--neutral, .sg-score-state--negative { margin: 0; @@ -31,6 +32,10 @@ color: var(--text-score-state-positive); } +.sg-score-state--warning { + color: var(--text-score-state-warning); +} + .sg-score-state--neutral { color: var(--text-score-state-neutral); } diff --git a/public/assets/styleguide.upstream.css b/public/assets/styleguide.upstream.css index 189a5ab..024a07b 100644 --- a/public/assets/styleguide.upstream.css +++ b/public/assets/styleguide.upstream.css @@ -3739,6 +3739,7 @@ section + section { } .sg-score-state--positive, +.sg-score-state--warning, .sg-score-state--neutral, .sg-score-state--negative { margin: 0; @@ -3750,6 +3751,10 @@ section + section { color: var(--text-score-state-positive); } +.sg-score-state--warning { + color: var(--text-score-state-warning); +} + .sg-score-state--neutral { color: var(--text-score-state-neutral); } diff --git a/public/assets/styleguide.upstream.meta.json b/public/assets/styleguide.upstream.meta.json index 35d4b4c..8afe7b5 100644 --- a/public/assets/styleguide.upstream.meta.json +++ b/public/assets/styleguide.upstream.meta.json @@ -1,7 +1,7 @@ { "styleguideVersion": "2026.05.18.1", - "styleguideCommit": "c06be10", - "syncedAtUtc": "2026-06-11T05:50:42Z", + "styleguideCommit": "8b7d5ef", + "syncedAtUtc": "2026-06-11T05:57:07Z", "sourceRepo": "/Users/mathias/Documents/Dokumente Chouchou/Codebases/Styleguide", "mirroredDocsPath": "docs/styleguide" } diff --git a/public/assets/styles.css b/public/assets/styles.css index 189a5ab..024a07b 100644 --- a/public/assets/styles.css +++ b/public/assets/styles.css @@ -3739,6 +3739,7 @@ section + section { } .sg-score-state--positive, +.sg-score-state--warning, .sg-score-state--neutral, .sg-score-state--negative { margin: 0; @@ -3750,6 +3751,10 @@ section + section { color: var(--text-score-state-positive); } +.sg-score-state--warning { + color: var(--text-score-state-warning); +} + .sg-score-state--neutral { color: var(--text-score-state-neutral); }