@stokelp/ui 2.67.1 → 2.69.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/dist/ui.js CHANGED
@@ -21672,8 +21672,17 @@ const zf = U({
21672
21672
  "&:has(.app-navigation__miniaturizeTrigger[data-state=closed])": {
21673
21673
  width: "size-52",
21674
21674
  minWidth: "size-52",
21675
+ "& .app-navigation__header, & .app-navigation__footer": {
21676
+ px: "space-0",
21677
+ alignItems: "center",
21678
+ justifyContent: "center"
21679
+ },
21680
+ "& .app-navigation__itemContent": {
21681
+ display: "flex"
21682
+ },
21675
21683
  "& .app-navigation__itemLabel": {
21676
- display: "none"
21684
+ display: "none",
21685
+ visibility: "collapse"
21677
21686
  }
21678
21687
  }
21679
21688
  },