@aloudata/aloudata-design 2.7.7 → 2.8.0

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/index.d.ts CHANGED
@@ -74,6 +74,7 @@ export { default as Select } from './Select';
74
74
  export type { IRefSelectProps as RefSelectProps, ISelectProps as SelectProps, } from './Select';
75
75
  export { default as Skeleton } from './Skeleton';
76
76
  export type { SkeletonProps } from './Skeleton';
77
+ export { default as Slider } from './Slider';
77
78
  export { default as Space } from './Space';
78
79
  export type { SpaceProps } from './Space';
79
80
  export { default as Spin } from './Spin';
package/dist/index.js CHANGED
@@ -42,6 +42,7 @@ export { default as Row } from "./Row";
42
42
  export { default as ScrollArea } from "./ScrollArea";
43
43
  export { default as Select } from "./Select";
44
44
  export { default as Skeleton } from "./Skeleton";
45
+ export { default as Slider } from "./Slider";
45
46
  export { default as Space } from "./Space";
46
47
  export { default as Spin } from "./Spin";
47
48
  export { default as StatusLight } from "./StatusLight";
package/dist/index.less CHANGED
@@ -56,3 +56,4 @@
56
56
  @import './Badge/style/index.less';
57
57
  @import './StatusLight/style/index.less';
58
58
  @import './OverflowCount/style/index.less';
59
+ @import './Slider/style/index.less';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloudata/aloudata-design",
3
- "version": "2.7.7",
3
+ "version": "2.8.0",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",