luna-one 3.1.593 → 3.1.594

Sign up to get free protection for your applications and to get access to all the features.
Files changed (526) hide show
  1. package/README.md +2315 -2315
  2. package/dist/global-styles/content/typography.scss +140 -140
  3. package/dist/global-styles/fonts/benton.scss +113 -113
  4. package/dist/global-styles/global-terra.scss +10 -10
  5. package/dist/global-styles/global-vars.scss +599 -599
  6. package/dist/global-styles/layout/_css-grid.scss +20 -20
  7. package/dist/global-styles/layout/_media-queries.scss +35 -35
  8. package/dist/global-styles/layout/_normalize.scss +340 -340
  9. package/dist/global-styles/layout/_reset.scss +13 -13
  10. package/dist/global-styles/mixins/_box-shadow.scss +6 -6
  11. package/dist/global-styles/mixins/_mixins.scss +5 -5
  12. package/dist/global-styles/mixins/_organism-padding-hack.scss +7 -7
  13. package/dist/global-styles/mixins/_typography.scss +102 -102
  14. package/dist/global-styles/mixins/_yiq.scss +50 -50
  15. package/dist/global-styles/mixins/_z-index.scss +3 -3
  16. package/dist/global-styles/terra.scss +15 -15
  17. package/dist/global-styles/utilities/_box-shadow.scss +8 -8
  18. package/dist/global-styles/utilities/_display.scss +48 -48
  19. package/dist/global-styles/utilities/_font-family.scss +15 -15
  20. package/dist/global-styles/utilities/_parallax.scss +23 -23
  21. package/dist/global-styles/utilities/_text-align.scss +24 -24
  22. package/dist/index.js +15 -294
  23. package/dist/luna/components/2x2/2x2.scss +915 -915
  24. package/dist/luna/components/2x2/2x2.stories.js +456 -0
  25. package/dist/luna/components/2x2/2x2Documentation.mdx +77 -0
  26. package/dist/luna/{featurettes → components}/Accordion/Accordion.scss +154 -154
  27. package/dist/luna/components/Accordion/Accordion.stories.js +100 -0
  28. package/dist/luna/components/Accordion/AccordionDocumentation.mdx +46 -0
  29. package/dist/luna/components/AdminCategoryData/AdminCategoryData.scss +81 -81
  30. package/dist/luna/components/AdminCategoryData/AdminCategoryData.stories.js +43 -0
  31. package/dist/luna/components/AdminProductData/AdminProductData.scss +75 -75
  32. package/dist/luna/components/AdminProductData/AdminProductData.stories.js +44 -0
  33. package/dist/luna/components/BlockListItems/BlockListItem.stories.js +2381 -0
  34. package/dist/luna/components/BlockListItems/BlockListItems.scss +285 -285
  35. package/dist/luna/components/BlockListItems/BlockListItemsDocumentation.mdx +339 -0
  36. package/dist/luna/components/BrowserSupportBanner/BrowserSupportBanner.scss +6 -6
  37. package/dist/luna/components/BrowserSupportBanner/BrowserSupportBrowser.stories.js +19 -0
  38. package/dist/luna/components/CTAButtons/CTAButtons.scss +19 -19
  39. package/dist/luna/components/CTAButtons/CTAButtons.stories.js +142 -0
  40. package/dist/luna/components/CTAButtons/CTAButtonsDocumentation.mdx +33 -0
  41. package/dist/luna/{other-organisms → components}/Carousel/Carousel.scss +155 -155
  42. package/dist/luna/components/Carousel/Carousel.stories.js +257 -0
  43. package/dist/luna/components/Carousel/CarouselDocumentation.mdx +161 -0
  44. package/dist/luna/components/ComparisonTable/ComparisonTable.scss +331 -331
  45. package/dist/luna/components/ComparisonTable/ComparisonTable.stories.js +608 -0
  46. package/dist/luna/components/ComparisonTable/ComparisonTableDocumentation.mdx +159 -0
  47. package/dist/luna/components/CtaWithHeader/CTAHeaderText.stories.js +192 -0
  48. package/dist/luna/components/CtaWithHeader/CTAHeaderTextDocumentation.mdx +45 -0
  49. package/dist/luna/components/CtaWithHeader/CtaWithHeader.scss +324 -324
  50. package/dist/luna/components/DataPoint/DataPoint.scss +170 -170
  51. package/dist/luna/components/DataPoint/DataPoint.stories.js +235 -0
  52. package/dist/luna/components/DataPoint/DataPointDocumentation.mdx +40 -0
  53. package/dist/luna/components/EventCard/EventCard.scss +134 -134
  54. package/dist/luna/components/EventCard/EventCard.stories.js +56 -0
  55. package/dist/luna/components/EventCard/EventCardDocumentation.mdx +46 -0
  56. package/dist/luna/{heroes → components}/FilterHero/FilterHero.scss +80 -80
  57. package/dist/luna/components/FilterHero/FilterHero.stories.js +129 -0
  58. package/dist/luna/components/FilterSection/FilterSection.scss +175 -175
  59. package/dist/luna/components/FilterSection/FilterSection.stories.js +174 -0
  60. package/dist/luna/{other-organisms → components}/Flyout/Flyout.scss +367 -367
  61. package/dist/luna/components/Flyout/Flyout.stories.js +216 -0
  62. package/dist/luna/components/Flyout/FlyoutDocumentation.mdx +60 -0
  63. package/dist/luna/{other-organisms → components}/Footer/Footer.scss +484 -484
  64. package/dist/luna/components/Footer/Footer.stories.js +418 -0
  65. package/dist/luna/components/Footer/FooterDocumentation.mdx +133 -0
  66. package/dist/{application → luna}/components/FooterHandler/FooterHandler.js +1 -1
  67. package/dist/luna/{heroes → components}/FullBackgroundHero/FullBackgroundHero.scss +722 -722
  68. package/dist/luna/components/FullBackgroundHero/FullBackgroundHero.stories.js +574 -0
  69. package/dist/luna/components/FullBackgroundHero/FullBackgroundHeroDocumentation.mdx +94 -0
  70. package/dist/luna/components/HTMLEmbed/HTMLEmbed.scss +51 -51
  71. package/dist/luna/components/HTMLEmbed/HTMLEmbed.stories.js +136 -0
  72. package/dist/luna/components/HTMLEmbed/HTMLEmbedDocumentation.mdx +31 -0
  73. package/dist/luna/components/Header/Header.scss +36 -36
  74. package/dist/luna/components/Header/Header.stories.js +75 -0
  75. package/dist/luna/components/Header/HeaderDocumentation.mdx +24 -0
  76. package/dist/luna/{featurettes → components}/IconTextList/IconTextList.scss +124 -124
  77. package/dist/luna/components/IconTextList/IconTextList.stories.js +100 -0
  78. package/dist/luna/components/IconTextList/IconTextListDocumentation.mdx +46 -0
  79. package/dist/luna/components/ImageGallery/ImageGallery.scss +442 -442
  80. package/dist/luna/components/ImageGallery/ImageGallery.stories.js +194 -0
  81. package/dist/luna/components/ImageGallery/ImageGalleryDocumentation.mdx +90 -0
  82. package/dist/luna/components/InPageJumpNav/InPageJumpNav.scss +122 -122
  83. package/dist/luna/components/InPageJumpNav/InPageJumpNav.stories.js +104 -0
  84. package/dist/luna/components/InPageJumpNav/InPageJumpNavDocumentation.mdx +23 -0
  85. package/dist/luna/components/JobPosting/JobPosting.scss +171 -171
  86. package/dist/luna/components/JobPosting/JobPosting.stories.js +76 -0
  87. package/dist/luna/components/JobPosting/JobPostingDocumentation.mdx +69 -0
  88. package/dist/luna/{other-organisms → components}/LanguageSelector/LanguageSelector.js +1 -1
  89. package/dist/luna/{other-organisms → components}/LanguageSelector/LanguageSelector.scss +318 -318
  90. package/dist/luna/components/LanguageSelector/LanguageSelector.stories.js +128 -0
  91. package/dist/luna/components/LanguageSelector/LanguageSelectorDocumentation.mdx +120 -0
  92. package/dist/luna/components/LinkList/LinkList.scss +59 -59
  93. package/dist/luna/components/LinkList/LinkList.stories.js +170 -0
  94. package/dist/luna/components/LinkList/LinkListDocumentation.mdx +54 -0
  95. package/dist/luna/components/LoadingSpinner/LoadingSpinner.scss +34 -34
  96. package/dist/luna/components/LoadingSpinner/LoadingSpinner.stories.js +53 -0
  97. package/dist/luna/components/Login/Login.scss +180 -180
  98. package/dist/luna/components/Login/Login.stories.js +86 -0
  99. package/dist/luna/{other-organisms → components}/MarketoForm/MarketoForm.scss +56 -56
  100. package/dist/luna/components/MarketoForm/MarketoForm.stories.js +65 -0
  101. package/dist/luna/components/MarketoForm/MarketoFormDocumentation.mdx +1 -0
  102. package/dist/luna/components/MegaMenu/MegaMenu.js +1 -1
  103. package/dist/luna/components/MegaMenu/MegaMenu.scss +570 -570
  104. package/dist/luna/components/MegaMenu/menu-generators/FullSubMenu.js +1 -1
  105. package/dist/luna/components/MegaMenu/menu-generators/PartialSubMenu.js +1 -1
  106. package/dist/luna/components/MegaMenu/menu-generators/SubMenu.js +1 -1
  107. package/dist/luna/components/MegaMenu/menu-generators/TertiaryMenu.js +1 -1
  108. package/dist/luna/components/MegaMenu/menu-generators/UncollapsedLinks.js +1 -1
  109. package/dist/luna/components/MobileLogin/MobileLogin.scss +38 -38
  110. package/dist/luna/components/MobileMegaMenu/MobileMegaMenu.scss +289 -289
  111. package/dist/luna/components/MobileMenu/MobileMenu.scss +70 -70
  112. package/dist/luna/components/MobileNav/MobileNav.js +2 -2
  113. package/dist/luna/components/MobileNav/MobileNav.scss +286 -286
  114. package/dist/luna/{other-organisms → components}/NavBar/NavBar.scss +628 -628
  115. package/dist/luna/components/NavBar/NavigationBar.stories.js +2297 -0
  116. package/dist/luna/components/NavBar/NavigationBarDocumentation.mdx +245 -0
  117. package/dist/{application → luna}/components/NavBarHandler/NavBarHandler.js +1 -1
  118. package/dist/luna/components/NavBarTop/NavBarTop.js +2 -2
  119. package/dist/luna/components/NavBarTop/NavBarTop.scss +403 -403
  120. package/dist/luna/components/NavSearch/NavSearch.js +1 -1
  121. package/dist/luna/components/NavSearch/NavSearch.scss +130 -130
  122. package/dist/luna/components/NonTimeBasedListEntries/NonTimeBasedListEntries.scss +339 -339
  123. package/dist/luna/components/NonTimeBasedListEntries/NonTimeBasedListEntries.stories.js +118 -0
  124. package/dist/luna/components/NonTimeBasedListEntries/NonTimeBasedListEntriesDocumentation.mdx +89 -0
  125. package/dist/luna/components/NonTimeBasedListEntries/NonTimeBasedListEntriesMethods.js +1 -1
  126. package/dist/luna/components/OverlayNotice/OverlayNotice.scss +247 -247
  127. package/dist/luna/components/OverlayNotice/OverlayNotice.stories.js +96 -0
  128. package/dist/luna/components/OverlayNotice/OverlayNoticeDocumentation.mdx +45 -0
  129. package/dist/luna/components/Pagination/Pagination.scss +27 -27
  130. package/dist/luna/components/ProductSummary/ProductSummary.scss +273 -273
  131. package/dist/luna/components/ProductSummary/ProductSummary.stories.js +163 -0
  132. package/dist/luna/{featurettes → components}/ProductsPackage/ProductsPackage.scss +194 -194
  133. package/dist/luna/components/ProductsPackage/ProductsPackage.stories.js +384 -0
  134. package/dist/luna/components/ProseLayout/ProseLayout.scss +384 -384
  135. package/dist/luna/components/ProseLayout/ProseLayout.stories.js +187 -0
  136. package/dist/luna/components/ProseLayout/ProseLayoutDocumentation.mdx +93 -0
  137. package/dist/luna/{featurettes → components}/PullQuote/PullQuote.scss +400 -400
  138. package/dist/luna/components/PullQuote/PullQuote.stories.js +556 -0
  139. package/dist/luna/components/PullQuote/PullQuoteDocumentation.mdx +60 -0
  140. package/dist/luna/{featurettes → components}/PullQuote/ico-quote-white.svg +3 -3
  141. package/dist/luna/{featurettes → components}/PullQuote/ico-quote.svg +3 -3
  142. package/dist/luna/components/RegionCard/RegionCard.scss +86 -86
  143. package/dist/luna/components/ResourceGrid/ResourceGrid.scss +34 -34
  144. package/dist/luna/components/ResourceGrid/ResourceGrid.stories.js +765 -0
  145. package/dist/luna/components/ResourceGrid/ResourceGridDocumentation.mdx +102 -0
  146. package/dist/luna/components/ScrollInPlace/ScrollInPlace.scss +219 -219
  147. package/dist/luna/components/ScrollInPlace/ScrollInPlace.stories.js +171 -0
  148. package/dist/luna/components/ScrollInPlace/ScrollInPlaceDocumentation.mdx +123 -0
  149. package/dist/luna/components/SketchUpPricingCard/SketchUpPricingCard.scss +142 -142
  150. package/dist/luna/components/SketchUpPricingCard/SketchUpPricingCard.stories.js +91 -0
  151. package/dist/luna/components/SlideOutFeat/SlideOutFeat.scss +124 -124
  152. package/dist/luna/components/SlideOutFeat/SlideOutFeat.stories.js +32 -0
  153. package/dist/luna/components/StoreFrontCard/StoreFrontCard.scss +434 -434
  154. package/dist/luna/components/StoreFrontCard/StoreFrontCard.stories.js +46 -0
  155. package/dist/luna/{other-organisms → components}/SubNav/SiblingsMenu.js +3 -3
  156. package/dist/luna/{other-organisms → components}/SubNav/SubNav.js +2 -2
  157. package/dist/luna/{other-organisms → components}/SubNav/SubNav.scss +274 -274
  158. package/dist/luna/{heroes → components}/SuperHero/SuperHero.scss +804 -804
  159. package/dist/luna/components/SuperHero/SuperHero.stories.js +806 -0
  160. package/dist/luna/components/SuperHero/SuperHeroDocumentation.mdx +57 -0
  161. package/dist/luna/components/SupportCard/SupportCard.scss +134 -134
  162. package/dist/luna/components/SupportCard/SupportCard.stories.js +76 -0
  163. package/dist/luna/components/Tabs/Tabs.scss +871 -871
  164. package/dist/luna/components/Tabs/Tabs.stories.js +585 -0
  165. package/dist/luna/components/Tabs/TabsDocumentation.mdx +94 -0
  166. package/dist/luna/components/TimeBasedList/TimeBasedList.scss +394 -394
  167. package/dist/luna/components/TimeBasedList/TimeBasedList.stories.js +297 -0
  168. package/dist/luna/components/TimeBasedList/TimeBasedListDocumentation.mdx +123 -0
  169. package/dist/luna/components/TrainerCard/TrainerCard.scss +51 -51
  170. package/dist/luna/components/TrainerCard/TrainerCard.stories.js +39 -0
  171. package/dist/luna/components/TrialForm/TrialComponents/TrialSpecifics.scss +44 -44
  172. package/dist/luna/components/TrialForm/TrialComponents/TrialSummary.scss +57 -57
  173. package/dist/luna/components/TrialForm/TrialFormStart/TrialFormStart.scss +28 -28
  174. package/dist/luna/components/TrialForm/TrialFormStart/TrialFormStart.stories.js +69 -0
  175. package/dist/luna/components/TrialForm/images/check.svg +3 -3
  176. package/dist/luna/components/TrialForm/images/form-border-bottom-dark.svg +4 -4
  177. package/dist/luna/components/TrialForm/images/form-border-bottom-light.svg +4 -4
  178. package/dist/luna/components/TrialForm/images/form-border-top-dark.svg +4 -4
  179. package/dist/luna/components/TrialForm/images/form-border-top-light.svg +4 -4
  180. package/dist/luna/components/UnboundedCard/UnboundedCard.scss +108 -108
  181. package/dist/luna/components/UnboundedCard/playIcon.svg +17 -17
  182. package/dist/luna/components/VariableContentCard/VariableContentCard.scss +253 -253
  183. package/dist/luna/components/Video/Video.scss +209 -209
  184. package/dist/luna/components/Video/Video.stories.js +135 -0
  185. package/dist/luna/components/Video/VideoDocumentation.mdx +56 -0
  186. package/dist/luna/components/VidyardModal/VidyardModal.scss +34 -34
  187. package/dist/luna/components/WaffleMenu/WaffleMenu.js +1 -1
  188. package/dist/luna/components/WaffleMenu/WaffleMenu.scss +73 -73
  189. package/dist/luna/images/arrow-diagonal-black.svg +13 -13
  190. package/dist/luna/images/arrow-diagonal-blue.svg +13 -13
  191. package/dist/luna/images/arrow-diagonal-white.svg +13 -13
  192. package/dist/luna/images/bulletpoint.svg +3 -3
  193. package/dist/luna/images/callout-icon.svg +3 -3
  194. package/dist/{application/assets → luna}/images/carat-down.svg +3 -3
  195. package/dist/{application/assets → luna}/images/carat-up.svg +3 -3
  196. package/dist/luna/images/check-blue.svg +4 -4
  197. package/dist/luna/images/circle-arrow-right-black.svg +3 -3
  198. package/dist/luna/images/circle-arrow-right-white.svg +3 -3
  199. package/dist/luna/images/circle-arrow.svg +3 -3
  200. package/dist/{application/assets → luna}/images/close-blue.svg +4 -4
  201. package/dist/luna/images/close-button.svg +42 -42
  202. package/dist/luna/images/close-dark-navy.svg +3 -3
  203. package/dist/luna/images/close-icon.svg +3 -3
  204. package/dist/{application/assets → luna}/images/close.svg +3 -3
  205. package/dist/luna/images/collapse-close-blue.svg +5 -5
  206. package/dist/luna/images/collapse-close-gold.svg +5 -5
  207. package/dist/luna/images/collapse-open-blue.svg +4 -4
  208. package/dist/luna/images/collapse-open-gold.svg +4 -4
  209. package/dist/luna/images/cross-medium-blue.svg +4 -4
  210. package/dist/luna/images/cross-medium-white.svg +5 -5
  211. package/dist/luna/images/down-caret-dark-blue.svg +4 -4
  212. package/dist/luna/images/down-caret-dark-gray.svg +4 -4
  213. package/dist/luna/images/down-caret-light-gray.svg +4 -4
  214. package/dist/luna/images/downArrow.svg +36 -36
  215. package/dist/{application/assets → luna}/images/ellipses.svg +6 -6
  216. package/dist/luna/images/external-arrow-blue.svg +11 -11
  217. package/dist/luna/images/external-arrow-white-theme.svg +12 -12
  218. package/dist/luna/images/external-arrow.svg +12 -12
  219. package/dist/{application/assets → luna}/images/facebook.svg +13 -13
  220. package/dist/luna/images/form-border-top-light.svg +4 -4
  221. package/dist/luna/images/frame-intersection.svg +3 -3
  222. package/dist/luna/images/gallery-image-corner-border.svg +3 -3
  223. package/dist/luna/images/green-tick.svg +3 -3
  224. package/dist/{application/assets → luna}/images/instagram.svg +19 -19
  225. package/dist/luna/images/internal-arrow-blue.svg +15 -15
  226. package/dist/luna/images/internal-arrow-white-theme.svg +15 -15
  227. package/dist/luna/images/internal-arrow.svg +15 -15
  228. package/dist/{application/assets → luna}/images/linkedin.svg +15 -15
  229. package/dist/luna/images/logo-icon.svg +17 -17
  230. package/dist/luna/images/pdf-doc.svg +9 -9
  231. package/dist/luna/images/play.svg +17 -17
  232. package/dist/luna/images/right-caret-dark-blue.svg +3 -3
  233. package/dist/luna/images/right-caret-light-gray.svg +4 -4
  234. package/dist/luna/images/right-caret-light-yellow-stroke.svg +9 -9
  235. package/dist/luna/images/right-caret-light-yellow.svg +4 -4
  236. package/dist/luna/images/right-caret-medium-gray.svg +4 -4
  237. package/dist/luna/images/search.svg +9 -9
  238. package/dist/luna/images/skipicon.svg +154 -154
  239. package/dist/luna/images/text-doc.svg +9 -9
  240. package/dist/luna/images/text-lines.svg +22 -22
  241. package/dist/luna/images/tooltip-close-icon.svg +3 -3
  242. package/dist/luna/images/tooltip-icon.svg +3 -3
  243. package/dist/{application/assets → luna}/images/twitter.svg +17 -17
  244. package/dist/luna/images/up-arrow.svg +36 -36
  245. package/dist/luna/images/up-right-arrow.svg +9 -9
  246. package/dist/luna/images/user-profile.svg +37 -37
  247. package/dist/luna/images/user.svg +4 -4
  248. package/dist/luna/images/waffle.svg +11 -11
  249. package/dist/luna/images/worldwide.svg +19 -19
  250. package/dist/{application/assets → luna}/images/youtube.svg +14 -14
  251. package/package.json +91 -91
  252. package/dist/application/components/HelmetHandler/HelmetHandler.js +0 -40
  253. package/dist/application/components/Loading/Loading.js +0 -22
  254. package/dist/application/components/Loading/Loading.scss +0 -10
  255. package/dist/application/components/Stack/Stack.js +0 -413
  256. package/dist/application/hooks/tests/useErrorPageData.test.js +0 -74
  257. package/dist/application/hooks/tests/useFetch.test.js +0 -70
  258. package/dist/application/hooks/tests/useFooterData.test.js +0 -106
  259. package/dist/application/hooks/tests/useFooterResponse.test.js +0 -70
  260. package/dist/application/hooks/tests/useFooterURL.test.js +0 -46
  261. package/dist/application/hooks/tests/useInnerPageNav.test.js +0 -36
  262. package/dist/application/hooks/tests/useLanguage.test.js +0 -57
  263. package/dist/application/hooks/tests/useLanguages.test.js +0 -133
  264. package/dist/application/hooks/tests/useMetadata.test.js +0 -33
  265. package/dist/application/hooks/tests/useNavResponse.test.js +0 -136
  266. package/dist/application/hooks/tests/useNavURL.test.js +0 -49
  267. package/dist/application/hooks/tests/usePageFetch.test.js +0 -203
  268. package/dist/application/hooks/tests/useRegions.test.js +0 -234
  269. package/dist/application/hooks/tests/useRoutes.test.js +0 -116
  270. package/dist/application/hooks/tests/useSiteData.test.js +0 -86
  271. package/dist/application/hooks/useErrorPageData.js +0 -59
  272. package/dist/application/hooks/useFetch.js +0 -67
  273. package/dist/application/hooks/useFooterData.js +0 -45
  274. package/dist/application/hooks/useFooterResponse.js +0 -56
  275. package/dist/application/hooks/useFooterURL.js +0 -32
  276. package/dist/application/hooks/useLanguage.js +0 -44
  277. package/dist/application/hooks/useLanguages.js +0 -66
  278. package/dist/application/hooks/useMetadata.js +0 -23
  279. package/dist/application/hooks/useNavData.js +0 -45
  280. package/dist/application/hooks/useNavResponse.js +0 -59
  281. package/dist/application/hooks/useNavURL.js +0 -41
  282. package/dist/application/hooks/usePageFetch.js +0 -109
  283. package/dist/application/hooks/useRegions.js +0 -149
  284. package/dist/application/hooks/useRoutes.js +0 -59
  285. package/dist/application/hooks/useScrollTo.js +0 -60
  286. package/dist/application/hooks/useSiteData.js +0 -58
  287. package/dist/application/methods/__mocks__/formatFooterDataMethods.js +0 -54
  288. package/dist/application/methods/formatContentSections.js +0 -130
  289. package/dist/application/methods/formatFooterDataMethods.js +0 -82
  290. package/dist/application/methods/formatMenuSiteData.js +0 -45
  291. package/dist/application/methods/formatMenus.js +0 -120
  292. package/dist/application/methods/locationRedirect.js +0 -16
  293. package/dist/application/methods/organismFormat/__mocks__/formatAnchors.js +0 -11
  294. package/dist/application/methods/organismFormat/__mocks__/formatCTAs.js +0 -10
  295. package/dist/application/methods/organismFormat/__mocks__/formatTheme.js +0 -15
  296. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatFive.js +0 -12
  297. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatFour.js +0 -12
  298. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatOne.js +0 -12
  299. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatSeven.js +0 -12
  300. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatThree.js +0 -12
  301. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatTwoA.js +0 -12
  302. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatTwoB.js +0 -12
  303. package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatTwoBIcons.js +0 -14
  304. package/dist/application/methods/organismFormat/feats/__mocks__/formatPullQuote.js +0 -12
  305. package/dist/application/methods/organismFormat/feats/formatFeatFive.js +0 -39
  306. package/dist/application/methods/organismFormat/feats/formatFeatFour.js +0 -36
  307. package/dist/application/methods/organismFormat/feats/formatFeatOne.js +0 -52
  308. package/dist/application/methods/organismFormat/feats/formatFeatSeven.js +0 -193
  309. package/dist/application/methods/organismFormat/feats/formatFeatThree.js +0 -41
  310. package/dist/application/methods/organismFormat/feats/formatFeatTwoA.js +0 -37
  311. package/dist/application/methods/organismFormat/feats/formatFeatTwoAFolds.js +0 -27
  312. package/dist/application/methods/organismFormat/feats/formatFeatTwoB.js +0 -40
  313. package/dist/application/methods/organismFormat/feats/formatFeatTwoBIcons.js +0 -20
  314. package/dist/application/methods/organismFormat/feats/formatPullQuote.js +0 -49
  315. package/dist/application/methods/organismFormat/feats/tests/formatFeatFive.test.js +0 -173
  316. package/dist/application/methods/organismFormat/feats/tests/formatFeatFour.test.js +0 -140
  317. package/dist/application/methods/organismFormat/feats/tests/formatFeatOne.test.js +0 -204
  318. package/dist/application/methods/organismFormat/feats/tests/formatFeatSeven.test.js +0 -680
  319. package/dist/application/methods/organismFormat/feats/tests/formatFeatThree.test.js +0 -142
  320. package/dist/application/methods/organismFormat/feats/tests/formatFeatTwoA.test.js +0 -342
  321. package/dist/application/methods/organismFormat/feats/tests/formatFeatTwoAFolds.test.js +0 -99
  322. package/dist/application/methods/organismFormat/feats/tests/formatFeatTwoB.test.js +0 -293
  323. package/dist/application/methods/organismFormat/feats/tests/formatFeatTwoBIcons.test.js +0 -78
  324. package/dist/application/methods/organismFormat/feats/tests/formatPullQuote.test.js +0 -178
  325. package/dist/application/methods/organismFormat/formatAnchors.js +0 -16
  326. package/dist/application/methods/organismFormat/formatCTAs.js +0 -34
  327. package/dist/application/methods/organismFormat/formatTheme.js +0 -29
  328. package/dist/application/methods/organismFormat/heroes/__mocks__/formatHeroFour.js +0 -12
  329. package/dist/application/methods/organismFormat/heroes/__mocks__/formatHeroOne.js +0 -12
  330. package/dist/application/methods/organismFormat/heroes/__mocks__/formatHeroSix.js +0 -12
  331. package/dist/application/methods/organismFormat/heroes/__mocks__/formatHeroThree.js +0 -12
  332. package/dist/application/methods/organismFormat/heroes/__mocks__/formatHeroTwo.js +0 -12
  333. package/dist/application/methods/organismFormat/heroes/formatHeroFour.js +0 -39
  334. package/dist/application/methods/organismFormat/heroes/formatHeroOne.js +0 -56
  335. package/dist/application/methods/organismFormat/heroes/formatHeroSeven.js +0 -56
  336. package/dist/application/methods/organismFormat/heroes/formatHeroSix.js +0 -51
  337. package/dist/application/methods/organismFormat/heroes/formatHeroThree.js +0 -58
  338. package/dist/application/methods/organismFormat/heroes/formatHeroTwo.js +0 -42
  339. package/dist/application/methods/organismFormat/heroes/tests/formatHeroFour.test.js +0 -245
  340. package/dist/application/methods/organismFormat/heroes/tests/formatHeroOne.test.js +0 -165
  341. package/dist/application/methods/organismFormat/heroes/tests/formatHeroSeven.test.js +0 -198
  342. package/dist/application/methods/organismFormat/heroes/tests/formatHeroSix.test.js +0 -196
  343. package/dist/application/methods/organismFormat/heroes/tests/formatHeroThree.test.js +0 -185
  344. package/dist/application/methods/organismFormat/heroes/tests/formatHeroTwo.test.js +0 -205
  345. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatFive.js +0 -12
  346. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatFour.js +0 -12
  347. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatFourCards.js +0 -10
  348. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatOne.js +0 -12
  349. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatOneCards.js +0 -17
  350. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatOneV2Cards.js +0 -27
  351. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatSeven.js +0 -12
  352. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatSevenCards.js +0 -10
  353. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatSix.js +0 -12
  354. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatSixCards.js +0 -10
  355. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatThree.js +0 -12
  356. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatThreeCards.js +0 -10
  357. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatThreeV2Cards.js +0 -32
  358. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatTopSection.js +0 -23
  359. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatTwo.js +0 -12
  360. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatTwoCards.js +0 -10
  361. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatTwoV2Cards.js +0 -34
  362. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatType.js +0 -10
  363. package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatV2.js +0 -33
  364. package/dist/application/methods/organismFormat/listFeats/formatListFeatFive.js +0 -53
  365. package/dist/application/methods/organismFormat/listFeats/formatListFeatFiveItemsV2.js +0 -32
  366. package/dist/application/methods/organismFormat/listFeats/formatListFeatFiveV2.js +0 -39
  367. package/dist/application/methods/organismFormat/listFeats/formatListFeatFour.js +0 -35
  368. package/dist/application/methods/organismFormat/listFeats/formatListFeatFourCards.js +0 -24
  369. package/dist/application/methods/organismFormat/listFeats/formatListFeatFourDumplingsV2.js +0 -36
  370. package/dist/application/methods/organismFormat/listFeats/formatListFeatFourV2.js +0 -38
  371. package/dist/application/methods/organismFormat/listFeats/formatListFeatOne.js +0 -46
  372. package/dist/application/methods/organismFormat/listFeats/formatListFeatOneCards.js +0 -36
  373. package/dist/application/methods/organismFormat/listFeats/formatListFeatOneV2.js +0 -41
  374. package/dist/application/methods/organismFormat/listFeats/formatListFeatOneV2Cards.js +0 -64
  375. package/dist/application/methods/organismFormat/listFeats/formatListFeatSeven.js +0 -37
  376. package/dist/application/methods/organismFormat/listFeats/formatListFeatSevenCards.js +0 -46
  377. package/dist/application/methods/organismFormat/listFeats/formatListFeatSevenCardsV2.js +0 -48
  378. package/dist/application/methods/organismFormat/listFeats/formatListFeatSevenV2.js +0 -39
  379. package/dist/application/methods/organismFormat/listFeats/formatListFeatSix.js +0 -36
  380. package/dist/application/methods/organismFormat/listFeats/formatListFeatSixCards.js +0 -15
  381. package/dist/application/methods/organismFormat/listFeats/formatListFeatSixCardsV2.js +0 -16
  382. package/dist/application/methods/organismFormat/listFeats/formatListFeatSixV2.js +0 -38
  383. package/dist/application/methods/organismFormat/listFeats/formatListFeatThree.js +0 -40
  384. package/dist/application/methods/organismFormat/listFeats/formatListFeatThreeCards.js +0 -48
  385. package/dist/application/methods/organismFormat/listFeats/formatListFeatThreeV2.js +0 -40
  386. package/dist/application/methods/organismFormat/listFeats/formatListFeatThreeV2Cards.js +0 -39
  387. package/dist/application/methods/organismFormat/listFeats/formatListFeatTopSection.js +0 -33
  388. package/dist/application/methods/organismFormat/listFeats/formatListFeatTwo.js +0 -36
  389. package/dist/application/methods/organismFormat/listFeats/formatListFeatTwoCards.js +0 -34
  390. package/dist/application/methods/organismFormat/listFeats/formatListFeatTwoV2.js +0 -40
  391. package/dist/application/methods/organismFormat/listFeats/formatListFeatTwoV2Cards.js +0 -46
  392. package/dist/application/methods/organismFormat/listFeats/formatListFeatType.js +0 -27
  393. package/dist/application/methods/organismFormat/listFeats/formatListFeatV2.js +0 -21
  394. package/dist/application/methods/organismFormat/listFeats/tests/formatFeatSevenV2.test.js +0 -463
  395. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatFive.test.js +0 -89
  396. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatFiveV2.test.js +0 -238
  397. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatFour.test.js +0 -75
  398. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatFourCards.test.js +0 -65
  399. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatFourV2.test.js +0 -358
  400. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatOne.test.js +0 -98
  401. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatOneCards.test.js +0 -67
  402. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatOneV2.test.js +0 -191
  403. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatOneV2Cards.test.js +0 -87
  404. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatSeven.test.js +0 -120
  405. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatSevenCards.test.js +0 -111
  406. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatSix.test.js +0 -67
  407. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatSixCards.test.js +0 -25
  408. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatSixV2.test.js +0 -242
  409. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatThree.test.js +0 -96
  410. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatThreeCards.test.js +0 -94
  411. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatThreeV2.test.js +0 -242
  412. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatThreeV2Cards.test.js +0 -96
  413. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatTopSection.test.js +0 -63
  414. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatTwo.test.js +0 -86
  415. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatTwoCards.test.js +0 -81
  416. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatTwoV2.test.js +0 -299
  417. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatTwoV2Cards.test.js +0 -159
  418. package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatV2.test.js +0 -69
  419. package/dist/application/methods/organismFormat/listFeats/tests/mockData/listFeatOneV2MockData.js +0 -125
  420. package/dist/application/methods/organismFormat/tests/formatAnchors.test.js +0 -20
  421. package/dist/application/methods/organismFormat/tests/formatCTAs.test.js +0 -109
  422. package/dist/application/methods/organismFormat/tests/formatTheme.test.js +0 -54
  423. package/dist/application/methods/tests/formatContentSections.test.js +0 -237
  424. package/dist/application/methods/tests/formatFooterDataMethods.test.js +0 -138
  425. package/dist/luna/components/MiniFeatDropdown/MiniFeatDropdown.js +0 -78
  426. package/dist/luna/components/MiniFeatDropdown/MiniFeatDropdown.scss +0 -107
  427. package/dist/luna/featurettes/CustomFeat/CustomFeat.js +0 -157
  428. package/dist/luna/featurettes/CustomFeat/CustomFeat.scss +0 -18
  429. package/dist/luna/featurettes/Feat1/Feat1.js +0 -122
  430. package/dist/luna/featurettes/Feat1/Feat1.scss +0 -110
  431. package/dist/luna/featurettes/Feat1/feat1Methods.js +0 -18
  432. package/dist/luna/featurettes/Feat1/feat1Methods.test.js +0 -21
  433. package/dist/luna/featurettes/Feat2A/Feat2A.js +0 -101
  434. package/dist/luna/featurettes/Feat2A/Feat2A.scss +0 -132
  435. package/dist/luna/featurettes/Feat2B/Feat2B.js +0 -131
  436. package/dist/luna/featurettes/Feat2B/Feat2B.scss +0 -231
  437. package/dist/luna/featurettes/Feat2B/Feat2BMethods.js +0 -75
  438. package/dist/luna/featurettes/Feat2B/Feat2BMethods.test.js +0 -38
  439. package/dist/luna/featurettes/Feat3/Feat3.js +0 -89
  440. package/dist/luna/featurettes/Feat3/Feat3.scss +0 -49
  441. package/dist/luna/featurettes/Feat4/Feat4.js +0 -95
  442. package/dist/luna/featurettes/Feat4/Feat4.scss +0 -86
  443. package/dist/luna/featurettes/Feat5/Feat5.js +0 -194
  444. package/dist/luna/featurettes/Feat5/Feat5.scss +0 -235
  445. package/dist/luna/featurettes/Feat5/Feat5Methods.js +0 -19
  446. package/dist/luna/featurettes/Feat5/Feat5Methods.test.js +0 -23
  447. package/dist/luna/featurettes/Feat7/Feat7.js +0 -79
  448. package/dist/luna/featurettes/Feat7/Feat7.scss +0 -49
  449. package/dist/luna/featurettes/Feat7/Feat7Methods.js +0 -41
  450. package/dist/luna/featurettes/Feat8/Feat8.js +0 -75
  451. package/dist/luna/featurettes/Feat8/Feat8.scss +0 -103
  452. package/dist/luna/featurettes/Feat8/feat8Methods.js +0 -18
  453. package/dist/luna/featurettes/Feat8/feat8Methods.test.js +0 -21
  454. package/dist/luna/heroes/Hero1/Hero1.js +0 -111
  455. package/dist/luna/heroes/Hero1/Hero1.scss +0 -223
  456. package/dist/luna/heroes/Hero1/Hero1Methods.js +0 -84
  457. package/dist/luna/heroes/Hero1/useWindowSize.js +0 -47
  458. package/dist/luna/heroes/Hero2/Hero2.js +0 -130
  459. package/dist/luna/heroes/Hero2/Hero2.scss +0 -165
  460. package/dist/luna/heroes/Hero3/Hero3.js +0 -246
  461. package/dist/luna/heroes/Hero3/Hero3.scss +0 -250
  462. package/dist/luna/heroes/Hero3/Hero3Methods.js +0 -37
  463. package/dist/luna/heroes/Hero4/Hero4.js +0 -175
  464. package/dist/luna/heroes/Hero4/Hero4.scss +0 -112
  465. package/dist/luna/heroes/Hero4/hero4Methods.js +0 -18
  466. package/dist/luna/heroes/Hero6/Hero6.js +0 -179
  467. package/dist/luna/heroes/Hero6/Hero6.scss +0 -127
  468. package/dist/luna/heroes/Hero7/Hero7.js +0 -118
  469. package/dist/luna/heroes/Hero7/Hero7.scss +0 -193
  470. package/dist/luna/heroes/Hero7/Hero7Methods.js +0 -39
  471. package/dist/luna/heroes/Hero7/Hero7Methods.test.js +0 -109
  472. package/dist/luna/heroes/Hero7/useWindowWidth.js +0 -40
  473. package/dist/luna/list-feats/ListFeat/ListFeat.js +0 -149
  474. package/dist/luna/list-feats/ListFeat/ListFeat.scss +0 -112
  475. package/dist/luna/list-feats/ListFeat1/ListFeat1.js +0 -91
  476. package/dist/luna/list-feats/ListFeat1/ListFeat1.scss +0 -94
  477. package/dist/luna/list-feats/ListFeat1/listFeat1Methods.js +0 -14
  478. package/dist/luna/list-feats/ListFeat1/listFeat1Methods.test.js +0 -17
  479. package/dist/luna/list-feats/ListFeat2/ListFeat2.js +0 -30
  480. package/dist/luna/list-feats/ListFeat2/ListFeat2.scss +0 -20
  481. package/dist/luna/list-feats/ListFeat2/ListFeat2Methods.js +0 -33
  482. package/dist/luna/list-feats/ListFeat2/ListFeat2Methods.test.js +0 -11
  483. package/dist/luna/list-feats/ListFeat4/ListFeat4.js +0 -34
  484. package/dist/luna/list-feats/ListFeat4/ListFeat4.scss +0 -32
  485. package/dist/luna/list-feats/ListFeat5/ListFeat5.js +0 -28
  486. package/dist/luna/list-feats/ListFeat5/ListFeat5.scss +0 -27
  487. package/dist/luna/list-feats/ListFeat5/ListFeat5Methods.js +0 -24
  488. package/dist/luna/list-feats/ListFeat6/ListFeat6.js +0 -59
  489. package/dist/luna/list-feats/ListFeat6/ListFeat6.scss +0 -34
  490. package/dist/luna/list-feats/ListFeat7/ListFeat7.js +0 -51
  491. package/dist/luna/list-feats/ListFeat7/ListFeat7.scss +0 -14
  492. package/dist/luna/list-feats/ListFeat7/ListFeat7Methods.js +0 -49
  493. package/dist/luna/list-feats/ListFeatCustom/ListFeatCustom.js +0 -25
  494. package/dist/luna/list-feats/ListFeatCustom/ListFeatCustom.scss +0 -8
  495. package/dist/luna/list-feats/methods/listFeatMethods.js +0 -119
  496. /package/dist/luna/{featurettes → components}/Accordion/Accordion.js +0 -0
  497. /package/dist/luna/{featurettes → components}/Accordion/AccordionItem.js +0 -0
  498. /package/dist/luna/{other-organisms → components}/Carousel/Carousel.js +0 -0
  499. /package/dist/luna/{heroes → components}/FilterHero/FilterHero.js +0 -0
  500. /package/dist/luna/{heroes → components}/FilterHero/FilterHeroMethods.js +0 -0
  501. /package/dist/luna/{other-organisms → components}/Flyout/Flyout.js +0 -0
  502. /package/dist/luna/{other-organisms → components}/Footer/ExportedFooter.js +0 -0
  503. /package/dist/luna/{other-organisms → components}/Footer/Footer.js +0 -0
  504. /package/dist/luna/{other-organisms → components}/Footer/GlobalFooter.js +0 -0
  505. /package/dist/luna/{other-organisms → components}/Footer/SectorFooter.js +0 -0
  506. /package/dist/luna/{heroes → components}/FullBackgroundHero/FullBackgroundHero.js +0 -0
  507. /package/dist/luna/{heroes → components}/FullBackgroundHero/FullBackgroundHeroMethods.js +0 -0
  508. /package/dist/luna/{featurettes → components}/IconTextList/IconTextList.js +0 -0
  509. /package/dist/luna/{other-organisms → components}/MarketoForm/MarketoForm.js +0 -0
  510. /package/dist/luna/{other-organisms → components}/NavBar/NavBar.js +0 -0
  511. /package/dist/luna/{other-organisms → components}/NavBar/NavMiniMenu.js +0 -0
  512. /package/dist/luna/{other-organisms → components}/NavBar/NavOption.js +0 -0
  513. /package/dist/luna/{other-organisms → components}/NavBar/UtilityNav.js +0 -0
  514. /package/dist/luna/{other-organisms → components}/NavBar/useNavPosition.js +0 -0
  515. /package/dist/luna/{featurettes → components}/ProductsPackage/ProductsPackage.js +0 -0
  516. /package/dist/luna/{featurettes → components}/ProductsPackage/ProductsPackageMethods.js +0 -0
  517. /package/dist/luna/{featurettes → components}/PullQuote/PullQuote.js +0 -0
  518. /package/dist/luna/{heroes → components}/SuperHero/SuperHero.js +0 -0
  519. /package/dist/luna/{heroes → components}/SuperHero/SuperHeroMethods.js +0 -0
  520. /package/dist/luna/{heroes → components}/SuperHero/useCompareContainerHeights.js +0 -0
  521. /package/dist/{application/assets → luna}/images/favicon.ico +0 -0
  522. /package/dist/{application/assets → luna}/images/fpoBox.png +0 -0
  523. /package/dist/{application/assets → luna}/images/fpoSquare.png +0 -0
  524. /package/dist/{application/assets → luna}/images/loading-mini.gif +0 -0
  525. /package/dist/{application/assets → luna}/images/trimble_logo.png +0 -0
  526. /package/dist/{application → luna/utils}/hooks/useInnerPageNav.js +0 -0
