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

@material/touch-target

Package Overview
Dependencies
Maintainers
18
Versions
1639
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/touch-target - npm Package Compare versions

Comparing version 5.0.0-canary.b5eb51e94.0 to 5.0.0-canary.e89750dc7.0

12

CHANGELOG.md

@@ -6,7 +6,17 @@ # Change Log

# [5.0.0-canary.b5eb51e94.0](https://github.com/material-components/material-components-web/compare/v4.0.0...v5.0.0-canary.b5eb51e94.0) (2019-11-07)
# [5.0.0-canary.e89750dc7.0](https://github.com/material-components/material-components-web/compare/v4.0.0...v5.0.0-canary.e89750dc7.0) (2019-11-27)
### Code Refactoring
* **touchtarget:** Rename mdc-touch-target-component => mdc… ([#5245](https://github.com/material-components/material-components-web/issues/5245)) ([afe0dd1](https://github.com/material-components/material-components-web/commit/afe0dd1))
### Features
* **fab:** Add support for increased touch target to mini FAB. ([#5231](https://github.com/material-components/material-components-web/issues/5231)) ([0c4d8f3](https://github.com/material-components/material-components-web/commit/0c4d8f3))
### BREAKING CHANGES
* **touchtarget:** Renames mixin from mdc-touch-target-component => mdc-touch-target-margin

6

package.json
{
"name": "@material/touch-target",
"description": "Touch target mixins and variables for Material Components for the web",
"version": "5.0.0-canary.b5eb51e94.0",
"version": "5.0.0-canary.e89750dc7.0",
"license": "MIT",

@@ -18,3 +18,3 @@ "keywords": [

"dependencies": {
"@material/feature-targeting": "5.0.0-canary.b5eb51e94.0"
"@material/feature-targeting": "5.0.0-canary.e89750dc7.0"
},

@@ -24,3 +24,3 @@ "publishConfig": {

},
"gitHead": "7e8d43f563cf6b162c2aed47d2a006564994e4d2"
"gitHead": "2a166b3e817207f685f4b112635eeb21f5ef0789"
}

@@ -52,3 +52,3 @@ <!--docs:

```html
<div class="mdc-touch-target-wrapper>
<div class="mdc-touch-target-wrapper">
<button class="mdc-button mdc-button--touch">

@@ -78,2 +78,2 @@ <div class="mdc-button__ripple"></div>

`mdc-touch-target` | Applied to the inner touch target element.
`mdc-touch-target-component` | Applied to the component root element. Adds margin to compensate for the increased touch target.
`mdc-touch-target-margin` | Applied to the component root element. Adds margin to compensate for the increased touch target.

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