@appcues/web-sdk 7.18.0 → 7.19.3
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 +24 -0
- package/build/{bootstrap.npm.DZ3VyBbr.js → bootstrap.npm.CWtEeEZm.js} +6144 -5424
- package/build/{index.BBifE5FF.js → index.BqYkQb-R.js} +1 -1
- package/build/{index.npm.CH0_X30H.js → index.npm.8WJEE3dT.js} +1 -1
- package/build/index.npm.js +1 -1
- package/build/{open-builder.B0jaaeT_.js → open-builder.D3fQGZM7.js} +2013 -1992
- package/package.json +2 -1
- /package/build/{checklist.9c22e65683c15561b1943ebcc2e0a26b58429eb4.css → checklist.8fca2e8b3108e1b73a11937d767a008c409214cc.css} +0 -0
- /package/build/{container.9c22e65683c15561b1943ebcc2e0a26b58429eb4.css → container.8fca2e8b3108e1b73a11937d767a008c409214cc.css} +0 -0
- /package/build/{debugger.9c22e65683c15561b1943ebcc2e0a26b58429eb4.css → debugger.8fca2e8b3108e1b73a11937d767a008c409214cc.css} +0 -0
- /package/build/{modal-step-legacy-render.9c22e65683c15561b1943ebcc2e0a26b58429eb4.css → modal-step-legacy-render.8fca2e8b3108e1b73a11937d767a008c409214cc.css} +0 -0
- /package/build/{modal.9c22e65683c15561b1943ebcc2e0a26b58429eb4.css → modal.8fca2e8b3108e1b73a11937d767a008c409214cc.css} +0 -0
- /package/build/{satisfaction-survey.9c22e65683c15561b1943ebcc2e0a26b58429eb4.css → satisfaction-survey.8fca2e8b3108e1b73a11937d767a008c409214cc.css} +0 -0
- /package/build/{test-mode.9c22e65683c15561b1943ebcc2e0a26b58429eb4.css → test-mode.8fca2e8b3108e1b73a11937d767a008c409214cc.css} +0 -0
- /package/build/{tooltip.9c22e65683c15561b1943ebcc2e0a26b58429eb4.css → tooltip.8fca2e8b3108e1b73a11937d767a008c409214cc.css} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @appcues/web-sdk
|
|
2
2
|
|
|
3
|
+
## 7.19.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3a67652: Fix step_completed events
|
|
8
|
+
|
|
9
|
+
## 7.19.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 06391c8: Updated Sonar Builder radix-ui dependencies minor versions to enable React 19 compatibility
|
|
14
|
+
|
|
15
|
+
## 7.19.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- 1bd2b1c: Add support for clickstream tracking
|
|
20
|
+
|
|
21
|
+
## 7.18.0
|
|
22
|
+
|
|
23
|
+
### Minor Changes
|
|
24
|
+
|
|
25
|
+
- 9c22e65: type improvements and inital evaluations to avoid hosting
|
|
26
|
+
|
|
3
27
|
## 7.17.10
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|