@@ -1,722 +1,722 @@
1
- @import "../../../global-styles/terra.scss";
2
-
3
- .luna-full-background-hero {
4
- height: auto;
5
-
6
- &__image {
7
- width: 100%;
8
- height: 100%;
9
- object-fit: cover;
10
- }
11
-
12
- &-variant-1 {
13
- display: grid;
14
- grid-template-rows: repeat(6, 1fr);
15
- grid-template-columns: 1fr;
16
- min-height: 100vh;
17
-
18
- @media screen and (min-width: $breakpoint-md) {
19
- min-height: calc(100vh - 105px);
20
- height: calc(100vh - 105px);
21
- }
22
-
23
- @media screen and (max-width: $breakpoint-md) {
24
- height: auto;
25
- min-height: auto;
26
- }
27
-
28
- @media screen and (max-width: $breakpoint-xs) {
29
- display: flex;
30
- flex-direction: column;
31
- height: auto;
32
- }
33
- }
34
-
35
- &-variant-2 {
36
- display: grid;
37
- grid-template-rows: repeat(10, 1fr);
38
- grid-template-columns: 1fr;
39
- height: auto;
40
-
41
- @media screen and (max-width: $breakpoint-sm) {
42
- grid-template-rows: repeat(11, 1fr);
43
- height: auto;
44
- }
45
-
46
- @media screen and (max-width: 700px) {
47
- display: flex;
48
- flex-direction: column;
49
- height: auto;
50
- position: relative;
51
- }
52
- }
53
-
54
- &-variant-2-inset {
55
- display: grid;
56
- grid-template-rows: repeat(10, 1fr);
57
- grid-template-columns: 1fr;
58
- height: auto;
59
-
60
- @media screen and (max-width: $breakpoint-sm) {
61
- grid-template-rows: repeat(11, 1fr);
62
- height: auto;
63
- }
64
-
65
- @media screen and (max-width: $breakpoint-xs) {
66
- display: flex;
67
- flex-direction: column;
68
- height: auto;
69
- position: relative;
70
- }
71
- }
72
-
73
- &-variant-3 {
74
- display: grid;
75
- grid-template-rows: repeat(7, 1fr);
76
- grid-template-columns: 1fr;
77
- min-height: 560px;
78
-
79
- @media screen and (max-width: $breakpoint-sm) {
80
- grid-template-rows: repeat(8, 1fr);
81
- min-height: 480px;
82
- .default-layout {
83
- margin-bottom: 0;
84
- &__grid {
85
- margin: 0;
86
- }
87
- }
88
- }
89
-
90
- @media screen and (max-width: $breakpoint-xs) {
91
- display: flex;
92
- flex-direction: column;
93
- height: auto;
94
- background: $white !important;
95
- position: relative;
96
- }
97
- }
98
-
99
- &--2x2 {
100
- min-height: 850px;
101
- }
102
-
103
- &__image-wrapper {
104
-
105
- &-variant-1 {
106
- grid-row: 1 / span 6;
107
- grid-column: 1 / span 1;
108
- }
109
-
110
- &-variant-2 {
111
- grid-row: 1 / span 10;
112
- grid-column: 1 / span 1;
113
- display: grid;
114
- grid-template-rows: repeat(10, 1fr);
115
- grid-template-columns: 1fr;
116
- height: 1000px;
117
-
118
- @media screen and (max-width: $breakpoint-sm) {
119
- grid-row: 1 / span 11;
120
- grid-template-rows: repeat(11, 1fr);
121
- height: 1100px;
122
- }
123
-
124
- @media screen and (max-width: 700px) {
125
- display: flex;
126
- flex-direction: column;
127
- height: auto;
128
- }
129
- }
130
-
131
- &-variant-2-inset {
132
- grid-row: 1 / span 10;
133
- grid-column: 1 / span 1;
134
- display: grid;
135
- grid-template-rows: repeat(10, 1fr);
136
- grid-template-columns: 1fr;
137
- height: 1000px;
138
-
139
- @media screen and (max-width: $breakpoint-sm) {
140
- grid-row: 1 / span 11;
141
- grid-template-rows: repeat(11, 1fr);
142
- height: 1100px;
143
- }
144
-
145
- @media screen and (max-width: $breakpoint-xs) {
146
- display: flex;
147
- flex-direction: column;
148
- height: auto;
149
- }
150
- }
151
-
152
- &-variant-3 {
153
- grid-row: 1 / span 8;
154
- grid-column: 1 / span 1;
155
- }
156
-
157
- &-background {
158
- &-variant-1 {
159
- height: 100%;
160
-
161
- @media screen and (min-width: $breakpoint-md) {
162
- > .ter-focused-image-container {
163
- padding-bottom: 0px !important;
164
-
165
- > img {
166
- inset: 0 !important;
167
- }
168
- }
169
- }
170
-
171
- @media screen and (max-width: $breakpoint-xs) {
172
- height: 280px;
173
- overflow: hidden;
174
- }
175
- }
176
-
177
- @-moz-document url-prefix() {
178
- &-variant-2 {
179
- @media screen and (min-width: 1650px) {
180
- height: auto !important;
181
-
182
- picture {
183
- padding-bottom: 0 !important;
184
- }
185
- }
186
-
187
- }
188
- }
189
-
190
- &-variant-2 {
191
- height: 100%;
192
- grid-row: 1 / span 5;
193
- grid-column: 1 / span 1;
194
-
195
- picture {
196
- @media screen and (min-width: $breakpoint-lg) {
197
- padding-bottom: 0 !important;
198
- }
199
- }
200
-
201
- @media screen and (max-width: 700px) {
202
- height: 280px;
203
- overflow: hidden;
204
- }
205
- }
206
-
207
- &-variant-2-inset {
208
- height: 100%;
209
- grid-row: 1 / span 5;
210
- grid-column: 1 / span 1;
211
-
212
- @media screen and (max-width: $breakpoint-xs) {
213
- height: 280px;
214
- overflow: hidden;
215
- }
216
- }
217
-
218
- &-variant-3 {
219
- height: 100%;
220
-
221
- @media screen and (max-width: $breakpoint-sm) {
222
- min-height: 480px;
223
- }
224
-
225
- @media screen and (max-width: $breakpoint-xs) {
226
- height: 280px;
227
- min-height: 280px;
228
- overflow: hidden;
229
- }
230
- }
231
- &--lottie {
232
- overflow: hidden;
233
- }
234
- }
235
-
236
- &-content {
237
- &-variant-1,
238
- &-variant-2-inset,
239
- &-variant-3 {
240
- display: none;
241
- }
242
-
243
- &-variant-2 {
244
- height: 100%;
245
- grid-row: 6 / span 5;
246
- grid-column: 1 / span 1;
247
-
248
- @media screen and (max-width: $breakpoint-sm) {
249
- grid-row: 6 / span 6;
250
- }
251
-
252
- @media screen and (max-width: 700px) {
253
- display: none;
254
- }
255
- }
256
- }
257
- .lf-player-container {
258
- height: 100%;
259
- }
260
- }
261
-
262
- &__content-wrapper {
263
- width: 100%;
264
- padding: 0px calc((100% - 1280px) / 2);
265
- z-index: 10;
266
-
267
- @media screen and (max-width: $breakpoint-sm) {
268
- padding: 0;
269
- .default-layout,
270
- .default-layout__grid {
271
- margin: 0;
272
- padding-top: 0;
273
- }
274
- }
275
-
276
- &-variant-1 {
277
- grid-row: 2 / span 4;
278
- grid-column: 1 / span 1;
279
-
280
- @media screen and (max-width: $breakpoint-xs) {
281
- margin: 30px 0px;
282
- }
283
- }
284
-
285
- &-variant-2 {
286
- grid-row: 5 / span 6;
287
- grid-column: 1 / span 1;
288
-
289
- @media screen and (max-width: $breakpoint-sm) {
290
- grid-row: 4 / span 8;
291
- }
292
- }
293
-
294
- &-variant-2-inset {
295
- grid-row: 5 / span 6;
296
- grid-column: 1 / span 1;
297
-
298
- @media screen and (max-width: $breakpoint-sm) {
299
- grid-row: 5 / span 7;
300
- }
301
- }
302
-
303
- &-variant-3 {
304
- grid-row: 2 / span 6;
305
- grid-column: 1 / span 1;
306
-
307
- @media screen and (max-width: $breakpoint-xs) {
308
- margin: 40px 0px;
309
- }
310
- }
311
-
312
- &-grid {
313
- @include grid-container;
314
- grid-template-rows: 5px 1fr;
315
- height: 100%;
316
- align-items: center;
317
-
318
- &-variant-1 {
319
- align-items: center;
320
- }
321
-
322
- &-variant-2,
323
- &-variant-3 {
324
- align-items: flex-start;
325
- }
326
- }
327
-
328
- &-left {
329
-
330
- &-variant-1 {
331
- grid-column: 2 / span 6;
332
-
333
- @media screen and (max-width: $breakpoint-sm) {
334
- grid-column: 2 / span 5;
335
- }
336
-
337
- @media screen and (max-width: $breakpoint-xs) {
338
- grid-column: 2 / span 14;
339
- }
340
-
341
- &--full {
342
- @media screen and (max-width: $breakpoint-sm) {
343
- grid-column: 2 / span 8;
344
- }
345
-
346
- @media screen and (max-width: $breakpoint-xs) {
347
- grid-column: 2 / span 14;
348
- }
349
- }
350
- }
351
-
352
- &-variant-2 {
353
- grid-column: 2 / span 7;
354
- margin-top: 150px;
355
-
356
- @media screen and (max-width: $breakpoint-sm) {
357
- grid-column: 2 / span 8;
358
- margin-top: 250px;
359
- }
360
-
361
- @media screen and (max-width: 700px) {
362
- grid-column: 2 / span 14;
363
- margin: 50px 0px;
364
- }
365
-
366
- &--image {
367
- @media screen and (max-width: 700px) {
368
- margin: 160px 0px 50px 0px;
369
- }
370
- }
371
- }
372
-
373
- &-variant-2-inset {
374
- grid-column: 2 / span 6;
375
- margin-top: 60px;
376
-
377
- @media screen and (max-width: $breakpoint-sm) {
378
- grid-column: 2 / span 6;
379
- }
380
-
381
- @media screen and (max-width: $breakpoint-xs) {
382
- grid-column: 2 / span 14;
383
- margin: 50px 0px;
384
- }
385
-
386
- @media screen and (min-width: $breakpoint-xl) {
387
- margin-top: 150px;
388
- }
389
- }
390
-
391
- &-variant-3 {
392
- grid-column: 2 / span 6;
393
-
394
- @media screen and (max-width: $breakpoint-xs) {
395
- grid-column: 2 / span 14;
396
-
397
- > * .cta-container, .cta-container {
398
- color: $gray-10 !important;
399
-
400
- > .cta-buttons {
401
- > .ter-button--secondary--1 {
402
- background-color: $blue-10 !important;
403
- border: 2px solid $blue-10 !important;
404
- color: $white !important;
405
- transition: all .3s ease;
406
- line-height: 24px;
407
- padding: 12px;
408
- justify-content: space-between;
409
-
410
- @media screen and (max-width: $breakpoint-xs) {
411
- padding-left: 40px;
412
- }
413
-
414
- .arrow {
415
- fill: $white;
416
- }
417
-
418
- &:hover,
419
- &:focus,
420
- &:active {
421
- background-color: darken($blue-10, 7%) !important;
422
- }
423
- }
424
-
425
- > .ter-button--secondary--2 {
426
- background-color: transparent;
427
- border: 2px solid $blue-10;
428
- color: $blue-10;
429
- transition: all .3s ease;
430
- line-height: 24px;
431
- padding: 12px;
432
- justify-content: space-between;
433
-
434
- @media screen and (max-width: $breakpoint-xs) {
435
- padding-left: 40px;
436
- }
437
-
438
- .arrow {
439
- fill: $blue-10;
440
- }
441
-
442
- &:hover,
443
- &:focus,
444
- &:active {
445
- background-color: $trimble-blue;
446
- color: $white;
447
- }
448
-
449
- &:hover .arrow,
450
- &:focus .arrow,
451
- &:active .arrow {
452
- fill: $white;
453
- }
454
- }
455
- }
456
- }
457
- }
458
- }
459
- }
460
-
461
- &-right {
462
-
463
- &-variant-1 {
464
- grid-column: 9 / span 7;
465
-
466
- @media screen and (max-width: $breakpoint-sm) {
467
- grid-column: 8 / span 8;
468
- }
469
-
470
- @media screen and (max-width: $breakpoint-xs) {
471
- grid-column: 2 / span 14;
472
- margin-top: 50px;
473
- }
474
-
475
- > .luna-2x2__short-data-point {
476
- @media screen and (max-width: $breakpoint-md) {
477
- max-width: 480px;
478
- height: 480px;
479
- }
480
-
481
- @media screen and (max-width: $breakpoint-xs) {
482
- max-width: 600px;
483
- height: 960px;
484
- }
485
- }
486
-
487
- > .data-point--variant_2b {
488
- @media screen and (max-width: $breakpoint-xs) {
489
- width: auto;
490
- }
491
- }
492
- }
493
-
494
- &-variant-2 {
495
- grid-column: 10 / span 6;
496
-
497
- @media screen and (max-width: $breakpoint-sm) {
498
- grid-column: 11 / span 5;
499
- }
500
-
501
- @media screen and (max-width: 850px) {
502
- grid-column: 10 / span 5;
503
- }
504
-
505
- @media screen and (max-width: 700px) {
506
- grid-column: 2 / span 14;
507
- grid-row: 1 / span 1;
508
- }
509
- }
510
-
511
- &-variant-2-inset {
512
- grid-column: 9 / span 7;
513
-
514
- @media screen and (max-width: $breakpoint-sm) {
515
- grid-column: 9 / span 7;
516
- }
517
-
518
- @media screen and (max-width: $breakpoint-xs) {
519
- grid-column: 2 / span 14;
520
- margin-bottom: 50px;
521
- }
522
-
523
- > .luna-2x2__short-data-point {
524
- @media screen and (max-width: $breakpoint-md) {
525
- max-width: 420px;
526
- height: 420px;
527
- }
528
-
529
- @media screen and (max-width: $breakpoint-xs) {
530
- max-width: 600px;
531
- height: 960px;
532
- }
533
- }
534
- & > .default-layout > .default-layout__grid {
535
- margin-top: 0;
536
- & > .default-layout__children {
537
- // fix for 2x2 sizing
538
- grid-column: 1/span 16 !important;
539
- }
540
- }
541
- }
542
-
543
- &-variant-3 {
544
- grid-column: 10 / span 5;
545
-
546
- @media screen and (max-width: $breakpoint-sm) {
547
- grid-column: 10 / span 6;
548
- }
549
-
550
- @media screen and (max-width: $breakpoint-xs) {
551
- position: absolute;
552
- top: 0px;
553
- right: 35px;
554
- height: 280px;
555
- }
556
- }
557
-
558
- &-figure {
559
- width: 480px;
560
- height: 480px;
561
-
562
- @media screen and (max-width: $breakpoint-md) {
563
- height: 420px;
564
- width: 420px;
565
- }
566
-
567
- @media screen and (max-width: $breakpoint-sm) {
568
- height: 300px;
569
- width: 300px;
570
- }
571
-
572
- @media screen and (max-width: 700px) {
573
- width: 280px;
574
- height: 280px;
575
- position: relative !important;
576
- bottom: 170px !important;
577
- left: calc((100% - 280px) / 2);
578
- }
579
-
580
- &--square {
581
- border: 8px solid;
582
- box-sizing: border-box;
583
- }
584
-
585
- &--circle {
586
- border: 8px solid;
587
- box-sizing: border-box;
588
- border-radius: 50%;
589
-
590
- > .ter-focused-image-container, .luna-full-background-hero__image {
591
- border-radius: 50%;
592
- }
593
- }
594
-
595
- &--triangle {
596
- position: relative;
597
- clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
598
- width: 480px;
599
- height: 480px;
600
-
601
- & > picture {
602
- aspect-ratio: auto !important;
603
- }
604
-
605
- @media screen and (max-width: $breakpoint-md) {
606
- height: 420px;
607
- width: 420px;
608
- }
609
-
610
- @media screen and (max-width: $breakpoint-sm) {
611
- width: 300px;
612
- height: 300px;
613
- }
614
-
615
- @media screen and (max-width: 700px) {
616
- width: 280px;
617
- height: 280px;
618
- }
619
-
620
- > .ter-focused-image-container {
621
- position: absolute !important;
622
- top: 16px;
623
- left: 16px;
624
- right: 16px;
625
- bottom: 8px;
626
- padding: 0px !important;
627
- height: auto !important;
628
- width: auto !important;
629
- clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
630
- }
631
-
632
- > .luna-full-background-hero__image {
633
- position: absolute !important;
634
- top: 20px;
635
- left: 16px;
636
- clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
637
- width: 448px;
638
- height: 448px;
639
-
640
- @media screen and (max-width: $breakpoint-sm) {
641
- width: 268px;
642
- height: 268px;
643
- }
644
-
645
- @media screen and (max-width: 700px) {
646
- width: 248px;
647
- height: 248px;
648
- }
649
- }
650
- }
651
- }
652
-
653
- &--no-content {
654
- display: none;
655
- }
656
- }
657
- }
658
- &__white-bg {
659
- @media screen and (max-width: $breakpoint-sm) {
660
- .ter-button--secondary--1 {
661
- border-color: $trimble-blue;
662
-
663
- &:hover,
664
- &:focus,
665
- &:active {
666
- background-color: $trimble-blue !important;
667
- color: $white !important;
668
- border-color: $trimble-blue !important;
669
-
670
- .arrow {
671
- fill: $white !important;
672
- }
673
- }
674
- }
675
- .ter-button--secondary--2 {
676
- background-color: $trimble-blue;
677
-
678
- &:hover,
679
- &:focus,
680
- &:active {
681
- background-color: darken($blue-10, 7%) !important;
682
- color: $white !important;
683
-
684
- .arrow {
685
- fill: $white !important;
686
- }
687
- }
688
- }
689
- }
690
- }
691
-
692
- .cta-container {
693
- .header {
694
- .eyebrow {
695
- margin-bottom: 6px;
696
- }
697
- .heading {
698
- margin-bottom: 12px;
699
- line-height: 38px;
700
- @media screen and (max-width: $breakpoint-sm){
701
- line-height: 32px;
702
- }
703
- }
704
- .subheading {
705
- font-family: $regular-font-family;
706
- line-height: 25px;
707
- p {
708
- line-height: 25px;
709
- }
710
- }
711
- &:not(:last-child){
712
- margin-bottom: 12px;
713
- }
714
- }
715
- }
716
-
717
- .ter-header {
718
- @media only screen and (max-width: $breakpoint-xs) {
719
- color: $gray-10 !important;
720
- }
721
- }
722
- }
1
+ @import "../../../global-styles/terra.scss";
2
+
3
+ .luna-full-background-hero {
4
+ height: auto;
5
+
6
+ &__image {
7
+ width: 100%;
8
+ height: 100%;
9
+ object-fit: cover;
10
+ }
11
+
12
+ &-variant-1 {
13
+ display: grid;
14
+ grid-template-rows: repeat(6, 1fr);
15
+ grid-template-columns: 1fr;
16
+ min-height: 100vh;
17
+
18
+ @media screen and (min-width: $breakpoint-md) {
19
+ min-height: calc(100vh - 105px);
20
+ height: calc(100vh - 105px);
21
+ }
22
+
23
+ @media screen and (max-width: $breakpoint-md) {
24
+ height: auto;
25
+ min-height: auto;
26
+ }
27
+
28
+ @media screen and (max-width: $breakpoint-xs) {
29
+ display: flex;
30
+ flex-direction: column;
31
+ height: auto;
32
+ }
33
+ }
34
+
35
+ &-variant-2 {
36
+ display: grid;
37
+ grid-template-rows: repeat(10, 1fr);
38
+ grid-template-columns: 1fr;
39
+ height: auto;
40
+
41
+ @media screen and (max-width: $breakpoint-sm) {
42
+ grid-template-rows: repeat(11, 1fr);
43
+ height: auto;
44
+ }
45
+
46
+ @media screen and (max-width: 700px) {
47
+ display: flex;
48
+ flex-direction: column;
49
+ height: auto;
50
+ position: relative;
51
+ }
52
+ }
53
+
54
+ &-variant-2-inset {
55
+ display: grid;
56
+ grid-template-rows: repeat(10, 1fr);
57
+ grid-template-columns: 1fr;
58
+ height: auto;
59
+
60
+ @media screen and (max-width: $breakpoint-sm) {
61
+ grid-template-rows: repeat(11, 1fr);
62
+ height: auto;
63
+ }
64
+
65
+ @media screen and (max-width: $breakpoint-xs) {
66
+ display: flex;
67
+ flex-direction: column;
68
+ height: auto;
69
+ position: relative;
70
+ }
71
+ }
72
+
73
+ &-variant-3 {
74
+ display: grid;
75
+ grid-template-rows: repeat(7, 1fr);
76
+ grid-template-columns: 1fr;
77
+ min-height: 560px;
78
+
79
+ @media screen and (max-width: $breakpoint-sm) {
80
+ grid-template-rows: repeat(8, 1fr);
81
+ min-height: 480px;
82
+ .default-layout {
83
+ margin-bottom: 0;
84
+ &__grid {
85
+ margin: 0;
86
+ }
87
+ }
88
+ }
89
+
90
+ @media screen and (max-width: $breakpoint-xs) {
91
+ display: flex;
92
+ flex-direction: column;
93
+ height: auto;
94
+ background: $white !important;
95
+ position: relative;
96
+ }
97
+ }
98
+
99
+ &--2x2 {
100
+ min-height: 850px;
101
+ }
102
+
103
+ &__image-wrapper {
104
+
105
+ &-variant-1 {
106
+ grid-row: 1 / span 6;
107
+ grid-column: 1 / span 1;
108
+ }
109
+
110
+ &-variant-2 {
111
+ grid-row: 1 / span 10;
112
+ grid-column: 1 / span 1;
113
+ display: grid;
114
+ grid-template-rows: repeat(10, 1fr);
115
+ grid-template-columns: 1fr;
116
+ height: 1000px;
117
+
118
+ @media screen and (max-width: $breakpoint-sm) {
119
+ grid-row: 1 / span 11;
120
+ grid-template-rows: repeat(11, 1fr);
121
+ height: 1100px;
122
+ }
123
+
124
+ @media screen and (max-width: 700px) {
125
+ display: flex;
126
+ flex-direction: column;
127
+ height: auto;
128
+ }
129
+ }
130
+
131
+ &-variant-2-inset {
132
+ grid-row: 1 / span 10;
133
+ grid-column: 1 / span 1;
134
+ display: grid;
135
+ grid-template-rows: repeat(10, 1fr);
136
+ grid-template-columns: 1fr;
137
+ height: 1000px;
138
+
139
+ @media screen and (max-width: $breakpoint-sm) {
140
+ grid-row: 1 / span 11;
141
+ grid-template-rows: repeat(11, 1fr);
142
+ height: 1100px;
143
+ }
144
+
145
+ @media screen and (max-width: $breakpoint-xs) {
146
+ display: flex;
147
+ flex-direction: column;
148
+ height: auto;
149
+ }
150
+ }
151
+
152
+ &-variant-3 {
153
+ grid-row: 1 / span 8;
154
+ grid-column: 1 / span 1;
155
+ }
156
+
157
+ &-background {
158
+ &-variant-1 {
159
+ height: 100%;
160
+
161
+ @media screen and (min-width: $breakpoint-md) {
162
+ > .ter-focused-image-container {
163
+ padding-bottom: 0px !important;
164
+
165
+ > img {
166
+ inset: 0 !important;
167
+ }
168
+ }
169
+ }
170
+
171
+ @media screen and (max-width: $breakpoint-xs) {
172
+ height: 280px;
173
+ overflow: hidden;
174
+ }
175
+ }
176
+
177
+ @-moz-document url-prefix() {
178
+ &-variant-2 {
179
+ @media screen and (min-width: 1650px) {
180
+ height: auto !important;
181
+
182
+ picture {
183
+ padding-bottom: 0 !important;
184
+ }
185
+ }
186
+
187
+ }
188
+ }
189
+
190
+ &-variant-2 {
191
+ height: 100%;
192
+ grid-row: 1 / span 5;
193
+ grid-column: 1 / span 1;
194
+
195
+ picture {
196
+ @media screen and (min-width: $breakpoint-lg) {
197
+ padding-bottom: 0 !important;
198
+ }
199
+ }
200
+
201
+ @media screen and (max-width: 700px) {
202
+ height: 280px;
203
+ overflow: hidden;
204
+ }
205
+ }
206
+
207
+ &-variant-2-inset {
208
+ height: 100%;
209
+ grid-row: 1 / span 5;
210
+ grid-column: 1 / span 1;
211
+
212
+ @media screen and (max-width: $breakpoint-xs) {
213
+ height: 280px;
214
+ overflow: hidden;
215
+ }
216
+ }
217
+
218
+ &-variant-3 {
219
+ height: 100%;
220
+
221
+ @media screen and (max-width: $breakpoint-sm) {
222
+ min-height: 480px;
223
+ }
224
+
225
+ @media screen and (max-width: $breakpoint-xs) {
226
+ height: 280px;
227
+ min-height: 280px;
228
+ overflow: hidden;
229
+ }
230
+ }
231
+ &--lottie {
232
+ overflow: hidden;
233
+ }
234
+ }
235
+
236
+ &-content {
237
+ &-variant-1,
238
+ &-variant-2-inset,
239
+ &-variant-3 {
240
+ display: none;
241
+ }
242
+
243
+ &-variant-2 {
244
+ height: 100%;
245
+ grid-row: 6 / span 5;
246
+ grid-column: 1 / span 1;
247
+
248
+ @media screen and (max-width: $breakpoint-sm) {
249
+ grid-row: 6 / span 6;
250
+ }
251
+
252
+ @media screen and (max-width: 700px) {
253
+ display: none;
254
+ }
255
+ }
256
+ }
257
+ .lf-player-container {
258
+ height: 100%;
259
+ }
260
+ }
261
+
262
+ &__content-wrapper {
263
+ width: 100%;
264
+ padding: 0px calc((100% - 1280px) / 2);
265
+ z-index: 10;
266
+
267
+ @media screen and (max-width: $breakpoint-sm) {
268
+ padding: 0;
269
+ .default-layout,
270
+ .default-layout__grid {
271
+ margin: 0;
272
+ padding-top: 0;
273
+ }
274
+ }
275
+
276
+ &-variant-1 {
277
+ grid-row: 2 / span 4;
278
+ grid-column: 1 / span 1;
279
+
280
+ @media screen and (max-width: $breakpoint-xs) {
281
+ margin: 30px 0px;
282
+ }
283
+ }
284
+
285
+ &-variant-2 {
286
+ grid-row: 5 / span 6;
287
+ grid-column: 1 / span 1;
288
+
289
+ @media screen and (max-width: $breakpoint-sm) {
290
+ grid-row: 4 / span 8;
291
+ }
292
+ }
293
+
294
+ &-variant-2-inset {
295
+ grid-row: 5 / span 6;
296
+ grid-column: 1 / span 1;
297
+
298
+ @media screen and (max-width: $breakpoint-sm) {
299
+ grid-row: 5 / span 7;
300
+ }
301
+ }
302
+
303
+ &-variant-3 {
304
+ grid-row: 2 / span 6;
305
+ grid-column: 1 / span 1;
306
+
307
+ @media screen and (max-width: $breakpoint-xs) {
308
+ margin: 40px 0px;
309
+ }
310
+ }
311
+
312
+ &-grid {
313
+ @include grid-container;
314
+ grid-template-rows: 5px 1fr;
315
+ height: 100%;
316
+ align-items: center;
317
+
318
+ &-variant-1 {
319
+ align-items: center;
320
+ }
321
+
322
+ &-variant-2,
323
+ &-variant-3 {
324
+ align-items: flex-start;
325
+ }
326
+ }
327
+
328
+ &-left {
329
+
330
+ &-variant-1 {
331
+ grid-column: 2 / span 6;
332
+
333
+ @media screen and (max-width: $breakpoint-sm) {
334
+ grid-column: 2 / span 5;
335
+ }
336
+
337
+ @media screen and (max-width: $breakpoint-xs) {
338
+ grid-column: 2 / span 14;
339
+ }
340
+
341
+ &--full {
342
+ @media screen and (max-width: $breakpoint-sm) {
343
+ grid-column: 2 / span 8;
344
+ }
345
+
346
+ @media screen and (max-width: $breakpoint-xs) {
347
+ grid-column: 2 / span 14;
348
+ }
349
+ }
350
+ }
351
+
352
+ &-variant-2 {
353
+ grid-column: 2 / span 7;
354
+ margin-top: 150px;
355
+
356
+ @media screen and (max-width: $breakpoint-sm) {
357
+ grid-column: 2 / span 8;
358
+ margin-top: 250px;
359
+ }
360
+
361
+ @media screen and (max-width: 700px) {
362
+ grid-column: 2 / span 14;
363
+ margin: 50px 0px;
364
+ }
365
+
366
+ &--image {
367
+ @media screen and (max-width: 700px) {
368
+ margin: 160px 0px 50px 0px;
369
+ }
370
+ }
371
+ }
372
+
373
+ &-variant-2-inset {
374
+ grid-column: 2 / span 6;
375
+ margin-top: 60px;
376
+
377
+ @media screen and (max-width: $breakpoint-sm) {
378
+ grid-column: 2 / span 6;
379
+ }
380
+
381
+ @media screen and (max-width: $breakpoint-xs) {
382
+ grid-column: 2 / span 14;
383
+ margin: 50px 0px;
384
+ }
385
+
386
+ @media screen and (min-width: $breakpoint-xl) {
387
+ margin-top: 150px;
388
+ }
389
+ }
390
+
391
+ &-variant-3 {
392
+ grid-column: 2 / span 6;
393
+
394
+ @media screen and (max-width: $breakpoint-xs) {
395
+ grid-column: 2 / span 14;
396
+
397
+ > * .cta-container, .cta-container {
398
+ color: $gray-10 !important;
399
+
400
+ > .cta-buttons {
401
+ > .ter-button--secondary--1 {
402
+ background-color: $blue-10 !important;
403
+ border: 2px solid $blue-10 !important;
404
+ color: $white !important;
405
+ transition: all .3s ease;
406
+ line-height: 24px;
407
+ padding: 12px;
408
+ justify-content: space-between;
409
+
410
+ @media screen and (max-width: $breakpoint-xs) {
411
+ padding-left: 40px;
412
+ }
413
+
414
+ .arrow {
415
+ fill: $white;
416
+ }
417
+
418
+ &:hover,
419
+ &:focus,
420
+ &:active {
421
+ background-color: darken($blue-10, 7%) !important;
422
+ }
423
+ }
424
+
425
+ > .ter-button--secondary--2 {
426
+ background-color: transparent;
427
+ border: 2px solid $blue-10;
428
+ color: $blue-10;
429
+ transition: all .3s ease;
430
+ line-height: 24px;
431
+ padding: 12px;
432
+ justify-content: space-between;
433
+
434
+ @media screen and (max-width: $breakpoint-xs) {
435
+ padding-left: 40px;
436
+ }
437
+
438
+ .arrow {
439
+ fill: $blue-10;
440
+ }
441
+
442
+ &:hover,
443
+ &:focus,
444
+ &:active {
445
+ background-color: $trimble-blue;
446
+ color: $white;
447
+ }
448
+
449
+ &:hover .arrow,
450
+ &:focus .arrow,
451
+ &:active .arrow {
452
+ fill: $white;
453
+ }
454
+ }
455
+ }
456
+ }
457
+ }
458
+ }
459
+ }
460
+
461
+ &-right {
462
+
463
+ &-variant-1 {
464
+ grid-column: 9 / span 7;
465
+
466
+ @media screen and (max-width: $breakpoint-sm) {
467
+ grid-column: 8 / span 8;
468
+ }
469
+
470
+ @media screen and (max-width: $breakpoint-xs) {
471
+ grid-column: 2 / span 14;
472
+ margin-top: 50px;
473
+ }
474
+
475
+ > .luna-2x2__short-data-point {
476
+ @media screen and (max-width: $breakpoint-md) {
477
+ max-width: 480px;
478
+ height: 480px;
479
+ }
480
+
481
+ @media screen and (max-width: $breakpoint-xs) {
482
+ max-width: 600px;
483
+ height: 960px;
484
+ }
485
+ }
486
+
487
+ > .data-point--variant_2b {
488
+ @media screen and (max-width: $breakpoint-xs) {
489
+ width: auto;
490
+ }
491
+ }
492
+ }
493
+
494
+ &-variant-2 {
495
+ grid-column: 10 / span 6;
496
+
497
+ @media screen and (max-width: $breakpoint-sm) {
498
+ grid-column: 11 / span 5;
499
+ }
500
+
501
+ @media screen and (max-width: 850px) {
502
+ grid-column: 10 / span 5;
503
+ }
504
+
505
+ @media screen and (max-width: 700px) {
506
+ grid-column: 2 / span 14;
507
+ grid-row: 1 / span 1;
508
+ }
509
+ }
510
+
511
+ &-variant-2-inset {
512
+ grid-column: 9 / span 7;
513
+
514
+ @media screen and (max-width: $breakpoint-sm) {
515
+ grid-column: 9 / span 7;
516
+ }
517
+
518
+ @media screen and (max-width: $breakpoint-xs) {
519
+ grid-column: 2 / span 14;
520
+ margin-bottom: 50px;
521
+ }
522
+
523
+ > .luna-2x2__short-data-point {
524
+ @media screen and (max-width: $breakpoint-md) {
525
+ max-width: 420px;
526
+ height: 420px;
527
+ }
528
+
529
+ @media screen and (max-width: $breakpoint-xs) {
530
+ max-width: 600px;
531
+ height: 960px;
532
+ }
533
+ }
534
+ & > .default-layout > .default-layout__grid {
535
+ margin-top: 0;
536
+ & > .default-layout__children {
537
+ // fix for 2x2 sizing
538
+ grid-column: 1/span 16 !important;
539
+ }
540
+ }
541
+ }
542
+
543
+ &-variant-3 {
544
+ grid-column: 10 / span 5;
545
+
546
+ @media screen and (max-width: $breakpoint-sm) {
547
+ grid-column: 10 / span 6;
548
+ }
549
+
550
+ @media screen and (max-width: $breakpoint-xs) {
551
+ position: absolute;
552
+ top: 0px;
553
+ right: 35px;
554
+ height: 280px;
555
+ }
556
+ }
557
+
558
+ &-figure {
559
+ width: 480px;
560
+ height: 480px;
561
+
562
+ @media screen and (max-width: $breakpoint-md) {
563
+ height: 420px;
564
+ width: 420px;
565
+ }
566
+
567
+ @media screen and (max-width: $breakpoint-sm) {
568
+ height: 300px;
569
+ width: 300px;
570
+ }
571
+
572
+ @media screen and (max-width: 700px) {
573
+ width: 280px;
574
+ height: 280px;
575
+ position: relative !important;
576
+ bottom: 170px !important;
577
+ left: calc((100% - 280px) / 2);
578
+ }
579
+
580
+ &--square {
581
+ border: 8px solid;
582
+ box-sizing: border-box;
583
+ }
584
+
585
+ &--circle {
586
+ border: 8px solid;
587
+ box-sizing: border-box;
588
+ border-radius: 50%;
589
+
590
+ > .ter-focused-image-container, .luna-full-background-hero__image {
591
+ border-radius: 50%;
592
+ }
593
+ }
594
+
595
+ &--triangle {
596
+ position: relative;
597
+ clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
598
+ width: 480px;
599
+ height: 480px;
600
+
601
+ & > picture {
602
+ aspect-ratio: auto !important;
603
+ }
604
+
605
+ @media screen and (max-width: $breakpoint-md) {
606
+ height: 420px;
607
+ width: 420px;
608
+ }
609
+
610
+ @media screen and (max-width: $breakpoint-sm) {
611
+ width: 300px;
612
+ height: 300px;
613
+ }
614
+
615
+ @media screen and (max-width: 700px) {
616
+ width: 280px;
617
+ height: 280px;
618
+ }
619
+
620
+ > .ter-focused-image-container {
621
+ position: absolute !important;
622
+ top: 16px;
623
+ left: 16px;
624
+ right: 16px;
625
+ bottom: 8px;
626
+ padding: 0px !important;
627
+ height: auto !important;
628
+ width: auto !important;
629
+ clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
630
+ }
631
+
632
+ > .luna-full-background-hero__image {
633
+ position: absolute !important;
634
+ top: 20px;
635
+ left: 16px;
636
+ clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
637
+ width: 448px;
638
+ height: 448px;
639
+
640
+ @media screen and (max-width: $breakpoint-sm) {
641
+ width: 268px;
642
+ height: 268px;
643
+ }
644
+
645
+ @media screen and (max-width: 700px) {
646
+ width: 248px;
647
+ height: 248px;
648
+ }
649
+ }
650
+ }
651
+ }
652
+
653
+ &--no-content {
654
+ display: none;
655
+ }
656
+ }
657
+ }
658
+ &__white-bg {
659
+ @media screen and (max-width: $breakpoint-sm) {
660
+ .ter-button--secondary--1 {
661
+ border-color: $trimble-blue;
662
+
663
+ &:hover,
664
+ &:focus,
665
+ &:active {
666
+ background-color: $trimble-blue !important;
667
+ color: $white !important;
668
+ border-color: $trimble-blue !important;
669
+
670
+ .arrow {
671
+ fill: $white !important;
672
+ }
673
+ }
674
+ }
675
+ .ter-button--secondary--2 {
676
+ background-color: $trimble-blue;
677
+
678
+ &:hover,
679
+ &:focus,
680
+ &:active {
681
+ background-color: darken($blue-10, 7%) !important;
682
+ color: $white !important;
683
+
684
+ .arrow {
685
+ fill: $white !important;
686
+ }
687
+ }
688
+ }
689
+ }
690
+ }
691
+
692
+ .cta-container {
693
+ .header {
694
+ .eyebrow {
695
+ margin-bottom: 6px;
696
+ }
697
+ .heading {
698
+ margin-bottom: 12px;
699
+ line-height: 38px;
700
+ @media screen and (max-width: $breakpoint-sm){
701
+ line-height: 32px;
702
+ }
703
+ }
704
+ .subheading {
705
+ font-family: $regular-font-family;
706
+ line-height: 25px;
707
+ p {
708
+ line-height: 25px;
709
+ }
710
+ }
711
+ &:not(:last-child){
712
+ margin-bottom: 12px;
713
+ }
714
+ }
715
+ }
716
+
717
+ .ter-header {
718
+ @media only screen and (max-width: $breakpoint-xs) {
719
+ color: $gray-10 !important;
720
+ }
721
+ }
722
+ }