@appcues/web-sdk 7.22.2 → 7.23.13

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 (361) hide show
  1. package/CHANGELOG.md +97 -0
  2. package/build/actions/action-types.d.ts +46 -0
  3. package/build/actions/action-types.d.ts.map +1 -0
  4. package/build/actions/annotations-actions.d.ts +121 -0
  5. package/build/actions/annotations-actions.d.ts.map +1 -0
  6. package/build/actions/checklist-actions.d.ts +199 -0
  7. package/build/actions/checklist-actions.d.ts.map +1 -0
  8. package/build/actions/collision-mode-actions.d.ts +9 -0
  9. package/build/actions/collision-mode-actions.d.ts.map +1 -0
  10. package/build/actions/common-actions.d.ts +124 -0
  11. package/build/actions/common-actions.d.ts.map +1 -0
  12. package/build/actions/core-actions.d.ts +259 -0
  13. package/build/actions/core-actions.d.ts.map +1 -0
  14. package/build/actions/create-action.d.ts +17 -0
  15. package/build/actions/create-action.d.ts.map +1 -0
  16. package/build/actions/debugger-actions.d.ts +8 -0
  17. package/build/actions/debugger-actions.d.ts.map +1 -0
  18. package/build/actions/experience-actions.d.ts +48 -0
  19. package/build/actions/experience-actions.d.ts.map +1 -0
  20. package/build/actions/hotspots-actions.d.ts +36 -0
  21. package/build/actions/hotspots-actions.d.ts.map +1 -0
  22. package/build/actions/modal-actions.d.ts +16 -0
  23. package/build/actions/modal-actions.d.ts.map +1 -0
  24. package/build/actions/root-actions.d.ts +260 -0
  25. package/build/actions/root-actions.d.ts.map +1 -0
  26. package/build/actions/satisfaction-survey-actions.d.ts +67 -0
  27. package/build/actions/satisfaction-survey-actions.d.ts.map +1 -0
  28. package/build/actions/session-actions.d.ts +19 -0
  29. package/build/actions/session-actions.d.ts.map +1 -0
  30. package/build/actions/widget-actions.d.ts +25 -0
  31. package/build/actions/widget-actions.d.ts.map +1 -0
  32. package/build/analytics/create-checklist-event.d.ts +24 -0
  33. package/build/analytics/create-checklist-event.d.ts.map +1 -0
  34. package/build/analytics/create-events.d.ts +30 -0
  35. package/build/analytics/create-events.d.ts.map +1 -0
  36. package/build/analytics/create-flow-event.d.ts +3 -0
  37. package/build/analytics/create-flow-event.d.ts.map +1 -0
  38. package/build/analytics/create-session-event.d.ts +3 -0
  39. package/build/analytics/create-session-event.d.ts.map +1 -0
  40. package/build/analytics/create-step-events.d.ts +40 -0
  41. package/build/analytics/create-step-events.d.ts.map +1 -0
  42. package/build/analytics/transform-analytics-event.d.ts +10 -0
  43. package/build/analytics/transform-analytics-event.d.ts.map +1 -0
  44. package/build/bind-interface.d.ts +10 -0
  45. package/build/bind-interface.d.ts.map +1 -0
  46. package/build/bootstrap.npm.CvUM9SYs.js +11962 -0
  47. package/build/bootstrap.npm.d.ts +2 -0
  48. package/build/bootstrap.npm.d.ts.map +1 -0
  49. package/build/checklist.004bd22db55d851f50945b88f28d0afa81e23405.css +1 -0
  50. package/build/clickstream/generate-selector.d.ts +12 -0
  51. package/build/clickstream/generate-selector.d.ts.map +1 -0
  52. package/build/clickstream/index.d.ts +2 -0
  53. package/build/clickstream/index.d.ts.map +1 -0
  54. package/build/clickstream/pii-filter.d.ts +3 -0
  55. package/build/clickstream/pii-filter.d.ts.map +1 -0
  56. package/build/clickstream/saga.d.ts +2 -0
  57. package/build/clickstream/saga.d.ts.map +1 -0
  58. package/build/constants.CUx6hN0B.js +119 -0
  59. package/build/container.004bd22db55d851f50945b88f28d0afa81e23405.css +1 -0
  60. package/build/css-helper.d.ts +2 -0
  61. package/build/css-helper.d.ts.map +1 -0
  62. package/build/custom-events/actions.d.ts +3 -0
  63. package/build/custom-events/actions.d.ts.map +1 -0
  64. package/build/custom-events/index.d.ts +4 -0
  65. package/build/custom-events/index.d.ts.map +1 -0
  66. package/build/custom-events/listeners/click.d.ts +14 -0
  67. package/build/custom-events/listeners/click.d.ts.map +1 -0
  68. package/build/custom-events/listeners/get-composed-path.d.ts +2 -0
  69. package/build/custom-events/listeners/get-composed-path.d.ts.map +1 -0
  70. package/build/custom-events/listeners/get-matching-events.d.ts +31 -0
  71. package/build/custom-events/listeners/get-matching-events.d.ts.map +1 -0
  72. package/build/custom-events/listeners/hover.d.ts +13 -0
  73. package/build/custom-events/listeners/hover.d.ts.map +1 -0
  74. package/build/custom-events/listeners/input.d.ts +5 -0
  75. package/build/custom-events/listeners/input.d.ts.map +1 -0
  76. package/build/custom-events/saga.d.ts +11 -0
  77. package/build/custom-events/saga.d.ts.map +1 -0
  78. package/build/custom-events/transform-custom-event.d.ts +18 -0
  79. package/build/custom-events/transform-custom-event.d.ts.map +1 -0
  80. package/build/data/api.d.ts +107 -0
  81. package/build/data/api.d.ts.map +1 -0
  82. package/build/data/create-event.d.ts +10 -0
  83. package/build/data/create-event.d.ts.map +1 -0
  84. package/build/data/message-dispatcher.d.ts +11 -0
  85. package/build/data/message-dispatcher.d.ts.map +1 -0
  86. package/build/data/strip-query-params.d.ts +3 -0
  87. package/build/data/strip-query-params.d.ts.map +1 -0
  88. package/build/data/transports/http.d.ts +2 -0
  89. package/build/data/transports/http.d.ts.map +1 -0
  90. package/build/data/transports/websocket.d.ts +10 -0
  91. package/build/data/transports/websocket.d.ts.map +1 -0
  92. package/build/debugger.004bd22db55d851f50945b88f28d0afa81e23405.css +1 -0
  93. package/build/dist.BmJY3Sl-.js +85 -0
  94. package/build/dist.DrPFC3yn.js +2204 -0
  95. package/build/index.npm.js +88 -4
  96. package/build/initialize.d.ts +6 -0
  97. package/build/initialize.d.ts.map +1 -0
  98. package/build/integrations/integration-helpers.d.ts +57 -0
  99. package/build/integrations/integration-helpers.d.ts.map +1 -0
  100. package/build/integrations/integration-methods.d.ts +8 -0
  101. package/build/integrations/integration-methods.d.ts.map +1 -0
  102. package/build/lifecycle-events/create-lifecycle-events.d.ts +13 -0
  103. package/build/lifecycle-events/create-lifecycle-events.d.ts.map +1 -0
  104. package/build/main.d.ts +3 -0
  105. package/build/main.d.ts.map +1 -0
  106. package/build/modal.004bd22db55d851f50945b88f28d0afa81e23405.css +1 -0
  107. package/build/open-builder.BxCqW7tw.js +8252 -0
  108. package/build/reducers/annotations-reducers.d.ts +49 -0
  109. package/build/reducers/annotations-reducers.d.ts.map +1 -0
  110. package/build/reducers/checklist-reducers.d.ts +49 -0
  111. package/build/reducers/checklist-reducers.d.ts.map +1 -0
  112. package/build/reducers/common-reducers.d.ts +70 -0
  113. package/build/reducers/common-reducers.d.ts.map +1 -0
  114. package/build/reducers/core-reducers.d.ts +166 -0
  115. package/build/reducers/core-reducers.d.ts.map +1 -0
  116. package/build/reducers/create-root-reducer.d.ts +3 -0
  117. package/build/reducers/create-root-reducer.d.ts.map +1 -0
  118. package/build/reducers/debugger-reducers.d.ts +33 -0
  119. package/build/reducers/debugger-reducers.d.ts.map +1 -0
  120. package/build/reducers/default-reducer.d.ts +16 -0
  121. package/build/reducers/default-reducer.d.ts.map +1 -0
  122. package/build/reducers/hotspots-reducers.d.ts +17 -0
  123. package/build/reducers/hotspots-reducers.d.ts.map +1 -0
  124. package/build/reducers/modal-reducers.d.ts +13 -0
  125. package/build/reducers/modal-reducers.d.ts.map +1 -0
  126. package/build/reducers/reducer-helpers.d.ts +13 -0
  127. package/build/reducers/reducer-helpers.d.ts.map +1 -0
  128. package/build/reducers/root-reducers.d.ts +47 -0
  129. package/build/reducers/root-reducers.d.ts.map +1 -0
  130. package/build/reducers/satisfaction-survey-reducers.d.ts +41 -0
  131. package/build/reducers/satisfaction-survey-reducers.d.ts.map +1 -0
  132. package/build/reducers/session-reducers.d.ts +20 -0
  133. package/build/reducers/session-reducers.d.ts.map +1 -0
  134. package/build/reducers/test-mode-reducers.d.ts +9 -0
  135. package/build/reducers/test-mode-reducers.d.ts.map +1 -0
  136. package/build/reducers/widget-reducers.d.ts +21 -0
  137. package/build/reducers/widget-reducers.d.ts.map +1 -0
  138. package/build/sagas/action-sagas.d.ts +20 -0
  139. package/build/sagas/action-sagas.d.ts.map +1 -0
  140. package/build/sagas/annotations-sagas.d.ts +55 -0
  141. package/build/sagas/annotations-sagas.d.ts.map +1 -0
  142. package/build/sagas/checklist-sagas.d.ts +18 -0
  143. package/build/sagas/checklist-sagas.d.ts.map +1 -0
  144. package/build/sagas/collision-mode-sagas.d.ts +9 -0
  145. package/build/sagas/collision-mode-sagas.d.ts.map +1 -0
  146. package/build/sagas/common-sagas.d.ts +16 -0
  147. package/build/sagas/common-sagas.d.ts.map +1 -0
  148. package/build/sagas/conditions-sagas.d.ts +72 -0
  149. package/build/sagas/conditions-sagas.d.ts.map +1 -0
  150. package/build/sagas/debugger-sagas.d.ts +7 -0
  151. package/build/sagas/debugger-sagas.d.ts.map +1 -0
  152. package/build/sagas/experiences-sagas.d.ts +5 -0
  153. package/build/sagas/experiences-sagas.d.ts.map +1 -0
  154. package/build/sagas/experiments-sagas.d.ts +14 -0
  155. package/build/sagas/experiments-sagas.d.ts.map +1 -0
  156. package/build/sagas/flow-sagas.d.ts +64 -0
  157. package/build/sagas/flow-sagas.d.ts.map +1 -0
  158. package/build/sagas/handle-flow-lifecycle-events.d.ts +12 -0
  159. package/build/sagas/handle-flow-lifecycle-events.d.ts.map +1 -0
  160. package/build/sagas/handle-messages.d.ts +3 -0
  161. package/build/sagas/handle-messages.d.ts.map +1 -0
  162. package/build/sagas/hotspots-sagas.d.ts +30 -0
  163. package/build/sagas/hotspots-sagas.d.ts.map +1 -0
  164. package/build/sagas/knowledge-base-sagas.d.ts +2 -0
  165. package/build/sagas/knowledge-base-sagas.d.ts.map +1 -0
  166. package/build/sagas/modal-sagas.d.ts +3 -0
  167. package/build/sagas/modal-sagas.d.ts.map +1 -0
  168. package/build/sagas/open-builder-sagas.d.ts +5 -0
  169. package/build/sagas/open-builder-sagas.d.ts.map +1 -0
  170. package/build/sagas/saga-utils.d.ts +84 -0
  171. package/build/sagas/saga-utils.d.ts.map +1 -0
  172. package/build/sagas/sagas.d.ts +167 -0
  173. package/build/sagas/sagas.d.ts.map +1 -0
  174. package/build/sagas/satisfaction-survey-sagas.d.ts +8 -0
  175. package/build/sagas/satisfaction-survey-sagas.d.ts.map +1 -0
  176. package/build/sagas/session-sagas.d.ts +4 -0
  177. package/build/sagas/session-sagas.d.ts.map +1 -0
  178. package/build/sagas/test-mode-sagas.d.ts +4 -0
  179. package/build/sagas/test-mode-sagas.d.ts.map +1 -0
  180. package/build/sagas/watch-url-sagas.d.ts +3 -0
  181. package/build/sagas/watch-url-sagas.d.ts.map +1 -0
  182. package/build/sagas/widget-sagas.d.ts +4 -0
  183. package/build/sagas/widget-sagas.d.ts.map +1 -0
  184. package/build/satisfaction-survey.004bd22db55d851f50945b88f28d0afa81e23405.css +1 -0
  185. package/build/store/configure-store.d.ts +10 -0
  186. package/build/store/configure-store.d.ts.map +1 -0
  187. package/build/store/reporter-middleware.d.ts +10 -0
  188. package/build/store/reporter-middleware.d.ts.map +1 -0
  189. package/build/test-mode.004bd22db55d851f50945b88f28d0afa81e23405.css +1 -0
  190. package/build/tooltip.004bd22db55d851f50945b88f28d0afa81e23405.css +1 -0
  191. package/build/utils/accessible-tab.d.ts +2 -0
  192. package/build/utils/accessible-tab.d.ts.map +1 -0
  193. package/build/utils/array.d.ts +2 -0
  194. package/build/utils/array.d.ts.map +1 -0
  195. package/build/utils/conditions.d.ts +15 -0
  196. package/build/utils/conditions.d.ts.map +1 -0
  197. package/build/utils/create-appcues.d.ts +4 -0
  198. package/build/utils/create-appcues.d.ts.map +1 -0
  199. package/build/utils/create-reporter.d.ts +2 -0
  200. package/build/utils/create-reporter.d.ts.map +1 -0
  201. package/build/utils/data-selectors.d.ts +122 -0
  202. package/build/utils/data-selectors.d.ts.map +1 -0
  203. package/build/utils/delay.d.ts +9 -0
  204. package/build/utils/delay.d.ts.map +1 -0
  205. package/build/utils/dom.d.ts +160 -0
  206. package/build/utils/dom.d.ts.map +1 -0
  207. package/build/utils/embed-grouping.d.ts +23 -0
  208. package/build/utils/embed-grouping.d.ts.map +1 -0
  209. package/build/utils/escape.d.ts +12 -0
  210. package/build/utils/escape.d.ts.map +1 -0
  211. package/build/utils/evaluate-selector.d.ts +4 -0
  212. package/build/utils/evaluate-selector.d.ts.map +1 -0
  213. package/build/utils/flow-performance.d.ts +19 -0
  214. package/build/utils/flow-performance.d.ts.map +1 -0
  215. package/build/utils/flow-selectors.d.ts +52 -0
  216. package/build/utils/flow-selectors.d.ts.map +1 -0
  217. package/build/utils/generate-uuid.d.ts +7 -0
  218. package/build/utils/generate-uuid.d.ts.map +1 -0
  219. package/build/utils/generated-properties.d.ts +27 -0
  220. package/build/utils/generated-properties.d.ts.map +1 -0
  221. package/build/utils/handle-navigation.d.ts +2 -0
  222. package/build/utils/handle-navigation.d.ts.map +1 -0
  223. package/build/utils/humanize.d.ts +15 -0
  224. package/build/utils/humanize.d.ts.map +1 -0
  225. package/build/utils/iframes.d.ts +3 -0
  226. package/build/utils/iframes.d.ts.map +1 -0
  227. package/build/utils/is.d.ts +8 -0
  228. package/build/utils/is.d.ts.map +1 -0
  229. package/build/utils/lazy-loading.d.ts +2 -0
  230. package/build/utils/lazy-loading.d.ts.map +1 -0
  231. package/build/utils/links.d.ts +16 -0
  232. package/build/utils/links.d.ts.map +1 -0
  233. package/build/utils/location.d.ts +8 -0
  234. package/build/utils/location.d.ts.map +1 -0
  235. package/build/utils/pending-experience-events.d.ts +31 -0
  236. package/build/utils/pending-experience-events.d.ts.map +1 -0
  237. package/build/utils/query.d.ts +4 -0
  238. package/build/utils/query.d.ts.map +1 -0
  239. package/build/utils/render-contexts.d.ts +6 -0
  240. package/build/utils/render-contexts.d.ts.map +1 -0
  241. package/build/utils/selector-utils.d.ts +13 -0
  242. package/build/utils/selector-utils.d.ts.map +1 -0
  243. package/build/utils/show-powered-by.d.ts +9 -0
  244. package/build/utils/show-powered-by.d.ts.map +1 -0
  245. package/build/utils/store.d.ts +23 -0
  246. package/build/utils/store.d.ts.map +1 -0
  247. package/build/utils/temp-store.d.ts +5 -0
  248. package/build/utils/temp-store.d.ts.map +1 -0
  249. package/build/utils/test-mode.d.ts +3 -0
  250. package/build/utils/test-mode.d.ts.map +1 -0
  251. package/build/utils/time.d.ts +6 -0
  252. package/build/utils/time.d.ts.map +1 -0
  253. package/build/utils/trigger-content-changes.d.ts +20 -0
  254. package/build/utils/trigger-content-changes.d.ts.map +1 -0
  255. package/build/utils/url.d.ts +7 -0
  256. package/build/utils/url.d.ts.map +1 -0
  257. package/build/utils/validate-form-fields.d.ts +20 -0
  258. package/build/utils/validate-form-fields.d.ts.map +1 -0
  259. package/build/utils/vnode.d.ts +102 -0
  260. package/build/utils/vnode.d.ts.map +1 -0
  261. package/build/utils/widget.d.ts +10 -0
  262. package/build/utils/widget.d.ts.map +1 -0
  263. package/build/views/callbacks/checklist-callbacks.d.ts +20 -0
  264. package/build/views/callbacks/checklist-callbacks.d.ts.map +1 -0
  265. package/build/views/callbacks/common-callbacks.d.ts +45 -0
  266. package/build/views/callbacks/common-callbacks.d.ts.map +1 -0
  267. package/build/views/callbacks/debugger-callbacks.d.ts +6 -0
  268. package/build/views/callbacks/debugger-callbacks.d.ts.map +1 -0
  269. package/build/views/callbacks/hotspots-callbacks.d.ts +18 -0
  270. package/build/views/callbacks/hotspots-callbacks.d.ts.map +1 -0
  271. package/build/views/callbacks/modal-callbacks.d.ts +26 -0
  272. package/build/views/callbacks/modal-callbacks.d.ts.map +1 -0
  273. package/build/views/callbacks/sequential-hotspots-callbacks.d.ts +38 -0
  274. package/build/views/callbacks/sequential-hotspots-callbacks.d.ts.map +1 -0
  275. package/build/views/callbacks/survey-callbacks.d.ts +16 -0
  276. package/build/views/callbacks/survey-callbacks.d.ts.map +1 -0
  277. package/build/views/callbacks/test-mode-callbacks.d.ts +15 -0
  278. package/build/views/callbacks/test-mode-callbacks.d.ts.map +1 -0
  279. package/build/views/callbacks/widget-callbacks.d.ts +15 -0
  280. package/build/views/callbacks/widget-callbacks.d.ts.map +1 -0
  281. package/build/views/components/annotations.d.ts +13 -0
  282. package/build/views/components/annotations.d.ts.map +1 -0
  283. package/build/views/components/background.d.ts +6 -0
  284. package/build/views/components/background.d.ts.map +1 -0
  285. package/build/views/components/beacon-outline-styling.d.ts +3 -0
  286. package/build/views/components/beacon-outline-styling.d.ts.map +1 -0
  287. package/build/views/components/beacons.d.ts +12 -0
  288. package/build/views/components/beacons.d.ts.map +1 -0
  289. package/build/views/components/button.d.ts +11 -0
  290. package/build/views/components/button.d.ts.map +1 -0
  291. package/build/views/components/checklist-beacon.d.ts +3 -0
  292. package/build/views/components/checklist-beacon.d.ts.map +1 -0
  293. package/build/views/components/checklist-icons.d.ts +18 -0
  294. package/build/views/components/checklist-icons.d.ts.map +1 -0
  295. package/build/views/components/checklist-item.d.ts +3 -0
  296. package/build/views/components/checklist-item.d.ts.map +1 -0
  297. package/build/views/components/checklist.d.ts +3 -0
  298. package/build/views/components/checklist.d.ts.map +1 -0
  299. package/build/views/components/content-outline-styling.d.ts +3 -0
  300. package/build/views/components/content-outline-styling.d.ts.map +1 -0
  301. package/build/views/components/debugger.d.ts +14 -0
  302. package/build/views/components/debugger.d.ts.map +1 -0
  303. package/build/views/components/empty.d.ts +6 -0
  304. package/build/views/components/empty.d.ts.map +1 -0
  305. package/build/views/components/global-styling.d.ts +5 -0
  306. package/build/views/components/global-styling.d.ts.map +1 -0
  307. package/build/views/components/hotspot.d.ts +36 -0
  308. package/build/views/components/hotspot.d.ts.map +1 -0
  309. package/build/views/components/logo.d.ts +6 -0
  310. package/build/views/components/logo.d.ts.map +1 -0
  311. package/build/views/components/modal-step.d.ts +5 -0
  312. package/build/views/components/modal-step.d.ts.map +1 -0
  313. package/build/views/components/nps-survey-qualitative-question.d.ts +5 -0
  314. package/build/views/components/nps-survey-qualitative-question.d.ts.map +1 -0
  315. package/build/views/components/nps-survey-quantitative-option.d.ts +2 -0
  316. package/build/views/components/nps-survey-quantitative-option.d.ts.map +1 -0
  317. package/build/views/components/nps-survey-quantitative-question.d.ts +5 -0
  318. package/build/views/components/nps-survey-quantitative-question.d.ts.map +1 -0
  319. package/build/views/components/nps-survey-toast.d.ts +2 -0
  320. package/build/views/components/nps-survey-toast.d.ts.map +1 -0
  321. package/build/views/components/nps-survey.d.ts +2 -0
  322. package/build/views/components/nps-survey.d.ts.map +1 -0
  323. package/build/views/components/powered-by-appcues.d.ts +14 -0
  324. package/build/views/components/powered-by-appcues.d.ts.map +1 -0
  325. package/build/views/components/test-mode-banner.d.ts +3 -0
  326. package/build/views/components/test-mode-banner.d.ts.map +1 -0
  327. package/build/views/components/tooltip.d.ts +4 -0
  328. package/build/views/components/tooltip.d.ts.map +1 -0
  329. package/build/views/renderers/render-checklist.d.ts +3 -0
  330. package/build/views/renderers/render-checklist.d.ts.map +1 -0
  331. package/build/views/renderers/render-debugger.d.ts +3 -0
  332. package/build/views/renderers/render-debugger.d.ts.map +1 -0
  333. package/build/views/renderers/render-hotspots.d.ts +2 -0
  334. package/build/views/renderers/render-hotspots.d.ts.map +1 -0
  335. package/build/views/renderers/render-modal.d.ts +10 -0
  336. package/build/views/renderers/render-modal.d.ts.map +1 -0
  337. package/build/views/renderers/render-satisfaction-survey.d.ts +10 -0
  338. package/build/views/renderers/render-satisfaction-survey.d.ts.map +1 -0
  339. package/build/views/renderers/render-test-mode-banner.d.ts +2 -0
  340. package/build/views/renderers/render-test-mode-banner.d.ts.map +1 -0
  341. package/build/views/renderers/render-widget-icon.d.ts +10 -0
  342. package/build/views/renderers/render-widget-icon.d.ts.map +1 -0
  343. package/build/views/renderers/render-widget.d.ts +3 -0
  344. package/build/views/renderers/render-widget.d.ts.map +1 -0
  345. package/build/views/setup-view.d.ts +11 -0
  346. package/build/views/setup-view.d.ts.map +1 -0
  347. package/build/views/setup-widget.d.ts +11 -0
  348. package/build/views/setup-widget.d.ts.map +1 -0
  349. package/package.json +7 -6
  350. package/build/bootstrap.npm.DVu00o0l.js +0 -15505
  351. package/build/checklist.045d5c27f0910d4361d7c1398c89d399dee2edb5.css +0 -1
  352. package/build/container.045d5c27f0910d4361d7c1398c89d399dee2edb5.css +0 -1
  353. package/build/debugger.045d5c27f0910d4361d7c1398c89d399dee2edb5.css +0 -1
  354. package/build/index.C4xtQVZQ.js +0 -2152
  355. package/build/index.npm.B4soqbH3.js +0 -339
  356. package/build/modal.045d5c27f0910d4361d7c1398c89d399dee2edb5.css +0 -1
  357. package/build/open-builder.CqAPcpHg.js +0 -10172
  358. package/build/satisfaction-survey.045d5c27f0910d4361d7c1398c89d399dee2edb5.css +0 -1
  359. package/build/test-mode.045d5c27f0910d4361d7c1398c89d399dee2edb5.css +0 -1
  360. package/build/tooltip.045d5c27f0910d4361d7c1398c89d399dee2edb5.css +0 -1
  361. /package/build/{modal-step-legacy-render.045d5c27f0910d4361d7c1398c89d399dee2edb5.css → modal-step-legacy-render.004bd22db55d851f50945b88f28d0afa81e23405.css} +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nps-survey-qualitative-question.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/components/nps-survey-qualitative-question.jsx"],"names":[],"mappings":"AAMA;;GAEG;AACH,8EAmJC"}
