luna-one 3.1.592 → 3.1.594

Sign up to get free protection for your applications and to get access to all the features.
Files changed (398) hide show
  1. package/dist/index.js +15 -294
  2. package/dist/luna/components/2x2/2x2.stories.js +456 -0
  3. package/dist/luna/components/2x2/2x2Documentation.mdx +77 -0
  4. package/dist/luna/components/Accordion/Accordion.stories.js +100 -0
  5. package/dist/luna/components/Accordion/AccordionDocumentation.mdx +46 -0
  6. package/dist/luna/components/AdminCategoryData/AdminCategoryData.stories.js +43 -0
  7. package/dist/luna/components/AdminProductData/AdminProductData.stories.js +44 -0
  8. package/dist/luna/components/BlockListItems/BlockListItem.stories.js +2381 -0
  9. package/dist/luna/components/BlockListItems/BlockListItemsDocumentation.mdx +339 -0
  10. package/dist/luna/components/BrowserSupportBanner/BrowserSupportBrowser.stories.js +19 -0
  11. package/dist/luna/components/CTAButtons/CTAButtons.stories.js +142 -0
  12. package/dist/luna/components/CTAButtons/CTAButtonsDocumentation.mdx +33 -0
  13. package/dist/luna/components/Carousel/Carousel.stories.js +257 -0
  14. package/dist/luna/components/Carousel/CarouselDocumentation.mdx +161 -0
  15. package/dist/luna/components/ComparisonTable/ComparisonTable.stories.js +608 -0
  16. package/dist/luna/components/ComparisonTable/ComparisonTableDocumentation.mdx +159 -0
  17. package/dist/luna/components/CtaWithHeader/CTAHeaderText.stories.js +192 -0
  18. package/dist/luna/components/CtaWithHeader/CTAHeaderTextDocumentation.mdx +45 -0
  19. package/dist/luna/components/DataPoint/DataPoint.stories.js +235 -0
  20. package/dist/luna/components/DataPoint/DataPointDocumentation.mdx +40 -0
  21. package/dist/luna/components/EventCard/EventCard.stories.js +56 -0
  22. package/dist/luna/components/EventCard/EventCardDocumentation.mdx +46 -0
  23. package/dist/luna/components/FilterHero/FilterHero.stories.js +129 -0
  24. package/dist/luna/components/FilterSection/FilterSection.stories.js +174 -0
  25. package/dist/luna/{other-organisms → components}/Flyout/Flyout.js +1 -0
  26. package/dist/luna/components/Flyout/Flyout.stories.js +216 -0
  27. package/dist/luna/components/Flyout/FlyoutDocumentation.mdx +60 -0
  28. package/dist/luna/components/Footer/Footer.stories.js +418 -0
  29. package/dist/luna/components/Footer/FooterDocumentation.mdx +133 -0
  30. package/dist/luna/{other-organisms → components}/Footer/GlobalFooter.js +4 -4
  31. package/dist/{application → luna}/components/FooterHandler/FooterHandler.js +1 -1
  32. package/dist/luna/components/FullBackgroundHero/FullBackgroundHero.stories.js +574 -0
  33. package/dist/luna/components/FullBackgroundHero/FullBackgroundHeroDocumentation.mdx +94 -0
  34. package/dist/luna/components/HTMLEmbed/HTMLEmbed.stories.js +136 -0
  35. package/dist/luna/components/HTMLEmbed/HTMLEmbedDocumentation.mdx +31 -0
  36. package/dist/luna/components/Header/Header.stories.js +75 -0
  37. package/dist/luna/components/Header/HeaderDocumentation.mdx +24 -0
  38. package/dist/luna/components/IconTextList/IconTextList.stories.js +100 -0
  39. package/dist/luna/components/IconTextList/IconTextListDocumentation.mdx +46 -0
  40. package/dist/luna/components/ImageGallery/ImageGallery.stories.js +194 -0
  41. package/dist/luna/components/ImageGallery/ImageGalleryDocumentation.mdx +90 -0
  42. package/dist/luna/components/InPageJumpNav/InPageJumpNav.stories.js +104 -0
  43. package/dist/luna/components/InPageJumpNav/InPageJumpNavDocumentation.mdx +23 -0
  44. package/dist/luna/components/JobPosting/JobPosting.stories.js +76 -0
  45. package/dist/luna/components/JobPosting/JobPostingDocumentation.mdx +69 -0
  46. package/dist/luna/{other-organisms → components}/LanguageSelector/LanguageSelector.js +1 -1
  47. package/dist/luna/components/LanguageSelector/LanguageSelector.stories.js +128 -0
  48. package/dist/luna/components/LanguageSelector/LanguageSelectorDocumentation.mdx +120 -0
  49. package/dist/luna/components/LinkList/LinkList.stories.js +170 -0
  50. package/dist/luna/components/LinkList/LinkListDocumentation.mdx +54 -0
  51. package/dist/luna/components/LoadingSpinner/LoadingSpinner.stories.js +53 -0
  52. package/dist/luna/components/Login/Login.stories.js +86 -0
  53. package/dist/luna/components/MarketoForm/MarketoForm.stories.js +65 -0
  54. package/dist/luna/components/MarketoForm/MarketoFormDocumentation.mdx +1 -0
  55. package/dist/luna/components/MegaMenu/MegaMenu.js +1 -1
  56. package/dist/luna/components/MegaMenu/menu-generators/FullSubMenu.js +1 -1
  57. package/dist/luna/components/MegaMenu/menu-generators/PartialSubMenu.js +1 -1
  58. package/dist/luna/components/MegaMenu/menu-generators/SubMenu.js +1 -1
  59. package/dist/luna/components/MegaMenu/menu-generators/TertiaryMenu.js +1 -1
  60. package/dist/luna/components/MegaMenu/menu-generators/UncollapsedLinks.js +1 -1
  61. package/dist/luna/components/MobileNav/MobileNav.js +2 -2
  62. package/dist/luna/components/NavBar/NavigationBar.stories.js +2297 -0
  63. package/dist/luna/components/NavBar/NavigationBarDocumentation.mdx +245 -0
  64. package/dist/{application → luna}/components/NavBarHandler/NavBarHandler.js +1 -1
  65. package/dist/luna/components/NavBarTop/NavBarTop.js +2 -2
  66. package/dist/luna/components/NavSearch/NavSearch.js +1 -1
  67. package/dist/luna/components/NonTimeBasedListEntries/NonTimeBasedListEntries.stories.js +118 -0
  68. package/dist/luna/components/NonTimeBasedListEntries/NonTimeBasedListEntriesDocumentation.mdx +89 -0
  69. package/dist/luna/components/NonTimeBasedListEntries/NonTimeBasedListEntriesMethods.js +1 -1
  70. package/dist/luna/components/OverlayNotice/OverlayNotice.stories.js +96 -0
  71. package/dist/luna/components/OverlayNotice/OverlayNoticeDocumentation.mdx +45 -0
  72. package/dist/luna/components/ProductSummary/ProductSummary.stories.js +163 -0
  73. package/dist/luna/components/ProductsPackage/ProductsPackage.stories.js +384 -0
  74. package/dist/luna/components/ProseLayout/ProseLayout.stories.js +187 -0
  75. package/dist/luna/components/ProseLayout/ProseLayoutDocumentation.mdx +93 -0
  76. package/dist/luna/components/PullQuote/PullQuote.stories.js +556 -0
  77. package/dist/luna/components/PullQuote/PullQuoteDocumentation.mdx +60 -0
  78. package/dist/luna/components/ResourceGrid/ResourceGrid.stories.js +765 -0
  79. package/dist/luna/components/ResourceGrid/ResourceGridDocumentation.mdx +102 -0
  80. package/dist/luna/components/ScrollInPlace/ScrollInPlace.stories.js +171 -0
  81. package/dist/luna/components/ScrollInPlace/ScrollInPlaceDocumentation.mdx +123 -0
  82. package/dist/luna/components/SketchUpPricingCard/SketchUpPricingCard.stories.js +91 -0
  83. package/dist/luna/components/SlideOutFeat/SlideOutFeat.stories.js +32 -0
  84. package/dist/luna/components/StoreFrontCard/StoreFrontCard.stories.js +46 -0
  85. package/dist/luna/{other-organisms → components}/SubNav/SiblingsMenu.js +3 -3
  86. package/dist/luna/{other-organisms → components}/SubNav/SubNav.js +2 -2
  87. package/dist/luna/components/SuperHero/SuperHero.stories.js +806 -0
  88. package/dist/luna/components/SuperHero/SuperHeroDocumentation.mdx +57 -0
  89. package/dist/luna/components/SupportCard/SupportCard.stories.js +76 -0
  90. package/dist/luna/components/Tabs/Tabs.stories.js +585 -0
  91. package/dist/luna/components/Tabs/TabsDocumentation.mdx +94 -0
  92. package/dist/luna/components/TimeBasedList/TimeBasedList.stories.js +297 -0
  93. package/dist/luna/components/TimeBasedList/TimeBasedListDocumentation.mdx +123 -0
  94. package/dist/luna/components/TrainerCard/TrainerCard.stories.js +39 -0
  95. package/dist/luna/components/TrialForm/TrialFormStart/TrialFormStart.stories.js +69 -0
  96. package/dist/luna/components/Video/Video.stories.js +135 -0
  97. package/dist/luna/components/Video/VideoDocumentation.mdx +56 -0
  98. package/dist/luna/components/WaffleMenu/WaffleMenu.js +1 -1
  99. package/package.json +2 -2
  100. package/dist/application/components/HelmetHandler/HelmetHandler.js +0 -40
  101. package/dist/application/components/Loading/Loading.js +0 -22
  102. package/dist/application/components/Loading/Loading.scss +0 -10
  103. package/dist/application/components/Stack/Stack.js +0 -413
  104. package/dist/application/hooks/tests/useErrorPageData.test.js +0 -74
  105. package/dist/application/hooks/tests/useFetch.test.js +0 -70
  106. package/dist/application/hooks/tests/useFooterData.test.js +0 -106
  107. package/dist/application/hooks/tests/useFooterResponse.test.js +0 -70
  108. package/dist/application/hooks/tests/useFooterURL.test.js +0 -46
  109. package/dist/application/hooks/tests/useInnerPageNav.test.js +0 -36
  110. package/dist/application/hooks/tests/useLanguage.test.js +0 -57
  111. package/dist/application/hooks/tests/useLanguages.test.js +0 -133
  112. package/dist/application/hooks/tests/useMetadata.test.js +0 -33
  113. package/dist/application/hooks/tests/useNavResponse.test.js +0 -136
  114. package/dist/application/hooks/tests/useNavURL.test.js +0 -49
  115. package/dist/application/hooks/tests/usePageFetch.test.js +0 -203
  116. package/dist/application/hooks/tests/useRegions.test.js +0 -234
  117. package/dist/application/hooks/tests/useRoutes.test.js +0 -116
  118. package/dist/application/hooks/tests/useSiteData.test.js +0 -86
  119. package/dist/application/hooks/useErrorPageData.js +0 -59
  120. package/dist/application/hooks/useFetch.js +0 -67
  121. package/dist/application/hooks/useFooterData.js +0 -45
  122. package/dist/application/hooks/useFooterResponse.js +0 -56
  123. package/dist/application/hooks/useFooterURL.js +0 -32
  124. package/dist/application/hooks/useLanguage.js +0 -44
  125. package/dist/application/hooks/useLanguages.js +0 -66
  126. package/dist/application/hooks/useMetadata.js +0 -23
  127. package/dist/application/hooks/useNavData.js +0 -45
  128. package/dist/application/hooks/useNavResponse.js +0 -59
  129. package/dist/application/hooks/useNavURL.js +0 -41
  130. package/dist/application/hooks/usePageFetch.js +0 -109
  131. package/dist/application/hooks/useRegions.js +0 -149
  132. package/dist/application/hooks/useRoutes.js +0 -59
  133. package/dist/application/hooks/useScrollTo.js +0 -60
  134. package/dist/application/hooks/useSiteData.js +0 -58
  135. package/dist/application/methods/__mocks__/formatFooterDataMethods.js +0 -54
  136. package/dist/application/methods/formatContentSections.js +0 -130
  137. package/dist/application/methods/formatFooterDataMethods.js +0 -82
  138. package/dist/application/methods/formatMenuSiteData.js +0 -45
  139. package/dist/application/methods/formatMenus.js +0 -120
  140. package/dist/application/methods/locationRedirect.js +0 -16
  141. package/dist/application/methods/organismFormat/__mocks__/formatAnchors.js +0 -11
  142. package/dist/application/methods/organismFormat/__mocks__/formatCTAs.js +0 -10
  143. package/dist/application/methods/organismFormat/__mocks__/formatTheme.js +0 -15
  144. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatFive.js +0 -12
  145. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatFour.js +0 -12
  146. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatOne.js +0 -12
  147. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatSeven.js +0 -12
  148. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatThree.js +0 -12
  149. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatTwoA.js +0 -12
  150. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatTwoB.js +0 -12
  151. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatTwoBIcons.js +0 -14
  152. package/dist/application/methods/organismFormat/feats/__mocks__/formatPullQuote.js +0 -12
  153. package/dist/application/methods/organismFormat/feats/formatFeatFive.js +0 -39
  154. package/dist/application/methods/organismFormat/feats/formatFeatFour.js +0 -36
  155. package/dist/application/methods/organismFormat/feats/formatFeatOne.js +0 -52
  156. package/dist/application/methods/organismFormat/feats/formatFeatSeven.js +0 -193
  157. package/dist/application/methods/organismFormat/feats/formatFeatThree.js +0 -41
  158. package/dist/application/methods/organismFormat/feats/formatFeatTwoA.js +0 -37
  159. package/dist/application/methods/organismFormat/feats/formatFeatTwoAFolds.js +0 -27
  160. package/dist/application/methods/organismFormat/feats/formatFeatTwoB.js +0 -40
  161. package/dist/application/methods/organismFormat/feats/formatFeatTwoBIcons.js +0 -20
  162. package/dist/application/methods/organismFormat/feats/formatPullQuote.js +0 -49
  163. package/dist/application/methods/organismFormat/feats/tests/formatFeatFive.test.js +0 -173
  164. package/dist/application/methods/organismFormat/feats/tests/formatFeatFour.test.js +0 -140
  165. package/dist/application/methods/organismFormat/feats/tests/formatFeatOne.test.js +0 -204
  166. package/dist/application/methods/organismFormat/feats/tests/formatFeatSeven.test.js +0 -680
  167. package/dist/application/methods/organismFormat/feats/tests/formatFeatThree.test.js +0 -142
  168. package/dist/application/methods/organismFormat/feats/tests/formatFeatTwoA.test.js +0 -342
  169. package/dist/application/methods/organismFormat/feats/tests/formatFeatTwoAFolds.test.js +0 -99
  170. package/dist/application/methods/organismFormat/feats/tests/formatFeatTwoB.test.js +0 -293
  171. package/dist/application/methods/organismFormat/feats/tests/formatFeatTwoBIcons.test.js +0 -78
  172. package/dist/application/methods/organismFormat/feats/tests/formatPullQuote.test.js +0 -178
  173. package/dist/application/methods/organismFormat/formatAnchors.js +0 -16
  174. package/dist/application/methods/organismFormat/formatCTAs.js +0 -34
  175. package/dist/application/methods/organismFormat/formatTheme.js +0 -29
  176. package/dist/application/methods/organismFormat/heroes/__mocks__/formatHeroFour.js +0 -12
  177. package/dist/application/methods/organismFormat/heroes/__mocks__/formatHeroOne.js +0 -12
  178. package/dist/application/methods/organismFormat/heroes/__mocks__/formatHeroSix.js +0 -12
  179. package/dist/application/methods/organismFormat/heroes/__mocks__/formatHeroThree.js +0 -12
  180. package/dist/application/methods/organismFormat/heroes/__mocks__/formatHeroTwo.js +0 -12
  181. package/dist/application/methods/organismFormat/heroes/formatHeroFour.js +0 -39
  182. package/dist/application/methods/organismFormat/heroes/formatHeroOne.js +0 -56
  183. package/dist/application/methods/organismFormat/heroes/formatHeroSeven.js +0 -56
  184. package/dist/application/methods/organismFormat/heroes/formatHeroSix.js +0 -51
  185. package/dist/application/methods/organismFormat/heroes/formatHeroThree.js +0 -58
  186. package/dist/application/methods/organismFormat/heroes/formatHeroTwo.js +0 -42
  187. package/dist/application/methods/organismFormat/heroes/tests/formatHeroFour.test.js +0 -245
  188. package/dist/application/methods/organismFormat/heroes/tests/formatHeroOne.test.js +0 -165
  189. package/dist/application/methods/organismFormat/heroes/tests/formatHeroSeven.test.js +0 -198
  190. package/dist/application/methods/organismFormat/heroes/tests/formatHeroSix.test.js +0 -196
  191. package/dist/application/methods/organismFormat/heroes/tests/formatHeroThree.test.js +0 -185
  192. package/dist/application/methods/organismFormat/heroes/tests/formatHeroTwo.test.js +0 -205
  193. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatFive.js +0 -12
  194. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatFour.js +0 -12
  195. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatFourCards.js +0 -10
  196. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatOne.js +0 -12
  197. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatOneCards.js +0 -17
  198. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatOneV2Cards.js +0 -27
  199. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatSeven.js +0 -12
  200. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatSevenCards.js +0 -10
  201. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatSix.js +0 -12
  202. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatSixCards.js +0 -10
  203. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatThree.js +0 -12
  204. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatThreeCards.js +0 -10
  205. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatThreeV2Cards.js +0 -32
  206. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatTopSection.js +0 -23
  207. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatTwo.js +0 -12
  208. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatTwoCards.js +0 -10
  209. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatTwoV2Cards.js +0 -34
  210. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatType.js +0 -10
  211. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatV2.js +0 -33
  212. package/dist/application/methods/organismFormat/listFeats/formatListFeatFive.js +0 -53
  213. package/dist/application/methods/organismFormat/listFeats/formatListFeatFiveItemsV2.js +0 -32
  214. package/dist/application/methods/organismFormat/listFeats/formatListFeatFiveV2.js +0 -39
  215. package/dist/application/methods/organismFormat/listFeats/formatListFeatFour.js +0 -35
  216. package/dist/application/methods/organismFormat/listFeats/formatListFeatFourCards.js +0 -24
  217. package/dist/application/methods/organismFormat/listFeats/formatListFeatFourDumplingsV2.js +0 -36
  218. package/dist/application/methods/organismFormat/listFeats/formatListFeatFourV2.js +0 -38
  219. package/dist/application/methods/organismFormat/listFeats/formatListFeatOne.js +0 -46
  220. package/dist/application/methods/organismFormat/listFeats/formatListFeatOneCards.js +0 -36
  221. package/dist/application/methods/organismFormat/listFeats/formatListFeatOneV2.js +0 -41
  222. package/dist/application/methods/organismFormat/listFeats/formatListFeatOneV2Cards.js +0 -64
  223. package/dist/application/methods/organismFormat/listFeats/formatListFeatSeven.js +0 -37
  224. package/dist/application/methods/organismFormat/listFeats/formatListFeatSevenCards.js +0 -46
  225. package/dist/application/methods/organismFormat/listFeats/formatListFeatSevenCardsV2.js +0 -48
  226. package/dist/application/methods/organismFormat/listFeats/formatListFeatSevenV2.js +0 -39
  227. package/dist/application/methods/organismFormat/listFeats/formatListFeatSix.js +0 -36
  228. package/dist/application/methods/organismFormat/listFeats/formatListFeatSixCards.js +0 -15
  229. package/dist/application/methods/organismFormat/listFeats/formatListFeatSixCardsV2.js +0 -16
  230. package/dist/application/methods/organismFormat/listFeats/formatListFeatSixV2.js +0 -38
  231. package/dist/application/methods/organismFormat/listFeats/formatListFeatThree.js +0 -40
  232. package/dist/application/methods/organismFormat/listFeats/formatListFeatThreeCards.js +0 -48
  233. package/dist/application/methods/organismFormat/listFeats/formatListFeatThreeV2.js +0 -40
  234. package/dist/application/methods/organismFormat/listFeats/formatListFeatThreeV2Cards.js +0 -39
  235. package/dist/application/methods/organismFormat/listFeats/formatListFeatTopSection.js +0 -33
  236. package/dist/application/methods/organismFormat/listFeats/formatListFeatTwo.js +0 -36
  237. package/dist/application/methods/organismFormat/listFeats/formatListFeatTwoCards.js +0 -34
  238. package/dist/application/methods/organismFormat/listFeats/formatListFeatTwoV2.js +0 -40
  239. package/dist/application/methods/organismFormat/listFeats/formatListFeatTwoV2Cards.js +0 -46
  240. package/dist/application/methods/organismFormat/listFeats/formatListFeatType.js +0 -27
  241. package/dist/application/methods/organismFormat/listFeats/formatListFeatV2.js +0 -21
  242. package/dist/application/methods/organismFormat/listFeats/tests/formatFeatSevenV2.test.js +0 -463
  243. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatFive.test.js +0 -89
  244. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatFiveV2.test.js +0 -238
  245. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatFour.test.js +0 -75
  246. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatFourCards.test.js +0 -65
  247. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatFourV2.test.js +0 -358
  248. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatOne.test.js +0 -98
  249. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatOneCards.test.js +0 -67
  250. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatOneV2.test.js +0 -191
  251. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatOneV2Cards.test.js +0 -87
  252. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatSeven.test.js +0 -120
  253. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatSevenCards.test.js +0 -111
  254. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatSix.test.js +0 -67
  255. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatSixCards.test.js +0 -25
  256. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatSixV2.test.js +0 -242
  257. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatThree.test.js +0 -96
  258. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatThreeCards.test.js +0 -94
  259. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatThreeV2.test.js +0 -242
  260. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatThreeV2Cards.test.js +0 -96
  261. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatTopSection.test.js +0 -63
  262. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatTwo.test.js +0 -86
  263. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatTwoCards.test.js +0 -81
  264. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatTwoV2.test.js +0 -299
  265. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatTwoV2Cards.test.js +0 -159
  266. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatV2.test.js +0 -69
  267. package/dist/application/methods/organismFormat/listFeats/tests/mockData/listFeatOneV2MockData.js +0 -125
  268. package/dist/application/methods/organismFormat/tests/formatAnchors.test.js +0 -20
  269. package/dist/application/methods/organismFormat/tests/formatCTAs.test.js +0 -109
  270. package/dist/application/methods/organismFormat/tests/formatTheme.test.js +0 -54
  271. package/dist/application/methods/tests/formatContentSections.test.js +0 -237
  272. package/dist/application/methods/tests/formatFooterDataMethods.test.js +0 -138
  273. package/dist/luna/components/MiniFeatDropdown/MiniFeatDropdown.js +0 -78
  274. package/dist/luna/components/MiniFeatDropdown/MiniFeatDropdown.scss +0 -107
  275. package/dist/luna/featurettes/CustomFeat/CustomFeat.js +0 -157
  276. package/dist/luna/featurettes/CustomFeat/CustomFeat.scss +0 -18
  277. package/dist/luna/featurettes/Feat1/Feat1.js +0 -122
  278. package/dist/luna/featurettes/Feat1/Feat1.scss +0 -110
  279. package/dist/luna/featurettes/Feat1/feat1Methods.js +0 -18
  280. package/dist/luna/featurettes/Feat1/feat1Methods.test.js +0 -21
  281. package/dist/luna/featurettes/Feat2A/Feat2A.js +0 -101
  282. package/dist/luna/featurettes/Feat2A/Feat2A.scss +0 -132
  283. package/dist/luna/featurettes/Feat2B/Feat2B.js +0 -131
  284. package/dist/luna/featurettes/Feat2B/Feat2B.scss +0 -231
  285. package/dist/luna/featurettes/Feat2B/Feat2BMethods.js +0 -75
  286. package/dist/luna/featurettes/Feat2B/Feat2BMethods.test.js +0 -38
  287. package/dist/luna/featurettes/Feat3/Feat3.js +0 -89
  288. package/dist/luna/featurettes/Feat3/Feat3.scss +0 -49
  289. package/dist/luna/featurettes/Feat4/Feat4.js +0 -95
  290. package/dist/luna/featurettes/Feat4/Feat4.scss +0 -86
  291. package/dist/luna/featurettes/Feat5/Feat5.js +0 -194
  292. package/dist/luna/featurettes/Feat5/Feat5.scss +0 -235
  293. package/dist/luna/featurettes/Feat5/Feat5Methods.js +0 -19
  294. package/dist/luna/featurettes/Feat5/Feat5Methods.test.js +0 -23
  295. package/dist/luna/featurettes/Feat7/Feat7.js +0 -79
  296. package/dist/luna/featurettes/Feat7/Feat7.scss +0 -49
  297. package/dist/luna/featurettes/Feat7/Feat7Methods.js +0 -41
  298. package/dist/luna/featurettes/Feat8/Feat8.js +0 -75
  299. package/dist/luna/featurettes/Feat8/Feat8.scss +0 -103
  300. package/dist/luna/featurettes/Feat8/feat8Methods.js +0 -18
  301. package/dist/luna/featurettes/Feat8/feat8Methods.test.js +0 -21
  302. package/dist/luna/heroes/Hero1/Hero1.js +0 -111
  303. package/dist/luna/heroes/Hero1/Hero1.scss +0 -223
  304. package/dist/luna/heroes/Hero1/Hero1Methods.js +0 -84
  305. package/dist/luna/heroes/Hero1/useWindowSize.js +0 -47
  306. package/dist/luna/heroes/Hero2/Hero2.js +0 -130
  307. package/dist/luna/heroes/Hero2/Hero2.scss +0 -165
  308. package/dist/luna/heroes/Hero3/Hero3.js +0 -246
  309. package/dist/luna/heroes/Hero3/Hero3.scss +0 -250
  310. package/dist/luna/heroes/Hero3/Hero3Methods.js +0 -37
  311. package/dist/luna/heroes/Hero4/Hero4.js +0 -175
  312. package/dist/luna/heroes/Hero4/Hero4.scss +0 -112
  313. package/dist/luna/heroes/Hero4/hero4Methods.js +0 -18
  314. package/dist/luna/heroes/Hero6/Hero6.js +0 -179
  315. package/dist/luna/heroes/Hero6/Hero6.scss +0 -127
  316. package/dist/luna/heroes/Hero7/Hero7.js +0 -118
  317. package/dist/luna/heroes/Hero7/Hero7.scss +0 -193
  318. package/dist/luna/heroes/Hero7/Hero7Methods.js +0 -39
  319. package/dist/luna/heroes/Hero7/Hero7Methods.test.js +0 -109
  320. package/dist/luna/heroes/Hero7/useWindowWidth.js +0 -40
  321. package/dist/luna/list-feats/ListFeat/ListFeat.js +0 -149
  322. package/dist/luna/list-feats/ListFeat/ListFeat.scss +0 -112
  323. package/dist/luna/list-feats/ListFeat1/ListFeat1.js +0 -91
  324. package/dist/luna/list-feats/ListFeat1/ListFeat1.scss +0 -94
  325. package/dist/luna/list-feats/ListFeat1/listFeat1Methods.js +0 -14
  326. package/dist/luna/list-feats/ListFeat1/listFeat1Methods.test.js +0 -17
  327. package/dist/luna/list-feats/ListFeat2/ListFeat2.js +0 -30
  328. package/dist/luna/list-feats/ListFeat2/ListFeat2.scss +0 -20
  329. package/dist/luna/list-feats/ListFeat2/ListFeat2Methods.js +0 -33
  330. package/dist/luna/list-feats/ListFeat2/ListFeat2Methods.test.js +0 -11
  331. package/dist/luna/list-feats/ListFeat4/ListFeat4.js +0 -34
  332. package/dist/luna/list-feats/ListFeat4/ListFeat4.scss +0 -32
  333. package/dist/luna/list-feats/ListFeat5/ListFeat5.js +0 -28
  334. package/dist/luna/list-feats/ListFeat5/ListFeat5.scss +0 -27
  335. package/dist/luna/list-feats/ListFeat5/ListFeat5Methods.js +0 -24
  336. package/dist/luna/list-feats/ListFeat6/ListFeat6.js +0 -59
  337. package/dist/luna/list-feats/ListFeat6/ListFeat6.scss +0 -34
  338. package/dist/luna/list-feats/ListFeat7/ListFeat7.js +0 -51
  339. package/dist/luna/list-feats/ListFeat7/ListFeat7.scss +0 -14
  340. package/dist/luna/list-feats/ListFeat7/ListFeat7Methods.js +0 -49
  341. package/dist/luna/list-feats/ListFeatCustom/ListFeatCustom.js +0 -25
  342. package/dist/luna/list-feats/ListFeatCustom/ListFeatCustom.scss +0 -8
  343. package/dist/luna/list-feats/methods/listFeatMethods.js +0 -119
  344. /package/dist/luna/{featurettes → components}/Accordion/Accordion.js +0 -0
  345. /package/dist/luna/{featurettes → components}/Accordion/Accordion.scss +0 -0
  346. /package/dist/luna/{featurettes → components}/Accordion/AccordionItem.js +0 -0
  347. /package/dist/luna/{other-organisms → components}/Carousel/Carousel.js +0 -0
  348. /package/dist/luna/{other-organisms → components}/Carousel/Carousel.scss +0 -0
  349. /package/dist/luna/{heroes → components}/FilterHero/FilterHero.js +0 -0
  350. /package/dist/luna/{heroes → components}/FilterHero/FilterHero.scss +0 -0
  351. /package/dist/luna/{heroes → components}/FilterHero/FilterHeroMethods.js +0 -0
  352. /package/dist/luna/{other-organisms → components}/Flyout/Flyout.scss +0 -0
  353. /package/dist/luna/{other-organisms → components}/Footer/ExportedFooter.js +0 -0
  354. /package/dist/luna/{other-organisms → components}/Footer/Footer.js +0 -0
  355. /package/dist/luna/{other-organisms → components}/Footer/Footer.scss +0 -0
  356. /package/dist/luna/{other-organisms → components}/Footer/SectorFooter.js +0 -0
  357. /package/dist/luna/{heroes → components}/FullBackgroundHero/FullBackgroundHero.js +0 -0
  358. /package/dist/luna/{heroes → components}/FullBackgroundHero/FullBackgroundHero.scss +0 -0
  359. /package/dist/luna/{heroes → components}/FullBackgroundHero/FullBackgroundHeroMethods.js +0 -0
  360. /package/dist/luna/{featurettes → components}/IconTextList/IconTextList.js +0 -0
  361. /package/dist/luna/{featurettes → components}/IconTextList/IconTextList.scss +0 -0
  362. /package/dist/luna/{other-organisms → components}/LanguageSelector/LanguageSelector.scss +0 -0
  363. /package/dist/luna/{other-organisms → components}/MarketoForm/MarketoForm.js +0 -0
  364. /package/dist/luna/{other-organisms → components}/MarketoForm/MarketoForm.scss +0 -0
  365. /package/dist/luna/{other-organisms → components}/NavBar/NavBar.js +0 -0
  366. /package/dist/luna/{other-organisms → components}/NavBar/NavBar.scss +0 -0
  367. /package/dist/luna/{other-organisms → components}/NavBar/NavMiniMenu.js +0 -0
  368. /package/dist/luna/{other-organisms → components}/NavBar/NavOption.js +0 -0
  369. /package/dist/luna/{other-organisms → components}/NavBar/UtilityNav.js +0 -0
  370. /package/dist/luna/{other-organisms → components}/NavBar/useNavPosition.js +0 -0
  371. /package/dist/luna/{featurettes → components}/ProductsPackage/ProductsPackage.js +0 -0
  372. /package/dist/luna/{featurettes → components}/ProductsPackage/ProductsPackage.scss +0 -0
  373. /package/dist/luna/{featurettes → components}/ProductsPackage/ProductsPackageMethods.js +0 -0
  374. /package/dist/luna/{featurettes → components}/PullQuote/PullQuote.js +0 -0
  375. /package/dist/luna/{featurettes → components}/PullQuote/PullQuote.scss +0 -0
  376. /package/dist/luna/{featurettes → components}/PullQuote/ico-quote-white.svg +0 -0
  377. /package/dist/luna/{featurettes → components}/PullQuote/ico-quote.svg +0 -0
  378. /package/dist/luna/{other-organisms → components}/SubNav/SubNav.scss +0 -0
  379. /package/dist/luna/{heroes → components}/SuperHero/SuperHero.js +0 -0
  380. /package/dist/luna/{heroes → components}/SuperHero/SuperHero.scss +0 -0
  381. /package/dist/luna/{heroes → components}/SuperHero/SuperHeroMethods.js +0 -0
  382. /package/dist/luna/{heroes → components}/SuperHero/useCompareContainerHeights.js +0 -0
  383. /package/dist/{application/assets → luna}/images/carat-down.svg +0 -0
  384. /package/dist/{application/assets → luna}/images/carat-up.svg +0 -0
  385. /package/dist/{application/assets → luna}/images/close-blue.svg +0 -0
  386. /package/dist/{application/assets → luna}/images/close.svg +0 -0
  387. /package/dist/{application/assets → luna}/images/ellipses.svg +0 -0
  388. /package/dist/{application/assets → luna}/images/facebook.svg +0 -0
  389. /package/dist/{application/assets → luna}/images/favicon.ico +0 -0
  390. /package/dist/{application/assets → luna}/images/fpoBox.png +0 -0
  391. /package/dist/{application/assets → luna}/images/fpoSquare.png +0 -0
  392. /package/dist/{application/assets → luna}/images/instagram.svg +0 -0
  393. /package/dist/{application/assets → luna}/images/linkedin.svg +0 -0
  394. /package/dist/{application/assets → luna}/images/loading-mini.gif +0 -0
  395. /package/dist/{application/assets → luna}/images/trimble_logo.png +0 -0
  396. /package/dist/{application/assets → luna}/images/twitter.svg +0 -0
  397. /package/dist/{application/assets → luna}/images/youtube.svg +0 -0
  398. /package/dist/{application → luna/utils}/hooks/useInnerPageNav.js +0 -0
