@automattic/data-stores 3.0.1 → 3.1.0-rc.1
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 +21 -3
- package/README.md +28 -25
- package/autocomplete.gif +0 -0
- package/dist/cjs/add-ons/constants.js +18 -0
- package/dist/cjs/add-ons/constants.js.map +1 -0
- package/dist/cjs/add-ons/hooks/use-add-on-checkout-link.js +24 -0
- package/dist/cjs/add-ons/hooks/use-add-on-checkout-link.js.map +1 -0
- package/dist/cjs/add-ons/hooks/use-add-on-display-cost.js +29 -0
- package/dist/cjs/add-ons/hooks/use-add-on-display-cost.js.map +1 -0
- package/dist/cjs/add-ons/hooks/use-add-on-prices.js +62 -0
- package/dist/cjs/add-ons/hooks/use-add-on-prices.js.map +1 -0
- package/dist/cjs/add-ons/hooks/use-add-on-purchase-status.js +33 -0
- package/dist/cjs/add-ons/hooks/use-add-on-purchase-status.js.map +1 -0
- package/dist/cjs/add-ons/hooks/use-add-ons.js +221 -0
- package/dist/cjs/add-ons/hooks/use-add-ons.js.map +1 -0
- package/dist/cjs/add-ons/hooks/use-available-storage-add-ons.js +32 -0
- package/dist/cjs/add-ons/hooks/use-available-storage-add-ons.js.map +1 -0
- package/dist/cjs/add-ons/hooks/use-storage-add-ons.js +12 -0
- package/dist/cjs/add-ons/hooks/use-storage-add-ons.js.map +1 -0
- package/dist/cjs/add-ons/icons/custom-design.js +7 -0
- package/dist/cjs/add-ons/icons/custom-design.js.map +1 -0
- package/dist/cjs/add-ons/icons/jetpack-ai.js +7 -0
- package/dist/cjs/add-ons/icons/jetpack-ai.js.map +1 -0
- package/dist/cjs/add-ons/icons/jetpack-stats.js +8 -0
- package/dist/cjs/add-ons/icons/jetpack-stats.js.map +1 -0
- package/dist/cjs/add-ons/icons/space-upgrade.js +7 -0
- package/dist/cjs/add-ons/icons/space-upgrade.js.map +1 -0
- package/dist/cjs/add-ons/icons/unlimited-themes.js +7 -0
- package/dist/cjs/add-ons/icons/unlimited-themes.js.map +1 -0
- package/dist/cjs/add-ons/index.js +19 -0
- package/dist/cjs/add-ons/index.js.map +1 -0
- package/dist/cjs/add-ons/lib/is-storage-addon-enabled.js +11 -0
- package/dist/cjs/add-ons/lib/is-storage-addon-enabled.js.map +1 -0
- package/dist/cjs/add-ons/types.js.map +1 -0
- package/dist/cjs/analyzer/actions.js +40 -0
- package/dist/cjs/analyzer/actions.js.map +1 -0
- package/dist/cjs/analyzer/constants.js +5 -0
- package/dist/cjs/analyzer/constants.js.map +1 -0
- package/dist/cjs/analyzer/index.js +19 -0
- package/dist/cjs/analyzer/index.js.map +1 -0
- package/dist/cjs/analyzer/reducers.js +27 -0
- package/dist/cjs/analyzer/reducers.js.map +1 -0
- package/dist/cjs/analyzer/selectors.js +15 -0
- package/dist/cjs/analyzer/selectors.js.map +1 -0
- package/dist/cjs/analyzer/types.js.map +1 -0
- package/dist/cjs/automated-transfer-eligibility/index.js +0 -2
- package/dist/cjs/automated-transfer-eligibility/index.js.map +1 -1
- package/dist/cjs/automated-transfer-eligibility/reducer.js.map +1 -1
- package/dist/cjs/automated-transfer-eligibility/resolvers.js +0 -1
- package/dist/cjs/automated-transfer-eligibility/resolvers.js.map +1 -1
- package/dist/cjs/automated-transfer-eligibility/selectors.js +0 -4
- package/dist/cjs/automated-transfer-eligibility/selectors.js.map +1 -1
- package/dist/cjs/contextual-help/admin-sections.js +375 -0
- package/dist/cjs/contextual-help/admin-sections.js.map +1 -0
- package/dist/cjs/contextual-help/constants.js +1 -5
- package/dist/cjs/contextual-help/constants.js.map +1 -1
- package/dist/cjs/contextual-help/contextual-help.js +7 -1515
- package/dist/cjs/contextual-help/contextual-help.js.map +1 -1
- package/dist/cjs/domain-suggestions/actions.js.map +1 -1
- package/dist/cjs/domain-suggestions/constants.js +1 -1
- package/dist/cjs/domain-suggestions/constants.js.map +1 -1
- package/dist/cjs/domain-suggestions/index.js +1 -0
- package/dist/cjs/domain-suggestions/index.js.map +1 -1
- package/dist/cjs/domain-suggestions/queries.js +79 -0
- package/dist/cjs/domain-suggestions/queries.js.map +1 -0
- package/dist/cjs/domain-suggestions/reducer.js.map +1 -1
- package/dist/cjs/domain-suggestions/resolvers.js.map +1 -1
- package/dist/cjs/domain-suggestions/selectors.js +1 -4
- package/dist/cjs/domain-suggestions/selectors.js.map +1 -1
- package/dist/cjs/domain-suggestions/utils.js +0 -4
- package/dist/cjs/domain-suggestions/utils.js.map +1 -1
- package/dist/cjs/help-center/actions.js +96 -22
- package/dist/cjs/help-center/actions.js.map +1 -1
- package/dist/cjs/help-center/index.js +5 -3
- package/dist/cjs/help-center/index.js.map +1 -1
- package/dist/cjs/help-center/reducer.js +51 -17
- package/dist/cjs/help-center/reducer.js.map +1 -1
- package/dist/cjs/help-center/selectors.js +17 -7
- package/dist/cjs/help-center/selectors.js.map +1 -1
- package/dist/cjs/help-center/types.js.map +1 -0
- package/dist/cjs/index.js +39 -31
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/launchpad-navigator/actions.js +71 -0
- package/dist/cjs/launchpad-navigator/actions.js.map +1 -0
- package/dist/cjs/launchpad-navigator/constants.js +7 -0
- package/dist/cjs/launchpad-navigator/constants.js.map +1 -0
- package/dist/cjs/launchpad-navigator/index.js +19 -0
- package/dist/cjs/launchpad-navigator/index.js.map +1 -0
- package/dist/cjs/launchpad-navigator/reducer.js +24 -0
- package/dist/cjs/launchpad-navigator/reducer.js.map +1 -0
- package/dist/cjs/launchpad-navigator/selectors.js +8 -0
- package/dist/cjs/launchpad-navigator/selectors.js.map +1 -0
- package/dist/cjs/mutations/use-domains-bulk-actions-mutation.js +59 -0
- package/dist/cjs/mutations/use-domains-bulk-actions-mutation.js.map +1 -0
- package/dist/cjs/onboard/actions.js +237 -46
- package/dist/cjs/onboard/actions.js.map +1 -1
- package/dist/cjs/onboard/constants.js +33 -10
- package/dist/cjs/onboard/constants.js.map +1 -1
- package/dist/cjs/onboard/index.js +28 -8
- package/dist/cjs/onboard/index.js.map +1 -1
- package/dist/cjs/onboard/reducer.js +300 -32
- package/dist/cjs/onboard/reducer.js.map +1 -1
- package/dist/cjs/onboard/selectors.js +74 -19
- package/dist/cjs/onboard/selectors.js.map +1 -1
- package/dist/cjs/onboard/types.js.map +1 -0
- package/dist/cjs/onboard/utils.js +42 -0
- package/dist/cjs/onboard/utils.js.map +1 -0
- package/dist/cjs/plans/constants.js +23 -3
- package/dist/cjs/plans/constants.js.map +1 -1
- package/dist/cjs/plans/hooks/use-current-plan-expiry-date.js +13 -0
- package/dist/cjs/plans/hooks/use-current-plan-expiry-date.js.map +1 -0
- package/dist/cjs/plans/hooks/use-current-plan-term.js +15 -0
- package/dist/cjs/plans/hooks/use-current-plan-term.js.map +1 -0
- package/dist/cjs/plans/hooks/use-current-plan.js +13 -0
- package/dist/cjs/plans/hooks/use-current-plan.js.map +1 -0
- package/dist/cjs/plans/hooks/use-intro-offers-for-woo-express.js +32 -0
- package/dist/cjs/plans/hooks/use-intro-offers-for-woo-express.js.map +1 -0
- package/dist/cjs/plans/hooks/use-intro-offers.js +31 -0
- package/dist/cjs/plans/hooks/use-intro-offers.js.map +1 -0
- package/dist/cjs/plans/hooks/use-pricing-meta-for-grid-plans.js +221 -0
- package/dist/cjs/plans/hooks/use-pricing-meta-for-grid-plans.js.map +1 -0
- package/dist/cjs/plans/index.js +19 -1
- package/dist/cjs/plans/index.js.map +1 -1
- package/dist/cjs/plans/mock/apis/plans.js +9 -0
- package/dist/cjs/plans/mock/apis/plans.js.map +1 -1
- package/dist/cjs/plans/mock/index.js +4 -0
- package/dist/cjs/plans/mock/index.js.map +1 -1
- package/dist/cjs/plans/mock/next/index.js +5 -0
- package/dist/cjs/plans/mock/next/index.js.map +1 -0
- package/dist/cjs/plans/mock/next/store/plans.js +98 -0
- package/dist/cjs/plans/mock/next/store/plans.js.map +1 -0
- package/dist/cjs/plans/mock/store/products.js +2 -2
- package/dist/cjs/plans/queries/lib/unpack-cost-overrides.js +20 -0
- package/dist/cjs/plans/queries/lib/unpack-cost-overrides.js.map +1 -0
- package/dist/cjs/plans/queries/lib/unpack-intro-offer.js +31 -0
- package/dist/cjs/plans/queries/lib/unpack-intro-offer.js.map +1 -0
- package/dist/cjs/plans/queries/lib/use-query-keys-factory.js +8 -0
- package/dist/cjs/plans/queries/lib/use-query-keys-factory.js.map +1 -0
- package/dist/cjs/plans/queries/use-plans.js +61 -0
- package/dist/cjs/plans/queries/use-plans.js.map +1 -0
- package/dist/cjs/plans/queries/use-site-plans.js +65 -0
- package/dist/cjs/plans/queries/use-site-plans.js.map +1 -0
- package/dist/cjs/plans/reducer.js.map +1 -1
- package/dist/cjs/plans/resolvers.js +1 -4
- package/dist/cjs/plans/resolvers.js.map +1 -1
- package/dist/cjs/plans/selectors.js +1 -4
- package/dist/cjs/plans/selectors.js.map +1 -1
- package/dist/cjs/plugins/index.js +19 -0
- package/dist/cjs/plugins/index.js.map +1 -0
- package/dist/cjs/plugins/one-week-persistence-config.js +70 -0
- package/dist/cjs/plugins/one-week-persistence-config.js.map +1 -0
- package/dist/cjs/products-list/actions.js.map +1 -1
- package/dist/cjs/products-list/index.js +12 -16
- package/dist/cjs/products-list/index.js.map +1 -1
- package/dist/cjs/products-list/queries/lib/use-query-keys-factory.js +7 -0
- package/dist/cjs/products-list/queries/lib/use-query-keys-factory.js.map +1 -0
- package/dist/cjs/products-list/queries/use-products.js +54 -0
- package/dist/cjs/products-list/queries/use-products.js.map +1 -0
- package/dist/cjs/products-list/reducer.js.map +1 -1
- package/dist/cjs/products-list/resolvers.js.map +1 -1
- package/dist/cjs/products-list/selectors.js +11 -2
- package/dist/cjs/products-list/selectors.js.map +1 -1
- package/dist/cjs/purchases/hooks/use-site-purchase-by-id.js +12 -0
- package/dist/cjs/purchases/hooks/use-site-purchase-by-id.js.map +1 -0
- package/dist/cjs/purchases/hooks/use-site-purchases-by-product-slug.js +21 -0
- package/dist/cjs/purchases/hooks/use-site-purchases-by-product-slug.js.map +1 -0
- package/dist/cjs/purchases/index.js +21 -0
- package/dist/cjs/purchases/index.js.map +1 -0
- package/dist/cjs/purchases/lib/assembler.js +141 -0
- package/dist/cjs/purchases/lib/assembler.js.map +1 -0
- package/dist/cjs/purchases/queries/lib/use-query-keys-factory.js +7 -0
- package/dist/cjs/purchases/queries/lib/use-query-keys-factory.js.map +1 -0
- package/dist/cjs/purchases/queries/use-site-purchases.js +37 -0
- package/dist/cjs/purchases/queries/use-site-purchases.js.map +1 -0
- package/dist/cjs/purchases/types.js.map +1 -0
- package/dist/cjs/queries/use-all-domains-query.js +28 -0
- package/dist/cjs/queries/use-all-domains-query.js.map +1 -0
- package/dist/cjs/queries/use-bulk-domain-update-status-query.js +72 -0
- package/dist/cjs/queries/use-bulk-domain-update-status-query.js.map +1 -0
- package/dist/cjs/queries/use-happiness-engineers-query.js +4 -2
- package/dist/cjs/queries/use-happiness-engineers-query.js.map +1 -1
- package/dist/cjs/queries/use-launchpad-navigator.js +39 -0
- package/dist/cjs/queries/use-launchpad-navigator.js.map +1 -0
- package/dist/cjs/queries/use-launchpad.js +146 -0
- package/dist/cjs/queries/use-launchpad.js.map +1 -0
- package/dist/cjs/queries/use-site-domains-query.js +30 -0
- package/dist/cjs/queries/use-site-domains-query.js.map +1 -0
- package/dist/cjs/queries/use-site-intent.js +7 -5
- package/dist/cjs/queries/use-site-intent.js.map +1 -1
- package/dist/cjs/queries/use-site-query.js +25 -0
- package/dist/cjs/queries/use-site-query.js.map +1 -0
- package/dist/cjs/reader/constants.js +26 -2
- package/dist/cjs/reader/constants.js.map +1 -1
- package/dist/cjs/reader/contexts/index.js +10 -0
- package/dist/cjs/reader/contexts/index.js.map +1 -0
- package/dist/cjs/reader/contexts/site-subscriptions-query-props.js +34 -0
- package/dist/cjs/reader/contexts/site-subscriptions-query-props.js.map +1 -0
- package/dist/cjs/reader/contexts/unsubscribed-feeds-search.js +26 -0
- package/dist/cjs/reader/contexts/unsubscribed-feeds-search.js.map +1 -0
- package/dist/cjs/reader/helpers/index.js +91 -0
- package/dist/cjs/reader/helpers/index.js.map +1 -0
- package/dist/cjs/reader/helpers/optimistic-update.js +37 -0
- package/dist/cjs/reader/helpers/optimistic-update.js.map +1 -0
- package/dist/cjs/reader/helpers/query-key.js +15 -0
- package/dist/cjs/reader/helpers/query-key.js.map +1 -0
- package/dist/cjs/reader/helpers/type-guards.js +25 -0
- package/dist/cjs/reader/helpers/type-guards.js.map +1 -0
- package/dist/cjs/reader/helpers/validators.js +35 -0
- package/dist/cjs/reader/helpers/validators.js.map +1 -0
- package/dist/cjs/reader/hooks/index.js +12 -0
- package/dist/cjs/reader/hooks/index.js.map +1 -0
- package/dist/cjs/reader/hooks/use-cache-key.js +11 -0
- package/dist/cjs/reader/hooks/use-cache-key.js.map +1 -0
- package/dist/cjs/reader/hooks/use-is-logged-in.js +14 -0
- package/dist/cjs/reader/hooks/use-is-logged-in.js.map +1 -0
- package/dist/cjs/reader/hooks/use-is-query-enabled.js +13 -0
- package/dist/cjs/reader/hooks/use-is-query-enabled.js.map +1 -0
- package/dist/cjs/reader/hooks/use-subscriber-email-address.js +22 -0
- package/dist/cjs/reader/hooks/use-subscriber-email-address.js.map +1 -0
- package/dist/cjs/reader/index.js +52 -27
- package/dist/cjs/reader/index.js.map +1 -1
- package/dist/cjs/reader/mutations/index.js +30 -0
- package/dist/cjs/reader/mutations/index.js.map +1 -0
- package/dist/cjs/reader/mutations/use-pending-post-confirm-mutation.js +85 -0
- package/dist/cjs/reader/mutations/use-pending-post-confirm-mutation.js.map +1 -0
- package/dist/cjs/reader/mutations/use-pending-post-delete-mutation.js +78 -0
- package/dist/cjs/reader/mutations/use-pending-post-delete-mutation.js.map +1 -0
- package/dist/cjs/reader/mutations/use-pending-site-confirm-mutation.js +83 -0
- package/dist/cjs/reader/mutations/use-pending-site-confirm-mutation.js.map +1 -0
- package/dist/cjs/reader/mutations/use-pending-site-delete-mutation.js +78 -0
- package/dist/cjs/reader/mutations/use-pending-site-delete-mutation.js.map +1 -0
- package/dist/cjs/reader/mutations/use-post-notify-me-of-new-comments-mutation.js +69 -0
- package/dist/cjs/reader/mutations/use-post-notify-me-of-new-comments-mutation.js.map +1 -0
- package/dist/cjs/reader/mutations/use-post-unsubscribe-mutation.js +75 -0
- package/dist/cjs/reader/mutations/use-post-unsubscribe-mutation.js.map +1 -0
- package/dist/cjs/reader/mutations/use-site-delivery-frequency-mutation.js +95 -0
- package/dist/cjs/reader/mutations/use-site-delivery-frequency-mutation.js.map +1 -0
- package/dist/cjs/reader/mutations/use-site-email-me-new-comments-mutation.js +102 -0
- package/dist/cjs/reader/mutations/use-site-email-me-new-comments-mutation.js.map +1 -0
- package/dist/cjs/reader/mutations/use-site-email-me-new-posts-mutation.js +107 -0
- package/dist/cjs/reader/mutations/use-site-email-me-new-posts-mutation.js.map +1 -0
- package/dist/cjs/reader/mutations/use-site-notify-me-of-new-posts-mutation.js +108 -0
- package/dist/cjs/reader/mutations/use-site-notify-me-of-new-posts-mutation.js.map +1 -0
- package/dist/cjs/reader/mutations/use-site-subscribe-mutation.js +106 -0
- package/dist/cjs/reader/mutations/use-site-subscribe-mutation.js.map +1 -0
- package/dist/cjs/reader/mutations/use-site-unsubscribe-mutation.js +140 -0
- package/dist/cjs/reader/mutations/use-site-unsubscribe-mutation.js.map +1 -0
- package/dist/cjs/reader/mutations/use-user-settings-mutation.js +56 -0
- package/dist/cjs/reader/mutations/use-user-settings-mutation.js.map +1 -0
- package/dist/cjs/reader/queries/index.js +26 -0
- package/dist/cjs/reader/queries/index.js.map +1 -0
- package/dist/cjs/reader/queries/use-pending-post-subscriptions-query.js +48 -0
- package/dist/cjs/reader/queries/use-pending-post-subscriptions-query.js.map +1 -0
- package/dist/cjs/reader/queries/use-pending-site-subscriptions-query.js +48 -0
- package/dist/cjs/reader/queries/use-pending-site-subscriptions-query.js.map +1 -0
- package/dist/cjs/reader/queries/use-post-subscriptions-query.js +94 -0
- package/dist/cjs/reader/queries/use-post-subscriptions-query.js.map +1 -0
- package/dist/cjs/reader/queries/use-read-feed-query.js +21 -0
- package/dist/cjs/reader/queries/use-read-feed-query.js.map +1 -0
- package/dist/cjs/reader/queries/use-read-feed-search-query.js +39 -0
- package/dist/cjs/reader/queries/use-read-feed-search-query.js.map +1 -0
- package/dist/cjs/reader/queries/use-read-feed-site-query.js +26 -0
- package/dist/cjs/reader/queries/use-read-feed-site-query.js.map +1 -0
- package/dist/cjs/reader/queries/use-site-subscription-details-query.js +26 -0
- package/dist/cjs/reader/queries/use-site-subscription-details-query.js.map +1 -0
- package/dist/cjs/reader/queries/use-site-subscriptions-query.js +109 -0
- package/dist/cjs/reader/queries/use-site-subscriptions-query.js.map +1 -0
- package/dist/cjs/reader/queries/use-subscriptions-count-query.js +25 -0
- package/dist/cjs/reader/queries/use-subscriptions-count-query.js.map +1 -0
- package/dist/cjs/reader/queries/use-user-settings-query.js +24 -0
- package/dist/cjs/reader/queries/use-user-settings-query.js.map +1 -0
- package/dist/cjs/reader/types/index.js +3 -0
- package/dist/cjs/reader/types/index.js.map +1 -0
- package/dist/cjs/site/actions.js +210 -34
- package/dist/cjs/site/actions.js.map +1 -1
- package/dist/cjs/site/constants.js +6 -1
- package/dist/cjs/site/constants.js.map +1 -1
- package/dist/cjs/site/index.js +15 -1
- package/dist/cjs/site/index.js.map +1 -1
- package/dist/cjs/site/queries/lib/use-query-keys-factory.js +17 -0
- package/dist/cjs/site/queries/lib/use-query-keys-factory.js.map +1 -0
- package/dist/cjs/site/queries/use-site-features.js +24 -0
- package/dist/cjs/site/queries/use-site-features.js.map +1 -0
- package/dist/cjs/site/queries/use-site-media-storage.js +29 -0
- package/dist/cjs/site/queries/use-site-media-storage.js.map +1 -0
- package/dist/cjs/site/queries/use-site-user-query.js +21 -0
- package/dist/cjs/site/queries/use-site-user-query.js.map +1 -0
- package/dist/cjs/site/queries/use-site.js +24 -0
- package/dist/cjs/site/queries/use-site.js.map +1 -0
- package/dist/cjs/site/reducer.js +50 -1
- package/dist/cjs/site/reducer.js.map +1 -1
- package/dist/cjs/site/resolvers.js +15 -5
- package/dist/cjs/site/resolvers.js.map +1 -1
- package/dist/cjs/site/selectors.js +26 -17
- package/dist/cjs/site/selectors.js.map +1 -1
- package/dist/cjs/site/types.js +88 -8
- package/dist/cjs/site/types.js.map +1 -1
- package/dist/cjs/site/utils.js +29 -0
- package/dist/cjs/site/utils.js.map +1 -0
- package/dist/cjs/site-reset/index.js +7 -0
- package/dist/cjs/site-reset/index.js.map +1 -0
- package/dist/cjs/site-reset/use-site-reset-content-summary-query.js +20 -0
- package/dist/cjs/site-reset/use-site-reset-content-summary-query.js.map +1 -0
- package/dist/cjs/site-reset/use-site-reset-mutation.js +24 -0
- package/dist/cjs/site-reset/use-site-reset-mutation.js.map +1 -0
- package/dist/cjs/site-reset/use-site-reset-status-query.js +20 -0
- package/dist/cjs/site-reset/use-site-reset-status-query.js.map +1 -0
- package/dist/cjs/starter-designs-queries/index.js +8 -0
- package/dist/cjs/starter-designs-queries/index.js.map +1 -0
- package/dist/cjs/starter-designs-queries/use-starter-design-by-slug.js +27 -0
- package/dist/cjs/starter-designs-queries/use-starter-design-by-slug.js.map +1 -0
- package/dist/cjs/starter-designs-queries/use-starter-designs-query.js +57 -0
- package/dist/cjs/starter-designs-queries/use-starter-designs-query.js.map +1 -0
- package/dist/cjs/stepper-internal/actions.js +13 -0
- package/dist/cjs/stepper-internal/actions.js.map +1 -0
- package/dist/cjs/stepper-internal/constants.js +5 -0
- package/dist/cjs/stepper-internal/constants.js.map +1 -0
- package/dist/cjs/stepper-internal/index.js +24 -0
- package/dist/cjs/stepper-internal/index.js.map +1 -0
- package/dist/cjs/stepper-internal/reducer.js +19 -0
- package/dist/cjs/stepper-internal/reducer.js.map +1 -0
- package/dist/cjs/stepper-internal/selectors.js +8 -0
- package/dist/cjs/stepper-internal/selectors.js.map +1 -0
- package/dist/cjs/subscriber/actions.js +150 -0
- package/dist/cjs/subscriber/actions.js.map +1 -0
- package/dist/cjs/subscriber/constants.js +5 -0
- package/dist/cjs/subscriber/constants.js.map +1 -0
- package/dist/cjs/subscriber/index.js +19 -0
- package/dist/cjs/subscriber/index.js.map +1 -0
- package/dist/cjs/subscriber/reducers.js +103 -0
- package/dist/cjs/subscriber/reducers.js.map +1 -0
- package/dist/cjs/subscriber/selectors.js +14 -0
- package/dist/cjs/subscriber/selectors.js.map +1 -0
- package/dist/cjs/subscriber/types.js.map +1 -0
- package/dist/cjs/templates/index.js +6 -0
- package/dist/cjs/templates/index.js.map +1 -0
- package/dist/cjs/templates/types.js.map +1 -0
- package/dist/cjs/templates/use-template.js +19 -0
- package/dist/cjs/templates/use-template.js.map +1 -0
- package/dist/cjs/theme/index.js +5 -0
- package/dist/cjs/theme/index.js.map +1 -0
- package/dist/cjs/theme/utils.js +15 -0
- package/dist/cjs/theme/utils.js.map +1 -0
- package/dist/cjs/user/actions.js +5 -52
- package/dist/cjs/user/actions.js.map +1 -1
- package/dist/cjs/user/index.js +3 -3
- package/dist/cjs/user/index.js.map +1 -1
- package/dist/cjs/user/reducer.js +5 -50
- package/dist/cjs/user/reducer.js.map +1 -1
- package/dist/cjs/user/resolvers.js +2 -2
- package/dist/cjs/user/resolvers.js.map +1 -1
- package/dist/cjs/user/selectors.js +2 -8
- package/dist/cjs/user/selectors.js.map +1 -1
- package/dist/cjs/users/types.js +3 -0
- package/dist/cjs/users/types.js.map +1 -0
- package/dist/cjs/users/use-send-invites.js +21 -0
- package/dist/cjs/users/use-send-invites.js.map +1 -0
- package/dist/cjs/wpcom-plans-ui/actions.js +20 -0
- package/dist/cjs/wpcom-plans-ui/actions.js.map +1 -0
- package/dist/cjs/wpcom-plans-ui/constants.js +5 -0
- package/dist/cjs/wpcom-plans-ui/constants.js.map +1 -0
- package/dist/cjs/wpcom-plans-ui/index.js +18 -0
- package/dist/cjs/wpcom-plans-ui/index.js.map +1 -0
- package/dist/cjs/wpcom-plans-ui/reducer.js +29 -0
- package/dist/cjs/wpcom-plans-ui/reducer.js.map +1 -0
- package/dist/cjs/wpcom-plans-ui/selectors.js +18 -0
- package/dist/cjs/wpcom-plans-ui/selectors.js.map +1 -0
- package/dist/cjs/wpcom-plans-ui/types.js +3 -0
- package/dist/cjs/wpcom-plans-ui/types.js.map +1 -0
- package/dist/cjs/wpcom-request-controls/index.js +0 -1
- package/dist/cjs/wpcom-request-controls/index.js.map +1 -1
- package/dist/esm/add-ons/constants.js +15 -0
- package/dist/esm/add-ons/constants.js.map +1 -0
- package/dist/esm/add-ons/hooks/use-add-on-checkout-link.js +22 -0
- package/dist/esm/add-ons/hooks/use-add-on-checkout-link.js.map +1 -0
- package/dist/esm/add-ons/hooks/use-add-on-display-cost.js +26 -0
- package/dist/esm/add-ons/hooks/use-add-on-display-cost.js.map +1 -0
- package/dist/esm/add-ons/hooks/use-add-on-prices.js +59 -0
- package/dist/esm/add-ons/hooks/use-add-on-prices.js.map +1 -0
- package/dist/esm/add-ons/hooks/use-add-on-purchase-status.js +30 -0
- package/dist/esm/add-ons/hooks/use-add-on-purchase-status.js.map +1 -0
- package/dist/esm/add-ons/hooks/use-add-ons.js +218 -0
- package/dist/esm/add-ons/hooks/use-add-ons.js.map +1 -0
- package/dist/esm/add-ons/hooks/use-available-storage-add-ons.js +29 -0
- package/dist/esm/add-ons/hooks/use-available-storage-add-ons.js.map +1 -0
- package/dist/esm/add-ons/hooks/use-storage-add-ons.js +9 -0
- package/dist/esm/add-ons/hooks/use-storage-add-ons.js.map +1 -0
- package/dist/esm/add-ons/icons/custom-design.js +5 -0
- package/dist/esm/add-ons/icons/custom-design.js.map +1 -0
- package/dist/esm/add-ons/icons/jetpack-ai.js +5 -0
- package/dist/esm/add-ons/icons/jetpack-ai.js.map +1 -0
- package/dist/esm/add-ons/icons/jetpack-stats.js +6 -0
- package/dist/esm/add-ons/icons/jetpack-stats.js.map +1 -0
- package/dist/esm/add-ons/icons/space-upgrade.js +5 -0
- package/dist/esm/add-ons/icons/space-upgrade.js.map +1 -0
- package/dist/esm/add-ons/icons/unlimited-themes.js +5 -0
- package/dist/esm/add-ons/icons/unlimited-themes.js.map +1 -0
- package/dist/esm/add-ons/index.js +10 -0
- package/dist/esm/add-ons/index.js.map +1 -0
- package/dist/esm/add-ons/lib/is-storage-addon-enabled.js +8 -0
- package/dist/esm/add-ons/lib/is-storage-addon-enabled.js.map +1 -0
- package/dist/esm/add-ons/types.js.map +1 -0
- package/dist/esm/analyzer/actions.js +36 -0
- package/dist/esm/analyzer/actions.js.map +1 -0
- package/dist/esm/analyzer/constants.js +2 -0
- package/dist/esm/analyzer/constants.js.map +1 -0
- package/dist/esm/analyzer/index.js +15 -0
- package/dist/esm/analyzer/index.js.map +1 -0
- package/dist/esm/analyzer/reducers.js +25 -0
- package/dist/esm/analyzer/reducers.js.map +1 -0
- package/dist/esm/analyzer/selectors.js +9 -0
- package/dist/esm/analyzer/selectors.js.map +1 -0
- package/dist/esm/analyzer/types.js.map +1 -0
- package/dist/esm/automated-transfer-eligibility/index.js +0 -2
- package/dist/esm/automated-transfer-eligibility/index.js.map +1 -1
- package/dist/esm/automated-transfer-eligibility/reducer.js.map +1 -1
- package/dist/esm/automated-transfer-eligibility/resolvers.js +0 -1
- package/dist/esm/automated-transfer-eligibility/resolvers.js.map +1 -1
- package/dist/esm/automated-transfer-eligibility/selectors.js +0 -4
- package/dist/esm/automated-transfer-eligibility/selectors.js.map +1 -1
- package/dist/esm/contextual-help/admin-sections.js +371 -0
- package/dist/esm/contextual-help/admin-sections.js.map +1 -0
- package/dist/esm/contextual-help/constants.js +0 -4
- package/dist/esm/contextual-help/constants.js.map +1 -1
- package/dist/esm/contextual-help/contextual-help.js +7 -1515
- package/dist/esm/contextual-help/contextual-help.js.map +1 -1
- package/dist/esm/domain-suggestions/actions.js.map +1 -1
- package/dist/esm/domain-suggestions/index.js +3 -2
- package/dist/esm/domain-suggestions/index.js.map +1 -1
- package/dist/esm/domain-suggestions/queries.js +72 -0
- package/dist/esm/domain-suggestions/queries.js.map +1 -0
- package/dist/esm/domain-suggestions/reducer.js.map +1 -1
- package/dist/esm/domain-suggestions/resolvers.js.map +1 -1
- package/dist/esm/domain-suggestions/selectors.js +1 -4
- package/dist/esm/domain-suggestions/selectors.js.map +1 -1
- package/dist/esm/domain-suggestions/utils.js +0 -4
- package/dist/esm/domain-suggestions/utils.js.map +1 -1
- package/dist/esm/help-center/actions.js +83 -16
- package/dist/esm/help-center/actions.js.map +1 -1
- package/dist/esm/help-center/index.js +6 -3
- package/dist/esm/help-center/index.js.map +1 -1
- package/dist/esm/help-center/reducer.js +51 -17
- package/dist/esm/help-center/reducer.js.map +1 -1
- package/dist/esm/help-center/selectors.js +8 -3
- package/dist/esm/help-center/selectors.js.map +1 -1
- package/dist/esm/help-center/types.js.map +1 -0
- package/dist/esm/index.js +29 -16
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/launchpad-navigator/actions.js +63 -0
- package/dist/esm/launchpad-navigator/actions.js.map +1 -0
- package/dist/esm/launchpad-navigator/constants.js +4 -0
- package/dist/esm/launchpad-navigator/constants.js.map +1 -0
- package/dist/esm/launchpad-navigator/index.js +15 -0
- package/dist/esm/launchpad-navigator/index.js.map +1 -0
- package/dist/esm/launchpad-navigator/reducer.js +22 -0
- package/dist/esm/launchpad-navigator/reducer.js.map +1 -0
- package/dist/esm/launchpad-navigator/selectors.js +3 -0
- package/dist/esm/launchpad-navigator/selectors.js.map +1 -0
- package/dist/esm/mutations/use-domains-bulk-actions-mutation.js +54 -0
- package/dist/esm/mutations/use-domains-bulk-actions-mutation.js.map +1 -0
- package/dist/esm/onboard/actions.js +197 -39
- package/dist/esm/onboard/actions.js.map +1 -1
- package/dist/esm/onboard/constants.js +32 -9
- package/dist/esm/onboard/constants.js.map +1 -1
- package/dist/esm/onboard/index.js +28 -9
- package/dist/esm/onboard/index.js.map +1 -1
- package/dist/esm/onboard/reducer.js +295 -32
- package/dist/esm/onboard/reducer.js.map +1 -1
- package/dist/esm/onboard/selectors.js +48 -11
- package/dist/esm/onboard/selectors.js.map +1 -1
- package/dist/esm/onboard/types.js.map +1 -0
- package/dist/esm/onboard/utils.js +37 -0
- package/dist/esm/onboard/utils.js.map +1 -0
- package/dist/esm/plans/constants.js +22 -2
- package/dist/esm/plans/constants.js.map +1 -1
- package/dist/esm/plans/hooks/use-current-plan-expiry-date.js +10 -0
- package/dist/esm/plans/hooks/use-current-plan-expiry-date.js.map +1 -0
- package/dist/esm/plans/hooks/use-current-plan-term.js +12 -0
- package/dist/esm/plans/hooks/use-current-plan-term.js.map +1 -0
- package/dist/esm/plans/hooks/use-current-plan.js +10 -0
- package/dist/esm/plans/hooks/use-current-plan.js.map +1 -0
- package/dist/esm/plans/hooks/use-intro-offers-for-woo-express.js +29 -0
- package/dist/esm/plans/hooks/use-intro-offers-for-woo-express.js.map +1 -0
- package/dist/esm/plans/hooks/use-intro-offers.js +28 -0
- package/dist/esm/plans/hooks/use-intro-offers.js.map +1 -0
- package/dist/esm/plans/hooks/use-pricing-meta-for-grid-plans.js +218 -0
- package/dist/esm/plans/hooks/use-pricing-meta-for-grid-plans.js.map +1 -0
- package/dist/esm/plans/index.js +11 -1
- package/dist/esm/plans/index.js.map +1 -1
- package/dist/esm/plans/mock/apis/plans.js +9 -0
- package/dist/esm/plans/mock/apis/plans.js.map +1 -1
- package/dist/esm/plans/mock/index.js +4 -0
- package/dist/esm/plans/mock/index.js.map +1 -1
- package/dist/esm/plans/mock/next/index.js +2 -0
- package/dist/esm/plans/mock/next/index.js.map +1 -0
- package/dist/esm/plans/mock/next/store/plans.js +95 -0
- package/dist/esm/plans/mock/next/store/plans.js.map +1 -0
- package/dist/esm/plans/mock/store/products.js +2 -2
- package/dist/esm/plans/queries/lib/unpack-cost-overrides.js +17 -0
- package/dist/esm/plans/queries/lib/unpack-cost-overrides.js.map +1 -0
- package/dist/esm/plans/queries/lib/unpack-intro-offer.js +29 -0
- package/dist/esm/plans/queries/lib/unpack-intro-offer.js.map +1 -0
- package/dist/esm/plans/queries/lib/use-query-keys-factory.js +6 -0
- package/dist/esm/plans/queries/lib/use-query-keys-factory.js.map +1 -0
- package/dist/esm/plans/queries/use-plans.js +58 -0
- package/dist/esm/plans/queries/use-plans.js.map +1 -0
- package/dist/esm/plans/queries/use-site-plans.js +62 -0
- package/dist/esm/plans/queries/use-site-plans.js.map +1 -0
- package/dist/esm/plans/reducer.js.map +1 -1
- package/dist/esm/plans/resolvers.js +1 -4
- package/dist/esm/plans/resolvers.js.map +1 -1
- package/dist/esm/plans/selectors.js +1 -4
- package/dist/esm/plans/selectors.js.map +1 -1
- package/dist/esm/plugins/index.js +14 -0
- package/dist/esm/plugins/index.js.map +1 -0
- package/dist/esm/plugins/one-week-persistence-config.js +68 -0
- package/dist/esm/plugins/one-week-persistence-config.js.map +1 -0
- package/dist/esm/products-list/actions.js.map +1 -1
- package/dist/esm/products-list/index.js +11 -15
- package/dist/esm/products-list/index.js.map +1 -1
- package/dist/esm/products-list/queries/lib/use-query-keys-factory.js +5 -0
- package/dist/esm/products-list/queries/lib/use-query-keys-factory.js.map +1 -0
- package/dist/esm/products-list/queries/use-products.js +51 -0
- package/dist/esm/products-list/queries/use-products.js.map +1 -0
- package/dist/esm/products-list/reducer.js.map +1 -1
- package/dist/esm/products-list/resolvers.js.map +1 -1
- package/dist/esm/products-list/selectors.js +11 -2
- package/dist/esm/products-list/selectors.js.map +1 -1
- package/dist/esm/purchases/hooks/use-site-purchase-by-id.js +9 -0
- package/dist/esm/purchases/hooks/use-site-purchase-by-id.js.map +1 -0
- package/dist/esm/purchases/hooks/use-site-purchases-by-product-slug.js +18 -0
- package/dist/esm/purchases/hooks/use-site-purchases-by-product-slug.js.map +1 -0
- package/dist/esm/purchases/index.js +14 -0
- package/dist/esm/purchases/index.js.map +1 -0
- package/dist/esm/purchases/lib/assembler.js +136 -0
- package/dist/esm/purchases/lib/assembler.js.map +1 -0
- package/dist/esm/purchases/queries/lib/use-query-keys-factory.js +5 -0
- package/dist/esm/purchases/queries/lib/use-query-keys-factory.js.map +1 -0
- package/dist/esm/purchases/queries/use-site-purchases.js +32 -0
- package/dist/esm/purchases/queries/use-site-purchases.js.map +1 -0
- package/dist/esm/purchases/types.js.map +1 -0
- package/dist/esm/queries/use-all-domains-query.js +22 -0
- package/dist/esm/queries/use-all-domains-query.js.map +1 -0
- package/dist/esm/queries/use-bulk-domain-update-status-query.js +66 -0
- package/dist/esm/queries/use-bulk-domain-update-status-query.js.map +1 -0
- package/dist/esm/queries/use-happiness-engineers-query.js +4 -2
- package/dist/esm/queries/use-happiness-engineers-query.js.map +1 -1
- package/dist/esm/queries/use-launchpad-navigator.js +33 -0
- package/dist/esm/queries/use-launchpad-navigator.js.map +1 -0
- package/dist/esm/queries/use-launchpad.js +136 -0
- package/dist/esm/queries/use-launchpad.js.map +1 -0
- package/dist/esm/queries/use-site-domains-query.js +23 -0
- package/dist/esm/queries/use-site-domains-query.js.map +1 -0
- package/dist/esm/queries/use-site-intent.js +7 -5
- package/dist/esm/queries/use-site-intent.js.map +1 -1
- package/dist/esm/queries/use-site-query.js +19 -0
- package/dist/esm/queries/use-site-query.js.map +1 -0
- package/dist/esm/reader/constants.js +25 -1
- package/dist/esm/reader/constants.js.map +1 -1
- package/dist/esm/reader/contexts/index.js +3 -0
- package/dist/esm/reader/contexts/index.js.map +1 -0
- package/dist/esm/reader/contexts/site-subscriptions-query-props.js +29 -0
- package/dist/esm/reader/contexts/site-subscriptions-query-props.js.map +1 -0
- package/dist/esm/reader/contexts/unsubscribed-feeds-search.js +20 -0
- package/dist/esm/reader/contexts/unsubscribed-feeds-search.js.map +1 -0
- package/dist/esm/reader/helpers/index.js +80 -0
- package/dist/esm/reader/helpers/index.js.map +1 -0
- package/dist/esm/reader/helpers/optimistic-update.js +33 -0
- package/dist/esm/reader/helpers/optimistic-update.js.map +1 -0
- package/dist/esm/reader/helpers/query-key.js +12 -0
- package/dist/esm/reader/helpers/query-key.js.map +1 -0
- package/dist/esm/reader/helpers/type-guards.js +19 -0
- package/dist/esm/reader/helpers/type-guards.js.map +1 -0
- package/dist/esm/reader/helpers/validators.js +31 -0
- package/dist/esm/reader/helpers/validators.js.map +1 -0
- package/dist/esm/reader/hooks/index.js +5 -0
- package/dist/esm/reader/hooks/index.js.map +1 -0
- package/dist/esm/reader/hooks/use-cache-key.js +8 -0
- package/dist/esm/reader/hooks/use-cache-key.js.map +1 -0
- package/dist/esm/reader/hooks/use-is-logged-in.js +12 -0
- package/dist/esm/reader/hooks/use-is-logged-in.js.map +1 -0
- package/dist/esm/reader/hooks/use-is-query-enabled.js +11 -0
- package/dist/esm/reader/hooks/use-is-query-enabled.js.map +1 -0
- package/dist/esm/reader/hooks/use-subscriber-email-address.js +20 -0
- package/dist/esm/reader/hooks/use-subscriber-email-address.js.map +1 -0
- package/dist/esm/reader/index.js +38 -25
- package/dist/esm/reader/index.js.map +1 -1
- package/dist/esm/reader/mutations/index.js +14 -0
- package/dist/esm/reader/mutations/index.js.map +1 -0
- package/dist/esm/reader/mutations/use-pending-post-confirm-mutation.js +83 -0
- package/dist/esm/reader/mutations/use-pending-post-confirm-mutation.js.map +1 -0
- package/dist/esm/reader/mutations/use-pending-post-delete-mutation.js +76 -0
- package/dist/esm/reader/mutations/use-pending-post-delete-mutation.js.map +1 -0
- package/dist/esm/reader/mutations/use-pending-site-confirm-mutation.js +81 -0
- package/dist/esm/reader/mutations/use-pending-site-confirm-mutation.js.map +1 -0
- package/dist/esm/reader/mutations/use-pending-site-delete-mutation.js +76 -0
- package/dist/esm/reader/mutations/use-pending-site-delete-mutation.js.map +1 -0
- package/dist/esm/reader/mutations/use-post-notify-me-of-new-comments-mutation.js +67 -0
- package/dist/esm/reader/mutations/use-post-notify-me-of-new-comments-mutation.js.map +1 -0
- package/dist/esm/reader/mutations/use-post-unsubscribe-mutation.js +73 -0
- package/dist/esm/reader/mutations/use-post-unsubscribe-mutation.js.map +1 -0
- package/dist/esm/reader/mutations/use-site-delivery-frequency-mutation.js +93 -0
- package/dist/esm/reader/mutations/use-site-delivery-frequency-mutation.js.map +1 -0
- package/dist/esm/reader/mutations/use-site-email-me-new-comments-mutation.js +100 -0
- package/dist/esm/reader/mutations/use-site-email-me-new-comments-mutation.js.map +1 -0
- package/dist/esm/reader/mutations/use-site-email-me-new-posts-mutation.js +105 -0
- package/dist/esm/reader/mutations/use-site-email-me-new-posts-mutation.js.map +1 -0
- package/dist/esm/reader/mutations/use-site-notify-me-of-new-posts-mutation.js +106 -0
- package/dist/esm/reader/mutations/use-site-notify-me-of-new-posts-mutation.js.map +1 -0
- package/dist/esm/reader/mutations/use-site-subscribe-mutation.js +104 -0
- package/dist/esm/reader/mutations/use-site-subscribe-mutation.js.map +1 -0
- package/dist/esm/reader/mutations/use-site-unsubscribe-mutation.js +138 -0
- package/dist/esm/reader/mutations/use-site-unsubscribe-mutation.js.map +1 -0
- package/dist/esm/reader/mutations/use-user-settings-mutation.js +54 -0
- package/dist/esm/reader/mutations/use-user-settings-mutation.js.map +1 -0
- package/dist/esm/reader/queries/index.js +11 -0
- package/dist/esm/reader/queries/index.js.map +1 -0
- package/dist/esm/reader/queries/use-pending-post-subscriptions-query.js +46 -0
- package/dist/esm/reader/queries/use-pending-post-subscriptions-query.js.map +1 -0
- package/dist/esm/reader/queries/use-pending-site-subscriptions-query.js +46 -0
- package/dist/esm/reader/queries/use-pending-site-subscriptions-query.js.map +1 -0
- package/dist/esm/reader/queries/use-post-subscriptions-query.js +91 -0
- package/dist/esm/reader/queries/use-post-subscriptions-query.js.map +1 -0
- package/dist/esm/reader/queries/use-read-feed-query.js +18 -0
- package/dist/esm/reader/queries/use-read-feed-query.js.map +1 -0
- package/dist/esm/reader/queries/use-read-feed-search-query.js +35 -0
- package/dist/esm/reader/queries/use-read-feed-search-query.js.map +1 -0
- package/dist/esm/reader/queries/use-read-feed-site-query.js +23 -0
- package/dist/esm/reader/queries/use-read-feed-site-query.js.map +1 -0
- package/dist/esm/reader/queries/use-site-subscription-details-query.js +24 -0
- package/dist/esm/reader/queries/use-site-subscription-details-query.js.map +1 -0
- package/dist/esm/reader/queries/use-site-subscriptions-query.js +106 -0
- package/dist/esm/reader/queries/use-site-subscriptions-query.js.map +1 -0
- package/dist/esm/reader/queries/use-subscriptions-count-query.js +22 -0
- package/dist/esm/reader/queries/use-subscriptions-count-query.js.map +1 -0
- package/dist/esm/reader/queries/use-user-settings-query.js +22 -0
- package/dist/esm/reader/queries/use-user-settings-query.js.map +1 -0
- package/dist/esm/reader/types/index.js +2 -0
- package/dist/esm/reader/types/index.js.map +1 -0
- package/dist/esm/site/actions.js +210 -34
- package/dist/esm/site/actions.js.map +1 -1
- package/dist/esm/site/constants.js +4 -0
- package/dist/esm/site/constants.js.map +1 -1
- package/dist/esm/site/index.js +11 -1
- package/dist/esm/site/index.js.map +1 -1
- package/dist/esm/site/queries/lib/use-query-keys-factory.js +15 -0
- package/dist/esm/site/queries/lib/use-query-keys-factory.js.map +1 -0
- package/dist/esm/site/queries/use-site-features.js +21 -0
- package/dist/esm/site/queries/use-site-features.js.map +1 -0
- package/dist/esm/site/queries/use-site-media-storage.js +26 -0
- package/dist/esm/site/queries/use-site-media-storage.js.map +1 -0
- package/dist/esm/site/queries/use-site-user-query.js +16 -0
- package/dist/esm/site/queries/use-site-user-query.js.map +1 -0
- package/dist/esm/site/queries/use-site.js +21 -0
- package/dist/esm/site/queries/use-site.js.map +1 -0
- package/dist/esm/site/reducer.js +46 -0
- package/dist/esm/site/reducer.js.map +1 -1
- package/dist/esm/site/resolvers.js +13 -4
- package/dist/esm/site/resolvers.js.map +1 -1
- package/dist/esm/site/selectors.js +21 -15
- package/dist/esm/site/selectors.js.map +1 -1
- package/dist/esm/site/types.js +80 -0
- package/dist/esm/site/types.js.map +1 -1
- package/dist/esm/site/utils.js +25 -0
- package/dist/esm/site/utils.js.map +1 -0
- package/dist/esm/site-reset/index.js +4 -0
- package/dist/esm/site-reset/index.js.map +1 -0
- package/dist/esm/site-reset/use-site-reset-content-summary-query.js +15 -0
- package/dist/esm/site-reset/use-site-reset-content-summary-query.js.map +1 -0
- package/dist/esm/site-reset/use-site-reset-mutation.js +19 -0
- package/dist/esm/site-reset/use-site-reset-mutation.js.map +1 -0
- package/dist/esm/site-reset/use-site-reset-status-query.js +15 -0
- package/dist/esm/site-reset/use-site-reset-status-query.js.map +1 -0
- package/dist/esm/starter-designs-queries/index.js +3 -0
- package/dist/esm/starter-designs-queries/index.js.map +1 -0
- package/dist/esm/starter-designs-queries/use-starter-design-by-slug.js +22 -0
- package/dist/esm/starter-designs-queries/use-starter-design-by-slug.js.map +1 -0
- package/dist/esm/starter-designs-queries/use-starter-designs-query.js +52 -0
- package/dist/esm/starter-designs-queries/use-starter-designs-query.js.map +1 -0
- package/dist/esm/stepper-internal/actions.js +8 -0
- package/dist/esm/stepper-internal/actions.js.map +1 -0
- package/dist/esm/stepper-internal/constants.js +2 -0
- package/dist/esm/stepper-internal/constants.js.map +1 -0
- package/dist/esm/stepper-internal/index.js +19 -0
- package/dist/esm/stepper-internal/index.js.map +1 -0
- package/dist/esm/stepper-internal/reducer.js +15 -0
- package/dist/esm/stepper-internal/reducer.js.map +1 -0
- package/dist/esm/stepper-internal/selectors.js +3 -0
- package/dist/esm/stepper-internal/selectors.js.map +1 -0
- package/dist/esm/subscriber/actions.js +145 -0
- package/dist/esm/subscriber/actions.js.map +1 -0
- package/dist/esm/subscriber/constants.js +2 -0
- package/dist/esm/subscriber/constants.js.map +1 -0
- package/dist/esm/subscriber/index.js +15 -0
- package/dist/esm/subscriber/index.js.map +1 -0
- package/dist/esm/subscriber/reducers.js +99 -0
- package/dist/esm/subscriber/reducers.js.map +1 -0
- package/dist/esm/subscriber/selectors.js +6 -0
- package/dist/esm/subscriber/selectors.js.map +1 -0
- package/dist/esm/subscriber/types.js.map +1 -0
- package/dist/esm/templates/index.js +2 -0
- package/dist/esm/templates/index.js.map +1 -0
- package/dist/esm/templates/types.js.map +1 -0
- package/dist/esm/templates/use-template.js +16 -0
- package/dist/esm/templates/use-template.js.map +1 -0
- package/dist/esm/theme/index.js +2 -0
- package/dist/esm/theme/index.js.map +1 -0
- package/dist/esm/theme/utils.js +11 -0
- package/dist/esm/theme/utils.js.map +1 -0
- package/dist/esm/user/actions.js +5 -52
- package/dist/esm/user/actions.js.map +1 -1
- package/dist/esm/user/index.js +4 -4
- package/dist/esm/user/index.js.map +1 -1
- package/dist/esm/user/reducer.js +4 -46
- package/dist/esm/user/reducer.js.map +1 -1
- package/dist/esm/user/resolvers.js +2 -2
- package/dist/esm/user/resolvers.js.map +1 -1
- package/dist/esm/user/selectors.js +1 -4
- package/dist/esm/user/selectors.js.map +1 -1
- package/dist/esm/users/types.js +2 -0
- package/dist/esm/users/types.js.map +1 -0
- package/dist/esm/users/use-send-invites.js +16 -0
- package/dist/esm/users/use-send-invites.js.map +1 -0
- package/dist/esm/wpcom-plans-ui/actions.js +14 -0
- package/dist/esm/wpcom-plans-ui/actions.js.map +1 -0
- package/dist/esm/wpcom-plans-ui/constants.js +2 -0
- package/dist/esm/wpcom-plans-ui/constants.js.map +1 -0
- package/dist/esm/wpcom-plans-ui/index.js +14 -0
- package/dist/esm/wpcom-plans-ui/index.js.map +1 -0
- package/dist/esm/wpcom-plans-ui/reducer.js +27 -0
- package/dist/esm/wpcom-plans-ui/reducer.js.map +1 -0
- package/dist/esm/wpcom-plans-ui/selectors.js +12 -0
- package/dist/esm/wpcom-plans-ui/selectors.js.map +1 -0
- package/dist/esm/wpcom-plans-ui/types.js +2 -0
- package/dist/esm/wpcom-plans-ui/types.js.map +1 -0
- package/dist/esm/wpcom-request-controls/index.js +0 -1
- package/dist/esm/wpcom-request-controls/index.js.map +1 -1
- package/dist/tsconfig-cjs.tsbuildinfo +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/add-ons/constants.d.ts +9 -0
- package/dist/types/add-ons/constants.d.ts.map +1 -0
- package/dist/types/add-ons/hooks/use-add-on-checkout-link.d.ts +9 -0
- package/dist/types/add-ons/hooks/use-add-on-checkout-link.d.ts.map +1 -0
- package/dist/types/add-ons/hooks/use-add-on-display-cost.d.ts +5 -0
- package/dist/types/add-ons/hooks/use-add-on-display-cost.d.ts.map +1 -0
- package/dist/types/add-ons/hooks/use-add-on-prices.d.ts +9 -0
- package/dist/types/add-ons/hooks/use-add-on-prices.d.ts.map +1 -0
- package/dist/types/add-ons/hooks/use-add-on-purchase-status.d.ts +17 -0
- package/dist/types/add-ons/hooks/use-add-on-purchase-status.d.ts.map +1 -0
- package/dist/types/add-ons/hooks/use-add-ons.d.ts +8 -0
- package/dist/types/add-ons/hooks/use-add-ons.d.ts.map +1 -0
- package/dist/types/add-ons/hooks/use-available-storage-add-ons.d.ts +13 -0
- package/dist/types/add-ons/hooks/use-available-storage-add-ons.d.ts.map +1 -0
- package/dist/types/add-ons/hooks/use-storage-add-ons.d.ts +6 -0
- package/dist/types/add-ons/hooks/use-storage-add-ons.d.ts.map +1 -0
- package/dist/types/add-ons/icons/custom-design.d.ts +3 -0
- package/dist/types/add-ons/icons/custom-design.d.ts.map +1 -0
- package/dist/types/add-ons/icons/jetpack-ai.d.ts +3 -0
- package/dist/types/add-ons/icons/jetpack-ai.d.ts.map +1 -0
- package/dist/types/add-ons/icons/jetpack-stats.d.ts +3 -0
- package/dist/types/add-ons/icons/jetpack-stats.d.ts.map +1 -0
- package/dist/types/add-ons/icons/space-upgrade.d.ts +3 -0
- package/dist/types/add-ons/icons/space-upgrade.d.ts.map +1 -0
- package/dist/types/add-ons/icons/unlimited-themes.d.ts +3 -0
- package/dist/types/add-ons/icons/unlimited-themes.d.ts.map +1 -0
- package/dist/types/add-ons/index.d.ts +10 -0
- package/dist/types/add-ons/index.d.ts.map +1 -0
- package/dist/types/add-ons/lib/is-storage-addon-enabled.d.ts +7 -0
- package/dist/types/add-ons/lib/is-storage-addon-enabled.d.ts.map +1 -0
- package/dist/types/add-ons/types.d.ts +28 -0
- package/dist/types/add-ons/types.d.ts.map +1 -0
- package/dist/types/analyzer/actions.d.ts +37 -0
- package/dist/types/analyzer/actions.d.ts.map +1 -0
- package/dist/types/analyzer/constants.d.ts +2 -0
- package/dist/types/analyzer/constants.d.ts.map +1 -0
- package/dist/types/analyzer/index.d.ts +38 -0
- package/dist/types/analyzer/index.d.ts.map +1 -0
- package/dist/types/analyzer/reducers.d.ts +9 -0
- package/dist/types/analyzer/reducers.d.ts.map +1 -0
- package/dist/types/analyzer/selectors.d.ts +7 -0
- package/dist/types/analyzer/selectors.d.ts.map +1 -0
- package/dist/types/analyzer/types.d.ts +35 -0
- package/dist/types/analyzer/types.d.ts.map +1 -0
- package/dist/types/automated-transfer-eligibility/actions.d.ts +1 -1
- package/dist/types/automated-transfer-eligibility/actions.d.ts.map +1 -1
- package/dist/types/automated-transfer-eligibility/index.d.ts +0 -7
- package/dist/types/automated-transfer-eligibility/index.d.ts.map +1 -1
- package/dist/types/automated-transfer-eligibility/resolvers.d.ts +0 -1
- package/dist/types/automated-transfer-eligibility/resolvers.d.ts.map +1 -1
- package/dist/types/automated-transfer-eligibility/selectors.d.ts +4 -4
- package/dist/types/automated-transfer-eligibility/selectors.d.ts.map +1 -1
- package/dist/types/automated-transfer-eligibility/types.d.ts +4 -2
- package/dist/types/automated-transfer-eligibility/types.d.ts.map +1 -1
- package/dist/types/contextual-help/admin-sections.d.ts +34 -0
- package/dist/types/contextual-help/admin-sections.d.ts.map +1 -0
- package/dist/types/contextual-help/constants.d.ts +0 -4
- package/dist/types/contextual-help/constants.d.ts.map +1 -1
- package/dist/types/contextual-help/contextual-help.d.ts +9 -26
- package/dist/types/contextual-help/contextual-help.d.ts.map +1 -1
- package/dist/types/domain-suggestions/actions.d.ts +1 -1
- package/dist/types/domain-suggestions/actions.d.ts.map +1 -1
- package/dist/types/domain-suggestions/index.d.ts +1 -7
- package/dist/types/domain-suggestions/index.d.ts.map +1 -1
- package/dist/types/domain-suggestions/queries.d.ts +323 -0
- package/dist/types/domain-suggestions/queries.d.ts.map +1 -0
- package/dist/types/domain-suggestions/reducer.d.ts +1 -1
- package/dist/types/domain-suggestions/reducer.d.ts.map +1 -1
- package/dist/types/domain-suggestions/resolvers.d.ts +3 -3
- package/dist/types/domain-suggestions/selectors.d.ts +0 -1
- package/dist/types/domain-suggestions/selectors.d.ts.map +1 -1
- package/dist/types/domain-suggestions/types.d.ts +23 -15
- package/dist/types/domain-suggestions/types.d.ts.map +1 -1
- package/dist/types/domain-suggestions/utils.d.ts +0 -4
- package/dist/types/domain-suggestions/utils.d.ts.map +1 -1
- package/dist/types/help-center/actions.d.ts +96 -23
- package/dist/types/help-center/actions.d.ts.map +1 -1
- package/dist/types/help-center/index.d.ts +1 -7
- package/dist/types/help-center/index.d.ts.map +1 -1
- package/dist/types/help-center/reducer.d.ts +9 -7
- package/dist/types/help-center/reducer.d.ts.map +1 -1
- package/dist/types/help-center/selectors.d.ts +8 -6
- package/dist/types/help-center/selectors.d.ts.map +1 -1
- package/dist/types/help-center/types.d.ts +41 -0
- package/dist/types/help-center/types.d.ts.map +1 -0
- package/dist/types/index.d.ts +891 -17
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/launchpad-navigator/actions.d.ts +22 -0
- package/dist/types/launchpad-navigator/actions.d.ts.map +1 -0
- package/dist/types/launchpad-navigator/constants.d.ts +4 -0
- package/dist/types/launchpad-navigator/constants.d.ts.map +1 -0
- package/dist/types/launchpad-navigator/index.d.ts +4 -0
- package/dist/types/launchpad-navigator/index.d.ts.map +1 -0
- package/dist/types/launchpad-navigator/reducer.d.ts +9 -0
- package/dist/types/launchpad-navigator/reducer.d.ts.map +1 -0
- package/dist/types/launchpad-navigator/selectors.d.ts +4 -0
- package/dist/types/launchpad-navigator/selectors.d.ts.map +1 -0
- package/dist/types/mapped-types.d.ts +7 -16
- package/dist/types/mapped-types.d.ts.map +1 -1
- package/dist/types/mutations/use-domains-bulk-actions-mutation.d.ts +89 -0
- package/dist/types/mutations/use-domains-bulk-actions-mutation.d.ts.map +1 -0
- package/dist/types/onboard/actions.d.ts +283 -43
- package/dist/types/onboard/actions.d.ts.map +1 -1
- package/dist/types/onboard/constants.d.ts +25 -3
- package/dist/types/onboard/constants.d.ts.map +1 -1
- package/dist/types/onboard/index.d.ts +5 -5
- package/dist/types/onboard/index.d.ts.map +1 -1
- package/dist/types/onboard/reducer.d.ts +42 -14
- package/dist/types/onboard/reducer.d.ts.map +1 -1
- package/dist/types/onboard/selectors.d.ts +65 -24
- package/dist/types/onboard/selectors.d.ts.map +1 -1
- package/dist/types/onboard/types.d.ts +56 -0
- package/dist/types/onboard/types.d.ts.map +1 -0
- package/dist/types/onboard/utils.d.ts +4 -0
- package/dist/types/onboard/utils.d.ts.map +1 -0
- package/dist/types/plans/actions.d.ts +6 -6
- package/dist/types/plans/actions.d.ts.map +1 -1
- package/dist/types/plans/constants.d.ts +13 -4
- package/dist/types/plans/constants.d.ts.map +1 -1
- package/dist/types/plans/hooks/use-current-plan-expiry-date.d.ts +6 -0
- package/dist/types/plans/hooks/use-current-plan-expiry-date.d.ts.map +1 -0
- package/dist/types/plans/hooks/use-current-plan-term.d.ts +7 -0
- package/dist/types/plans/hooks/use-current-plan-term.d.ts.map +1 -0
- package/dist/types/plans/hooks/use-current-plan.d.ts +7 -0
- package/dist/types/plans/hooks/use-current-plan.d.ts.map +1 -0
- package/dist/types/plans/hooks/use-intro-offers-for-woo-express.d.ts +20 -0
- package/dist/types/plans/hooks/use-intro-offers-for-woo-express.d.ts.map +1 -0
- package/dist/types/plans/hooks/use-intro-offers.d.ts +18 -0
- package/dist/types/plans/hooks/use-intro-offers.d.ts.map +1 -0
- package/dist/types/plans/hooks/use-pricing-meta-for-grid-plans.d.ts +54 -0
- package/dist/types/plans/hooks/use-pricing-meta-for-grid-plans.d.ts.map +1 -0
- package/dist/types/plans/index.d.ts +13 -8
- package/dist/types/plans/index.d.ts.map +1 -1
- package/dist/types/plans/mock/apis/plans.d.ts.map +1 -1
- package/dist/types/plans/mock/index.d.ts +4 -0
- package/dist/types/plans/mock/index.d.ts.map +1 -1
- package/dist/types/plans/mock/next/index.d.ts +2 -0
- package/dist/types/plans/mock/next/index.d.ts.map +1 -0
- package/dist/types/plans/mock/next/store/plans.d.ts +13 -0
- package/dist/types/plans/mock/next/store/plans.d.ts.map +1 -0
- package/dist/types/plans/queries/lib/unpack-cost-overrides.d.ts +6 -0
- package/dist/types/plans/queries/lib/unpack-cost-overrides.d.ts.map +1 -0
- package/dist/types/plans/queries/lib/unpack-intro-offer.d.ts +7 -0
- package/dist/types/plans/queries/lib/unpack-intro-offer.d.ts.map +1 -0
- package/dist/types/plans/queries/lib/use-query-keys-factory.d.ts +6 -0
- package/dist/types/plans/queries/lib/use-query-keys-factory.d.ts.map +1 -0
- package/dist/types/plans/queries/use-plans.d.ts +16 -0
- package/dist/types/plans/queries/use-plans.d.ts.map +1 -0
- package/dist/types/plans/queries/use-site-plans.d.ts +16 -0
- package/dist/types/plans/queries/use-site-plans.d.ts.map +1 -0
- package/dist/types/plans/reducer.d.ts +2 -2
- package/dist/types/plans/reducer.d.ts.map +1 -1
- package/dist/types/plans/resolvers.d.ts +2 -2
- package/dist/types/plans/resolvers.d.ts.map +1 -1
- package/dist/types/plans/selectors.d.ts +2 -3
- package/dist/types/plans/selectors.d.ts.map +1 -1
- package/dist/types/plans/types.d.ts +189 -16
- package/dist/types/plans/types.d.ts.map +1 -1
- package/dist/types/plugins/index.d.ts +2 -0
- package/dist/types/plugins/index.d.ts.map +1 -0
- package/dist/types/plugins/one-week-persistence-config.d.ts +6 -0
- package/dist/types/plugins/one-week-persistence-config.d.ts.map +1 -0
- package/dist/types/products-list/actions.d.ts +4 -4
- package/dist/types/products-list/actions.d.ts.map +1 -1
- package/dist/types/products-list/index.d.ts +3 -6
- package/dist/types/products-list/index.d.ts.map +1 -1
- package/dist/types/products-list/queries/lib/use-query-keys-factory.d.ts +5 -0
- package/dist/types/products-list/queries/lib/use-query-keys-factory.d.ts.map +1 -0
- package/dist/types/products-list/queries/use-products.d.ts +14 -0
- package/dist/types/products-list/queries/use-products.d.ts.map +1 -0
- package/dist/types/products-list/reducer.d.ts +4 -4
- package/dist/types/products-list/reducer.d.ts.map +1 -1
- package/dist/types/products-list/resolvers.d.ts.map +1 -1
- package/dist/types/products-list/selectors.d.ts +4 -3
- package/dist/types/products-list/selectors.d.ts.map +1 -1
- package/dist/types/products-list/types.d.ts +34 -6
- package/dist/types/products-list/types.d.ts.map +1 -1
- package/dist/types/purchases/hooks/use-site-purchase-by-id.d.ts +8 -0
- package/dist/types/purchases/hooks/use-site-purchase-by-id.d.ts.map +1 -0
- package/dist/types/purchases/hooks/use-site-purchases-by-product-slug.d.ts +12 -0
- package/dist/types/purchases/hooks/use-site-purchases-by-product-slug.d.ts.map +1 -0
- package/dist/types/purchases/index.d.ts +14 -0
- package/dist/types/purchases/index.d.ts.map +1 -0
- package/dist/types/purchases/lib/assembler.d.ts +4 -0
- package/dist/types/purchases/lib/assembler.d.ts.map +1 -0
- package/dist/types/purchases/queries/lib/use-query-keys-factory.d.ts +5 -0
- package/dist/types/purchases/queries/lib/use-query-keys-factory.d.ts.map +1 -0
- package/dist/types/purchases/queries/use-site-purchases.d.ts +21 -0
- package/dist/types/purchases/queries/use-site-purchases.d.ts.map +1 -0
- package/dist/types/purchases/types.d.ts +321 -0
- package/dist/types/purchases/types.d.ts.map +1 -0
- package/dist/types/queries/use-all-domains-query.d.ts +12 -0
- package/dist/types/queries/use-all-domains-query.d.ts.map +1 -0
- package/dist/types/queries/use-bulk-domain-update-status-query.d.ts +45 -0
- package/dist/types/queries/use-bulk-domain-update-status-query.d.ts.map +1 -0
- package/dist/types/queries/use-happiness-engineers-query.d.ts +2 -2
- package/dist/types/queries/use-happiness-engineers-query.d.ts.map +1 -1
- package/dist/types/queries/use-launchpad-navigator.d.ts +15 -0
- package/dist/types/queries/use-launchpad-navigator.d.ts.map +1 -0
- package/dist/types/queries/use-launchpad.d.ts +64 -0
- package/dist/types/queries/use-launchpad.d.ts.map +1 -0
- package/dist/types/queries/use-site-domains-query.d.ts +129 -0
- package/dist/types/queries/use-site-domains-query.d.ts.map +1 -0
- package/dist/types/queries/use-site-intent.d.ts +2 -2
- package/dist/types/queries/use-site-intent.d.ts.map +1 -1
- package/dist/types/queries/use-site-query.d.ts +5 -0
- package/dist/types/queries/use-site-query.d.ts.map +1 -0
- package/dist/types/reader/constants.d.ts +21 -1
- package/dist/types/reader/constants.d.ts.map +1 -1
- package/dist/types/reader/contexts/index.d.ts +3 -0
- package/dist/types/reader/contexts/index.d.ts.map +1 -0
- package/dist/types/reader/contexts/site-subscriptions-query-props.d.ts +17 -0
- package/dist/types/reader/contexts/site-subscriptions-query-props.d.ts.map +1 -0
- package/dist/types/reader/contexts/unsubscribed-feeds-search.d.ts +12 -0
- package/dist/types/reader/contexts/unsubscribed-feeds-search.d.ts.map +1 -0
- package/dist/types/reader/helpers/index.d.ts +44 -0
- package/dist/types/reader/helpers/index.d.ts.map +1 -0
- package/dist/types/reader/helpers/optimistic-update.d.ts +18 -0
- package/dist/types/reader/helpers/optimistic-update.d.ts.map +1 -0
- package/dist/types/reader/helpers/query-key.d.ts +4 -0
- package/dist/types/reader/helpers/query-key.d.ts.map +1 -0
- package/dist/types/reader/helpers/type-guards.d.ts +5 -0
- package/dist/types/reader/helpers/type-guards.d.ts.map +1 -0
- package/dist/types/reader/helpers/validators.d.ts +14 -0
- package/dist/types/reader/helpers/validators.d.ts.map +1 -0
- package/dist/types/reader/hooks/index.d.ts +5 -0
- package/dist/types/reader/hooks/index.d.ts.map +1 -0
- package/dist/types/reader/hooks/use-cache-key.d.ts +3 -0
- package/dist/types/reader/hooks/use-cache-key.d.ts.map +1 -0
- package/dist/types/reader/hooks/use-is-logged-in.d.ts +6 -0
- package/dist/types/reader/hooks/use-is-logged-in.d.ts.map +1 -0
- package/dist/types/reader/hooks/use-is-query-enabled.d.ts +3 -0
- package/dist/types/reader/hooks/use-is-query-enabled.d.ts.map +1 -0
- package/dist/types/reader/hooks/use-subscriber-email-address.d.ts +3 -0
- package/dist/types/reader/hooks/use-subscriber-email-address.d.ts.map +1 -0
- package/dist/types/reader/index.d.ts +864 -12
- package/dist/types/reader/index.d.ts.map +1 -1
- package/dist/types/reader/mutations/index.d.ts +14 -0
- package/dist/types/reader/mutations/index.d.ts.map +1 -0
- package/dist/types/reader/mutations/use-pending-post-confirm-mutation.d.ts +13 -0
- package/dist/types/reader/mutations/use-pending-post-confirm-mutation.d.ts.map +1 -0
- package/dist/types/reader/mutations/use-pending-post-delete-mutation.d.ts +13 -0
- package/dist/types/reader/mutations/use-pending-post-delete-mutation.d.ts.map +1 -0
- package/dist/types/reader/mutations/use-pending-site-confirm-mutation.d.ts +14 -0
- package/dist/types/reader/mutations/use-pending-site-confirm-mutation.d.ts.map +1 -0
- package/dist/types/reader/mutations/use-pending-site-delete-mutation.d.ts +13 -0
- package/dist/types/reader/mutations/use-pending-site-delete-mutation.d.ts.map +1 -0
- package/dist/types/reader/mutations/use-post-notify-me-of-new-comments-mutation.d.ts +13 -0
- package/dist/types/reader/mutations/use-post-notify-me-of-new-comments-mutation.d.ts.map +1 -0
- package/dist/types/reader/mutations/use-post-unsubscribe-mutation.d.ts +25 -0
- package/dist/types/reader/mutations/use-post-unsubscribe-mutation.d.ts.map +1 -0
- package/dist/types/reader/mutations/use-site-delivery-frequency-mutation.d.ts +27 -0
- package/dist/types/reader/mutations/use-site-delivery-frequency-mutation.d.ts.map +1 -0
- package/dist/types/reader/mutations/use-site-email-me-new-comments-mutation.d.ts +19 -0
- package/dist/types/reader/mutations/use-site-email-me-new-comments-mutation.d.ts.map +1 -0
- package/dist/types/reader/mutations/use-site-email-me-new-posts-mutation.d.ts +19 -0
- package/dist/types/reader/mutations/use-site-email-me-new-posts-mutation.d.ts.map +1 -0
- package/dist/types/reader/mutations/use-site-notify-me-of-new-posts-mutation.d.ts +19 -0
- package/dist/types/reader/mutations/use-site-notify-me-of-new-posts-mutation.d.ts.map +1 -0
- package/dist/types/reader/mutations/use-site-subscribe-mutation.d.ts +29 -0
- package/dist/types/reader/mutations/use-site-subscribe-mutation.d.ts.map +1 -0
- package/dist/types/reader/mutations/use-site-unsubscribe-mutation.d.ts +21 -0
- package/dist/types/reader/mutations/use-site-unsubscribe-mutation.d.ts.map +1 -0
- package/dist/types/reader/mutations/use-user-settings-mutation.d.ts +15 -0
- package/dist/types/reader/mutations/use-user-settings-mutation.d.ts.map +1 -0
- package/dist/types/reader/queries/index.d.ts +12 -0
- package/dist/types/reader/queries/index.d.ts.map +1 -0
- package/dist/types/reader/queries/use-pending-post-subscriptions-query.d.ts +120 -0
- package/dist/types/reader/queries/use-pending-post-subscriptions-query.d.ts.map +1 -0
- package/dist/types/reader/queries/use-pending-site-subscriptions-query.d.ts +120 -0
- package/dist/types/reader/queries/use-pending-site-subscriptions-query.d.ts.map +1 -0
- package/dist/types/reader/queries/use-post-subscriptions-query.d.ts +228 -0
- package/dist/types/reader/queries/use-post-subscriptions-query.d.ts.map +1 -0
- package/dist/types/reader/queries/use-read-feed-query.d.ts +26 -0
- package/dist/types/reader/queries/use-read-feed-query.d.ts.map +1 -0
- package/dist/types/reader/queries/use-read-feed-search-query.d.ts +34 -0
- package/dist/types/reader/queries/use-read-feed-search-query.d.ts.map +1 -0
- package/dist/types/reader/queries/use-read-feed-site-query.d.ts +15 -0
- package/dist/types/reader/queries/use-read-feed-site-query.d.ts.map +1 -0
- package/dist/types/reader/queries/use-site-subscription-details-query.d.ts +4 -0
- package/dist/types/reader/queries/use-site-subscription-details-query.d.ts.map +1 -0
- package/dist/types/reader/queries/use-site-subscriptions-query.d.ts +145 -0
- package/dist/types/reader/queries/use-site-subscriptions-query.d.ts.map +1 -0
- package/dist/types/reader/queries/use-subscriptions-count-query.d.ts +5 -0
- package/dist/types/reader/queries/use-subscriptions-count-query.d.ts.map +1 -0
- package/dist/types/reader/queries/use-user-settings-query.d.ts +9 -0
- package/dist/types/reader/queries/use-user-settings-query.d.ts.map +1 -0
- package/dist/types/reader/types/index.d.ts +187 -0
- package/dist/types/reader/types/index.d.ts.map +1 -0
- package/dist/types/shared-types.d.ts +1 -0
- package/dist/types/shared-types.d.ts.map +1 -1
- package/dist/types/site/actions.d.ts +84 -27
- package/dist/types/site/actions.d.ts.map +1 -1
- package/dist/types/site/constants.d.ts +1 -0
- package/dist/types/site/constants.d.ts.map +1 -1
- package/dist/types/site/index.d.ts +9 -8
- package/dist/types/site/index.d.ts.map +1 -1
- package/dist/types/site/queries/lib/use-query-keys-factory.d.ts +8 -0
- package/dist/types/site/queries/lib/use-query-keys-factory.d.ts.map +1 -0
- package/dist/types/site/queries/use-site-features.d.ts +11 -0
- package/dist/types/site/queries/use-site-features.d.ts.map +1 -0
- package/dist/types/site/queries/use-site-media-storage.d.ts +12 -0
- package/dist/types/site/queries/use-site-media-storage.d.ts.map +1 -0
- package/dist/types/site/queries/use-site-user-query.d.ts +9 -0
- package/dist/types/site/queries/use-site-user-query.d.ts.map +1 -0
- package/dist/types/site/queries/use-site.d.ts +11 -0
- package/dist/types/site/queries/use-site.d.ts.map +1 -0
- package/dist/types/site/reducer.d.ts +19 -2
- package/dist/types/site/reducer.d.ts.map +1 -1
- package/dist/types/site/resolvers.d.ts +5 -3
- package/dist/types/site/resolvers.d.ts.map +1 -1
- package/dist/types/site/selectors.d.ts +27 -84
- package/dist/types/site/selectors.d.ts.map +1 -1
- package/dist/types/site/types.d.ts +356 -115
- package/dist/types/site/types.d.ts.map +1 -1
- package/dist/types/site/utils.d.ts +2 -0
- package/dist/types/site/utils.d.ts.map +1 -0
- package/dist/types/site-reset/index.d.ts +4 -0
- package/dist/types/site-reset/index.d.ts.map +1 -0
- package/dist/types/site-reset/use-site-reset-content-summary-query.d.ts +10 -0
- package/dist/types/site-reset/use-site-reset-content-summary-query.d.ts.map +1 -0
- package/dist/types/site-reset/use-site-reset-mutation.d.ts +96 -0
- package/dist/types/site-reset/use-site-reset-mutation.d.ts.map +1 -0
- package/dist/types/site-reset/use-site-reset-status-query.d.ts +8 -0
- package/dist/types/site-reset/use-site-reset-status-query.d.ts.map +1 -0
- package/dist/types/starter-designs-queries/index.d.ts +4 -0
- package/dist/types/starter-designs-queries/index.d.ts.map +1 -0
- package/dist/types/starter-designs-queries/types.d.ts +7 -2
- package/dist/types/starter-designs-queries/types.d.ts.map +1 -1
- package/dist/types/starter-designs-queries/use-starter-design-by-slug.d.ts +9 -0
- package/dist/types/starter-designs-queries/use-starter-design-by-slug.d.ts.map +1 -0
- package/dist/types/starter-designs-queries/use-starter-designs-query.d.ts +43 -0
- package/dist/types/starter-designs-queries/use-starter-designs-query.d.ts.map +1 -0
- package/dist/types/stepper-internal/actions.d.ts +11 -0
- package/dist/types/stepper-internal/actions.d.ts.map +1 -0
- package/dist/types/stepper-internal/constants.d.ts +2 -0
- package/dist/types/stepper-internal/constants.d.ts.map +1 -0
- package/dist/types/stepper-internal/index.d.ts +8 -0
- package/dist/types/stepper-internal/index.d.ts.map +1 -0
- package/dist/types/stepper-internal/reducer.d.ts +15 -0
- package/dist/types/stepper-internal/reducer.d.ts.map +1 -0
- package/dist/types/stepper-internal/selectors.d.ts +14 -0
- package/dist/types/stepper-internal/selectors.d.ts.map +1 -0
- package/dist/types/subscriber/actions.d.ts +100 -0
- package/dist/types/subscriber/actions.d.ts.map +1 -0
- package/dist/types/subscriber/constants.d.ts +2 -0
- package/dist/types/subscriber/constants.d.ts.map +1 -0
- package/dist/types/subscriber/index.d.ts +101 -0
- package/dist/types/subscriber/index.d.ts.map +1 -0
- package/dist/types/subscriber/reducers.d.ts +10 -0
- package/dist/types/subscriber/reducers.d.ts.map +1 -0
- package/dist/types/subscriber/selectors.d.ts +16 -0
- package/dist/types/subscriber/selectors.d.ts.map +1 -0
- package/dist/types/subscriber/types.d.ts +41 -0
- package/dist/types/subscriber/types.d.ts.map +1 -0
- package/dist/types/templates/index.d.ts +3 -0
- package/dist/types/templates/index.d.ts.map +1 -0
- package/dist/types/templates/types.d.ts +28 -0
- package/dist/types/templates/types.d.ts.map +1 -0
- package/dist/types/templates/use-template.d.ts +8 -0
- package/dist/types/templates/use-template.d.ts.map +1 -0
- package/dist/types/theme/index.d.ts +2 -0
- package/dist/types/theme/index.d.ts.map +1 -0
- package/dist/types/theme/utils.d.ts +5 -0
- package/dist/types/theme/utils.d.ts.map +1 -0
- package/dist/types/user/actions.d.ts +7 -41
- package/dist/types/user/actions.d.ts.map +1 -1
- package/dist/types/user/index.d.ts +1 -9
- package/dist/types/user/index.d.ts.map +1 -1
- package/dist/types/user/reducer.d.ts +3 -10
- package/dist/types/user/reducer.d.ts.map +1 -1
- package/dist/types/user/resolvers.d.ts +2 -3
- package/dist/types/user/resolvers.d.ts.map +1 -1
- package/dist/types/user/selectors.d.ts +1 -8
- package/dist/types/user/selectors.d.ts.map +1 -1
- package/dist/types/user/types.d.ts +9 -41
- package/dist/types/user/types.d.ts.map +1 -1
- package/dist/types/users/types.d.ts +44 -0
- package/dist/types/users/types.d.ts.map +1 -0
- package/dist/types/users/use-send-invites.d.ts +7 -0
- package/dist/types/users/use-send-invites.d.ts.map +1 -0
- package/dist/types/wpcom-plans-ui/actions.d.ts +21 -0
- package/dist/types/wpcom-plans-ui/actions.d.ts.map +1 -0
- package/dist/types/wpcom-plans-ui/constants.d.ts +2 -0
- package/dist/types/wpcom-plans-ui/constants.d.ts.map +1 -0
- package/dist/types/wpcom-plans-ui/index.d.ts +6 -0
- package/dist/types/wpcom-plans-ui/index.d.ts.map +1 -0
- package/dist/types/wpcom-plans-ui/reducer.d.ts +10 -0
- package/dist/types/wpcom-plans-ui/reducer.d.ts.map +1 -0
- package/dist/types/wpcom-plans-ui/selectors.d.ts +6 -0
- package/dist/types/wpcom-plans-ui/selectors.d.ts.map +1 -0
- package/dist/types/wpcom-plans-ui/types.d.ts +13 -0
- package/dist/types/wpcom-plans-ui/types.d.ts.map +1 -0
- package/dist/types/wpcom-request-controls/index.d.ts +2 -3
- package/dist/types/wpcom-request-controls/index.d.ts.map +1 -1
- package/package.json +30 -15
- package/src/add-ons/constants.ts +17 -0
- package/src/add-ons/hooks/use-add-on-checkout-link.ts +38 -0
- package/src/add-ons/hooks/use-add-on-display-cost.ts +28 -0
- package/src/add-ons/hooks/use-add-on-prices.ts +68 -0
- package/src/add-ons/hooks/use-add-on-purchase-status.ts +43 -0
- package/src/add-ons/hooks/use-add-ons.ts +275 -0
- package/src/add-ons/hooks/use-available-storage-add-ons.ts +38 -0
- package/src/add-ons/hooks/use-storage-add-ons.ts +18 -0
- package/src/add-ons/icons/custom-design.tsx +20 -0
- package/src/add-ons/icons/jetpack-ai.tsx +24 -0
- package/src/add-ons/icons/jetpack-stats.tsx +19 -0
- package/src/add-ons/icons/space-upgrade.tsx +18 -0
- package/src/add-ons/icons/unlimited-themes.tsx +21 -0
- package/src/add-ons/index.ts +10 -0
- package/src/add-ons/lib/is-storage-addon-enabled.ts +9 -0
- package/src/add-ons/types.ts +28 -0
- package/src/analyzer/actions.ts +50 -0
- package/src/analyzer/constants.ts +1 -0
- package/src/analyzer/index.ts +17 -0
- package/src/analyzer/reducers.ts +36 -0
- package/src/analyzer/selectors.ts +11 -0
- package/src/analyzer/types.ts +37 -0
- package/src/automated-transfer-eligibility/index.ts +1 -9
- package/src/automated-transfer-eligibility/resolvers.ts +0 -1
- package/src/automated-transfer-eligibility/selectors.ts +5 -8
- package/src/automated-transfer-eligibility/types.ts +4 -1
- package/src/contextual-help/admin-sections.ts +404 -0
- package/src/contextual-help/constants.ts +0 -5
- package/src/contextual-help/contextual-help.tsx +12 -1877
- package/src/domain-suggestions/actions.ts +5 -5
- package/src/domain-suggestions/index.ts +4 -9
- package/src/domain-suggestions/queries.ts +85 -0
- package/src/domain-suggestions/selectors.ts +12 -5
- package/src/domain-suggestions/types.ts +23 -10
- package/src/domain-suggestions/utils.ts +0 -4
- package/src/help-center/actions.ts +129 -41
- package/src/help-center/index.ts +9 -9
- package/src/help-center/reducer.ts +66 -22
- package/src/help-center/selectors.ts +8 -3
- package/src/help-center/types.ts +47 -0
- package/src/index.ts +45 -24
- package/src/launchpad-navigator/actions.ts +85 -0
- package/src/launchpad-navigator/constants.ts +4 -0
- package/src/launchpad-navigator/index.ts +16 -0
- package/src/launchpad-navigator/reducer.ts +35 -0
- package/src/launchpad-navigator/selectors.ts +6 -0
- package/src/mapped-types.ts +1 -17
- package/src/mutations/use-domains-bulk-actions-mutation.ts +90 -0
- package/src/onboard/actions.ts +309 -61
- package/src/onboard/constants.ts +25 -2
- package/src/onboard/index.ts +32 -16
- package/src/onboard/reducer.ts +368 -39
- package/src/onboard/selectors.ts +50 -14
- package/src/onboard/test/actions.ts +25 -0
- package/src/onboard/test/reducers.ts +26 -0
- package/src/onboard/test/selectors.ts +22 -0
- package/src/onboard/test/utils.ts +29 -0
- package/src/onboard/types.ts +68 -0
- package/src/onboard/utils.ts +54 -0
- package/src/plans/constants.ts +25 -3
- package/src/plans/hooks/test/use-current-plan.ts +43 -0
- package/src/plans/hooks/test/use-intro-offers.ts +97 -0
- package/src/plans/hooks/test/use-pricing-meta-for-grid-plans.ts +295 -0
- package/src/plans/hooks/use-current-plan-expiry-date.ts +17 -0
- package/src/plans/hooks/use-current-plan-term.ts +18 -0
- package/src/plans/hooks/use-current-plan.ts +21 -0
- package/src/plans/hooks/use-intro-offers-for-woo-express.ts +49 -0
- package/src/plans/hooks/use-intro-offers.ts +45 -0
- package/src/plans/hooks/use-pricing-meta-for-grid-plans.ts +325 -0
- package/src/plans/index.ts +18 -8
- package/src/plans/mock/apis/plans.ts +9 -0
- package/src/plans/mock/index.ts +4 -0
- package/src/plans/mock/next/README.md +3 -0
- package/src/plans/mock/next/index.ts +1 -0
- package/src/plans/mock/next/store/plans.ts +102 -0
- package/src/plans/mock/store/products.ts +2 -2
- package/src/plans/queries/lib/unpack-cost-overrides.ts +18 -0
- package/src/plans/queries/lib/unpack-intro-offer.ts +40 -0
- package/src/plans/queries/lib/use-query-keys-factory.ts +6 -0
- package/src/plans/queries/use-plans.ts +79 -0
- package/src/plans/queries/use-site-plans.ts +82 -0
- package/src/plans/resolvers.ts +22 -19
- package/src/plans/selectors.ts +22 -21
- package/src/plans/types.ts +223 -12
- package/src/plugins/index.ts +17 -0
- package/src/plugins/one-week-persistence-config.ts +79 -0
- package/src/products-list/actions.ts +2 -2
- package/src/products-list/index.ts +12 -20
- package/src/products-list/queries/lib/use-query-keys-factory.ts +5 -0
- package/src/products-list/queries/use-products.ts +65 -0
- package/src/products-list/reducer.ts +5 -2
- package/src/products-list/resolvers.ts +2 -2
- package/src/products-list/selectors.ts +16 -2
- package/src/products-list/test/actions.ts +3 -2
- package/src/products-list/test/selectors.ts +3 -8
- package/src/products-list/types.ts +42 -6
- package/src/purchases/hooks/test/use-site-purchases-by-product-slug.ts +61 -0
- package/src/purchases/hooks/use-site-purchase-by-id.ts +17 -0
- package/src/purchases/hooks/use-site-purchases-by-product-slug.ts +34 -0
- package/src/purchases/index.ts +17 -0
- package/src/purchases/lib/assembler.ts +157 -0
- package/src/purchases/queries/lib/use-query-keys-factory.ts +5 -0
- package/src/purchases/queries/use-site-purchases.ts +52 -0
- package/src/purchases/types.ts +353 -0
- package/src/queries/use-all-domains-query.ts +59 -0
- package/src/queries/use-bulk-domain-update-status-query.ts +125 -0
- package/src/queries/use-happiness-engineers-query.ts +8 -9
- package/src/queries/use-launchpad-navigator.ts +56 -0
- package/src/queries/use-launchpad.ts +244 -0
- package/src/queries/use-site-domains-query.ts +165 -0
- package/src/queries/use-site-intent.ts +8 -10
- package/src/queries/use-site-query.ts +25 -0
- package/src/reader/constants.ts +24 -1
- package/src/reader/contexts/index.ts +8 -0
- package/src/reader/contexts/site-subscriptions-query-props.tsx +48 -0
- package/src/reader/contexts/unsubscribed-feeds-search.tsx +35 -0
- package/src/reader/helpers/index.ts +127 -0
- package/src/reader/helpers/optimistic-update.ts +85 -0
- package/src/reader/helpers/query-key.ts +17 -0
- package/src/reader/helpers/type-guards.ts +35 -0
- package/src/reader/helpers/validators.ts +34 -0
- package/src/reader/hooks/index.ts +4 -0
- package/src/reader/hooks/use-cache-key.ts +9 -0
- package/src/reader/hooks/use-is-logged-in.ts +22 -0
- package/src/reader/hooks/use-is-query-enabled.ts +13 -0
- package/src/reader/hooks/use-subscriber-email-address.ts +25 -0
- package/src/reader/index.ts +67 -33
- package/src/reader/mutations/index.ts +13 -0
- package/src/reader/mutations/test/use-site-delivery-frequency-mutation.test.tsx +66 -0
- package/src/reader/mutations/use-pending-post-confirm-mutation.ts +116 -0
- package/src/reader/mutations/use-pending-post-delete-mutation.ts +109 -0
- package/src/reader/mutations/use-pending-site-confirm-mutation.ts +115 -0
- package/src/reader/mutations/use-pending-site-delete-mutation.ts +109 -0
- package/src/reader/mutations/use-post-notify-me-of-new-comments-mutation.ts +89 -0
- package/src/reader/mutations/use-post-unsubscribe-mutation.ts +123 -0
- package/src/reader/mutations/use-site-delivery-frequency-mutation.ts +148 -0
- package/src/reader/mutations/use-site-email-me-new-comments-mutation.ts +140 -0
- package/src/reader/mutations/use-site-email-me-new-posts-mutation.ts +143 -0
- package/src/reader/mutations/use-site-notify-me-of-new-posts-mutation.ts +145 -0
- package/src/reader/mutations/use-site-subscribe-mutation.ts +181 -0
- package/src/reader/mutations/use-site-unsubscribe-mutation.ts +233 -0
- package/src/reader/mutations/use-user-settings-mutation.ts +66 -0
- package/src/reader/queries/index.ts +15 -0
- package/src/reader/queries/test/use-read-feed-search-query.tsx +55 -0
- package/src/reader/queries/test/use-site-subscriptions-query.tsx +180 -0
- package/src/reader/queries/use-pending-post-subscriptions-query.ts +72 -0
- package/src/reader/queries/use-pending-site-subscriptions-query.ts +72 -0
- package/src/reader/queries/use-post-subscriptions-query.ts +135 -0
- package/src/reader/queries/use-read-feed-query.ts +43 -0
- package/src/reader/queries/use-read-feed-search-query.ts +72 -0
- package/src/reader/queries/use-read-feed-site-query.ts +35 -0
- package/src/reader/queries/use-site-subscription-details-query.ts +31 -0
- package/src/reader/queries/use-site-subscriptions-query.ts +148 -0
- package/src/reader/queries/use-subscriptions-count-query.ts +26 -0
- package/src/reader/queries/use-user-settings-query.ts +24 -0
- package/src/reader/types/index.ts +204 -0
- package/src/shared-types.ts +10 -0
- package/src/site/actions.ts +308 -38
- package/src/site/constants.ts +7 -0
- package/src/site/index.ts +15 -9
- package/src/site/queries/lib/use-query-keys-factory.ts +15 -0
- package/src/site/queries/use-site-features.ts +28 -0
- package/src/site/queries/use-site-media-storage.ts +36 -0
- package/src/site/queries/use-site-user-query.ts +26 -0
- package/src/site/queries/use-site.ts +28 -0
- package/src/site/reducer.ts +63 -0
- package/src/site/resolvers.ts +25 -5
- package/src/site/selectors.ts +63 -38
- package/src/site/test/actions.ts +172 -7
- package/src/site/test/reducer.ts +19 -1
- package/src/site/test/selectors.ts +98 -2
- package/src/site/types.ts +397 -111
- package/src/site/utils.ts +38 -0
- package/src/site-reset/index.ts +3 -0
- package/src/site-reset/test/use-site-reset-mutation.tsx +76 -0
- package/src/site-reset/use-site-reset-content-summary-query.ts +26 -0
- package/src/site-reset/use-site-reset-mutation.ts +39 -0
- package/src/site-reset/use-site-reset-status-query.ts +24 -0
- package/src/starter-designs-queries/index.ts +3 -0
- package/src/starter-designs-queries/types.ts +6 -2
- package/src/starter-designs-queries/use-starter-design-by-slug.ts +34 -0
- package/src/starter-designs-queries/use-starter-designs-query.ts +125 -0
- package/src/stepper-internal/actions.ts +13 -0
- package/src/stepper-internal/constants.ts +1 -0
- package/src/stepper-internal/index.ts +25 -0
- package/src/stepper-internal/reducer.ts +31 -0
- package/src/stepper-internal/selectors.ts +4 -0
- package/src/stepper-internal/test/action.ts +22 -0
- package/src/stepper-internal/test/reducer.ts +33 -0
- package/src/stepper-internal/test/selectors.ts +29 -0
- package/src/subscriber/actions.ts +191 -0
- package/src/subscriber/constants.ts +1 -0
- package/src/subscriber/index.ts +17 -0
- package/src/subscriber/reducers.ts +107 -0
- package/src/subscriber/selectors.ts +7 -0
- package/src/subscriber/test/reducers.ts +220 -0
- package/src/subscriber/types.ts +46 -0
- package/src/templates/index.ts +2 -0
- package/src/templates/types.ts +28 -0
- package/src/templates/use-template.ts +27 -0
- package/src/theme/index.ts +1 -0
- package/src/theme/test/utils.ts +13 -0
- package/src/theme/utils.ts +10 -0
- package/src/user/README.md +3 -79
- package/src/user/actions.ts +8 -74
- package/src/user/index.ts +5 -12
- package/src/user/reducer.ts +5 -56
- package/src/user/resolvers.ts +2 -3
- package/src/user/selectors.ts +1 -5
- package/src/user/test/reducer.ts +2 -119
- package/src/user/test/resolvers.ts +1 -1
- package/src/user/types.ts +9 -46
- package/src/users/types.ts +42 -0
- package/src/users/use-send-invites.ts +21 -0
- package/src/wpcom-plans-ui/README.md +3 -0
- package/src/wpcom-plans-ui/actions.ts +33 -0
- package/src/wpcom-plans-ui/constants.ts +1 -0
- package/src/wpcom-plans-ui/index.ts +19 -0
- package/src/wpcom-plans-ui/reducer.ts +40 -0
- package/src/wpcom-plans-ui/selectors.ts +20 -0
- package/src/wpcom-plans-ui/test/reducer.js +15 -0
- package/src/wpcom-plans-ui/test/selectors.js +19 -0
- package/src/wpcom-plans-ui/types.ts +14 -0
- package/src/wpcom-request-controls/index.ts +5 -6
- package/dist/cjs/auth/actions.js +0 -200
- package/dist/cjs/auth/actions.js.map +0 -1
- package/dist/cjs/auth/constants.js +0 -6
- package/dist/cjs/auth/constants.js.map +0 -1
- package/dist/cjs/auth/controls.js +0 -46
- package/dist/cjs/auth/controls.js.map +0 -1
- package/dist/cjs/auth/index.js +0 -36
- package/dist/cjs/auth/index.js.map +0 -1
- package/dist/cjs/auth/reducer.js +0 -80
- package/dist/cjs/auth/reducer.js.map +0 -1
- package/dist/cjs/auth/selectors.js +0 -14
- package/dist/cjs/auth/selectors.js.map +0 -1
- package/dist/cjs/auth/types.js.map +0 -1
- package/dist/cjs/auth/utils.js +0 -9
- package/dist/cjs/auth/utils.js.map +0 -1
- package/dist/cjs/i18n/actions.js +0 -10
- package/dist/cjs/i18n/actions.js.map +0 -1
- package/dist/cjs/i18n/constants.js +0 -6
- package/dist/cjs/i18n/constants.js.map +0 -1
- package/dist/cjs/i18n/index.js +0 -27
- package/dist/cjs/i18n/index.js.map +0 -1
- package/dist/cjs/i18n/reducer.js +0 -19
- package/dist/cjs/i18n/reducer.js.map +0 -1
- package/dist/cjs/i18n/resolvers.js +0 -16
- package/dist/cjs/i18n/resolvers.js.map +0 -1
- package/dist/cjs/i18n/selectors.js +0 -6
- package/dist/cjs/i18n/selectors.js.map +0 -1
- package/dist/cjs/i18n/types.js.map +0 -1
- package/dist/cjs/launch/actions.js +0 -123
- package/dist/cjs/launch/actions.js.map +0 -1
- package/dist/cjs/launch/constants.js +0 -7
- package/dist/cjs/launch/constants.js.map +0 -1
- package/dist/cjs/launch/data.js +0 -16
- package/dist/cjs/launch/data.js.map +0 -1
- package/dist/cjs/launch/index.js +0 -38
- package/dist/cjs/launch/index.js.map +0 -1
- package/dist/cjs/launch/persist.js +0 -6
- package/dist/cjs/launch/persist.js.map +0 -1
- package/dist/cjs/launch/reducer.js +0 -133
- package/dist/cjs/launch/reducer.js.map +0 -1
- package/dist/cjs/launch/selectors.js +0 -77
- package/dist/cjs/launch/selectors.js.map +0 -1
- package/dist/cjs/launch/types.js.map +0 -1
- package/dist/cjs/onboard/persist.js +0 -6
- package/dist/cjs/onboard/persist.js.map +0 -1
- package/dist/cjs/persistence-config-factory/index.js +0 -77
- package/dist/cjs/persistence-config-factory/index.js.map +0 -1
- package/dist/cjs/queries/use-has-3rd-party-cookies.js +0 -40
- package/dist/cjs/queries/use-has-3rd-party-cookies.js.map +0 -1
- package/dist/cjs/queries/use-has-seen-whats-new-modal-query.js +0 -43
- package/dist/cjs/queries/use-has-seen-whats-new-modal-query.js.map +0 -1
- package/dist/cjs/queries/use-site-analysis.js +0 -65
- package/dist/cjs/queries/use-site-analysis.js.map +0 -1
- package/dist/cjs/reader/actions.js +0 -9
- package/dist/cjs/reader/actions.js.map +0 -1
- package/dist/cjs/reader/persist.js +0 -6
- package/dist/cjs/reader/persist.js.map +0 -1
- package/dist/cjs/reader/reducer.js +0 -14
- package/dist/cjs/reader/reducer.js.map +0 -1
- package/dist/cjs/reader/resolvers.js +0 -20
- package/dist/cjs/reader/resolvers.js.map +0 -1
- package/dist/cjs/reader/selectors.js +0 -6
- package/dist/cjs/reader/selectors.js.map +0 -1
- package/dist/cjs/starter-designs-queries/use-starter-designs-generated-query.js +0 -37
- package/dist/cjs/starter-designs-queries/use-starter-designs-generated-query.js.map +0 -1
- package/dist/cjs/support-queries/types.js.map +0 -1
- package/dist/cjs/support-queries/use-sibyl-query.js +0 -22
- package/dist/cjs/support-queries/use-sibyl-query.js.map +0 -1
- package/dist/cjs/support-queries/use-submit-forums-topic.js +0 -42
- package/dist/cjs/support-queries/use-submit-forums-topic.js.map +0 -1
- package/dist/cjs/support-queries/use-submit-support-ticket.js +0 -16
- package/dist/cjs/support-queries/use-submit-support-ticket.js.map +0 -1
- package/dist/cjs/support-queries/use-support-availability.js +0 -17
- package/dist/cjs/support-queries/use-support-availability.js.map +0 -1
- package/dist/cjs/verticals/actions.js +0 -9
- package/dist/cjs/verticals/actions.js.map +0 -1
- package/dist/cjs/verticals/constants.js +0 -5
- package/dist/cjs/verticals/constants.js.map +0 -1
- package/dist/cjs/verticals/index.js +0 -27
- package/dist/cjs/verticals/index.js.map +0 -1
- package/dist/cjs/verticals/reducer.js +0 -12
- package/dist/cjs/verticals/reducer.js.map +0 -1
- package/dist/cjs/verticals/resolvers.js +0 -24
- package/dist/cjs/verticals/resolvers.js.map +0 -1
- package/dist/cjs/verticals/selectors.js +0 -8
- package/dist/cjs/verticals/selectors.js.map +0 -1
- package/dist/cjs/verticals/types.js.map +0 -1
- package/dist/cjs/verticals-templates/actions.js +0 -10
- package/dist/cjs/verticals-templates/actions.js.map +0 -1
- package/dist/cjs/verticals-templates/constants.js +0 -5
- package/dist/cjs/verticals-templates/constants.js.map +0 -1
- package/dist/cjs/verticals-templates/index.js +0 -28
- package/dist/cjs/verticals-templates/index.js.map +0 -1
- package/dist/cjs/verticals-templates/reducer.js +0 -15
- package/dist/cjs/verticals-templates/reducer.js.map +0 -1
- package/dist/cjs/verticals-templates/resolvers.js +0 -15
- package/dist/cjs/verticals-templates/resolvers.js.map +0 -1
- package/dist/cjs/verticals-templates/selectors.js +0 -14
- package/dist/cjs/verticals-templates/selectors.js.map +0 -1
- package/dist/cjs/verticals-templates/types.js.map +0 -1
- package/dist/cjs/wpcom-features/constants.js +0 -5
- package/dist/cjs/wpcom-features/constants.js.map +0 -1
- package/dist/cjs/wpcom-features/features-data.js +0 -41
- package/dist/cjs/wpcom-features/features-data.js.map +0 -1
- package/dist/cjs/wpcom-features/index.js +0 -25
- package/dist/cjs/wpcom-features/index.js.map +0 -1
- package/dist/cjs/wpcom-features/reducer.js +0 -8
- package/dist/cjs/wpcom-features/reducer.js.map +0 -1
- package/dist/cjs/wpcom-features/selectors.js +0 -20
- package/dist/cjs/wpcom-features/selectors.js.map +0 -1
- package/dist/cjs/wpcom-features/types.js.map +0 -1
- package/dist/esm/auth/actions.js +0 -196
- package/dist/esm/auth/actions.js.map +0 -1
- package/dist/esm/auth/constants.js +0 -3
- package/dist/esm/auth/constants.js.map +0 -1
- package/dist/esm/auth/controls.js +0 -42
- package/dist/esm/auth/controls.js.map +0 -1
- package/dist/esm/auth/index.js +0 -31
- package/dist/esm/auth/index.js.map +0 -1
- package/dist/esm/auth/reducer.js +0 -74
- package/dist/esm/auth/reducer.js.map +0 -1
- package/dist/esm/auth/selectors.js +0 -6
- package/dist/esm/auth/selectors.js.map +0 -1
- package/dist/esm/auth/types.js.map +0 -1
- package/dist/esm/auth/utils.js +0 -5
- package/dist/esm/auth/utils.js.map +0 -1
- package/dist/esm/i18n/actions.js +0 -6
- package/dist/esm/i18n/actions.js.map +0 -1
- package/dist/esm/i18n/constants.js +0 -3
- package/dist/esm/i18n/constants.js.map +0 -1
- package/dist/esm/i18n/index.js +0 -22
- package/dist/esm/i18n/index.js.map +0 -1
- package/dist/esm/i18n/reducer.js +0 -17
- package/dist/esm/i18n/reducer.js.map +0 -1
- package/dist/esm/i18n/resolvers.js +0 -12
- package/dist/esm/i18n/resolvers.js.map +0 -1
- package/dist/esm/i18n/selectors.js +0 -2
- package/dist/esm/i18n/selectors.js.map +0 -1
- package/dist/esm/i18n/types.js.map +0 -1
- package/dist/esm/launch/actions.js +0 -97
- package/dist/esm/launch/actions.js.map +0 -1
- package/dist/esm/launch/constants.js +0 -4
- package/dist/esm/launch/constants.js.map +0 -1
- package/dist/esm/launch/data.js +0 -13
- package/dist/esm/launch/data.js.map +0 -1
- package/dist/esm/launch/index.js +0 -33
- package/dist/esm/launch/index.js.map +0 -1
- package/dist/esm/launch/persist.js +0 -3
- package/dist/esm/launch/persist.js.map +0 -1
- package/dist/esm/launch/reducer.js +0 -131
- package/dist/esm/launch/reducer.js.map +0 -1
- package/dist/esm/launch/selectors.js +0 -58
- package/dist/esm/launch/selectors.js.map +0 -1
- package/dist/esm/launch/types.js.map +0 -1
- package/dist/esm/onboard/persist.js +0 -3
- package/dist/esm/onboard/persist.js.map +0 -1
- package/dist/esm/persistence-config-factory/index.js +0 -74
- package/dist/esm/persistence-config-factory/index.js.map +0 -1
- package/dist/esm/queries/use-has-3rd-party-cookies.js +0 -36
- package/dist/esm/queries/use-has-3rd-party-cookies.js.map +0 -1
- package/dist/esm/queries/use-has-seen-whats-new-modal-query.js +0 -38
- package/dist/esm/queries/use-has-seen-whats-new-modal-query.js.map +0 -1
- package/dist/esm/queries/use-site-analysis.js +0 -60
- package/dist/esm/queries/use-site-analysis.js.map +0 -1
- package/dist/esm/reader/actions.js +0 -5
- package/dist/esm/reader/actions.js.map +0 -1
- package/dist/esm/reader/persist.js +0 -3
- package/dist/esm/reader/persist.js.map +0 -1
- package/dist/esm/reader/reducer.js +0 -12
- package/dist/esm/reader/reducer.js.map +0 -1
- package/dist/esm/reader/resolvers.js +0 -16
- package/dist/esm/reader/resolvers.js.map +0 -1
- package/dist/esm/reader/selectors.js +0 -2
- package/dist/esm/reader/selectors.js.map +0 -1
- package/dist/esm/starter-designs-queries/use-starter-designs-generated-query.js +0 -32
- package/dist/esm/starter-designs-queries/use-starter-designs-generated-query.js.map +0 -1
- package/dist/esm/support-queries/types.js.map +0 -1
- package/dist/esm/support-queries/use-sibyl-query.js +0 -17
- package/dist/esm/support-queries/use-sibyl-query.js.map +0 -1
- package/dist/esm/support-queries/use-submit-forums-topic.js +0 -37
- package/dist/esm/support-queries/use-submit-forums-topic.js.map +0 -1
- package/dist/esm/support-queries/use-submit-support-ticket.js +0 -11
- package/dist/esm/support-queries/use-submit-support-ticket.js.map +0 -1
- package/dist/esm/support-queries/use-support-availability.js +0 -12
- package/dist/esm/support-queries/use-support-availability.js.map +0 -1
- package/dist/esm/verticals/actions.js +0 -5
- package/dist/esm/verticals/actions.js.map +0 -1
- package/dist/esm/verticals/constants.js +0 -2
- package/dist/esm/verticals/constants.js.map +0 -1
- package/dist/esm/verticals/index.js +0 -22
- package/dist/esm/verticals/index.js.map +0 -1
- package/dist/esm/verticals/reducer.js +0 -10
- package/dist/esm/verticals/reducer.js.map +0 -1
- package/dist/esm/verticals/resolvers.js +0 -20
- package/dist/esm/verticals/resolvers.js.map +0 -1
- package/dist/esm/verticals/selectors.js +0 -3
- package/dist/esm/verticals/selectors.js.map +0 -1
- package/dist/esm/verticals/types.js.map +0 -1
- package/dist/esm/verticals-templates/actions.js +0 -6
- package/dist/esm/verticals-templates/actions.js.map +0 -1
- package/dist/esm/verticals-templates/constants.js +0 -2
- package/dist/esm/verticals-templates/constants.js.map +0 -1
- package/dist/esm/verticals-templates/index.js +0 -23
- package/dist/esm/verticals-templates/index.js.map +0 -1
- package/dist/esm/verticals-templates/reducer.js +0 -13
- package/dist/esm/verticals-templates/reducer.js.map +0 -1
- package/dist/esm/verticals-templates/resolvers.js +0 -11
- package/dist/esm/verticals-templates/resolvers.js.map +0 -1
- package/dist/esm/verticals-templates/selectors.js +0 -10
- package/dist/esm/verticals-templates/selectors.js.map +0 -1
- package/dist/esm/verticals-templates/types.js.map +0 -1
- package/dist/esm/wpcom-features/constants.js +0 -2
- package/dist/esm/wpcom-features/constants.js.map +0 -1
- package/dist/esm/wpcom-features/features-data.js +0 -37
- package/dist/esm/wpcom-features/features-data.js.map +0 -1
- package/dist/esm/wpcom-features/index.js +0 -19
- package/dist/esm/wpcom-features/index.js.map +0 -1
- package/dist/esm/wpcom-features/reducer.js +0 -6
- package/dist/esm/wpcom-features/reducer.js.map +0 -1
- package/dist/esm/wpcom-features/selectors.js +0 -15
- package/dist/esm/wpcom-features/selectors.js.map +0 -1
- package/dist/esm/wpcom-features/types.js.map +0 -1
- package/dist/types/auth/actions.d.ts +0 -98
- package/dist/types/auth/actions.d.ts.map +0 -1
- package/dist/types/auth/constants.d.ts +0 -3
- package/dist/types/auth/constants.d.ts.map +0 -1
- package/dist/types/auth/controls.d.ts +0 -8
- package/dist/types/auth/controls.d.ts.map +0 -1
- package/dist/types/auth/index.d.ts +0 -13
- package/dist/types/auth/index.d.ts.map +0 -1
- package/dist/types/auth/reducer.d.ts +0 -19
- package/dist/types/auth/reducer.d.ts.map +0 -1
- package/dist/types/auth/selectors.d.ts +0 -7
- package/dist/types/auth/selectors.d.ts.map +0 -1
- package/dist/types/auth/types.d.ts +0 -48
- package/dist/types/auth/types.d.ts.map +0 -1
- package/dist/types/auth/utils.d.ts +0 -2
- package/dist/types/auth/utils.d.ts.map +0 -1
- package/dist/types/i18n/actions.d.ts +0 -8
- package/dist/types/i18n/actions.d.ts.map +0 -1
- package/dist/types/i18n/constants.d.ts +0 -3
- package/dist/types/i18n/constants.d.ts.map +0 -1
- package/dist/types/i18n/index.d.ts +0 -13
- package/dist/types/i18n/index.d.ts.map +0 -1
- package/dist/types/i18n/reducer.d.ts +0 -10
- package/dist/types/i18n/reducer.d.ts.map +0 -1
- package/dist/types/i18n/resolvers.d.ts +0 -3
- package/dist/types/i18n/resolvers.d.ts.map +0 -1
- package/dist/types/i18n/selectors.d.ts +0 -4
- package/dist/types/i18n/selectors.d.ts.map +0 -1
- package/dist/types/i18n/types.d.ts +0 -8
- package/dist/types/i18n/types.d.ts.map +0 -1
- package/dist/types/launch/actions.d.ts +0 -87
- package/dist/types/launch/actions.d.ts.map +0 -1
- package/dist/types/launch/constants.d.ts +0 -4
- package/dist/types/launch/constants.d.ts.map +0 -1
- package/dist/types/launch/data.d.ts +0 -3
- package/dist/types/launch/data.d.ts.map +0 -1
- package/dist/types/launch/index.d.ts +0 -14
- package/dist/types/launch/index.d.ts.map +0 -1
- package/dist/types/launch/persist.d.ts +0 -6
- package/dist/types/launch/persist.d.ts.map +0 -1
- package/dist/types/launch/reducer.d.ts +0 -23
- package/dist/types/launch/reducer.d.ts.map +0 -1
- package/dist/types/launch/selectors.d.ts +0 -36
- package/dist/types/launch/selectors.d.ts.map +0 -1
- package/dist/types/launch/types.d.ts +0 -4
- package/dist/types/launch/types.d.ts.map +0 -1
- package/dist/types/onboard/persist.d.ts +0 -6
- package/dist/types/onboard/persist.d.ts.map +0 -1
- package/dist/types/persistence-config-factory/index.d.ts +0 -10
- package/dist/types/persistence-config-factory/index.d.ts.map +0 -1
- package/dist/types/queries/use-has-3rd-party-cookies.d.ts +0 -10
- package/dist/types/queries/use-has-3rd-party-cookies.d.ts.map +0 -1
- package/dist/types/queries/use-has-seen-whats-new-modal-query.d.ts +0 -12
- package/dist/types/queries/use-has-seen-whats-new-modal-query.d.ts.map +0 -1
- package/dist/types/queries/use-site-analysis.d.ts +0 -18
- package/dist/types/queries/use-site-analysis.d.ts.map +0 -1
- package/dist/types/reader/actions.d.ts +0 -16
- package/dist/types/reader/actions.d.ts.map +0 -1
- package/dist/types/reader/persist.d.ts +0 -6
- package/dist/types/reader/persist.d.ts.map +0 -1
- package/dist/types/reader/reducer.d.ts +0 -8
- package/dist/types/reader/reducer.d.ts.map +0 -1
- package/dist/types/reader/resolvers.d.ts +0 -2
- package/dist/types/reader/resolvers.d.ts.map +0 -1
- package/dist/types/reader/selectors.d.ts +0 -3
- package/dist/types/reader/selectors.d.ts.map +0 -1
- package/dist/types/starter-designs-queries/use-starter-designs-generated-query.d.ts +0 -9
- package/dist/types/starter-designs-queries/use-starter-designs-generated-query.d.ts.map +0 -1
- package/dist/types/support-queries/types.d.ts +0 -19
- package/dist/types/support-queries/types.d.ts.map +0 -1
- package/dist/types/support-queries/use-sibyl-query.d.ts +0 -9
- package/dist/types/support-queries/use-sibyl-query.d.ts.map +0 -1
- package/dist/types/support-queries/use-submit-forums-topic.d.ts +0 -15
- package/dist/types/support-queries/use-submit-forums-topic.d.ts.map +0 -1
- package/dist/types/support-queries/use-submit-support-ticket.d.ts +0 -10
- package/dist/types/support-queries/use-submit-support-ticket.d.ts.map +0 -1
- package/dist/types/support-queries/use-support-availability.d.ts +0 -5
- package/dist/types/support-queries/use-support-availability.d.ts.map +0 -1
- package/dist/types/verticals/actions.d.ts +0 -7
- package/dist/types/verticals/actions.d.ts.map +0 -1
- package/dist/types/verticals/constants.d.ts +0 -2
- package/dist/types/verticals/constants.d.ts.map +0 -1
- package/dist/types/verticals/index.d.ts +0 -13
- package/dist/types/verticals/index.d.ts.map +0 -1
- package/dist/types/verticals/reducer.d.ts +0 -11
- package/dist/types/verticals/reducer.d.ts.map +0 -1
- package/dist/types/verticals/resolvers.d.ts +0 -17
- package/dist/types/verticals/resolvers.d.ts.map +0 -1
- package/dist/types/verticals/selectors.d.ts +0 -6
- package/dist/types/verticals/selectors.d.ts.map +0 -1
- package/dist/types/verticals/types.d.ts +0 -14
- package/dist/types/verticals/types.d.ts.map +0 -1
- package/dist/types/verticals-templates/actions.d.ts +0 -8
- package/dist/types/verticals-templates/actions.d.ts.map +0 -1
- package/dist/types/verticals-templates/constants.d.ts +0 -2
- package/dist/types/verticals-templates/constants.d.ts.map +0 -1
- package/dist/types/verticals-templates/index.d.ts +0 -13
- package/dist/types/verticals-templates/index.d.ts.map +0 -1
- package/dist/types/verticals-templates/reducer.d.ts +0 -12
- package/dist/types/verticals-templates/reducer.d.ts.map +0 -1
- package/dist/types/verticals-templates/resolvers.d.ts +0 -10
- package/dist/types/verticals-templates/resolvers.d.ts.map +0 -1
- package/dist/types/verticals-templates/selectors.d.ts +0 -9
- package/dist/types/verticals-templates/selectors.d.ts.map +0 -1
- package/dist/types/verticals-templates/types.d.ts +0 -25
- package/dist/types/verticals-templates/types.d.ts.map +0 -1
- package/dist/types/wpcom-features/constants.d.ts +0 -2
- package/dist/types/wpcom-features/constants.d.ts.map +0 -1
- package/dist/types/wpcom-features/features-data.d.ts +0 -3
- package/dist/types/wpcom-features/features-data.d.ts.map +0 -1
- package/dist/types/wpcom-features/index.d.ts +0 -12
- package/dist/types/wpcom-features/index.d.ts.map +0 -1
- package/dist/types/wpcom-features/reducer.d.ts +0 -6
- package/dist/types/wpcom-features/reducer.d.ts.map +0 -1
- package/dist/types/wpcom-features/selectors.d.ts +0 -6
- package/dist/types/wpcom-features/selectors.d.ts.map +0 -1
- package/dist/types/wpcom-features/types.d.ts +0 -7
- package/dist/types/wpcom-features/types.d.ts.map +0 -1
- package/src/auth/README.md +0 -96
- package/src/auth/actions.ts +0 -290
- package/src/auth/constants.ts +0 -2
- package/src/auth/controls.ts +0 -55
- package/src/auth/index.ts +0 -41
- package/src/auth/reducer.ts +0 -103
- package/src/auth/selectors.ts +0 -12
- package/src/auth/test/actions.ts +0 -231
- package/src/auth/test/flows.ts +0 -301
- package/src/auth/test/reducer.ts +0 -70
- package/src/auth/types.ts +0 -64
- package/src/auth/utils.ts +0 -4
- package/src/i18n/actions.ts +0 -13
- package/src/i18n/constants.ts +0 -2
- package/src/i18n/index.ts +0 -32
- package/src/i18n/reducer.ts +0 -25
- package/src/i18n/resolvers.ts +0 -15
- package/src/i18n/selectors.ts +0 -7
- package/src/i18n/test/reducer.js +0 -69
- package/src/i18n/test/resolvers.js +0 -28
- package/src/i18n/test/selectors.js +0 -22
- package/src/i18n/types.ts +0 -3
- package/src/launch/actions.ts +0 -172
- package/src/launch/constants.ts +0 -3
- package/src/launch/data.ts +0 -13
- package/src/launch/index.ts +0 -44
- package/src/launch/persist.ts +0 -3
- package/src/launch/reducer.ts +0 -167
- package/src/launch/selectors.ts +0 -86
- package/src/launch/types.ts +0 -4
- package/src/onboard/persist.ts +0 -3
- package/src/persistence-config-factory/index.ts +0 -86
- package/src/queries/use-has-3rd-party-cookies.ts +0 -42
- package/src/queries/use-has-seen-whats-new-modal-query.ts +0 -68
- package/src/queries/use-site-analysis.ts +0 -78
- package/src/reader/actions.ts +0 -20
- package/src/reader/persist.ts +0 -3
- package/src/reader/reducer.ts +0 -18
- package/src/reader/resolvers.ts +0 -15
- package/src/reader/selectors.ts +0 -4
- package/src/reader/test/reader-store.test.ts +0 -43
- package/src/starter-designs-queries/use-starter-designs-generated-query.ts +0 -51
- package/src/support-queries/types.ts +0 -28
- package/src/support-queries/use-sibyl-query.ts +0 -31
- package/src/support-queries/use-submit-forums-topic.ts +0 -56
- package/src/support-queries/use-submit-support-ticket.ts +0 -21
- package/src/support-queries/use-support-availability.ts +0 -24
- package/src/user/test/actions.ts +0 -153
- package/src/verticals/actions.ts +0 -8
- package/src/verticals/constants.ts +0 -1
- package/src/verticals/index.ts +0 -31
- package/src/verticals/reducer.ts +0 -17
- package/src/verticals/resolvers.ts +0 -23
- package/src/verticals/selectors.ts +0 -4
- package/src/verticals/types.ts +0 -13
- package/src/verticals-templates/actions.ts +0 -9
- package/src/verticals-templates/constants.ts +0 -1
- package/src/verticals-templates/index.ts +0 -31
- package/src/verticals-templates/reducer.ts +0 -23
- package/src/verticals-templates/resolvers.ts +0 -15
- package/src/verticals-templates/selectors.ts +0 -11
- package/src/verticals-templates/types.ts +0 -29
- package/src/wpcom-features/constants.tsx +0 -1
- package/src/wpcom-features/features-data.tsx +0 -44
- package/src/wpcom-features/index.ts +0 -30
- package/src/wpcom-features/reducer.ts +0 -11
- package/src/wpcom-features/selectors.ts +0 -24
- package/src/wpcom-features/types.ts +0 -16
- /package/dist/cjs/{auth → add-ons}/types.js +0 -0
- /package/dist/cjs/{i18n → analyzer}/types.js +0 -0
- /package/dist/cjs/{launch → help-center}/types.js +0 -0
- /package/dist/cjs/{support-queries → onboard}/types.js +0 -0
- /package/dist/cjs/{verticals-templates → purchases}/types.js +0 -0
- /package/dist/cjs/{verticals → subscriber}/types.js +0 -0
- /package/dist/cjs/{wpcom-features → templates}/types.js +0 -0
- /package/dist/esm/{auth → add-ons}/types.js +0 -0
- /package/dist/esm/{i18n → analyzer}/types.js +0 -0
- /package/dist/esm/{launch → help-center}/types.js +0 -0
- /package/dist/esm/{support-queries → onboard}/types.js +0 -0
- /package/dist/esm/{verticals-templates → purchases}/types.js +0 -0
- /package/dist/esm/{verticals → subscriber}/types.js +0 -0
- /package/dist/esm/{wpcom-features → templates}/types.js +0 -0
|
@@ -1,1507 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getContextResults = exports.toursForSection = exports.videosForSection =
|
|
4
|
-
const i18n_utils_1 = require("@automattic/i18n-utils");
|
|
3
|
+
exports.getContextResults = exports.toursForSection = exports.videosForSection = void 0;
|
|
5
4
|
const i18n_1 = require("@wordpress/i18n");
|
|
6
5
|
const constants_1 = require("./constants");
|
|
7
|
-
/**
|
|
8
|
-
* Module variables
|
|
9
|
-
*/
|
|
10
|
-
/* eslint-disable inclusive-language/use-inclusive-words */
|
|
11
|
-
// All usage of the word "master" here refers to the verb (ie. "to learn"), not a synonym of "primary".
|
|
12
|
-
exports.defaultFallbackLinks = [
|
|
13
|
-
{
|
|
14
|
-
get link() {
|
|
15
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/do-i-need-a-website-a-blog-or-a-website-with-a-blog/');
|
|
16
|
-
},
|
|
17
|
-
post_id: 143180,
|
|
18
|
-
get title() {
|
|
19
|
-
return (0, i18n_1.__)('Do I Need a Website, a Blog, or a Website with a Blog?', __i18n_text_domain__);
|
|
20
|
-
},
|
|
21
|
-
get description() {
|
|
22
|
-
return (0, i18n_1.__)('If you’re building a brand new site, you might be wondering if you need a website, a blog, or a website with a blog. At WordPress.com, you can create all of these options easily, right in your dashboard.');
|
|
23
|
-
},
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
get link() {
|
|
27
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/pro-plan/');
|
|
28
|
-
},
|
|
29
|
-
post_id: 134940,
|
|
30
|
-
get title() {
|
|
31
|
-
return (0, i18n_1.__)('Uploading custom plugins and themes', __i18n_text_domain__);
|
|
32
|
-
},
|
|
33
|
-
get description() {
|
|
34
|
-
return (0, i18n_1.__)('Learn more about installing a custom theme or plugin using the Pro plan.', __i18n_text_domain__);
|
|
35
|
-
},
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
get link() {
|
|
39
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/domains/');
|
|
40
|
-
},
|
|
41
|
-
post_id: 1988,
|
|
42
|
-
get title() {
|
|
43
|
-
return (0, i18n_1.__)('All About Domains', __i18n_text_domain__);
|
|
44
|
-
},
|
|
45
|
-
get description() {
|
|
46
|
-
return (0, i18n_1.__)('Set up your domain whether it’s registered with WordPress.com or elsewhere.', __i18n_text_domain__);
|
|
47
|
-
},
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
get link() {
|
|
51
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/start/');
|
|
52
|
-
},
|
|
53
|
-
post_id: 81083,
|
|
54
|
-
get title() {
|
|
55
|
-
return (0, i18n_1.__)('Quick-Start Guide', __i18n_text_domain__);
|
|
56
|
-
},
|
|
57
|
-
get description() {
|
|
58
|
-
return (0, i18n_1.__)("Use our five-step checklist to get set up and ready to publish, no matter what kind of site you're building.");
|
|
59
|
-
},
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
get link() {
|
|
63
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/settings/privacy-settings/');
|
|
64
|
-
},
|
|
65
|
-
post_id: 1507,
|
|
66
|
-
get title() {
|
|
67
|
-
return (0, i18n_1.__)('Privacy Settings', __i18n_text_domain__);
|
|
68
|
-
},
|
|
69
|
-
get description() {
|
|
70
|
-
return (0, i18n_1.__)('Limit your site’s visibility or make it completely private.', __i18n_text_domain__);
|
|
71
|
-
},
|
|
72
|
-
},
|
|
73
|
-
];
|
|
74
|
-
exports.bloggerFallbackLinks = [
|
|
75
|
-
{
|
|
76
|
-
get link() {
|
|
77
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/posts/');
|
|
78
|
-
},
|
|
79
|
-
get title() {
|
|
80
|
-
return (0, i18n_1.__)('All about blog posts', __i18n_text_domain__);
|
|
81
|
-
},
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
get link() {
|
|
85
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/subscriptions-and-newsletters/');
|
|
86
|
-
},
|
|
87
|
-
get title() {
|
|
88
|
-
return (0, i18n_1.__)('Encourage visitors to subscribe to your content', __i18n_text_domain__);
|
|
89
|
-
},
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
get link() {
|
|
93
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/publicize/');
|
|
94
|
-
},
|
|
95
|
-
get title() {
|
|
96
|
-
return (0, i18n_1.__)('Share your content to social media automatically', __i18n_text_domain__);
|
|
97
|
-
},
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
get link() {
|
|
101
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/sharing/');
|
|
102
|
-
},
|
|
103
|
-
get title() {
|
|
104
|
-
return (0, i18n_1.__)('Encourage visitors to share your content', __i18n_text_domain__);
|
|
105
|
-
},
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
get link() {
|
|
109
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/seo/');
|
|
110
|
-
},
|
|
111
|
-
get title() {
|
|
112
|
-
return (0, i18n_1.__)('Learn about how to get noticed by search engines', __i18n_text_domain__);
|
|
113
|
-
},
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
get link() {
|
|
117
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/site-verification-services/');
|
|
118
|
-
},
|
|
119
|
-
get title() {
|
|
120
|
-
return (0, i18n_1.__)('Verify your site with Google and other services', __i18n_text_domain__);
|
|
121
|
-
},
|
|
122
|
-
},
|
|
123
|
-
];
|
|
124
|
-
exports.contextLinksForSection = {
|
|
125
|
-
stats: [
|
|
126
|
-
{
|
|
127
|
-
get link() {
|
|
128
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/stats/');
|
|
129
|
-
},
|
|
130
|
-
post_id: 4454,
|
|
131
|
-
get title() {
|
|
132
|
-
return (0, i18n_1.__)('Understanding the Stats Page', __i18n_text_domain__);
|
|
133
|
-
},
|
|
134
|
-
get description() {
|
|
135
|
-
return (0, i18n_1.__)('Your stats page includes a bunch of nifty graphs, charts, and lists that show you how many ' +
|
|
136
|
-
'visits your site gets, what posts and pages are the most popular ones, and much more. Learn what it all means.', __i18n_text_domain__);
|
|
137
|
-
},
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
get link() {
|
|
141
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/getting-more-views-and-traffic/');
|
|
142
|
-
},
|
|
143
|
-
post_id: 3307,
|
|
144
|
-
get title() {
|
|
145
|
-
return (0, i18n_1.__)('Getting More Views and Traffic', __i18n_text_domain__);
|
|
146
|
-
},
|
|
147
|
-
get description() {
|
|
148
|
-
return (0, i18n_1.__)('Want more traffic? Here are some tips for attracting more visitors to your site.', __i18n_text_domain__);
|
|
149
|
-
},
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
get link() {
|
|
153
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/getting-more-views-and-traffic/');
|
|
154
|
-
},
|
|
155
|
-
post_id: 132186,
|
|
156
|
-
get title() {
|
|
157
|
-
return (0, i18n_1.__)('Increase Your Site Traffic', __i18n_text_domain__);
|
|
158
|
-
},
|
|
159
|
-
get description() {
|
|
160
|
-
return (0, i18n_1.__)('One of the most frequent questions our community members ask us — and themselves — ' +
|
|
161
|
-
'is how to get more traffic. Here are a few best practices.', __i18n_text_domain__);
|
|
162
|
-
},
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
get link() {
|
|
166
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/grow-your-community/');
|
|
167
|
-
},
|
|
168
|
-
post_id: 132190,
|
|
169
|
-
get title() {
|
|
170
|
-
return (0, i18n_1.__)('Grow Your Community', __i18n_text_domain__);
|
|
171
|
-
},
|
|
172
|
-
get description() {
|
|
173
|
-
return (0, i18n_1.__)('You’ve worked hard on building your site, now it’s time to explore the community and get noticed. Learn how.', __i18n_text_domain__);
|
|
174
|
-
},
|
|
175
|
-
},
|
|
176
|
-
],
|
|
177
|
-
sharing: [
|
|
178
|
-
{
|
|
179
|
-
get link() {
|
|
180
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/video-tutorials/', __i18n_text_domain__);
|
|
181
|
-
},
|
|
182
|
-
post_id: 130825,
|
|
183
|
-
get title() {
|
|
184
|
-
return (0, i18n_1.__)('Integrate and Connect to Social Media', __i18n_text_domain__);
|
|
185
|
-
},
|
|
186
|
-
get description() {
|
|
187
|
-
return (0, i18n_1.__)('Start sharing your site and attract more traffic and visitors to your content! ' +
|
|
188
|
-
'Learn to activate and control the social media and sharing options on your website or blog through these videos.', __i18n_text_domain__);
|
|
189
|
-
},
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
get link() {
|
|
193
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/sharing/');
|
|
194
|
-
},
|
|
195
|
-
post_id: 7499,
|
|
196
|
-
get title() {
|
|
197
|
-
return (0, i18n_1.__)('Sharing Your Content', __i18n_text_domain__);
|
|
198
|
-
},
|
|
199
|
-
get description() {
|
|
200
|
-
return (0, i18n_1.__)('At the bottom of each post or page, you can include sharing buttons for your readers ' +
|
|
201
|
-
'to make it easier to share your content.', __i18n_text_domain__);
|
|
202
|
-
},
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
get link() {
|
|
206
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/instagram/');
|
|
207
|
-
},
|
|
208
|
-
post_id: 77589,
|
|
209
|
-
get title() {
|
|
210
|
-
return (0, i18n_1.__)('Using Instagram', __i18n_text_domain__);
|
|
211
|
-
},
|
|
212
|
-
get description() {
|
|
213
|
-
return (0, i18n_1.__)('Instagram is a simple way to capture, customize, ' +
|
|
214
|
-
'and share photos and short videos using your smartphone or other mobile device. Learn how to use it with your website!', __i18n_text_domain__);
|
|
215
|
-
},
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
get link() {
|
|
219
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/twitter/');
|
|
220
|
-
},
|
|
221
|
-
post_id: 124,
|
|
222
|
-
get title() {
|
|
223
|
-
return (0, i18n_1.__)('Using Twitter', __i18n_text_domain__);
|
|
224
|
-
},
|
|
225
|
-
get description() {
|
|
226
|
-
return (0, i18n_1.__)('Twitter is a service for the exchange of brief messages, commonly ' +
|
|
227
|
-
'called "tweets", between users. Learn how to use it with your website!', __i18n_text_domain__);
|
|
228
|
-
},
|
|
229
|
-
},
|
|
230
|
-
],
|
|
231
|
-
home: [
|
|
232
|
-
{
|
|
233
|
-
get link() {
|
|
234
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/manage-purchases/');
|
|
235
|
-
},
|
|
236
|
-
post_id: 111349,
|
|
237
|
-
get title() {
|
|
238
|
-
return (0, i18n_1.__)('Managing Purchases', __i18n_text_domain__);
|
|
239
|
-
},
|
|
240
|
-
get description() {
|
|
241
|
-
return (0, i18n_1.__)('Have a question or need to change something about a purchase you have made? Learn how.', __i18n_text_domain__);
|
|
242
|
-
},
|
|
243
|
-
},
|
|
244
|
-
],
|
|
245
|
-
me: [
|
|
246
|
-
{
|
|
247
|
-
get link() {
|
|
248
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/manage-my-profile/');
|
|
249
|
-
},
|
|
250
|
-
post_id: 19775,
|
|
251
|
-
get title() {
|
|
252
|
-
return (0, i18n_1.__)('Managing Your Profile', __i18n_text_domain__);
|
|
253
|
-
},
|
|
254
|
-
get description() {
|
|
255
|
-
return (0, i18n_1.__)('Your profile is the information you’d like to be shown along with your ' +
|
|
256
|
-
'name when you publish content or comment on WordPress.com sites.', __i18n_text_domain__);
|
|
257
|
-
},
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
get link() {
|
|
261
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/gravatars/');
|
|
262
|
-
},
|
|
263
|
-
post_id: 1338,
|
|
264
|
-
get title() {
|
|
265
|
-
return (0, i18n_1.__)('Your Profile Picture', __i18n_text_domain__);
|
|
266
|
-
},
|
|
267
|
-
get description() {
|
|
268
|
-
return (0, i18n_1.__)('WordPress.com associates an Avatar with your email address. Gravatar ' +
|
|
269
|
-
'powers the user avatars on WordPress.com.', __i18n_text_domain__);
|
|
270
|
-
},
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
get link() {
|
|
274
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/close-account/');
|
|
275
|
-
},
|
|
276
|
-
post_id: 138080,
|
|
277
|
-
get title() {
|
|
278
|
-
return (0, i18n_1.__)('Account Closure', __i18n_text_domain__);
|
|
279
|
-
},
|
|
280
|
-
get description() {
|
|
281
|
-
return (0, i18n_1.__)('Need a fresh start? Learn how to close your account.', __i18n_text_domain__);
|
|
282
|
-
},
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
get link() {
|
|
286
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/change-your-username/');
|
|
287
|
-
},
|
|
288
|
-
post_id: 2116,
|
|
289
|
-
get title() {
|
|
290
|
-
return (0, i18n_1.__)('Change Your Username', __i18n_text_domain__);
|
|
291
|
-
},
|
|
292
|
-
get description() {
|
|
293
|
-
return (0, i18n_1.__)('You can change both your WordPress.com account username (the name you use to login) ' +
|
|
294
|
-
'and your display name (the name that is seen on your posts and comments). Learn how!', __i18n_text_domain__);
|
|
295
|
-
},
|
|
296
|
-
},
|
|
297
|
-
],
|
|
298
|
-
account: [
|
|
299
|
-
{
|
|
300
|
-
get link() {
|
|
301
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/change-your-username/');
|
|
302
|
-
},
|
|
303
|
-
get title() {
|
|
304
|
-
return (0, i18n_1.__)('Change Your Username', __i18n_text_domain__);
|
|
305
|
-
},
|
|
306
|
-
get description() {
|
|
307
|
-
return (0, i18n_1.__)('You can change both your WordPress.com account username (the name you use to login) ' +
|
|
308
|
-
'and your display name (the name that is seen on your posts and comments). Learn how!', __i18n_text_domain__);
|
|
309
|
-
},
|
|
310
|
-
},
|
|
311
|
-
{
|
|
312
|
-
get link() {
|
|
313
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/manage-your-account/');
|
|
314
|
-
},
|
|
315
|
-
post_id: 130826,
|
|
316
|
-
get title() {
|
|
317
|
-
return (0, i18n_1.__)('Manage Your Account', __i18n_text_domain__);
|
|
318
|
-
},
|
|
319
|
-
get description() {
|
|
320
|
-
return (0, i18n_1.__)('Learn the ins and outs of managing your WordPress.com account and site.', __i18n_text_domain__);
|
|
321
|
-
},
|
|
322
|
-
},
|
|
323
|
-
{
|
|
324
|
-
get link() {
|
|
325
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/account-settings/');
|
|
326
|
-
},
|
|
327
|
-
post_id: 80368,
|
|
328
|
-
get title() {
|
|
329
|
-
return (0, i18n_1.__)('Edit Your Account Settings', __i18n_text_domain__);
|
|
330
|
-
},
|
|
331
|
-
get description() {
|
|
332
|
-
return (0, i18n_1.__)('You can review and edit basic account information in Account Settings. ', __i18n_text_domain__);
|
|
333
|
-
},
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
get link() {
|
|
337
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/close-account/');
|
|
338
|
-
},
|
|
339
|
-
post_id: 143899,
|
|
340
|
-
get title() {
|
|
341
|
-
return (0, i18n_1.__)('Close Your Account', __i18n_text_domain__);
|
|
342
|
-
},
|
|
343
|
-
get description() {
|
|
344
|
-
return (0, i18n_1.__)('Learn how to permanently delete your WordPress.com account, and what it means for your website and data.', __i18n_text_domain__);
|
|
345
|
-
},
|
|
346
|
-
},
|
|
347
|
-
],
|
|
348
|
-
security: [
|
|
349
|
-
{
|
|
350
|
-
get link() {
|
|
351
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/security/two-step-authentication/');
|
|
352
|
-
},
|
|
353
|
-
post_id: 58847,
|
|
354
|
-
get title() {
|
|
355
|
-
return (0, i18n_1.__)('Two-Step Authentication', __i18n_text_domain__);
|
|
356
|
-
},
|
|
357
|
-
get description() {
|
|
358
|
-
return (0, i18n_1.__)('Your WordPress.com site is your home on the internet, and you want to keep that home safe. ' +
|
|
359
|
-
'Learn how to add an additional "lock" to your account!', __i18n_text_domain__);
|
|
360
|
-
},
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
get link() {
|
|
364
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/account-recovery/');
|
|
365
|
-
},
|
|
366
|
-
post_id: 46365,
|
|
367
|
-
get title() {
|
|
368
|
-
return (0, i18n_1.__)('Account Recovery', __i18n_text_domain__);
|
|
369
|
-
},
|
|
370
|
-
get description() {
|
|
371
|
-
return (0, i18n_1.__)('At some point, you may run into a situation in which you’ve lost access to your account. Learn how to get back on track!', __i18n_text_domain__);
|
|
372
|
-
},
|
|
373
|
-
},
|
|
374
|
-
{
|
|
375
|
-
get link() {
|
|
376
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/passwords/');
|
|
377
|
-
},
|
|
378
|
-
post_id: 89,
|
|
379
|
-
get title() {
|
|
380
|
-
return (0, i18n_1.__)('Passwords And How To Use Them', __i18n_text_domain__);
|
|
381
|
-
},
|
|
382
|
-
get description() {
|
|
383
|
-
return (0, i18n_1.__)('Passwords are very important to user accounts, and there may come a time when you need to change your password.', __i18n_text_domain__);
|
|
384
|
-
},
|
|
385
|
-
},
|
|
386
|
-
{
|
|
387
|
-
get link() {
|
|
388
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/third-party-applications/');
|
|
389
|
-
},
|
|
390
|
-
post_id: 17288,
|
|
391
|
-
get title() {
|
|
392
|
-
return (0, i18n_1.__)('Third Party Applications', __i18n_text_domain__);
|
|
393
|
-
},
|
|
394
|
-
get description() {
|
|
395
|
-
return (0, i18n_1.__)('WordPress.com allows you to connect with third-party applications that ' +
|
|
396
|
-
'extend your WordPress.com site in new and cool ways.', __i18n_text_domain__);
|
|
397
|
-
},
|
|
398
|
-
},
|
|
399
|
-
],
|
|
400
|
-
purchases: [
|
|
401
|
-
{
|
|
402
|
-
get link() {
|
|
403
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/manage-purchases/');
|
|
404
|
-
},
|
|
405
|
-
post_id: 111349,
|
|
406
|
-
get title() {
|
|
407
|
-
return (0, i18n_1.__)('Managing Purchases, Renewals, and Cancellations', __i18n_text_domain__);
|
|
408
|
-
},
|
|
409
|
-
get description() {
|
|
410
|
-
return (0, i18n_1.__)('Have a question or need to change something about a purchase you have made? Learn how.', __i18n_text_domain__);
|
|
411
|
-
},
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
get link() {
|
|
415
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/manage-purchases/#automatic-renewal');
|
|
416
|
-
},
|
|
417
|
-
post_id: 110924,
|
|
418
|
-
get title() {
|
|
419
|
-
return (0, i18n_1.__)('Subscriptions for Plans and Domains', __i18n_text_domain__);
|
|
420
|
-
},
|
|
421
|
-
get description() {
|
|
422
|
-
return (0, i18n_1.__)('Your WordPress.com plans and any domains you add to your sites are based ' +
|
|
423
|
-
'on a yearly subscription that renews automatically.', __i18n_text_domain__);
|
|
424
|
-
},
|
|
425
|
-
},
|
|
426
|
-
{
|
|
427
|
-
get link() {
|
|
428
|
-
return (0, i18n_utils_1.localizeUrl)('https://en.support.wordpress.com/plan-features/');
|
|
429
|
-
},
|
|
430
|
-
post_id: 140323,
|
|
431
|
-
get title() {
|
|
432
|
-
return (0, i18n_1.__)('Explore the WordPress.com Plans', __i18n_text_domain__);
|
|
433
|
-
},
|
|
434
|
-
get description() {
|
|
435
|
-
return (0, i18n_1.__)("Upgrading your plan unlocks a ton of features! We'll help you pick the best fit for your needs and goals.", __i18n_text_domain__);
|
|
436
|
-
},
|
|
437
|
-
},
|
|
438
|
-
],
|
|
439
|
-
'site-purchases': [
|
|
440
|
-
{
|
|
441
|
-
get link() {
|
|
442
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/manage-purchases/');
|
|
443
|
-
},
|
|
444
|
-
post_id: 111349,
|
|
445
|
-
get title() {
|
|
446
|
-
return (0, i18n_1.__)('Managing Purchases, Renewals, and Cancellations', __i18n_text_domain__);
|
|
447
|
-
},
|
|
448
|
-
get description() {
|
|
449
|
-
return (0, i18n_1.__)('Have a question or need to change something about a purchase you have made? Learn how.', __i18n_text_domain__);
|
|
450
|
-
},
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
get link() {
|
|
454
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/manage-purchases/#automatic-renewal');
|
|
455
|
-
},
|
|
456
|
-
post_id: 110924,
|
|
457
|
-
get title() {
|
|
458
|
-
return (0, i18n_1.__)('Subscriptions for Plans and Domains', __i18n_text_domain__);
|
|
459
|
-
},
|
|
460
|
-
get description() {
|
|
461
|
-
return (0, i18n_1.__)('Your WordPress.com plans and any domains you add to your sites are based ' +
|
|
462
|
-
'on a yearly subscription that renews automatically.', __i18n_text_domain__);
|
|
463
|
-
},
|
|
464
|
-
},
|
|
465
|
-
{
|
|
466
|
-
get link() {
|
|
467
|
-
return (0, i18n_utils_1.localizeUrl)('https://en.support.wordpress.com/plan-features/');
|
|
468
|
-
},
|
|
469
|
-
post_id: 140323,
|
|
470
|
-
get title() {
|
|
471
|
-
return (0, i18n_1.__)('Explore the WordPress.com Plans', __i18n_text_domain__);
|
|
472
|
-
},
|
|
473
|
-
get description() {
|
|
474
|
-
return (0, i18n_1.__)("Upgrading your plan unlocks a ton of features! We'll help you pick the best fit for your needs and goals.", __i18n_text_domain__);
|
|
475
|
-
},
|
|
476
|
-
},
|
|
477
|
-
],
|
|
478
|
-
'notification-settings': [
|
|
479
|
-
{
|
|
480
|
-
get link() {
|
|
481
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/notifications/');
|
|
482
|
-
},
|
|
483
|
-
post_id: 40992,
|
|
484
|
-
get title() {
|
|
485
|
-
return (0, i18n_1.__)('Notifications', __i18n_text_domain__);
|
|
486
|
-
},
|
|
487
|
-
get description() {
|
|
488
|
-
return (0, i18n_1.__)('Notifications help you stay on top of the activity on your site and all the things happening on ' +
|
|
489
|
-
'WordPress.com — learn how to use them.', __i18n_text_domain__);
|
|
490
|
-
},
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
get link() {
|
|
494
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/email-notifications/');
|
|
495
|
-
},
|
|
496
|
-
post_id: 9443,
|
|
497
|
-
get title() {
|
|
498
|
-
return (0, i18n_1.__)('Email Notifications', __i18n_text_domain__);
|
|
499
|
-
},
|
|
500
|
-
get description() {
|
|
501
|
-
return (0, i18n_1.__)('WordPress.com sends email notifications to the email address registered to your account. Learn how to manage them.', __i18n_text_domain__);
|
|
502
|
-
},
|
|
503
|
-
},
|
|
504
|
-
{
|
|
505
|
-
get link() {
|
|
506
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/following-comments/');
|
|
507
|
-
},
|
|
508
|
-
post_id: 4576,
|
|
509
|
-
get title() {
|
|
510
|
-
return (0, i18n_1.__)('Following Comments', __i18n_text_domain__);
|
|
511
|
-
},
|
|
512
|
-
get description() {
|
|
513
|
-
return (0, i18n_1.__)('When you leave a comment, you can automatically get email notifications for other new comments ' +
|
|
514
|
-
"on the same post or page — you'll never be out of the loop.", __i18n_text_domain__);
|
|
515
|
-
},
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
get link() {
|
|
519
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/following/');
|
|
520
|
-
},
|
|
521
|
-
post_id: 4899,
|
|
522
|
-
get title() {
|
|
523
|
-
return (0, i18n_1.__)('Following Blogs', __i18n_text_domain__);
|
|
524
|
-
},
|
|
525
|
-
get description() {
|
|
526
|
-
return (0, i18n_1.__)('When you follow a blog on WordPress.com, new posts from that site will automatically appear in your Reader.', __i18n_text_domain__);
|
|
527
|
-
},
|
|
528
|
-
},
|
|
529
|
-
],
|
|
530
|
-
media: [
|
|
531
|
-
{
|
|
532
|
-
get link() {
|
|
533
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/media/');
|
|
534
|
-
},
|
|
535
|
-
post_id: 853,
|
|
536
|
-
get title() {
|
|
537
|
-
return (0, i18n_1.__)('The Media Library', __i18n_text_domain__);
|
|
538
|
-
},
|
|
539
|
-
get description() {
|
|
540
|
-
return (0, i18n_1.__)('The Media Library is where you can manage your images, audio, videos, and documents all in one place.', __i18n_text_domain__);
|
|
541
|
-
},
|
|
542
|
-
},
|
|
543
|
-
{
|
|
544
|
-
get link() {
|
|
545
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/finding-free-images-and-other-media/', __i18n_text_domain__);
|
|
546
|
-
},
|
|
547
|
-
post_id: 78425,
|
|
548
|
-
get title() {
|
|
549
|
-
return (0, i18n_1.__)('Finding Free Images and other Media', __i18n_text_domain__);
|
|
550
|
-
},
|
|
551
|
-
get description() {
|
|
552
|
-
return (0, i18n_1.__)('Use free images (and other media) to make your pages and posts more interesting and engaging when on a budget!', __i18n_text_domain__);
|
|
553
|
-
},
|
|
554
|
-
},
|
|
555
|
-
{
|
|
556
|
-
get link() {
|
|
557
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/wordpress-editor/blocks/image-block/');
|
|
558
|
-
},
|
|
559
|
-
post_id: 38830,
|
|
560
|
-
get title() {
|
|
561
|
-
return (0, i18n_1.__)('Add Media', __i18n_text_domain__);
|
|
562
|
-
},
|
|
563
|
-
get description() {
|
|
564
|
-
return (0, i18n_1.__)('Dress up your text-based posts and pages with individual images, image galleries, ' +
|
|
565
|
-
'slideshows, videos, and audio.', __i18n_text_domain__);
|
|
566
|
-
},
|
|
567
|
-
},
|
|
568
|
-
{
|
|
569
|
-
get link() {
|
|
570
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/videos/');
|
|
571
|
-
},
|
|
572
|
-
post_id: 4744,
|
|
573
|
-
get title() {
|
|
574
|
-
return (0, i18n_1.__)('Including Videos', __i18n_text_domain__);
|
|
575
|
-
},
|
|
576
|
-
get description() {
|
|
577
|
-
return (0, i18n_1.__)('Videos are a great way to enhance your site pages and blog posts. Learn how to include them.', __i18n_text_domain__);
|
|
578
|
-
},
|
|
579
|
-
},
|
|
580
|
-
],
|
|
581
|
-
people: [
|
|
582
|
-
{
|
|
583
|
-
get link() {
|
|
584
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/user-roles/');
|
|
585
|
-
},
|
|
586
|
-
post_id: 1221,
|
|
587
|
-
get title() {
|
|
588
|
-
return (0, i18n_1.__)('User Roles', __i18n_text_domain__);
|
|
589
|
-
},
|
|
590
|
-
get description() {
|
|
591
|
-
return (0, i18n_1.__)('User roles determine the access level or permissions of a person authorized to use a WordPress.com site.', __i18n_text_domain__);
|
|
592
|
-
},
|
|
593
|
-
},
|
|
594
|
-
{
|
|
595
|
-
get link() {
|
|
596
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/user-mentions/');
|
|
597
|
-
},
|
|
598
|
-
post_id: 91788,
|
|
599
|
-
get title() {
|
|
600
|
-
return (0, i18n_1.__)('User Mentions', __i18n_text_domain__);
|
|
601
|
-
},
|
|
602
|
-
get description() {
|
|
603
|
-
return (0, i18n_1.__)('User mentions are a great way to include other WordPress.com users within your ' +
|
|
604
|
-
'posts and comments.', __i18n_text_domain__);
|
|
605
|
-
},
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
get link() {
|
|
609
|
-
return (0, i18n_utils_1.localizeUrl)('https://en.support.wordpress.com/user-roles/');
|
|
610
|
-
},
|
|
611
|
-
post_id: 2160,
|
|
612
|
-
get title() {
|
|
613
|
-
return (0, i18n_1.__)('Inviting Contributors, Followers, and Viewers', __i18n_text_domain__);
|
|
614
|
-
},
|
|
615
|
-
get description() {
|
|
616
|
-
return (0, i18n_1.__)('Invite contributors, followers, and viewers to collaborate with others and grow your audience!', __i18n_text_domain__);
|
|
617
|
-
},
|
|
618
|
-
},
|
|
619
|
-
{
|
|
620
|
-
get link() {
|
|
621
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/followers/');
|
|
622
|
-
},
|
|
623
|
-
post_id: 5444,
|
|
624
|
-
get title() {
|
|
625
|
-
return (0, i18n_1.__)('Your Followers', __i18n_text_domain__);
|
|
626
|
-
},
|
|
627
|
-
get description() {
|
|
628
|
-
return (0, i18n_1.__)('When someone follows your site, each time you publish new content on your blog they ' +
|
|
629
|
-
'receive an update in their Reader, via email, or both depending on their settings.', __i18n_text_domain__);
|
|
630
|
-
},
|
|
631
|
-
},
|
|
632
|
-
],
|
|
633
|
-
plugins: [
|
|
634
|
-
{
|
|
635
|
-
get link() {
|
|
636
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/plugins/');
|
|
637
|
-
},
|
|
638
|
-
post_id: 2108,
|
|
639
|
-
get title() {
|
|
640
|
-
return (0, i18n_1.__)('Using Plugins', __i18n_text_domain__);
|
|
641
|
-
},
|
|
642
|
-
get description() {
|
|
643
|
-
return (0, i18n_1.__)('On WordPress.com, we include the most popular plugin functionality within our ' +
|
|
644
|
-
'sites automatically. Additionally, the Pro plan allows you to choose from many ' +
|
|
645
|
-
'thousands of plugins, and install them on your site.', __i18n_text_domain__);
|
|
646
|
-
},
|
|
647
|
-
},
|
|
648
|
-
{
|
|
649
|
-
get link() {
|
|
650
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/plugins/#managing-plugins');
|
|
651
|
-
},
|
|
652
|
-
post_id: 134818,
|
|
653
|
-
get title() {
|
|
654
|
-
return (0, i18n_1.__)('Managing plugins', __i18n_text_domain__);
|
|
655
|
-
},
|
|
656
|
-
get description() {
|
|
657
|
-
return (0, i18n_1.__)('After you install a plugin, it will appear in a list at My Sites → Plugins.', __i18n_text_domain__);
|
|
658
|
-
},
|
|
659
|
-
},
|
|
660
|
-
{
|
|
661
|
-
get link() {
|
|
662
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/plugins/#installing-plugins');
|
|
663
|
-
},
|
|
664
|
-
post_id: 134719,
|
|
665
|
-
get title() {
|
|
666
|
-
return (0, i18n_1.__)('Adding Plugins', __i18n_text_domain__);
|
|
667
|
-
},
|
|
668
|
-
get description() {
|
|
669
|
-
return (0, i18n_1.__)('Along with all the tools and features built right into WordPress.com, the Pro plan ' +
|
|
670
|
-
'allows you to install other plugins.', __i18n_text_domain__);
|
|
671
|
-
},
|
|
672
|
-
},
|
|
673
|
-
{
|
|
674
|
-
get link() {
|
|
675
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/pro-plan/');
|
|
676
|
-
},
|
|
677
|
-
post_id: 134940,
|
|
678
|
-
get title() {
|
|
679
|
-
return (0, i18n_1.__)('Business Plan', __i18n_text_domain__);
|
|
680
|
-
},
|
|
681
|
-
get description() {
|
|
682
|
-
return (0, i18n_1.__)("When you want to build a one-of-a-kind website, it's time for WordPress.com Pro: " +
|
|
683
|
-
'upload plugins and themes to create a truly tailored experience for your visitors.', __i18n_text_domain__);
|
|
684
|
-
},
|
|
685
|
-
},
|
|
686
|
-
],
|
|
687
|
-
'posts-pages': [
|
|
688
|
-
{
|
|
689
|
-
get link() {
|
|
690
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/do-i-need-a-website-a-blog-or-a-website-with-a-blog/', __i18n_text_domain__);
|
|
691
|
-
},
|
|
692
|
-
post_id: 143180,
|
|
693
|
-
get title() {
|
|
694
|
-
return (0, i18n_1.__)('Do I Need a Website, a Blog, or a Website with a Blog?', __i18n_text_domain__);
|
|
695
|
-
},
|
|
696
|
-
get description() {
|
|
697
|
-
return (0, i18n_1.__)('If you’re building a brand new site, you might be wondering if you need a website, a blog, or a website with a blog. At WordPress.com, you can create all of these options easily, right in your dashboard.', __i18n_text_domain__);
|
|
698
|
-
},
|
|
699
|
-
},
|
|
700
|
-
{
|
|
701
|
-
get link() {
|
|
702
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/five-step-website-setup/');
|
|
703
|
-
},
|
|
704
|
-
post_id: 100856,
|
|
705
|
-
get title() {
|
|
706
|
-
return (0, i18n_1.__)('Build Your Website in Five Steps', __i18n_text_domain__);
|
|
707
|
-
},
|
|
708
|
-
get description() {
|
|
709
|
-
return (0, i18n_1.__)('You’ve registered a website on WordPress.com. But now what? ' +
|
|
710
|
-
'Learn five steps that will get the framework of your new website all set up, ' +
|
|
711
|
-
'leaving it ready and waiting for your great content', __i18n_text_domain__);
|
|
712
|
-
},
|
|
713
|
-
},
|
|
714
|
-
{
|
|
715
|
-
get link() {
|
|
716
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/pages/landing-pages/');
|
|
717
|
-
},
|
|
718
|
-
post_id: 124077,
|
|
719
|
-
get title() {
|
|
720
|
-
return (0, i18n_1.__)('Landing Pages', __i18n_text_domain__);
|
|
721
|
-
},
|
|
722
|
-
get description() {
|
|
723
|
-
return (0, i18n_1.__)('Landing pages are pages with a single purpose: encouraging your visitors to, for example, sign up for ' +
|
|
724
|
-
'a service, buy a product, or join a mailing list.', __i18n_text_domain__);
|
|
725
|
-
},
|
|
726
|
-
},
|
|
727
|
-
{
|
|
728
|
-
get link() {
|
|
729
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/posts/');
|
|
730
|
-
},
|
|
731
|
-
post_id: 84,
|
|
732
|
-
get title() {
|
|
733
|
-
return (0, i18n_1.__)('About Blog Posts', __i18n_text_domain__);
|
|
734
|
-
},
|
|
735
|
-
get description() {
|
|
736
|
-
return (0, i18n_1.__)('Posts are what make your blog a blog — they’re servings of content that are listed in reverse chronological order.', __i18n_text_domain__);
|
|
737
|
-
},
|
|
738
|
-
},
|
|
739
|
-
{
|
|
740
|
-
get link() {
|
|
741
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/posts/post-formats/');
|
|
742
|
-
},
|
|
743
|
-
post_id: 10382,
|
|
744
|
-
get title() {
|
|
745
|
-
return (0, i18n_1.__)('Post Formats', __i18n_text_domain__);
|
|
746
|
-
},
|
|
747
|
-
get description() {
|
|
748
|
-
return (0, i18n_1.__)('Learn how to make gallery, video, audio, and other post types pop with post formats. ', __i18n_text_domain__);
|
|
749
|
-
},
|
|
750
|
-
},
|
|
751
|
-
],
|
|
752
|
-
'settings-writing': [
|
|
753
|
-
{
|
|
754
|
-
get link() {
|
|
755
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/settings/writing-settings/');
|
|
756
|
-
},
|
|
757
|
-
post_id: 1502,
|
|
758
|
-
get title() {
|
|
759
|
-
return (0, i18n_1.__)('Writing Settings', __i18n_text_domain__);
|
|
760
|
-
},
|
|
761
|
-
get description() {
|
|
762
|
-
return (0, i18n_1.__)('Learn how to manage categories, date format, content types, and more.', __i18n_text_domain__);
|
|
763
|
-
},
|
|
764
|
-
},
|
|
765
|
-
{
|
|
766
|
-
get link() {
|
|
767
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/posts/categories-vs-tags/');
|
|
768
|
-
},
|
|
769
|
-
post_id: 2135,
|
|
770
|
-
get title() {
|
|
771
|
-
return (0, i18n_1.__)('Categories vs. Tags', __i18n_text_domain__);
|
|
772
|
-
},
|
|
773
|
-
get description() {
|
|
774
|
-
return (0, i18n_1.__)('Learn the differences between categories and tags.', __i18n_text_domain__);
|
|
775
|
-
},
|
|
776
|
-
},
|
|
777
|
-
{
|
|
778
|
-
get link() {
|
|
779
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/feeds/');
|
|
780
|
-
},
|
|
781
|
-
post_id: 3589,
|
|
782
|
-
get title() {
|
|
783
|
-
return (0, i18n_1.__)('Feeds', __i18n_text_domain__);
|
|
784
|
-
},
|
|
785
|
-
get description() {
|
|
786
|
-
return (0, i18n_1.__)('A feed (often called RSS) is a stream of posts or comments that is updated when new content is published.', __i18n_text_domain__);
|
|
787
|
-
},
|
|
788
|
-
},
|
|
789
|
-
{
|
|
790
|
-
get link() {
|
|
791
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/portfolios/');
|
|
792
|
-
},
|
|
793
|
-
post_id: 84808,
|
|
794
|
-
get title() {
|
|
795
|
-
return (0, i18n_1.__)('Portfolios', __i18n_text_domain__);
|
|
796
|
-
},
|
|
797
|
-
get description() {
|
|
798
|
-
return (0, i18n_1.__)('To show off your portfolio separate from your blog posts and pages, the Portfolio content type will let you' +
|
|
799
|
-
' manage all your portfolio projects in one place.', __i18n_text_domain__);
|
|
800
|
-
},
|
|
801
|
-
},
|
|
802
|
-
],
|
|
803
|
-
'settings-discussion': [
|
|
804
|
-
{
|
|
805
|
-
get link() {
|
|
806
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/settings/discussion-settings/');
|
|
807
|
-
},
|
|
808
|
-
post_id: 1504,
|
|
809
|
-
get title() {
|
|
810
|
-
return (0, i18n_1.__)('Discussion Settings', __i18n_text_domain__);
|
|
811
|
-
},
|
|
812
|
-
get description() {
|
|
813
|
-
return (0, i18n_1.__)('The Discussion Settings are used to control how visitors and other blogs interact with your site.', __i18n_text_domain__);
|
|
814
|
-
},
|
|
815
|
-
},
|
|
816
|
-
{
|
|
817
|
-
get link() {
|
|
818
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/comments/', __i18n_text_domain__);
|
|
819
|
-
},
|
|
820
|
-
post_id: 5997,
|
|
821
|
-
get title() {
|
|
822
|
-
return (0, i18n_1.__)('Enable and Disable Comments for Future Posts', __i18n_text_domain__);
|
|
823
|
-
},
|
|
824
|
-
get description() {
|
|
825
|
-
return (0, i18n_1.__)('You can enable/disable comments on future posts by going into your Discussion settings. ', __i18n_text_domain__);
|
|
826
|
-
},
|
|
827
|
-
},
|
|
828
|
-
{
|
|
829
|
-
get link() {
|
|
830
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/comments/');
|
|
831
|
-
},
|
|
832
|
-
post_id: 113,
|
|
833
|
-
get title() {
|
|
834
|
-
return (0, i18n_1.__)('Comments', __i18n_text_domain__);
|
|
835
|
-
},
|
|
836
|
-
get description() {
|
|
837
|
-
return (0, i18n_1.__)('Comments are a way for visitors to add feedback to your posts and pages.', __i18n_text_domain__);
|
|
838
|
-
},
|
|
839
|
-
},
|
|
840
|
-
{
|
|
841
|
-
get link() {
|
|
842
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/subscriptions-and-newsletters/');
|
|
843
|
-
},
|
|
844
|
-
post_id: 67810,
|
|
845
|
-
get title() {
|
|
846
|
-
return (0, i18n_1.__)('Subscriptions and Newsletters', __i18n_text_domain__);
|
|
847
|
-
},
|
|
848
|
-
get description() {
|
|
849
|
-
return (0, i18n_1.__)('Learn how readers can subscribe to your blog to receive email notifications of all of your posts.', __i18n_text_domain__);
|
|
850
|
-
},
|
|
851
|
-
},
|
|
852
|
-
],
|
|
853
|
-
'settings-traffic': [
|
|
854
|
-
{
|
|
855
|
-
get link() {
|
|
856
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/getting-more-views-and-traffic/');
|
|
857
|
-
},
|
|
858
|
-
post_id: 3307,
|
|
859
|
-
get title() {
|
|
860
|
-
return (0, i18n_1.__)('Get More Views and Traffic', __i18n_text_domain__);
|
|
861
|
-
},
|
|
862
|
-
get description() {
|
|
863
|
-
return (0, i18n_1.__)('Want more traffic? Here are some tips for attracting more visitors to your site!', __i18n_text_domain__);
|
|
864
|
-
},
|
|
865
|
-
},
|
|
866
|
-
{
|
|
867
|
-
get link() {
|
|
868
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/related-posts/');
|
|
869
|
-
},
|
|
870
|
-
post_id: 1545,
|
|
871
|
-
get title() {
|
|
872
|
-
return (0, i18n_1.__)('Related Posts', __i18n_text_domain__);
|
|
873
|
-
},
|
|
874
|
-
get description() {
|
|
875
|
-
return (0, i18n_1.__)('The Related Posts feature pulls relevant content from your blog to display at the bottom of your posts.', __i18n_text_domain__);
|
|
876
|
-
},
|
|
877
|
-
},
|
|
878
|
-
{
|
|
879
|
-
get link() {
|
|
880
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/site-verification-services/');
|
|
881
|
-
},
|
|
882
|
-
post_id: 5022,
|
|
883
|
-
get title() {
|
|
884
|
-
return (0, i18n_1.__)('Site Verification Services', __i18n_text_domain__);
|
|
885
|
-
},
|
|
886
|
-
get description() {
|
|
887
|
-
return (0, i18n_1.__)('Learn how to verify your WordPress.com site for the webmaster tools that many search engines provide.', __i18n_text_domain__);
|
|
888
|
-
},
|
|
889
|
-
},
|
|
890
|
-
{
|
|
891
|
-
get link() {
|
|
892
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/amp-accelerated-mobile-pages/');
|
|
893
|
-
},
|
|
894
|
-
post_id: 122516,
|
|
895
|
-
get title() {
|
|
896
|
-
return (0, i18n_1.__)('Accelerated Mobile Pages (AMP)', __i18n_text_domain__);
|
|
897
|
-
},
|
|
898
|
-
get description() {
|
|
899
|
-
return (0, i18n_1.__)('Accelerated Mobile Pages (AMP) allows browsers and apps to load your site more quickly on mobile devices. ' +
|
|
900
|
-
'By default, it is enabled for every WordPress.com site.', __i18n_text_domain__);
|
|
901
|
-
},
|
|
902
|
-
},
|
|
903
|
-
],
|
|
904
|
-
'settings-security': [
|
|
905
|
-
{
|
|
906
|
-
get link() {
|
|
907
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/security/');
|
|
908
|
-
},
|
|
909
|
-
post_id: 10977,
|
|
910
|
-
get title() {
|
|
911
|
-
return (0, i18n_1.__)('Security', __i18n_text_domain__);
|
|
912
|
-
},
|
|
913
|
-
get description() {
|
|
914
|
-
return (0, i18n_1.__)('Learn what we do to help protect your site and your personal data, along with added steps ' +
|
|
915
|
-
'we recommend you take to do the same.', __i18n_text_domain__);
|
|
916
|
-
},
|
|
917
|
-
},
|
|
918
|
-
{
|
|
919
|
-
get link() {
|
|
920
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/comments/#unwanted-comments-and-comment-spam');
|
|
921
|
-
},
|
|
922
|
-
post_id: 5882,
|
|
923
|
-
get title() {
|
|
924
|
-
return (0, i18n_1.__)('Unwanted Comments and Comment Spam', __i18n_text_domain__);
|
|
925
|
-
},
|
|
926
|
-
get description() {
|
|
927
|
-
return (0, i18n_1.__)('There are many ways to protect your WordPress.com blogs from unwanted comments. Learn all about them!', __i18n_text_domain__);
|
|
928
|
-
},
|
|
929
|
-
},
|
|
930
|
-
{
|
|
931
|
-
get link() {
|
|
932
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/security/#strong-password');
|
|
933
|
-
},
|
|
934
|
-
post_id: 35364,
|
|
935
|
-
get title() {
|
|
936
|
-
return (0, i18n_1.__)('Selecting A Strong Password', __i18n_text_domain__);
|
|
937
|
-
},
|
|
938
|
-
get description() {
|
|
939
|
-
return (0, i18n_1.__)('The weakest point in any security for your online accounts is usually your password. Learn how to select a strong one.', __i18n_text_domain__);
|
|
940
|
-
},
|
|
941
|
-
},
|
|
942
|
-
],
|
|
943
|
-
settings: [
|
|
944
|
-
{
|
|
945
|
-
get link() {
|
|
946
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/settings/');
|
|
947
|
-
},
|
|
948
|
-
post_id: 497,
|
|
949
|
-
get title() {
|
|
950
|
-
return (0, i18n_1.__)('Settings', __i18n_text_domain__);
|
|
951
|
-
},
|
|
952
|
-
get description() {
|
|
953
|
-
return (0, i18n_1.__)('The Settings menu of your site is where you will configure everything about how the blog works and functions.', __i18n_text_domain__);
|
|
954
|
-
},
|
|
955
|
-
},
|
|
956
|
-
{
|
|
957
|
-
get link() {
|
|
958
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/settings/general-settings/');
|
|
959
|
-
},
|
|
960
|
-
post_id: 1501,
|
|
961
|
-
get title() {
|
|
962
|
-
return (0, i18n_1.__)('General Settings', __i18n_text_domain__);
|
|
963
|
-
},
|
|
964
|
-
get description() {
|
|
965
|
-
return (0, i18n_1.__)('The General Settings let you control how your site is displayed, such as the ' +
|
|
966
|
-
'title, tagline, language, and visibility.', __i18n_text_domain__);
|
|
967
|
-
},
|
|
968
|
-
},
|
|
969
|
-
{
|
|
970
|
-
get link() {
|
|
971
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/site-icons/');
|
|
972
|
-
},
|
|
973
|
-
post_id: 1327,
|
|
974
|
-
get title() {
|
|
975
|
-
return (0, i18n_1.__)('Site Icons', __i18n_text_domain__);
|
|
976
|
-
},
|
|
977
|
-
get description() {
|
|
978
|
-
return (0, i18n_1.__)('A Site Icon is a unique icon for your site that is shown in your visitor’s browser tab ' +
|
|
979
|
-
'and other places around WordPress.com.', __i18n_text_domain__);
|
|
980
|
-
},
|
|
981
|
-
},
|
|
982
|
-
{
|
|
983
|
-
get link() {
|
|
984
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/five-step-blog-setup/');
|
|
985
|
-
},
|
|
986
|
-
post_id: 100846,
|
|
987
|
-
get title() {
|
|
988
|
-
return (0, i18n_1.__)('Five Steps to Your Great New Blog', __i18n_text_domain__);
|
|
989
|
-
},
|
|
990
|
-
get description() {
|
|
991
|
-
return (0, i18n_1.__)('Get ready to publish! Our five-step checklist walks you through all the fundamentals.', __i18n_text_domain__);
|
|
992
|
-
},
|
|
993
|
-
},
|
|
994
|
-
{
|
|
995
|
-
get link() {
|
|
996
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/manage-purchases/');
|
|
997
|
-
},
|
|
998
|
-
post_id: 111349,
|
|
999
|
-
get title() {
|
|
1000
|
-
return (0, i18n_1.__)('Managing Purchases, Renewals, and Cancellations', __i18n_text_domain__);
|
|
1001
|
-
},
|
|
1002
|
-
get description() {
|
|
1003
|
-
return (0, i18n_1.__)('Have a question or need to change something about a purchase you have made? Learn how.', __i18n_text_domain__);
|
|
1004
|
-
},
|
|
1005
|
-
},
|
|
1006
|
-
],
|
|
1007
|
-
themes: [
|
|
1008
|
-
{
|
|
1009
|
-
get link() {
|
|
1010
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/themes/');
|
|
1011
|
-
},
|
|
1012
|
-
post_id: 2278,
|
|
1013
|
-
get title() {
|
|
1014
|
-
return (0, i18n_1.__)('Themes: An Overview', __i18n_text_domain__);
|
|
1015
|
-
},
|
|
1016
|
-
get description() {
|
|
1017
|
-
return (0, i18n_1.__)('A theme controls the general look and feel of your site including things like ' +
|
|
1018
|
-
'page layout, widget locations, and default font.', __i18n_text_domain__);
|
|
1019
|
-
},
|
|
1020
|
-
},
|
|
1021
|
-
{
|
|
1022
|
-
get link() {
|
|
1023
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/themes/child-themes', __i18n_text_domain__);
|
|
1024
|
-
},
|
|
1025
|
-
post_id: 134704,
|
|
1026
|
-
get title() {
|
|
1027
|
-
return (0, i18n_1.__)('Child Themes', __i18n_text_domain__);
|
|
1028
|
-
},
|
|
1029
|
-
get description() {
|
|
1030
|
-
return (0, i18n_1.__)("The only limit on your site is your vision — if the themes you see don't match that, it's " +
|
|
1031
|
-
'time to go beyond them. Learn to use child themes to customize and extend your website.', __i18n_text_domain__);
|
|
1032
|
-
},
|
|
1033
|
-
},
|
|
1034
|
-
],
|
|
1035
|
-
theme: [
|
|
1036
|
-
{
|
|
1037
|
-
get link() {
|
|
1038
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/themes/');
|
|
1039
|
-
},
|
|
1040
|
-
post_id: 134704,
|
|
1041
|
-
get title() {
|
|
1042
|
-
return (0, i18n_1.__)('Themes: An Overview', __i18n_text_domain__);
|
|
1043
|
-
},
|
|
1044
|
-
get description() {
|
|
1045
|
-
return (0, i18n_1.__)('A theme controls the general look and feel of your site including things like ' +
|
|
1046
|
-
'page layout, widget locations, and default font.', __i18n_text_domain__);
|
|
1047
|
-
},
|
|
1048
|
-
},
|
|
1049
|
-
{
|
|
1050
|
-
get link() {
|
|
1051
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/themes/child-themes', __i18n_text_domain__);
|
|
1052
|
-
},
|
|
1053
|
-
get title() {
|
|
1054
|
-
return (0, i18n_1.__)('Child Themes', __i18n_text_domain__);
|
|
1055
|
-
},
|
|
1056
|
-
post_id: 134704,
|
|
1057
|
-
get description() {
|
|
1058
|
-
return (0, i18n_1.__)("The only limit on your site is your vision — if the themes you see don't match that, it's " +
|
|
1059
|
-
'time to go beyond them. Learn to use child themes to customize and extend your website.', __i18n_text_domain__);
|
|
1060
|
-
},
|
|
1061
|
-
},
|
|
1062
|
-
],
|
|
1063
|
-
plans: [
|
|
1064
|
-
{
|
|
1065
|
-
get link() {
|
|
1066
|
-
return (0, i18n_utils_1.localizeUrl)('https://en.support.wordpress.com/plan-features/');
|
|
1067
|
-
},
|
|
1068
|
-
post_id: 140323,
|
|
1069
|
-
get title() {
|
|
1070
|
-
return (0, i18n_1.__)('Explore the WordPress.com Plans', __i18n_text_domain__);
|
|
1071
|
-
},
|
|
1072
|
-
get description() {
|
|
1073
|
-
return (0, i18n_1.__)("Upgrading your plan unlocks a ton of features! We'll help you pick the best fit for your needs and goals.", __i18n_text_domain__);
|
|
1074
|
-
},
|
|
1075
|
-
},
|
|
1076
|
-
{
|
|
1077
|
-
get link() {
|
|
1078
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/plan-features/');
|
|
1079
|
-
},
|
|
1080
|
-
post_id: 134698,
|
|
1081
|
-
get title() {
|
|
1082
|
-
return (0, i18n_1.__)('WordPress.com Plans', __i18n_text_domain__);
|
|
1083
|
-
},
|
|
1084
|
-
get description() {
|
|
1085
|
-
return (0, i18n_1.__)('Learn about the capabilities and features that the different plans unlock for your site.', __i18n_text_domain__);
|
|
1086
|
-
},
|
|
1087
|
-
},
|
|
1088
|
-
{
|
|
1089
|
-
get link() {
|
|
1090
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/manage-purchases/#automatic-renewal');
|
|
1091
|
-
},
|
|
1092
|
-
post_id: 110924,
|
|
1093
|
-
get title() {
|
|
1094
|
-
return (0, i18n_1.__)('Subscriptions for Plans and Domains', __i18n_text_domain__);
|
|
1095
|
-
},
|
|
1096
|
-
get description() {
|
|
1097
|
-
return (0, i18n_1.__)('Your WordPress.com plans and any domains you add to your sites are based on a yearly ' +
|
|
1098
|
-
'subscription that renews automatically.', __i18n_text_domain__);
|
|
1099
|
-
},
|
|
1100
|
-
},
|
|
1101
|
-
{
|
|
1102
|
-
get link() {
|
|
1103
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/jetpack/');
|
|
1104
|
-
},
|
|
1105
|
-
post_id: 115025,
|
|
1106
|
-
get title() {
|
|
1107
|
-
return (0, i18n_1.__)('Jetpack Plans', __i18n_text_domain__);
|
|
1108
|
-
},
|
|
1109
|
-
get description() {
|
|
1110
|
-
return (0, i18n_1.__)('Learn about the free Jetpack plugin, its benefits, and the useful capabilities and features that a Jetpack plan unlocks.', __i18n_text_domain__);
|
|
1111
|
-
},
|
|
1112
|
-
},
|
|
1113
|
-
{
|
|
1114
|
-
get link() {
|
|
1115
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/manage-purchases/');
|
|
1116
|
-
},
|
|
1117
|
-
post_id: 111349,
|
|
1118
|
-
get title() {
|
|
1119
|
-
return (0, i18n_1.__)('Managing Purchases, Renewals, and Cancellations', __i18n_text_domain__);
|
|
1120
|
-
},
|
|
1121
|
-
get description() {
|
|
1122
|
-
return (0, i18n_1.__)('Have a question or need to change something about a purchase you have made? Learn how.', __i18n_text_domain__);
|
|
1123
|
-
},
|
|
1124
|
-
},
|
|
1125
|
-
],
|
|
1126
|
-
'gutenberg-editor': [
|
|
1127
|
-
{
|
|
1128
|
-
get link() {
|
|
1129
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/wordpress-editor/');
|
|
1130
|
-
},
|
|
1131
|
-
post_id: 147594,
|
|
1132
|
-
get title() {
|
|
1133
|
-
return (0, i18n_1.__)('What are "Blocks"?', __i18n_text_domain__);
|
|
1134
|
-
},
|
|
1135
|
-
get description() {
|
|
1136
|
-
return (0, i18n_1.__)('The WordPress Editor uses blocks to transform the way you create content: it turns a single document into a collection of discrete elements with explicit, easy-to-tweak structure.', __i18n_text_domain__);
|
|
1137
|
-
},
|
|
1138
|
-
},
|
|
1139
|
-
{
|
|
1140
|
-
intent: constants_1.SELL_INTENT,
|
|
1141
|
-
get link() {
|
|
1142
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/video-tutorials-add-payments-features-to-your-site-with-our-guides/', __i18n_text_domain__);
|
|
1143
|
-
},
|
|
1144
|
-
post_id: 175999,
|
|
1145
|
-
get title() {
|
|
1146
|
-
return (0, i18n_1.__)('The Payments Block', __i18n_text_domain__);
|
|
1147
|
-
},
|
|
1148
|
-
get description() {
|
|
1149
|
-
return (0, i18n_1.__)("The Payments block is one of WordPress.com's payment blocks that allows you to accept payments for one-time, monthly recurring, or annual payments on your website.", __i18n_text_domain__);
|
|
1150
|
-
},
|
|
1151
|
-
},
|
|
1152
|
-
{
|
|
1153
|
-
get link() {
|
|
1154
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/offline-editing/');
|
|
1155
|
-
},
|
|
1156
|
-
post_id: 3595,
|
|
1157
|
-
get title() {
|
|
1158
|
-
return (0, i18n_1.__)('Offline Editing', __i18n_text_domain__);
|
|
1159
|
-
},
|
|
1160
|
-
get description() {
|
|
1161
|
-
return (0, i18n_1.__)('Learn how to create and edit content for your WordPress.com site even without being connected to the internet!', __i18n_text_domain__);
|
|
1162
|
-
},
|
|
1163
|
-
},
|
|
1164
|
-
{
|
|
1165
|
-
get link() {
|
|
1166
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/user-roles/');
|
|
1167
|
-
},
|
|
1168
|
-
post_id: 1221,
|
|
1169
|
-
get title() {
|
|
1170
|
-
return (0, i18n_1.__)('Inviting Contributors, Followers, and Viewers', __i18n_text_domain__);
|
|
1171
|
-
},
|
|
1172
|
-
get description() {
|
|
1173
|
-
return (0, i18n_1.__)('Invite contributors, followers, and viewers to collaborate with others and grow your audience!', __i18n_text_domain__);
|
|
1174
|
-
},
|
|
1175
|
-
},
|
|
1176
|
-
],
|
|
1177
|
-
reader: [
|
|
1178
|
-
{
|
|
1179
|
-
get link() {
|
|
1180
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/reader/');
|
|
1181
|
-
},
|
|
1182
|
-
post_id: 32011,
|
|
1183
|
-
get title() {
|
|
1184
|
-
return (0, i18n_1.__)('The Reader: An Overview', __i18n_text_domain__);
|
|
1185
|
-
},
|
|
1186
|
-
get description() {
|
|
1187
|
-
return (0, i18n_1.__)('Read posts from all the sites you follow — even ones that aren’t on WordPress.com! ' +
|
|
1188
|
-
'Discover great new reads and keep track of your comments and replies in one convenient place.', __i18n_text_domain__);
|
|
1189
|
-
},
|
|
1190
|
-
},
|
|
1191
|
-
{
|
|
1192
|
-
get link() {
|
|
1193
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/following/');
|
|
1194
|
-
},
|
|
1195
|
-
post_id: 4899,
|
|
1196
|
-
get title() {
|
|
1197
|
-
return (0, i18n_1.__)('Follow Blogs', __i18n_text_domain__);
|
|
1198
|
-
},
|
|
1199
|
-
get description() {
|
|
1200
|
-
return (0, i18n_1.__)('When you follow a blog on WordPress.com, new posts from that site will automatically appear in your Reader.', __i18n_text_domain__);
|
|
1201
|
-
},
|
|
1202
|
-
},
|
|
1203
|
-
{
|
|
1204
|
-
get link() {
|
|
1205
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/topics/');
|
|
1206
|
-
},
|
|
1207
|
-
post_id: 2166,
|
|
1208
|
-
get title() {
|
|
1209
|
-
return (0, i18n_1.__)('Following Specific Topics in the Reader', __i18n_text_domain__);
|
|
1210
|
-
},
|
|
1211
|
-
get description() {
|
|
1212
|
-
return (0, i18n_1.__)('Looking for posts on a specific topic? Besides following entire blogs, you can also follow posts on a specific subject ' +
|
|
1213
|
-
'from across WordPress.com. You do this by adding the topic you’re interested in under the Tags heading in the Reader.', __i18n_text_domain__);
|
|
1214
|
-
},
|
|
1215
|
-
},
|
|
1216
|
-
{
|
|
1217
|
-
get link() {
|
|
1218
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/grow-your-community/');
|
|
1219
|
-
},
|
|
1220
|
-
post_id: 132190,
|
|
1221
|
-
get title() {
|
|
1222
|
-
return (0, i18n_1.__)('Grow Your Community', __i18n_text_domain__);
|
|
1223
|
-
},
|
|
1224
|
-
get description() {
|
|
1225
|
-
return (0, i18n_1.__)('You’ve worked hard on building your site, now it’s time to explore the community and get noticed.', __i18n_text_domain__);
|
|
1226
|
-
},
|
|
1227
|
-
},
|
|
1228
|
-
],
|
|
1229
|
-
help: [
|
|
1230
|
-
{
|
|
1231
|
-
get link() {
|
|
1232
|
-
return (0, i18n_utils_1.localizeUrl)('https://wpcourses.com/');
|
|
1233
|
-
},
|
|
1234
|
-
post_id: 117437,
|
|
1235
|
-
get title() {
|
|
1236
|
-
return (0, i18n_1.__)('Blogging U.', __i18n_text_domain__);
|
|
1237
|
-
},
|
|
1238
|
-
get description() {
|
|
1239
|
-
return (0, i18n_1.__)('Blogging U. courses deliver free expert advice, pro tips, and inspiration right to your ' +
|
|
1240
|
-
'email inbox. Sign up now!', __i18n_text_domain__);
|
|
1241
|
-
},
|
|
1242
|
-
},
|
|
1243
|
-
{
|
|
1244
|
-
get link() {
|
|
1245
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/help-support-options/');
|
|
1246
|
-
},
|
|
1247
|
-
post_id: 149,
|
|
1248
|
-
get title() {
|
|
1249
|
-
return (0, i18n_1.__)('Help! Getting WordPress.com Support', __i18n_text_domain__);
|
|
1250
|
-
},
|
|
1251
|
-
get description() {
|
|
1252
|
-
return (0, i18n_1.__)('WordPress.com offers a number of avenues for reaching helpful, individualized support.', __i18n_text_domain__);
|
|
1253
|
-
},
|
|
1254
|
-
},
|
|
1255
|
-
{
|
|
1256
|
-
get link() {
|
|
1257
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/');
|
|
1258
|
-
},
|
|
1259
|
-
get title() {
|
|
1260
|
-
return (0, i18n_1.__)('All Support Articles', __i18n_text_domain__);
|
|
1261
|
-
},
|
|
1262
|
-
get description() {
|
|
1263
|
-
return (0, i18n_1.__)('Looking to learn more about a feature? Our docs have all the details.', __i18n_text_domain__);
|
|
1264
|
-
},
|
|
1265
|
-
},
|
|
1266
|
-
{
|
|
1267
|
-
get link() {
|
|
1268
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/learn/');
|
|
1269
|
-
},
|
|
1270
|
-
get title() {
|
|
1271
|
-
return (0, i18n_1.__)('Self-guided Online Tutorial', __i18n_text_domain__);
|
|
1272
|
-
},
|
|
1273
|
-
get description() {
|
|
1274
|
-
return (0, i18n_1.__)('A step-by-step guide to getting familiar with the platform.', __i18n_text_domain__);
|
|
1275
|
-
},
|
|
1276
|
-
},
|
|
1277
|
-
{
|
|
1278
|
-
get link() {
|
|
1279
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/manage-purchases/');
|
|
1280
|
-
},
|
|
1281
|
-
post_id: 111349,
|
|
1282
|
-
get title() {
|
|
1283
|
-
return (0, i18n_1.__)('Managing Purchases, Renewals, and Cancellations', __i18n_text_domain__);
|
|
1284
|
-
},
|
|
1285
|
-
get description() {
|
|
1286
|
-
return (0, i18n_1.__)('Have a question or need to change something about a purchase you have made? Learn how.', __i18n_text_domain__);
|
|
1287
|
-
},
|
|
1288
|
-
},
|
|
1289
|
-
],
|
|
1290
|
-
comments: [
|
|
1291
|
-
{
|
|
1292
|
-
get link() {
|
|
1293
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/comments/');
|
|
1294
|
-
},
|
|
1295
|
-
post_id: 113,
|
|
1296
|
-
get title() {
|
|
1297
|
-
return (0, i18n_1.__)('Comments', __i18n_text_domain__);
|
|
1298
|
-
},
|
|
1299
|
-
get description() {
|
|
1300
|
-
return (0, i18n_1.__)('Comments are a way for visitors to add feedback to your posts and pages.', __i18n_text_domain__);
|
|
1301
|
-
},
|
|
1302
|
-
},
|
|
1303
|
-
{
|
|
1304
|
-
get link() {
|
|
1305
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/settings/discussion-settings/');
|
|
1306
|
-
},
|
|
1307
|
-
post_id: 5840,
|
|
1308
|
-
get title() {
|
|
1309
|
-
return (0, i18n_1.__)('Comment Display Options', __i18n_text_domain__);
|
|
1310
|
-
},
|
|
1311
|
-
get description() {
|
|
1312
|
-
return (0, i18n_1.__)('You can control comment threading, paging, and comment order settings from the ' +
|
|
1313
|
-
'Discussion Settings page in your site’s settings.', __i18n_text_domain__);
|
|
1314
|
-
},
|
|
1315
|
-
},
|
|
1316
|
-
{
|
|
1317
|
-
get link() {
|
|
1318
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/comments/#unwanted-comments-and-comment-spam');
|
|
1319
|
-
},
|
|
1320
|
-
post_id: 5882,
|
|
1321
|
-
get title() {
|
|
1322
|
-
return (0, i18n_1.__)('Unwanted Comments and Comment Spam', __i18n_text_domain__);
|
|
1323
|
-
},
|
|
1324
|
-
get description() {
|
|
1325
|
-
return (0, i18n_1.__)('There are many ways to protect your WordPress.com blogs from unwanted comments. Learn all about them!', __i18n_text_domain__);
|
|
1326
|
-
},
|
|
1327
|
-
},
|
|
1328
|
-
{
|
|
1329
|
-
get link() {
|
|
1330
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/comment-likes/');
|
|
1331
|
-
},
|
|
1332
|
-
post_id: 88757,
|
|
1333
|
-
get title() {
|
|
1334
|
-
return (0, i18n_1.__)('Comment Likes', __i18n_text_domain__);
|
|
1335
|
-
},
|
|
1336
|
-
get description() {
|
|
1337
|
-
return (0, i18n_1.__)('Comment Likes: how to like others’ comments and control how Comment Likes appear on your site.', __i18n_text_domain__);
|
|
1338
|
-
},
|
|
1339
|
-
},
|
|
1340
|
-
],
|
|
1341
|
-
hosting: [
|
|
1342
|
-
{
|
|
1343
|
-
get link() {
|
|
1344
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/sftp/');
|
|
1345
|
-
},
|
|
1346
|
-
post_id: 159771,
|
|
1347
|
-
get title() {
|
|
1348
|
-
return (0, i18n_1.__)('SFTP on WordPress.com', __i18n_text_domain__);
|
|
1349
|
-
},
|
|
1350
|
-
get description() {
|
|
1351
|
-
return (0, i18n_1.__)("Access and edit your website's files directly by using an SFTP client.");
|
|
1352
|
-
},
|
|
1353
|
-
},
|
|
1354
|
-
{
|
|
1355
|
-
get link() {
|
|
1356
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/phpmyadmin-and-mysql/');
|
|
1357
|
-
},
|
|
1358
|
-
post_id: 159822,
|
|
1359
|
-
get title() {
|
|
1360
|
-
return (0, i18n_1.__)('phpMyAdmin and MySQL', __i18n_text_domain__);
|
|
1361
|
-
},
|
|
1362
|
-
get description() {
|
|
1363
|
-
return (0, i18n_1.__)('For the tech-savvy, manage your database with phpMyAdmin and run a wide range of operations with MySQL.', __i18n_text_domain__);
|
|
1364
|
-
},
|
|
1365
|
-
},
|
|
1366
|
-
{
|
|
1367
|
-
get link() {
|
|
1368
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/php-version-switching/');
|
|
1369
|
-
},
|
|
1370
|
-
post_id: 160597,
|
|
1371
|
-
get title() {
|
|
1372
|
-
return (0, i18n_1.__)('PHP Version Switching', __i18n_text_domain__);
|
|
1373
|
-
},
|
|
1374
|
-
get description() {
|
|
1375
|
-
return (0, i18n_1.__)('Sites on the Pro Plan using custom plugins and/or custom themes now have the option to switch PHP versions.', __i18n_text_domain__);
|
|
1376
|
-
},
|
|
1377
|
-
},
|
|
1378
|
-
],
|
|
1379
|
-
checkout: [
|
|
1380
|
-
{
|
|
1381
|
-
get link() {
|
|
1382
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/plan-features/');
|
|
1383
|
-
},
|
|
1384
|
-
post_id: 134698,
|
|
1385
|
-
get title() {
|
|
1386
|
-
return (0, i18n_1.__)('WordPress.com Plans', __i18n_text_domain__);
|
|
1387
|
-
},
|
|
1388
|
-
get description() {
|
|
1389
|
-
return (0, i18n_1.__)('Learn about the capabilities and features that the different plans unlock for your site.', __i18n_text_domain__);
|
|
1390
|
-
},
|
|
1391
|
-
},
|
|
1392
|
-
{
|
|
1393
|
-
get link() {
|
|
1394
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/jetpack/');
|
|
1395
|
-
},
|
|
1396
|
-
post_id: 115025,
|
|
1397
|
-
get title() {
|
|
1398
|
-
return (0, i18n_1.__)('Jetpack Plans', __i18n_text_domain__);
|
|
1399
|
-
},
|
|
1400
|
-
get description() {
|
|
1401
|
-
return (0, i18n_1.__)('Learn about the free Jetpack plugin, its benefits, and the useful capabilities and features that a Jetpack plan unlocks.', __i18n_text_domain__);
|
|
1402
|
-
},
|
|
1403
|
-
},
|
|
1404
|
-
{
|
|
1405
|
-
get link() {
|
|
1406
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/manage-purchases/');
|
|
1407
|
-
},
|
|
1408
|
-
post_id: 111349,
|
|
1409
|
-
get title() {
|
|
1410
|
-
return (0, i18n_1.__)('Manage Purchases and Refund Policy', __i18n_text_domain__);
|
|
1411
|
-
},
|
|
1412
|
-
get description() {
|
|
1413
|
-
return (0, i18n_1.__)('Have a question or need to change something about a purchase you have made? Learn how.', __i18n_text_domain__);
|
|
1414
|
-
},
|
|
1415
|
-
},
|
|
1416
|
-
{
|
|
1417
|
-
get link() {
|
|
1418
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/manage-purchases/#automatic-renewal');
|
|
1419
|
-
},
|
|
1420
|
-
post_id: 110924,
|
|
1421
|
-
get title() {
|
|
1422
|
-
return (0, i18n_1.__)('Subscriptions for Plans and Domains', __i18n_text_domain__);
|
|
1423
|
-
},
|
|
1424
|
-
get description() {
|
|
1425
|
-
return (0, i18n_1.__)('Your WordPress.com plans and any domains you add to your sites are based on a yearly ' +
|
|
1426
|
-
'subscription that renews automatically.', __i18n_text_domain__);
|
|
1427
|
-
},
|
|
1428
|
-
},
|
|
1429
|
-
],
|
|
1430
|
-
domains: [
|
|
1431
|
-
{
|
|
1432
|
-
get link() {
|
|
1433
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/add-email/');
|
|
1434
|
-
},
|
|
1435
|
-
post_id: 34087,
|
|
1436
|
-
get title() {
|
|
1437
|
-
return (0, i18n_1.__)('Add Email to your Domain', __i18n_text_domain__);
|
|
1438
|
-
},
|
|
1439
|
-
get description() {
|
|
1440
|
-
return (0, i18n_1.__)('Want to use a custom email with your domain, such as info@yourgroovydomain.com? There are multiple ways to add email to your custom domain.', __i18n_text_domain__);
|
|
1441
|
-
},
|
|
1442
|
-
},
|
|
1443
|
-
{
|
|
1444
|
-
get link() {
|
|
1445
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/domains/custom-dns/');
|
|
1446
|
-
},
|
|
1447
|
-
post_id: 6595,
|
|
1448
|
-
get title() {
|
|
1449
|
-
return (0, i18n_1.__)('Manage Custom DNS', __i18n_text_domain__);
|
|
1450
|
-
},
|
|
1451
|
-
get description() {
|
|
1452
|
-
return (0, i18n_1.__)('Custom DNS records are special settings that change how your domain works. They allow you to connect your domain to third-party services that are not hosted on WordPress.com, such as an email provider.', __i18n_text_domain__);
|
|
1453
|
-
},
|
|
1454
|
-
},
|
|
1455
|
-
{
|
|
1456
|
-
get link() {
|
|
1457
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/transfer-domain-registration/', __i18n_text_domain__);
|
|
1458
|
-
},
|
|
1459
|
-
post_id: 41298,
|
|
1460
|
-
get title() {
|
|
1461
|
-
return (0, i18n_1.__)('Transfer a Domain to Another Registrar', __i18n_text_domain__);
|
|
1462
|
-
},
|
|
1463
|
-
get description() {
|
|
1464
|
-
return (0, i18n_1.__)('This article walks you through transferring your domain registration to another registrar. Your domain will need to be unlocked and privacy removed (if applicable) for the transfer.', __i18n_text_domain__);
|
|
1465
|
-
},
|
|
1466
|
-
},
|
|
1467
|
-
{
|
|
1468
|
-
get link() {
|
|
1469
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/domain-connection-vs-domain-transfer/');
|
|
1470
|
-
},
|
|
1471
|
-
post_id: 157655,
|
|
1472
|
-
get title() {
|
|
1473
|
-
return (0, i18n_1.__)('Connect an Existing Domain', __i18n_text_domain__);
|
|
1474
|
-
},
|
|
1475
|
-
get description() {
|
|
1476
|
-
return (0, i18n_1.__)('You can connect an existing domain you own that’s registered elsewhere by either mapping or transferring. Domain mapping lets you connect a domain while keeping it registered at the current registrar (where you purchased the domain from). Domain transferring moves the domain to WordPress.com so we become the new registrar.', __i18n_text_domain__);
|
|
1477
|
-
},
|
|
1478
|
-
},
|
|
1479
|
-
{
|
|
1480
|
-
get link() {
|
|
1481
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/domains/');
|
|
1482
|
-
},
|
|
1483
|
-
post_id: 1988,
|
|
1484
|
-
get title() {
|
|
1485
|
-
return (0, i18n_1.__)('All about domains', __i18n_text_domain__);
|
|
1486
|
-
},
|
|
1487
|
-
get description() {
|
|
1488
|
-
return (0, i18n_1.__)('A domain name is an address people use to visit your site. It tells the web browser where to look for your site. Just like a street address, a domain is how people visit your website online. And, like having a sign in front of your store, a custom domain name helps give your site a professional look.', __i18n_text_domain__);
|
|
1489
|
-
},
|
|
1490
|
-
},
|
|
1491
|
-
{
|
|
1492
|
-
get link() {
|
|
1493
|
-
return (0, i18n_utils_1.localizeUrl)('https://wordpress.com/support/manage-purchases/');
|
|
1494
|
-
},
|
|
1495
|
-
post_id: 111349,
|
|
1496
|
-
get title() {
|
|
1497
|
-
return (0, i18n_1.__)('Managing Purchases, Renewals, and Cancellations', __i18n_text_domain__);
|
|
1498
|
-
},
|
|
1499
|
-
get description() {
|
|
1500
|
-
return (0, i18n_1.__)('Have a question or need to change something about a purchase you have made? Learn how.', __i18n_text_domain__);
|
|
1501
|
-
},
|
|
1502
|
-
},
|
|
1503
|
-
],
|
|
1504
|
-
};
|
|
1505
6
|
/*
|
|
1506
7
|
source: https://www.youtube.com/playlist?list=PLQFhxUeNFfdKx9gO0a2mp9h8pKjb2y9la
|
|
1507
8
|
run this in the console to get the videos into a more helpful format (also removes duplicates):
|
|
@@ -1530,7 +31,7 @@ exports.videosForSection = {
|
|
|
1530
31
|
type: constants_1.RESULT_VIDEO,
|
|
1531
32
|
link: 'https://www.youtube.com/watch?v=NcCe0ozmqFM',
|
|
1532
33
|
get title() {
|
|
1533
|
-
return (0, i18n_1.__)('Connect Your Blog to Facebook Using
|
|
34
|
+
return (0, i18n_1.__)('Connect Your Blog to Facebook Using Jetpack Social', __i18n_text_domain__);
|
|
1534
35
|
},
|
|
1535
36
|
get description() {
|
|
1536
37
|
return (0, i18n_1.__)('Find out how to share blog posts directly on Facebook from your WordPress.com site, ' +
|
|
@@ -1975,24 +476,15 @@ function getContextResults(section, siteIntent) {
|
|
|
1975
476
|
if (section === 'posts' || section === 'pages') {
|
|
1976
477
|
section = 'posts-pages';
|
|
1977
478
|
}
|
|
1978
|
-
|
|
479
|
+
if (siteIntent) {
|
|
480
|
+
// eslint-disable-next-line no-console
|
|
481
|
+
console.warn('Site intent is', siteIntent);
|
|
482
|
+
}
|
|
1979
483
|
// make sure editorially to show at most one tour and one video at once
|
|
1980
484
|
// `first` is a safe-guard in case that fails
|
|
1981
485
|
const video = exports.videosForSection[section]?.[0];
|
|
1982
486
|
const tour = exports.toursForSection[section]?.[0];
|
|
1983
|
-
|
|
1984
|
-
// If true, still display fallback links in addition (as opposed to instead
|
|
1985
|
-
// of) the other context links.
|
|
1986
|
-
if (section === 'home' && Array.isArray(links)) {
|
|
1987
|
-
return [tour, video, ...fallbackLinks, ...links].filter(Boolean);
|
|
1988
|
-
}
|
|
1989
|
-
// Remove sell docs if not on a site with the 'sell' intent.
|
|
1990
|
-
if (section === 'gutenberg-editor' && siteIntent !== 'sell' && Array.isArray(links)) {
|
|
1991
|
-
links = links.filter((link) => {
|
|
1992
|
-
return link.intent !== constants_1.SELL_INTENT;
|
|
1993
|
-
});
|
|
1994
|
-
}
|
|
1995
|
-
return [tour, video, ...links].filter(Boolean);
|
|
487
|
+
return [tour, video].filter(Boolean);
|
|
1996
488
|
}
|
|
1997
489
|
exports.getContextResults = getContextResults;
|
|
1998
490
|
//# sourceMappingURL=contextual-help.js.map
|