@sprig-technologies/sprig-browser 2.14.7 → 2.15.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.
Files changed (47) hide show
  1. package/index.d.ts +26 -7
  2. package/index.js +697 -181
  3. package/package.json +1 -1
  4. package/controller/controller.d.ts +0 -13
  5. package/controller/controller.d.ts.map +0 -1
  6. package/controller/controller.js +0 -1061
  7. package/controller/encodedViewJs.d.ts +0 -3
  8. package/controller/encodedViewJs.d.ts.map +0 -1
  9. package/controller/encodedViewJs.js +0 -1
  10. package/controller/iframe.d.ts +0 -9
  11. package/controller/iframe.d.ts.map +0 -1
  12. package/controller/iframe.js +0 -184
  13. package/controller/index.js +0 -3
  14. package/controller/queue.d.ts +0 -2
  15. package/controller/queue.d.ts.map +0 -1
  16. package/controller/queue.js +0 -95
  17. package/index.d.ts.map +0 -1
  18. package/shared/conflicting_widgets/index.d.ts +0 -5
  19. package/shared/conflicting_widgets/index.d.ts.map +0 -1
  20. package/shared/conflicting_widgets/index.js +0 -13
  21. package/shared/conflicting_widgets/intercom.d.ts +0 -3
  22. package/shared/conflicting_widgets/intercom.d.ts.map +0 -1
  23. package/shared/conflicting_widgets/intercom.js +0 -28
  24. package/shared/constants.d.ts +0 -47
  25. package/shared/constants.d.ts.map +0 -1
  26. package/shared/constants.js +0 -60
  27. package/shared/deferred.d.ts +0 -10
  28. package/shared/deferred.d.ts.map +0 -1
  29. package/shared/deferred.js +0 -15
  30. package/shared/eventEmitter.d.ts +0 -10
  31. package/shared/eventEmitter.d.ts.map +0 -1
  32. package/shared/eventEmitter.js +0 -52
  33. package/shared/network.d.ts +0 -8
  34. package/shared/network.d.ts.map +0 -1
  35. package/shared/network.js +0 -130
  36. package/shared/networkHelper.d.ts +0 -5
  37. package/shared/networkHelper.d.ts.map +0 -1
  38. package/shared/networkHelper.js +0 -9
  39. package/shared/shouldDirectEmbed.d.ts +0 -7
  40. package/shared/shouldDirectEmbed.d.ts.map +0 -1
  41. package/shared/shouldDirectEmbed.js +0 -8
  42. package/shared/tool.d.ts +0 -3
  43. package/shared/tool.d.ts.map +0 -1
  44. package/shared/tool.js +0 -19
  45. package/shared/ulEvents.d.ts +0 -33
  46. package/shared/ulEvents.d.ts.map +0 -1
  47. package/shared/ulEvents.js +0 -45
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sprig-technologies/sprig-browser",
3
- "version": "2.14.7",
3
+ "version": "2.15.0",
4
4
  "description": "npm package for the sprig web sdk",
5
5
  "browser": "index.js",
6
6
  "scripts": {
@@ -1,13 +0,0 @@
1
- /**
2
- * Initialize frame and bootstrap data
3
- * @param {Object} config this is included in the compilation step (points to the default viewSDKURL)
4
- * @param {String} config.envId Environment Id
5
- * @param {String} config.path Frame script url
6
- * @param {String} [config.border] Border color
7
- */
8
- export default function sprigInitializer(config?: {
9
- envId: string;
10
- path: string;
11
- border?: string;
12
- }): void;
13
- //# sourceMappingURL=controller.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"controller.d.ts","sourceRoot":"","sources":["../../../sprig-browser/controller/controller.js"],"names":[],"mappings":"AA88BA;;;;;;GAMG;AACH;IAJ0B,KAAK;IACL,IAAI;IACH,MAAM;SA+EhC"}