@@ -1,185 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.expectedJunk = exports.expected = exports._heroThreeData = void 0;
8
- var _formatHeroThree = _interopRequireDefault(require("../formatHeroThree"));
9
- jest.mock("../../formatCTAs");
10
- var _languageCode = "en";
11
- var _languageEnabled = true;
12
- var _labels = null;
13
- var _fpoBox = null;
14
- var _formatLinks = jest.fn();
15
- var _heroThreeData = {
16
- id: "1581",
17
- entity_type: "paragraph",
18
- type: "pbo_hero_3",
19
- field_animation_toggle: {
20
- field_type: "boolean",
21
- values: [false]
22
- },
23
- field_m_description: {
24
- field_type: "text_long",
25
- values: [{
26
- value: "<p> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p>",
27
- format: "full_html"
28
- }]
29
- },
30
- field_m_header: {
31
- field_type: "string",
32
- values: [{
33
- value: "Lorem Ipsum"
34
- }]
35
- },
36
- field_s_video: {
37
- field_type: "paragraph",
38
- values: [{
39
- id: "1576",
40
- entity_type: "paragraph",
41
- type: "m_video",
42
- published: true,
43
- fields: ["parent_field_name", "field_video_code", "field_video_poster", "field_video_source"],
44
- parent_field_name: {
45
- field_type: "string",
46
- values: [{
47
- value: "field_s_video"
48
- }]
49
- },
50
- field_video_code: null,
51
- field_video_poster: null,
52
- field_video_source: null
53
- }]
54
- },
55
- field_section_alignment: {
56
- field_type: "taxonomy_term",
57
- values: [{
58
- id: "26",
59
- entity_type: "taxonomy_term",
60
- type: "organism_alignment",
61
- name: "Left to Right",
62
- description: "ltr",
63
- children: [],
64
- published: true,
65
- fields: []
66
- }]
67
- },
68
- field_section_theme: {
69
- field_type: "taxonomy_term",
70
- values: [{
71
- id: "1",
72
- entity_type: "taxonomy_term",
73
- type: "organism_themes",
74
- name: "Theme 1",
75
- description: "theme-1",
76
- children: [],
77
- published: true,
78
- fields: ["field_theme_background_color", "field_theme_color", "field_theme_cta_one", "field_theme_cta_two"],
79
- field_theme_background_color: {
80
- field_type: "string",
81
- values: [{
82
- value: "#f2f2f2"
83
- }]
84
- },
85
- field_theme_color: {
86
- field_type: "string",
87
- values: [{
88
- value: "#000000"
89
- }]
90
- },
91
- field_theme_cta_one: {
92
- field_type: "string",
93
- values: [{
94
- value: "primary--5"
95
- }]
96
- },
97
- field_theme_cta_two: {
98
- field_type: "string",
99
- values: [{
100
- value: "secondary--5"
101
- }]
102
- }
103
- }]
104
- }
105
- };
106
- exports._heroThreeData = _heroThreeData;
107
- var expected = {
108
- content: {
109
- header: "Lorem Ipsum",
110
- text: "<p> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p>",
111
- video: {
112
- url: null,
113
- allowFullScreen: true,
114
- uuid: null,
115
- vidyard: false
116
- },
117
- thumbnail: {
118
- altText: undefined,
119
- url: undefined
120
- },
121
- ctas: null,
122
- theme: {
123
- backgroundColor: "#f2f2f2",
124
- color: "#000000",
125
- ctaOne: "primary--5",
126
- ctaTwo: "secondary--5",
127
- theme: "theme-1"
128
- }
129
- },
130
- theme: {
131
- backgroundColor: "#f2f2f2",
132
- color: "#000000",
133
- ctaOne: "primary--5",
134
- ctaTwo: "secondary--5",
135
- theme: "theme-1"
136
- },
137
- type: "pbo_hero_3"
138
- };
139
- exports.expected = expected;
140
- var expectedJunk = {
141
- content: {
142
- header: undefined,
143
- text: undefined,
144
- video: {
145
- url: null,
146
- allowFullScreen: true,
147
- uuid: null,
148
- vidyard: false
149
- },
150
- thumbnail: {
151
- url: undefined,
152
- altText: undefined
153
- },
154
- ctas: null,
155
- theme: {
156
- backgroundColor: undefined,
157
- color: undefined,
158
- ctaOne: undefined,
159
- ctaTwo: undefined,
160
- theme: undefined
161
- }
162
- },
163
- theme: {
164
- backgroundColor: undefined,
165
- color: undefined,
166
- ctaOne: undefined,
167
- ctaTwo: undefined,
168
- theme: undefined
169
- },
170
- type: undefined
171
- };
172
- exports.expectedJunk = expectedJunk;
173
- describe("formatHeroThree", function () {
174
- beforeEach(function () {
175
- jest.clearAllMocks();
176
- });
177
- test("it should return formatted data", function () {
178
- var response = (0, _formatHeroThree["default"])(_heroThreeData, _languageCode, _languageEnabled, _labels, _fpoBox, _formatLinks);
179
- expect(response).toStrictEqual(expected);
180
- });
181
- test("it should handle junk data without", function () {
182
- var response = (0, _formatHeroThree["default"])(null, _languageCode, _languageEnabled, _labels, _fpoBox, _formatLinks);
183
- expect(response).toStrictEqual(expectedJunk);
184
- });
185
- });
@@ -1,205 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
4
- var _formatHeroTwo = _interopRequireDefault(require("../formatHeroTwo"));
5
- var _formatCTAs = _interopRequireDefault(require("../../formatCTAs"));
6
- var _languageCode = "en";
7
- var _languageEnabled = true;
8
- var _labels = null;
9
- var _fpoBox = "./fpoBox.jpg";
10
- var _formatLinks = jest.fn().mockReturnValue(["link one", "link two"]);
11
- var _heroTwoData = {
12
- type: "pbo_hero_2",
13
- parent_field_name: {
14
- field_type: "string",
15
- values: [{
16
- value: "field_main_content"
17
- }]
18
- },
19
- field_animation_toggle: {
20
- field_type: "boolean",
21
- values: [false]
22
- },
23
- field_hero_image_2_1: {
24
- field_type: "media",
25
- values: [{
26
- id: "21",
27
- entity_type: "media",
28
- type: "image",
29
- published: true,
30
- fields: ["field_media_image"],
31
- field_media_image: {
32
- field_type: "image",
33
- values: [{
34
- target_id: "21",
35
- alt: "fpo",
36
- title: "",
37
- width: "600",
38
- height: "300",
39
- source: "/2019-11/600x300.png"
40
- }]
41
- }
42
- }]
43
- },
44
- field_hero_image_4_1: {
45
- field_type: "media",
46
- values: [{
47
- id: "36",
48
- entity_type: "media",
49
- type: "image",
50
- published: true,
51
- fields: ["field_media_image"],
52
- field_media_image: {
53
- field_type: "image",
54
- values: [{
55
- target_id: "36",
56
- alt: "fpo",
57
- title: "",
58
- width: "1500",
59
- height: "500",
60
- source: "/2019-11/1500x500.png"
61
- }]
62
- }
63
- }]
64
- },
65
- field_m_header: null,
66
- field_m_subheader: {
67
- field_type: "string",
68
- values: [{
69
- value: "Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat"
70
- }]
71
- },
72
- field_section_theme: {
73
- field_type: "taxonomy_term",
74
- values: [{
75
- id: "1",
76
- entity_type: "taxonomy_term",
77
- type: "organism_themes",
78
- name: "Theme 1",
79
- description: "theme-1",
80
- children: [],
81
- published: true,
82
- fields: ["field_theme_background_color", "field_theme_color", "field_theme_cta_one", "field_theme_cta_two"],
83
- field_theme_background_color: {
84
- field_type: "string",
85
- values: [{
86
- value: "#f2f2f2"
87
- }]
88
- },
89
- field_theme_color: {
90
- field_type: "string",
91
- values: [{
92
- value: "#000000"
93
- }]
94
- },
95
- field_theme_cta_one: {
96
- field_type: "string",
97
- values: [{
98
- value: "primary--5"
99
- }]
100
- },
101
- field_theme_cta_two: {
102
- field_type: "string",
103
- values: [{
104
- value: "secondary--5"
105
- }]
106
- }
107
- }]
108
- },
109
- field_s_h2_cta: {
110
- field_type: "paragraph",
111
- values: [{
112
- id: "1566",
113
- entity_type: "paragraph",
114
- type: "cta_section_1",
115
- published: true,
116
- fields: ["parent_field_name", "field_cta_primary_1", "field_cta_secondary_1"],
117
- parent_field_name: {
118
- field_type: "string",
119
- values: [{
120
- value: "field_s_h2_cta"
121
- }]
122
- },
123
- field_cta_primary_1: null,
124
- field_cta_secondary_1: null
125
- }]
126
- }
127
- };
128
- var expected = {
129
- content: {
130
- header: undefined,
131
- subHeader: "Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat",
132
- images: {
133
- desktop: {
134
- url: "/2019-11/1500x500.png",
135
- altText: "fpo"
136
- },
137
- mobile: {
138
- url: "/2019-11/1500x500.png",
139
- altText: "fpo"
140
- }
141
- },
142
- ctas: ["ctaOne", "ctaTwo"],
143
- theme: {
144
- backgroundColor: "#f2f2f2",
145
- color: "#000000",
146
- ctaOne: "primary--5",
147
- ctaTwo: "secondary--5",
148
- theme: "theme-1"
149
- }
150
- },
151
- type: "pbo_hero_2",
152
- theme: {
153
- backgroundColor: "#f2f2f2",
154
- color: "#000000",
155
- ctaOne: "primary--5",
156
- ctaTwo: "secondary--5",
157
- theme: "theme-1"
158
- }
159
- };
160
- var expectedJunk = {
161
- content: {
162
- header: undefined,
163
- subHeader: undefined,
164
- images: {
165
- desktop: {
166
- url: undefined,
167
- altText: "placeholder"
168
- },
169
- mobile: {
170
- url: undefined,
171
- altText: "placeholder"
172
- }
173
- },
174
- ctas: ["ctaOne", "ctaTwo"],
175
- theme: {
176
- backgroundColor: undefined,
177
- color: undefined,
178
- ctaOne: undefined,
179
- ctaTwo: undefined,
180
- theme: undefined
181
- }
182
- },
183
- type: undefined,
184
- theme: {
185
- backgroundColor: undefined,
186
- color: undefined,
187
- ctaOne: undefined,
188
- ctaTwo: undefined,
189
- theme: undefined
190
- }
191
- };
192
- jest.mock("../../formatCTAs");
193
- describe("formatHeroTwo", function () {
194
- beforeEach(function () {
195
- jest.clearAllMocks();
196
- });
197
- test("it should return formatted data", function () {
198
- var response = (0, _formatHeroTwo["default"])(_heroTwoData, _languageCode, _languageEnabled, _labels, _fpoBox, _formatLinks);
199
- expect(response).toStrictEqual(expected);
200
- });
201
- test("it should handle junk data without crashing", function () {
202
- var response = (0, _formatHeroTwo["default"])(null, {}, "");
203
- expect(response).toStrictEqual(expectedJunk);
204
- });
205
- });
@@ -1,12 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _default = function _default() {
8
- return {
9
- type: "lf-5"
10
- };
11
- };
12
- exports["default"] = _default;
@@ -1,12 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _default = function _default() {
8
- return {
9
- type: "lf-4"
10
- };
11
- };
12
- exports["default"] = _default;
@@ -1,10 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _default = function _default() {
8
- return ["card one", "card two"];
9
- };
10
- exports["default"] = _default;
@@ -1,12 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _default = function _default() {
8
- return {
9
- type: "lf-1"
10
- };
11
- };
12
- exports["default"] = _default;
@@ -1,17 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _default = function _default() {
8
- return {
9
- cardOne: {
10
- name: "card one"
11
- },
12
- cardTwo: {
13
- name: "card two"
14
- }
15
- };
16
- };
17
- exports["default"] = _default;
@@ -1,27 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _default = function _default() {
8
- return {
9
- cardOne: {
10
- header: "Link Tile 1",
11
- text: "Link Description Section 1",
12
- cta: {
13
- url: "#location1",
14
- text: "Link One"
15
- }
16
- },
17
- cardTwo: {
18
- header: "Link Tile 2",
19
- text: "Link Description Section 2",
20
- cta: {
21
- url: "/listfeatures",
22
- text: "Link Two"
23
- }
24
- }
25
- };
26
- };
27
- exports["default"] = _default;
@@ -1,12 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _default = function _default() {
8
- return {
9
- type: "lf-7"
10
- };
11
- };
12
- exports["default"] = _default;
@@ -1,10 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _default = function _default() {
8
- return ["card one", "card two"];
9
- };
10
- exports["default"] = _default;
@@ -1,12 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _default = function _default() {
8
- return {
9
- type: "lf-6"
10
- };
11
- };
12
- exports["default"] = _default;
@@ -1,10 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _default = function _default() {
8
- return ["card one", "card two"];
9
- };
10
- exports["default"] = _default;
@@ -1,12 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _default = function _default() {
8
- return {
9
- type: "lf-3"
10
- };
11
- };
12
- exports["default"] = _default;
@@ -1,10 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _default = function _default() {
8
- return ["card one", "card two"];
9
- };
10
- exports["default"] = _default;
@@ -1,32 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _default = function _default() {
8
- return [{
9
- header: "Header 1",
10
- text: "Laboris magna consequat sunt ut ex.",
11
- image: {
12
- src: "/2019-11/600x300.png",
13
- alt: "fpo"
14
- },
15
- link: {
16
- text: "Learn More",
17
- url: "/node/21"
18
- }
19
- }, {
20
- header: "Header 2",
21
- text: "Non magna ut est sit dolor.",
22
- image: {
23
- src: "/2019-11/5000x300.png",
24
- alt: "fpo"
25
- },
26
- link: {
27
- text: "Learn Something",
28
- url: "/node/22"
29
- }
30
- }];
31
- };
32
- exports["default"] = _default;
@@ -1,23 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _default = function _default() {
8
- return {
9
- header: "LF1 Header - Link Tiles",
10
- subHeader: "Desc",
11
- ctas: {
12
- ctaOne: {
13
- text: "Button",
14
- url: "/features"
15
- },
16
- ctaTwo: {
17
- text: "Second",
18
- url: "/listfeatures"
19
- }
20
- }
21
- };
22
- };
23
- exports["default"] = _default;
@@ -1,12 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _default = function _default() {
8
- return {
9
- type: "lf-2"
10
- };
11
- };
12
- exports["default"] = _default;
@@ -1,10 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _default = function _default() {
8
- return ["dumpling one", "dumpling two"];
9
- };
10
- exports["default"] = _default;
@@ -1,34 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _default = function _default() {
8
- return [{
9
- header: "Lorem Ipsum Two",
10
- text: "Global education & outreach manager",
11
- subHeader: "France",
12
- image: {
13
- src: "/2020-12/300x300.png",
14
- alt: "fpo"
15
- },
16
- link: {
17
- text: "mock title",
18
- url: "/node/21"
19
- }
20
- }, {
21
- header: "Lorem Ipsum Three",
22
- text: "Cowboy",
23
- subHeader: "England",
24
- image: {
25
- src: "/2020-13/300x300.png",
26
- alt: "fpo"
27
- },
28
- link: {
29
- text: "mock title",
30
- url: "/node/21"
31
- }
32
- }];
33
- };
34
- exports["default"] = _default;
@@ -1,10 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _default = function _default(data) {
8
- return (data === null || data === void 0 ? void 0 : data.type) || "mock type";
9
- };
10
- exports["default"] = _default;