@automattic/data-stores 3.0.1 → 3.1.0-rc.1

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