@waggylabs/yumekit 0.4.0-beta.35 → 0.4.0-beta.37

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -31,7 +31,7 @@ Delete any empty sections before publishing.
31
31
  <!-- ### Security -->
32
32
  <!-- Vulnerability patches or hardening changes -->
33
33
 
34
- ## [0.4.0] – 2026-03-28
34
+ ## [0.4.0] – 2026-03-29
35
35
 
36
36
  ### Added
37
37
 
@@ -47,8 +47,6 @@ Delete any empty sections before publishing.
47
47
 
48
48
  ### Changed
49
49
 
50
- ### Changed
51
-
52
50
  - `y-table` sort indicator: replaced the dual up/down arrow with a single directional arrow that matches the active sort direction. Unsorted columns show no icon.
53
51
  - Theme semantic variables reordered for consistency: `--{scheme}-border` now always appears after `--{scheme}-background-active` and before `--{scheme}-content--` across all theme files and the default variables.
54
52
  - `y-tag` flat background now resolves directly from `--{color}-background-app` rather than through an intermediate `--component-tag-flat-background-{color}` variable. Custom themes no longer need to define those per-component overrides.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@waggylabs/yumekit",
3
- "version": "0.4.0-beta.35",
3
+ "version": "0.4.0-beta.37",
4
4
  "description": "Modern Web Component UI Kit",
5
5
  "type": "module",
6
6
  "main": "dist/yumekit.min.js",