@ecohouse/ui 0.1.29 → 0.1.31

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/README.md CHANGED
@@ -16,6 +16,9 @@ Cross-platform UI component library for EcoHouse. Built with React Native primit
16
16
  | `DatePicker` | Single/range calendar dropdown with month navigation and min/max bounds |
17
17
  | `Textarea` | Multi-line text field, same label/hint/state chrome as `Input` |
18
18
  | `Avatar` | Logged-in user chip (image/name/email) with an optional account dropdown menu |
19
+ | `AvatarSimple` | Compact account card (avatar + name/email + logout) for sidebars |
20
+ | `Sidebar` | Account sidebar — logo, nav items, collapse, AvatarSimple footer |
21
+ | `SegmentedToggle` | 2- or 3-option pill control with sliding active indicator |
19
22
  | `LanguageSwitcher` | Compact controlled/uncontrolled language dropdown |
20
23
  | `Icon` | Dynamic icon by name from the registry (`<Icon name="user" />`) |
21
24