@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.
|
|
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
|
|
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 *
|
|
106
|
+
const dy = Math.floor(detail.dy * 1.1);
|
|
107
107
|
|
|
108
108
|
switch (this._getBoundingClientRecDOMRect) {
|
|
109
109
|
case 'right':
|