@purpurds/stepper
Advanced tools
Comparing version 5.14.0 to 5.15.0
{ | ||
"nonCachedDurationMs": 11157.995111999997 | ||
"nonCachedDurationMs": 10443.522467000003 | ||
} |
{ | ||
"nonCachedDurationMs": 3730.4494650000015 | ||
"nonCachedDurationMs": 4126.970799999999 | ||
} |
Name: @purpurds/button | ||
Version: 5.13.0 | ||
Version: 5.14.0 | ||
License: AGPL-3.0-only | ||
@@ -9,3 +9,3 @@ Private: false | ||
Name: @purpurds/icon | ||
Version: 5.13.0 | ||
Version: 5.14.0 | ||
License: AGPL-3.0-only | ||
@@ -17,3 +17,3 @@ Private: false | ||
Name: @purpurds/visually-hidden | ||
Version: 5.13.0 | ||
Version: 5.14.0 | ||
License: AGPL-3.0-only | ||
@@ -25,3 +25,3 @@ Private: false | ||
Name: @babel/runtime | ||
Version: 7.23.5 | ||
Version: 7.25.6 | ||
License: MIT | ||
@@ -231,4 +231,4 @@ Private: false | ||
Name: @purpurds/tooltip | ||
Version: 5.13.0 | ||
Version: 5.14.0 | ||
License: AGPL-3.0-only | ||
Private: false |
@@ -0,3 +1,3 @@ | ||
import { default as React } from 'react'; | ||
import { HandleStepChangeFunction, HandleStepFocusFunction, Step, StepperVariant, VisibilityStates } from './types'; | ||
import { default as React } from 'react'; | ||
@@ -4,0 +4,0 @@ export type StepNumberProps = { |
@@ -0,3 +1,3 @@ | ||
import { default as React, ComponentPropsWithoutRef, ReactChild, ReactElement, ReactFragment, ReactNode, ReactPortal } from 'react'; | ||
import { Optional, Step } from './types'; | ||
import { default as React, ComponentPropsWithoutRef, ReactChild, ReactElement, ReactFragment, ReactNode, ReactPortal } from 'react'; | ||
@@ -4,0 +4,0 @@ export type StepperContentProps = { |
@@ -0,3 +1,3 @@ | ||
import { default as React } from 'react'; | ||
import { HandleStepChangeFunction, HandleStepFocusFunction, Step, StepperVariant } from './types'; | ||
import { default as React } from 'react'; | ||
@@ -4,0 +4,0 @@ export type StepperNavItemsProps = { |
@@ -0,4 +1,4 @@ | ||
import { default as React, ReactElement } from 'react'; | ||
import { StepperContent } from './stepper-content'; | ||
import { StepChangeFunction, StepperVariant } from './types'; | ||
import { StepperContent } from './stepper-content'; | ||
import { default as React, ReactElement } from 'react'; | ||
@@ -5,0 +5,0 @@ export type ScrollButtonLabels = { |
@@ -0,3 +1,3 @@ | ||
import { default as React } from 'react'; | ||
import { STEPPER_VARIANT, VISIBILITY_STATES } from './constants.ts'; | ||
import { default as React } from 'react'; | ||
@@ -4,0 +4,0 @@ export type Optional<T, K extends keyof T> = Pick<Partial<T>, K> & Omit<T, K>; |
{ | ||
"name": "@purpurds/stepper", | ||
"version": "5.14.0", | ||
"version": "5.15.0", | ||
"license": "AGPL-3.0-only", | ||
@@ -20,7 +20,7 @@ "main": "./dist/stepper.cjs.js", | ||
"classnames": "~2.5.0", | ||
"@purpurds/button": "5.14.0", | ||
"@purpurds/tokens": "5.14.0", | ||
"@purpurds/icon": "5.14.0", | ||
"@purpurds/tooltip": "5.14.0", | ||
"@purpurds/visually-hidden": "5.14.0" | ||
"@purpurds/button": "5.15.0", | ||
"@purpurds/tokens": "5.15.0", | ||
"@purpurds/tooltip": "5.15.0", | ||
"@purpurds/visually-hidden": "5.15.0", | ||
"@purpurds/icon": "5.15.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "devDependencies": { |
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 too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2033656
7703
+ Added@purpurds/action@5.15.0(transitive)
+ Added@purpurds/button@5.15.0(transitive)
+ Added@purpurds/icon@5.15.0(transitive)
+ Added@purpurds/paragraph@5.15.0(transitive)
+ Added@purpurds/spinner@5.15.0(transitive)
+ Added@purpurds/tokens@5.15.0(transitive)
+ Added@purpurds/tooltip@5.15.0(transitive)
+ Added@purpurds/visually-hidden@5.15.0(transitive)
- Removed@purpurds/action@5.14.0(transitive)
- Removed@purpurds/button@5.14.0(transitive)
- Removed@purpurds/icon@5.14.0(transitive)
- Removed@purpurds/paragraph@5.14.0(transitive)
- Removed@purpurds/spinner@5.14.0(transitive)
- Removed@purpurds/tokens@5.14.0(transitive)
- Removed@purpurds/tooltip@5.14.0(transitive)
- Removed@purpurds/visually-hidden@5.14.0(transitive)
Updated@purpurds/button@5.15.0
Updated@purpurds/icon@5.15.0
Updated@purpurds/tokens@5.15.0
Updated@purpurds/tooltip@5.15.0