Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-md/states

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-md/states - npm Package Compare versions

Comparing version 5.1.2 to 5.1.3

17

CHANGELOG.md

@@ -6,2 +6,19 @@ # Change Log

## [5.1.3](https://github.com/mlaursen/react-md/compare/v5.1.2...v5.1.3) (2022-05-07)
### Documentation
* fix typos throughout codebase ([725d1a2](https://github.com/mlaursen/react-md/commit/725d1a252482dba56088dffa2f773b2ea13fb08a))
### Other Internal Changes
* **typos:** fix additional typos throughout repo ([ef20132](https://github.com/mlaursen/react-md/commit/ef2013288ce8649b9fddba9bc23c71df72ea03a1))
## [5.1.2](https://github.com/mlaursen/react-md/compare/v5.1.1...v5.1.2) (2022-04-02)

@@ -8,0 +25,0 @@

4

lib/ripples/types.d.ts

@@ -33,3 +33,3 @@ import type { CSSProperties, HTMLAttributes } from "react";

/**
* Boolean if the ripple effeect should be disabled. This will make the `useRipples`
* Boolean if the ripple effect should be disabled. This will make the `useRipples`
* hook not provide any additional logic for the provided handlers.

@@ -45,3 +45,3 @@ */

* Boolean if the ripple effect should not occur after a programmatic trigger
* of a click event. This would normally happen if using `aria-activedescendat`
* of a click event. This would normally happen if using `aria-activedescendant`
* movement and the user "presses" the current active element.

@@ -48,0 +48,0 @@ */

{
"name": "@react-md/states",
"version": "5.1.2",
"version": "5.1.3",
"description": "A package for adding the different focus, hover, selected, active, etc states to elements",

@@ -31,5 +31,5 @@ "main": "./lib/index.js",

"dependencies": {
"@react-md/theme": "^5.1.2",
"@react-md/transition": "^5.1.2",
"@react-md/utils": "^5.1.2",
"@react-md/theme": "^5.1.3",
"@react-md/transition": "^5.1.3",
"@react-md/utils": "^5.1.3",
"classnames": "^2.3.1"

@@ -56,3 +56,3 @@ },

},
"gitHead": "ec7de5dc79a69109f96600fa368d7be67fb20296"
"gitHead": "72bde657f033353fc3e56c48185defa895cfa81c"
}

@@ -60,3 +60,3 @@ import type { CSSProperties, HTMLAttributes } from "react";

/**
* Boolean if the ripple effeect should be disabled. This will make the `useRipples`
* Boolean if the ripple effect should be disabled. This will make the `useRipples`
* hook not provide any additional logic for the provided handlers.

@@ -74,3 +74,3 @@ */

* Boolean if the ripple effect should not occur after a programmatic trigger
* of a click event. This would normally happen if using `aria-activedescendat`
* of a click event. This would normally happen if using `aria-activedescendant`
* movement and the user "presses" the current active element.

@@ -77,0 +77,0 @@ */

@@ -33,3 +33,3 @@ import type { CSSProperties, HTMLAttributes } from "react";

/**
* Boolean if the ripple effeect should be disabled. This will make the `useRipples`
* Boolean if the ripple effect should be disabled. This will make the `useRipples`
* hook not provide any additional logic for the provided handlers.

@@ -45,3 +45,3 @@ */

* Boolean if the ripple effect should not occur after a programmatic trigger
* of a click event. This would normally happen if using `aria-activedescendat`
* of a click event. This would normally happen if using `aria-activedescendant`
* movement and the user "presses" the current active element.

@@ -48,0 +48,0 @@ */

Sorry, the diff of this file is not supported yet

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