AlaskaAirlines / WC-Generator

Auro's automated web component generator
https://auro.alaskaair.com/getting-started/developers/generator/install
Apache License 2.0
5 stars 9 forks source link

api.html page uses wrong design tokens stylesheet #527

Closed jordanjones243 closed 7 months ago

jordanjones243 commented 7 months ago

Please verify the version of wc-generator you have installed

4.5.7

Please describe the bug

  1. Go to https://github.com/AlaskaAirlines/WC-Generator/blob/6021acefa396f414d2d69f73be9ca82e3c3a1055/template/demo/api.html#L25
  2. See error (uses template stylesheet instead of published design tokens)

Reproducing the error

This issue cannot be reproduced on the Auro docsite

Expected behavior

Public design tokens are used for demo pages

What browsers are you seeing the problem on?

Chrome

Additional context

No response

Exit criteria

Replace the stylesheet with the public design tokens: <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@latest/dist/tokens/CSSCustomProperties.css">

jordanjones243 commented 7 months ago

The creation of this issue was an error, as this has already been fixed: