eglador-ui-react 0.1.0-alpha.13 → 0.1.0-alpha.14

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
@@ -43,10 +43,10 @@ import { Button, Input, Modal } from "eglador-ui-react";
43
43
  | **Actions** | Button, ButtonGroup, Link |
44
44
  | **Forms** | Input, InputGroup, Textarea, Select, MultiSelect, Checkbox, CheckboxGroup, Radio, RadioGroup, Switch, Label |
45
45
  | **Feedback** | Alert, Notification, Toast, Progress, Spinner, Skeleton |
46
- | **Navigation** | Stepper, Breadcrumb |
46
+ | **Navigation** | NavigationMenu, Menubar, Stepper, Breadcrumb |
47
47
  | **Data Display** | Table, Accordion, Tabs, Badge, Avatar, Empty, Kbd, Tooltip, Typography, Typewriter |
48
48
  | **Overlays** | Modal, Drawer, Dropdown, Popover, AlertDialog, ContextMenu |
49
- | **Layout** | Separator, Collapsible, AspectRatio, ScrollArea, Resizable |
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.13`)
68
+ 3. Create a GitHub Release with a matching tag (e.g. `v0.1.0-alpha.14`)
69
69
 
70
70
  ## Compatibility
71
71