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

@purpurds/stepper

Package Overview
Dependencies
Maintainers
2
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@purpurds/stepper - npm Package Compare versions

Comparing version 4.3.0 to 4.4.0

.rush/temp/ci_build/@purpurds/stepper/62a0bbe0ace322125547e1959c8a35919ccdd245.untar.log

2

.rush/temp/operation/ci_build/state.json
{
"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

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