@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/componentColors.d.ts +374 -334
- package/dist/semantic.css +1 -0
- package/dist/semantic.d.ts +1 -0
- package/dist/semantic.less +1 -0
- package/dist/semantic.scss +1 -0
- package/dist/tokens.cjs.js +3 -3
- package/dist/tokens.cjs.js.map +1 -1
- package/dist/tokens.esm.js +3 -3
- package/dist/tokens.esm.js.map +1 -1
- package/dist/transport.css +3 -3
- package/dist/transport.less +3 -3
- package/dist/transport.scss +3 -3
- package/package.json +2 -2
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);
|
package/dist/semantic.d.ts
CHANGED
package/dist/semantic.less
CHANGED
package/dist/semantic.scss
CHANGED
|
@@ -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;
|