@appcues/web-sdk 7.22.2 → 7.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (363) hide show
  1. package/CHANGELOG.md +103 -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.DYhiH7lm.js +12049 -0
  47. package/build/bootstrap.npm.d.ts +2 -0
  48. package/build/bootstrap.npm.d.ts.map +1 -0
  49. package/build/checklist.c1e77dbbb641eec1fd5ab36b9a1474de41efcf5f.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.FfLavyn7.js +119 -0
  59. package/build/container.c1e77dbbb641eec1fd5ab36b9a1474de41efcf5f.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.c1e77dbbb641eec1fd5ab36b9a1474de41efcf5f.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.c1e77dbbb641eec1fd5ab36b9a1474de41efcf5f.css +1 -0
  107. package/build/open-builder.Djam6tRm.js +8260 -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 +18 -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.c1e77dbbb641eec1fd5ab36b9a1474de41efcf5f.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.c1e77dbbb641eec1fd5ab36b9a1474de41efcf5f.css +1 -0
  190. package/build/tooltip.c1e77dbbb641eec1fd5ab36b9a1474de41efcf5f.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/constants.d.ts +2 -0
  198. package/build/utils/constants.d.ts.map +1 -1
  199. package/build/utils/create-appcues.d.ts +4 -0
  200. package/build/utils/create-appcues.d.ts.map +1 -0
  201. package/build/utils/create-reporter.d.ts +2 -0
  202. package/build/utils/create-reporter.d.ts.map +1 -0
  203. package/build/utils/data-selectors.d.ts +122 -0
  204. package/build/utils/data-selectors.d.ts.map +1 -0
  205. package/build/utils/delay.d.ts +9 -0
  206. package/build/utils/delay.d.ts.map +1 -0
  207. package/build/utils/dom.d.ts +160 -0
  208. package/build/utils/dom.d.ts.map +1 -0
  209. package/build/utils/embed-grouping.d.ts +23 -0
  210. package/build/utils/embed-grouping.d.ts.map +1 -0
  211. package/build/utils/escape.d.ts +12 -0
  212. package/build/utils/escape.d.ts.map +1 -0
  213. package/build/utils/evaluate-selector.d.ts +4 -0
  214. package/build/utils/evaluate-selector.d.ts.map +1 -0
  215. package/build/utils/flow-performance.d.ts +19 -0
  216. package/build/utils/flow-performance.d.ts.map +1 -0
  217. package/build/utils/flow-selectors.d.ts +52 -0
  218. package/build/utils/flow-selectors.d.ts.map +1 -0
  219. package/build/utils/generate-uuid.d.ts +7 -0
  220. package/build/utils/generate-uuid.d.ts.map +1 -0
  221. package/build/utils/generated-properties.d.ts +27 -0
  222. package/build/utils/generated-properties.d.ts.map +1 -0
  223. package/build/utils/handle-navigation.d.ts +5 -0
  224. package/build/utils/handle-navigation.d.ts.map +1 -0
  225. package/build/utils/humanize.d.ts +15 -0
  226. package/build/utils/humanize.d.ts.map +1 -0
  227. package/build/utils/iframes.d.ts +3 -0
  228. package/build/utils/iframes.d.ts.map +1 -0
  229. package/build/utils/is.d.ts +8 -0
  230. package/build/utils/is.d.ts.map +1 -0
  231. package/build/utils/lazy-loading.d.ts +2 -0
  232. package/build/utils/lazy-loading.d.ts.map +1 -0
  233. package/build/utils/links.d.ts +16 -0
  234. package/build/utils/links.d.ts.map +1 -0
  235. package/build/utils/location.d.ts +8 -0
  236. package/build/utils/location.d.ts.map +1 -0
  237. package/build/utils/pending-experience-events.d.ts +31 -0
  238. package/build/utils/pending-experience-events.d.ts.map +1 -0
  239. package/build/utils/query.d.ts +4 -0
  240. package/build/utils/query.d.ts.map +1 -0
  241. package/build/utils/render-contexts.d.ts +6 -0
  242. package/build/utils/render-contexts.d.ts.map +1 -0
  243. package/build/utils/selector-utils.d.ts +13 -0
  244. package/build/utils/selector-utils.d.ts.map +1 -0
  245. package/build/utils/show-powered-by.d.ts +9 -0
  246. package/build/utils/show-powered-by.d.ts.map +1 -0
  247. package/build/utils/store.d.ts +23 -0
  248. package/build/utils/store.d.ts.map +1 -0
  249. package/build/utils/temp-store.d.ts +5 -0
  250. package/build/utils/temp-store.d.ts.map +1 -0
  251. package/build/utils/test-mode.d.ts +3 -0
  252. package/build/utils/test-mode.d.ts.map +1 -0
  253. package/build/utils/time.d.ts +6 -0
  254. package/build/utils/time.d.ts.map +1 -0
  255. package/build/utils/trigger-content-changes.d.ts +20 -0
  256. package/build/utils/trigger-content-changes.d.ts.map +1 -0
  257. package/build/utils/url.d.ts +7 -0
  258. package/build/utils/url.d.ts.map +1 -0
  259. package/build/utils/validate-form-fields.d.ts +20 -0
  260. package/build/utils/validate-form-fields.d.ts.map +1 -0
  261. package/build/utils/vnode.d.ts +102 -0
  262. package/build/utils/vnode.d.ts.map +1 -0
  263. package/build/utils/widget.d.ts +10 -0
  264. package/build/utils/widget.d.ts.map +1 -0
  265. package/build/views/callbacks/checklist-callbacks.d.ts +20 -0
  266. package/build/views/callbacks/checklist-callbacks.d.ts.map +1 -0
  267. package/build/views/callbacks/common-callbacks.d.ts +45 -0
  268. package/build/views/callbacks/common-callbacks.d.ts.map +1 -0
  269. package/build/views/callbacks/debugger-callbacks.d.ts +6 -0
  270. package/build/views/callbacks/debugger-callbacks.d.ts.map +1 -0
  271. package/build/views/callbacks/hotspots-callbacks.d.ts +18 -0
  272. package/build/views/callbacks/hotspots-callbacks.d.ts.map +1 -0
  273. package/build/views/callbacks/modal-callbacks.d.ts +26 -0
  274. package/build/views/callbacks/modal-callbacks.d.ts.map +1 -0
  275. package/build/views/callbacks/sequential-hotspots-callbacks.d.ts +38 -0
  276. package/build/views/callbacks/sequential-hotspots-callbacks.d.ts.map +1 -0
  277. package/build/views/callbacks/survey-callbacks.d.ts +16 -0
  278. package/build/views/callbacks/survey-callbacks.d.ts.map +1 -0
  279. package/build/views/callbacks/test-mode-callbacks.d.ts +15 -0
  280. package/build/views/callbacks/test-mode-callbacks.d.ts.map +1 -0
  281. package/build/views/callbacks/widget-callbacks.d.ts +15 -0
  282. package/build/views/callbacks/widget-callbacks.d.ts.map +1 -0
  283. package/build/views/components/annotations.d.ts +13 -0
  284. package/build/views/components/annotations.d.ts.map +1 -0
  285. package/build/views/components/background.d.ts +6 -0
  286. package/build/views/components/background.d.ts.map +1 -0
  287. package/build/views/components/beacon-outline-styling.d.ts +3 -0
  288. package/build/views/components/beacon-outline-styling.d.ts.map +1 -0
  289. package/build/views/components/beacons.d.ts +12 -0
  290. package/build/views/components/beacons.d.ts.map +1 -0
  291. package/build/views/components/button.d.ts +11 -0
  292. package/build/views/components/button.d.ts.map +1 -0
  293. package/build/views/components/checklist-beacon.d.ts +3 -0
  294. package/build/views/components/checklist-beacon.d.ts.map +1 -0
  295. package/build/views/components/checklist-icons.d.ts +18 -0
  296. package/build/views/components/checklist-icons.d.ts.map +1 -0
  297. package/build/views/components/checklist-item.d.ts +3 -0
  298. package/build/views/components/checklist-item.d.ts.map +1 -0
  299. package/build/views/components/checklist.d.ts +3 -0
  300. package/build/views/components/checklist.d.ts.map +1 -0
  301. package/build/views/components/content-outline-styling.d.ts +3 -0
  302. package/build/views/components/content-outline-styling.d.ts.map +1 -0
  303. package/build/views/components/debugger.d.ts +14 -0
  304. package/build/views/components/debugger.d.ts.map +1 -0
  305. package/build/views/components/empty.d.ts +6 -0
  306. package/build/views/components/empty.d.ts.map +1 -0
  307. package/build/views/components/global-styling.d.ts +5 -0
  308. package/build/views/components/global-styling.d.ts.map +1 -0
  309. package/build/views/components/hotspot.d.ts +36 -0
  310. package/build/views/components/hotspot.d.ts.map +1 -0
  311. package/build/views/components/logo.d.ts +6 -0
  312. package/build/views/components/logo.d.ts.map +1 -0
  313. package/build/views/components/modal-step.d.ts +5 -0
  314. package/build/views/components/modal-step.d.ts.map +1 -0
  315. package/build/views/components/nps-survey-qualitative-question.d.ts +5 -0
  316. package/build/views/components/nps-survey-qualitative-question.d.ts.map +1 -0
  317. package/build/views/components/nps-survey-quantitative-option.d.ts +2 -0
  318. package/build/views/components/nps-survey-quantitative-option.d.ts.map +1 -0
  319. package/build/views/components/nps-survey-quantitative-question.d.ts +5 -0
  320. package/build/views/components/nps-survey-quantitative-question.d.ts.map +1 -0
  321. package/build/views/components/nps-survey-toast.d.ts +2 -0
  322. package/build/views/components/nps-survey-toast.d.ts.map +1 -0
  323. package/build/views/components/nps-survey.d.ts +2 -0
  324. package/build/views/components/nps-survey.d.ts.map +1 -0
  325. package/build/views/components/powered-by-appcues.d.ts +14 -0
  326. package/build/views/components/powered-by-appcues.d.ts.map +1 -0
  327. package/build/views/components/test-mode-banner.d.ts +3 -0
  328. package/build/views/components/test-mode-banner.d.ts.map +1 -0
  329. package/build/views/components/tooltip.d.ts +4 -0
  330. package/build/views/components/tooltip.d.ts.map +1 -0
  331. package/build/views/renderers/render-checklist.d.ts +3 -0
  332. package/build/views/renderers/render-checklist.d.ts.map +1 -0
  333. package/build/views/renderers/render-debugger.d.ts +3 -0
  334. package/build/views/renderers/render-debugger.d.ts.map +1 -0
  335. package/build/views/renderers/render-hotspots.d.ts +2 -0
  336. package/build/views/renderers/render-hotspots.d.ts.map +1 -0
  337. package/build/views/renderers/render-modal.d.ts +10 -0
  338. package/build/views/renderers/render-modal.d.ts.map +1 -0
  339. package/build/views/renderers/render-satisfaction-survey.d.ts +10 -0
  340. package/build/views/renderers/render-satisfaction-survey.d.ts.map +1 -0
  341. package/build/views/renderers/render-test-mode-banner.d.ts +2 -0
  342. package/build/views/renderers/render-test-mode-banner.d.ts.map +1 -0
  343. package/build/views/renderers/render-widget-icon.d.ts +10 -0
  344. package/build/views/renderers/render-widget-icon.d.ts.map +1 -0
  345. package/build/views/renderers/render-widget.d.ts +3 -0
  346. package/build/views/renderers/render-widget.d.ts.map +1 -0
  347. package/build/views/setup-view.d.ts +11 -0
  348. package/build/views/setup-view.d.ts.map +1 -0
  349. package/build/views/setup-widget.d.ts +11 -0
  350. package/build/views/setup-widget.d.ts.map +1 -0
  351. package/package.json +7 -6
  352. package/build/bootstrap.npm.DVu00o0l.js +0 -15505
  353. package/build/checklist.045d5c27f0910d4361d7c1398c89d399dee2edb5.css +0 -1
  354. package/build/container.045d5c27f0910d4361d7c1398c89d399dee2edb5.css +0 -1
  355. package/build/debugger.045d5c27f0910d4361d7c1398c89d399dee2edb5.css +0 -1
  356. package/build/index.C4xtQVZQ.js +0 -2152
  357. package/build/index.npm.B4soqbH3.js +0 -339
  358. package/build/modal.045d5c27f0910d4361d7c1398c89d399dee2edb5.css +0 -1
  359. package/build/open-builder.CqAPcpHg.js +0 -10172
  360. package/build/satisfaction-survey.045d5c27f0910d4361d7c1398c89d399dee2edb5.css +0 -1
  361. package/build/test-mode.045d5c27f0910d4361d7c1398c89d399dee2edb5.css +0 -1
  362. package/build/tooltip.045d5c27f0910d4361d7c1398c89d399dee2edb5.css +0 -1
  363. /package/build/{modal-step-legacy-render.045d5c27f0910d4361d7c1398c89d399dee2edb5.css → modal-step-legacy-render.c1e77dbbb641eec1fd5ab36b9a1474de41efcf5f.css} +0 -0
