hplx-react-elements-dev 1.1.2 → 1.1.4

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.
@@ -454,4 +454,13 @@ export interface InputTagProps {
454
454
  allowDuplicates?: boolean;
455
455
  getInputValue?: (value: string) => void;
456
456
  }
457
+ export interface CarouselProps {
458
+ imageList: Array<string>;
459
+ isNextPrev?: boolean;
460
+ caroselLeftIcon?: string;
461
+ caroselRightIcon?: string;
462
+ timeInterval?: number;
463
+ carouselIndicator?: boolean;
464
+ autoPlay?: boolean;
465
+ }
457
466
  export {};
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "frontend",
10
10
  "healthplix"
11
11
  ],
12
- "version": "1.1.2",
12
+ "version": "1.1.4",
13
13
  "main": "dist/esm/index.js",
14
14
  "module": "dist/esm/index.js",
15
15
  "types": "dist/esm/index.d.ts",