@saasquatch/squatch-js 2.6.0-8 → 2.6.0-9

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.
Files changed (47) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/coverage/clover.xml +584 -569
  3. package/coverage/coverage-final.json +20 -19
  4. package/coverage/lcov.info +965 -937
  5. package/dist/async.d.ts +2 -0
  6. package/dist/globals.d.ts +4 -0
  7. package/dist/squatch.esm.js +41 -27
  8. package/dist/squatch.esm.js.map +1 -1
  9. package/dist/squatch.js +41 -27
  10. package/dist/squatch.js.map +1 -1
  11. package/dist/squatch.min.js +1 -1
  12. package/dist/utils/validate.d.ts +0 -2
  13. package/dist/widgets/PopupWidget.d.ts +2 -2
  14. package/dist/widgets/declarative/DeclarativeWidget.d.ts +5 -0
  15. package/package.json +1 -1
  16. package/coverage/lcov-report/DeclarativeWidget.ts.html +0 -790
  17. package/coverage/lcov-report/WidgetApi.ts.html +0 -631
  18. package/coverage/lcov-report/Widgets.ts.html +0 -1105
  19. package/coverage/lcov-report/api/AnalyticsApi.ts.html +0 -304
  20. package/coverage/lcov-report/api/EventsApi.ts.html +0 -352
  21. package/coverage/lcov-report/api/WidgetApi.ts.html +0 -658
  22. package/coverage/lcov-report/api/graphql.ts.html +0 -130
  23. package/coverage/lcov-report/squatch.ts.html +0 -721
  24. package/coverage/lcov-report/utils/cookieUtils.ts.html +0 -415
  25. package/coverage/lcov-report/utils/decodeUserJwt.ts.html +0 -133
  26. package/coverage/lcov-report/utils/domready.ts.html +0 -160
  27. package/coverage/lcov-report/utils/io.ts.html +0 -400
  28. package/coverage/lcov-report/utils/utmUtils.ts.html +0 -277
  29. package/coverage/lcov-report/utils/validate.ts.html +0 -268
  30. package/coverage/lcov-report/validate.ts.html +0 -268
  31. package/coverage/lcov-report/widgets/EmbedWidget.ts.html +0 -481
  32. package/coverage/lcov-report/widgets/PopupWidget.ts.html +0 -685
  33. package/coverage/lcov-report/widgets/Widget.ts.html +0 -1159
  34. package/coverage/lcov-report/widgets/Widgets.ts.html +0 -1102
  35. package/coverage/lcov-report/widgets/declarative/DeclarativeWidget.ts.html +0 -790
  36. package/coverage/lcov-report/widgets/declarative/DeclarativeWidgets.ts.html +0 -388
  37. package/dist/squatch.min.js.map +0 -1
  38. package/dist/squatch.modern.js +0 -2
  39. package/dist/squatch.modern.js.map +0 -1
  40. package/dist/stats.html +0 -208
  41. package/dist/utils/domUtils.d.ts +0 -1
  42. package/dist/utils/loadEvent.d.ts +0 -2
  43. package/dist/widgets/CtaWidget.d.ts +0 -24
  44. package/dist/widgets/IREmbedWidget.d.ts +0 -29
  45. package/dist/widgets/IRPopupWidget.d.ts +0 -32
  46. package/dist/widgets/declarative/DeclarativeEmbedWidget.d.ts +0 -12
  47. package/stats.json +0 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ - Added custom web-components `squatch-embed` and `squatch-popup` for easier widget rendering.
11
+ - Support for additional namespacing of squatchjs
12
+
10
13
  ## [2.5.0] - 2023-05-16
11
14
 
12
15
  ### Removed