fck-honey 0.3.4 → 0.3.5
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/dist/bundle-tmp/core.js
CHANGED
|
@@ -22,7 +22,7 @@ function showOverlay(message) {
|
|
|
22
22
|
var style = document.createElement("style");
|
|
23
23
|
style.id = OVERLAY_STYLE_ID;
|
|
24
24
|
style.textContent =
|
|
25
|
-
".simple-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.6);z-index:
|
|
25
|
+
".simple-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.6);z-index:2147483647;display:flex;align-items:center;justify-content:center;pointer-events:all;}" +
|
|
26
26
|
".simple-overlay-message{background:#ffffff;padding:16px 20px;border-radius:8px;font-size:14px;max-width:80%;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,0.3);}";
|
|
27
27
|
document.head.appendChild(style);
|
|
28
28
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Auto-generated from package.json. Do not edit by hand.
|
|
2
|
-
export var VERSION = "0.3.
|
|
2
|
+
export var VERSION = "0.3.5";
|
package/dist/esm/core.js
CHANGED
|
@@ -22,7 +22,7 @@ function showOverlay(message) {
|
|
|
22
22
|
var style = document.createElement("style");
|
|
23
23
|
style.id = OVERLAY_STYLE_ID;
|
|
24
24
|
style.textContent =
|
|
25
|
-
".simple-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.6);z-index:
|
|
25
|
+
".simple-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.6);z-index:2147483647;display:flex;align-items:center;justify-content:center;pointer-events:all;}" +
|
|
26
26
|
".simple-overlay-message{background:#ffffff;padding:16px 20px;border-radius:8px;font-size:14px;max-width:80%;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,0.3);}";
|
|
27
27
|
document.head.appendChild(style);
|
|
28
28
|
}
|
package/dist/esm/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Auto-generated from package.json. Do not edit by hand.
|
|
2
|
-
export var VERSION = "0.3.
|
|
2
|
+
export var VERSION = "0.3.5";
|
package/dist/honey-detect.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
(function() {
|
|
2
2
|
// dist/bundle-tmp/version.js
|
|
3
|
-
var VERSION = "0.3.
|
|
3
|
+
var VERSION = "0.3.5";
|
|
4
4
|
|
|
5
5
|
// dist/bundle-tmp/core.js
|
|
6
6
|
var __assign = function() {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
if (!document.getElementById(OVERLAY_STYLE_ID)) {
|
|
27
27
|
var style = document.createElement("style");
|
|
28
28
|
style.id = OVERLAY_STYLE_ID;
|
|
29
|
-
style.textContent = ".simple-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.6);z-index:
|
|
29
|
+
style.textContent = ".simple-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.6);z-index:2147483647;display:flex;align-items:center;justify-content:center;pointer-events:all;}.simple-overlay-message{background:#ffffff;padding:16px 20px;border-radius:8px;font-size:14px;max-width:80%;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,0.3);}";
|
|
30
30
|
document.head.appendChild(style);
|
|
31
31
|
}
|
|
32
32
|
var overlay = document.createElement("div");
|
package/dist/types/core.d.ts
CHANGED
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "0.3.
|
|
1
|
+
export declare const VERSION = "0.3.5";
|