@appcues/web-sdk 7.5.1 → 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.
- package/CHANGELOG.md +18 -0
- package/LICENSE.md +1 -0
- package/README.md +4 -1
- package/build/{index.DjALzQIQ.js → index.3f0Mx_oK.js} +2968 -2944
- package/build/{index.WPRReltU.js → index.BC3hD01t.js} +1 -1
- package/build/{index.npm.DZl5bvxr.js → index.npm.BKFdWN5J.js} +111 -102
- package/build/index.npm.js +1 -1
- package/build/{open-builder.CsZ0R4-M.js → open-builder.jvB2vBaA.js} +36 -20
- package/build/utils/constants.d.ts +6 -0
- package/build/utils/constants.d.ts.map +1 -1
- package/package.json +4 -2
- /package/build/{checklist.c59bdb8d4afa48850a5a865e5fa00fb2f06b3f4b.css → checklist.ba2000e87ad9cd20ae8961dc470482e8b42c8486.css} +0 -0
- /package/build/{container.c59bdb8d4afa48850a5a865e5fa00fb2f06b3f4b.css → container.ba2000e87ad9cd20ae8961dc470482e8b42c8486.css} +0 -0
- /package/build/{debugger.c59bdb8d4afa48850a5a865e5fa00fb2f06b3f4b.css → debugger.ba2000e87ad9cd20ae8961dc470482e8b42c8486.css} +0 -0
- /package/build/{modal-step-legacy-render.c59bdb8d4afa48850a5a865e5fa00fb2f06b3f4b.css → modal-step-legacy-render.ba2000e87ad9cd20ae8961dc470482e8b42c8486.css} +0 -0
- /package/build/{modal.c59bdb8d4afa48850a5a865e5fa00fb2f06b3f4b.css → modal.ba2000e87ad9cd20ae8961dc470482e8b42c8486.css} +0 -0
- /package/build/{satisfaction-survey.c59bdb8d4afa48850a5a865e5fa00fb2f06b3f4b.css → satisfaction-survey.ba2000e87ad9cd20ae8961dc470482e8b42c8486.css} +0 -0
- /package/build/{test-mode.c59bdb8d4afa48850a5a865e5fa00fb2f06b3f4b.css → test-mode.ba2000e87ad9cd20ae8961dc470482e8b42c8486.css} +0 -0
- /package/build/{tooltip.c59bdb8d4afa48850a5a865e5fa00fb2f06b3f4b.css → tooltip.ba2000e87ad9cd20ae8961dc470482e8b42c8486.css} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
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
|
+
|
|
15
|
+
## 7.7.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- 6096f2a: Add support for backdrop styling options in dialogs and fixes alignment issue on floating elements that could cause position to not be exact on screen axis (X or Y)
|
|
20
|
+
|
|
3
21
|
## 7.5.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/LICENSE.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
The software is governed by the Appcues License Terms of service available at https://www.appcues.com/terms (including any successor site).
|
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# Appcues JavaScript SDK
|
|
2
2
|
|
|
3
|
+
> **ℹ️**
|
|
4
|
+
> The Appcues JavaScript SDK is currently in **beta testing** when installed via npm. We recommend evaluating carefully and providing feedback as you integrate. Please refer to our [official documentation](https://docs.appcues.com/install-appcues-web) for the latest updates, setup instructions, and support resources.
|
|
5
|
+
|
|
3
6
|
The Appcues JavaScript SDK allows you to integrate Appcues into your web application. Track user events, identify users, and trigger personalized in-app experiences.
|
|
4
7
|
|
|
5
8
|
## Installation
|
|
@@ -53,4 +56,4 @@ Then open the CHANGELOG.md file from the package directory.
|
|
|
53
56
|
|
|
54
57
|
## License
|
|
55
58
|
|
|
56
|
-
See
|
|
59
|
+
See license in LICENSE.md
|