@plait/mind 0.22.0 → 0.23.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plait/mind",
3
- "version": "0.22.0",
3
+ "version": "0.23.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.2",
6
6
  "@angular/core": "^15.2.2"
@@ -44,7 +44,7 @@ $primary: #4e8afa;
44
44
  opacity: 0.6;
45
45
  }
46
46
  }
47
- &.focused:not(.selection-moving):not(.element-moving):not(.abstract-resizing-horizontal):not(.abstract-resizing-vertical):not(.pointer-mind):not(.mind-node-dragging) {
47
+ &.focused:not(.selection-moving):not(.element-moving):not(.abstract-resizing-horizontal):not(.abstract-resizing-vertical):not(.pointer-mind):not(.mind-node-dragging):not(.mind-node-resizing) {
48
48
  .extend {
49
49
  cursor: pointer;
50
50
  &:hover {
@@ -87,6 +87,9 @@ $primary: #4e8afa;
87
87
  display: none;
88
88
  }
89
89
  }
90
+ .mind-node-image {
91
+ cursor: zoom-in;
92
+ }
90
93
  }
91
94
 
92
95
  &.viewport-moving {
@@ -132,7 +135,7 @@ $primary: #4e8afa;
132
135
 
133
136
  .mind-node-image {
134
137
  margin: 6px;
135
- display: block
138
+ display: block;
136
139
  }
137
140
 
138
141
  @include mixins.node-color();