@entur/tokens 3.19.3 → 3.20.0

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/dist/semantic.css CHANGED
@@ -105,6 +105,7 @@
105
105
  --stroke-dark: var(--ebony-30);
106
106
  --stroke-darkalt: var(--ebony-50);
107
107
  --stroke-darkalt-2: var(--ebony-100);
108
+ --stroke-highcontrast: var(--lavender-100);
108
109
  --stroke-highlight: var(--coral-40);
109
110
  --stroke-highlightalt: var(--coral-30);
110
111
  --stroke-information: var(--sky-50);
@@ -156,6 +156,7 @@ export declare const semantic: {
156
156
  dark: string;
157
157
  darkalt: string;
158
158
  darkalt2: string;
159
+ highContrast: string;
159
160
  highlight: string;
160
161
  highlightalt: string;
161
162
  information: string;
@@ -105,6 +105,7 @@
105
105
  @stroke-dark: @ebony-30;
106
106
  @stroke-darkalt: @ebony-50;
107
107
  @stroke-darkalt-2: @ebony-100;
108
+ @stroke-highcontrast: @lavender-100;
108
109
  @stroke-highlight: @coral-40;
109
110
  @stroke-highlightalt: @coral-30;
110
111
  @stroke-information: @sky-50;
@@ -106,6 +106,7 @@ $stroke-contrastalt: $blue-80;
106
106
  $stroke-dark: $ebony-30;
107
107
  $stroke-darkalt: $ebony-50;
108
108
  $stroke-darkalt-2: $ebony-100;
109
+ $stroke-highcontrast: $lavender-100;
109
110
  $stroke-highlight: $coral-40;
110
111
  $stroke-highlightalt: $coral-30;
111
112
  $stroke-information: $sky-50;