From 144398a2f3aecc97ef190549cb7bc8de46f54efa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 23:08:06 +0000 Subject: [PATCH] chore: release --- .changeset/shadow-overlay-token.md | 7 ------- packages/brand/CHANGELOG.md | 8 ++++++++ packages/brand/package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/shadow-overlay-token.md diff --git a/.changeset/shadow-overlay-token.md b/.changeset/shadow-overlay-token.md deleted file mode 100644 index 24e974c..0000000 --- a/.changeset/shadow-overlay-token.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@tangle-network/brand": minor ---- - -Add `--shadow-overlay`, the elevation step above `--shadow-dropdown` for a surface that covers the page rather than sitting beside it — a drawer, a modal, a floating dock. - -It is derived from `--hsl-foreground` rather than a fixed `rgba`, so it inverts with the theme: dark ink in light, a soft halo in dark. That is what makes it work on a dark canvas, where a black shadow renders as nothing. One declaration serves both themes, and the token is declared in the `@theme` block as well so Tailwind emits a `shadow-overlay` utility. diff --git a/packages/brand/CHANGELOG.md b/packages/brand/CHANGELOG.md index df5c2e6..ad30319 100644 --- a/packages/brand/CHANGELOG.md +++ b/packages/brand/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.5.0 + +### Minor Changes + +- 532a6d8: Add `--shadow-overlay`, the elevation step above `--shadow-dropdown` for a surface that covers the page rather than sitting beside it — a drawer, a modal, a floating dock. + + It is derived from `--hsl-foreground` rather than a fixed `rgba`, so it inverts with the theme: dark ink in light, a soft halo in dark. That is what makes it work on a dark canvas, where a black shadow renders as nothing. One declaration serves both themes, and the token is declared in the `@theme` block as well so Tailwind emits a `shadow-overlay` utility. + ## 1.4.0 ### Minor Changes diff --git a/packages/brand/package.json b/packages/brand/package.json index d3f7b05..f62a9c8 100644 --- a/packages/brand/package.json +++ b/packages/brand/package.json @@ -1,6 +1,6 @@ { "name": "@tangle-network/brand", - "version": "1.4.0", + "version": "1.5.0", "description": "Tangle brand system — design tokens, logo, Tailwind v4 theme. Single source of truth for every Tangle app.", "type": "module", "license": "MIT",