@bolttech/atoms-range-slider
Advanced tools
Comparing version 0.5.3 to 0.6.0
{ | ||
"name": "@bolttech/atoms-range-slider", | ||
"version": "0.5.3", | ||
"version": "0.6.0", | ||
"main": "./index.cjs", | ||
@@ -8,3 +8,3 @@ "type": "commonjs", | ||
"dependencies": { | ||
"@edirect/frontend-foundations": "0.0.55", | ||
"@edirect/frontend-foundations": "0.0.56", | ||
"react": "18.2.0", | ||
@@ -11,0 +11,0 @@ "styled-components": "5.3.6" |
export * from './lib/atoms-range-slider'; | ||
export { RangeSliderProps } from './lib/atoms-range-slider.type'; |
@@ -1,4 +0,3 @@ | ||
/// <reference types="react" /> | ||
import { RangeSliderProps } from './atoms-range-slider.type'; | ||
export declare function RangeSlider({ id, dataTestId, min, max, values, step, disabled, onChange, formatText, }: RangeSliderProps): JSX.Element; | ||
export declare function RangeSlider({ id, dataTestId, min, max, values, step, disabled, onChange, formatText, }: RangeSliderProps): import("react/jsx-runtime").JSX.Element; | ||
export default RangeSlider; |
@@ -0,0 +0,0 @@ export declare const RangeSliderContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { |
@@ -0,0 +0,0 @@ /** |
Sorry, the diff of this file is not supported yet
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 5 instances in 1 package
231469
5130
35
2
+ Added@edirect/frontend-foundations@0.0.56(transitive)
- Removed@edirect/frontend-foundations@0.0.55(transitive)