@appcues/web-sdk 7.20.6 → 7.20.9
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 +18 -0
- package/README.md +1 -1
- package/build/{bootstrap.npm.BaIPiHsl.js → bootstrap.npm.0BpDz3je.js} +2825 -2809
- package/build/{index.B5p4CZC0.js → index.DmpJImPS.js} +1 -1
- package/build/{index.npm.DiyQuxB2.js → index.npm.EmMZejXZ.js} +26 -25
- package/build/index.npm.js +1 -1
- package/build/{open-builder.wAjF_CFl.js → open-builder.Ba2IPzy6.js} +3318 -3321
- package/build/utils/constants.d.ts.map +1 -1
- package/package.json +1 -1
- /package/build/{checklist.d1abccc98d1663c45b640c25283d5c7d896fb40d.css → checklist.d67f155f5f3e33517ec0833f5d3413f4ec2a5252.css} +0 -0
- /package/build/{container.d1abccc98d1663c45b640c25283d5c7d896fb40d.css → container.d67f155f5f3e33517ec0833f5d3413f4ec2a5252.css} +0 -0
- /package/build/{debugger.d1abccc98d1663c45b640c25283d5c7d896fb40d.css → debugger.d67f155f5f3e33517ec0833f5d3413f4ec2a5252.css} +0 -0
- /package/build/{modal-step-legacy-render.d1abccc98d1663c45b640c25283d5c7d896fb40d.css → modal-step-legacy-render.d67f155f5f3e33517ec0833f5d3413f4ec2a5252.css} +0 -0
- /package/build/{modal.d1abccc98d1663c45b640c25283d5c7d896fb40d.css → modal.d67f155f5f3e33517ec0833f5d3413f4ec2a5252.css} +0 -0
- /package/build/{satisfaction-survey.d1abccc98d1663c45b640c25283d5c7d896fb40d.css → satisfaction-survey.d67f155f5f3e33517ec0833f5d3413f4ec2a5252.css} +0 -0
- /package/build/{test-mode.d1abccc98d1663c45b640c25283d5c7d896fb40d.css → test-mode.d67f155f5f3e33517ec0833f5d3413f4ec2a5252.css} +0 -0
- /package/build/{tooltip.d1abccc98d1663c45b640c25283d5c7d896fb40d.css → tooltip.d67f155f5f3e33517ec0833f5d3413f4ec2a5252.css} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @appcues/web-sdk
|
|
2
2
|
|
|
3
|
+
## 7.20.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a9aa3d4: Remove LogRocket from SafeArea entirely.
|
|
8
|
+
|
|
9
|
+
## 7.20.7
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- e73187d: Update uuid package to v14
|
|
14
|
+
|
|
15
|
+
## 7.20.6
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- d1abccc: Fixes to event handling in internal state machine
|
|
20
|
+
|
|
3
21
|
## 7.20.5
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/README.md
CHANGED