Socket
Socket
Sign inDemoInstall

@chakra-ui/stepper

Package Overview
Dependencies
87
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-dev-20230718132637 to 0.0.0-dev-20230822131635

dist/icons.d.mts

3

dist/icons.d.ts

@@ -0,5 +1,6 @@

import * as react_jsx_runtime from 'react/jsx-runtime';
import { ComponentProps } from 'react';
declare function CheckIcon(props: ComponentProps<"svg">): JSX.Element;
declare function CheckIcon(props: ComponentProps<"svg">): react_jsx_runtime.JSX.Element;
export { CheckIcon };

@@ -14,2 +14,3 @@ export { Step, StepProps } from './step.js';

import 'react';
import 'react/jsx-runtime';
import '@chakra-ui/icon';

@@ -0,5 +1,6 @@

import * as react_jsx_runtime from 'react/jsx-runtime';
import { IconProps } from '@chakra-ui/icon';
declare function StepIcon(props: IconProps): JSX.Element;
declare function StepIcon(props: IconProps): react_jsx_runtime.JSX.Element;
export { StepIcon };

@@ -0,1 +1,2 @@

import * as react_jsx_runtime from 'react/jsx-runtime';
import { HTMLChakraProps } from '@chakra-ui/system';

@@ -5,5 +6,5 @@

}
declare function StepIndicator(props: StepIndicatorProps): JSX.Element;
declare function StepIndicatorContent(): JSX.Element;
declare function StepIndicator(props: StepIndicatorProps): react_jsx_runtime.JSX.Element;
declare function StepIndicatorContent(): react_jsx_runtime.JSX.Element;
export { StepIndicator, StepIndicatorContent, StepIndicatorProps };

@@ -0,1 +1,2 @@

import * as react_jsx_runtime from 'react/jsx-runtime';
import { StepStatusType, StepContext } from './step-context.js';

@@ -8,4 +9,4 @@ import '@chakra-ui/system';

}
declare function StepStatus(props: StepStatusProps): JSX.Element | null;
declare function StepStatus(props: StepStatusProps): react_jsx_runtime.JSX.Element | null;
export { StepStatus, StepStatusProps };
{
"name": "@chakra-ui/stepper",
"version": "0.0.0-dev-20230718132637",
"version": "0.0.0-dev-20230822131635",
"description": "The stepper component to create a logical sequence of steps",

@@ -28,14 +28,14 @@ "keywords": [

"dependencies": {
"@chakra-ui/icon": "0.0.0-dev-20230718132637",
"@chakra-ui/react-context": "0.0.0-dev-20230718132637",
"@chakra-ui/icon": "0.0.0-dev-20230822131635",
"@chakra-ui/react-context": "2.1.0",
"@chakra-ui/shared-utils": "2.0.5"
},
"devDependencies": {
"react": "^18.0.0",
"react": "^18.2.0",
"clean-package": "2.2.0",
"@chakra-ui/system": "0.0.0-dev-20230718132637",
"@chakra-ui/layout": "0.0.0-dev-20230718132637"
"@chakra-ui/layout": "0.0.0-dev-20230822131635",
"@chakra-ui/system": "0.0.0-dev-20230822131635"
},
"peerDependencies": {
"@chakra-ui/system": "0.0.0-dev-20230718132637",
"@chakra-ui/system": "0.0.0-dev-20230822131635",
"react": ">=18"

@@ -42,0 +42,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc