Skip to content

Commit

Permalink
update branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nebula-aac committed Aug 25, 2023
2 parents 821c68e + 02e216f commit ef45ff0
Show file tree
Hide file tree
Showing 24 changed files with 2,501 additions and 2,942 deletions.
36 changes: 19 additions & 17 deletions packages/components/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
import { AppBar } from './appbar';
import { Avatar } from './avatar';
import { BaseButton } from './button';
import { Box } from './box';
import { Chip } from './chip';
import { Dialog } from './dialog';
import { Divider } from './divider';
import { IconButton } from './iconbutton';
import { Paper } from './paper';
import { Stack } from './stack';
import { Tab } from './tab';
import { Tabs } from './tabs';
import { Toolbar } from './toolbar';
import { Tooltip } from './tooltip';
import { Typography } from './typography';

export { AppBar, Avatar, BaseButton, Box, Chip, Dialog, Divider, IconButton, Paper, Stack, Tab, Tabs, Toolbar, Tooltip, Typography };
export { AppBar } from './appbar';
export { Avatar } from './avatar';
export { BaseButton } from './button';
export { Box } from './box';
export { Chip } from './chip';
export { Dialog } from './dialog';
export { DialogActions } from './dialogactions';
export { DialogContent } from './dialogcontent';
export { DialogContentText } from './dialogcontenttext';
export { DialogTitle } from './dialogtitle';
export { Divider } from './divider';
export { IconButton } from './iconbutton';
export { Paper } from './paper';
export { Stack } from './stack';
export { Tab } from './tab';
export { Tabs } from './tabs';
export { Toolbar } from './toolbar';
export { Tooltip } from './tooltip';
export { Typography } from './typography';
7 changes: 7 additions & 0 deletions packages/svg/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"presets": [
"@babel/preset-env",
"@babel/preset-typescript",
"@babel/preset-react"
]
}
4 changes: 3 additions & 1 deletion packages/svg/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
node_modules

build/**
dist/**
dist/**

coverage/**
Loading

0 comments on commit ef45ff0

Please sign in to comment.