@fattureincloud/fic-design-system 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +8 -8
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -5,6 +5,7 @@ export { Avatar } from './components/avatar';
|
|
5
5
|
export { Badge, BadgeProps, BadgeType, BadgePalette } from './components/badge';
|
6
6
|
export { Banner, BannerProps, BannerType, BannerPalette } from './components/banner';
|
7
7
|
export { Button, ButtonPalette, ButtonProps, IconButton, IconButtonPalette, IconButtonProps, } from './components/buttons';
|
8
|
+
export { Card, CardColor, CardElevation, CardPalette, cardPalette, CardProps, CardType } from './components/card';
|
8
9
|
export { Chart, ChartProps } from './components/chart';
|
9
10
|
export { Chip, ChipType, ChipPalette, ChipProps } from './components/chip';
|
10
11
|
export { CircularProgressBar, circularProgressBarPalette, CircularProgressBarProps, CircularProgressBarType, } from './components/circularProgressBar';
|