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

@smui/button

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smui/button - npm Package Compare versions

Comparing version 2.0.0-alpha.0 to 2.0.0-beta.0

16

CHANGELOG.md

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

# [2.0.0-beta.0](https://github.com/hperrin/svelte-material-ui/compare/v2.0.0-alpha.0...v2.0.0-beta.0) (2021-01-01)
### Bug Fixes
* small fixes for MDC 4 ([6c0585f](https://github.com/hperrin/svelte-material-ui/commit/6c0585ffa7d861b5a632544d92f2769097a439e8))
### Features
* updated touch features for MDC 4 ([b06e851](https://github.com/hperrin/svelte-material-ui/commit/b06e851c0f8927670603e9d3f3ce4a2ce7b3e47c))
# [2.0.0-alpha.0](https://github.com/hperrin/svelte-material-ui/compare/v1.1.0...v2.0.0-alpha.0) (2020-12-31)

@@ -8,0 +24,0 @@

8

package.json
{
"name": "@smui/button",
"version": "2.0.0-alpha.0",
"version": "2.0.0-beta.0",
"description": "Svelte Material UI - Button",

@@ -34,4 +34,4 @@ "keywords": [

"@material/feature-targeting": "^4.0.0",
"@smui/common": "^2.0.0-alpha.0",
"@smui/ripple": "^2.0.0-alpha.0"
"@smui/common": "^2.0.0-beta.0",
"@smui/ripple": "^2.0.0-beta.0"
},

@@ -42,3 +42,3 @@ "devDependencies": {

},
"gitHead": "1698bfcd4ff0ec163af2babf1491825d74e02049"
"gitHead": "1a63c1270ee188a73cb08ae0dd14fd740e452ec0"
}

@@ -51,3 +51,3 @@ # Svelte Material UI - Button

* `variant`: `'text'` - The button's style variant. ('text', 'raised', 'unelevated', or 'outlined')
* `dense`: `false` - Whether to style the button as dense.
* `touch`: `false` - The button will have a larger touch target.
* `href`: `null` - If the `href` property is set, the button will use an anchor element, instead of a button element.

@@ -54,0 +54,0 @@ * `action`: `'close'` - Used in the context of a dialog. This sets the button's action.

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 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