@valtimo/layout 5.10.0 → 5.12.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.
@@ -30657,3 +30657,7 @@ fieldset[disabled] .full-calendar .fc-button.active {
30657
30657
  .nav-tabs > li.nav-item a.nav-link {
30658
30658
  cursor: pointer;
30659
30659
  }
30660
+
30661
+ .clickable {
30662
+ cursor: pointer;
30663
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@valtimo/layout",
3
3
  "license": "EUPL-1.2",
4
- "version": "5.10.0",
4
+ "version": "5.12.0",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^13.2.3",
7
7
  "@angular/core": "^13.2.3"