@salesforcedevs/dx-components 0.26.2 → 0.26.3-alpha.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 (261) hide show
  1. package/lwc.config.json +2 -1
  2. package/package.json +2 -7
  3. package/src/modules/{utils-internal → base-elements}/archiveCard/archiveCard.ts +0 -0
  4. package/src/modules/{utils-internal → base-elements}/headerBase/headerBase.ts +0 -0
  5. package/src/modules/dx/cardBlogPostProvider/cardBlogPostProvider.ts +1 -1
  6. package/src/modules/dx/cardCallout/cardCallout.ts +1 -1
  7. package/src/modules/dx/cardContent/cardContent.ts +2 -2
  8. package/src/modules/dx/cardDocs/cardDocs.ts +1 -1
  9. package/src/modules/dx/cardExpanded/cardExpanded.ts +1 -1
  10. package/src/modules/dx/cardMinimal/cardMinimal.ts +1 -1
  11. package/src/modules/dx/cardNews/cardNews.ts +1 -1
  12. package/src/modules/dx/cardPodcastEpisodeProvider/cardPodcastEpisodeProvider.ts +1 -1
  13. package/src/modules/dx/cardSmall/cardSmall.ts +1 -1
  14. package/src/modules/dx/codeBlock/codeBlock.ts +1 -1
  15. package/src/modules/dx/dropdown/dropdown.ts +1 -1
  16. package/src/modules/dx/featuredContentHeader/featuredContentHeader.ts +1 -1
  17. package/src/modules/dx/groupText/groupText.ts +1 -1
  18. package/src/modules/dx/header/header.ts +1 -1
  19. package/src/modules/dx/headerMobileNavMenu/headerMobileNavMenu.ts +1 -1
  20. package/src/modules/dx/headerSearch/headerSearch.ts +1 -1
  21. package/src/modules/dx/icon/icon.ts +1 -1
  22. package/src/modules/dx/iconBadge/iconBadge.ts +1 -1
  23. package/src/modules/dx/input/input.ts +1 -1
  24. package/src/modules/dx/modalDrawer/modalDrawer.css +40 -0
  25. package/src/modules/dx/modalDrawer/modalDrawer.html +11 -0
  26. package/src/modules/dx/modalDrawer/modalDrawer.ts +27 -0
  27. package/src/modules/dx/newsletterForm/newsletterForm.html +3 -3
  28. package/src/modules/dx/popover/popover.ts +1 -1
  29. package/src/modules/dx/section/section.ts +1 -1
  30. package/src/modules/dx/sidebar/sidebar.ts +1 -1
  31. package/src/modules/dx/sidebarOld/sidebarOld.html +1 -1
  32. package/src/modules/dx/sidebarOld/sidebarOld.ts +22 -7
  33. package/src/modules/dx/sidebarSearch/sidebarSearch.ts +41 -25
  34. package/src/modules/dx/slackCta/slackCta.css +1 -1
  35. package/src/modules/dx/tooltip/microtip.css +1 -0
  36. package/src/modules/dx/tooltip/tooltip.css +1 -0
  37. package/src/modules/dx/typeBadge/typeBadge.ts +1 -1
  38. package/src/modules/{utils-internal → utils}/coveo/coveo.ts +0 -0
  39. package/src/modules/{utils-internal → utils}/css/css.ts +0 -0
  40. package/src/modules/{utils-internal → utils}/devices/devices.ts +0 -0
  41. package/src/modules/utils/highlight/highlight.ts +28 -15
  42. package/src/modules/{utils-internal → utils}/options/options.ts +0 -0
  43. package/src/modules/{utils-internal → utils}/prismjs/prismjs.html +0 -0
  44. package/src/modules/{utils-internal → utils}/prismjs/prismjs.ts +0 -0
  45. package/src/modules/{utils-internal → utils}/recentSearches/recentSearches.ts +0 -0
  46. package/src/modules/utils/regexps/regexps.ts +12 -0
  47. package/src/modules/{utils-internal → utils}/seo/seo.ts +0 -0
  48. package/src/modules/{utils-internal → utils}/slot/slot.ts +0 -0
  49. package/src/modules/{utils-internal → utils}/wordpress/wordpress.ts +0 -0
  50. package/LICENSE +0 -12
  51. package/src/modules/dx/banner/__tests__/banner.test.ts +0 -33
  52. package/src/modules/dx/brandThemeProvider/__tests__/brandThemeProvider.test.ts +0 -49
  53. package/src/modules/dx/brandThemeProvider/brandThemeProvider.stories.ts +0 -321
  54. package/src/modules/dx/breadcrumbs/__tests__/breadcrumbs.test.ts +0 -140
  55. package/src/modules/dx/breadcrumbs/__tests__/mockProps.ts +0 -28
  56. package/src/modules/dx/breadcrumbs/breadcrumbs.stories.ts +0 -39
  57. package/src/modules/dx/button/__tests__/button.test.ts +0 -107
  58. package/src/modules/dx/button/button.stories.ts +0 -150
  59. package/src/modules/dx/cardBlogPost/__tests__/cardBlogPost.test.ts +0 -26
  60. package/src/modules/dx/cardBlogPost/__tests__/mockProps.ts +0 -12
  61. package/src/modules/dx/cardBlogPost/cardBlogPost.stories.ts +0 -164
  62. package/src/modules/dx/cardBlogPostProvider/__tests__/cardBlogPostProvider.test.ts +0 -34
  63. package/src/modules/dx/cardBlogPostProvider/__tests__/mockWordpressPosts.ts +0 -44
  64. package/src/modules/dx/cardCallout/__tests__/cardCallout.test.ts +0 -20
  65. package/src/modules/dx/cardCallout/__tests__/mockProps.ts +0 -7
  66. package/src/modules/dx/cardCallout/cardCallout.stories.ts +0 -33
  67. package/src/modules/dx/cardContent/__tests__/cardContent.test.ts +0 -100
  68. package/src/modules/dx/cardContent/__tests__/mockProps.ts +0 -13
  69. package/src/modules/dx/cardContent/cardContent.stories.ts +0 -127
  70. package/src/modules/dx/cardDemo/cardDemo.stories.ts +0 -115
  71. package/src/modules/dx/cardDocs/__tests__/cardDocs.test.ts +0 -48
  72. package/src/modules/dx/cardDocs/__tests__/mockProps.ts +0 -9
  73. package/src/modules/dx/cardDocs/cardDocs.stories.ts +0 -299
  74. package/src/modules/dx/cardEvent/__tests__/cardEvent.test.ts +0 -95
  75. package/src/modules/dx/cardEvent/__tests__/mockProps.ts +0 -10
  76. package/src/modules/dx/cardEvent/cardEvent.stories.ts +0 -153
  77. package/src/modules/dx/cardExpanded/__tests__/cardExpanded.test.ts +0 -193
  78. package/src/modules/dx/cardExpanded/__tests__/mockProps.ts +0 -21
  79. package/src/modules/dx/cardExpanded/cardExpanded.stories.ts +0 -59
  80. package/src/modules/dx/cardGrid/__tests__/cardMockProps.ts +0 -431
  81. package/src/modules/dx/cardGrid/__tests__/mockProps.ts +0 -15
  82. package/src/modules/dx/cardGrid/cardGrid.stories.ts +0 -111
  83. package/src/modules/dx/cardMinimal/__tests__/cardMinimal.test.ts +0 -87
  84. package/src/modules/dx/cardMinimal/__tests__/mockProps.ts +0 -10
  85. package/src/modules/dx/cardMinimal/cardMinimal.stories.ts +0 -32
  86. package/src/modules/dx/cardNews/__tests__/cardNews.test.ts +0 -58
  87. package/src/modules/dx/cardNews/__tests__/mockProps.ts +0 -7
  88. package/src/modules/dx/cardNews/cardNews.stories.ts +0 -115
  89. package/src/modules/dx/cardPodcastEpisode/__tests__/cardPodcastEpisode.test.ts +0 -68
  90. package/src/modules/dx/cardPodcastEpisode/cardPodcastEpisode.stories.ts +0 -31
  91. package/src/modules/dx/cardPodcastEpisodeProvider/__tests__/cardPodcastEpisodeProvider.test.ts +0 -36
  92. package/src/modules/dx/cardPodcastEpisodeProvider/__tests__/mockWordpressEpisodes.ts +0 -50
  93. package/src/modules/dx/cardSmall/__tests__/cardSmall.test.ts +0 -66
  94. package/src/modules/dx/cardSmall/__tests__/mockProps.ts +0 -8
  95. package/src/modules/dx/cardSmall/cardSmall.stories.ts +0 -166
  96. package/src/modules/dx/cardTitle/__tests__/cardTitle.test.ts +0 -46
  97. package/src/modules/dx/cardTrailheadModule/__tests__/cardTrailheadModule.test.ts +0 -18
  98. package/src/modules/dx/cardTrailheadModule/__tests__/mockProps.ts +0 -11
  99. package/src/modules/dx/cardTrailheadModule/cardTrailheadModule.stories.ts +0 -122
  100. package/src/modules/dx/cardVideoPreview/__tests__/cardVideoPreview.test.ts +0 -22
  101. package/src/modules/dx/cardVideoPreview/__tests__/mockProps.ts +0 -11
  102. package/src/modules/dx/cardVideoPreview/cardVideoPreview.stories.ts +0 -147
  103. package/src/modules/dx/checkbox/__tests__/checkbox.test.ts +0 -85
  104. package/src/modules/dx/checkbox/__tests__/mockProps.ts +0 -5
  105. package/src/modules/dx/checkbox/checkbox.stories.ts +0 -38
  106. package/src/modules/dx/checkboxGroup/__tests__/checkboxGroup.test.ts +0 -80
  107. package/src/modules/dx/checkboxGroup/__tests__/mockProps.ts +0 -14
  108. package/src/modules/dx/checkboxGroup/checkboxGroup.stories.ts +0 -33
  109. package/src/modules/dx/codeBlock/__tests__/codeBlock.test.ts +0 -238
  110. package/src/modules/dx/codeBlock/__tests__/mockProps.ts +0 -160
  111. package/src/modules/dx/codeBlock/codeBlock.stories.ts +0 -143
  112. package/src/modules/dx/dropdown/__tests__/dropdown.test.ts +0 -165
  113. package/src/modules/dx/dropdown/__tests__/mockNestedOptions.ts +0 -96
  114. package/src/modules/dx/dropdown/__tests__/mockOptions.ts +0 -10
  115. package/src/modules/dx/dropdown/__tests__/mockProps.ts +0 -6
  116. package/src/modules/dx/dropdown/dropdown.stories.ts +0 -89
  117. package/src/modules/dx/dropdownOption/__tests__/dropdownOption.test.ts +0 -112
  118. package/src/modules/dx/dropdownOption/__tests__/mockProps.ts +0 -20
  119. package/src/modules/dx/emptyState/__tests__/emptyState.test.ts +0 -52
  120. package/src/modules/dx/emptyState/__tests__/mockProps.ts +0 -4
  121. package/src/modules/dx/emptyState/emptyState.stories.ts +0 -45
  122. package/src/modules/dx/feature/__tests__/feature.test.ts +0 -51
  123. package/src/modules/dx/feature/__tests__/mockProps.ts +0 -8
  124. package/src/modules/dx/featureGrid/__tests__/featureGrid.test.ts +0 -21
  125. package/src/modules/dx/featureGrid/featureGrid.stories.ts +0 -120
  126. package/src/modules/dx/featuredContentHeader/__tests__/featuredContentHeader.test.ts +0 -178
  127. package/src/modules/dx/featuredContentHeader/__tests__/mockProps.ts +0 -73
  128. package/src/modules/dx/featuredContentHeader/featuredContentHeader.stories.ts +0 -153
  129. package/src/modules/dx/featuresList/__tests__/featuresList.test.ts +0 -43
  130. package/src/modules/dx/featuresList/__tests__/mockProps.ts +0 -17
  131. package/src/modules/dx/featuresList/featuresList.stories.ts +0 -30
  132. package/src/modules/dx/footer/__tests__/footer.test.ts +0 -147
  133. package/src/modules/dx/footer/__tests__/mockLocales.ts +0 -7
  134. package/src/modules/dx/footer/footer.stories.ts +0 -88
  135. package/src/modules/dx/footerOption/__tests__/footerOption.test.ts +0 -34
  136. package/src/modules/dx/footerOption/__tests__/mockProps.ts +0 -7
  137. package/src/modules/dx/formattedDateTime/__tests__/formattedDateTime.test.ts +0 -25
  138. package/src/modules/dx/formattedDateTime/__tests__/mockProps.ts +0 -13
  139. package/src/modules/dx/formattedDateTime/formattedDateTime.stories.ts +0 -103
  140. package/src/modules/dx/grid/__tests__/grid.test.ts +0 -32
  141. package/src/modules/dx/grid/grid.stories.ts +0 -134
  142. package/src/modules/dx/groupBio/__tests__/groupBio.test.ts +0 -82
  143. package/src/modules/dx/groupBio/__tests__/mockProps.ts +0 -15
  144. package/src/modules/dx/groupBio/groupBio.stories.ts +0 -66
  145. package/src/modules/dx/groupText/__tests__/groupText.test.ts +0 -69
  146. package/src/modules/dx/groupText/__tests__/mockProps.ts +0 -35
  147. package/src/modules/dx/groupText/groupText.stories.ts +0 -81
  148. package/src/modules/dx/header/__tests__/header.test.ts +0 -236
  149. package/src/modules/dx/header/__tests__/mockNavArchitects.ts +0 -169
  150. package/src/modules/dx/header/__tests__/mockNavDevelopers.ts +0 -419
  151. package/src/modules/dx/header/__tests__/mockNavs.ts +0 -115
  152. package/src/modules/dx/header/__tests__/mockProps.ts +0 -164
  153. package/src/modules/dx/header/header.stories.ts +0 -172
  154. package/src/modules/dx/headerMobileNavMenu/__tests__/headerMobileNavMenu.test.ts +0 -123
  155. package/src/modules/dx/headerMobileNavMenuOption/__tests__/headerMobileNavMenuOption.test.ts +0 -38
  156. package/src/modules/dx/headerNav/__tests__/headerNav.test.ts +0 -49
  157. package/src/modules/dx/headerSearch/__tests__/headerSearch.test.ts +0 -182
  158. package/src/modules/dx/headerSearch/__tests__/mockData.ts +0 -11
  159. package/src/modules/dx/headerSearch/__tests__/mockProps.ts +0 -6
  160. package/src/modules/dx/helmet/__tests__/helmet.test.ts +0 -52
  161. package/src/modules/dx/helmet/helmet.stories.ts +0 -53
  162. package/src/modules/dx/hr/__tests__/hr.test.ts +0 -53
  163. package/src/modules/dx/hr/__tests__/mockProps.ts +0 -16
  164. package/src/modules/dx/hr/hr.stories.ts +0 -50
  165. package/src/modules/dx/icon/__tests__/icon.test.ts +0 -54
  166. package/src/modules/dx/icon/icon.stories.ts +0 -100
  167. package/src/modules/dx/iconBadge/__tests__/iconBadge.test.ts +0 -17
  168. package/src/modules/dx/iconBadge/iconBadge.stories.ts +0 -32
  169. package/src/modules/dx/imageAndLabel/__tests__/imageAndLabel.test.ts +0 -39
  170. package/src/modules/dx/imageAndLabel/__tests__/mockProps.ts +0 -6
  171. package/src/modules/dx/imageAndLabel/imageAndLabel.stories.ts +0 -48
  172. package/src/modules/dx/input/__tests__/input.test.ts +0 -357
  173. package/src/modules/dx/input/input.stories.ts +0 -102
  174. package/src/modules/dx/instrumentation/__tests__/instrumentation.test.ts +0 -86
  175. package/src/modules/dx/interactiveImage/__tests__/interactiveImage.test.ts +0 -83
  176. package/src/modules/dx/interactiveImage/__tests__/mockProps.ts +0 -39
  177. package/src/modules/dx/interactiveImage/interactiveImage.stories.ts +0 -31
  178. package/src/modules/dx/lazy/__tests__/lazy.test.ts +0 -43
  179. package/src/modules/dx/lazy/lazy.stories.ts +0 -132
  180. package/src/modules/dx/pagination/__tests__/pagination.test.ts +0 -121
  181. package/src/modules/dx/pagination/pagination.stories.ts +0 -88
  182. package/src/modules/dx/podcastHost/__tests__/mockProps.ts +0 -8
  183. package/src/modules/dx/podcastHost/__tests__/podcastHost.test.ts +0 -21
  184. package/src/modules/dx/podcastHost/podcastHost.stories.ts +0 -17
  185. package/src/modules/dx/podcastPlayer/__tests__/podcastPlayer.test.ts +0 -20
  186. package/src/modules/dx/podcastPlayer/podcastPlayer.stories.ts +0 -13
  187. package/src/modules/dx/podcastSubscription/__tests__/podcastSubscription.test.ts +0 -16
  188. package/src/modules/dx/podcastSubscription/podcastSubscription.stories.ts +0 -23
  189. package/src/modules/dx/popover/__tests__/mockProps.ts +0 -8
  190. package/src/modules/dx/popover/__tests__/popover.test.ts +0 -313
  191. package/src/modules/dx/popover/popover.stories.ts +0 -82
  192. package/src/modules/dx/radioGroup/__tests__/mockProps.ts +0 -12
  193. package/src/modules/dx/radioGroup/__tests__/radioGroup.test.ts +0 -42
  194. package/src/modules/dx/radioGroup/radioGroup.stories.ts +0 -25
  195. package/src/modules/dx/relativeDateTime/__tests__/mockProps.ts +0 -55
  196. package/src/modules/dx/relativeDateTime/__tests__/relativeDateTime.test.ts +0 -52
  197. package/src/modules/dx/relativeDateTime/relativeDateTime.stories.ts +0 -83
  198. package/src/modules/dx/searchResults/searchResults.stories.ts +0 -36
  199. package/src/modules/dx/section/__tests__/section.test.ts +0 -17
  200. package/src/modules/dx/section/section.stories.ts +0 -381
  201. package/src/modules/dx/sectionSignup/__tests__/sectionSignup.test.ts +0 -66
  202. package/src/modules/dx/sectionSignup/sectionSignup.stories.ts +0 -49
  203. package/src/modules/dx/select/select.stories.ts +0 -59
  204. package/src/modules/dx/sidebar/__tests__/mockProps.ts +0 -181
  205. package/src/modules/dx/sidebar/__tests__/mockSearchChangeEmptyEvent.ts +0 -6
  206. package/src/modules/dx/sidebar/__tests__/mockSearchChangeEvent.ts +0 -527
  207. package/src/modules/dx/sidebar/__tests__/sidebar.test.ts +0 -568
  208. package/src/modules/dx/sidebar/sidebar.stories.ts +0 -188
  209. package/src/modules/dx/sidebarOld/__tests__/mockProps.ts +0 -178
  210. package/src/modules/dx/sidebarOld/__tests__/sidebarOld.test.ts +0 -570
  211. package/src/modules/dx/sidebarOld/sidebarOld.stories.ts +0 -139
  212. package/src/modules/dx/sidebarSearch/__tests__/mockPreloadedState.ts +0 -1686
  213. package/src/modules/dx/sidebarSearch/__tests__/sidebarSearch.test.ts +0 -175
  214. package/src/modules/dx/sidebarSearchResult/__tests__/sidebarSearchResult.test.ts +0 -96
  215. package/src/modules/dx/slackCta/__tests__/slackCta.test.ts +0 -36
  216. package/src/modules/dx/slackCta/slackCta.stories.ts +0 -25
  217. package/src/modules/dx/socials/__tests__/socials.test.ts +0 -114
  218. package/src/modules/dx/socials/socials.stories.ts +0 -24
  219. package/src/modules/dx/spinner/__tests__/spinner.test.ts +0 -37
  220. package/src/modules/dx/spinner/spinner.stories.ts +0 -69
  221. package/src/modules/dx/tab/__tests__/tab.test.ts +0 -129
  222. package/src/modules/dx/tab/tab.stories.ts +0 -57
  223. package/src/modules/dx/toc/__tests__/mockProps.ts +0 -28
  224. package/src/modules/dx/toc/__tests__/toc.test.ts +0 -109
  225. package/src/modules/dx/toc/toc.stories.ts +0 -26
  226. package/src/modules/dx/tooltip/__tests__/tooltip.test.ts +0 -22
  227. package/src/modules/dx/tooltip/tooltip.stories.ts +0 -46
  228. package/src/modules/dx/topics/__tests__/mockProps.ts +0 -3
  229. package/src/modules/dx/topics/__tests__/topics.test.ts +0 -31
  230. package/src/modules/dx/tree/__tests__/mockProps.ts +0 -215
  231. package/src/modules/dx/tree/__tests__/tree.test.ts +0 -346
  232. package/src/modules/dx/tree/__tests__/treeHandler.test.ts +0 -194
  233. package/src/modules/dx/tree/tree.stories.ts +0 -65
  234. package/src/modules/dx/treeItem/__tests__/mockProps.ts +0 -46
  235. package/src/modules/dx/treeItem/__tests__/treeItem.test.ts +0 -377
  236. package/src/modules/dx/treeTile/__tests__/mockProps.ts +0 -16
  237. package/src/modules/dx/treeTile/__tests__/treeTile.test.ts +0 -168
  238. package/src/modules/dx/typeBadge/__tests__/typeBadge.test.ts +0 -77
  239. package/src/modules/dx/typeBadge/typeBadge.stories.ts +0 -114
  240. package/src/modules/dx/typeBadgeGroup/__tests__/mockProps.ts +0 -11
  241. package/src/modules/dx/typeBadgeGroup/__tests__/typeBadgeGroup.test.ts +0 -72
  242. package/src/modules/dx/typeBadgeGroup/typeBadgeGroup.stories.ts +0 -19
  243. package/src/modules/test-components/buttonTest/buttonTest.html +0 -3
  244. package/src/modules/test-components/buttonTest/buttonTest.ts +0 -3
  245. package/src/modules/test-components/codeBlockTest/codeBlockTest.js +0 -4
  246. package/src/modules/test-components/featureGridTest/featureGridTest.html +0 -7
  247. package/src/modules/test-components/featureGridTest/featureGridTest.ts +0 -5
  248. package/src/modules/test-components/instrumentationTest/instrumentationTest.html +0 -4
  249. package/src/modules/test-components/instrumentationTest/instrumentationTest.ts +0 -8
  250. package/src/modules/test-components/popoverTest/popoverTest.html +0 -6
  251. package/src/modules/test-components/popoverTest/popoverTest.ts +0 -5
  252. package/src/modules/test-components/slackCtaTest/slackCtaTest.html +0 -3
  253. package/src/modules/test-components/slackCtaTest/slackCtaTest.ts +0 -3
  254. package/src/modules/utils/highlight/__tests__/highlight.test.ts +0 -108
  255. package/src/modules/utils/highlight/__tests__/mockProps.ts +0 -45
  256. package/src/modules/utils-internal/jest/jest.ts +0 -58
  257. package/src/modules/utils-internal/recentSearches/__tests__/recentSearches.test.ts +0 -83
  258. package/src/modules/utils-internal/regexps/regexps.ts +0 -5
  259. package/src/modules/utils-internal/storybook/storybook.ts +0 -32
  260. package/src/modules/utils-internal/tests/tests.ts +0 -38
  261. package/src/modules/utils-internal/wordpress/__tests__/wordpress.test.ts +0 -15
