luna-one 3.1.593 → 3.1.595

Sign up to get free protection for your applications and to get access to all the features.
Files changed (411) 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/AdminCategoryData/CategoryTranslationData.js +4 -4
  8. package/dist/luna/components/AdminProductData/AdminProductData.js +4 -4
  9. package/dist/luna/components/AdminProductData/AdminProductData.stories.js +44 -0
  10. package/dist/luna/components/BlockListItems/BlockListItem.stories.js +2381 -0
  11. package/dist/luna/components/BlockListItems/BlockListItemsDocumentation.mdx +339 -0
  12. package/dist/luna/components/BrowserSupportBanner/BrowserSupportBrowser.stories.js +19 -0
  13. package/dist/luna/components/CTAButtons/CTAButtons.stories.js +142 -0
  14. package/dist/luna/components/CTAButtons/CTAButtonsDocumentation.mdx +33 -0
  15. package/dist/luna/components/Carousel/Carousel.stories.js +257 -0
  16. package/dist/luna/components/Carousel/CarouselDocumentation.mdx +161 -0
  17. package/dist/luna/components/ComparisonTable/ComparisonTable.stories.js +608 -0
  18. package/dist/luna/components/ComparisonTable/ComparisonTableDocumentation.mdx +159 -0
  19. package/dist/luna/components/CtaWithHeader/CTAHeaderText.stories.js +192 -0
  20. package/dist/luna/components/CtaWithHeader/CTAHeaderTextDocumentation.mdx +45 -0
  21. package/dist/luna/components/DataPoint/DataPoint.stories.js +235 -0
  22. package/dist/luna/components/DataPoint/DataPointDocumentation.mdx +40 -0
  23. package/dist/luna/components/EventCard/EventCard.js +3 -3
  24. package/dist/luna/components/EventCard/EventCard.stories.js +56 -0
  25. package/dist/luna/components/EventCard/EventCardDocumentation.mdx +46 -0
  26. package/dist/luna/components/FilterHero/FilterHero.stories.js +129 -0
  27. package/dist/luna/components/FilterSection/FilterSection.stories.js +174 -0
  28. package/dist/luna/{other-organisms → components}/Flyout/Flyout.js +4 -5
  29. package/dist/luna/components/Flyout/Flyout.stories.js +216 -0
  30. package/dist/luna/components/Flyout/FlyoutDocumentation.mdx +60 -0
  31. package/dist/luna/components/Footer/Footer.stories.js +418 -0
  32. package/dist/luna/components/Footer/FooterDocumentation.mdx +133 -0
  33. package/dist/{application → luna}/components/FooterHandler/FooterHandler.js +1 -1
  34. package/dist/luna/components/FullBackgroundHero/FullBackgroundHero.stories.js +574 -0
  35. package/dist/luna/components/FullBackgroundHero/FullBackgroundHeroDocumentation.mdx +94 -0
  36. package/dist/luna/components/HTMLEmbed/HTMLEmbed.stories.js +136 -0
  37. package/dist/luna/components/HTMLEmbed/HTMLEmbedDocumentation.mdx +31 -0
  38. package/dist/luna/components/Header/Header.stories.js +75 -0
  39. package/dist/luna/components/Header/HeaderDocumentation.mdx +24 -0
  40. package/dist/luna/components/IconTextList/IconTextList.stories.js +100 -0
  41. package/dist/luna/components/IconTextList/IconTextListDocumentation.mdx +46 -0
  42. package/dist/luna/components/ImageGallery/ImageGallery.stories.js +194 -0
  43. package/dist/luna/components/ImageGallery/ImageGalleryDocumentation.mdx +90 -0
  44. package/dist/luna/components/InPageJumpNav/InPageJumpNav.stories.js +104 -0
  45. package/dist/luna/components/InPageJumpNav/InPageJumpNavDocumentation.mdx +23 -0
  46. package/dist/luna/components/JobPosting/JobPosting.stories.js +76 -0
  47. package/dist/luna/components/JobPosting/JobPostingDocumentation.mdx +69 -0
  48. package/dist/luna/{other-organisms → components}/LanguageSelector/LanguageSelector.js +3 -4
  49. package/dist/luna/components/LanguageSelector/LanguageSelector.stories.js +128 -0
  50. package/dist/luna/components/LanguageSelector/LanguageSelectorDocumentation.mdx +120 -0
  51. package/dist/luna/components/LinkList/LinkList.stories.js +170 -0
  52. package/dist/luna/components/LinkList/LinkListDocumentation.mdx +54 -0
  53. package/dist/luna/components/LoadingSpinner/LoadingSpinner.stories.js +53 -0
  54. package/dist/luna/components/Login/Login.js +3 -4
  55. package/dist/luna/components/Login/Login.stories.js +86 -0
  56. package/dist/luna/components/MarketoForm/MarketoForm.stories.js +65 -0
  57. package/dist/luna/components/MarketoForm/MarketoFormDocumentation.mdx +1 -0
  58. package/dist/luna/components/MegaMenu/MegaMenu.js +6 -7
  59. package/dist/luna/components/MegaMenu/menu-generators/FullSubMenu.js +1 -1
  60. package/dist/luna/components/MegaMenu/menu-generators/PartialSubMenu.js +4 -5
  61. package/dist/luna/components/MegaMenu/menu-generators/SubMenu.js +16 -14
  62. package/dist/luna/components/MegaMenu/menu-generators/TertiaryMenu.js +13 -11
  63. package/dist/luna/components/MegaMenu/menu-generators/UncollapsedLinks.js +4 -5
  64. package/dist/luna/components/MobileLogin/MobileLogin.js +3 -4
  65. package/dist/luna/components/MobileMegaMenu/MobileMegaMenu.js +6 -6
  66. package/dist/luna/components/MobileMegaMenu/MobileMegaMenuCategory.js +9 -9
  67. package/dist/luna/components/MobileMegaMenu/MobileMegaMenuPartialCategory.js +3 -3
  68. package/dist/luna/components/MobileMegaMenu/MobileMegaMenuSubCategory.js +8 -9
  69. package/dist/luna/components/MobileNav/MobileNav.js +3 -4
  70. package/dist/luna/{other-organisms → components}/NavBar/NavMiniMenu.js +3 -4
  71. package/dist/luna/components/NavBar/NavigationBar.stories.js +2297 -0
  72. package/dist/luna/components/NavBar/NavigationBarDocumentation.mdx +245 -0
  73. package/dist/luna/{other-organisms → components}/NavBar/UtilityNav.js +5 -5
  74. package/dist/{application → luna}/components/NavBarHandler/NavBarHandler.js +1 -1
  75. package/dist/luna/components/NavBarTop/NavBarTop.js +9 -10
  76. package/dist/luna/components/NavSearch/NavSearch.js +1 -1
  77. package/dist/luna/components/NonTimeBasedListEntries/NonTimeBasedListEntries.stories.js +118 -0
  78. package/dist/luna/components/NonTimeBasedListEntries/NonTimeBasedListEntriesDocumentation.mdx +89 -0
  79. package/dist/luna/components/NonTimeBasedListEntries/NonTimeBasedListEntriesMethods.js +1 -1
  80. package/dist/luna/components/OverlayNotice/OverlayNotice.stories.js +96 -0
  81. package/dist/luna/components/OverlayNotice/OverlayNoticeDocumentation.mdx +45 -0
  82. package/dist/luna/components/ProductSummary/ProductSummary.stories.js +163 -0
  83. package/dist/luna/components/ProductsPackage/ProductsPackage.stories.js +384 -0
  84. package/dist/luna/components/ProseLayout/ProseLayout.stories.js +187 -0
  85. package/dist/luna/components/ProseLayout/ProseLayoutDocumentation.mdx +93 -0
  86. package/dist/luna/components/PullQuote/PullQuote.stories.js +556 -0
  87. package/dist/luna/components/PullQuote/PullQuoteDocumentation.mdx +60 -0
  88. package/dist/luna/components/RegionCard/RegionCard.js +4 -4
  89. package/dist/luna/components/ResourceGrid/ResourceGrid.stories.js +765 -0
  90. package/dist/luna/components/ResourceGrid/ResourceGridDocumentation.mdx +102 -0
  91. package/dist/luna/components/ScrollInPlace/ScrollInPlace.stories.js +171 -0
  92. package/dist/luna/components/ScrollInPlace/ScrollInPlaceDocumentation.mdx +123 -0
  93. package/dist/luna/components/SketchUpPricingCard/SketchUpPricingCard.stories.js +91 -0
  94. package/dist/luna/components/SlideOutFeat/SlideOutFeat.stories.js +32 -0
  95. package/dist/luna/components/StoreFrontCard/StoreFrontCard.js +1 -2
  96. package/dist/luna/components/StoreFrontCard/StoreFrontCard.stories.js +46 -0
  97. package/dist/luna/{other-organisms → components}/SubNav/SiblingsMenu.js +3 -3
  98. package/dist/luna/{other-organisms → components}/SubNav/SubNav.js +6 -7
  99. package/dist/luna/components/SuperHero/SuperHero.stories.js +806 -0
  100. package/dist/luna/components/SuperHero/SuperHeroDocumentation.mdx +57 -0
  101. package/dist/luna/components/SupportCard/SupportCard.stories.js +76 -0
  102. package/dist/luna/components/Tabs/Tabs.js +1 -2
  103. package/dist/luna/components/Tabs/Tabs.stories.js +585 -0
  104. package/dist/luna/components/Tabs/TabsDocumentation.mdx +94 -0
  105. package/dist/luna/components/TimeBasedList/TimeBasedList.stories.js +297 -0
  106. package/dist/luna/components/TimeBasedList/TimeBasedListDocumentation.mdx +123 -0
  107. package/dist/luna/components/TrainerCard/TrainerCard.stories.js +39 -0
  108. package/dist/luna/components/TrialForm/TrialFormStart/TrialFormStart.stories.js +69 -0
  109. package/dist/luna/components/VariableContentCard/VariableContentCard.js +4 -4
  110. package/dist/luna/components/Video/Video.stories.js +135 -0
  111. package/dist/luna/components/Video/VideoDocumentation.mdx +56 -0
  112. package/dist/luna/components/WaffleMenu/WaffleMenu.js +1 -1
  113. package/package.json +3 -3
  114. package/dist/application/components/HelmetHandler/HelmetHandler.js +0 -40
  115. package/dist/application/components/Loading/Loading.js +0 -22
  116. package/dist/application/components/Loading/Loading.scss +0 -10
  117. package/dist/application/components/Stack/Stack.js +0 -413
  118. package/dist/application/hooks/tests/useErrorPageData.test.js +0 -74
  119. package/dist/application/hooks/tests/useFetch.test.js +0 -70
  120. package/dist/application/hooks/tests/useFooterData.test.js +0 -106
  121. package/dist/application/hooks/tests/useFooterResponse.test.js +0 -70
  122. package/dist/application/hooks/tests/useFooterURL.test.js +0 -46
  123. package/dist/application/hooks/tests/useInnerPageNav.test.js +0 -36
  124. package/dist/application/hooks/tests/useLanguage.test.js +0 -57
  125. package/dist/application/hooks/tests/useLanguages.test.js +0 -133
  126. package/dist/application/hooks/tests/useMetadata.test.js +0 -33
  127. package/dist/application/hooks/tests/useNavResponse.test.js +0 -136
  128. package/dist/application/hooks/tests/useNavURL.test.js +0 -49
  129. package/dist/application/hooks/tests/usePageFetch.test.js +0 -203
  130. package/dist/application/hooks/tests/useRegions.test.js +0 -234
  131. package/dist/application/hooks/tests/useRoutes.test.js +0 -116
  132. package/dist/application/hooks/tests/useSiteData.test.js +0 -86
  133. package/dist/application/hooks/useErrorPageData.js +0 -59
  134. package/dist/application/hooks/useFetch.js +0 -67
  135. package/dist/application/hooks/useFooterData.js +0 -45
  136. package/dist/application/hooks/useFooterResponse.js +0 -56
  137. package/dist/application/hooks/useFooterURL.js +0 -32
  138. package/dist/application/hooks/useLanguage.js +0 -44
  139. package/dist/application/hooks/useLanguages.js +0 -66
  140. package/dist/application/hooks/useMetadata.js +0 -23
  141. package/dist/application/hooks/useNavData.js +0 -45
  142. package/dist/application/hooks/useNavResponse.js +0 -59
  143. package/dist/application/hooks/useNavURL.js +0 -41
  144. package/dist/application/hooks/usePageFetch.js +0 -109
  145. package/dist/application/hooks/useRegions.js +0 -149
  146. package/dist/application/hooks/useRoutes.js +0 -59
  147. package/dist/application/hooks/useScrollTo.js +0 -60
  148. package/dist/application/hooks/useSiteData.js +0 -58
  149. package/dist/application/methods/__mocks__/formatFooterDataMethods.js +0 -54
  150. package/dist/application/methods/formatContentSections.js +0 -130
  151. package/dist/application/methods/formatFooterDataMethods.js +0 -82
  152. package/dist/application/methods/formatMenuSiteData.js +0 -45
  153. package/dist/application/methods/formatMenus.js +0 -120
  154. package/dist/application/methods/locationRedirect.js +0 -16
  155. package/dist/application/methods/organismFormat/__mocks__/formatAnchors.js +0 -11
  156. package/dist/application/methods/organismFormat/__mocks__/formatCTAs.js +0 -10
  157. package/dist/application/methods/organismFormat/__mocks__/formatTheme.js +0 -15
  158. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatFive.js +0 -12
  159. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatFour.js +0 -12
  160. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatOne.js +0 -12
  161. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatSeven.js +0 -12
  162. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatThree.js +0 -12
  163. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatTwoA.js +0 -12
  164. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatTwoB.js +0 -12
  165. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatTwoBIcons.js +0 -14
  166. package/dist/application/methods/organismFormat/feats/__mocks__/formatPullQuote.js +0 -12
  167. package/dist/application/methods/organismFormat/feats/formatFeatFive.js +0 -39
  168. package/dist/application/methods/organismFormat/feats/formatFeatFour.js +0 -36
  169. package/dist/application/methods/organismFormat/feats/formatFeatOne.js +0 -52
  170. package/dist/application/methods/organismFormat/feats/formatFeatSeven.js +0 -193
  171. package/dist/application/methods/organismFormat/feats/formatFeatThree.js +0 -41
  172. package/dist/application/methods/organismFormat/feats/formatFeatTwoA.js +0 -37
  173. package/dist/application/methods/organismFormat/feats/formatFeatTwoAFolds.js +0 -27
  174. package/dist/application/methods/organismFormat/feats/formatFeatTwoB.js +0 -40
  175. package/dist/application/methods/organismFormat/feats/formatFeatTwoBIcons.js +0 -20
  176. package/dist/application/methods/organismFormat/feats/formatPullQuote.js +0 -49
  177. package/dist/application/methods/organismFormat/feats/tests/formatFeatFive.test.js +0 -173
  178. package/dist/application/methods/organismFormat/feats/tests/formatFeatFour.test.js +0 -140
  179. package/dist/application/methods/organismFormat/feats/tests/formatFeatOne.test.js +0 -204
  180. package/dist/application/methods/organismFormat/feats/tests/formatFeatSeven.test.js +0 -680
  181. package/dist/application/methods/organismFormat/feats/tests/formatFeatThree.test.js +0 -142
  182. package/dist/application/methods/organismFormat/feats/tests/formatFeatTwoA.test.js +0 -342
  183. package/dist/application/methods/organismFormat/feats/tests/formatFeatTwoAFolds.test.js +0 -99
  184. package/dist/application/methods/organismFormat/feats/tests/formatFeatTwoB.test.js +0 -293
  185. package/dist/application/methods/organismFormat/feats/tests/formatFeatTwoBIcons.test.js +0 -78
  186. package/dist/application/methods/organismFormat/feats/tests/formatPullQuote.test.js +0 -178
  187. package/dist/application/methods/organismFormat/formatAnchors.js +0 -16
  188. package/dist/application/methods/organismFormat/formatCTAs.js +0 -34
  189. package/dist/application/methods/organismFormat/formatTheme.js +0 -29
  190. package/dist/application/methods/organismFormat/heroes/__mocks__/formatHeroFour.js +0 -12
  191. package/dist/application/methods/organismFormat/heroes/__mocks__/formatHeroOne.js +0 -12
  192. package/dist/application/methods/organismFormat/heroes/__mocks__/formatHeroSix.js +0 -12
  193. package/dist/application/methods/organismFormat/heroes/__mocks__/formatHeroThree.js +0 -12
  194. package/dist/application/methods/organismFormat/heroes/__mocks__/formatHeroTwo.js +0 -12
  195. package/dist/application/methods/organismFormat/heroes/formatHeroFour.js +0 -39
  196. package/dist/application/methods/organismFormat/heroes/formatHeroOne.js +0 -56
  197. package/dist/application/methods/organismFormat/heroes/formatHeroSeven.js +0 -56
  198. package/dist/application/methods/organismFormat/heroes/formatHeroSix.js +0 -51
  199. package/dist/application/methods/organismFormat/heroes/formatHeroThree.js +0 -58
  200. package/dist/application/methods/organismFormat/heroes/formatHeroTwo.js +0 -42
  201. package/dist/application/methods/organismFormat/heroes/tests/formatHeroFour.test.js +0 -245
  202. package/dist/application/methods/organismFormat/heroes/tests/formatHeroOne.test.js +0 -165
  203. package/dist/application/methods/organismFormat/heroes/tests/formatHeroSeven.test.js +0 -198
  204. package/dist/application/methods/organismFormat/heroes/tests/formatHeroSix.test.js +0 -196
  205. package/dist/application/methods/organismFormat/heroes/tests/formatHeroThree.test.js +0 -185
  206. package/dist/application/methods/organismFormat/heroes/tests/formatHeroTwo.test.js +0 -205
  207. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatFive.js +0 -12
  208. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatFour.js +0 -12
  209. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatFourCards.js +0 -10
  210. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatOne.js +0 -12
  211. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatOneCards.js +0 -17
  212. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatOneV2Cards.js +0 -27
  213. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatSeven.js +0 -12
  214. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatSevenCards.js +0 -10
  215. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatSix.js +0 -12
  216. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatSixCards.js +0 -10
  217. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatThree.js +0 -12
  218. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatThreeCards.js +0 -10
  219. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatThreeV2Cards.js +0 -32
  220. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatTopSection.js +0 -23
  221. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatTwo.js +0 -12
  222. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatTwoCards.js +0 -10
  223. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatTwoV2Cards.js +0 -34
  224. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatType.js +0 -10
  225. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatV2.js +0 -33
  226. package/dist/application/methods/organismFormat/listFeats/formatListFeatFive.js +0 -53
  227. package/dist/application/methods/organismFormat/listFeats/formatListFeatFiveItemsV2.js +0 -32
  228. package/dist/application/methods/organismFormat/listFeats/formatListFeatFiveV2.js +0 -39
  229. package/dist/application/methods/organismFormat/listFeats/formatListFeatFour.js +0 -35
  230. package/dist/application/methods/organismFormat/listFeats/formatListFeatFourCards.js +0 -24
  231. package/dist/application/methods/organismFormat/listFeats/formatListFeatFourDumplingsV2.js +0 -36
  232. package/dist/application/methods/organismFormat/listFeats/formatListFeatFourV2.js +0 -38
  233. package/dist/application/methods/organismFormat/listFeats/formatListFeatOne.js +0 -46
  234. package/dist/application/methods/organismFormat/listFeats/formatListFeatOneCards.js +0 -36
  235. package/dist/application/methods/organismFormat/listFeats/formatListFeatOneV2.js +0 -41
  236. package/dist/application/methods/organismFormat/listFeats/formatListFeatOneV2Cards.js +0 -64
  237. package/dist/application/methods/organismFormat/listFeats/formatListFeatSeven.js +0 -37
  238. package/dist/application/methods/organismFormat/listFeats/formatListFeatSevenCards.js +0 -46
  239. package/dist/application/methods/organismFormat/listFeats/formatListFeatSevenCardsV2.js +0 -48
  240. package/dist/application/methods/organismFormat/listFeats/formatListFeatSevenV2.js +0 -39
  241. package/dist/application/methods/organismFormat/listFeats/formatListFeatSix.js +0 -36
  242. package/dist/application/methods/organismFormat/listFeats/formatListFeatSixCards.js +0 -15
  243. package/dist/application/methods/organismFormat/listFeats/formatListFeatSixCardsV2.js +0 -16
  244. package/dist/application/methods/organismFormat/listFeats/formatListFeatSixV2.js +0 -38
  245. package/dist/application/methods/organismFormat/listFeats/formatListFeatThree.js +0 -40
  246. package/dist/application/methods/organismFormat/listFeats/formatListFeatThreeCards.js +0 -48
  247. package/dist/application/methods/organismFormat/listFeats/formatListFeatThreeV2.js +0 -40
  248. package/dist/application/methods/organismFormat/listFeats/formatListFeatThreeV2Cards.js +0 -39
  249. package/dist/application/methods/organismFormat/listFeats/formatListFeatTopSection.js +0 -33
  250. package/dist/application/methods/organismFormat/listFeats/formatListFeatTwo.js +0 -36
  251. package/dist/application/methods/organismFormat/listFeats/formatListFeatTwoCards.js +0 -34
  252. package/dist/application/methods/organismFormat/listFeats/formatListFeatTwoV2.js +0 -40
  253. package/dist/application/methods/organismFormat/listFeats/formatListFeatTwoV2Cards.js +0 -46
  254. package/dist/application/methods/organismFormat/listFeats/formatListFeatType.js +0 -27
  255. package/dist/application/methods/organismFormat/listFeats/formatListFeatV2.js +0 -21
  256. package/dist/application/methods/organismFormat/listFeats/tests/formatFeatSevenV2.test.js +0 -463
  257. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatFive.test.js +0 -89
  258. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatFiveV2.test.js +0 -238
  259. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatFour.test.js +0 -75
  260. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatFourCards.test.js +0 -65
  261. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatFourV2.test.js +0 -358
  262. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatOne.test.js +0 -98
  263. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatOneCards.test.js +0 -67
  264. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatOneV2.test.js +0 -191
  265. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatOneV2Cards.test.js +0 -87
  266. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatSeven.test.js +0 -120
  267. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatSevenCards.test.js +0 -111
  268. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatSix.test.js +0 -67
  269. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatSixCards.test.js +0 -25
  270. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatSixV2.test.js +0 -242
  271. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatThree.test.js +0 -96
  272. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatThreeCards.test.js +0 -94
  273. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatThreeV2.test.js +0 -242
  274. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatThreeV2Cards.test.js +0 -96
  275. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatTopSection.test.js +0 -63
  276. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatTwo.test.js +0 -86
  277. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatTwoCards.test.js +0 -81
  278. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatTwoV2.test.js +0 -299
  279. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatTwoV2Cards.test.js +0 -159
  280. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatV2.test.js +0 -69
  281. package/dist/application/methods/organismFormat/listFeats/tests/mockData/listFeatOneV2MockData.js +0 -125
  282. package/dist/application/methods/organismFormat/tests/formatAnchors.test.js +0 -20
  283. package/dist/application/methods/organismFormat/tests/formatCTAs.test.js +0 -109
  284. package/dist/application/methods/organismFormat/tests/formatTheme.test.js +0 -54
  285. package/dist/application/methods/tests/formatContentSections.test.js +0 -237
  286. package/dist/application/methods/tests/formatFooterDataMethods.test.js +0 -138
  287. package/dist/luna/components/MiniFeatDropdown/MiniFeatDropdown.js +0 -78
  288. package/dist/luna/components/MiniFeatDropdown/MiniFeatDropdown.scss +0 -107
  289. package/dist/luna/featurettes/CustomFeat/CustomFeat.js +0 -157
  290. package/dist/luna/featurettes/CustomFeat/CustomFeat.scss +0 -18
  291. package/dist/luna/featurettes/Feat1/Feat1.js +0 -122
  292. package/dist/luna/featurettes/Feat1/Feat1.scss +0 -110
  293. package/dist/luna/featurettes/Feat1/feat1Methods.js +0 -18
  294. package/dist/luna/featurettes/Feat1/feat1Methods.test.js +0 -21
  295. package/dist/luna/featurettes/Feat2A/Feat2A.js +0 -101
  296. package/dist/luna/featurettes/Feat2A/Feat2A.scss +0 -132
  297. package/dist/luna/featurettes/Feat2B/Feat2B.js +0 -131
  298. package/dist/luna/featurettes/Feat2B/Feat2B.scss +0 -231
  299. package/dist/luna/featurettes/Feat2B/Feat2BMethods.js +0 -75
  300. package/dist/luna/featurettes/Feat2B/Feat2BMethods.test.js +0 -38
  301. package/dist/luna/featurettes/Feat3/Feat3.js +0 -89
  302. package/dist/luna/featurettes/Feat3/Feat3.scss +0 -49
  303. package/dist/luna/featurettes/Feat4/Feat4.js +0 -95
  304. package/dist/luna/featurettes/Feat4/Feat4.scss +0 -86
  305. package/dist/luna/featurettes/Feat5/Feat5.js +0 -194
  306. package/dist/luna/featurettes/Feat5/Feat5.scss +0 -235
  307. package/dist/luna/featurettes/Feat5/Feat5Methods.js +0 -19
  308. package/dist/luna/featurettes/Feat5/Feat5Methods.test.js +0 -23
  309. package/dist/luna/featurettes/Feat7/Feat7.js +0 -79
  310. package/dist/luna/featurettes/Feat7/Feat7.scss +0 -49
  311. package/dist/luna/featurettes/Feat7/Feat7Methods.js +0 -41
  312. package/dist/luna/featurettes/Feat8/Feat8.js +0 -75
  313. package/dist/luna/featurettes/Feat8/Feat8.scss +0 -103
  314. package/dist/luna/featurettes/Feat8/feat8Methods.js +0 -18
  315. package/dist/luna/featurettes/Feat8/feat8Methods.test.js +0 -21
  316. package/dist/luna/heroes/Hero1/Hero1.js +0 -111
  317. package/dist/luna/heroes/Hero1/Hero1.scss +0 -223
  318. package/dist/luna/heroes/Hero1/Hero1Methods.js +0 -84
  319. package/dist/luna/heroes/Hero1/useWindowSize.js +0 -47
  320. package/dist/luna/heroes/Hero2/Hero2.js +0 -130
  321. package/dist/luna/heroes/Hero2/Hero2.scss +0 -165
  322. package/dist/luna/heroes/Hero3/Hero3.js +0 -246
  323. package/dist/luna/heroes/Hero3/Hero3.scss +0 -250
  324. package/dist/luna/heroes/Hero3/Hero3Methods.js +0 -37
  325. package/dist/luna/heroes/Hero4/Hero4.js +0 -175
  326. package/dist/luna/heroes/Hero4/Hero4.scss +0 -112
  327. package/dist/luna/heroes/Hero4/hero4Methods.js +0 -18
  328. package/dist/luna/heroes/Hero6/Hero6.js +0 -179
  329. package/dist/luna/heroes/Hero6/Hero6.scss +0 -127
  330. package/dist/luna/heroes/Hero7/Hero7.js +0 -118
  331. package/dist/luna/heroes/Hero7/Hero7.scss +0 -193
  332. package/dist/luna/heroes/Hero7/Hero7Methods.js +0 -39
  333. package/dist/luna/heroes/Hero7/Hero7Methods.test.js +0 -109
  334. package/dist/luna/heroes/Hero7/useWindowWidth.js +0 -40
  335. package/dist/luna/list-feats/ListFeat/ListFeat.js +0 -149
  336. package/dist/luna/list-feats/ListFeat/ListFeat.scss +0 -112
  337. package/dist/luna/list-feats/ListFeat1/ListFeat1.js +0 -91
  338. package/dist/luna/list-feats/ListFeat1/ListFeat1.scss +0 -94
  339. package/dist/luna/list-feats/ListFeat1/listFeat1Methods.js +0 -14
  340. package/dist/luna/list-feats/ListFeat1/listFeat1Methods.test.js +0 -17
  341. package/dist/luna/list-feats/ListFeat2/ListFeat2.js +0 -30
  342. package/dist/luna/list-feats/ListFeat2/ListFeat2.scss +0 -20
  343. package/dist/luna/list-feats/ListFeat2/ListFeat2Methods.js +0 -33
  344. package/dist/luna/list-feats/ListFeat2/ListFeat2Methods.test.js +0 -11
  345. package/dist/luna/list-feats/ListFeat4/ListFeat4.js +0 -34
  346. package/dist/luna/list-feats/ListFeat4/ListFeat4.scss +0 -32
  347. package/dist/luna/list-feats/ListFeat5/ListFeat5.js +0 -28
  348. package/dist/luna/list-feats/ListFeat5/ListFeat5.scss +0 -27
  349. package/dist/luna/list-feats/ListFeat5/ListFeat5Methods.js +0 -24
  350. package/dist/luna/list-feats/ListFeat6/ListFeat6.js +0 -59
  351. package/dist/luna/list-feats/ListFeat6/ListFeat6.scss +0 -34
  352. package/dist/luna/list-feats/ListFeat7/ListFeat7.js +0 -51
  353. package/dist/luna/list-feats/ListFeat7/ListFeat7.scss +0 -14
  354. package/dist/luna/list-feats/ListFeat7/ListFeat7Methods.js +0 -49
  355. package/dist/luna/list-feats/ListFeatCustom/ListFeatCustom.js +0 -25
  356. package/dist/luna/list-feats/ListFeatCustom/ListFeatCustom.scss +0 -8
  357. package/dist/luna/list-feats/methods/listFeatMethods.js +0 -119
  358. /package/dist/luna/{featurettes → components}/Accordion/Accordion.js +0 -0
  359. /package/dist/luna/{featurettes → components}/Accordion/Accordion.scss +0 -0
  360. /package/dist/luna/{featurettes → components}/Accordion/AccordionItem.js +0 -0
  361. /package/dist/luna/{other-organisms → components}/Carousel/Carousel.js +0 -0
  362. /package/dist/luna/{other-organisms → components}/Carousel/Carousel.scss +0 -0
  363. /package/dist/luna/{heroes → components}/FilterHero/FilterHero.js +0 -0
  364. /package/dist/luna/{heroes → components}/FilterHero/FilterHero.scss +0 -0
  365. /package/dist/luna/{heroes → components}/FilterHero/FilterHeroMethods.js +0 -0
  366. /package/dist/luna/{other-organisms → components}/Flyout/Flyout.scss +0 -0
  367. /package/dist/luna/{other-organisms → components}/Footer/ExportedFooter.js +0 -0
  368. /package/dist/luna/{other-organisms → components}/Footer/Footer.js +0 -0
  369. /package/dist/luna/{other-organisms → components}/Footer/Footer.scss +0 -0
  370. /package/dist/luna/{other-organisms → components}/Footer/GlobalFooter.js +0 -0
  371. /package/dist/luna/{other-organisms → components}/Footer/SectorFooter.js +0 -0
  372. /package/dist/luna/{heroes → components}/FullBackgroundHero/FullBackgroundHero.js +0 -0
  373. /package/dist/luna/{heroes → components}/FullBackgroundHero/FullBackgroundHero.scss +0 -0
  374. /package/dist/luna/{heroes → components}/FullBackgroundHero/FullBackgroundHeroMethods.js +0 -0
  375. /package/dist/luna/{featurettes → components}/IconTextList/IconTextList.js +0 -0
  376. /package/dist/luna/{featurettes → components}/IconTextList/IconTextList.scss +0 -0
  377. /package/dist/luna/{other-organisms → components}/LanguageSelector/LanguageSelector.scss +0 -0
  378. /package/dist/luna/{other-organisms → components}/MarketoForm/MarketoForm.js +0 -0
  379. /package/dist/luna/{other-organisms → components}/MarketoForm/MarketoForm.scss +0 -0
  380. /package/dist/luna/{other-organisms → components}/NavBar/NavBar.js +0 -0
  381. /package/dist/luna/{other-organisms → components}/NavBar/NavBar.scss +0 -0
  382. /package/dist/luna/{other-organisms → components}/NavBar/NavOption.js +0 -0
  383. /package/dist/luna/{other-organisms → components}/NavBar/useNavPosition.js +0 -0
  384. /package/dist/luna/{featurettes → components}/ProductsPackage/ProductsPackage.js +0 -0
  385. /package/dist/luna/{featurettes → components}/ProductsPackage/ProductsPackage.scss +0 -0
  386. /package/dist/luna/{featurettes → components}/ProductsPackage/ProductsPackageMethods.js +0 -0
  387. /package/dist/luna/{featurettes → components}/PullQuote/PullQuote.js +0 -0
  388. /package/dist/luna/{featurettes → components}/PullQuote/PullQuote.scss +0 -0
  389. /package/dist/luna/{featurettes → components}/PullQuote/ico-quote-white.svg +0 -0
  390. /package/dist/luna/{featurettes → components}/PullQuote/ico-quote.svg +0 -0
  391. /package/dist/luna/{other-organisms → components}/SubNav/SubNav.scss +0 -0
  392. /package/dist/luna/{heroes → components}/SuperHero/SuperHero.js +0 -0
  393. /package/dist/luna/{heroes → components}/SuperHero/SuperHero.scss +0 -0
  394. /package/dist/luna/{heroes → components}/SuperHero/SuperHeroMethods.js +0 -0
  395. /package/dist/luna/{heroes → components}/SuperHero/useCompareContainerHeights.js +0 -0
  396. /package/dist/{application/assets → luna}/images/carat-down.svg +0 -0
  397. /package/dist/{application/assets → luna}/images/carat-up.svg +0 -0
  398. /package/dist/{application/assets → luna}/images/close-blue.svg +0 -0
  399. /package/dist/{application/assets → luna}/images/close.svg +0 -0
  400. /package/dist/{application/assets → luna}/images/ellipses.svg +0 -0
  401. /package/dist/{application/assets → luna}/images/facebook.svg +0 -0
  402. /package/dist/{application/assets → luna}/images/favicon.ico +0 -0
  403. /package/dist/{application/assets → luna}/images/fpoBox.png +0 -0
  404. /package/dist/{application/assets → luna}/images/fpoSquare.png +0 -0
  405. /package/dist/{application/assets → luna}/images/instagram.svg +0 -0
  406. /package/dist/{application/assets → luna}/images/linkedin.svg +0 -0
  407. /package/dist/{application/assets → luna}/images/loading-mini.gif +0 -0
  408. /package/dist/{application/assets → luna}/images/trimble_logo.png +0 -0
  409. /package/dist/{application/assets → luna}/images/twitter.svg +0 -0
  410. /package/dist/{application/assets → luna}/images/youtube.svg +0 -0
  411. /package/dist/{application → luna/utils}/hooks/useInnerPageNav.js +0 -0
