@salesforcedevs/dx-components 0.26.2 → 0.26.3

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 (250) hide show
  1. package/lwc.config.json +1 -1
  2. package/package.json +2 -6
  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/popover/popover.ts +1 -1
  25. package/src/modules/dx/section/section.ts +1 -1
  26. package/src/modules/dx/sidebar/sidebar.ts +1 -1
  27. package/src/modules/dx/sidebarSearch/sidebarSearch.ts +2 -5
  28. package/src/modules/dx/typeBadge/typeBadge.ts +1 -1
  29. package/src/modules/{utils-internal → utils}/coveo/coveo.ts +0 -0
  30. package/src/modules/{utils-internal → utils}/css/css.ts +0 -0
  31. package/src/modules/{utils-internal → utils}/devices/devices.ts +0 -0
  32. package/src/modules/utils/highlight/highlight.ts +1 -1
  33. package/src/modules/{utils-internal → utils}/options/options.ts +0 -0
  34. package/src/modules/{utils-internal → utils}/prismjs/prismjs.html +0 -0
  35. package/src/modules/{utils-internal → utils}/prismjs/prismjs.ts +0 -0
  36. package/src/modules/{utils-internal → utils}/recentSearches/recentSearches.ts +0 -0
  37. package/src/modules/{utils-internal → utils}/regexps/regexps.ts +0 -0
  38. package/src/modules/{utils-internal → utils}/seo/seo.ts +0 -0
  39. package/src/modules/{utils-internal → utils}/slot/slot.ts +0 -0
  40. package/src/modules/{utils-internal → utils}/wordpress/wordpress.ts +0 -0
  41. package/src/modules/dx/banner/__tests__/banner.test.ts +0 -33
  42. package/src/modules/dx/brandThemeProvider/__tests__/brandThemeProvider.test.ts +0 -49
  43. package/src/modules/dx/brandThemeProvider/brandThemeProvider.stories.ts +0 -321
  44. package/src/modules/dx/breadcrumbs/__tests__/breadcrumbs.test.ts +0 -140
  45. package/src/modules/dx/breadcrumbs/__tests__/mockProps.ts +0 -28
  46. package/src/modules/dx/breadcrumbs/breadcrumbs.stories.ts +0 -39
  47. package/src/modules/dx/button/__tests__/button.test.ts +0 -107
  48. package/src/modules/dx/button/button.stories.ts +0 -150
  49. package/src/modules/dx/cardBlogPost/__tests__/cardBlogPost.test.ts +0 -26
  50. package/src/modules/dx/cardBlogPost/__tests__/mockProps.ts +0 -12
  51. package/src/modules/dx/cardBlogPost/cardBlogPost.stories.ts +0 -164
  52. package/src/modules/dx/cardBlogPostProvider/__tests__/cardBlogPostProvider.test.ts +0 -34
  53. package/src/modules/dx/cardBlogPostProvider/__tests__/mockWordpressPosts.ts +0 -44
  54. package/src/modules/dx/cardCallout/__tests__/cardCallout.test.ts +0 -20
  55. package/src/modules/dx/cardCallout/__tests__/mockProps.ts +0 -7
  56. package/src/modules/dx/cardCallout/cardCallout.stories.ts +0 -33
  57. package/src/modules/dx/cardContent/__tests__/cardContent.test.ts +0 -100
  58. package/src/modules/dx/cardContent/__tests__/mockProps.ts +0 -13
  59. package/src/modules/dx/cardContent/cardContent.stories.ts +0 -127
  60. package/src/modules/dx/cardDemo/cardDemo.stories.ts +0 -115
  61. package/src/modules/dx/cardDocs/__tests__/cardDocs.test.ts +0 -48
  62. package/src/modules/dx/cardDocs/__tests__/mockProps.ts +0 -9
  63. package/src/modules/dx/cardDocs/cardDocs.stories.ts +0 -299
  64. package/src/modules/dx/cardEvent/__tests__/cardEvent.test.ts +0 -95
  65. package/src/modules/dx/cardEvent/__tests__/mockProps.ts +0 -10
  66. package/src/modules/dx/cardEvent/cardEvent.stories.ts +0 -153
  67. package/src/modules/dx/cardExpanded/__tests__/cardExpanded.test.ts +0 -193
  68. package/src/modules/dx/cardExpanded/__tests__/mockProps.ts +0 -21
  69. package/src/modules/dx/cardExpanded/cardExpanded.stories.ts +0 -59
  70. package/src/modules/dx/cardGrid/__tests__/cardMockProps.ts +0 -431
  71. package/src/modules/dx/cardGrid/__tests__/mockProps.ts +0 -15
  72. package/src/modules/dx/cardGrid/cardGrid.stories.ts +0 -111
  73. package/src/modules/dx/cardMinimal/__tests__/cardMinimal.test.ts +0 -87
  74. package/src/modules/dx/cardMinimal/__tests__/mockProps.ts +0 -10
  75. package/src/modules/dx/cardMinimal/cardMinimal.stories.ts +0 -32
  76. package/src/modules/dx/cardNews/__tests__/cardNews.test.ts +0 -58
  77. package/src/modules/dx/cardNews/__tests__/mockProps.ts +0 -7
  78. package/src/modules/dx/cardNews/cardNews.stories.ts +0 -115
  79. package/src/modules/dx/cardPodcastEpisode/__tests__/cardPodcastEpisode.test.ts +0 -68
  80. package/src/modules/dx/cardPodcastEpisode/cardPodcastEpisode.stories.ts +0 -31
  81. package/src/modules/dx/cardPodcastEpisodeProvider/__tests__/cardPodcastEpisodeProvider.test.ts +0 -36
  82. package/src/modules/dx/cardPodcastEpisodeProvider/__tests__/mockWordpressEpisodes.ts +0 -50
  83. package/src/modules/dx/cardSmall/__tests__/cardSmall.test.ts +0 -66
  84. package/src/modules/dx/cardSmall/__tests__/mockProps.ts +0 -8
  85. package/src/modules/dx/cardSmall/cardSmall.stories.ts +0 -166
  86. package/src/modules/dx/cardTitle/__tests__/cardTitle.test.ts +0 -46
  87. package/src/modules/dx/cardTrailheadModule/__tests__/cardTrailheadModule.test.ts +0 -18
  88. package/src/modules/dx/cardTrailheadModule/__tests__/mockProps.ts +0 -11
  89. package/src/modules/dx/cardTrailheadModule/cardTrailheadModule.stories.ts +0 -122
  90. package/src/modules/dx/cardVideoPreview/__tests__/cardVideoPreview.test.ts +0 -22
  91. package/src/modules/dx/cardVideoPreview/__tests__/mockProps.ts +0 -11
  92. package/src/modules/dx/cardVideoPreview/cardVideoPreview.stories.ts +0 -147
  93. package/src/modules/dx/checkbox/__tests__/checkbox.test.ts +0 -85
  94. package/src/modules/dx/checkbox/__tests__/mockProps.ts +0 -5
  95. package/src/modules/dx/checkbox/checkbox.stories.ts +0 -38
  96. package/src/modules/dx/checkboxGroup/__tests__/checkboxGroup.test.ts +0 -80
  97. package/src/modules/dx/checkboxGroup/__tests__/mockProps.ts +0 -14
  98. package/src/modules/dx/checkboxGroup/checkboxGroup.stories.ts +0 -33
  99. package/src/modules/dx/codeBlock/__tests__/codeBlock.test.ts +0 -238
  100. package/src/modules/dx/codeBlock/__tests__/mockProps.ts +0 -160
  101. package/src/modules/dx/codeBlock/codeBlock.stories.ts +0 -143
  102. package/src/modules/dx/dropdown/__tests__/dropdown.test.ts +0 -165
  103. package/src/modules/dx/dropdown/__tests__/mockNestedOptions.ts +0 -96
  104. package/src/modules/dx/dropdown/__tests__/mockOptions.ts +0 -10
  105. package/src/modules/dx/dropdown/__tests__/mockProps.ts +0 -6
  106. package/src/modules/dx/dropdown/dropdown.stories.ts +0 -89
  107. package/src/modules/dx/dropdownOption/__tests__/dropdownOption.test.ts +0 -112
  108. package/src/modules/dx/dropdownOption/__tests__/mockProps.ts +0 -20
  109. package/src/modules/dx/emptyState/__tests__/emptyState.test.ts +0 -52
  110. package/src/modules/dx/emptyState/__tests__/mockProps.ts +0 -4
  111. package/src/modules/dx/emptyState/emptyState.stories.ts +0 -45
  112. package/src/modules/dx/feature/__tests__/feature.test.ts +0 -51
  113. package/src/modules/dx/feature/__tests__/mockProps.ts +0 -8
  114. package/src/modules/dx/featureGrid/__tests__/featureGrid.test.ts +0 -21
  115. package/src/modules/dx/featureGrid/featureGrid.stories.ts +0 -120
  116. package/src/modules/dx/featuredContentHeader/__tests__/featuredContentHeader.test.ts +0 -178
  117. package/src/modules/dx/featuredContentHeader/__tests__/mockProps.ts +0 -73
  118. package/src/modules/dx/featuredContentHeader/featuredContentHeader.stories.ts +0 -153
  119. package/src/modules/dx/featuresList/__tests__/featuresList.test.ts +0 -43
  120. package/src/modules/dx/featuresList/__tests__/mockProps.ts +0 -17
  121. package/src/modules/dx/featuresList/featuresList.stories.ts +0 -30
  122. package/src/modules/dx/footer/__tests__/footer.test.ts +0 -147
  123. package/src/modules/dx/footer/__tests__/mockLocales.ts +0 -7
  124. package/src/modules/dx/footer/footer.stories.ts +0 -88
  125. package/src/modules/dx/footerOption/__tests__/footerOption.test.ts +0 -34
  126. package/src/modules/dx/footerOption/__tests__/mockProps.ts +0 -7
  127. package/src/modules/dx/formattedDateTime/__tests__/formattedDateTime.test.ts +0 -25
  128. package/src/modules/dx/formattedDateTime/__tests__/mockProps.ts +0 -13
  129. package/src/modules/dx/formattedDateTime/formattedDateTime.stories.ts +0 -103
  130. package/src/modules/dx/grid/__tests__/grid.test.ts +0 -32
  131. package/src/modules/dx/grid/grid.stories.ts +0 -134
  132. package/src/modules/dx/groupBio/__tests__/groupBio.test.ts +0 -82
  133. package/src/modules/dx/groupBio/__tests__/mockProps.ts +0 -15
  134. package/src/modules/dx/groupBio/groupBio.stories.ts +0 -66
  135. package/src/modules/dx/groupText/__tests__/groupText.test.ts +0 -69
  136. package/src/modules/dx/groupText/__tests__/mockProps.ts +0 -35
  137. package/src/modules/dx/groupText/groupText.stories.ts +0 -81
  138. package/src/modules/dx/header/__tests__/header.test.ts +0 -236
  139. package/src/modules/dx/header/__tests__/mockNavArchitects.ts +0 -169
  140. package/src/modules/dx/header/__tests__/mockNavDevelopers.ts +0 -419
  141. package/src/modules/dx/header/__tests__/mockNavs.ts +0 -115
  142. package/src/modules/dx/header/__tests__/mockProps.ts +0 -164
  143. package/src/modules/dx/header/header.stories.ts +0 -172
  144. package/src/modules/dx/headerMobileNavMenu/__tests__/headerMobileNavMenu.test.ts +0 -123
  145. package/src/modules/dx/headerMobileNavMenuOption/__tests__/headerMobileNavMenuOption.test.ts +0 -38
  146. package/src/modules/dx/headerNav/__tests__/headerNav.test.ts +0 -49
  147. package/src/modules/dx/headerSearch/__tests__/headerSearch.test.ts +0 -182
  148. package/src/modules/dx/headerSearch/__tests__/mockData.ts +0 -11
  149. package/src/modules/dx/headerSearch/__tests__/mockProps.ts +0 -6
  150. package/src/modules/dx/helmet/__tests__/helmet.test.ts +0 -52
  151. package/src/modules/dx/helmet/helmet.stories.ts +0 -53
  152. package/src/modules/dx/hr/__tests__/hr.test.ts +0 -53
  153. package/src/modules/dx/hr/__tests__/mockProps.ts +0 -16
  154. package/src/modules/dx/hr/hr.stories.ts +0 -50
  155. package/src/modules/dx/icon/__tests__/icon.test.ts +0 -54
  156. package/src/modules/dx/icon/icon.stories.ts +0 -100
  157. package/src/modules/dx/iconBadge/__tests__/iconBadge.test.ts +0 -17
  158. package/src/modules/dx/iconBadge/iconBadge.stories.ts +0 -32
  159. package/src/modules/dx/imageAndLabel/__tests__/imageAndLabel.test.ts +0 -39
  160. package/src/modules/dx/imageAndLabel/__tests__/mockProps.ts +0 -6
  161. package/src/modules/dx/imageAndLabel/imageAndLabel.stories.ts +0 -48
  162. package/src/modules/dx/input/__tests__/input.test.ts +0 -357
  163. package/src/modules/dx/input/input.stories.ts +0 -102
  164. package/src/modules/dx/instrumentation/__tests__/instrumentation.test.ts +0 -86
  165. package/src/modules/dx/interactiveImage/__tests__/interactiveImage.test.ts +0 -83
  166. package/src/modules/dx/interactiveImage/__tests__/mockProps.ts +0 -39
  167. package/src/modules/dx/interactiveImage/interactiveImage.stories.ts +0 -31
  168. package/src/modules/dx/lazy/__tests__/lazy.test.ts +0 -43
  169. package/src/modules/dx/lazy/lazy.stories.ts +0 -132
  170. package/src/modules/dx/pagination/__tests__/pagination.test.ts +0 -121
  171. package/src/modules/dx/pagination/pagination.stories.ts +0 -88
  172. package/src/modules/dx/podcastHost/__tests__/mockProps.ts +0 -8
  173. package/src/modules/dx/podcastHost/__tests__/podcastHost.test.ts +0 -21
  174. package/src/modules/dx/podcastHost/podcastHost.stories.ts +0 -17
  175. package/src/modules/dx/podcastPlayer/__tests__/podcastPlayer.test.ts +0 -20
  176. package/src/modules/dx/podcastPlayer/podcastPlayer.stories.ts +0 -13
  177. package/src/modules/dx/podcastSubscription/__tests__/podcastSubscription.test.ts +0 -16
  178. package/src/modules/dx/podcastSubscription/podcastSubscription.stories.ts +0 -23
  179. package/src/modules/dx/popover/__tests__/mockProps.ts +0 -8
  180. package/src/modules/dx/popover/__tests__/popover.test.ts +0 -313
  181. package/src/modules/dx/popover/popover.stories.ts +0 -82
  182. package/src/modules/dx/radioGroup/__tests__/mockProps.ts +0 -12
  183. package/src/modules/dx/radioGroup/__tests__/radioGroup.test.ts +0 -42
  184. package/src/modules/dx/radioGroup/radioGroup.stories.ts +0 -25
  185. package/src/modules/dx/relativeDateTime/__tests__/mockProps.ts +0 -55
  186. package/src/modules/dx/relativeDateTime/__tests__/relativeDateTime.test.ts +0 -52
  187. package/src/modules/dx/relativeDateTime/relativeDateTime.stories.ts +0 -83
  188. package/src/modules/dx/searchResults/searchResults.stories.ts +0 -36
  189. package/src/modules/dx/section/__tests__/section.test.ts +0 -17
  190. package/src/modules/dx/section/section.stories.ts +0 -381
  191. package/src/modules/dx/sectionSignup/__tests__/sectionSignup.test.ts +0 -66
  192. package/src/modules/dx/sectionSignup/sectionSignup.stories.ts +0 -49
  193. package/src/modules/dx/select/select.stories.ts +0 -59
  194. package/src/modules/dx/sidebar/__tests__/mockProps.ts +0 -181
  195. package/src/modules/dx/sidebar/__tests__/mockSearchChangeEmptyEvent.ts +0 -6
  196. package/src/modules/dx/sidebar/__tests__/mockSearchChangeEvent.ts +0 -527
  197. package/src/modules/dx/sidebar/__tests__/sidebar.test.ts +0 -568
  198. package/src/modules/dx/sidebar/sidebar.stories.ts +0 -188
  199. package/src/modules/dx/sidebarOld/__tests__/mockProps.ts +0 -178
  200. package/src/modules/dx/sidebarOld/__tests__/sidebarOld.test.ts +0 -570
  201. package/src/modules/dx/sidebarOld/sidebarOld.stories.ts +0 -139
  202. package/src/modules/dx/sidebarSearch/__tests__/mockPreloadedState.ts +0 -1686
  203. package/src/modules/dx/sidebarSearch/__tests__/sidebarSearch.test.ts +0 -175
  204. package/src/modules/dx/sidebarSearchResult/__tests__/sidebarSearchResult.test.ts +0 -96
  205. package/src/modules/dx/slackCta/__tests__/slackCta.test.ts +0 -36
  206. package/src/modules/dx/slackCta/slackCta.stories.ts +0 -25
  207. package/src/modules/dx/socials/__tests__/socials.test.ts +0 -114
  208. package/src/modules/dx/socials/socials.stories.ts +0 -24
  209. package/src/modules/dx/spinner/__tests__/spinner.test.ts +0 -37
  210. package/src/modules/dx/spinner/spinner.stories.ts +0 -69
  211. package/src/modules/dx/tab/__tests__/tab.test.ts +0 -129
  212. package/src/modules/dx/tab/tab.stories.ts +0 -57
  213. package/src/modules/dx/toc/__tests__/mockProps.ts +0 -28
  214. package/src/modules/dx/toc/__tests__/toc.test.ts +0 -109
  215. package/src/modules/dx/toc/toc.stories.ts +0 -26
  216. package/src/modules/dx/tooltip/__tests__/tooltip.test.ts +0 -22
  217. package/src/modules/dx/tooltip/tooltip.stories.ts +0 -46
  218. package/src/modules/dx/topics/__tests__/mockProps.ts +0 -3
  219. package/src/modules/dx/topics/__tests__/topics.test.ts +0 -31
  220. package/src/modules/dx/tree/__tests__/mockProps.ts +0 -215
  221. package/src/modules/dx/tree/__tests__/tree.test.ts +0 -346
  222. package/src/modules/dx/tree/__tests__/treeHandler.test.ts +0 -194
  223. package/src/modules/dx/tree/tree.stories.ts +0 -65
  224. package/src/modules/dx/treeItem/__tests__/mockProps.ts +0 -46
  225. package/src/modules/dx/treeItem/__tests__/treeItem.test.ts +0 -377
  226. package/src/modules/dx/treeTile/__tests__/mockProps.ts +0 -16
  227. package/src/modules/dx/treeTile/__tests__/treeTile.test.ts +0 -168
  228. package/src/modules/dx/typeBadge/__tests__/typeBadge.test.ts +0 -77
  229. package/src/modules/dx/typeBadge/typeBadge.stories.ts +0 -114
  230. package/src/modules/dx/typeBadgeGroup/__tests__/mockProps.ts +0 -11
  231. package/src/modules/dx/typeBadgeGroup/__tests__/typeBadgeGroup.test.ts +0 -72
  232. package/src/modules/dx/typeBadgeGroup/typeBadgeGroup.stories.ts +0 -19
  233. package/src/modules/test-components/buttonTest/buttonTest.html +0 -3
  234. package/src/modules/test-components/buttonTest/buttonTest.ts +0 -3
  235. package/src/modules/test-components/codeBlockTest/codeBlockTest.js +0 -4
  236. package/src/modules/test-components/featureGridTest/featureGridTest.html +0 -7
  237. package/src/modules/test-components/featureGridTest/featureGridTest.ts +0 -5
  238. package/src/modules/test-components/instrumentationTest/instrumentationTest.html +0 -4
  239. package/src/modules/test-components/instrumentationTest/instrumentationTest.ts +0 -8
  240. package/src/modules/test-components/popoverTest/popoverTest.html +0 -6
  241. package/src/modules/test-components/popoverTest/popoverTest.ts +0 -5
  242. package/src/modules/test-components/slackCtaTest/slackCtaTest.html +0 -3
  243. package/src/modules/test-components/slackCtaTest/slackCtaTest.ts +0 -3
  244. package/src/modules/utils/highlight/__tests__/highlight.test.ts +0 -108
  245. package/src/modules/utils/highlight/__tests__/mockProps.ts +0 -45
  246. package/src/modules/utils-internal/jest/jest.ts +0 -58
  247. package/src/modules/utils-internal/recentSearches/__tests__/recentSearches.test.ts +0 -83
  248. package/src/modules/utils-internal/storybook/storybook.ts +0 -32
  249. package/src/modules/utils-internal/tests/tests.ts +0 -38
  250. 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
- };