@appcues/web-sdk 7.24.5 → 7.25.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.
- package/CHANGELOG.md +12 -0
- package/build/bind-interface.d.ts.map +1 -1
- package/build/{bootstrap.npm.DhCL3ysC.js → bootstrap.npm.DDGKlJWw.js} +901 -822
- package/build/index.npm.js +1 -1
- package/build/main.d.ts.map +1 -1
- package/build/sagas/experiences-sagas.d.ts.map +1 -1
- package/build/snippets/context.d.ts +13 -0
- package/build/snippets/context.d.ts.map +1 -0
- package/build/snippets/error.d.ts +11 -0
- package/build/snippets/error.d.ts.map +1 -0
- package/build/snippets/load-snippets.d.ts +21 -0
- package/build/snippets/load-snippets.d.ts.map +1 -0
- package/build/snippets/register.d.ts +16 -0
- package/build/snippets/register.d.ts.map +1 -0
- package/package.json +1 -1
- /package/build/{checklist.fba46edf57684df073fc8ac7224084af20b180eb.css → checklist.7382849d2ae897a1629360cfe8e459f8f639cf7b.css} +0 -0
- /package/build/{container.fba46edf57684df073fc8ac7224084af20b180eb.css → container.7382849d2ae897a1629360cfe8e459f8f639cf7b.css} +0 -0
- /package/build/{debugger.fba46edf57684df073fc8ac7224084af20b180eb.css → debugger.7382849d2ae897a1629360cfe8e459f8f639cf7b.css} +0 -0
- /package/build/{modal-step-legacy-render.fba46edf57684df073fc8ac7224084af20b180eb.css → modal-step-legacy-render.7382849d2ae897a1629360cfe8e459f8f639cf7b.css} +0 -0
- /package/build/{modal.fba46edf57684df073fc8ac7224084af20b180eb.css → modal.7382849d2ae897a1629360cfe8e459f8f639cf7b.css} +0 -0
- /package/build/{satisfaction-survey.fba46edf57684df073fc8ac7224084af20b180eb.css → satisfaction-survey.7382849d2ae897a1629360cfe8e459f8f639cf7b.css} +0 -0
- /package/build/{test-mode.fba46edf57684df073fc8ac7224084af20b180eb.css → test-mode.7382849d2ae897a1629360cfe8e459f8f639cf7b.css} +0 -0
- /package/build/{tooltip.fba46edf57684df073fc8ac7224084af20b180eb.css → tooltip.7382849d2ae897a1629360cfe8e459f8f639cf7b.css} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @appcues/web-sdk
|
|
2
2
|
|
|
3
|
+
## 7.24.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 19e800b: Full action support for rich text blocks
|
|
8
|
+
|
|
9
|
+
## 7.24.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- fba46ed: Fix the flow dialog in the builder so it renders fully above page content, with its backdrop directly behind it, while keeping the layout cell controls on top.
|
|
14
|
+
|
|
3
15
|
## 7.24.4
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bind-interface.d.ts","sourceRoot":"","sources":["../src/scripts/bind-interface.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"bind-interface.d.ts","sourceRoot":"","sources":["../src/scripts/bind-interface.js"],"names":[],"mappings":"AAsCA;;;;;;;GAOG;AACH,8DAJY,MAAM,GAEN,MAAM,CA+NjB"}
|