framer-motion-ticker
Advanced tools
Comparing version 1.0.11 to 1.0.12
"use strict"; | ||
exports.__esModule = true; | ||
exports.Ticker = void 0; | ||
exports["default"] = void 0; | ||
var _react = _interopRequireDefault(require("react")); | ||
@@ -77,2 +77,3 @@ var _framerMotion = require("framer-motion"); | ||
}; | ||
exports.Ticker = Ticker; | ||
var _default = Ticker; | ||
exports["default"] = _default; |
import React from 'react'; | ||
import { motion } from 'framer-motion'; | ||
import { v4 as uuidv4 } from 'uuid'; | ||
export var Ticker = _ref => { | ||
var Ticker = _ref => { | ||
var { | ||
@@ -60,2 +60,3 @@ children, | ||
}, item))))); | ||
}; | ||
}; | ||
export default Ticker; |
@@ -1,1 +0,2 @@ | ||
export { Ticker as default } from './src/ticker'; | ||
declare const _default: "./src/ticker"; | ||
export default _default; |
@@ -1,1 +0,1 @@ | ||
export { Ticker as default } from './src/ticker'; | ||
export default './src/ticker'; |
{ | ||
"name": "framer-motion-ticker", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "A React component that acts like a ticker, or marquee.", | ||
@@ -5,0 +5,0 @@ "author": "Andres Movilla <amovilla1103@gmail.com>", |
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
9945
139