Closed jordanjones243 closed 1 year ago
None of the color tokens have a reference object within their JSON data, causing an error when trying to build out the list of deprecated tokens.
color
reference
Steps to reproduce the behavior:
npm i @alaskaairux/design-tokens@3.12.1
The deprecated tokens list should be generated on the docsite.
This is an example of what the deprecated token data should look like (not the reference and version data).
version
This bug was discovered through investigative work stemming from this issue:
The color tokens are also missing a version object, but the absence of this object does not produce an error.
Describe the bug
None of the
color
tokens have areference
object within their JSON data, causing an error when trying to build out the list of deprecated tokens.To Reproduce
Steps to reproduce the behavior:
npm i @alaskaairux/design-tokens@3.12.1
Expected behavior
The deprecated tokens list should be generated on the docsite.
Screenshot
This is an example of what the deprecated token data should look like (not the
reference
andversion
data).Additional context
This bug was discovered through investigative work stemming from this issue:
The
color
tokens are also missing aversion
object, but the absence of this object does not produce an error.