@appcues/web-sdk 7.28.1 → 7.29.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.
Files changed (19) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/build/{bootstrap.npm.DhYLLf01.js → bootstrap.npm.B78wv9ok.js} +1324 -1330
  3. package/build/checklist.218252b40d64d313ce5b7e1b4d2efcbccccb4ca6.css +1 -0
  4. package/build/data/transports/websocket.d.ts.map +1 -1
  5. package/build/index.npm.js +1 -1
  6. package/build/utils/dom.d.ts +22 -0
  7. package/build/utils/dom.d.ts.map +1 -1
  8. package/build/views/components/checklist-beacon.d.ts.map +1 -1
  9. package/build/views/renderers/render-debugger.d.ts.map +1 -1
  10. package/build/views/renderers/render-test-mode-banner.d.ts.map +1 -1
  11. package/package.json +1 -1
  12. package/build/checklist.6b96636235caf21533d47da715fcf6a12a32f3fa.css +0 -1
  13. /package/build/{container.6b96636235caf21533d47da715fcf6a12a32f3fa.css → container.218252b40d64d313ce5b7e1b4d2efcbccccb4ca6.css} +0 -0
  14. /package/build/{debugger.6b96636235caf21533d47da715fcf6a12a32f3fa.css → debugger.218252b40d64d313ce5b7e1b4d2efcbccccb4ca6.css} +0 -0
  15. /package/build/{modal-step-legacy-render.6b96636235caf21533d47da715fcf6a12a32f3fa.css → modal-step-legacy-render.218252b40d64d313ce5b7e1b4d2efcbccccb4ca6.css} +0 -0
  16. /package/build/{modal.6b96636235caf21533d47da715fcf6a12a32f3fa.css → modal.218252b40d64d313ce5b7e1b4d2efcbccccb4ca6.css} +0 -0
  17. /package/build/{satisfaction-survey.6b96636235caf21533d47da715fcf6a12a32f3fa.css → satisfaction-survey.218252b40d64d313ce5b7e1b4d2efcbccccb4ca6.css} +0 -0
  18. /package/build/{test-mode.6b96636235caf21533d47da715fcf6a12a32f3fa.css → test-mode.218252b40d64d313ce5b7e1b4d2efcbccccb4ca6.css} +0 -0
  19. /package/build/{tooltip.6b96636235caf21533d47da715fcf6a12a32f3fa.css → tooltip.218252b40d64d313ce5b7e1b4d2efcbccccb4ca6.css} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @appcues/web-sdk
2
2
 
3
+ ## 7.28.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 6358d11: Keyboard focus on a checklist beacon now shows a clearly visible outline, even on beacons with dark colors.
8
+
9
+ ## 7.28.3
10
+
11
+ ### Patch Changes
12
+
13
+ - cd170bb: Fix the debugger and test mode banner failing to open on sites whose app framework takes over the page body.
14
+
15
+ ## 7.28.2
16
+
17
+ ### Patch Changes
18
+
19
+ - 109fd55: Fixed tooltips not appearing when navigating backward through a flow in apps that scroll content inside a container rather than the browser window, such as apps built with Ionic. Tooltips in these apps now also anchor to the correct element while being edited in the flow builder, instead of jumping to the centre of the screen.
20
+
21
+ ## 7.28.1
22
+
23
+ ### Patch Changes
24
+
25
+ - 6b96636: Show experiences and checklists in debugger
26
+
3
27
  ## 7.28.0
4
28
 
5
29
  ### Minor Changes