@appcues/web-sdk 7.20.10 → 7.22.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 (17) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/build/{bootstrap.npm.2D6fm_tg.js → bootstrap.npm.DMq-vI0T.js} +4085 -3894
  3. package/build/{index.ChefsKKV.js → index.QI4DYuGc.js} +1 -1
  4. package/build/{index.npm.CQT52v9E.js → index.npm.CfaoL5ef.js} +97 -96
  5. package/build/index.npm.js +1 -1
  6. package/build/{open-builder.CuylpKq3.js → open-builder.DsYIY7WT.js} +3550 -3424
  7. package/build/utils/constants.d.ts +1 -0
  8. package/build/utils/constants.d.ts.map +1 -1
  9. package/package.json +1 -1
  10. /package/build/{checklist.31a8708edc6483ec7e5cd9b0fd1c31b3e38360b5.css → checklist.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css} +0 -0
  11. /package/build/{container.31a8708edc6483ec7e5cd9b0fd1c31b3e38360b5.css → container.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css} +0 -0
  12. /package/build/{debugger.31a8708edc6483ec7e5cd9b0fd1c31b3e38360b5.css → debugger.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css} +0 -0
  13. /package/build/{modal-step-legacy-render.31a8708edc6483ec7e5cd9b0fd1c31b3e38360b5.css → modal-step-legacy-render.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css} +0 -0
  14. /package/build/{modal.31a8708edc6483ec7e5cd9b0fd1c31b3e38360b5.css → modal.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css} +0 -0
  15. /package/build/{satisfaction-survey.31a8708edc6483ec7e5cd9b0fd1c31b3e38360b5.css → satisfaction-survey.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css} +0 -0
  16. /package/build/{test-mode.31a8708edc6483ec7e5cd9b0fd1c31b3e38360b5.css → test-mode.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css} +0 -0
  17. /package/build/{tooltip.31a8708edc6483ec7e5cd9b0fd1c31b3e38360b5.css → tooltip.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @appcues/web-sdk
2
2
 
3
+ ## 7.21.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 4e5639a: Update CSS Selector regex to ignore Angular specific directives.
8
+
9
+ ## 7.21.0
10
+
11
+ ### Minor Changes
12
+
13
+ - af3c544: Adds FineTune and Refine Selection controls to Tooltip Steps
14
+
15
+ ## 7.20.11
16
+
17
+ ### Patch Changes
18
+
19
+ - 552d756: Entery and exit animations for flow modals
20
+
21
+ ## 7.20.10
22
+
23
+ ### Patch Changes
24
+
25
+ - 31a8708: Fix launchpad v2 focus on open/close
26
+
3
27
  ## 7.20.9
4
28
 
5
29
  ### Patch Changes