Socket
Socket
Sign inDemoInstall

@material/icon-button

Package Overview
Dependencies
Maintainers
14
Versions
1664
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/icon-button - npm Package Compare versions

Comparing version 15.0.0-canary.79a613bbd.0 to 15.0.0-canary.79b1b612b.0

3

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

# [15.0.0-canary.79a613bbd.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.79a613bbd.0) (2022-12-06)
# [15.0.0-canary.79b1b612b.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.79b1b612b.0) (2023-04-19)

@@ -21,2 +21,3 @@

* **button:** Ripple styles do not update on hover for disabled buttons. ([bf86521](https://github.com/material-components/material-components-web/commit/bf86521f45b74c35f2f443dfb41a0c8361b5cf2c))
* Update icon button theme `size` function to be able to accept values with rem units. ([0e3dc8e](https://github.com/material-components/material-components-web/commit/0e3dc8e3892e2cda93062eb64ff498dbc18203f3))

@@ -26,2 +26,3 @@ /**

import { MDCIconButtonToggleFoundation } from './foundation';
/** MDC Icon Button Toggle */
export declare class MDCIconButtonToggle extends MDCComponent<MDCIconButtonToggleFoundation> {

@@ -28,0 +29,0 @@ static attachTo(root: HTMLElement): MDCIconButtonToggle;

@@ -28,2 +28,3 @@ /**

var strings = MDCIconButtonToggleFoundation.strings;
/** MDC Icon Button Toggle */
var MDCIconButtonToggle = /** @class */ (function (_super) {

@@ -53,6 +54,9 @@ __extends(MDCIconButtonToggle, _super);

var _this = this;
// DO NOT INLINE this variable. For backward compatibility, foundations take a Partial<MDCFooAdapter>.
// To ensure we don't accidentally omit any methods, we need a separate, strongly typed adapter variable.
// DO NOT INLINE this variable. For backward compatibility, foundations take
// a Partial<MDCFooAdapter>. To ensure we don't accidentally omit any
// methods, we need a separate, strongly typed adapter variable.
var adapter = {
addClass: function (className) { return _this.root.classList.add(className); },
addClass: function (className) {
_this.root.classList.add(className);
},
hasClass: function (className) { return _this.root.classList.contains(className); },

@@ -62,6 +66,8 @@ notifyChange: function (evtData) {

},
removeClass: function (className) { return _this.root.classList.remove(className); },
removeClass: function (className) {
_this.root.classList.remove(className);
},
getAttr: function (attrName) { return _this.root.getAttribute(attrName); },
setAttr: function (attrName, attrValue) {
return _this.root.setAttribute(attrName, attrValue);
_this.safeSetAttribute(_this.root, attrName, attrValue);
},

@@ -68,0 +74,0 @@ };

@@ -25,2 +25,3 @@ /**

import { MDCIconButtonToggleAdapter } from './adapter';
/** MDC Icon Button Toggle Foundation */
export declare class MDCIconButtonToggleFoundation extends MDCFoundation<MDCIconButtonToggleAdapter> {

@@ -27,0 +28,0 @@ /**

@@ -26,2 +26,3 @@ /**

import { cssClasses, strings } from './constants';
/** MDC Icon Button Toggle Foundation */
var MDCIconButtonToggleFoundation = /** @class */ (function (_super) {

@@ -28,0 +29,0 @@ __extends(MDCIconButtonToggleFoundation, _super);

{
"name": "@material/icon-button",
"description": "The Material Components for the web icon button component",
"version": "15.0.0-canary.79a613bbd.0",
"version": "15.0.0-canary.79b1b612b.0",
"license": "MIT",

@@ -22,12 +22,12 @@ "main": "dist/mdc.iconButton.js",

"dependencies": {
"@material/base": "15.0.0-canary.79a613bbd.0",
"@material/density": "15.0.0-canary.79a613bbd.0",
"@material/dom": "15.0.0-canary.79a613bbd.0",
"@material/elevation": "15.0.0-canary.79a613bbd.0",
"@material/feature-targeting": "15.0.0-canary.79a613bbd.0",
"@material/focus-ring": "15.0.0-canary.79a613bbd.0",
"@material/ripple": "15.0.0-canary.79a613bbd.0",
"@material/rtl": "15.0.0-canary.79a613bbd.0",
"@material/theme": "15.0.0-canary.79a613bbd.0",
"@material/touch-target": "15.0.0-canary.79a613bbd.0",
"@material/base": "15.0.0-canary.79b1b612b.0",
"@material/density": "15.0.0-canary.79b1b612b.0",
"@material/dom": "15.0.0-canary.79b1b612b.0",
"@material/elevation": "15.0.0-canary.79b1b612b.0",
"@material/feature-targeting": "15.0.0-canary.79b1b612b.0",
"@material/focus-ring": "15.0.0-canary.79b1b612b.0",
"@material/ripple": "15.0.0-canary.79b1b612b.0",
"@material/rtl": "15.0.0-canary.79b1b612b.0",
"@material/theme": "15.0.0-canary.79b1b612b.0",
"@material/touch-target": "15.0.0-canary.79b1b612b.0",
"tslib": "^2.1.0"

@@ -38,3 +38,3 @@ },

},
"gitHead": "755ec1ef0b2cccdcb0c8b888d199b4748e3ba10a"
"gitHead": "c8248a1b49ee37b1782b19aaa49b5626c914916a"
}

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 too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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