Sync styleguide 2026.05.18.1

This commit is contained in:
2026-06-23 09:45:03 +02:00
parent f485121cfd
commit 2a559393ea
6 changed files with 9 additions and 9 deletions
@@ -537,7 +537,7 @@
<div class="sg-state-example"> <div class="sg-state-example">
<p class="sg-state-example__label sg-table-label">form-invalid</p> <p class="sg-state-example__label sg-table-label">form-invalid</p>
<div class="sg-input-validation-stack sg-input-validation-stack--checkbox-invalid"> <div class="sg-input-validation-stack sg-input-validation-stack--checkbox-invalid">
<label class="sg-checkbox-field-option sg-body" data-component="checkbox-field" data-component-state="default"> <label class="sg-checkbox-field-option" data-component="checkbox-field" data-component-state="default">
<button class="sg-checkbox-field" type="button" role="checkbox" aria-checked="false" aria-label="Standard Checkbox mit Validierung" aria-invalid="true" aria-describedby="checkbox-invalid-feedback"> <button class="sg-checkbox-field" type="button" role="checkbox" aria-checked="false" aria-label="Standard Checkbox mit Validierung" aria-invalid="true" aria-describedby="checkbox-invalid-feedback">
<span class="sg-checkbox-field__mark" aria-hidden="true"></span> <span class="sg-checkbox-field__mark" aria-hidden="true"></span>
</button> </button>
@@ -442,7 +442,7 @@
} }
#component-checkbox-field .sg-input-validation-stack--checkbox-invalid { #component-checkbox-field .sg-input-validation-stack--checkbox-invalid {
gap: calc(var(--spacing-small) / 4); gap: 0;
} }
.sg-input-multi-line { .sg-input-multi-line {
@@ -41,7 +41,7 @@
} }
.sg-form-sections-card__chapter + .sg-form-sections-card__chapter { .sg-form-sections-card__chapter + .sg-form-sections-card__chapter {
margin-top: var(--spacing-large); margin-top: calc(var(--spacing-large) * 2);
} }
.sg-form-sections-card__chapter-title, .sg-form-sections-card__chapter-title,
+2 -2
View File
@@ -932,7 +932,7 @@ section + section {
} }
#component-checkbox-field .sg-input-validation-stack--checkbox-invalid { #component-checkbox-field .sg-input-validation-stack--checkbox-invalid {
gap: calc(var(--spacing-small) / 4); gap: 0;
} }
.sg-input-multi-line { .sg-input-multi-line {
@@ -2513,7 +2513,7 @@ section + section {
} }
.sg-form-sections-card__chapter + .sg-form-sections-card__chapter { .sg-form-sections-card__chapter + .sg-form-sections-card__chapter {
margin-top: var(--spacing-large); margin-top: calc(var(--spacing-large) * 2);
} }
.sg-form-sections-card__chapter-title, .sg-form-sections-card__chapter-title,
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"styleguideVersion": "2026.05.18.1", "styleguideVersion": "2026.05.18.1",
"styleguideCommit": "1f478a8", "styleguideCommit": "636f6cf",
"syncedAtUtc": "2026-06-22T16:24:15Z", "syncedAtUtc": "2026-06-23T07:45:02Z",
"sourceRepo": "/Users/mathias/Documents/Dokumente Chouchou/Codebases/Styleguide", "sourceRepo": "/Users/mathias/Documents/Dokumente Chouchou/Codebases/Styleguide",
"mirroredDocsPath": "docs/styleguide" "mirroredDocsPath": "docs/styleguide"
} }
+2 -2
View File
@@ -932,7 +932,7 @@ section + section {
} }
#component-checkbox-field .sg-input-validation-stack--checkbox-invalid { #component-checkbox-field .sg-input-validation-stack--checkbox-invalid {
gap: calc(var(--spacing-small) / 4); gap: 0;
} }
.sg-input-multi-line { .sg-input-multi-line {
@@ -2513,7 +2513,7 @@ section + section {
} }
.sg-form-sections-card__chapter + .sg-form-sections-card__chapter { .sg-form-sections-card__chapter + .sg-form-sections-card__chapter {
margin-top: var(--spacing-large); margin-top: calc(var(--spacing-large) * 2);
} }
.sg-form-sections-card__chapter-title, .sg-form-sections-card__chapter-title,