@chakra-ui/stepper
Advanced tools
Comparing version 0.0.0-dev-20230718132637 to 0.0.0-dev-20230822131635
@@ -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 @@ }, |
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
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
139464
105
1841
+ Added@chakra-ui/anatomy@0.0.0-dev-20230822131635(transitive)
+ Added@chakra-ui/color-mode@2.2.0(transitive)
+ Added@chakra-ui/icon@0.0.0-dev-20230822131635(transitive)
+ Added@chakra-ui/react-context@2.1.0(transitive)
+ Added@chakra-ui/react-use-safe-layout-effect@2.1.0(transitive)
+ Added@chakra-ui/system@0.0.0-dev-20230822131635(transitive)
+ Added@chakra-ui/theme@0.0.0-dev-20230822131635(transitive)
+ Added@chakra-ui/theme-tools@0.0.0-dev-20230822131635(transitive)
+ Added@chakra-ui/theme-utils@0.0.0-dev-20230822131635(transitive)
+ Addedreact-fast-compare@3.2.2(transitive)
- Removed@chakra-ui/anatomy@0.0.0-dev-20230718132637(transitive)
- Removed@chakra-ui/color-mode@0.0.0-dev-20230718132637(transitive)
- Removed@chakra-ui/icon@0.0.0-dev-20230718132637(transitive)
- Removed@chakra-ui/react-context@0.0.0-dev-20230718132637(transitive)
- Removed@chakra-ui/react-use-safe-layout-effect@0.0.0-dev-20230718132637(transitive)
- Removed@chakra-ui/system@0.0.0-dev-20230718132637(transitive)
- Removed@chakra-ui/theme@0.0.0-dev-20230718132637(transitive)
- Removed@chakra-ui/theme-tools@0.0.0-dev-20230718132637(transitive)
- Removed@chakra-ui/theme-utils@0.0.0-dev-20230718132637(transitive)
- Removedreact-fast-compare@3.2.1(transitive)