@saasquatch/squatch-js 2.6.0-1 → 2.6.0-11

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 (52) hide show
  1. package/.github/workflows/size-limit.yml +14 -14
  2. package/.github/workflows/static.yml +89 -0
  3. package/CHANGELOG.md +329 -326
  4. package/LICENSE +20 -20
  5. package/README.md +208 -199
  6. package/babel.config.js +7 -7
  7. package/coverage/clover.xml +2 -2
  8. package/cucumber.js +45 -45
  9. package/demo/sandbox.ts +124 -124
  10. package/demo/toolbar.tsx +526 -526
  11. package/dist/api/WidgetApi.d.ts +3 -2
  12. package/dist/async.d.ts +5 -0
  13. package/dist/globals.d.ts +4 -0
  14. package/dist/squatch.d.ts +28 -16
  15. package/dist/squatch.esm.js +464 -249
  16. package/dist/squatch.esm.js.map +1 -1
  17. package/dist/squatch.js +463 -249
  18. package/dist/squatch.js.map +1 -1
  19. package/dist/squatch.min.js +1 -1
  20. package/dist/squatch.min.js.br +0 -0
  21. package/dist/squatch.min.js.map +1 -1
  22. package/dist/squatch.modern.js +1 -1
  23. package/dist/squatch.modern.js.map +1 -1
  24. package/dist/stats.html +1 -1
  25. package/dist/types.d.ts +8 -6
  26. package/dist/utils/decodeJwt.d.ts +1 -0
  27. package/dist/utils/validate.d.ts +2 -2
  28. package/dist/widgets/EmbedWidget.d.ts +9 -0
  29. package/dist/widgets/PopupWidget.d.ts +8 -3
  30. package/dist/widgets/Widgets.d.ts +21 -8
  31. package/dist/widgets/declarative/DeclarativeWidget.d.ts +72 -2
  32. package/dist/widgets/declarative/DeclarativeWidgets.d.ts +22 -0
  33. package/jest.config.ts +200 -202
  34. package/package.json +123 -123
  35. package/tsconfig.json +23 -23
  36. package/coverage/lcov-report/WidgetApi.ts.html +0 -631
  37. package/coverage/lcov-report/api/AnalyticsApi.ts.html +0 -304
  38. package/coverage/lcov-report/api/WidgetApi.ts.html +0 -631
  39. package/coverage/lcov-report/api/graphql.ts.html +0 -130
  40. package/coverage/lcov-report/utils/cookieUtils.ts.html +0 -415
  41. package/coverage/lcov-report/utils/decodeUserJwt.ts.html +0 -133
  42. package/coverage/lcov-report/utils/domready.ts.html +0 -160
  43. package/coverage/lcov-report/utils/io.ts.html +0 -400
  44. package/coverage/lcov-report/utils/utmUtils.ts.html +0 -277
  45. package/coverage/lcov-report/utils/validate.ts.html +0 -268
  46. package/coverage/lcov-report/validate.ts.html +0 -268
  47. package/coverage/lcov-report/widgets/EmbedWidget.ts.html +0 -433
  48. package/coverage/lcov-report/widgets/PopupWidget.ts.html +0 -670
  49. package/coverage/lcov-report/widgets/Widget.ts.html +0 -1165
  50. package/coverage/lcov-report/widgets/Widgets.ts.html +0 -1060
  51. package/coverage/lcov-report/widgets/declarative/DeclarativeWidget.ts.html +0 -499
  52. package/stats.json +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.