@eagami/ui 2.3.0 → 2.5.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 +5 -4
- package/fesm2022/eagami-ui.mjs +918 -700
- package/fesm2022/eagami-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/src/styles/_reset.scss +0 -5
- package/src/styles/_tooltip.scss +3 -8
- package/src/styles/eagami-ui.scss +2 -13
- package/src/styles/tokens/_colors.scss +23 -66
- package/src/styles/tokens/_elevation.scss +27 -21
- package/src/styles/tokens/_index.scss +0 -5
- package/src/styles/tokens/_motion.scss +0 -14
- package/src/styles/tokens/_shape.scss +0 -10
- package/src/styles/tokens/_spacing.scss +4 -17
- package/src/styles/tokens/_typography.scss +31 -58
- package/types/eagami-ui.d.ts +93 -106
package/README.md
CHANGED
|
@@ -42,10 +42,11 @@ See the [Setup](https://eagami.com/ui/setup) page for fonts and your first compo
|
|
|
42
42
|
|
|
43
43
|
## What's included
|
|
44
44
|
|
|
45
|
-
- **
|
|
46
|
-
- **
|
|
47
|
-
- **
|
|
48
|
-
- **
|
|
45
|
+
- **Actions**: Button, Command Palette
|
|
46
|
+
- **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
|
|
47
|
+
- **Overlays**: Dialog, Drawer, Menu, Popover, Toast, Tooltip
|
|
48
|
+
- **Navigation**: Breadcrumbs, Paginator, Stepper, Tabs
|
|
49
|
+
- **Display**: Accordion, Alert, Avatar, Badge, Card, Data Table, Divider, Eagami Wordmark, Empty State, Progress Bar, Skeleton, Spinner, Tag, Tree, Virtual List
|
|
49
50
|
|
|
50
51
|
Full API and live demos at [eagami.com/ui/components](https://eagami.com/ui/components).
|
|
51
52
|
|