@social-mail/social-mail-client 1.8.315 → 1.8.316

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": "@social-mail/social-mail-client",
3
- "version": "1.8.315",
3
+ "version": "1.8.316",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -7,8 +7,6 @@ import { BindEditor } from "../../properties/controls/PropertyEditor";
7
7
  import "./SelectionUI.global.css";
8
8
  import HtmlPageEditor from "../HtmlPageEditor";
9
9
  import { mobileScreenWidth, tabletScreenWidth } from "../sizes";
10
- import { AtomBinder } from "@web-atoms/core/dist/core/AtomBinder";
11
-
12
10
  declare global {
13
11
  namespace JSX {
14
12
  interface IntrinsicElements {
@@ -35,7 +33,7 @@ const setCapture = (editor: HtmlPageEditor, element: HTMLElement, e: PointerEven
35
33
  ? "styler-tablet"
36
34
  : (editor.maxWidth === mobileScreenWidth
37
35
  ? "styler-mobile"
38
- : "styler");
36
+ : "styler-desktop");
39
37
 
40
38
  const sx = e.clientX;
41
39
  const sy = e.clientY;