blocfeed 0.12.0 → 0.13.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.
- package/dist/main.cjs +15 -1
- package/dist/main.js +15 -1
- package/package.json +7 -3
package/dist/main.cjs
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
:where([data-blocfeed-ui-root]) {
|
|
9
|
-
--bf-z:
|
|
9
|
+
--bf-z: 2147483647;
|
|
10
10
|
--bf-font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
|
|
11
11
|
--bf-panel-bg: rgba(17, 24, 39, 0.98);
|
|
12
12
|
--bf-panel-fg: rgb(243, 244, 246);
|
|
@@ -16,6 +16,17 @@
|
|
|
16
16
|
--bf-danger: rgb(239, 68, 68);
|
|
17
17
|
--bf-shadow: 0 18px 55px rgba(0, 0, 0, 0.45);
|
|
18
18
|
|
|
19
|
+
/* Ensure widget always floats above customer modals/sidepanels/overlays */
|
|
20
|
+
position: fixed;
|
|
21
|
+
top: 0;
|
|
22
|
+
left: 0;
|
|
23
|
+
width: 0;
|
|
24
|
+
height: 0;
|
|
25
|
+
overflow: visible;
|
|
26
|
+
z-index: var(--bf-z);
|
|
27
|
+
isolation: isolate;
|
|
28
|
+
pointer-events: none;
|
|
29
|
+
|
|
19
30
|
font-family: var(--bf-font);
|
|
20
31
|
color: var(--bf-panel-fg);
|
|
21
32
|
}
|
|
@@ -75,6 +86,7 @@
|
|
|
75
86
|
right: 18px;
|
|
76
87
|
bottom: 18px;
|
|
77
88
|
z-index: var(--bf-z);
|
|
89
|
+
pointer-events: auto;
|
|
78
90
|
|
|
79
91
|
display: inline-flex;
|
|
80
92
|
align-items: center;
|
|
@@ -382,6 +394,7 @@
|
|
|
382
394
|
:where([data-blocfeed-ui-root]) .bf-trigger-edge {
|
|
383
395
|
position: fixed;
|
|
384
396
|
z-index: var(--bf-z);
|
|
397
|
+
pointer-events: auto;
|
|
385
398
|
display: flex;
|
|
386
399
|
align-items: center;
|
|
387
400
|
justify-content: center;
|
|
@@ -427,6 +440,7 @@
|
|
|
427
440
|
right: 18px;
|
|
428
441
|
bottom: 18px;
|
|
429
442
|
z-index: var(--bf-z);
|
|
443
|
+
pointer-events: auto;
|
|
430
444
|
display: inline-flex;
|
|
431
445
|
align-items: center;
|
|
432
446
|
background: transparent;
|
package/dist/main.js
CHANGED
|
@@ -6,7 +6,7 @@ import {t,u,x,v,y,j,a,s,l,n,i,q,b}from'./chunk-EADEWOWW.js';import {createContex
|
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
:where([data-blocfeed-ui-root]) {
|
|
9
|
-
--bf-z:
|
|
9
|
+
--bf-z: 2147483647;
|
|
10
10
|
--bf-font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
|
|
11
11
|
--bf-panel-bg: rgba(17, 24, 39, 0.98);
|
|
12
12
|
--bf-panel-fg: rgb(243, 244, 246);
|
|
@@ -16,6 +16,17 @@ import {t,u,x,v,y,j,a,s,l,n,i,q,b}from'./chunk-EADEWOWW.js';import {createContex
|
|
|
16
16
|
--bf-danger: rgb(239, 68, 68);
|
|
17
17
|
--bf-shadow: 0 18px 55px rgba(0, 0, 0, 0.45);
|
|
18
18
|
|
|
19
|
+
/* Ensure widget always floats above customer modals/sidepanels/overlays */
|
|
20
|
+
position: fixed;
|
|
21
|
+
top: 0;
|
|
22
|
+
left: 0;
|
|
23
|
+
width: 0;
|
|
24
|
+
height: 0;
|
|
25
|
+
overflow: visible;
|
|
26
|
+
z-index: var(--bf-z);
|
|
27
|
+
isolation: isolate;
|
|
28
|
+
pointer-events: none;
|
|
29
|
+
|
|
19
30
|
font-family: var(--bf-font);
|
|
20
31
|
color: var(--bf-panel-fg);
|
|
21
32
|
}
|
|
@@ -75,6 +86,7 @@ import {t,u,x,v,y,j,a,s,l,n,i,q,b}from'./chunk-EADEWOWW.js';import {createContex
|
|
|
75
86
|
right: 18px;
|
|
76
87
|
bottom: 18px;
|
|
77
88
|
z-index: var(--bf-z);
|
|
89
|
+
pointer-events: auto;
|
|
78
90
|
|
|
79
91
|
display: inline-flex;
|
|
80
92
|
align-items: center;
|
|
@@ -382,6 +394,7 @@ import {t,u,x,v,y,j,a,s,l,n,i,q,b}from'./chunk-EADEWOWW.js';import {createContex
|
|
|
382
394
|
:where([data-blocfeed-ui-root]) .bf-trigger-edge {
|
|
383
395
|
position: fixed;
|
|
384
396
|
z-index: var(--bf-z);
|
|
397
|
+
pointer-events: auto;
|
|
385
398
|
display: flex;
|
|
386
399
|
align-items: center;
|
|
387
400
|
justify-content: center;
|
|
@@ -427,6 +440,7 @@ import {t,u,x,v,y,j,a,s,l,n,i,q,b}from'./chunk-EADEWOWW.js';import {createContex
|
|
|
427
440
|
right: 18px;
|
|
428
441
|
bottom: 18px;
|
|
429
442
|
z-index: var(--bf-z);
|
|
443
|
+
pointer-events: auto;
|
|
430
444
|
display: inline-flex;
|
|
431
445
|
align-items: center;
|
|
432
446
|
background: transparent;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "blocfeed",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Drop-in feedback widget for React — element picking, screenshots, video recording, and
|
|
3
|
+
"version": "0.13.0",
|
|
4
|
+
"description": "Drop-in feedback widget for React — element picking, screenshots, video recording, voice feedback, and behavioral signal tracking.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"sideEffects": false,
|
|
@@ -18,7 +18,11 @@
|
|
|
18
18
|
"element-picker",
|
|
19
19
|
"voice-feedback",
|
|
20
20
|
"speech-to-text",
|
|
21
|
-
"transcription"
|
|
21
|
+
"transcription",
|
|
22
|
+
"session-replay",
|
|
23
|
+
"behavioral-analytics",
|
|
24
|
+
"rage-click",
|
|
25
|
+
"posthog"
|
|
22
26
|
],
|
|
23
27
|
"publishConfig": {
|
|
24
28
|
"access": "public"
|