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

@material/theme

Package Overview
Dependencies
Maintainers
18
Versions
1678
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/theme - npm Package Compare versions

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

13

CHANGELOG.md

@@ -6,4 +6,13 @@ # 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)
**Note:** Version bump only for package @material/theme
### Bug Fixes
* Remove edge detection for CSS custom properties ([#5264](https://github.com/material-components/material-components-web/issues/5264)) ([fe444ac](https://github.com/material-components/material-components-web/commit/fe444ac))
* **checkbox:** Disabled state colors in IE11 high contrast mode ([#5263](https://github.com/material-components/material-components-web/issues/5263)) ([d6a1d4b](https://github.com/material-components/material-components-web/commit/d6a1d4b))
### BREAKING CHANGES
* Removed `$edgeOptOut` option from `mdc-theme-prop()` Sass mixin.

6

package.json
{
"name": "@material/theme",
"description": "The Material Components for the web theming system",
"version": "5.0.0-canary.b5eb51e94.0",
"version": "5.0.0-canary.e89750dc7.0",
"license": "MIT",

@@ -17,5 +17,5 @@ "keywords": [

"dependencies": {
"@material/feature-targeting": "5.0.0-canary.b5eb51e94.0"
"@material/feature-targeting": "5.0.0-canary.e89750dc7.0"
},
"gitHead": "7e8d43f563cf6b162c2aed47d2a006564994e4d2"
"gitHead": "2a166b3e817207f685f4b112635eeb21f5ef0789"
}

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

--- | ---
`mdc-theme-prop($property, $style, $important, $edgeOptOut)` | Applies a theme color or a custom color to a CSS property, optionally with `!important`. If `$edgeOptOut` is `true` and a theme color is passed, the style will be wrapped in a `@supports` clause to exclude the style in Edge to avoid issues with its buggy CSS variable support.
`mdc-theme-prop($property, $style, $important)` | Applies a theme color or a custom color to a CSS property, optionally with `!important`.

@@ -110,0 +110,0 @@ #### `mdc-theme-prop` Properties

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

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