You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/tokens_studio_release.yaml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,8 @@ jobs:
91
91
# src/tokens/css/semantic/*.css in place, so that selector change
92
92
# is expected in this PR's diff), then concatenate the generated
93
93
# CSS into one committed bundle (the bundler itself adds no
94
-
# behaviour, deliberately not minified — ADR-0010). Importable on
94
+
# behaviour, deliberately not minified — ADR-0010, proposed in
95
+
# #5199, acceptance tracked in #5202). Importable on
95
96
# the beta line as @equinor/eds-tokens/next/css/variables.css via
96
97
# the ./next/css/* wildcard publish_tokens.yaml already injects.
97
98
- name: Widen semantic scope and bundle CSS into variables.css
@@ -107,7 +108,7 @@ jobs:
107
108
# "Added" in the changelog, which is what a token update is.
108
109
commit-message: 'feat: update tokens from Tokens Studio release'
109
110
title: 'feat: update tokens from Tokens Studio release'
110
-
body: 'Automated pull of the token state after a Tokens Studio release: raw token sets via `studio tokens pull` (sources in `packages/eds-tokens/.studio.json`), generated CSS (EDS-CSS export) into `packages/eds-tokens/src/tokens/css/`, DTCG (EDS-DTCG export) into `src/tokens/dtcg/`, TypeScript modules generated from the two into `src/tokens/ts/`, and the bundled `src/tokens/css/variables.css` (concatenation of the CSS export, per ADR-0010). The `semantic/*.css` files are widened to `:root, [data-color-scheme]` by `scripts/widen-semantic-scope.mjs` before bundling (#5226) — that selector diff against the raw export is expected.'
111
+
body: 'Automated pull of the token state after a Tokens Studio release: raw token sets via `studio tokens pull` (sources in `packages/eds-tokens/.studio.json`), generated CSS (EDS-CSS export) into `packages/eds-tokens/src/tokens/css/`, DTCG (EDS-DTCG export) into `src/tokens/dtcg/`, TypeScript modules generated from the two into `src/tokens/ts/`, and the bundled `src/tokens/css/variables.css` (concatenation of the CSS export, per ADR-0010 — proposed in #5199). The `semantic/*.css` files are widened to `:root, [data-color-scheme]` by `scripts/widen-semantic-scope.mjs` before bundling (#5226) — that selector diff against the raw export is expected.'
111
112
branch: tokens-studio-release
112
113
# This workflow runs unattended (release-triggered) and the PR it
113
114
# creates gets no CI runs, so a failed pull must not be silent
0 commit comments