@ecohouse/ui 0.1.7 → 0.1.9

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
@@ -4,26 +4,28 @@ Cross-platform UI component library for EcoHouse. Built with React Native primit
4
4
 
5
5
  ## Components
6
6
 
7
- | Component | Description |
8
- | ------------ | ----------------------------------------------------------------------------- |
9
- | `Button` | Pill CTA — `primary` / `secondary`, sizes `lg` / `sm`, optional arrow badge |
10
- | `Badge` | Pill label chip — `default` / `transparent`, optional leading icon |
11
- | `Input` | Text field with label, hint, left/right icons, error & disabled states |
12
- | `Checkbox` | Square checkbox with optional label, controlled or uncontrolled |
13
- | `Toggle` | Animated on/off switch with optional label |
14
- | `Select` | Single/multi-select dropdown with search and keyboard navigation |
15
- | `DatePicker` | Single/range calendar dropdown with month navigation and min/max bounds |
16
- | `Textarea` | Multi-line text field, same label/hint/state chrome as `Input` |
17
- | `Avatar` | Logged-in user chip (image/name/email) with an optional account dropdown menu |
18
- | `Icon` | Dynamic icon by name from the registry (`<Icon name="user" />`) |
7
+ | Component | Description |
8
+ | ------------------ | ----------------------------------------------------------------------------- |
9
+ | `Button` | Pill CTA — `primary` / `secondary`, sizes `lg` / `sm`, optional arrow badge |
10
+ | `Badge` | Pill label chip — `default` / `transparent`, optional leading icon |
11
+ | `Input` | Text field with label, hint, left/right icons, error & disabled states |
12
+ | `Checkbox` | Square checkbox with optional label, controlled or uncontrolled |
13
+ | `Toggle` | Animated on/off switch with optional label |
14
+ | `Select` | Single/multi-select dropdown with search and keyboard navigation |
15
+ | `DatePicker` | Single/range calendar dropdown with month navigation and min/max bounds |
16
+ | `Textarea` | Multi-line text field, same label/hint/state chrome as `Input` |
17
+ | `Avatar` | Logged-in user chip (image/name/email) with an optional account dropdown menu |
18
+ | `LanguageSwitcher` | Compact controlled/uncontrolled language dropdown |
19
+ | `Icon` | Dynamic icon by name from the registry (`<Icon name="user" />`) |
19
20
 
20
21
  ## Primitives
21
22
 
22
23
  Small reusable building blocks (Storybook: **Primitives /***):
23
24
 
24
- | Component | Description |
25
- | ---------- | ----------------------------------------------------------------------- |
26
- | `MenuItem` | Option row (icon + label + action) used in Avatar menus or standalone |
25
+ | Primitive | Description |
26
+ | ----------- | ----------------------------------------------------------------------- |
27
+ | `BrandLogo` | Cortel brand markwhite/brand variants with configurable dimensions |
28
+ | `MenuItem` | Option row (icon + label + action) — used in Avatar menus or standalone |
27
29
 
28
30
  Full props: [`docs/components.md`](./docs/components.md).
29
31