@appcues/web-sdk 7.17.3 → 7.17.6
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/build/{index.CB8C7s2e.js → index.DFn2O-FJ.js} +3124 -3106
- package/build/{index.2UbNv10n.js → index.ge0ocU16.js} +103 -88
- package/build/{index.npm.BMQjHmXS.js → index.npm.CvxpYFII.js} +1 -1
- package/build/index.npm.js +1 -1
- package/build/{open-builder.2-hPcUkT.js → open-builder.CQqggLV2.js} +1 -0
- package/package.json +1 -1
- /package/build/{checklist.ebcf73e8054b4bbbc37ae0749b569addd92bbd12.css → checklist.0aa93b691f53f8b2a7b7dce6ad16f640d96c3b21.css} +0 -0
- /package/build/{container.ebcf73e8054b4bbbc37ae0749b569addd92bbd12.css → container.0aa93b691f53f8b2a7b7dce6ad16f640d96c3b21.css} +0 -0
- /package/build/{debugger.ebcf73e8054b4bbbc37ae0749b569addd92bbd12.css → debugger.0aa93b691f53f8b2a7b7dce6ad16f640d96c3b21.css} +0 -0
- /package/build/{modal-step-legacy-render.ebcf73e8054b4bbbc37ae0749b569addd92bbd12.css → modal-step-legacy-render.0aa93b691f53f8b2a7b7dce6ad16f640d96c3b21.css} +0 -0
- /package/build/{modal.ebcf73e8054b4bbbc37ae0749b569addd92bbd12.css → modal.0aa93b691f53f8b2a7b7dce6ad16f640d96c3b21.css} +0 -0
- /package/build/{satisfaction-survey.ebcf73e8054b4bbbc37ae0749b569addd92bbd12.css → satisfaction-survey.0aa93b691f53f8b2a7b7dce6ad16f640d96c3b21.css} +0 -0
- /package/build/{test-mode.ebcf73e8054b4bbbc37ae0749b569addd92bbd12.css → test-mode.0aa93b691f53f8b2a7b7dce6ad16f640d96c3b21.css} +0 -0
- /package/build/{tooltip.ebcf73e8054b4bbbc37ae0749b569addd92bbd12.css → tooltip.0aa93b691f53f8b2a7b7dce6ad16f640d96c3b21.css} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @appcues/web-sdk
|
|
2
2
|
|
|
3
|
+
## 7.17.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3dc63fc: Add theme support for checklists
|
|
8
|
+
|
|
9
|
+
## 7.17.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 5f8b1e6: Add tab navigation to launchpad 2.0 content
|
|
14
|
+
|
|
15
|
+
## 7.17.3
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- ebcf73e: Fix redirect steps navigating to the wrong domain when a sites <base> element origin differs from the browser's address bar.
|
|
20
|
+
|
|
3
21
|
## 7.17.2
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|