@@ -1 +0,0 @@
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;text-decoration:none;cursor:pointer}object,embed,video,img{max-width:100%;width:auto}video,img{height:auto}p,ul,ol,table,dl,figure,blockquote,pre{margin:0 0 15px;border:none;background:none;box-shadow:none}hr{margin-bottom:15px}blockquote{margin-left:1.6em!important;padding-left:0;color:#777;font-style:italic}ul,ol{padding-left:2em}ul ul,ol ol,ul ol,ol ul{margin:2px;padding:0 0 0 2em;border:none}dl dt{font-weight:700}dd{margin-left:1em}table{border-collapse:collapse;font-size:1em;width:100%}table td,table th{padding:5px;border:1px solid #ddd;vertical-align:top}table thead td,table th{font-weight:700;border-bottom-color:#888}code{background-color:#d8d7d7}pre{overflow:auto;padding:1em;border:1px solid #ddd;border-radius:3px;background:#f8f8f8;white-space:pre;font-size:90%;color:#888}hr{display:block;height:1px;border:0;border-top:1px solid #ccc}h1,h2,h3,h4,h5,h6{font-weight:700;color:#000;padding:0;background:none;text-rendering:optimizeLegibility;margin:0 0 .5em}h1,h2,h3,h4{line-height:1.3}h1{font-size:36px}h2{font-size:24px;margin-bottom:.7em}h3{font-size:21px}h4{font-size:18px}h5{font-size:16px}h6{font-size:12px;text-transform:uppercase}.sr-only{clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;margin:-1px}.appcues-button{background-color:#ccc;cursor:pointer;padding:8px 18px;color:#fff;font-weight:700;display:inline-block;position:relative;-webkit-font-smoothing:auto;text-decoration:none;border-radius:3px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:background-color .2s ease-out,color .2s ease-out;-moz-transition:background-color .2s ease-out,color .2s ease-out;transition:background-color .2s ease-out,color .2s ease-out}.appcues-button:hover{text-decoration:none;color:#000;background-color:#dedede}.appcues-button.appcues-button-success{background-color:#5cb85c}.appcues-button.appcues-button-success:hover{background-color:#75c375;text-decoration:unset}.appcues-button.appcues-button-success.disabled{background-color:#eaf6ea}.appcues-button[data-step],.appcues-button[href]{color:#fff}body{margin:0;overflow:hidden}body *{font-size:16px;box-sizing:border-box;line-height:normal;font-family:Lato,Source Sans Pro,Helvetica,Arial,sans-serif}.checklist{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:reverse;-moz-box-direction:reverse;box-direction:reverse;-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;flex-direction:column-reverse;-ms-flex-direction:column-reverse;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;height:100%;z-index:2147483547}.checklist p{font-size:.925rem;line-height:1.4em;color:#555}.beacon{-webkit-align-self:flex-start;-moz-align-self:flex-start;align-self:flex-start;-ms-flex-item-align:start;position:relative;padding:11px 17px 11px 15px;margin:8px;border-radius:120px;cursor:pointer;display:inline-block;box-shadow:0 0 12px #00000040;white-space:nowrap;z-index:2;transition:background-color .25s ease-out;background-color:#0d2c6d;color:#fff}.beacon.right{-webkit-align-self:flex-end;-moz-align-self:flex-end;align-self:flex-end;-ms-flex-item-align:end}.beacon svg{margin-right:.5rem;display:inline-block;vertical-align:middle}.beacon .label{font-weight:700;display:inline-block;vertical-align:middle}.beacon .badge{right:-6px;top:-6px;width:20px;height:20px;position:absolute;background-color:#fff;box-shadow:0 0 5px #0003;color:#0d2c6d;border-radius:20px;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center}.checklist-main{position:absolute;bottom:30px;width:340px;color:#222;background:#fff;border-radius:3px;transition:all .15s ease;opacity:0;margin:0 8px 15px;box-shadow:0 0 8px #00000026;pointer-events:none}.checklist-main.expanded{opacity:1;bottom:50px;pointer-events:auto;max-height:calc(100% - 65px);display:flex;flex-direction:column}.checklist-main .checklist-container{overflow-y:auto;min-height:0;height:100%}.checklist-main .checklist-header{padding:1.25rem 1.25rem .75rem;border-bottom:1px solid #eeeeee;cursor:default;color:#555}.checklist-main .checklist-header.checklist-congrats{position:relative;background-color:#eee;text-align:center}.checklist-main .checklist-header.checklist-congrats:hover .dismiss-link{color:#0d2c6d}.checklist-main .checklist-header.checklist-congrats .emoji{display:block;padding-bottom:15px}.checklist-main .checklist-header.checklist-congrats .dismiss-link{position:absolute;top:1.25rem;right:1.25rem;color:#999;font-style:italic;font-size:.875rem;cursor:pointer;background:transparent;border:none}.checklist-main .checklist-header.checklist-congrats h1{font-size:1.17em;font-weight:700;margin:.25rem 0 1em;color:#00d260}.checklist-main .checklist-header.checklist-congrats p{font-size:.875rem}.checklist-main .checklist-header .title{padding:0;margin:0;font-size:1.12rem}.checklist-main .checklist-header .desc{line-height:1.4em;font-size:.925rem;margin:1em 0}.checklist-main .checklist-header .progress-container{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.checklist-main .checklist-header .progress-container .completed-caption{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0;-moz-flex:0;-ms-flex:0;flex:0;white-space:nowrap;font-weight:600;font-size:.875em;padding-right:12px}.checklist-main .checklist-header .progress-container .progress-bar{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1;-moz-flex:1;-ms-flex:1;flex:1;background-color:#eee}.checklist-main .checklist-header .progress-container .progress-bar,.checklist-main .checklist-header .progress-container .progress-bar .progress-bar-complete{border-radius:20px}.checklist-main .checklist-header .progress-container .progress-bar .progress-bar-complete{background-color:#0d2c6d;border-top-right-radius:0;border-bottom-right-radius:0;transition:width .5s ease-out}.checklist-main .checklist-header .progress-container .progress-bar .progress-bar-complete.progress-bar-done{border-radius:20px}.checklist-main .checklist-header .minimize{position:absolute;top:1.25rem;right:1.25rem;color:#999;font-style:italic;font-size:.875rem;cursor:pointer}.checklist-main .checklist-header .minimize:hover{color:#474747}.checklist-main .checklist-body{position:relative}.checklist-main .checklist-body.show-confirm{min-height:120px}.checklist-main .checklist-body .dismiss-container{position:absolute;display:flex;flex-direction:column;top:0;align-items:center;height:100%;width:100%;background-color:#fff;color:#848484;overflow-y:auto}.checklist-main .checklist-body .dismiss-container .content-container{position:relative;width:100%;height:100%}.checklist-main .checklist-body .dismiss-container .content-container .dismiss-content{max-height:104px;top:50%;margin:0;width:100%}.checklist-main .checklist-body .dismiss-container .content-container .dismiss-content .dismiss-text{text-align:center;padding:8px 3.25rem}.checklist-main .checklist-body .dismiss-container .content-container .dismiss-content .button-container{display:flex;flex-direction:column;align-items:center;padding:4px 16px}.checklist-main .checklist-body .dismiss-container .content-container .dismiss-content .button-container .button-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%}.checklist-main .checklist-body .dismiss-container .content-container .dismiss-content .button-container .button-row .button-default{border-radius:4px;border-width:2px;border-style:solid;box-sizing:border-box;padding:5px 10px;text-align:center;font-weight:600;flex-grow:1;-webkit-font-smoothing:antialiased;background-color:#fff;-webkit-text-decoration:none;text-decoration:none;white-space:nowrap;cursor:pointer;z-index:0;transition:transform .25s;color:#fff;background-color:#848484;border-color:#848484;min-width:calc(50% - 8px);width:auto;margin:4px}.checklist-main .checklist-body .dismiss-container .content-container .dismiss-content .button-container .button-row .button-default:hover{border-color:#474747;background-color:#474747}.checklist-main .checklist-body .dismiss-container .content-container .dismiss-content .button-container .button-row .button-default.alt{color:#848484;background-color:#fff;border-color:#bbb}.checklist-main .checklist-body .dismiss-container .content-container .dismiss-content .button-container .button-row .button-default.alt:hover{border-color:#474747;color:#474747}.checklist-main .checklist-body .items{margin-top:.5rem;margin-bottom:0;padding:0}.checklist-main .checklist-body .item{padding:8px 1.25rem;list-style-type:none;color:#555;cursor:pointer}.checklist-main .checklist-body .item p{margin-bottom:0;width:240px}.checklist-main .checklist-body .item.completed a{color:#999;text-decoration:line-through}.checklist-main .checklist-body .item.completed .checkmark{flex-shrink:0;background-color:#00d260;border-color:#00d260}.checklist-main .checklist-body .item.completed .checkmark>svg{display:inline-block;font-size:inherit;height:1.86em;overflow:visible}.checklist-main .checklist-body .item.locked a{color:#eee}.checklist-main .checklist-body .item.locked .checkmark{border:2px solid #eeeeee}.checklist-main .checklist-body .item.locked .checkmark .sequential-label{color:#bbb}.checklist-main .checklist-body .item:hover.actionless{cursor:default}.checklist-main .checklist-body .item:hover:not(.actionless){background-color:#eee}.checklist-main .checklist-body .item:hover:not(.actionless):not(.completed){color:#0d2c6d}.checklist-main .checklist-body .item:hover:not(.actionless):not(.completed) a{color:#0d2c6d}.checklist-main .checklist-body .item:hover:not(.actionless):not(.completed) .checkmark{border-color:#0d2c6d}.checklist-main .checklist-body .item:hover:not(.actionless) a>svg{opacity:1}.checklist-main .checklist-body .item:hover:not(.actionless).locked{background-color:#fff;cursor:not-allowed}.checklist-main .checklist-body .item:hover:not(.actionless).locked a{color:#999}.checklist-main .checklist-body .item:hover:not(.actionless).locked a>svg{opacity:0}.checklist-main .checklist-body .item:hover:not(.actionless).locked .checkmark{border:2px solid #eeeeee}.checklist-main .checklist-body .item a{width:100%;display:flex;color:#555;text-decoration:none;outline:0;position:relative;align-items:center}.checklist-main .checklist-body .item a>svg{display:block;position:absolute;right:0;top:50%;margin-top:-9px;color:#039be5;transition:all .15s ease-out;opacity:0;backface-visibility:hidden}.checklist-main .checklist-body .item .checkmark{display:inline-block;margin-right:.75rem;vertical-align:middle;border:2px solid #555555;border-radius:100px;width:2rem;height:2rem;line-height:1.86rem;text-align:center;background-color:#fff;color:#fff;transition:all .25s ease-out;flex-shrink:0}.checklist-main .checklist-body .item .checkmark>span{display:none;line-height:1.86rem;position:relative;color:#555;bottom:1px}.checklist-main .checklist-body .item .checkmark>span.sequential-label{display:inline-block}.checklist-main .checklist-body .item .checkmark>svg{display:none}.checklist-main .checklist-footer{position:relative;display:flex;align-items:flex-end;flex-direction:column;margin:4px 20px 4px 0}.checklist-main .checklist-footer .skip-link,.checklist-main .checklist-footer .powered-by-appcues{width:auto;font-size:.875em;color:#0006;cursor:pointer;font-style:italic;padding:0;margin:0;background:none;border:none}.checklist-main .powered-by-appcues:hover{color:#0d2c6d}
@@ -1 +0,0 @@
1
- appcues-container.appcues-fullscreen,appcues-container.fullscreen{position:fixed;top:0;left:0;width:100%;height:100%;overflow-y:auto}appcues-container.appcues-ontop{z-index:2147483547}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout]{position:fixed;box-shadow:2px 3px 9px #0000004d;transform:none;transition:transform .8s cubic-bezier(.2,.84,.35,1),opacity .5s cubic-bezier(0,0,0,1) .1s;width:400px;height:150px;max-height:calc(100vh - 40px);overflow-y:auto}@media screen and (max-width:440px){appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout]{width:calc(100% - 40px)!important}}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=topRight],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=right],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=bottomRight],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=topRight],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=right],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=bottomRight]{right:20px}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=topLeft],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=left],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=bottomLeft],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=topLeft],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=left],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=bottomLeft]{left:20px}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=left],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=right],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=center],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=left],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=right],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=center]{top:50%;transform:translateY(-50%)}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=center],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=center]{transform:translateY(-54%)}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=top],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=center],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=bottom],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=top],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=center],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=bottom]{right:0;left:0;margin:auto}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position^=top],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position^=top]{top:20px}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position^=bottom],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position^=bottom]{bottom:20px}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden,appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden{transition:transform .5s ease-in,opacity .4s cubic-bezier(.5,1,1,1);opacity:0}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden[data-position=center],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden[data-position=center]{transform:translateY(-50%)}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden[data-position=top],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden[data-position=top]{transform:translateY(-50%)}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden[data-position=topLeft],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden[data-position=bottomLeft],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden[data-position=topLeft],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden[data-position=bottomLeft]{transform:translate(-50%)}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden[data-position=bottom],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden[data-position=bottom]{transform:translateY(50%)}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden[data-position=topRight],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden[data-position=bottomRight],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden[data-position=topRight],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden[data-position=bottomRight]{transform:translate(50%)}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden[data-position=left],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden[data-position=left]{transform:translateY(-50%) translate(-50%)}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden[data-position=right],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden[data-position=right]{transform:translateY(-50%) translate(50%)}.appcues-noscroll{overflow:hidden}.appcues iframe.appcues-tooltip-container.appcues-tooltip-hidden{display:none!important}appcues-layer .beacon{position:relative;cursor:pointer;-webkit-transform-origin:12px 12px 0;-moz-transform-origin:12px 12px 0;-ms-transform-origin:12px 12px 0;-o-transform-origin:12px 12px 0;transform-origin:12px 12px 0;-webkit-transition:-webkit-transform .1s;-moz-transition:-moz-transform .1s;transition:transform .1s}appcues-layer .beacon .beacon-inner{-webkit-transition:-webkit-transform .1s;-moz-transition:-moz-transform .1s;transition:transform .1s;-webkit-transform-origin:12px 12px 0;-moz-transform-origin:12px 12px 0;-ms-transform-origin:12px 12px 0;-o-transform-origin:12px 12px 0;transform-origin:12px 12px 0}appcues-layer .beacon:hover{-webkit-animation-fill-mode:backwards;-moz-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-transform:scale(1.25);-moz-transform:scale(1.25);-ms-transform:scale(1.25);-o-transform:scale(1.25);transform:scale(1.25)}appcues-layer .beacon:hover .beacon-inner{-webkit-transform:scale(1.5);-moz-transform:scale(1.5);-ms-transform:scale(1.5);-o-transform:scale(1.5);transform:scale(1.5)}appcues-layer .beacon:active,appcues-layer .beacon:focus{-webkit-animation-fill-mode:backwards;-moz-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-transform:scale(.75);-moz-transform:scale(.75);-ms-transform:scale(.75);-o-transform:scale(.75);transform:scale(.75)}appcues-layer .beacon:active:after,appcues-layer .beacon:focus:after{-webkit-transform:scale(1.8);-moz-transform:scale(1.8);-ms-transform:scale(1.8);-o-transform:scale(1.8);transform:scale(1.8)}appcues-layer .beacon.bounce-in{-webkit-animation:bounceIn .5s linear;-moz-animation:bounceIn .5s linear;animation:bounceIn .5s linear}appcues-layer .beacon.bounce-out{-webkit-animation:bounceOut .5s ease-in;-moz-animation:bounceOut .5s ease-in;animation:bounceOut .5s ease-in;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both}appcues-layer .beacon .beacon-outer{-webkit-transform-origin:11px 11px;-moz-transform-origin:11px 11px;-ms-transform-origin:11px 11px;-o-transform-origin:11px 11px;transform-origin:11px 11px}@-webkit-keyframes appcues-beacon-pulse{0%{stroke-width:22;-moz-transform:scale(.1);-ms-transform:scale(.1);-webkit-transform:scale(.1);transform:scale(.1)}25%{-moz-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);stroke-width:.5}30%{stroke-width:0}to{stroke-width:0}}@-moz-keyframes appcues-beacon-pulse{0%{stroke-width:22;-moz-transform:scale(.1);-ms-transform:scale(.1);-webkit-transform:scale(.1);transform:scale(.1)}25%{-moz-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);stroke-width:.5}30%{stroke-width:0}to{stroke-width:0}}@keyframes appcues-beacon-pulse{0%{stroke-width:22;-moz-transform:scale(.1);-ms-transform:scale(.1);-webkit-transform:scale(.1);transform:scale(.1)}25%{-moz-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);stroke-width:.5}30%{stroke-width:0}to{stroke-width:0}}appcues-layer .beacon .hotspot-animation-pulse{-webkit-animation:appcues-beacon-pulse 3s ease-out 2s infinite;-moz-animation:appcues-beacon-pulse 3s ease-out 2s infinite;animation:appcues-beacon-pulse 3s ease-out 2s infinite}appcues-layer .beacon-container{width:24px;max-width:24px;position:relative}appcues-layer .hotspot>iframe,appcues-layer .appcues-hotspot>iframe,appcues-layer,appcues-container>iframe[src="about:blank"]{margin:0!important;padding:0!important;border:0!important;font-size:100%!important;font:inherit!important;vertical-align:baseline!important;display:block!important;line-height:1!important;box-shadow:none!important;opacity:1;box-sizing:content-box!important;outline:none!important;border-radius:0!important;overflow-x:visible!important;overflow-y:visible!important}@media screen and (min-width:0�){appcues-layer .hotspot .apc-spotlight,appcues-layer .appcues-hotspot .apc-spotlight{display:none}}appcues-layer .hotspots,appcues-layer .hotspots .hotspot,appcues-layer .hotspots .appcues-hotspot,appcues-layer .appcues-hotspots,appcues-layer .appcues-hotspots .hotspot,appcues-layer .appcues-hotspots .appcues-hotspot{position:static}appcues-layer .hotspot,appcues-layer .appcues-hotspot{top:50%;left:50%}appcues-layer .hotspot.appcues-animated,appcues-layer .appcues-hotspot.appcues-animated{transition:top .1s,left .1s}appcues-layer .hotspot .apc-animated-backdrop,appcues-layer .appcues-hotspot .apc-animated-backdrop{transition:opacity .3s}appcues-layer .hotspot.apc-hidden .beacon,appcues-layer .appcues-hotspot.apc-hidden .beacon{transform:scale(0);visibility:hidden}appcues-layer .hotspot.apc-hidden .apc-spotlight,appcues-layer .appcues-hotspot.apc-hidden .apc-spotlight{opacity:0;visibility:hidden}appcues-layer .hotspot.apc-beacon-hidden .beacon-container,appcues-layer .appcues-hotspot.apc-beacon-hidden .beacon-container{display:none}appcues-layer .hotspot .beacon,appcues-layer .appcues-hotspot .beacon{transition:transform .08s cubic-bezier(0,0,0,1);transform:none}appcues-layer .hotspot>iframe,appcues-layer .appcues-hotspot>iframe{background-color:transparent;min-width:0;min-height:0;opacity:1;transform:none;transition:opacity .16s cubic-bezier(0,0,0,1),transform .08s cubic-bezier(0,0,0,1)}appcues-layer .hotspot>iframe.apc-hidden,appcues-layer .appcues-hotspot>iframe.apc-hidden{opacity:.01;transform:scale(.97);visibility:hidden}appcues-layer .hotspot>iframe.align-top,appcues-layer .appcues-hotspot>iframe.align-top{transform-origin:bottom}appcues-layer .hotspot>iframe.align-top-left,appcues-layer .appcues-hotspot>iframe.align-top-left{transform-origin:bottom right}appcues-layer .hotspot>iframe.align-top-right,appcues-layer .appcues-hotspot>iframe.align-top-right{transform-origin:bottom left}appcues-layer .hotspot>iframe.align-bottom,appcues-layer .appcues-hotspot>iframe.align-bottom{transform-origin:top}appcues-layer .hotspot>iframe.align-bottom-left,appcues-layer .appcues-hotspot>iframe.align-bottom-left{transform-origin:top right}appcues-layer .hotspot>iframe.align-bottom-right,appcues-layer .appcues-hotspot>iframe.align-bottom-right{transform-origin:top left}appcues-debugger{position:fixed;bottom:0;left:15px;overflow-wrap:break-word;z-index:2147483548;color:#fff}appcues-debugger.expanded{max-height:450px;min-width:600px}appcues-debugger.collapsed{max-height:35px}appcues-debugger iframe{overflow:hidden}appcues-checklist{position:fixed;bottom:30px;z-index:2147483647;transition:all .5s ease-in-out}appcues-checklist.apcl-right{right:30px}appcues-checklist.apcl-right.first-view{right:-300px}appcues-checklist.apcl-left{left:30px}appcues-checklist.apcl-left.first-view{left:-300px}div.appcues,div.appcues>appcues-layer{position:static}
@@ -1 +0,0 @@
1
- @charset "UTF-8";body{margin:0;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start}body debugger{width:600px;height:450px;font-family:Helvetica Neue,Helvetica,sans-serif!important;color:#c3cfd5;font-size:1em;border-radius:4px 4px 0 0;display:flex;flex-direction:column}body debugger a{cursor:pointer;color:#c3cfd5}body debugger>div{padding:5px}body debugger .header{cursor:pointer;display:flex;flex-direction:row;align-items:center;background-color:#1a1a1acc;padding:10px;border-radius:4px 4px 0 0;min-height:25px;max-height:25px}body debugger .header .logo{padding-left:5px;padding-right:15px}body debugger .header .logo:hover svg>g{fill:#4baad4}body debugger .header .title{color:#f0f3f5;font-weight:500;font-size:1.2em;flex:1}body debugger .header .version{margin-left:auto;color:#8b959b;font-size:.75em;padding-right:10px}body debugger .header .close-button{margin-left:auto;font-weight:700;padding-right:7px;padding-bottom:.25em}body debugger .panel{font-size:.9em;overflow-y:auto;background-color:#333230cc;flex-grow:1}body debugger .panel .row{margin:20px 0;color:#c3cfd5}body debugger .panel .row .category-container{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}body debugger .panel .row .category-container>*{margin:0 5px}body debugger .panel .row .category-container .icon{width:20px;text-align:center}body debugger .panel .row .category-container .name{font-size:1.2em;font-weight:700}body debugger .panel .row .category-container .description{font-style:italic;color:#888}body debugger .panel .row .category-container .toggle-details{margin-left:auto;cursor:pointer}body debugger .panel .row .category-container .toggle-details:after{margin-left:5px}body debugger .panel .row .category-container .toggle-details.open:after{content:"▾"}body debugger .panel .row .category-container .toggle-details.closed:after{content:"▸"}body debugger .panel .row .category-container.check .icon,body debugger .panel .row .category-container.check .name{color:#8fce89}body debugger .panel .row .category-container.check .icon:after{content:"✓"}body debugger .panel .row .category-container.alert .icon,body debugger .panel .row .category-container.alert .name{color:#eb6e5e}body debugger .panel .row .category-container.alert .icon:after{content:"✗"}body debugger .panel .row .category-container.pending .icon:after{content:"⋯"}body debugger .panel .row .category-container.warn .icon,body debugger .panel .row .category-container.warn .name{color:#ffbf74}body debugger .panel .row .category-container.warn .icon:after{content:"○"}body debugger .panel .row .details{margin-left:20px;padding:10px 20px 20px}body debugger .panel .row .details table{text-align:left;color:#c3cfd5;font-size:.9em}body debugger .panel .row .details table th,body debugger .panel .row .details table td{padding:3px;vertical-align:top}body debugger .footer{background-color:#333230cc;padding:20px}body debugger .footer a{text-decoration:none}body debugger .footer a .launch-diagnostics{background-color:#35aae6;border-radius:4px;padding:15px;text-align:center;color:#f0f3f5;font-weight:500;font-size:1.2em}body debugger .footer a.disabled{pointer-events:none}body debugger .footer a.disabled .launch-diagnostics{background-color:#333230cc;color:#8b959b;font-style:italic}