matcha-components 20.62.0 → 20.64.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -1649,8 +1649,6 @@ declare class MatchaChipListComponent implements AfterContentInit, OnDestroy, Co
1649
1649
  private _cleanupChipSubscriptions;
1650
1650
  /** Manipula mudança de seleção de um chip */
1651
1651
  private _onChipSelectionChange;
1652
- /** Manipula a remoção de um chip */
1653
- private _onChipRemoved;
1654
1652
  /** Atualiza o valor baseado nos chips selecionados */
1655
1653
  private _updateValue;
1656
1654
  /** Atualiza o estado de seleção dos chips baseado no valor */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-components",
3
- "version": "20.62.0",
3
+ "version": "20.64.0",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0"