@blockquote-web-components/blockquote-base-embedded-webview 1.0.1 → 1.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": "@blockquote-web-components/blockquote-base-embedded-webview",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Webcomponent blockquote-base-embedded-webview following open-wc recommendations",
5
5
  "keywords": [
6
6
  "lit",
@@ -129,12 +129,13 @@
129
129
  "lit": "^2.0.2"
130
130
  },
131
131
  "devDependencies": {
132
- "@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.0.1",
132
+ "@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.1.0",
133
133
  "@blockquote-web-components/blockquote-foundations-sass": "^1.0.0",
134
134
  "@polymer/iron-test-helpers": "^3.0.1"
135
135
  },
136
136
  "publishConfig": {
137
137
  "access": "public"
138
138
  },
139
- "customElements": "custom-elements.json"
139
+ "customElements": "custom-elements.json",
140
+ "gitHead": "950e633fd87a397c14582be227684540f4f9f3c1"
140
141
  }
@@ -103,7 +103,7 @@ export class BlockquoteBaseEmbeddedWebviewResize extends LitElement {
103
103
  let cssOffsetX;
104
104
  let cssOffsetY;
105
105
  const dx = Math.floor(detail.dx * 2);
106
- const dy = Math.floor(detail.dy * 2);
106
+ const dy = Math.floor(detail.dy * 1.1);
107
107
 
108
108
  switch (this._getBoundingClientRecDOMRect) {
109
109
  case 'right':
@@ -113,7 +113,6 @@ export default css`:host {
113
113
  cursor: move;
114
114
  -webkit-user-select: none;
115
115
  -moz-user-select: none;
116
- -ms-user-select: none;
117
116
  user-select: none;
118
117
  }
119
118
 
@@ -78,7 +78,6 @@ button span {
78
78
  pointer-events: none;
79
79
  -webkit-user-select: none;
80
80
  -moz-user-select: none;
81
- -ms-user-select: none;
82
81
  user-select: none;
83
82
  }
84
83
  button:hover {