@oiz/stzh-components-angular 4.0.1-beta → 4.0.2

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": "@oiz/stzh-components-angular",
3
- "version": "4.0.1-beta",
3
+ "version": "4.0.2",
4
4
  "description": "Angular specific component wrappers for @oiz/stzh-components.",
5
5
  "homepage": "https://designsystem.stadt-zuerich.ch",
6
6
  "private": false,
@@ -11,7 +11,7 @@
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=16.0.0",
13
13
  "@angular/core": ">=16.0.0",
14
- "@oiz/stzh-components": "^4.0.1-beta"
14
+ "@oiz/stzh-components": "^4.0.2"
15
15
  },
16
16
  "engines": {
17
17
  "node": "^18.10.0 || ^20.9.0 || ^22.11.0"
package/public-api.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /** Public API Surface of stzh-components-angular*/
1
+ /** Public API Surface of stzh-components-angular */
2
2
  import './lib/passive-event-patch';
3
3
  export * from './stzh-components-angular.module';
4
4
  export { DIRECTIVES } from './lib/stencil-generated';