@appcues/web-sdk 7.20.11 → 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.
- package/CHANGELOG.md +18 -0
- package/build/{bootstrap.npm.BuOq6d5Q.js → bootstrap.npm.DMq-vI0T.js} +4085 -3894
- package/build/{index.BU-bEDfq.js → index.QI4DYuGc.js} +1 -1
- package/build/{index.npm.DDZN8LID.js → index.npm.CfaoL5ef.js} +97 -96
- package/build/index.npm.js +1 -1
- package/build/{open-builder.T7mIrDMO.js → open-builder.DsYIY7WT.js} +3452 -3334
- package/build/utils/constants.d.ts +1 -0
- package/build/utils/constants.d.ts.map +1 -1
- package/package.json +1 -1
- /package/build/{checklist.552d75634199e931076ec618fb8c32d4353b3676.css → checklist.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css} +0 -0
- /package/build/{container.552d75634199e931076ec618fb8c32d4353b3676.css → container.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css} +0 -0
- /package/build/{debugger.552d75634199e931076ec618fb8c32d4353b3676.css → debugger.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css} +0 -0
- /package/build/{modal-step-legacy-render.552d75634199e931076ec618fb8c32d4353b3676.css → modal-step-legacy-render.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css} +0 -0
- /package/build/{modal.552d75634199e931076ec618fb8c32d4353b3676.css → modal.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css} +0 -0
- /package/build/{satisfaction-survey.552d75634199e931076ec618fb8c32d4353b3676.css → satisfaction-survey.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css} +0 -0
- /package/build/{test-mode.552d75634199e931076ec618fb8c32d4353b3676.css → test-mode.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css} +0 -0
- /package/build/{tooltip.552d75634199e931076ec618fb8c32d4353b3676.css → tooltip.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
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
|
+
|
|
3
21
|
## 7.20.10
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|