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