@julseb-lib/react 1.1.3 → 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.
@@ -853,6 +853,7 @@ interface ILibSlideshowBase extends LibComponentBase<HTMLDivElement> {
853
853
  options?: ILibPaginationOptions;
854
854
  borderRadius?: LibRadiuses;
855
855
  hidePagination?: boolean;
856
+ defaultSlide?: number;
856
857
  }
857
858
  interface SlideshowWithImages extends ILibSlideshowBase {
858
859
  images?: Array<string>;
@@ -853,6 +853,7 @@ interface ILibSlideshowBase extends LibComponentBase<HTMLDivElement> {
853
853
  options?: ILibPaginationOptions;
854
854
  borderRadius?: LibRadiuses;
855
855
  hidePagination?: boolean;
856
+ defaultSlide?: number;
856
857
  }
857
858
  interface SlideshowWithImages extends ILibSlideshowBase {
858
859
  images?: Array<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@julseb-lib/react",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "files": [