@sprig-technologies/sprig-bundled 2.42.0 → 2.42.1
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/{conversational-ui-CHUc5Jnt.cjs → conversational-ui-7uwYiaVu.cjs} +1 -1
- package/dist/{conversational-ui-BXaXKhZ1.js → conversational-ui-D-_CeIyn.js} +3 -3
- package/dist/{getAttributedUrl-kWGm9GHO.js → getAttributedUrl-CaTOVJ3H.js} +2 -2
- package/dist/{getAttributedUrl-5fGQLMl5.cjs → getAttributedUrl-K8cJRRz-.cjs} +1 -1
- package/dist/{index-D_BLw9q6.cjs → index-BntHJwKi.cjs} +1 -1
- package/dist/{index-AmryOSUY.js → index-CVv8LnEs.js} +8 -8
- package/dist/{index-BiSdDzId.js → index-CgPPSt6n.js} +5 -5
- package/dist/{index-CgIYh4S0.cjs → index-tNxjISKI.cjs} +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/{view-D1SzHpEx.js → view-Bad4puKi.js} +385 -385
- package/dist/view-CkEj7hBw.cjs +1 -0
- package/package.json +1 -1
- package/dist/view-DC9Y1r07.cjs +0 -1
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("./index-tNxjISKI.cjs");exports.DismissReason=i.DismissReason,exports.Sprig=i.Sprig,exports.SprigAPI=i.SprigAPI,exports.SprigEvent=i.SprigEvent,exports.sprig=i.sprig;
|
package/dist/index.d.ts
CHANGED
|
@@ -1550,7 +1550,7 @@ interface RecordedTaskResponseType {
|
|
|
1550
1550
|
value: RecordedTaskResponseValueType;
|
|
1551
1551
|
}
|
|
1552
1552
|
|
|
1553
|
-
type SurveyState = "ready" | "no survey";
|
|
1553
|
+
type SurveyState = "ready" | "no survey" | "previous survey ready";
|
|
1554
1554
|
type ReplayDurationType = "after" | "before" | "beforeAndAfter";
|
|
1555
1555
|
|
|
1556
1556
|
interface MobileReplayConfig {
|
package/dist/index.js
CHANGED