elseware-ui 2.12.4 → 2.12.6
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
|
@@ -1,10 +1,19 @@
|
|
|
1
1
|
# elseware UI
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
## Folder Hierarchy
|
|
4
|
+
- components: Base UI primitives (buttons, inputs, modals, etc.)
|
|
5
|
+
- compositions: Composite reusable structures built from primitives
|
|
6
|
+
- data: Metadata used on the components/compositions
|
|
7
|
+
- layouts: Page layouts that can be used to quickly structure the page formats
|
|
8
|
+
- styles: Tailwind/CSS stylings
|
|
9
|
+
- types: Custom react types
|
|
10
|
+
- utils: Reusable utility functions and hooks
|
|
11
|
+
|
|
12
|
+
## Setup
|
|
4
13
|
|
|
5
14
|
Install the dependendecies via `npm i`.
|
|
6
15
|
|
|
7
|
-
|
|
16
|
+
## Run Storybook
|
|
8
17
|
|
|
9
18
|
To test the components and its features start storybook using `npm run storybook`.
|
|
10
19
|
|
package/build/index.d.ts
CHANGED
|
@@ -67,3 +67,4 @@ import useDrawer from "./utils/hooks/components/useDrawer";
|
|
|
67
67
|
import useClickOutside from "./utils/hooks/useClickOutside";
|
|
68
68
|
import useIsMobile from "./utils/hooks/useIsMobile";
|
|
69
69
|
export { AdvancedTable, AdvancedTableColumnConfig, Avatar, Badge, TitleBanner, Brand, BarChart, LineChart, PieChart, Chip, Flag, Image, CloudinaryImage, Info, List, ListItem, PriceTag, StarRating, StarRatingDistribution, Slider, Table, Tag, Typography, Chapter, Section, Paragraph, Quote, YoutubeVideoPlayer, Button, Checkbox, DateSelector, Form, FormResponse, ImageInput, InputResponse, InputLabel, Input, InputFile, InputList, InputListGroup, MultiImageInput, Radio, StarRatingInput, Select, Switch, Tags, TextArea, Backdrop, Skeleton, Toast, sendToast, Transition, ContentArea, Sidebar, Flex, FlexCol, FlexRow, Grid, Layout, Header, Content, Footer, MarkdownEditor, MarkdownViewer, Breadcrumb, BreadcrumbItem, Drawer, DrawerToggler, FooterNav, FooterNavGroup, FooterNavItem, FooterNavItemTitle, FooterNavItemContext, HeaderNav, HeaderNavGroup, HeaderNavItem, HeaderNavItemTitle, HeaderNavItemContext, Link, Menu, MenuGroup, MenuItem, MenuItemTitle, RouteTab, RouteTabs, Modal, UnderConstructionBanner, Accordion, Card, CardHeader, CardContent, CardFooter, ThemeContext, ThemeProvider, ThemeSwitch, AsyncComponentWrapper, ShowMore, useModal, useDrawer, useClickOutside, useIsMobile, };
|
|
70
|
+
export * from "./compositions";
|
package/build/index.es.js
CHANGED
|
@@ -111696,4 +111696,8 @@ var useDrawer = function (defaultVisibility) {
|
|
|
111696
111696
|
};
|
|
111697
111697
|
};
|
|
111698
111698
|
|
|
111699
|
-
|
|
111699
|
+
function BoxHeaderNav() {
|
|
111700
|
+
return (jsx("div", { children: "BoxHeaderNav" }));
|
|
111701
|
+
}
|
|
111702
|
+
|
|
111703
|
+
export { Accordion, AdvancedTable, AsyncComponentWrapper, Avatar, Backdrop, Badge, BarChart, BoxHeaderNav, Brand, Breadcrumb, BreadcrumbItem, Button$2 as Button, Card, CardContent, CardFooter, CardHeader, Chapter, Checkbox, Chip, CloudinaryImage, Content$2 as Content, ContentArea, DateSelector, Drawer, DrawerToggler, Flag, Flex, FlexCol, FlexRow, Footer, FooterNav, FooterNavGroup, FooterNavItem, FooterNavItemContext, FooterNavItemTitle, Form, FormResponse, Grid, Header, HeaderNav, HeaderNavGroup, HeaderNavItem, HeaderNavItemContext, HeaderNavItemTitle, Image$2 as Image, ImageInput, Info, Input, InputFile, InputLabel, InputList, InputListGroup, InputResponse, Layout, LineChart, Link, List, ListItem, MarkdownEditor, MarkdownViewer, Menu, MenuGroup, MenuItem, MenuItemTitle, Modal, MultiImageInput, Paragraph, PieChart, PriceTag, Quote, Radio, RouteTab, RouteTabs, Section, Select$2 as Select, ShowMore, Sidebar, Skeleton, Slider, StarRating, StarRatingDistribution, StarRatingInput, Switch, Table, Tag, Tags, TextArea, ThemeContext, ThemeProvider, ThemeSwitch, TitleBanner, Toast, Transition, Typography, UnderConstructionBanner, YoutubeVideoPlayer, sendToast, useClickOutside, useDrawer, useIsMobile, useModal };
|
package/build/index.js
CHANGED
|
@@ -111723,6 +111723,10 @@ var useDrawer = function (defaultVisibility) {
|
|
|
111723
111723
|
};
|
|
111724
111724
|
};
|
|
111725
111725
|
|
|
111726
|
+
function BoxHeaderNav() {
|
|
111727
|
+
return (jsxRuntime.jsx("div", { children: "BoxHeaderNav" }));
|
|
111728
|
+
}
|
|
111729
|
+
|
|
111726
111730
|
exports.Accordion = Accordion;
|
|
111727
111731
|
exports.AdvancedTable = AdvancedTable;
|
|
111728
111732
|
exports.AsyncComponentWrapper = AsyncComponentWrapper;
|
|
@@ -111730,6 +111734,7 @@ exports.Avatar = Avatar;
|
|
|
111730
111734
|
exports.Backdrop = Backdrop;
|
|
111731
111735
|
exports.Badge = Badge;
|
|
111732
111736
|
exports.BarChart = BarChart;
|
|
111737
|
+
exports.BoxHeaderNav = BoxHeaderNav;
|
|
111733
111738
|
exports.Brand = Brand;
|
|
111734
111739
|
exports.Breadcrumb = Breadcrumb;
|
|
111735
111740
|
exports.BreadcrumbItem = BreadcrumbItem;
|