New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@leafygreen-ui/stepper

Package Overview
Dependencies
Maintainers
4
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafygreen-ui/stepper - npm Package Compare versions

Comparing version 3.0.4 to 3.1.0-next.0

tsdoc.json

20

CHANGELOG.md
# @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

dist/StepIcon.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc