@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.
- package/CHANGELOG.md +97 -0
- package/build/actions/action-types.d.ts +46 -0
- package/build/actions/action-types.d.ts.map +1 -0
- package/build/actions/annotations-actions.d.ts +121 -0
- package/build/actions/annotations-actions.d.ts.map +1 -0
- package/build/actions/checklist-actions.d.ts +199 -0
- package/build/actions/checklist-actions.d.ts.map +1 -0
- package/build/actions/collision-mode-actions.d.ts +9 -0
- package/build/actions/collision-mode-actions.d.ts.map +1 -0
- package/build/actions/common-actions.d.ts +124 -0
- package/build/actions/common-actions.d.ts.map +1 -0
- package/build/actions/core-actions.d.ts +259 -0
- package/build/actions/core-actions.d.ts.map +1 -0
- package/build/actions/create-action.d.ts +17 -0
- package/build/actions/create-action.d.ts.map +1 -0
- package/build/actions/debugger-actions.d.ts +8 -0
- package/build/actions/debugger-actions.d.ts.map +1 -0
- package/build/actions/experience-actions.d.ts +48 -0
- package/build/actions/experience-actions.d.ts.map +1 -0
- package/build/actions/hotspots-actions.d.ts +36 -0
- package/build/actions/hotspots-actions.d.ts.map +1 -0
- package/build/actions/modal-actions.d.ts +16 -0
- package/build/actions/modal-actions.d.ts.map +1 -0
- package/build/actions/root-actions.d.ts +260 -0
- package/build/actions/root-actions.d.ts.map +1 -0
- package/build/actions/satisfaction-survey-actions.d.ts +67 -0
- package/build/actions/satisfaction-survey-actions.d.ts.map +1 -0
- package/build/actions/session-actions.d.ts +19 -0
- package/build/actions/session-actions.d.ts.map +1 -0
- package/build/actions/widget-actions.d.ts +25 -0
- package/build/actions/widget-actions.d.ts.map +1 -0
- package/build/analytics/create-checklist-event.d.ts +24 -0
- package/build/analytics/create-checklist-event.d.ts.map +1 -0
- package/build/analytics/create-events.d.ts +30 -0
- package/build/analytics/create-events.d.ts.map +1 -0
- package/build/analytics/create-flow-event.d.ts +3 -0
- package/build/analytics/create-flow-event.d.ts.map +1 -0
- package/build/analytics/create-session-event.d.ts +3 -0
- package/build/analytics/create-session-event.d.ts.map +1 -0
- package/build/analytics/create-step-events.d.ts +40 -0
- package/build/analytics/create-step-events.d.ts.map +1 -0
- package/build/analytics/transform-analytics-event.d.ts +10 -0
- package/build/analytics/transform-analytics-event.d.ts.map +1 -0
- package/build/bind-interface.d.ts +10 -0
- package/build/bind-interface.d.ts.map +1 -0
- package/build/bootstrap.npm.CvUM9SYs.js +11962 -0
- package/build/bootstrap.npm.d.ts +2 -0
- package/build/bootstrap.npm.d.ts.map +1 -0
- package/build/checklist.004bd22db55d851f50945b88f28d0afa81e23405.css +1 -0
- package/build/clickstream/generate-selector.d.ts +12 -0
- package/build/clickstream/generate-selector.d.ts.map +1 -0
- package/build/clickstream/index.d.ts +2 -0
- package/build/clickstream/index.d.ts.map +1 -0
- package/build/clickstream/pii-filter.d.ts +3 -0
- package/build/clickstream/pii-filter.d.ts.map +1 -0
- package/build/clickstream/saga.d.ts +2 -0
- package/build/clickstream/saga.d.ts.map +1 -0
- package/build/constants.CUx6hN0B.js +119 -0
- package/build/container.004bd22db55d851f50945b88f28d0afa81e23405.css +1 -0
- package/build/css-helper.d.ts +2 -0
- package/build/css-helper.d.ts.map +1 -0
- package/build/custom-events/actions.d.ts +3 -0
- package/build/custom-events/actions.d.ts.map +1 -0
- package/build/custom-events/index.d.ts +4 -0
- package/build/custom-events/index.d.ts.map +1 -0
- package/build/custom-events/listeners/click.d.ts +14 -0
- package/build/custom-events/listeners/click.d.ts.map +1 -0
- package/build/custom-events/listeners/get-composed-path.d.ts +2 -0
- package/build/custom-events/listeners/get-composed-path.d.ts.map +1 -0
- package/build/custom-events/listeners/get-matching-events.d.ts +31 -0
- package/build/custom-events/listeners/get-matching-events.d.ts.map +1 -0
- package/build/custom-events/listeners/hover.d.ts +13 -0
- package/build/custom-events/listeners/hover.d.ts.map +1 -0
- package/build/custom-events/listeners/input.d.ts +5 -0
- package/build/custom-events/listeners/input.d.ts.map +1 -0
- package/build/custom-events/saga.d.ts +11 -0
- package/build/custom-events/saga.d.ts.map +1 -0
- package/build/custom-events/transform-custom-event.d.ts +18 -0
- package/build/custom-events/transform-custom-event.d.ts.map +1 -0
- package/build/data/api.d.ts +107 -0
- package/build/data/api.d.ts.map +1 -0
- package/build/data/create-event.d.ts +10 -0
- package/build/data/create-event.d.ts.map +1 -0
- package/build/data/message-dispatcher.d.ts +11 -0
- package/build/data/message-dispatcher.d.ts.map +1 -0
- package/build/data/strip-query-params.d.ts +3 -0
- package/build/data/strip-query-params.d.ts.map +1 -0
- package/build/data/transports/http.d.ts +2 -0
- package/build/data/transports/http.d.ts.map +1 -0
- package/build/data/transports/websocket.d.ts +10 -0
- package/build/data/transports/websocket.d.ts.map +1 -0
- package/build/debugger.004bd22db55d851f50945b88f28d0afa81e23405.css +1 -0
- package/build/dist.BmJY3Sl-.js +85 -0
- package/build/dist.DrPFC3yn.js +2204 -0
- package/build/index.npm.js +88 -4
- package/build/initialize.d.ts +6 -0
- package/build/initialize.d.ts.map +1 -0
- package/build/integrations/integration-helpers.d.ts +57 -0
- package/build/integrations/integration-helpers.d.ts.map +1 -0
- package/build/integrations/integration-methods.d.ts +8 -0
- package/build/integrations/integration-methods.d.ts.map +1 -0
- package/build/lifecycle-events/create-lifecycle-events.d.ts +13 -0
- package/build/lifecycle-events/create-lifecycle-events.d.ts.map +1 -0
- package/build/main.d.ts +3 -0
- package/build/main.d.ts.map +1 -0
- package/build/modal.004bd22db55d851f50945b88f28d0afa81e23405.css +1 -0
- package/build/open-builder.BxCqW7tw.js +8252 -0
- package/build/reducers/annotations-reducers.d.ts +49 -0
- package/build/reducers/annotations-reducers.d.ts.map +1 -0
- package/build/reducers/checklist-reducers.d.ts +49 -0
- package/build/reducers/checklist-reducers.d.ts.map +1 -0
- package/build/reducers/common-reducers.d.ts +70 -0
- package/build/reducers/common-reducers.d.ts.map +1 -0
- package/build/reducers/core-reducers.d.ts +166 -0
- package/build/reducers/core-reducers.d.ts.map +1 -0
- package/build/reducers/create-root-reducer.d.ts +3 -0
- package/build/reducers/create-root-reducer.d.ts.map +1 -0
- package/build/reducers/debugger-reducers.d.ts +33 -0
- package/build/reducers/debugger-reducers.d.ts.map +1 -0
- package/build/reducers/default-reducer.d.ts +16 -0
- package/build/reducers/default-reducer.d.ts.map +1 -0
- package/build/reducers/hotspots-reducers.d.ts +17 -0
- package/build/reducers/hotspots-reducers.d.ts.map +1 -0
- package/build/reducers/modal-reducers.d.ts +13 -0
- package/build/reducers/modal-reducers.d.ts.map +1 -0
- package/build/reducers/reducer-helpers.d.ts +13 -0
- package/build/reducers/reducer-helpers.d.ts.map +1 -0
- package/build/reducers/root-reducers.d.ts +47 -0
- package/build/reducers/root-reducers.d.ts.map +1 -0
- package/build/reducers/satisfaction-survey-reducers.d.ts +41 -0
- package/build/reducers/satisfaction-survey-reducers.d.ts.map +1 -0
- package/build/reducers/session-reducers.d.ts +20 -0
- package/build/reducers/session-reducers.d.ts.map +1 -0
- package/build/reducers/test-mode-reducers.d.ts +9 -0
- package/build/reducers/test-mode-reducers.d.ts.map +1 -0
- package/build/reducers/widget-reducers.d.ts +21 -0
- package/build/reducers/widget-reducers.d.ts.map +1 -0
- package/build/sagas/action-sagas.d.ts +20 -0
- package/build/sagas/action-sagas.d.ts.map +1 -0
- package/build/sagas/annotations-sagas.d.ts +55 -0
- package/build/sagas/annotations-sagas.d.ts.map +1 -0
- package/build/sagas/checklist-sagas.d.ts +18 -0
- package/build/sagas/checklist-sagas.d.ts.map +1 -0
- package/build/sagas/collision-mode-sagas.d.ts +9 -0
- package/build/sagas/collision-mode-sagas.d.ts.map +1 -0
- package/build/sagas/common-sagas.d.ts +16 -0
- package/build/sagas/common-sagas.d.ts.map +1 -0
- package/build/sagas/conditions-sagas.d.ts +72 -0
- package/build/sagas/conditions-sagas.d.ts.map +1 -0
- package/build/sagas/debugger-sagas.d.ts +7 -0
- package/build/sagas/debugger-sagas.d.ts.map +1 -0
- package/build/sagas/experiences-sagas.d.ts +5 -0
- package/build/sagas/experiences-sagas.d.ts.map +1 -0
- package/build/sagas/experiments-sagas.d.ts +14 -0
- package/build/sagas/experiments-sagas.d.ts.map +1 -0
- package/build/sagas/flow-sagas.d.ts +64 -0
- package/build/sagas/flow-sagas.d.ts.map +1 -0
- package/build/sagas/handle-flow-lifecycle-events.d.ts +12 -0
- package/build/sagas/handle-flow-lifecycle-events.d.ts.map +1 -0
- package/build/sagas/handle-messages.d.ts +3 -0
- package/build/sagas/handle-messages.d.ts.map +1 -0
- package/build/sagas/hotspots-sagas.d.ts +30 -0
- package/build/sagas/hotspots-sagas.d.ts.map +1 -0
- package/build/sagas/knowledge-base-sagas.d.ts +2 -0
- package/build/sagas/knowledge-base-sagas.d.ts.map +1 -0
- package/build/sagas/modal-sagas.d.ts +3 -0
- package/build/sagas/modal-sagas.d.ts.map +1 -0
- package/build/sagas/open-builder-sagas.d.ts +5 -0
- package/build/sagas/open-builder-sagas.d.ts.map +1 -0
- package/build/sagas/saga-utils.d.ts +84 -0
- package/build/sagas/saga-utils.d.ts.map +1 -0
- package/build/sagas/sagas.d.ts +167 -0
- package/build/sagas/sagas.d.ts.map +1 -0
- package/build/sagas/satisfaction-survey-sagas.d.ts +8 -0
- package/build/sagas/satisfaction-survey-sagas.d.ts.map +1 -0
- package/build/sagas/session-sagas.d.ts +4 -0
- package/build/sagas/session-sagas.d.ts.map +1 -0
- package/build/sagas/test-mode-sagas.d.ts +4 -0
- package/build/sagas/test-mode-sagas.d.ts.map +1 -0
- package/build/sagas/watch-url-sagas.d.ts +3 -0
- package/build/sagas/watch-url-sagas.d.ts.map +1 -0
- package/build/sagas/widget-sagas.d.ts +4 -0
- package/build/sagas/widget-sagas.d.ts.map +1 -0
- package/build/satisfaction-survey.004bd22db55d851f50945b88f28d0afa81e23405.css +1 -0
- package/build/store/configure-store.d.ts +10 -0
- package/build/store/configure-store.d.ts.map +1 -0
- package/build/store/reporter-middleware.d.ts +10 -0
- package/build/store/reporter-middleware.d.ts.map +1 -0
- package/build/test-mode.004bd22db55d851f50945b88f28d0afa81e23405.css +1 -0
- package/build/tooltip.004bd22db55d851f50945b88f28d0afa81e23405.css +1 -0
- package/build/utils/accessible-tab.d.ts +2 -0
- package/build/utils/accessible-tab.d.ts.map +1 -0
- package/build/utils/array.d.ts +2 -0
- package/build/utils/array.d.ts.map +1 -0
- package/build/utils/conditions.d.ts +15 -0
- package/build/utils/conditions.d.ts.map +1 -0
- package/build/utils/create-appcues.d.ts +4 -0
- package/build/utils/create-appcues.d.ts.map +1 -0
- package/build/utils/create-reporter.d.ts +2 -0
- package/build/utils/create-reporter.d.ts.map +1 -0
- package/build/utils/data-selectors.d.ts +122 -0
- package/build/utils/data-selectors.d.ts.map +1 -0
- package/build/utils/delay.d.ts +9 -0
- package/build/utils/delay.d.ts.map +1 -0
- package/build/utils/dom.d.ts +160 -0
- package/build/utils/dom.d.ts.map +1 -0
- package/build/utils/embed-grouping.d.ts +23 -0
- package/build/utils/embed-grouping.d.ts.map +1 -0
- package/build/utils/escape.d.ts +12 -0
- package/build/utils/escape.d.ts.map +1 -0
- package/build/utils/evaluate-selector.d.ts +4 -0
- package/build/utils/evaluate-selector.d.ts.map +1 -0
- package/build/utils/flow-performance.d.ts +19 -0
- package/build/utils/flow-performance.d.ts.map +1 -0
- package/build/utils/flow-selectors.d.ts +52 -0
- package/build/utils/flow-selectors.d.ts.map +1 -0
- package/build/utils/generate-uuid.d.ts +7 -0
- package/build/utils/generate-uuid.d.ts.map +1 -0
- package/build/utils/generated-properties.d.ts +27 -0
- package/build/utils/generated-properties.d.ts.map +1 -0
- package/build/utils/handle-navigation.d.ts +2 -0
- package/build/utils/handle-navigation.d.ts.map +1 -0
- package/build/utils/humanize.d.ts +15 -0
- package/build/utils/humanize.d.ts.map +1 -0
- package/build/utils/iframes.d.ts +3 -0
- package/build/utils/iframes.d.ts.map +1 -0
- package/build/utils/is.d.ts +8 -0
- package/build/utils/is.d.ts.map +1 -0
- package/build/utils/lazy-loading.d.ts +2 -0
- package/build/utils/lazy-loading.d.ts.map +1 -0
- package/build/utils/links.d.ts +16 -0
- package/build/utils/links.d.ts.map +1 -0
- package/build/utils/location.d.ts +8 -0
- package/build/utils/location.d.ts.map +1 -0
- package/build/utils/pending-experience-events.d.ts +31 -0
- package/build/utils/pending-experience-events.d.ts.map +1 -0
- package/build/utils/query.d.ts +4 -0
- package/build/utils/query.d.ts.map +1 -0
- package/build/utils/render-contexts.d.ts +6 -0
- package/build/utils/render-contexts.d.ts.map +1 -0
- package/build/utils/selector-utils.d.ts +13 -0
- package/build/utils/selector-utils.d.ts.map +1 -0
- package/build/utils/show-powered-by.d.ts +9 -0
- package/build/utils/show-powered-by.d.ts.map +1 -0
- package/build/utils/store.d.ts +23 -0
- package/build/utils/store.d.ts.map +1 -0
- package/build/utils/temp-store.d.ts +5 -0
- package/build/utils/temp-store.d.ts.map +1 -0
- package/build/utils/test-mode.d.ts +3 -0
- package/build/utils/test-mode.d.ts.map +1 -0
- package/build/utils/time.d.ts +6 -0
- package/build/utils/time.d.ts.map +1 -0
- package/build/utils/trigger-content-changes.d.ts +20 -0
- package/build/utils/trigger-content-changes.d.ts.map +1 -0
- package/build/utils/url.d.ts +7 -0
- package/build/utils/url.d.ts.map +1 -0
- package/build/utils/validate-form-fields.d.ts +20 -0
- package/build/utils/validate-form-fields.d.ts.map +1 -0
- package/build/utils/vnode.d.ts +102 -0
- package/build/utils/vnode.d.ts.map +1 -0
- package/build/utils/widget.d.ts +10 -0
- package/build/utils/widget.d.ts.map +1 -0
- package/build/views/callbacks/checklist-callbacks.d.ts +20 -0
- package/build/views/callbacks/checklist-callbacks.d.ts.map +1 -0
- package/build/views/callbacks/common-callbacks.d.ts +45 -0
- package/build/views/callbacks/common-callbacks.d.ts.map +1 -0
- package/build/views/callbacks/debugger-callbacks.d.ts +6 -0
- package/build/views/callbacks/debugger-callbacks.d.ts.map +1 -0
- package/build/views/callbacks/hotspots-callbacks.d.ts +18 -0
- package/build/views/callbacks/hotspots-callbacks.d.ts.map +1 -0
- package/build/views/callbacks/modal-callbacks.d.ts +26 -0
- package/build/views/callbacks/modal-callbacks.d.ts.map +1 -0
- package/build/views/callbacks/sequential-hotspots-callbacks.d.ts +38 -0
- package/build/views/callbacks/sequential-hotspots-callbacks.d.ts.map +1 -0
- package/build/views/callbacks/survey-callbacks.d.ts +16 -0
- package/build/views/callbacks/survey-callbacks.d.ts.map +1 -0
- package/build/views/callbacks/test-mode-callbacks.d.ts +15 -0
- package/build/views/callbacks/test-mode-callbacks.d.ts.map +1 -0
- package/build/views/callbacks/widget-callbacks.d.ts +15 -0
- package/build/views/callbacks/widget-callbacks.d.ts.map +1 -0
- package/build/views/components/annotations.d.ts +13 -0
- package/build/views/components/annotations.d.ts.map +1 -0
- package/build/views/components/background.d.ts +6 -0
- package/build/views/components/background.d.ts.map +1 -0
- package/build/views/components/beacon-outline-styling.d.ts +3 -0
- package/build/views/components/beacon-outline-styling.d.ts.map +1 -0
- package/build/views/components/beacons.d.ts +12 -0
- package/build/views/components/beacons.d.ts.map +1 -0
- package/build/views/components/button.d.ts +11 -0
- package/build/views/components/button.d.ts.map +1 -0
- package/build/views/components/checklist-beacon.d.ts +3 -0
- package/build/views/components/checklist-beacon.d.ts.map +1 -0
- package/build/views/components/checklist-icons.d.ts +18 -0
- package/build/views/components/checklist-icons.d.ts.map +1 -0
- package/build/views/components/checklist-item.d.ts +3 -0
- package/build/views/components/checklist-item.d.ts.map +1 -0
- package/build/views/components/checklist.d.ts +3 -0
- package/build/views/components/checklist.d.ts.map +1 -0
- package/build/views/components/content-outline-styling.d.ts +3 -0
- package/build/views/components/content-outline-styling.d.ts.map +1 -0
- package/build/views/components/debugger.d.ts +14 -0
- package/build/views/components/debugger.d.ts.map +1 -0
- package/build/views/components/empty.d.ts +6 -0
- package/build/views/components/empty.d.ts.map +1 -0
- package/build/views/components/global-styling.d.ts +5 -0
- package/build/views/components/global-styling.d.ts.map +1 -0
- package/build/views/components/hotspot.d.ts +36 -0
- package/build/views/components/hotspot.d.ts.map +1 -0
- package/build/views/components/logo.d.ts +6 -0
- package/build/views/components/logo.d.ts.map +1 -0
- package/build/views/components/modal-step.d.ts +5 -0
- package/build/views/components/modal-step.d.ts.map +1 -0
- package/build/views/components/nps-survey-qualitative-question.d.ts +5 -0
- package/build/views/components/nps-survey-qualitative-question.d.ts.map +1 -0
- package/build/views/components/nps-survey-quantitative-option.d.ts +2 -0
- package/build/views/components/nps-survey-quantitative-option.d.ts.map +1 -0
- package/build/views/components/nps-survey-quantitative-question.d.ts +5 -0
- package/build/views/components/nps-survey-quantitative-question.d.ts.map +1 -0
- package/build/views/components/nps-survey-toast.d.ts +2 -0
- package/build/views/components/nps-survey-toast.d.ts.map +1 -0
- package/build/views/components/nps-survey.d.ts +2 -0
- package/build/views/components/nps-survey.d.ts.map +1 -0
- package/build/views/components/powered-by-appcues.d.ts +14 -0
- package/build/views/components/powered-by-appcues.d.ts.map +1 -0
- package/build/views/components/test-mode-banner.d.ts +3 -0
- package/build/views/components/test-mode-banner.d.ts.map +1 -0
- package/build/views/components/tooltip.d.ts +4 -0
- package/build/views/components/tooltip.d.ts.map +1 -0
- package/build/views/renderers/render-checklist.d.ts +3 -0
- package/build/views/renderers/render-checklist.d.ts.map +1 -0
- package/build/views/renderers/render-debugger.d.ts +3 -0
- package/build/views/renderers/render-debugger.d.ts.map +1 -0
- package/build/views/renderers/render-hotspots.d.ts +2 -0
- package/build/views/renderers/render-hotspots.d.ts.map +1 -0
- package/build/views/renderers/render-modal.d.ts +10 -0
- package/build/views/renderers/render-modal.d.ts.map +1 -0
- package/build/views/renderers/render-satisfaction-survey.d.ts +10 -0
- package/build/views/renderers/render-satisfaction-survey.d.ts.map +1 -0
- package/build/views/renderers/render-test-mode-banner.d.ts +2 -0
- package/build/views/renderers/render-test-mode-banner.d.ts.map +1 -0
- package/build/views/renderers/render-widget-icon.d.ts +10 -0
- package/build/views/renderers/render-widget-icon.d.ts.map +1 -0
- package/build/views/renderers/render-widget.d.ts +3 -0
- package/build/views/renderers/render-widget.d.ts.map +1 -0
- package/build/views/setup-view.d.ts +11 -0
- package/build/views/setup-view.d.ts.map +1 -0
- package/build/views/setup-widget.d.ts +11 -0
- package/build/views/setup-widget.d.ts.map +1 -0
- package/package.json +7 -6
- package/build/bootstrap.npm.DVu00o0l.js +0 -15505
- package/build/checklist.045d5c27f0910d4361d7c1398c89d399dee2edb5.css +0 -1
- package/build/container.045d5c27f0910d4361d7c1398c89d399dee2edb5.css +0 -1
- package/build/debugger.045d5c27f0910d4361d7c1398c89d399dee2edb5.css +0 -1
- package/build/index.C4xtQVZQ.js +0 -2152
- package/build/index.npm.B4soqbH3.js +0 -339
- package/build/modal.045d5c27f0910d4361d7c1398c89d399dee2edb5.css +0 -1
- package/build/open-builder.CqAPcpHg.js +0 -10172
- package/build/satisfaction-survey.045d5c27f0910d4361d7c1398c89d399dee2edb5.css +0 -1
- package/build/test-mode.045d5c27f0910d4361d7c1398c89d399dee2edb5.css +0 -1
- package/build/tooltip.045d5c27f0910d4361d7c1398c89d399dee2edb5.css +0 -1
- /package/build/{modal-step-legacy-render.045d5c27f0910d4361d7c1398c89d399dee2edb5.css → modal-step-legacy-render.004bd22db55d851f50945b88f28d0afa81e23405.css} +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.