pixuireactcomponents 1.5.0 → 1.5.1

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.
Files changed (3) hide show
  1. package/index.d.ts +1 -0
  2. package/index.js +1 -0
  3. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export { Carousel } from "./src/components/react/app/carousel/Carousel";
2
+ export { CarouselMulti } from "./src/components/react/app/carouselMulti/CarouselMulti";
2
3
  export { Button } from "./src/components/react/app/button/Button";
3
4
  export { CheckBox } from "./src/components/react/app/checkBox/CheckBox";
4
5
  export { DropDown } from "./src/components/react/app/dropDown/DropDown";
package/index.js CHANGED
@@ -1,5 +1,6 @@
1
1
  // Description: This file is the entry point for the library. It exports all the components.
2
2
  export { Carousel } from './src/components/react/app/carousel/Carousel';
3
+ export { CarouselMulti } from './src/components/react/app/carouselMulti/CarouselMulti';
3
4
  export { Button } from './src/components/react/app/button/Button';
4
5
  export { CheckBox } from './src/components/react/app/checkBox/CheckBox';
5
6
  import { CheckBoxGroup } from './src/components/react/app/checkBox/CheckBoxGroup';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pixuireactcomponents",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "pixui react components",
5
5
  "main": "index.js",
6
6
  "scripts": {