@@ -0,0 +1,159 @@
1
+ #### Comparison Table
2
+
3
+ ###### Props -
4
+ - `data` **(required)** - object containing comparison table data, with following props
5
+ - `showImages` - (boolean) for display of images, defaults to
6
+ - `comparisonColumnGroups` - fields for comparison in the table, including any tooltip text. Product fields must match these in order to function properly.
7
+ - `columnName` - (text) field for column name in table
8
+ - `tooltipText` (optional) - (text) text to display in tooltip for this field
9
+ - `productDetails` - (object) product data object for fields in the table
10
+ - `productName` - (text) name of product for comparison
11
+ - `image` (optional) - (object) product image for display
12
+ - `url` - (text) product image URL
13
+ - `subheading` - (text) product subheading
14
+ - `productLink` - (text) link to product page
15
+ - `productAttributes` - product attributes for comparison in table - these must match the comparison columns in the `comparisonColumnGroups` data.
16
+ - `name` - (text) name of the attribute
17
+ - `value` - (text) value of the attribute
18
+
19
+ ###### Example -
20
+
21
+ ```
22
+ const content = {
23
+ comparisonColumnGroups: [
24
+ {
25
+ categoryName: "ISO",
26
+ comparisonColumns: [
27
+ {
28
+ columnName: "Universal Terminal",
29
+ tooltipText: "Universal terminal is a lorem ipsum dolor sit amet. Universal terminal is a lorem ipsum dolor sit amet. Universal terminal is a lorem ipsum dolor sit amet.",
30
+ },
31
+ {
32
+ columnName: "Task Controller",
33
+ },
34
+ {
35
+ columnName: "ISO TC Section Control",
36
+ },
37
+ ]
38
+ },
39
+ {
40
+ categoryName: "Field IQ",
41
+ comparisonColumns: [
42
+ {
43
+ columnName: "Controlled Channels",
44
+ },
45
+ {
46
+ columnName: "Field IQ Section Control",
47
+ tooltipText: "Universal terminal is a lorem ipsum dolor sit amet.",
48
+ },
49
+ {
50
+ columnName: "FIQ Controlled Product Drives",
51
+ },
52
+ ]
53
+ },
54
+ {
55
+ categoryName: "Serial Rate/TUVR",
56
+ comparisonColumns: [
57
+ {
58
+ columnName: "Population/Blockage Monitoring",
59
+ },
60
+ {
61
+ columnName: "Controlled Channels",
62
+ },
63
+ ]
64
+ }
65
+ ],
66
+ productDetails: [
67
+ {
68
+ productName: "Product Name",
69
+ image: {
70
+ url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
71
+ },
72
+ subheading: "Subheading Lorem Ipsum",
73
+ productLink: {
74
+ url: "/products/product-name"
75
+ },
76
+ productAttributes: [
77
+ { value: true },
78
+ { value: "Up to 96 Sections", columnWidth: "medium" },
79
+ { value: "Attribute 3" },
80
+ { value: "Columns can get wider if the content within them needs more room Lorem ipsum dolor sit amet.", columnWidth: "long" },
81
+ { value: "Attribute 1" },
82
+ { value: "" },
83
+ { value: "Attribute 3" },
84
+ { value: "Columns can get wider if the content within them needs more room. Lorem ipsum dolor sit amet.", columnWidth: "long" },
85
+ ]
86
+ },
87
+ {
88
+ productName: "Product Name",
89
+ productTag: "Best Performance",
90
+ image: {
91
+ url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
92
+ },
93
+ subheading: "Subheading Lorem Ipsum",
94
+ productLink: {
95
+ url: "/products/product-name"
96
+ },
97
+ bodyText: "Body text if necessary",
98
+ productAttributes: [
99
+ { value: false },
100
+ { value: "Up to 96 Sections" },
101
+ { value: "Attribute 3" },
102
+ { value: "Columns can get wider if the content within them needs more room. Lorem ipsum dolor sit amet." },
103
+ { value: "Attribute 1" },
104
+ { value: "" },
105
+ { value: "Attribute 3" },
106
+ { value: "Columns can get wider if the content within them needs more room. Lorem ipsum dolor sit amet." },
107
+ ]
108
+ },
109
+ {
110
+ productName: "Product Name",
111
+ image: {
112
+ url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
113
+ },
114
+ subheading: "Subheading Lorem Ipsum",
115
+ productLink: {
116
+ url: "/products/product-name"
117
+ },
118
+ bodyText: "Body text if necessary",
119
+ productAttributes: [
120
+ { value: true },
121
+ { value: "Up to 96 Sections" },
122
+ { value: "Attribute 3" },
123
+ { value: "Columns can get wider if the content within them needs more room. Lorem ipsum dolor sit amet." },
124
+ { value: "Attribute 1" },
125
+ { value: "Up to 96 Sections" },
126
+ { value: "Attribute 3" },
127
+ { value: "Columns can get wider if the content within them needs more room. Lorem ipsum dolor sit amet." },
128
+ ]
129
+ },
130
+ {
131
+ productName: "Product Name",
132
+ image: {
133
+ url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
134
+ },
135
+ subheading: "Subheading Lorem Ipsum",
136
+ productLink: {
137
+ url: "/products/product-name"
138
+ },
139
+ bodyText: "Body text if necessary",
140
+ productAttributes: [
141
+ { value: false },
142
+ { value: "Up to 96 Sections" },
143
+ { value: "Attribute 3" },
144
+ { value: "Columns can get wider if the content within them needs more room. Lorem ipsum dolor sit amet." },
145
+ { value: "Attribute 1" },
146
+ { value: "" },
147
+ { value: "Attribute 3" },
148
+ { value: "" },
149
+ ]
150
+ },
151
+ ],
152
+ };
153
+
154
+ export const Default = () => (
155
+ <div style={{ maxWidth: "1200px", margin: "auto", padding: "0 32px" }}>
156
+ <ComparisonTable data={content} />
157
+ </div>
158
+ );
159
+ ```
@@ -0,0 +1,192 @@
1
+ "use strict";
2
+
3
+ var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard")["default"];
4
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = exports.VideoCTA = exports.TransparentWithLightText = exports.TransparentWithDarkText = exports.DefaultWithTextLinks = exports.Default = exports.DarkWithTextLinks = exports.DarkNavy = exports.DarkGray = exports.Dark = exports.CenterAligned = void 0;
9
+ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/slicedToArray"));
10
+ var _react = _interopRequireWildcard(require("react"));
11
+ var _CtaWithHeader = _interopRequireDefault(require("../CtaWithHeader/CtaWithHeader"));
12
+ var _CTAHeaderTextDocumentation = _interopRequireDefault(require("./CTAHeaderTextDocumentation.mdx"));
13
+ var eyebrow = "Eyebrow option";
14
+ var headline = "Header title™";
15
+ var subhead = "The GFX-350™ display is Android™-based and easy-to-use, helping growers tackle farming operation";
16
+ var content = "<p>Anim aliquip aliqua aliqua™ id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. Consectetur <a href='/'>commodo nisi laborum</a> voluptate. Commodo est ullamco pariatur ut nostrud pariatur. Anim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat.</p>\n<ul>\n<li>Cillum et laboris aliquip consequat. El nu consectetur commodo nisi laborum voluptate.</li>\n<li>Cillum et laboris aliquip consequat. El nu consectetur commodo nisi laborum voluptate.</li>\n</ul>";
17
+ var buttons = [{
18
+ text: "Button 1 aliqua aliqua id qui aute anim reprehenderit",
19
+ // url: "https://trimble.com",
20
+ onClick: function onClick() {}
21
+ }, {
22
+ text: "Button 2 aliqua aliqua id qui aute anim reprehenderit",
23
+ url: "/"
24
+ }];
25
+ var _default = {
26
+ component: _CtaWithHeader["default"],
27
+ title: "MXP Components/CTA with Text and Header",
28
+ parameters: {
29
+ docs: {
30
+ page: _CTAHeaderTextDocumentation["default"]
31
+ }
32
+ }
33
+ };
34
+ exports["default"] = _default;
35
+ var Default = function Default() {
36
+ return /*#__PURE__*/_react["default"].createElement(_CtaWithHeader["default"], {
37
+ eyebrow: eyebrow,
38
+ headline: headline,
39
+ subhead: subhead,
40
+ content: content,
41
+ buttons: buttons
42
+ });
43
+ };
44
+ exports.Default = Default;
45
+ var DefaultWithTextLinks = function DefaultWithTextLinks() {
46
+ return /*#__PURE__*/_react["default"].createElement(_CtaWithHeader["default"], {
47
+ eyebrow: eyebrow,
48
+ headline: headline,
49
+ subhead: subhead,
50
+ content: content,
51
+ buttons: buttons,
52
+ textLinks: true
53
+ });
54
+ };
55
+ exports.DefaultWithTextLinks = DefaultWithTextLinks;
56
+ var Dark = function Dark() {
57
+ return /*#__PURE__*/_react["default"].createElement(_CtaWithHeader["default"], {
58
+ variant: "dark",
59
+ eyebrow: eyebrow,
60
+ headline: headline,
61
+ subhead: subhead,
62
+ content: content,
63
+ buttons: buttons
64
+ });
65
+ };
66
+ exports.Dark = Dark;
67
+ var DarkWithTextLinks = function DarkWithTextLinks() {
68
+ return /*#__PURE__*/_react["default"].createElement(_CtaWithHeader["default"], {
69
+ variant: "dark",
70
+ eyebrow: eyebrow,
71
+ headline: headline,
72
+ subhead: subhead,
73
+ content: content,
74
+ buttons: buttons,
75
+ textLinks: true
76
+ });
77
+ };
78
+ exports.DarkWithTextLinks = DarkWithTextLinks;
79
+ var DarkGray = function DarkGray() {
80
+ return /*#__PURE__*/_react["default"].createElement(_CtaWithHeader["default"], {
81
+ variant: "dark-gray",
82
+ eyebrow: eyebrow,
83
+ headline: headline,
84
+ subhead: subhead,
85
+ content: content,
86
+ buttons: buttons
87
+ });
88
+ };
89
+ exports.DarkGray = DarkGray;
90
+ var DarkNavy = function DarkNavy() {
91
+ return /*#__PURE__*/_react["default"].createElement(_CtaWithHeader["default"], {
92
+ variant: "dark-navy",
93
+ eyebrow: eyebrow,
94
+ headline: headline,
95
+ subhead: subhead,
96
+ content: content,
97
+ buttons: buttons
98
+ });
99
+ };
100
+ exports.DarkNavy = DarkNavy;
101
+ var TransparentWithLightText = function TransparentWithLightText() {
102
+ return /*#__PURE__*/_react["default"].createElement("div", {
103
+ style: {
104
+ position: "relative",
105
+ backgroundImage: "url('https://via.placeholder.com/1920x1080/FF0000/000000')",
106
+ backgroundSize: "cover",
107
+ backgroundPosition: "center",
108
+ backgroundRepeat: "no-repeat"
109
+ }
110
+ }, /*#__PURE__*/_react["default"].createElement(_CtaWithHeader["default"], {
111
+ variant: "transparent-light-text",
112
+ eyebrow: eyebrow,
113
+ headline: headline,
114
+ subhead: subhead,
115
+ content: content,
116
+ buttons: buttons
117
+ }));
118
+ };
119
+ exports.TransparentWithLightText = TransparentWithLightText;
120
+ var TransparentWithDarkText = function TransparentWithDarkText() {
121
+ return /*#__PURE__*/_react["default"].createElement("div", {
122
+ style: {
123
+ position: "relative",
124
+ backgroundImage: "url('https://via.placeholder.com/1920x1080/A6FFFF/FFFFFF')",
125
+ backgroundSize: "cover",
126
+ backgroundPosition: "center",
127
+ backgroundRepeat: "no-repeat"
128
+ }
129
+ }, /*#__PURE__*/_react["default"].createElement(_CtaWithHeader["default"], {
130
+ variant: "transparent-dark-text",
131
+ eyebrow: eyebrow,
132
+ headline: headline,
133
+ subhead: subhead,
134
+ content: content,
135
+ buttons: buttons
136
+ }));
137
+ };
138
+ exports.TransparentWithDarkText = TransparentWithDarkText;
139
+ var CenterAligned = function CenterAligned() {
140
+ return /*#__PURE__*/_react["default"].createElement(_CtaWithHeader["default"], {
141
+ alignment: "center",
142
+ eyebrow: eyebrow,
143
+ headline: headline,
144
+ subhead: subhead,
145
+ content: content,
146
+ buttons: buttons
147
+ });
148
+ };
149
+ exports.CenterAligned = CenterAligned;
150
+ var VideoCTA = function VideoCTA() {
151
+ var _useState = (0, _react.useState)(false),
152
+ _useState2 = (0, _slicedToArray2["default"])(_useState, 2),
153
+ override = _useState2[0],
154
+ setOverride = _useState2[1];
155
+ var thumbnail = {
156
+ src: "https://fpoimg.com/720x450",
157
+ alt: "fpo"
158
+ };
159
+ var video = {
160
+ url: "https://www.youtube.com/embed/UY7r0juBF8Y",
161
+ allowFullScreen: true,
162
+ uuid: "UrtwArRETP23TP9yGgCEd6"
163
+ };
164
+ var videoContent = {
165
+ transcript: "View Transcript",
166
+ closeTranscript: "Hide Transcript",
167
+ transcriptText: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
168
+ video: video,
169
+ thumbnail: thumbnail,
170
+ setVideoProgress: function setVideoProgress() {},
171
+ variant: "variant_7"
172
+ };
173
+ var videoButtons = [{
174
+ text: "text",
175
+ video: videoContent,
176
+ setOverride: setOverride,
177
+ override: override
178
+ }, {
179
+ text: "Button",
180
+ video: videoContent,
181
+ setOverride: setOverride
182
+ }];
183
+ return /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement(_CtaWithHeader["default"], {
184
+ alignment: "center",
185
+ eyebrow: eyebrow,
186
+ headline: headline,
187
+ subhead: subhead,
188
+ content: content,
189
+ buttons: videoButtons
190
+ }));
191
+ };
192
+ exports.VideoCTA = VideoCTA;
@@ -0,0 +1,45 @@
1
+ #### CTA with Text and Header
2
+
3
+ ###### Props -
4
+
5
+ - `variant` - string that determines the CTA appearance (either light or dark)
6
+ - `alignment` - string that sets the CTA text alignment (either left or center)
7
+ - `eyebrow` - string that sets the eyebrow (small text above the headline)
8
+ - `headline` - string that sets the headline
9
+ - `subhead` - string that sets the subhead (secondary text below the headline)
10
+ - `content` - HTML DOM string containing the main CTA content text (example: "<p>This is the CTA content.</p>")
11
+ - `buttons` - object array containing information for the buttons displayed below the CTA content
12
+ - `text` - string that sets the button text
13
+ - `url` - string that sets the button url
14
+ - `textLinks` - boolean that determines if the links will be displayed as text instead of buttons
15
+ - `paddingClass` - string containing the container padding class name
16
+
17
+ ###### Example -
18
+
19
+ ```
20
+ const content = "<p>Anim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. Consectetur commodo nisi laborum voluptate. Commodo est ullamco pariatur ut nostrud pariatur. Anim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat.</p>\n<ul>\n<li>Cillum et laboris aliquip consequat. El nu consectetur commodo nisi laborum voluptate.</li>\n<li>Cillum et laboris aliquip consequat. El nu consectetur commodo nisi laborum voluptate.</li>\n</ul>"
21
+
22
+ const buttons = [
23
+ {
24
+ "text": "Button 1",
25
+ "url": "/"
26
+ },
27
+ {
28
+ "text": "Button 2",
29
+ "url": "/"
30
+ }
31
+ ]
32
+
33
+ return (
34
+ <CTA
35
+ variant="dark"
36
+ alignment="center"
37
+ eyebrow="Eyebrow option"
38
+ headline="Header title"
39
+ subhead="Subhead can go here."
40
+ content={content}
41
+ buttons={buttons}
42
+ textLinks={true}
43
+ />
44
+ );
45
+ ```
@@ -0,0 +1,235 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = exports.Variant3White = exports.Variant3TrimbleBlue = exports.Variant3Gold = exports.Variant3DarkNavy = exports.Variant3DarkGray = exports.Variant2BackgroundImage = exports.Variant2BWhite = exports.Variant2BTrimbleBlue = exports.Variant2BGold = exports.Variant2BDarkNavy = exports.Variant2BDarkGray = exports.Variant2AWhite = exports.Variant2ATrimbleBlue = exports.Variant2AGold = exports.Variant2ADarkNavy = exports.Variant2ADarkGray = exports.Variant1White = exports.Variant1TrimbleBlue = exports.Variant1Gold = exports.Variant1DarkNavy = exports.Variant1DarkGray = void 0;
8
+ var _react = _interopRequireDefault(require("react"));
9
+ var _DataPointDocumentation = _interopRequireDefault(require("./DataPointDocumentation.mdx"));
10
+ var _DataPoint = _interopRequireDefault(require("./DataPoint"));
11
+ var _default = {
12
+ component: _DataPoint["default"],
13
+ title: "MXP Components/DataPoint",
14
+ parameters: {
15
+ docs: {
16
+ page: _DataPointDocumentation["default"]
17
+ }
18
+ }
19
+ };
20
+ exports["default"] = _default;
21
+ var white = {
22
+ color: "#26292E",
23
+ backgroundColor: "#ffffff"
24
+ };
25
+ var transparent = {
26
+ color: "#ffffff",
27
+ backgroundColor: "transparent"
28
+ };
29
+ var darkGray = {
30
+ color: "#ffffff",
31
+ backgroundColor: "#252A2E"
32
+ };
33
+ var trimbleBlue = {
34
+ color: "#ffffff",
35
+ backgroundColor: "#0063A3"
36
+ };
37
+ var darkNavy = {
38
+ color: "#ffffff",
39
+ backgroundColor: "#003054"
40
+ };
41
+ var gold = {
42
+ color: "#252A2E",
43
+ backgroundColor: "#FBAD26"
44
+ };
45
+ var points = [{
46
+ header: "Header™",
47
+ description: "Anim aliquip aliqua aliqua id qui aute anim in ella",
48
+ icon: {
49
+ type: "mxp-icon-accurate-models"
50
+ }
51
+ }, {
52
+ header: "Header",
53
+ description: "Anim aliquip aliqua aliqua id qui aute anim in ella",
54
+ icon: {
55
+ type: "mxp-icon-technologies-modeling"
56
+ }
57
+ }, {
58
+ header: "Header",
59
+ description: "Anim aliquip aliqua aliqua id qui aute anim in ella",
60
+ icon: {
61
+ type: "mxp-icon-technologies-analytics"
62
+ }
63
+ }];
64
+ var Variant1White = function Variant1White() {
65
+ return /*#__PURE__*/_react["default"].createElement(_DataPoint["default"], {
66
+ points: points,
67
+ theme: white,
68
+ variant: "variant_1"
69
+ });
70
+ };
71
+ exports.Variant1White = Variant1White;
72
+ var Variant1DarkGray = function Variant1DarkGray() {
73
+ return /*#__PURE__*/_react["default"].createElement(_DataPoint["default"], {
74
+ points: points,
75
+ theme: darkGray,
76
+ variant: "variant_1"
77
+ });
78
+ };
79
+ exports.Variant1DarkGray = Variant1DarkGray;
80
+ var Variant1TrimbleBlue = function Variant1TrimbleBlue() {
81
+ return /*#__PURE__*/_react["default"].createElement(_DataPoint["default"], {
82
+ points: points,
83
+ theme: trimbleBlue,
84
+ variant: "variant_1"
85
+ });
86
+ };
87
+ exports.Variant1TrimbleBlue = Variant1TrimbleBlue;
88
+ var Variant1DarkNavy = function Variant1DarkNavy() {
89
+ return /*#__PURE__*/_react["default"].createElement(_DataPoint["default"], {
90
+ points: points,
91
+ theme: darkNavy,
92
+ variant: "variant_1"
93
+ });
94
+ };
95
+ exports.Variant1DarkNavy = Variant1DarkNavy;
96
+ var Variant1Gold = function Variant1Gold() {
97
+ return /*#__PURE__*/_react["default"].createElement(_DataPoint["default"], {
98
+ points: points,
99
+ theme: gold,
100
+ variant: "variant_1"
101
+ });
102
+ };
103
+ exports.Variant1Gold = Variant1Gold;
104
+ var Variant2AWhite = function Variant2AWhite() {
105
+ return /*#__PURE__*/_react["default"].createElement(_DataPoint["default"], {
106
+ points: points,
107
+ theme: white,
108
+ variant: "variant_2a"
109
+ });
110
+ };
111
+ exports.Variant2AWhite = Variant2AWhite;
112
+ var Variant2ADarkGray = function Variant2ADarkGray() {
113
+ return /*#__PURE__*/_react["default"].createElement(_DataPoint["default"], {
114
+ points: points,
115
+ theme: darkGray,
116
+ variant: "variant_2a"
117
+ });
118
+ };
119
+ exports.Variant2ADarkGray = Variant2ADarkGray;
120
+ var Variant2ATrimbleBlue = function Variant2ATrimbleBlue() {
121
+ return /*#__PURE__*/_react["default"].createElement(_DataPoint["default"], {
122
+ points: points,
123
+ theme: trimbleBlue,
124
+ variant: "variant_2a"
125
+ });
126
+ };
127
+ exports.Variant2ATrimbleBlue = Variant2ATrimbleBlue;
128
+ var Variant2ADarkNavy = function Variant2ADarkNavy() {
129
+ return /*#__PURE__*/_react["default"].createElement(_DataPoint["default"], {
130
+ points: points,
131
+ theme: darkNavy,
132
+ variant: "variant_2a"
133
+ });
134
+ };
135
+ exports.Variant2ADarkNavy = Variant2ADarkNavy;
136
+ var Variant2AGold = function Variant2AGold() {
137
+ return /*#__PURE__*/_react["default"].createElement(_DataPoint["default"], {
138
+ points: points,
139
+ theme: gold,
140
+ variant: "variant_2a"
141
+ });
142
+ };
143
+ exports.Variant2AGold = Variant2AGold;
144
+ var Variant2BWhite = function Variant2BWhite() {
145
+ return /*#__PURE__*/_react["default"].createElement(_DataPoint["default"], {
146
+ points: points,
147
+ theme: white,
148
+ variant: "variant_2b"
149
+ });
150
+ };
151
+ exports.Variant2BWhite = Variant2BWhite;
152
+ var Variant2BDarkGray = function Variant2BDarkGray() {
153
+ return /*#__PURE__*/_react["default"].createElement(_DataPoint["default"], {
154
+ points: points,
155
+ theme: darkGray,
156
+ variant: "variant_2b"
157
+ });
158
+ };
159
+ exports.Variant2BDarkGray = Variant2BDarkGray;
160
+ var Variant2BTrimbleBlue = function Variant2BTrimbleBlue() {
161
+ return /*#__PURE__*/_react["default"].createElement(_DataPoint["default"], {
162
+ points: points,
163
+ theme: trimbleBlue,
164
+ variant: "variant_2b"
165
+ });
166
+ };
167
+ exports.Variant2BTrimbleBlue = Variant2BTrimbleBlue;
168
+ var Variant2BDarkNavy = function Variant2BDarkNavy() {
169
+ return /*#__PURE__*/_react["default"].createElement(_DataPoint["default"], {
170
+ points: points,
171
+ theme: darkNavy,
172
+ variant: "variant_2b"
173
+ });
174
+ };
175
+ exports.Variant2BDarkNavy = Variant2BDarkNavy;
176
+ var Variant2BGold = function Variant2BGold() {
177
+ return /*#__PURE__*/_react["default"].createElement(_DataPoint["default"], {
178
+ points: points,
179
+ theme: gold,
180
+ variant: "variant_2b"
181
+ });
182
+ };
183
+ exports.Variant2BGold = Variant2BGold;
184
+ var Variant2BackgroundImage = function Variant2BackgroundImage() {
185
+ return /*#__PURE__*/_react["default"].createElement("div", {
186
+ style: {
187
+ backgroundImage: "url('https://images.ctfassets.net/citn2sn5tdjr/4NzwDSDlGECGIiokKomsyI/f78a74130fc60ae9b4fb2e0da2f405db/city.jpg')"
188
+ }
189
+ }, /*#__PURE__*/_react["default"].createElement(_DataPoint["default"], {
190
+ points: points,
191
+ theme: transparent,
192
+ variant: "variant_2b"
193
+ }));
194
+ };
195
+ exports.Variant2BackgroundImage = Variant2BackgroundImage;
196
+ var Variant3White = function Variant3White() {
197
+ return /*#__PURE__*/_react["default"].createElement(_DataPoint["default"], {
198
+ points: points,
199
+ theme: white,
200
+ variant: "variant_3"
201
+ });
202
+ };
203
+ exports.Variant3White = Variant3White;
204
+ var Variant3DarkGray = function Variant3DarkGray() {
205
+ return /*#__PURE__*/_react["default"].createElement(_DataPoint["default"], {
206
+ points: points,
207
+ theme: darkGray,
208
+ variant: "variant_3"
209
+ });
210
+ };
211
+ exports.Variant3DarkGray = Variant3DarkGray;
212
+ var Variant3TrimbleBlue = function Variant3TrimbleBlue() {
213
+ return /*#__PURE__*/_react["default"].createElement(_DataPoint["default"], {
214
+ points: points,
215
+ theme: trimbleBlue,
216
+ variant: "variant_3"
217
+ });
218
+ };
219
+ exports.Variant3TrimbleBlue = Variant3TrimbleBlue;
220
+ var Variant3DarkNavy = function Variant3DarkNavy() {
221
+ return /*#__PURE__*/_react["default"].createElement(_DataPoint["default"], {
222
+ points: points,
223
+ theme: darkNavy,
224
+ variant: "variant_3"
225
+ });
226
+ };
227
+ exports.Variant3DarkNavy = Variant3DarkNavy;
228
+ var Variant3Gold = function Variant3Gold() {
229
+ return /*#__PURE__*/_react["default"].createElement(_DataPoint["default"], {
230
+ points: points,
231
+ theme: gold,
232
+ variant: "variant_3"
233
+ });
234
+ };
235
+ exports.Variant3Gold = Variant3Gold;
@@ -0,0 +1,40 @@
1
+ #### DataPoint
2
+
3
+ ###### Props -
4
+
5
+ - `points` - array of objects, each with `header`, `description`, and `icon`.
6
+ - _Please Note_ - points will render as a group of 3 or only one.
7
+ - `theme` - object with `backgroundColor` and `color` as strings to represent hex value for background color.
8
+ - `variant` - string to render type of variant. options are "variant_1". "variant_2a", "variant_2b", and "variant_3"
9
+ - `paddingClass` - string to generate a custom class to pass into the outermost div of the component.
10
+
11
+ ###### Example -
12
+
13
+ ```
14
+ const white = {
15
+ color: "#26292E",
16
+ backgroundColor: "#ffffff",
17
+ };
18
+
19
+ const points = [
20
+ {
21
+ header: "Header",
22
+ description: "Anim aliquip aliqua aliqua id qui aute anim in ella",
23
+ icon: { type: "enclosed-check-dark-48px" },
24
+ },
25
+ {
26
+ header: "Header",
27
+ description: "Anim aliquip aliqua aliqua id qui aute anim in ella",
28
+ icon: { type: "enclosed-check-dark-48px" },
29
+ },
30
+ {
31
+ header: "Header",
32
+ description: "Anim aliquip aliqua aliqua id qui aute anim in ella",
33
+ icon: { type: "enclosed-check-dark-48px" },
34
+ },
35
+ ];
36
+
37
+ return (
38
+ <DataPoint points={points} theme={white} variant="variant_1" />
39
+ );
40
+ ```