@leafygreen-ui/stepper
Advanced tools
Comparing version 3.0.4 to 3.1.0-next.0
# @leafygreen-ui/stepper | ||
## 3.1.0-next.0 | ||
### Minor Changes | ||
- b70fe564: Updates TypeScript annotations, type structures and export format of some components | ||
### Patch Changes | ||
- Updated dependencies [b70fe564] | ||
- Updated dependencies [00a2a281] | ||
- Updated dependencies [00a2a281] | ||
- Updated dependencies [00a2a281] | ||
- Updated dependencies [b70fe564] | ||
- @leafygreen-ui/icon@11.11.0-next.0 | ||
- @leafygreen-ui/typography@13.2.0-next.0 | ||
- @leafygreen-ui/lib@9.5.0-next.0 | ||
- @leafygreen-ui/tooltip@7.1.2-next.0 | ||
- @leafygreen-ui/emotion@4.0.2-next.0 | ||
- @leafygreen-ui/palette@3.4.3-next.0 | ||
## 3.0.4 | ||
@@ -4,0 +24,0 @@ |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import { StepIconProps } from './types'; | ||
@@ -3,0 +2,0 @@ declare const StepIcon: ({ state, size, ...rest }: StepIconProps) => JSX.Element; |
@@ -33,2 +33,4 @@ import React, { Dispatch } from 'react'; | ||
* * NOTE: Validations for this prop's value in relation to `completedStepsShown` and `currentStep` are not implemented yet. | ||
* | ||
* @default children.length | 1 | ||
*/ | ||
@@ -35,0 +37,0 @@ maxDisplayedSteps?: number; |
{ | ||
"name": "@leafygreen-ui/stepper", | ||
"version": "3.0.4", | ||
"version": "3.1.0-next.0", | ||
"description": "leafyGreen UI Kit Stepper", | ||
@@ -23,8 +23,8 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"@leafygreen-ui/emotion": "^4.0.1", | ||
"@leafygreen-ui/icon": "^11.10.2", | ||
"@leafygreen-ui/lib": "^9.4.2", | ||
"@leafygreen-ui/palette": "^3.4.2", | ||
"@leafygreen-ui/tooltip": "^7.1.1", | ||
"@leafygreen-ui/typography": "^13.1.2", | ||
"@leafygreen-ui/emotion": "^4.0.2-next.0", | ||
"@leafygreen-ui/icon": "^11.11.0-next.0", | ||
"@leafygreen-ui/lib": "^9.5.0-next.0", | ||
"@leafygreen-ui/palette": "^3.4.3-next.0", | ||
"@leafygreen-ui/tooltip": "^7.1.2-next.0", | ||
"@leafygreen-ui/typography": "^13.2.0-next.0", | ||
"polished": "^4.1.3" | ||
@@ -31,0 +31,0 @@ }, |
@@ -45,2 +45,4 @@ import React, { Dispatch } from 'react'; | ||
* * NOTE: Validations for this prop's value in relation to `completedStepsShown` and `currentStep` are not implemented yet. | ||
* | ||
* @default children.length | 1 | ||
*/ | ||
@@ -47,0 +49,0 @@ maxDisplayedSteps?: number; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
345840
42
7103
2
2
+ Added@babel/generator@7.26.8(transitive)
+ Added@babel/parser@7.26.8(transitive)
+ Added@babel/template@7.26.8(transitive)
+ Added@babel/traverse@7.26.8(transitive)
+ Added@babel/types@7.26.8(transitive)
- Removed@babel/generator@7.26.5(transitive)
- Removed@babel/parser@7.26.7(transitive)
- Removed@babel/template@7.25.9(transitive)
- Removed@babel/traverse@7.26.7(transitive)
- Removed@babel/types@7.26.7(transitive)