🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@pinwheel/react-modal

Package Overview
Dependencies
Maintainers
17
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pinwheel/react-modal - npm Package Versions

2345

3.1.0

Diff
pinwheel-npm
published 3.1.0 •

Changelog

Source

3.1.0

Added

  • Added prop useDarkMode for launching the Link modal in dark mode.
pinwheel-npm
published 3.0.4 •

Changelog

Source

3.0.4

Updated

  • Resolved inconsistent modal loading behavior in some Next.js environments.

Security

  • Update dependencies to address security vulnerabilities.
pinwheel-npm
published 3.0.4-beta •
pinwheel-npm
published 3.0.3 •

Changelog

Source

3.0.3

Updated

  • Fix the casing of the screenName field in the exported ScreenTransitionEventPayload event payload type.

Security

  • Update dependencies to address security vulnerabilities
pinwheel-npm
published 3.0.2 •

Changelog

Source

3.0.2

Security

  • Update dependencies to address security vulnerabilities
pinwheel-npm
published 3.0.1 •

Changelog

Source

3.0.1

Added

  • Enable passing in overlayStyling as a prop.
pinwheel-npm
published 3.0.0 •

Changelog

Source

3.0.0

This new major version bump introduces an updated API to support partner-based switches.

Changed

  • The action field in input_allocation event is now optional.
  • The params field in the success event uses the input_allocation schema with fields action and allocation.

Removed

  • Removed LinkResult export. This was the old success event payload. The new payload has the same format as the newly exported SuccessEventPayload.
<!-- - Removed `PinwheelError` export. Use `ErrorEventPayload` instead. -->
  • Removed EventPayload export. The event handler function will now be implicitly typed.
<!-- - Removed `ScreenTransition` export. Use `ScreenTransitionEventPayload` instead. --> <!-- - Removed `InputAllocation` export. Use `ScreenTransitionEventPayload` instead. -->
  • Removed EmptyPayloadObject export.
  • Removed Error export. Use ErrorEventPayload instead. (Error was marked as deprecated in version 2.)
  • Removed ErrorType export. Use PinwheelErrorType instead. (ErrorType was marked as deprecated in version 2.)
  • Removed input_amount event. Use input_allocation even instead.
pinwheel-npm
published 3.0.0-alpha.3 •
pinwheel-npm
published 3.0.0-alpha.2 •
pinwheel-npm
published 3.0.0-alpha.1 •