rc-progress
Advanced tools
Comparing version 3.2.2 to 3.2.4
@@ -1,4 +0,3 @@ | ||
/// <reference types="react" /> | ||
import { ProgressProps } from './interface'; | ||
export declare const defaultProps: Partial<ProgressProps>; | ||
export declare const useTransitionDuration: (percentList: number[]) => import("react").MutableRefObject<undefined>[][]; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import Line from './Line'; | ||
@@ -3,0 +2,0 @@ import Circle from './Circle'; |
@@ -16,2 +16,3 @@ /// <reference types="react" /> | ||
transition?: string; | ||
onClick?: React.MouseEventHandler; | ||
} | ||
@@ -18,0 +19,0 @@ export declare type BaseStrokeColorType = string | Record<string, string>; |
@@ -1,4 +0,3 @@ | ||
/// <reference types="react" /> | ||
import { ProgressProps } from './interface'; | ||
export declare const defaultProps: Partial<ProgressProps>; | ||
export declare const useTransitionDuration: (percentList: number[]) => import("react").MutableRefObject<undefined>[][]; |
@@ -10,3 +10,3 @@ "use strict"; | ||
}); | ||
exports.default = exports.isBrowserClient = void 0; | ||
exports.isBrowserClient = exports.default = void 0; | ||
@@ -13,0 +13,0 @@ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray")); |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import Line from './Line'; | ||
@@ -3,0 +2,0 @@ import Circle from './Circle'; |
@@ -8,12 +8,12 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "Line", { | ||
Object.defineProperty(exports, "Circle", { | ||
enumerable: true, | ||
get: function get() { | ||
return _Line.default; | ||
return _Circle.default; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Circle", { | ||
Object.defineProperty(exports, "Line", { | ||
enumerable: true, | ||
get: function get() { | ||
return _Circle.default; | ||
return _Line.default; | ||
} | ||
@@ -20,0 +20,0 @@ }); |
@@ -16,2 +16,3 @@ /// <reference types="react" /> | ||
transition?: string; | ||
onClick?: React.MouseEventHandler; | ||
} | ||
@@ -18,0 +19,0 @@ export declare type BaseStrokeColorType = string | Record<string, string>; |
{ | ||
"name": "rc-progress", | ||
"version": "3.2.2", | ||
"version": "3.2.4", | ||
"description": "progress ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
36137
715
1