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

@material/chips

Package Overview
Dependencies
Maintainers
14
Versions
1672
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/chips - npm Package Compare versions

Comparing version 15.0.0-canary.21d1196a7.0 to 15.0.0-canary.22bf82024.0

2

action/foundation.d.ts

@@ -34,3 +34,3 @@ /**

handleClick(): void;
handleKeydown(event: KeyboardEvent): void;
handleKeydown(event: KeyboardEvent): true | undefined;
setDisabled(isDisabled: boolean): void;

@@ -37,0 +37,0 @@ isDisabled(): boolean;

@@ -74,2 +74,4 @@ /**

}
// signal to propagate the event since this Key isn't handled by chip
return true;
};

@@ -76,0 +78,0 @@ MDCChipActionFoundation.prototype.setDisabled = function (isDisabled) {

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

# [15.0.0-canary.21d1196a7.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.21d1196a7.0) (2023-01-09)
# [15.0.0-canary.22bf82024.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.22bf82024.0) (2023-09-18)

@@ -12,2 +12,3 @@

* **chip:** Propagate unhandled keyboard events ([6081d82](https://github.com/material-components/material-components-web/commit/6081d829b081384ff8433a92bf91db364c588e16))
* **chips:** Add missing tokens for leading icon for validation ([4356e05](https://github.com/material-components/material-components-web/commit/4356e05c5e17a58d0a714e9f087db4b5060085bd))

@@ -24,1 +25,2 @@ * **chips:** Update elevation resolver function and mixins that apply elevation ([96f4726](https://github.com/material-components/material-components-web/commit/96f472604cd098572f50987262bcab933574f7b2))

* **chips:** fix HCM chip styles ([86efd56](https://github.com/material-components/material-components-web/commit/86efd56f6a2aa9870a8457900e686bc35d3cb3bc))
* **chips:** Make light-theme tokens public ([51311e6](https://github.com/material-components/material-components-web/commit/51311e69ec61d62c214e0020fb856c39919ee657))
{
"name": "@material/chips",
"description": "The Material Components for the Web chips component",
"version": "15.0.0-canary.21d1196a7.0",
"version": "15.0.0-canary.22bf82024.0",
"license": "MIT",

@@ -23,21 +23,21 @@ "main": "dist/mdc.chips.js",

"dependencies": {
"@material/animation": "15.0.0-canary.21d1196a7.0",
"@material/base": "15.0.0-canary.21d1196a7.0",
"@material/checkbox": "15.0.0-canary.21d1196a7.0",
"@material/density": "15.0.0-canary.21d1196a7.0",
"@material/dom": "15.0.0-canary.21d1196a7.0",
"@material/elevation": "15.0.0-canary.21d1196a7.0",
"@material/feature-targeting": "15.0.0-canary.21d1196a7.0",
"@material/focus-ring": "15.0.0-canary.21d1196a7.0",
"@material/ripple": "15.0.0-canary.21d1196a7.0",
"@material/rtl": "15.0.0-canary.21d1196a7.0",
"@material/shape": "15.0.0-canary.21d1196a7.0",
"@material/theme": "15.0.0-canary.21d1196a7.0",
"@material/tokens": "15.0.0-canary.21d1196a7.0",
"@material/touch-target": "15.0.0-canary.21d1196a7.0",
"@material/typography": "15.0.0-canary.21d1196a7.0",
"@material/animation": "15.0.0-canary.22bf82024.0",
"@material/base": "15.0.0-canary.22bf82024.0",
"@material/checkbox": "15.0.0-canary.22bf82024.0",
"@material/density": "15.0.0-canary.22bf82024.0",
"@material/dom": "15.0.0-canary.22bf82024.0",
"@material/elevation": "15.0.0-canary.22bf82024.0",
"@material/feature-targeting": "15.0.0-canary.22bf82024.0",
"@material/focus-ring": "15.0.0-canary.22bf82024.0",
"@material/ripple": "15.0.0-canary.22bf82024.0",
"@material/rtl": "15.0.0-canary.22bf82024.0",
"@material/shape": "15.0.0-canary.22bf82024.0",
"@material/theme": "15.0.0-canary.22bf82024.0",
"@material/tokens": "15.0.0-canary.22bf82024.0",
"@material/touch-target": "15.0.0-canary.22bf82024.0",
"@material/typography": "15.0.0-canary.22bf82024.0",
"safevalues": "^0.3.4",
"tslib": "^2.1.0"
},
"gitHead": "361e536c54e276112f021b419f666618a20599f6"
"gitHead": "eda4fad2a8a727b69db60b828bd92df7a8956143"
}

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 not supported yet

Sorry, the diff of this file is not supported yet

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

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