@taprootio/espalier 3.8.0 → 3.9.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ # 3.9.0
2
+
3
+ Button icons can lead or trail without looking like a split action.
4
+
5
+ - `icon-position="left"` places an icon on the logical leading side and
6
+ `icon-position="right"` places it on the logical trailing side. The trailing
7
+ position remains the default, and both positions mirror automatically in
8
+ right-to-left layouts.
9
+ - Positioning works the same for native buttons, links, loading indicators,
10
+ slotted icons, and incognito buttons. Incognito buttons previously forced a
11
+ leading icon and now follow the trailing default; add `icon-position="left"`
12
+ to keep the previous layout.
13
+ - A labelled single-icon button now uses one continuous action background with
14
+ no internal divider. `esp-button-group` keeps its divider between buttons.
15
+
1
16
  # 3.8.0
2
17
 
3
18
  One-off semantic lightness without moving a shared ramp stop.