@appcues/web-sdk 7.28.0 → 7.28.4

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 (33) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/build/actions/action-types.d.ts.map +1 -1
  3. package/build/actions/debugger-actions.d.ts +2 -0
  4. package/build/actions/debugger-actions.d.ts.map +1 -1
  5. package/build/{bootstrap.npm.BmaKe89Q.js → bootstrap.npm.DzjbZMq5.js} +3660 -3590
  6. package/build/checklist.6358d11775a6874904189b2cd6c11e6e13005830.css +1 -0
  7. package/build/{constants.FfLavyn7.js → constants.BO82VD5c.js} +3 -0
  8. package/build/{container.4d9c51d44960c4fc4f6e79bd052d7060dc6cb3ef.css → container.6358d11775a6874904189b2cd6c11e6e13005830.css} +1 -1
  9. package/build/debugger.6358d11775a6874904189b2cd6c11e6e13005830.css +1 -0
  10. package/build/index.npm.js +2 -2
  11. package/build/reducers/debugger-reducers.d.ts +8 -0
  12. package/build/reducers/debugger-reducers.d.ts.map +1 -1
  13. package/build/sagas/experiences-sagas.d.ts.map +1 -1
  14. package/build/utils/constants.d.ts +3 -0
  15. package/build/utils/constants.d.ts.map +1 -1
  16. package/build/utils/data-selectors.d.ts +3 -0
  17. package/build/utils/data-selectors.d.ts.map +1 -1
  18. package/build/utils/dom.d.ts +22 -0
  19. package/build/utils/dom.d.ts.map +1 -1
  20. package/build/views/components/checklist-beacon.d.ts.map +1 -1
  21. package/build/views/components/debugger.d.ts +1 -0
  22. package/build/views/components/debugger.d.ts.map +1 -1
  23. package/build/views/renderers/render-debugger.d.ts +7 -0
  24. package/build/views/renderers/render-debugger.d.ts.map +1 -1
  25. package/build/views/renderers/render-test-mode-banner.d.ts.map +1 -1
  26. package/package.json +1 -1
  27. package/build/checklist.4d9c51d44960c4fc4f6e79bd052d7060dc6cb3ef.css +0 -1
  28. package/build/debugger.4d9c51d44960c4fc4f6e79bd052d7060dc6cb3ef.css +0 -1
  29. /package/build/{modal-step-legacy-render.4d9c51d44960c4fc4f6e79bd052d7060dc6cb3ef.css → modal-step-legacy-render.6358d11775a6874904189b2cd6c11e6e13005830.css} +0 -0
  30. /package/build/{modal.4d9c51d44960c4fc4f6e79bd052d7060dc6cb3ef.css → modal.6358d11775a6874904189b2cd6c11e6e13005830.css} +0 -0
  31. /package/build/{satisfaction-survey.4d9c51d44960c4fc4f6e79bd052d7060dc6cb3ef.css → satisfaction-survey.6358d11775a6874904189b2cd6c11e6e13005830.css} +0 -0
  32. /package/build/{test-mode.4d9c51d44960c4fc4f6e79bd052d7060dc6cb3ef.css → test-mode.6358d11775a6874904189b2cd6c11e6e13005830.css} +0 -0
  33. /package/build/{tooltip.4d9c51d44960c4fc4f6e79bd052d7060dc6cb3ef.css → tooltip.6358d11775a6874904189b2cd6c11e6e13005830.css} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @appcues/web-sdk
2
2
 
3
+ ## 7.28.3
4
+
5
+ ### Patch Changes
6
+
7
+ - cd170bb: Fix the debugger and test mode banner failing to open on sites whose app framework takes over the page body.
8
+
9
+ ## 7.28.2
10
+
11
+ ### Patch Changes
12
+
13
+ - 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.
14
+
15
+ ## 7.28.1
16
+
17
+ ### Patch Changes
18
+
19
+ - 6b96636: Show experiences and checklists in debugger
20
+
21
+ ## 7.28.0
22
+
23
+ ### Minor Changes
24
+
25
+ - 4d9c51d: disconnect idle connections after 20m behind FF
26
+
3
27
  ## 7.27.2
4
28
 
5
29
  ### Patch Changes
@@ -1 +1 @@
1
- {"version":3,"file":"action-types.d.ts","sourceRoot":"","sources":["../../src/scripts/actions/action-types.js"],"names":[],"mappings":"AAMA;;EA4BG;AAGH;;EAqCG;AAGH;;EAkBG;AAGH;;EAA2E;AAG3E;;EAYG;AAGH;;EAiBG;AAGH;;EAKG;AAGH;;EAsBG;AAGH;;EAQG;AAEH;;EAIG;AAEH;;EAKG;AAEH;;EAOG;AAEH;;EAIG;AAEH;;EAAgE;AAEhE;;EAGG"}
1
+ {"version":3,"file":"action-types.d.ts","sourceRoot":"","sources":["../../src/scripts/actions/action-types.js"],"names":[],"mappings":"AAMA;;EA4BG;AAGH;;EAqCG;AAGH;;EAkBG;AAGH;;EAA2E;AAG3E;;EAYG;AAGH;;EAiBG;AAGH;;EAKG;AAGH;;EAsBG;AAGH;;EAUG;AAEH;;EAIG;AAEH;;EAKG;AAEH;;EAOG;AAEH;;EAIG;AAEH;;EAAgE;AAEhE;;EAGG"}
@@ -4,5 +4,7 @@ export const setCurrentPage: Function;
4
4
  export const trackPage: Function;
5
5
  export const addContentError: Function;
6
6
  export const addChildError: Function;
7
+ export const addExperienceError: Function;
8
+ export const clearExperienceError: Function;
7
9
  export const closeDebugger: Function;
8
10
  //# sourceMappingURL=debugger-actions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"debugger-actions.d.ts","sourceRoot":"","sources":["../../src/scripts/actions/debugger-actions.js"],"names":[],"mappings":"AAKA,wCAEE;AAEF,uCAA8E;AAI9E,sCAA6E;AAE7E,iCAAkE;AAElE,uCAKE;AAEF,qCAKE;AAEF,qCAA0E"}
1
+ {"version":3,"file":"debugger-actions.d.ts","sourceRoot":"","sources":["../../src/scripts/actions/debugger-actions.js"],"names":[],"mappings":"AAKA,wCAEE;AAEF,uCAA8E;AAI9E,sCAA6E;AAE7E,iCAAkE;AAElE,uCAKE;AAEF,qCAKE;AAEF,0CAKE;AAEF,4CAKE;AAEF,qCAA0E"}