@eagami/ui 5.8.5 → 5.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/README.md +3 -3
- package/fesm2022/eagami-ui.mjs +2075 -1324
- package/fesm2022/eagami-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/types/eagami-ui.d.ts +85 -1
package/README.md
CHANGED
|
@@ -65,10 +65,10 @@ See the [Setup](https://eagami.com/ui/setup) page for fonts and your first compo
|
|
|
65
65
|
## What's included
|
|
66
66
|
|
|
67
67
|
- **Actions**: Button, Command Palette
|
|
68
|
-
- **Form controls**: Autocomplete, Avatar Editor, Checkbox, Code Input, Color Picker, Date Picker, Dropdown, File Uploader, Input, Multi-Select, Radio, Range Slider, Rating, Segmented, Slider, Switch, Textarea, Time Picker, Transfer List
|
|
68
|
+
- **Form controls**: Autocomplete, Avatar Editor, Checkbox, Code Input, Color Picker, Date Picker, Dropdown, File Uploader, Form Field, Input, Multi-Select, Number Input, Radio, Range Slider, Rating, Segmented, Slider, Switch, Textarea, Time Picker, Transfer List
|
|
69
69
|
- **Overlays**: Dialog, Drawer, Menu, Popover, Toast, Tooltip
|
|
70
70
|
- **Navigation**: Breadcrumbs, Paginator, Stepper, Tabs
|
|
71
|
-
- **Display**: Accordion, Alert, Avatar, Badge, Card, Data Table, Divider, Eagami Wordmark, Empty State, Progress Bar, Skeleton, Spinner, Tag, Tree, Virtual List
|
|
71
|
+
- **Display**: Accordion, Alert, Avatar, Badge, Card, Data Table, Divider, Eagami Wordmark, Empty State, Progress Bar, Skeleton, Spinner, Tag, Timeline, Tree, Virtual List
|
|
72
72
|
|
|
73
73
|
Full API and live demos at [eagami.com/ui/components](https://eagami.com/ui/components).
|
|
74
74
|
|
|
@@ -142,7 +142,7 @@ Eagami UI follows [Semantic Versioning](https://semver.org). Breaking changes sh
|
|
|
142
142
|
|
|
143
143
|
| | |
|
|
144
144
|
|---|---|
|
|
145
|
-
| Angular | `^21.0.0` (peer dep) |
|
|
145
|
+
| Angular | `^21.0.0 || ^22.0.0` (peer dep) |
|
|
146
146
|
| Node | `>= 20` for build/dev tooling |
|
|
147
147
|
| Rendering | Browser, SSR / prerender (Angular Universal), hydration |
|
|
148
148
|
| Browsers | Last 2 stable versions of Chrome, Edge, Firefox (plus current ESR), Safari |
|