diff --git a/semantic-tokens-components.html b/semantic-tokens-components.html
index c2f1a1f..2c1b843 100644
--- a/semantic-tokens-components.html
+++ b/semantic-tokens-components.html
@@ -222,9 +222,6 @@
| surface-options-row-input-clear | surface-input-clear | Alias auf Clear-Button-Fläche im Input der Options Row. |
| surface-options-row-toggle-track | surface-toggle-track | Alias auf Toggle-Track-Fläche innerhalb der Options Row. |
| surface-options-row-toggle-handle | surface-toggle-handle | Alias auf Toggle-Handle-Fläche innerhalb der Options Row. |
- | surface-options-row-slider-track | surface-slider-track | Alias auf Slider-Track-Fläche innerhalb der Options Row. |
- | surface-options-row-slider-progress | surface-slider-progress | Alias auf den ausgewählten Slider-Bereich innerhalb der Options Row. |
- | surface-options-row-slider-thumb | surface-slider-thumb | Alias auf die Slider-Knopf-Fläche innerhalb der Options Row. |
| surface-options-row-help-icon | surface-help-icon | Alias auf Help-Icon-Fläche innerhalb der Options Row. |
| surface-options-row-help-panel | surface-help-panel | Alias auf Help-Panel-Fläche innerhalb der Options Row. |
| divider-options-row-mobile | color-white | Trennerfarbe zwischen Segmenten im mobilen Layout der Options Row. |
@@ -249,7 +246,6 @@
| layout-object-card-mobile-height | dimension-object-card-mobile-height | Inhaltsabhängige Höhe der Object Card auf Mobile. |
| layout-object-card-desktop-breakpoint | dimension-object-card-desktop-breakpoint | Breakpoint, ab dem die Desktop-Maße der Object Card aktiv sind. |
| layout-object-card-content-grow | dimension-object-card-content-grow | Flex-Grow-Wert für das vorletzte Segment, damit das Action-Segment unten in der Card bleibt. |
- | layout-object-card-actions-margin-top | spacing-small | Abstand oberhalb des Action-Segments innerhalb der Object Card. |
| layout-object-card-shared-width | auto | Geteilte Laufzeitbreite für gekoppelte Object-Card-Instanzen. |
| surface-object-card-lower-segment | color-white | Hintergrundfläche der unteren zwei Segmente der Object Card. |
diff --git a/styleguide.css b/styleguide.css
index 49fca29..bbdee4c 100644
--- a/styleguide.css
+++ b/styleguide.css
@@ -141,9 +141,6 @@
--surface-options-row-input-clear: var(--surface-input-clear);
--surface-options-row-toggle-track: var(--surface-toggle-track);
--surface-options-row-toggle-handle: var(--surface-toggle-handle);
- --surface-options-row-slider-track: var(--surface-slider-track);
- --surface-options-row-slider-progress: var(--surface-slider-progress);
- --surface-options-row-slider-thumb: var(--surface-slider-thumb);
--surface-options-row-help-icon: var(--surface-help-icon);
--surface-options-row-help-panel: var(--surface-help-panel);
--divider-options-row-mobile: var(--color-white);
@@ -164,7 +161,6 @@
--layout-object-card-mobile-width: var(--dimension-object-card-mobile-width);
--layout-object-card-mobile-height: var(--dimension-object-card-mobile-height);
--layout-object-card-desktop-breakpoint: var(--dimension-object-card-desktop-breakpoint);
- --layout-object-card-actions-margin-top: var(--spacing-small);
--surface-object-card-lower-segment: var(--color-white);
--surface-navigation-card: var(--color-white);
--surface-navigation-card-body: var(--color-white);
@@ -214,7 +210,6 @@
--chart-height-line: 18rem;
--chart-axis-label-column-width: 4rem;
--chart-axis-label-gap: 5px;
- --chart-bar-width: 2rem;
--chart-grid-line-width: 1px;
--chart-line-width: 2px;
--chart-label-position-default: 50%;