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.
- package/dist/index.js +15 -294
- package/dist/luna/components/2x2/2x2.stories.js +456 -0
- package/dist/luna/components/2x2/2x2Documentation.mdx +77 -0
- package/dist/luna/components/Accordion/Accordion.stories.js +100 -0
- package/dist/luna/components/Accordion/AccordionDocumentation.mdx +46 -0
- package/dist/luna/components/AdminCategoryData/AdminCategoryData.stories.js +43 -0
- package/dist/luna/components/AdminCategoryData/CategoryTranslationData.js +4 -4
- package/dist/luna/components/AdminProductData/AdminProductData.js +4 -4
- package/dist/luna/components/AdminProductData/AdminProductData.stories.js +44 -0
- package/dist/luna/components/BlockListItems/BlockListItem.stories.js +2381 -0
- package/dist/luna/components/BlockListItems/BlockListItemsDocumentation.mdx +339 -0
- package/dist/luna/components/BrowserSupportBanner/BrowserSupportBrowser.stories.js +19 -0
- package/dist/luna/components/CTAButtons/CTAButtons.stories.js +142 -0
- package/dist/luna/components/CTAButtons/CTAButtonsDocumentation.mdx +33 -0
- package/dist/luna/components/Carousel/Carousel.stories.js +257 -0
- package/dist/luna/components/Carousel/CarouselDocumentation.mdx +161 -0
- package/dist/luna/components/ComparisonTable/ComparisonTable.stories.js +608 -0
- package/dist/luna/components/ComparisonTable/ComparisonTableDocumentation.mdx +159 -0
- package/dist/luna/components/CtaWithHeader/CTAHeaderText.stories.js +192 -0
- package/dist/luna/components/CtaWithHeader/CTAHeaderTextDocumentation.mdx +45 -0
- package/dist/luna/components/DataPoint/DataPoint.stories.js +235 -0
- package/dist/luna/components/DataPoint/DataPointDocumentation.mdx +40 -0
- package/dist/luna/components/EventCard/EventCard.js +3 -3
- package/dist/luna/components/EventCard/EventCard.stories.js +56 -0
- package/dist/luna/components/EventCard/EventCardDocumentation.mdx +46 -0
- package/dist/luna/components/FilterHero/FilterHero.stories.js +129 -0
- package/dist/luna/components/FilterSection/FilterSection.stories.js +174 -0
- package/dist/luna/{other-organisms → components}/Flyout/Flyout.js +4 -5
- package/dist/luna/components/Flyout/Flyout.stories.js +216 -0
- package/dist/luna/components/Flyout/FlyoutDocumentation.mdx +60 -0
- package/dist/luna/components/Footer/Footer.stories.js +418 -0
- package/dist/luna/components/Footer/FooterDocumentation.mdx +133 -0
- package/dist/{application → luna}/components/FooterHandler/FooterHandler.js +1 -1
- package/dist/luna/components/FullBackgroundHero/FullBackgroundHero.stories.js +574 -0
- package/dist/luna/components/FullBackgroundHero/FullBackgroundHeroDocumentation.mdx +94 -0
- package/dist/luna/components/HTMLEmbed/HTMLEmbed.stories.js +136 -0
- package/dist/luna/components/HTMLEmbed/HTMLEmbedDocumentation.mdx +31 -0
- package/dist/luna/components/Header/Header.stories.js +75 -0
- package/dist/luna/components/Header/HeaderDocumentation.mdx +24 -0
- package/dist/luna/components/IconTextList/IconTextList.stories.js +100 -0
- package/dist/luna/components/IconTextList/IconTextListDocumentation.mdx +46 -0
- package/dist/luna/components/ImageGallery/ImageGallery.stories.js +194 -0
- package/dist/luna/components/ImageGallery/ImageGalleryDocumentation.mdx +90 -0
- package/dist/luna/components/InPageJumpNav/InPageJumpNav.stories.js +104 -0
- package/dist/luna/components/InPageJumpNav/InPageJumpNavDocumentation.mdx +23 -0
- package/dist/luna/components/JobPosting/JobPosting.stories.js +76 -0
- package/dist/luna/components/JobPosting/JobPostingDocumentation.mdx +69 -0
- package/dist/luna/{other-organisms → components}/LanguageSelector/LanguageSelector.js +3 -4
- package/dist/luna/components/LanguageSelector/LanguageSelector.stories.js +128 -0
- package/dist/luna/components/LanguageSelector/LanguageSelectorDocumentation.mdx +120 -0
- package/dist/luna/components/LinkList/LinkList.stories.js +170 -0
- package/dist/luna/components/LinkList/LinkListDocumentation.mdx +54 -0
- package/dist/luna/components/LoadingSpinner/LoadingSpinner.stories.js +53 -0
- package/dist/luna/components/Login/Login.js +3 -4
- package/dist/luna/components/Login/Login.stories.js +86 -0
- package/dist/luna/components/MarketoForm/MarketoForm.stories.js +65 -0
- package/dist/luna/components/MarketoForm/MarketoFormDocumentation.mdx +1 -0
- package/dist/luna/components/MegaMenu/MegaMenu.js +6 -7
- package/dist/luna/components/MegaMenu/menu-generators/FullSubMenu.js +1 -1
- package/dist/luna/components/MegaMenu/menu-generators/PartialSubMenu.js +4 -5
- package/dist/luna/components/MegaMenu/menu-generators/SubMenu.js +16 -14
- package/dist/luna/components/MegaMenu/menu-generators/TertiaryMenu.js +13 -11
- package/dist/luna/components/MegaMenu/menu-generators/UncollapsedLinks.js +4 -5
- package/dist/luna/components/MobileLogin/MobileLogin.js +3 -4
- package/dist/luna/components/MobileMegaMenu/MobileMegaMenu.js +6 -6
- package/dist/luna/components/MobileMegaMenu/MobileMegaMenuCategory.js +9 -9
- package/dist/luna/components/MobileMegaMenu/MobileMegaMenuPartialCategory.js +3 -3
- package/dist/luna/components/MobileMegaMenu/MobileMegaMenuSubCategory.js +8 -9
- package/dist/luna/components/MobileNav/MobileNav.js +3 -4
- package/dist/luna/{other-organisms → components}/NavBar/NavMiniMenu.js +3 -4
- package/dist/luna/components/NavBar/NavigationBar.stories.js +2297 -0
- package/dist/luna/components/NavBar/NavigationBarDocumentation.mdx +245 -0
- package/dist/luna/{other-organisms → components}/NavBar/UtilityNav.js +5 -5
- package/dist/{application → luna}/components/NavBarHandler/NavBarHandler.js +1 -1
- package/dist/luna/components/NavBarTop/NavBarTop.js +9 -10
- package/dist/luna/components/NavSearch/NavSearch.js +1 -1
- package/dist/luna/components/NonTimeBasedListEntries/NonTimeBasedListEntries.stories.js +118 -0
- package/dist/luna/components/NonTimeBasedListEntries/NonTimeBasedListEntriesDocumentation.mdx +89 -0
- package/dist/luna/components/NonTimeBasedListEntries/NonTimeBasedListEntriesMethods.js +1 -1
- package/dist/luna/components/OverlayNotice/OverlayNotice.stories.js +96 -0
- package/dist/luna/components/OverlayNotice/OverlayNoticeDocumentation.mdx +45 -0
- package/dist/luna/components/ProductSummary/ProductSummary.stories.js +163 -0
- package/dist/luna/components/ProductsPackage/ProductsPackage.stories.js +384 -0
- package/dist/luna/components/ProseLayout/ProseLayout.stories.js +187 -0
- package/dist/luna/components/ProseLayout/ProseLayoutDocumentation.mdx +93 -0
- package/dist/luna/components/PullQuote/PullQuote.stories.js +556 -0
- package/dist/luna/components/PullQuote/PullQuoteDocumentation.mdx +60 -0
- package/dist/luna/components/RegionCard/RegionCard.js +4 -4
- package/dist/luna/components/ResourceGrid/ResourceGrid.stories.js +765 -0
- package/dist/luna/components/ResourceGrid/ResourceGridDocumentation.mdx +102 -0
- package/dist/luna/components/ScrollInPlace/ScrollInPlace.stories.js +171 -0
- package/dist/luna/components/ScrollInPlace/ScrollInPlaceDocumentation.mdx +123 -0
- package/dist/luna/components/SketchUpPricingCard/SketchUpPricingCard.stories.js +91 -0
- package/dist/luna/components/SlideOutFeat/SlideOutFeat.stories.js +32 -0
- package/dist/luna/components/StoreFrontCard/StoreFrontCard.js +1 -2
- package/dist/luna/components/StoreFrontCard/StoreFrontCard.stories.js +46 -0
- package/dist/luna/{other-organisms → components}/SubNav/SiblingsMenu.js +3 -3
- package/dist/luna/{other-organisms → components}/SubNav/SubNav.js +6 -7
- package/dist/luna/components/SuperHero/SuperHero.stories.js +806 -0
- package/dist/luna/components/SuperHero/SuperHeroDocumentation.mdx +57 -0
- package/dist/luna/components/SupportCard/SupportCard.stories.js +76 -0
- package/dist/luna/components/Tabs/Tabs.js +1 -2
- package/dist/luna/components/Tabs/Tabs.stories.js +585 -0
- package/dist/luna/components/Tabs/TabsDocumentation.mdx +94 -0
- package/dist/luna/components/TimeBasedList/TimeBasedList.stories.js +297 -0
- package/dist/luna/components/TimeBasedList/TimeBasedListDocumentation.mdx +123 -0
- package/dist/luna/components/TrainerCard/TrainerCard.stories.js +39 -0
- package/dist/luna/components/TrialForm/TrialFormStart/TrialFormStart.stories.js +69 -0
- package/dist/luna/components/VariableContentCard/VariableContentCard.js +4 -4
- package/dist/luna/components/Video/Video.stories.js +135 -0
- package/dist/luna/components/Video/VideoDocumentation.mdx +56 -0
- package/dist/luna/components/WaffleMenu/WaffleMenu.js +1 -1
- package/package.json +3 -3
- package/dist/application/components/HelmetHandler/HelmetHandler.js +0 -40
- package/dist/application/components/Loading/Loading.js +0 -22
- package/dist/application/components/Loading/Loading.scss +0 -10
- package/dist/application/components/Stack/Stack.js +0 -413
- package/dist/application/hooks/tests/useErrorPageData.test.js +0 -74
- package/dist/application/hooks/tests/useFetch.test.js +0 -70
- package/dist/application/hooks/tests/useFooterData.test.js +0 -106
- package/dist/application/hooks/tests/useFooterResponse.test.js +0 -70
- package/dist/application/hooks/tests/useFooterURL.test.js +0 -46
- package/dist/application/hooks/tests/useInnerPageNav.test.js +0 -36
- package/dist/application/hooks/tests/useLanguage.test.js +0 -57
- package/dist/application/hooks/tests/useLanguages.test.js +0 -133
- package/dist/application/hooks/tests/useMetadata.test.js +0 -33
- package/dist/application/hooks/tests/useNavResponse.test.js +0 -136
- package/dist/application/hooks/tests/useNavURL.test.js +0 -49
- package/dist/application/hooks/tests/usePageFetch.test.js +0 -203
- package/dist/application/hooks/tests/useRegions.test.js +0 -234
- package/dist/application/hooks/tests/useRoutes.test.js +0 -116
- package/dist/application/hooks/tests/useSiteData.test.js +0 -86
- package/dist/application/hooks/useErrorPageData.js +0 -59
- package/dist/application/hooks/useFetch.js +0 -67
- package/dist/application/hooks/useFooterData.js +0 -45
- package/dist/application/hooks/useFooterResponse.js +0 -56
- package/dist/application/hooks/useFooterURL.js +0 -32
- package/dist/application/hooks/useLanguage.js +0 -44
- package/dist/application/hooks/useLanguages.js +0 -66
- package/dist/application/hooks/useMetadata.js +0 -23
- package/dist/application/hooks/useNavData.js +0 -45
- package/dist/application/hooks/useNavResponse.js +0 -59
- package/dist/application/hooks/useNavURL.js +0 -41
- package/dist/application/hooks/usePageFetch.js +0 -109
- package/dist/application/hooks/useRegions.js +0 -149
- package/dist/application/hooks/useRoutes.js +0 -59
- package/dist/application/hooks/useScrollTo.js +0 -60
- package/dist/application/hooks/useSiteData.js +0 -58
- package/dist/application/methods/__mocks__/formatFooterDataMethods.js +0 -54
- package/dist/application/methods/formatContentSections.js +0 -130
- package/dist/application/methods/formatFooterDataMethods.js +0 -82
- package/dist/application/methods/formatMenuSiteData.js +0 -45
- package/dist/application/methods/formatMenus.js +0 -120
- package/dist/application/methods/locationRedirect.js +0 -16
- package/dist/application/methods/organismFormat/__mocks__/formatAnchors.js +0 -11
- package/dist/application/methods/organismFormat/__mocks__/formatCTAs.js +0 -10
- package/dist/application/methods/organismFormat/__mocks__/formatTheme.js +0 -15
- package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatFive.js +0 -12
- package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatFour.js +0 -12
- package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatOne.js +0 -12
- package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatSeven.js +0 -12
- package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatThree.js +0 -12
- package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatTwoA.js +0 -12
- package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatTwoB.js +0 -12
- package/dist/application/methods/organismFormat/feats/__mocks__/formatFeatTwoBIcons.js +0 -14
- package/dist/application/methods/organismFormat/feats/__mocks__/formatPullQuote.js +0 -12
- package/dist/application/methods/organismFormat/feats/formatFeatFive.js +0 -39
- package/dist/application/methods/organismFormat/feats/formatFeatFour.js +0 -36
- package/dist/application/methods/organismFormat/feats/formatFeatOne.js +0 -52
- package/dist/application/methods/organismFormat/feats/formatFeatSeven.js +0 -193
- package/dist/application/methods/organismFormat/feats/formatFeatThree.js +0 -41
- package/dist/application/methods/organismFormat/feats/formatFeatTwoA.js +0 -37
- package/dist/application/methods/organismFormat/feats/formatFeatTwoAFolds.js +0 -27
- package/dist/application/methods/organismFormat/feats/formatFeatTwoB.js +0 -40
- package/dist/application/methods/organismFormat/feats/formatFeatTwoBIcons.js +0 -20
- package/dist/application/methods/organismFormat/feats/formatPullQuote.js +0 -49
- package/dist/application/methods/organismFormat/feats/tests/formatFeatFive.test.js +0 -173
- package/dist/application/methods/organismFormat/feats/tests/formatFeatFour.test.js +0 -140
- package/dist/application/methods/organismFormat/feats/tests/formatFeatOne.test.js +0 -204
- package/dist/application/methods/organismFormat/feats/tests/formatFeatSeven.test.js +0 -680
- package/dist/application/methods/organismFormat/feats/tests/formatFeatThree.test.js +0 -142
- package/dist/application/methods/organismFormat/feats/tests/formatFeatTwoA.test.js +0 -342
- package/dist/application/methods/organismFormat/feats/tests/formatFeatTwoAFolds.test.js +0 -99
- package/dist/application/methods/organismFormat/feats/tests/formatFeatTwoB.test.js +0 -293
- package/dist/application/methods/organismFormat/feats/tests/formatFeatTwoBIcons.test.js +0 -78
- package/dist/application/methods/organismFormat/feats/tests/formatPullQuote.test.js +0 -178
- package/dist/application/methods/organismFormat/formatAnchors.js +0 -16
- package/dist/application/methods/organismFormat/formatCTAs.js +0 -34
- package/dist/application/methods/organismFormat/formatTheme.js +0 -29
- package/dist/application/methods/organismFormat/heroes/__mocks__/formatHeroFour.js +0 -12
- package/dist/application/methods/organismFormat/heroes/__mocks__/formatHeroOne.js +0 -12
- package/dist/application/methods/organismFormat/heroes/__mocks__/formatHeroSix.js +0 -12
- package/dist/application/methods/organismFormat/heroes/__mocks__/formatHeroThree.js +0 -12
- package/dist/application/methods/organismFormat/heroes/__mocks__/formatHeroTwo.js +0 -12
- package/dist/application/methods/organismFormat/heroes/formatHeroFour.js +0 -39
- package/dist/application/methods/organismFormat/heroes/formatHeroOne.js +0 -56
- package/dist/application/methods/organismFormat/heroes/formatHeroSeven.js +0 -56
- package/dist/application/methods/organismFormat/heroes/formatHeroSix.js +0 -51
- package/dist/application/methods/organismFormat/heroes/formatHeroThree.js +0 -58
- package/dist/application/methods/organismFormat/heroes/formatHeroTwo.js +0 -42
- package/dist/application/methods/organismFormat/heroes/tests/formatHeroFour.test.js +0 -245
- package/dist/application/methods/organismFormat/heroes/tests/formatHeroOne.test.js +0 -165
- package/dist/application/methods/organismFormat/heroes/tests/formatHeroSeven.test.js +0 -198
- package/dist/application/methods/organismFormat/heroes/tests/formatHeroSix.test.js +0 -196
- package/dist/application/methods/organismFormat/heroes/tests/formatHeroThree.test.js +0 -185
- package/dist/application/methods/organismFormat/heroes/tests/formatHeroTwo.test.js +0 -205
- package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatFive.js +0 -12
- package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatFour.js +0 -12
- package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatFourCards.js +0 -10
- package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatOne.js +0 -12
- package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatOneCards.js +0 -17
- package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatOneV2Cards.js +0 -27
- package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatSeven.js +0 -12
- package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatSevenCards.js +0 -10
- package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatSix.js +0 -12
- package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatSixCards.js +0 -10
- package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatThree.js +0 -12
- package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatThreeCards.js +0 -10
- package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatThreeV2Cards.js +0 -32
- package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatTopSection.js +0 -23
- package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatTwo.js +0 -12
- package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatTwoCards.js +0 -10
- package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatTwoV2Cards.js +0 -34
- package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatType.js +0 -10
- package/dist/application/methods/organismFormat/listFeats/__mocks__/formatListFeatV2.js +0 -33
- package/dist/application/methods/organismFormat/listFeats/formatListFeatFive.js +0 -53
- package/dist/application/methods/organismFormat/listFeats/formatListFeatFiveItemsV2.js +0 -32
- package/dist/application/methods/organismFormat/listFeats/formatListFeatFiveV2.js +0 -39
- package/dist/application/methods/organismFormat/listFeats/formatListFeatFour.js +0 -35
- package/dist/application/methods/organismFormat/listFeats/formatListFeatFourCards.js +0 -24
- package/dist/application/methods/organismFormat/listFeats/formatListFeatFourDumplingsV2.js +0 -36
- package/dist/application/methods/organismFormat/listFeats/formatListFeatFourV2.js +0 -38
- package/dist/application/methods/organismFormat/listFeats/formatListFeatOne.js +0 -46
- package/dist/application/methods/organismFormat/listFeats/formatListFeatOneCards.js +0 -36
- package/dist/application/methods/organismFormat/listFeats/formatListFeatOneV2.js +0 -41
- package/dist/application/methods/organismFormat/listFeats/formatListFeatOneV2Cards.js +0 -64
- package/dist/application/methods/organismFormat/listFeats/formatListFeatSeven.js +0 -37
- package/dist/application/methods/organismFormat/listFeats/formatListFeatSevenCards.js +0 -46
- package/dist/application/methods/organismFormat/listFeats/formatListFeatSevenCardsV2.js +0 -48
- package/dist/application/methods/organismFormat/listFeats/formatListFeatSevenV2.js +0 -39
- package/dist/application/methods/organismFormat/listFeats/formatListFeatSix.js +0 -36
- package/dist/application/methods/organismFormat/listFeats/formatListFeatSixCards.js +0 -15
- package/dist/application/methods/organismFormat/listFeats/formatListFeatSixCardsV2.js +0 -16
- package/dist/application/methods/organismFormat/listFeats/formatListFeatSixV2.js +0 -38
- package/dist/application/methods/organismFormat/listFeats/formatListFeatThree.js +0 -40
- package/dist/application/methods/organismFormat/listFeats/formatListFeatThreeCards.js +0 -48
- package/dist/application/methods/organismFormat/listFeats/formatListFeatThreeV2.js +0 -40
- package/dist/application/methods/organismFormat/listFeats/formatListFeatThreeV2Cards.js +0 -39
- package/dist/application/methods/organismFormat/listFeats/formatListFeatTopSection.js +0 -33
- package/dist/application/methods/organismFormat/listFeats/formatListFeatTwo.js +0 -36
- package/dist/application/methods/organismFormat/listFeats/formatListFeatTwoCards.js +0 -34
- package/dist/application/methods/organismFormat/listFeats/formatListFeatTwoV2.js +0 -40
- package/dist/application/methods/organismFormat/listFeats/formatListFeatTwoV2Cards.js +0 -46
- package/dist/application/methods/organismFormat/listFeats/formatListFeatType.js +0 -27
- package/dist/application/methods/organismFormat/listFeats/formatListFeatV2.js +0 -21
- package/dist/application/methods/organismFormat/listFeats/tests/formatFeatSevenV2.test.js +0 -463
- package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatFive.test.js +0 -89
- package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatFiveV2.test.js +0 -238
- package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatFour.test.js +0 -75
- package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatFourCards.test.js +0 -65
- package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatFourV2.test.js +0 -358
- package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatOne.test.js +0 -98
- package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatOneCards.test.js +0 -67
- package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatOneV2.test.js +0 -191
- package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatOneV2Cards.test.js +0 -87
- package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatSeven.test.js +0 -120
- package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatSevenCards.test.js +0 -111
- package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatSix.test.js +0 -67
- package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatSixCards.test.js +0 -25
- package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatSixV2.test.js +0 -242
- package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatThree.test.js +0 -96
- package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatThreeCards.test.js +0 -94
- package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatThreeV2.test.js +0 -242
- package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatThreeV2Cards.test.js +0 -96
- package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatTopSection.test.js +0 -63
- package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatTwo.test.js +0 -86
- package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatTwoCards.test.js +0 -81
- package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatTwoV2.test.js +0 -299
- package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatTwoV2Cards.test.js +0 -159
- package/dist/application/methods/organismFormat/listFeats/tests/formatListFeatV2.test.js +0 -69
- package/dist/application/methods/organismFormat/listFeats/tests/mockData/listFeatOneV2MockData.js +0 -125
- package/dist/application/methods/organismFormat/tests/formatAnchors.test.js +0 -20
- package/dist/application/methods/organismFormat/tests/formatCTAs.test.js +0 -109
- package/dist/application/methods/organismFormat/tests/formatTheme.test.js +0 -54
- package/dist/application/methods/tests/formatContentSections.test.js +0 -237
- package/dist/application/methods/tests/formatFooterDataMethods.test.js +0 -138
- package/dist/luna/components/MiniFeatDropdown/MiniFeatDropdown.js +0 -78
- package/dist/luna/components/MiniFeatDropdown/MiniFeatDropdown.scss +0 -107
- package/dist/luna/featurettes/CustomFeat/CustomFeat.js +0 -157
- package/dist/luna/featurettes/CustomFeat/CustomFeat.scss +0 -18
- package/dist/luna/featurettes/Feat1/Feat1.js +0 -122
- package/dist/luna/featurettes/Feat1/Feat1.scss +0 -110
- package/dist/luna/featurettes/Feat1/feat1Methods.js +0 -18
- package/dist/luna/featurettes/Feat1/feat1Methods.test.js +0 -21
- package/dist/luna/featurettes/Feat2A/Feat2A.js +0 -101
- package/dist/luna/featurettes/Feat2A/Feat2A.scss +0 -132
- package/dist/luna/featurettes/Feat2B/Feat2B.js +0 -131
- package/dist/luna/featurettes/Feat2B/Feat2B.scss +0 -231
- package/dist/luna/featurettes/Feat2B/Feat2BMethods.js +0 -75
- package/dist/luna/featurettes/Feat2B/Feat2BMethods.test.js +0 -38
- package/dist/luna/featurettes/Feat3/Feat3.js +0 -89
- package/dist/luna/featurettes/Feat3/Feat3.scss +0 -49
- package/dist/luna/featurettes/Feat4/Feat4.js +0 -95
- package/dist/luna/featurettes/Feat4/Feat4.scss +0 -86
- package/dist/luna/featurettes/Feat5/Feat5.js +0 -194
- package/dist/luna/featurettes/Feat5/Feat5.scss +0 -235
- package/dist/luna/featurettes/Feat5/Feat5Methods.js +0 -19
- package/dist/luna/featurettes/Feat5/Feat5Methods.test.js +0 -23
- package/dist/luna/featurettes/Feat7/Feat7.js +0 -79
- package/dist/luna/featurettes/Feat7/Feat7.scss +0 -49
- package/dist/luna/featurettes/Feat7/Feat7Methods.js +0 -41
- package/dist/luna/featurettes/Feat8/Feat8.js +0 -75
- package/dist/luna/featurettes/Feat8/Feat8.scss +0 -103
- package/dist/luna/featurettes/Feat8/feat8Methods.js +0 -18
- package/dist/luna/featurettes/Feat8/feat8Methods.test.js +0 -21
- package/dist/luna/heroes/Hero1/Hero1.js +0 -111
- package/dist/luna/heroes/Hero1/Hero1.scss +0 -223
- package/dist/luna/heroes/Hero1/Hero1Methods.js +0 -84
- package/dist/luna/heroes/Hero1/useWindowSize.js +0 -47
- package/dist/luna/heroes/Hero2/Hero2.js +0 -130
- package/dist/luna/heroes/Hero2/Hero2.scss +0 -165
- package/dist/luna/heroes/Hero3/Hero3.js +0 -246
- package/dist/luna/heroes/Hero3/Hero3.scss +0 -250
- package/dist/luna/heroes/Hero3/Hero3Methods.js +0 -37
- package/dist/luna/heroes/Hero4/Hero4.js +0 -175
- package/dist/luna/heroes/Hero4/Hero4.scss +0 -112
- package/dist/luna/heroes/Hero4/hero4Methods.js +0 -18
- package/dist/luna/heroes/Hero6/Hero6.js +0 -179
- package/dist/luna/heroes/Hero6/Hero6.scss +0 -127
- package/dist/luna/heroes/Hero7/Hero7.js +0 -118
- package/dist/luna/heroes/Hero7/Hero7.scss +0 -193
- package/dist/luna/heroes/Hero7/Hero7Methods.js +0 -39
- package/dist/luna/heroes/Hero7/Hero7Methods.test.js +0 -109
- package/dist/luna/heroes/Hero7/useWindowWidth.js +0 -40
- package/dist/luna/list-feats/ListFeat/ListFeat.js +0 -149
- package/dist/luna/list-feats/ListFeat/ListFeat.scss +0 -112
- package/dist/luna/list-feats/ListFeat1/ListFeat1.js +0 -91
- package/dist/luna/list-feats/ListFeat1/ListFeat1.scss +0 -94
- package/dist/luna/list-feats/ListFeat1/listFeat1Methods.js +0 -14
- package/dist/luna/list-feats/ListFeat1/listFeat1Methods.test.js +0 -17
- package/dist/luna/list-feats/ListFeat2/ListFeat2.js +0 -30
- package/dist/luna/list-feats/ListFeat2/ListFeat2.scss +0 -20
- package/dist/luna/list-feats/ListFeat2/ListFeat2Methods.js +0 -33
- package/dist/luna/list-feats/ListFeat2/ListFeat2Methods.test.js +0 -11
- package/dist/luna/list-feats/ListFeat4/ListFeat4.js +0 -34
- package/dist/luna/list-feats/ListFeat4/ListFeat4.scss +0 -32
- package/dist/luna/list-feats/ListFeat5/ListFeat5.js +0 -28
- package/dist/luna/list-feats/ListFeat5/ListFeat5.scss +0 -27
- package/dist/luna/list-feats/ListFeat5/ListFeat5Methods.js +0 -24
- package/dist/luna/list-feats/ListFeat6/ListFeat6.js +0 -59
- package/dist/luna/list-feats/ListFeat6/ListFeat6.scss +0 -34
- package/dist/luna/list-feats/ListFeat7/ListFeat7.js +0 -51
- package/dist/luna/list-feats/ListFeat7/ListFeat7.scss +0 -14
- package/dist/luna/list-feats/ListFeat7/ListFeat7Methods.js +0 -49
- package/dist/luna/list-feats/ListFeatCustom/ListFeatCustom.js +0 -25
- package/dist/luna/list-feats/ListFeatCustom/ListFeatCustom.scss +0 -8
- package/dist/luna/list-feats/methods/listFeatMethods.js +0 -119
- /package/dist/luna/{featurettes → components}/Accordion/Accordion.js +0 -0
- /package/dist/luna/{featurettes → components}/Accordion/Accordion.scss +0 -0
- /package/dist/luna/{featurettes → components}/Accordion/AccordionItem.js +0 -0
- /package/dist/luna/{other-organisms → components}/Carousel/Carousel.js +0 -0
- /package/dist/luna/{other-organisms → components}/Carousel/Carousel.scss +0 -0
- /package/dist/luna/{heroes → components}/FilterHero/FilterHero.js +0 -0
- /package/dist/luna/{heroes → components}/FilterHero/FilterHero.scss +0 -0
- /package/dist/luna/{heroes → components}/FilterHero/FilterHeroMethods.js +0 -0
- /package/dist/luna/{other-organisms → components}/Flyout/Flyout.scss +0 -0
- /package/dist/luna/{other-organisms → components}/Footer/ExportedFooter.js +0 -0
- /package/dist/luna/{other-organisms → components}/Footer/Footer.js +0 -0
- /package/dist/luna/{other-organisms → components}/Footer/Footer.scss +0 -0
- /package/dist/luna/{other-organisms → components}/Footer/GlobalFooter.js +0 -0
- /package/dist/luna/{other-organisms → components}/Footer/SectorFooter.js +0 -0
- /package/dist/luna/{heroes → components}/FullBackgroundHero/FullBackgroundHero.js +0 -0
- /package/dist/luna/{heroes → components}/FullBackgroundHero/FullBackgroundHero.scss +0 -0
- /package/dist/luna/{heroes → components}/FullBackgroundHero/FullBackgroundHeroMethods.js +0 -0
- /package/dist/luna/{featurettes → components}/IconTextList/IconTextList.js +0 -0
- /package/dist/luna/{featurettes → components}/IconTextList/IconTextList.scss +0 -0
- /package/dist/luna/{other-organisms → components}/LanguageSelector/LanguageSelector.scss +0 -0
- /package/dist/luna/{other-organisms → components}/MarketoForm/MarketoForm.js +0 -0
- /package/dist/luna/{other-organisms → components}/MarketoForm/MarketoForm.scss +0 -0
- /package/dist/luna/{other-organisms → components}/NavBar/NavBar.js +0 -0
- /package/dist/luna/{other-organisms → components}/NavBar/NavBar.scss +0 -0
- /package/dist/luna/{other-organisms → components}/NavBar/NavOption.js +0 -0
- /package/dist/luna/{other-organisms → components}/NavBar/useNavPosition.js +0 -0
- /package/dist/luna/{featurettes → components}/ProductsPackage/ProductsPackage.js +0 -0
- /package/dist/luna/{featurettes → components}/ProductsPackage/ProductsPackage.scss +0 -0
- /package/dist/luna/{featurettes → components}/ProductsPackage/ProductsPackageMethods.js +0 -0
- /package/dist/luna/{featurettes → components}/PullQuote/PullQuote.js +0 -0
- /package/dist/luna/{featurettes → components}/PullQuote/PullQuote.scss +0 -0
- /package/dist/luna/{featurettes → components}/PullQuote/ico-quote-white.svg +0 -0
- /package/dist/luna/{featurettes → components}/PullQuote/ico-quote.svg +0 -0
- /package/dist/luna/{other-organisms → components}/SubNav/SubNav.scss +0 -0
- /package/dist/luna/{heroes → components}/SuperHero/SuperHero.js +0 -0
- /package/dist/luna/{heroes → components}/SuperHero/SuperHero.scss +0 -0
- /package/dist/luna/{heroes → components}/SuperHero/SuperHeroMethods.js +0 -0
- /package/dist/luna/{heroes → components}/SuperHero/useCompareContainerHeights.js +0 -0
- /package/dist/{application/assets → luna}/images/carat-down.svg +0 -0
- /package/dist/{application/assets → luna}/images/carat-up.svg +0 -0
- /package/dist/{application/assets → luna}/images/close-blue.svg +0 -0
- /package/dist/{application/assets → luna}/images/close.svg +0 -0
- /package/dist/{application/assets → luna}/images/ellipses.svg +0 -0
- /package/dist/{application/assets → luna}/images/facebook.svg +0 -0
- /package/dist/{application/assets → luna}/images/favicon.ico +0 -0
- /package/dist/{application/assets → luna}/images/fpoBox.png +0 -0
- /package/dist/{application/assets → luna}/images/fpoSquare.png +0 -0
- /package/dist/{application/assets → luna}/images/instagram.svg +0 -0
- /package/dist/{application/assets → luna}/images/linkedin.svg +0 -0
- /package/dist/{application/assets → luna}/images/loading-mini.gif +0 -0
- /package/dist/{application/assets → luna}/images/trimble_logo.png +0 -0
- /package/dist/{application/assets → luna}/images/twitter.svg +0 -0
- /package/dist/{application/assets → luna}/images/youtube.svg +0 -0
- /package/dist/{application → luna/utils}/hooks/useInnerPageNav.js +0 -0
@@ -0,0 +1,2381 @@
|
|
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.VideoCTABioBlocks = exports.UnboundedCardsWithWhite = exports.UnboundedCardsWithConcreteGray = exports.UnboundedCardsCentered = exports.UnboundedCards = exports.UnBoundedCardsWithVideo = exports.IconMiniBlocks = exports.IconListItemBlocksWithWhite = exports.IconListItemBlocksWithVideoCTA = exports.IconListItemBlocksWithConcreteGray = exports.IconListItemBlocks = exports.EcommerceCardsCentered = exports.EcommerceCards = exports.BoundedCardsWithWhite = exports.BoundedCardsWithVideo = exports.BoundedCardsWithTrimbleDarkGray = exports.BoundedCardsWithTrimbleBlue = exports.BoundedCardsWithDarkNavy = exports.BoundedCardsWithConcreteGray = exports.BoundedCardsNoImages = exports.BoundedCardsCentered = exports.BoundedCards4Centered = exports.BoundedCards3Centered = exports.BoundedCards2Centered = exports.BoundedCards = exports.BioBlocksWithWhite = exports.BioBlocksWithVideo = exports.BioBlocksWithConcreteGray = exports.BioBlocks = exports.AppCardsWithWhite = exports.AppCardsWithTrimbleDarkGray = exports.AppCardsWithTrimbleBlue = exports.AppCardsWithDarkNavy = exports.AppCardsWithConcreteGray = exports.AppCards = void 0;
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
9
|
+
var _BlockListItems = _interopRequireDefault(require("./BlockListItems"));
|
10
|
+
var _BlockListItemsDocumentation = _interopRequireDefault(require("./BlockListItemsDocumentation.mdx"));
|
11
|
+
// Themes
|
12
|
+
var white = {
|
13
|
+
color: "#26292E",
|
14
|
+
backgroundColor: "#ffffff",
|
15
|
+
theme: "white"
|
16
|
+
};
|
17
|
+
var concreteGray = {
|
18
|
+
color: "#26292E",
|
19
|
+
backgroundColor: "#F1F1F6",
|
20
|
+
theme: "concrete-gray"
|
21
|
+
};
|
22
|
+
var trimbleDarkGray = {
|
23
|
+
color: "#ffffff",
|
24
|
+
backgroundColor: "#252A2E",
|
25
|
+
theme: "dark-gray"
|
26
|
+
};
|
27
|
+
var trimbleBlue = {
|
28
|
+
color: "#ffffff",
|
29
|
+
backgroundColor: "#0063A3",
|
30
|
+
theme: "blue"
|
31
|
+
};
|
32
|
+
var darkNavy = {
|
33
|
+
color: "#ffffff",
|
34
|
+
backgroundColor: "#003054",
|
35
|
+
theme: "dark-navy"
|
36
|
+
};
|
37
|
+
var variant1ACards = [{
|
38
|
+
image: {
|
39
|
+
type: "lottieAnimation",
|
40
|
+
src: "https://assets3.lottiefiles.com/packages/lf20_UJNc2t.json",
|
41
|
+
style: {
|
42
|
+
width: "100%",
|
43
|
+
height: "168px"
|
44
|
+
}
|
45
|
+
},
|
46
|
+
eyebrow: "Eyebrow Option",
|
47
|
+
header: "Trimble S9 HP©",
|
48
|
+
cardLink: {
|
49
|
+
// url: "/#",
|
50
|
+
onClick: function onClick() {
|
51
|
+
console.log("yayyyyyy");
|
52
|
+
},
|
53
|
+
text: "Button"
|
54
|
+
},
|
55
|
+
text: "Combines top field technologies with the highest level of accuracy and most advanced engineering features.",
|
56
|
+
modalType: "Image",
|
57
|
+
modalContent: {
|
58
|
+
modalImage: {
|
59
|
+
type: "lottieAnimation",
|
60
|
+
src: "https://assets3.lottiefiles.com/packages/lf20_UJNc2t.json",
|
61
|
+
style: {
|
62
|
+
width: "100%",
|
63
|
+
height: "168px"
|
64
|
+
}
|
65
|
+
},
|
66
|
+
variant: "unbounded_cards",
|
67
|
+
transcript: null,
|
68
|
+
video: null
|
69
|
+
}
|
70
|
+
}, {
|
71
|
+
image: {
|
72
|
+
focalPointImage: {
|
73
|
+
height: 4000,
|
74
|
+
title: "dog",
|
75
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
76
|
+
width: 6000,
|
77
|
+
x: 3549,
|
78
|
+
y: 1811
|
79
|
+
}
|
80
|
+
},
|
81
|
+
eyebrow: "Eyebrow Option",
|
82
|
+
header: "Trimble S9 HP",
|
83
|
+
cardLink: {
|
84
|
+
url: "https://trimble.com",
|
85
|
+
text: "Button",
|
86
|
+
external: true
|
87
|
+
},
|
88
|
+
modalType: "Image",
|
89
|
+
modalContent: {
|
90
|
+
modalImage: {
|
91
|
+
focalPointImage: {
|
92
|
+
height: 4000,
|
93
|
+
title: "dog",
|
94
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
95
|
+
width: 6000,
|
96
|
+
x: 3549,
|
97
|
+
y: 1811
|
98
|
+
}
|
99
|
+
}
|
100
|
+
},
|
101
|
+
text: "Uncompromising performance, range, accuracy and speed."
|
102
|
+
}, {
|
103
|
+
eyebrow: "Eyebrow Option",
|
104
|
+
header: "Trimble S9 HP",
|
105
|
+
cardLink: {
|
106
|
+
url: "/#",
|
107
|
+
text: "Button"
|
108
|
+
},
|
109
|
+
text: "The no nonsense workhorse that works efficiently and dependably while maintaining the highest possible accuracy"
|
110
|
+
}, {
|
111
|
+
image: {
|
112
|
+
focalPointImage: {
|
113
|
+
height: 4000,
|
114
|
+
title: "dog",
|
115
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
116
|
+
width: 6000,
|
117
|
+
x: 3549,
|
118
|
+
y: 1811
|
119
|
+
}
|
120
|
+
},
|
121
|
+
eyebrow: "Eyebrow Option",
|
122
|
+
header: "Trimble S9 HP",
|
123
|
+
cardLink: {
|
124
|
+
url: "/#",
|
125
|
+
text: "Button"
|
126
|
+
},
|
127
|
+
modalType: "Video",
|
128
|
+
modalContent: {
|
129
|
+
thumbnail: {
|
130
|
+
focalPointImage: {
|
131
|
+
height: 4000,
|
132
|
+
title: "dog",
|
133
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
134
|
+
width: 6000,
|
135
|
+
x: 3549,
|
136
|
+
y: 1811
|
137
|
+
}
|
138
|
+
},
|
139
|
+
variant: "unbounded_cards",
|
140
|
+
transcript: null,
|
141
|
+
video: {
|
142
|
+
url: "https://www.youtube.com/embed/UY7r0juBF8Y",
|
143
|
+
allowFullScreen: true,
|
144
|
+
uuid: "UrtwArRETP23TP9yGgCEd6",
|
145
|
+
vidyard: false
|
146
|
+
}
|
147
|
+
},
|
148
|
+
text: "Uncompromising performance, range, accuracy and speed."
|
149
|
+
}];
|
150
|
+
var variant1ACardsCentered = [{
|
151
|
+
image: {
|
152
|
+
type: "lottieAnimation",
|
153
|
+
src: "https://assets3.lottiefiles.com/packages/lf20_UJNc2t.json",
|
154
|
+
style: {
|
155
|
+
width: "100%",
|
156
|
+
height: "168px"
|
157
|
+
}
|
158
|
+
},
|
159
|
+
eyebrow: "Eyebrow Option",
|
160
|
+
header: "Trimble S9 HP©",
|
161
|
+
cardLink: {
|
162
|
+
// url: "/#",
|
163
|
+
onClick: function onClick() {
|
164
|
+
console.log("yayyyyyy");
|
165
|
+
},
|
166
|
+
text: "Button"
|
167
|
+
},
|
168
|
+
text: "Combines top field technologies with the highest level of accuracy and most advanced engineering features.",
|
169
|
+
modalType: "Image",
|
170
|
+
modalContent: {
|
171
|
+
modalImage: {
|
172
|
+
type: "lottieAnimation",
|
173
|
+
src: "https://assets3.lottiefiles.com/packages/lf20_UJNc2t.json",
|
174
|
+
style: {
|
175
|
+
width: "100%",
|
176
|
+
height: "168px"
|
177
|
+
}
|
178
|
+
},
|
179
|
+
variant: "unbounded_cards",
|
180
|
+
transcript: null,
|
181
|
+
video: null
|
182
|
+
}
|
183
|
+
}, {
|
184
|
+
image: {
|
185
|
+
focalPointImage: {
|
186
|
+
height: 4000,
|
187
|
+
title: "dog",
|
188
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
189
|
+
width: 6000,
|
190
|
+
x: 3549,
|
191
|
+
y: 1811
|
192
|
+
}
|
193
|
+
},
|
194
|
+
eyebrow: "Eyebrow Option",
|
195
|
+
header: "Trimble S9 HP",
|
196
|
+
cardLink: {
|
197
|
+
url: "https://trimble.com",
|
198
|
+
text: "Button",
|
199
|
+
external: true
|
200
|
+
},
|
201
|
+
modalType: "Image",
|
202
|
+
modalContent: {
|
203
|
+
modalImage: {
|
204
|
+
focalPointImage: {
|
205
|
+
height: 4000,
|
206
|
+
title: "dog",
|
207
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
208
|
+
width: 6000,
|
209
|
+
x: 3549,
|
210
|
+
y: 1811
|
211
|
+
}
|
212
|
+
}
|
213
|
+
},
|
214
|
+
text: "Uncompromising performance, range, accuracy and speed."
|
215
|
+
}, {
|
216
|
+
image: {
|
217
|
+
focalPointImage: {
|
218
|
+
height: 4000,
|
219
|
+
title: "dog",
|
220
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
221
|
+
width: 6000,
|
222
|
+
x: 3549,
|
223
|
+
y: 1811
|
224
|
+
}
|
225
|
+
},
|
226
|
+
eyebrow: "Eyebrow Option",
|
227
|
+
header: "Trimble S9 HP",
|
228
|
+
cardLink: {
|
229
|
+
url: "/#",
|
230
|
+
text: "Button"
|
231
|
+
},
|
232
|
+
modalType: "Video",
|
233
|
+
modalContent: {
|
234
|
+
thumbnail: {
|
235
|
+
focalPointImage: {
|
236
|
+
height: 4000,
|
237
|
+
title: "dog",
|
238
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
239
|
+
width: 6000,
|
240
|
+
x: 3549,
|
241
|
+
y: 1811
|
242
|
+
}
|
243
|
+
},
|
244
|
+
variant: "unbounded_cards",
|
245
|
+
transcript: null,
|
246
|
+
video: {
|
247
|
+
url: "https://www.youtube.com/embed/UY7r0juBF8Y",
|
248
|
+
allowFullScreen: true,
|
249
|
+
uuid: "UrtwArRETP23TP9yGgCEd6",
|
250
|
+
vidyard: false
|
251
|
+
}
|
252
|
+
},
|
253
|
+
text: "Uncompromising performance, range, accuracy and speed."
|
254
|
+
}, {
|
255
|
+
image: {
|
256
|
+
focalPointImage: {
|
257
|
+
height: 4000,
|
258
|
+
title: "dog",
|
259
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
260
|
+
width: 6000,
|
261
|
+
x: 3549,
|
262
|
+
y: 1811
|
263
|
+
}
|
264
|
+
},
|
265
|
+
eyebrow: "Eyebrow Option",
|
266
|
+
header: "Trimble S9 HP",
|
267
|
+
cardLink: {
|
268
|
+
url: "/#",
|
269
|
+
text: "Button"
|
270
|
+
},
|
271
|
+
modalType: "Video",
|
272
|
+
modalContent: {
|
273
|
+
thumbnail: {
|
274
|
+
focalPointImage: {
|
275
|
+
height: 4000,
|
276
|
+
title: "dog",
|
277
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
278
|
+
width: 6000,
|
279
|
+
x: 3549,
|
280
|
+
y: 1811
|
281
|
+
}
|
282
|
+
},
|
283
|
+
variant: "unbounded_cards",
|
284
|
+
transcript: null,
|
285
|
+
video: {
|
286
|
+
url: "https://www.youtube.com/embed/UY7r0juBF8Y",
|
287
|
+
allowFullScreen: true,
|
288
|
+
uuid: "UrtwArRETP23TP9yGgCEd6",
|
289
|
+
vidyard: false
|
290
|
+
}
|
291
|
+
},
|
292
|
+
text: "Uncompromising performance, range, accuracy and speed."
|
293
|
+
}, {
|
294
|
+
image: {
|
295
|
+
focalPointImage: {
|
296
|
+
height: 4000,
|
297
|
+
title: "dog",
|
298
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
299
|
+
width: 6000,
|
300
|
+
x: 3549,
|
301
|
+
y: 1811
|
302
|
+
}
|
303
|
+
},
|
304
|
+
eyebrow: "Eyebrow Option",
|
305
|
+
header: "Trimble S9 HP",
|
306
|
+
cardLink: {
|
307
|
+
url: "/#",
|
308
|
+
text: "Button"
|
309
|
+
},
|
310
|
+
modalType: "Video",
|
311
|
+
modalContent: {
|
312
|
+
thumbnail: {
|
313
|
+
focalPointImage: {
|
314
|
+
height: 4000,
|
315
|
+
title: "dog",
|
316
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
317
|
+
width: 6000,
|
318
|
+
x: 3549,
|
319
|
+
y: 1811
|
320
|
+
}
|
321
|
+
},
|
322
|
+
variant: "unbounded_cards",
|
323
|
+
transcript: null,
|
324
|
+
video: {
|
325
|
+
url: "https://www.youtube.com/embed/UY7r0juBF8Y",
|
326
|
+
allowFullScreen: true,
|
327
|
+
uuid: "UrtwArRETP23TP9yGgCEd6",
|
328
|
+
vidyard: false
|
329
|
+
}
|
330
|
+
},
|
331
|
+
text: "Uncompromising performance, range, accuracy and speed."
|
332
|
+
}];
|
333
|
+
var variant1ACards4Centered = [{
|
334
|
+
image: {
|
335
|
+
type: "lottieAnimation",
|
336
|
+
src: "https://assets3.lottiefiles.com/packages/lf20_UJNc2t.json",
|
337
|
+
style: {
|
338
|
+
width: "100%",
|
339
|
+
height: "168px"
|
340
|
+
}
|
341
|
+
},
|
342
|
+
eyebrow: "Eyebrow Option",
|
343
|
+
header: "Trimble S9 HP©",
|
344
|
+
cardLink: {
|
345
|
+
// url: "/#",
|
346
|
+
onClick: function onClick() {
|
347
|
+
console.log("yayyyyyy");
|
348
|
+
},
|
349
|
+
text: "Button"
|
350
|
+
},
|
351
|
+
text: "Combines top field technologies with the highest level of accuracy and most advanced engineering features.",
|
352
|
+
modalType: "Image",
|
353
|
+
modalContent: {
|
354
|
+
modalImage: {
|
355
|
+
type: "lottieAnimation",
|
356
|
+
src: "https://assets3.lottiefiles.com/packages/lf20_UJNc2t.json",
|
357
|
+
style: {
|
358
|
+
width: "100%",
|
359
|
+
height: "168px"
|
360
|
+
}
|
361
|
+
},
|
362
|
+
variant: "unbounded_cards",
|
363
|
+
transcript: null,
|
364
|
+
video: null
|
365
|
+
}
|
366
|
+
}, {
|
367
|
+
image: {
|
368
|
+
focalPointImage: {
|
369
|
+
height: 4000,
|
370
|
+
title: "dog",
|
371
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
372
|
+
width: 6000,
|
373
|
+
x: 3549,
|
374
|
+
y: 1811
|
375
|
+
}
|
376
|
+
},
|
377
|
+
eyebrow: "Eyebrow Option",
|
378
|
+
header: "Trimble S9 HP",
|
379
|
+
cardLink: {
|
380
|
+
url: "https://trimble.com",
|
381
|
+
text: "Button",
|
382
|
+
external: true
|
383
|
+
},
|
384
|
+
modalType: "Image",
|
385
|
+
modalContent: {
|
386
|
+
modalImage: {
|
387
|
+
focalPointImage: {
|
388
|
+
height: 4000,
|
389
|
+
title: "dog",
|
390
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
391
|
+
width: 6000,
|
392
|
+
x: 3549,
|
393
|
+
y: 1811
|
394
|
+
}
|
395
|
+
}
|
396
|
+
},
|
397
|
+
text: "Uncompromising performance, range, accuracy and speed."
|
398
|
+
}, {
|
399
|
+
image: {
|
400
|
+
focalPointImage: {
|
401
|
+
height: 4000,
|
402
|
+
title: "dog",
|
403
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
404
|
+
width: 6000,
|
405
|
+
x: 3549,
|
406
|
+
y: 1811
|
407
|
+
}
|
408
|
+
},
|
409
|
+
eyebrow: "Eyebrow Option",
|
410
|
+
header: "Trimble S9 HP",
|
411
|
+
cardLink: {
|
412
|
+
url: "/#",
|
413
|
+
text: "Button"
|
414
|
+
},
|
415
|
+
modalType: "Video",
|
416
|
+
modalContent: {
|
417
|
+
thumbnail: {
|
418
|
+
focalPointImage: {
|
419
|
+
height: 4000,
|
420
|
+
title: "dog",
|
421
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
422
|
+
width: 6000,
|
423
|
+
x: 3549,
|
424
|
+
y: 1811
|
425
|
+
}
|
426
|
+
},
|
427
|
+
variant: "unbounded_cards",
|
428
|
+
transcript: null,
|
429
|
+
video: {
|
430
|
+
url: "https://www.youtube.com/embed/UY7r0juBF8Y",
|
431
|
+
allowFullScreen: true,
|
432
|
+
uuid: "UrtwArRETP23TP9yGgCEd6",
|
433
|
+
vidyard: false
|
434
|
+
}
|
435
|
+
},
|
436
|
+
text: "Uncompromising performance, range, accuracy and speed."
|
437
|
+
}, {
|
438
|
+
image: {
|
439
|
+
focalPointImage: {
|
440
|
+
height: 4000,
|
441
|
+
title: "dog",
|
442
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
443
|
+
width: 6000,
|
444
|
+
x: 3549,
|
445
|
+
y: 1811
|
446
|
+
}
|
447
|
+
},
|
448
|
+
eyebrow: "Eyebrow Option",
|
449
|
+
header: "Trimble S9 HP",
|
450
|
+
cardLink: {
|
451
|
+
url: "/#",
|
452
|
+
text: "Button"
|
453
|
+
},
|
454
|
+
modalType: "Video",
|
455
|
+
modalContent: {
|
456
|
+
thumbnail: {
|
457
|
+
focalPointImage: {
|
458
|
+
height: 4000,
|
459
|
+
title: "dog",
|
460
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
461
|
+
width: 6000,
|
462
|
+
x: 3549,
|
463
|
+
y: 1811
|
464
|
+
}
|
465
|
+
},
|
466
|
+
variant: "unbounded_cards",
|
467
|
+
transcript: null,
|
468
|
+
video: {
|
469
|
+
url: "https://www.youtube.com/embed/UY7r0juBF8Y",
|
470
|
+
allowFullScreen: true,
|
471
|
+
uuid: "UrtwArRETP23TP9yGgCEd6",
|
472
|
+
vidyard: false
|
473
|
+
}
|
474
|
+
},
|
475
|
+
text: "Uncompromising performance, range, accuracy and speed."
|
476
|
+
}];
|
477
|
+
var variant1ACards3Centered = [{
|
478
|
+
image: {
|
479
|
+
type: "lottieAnimation",
|
480
|
+
src: "https://assets3.lottiefiles.com/packages/lf20_UJNc2t.json",
|
481
|
+
style: {
|
482
|
+
width: "100%",
|
483
|
+
height: "168px"
|
484
|
+
}
|
485
|
+
},
|
486
|
+
eyebrow: "Eyebrow Option",
|
487
|
+
header: "Trimble S9 HP©",
|
488
|
+
cardLink: {
|
489
|
+
// url: "/#",
|
490
|
+
onClick: function onClick() {
|
491
|
+
console.log("yayyyyyy");
|
492
|
+
},
|
493
|
+
text: "Button"
|
494
|
+
},
|
495
|
+
text: "Combines top field technologies with the highest level of accuracy and most advanced engineering features.",
|
496
|
+
modalType: "Image",
|
497
|
+
modalContent: {
|
498
|
+
modalImage: {
|
499
|
+
type: "lottieAnimation",
|
500
|
+
src: "https://assets3.lottiefiles.com/packages/lf20_UJNc2t.json",
|
501
|
+
style: {
|
502
|
+
width: "100%",
|
503
|
+
height: "168px"
|
504
|
+
}
|
505
|
+
},
|
506
|
+
variant: "unbounded_cards",
|
507
|
+
transcript: null,
|
508
|
+
video: null
|
509
|
+
}
|
510
|
+
}, {
|
511
|
+
image: {
|
512
|
+
focalPointImage: {
|
513
|
+
height: 4000,
|
514
|
+
title: "dog",
|
515
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
516
|
+
width: 6000,
|
517
|
+
x: 3549,
|
518
|
+
y: 1811
|
519
|
+
}
|
520
|
+
},
|
521
|
+
eyebrow: "Eyebrow Option",
|
522
|
+
header: "Trimble S9 HP",
|
523
|
+
cardLink: {
|
524
|
+
url: "https://trimble.com",
|
525
|
+
text: "Button",
|
526
|
+
external: true
|
527
|
+
},
|
528
|
+
modalType: "Image",
|
529
|
+
modalContent: {
|
530
|
+
modalImage: {
|
531
|
+
focalPointImage: {
|
532
|
+
height: 4000,
|
533
|
+
title: "dog",
|
534
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
535
|
+
width: 6000,
|
536
|
+
x: 3549,
|
537
|
+
y: 1811
|
538
|
+
}
|
539
|
+
}
|
540
|
+
},
|
541
|
+
text: "Uncompromising performance, range, accuracy and speed."
|
542
|
+
}, {
|
543
|
+
image: {
|
544
|
+
focalPointImage: {
|
545
|
+
height: 4000,
|
546
|
+
title: "dog",
|
547
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
548
|
+
width: 6000,
|
549
|
+
x: 3549,
|
550
|
+
y: 1811
|
551
|
+
}
|
552
|
+
},
|
553
|
+
eyebrow: "Eyebrow Option",
|
554
|
+
header: "Trimble S9 HP",
|
555
|
+
cardLink: {
|
556
|
+
url: "/#",
|
557
|
+
text: "Button"
|
558
|
+
},
|
559
|
+
modalType: "Video",
|
560
|
+
modalContent: {
|
561
|
+
thumbnail: {
|
562
|
+
focalPointImage: {
|
563
|
+
height: 4000,
|
564
|
+
title: "dog",
|
565
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
566
|
+
width: 6000,
|
567
|
+
x: 3549,
|
568
|
+
y: 1811
|
569
|
+
}
|
570
|
+
},
|
571
|
+
variant: "unbounded_cards",
|
572
|
+
transcript: null,
|
573
|
+
video: {
|
574
|
+
url: "https://www.youtube.com/embed/UY7r0juBF8Y",
|
575
|
+
allowFullScreen: true,
|
576
|
+
uuid: "UrtwArRETP23TP9yGgCEd6",
|
577
|
+
vidyard: false
|
578
|
+
}
|
579
|
+
},
|
580
|
+
text: "Uncompromising performance, range, accuracy and speed."
|
581
|
+
}];
|
582
|
+
var variant1ACards2Centered = [{
|
583
|
+
image: {
|
584
|
+
type: "lottieAnimation",
|
585
|
+
src: "https://assets3.lottiefiles.com/packages/lf20_UJNc2t.json",
|
586
|
+
style: {
|
587
|
+
width: "100%",
|
588
|
+
height: "168px"
|
589
|
+
}
|
590
|
+
},
|
591
|
+
eyebrow: "Eyebrow Option",
|
592
|
+
header: "Trimble S9 HP©",
|
593
|
+
cardLink: {
|
594
|
+
// url: "/#",
|
595
|
+
onClick: function onClick() {
|
596
|
+
console.log("yayyyyyy");
|
597
|
+
},
|
598
|
+
text: "Button"
|
599
|
+
},
|
600
|
+
text: "Combines top field technologies with the highest level of accuracy and most advanced engineering features.",
|
601
|
+
modalType: "Image",
|
602
|
+
modalContent: {
|
603
|
+
modalImage: {
|
604
|
+
type: "lottieAnimation",
|
605
|
+
src: "https://assets3.lottiefiles.com/packages/lf20_UJNc2t.json",
|
606
|
+
style: {
|
607
|
+
width: "100%",
|
608
|
+
height: "168px"
|
609
|
+
}
|
610
|
+
},
|
611
|
+
variant: "unbounded_cards",
|
612
|
+
transcript: null,
|
613
|
+
video: null
|
614
|
+
}
|
615
|
+
}, {
|
616
|
+
image: {
|
617
|
+
focalPointImage: {
|
618
|
+
height: 4000,
|
619
|
+
title: "dog",
|
620
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
621
|
+
width: 6000,
|
622
|
+
x: 3549,
|
623
|
+
y: 1811
|
624
|
+
}
|
625
|
+
},
|
626
|
+
eyebrow: "Eyebrow Option",
|
627
|
+
header: "Trimble S9 HP",
|
628
|
+
cardLink: {
|
629
|
+
url: "https://trimble.com",
|
630
|
+
text: "Button",
|
631
|
+
external: true
|
632
|
+
},
|
633
|
+
modalType: "Image",
|
634
|
+
modalContent: {
|
635
|
+
modalImage: {
|
636
|
+
focalPointImage: {
|
637
|
+
height: 4000,
|
638
|
+
title: "dog",
|
639
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
640
|
+
width: 6000,
|
641
|
+
x: 3549,
|
642
|
+
y: 1811
|
643
|
+
}
|
644
|
+
}
|
645
|
+
},
|
646
|
+
text: "Uncompromising performance, range, accuracy and speed."
|
647
|
+
}];
|
648
|
+
var variant1BCards = [{
|
649
|
+
eyebrow: "Eyebrow Option",
|
650
|
+
header: "Trimble S9 HP©",
|
651
|
+
cardLink: {
|
652
|
+
url: "/#",
|
653
|
+
text: "Button"
|
654
|
+
},
|
655
|
+
text: "Combines top field technologies with the highest level of accuracy and most advanced engineering features."
|
656
|
+
}, {
|
657
|
+
eyebrow: "Eyebrow Option",
|
658
|
+
header: "Trimble S9 HP",
|
659
|
+
cardLink: {
|
660
|
+
url: "/#",
|
661
|
+
text: "Button"
|
662
|
+
}
|
663
|
+
}, {
|
664
|
+
eyebrow: "Eyebrow Option",
|
665
|
+
header: "Trimble S9 HP",
|
666
|
+
cardLink: {
|
667
|
+
onClick: function onClick() {
|
668
|
+
console.log("yayyyyyy");
|
669
|
+
},
|
670
|
+
text: "Button"
|
671
|
+
},
|
672
|
+
text: "The no nonsense workhorse that works efficiently and dependably while maintaining the highest possible accuracy"
|
673
|
+
}, {
|
674
|
+
eyebrow: "Eyebrow Option",
|
675
|
+
header: "Trimble S9 HP",
|
676
|
+
cardLink: {
|
677
|
+
url: "/#",
|
678
|
+
text: "Button"
|
679
|
+
},
|
680
|
+
text: "Uncompromising performance, range, accuracy and speed."
|
681
|
+
}];
|
682
|
+
var ecommerceCards = [{
|
683
|
+
header: "Trimble TX8",
|
684
|
+
eyebrow: "SCANNERS",
|
685
|
+
text: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quis quam at nisl sociis.",
|
686
|
+
image: {
|
687
|
+
focalPointImage: {
|
688
|
+
height: 960,
|
689
|
+
width: 1280,
|
690
|
+
title: "FPO Placeholder",
|
691
|
+
url: "https://images.ctfassets.net/citn2sn5tdjr/7FQF8EgL3N5VAMDQX2H40A/0f774cdd69ef9abe633e43450fcf7b2a/trimble-tx8.png",
|
692
|
+
x: 480,
|
693
|
+
y: 640
|
694
|
+
}
|
695
|
+
},
|
696
|
+
cardLabel: "Most popular",
|
697
|
+
productPrice: {
|
698
|
+
currentPrice: "11000",
|
699
|
+
previousPrice: "12000",
|
700
|
+
saving: "1000",
|
701
|
+
priceTerm: "/year",
|
702
|
+
currencyIcon: "$"
|
703
|
+
},
|
704
|
+
productPageLink: {
|
705
|
+
text: "Learn more",
|
706
|
+
url: "/product-page-link",
|
707
|
+
external: true
|
708
|
+
},
|
709
|
+
trialLink: {
|
710
|
+
text: "Try for Free",
|
711
|
+
url: "/trial-page-link",
|
712
|
+
external: true
|
713
|
+
},
|
714
|
+
cardLink: {
|
715
|
+
text: "Add to Cart",
|
716
|
+
url: "/buy-page-link"
|
717
|
+
}
|
718
|
+
}, {
|
719
|
+
header: "Trimble TX8",
|
720
|
+
eyebrow: "SCANNERS",
|
721
|
+
text: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quis quam at nisl sociis.",
|
722
|
+
image: {
|
723
|
+
focalPointImage: {
|
724
|
+
height: 960,
|
725
|
+
width: 1280,
|
726
|
+
title: "FPO Placeholder",
|
727
|
+
url: "https://images.ctfassets.net/citn2sn5tdjr/7FQF8EgL3N5VAMDQX2H40A/0f774cdd69ef9abe633e43450fcf7b2a/trimble-tx8.png",
|
728
|
+
x: 480,
|
729
|
+
y: 640
|
730
|
+
}
|
731
|
+
},
|
732
|
+
cardLabel: "Most popular",
|
733
|
+
productPrice: {
|
734
|
+
currentPrice: "11000",
|
735
|
+
previousPrice: "12000",
|
736
|
+
saving: "1000",
|
737
|
+
priceTerm: "/year",
|
738
|
+
currencyIcon: "$"
|
739
|
+
},
|
740
|
+
productPageLink: {
|
741
|
+
text: "Learn more",
|
742
|
+
url: "/product-page-link",
|
743
|
+
external: true
|
744
|
+
},
|
745
|
+
trialLink: {
|
746
|
+
text: "Try for Free",
|
747
|
+
url: "/trial-page-link",
|
748
|
+
external: true
|
749
|
+
},
|
750
|
+
cardLink: {
|
751
|
+
text: "Add to Cart",
|
752
|
+
url: "/buy-page-link"
|
753
|
+
}
|
754
|
+
}, {
|
755
|
+
header: "Trimble TX8",
|
756
|
+
eyebrow: "SCANNERS",
|
757
|
+
text: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quis quam at nisl sociis.",
|
758
|
+
image: {
|
759
|
+
focalPointImage: {
|
760
|
+
height: 960,
|
761
|
+
width: 1280,
|
762
|
+
title: "FPO Placeholder",
|
763
|
+
url: "https://images.ctfassets.net/citn2sn5tdjr/7FQF8EgL3N5VAMDQX2H40A/0f774cdd69ef9abe633e43450fcf7b2a/trimble-tx8.png",
|
764
|
+
x: 480,
|
765
|
+
y: 640
|
766
|
+
}
|
767
|
+
},
|
768
|
+
productPrice: {
|
769
|
+
currentPrice: "11000",
|
770
|
+
previousPrice: "12000",
|
771
|
+
saving: "1000",
|
772
|
+
priceTerm: "/year",
|
773
|
+
currencyIcon: "$"
|
774
|
+
},
|
775
|
+
productPageLink: {
|
776
|
+
text: "Learn more",
|
777
|
+
url: "/product-page-link",
|
778
|
+
external: true
|
779
|
+
},
|
780
|
+
trialLink: {
|
781
|
+
text: "Try for Free",
|
782
|
+
url: "/trial-page-link",
|
783
|
+
external: true
|
784
|
+
},
|
785
|
+
cardLink: {
|
786
|
+
text: "Add to Cart",
|
787
|
+
url: "/buy-page-link"
|
788
|
+
}
|
789
|
+
}, {
|
790
|
+
header: "Trimble TX8",
|
791
|
+
eyebrow: "SCANNERS",
|
792
|
+
text: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quis quam at nisl sociis.",
|
793
|
+
image: {
|
794
|
+
focalPointImage: {
|
795
|
+
height: 960,
|
796
|
+
width: 1280,
|
797
|
+
title: "FPO Placeholder",
|
798
|
+
url: "https://images.ctfassets.net/citn2sn5tdjr/7FQF8EgL3N5VAMDQX2H40A/0f774cdd69ef9abe633e43450fcf7b2a/trimble-tx8.png",
|
799
|
+
x: 480,
|
800
|
+
y: 640
|
801
|
+
}
|
802
|
+
},
|
803
|
+
productPrice: {
|
804
|
+
currentPrice: "11000"
|
805
|
+
},
|
806
|
+
productPageLink: {
|
807
|
+
text: "Learn more",
|
808
|
+
url: "/product-page-link",
|
809
|
+
external: true
|
810
|
+
},
|
811
|
+
trialLink: {
|
812
|
+
text: "Try for Free",
|
813
|
+
url: "/trial-page-link",
|
814
|
+
external: true
|
815
|
+
},
|
816
|
+
cardLink: {
|
817
|
+
text: "Add to Cart",
|
818
|
+
url: "/buy-page-link"
|
819
|
+
}
|
820
|
+
}, {
|
821
|
+
header: "Trimble TX8",
|
822
|
+
eyebrow: "SCANNERS",
|
823
|
+
text: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quis quam at nisl sociis.",
|
824
|
+
image: {
|
825
|
+
focalPointImage: {
|
826
|
+
height: 960,
|
827
|
+
width: 1280,
|
828
|
+
title: "FPO Placeholder",
|
829
|
+
url: "https://images.ctfassets.net/citn2sn5tdjr/7FQF8EgL3N5VAMDQX2H40A/0f774cdd69ef9abe633e43450fcf7b2a/trimble-tx8.png",
|
830
|
+
x: 480,
|
831
|
+
y: 640
|
832
|
+
}
|
833
|
+
},
|
834
|
+
productPrice: {
|
835
|
+
currentPrice: "11000",
|
836
|
+
currencyIcon: "$"
|
837
|
+
},
|
838
|
+
productPageLink: {
|
839
|
+
text: "Learn more",
|
840
|
+
url: "/product-page-link",
|
841
|
+
external: true
|
842
|
+
},
|
843
|
+
cardLink: {
|
844
|
+
text: "Add to Cart",
|
845
|
+
url: "/buy-page-link"
|
846
|
+
}
|
847
|
+
}];
|
848
|
+
var appCards = [{
|
849
|
+
logo: {
|
850
|
+
altText: "Some alt text for product",
|
851
|
+
url: "https://bryandoconnor.s3.us-west-2.amazonaws.com/images/sketchup-logo.svg"
|
852
|
+
},
|
853
|
+
productName: "ProjectSight",
|
854
|
+
header: "PM Software for Designers & Contractors©",
|
855
|
+
subheader: "Manage projects from a single-source of collaboration & information. Cost Management | Document Control | Field Management | Drawing & Specification Management",
|
856
|
+
image: {
|
857
|
+
focalPointImage: {
|
858
|
+
height: 960,
|
859
|
+
width: 1280,
|
860
|
+
title: "FPO Placeholder",
|
861
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7zF5J9FlzLzm2SFrT6inNJ/2fe28905a10bd27e8d6b178d3a8239e6/save.png",
|
862
|
+
x: 480,
|
863
|
+
y: 640
|
864
|
+
}
|
865
|
+
},
|
866
|
+
body: "\n <p>The Power of One Platform</p>\n <p>No more chasing paperwork. Improve your construction project management by having all RFIs, Submittals, change orders and reports in one platform.</p>\n <p>Improve your team's productivity. The team conversations approach puts an end to project paper-trail forensics and holds all project team members accountable for their part.</p>\n <p>Build efficient processes. Simple, configurable and modern construction management processes allow you to quickly capture, communicate and collaborate around critical information in the office or in the field.</p>\n <p>Build More. Confidently.</p>\n ",
|
867
|
+
viewLessText: "View Less",
|
868
|
+
viewMoreText: "View More",
|
869
|
+
cardLink: {
|
870
|
+
text: "Request Demo",
|
871
|
+
url: "https://www.trimble.com",
|
872
|
+
external: true
|
873
|
+
},
|
874
|
+
Link: null
|
875
|
+
}, {
|
876
|
+
logo: {
|
877
|
+
altText: "Some alt text for product",
|
878
|
+
url: "https://bryandoconnor.s3.us-west-2.amazonaws.com/images/sketchup-logo.svg"
|
879
|
+
},
|
880
|
+
productName: "Viewpoint Team",
|
881
|
+
header: "Construction Project Management",
|
882
|
+
subheader: "connect the back office® and field operations® with your team of subcontractors, suppliers, architects and owners'",
|
883
|
+
image: {
|
884
|
+
focalPointImage: {
|
885
|
+
height: 4000,
|
886
|
+
title: "dog",
|
887
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
888
|
+
width: 6000,
|
889
|
+
x: 3549,
|
890
|
+
y: 1811
|
891
|
+
}
|
892
|
+
},
|
893
|
+
body: "\n <p>The Power of One Platform</p>\n <p>No more chasing paperwork. Improve your construction project management by having all RFIs, Submittals, change orders and reports in one platform.</p>\n <p>Improve your team's productivity. The team conversations approach puts an end to project paper-trail forensics and holds all project team members accountable for their part.</p>\n <p>Build efficient processes. Simple, configurable and modern construction management processes allow you to quickly capture, communicate and collaborate around critical information in the office or in the field.</p>\n <p>Build More. Confidently.</p>\n ",
|
894
|
+
viewLessText: "View Less",
|
895
|
+
viewMoreText: "View More",
|
896
|
+
cardLink: {
|
897
|
+
url: "https://trimble.com",
|
898
|
+
text: "Request Demo",
|
899
|
+
external: true
|
900
|
+
},
|
901
|
+
Link: null
|
902
|
+
}, {
|
903
|
+
logo: {
|
904
|
+
altText: "Some alt text for product",
|
905
|
+
url: "https://bryandoconnor.s3.us-west-2.amazonaws.com/images/sketchup-logo.svg"
|
906
|
+
},
|
907
|
+
productName: "Service Tech Mobile",
|
908
|
+
header: "Mobile & Web App w/ Field Access to ERP®",
|
909
|
+
subheader: "Connect your service business directly to your accounting system. Information from the field is instantly updated in the ERP.",
|
910
|
+
image: {
|
911
|
+
focalPointImage: {
|
912
|
+
height: 4000,
|
913
|
+
title: "dog",
|
914
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
915
|
+
width: 6000,
|
916
|
+
x: 3549,
|
917
|
+
y: 1811
|
918
|
+
}
|
919
|
+
},
|
920
|
+
body: "\n <p>Bill and get paid faster and with fewer disputes, with mobile sign-off on the jobsite</p>\n <p>Track labor and work performed, equipment, materials and other cost data in real time</p>\n <p>Service techs can see work order details, access maps and directions, and spend more time completing billable work</p>\n <p>Mobile access to Spectrum's job cost accounting ties cost and revenue directly to work orders</p>\n ",
|
921
|
+
viewLessText: "View Less",
|
922
|
+
viewMoreText: "View More",
|
923
|
+
cardLink: {
|
924
|
+
url: "https://trimble.com",
|
925
|
+
text: "Request Demo",
|
926
|
+
external: true
|
927
|
+
},
|
928
|
+
Link: null
|
929
|
+
}, {
|
930
|
+
logo: {
|
931
|
+
altText: "Some alt text for product",
|
932
|
+
url: "https://bryandoconnor.s3.us-west-2.amazonaws.com/images/sketchup-logo.svg"
|
933
|
+
},
|
934
|
+
productName: "Payroll Time Entry",
|
935
|
+
header: "Mobile Labor & Equipment Mgmt for ERP",
|
936
|
+
subheader: "Manage labor and equipment time from the job site, with this mobile app that connects to the Spectrum ERP",
|
937
|
+
image: {
|
938
|
+
focalPointImage: {
|
939
|
+
height: 4000,
|
940
|
+
title: "dog",
|
941
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
942
|
+
width: 6000,
|
943
|
+
x: 3549,
|
944
|
+
y: 1811
|
945
|
+
}
|
946
|
+
},
|
947
|
+
body: "\n <p>Track labor and equipment time from anywhere with a simple, intuitive app</p>\n <p>Update payroll and job cost information in real-time, in Spectrum's Payroll and Human Resources applications</p>\n <p>Eliminate duplicate data entry, streamline labor and payroll workflows , and reduce paperwork and inefficiencies</p>\n <p>Improve the speed and accuracy of payroll processes</p>\n <p>Off-line functionality for remote work sites</p>\n ",
|
948
|
+
viewLessText: "View Less",
|
949
|
+
viewMoreText: "View More",
|
950
|
+
cardLink: {
|
951
|
+
url: "https://trimble.com",
|
952
|
+
text: "Request Demo",
|
953
|
+
external: true
|
954
|
+
},
|
955
|
+
Link: null
|
956
|
+
}, {
|
957
|
+
logo: {
|
958
|
+
altText: "Some alt text for product",
|
959
|
+
url: "https://bryandoconnor.s3.us-west-2.amazonaws.com/images/sketchup-logo.svg"
|
960
|
+
},
|
961
|
+
productName: "Trimble Connect",
|
962
|
+
header: "Cloud-based collaboration tool",
|
963
|
+
subheader: "Connect the right people to the right data at the right time - enabling informed decision making and enhancing project efficiency.",
|
964
|
+
image: {
|
965
|
+
focalPointImage: {
|
966
|
+
height: 4000,
|
967
|
+
title: "dog",
|
968
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
969
|
+
width: 6000,
|
970
|
+
x: 3549,
|
971
|
+
y: 1811
|
972
|
+
}
|
973
|
+
},
|
974
|
+
body: "\n <p>Bridge data silos - Store, share, action, and reference 3D models, drawings, and more throughout each phase of the project lifecycle.</p>\n <p>Access anywhere - Up-to-date models and plans are accessible across desktop, browser, mobile, and even on Mixed Reality (MR) devices.</p>\n <p>True collaboration - Compile feedback, assign to-dos, and share critical information at every stage. Access over 60 file formats including AutoCAD and Revit.</p>\n <p>Unlimited storage - Trimble Connect for Business offers unlimited cloud storage with full version control. Even if you lose your device, you won't lose your work.</p>\n ",
|
975
|
+
viewLessText: "View Less",
|
976
|
+
viewMoreText: "View More",
|
977
|
+
cardLink: {
|
978
|
+
url: "https://trimble.com",
|
979
|
+
text: "Request Demo",
|
980
|
+
external: true
|
981
|
+
},
|
982
|
+
Link: null
|
983
|
+
}, {
|
984
|
+
logo: {
|
985
|
+
altText: "Some alt text for product",
|
986
|
+
url: "https://bryandoconnor.s3.us-west-2.amazonaws.com/images/sketchup-logo.svg"
|
987
|
+
},
|
988
|
+
productName: "VDC Pro+",
|
989
|
+
header: "Design and detailing software",
|
990
|
+
subheader: "Design and collaborate on real-world constructible models in AutoCAD, AutoCAD MEP, or Revit.",
|
991
|
+
image: {
|
992
|
+
focalPointImage: {
|
993
|
+
height: 4000,
|
994
|
+
title: "dog",
|
995
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
996
|
+
width: 6000,
|
997
|
+
x: 3549,
|
998
|
+
y: 1811
|
999
|
+
}
|
1000
|
+
},
|
1001
|
+
body: "\n <p>Flexible. Design your next real-world, constructible model in the application of your choice: AutoCAD, AutoCAD MEP or Revit.</p>\n <p>Connected. Increase connectivity among workflows, collaboration, and project visibility across your entire team, from design to field</p>\n <p>Content-enabled. Increase accuracy and draw with confidence knowing that the parts you're using are up-to-date to manufacturer specifications.</p>\n ",
|
1002
|
+
viewLessText: "View Less",
|
1003
|
+
viewMoreText: "View More",
|
1004
|
+
cardLink: {
|
1005
|
+
url: "https://trimble.com",
|
1006
|
+
text: "Request Demo",
|
1007
|
+
external: true
|
1008
|
+
},
|
1009
|
+
Link: null
|
1010
|
+
}, {
|
1011
|
+
logo: {
|
1012
|
+
altText: "Some alt text for product",
|
1013
|
+
url: "https://bryandoconnor.s3.us-west-2.amazonaws.com/images/sketchup-logo.svg"
|
1014
|
+
},
|
1015
|
+
productName: "WinEst",
|
1016
|
+
header: "Estimation software for GC's",
|
1017
|
+
subheader: "Reduce the complexity of delivering accurate construction estimates with this subscription.",
|
1018
|
+
image: {
|
1019
|
+
focalPointImage: {
|
1020
|
+
height: 4000,
|
1021
|
+
title: "dog",
|
1022
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
1023
|
+
width: 6000,
|
1024
|
+
x: 3549,
|
1025
|
+
y: 1811
|
1026
|
+
}
|
1027
|
+
},
|
1028
|
+
body: "\n <p>Convert cost data into bid information. Convert your unique historical cost data into valuable early stage estimates. Bid confidently, winning more work.</p>\n <p>Standardize your estimating processes. Organize your estimating processes and ensure that everyone is on the same page and producing consistent estimating outcomes.</p>\n <p>Use your valuable time for things that matter. Free your time up of learning and using multiple tools to get the estimating job done.</p>\n <p>Improve your estimates. Premium capabilities allow you to share and collaborate project information with the people that matter.</p>\n ",
|
1029
|
+
viewLessText: "View Less",
|
1030
|
+
viewMoreText: "View More",
|
1031
|
+
cardLink: {
|
1032
|
+
url: "https://trimble.com",
|
1033
|
+
text: "Request Demo",
|
1034
|
+
external: true
|
1035
|
+
},
|
1036
|
+
Link: null
|
1037
|
+
}, {
|
1038
|
+
productName: "Vista",
|
1039
|
+
header: "Web-based Construction ERP",
|
1040
|
+
subheader: "This web-based construction ERP has tools for job-cost accounting, project management, service management, HR, payroll, inventory tracking & more",
|
1041
|
+
image: {
|
1042
|
+
focalPointImage: {
|
1043
|
+
height: 4000,
|
1044
|
+
title: "dog",
|
1045
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
1046
|
+
width: 6000,
|
1047
|
+
x: 3549,
|
1048
|
+
y: 1811
|
1049
|
+
}
|
1050
|
+
},
|
1051
|
+
body: "\n <p>Connect real-time information and workflows from across the organization, and make faster, more accurate descisions</p>\n <p>Web-based tools can be accessed from the office or field, with cloud security features like single-sign on and multi-factor authentication</p>\n <p>Role-based access makes it easy to limit access to sensitive information, and protects against security breaches</p>\n <p>Integrated payroll and onboarding, with simplified tracking for certifications and licenses</p>\n <p>Powered by Microsoft Azure</p>\n ",
|
1052
|
+
viewLessText: "View Less",
|
1053
|
+
viewMoreText: "View More",
|
1054
|
+
cardLink: {
|
1055
|
+
url: "https://trimble.com",
|
1056
|
+
text: "Request Demo"
|
1057
|
+
},
|
1058
|
+
Link: null
|
1059
|
+
}, {
|
1060
|
+
logo: {
|
1061
|
+
altText: "Some alt text for product",
|
1062
|
+
url: "https://bryandoconnor.s3.us-west-2.amazonaws.com/images/sketchup-logo.svg"
|
1063
|
+
},
|
1064
|
+
productName: "Spectrum",
|
1065
|
+
header: "Web-based Construction ERP",
|
1066
|
+
subheader: "This web-based construction ERP offers tools for job-cost accounting, project management, service management, HR, payroll, inventory tracking, and more",
|
1067
|
+
image: {
|
1068
|
+
focalPointImage: {
|
1069
|
+
height: 4000,
|
1070
|
+
title: "dog",
|
1071
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
1072
|
+
width: 6000,
|
1073
|
+
x: 3549,
|
1074
|
+
y: 1811
|
1075
|
+
}
|
1076
|
+
},
|
1077
|
+
body: "\n <p>Connect real-time information and workflows from across the organization, and make faster, more accurate descisions</p>\n <p>Web-based tools can be accessed from the office or field, with cloud security features like single-sign on and multi-factor authentication</p>\n <p>Role-based access makes it easy to limit access to sensitive information, and protects against security breaches</p>\n <p>Integrated payroll and onboarding, with simplified tracking for certifications and licenses</p>\n <p>Powered by Amazon Web Services</p>\n ",
|
1078
|
+
viewLessText: "View Less",
|
1079
|
+
viewMoreText: "View More",
|
1080
|
+
cardLink: {
|
1081
|
+
url: "/#",
|
1082
|
+
text: "Request Demo"
|
1083
|
+
},
|
1084
|
+
Link: null
|
1085
|
+
}];
|
1086
|
+
var IconListItemBlocksContent = [{
|
1087
|
+
icon: "ter-icon--enclosed-arrow-left-dark-32px",
|
1088
|
+
header: "Regulatory Compliance®",
|
1089
|
+
text: "Lorem Ipsum dolor sit amet. Lorem Ipsum dolor sit amet. Lorem Ipsum dolor sit amet",
|
1090
|
+
link: {
|
1091
|
+
// url: "https://www.trimble.com",
|
1092
|
+
onClick: function onClick() {
|
1093
|
+
console.log("wooooooooooooo");
|
1094
|
+
},
|
1095
|
+
text: "Explore more"
|
1096
|
+
}
|
1097
|
+
}, {
|
1098
|
+
icon: "ter-icon--enclosed-arrow-left-dark-32px",
|
1099
|
+
header: "Supply Chain Visibility",
|
1100
|
+
text: "File Manager and Loader. Deserunt aute magna pariatur sunt aliquip cupidatat cillum aliqua magna. Reprehenderit labore excepteur commodo incididunt. Deserunt aute magna pariatur sunt aliquip cupidatat.",
|
1101
|
+
link: {
|
1102
|
+
url: "/",
|
1103
|
+
text: "Explore"
|
1104
|
+
}
|
1105
|
+
}, {
|
1106
|
+
header: "Transportation & Logistics Lorem ipsum dolor sit amet magna aute.",
|
1107
|
+
text: "File Manager and Loader. Deserunt aute magna pariatur sunt aliquip cupidatat cillum aliqua excepteur commodo incididunt. "
|
1108
|
+
}, {
|
1109
|
+
header: "Transportation & Logistics",
|
1110
|
+
text: "File Manager and Loader. Deserunt aute magna pariatur sunt aliquip cupidatat cillum aliqua."
|
1111
|
+
}, {
|
1112
|
+
header: "Regulatory Compliance",
|
1113
|
+
text: "Lorem Ipsum dolor sit amet. Lorem Ipsum dolor sit amet. Lorem Ipsum dolor sit amet",
|
1114
|
+
link: {
|
1115
|
+
url: "https://www.trimble.com",
|
1116
|
+
text: "Explore more"
|
1117
|
+
}
|
1118
|
+
}, {
|
1119
|
+
header: "Supply Chain Visibility",
|
1120
|
+
text: "File Manager and Loader. Deserunt aute magna pariatur sunt aliquip cupidatat cillum aliqua magna. Reprehenderit labore excepteur commodo incididunt. Deserunt aute magna pariatur sunt aliquip cupidatat.",
|
1121
|
+
link: {
|
1122
|
+
url: "/",
|
1123
|
+
text: "Explore"
|
1124
|
+
}
|
1125
|
+
}, {
|
1126
|
+
header: "Transportation & Logistics Lorem ipsum dolor sit amet magna aute.",
|
1127
|
+
text: "Lorem Ipsum dolor sit amet..."
|
1128
|
+
}, {
|
1129
|
+
header: "Transportation & Logistics",
|
1130
|
+
text: "File Manager and Loader. Deserunt aute magna pariatur sunt aliquip cupidatat cillum aliqua."
|
1131
|
+
}];
|
1132
|
+
var bioImage = {
|
1133
|
+
focalPointImage: {
|
1134
|
+
height: 4000,
|
1135
|
+
title: "dog",
|
1136
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
1137
|
+
width: 6000,
|
1138
|
+
x: 3549,
|
1139
|
+
y: 1811
|
1140
|
+
}
|
1141
|
+
};
|
1142
|
+
var bioBlockContentWithoutVideo = [{
|
1143
|
+
header: "Patience Turner™",
|
1144
|
+
subHeader: "Senior Vice President",
|
1145
|
+
image: bioImage,
|
1146
|
+
text: "<p>LG/P/Book® Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150</p>",
|
1147
|
+
link: {
|
1148
|
+
onClick: function onClick() {
|
1149
|
+
console.log("i am link");
|
1150
|
+
},
|
1151
|
+
text: "Explore more"
|
1152
|
+
}
|
1153
|
+
}, {
|
1154
|
+
header: "Angelique Shroeder",
|
1155
|
+
subHeader: "Senior Vice President, Operations and Head of Sustainability",
|
1156
|
+
image: bioImage,
|
1157
|
+
text: "LG/P/Book Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150",
|
1158
|
+
link: {
|
1159
|
+
url: "/",
|
1160
|
+
text: "Explore"
|
1161
|
+
}
|
1162
|
+
}, {
|
1163
|
+
header: "Emmanuel Macdonald",
|
1164
|
+
subHeader: "Senior Vice President, Chief Digital Officer",
|
1165
|
+
image: bioImage,
|
1166
|
+
text: "LG/P/Book Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150",
|
1167
|
+
link: {
|
1168
|
+
url: "/",
|
1169
|
+
text: "Explore"
|
1170
|
+
}
|
1171
|
+
}, {
|
1172
|
+
header: "Blake Daugherty",
|
1173
|
+
subHeader: "Senior Vice President, Finance and Chief Accounting Officer",
|
1174
|
+
image: bioImage,
|
1175
|
+
text: "LG/P/Book Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150",
|
1176
|
+
link: {
|
1177
|
+
url: "/",
|
1178
|
+
text: "Explore"
|
1179
|
+
}
|
1180
|
+
}, {
|
1181
|
+
header: "Patience Turner",
|
1182
|
+
subHeader: "Senior Vice President",
|
1183
|
+
image: bioImage,
|
1184
|
+
text: "LG/P/Book Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150",
|
1185
|
+
link: {
|
1186
|
+
url: "https://www.trimble.com",
|
1187
|
+
text: "Explore more"
|
1188
|
+
}
|
1189
|
+
}, {
|
1190
|
+
header: "Angelique Shroeder",
|
1191
|
+
subHeader: "Senior Vice President, Operations and Head of Sustainability",
|
1192
|
+
image: bioImage,
|
1193
|
+
text: "LG/P/Book Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150",
|
1194
|
+
link: {
|
1195
|
+
url: "/",
|
1196
|
+
text: "Explore"
|
1197
|
+
}
|
1198
|
+
}, {
|
1199
|
+
header: "Emmanuel Macdonald",
|
1200
|
+
subHeader: "Senior Vice President, Chief Digital Officer",
|
1201
|
+
image: bioImage,
|
1202
|
+
text: "LG/P/Book Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150",
|
1203
|
+
link: {
|
1204
|
+
url: "/",
|
1205
|
+
text: "Explore"
|
1206
|
+
}
|
1207
|
+
}, {
|
1208
|
+
header: "Blake Daugherty",
|
1209
|
+
subHeader: "Senior Vice President, Finance and Chief Accounting Officer",
|
1210
|
+
image: bioImage,
|
1211
|
+
text: "LG/P/Book Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150",
|
1212
|
+
link: {
|
1213
|
+
url: "/",
|
1214
|
+
text: "Explore"
|
1215
|
+
}
|
1216
|
+
}];
|
1217
|
+
var bioBlockContentCentered = [{
|
1218
|
+
header: "Patience Turner™",
|
1219
|
+
subHeader: "Senior Vice President",
|
1220
|
+
image: bioImage,
|
1221
|
+
text: "<p>LG/P/Book® Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150</p>",
|
1222
|
+
link: {
|
1223
|
+
onClick: function onClick() {
|
1224
|
+
console.log("i am link");
|
1225
|
+
},
|
1226
|
+
text: "Explore more"
|
1227
|
+
}
|
1228
|
+
}, {
|
1229
|
+
header: "Angelique Shroeder",
|
1230
|
+
subHeader: "Senior Vice President, Operations and Head of Sustainability",
|
1231
|
+
image: bioImage,
|
1232
|
+
text: "LG/P/Book Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150",
|
1233
|
+
link: {
|
1234
|
+
url: "/",
|
1235
|
+
text: "Explore"
|
1236
|
+
}
|
1237
|
+
}, {
|
1238
|
+
header: "Emmanuel Macdonald",
|
1239
|
+
subHeader: "Senior Vice President, Chief Digital Officer",
|
1240
|
+
image: bioImage,
|
1241
|
+
text: "LG/P/Book Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150",
|
1242
|
+
link: {
|
1243
|
+
url: "/",
|
1244
|
+
text: "Explore"
|
1245
|
+
}
|
1246
|
+
}, {
|
1247
|
+
header: "Blake Daugherty",
|
1248
|
+
subHeader: "Senior Vice President, Finance and Chief Accounting Officer",
|
1249
|
+
image: bioImage,
|
1250
|
+
text: "LG/P/Book Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150",
|
1251
|
+
link: {
|
1252
|
+
url: "/",
|
1253
|
+
text: "Explore"
|
1254
|
+
}
|
1255
|
+
}, {
|
1256
|
+
header: "Patience Turner",
|
1257
|
+
subHeader: "Senior Vice President",
|
1258
|
+
image: bioImage,
|
1259
|
+
text: "LG/P/Book Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150",
|
1260
|
+
link: {
|
1261
|
+
url: "https://www.trimble.com",
|
1262
|
+
text: "Explore more"
|
1263
|
+
}
|
1264
|
+
}];
|
1265
|
+
var _default = {
|
1266
|
+
component: _BlockListItems["default"],
|
1267
|
+
title: "MXP Components/Block List Items",
|
1268
|
+
parameters: {
|
1269
|
+
docs: {
|
1270
|
+
page: _BlockListItemsDocumentation["default"]
|
1271
|
+
}
|
1272
|
+
}
|
1273
|
+
};
|
1274
|
+
exports["default"] = _default;
|
1275
|
+
var AppCards = function AppCards() {
|
1276
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1277
|
+
style: {
|
1278
|
+
maxWidth: "1400px",
|
1279
|
+
margin: "0 auto"
|
1280
|
+
}
|
1281
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1282
|
+
type: "app_cards",
|
1283
|
+
content: {
|
1284
|
+
cards: [].concat(appCards),
|
1285
|
+
cardAlignment: true
|
1286
|
+
},
|
1287
|
+
paddingClass: "double-padding"
|
1288
|
+
}));
|
1289
|
+
};
|
1290
|
+
exports.AppCards = AppCards;
|
1291
|
+
var AppCardsWithWhite = function AppCardsWithWhite() {
|
1292
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1293
|
+
style: {
|
1294
|
+
maxWidth: "1400px",
|
1295
|
+
margin: "0 auto"
|
1296
|
+
}
|
1297
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1298
|
+
type: "app_cards",
|
1299
|
+
content: {
|
1300
|
+
cards: [].concat(appCards),
|
1301
|
+
cardAlignment: true,
|
1302
|
+
theme: white
|
1303
|
+
},
|
1304
|
+
paddingClass: "double-padding"
|
1305
|
+
}));
|
1306
|
+
};
|
1307
|
+
exports.AppCardsWithWhite = AppCardsWithWhite;
|
1308
|
+
var AppCardsWithConcreteGray = function AppCardsWithConcreteGray() {
|
1309
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1310
|
+
style: {
|
1311
|
+
maxWidth: "1400px",
|
1312
|
+
margin: "0 auto",
|
1313
|
+
background: concreteGray.backgroundColor
|
1314
|
+
}
|
1315
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1316
|
+
type: "app_cards",
|
1317
|
+
content: {
|
1318
|
+
cards: [].concat(appCards),
|
1319
|
+
cardAlignment: true,
|
1320
|
+
theme: concreteGray
|
1321
|
+
},
|
1322
|
+
paddingClass: "double-padding"
|
1323
|
+
}));
|
1324
|
+
};
|
1325
|
+
exports.AppCardsWithConcreteGray = AppCardsWithConcreteGray;
|
1326
|
+
var AppCardsWithTrimbleDarkGray = function AppCardsWithTrimbleDarkGray() {
|
1327
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1328
|
+
style: {
|
1329
|
+
maxWidth: "1400px",
|
1330
|
+
margin: "0 auto",
|
1331
|
+
background: trimbleDarkGray.backgroundColor
|
1332
|
+
}
|
1333
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1334
|
+
type: "app_cards",
|
1335
|
+
content: {
|
1336
|
+
cards: [].concat(appCards),
|
1337
|
+
cardAlignment: true,
|
1338
|
+
theme: trimbleDarkGray
|
1339
|
+
},
|
1340
|
+
paddingClass: "double-padding"
|
1341
|
+
}));
|
1342
|
+
};
|
1343
|
+
exports.AppCardsWithTrimbleDarkGray = AppCardsWithTrimbleDarkGray;
|
1344
|
+
var AppCardsWithTrimbleBlue = function AppCardsWithTrimbleBlue() {
|
1345
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1346
|
+
style: {
|
1347
|
+
maxWidth: "1400px",
|
1348
|
+
margin: "0 auto",
|
1349
|
+
background: trimbleBlue.backgroundColor
|
1350
|
+
}
|
1351
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1352
|
+
type: "app_cards",
|
1353
|
+
content: {
|
1354
|
+
cards: [].concat(appCards),
|
1355
|
+
cardAlignment: true,
|
1356
|
+
theme: trimbleBlue
|
1357
|
+
},
|
1358
|
+
paddingClass: "double-padding"
|
1359
|
+
}));
|
1360
|
+
};
|
1361
|
+
exports.AppCardsWithTrimbleBlue = AppCardsWithTrimbleBlue;
|
1362
|
+
var AppCardsWithDarkNavy = function AppCardsWithDarkNavy() {
|
1363
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1364
|
+
style: {
|
1365
|
+
maxWidth: "1400px",
|
1366
|
+
margin: "0 auto",
|
1367
|
+
background: darkNavy.backgroundColor
|
1368
|
+
}
|
1369
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1370
|
+
type: "app_cards",
|
1371
|
+
content: {
|
1372
|
+
cards: [].concat(appCards),
|
1373
|
+
cardAlignment: true,
|
1374
|
+
theme: darkNavy
|
1375
|
+
},
|
1376
|
+
paddingClass: "double-padding"
|
1377
|
+
}));
|
1378
|
+
};
|
1379
|
+
exports.AppCardsWithDarkNavy = AppCardsWithDarkNavy;
|
1380
|
+
var BoundedCards = function BoundedCards() {
|
1381
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1382
|
+
style: {
|
1383
|
+
maxWidth: "1232px",
|
1384
|
+
margin: "0 auto"
|
1385
|
+
}
|
1386
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1387
|
+
type: "bounded_cards",
|
1388
|
+
content: {
|
1389
|
+
cards: [].concat(variant1ACards, variant1ACards, variant1ACards),
|
1390
|
+
cardAlignment: true,
|
1391
|
+
displayButton: true,
|
1392
|
+
buttonSecondary: false
|
1393
|
+
},
|
1394
|
+
paddingClass: "double-padding"
|
1395
|
+
}));
|
1396
|
+
};
|
1397
|
+
exports.BoundedCards = BoundedCards;
|
1398
|
+
var BoundedCardsCentered = function BoundedCardsCentered() {
|
1399
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1400
|
+
style: {
|
1401
|
+
margin: "0 auto"
|
1402
|
+
}
|
1403
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1404
|
+
type: "bounded_cards",
|
1405
|
+
centered: true,
|
1406
|
+
content: {
|
1407
|
+
centered: true,
|
1408
|
+
cards: [].concat(variant1ACardsCentered),
|
1409
|
+
cardAlignment: true,
|
1410
|
+
displayButton: true,
|
1411
|
+
buttonSecondary: false
|
1412
|
+
},
|
1413
|
+
paddingClass: "double-padding"
|
1414
|
+
}));
|
1415
|
+
};
|
1416
|
+
exports.BoundedCardsCentered = BoundedCardsCentered;
|
1417
|
+
var BoundedCards4Centered = function BoundedCards4Centered() {
|
1418
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1419
|
+
style: {
|
1420
|
+
margin: "0 auto"
|
1421
|
+
}
|
1422
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1423
|
+
type: "bounded_cards",
|
1424
|
+
content: {
|
1425
|
+
centered: true,
|
1426
|
+
cards: [].concat(variant1ACards4Centered),
|
1427
|
+
cardAlignment: true,
|
1428
|
+
displayButton: true,
|
1429
|
+
buttonSecondary: false
|
1430
|
+
},
|
1431
|
+
paddingClass: "double-padding"
|
1432
|
+
}));
|
1433
|
+
};
|
1434
|
+
exports.BoundedCards4Centered = BoundedCards4Centered;
|
1435
|
+
var BoundedCards3Centered = function BoundedCards3Centered() {
|
1436
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1437
|
+
style: {
|
1438
|
+
margin: "0 auto"
|
1439
|
+
}
|
1440
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1441
|
+
type: "bounded_cards",
|
1442
|
+
content: {
|
1443
|
+
centered: true,
|
1444
|
+
cards: [].concat(variant1ACards3Centered),
|
1445
|
+
cardAlignment: true,
|
1446
|
+
displayButton: true,
|
1447
|
+
buttonSecondary: false
|
1448
|
+
},
|
1449
|
+
paddingClass: "double-padding"
|
1450
|
+
}));
|
1451
|
+
};
|
1452
|
+
exports.BoundedCards3Centered = BoundedCards3Centered;
|
1453
|
+
var BoundedCards2Centered = function BoundedCards2Centered() {
|
1454
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1455
|
+
style: {
|
1456
|
+
margin: "0 auto"
|
1457
|
+
}
|
1458
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1459
|
+
type: "bounded_cards",
|
1460
|
+
content: {
|
1461
|
+
centered: true,
|
1462
|
+
cards: [].concat(variant1ACards2Centered),
|
1463
|
+
cardAlignment: true,
|
1464
|
+
displayButton: true,
|
1465
|
+
buttonSecondary: false
|
1466
|
+
},
|
1467
|
+
paddingClass: "double-padding"
|
1468
|
+
}));
|
1469
|
+
};
|
1470
|
+
exports.BoundedCards2Centered = BoundedCards2Centered;
|
1471
|
+
var BoundedCardsWithWhite = function BoundedCardsWithWhite() {
|
1472
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1473
|
+
style: {
|
1474
|
+
maxWidth: "1232px",
|
1475
|
+
margin: "0 auto"
|
1476
|
+
}
|
1477
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1478
|
+
type: "bounded_cards",
|
1479
|
+
content: {
|
1480
|
+
cards: [].concat(variant1ACards, variant1ACards, variant1ACards),
|
1481
|
+
cardAlignment: true,
|
1482
|
+
displayButton: true,
|
1483
|
+
buttonSecondary: false,
|
1484
|
+
theme: white
|
1485
|
+
},
|
1486
|
+
paddingClass: "double-padding"
|
1487
|
+
}));
|
1488
|
+
};
|
1489
|
+
exports.BoundedCardsWithWhite = BoundedCardsWithWhite;
|
1490
|
+
var BoundedCardsWithConcreteGray = function BoundedCardsWithConcreteGray() {
|
1491
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1492
|
+
style: {
|
1493
|
+
maxWidth: "1232px",
|
1494
|
+
margin: "0 auto"
|
1495
|
+
}
|
1496
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1497
|
+
type: "bounded_cards",
|
1498
|
+
content: {
|
1499
|
+
cards: [].concat(variant1ACards, variant1ACards, variant1ACards),
|
1500
|
+
cardAlignment: true,
|
1501
|
+
displayButton: true,
|
1502
|
+
buttonSecondary: false,
|
1503
|
+
theme: concreteGray
|
1504
|
+
},
|
1505
|
+
paddingClass: "double-padding"
|
1506
|
+
}));
|
1507
|
+
};
|
1508
|
+
exports.BoundedCardsWithConcreteGray = BoundedCardsWithConcreteGray;
|
1509
|
+
var BoundedCardsWithTrimbleDarkGray = function BoundedCardsWithTrimbleDarkGray() {
|
1510
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1511
|
+
style: {
|
1512
|
+
maxWidth: "1232px",
|
1513
|
+
margin: "0 auto"
|
1514
|
+
}
|
1515
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1516
|
+
type: "bounded_cards",
|
1517
|
+
content: {
|
1518
|
+
cards: [].concat(variant1ACards, variant1ACards, variant1ACards),
|
1519
|
+
cardAlignment: true,
|
1520
|
+
displayButton: true,
|
1521
|
+
buttonSecondary: false,
|
1522
|
+
theme: trimbleDarkGray
|
1523
|
+
},
|
1524
|
+
paddingClass: "double-padding"
|
1525
|
+
}));
|
1526
|
+
};
|
1527
|
+
exports.BoundedCardsWithTrimbleDarkGray = BoundedCardsWithTrimbleDarkGray;
|
1528
|
+
var BoundedCardsWithTrimbleBlue = function BoundedCardsWithTrimbleBlue() {
|
1529
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1530
|
+
style: {
|
1531
|
+
maxWidth: "1232px",
|
1532
|
+
margin: "0 auto"
|
1533
|
+
}
|
1534
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1535
|
+
type: "bounded_cards",
|
1536
|
+
content: {
|
1537
|
+
cards: [].concat(variant1ACards, variant1ACards, variant1ACards),
|
1538
|
+
cardAlignment: true,
|
1539
|
+
displayButton: true,
|
1540
|
+
buttonSecondary: false,
|
1541
|
+
theme: trimbleBlue
|
1542
|
+
},
|
1543
|
+
paddingClass: "double-padding"
|
1544
|
+
}));
|
1545
|
+
};
|
1546
|
+
exports.BoundedCardsWithTrimbleBlue = BoundedCardsWithTrimbleBlue;
|
1547
|
+
var BoundedCardsWithDarkNavy = function BoundedCardsWithDarkNavy() {
|
1548
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1549
|
+
style: {
|
1550
|
+
maxWidth: "1232px",
|
1551
|
+
margin: "0 auto"
|
1552
|
+
}
|
1553
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1554
|
+
type: "bounded_cards",
|
1555
|
+
content: {
|
1556
|
+
cards: [].concat(variant1ACards, variant1ACards, variant1ACards),
|
1557
|
+
cardAlignment: true,
|
1558
|
+
displayButton: true,
|
1559
|
+
buttonSecondary: false,
|
1560
|
+
theme: darkNavy
|
1561
|
+
},
|
1562
|
+
paddingClass: "double-padding"
|
1563
|
+
}));
|
1564
|
+
};
|
1565
|
+
exports.BoundedCardsWithDarkNavy = BoundedCardsWithDarkNavy;
|
1566
|
+
var BoundedCardsNoImages = function BoundedCardsNoImages() {
|
1567
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1568
|
+
style: {
|
1569
|
+
maxWidth: "1232px",
|
1570
|
+
margin: "0 auto"
|
1571
|
+
}
|
1572
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1573
|
+
type: "bounded_cards",
|
1574
|
+
content: {
|
1575
|
+
cards: [].concat(variant1BCards, variant1BCards),
|
1576
|
+
cardAlignment: true,
|
1577
|
+
displayButton: true,
|
1578
|
+
buttonSecondary: false
|
1579
|
+
},
|
1580
|
+
paddingClass: "double-padding"
|
1581
|
+
}));
|
1582
|
+
};
|
1583
|
+
exports.BoundedCardsNoImages = BoundedCardsNoImages;
|
1584
|
+
var UnboundedCards = function UnboundedCards() {
|
1585
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1586
|
+
style: {
|
1587
|
+
maxWidth: "1232px",
|
1588
|
+
margin: "0 auto"
|
1589
|
+
}
|
1590
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1591
|
+
type: "unbounded_cards",
|
1592
|
+
content: {
|
1593
|
+
cards: [].concat(variant1ACards, variant1ACards, variant1ACards),
|
1594
|
+
cardAlignment: false
|
1595
|
+
},
|
1596
|
+
paddingClass: "double-padding"
|
1597
|
+
}));
|
1598
|
+
};
|
1599
|
+
exports.UnboundedCards = UnboundedCards;
|
1600
|
+
var UnboundedCardsCentered = function UnboundedCardsCentered() {
|
1601
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1602
|
+
style: {
|
1603
|
+
maxWidth: "1232px",
|
1604
|
+
margin: "0 auto"
|
1605
|
+
}
|
1606
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1607
|
+
type: "unbounded_cards",
|
1608
|
+
content: {
|
1609
|
+
cards: [].concat(variant1ACardsCentered),
|
1610
|
+
cardAlignment: false,
|
1611
|
+
centered: true
|
1612
|
+
},
|
1613
|
+
paddingClass: "double-padding"
|
1614
|
+
}));
|
1615
|
+
};
|
1616
|
+
exports.UnboundedCardsCentered = UnboundedCardsCentered;
|
1617
|
+
var UnboundedCardsWithWhite = function UnboundedCardsWithWhite() {
|
1618
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1619
|
+
style: {
|
1620
|
+
maxWidth: "1232px",
|
1621
|
+
margin: "0 auto"
|
1622
|
+
}
|
1623
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1624
|
+
type: "unbounded_cards",
|
1625
|
+
content: {
|
1626
|
+
cards: [].concat(variant1ACards, variant1ACards, variant1ACards),
|
1627
|
+
cardAlignment: false,
|
1628
|
+
theme: white
|
1629
|
+
},
|
1630
|
+
paddingClass: "double-padding"
|
1631
|
+
}));
|
1632
|
+
};
|
1633
|
+
exports.UnboundedCardsWithWhite = UnboundedCardsWithWhite;
|
1634
|
+
var UnboundedCardsWithConcreteGray = function UnboundedCardsWithConcreteGray() {
|
1635
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1636
|
+
style: {
|
1637
|
+
maxWidth: "1232px",
|
1638
|
+
margin: "0 auto"
|
1639
|
+
}
|
1640
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1641
|
+
type: "unbounded_cards",
|
1642
|
+
content: {
|
1643
|
+
cards: [].concat(variant1ACards, variant1ACards, variant1ACards),
|
1644
|
+
cardAlignment: false,
|
1645
|
+
theme: concreteGray
|
1646
|
+
},
|
1647
|
+
paddingClass: "double-padding"
|
1648
|
+
}));
|
1649
|
+
};
|
1650
|
+
exports.UnboundedCardsWithConcreteGray = UnboundedCardsWithConcreteGray;
|
1651
|
+
var EcommerceCards = function EcommerceCards() {
|
1652
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1653
|
+
style: {
|
1654
|
+
maxWidth: "1232px",
|
1655
|
+
margin: "0 auto"
|
1656
|
+
}
|
1657
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1658
|
+
type: "ecommerce_cards",
|
1659
|
+
content: {
|
1660
|
+
cards: [].concat(ecommerceCards, ecommerceCards)
|
1661
|
+
},
|
1662
|
+
paddingClass: "double-padding"
|
1663
|
+
}));
|
1664
|
+
};
|
1665
|
+
exports.EcommerceCards = EcommerceCards;
|
1666
|
+
var EcommerceCardsCentered = function EcommerceCardsCentered() {
|
1667
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1668
|
+
style: {
|
1669
|
+
maxWidth: "1232px",
|
1670
|
+
margin: "0 auto"
|
1671
|
+
}
|
1672
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1673
|
+
type: "ecommerce_cards",
|
1674
|
+
content: {
|
1675
|
+
centered: true,
|
1676
|
+
cards: [].concat(ecommerceCards)
|
1677
|
+
},
|
1678
|
+
paddingClass: "double-padding"
|
1679
|
+
}));
|
1680
|
+
};
|
1681
|
+
exports.EcommerceCardsCentered = EcommerceCardsCentered;
|
1682
|
+
var IconMiniBlocks = function IconMiniBlocks() {
|
1683
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1684
|
+
style: {
|
1685
|
+
maxWidth: "1232px",
|
1686
|
+
margin: "0 auto"
|
1687
|
+
}
|
1688
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1689
|
+
type: "icon_mini_blocks",
|
1690
|
+
content: {
|
1691
|
+
blocks: [{
|
1692
|
+
header: "Communications®",
|
1693
|
+
link: {
|
1694
|
+
text: "Find out more",
|
1695
|
+
// url: "https://www.trimble.com",
|
1696
|
+
onClick: function onClick() {
|
1697
|
+
console.log("weeeee");
|
1698
|
+
}
|
1699
|
+
},
|
1700
|
+
text: "Lorem Ipsum dolor sit amet. Lorem Ipsum dolor sit amet. Lorem Ipsum dolor sit amet",
|
1701
|
+
icon: "mxp-icon-connection"
|
1702
|
+
}, {
|
1703
|
+
header: "Communications",
|
1704
|
+
link: {
|
1705
|
+
text: "Find out more",
|
1706
|
+
url: "/communications/overview"
|
1707
|
+
},
|
1708
|
+
text: "Lorem Ipsum dolor sit amet...",
|
1709
|
+
icon: "ter-icon--enclosed-arrow-right-dark-32px"
|
1710
|
+
}, {
|
1711
|
+
header: "Communications",
|
1712
|
+
text: "Lorem Ipsum dolor sit amet..."
|
1713
|
+
}, {
|
1714
|
+
header: "Communications",
|
1715
|
+
link: {
|
1716
|
+
text: "Find out more",
|
1717
|
+
url: "/communications/overview"
|
1718
|
+
},
|
1719
|
+
text: "Lorem Ipsum dolor sit amet. Lorem Ipsum dolor sit amet. Lorem Ipsum dolor sit amet"
|
1720
|
+
}],
|
1721
|
+
alignment: "left",
|
1722
|
+
largeBlock: false
|
1723
|
+
}
|
1724
|
+
}));
|
1725
|
+
};
|
1726
|
+
exports.IconMiniBlocks = IconMiniBlocks;
|
1727
|
+
var IconListItemBlocks = function IconListItemBlocks() {
|
1728
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1729
|
+
style: {
|
1730
|
+
maxWidth: "1232px",
|
1731
|
+
margin: "0 auto"
|
1732
|
+
}
|
1733
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1734
|
+
type: "icon_list_item_blocks",
|
1735
|
+
content: {
|
1736
|
+
blocks: IconListItemBlocksContent
|
1737
|
+
}
|
1738
|
+
}));
|
1739
|
+
};
|
1740
|
+
exports.IconListItemBlocks = IconListItemBlocks;
|
1741
|
+
var IconListItemBlocksWithWhite = function IconListItemBlocksWithWhite() {
|
1742
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1743
|
+
style: {
|
1744
|
+
maxWidth: "1232px",
|
1745
|
+
margin: "0 auto"
|
1746
|
+
}
|
1747
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1748
|
+
type: "icon_list_item_blocks",
|
1749
|
+
content: {
|
1750
|
+
blocks: [].concat(IconListItemBlocksContent),
|
1751
|
+
theme: white
|
1752
|
+
}
|
1753
|
+
}));
|
1754
|
+
};
|
1755
|
+
exports.IconListItemBlocksWithWhite = IconListItemBlocksWithWhite;
|
1756
|
+
var IconListItemBlocksWithConcreteGray = function IconListItemBlocksWithConcreteGray() {
|
1757
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1758
|
+
style: {
|
1759
|
+
maxWidth: "1232px",
|
1760
|
+
margin: "0 auto"
|
1761
|
+
}
|
1762
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1763
|
+
type: "icon_list_item_blocks",
|
1764
|
+
content: {
|
1765
|
+
blocks: [].concat(IconListItemBlocksContent),
|
1766
|
+
theme: concreteGray
|
1767
|
+
}
|
1768
|
+
}));
|
1769
|
+
};
|
1770
|
+
exports.IconListItemBlocksWithConcreteGray = IconListItemBlocksWithConcreteGray;
|
1771
|
+
var BioBlocks = function BioBlocks() {
|
1772
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1773
|
+
style: {
|
1774
|
+
maxWidth: "1232px",
|
1775
|
+
margin: "0 auto"
|
1776
|
+
}
|
1777
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1778
|
+
type: "bio_blocks",
|
1779
|
+
content: {
|
1780
|
+
blocks: bioBlockContentWithoutVideo
|
1781
|
+
}
|
1782
|
+
}));
|
1783
|
+
};
|
1784
|
+
exports.BioBlocks = BioBlocks;
|
1785
|
+
var BioBlocksWithWhite = function BioBlocksWithWhite() {
|
1786
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1787
|
+
style: {
|
1788
|
+
maxWidth: "1232px",
|
1789
|
+
margin: "0 auto"
|
1790
|
+
}
|
1791
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1792
|
+
type: "bio_blocks",
|
1793
|
+
content: {
|
1794
|
+
blocks: bioBlockContentWithoutVideo,
|
1795
|
+
theme: white
|
1796
|
+
}
|
1797
|
+
}));
|
1798
|
+
};
|
1799
|
+
exports.BioBlocksWithWhite = BioBlocksWithWhite;
|
1800
|
+
var BioBlocksWithConcreteGray = function BioBlocksWithConcreteGray() {
|
1801
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1802
|
+
style: {
|
1803
|
+
maxWidth: "1232px",
|
1804
|
+
margin: "0 auto"
|
1805
|
+
}
|
1806
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1807
|
+
type: "bio_blocks",
|
1808
|
+
content: {
|
1809
|
+
blocks: bioBlockContentWithoutVideo,
|
1810
|
+
theme: concreteGray
|
1811
|
+
}
|
1812
|
+
}));
|
1813
|
+
};
|
1814
|
+
exports.BioBlocksWithConcreteGray = BioBlocksWithConcreteGray;
|
1815
|
+
var VideoCTABioBlocks = function VideoCTABioBlocks() {
|
1816
|
+
var thumbnail = {
|
1817
|
+
src: "https://fpoimg.com/720x450",
|
1818
|
+
alt: "fpo"
|
1819
|
+
};
|
1820
|
+
var video = {
|
1821
|
+
url: "https://www.youtube.com/embed/UY7r0juBF8Y",
|
1822
|
+
allowFullScreen: true,
|
1823
|
+
uuid: "UrtwArRETP23TP9yGgCEd6"
|
1824
|
+
};
|
1825
|
+
var videoContent = {
|
1826
|
+
transcript: "View Transcript",
|
1827
|
+
closeTranscript: "Hide Transcript",
|
1828
|
+
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.",
|
1829
|
+
video: video,
|
1830
|
+
thumbnail: thumbnail,
|
1831
|
+
setVideoProgress: function setVideoProgress() {},
|
1832
|
+
variant: "variant_7"
|
1833
|
+
};
|
1834
|
+
var videoButtons = [{
|
1835
|
+
text: "text",
|
1836
|
+
video: videoContent
|
1837
|
+
// setOverride,
|
1838
|
+
// override,
|
1839
|
+
}, {
|
1840
|
+
text: "Button",
|
1841
|
+
video: videoContent
|
1842
|
+
// setOverride: setOverride,
|
1843
|
+
}];
|
1844
|
+
|
1845
|
+
return /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1846
|
+
type: "bio_blocks",
|
1847
|
+
content: {
|
1848
|
+
blocks: [{
|
1849
|
+
header: "Patience Turner™",
|
1850
|
+
subHeader: "Senior Vice President",
|
1851
|
+
image: bioImage,
|
1852
|
+
text: "LG/P/Book Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150",
|
1853
|
+
link: {
|
1854
|
+
video: videoContent,
|
1855
|
+
text: "Explore more"
|
1856
|
+
}
|
1857
|
+
}, {
|
1858
|
+
header: "Angelique Shroeder",
|
1859
|
+
subHeader: "Senior Vice President, Operations and Head of Sustainability",
|
1860
|
+
image: bioImage,
|
1861
|
+
text: "LG/P/Book Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150",
|
1862
|
+
link: {
|
1863
|
+
video: videoContent,
|
1864
|
+
text: "Explore more"
|
1865
|
+
}
|
1866
|
+
}, {
|
1867
|
+
header: "Emmanuel Macdonald",
|
1868
|
+
subHeader: "Senior Vice President, Chief Digital Officer",
|
1869
|
+
image: bioImage,
|
1870
|
+
text: "LG/P/Book Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150",
|
1871
|
+
link: {
|
1872
|
+
video: videoContent,
|
1873
|
+
text: "Explore more"
|
1874
|
+
}
|
1875
|
+
}, {
|
1876
|
+
header: "Blake Daugherty",
|
1877
|
+
subHeader: "Senior Vice President, Finance and Chief Accounting Officer",
|
1878
|
+
image: bioImage,
|
1879
|
+
text: "LG/P/Book Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150",
|
1880
|
+
link: {
|
1881
|
+
video: videoContent,
|
1882
|
+
text: "Explore more"
|
1883
|
+
}
|
1884
|
+
}, {
|
1885
|
+
header: "Patience Turner",
|
1886
|
+
subHeader: "Senior Vice President",
|
1887
|
+
image: bioImage,
|
1888
|
+
text: "LG/P/Book Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150",
|
1889
|
+
link: {
|
1890
|
+
url: "https://www.trimble.com",
|
1891
|
+
text: "Explore more"
|
1892
|
+
}
|
1893
|
+
}, {
|
1894
|
+
header: "Angelique Shroeder",
|
1895
|
+
subHeader: "Senior Vice President, Operations and Head of Sustainability",
|
1896
|
+
image: bioImage,
|
1897
|
+
text: "LG/P/Book Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150",
|
1898
|
+
link: {
|
1899
|
+
video: videoContent,
|
1900
|
+
text: "Explore more"
|
1901
|
+
}
|
1902
|
+
}, {
|
1903
|
+
header: "Emmanuel Macdonald",
|
1904
|
+
subHeader: "Senior Vice President, Chief Digital Officer",
|
1905
|
+
image: bioImage,
|
1906
|
+
text: "LG/P/Book Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150",
|
1907
|
+
link: {
|
1908
|
+
video: videoContent,
|
1909
|
+
text: "Explore more"
|
1910
|
+
}
|
1911
|
+
}, {
|
1912
|
+
header: "Blake Daugherty",
|
1913
|
+
subHeader: "Senior Vice President, Finance and Chief Accounting Officer",
|
1914
|
+
image: bioImage,
|
1915
|
+
text: "LG/P/Book Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150",
|
1916
|
+
link: {
|
1917
|
+
video: videoContent,
|
1918
|
+
text: "Explore more"
|
1919
|
+
}
|
1920
|
+
}]
|
1921
|
+
}
|
1922
|
+
}));
|
1923
|
+
};
|
1924
|
+
exports.VideoCTABioBlocks = VideoCTABioBlocks;
|
1925
|
+
var IconListItemBlocksWithVideoCTA = function IconListItemBlocksWithVideoCTA() {
|
1926
|
+
var thumbnail = {
|
1927
|
+
src: "https://fpoimg.com/720x450",
|
1928
|
+
alt: "fpo"
|
1929
|
+
};
|
1930
|
+
var video = {
|
1931
|
+
url: "https://www.youtube.com/embed/UY7r0juBF8Y",
|
1932
|
+
allowFullScreen: true,
|
1933
|
+
uuid: "UrtwArRETP23TP9yGgCEd6"
|
1934
|
+
};
|
1935
|
+
var videoContent = {
|
1936
|
+
transcript: "View Transcript",
|
1937
|
+
closeTranscript: "Hide Transcript",
|
1938
|
+
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.",
|
1939
|
+
video: video,
|
1940
|
+
thumbnail: thumbnail,
|
1941
|
+
setVideoProgress: function setVideoProgress() {},
|
1942
|
+
variant: "variant_7"
|
1943
|
+
};
|
1944
|
+
var videoButtons = [{
|
1945
|
+
text: "text",
|
1946
|
+
video: videoContent
|
1947
|
+
// setOverride,
|
1948
|
+
// override,
|
1949
|
+
}, {
|
1950
|
+
text: "Button",
|
1951
|
+
video: videoContent
|
1952
|
+
// setOverride: setOverride,
|
1953
|
+
}];
|
1954
|
+
|
1955
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
1956
|
+
style: {
|
1957
|
+
maxWidth: "1232px",
|
1958
|
+
margin: "0 auto"
|
1959
|
+
}
|
1960
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
1961
|
+
type: "icon_list_item_blocks",
|
1962
|
+
content: {
|
1963
|
+
blocks: [{
|
1964
|
+
icon: "ter-icon--enclosed-arrow-left-dark-32px",
|
1965
|
+
header: "Regulatory Compliance",
|
1966
|
+
text: "Lorem Ipsum dolor sit amet. Lorem Ipsum dolor sit amet. Lorem Ipsum dolor sit amet",
|
1967
|
+
link: {
|
1968
|
+
video: videoContent,
|
1969
|
+
text: "Explore more"
|
1970
|
+
}
|
1971
|
+
}, {
|
1972
|
+
header: "Regulatory Compliance",
|
1973
|
+
text: "Lorem Ipsum dolor sit amet. Lorem Ipsum dolor sit amet. Lorem Ipsum dolor sit amet",
|
1974
|
+
link: {
|
1975
|
+
video: videoContent,
|
1976
|
+
text: "Explore more"
|
1977
|
+
}
|
1978
|
+
}]
|
1979
|
+
}
|
1980
|
+
}));
|
1981
|
+
};
|
1982
|
+
exports.IconListItemBlocksWithVideoCTA = IconListItemBlocksWithVideoCTA;
|
1983
|
+
var BoundedCardsWithVideo = function BoundedCardsWithVideo() {
|
1984
|
+
var thumbnail = {
|
1985
|
+
src: "https://fpoimg.com/720x450",
|
1986
|
+
alt: "fpo"
|
1987
|
+
};
|
1988
|
+
var video = {
|
1989
|
+
url: "https://www.youtube.com/embed/UY7r0juBF8Y",
|
1990
|
+
allowFullScreen: true,
|
1991
|
+
uuid: "UrtwArRETP23TP9yGgCEd6"
|
1992
|
+
};
|
1993
|
+
var videoContent = {
|
1994
|
+
transcript: "View Transcript",
|
1995
|
+
closeTranscript: "Hide Transcript",
|
1996
|
+
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.",
|
1997
|
+
video: video,
|
1998
|
+
thumbnail: thumbnail,
|
1999
|
+
setVideoProgress: function setVideoProgress() {},
|
2000
|
+
variant: "variant_7"
|
2001
|
+
};
|
2002
|
+
var variant1ACardsVideoCTAs = [{
|
2003
|
+
image: {
|
2004
|
+
focalPointImage: {
|
2005
|
+
height: 4000,
|
2006
|
+
title: "dog",
|
2007
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
2008
|
+
width: 6000,
|
2009
|
+
x: 3549,
|
2010
|
+
y: 1811
|
2011
|
+
}
|
2012
|
+
},
|
2013
|
+
eyebrow: "Eyebrow Option",
|
2014
|
+
header: "Trimble S9 HP™",
|
2015
|
+
cardLink: {
|
2016
|
+
video: videoContent,
|
2017
|
+
text: "Explore more"
|
2018
|
+
},
|
2019
|
+
text: "Combines top field technologies with the highest level of accuracy and most advanced engineering features.",
|
2020
|
+
modalType: "Video",
|
2021
|
+
modalContent: {
|
2022
|
+
thumbnail: {
|
2023
|
+
focalPointImage: {
|
2024
|
+
height: 4000,
|
2025
|
+
title: "dog",
|
2026
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
2027
|
+
width: 6000,
|
2028
|
+
x: 3549,
|
2029
|
+
y: 1811
|
2030
|
+
}
|
2031
|
+
},
|
2032
|
+
variant: "unbounded_cards",
|
2033
|
+
transcript: null,
|
2034
|
+
video: {
|
2035
|
+
url: "https://www.youtube.com/embed/UY7r0juBF8Y",
|
2036
|
+
allowFullScreen: true,
|
2037
|
+
uuid: "UrtwArRETP23TP9yGgCEd6",
|
2038
|
+
vidyard: false
|
2039
|
+
}
|
2040
|
+
}
|
2041
|
+
}, {
|
2042
|
+
image: {
|
2043
|
+
focalPointImage: {
|
2044
|
+
height: 4000,
|
2045
|
+
title: "dog",
|
2046
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
2047
|
+
width: 6000,
|
2048
|
+
x: 3549,
|
2049
|
+
y: 1811
|
2050
|
+
}
|
2051
|
+
},
|
2052
|
+
eyebrow: "Eyebrow Option",
|
2053
|
+
header: "Trimble S9 HP©",
|
2054
|
+
cardLink: {
|
2055
|
+
video: videoContent,
|
2056
|
+
text: "Explore more"
|
2057
|
+
},
|
2058
|
+
modalType: "Image",
|
2059
|
+
modalContent: ""
|
2060
|
+
}, {
|
2061
|
+
eyebrow: "Eyebrow Option",
|
2062
|
+
header: "Trimble S9 HP",
|
2063
|
+
cardLink: {
|
2064
|
+
video: videoContent,
|
2065
|
+
text: "Explore more"
|
2066
|
+
},
|
2067
|
+
text: "The no nonsense workhorse that works efficiently and dependably while maintaining the highest possible accuracy"
|
2068
|
+
}, {
|
2069
|
+
image: {
|
2070
|
+
focalPointImage: {
|
2071
|
+
height: 4000,
|
2072
|
+
title: "dog",
|
2073
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
2074
|
+
width: 6000,
|
2075
|
+
x: 3549,
|
2076
|
+
y: 1811
|
2077
|
+
}
|
2078
|
+
},
|
2079
|
+
eyebrow: "Eyebrow Option",
|
2080
|
+
header: "Trimble S9 HP",
|
2081
|
+
cardLink: {
|
2082
|
+
video: videoContent,
|
2083
|
+
text: "Explore more"
|
2084
|
+
},
|
2085
|
+
modalType: "Video",
|
2086
|
+
modalContent: {
|
2087
|
+
thumbnail: {
|
2088
|
+
focalPointImage: {
|
2089
|
+
height: 4000,
|
2090
|
+
title: "dog",
|
2091
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
2092
|
+
width: 6000,
|
2093
|
+
x: 3549,
|
2094
|
+
y: 1811
|
2095
|
+
}
|
2096
|
+
},
|
2097
|
+
variant: "unbounded_cards",
|
2098
|
+
transcript: null,
|
2099
|
+
video: {
|
2100
|
+
url: "https://www.youtube.com/embed/UY7r0juBF8Y",
|
2101
|
+
allowFullScreen: true,
|
2102
|
+
uuid: "UrtwArRETP23TP9yGgCEd6",
|
2103
|
+
vidyard: false
|
2104
|
+
}
|
2105
|
+
},
|
2106
|
+
text: "Uncompromising performance, range, accuracy and speed."
|
2107
|
+
}];
|
2108
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
2109
|
+
style: {
|
2110
|
+
maxWidth: "1232px",
|
2111
|
+
margin: "0 auto"
|
2112
|
+
}
|
2113
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
2114
|
+
type: "bounded_cards",
|
2115
|
+
content: {
|
2116
|
+
cards: [].concat(variant1ACardsVideoCTAs, variant1ACardsVideoCTAs, variant1ACardsVideoCTAs),
|
2117
|
+
cardAlignment: true,
|
2118
|
+
displayButton: true,
|
2119
|
+
buttonSecondary: false
|
2120
|
+
},
|
2121
|
+
paddingClass: "double-padding"
|
2122
|
+
}));
|
2123
|
+
};
|
2124
|
+
exports.BoundedCardsWithVideo = BoundedCardsWithVideo;
|
2125
|
+
var UnBoundedCardsWithVideo = function UnBoundedCardsWithVideo() {
|
2126
|
+
var thumbnail = {
|
2127
|
+
src: "https://fpoimg.com/720x450",
|
2128
|
+
alt: "fpo"
|
2129
|
+
};
|
2130
|
+
var video = {
|
2131
|
+
url: "https://www.youtube.com/embed/UY7r0juBF8Y",
|
2132
|
+
allowFullScreen: true,
|
2133
|
+
uuid: "UrtwArRETP23TP9yGgCEd6"
|
2134
|
+
};
|
2135
|
+
var videoContent = {
|
2136
|
+
transcript: "View Transcript",
|
2137
|
+
closeTranscript: "Hide Transcript",
|
2138
|
+
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.",
|
2139
|
+
video: video,
|
2140
|
+
thumbnail: thumbnail,
|
2141
|
+
setVideoProgress: function setVideoProgress() {},
|
2142
|
+
variant: "variant_7"
|
2143
|
+
};
|
2144
|
+
var variant1ACardsVideoCTAs = [{
|
2145
|
+
image: {
|
2146
|
+
focalPointImage: {
|
2147
|
+
height: 4000,
|
2148
|
+
title: "dog",
|
2149
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
2150
|
+
width: 6000,
|
2151
|
+
x: 3549,
|
2152
|
+
y: 1811
|
2153
|
+
}
|
2154
|
+
},
|
2155
|
+
eyebrow: "Eyebrow Option",
|
2156
|
+
header: "Trimble S9 HP",
|
2157
|
+
cardLink: {
|
2158
|
+
video: videoContent,
|
2159
|
+
text: "Explore more"
|
2160
|
+
},
|
2161
|
+
text: "Combines top field technologies with the highest level of accuracy and most advanced engineering features.",
|
2162
|
+
modalType: "Video",
|
2163
|
+
modalContent: {
|
2164
|
+
thumbnail: {
|
2165
|
+
focalPointImage: {
|
2166
|
+
height: 4000,
|
2167
|
+
title: "dog",
|
2168
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
2169
|
+
width: 6000,
|
2170
|
+
x: 3549,
|
2171
|
+
y: 1811
|
2172
|
+
}
|
2173
|
+
},
|
2174
|
+
variant: "unbounded_cards",
|
2175
|
+
transcript: null,
|
2176
|
+
video: {
|
2177
|
+
url: "https://www.youtube.com/embed/UY7r0juBF8Y",
|
2178
|
+
allowFullScreen: true,
|
2179
|
+
uuid: "UrtwArRETP23TP9yGgCEd6",
|
2180
|
+
vidyard: false
|
2181
|
+
}
|
2182
|
+
}
|
2183
|
+
}, {
|
2184
|
+
image: {
|
2185
|
+
focalPointImage: {
|
2186
|
+
height: 4000,
|
2187
|
+
title: "dog",
|
2188
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
2189
|
+
width: 6000,
|
2190
|
+
x: 3549,
|
2191
|
+
y: 1811
|
2192
|
+
}
|
2193
|
+
},
|
2194
|
+
eyebrow: "Eyebrow Option",
|
2195
|
+
header: "Trimble S9 HP",
|
2196
|
+
modalType: "Image",
|
2197
|
+
modalContent: {
|
2198
|
+
modalImage: {
|
2199
|
+
focalPointImage: {
|
2200
|
+
height: 4000,
|
2201
|
+
title: "dog",
|
2202
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/N6O34Vfezv62BbzBCsv7W/ad54effe0972ad1320b8bd99e16c6431/Group_10039.png",
|
2203
|
+
width: 6000,
|
2204
|
+
x: 3549,
|
2205
|
+
y: 1811
|
2206
|
+
}
|
2207
|
+
},
|
2208
|
+
variant: "unbounded_cards",
|
2209
|
+
transcript: null,
|
2210
|
+
video: null
|
2211
|
+
}
|
2212
|
+
}, {
|
2213
|
+
eyebrow: "Eyebrow Option",
|
2214
|
+
header: "Trimble S9 HP",
|
2215
|
+
cardLink: {
|
2216
|
+
video: videoContent,
|
2217
|
+
text: "Explore more"
|
2218
|
+
},
|
2219
|
+
text: "The no nonsense workhorse that works efficiently and dependably while maintaining the highest possible accuracy"
|
2220
|
+
}, {
|
2221
|
+
image: {
|
2222
|
+
focalPointImage: {
|
2223
|
+
height: 4000,
|
2224
|
+
title: "dog",
|
2225
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
2226
|
+
width: 6000,
|
2227
|
+
x: 3549,
|
2228
|
+
y: 1811
|
2229
|
+
}
|
2230
|
+
},
|
2231
|
+
eyebrow: "Eyebrow Option",
|
2232
|
+
header: "Trimble S9 HP",
|
2233
|
+
cardLink: {
|
2234
|
+
video: videoContent,
|
2235
|
+
text: "Explore more"
|
2236
|
+
},
|
2237
|
+
modalType: "Video",
|
2238
|
+
modalContent: {
|
2239
|
+
desktop: {
|
2240
|
+
focalPointImage: {
|
2241
|
+
height: 4000,
|
2242
|
+
title: "dog",
|
2243
|
+
url: "//images.ctfassets.net/citn2sn5tdjr/7wBhLKP8AN67gmNO0MJzsP/151f11bbe5130466fbe942aa63fd42fa/dog.jpg",
|
2244
|
+
width: 6000,
|
2245
|
+
x: 3549,
|
2246
|
+
y: 1811
|
2247
|
+
}
|
2248
|
+
},
|
2249
|
+
variant: "unbounded_cards",
|
2250
|
+
transcript: null,
|
2251
|
+
video: {
|
2252
|
+
url: "https://www.youtube.com/embed/UY7r0juBF8Y",
|
2253
|
+
allowFullScreen: true,
|
2254
|
+
uuid: "UrtwArRETP23TP9yGgCEd6",
|
2255
|
+
vidyard: false
|
2256
|
+
}
|
2257
|
+
},
|
2258
|
+
text: "Uncompromising performance, range, accuracy and speed."
|
2259
|
+
}];
|
2260
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
2261
|
+
style: {
|
2262
|
+
maxWidth: "1232px",
|
2263
|
+
margin: "0 auto"
|
2264
|
+
}
|
2265
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
2266
|
+
type: "unbounded_cards",
|
2267
|
+
content: {
|
2268
|
+
cards: [].concat(variant1ACardsVideoCTAs)
|
2269
|
+
// displayButton: true,
|
2270
|
+
|
2271
|
+
// cardAlignment: true,
|
2272
|
+
},
|
2273
|
+
|
2274
|
+
paddingClass: "double-padding"
|
2275
|
+
}));
|
2276
|
+
};
|
2277
|
+
exports.UnBoundedCardsWithVideo = UnBoundedCardsWithVideo;
|
2278
|
+
var BioBlocksWithVideo = function BioBlocksWithVideo() {
|
2279
|
+
var thumbnail = {
|
2280
|
+
src: "https://fpoimg.com/720x450",
|
2281
|
+
alt: "fpo"
|
2282
|
+
};
|
2283
|
+
var video = {
|
2284
|
+
url: "https://www.youtube.com/embed/UY7r0juBF8Y",
|
2285
|
+
allowFullScreen: true,
|
2286
|
+
uuid: "UrtwArRETP23TP9yGgCEd6"
|
2287
|
+
};
|
2288
|
+
var videoContent = {
|
2289
|
+
transcript: "View Transcript",
|
2290
|
+
closeTranscript: "Hide Transcript",
|
2291
|
+
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.",
|
2292
|
+
video: video,
|
2293
|
+
thumbnail: thumbnail,
|
2294
|
+
setVideoProgress: function setVideoProgress() {},
|
2295
|
+
variant: "variant_7"
|
2296
|
+
};
|
2297
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
2298
|
+
style: {
|
2299
|
+
maxWidth: "1232px",
|
2300
|
+
margin: "0 auto"
|
2301
|
+
}
|
2302
|
+
}, /*#__PURE__*/_react["default"].createElement(_BlockListItems["default"], {
|
2303
|
+
type: "bio_blocks",
|
2304
|
+
content: {
|
2305
|
+
blocks: [{
|
2306
|
+
header: "Patience Turner",
|
2307
|
+
subHeader: "Senior Vice President",
|
2308
|
+
image: bioImage,
|
2309
|
+
text: "LG/P/Book Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150",
|
2310
|
+
link: {
|
2311
|
+
video: videoContent,
|
2312
|
+
text: "Explore more"
|
2313
|
+
}
|
2314
|
+
}, {
|
2315
|
+
header: "Angelique Shroeder",
|
2316
|
+
subHeader: "Senior Vice President, Operations and Head of Sustainability",
|
2317
|
+
image: bioImage,
|
2318
|
+
text: "LG/P/Book Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150",
|
2319
|
+
link: {
|
2320
|
+
video: videoContent,
|
2321
|
+
text: "Explore more"
|
2322
|
+
}
|
2323
|
+
}, {
|
2324
|
+
header: "Emmanuel Macdonald",
|
2325
|
+
subHeader: "Senior Vice President, Chief Digital Officer",
|
2326
|
+
image: bioImage,
|
2327
|
+
text: "LG/P/Book Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150",
|
2328
|
+
link: {
|
2329
|
+
video: videoContent,
|
2330
|
+
text: "Explore more"
|
2331
|
+
}
|
2332
|
+
}, {
|
2333
|
+
header: "Blake Daugherty",
|
2334
|
+
subHeader: "Senior Vice President, Finance and Chief Accounting Officer",
|
2335
|
+
image: bioImage,
|
2336
|
+
text: "LG/P/Book Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150",
|
2337
|
+
link: {
|
2338
|
+
video: videoContent,
|
2339
|
+
text: "Explore more"
|
2340
|
+
}
|
2341
|
+
}, {
|
2342
|
+
header: "Patience Turner",
|
2343
|
+
subHeader: "Senior Vice President",
|
2344
|
+
image: bioImage,
|
2345
|
+
text: "LG/P/Book Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150",
|
2346
|
+
link: {
|
2347
|
+
url: "https://www.trimble.com",
|
2348
|
+
text: "Explore more"
|
2349
|
+
}
|
2350
|
+
}, {
|
2351
|
+
header: "Angelique Shroeder",
|
2352
|
+
subHeader: "Senior Vice President, Operations and Head of Sustainability",
|
2353
|
+
image: bioImage,
|
2354
|
+
text: "LG/P/Book Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150",
|
2355
|
+
link: {
|
2356
|
+
video: videoContent,
|
2357
|
+
text: "Explore more"
|
2358
|
+
}
|
2359
|
+
}, {
|
2360
|
+
header: "Emmanuel Macdonald",
|
2361
|
+
subHeader: "Senior Vice President, Chief Digital Officer",
|
2362
|
+
image: bioImage,
|
2363
|
+
text: "LG/P/Book Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150",
|
2364
|
+
link: {
|
2365
|
+
video: videoContent,
|
2366
|
+
text: "Explore more"
|
2367
|
+
}
|
2368
|
+
}, {
|
2369
|
+
header: "Blake Daugherty",
|
2370
|
+
subHeader: "Senior Vice President, Finance and Chief Accounting Officer",
|
2371
|
+
image: bioImage,
|
2372
|
+
text: "LG/P/Book Body copy nim aliquip aliqua aliqua id qui aute anim reprehenderit tempor velit est sint laborum. Cillum et laboris aliquip consequat. MxChar Count 150",
|
2373
|
+
link: {
|
2374
|
+
video: videoContent,
|
2375
|
+
text: "Explore more"
|
2376
|
+
}
|
2377
|
+
}]
|
2378
|
+
}
|
2379
|
+
}));
|
2380
|
+
};
|
2381
|
+
exports.BioBlocksWithVideo = BioBlocksWithVideo;
|