@klodd/ds 4.5.0 → 4.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@klodd/ds",
3
- "version": "4.5.0",
3
+ "version": "4.5.1",
4
4
  "description": "Klodd shared design system - tokens, components, JS",
5
5
  "main": "css/index.css",
6
6
  "bin": {
@@ -42,6 +42,9 @@ const ALLOWED_RADIUS = new Set([
42
42
  'var(--radius-4)',
43
43
  'var(--radius-14)',
44
44
  'var(--radius-full)',
45
+ // v4.5.0 (ADR 0021): shared bar-tokens som aliasar till radius-full
46
+ 'var(--bar-track-radius)',
47
+ 'var(--bar-fill-radius)',
45
48
  'inherit',
46
49
  'initial',
47
50
  'unset',