@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,167 @@
1
+ export function isInitialized(): Generator<import("redux-saga/effects").SelectEffect, any, unknown>;
2
+ /**
3
+ * Generator for creating automatic user properties and saving them to
4
+ * sessionStorage.
5
+ *
6
+ * @param {boolean} initial If this is an "initial" generation of properties.
7
+ * It essentially indicates we're forcing a "new page
8
+ * view". Defaults to false.
9
+ *
10
+ * @return {object} The whitelisted set of generated properties.
11
+ */
12
+ export function generateAutomaticProperties(initial?: boolean): object;
13
+ export function reset(): Generator<import("redux-saga/effects").CallEffect | import("redux-saga/effects").PutEffect<any>, void, unknown>;
14
+ export function identify(rootAction: any): Generator<import("redux-saga/effects").SelectEffect | import("redux-saga/effects").CallEffect | import("redux-saga/effects").PutEffect<any>, void, unknown>;
15
+ export function configure(): Generator<import("redux-saga/effects").SelectEffect | import("redux-saga/effects").CallEffect | import("redux-saga/effects").PutEffect<any>, void, unknown>;
16
+ /**
17
+ * This saga takes the first START_IDENTIFY action that is dispatched and starts
18
+ * up the waitForFirstIdentify saga, as well as running the identify saga for
19
+ * this START_IDENTIFY action. Additionally it starts the takeEveryWrapped for other
20
+ * START_IDENTIFY actions.
21
+ */
22
+ export function firstIdentify(): Generator<import("redux-saga/effects").ForkEffect | import("redux-saga/effects").CallEffect | import("redux-saga/effects").PutEffect<any> | import("redux-saga/effects").TakeEffect, void, unknown>;
23
+ export function waitForChannel(): Generator<import("redux-saga/effects").ForkEffect | import("redux-saga/effects").CallEffect | import("redux-saga/effects").TakeEffect, void, any>;
24
+ export function broadcastActivityEventsToIntegrations(events: any): Generator<import("redux-saga/effects").AllEffect, void, unknown>;
25
+ export function activityUpdate({ properties, events, trigger, groupId, groupProperties, }: {
26
+ properties: any;
27
+ events: any;
28
+ trigger: any;
29
+ groupId?: null | undefined;
30
+ groupProperties?: null | undefined;
31
+ }): Generator<import("redux-saga/effects").SelectEffect | import("redux-saga/effects").CallEffect | import("redux-saga/effects").PutEffect<any>, void, any>;
32
+ export function userHasNavigatedToCorrectPage(step: any): any;
33
+ export function prepareToShowNewContent(id: any): Generator<import("redux-saga/effects").SelectEffect | import("redux-saga/effects").CallEffect | import("redux-saga/effects").PutEffect<any>, {
34
+ shownUrl: string | null;
35
+ content: any;
36
+ checklistContent: any;
37
+ experience: any;
38
+ }, any>;
39
+ export function checkForInProgressFlow(): Generator<Object, boolean, string>;
40
+ /**
41
+ * Checks session storage for a persisted in-progress experience (written when a
42
+ * navigation action fires mid-experience). If found, fetches the experience,
43
+ * patches the sequential trait config with the saved stepId so the renderer
44
+ * resumes at the correct step, then shows it via the open-builder.
45
+ *
46
+ * Priority over other content is handled by the isOverlayShowing guard already present in handle-messages
47
+ * (SC-83806) — once the resumed experience is in runningExperiences, any
48
+ * newly-qualified overlay will be dropped automatically.
49
+ *
50
+ * If the current URL doesn't match the persisted navigation target, the
51
+ * `remainingPagesToCheck` counter (mirroring Flows 1's `wait_for_page` bail-out)
52
+ * is decremented and the resume is deferred to the next page load. When the
53
+ * counter is exhausted the persisted state is dropped so the experience stops
54
+ * trying to resume on every subsequent page view.
55
+ *
56
+ * @returns {boolean} true if a resume was initiated, false otherwise.
57
+ */
58
+ export function checkForInProgressExperience(): boolean;
59
+ export function checkForInitialContent(): Generator<import("redux-saga/effects").SelectEffect | import("redux-saga/effects").CallEffect | import("redux-saga/effects").PutEffect<any>, any, any>;
60
+ /**
61
+ * This saga will potentially clear the current content based on the URL at
62
+ * which the current content was shown and the events that are passed. When we
63
+ * receive a page_view event, we assume that navigation has occurred (via
64
+ * Appcues.identify/page calls). If the URL of the page_view event is different
65
+ * than the `shownUrl` of the current content, then we assume actual navigation
66
+ * has occurred since the content was shown and so we clear the current content.
67
+ *
68
+ * When we have any page_view event, we should stop any running instances of the
69
+ * startCheckingContent saga, since this could potentially cause us to start
70
+ * content after the page has changed or the user profile has changed and
71
+ * disqualified the user from some content (if the timing works out such that
72
+ * the conditions are met before the next identify/page/start() call completes).
73
+ * Pretty edge case but easy enough to protect against. Since there's a
74
+ * page_view event we know we'll eventually be receiving a message back from the
75
+ * API with a new `contents` result, so that'll trigger the next instance of the
76
+ * startCheckingContent saga.
77
+ *
78
+ * @param {Array} events List of events to check. If any are a page_view event
79
+ * then we may clear the content depending on the URL.
80
+ */
81
+ export function tryClearingCurrentContent(events: any[]): Generator<import("redux-saga/effects").SelectEffect | import("redux-saga/effects").CallEffect | import("redux-saga/effects").PutEffect<any>, void, unknown>;
82
+ export function handlePageViews({ properties: props, events, groupProperties: groupProps, groupId, }: {
83
+ properties: any;
84
+ events: any;
85
+ groupProperties: any;
86
+ groupId: any;
87
+ }): Generator<import("redux-saga/effects").SelectEffect | import("redux-saga/effects").CallEffect | import("redux-saga/effects").PutEffect<any> | import("redux-saga/effects").TakeEffect | import("redux-saga/effects").AllEffect, any[], unknown>;
88
+ export function sendActivity({ properties, events, trigger, groupId, groupProperties, }: {
89
+ properties: any;
90
+ events: any;
91
+ trigger: any;
92
+ groupId: any;
93
+ groupProperties: any;
94
+ }): Generator<import("redux-saga/effects").SelectEffect | import("redux-saga/effects").CallEffect | import("redux-saga/effects").PutEffect<any> | import("redux-saga/effects").TakeEffect | import("redux-saga/effects").AllEffect, void, unknown>;
95
+ export function handleActivityUpdates(): Generator<import("redux-saga/effects").SelectEffect | import("redux-saga/effects").ForkEffect | import("redux-saga/effects").CallEffect | import("redux-saga/effects").TakeEffect | import("redux-saga/effects").ActionChannelEffect | import("redux-saga/effects").FlushEffect<any>, void, any>;
96
+ export function watchForPendingEventsCleared(): Generator<import("redux-saga/effects").CallEffect | import("redux-saga/effects").TakeEffect, void, unknown>;
97
+ export function triggerEventListeners(name: any, event: any): Generator<import("redux-saga/effects").SelectEffect | import("redux-saga/effects").CallEffect, void, unknown>;
98
+ export function handleEvent({ payload }: {
99
+ payload: any;
100
+ }): Generator<Object, void, unknown>;
101
+ export function formSubmission({ payload }: {
102
+ payload: any;
103
+ }): Generator<import("redux-saga/effects").SelectEffect | import("redux-saga/effects").CallEffect | import("redux-saga/effects").PutEffect<any>, void, string>;
104
+ export function show({ payload: contentId }: {
105
+ payload: any;
106
+ }): Generator<import("redux-saga/effects").SelectEffect | import("redux-saga/effects").CallEffect | import("redux-saga/effects").PutEffect<any>, void, {
107
+ shownUrl: any;
108
+ content: any;
109
+ checklistContent: any;
110
+ experience: any;
111
+ } & {
112
+ userId: any;
113
+ }>;
114
+ export function loadedCss(): Generator<import("redux-saga/effects").SelectEffect | import("redux-saga/effects").CallEffect | import("redux-saga/effects").PutEffect<any> | import("redux-saga/effects").TakeEffect, void, unknown>;
115
+ export function handleLoadedCss(): Generator<import("redux-saga/effects").SelectEffect | import("redux-saga/effects").CallEffect | import("redux-saga/effects").PutEffect<any> | import("redux-saga/effects").RaceEffect, void, unknown>;
116
+ export function prepareContent(): Generator<import("redux-saga/effects").SelectEffect | import("redux-saga/effects").CallEffect | import("redux-saga/effects").PutEffect<any>, void, any>;
117
+ export function anonymous(): Generator<import("redux-saga/effects").SelectEffect | import("redux-saga/effects").PutEffect<any> | import("redux-saga/effects").TakeEffect, void, any>;
118
+ /**
119
+ * Waits to call the callback passed in the payload of the WAIT_IDENTIFY action
120
+ * until the user has been fully identified (including auto-properties).
121
+ *
122
+ * @param {object} action The WAIT_IDENTIFY action with a callback function as
123
+ * the `payload`.
124
+ */
125
+ export function waitForFirstIdentify({ payload: callback }: object): Generator<import("redux-saga/effects").SelectEffect | import("redux-saga/effects").CallEffect | import("redux-saga/effects").TakeEffect, void, any>;
126
+ export function handleStopTasks({ payload: taskKey }: {
127
+ payload: any;
128
+ }): Generator<any, void, unknown>;
129
+ export function overrideEventTriggeredFlow(): Generator<import("redux-saga/effects").SelectEffect | import("redux-saga/effects").CallEffect | import("redux-saga/effects").PutEffect<any>, void, unknown>;
130
+ /**
131
+ * This saga is kicked off by the START_CHECK action. It will loop through each
132
+ * piece of stored content (in sorted order) until it finds a piece of
133
+ * content that succeeds synchronously. If none do, the `attemptFlow` saga will
134
+ * continue waiting for the conditions to be met and will start the first flow
135
+ * that succeeds.
136
+ *
137
+ * @param {object} action includes an object with type: START_CHECK and a
138
+ * payload that contains the following:
139
+ * - currentUrl: URL at which we're starting the
140
+ * content. This allows us to maintain the URL at
141
+ * which this content should be shown so we can later
142
+ * clear content after URL changes.
143
+ * - shouldOverrideCurrentFlow: A bool that indicates
144
+ * whether or not we want to override a current flow
145
+ * due to event triggering
146
+ */
147
+ export function startCheckingContent(action: object): Generator<import("redux-saga/effects").SelectEffect | import("redux-saga/effects").CallEffect | import("redux-saga/effects").PutEffect<any>, void, unknown>;
148
+ export function reportMetrics(): Generator<Object, void, {
149
+ payload: {
150
+ requestId: any;
151
+ };
152
+ } & {
153
+ payload: any;
154
+ }>;
155
+ export function checkForInProgressChecklistItem(): Generator<import("redux-saga/effects").CallEffect | import("redux-saga/effects").PutEffect<any>, boolean, string>;
156
+ export function initialize(): Generator<import("redux-saga/effects").CallEffect | import("redux-saga/effects").PutEffect<any> | import("redux-saga/effects").TakeEffect, void, unknown>;
157
+ export function identifyGroup({ payload: { groupId, groupProperties } }: {
158
+ payload: {
159
+ groupId: any;
160
+ groupProperties: any;
161
+ };
162
+ }): Generator<import("redux-saga/effects").CallEffect | import("redux-saga/effects").PutEffect<any>, void, unknown>;
163
+ export function prefetchFlow({ payload: flowId }: {
164
+ payload: any;
165
+ }): Generator<import("redux-saga/effects").SelectEffect | import("redux-saga/effects").CallEffect | import("redux-saga/effects").PutEffect<any>, void, unknown>;
166
+ export default function saga(): Generator<Object[], void, unknown>;
167
+ //# sourceMappingURL=sagas.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sagas.d.ts","sourceRoot":"","sources":["../../src/scripts/sagas/sagas.js"],"names":[],"mappings":"AA2HA,oGAEC;AAED;;;;;;;;;GASG;AACH,sDANW,OAAO,GAIN,MAAM,CA2EjB;AAED,yIAiBC;AAED,uMA2CC;AAED,yLAQC;AASD;;;;;GAKG;AACH,qOAUC;AAID,oLAgBC;AACD,qIAWC;AAED;;;;;;4JAsEC;AAiBD,8DAKC;AAED;;;;;QA6HC;AAeD,6EA+MC;AAID;;;;;;;;;;;;;;;;;GAiBG;AACH,gDAFa,OAAO,CA2GnB;AAED,iMA0EC;AAED;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,sNAyBC;AAED;;;;;oPA6DC;AAED;;;;;;mPA6CC;AAED,0UAkIC;AAED,4JAsBC;AAED,4KAWC;AAED;;qCAaC;AAED;;+JA0EC;AAED;;;;;;;;;GA2CC;AAED,mOAmCC;AAED,yOA6BC;AAED,0LAuCC;AAED,qLA2BC;AAED;;;;;;GAMG;AACH,4DAHW,MAAM,uJAkChB;AAED;;kCAUC;AAUD,0MAUC;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,6CAVW,MAAM,+JA+EhB;AAiBD;;;;;;GAyHC;AAED,qKAgBC;AAED,wLA0CC;AAED;;;;;oHAYC;AAED;;gKAaC;AAED,mEAqDC"}
@@ -0,0 +1,8 @@
1
+ export function startSatisfactionSurvey(): Generator<import("redux-saga/effects").SelectEffect | import("redux-saga/effects").PutEffect<any>, void, unknown>;
2
+ export function quantitativeQuestionSubmitted(props: any): Generator<import("redux-saga/effects").SelectEffect | import("redux-saga/effects").PutEffect<any>, void, unknown>;
3
+ export function qualitativeQuestionSubmitted(props: any): Generator<import("redux-saga/effects").SelectEffect | import("redux-saga/effects").PutEffect<any>, void, unknown>;
4
+ export function clickedUpdateNPSScore(): Generator<import("redux-saga/effects").SelectEffect | import("redux-saga/effects").PutEffect<any>, void, unknown>;
5
+ export function askMeLaterSelected(): Generator<import("redux-saga/effects").SelectEffect | import("redux-saga/effects").PutEffect<any>, void, unknown>;
6
+ export function collapseSatisfactionSurvey(): Generator<import("redux-saga/effects").PutEffect<any> | Promise<true>, void, unknown>;
7
+ export default function saga(): Generator<import("redux-saga/effects").ForkEffect[], void, unknown>;
8
+ //# sourceMappingURL=satisfaction-survey-sagas.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"satisfaction-survey-sagas.d.ts","sourceRoot":"","sources":["../../src/scripts/sagas/satisfaction-survey-sagas.js"],"names":[],"mappings":"AAmBA,6JAQC;AAED,6KAyBC;AAED,4KAuBC;AAED,2JAkBC;AAED,wJAkBC;AAED,oIAMC;AAED,oGA6BC"}
@@ -0,0 +1,4 @@
1
+ export function shouldCreateNewSession(): Generator<import("redux-saga/effects").SelectEffect, boolean, unknown>;
2
+ export function checkSession(): Generator<import("redux-saga/effects").SelectEffect | import("redux-saga/effects").CallEffect | import("redux-saga/effects").PutEffect<any> | import("redux-saga/effects").TakeEffect, object | null, unknown>;
3
+ export default function saga(): Generator<import("redux-saga/effects").ForkEffect[], any, unknown>;
4
+ //# sourceMappingURL=session-sagas.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"session-sagas.d.ts","sourceRoot":"","sources":["../../src/scripts/sagas/session-sagas.js"],"names":[],"mappings":"AAqFA,iHAMC;AAED,+OAiBC;AAgCD,mGAOC"}
@@ -0,0 +1,4 @@
1
+ export function cancelTestMode(): Generator<import("redux-saga/effects").CallEffect | import("redux-saga/effects").PutEffect<any>, void, unknown>;
2
+ export function resetTestMode(): Generator<import("redux-saga/effects").CallEffect, void, unknown>;
3
+ export default function saga(): Generator<import("redux-saga/effects").ForkEffect[], void, unknown>;
4
+ //# sourceMappingURL=test-mode-sagas.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"test-mode-sagas.d.ts","sourceRoot":"","sources":["../../src/scripts/sagas/test-mode-sagas.js"],"names":[],"mappings":"AASA,kJAYC;AAED,mGAGC;AAED,oGAKC"}
@@ -0,0 +1,3 @@
1
+ export function watchForUrlChange(): Generator<import("redux-saga/effects").CallEffect, void, unknown>;
2
+ export default function saga(): Generator<import("redux-saga/effects").ForkEffect[], void, unknown>;
3
+ //# sourceMappingURL=watch-url-sagas.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"watch-url-sagas.d.ts","sourceRoot":"","sources":["../../src/scripts/sagas/watch-url-sagas.js"],"names":[],"mappings":"AAGA,uGAcC;AAED,oGAEC"}
@@ -0,0 +1,4 @@
1
+ export function fetchHistory(): Generator<import("redux-saga/effects").SelectEffect | import("redux-saga/effects").CallEffect | import("redux-saga/effects").PutEffect<any>, void, any>;
2
+ export function fetchFlows(): Generator<import("redux-saga/effects").SelectEffect | import("redux-saga/effects").CallEffect | import("redux-saga/effects").PutEffect<any>, void, any>;
3
+ export default function saga(): Generator<import("redux-saga/effects").ForkEffect, void, unknown>;
4
+ //# sourceMappingURL=widget-sagas.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"widget-sagas.d.ts","sourceRoot":"","sources":["../../src/scripts/sagas/widget-sagas.js"],"names":[],"mappings":"AAOA,wLAiBC;AAED,sLAiBC;AAED,kGAGC"}
@@ -0,0 +1 @@
1
+ @import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600";html{font-family:Source Sans Pro,Helvetica Neue,Helvetica,sans-serif}html *{box-sizing:border-box}a{cursor:pointer}html body{margin:0}@keyframes nps-enter{0%{opacity:0;transform:translateY(10px)}30%{opacity:0}to{opacity:1;transform:translateY(0)}}@keyframes nps-complete{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)scale(0)}}.appcues-nps{text-align:center;z-index:10000001;border-radius:5px 5px 0 0;width:75%;margin-left:auto;margin-right:auto;padding-right:0;position:fixed;bottom:0;left:0;right:0;box-shadow:0 0 30px #0000001a}.nps-modal{text-align:center;border-radius:5px 5px 0 0;width:100%;padding-top:40px}.nps-modal.collapsed{height:0}.nps-modal.qualitative{height:225px}.ask-me-later{background-color:#ccc2;border-top-left-radius:5px;border-bottom-right-radius:5px;justify-content:center;align-items:center;min-width:130px;padding:8px 16px 10px;font-family:Source Sans Pro,Helvetica Neue,Helvetica,sans-serif;font-size:15px;display:flex;position:absolute;top:0;left:0}.ask-me-later:hover{background-color:#ccc5}.close-icon{padding-right:8px;font-size:16px;display:flex}.ask-me-later-text{display:flex}.back-to-nps{background-color:#ccc2;border-top-right-radius:5px;border-bottom-left-radius:5px;justify-content:center;align-items:center;min-width:130px;padding:8px 16px 10px;font-family:Source Sans Pro,Helvetica Neue,Helvetica,sans-serif;font-size:15px;display:flex;position:absolute;top:0;right:0}.back-to-nps:hover{background-color:#0003}.quantitative-question{text-align:center;width:100%;max-width:700px;height:100%;margin-left:auto;margin-right:auto;padding-bottom:12px;font-family:Source Sans Pro,Helvetica Neue,Helvetica,sans-serif;font-size:18px;overflow-y:auto}.qualitative-question{width:95%;max-width:600px;height:100%;margin-left:auto;margin-right:auto;font-family:Source Sans Pro,Helvetica Neue,Helvetica,sans-serif;font-size:18px;overflow-y:auto}.question-text{padding:0 5px;font-family:Source Sans Pro,Helvetica Neue,Helvetica,sans-serif;font-size:18px}.qualitative-question textarea{background-color:#c7c7c722;border:2px solid #c7c7c755;border-radius:3px;width:100%;height:90px;margin:8px 0 12px;padding:.5rem;font-family:Source Sans Pro,Helvetica Neue,Helvetica,sans-serif;font-size:14px}.nps-number-option{position:relative}.nps-number-input{opacity:0;height:100%;margin-top:0;margin-left:auto;margin-right:auto;position:absolute;left:0;right:0}.nps-number-input:focus+.nps-number-link{outline:1px auto #00e}.nps-number-link{opacity:.9;text-align:center;cursor:pointer;border-radius:3px;width:34px;height:33px;margin:auto 1px;padding:5px 0;font-weight:700;text-decoration:none;transition:opacity .1s ease-out,transform .15s ease-out,box-shadow .15s ease-out;display:block}.nps-number-link:hover{opacity:1;background-color:#fff;transform:translateY(-3px)scale(1.06);box-shadow:0 4px #fff3}.selected-nps{background-color:#fff}.nps-options{text-align:center;border:none;justify-content:space-between;width:100%;max-width:500px;margin:1.5em auto 8px;padding:0;display:flex}.buttons{justify-content:space-between;align-items:center;display:flex}.buttons a{color:#fff;opacity:.9;border-radius:3px;padding:7px 14px;font-family:Source Sans Pro,Helvetica Neue,Helvetica,sans-serif;font-size:15px;font-weight:600;text-decoration:none}.buttons a:hover{opacity:1}.appcues-powdered-by-wrapper{width:200px;display:inline-block}.buttons .appcues-powered-by-text{text-align:left;padding-bottom:2px}.buttons .appcues-powered-by-text a{color:#bebebe;mix-blend-mode:luminosity;opacity:.5;padding:0;font-size:14px;font-weight:400}.buttons .appcues-powered-by-text a span{margin-left:4px}.feedback-tab{margin:0;display:none;bottom:0;right:0;overflow:hidden}.feedback-tab.collapsed{display:block}.satisfaction-feedback{float:left;text-align:center;border-radius:5px 5px 0 0;width:125px;height:40px;padding:8px;box-shadow:0 0 1px #0003}.character-count{padding:12px;font-family:Source Sans Pro,Helvetica Neue,Helvetica,sans-serif;font-size:13px;display:inline-block}.numerator-character-count.disabled{font-weight:700}.confirmation-toast{text-align:center;float:left;opacity:0;border-radius:5px;height:25px;margin:7px;padding-left:8px;padding-right:8px;font-family:Source Sans Pro,Helvetica Neue,Helvetica,sans-serif;font-size:15px;line-height:25px;position:absolute;right:0;box-shadow:0 0 1px #0003}.feedback-link{color:#fff;flex-grow:1;width:125px;height:40px;margin:0;text-decoration:none;display:block}.frame-container{border:0 solid;height:0;margin:0 -4px;padding-bottom:65%;position:relative}.context-hints{justify-content:space-between;max-width:520px;margin-left:auto;margin-right:auto;padding-bottom:10px;display:flex}.not-likely-hint{text-align:left;flex-grow:0;padding-top:0;padding-left:15px;font-family:Source Sans Pro,Helvetica Neue,Helvetica,sans-serif;font-size:13px}.very-likely-hint{text-align:right;flex-grow:0;padding-top:0;padding-right:15px;font-family:Source Sans Pro,Helvetica Neue,Helvetica,sans-serif;font-size:13px}.submit-button{padding:8px 20px}.submit-button.disabled{pointer-events:none;cursor:default;opacity:.6}@media (width<=1175px){.appcues-nps{border-radius:0;width:100%;margin-left:0;margin-right:0}}@media (width<=670px){.not-likely-hint,.very-likely-hint{padding-top:0}.ask-me-later{min-width:100px;padding:8px;font-size:12px}.back-to-nps{min-width:100px;min-height:36px;padding:8px;font-size:12px}.confirmation-toast{display:none}}@media (width<=500px){.appcues-nps{border-radius:0;margin-left:0;margin-right:0}.appcues-nps.qualitative{height:270px;padding-top:40px}.confirmation-toast{display:none}.nps-number-link{width:32px}.not-likely-hint{padding-left:5px}.very-likely-hint{padding-right:5px}}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Configures a Redux store with middleware and initial state.
3
+ *
4
+ * @param {object} The initial state.
5
+ * @param {Array} sagas List of sagas the redux-saga middleware should run.
6
+ *
7
+ * @return {object} A configured Redux `Store` object.
8
+ */
9
+ export default function configureStore(initialState: any, sagas: any[]): object;
10
+ //# sourceMappingURL=configure-store.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"configure-store.d.ts","sourceRoot":"","sources":["../../src/scripts/store/configure-store.js"],"names":[],"mappings":"AAoBA;;;;;;;GAOG;AACH,yEAFY,MAAM,CAoDjB"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * A function adhering to the Redux middleware API that will report any error
3
+ * actions via the `state.reporter` function.
4
+ *
5
+ * @param {function} options.getState The Redux store's `getState` function.
6
+ *
7
+ * @return {function} A function with the signature next => action.
8
+ */
9
+ export default function reporterMiddleware({ getState }: Function): Function;
10
+ //# sourceMappingURL=reporter-middleware.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reporter-middleware.d.ts","sourceRoot":"","sources":["../../src/scripts/store/reporter-middleware.js"],"names":[],"mappings":"AAKA;;;;;;;GAOG;AACH,6EAqBC"}
@@ -0,0 +1 @@
1
+ .banner-wrapper{justify-content:center;width:100%;display:flex;position:fixed;bottom:0}.banner-background{color:#fff;background-color:#ffaa39;border-radius:6px 6px 0 0;justify-content:space-between;align-items:center;min-width:500px;padding:1rem 1.5rem;font-family:Helvetica,sans-serif;font-size:16px;display:flex;box-shadow:2px 4px 8px #00000080}.banner-content{display:flex}.banner-header{padding-right:1rem}.clickable{cursor:pointer;color:#fff;text-shadow:-.25px -.25px #0000,.25px .25px #0000;align-items:center;font-weight:300;display:flex}.clickable:hover{text-shadow:-.25px -.25px #fff,.25px .25px #fff}.doc-link{font-size:12px;text-decoration:none}.restart{margin-right:1rem}
@@ -0,0 +1 @@
1
+ code,pre{font-family:Menlo,Monaco,monospace,sans-serif}div,p,ul,ol,table,dl,blockquote,pre{font-size:14px;line-height:1.6em}a[href],a[data-step]{color:#15c;cursor:pointer;text-decoration:none}object,embed,video,img{width:auto;max-width:100%}video,img{height:auto}p,ul,ol,table,dl,figure,blockquote,pre{box-shadow:none;background:0 0;border:none;margin:0 0 15px}hr{margin-bottom:15px}blockquote{color:#777;padding-left:0;font-style:italic;margin-left:1.6em!important}ul,ol{padding-left:2em}ul ul,ol ol,ul ol,ol ul{border:none;margin:2px;padding:0 0 0 2em}dl dt{font-weight:700}dd{margin-left:1em}table{border-collapse:collapse;width:100%;font-size:1em}table td,table th{vertical-align:top;border:1px solid #ddd;padding:5px}table thead td,table th{border-bottom-color:#888;font-weight:700}code{background-color:#d8d7d7}pre{white-space:pre;color:#888;background:#f8f8f8;border:1px solid #ddd;border-radius:3px;padding:1em;font-size:90%;overflow:auto}hr{border:0;border-top:1px solid #ccc;height:1px;display:block}h1,h2,h3,h4,h5,h6{color:#000;text-rendering:optimizelegibility;background:0 0;margin:0 0 .5em;padding:0;font-weight:700}h1,h2,h3,h4{line-height:1.3}h1{font-size:36px}h2{margin-bottom:.7em;font-size:24px}h3{font-size:21px}h4{font-size:18px}h5{font-size:16px}h6{text-transform:uppercase;font-size:12px}.sr-only{clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;position:absolute;overflow:hidden}.appcues-button{cursor:pointer;color:#fff;-webkit-font-smoothing:auto;-webkit-user-select:none;user-select:none;background-color:#ccc;border-radius:3px;padding:8px 18px;font-weight:700;text-decoration:none;transition:background-color .2s ease-out,color .2s ease-out;display:inline-block;position:relative}.appcues-button:hover{color:#000;background-color:#dedede;text-decoration:none}.appcues-button.appcues-button-success{background-color:#5cb85c}.appcues-button.appcues-button-success:hover{-webkit-text-decoration:unset;text-decoration:unset;background-color:#75c375}.appcues-button.appcues-button-success.disabled{background-color:#eaf6ea}.appcues-button[data-step],.appcues-button[href]{color:#fff}html,body{font-size:100%;font:inherit;vertical-align:baseline;box-shadow:none;opacity:1;box-sizing:content-box;border:0;border-radius:0;outline:none;margin:0;padding:0;line-height:1;display:block;overflow:hidden}body{background:0 0;font-family:Helvetica Neue,Helvetica,sans-serif;font-size:13px;line-height:1.3}small{font-size:85%}strong,b{font-weight:700}em,i{font-style:italic}.text-muted{color:#888}.appcues-skip,a.appcues-skip[data-step]{cursor:pointer;color:#888;-webkit-user-select:none;user-select:none;font-size:11px;transition:color .2s ease-out}.appcues-skip:hover,a.appcues-skip[data-step]:hover{color:#4baad4}.tooltip{overflow-wrap:break-word;width:100%;display:table}.tooltip p{box-shadow:none;background:0 0;border:none;margin:0 0 15px;font-size:14px;line-height:1.6em}.tooltip p:last-child{margin-bottom:0}.content{color:#333;display:table-cell}.content.content-top{text-align:center;vertical-align:bottom}.content.content-top .panel{margin-bottom:15px}.content.content-top .panel:before{content:"";z-index:2;border-top:10px solid #ddd;border-left:10px solid #0000;border-right:10px solid #0000;width:0;height:0;margin-left:-10px;position:absolute;top:100%;left:50%}.content.content-top-right{text-align:left;vertical-align:bottom}.content.content-top-right .panel{margin-bottom:15px}.content.content-top-right .panel:before{content:"";z-index:2;border-top:10px solid #ddd;border-left:10px solid #0000;border-right:10px solid #0000;width:0;height:0;position:absolute;top:100%;left:10px}.content.content-top-left{text-align:right;vertical-align:bottom}.content.content-top-left .panel{margin-bottom:15px}.content.content-top-left .panel:before{content:"";z-index:2;border-top:10px solid #ddd;border-left:10px solid #0000;border-right:10px solid #0000;width:0;height:0;position:absolute;top:100%;right:10px}.content.content-right{text-align:left;vertical-align:bottom}.content.content-right .panel{margin-left:15px}.content.content-right .panel:before{content:"";z-index:2;border-top:10px solid #0000;border-bottom:10px solid #0000;border-right:10px solid #ddd;width:0;height:0;margin-top:-10px;position:absolute;top:50%;right:100%}.content.content-right-top{text-align:left;vertical-align:bottom}.content.content-right-top .panel{margin-left:15px}.content.content-right-top .panel:before{content:"";z-index:2;border-top:10px solid #0000;border-bottom:10px solid #0000;border-right:10px solid #ddd;width:0;height:0;position:absolute;bottom:10px;right:100%}.content.content-right-bottom{text-align:left;vertical-align:bottom}.content.content-right-bottom .panel{margin-left:15px}.content.content-right-bottom .panel:before{content:"";z-index:2;border-top:10px solid #0000;border-bottom:10px solid #0000;border-right:10px solid #ddd;width:0;height:0;position:absolute;top:10px;right:100%}.content.content-bottom{text-align:center;vertical-align:top}.content.content-bottom .panel{margin-top:15px}.content.content-bottom .panel:before{content:"";z-index:2;border-bottom:10px solid #ddd;border-left:10px solid #0000;border-right:10px solid #0000;width:0;height:0;margin-left:-10px;position:absolute;bottom:100%;left:50%}.content.content-bottom-right{text-align:left;vertical-align:bottom}.content.content-bottom-right .panel{margin-top:15px}.content.content-bottom-right .panel:before{content:"";z-index:2;border-bottom:10px solid #ddd;border-left:10px solid #0000;border-right:10px solid #0000;width:0;height:0;position:absolute;bottom:100%;left:10px}.content.content-bottom-left{text-align:right;vertical-align:bottom}.content.content-bottom-left .panel{margin-top:15px}.content.content-bottom-left .panel:before{content:"";z-index:2;border-bottom:10px solid #ddd;border-left:10px solid #0000;border-right:10px solid #0000;width:0;height:0;position:absolute;bottom:100%;right:10px}.content.content-left{text-align:right;vertical-align:bottom}.content.content-left .panel{margin-right:15px}.content.content-left .panel:before{content:"";z-index:2;border-top:10px solid #0000;border-bottom:10px solid #0000;border-left:10px solid #ddd;width:0;height:0;margin-top:-10px;position:absolute;top:50%;left:100%}.content.content-left-top{text-align:right;vertical-align:bottom}.content.content-left-top .panel{margin-right:15px}.content.content-left-top .panel:before{content:"";z-index:2;border-top:10px solid #0000;border-bottom:10px solid #0000;border-left:10px solid #ddd;width:0;height:0;position:absolute;bottom:10px;left:100%}.content.content-left-bottom{text-align:right;vertical-align:bottom}.content.content-left-bottom .panel{margin-right:15px}.content.content-left-bottom .panel:before{content:"";z-index:2;border-top:10px solid #0000;border-bottom:10px solid #0000;border-left:10px solid #ddd;width:0;height:0;position:absolute;top:10px;left:100%}.content img{max-width:100%}.content .panel{text-align:left;min-width:250px;margin-bottom:0;display:inline-block;position:relative}.panel{background-color:#fff;border:1px solid #ddd;padding:5px}.panel.panel-default{border-radius:3px;margin-bottom:2px;margin-left:3px;margin-right:3px;box-shadow:3px 2px #eee9}.panel .panel-content{padding:5px}.panel .panel-content-actions{width:100%;padding:0;display:table}.panel .panel-content-actions .appcues-actions-right,.panel .panel-content-actions .appcues-actions-left{vertical-align:middle;width:50%;padding-top:5px;padding-bottom:5px;display:table-cell}.panel .panel-content-actions .appcues-actions-left{text-align:left;padding-left:5px;font-size:13px}.panel .panel-content-actions .appcues-actions-right{text-align:right;padding-right:5px}.panel .panel-content-actions .appcues-skip{cursor:pointer;color:#888;opacity:.5;overflow-wrap:normal}.panel .panel-content-actions .appcues-skip:hover{opacity:1}.panel .panel-content-actions .appcues-button{padding:5px 14px;font-size:85%}.appcues-powered-by-text{text-align:right;padding:5px;line-height:1}.appcues-powered-by-text a{cursor:pointer!important;color:#888!important;font-family:Helvetica Neue,Helvetica,sans-serif!important;font-size:10px!important;text-decoration:none!important}.appcues-powered-by-text a svg{vertical-align:bottom}.appcues-powered-by-text a svg>g,.appcues-powered-by-text a span{transition:all .2s ease-in-out}.appcues-powered-by-text a span{margin-left:3px;position:relative}.appcues-powered-by-text a span:before{content:"";visibility:hidden;background:#4baad4;width:100%;height:1px;transition:all .2s ease-in-out;position:absolute;bottom:-1px;left:0;transform:scaleX(0)}.appcues-powered-by-text a:hover,.appcues-powered-by-text a:active,.appcues-powered-by-text a:focus{color:#4baad4}.appcues-powered-by-text a:hover svg>g,.appcues-powered-by-text a:active svg>g,.appcues-powered-by-text a:focus svg>g{fill:#4baad4}.appcues-powered-by-text a:hover span:before,.appcues-powered-by-text a:active span:before,.appcues-powered-by-text a:focus span:before{visibility:visible;transform:scaleX(1)}.appcues-powered-by-badge{z-index:2147483547;cursor:pointer;box-sizing:border-box;background:#fff6;border:1px solid #0000;border-radius:3px;padding:6px 8px 7px;transition:all .2s ease-in-out;display:block;position:fixed;bottom:16px;left:16px;overflow:hidden;box-shadow:0 1px 5px #0003;font-family:Helvetica Neue,Helvetica,sans-serif!important}.appcues-powered-by-badge:before{content:"";z-index:-1;opacity:0;-webkit-transform:translate(-50%)translateY(-50%)rotate(45deg);-moz-transform:translate(-50%)translateY(-50%)rotate(45deg);-ms-transform:translate(-50%)translateY(-50%)rotate(45deg);-o-transform:translate(-50%)translateY(-50%)rotate(45deg);background-color:#fff;width:100%;height:0;transition:all .2s ease-out;position:absolute;top:50%;left:50%;transform:translate(-50%)translateY(-50%)rotate(45deg)}.appcues-powered-by-badge:hover{border-color:#4baad4}.appcues-powered-by-badge:hover:before{opacity:1;height:90px}.appcues-powered-by-badge:hover .appcues-powered-by-content{color:#4baad4!important}.appcues-powered-by-badge:hover .appcues-powered-by-content svg>g{fill:#4baad4}.appcues-powered-by-badge a{cursor:pointer!important;text-decoration:none!important}.appcues-powered-by-badge .appcues-powered-by-content{transition:color .2s ease-in-out;display:table-row;color:#555!important;font-family:Helvetica Neue,Helvetica,sans-serif!important}.appcues-powered-by-badge .appcues-powered-by-content svg>g{transition:all .2s ease-in-out}.appcues-powered-by-badge .appcues-powered-by-content .logo-container,.appcues-powered-by-badge .appcues-powered-by-content .text-container{vertical-align:middle;height:20px;display:table-cell}.appcues-powered-by-badge .appcues-powered-by-content .logo-container{text-align:center;width:20px}.appcues-powered-by-badge .appcues-powered-by-content .text-container{padding-left:3px;line-height:1;font-size:12px!important}.appcues-powered-by-badge .appcues-powered-by-content .text-container>small{text-transform:uppercase;display:block;font-size:6px!important}.exit-tooltip-container{position:absolute;top:0;right:10px}.exit-tooltip-container .exit-tooltip{color:#888;cursor:pointer;opacity:.5}.exit-tooltip-container .exit-tooltip:hover{opacity:1}
@@ -0,0 +1,2 @@
1
+ export function handleArrowKeyDown(e: any, onClose: any, jumpToNextList: any): void;
2
+ //# sourceMappingURL=accessible-tab.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accessible-tab.d.ts","sourceRoot":"","sources":["../../src/scripts/utils/accessible-tab.js"],"names":[],"mappings":"AAKO,oFA4CN"}
@@ -0,0 +1,2 @@
1
+ export function findInArray(array: any, predicate: any): any;
2
+ //# sourceMappingURL=array.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"array.d.ts","sourceRoot":"","sources":["../../src/scripts/utils/array.js"],"names":[],"mappings":"AACA,6DA+BC"}
@@ -0,0 +1,15 @@
1
+ export function waitForOneElement(selectors: any, context: any): {
2
+ type: any;
3
+ params: any;
4
+ context: any;
5
+ };
6
+ export function waitForMouseEvent(event: any, selector: any, context: any): {
7
+ type: any;
8
+ params: any;
9
+ context: any;
10
+ };
11
+ export function getInteractionDetailsFromCondition(condition: any): {
12
+ interactionType: string;
13
+ interaction: {};
14
+ };
15
+ //# sourceMappingURL=conditions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conditions.d.ts","sourceRoot":"","sources":["../../src/scripts/utils/conditions.js"],"names":[],"mappings":"AAMA;;;;EAEC;AAED;;;;EAMC;AAED;;;EAwBC"}
@@ -0,0 +1,4 @@
1
+ export function loadOpenBuilder(): Promise<void>;
2
+ export default getCreateAppcues;
3
+ declare function getCreateAppcues(): Promise<(dispatch: any) => any>;
4
+ //# sourceMappingURL=create-appcues.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-appcues.d.ts","sourceRoot":"","sources":["../../src/scripts/utils/create-appcues.js"],"names":[],"mappings":"AAqEO,iDASN;;AAED,qEAGC"}
@@ -0,0 +1,2 @@
1
+ export default function createReporter(settings: any, getState: any): (err: any, options?: {}) => void;
2
+ //# sourceMappingURL=create-reporter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-reporter.d.ts","sourceRoot":"","sources":["../../src/scripts/utils/create-reporter.js"],"names":[],"mappings":"AAwEA,uGAqEC"}
@@ -0,0 +1,122 @@
1
+ /**
2
+ * Error reporting related function for serializing the state to include when
3
+ * sending an error report.
4
+ *
5
+ * @param {object} state Redux state
6
+ *
7
+ * @return {string} Serialized version of Redux state.
8
+ */
9
+ export function getSerializableState(state: object): string;
10
+ export const getCurrentFlowId: (...args: any[]) => any;
11
+ export const getCurrentFlow: (...args: any[]) => any;
12
+ export const getCurrentStepId: (...args: any[]) => any;
13
+ export const getCurrentStepNumber: (...args: any[]) => any;
14
+ export const getPreviousActiveElement: (...args: any[]) => any;
15
+ export const getShouldForceFocus: (...args: any[]) => any;
16
+ /**
17
+ * Gets the content object for the current content, if there is any. Otherwise
18
+ * returns null. This should return a value from `state.content` based on the
19
+ * current `stepId` and `flowId` values.
20
+ *
21
+ * @param {object} state The Redux state.
22
+ *
23
+ * @return {object} The content object.
24
+ */
25
+ export const getCurrentContent: (...args: any[]) => any;
26
+ /**
27
+ * Gets the name of the current content, if there is any. Otherwise returns
28
+ * null.
29
+ *
30
+ * @param {object} state The Redux state.
31
+ *
32
+ * @return {string} The name, or null.
33
+ */
34
+ export const getName: (...args: any[]) => any;
35
+ /**
36
+ * Gets the globalStyling.
37
+ *
38
+ * @param {object} state The Redux state.
39
+ *
40
+ * @return {object} The globalStyling object.
41
+ */
42
+ export const getDefaultStyle: (...args: any[]) => any;
43
+ export const getState: (...args: any[]) => any;
44
+ export const getAccountId: (...args: any[]) => any;
45
+ export const getReporter: (...args: any[]) => any;
46
+ export const getEventListeners: (...args: any[]) => any;
47
+ export const getUser: (...args: any[]) => any;
48
+ export const getUserIdentified: (...args: any[]) => any;
49
+ export const getGroup: (...args: any[]) => any;
50
+ export const isSkipAutoProperties: (...args: any[]) => any;
51
+ export const eventIntegrationsEnabled: (...args: any[]) => any;
52
+ export const isResponseFormatV2Enabled: (...args: any[]) => any;
53
+ export const getSessionId: (...args: any[]) => any;
54
+ export const getSession: (...args: any[]) => any;
55
+ export const getSettings: (...args: any[]) => any;
56
+ export const getTasks: (...args: any[]) => any;
57
+ export const getPendingEvents: (...args: any[]) => any;
58
+ export function getLastCheckedForInitialContent(state: any): any;
59
+ export const getStoredContent: (...args: any[]) => any;
60
+ export const getOrderedContent: (...args: any[]) => any;
61
+ export const getContentById: (...args: any[]) => any;
62
+ export const getStoredStyles: (...args: any[]) => any;
63
+ export const getCurrentContentType: (...args: any[]) => any;
64
+ export const getCurrentContentStatus: (...args: any[]) => any;
65
+ export const getCurrentContentState: (...args: any[]) => any;
66
+ export const getCurrentContentShownUrl: (...args: any[]) => any;
67
+ export const getCurrentContentStyleId: (...args: any[]) => any;
68
+ export const getCurrentContentStyle: (...args: any[]) => any;
69
+ export const getCurrentContentEventChannel: (...args: any[]) => any;
70
+ export const getCurrentStepChildId: (...args: any[]) => any;
71
+ export const getStepChildNumber: (...args: any[]) => any;
72
+ export const getCurrentStepChildNumber: (...args: any[]) => any;
73
+ export const getCurrentStepChildren: (...args: any[]) => any;
74
+ export const getStepChildrenState: (...args: any[]) => any;
75
+ export const getStepChildrenCount: (...args: any[]) => any;
76
+ export const getStepChildIdAt: (...args: any[]) => any;
77
+ export const getCurrentContentIsScrolling: (...args: any[]) => any;
78
+ export const getNextStepChildId: (...args: any[]) => any;
79
+ export const getPreviousStepChildId: (...args: any[]) => any;
80
+ export const getStepsBetween: (...args: any[]) => any;
81
+ export const getStepChildActivatedTs: (...args: any[]) => any;
82
+ export const isStepChildActivated: (...args: any[]) => any;
83
+ export const getReportedStepChildErrors: (...args: any[]) => any;
84
+ export const getAnnotationsRetries: (...args: any[]) => any;
85
+ export const getActiveAnnotations: (...args: any[]) => any;
86
+ export const getAnnotationYPosition: (...args: any[]) => any;
87
+ export const isTransportInitialized: (...args: any[]) => any;
88
+ export const getSocket: (...args: any[]) => any;
89
+ export const getChannels: (...args: any[]) => any;
90
+ export function getDebugger(state: any): any;
91
+ export const getDebugViewState: (...args: any[]) => any;
92
+ export const getDebugRowViewState: (...args: any[]) => any;
93
+ export const getDebugCurrentPage: (...args: any[]) => any;
94
+ export const getDebugTrackedPage: (...args: any[]) => any;
95
+ export const getDebugContentErrors: (...args: any[]) => any;
96
+ export const getDebugChildErrors: (...args: any[]) => any;
97
+ export const getChecklists: (...args: any[]) => any;
98
+ export const getChecklistById: (...args: any[]) => any;
99
+ export const getChecklistsByStatus: (...args: any[]) => any;
100
+ export const getChecklistItemById: (...args: any[]) => any;
101
+ export const getChecklistStatusById: (...args: any[]) => any;
102
+ export const getWidgetHistory: (...args: any[]) => any;
103
+ export const getWidgetFlows: (...args: any[]) => any;
104
+ export const getWidgetSelector: (...args: any[]) => any;
105
+ export const getWidgetPosition: (...args: any[]) => any;
106
+ export const getWidgetHeader: (...args: any[]) => any;
107
+ export const getWidgetFooter: (...args: any[]) => any;
108
+ export const getWidgetExpanded: (...args: any[]) => any;
109
+ export const getWidgetIcon: (...args: any[]) => any;
110
+ /**
111
+ *
112
+ * @param {object} state Redux state
113
+ *
114
+ * @return {number} format_version number or default version number
115
+ */
116
+ export const getFlowFormatVersion: (...args: any[]) => any;
117
+ export const getIsInjectableSDK: (...args: any[]) => any;
118
+ export const selectOpenBuilderInstance: (...args: any[]) => any;
119
+ export const getIsOpenBuilderInitializing: (...args: any[]) => any;
120
+ export const getExperiments: (...args: any[]) => any;
121
+ export const getOnHoldLaunchpads: (...args: any[]) => any;
122
+ //# sourceMappingURL=data-selectors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-selectors.d.ts","sourceRoot":"","sources":["../../src/scripts/utils/data-selectors.js"],"names":[],"mappings":"AA2TA;;;;;;;GAOG;AACH,4CAJY,MAAM,GAEN,MAAM,CAkBjB;AAzUD,uDAA8E;AAC9E,qDAEE;AAGF,uDAA8E;AAC9E,2DAGE;AACF,+DAEE;AACF,0DAA4E;AAE5E;;;;;;;;GAQG;AACH,wDAKG;AAEH;;;;;;;GAOG;AACH,8CAEG;AAEH;;;;;;GAMG;AACH,sDAEO;AAEP,+CAEG;AACH,mDAEG;AACH,kDAEG;AACH,wDAEO;AACP,8CAEO;AACP,wDAEU;AAEV,+CAEU;AAEV,2DAGE;AACF,+DAGE;AACF,gEAGE;AACF,mDAA+D;AAC/D,iDAA8D;AAC9D,kDAAgE;AAEhE,+CAA0E;AAE1E,uDAGE;AAEK,iEACmC;AAG1C,uDAEG;AACH,wDAEG;AACH,qDAEE;AACF,sDAEO;AACP,4DAEG;AACH,8DAEG;AACH,6DAEG;AACH,gEAEE;AACF,+DAEG;AACH,6DAEG;AACH,oEAEE;AAGF,4DAEE;AACF,yDAEO;AACP,gEAGE;AACF,6DAEO;AACP,2DAGE;AACF,2DAGE;AACF,uDAEE;AACF,mEAEE;AAEF,yDAMG;AACH,6DAMG;AAEH,sDAeG;AAEH,8DAEE;AACF,2DAEU;AAGV,iEAGE;AAEF,4DAEG;AACH,2DAEO;AACP,6DAEE;AAEF,6DAEU;AACV,gDAEG;AACH,kDAGE;AAGK,6CAAmD;AAC1D,wDAAgF;AAChF,2DAEE;AACF,0DAEE;AACF,0DAEE;AACF,4DAGE;AACF,0DAGE;AAGF,oDAAoE;AACpE,uDAKO;AACP,4DAEG;AACH,2DAGG;AACH,6DAKG;AAGH,uDAA2E;AAC3E,qDAAuE;AACvE,wDAA+E;AAC/E,wDAGE;AACF,sDAA2E;AAC3E,sDAA2E;AAC3E,wDAAgF;AAChF,oDAAuE;AA2CvE;;;;;GAKG;AACH,2DAGE;AAEF,yDAGE;AAEF,gEAA+E;AAC/E,mEAGE;AAEF,qDAAsE;AAEtE,0DAGE"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Returns a promise that resolves after the specified amount of time.
3
+ *
4
+ * @param {number} ms Number of milliseconds to delay.
5
+ *
6
+ * @return {Promise} The promise.
7
+ */
8
+ export default function delay(ms: number): Promise<any>;
9
+ //# sourceMappingURL=delay.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delay.d.ts","sourceRoot":"","sources":["../../src/scripts/utils/delay.js"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,kCAJY,MAAM,gBAQjB"}