TACC / Core-Styles

CSS dist files, source code, and build process for TACC-branded projects.
https://tacc.utexas.edu/static/ui
0 stars 0 forks source link

enhance: CMD-182 design tokens #372

Closed wesleyboar closed 1 week ago

wesleyboar commented 3 weeks ago

Overview

Add and use design tokens.

[!IMPORTANT]

Removed --global-color-…-rgb variables. No demo. Affected clients are updated via [TACC/Core-CMS-Resources#200](https://github.com/TACC/Core-CMS-Resources/pull/200). | before | after | | - | - | | `rgba(var(--global-color-…rgb), …)` | `rgb( from var(--global-color-…rgb) r g b / …)` |

[!IMPORTANT] Changed Portal accent color from purple to blue. Affected clients updated via TACC/tup-ui#476.

[!IMPORTANT] Changed --global-color-acent--light from #86aeff to #3d6acc

Status

Related

Changes

Testing & UI

### UI **Skipped.** - The portal accent color changed from **purple** to **blue**. - The `--global-color-acent--light` changed from `#86aeff` to `#3d6acc`.
### Build 1. Delete `tokens/*.json`. 2. Run `npm run buiild:css`. 3. Verify `tokens/*.json` return with no changes. 3. Verify `dist/` is unchanged. https://github.com/user-attachments/assets/5610abd5-a0bb-4272-98be-fb737c7dc724