Skip to content

Commit 44ae548

Browse files
gchahal1982claude
andcommitted
fix: sync persona token blur scale to 3.4 values, release 3.4.1
tokens/personas/default.json still carried the pre-3.4 blur scale (8/12/16/20/24px), so the publish build regenerated variables.css with old --aura-glass-*-backdrop-blur theme vars in the 3.4.0 tarball. All 30 backdropBlur entries now match the canonical 16/24/32/40/48px scale. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent e291527 commit 44ae548

5 files changed

Lines changed: 1157 additions & 1159 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [3.4.1] - 2026-06-10
4+
5+
### Fixed
6+
7+
- Synced the persona token source (`tokens/personas/default.json`) to the 3.4 blur scale: all 30 `backdropBlur` entries raised from 8/12/16/20/24px to 16/24/32/40/48px. In 3.4.0 the `--aura-glass-<intent>-<level>-backdrop-blur` theme variables in `variables.css` were regenerated from the stale persona source during the publish build, shipping the old blur scale to themed consumers (charts, multi-select, speed dial) while core `--glass-*` surfaces used the new scale.
8+
39
## [3.4.0] - 2026-06-10
410

511
### Changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aura-glass",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "AuraGlass by AuraOne: dependency-sovereign Liquid Glass app-surface system for React and Next.js.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)