@mozaic-ds/angular 2.0.0 → 2.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mozaic-ds/angular",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "type": "module",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=20.3.15",
@@ -1280,6 +1280,10 @@ declare class MozActionBottomBarComponent {
1280
1280
 
1281
1281
  type MozActionListItemAppearance = 'standard' | 'danger';
1282
1282
  interface MozActionListItem {
1283
+ /**
1284
+ * The unique identifier for the item.
1285
+ */
1286
+ id: string;
1283
1287
  /**
1284
1288
  * The icon component displayed for the item.
1285
1289
  */