commons-shared-web-ui 0.0.36 → 0.0.37

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
@@ -1644,6 +1644,7 @@ declare class ButtonComponent implements OnInit {
1644
1644
  variant: ButtonVariant;
1645
1645
  type: 'button' | 'submit' | 'reset';
1646
1646
  disabled: boolean;
1647
+ get pointerEvents(): string;
1647
1648
  width?: string;
1648
1649
  height?: string;
1649
1650
  borderRadius?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "commons-shared-web-ui",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "20.3.15",
6
6
  "@angular/cdk": "20.2.14",