@appcues/web-sdk 7.25.1 → 7.26.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 +12 -0
- package/build/{bootstrap.npm.D9rMPDG3.js → bootstrap.npm.ScfEaBCC.js} +908 -896
- package/build/data/transports/websocket.d.ts.map +1 -1
- package/build/index.npm.js +1 -1
- package/build/{open-builder.CVa1Uu2s.js → open-builder.BMVipZwK.js} +8 -8
- package/package.json +1 -1
- /package/build/{checklist.118aac89845df1b399011c9ff0b32b9685523101.css → checklist.48a93f6b4ba24038a2d26cc5ce9eb23dae3408bd.css} +0 -0
- /package/build/{container.118aac89845df1b399011c9ff0b32b9685523101.css → container.48a93f6b4ba24038a2d26cc5ce9eb23dae3408bd.css} +0 -0
- /package/build/{debugger.118aac89845df1b399011c9ff0b32b9685523101.css → debugger.48a93f6b4ba24038a2d26cc5ce9eb23dae3408bd.css} +0 -0
- /package/build/{modal-step-legacy-render.118aac89845df1b399011c9ff0b32b9685523101.css → modal-step-legacy-render.48a93f6b4ba24038a2d26cc5ce9eb23dae3408bd.css} +0 -0
- /package/build/{modal.118aac89845df1b399011c9ff0b32b9685523101.css → modal.48a93f6b4ba24038a2d26cc5ce9eb23dae3408bd.css} +0 -0
- /package/build/{satisfaction-survey.118aac89845df1b399011c9ff0b32b9685523101.css → satisfaction-survey.48a93f6b4ba24038a2d26cc5ce9eb23dae3408bd.css} +0 -0
- /package/build/{test-mode.118aac89845df1b399011c9ff0b32b9685523101.css → test-mode.48a93f6b4ba24038a2d26cc5ce9eb23dae3408bd.css} +0 -0
- /package/build/{tooltip.118aac89845df1b399011c9ff0b32b9685523101.css → tooltip.48a93f6b4ba24038a2d26cc5ce9eb23dae3408bd.css} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"websocket.d.ts","sourceRoot":"","sources":["../../../src/scripts/data/transports/websocket.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"websocket.d.ts","sourceRoot":"","sources":["../../../src/scripts/data/transports/websocket.js"],"names":[],"mappings":";IAyLU,uFAsCP;IAEK,gGAmCL;IAEiB,yEAQjB;IAEY,oEAKZ;IAEa,2CAOb;IAEU,gEA6BV"}
|
package/build/index.npm.js
CHANGED
|
@@ -5870,15 +5870,15 @@ var hs = /* @__PURE__ */ u(ps(), 1), gs = typeof hs.default == "function" ? hs.d
|
|
|
5870
5870
|
}, ws = (e) => {
|
|
5871
5871
|
if (typeof e == "string") return ys(e);
|
|
5872
5872
|
if (e == null) return la([]);
|
|
5873
|
-
let { is: t = "div", children: n = [], style: r, behaviors: i,
|
|
5874
|
-
...Object.keys(
|
|
5875
|
-
...Object.keys(
|
|
5873
|
+
let { is: t = "div", children: n = [], style: r, behaviors: i, htmlCode: a, ...o } = e.props, { state: s, ...c } = r ?? {}, l = e.props.id, u = e.props[_s], d = ca(t, {
|
|
5874
|
+
...Object.keys(c).length > 0 && { style: c },
|
|
5875
|
+
...Object.keys(o).length > 0 && { attrs: o }
|
|
5876
5876
|
}, n.map(ws));
|
|
5877
|
-
return
|
|
5878
|
-
nodeId:
|
|
5879
|
-
interactionId:
|
|
5880
|
-
state:
|
|
5881
|
-
})),
|
|
5877
|
+
return s ? la([ca("style", bs({
|
|
5878
|
+
nodeId: l,
|
|
5879
|
+
interactionId: u,
|
|
5880
|
+
state: s
|
|
5881
|
+
})), d]) : d;
|
|
5882
5882
|
}, Ts = (e, t) => {
|
|
5883
5883
|
let n = t(xs(e)) ?? {};
|
|
5884
5884
|
return {
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|