@entur/tokens 3.17.3 → 3.17.4-RC.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/README.md CHANGED
@@ -4,7 +4,7 @@ This package contains all design tokens and design variables used throughout the
4
4
 
5
5
  Since not all values are available as a variable yet and to avoid breaking changes, all previous design tokens will be kept around for a while. These are built from the `src/legacy-tokens.ts` file.
6
6
 
7
- > 💡 Looking for the [documentation](https://design.entur.no/komponenter/resources/tokens)?
7
+ > 💡 Looking for the [documentation](https://design.entur.no/tokens)?
8
8
 
9
9
  ## Installation
10
10
 
@@ -16,7 +16,7 @@ yarn add @entur/tokens
16
16
 
17
17
  ## Usage
18
18
 
19
- Please refer to the [documentation](https://design.entur.no/komponenter/resources/tokens) for in-depth usage information.
19
+ Please refer to the [documentation](https://design.entur.no/tokens) for in-depth usage information.
20
20
 
21
21
  This package has several main exports:
22
22
 
@@ -3572,6 +3572,7 @@ var colors = {
3572
3572
  mint: '#1a8e60',
3573
3573
  mintContrast: '#5ac39a',
3574
3574
  mintTint: '#d0f1e3',
3575
+ // The best name
3575
3576
  canary: '#ffca28',
3576
3577
  canaryContrast: '#ffe082',
3577
3578
  canaryTint: '#fff4cd'