@@ -0,0 +1,2 @@
1
+ export default function NpsSurveyQuantitativeOption(props: any): JSX.Element;
2
+ //# sourceMappingURL=nps-survey-quantitative-option.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nps-survey-quantitative-option.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/components/nps-survey-quantitative-option.jsx"],"names":[],"mappings":"AAaA,6EA2BC"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Render the contents of a qualitative step.
3
+ */
4
+ export default function NpsSurveyQuantitativeQuestion(props: any): JSX.Element;
5
+ //# sourceMappingURL=nps-survey-quantitative-question.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nps-survey-quantitative-question.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/components/nps-survey-quantitative-question.jsx"],"names":[],"mappings":"AAaA;;GAEG;AACH,+EAyHC"}
@@ -0,0 +1,2 @@
1
+ export default function NpsSurveyToast(props: any): JSX.Element;
2
+ //# sourceMappingURL=nps-survey-toast.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nps-survey-toast.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/components/nps-survey-toast.jsx"],"names":[],"mappings":"AAIA,gEAyCC"}
@@ -0,0 +1,2 @@
1
+ export default function NpsSurvey(props: any): JSX.Element;
2
+ //# sourceMappingURL=nps-survey.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nps-survey.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/components/nps-survey.jsx"],"names":[],"mappings":"AAQA,2DA2MC"}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Produces virtual DOM nodes for the "Powered by Appcues" badge.
3
+ *
4
+ * @param {object} props Should contain an `accountId` prop for building the
5
+ * utm link.
6
+ *
7
+ * @return {object} Virtual DOM nodes.
8
+ */
9
+ export function PoweredByBadge({ accountId }: object): object;
10
+ export function PoweredByText({ accountId, isNPS }: {
11
+ accountId: any;
12
+ isNPS: any;
13
+ }): JSX.Element;
14
+ //# sourceMappingURL=powered-by-appcues.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"powered-by-appcues.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/components/powered-by-appcues.jsx"],"names":[],"mappings":"AAWA;;;;;;;GAOG;AAEH,8CANY,MAAM,GAGN,MAAM,CAwBjB;AAED;;;gBAWC"}
@@ -0,0 +1,3 @@
1
+ declare function _default(props: any): JSX.Element;
2
+ export default _default;
3
+ //# sourceMappingURL=test-mode-banner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"test-mode-banner.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/components/test-mode-banner.jsx"],"names":[],"mappings":"AAOe,mDAiCd"}
@@ -0,0 +1,4 @@
1
+ export const ID_PREFIX: "hs";
2
+ declare function _default(props: object): JSX.Element;
3
+ export default _default;
4
+ //# sourceMappingURL=tooltip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/components/tooltip.jsx"],"names":[],"mappings":"AAgDA,wBAAyB,IAAI,CAAC;AA6Gf,iCAhCH,MAAM,eAgkBjB"}
@@ -0,0 +1,3 @@
1
+ declare function _default(props: any): JSX.Element;
2
+ export default _default;
3
+ //# sourceMappingURL=render-checklist.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"render-checklist.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/renderers/render-checklist.jsx"],"names":[],"mappings":"AAKe,mDAyCd"}
@@ -0,0 +1,3 @@
1
+ export default function renderDebugger(state: any): void;
2
+ export function renderDebuggerComponent(state: any, callbacks: any): JSX.Element;
3
+ //# sourceMappingURL=render-debugger.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"render-debugger.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/renderers/render-debugger.jsx"],"names":[],"mappings":"AAsGA,yDAwCC;AA/DM,iFAqBN"}
@@ -0,0 +1,2 @@
1
+ export default function renderHotspots(state: any): JSX.Element;
2
+ //# sourceMappingURL=render-hotspots.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"render-hotspots.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/renderers/render-hotspots.jsx"],"names":[],"mappings":"AAqNA,gEAMC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Produce virtual DOM nodes representing a modal, based on the current state and
3
+ * the set of passed callback functions.
4
+ *
5
+ * @param {object} state Redux state.
6
+ * @param {object} callbacks Hash of callback functions to bind to modal elements.
7
+ * @return {object} Virtual DOM nodes.
8
+ */
9
+ export default function renderModal(state: object): object;
10
+ //# sourceMappingURL=render-modal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"render-modal.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/renderers/render-modal.jsx"],"names":[],"mappings":"AAoGA;;;;;;;GAOG;AACH,2CAJY,MAAM,GAEN,MAAM,CAwWjB"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Produce virtual DOM nodes representing a satisfaction survey, based on the current state and
3
+ * the set of passed callback functions.
4
+ *
5
+ * @param {object} state Redux state.
6
+ * @param {object} callbacks Hash of callback functions to bind to survey elements.
7
+ * @return {object} Virtual DOM nodes.
8
+ */
9
+ export default function renderSatisfactionSurvey(state: object): object;
10
+ //# sourceMappingURL=render-satisfaction-survey.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"render-satisfaction-survey.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/renderers/render-satisfaction-survey.jsx"],"names":[],"mappings":"AAoBA;;;;;;;GAOG;AACH,wDAJY,MAAM,GAEN,MAAM,CA0PjB"}
@@ -0,0 +1,2 @@
1
+ export default function renderTestModeBanner(state: any): void;
2
+ //# sourceMappingURL=render-test-mode-banner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"render-test-mode-banner.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/renderers/render-test-mode-banner.jsx"],"names":[],"mappings":"AAwCA,+DAuDC"}
@@ -0,0 +1,10 @@
1
+ declare function _default({ expanded, flows, history, onClick, onClose, icon }: {
2
+ expanded: any;
3
+ flows: any;
4
+ history: any;
5
+ onClick: any;
6
+ onClose: any;
7
+ icon: any;
8
+ }): JSX.Element;
9
+ export default _default;
10
+ //# sourceMappingURL=render-widget-icon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"render-widget-icon.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/renderers/render-widget-icon.jsx"],"names":[],"mappings":"AAGe;;;;;;;gBAyCd"}
@@ -0,0 +1,3 @@
1
+ declare function _default(props: any): JSX.Element;
2
+ export default _default;
3
+ //# sourceMappingURL=render-widget.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"render-widget.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/renderers/render-widget.jsx"],"names":[],"mappings":"AA2Ce,mDA0Hd"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Initializes the view by adding an <appcues-container> element to the page
3
+ * and 'patching' it as a virtual DOM node. It returns a function that can be
4
+ * used to update the view using the virtual DOM node that was created.
5
+ *
6
+ * @return {function} A function for updating the view through virtual DOM
7
+ * updates. The `updateView` function simply take the current Redux state
8
+ * and an argument.
9
+ */
10
+ export default function setupView(): Function;
11
+ //# sourceMappingURL=setup-view.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"setup-view.d.ts","sourceRoot":"","sources":["../../src/scripts/views/setup-view.jsx"],"names":[],"mappings":"AAgDA;;;;;;;;GAQG;AACH,8CA0FC"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Initializes the view by adding an <appcues-container> element to the page
3
+ * and 'patching' it as a virtual DOM node. It returns a function that can be
4
+ * used to update the view using the virtual DOM node that was created.
5
+ *
6
+ * @return {function} A function for updating the view through virtual DOM
7
+ * updates. The `updateView` function simply take the current Redux state
8
+ * and an argument.
9
+ */
10
+ export default function setupWidget(): Function;
11
+ //# sourceMappingURL=setup-widget.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"setup-widget.d.ts","sourceRoot":"","sources":["../../src/scripts/views/setup-widget.jsx"],"names":[],"mappings":"AAqDA;;;;;;;;GAQG;AACH,gDAmGC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcues/web-sdk",
3
- "version": "7.22.2",
3
+ "version": "7.23.13",
4
4
  "description": "The Appcues Javascript SDK",
