@plait/core 0.9.0 → 0.10.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.
@@ -29,6 +29,7 @@ export interface PlaitBoard {
29
29
  onChange: () => void;
30
30
  mousedown: (event: MouseEvent) => void;
31
31
  mousemove: (event: MouseEvent) => void;
32
+ mouseleave: (event: MouseEvent) => void;
32
33
  globalMousemove: (event: MouseEvent) => void;
33
34
  mouseup: (event: MouseEvent) => void;
34
35
  globalMouseup: (event: MouseEvent) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plait/core",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.2",
6
6
  "@angular/core": "^15.2.2"
@@ -28,15 +28,6 @@
28
28
  // chrome show position is not correct, safari not working when don't assigned position property
29
29
  // can not assign absolute, because safari can not show correctly position
30
30
  position: initial;
31
- &[readonly='true'] {
32
- ::-moz-selection {
33
- /* Code for Firefox */
34
- background: none;
35
- }
36
- ::selection {
37
- background: none;
38
- }
39
- }
40
31
  }
41
32
 
42
33
  .plait-toolbar {