@purpurds/stepper
Advanced tools
Comparing version 4.3.0 to 4.4.0
{ | ||
"nonCachedDurationMs": 9350.529183000006 | ||
"nonCachedDurationMs": 7373.167921999993 | ||
} |
{ | ||
"nonCachedDurationMs": 6405.726802999998 | ||
"nonCachedDurationMs": 3326.7895630000003 | ||
} |
Name: @purpurds/button | ||
Version: 4.2.0 | ||
Version: 4.3.0 | ||
License: AGPL-3.0-only | ||
@@ -9,3 +9,3 @@ Private: false | ||
Name: @purpurds/icon | ||
Version: 4.2.0 | ||
Version: 4.3.0 | ||
License: AGPL-3.0-only | ||
@@ -17,3 +17,3 @@ Private: false | ||
Name: @purpurds/visually-hidden | ||
Version: 4.2.0 | ||
Version: 4.3.0 | ||
License: AGPL-3.0-only | ||
@@ -230,4 +230,4 @@ Private: false | ||
Name: @purpurds/tooltip | ||
Version: 4.2.0 | ||
Version: 4.3.0 | ||
License: AGPL-3.0-only | ||
Private: false |
@@ -1,3 +0,4 @@ | ||
import React from "react"; | ||
import { HandleStepChangeFunction, HandleStepFocusFunction, Step, StepperVariant, VisibilityStates } from "./types"; | ||
import { HandleStepChangeFunction, HandleStepFocusFunction, Step, StepperVariant, VisibilityStates } from './types'; | ||
import { default as React } from 'react'; | ||
export type StepNumberProps = { | ||
@@ -4,0 +5,0 @@ current: boolean; |
@@ -1,3 +0,4 @@ | ||
import React, { ComponentPropsWithoutRef, ReactChild, ReactElement, ReactFragment, ReactNode, ReactPortal } from "react"; | ||
import { Optional, Step } from "./types"; | ||
import { Optional, Step } from './types'; | ||
import { default as React, ComponentPropsWithoutRef, ReactChild, ReactElement, ReactFragment, ReactNode, ReactPortal } from 'react'; | ||
export type StepperContentProps = { | ||
@@ -4,0 +5,0 @@ ["data-testid"]?: string; |
@@ -1,3 +0,4 @@ | ||
import React from "react"; | ||
import { HandleStepChangeFunction, HandleStepFocusFunction, Step, StepperVariant } from "./types"; | ||
import { HandleStepChangeFunction, HandleStepFocusFunction, Step, StepperVariant } from './types'; | ||
import { default as React } from 'react'; | ||
export type StepperNavItemsProps = { | ||
@@ -4,0 +5,0 @@ variant: StepperVariant; |
@@ -1,4 +0,5 @@ | ||
import React, { ReactElement } from "react"; | ||
import { StepperContent } from "./stepper-content"; | ||
import { StepChangeFunction, StepperVariant } from "./types"; | ||
import { StepChangeFunction, StepperVariant } from './types'; | ||
import { StepperContent } from './stepper-content'; | ||
import { default as React, ReactElement } from 'react'; | ||
export type ScrollButtonLabels = { | ||
@@ -5,0 +6,0 @@ leftScrollButtonText: string; |
@@ -1,3 +0,4 @@ | ||
import React from "react"; | ||
import { STEPPER_VARIANT, VISIBILITY_STATES } from "./constants.ts"; | ||
import { STEPPER_VARIANT, VISIBILITY_STATES } from './constants.ts'; | ||
import { default as React } from 'react'; | ||
export type Optional<T, K extends keyof T> = Pick<Partial<T>, K> & Omit<T, K>; | ||
@@ -4,0 +5,0 @@ export type StepperVariant = (typeof STEPPER_VARIANT)[keyof typeof STEPPER_VARIANT]; |
@@ -1,2 +0,3 @@ | ||
import React from "react"; | ||
import { default as React } from 'react'; | ||
interface UseContentFocusHook<T extends HTMLElement> { | ||
@@ -3,0 +4,0 @@ contentRef: React.MutableRefObject<T | null>; |
@@ -1,2 +0,3 @@ | ||
import React from "react"; | ||
import { default as React } from 'react'; | ||
export declare const SCROLL_DIRECTION: { | ||
@@ -3,0 +4,0 @@ readonly LEFT: "left"; |
{ | ||
"name": "@purpurds/stepper", | ||
"version": "4.3.0", | ||
"version": "4.4.0", | ||
"license": "AGPL-3.0-only", | ||
@@ -20,10 +20,10 @@ "main": "./dist/stepper.cjs.js", | ||
"classnames": "~2.5.0", | ||
"@purpurds/tokens": "4.3.0", | ||
"@purpurds/button": "4.3.0", | ||
"@purpurds/icon": "4.3.0", | ||
"@purpurds/visually-hidden": "4.3.0", | ||
"@purpurds/tooltip": "4.3.0" | ||
"@purpurds/visually-hidden": "4.4.0", | ||
"@purpurds/icon": "4.4.0", | ||
"@purpurds/button": "4.4.0", | ||
"@purpurds/tokens": "4.4.0", | ||
"@purpurds/tooltip": "4.4.0" | ||
}, | ||
"devDependencies": { | ||
"@rushstack/eslint-patch": "~1.7.0", | ||
"@rushstack/eslint-patch": "~1.10.0", | ||
"@storybook/blocks": "~7.6.0", | ||
@@ -36,7 +36,7 @@ "@storybook/client-api": "~7.6.0", | ||
"@testing-library/jest-dom": "~6.4.0", | ||
"@testing-library/react": "~14.2.0", | ||
"@testing-library/react": "~14.3.0", | ||
"@testing-library/user-event": "~14.5.1", | ||
"@types/node": "18", | ||
"@types/react-dom": "~18.2.17", | ||
"@types/react": "~18.2.42", | ||
"@types/react-dom": "~18.3.0", | ||
"@types/react": "~18.3.0", | ||
"eslint-plugin-testing-library": "~6.2.0", | ||
@@ -47,7 +47,7 @@ "eslint": "~8.57.0", | ||
"prettier": "~2.8.8", | ||
"react-dom": "~18.2.0", | ||
"react": "~18.2.0", | ||
"react-dom": "~18.3.0", | ||
"react": "~18.3.0", | ||
"typescript": "~5.4.2", | ||
"vite": "~5.2.2", | ||
"vitest": "~1.4.0", | ||
"vitest": "~1.5.0", | ||
"@purpurds/component-rig": "1.0.0" | ||
@@ -54,0 +54,0 @@ }, |
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
1999640
7692
+ Added@purpurds/action@4.4.0(transitive)
+ Added@purpurds/button@4.4.0(transitive)
+ Added@purpurds/icon@4.4.0(transitive)
+ Added@purpurds/paragraph@4.4.0(transitive)
+ Added@purpurds/spinner@4.4.0(transitive)
+ Added@purpurds/tokens@4.4.0(transitive)
+ Added@purpurds/tooltip@4.4.0(transitive)
+ Added@purpurds/visually-hidden@4.4.0(transitive)
- Removed@purpurds/action@4.3.0(transitive)
- Removed@purpurds/button@4.3.0(transitive)
- Removed@purpurds/icon@4.3.0(transitive)
- Removed@purpurds/paragraph@4.3.0(transitive)
- Removed@purpurds/spinner@4.3.0(transitive)
- Removed@purpurds/tokens@4.3.0(transitive)
- Removed@purpurds/tooltip@4.3.0(transitive)
- Removed@purpurds/visually-hidden@4.3.0(transitive)
Updated@purpurds/button@4.4.0
Updated@purpurds/icon@4.4.0
Updated@purpurds/tokens@4.4.0
Updated@purpurds/tooltip@4.4.0