5
5
  "main": "build/index.npm.js",
6
6
  "types": "build/index.npm.d.ts",
@@ -17,7 +17,7 @@
17
17
  "onboarding"
18
18
  ],
19
19
  "engines": {
20
- "node": ">=18",
20
+ "node": ">=22",
21
21
  "npm": ">=8"
22
22
  },
23
23
  "files": [
@@ -41,7 +41,7 @@
41
41
  "start:sdk:dev": "APPCUES_APP=javascript-sdk DEBUG=true AWS_REGION=us-west-2 saml2aws exec -- vite dev --mode development",
42
42
  "build:sdk": "APPCUES_APP=javascript-sdk vite build",
43
43
  "build:sdk:npm": "APPCUES_APP=javascript-sdk NPM_BUILD=true vite build && npm run build:types",
44
- "build:types": "tsc --emitDeclarationOnly --declaration --declarationMap --skipLibCheck --outDir build src/scripts/index.npm.ts",
44
+ "build:types": "tsc -p tsconfig.npm.json",
45
45
  "build": "APPCUES_FACET=main PACKAGE=true APPCUES_APP=javascript-sdk vite build",
46
46
  "start:sdk:injectable": "DEBUG=true APPCUES_FACET=main PACKAGE=true APPCUES_APP=javascript-sdk AWS_REGION=us-west-2 saml2aws exec -- vite build --mode development --watch & npx servor ./build/ . 8082 --secure",
47
47
  "e2e": "turbo run build:sdk --env-mode=loose && concurrently \"servor ./build/$APPCUES_ENV/ index.html 8082 --secure\" \"playwright test\"",
@@ -65,6 +65,7 @@
65
65
  "@appcues/opscues": "^0.5.0",
66
66
  "@aws-sdk/client-s3": "^3.958.0",
67
67
  "@types/glob": "^8.1.0",
68
+ "@types/node": "^25.0.3",
68
69
  "@vitest/coverage-v8": "^4.0.16",
69
70
  "@vitest/ui": "^4.0.16",
70
71
  "clone": "^2.1.2",
@@ -81,9 +82,9 @@
81
82
  "rimraf": "^3.0.2",
82
83
  "sanitize-html": "^2.3.3",
83
84
  "simulant": "^0.2.2",
84
- "typescript": "^5.9.2",
85
- "vite": "^7.3.0",
86
- "vite-plugin-checker": "^0.10.2",
85
+ "typescript": "^6.0.3",
86
+ "vite": "^8.0.14",
87
+ "vite-plugin-checker": "^0.13.0",
87
88
  "vite-tsconfig-paths": "^6.0.4",
88
89
  "vitest": "^4.0.16"
89
90
  },