@appcues/web-sdk 7.12.2 → 7.13.1
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/README.md +0 -3
- package/build/index.BnjrJqe8.js +2137 -0
- package/build/{index.dF02Yn1w.js → index.DWjqVB6O.js} +10 -10
- package/build/{index.npm.DgXa0ahc.js → index.npm.D8z31J2m.js} +1 -1
- package/build/index.npm.js +1 -1
- package/build/{open-builder.EGguuLk7.js → open-builder.XILUARRq.js} +2980 -2941
- package/package.json +1 -1
- package/build/index.9RRrBIRH.js +0 -2609
- /package/build/{checklist.be32af981df3bbb3999db9008a74d8bbe8f883f1.css → checklist.78fb229fc1e098f540f02c2c47972ed2d5979c4f.css} +0 -0
- /package/build/{container.be32af981df3bbb3999db9008a74d8bbe8f883f1.css → container.78fb229fc1e098f540f02c2c47972ed2d5979c4f.css} +0 -0
- /package/build/{debugger.be32af981df3bbb3999db9008a74d8bbe8f883f1.css → debugger.78fb229fc1e098f540f02c2c47972ed2d5979c4f.css} +0 -0
- /package/build/{modal-step-legacy-render.be32af981df3bbb3999db9008a74d8bbe8f883f1.css → modal-step-legacy-render.78fb229fc1e098f540f02c2c47972ed2d5979c4f.css} +0 -0
- /package/build/{modal.be32af981df3bbb3999db9008a74d8bbe8f883f1.css → modal.78fb229fc1e098f540f02c2c47972ed2d5979c4f.css} +0 -0
- /package/build/{satisfaction-survey.be32af981df3bbb3999db9008a74d8bbe8f883f1.css → satisfaction-survey.78fb229fc1e098f540f02c2c47972ed2d5979c4f.css} +0 -0
- /package/build/{test-mode.be32af981df3bbb3999db9008a74d8bbe8f883f1.css → test-mode.78fb229fc1e098f540f02c2c47972ed2d5979c4f.css} +0 -0
- /package/build/{tooltip.be32af981df3bbb3999db9008a74d8bbe8f883f1.css → tooltip.78fb229fc1e098f540f02c2c47972ed2d5979c4f.css} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @appcues/web-sdk
|
|
2
2
|
|
|
3
|
+
## 7.13.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f8e94ac: Updating README removing beta banner
|
|
8
|
+
|
|
9
|
+
## 7.13.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 1f844e6: Adds builder support for runtime overrides so that trait-applied styles are not persisted to the database
|
|
14
|
+
|
|
3
15
|
## 7.12.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
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/en_US/install-appcues-web/installation-overview-for-developers#appcues-sdk-installation-6) for the latest updates, setup instructions, and support resources.
|
|
5
|
-
|
|
6
3
|
The Appcues JavaScript SDK allows you to integrate Appcues into your web application. Track user events, identify users, and trigger personalized in-app experiences.
|
|
7
4
|
|
|
8
5
|
## Installation
|