eglador-ui-react 0.1.0-alpha.13 → 0.1.0-alpha.15
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 +7 -7
- package/dist/index.d.mts +1204 -259
- package/dist/index.d.ts +1204 -259
- package/dist/index.js +5522 -2123
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5427 -2079
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,13 +40,13 @@ import { Button, Input, Modal } from "eglador-ui-react";
|
|
|
40
40
|
|
|
41
41
|
| Category | Components |
|
|
42
42
|
|----------|-----------|
|
|
43
|
-
| **Actions** | Button, ButtonGroup, Link |
|
|
44
|
-
| **Forms** | Input, InputGroup, Textarea, Select, MultiSelect, Checkbox, CheckboxGroup, Radio, RadioGroup, Switch, Label |
|
|
43
|
+
| **Actions** | Button, ButtonGroup, Link, SpeedDial |
|
|
44
|
+
| **Forms** | Input, InputGroup, InputOTP, Calendar, DatePicker, DateTimePicker, Textarea, Select, NativeSelect, MultiSelect, Checkbox, CheckboxGroup, Radio, RadioGroup, Switch, Label |
|
|
45
45
|
| **Feedback** | Alert, Notification, Toast, Progress, Spinner, Skeleton |
|
|
46
|
-
| **Navigation** | Stepper, Breadcrumb |
|
|
47
|
-
| **Data Display** | Table, Accordion, Tabs, Badge, Avatar, Empty, Kbd, Tooltip, Typography, Typewriter |
|
|
48
|
-
| **Overlays** | Modal, Drawer, Dropdown, Popover, AlertDialog, ContextMenu |
|
|
49
|
-
| **Layout** | Separator, Collapsible, AspectRatio, ScrollArea, Resizable |
|
|
46
|
+
| **Navigation** | NavigationMenu, Menubar, Pagination, Stepper, Breadcrumb |
|
|
47
|
+
| **Data Display** | DataTable, Table, Accordion, Tabs, TreeView, Badge, Avatar, Empty, Kbd, Tooltip, Typography, Typewriter |
|
|
48
|
+
| **Overlays** | Modal, Drawer, Dropdown, Popover, HoverCard, AlertDialog, ContextMenu, Command |
|
|
49
|
+
| **Layout** | Sidebar, Separator, Collapsible, AspectRatio, ScrollArea, Resizable |
|
|
50
50
|
| **Media** | MediaImage, MediaVideo, Carousel |
|
|
51
51
|
|
|
52
52
|
## Development
|
|
@@ -65,7 +65,7 @@ Publishing is automated via GitHub Actions. When a GitHub Release is created, th
|
|
|
65
65
|
|
|
66
66
|
1. Update `version` in `package.json`
|
|
67
67
|
2. Commit and push
|
|
68
|
-
3. Create a GitHub Release with a matching tag (e.g. `v0.1.0-alpha.
|
|
68
|
+
3. Create a GitHub Release with a matching tag (e.g. `v0.1.0-alpha.15`)
|
|
69
69
|
|
|
70
70
|
## Compatibility
|
|
71
71
|
|