blocfeed 0.18.0 → 0.20.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/CHANGELOG.md +35 -0
- package/dist/chunk-VWILLYYY.js +884 -0
- package/dist/chunk-X4ON6DOW.cjs +884 -0
- package/dist/{controller-09cYt2qm.d.cts → controller-DrQ--KwA.d.cts} +13 -0
- package/dist/{controller-09cYt2qm.d.ts → controller-DrQ--KwA.d.ts} +13 -0
- package/dist/engine.cjs +1 -1
- package/dist/engine.d.cts +2 -2
- package/dist/engine.d.ts +2 -2
- package/dist/engine.js +1 -1
- package/dist/main.cjs +1 -884
- package/dist/main.d.cts +9 -3
- package/dist/main.d.ts +9 -3
- package/dist/main.js +1 -884
- package/package.json +1 -1
- package/dist/chunk-FBLTAHNW.cjs +0 -2
- package/dist/chunk-GNKDVHVD.js +0 -2
package/dist/main.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { B as BlocFeedConfig, a as BlocFeedHandle, b as BlocFeedState, c as BlocFeedController, C as CaptureConfig, F as FeedbackCategory, S as SubmitResult, d as BehavioralEvent, e as BehavioralConfig } from './controller-
|
|
2
|
-
export { f as BehavioralEventType, g as BlocFeedError, h as BlocFeedStrings, i as BlocFeedUser, j as CaptureDiagnostics, k as CaptureResult, l as ConsoleEntry, D as DiagnosticsConfig, E as ElementDescriptor, m as FeedbackApiResponse, n as FeedbackPayload, I as ImageAsset, M as MaybePromise, o as MetadataConfig, p as MetadataContext, N as NetworkEntry, P as PickerConfig, R as RecordingConfig, q as Rect, r as ScreenshotAdapter, s as ScreenshotAdapterOptions, t as ScreenshotIntent, u as ScreenshotMime, v as SecurityConfig, w as SecurityFinding, x as SecuritySnapshot, y as SessionPhase, T as ThemeConfig, z as TransportConfig, A as TransportResult, G as TriggerStyle, V as VideoAsset, H as VideoIntent, J as VideoMime, K as VoiceConfig, W as WidgetPosition } from './controller-
|
|
1
|
+
import { B as BlocFeedConfig, a as BlocFeedHandle, b as BlocFeedState, c as BlocFeedController, C as CaptureConfig, F as FeedbackCategory, S as SubmitResult, d as BehavioralEvent, e as BehavioralConfig } from './controller-DrQ--KwA.cjs';
|
|
2
|
+
export { f as BehavioralEventType, g as BlocFeedError, h as BlocFeedStrings, i as BlocFeedUser, j as CaptureDiagnostics, k as CaptureResult, l as ConsoleEntry, D as DiagnosticsConfig, E as ElementDescriptor, m as FeedbackApiResponse, n as FeedbackPayload, I as ImageAsset, M as MaybePromise, o as MetadataConfig, p as MetadataContext, N as NetworkEntry, P as PickerConfig, R as RecordingConfig, q as Rect, r as ScreenshotAdapter, s as ScreenshotAdapterOptions, t as ScreenshotIntent, u as ScreenshotMime, v as SecurityConfig, w as SecurityFinding, x as SecuritySnapshot, y as SessionPhase, T as ThemeConfig, z as TransportConfig, A as TransportResult, G as TriggerStyle, V as VideoAsset, H as VideoIntent, J as VideoMime, K as VoiceConfig, W as WidgetPosition } from './controller-DrQ--KwA.cjs';
|
|
3
3
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
4
|
import * as react from 'react';
|
|
5
5
|
import { ReactNode } from 'react';
|
|
@@ -99,6 +99,12 @@ declare class BehavioralTracker {
|
|
|
99
99
|
|
|
100
100
|
declare function track(name: string, properties?: TrackProperties, options?: TrackOptions): void;
|
|
101
101
|
|
|
102
|
+
/**
|
|
103
|
+
* Pinned at publish time. Sent with the heartbeat so the dashboard can
|
|
104
|
+
* surface SDK version drift to customers.
|
|
105
|
+
*/
|
|
106
|
+
declare const SDK_VERSION = "0.20.0";
|
|
107
|
+
|
|
102
108
|
/**
|
|
103
109
|
* Non-React entry point. Mirrors the shape of the rest of the SDK exports;
|
|
104
110
|
* use this from Vue, Svelte, or vanilla apps where there is no
|
|
@@ -119,4 +125,4 @@ declare const BlocFeed: {
|
|
|
119
125
|
track: typeof track;
|
|
120
126
|
};
|
|
121
127
|
|
|
122
|
-
export { BehavioralConfig, BehavioralEvent, BehavioralTracker, BlocFeed, type BlocFeedApi, BlocFeedConfig, BlocFeedHandle, BlocFeedProvider, BlocFeedState, BlocFeedWidget, CaptureConfig, FeedbackCategory, SubmitResult, type TrackOptions, type TrackProperties, track, useBlocFeed };
|
|
128
|
+
export { BehavioralConfig, BehavioralEvent, BehavioralTracker, BlocFeed, type BlocFeedApi, BlocFeedConfig, BlocFeedHandle, BlocFeedProvider, BlocFeedState, BlocFeedWidget, CaptureConfig, FeedbackCategory, SDK_VERSION, SubmitResult, type TrackOptions, type TrackProperties, track, useBlocFeed };
|
package/dist/main.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { B as BlocFeedConfig, a as BlocFeedHandle, b as BlocFeedState, c as BlocFeedController, C as CaptureConfig, F as FeedbackCategory, S as SubmitResult, d as BehavioralEvent, e as BehavioralConfig } from './controller-
|
|
2
|
-
export { f as BehavioralEventType, g as BlocFeedError, h as BlocFeedStrings, i as BlocFeedUser, j as CaptureDiagnostics, k as CaptureResult, l as ConsoleEntry, D as DiagnosticsConfig, E as ElementDescriptor, m as FeedbackApiResponse, n as FeedbackPayload, I as ImageAsset, M as MaybePromise, o as MetadataConfig, p as MetadataContext, N as NetworkEntry, P as PickerConfig, R as RecordingConfig, q as Rect, r as ScreenshotAdapter, s as ScreenshotAdapterOptions, t as ScreenshotIntent, u as ScreenshotMime, v as SecurityConfig, w as SecurityFinding, x as SecuritySnapshot, y as SessionPhase, T as ThemeConfig, z as TransportConfig, A as TransportResult, G as TriggerStyle, V as VideoAsset, H as VideoIntent, J as VideoMime, K as VoiceConfig, W as WidgetPosition } from './controller-
|
|
1
|
+
import { B as BlocFeedConfig, a as BlocFeedHandle, b as BlocFeedState, c as BlocFeedController, C as CaptureConfig, F as FeedbackCategory, S as SubmitResult, d as BehavioralEvent, e as BehavioralConfig } from './controller-DrQ--KwA.js';
|
|
2
|
+
export { f as BehavioralEventType, g as BlocFeedError, h as BlocFeedStrings, i as BlocFeedUser, j as CaptureDiagnostics, k as CaptureResult, l as ConsoleEntry, D as DiagnosticsConfig, E as ElementDescriptor, m as FeedbackApiResponse, n as FeedbackPayload, I as ImageAsset, M as MaybePromise, o as MetadataConfig, p as MetadataContext, N as NetworkEntry, P as PickerConfig, R as RecordingConfig, q as Rect, r as ScreenshotAdapter, s as ScreenshotAdapterOptions, t as ScreenshotIntent, u as ScreenshotMime, v as SecurityConfig, w as SecurityFinding, x as SecuritySnapshot, y as SessionPhase, T as ThemeConfig, z as TransportConfig, A as TransportResult, G as TriggerStyle, V as VideoAsset, H as VideoIntent, J as VideoMime, K as VoiceConfig, W as WidgetPosition } from './controller-DrQ--KwA.js';
|
|
3
3
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
4
|
import * as react from 'react';
|
|
5
5
|
import { ReactNode } from 'react';
|
|
@@ -99,6 +99,12 @@ declare class BehavioralTracker {
|
|
|
99
99
|
|
|
100
100
|
declare function track(name: string, properties?: TrackProperties, options?: TrackOptions): void;
|
|
101
101
|
|
|
102
|
+
/**
|
|
103
|
+
* Pinned at publish time. Sent with the heartbeat so the dashboard can
|
|
104
|
+
* surface SDK version drift to customers.
|
|
105
|
+
*/
|
|
106
|
+
declare const SDK_VERSION = "0.20.0";
|
|
107
|
+
|
|
102
108
|
/**
|
|
103
109
|
* Non-React entry point. Mirrors the shape of the rest of the SDK exports;
|
|
104
110
|
* use this from Vue, Svelte, or vanilla apps where there is no
|
|
@@ -119,4 +125,4 @@ declare const BlocFeed: {
|
|
|
119
125
|
track: typeof track;
|
|
120
126
|
};
|
|
121
127
|
|
|
122
|
-
export { BehavioralConfig, BehavioralEvent, BehavioralTracker, BlocFeed, type BlocFeedApi, BlocFeedConfig, BlocFeedHandle, BlocFeedProvider, BlocFeedState, BlocFeedWidget, CaptureConfig, FeedbackCategory, SubmitResult, type TrackOptions, type TrackProperties, track, useBlocFeed };
|
|
128
|
+
export { BehavioralConfig, BehavioralEvent, BehavioralTracker, BlocFeed, type BlocFeedApi, BlocFeedConfig, BlocFeedHandle, BlocFeedProvider, BlocFeedState, BlocFeedWidget, CaptureConfig, FeedbackCategory, SDK_VERSION, SubmitResult, type TrackOptions, type TrackProperties, track, useBlocFeed };
|