react-infinite-logo-slider
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -9,3 +9,3 @@ import React from "react"; | ||
blurBorders?: boolean; | ||
blurBoderColor?: string; | ||
blurBorderColor?: string; | ||
} | ||
@@ -12,0 +12,0 @@ interface SlideProps { |
@@ -25,3 +25,3 @@ var __assign = (this && this.__assign) || function () { | ||
var Slider = function (_a) { | ||
var children = _a.children, _b = _a.width, width = _b === void 0 ? "200px" : _b, _c = _a.duration, duration = _c === void 0 ? 40 : _c, _d = _a.toRight, toRight = _d === void 0 ? false : _d, _e = _a.pauseOnHover, pauseOnHover = _e === void 0 ? false : _e, _f = _a.blurBorders, blurBorders = _f === void 0 ? false : _f, _g = _a.blurBoderColor, blurBoderColor = _g === void 0 ? "#fff" : _g; | ||
var children = _a.children, _b = _a.width, width = _b === void 0 ? "200px" : _b, _c = _a.duration, duration = _c === void 0 ? 40 : _c, _d = _a.toRight, toRight = _d === void 0 ? false : _d, _e = _a.pauseOnHover, pauseOnHover = _e === void 0 ? false : _e, _f = _a.blurBorders, blurBorders = _f === void 0 ? false : _f, _g = _a.blurBorderColor, blurBorderColor = _g === void 0 ? "#fff" : _g; | ||
var _h = useState(""), idNanoid = _h[0], setIdNanoid = _h[1]; | ||
@@ -91,3 +91,3 @@ // Generate a random string ID for keyframes | ||
height: "105%", | ||
background: "linear-gradient(90deg, ".concat(blurBoderColor, " 10%, rgba(255, 255, 255, 0) 80%)"), | ||
background: "linear-gradient(90deg, ".concat(blurBorderColor, " 10%, rgba(255, 255, 255, 0) 80%)"), | ||
} }), | ||
@@ -101,3 +101,3 @@ React.createElement("div", { style: { | ||
height: "120%", | ||
background: "linear-gradient(90deg, ".concat(blurBoderColor, " 10%, rgba(255, 255, 255, 0) 80%)"), | ||
background: "linear-gradient(90deg, ".concat(blurBorderColor, " 10%, rgba(255, 255, 255, 0) 80%)"), | ||
} }))))); | ||
@@ -104,0 +104,0 @@ }; |
{ | ||
"name": "react-infinite-logo-slider", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A slider of logos or react components that scroll horizontally infinitely", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
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
10697