react-countdown-circle-timer
Advanced tools
Comparing version 3.1.0 to 3.2.0
{ | ||
"name": "react-countdown-circle-timer", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "Lightweight React countdown timer component with color and progress animation based on SVG", | ||
@@ -11,2 +11,10 @@ "main": "./lib/index.js", | ||
], | ||
"scripts": { | ||
"start": "node scripts/serve.js", | ||
"build": "node scripts/build.js", | ||
"dev:push": "pnpm run build && yalc push", | ||
"test": "jest --collectCoverage", | ||
"test:watch": "jest --watch", | ||
"prepublish": "pnpm build" | ||
}, | ||
"repository": { | ||
@@ -34,12 +42,4 @@ "type": "git", | ||
"devDependencies": { | ||
"@countdown/shared": "3.0.0" | ||
}, | ||
"scripts": { | ||
"start": "node scripts/serve.js", | ||
"build": "node scripts/build.js", | ||
"dev:push": "pnpm run build && yalc push", | ||
"test": "jest --collectCoverage", | ||
"test:watch": "jest --watch", | ||
"prepublish": "pnpm build" | ||
"@countdown/shared": "workspace:*" | ||
} | ||
} | ||
} |
@@ -5,3 +5,3 @@ # React Countdown Circle Timer | ||
[![npm](https://img.shields.io/npm/dw/react-countdown-circle-timer)](https://www.npmtrends.com/react-countdown-circle-timer) | ||
[![Codecov](https://img.shields.io/codecov/c/github/vydimitrov/react-countdown-circle-timer?flag=web)](https://codecov.io/gh/vydimitrov/react-countdown-circle-timer/tree/master/packages/web/src) | ||
[![Codecov](https://img.shields.io/codecov/c/github/vydimitrov/react-countdown-circle-timer?flag=web)](https://app.codecov.io/gh/vydimitrov/react-countdown-circle-timer/tree/master/packages/web/src) | ||
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/react-countdown-circle-timer)](https://bundlephobia.com/result?p=react-countdown-circle-timer) | ||
@@ -80,2 +80,3 @@ | ||
| rotation | clockwise \| counterclockwise | clockwise | Progress path rotation direction | | ||
| isGrowing | boolean | false | Indicated if the progress path should be growing instead of shrinking | | ||
| trailColor | string | #d9d9d9 | Circle trail color - takes any valid color format | | ||
@@ -82,0 +83,0 @@ | isSmoothColorTransition | boolean | true | Indicates if the colors should smoothly transition to the next color | |
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
204
25179
5