@material/button
Advanced tools
Comparing version 15.0.0-canary.86efd56f6.0 to 15.0.0-canary.872b65832.0
@@ -6,3 +6,3 @@ # Change Log | ||
# [15.0.0-canary.86efd56f6.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.86efd56f6.0) (2022-08-02) | ||
# [15.0.0-canary.872b65832.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.872b65832.0) (2023-08-30) | ||
@@ -12,3 +12,12 @@ | ||
* **button:** add `pressed-outline-color` key ([ab55c07](https://github.com/material-components/material-components-web/commit/ab55c07d28e2a10b30260021e97f8c337208e937)) | ||
* **button:** Add line-height: initial to button progress indicator class ([602fe8e](https://github.com/material-components/material-components-web/commit/602fe8efa3f3c9a41c7f74a7c5717a0abdec0c60)) | ||
* **button:** Attribute `hidden` now correctly hides the button. ([88db019](https://github.com/material-components/material-components-web/commit/88db019902ca09811794b202d66ce1f9f2e54aec)) | ||
* **button:** Refactored HCM focus ring into a base style with display: none so mixins can be applied to both a visible non-HCM ring and the HCM ring without extra specificity to override ripple-theme.focus selectors ([6a61d62](https://github.com/material-components/material-components-web/commit/6a61d62f6b2b1f6b4bcf7477bdad46ba4139e5c8)) | ||
### Features | ||
* **button:** Introduced a new token: `"keep-touch-target"` to the `theme` mixin. ([21d1196](https://github.com/material-components/material-components-web/commit/21d1196a7cae2760582c1cefb64e418e99f7d9b2)) | ||
* **button:** Mixin styling for progress buttons ([2860d24](https://github.com/material-components/material-components-web/commit/2860d244d9fc4c5bf47d3f03e7dc60bbfc56c7c9)) | ||
* **touch-target:** margin mixin now also allows custom property maps as arguments. ([dd99c87](https://github.com/material-components/material-components-web/commit/dd99c87645f91ff535df8d50be84ffcfd643ae47)) |
{ | ||
"name": "@material/button", | ||
"description": "The Material Components for the web button component", | ||
"version": "15.0.0-canary.86efd56f6.0", | ||
"version": "15.0.0-canary.872b65832.0", | ||
"license": "MIT", | ||
@@ -18,17 +18,17 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/density": "15.0.0-canary.86efd56f6.0", | ||
"@material/dom": "15.0.0-canary.86efd56f6.0", | ||
"@material/elevation": "15.0.0-canary.86efd56f6.0", | ||
"@material/feature-targeting": "15.0.0-canary.86efd56f6.0", | ||
"@material/focus-ring": "15.0.0-canary.86efd56f6.0", | ||
"@material/ripple": "15.0.0-canary.86efd56f6.0", | ||
"@material/rtl": "15.0.0-canary.86efd56f6.0", | ||
"@material/shape": "15.0.0-canary.86efd56f6.0", | ||
"@material/theme": "15.0.0-canary.86efd56f6.0", | ||
"@material/tokens": "15.0.0-canary.86efd56f6.0", | ||
"@material/touch-target": "15.0.0-canary.86efd56f6.0", | ||
"@material/typography": "15.0.0-canary.86efd56f6.0", | ||
"@material/density": "15.0.0-canary.872b65832.0", | ||
"@material/dom": "15.0.0-canary.872b65832.0", | ||
"@material/elevation": "15.0.0-canary.872b65832.0", | ||
"@material/feature-targeting": "15.0.0-canary.872b65832.0", | ||
"@material/focus-ring": "15.0.0-canary.872b65832.0", | ||
"@material/ripple": "15.0.0-canary.872b65832.0", | ||
"@material/rtl": "15.0.0-canary.872b65832.0", | ||
"@material/shape": "15.0.0-canary.872b65832.0", | ||
"@material/theme": "15.0.0-canary.872b65832.0", | ||
"@material/tokens": "15.0.0-canary.872b65832.0", | ||
"@material/touch-target": "15.0.0-canary.872b65832.0", | ||
"@material/typography": "15.0.0-canary.872b65832.0", | ||
"tslib": "^2.1.0" | ||
}, | ||
"gitHead": "a4781ca009f9a9b59c7dfff5df2d23bb14b9de2f" | ||
"gitHead": "be0901c091f812355b2d192c49bd051d8daf7a98" | ||
} |
@@ -27,2 +27,3 @@ /** | ||
import * as path from 'path'; | ||
import {expectStylesWithNoFeaturesToBeEmpty} from '../../../testing/featuretargeting'; | ||
@@ -29,0 +30,0 @@ |
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
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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
649726
952
+ Added@material/animation@15.0.0-canary.872b65832.0(transitive)
+ Added@material/base@15.0.0-canary.872b65832.0(transitive)
+ Added@material/density@15.0.0-canary.872b65832.0(transitive)
+ Added@material/dom@15.0.0-canary.872b65832.0(transitive)
+ Added@material/elevation@15.0.0-canary.872b65832.0(transitive)
+ Added@material/feature-targeting@15.0.0-canary.872b65832.0(transitive)
+ Added@material/focus-ring@15.0.0-canary.872b65832.0(transitive)
+ Added@material/ripple@15.0.0-canary.872b65832.0(transitive)
+ Added@material/rtl@15.0.0-canary.872b65832.0(transitive)
+ Added@material/shape@15.0.0-canary.872b65832.0(transitive)
+ Added@material/theme@15.0.0-canary.872b65832.0(transitive)
+ Added@material/tokens@15.0.0-canary.872b65832.0(transitive)
+ Added@material/touch-target@15.0.0-canary.872b65832.0(transitive)
+ Added@material/typography@15.0.0-canary.872b65832.0(transitive)
- Removed@material/animation@15.0.0-canary.86efd56f6.0(transitive)
- Removed@material/base@15.0.0-canary.86efd56f6.0(transitive)
- Removed@material/density@15.0.0-canary.86efd56f6.0(transitive)
- Removed@material/dom@15.0.0-canary.86efd56f6.0(transitive)
- Removed@material/elevation@15.0.0-canary.86efd56f6.0(transitive)
- Removed@material/feature-targeting@15.0.0-canary.86efd56f6.0(transitive)
- Removed@material/focus-ring@15.0.0-canary.86efd56f6.0(transitive)
- Removed@material/ripple@15.0.0-canary.86efd56f6.0(transitive)
- Removed@material/rtl@15.0.0-canary.86efd56f6.0(transitive)
- Removed@material/shape@15.0.0-canary.86efd56f6.0(transitive)
- Removed@material/theme@15.0.0-canary.86efd56f6.0(transitive)
- Removed@material/tokens@15.0.0-canary.86efd56f6.0(transitive)
- Removed@material/touch-target@15.0.0-canary.86efd56f6.0(transitive)
- Removed@material/typography@15.0.0-canary.86efd56f6.0(transitive)
Updated@material/feature-targeting@15.0.0-canary.872b65832.0