@appcues/web-sdk 7.7.0 → 7.7.2

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 (17) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/build/{index.DFg8ECyO.js → index.3f0Mx_oK.js} +2968 -2944
  3. package/build/{index.BinR9cxK.js → index.BC3hD01t.js} +1 -1
  4. package/build/{index.npm.YjV8XHqR.js → index.npm.BKFdWN5J.js} +111 -102
  5. package/build/index.npm.js +1 -1
  6. package/build/{open-builder.CBnR8jWD.js → open-builder.jvB2vBaA.js} +7 -6
  7. package/build/utils/constants.d.ts +6 -0
  8. package/build/utils/constants.d.ts.map +1 -1
  9. package/package.json +1 -1
  10. /package/build/{checklist.76c21c6d771fd87653c0857b9e3a27556fd516e7.css → checklist.ba2000e87ad9cd20ae8961dc470482e8b42c8486.css} +0 -0
  11. /package/build/{container.76c21c6d771fd87653c0857b9e3a27556fd516e7.css → container.ba2000e87ad9cd20ae8961dc470482e8b42c8486.css} +0 -0
  12. /package/build/{debugger.76c21c6d771fd87653c0857b9e3a27556fd516e7.css → debugger.ba2000e87ad9cd20ae8961dc470482e8b42c8486.css} +0 -0
  13. /package/build/{modal-step-legacy-render.76c21c6d771fd87653c0857b9e3a27556fd516e7.css → modal-step-legacy-render.ba2000e87ad9cd20ae8961dc470482e8b42c8486.css} +0 -0
  14. /package/build/{modal.76c21c6d771fd87653c0857b9e3a27556fd516e7.css → modal.ba2000e87ad9cd20ae8961dc470482e8b42c8486.css} +0 -0
  15. /package/build/{satisfaction-survey.76c21c6d771fd87653c0857b9e3a27556fd516e7.css → satisfaction-survey.ba2000e87ad9cd20ae8961dc470482e8b42c8486.css} +0 -0
  16. /package/build/{test-mode.76c21c6d771fd87653c0857b9e3a27556fd516e7.css → test-mode.ba2000e87ad9cd20ae8961dc470482e8b42c8486.css} +0 -0
  17. /package/build/{tooltip.76c21c6d771fd87653c0857b9e3a27556fd516e7.css → tooltip.ba2000e87ad9cd20ae8961dc470482e8b42c8486.css} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @appcues/web-sdk
2
2
 
3
+ ## 7.7.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 37c0399: Pins are now able to show on page even if CSP rules are blocking themes requests
8
+
9
+ ## 7.7.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 9128524: Fixed Launchpads and Checklists appearing alongside NPS v2 surveys and Flows 2.0 instead of being hidden until completion
14
+
3
15
  ## 7.7.0
4
16
 
5
17
  ### Minor Changes