react-insta-stories
Advanced tools
Comparing version 2.5.6 to 2.5.7
@@ -11,2 +11,5 @@ import * as React from "react"; | ||
storyStyles?: Object; | ||
progressContainerStyles?: Object; | ||
progressWrapperStyles?: Object; | ||
progressStyles?: Object; | ||
loop?: boolean; | ||
@@ -34,2 +37,5 @@ defaultInterval?: number; | ||
storyStyles?: Object; | ||
progressContainerStyles?: Object; | ||
progressWrapperStyles?: Object; | ||
progressStyles?: Object; | ||
loop?: boolean; | ||
@@ -36,0 +42,0 @@ defaultInterval?: number; |
{ | ||
"name": "react-insta-stories", | ||
"version": "2.5.6", | ||
"version": "2.5.7", | ||
"description": "A React component for Instagram like stories", | ||
@@ -10,2 +10,3 @@ "main": "dist/index.js", | ||
"build:dev": "webpack --mode development", | ||
"prepare": "npm run build", | ||
"prestart": "webpack --mode development", | ||
@@ -12,0 +13,0 @@ "start": "webpack --watch --mode development", |
@@ -59,2 +59,5 @@ ![Main image](https://i.imgur.com/OAL12S5.jpg) | ||
| `storyStyles` | Object | none | Override the default story styles mentioned below. | | ||
| `progressContainerStyles` | Object | `{}` | Styles object for the container wrapping the progress bars | | ||
| `progressWrapperStyles` | Object | `{}` | Styles object for the container wrapping each progress bar bars | | ||
| `progressStyles` | Object | `{}` | Styles object for the progress bars | | ||
| `loop` | Boolean | false | The last story loop to the first one and restart the stories. | | ||
@@ -61,0 +64,0 @@ | **New props** | ⭐️ | ⭐️ | ⭐️ | |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
97753
2104
405
0