Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/entity-accent-token.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/teal-unthrown-accent.md

This file was deleted.

29 changes: 29 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @btravstack/theme

## 2.0.0

### Major Changes

- fb6f43d: Repoint `--pkg-unthrown` to teal `#3FB0A5`, and remove the retired
`--pkg-demesne` and `--pkg-start` tokens.

Red is stop and green is all-clear; a modeled error is neither, so unthrown's
accent now sits outside the signal register — not a signal, a value. The old
`#46B86C` was also byte-identical to `--bt-green`, the org's checkmark ink, so
unthrown was the one package whose accent was org chrome.

**Breaking:** `./tokens.css` is a published export, so its custom properties are
public API and removing two of them is a breaking change — even though the
projects they named no longer exist and no repo in the org referenced them. They
are removed rather than kept as deprecated aliases because an alias would point
at a package that is gone.

`--bt-green` / `--green` / `--text-green` are unchanged.

### Minor Changes

- 9a3d60a: Add `--pkg-entity`, amber `#C8871F`, for `@btravstack/entity`.

Amber encases and preserves — a thing suspended intact, permanently — which is
sealed construction and immutable data. entity's docs previously used
`--bt-pink-soft`, the org accent, which the multi-accent rule reserves for org
chrome.

## 1.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@btravstack/theme",
"version": "1.7.0",
"version": "2.0.0",
"description": "Shared VitePress theme and design tokens for btravstack sites",
"license": "MIT",
"author": "Benoit TRAVERS",
Expand Down