@houssemdi2000/design-system 1.5.2 → 1.5.3
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/dist/components/index.d.ts +1 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1128,5 +1128,5 @@ const TabPanel = ({ when, children }) => {
|
|
|
1128
1128
|
return ctx.activeTab === when ? (jsx("div", { className: "tab-panel", children: children })) : null;
|
|
1129
1129
|
};
|
|
1130
1130
|
|
|
1131
|
-
export { Accordion, Alert, Avatar, Bloc, Button, Card, Center, Checkbox, Colors, Column, Container, CustomText, Divider, DragDrop, EditableField, Footer, FormBuilder, Grid, Header, Layout, Loading, Modal, Navbar, Pagination, ProfileMenu, QuicklyLogin, Radio, Row, Select, Sidebar, SimpleTable, SmartCarousel, SmartTable, SmartTimeline, Spacer, Stepper, Tab, TabPanel, TableFilterBar, Tabs, TabsContext, Tag, Text, TextField, ThemeProvider, TimeLineContainer, ToastProvider, Tooltip, tco, useTheme, useToast };
|
|
1131
|
+
export { Accordion, Alert, Avatar, Bloc, Button, Card, Center, Checkbox, Colors, Column, Container, CustomText, Divider, DragDrop, EditableField, Footer, FormBuilder, Grid, Header, IconButton, Layout, Loading, Modal, Navbar, Pagination, ProfileMenu, QuicklyLogin, Radio, Row, Select, Sidebar, SimpleTable, SmartCarousel, SmartTable, SmartTimeline, Spacer, Stepper, Tab, TabPanel, TableFilterBar, Tabs, TabsContext, Tag, Text, TextField, ThemeProvider, TimeLineContainer, ToastProvider, Tooltip, tco, useTheme, useToast };
|
|
1132
1132
|
//# sourceMappingURL=index.esm.js.map
|