@@ -1,527 +0,0 @@
1
- export default {
2
- detail: {
3
- value: "pwa",
4
- results: [
5
- {
6
- title: "Introduction | B2C Commerce PWA Kit and Managed Runtime",
7
- titleHighlights: [
8
- {
9
- length: 3,
10
- offset: 28
11
- }
12
- ],
13
- excerpt:
14
- "A PWA is a website whose user experience includes features that we normally associate with native apps, ... A PWA works on any desktop or mobile device that uses a standards-compliant browser.",
15
- excerptHighlights: [
16
- {
17
- length: 3,
18
- offset: 2
19
- },
20
- {
21
- length: 3,
22
- offset: 110
23
- }
24
- ],
25
- uniqueId:
26
- "42.47776$https://developer.salesforce.com/docs/commerce/pwa-kit-managed-runtime/guide/introduction",
27
- href: "/docs/commerce/pwa-kit-managed-runtime/guide/introduction.html?q=pwa",
28
- selected: true
29
- },
30
- {
31
- title: "Special Components | B2C Commerce PWA Kit and Managed Runtime",
32
- titleHighlights: [
33
- {
34
- length: 3,
35
- offset: 34
36
- }
37
- ],
38
- excerpt:
39
- "... guide assumes that you’re familiar with how routing works in a PWA Kit storefront. ... The PWA Kit React SDK includes the following special components: AppConfig, App, Error, and Document.",
40
- excerptHighlights: [
41
- {
42
- length: 3,
43
- offset: 67
44
- },
45
- {
46
- length: 3,
47
- offset: 95
48
- }
49
- ],
50
- uniqueId:
51
- "42.47776$https://developer.salesforce.com/docs/commerce/pwa-kit-managed-runtime/guide/special-components",
52
- href: "/docs/commerce/pwa-kit-managed-runtime/guide/special-components.html?q=pwa",
53
- selected: false
54
- },
55
- {
56
- title: "PWA Kit | B2C Commerce PWA Kit and Managed Runtime",
57
- titleHighlights: [
58
- {
59
- length: 3,
60
- offset: 0
61
- },
62
- {
63
- length: 3,
64
- offset: 23
65
- }
66
- ],
67
- excerpt:
68
- "PWA Kit Overview This overview briefly introduces the main parts of the PWA Kit architecture and provides you with ... Service worker and manifest for Progressive Web App (PWA) features",
69
- excerptHighlights: [
70
- {
71
- length: 3,
72
- offset: 0
73
- },
74
- {
75
- length: 3,
76
- offset: 72
77
- },
78
- {
79
- length: 3,
80
- offset: 172
81
- }
82
- ],
83
- uniqueId:
84
- "42.47776$https://developer.salesforce.com/docs/commerce/pwa-kit-managed-runtime/guide/pwa-kit-overview",
85
- href: "/docs/commerce/pwa-kit-managed-runtime/guide/pwa-kit-overview.html?q=pwa",
86
- selected: false
87
- },
88
- {
89
- title: "Skills for Success | B2C Commerce PWA Kit and Managed Runtime",
90
- titleHighlights: [
91
- {
92
- length: 3,
93
- offset: 34
94
- }
95
- ],
96
- excerpt:
97
- "Generally speaking, PWA Kit developers should be comfortable with: ... Building ... A PWA Kit app is coded in modern JavaScript. ... The PWA Checklist Interacting with APIs using tools like",
98
- excerptHighlights: [
99
- {
100
- length: 3,
101
- offset: 20
102
- },
103
- {
104
- length: 3,
105
- offset: 86
106
- },
107
- {
108
- length: 3,
109
- offset: 137
110
- }
111
- ],
112
- uniqueId:
113
- "42.47776$https://developer.salesforce.com/docs/commerce/pwa-kit-managed-runtime/guide/skills-for-success",
114
- href: "/docs/commerce/pwa-kit-managed-runtime/guide/skills-for-success.html?q=pwa",
115
- selected: false
116
- },
117
- {
118
- title: "Setting Up API Access | B2C Commerce PWA Kit and Managed Runtime",
119
- titleHighlights: [
120
- {
121
- length: 3,
122
- offset: 37
123
- }
124
- ],
125
- excerpt:
126
- "Repeat these instructions for each B2C Commerce instance that is used with PWA Kit. ... To enable your PWA Kit storefront to access both the Salesforce Commerce API and Open Commerce API ( ...",
127
- excerptHighlights: [
128
- {
129
- length: 3,
130
- offset: 75
131
- },
132
- {
133
- length: 3,
134
- offset: 103
135
- }
136
- ],
137
- uniqueId:
138
- "42.47776$https://developer.salesforce.com/docs/commerce/pwa-kit-managed-runtime/guide/setting-up-api-access",
139
- href: "/docs/commerce/pwa-kit-managed-runtime/guide/setting-up-api-access.html?q=pwa",
140
- selected: false
141
- },
142
- {
143
- title: "Getting Started | B2C Commerce PWA Kit and Managed Runtime",
144
- titleHighlights: [
145
- {
146
- length: 3,
147
- offset: 31
148
- }
149
- ],
150
- excerpt:
151
- "For a PWA Kit storefront to work correctly, someone with administrator privileges for the B2C Commerce ... Run ... Most PWA Kit developers start by cloning a repository containing a previously ...",
152
- excerptHighlights: [
153
- {
154
- length: 3,
155
- offset: 6
156
- },
157
- {
158
- length: 3,
159
- offset: 120
160
- }
161
- ],
162
- uniqueId:
163
- "42.47776$https://developer.salesforce.com/docs/commerce/pwa-kit-managed-runtime/guide/getting-started",
164
- href: "/docs/commerce/pwa-kit-managed-runtime/guide/getting-started.html?q=pwa",
165
- selected: false
166
- },
167
- {
168
- title: "Rendering | B2C Commerce PWA Kit and Managed Runtime",
169
- titleHighlights: [
170
- {
171
- length: 3,
172
- offset: 25
173
- }
174
- ],
175
- excerpt:
176
- "The PWA Kit architecture builds on React’s rendering system, adding features that benefit both users ... The PWA Kit architecture works behind the scenes to make the transition from server- ...",
177
- excerptHighlights: [
178
- {
179
- length: 3,
180
- offset: 4
181
- },
182
- {
183
- length: 3,
184
- offset: 109
185
- }
186
- ],
187
- uniqueId:
188
- "42.47776$https://developer.salesforce.com/docs/commerce/pwa-kit-managed-runtime/guide/rendering",
189
- href: "/docs/commerce/pwa-kit-managed-runtime/guide/rendering.html?q=pwa",
190
- selected: false
191
- },
192
- {
193
- title: "B2C Commerce PWA Kit and Managed Runtime",
194
- titleHighlights: [
195
- {
196
- length: 3,
197
- offset: 13
198
- }
199
- ],
200
- excerpt:
201
- "Documentation B2C Commerce PWA Kit and Managed Runtime Documentation/B2C Commerce PWA Kit and Managed Runtime/Overview B2C Commerce PWA Kit and Managed Runtime Create compelling ... Clear",
202
- excerptHighlights: [
203
- {
204
- length: 3,
205
- offset: 27
206
- },
207
- {
208
- length: 3,
209
- offset: 82
210
- },
211
- {
212
- length: 3,
213
- offset: 132
214
- }
215
- ],
216
- uniqueId:
217
- "42.47776$https://developer.salesforce.com/docs/commerce/pwa-kit-managed-runtime/overview",
218
- href: "/docs/commerce/pwa-kit-managed-runtime/overview.html?q=pwa",
219
- selected: false
220
- },
221
- {
222
- title: "Browser Compatibility | B2C Commerce PWA Kit and Managed Runtime",
223
- titleHighlights: [
224
- {
225
- length: 3,
226
- offset: 37
227
- }
228
- ],
229
- excerpt:
230
- "A Progressive Web App (PWA) created with PWA Kit is compatible with the following web browsers: ... Operating System ... Browser ... Documentation/B2C Commerce PWA Kit and Managed Runtime",
231
- excerptHighlights: [
232
- {
233
- length: 3,
234
- offset: 23
235
- },
236
- {
237
- length: 3,
238
- offset: 41
239
- },
240
- {
241
- length: 3,
242
- offset: 160
243
- }
244
- ],
245
- uniqueId:
246
- "42.47776$https://developer.salesforce.com/docs/commerce/pwa-kit-managed-runtime/guide/browser-compatibility",
247
- href: "/docs/commerce/pwa-kit-managed-runtime/guide/browser-compatibility.html?q=pwa",
248
- selected: false
249
- },
250
- {
251
- title: "Proxying Requests | B2C Commerce PWA Kit and Managed Runtime",
252
- titleHighlights: [
253
- {
254
- length: 3,
255
- offset: 33
256
- }
257
- ],
258
- excerpt:
259
- "By default, all projects created with PWA Kit come with a default configuration that associates the api ... why to use proxies in your commerce app, keep exploring the PWA Kit documentation.",
260
- excerptHighlights: [
261
- {
262
- length: 3,
263
- offset: 38
264
- },
265
- {
266
- length: 3,
267
- offset: 168
268
- }
269
- ],
270
- uniqueId:
271
- "42.47776$https://developer.salesforce.com/docs/commerce/pwa-kit-managed-runtime/guide/proxying-requests",
272
- href: "/docs/commerce/pwa-kit-managed-runtime/guide/proxying-requests.html?q=pwa",
273
- selected: false
274
- },
275
- {
276
- title: "Managed Runtime | B2C Commerce PWA Kit and Managed Runtime",
277
- titleHighlights: [
278
- {
279
- length: 3,
280
- offset: 31
281
- }
282
- ],
283
- excerpt:
284
- "The Managed Runtime provides the infrastructure to deploy, host, and monitor your PWA Kit storefront. ... Because PWA Kit’s rendering and routing system handles the differences between local ...",
285
- excerptHighlights: [
286
- {
287
- length: 3,
288
- offset: 82
289
- },
290
- {
291
- length: 3,
292
- offset: 114
293
- }
294
- ],
295
- uniqueId:
296
- "42.47776$https://developer.salesforce.com/docs/commerce/pwa-kit-managed-runtime/guide/mrt-overview",
297
- href: "/docs/commerce/pwa-kit-managed-runtime/guide/mrt-overview.html?q=pwa",
298
- selected: false
299
- },
300
- {
301
- title: "Configuration Options | B2C Commerce PWA Kit and Managed Runtime",
302
- titleHighlights: [
303
- {
304
- length: 3,
305
- offset: 37
306
- }
307
- ],
308
- excerpt:
309
- "Configuration Options for PWA Kit Projects ... Important configuration options are set in two files within every PWA Kit project: the package.json file and app/commerce-api.config.js. ... name",
310
- excerptHighlights: [
311
- {
312
- length: 3,
313
- offset: 26
314
- },
315
- {
316
- length: 3,
317
- offset: 113
318
- }
319
- ],
320
- uniqueId:
321
- "42.47776$https://developer.salesforce.com/docs/commerce/pwa-kit-managed-runtime/guide/configuration-options",
322
- href: "/docs/commerce/pwa-kit-managed-runtime/guide/configuration-options.html?q=pwa",
323
- selected: false
324
- },
325
- {
326
- title: "The Retail React App | B2C Commerce PWA Kit and Managed Runtime",
327
- titleHighlights: [
328
- {
329
- length: 3,
330
- offset: 36
331
- }
332
- ],
333
- excerpt:
334
- "All PWA Kit projects start with the same set of files. ... compile-messages ... The PWA Kit React SDK is a library that supports the isomorphic rendering pipeline for PWA Kit storefronts.",
335
- excerptHighlights: [
336
- {
337
- length: 3,
338
- offset: 4
339
- },
340
- {
341
- length: 3,
342
- offset: 84
343
- },
344
- {
345
- length: 3,
346
- offset: 167
347
- }
348
- ],
349
- uniqueId:
350
- "42.47776$https://developer.salesforce.com/docs/commerce/pwa-kit-managed-runtime/guide/retail-react-app",
351
- href: "/docs/commerce/pwa-kit-managed-runtime/guide/retail-react-app.html?q=pwa",
352
- selected: false
353
- },
354
- {
355
- title: "Launching Your Storefront | B2C Commerce PWA Kit and Managed Runtime",
356
- titleHighlights: [
357
- {
358
- length: 3,
359
- offset: 41
360
- }
361
- ],
362
- excerpt:
363
- "This guide describes how to launch a new PWA Kit storefront and make it accessible from its official, ... that originally developed the technology that became PWA Kit and Managed Runtime.",
364
- excerptHighlights: [
365
- {
366
- length: 3,
367
- offset: 41
368
- },
369
- {
370
- length: 3,
371
- offset: 159
372
- }
373
- ],
374
- uniqueId:
375
- "42.47776$https://developer.salesforce.com/docs/commerce/pwa-kit-managed-runtime/guide/launching-your-storefront",
376
- href: "/docs/commerce/pwa-kit-managed-runtime/guide/launching-your-storefront.html?q=pwa",
377
- selected: false
378
- },
379
- {
380
- title: "Reference | B2C Commerce PWA Kit and Managed Runtime",
381
- titleHighlights: [
382
- {
383
- length: 3,
384
- offset: 25
385
- }
386
- ],
387
- excerpt:
388
- "Documentation/B2C Commerce PWA Kit and Managed Runtime ... You can choose whether functional and advertising cookies apply. ... Required cookies are necessary for basic website functionality.",
389
- excerptHighlights: [
390
- {
391
- length: 3,
392
- offset: 27
393
- }
394
- ],
395
- uniqueId:
396
- "42.47776$https://developer.salesforce.com/docs/commerce/pwa-kit-managed-runtime/references",
397
- href: "/docs/commerce/pwa-kit-managed-runtime/references.html?q=pwa",
398
- selected: false
399
- },
400
- {
401
- title: "Administration | B2C Commerce PWA Kit and Managed Runtime",
402
- titleHighlights: [
403
- {
404
- length: 3,
405
- offset: 30
406
- }
407
- ],
408
- excerpt:
409
- "... , projects, environments, and bundles associated with your PWA Kit storefront. ... Every PWA Kit project needs a corresponding project within the Managed Runtime for deploying and hosting the ...",
410
- excerptHighlights: [
411
- {
412
- length: 3,
413
- offset: 63
414
- },
415
- {
416
- length: 3,
417
- offset: 93
418
- }
419
- ],
420
- uniqueId:
421
- "42.47776$https://developer.salesforce.com/docs/commerce/pwa-kit-managed-runtime/guide/managed-runtime-administration",
422
- href: "/docs/commerce/pwa-kit-managed-runtime/guide/managed-runtime-administration.html?q=pwa",
423
- selected: false
424
- },
425
- {
426
- title: "Debugging | B2C Commerce PWA Kit and Managed Runtime",
427
- titleHighlights: [
428
- {
429
- length: 3,
430
- offset: 25
431
- }
432
- ],
433
- excerpt:
434
- "Debugging PWA Kit Apps Bugs and performance bottlenecks are an unavoidable part of ... With PWA Kit, you can get to the bottom of these issues with a variety of tools and techniques for ...",
435
- excerptHighlights: [
436
- {
437
- length: 3,
438
- offset: 10
439
- },
440
- {
441
- length: 3,
442
- offset: 92
443
- }
444
- ],
445
- uniqueId:
446
- "42.47776$https://developer.salesforce.com/docs/commerce/pwa-kit-managed-runtime/guide/debugging",
447
- href: "/docs/commerce/pwa-kit-managed-runtime/guide/debugging.html?q=pwa",
448
- selected: false
449
- },
450
- {
451
- title: "Using the Managed Runtime API | B2C Commerce PWA Kit and Managed Runtime",
452
- titleHighlights: [
453
- {
454
- length: 3,
455
- offset: 45
456
- }
457
- ],
458
- excerpt:
459
- "Caution ... Mobify is the name of the company that originally developed the technology that became PWA Kit and Managed Runtime. ... Documentation/B2C Commerce PWA Kit and Managed Runtime",
460
- excerptHighlights: [
461
- {
462
- length: 3,
463
- offset: 99
464
- },
465
- {
466
- length: 3,
467
- offset: 159
468
- }
469
- ],
470
- uniqueId:
471
- "42.47776$https://developer.salesforce.com/docs/commerce/pwa-kit-managed-runtime/guide/using-the-managed-runtime-api",
472
- href: "/docs/commerce/pwa-kit-managed-runtime/guide/using-the-managed-runtime-api.html?q=pwa",
473
- selected: false
474
- },
475
- {
476
- title: "Routing | B2C Commerce PWA Kit and Managed Runtime",
477
- titleHighlights: [
478
- {
479
- length: 3,
480
- offset: 23
481
- }
482
- ],
483
- excerpt:
484
- "... HTTPError object, which can be imported from pwa-kit-react-sdk/ssr/universal/errors. ... As you read through the PWA Kit documentation, don’t miss the architecture guide for The Retail React ...",
485
- excerptHighlights: [
486
- {
487
- length: 3,
488
- offset: 49
489
- },
490
- {
491
- length: 3,
492
- offset: 117
493
- }
494
- ],
495
- uniqueId:
496
- "42.47776$https://developer.salesforce.com/docs/commerce/pwa-kit-managed-runtime/guide/routing",
497
- href: "/docs/commerce/pwa-kit-managed-runtime/guide/routing.html?q=pwa",
498
- selected: false
499
- },
500
- {
501
- title: "Maximizing Your Cache Hit Ratio | B2C Commerce PWA Kit and Managed Runtime",
502
- titleHighlights: [
503
- {
504
- length: 3,
505
- offset: 47
506
- }
507
- ],
508
- excerpt:
509
- "The default cache lifetime for page responses in a PWA Kit project is 600 seconds (or 10 minutes) by default. ... import {QueryParameters} from 'pwa-kit-react-sdk/utils/ssr-request-processing'",
510
- excerptHighlights: [
511
- {
512
- length: 3,
513
- offset: 51
514
- },
515
- {
516
- length: 3,
517
- offset: 145
518
- }
519
- ],
520
- uniqueId:
521
- "42.47776$https://developer.salesforce.com/docs/commerce/pwa-kit-managed-runtime/guide/maximizing-your-cache-hit-ratio",
522
- href: "/docs/commerce/pwa-kit-managed-runtime/guide/maximizing-your-cache-hit-ratio.html?q=pwa",
523
- selected: false
524
- }
525
- ]
526
- }
527
- };