@aloudata/aloudata-design 1.5.1 → 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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '../../style/index.less';
|
package/dist/index.d.ts
CHANGED
|
@@ -11,6 +11,8 @@ export { default as Button } from './Button';
|
|
|
11
11
|
export type { ButtonType, IButtonProps as ButtonProps } from './Button';
|
|
12
12
|
export { default as Card } from './Card';
|
|
13
13
|
export type { CardProps } from './Card';
|
|
14
|
+
export { default as Carousel } from './Carousel';
|
|
15
|
+
export type { CarouselProps } from './Carousel';
|
|
14
16
|
export { default as Checkbox } from './Checkbox';
|
|
15
17
|
export type { CheckboxOptionType, ICheckboxProps as CheckboxProps, } from './Checkbox';
|
|
16
18
|
export { default as Col } from './Col';
|
package/dist/index.js
CHANGED
|
@@ -7,6 +7,7 @@ export { default as Avatar } from "./Avatar";
|
|
|
7
7
|
export { default as Breadcrumb } from "./Breadcrumb";
|
|
8
8
|
export { default as Button } from "./Button";
|
|
9
9
|
export { default as Card } from "./Card";
|
|
10
|
+
export { default as Carousel } from "./Carousel";
|
|
10
11
|
export { default as Checkbox } from "./Checkbox";
|
|
11
12
|
export { default as Col } from "./Col";
|
|
12
13
|
export { default as Collapse } from "./Collapse";
|