@appcues/web-sdk 7.7.0 → 7.7.3
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.BinR9cxK.js → index.4CeVGcMd.js} +1 -1
- package/build/{index.DFg8ECyO.js → index.D45Gl5M1.js} +2968 -2944
- package/build/{index.npm.YjV8XHqR.js → index.npm.4xrILTG5.js} +111 -102
- package/build/index.npm.js +1 -1
- package/build/{open-builder.CBnR8jWD.js → open-builder.jvB2vBaA.js} +7 -6
- package/build/utils/constants.d.ts +6 -0
- package/build/utils/constants.d.ts.map +1 -1
- package/package.json +1 -1
- /package/build/{checklist.76c21c6d771fd87653c0857b9e3a27556fd516e7.css → checklist.290208e041204c45adbb27d61c666bb97a3ed0f9.css} +0 -0
- /package/build/{container.76c21c6d771fd87653c0857b9e3a27556fd516e7.css → container.290208e041204c45adbb27d61c666bb97a3ed0f9.css} +0 -0
- /package/build/{debugger.76c21c6d771fd87653c0857b9e3a27556fd516e7.css → debugger.290208e041204c45adbb27d61c666bb97a3ed0f9.css} +0 -0
- /package/build/{modal-step-legacy-render.76c21c6d771fd87653c0857b9e3a27556fd516e7.css → modal-step-legacy-render.290208e041204c45adbb27d61c666bb97a3ed0f9.css} +0 -0
- /package/build/{modal.76c21c6d771fd87653c0857b9e3a27556fd516e7.css → modal.290208e041204c45adbb27d61c666bb97a3ed0f9.css} +0 -0
- /package/build/{satisfaction-survey.76c21c6d771fd87653c0857b9e3a27556fd516e7.css → satisfaction-survey.290208e041204c45adbb27d61c666bb97a3ed0f9.css} +0 -0
- /package/build/{test-mode.76c21c6d771fd87653c0857b9e3a27556fd516e7.css → test-mode.290208e041204c45adbb27d61c666bb97a3ed0f9.css} +0 -0
- /package/build/{tooltip.76c21c6d771fd87653c0857b9e3a27556fd516e7.css → tooltip.290208e041204c45adbb27d61c666bb97a3ed0f9.css} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @appcues/web-sdk
|
|
2
2
|
|
|
3
|
+
## 7.7.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5f0784e: styles integrity hash are now generated with SHA prefix following the spec
|
|
8
|
+
|
|
9
|
+
## 7.7.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 37c0399: Pins are now able to show on page even if CSP rules are blocking themes requests
|
|
14
|
+
|
|
15
|
+
## 7.7.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 9128524: Fixed Launchpads and Checklists appearing alongside NPS v2 surveys and Flows 2.0 instead of being hidden until completion
|
|
20
|
+
|
|
3
21
|
## 7.7.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as vt, g as gi, o as mi, a as $i, n as fe, b as bi } from "./index.
|
|
1
|
+
import { c as vt, g as gi, o as mi, a as $i, n as fe, b as bi } from "./index.D45Gl5M1.js";
|
|
2
2
|
const gt = window, ie = gt.ShadowRoot && (gt.ShadyCSS === void 0 || gt.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, We = Symbol(), ve = /* @__PURE__ */ new WeakMap();
|
|
3
3
|
let yi = class {
|
|
4
4
|
constructor(t, e, s) {
|